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

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

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

/**
 * /assets/scss/partials/base/mixins.scss
 *
 * Let's define our universal mixins for use throughout the theme
 *
 */
body,
p,
select,
textarea,
input {
  color: #53565a;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 22px;
  line-height: 1.4;
  font-weight: 400;
  height: auto;
  min-height: auto;
}

.wp-block-button__link, .facetwp-facet-pagination button, a.wd-button,
input[type=button],
input[type=button][disabled]:hover,
input[type=button][disabled]:focus,
input[type=reset],
input[type=reset][disabled]:hover,
input[type=reset][disabled]:focus,
input[type=submit],
input[type=submit][disabled]:hover,
input[type=submit][disabled]:focus,
.claim-search button {
  background: #a4d65e;
  color: #000;
  font-size: 22px;
  line-height: 26px;
  font-weight: 700;
  cursor: pointer;
  padding: 15px 20px;
  display: inline-block;
  height: auto;
  border-radius: 2px;
}
.wp-block-button__link:hover, .facetwp-facet-pagination button:hover, a.wd-button:hover,
input[type=button]:hover,
input[type=button][disabled]:hover,
input[type=reset]:hover,
input[type=reset][disabled]:hover,
input[type=submit]:hover,
input[type=submit][disabled]:hover,
.claim-search button:hover, .wp-block-button__link:focus, .facetwp-facet-pagination button:focus, a.wd-button:focus,
input[type=button]:focus,
input[type=button][disabled]:focus,
input[type=reset]:focus,
input[type=reset][disabled]:focus,
input[type=submit]:focus,
input[type=submit][disabled]:focus,
.claim-search button:focus {
  background: rgb(186.9752475248, 224.3514851485, 134.6485148515);
  color: #53565a;
  text-decoration: none;
}

.rotating-quotes-block .flickity-prev-next-button .arrow, .image-overlay-columns-block__content, .image-overlay-columns-block__item .overlay, p.is-style-styled-link a::after, .wd-announcement i, .team-archive-bottom .team-item__overlay, .site-header__right-social a i, .mobile-navigation-icon span, .mobile-navigation-icon, a,
body #tribe-events-content a:not(.wd-button),
body .tribe-events-event-meta a:not(.wd-button), button,
input:focus,
input[type=button],
input[type=reset],
input[type=submit],
textarea:focus,
.button,
.gallery img {
  transition: all 0.2s ease-in-out;
}

.case-studies-block__item, .styled-cta-block__cta, .pd-tabs-block__wrapper, .pd-details-block__right {
  box-shadow: 3px 3px 22px rgba(142, 226, 238, 0.42);
}

.styled-cta-block.dark-shadow .styled-cta-block__cta {
  box-shadow: 3px 3px 7px rgba(0, 0, 0, 0.5);
}

/**
 * /assets/scss/partials/base/universal.scss
 *
 * Let's define our universal styles
 *
 * - Site Wide Settings
 * - Box Sizing
 * - Common Classes
 * - Accessibility
 * - Lists
 *
 */
/* ----- Universal ---------------------- */
:root {
  --tec-color-link-accent: $teal;
}

svg:not(:root) {
  overflow: hidden;
}

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

iframe {
  max-width: 100%;
}

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

body {
  background-color: #EDFFFE;
}
body.page-template-page_professional-development, body.blog {
  background-color: #fff;
}

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

/* ----- Common Classes -------------------- */
img.alignleft,
.wp-caption.alignleft {
  float: left;
  padding: 0 15px 15px 0;
}

img.alignright,
.wp-caption.alignright {
  float: right;
  padding: 0 0 15px 15px;
}

img.aligncenter,
.wp-caption.aligncenter {
  clear: both;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.wp-caption.alignnone {
  max-width: 100%;
}

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

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

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

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

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

.more-link {
  position: relative;
}

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

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

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

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

/* ----- Responsive Videos -------------------- */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}
.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/**
 * /assets/scss/partials/base/typography.scss
 *
 * Let's define our global typography styles
 *
 */
p {
  margin: 0 0 30px;
  padding: 0;
}
p.large, p.has-large-font-size {
  font-size: 33px;
  line-height: 45px;
}
p.has-regular-font-size {
  font-size: 22px;
}
p.small, p.has-small-font-size {
  font-size: 18px;
  line-height: 26px;
}
p.medium, p.has-medium-font-size {
  font-size: 26px;
  line-height: 40px;
}

a,
body #tribe-events-content a:not(.wd-button),
body .tribe-events-event-meta a:not(.wd-button) {
  color: #007e8f;
  background-color: transparent;
  text-decoration: none;
}
a:hover,
body #tribe-events-content a:not(.wd-button):hover,
body .tribe-events-event-meta a:not(.wd-button):hover {
  color: #015560;
  text-decoration: underline;
}
a[href^=tel], a[href^=tel]:hover,
body #tribe-events-content a:not(.wd-button)[href^=tel],
body #tribe-events-content a:not(.wd-button)[href^=tel]:hover,
body .tribe-events-event-meta a:not(.wd-button)[href^=tel],
body .tribe-events-event-meta a:not(.wd-button)[href^=tel]:hover {
  color: #53565a;
}

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

b,
strong {
  font-weight: 700;
}

em,
i {
  font-style: italic;
}

blockquote {
  border: 0 solid #1a1a1a;
  border-left-width: 4px;
  color: #686868;
  font-size: 20px;
  font-style: italic;
  margin: 0 0 25px;
  overflow: hidden;
  padding: 0 0 0 35px;
}
blockquote > :last-child {
  margin-bottom: 0;
}
blockquote p {
  font-size: 20px;
}
blockquote cite {
  color: #1a1a1a;
  display: block;
  font-size: 18px;
  line-height: 1.75;
  font-style: normal;
  margin-top: 3px;
}
blockquote cite:before,
blockquote small:before {
  content: "— ";
}

code {
  background-color: #797979;
  padding: 0.125em 0.25em;
}

mark, ins {
  background: #DBDCDB;
  color: #fff;
  padding: 0.125em 0.25em;
  text-decoration: none;
}

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

/**
 * /assets/scss/partials/base/buttons.scss
 *
 * Let's define our button styles
 *
 */
.widget_search input[type=submit] {
  display: none;
}

/* for block button coloring see /scss/partials/blocks/_blocks-base.scss */
/**
 * /assets/scss/partials/base/tables.scss
 *
 * Let's define our table styles
 *
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 20px;
}
table.striped tr:nth-of-type(odd) {
  background-color: #fafafa;
}
table th {
  border: 1px solid #ddd;
  padding: 10px;
  position: relative;
  text-align: left;
}
table td {
  border: 1px solid #ddd;
  padding: 10px;
  position: relative;
}

/**
 * /assets/scss/partials/base/headings.scss
 *
 * Let's define our heading styles
 * We'll port this to the main stylesheet and the editor stylesheet for use in the block editor
 *
 */
h1,
h2,
h3,
h4,
h5,
h6,
.editor-post-title__block .editor-post-title__input {
  color: #007e8f;
  font-family: "Arvo", sans-serif;
  margin: 0 0 30px 0;
  line-height: 1.6;
  font-weight: 600;
}
h1 a,
h2 a,
h3 a,
h4 a,
h5 a,
h6 a,
.editor-post-title__block .editor-post-title__input a {
  color: #53565a;
}
h1 a:hover,
h2 a:hover,
h3 a:hover,
h4 a:hover,
h5 a:hover,
h6 a:hover,
.editor-post-title__block .editor-post-title__input a:hover {
  color: #007e8f;
  text-decoration: none;
}
h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus,
h6:focus,
.editor-post-title__block .editor-post-title__input:focus {
  outline: none;
}
h1.is-style-alt-font, h1.is-style-no-top-margin-alt-font,
h2.is-style-alt-font,
h2.is-style-no-top-margin-alt-font,
h3.is-style-alt-font,
h3.is-style-no-top-margin-alt-font,
h4.is-style-alt-font,
h4.is-style-no-top-margin-alt-font,
h5.is-style-alt-font,
h5.is-style-no-top-margin-alt-font,
h6.is-style-alt-font,
h6.is-style-no-top-margin-alt-font,
.editor-post-title__block .editor-post-title__input.is-style-alt-font,
.editor-post-title__block .editor-post-title__input.is-style-no-top-margin-alt-font {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 700;
}
h1.is-style-no-top-margin, h1.is-style-no-top-margin-alt-font, h1.is-style-large-h3-no-top-margin,
h2.is-style-no-top-margin,
h2.is-style-no-top-margin-alt-font,
h2.is-style-large-h3-no-top-margin,
h3.is-style-no-top-margin,
h3.is-style-no-top-margin-alt-font,
h3.is-style-large-h3-no-top-margin,
h4.is-style-no-top-margin,
h4.is-style-no-top-margin-alt-font,
h4.is-style-large-h3-no-top-margin,
h5.is-style-no-top-margin,
h5.is-style-no-top-margin-alt-font,
h5.is-style-large-h3-no-top-margin,
h6.is-style-no-top-margin,
h6.is-style-no-top-margin-alt-font,
h6.is-style-large-h3-no-top-margin,
.editor-post-title__block .editor-post-title__input.is-style-no-top-margin,
.editor-post-title__block .editor-post-title__input.is-style-no-top-margin-alt-font,
.editor-post-title__block .editor-post-title__input.is-style-large-h3-no-top-margin {
  margin-top: 0;
  font-weight: 700;
}
h1.is-style-max-width-865,
h2.is-style-max-width-865,
h3.is-style-max-width-865,
h4.is-style-max-width-865,
h5.is-style-max-width-865,
h6.is-style-max-width-865,
.editor-post-title__block .editor-post-title__input.is-style-max-width-865 {
  max-width: 865px;
}
h1.is-style-max-width-865.has-text-align-center,
h2.is-style-max-width-865.has-text-align-center,
h3.is-style-max-width-865.has-text-align-center,
h4.is-style-max-width-865.has-text-align-center,
h5.is-style-max-width-865.has-text-align-center,
h6.is-style-max-width-865.has-text-align-center,
.editor-post-title__block .editor-post-title__input.is-style-max-width-865.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

.entry-content h2,
.entry-content h3,
.entry-content h4,
.entry-content h5 {
  margin-top: 60px;
}
.entry-content h2.is-style-no-top-margin, .entry-content h2.is-style-no-top-margin-alt-font, .entry-content h2.is-style-large-h3-no-top-margin,
.entry-content h3.is-style-no-top-margin,
.entry-content h3.is-style-no-top-margin-alt-font,
.entry-content h3.is-style-large-h3-no-top-margin,
.entry-content h4.is-style-no-top-margin,
.entry-content h4.is-style-no-top-margin-alt-font,
.entry-content h4.is-style-large-h3-no-top-margin,
.entry-content h5.is-style-no-top-margin,
.entry-content h5.is-style-no-top-margin-alt-font,
.entry-content h5.is-style-large-h3-no-top-margin {
  margin-top: 0;
}

h1,
.editor-post-title__block .editor-post-title__input {
  font-size: 56px;
  line-height: 64px;
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 400;
}
h1.is-style-alt-font,
.editor-post-title__block .editor-post-title__input.is-style-alt-font {
  font-family: "Arvo", sans-serif;
}

h2 {
  font-size: 33px;
  line-height: 45px;
  font-family: "Source Sans Pro", sans-serif;
  color: #53565a;
  font-weight: 400;
}
h2.is-style-alt-font {
  font-family: "Arvo", sans-serif;
}

h3 {
  font-size: 29px;
  line-height: 40px;
}
h3.is-style-alt-font {
  font-weight: 900;
}
h3.is-style-large-h3, h3.is-style-large-h3-no-top-margin {
  font-size: 44px;
  line-height: 50px;
}

h4 {
  font-size: 18px;
}

h5 {
  font-size: 16px;
}

h6 {
  font-size: 12px;
}

/* Layouts */
/**
 * /assets/scss/partials/layouts/interios.scss
 *
 * Let's define our interior wrapper styles
 *
 *
 */
.site-inner {
  width: 100%;
  overflow: hidden;
  padding: 0 30px;
}
.site-inner .content {
  float: left;
  padding: 0;
  width: 67%;
}
.site-inner .sidebar {
  float: right;
  padding: 75px 0;
  width: 30%;
}

.sidebar-content .site-inner .wrap .content {
  float: right;
}

.sidebar-content .site-inner .wrap .sidebar-primary {
  float: left;
}

.full-width-content .content {
  width: 100%;
}

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

img.full-width-hero-img {
  width: 100%;
  display: block;
}

/**
 * /assets/scss/partials/layouts/widgets.scss
 *
 * Let's define our base widget styles
 *
 *
 */
.widget,
.widget {
  margin-bottom: 40px;
}
.widget ul,
.widget ol,
.widget ul,
.widget ol {
  list-style-type: none;
}

/**
 * /assets/scss/partials/layouts/navigation.scss
 *
 * Let's define our navigation styles
 *
 * - Primary Navigation
 * - Mobile Navigation Icon
 *
 */
