/* Author Dependencies */
/**
 * /assets/scss/partials/base/mixins.scss
 *
 * Let's define our universal mixins for use throughout the theme
 *
 */
/**
* Base text styles
*/
body,
p,
select,
textarea,
input {
  color: #3d3935;
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  height: auto;
  min-height: auto;
}

/**
* Base button styles
*/
.wp-block-button__link, .subscriber-center .convertkit-cancelled-link-container a, .archive-pager .facetwp-facet button, .single-post-top__nav a, a.wd-button,
input[type=button],
input[type=button][disabled]:hover,
input[type=button][disabled]:focus,
input[type=reset],
input[type=reset][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=submit],
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus,
.claim-search button,
button.gform_button,
button.podcast-transcript-toggle {
  border: 2px solid #dc6b2f;
  background: #dc6b2f;
  color: #fff;
  font-size: 16px;
  line-height: 16px;
  font-weight: 500;
  cursor: pointer;
  padding: 12px;
  display: inline-block;
  height: auto;
  border-radius: 4px;
}
.wp-block-button__link:hover, .subscriber-center .convertkit-cancelled-link-container a:hover, .archive-pager .facetwp-facet button:hover, .single-post-top__nav a:hover, a.wd-button:hover,
input[type=button]:hover,
input[type=button][disabled]:hover,
input[type=reset]:hover,
input[type=reset][disabled]:hover,
input[type=submit]:hover,
input[type=submit][disabled]:hover,
.claim-search button:hover,
button.gform_button:hover,
button.podcast-transcript-toggle:hover, .wp-block-button__link:focus, .subscriber-center .convertkit-cancelled-link-container a:focus, .archive-pager .facetwp-facet button:focus, .single-post-top__nav a:focus, a.wd-button:focus,
input[type=button]:focus,
input[type=button][disabled]:focus,
input[type=reset]:focus,
input[type=reset][disabled]:focus,
input[type=submit]:focus,
input[type=submit][disabled]:focus,
.claim-search button:focus,
button.gform_button:focus,
button.podcast-transcript-toggle:focus {
  border-color: #4298b5;
  background: #4298b5;
  color: #fff;
  text-decoration: none;
}
.has-blue-background-color .wp-block-button__link:hover, .has-blue-background-color .subscriber-center .convertkit-cancelled-link-container a:hover, .subscriber-center .convertkit-cancelled-link-container .has-blue-background-color a:hover, .has-blue-background-color .archive-pager .facetwp-facet button:hover, .archive-pager .facetwp-facet .has-blue-background-color button:hover, .has-blue-background-color .single-post-top__nav a:hover, .single-post-top__nav .has-blue-background-color a:hover, .has-blue-background-color a.wd-button:hover,
.has-blue-background-color input[type=button]:hover,
.has-blue-background-color input[type=reset]:hover,
.has-blue-background-color input[type=submit]:hover,
.has-blue-background-color .claim-search button:hover,
.claim-search .has-blue-background-color button:hover,
.has-blue-background-color button.gform_button:hover,
.has-blue-background-color button.podcast-transcript-toggle:hover, .has-blue-background-color .wp-block-button__link:focus, .has-blue-background-color .subscriber-center .convertkit-cancelled-link-container a:focus, .subscriber-center .convertkit-cancelled-link-container .has-blue-background-color a:focus, .has-blue-background-color .archive-pager .facetwp-facet button:focus, .archive-pager .facetwp-facet .has-blue-background-color button:focus, .has-blue-background-color .single-post-top__nav a:focus, .single-post-top__nav .has-blue-background-color a:focus, .has-blue-background-color a.wd-button:focus,
.has-blue-background-color input[type=button]:focus,
.has-blue-background-color input[type=reset]:focus,
.has-blue-background-color input[type=submit]:focus,
.has-blue-background-color .claim-search button:focus,
.claim-search .has-blue-background-color button:focus,
.has-blue-background-color button.gform_button:focus,
.has-blue-background-color button.podcast-transcript-toggle:focus {
  border-color: #e9ec6b;
  background: #e9ec6b;
  color: #3d3935;
}
.button--inverse.wp-block-button__link, .subscriber-center .convertkit-cancelled-link-container a.button--inverse, .archive-pager .facetwp-facet button.button--inverse, .single-post-top__nav a.button--inverse, a.button--inverse.wd-button,
input.button--inverse[type=button],
input.button--inverse[type=button][disabled]:hover,
input.button--inverse[type=button][disabled]:focus,
input.button--inverse[type=reset],
input.button--inverse[type=reset][disabled]:hover,
input.button--inverse[type=reset][disabled]:focus,
input.button--inverse[type=submit],
input.button--inverse[type=submit][disabled]:hover,
input.button--inverse[type=submit][disabled]:focus,
.claim-search button.button--inverse,
button.button--inverse.gform_button,
button.button--inverse.podcast-transcript-toggle {
  background-color: transparent;
  color: #4298b5;
}
.button--inverse.wp-block-button__link:hover, .subscriber-center .convertkit-cancelled-link-container a.button--inverse:hover, .archive-pager .facetwp-facet button.button--inverse:hover, .single-post-top__nav a.button--inverse:hover, a.button--inverse.wd-button:hover,
input.button--inverse[type=button]:hover,
input.button--inverse[type=reset]:hover,
input.button--inverse[type=submit]:hover,
.claim-search button.button--inverse:hover,
button.button--inverse.gform_button:hover,
button.button--inverse.podcast-transcript-toggle:hover, .button--inverse.wp-block-button__link:focus, .subscriber-center .convertkit-cancelled-link-container a.button--inverse:focus, .archive-pager .facetwp-facet button.button--inverse:focus, .single-post-top__nav a.button--inverse:focus, a.button--inverse.wd-button:focus,
input.button--inverse[type=button]:focus,
input.button--inverse[type=reset]:focus,
input.button--inverse[type=submit]:focus,
.claim-search button.button--inverse:focus,
button.button--inverse.gform_button:focus,
button.button--inverse.podcast-transcript-toggle:focus {
  background-color: #4298b5;
  color: #fff;
  border-color: #4298b5;
}

/**
* Transitions
*/
.press-mentions-block .press-mentions__item, .event-schedule-block__link a i, .event-schedule-block__link a, .block-editor-block-list__layout .wp-block-image.is-style-hide-desktop, .wp-block-button__link span svg,
.wp-block-button__link span svg path, .wp-block-button__link span, .gform_wrapper .quinnvent-form .gform_footer button, .subscriber-center .convertkit-subscribe-all input, .subscriber-center .convertkit-subscribe-all form::after, .nav-primary ul .menu-item.menu-button a span, .nav-primary ul .menu-item a::after, a, button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

/**
* Box Shadows
*/
.wp-block-embed-youtube iframe, .wp-block-group.is-style-form-wrap {
  box-shadow: 0 4px 32px rgba(61, 57, 43, 0.25);
}

.canned-tweet-block__tweet {
  box-shadow: 0 16px 32px rgba(61, 57, 43, 0.15);
}

/**
* RGBA color conversion
*/
/**
 * Placeholder Color
 */
/**
 * Responsive font sizes
 */
/**
 * Default responsive spacing
 */
/**
 * Media queries
 */
/**
 * /assets/scss/partials/base/buttons.scss
 *
 * Let's define our button styles
 *
 */
.widget_search input[type=submit] {
  display: none;
}

