﻿/* # Genesis Framework
Theme Name: Beacon
Theme URI: https://www.beaconmm.com/
Description: Beacon Media Starter Theme
Author: Beacon Media
Author URI: https://www.beaconmm.com/
Version: 1.0
Genesis Version: 3.3.3
Template: genesis
Tags: one-column, custom-menu, featured-images, full-width-template, rtl-language-support, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready
License: GPL-2.0-or-later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/
/* Orange */
/* Teal */
/* Light Blue */
/* Red */
/* Blue */
/* Mustard */
/* Dark Blue */
/* Grey */
/* Dark Grey */
/* Resets
--------------------------------------------- */
/* Baseline Normalize */
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

/** Float Clearing  */
.author-box::before,
.clearfix::before,
.entry::before,
.entry-content::before,
.nav-primary::before,
.nav-secondary::before,
.pagination::before,
.site-container::before,
.site-footer::before,
.site-header::before,
.site-inner::before,
.widget::before{
  content: " ";
  display: table;
}

.author-box::after,
.clearfix::after,
.entry::after,
.entry-content::after,
.nav-primary::after,
.nav-secondary::after,
.pagination::after,
.site-container::after,
.site-footer::after,
.site-header::after,
.site-inner::after,
.widget::after,
.wrap::after {
  clear: both;
  content: " ";
  display: table;
}

/* Defaults
--------------------------------------------- */
/*  Typographical Elements */
html {
  font-size: 62.5%;
  /* 10px browser default */
}

/* Chrome fix */
body>div {
  font-size: 18px;
}

body {
  background: #FFFFFF;
  color: #53575A;
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  margin: 0;
}

img {
  height: auto;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
}

a:hover img {
  top: -3px;
}

a,
button,
input:focus,
input[type="button"],
input[type="reset"],
input[type="submit"],
textarea:focus,
.button,
.gallery img {
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -ms-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out;
}

a {
  color: #FF6C0E;
  text-decoration: none;
}

a:hover,
a:focus {
  color: #006580;
}

p {
  margin: 0 0 24px;
  padding: 0;
}

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

li {
  list-style-type: none;
}

.content-area ol,
.content-area ul {
  margin-left: 24px;
  margin-bottom: 24px;
}

.content-area ol>li {
  list-style-type: decimal;
  margin-bottom: 12px;
}

.content-area ul>li {
  list-style-type: disc;
  margin-bottom: 12px;
}

.content-area ol ol,
.content-area ul ul {
  margin-bottom: 0;
}

.content-area ul.checklist {
  margin: 0;
}

.content-area ul.checklist li {
  list-style: none;
  background: var(--wpr-bg-591fc289-8bb8-47c9-988f-9e7083d5b337) no-repeat 0 -2px;
  padding-left: 36px;
  min-height: 36px;
  margin: 0 0 24px;
}

b,
strong {
  font-weight: 700;
}

cite,
em,
i {
  font-style: italic;
}

.clear {
  clear: both;
}

.content-area .has-large-font-size {
  font-size: 22px;
  line-height: 1.5;
  font-weight: 400;
}

.content-area .has-small-font-size {
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
}

.content-area .has-regular-font-size {
  font-size: 18px;
  line-height: 1.5;
  font-weight: 400;
}

.content-area .has-text-color.has-accent-1-color {
  color: #FF6C0E;
}

.content-area .has-text-color.has-accent-2-color {
  color: #006580;
}

.content-area .has-text-color.has-accent-3-color {
  color: #f0f7f9;
}

.content-area .has-text-color.has-accent-4-color {
  color: #A73439;
}

.content-area .has-text-color.has-accent-5-color {
  color: #6FB1C8;
}

.content-area .has-text-color.has-accent-6-color {
  color: #DECC62;
}

.content-area .has-text-color.has-white-color {
  color: #FFFFFF;
}

.content-area .has-text-color.has-grey-color {
  color: #edeeee;
}

.content-area .has-text-color.has-dark-grey-color {
  color: #53575A;
}

.content-area .has-text-color.has-black-color {
  color: #53575A;
}

.content-area .more-link a,
.content-area a.more-link {
  font-weight: 700;
  color: #53575A;
  padding-bottom: 2px;
  border-bottom: 3px solid #FF6C0E;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
}

.content-area .more-link a:hover,
.content-area a.more-link:hover {
  top: -3px;
  border-color: #6FB1C8;
}

.content-area .has-accent-1-background-color .more-link a,
.content-area .has-accent-1-background-color a.more-link,
.content-area .has-accent-2-background-color .more-link a,
.content-area .has-accent-2-background-color a.more-link,
.content-area .has-accent-3-background-color .more-link a,
.content-area .has-accent-3-background-color a.more-link,
.content-area .has-accent-4-background-color .more-link a,
.content-area .has-accent-4-background-color a.more-link,
.content-area .has-black-background-color .more-link a,
.content-area .has-black-background-color a.more-link {
  color: #FFFFFF;
  border-color: #6FB1C8;
}

.content-area .has-accent-1-background-color .more-link a:hover,
.content-area .has-accent-1-background-color a.more-link:hover,
.content-area .has-accent-2-background-color .more-link a:hover,
.content-area .has-accent-2-background-color a.more-link:hover,
.content-area .has-accent-3-background-color .more-link a:hover,
.content-area .has-accent-3-background-color a.more-link:hover,
.content-area .has-accent-4-background-color .more-link a:hover,
.content-area .has-accent-4-background-color a.more-link:hover,
.content-area .has-black-background-color .more-link a:hover,
.content-area .has-black-background-color a.more-link:hover {
  border-color: #FF6C0E;
}

.content-area .nomargin {
  margin-bottom: 6px;
}

.content-area .caps {
  text-transform: uppercase;
}

/*  Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0 0 24px;
}

h1,
.has-h-1-font-size {
  font-family: "Josefin Sans", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.2;
}

h2,
.has-h-2-font-size {
  font-family: "Josefin Sans", sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
}

h3,
.has-h-3-font-size {
  font-family: "Josefin Sans", sans-serif;
  font-size: 26px;
  font-weight: 700;
}

h4,
.has-h-4-font-size {
  font-family: "Josefin Sans", sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.2;
}

/*  Tables */
table {
  border-collapse: collapse;
  border-spacing: 0;
  line-height: 2;
  margin-bottom: 48px;
  width: 100%;
}

tbody {
  border-bottom: 1px solid #ddd;
}

td,
.th {
  text-align: left;
}

td {
  border-top: 1px solid #ddd;
  padding: 6px 0;
}

th {
  font-weight: 400;
}

/*  Screen Reader Text */
.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut {
  position: absolute !important;
  clip: rect(0, 0, 0, 0);
  height: 1px;
  width: 1px;
  border: 0;
  overflow: hidden;
  word-wrap: normal;
  background: #fff;
  color: #000;
}

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

/* Skip Links */
.genesis-skip-link {
  margin: 0;
}

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

/* Do not display outline on focus */
:focus {
  color: #53575A;
  outline: none;
}

/** Media Queries **/
@media only screen and (max-width: 1023px) {
  .content-area br {
    display: none;
  }
}

@media only screen and (max-width: 767px) {
  .content-area br {
    display: none;
  }

  .content-area .has-large-font-size {
    font-size: 22px;
    line-height: 1.5;
  }

  .content-area .has-small-font-size {
    font-size: 16px;
    line-height: 1.5;
  }

  .content-area .has-regular-font-size {
    font-size: 18px;
    line-height: 1.5;
  }

  .content-area h1,
  .content-area .has-h-1-font-size {
    font-size: 36px;
  }

  .content-area h2,
  .content-area .has-h-2-font-size {
    font-size: 28px;
  }

  .content-area h3,
  .content-area .has-h-3-font-size {
    font-size: 26px;
  }

  .content-area h4,
  .content-area .has-h-4-font-size {
    font-size: 24px;
  }
}

/* Animations
--------------------------------------------- */
.reveal {
  position: relative;
  opacity: 0;
}

.reveal.active {
  opacity: 1;
}

.active.fade-up {
  animation: fade-up 1s ease-in;
}

.active.fade-down {
  animation: fade-down 1s ease-in;
}

.active.fade-left {
  animation: fade-left 1s ease-in;
}

.active.fade-right {
  animation: fade-right 1s ease-in;
}

@keyframes fade-up {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-down {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }

  100% {
    transform: translateY(0);
    opacity: 1;
  }
}

