@charset "UTF-8";
/*
Theme Name:     Neve Child
Theme URI:      https://themeisle.com/themes/neve/
Template: neve
Author:         ThemeIsle
Author URI:     https://themeisle.com
Description:    Neve is a super fast, easily customizable, multi-purpose theme. It’s perfect for blogs, small business, startups, agencies, firms, e-commerce shops (WooCommerce storefront) as well as personal portfolio sites and most types of projects. A fully AMP optimized and responsive theme, Neve will load in mere seconds and adapt perfectly on any viewing device. While it is lightweight and has a minimalist design, the theme is highly extendable, it has a highly SEO optimized code, resulting in top rankings in Google search results. Neve works perfectly with Gutenberg and the most popular page builders (Elementor, Brizy, Beaver Builder, Visual Composer, SiteOrigin, Divi). Neve is also WooCommerce ready, responsive, RTL & translation ready. Look no further. Neve is the perfect theme for you!
Version:        1.0.0
License:        GNU General Public License v2 or later
License URI:    http://www.gnu.org/licenses/gpl-2.0.html
Text Domain:    neve
Tags: blog, custom-logo, e-commerce, rtl-language-support, post-formats, grid-layout, one-column, two-columns, custom-background, custom-colors, custom-header, custom-menu, featured-image-header, featured-images, flexible-header, full-width-template, sticky-post, theme-options, threaded-comments, translation-ready, accessibility-ready, wide-blocks, block-styles
*/
h1 {
  font-family: "Source Serif Pro", serif;
  color: #047f91;
  font-size: 38px;
  line-height: 40px;
  margin-bottom: 18px;
}
h1 + h2 {
  margin-top: 0;
}

h2 {
  color: #e59d6d;
  margin-bottom: 10px;
}
@media (min-width: 760px) {
  h2 {
    font-size: 32px;
    line-height: 35px;
  }
}
h2.section {
  margin-top: 50px;
}

h3 {
  color: #047f91;
  font-size: 28px;
  margin-bottom: 10px;
  font-weight: 500;
}

.white {
  color: #FFFFFF;
}

.blue {
  color: #047f91;
}

.peach {
  color: #e59d6d;
}

.green {
  color: #8bcd9c;
}

.yellow {
  color: #f1b625;
}

.container ul {
  margin: 12px 0 30px 15px;
}

sup {
  font-size: 80%;
  bottom: -4px;
  position: relative;
  line-height: 1px;
}

h1 sup, h2 sup, .special-message sup, .script sup {
  font-size: 40%;
  bottom: 0;
}

.font-regular {
  font-family: "Source Sans Pro", sans-serif;
}

.script {
  font-family: "Source Serif Pro", serif;
}

.large {
  font-size: 125% !important;
}

.small {
  display: inline-block;
  font-size: 15px;
  line-height: 22px;
}

.btn, button[type=submit], .button, .woocommerce div.product form.cart .button {
  display: inline-block;
  background-color: #8bcd9c;
  color: #FFFFFF !important;
  border-radius: 0;
  font-family: "Source Serif Pro", serif;
  font-size: 24px;
  line-height: 25px;
  padding: 16px 30px;
  text-decoration: none;
  transition: all 0.2s ease;
  box-shadow: inset 0 0 0 0 #047f91;
}
@media (min-width: 760px) {
  .btn, button[type=submit], .button, .woocommerce div.product form.cart .button {
    font-size: 24px;
    line-height: 24px;
  }
}
.btn:hover, button[type=submit]:hover, .button:hover, .woocommerce div.product form.cart .button:hover {
  transition: all 0.6s ease;
  background-color: #047f91;
  color: #FFFFFF !important;
  box-shadow: inset 0px -200px 0 0 #047f91;
}
.btn.yellow, button[type=submit].yellow, .button.yellow, .woocommerce div.product form.cart .button.yellow {
  background-color: #f1b625;
}

.woocommerce div.product form.cart .button {
  font-size: 32px;
}

p + h2 {
  margin-top: 30px;
}

.top-bar {
  background-color: #047f91;
  color: #FFFFFF;
}
.top-bar .flex {
  flex-flow: column;
  position: relative;
}
@media (min-width: 760px) {
  .top-bar .flex {
    flex-flow: row;
    justify-content: space-between;
  }
}
.top-bar .flex nav.site-nav {
  padding: 12px 0;
}
.top-bar .flex .top-search {
  /* Show search field when active */
}
.top-bar .flex .top-search .header-search {
  display: flex;
  align-items: center;
}
@media (max-width: 760px) {
  .top-bar .flex .top-search .header-search {
    position: relative;
    justify-content: center;
  }
}
@media (min-width: 760px) {
  .top-bar .flex .top-search .header-search {
    position: absolute;
    right: 150px;
  }
}
.top-bar .flex .top-search #search-toggle {
  background: none;
  border: none;
  font-size: 20px;
  cursor: pointer;
  color: #FFFFFF;
}
.top-bar .flex .top-search #search-toggle:hover {
  color: #8bcd9c;
}
.top-bar .flex .top-search #search-form {
  border-radius: 4px;
  position: absolute;
  top: 100%;
  right: 0;
  width: 100%;
  transform: scaleX(0);
  transform-origin: right;
  transition: transform 0.3s ease-in-out;
  background: white;
  border: 1px solid #ddd;
  padding: 5px;
  display: flex;
  align-items: center;
}
@media (min-width: 760px) {
  .top-bar .flex .top-search #search-form {
    width: 200px;
    top: 0;
  }
}
.top-bar .flex .top-search #search-form input {
  flex: 1;
  padding: 5px 10px 5px 5px;
  border: none;
  outline: none;
}
@media (min-width: 760px) {
  .top-bar .flex .top-search #search-form input {
    width: 100px;
  }
}
.top-bar .flex .top-search #search-form button {
  background: none;
  border: none;
  font-size: 18px;
  cursor: pointer;
  padding: 5px;
  background-color: #8bcd9c;
}
.top-bar .flex .top-search #search-form.active {
  transform: scaleX(1);
}
.top-bar .flex .top-contact {
  position: static;
  text-align: center;
  line-height: 22px;
  top: 0;
  right: 0;
  background-color: #235764;
  padding: 8px 20px;
}
@media (min-width: 760px) {
  .top-bar .flex .top-contact {
    position: absolute;
  }
}
.top-bar .flex .top-contact a {
  color: #FFFFFF;
}
.top-bar .flex .top-contact a:hover {
  color: #f1b625;
}

header.main {
  background-color: #047f91;
  padding: 20px 0 8px;
}
@media (min-width: 760px) {
  header.main {
    padding: 20px 0;
  }
}
header.main .flex {
  max-width: 1160px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 760px) {
  header.main .flex {
    flex-flow: row;
    justify-content: space-between;
  }
}
header.main .flex .site-logo .svg-logo {
  width: 240px;
}
@media (min-width: 760px) {
  header.main .flex .site-logo .svg-logo {
    width: 300px;
  }
}
@media (min-width: 1200px) {
  header.main .flex .site-logo .svg-logo {
    width: 350px;
  }
}
header.main .flex .site-tagline {
  color: #FFFFFF;
  font-family: "Source Serif Pro", serif;
  font-size: 19px;
  text-align: center;
  margin: 15px 0 4px 0;
}
@media (min-width: 760px) {
  header.main .flex .site-tagline {
    font-size: 38px;
    text-align: left;
    margin: 0;
  }
}

.low-sticky {
  position: fixed;
  background-color: #FFFFFF;
  width: 100%;
  opacity: 0;
  z-index: -1;
  top: -100px;
  box-shadow: 1px 1px 10px 0 rgba(0, 0, 0, 0.15);
  transition: all 0.2s ease;
}
.low-sticky.appear {
  opacity: 1;
  z-index: 400;
  top: 0;
  transition: all 0.4s ease;
}

.logged-in .low-sticky.appear {
  top: 32px;
}