/* for block button coloring see /scss/partials/blocks/_blocks-base.scss */
/**
 * /assets/scss/partials/base/headings.scss
 *
 * Let's define our heading styles
 * We'll port this to the main stylesheet and the editor stylesheet for use in the block editor
 *
 */
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4298b5;
  font-family: "Barlow", sans-serif;
  margin: 0 0 24px 0;
  line-height: 1.2;
  font-weight: 900;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a {
  color: #4298b5;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover {
  color: #dc6b2f;
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus {
  outline: none;
}
h1.has-background,
h2.has-background,
h3.has-background,
h4.has-background,
h5.has-background,
h6.has-background {
  padding: 30px;
}
h1.alignwide, h1.alignfull,
h2.alignwide,
h2.alignfull,
h3.alignwide,
h3.alignfull,
h4.alignwide,
h4.alignfull,
h5.alignwide,
h5.alignfull,
h6.alignwide,
h6.alignfull {
  margin-bottom: 24px;
}
h1.is-style-no-bottom-margin,
h2.is-style-no-bottom-margin,
h3.is-style-no-bottom-margin,
h4.is-style-no-bottom-margin,
h5.is-style-no-bottom-margin,
h6.is-style-no-bottom-margin {
  margin-bottom: 0;
}
h1.is-style-half-bottom-margin,
h2.is-style-half-bottom-margin,
h3.is-style-half-bottom-margin,
h4.is-style-half-bottom-margin,
h5.is-style-half-bottom-margin,
h6.is-style-half-bottom-margin {
  margin-bottom: 12px;
}
h1.is-style-display,
h2.is-style-display,
h3.is-style-display,
h4.is-style-display,
h5.is-style-display,
h6.is-style-display {
  font-size: 48px;
}
@media (max-width: 768px) {
  h1.is-style-display,
  h2.is-style-display,
  h3.is-style-display,
  h4.is-style-display,
  h5.is-style-display,
  h6.is-style-display {
    font-size: 44px;
  }
}
@media (max-width: 600px) {
  h1.is-style-display,
  h2.is-style-display,
  h3.is-style-display,
  h4.is-style-display,
  h5.is-style-display,
  h6.is-style-display {
    font-size: 40px;
  }
}
h1.is-style-display,
h2.is-style-display,
h3.is-style-display,
h4.is-style-display,
h5.is-style-display,
h6.is-style-display {
  line-height: 1.1;
}

h1 {
  font-size: 40px;
}
@media (max-width: 768px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  h1 {
    font-size: 36px;
  }
}

h2 {
  font-size: 32px;
}
@media (max-width: 768px) {
  h2 {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  h2 {
    font-size: 28px;
  }
}
h2.is-style-large {
  font-size: 40px;
}
@media (max-width: 768px) {
  h2.is-style-large {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  h2.is-style-large {
    font-size: 36px;
  }
}

h3 {
  font-size: 24px;
}
@media (max-width: 768px) {
  h3 {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  h3 {
    font-size: 22px;
  }
}
h3.is-style-large {
  font-size: 32px;
}
@media (max-width: 768px) {
  h3.is-style-large {
    font-size: 30px;
  }
}
@media (max-width: 600px) {
  h3.is-style-large {
    font-size: 28px;
  }
}

h4 {
  font-size: 20px;
}
h4.is-style-large {
  font-size: 24px;
}
@media (max-width: 768px) {
  h4.is-style-large {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  h4.is-style-large {
    font-size: 22px;
  }
}

h5 {
  font-size: 18px;
  font-weight: 800;
}

h6 {
  font-size: 16px;
  font-weight: 800;
}

/*! normalize.css v8.0.0 | 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.
 * 3. Add default smooth scroll
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  scroll-behavior: smooth; /* 3 */
}

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 {
  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] {
  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;
}

/**
 * /assets/scss/partials/base/tables.scss
 *
 * Let's define our table styles
 *
 */
table,
table.wp-block-table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
table.alignwide,
table.wp-block-table.alignwide {
  width: calc(100% + 172px) !important;
}
table.striped tr:nth-of-type(odd),
table.wp-block-table.striped tr:nth-of-type(odd) {
  background-color: #ececeb;
}
table th,
table.wp-block-table th {
  border: 1px solid #e0e0e0;
  padding: 10px;
  position: relative;
  text-align: left;
}
table td,
table.wp-block-table td {
  border: 1px solid #e0e0e0;
  padding: 10px;
  position: relative;
}

/**
 * /assets/scss/partials/base/typography.scss
 *
 * Let's define our global typography styles
 *
 */
a {
  color: #4298b5;
  background-color: transparent;
  text-decoration: none;
}
a:hover {
  color: rgb(52.3724696356, 120.6153846154, 143.6275303644);
  text-decoration: underline;
}
a[href^=tel], a[href^=tel]:hover {
  color: #3d3935;
}

ol,
ul {
  margin: 0;
  padding: 0;
}

b,
strong {
  font-weight: 600;
}

em,
i {
  font-style: italic;
}

pre {
  border: 1px solid #e0e0e0;
  line-height: 1.3125;
  margin: 0 0 1.75em;
  max-width: 100%;
  overflow: auto;
  padding: 1.75em;
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}

/**
 * /assets/scss/partials/base/universal.scss
 *
 * Let's define our universal styles
 *
 * - Universal
 * - Box Sizing
 * - Common Classes
 * - Accessibility
 * - Lists
 *
 */
/* ----- Universal ---------------------- */
svg:not(:root) {
  overflow: hidden;
}

img {
  border: none;
  max-width: 100%;
  height: auto;
}

iframe {
  max-width: 100%;
}

figure {
  margin-block-start: 0;
  margin-block-end: 0;
  margin-inline-start: 0;
  margin-inline-end: 0;
}

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

/* ----- Box Sizing -------------------- */
html,
input[type=search] {
  box-sizing: border-box;
}

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

/* ----- Common Classes -------------------- */
.align-left {
  text-align: left;
}

.align-center {
  text-align: center;
}

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

/* ----- Accessibility -------------------- */
.screen-reader-shortcut,
.screen-reader-text,
.screen-reader-text span {
  border: 0;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
  word-wrap: normal !important;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus,
.genesis-nav-menu .search input[type=submit]:focus,
.widget_search input[type=submit]:focus {
  clip: auto !important;
  height: auto;
  width: auto;
  display: block;
  font-size: 1em;
  font-weight: bold;
  padding: 15px 23px 14px;
  color: #333;
  background: #fff;
  z-index: 100000; /* Above WP toolbar. */
  text-decoration: none;
  box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
}

.more-link {
  position: relative;
}

.genesis-skip-link {
  margin: 0;
}

.genesis-skip-link li {
  height: 0;
  width: 0;
  list-style: none;
}

:focus {
  color: #333;
  outline: none;
}

/* ----- Lists ---------------------- */
.entry-content ul,
.entry-content ol {
  padding-left: 40px;
  margin-bottom: 24px;
}
.entry-content ul li,
.entry-content ol li {
  padding-bottom: 10px;
}
.entry-content ul li:last-child,
.entry-content ol li:last-child {
  padding-bottom: 0;
}

/* Layouts */
/**
 * /assets/scss/partials/layouts/blog.scss
 *
 * Let's define our blog styles
 *
 * - Archive
 * - Loop Item
 * - Filters
 * - Single
 * - Breadcrumbs
 *
 */
/* ----- Archive -------------------- */
.blog,
.tax-shows {
  background-color: #e3f0f4;
}
.blog .site-inner .content,
.tax-shows .site-inner .content {
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  .blog .site-inner .content,
  .tax-shows .site-inner .content {
    padding-bottom: 72px;
  }
}
@media (max-width: 600px) {
  .blog .site-inner .content,
  .tax-shows .site-inner .content {
    padding-bottom: 48px;
  }
}

.archive.author .archive-description,
.archive.tag .archive-description {
  width: 100%;
  position: relative;
  background: linear-gradient(180deg, #e3f0f4 0%, rgba(227, 240, 244, 0) 128px);
  padding-top: 96px;
  padding-bottom: 72px;
  background-color: white;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
@media (max-width: 600px) {
  .archive.author .archive-description,
  .archive.tag .archive-description {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
@media (min-width: 701px) {
  .archive.author .archive-description::before,
  .archive.tag .archive-description::before {
    content: "";
    position: absolute;
    height: 12px;
    width: 50vw;
    left: calc(50% + 702px);
    top: 0;
    background-color: #fff;
  }
  .archive.author .archive-description::after,
  .archive.tag .archive-description::after {
    content: "";
    height: 12px;
    width: 50%;
    background-color: #fff;
    position: absolute;
    top: 0;
    left: 0;
    right: auto;
    border-radius: 0;
    box-shadow: none;
  }
}
.archive.author .archive-description .archive-title,
.archive.tag .archive-description .archive-title {
  text-align: center;
  width: 100%;
  margin-bottom: 0;
}
.archive.author .archive-description .archive-title::after,
.archive.tag .archive-description .archive-title::after {
  content: "";
  background-image: url(/images/blocks/cloud-white.svg);
  background-size: cover;
  width: 702px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  transform: rotate(180deg);
}
@media (max-width: 1404px) {
  .archive.author .archive-description .archive-title::after,
  .archive.tag .archive-description .archive-title::after {
    left: auto;
    right: 0;
  }
}
@media (max-width: 702px) {
  .archive.author .archive-description .archive-title::after,
  .archive.tag .archive-description .archive-title::after {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    height: auto;
    padding-top: 8.6%;
  }
}
.archive.author .site-inner .content,
.archive.tag .site-inner .content {
  padding-bottom: 96px;
}

.blog-archive-featured {
  position: relative;
  width: 100%;
  padding: 0 24px;
}
.blog-archive-featured__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.blog-archive-featured__image::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #4298b5;
  background-color: rgba(66, 152, 181, 0.8);
  z-index: 2;
}
.blog-archive-featured__image img {
  position: relative;
  z-index: 1;
  -o-object-fit: cover;
     object-fit: cover;
  width: 100%;
  height: 100%;
}
.blog-archive-featured__content {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
  padding: 96px 0;
  position: relative;
  z-index: 3;
}
@media (max-width: 768px) {
  .blog-archive-featured__content {
    flex-wrap: wrap;
    padding: 72px 0;
  }
}
@media (max-width: 600px) {
  .blog-archive-featured__content {
    padding: 48px 0;
  }
}
.blog-archive-featured__content-inner {
  max-width: calc(1110px / 2);
}
.blog-archive-featured__date {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 24px;
  color: #fff;
  font-weight: 500;
  font-size: 18px;
  text-transform: uppercase;
  opacity: 0.5;
  letter-spacing: 1.8px;
}
.blog-archive-featured__date svg {
  margin-right: 5px;
}
.blog-archive-featured__author {
  display: block;
  width: 100%;
  color: #e9ec6b;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 24px;
}
.blog-archive-featured__author a {
  color: #e9ec6b;
}
.blog-archive-featured__author a:hover {
  color: #e9ec6b;
  text-decoration: none;
}
.blog-archive-featured__excerpt {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.blog-archive-featured__readmore .wp-block-button__link:hover {
  background-color: #e9ec6b !important;
  border-color: #e9ec6b !important;
  color: #3d3935 !important;
}
.blog-archive-featured .shared-counts-wrap.style-icon {
  display: flex;
  flex-direction: column;
  width: auto;
}
.blog-archive-featured .shared-counts-wrap.style-icon .shared-counts-button {
  width: 54px;
  height: 54px;
  border: 3px solid #e9ec6b;
  border-radius: 54px;
  margin: 10px 0 10px 20px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 768px) {
  .blog-archive-featured .shared-counts-wrap.style-icon .shared-counts-button {
    margin: 0 20px 0 0;
  }
}
@media (max-width: 450px) {
  .blog-archive-featured .shared-counts-wrap.style-icon .shared-counts-button {
    width: 44px;
    height: 44px;
    margin: 0 15px 0 0;
  }
}
.blog-archive-featured .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon-label {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.blog-archive-featured .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
}
.blog-archive-featured .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
  width: 24px;
  height: 24px;
  fill: #fff;
}
@media (max-width: 450px) {
  .blog-archive-featured .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
    width: 20px;
    height: 20px;
  }
}
.blog-archive-featured .shared-counts-wrap.style-icon .shared-counts-button:hover svg {
  fill: #e9ec6b !important;
}
@media (max-width: 768px) {
  .blog-archive-featured .shared-counts-wrap.style-icon {
    width: 100%;
    flex-direction: row;
    margin-top: 40px;
  }
}
@media (max-width: 600px) {
  .blog-archive-featured .shared-counts-wrap.style-icon {
    margin-top: 24px;
  }
}
.blog-archive-featured.blog-archive-featured--alt {
  background-color: #e3f0f4;
  margin-bottom: 12px;
}
@media (max-width: 702px) {
  .blog-archive-featured.blog-archive-featured--alt {
    margin-bottom: 10%;
  }
}
.blog-archive-featured.blog-archive-featured--alt::before {
  content: "";
  background-image: url("/images/blocks/cloud-white.svg");
  background-size: cover;
  width: 702px;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  background-color: #e3f0f4;
  z-index: 2;
}
@media (max-width: 1404px) {
  .blog-archive-featured.blog-archive-featured--alt::before {
    left: auto;
    right: 0;
  }
}
@media (max-width: 702px) {
  .blog-archive-featured.blog-archive-featured--alt::before {
    left: 0;
    right: 0;
    width: 100%;
    top: bottom;
    top: 100%;
    height: auto;
    padding-bottom: 8.6%;
  }
}
.blog-archive-featured.blog-archive-featured--alt::after {
  content: "";
  height: 12px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: -12px;
  left: 0;
  top: auto;
  right: auto;
  border-radius: 0;
  box-shadow: none;
}
.blog-archive-featured.blog-archive-featured--alt .blog-archive-featured__content {
  padding: 48px 0;
}
.blog-archive-featured.blog-archive-featured--alt .blog-archive-featured__content-inner {
  display: flex;
  flex-wrap: wrap;
  max-width: calc(100% - 80px);
}
@media (max-width: 768px) {
  .blog-archive-featured.blog-archive-featured--alt .blog-archive-featured__content-inner {
    max-width: 100%;
  }
}
.blog-archive-featured.blog-archive-featured--alt .blog-archive-featured__preheader {
  width: 100%;
}
.blog-archive-featured.blog-archive-featured--alt .blog-archive-featured__episode {
  width: 110px;
  height: 110px;
  background-color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  flex-wrap: wrap;
  border-radius: 5px;
  margin-right: 40px;
}
.blog-archive-featured.blog-archive-featured--alt .blog-archive-featured__episode-preheader {
  color: #4298b5;
  font-size: 14px;
  line-height: 14px;
  width: 100%;
  text-align: center;
  font-weight: 500;
  letter-spacing: -0.5px;
  z-index: 3;
}
.blog-archive-featured.blog-archive-featured--alt .blog-archive-featured__episode-number {
  width: 100%;
  text-align: center;
  color: #4298b5;
  font-size: 42px;
  line-height: 48px;
  font-weight: 700;
  z-index: 3;
}
.single-newsletter .blog-archive-featured.blog-archive-featured--alt .blog-archive-featured__episode {
  background-color: transparent;
  position: relative;
  height: 120px;
  padding-bottom: 8px;
}
.single-newsletter .blog-archive-featured.blog-archive-featured--alt .blog-archive-featured__episode::before {
  content: "";
  background-image: url(/uploads/2019/04/newsletter-outline.svg);
  background-size: cover;
  position: absolute;
  top: -8px;
  left: -8px;
  z-index: 2;
  width: 110px;
  height: 120px;
}
.single-newsletter .blog-archive-featured.blog-archive-featured--alt .blog-archive-featured__episode::after {
  content: "";
  background-image: url(/uploads/2019/04/newsletter-fill-white.png);
  background-size: cover;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  width: 110px;
  height: 120px;
}
.blog-archive-featured.blog-archive-featured--alt .blog-archive-featured__bottom-right {
  flex: 1;
}
@media (max-width: 600px) {
  .blog-archive-featured.blog-archive-featured--alt .blog-archive-featured__bottom-right {
    flex: none;
    width: 100%;
    margin-top: 20px;
  }
}
.blog-archive-featured.blog-archive-featured--alt .blog-archive-featured__bottom-right h1 {
  margin-bottom: 0;
}
.blog-archive-featured.blog-archive-featured--alt .blog-archive-featured__date-alt {
  font-size: 14px;
  line-height: 24px;
  color: #3d3935;
  background-color: #e9ec6b;
  padding: 5px 8px;
  display: inline-block;
  margin: 12px 0;
  letter-spacing: 1px;
  border-radius: 5px;
  font-weight: 500;
}
.blog-archive-featured.blog-archive-featured--alt .blog-archive-featured__date-alt svg {
  margin-bottom: -2px;
  margin-right: 3px;
}
.blog-archive-featured.blog-archive-featured--alt .shared-counts-wrap.style-icon .shared-counts-button .shared-counts-icon svg {
  fill: #4298b5;
}
.blog-archive-featured.blog-archive-featured--alt .shared-counts-wrap.style-icon .shared-counts-button:hover .shared-counts-icon svg {
  fill: #41859b !important;
}

.podcast-audio {
  margin: 48px 0;
  background-color: #222;
  padding: 12px;
  border-radius: 5px;
  position: relative;
  padding-left: 75px;
}
.podcast-audio__icon {
  position: absolute;
  top: 0;
  left: 0;
  padding: 12px;
  background-color: #e9ec6b;
  height: 100%;
  display: flex;
  align-items: center;
  border-radius: 5px 0 0 5px;
}
.podcast-audio__title {
  color: #e9ec6b;
  margin-bottom: 5px;
  font-size: 15px;
  font-weight: 500;
}

.podcast-episode-header {
  color: #3d3935;
  font-size: 26px;
}

.podcast-transcript-summary {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}

.podcast-transcript-content {
  max-height: 650px;
  overflow: hidden;
  position: relative;
}
.podcast-transcript-content::after {
  content: " ";
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  height: 200px;
  background: #fff;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, white 100%);
}
.podcast-transcript-content.open {
  max-height: none;
}
.podcast-transcript-content.open::after {
  display: none;
}
.podcast-transcript-content ul {
  margin: 16px 0 0;
  padding-left: 16px;
}

button.podcast-transcript-toggle {
  color: #3d3935;
  background-color: transparent;
  border: 2px solid #dc6b2f;
  width: 100%;
  margin: 48px 0 0;
}
button.podcast-transcript-toggle:hover, button.podcast-transcript-toggle:focus {
  color: #3d3935;
  border-color: #dc6b2f;
  background-color: #dc6b2f;
  background-color: rgba(220, 107, 47, 0.25);
}
button.podcast-transcript-toggle.closed {
  display: none;
}

.single-content-two-col {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 96px;
}
@media (max-width: 768px) {
  .single-content-two-col {
    margin-bottom: 72px;
  }
}
@media (max-width: 600px) {
  .single-content-two-col {
    margin-bottom: 48px;
  }
}
.single-content-two-col__left {
  flex-basis: 296px;
}
@media (max-width: 768px) {
  .single-content-two-col__left {
    order: 2;
  }
}
@media (max-width: 600px) {
  .single-content-two-col__left {
    flex-basis: 100%;
  }
}
.single-content-two-col__right {
  flex-basis: calc(100% - 371px);
  margin-left: 75px;
}
@media (max-width: 900px) {
  .single-content-two-col__right {
    margin-left: 32px;
    flex-basis: calc(100% - (296px + 32px));
  }
}
@media (max-width: 768px) {
  .single-content-two-col__right {
    display: block;
    width: 100%;
    flex-basis: 100%;
    margin-left: 0;
    order: 0;
    margin-bottom: 24px;
  }
}

.sidebar-author-info img {
  display: block;
  width: 100%;
  border-radius: 50%;
  border: 2px solid #dc6b2f;
  padding: 4px;
  margin-bottom: 16px;
}
.sidebar-author-info__preheader {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-weight: 500;
  color: #4298b5;
  font-size: 24px;
}
@media (max-width: 768px) {
  .sidebar-author-info__preheader {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .sidebar-author-info__preheader {
    font-size: 20px;
  }
}
.sidebar-author-info__preheader {
  line-height: 1.2;
}
.sidebar-author-info__bio {
  display: block;
  width: 100%;
}
.sidebar-author-info__bio p {
  font-size: 15px !important;
  margin-bottom: 8px !important;
}
.sidebar-author-info__bio p:last-child {
  margin-bottom: 0 !important;
}

.sidebar-search {
  display: block;
  width: 100%;
  margin-top: 24px;
  margin-bottom: 48px;
}
.sidebar-search .facetwp-input-wrap {
  position: relative;
}
.sidebar-search .facetwp-icon {
  line-height: 1;
  position: absolute;
  cursor: pointer;
  top: auto !important;
  bottom: 16px !important;
}

.sidebar-podcast-links {
  display: block;
  width: 100%;
  margin-top: 24px;
}
.sidebar-podcast-links__item {
  display: block;
  width: 100%;
  margin-bottom: 8px;
}
.sidebar-podcast-links__item img {
  display: block;
}

.sidebar-email-subscribe {
  display: block;
  width: 100%;
  position: relative;
  padding-top: 24px;
}
.sidebar-email-subscribe::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  border-top: 3px dotted #e9ec6b;
  width: 64px;
  height: 1px;
}
.sidebar-email-subscribe__header {
  display: block;
  width: 100%;
  margin-bottom: 12px;
  font-weight: 500;
  font-size: 24px;
}
@media (max-width: 768px) {
  .sidebar-email-subscribe__header {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .sidebar-email-subscribe__header {
    font-size: 20px;
  }
}
.sidebar-email-subscribe__header {
  line-height: 1.2;
  color: #4298b5;
}
.sidebar-email-subscribe__text {
  display: block;
  width: 100%;
  font-size: 15px;
  margin-bottom: 12px;
}
.sidebar-email-subscribe .gform_body .gform_fields .gfield {
  margin-bottom: 12px;
}

.loop-email-signup {
  background-color: #fff;
  margin: 24px 0;
  border-radius: 5px;
  padding: 10px 50px;
  grid-column: 1/4;
  grid-row: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media (min-width: 769px) {
  .term-screaming-in-the-cloud .loop-email-signup {
    grid-column: 1/3;
  }
}
@media (max-width: 768px) {
  .term-screaming-in-the-cloud .loop-email-signup {
    grid-column: 1/2;
  }
}
@media (max-width: 768px) {
  .loop-email-signup {
    grid-column: 1/3;
    padding: 0 32px 32px;
  }
}
@media (max-width: 600px) {
  .loop-email-signup {
    grid-column: 1/2;
    padding: 24px;
  }
}
.loop-email-signup .gform_wrapper {
  margin-bottom: 0;
}
.loop-email-signup.single-post-email-subscribe {
  padding: 0;
  margin: 96px 0 48px;
}
@media (max-width: 600px) {
  .loop-email-signup.single-post-email-subscribe {
    margin: 48px 0 32px;
  }
}

/* ----- Loop Item -------------------- */
.loop-wrapper {
  display: grid;
  flex-wrap: wrap;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 32px;
  grid-template-columns: repeat(3, 1fr);
  width: 100%;
}
@media (max-width: 768px) {
  .loop-wrapper {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 24px;
  }
}
@media (max-width: 600px) {
  .loop-wrapper {
    grid-template-columns: 1fr;
  }
}
.term-screaming-in-the-cloud .loop-wrapper {
  grid-template-columns: repeat(2, 1fr);
}
@media (max-width: 768px) {
  .term-screaming-in-the-cloud .loop-wrapper {
    grid-template-columns: 1fr;
  }
}

.loop-item {
  border-radius: 5px;
  overflow: hidden;
  position: relative;
  background-color: #fff;
}
@media (min-width: 601px) {
  .loop-item {
    padding-bottom: 48px;
  }
}
.loop-item__thumbnail {
  position: relative;
}
.loop-item__thumbnail img {
  display: block;
  width: 100%;
}
.loop-item__title {
  margin-bottom: 16px;
}
.loop-item__tags {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-bottom: 11px;
}
.loop-item__tag {
  font-size: 14px;
  line-height: 14px;
  font-weight: 500;
  padding: 7px;
  border-radius: 5px;
  margin: 0 8px 8px 0;
  background-color: #e9ec6b;
  background-color: rgba(233, 236, 107, 0.5);
}
.loop-item__author {
  display: block;
  width: 100%;
  color: #dc6b2f;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 14px;
  margin-bottom: 16px;
}
.loop-item__author a {
  color: #dc6b2f;
}
.loop-item__author a:hover {
  color: #dc6b2f;
  text-decoration: none;
}
.loop-item__content {
  display: block;
  width: 100%;
  padding: 24px;
  background-color: #fff;
}
.loop-item__excerpt p {
  margin-bottom: 10px;
}
.loop-item__excerpt p:last-child {
  margin-bottom: 0;
}
.loop-item__readmore {
  margin-top: 16px;
}
@media (min-width: 601px) {
  .loop-item__readmore {
    position: absolute;
    bottom: 24px;
    left: 24px;
  }
}
.loop-item__readmore .wp-block-button {
  margin-bottom: 0;
}

.wp-block-group.has-white-background-color .recent-posts-block .loop-item,
.wp-block-group.has-white-background-color .recent-posts-block .loop-item__content {
  background-color: #e3f0f4;
}

.podcast-item {
  background-color: #fff;
  padding: 24px 24px 74px;
  border-radius: 5px;
  position: relative;
}
.podcast-item__meta {
  width: 100%;
  display: block;
  margin-bottom: 16px;
}
.podcast-item__meta-item {
  font-size: 13px;
  letter-spacing: 1px;
  line-height: 24px;
  text-transform: uppercase;
  font-weight: 600;
  display: flex;
  align-items: center;
}
.podcast-item__meta-item span {
  margin-left: 5px;
}
.podcast-item__meta-item svg path {
  fill: #4298b5;
}
.podcast-item__description {
  width: 100%;
  display: block;
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0.5px;
  line-height: 24px;
}
.podcast-item .wp-block-buttons {
  position: absolute;
  bottom: 24px;
  left: 24px;
}
.podcast-item .wp-block-buttons .wp-block-button {
  margin: 0;
}
.podcast-item .wp-block-buttons .wp-block-button__link {
  padding: 7px 20px;
}

/* ----- Filters -------------------- */
.blog-filters {
  background-color: #fff;
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  margin-bottom: 100px;
  max-width: 100vw;
  width: 100vw;
  position: relative;
  padding: 0 24px;
}
.blog-filters::before {
  content: "";
  background-image: url("/images/blocks/cloud-white.svg");
  background-size: cover;
  width: 702px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 100%;
  background-color: #e3f0f4;
  z-index: 2;
  transform: scale(1, -1);
}
@media (max-width: 1404px) {
  .blog-filters::before {
    left: auto;
    right: 0;
  }
}
@media (max-width: 702px) {
  .blog-filters::before {
    left: 0;
    right: 0;
    width: 100%;
    top: calc(100% - 1px);
    bottom: auto;
    height: auto;
    padding-bottom: 8.6%;
  }
}
.blog-filters::after {
  content: "";
  height: 12px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: 100%;
  left: 0;
}
@media (max-width: 702px) {
  .blog-filters::after {
    display: none;
  }
}
.blog-filters__inner {
  display: grid;
  flex-wrap: wrap;
  -moz-column-gap: 24px;
       column-gap: 24px;
  row-gap: 24px;
  background-color: #fff;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
  padding: 40px 0;
  max-width: 1110px;
  margin: 0 auto;
}
@media (max-width: 768px) {
  .blog-filters__inner {
    grid-template-columns: repeat(2, 1fr);
  }
}
@media (max-width: 600px) {
  .blog-filters__inner {
    grid-template-columns: 1fr;
  }
}
.blog-filters .facetwp-facet {
  margin-bottom: 0;
}
.blog-filters .facetwp-facet .facetwp-input-wrap {
  width: 100%;
}
.blog-filters .facetwp-facet input.facetwp-search {
  width: 100%;
  min-width: 0;
}
.blog-filters__label {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  color: #4298b5;
  font-weight: 500;
  font-size: 14px;
}
.blog-filters select {
  color: rgba(0, 0, 0, 0.3);
}

.facetwp-type-search .facetwp-icon {
  opacity: 1;
  height: 16px;
  right: 16px;
  top: calc(50% - 8px);
}
.facetwp-type-search .facetwp-icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f002";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  color: #dc6b2f;
  width: 16px;
  height: 16px;
  font-size: 16px;
  background: none;
}

/* ----- Single -------------------- */
.single-post .blog-archive-featured__excerpt,
.single-newsletter .blog-archive-featured__excerpt {
  margin-bottom: 0;
}
.single-post .entry-content,
.single-newsletter .entry-content {
  max-width: 928px;
  margin: 0 auto;
}
.single-post .entry-content p,
.single-newsletter .entry-content p {
  font-size: 18px;
  margin-bottom: 16px;
}
.single-post .entry-content p.has-xx-large-font-size,
.single-newsletter .entry-content p.has-xx-large-font-size {
  font-size: 24px;
  line-height: 32px;
}
.single-post .entry-content p.has-x-large-font-size,
.single-newsletter .entry-content p.has-x-large-font-size {
  font-size: 20px;
  line-height: 28px;
}
.single-post .entry-content p.has-large-font-size,
.single-newsletter .entry-content p.has-large-font-size {
  font-size: 18px;
  line-height: 26px;
}
.single-post .entry-content p.has-regular-font-size, .single-post .entry-content p.has-normal-font-size,
.single-newsletter .entry-content p.has-regular-font-size,
.single-newsletter .entry-content p.has-normal-font-size {
  font-size: 16px;
}
.single-post .entry-content p.has-small-font-size,
.single-newsletter .entry-content p.has-small-font-size {
  font-size: 14px;
}
.single-post .entry-content p.has-mini-font-size,
.single-newsletter .entry-content p.has-mini-font-size {
  font-size: 12;
  line-height: 20px;
}
.single-post .entry-content p.is-style-no-bottom-margin,
.single-newsletter .entry-content p.is-style-no-bottom-margin {
  margin-bottom: 0;
}
.single-post .entry-content p.is-style-half-bottom-margin,
.single-newsletter .entry-content p.is-style-half-bottom-margin {
  margin-bottom: 8px;
}
.single-post .entry-content h2, .single-post .entry-content h3, .single-post .entry-content h4, .single-post .entry-content h5,
.single-newsletter .entry-content h2,
.single-newsletter .entry-content h3,
.single-newsletter .entry-content h4,
.single-newsletter .entry-content h5 {
  margin: 32px 0 16px;
}
.single-post .entry-content h2.is-style-no-bottom-margin, .single-post .entry-content h3.is-style-no-bottom-margin, .single-post .entry-content h4.is-style-no-bottom-margin, .single-post .entry-content h5.is-style-no-bottom-margin,
.single-newsletter .entry-content h2.is-style-no-bottom-margin,
.single-newsletter .entry-content h3.is-style-no-bottom-margin,
.single-newsletter .entry-content h4.is-style-no-bottom-margin,
.single-newsletter .entry-content h5.is-style-no-bottom-margin {
  margin-bottom: 0;
}
.single-post .entry-content h2.is-style-half-bottom-margin, .single-post .entry-content h3.is-style-half-bottom-margin, .single-post .entry-content h4.is-style-half-bottom-margin, .single-post .entry-content h5.is-style-half-bottom-margin,
.single-newsletter .entry-content h2.is-style-half-bottom-margin,
.single-newsletter .entry-content h3.is-style-half-bottom-margin,
.single-newsletter .entry-content h4.is-style-half-bottom-margin,
.single-newsletter .entry-content h5.is-style-half-bottom-margin {
  margin-bottom: 8px;
}
.single-post .entry-content figure.wp-block-image,
.single-newsletter .entry-content figure.wp-block-image {
  margin-top: 32px;
}
.single-post .entry-content ol.is-style-styled-list,
.single-post .entry-content ul.is-style-styled-list,
.single-newsletter .entry-content ol.is-style-styled-list,
.single-newsletter .entry-content ul.is-style-styled-list {
  margin-top: 32px;
}

.single-post-top {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 100%;
  padding: 40px 100px;
  margin-bottom: 72px;
  border-bottom: 3px dotted #e9ec6b;
  min-height: 120px;
}
.single-post-top__nav {
  position: absolute;
  top: 40px;
  left: 0;
}
.single-post-top__nav a {
  padding: 8px 12px;
}
.single-post-top__nav--next {
  left: auto;
  right: 0;
}
@media (max-width: 600px) {
  .single-post-top__nav {
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }
}
@media (max-width: 600px) {
  .single-post-top {
    justify-content: space-between;
    padding: 24px 0;
    min-height: 0;
    margin-bottom: 48px;
  }
}

.single-post-author {
  display: block;
  width: 100%;
  margin: 72px auto;
  border-top: 3px dotted #e9ec6b;
}
.single-post-author__inner {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  max-width: 928px;
  margin: 72px auto 0;
  background-color: #e3f0f4;
  border-radius: 8px;
  padding: 24px;
}
.single-post-author__image {
  width: 160px;
  margin-right: 24px;
}
@media (max-width: 600px) {
  .single-post-author__image {
    margin-top: -48px;
  }
}
.single-post-author__image img {
  display: block;
  width: 100%;
  border: 2px solid #dc6b2f;
  border-radius: 50%;
  padding: 4px;
}
.single-post-author__details {
  flex: 1;
}
@media (max-width: 600px) {
  .single-post-author__details {
    flex: none;
    width: 100%;
    margin-top: 24px;
  }
}
.single-post-author__name {
  display: block;
  width: 100%;
  margin-bottom: 20px;
  color: #4298b5;
  font-weight: 700;
  font-size: 24px;
}
.single-post-author__position {
  display: block;
  width: 100%;
  margin: -20px 0 20px;
  color: #dc6b2f;
  font-weight: 500;
}
.single-post-author__bio {
  display: block;
  width: 100%;
}
.single-post-author__bio p {
  font-size: 15px;
  margin-bottom: 12px;
}
.single-post-author__bio p:last-child {
  margin-bottom: 0;
}

.single-related-posts {
  margin: 12px calc(50% - 50vw) 60px;
  max-width: 100vw;
  width: 100vw;
  position: relative;
  padding: 96px 24px 48px;
  background-color: #e3f0f4;
}
@media (max-width: 768px) {
  .single-related-posts {
    padding: 72px 24px;
  }
}
@media (max-width: 600px) {
  .single-related-posts {
    padding: 48px 20px;
  }
}
@media (max-width: 702px) {
  .single-related-posts {
    margin-top: 10% !important;
  }
}
.single-related-posts .header-button-block h2, .single-related-posts .header-button-block h3, .single-related-posts .header-button-block h4 {
  margin: 0;
}
.single-related-posts::before {
  content: "";
  height: 12px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  top: -12px;
  left: 0;
}
@media (max-width: 702px) {
  .single-related-posts::before {
    display: none;
  }
}
.single-related-posts::after {
  content: "";
  height: 12px;
  width: 100%;
  background-color: #e3f0f4;
  position: absolute;
  bottom: -12px;
  left: 0;
}
.single-related-posts.single-related-posts--podcast {
  background-color: #fff;
  width: 100%;
  margin: 0;
  border-top: 3px solid #e9ec6b;
  padding: 48px 0 96px 0;
}
@media (max-width: 768px) {
  .single-related-posts.single-related-posts--podcast {
    padding: 72px 0;
  }
}
@media (max-width: 600px) {
  .single-related-posts.single-related-posts--podcast {
    padding: 48px 0;
  }
}
.single-related-posts.single-related-posts--podcast::before, .single-related-posts.single-related-posts--podcast::after {
  display: none;
}
.single-related-posts.single-related-posts--podcast .single-related-posts__inner::before {
  display: none;
}
.single-related-posts.single-related-posts--podcast .podcast-item {
  background-color: #e3f0f4;
}
.single-related-posts .single-related-posts__inner {
  max-width: 1110px;
  margin: 0 auto;
}
.single-related-posts .single-related-posts__inner::before {
  content: "";
  background-image: url("/images/blocks/cloud-white.svg");
  background-size: cover;
  width: 702px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: -12px;
  background-color: #e3f0f4;
  z-index: 2;
  transform: scale(1, -1);
}
@media (max-width: 1404px) {
  .single-related-posts .single-related-posts__inner::before {
    right: auto;
    left: 0;
  }
}
@media (max-width: 702px) {
  .single-related-posts .single-related-posts__inner::before {
    left: 0;
    right: 0;
    width: 100%;
    top: auto;
    bottom: 100%;
    height: auto;
    padding-top: 8.6%;
  }
}
.single-related-posts .single-related-posts__inner::after {
  content: "";
  background-image: url("/images/blocks/cloud-blue.svg");
  background-size: cover;
  width: 702px;
  height: 60px;
  position: absolute;
  right: 50%;
  top: 100%;
  background-color: #fff;
  z-index: 2;
  transform: scale(1, -1);
}
@media (max-width: 1404px) {
  .single-related-posts .single-related-posts__inner::after {
    left: auto;
    right: 0;
  }
}
@media (max-width: 702px) {
  .single-related-posts .single-related-posts__inner::after {
    left: 0;
    right: 0;
    width: 100%;
    top: bottom;
    top: 100%;
    height: auto;
    padding-bottom: 8.6%;
  }
}

.single-newsletter .entry-content {
  margin-top: 72px;
  max-width: 100%;
}
@media (max-width: 600px) {
  .single-newsletter .entry-content {
    margin-top: 48px;
  }
}

/* ----- Breadcrumbs -------------------- */
.breadcrumb {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-wrap: wrap;
}
.breadcrumb a {
  text-decoration: underline;
}
.breadcrumb i {
  margin: 0 4px;
  opacity: 0.5;
}
@media (max-width: 600px) {
  .breadcrumb {
    display: none;
  }
}

/* ----- Chat Box -------------------- */
body .rm-toaster.rm-widget,
body .rm-toaster.rm-widget.rm-wdg_a4hqkimc {
  border-radius: 0 !important;
  padding-top: 80px !important;
  background-color: transparent !important;
  box-shadow: none !important;
}
body .rm-toaster.rm-widget .rm-carousel-element,
body .rm-toaster.rm-widget.rm-wdg_a4hqkimc .rm-carousel-element {
  box-shadow: 0 5px 40px rgba(0, 0, 0, 0.15) !important;
  position: relative !important;
  background-color: #fff !important;
}
body .rm-toaster.rm-widget .rm-carousel-element::before,
body .rm-toaster.rm-widget.rm-wdg_a4hqkimc .rm-carousel-element::before {
  content: url("/uploads/2020/01/rightmessage-top.svg");
  position: absolute;
  top: -84px;
  left: -25px;
  width: 100%;
}
@media (max-width: 400px) {
  body .rm-toaster.rm-widget .rm-carousel-element::before,
  body .rm-toaster.rm-widget.rm-wdg_a4hqkimc .rm-carousel-element::before {
    background-image: url(/uploads/2020/01/rightmessage-top.svg);
    content: " ";
    background-size: 300px;
    height: 115px;
    background-repeat: no-repeat;
    background-position: center 21px;
  }
}
@media (min-width: 768px) {
  body .rm-toaster.rm-widget .rm-carousel-element::after,
  body .rm-toaster.rm-widget.rm-wdg_a4hqkimc .rm-carousel-element::after {
    content: url("/uploads/2020/02/rightmessagae-brdr-btm.png");
    position: absolute;
    bottom: -31px;
    left: -25px;
  }
}
@media (min-width: 768px) {
  body .rm-toaster.rm-widget .rm-main::before,
  body .rm-toaster.rm-widget.rm-wdg_a4hqkimc .rm-main::before {
    content: " ";
    background-image: url("/uploads/2020/01/rightmessagae-brdr-left.svg");
    background-size: 100% 100%;
    position: absolute;
    left: -18px;
    top: -3px;
    width: 39px;
    height: calc(100% + 30px);
  }
  body .rm-toaster.rm-widget .rm-main::after,
  body .rm-toaster.rm-widget.rm-wdg_a4hqkimc .rm-main::after {
    content: " ";
    background-image: url("/uploads/2020/01/rightmessagae-brdr-right.svg");
    background-size: 100% 100%;
    position: absolute;
    right: -20px;
    top: -3px;
    width: 39px;
    height: calc(100% + 33px);
  }
}
body .rm-toaster.rm-widget .rm-meat,
body .rm-toaster.rm-widget.rm-wdg_a4hqkimc .rm-meat {
  padding: 48px 30px 8px !important;
}
body .rm-toaster.rm-widget .rm-title,
body .rm-toaster.rm-widget.rm-wdg_a4hqkimc .rm-title {
  font-family: "Rubik", sans-serif !important;
  font-size: 20px !important;
  line-height: 1 !important;
}
body .rm-toaster.rm-widget div.rm-answer-container,
body .rm-toaster.rm-widget.rm-wdg_a4hqkimc div.rm-answer-container {
  margin-top: 16px !important;
}
body .rm-toaster.rm-widget div.rm-answer-container .rm-button,
body .rm-toaster.rm-widget div.rm-answer-container .rm-button[data-v-019202f4],
body .rm-toaster.rm-widget.rm-wdg_a4hqkimc div.rm-answer-container .rm-button,
body .rm-toaster.rm-widget.rm-wdg_a4hqkimc div.rm-answer-container .rm-button[data-v-019202f4] {
  border-radius: 5px !important;
  text-align: left !important;
  margin-bottom: 12px !important;
  padding: 13px 35px 13px 63px !important;
  font-weight: 700 !important;
  font-size: 15px !important;
  position: relative !important;
  min-height: 62px !important;
}
body .rm-toaster.rm-widget div.rm-answer-container .rm-button::before,
body .rm-toaster.rm-widget div.rm-answer-container .rm-button[data-v-019202f4]::before,
body .rm-toaster.rm-widget.rm-wdg_a4hqkimc div.rm-answer-container .rm-button::before,
body .rm-toaster.rm-widget.rm-wdg_a4hqkimc div.rm-answer-container .rm-button[data-v-019202f4]::before {
  content: url("/uploads/2020/01/platyprint-1.svg");
  position: absolute;
  left: -3px;
  top: 9px;
}
body .rm-toaster.rm-widget div.rm-answer-container .rm-button:nth-child(2)::before,
body .rm-toaster.rm-widget div.rm-answer-container .rm-button[data-v-019202f4]:nth-child(2)::before,
body .rm-toaster.rm-widget.rm-wdg_a4hqkimc div.rm-answer-container .rm-button:nth-child(2)::before,
body .rm-toaster.rm-widget.rm-wdg_a4hqkimc div.rm-answer-container .rm-button[data-v-019202f4]:nth-child(2)::before {
  content: url("/uploads/2020/01/platyprint-2.svg");
}
body .rm-toaster.rm-widget div.rm-answer-container .rm-button:nth-child(3)::before,
body .rm-toaster.rm-widget div.rm-answer-container .rm-button[data-v-019202f4]:nth-child(3)::before,
body .rm-toaster.rm-widget.rm-wdg_a4hqkimc div.rm-answer-container .rm-button:nth-child(3)::before,
body .rm-toaster.rm-widget.rm-wdg_a4hqkimc div.rm-answer-container .rm-button[data-v-019202f4]:nth-child(3)::before {
  content: url("/uploads/2020/01/platyprint-3.svg");
}
body .rm-toaster.rm-widget .rm-close,
body .rm-toaster.rm-widget.rm-wdg_a4hqkimc .rm-close {
  z-index: 10 !important;
}
@media (max-width: 768px) {
  body .rm-toaster.rm-widget .rm-carousel-element,
  body .rm-toaster.rm-widget.rm-wdg_a4hqkimc .rm-carousel-element {
    border-top: 3px solid #000 !important;
  }
  body .rm-toaster.rm-widget .rm-carousel-element::before,
  body .rm-toaster.rm-widget.rm-wdg_a4hqkimc .rm-carousel-element::before {
    top: -86px;
    left: 50%;
    transform: translateX(-50%);
    width: 400px;
    max-width: 100%;
  }
  body .rm-toaster.rm-widget .rm-title-caption,
  body .rm-toaster.rm-widget.rm-wdg_a4hqkimc .rm-title-caption {
    margin-top: 10px !important;
    font-size: 17px !important;
  }
}

/**
 * /assets/scss/partials/layouts/footer.scss
 *
 * Let's define our footer styles
 *
 * - Main Footer Area
 * - Copyright
 *
 */
/* ----- Main Footer -------------------- */
.site-footer {
  width: 100%;
  display: block;
  padding: 72px 24px 0;
  background-color: #4189a1;
  color: #fff;
  overflow: hidden;
}
@media (max-width: 600px) {
  .site-footer {
    padding: 64px 20px 0;
  }
}
.site-footer > .wrap {
  display: flex;
  width: 100%;
}
@media (max-width: 900px) {
  .site-footer > .wrap {
    flex-wrap: wrap;
  }
}

.footer-column.footer-column--1 {
  flex: 1;
  padding: 0 0 68px 0;
}
@media (max-width: 900px) {
  .footer-column.footer-column--1 {
    flex: none;
    padding: 0 0 40px 0;
    width: 100%;
  }
}
.footer-column.footer-column--1 .wp-block-button {
  margin: 24px 0 0;
}
.footer-column.footer-column--1 .wp-block-button__link:hover, .footer-column.footer-column--1 .wp-block-button__link:focus, .footer-column.footer-column--1 .wp-block-button__link:active {
  color: #3d3935;
  background-color: #e9ec6b;
  border-color: #e9ec6b;
}
.footer-column.footer-column--2 {
  width: 300px;
  display: flex;
  padding: 0 0 68px 0;
  transform: translateX(120px);
}
@media (max-width: 1224px) {
  .footer-column.footer-column--2 {
    transform: translateX(84px);
  }
}
@media (max-width: 900px) {
  .footer-column.footer-column--2 {
    flex: 1;
    padding: 0 0 40px 0;
    transform: translateX(0);
  }
}
@media (max-width: 600px) {
  .footer-column.footer-column--2 {
    padding: 0;
  }
}
.footer-column.footer-column--3 {
  width: 385px;
  display: flex;
  align-items: flex-end;
  transform: translateX(120px);
}
.footer-column.footer-column--3 img {
  display: block;
}
@media (max-width: 1224px) {
  .footer-column.footer-column--3 {
    transform: translateX(84px);
  }
}
@media (max-width: 900px) {
  .footer-column.footer-column--3 {
    justify-content: flex-end;
  }
}
@media (max-width: 768px) {
  .footer-column.footer-column--3 {
    width: 285px;
  }
}
@media (max-width: 600px) {
  .footer-column.footer-column--3 {
    width: 100%;
    transform: translateX(54px);
  }
  .footer-column.footer-column--3 img {
    width: 240px;
  }
}
.footer-column__header {
  display: block;
  width: 100%;
  font-weight: 500;
  font-size: 24px;
  line-height: 32px;
}

.footer-menu.footer-menu--2 {
  padding-left: 30px;
}
.footer-menu ul {
  list-style-type: none;
}
.footer-menu ul li {
  margin-bottom: 20px;
}
.footer-menu ul li:last-child {
  margin-bottom: 0;
}
.footer-menu ul li a {
  color: #fff;
  font-size: 20px;
  line-height: 28px;
  font-weight: 500;
}
.footer-menu ul li ul {
  margin-top: 20px;
}
.footer-menu ul li ul li a {
  font-weight: 500;
}
@media (max-width: 600px) {
  .footer-menu {
    width: 50%;
  }
}

.social-media {
  display: grid;
  flex-wrap: wrap;
  -moz-column-gap: 20px;
       column-gap: 20px;
  row-gap: 20px;
  margin-top: 24px;
  grid-template-columns: repeat(auto-fill, minmax(56px, 56px));
  width: 100%;
}
.social-media__link {
  width: 56px;
  height: 56px;
  border-radius: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #3d3935;
  background-color: rgba(61, 57, 53, 0.2);
}
.social-media__link:last-child {
  margin-right: 0;
}
.social-media__link:hover, .social-media__link:focus {
  background-color: #3d3935;
  background-color: rgba(61, 57, 53, 0.4);
}
.social-media__link i {
  color: #fff;
  font-size: 24px;
}

/* ----- Copyright -------------------- */
.copyright {
  background-color: #3d3935;
  padding: 20px 24px;
  color: #fff;
  font-size: 14px;
  line-height: 22px;
}
.copyright > .wrap {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.copyright__text {
  opacity: 0.5;
  margin-right: 20px;
}
.copyright__links a {
  color: #fff;
  opacity: 0.5;
  margin-right: 20px;
  text-decoration: underline;
}
.copyright__links a:last-child {
  margin-right: 0;
}
.copyright__links a:hover {
  opacity: 0.8;
}
.copyright__footprint {
  margin-right: 12px;
}

/**
 * /assets/scss/partials/layouts/header.scss
 *
 * Let's define our header styles
 *
 *
 */
.site-header {
  display: block;
  height: 100px;
  width: 100%;
  position: relative;
  padding: 0 24px;
  z-index: 200;
  background-color: #fff;
}
@media (max-width: 600px) {
  .site-header {
    padding: 0 20px;
  }
}
.site-header > .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  position: relative;
}
.site-header__logo {
  display: flex;
  height: 100%;
  align-items: center;
}
.site-header__logo img {
  width: auto;
  height: 100px;
  display: block;
  transform: translateY(10px);
}
@media (max-width: 600px) {
  .site-header__logo img {
    height: 90px;
  }
}
.site-header__cta a {
  position: absolute;
  top: 0;
  right: 0;
  font-size: 14px;
  color: #3d3935;
  font-weight: 600;
  background-color: #e9ec6b;
  line-height: 35px;
  border-radius: 0 0 10px 10px;
  padding: 0 18px;
}
.site-header__cta a:hover, .site-header__cta a:focus {
  background-color: #dc6b2f;
  color: #fff;
  text-decoration: none;
}
@media (max-width: 600px) {
  .site-header__cta a {
    font-size: 13px;
    padding: 0 14px;
  }
}

/**
 * /assets/scss/partials/layouts/interiors.scss
 *
 * Let's define our interior wrapper styles
 *
 * - Universal
 * - Sidebars
 *
 */
/* ----- Universal -------------------- */
.site-container {
  overflow: hidden;
}

.site-inner {
  width: 100%;
  overflow: hidden;
  padding: 24px;
}
@media (max-width: 768px) {
  .site-inner {
    padding: 24px;
  }
}
@media (max-width: 600px) {
  .site-inner {
    padding: 20px;
  }
}
.site-inner {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .site-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .site-inner {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.site-inner .content {
  display: flex;
  flex-wrap: wrap;
  padding: 0;
  width: 100%;
}
.site-inner .content > article {
  width: 100%;
}

.block-area-four-oh-four {
  width: 100%;
}

.wrap {
  width: 100%;
  max-width: 1110px;
  margin: 0 auto;
}

@media (max-width: 600px) {
  html #wpadminbar {
    position: fixed;
  }
}
/* ----- Sidebars -------------------- */
.content-sidebar .site-inner .wrap,
.sidebar-content .site-inner .wrap {
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
}
.content-sidebar .site-inner .wrap .content,
.sidebar-content .site-inner .wrap .content {
  width: 768px;
}
.content-sidebar .site-inner .wrap .content .alignfull,
.content-sidebar .site-inner .wrap .content .alignwide,
.sidebar-content .site-inner .wrap .content .alignfull,
.sidebar-content .site-inner .wrap .content .alignwide {
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
}
.content-sidebar .site-inner .wrap .sidebar,
.sidebar-content .site-inner .wrap .sidebar {
  padding: 75px 0;
  flex: 1;
  padding-left: 50px;
}

/**
 * /assets/scss/partials/layouts/navigation.scss
 *
 * Let's define our navigation styles
 *
 * - Primary Navigation
 * - Mobile Navigation Icon
 *
 */
/* ----- Primary Navigation -------------------- */
@media (min-width: 1076px) {
  .nav-primary {
    display: block !important;
  }
}
@media (max-width: 1075px) {
  .nav-primary {
    display: none;
    position: absolute;
    top: 100%;
    width: 100vw;
    margin-left: -24px;
    margin-right: -24px;
    background-color: #4298b5;
    border-bottom: 3px solid #e9ec6b;
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
@media (max-width: 600px) {
  .nav-primary {
    margin-left: -20px;
    margin-right: -20px;
  }
}
.nav-primary .wrap {
  max-width: 100%;
  margin: 0;
}
.nav-primary ul {
  display: flex;
  flex-wrap: wrap;
}
.nav-primary ul .menu-item {
  list-style: none;
  position: relative;
}
.nav-primary ul .menu-item a {
  border: none;
  color: #4298b5;
  font-weight: 700;
  display: block;
  font-size: 18px;
  padding: 24px 16px;
  position: relative;
}
.nav-primary ul .menu-item a::after {
  content: "";
  position: absolute;
  bottom: 12px;
  left: calc(50% - 3px);
  opacity: 0;
  width: 6px;
  height: 6px;
  border-radius: 6px;
  background-color: #dc6b2f;
}
@media (max-width: 1075px) {
  .nav-primary ul .menu-item a {
    color: #fff;
    font-size: 30px;
    padding: 16px;
  }
}
.nav-primary ul .menu-item:hover > a, .nav-primary ul .menu-item.current-menu-item > a, .nav-primary ul .menu-item.current-menu-ancestor > a {
  color: #4298b5;
  text-decoration: none;
}
.nav-primary ul .menu-item:hover > a::after, .nav-primary ul .menu-item.current-menu-item > a::after, .nav-primary ul .menu-item.current-menu-ancestor > a::after {
  opacity: 1;
}
@media (max-width: 1075px) {
  .nav-primary ul .menu-item:hover > a, .nav-primary ul .menu-item.current-menu-item > a, .nav-primary ul .menu-item.current-menu-ancestor > a {
    color: #fff;
  }
  .nav-primary ul .menu-item:hover > a::after, .nav-primary ul .menu-item.current-menu-item > a::after, .nav-primary ul .menu-item.current-menu-ancestor > a::after {
    opacity: 0;
  }
}
.nav-primary ul .menu-item.current-menu-ancestor > a {
  color: #3d3935;
}
.nav-primary ul .menu-item.menu-item-has-children > a {
  padding-right: 34px;
}
.nav-primary ul .menu-item.menu-item-has-children > a::after {
  left: calc(50% - 12px);
}
.nav-primary ul .menu-item.menu-item-has-children:hover > a::after {
  opacity: 0;
}
.nav-primary ul .menu-item button {
  background: transparent;
  border: none;
  border-radius: 0;
  box-shadow: none;
  padding: 0;
  outline: none;
  cursor: pointer;
  position: absolute;
  line-height: 0;
  top: 27px;
  right: 7px;
}
.nav-primary ul .menu-item button img {
  width: 20px;
  height: 20px;
}
@media (max-width: 1075px) {
  .nav-primary ul .menu-item button {
    top: 15px;
    width: 48px;
    height: 48px;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(255, 255, 255, 0.5);
    transition: all 0.2s ease-in-out;
  }
  .nav-primary ul .menu-item button:hover {
    background-color: rgba(255, 255, 255, 0.8);
  }
}
.nav-primary ul .menu-item.menu-button a span {
  background-color: #4298b5;
  color: #fff;
  padding: 10px 20px;
}
.nav-primary ul .menu-item.menu-button a span:hover, .nav-primary ul .menu-item.menu-button a span:focus {
  background: rgb(52.3724696356, 120.6153846154, 143.6275303644);
  color: #fff;
  text-decoration: none;
}
@media (min-width: 1076px) {
  .nav-primary ul .menu-item:hover > .sub-menu {
    left: calc(50% - 138px);
    opacity: 1;
  }
}
@media (max-width: 1075px) {
  .nav-primary ul .menu-item {
    width: 100%;
  }
  .nav-primary ul .menu-item.open > .sub-menu {
    display: block;
  }
  .nav-primary ul .menu-item.open > button {
    transform: rotate(180deg);
  }
  .nav-primary ul .menu-item.menu-button {
    margin-top: 30px;
  }
}
.nav-primary ul .sub-menu {
  background: #dc6b2f;
  left: -9999px;
  top: calc(100% - 4px);
  opacity: 0;
  padding: 10px 0;
  position: absolute;
  width: 260px;
  z-index: 99;
  border-radius: 12px;
  transition: opacity 0.2s ease-in-out;
}
@media (min-width: 1076px) {
  .nav-primary ul .sub-menu::before {
    content: "";
    position: absolute;
    top: -16px;
    left: calc(50% - 32px);
    width: 64px;
    height: 16px;
    background-image: url("/images/utility/sub-menu-pointer.svg");
    background-size: cover;
  }
}
.nav-primary ul .sub-menu .menu-item {
  width: 100%;
  display: block;
  clear: both;
  border-top: none !important;
}
.nav-primary ul .sub-menu a {
  width: 100%;
  background: 0 0;
  color: #fff;
  padding: 8px 30px 8px 20px;
  position: relative;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
}
.nav-primary ul .sub-menu a::after {
  opacity: 0 !important;
  display: none;
}
.nav-primary ul .sub-menu .menu-item:hover > a,
.nav-primary ul .sub-menu .current-menu-item > a {
  color: #424242;
}
.nav-primary ul .sub-menu .sub-menu {
  margin: -54px 0 0 199px;
}
@media (max-width: 1075px) {
  .nav-primary ul .sub-menu {
    left: auto;
    top: auto;
    opacity: 1;
    position: relative;
    width: 100%;
    border-radius: 0;
    box-shadow: none;
    padding: 20px 0;
    background-color: #dc6b2f;
    border-bottom: 3px solid #e9ec6b;
    border-top: 3px solid #e9ec6b;
    display: none;
  }
  .nav-primary ul .sub-menu .menu-item a {
    text-align: left;
    font-size: 20px;
    line-height: 24px;
  }
}

/* ----- Mobile Nav Icon -------------------- */
.menu-toggle {
  position: absolute;
  right: 0;
  top: calc(50% - 2px);
  background-color: transparent;
  border: none;
  display: flex;
  align-items: center;
  display: none;
}
@media (max-width: 1075px) {
  .menu-toggle {
    display: block;
  }
}
.open .menu-toggle__img--open {
  display: none;
}
.menu-toggle__img--close {
  display: none;
}
.open .menu-toggle__img--close {
  display: block;
}

/**
 * /assets/scss/partials/layouts/blog.scss
 *
 * Let's define our blog styles
 *
 * - Archive
 * - Loop Item
 * - Single
 *
 */
/* ----- Archive -------------------- */
.loop-wrapper-newsletter {
  display: grid;
  flex-wrap: wrap;
  -moz-column-gap: 25px;
       column-gap: 25px;
  row-gap: 40px;
  grid-template-columns: repeat(4, 1fr);
  width: 100%;
}
@media (max-width: 768px) {
  .loop-wrapper-newsletter {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 24px;
         column-gap: 24px;
    row-gap: 24px;
  }
}
@media (max-width: 600px) {
  .loop-wrapper-newsletter {
    grid-template-columns: 1fr;
  }
}

/* ----- Loop Item -------------------- */
.loop-item-newsletter {
  position: relative;
}
.loop-item-newsletter__title {
  margin-bottom: 12px;
}
.loop-item-newsletter__title a {
  font-family: "Rubik", sans-serif;
  color: #3d3935;
  font-weight: 500;
  font-size: 22px;
}
@media (max-width: 768px) {
  .loop-item-newsletter__title a {
    font-size: 22px;
  }
}
@media (max-width: 600px) {
  .loop-item-newsletter__title a {
    font-size: 22px;
  }
}

.newsletter-issue {
  width: 100px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 118px;
  padding-left: 14px;
  margin-bottom: 10px;
}
.newsletter-issue::before {
  content: url(/uploads/2019/04/newsletter-outline.svg);
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.newsletter-issue::after {
  content: url(/uploads/2019/04/newsletter-fill.png);
  position: absolute;
  top: 8px;
  left: 8px;
  z-index: 1;
}
.newsletter-issue__preheader {
  color: #4298b5;
  font-size: 14px;
  line-height: 14px;
  z-index: 3;
}
.newsletter-issue__number {
  color: #4298b5;
  font-family: "Barlow", sans-serif;
  font-weight: 500;
  font-size: 42px;
  line-height: 48px;
  z-index: 3;
}

/* ----- Filters -------------------- */
.newsletter-filters {
  display: block;
  width: 100%;
  border-bottom: 3px solid #e9ec6b;
  margin-bottom: 40px;
}
.newsletter-filters__inner {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 40px 0;
}
@media (max-width: 600px) {
  .newsletter-filters__inner {
    flex-wrap: wrap;
  }
}
@media (max-width: 600px) {
  .newsletter-filters__search {
    width: 100%;
    margin-top: 24px;
    display: block;
  }
}
.newsletter-filters .facetwp-facet {
  margin-bottom: 0;
}
.newsletter-filters .facetwp-facet .facetwp-input-wrap {
  width: 100%;
}
.newsletter-filters .facetwp-facet input.facetwp-search {
  width: 100%;
  min-width: 0;
}
.newsletter-filters__header {
  font-size: 40px;
}
@media (max-width: 768px) {
  .newsletter-filters__header {
    font-size: 38px;
  }
}
@media (max-width: 600px) {
  .newsletter-filters__header {
    font-size: 36px;
  }
}
.newsletter-filters__header {
  margin: 0;
}
.newsletter-filters__label {
  display: block;
  width: 100%;
  margin-bottom: 3px;
  color: #4298b5;
  font-weight: 500;
  font-size: 14px;
}

/* ----- Single -------------------- */
/**
 * /assets/scss/partials/layouts/pagination.scss
 *
 * Let's define our pagination styles
 *
 * - Default
 * - FacetWP Pager
 */
/* ----- Default -------------------- */
.pagination {
  width: 100%;
  padding-top: 25px;
  border-top: 3px solid #ececeb;
}
.pagination .alignleft {
  float: left;
}
.pagination .alignright {
  float: right;
}
.pagination a {
  color: #4298b5;
  font-weight: 600;
}
.pagination a:hover {
  text-decoration: none;
  color: #3d3935;
}
.pagination ul {
  width: 100%;
  list-style-type: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 600px) {
  .pagination ul {
    flex-wrap: wrap;
  }
}
.pagination ul li {
  display: inline-block;
  margin: 0 2px;
}
.pagination ul li a {
  padding: 2px 11px;
  border-radius: 3px;
  color: #3d3935;
  font-size: 16px;
  line-height: 26px;
  display: inline-block;
}
.pagination ul li.active a, .pagination ul li:hover a {
  background-color: #4298b5;
  color: #fff;
}
@media (max-width: 600px) {
  .pagination ul li.pagination-previous, .pagination ul li.pagination-next {
    display: block;
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .pagination ul li.pagination-next {
    margin-bottom: 0;
    margin-top: 15px;
  }
}

/* ----- FacetWP Pager -------------------- */
.archive-pager {
  width: 100%;
  display: flex;
  justify-content: center;
}
.archive-pager .facetwp-facet {
  margin: 0;
}
@media (max-width: 600px) {
  .archive-pager .facetwp-facet {
    display: block;
    width: 100%;
  }
}
.archive-pager .facetwp-facet button {
  background-color: transparent;
  color: #4298b5;
  width: 400px;
  max-width: 100%;
}
.archive-pager .facetwp-facet button:hover {
  color: #fff;
  background-color: #dc6b2f;
  border-color: #dc6b2f;
}
.archive-pager .facetwp-facet button {
  margin-top: 96px;
}
@media (max-width: 768px) {
  .archive-pager .facetwp-facet button {
    margin-top: 72px;
  }
}
@media (max-width: 600px) {
  .archive-pager .facetwp-facet button {
    margin-top: 48px;
  }
}
.archive-pager .facetwp-facet button.facetwp-hidden {
  display: none;
}
.archive-pager.archive-pager--newsletter button {
  margin-bottom: 96px;
}
@media (max-width: 768px) {
  .archive-pager.archive-pager--newsletter button {
    margin-bottom: 72px;
  }
}
@media (max-width: 600px) {
  .archive-pager.archive-pager--newsletter button {
    margin-bottom: 48px;
  }
}

/**
 * /assets/scss/partials/layouts/search.scss
 *
 * Let's define our search styles
 *
 *
 */
.search .search-results-found {
  margin-bottom: 50px;
}
.search .search-loop-item {
  margin-bottom: 50px;
}

/**
 * /assets/scss/partials/layouts/subscriber-center.scss
 *
 * Let's define our subscriber center styles
 *
 */
/* ----- Blog Archive Layouts -------------------- */
.subscriber-center {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  position: relative;
  align-items: flex-end;
}
.subscriber-center > * {
  position: relative;
}
.subscriber-center > h2 {
  width: 100%;
  margin-bottom: 10px;
  order: 5;
  font-size: 48px;
}
@media (max-width: 768px) {
  .subscriber-center > h2 {
    font-size: 44px;
  }
}
@media (max-width: 600px) {
  .subscriber-center > h2 {
    font-size: 40px;
  }
}
.subscriber-center > h2 {
  line-height: 1.1;
}
.subscriber-center .convertkit-preferences-for {
  flex: 1;
  order: 10;
}
.subscriber-center .convertkit-preferences-for span {
  font-weight: 700;
}
.subscriber-center .convertkit-update-email {
  width: 100%;
  max-width: 350px;
  margin-top: -62px;
  order: 15;
}
@media (max-width: 1000px) {
  .subscriber-center .convertkit-update-email {
    max-width: 300px;
  }
}
@media (max-width: 800px) {
  .subscriber-center .convertkit-update-email {
    margin-top: 20px;
    max-width: 100%;
  }
  .subscriber-center .convertkit-update-email .convertkit-form-input {
    max-width: 400px;
  }
}
.subscriber-center .convertkit-update-email > h3 {
  font-family: "Rubik", sans-serif;
  font-size: 16px;
  line-height: 24px;
  font-weight: 500;
  margin: 0;
}
.subscriber-center .convertkit-update-email input,
.subscriber-center .convertkit-update-email input:focus {
  background-color: #e3f0f4;
}
.subscriber-center .convertkit-subscribe-all {
  width: 100%;
  margin-top: 35px;
  order: 25;
}
.subscriber-center .convertkit-subscribe-all form {
  position: relative;
  display: inline-block;
  width: auto;
  margin-top: 0;
}
.subscriber-center .convertkit-subscribe-all form::before {
  content: " ";
  background-image: url("/uploads/2021/07/ck-subscribe-all.svg");
  position: absolute;
  top: 0;
  left: 0;
  width: 84px;
  height: 56px;
  background-size: 84px 56px;
  z-index: 2;
}
.subscriber-center .convertkit-subscribe-all form::after {
  content: " ";
  z-index: 1;
  position: absolute;
  left: 42px;
  top: 5px;
  width: calc(100% - 42px);
  height: calc(100% - 10px);
  border-radius: 5px;
  background-color: rgba(220, 107, 47, 0.1);
}
.subscriber-center .convertkit-subscribe-all form:hover::after {
  background-color: rgba(220, 107, 47, 0.25);
}
.subscriber-center .convertkit-subscribe-all input {
  color: #dc6b2f;
  margin: 0;
  padding-left: 84px;
  height: 56px;
  z-index: 3;
  background-color: transparent;
  position: relative;
  border: none;
}
.subscriber-center .convertkit-subscriptions-container {
  width: 100%;
  border-top: 3px dotted #c5c5c5;
  margin-top: 46px;
  order: 30;
}
.subscriber-center form {
  display: grid;
  flex-wrap: wrap;
  -moz-column-gap: 100px;
       column-gap: 100px;
  row-gap: 56px;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
  margin-top: 56px;
}
@media (max-width: 900px) {
  .subscriber-center form {
    grid-template-columns: repeat(2, 1fr);
    -moz-column-gap: 50px;
         column-gap: 50px;
    row-gap: 24px;
  }
}
@media (max-width: 768px) {
  .subscriber-center form {
    grid-template-columns: 1fr;
  }
}
.subscriber-center form .convertkit-section > h3 {
  position: relative;
  padding-bottom: 24px;
  margin-bottom: 24px;
  font-size: 32px;
  line-height: 36px;
}
.subscriber-center form .convertkit-section > h3::after {
  content: " ";
  width: 64px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 0;
  border-top: 3px dotted #C5C5C5;
}
.subscriber-center form .convertkit-section-description {
  display: block;
  width: 100%;
  font-weight: 400;
  color: #3d3935;
  margin-bottom: 32px;
  opacity: 0.75;
}
.subscriber-center form .convertkit-form-input {
  position: relative;
  display: inline-block;
  margin-bottom: 16px;
}
.subscriber-center form input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}
.subscriber-center form input[type=checkbox] + *::before,
.subscriber-center form input[type=checkbox] + *::after {
  content: "";
  background-image: url("/images/convertkit/subscribe-uncheck.svg");
  background-size: 40px 40px;
  position: absolute;
  top: 0;
  left: 0;
  width: 40px;
  height: 40px;
  opacity: 1;
}
.subscriber-center form input[type=checkbox] + *::after {
  content: "";
  background-image: url("/images/convertkit/subscribe-check.svg");
  opacity: 0;
}
.subscriber-center form input[type=checkbox]:checked + *::before {
  opacity: 0;
}
.subscriber-center form input[type=checkbox]:checked + *::after {
  opacity: 1;
}
.subscriber-center form input[type=checkbox] + label {
  display: block;
  padding: 4px 0 0 60px;
  font-size: 24px;
  line-height: 26px;
  font-weight: 500;
  cursor: pointer;
}
.subscriber-center .convertkit-tag-description {
  padding: 8px 0 0 60px;
  line-height: 20px;
  font-weight: 400;
  color: #3D3935;
  opacity: 0.75;
}
.subscriber-center .convertkit-unsubscribe-all {
  order: 35;
  position: relative;
  width: 100%;
  min-height: 1px;
}
.subscriber-center .convertkit-unsubscribe-all form {
  position: relative;
  padding-left: 60px;
  position: absolute;
  right: 0;
  top: -48px;
  width: 50%;
  margin-top: 0;
}
@media (max-width: 1000px) {
  .subscriber-center .convertkit-unsubscribe-all form {
    position: relative;
    top: auto;
    right: auto;
    width: 100%;
    margin-top: 40px;
  }
}
.subscriber-center .convertkit-unsubscribe-all form::before {
  content: "";
  background-image: url("/uploads/2021/07/ck-unsub-alert.svg");
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 42px;
  height: 40px;
  background-size: 42px 40px;
}
.subscriber-center .convertkit-unsubscribe-all input[type=submit] {
  background-color: transparent;
  color: #ff0040;
  text-decoration: underline;
  padding-left: 0;
  padding-right: 0;
  border: none;
}
@media (max-width: 1000px) {
  .subscriber-center .convertkit-unsubscribe-all input[type=submit] {
    white-space: normal;
    text-align: left;
  }
}
.subscriber-center .convertkit-unsubscribe-all input[type=submit]:hover {
  color: #3d3935;
}
.subscriber-center .convertkit-update-subscription {
  width: 100%;
  border-top: 3px dotted #c5c5c5;
  padding-top: 56px;
  margin-top: 40px;
  grid-column: 1/3;
}
@media (max-width: 768px) {
  .subscriber-center .convertkit-update-subscription {
    grid-column: 1/2;
  }
}
.subscriber-center .convertkit-notifications-container {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-top: 28px;
  order: 20;
}
.subscriber-center .convertkit-notifications-container.convertkit-notifications-top {
  margin-top: 10px;
}
.subscriber-center .convertkit-notification {
  border: 2px solid #FF0040;
  border-radius: 70px;
  padding: 8px 20px 8px 40px;
  background-color: rgba(255, 0, 64, 0.2);
  display: block;
  margin-top: 20px;
  line-height: 20px;
  position: relative;
}
.subscriber-center .convertkit-notification::before {
  content: "";
  background-image: url("/images/convertkit/ck-sad-face.svg");
  background-size: 12px 12px;
  background-position: 6px 6px;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  left: 8px;
  height: 24px;
  width: 24px;
  background-color: #ff0040;
  border-radius: 24px;
  transform: translateY(-12px);
}
.subscriber-center .convertkit-notification-unsubscribed-from-tags {
  border-color: #4298b5;
  background-color: rgba(66, 152, 181, 0.2);
}
.subscriber-center .convertkit-notification-unsubscribed-from-tags::before {
  background-color: #4298b5;
}
.subscriber-center .convertkit-notification-email-updated {
  border-color: #1ADB84;
  background-color: rgba(26, 219, 132, 0.2);
}
.subscriber-center .convertkit-notification-email-updated::before {
  background-color: #1adb84;
  background-image: url("/images/convertkit/ck-thumbs-up.svg");
}
.subscriber-center .convertkit-notification-subscribed-to-tags, .subscriber-center .convertkit-notification-changed-email {
  border-color: #1ADB84;
  background-color: rgba(26, 219, 132, 0.2);
}
.subscriber-center .convertkit-notification-subscribed-to-tags::before, .subscriber-center .convertkit-notification-changed-email::before {
  background-color: #1adb84;
  background-image: url("/images/convertkit/ck-happy-face.svg");
}
.subscriber-center .convertkit-cancelled {
  width: 100%;
  order: 7;
  font-size: 20px;
  margin-top: 8px;
}
.subscriber-center .convertkit-cancelled::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f119";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
}
.subscriber-center .convertkit-cancelled-link-container {
  width: 100%;
  order: 8;
  margin-top: 32px;
}
.subscriber-center .convertkit-cancelled-link-container a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f178";
  font-weight: 400;
  font-family: "Font Awesome 5 Pro";
  color: #3d3935;
  font-size: 20px;
  margin-left: 8px;
  transform: translateY(2px);
}
.subscriber-center .convertkit-cancelled-content {
  width: 100%;
  order: 9;
  border-top: 3px dotted #c5c5c5;
  margin-top: 50px;
  padding-top: 50px;
}

.padded-white ul.gform_fields label {
  font-size: 16px;
}
.padded-white .gform_footer {
  width: 100%;
  margin-top: 12px;
}

/* Forms */
/**
 * /assets/scss/partials/forms/forms-base.scss
 *
 * Let's define our base form styles
 *
 *
 */
input {
  line-height: normal;
}

button:focus,
input[type=button]:focus,
input[type=reset]:focus,
input[type=submit]:focus {
  outline: thin dotted;
  outline-offset: -4px;
}

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=week],
input[type=month],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea,
select {
  background: #e3f0f4;
  border: 2px solid #e3f0f4;
  color: #3d3935;
  padding: 10px;
  font-weight: 500;
  width: 100%;
  border-radius: 3px;
  line-height: 24px;
}
input[type=date]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
input[type=week]:focus,
input[type=month]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  background-color: #e3f0f4;
  border-color: #4298b5;
  color: #3d3935;
  outline: 0;
}
.has-blue-light-background-color input[type=date], .is-style-form-wrap.has-blue-light-background-color input[type=date], .has-blue-background-color input[type=date], .is-style-form-wrap.has-blue-background-color input[type=date],
.has-blue-light-background-color input[type=time],
.is-style-form-wrap.has-blue-light-background-color input[type=time],
.has-blue-background-color input[type=time],
.is-style-form-wrap.has-blue-background-color input[type=time],
.has-blue-light-background-color input[type=datetime-local],
.is-style-form-wrap.has-blue-light-background-color input[type=datetime-local],
.has-blue-background-color input[type=datetime-local],
.is-style-form-wrap.has-blue-background-color input[type=datetime-local],
.has-blue-light-background-color input[type=week],
.is-style-form-wrap.has-blue-light-background-color input[type=week],
.has-blue-background-color input[type=week],
.is-style-form-wrap.has-blue-background-color input[type=week],
.has-blue-light-background-color input[type=month],
.is-style-form-wrap.has-blue-light-background-color input[type=month],
.has-blue-background-color input[type=month],
.is-style-form-wrap.has-blue-background-color input[type=month],
.has-blue-light-background-color input[type=text],
.is-style-form-wrap.has-blue-light-background-color input[type=text],
.has-blue-background-color input[type=text],
.is-style-form-wrap.has-blue-background-color input[type=text],
.has-blue-light-background-color input[type=email],
.is-style-form-wrap.has-blue-light-background-color input[type=email],
.has-blue-background-color input[type=email],
.is-style-form-wrap.has-blue-background-color input[type=email],
.has-blue-light-background-color input[type=url],
.is-style-form-wrap.has-blue-light-background-color input[type=url],
.has-blue-background-color input[type=url],
.is-style-form-wrap.has-blue-background-color input[type=url],
.has-blue-light-background-color input[type=password],
.is-style-form-wrap.has-blue-light-background-color input[type=password],
.has-blue-background-color input[type=password],
.is-style-form-wrap.has-blue-background-color input[type=password],
.has-blue-light-background-color input[type=search],
.is-style-form-wrap.has-blue-light-background-color input[type=search],
.has-blue-background-color input[type=search],
.is-style-form-wrap.has-blue-background-color input[type=search],
.has-blue-light-background-color input[type=tel],
.is-style-form-wrap.has-blue-light-background-color input[type=tel],
.has-blue-background-color input[type=tel],
.is-style-form-wrap.has-blue-background-color input[type=tel],
.has-blue-light-background-color input[type=number],
.is-style-form-wrap.has-blue-light-background-color input[type=number],
.has-blue-background-color input[type=number],
.is-style-form-wrap.has-blue-background-color input[type=number],
.has-blue-light-background-color textarea,
.is-style-form-wrap.has-blue-light-background-color textarea,
.has-blue-background-color textarea,
.is-style-form-wrap.has-blue-background-color textarea,
.has-blue-light-background-color select,
.is-style-form-wrap.has-blue-light-background-color select,
.has-blue-background-color select,
.is-style-form-wrap.has-blue-background-color select {
  background-color: #fff;
  border-color: #fff;
}
.has-blue-light-background-color input[type=date]:focus, .is-style-form-wrap.has-blue-light-background-color input[type=date]:focus, .has-blue-background-color input[type=date]:focus, .is-style-form-wrap.has-blue-background-color input[type=date]:focus,
.has-blue-light-background-color input[type=time]:focus,
.is-style-form-wrap.has-blue-light-background-color input[type=time]:focus,
.has-blue-background-color input[type=time]:focus,
.is-style-form-wrap.has-blue-background-color input[type=time]:focus,
.has-blue-light-background-color input[type=datetime-local]:focus,
.is-style-form-wrap.has-blue-light-background-color input[type=datetime-local]:focus,
.has-blue-background-color input[type=datetime-local]:focus,
.is-style-form-wrap.has-blue-background-color input[type=datetime-local]:focus,
.has-blue-light-background-color input[type=week]:focus,
.is-style-form-wrap.has-blue-light-background-color input[type=week]:focus,
.has-blue-background-color input[type=week]:focus,
.is-style-form-wrap.has-blue-background-color input[type=week]:focus,
.has-blue-light-background-color input[type=month]:focus,
.is-style-form-wrap.has-blue-light-background-color input[type=month]:focus,
.has-blue-background-color input[type=month]:focus,
.is-style-form-wrap.has-blue-background-color input[type=month]:focus,
.has-blue-light-background-color input[type=text]:focus,
.is-style-form-wrap.has-blue-light-background-color input[type=text]:focus,
.has-blue-background-color input[type=text]:focus,
.is-style-form-wrap.has-blue-background-color input[type=text]:focus,
.has-blue-light-background-color input[type=email]:focus,
.is-style-form-wrap.has-blue-light-background-color input[type=email]:focus,
.has-blue-background-color input[type=email]:focus,
.is-style-form-wrap.has-blue-background-color input[type=email]:focus,
.has-blue-light-background-color input[type=url]:focus,
.is-style-form-wrap.has-blue-light-background-color input[type=url]:focus,
.has-blue-background-color input[type=url]:focus,
.is-style-form-wrap.has-blue-background-color input[type=url]:focus,
.has-blue-light-background-color input[type=password]:focus,
.is-style-form-wrap.has-blue-light-background-color input[type=password]:focus,
.has-blue-background-color input[type=password]:focus,
.is-style-form-wrap.has-blue-background-color input[type=password]:focus,
.has-blue-light-background-color input[type=search]:focus,
.is-style-form-wrap.has-blue-light-background-color input[type=search]:focus,
.has-blue-background-color input[type=search]:focus,
.is-style-form-wrap.has-blue-background-color input[type=search]:focus,
.has-blue-light-background-color input[type=tel]:focus,
.is-style-form-wrap.has-blue-light-background-color input[type=tel]:focus,
.has-blue-background-color input[type=tel]:focus,
.is-style-form-wrap.has-blue-background-color input[type=tel]:focus,
.has-blue-light-background-color input[type=number]:focus,
.is-style-form-wrap.has-blue-light-background-color input[type=number]:focus,
.has-blue-background-color input[type=number]:focus,
.is-style-form-wrap.has-blue-background-color input[type=number]:focus,
.has-blue-light-background-color textarea:focus,
.is-style-form-wrap.has-blue-light-background-color textarea:focus,
.has-blue-background-color textarea:focus,
.is-style-form-wrap.has-blue-background-color textarea:focus,
.has-blue-light-background-color select:focus,
.is-style-form-wrap.has-blue-light-background-color select:focus,
.has-blue-background-color select:focus,
.is-style-form-wrap.has-blue-background-color select:focus {
  border-color: #4298b5;
}
.is-style-form-wrap.has-white-background-color input[type=date],
.is-style-form-wrap.has-white-background-color input[type=time],
.is-style-form-wrap.has-white-background-color input[type=datetime-local],
.is-style-form-wrap.has-white-background-color input[type=week],
.is-style-form-wrap.has-white-background-color input[type=month],
.is-style-form-wrap.has-white-background-color input[type=text],
.is-style-form-wrap.has-white-background-color input[type=email],
.is-style-form-wrap.has-white-background-color input[type=url],
.is-style-form-wrap.has-white-background-color input[type=password],
.is-style-form-wrap.has-white-background-color input[type=search],
.is-style-form-wrap.has-white-background-color input[type=tel],
.is-style-form-wrap.has-white-background-color input[type=number],
.is-style-form-wrap.has-white-background-color textarea,
.is-style-form-wrap.has-white-background-color select {
  background-color: #e3f0f4;
  border-color: #e3f0f4;
}
.is-style-form-wrap.has-white-background-color input[type=date]:focus,
.is-style-form-wrap.has-white-background-color input[type=time]:focus,
.is-style-form-wrap.has-white-background-color input[type=datetime-local]:focus,
.is-style-form-wrap.has-white-background-color input[type=week]:focus,
.is-style-form-wrap.has-white-background-color input[type=month]:focus,
.is-style-form-wrap.has-white-background-color input[type=text]:focus,
.is-style-form-wrap.has-white-background-color input[type=email]:focus,
.is-style-form-wrap.has-white-background-color input[type=url]:focus,
.is-style-form-wrap.has-white-background-color input[type=password]:focus,
.is-style-form-wrap.has-white-background-color input[type=search]:focus,
.is-style-form-wrap.has-white-background-color input[type=tel]:focus,
.is-style-form-wrap.has-white-background-color input[type=number]:focus,
.is-style-form-wrap.has-white-background-color textarea:focus,
.is-style-form-wrap.has-white-background-color select:focus {
  border-color: #4298b5;
}

/* ----- Placeholder Styles -------------------- */
/**
 * /assets/scss/partials/forms/forms-gravity.scss
 *
 * Let's define base styles for Gravity Forms
 *
 * - Core Styles
 * - Columns
 *
 */
/* ----- Form Core Styles -------------------- */
.gform_wrapper {
  width: 100%;
  margin-bottom: 24px;
}
.gform_wrapper fieldset {
  padding: 0;
  border: none;
}
.gform_wrapper .gfield_label {
  width: 100%;
  text-align: left;
  font-weight: 500;
  margin-bottom: 5px;
  display: inline-block;
  font-size: 16px;
  line-height: 24px;
  color: #4298b5;
}
.gform_wrapper .gfield_label .gfield_required {
  color: #ff0040;
  padding-left: 4px;
  font-weight: 400;
  font-style: italic;
  font-size: calc(16px - 2px);
}
.gform_wrapper .gform_required_legend {
  display: none;
}
.gform_wrapper .gfield_description {
  font-size: calc(16px - 2px);
  margin-top: 3px;
  width: 100%;
  text-align: left;
}
.gform_wrapper .field_description_above .gfield_description {
  margin-top: 0;
  margin-bottom: 3px;
}
.gform_wrapper .hidden_label .gfield_label,
.gform_wrapper .hidden_sub_label,
.gform_wrapper .screen-reader-text {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  word-wrap: normal !important;
}
.gform_wrapper .gform_body .gfield.gform_hidden {
  margin: 0;
}
.gform_wrapper .gfield_visibility_hidden {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}
.gform_wrapper .quinnvent-form {
  position: relative;
}
.gform_wrapper .quinnvent-form input[type=email],
.gform_wrapper .quinnvent-form input[type=text] {
  background: #e3f0f4;
  height: 48px;
  padding-right: 60px;
}
.has-blue-background-color .gform_wrapper .quinnvent-form input[type=email], .has-dark-blue-background-color .gform_wrapper .quinnvent-form input[type=email],
.has-blue-background-color .gform_wrapper .quinnvent-form input[type=text],
.has-dark-blue-background-color .gform_wrapper .quinnvent-form input[type=text] {
  background-color: #fff;
}
.gform_wrapper .quinnvent-form .gform_body .gform_fields .gfield {
  margin-bottom: 0;
}
.gform_wrapper .quinnvent-form .gform_footer {
  position: absolute;
  top: 0;
  right: 0;
}
.gform_wrapper .quinnvent-form .gform_footer button {
  width: 48px;
  height: 48px;
  background-color: #dc6b2f;
  border-radius: 0 3px 3px 0;
  padding: 14px 14px 14px 12px;
  border: none;
}
.gform_wrapper .quinnvent-form .gform_footer button:hover {
  background-color: rgb(163.0617283951, 74.475308642, 27.4382716049);
}

.inline-submit-button_wrapper,
.email-subscribe-block__form {
  flex: 1;
}
@media (max-width: 900px) {
  .inline-submit-button_wrapper,
  .email-subscribe-block__form {
    flex: none;
    width: 100%;
    margin-top: 24px;
  }
}
.inline-submit-button_wrapper form,
.email-subscribe-block__form form {
  display: flex;
}
@media (max-width: 1000px) and (min-width: 901px) {
  .inline-submit-button_wrapper form,
  .email-subscribe-block__form form {
    flex-wrap: wrap;
  }
}
@media (max-width: 400px) {
  .inline-submit-button_wrapper form,
  .email-subscribe-block__form form {
    flex-wrap: wrap;
  }
}
.inline-submit-button_wrapper .gform-body,
.email-subscribe-block__form .gform-body {
  flex-grow: 1;
}
.inline-submit-button_wrapper .gform-body .gform_fields .gfield,
.email-subscribe-block__form .gform-body .gform_fields .gfield {
  margin-bottom: 0;
}
@media (max-width: 1000px) and (min-width: 901px) {
  .inline-submit-button_wrapper .gform-body,
  .email-subscribe-block__form .gform-body {
    flex-grow: 0;
    width: 100%;
  }
}
@media (max-width: 400px) {
  .inline-submit-button_wrapper .gform-body,
  .email-subscribe-block__form .gform-body {
    flex-grow: 0;
    width: 100%;
  }
}
.inline-submit-button_wrapper input[type=text],
.inline-submit-button_wrapper input[type=email],
.email-subscribe-block__form input[type=text],
.email-subscribe-block__form input[type=email] {
  height: 60px;
  border-radius: 6px 0 0 6px;
  padding-left: 16px;
  padding-right: 16px;
}
@media (max-width: 1000px) and (min-width: 901px) {
  .inline-submit-button_wrapper input[type=text],
  .inline-submit-button_wrapper input[type=email],
  .email-subscribe-block__form input[type=text],
  .email-subscribe-block__form input[type=email] {
    border-radius: 6px;
    margin-bottom: 5px;
  }
}
@media (max-width: 400px) {
  .inline-submit-button_wrapper input[type=text],
  .inline-submit-button_wrapper input[type=email],
  .email-subscribe-block__form input[type=text],
  .email-subscribe-block__form input[type=email] {
    border-radius: 6px;
    margin-bottom: 5px;
  }
}
.inline-submit-button_wrapper button.gform_button,
.email-subscribe-block__form button.gform_button {
  height: 60px;
  padding-left: 16px;
  padding-right: 16px;
  border-radius: 0 6px 6px 0;
}
@media (max-width: 1000px) and (min-width: 901px) {
  .inline-submit-button_wrapper button.gform_button,
  .email-subscribe-block__form button.gform_button {
    height: auto;
    border-radius: 6px;
  }
}
@media (max-width: 400px) {
  .inline-submit-button_wrapper button.gform_button,
  .email-subscribe-block__form button.gform_button {
    height: auto;
    border-radius: 6px;
    width: 100%;
  }
}
.yellow-button .inline-submit-button_wrapper button.gform_button,
.yellow-button .email-subscribe-block__form button.gform_button {
  background: #e9ec6b;
  border-color: #e9ec6b;
  color: #3d3935;
}
.yellow-button .inline-submit-button_wrapper button.gform_button:hover, .yellow-button .inline-submit-button_wrapper button.gform_button:active,
.yellow-button .email-subscribe-block__form button.gform_button:hover,
.yellow-button .email-subscribe-block__form button.gform_button:active {
  background: #dc6b2f;
  border-color: #dc6b2f;
  color: #fff;
}
.inline-submit-button_wrapper .gform_footer,
.email-subscribe-block__form .gform_footer {
  width: auto !important;
}
@media (max-width: 400px) {
  .inline-submit-button_wrapper .gform_footer,
  .email-subscribe-block__form .gform_footer {
    width: 100%;
  }
}
.inline-submit-button_wrapper .gform_validation_errors,
.email-subscribe-block__form .gform_validation_errors {
  display: none;
}

.is-style-form-wrap .gfield_html_wrap {
  text-align: center;
  font-size: 14px;
}
.is-style-form-wrap .gfield_html_wrap strong {
  font-size: 16px;
  margin-bottom: 3px;
  display: inline-block;
}
.is-style-form-wrap .gform_footer {
  display: flex;
  justify-content: center;
  width: 100%;
}

body img.gform_ajax_spinner {
  display: none !important;
}

/* ----- Form Columns ------------------- */
.gform_body .gform_fields {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.gform_body .gform_fields .gfield {
  width: 100%;
  margin-bottom: 24px;
}
.gform_body .gform_fields .gfield.spacer {
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .gform_body .gform_fields .gfield--width-half {
    width: calc(50% - 24px / 2);
  }
  .gform_body .gform_fields .gfield--width-third {
    width: calc(33.3333333333% - 24px * 2 / 3);
  }
  .gform_body .gform_fields .gfield--width-quarter {
    width: calc(25% - 24px * 3 / 4);
  }
}
@media (min-width: 601px) and (max-width: 1000px) {
  .gform_body .gform_fields .gfield--width-quarter {
    width: calc(50% - 24px / 2);
  }
}
@media (max-width: 900px) {
  .wp-block-column .gform_body .gform_fields .gfield--width-half, .wp-block-column .gform_body .gform_fields .gfield--width-third, .wp-block-column .gform_body .gform_fields .gfield--width-quarter {
    width: 100%;
  }
}

/* ----- Requinnvent Form ------------------- */
.gform_wrapper.mail-icon-submit_wrapper .gform_footer button.gform_button {
  position: relative;
}
.gform_wrapper.mail-icon-submit_wrapper .gform_footer button.gform_button::before {
  content: "";
  background-image: url("/uploads/2021/09/form-mail-icon.svg");
  background-position: center;
  background-size: 19px 19px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
}
.gform_wrapper.mail-icon-submit_wrapper .gform_footer button.gform_button span {
  border: 0;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(50%);
  height: 1px;
  width: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  word-wrap: normal !important;
}

/**
 * /assets/scss/partials/forms/forms-gravity-address.scss
 *
 * Let's define styles for Gravity Forms Address Fields
 *
 *
 */
.ginput_container_address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ginput_container_address span {
  margin-top: calc(24px / 2);
  width: 100%;
}
.ginput_container_address span:first-child {
  margin-top: 0;
}
.ginput_container_address span.address_city, .ginput_container_address span.address_state, .ginput_container_address span.address_zip {
  width: calc(33.3333333333% - 24px * 2 / 3);
}
@media (max-width: 600px) {
  .ginput_container_address span.address_city, .ginput_container_address span.address_state, .ginput_container_address span.address_zip {
    width: 100%;
  }
}
.ginput_container_address span label {
  font-size: calc(16px - 2px);
  margin-top: 3px;
}

/**
 * /assets/scss/partials/forms/forms-gravity-checkboxradio.scss
 *
 * Let's define styles for Gravity Forms checkboxes and radios
 *
 *
 */
.ginput_container .gfield_checkbox .gchoice,
.ginput_container .gfield_radio .gchoice {
  padding: 5px 0;
  position: relative;
  text-align: left;
}
.center-checkbox .ginput_container .gfield_checkbox .gchoice, .center-radio .ginput_container .gfield_checkbox .gchoice,
.center-checkbox .ginput_container .gfield_radio .gchoice,
.center-radio .ginput_container .gfield_radio .gchoice {
  display: flex;
  justify-content: center;
}
.ginput_container .gfield_checkbox .gchoice > label,
.ginput_container .gfield_radio .gchoice > label {
  position: relative;
  padding: 0 0 0 25px;
  line-height: 26px;
}
.ginput_container .gfield_checkbox .gchoice > input[type=radio],
.ginput_container .gfield_radio .gchoice > input[type=radio] {
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}
.ginput_container .gfield_checkbox .gchoice > input[type=radio] + *::before,
.ginput_container .gfield_radio .gchoice > input[type=radio] + *::before {
  content: "";
  position: absolute;
  top: 1px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 50%;
  background-color: #ebe7e7;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
}
.ginput_container .gfield_checkbox .gchoice > input[type=radio] + *::after,
.ginput_container .gfield_radio .gchoice > input[type=radio] + *::after {
  content: "";
  width: 8px;
  height: 8px;
  background-color: #fff;
  position: absolute;
  top: 5px;
  left: 4px;
  border-radius: 10px;
  opacity: 0;
}
.ginput_container .gfield_checkbox .gchoice > input[type=radio]:checked + *::before,
.ginput_container .gfield_radio .gchoice > input[type=radio]:checked + *::before {
  background-color: #4298b5;
  box-shadow: none;
}
.ginput_container .gfield_checkbox .gchoice > input[type=radio]:checked + *::after,
.ginput_container .gfield_radio .gchoice > input[type=radio]:checked + *::after {
  opacity: 1;
}
.ginput_container .gfield_checkbox .gchoice > input[type=checkbox],
.ginput_container .gfield_radio .gchoice > input[type=checkbox] {
  position: absolute;
  left: 0;
  top: 2px;
  opacity: 0;
  height: 0;
  width: 0;
  cursor: pointer;
}
.ginput_container .gfield_checkbox .gchoice > input[type=checkbox] + *::before,
.ginput_container .gfield_radio .gchoice > input[type=checkbox] + *::before {
  content: "";
  position: absolute;
  top: 2px;
  left: 0;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  background-color: #ebe7e7;
  box-shadow: inset 2px 2px 4px rgba(0, 0, 0, 0.15);
}
.ginput_container .gfield_checkbox .gchoice > input[type=checkbox] + *::after,
.ginput_container .gfield_radio .gchoice > input[type=checkbox] + *::after {
  content: "";
  background-image: url("/images/form-icons/check-solid-light.svg");
  background-size: cover;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 5px;
  left: 3px;
  opacity: 0;
}
.ginput_container .gfield_checkbox .gchoice > input[type=checkbox]:checked + *::before,
.ginput_container .gfield_radio .gchoice > input[type=checkbox]:checked + *::before {
  background-color: #4298b5;
  box-shadow: none;
}
.ginput_container .gfield_checkbox .gchoice > input[type=checkbox]:checked + *::after,
.ginput_container .gfield_radio .gchoice > input[type=checkbox]:checked + *::after {
  opacity: 1;
}

.gf_list_2col .gfield_radio,
.gf_list_2col .gfield_checkbox,
.two-column .gfield_radio,
.two-column .gfield_checkbox,
.gf_list_3col .gfield_radio,
.gf_list_3col .gfield_checkbox,
.three-column .gfield_radio,
.three-column .gfield_checkbox,
.gf_list_4col .gfield_radio,
.gf_list_4col .gfield_checkbox,
.four-column .gfield_radio,
.four-column .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.gf_list_2col .gfield_radio .gchoice,
.gf_list_2col .gfield_checkbox .gchoice,
.two-column .gfield_radio .gchoice,
.two-column .gfield_checkbox .gchoice,
.gf_list_3col .gfield_radio .gchoice,
.gf_list_3col .gfield_checkbox .gchoice,
.three-column .gfield_radio .gchoice,
.three-column .gfield_checkbox .gchoice,
.gf_list_4col .gfield_radio .gchoice,
.gf_list_4col .gfield_checkbox .gchoice,
.four-column .gfield_radio .gchoice,
.four-column .gfield_checkbox .gchoice {
  width: 49%;
  padding: 0 10px 0 0;
  margin: 10px 0 0 0;
}
.gf_list_2col .gfield_radio .gchoice:first-child,
.gf_list_2col .gfield_checkbox .gchoice:first-child,
.two-column .gfield_radio .gchoice:first-child,
.two-column .gfield_checkbox .gchoice:first-child,
.gf_list_3col .gfield_radio .gchoice:first-child,
.gf_list_3col .gfield_checkbox .gchoice:first-child,
.three-column .gfield_radio .gchoice:first-child,
.three-column .gfield_checkbox .gchoice:first-child,
.gf_list_4col .gfield_radio .gchoice:first-child,
.gf_list_4col .gfield_checkbox .gchoice:first-child,
.four-column .gfield_radio .gchoice:first-child,
.four-column .gfield_checkbox .gchoice:first-child {
  margin-top: 0;
}
@media (max-width: 500px) {
  .gf_list_2col .gfield_radio .gchoice,
  .gf_list_2col .gfield_checkbox .gchoice,
  .two-column .gfield_radio .gchoice,
  .two-column .gfield_checkbox .gchoice,
  .gf_list_3col .gfield_radio .gchoice,
  .gf_list_3col .gfield_checkbox .gchoice,
  .three-column .gfield_radio .gchoice,
  .three-column .gfield_checkbox .gchoice,
  .gf_list_4col .gfield_radio .gchoice,
  .gf_list_4col .gfield_checkbox .gchoice,
  .four-column .gfield_radio .gchoice,
  .four-column .gfield_checkbox .gchoice {
    width: 100%;
    padding-right: 0;
  }
}

@media (min-width: 501px) {
  .gf_list_2col .gfield_radio .choice:nth-child(2),
  .gf_list_2col .gfield_checkbox .choice:nth-child(2),
  .two-column .gfield_radio .choice:nth-child(2),
  .two-column .gfield_checkbox .choice:nth-child(2) {
    margin-top: 0;
  }
}

.gf_list_3col .gfield_radio .gchoice,
.gf_list_3col .gfield_checkbox .gchoice,
.three-column .gfield_radio .gchoice,
.three-column .gfield_checkbox .gchoice {
  width: 32%;
}
@media (min-width: 701px) {
  .gf_list_3col .gfield_radio .gchoice:nth-child(2), .gf_list_3col .gfield_radio .gchoice:nth-child(3),
  .gf_list_3col .gfield_checkbox .gchoice:nth-child(2),
  .gf_list_3col .gfield_checkbox .gchoice:nth-child(3),
  .three-column .gfield_radio .gchoice:nth-child(2),
  .three-column .gfield_radio .gchoice:nth-child(3),
  .three-column .gfield_checkbox .gchoice:nth-child(2),
  .three-column .gfield_checkbox .gchoice:nth-child(3) {
    margin-top: 0;
  }
}
@media (max-width: 700px) and (min-width: 501px) {
  .gf_list_3col .gfield_radio .gchoice,
  .gf_list_3col .gfield_checkbox .gchoice,
  .three-column .gfield_radio .gchoice,
  .three-column .gfield_checkbox .gchoice {
    width: 49%;
  }
  .gf_list_3col .gfield_radio .gchoice:nth-child(2),
  .gf_list_3col .gfield_checkbox .gchoice:nth-child(2),
  .three-column .gfield_radio .gchoice:nth-child(2),
  .three-column .gfield_checkbox .gchoice:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .gf_list_3col .gfield_radio .gchoice,
  .gf_list_3col .gfield_checkbox .gchoice,
  .three-column .gfield_radio .gchoice,
  .three-column .gfield_checkbox .gchoice {
    width: 100%;
  }
}

.gf_list_4col .gfield_radio .gchoice,
.gf_list_4col .gfield_checkbox .gchoice,
.four-column .gfield_radio .gchoice,
.four-column .gfield_checkbox .gchoice {
  width: 23.5%;
}
@media (min-width: 901px) {
  .gf_list_4col .gfield_radio .gchoice:nth-child(2), .gf_list_4col .gfield_radio .gchoice:nth-child(3), .gf_list_4col .gfield_radio .gchoice:nth-child(4),
  .gf_list_4col .gfield_checkbox .gchoice:nth-child(2),
  .gf_list_4col .gfield_checkbox .gchoice:nth-child(3),
  .gf_list_4col .gfield_checkbox .gchoice:nth-child(4),
  .four-column .gfield_radio .gchoice:nth-child(2),
  .four-column .gfield_radio .gchoice:nth-child(3),
  .four-column .gfield_radio .gchoice:nth-child(4),
  .four-column .gfield_checkbox .gchoice:nth-child(2),
  .four-column .gfield_checkbox .gchoice:nth-child(3),
  .four-column .gfield_checkbox .gchoice:nth-child(4) {
    margin-top: 0;
  }
}
@media (max-width: 900px) and (min-width: 701px) {
  .gf_list_4col .gfield_radio .gchoice,
  .gf_list_4col .gfield_checkbox .gchoice,
  .four-column .gfield_radio .gchoice,
  .four-column .gfield_checkbox .gchoice {
    width: 32%;
  }
  .gf_list_4col .gfield_radio .gchoice:nth-child(2), .gf_list_4col .gfield_radio .gchoice:nth-child(3),
  .gf_list_4col .gfield_checkbox .gchoice:nth-child(2),
  .gf_list_4col .gfield_checkbox .gchoice:nth-child(3),
  .four-column .gfield_radio .gchoice:nth-child(2),
  .four-column .gfield_radio .gchoice:nth-child(3),
  .four-column .gfield_checkbox .gchoice:nth-child(2),
  .four-column .gfield_checkbox .gchoice:nth-child(3) {
    margin-top: 0;
  }
}
@media (max-width: 700px) and (min-width: 501px) {
  .gf_list_4col .gfield_radio .gchoice,
  .gf_list_4col .gfield_checkbox .gchoice,
  .four-column .gfield_radio .gchoice,
  .four-column .gfield_checkbox .gchoice {
    width: 49%;
  }
  .gf_list_4col .gfield_radio .gchoice:nth-child(2),
  .gf_list_4col .gfield_checkbox .gchoice:nth-child(2),
  .four-column .gfield_radio .gchoice:nth-child(2),
  .four-column .gfield_checkbox .gchoice:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 500px) {
  .gf_list_4col .gfield_radio .gchoice,
  .gf_list_4col .gfield_checkbox .gchoice,
  .four-column .gfield_radio .gchoice,
  .four-column .gfield_checkbox .gchoice {
    width: 100%;
  }
}

/**
 * /assets/scss/partials/forms/forms-gravity-datepicker.scss
 *
 * Let's define styles for Gravity Forms datepicker
 *
 *
 */
.ginput_container_date input.datepicker {
  position: relative;
  background-image: url("/images/form-icons/calendar-alt-light.svg");
  background-position: calc(100% - 10px) 50%;
  background-repeat: no-repeat;
  background-size: 16px;
}

.gfield_date_wrap .ginput_complex {
  justify-content: flex-start;
}
.gfield_date_wrap .ginput_complex > div {
  margin-right: 24px;
  width: 100%;
  max-width: 110px;
}
.gfield_date_wrap .ginput_complex > div:last-child {
  margin-right: 0;
}
@media (max-width: 500px) {
  .gfield_date_wrap .ginput_complex > div {
    max-width: 100%;
    margin-right: 0;
    margin-bottom: 10px;
  }
  .gfield_date_wrap .ginput_complex > div:last-child {
    margin-bottom: 0;
  }
}

.ui-helper-hidden {
  display: none;
}
.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}
.ui-helper-clearfix {
  min-height: 0;
}
.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}
.ui-helper-clearfix:after {
  clear: both;
}
.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
}

.ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}
.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}
.ui-datepicker .ui-datepicker-prev {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  left: 2px;
}
.ui-datepicker .ui-datepicker-prev-hover {
  top: 1px;
  left: 1px;
}
.ui-datepicker .ui-datepicker-prev span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
  right: 2px;
}
.ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
  right: 1px;
}
.ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}
.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}
.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
  padding: 0;
  margin: 0;
  border: 2px solid #fff;
  -webkit-appearance: auto;
  -moz-appearance: auto;
  appearance: auto;
  background-image: none;
}
.ui-datepicker .ui-datepicker-title select.ui-datepicker-month, .ui-datepicker .ui-datepicker-title select.ui-datepicker-year {
  width: 45%;
}
.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}
.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}
.ui-datepicker td {
  border: 0;
  padding: 1px;
}
.ui-datepicker td a,
.ui-datepicker td span {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}
.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}
.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em;
  width: auto;
  overflow: visible;
}
.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}
.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}
.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}
.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}
.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}
.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}
.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}
.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}
.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}
.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}
.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current,
.ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}
.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header,
.ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-widget {
  font-family: inherit;
  font-size: 14px;
}
.ui-widget .ui-widget {
  font-size: 1em;
}
.ui-widget button,
.ui-widget input,
.ui-widget select,
.ui-widget textarea {
  font-family: inherit;
  font-size: 1em;
}