@keyframes fade-left {
  0% {
    transform: translateX(-100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

@keyframes fade-right {
  0% {
    transform: translateX(100px);
    opacity: 0;
  }

  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* Objects
--------------------------------------------- */
embed,
iframe,
img,
object,
video,
.wp-caption {
  max-width: 100%;
}

iframe {
  display: block;
  border: none;
}

.entry-content .wp-block-image {
  margin: 0;
}

.entry-content .wp-block-image img {
  display: block;
  height: auto;
}

.featherlight-content .wrap {
  padding: 0;
  max-width: 100%;
}

.featherlight-content ul {
  margin: 0 0 24px 24px;
}

.featherlight-content ul li {
  list-style: disc;
  margin-bottom: 6px;
}

.featherlight-content .svg-icon {
  fill: #006580;
  margin: 0 6px;
}

.featherlight-content a:hover .svg-icon {
  fill: #FF6C0E;
}

/* Shortcodes
--------------------------------------------- */
.menu-shortcode {
  margin-bottom: 24px;
}

.menu-shortcode .menu {
  justify-content: flex-start;
}

.menu-shortcode.center .menu {
  justify-content: center;
}

.menu-shortcode .menu-item-has-icon {
  display: inline-block;
  margin-right: 6px;
}

.menu-shortcode .menu-item-has-icon .hide-label {
  text-indent: -9999px;
  display: inline-block;
}

/* Forms & Buttons
--------------------------------------------- */
input,
select,
textarea {
  background-color: #FFFFFF;
  border: 1px solid #ddd;
  color: #53575A;
  font-weight: 400;
  padding: 6px 12px;
  width: 100%;
  border-radius: 6px;
}

input:focus,
textarea:focus {
  border: 1px solid #ddd;
  outline: none;
}

input[type="checkbox"],
input[type="image"],
input[type="radio"] {
  width: auto;
}

/* Change Autocomplete styles in Chrome*/
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-internal-autofill-selected,
input:-internal-autofill-selected:hover,
input:-internal-autofill-selected:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
  -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
  transition: background-color 5000s ease-in-out 0s;
}

::-moz-placeholder,
::placeholder,
:-ms-input-placeholder,
::-ms-input-placeholder,
::-webkit-input-placeholder {
  color: #53575A;
  opacity: 0.6;
}

button,
input[type="button"],
input[type="reset"],
input[type="submit"] {
  border: none;
  border-radius: 6px;
  padding: 18px 48px;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  background: #FF6C0E;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
}

button .svg-icon,
input[type="button"] .svg-icon,
input[type="reset"] .svg-icon,
input[type="submit"] .svg-icon {
  fill: #FFFFFF;
  margin-left: 9px;
}

button:hover,
input:hover[type="button"],
input:hover[type="reset"],
input:hover[type="submit"],
button:focus,
input:focus[type="button"],
input:focus[type="reset"],
input:focus[type="submit"] {
  background-color: #006580;
  color: #FFFFFF;
  top: -3px;
}

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-results-button {
  display: none;
}

.content-area .gform_wrapper.gravity-theme h3.gform_title {
  font-size: 30px;
  font-weight: 700;
  line-height: 1.2;
  margin: 0 0 24px;
  text-align: center;
}

.content-area .gform_wrapper.gravity-theme span.gform_description {
  font-weight: 400;
  width: auto;
  margin: 0 0 24px;
}

.content-area .gform_wrapper.gravity-theme .gform_footer {
  text-align: center;
  justify-content: center;
}

.content-area .gform_wrapper.gravity-theme.gravity-theme .gform_fields {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.content-area .gform_wrapper.gravity-theme.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
.content-area .gform_wrapper.gravity-theme.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
  padding-left: 24px;
}

.content-area .gform_wrapper.gravity-theme .gform_required_legend {
  display: none;
}

.content-area .gform_wrapper.gravity-theme .ginput_recaptcha div {
  margin: 0 auto;
}

.content-area .gform_wrapper.gravity-theme .gfield--type-html {
  text-align: center;
  font-size: 16px;
}

/** Media Queries **/
@media only screen and (max-width: 767px) {

  .content-area .gform_wrapper.gravity-theme.gravity-theme .ginput_complex:not(.ginput_container_address) fieldset:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full),
  .content-area .gform_wrapper.gravity-theme.gravity-theme .ginput_complex:not(.ginput_container_address) span:not([style*="display:none"]):not(.ginput_full)~span:not(.ginput_full) {
    padding-left: 0;
    margin-top: 18px;
  }
}

/* Gutenberg
--------------------------------------------- */
.content-area {
  /** Background Colors **/
  /** Blockquote **/
  /** Separator **/
  /** Images **/
  /** Buttons **/
  /** Columns **/
  /** Spacer **/
  /** Groups **/
  /** Covers **/
}

.content-area .has-accent-1-background-color a,
.content-area .has-accent-1-background-color h2,
.content-area .has-accent-1-background-color h3,
.content-area .has-accent-2-background-color a,
.content-area .has-accent-2-background-color h2,
.content-area .has-accent-2-background-color h3,
.content-area .has-accent-3-background-color a,
.content-area .has-accent-3-background-color h2,
.content-area .has-accent-3-background-color h3,
.content-area .has-accent-4-background-color a,
.content-area .has-accent-4-background-color h2,
.content-area .has-accent-4-background-color h3,
.content-area .has-accent-5-background-color a,
.content-area .has-accent-5-background-color h2,
.content-area .has-accent-5-background-color h3,
.content-area .has-accent-6-background-color a,
.content-area .has-accent-6-background-color h2,
.content-area .has-accent-6-background-color h3,
.content-area .has-dark-grey-color a,
.content-area .has-dark-grey-color h2,
.content-area .has-dark-grey-color h3,
.content-area .has-black-background-color a,
.content-area .has-black-background-color h2,
.content-area .has-black-background-color h3 {
  color: #FFFFFF;
}

.content-area .has-accent-1-background-color a:hover,
.content-area .has-accent-2-background-color a:hover,
.content-area .has-accent-3-background-color a:hover,
.content-area .has-accent-4-background-color a:hover,
.content-area .has-accent-5-background-color a:hover,
.content-area .has-accent-6-background-color a:hover,
.content-area .has-dark-grey-color a:hover,
.content-area .has-black-background-color a:hover {
  text-decoration: underline;
}

.content-area .has-accent-1-background-color {
  background-color: #FF6C0E;
}

.content-area .has-accent-2-background-color {
  background-color: #006580;
}

.content-area .has-accent-2-background-color .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: #DECC62;
}

.content-area .has-accent-3-background-color {
  background-color: #f0f7f9;
}

.content-area .has-accent-4-background-color {
  background-color: #A73439;
}

.content-area .has-accent-5-background-color {
  background-color: #6FB1C8;
}

.content-area .has-accent-6-background-color {
  background-color: #DECC62;
}

.content-area .has-grey-background-color {
  background-color: #edeeee;
}

.content-area .has-dark-grey-background-color {
  background-color: #53575A;
}

.content-area .has-black-background-color {
  background-color: #53575A;
}

.content-area h1.has-background,
.content-area h2.has-background,
.content-area h3.has-background,
.content-area h4.has-background,
.content-area h5.has-background,
.content-area h6.has-background,
.content-area p.has-background {
  margin: 0;
  padding: 18px 24px;
  border-radius: 6px 6px 0 0;
}

.content-area p.has-background {
  margin: 0 0 24px;
  border-radius: 0 0 6px 6px;
}

.content-area .wp-block-quote {
  margin: 0 0 24px;
  background: var(--wpr-bg-2ced1cb9-2d14-447a-a4f6-7c81b4c11cbd) no-repeat 0 12px;
  background-size: 30px auto;
  padding-top: 48px;
}

.content-area .wp-block-quote.has-background {
  padding: 60px 36px 36px;
  border-radius: 6px;
  background-position: 36px 24px;
}

.content-area hr.wp-block-separator {
  border: 0;
  border-collapse: collapse;
  border-top: 4px solid #FF6C0E;
  clear: both;
  margin: 0 0;
  max-width: 200px;
}

.content-area hr.wp-block-separator.has-accent-1-background-color {
  border-color: #FF6C0E;
}

.content-area hr.wp-block-separator.has-accent-2-background-color {
  border-color: #006580;
}

.content-area hr.wp-block-separator.has-accent-3-background-color {
  border-color: #f0f7f9;
}

.content-area hr.wp-block-separator.has-accent-4-background-color {
  border-color: #A73439;
}

.content-area hr.wp-block-separator.has-accent-5-background-color {
  border-color: #6FB1C8;
}

.content-area hr.wp-block-separator.has-accent-6-background-color {
  border-color: #DECC62;
}

.content-area hr.wp-block-separator.has-grey-background-color {
  border-color: #edeeee;
}

.content-area hr.wp-block-separator.has-dark-grey-background-color {
  border-color: #53575A;
}

.content-area hr.wp-block-separator.has-black-background-color {
  border-color: #53575A;
}

.content-area hr.wp-block-separator.aligncenter {
  margin-left: auto;
  margin-right: auto;
}

.content-area .wp-block-group .wp-block-separator {
  margin-top: 24px;
  margin-bottom: 24px;
}

.content-area .wp-block-image.nomargin {
  margin-bottom: 12px;
}

.content-area .wp-block-image img {
  border-radius: 6px;
  display: block;
  margin-bottom: 24px;
}

.content-area .wp-block-image .alignright {
  margin: 0 0 0 24px;
}

.content-area .wp-block-image .alignleft {
  margin: 0 24px 0 0;
}

.content-area .wp-block-gallery {
  align-items: center !important;
}

.content-area .wp-block-gallery .wp-block-image {
  margin-bottom: 0 !important;
  padding: 12px;
}

.content-area .wp-block-buttons {
  margin-bottom: 24px;
}

.content-area .wp-block-buttons.is-layout-flex {
  gap: 24px;
}

.content-area .wp-block-buttons .wp-block-button .wp-block-button__link {
  border: none;
  border-radius: 6px;
  padding: 18px 48px;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  background: #FF6C0E;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
}

.content-area .wp-block-buttons .wp-block-button .wp-block-button__link .svg-icon {
  fill: #FFFFFF;
  margin-left: 9px;
}

.content-area .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-1-background-color {
  background-color: #FF6C0E;
}

.content-area .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-2-background-color {
  background-color: #006580;
}

.content-area .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-2-background-color:hover,
.content-area .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-2-background-color:focus {
  background-color: #FF6C0E;
}

.content-area .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-3-background-color {
  background-color: #f0f7f9;
}

.content-area .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-4-background-color {
  background-color: #A73439;
}

.content-area .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-5-background-color {
  background-color: #6FB1C8;
}

.content-area .wp-block-buttons .wp-block-button .wp-block-button__link.has-accent-6-background-color {
  background-color: #DECC62;
}

.content-area .wp-block-buttons .wp-block-button .wp-block-button__link.has-grey-background-color {
  background-color: #edeeee;
}

.content-area .wp-block-buttons .wp-block-button .wp-block-button__link.has-dark-grey-background-color {
  background-color: #53575A;
}

.content-area .wp-block-buttons .wp-block-button .wp-block-button__link.has-black-background-color {
  background-color: #53575A;
}

.content-area .wp-block-buttons .wp-block-button .wp-block-button__link:focus,
.content-area .wp-block-buttons .wp-block-button .wp-block-button__link:hover {
  background-color: #006580;
  color: #FFFFFF;
  top: -3px;
}

.content-area .wp-block-columns,
.content-area .wp-block-columns:not(.is-not-stacked-on-mobile) {
  flex-wrap: nowrap;
  flex-basis: 100%;
  margin-bottom: 0;
  gap: 48px;
}

.content-area .wp-block-columns.close,
.content-area .wp-block-columns:not(.is-not-stacked-on-mobile).close {
  gap: 24px;
}

.content-area .wp-block-columns.borders,
.content-area .wp-block-columns:not(.is-not-stacked-on-mobile).borders {
  gap: 0;
}

.content-area .wp-block-columns.borders .wp-block-column,
.content-area .wp-block-columns:not(.is-not-stacked-on-mobile).borders .wp-block-column {
  padding: 0 24px;
  border-left: 1px solid #f0f7f9;
}

.content-area .wp-block-columns.borders .wp-block-column:first-child,
.content-area .wp-block-columns:not(.is-not-stacked-on-mobile).borders .wp-block-column:first-child {
  border: none;
}

.content-area .wp-block-columns.reverse,
.content-area .wp-block-columns:not(.is-not-stacked-on-mobile).reverse {
  flex-direction: row-reverse;
}

.content-area .wp-block-columns.valign,
.content-area .wp-block-columns:not(.is-not-stacked-on-mobile).valign {
  align-items: center !important;
}

.content-area .wp-block-columns.valign-bottom,
.content-area .wp-block-columns:not(.is-not-stacked-on-mobile).valign-bottom {
  align-items: flex-end !important;
}

.content-area .wp-block-columns.badges,
.content-area .wp-block-columns:not(.is-not-stacked-on-mobile).badges {
  position: absolute;
  top: 24px;
  right: 48px;
  gap: 18px;
}

.content-area .wp-block-columns.badges .wp-block-image,
.content-area .wp-block-columns:not(.is-not-stacked-on-mobile).badges .wp-block-image {
  margin: 0;
}

.content-area .wp-block-columns.badges img,
.content-area .wp-block-columns:not(.is-not-stacked-on-mobile).badges img {
  max-width: 52px;
}

.content-area .wp-block-columns .wp-block-column.has-background,
.content-area .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.has-background {
  border-radius: 6px;
  padding: 30px 24px 6px;
}

.content-area .wp-block-columns .wp-block-column.has-background.has-background-headers,
.content-area .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.has-background.has-background-headers {
  padding: 0;
  margin-bottom: 24px;
}

.content-area .wp-block-columns .wp-block-column.has-background.has-background-headers>*,
.content-area .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.has-background.has-background-headers>* {
  padding: 18px 24px;
}

.content-area .wp-block-columns .wp-block-column.align-bottom,
.content-area .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.align-bottom {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.content-area .wp-block-columns .wp-block-column.align-bottom>*,
.content-area .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.align-bottom>* {
  width: 100%;
}

.content-area .wp-block-spacer {
  clear: both;
}

.content-area .wp-block-group {
  margin-top: 72px;
  margin-bottom: 72px;
}

.content-area .wp-block-group.has-background {
  margin: 0;
  border-radius: 12px;
}

.content-area .wp-block-group.has-background.has-background.has-accent-3-background-color.chevron {
  background: var(--wpr-bg-e8686ec4-6121-4d19-8e84-311f06bc3893) no-repeat center, linear-gradient(90deg, #f0f7f9 0%, #f0f7f9 40%, #dcebf2 40%, #dcebf2 100%);
  background-size: auto 100%;
}

.content-area .wp-block-group.has-background.has-background.has-grey-background-color.chevron {
  background: var(--wpr-bg-10cd24b6-f911-4dc3-b6cc-21a295536091) no-repeat center, linear-gradient(90deg, #edeeee 0%, #edeeee 40%, #dcebf2 40%, #dcebf2 100%);
  background-size: auto 100%;
}

.content-area .wp-block-group.has-background .wp-block-group__inner-container {
  padding: 36px 48px 12px;
}

.content-area .wp-block-group.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  clear: both;
}

.content-area .wp-block-group.alignfull.has-background {
  border-radius: 0;
}

.content-area .wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: 1200px;
  padding: 72px 48px 48px;
  margin: 0 auto;
}

.content-area .wp-block-group.alignfull.banner .wp-block-group__inner-container {
  padding-top: 36px;
  padding-bottom: 12px;
}

.content-area .wp-block-group.alignfull.banner.chevron-right.has-accent-2-background-color {
  background: linear-gradient(90deg, #006580 0%, #006580 50%, #6FB1C8 50%, #6FB1C8 100%);
}

.content-area .wp-block-group.alignfull.banner.chevron-right.has-accent-2-background-color .wp-block-group__inner-container {
  background: var(--wpr-bg-3c3843c1-f111-455c-a02d-28667c4cbd78) no-repeat right center;
}

.content-area .wp-block-group.alignfull.banner.ken-cta .wp-block-group__inner-container {
  background: var(--wpr-bg-92d95ff8-e117-4b12-8339-e59c6509a3c8) no-repeat left bottom;
  background-size: auto 95%;
}

.content-area .wp-block-group.alignfull.narrow {
  max-width: none;
}

.content-area .wp-block-group.alignfull.narrow .wp-block-group__inner-container {
  max-width: 1024px;
}

.content-area .wp-block-group.alignfull.wide {
  max-width: none;
}

.content-area .wp-block-group.alignfull.wide .wp-block-group__inner-container {
  max-width: 1376px;
}

.content-area .wp-block-group.alignfull.pricing .headings .wp-block-group.has-background {
  border-radius: 0;
  margin: 0 0 24px;
}

.content-area .wp-block-group.alignfull.pricing .headings .wp-block-group.has-background .wp-block-group__inner-container {
  padding: 12px;
}

.content-area .wp-block-group.alignfull.pricing .headings .wp-block-group.has-background .wp-block-group__inner-container h2,
.content-area .wp-block-group.alignfull.pricing .headings .wp-block-group.has-background .wp-block-group__inner-container h3,
.content-area .wp-block-group.alignfull.pricing .headings .wp-block-group.has-background .wp-block-group__inner-container h4,
.content-area .wp-block-group.alignfull.pricing .headings .wp-block-group.has-background .wp-block-group__inner-container h5,
.content-area .wp-block-group.alignfull.pricing .headings .wp-block-group.has-background .wp-block-group__inner-container h6,
.content-area .wp-block-group.alignfull.pricing .headings .wp-block-group.has-background .wp-block-group__inner-container p {
  margin: 0;
}

.content-area .wp-block-group.alignfull.pricing .packages {
  margin-bottom: 24px;
}

.content-area .wp-block-group.alignfull.pricing .packages .wp-block-column {
  border-top: 6px solid #6FB1C8;
  padding: 18px 18px 96px;
  box-shadow: 0px 0px 9px rgba(0, 0, 0, 0.1);
  position: relative;
  background: #FFFFFF;
}

.content-area .wp-block-group.alignfull.pricing .packages .wp-block-column:first-child,
.content-area .wp-block-group.alignfull.pricing .packages .wp-block-column:nth-child(2) {
  border-color: #DECC62;
}

.content-area .wp-block-group.alignfull.pricing .packages .wp-block-column .wp-block-separator {
  border-color: #ddd;
  border-width: 1px;
  margin-top: 48px;
  max-width: 100%;
}

.content-area .wp-block-group.alignfull.pricing .packages .wp-block-column .wp-block-group {
  margin: 0;
  position: absolute;
  bottom: 18px;
  width: 88%;
}

.content-area .wp-block-group.alignfull.pricing .packages .wp-block-column .wp-block-group p,
.content-area .wp-block-group.alignfull.pricing .packages .wp-block-column .wp-block-group p.has-background {
  margin: 0 0 6px;
  padding: 6px 18px;
  border-radius: 0;
}

.content-area .wp-block-group.alignfull.pricing .packages .wp-block-column .wp-block-group p.has-background strong {
  color: #FFFFFF;
}

.content-area .wp-block-group.alignfull.pricing .packages .wp-block-column .wp-block-group strong {
  font-size: 30px;
  margin-right: 12px;
}

.content-area .wp-block-group.alignfull.specialize .wp-block-group__inner-container {
  padding-top: 24px;
  padding-bottom: 0;
}

.content-area .wp-block-group.alignfull.specialize .wp-block-group__inner-container .wp-block-column {
  position: relative;
}

.content-area .wp-block-group.alignfull.specialize .wp-block-group__inner-container .wp-block-image {
  position: relative;
  margin: 0;
}

.content-area .wp-block-group.alignfull.specialize .wp-block-group__inner-container .wp-block-image img {
  margin: 0;
}

.content-area .wp-block-group.alignfull.specialize .wp-block-group__inner-container .testimonial-block {
  position: absolute;
  left: 0;
  top: 50%;
  transform: translate(0, -50%);
  max-width: 54%;
  font-size: 18px;
  padding: 36px 24px;
}

.content-area .wp-block-group.alignfull.specialize .wp-block-group__inner-container .testimonial-block .wp-post-image img,
.content-area .wp-block-group.alignfull.specialize .wp-block-group__inner-container .testimonial-block img.wp-post-image {
  display: none;
}

.content-area .wp-block-group.alignfull.specialize.marnie .wp-block-image {
  left: -30px;
  width: 380px;
}

.content-area .wp-block-group.alignfull.specialize.kande .wp-block-image {
  right: -70px;
}

.content-area .wp-block-group.alignfull.specialize.kym .wp-block-image {
  right: -40px;
}

.content-area .wp-block-group.alignfull.specialize.emily .wp-block-image {
  right: -50px;
}

.content-area .wp-block-group.alignfull.specialize.adrienne .wp-block-image {
  right: -200px;
}

.content-area .wp-block-group.alignfull.specialize.sean .wp-block-image {
  right: -70px;
}

.content-area .wp-block-group.alignfull.specialize.broc .wp-block-image {
  right: -124px;
}

.content-area .wp-block-group.alignfull.specialize.jd .wp-block-image {
  right: -50px;
}

.content-area .wp-block-group.alignfull.hex-right {
  background-image: var(--wpr-bg-0c06f15b-5a92-4b82-bc79-8caee62ee441);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.content-area .wp-block-group.alignfull.hex-left {
  background-image: var(--wpr-bg-c14b5753-c157-417b-a354-90fa178efdfd);
  background-repeat: no-repeat;
  background-position: center;
  overflow: hidden;
}

.content-area .wp-block-group.alignfull.hex-left .wp-block-group__inner-container .testimonial-block {
  left: auto;
  right: 0;
  top: 50%;
}

.content-area .wp-block-group.alignfull .wp-block-group {
  margin: 48px 0;
}

.content-area .wp-block-group.alignfull .wp-block-group .wp-block-group__inner-container {
  padding: 0;
}

.content-area .wp-block-cover.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  clear: both;
  padding: 0;
}

.content-area .wp-block-cover.alignfull:first-child.is-position-center-right .wp-block-cover__background.has-accent-2-background-color {
  background: var(--wpr-bg-46d437da-4c00-4351-8616-67dd2436998f) no-repeat center right, linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, #006580);
  opacity: 1;
}

.content-area .wp-block-cover.alignfull:first-child.is-position-center-right .wp-block-group {
  padding-left: 40%;
}

.content-area .wp-block-cover.alignfull:first-child.is-position-center-left .wp-block-cover__background.has-accent-2-background-color {
  background: var(--wpr-bg-3d565825-6a10-4d47-98cc-5c7622800eed) no-repeat center left, linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #006580);
  opacity: 1;
}

.content-area .wp-block-cover.alignfull:first-child.is-position-center-left .wp-block-group {
  padding-right: 40%;
}

.content-area .wp-block-cover.alignfull:first-child .wp-block-buttons .wp-block-button .wp-block-button__link:hover,
.content-area .wp-block-cover.alignfull:first-child .wp-block-buttons .wp-block-button .wp-block-button__link:focus {
  background-color: #DECC62;
}

.content-area .wp-block-cover.alignfull:first-child.home-header {
  align-items: inherit;
}

.content-area .wp-block-cover.alignfull:first-child.home-header .wp-block-cover__inner-container {
  position: relative;
  display: flex;
}

.content-area .wp-block-cover.alignfull:first-child.home-header .wp-block-cover__inner-container .wp-block-group {
  display: flex;
  align-items: center;
}

.content-area .wp-block-cover.alignfull:first-child.home-header .wp-block-cover__inner-container .has-h-1-font-size {
  font-size: 96px;
  margin-bottom: 48px;
}

.content-area .wp-block-cover.alignfull .wp-block-cover__inner-container {
  max-width: 1376px !important;
  padding: 48px;
  margin: 0 auto !important;
}

.content-area .wp-block-cover.alignfull .wp-block-cover__inner-container .wp-block-group {
  margin: 0;
}

.content-area .wp-block-cover.alignfull.narrow {
  max-width: none;
}

.content-area .wp-block-cover.alignfull.narrow .wp-block-cover__inner-container {
  max-width: 1024px;
}

.content-area .wp-block-cover.alignfull.wide {
  max-width: none;
}

.content-area .wp-block-cover.alignfull.wide .wp-block-cover__inner-container {
  max-width: 1376px;
}

/** Media Queries **/
@media only screen and (max-width: 1279px) {
  .content-area .wp-block-group.alignfull.specialize .wp-block-group__inner-container {
    padding-top: 48px;
  }

  .content-area .wp-block-group.alignfull.specialize .wp-block-group__inner-container .testimonial-block {
    z-index: 9;
  }
}

@media only screen and (max-width: 1023px) {
  .content-area .wp-block-spacer {
    height: 0 !important;
  }

  .content-area .wp-block-columns,
  .content-area .wp-block-columns:not(.is-not-stacked-on-mobile) {
    display: block;
  }

  .content-area .wp-block-columns ul,
  .content-area .wp-block-columns:not(.is-not-stacked-on-mobile) ul {
    margin-bottom: 0;
  }

  .content-area .wp-block-columns.borders .wp-block-column,
  .content-area .wp-block-columns:not(.is-not-stacked-on-mobile).borders .wp-block-column {
    padding: 0;
    border: none;
  }

  .content-area .wp-block-columns .wp-block-column.has-background,
  .content-area .wp-block-columns:not(.is-not-stacked-on-mobile) .wp-block-column.has-background {
    margin-bottom: 24px;
  }

  .content-area .wp-block-group {
    margin-top: 36px;
    margin-bottom: 36px;
  }

  .content-area .wp-block-group.has-background .wp-block-group__inner-container {
    padding: 36px 24px;
  }

  .content-area .wp-block-group.alignfull .wp-block-group__inner-container {
    padding: 36px 24px;
  }

  .content-area .wp-block-group.alignfull.pricing .headings {
    display: none;
  }

  .content-area .wp-block-group.alignfull.pricing .packages .wp-block-column {
    padding: 18px;
    margin: 0 0 24px;
  }

  .content-area .wp-block-group.alignfull.pricing .packages .wp-block-column .wp-block-group {
    position: inherit;
    bottom: auto;
    width: 100%;
  }

  .content-area .wp-block-group.alignfull.specialize {
    background-position: center bottom;
    background-image: var(--wpr-bg-c227d4e2-31dd-4c41-9512-dd9a4bb5c957);
  }

  .content-area .wp-block-group.alignfull.specialize .wp-block-group__inner-container {
    padding: 36px 24px 0;
  }

  .content-area .wp-block-group.alignfull.specialize .wp-block-group__inner-container .wp-block-columns .wp-block-columns {
    display: flex;
    flex-wrap: nowrap !important;
  }

  .content-area .wp-block-group.alignfull.specialize .wp-block-group__inner-container .wp-block-columns .wp-block-columns .wp-block-column {
    flex-basis: 50% !important;
  }

  .content-area .wp-block-group.alignfull.specialize .wp-block-group__inner-container .wp-block-image {
    display: none;
  }

  .content-area .wp-block-group.alignfull.specialize .wp-block-group__inner-container .testimonial-block {
    left: auto;
    right: auto;
    top: auto;
    position: static;
    transform: none;
    max-width: 100%;
  }

  .content-area .wp-block-group.alignfull.ken-cta.banner .wp-block-group__inner-container {
    background-size: 280px auto;
  }

  .content-area .wp-block-cover.alignfull .wp-block-cover__inner-container {
    padding: 36px 24px;
  }
}

@media only screen and (max-width: 767px) {
  .content-area .wp-block-buttons.is-layout-flex {
    display: block;
  }

  .content-area .wp-block-buttons.is-layout-flex .wp-block-button {
    display: block;
    width: 100%;
    margin: 0 0 24px;
  }

  .content-area .wp-block-buttons.is-layout-flex .wp-block-button .wp-block-button__link {
    width: 100%;
    padding-left: 24px;
    padding-right: 24px;
    justify-content: center;
  }

  .content-area .wp-block-image .alignright,
  .content-area .wp-block-image .alignleft {
    margin: 0;
  }

  .content-area .wp-block-gallery {
    align-items: center !important;
  }

  .content-area .wp-block-gallery .wp-block-image {
    margin-bottom: 0 !important;
    padding: 12px;
  }

  .content-area .wp-block-group.alignfull.ken-cta.banner .wp-block-group__inner-container {
    background-position: 28% 100%;
  }

  .content-area .wp-block-group.alignfull.specialize .wp-block-group__inner-container .wp-block-columns .wp-block-columns {
    display: block;
  }

  .content-area .wp-block-group.alignfull.specialize .wp-block-group__inner-container .testimonial-block {
    position: inherit;
    top: auto;
    left: auto;
    transform: none;
    width: 100%;
    max-width: 100%;
    margin: 0 0 24px;
  }

  .content-area .wp-block-cover:first-child.home-header.alignfull .wp-block-cover__inner-container .has-h-1-font-size {
    font-size: 54px;
  }

  .content-area .wp-block-cover.alignfull:first-child.is-position-center-left,
  .content-area .wp-block-cover.alignfull:first-child.is-position-center-right {
    display: block;
    min-height: 0 !important;
  }

  .content-area .wp-block-cover.alignfull:first-child.is-position-center-left .wp-block-cover__background.has-accent-2-background-color,
  .content-area .wp-block-cover.alignfull:first-child.is-position-center-right .wp-block-cover__background.has-accent-2-background-color {
    background: var(--wpr-bg-517cc07d-c60d-4585-b105-40276a644c29) no-repeat center bottom;
    opacity: 1;
  }

  .content-area .wp-block-cover.alignfull:first-child.is-position-center-left img.wp-block-cover__image-background,
  .content-area .wp-block-cover.alignfull:first-child.is-position-center-right img.wp-block-cover__image-background {
    position: inherit;
    display: block;
  }

  .content-area .wp-block-cover.alignfull:first-child.is-position-center-left .wp-block-cover__inner-container,
  .content-area .wp-block-cover.alignfull:first-child.is-position-center-right .wp-block-cover__inner-container {
    background: #006580;
  }

  .content-area .wp-block-cover.alignfull:first-child.is-position-center-left .wp-block-cover__inner-container .wp-block-group,
  .content-area .wp-block-cover.alignfull:first-child.is-position-center-right .wp-block-cover__inner-container .wp-block-group {
    padding: 0;
    position: relative;
    z-index: 2;
  }
}

/* Genesis Blocks
--------------------------------------------- */
.gb-block-post-grid .gb-post-grid-items {
  gap: 24px !important;
}

.gb-block-post-grid .gb-post-grid-items article {
  margin-bottom: 24px !important;
}

.gb-block-post-grid img {
  border-radius: 6px;
}

.gb-block-post-grid header h3.gb-block-post-grid-title {
  font-size: 22px;
  font-weight: 400;
  margin-bottom: 6px;
}

.gb-block-post-grid header h3.gb-block-post-grid-title a {
  color: #006580;
}

.wp-block-genesis-blocks-gb-accordion {
  margin: 30px auto;
}

.wp-block-genesis-blocks-gb-accordion .gb-accordion-title {
  background: #6FB1C8;
  color: #FFFFFF;
  text-transform: uppercase;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  padding: 18px 24px 18px 48px;
  position: relative;
  top: 0;
}

.wp-block-genesis-blocks-gb-accordion .gb-accordion-title::marker,
.wp-block-genesis-blocks-gb-accordion .gb-accordion-title::-webkit-details-marker {
  content: "";
  display: none;
}

.wp-block-genesis-blocks-gb-accordion .gb-accordion-title::before {
  content: "";
  display: block;
  height: 30px;
  width: 17px;
  background: var(--wpr-bg-f4855528-492c-4542-aa2b-8240a0901c9d) no-repeat center;
  background-size: 100% auto;
  top: 17px;
  left: 18px;
  position: absolute;
  -webkit-transition: transform 0.4s ease-in-out;
  -moz-transition: transform 0.4s ease-in-out;
  -ms-transition: transform 0.4s ease-in-out;
  -o-transition: transform 0.4s ease-in-out;
  transition: transform 0.4s ease-in-out;
  transform: rotate(0);
}

.wp-block-genesis-blocks-gb-accordion .gb-accordion-title:hover {
  cursor: pointer;
}

.wp-block-genesis-blocks-gb-accordion details[open] .gb-accordion-title {
  border-radius: 6px 6px 0 0;
}

.wp-block-genesis-blocks-gb-accordion details[open] .gb-accordion-title:hover {
  top: 0;
}

.wp-block-genesis-blocks-gb-accordion .gb-accordion-text {
  padding: 36px 48px 12px;
  background: var(--wpr-bg-84dc8421-fcab-4fc3-9548-bcc87ad6a5c6) no-repeat right bottom #FFFFFF;
  border-radius: 0 0 6px 6px;
  margin-bottom: 48px;
  border: 2px solid #6FB1C8;
  border-top: none;
}

.wp-block-genesis-blocks-gb-accordion.question .gb-accordion-title {
  text-transform: none;
  font-size: 22px;
}

.wp-block-genesis-blocks-gb-accordion.question .gb-accordion-text {
  background: #FFFFFF;
}

@media only screen and (max-width: 1023px),
print {
  .wp-block-genesis-blocks-gb-accordion .gb-accordion-text {
    padding: 24px 18px 12px;
  }
}

/* Custom Blocks
--------------------------------------------- */
.portfolio {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.portfolio a {
  display: block;
  width: calc(33.33333% - 16px);
}

.logo-carousel {
  margin-bottom: 24px;
}

.logo-carousel .logo {
  padding: 12px;
}

.testimonials-carousel {
  margin-top: 48px;
}

.testimonials-carousel .slick-list {
  overflow: inherit;
}

.testimonials-carousel .slick-track {
  display: flex;
  gap: 48px;
}

.testimonials-carousel .testimonial {
  text-align: center;
  background: #FFFFFF;
  border: 2px solid #6FB1C8;
  border-radius: 12px;
  height: auto;
  display: flex !important;
  align-items: center;
}

.testimonials-carousel .testimonial img.quote-icon {
  margin: 24px auto 0;
}

.testimonials-carousel .testimonial cite img {
  width: 60px;
  border-radius: 100%;
  margin: 0 auto 12px;
}

.testimonials-carousel .testimonial .company {
  display: block;
}

.carousel {
  position: relative;
  padding: 0 24px;
}

.carousel .slick-track {
  display: flex;
  align-items: center;
}

.carousel .slick-dots {
  text-align: center;
  margin: 48px auto 0 !important;
  width: 100%;
}

.carousel .slick-dots li {
  display: inline-block !important;
  margin: 0 6px;
  padding: 0 !important;
  list-style: none;
}

.carousel .slick-dots li:only-child {
  display: none;
}

.carousel .slick-dots button {
  padding: 0;
  text-indent: -9999px;
  width: 18px;
  width: 18px;
  background: #006580;
  border-radius: 100%;
  display: block;
  opacity: 0.4;
}

.carousel .slick-dots li.slick-active button {
  opacity: 1;
}

.carousel .carousel-nav button {
  padding: 0;
  background: none;
  border: none;
  color: #edeeee;
  position: absolute;
  height: 100%;
  top: 50%;
  transform: translate(0, -50%);
  left: -24px;
  margin: 0;
}

.carousel .carousel-nav button:hover {
  background: none;
}

.carousel .carousel-nav button:hover .svg-icon {
  opacity: 1;
  fill: #006580;
}

.carousel .carousel-nav button.carousel-next {
  right: -24px;
  left: auto;
}

.carousel .carousel-nav button span {
  display: block;
  position: absolute;
  text-indent: -9999px;
  width: 0;
  height: 0;
}

.carousel .carousel-nav button .svg-icon {
  fill: #53575A;
  transition: all 0.4s;
  margin: 0;
  opacity: 0.2;
}

.stats-grid {
  display: flex;
  color: #FFFFFF;
  gap: 24px;
  margin: 48px auto;
}

.stats-grid .stat {
  padding: 48px 48px;
  text-align: center;
  border-radius: 6px;
  background: #006580;
  flex: 1;
}

.stats-grid .stat a {
  color: #FFFFFF;
}

.stats-grid .purecounter,
.stats-grid .symbol {
  font-size: 62px;
  font-weight: 700;
}

.video-block {
  position: relative;
  margin: 0 0 24px;
}

.video-block img {
  border-radius: 6px;
}

.video-block .svg-icon {
  fill: #FFFFFF;
  position: absolute;
  transform: translate(-50%, -50%);
  top: 50%;
  left: 50%;
  max-width: 50%;
  height: auto;
  z-index: 9;
  opacity: 0.75;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.video-block a:hover .svg-icon {
  opacity: 1;
}

.testimonial-block {
  text-align: center;
  font-size: 22px;
  margin: 0 0 24px;
}

.testimonial-block.has-white-background {
  background: #FFFFFF;
  padding: 48px;
  border-radius: 12px;
}

.testimonial-block blockquote {
  margin: 0 0 24px;
}

.testimonial-block .wp-post-image img,
.testimonial-block img.wp-post-image {
  display: block;
  margin: 0 auto 12px;
  border-radius: 36px;
  max-width: 72px;
}

.testimonial-block img.quote-icon {
  display: block;
  margin: 0 auto 24px;
}

.testimonial-block cite {
  font-size: 16px;
}

.testimonial-block cite span {
  display: block;
}

.testimonial-block cite span.company {
  font-style: normal;
}

.has-background .testimonial-block blockquote {
  margin: 0;
}

.anchor-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  margin: 0 0 24px;
}

.anchor-grid .grid-item {
  width: calc(33.3333% - 16px);
  padding: 36px 24px 12px;
  background: #006580;
  border-radius: 6px;
  text-align: center;
  display: block;
  color: #FFFFFF;
  font-size: 16px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
  text-decoration: none !important;
}

.anchor-grid .grid-item h3 {
  font-size: 22px;
  margin-bottom: 12px;
}

.anchor-grid .grid-item h3 span {
  display: block;
  font-size: 16px;
  color: rgba(255, 255, 255, 0.6);
}

.anchor-grid .grid-item img {
  display: block;
  margin: 0 auto 12px;
  width: auto;
}

.anchor-grid .grid-item:hover {
  top: -6px;
  background: #6FB1C8;
}

.anchor-grid .grid-item:hover img {
  top: 0;
}

.people-grid {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
  justify-content: center;
}

.people-grid .person {
  width: calc(33.333% - 16px);
  background: #f0f7f9;
  display: block;
  text-align: center;
  padding-bottom: 24px;
  margin-bottom: 24px;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
}

.people-grid .person:hover {
  top: -6px;
}

.people-grid .person:hover img {
  top: 0;
}

.people-grid .person img {
  display: block;
  margin: 0 0 24px;
  border-radius: 6px 6px 0 0;
}

.people-grid .person h3 {
  font-size: 22px;
  padding: 0 12px;
  margin: 0 0 6px;
  color: #006580;
}

.people-grid .person .svg-icon {
  fill: #006580;
  margin-left: 6px;
}

.people-grid .person p {
  padding: 0 12px;
  margin: 0;
  color: #53575A;
}

/** Website Portfolio **/
.lightbox {
  display: none;
}

.lightbox.portfolio-item img {
  display: block;
  margin: 0 auto;
}

.lightbox.portfolio-item .wp-block-columns {
  width: 960px;
  margin: 0 auto;
  max-width: 100%;
}

.lightbox.portfolio-item .wp-block-columns h3 {
  text-align: right;
  margin: 0;
}

.lightbox.portfolio-item .wp-block-columns .wp-block-buttons {
  margin: 0;
}

.website-portfolio {
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}

.website-portfolio .website {
  display: block;
  width: calc(33.3333% - 16px);
}

/** Industry Pages */
.next-steps .wp-block-columns {
  margin: 48px 0;
}

.next-steps .wp-block-columns .has-background {
  font-weight: bold;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.next-steps .wp-block-columns h4 {
  margin: 24px 0 12px;
}

.best-practices .wp-block-column {
  margin-bottom: 24px;
}

.best-practices .wp-block-column h4.has-background {
  padding: 12px 24px;
  border-radius: 3px;
  margin-bottom: 12px;
}

.best-practices .wp-block-column>* {
  padding: 0 24px;
}

@media only screen and (max-width: 1023px) {
  .stats-grid .stat {
    padding: 36px 24px;
  }

  .stats-grid .stat .purecounter,
  .stats-grid .stat .symbol {
    font-size: 48px;
  }

  .next-steps .wp-block-columns {
    display: flex;
    gap: 24px;
    margin: 24px 0;
  }

  .next-steps .wp-block-columns .has-background {
    font-size: 48px;
  }

  .tiles .work.entry .wp-block-columns .wp-block-column:first-child {
    margin-bottom: 12px;
  }
}

@media only screen and (max-width: 767px) {

  .content-area .stats-grid,
  .content-area .anchor-grid,
  .content-area .tiles {
    display: block;
  }

  .content-area .stats-grid .grid-item,
  .content-area .stats-grid .entry,
  .content-area .stats-grid .stat,
  .content-area .anchor-grid .grid-item,
  .content-area .anchor-grid .entry,
  .content-area .anchor-grid .stat,
  .content-area .tiles .grid-item,
  .content-area .tiles .entry,
  .content-area .tiles .stat {
    width: 100%;
    margin: 0 0 24px;
  }

  .content-area .next-steps .wp-block-columns {
    display: block;
    margin: 24px 0 0;
  }

  .content-area .wide .anchor-grid {
    display: block;
  }

  .content-area .wide .anchor-grid .grid-item {
    width: 100%;
  }

  .content-area .tiles {
    display: block;
  }

  .content-area .tiles .work.entry {
    width: 100%;
    margin-bottom: 24px !important;
  }

  .people-grid {
    display: block;
  }

  .people-grid .person {
    width: 100%;
    margin-bottom: 24px !important;
  }
}

/* Case Studies
--------------------------------------------- */
.post-type-archive-work .archive-description,
.tax-industry .archive-description {
  background: linear-gradient(90deg, #006580 0%, #006580 50%, #6FB1C8 50%, #6FB1C8 100%);
  text-align: center;
  margin: 0 calc(50% - 50vw) 72px;
  max-width: 100vw;
  width: 100vw;
  clear: both;
}

.post-type-archive-work .archive-description h1,
.tax-industry .archive-description h1 {
  font-size: 30px;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 auto;
  padding: 36px;
  max-width: 1200px;
  background: var(--wpr-bg-e3c20912-909c-4514-99c5-f6e8f16e75d9) no-repeat right center;
}

.work-grid {
  display: flex;
  gap: 48px;
}

.work-grid .filters {
  min-width: 192px;
  position: relative;
}

.work-grid .filters ul {
  margin: 24px 0 0;
}

.work-grid .filters ul li {
  list-style: none;
  font-weight: 700;
  color: #53575A;
  text-transform: uppercase;
  margin-bottom: 24px;
}

.work-grid .filters ul li a {
  color: #53575A;
  text-transform: none;
  font-weight: 400;
  border-bottom: 3px solid transparent;
}

.work-grid .filters ul li a:hover,
.work-grid .filters ul li a.activated {
  border-color: #FF6C0E;
}

.work-grid .filters ul li ul {
  margin-top: 12px;
}

.work-grid .filters ul li ul li {
  margin-bottom: 12px;
}

.work-grid .filter-toggle {
  display: none;
}

.work-grid .tiles {
  justify-content: flex-start;
}

.tiles {
  display: flex;
  gap: 36px;
  flex-wrap: wrap;
  justify-content: center;
}

.tiles .work.entry {
  width: calc(33.3333% - 24px);
  position: relative;
  margin: 0 !important;
  padding: 0 0 62px !important;
  border: none !important;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  top: 0;
  background: #FFFFFF;
  border-radius: 6px;
  box-shadow: 0px 6px 12px rgba(0, 0, 0, 0.15);
  display: block;
  position: relative;
  top: 0;
}

.tiles .work.entry:hover {
  top: -6px;
}

.tiles .work.entry:hover .work-button {
  background: #FF6C0E;
}

.tiles .work.entry a {
  color: #53575A;
}

.tiles .work.entry h2,
.tiles .work.entry h3 {
  text-indent: -9999px;
  margin: 0;
  position: absolute;
}

.tiles .work.entry .logo {
  display: block;
  padding: 18px;
}

.tiles .work.entry img {
  display: block;
  margin: 0 auto;
}

.tiles .work.entry a:hover img {
  top: 0;
}

.tiles .work.entry .location {
  text-align: center;
  padding: 12px;
  background: #f0f7f9;
  font-size: 16px;
}

.tiles .work.entry .location p {
  margin: 0;
}

.tiles .work.entry .wp-block-columns {
  padding: 18px 0;
  text-align: center;
}

.tiles .work.entry .wp-block-columns .wp-block-column {
  padding: 0 12px !important;
}

.tiles .work.entry .wp-block-columns .wp-block-column p {
  margin: 0;
}

.tiles .work.entry .statistic {
  font-weight: 700;
  color: #006580;
  font-size: 24px;
  margin: 0;
}

.tiles .work.entry .work-button {
  text-align: center;
  background: #006580;
  color: #FFFFFF;
  padding: 18px;
  border-radius: 0 0 6px 6px;
  position: absolute;
  bottom: 0;
  width: 100%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
}

.single-work .entry-header {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.single-work .entry-header h1 {
  margin-bottom: 6px;
}

.single-work .entry-header .image-header {
  overflow: hidden;
  position: relative;
}

.single-work .entry-header img {
  width: 100%;
}

.single-work .entry-header .gradient-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  background: var(--wpr-bg-393d6720-7ad3-4e7a-adef-c9a2e6f9b480) no-repeat center left, linear-gradient(270deg, rgba(0, 0, 0, 0) 0%, #006580);
  top: 0;
  left: 0;
  z-index: 1;
}

.single-work .entry-header .text-inner {
  position: absolute;
  width: 100%;
  top: 50%;
  transform: translate(0, -50%);
  z-index: 2;
  color: #FFFFFF;
}

.single-work .entry-header .text-inner .wrap {
  max-width: 1376px;
}

.single-work .entry-header .text-inner .wrap>* {
  width: 60%;
}

.single-work .entry-header .text-inner .wp-block-buttons .wp-block-button .wp-block-button__link:hover,
.single-work .entry-header .text-inner .wp-block-buttons .wp-block-button .wp-block-button__link:focus {
  background: #6FB1C8;
}

.single-work .wp-block-group.alignfull.case-study-stats {
  background: linear-gradient(90deg, #6FB1C8 0%, #6FB1C8 50%, #006580 50%, #006580 100%);
  color: #FFFFFF;
}

.single-work .wp-block-group.alignfull.case-study-stats .wp-block-group__inner-container {
  max-width: 1376px;
  background: var(--wpr-bg-886919c3-5936-4015-9dd4-d27248b47eb1) no-repeat left center;
  padding-left: 72px !important;
}

.single-work .wp-block-group.alignfull.case-study-stats .number {
  margin: 0;
  font-size: 48px;
  font-weight: 700;
}

.single-work .work-content .wp-block-columns {
  gap: 0;
}

.single-work .work-content .wp-block-columns .wp-block-column {
  padding: 0 0 0 36px;
  border-left: 2px solid #FF6C0E;
}

.single-work .work-content .wp-block-columns .wp-block-column:first-child {
  flex-basis: 35%;
  flex-grow: 0;
  border: none;
  padding: 0;
}

.single-work .results h3 {
  font-size: 22px;
  text-transform: uppercase;
  margin: 36px 0 12px;
  color: #6FB1C8;
}

.single-work .testimonial-block .wp-block-buttons {
  margin-top: 24px;
}

@media only screen and (max-width: 1440px) {
  .single-work .entry-header img {
    width: auto;
    height: 100%;
    max-width: none;
    position: absolute;
    right: 0;
  }
}

@media only screen and (max-width: 1023px) {
  .work-grid {
    display: block;
  }

  .work-grid .filter-toggle {
    display: block;
    cursor: pointer;
    color: #FF6C0E;
    background: none;
    line-height: 1.4;
    border-radius: 0;
    padding: 0;
    margin: 0 auto 24px;
    display: flex;
    gap: 6px;
    align-items: center;
  }

  .work-grid .filter-toggle::after {
    content: " ";
    display: inline-block;
    height: 30px;
    width: 30px;
    -webkit-mask-image: url(../image/bars.svg);
    mask-image: url(../image/bars.svg);
    background-color: #FF6C0E;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    position: relative;
  }

  .work-grid .filter-toggle span {
    text-transform: uppercase;
  }

  .work-grid .filters .inner {
    display: none;
    text-align: center;
  }

  .post-type-archive-work .archive-description,
  .tax-industry .archive-description {
    margin-bottom: 48px;
  }

  .single-work .entry-header .image-header,
  .single-work .entry-header .image-container {
    height: auto !important;
  }

  .single-work .entry-header img {
    position: static;
    width: 100%;
    height: auto;
    display: block;
  }

  .single-work .entry-header .gradient-overlay {
    display: none;
  }

  .single-work .entry-header .text-inner {
    position: static;
    width: 100%;
    transform: none;
    top: auto;
    background: #006580;
  }

  .single-work .entry-header .text-inner .wrap {
    padding: 36px 24px;
  }

  .single-work .entry-header .text-inner .wrap>* {
    width: 100%;
  }

  .single-work .wp-block-group.alignfull.case-study-stats .wp-block-group__inner-container {
    background: #6FB1C8;
    text-align: center;
    padding-left: 24px !important;
  }

  .single-work .work-content .wp-block-columns .wp-block-column {
    padding: 0;
    border: none;
  }
}

/* Header
--------------------------------------------- */
.header {
  position: fixed;
  z-index: 999;
  width: 100%;
  max-width: 100%;
  z-index: 99;
  background: #FFFFFF;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  box-shadow: 0px 3px 5px rgba(0, 0, 0, 0.05);
}

.header .announcement-widget {
  background: #53575A;
  color: #FFFFFF;
  font-size: 16px;
}

.header .announcement-widget .wrap {
  padding-top: 12px;
  padding-bottom: 12px;
}

.header .announcement-widget h2,
.header .announcement-widget h3,
.header .announcement-widget h4,
.header .announcement-widget h5,
.header .announcement-widget h6,
.header .announcement-widget p,
.header .announcement-widget ul,
.header .announcement-widget ol {
  margin-bottom: 0;
}

.header .wrap {
  padding-top: 12px;
  max-width: 1376px;
}

.header .site-header {
  display: flex;
  align-items: flex-end;
  width: 100%;
}

/* Title Area */
.custom-logo {
  width: 200px;
  height: auto;
  display: block;
  border: 1px solid transparent;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
}

a:hover .custom-logo {
  top: -3px;
}

.title-area .site-description,
.title-area .site-title {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  margin: 0;
  position: absolute;
  height: 0;
}

/** Media Queries **/
@media only screen and (max-width: 1023px),
print {
  .header {
    position: inherit;
  }

  .header .wrap {
    padding-bottom: 12px;
  }

  .header .site-header {
    align-items: flex-start;
    position: relative;
  }

  .header .site-header .custom-logo {
    margin: 12px 0;
  }
}

@media only screen and (max-width: 767px) {
  .header .wrap {
    padding: 12px;
  }

  .header .site-header {
    display: block;
  }

  .header .site-header .nav-before-header {
    margin: 0;
  }

  .header .site-header .nav-before-header .menu {
    justify-content: center;
  }

  .header .site-header .custom-logo {
    margin: 0 0 18px;
  }
}

/* Site Navigation
--------------------------------------------- */
.site-header ul.menu {
  justify-content: end;
}

.site-header .nav-area {
  flex: auto;
}

.site-header .nav-before-header {
  font-size: 14px;
  line-height: 1;
  margin-bottom: 18px;
}

.site-header .nav-before-header .menu-item a {
  padding: 3px 12px;
  margin-left: 6px;
  border-left: 1px solid #ddd;
}

.site-header .nav-before-header .menu-item.menu-item-has-icon a {
  padding: 0 6px;
  margin: 0;
  border: none;
}

.site-header .nav-before-header .menu-item.menu-item-has-icon .svg-icon {
  position: relative;
  top: 1px;
  width: 20px;
  height: auto;
}

.site-header .nav-before-header .menu-item:last-child a {
  padding-right: 0;
}

.site-header .nav-primary {
  font-family: "Plus Jakarta Sans", sans-serif;
  font-size: 18px;
  line-height: 1;
}

.site-header .main-menu .custom-logo {
  display: none;
}

ul.menu {
  display: flex;
  margin: 0;
  align-items: center;
  justify-content: center;
  /* Accessible Menu */
  /* Site Navigation - Child Items */
}

ul.menu .menu-item:focus {
  position: static;
}

ul.menu .menu-item:hover {
  position: static;
}

ul.menu a {
  text-decoration: none;
  display: block;
  color: #53575A;
  padding: 24px;
  border: 1px solid transparent;
}

ul.menu a:hover,
ul.menu .sfHover>a,
ul.menu .current-menu-item>a,
ul.menu .current-menu-ancestor>a,
ul.menu .current_page_ancestor>a {
  color: #006580;
}

ul.menu .menu-item-has-icon a {
  padding: 0 6px;
}

ul.menu .menu-item-has-icon .hide-label {
  text-indent: -9999px;
  display: inline-block;
}

ul.menu .menu-item-has-icon .svg-icon {
  fill: #006580;
  min-width: 20px;
}

ul.menu .menu-item-has-icon a:hover .svg-icon,
ul.menu .menu-item-has-icon a:focus .svg-icon {
  fill: #FF6C0E;
}

ul.menu .menu-item-has-button a {
  border: none;
  border-radius: 6px;
  padding: 18px 48px;
  text-decoration: none;
  cursor: pointer;
  width: auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  background: #FF6C0E;
  color: #FFFFFF;
  text-align: center;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
  display: flex;
  align-items: center;
  padding: 12px 24px;
}

ul.menu .menu-item-has-button a .svg-icon {
  fill: #FFFFFF;
  margin-left: 9px;
}

ul.menu .menu-item-has-button a:hover,
ul.menu .menu-item-has-button a:focus {
  background-color: #006580;
  color: #FFFFFF;
  top: -3px;
}

ul.menu .menu-item-has-button.menu-item-has-icon span {
  display: flex;
  align-items: center;
}

ul.menu .menu-item-has-button.menu-item-has-icon a:hover .svg-icon,
ul.menu .menu-item-has-button.menu-item-has-icon a:focus .svg-icon {
  fill: white;
}

ul.menu .menu-item:hover>.sub-menu,
ul.menu .menu-item>a:focus+ul.sub-menu,
ul.menu .menu-item.sfHover>ul.sub-menu {
  left: auto;
  opacity: 1;
}

ul.menu .sub-menu {
  left: -9999px;
  opacity: 0;
  position: absolute;
  -webkit-transition: opacity 0.4s ease-in-out;
  -moz-transition: opacity 0.4s ease-in-out;
  -ms-transition: opacity 0.4s ease-in-out;
  -o-transition: opacity 0.4s ease-in-out;
  transition: opacity 0.4s ease-in-out;
  z-index: 99;
  width: 240px;
  padding-top: 16px;
  background: #f0f7f9;
  border-radius: 0 0 6px 6px;
  padding: 12px 0;
}

ul.menu .sub-menu .menu-item {
  float: none;
  display: block;
  margin: 0;
}

ul.menu .sub-menu .menu-item a {
  font-weight: 400;
  padding: 12px 24px;
  text-align: left;
}

ul.menu .mega .sub-menu {
  display: flex;
  flex-wrap: wrap;
  width: 500px;
}

ul.menu .mega .sub-menu .menu-item {
  width: 50%;
}

/* Site Navigation - Mobile */
button.menu-toggle,
button.sub-menu-toggle,
.nav-mobile {
  display: none;
  visibility: hidden;
}

/** Media Queries **/
@media only screen and (max-width: 1279px) {
  .site-header .nav-primary {
    font-size: 16px;
  }

  .site-header .nav-primary .menu-item a {
    padding-left: 15px;
    padding-right: 15px;
  }

  .site-header .nav-primary .menu-item-has-button a {
    padding-left: 12px;
    padding-right: 12px;
  }
}

@media only screen and (max-width: 1099px) {
  .site-header .nav-primary .menu-item-has-button a {
    max-width: 172px;
    position: relative;
    top: -6px;
  }
}

@media only screen and (min-width: 1024px) {
  .main-menu {
    display: block !important;
  }
}

@media only screen and (max-width: 1023px) {

  /** Mobile Buttons **/
  .site-header .main-menu {
    display: none;
    clear: both;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    transform: none;
    background: rgba(0, 0, 0, 0.4);
    z-index: 98;
    overflow: hidden;
  }

  .site-header .main-menu .inner {
    background: #FFFFFF;
    padding: 18px 24px;
    height: 100%;
    margin-left: 5%;
    overflow: scroll;
  }

  .site-header .main-menu .custom-logo {
    display: block;
    margin: 0 0 24px;
  }

  .site-header .main-menu .nav-primary ul.menu {
    display: block;
  }

  .site-header .main-menu .nav-primary .menu-item,
  .site-header .main-menu .nav-primary .menu-item:hover {
    position: relative;
    margin: 0;
  }

  .site-header .main-menu .nav-primary .menu-item,
  .site-header .main-menu .nav-primary .menu-item a,
  .site-header .main-menu .nav-primary .menu-item a:focus,
  .site-header .main-menu .nav-primary .menu-item .text-only {
    width: auto;
    float: none;
    overflow: hidden;
  }

  .site-header .main-menu .nav-primary .menu-item a,
  .site-header .main-menu .nav-primary .menu-item a:focus,
  .site-header .main-menu .nav-primary .menu-item .text-only,
  .site-header .main-menu .nav-primary .menu-item:first-child a {
    text-align: left;
    margin: 0;
    border: none;
    padding: 18px 0;
    width: 100%;
    text-align: left;
    display: block;
  }

  .site-header .main-menu .nav-primary .menu-item-has-icon {
    display: inline-block;
  }

  .site-header .main-menu .nav-primary .menu-item-has-button {
    margin: 12px auto;
    display: block;
    overflow: visible;
  }

  .site-header .main-menu .nav-primary .menu-item-has-button a,
  .site-header .main-menu .nav-primary .menu-item-has-button a:hover,
  .site-header .main-menu .nav-primary .menu-item-has-button a:focus,
  .site-header .main-menu .nav-primary .menu-item-has-button a:visited {
    max-width: 100%;
    padding-left: 36px;
    padding-right: 36px;
    display: inline-block;
    width: auto;
  }

  .site-header .main-menu .nav-primary .menu-item-has-button a {
    top: 0;
  }

  .site-header .main-menu .nav-primary .menu-item-has-button a:hover,
  .site-header .main-menu .nav-primary .menu-item-has-button a:focus,
  .site-header .main-menu .nav-primary .menu-item-has-button a:visited {
    top: -6px;
  }

  .site-header .main-menu .nav-primary .sub-menu {
    width: 100%;
    clear: both;
    display: none;
    position: relative;
    left: auto;
    opacity: 1;
    width: auto;
    padding: 0;
    margin: 0;
    text-align: left;
    background: none;
  }

  .site-header .main-menu .nav-primary .sub-menu .menu-item,
  .site-header .main-menu .nav-primary .mega.sub-menu .menu-item {
    display: block;
    width: 100%;
  }

  .site-header .main-menu .nav-primary .sub-menu li.menu-item a,
  .site-header .main-menu .nav-primary .sub-menu li.menu-item a:focus,
  .site-header .main-menu .nav-primary .sub-menu li.menu-item:first-child a {
    padding: 18px 12px 18px 24px;
    margin: 0;
  }

  button.menu-toggle,
  button.sub-menu-toggle,
  .nav-mobile {
    display: block;
    visibility: visible;
    text-align: center;
  }

  button.menu-toggle span,
  button.sub-menu-toggle span {
    text-indent: -9999px;
    display: inline-block;
    width: 0;
  }

  button.menu-toggle {
    cursor: pointer;
    color: #FF6C0E;
    background: none;
    line-height: 1.4;
    border-radius: 0;
    padding: 0;
    position: absolute;
    z-index: 1;
  }

  button.menu-toggle.open {
    top: 36px;
    right: 0;
  }

  button.menu-toggle.close {
    top: 36px;
    right: 22px;
  }

  button.menu-toggle.open::after {
    content: " ";
    display: inline-block;
    height: 30px;
    width: 30px;
    -webkit-mask-image: url(../image/bars.svg);
    mask-image: url(../image/bars.svg);
    background-color: #FF6C0E;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    position: relative;
  }

  button.menu-toggle.close::after {
    content: " ";
    display: inline-block;
    height: 30px;
    width: 30px;
    -webkit-mask-image: url(../image/times-circle.svg);
    mask-image: url(../image/times-circle.svg);
    background-color: #FF6C0E;
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-position: center;
    mask-position: center;
    position: relative;
  }

  button.sub-menu-toggle {
    position: absolute;
    right: 4px;
    top: 20px;
    background: none;
    color: #FF6C0E;
    padding: 0;
  }

  button.sub-menu-toggle::before {
    content: " ";
    display: inline-block;
    height: 24px;
    width: 21px;
    -webkit-mask-image: url(../image/chevron-down.svg);
    mask-image: url(../image/chevron-down.svg);
    background-color: #FF6C0E;
    mask-repeat: no-repeat;
    mask-position: center;
    transform: rotate(0deg);
    -webkit-transition: transform 0.25s ease-in-out 0s;
    -moz-transition: transform 0.25s ease-in-out 0s;
    -ms-transition: transform 0.25s ease-in-out 0s;
    -o-transition: transform 0.25s ease-in-out 0s;
    transition: transform 0.25s ease-in-out 0s;
  }

  button.sub-menu-toggle.activated:before {
    transform: rotate(180deg);
  }
}

@media only screen and (max-width: 767px) {
  button.menu-toggle.open {
    top: 12px;
  }
}

/* Structure and Layout
--------------------------------------------- */
.site-container {
  margin: 0 auto;
  background: var(--wpr-bg-2c013ba4-3f1b-4f67-bea7-292e45d635df) no-repeat center top #FFFFFF;
  background-size: 100% auto;
  background-attachment: fixed;
  overflow: hidden;
}

.wrap,
.site-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
  padding-left: 48px;
  padding-right: 48px;
}

.site-inner {
  clear: both;
  margin: 174px auto 48px;
}

.page .site-inner {
  margin-bottom: 0;
}

.narrow {
  margin-left: auto;
  margin-right: auto;
  max-width: 1024px;
}

.standard {
  margin-left: auto;
  margin-right: auto;
  max-width: 1200px;
}

.wide,
.archive .site-inner {
  margin-left: auto;
  margin-right: auto;
  max-width: 1376px;
}

.sidebar-content .site-inner,
.content-sidebar .site-inner {
  max-width: 1376px;
}

.sidebar-content .content-area,
.content-sidebar .content-area {
  display: flex;
  gap: 60px;
}

.sidebar-content .site-main,
.content-sidebar .site-main {
  width: 67.6666666667%;
}

.sidebar-content .sidebar,
.content-sidebar .sidebar {
  width: 33.3333333333%;
}

/** Media Queries **/
@media only screen and (max-width: 1279px) {

  .wrap,
  .site-inner {
    max-width: 100%;
  }
}

@media only screen and (max-width: 1023px),
print {

  .wrap,
  .site-inner {
    max-width: 100%;
    margin: 0;
    padding-left: 24px;
    padding-right: 24px;
  }

  .sidebar-content .content-area,
  .content-sidebar .content-area {
    display: block;
  }

  .sidebar-content .site-main,
  .content-sidebar .site-main {
    width: 100%;
  }

  .sidebar-content .sidebar,
  .content-sidebar .sidebar {
    width: 100%;
    padding: 0;
  }

  .sidebar-content .sidebar {
    margin-bottom: 36px;
  }

  .content-sidebar .sidebar {
    margin-top: 36px;
  }
}

/* Sidebar
--------------------------------------------- */
.sidebar .widgettitle {
  color: #006580;
}

.sidebar .widget {
  margin-bottom: 48px;
}

.sidebar .widget_search {
  position: relative;
}

.sidebar .widget_search .search-form-submit {
  padding: 0;
  background: none;
  border: none;
  text-indent: -9999px;
  position: absolute;
  width: 0;
  height: 0;
}

.sidebar .widget_search .search-form::after {
  content: " ";
  height: 24px;
  width: 24px;
  -webkit-mask-image: url(../image/search.svg);
  mask-image: url(../image/search.svg);
  background-color: #53575A;
  -webkit-mask-repeat: no-repeat;
  mask-repeat: no-repeat;
  -webkit-mask-position: top right;
  mask-position: top right;
  display: block;
  position: absolute;
  right: 12px;
  top: 12px;
  opacity: 0.4;
}

.sidebar .widget_search .search-form-input {
  padding: 12px 18px;
  position: relative;
  border-radius: 6px;
}

.sidebar .widget_text {
  background: var(--wpr-bg-983bea7e-80b3-46bf-a176-37290a8ac922) no-repeat 100% 100% #006580;
  border-radius: 6px;
  background-size: 230px auto;
  padding: 24px 120px 1px 24px;
  color: #FFFFFF;
  font-size: 16px;
}

.sidebar .widget_text .widgettitle {
  color: #FFFFFF;
  margin-bottom: 6px;
  font-size: 24px;
}

.sidebar .widget_text .textwidget p:first-child {
  margin-right: 36px;
}

.sidebar .widget_text a {
  display: inline-block;
  background: #FF6C0E;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
}

.sidebar .widget_text a:hover {
  background-color: #6FB1C8;
  color: #FFFFFF;
  top: -3px;
}

/** Media Queries **/
@media only screen and (max-width: 1023px) {
  .sidebar .widget {
    margin-bottom: 24px;
  }

  .sidebar .widget_text {
    height: 300px;
    padding-right: 192px;
  }
}

@media only screen and (max-width: 767px) {
  .sidebar .widget_text {
    height: auto;
    padding-right: 24px;
    background-image: none;
  }
}

/* Footer
--------------------------------------------- */
/* Footer Widgets */
.footer {
  background: var(--wpr-bg-a3de2283-a25a-4efe-8a28-7b7640b25425) no-repeat center, linear-gradient(90deg, #006580 0%, #006580 40%, #53575A 40%, #53575A 100%);
  background-size: auto 100%;
}

.footer-widgets {
  color: #FFFFFF;
  font-size: 16px;
  line-height: 1.5;
}

.footer-widgets .wrap {
  padding-top: 40px;
  padding-bottom: 0px;
  overflow: hidden;
  max-width: 1376px;
  display: flex;
  flex-wrap: wrap;
}

.footer-widgets .footer-widget-area {
  width: 20%;
}

.footer-widgets .footer-widget-area:first-child {
  width: 40%;
}

.footer-widgets .footer-widget-area .widget_media_image {
  max-width: 200px;
  margin-bottom: 24px;
}

.footer-widgets .footer-widget-area .widget-title {
  font-size: 18px;
  font-weight: 400;
  margin-bottom: 18px;
}

.footer-widgets .footer-widget-area strong {
  text-transform: uppercase;
}

.footer-widgets .footer-widget-area a {
  text-decoration: none;
  color: #6FB1C8;
}

.footer-widgets .footer-widget-area a:hover,
.footer-widgets .footer-widget-area a:focus {
  color: #DECC62;
}

.footer-widgets .footer-widget-area ul.menu {
  display: block;
  margin-bottom: 24px;
}

.footer-widgets .footer-widget-area ul.menu .menu-item {
  float: none;
  margin-bottom: 6px;
}

.footer-widgets .footer-widget-area ul.menu .menu-item a {
  padding: 0;
  color: #6FB1C8;
}

.footer-widgets .footer-widget-area ul.menu .menu-item a:hover,
.footer-widgets .footer-widget-area ul.menu .menu-item a:focus {
  color: #DECC62;
}

.footer-widgets .footer-widget-area ul.menu .menu-item a:hover,
.footer-widgets .footer-widget-area ul.menu .menu-item.current-menu-item a {
  fill: #DECC62;
}

.footer-widgets .footer-widget-area ul.menu .menu-item.menu-item-has-icon {
  float: left;
  margin-right: 9px;
  display: block;
}

.footer-widgets .footer-widget-area ul.menu .menu-item.menu-item-has-icon .svg-icon {
  fill: #FFFFFF;
  width: 21px;
}

.footer-widgets .footer-widget-area ul.menu .menu-item.menu-item-has-icon a:hover .svg-icon {
  fill: #DECC62;
}

.footer-widgets .footer-widget-area ul.menu .menu-item .sub-menu {
  display: none;
}

.footer-widgets #menu-social-1 .menu-item:not(.menu-item-has-icon) {
  display: none;
}

.after-footer-widget {
  margin-top: -24px;
}

.after-footer-widget .wrap {
  display: flex;
  gap: 24px;
  justify-content: flex-end;
  padding: 0 0 24px;
  float: right;
  width: 60%;
}

.after-footer-widget .wrap .widget {
  background: #FFFFFF;
  border-radius: 6px;
  padding: 12px;
}

.after-footer-widget .wrap .upcity-widget,
.after-footer-widget .wrap .clutch-widget,
.after-footer-widget .wrap .google-review.wp-block-columns {
  max-height: 48px;
  width: 200px;
  margin: 0 auto;
}

.after-footer-widget .wrap .upcity-widget .wp-block-column,
.after-footer-widget .wrap .clutch-widget .wp-block-column,
.after-footer-widget .wrap .google-review.wp-block-columns .wp-block-column {
  flex-basis: 50% !important;
}

.after-footer-widget .wrap .google-review .stars {
  display: flex;
  margin-bottom: 12px;
}

.after-footer-widget .wrap .google-review .star {
  flex: 1;
}

.after-footer-widget .wrap .google-review .star span {
  display: block;
  width: 16px;
  height: 16px;
  background: var(--wpr-bg-bdd9de1c-182e-4dcd-99c2-35a6aa2b4775) no-repeat center;
  background-size: 100% auto;
}

.after-footer-widget .wrap .google-review .star span.on {
  background-image: var(--wpr-bg-a750691c-a470-423f-b934-4e2a20ac0c09);
}

.after-footer-widget .wrap .google-review .star span.half {
  background-image: var(--wpr-bg-ddf634e6-ccfe-46aa-9bfe-4ee67f242ec1);
}

.after-footer-widget .wrap .google-review span {
  display: block;
  text-transform: uppercase;
  color: #6a797e;
}

.after-footer-widget .wrap .google-review span.text {
  font-size: 11px;
  line-height: 11px;
  margin-bottom: 8px;
}

.after-footer-widget .wrap .google-review span.reviews-count {
  font-size: 14px;
}

.after-footer-widget .wrap .google-review span.logo a {
  display: block;
  text-indent: -9999px;
  background: var(--wpr-bg-cdcbd817-6f31-4d79-9ee6-860c473a6a78) no-repeat center;
  background-size: 100% auto;
  width: 82px;
  height: 28px;
}

.after-footer-widget .wrap .google-review span.reviews {
  display: block;
  text-indent: -9999px;
  width: 0;
  height: 0;
}

/* Site Footer */
.site-footer {
  color: #6FB1C8;
  font-size: 16px;
  line-height: 1.5;
  text-align: center;
}

.site-footer .wrap {
  padding-top: 20px;
  padding-bottom: 20px;
  max-width: 1376px;
}

.site-footer .footer-content {
  float: right;
  width: 60%;
}

.site-footer a {
  color: #6FB1C8;
  text-decoration: none;
  border: 1px solid transparent;
}

.site-footer a:hover {
  color: #DECC62;
}

.site-footer a:focus {
  border-color: rgba(255, 255, 255, 0.4);
}

.site-footer p {
  margin: 0;
}

.site-footer .gototop {
  position: fixed;
  z-index: 90;
  right: 0;
  top: 50%;
  transform: translate(0, -50%);
  opacity: 0;
  -webkit-transition: all 0.8s;
  -moz-transition: all 0.8s;
  -ms-transition: all 0.8s;
  -o-transition: all 0.8s;
  transition: all 0.8s;
}

.site-footer .gototop span {
  display: block;
  position: absolute;
  text-indent: -9999px;
  height: 0;
  width: 0;
}

.site-footer .gototop a {
  display: block;
  background: #FF6C0E;
  width: 52px;
  height: 50px;
  text-align: center;
  border-radius: 6px 0 0 6px;
}

.site-footer .gototop a:hover,
.site-footer .gototop a:focus {
  background: #006580;
}

.site-footer .gototop a:before {
  content: " ";
  display: block;
  height: 37px;
  width: 21px;
  background: var(--wpr-bg-fd4ab76a-48df-4b1b-a2ad-0efa8e7cc215) no-repeat center;
  background-size: 100% auto;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.scroll .gototop {
  opacity: 1;
}

/** Media Queries **/
@media only screen and (max-width: 1279px) {
  .footer {
    background-position: 30% 50%;
  }
}

@media only screen and (max-width: 1023px),
print {
  .footer {
    background: #53575A;
  }

  .footer-widgets .wrap {
    padding: 0;
  }

  .footer-widgets .footer-widget-area {
    width: 33.333%;
    padding: 36px 24px;
    text-align: center;
  }

  .footer-widgets .footer-widget-area:first-child {
    width: 100%;
    background: url(../image/bg-footer-mobile.jpg) no-repeat 50% -72px;
    padding: 36px 24px;
  }

  .footer-widgets .footer-widget-area:first-child .widget_media_image {
    margin: 0 auto 48px;
  }

  .after-footer-widget {
    margin: 0;
  }

  .after-footer-widget .wrap {
    float: none;
    width: 100%;
    padding: 0;
  }

  .site-footer .footer-content {
    float: none;
    width: 100%;
  }
}

@media only screen and (max-width: 767px) {
  .after-footer-widget .wrap {
    display: block;
    padding: 0 24px;
  }

  .after-footer-widget .wrap .widget {
    margin-bottom: 24px;
    padding: 24px;
  }
}

/* Archive Pages
--------------------------------------------- */
/* Archives & Blog Page */
.archive-description,
.single-people .entry .entry-header {
  background: linear-gradient(90deg, #006580 0%, #006580 50%, #6FB1C8 50%, #6FB1C8 100%);
  text-align: center;
  margin: 0 calc(50% - 50vw) 72px;
  max-width: 100vw;
  width: 100vw;
  clear: both;
}

.archive-description .archive-title,
.archive-description .wrap,
.single-people .entry .entry-header .archive-title,
.single-people .entry .entry-header .wrap {
  font-size: 30px;
  font-family: "Josefin Sans", sans-serif;
  font-weight: 700;
  line-height: 1.2;
  text-transform: uppercase;
  color: #FFFFFF;
  margin: 0 auto;
  padding: 36px;
  max-width: 1200px;
  background: var(--wpr-bg-61702a03-3e7e-45c9-a043-eb93b27762ea) no-repeat right center;
}

.archive-description h1.entry-title,
.archive-description p.title,
.single-people .entry .entry-header h1.entry-title,
.single-people .entry .entry-header p.title {
  color: #FFFFFF;
  margin: 0;
}

.search .entry,
.archive.category .entry,
.blog .entry {
  margin: 0 auto 48px;
}

.search .entry .entry-header::after,
.archive.category .entry .entry-header::after,
.blog .entry .entry-header::after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  background: #FF6C0E;
  margin-bottom: 24px;
}

.search .entry img,
.archive.category .entry img,
.blog .entry img {
  border-radius: 6px;
  display: block;
  margin: 0 0 18px;
}

.search .entry h2.entry-title,
.archive.category .entry h2.entry-title,
.blog .entry h2.entry-title {
  margin: 0 0 12px;
}

.search .entry h2.entry-title a,
.archive.category .entry h2.entry-title a,
.blog .entry h2.entry-title a {
  color: #006580;
}

.search .entry:last-child,
.archive.category .entry:last-child,
.blog .entry:last-child {
  padding: 0;
  border: none;
}

.search .entry .entry-meta .entry-time {
  text-align: left;
}

.single-post .entry h1.entry-title {
  color: #006580;
  font-size: 30px;
  margin: 0 0 12px;
}

.single-post .entry img.wp-post-image {
  border-radius: 6px;
  display: block;
  margin: 0 0 18px;
}

.single-post .entry .entry-header::after {
  content: "";
  display: block;
  width: 200px;
  height: 4px;
  background: #FF6C0E;
  margin-bottom: 24px;
}

.single-post .entry h2 {
  font-size: 26px;
  color: #006580;
  margin: 36px 0 12px;
}

.single-post .entry h3 {
  font-size: 24px;
  color: #006580;
  margin: 36px 0 12px;
}

.single-post .entry .image-embed img {
  display: block;
  border-radius: 6px;
  margin: 0 0 24px;
}

.single-post .entry .ss-inline-share-wrapper {
  display: flex;
  gap: 12px;
  align-items: center;
  margin: 48px 0 24px;
}

.blog-cta {
  background: #f0f7f9;
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  clear: both;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 99;
}

.blog-cta .wrap {
  padding-top: 18px;
  padding-bottom: 18px;
  max-width: 1200px;
  background: var(--wpr-bg-3e7fbc2d-1742-4e9b-bf2e-5ddeab942159) no-repeat 24px 100%;
  background-size: auto 90%;
  padding-left: 108px;
}

.blog-cta .textwidget {
  display: flex;
  gap: 24px;
  align-items: center;
  font-size: 18px;
}

.blog-cta .textwidget p {
  margin: 0;
}

.blog-cta .textwidget a {
  display: inline-block;
  background: #FF6C0E;
  color: #FFFFFF;
  font-weight: 600;
  font-size: 16px;
  padding: 12px 24px;
  border-radius: 6px;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  position: relative;
  top: 0;
}

.blog-cta .textwidget a:hover {
  background-color: #6FB1C8;
  color: #FFFFFF;
  top: -3px;
}

.entry-meta {
  display: flex;
  gap: 24px;
  align-items: center;
  color: #53575A;
  margin: 0 0 18px;
}

.entry-meta .entry-author {
  display: flex;
  gap: 12px;
  align-items: center;
  font-weight: 700;
}

.entry-meta .entry-author .entry-author-headshot img {
  max-width: 60px;
  border-radius: 100%;
  margin: 0;
}

.entry-meta .entry-author .svg-icon {
  fill: #006580;
  margin-left: 6px;
}

.entry-meta .entry-author .entry-author-title {
  display: block;
  font-size: 16px;
  font-weight: 400;
  color: #53575A;
}

.entry-meta .entry-time {
  flex: 1;
  text-align: right;
}

.people.entry h1.entry-title {
  color: #006580;
  font-size: 30px;
  margin: 0 0 6px;
}

.people.entry .title {
  font-size: 22px;
  font-style: italic;
  margin-bottom: 36px;
}

/* Pagination */
.pagination {
  clear: both;
  margin: 24px 0;
  width: 100%;
}

.pagination ul {
  margin: 0;
  padding: 0;
}

.pagination ul li {
  display: inline-block;
  list-style: none;
  margin: 0 12px 12px 0;
}

.pagination li a,
.pagination div a {
  cursor: pointer;
  display: block;
  background-color: #FF6C0E;
  color: #FFFFFF;
  padding: 6px 12px;
  text-decoration: none;
  font-weight: 400;
  border-radius: 3px;
}

.pagination li a:hover,
.pagination li a:focus,
.pagination li.active a,
.pagination div a {
  background-color: #006580;
  color: #FFFFFF;
}

.pagination div a:hover,
.pagination div a:focus {
  background-color: #006580;
}

@media only screen and (max-width: 1023px) {

  .archive-description,
  .single-people .entry .entry-header {
    margin-bottom: 48px;
  }

  .blog-cta .wrap {
    padding-left: 132px;
  }
}

@media only screen and (max-width: 767px) {
  .entry-meta {
    display: block;
  }

  .entry-meta .entry-author {
    margin-bottom: 12px;
  }

  .blog-cta {
    display: none;
  }
}