nav.site-nav {
  width: 100%;
}
nav.site-nav ul li {
  list-style-type: none;
}
nav.site-nav .menu {
  display: flex;
  justify-content: flex-start;
  font-size: 16px;
  line-height: 16px;
  font-weight: 700;
  margin: 0;
}
nav.site-nav .menu li.menu-item {
  margin: 0 14px;
}
nav.site-nav .menu li.menu-item a {
  font-family: "Source Serif Pro", serif;
  color: #FFFFFF;
  display: block;
  width: 100%;
  padding: 5px 0;
  border-bottom: 2px solid rgba(33, 78, 64, 0);
  transition: all 0.2s ease;
}
nav.site-nav .menu li.menu-item a:hover {
  color: #e59d6d;
}
nav.site-nav .menu li.menu-item.current-menu-item a {
  color: #e59d6d;
}
nav.site-nav .menu li.menu-item ul.sub-menu {
  margin: 0;
  padding: 0;
  transition: all 0.3s ease;
  visibility: hidden;
  opacity: 0;
  position: absolute;
  z-index: 2;
  background: #FFFFFF;
  min-width: 240px;
}
nav.site-nav .menu li.menu-item ul.sub-menu li {
  width: 100%;
  margin: 0;
}
nav.site-nav .menu li.menu-item ul.sub-menu li a {
  padding: 6px 9px;
  color: #047f91;
  border-bottom: none;
}
nav.site-nav .menu li.menu-item ul.sub-menu li:hover {
  color: #9b3426;
  background-color: #efefef;
}
nav.site-nav .menu li.menu-item ul.sub-menu li:hover a {
  color: #9b3426;
}
nav.site-nav .menu li.menu-item ul.sub-menu li ul.sub-menu {
  position: relative;
}
nav.site-nav .menu li.menu-item ul.sub-menu li ul.sub-menu li {
  margin: 0;
  padding-left: 8px;
}
nav.site-nav .menu li.menu-item ul.sub-menu li ul.sub-menu li a {
  color: #71767a;
  font-size: 15px;
}
nav.site-nav .menu li.menu-item:hover ul.sub-menu {
  transition: all 0.5s ease;
  visibility: visible;
  opacity: 1;
}
.top-right .search form.search-form {
  align-items: center;
}
.top-right .search input.zoom {
  width: 20px;
  height: 20px;
  margin: 0 10px 0 0;
}
.top-right .search input.search-field {
  border: none;
  border-bottom: 1px solid #7b7b7b;
  padding: 0;
}

.nf-before-form-content {
  font-size: 15px;
  padding: 5px;
}

.nf-after-form-content .nf-error-msg {
  color: #047f91;
}

.nf-form-content .nf-error .ninja-forms-field {
  border-color: #047f91 !important;
}
.nf-form-content .nf-error .nf-error-msg {
  color: #047f91;
}
.nf-form-content .nf-error.field-wrap .nf-field-element:after {
  background: #047f91;
  height: 100%;
}
.nf-form-content .nf-field-container {
  margin-bottom: 20px;
}
@media (min-width: 760px) {
  .nf-form-content .nf-field-container {
    margin-bottom: 16px;
  }
}
.nf-form-content .nf-field-element input::placeholder {
  color: #7b7b7b;
  font-weight: normal;
}
.nf-form-content .nf-field-element input.ninja-forms-field {
  height: 45px;
}
.nf-form-content .nf-field-element input[type=button], .nf-form-content .nf-field-element input[type=submit] {
  background-color: #047f91;
  color: #FFFFFF !important;
  height: auto;
  padding: 8px 24px;
  border-radius: 0;
  box-shadow: inset 0 0 0 0 #f1b625;
}
.nf-form-content .nf-field-element input[type=button]:hover, .nf-form-content .nf-field-element input[type=submit]:hover {
  color: #FFFFFF;
  background-color: #047f91;
  box-shadow: inset 0px -200px 0 0 #f1b625;
}
.nf-form-content .nf-field-element input:not([type=button]) {
  color: #f1b625;
  font-weight: bold;
  border-radius: 4px;
}
.nf-form-content .nf-field-element textarea {
  font-weight: bold;
  border-radius: 4px;
}

.bg-parallax {
  background-image: var(--wpr-bg-a9856eb6-bad5-44ef-9b61-4f7f8487466f);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: 100% 100%;
  position: fixed;
  top: 0;
  width: 100vw;
  height: 100vh;
  z-index: -1;
  opacity: 0.75;
}
@media (min-width: 760px) {
  .bg-parallax {
    height: 200vh;
  }
}

#fancybox-outer {
  box-shadow: none;
}
#fancybox-outer #fancybox-content {
  border: 0px solid #047f91 !important;
}

.blog-main {
  padding: 70px 0;
}
.blog-main .container {
  max-width: 1100px;
}
.blog-main .blog-date {
  margin: 0 0 20px;
}
.blog-main .blog-container {
  display: flex;
  flex-flow: column;
}
@media (min-width: 760px) {
  .blog-main .blog-container {
    flex-flow: row;
    justify-content: space-between;
  }
}
@media (min-width: 760px) {
  .blog-main .blog-container .blog-feed {
    width: 70%;
  }
}
.blog-main .blog-container .blog-feed .inner .the-article {
  display: flex;
  flex-flow: column;
  margin: 0 0 30px;
}
@media (min-width: 760px) {
  .blog-main .blog-container .blog-feed .inner .the-article {
    flex-flow: row;
    justify-content: space-between;
  }
}
.blog-main .blog-container .blog-feed .inner .the-article .post-image {
  margin: 0 0 20px 0;
}
@media (min-width: 760px) {
  .blog-main .blog-container .blog-feed .inner .the-article .post-image {
    width: 40%;
  }
}
.blog-main .blog-container .blog-feed .inner .the-article .post-content {
  font-size: 15px;
}
@media (min-width: 760px) {
  .blog-main .blog-container .blog-feed .inner .the-article .post-content {
    width: 56%;
  }
}
.blog-main .blog-container .blog-feed .inner .the-article .post-content h3 {
  font-size: 24px;
  line-height: 26px;
}
@media (min-width: 760px) {
  .blog-main .blog-container .blog-sidebar {
    width: 28%;
  }
}
.blog-main .blog-container .blog-sidebar .sidebar-section + .sidebar-section {
  margin-top: 25px;
}
.blog-main .blog-container .blog-sidebar .sidebar-section.categories ul {
  margin: 0;
  padding: 0;
}
.blog-main .blog-container .blog-sidebar .sidebar-section.categories ul li {
  list-style-type: none;
}
.blog-main .blog-container .blog-sidebar .sidebar-section h3 {
  color: #f1b625;
  font-weight: 400;
}
.blog-main .blog-container .blog-sidebar .sidebar-section ul.recent {
  margin: 0;
  padding: 0;
}
.blog-main .blog-container .blog-sidebar .sidebar-section ul.recent li.recent-posts {
  list-style-type: none;
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin: 0 0 15px;
}
.blog-main .blog-container .blog-sidebar .sidebar-section ul.recent li.recent-posts .post-thumbnail {
  width: 36%;
  line-height: 1px;
}
.blog-main .blog-container .blog-sidebar .sidebar-section ul.recent li.recent-posts .post-title {
  width: 60%;
  font-size: 13px;
  line-height: 18px;
}

.pagination {
  display: flex;
  justify-content: center;
}
.pagination .page-numbers {
  display: block;
  font-size: 18px;
  padding: 4px 12px;
  background-color: #047f91;
  color: #FFFFFF;
  margin: 0 5px;
}
.pagination .page-numbers:hover {
  background-color: #8bcd9c;
}
.pagination .page-numbers.current {
  background-color: #8bcd9c;
}