.ui-widget-content {
  border: 1px solid #E1E1E1;
  background: #fff;
  color: #444;
}
.ui-widget-content a {
  color: #444;
}

.ui-widget-header {
  border: 1px solid #fff;
  background: #fff url("images/ui-bg_highlight-soft_0_ffffff_1x100.png") 50% 50% repeat-x;
  color: #222;
  font-weight: bold;
}
.ui-widget-header a {
  color: #222;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default {
  border: 1px solid #F0F0F0;
  background: #F9F9F9;
  font-weight: normal;
  color: #444;
}

.ui-state-default a,
.ui-state-default a:link,
.ui-state-default a:visited {
  color: #444;
  text-decoration: none;
}

.ui-state-focus,
.ui-state-hover,
.ui-widget-content .ui-state-focus,
.ui-widget-content .ui-state-hover,
.ui-widget-header .ui-state-focus,
.ui-widget-header .ui-state-hover {
  border: 1px solid #98b7e8;
  background: #98b7e8;
  font-weight: normal;
  color: #fff;
}
.ui-state-focus a,
.ui-state-focus a:hover,
.ui-state-focus a:link,
.ui-state-focus a:visited,
.ui-state-hover a,
.ui-state-hover a:hover,
.ui-state-hover a:link,
.ui-state-hover a:visited,
.ui-widget-content .ui-state-focus a,
.ui-widget-content .ui-state-focus a:hover,
.ui-widget-content .ui-state-focus a:link,
.ui-widget-content .ui-state-focus a:visited,
.ui-widget-content .ui-state-hover a,
.ui-widget-content .ui-state-hover a:hover,
.ui-widget-content .ui-state-hover a:link,
.ui-widget-content .ui-state-hover a:visited,
.ui-widget-header .ui-state-focus a,
.ui-widget-header .ui-state-focus a:hover,
.ui-widget-header .ui-state-focus a:link,
.ui-widget-header .ui-state-focus a:visited,
.ui-widget-header .ui-state-hover a,
.ui-widget-header .ui-state-hover a:hover,
.ui-widget-header .ui-state-hover a:link,
.ui-widget-header .ui-state-hover a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active {
  border: 1px solid #3875d7;
  background: #3875d7;
  font-weight: normal;
  color: #fff;
}
.ui-state-active a,
.ui-state-active a:link,
.ui-state-active a:visited,
.ui-widget-content .ui-state-active a,
.ui-widget-content .ui-state-active a:link,
.ui-widget-content .ui-state-active a:visited,
.ui-widget-header .ui-state-active a,
.ui-widget-header .ui-state-active a:link,
.ui-widget-header .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
  border: 1px solid #aaa;
  background: #fff;
  color: #444;
}
.ui-state-highlight a,
.ui-widget-content .ui-state-highlight a,
.ui-widget-header .ui-state-highlight a {
  color: #444;
}