/* ----- Primary Navigation -------------------- */
.nav-primary {
  width: 100%;
  background-color: #114f4d;
  position: relative;
  min-height: 50px;
  z-index: 10;
}
.nav-primary::after {
  content: " ";
  position: absolute;
  top: 100%;
  height: 25px;
  width: 100%;
  background-color: #00b2a9;
  opacity: 0.5;
}
.nav-primary .wrap {
  max-width: 100%;
  margin: 0;
}
.nav-primary ul {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
}
.nav-primary ul .menu-item {
  list-style: none;
  padding: 0 43px;
}
@media (min-width: 1001px) {
  .nav-primary ul .menu-item.mobile-only {
    display: none;
  }
}
.nav-primary ul .menu-item a {
  border: none;
  color: #fff;
  font-family: "Arvo", sans-serif;
  display: block;
  font-size: 16px;
  line-height: 18px;
  letter-spacing: 0.35px;
  padding: 30px 0;
  position: relative;
  font-weight: 700;
  text-transform: uppercase;
}
.nav-primary ul .menu-item a::after {
  content: " ";
  width: 100%;
  height: 5px;
  background-color: transparent;
  position: absolute;
  bottom: 17px;
  left: 0;
}
.nav-primary ul .menu-item a span {
  width: 100%;
  display: block;
}
.nav-primary ul .menu-item:hover > a, .nav-primary ul .menu-item.current-menu-item > a, .nav-primary ul .menu-item.current-menu-ancestor > a {
  color: #fff;
  text-decoration: none;
}
.nav-primary ul .menu-item:hover > a::after, .nav-primary ul .menu-item.current-menu-item > a::after, .nav-primary ul .menu-item.current-menu-ancestor > a::after {
  background-color: #a4d65e;
}
.nav-primary ul .menu-item:hover {
  position: static;
}
.nav-primary ul .menu-item:hover > .sub-menu {
  left: auto;
  opacity: 1;
}
@media (max-width: 1000px) {
  .nav-primary ul {
    width: 100%;
    margin: 0;
    display: flex;
    flex-direction: column;
    display: none;
  }
  .nav-primary ul > .menu-item {
    width: 100%;
    border-bottom: 1px solid #a4d65e;
  }
  .nav-primary ul > .menu-item a::after {
    background-color: transparent !important;
  }
  .nav-primary ul > .menu-item a span {
    width: auto;
    display: inline-block;
    margin-left: 6px;
  }
  .nav-primary ul > .menu-item.mobile-only {
    width: 49%;
    border-bottom: none;
    display: inline-block;
  }
  .nav-primary ul > .menu-item.mobile-only a {
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 400;
    padding: 40px 0 0;
  }
  .nav-primary ul > .menu-item.mobile-only:last-child {
    margin-bottom: 40px;
  }
}
.nav-primary ul .menu-item .sub-menu {
  background: #00b2a9;
  left: -9999px;
  opacity: 0;
  padding: 20px 0;
  position: absolute;
  width: auto;
  z-index: 99;
  width: 200px;
}
.nav-primary ul .menu-item .sub-menu .menu-item {
  width: 100%;
  display: block;
  clear: both;
  padding: 0;
}
.nav-primary ul .menu-item .sub-menu .menu-item a {
  width: 100%;
  background: transparent;
  color: #fff;
  padding: 9px 30px 9px 20px;
  position: relative;
  text-shadow: none;
}
.nav-primary ul .menu-item .sub-menu .menu-item:hover > a,
.nav-primary ul .menu-item .sub-menu .current-menu-item > a {
  color: #114f4d;
}
.nav-primary ul .menu-item .sub-menu .menu-item:hover > a::after,
.nav-primary ul .menu-item .sub-menu .current-menu-item > a::after {
  background-color: transparent !important;
}
.nav-primary ul .menu-item .sub-menu .current-menu-ancestor > a::after {
  background-color: transparent;
}
.nav-primary ul .menu-item .sub-menu .sub-menu {
  margin: -54px 0 0 199px;
}

/* ----- Mobile Nav Icon -------------------- */
.mobile-navigation-icon {
  display: none;
  position: absolute;
  top: 30px;
  right: 37px;
  width: 24px;
  height: 24px;
  cursor: pointer;
}
.mobile-navigation-icon span {
  width: 32px;
  height: 3px;
  background-color: #53565a;
  border-radius: 10px;
  position: absolute;
  top: 0;
}
.mobile-navigation-icon span:nth-child(2) {
  top: 10px;
}
.mobile-navigation-icon span:nth-child(3) {
  top: 20px;
}
.mobile-navigation-icon.open span:nth-child(1) {
  transform: rotate(45deg);
  top: 10px;
  width: 33.94px;
  left: 0;
}
.mobile-navigation-icon.open span:nth-child(2) {
  opacity: 0;
}
.mobile-navigation-icon.open span:nth-child(3) {
  transform: rotate(-45deg);
  top: 10px;
  width: 33.94px;
  left: 0;
}
@media (max-width: 1000px) {
  .mobile-navigation-icon {
    display: block;
  }
}

/**
 * /assets/scss/partials/layouts/footer.scss
 *
 * Let's define our footer styles
 *
 * - Main Footer Area
 * - Footer Widgets
 *
 */
/* ----- Main Footer -------------------- */
.site-footer {
  width: 100%;
  padding: 85px 30px 35px;
  background-color: #53565a;
  color: #fff;
}
.site-footer > .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.site-footer__left {
  width: 50%;
}
@media (max-width: 800px) {
  .site-footer__left {
    width: 100%;
  }
}
.site-footer__left-title {
  font-family: "Arvo", sans-serif;
  color: #8ee2ee;
  font-size: 33px;
  line-height: 49px;
  font-weight: 700;
  margin-bottom: 20px;
  display: inline-block;
}
.site-footer__left-content {
  font-weight: 600;
  margin-bottom: 30px;
  font-size: 18px;
  line-height: 30px;
}
.site-footer__left p.is-style-styled-link a {
  color: #fff !important;
  font-size: 30px;
  line-height: 26px;
}
.site-footer__left p.is-style-styled-link a::after {
  content: "";
}
.site-footer__social {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin-bottom: 85px;
}
.site-footer__social-links {
  width: 115px;
  display: flex;
  flex-wrap: wrap;
}
.site-footer__social-links a {
  width: 50%;
  border-right: 1px solid #f1c400;
  border-bottom: 1px solid #f1c400;
  padding: 0 15px 15px 0;
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
.site-footer__social-links a i {
  font-size: 40px;
  color: #d6d2c4;
}
.site-footer__social-links a:nth-child(2) {
  border-right: none;
  padding: 0 0 15px 15px;
  justify-content: flex-end;
}
.site-footer__social-links a:nth-child(3) {
  border-bottom: none;
  padding: 15px 15px 0 0;
  align-items: flex-end;
}
.site-footer__social-links a:nth-child(4) {
  border-right: none;
  border-bottom: none;
  align-items: flex-end;
  justify-content: flex-end;
  padding: 15px 0 0 15px;
}
.site-footer__social-links a:hover {
  text-decoration: none;
}
.site-footer__social-links a:hover i {
  color: #a4d65e;
}
.site-footer__social span {
  font-family: "Arvo", sans-serif;
  color: #8ee2ee;
  font-size: 33px;
  line-height: 49px;
  font-weight: 700;
  display: inline-block;
  margin-left: 85px;
}
@media (max-width: 1100px) and (min-width: 801px), (max-width: 500px) {
  .site-footer__social-links {
    order: 2;
  }
  .site-footer__social span {
    order: 1;
    margin-left: 0;
    width: 100%;
    margin-bottom: 30px;
  }
}
.site-footer__right {
  width: 50%;
  padding-left: 100px;
}
@media (max-width: 800px) {
  .site-footer__right {
    width: 100%;
    padding-left: 0;
    margin-top: 75px;
  }
}
.site-footer__menus {
  display: flex;
  flex-wrap: wrap;
}
.site-footer__menu {
  margin-right: 85px;
}
.site-footer__menu ul {
  list-style-type: none;
}
.site-footer__menu ul li {
  line-height: 28px;
}
.site-footer__menu ul li a {
  color: #fff;
  font-weight: 600;
  font-size: 14px;
  line-height: 15px;
  text-transform: uppercase;
}
.site-footer__menu ul li a:hover {
  color: #fff;
  text-decoration: none;
  border-bottom: 3px solid #a4d65e;
}
.site-footer__copyright {
  width: 100%;
  margin-top: 50px;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.75px;
}
.site-footer__copyright span {
  margin-right: 40px;
}
.site-footer__copyright span a {
  color: #fff;
}
.site-footer__copyright span a:hover {
  color: #a4d65e;
  text-decoration: none;
}

/* ----- Footer Contact -------------------- */
.contact-footer {
  width: 100%;
  padding: 120px 30px;
  background-color: #fff;
}
.contact-footer > .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contact-footer__left {
  width: calc(100% - 475px);
}
@media (max-width: 1000px) {
  .contact-footer__left {
    width: 100%;
  }
}
.contact-footer__right {
  width: 375px;
}
@media (max-width: 1000px) {
  .contact-footer__right {
    width: 100%;
    margin-top: 50px;
  }
}
.contact-footer__right p {
  font-size: 18px;
  line-height: 23px;
  color: #007e8f;
  margin-bottom: 15px;
}
.contact-footer__right p a {
  color: #007e8f;
}
.contact-footer__right-map {
  margin-top: 30px;
}

.hide-contact-footer .contact-footer {
  display: none;
}
.hide-contact-footer .site-inner .content {
  padding-bottom: 75px;
}

/**
 * /assets/scss/partials/layouts/header.scss
 *
 * Let's define our header styles
 *
 *
 */
.site-header {
  width: 100%;
  padding: 25px 50px;
  position: relative;
  background-color: #fff;
}
@media (max-width: 1000px) {
  .site-header {
    padding: 25px 30px;
  }
}
@media (max-width: 500px) {
  .site-header {
    padding: 25px 15px;
  }
}
.site-header > .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  max-width: none;
}
.site-header__logo img {
  width: 612px;
  height: auto;
}
.site-header__logo img.site-header__logo--mobile {
  display: none;
  width: auto;
  height: 103px;
}
@media (max-width: 1300px) {
  .site-header__logo img.site-header__logo--desktop {
    display: none;
  }
  .site-header__logo img.site-header__logo--mobile {
    display: block;
  }
}
.site-header__right {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  align-items: flex-end;
  flex-direction: column;
}
@media (min-width: 1501px) {
  .site-header__right-menu {
    padding-right: 135px;
  }
}
@media (max-width: 1000px) {
  .site-header__right-menu {
    display: none;
  }
}
.site-header__right-menu ul {
  list-style-type: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  margin-top: 2px;
}
.site-header__right-menu ul li {
  margin-right: 30px;
}
@media (max-width: 1500px) {
  .site-header__right-menu ul li:last-child {
    margin-right: 0;
  }
}
.site-header__right-menu ul li a {
  color: #53565a;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 21px;
}
.site-header__right-menu ul li a:hover {
  color: #53565a;
  text-decoration: none;
  border-bottom: 5px solid #a4d65e;
}
.site-header__right .search-form {
  width: 280px;
  position: relative;
  margin-top: 12px;
}
@media (max-width: 650px) {
  .site-header__right .search-form {
    display: none;
    position: absolute;
    bottom: -39px;
    left: 30px;
    z-index: 1000;
    width: calc(100% - 60px);
  }
}
.site-header__right .search-form::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f002";
  font-weight: 940;
  font-family: "Font Awesome 5 Pro";
  position: absolute;
  top: 9px;
  right: 9px;
  font-size: 14px;
}
.site-header__right .search-form input[type=search] {
  width: 100%;
  font-size: 14px;
  text-transform: uppercase;
  padding: 6px 30px 6px 10px;
  border-radius: 0;
}
.site-header__right .search-form input[type=submit] {
  display: none;
}
.site-header__right-social {
  position: absolute;
  top: 25px;
  right: 50px;
}
@media (max-width: 1500px) {
  .site-header__right-social {
    bottom: 25px;
    top: auto;
    right: 350px;
  }
}
@media (max-width: 1000px) {
  .site-header__right-social {
    top: 26px;
    right: 100px;
  }
}
@media (max-width: 650px) {
  .site-header__right-social {
    display: none;
  }
}
.site-header__right-social a i {
  color: #53565a;
  margin-left: 14px;
  font-size: 20px;
}
.site-header__right-social a:hover {
  text-decoration: none;
}
.site-header__right-social a:hover i {
  border-bottom: 5px solid #a4d65e;
}
.site-header .mobile-search {
  position: absolute;
  right: 90px;
  top: 30px;
  font-size: 24px;
  display: none;
}
@media (max-width: 650px) {
  .site-header .mobile-search {
    display: block;
  }
}
@media (max-width: 450px) {
  .site-header .mobile-search {
    right: 31px;
    top: 75px;
  }
}