.blog-next-prev {
  max-width: 370px;
  margin: 40px auto;
  font-family: "Source Serif Pro", serif;
}
.blog-next-prev .post-navigation {
  display: flex;
}
.blog-next-prev .post-navigation .prev-post {
  margin-right: auto;
}
.blog-next-prev .post-navigation .prev-post a {
  color: #047f91;
  display: flex;
  align-items: center;
}
.blog-next-prev .post-navigation .prev-post a .blog-fa {
  font-size: 34px;
  margin-right: 7px;
  transition: all 0.2s ease;
}
.blog-next-prev .post-navigation .prev-post a:hover {
  color: #8bcd9c;
}
.blog-next-prev .post-navigation .prev-post a:hover .blog-fa {
  color: #8bcd9c;
  margin-right: 10px;
  transition: all 0.2s ease;
}
.blog-next-prev .post-navigation .next-post {
  margin-left: auto;
}
.blog-next-prev .post-navigation .next-post a {
  color: #047f91;
  display: flex;
  align-items: center;
}
.blog-next-prev .post-navigation .next-post a .blog-fa {
  font-size: 34px;
  margin-left: 7px;
  transition: all 0.2s ease;
}
.blog-next-prev .post-navigation .next-post a:hover {
  color: #8bcd9c;
}
.blog-next-prev .post-navigation .next-post a:hover .blog-fa {
  color: #8bcd9c;
  margin-left: 10px;
  transition: all 0.2s ease;
}

section.stay-in-touch {
  padding: 30px 0;
}
@media (min-width: 760px) {
  section.stay-in-touch {
    padding: 50px 0;
  }
}
section.stay-in-touch .container {
  max-width: 1000px;
}
section.stay-in-touch .section-holder {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 760px) {
  section.stay-in-touch .section-holder {
    flex-flow: row;
    position: relative;
  }
}
section.stay-in-touch .section-holder .card {
  padding: 30px;
  background-color: #f1b625;
  color: #FFFFFF;
}
section.stay-in-touch .section-holder .card h1, section.stay-in-touch .section-holder .card h2, section.stay-in-touch .section-holder .card h3, section.stay-in-touch .section-holder .card a {
  color: #FFFFFF;
}
section.stay-in-touch .section-holder .card h2 {
  font-weight: 300;
}
@media (min-width: 760px) {
  section.stay-in-touch .section-holder .card h2 {
    font-size: 40px;
    line-height: 40px;
  }
}
@media (min-width: 760px) {
  section.stay-in-touch .section-holder .card {
    border-radius: 30px;
    width: 33%;
    z-index: 1;
    padding: 40px;
    position: relative;
    left: 40px;
  }
}
section.stay-in-touch .section-holder .content {
  width: 100%;
  padding: 30px;
  background-color: #fcf1d6;
}
@media (min-width: 760px) {
  section.stay-in-touch .section-holder .content {
    width: 67%;
    position: relative;
    top: 40px;
    right: 40px;
    padding: 30px 30px 30px 110px;
    margin-bottom: 60px;
  }
}