.ui-state-error,
.ui-widget-content .ui-state-error,
.ui-widget-header .ui-state-error {
  border: 1px solid #E14D43;
  background: #E14D43;
  color: #fff;
}
.ui-state-error a, .ui-state-error-text,
.ui-widget-content .ui-state-error a,
.ui-widget-content .ui-state-error-text,
.ui-widget-header .ui-state-error a,
.ui-widget-header .ui-state-error-text {
  color: #fff;
}

.ui-priority-primary,
.ui-widget-content .ui-priority-primary,
.ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary,
.ui-widget-content .ui-priority-secondary,
.ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled,
.ui-widget-content .ui-state-disabled,
.ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon,
.ui-widget-content .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("images/ui-icons_DDDDDD_256x240.png");
}

.ui-state-default .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-focus .ui-icon,
.ui-state-hover .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon {
  background-image: url("images/ui-icons_444444_256x240.png");
}

.ui-state-error .ui-icon,
.ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-carat-1-n {
  background-position: 0 0;
}

.ui-icon-carat-1-ne {
  background-position: -16px 0;
}

.ui-icon-carat-1-e {
  background-position: -32px 0;
}

.ui-icon-carat-1-se {
  background-position: -48px 0;
}

.ui-icon-carat-1-s {
  background-position: -64px 0;
}