.home .site-header__logo {
  padding-left: 50px;
}
@media (max-width: 600px) {
  .home .site-header__logo {
    padding-left: 0;
  }
}
.home .site-header__right {
  padding-right: 50px;
}
@media (max-width: 600px) {
  .home .site-header__right {
    padding-right: 24px;
  }
}
.home .site-header__home-hero {
  position: relative;
  width: 100%;
  z-index: 1;
}
.home .site-header__home-hero img {
  display: block;
  width: 100%;
}
.home .site-header__home-hero::after {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 75%;
  content: " ";
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.home .site-header__home-hero::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 225px;
  content: " ";
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.home .site-header__home-hero--content {
  position: absolute;
  bottom: 200px;
  left: 50%;
  transform: translateX(-50%);
  width: 100%;
  text-align: center;
  z-index: 5;
  padding: 0 30px;
}
.home .site-header__home-hero--content h1 {
  color: #fff;
  font-weight: 400;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}
.home .site-header__home-hero--yellow {
  color: #f1c400;
  font-size: 33px;
  line-height: 33px;
}
.home .site-header__home-hero--yellow span {
  border-right: 2px solid #f1c400;
  margin-right: 12px;
  padding-right: 12px;
  display: inline-block;
}
.home .site-header__home-hero--yellow span:last-child {
  border-right: none;
  margin-right: 0;
  padding-right: 0;
}
@media (max-width: 1300px) {
  .home .site-header__home-hero {
    height: 595px;
    background-size: cover;
  }
  .home .site-header__home-hero img {
    display: none;
  }
  .home .site-header__home-hero--yellow span:nth-child(2) {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
  }
  .home .site-header__home-hero--yellow span:last-child {
    margin-top: 15px;
    display: block;
  }
}
@media (max-width: 1100px) {
  .home .site-header__home-hero--content {
    bottom: 175px;
  }
}
@media (max-width: 1000px) {
  .home .site-header__home-hero--yellow span {
    border-right: none;
    padding-right: 0;
    margin-right: 0;
    margin-top: 15px;
    display: block;
  }
  .home .site-header__home-hero--yellow span:first-child {
    margin-top: 0;
  }
}
@media (max-width: 800px) {
  .home .site-header__home-hero--content h1 {
    font-size: 46px;
    line-height: 50px;
  }
  .home .site-header__home-hero--yellow {
    font-size: 30px;
    line-height: 30px;
  }
}
@media (max-width: 500px) {
  .home .site-header__home-hero--content {
    bottom: 100px;
  }
  .home .site-header__home-hero--content h1 {
    font-size: 40px;
    line-height: 46px;
  }
  .home .site-header__home-hero--yellow {
    font-size: 24px;
    line-height: 24px;
  }
}

/**
 * /assets/scss/partials/layouts/blog.scss
 *
 * Let's define our blog styles
 *
 * - Loop Items
 * - Archive
 * - Single
 *
 */
/* ----- Loop Items -------------------- */
.loop-item {
  width: calc(33.3333333333% - 26.67px);
  margin: 0 40px 40px 0;
  position: relative;
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.5);
  background-color: #fff;
  display: flex;
  flex-direction: column;
}
.loop-item:nth-child(3n) {
  margin-right: 0;
}
@media (max-width: 900px) {
  .loop-item {
    width: 100%;
    margin-right: 0;
  }
}
.loop-item__thumbnail img {
  display: block;
  width: 100%;
}
.loop-item__interior {
  padding: 55px 35px 95px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
}
.loop-item__meta {
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
}
.loop-item__meta-author {
  display: block;
  font-weight: 600;
  margin-top: 5px;
}
.loop-item__title {
  font-family: "Source Sans Pro", sans-serif;
  line-height: 32px;
  margin: 10px 0 !important;
}
.loop-item__title a {
  color: #007e8f;
  font-weight: 900;
}
.loop-item .is-style-styled-link {
  position: absolute;
  bottom: 20px;
  left: 35px;
  margin: 0;
}
.loop-item .is-style-styled-link a {
  font-size: 17px;
  line-height: 17px;
}

/* ----- Archives -------------------- */
.blog .breadcrumb {
  margin-top: 0;
}
.blog .facetwp-facet {
  max-width: 375px;
  margin-top: 50px;
}

.blog-archive-sidebar__pd {
  margin-bottom: 75px;
}
.blog-archive-sidebar .pd-item h3 a {
  font-family: "Source Sans Pro", sans-serif;
}
.blog-archive-sidebar__ads {
  margin-bottom: 50px;
}

.blog-archive-bottom {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  background-color: #EDFFFE;
  margin-top: 30px;
  padding: 70px 30px;
  background-image: url("/wp-content/uploads/2020/05/aqua-gradient-transparent-bg.png");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: 0 535px;
}
.blog-archive-bottom > .wrap {
  display: flex;
  justify-content: space-between;
}
@media (max-width: 950px) {
  .blog-archive-bottom > .wrap {
    flex-wrap: wrap;
  }
}
.blog-archive-bottom > .wrap .loop-wrapper {
  width: calc(100% - 523px);
}
@media (max-width: 1100px) {
  .blog-archive-bottom > .wrap .loop-wrapper {
    width: calc(100% - 423px);
  }
}
@media (max-width: 950px) {
  .blog-archive-bottom > .wrap .loop-wrapper {
    width: 100%;
  }
}
.blog-archive-bottom > .wrap .loop-wrapper .loop-item {
  width: 100%;
  margin-right: 0;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
}
.blog-archive-bottom > .wrap .loop-wrapper .loop-item__interior {
  padding: 40px 50px 50px;
}
@media (max-width: 1100px) {
  .blog-archive-bottom > .wrap .loop-wrapper .loop-item__interior {
    padding: 20px 30px 30px;
  }
}
.blog-archive-bottom > .wrap .loop-wrapper .loop-item__meta {
  margin-bottom: 20px;
  display: flex;
  flex-direction: column;
}
.blog-archive-bottom > .wrap .loop-wrapper .loop-item__meta-author {
  margin-top: 5px;
  font-weight: 600;
}
.blog-archive-bottom > .wrap .loop-wrapper .loop-item__excerpt p {
  margin-bottom: 0;
}
.blog-archive-bottom > .wrap .loop-wrapper .loop-item .is-style-styled-link {
  position: relative;
  bottom: auto;
  left: auto;
}
.blog-archive-bottom > .wrap .loop-wrapper .loop-item__tags {
  font-size: 16px;
  line-height: 22px;
  font-weight: 900;
  margin-top: 30px;
}
.blog-archive-bottom > .wrap .blog-archive-sidebar {
  width: 373px;
}
@media (max-width: 950px) {
  .blog-archive-bottom > .wrap .blog-archive-sidebar {
    width: 100%;
  }
}
.blog-archive-bottom > .wrap .blog-archive-sidebar .pd-item {
  width: 100%;
}

/* ----- Single -------------------- */
.single-post-thumbnail {
  width: 100%;
  margin-bottom: 80px;
}
.single-post-thumbnail img {
  display: block;
}

.single-post .breadcrumb {
  margin-top: 0;
}
.single-post .entry {
  max-width: 1000px;
}
.single-post .entry .shared-counts-wrap.single-post-social {
  margin-top: 30px;
  justify-content: flex-start;
}
.single-post .entry .shared-counts-wrap__container-top.featured-image-shown .shared-counts-wrap.single-post-social {
  display: flex;
  justify-content: flex-end;
  margin-top: -50px;
  margin-bottom: 50px;
}
.single-post .single-post-date {
  width: 100%;
  margin-bottom: 50px;
  font-weight: 700;
  font-size: 24px;
  line-height: 30px;
  display: block;
}
.single-post .single-post-authors {
  display: flex;
  align-items: center;
  width: 100%;
  margin-bottom: 50px;
}
.single-post .single-post-authors__headshots {
  display: flex;
}
.single-post .single-post-authors__headshots img {
  display: block;
  margin-right: 20px;
  width: 80px;
  height: 80px;
  border-radius: 80px;
}
.single-post .prev-next-navigation {
  display: flex;
  flex-wrap: wrap;
  margin: 100px 0;
}
.single-post .prev-next-navigation span {
  font-weight: 600;
  font-size: 18px;
  display: block;
}
.single-post .prev-next-navigation a {
  font-weight: 600;
  font-size: 18px;
  line-height: 20px;
}
.single-post .prev-next-navigation__previous {
  width: 50%;
  align-self: flex-start;
}
@media (max-width: 600px) {
  .single-post .prev-next-navigation__previous {
    width: 100%;
    margin-bottom: 50px;
  }
}
.single-post .prev-next-navigation__next {
  width: 50%;
  align-self: flex-end;
  text-align: right;
}
@media (max-width: 600px) {
  .single-post .prev-next-navigation__next {
    width: 100%;
    text-align: left;
  }
}
.single-post .single-post-related-posts {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  background-image: url("/wp-content/uploads/2020/05/aqua-gradient-transparent-bg.png");
  background-position: 0 225px;
}
.single-post .single-post-related-posts__header {
  width: 100%;
}
.single-post .single-post-related-posts__header h3 {
  max-width: 472px;
  margin-bottom: 60px;
}

/**
 * /assets/scss/partials/layouts/breadcrumbs.scss
 *
 * Let's define our breadcrumbs styles
 *
 *
 */
.breadcrumb {
  width: 100%;
  margin-bottom: 32px;
  font-size: 16px;
}
.breadcrumb i {
  margin: 0 8px;
}
.breadcrumb a {
  color: #53565a;
}
.breadcrumb a:hover {
  color: #007e8f;
  text-decoration: none;
}

.white-breadcrumbs {
  background-color: #fff;
}
.white-breadcrumbs .breadcrumb {
  margin-bottom: 32px;
}

/**
 * /assets/scss/partials/layouts/professional-development.scss
 *
 * Let's define our professional development styles
 *
 * - PD Item
 * - Single
 * - 2024
 *
 */
.facetwp-facet-pagination {
  display: block;
  width: 100%;
  text-align: center;
  margin-top: 40px;
}
.facetwp-facet-pagination button {
  border: none;
}