footer.site {
  position: relative;
  min-height: 250px;
  padding: 60px 0;
  border-top: 1px solid #d5e9ec;
}
footer.site .holder {
  max-width: 1140px;
  text-align: center;
}
@media (min-width: 760px) {
  footer.site .holder {
    display: flex;
    justify-content: space-between;
    text-align: left;
  }
}
footer.site .holder .item {
  line-height: 24px;
}
@media (min-width: 760px) {
  footer.site .holder .item {
    max-width: 33%;
  }
}
footer.site .holder .item .btn {
  font-size: 20px;
  padding: 10px 21px;
}
footer.site .holder .item .svg-logo {
  width: 250px;
  max-width: 100%;
}
footer.site .holder .item a {
  color: #f1b625;
}
footer.site .holder .item h3 {
  font-size: 22px;
  font-weight: 500;
  margin: 0 0 6px 0;
}
footer.site .holder .item .footer-social {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media (min-width: 760px) {
  footer.site .holder .item .footer-social {
    justify-content: flex-start;
  }
}
footer.site .holder .item .footer-social a {
  margin: 0 5px 0 0;
}
footer.site .holder .item .footer-social a .fa-brands {
  color: #f1b625;
  font-size: 15px;
  padding: 3px;
  border-radius: 40px;
  border: 1px solid #f1b625;
  width: 27px;
  height: 27px;
  justify-content: center;
  display: flex;
  align-items: center;
}
footer.site .holder .item .footer-social a .fa-brands:hover {
  color: #047f91;
  border: 1px solid #047f91;
}

section.block-super {
  position: relative;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media (max-width: 760px) {
  section.block-super {
    height: auto !important;
  }
}
section.block-super.parallax {
  background-attachment: fixed;
}
section.block-super .inner {
  height: 100%;
  display: flex;
  flex-flow: column;
  justify-content: center;
}
section.block-super .inner .container {
  max-width: 1000px;
}
section.block-super .inner .columns {
  display: flex;
  justify-content: space-between;
  flex-flow: column;
}
@media (min-width: 760px) {
  section.block-super .inner .columns {
    flex-flow: row;
    margin: 0 -35px;
  }
}
section.block-super .inner .columns .column {
  width: 100%;
  margin: 0 0 30px 0;
}
@media (min-width: 760px) {
  section.block-super .inner .columns .column {
    padding: 0 35px;
    margin: 0 auto;
  }
}
section.block-super .inner .columns.a-center {
  align-items: center;
}
@media (min-width: 760px) {
  section.block-super .inner .columns {
    flex-flow: row;
  }
}
section.block-super .svc-header {
  font-size: 30px;
  line-height: 33px;
}
@media (min-width: 760px) {
  section.block-super .svc-header {
    font-size: 35px;
    line-height: 68px;
  }
}
section.block-super .svc-header.script {
  font-size: 45px;
}
@media (min-width: 760px) {
  section.block-super .svc-header.script {
    font-size: 100px;
  }
}

section.block-testimonials {
  padding: 20px 0;
}
@media (min-width: 760px) {
  section.block-testimonials {
    padding: 60px 0;
  }
}
section.block-testimonials .testimonials {
  max-width: 690px;
  margin: 0 auto;
}
section.block-testimonials .testimonials p {
  margin-bottom: 5px;
}
section.block-testimonials .testimonials p:last-child {
  margin-bottom: 0;
}
section.block-testimonials .testimonials .item {
  background-color: rgba(138, 198, 154, 0.15);
  padding: 40px;
  margin: 0 0 30px 0;
  background-image: var(--wpr-bg-1f3638e9-1c1d-42eb-9ba5-9efd1be26696);
  background-size: 220px;
  background-repeat: no-repeat;
  background-position: top 15px left 15px;
  position: relative;
  display: flex;
  flex-flow: column;
  align-items: center;
}
@media (min-width: 760px) {
  section.block-testimonials .testimonials .item {
    flex-flow: row;
  }
}
section.block-testimonials .testimonials .item .quote {
  color: #047f91;
  font-size: 19px;
  line-height: 29px;
  font-weight: 600;
  font-style: italic;
  display: flex;
  flex-flow: column;
  justify-content: center;
  text-align: center;
}
@media (min-width: 760px) {
  section.block-testimonials .testimonials .item .quote {
    width: 388px;
    text-align: left;
    align-items: flex-end;
  }
}
section.block-testimonials .testimonials .item .quote .id {
  text-align: center;
  margin: 15px 0 0 0;
}
section.block-testimonials .testimonials .item .quote .id .signature {
  max-width: 91px;
  margin: 0 auto;
  text-align: center;
}
section.block-testimonials .testimonials .item .quote .id .name {
  font-size: 15px;
  font-weight: 400;
  font-style: normal;
  position: relative;
  bottom: 6px;
}
section.block-testimonials .testimonials .item .image {
  aspect-ratio: 1/1;
  width: 300px;
  max-width: 100%;
  overflow: hidden;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 300px;
  box-shadow: 4px 4px 0px 3px rgba(46, 149, 164, 0.5);
}
@media (min-width: 760px) {
  section.block-testimonials .testimonials .item .image {
    width: 246px;
    position: absolute;
    right: -15px;
  }
}
section.block-testimonials .testimonials .item:nth-child(even) {
  background-image: var(--wpr-bg-a11b182d-c564-4dba-b657-fe89a320f88b);
  background-position: right 15px top 15px;
}
@media (min-width: 760px) {
  section.block-testimonials .testimonials .item:nth-child(even) {
    justify-content: flex-end;
  }
}
@media (min-width: 760px) {
  section.block-testimonials .testimonials .item:nth-child(even) .quote {
    order: 2;
  }
}
@media (min-width: 760px) {
  section.block-testimonials .testimonials .item:nth-child(even) .image {
    order: 1;
    left: -15px;
  }
}
section.block-testimonials .testimonials .item:last-child {
  margin: 0 0 0 0;
}

section.block-cards {
  padding: 50px 0 10px;
}
section.block-cards .cards {
  display: flex;
  flex-flow: column;
  justify-content: center;
  /*********************************************************
    Icons Card
    ***********************************************************/
  /*********************************************************
    Standard Card
    ***********************************************************/
  /*********************************************************
    Images Card
    ***********************************************************/
}
@media (min-width: 760px) {
  section.block-cards .cards {
    flex-flow: row wrap;
    justify-content: center;
  }
}
section.block-cards .cards ul {
  text-align: left;
  margin: 0;
}
section.block-cards .cards.icons a.card {
  display: block;
  margin: 0 auto 65px auto;
  border-radius: 0 0 15px 15px;
  max-width: 350px;
}
@media (min-width: 760px) {
  section.block-cards .cards.icons a.card {
    width: 35%;
    margin: 0 5px 65px;
    max-width: 200px;
  }
}
@media (min-width: 1200px) {
  section.block-cards .cards.icons a.card {
    width: 20%;
    margin: 0 15px 65px;
  }
}
section.block-cards .cards.icons a.card .item {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease;
}
section.block-cards .cards.icons a.card .item IMG.icon {
  position: relative;
  transition: all 0.2s ease;
  bottom: 40px;
  max-width: 86px;
  margin: 0 auto -40px;
}
section.block-cards .cards.icons a.card .item .inner-content {
  padding: 10px 10px 20px;
  color: #7b7b7b;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
section.block-cards .cards.icons a.card .item .inner-content h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
section.block-cards .cards.icons a.card .item .bottom-btn {
  position: relative;
  bottom: 0;
  transition: all 0.2s ease;
  margin-top: auto;
  text-align: center;
  border-radius: 0 0 15px 15px;
  width: 100%;
  padding: 13px 8px;
  color: #FFFFFF;
  font-family: "Source Serif Pro", serif;
  font-size: 17px;
  font-weight: 600;
}
section.block-cards .cards.icons a.card.blue {
  background-color: #047f91;
}
section.block-cards .cards.icons a.card.blue .bottom-btn {
  background-color: #047f91;
}
section.block-cards .cards.icons a.card.yellow {
  background-color: #f1b625;
}
section.block-cards .cards.icons a.card.yellow .bottom-btn {
  background-color: #f1b625;
}
section.block-cards .cards.icons a.card.red {
  background-color: #9b3426;
}
section.block-cards .cards.icons a.card.red .bottom-btn {
  background-color: #9b3426;
}
section.block-cards .cards.icons a.card.green {
  background-color: #8bcd9c;
}
section.block-cards .cards.icons a.card.green .bottom-btn {
  background-color: #8bcd9c;
}
section.block-cards .cards.icons a.card.grey {
  background-color: #707272;
}
section.block-cards .cards.icons a.card.grey .bottom-btn {
  background-color: #707272;
}
section.block-cards .cards.icons a.card:hover .item {
  background-color: rgba(255, 255, 255, 0.95);
  transition: all 0.2s ease;
}
section.block-cards .cards.icons a.card:hover .item IMG.icon {
  bottom: 42px;
  transition: all 0.3s ease;
}
section.block-cards .cards.icons a.card:hover .item .bottom-btn {
  bottom: 7px;
  transition: all 0.4s ease;
}
section.block-cards .cards.standard {
  margin-top: -40px;
}
section.block-cards .cards.standard a.card {
  display: block;
  margin: 0 auto 65px auto;
  border-radius: 25px;
  max-width: 350px;
  border: 2px solid #8bcd9c;
}
@media (min-width: 760px) {
  section.block-cards .cards.standard a.card {
    width: 35%;
    margin: 0 10px 30px;
    max-width: 277px;
  }
}
@media (min-width: 1200px) {
  section.block-cards .cards.standard a.card {
    width: 31%;
    margin: 0 15px 30px;
  }
}
section.block-cards .cards.standard a.card .item {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease;
  border-radius: 25px;
}
section.block-cards .cards.standard a.card .item .inner-content {
  color: #7b7b7b;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
section.block-cards .cards.standard a.card .item .inner-content h4 {
  display: block;
  padding: 24px;
  width: 100%;
  text-align: center;
  font-size: 21px;
  font-weight: 600;
  margin: 0;
  border-radius: 23px 23px 0 0;
}
section.block-cards .cards.standard a.card .item .inner-content .standard-content {
  padding: 20px 20px 30px;
  border-radius: 0 0 25px 25px;
}
section.block-cards .cards.standard a.card.blue {
  border-color: #047f91;
}
section.block-cards .cards.standard a.card.blue h4 {
  background-color: #047f91;
  color: #FFFFFF;
}
section.block-cards .cards.standard a.card.yellow {
  border-color: #f1b625;
}
section.block-cards .cards.standard a.card.yellow h4 {
  background-color: #f1b625;
  color: #7b7b7b;
}
section.block-cards .cards.standard a.card.red {
  border-color: #9b3426;
}
section.block-cards .cards.standard a.card.red h4 {
  background-color: #9b3426;
  color: #FFFFFF;
}
section.block-cards .cards.standard a.card.green {
  border-color: #8bcd9c;
}
section.block-cards .cards.standard a.card.green h4 {
  background-color: #8bcd9c;
  color: #FFFFFF;
}
section.block-cards .cards.standard a.card.grey {
  border-color: #707272;
}
section.block-cards .cards.standard a.card.grey h4 {
  background-color: #707272;
  color: #FFFFFF;
}
section.block-cards .cards.images a.card {
  display: block;
  margin: 0 auto 65px auto;
  border-radius: 0 0 15px 15px;
  max-width: 280px;
  border: 2px solid #8bcd9c;
}
@media (min-width: 760px) {
  section.block-cards .cards.images a.card {
    width: 27%;
    margin: 0 10px 65px;
  }
}
section.block-cards .cards.images a.card .item {
  display: flex;
  flex-flow: column;
  width: 100%;
  height: 100%;
  border-radius: 0 0 15px 15px;
  background-color: rgba(255, 255, 255, 0.8);
  transition: all 0.2s ease;
}
section.block-cards .cards.images a.card .item .icon-img {
  transition: all 0.2s ease;
  aspect-ratio: 16/11;
  position: relative;
  bottom: 40px;
  border-radius: 15px 15px 0 0;
  width: 80%;
  max-width: 220px;
  background-size: cover;
  background-position: center;
  margin: 0 auto -30px;
}
section.block-cards .cards.images a.card .item .inner-content {
  padding: 10px 24px 20px;
  color: #7b7b7b;
  font-size: 15px;
  line-height: 22px;
  text-align: center;
}
section.block-cards .cards.images a.card .item .inner-content h4 {
  font-size: 17px;
  font-weight: 600;
  margin: 0 0 10px 0;
}
section.block-cards .cards.images a.card .item .bottom-btn {
  position: relative;
  bottom: 0;
  transition: all 0.2s ease;
  margin-top: auto;
  text-align: center;
  border-radius: 0 0 13px 13px;
  width: 100%;
  padding: 13px 20px;
  color: #FFFFFF;
  font-family: "Source Serif Pro", serif;
  font-size: 17px;
  font-weight: 600;
}
section.block-cards .cards.images a.card.blue {
  background-color: #FFFFFF;
  border-color: #047f91;
}
section.block-cards .cards.images a.card.blue .bottom-btn {
  background-color: #047f91;
}
section.block-cards .cards.images a.card.yellow {
  background-color: #FFFFFF;
  border-color: #f1b625;
}
section.block-cards .cards.images a.card.yellow .bottom-btn {
  background-color: #f1b625;
}
section.block-cards .cards.images a.card.red {
  background-color: #FFFFFF;
  border-color: #9b3426;
}
section.block-cards .cards.images a.card.red .bottom-btn {
  background-color: #9b3426;
}
section.block-cards .cards.images a.card.green {
  background-color: #FFFFFF;
  border-color: #8bcd9c;
}
section.block-cards .cards.images a.card.green .bottom-btn {
  background-color: #8bcd9c;
}
section.block-cards .cards.images a.card.grey {
  background-color: #FFFFFF;
  border-color: #707272;
}
section.block-cards .cards.images a.card.grey .bottom-btn {
  background-color: #707272;
}
section.block-cards .cards.images a.card:hover .item {
  transition: all 0.2s ease;
}
section.block-cards .cards.images a.card:hover .item .icon-img {
  bottom: 42px;
}
section.block-cards .cards.images a.card:hover .item .bottom-btn {
  bottom: -7px;
  transition: all 0.4s ease;
}

section.block-image-card {
  padding: 30px 0;
}
@media (min-width: 760px) {
  section.block-image-card {
    padding: 50px 0;
  }
}
section.block-image-card .container {
  max-width: 1200px;
}
section.block-image-card .section-holder {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 760px) {
  section.block-image-card .section-holder {
    flex-flow: row;
    position: relative;
  }
}
section.block-image-card .section-holder .card {
  padding: 30px;
}
@media (min-width: 760px) {
  section.block-image-card .section-holder .card {
    text-align: center;
    border-radius: 30px;
    width: 46%;
    z-index: 1;
  }
}
@media (min-width: 1200px) {
  section.block-image-card .section-holder .card {
    width: 34%;
  }
}
section.block-image-card .section-holder .card.blue {
  background-color: #047f91;
  color: #FFFFFF;
}
section.block-image-card .section-holder .card.blue h1, section.block-image-card .section-holder .card.blue h2, section.block-image-card .section-holder .card.blue h3, section.block-image-card .section-holder .card.blue h4, section.block-image-card .section-holder .card.blue h5, section.block-image-card .section-holder .card.blue a {
  color: #FFFFFF;
}
section.block-image-card .section-holder .card.green {
  background-color: #8bcd9c;
  color: #FFFFFF;
}
section.block-image-card .section-holder .card.green h1, section.block-image-card .section-holder .card.green h2, section.block-image-card .section-holder .card.green h3, section.block-image-card .section-holder .card.green h4, section.block-image-card .section-holder .card.green h5, section.block-image-card .section-holder .card.green a {
  color: #FFFFFF;
}
section.block-image-card .section-holder .card.soft-blue {
  background-color: #55A8B4;
  color: #FFFFFF;
}
section.block-image-card .section-holder .card.soft-blue h1, section.block-image-card .section-holder .card.soft-blue h2, section.block-image-card .section-holder .card.soft-blue h3, section.block-image-card .section-holder .card.soft-blue h4, section.block-image-card .section-holder .card.soft-blue h5, section.block-image-card .section-holder .card.soft-blue a {
  color: #FFFFFF;
}
section.block-image-card .section-holder .card.red {
  background-color: #9b3426;
  color: #FFFFFF;
}
section.block-image-card .section-holder .card.red h1, section.block-image-card .section-holder .card.red h2, section.block-image-card .section-holder .card.red h3, section.block-image-card .section-holder .card.red h4, section.block-image-card .section-holder .card.red h5, section.block-image-card .section-holder .card.red a {
  color: #FFFFFF;
}
section.block-image-card .section-holder .card.yellow {
  background-color: #f1b625;
  color: #FFFFFF;
}
section.block-image-card .section-holder .card.yellow h1, section.block-image-card .section-holder .card.yellow h2, section.block-image-card .section-holder .card.yellow h3, section.block-image-card .section-holder .card.yellow h4, section.block-image-card .section-holder .card.yellow h5, section.block-image-card .section-holder .card.yellow a {
  color: #FFFFFF;
}
section.block-image-card .section-holder .image-holder {
  width: 100%;
}
@media (min-width: 760px) {
  section.block-image-card .section-holder .image-holder {
    width: 56%;
  }
}
@media (min-width: 1200px) {
  section.block-image-card .section-holder .image-holder {
    width: 66%;
  }
}
section.block-image-card .section-holder.left {
  justify-content: flex-end;
}
@media (min-width: 760px) {
  section.block-image-card .section-holder.left .card {
    position: relative;
    left: 30px;
  }
}
@media (min-width: 760px) {
  section.block-image-card .section-holder.left .image-holder {
    position: relative;
    right: 30px;
    order: 2;
  }
}
section.block-image-card .section-holder.right {
  justify-content: flex-start;
}
@media (min-width: 760px) {
  section.block-image-card .section-holder.right .card {
    position: relative;
    right: 30px;
    order: 2;
  }
}
@media (min-width: 760px) {
  section.block-image-card .section-holder.right .image-holder {
    position: relative;
    left: 30px;
    order: 1;
  }
}

section.block-featured-video {
  padding: 70px 0;
}
section.block-featured-video .container.flex-right {
  display: flex;
}
@media (min-width: 760px) {
  section.block-featured-video .container.flex-right {
    justify-content: flex-end;
  }
}
section.block-featured-video .container.flex-right .video-and-text-outer {
  display: flex;
  flex-flow: column;
  width: 100%;
  position: relative;
}
@media (min-width: 760px) {
  section.block-featured-video .container.flex-right .video-and-text-outer {
    flex-flow: row;
  }
}
section.block-featured-video .container.flex-right .video-and-text-outer .video-holder {
  position: relative;
  width: 100%;
  z-index: 1;
}
@media (min-width: 760px) {
  section.block-featured-video .container.flex-right .video-and-text-outer .video-holder {
    width: 72%;
  }
}
section.block-featured-video .container.flex-right .video-and-text-outer .video-text {
  position: relative;
  background-color: rgba(4, 127, 145, 0.9);
  border-radius: 0 0 30px 30px;
  padding: 30px;
  text-align: center;
  color: #FFFFFF;
  font-weight: 300;
}
@media (min-width: 760px) {
  section.block-featured-video .container.flex-right .video-and-text-outer .video-text {
    padding: 50px 50px 50px 300px;
    right: 250px;
    border-radius: 30px;
    top: 65px;
    text-align: left;
    width: 84%;
    font-size: 22px;
    line-height: 36px;
    margin-right: -250px;
  }
}
section.block-featured-video .container.flex-right .video-and-text-outer .video-text h2 {
  font-weight: 300;
}
@media (min-width: 760px) {
  section.block-featured-video .container.flex-right .video-and-text-outer .video-text h2 {
    font-size: 50px;
    line-height: 50px;
  }
}
section.block-featured-video .video {
  aspect-ratio: 16/10;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.block-featured-video .video a.play-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100px 100px;
  background-position: center;
  background-image: var(--wpr-bg-fda41c19-0c76-46d7-9b45-d53355ed2e0e);
  background-repeat: no-repeat;
}
section.block-sidebar-content {
  padding: 20px 0;
}
@media (min-width: 760px) {
  section.block-sidebar-content {
    padding: 60px 0 40px;
  }
}
@media (min-width: 1200px) {
  section.block-sidebar-content .container {
    padding-left: 0;
    padding-right: 0;
  }
}
section.block-sidebar-content .with-sidebar {
  display: flex;
  flex-flow: column;
}
@media (min-width: 760px) {
  section.block-sidebar-content .with-sidebar {
    flex-flow: row;
    justify-content: space-between;
  }
}
section.block-sidebar-content .with-sidebar .left-section {
  width: 100%;
  padding: 0 0 30px 0;
}
@media (min-width: 760px) {
  section.block-sidebar-content .with-sidebar .left-section {
    width: 64%;
    padding: 0 0 0 40px;
  }
}
section.block-sidebar-content .with-sidebar .left-section .resources-list {
  display: flex;
  flex-flow: column;
  justify-content: center;
  margin: 30px 0;
}
@media (min-width: 760px) {
  section.block-sidebar-content .with-sidebar .left-section .resources-list {
    flex-flow: row wrap;
    justify-content: flex-start;
    margin: 50px -15px 10px;
  }
}
section.block-sidebar-content .with-sidebar .left-section .resources-list .item {
  width: 100%;
  max-width: 450px;
  margin: 0 0 30px 0;
  text-align: center;
}
@media (min-width: 760px) {
  section.block-sidebar-content .with-sidebar .left-section .resources-list .item {
    width: 48%;
    margin: 0 15px;
  }
}
section.block-sidebar-content .with-sidebar .left-section .resources-list .item h3 {
  font-size: 26px;
  font-weight: 500;
  margin: 11px 0 8px;
}
section.block-sidebar-content .with-sidebar .right-sidebar {
  width: 100%;
}
@media (min-width: 760px) {
  section.block-sidebar-content .with-sidebar .right-sidebar {
    width: 30%;
  }
}
section.block-sidebar-content .with-sidebar .right-sidebar .item {
  margin: 0 0 30px 0;
}
section.block-sidebar-content .with-sidebar .right-sidebar .item .video {
  aspect-ratio: 16/10;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.block-sidebar-content .with-sidebar .right-sidebar .item .video a.play-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100px 100px;
  background-position: center;
  background-image: var(--wpr-bg-5696bd91-6cb0-456e-bdfb-8816752c4306);
  background-repeat: no-repeat;
}
.single-team section.block-sidebar-content {
  padding: 8px 0 60px 0;
}

.block-featured-blogs {
  max-width: 1120px;
  margin: 40px auto;
  text-align: center;
}
.block-featured-blogs .action .btn {
  background-color: #f1b625;
  color: #FFFFFF;
  border-radius: 13px;
  font-size: 16px;
  text-transform: none;
  padding: 14px 28px;
  position: relative;
  bottom: 26px;
}
.block-featured-blogs h2 {
  display: inline-block;
  background-color: #047f91;
  width: 100%;
  max-width: 100%;
  color: #FFFFFF;
  font-weight: 300;
  margin-bottom: 0;
}
@media (min-width: 760px) {
  .block-featured-blogs h2 {
    position: relative;
    z-index: 1;
    top: 50px;
    font-size: 45px;
    padding: 40px 33px;
    width: 742px;
  }
}
.block-featured-blogs .featured-blogs {
  background-color: #d5e9ec;
  padding: 35px;
  display: flex;
  flex-flow: column;
  justify-content: space-between;
  flex-grow: 1;
}
@media (min-width: 760px) {
  .block-featured-blogs .featured-blogs {
    flex-flow: row;
  }
}
.block-featured-blogs .featured-blogs .feed-item {
  text-align: center;
  font-size: 16px;
  line-height: 25px;
  position: relative;
  z-index: 2;
  margin: 0 auto 30px;
  max-width: 100%;
  width: 350px;
}
@media (min-width: 760px) {
  .block-featured-blogs .featured-blogs .feed-item {
    width: 30%;
  }
}
.block-featured-blogs .featured-blogs .feed-item .f-image IMG {
  border: 1px solid #0d0e0c;
  margin: 0 0 10px;
}
.block-featured-blogs .featured-blogs .feed-item .f-details h3 {
  font-size: 20px;
  line-height: 22px;
}
.block-featured-blogs .featured-blogs .feed-item .f-details h3 a {
  text-decoration: none;
  color: #047f91;
  font-weight: 600;
}

section.block-feature-testimonials {
  padding: 70px 0;
}
section.block-feature-testimonials.top-orange {
  padding: 0 0 70px 0;
}
section.block-feature-testimonials.top-orange:before {
  display: block;
  content: "";
  height: 150px;
  margin-bottom: -140px;
  background-color: #047f91;
  width: 100%;
}
section.block-feature-testimonials .container {
  max-width: 1300px;
}
section.block-feature-testimonials .section-holder {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: center;
}
@media (min-width: 760px) {
  section.block-feature-testimonials .section-holder {
    flex-flow: row;
  }
}
section.block-feature-testimonials .section-holder .testimonials-slider {
  font-family: "Source Serif Pro", serif;
  color: #FFFFFF;
  font-size: 20px;
  line-height: 30px;
  font-weight: 300;
  background-color: #8bcd9c;
  padding: 30px;
  display: none;
}
@media (min-width: 760px) {
  section.block-feature-testimonials .section-holder .testimonials-slider {
    display: flex;
    text-align: center;
    font-size: 24px;
    line-height: 38px;
    padding: 50px 40px 35px 40px;
    border-radius: 30px;
    width: 34%;
    position: relative;
    left: 25px;
    z-index: 1;
  }
}
@media (min-width: 760px) {
  section.block-feature-testimonials .section-holder .testimonials-slider .swiper {
    min-height: 305px;
  }
}
@media (min-width: 760px) {
  section.block-feature-testimonials .section-holder .testimonials-slider .swiper .swiper-slide {
    display: flex;
    align-items: center;
  }
}
section.block-feature-testimonials .section-holder .testimonials-slider .swiper .swiper-pagination {
  /*
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;

   */
}
section.block-feature-testimonials .section-holder .testimonials-slider .swiper .swiper-pagination .swiper-pagination-bullet {
  width: 10px;
  height: 10px;
  background-color: #FFFFFF;
  opacity: 0.3;
}
section.block-feature-testimonials .section-holder .testimonials-slider .swiper .swiper-pagination .swiper-pagination-bullet-active {
  background-color: #FFFFFF;
  opacity: 1;
}
section.block-feature-testimonials .section-holder .featured-image {
  width: 100%;
}
@media (min-width: 760px) {
  section.block-feature-testimonials .section-holder .featured-image {
    width: 66%;
    position: relative;
    right: 25px;
  }
}

section.block-team-wall {
  padding: 30px 0 !important;
}
@media (min-width: 760px) {
  section.block-team-wall {
    padding: 70px 0;
  }
}
section.block-team-wall .team-holder {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 760px) {
  section.block-team-wall .team-holder {
    flex-flow: row wrap;
    align-items: flex-start;
  }
}
section.block-team-wall .team-holder .item {
  margin: 0 0 35px 0;
  text-align: center;
}
@media (min-width: 760px) {
  section.block-team-wall .team-holder .item {
    margin: 0 0 45px;
    padding: 0 20px;
    width: 33%;
  }
}
section.block-team-wall .team-holder .item a.f-image IMG {
  position: relative;
  bottom: 0;
  transition: all 0.2s ease;
}
section.block-team-wall .team-holder .item a.f-image IMG:hover {
  position: relative;
  bottom: 5px;
  transition: all 0.2s ease;
}
section.block-team-wall .team-holder .item .details {
  line-height: 22px;
}
section.block-team-wall .team-holder .item .details .short-bio {
  padding: 15px 10px;
  max-width: 290px;
  margin: 0 auto;
  text-align: left;
  font-size: 15px;
  line-height: 24px;
}
section.block-team-wall .team-holder .item .details h3 {
  font-size: 21px;
  font-weight: 500;
  color: #e59d6d;
  margin-bottom: 1px;
}
section.block-team-wall .team-holder .item .details .linkedin .fa-linkedin {
  color: #047f91;
  font-size: 22px;
  margin: 6px 0 0 0;
}
section.block-team-wall .team-holder .item .details .linkedin .fa-linkedin:hover {
  color: #f1b625;
}

section.block-upcoming-events {
  padding: 0px 0;
}
@media (min-width: 760px) {
  section.block-upcoming-events {
    padding: 0 0 30px;
  }
}
section.block-upcoming-events .container .with-sidebar {
  display: flex;
  flex-flow: column;
}
@media (min-width: 760px) {
  section.block-upcoming-events .container .with-sidebar {
    flex-flow: row;
    justify-content: space-between;
  }
}
section.block-upcoming-events .container .with-sidebar .left-section {
  width: 100%;
  padding: 0 0 30px 0;
}
@media (min-width: 760px) {
  section.block-upcoming-events .container .with-sidebar .left-section {
    width: 64%;
    padding: 0 0 0 40px;
  }
}
section.block-upcoming-events .container .with-sidebar .right-sidebar {
  width: 100%;
}
@media (min-width: 760px) {
  section.block-upcoming-events .container .with-sidebar .right-sidebar {
    width: 30%;
  }
}
section.block-upcoming-events .container .with-sidebar .right-sidebar .item {
  margin: 0 0 30px 0;
}
section.block-upcoming-events .container .with-sidebar .right-sidebar .item .video {
  aspect-ratio: 16/10;
  width: 100%;
  position: relative;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
section.block-upcoming-events .container .with-sidebar .right-sidebar .item .video a.play-icon {
  display: block;
  width: 100%;
  height: 100%;
  background-size: 100px 100px;
  background-position: center;
  background-image: var(--wpr-bg-0031dd37-a435-41e1-a0dc-4c9ceb5752a0);
  background-repeat: no-repeat;
}
section.block-upcoming-events .container .section-divider {
  height: 1px;
  background-color: #efefef;
  margin: 30px 0;
}
@media (min-width: 760px) {
  section.block-upcoming-events .container .section-divider {
    margin: 40px 0;
  }
}
section.block-upcoming-events .container section.events .item {
  padding: 0 0 50px 0;
}
@media (min-width: 760px) {
  section.block-upcoming-events .container section.events .item {
    display: flex;
    justify-content: space-between;
  }
}
section.block-upcoming-events .container section.events .item .image {
  margin: 0 auto 20px auto;
  width: 160px;
  height: 130px;
  background-color: #55A8B4;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (min-width: 760px) {
  section.block-upcoming-events .container section.events .item .event-details {
    width: 80%;
    margin-left: 30px;
  }
}
section.block-upcoming-events .container section.events .item h4 {
  font-family: "Source Sans Pro", sans-serif;
  font-size: 17px;
  font-weight: 600;
  color: #047f91;
  margin-bottom: 0px;
}
section.block-upcoming-events .container section.events .item h4 a {
  color: #047f91;
}
section.block-upcoming-events .container section.events .item > .event-date-time {
  font-weight: 600;
}
section.block-upcoming-events .container section.events .item:last-child {
  padding: 0;
}
section.block-upcoming-events .container section.events .item .sessions {
  padding: 17px 0 0 25px;
}
section.block-upcoming-events .container section.events .item .sessions .session {
  padding: 0 0 10px;
}
section.block-upcoming-events .container section.events .item .sessions .session > .event-date-time {
  font-weight: 600;
}
section.block-upcoming-events .container section.events .item .sessions .session:last-child {
  padding: 0;
}
section.block-upcoming-events .container section.events + h2 {
  margin-top: 30px;
}
section.block-upcoming-events .container section.events.past-events .item {
  margin: 0 0 15px;
  padding: 0;
}
@media (min-width: 760px) {
  section.block-upcoming-events .container section.events.past-events .item {
    margin: 0 0 15px;
  }
}
section.block-upcoming-events .container section.events.past-events .item .event-details {
  margin-left: 0;
}
@media (min-width: 760px) {
  section.block-upcoming-events .container section.events.past-events .item .event-details {
    margin-left: 0;
  }
}

.single-team .bio-banner {
  display: flex;
  flex-flow: column;
  margin: 15px 0 30px;
}
@media (min-width: 760px) {
  .single-team .bio-banner {
    flex-flow: row;
    align-items: stretch;
    min-height: 440px;
  }
}
@media (min-width: 1200px) {
  .single-team .bio-banner {
    flex-flow: row;
    align-items: stretch;
    min-height: 490px;
  }
}
.single-team .bio-banner .bio-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  width: 100%;
  height: 250px;
}
@media (min-width: 760px) {
  .single-team .bio-banner .bio-image {
    width: 70%;
    height: auto;
  }
}
.single-team .bio-banner .bio-info {
  width: 100%;
  background-color: #047f91;
  color: #FFFFFF;
  padding: 25px;
  display: flex;
  flex-flow: column;
}
@media (min-width: 760px) {
  .single-team .bio-banner .bio-info {
    width: 30%;
    height: auto;
  }
}
.single-team .bio-banner .bio-info h1 {
  font-size: 20px;
  line-height: 22px;
  margin-bottom: 6px;
  color: #FFFFFF;
}
.single-team .bio-banner .bio-info .title {
  font-size: 18px;
  line-height: 20px;
  margin-bottom: 10px;
  font-family: "Source Serif Pro", serif;
}
.single-team .bio-banner .bio-info .bio-quote {
  font-style: italic;
}
.single-team .bio-banner .bio-info .bio-quote::before {
  display: block;
  content: "";
  position: relative;
  margin-top: -27px;
  left: -24px;
  bottom: -27px;
  width: 80px;
  height: 53px;
  background-size: 90%;
  background-image: var(--wpr-bg-1a5e5cfe-d501-4954-a64a-ddafd5dfdef5);
  background-repeat: no-repeat;
  background-position: top 5px left 5px;
}
.single-team .bio-banner .bio-info .bio-quote .short-name {
  margin-right: 30px;
  text-align: right;
}
.single-team .bio-banner .bio-info .linkedin {
  margin-top: auto;
  line-height: 1px;
}
.single-team .bio-banner .bio-info .linkedin .fa-linkedin {
  color: #FFFFFF;
  font-size: 22px;
}
.single-team .bio-banner .bio-info .linkedin .fa-linkedin:hover {
  color: #f1b625;
}

section.helpful-resources .container {
  max-width: 1150px;
}
section.helpful-resources .container .header-section {
  background-color: #047f91;
  color: #FFFFFF;
  padding: 30px;
  text-align: center;
  border-radius: 25px 25px 0 0;
  margin: 30px auto;
}
@media (min-width: 760px) {
  section.helpful-resources .container .header-section {
    margin: 60px auto;
  }
}
section.helpful-resources .container .header-section h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 18px;
}
section.helpful-resources .container .header-section h1, section.helpful-resources .container .header-section h2, section.helpful-resources .container .header-section h3 {
  color: #FFFFFF;
}
section.helpful-resources .container .all-resources-holder {
  display: flex;
  flex-flow: column;
  max-width: 1050px;
  margin: 40px auto;
}
@media (min-width: 760px) {
  section.helpful-resources .container .all-resources-holder {
    flex-flow: row;
    justify-content: space-between;
  }
}
section.helpful-resources .container .all-resources-holder .resources-left {
  width: 100%;
}
@media (min-width: 760px) {
  section.helpful-resources .container .all-resources-holder .resources-left {
    width: 67%;
  }
}
section.helpful-resources .container .all-resources-holder .resources-left .resources-list .resource-item {
  display: flex;
  padding: 0 0 15px;
}
section.helpful-resources .container .all-resources-holder .resources-left .resources-list .resource-item .post-thumbnail {
  padding: 0 25px 20px 0;
  max-width: 40%;
  min-width: 150px;
}
section.helpful-resources .container .all-resources-holder .resources-left .resources-list .resource-item .post-thumbnail IMG {
  border-radius: 200px;
  width: 120px;
}
section.helpful-resources .container .all-resources-holder .resources-left .resources-list .resource-item .resource-preview {
  font-size: 15px;
  line-height: 24px;
}
section.helpful-resources .container .all-resources-holder .resources-left .resources-list .resource-item .resource-preview h3 a {
  color: #9b3426;
  font-family: "Source Sans Pro", sans-serif;
  font-size: 20px;
  font-weight: 600;
}
section.helpful-resources .container .all-resources-holder .resources-sidebar {
  width: 100%;
}
@media (min-width: 760px) {
  section.helpful-resources .container .all-resources-holder .resources-sidebar {
    width: 28%;
  }
}

.sidebar-section a.helpful-resource {
  display: block;
  width: 100%;
}

.post-type-archive-helpful-resources .sidebar-section h3, .resource-sidebar .sidebar-section h3 {
  color: #f1b625;
}

.single-helpful-resources .helpful-resource-banner {
  margin: 60px 0;
}
.single-helpful-resources .helpful-resource-banner .container .holder {
  display: flex;
  flex-flow: column;
  background-color: #047f91;
  color: #FFFFFF;
}
@media (min-width: 760px) {
  .single-helpful-resources .helpful-resource-banner .container .holder {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    border-radius: 0 25px 0 0;
  }
}
.single-helpful-resources .helpful-resource-banner .container .holder .image {
  width: 100%;
  height: 125px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (min-width: 760px) {
  .single-helpful-resources .helpful-resource-banner .container .holder .image {
    width: 200px;
    height: auto;
    max-width: 28%;
  }
}
.single-helpful-resources .helpful-resource-banner .container .holder .banner-content {
  padding: 30px;
  flex: 1;
}
@media (min-width: 760px) {
  .single-helpful-resources .helpful-resource-banner .container .holder .banner-content {
    width: 70%;
    padding: 22px 60px;
  }
}
.single-helpful-resources .helpful-resource-banner .container .holder .banner-content h1 {
  font-family: "Source Sans Pro", sans-serif;
  font-weight: 600;
  font-size: 30px;
  line-height: 32px;
  margin-bottom: 18px;
}
.single-helpful-resources .resource-content-holder {
  display: flex;
  flex-flow: column;
}
@media (min-width: 760px) {
  .single-helpful-resources .resource-content-holder {
    flex-flow: row;
    justify-content: space-between;
  }
}
@media (min-width: 760px) {
  .single-helpful-resources .resource-content-holder .resource-content {
    width: 70%;
  }
}
.single-helpful-resources .resource-content-holder .resource-content .resource .resource-title {
  display: flex;
  align-items: center;
  font-family: "Source Sans Pro", sans-serif;
  color: #9b3426;
  font-size: 22px;
  font-weight: 600;
  margin: 0 0 20px;
}
.single-helpful-resources .resource-content-holder .resource-content .resource .resource-title .icon {
  width: 55px;
  margin-right: 15px;
}
@media (min-width: 760px) {
  .single-helpful-resources .resource-content-holder .resource-content .resource .resource-title .icon {
    width: 70px;
  }
}
.single-helpful-resources .resource-content-holder .resource-content .resource .item {
  padding: 0 0 20px;
}
.single-helpful-resources .resource-content-holder .resource-content .resource .item h3 {
  font-size: 18px;
  font-weight: 600;
  font-family: "Source Sans Pro", sans-serif;
  color: #047f91;
  margin-bottom: 0px;
}
.single-helpful-resources .resource-content-holder .resource-content .resource .item a > h3 {
  text-decoration: underline;
}
.single-helpful-resources .resource-content-holder .resource-content .resource .item a:hover > h3 {
  text-decoration: none;
  color: #7b7b7b;
}
.single-helpful-resources .resource-content-holder .resource-content .resource.videos .videos-holder {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (min-width: 760px) {
  .single-helpful-resources .resource-content-holder .resource-content .resource.videos .videos-holder {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}
.single-helpful-resources .resource-content-holder .resource-content .resource.videos .videos-holder .item {
  width: 100%;
}
.single-helpful-resources .resource-content-holder .resource-content .resource.videos .videos-holder .item .embed-container {
  position: relative;
  padding-bottom: 56.25%;
  overflow: hidden;
  max-width: 100%;
  height: auto;
}
.single-helpful-resources .resource-content-holder .resource-content .resource.videos .videos-holder .item .embed-container iframe, .single-helpful-resources .resource-content-holder .resource-content .resource.videos .videos-holder .item .embed-container object, .single-helpful-resources .resource-content-holder .resource-content .resource.videos .videos-holder .item .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.single-helpful-resources .resource-content-holder .resource-content .resource.videos .videos-holder .item .embed-container + h3 {
  margin-top: 10px;
}
@media (min-width: 760px) {
  .single-helpful-resources .resource-content-holder .resource-content .resource.videos .videos-holder .item {
    width: 47%;
  }
  .single-helpful-resources .resource-content-holder .resource-content .resource.videos .videos-holder .item:nth-child(odd) {
    margin: 0 15px 25px 0;
  }
  .single-helpful-resources .resource-content-holder .resource-content .resource.videos .videos-holder .item:nth-child(even) {
    margin: 0 0 25px 15px;
  }
}
@media (min-width: 760px) {
  .single-helpful-resources .resource-content-holder .resource-sidebar {
    width: 26%;
  }
}

body {
  color: #7b7b7b;
}

html {
  scroll-behavior: smooth;
}

a {
  opacity: 1;
  color: #047f91;
}
a:hover {
  opacity: 1;
  color: #0d0e0c;
}
a.underline {
  text-decoration: underline;
}
a.underline:hover {
  text-decoration: none;
}
a.no-underline {
  text-decoration: none;
}
a.no-underline:hover {
  text-decoration: none;
}

.flex {
  display: flex;
}
@media (min-width: 760px) {
  .flex.fifty {
    flex-flow: row wrap;
    justify-content: space-between;
  }
  .flex.fifty li {
    width: 48%;
  }
}

.full {
  width: 100vw;
  position: relative;
  left: calc(-50vw + 50%);
}

p {
  margin-bottom: 20px;
}

.container {
  max-width: 1200px;
}

.bold {
  font-weight: bold;
}

.white {
  color: #FFFFFF;
}
.white h1, .white h2, .white h3, .white a {
  color: #FFFFFF;
}

.red {
  color: #9b3426;
}
.red h1, .red h2, .red h3, .red a {
  color: #9b3426;
}

.green {
  color: #8bcd9c;
}
.green h1, .green h2, .green h3, .green a {
  color: #8bcd9c;
}

.blue {
  color: #047f91;
}
.blue h1, .blue h2, .blue h3, .blue a {
  color: #047f91;
}

@media (max-width: 760px) {
  .hide-mobile {
    display: none;
  }
}

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

ul li {
  list-style-type: disc;
}
ul.check {
  padding: 0;
}
ul.check li {
  list-style: none;
  position: relative;
  padding: 0 0 0 20px;
}
ul.check li::before {
  position: absolute;
  left: 0;
  top: 0;
  content: "✓";
}

.directors {
  display: flex;
  flex-flow: column;
  justify-content: center;
}
@media (min-width: 760px) {
  .directors {
    flex-flow: row wrap;
    justify-content: flex-start;
  }
}
.directors .director {
  width: 100%;
  text-align: center;
  margin: 0 0 30px 0;
}
.directors .director p {
  margin-bottom: 6px;
}
@media (min-width: 760px) {
  .directors .director {
    max-width: 250px;
    margin-right: 30px;
  }
}
.directors .director h3 {
  font-size: 21px;
  font-weight: 500;
  margin: 0;
}
.directors .director .btn {
  padding: 8px 24px;
  font-size: 18px;
  margin: 10px 0 0 0;
}

.social {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}
@media (min-width: 760px) {
  .social {
    justify-content: flex-start;
  }
}
.social a {
  margin: 0 5px 0 0;
  text-decoration: none;
}
.social a .fa-brands {
  color: #f1b625;
  font-size: 15px;
  padding: 3px;
  border-radius: 40px;
  border: 1px solid #f1b625;
  width: 27px;
  height: 27px;
  justify-content: center;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.social a .fa-brands:hover {
  color: #047f91;
  border: 1px solid #047f91;
}

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