.ui-icon-carat-1-sw {
  background-position: -80px 0;
}

.ui-icon-carat-1-w {
  background-position: -96px 0;
}

.ui-icon-carat-1-nw {
  background-position: -112px 0;
}

.ui-icon-carat-2-n-s {
  background-position: -128px 0;
}

.ui-icon-carat-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -64px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -64px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 0 -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all,
.ui-corner-left,
.ui-corner-tl,
.ui-corner-top {
  border-top-left-radius: 3;
}

.ui-corner-all,
.ui-corner-right,
.ui-corner-top,
.ui-corner-tr {
  border-top-right-radius: 3;
}

.ui-corner-all,
.ui-corner-bl,
.ui-corner-bottom,
.ui-corner-left {
  border-bottom-left-radius: 3;
}

.ui-corner-all,
.ui-corner-bottom,
.ui-corner-br,
.ui-corner-right {
  border-bottom-right-radius: 3;
}

.ui-widget-overlay {
  background: #fff;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  margin: -8px 0 0 -8px;
  padding: 8px;
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
  border-radius: 8px;
}

/**
 * /assets/scss/partials/forms/forms-gravity-names.scss
 *
 * Let's define styles for Gravity Forms name field
 *
 *
 */
.ginput_complex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ginput_complex .name_first,
.ginput_complex .name_last {
  width: calc(50% - 24px / 2);
}
@media (max-width: 600px) {
  .ginput_complex .name_first,
  .ginput_complex .name_last {
    width: 100%;
  }
}
.ginput_complex .name_first label,
.ginput_complex .name_last label {
  font-size: calc(16px - 2px);
  margin-top: 3px;
}
@media (max-width: 600px) {
  .ginput_complex .name_last {
    margin-top: calc(10px / 2);
  }
}

/**
 * /assets/scss/partials/forms/forms-gravity-select.scss
 *
 * Let's define styles for Gravity Forms select field
 *
 *
 */
.gform_wrapper select,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background: none;
  background-image: url("/images/form-icons/caret-down-orange.svg");
  background-position: calc(100% - 15px) 50%;
  background-repeat: no-repeat;
  background-size: 14px;
  border-color: #e3f0f4;
  border-radius: 3px;
  padding: 10px 45px 10px 10px;
  background-color: #e3f0f4;
  max-width: 100%;
}
.has-blue-light-background-color .gform_wrapper select, .is-style-form-wrap.has-blue-light-background-color .gform_wrapper select,
.has-blue-light-background-color select,
.is-style-form-wrap.has-blue-light-background-color select {
  background-color: #fff;
  border-color: #fff;
}
.has-blue-light-background-color .gform_wrapper select:focus, .is-style-form-wrap.has-blue-light-background-color .gform_wrapper select:focus,
.has-blue-light-background-color select:focus,
.is-style-form-wrap.has-blue-light-background-color select:focus {
  border-color: #4298b5;
}
.is-style-form-wrap.has-white-background-color .gform_wrapper select,
.is-style-form-wrap.has-white-background-color select {
  background-color: #e3f0f4;
  border-color: #e3f0f4;
}
.is-style-form-wrap.has-white-background-color .gform_wrapper select:focus,
.is-style-form-wrap.has-white-background-color select:focus {
  border-color: #4298b5;
}

/**
 * /assets/scss/partials/forms/forms-gravity-validation.scss
 *
 * Let's define styles for Gravity Forms validation
 *
 *
 */
.gform_validation_errors {
  border: 2px solid #ff0040;
  padding: 10px;
  margin-bottom: 24px;
  border-radius: 3px;
  background-color: #fff9f9;
  text-align: center;
}
.gform_validation_errors h2 {
  font-size: 20px;
  margin: 0;
  font-family: "Rubik", sans-serif;
  color: #3d3935;
}
.hide-error-message_wrapper .gform_validation_errors {
  display: none !important;
}

.gfield_error .validation_message {
  color: #ff0040;
  font-size: 12px;
  font-style: italic;
}
.has-blue-background-color .gfield_error .validation_message {
  color: #e9ec6b;
}
.gfield_error input,
.gfield_error textarea,
.gfield_error select {
  border-color: #ff0040;
  background-color: #fff9f9;
}
.gfield_error input:focus,
.gfield_error textarea:focus,
.gfield_error select:focus {
  border-color: rgb(204, 0, 51.2);
}

.gform_validation_container {
  display: none;
  position: absolute;
  left: -9000px;
}

/* Blocks */
/**
 * /assets/scss/partials/blocks/blocks-base.scss
 *
 * Let's define our basic block styles
 *
 * - Imports Core
 * - Imports ACF Blocks
 * - Gutenberg Font Sizes
 * - Alignwide/Alignfull
 * - Block Editor Interior Widths
 * - Editor Title Styles
 * - Color Palette
 *
 */
/* ----- Import Core Partials -------------------- */
/**
 * /assets/scss/partials/blocks/core/blocks-core-buttons.scss
 *
 * Let's define our core button styles
 *
 *
 */
/* ----- Core Block Buttons -------------------- */
.block-editor-block-list__block[data-type="core/buttons"],
.block-editor-block-list__block[data-type="core/button"] {
  margin-top: 0;
  margin-bottom: 0;
}

.wp-block-button__link {
  text-decoration: none;
}
.wp-block-button__link:not(.has-text-color) {
  color: white;
}
.wp-block-button__link:not(.has-text-color):hover {
  color: white;
}
.has-blue-background-color .wp-block-button__link:not(.has-text-color):hover {
  color: #3d3935;
}
.wp-block-button__link:not(.has-background) {
  background-color: #dc6b2f;
  border-color: #dc6b2f;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus {
  background-color: #4298b5;
  border-color: #4298b5;
}
.has-blue-background-color .wp-block-button__link:not(.has-background):hover, .has-blue-background-color .wp-block-button__link:not(.has-background):focus {
  background-color: #e9ec6b;
  border-color: #e9ec6b;
}
.wp-block-button__link.has-base-color-color:hover, .wp-block-button__link.has-base-color-color:focus {
  color: #3d3935;
}
.wp-block-button__link.has-base-color-background-color {
  background-color: #3d3935;
  border: 2px solid #3d3935;
}
.wp-block-button__link.has-base-color-background-color:hover, .wp-block-button__link.has-base-color-background-color:focus {
  background-color: rgb(33.7105263158, 31.5, 29.2894736842);
  border-color: rgb(33.7105263158, 31.5, 29.2894736842);
}
.wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus {
  color: #4298b5;
}
.wp-block-button__link.has-blue-background-color {
  background-color: #4298b5;
  border: 2px solid #4298b5;
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus {
  background-color: rgb(52.3724696356, 120.6153846154, 143.6275303644);
  border-color: rgb(52.3724696356, 120.6153846154, 143.6275303644);
}
.wp-block-button__link.has-blue-dark-color:hover, .wp-block-button__link.has-blue-dark-color:focus {
  color: #41859b;
}
.wp-block-button__link.has-blue-dark-background-color {
  background-color: #41859b;
  border: 2px solid #41859b;
}
.wp-block-button__link.has-blue-dark-background-color:hover, .wp-block-button__link.has-blue-dark-background-color:focus {
  background-color: rgb(49.9318181818, 102.1681818182, 119.0681818182);
  border-color: rgb(49.9318181818, 102.1681818182, 119.0681818182);
}
.wp-block-button__link.has-orange-color:hover, .wp-block-button__link.has-orange-color:focus {
  color: #dc6b2f;
}
.wp-block-button__link.has-orange-background-color {
  background-color: #dc6b2f;
  border: 2px solid #dc6b2f;
}
.wp-block-button__link.has-orange-background-color:hover, .wp-block-button__link.has-orange-background-color:focus {
  background-color: rgb(184.8888888889, 84.4444444444, 31.1111111111);
  border-color: rgb(184.8888888889, 84.4444444444, 31.1111111111);
}
.wp-block-button__link.has-yellow-color:hover, .wp-block-button__link.has-yellow-color:focus {
  color: #e9ec6b;
}
.wp-block-button__link.has-yellow-background-color {
  background-color: #e9ec6b;
  border: 2px solid #e9ec6b;
}
.wp-block-button__link.has-yellow-background-color:hover, .wp-block-button__link.has-yellow-background-color:focus {
  background-color: rgb(226.2814371257, 230.1976047904, 61.8023952096);
  border-color: rgb(226.2814371257, 230.1976047904, 61.8023952096);
}
.wp-block-button__link.has-blue-light-color:hover, .wp-block-button__link.has-blue-light-color:focus {
  color: #e3f0f4;
}
.wp-block-button__link.has-blue-light-background-color {
  background-color: #e3f0f4;
  border: 2px solid #e3f0f4;
}
.wp-block-button__link.has-blue-light-background-color:hover, .wp-block-button__link.has-blue-light-background-color:focus {
  background-color: rgb(190.3846153846, 220.3846153846, 229.6153846154);
  border-color: rgb(190.3846153846, 220.3846153846, 229.6153846154);
}
.wp-block-button__link.has-grey-light-color:hover, .wp-block-button__link.has-grey-light-color:focus {
  color: #ececeb;
}
.wp-block-button__link.has-grey-light-background-color {
  background-color: #ececeb;
  border: 2px solid #ececeb;
}
.wp-block-button__link.has-grey-light-background-color:hover, .wp-block-button__link.has-grey-light-background-color:focus {
  background-color: rgb(211.1538461538, 211.1538461538, 208.8461538462);
  border-color: rgb(211.1538461538, 211.1538461538, 208.8461538462);
}
.wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus {
  color: #fff;
}
.wp-block-button__link.has-white-background-color {
  background-color: #fff;
  border: 2px solid #fff;
}
.wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus {
  background-color: rgb(229.5, 229.5, 229.5);
  border-color: rgb(229.5, 229.5, 229.5);
}
.wp-block-button__link span {
  display: none;
  width: 18px;
  margin-left: 8px;
}
.is-style-inverse .wp-block-button__link:not(.has-text-color) {
  color: #3d3935;
}
.is-style-inverse .wp-block-button__link:not(.has-text-color):hover {
  color: #3d3935;
}
.is-style-inverse .wp-block-button__link:not(.has-background) {
  background-color: transparent;
  border: 2px solid #dc6b2f;
}
.is-style-inverse .wp-block-button__link:not(.has-background):hover, .is-style-inverse .wp-block-button__link:not(.has-background):focus {
  border-color: #dc6b2f;
  background-color: #dc6b2f;
  background-color: rgba(220, 107, 47, 0.25);
}
.is-style-inverse .wp-block-button__link.has-base-color-color {
  color: #3d3935;
}
.is-style-inverse .wp-block-button__link.has-base-color-color:hover, .is-style-inverse .wp-block-button__link.has-base-color-color:focus {
  color: #fff !important;
}
.is-style-inverse .wp-block-button__link.has-base-color-background-color {
  background-color: transparent !important;
  border: 2px solid #3d3935;
}
.is-style-inverse .wp-block-button__link.has-base-color-background-color:hover, .is-style-inverse .wp-block-button__link.has-base-color-background-color:focus {
  background-color: #3d3935 !important;
  border: 2px solid #3d3935;
}
.is-style-inverse .wp-block-button__link.has-blue-color {
  color: #4298b5;
}
.is-style-inverse .wp-block-button__link.has-blue-color:hover, .is-style-inverse .wp-block-button__link.has-blue-color:focus {
  color: #fff !important;
}
.is-style-inverse .wp-block-button__link.has-blue-background-color {
  background-color: transparent !important;
  border: 2px solid #4298b5;
}
.is-style-inverse .wp-block-button__link.has-blue-background-color:hover, .is-style-inverse .wp-block-button__link.has-blue-background-color:focus {
  background-color: #4298b5 !important;
  border: 2px solid #4298b5;
}
.is-style-inverse .wp-block-button__link.has-blue-dark-color {
  color: #41859b;
}
.is-style-inverse .wp-block-button__link.has-blue-dark-color:hover, .is-style-inverse .wp-block-button__link.has-blue-dark-color:focus {
  color: #fff !important;
}
.is-style-inverse .wp-block-button__link.has-blue-dark-background-color {
  background-color: transparent !important;
  border: 2px solid #41859b;
}
.is-style-inverse .wp-block-button__link.has-blue-dark-background-color:hover, .is-style-inverse .wp-block-button__link.has-blue-dark-background-color:focus {
  background-color: #41859b !important;
  border: 2px solid #41859b;
}
.is-style-inverse .wp-block-button__link.has-orange-color {
  color: #dc6b2f;
}
.is-style-inverse .wp-block-button__link.has-orange-color:hover, .is-style-inverse .wp-block-button__link.has-orange-color:focus {
  color: #fff !important;
}
.is-style-inverse .wp-block-button__link.has-orange-background-color {
  background-color: transparent !important;
  border: 2px solid #dc6b2f;
}
.is-style-inverse .wp-block-button__link.has-orange-background-color:hover, .is-style-inverse .wp-block-button__link.has-orange-background-color:focus {
  background-color: #dc6b2f !important;
  border: 2px solid #dc6b2f;
}
.is-style-inverse .wp-block-button__link.has-yellow-color {
  color: #e9ec6b;
}
.is-style-inverse .wp-block-button__link.has-yellow-color:hover, .is-style-inverse .wp-block-button__link.has-yellow-color:focus {
  color: #fff !important;
}
.is-style-inverse .wp-block-button__link.has-yellow-background-color {
  background-color: transparent !important;
  border: 2px solid #e9ec6b;
}
.is-style-inverse .wp-block-button__link.has-yellow-background-color:hover, .is-style-inverse .wp-block-button__link.has-yellow-background-color:focus {
  background-color: #e9ec6b !important;
  border: 2px solid #e9ec6b;
}
.is-style-inverse .wp-block-button__link.has-blue-light-color {
  color: #e3f0f4;
}
.is-style-inverse .wp-block-button__link.has-blue-light-color:hover, .is-style-inverse .wp-block-button__link.has-blue-light-color:focus {
  color: #fff !important;
}
.is-style-inverse .wp-block-button__link.has-blue-light-background-color {
  background-color: transparent !important;
  border: 2px solid #e3f0f4;
}
.is-style-inverse .wp-block-button__link.has-blue-light-background-color:hover, .is-style-inverse .wp-block-button__link.has-blue-light-background-color:focus {
  background-color: #e3f0f4 !important;
  border: 2px solid #e3f0f4;
}
.is-style-inverse .wp-block-button__link.has-grey-light-color {
  color: #ececeb;
}
.is-style-inverse .wp-block-button__link.has-grey-light-color:hover, .is-style-inverse .wp-block-button__link.has-grey-light-color:focus {
  color: #fff !important;
}
.is-style-inverse .wp-block-button__link.has-grey-light-background-color {
  background-color: transparent !important;
  border: 2px solid #ececeb;
}
.is-style-inverse .wp-block-button__link.has-grey-light-background-color:hover, .is-style-inverse .wp-block-button__link.has-grey-light-background-color:focus {
  background-color: #ececeb !important;
  border: 2px solid #ececeb;
}
.is-style-inverse .wp-block-button__link.has-white-color {
  color: #fff;
}
.is-style-inverse .wp-block-button__link.has-white-color:hover, .is-style-inverse .wp-block-button__link.has-white-color:focus {
  color: #fff !important;
}
.is-style-inverse .wp-block-button__link.has-white-background-color {
  background-color: transparent !important;
  border: 2px solid #fff;
}
.is-style-inverse .wp-block-button__link.has-white-background-color:hover, .is-style-inverse .wp-block-button__link.has-white-background-color:focus {
  background-color: #fff !important;
  border: 2px solid #fff;
}

.wp-block-buttons.is-variation-wide .wp-block-button__link {
  padding: 10px 30px;
}
.wp-block-buttons.is-variation-full .wp-block-button,
.wp-block-buttons.is-variation-full .wp-block-button__link {
  width: 100%;
  margin-right: 0;
}
.wp-block-buttons .is-style-arrow-link {
  display: flex;
  align-items: center;
}
.wp-block-buttons .is-style-arrow-link:nth-child(2) {
  margin-left: 16px;
}
.wp-block-buttons .is-style-arrow-link .wp-block-button__link {
  background-color: transparent;
  border: none;
  color: #4298b5;
  padding: 0;
  display: flex;
  align-items: center;
}
.wp-block-buttons .is-style-arrow-link .wp-block-button__link span {
  display: block;
}
.wp-block-buttons .is-style-arrow-link .wp-block-button__link:hover {
  background-color: transparent;
}
.wp-block-buttons .is-style-arrow-link .wp-block-button__link:hover span {
  transform: translateX(4px);
}
.wp-block-buttons .is-style-arrow-link .wp-block-button__link:hover span svg path {
  fill: #e9ec6b;
}
.wp-block-buttons .is-style-arrow-link .wp-block-button__link.has-white-color {
  color: #fff;
}
.wp-block-buttons .is-style-arrow-link .wp-block-button__link.has-white-color span svg path {
  fill: #e9ec6b;
}
.wp-block-buttons .is-style-arrow-link-left .wp-block-button__link {
  background-color: transparent;
  border: none;
  color: #4298b5;
  padding: 0;
  display: flex;
  align-items: center;
}
.wp-block-buttons .is-style-arrow-link-left .wp-block-button__link span {
  display: block;
  order: -1;
  transform: rotate(180deg);
  margin-left: 0;
  margin-right: 8px;
}
.wp-block-buttons .is-style-arrow-link-left .wp-block-button__link:hover {
  transform: translateX(4px);
  background-color: transparent;
}
.wp-block-buttons .is-style-arrow-link-left .wp-block-button__link:hover span {
  transform: rotate(180deg) translateX(4px);
}
.wp-block-buttons .is-style-arrow-link-left .wp-block-button__link:hover span svg path {
  fill: #e9ec6b;
}
.wp-block-buttons .is-style-arrow-link-left .wp-block-button__link.has-white-color {
  color: #fff;
}
.wp-block-buttons .is-style-arrow-link-left .wp-block-button__link.has-white-color span svg path {
  fill: #e9ec6b;
}
@media (min-width: 601px) {
  .wp-block-buttons.is-style-mobile-only {
    display: none;
  }
}
.wp-block-buttons.is-style-mobile-only .wp-block-button {
  width: 100%;
  margin: 0;
}
.wp-block-buttons.is-style-mobile-only .wp-block-button__link {
  width: 100%;
}

/**
 * /assets/scss/partials/blocks/core/blocks-core-code.scss
 *
 * Let's define our core code styles
 *
 *
 */
/* ----- Core Block Code -------------------- */
code {
  padding: 4px 8px;
  border: 1px solid #e9ec6b;
  font-family: monospace, monospace;
  letter-spacing: 1px;
  font-size: 16px;
  line-height: 26px;
  border-radius: 8px;
  display: inline-block;
  background-color: #e9ec6b;
  background-color: rgba(233, 236, 107, 0.15);
}

pre.wp-block-code {
  border: none;
  line-height: 1;
  padding: 0;
  margin: 0 0 24px;
}
pre.wp-block-code code {
  padding: 24px;
  border-width: 2px;
}

/**
 * /assets/scss/partials/blocks/core/blocks-core-columns.scss
 *
 * Let's define our core column styles
 *
 *
 */
/* ----- Core Block Columns -------------------- */
.wp-block-columns {
  margin-bottom: 24px;
  justify-content: center;
}
.wp-block-columns .wp-block-column {
  position: relative;
}
.wp-block-columns .wp-block-column:not(:first-child) {
  margin-left: 32px;
}
@media (max-width: 600px) {
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 0;
    margin-top: 24px;
  }
}
.wp-block-columns .wp-block-column > *:last-child {
  margin-bottom: 0;
}
.wp-block-columns .wp-block-column > *:last-child.wp-block-image img, .wp-block-columns .wp-block-column > *:last-child.is-style-styled-list li:last-child {
  margin-bottom: 0;
}
@media (min-width: 601px) {
  .wp-block-columns .wp-block-column {
    flex-basis: calc(50% - 16px) !important;
  }
}
.wp-block-columns .wp-block-column.has-background {
  padding: 24px;
  border-radius: 8px;
}
@media (min-width: 901px) {
  .wp-block-columns .wp-block-column.is-style-extra-padding-right {
    padding-right: 90px;
  }
  .wp-block-columns .wp-block-column.is-style-extra-padding-left {
    padding-left: 90px;
  }
}
@media (max-width: 781px) {
  .wp-block-columns.is-variation-3-columns {
    justify-content: center;
  }
}
@media (max-width: 781px) {
  .wp-block-columns.is-variation-3-columns .wp-block-column {
    margin-top: 24px;
    flex-grow: 1;
  }
  .wp-block-columns.is-variation-3-columns .wp-block-column:nth-child(2n-1) {
    margin-left: 0;
  }
  .wp-block-columns.is-variation-3-columns .wp-block-column:first-child, .wp-block-columns.is-variation-3-columns .wp-block-column:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .wp-block-columns.is-variation-3-columns .wp-block-column:not(:first-child) {
    margin-top: 24px;
  }
}
@media (max-width: 900px) {
  .wp-block-columns.is-variation-4-columns {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 900px) {
  .wp-block-columns.is-variation-4-columns .wp-block-column {
    margin-top: 24px;
    flex-grow: 0;
  }
  .wp-block-columns.is-variation-4-columns .wp-block-column:nth-child(2n-1) {
    margin-left: 0;
  }
  .wp-block-columns.is-variation-4-columns .wp-block-column:first-child, .wp-block-columns.is-variation-4-columns .wp-block-column:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .wp-block-columns.is-variation-4-columns .wp-block-column:not(:first-child) {
    margin-top: 24px;
  }
}
@media (max-width: 900px) {
  .wp-block-columns.is-variation-5-columns {
    flex-wrap: wrap;
    justify-content: center;
  }
}
@media (max-width: 950px) and (min-width: 601px) {
  .wp-block-columns.is-variation-5-columns .wp-block-column {
    margin-top: 24px;
    flex-grow: 0;
    flex-basis: calc((100% - 32px * 2) / 3) !important;
  }
  .wp-block-columns.is-variation-5-columns .wp-block-column:first-child, .wp-block-columns.is-variation-5-columns .wp-block-column:nth-child(4) {
    margin-left: 0;
  }
  .wp-block-columns.is-variation-5-columns .wp-block-column:first-child, .wp-block-columns.is-variation-5-columns .wp-block-column:nth-child(2), .wp-block-columns.is-variation-5-columns .wp-block-column:nth-child(3) {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .wp-block-columns.is-variation-5-columns .wp-block-column:not(:first-child) {
    margin-top: 24px;
  }
}
@media (max-width: 900px) {
  .wp-block-columns.is-style-wide-break, .wp-block-columns.is-style-reverse-mobile-stack, .wp-block-columns.is-style-dotted-separator {
    flex-wrap: wrap;
  }
  .wp-block-columns.is-style-wide-break > .wp-block-column, .wp-block-columns.is-style-reverse-mobile-stack > .wp-block-column, .wp-block-columns.is-style-dotted-separator > .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0;
  }
  .wp-block-columns.is-style-wide-break > .wp-block-column:not(:first-child), .wp-block-columns.is-style-reverse-mobile-stack > .wp-block-column:not(:first-child), .wp-block-columns.is-style-dotted-separator > .wp-block-column:not(:first-child) {
    margin-top: 24px;
  }
}
@media (max-width: 900px) {
  .wp-block-columns.is-style-reverse-mobile-stack .wp-block-column:first-child {
    order: 2;
    margin-top: 24px;
  }
  .wp-block-columns.is-style-reverse-mobile-stack .wp-block-column:last-child {
    order: 1;
    margin-top: 0;
  }
}
.wp-block-columns.is-style-no-col-gap .wp-block-column:not(:first-child) {
  margin-left: 0;
}
@media (min-width: 601px) {
  .wp-block-columns.is-style-no-col-gap .wp-block-column {
    flex-basis: 50% !important;
  }
}
.wp-block-columns.is-style-no-margin-bottom {
  margin-bottom: 0;
}
.wp-block-columns.is-variation-2-columns-one-third-two-thirds > .wp-block-column:first-child {
  flex-basis: 346px !important;
}
@media (max-width: 768px) {
  .wp-block-columns.is-variation-2-columns-one-third-two-thirds > .wp-block-column:first-child {
    flex-basis: 100% !important;
  }
}
.wp-block-columns.is-variation-2-columns-one-third-two-thirds > .wp-block-column:last-child {
  flex-basis: calc(100% - 421px) !important;
  margin-left: 75px;
}
@media (max-width: 900px) {
  .wp-block-columns.is-variation-2-columns-one-third-two-thirds > .wp-block-column:last-child {
    margin-left: 32px;
  }
}
@media (max-width: 768px) {
  .wp-block-columns.is-variation-2-columns-one-third-two-thirds > .wp-block-column:last-child {
    flex-basis: 100% !important;
    margin-left: 0;
    margin-top: 24px;
  }
}
@media (max-width: 900px) {
  .wp-block-columns.is-variation-2-columns-one-third-two-thirds.is-style-wide-break > .wp-block-column:first-child, .wp-block-columns.is-variation-2-columns-one-third-two-thirds.is-style-wide-break > .wp-block-column:last-child, .wp-block-columns.is-variation-2-columns-one-third-two-thirds.is-style-reverse-mobile-stack > .wp-block-column:first-child, .wp-block-columns.is-variation-2-columns-one-third-two-thirds.is-style-reverse-mobile-stack > .wp-block-column:last-child {
    flex-basis: 100% !important;
  }
  .wp-block-columns.is-variation-2-columns-one-third-two-thirds.is-style-wide-break > .wp-block-column:last-child, .wp-block-columns.is-variation-2-columns-one-third-two-thirds.is-style-reverse-mobile-stack > .wp-block-column:last-child {
    margin-left: 0;
    margin-top: 24px;
  }
}
.wp-block-columns.is-variation-2-columns-two-thirds-one-third > .wp-block-column:first-child {
  flex-basis: calc(100% - 421px) !important;
  margin-right: 75px;
}
@media (max-width: 900px) {
  .wp-block-columns.is-variation-2-columns-two-thirds-one-third > .wp-block-column:first-child {
    margin-right: 32px;
  }
}
@media (max-width: 768px) {
  .wp-block-columns.is-variation-2-columns-two-thirds-one-third > .wp-block-column:first-child {
    flex-basis: 100% !important;
    margin-right: 0;
  }
}
.wp-block-columns.is-variation-2-columns-two-thirds-one-third > .wp-block-column:last-child {
  flex-basis: 346px !important;
  margin-left: 0;
}
@media (max-width: 768px) {
  .wp-block-columns.is-variation-2-columns-two-thirds-one-third > .wp-block-column:last-child {
    flex-basis: 100% !important;
    margin-top: 24px;
  }
}
@media (min-width: 901px) {
  .wp-block-columns.is-variation-2-columns-video > .wp-block-column:first-child {
    flex-basis: 55% !important;
  }
  .wp-block-columns.is-variation-2-columns-video > .wp-block-column:last-child {
    flex-basis: calc(45% - 70px);
    margin-left: 70px;
  }
}
.wp-block-columns.is-variation-2-columns-video > .wp-block-column .wp-block-embed-youtube,
.wp-block-columns.is-variation-2-columns-video > .wp-block-column .wp-block-image {
  max-width: 600px;
}
@media (max-width: 900px) {
  .wp-block-columns.is-variation-2-columns-video {
    flex-wrap: wrap;
  }
  .wp-block-columns.is-variation-2-columns-video .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0;
  }
  .wp-block-columns.is-variation-2-columns-video .wp-block-column:not(:first-child) {
    margin-top: 24px;
    margin-left: 0;
  }
}
.wp-block-columns.is-style-checked .wp-block-column {
  position: relative;
  padding-left: 55px;
}
.wp-block-columns.is-style-checked .wp-block-column::before {
  content: url(/uploads/2020/08/light-check.svg);
  top: -5px;
  left: 0;
  position: absolute;
}
.wp-block-columns.is-style-dotted-separator .wp-block-column {
  position: relative;
}
.wp-block-columns.is-style-dotted-separator .wp-block-column::before {
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: -16px;
  border-left: 5px dotted #4298b5;
}
.wp-block-columns.is-style-dotted-separator .wp-block-column:first-child::before {
  display: none;
}
@media (max-width: 900px) {
  .wp-block-columns.is-style-dotted-separator .wp-block-column {
    padding-top: 64px;
    margin-top: 64px;
  }
  .wp-block-columns.is-style-dotted-separator .wp-block-column:first-child {
    padding-top: 0;
    margin-top: 0;
  }
  .wp-block-columns.is-style-dotted-separator .wp-block-column::before {
    left: 0;
    height: 1px;
    width: 100%;
    border-left: none;
    border-top: 5px dotted #4298b5;
  }
}