/* ----- PD Item -------------------- */
.pd-item {
  width: calc(33.3333333333% - 26px);
  margin-bottom: 39px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
@media (max-width: 900px) {
  .pd-item {
    width: 100%;
    margin-right: 0;
  }
}
.pd-item__content {
  padding: 25px;
}
.pd-item__date, .pd-item__time, .pd-item__callout {
  width: 100%;
  margin-bottom: 15px;
  font-size: 20px;
  font-weight: 800;
  line-height: 22px;
  display: block;
}
.pd-item__date, .pd-item__time {
  font-weight: 400;
  opacity: 0.8;
}
.pd-item__excerpt p {
  margin: 0 0 15px;
}
.pd-item h3 {
  line-height: 32px;
  margin: 0 0 15px;
  font-weight: 700;
}
.pd-item h3 a {
  color: #007e8f;
}
.pd-item h3 a:hover {
  color: #a4d65e;
}
.pd-item__callout {
  color: #007e8f;
}
.pd-item__tags {
  font-size: 16px;
  line-height: 22px;
  font-weight: 800;
}

/* ----- Single -------------------- */
.single-tribe_events .breadcrumb {
  margin-top: 0;
  display: none;
}
.single-tribe_events .tribe-events-schedule {
  display: none;
}

.pd-details-block {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.pd-details-block__left {
  width: calc(100% - 640px);
}
.pd-details-block__left h1 {
  font-weight: 400;
}
.pd-details-block__left img {
  display: block;
  margin-bottom: 30px;
}
.pd-details-block__left .is-style-styled-link {
  margin-top: 50px;
}
@media (max-width: 1150px) {
  .pd-details-block__left {
    width: 100%;
  }
}
.pd-details-block__right {
  width: 540px;
  max-width: 100%;
  background-color: #fff;
  padding: 25px;
  align-self: flex-start;
}
@media (max-width: 1150px) and (min-width: 801px) {
  .pd-details-block__right {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
  }
}
.pd-details-block__detail {
  width: 100%;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
  justify-content: space-between;
  border-bottom: 1px solid #8ee2ee;
  padding: 15px 0 14px 35px;
  position: relative;
}
@media (max-width: 1150px) and (min-width: 801px) {
  .pd-details-block__detail {
    width: 48%;
    border-bottom: none;
    border-top: 1px solid #8ee2ee;
  }
  .pd-details-block__detail:nth-child(2), .pd-details-block__detail:first-child {
    border-top: none;
  }
}
.pd-details-block__detail ul {
  margin: 0;
  padding-left: 18px;
}
.pd-details-block__detail i {
  color: #a4d65e;
  position: absolute;
  left: 0;
  top: 15px;
}
.pd-details-block__detail:last-child {
  border-bottom: 0;
}
.pd-details-block__detail-label {
  width: 155px;
  font-weight: 600;
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 550px) {
  .pd-details-block__detail-label {
    width: 100%;
  }
}
.pd-details-block__detail-content {
  width: calc(100% - 200px);
  font-size: 18px;
  line-height: 22px;
}
@media (max-width: 550px) {
  .pd-details-block__detail-content {
    width: 100%;
    margin-top: 10px;
  }
}
.pd-details-block__detail--cost ul {
  margin-top: 10px;
}

/* ----- 2024 -------------------- */
.post-type-archive-professional-dev .breadcrumb {
  display: none;
}
.post-type-archive-professional-dev .content {
  padding-top: 96px;
}
.post-type-archive-professional-dev .team-archive-description.has-large-font-size {
  font-size: 24px !important;
}

.pd-archive-wrap {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-bottom: 48px;
  width: 100%;
}

.pd-filters {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 32px;
  margin-bottom: 48px;
}
.pd-filters .facetwp-facet {
  width: 300px;
  max-width: 100%;
  margin: 0;
}

.pd-item.pd-item--horizontal {
  width: 100%;
  background-color: #fff;
  padding: 16px;
  gap: 24px;
  margin-bottom: 0;
  box-shadow: none;
}
.pd-item.pd-item--horizontal .pd-item__thumb {
  width: 200px;
}
.pd-item.pd-item--horizontal .pd-item__thumb img {
  display: block;
}
.pd-item.pd-item--horizontal .pd-item__content {
  flex: 1;
  padding: 0;
}
.pd-item.pd-item--horizontal .pd-item__content h3 {
  font-size: 25px;
  line-height: 26px;
}
.pd-item.pd-item--horizontal .pd-item__content h3 a {
  color: rgb(2, 148, 96);
}
.pd-item.pd-item--horizontal .pd-item__excerpt p {
  font-size: 18px;
  line-height: 20px;
}
.pd-item.pd-item--horizontal .pd-item__callout {
  color: #000;
}

.single-professional-dev .content {
  padding-top: 96px;
}
.single-professional-dev .breadcrumb {
  display: none;
}

/**
 * /assets/scss/partials/layouts/flickity.scss
 *
 * Let's define our flickity slideshow styles
 *
 *
 */
.flickity-enabled {
  position: relative;
}
.flickity-enabled:focus {
  outline: none;
}
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}
.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}
.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
}
.flickity-prev-next-button {
  position: absolute;
  top: calc(50% - 32px);
  width: 32px;
  height: 32px;
  border: none;
  background-color: transparent;
  cursor: pointer;
}
.flickity-prev-next-button:hover {
  background-color: transparent;
}
.flickity-prev-next-button:focus {
  outline: none;
  box-shadow: none;
}
.flickity-prev-next-button:active {
  opacity: 0.6;
}
.flickity-prev-next-button.previous {
  left: -40px;
}
@media (max-width: 1375px) {
  .flickity-prev-next-button.previous {
    left: 20px;
  }
}
.flickity-prev-next-button.next {
  right: -40px;
}
@media (max-width: 1375px) {
  .flickity-prev-next-button.next {
    right: 20px;
  }
}
.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}
.flickity-prev-next-button svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.flickity-prev-next-button.next svg {
  left: auto;
  right: 0;
  top: 0;
}
.flickity-prev-next-button .arrow {
  fill: #007e8f;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/**
 * /assets/scss/partials/layouts/404.scss
 *
 * Let's define our 404 styles
 *
 & - Loop Items
 *
 */
.error404 .site-inner {
  padding: 100px 30px;
}
.error404 .site-inner > .wrap {
  max-width: 800px;
  text-align: center;
}
.error404 .site-inner > .wrap h1 {
  margin-bottom: 15px;
}
.error404 .site-inner > .wrap .search-form {
  margin-top: 60px;
}
.error404 .site-inner > .wrap input[type=submit] {
  display: none;
}
.error404 .site-inner > .wrap .under-404-search {
  font-size: 16px;
  margin-top: 40px;
}

/**
 * /assets/scss/partials/layouts/team.scss
 *
 * Let's define our team styles
 *
 * - Single
 * - Archive
 *
 */
/* ----- Single -------------------- */
.single-team .breadcrumb {
  margin-top: 0;
}
.single-team-thumbnail {
  text-align: center;
  margin-bottom: 25px;
}
.single-team-thumbnail img {
  display: inline-block;
}
.single-team-entry-header {
  text-align: center;
  margin-bottom: 10px;
}
.single-team-position {
  display: block;
  width: 100%;
  text-align: center;
}
.single-team .entry {
  max-width: 890px;
  margin: 125px auto 100px;
}
.single-team .single-post-related-posts {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  background-image: url(/wp-content/uploads/2020/05/aqua-gradient-transparent-bg.png);
  background-position: 0 225px;
}

.team-separation-image {
  display: block;
  width: 100%;
  margin-bottom: 70px;
}

/* ----- Archive -------------------- */
.post-type-archive-team .breadcrumb {
  margin-top: 0;
}
.post-type-archive-team .team-archive-description {
  max-width: 785px;
}
.post-type-archive-team .single-post-related-posts {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
  background-image: url(/wp-content/uploads/2020/05/aqua-gradient-transparent-bg.png);
  background-position: 0 225px;
}

.team-archive-bottom {
  display: flex;
  flex-wrap: wrap;
  margin-bottom: 100px;
}
.team-archive-bottom .team-item {
  width: calc(33.3333333333% - 20px);
  margin: 30px 30px 0 0;
  position: relative;
}
@media (min-width: 901px) {
  .team-archive-bottom .team-item:nth-child(3n) {
    margin-right: 0;
  }
}
@media (max-width: 900px) {
  .team-archive-bottom .team-item {
    width: calc(50% - 15px);
  }
  .team-archive-bottom .team-item:nth-child(2n) {
    margin-right: 0;
  }
}
@media (max-width: 600px) {
  .team-archive-bottom .team-item {
    width: 100%;
    margin-right: 0;
  }
}
.team-archive-bottom .team-item img {
  display: block;
  width: 100%;
}
.team-archive-bottom .team-item__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 30px;
  flex-direction: column;
  background: black;
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
  opacity: 0;
}
.team-archive-bottom .team-item__overlay:hover {
  opacity: 1;
}
.team-archive-bottom .team-item__overlay h2 {
  color: #fff;
  margin: 0 0 10px 0;
  font-family: "Arvo", sans-serif;
  font-weight: 600;
  width: 100%;
  text-align: center;
}
.team-archive-bottom .team-item__position {
  color: #fff;
  width: 100%;
  text-align: center;
}

/**
 * /assets/scss/partials/layouts/pagination.scss
 *
 * Let's define our pagination styles
 *
 *
 */
.archive-pagination ul {
  list-style-type: none;
  display: flex;
  width: 100%;
  justify-content: center;
  margin-top: 60px;
}
.archive-pagination ul li {
  margin: 0 7px;
}
.archive-pagination ul li a {
  font-weight: 600;
}
.archive-pagination ul li a:hover {
  text-decoration: none;
}

/**
 * /assets/scss/partials/layouts/search.scss
 *
 * Let's define our search styles
 *
 *
 */
.search .breadcrumb,
.category .breadcrumb {
  margin-top: 0;
}
.search .wrap > .content,
.category .wrap > .content {
  max-width: 785px;
  margin-bottom: 125px;
}
.search h1.archive-title,
.category h1.archive-title {
  margin-bottom: 85px;
}
.search .entry,
.category .entry {
  margin-bottom: 60px;
}
.search h2.entry-title,
.category h2.entry-title {
  font-weight: 600;
  margin-bottom: 10px;
}

/**
 * /assets/scss/partials/layouts/announcement-banner.scss
 *
 * Let's define our announcement banner styles
 *
 *
 */