/**
 * /assets/scss/partials/blocks/core/blocks-core-cover.scss
 *
 * Let's define our core cover styles
 *
 *
 */
/* ----- Core Block Cover -------------------- */
.wp-block-cover {
  padding: 24px;
}
@media (max-width: 768px) {
  .wp-block-cover {
    padding: 24px;
  }
}
@media (max-width: 600px) {
  .wp-block-cover {
    padding: 20px;
  }
}
@media (max-width: 600px) {
  .wp-block-cover {
    padding: 72px 20px;
  }
}
.wp-block-cover__inner-container {
  max-width: 1110px;
  margin: 0 auto;
}

/**
 * /assets/scss/partials/blocks/core/blocks-core-gallery.scss
 *
 * Let's define our core gallery styles
 *
 *
 */
/* ----- Core Block Gallery -------------------- */
.entry-content .wp-block-gallery ul {
  padding-left: 0;
  margin-bottom: 0;
}
.entry-content .wp-block-gallery ul .blocks-gallery-item {
  padding-bottom: 0;
}

/**
 * /assets/scss/partials/blocks/core/blocks-core-group.scss
 *
 * Let's define our core group styles
 *
 *
 */
/* ----- Core Block Group -------------------- */
.wp-block-group {
  position: relative;
}
.wp-block-group__inner-container > *.alignwide {
  margin: 0 calc(25% - 25vw);
  max-width: 100vw;
  width: auto;
}
.wp-block-group__inner-container > *.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.wp-block-group__inner-container > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 768px) {
  .wp-block-group__inner-container > *:last-child .funny-quote-block__quote:last-child {
    margin-bottom: 92px;
  }
}
.wp-block-group.alignfull, .wp-block[data-align=full] .wp-block-group {
  padding: 24px;
}
@media (max-width: 768px) {
  .wp-block-group.alignfull, .wp-block[data-align=full] .wp-block-group {
    padding: 24px;
  }
}
@media (max-width: 600px) {
  .wp-block-group.alignfull, .wp-block[data-align=full] .wp-block-group {
    padding: 20px;
  }
}
.wp-block-group.alignfull, .wp-block[data-align=full] .wp-block-group {
  padding-top: 0;
  padding-bottom: 0;
}
@media (max-width: 768px) {
  .wp-block-group.alignfull, .wp-block[data-align=full] .wp-block-group {
    padding-top: 0;
    padding-bottom: 0;
  }
}
@media (max-width: 600px) {
  .wp-block-group.alignfull, .wp-block[data-align=full] .wp-block-group {
    padding-top: 0;
    padding-bottom: 0;
  }
}
.wp-block-group.alignfull .wp-block-group__inner-container, .wp-block[data-align=full] .wp-block-group .wp-block-group__inner-container {
  max-width: 1110px;
  margin: 0 auto;
}
.wp-block-group.aligncenter .wp-block-group__inner-container, .wp-block[data-align=center] .wp-block-group .wp-block-group__inner-container {
  max-width: 768px;
  margin: 0 auto;
}
.wp-block-group.has-background {
  padding: 24px;
}
@media (max-width: 768px) {
  .wp-block-group.has-background {
    padding: 24px;
  }
}
@media (max-width: 600px) {
  .wp-block-group.has-background {
    padding: 20px;
  }
}
.wp-block-group.has-background.alignfull, .wp-block-group.has-background.alignwide, .wp-block-group.has-background.aligncenter, .wp-block[data-align=full] > .wp-block-group.has-background, .wp-block[data-align=wide] > .wp-block-group.has-background, .wp-block[data-align=center] > .wp-block-group.has-background {
  padding-top: 96px;
  padding-bottom: 96px;
}
@media (max-width: 768px) {
  .wp-block-group.has-background.alignfull, .wp-block-group.has-background.alignwide, .wp-block-group.has-background.aligncenter, .wp-block[data-align=full] > .wp-block-group.has-background, .wp-block[data-align=wide] > .wp-block-group.has-background, .wp-block[data-align=center] > .wp-block-group.has-background {
    padding-top: 72px;
    padding-bottom: 72px;
  }
}
@media (max-width: 600px) {
  .wp-block-group.has-background.alignfull, .wp-block-group.has-background.alignwide, .wp-block-group.has-background.aligncenter, .wp-block[data-align=full] > .wp-block-group.has-background, .wp-block[data-align=wide] > .wp-block-group.has-background, .wp-block[data-align=center] > .wp-block-group.has-background {
    padding-top: 48px;
    padding-bottom: 48px;
  }
}
.wp-block-group .max-width-block__interior > *:last-child {
  margin-bottom: 0;
}
.wp-block-group.is-style-form-wrap {
  border-radius: 12px;
  padding: 32px !important;
}
@media (max-width: 600px) {
  .wp-block-group.is-style-form-wrap {
    padding: 24px !important;
  }
}
.wp-block-group.is-style-rounded {
  border-radius: 12px;
  padding: 32px !important;
}
@media (max-width: 600px) {
  .wp-block-group.is-style-rounded {
    padding: 24px !important;
  }
}
.wp-block-group.has-blue-light-background-color.is-style-clouds-both, .wp-block-group.has-blue-light-background-color.is-style-clouds-top, .wp-block-group.has-blue-light-background-color.is-style-clouds-bottom, .wp-block-group.has-blue-background-color.is-style-clouds-both, .wp-block-group.has-blue-background-color.is-style-clouds-top, .wp-block-group.has-blue-background-color.is-style-clouds-bottom, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both, .wp-block-group.has-blue-dark-background-color.is-style-clouds-top, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom {
  position: relative;
}
.wp-block-group.has-blue-light-background-color.is-style-clouds-both > .block-editor-block-list__layout, .wp-block-group.has-blue-light-background-color.is-style-clouds-top > .block-editor-block-list__layout, .wp-block-group.has-blue-light-background-color.is-style-clouds-bottom > .block-editor-block-list__layout, .wp-block-group.has-blue-background-color.is-style-clouds-both > .block-editor-block-list__layout, .wp-block-group.has-blue-background-color.is-style-clouds-top > .block-editor-block-list__layout, .wp-block-group.has-blue-background-color.is-style-clouds-bottom > .block-editor-block-list__layout, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both > .block-editor-block-list__layout, .wp-block-group.has-blue-dark-background-color.is-style-clouds-top > .block-editor-block-list__layout, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom > .block-editor-block-list__layout {
  position: initial !important;
}
.wp-block-group.has-blue-light-background-color.is-style-clouds-both > .block-list-appender, .wp-block-group.has-blue-light-background-color.is-style-clouds-top > .block-list-appender, .wp-block-group.has-blue-light-background-color.is-style-clouds-bottom > .block-list-appender, .wp-block-group.has-blue-background-color.is-style-clouds-both > .block-list-appender, .wp-block-group.has-blue-background-color.is-style-clouds-top > .block-list-appender, .wp-block-group.has-blue-background-color.is-style-clouds-bottom > .block-list-appender, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both > .block-list-appender, .wp-block-group.has-blue-dark-background-color.is-style-clouds-top > .block-list-appender, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom > .block-list-appender {
  margin: 0 !important;
}
.wp-block-group.has-blue-light-background-color.is-style-clouds-both, .wp-block-group.has-blue-light-background-color.is-style-clouds-top, .wp-block-group.has-blue-background-color.is-style-clouds-both, .wp-block-group.has-blue-background-color.is-style-clouds-top, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both, .wp-block-group.has-blue-dark-background-color.is-style-clouds-top {
  margin-top: 60px !important;
}
@media (max-width: 702px) {
  .wp-block-group.has-blue-light-background-color.is-style-clouds-both, .wp-block-group.has-blue-light-background-color.is-style-clouds-top, .wp-block-group.has-blue-background-color.is-style-clouds-both, .wp-block-group.has-blue-background-color.is-style-clouds-top, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both, .wp-block-group.has-blue-dark-background-color.is-style-clouds-top {
    margin-top: 10% !important;
  }
}
.wp-block-group.has-blue-light-background-color.is-style-clouds-both::before, .wp-block-group.has-blue-light-background-color.is-style-clouds-top::before, .wp-block-group.has-blue-background-color.is-style-clouds-both::before, .wp-block-group.has-blue-background-color.is-style-clouds-top::before, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both::before, .wp-block-group.has-blue-dark-background-color.is-style-clouds-top::before {
  content: "";
  height: 12px;
  width: 100%;
  background-color: #e3f0f4;
  position: absolute;
  top: -12px;
  left: 0;
}
@media (max-width: 702px) {
  .wp-block-group.has-blue-light-background-color.is-style-clouds-both::before, .wp-block-group.has-blue-light-background-color.is-style-clouds-top::before, .wp-block-group.has-blue-background-color.is-style-clouds-both::before, .wp-block-group.has-blue-background-color.is-style-clouds-top::before, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both::before, .wp-block-group.has-blue-dark-background-color.is-style-clouds-top::before {
    display: none;
  }
}
.wp-block-group.has-blue-light-background-color.is-style-clouds-both > .wp-block-group__inner-container::before, .wp-block-group.has-blue-light-background-color.is-style-clouds-top > .wp-block-group__inner-container::before, .wp-block-group.has-blue-background-color.is-style-clouds-both > .wp-block-group__inner-container::before, .wp-block-group.has-blue-background-color.is-style-clouds-top > .wp-block-group__inner-container::before, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both > .wp-block-group__inner-container::before, .wp-block-group.has-blue-dark-background-color.is-style-clouds-top > .wp-block-group__inner-container::before {
  content: "";
  background-image: url("/images/blocks/cloud-blue.svg");
  background-size: cover;
  width: 702px;
  height: 60px;
  position: absolute;
  right: 50%;
  top: -60px;
  background-color: #fff;
  z-index: 2;
}
@media (max-width: 1404px) {
  .wp-block-group.has-blue-light-background-color.is-style-clouds-both > .wp-block-group__inner-container::before, .wp-block-group.has-blue-light-background-color.is-style-clouds-top > .wp-block-group__inner-container::before, .wp-block-group.has-blue-background-color.is-style-clouds-both > .wp-block-group__inner-container::before, .wp-block-group.has-blue-background-color.is-style-clouds-top > .wp-block-group__inner-container::before, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both > .wp-block-group__inner-container::before, .wp-block-group.has-blue-dark-background-color.is-style-clouds-top > .wp-block-group__inner-container::before {
    right: auto;
    left: 0;
  }
}
@media (max-width: 702px) {
  .wp-block-group.has-blue-light-background-color.is-style-clouds-both > .wp-block-group__inner-container::before, .wp-block-group.has-blue-light-background-color.is-style-clouds-top > .wp-block-group__inner-container::before, .wp-block-group.has-blue-background-color.is-style-clouds-both > .wp-block-group__inner-container::before, .wp-block-group.has-blue-background-color.is-style-clouds-top > .wp-block-group__inner-container::before, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both > .wp-block-group__inner-container::before, .wp-block-group.has-blue-dark-background-color.is-style-clouds-top > .wp-block-group__inner-container::before {
    left: 0;
    right: 0;
    width: 100%;
    top: auto;
    bottom: calc(100% - 1px);
    height: auto;
    padding-top: 8.6%;
  }
}
.wp-block-group.has-blue-light-background-color.is-style-clouds-both, .wp-block-group.has-blue-light-background-color.is-style-clouds-bottom, .wp-block-group.has-blue-background-color.is-style-clouds-both, .wp-block-group.has-blue-background-color.is-style-clouds-bottom, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom {
  margin-bottom: 12px !important;
}
@media (max-width: 702px) {
  .wp-block-group.has-blue-light-background-color.is-style-clouds-both, .wp-block-group.has-blue-light-background-color.is-style-clouds-bottom, .wp-block-group.has-blue-background-color.is-style-clouds-both, .wp-block-group.has-blue-background-color.is-style-clouds-bottom, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom {
    margin-bottom: 10% !important;
  }
}
.wp-block-group.has-blue-light-background-color.is-style-clouds-both::after, .wp-block-group.has-blue-light-background-color.is-style-clouds-bottom::after, .wp-block-group.has-blue-background-color.is-style-clouds-both::after, .wp-block-group.has-blue-background-color.is-style-clouds-bottom::after, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both::after, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom::after {
  content: "";
  height: 12px;
  width: 100%;
  background-color: #fff;
  position: absolute;
  bottom: -12px;
  left: 0;
  top: auto;
  right: auto;
  border-radius: 0;
  box-shadow: none;
}
.wp-block-group.has-blue-light-background-color.is-style-clouds-both:focus::after, .wp-block-group.has-blue-light-background-color.is-style-clouds-bottom:focus::after, .wp-block-group.has-blue-background-color.is-style-clouds-both:focus::after, .wp-block-group.has-blue-background-color.is-style-clouds-bottom:focus::after, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both:focus::after, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom:focus::after {
  top: auto;
  bottom: -12px;
  left: 0;
  right: auto;
  box-shadow: none;
  border-radius: 0;
}
.wp-block-group.has-blue-light-background-color.is-style-clouds-both > .wp-block-group__inner-container, .wp-block-group.has-blue-light-background-color.is-style-clouds-bottom > .wp-block-group__inner-container, .wp-block-group.has-blue-background-color.is-style-clouds-both > .wp-block-group__inner-container, .wp-block-group.has-blue-background-color.is-style-clouds-bottom > .wp-block-group__inner-container, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both > .wp-block-group__inner-container, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom > .wp-block-group__inner-container {
  padding-bottom: 36px;
}
@media (max-width: 702px) {
  .wp-block-group.has-blue-light-background-color.is-style-clouds-both > .wp-block-group__inner-container, .wp-block-group.has-blue-light-background-color.is-style-clouds-bottom > .wp-block-group__inner-container, .wp-block-group.has-blue-background-color.is-style-clouds-both > .wp-block-group__inner-container, .wp-block-group.has-blue-background-color.is-style-clouds-bottom > .wp-block-group__inner-container, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both > .wp-block-group__inner-container, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom > .wp-block-group__inner-container {
    padding-bottom: 0;
  }
}
.wp-block-group.has-blue-light-background-color.is-style-clouds-both > .wp-block-group__inner-container::after, .wp-block-group.has-blue-light-background-color.is-style-clouds-bottom > .wp-block-group__inner-container::after, .wp-block-group.has-blue-background-color.is-style-clouds-both > .wp-block-group__inner-container::after, .wp-block-group.has-blue-background-color.is-style-clouds-bottom > .wp-block-group__inner-container::after, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both > .wp-block-group__inner-container::after, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom > .wp-block-group__inner-container::after {
  content: "";
  background-image: url("/images/blocks/cloud-white.svg");
  background-size: cover;
  width: 702px;
  height: 60px;
  position: absolute;
  left: 50%;
  bottom: -12px;
  background-color: #e3f0f4;
  z-index: 2;
}
@media (max-width: 1404px) {
  .wp-block-group.has-blue-light-background-color.is-style-clouds-both > .wp-block-group__inner-container::after, .wp-block-group.has-blue-light-background-color.is-style-clouds-bottom > .wp-block-group__inner-container::after, .wp-block-group.has-blue-background-color.is-style-clouds-both > .wp-block-group__inner-container::after, .wp-block-group.has-blue-background-color.is-style-clouds-bottom > .wp-block-group__inner-container::after, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both > .wp-block-group__inner-container::after, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom > .wp-block-group__inner-container::after {
    left: auto;
    right: 0;
  }
}
@media (max-width: 702px) {
  .wp-block-group.has-blue-light-background-color.is-style-clouds-both > .wp-block-group__inner-container::after, .wp-block-group.has-blue-light-background-color.is-style-clouds-bottom > .wp-block-group__inner-container::after, .wp-block-group.has-blue-background-color.is-style-clouds-both > .wp-block-group__inner-container::after, .wp-block-group.has-blue-background-color.is-style-clouds-bottom > .wp-block-group__inner-container::after, .wp-block-group.has-blue-dark-background-color.is-style-clouds-both > .wp-block-group__inner-container::after, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom > .wp-block-group__inner-container::after {
    left: 0;
    right: 0;
    width: 100%;
    top: calc(100% - 1px);
    height: auto;
    padding-bottom: 8.6%;
  }
}
.wp-block-group.has-blue-background-color.is-style-clouds-both::before, .wp-block-group.has-blue-background-color.is-style-clouds-top::before {
  background-color: #4298b5;
}
@media (max-width: 702px) {
  .wp-block-group.has-blue-background-color.is-style-clouds-both::before, .wp-block-group.has-blue-background-color.is-style-clouds-top::before {
    display: none;
  }
}
.wp-block-group.has-blue-background-color.is-style-clouds-both > .wp-block-group__inner-container::before, .wp-block-group.has-blue-background-color.is-style-clouds-top > .wp-block-group__inner-container::before {
  content: "";
  background-image: url("/images/blocks/cloud-dark-blue.svg");
  background-color: #fff;
}
.wp-block-group.has-blue-background-color.is-style-clouds-both::after, .wp-block-group.has-blue-background-color.is-style-clouds-bottom::after {
  background-color: #fff;
}
.wp-block-group.has-blue-background-color.is-style-clouds-both > .wp-block-group__inner-container::after, .wp-block-group.has-blue-background-color.is-style-clouds-bottom > .wp-block-group__inner-container::after {
  content: "";
  background-image: url("/images/blocks/cloud-white.svg");
  background-color: #4298b5;
}
.wp-block-group.has-blue-dark-background-color.is-style-clouds-both, .wp-block-group.has-blue-dark-background-color.is-style-clouds-top, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom {
  background-color: #4298b5 !important;
  margin-top: 0 !important;
}
.wp-block-group.has-blue-dark-background-color.is-style-clouds-both::before, .wp-block-group.has-blue-dark-background-color.is-style-clouds-top::before, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom::before {
  height: 12px;
  top: 0;
  background-color: #41859b;
}
@media (max-width: 702px) {
  .wp-block-group.has-blue-dark-background-color.is-style-clouds-both::before, .wp-block-group.has-blue-dark-background-color.is-style-clouds-top::before, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom::before {
    display: none;
  }
}
.wp-block-group.has-blue-dark-background-color.is-style-clouds-both > .wp-block-group__inner-container, .wp-block-group.has-blue-dark-background-color.is-style-clouds-top > .wp-block-group__inner-container, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom > .wp-block-group__inner-container {
  padding-top: 36px;
}
@media (max-width: 702px) {
  .wp-block-group.has-blue-dark-background-color.is-style-clouds-both > .wp-block-group__inner-container, .wp-block-group.has-blue-dark-background-color.is-style-clouds-top > .wp-block-group__inner-container, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom > .wp-block-group__inner-container {
    padding-top: 0;
  }
}
.wp-block-group.has-blue-dark-background-color.is-style-clouds-both > .wp-block-group__inner-container::before, .wp-block-group.has-blue-dark-background-color.is-style-clouds-top > .wp-block-group__inner-container::before, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom > .wp-block-group__inner-container::before {
  content: "";
  background-image: url("/images/blocks/cloud-x-dark-blue.svg");
  background-color: #4298b5;
  top: 0;
  transform: rotate(180deg);
}
.wp-block-group.has-blue-dark-background-color.is-style-clouds-both::after, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom::after {
  background-color: #41859b;
}
.wp-block-group.has-blue-dark-background-color.is-style-clouds-both > .wp-block-group__inner-container::after, .wp-block-group.has-blue-dark-background-color.is-style-clouds-bottom > .wp-block-group__inner-container::after {
  content: "";
  background-image: url("/images/blocks/cloud-x-dark-blue.svg");
  background-color: #4298b5;
}
.wp-block-group.has-white-background-color.is-style-clouds-top {
  position: relative;
  background: linear-gradient(180deg, rgb(227, 240, 244) 0%, rgba(227, 240, 244, 0) 128px);
}
.wp-block-group.has-white-background-color.is-style-clouds-top > .block-editor-block-list__layout {
  position: initial !important;
}
.wp-block-group.has-white-background-color.is-style-clouds-top > .block-list-appender {
  margin: 0 !important;
}
.wp-block-group.has-white-background-color.is-style-clouds-top::before {
  content: "";
  position: absolute;
  height: 12px;
  width: 50vw;
  left: calc(50% + 702px);
  top: 0;
  background-color: #fff;
}
@media (max-width: 702px) {
  .wp-block-group.has-white-background-color.is-style-clouds-top::before {
    display: none;
  }
}
.wp-block-group.has-white-background-color.is-style-clouds-top::after {
  content: "";
  height: 12px;
  width: 50%;
  background-color: #fff;
  position: absolute;
  top: 0;
  left: 0;
}
@media (max-width: 702px) {
  .wp-block-group.has-white-background-color.is-style-clouds-top::after {
    display: none;
  }
}
.wp-block-group.has-white-background-color.is-style-clouds-top::after {
  right: auto;
  border-radius: 0;
  box-shadow: none;
}
.wp-block-group.has-white-background-color.is-style-clouds-top:focus::after {
  top: auto;
  top: 0;
  left: 0;
  right: auto;
  box-shadow: none;
  border-radius: 0;
}
.wp-block-group.has-white-background-color.is-style-clouds-top > .wp-block-group__inner-container {
  padding-top: 48px;
}
.wp-block-group.has-white-background-color.is-style-clouds-top > .wp-block-group__inner-container::after {
  content: "";
  background-image: url("/images/blocks/cloud-white.svg");
  background-size: cover;
  width: 702px;
  height: 60px;
  position: absolute;
  left: 50%;
  top: 0;
  z-index: 2;
  transform: rotate(180deg);
}
@media (max-width: 1404px) {
  .wp-block-group.has-white-background-color.is-style-clouds-top > .wp-block-group__inner-container::after {
    left: auto;
    right: 0;
  }
}
@media (max-width: 702px) {
  .wp-block-group.has-white-background-color.is-style-clouds-top > .wp-block-group__inner-container::after {
    left: 0;
    right: 0;
    width: 100%;
    top: 0;
    height: auto;
    padding-top: 8.6%;
  }
}
@media (min-width: 1001px) {
  .wp-block-group.is-style-why-list {
    background-image: url(/uploads/2020/09/payup-2.svg);
    background-position: 100% 35px;
    background-repeat: no-repeat;
    padding-right: 370px !important;
  }
}
@media (min-width: 601px) {
  .wp-block-group.is-style-why-list .wp-block-columns .wp-block-column:first-child {
    flex-basis: 140px !important;
  }
  .wp-block-group.is-style-why-list .wp-block-columns .wp-block-column:nth-child(2) {
    padding-left: 50px;
    flex-basis: calc(100% - 140px) !important;
    margin-left: 0 !important;
  }
}
@media (max-width: 600px) {
  .wp-block-group.is-style-why-list .wp-block-columns .wp-block-column .wp-block-image .aligncenter {
    margin-left: 0;
  }
}
.wp-block-group.is-style-highlight-with-graphic {
  border: 2px solid #e9ec6b;
  border-radius: 12px;
  position: relative;
  padding: 0 !important;
}
.wp-block-group.is-style-highlight-with-graphic .wp-block-group__inner-container {
  padding: 24px 24px 24px 287px;
}
@media (max-width: 768px) {
  .wp-block-group.is-style-highlight-with-graphic .wp-block-group__inner-container {
    padding: 24px;
  }
}
.wp-block-group.is-style-highlight-with-graphic .wp-block-image {
  position: absolute;
  left: 22px;
  bottom: 30px;
  margin: 0;
}
.wp-block-group.is-style-highlight-with-graphic .wp-block-image img {
  margin: 0;
}
@media (max-width: 768px) {
  .wp-block-group.is-style-highlight-with-graphic .wp-block-image {
    position: relative;
    left: auto;
    bottom: auto;
    margin-bottom: 24px;
  }
}
.wp-block-group.is-style-highlight-with-graphic.has-base-color-background-color {
  border-color: #3d3935;
  background-color: transparent !important;
}
.wp-block-group.is-style-highlight-with-graphic.has-blue-background-color {
  border-color: #4298b5;
  background-color: transparent !important;
}
.wp-block-group.is-style-highlight-with-graphic.has-blue-dark-background-color {
  border-color: #41859b;
  background-color: transparent !important;
}
.wp-block-group.is-style-highlight-with-graphic.has-orange-background-color {
  border-color: #dc6b2f;
  background-color: transparent !important;
}
.wp-block-group.is-style-highlight-with-graphic.has-yellow-background-color {
  border-color: #e9ec6b;
  background-color: transparent !important;
}
.wp-block-group.is-style-highlight-with-graphic.has-blue-light-background-color {
  border-color: #e3f0f4;
  background-color: transparent !important;
}
.wp-block-group.is-style-highlight-with-graphic.has-grey-light-background-color {
  border-color: #ececeb;
  background-color: transparent !important;
}
.wp-block-group.is-style-highlight-with-graphic.has-white-background-color {
  border-color: #fff;
  background-color: transparent !important;
}
.wp-block-group.is-style-border-color {
  border: 2px solid #e9ec6b;
  border-radius: 12px;
  position: relative;
  padding: 0 !important;
}
.wp-block-group.is-style-border-color .wp-block-group__inner-container {
  padding: 24px;
}
.wp-block-group.is-style-border-color.has-base-color-background-color {
  border-color: #3d3935;
  background-color: transparent !important;
}
.wp-block-group.is-style-border-color.has-blue-background-color {
  border-color: #4298b5;
  background-color: transparent !important;
}
.wp-block-group.is-style-border-color.has-blue-dark-background-color {
  border-color: #41859b;
  background-color: transparent !important;
}
.wp-block-group.is-style-border-color.has-orange-background-color {
  border-color: #dc6b2f;
  background-color: transparent !important;
}
.wp-block-group.is-style-border-color.has-yellow-background-color {
  border-color: #e9ec6b;
  background-color: transparent !important;
}
.wp-block-group.is-style-border-color.has-blue-light-background-color {
  border-color: #e3f0f4;
  background-color: transparent !important;
}
.wp-block-group.is-style-border-color.has-grey-light-background-color {
  border-color: #ececeb;
  background-color: transparent !important;
}
.wp-block-group.is-style-border-color.has-white-background-color {
  border-color: #fff;
  background-color: transparent !important;
}

@media (min-width: 601px) {
  .entry-content .wp-block-column > .wp-block-group.has-background.is-style-rounded {
    position: initial;
  }
  .entry-content .wp-block-column > .wp-block-group.has-background.is-style-rounded::after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 50%;
    border-radius: 12px;
    z-index: 1;
  }
  .entry-content .wp-block-column > .wp-block-group.has-background.is-style-rounded .wp-block-group__inner-container {
    position: relative;
    z-index: 2;
  }
  .entry-content .wp-block-column > .wp-block-group.has-background.is-style-rounded.has-base-color-background-color::after {
    background-color: #3d3935;
  }
  .entry-content .wp-block-column > .wp-block-group.has-background.is-style-rounded.has-blue-background-color::after {
    background-color: #4298b5;
  }
  .entry-content .wp-block-column > .wp-block-group.has-background.is-style-rounded.has-blue-dark-background-color::after {
    background-color: #41859b;
  }
  .entry-content .wp-block-column > .wp-block-group.has-background.is-style-rounded.has-orange-background-color::after {
    background-color: #dc6b2f;
  }
  .entry-content .wp-block-column > .wp-block-group.has-background.is-style-rounded.has-yellow-background-color::after {
    background-color: #e9ec6b;
  }
  .entry-content .wp-block-column > .wp-block-group.has-background.is-style-rounded.has-blue-light-background-color::after {
    background-color: #e3f0f4;
  }
  .entry-content .wp-block-column > .wp-block-group.has-background.is-style-rounded.has-grey-light-background-color::after {
    background-color: #ececeb;
  }
  .entry-content .wp-block-column > .wp-block-group.has-background.is-style-rounded.has-white-background-color::after {
    background-color: #fff;
  }
}
.page-template-page_noheaderfooter .entry-content > .wp-block-group:first-of-type {
  min-height: 100vh;
}
.page-template-page_noheaderfooter.admin-bar .entry-content > .wp-block-group:first-of-type {
  min-height: calc(100vh - 32px);
}
.page-template-page_noheaderfooter .wp-block-group.has-blue-dark-background-color {
  border-bottom: 100px solid #41859b;
  margin-bottom: 0 !important;
}

/**
 * /assets/scss/partials/blocks/core/blocks-core-image.scss
 *
 * Let's define our core image styles
 *
 *
 */
/* ----- Core Block Images -------------------- */
.wp-block-image {
  margin-bottom: 0;
}
.wp-block-image img {
  display: block;
  margin-bottom: 24px;
}
.wp-block-image .alignleft, .wp-block[data-align=left] > .wp-block-image {
  float: left;
  margin: 0 24px 24px 0;
}
.wp-block-image .alignleft img, .wp-block[data-align=left] > .wp-block-image img {
  margin-bottom: 0;
}
.wp-block-image .alignleft figcaption, .wp-block[data-align=left] > .wp-block-image figcaption {
  margin-top: 0;
}
.wp-block-image .alignright, .wp-block[data-align=right] > .wp-block-image {
  float: right;
  margin: 0 0 24px 24px;
}
.wp-block-image .alignright img, .wp-block[data-align=right] > .wp-block-image img {
  margin-bottom: 0;
}
.wp-block-image .alignright figcaption, .wp-block[data-align=right] > .wp-block-image figcaption {
  margin-top: 0;
}
@media (max-width: 600px) {
  .wp-block-image .alignleft, .wp-block[data-align=left] > .wp-block-image,
  .wp-block-image .alignright, .wp-block[data-align=right] > .wp-block-image {
    float: none;
    margin: 0 0 20px;
  }
}
.wp-block-image .aligncenter, .wp-block[data-align=center] > .wp-block-image {
  margin-left: auto;
  margin-right: auto;
}
.wp-block-image.is-style-no-bottom-margin img,
.wp-block-image.is-style-no-bottom-margin figure {
  margin-bottom: 0;
}
.wp-block-image.is-style-half-bottom-margin figure {
  margin-bottom: 0;
}
.wp-block-image.is-style-half-bottom-margin img {
  margin-bottom: 12px;
}
@media (min-width: 601px) {
  .wp-block-image.is-style-hide-desktop {
    display: none;
  }
}
@media (max-width: 600px) {
  .wp-block-image.is-style-hide-mobile {
    display: none;
  }
}
.wp-block-image.is-style-offset-up {
  margin-top: -60px;
}
@media (max-width: 768px) {
  .wp-block-image.is-style-offset-up {
    margin-top: -48px;
  }
}
.wp-block-image.fixed-bottom-left-billie {
  position: relative;
  margin: -124px 0 -97px;
}
@media (max-width: 768px) {
  .wp-block-image.fixed-bottom-left-billie {
    margin: 24px 0 -73px;
  }
}
.wp-block-image.is-style-rounded-corners img {
  border-radius: 5px;
}
.wp-block-image.is-style-fixed-right, .wp-block-image.is-style-fixed-left {
  position: absolute;
  left: calc(50vw + 555px + 24px);
  top: 30px;
  z-index: 1;
}
.wp-block-image.is-style-fixed-right ~ *, .wp-block-image.is-style-fixed-left ~ * {
  position: relative;
  z-index: 2;
}
.wp-block-image.is-style-fixed-right img, .wp-block-image.is-style-fixed-left img {
  margin: 0;
  max-width: none;
}
@media (max-width: 1600px) {
  .wp-block-image.is-style-fixed-right, .wp-block-image.is-style-fixed-left {
    left: auto;
    right: -30px;
  }
}
@media (max-width: 1200px) {
  .wp-block-image.is-style-fixed-right img, .wp-block-image.is-style-fixed-left img {
    max-width: 175px;
  }
}
@media (min-width: 769px) {
  .wp-block-image.is-style-fixed-right.block-editor-block-list__block, .wp-block-image.is-style-fixed-left.block-editor-block-list__block {
    opacity: 0.35;
  }
}
@media (max-width: 768px) {
  .wp-block-image.is-style-fixed-right, .wp-block-image.is-style-fixed-left {
    position: relative;
    left: auto;
    right: auto;
    top: auto;
    margin-bottom: 48px;
    display: flex;
    justify-content: center;
  }
  .wp-block-image.is-style-fixed-right img, .wp-block-image.is-style-fixed-left img {
    max-width: 200px;
  }
}
.wp-block-image.is-style-fixed-left {
  left: auto;
  right: calc(50vw + 555px + 24px);
}
@media (max-width: 1600px) {
  .wp-block-image.is-style-fixed-left {
    right: auto;
    left: -30px;
  }
}
@media (max-width: 1200px) {
  .wp-block-image.is-style-fixed-left img {
    max-width: 175px;
  }
}
@media (min-width: 1601px) {
  .wp-block-image.is-style-fixed-left.block-editor-block-list__block {
    right: calc(100% + 24px);
    left: auto;
  }
}
@media (max-width: 768px) {
  .wp-block-image.is-style-fixed-left {
    left: auto;
  }
}

.wp-block-image figcaption,
.wp-block-embed-youtube figcaption {
  width: 100%;
  margin: 0 0 24px;
  position: relative;
  padding-left: 80px;
  min-height: 64px;
  display: flex !important;
  align-items: center;
  font-style: italic;
}
.wp-block-image figcaption::before,
.wp-block-embed-youtube figcaption::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f03e";
  font-weight: 900;
  font-family: "Font Awesome 6 Pro";
  position: absolute;
  top: calc(50% - 24px);
  left: 16px;
  width: 32px;
  height: 32px;
  font-size: 32px;
  color: #dc6b2f;
}
.wp-block-image figcaption::after,
.wp-block-embed-youtube figcaption::after {
  content: "";
  left: 64px;
  width: 1px;
  height: 100%;
  border-left: 3px dotted #e9ec6b;
  position: absolute;
}

.wp-block-embed-youtube figcaption {
  margin-top: 24px;
}
.wp-block-embed-youtube figcaption::before {
  content: "\f03d";
}

.block-editor-block-list__layout .wp-block-image.is-style-hide-desktop {
  display: block;
  opacity: 0.5;
  padding-top: 55px;
}
.block-editor-block-list__layout .wp-block-image.is-style-hide-desktop:hover, .block-editor-block-list__layout .wp-block-image.is-style-hide-desktop.is-selected {
  opacity: 1;
}
.block-editor-block-list__layout .wp-block-image.is-style-hide-desktop::before {
  content: "The image below will be hidden on desktop but will remain visit within the editor for editing purposes.";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid red;
  padding: 10px;
  z-index: 10;
  font-size: 14px;
}

/**
 * /assets/scss/partials/blocks/core/blocks-core-list.scss
 *
 * Let's define our core list styles
 *
 *
 */
/* ----- Core List Styles -------------------- */
ul.is-style-two-column-list, ol.is-style-two-column-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
ul.is-style-two-column-list li, ol.is-style-two-column-list li {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 499px) {
  ul.is-style-two-column-list li, ol.is-style-two-column-list li {
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 500px) {
  ul.is-style-two-column-list li:nth-child(even), ol.is-style-two-column-list li:nth-child(even) {
    padding-right: 0;
  }
}
ul.is-style-three-column-list, ol.is-style-three-column-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
ul.is-style-three-column-list li, ol.is-style-three-column-list li {
  width: 33.33%;
  padding-right: 60px;
}
@media (max-width: 649px) {
  ul.is-style-three-column-list li, ol.is-style-three-column-list li {
    width: 50%;
  }
}
@media (max-width: 499px) {
  ul.is-style-three-column-list li, ol.is-style-three-column-list li {
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 650px) and (max-width: 500px) {
  ul.is-style-three-column-list li:nth-child(3n), ol.is-style-three-column-list li:nth-child(3n) {
    padding-right: 0;
  }
}
@media (min-width: 500px) and (max-width: 649px) {
  ul.is-style-three-column-list li:nth-child(even), ol.is-style-three-column-list li:nth-child(even) {
    padding-right: 0;
  }
}
ul.is-style-styled-list, ol.is-style-styled-list {
  list-style-type: none;
  padding: 0 !important;
}
ul.is-style-styled-list li, ol.is-style-styled-list li {
  margin: 0 0 17px;
  position: relative;
  padding: 0 0 0 28px !important;
}
ul.is-style-styled-list li::before, ol.is-style-styled-list li::before {
  content: "";
  background-image: url("/images/blocks/check-circle.svg");
  background-size: cover;
  width: 20px;
  height: 20px;
  position: absolute;
  top: 2px;
  left: 0;
}
ul.is-style-styled-list li:last-child, ol.is-style-styled-list li:last-child {
  margin-bottom: 24px;
}

ol.is-style-styled-list {
  counter-reset: wd-counter;
}
ol.is-style-styled-list li {
  counter-increment: wd-counter;
  padding: 0 0 0 32px !important;
}
ol.is-style-styled-list li::before {
  content: counter(wd-counter);
  color: #dc6b2f;
  font-weight: 600;
  font-size: 16px;
  width: auto;
  height: auto;
  background-color: #e3f0f4;
  background-image: none;
  top: 0;
  font-family: "Barlow", sans-serif;
  min-width: 24px;
  height: 24px;
  border-radius: 24px;
  display: flex;
  align-items: center;
  justify-content: center;
}

/**
 * /assets/scss/partials/blocks/core/blocks-core-media-text.scss
 *
 * Let's define our core media text styles
 *
 *
 */
/* ----- Core Block Media Text -------------------- */
.wp-block-media-text .wp-block-media-text__content {
  padding: 0 0 0 50px;
}
.wp-block-media-text .wp-block-media-text__content > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .wp-block-media-text .wp-block-media-text__content {
    padding: 0;
    margin-top: 24px;
  }
}
@media (max-width: 1158px) {
  .wp-block-media-text.alignwide {
    margin: 0 !important;
  }
}
@media (max-width: 600px) {
  .wp-block-media-text.alignfull .wp-block-media-text__content, .wp-block-media-text.alignwide .wp-block-media-text__content {
    padding: 0 20px;
  }
}
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
  padding-right: 50px;
}
@media (max-width: 600px) {
  .wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
    padding: 0;
  }
}
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
  padding-right: 0;
}
@media (max-width: 900px) {
  .wp-block-media-text.is-style-wide-break {
    grid-template-columns: 100% !important;
  }
  .wp-block-media-text.is-style-wide-break .wp-block-media-text__media {
    grid-column: 1;
    grid-row: 1;
    margin-bottom: 24px;
  }
  .wp-block-media-text.is-style-wide-break .wp-block-media-text__content {
    grid-column: 1;
    grid-row: 2;
    padding: 0 !important;
  }
}
.wp-block-media-text.is-style-extra-padding .wp-block-media-text__media, .wp-block-media-text.is-style-extra-padding .wp-block-media-text__content {
  padding-right: 50px;
}
@media (max-width: 900px) {
  .wp-block-media-text.is-style-extra-padding .wp-block-media-text__media, .wp-block-media-text.is-style-extra-padding .wp-block-media-text__content {
    padding-right: 25px;
  }
}
@media (max-width: 768px) {
  .wp-block-media-text.is-style-extra-padding .wp-block-media-text__media, .wp-block-media-text.is-style-extra-padding .wp-block-media-text__content {
    padding-right: 0;
  }
}

/**
 * /assets/scss/partials/blocks/core/blocks-core-paragraphs.scss
 *
 * Let's define our core paragraph text styles
 *
 *
 */
/* ----- Core Block Paragraphs -------------------- */
p {
  margin: 0 0 24px;
  padding: 0;
}
p.has-background {
  padding: 15px;
}
p.is-style-no-bottom-margin {
  margin-bottom: 0;
}
p.is-style-half-bottom-margin {
  margin-bottom: 12px;
}
p.is-style-preheader, p.is-style-preheader-small-margin {
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  opacity: 0.5;
  letter-spacing: 1.8px;
}
p.is-style-preheader-small-margin {
  margin-bottom: 8px;
}
p.is-style-opacity-50 {
  opacity: 0.5;
}
p.has-white-color a {
  color: #fff;
  text-decoration: underline;
}
p.has-white-color a:hover {
  color: #e9ec6b;
}
p.is-style-medium-font-weight {
  font-weight: 500;
}
p.is-style-last-updated {
  font-weight: 500;
  position: relative;
  padding-left: 28px;
}
p.is-style-last-updated::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
  width: 18px;
  height: 22px;
  background-image: url(/images/utility/calendar-regular.svg);
  background-size: 18px 22px;
  background-repeat: no-repeat;
}

/**
 * /assets/scss/partials/blocks/core/blocks-core-quote.scss
 *
 * Let's define our core blockquote styles
 *
 *
 */
/* ----- Core Block Blockquote -------------------- */
blockquote,
blockquote.wp-block-quote {
  position: relative;
  display: block;
  border-left: none !important;
  margin: 0 0 24px;
}
.entry-content blockquote,
.entry-content blockquote.wp-block-quote {
  margin-left: 0;
  margin-right: 0;
}
blockquote p,
blockquote.wp-block-quote p {
  background-color: #e9ec6b;
  padding: 0 30px 20px;
  margin: 0;
}
blockquote p:first-child,
blockquote.wp-block-quote p:first-child {
  padding-top: 30px;
  border-radius: 5px 5px 0 0;
}
blockquote p:last-of-type,
blockquote.wp-block-quote p:last-of-type {
  padding-bottom: 30px;
  border-radius: 0 0 5px 5px;
  margin-bottom: 15px;
}
blockquote cite,
blockquote .wp-block-quote__citation,
blockquote.wp-block-quote cite,
blockquote.wp-block-quote .wp-block-quote__citation {
  display: block;
  width: 100%;
  margin-top: 15px;
  text-align: right;
  font-style: normal;
  font-weight: 400;
  font-size: 15px;
  opacity: 0.5;
}
blockquote cite p,
blockquote .wp-block-quote__citation p,
blockquote.wp-block-quote cite p,
blockquote.wp-block-quote .wp-block-quote__citation p {
  padding: 0 !important;
  border-radius: 0 !important;
  margin-bottom: 0 !important;
  background-color: transparent;
}

/**
 * /assets/scss/partials/blocks/core/blocks-core-separators.scss
 *
 * Let's define our core separator styles
 *
 *
 */
/* ----- Core Block Separators -------------------- */
hr,
hr.wp-block-separator {
  border: 0;
  border-collapse: collapse;
  clear: both;
  height: 2px;
  margin: 0 0 24px;
  width: 100%;
  max-width: 100% !important;
}

/**
 * /assets/scss/partials/blocks/core/blocks-core-spacer.scss
 *
 * Let's define our core spacer styles
 *
 *
 */
/* ----- Core Block Spacers -------------------- */
.block-library-spacer__resize-container {
  margin-bottom: 0;
}

.wp-block-spacer {
  margin-top: 0;
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .wp-block-spacer.is-style-responsive {
    max-height: 96px;
  }
}
@media (max-width: 768px) {
  .wp-block-spacer.is-style-responsive {
    max-height: 72px;
  }
}
@media (max-width: 600px) {
  .wp-block-spacer.is-style-responsive {
    max-height: 48px;
  }
}
@media (max-width: 768px) {
  .wp-block-spacer.is-style-tablet-hide {
    display: none;
  }
}
@media (max-width: 600px) {
  .wp-block-spacer.is-style-mobile-hide {
    display: none;
  }
}
@media (min-width: 601px) {
  .wp-block-spacer.is-style-desktop-hide {
    display: none;
  }
  .wp-block-spacer.is-style-desktop-hide.wp-block {
    display: block !important;
    border: 1px solid rgba(255, 0, 0, 0.1);
    position: relative;
  }
  .wp-block-spacer.is-style-desktop-hide.wp-block:before {
    content: "This is hidden on desktop and this message only shows in the admin area as a visual reminder of this hidden spacer block.";
    position: absolute;
    top: 10px;
    left: 0;
    width: 100%;
    padding: 5px;
    font-size: 12px;
    color: rgba(0, 0, 0, 0.3);
  }
}

/**
 * /assets/scss/partials/blocks/core/blocks-core-youtube.scss
 *
 * Let's define our core youtube styles
 *
 *
 */
/* ----- Core Block YouTube -------------------- */
.wp-block-embed-youtube iframe {
  border-radius: 12px;
  overflow: hidden;
}

/* ----- Import ACF Block Partials -------------------- */
/**
 * /assets/scss/partials/blocks/acf/blocks-canned-tweet.scss
 *
 * Let's define our canned tweet block styles
 *
 *
 */