.wd-announcement {
  width: 100%;
  padding: 40px 30px 30px;
  background-color: #53565a;
  position: relative;
}
.wd-announcement > .wrap {
  display: flex;
  justify-content: space-between;
  align-items: flex-end;
}
@media (max-width: 600px) {
  .wd-announcement > .wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.wd-announcement__left {
  display: flex;
  flex-direction: column;
}
@media (max-width: 600px) {
  .wd-announcement__left {
    margin-bottom: 15px;
  }
}
.wd-announcement__header {
  color: #fff;
  font-size: 33px;
  line-height: 45px;
}
.wd-announcement__content {
  color: #fff;
  font-size: 18px;
  font-weight: 600;
  line-height: 30px;
}
.wd-announcement .wd-button {
  font-size: 16px;
  line-height: 16px;
  padding: 15px 10px;
  white-space: nowrap;
}
.wd-announcement i {
  position: absolute;
  color: #fff;
  top: 15px;
  right: 15px;
  font-size: 28px;
}
.wd-announcement i:hover {
  cursor: pointer;
  opacity: 0.7;
}

/**
 * /assets/scss/partials/layouts/category.scss
 *
 * Let's define our category styles
 *
 *
 */
.category .breadcrumb {
  margin-top: 0;
}
.category .wrap > .content {
  max-width: 785px;
  margin-bottom: 125px;
}
.category h1.archive-title {
  margin-bottom: 85px;
}
.category .entry {
  margin-bottom: 60px;
}
.category h2.entry-title {
  font-weight: 600;
  margin-bottom: 10px;
}

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

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

input[type=date],
input[type=time],
input[type=datetime-local],
input[type=week],
input[type=month],
input[type=text],
input[type=email],
input[type=url],
input[type=password],
input[type=search],
input[type=tel],
input[type=number],
textarea,
select {
  background: #fff;
  border: 1px solid #797979;
  color: #53565a;
  padding: 15px;
  width: 100%;
  border-radius: 5px;
  line-height: 1.15;
}
input[type=date]:focus,
input[type=time]:focus,
input[type=datetime-local]:focus,
input[type=week]:focus,
input[type=month]:focus,
input[type=text]:focus,
input[type=email]:focus,
input[type=url]:focus,
input[type=password]:focus,
input[type=search]:focus,
input[type=tel]:focus,
input[type=number]:focus,
textarea:focus,
select:focus {
  background-color: #fff;
  border-color: #007e8f;
  color: #53565a;
  outline: 0;
}

/**
 * /assets/scss/partials/forms/forms-gravity.scss
 *
 * Let's define base styles for Gravity Forms
 *
 *
 */
.gform_wrapper {
  width: 100%;
  margin-bottom: 30px;
}
.gform_wrapper form,
.gform_wrapper .gform_body,
.gform_wrapper .gform_footer {
  width: 100%;
}
.gform_wrapper .hidden_label .gfield_label {
  clip: rect(1px, 1px, 1px, 1px);
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
}
.gform_wrapper .gfield_visibility_hidden {
  visibility: hidden;
  position: absolute;
  left: -9999px;
}

ul.gform_fields {
  list-style-type: none;
  padding-left: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
ul.gform_fields > li {
  margin-bottom: 30px;
  width: 100%;
}
ul.gform_fields > li.gf_left_half, ul.gform_fields > li.left-side, ul.gform_fields > li.gf_right_half, ul.gform_fields > li.right-side {
  width: 49%;
}
ul.gform_fields > li.gf_left_third, ul.gform_fields > li.gf_middle_third, ul.gform_fields > li.gf_right_third, ul.gform_fields > li.left-third, ul.gform_fields > li.middle-third, ul.gform_fields > li.right-third {
  width: 32%;
}
ul.gform_fields > li > label {
  display: block;
  width: 100%;
  margin-bottom: 5px;
  font-weight: 600;
}
ul.gform_fields > li > label .gfield_required {
  color: red;
  padding-left: 4px;
}
ul.gform_fields > li.field_admin_only {
  margin-bottom: 0;
  padding-bottom: 0;
}

/**
 * /assets/scss/partials/forms/forms-gravity-address.scss
 *
 * Let's define styles for Gravity Forms Address Fields
 *
 *
 */
.ginput_container_address {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ginput_container_address span {
  margin-bottom: 15px;
  width: 100%;
}
.ginput_container_address span.address_state, .ginput_container_address span.address_zip {
  width: 32%;
  margin-left: 2%;
}
@media (max-width: 700px) {
  .ginput_container_address span.address_state, .ginput_container_address span.address_zip {
    width: 49%;
  }
}
@media (max-width: 700px) {
  .ginput_container_address span.address_state {
    margin-left: 0;
  }
}
@media (min-width: 700px) {
  .ginput_container_address span.address_city {
    width: 32%;
    margin-left: 0;
  }
}
.ginput_container_address span label {
  font-size: 14px;
}

/**
 * /assets/scss/partials/forms/forms-gravity-checkboxradio.scss
 *
 * Let's define styles for Gravity Forms checkboxes and radios
 *
 *
 */
.ginput_container_radio ul,
.ginput_container_checkbox ul {
  list-style-type: none;
  padding-left: 0;
}
.ginput_container_radio ul li,
.ginput_container_checkbox ul li {
  display: flex;
  align-items: center;
}
.ginput_container_radio ul li input,
.ginput_container_checkbox ul li input {
  margin-right: 5px;
}

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

.gf_list_3col .gfield_radio li,
.gf_list_3col .gfield_checkbox li,
.three-column .gfield_radio li,
.three-column .gfield_checkbox li {
  width: 32%;
}
@media (max-width: 700px) {
  .gf_list_3col .gfield_radio li,
  .gf_list_3col .gfield_checkbox li,
  .three-column .gfield_radio li,
  .three-column .gfield_checkbox li {
    width: 49%;
  }
}
@media (max-width: 500px) {
  .gf_list_3col .gfield_radio li,
  .gf_list_3col .gfield_checkbox li,
  .three-column .gfield_radio li,
  .three-column .gfield_checkbox li {
    width: 100%;
  }
}

.gf_list_4col .gfield_radio li,
.gf_list_4col .gfield_checkbox li,
.four-column .gfield_radio li,
.four-column .gfield_checkbox li {
  width: 23.5%;
}
@media (max-width: 900px) {
  .gf_list_4col .gfield_radio li,
  .gf_list_4col .gfield_checkbox li,
  .four-column .gfield_radio li,
  .four-column .gfield_checkbox li {
    width: 32%;
  }
}
@media (max-width: 700px) {
  .gf_list_4col .gfield_radio li,
  .gf_list_4col .gfield_checkbox li,
  .four-column .gfield_radio li,
  .four-column .gfield_checkbox li {
    width: 49%;
  }
}
@media (max-width: 500px) {
  .gf_list_4col .gfield_radio li,
  .gf_list_4col .gfield_checkbox li,
  .four-column .gfield_radio li,
  .four-column .gfield_checkbox li {
    width: 100%;
  }
}

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

body .ui-datepicker {
  margin-top: 2px;
  padding: 0;
  border-color: #c9f0f5;
  background-color: #fff;
  width: 256px;
  border-radius: 7px 7px 0 0;
  overflow: hidden;
  background-color: #fafafa;
}
body .ui-datepicker-trigger {
  margin: 0 0 0 5px;
  vertical-align: text-top;
}
body .ui-datepicker-header {
  background-color: #007e8f;
  background-image: none;
  border-radius: 0;
}
body .ui-datepicker-title {
  margin: 0 25px;
  display: flex;
  width: calc(100% - 50px);
  padding: 10px 0;
  justify-content: center;
}
body .ui-datepicker-prev {
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAcAAAAMCAYAAACulacQAAAAUklEQVQYlXWPwQnAMAwDj9IBOlpH8CjdJLNksuujFIJjC/w6WUioFBcqJ7sGEAD5Y/hpqLRghRv4YQlUjqXI3Kql2MixraGbEhVcDXcFUR/1egEHNuTBpFW0NgAAAABJRU5ErkJggg==") !important;
  height: 12px;
  width: 7px;
  margin: 14px 12px;
  display: inline-block;
  left: 0;
  top: 0;
  position: absolute;
  cursor: pointer;
}
body .ui-datepicker-prev span {
  display: none;
}
body .ui-datepicker-next {
  background-color: transparent;
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAgAAAAMCAYAAABfnvydAAAAVUlEQVQYlXWQ0Q3AIAhEL07gKI7kKN2kI3Wk1w9to3KQEELucQEECOizhhTQGHFnwOdgobWx0GkZILfYBhXl0STVbPoBarbkL7ozN/F8VBBXh8uJgF5r2hrI4GHUkAAAAABJRU5ErkJggg==") !important;
  height: 12px;
  width: 8px;
  margin: 14px 12px;
  display: inline-block;
  right: 0;
  top: 0;
  position: absolute;
  text-align: center;
  cursor: pointer;
}
body .ui-datepicker-next span {
  display: none;
}
body .ui-datepicker-month {
  border-radius: 2px;
  background-color: #3985a0;
  width: 110px;
  height: 22px;
  font-family: Arial;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  border: none;
  margin-right: 17px;
  vertical-align: text-top;
  padding: 0;
}
body .ui-datepicker-year {
  border-radius: 2px;
  background-color: #3985a0;
  width: 61px;
  height: 22px;
  border: none;
  font-family: Arial;
  color: #fff;
  font-size: 14px;
  font-weight: 600;
  text-align: left;
  vertical-align: text-top;
}
body .ui-datepicker-month option, body .ui-datepicker-year option {
  color: #3985a0 !important;
  background-color: #fff !important;
  font-family: Arial !important;
  font-size: 14px !important;
  font-weight: 600;
}
body .ui-datepicker-month option[selected], body .ui-datepicker-year option[selected] {
  background-color: #e5edf0 !important;
}
body .ui-datepicker .ui-state-hover {
  border: 0;
}
body .ui-datepicker .ui-state-default {
  border-radius: 2px;
  width: 26px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  font-family: Arial, sans-serif;
  color: #707070;
  font-size: 13px;
  font-weight: 400;
  display: inline-block;
}
body .ui-datepicker .ui-state-default:hover {
  text-decoration: none;
  background-color: rgb(0, 81.0629370629, 92);
  color: #fff;
}
body .ui-datepicker .ui-state-default.ui-state-highlight {
  background-color: rgb(0, 170.9370629371, 194);
  color: #fff;
}
body .ui-datepicker .ui-state-default.ui-state-active {
  background-color: rgb(0, 13.6573426573, 15.5);
  color: #fff;
}
body .ui-datepicker .ui-state-default.ui-datepicker-current {
  float: none;
  font-family: Arial, Arial, sans-serif;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
  border-width: 0;
  border: none;
  vertical-align: top;
  margin: 0;
  background-color: transparent;
}
body .ui-datepicker-close {
  display: none;
}
body .ui-datepicker-buttonpane.ui-widget-content {
  text-align: center;
  background-color: #007e8f;
  margin: 0;
  height: 28px;
  padding: 0;
}
body .ui-datepicker table {
  width: 256px;
  table-layout: fixed;
  margin: 0;
}
body .ui-datepicker table thead {
  background-color: #f5f5f5;
}
body .ui-datepicker table thead tr th {
  font-family: Arial, sans-serif;
  color: #549fa8;
  font-size: 12px;
  font-weight: 400;
  padding: 0.45em 0.3em !important;
  text-align: center;
  font-size: 10px;
}
body .ui-datepicker table td {
  width: 33px;
  text-align: center;
  padding: 5px;
  vertical-align: top;
}

/**
 * /assets/scss/partials/forms/forms-gravity-select.scss
 *
 * Let's define styles for Gravity Forms select field
 *
 *
 */
.gform_wrapper select,
select {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  background-image: url("../images/select-dropdown.svg");
  background-position: calc(100% + 1px) 50%;
  background-repeat: no-repeat;
  background-size: 45px;
  border: 1px solid #a4d65e;
  font-weight: 800;
  color: #000;
  font-size: 16px;
  border-radius: 2px;
  padding-right: 60px;
}

/**
 * /assets/scss/partials/forms/forms-gravity-names.scss
 *
 * Let's define styles for Gravity Forms name field
 *
 *
 */
.ginput_complex {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.ginput_complex .name_first,
.ginput_complex .name_last {
  width: 49%;
}

/**
 * /assets/scss/partials/forms/forms-gravity-validation.scss
 *
 * Let's define styles for Gravity Forms validation
 *
 *
 */
.gform_wrapper .validation_error {
  border: 1px solid red;
  padding: 15px;
  margin-bottom: 30px;
  border-radius: 5px;
}

.gfield_error > label,
.gfield_error .validation_message {
  color: red;
}
.gfield_error input,
.gfield_error textarea,
.gfield_error select {
  border-color: red;
}
.gfield_error input:focus,
.gfield_error textarea:focus,
.gfield_error select:focus {
  border-color: #cc0000;
}

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

/* Blocks */
/**
 * /assets/scss/partials/blocks/blocks-base.scss
 *
 * Let's define our basic block styles
 *
 * - Imports
 * - Alignwide/Alignfull
 * - Editor Title Styles
 * - Color Palette
 * - Font Sizes
 *
 */
/* ----- Import Partials -------------------- */
/**
 * /assets/scss/partials/blocks/core/blocks-core-buttons.scss
 *
 * Let's define our core button styles
 *
 *
 */
/* ----- Core Block Buttons -------------------- */
.wp-block-button__link,
a.wd-button {
  text-decoration: none;
}
.wp-block-button__link:not(.has-text-color),
a.wd-button:not(.has-text-color) {
  color: #000;
}
.wp-block-button__link:not(.has-text-color):hover,
a.wd-button:not(.has-text-color):hover {
  color: #000;
}
.wp-block-button__link:not(.has-background),
a.wd-button:not(.has-background) {
  background-color: #a4d65e;
}
.wp-block-button__link:not(.has-background):hover, .wp-block-button__link:not(.has-background):focus,
a.wd-button:not(.has-background):hover,
a.wd-button:not(.has-background):focus {
  background-color: rgb(186.9752475248, 224.3514851485, 134.6485148515);
}
.wp-block-button__link.has-tan-color:hover, .wp-block-button__link.has-tan-color:focus,
a.wd-button.has-tan-color:hover,
a.wd-button.has-tan-color:focus {
  color: #d6d2c4;
}
.wp-block-button__link.has-tan-background-color, .wp-block-button__link.has-tan-background-color,
a.wd-button.has-tan-background-color,
a.wd-button.has-tan-background-color {
  background-color: #d6d2c4;
}
.wp-block-button__link.has-tan-background-color:hover, .wp-block-button__link.has-tan-background-color:focus, .wp-block-button__link.has-tan-background-color:hover, .wp-block-button__link.has-tan-background-color:focus,
a.wd-button.has-tan-background-color:hover,
a.wd-button.has-tan-background-color:focus,
a.wd-button.has-tan-background-color:hover,
a.wd-button.has-tan-background-color:focus {
  background-color: rgb(193.09, 187.05, 165.91);
}
.wp-block-button__link.has-yellow-color:hover, .wp-block-button__link.has-yellow-color:focus,
a.wd-button.has-yellow-color:hover,
a.wd-button.has-yellow-color:focus {
  color: #f1c400;
}
.wp-block-button__link.has-yellow-background-color, .wp-block-button__link.has-yellow-background-color,
a.wd-button.has-yellow-background-color,
a.wd-button.has-yellow-background-color {
  background-color: #f1c400;
}
.wp-block-button__link.has-yellow-background-color:hover, .wp-block-button__link.has-yellow-background-color:focus, .wp-block-button__link.has-yellow-background-color:hover, .wp-block-button__link.has-yellow-background-color:focus,
a.wd-button.has-yellow-background-color:hover,
a.wd-button.has-yellow-background-color:focus,
a.wd-button.has-yellow-background-color:hover,
a.wd-button.has-yellow-background-color:focus {
  background-color: rgb(190, 154.5228215768, 0);
}
.wp-block-button__link.has-yellow-light-color:hover, .wp-block-button__link.has-yellow-light-color:focus,
a.wd-button.has-yellow-light-color:hover,
a.wd-button.has-yellow-light-color:focus {
  color: #F0DB79;
}
.wp-block-button__link.has-yellow-light-background-color, .wp-block-button__link.has-yellow-light-background-color,
a.wd-button.has-yellow-light-background-color,
a.wd-button.has-yellow-light-background-color {
  background-color: #F0DB79;
}
.wp-block-button__link.has-yellow-light-background-color:hover, .wp-block-button__link.has-yellow-light-background-color:focus, .wp-block-button__link.has-yellow-light-background-color:hover, .wp-block-button__link.has-yellow-light-background-color:focus,
a.wd-button.has-yellow-light-background-color:hover,
a.wd-button.has-yellow-light-background-color:focus,
a.wd-button.has-yellow-light-background-color:hover,
a.wd-button.has-yellow-light-background-color:focus {
  background-color: rgb(234.8657718121, 206.677852349, 75.1342281879);
}
.wp-block-button__link.has-yellow-pale-color:hover, .wp-block-button__link.has-yellow-pale-color:focus,
a.wd-button.has-yellow-pale-color:hover,
a.wd-button.has-yellow-pale-color:focus {
  color: #FDF5D6;
}
.wp-block-button__link.has-yellow-pale-background-color, .wp-block-button__link.has-yellow-pale-background-color,
a.wd-button.has-yellow-pale-background-color,
a.wd-button.has-yellow-pale-background-color {
  background-color: #FDF5D6;
}
.wp-block-button__link.has-yellow-pale-background-color:hover, .wp-block-button__link.has-yellow-pale-background-color:focus, .wp-block-button__link.has-yellow-pale-background-color:hover, .wp-block-button__link.has-yellow-pale-background-color:focus,
a.wd-button.has-yellow-pale-background-color:hover,
a.wd-button.has-yellow-pale-background-color:focus,
a.wd-button.has-yellow-pale-background-color:hover,
a.wd-button.has-yellow-pale-background-color:focus {
  background-color: rgb(250.6279069767, 233.1395348837, 165.3720930233);
}
.wp-block-button__link.has-teal-color:hover, .wp-block-button__link.has-teal-color:focus,
a.wd-button.has-teal-color:hover,
a.wd-button.has-teal-color:focus {
  color: #007e8f;
}
.wp-block-button__link.has-teal-background-color, .wp-block-button__link.has-teal-background-color,
a.wd-button.has-teal-background-color,
a.wd-button.has-teal-background-color {
  background-color: #007e8f;
}
.wp-block-button__link.has-teal-background-color:hover, .wp-block-button__link.has-teal-background-color:focus, .wp-block-button__link.has-teal-background-color:hover, .wp-block-button__link.has-teal-background-color:focus,
a.wd-button.has-teal-background-color:hover,
a.wd-button.has-teal-background-color:focus,
a.wd-button.has-teal-background-color:hover,
a.wd-button.has-teal-background-color:focus {
  background-color: rgb(0, 81.0629370629, 92);
}
.wp-block-button__link.has-blue-color:hover, .wp-block-button__link.has-blue-color:focus,
a.wd-button.has-blue-color:hover,
a.wd-button.has-blue-color:focus {
  color: #8ee2ee;
}
.wp-block-button__link.has-blue-background-color, .wp-block-button__link.has-blue-background-color,
a.wd-button.has-blue-background-color,
a.wd-button.has-blue-background-color {
  background-color: #8ee2ee;
}
.wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus, .wp-block-button__link.has-blue-background-color:hover, .wp-block-button__link.has-blue-background-color:focus,
a.wd-button.has-blue-background-color:hover,
a.wd-button.has-blue-background-color:focus,
a.wd-button.has-blue-background-color:hover,
a.wd-button.has-blue-background-color:focus {
  background-color: rgb(97.6692307692, 214.6230769231, 231.3307692308);
}
.wp-block-button__link.has-blue-pale-color:hover, .wp-block-button__link.has-blue-pale-color:focus,
a.wd-button.has-blue-pale-color:hover,
a.wd-button.has-blue-pale-color:focus {
  color: #EDFFFE;
}
.wp-block-button__link.has-blue-pale-background-color, .wp-block-button__link.has-blue-pale-background-color,
a.wd-button.has-blue-pale-background-color,
a.wd-button.has-blue-pale-background-color {
  background-color: #EDFFFE;
}
.wp-block-button__link.has-blue-pale-background-color:hover, .wp-block-button__link.has-blue-pale-background-color:focus, .wp-block-button__link.has-blue-pale-background-color:hover, .wp-block-button__link.has-blue-pale-background-color:focus,
a.wd-button.has-blue-pale-background-color:hover,
a.wd-button.has-blue-pale-background-color:focus,
a.wd-button.has-blue-pale-background-color:hover,
a.wd-button.has-blue-pale-background-color:focus {
  background-color: rgb(186, 255, 251.1666666667);
}
.wp-block-button__link.has-green-color:hover, .wp-block-button__link.has-green-color:focus,
a.wd-button.has-green-color:hover,
a.wd-button.has-green-color:focus {
  color: #a4d65e;
}
.wp-block-button__link.has-green-background-color, .wp-block-button__link.has-green-background-color,
a.wd-button.has-green-background-color,
a.wd-button.has-green-background-color {
  background-color: #a4d65e;
}
.wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:focus, .wp-block-button__link.has-green-background-color:hover, .wp-block-button__link.has-green-background-color:focus,
a.wd-button.has-green-background-color:hover,
a.wd-button.has-green-background-color:focus,
a.wd-button.has-green-background-color:hover,
a.wd-button.has-green-background-color:focus {
  background-color: rgb(141.0247524752, 203.6485148515, 53.3514851485);
}
.wp-block-button__link.has-grey-extra-light-color:hover, .wp-block-button__link.has-grey-extra-light-color:focus,
a.wd-button.has-grey-extra-light-color:hover,
a.wd-button.has-grey-extra-light-color:focus {
  color: #f4f4f4;
}
.wp-block-button__link.has-grey-extra-light-background-color, .wp-block-button__link.has-grey-extra-light-background-color,
a.wd-button.has-grey-extra-light-background-color,
a.wd-button.has-grey-extra-light-background-color {
  background-color: #f4f4f4;
}
.wp-block-button__link.has-grey-extra-light-background-color:hover, .wp-block-button__link.has-grey-extra-light-background-color:focus, .wp-block-button__link.has-grey-extra-light-background-color:hover, .wp-block-button__link.has-grey-extra-light-background-color:focus,
a.wd-button.has-grey-extra-light-background-color:hover,
a.wd-button.has-grey-extra-light-background-color:focus,
a.wd-button.has-grey-extra-light-background-color:hover,
a.wd-button.has-grey-extra-light-background-color:focus {
  background-color: rgb(218.5, 218.5, 218.5);
}
.wp-block-button__link.has-grey-light-color:hover, .wp-block-button__link.has-grey-light-color:focus,
a.wd-button.has-grey-light-color:hover,
a.wd-button.has-grey-light-color:focus {
  color: #DBDCDB;
}
.wp-block-button__link.has-grey-light-background-color, .wp-block-button__link.has-grey-light-background-color,
a.wd-button.has-grey-light-background-color,
a.wd-button.has-grey-light-background-color {
  background-color: #DBDCDB;
}
.wp-block-button__link.has-grey-light-background-color:hover, .wp-block-button__link.has-grey-light-background-color:focus, .wp-block-button__link.has-grey-light-background-color:hover, .wp-block-button__link.has-grey-light-background-color:focus,
a.wd-button.has-grey-light-background-color:hover,
a.wd-button.has-grey-light-background-color:focus,
a.wd-button.has-grey-light-background-color:hover,
a.wd-button.has-grey-light-background-color:focus {
  background-color: rgb(193.1408450704, 194.8591549296, 193.1408450704);
}
.wp-block-button__link.has-grey-medium-color:hover, .wp-block-button__link.has-grey-medium-color:focus,
a.wd-button.has-grey-medium-color:hover,
a.wd-button.has-grey-medium-color:focus {
  color: #797979;
}
.wp-block-button__link.has-grey-medium-background-color, .wp-block-button__link.has-grey-medium-background-color,
a.wd-button.has-grey-medium-background-color,
a.wd-button.has-grey-medium-background-color {
  background-color: #797979;
}
.wp-block-button__link.has-grey-medium-background-color:hover, .wp-block-button__link.has-grey-medium-background-color:focus, .wp-block-button__link.has-grey-medium-background-color:hover, .wp-block-button__link.has-grey-medium-background-color:focus,
a.wd-button.has-grey-medium-background-color:hover,
a.wd-button.has-grey-medium-background-color:focus,
a.wd-button.has-grey-medium-background-color:hover,
a.wd-button.has-grey-medium-background-color:focus {
  background-color: rgb(95.5, 95.5, 95.5);
}
.wp-block-button__link.has-white-color:hover, .wp-block-button__link.has-white-color:focus,
a.wd-button.has-white-color:hover,
a.wd-button.has-white-color:focus {
  color: #fff;
}
.wp-block-button__link.has-white-background-color, .wp-block-button__link.has-white-background-color,
a.wd-button.has-white-background-color,
a.wd-button.has-white-background-color {
  background-color: #fff;
}
.wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus, .wp-block-button__link.has-white-background-color:hover, .wp-block-button__link.has-white-background-color:focus,
a.wd-button.has-white-background-color:hover,
a.wd-button.has-white-background-color:focus,
a.wd-button.has-white-background-color:hover,
a.wd-button.has-white-background-color:focus {
  background-color: rgb(229.5, 229.5, 229.5);
}
.wp-block-button__link.has-black-color:hover, .wp-block-button__link.has-black-color:focus,
a.wd-button.has-black-color:hover,
a.wd-button.has-black-color:focus {
  color: #000;
}
.wp-block-button__link.has-black-background-color, .wp-block-button__link.has-black-background-color,
a.wd-button.has-black-background-color,
a.wd-button.has-black-background-color {
  background-color: #000;
}
.wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus, .wp-block-button__link.has-black-background-color:hover, .wp-block-button__link.has-black-background-color:focus,
a.wd-button.has-black-background-color:hover,
a.wd-button.has-black-background-color:focus,
a.wd-button.has-black-background-color:hover,
a.wd-button.has-black-background-color:focus {
  background-color: black;
}

.wp-block-buttons.aligncenter {
  justify-content: center;
}

/**
 * /assets/scss/partials/blocks/core/blocks-core-columns.scss
 *
 * Let's define our core column styles
 *
 *
 */
/* ----- Core Block Columns -------------------- */
@media (min-width: 600px) {
  .wp-block-columns .wp-block-column {
    flex-basis: calc(50% - 25px) !important;
  }
  .wp-block-columns .wp-block-column:nth-child(2n) {
    margin-left: 50px;
  }
}
@media (min-width: 782px) {
  .wp-block-columns .wp-block-column:not(:first-child) {
    margin-left: 50px;
  }
}
@media (max-width: 782px) {
  .wp-block-columns .wp-block-column {
    margin-top: 30px;
  }
  .wp-block-columns .wp-block-column:first-child, .wp-block-columns .wp-block-column:nth-child(2) {
    margin-top: 0;
  }
}
@media (max-width: 600px) {
  .wp-block-columns .wp-block-column:nth-child(2) {
    margin-top: 30px;
  }
}
.wp-block-columns.is-style-three-icons img {
  width: 360px;
  height: 200px;
}
.wp-block-columns.is-style-two-thirds-first .wp-block-column:first-child {
  flex-basis: 67% !important;
}
@media (max-width: 1000px) {
  .wp-block-columns.is-style-two-thirds-first .wp-block-column {
    flex-basis: 100% !important;
    margin-left: 0;
  }
}
@media (max-width: 1000px) {
  .wp-block-columns.is-style-two-thirds-first {
    flex-wrap: wrap;
  }
}

.entry-content .wp-block-columns.is-style-column-ads > .wp-block-column {
  position: relative;
}
.entry-content .wp-block-columns.is-style-column-ads > .wp-block-column:first-child {
  flex-basis: calc(100% - 422px) !important;
}
@media (max-width: 1200px) {
  .entry-content .wp-block-columns.is-style-column-ads > .wp-block-column:first-child {
    flex-basis: 70% !important;
    padding-right: 50px;
  }
}
@media (max-width: 782px) {
  .entry-content .wp-block-columns.is-style-column-ads > .wp-block-column:first-child {
    flex-basis: 100% !important;
    padding-right: 0;
  }
}
.entry-content .wp-block-columns.is-style-column-ads > .wp-block-column:last-child {
  flex-basis: 372px !important;
}
@media (max-width: 1200px) {
  .entry-content .wp-block-columns.is-style-column-ads > .wp-block-column:last-child {
    flex-basis: 30% !important;
  }
}
@media (max-width: 782px) {
  .entry-content .wp-block-columns.is-style-column-ads > .wp-block-column:last-child {
    flex-basis: 100% !important;
    margin-left: 0;
  }
}

/**
 * /assets/scss/partials/blocks/core/blocks-core-list.scss
 *
 * Let's define our core list styles
 *
 *
 */
/* ----- Core List Styles -------------------- */
ul.is-style-two-column-list, ol.is-style-two-column-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
ul.is-style-two-column-list li, ol.is-style-two-column-list li {
  width: 50%;
  padding-right: 60px;
}
@media (max-width: 499px) {
  ul.is-style-two-column-list li, ol.is-style-two-column-list li {
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 500px) {
  ul.is-style-two-column-list li:nth-child(even), ol.is-style-two-column-list li:nth-child(even) {
    padding-right: 0;
  }
}
ul.is-style-three-column-list, ol.is-style-three-column-list {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
ul.is-style-three-column-list li, ol.is-style-three-column-list li {
  width: 33.33%;
  padding-right: 60px;
}
@media (max-width: 649px) {
  ul.is-style-three-column-list li, ol.is-style-three-column-list li {
    width: 50%;
  }
}
@media (max-width: 499px) {
  ul.is-style-three-column-list li, ol.is-style-three-column-list li {
    width: 100%;
    padding-right: 0;
  }
}
@media (min-width: 650px) and (max-width: 500px) {
  ul.is-style-three-column-list li:nth-child(3n), ol.is-style-three-column-list li:nth-child(3n) {
    padding-right: 0;
  }
}
@media (min-width: 500px) and (max-width: 649px) {
  ul.is-style-three-column-list li:nth-child(even), ol.is-style-three-column-list li:nth-child(even) {
    padding-right: 0;
  }
}

/**
 * /assets/scss/partials/blocks/core/blocks-core-media-text.scss
 *
 * Let's define our core media text styles
 *
 *
 */
/* ----- Core Block Media Text -------------------- */
.wp-block-media-text.has-media-on-the-right .wp-block-media-text__content {
  padding-left: 0;
}
.wp-block-media-text.has-media-on-the-left .wp-block-media-text__content {
  padding-right: 0;
}

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

/**
 * /assets/scss/partials/blocks/core/blocks-core-spacerss.scss
 *
 * Let's define our core spacer styles
 *
 *
 */
/* ----- Core Block Group -------------------- */
.wp-block-group.alignfull {
  padding-left: 30px;
  padding-right: 30px;
}
.wp-block-group.alignfull .wp-block-group__inner-container {
  max-width: 1200px;
  width: 100%;
  margin: 0 auto;
}
.wp-block-group.is-style-aqua-angled-background {
  background-image: url("/wp-content/uploads/2020/04/blue-angle-background.png");
  background-repeat: no-repeat;
  background-size: 100%;
}
.wp-block-group.is-style-max-width-925 .wp-block-group__inner-container {
  width: 100%;
  max-width: 925px;
  margin: 0 auto;
}
.wp-block-group.is-style-max-width-1000 .wp-block-group__inner-container {
  width: 100%;
  max-width: 1000px;
  margin: 0 auto;
}

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

/**
 * /assets/scss/partials/blocks/core/blocks-core-paragraph.scss
 *
 * Let's define our core paragraph styles
 *
 *
 */
/* ----- Core Block Paragraphs -------------------- */
p.is-style-styled-link a {
  color: #000 !important;
  text-decoration: none;
  font-size: 25px;
  line-height: 36px;
  font-weight: 700;
  border-bottom: 4px solid #a4d65e;
}
p.is-style-styled-link a::after {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  content: "\f105";
  font-weight: 900;
  font-family: "Font Awesome 5 Pro";
  margin-left: 10px;
}
p.is-style-styled-link a:hover {
  border-bottom: 4px solid #007e8f;
  text-decoration: none !important;
}
p.is-style-styled-link a:hover::after {
  margin-left: 15px;
}
p.is-style-alt-font {
  font-family: "Arvo", sans-serif;
}
p.is-style-reverse-margin {
  margin-top: -20px;
}
p.is-style-max-width-900 {
  max-width: 900px;
}
p.is-style-max-width-900.has-text-align-center {
  margin-left: auto;
  margin-right: auto;
}

/**
 * /assets/scss/partials/blocks/core/blocks-core-quote.scss
 *
 * Let's define our core blockquote styles
 *
 *
 */
/* ----- Core Block Quote -------------------- */
blockquote.wp-block-quote.is-style-teal-background-blockquote {
  position: relative;
  padding: 115px 0;
  overflow: visible;
  margin: 0 auto;
  border: none;
  max-width: 800px !important;
  text-align: center;
}
blockquote.wp-block-quote.is-style-teal-background-blockquote::before {
  position: absolute;
  content: " ";
  background-color: #007e8f;
  width: 100vw;
  height: 100%;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
blockquote.wp-block-quote.is-style-teal-background-blockquote p {
  position: relative;
  z-index: 2;
  color: #fff;
  font-style: normal;
  font-size: 33px;
  line-height: 45px;
  margin: 0;
}
blockquote.wp-block-quote.is-style-teal-background-blockquote cite,
blockquote.wp-block-quote.is-style-teal-background-blockquote .wp-block-quote__citation {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  max-width: 600px;
  margin: 40px auto 0;
}
blockquote.wp-block-quote.is-style-teal-background-blockquote cite a,
blockquote.wp-block-quote.is-style-teal-background-blockquote .wp-block-quote__citation a {
  color: #a4d65e;
}
blockquote.wp-block-quote.is-style-teal-background-blockquote cite::before,
blockquote.wp-block-quote.is-style-teal-background-blockquote .wp-block-quote__citation::before {
  content: " ";
}

/* ----- Alignwide/Alignfull -------------------- */
.entry-content > *,
.entry-content #tribe-events .tribe-blocks-editor .entry > * {
  max-width: 100%;
}
.entry-content > *.alignwide,
.entry-content #tribe-events .tribe-blocks-editor .entry > *.alignwide {
  margin: 0 calc(25% - 25vw);
  max-width: 100vw;
  width: auto;
}
.entry-content > *.alignfull,
.entry-content #tribe-events .tribe-blocks-editor .entry > *.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.post-type-archive-tribe_events .entry > *.alignwide {
  margin: 0 calc(25% - 25vw);
  max-width: 100vw;
  width: auto;
}
.post-type-archive-tribe_events .entry > *.alignfull {
  margin: 0 calc(50% - 50vw);
  max-width: 100vw;
  width: 100vw;
}

.content-sidebar .entry-content > *.alignwide, .content-sidebar .entry-content > *.alignfull,
.sidebar-content .entry-content > *.alignwide,
.sidebar-content .entry-content > *.alignfull {
  margin: 30px 0;
  max-width: 100%;
  width: auto;
}

.wp-block {
  max-width: 1200px;
}
.wp-block[data-align=wide] {
  max-width: none;
}
.wp-block[data-align=full] {
  max-width: none;
}
.wp-block-image {
  margin: 0 0 30px;
}
.wp-block-image.is-style-absolute-bottom {
  position: absolute;
  bottom: 0;
  margin-top: 200px;
}
@media (max-width: 782px) {
  .wp-block-image.is-style-absolute-bottom {
    display: none;
  }
}

.block-editor-block-list__block .wp-block-image.is-style-absolute-bottom {
  transform: translateY(calc(100% + 100px));
}

/* ----- Editor Title Styles -------------------- */
.editor-post-title__block.wp-block {
  max-width: 1200px;
}
.editor-post-title__block.wp-block .editor-post-title__input {
  font-family: "Source Sans Pro", sans-serif;
}

.acf-block-component .block-wrapper {
  padding: 100px 43px;
}

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

.has-tan-background-color {
  background-color: #d6d2c4;
}

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

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

.has-yellow-light-color {
  color: #F0DB79;
}

.has-yellow-light-background-color {
  background-color: #F0DB79;
}

.has-yellow-pale-color {
  color: #FDF5D6;
}

.has-yellow-pale-background-color {
  background-color: #FDF5D6;
}

.has-teal-color {
  color: #007e8f;
}

.has-teal-background-color {
  background-color: #007e8f;
}

.has-blue-color {
  color: #8ee2ee;
}

.has-blue-background-color {
  background-color: #8ee2ee;
}

.has-blue-pale-color {
  color: #EDFFFE;
}

.has-blue-pale-background-color {
  background-color: #EDFFFE;
}

.has-green-color {
  color: #a4d65e;
}

.has-green-background-color {
  background-color: #a4d65e;
}

.has-grey-extra-light-color {
  color: #f4f4f4;
}

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

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

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

.has-grey-medium-color {
  color: #797979;
}

.has-grey-medium-background-color {
  background-color: #797979;
}

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

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

.has-black-color {
  color: #000;
}

.has-black-background-color {
  background-color: #000;
}

/* ----- Font Sizes from Gutenberg Blocks (match with /functions/gutenberg.php font sizes) -------------------- */
.has-small-font-size {
  font-size: 18px;
  line-height: 26px;
}

.has-medium-font-size {
  font-size: 26px;
  line-height: 40px;
}

.has-large-font-size {
  font-size: 33px;
  line-height: 45px;
}

/**
 * /assets/scss/partials/blocks/blocks-hero.scss
 *
 * Let's define our hero block styles
 *
 *
 */
.hero-block {
  position: relative;
  min-height: 585px;
  display: flex;
  background-size: cover;
  padding: 150px 30px;
  background-position: right;
}
@media (max-width: 1300px) {
  .hero-block {
    padding-bottom: 175px;
  }
}
@media (max-width: 800px) {
  .hero-block {
    padding-bottom: 200px;
  }
}
.hero-block__overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  background-image: url("/wp-content/uploads/2020/04/masthead-overlay-interior.png");
  background-size: cover;
}
.hero-block .wrap {
  position: relative;
  display: flex;
  align-items: flex-end;
  z-index: 3;
}
.hero-block__content h1 {
  color: #fff;
  font-weight: 400;
  margin: 0;
}
@media (max-width: 700px) {
  .hero-block__content h1 {
    font-size: 48px;
    line-height: 56px;
  }
}
.hero-block.style-no-style {
  padding: 75px 30px;
}
.hero-block.style-no-style .hero-block__overlay {
  background-image: none;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(90deg, rgb(0, 0, 0) 0%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}

/**
 * /assets/scss/partials/blocks/blocks-blog-posts.scss
 *
 * Let's define our blog posts block styles
 *
 *
 */
.blog-posts-block {
  background-image: url("/wp-content/uploads/2020/04/blue-angle-background.png");
  background-repeat: no-repeat;
  background-size: 100%;
  padding: 70px 30px 250px;
}
.blog-posts-block__wrap {
  display: flex;
  flex-wrap: wrap;
}

/**
 * /assets/scss/partials/blocks/blocks-image-overlay-columns.scss
 *
 * Let's define our image overlay columns block styles
 *
 *
 */
.image-overlay-columns-block__wrapper {
  display: flex;
  flex-wrap: wrap;
}
.image-overlay-columns-block__item {
  width: calc(33.3333333333% - 26.67px);
  margin-right: 40px;
  background-size: cover;
  position: relative;
  box-shadow: 0 0 37px rgba(0, 0, 0, 0.5);
}
.image-overlay-columns-block__item:nth-child(3) {
  margin-right: 0;
}
@media (max-width: 1000px) {
  .image-overlay-columns-block__item {
    width: 100%;
    margin-bottom: 40px;
    margin-right: 0;
  }
  .image-overlay-columns-block__item:nth-child(3) {
    margin-bottom: 0;
  }
}
.image-overlay-columns-block__item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 35%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.image-overlay-columns-block__item:hover {
  box-shadow: 0 0 45px rgba(0, 0, 0, 0.8);
}
.image-overlay-columns-block__item:hover .overlay {
  background: rgb(0, 0, 0);
  background: -moz-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);
  background: -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.8) 60%, rgba(0, 0, 0, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#000000",endColorstr="#000000",GradientType=1);
}
.image-overlay-columns-block__item:hover p.is-style-styled-link a {
  border-bottom: 4px solid #007e8f;
}
.image-overlay-columns-block__item:hover .image-overlay-columns-block__content {
  padding-bottom: 85px;
  padding-top: 200px;
}
.image-overlay-columns-block__item .link-overlay {
  position: absolute;
  z-index: 4;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.image-overlay-columns-block__item .link-overlay:hover {
  text-decoration: none;
}
.image-overlay-columns-block__content {
  padding: 220px 35px 65px;
  position: relative;
  z-index: 3;
}
.image-overlay-columns-block__content h3 {
  color: #fff;
  margin: 0 0 10px;
  line-height: 32px;
}
.image-overlay-columns-block__description {
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
}
.image-overlay-columns-block .is-style-styled-link {
  position: absolute;
  bottom: 25px;
  left: 35px;
  margin: 0;
  z-index: 3;
}
.image-overlay-columns-block .is-style-styled-link a {
  font-size: 18px;
  color: #fff !important;
}

/**
 * /assets/scss/partials/blocks/blocks-featured-pd.scss
 *
 * Let's define our featured professional development block styles
 *
 *
 */
.featured-pd-block {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.featured-pd-block__left {
  width: 360px;
}
@media (max-width: 1100px) {
  .featured-pd-block__left {
    width: 100%;
    margin-bottom: 50px;
  }
}
.featured-pd-block__left h3 {
  margin-top: 0;
}
.featured-pd-block__left a.wd-button {
  width: 300px;
  text-align: center;
}
.featured-pd-block__right {
  width: calc(100% - 410px);
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  .featured-pd-block__right {
    width: 100%;
  }
}
.featured-pd-block__item {
  width: 100%;
  margin-bottom: 20px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.12);
  background-color: #fff;
  display: flex;
  flex-wrap: wrap;
  position: relative;
}
.featured-pd-block__item-content {
  padding: 11px 25px 20px;
}
.featured-pd-block__item-date, .featured-pd-block__item-grades {
  width: 100%;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 800;
  line-height: 22px;
  display: block;
}
.featured-pd-block__item-excerpt p {
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  margin: 0 0 10px;
}
.featured-pd-block__item p.is-style-styled-link {
  margin: 0;
}
.featured-pd-block__item p.is-style-styled-link a {
  font-size: 17px;
  line-height: 20px;
}
.featured-pd-block__item h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 19px;
  line-height: 20px;
  margin: 0 0 15px;
  font-weight: 700;
}
.featured-pd-block__item h3 a {
  color: #007e8f;
}
.featured-pd-block__item h3 a:hover {
  color: #a4d65e;
}
.featured-pd-block__item-thumb {
  background-size: cover;
  background-position: center;
  width: 375px;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
}
@media (max-width: 800px) {
  .featured-pd-block__item-thumb {
    width: 100%;
    height: auto;
    position: relative;
    top: auto;
    right: auto;
    padding-top: 60%;
    order: 1;
  }
}
.featured-pd-block__item-thumb a {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
}
.featured-pd-block__item.has-thumbnail .featured-pd-block__item-content {
  width: calc(100% - 375px);
}
@media (max-width: 800px) {
  .featured-pd-block__item.has-thumbnail .featured-pd-block__item-content {
    width: 100%;
    order: 2;
  }
}
.featured-pd-block__books {
  position: absolute;
  bottom: 30px;
  left: -95px;
  width: 100%;
}
.featured-pd-block__books::before {
  content: " ";
  position: absolute;
  right: 100%;
  bottom: 38px;
  width: 100vw;
  height: 2px;
  background-color: #53565a;
}
.featured-pd-block__books::after {
  content: " ";
  position: absolute;
  left: 75%;
  bottom: 38px;
  width: 100vw;
  height: 2px;
  background-color: #53565a;
}
.featured-pd-block__books img {
  display: block;
  width: 103%;
  max-width: none;
}
@media (max-width: 1100px) {
  .featured-pd-block__books {
    display: none;
  }
}

/**
 * /assets/scss/partials/blocks/blocks-pd-tabs.scss
 *
 * Let's define our professional development tabs block styles
 *
 *
 */
.pd-tabs-block {
  position: relative;
  background-image: url("/wp-content/uploads/2020/05/aqua-gradient-transparent-bg.png");
  background-size: 100%;
  background-position: 0 50px;
  background-repeat: no-repeat;
  padding: 0 30px;
}
.pd-tabs-block > .wrap {
  max-width: 1420px;
}
.pd-tabs-block__wrapper {
  border: 1px solid #a4d65e;
  background-color: #fff;
  padding: 55px 50px 120px 50px;
  position: relative;
}
@media (max-width: 600px) {
  .pd-tabs-block__wrapper {
    padding: 55px 30px 50px;
  }
}
.pd-tabs-block__tabs {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  max-width: 1200px;
  background-color: #a4d65e;
  border-radius: 4px;
  display: flex;
  height: 110px;
  border: 2px solid #a4d65e;
  box-shadow: 6px 6px 4px rgba(0, 0, 0, 0.08);
}
@media (max-width: 1260px) {
  .pd-tabs-block__tabs {
    max-width: 95%;
  }
}
@media (max-width: 750px) {
  .pd-tabs-block__tabs {
    flex-wrap: wrap;
    height: auto;
    position: relative;
    top: auto;
    left: auto;
    transform: translateY(-120px);
    margin-bottom: -120px;
    max-width: 100%;
  }
}
@media (max-width: 600px) {
  .pd-tabs-block__tabs {
    width: calc(100vw - 30px);
    margin-left: -45px;
  }
}
.pd-tabs-block__tab {
  border-right: 1px solid #fff;
  width: 299px;
  font-size: 25px;
  line-height: 26px;
  font-weight: 600;
  color: #000;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  position: relative;
  padding: 0 20px;
}
.pd-tabs-block__tab.active {
  background-color: #fff;
}
.pd-tabs-block__tab.active::before {
  content: " ";
  border-top: 13px solid #a4d65e;
  border-right: 13px solid transparent;
  border-left: 13px solid transparent;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translateX(-50%);
}
.pd-tabs-block__tab.active::after {
  content: " ";
  border-top: 11px solid #fff;
  border-right: 11px solid transparent;
  border-left: 11px solid transparent;
  position: absolute;
  top: calc(100% - 1px);
  left: 50%;
  transform: translateX(-50%);
}
.pd-tabs-block__tab:first-child {
  border-radius: 3px 0 0 3px;
}
@media (max-width: 750px) {
  .pd-tabs-block__tab:first-child {
    border-radius: 3px 3px 0 0;
  }
}
.pd-tabs-block__tab:last-child {
  border-right: none;
  border-radius: 0 3px 3px 0;
}
@media (max-width: 750px) {
  .pd-tabs-block__tab:last-child {
    border-radius: 0 0 3px 3px;
  }
}
@media (max-width: 900px) {
  .pd-tabs-block__tab {
    font-size: 22px;
    line-height: 23px;
  }
}
@media (max-width: 750px) {
  .pd-tabs-block__tab {
    width: 100%;
    padding: 20px;
    border-right: none;
    border-bottom: 1px solid #fff;
  }
  .pd-tabs-block__tab.active, .pd-tabs-block__tab:last-child {
    border-bottom: none;
  }
}
.pd-tabs-block__content {
  max-width: 1000px;
  margin: 0 auto;
}
.pd-tabs-block__content-item {
  display: none;
}
.pd-tabs-block__content-item.active {
  display: block;
}

/**
 * /assets/scss/partials/blocks/blocks-pd-registration-link.scss
 *
 * Let's define our professional development registration link block styles
 *
 *
 */
.pd-registration-link-block {
  text-align: center;
}
.pd-registration-link-block a.wd-button {
  min-width: 300px;
  max-width: 100%;
  padding: 40px 20px;
  font-size: 25px;
  line-height: 26px;
}

/**
 * /assets/scss/partials/blocks/blocks-styled-cta.scss
 *
 * Let's define our styled cta block styles
 *
 *
 */
.styled-cta-block {
  position: relative;
  display: flex;
  justify-content: flex-start;
  width: 100%;
}
.styled-cta-block__cta {
  width: 495px;
  max-width: 100%;
  padding: 40px 50px 75px;
  background-color: #fff;
  background-image: url("/wp-content/uploads/2020/05/styled-cta-standard-background.png");
  background-position: 0 100%;
  background-size: 100% 50px;
  background-repeat: no-repeat;
}
@media (max-width: 450px) {
  .styled-cta-block__cta {
    padding-top: 25px;
    padding-left: 25px;
    padding-right: 25px;
  }
}
.styled-cta-block__header {
  margin-top: 0 !important;
  font-size: 26px;
}
.styled-cta-block__link {
  margin: 0;
}
.styled-cta-block.center-align {
  justify-content: center;
}
.styled-cta-block.right-align {
  justify-content: flex-end;
}
.styled-cta-block.wide-width .styled-cta-block__cta {
  width: 100%;
}
.styled-cta-block.wide-width.center-align-content .styled-cta-block__cta {
  text-align: center;
}
.styled-cta-block.wide-width.center-align-content .styled-cta-block__header {
  margin-left: auto;
  margin-right: auto;
}
.styled-cta-block.style-red .styled-cta-block__cta {
  background-image: url("/wp-content/uploads/2020/05/styled-cta-red-background.png");
  background-size: 100% 70px;
  padding: 75px 85px 130px;
}
@media (max-width: 500px) {
  .styled-cta-block.style-red .styled-cta-block__cta {
    padding: 35px 35px 105px;
  }
}
.styled-cta-block.style-red .styled-cta-block__link a {
  font-size: 30px;
  line-height: 42px;
}
/**
 * /assets/scss/partials/blocks/blocks-video.scss
 *
 * Let's define our video block styles
 *
 *
 */
.wd-video-block {
  position: relative;
  background-color: #f4f4f4;
  padding: 100px 30px;
}
.wd-video-block > .wrap {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.wd-video-block__header {
  width: 100%;
}
.wd-video-block__content {
  width: 375px;
}
@media (max-width: 1000px) {
  .wd-video-block__content {
    width: 100%;
  }
}
.wd-video-block__content p:not(.is-style-styled-link) {
  font-size: 33px;
  line-height: 45px;
}
@media (max-width: 700px) {
  .wd-video-block__content p:not(.is-style-styled-link) {
    font-size: 26px;
    line-height: 34px;
  }
}
.wd-video-block__video {
  width: calc(100% - 425px);
  background-color: #fff;
  padding: 40px;
  align-self: flex-start;
}
.wd-video-block__video.no-content {
  margin: 0 auto;
}
@media (max-width: 1000px) {
  .wd-video-block__video {
    width: 100%;
  }
}
@media (max-width: 500px) {
  .wd-video-block__video {
    padding: 15px;
  }
}
.wd-video-block.image-right .wd-video-block__content {
  order: 3;
  padding-left: 50px;
}
@media (max-width: 1000px) {
  .wd-video-block.image-right .wd-video-block__content {
    margin-top: 50px;
    padding-left: 0;
    text-align: center;
  }
}
.wd-video-block.image-right .wd-video-block__content img {
  box-shadow: 0 2px 16px rgba(0, 0, 0, 0.5);
  margin-bottom: 40px;
}

/**
 * /assets/scss/partials/blocks/blocks-pd-related.scss
 *
 * Let's define our related professional development block styles
 *
 *
 */
.related-pd-posts-block {
  background-image: url("/wp-content/uploads/2020/05/aqua-gradient-transparent-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 400px;
  padding: 70px 30px;
}
.related-pd-posts-block > .wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.related-pd-posts-block > .wrap .pd-item {
  align-self: flex-start;
}
.related-pd-posts-block__header {
  width: 100%;
}
.related-pd-posts-block__header h3 {
  max-width: 472px;
  margin-bottom: 60px;
}

/**
 * /assets/scss/partials/blocks/blocks-rotating-quotes.scss
 *
 * Let's define our rotating quotes block styles
 *
 *
 */
.rotating-quotes-block {
  background-color: #007e8f;
  padding: 115px 30px;
}
.rotating-quotes-block > .wrap {
  max-width: 800px;
  text-align: center;
  margin: 0 auto;
}
.rotating-quotes-block .flickity-viewport {
  height: 350px;
}
@media (max-width: 800px) {
  .rotating-quotes-block .flickity-viewport {
    height: 375px;
  }
}
@media (max-width: 700px) {
  .rotating-quotes-block .flickity-viewport {
    height: 300px;
  }
}
@media (max-width: 600px) {
  .rotating-quotes-block .flickity-viewport {
    height: 400px;
  }
}
@media (max-width: 450px) {
  .rotating-quotes-block .flickity-viewport {
    height: 450px;
  }
}
.rotating-quotes-block ol.flickity-page-dots {
  list-style-type: none;
  padding: 0;
  margin: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  margin-top: 50px;
}
.rotating-quotes-block ol.flickity-page-dots li {
  width: 15px;
  height: 15px;
  border: 1px solid #fff;
  border-radius: 15px;
  margin: 0 15px;
}
.rotating-quotes-block ol.flickity-page-dots li.is-selected {
  background-color: #fff;
}
.rotating-quotes-block .flickity-prev-next-button .arrow {
  fill: #fff;
  opacity: 0.5;
}
.rotating-quotes-block .flickity-prev-next-button .arrow:hover {
  opacity: 0.8;
}
@media (max-width: 1375px) {
  .rotating-quotes-block .flickity-prev-next-button.previous {
    left: -40px;
  }
  .rotating-quotes-block .flickity-prev-next-button.next {
    right: -40px;
  }
}
@media (max-width: 900px) {
  .rotating-quotes-block .flickity-prev-next-button {
    display: none;
  }
}
.rotating-quotes-block__slide {
  width: 100%;
  display: flex;
  flex-direction: column;
}
.rotating-quotes-block__slide p {
  position: relative;
  z-index: 2;
  color: #fff;
  font-style: normal;
  font-size: 33px;
  line-height: 45px;
  margin: 0;
}
@media (max-width: 700px) {
  .rotating-quotes-block__slide p {
    font-size: 26px;
    line-height: 32px;
  }
}
.rotating-quotes-block__slide cite {
  position: relative;
  z-index: 2;
  font-size: 18px;
  line-height: 24px;
  font-weight: 600;
  color: #fff;
  max-width: 600px;
  margin: 40px auto 0;
}
@media (max-width: 700px) {
  .rotating-quotes-block__slide cite {
    margin-top: 25px;
  }
}

/**
 * /assets/scss/partials/blocks/blocks-case-studies.scss
 *
 * Let's define our case studies block styles
 *
 *
 */
.case-studies-block {
  background-color: #EDFFFE;
  background-image: url("/wp-content/uploads/2020/05/aqua-gradient-transparent-bg.png");
  background-repeat: no-repeat;
  background-size: 100%;
  background-position: 0 275px;
  padding: 70px 30px;
}
.case-studies-block__wrap {
  display: flex;
  flex-wrap: wrap;
}
.case-studies-block__item {
  width: calc(33.3333333333% - 26.67px);
  margin: 0 40px 40px 0;
  position: relative;
  background-color: #fff;
  padding: 30px;
  align-self: flex-start;
}
@media (max-width: 900px) {
  .case-studies-block__item {
    width: 100%;
    margin-right: 0;
  }
}
.case-studies-block__item h3 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 29px;
  line-height: 29px;
  margin-top: 0 !important;
  font-weight: 700;
}
.case-studies-block__item:nth-child(3n) {
  margin-right: 0;
}
.case-studies-block.count-4 .case-studies-block__item {
  width: calc(50% - 20px);
}
@media (min-width: 901px) {
  .case-studies-block.count-4 .case-studies-block__item:nth-child(3n) {
    margin-right: 40px;
  }
}
.case-studies-block.count-4 .case-studies-block__item:nth-child(2n) {
  margin-right: 0;
}
@media (max-width: 900px) {
  .case-studies-block.count-4 .case-studies-block__item {
    width: 100%;
    margin-right: 0;
  }
}