.canned-tweet-block__tweet {
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
}
.canned-tweet-block__top {
  display: flex;
  width: 100%;
  align-items: center;
  height: 48px;
  padding: 18px;
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.canned-tweet-block__middle {
  display: block;
  width: 100%;
  padding: 20px 20px 0 70px;
  position: relative;
}
@media (max-width: 600px) {
  .canned-tweet-block__middle {
    padding-left: 44px;
  }
}
.canned-tweet-block__billie {
  position: absolute;
  top: 20px;
  left: 18px;
  width: 44px;
  height: 44px;
}
@media (max-width: 600px) {
  .canned-tweet-block__billie {
    width: 28px;
    height: 28px;
    left: 10px;
  }
}
.canned-tweet-block__billie img {
  display: block;
  width: 100%;
}
.canned-tweet-block__innerBlocks * {
  font-family: "Helvetica", "Arial";
}
.canned-tweet-block__innerBlocks *:last-child {
  margin-bottom: 0;
}
@media (max-width: 600px) {
  .canned-tweet-block__innerBlocks * {
    font-size: 16px !important;
    line-height: 20px !important;
  }
}
.canned-tweet-block__innerBlocks a {
  color: #4c9feb;
}
.canned-tweet-block__bottom {
  display: block;
  width: 100%;
  padding: 0 10px 10px 60px;
  margin-top: -24px;
}
@media (max-width: 600px) {
  .canned-tweet-block__bottom {
    margin-top: 0;
    padding-left: 34px;
  }
}
.canned-tweet-block__bottom img {
  display: block;
  width: 100%;
}
.canned-tweet-block__button {
  margin-top: 40px;
}
@media (max-width: 600px) {
  .canned-tweet-block__button {
    margin-top: 20px;
  }
  .canned-tweet-block__button .wp-block-button,
  .canned-tweet-block__button .wp-block-button__link {
    width: 100%;
  }
}

/**
 * /assets/scss/partials/blocks/acf/blocks-counter.scss
 *
 * Let's define our counter block styles
 *
 *
 */
.counter-block,
.counter-block-decimals {
  display: block;
  width: 100%;
  margin-bottom: 24px;
}
.counter-block__count,
.counter-block-decimals__count {
  font-family: "Barlow", sans-serif;
  color: #fff;
  font-size: 82px;
  line-height: 1;
  letter-spacing: 3px;
  text-shadow: 4px 4px 0 rgb(61.9117408907, 142.5846153846, 169.7882591093), 5px 5px 0 #e9ec6b;
  margin: -10px 0 10px;
}
@media (max-width: 1050px) {
  .counter-block__count,
  .counter-block-decimals__count {
    font-size: 72px;
  }
}
@media (max-width: 950px) {
  .counter-block__count,
  .counter-block-decimals__count {
    font-size: 62px;
  }
}
@media (max-width: 850px) {
  .counter-block__count,
  .counter-block-decimals__count {
    font-size: 52px;
  }
}
@media (max-width: 600px) {
  .counter-block__count,
  .counter-block-decimals__count {
    font-size: 44px;
  }
}
.counter-block__count::before,
.counter-block-decimals__count::before {
  content: "$";
}
.counter-block.color-orange .counter-block__count,
.counter-block.color-orange .counter-block-decimals__count,
.counter-block-decimals.color-orange .counter-block__count,
.counter-block-decimals.color-orange .counter-block-decimals__count {
  color: #dc6b2f;
  margin: 0;
  text-shadow: none;
}
.counter-block.symbol-none .counter-block__count::before,
.counter-block.symbol-none .counter-block-decimals__count::before,
.counter-block-decimals.symbol-none .counter-block__count::before,
.counter-block-decimals.symbol-none .counter-block-decimals__count::before {
  display: none;
}
.counter-block.symbol-percentage .counter-block__count::before,
.counter-block.symbol-percentage .counter-block-decimals__count::before,
.counter-block-decimals.symbol-percentage .counter-block__count::before,
.counter-block-decimals.symbol-percentage .counter-block-decimals__count::before {
  display: none;
}
.counter-block.symbol-percentage .counter-block__count::after,
.counter-block.symbol-percentage .counter-block-decimals__count::after,
.counter-block-decimals.symbol-percentage .counter-block__count::after,
.counter-block-decimals.symbol-percentage .counter-block-decimals__count::after {
  content: "%";
}

/**
 * /assets/scss/partials/blocks/acf/blocks-email-subscribe.scss
 *
 * Let's define our email subscribe block styles
 *
 *
 */
.email-subscribe-block {
  display: flex;
  width: 100%;
  align-items: center;
}
@media (max-width: 900px) {
  .email-subscribe-block {
    flex-wrap: wrap;
  }
}
.email-subscribe-block__image {
  width: 140px;
  margin-right: 30px;
}
.email-subscribe-block__image img {
  display: block;
  width: 100%;
}
@media (max-width: 400px) {
  .email-subscribe-block__image {
    display: flex;
    margin-right: 0;
    width: 100%;
    justify-content: center;
  }
  .email-subscribe-block__image img {
    width: auto;
  }
}
.form-only .email-subscribe-block__image {
  display: none;
}
.email-subscribe-block__innerBlocks {
  width: 380px;
  margin-right: 30px;
}
.email-subscribe-block__innerBlocks > *:last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .email-subscribe-block__innerBlocks {
    flex: 1;
    width: auto;
    margin-right: 0;
  }
}
@media (max-width: 400px) {
  .email-subscribe-block__innerBlocks {
    flex: none;
    width: 100%;
    margin-top: 24px;
  }
}
.form-only .email-subscribe-block__innerBlocks {
  display: none;
}
.email-subscribe-block__form-privacy {
  display: block;
  width: 100%;
  margin: -24px 0 24px;
  opacity: 0.75;
  font-size: 13px;
  line-height: 28px;
}
.form-only .email-subscribe-block__form-privacy {
  margin: 0 0 24px;
}
.email-subscribe-block .gform_wrapper {
  margin-bottom: 0;
}

/**
 * /assets/scss/partials/blocks/acf/blocks-event-schedule.scss
 *
 * Let's define our event schedule block styles
 *
 *
 */
.event-schedule-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.event-schedule-block__item {
  width: calc((100% - 64px) / 3);
  margin-right: 32px;
  margin-bottom: 32px;
  background-color: #fff;
  border-radius: 8px;
  padding: 24px;
}
@media (min-width: 1001px) {
  .event-schedule-block__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 1000px) and (min-width: 651px) {
  .event-schedule-block__item {
    width: calc((100% - 32px) / 2);
  }
  .event-schedule-block__item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 650px) {
  .event-schedule-block__item {
    width: 100%;
    margin-right: 0;
  }
}
.event-schedule-block__header {
  font-size: 24px;
  line-height: 28px;
}
.event-schedule-block__description {
  display: block;
  margin-bottom: 24px;
  font-weight: 500;
}
.event-schedule-block__link {
  display: block;
  width: 100%;
}
.event-schedule-block__link a i {
  color: #dc6b2f;
  margin-left: 5px;
}
.event-schedule-block__link a:hover {
  color: rgb(52.3724696356, 120.6153846154, 143.6275303644);
  text-decoration: none;
}
.event-schedule-block__link a:hover i {
  transform: translateX(5px);
}
.event-schedule-block__links {
  display: block;
  width: 100%;
}
.event-schedule-block__links-item {
  display: flex;
  width: 100%;
  align-items: flex-start;
  margin-bottom: 16px;
}
.event-schedule-block__links-item:last-child {
  margin-bottom: 0;
}
.event-schedule-block__links-item-content {
  flex: 1;
  padding-left: 8px;
}
.event-schedule-block__links-item-name {
  display: block;
  width: 100%;
  margin-bottom: 4px;
  font-weight: 500;
}
.event-schedule-block__video-icon {
  width: 22px;
  margin-top: 3px;
}
.event-schedule-block__coming-soon {
  opacity: 0.6;
}
.event-schedule-block__coming-soon i {
  margin-left: 3px;
}

/**
 * /assets/scss/partials/blocks/acf/blocks-funny-quote.scss
 *
 * Let's define our funny quote block styles
 *
 *
 */
.funny-quote-block {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
.funny-quote-block__quote {
  width: calc(100% - 96px);
  margin-left: 96px;
  background-color: #e3f0f4;
  position: relative;
  border-radius: 0 12px 12px 12px;
  padding: 32px;
}
@media (max-width: 768px) {
  .funny-quote-block__quote {
    width: 100%;
    margin-left: 0;
    border-radius: 12px 12px 12px 0;
    margin-bottom: 116px;
  }
}
@media (min-width: 769px) {
  .funny-quote-block__quote.funny-quote-block__quote--2 {
    border-radius: 12px 12px 0 12px;
    margin-left: 32px;
    margin-right: 40px;
    width: calc(50% - 72px);
  }
}
@media (min-width: 769px) {
  .funny-quote-block.two-quotes .funny-quote-block__quote--1 {
    width: calc(50% - 96px);
  }
}
.funny-quote-block__text {
  display: flex;
  width: 100%;
}
.funny-quote-block__text p {
  font-size: 24px;
}
.funny-quote-block__text p:last-child {
  margin-bottom: 0;
}
.funny-quote-block__text strong {
  font-weight: 700;
}
.funny-quote-block__name {
  display: block;
  margin-top: 24px;
  color: #4298b5;
  font-size: 18px;
}
.funny-quote-block__corner {
  position: absolute;
  top: 0;
  left: -40px;
  width: 40px;
  height: 48px;
}
@media (max-width: 768px) {
  .funny-quote-block__corner {
    top: calc(100% - 5px);
    left: 4px;
    transform: rotate(270deg);
  }
}
@media (min-width: 769px) {
  .funny-quote-block__quote--2 .funny-quote-block__corner {
    top: auto;
    bottom: 0;
    left: auto;
    right: -40px;
    transform: rotate(180deg);
  }
}
.funny-quote-block__emoji {
  position: absolute;
  top: 24px;
  left: -96px;
}
@media (max-width: 768px) {
  .funny-quote-block__emoji {
    top: calc(100% + 14px);
    left: 18px;
  }
}
@media (min-width: 769px) {
  .funny-quote-block__quote--2 .funny-quote-block__emoji {
    top: auto;
    right: -40px;
    left: auto;
    bottom: 20px;
  }
}

/**
 * /assets/scss/partials/blocks/blocks-header-with-button.scss
 *
 * Let's define our header with button block styles
 *
 *
 */
.header-button-block,
.header-button-block .block-editor-inner-blocks .block-editor-block-list__layout {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header-button-block .acf-innerblocks-container,
.header-button-block .block-editor-inner-blocks .block-editor-block-list__layout .acf-innerblocks-container {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.header-button-block .acf-innerblocks-container > *,
.header-button-block .block-editor-inner-blocks .block-editor-block-list__layout .acf-innerblocks-container > * {
  margin: 0;
}
.header-button-block .block-editor-inner-blocks,
.header-button-block .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-inner-blocks {
  width: 100%;
}
.header-button-block > *,
.header-button-block .block-editor-inner-blocks .block-editor-block-list__layout > * {
  margin: 0;
}
.header-button-block,
.header-button-block .block-editor-inner-blocks .block-editor-block-list__layout {
  margin-bottom: 24px;
}
@media (max-width: 600px) {
  .header-button-block.no-mobile-hide,
  .header-button-block .block-editor-inner-blocks .block-editor-block-list__layout.no-mobile-hide {
    flex-direction: column;
  }
  .header-button-block.no-mobile-hide .wp-block-button,
  .header-button-block .block-editor-inner-blocks .block-editor-block-list__layout.no-mobile-hide .wp-block-button {
    margin-top: 24px;
  }
  .header-button-block.yes-mobile-hide .wp-block-button,
  .header-button-block .block-editor-inner-blocks .block-editor-block-list__layout.yes-mobile-hide .wp-block-button {
    display: none;
  }
}

/**
 * /assets/scss/partials/blocks/acf/blocks-hero.scss
 *
 * Let's define our hero block styles
 *
 *
 */
.hero-block {
  padding: 0 24px;
  position: relative;
}
@media (max-width: 600px) {
  .hero-block {
    padding: 0 20px;
  }
}
.hero-block__wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: 1110px;
  margin: 0 auto;
  position: relative;
}
.hero-block__footprint {
  position: absolute;
  bottom: -21px;
  left: 0;
  z-index: 1;
}
.hero-block__innerBlocks {
  width: calc(50% - 16px);
  padding: 80px 0;
}
@media (max-width: 768px) {
  .hero-block__innerBlocks {
    width: 100%;
    padding: 40px 0;
  }
}
.hero-block__image {
  width: calc(50% - 16px);
  padding: 24px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 768px) {
  .hero-block__image {
    width: 100%;
    padding: 0 0 40px;
  }
}
.image-align-top .hero-block__image {
  align-self: flex-start;
  padding-top: 0;
}
.image-align-bottom .hero-block__image {
  align-self: flex-end;
  padding-bottom: 0;
}
.hero-block__image img {
  display: block;
  max-width: 420px;
}
@media (min-width: 601px) {
  .wider-image .hero-block__image img {
    max-width: calc(50vw - 16px);
    padding-left: 48px;
  }
}
@media (max-width: 600px) {
  .hero-block__image img {
    max-width: 100%;
  }
}
.hero-block.has-blue-background-color h1:not(.has-text-color), .hero-block.has-blue-background-color h2:not(.has-text-color), .hero-block.has-blue-background-color h3:not(.has-text-color), .hero-block.has-blue-background-color h4:not(.has-text-color), .hero-block.has-blue-background-color h5:not(.has-text-color), .hero-block.has-blue-background-color h6:not(.has-text-color), .hero-block.has-blue-background-color p:not(.has-text-color) {
  color: #fff;
}

/**
 * /assets/scss/partials/blocks/acf/blocks-icon.scss
 *
 * Let's define our icon block styles
 *
 *
 */
.icon-block {
  display: flex;
  width: 100%;
  justify-content: flex-start;
  margin-bottom: 20px;
}
.icon-block.center-align {
  justify-content: center;
}
.icon-block.right-align {
  justify-content: flex-end;
}

/**
 * /assets/scss/partials/blocks/acf/blocks-latest-podcast.scss
 *
 * Let's define our latest podcast block styles
 *
 *
 */
.latest-podcast-block.latest-podcast-block--sitc .latest-podcast-block__loop {
  display: grid;
  flex-wrap: wrap;
  -moz-column-gap: 32px;
       column-gap: 32px;
  row-gap: 32px;
  grid-template-columns: repeat(2, 1fr);
  width: 100%;
}
@media (max-width: 768px) {
  .latest-podcast-block.latest-podcast-block--sitc .latest-podcast-block__loop {
    grid-template-columns: 1fr;
  }
}
.wp-block-group.has-white-background-color .latest-podcast-block .podcast-item {
  background-color: #e3f0f4;
}
.wp-block-group.has-white-background-color .latest-podcast-block .podcast-item:nth-child(2) .podcast-item__sitc-block-header {
  color: #e3f0f4;
}
.wp-block-group.has-white-background-color .latest-podcast-block .podcast-item:nth-child(2) .podcast-item__sitc-block-header::before {
  content: "Previous Episode";
  color: #dc6b2f;
  position: absolute;
  top: 0;
  left: 0;
}
.latest-podcast-block .podcast-item__sitc-block-header {
  display: block;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 1.8px;
  color: #dc6b2f;
  position: relative;
  margin-bottom: 16px;
  padding-bottom: 16px;
}
.latest-podcast-block .podcast-item__sitc-block-header::after {
  content: "";
  width: 64px;
  height: 1px;
  border-top: 3px dotted #3d3935;
  position: absolute;
  bottom: 0;
  left: 0;
}

/**
 * /assets/scss/partials/blocks/acf/blocks-max-width.scss
 *
 * Let's define our max-width block styles
 *
 *
 */
.max-width-block {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.max-width-block__interior {
  width: 100%;
}
.max-width-block.has-text-align-center {
  justify-content: center;
}
.max-width-block.has-text-align-right {
  justify-content: flex-end;
}

/**
 * /assets/scss/partials/blocks/acf/blocks-press-mentions.scss
 *
 * Let's define our press mentions block styles
 *
 *
 */
.press-mentions-block .press-mentions {
  width: 100%;
  display: flex;
  margin-bottom: 100px;
  height: 198px;
  position: relative;
}
.press-mentions-block .press-mentions__item {
  width: calc(20% - 24px);
  margin-left: 30px;
  height: 198px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  box-shadow: 0 0 20px #e3f0f4;
  border-radius: 10px;
  position: relative;
}
.press-mentions-block .press-mentions__item:first-child {
  margin-left: 0;
}
.press-mentions-block .press-mentions__item:hover {
  box-shadow: 0 0 20px #cde5ec;
}
@media (max-width: 1000px) {
  .press-mentions-block .press-mentions__item {
    width: calc(25% - 22.5px);
  }
}
@media (max-width: 800px) {
  .press-mentions-block .press-mentions__item {
    width: calc(33.333% - 20px);
  }
}
@media (max-width: 600px) {
  .press-mentions-block .press-mentions__item {
    width: calc(50% - 15px);
  }
}
@media (max-width: 400px) {
  .press-mentions-block .press-mentions__item {
    width: 100%;
  }
}
.press-mentions-block .press-mentions__link {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.press-mentions-block .press-mentions__logo {
  width: auto;
  height: auto;
  max-width: 80%;
  max-height: 80%;
}
.press-mentions-block .press-mentions .flickity-viewport {
  width: 100%;
  overflow: visible;
}

/**
 * /assets/scss/partials/blocks/acf/blocks-separator.scss
 *
 * Let's define our separator block styles
 *
 *
 */
.acf-separator-block {
  display: flex;
  width: 100%;
  justify-content: flex-start;
}
.acf-separator-block.alignfull {
  width: 100vw;
}
.acf-separator-block.no-margin hr {
  margin: 0;
}
.acf-separator-block.center-align {
  justify-content: center;
}
.acf-separator-block.right-align {
  justify-content: flex-end;
}

/**
 * /assets/scss/partials/blocks/blocks-team.scss
 *
 * Let's define our team block styles
 *
 *
 */
.team-block {
  position: relative;
}
.team-block__interior {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.team-block__item {
  width: 50%;
  padding: 0 5%;
  margin-top: 50px;
  text-align: center;
  flex-grow: 1;
}
@media (min-width: 769px) {
  .team-block__item:nth-child(1), .team-block__item:nth-child(2) {
    margin-top: 0;
  }
  .team-block__item:nth-child(4n+1) .team-block__headshot span, .team-block__item:nth-child(4n+4) .team-block__headshot span {
    border-color: #dc6b2f;
  }
  .team-block__item:nth-child(even) .team-block__headshot::before {
    top: auto;
    bottom: 20px;
  }
  .team-block__item:nth-child(even) .team-block__headshot::after {
    bottom: auto;
    top: 20px;
  }
}
@media (max-width: 768px) {
  .team-block__item {
    width: 100%;
    padding: 0;
  }
  .team-block__item:first-child {
    margin-top: 0;
  }
  .team-block__item:nth-child(even) .team-block__headshot::before {
    top: auto;
    bottom: 10px;
  }
  .team-block__item:nth-child(even) .team-block__headshot::after {
    bottom: auto;
    top: 10px;
  }
}
.team-block__headshot {
  position: relative;
  display: flex;
  justify-content: center;
  max-width: 333px;
  margin: 0 auto;
}
.team-block__headshot::before {
  content: " ";
  width: 32px;
  height: 32px;
  border-radius: 50px;
  position: absolute;
  background-color: #fff;
  top: 20px;
  left: 10px;
}
.team-block__headshot::after {
  content: " ";
  width: 22px;
  height: 22px;
  border-radius: 35px;
  position: absolute;
  background-color: #fff;
  bottom: 20px;
  right: 10px;
}
@media (max-width: 768px) {
  .team-block__headshot {
    max-width: 275px;
  }
  .team-block__headshot::before {
    top: 10px;
    left: 5px;
  }
  .team-block__headshot::after {
    bottom: 10px;
    right: 5px;
  }
}
.team-block__headshot span {
  content: "";
  border: 2px solid #4298b5;
  position: absolute;
  top: 10px;
  left: 10px;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  z-index: 10;
}
.team-block__headshot img {
  display: block;
  width: 100%;
  border-radius: 1000px;
}
.team-block__name {
  display: block;
  width: 100%;
  margin: 40px 0 0;
}
.team-block__position {
  display: block;
  width: 100%;
  color: #dc6b2f;
  font-weight: 500;
  font-size: 24px;
  line-height: 30px;
  letter-spacing: -1px;
  margin: 10px 0 0 0;
}
.team-block__divider {
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 24px;
}
.team-block__description {
  display: block;
  width: 100%;
  margin: 24px 0 0 0;
}
.team-block__description p {
  font-weight: 500;
}

/**
 * /assets/scss/partials/blocks/acf/blocks-tweet-quote.scss
 *
 * Let's define our tweet quote block styles
 *
 *
 */
.tweet-quote-block {
  display: flex;
  width: 100%;
  flex-wrap: wrap;
  padding-right: 96px;
  margin-top: 64px;
  margin-bottom: 64px;
}
@media (max-width: 900px) {
  .tweet-quote-block {
    padding-right: 0;
  }
}
@media (max-width: 600px) {
  .tweet-quote-block {
    flex-direction: column;
  }
}
.tweet-quote-block__outer {
  width: 80px;
  margin-right: 16px;
}
.tweet-quote-block__outer img {
  display: block;
  width: 100%;
}
.tweet-quote-block__inner {
  flex: 1;
  border-radius: 12px;
  border: 1px solid #D8D7D7;
  padding: 32px;
}
@media (max-width: 600px) {
  .tweet-quote-block__inner {
    flex: none;
    width: 100%;
    margin-top: 16px;
    padding: 24px;
  }
}
.tweet-quote-block__top {
  display: flex;
  align-items: center;
  margin-bottom: 24px;
}
.tweet-quote-block__top > img {
  display: block;
  width: 56px;
  margin-right: 12px;
  border-radius: 56px;
}
.tweet-quote-block__names {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  flex: 1;
}
.tweet-quote-block__name {
  display: block;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
}
@media (max-width: 600px) {
  .tweet-quote-block__name {
    font-size: 16px;
  }
}
.tweet-quote-block__handle {
  display: block;
  width: 100%;
  font-size: 18px;
}
@media (max-width: 600px) {
  .tweet-quote-block__handle {
    font-size: 16px;
  }
}
.tweet-quote-block__quote {
  display: block;
  width: 100%;
  font-size: 24px;
  line-height: 32px;
}
@media (max-width: 600px) {
  .tweet-quote-block__quote {
    font-size: 20px;
    line-height: 26px;
  }
}
.tweet-quote-block__link-to-tweet {
  display: block;
  width: 100%;
  margin-top: 24px;
}
.tweet-quote-block__link-to-tweet a {
  color: #1d9bf0;
  font-size: 18px;
  text-decoration: underline;
}
@media (max-width: 600px) {
  .tweet-quote-block__link-to-tweet a {
    font-size: 16px;
  }
}
.tweet-quote-block__link-to-tweet a:hover, .tweet-quote-block__link-to-tweet a:focus {
  color: #3d3935;
}

/* ----- Gutenberg Font Sizes -------------------- */
.has-xx-large-font-size {
  font-size: 24px !important;
  line-height: 32px;
}

.has-x-large-font-size {
  font-size: 20px !important;
  line-height: 28px;
}

.has-large-font-size {
  font-size: 18px !important;
  line-height: 26px;
}

.has-regular-font-size,
.has-normal-font-size {
  font-size: 16px !important;
}

.has-small-font-size {
  font-size: 14px !important;
}

.has-mini-font-size {
  font-size: 12 !important;
  line-height: 20px;
}

/* ----- Alignwide/Alignfull -------------------- */
.full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
.full-width-content .block-area > *.alignwide,
.content .block-area > *.alignwide {
  margin-left: -86px;
  margin-right: -86px;
  width: 100%;
  max-width: calc(100% + 172px);
  width: auto;
}
@media (max-width: 1110px) {
  .full-width-content .entry-content > *.alignwide, .content .entry-content > *.alignwide,
  .full-width-content .block-area > *.alignwide,
  .content .block-area > *.alignwide {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
    max-width: 100vw;
    width: 100vw;
  }
  .full-width-content .entry-content > *.alignwide.wp-block-image figcaption, .content .entry-content > *.alignwide.wp-block-image figcaption,
  .full-width-content .block-area > *.alignwide.wp-block-image figcaption,
  .content .block-area > *.alignwide.wp-block-image figcaption {
    border-radius: 0;
  }
}
.full-width-content .entry-content > *.alignfull, .content .entry-content > *.alignfull,
.full-width-content .block-area > *.alignfull,
.content .block-area > *.alignfull {
  margin-left: calc(50% - 50vw);
  margin-right: calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}
.entry-content > *.alignleft,
.block-area > *.alignleft {
  float: left;
  margin: 0 24px 24px 0;
}
.entry-content > *.alignright,
.block-area > *.alignright {
  float: right;
  margin: 0 0 24px 24px;
}
.entry-content > *.aligncenter,
.block-area > *.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

/* ----- Disable Links within ACF blocks -------------------- */
.acf-block-preview .acf-block.disable-pointer-events a {
  pointer-events: none;
}

/* ----- Block Editor Interior Width -------------------- */
.wp-block {
  max-width: 1110px;
  /* Wide column width */
}
.wp-block[data-align=wide] {
  max-width: none;
}
.wp-block[data-align=full] {
  max-width: none;
  margin-left: -24px !important;
  margin-right: -24px !important;
}

/* ----- Block Editor Margins -------------------- */
.block-editor-block-list__block[data-type^=acf], .block-editor-block-list__block[data-type="core/cover"], .block-editor-block-list__block[data-type="core/gallery"], .block-editor-block-list__block[data-type="core/group"], .block-editor-block-list__block[data-type="core/media-text"], .block-editor-block-list__block[data-type="core/spacer"] {
  margin-top: 0;
  margin-bottom: 0;
}
.block-editor-block-list__block[data-type="core/embed"], .block-editor-block-list__block[data-type="core/list"] {
  margin-top: 0;
  margin-bottom: 24px;
}

/* ----- Editor Variation Icon Styles -------------------- */
.components-button.block-editor-block-variation-picker__variation.has-icon .dashicon {
  font-size: 30px;
  width: 48px;
  height: 48px;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 0;
}

/* ----- Editor Title Styles -------------------- */
.edit-post-visual-editor__post-title-wrapper {
  margin-top: var(--wp--style--block-gap) !important;
  margin-bottom: var(--wp--style--block-gap) !important;
  border-bottom: 1px dashed #ccc;
}
.edit-post-visual-editor__post-title-wrapper .editor-post-title__input.wp-block {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
  font-weight: bold;
  color: black;
  font-size: 28px;
  text-transform: none;
  letter-spacing: 0;
}

/* ----- Countdown -------------------- */
.wp-block-countdown-block-countdown .cd-box-day .eb-cd-digit {
  font-weight: 600 !important;
}
.wp-block-countdown-block-countdown .eb-cd-digit {
  margin-bottom: 50px;
}
@media (max-width: 1100px) {
  .wp-block-countdown-block-countdown .eb-cd-digit {
    font-size: 60px !important;
    line-height: 60px !important;
  }
}
@media (max-width: 600px) {
  .wp-block-countdown-block-countdown .eb-cd-digit {
    font-size: 32px !important;
    line-height: 32px !important;
    margin-bottom: 16px;
  }
}
.wp-block-countdown-block-countdown .eb-cd-inner .cd-box-day,
.wp-block-countdown-block-countdown .eb-cd-inner .cd-box-hour,
.wp-block-countdown-block-countdown .eb-cd-inner .cd-box-minute {
  border-right: 1px solid #41859b;
}
@media (max-width: 600px) {
  .wp-block-countdown-block-countdown .eb-cd-inner .box {
    padding: 16px !important;
  }
  .wp-block-countdown-block-countdown .eb-cd-inner .box span.eb-cd-label {
    font-size: 10px !important;
    line-height: 10px !important;
  }
}

/* ----- Front End Colors to Match Color Picker in Block Editor -------------------- */
.has-base-color-color {
  color: #3d3935;
}

.has-base-color-background-color {
  background-color: #3d3935;
}

.has-blue-color {
  color: #4298b5;
}

.has-blue-background-color {
  background-color: #4298b5;
}

.has-blue-dark-color {
  color: #41859b;
}

.has-blue-dark-background-color {
  background-color: #41859b;
}

.has-orange-color {
  color: #dc6b2f;
}

.has-orange-background-color {
  background-color: #dc6b2f;
}

.has-yellow-color {
  color: #e9ec6b;
}

.has-yellow-background-color {
  background-color: #e9ec6b;
}

.has-blue-light-color {
  color: #e3f0f4;
}

.has-blue-light-background-color {
  background-color: #e3f0f4;
}

.has-grey-light-color {
  color: #ececeb;
}

.has-grey-light-background-color {
  background-color: #ececeb;
}

.has-white-color {
  color: #fff;
}

.has-white-background-color {
  background-color: #fff;
}

/*# sourceMappingURL=main.css.map */