/*
Theme Name: CLA
Theme URI: https://api.modulestudio.co.uk
Details URI: https://api.modulepreview.co.uk/?action=get_metadata&slug=cla
Author: Module Studio
Author URI: https://modulestudio.co.uk
Description: CLA FSI Theme
Requires at least: 6.1
Tested up to: 6.22
Requires PHP: 5.6
Version: 1.0
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/old-licenses/gpl-2.0.html
Text Domain: CLA
*/
/* Change the WordPress default css to a 1023px media query */
@media (min-width: 1023px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: none !important;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: block !important;
    width: 100%;
    position: relative;
    z-index: auto;
    background-color: inherit;
  }
}
/* Remove the WordPress default for 600px */
@media (min-width: 600px) {
  .wp-block-navigation__responsive-container-open:not(.always-shown) {
    display: flex;
  }
  .wp-block-navigation__responsive-container:not(.hidden-by-default):not(.is-menu-open) {
    display: none;
  }
}
/* Global container size for post content/responsive breaks */
/* Variables/Mixins */
.addWidth {
  width: 100%;
}
/* Global Styles */
* {
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.wp-block-table {
  margin-top: 24px;
}
.wp-block-table th {
  padding: 10px 0 10px 8px !important;
  border-color: #2E334E !important;
}
table thead {
  background-color: #2E334E;
  color: #ffffff;
  border-bottom: none !Important;
}
table tbody tr td {
  border-color: #ABAEAB !important;
  color: #2D3C59 !Important;
  font-weight: 300;
  font-size: 18px;
  padding: 10px;
}
.wp-block-post-title a:hover {
  text-decoration: underline;
}
a {
  text-decoration: none;
  color: inherit;
}
.wp-block-query .wp-block-post-template a:hover {
  text-decoration: underline;
}
.search-results .wp-site-blocks main, .search-no-results .wp-site-blocks main {
  margin-top: 130px !important;
}
.search .wp-block-query {
  margin-block-start: 45px;
}
.search h1 {
  text-transform: initial !important;
}
.search .wp-block-query ul {
  display: flex;
  flex-direction: column;
  gap: 30px;
}
@media (max-width: 1190px) {
  .search .wp-block-query ul {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.search .wp-block-query ul h2 {
  color: #2d3c59;
  margin-bottom: 0px;
}
.search .wp-block-query ul .wp-block-post-date {
  margin-top: 10px;
}
.search .wp-block-query ul .wp-block-post-date time a {
  pointer-events: none;
  text-decoration: none;
  color: #676767;
  font-weight: 300;
  line-height: 1.5em;
}
.search .wp-block-query ul .wp-block-post-excerpt {
  margin-top: 10px;
}
.search .wp-block-query ul .wp-block-post-excerpt p {
  color: #676767;
  font-weight: 300;
  line-height: 1.5em;
}
.search .wp-block-query-title {
  background-color: #7dd2d3;
  color: #2D3C59 !important;
  text-align: center;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media (max-width: 1190px) {
  .search .wp-block-query-title {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.search .wp-block-button .view-more-query {
  display: none !important;
}
.menuSearchWrapper {
  flex-direction: row;
  display: flex;
  margin-top: 0px !Important;
}
.menuSearchWrapper .searchImage {
  position: relative;
  margin: 0px 0px 0px 13px;
  margin-inline-start: 0.75em !important;
  z-index: 2;
  min-width: 25px;
  min-height: 25px;
}
.menuSearchWrapper .searchField {
  width: 300px;
  height: auto;
  position: absolute;
  padding: 1em;
  right: 0px;
  top: 2em;
  background-color: #2e334e;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}
.menuSearchWrapper .searchField input[type=search] {
  width: 100%;
  font-size: 18px;
  font-family: "Museo Sans", sans-serif;
  color: #676767;
  font-weight: 300;
  padding: 13px 5px;
  border: 0px;
}
.menuSearchWrapper .searchField input[type=search]:focus {
  border: none;
  outline: none;
}
.wp-block-post-featured-image a {
  display: initial;
}
.wp-site-blocks h1 {
  font-size: 57px;
  text-transform: capitalize;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
  .wp-site-blocks h1 {
    font-size: 45px;
  }
}
@media only screen and (max-width: 780px) {
  .wp-site-blocks h1 {
    font-size: 35px;
  }
}
.wp-site-blocks p {
  font-size: 18px;
  color: #676767;
  font-weight: 300;
  line-height: 1.5em;
}
@media only screen and (max-width: 1190px) {
  .wp-site-blocks p {
    font-size: 18px;
  }
}
.wp-site-blocks h2 {
  font-size: 36px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
  .wp-site-blocks h2 {
    font-size: 32px;
  }
}
@media only screen and (max-width: 780px) {
  .wp-site-blocks h2 {
    font-size: 26px;
  }
}
.wp-site-blocks h3 {
  font-size: 30px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
  .wp-site-blocks h3 {
    font-size: 26px;
  }
}
@media only screen and (max-width: 780px) {
  .wp-site-blocks h3 {
    font-size: 22px;
  }
}
.wp-site-blocks h4 {
  font-size: 26px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
  .wp-site-blocks h4 {
    font-size: 23px;
  }
}
@media only screen and (max-width: 780px) {
  .wp-site-blocks h4 {
    font-size: 20px;
  }
}
.wp-block-separator {
  border: 1px solid #B7B7B7;
}
h5 {
  font-size: 18px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
  h5 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 780px) {
  h5 {
    font-size: 16px;
  }
}
.wp-site-blocks h6 {
  font-size: 16px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 960px) {
  .wp-site-blocks h6 {
    font-size: 16px;
  }
}
@media only screen and (max-width: 780px) {
  .wp-site-blocks h6 {
    font-size: 14px;
  }
}
ul li {
  font-size: 18px;
}
main {
  margin-block-start: 0px !important;
}
.wp-block-post-terms a {
  text-transform: uppercase !important;
  font-size: 16px !important;
  color: #2A787A !important;
}
time {
  font-size: 16px !important;
  text-transform: uppercase !important;
  color: #525652 !important;
}
.wp-block-cover {
  padding: 0 !important;
}
.single-contact .breadcrumb {
  max-width: 60% !important;
}
@media only screen and (max-width: 1102px) {
  .single-contact .breadcrumb {
    max-width: 50% !important;
  }
}
@media only screen and (max-width: 780px) {
  .single-contact .breadcrumb {
    max-width: 90% !important;
  }
}
.relative {
  position: relative;
  height: 60px;
  margin-top: 0px !important;
  padding-left: 5px;
}
@media (max-width: 1190px) {
  .relative {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.relative .breadcrumb {
  border-bottom: 1px solid #B7B7B7;
}
.relative .breadcrumb li {
  color: #919191;
  font-size: 13px;
}
.relative .breadcrumb li a {
  text-decoration: none;
}
.relative .breadcrumb li a:active {
  border-bottom: none !Important;
  text-decoration: none !important;
}
.relative .breadcrumb li a span {
  color: #919191;
  text-transform: capitalize;
  font-size: 13px;
}
.wp-block-buttons {
  margin-top: 24px;
}
.wp-block-buttons .wp-block-button {
  border-radius: 3px;
}
.wp-block-buttons.navy .wp-block-button a {
  color: #ffffff !important;
  background-color: #2D3C59 !important;
  border: 2px solid #2D3C59;
  border-radius: 3px;
}
.wp-block-buttons.navy .wp-block-button a:hover {
  color: #2D3C59 !important;
  background-color: transparent !important;
  border: 2px solid #2D3C59;
  border-radius: 3px;
}
.wp-block-buttons.white .wp-block-button {
  border: 2px solid #FFFFFF !important;
  color: #ffffff !important;
}
.wp-block-buttons.white .wp-block-button:hover {
  background-color: transparent !important;
  transition: ease all 0.2s;
}
.wp-block-buttons.white .wp-block-button:hover a {
  color: #FFFFFF !important;
  background-color: transparent !important;
}
.wp-block-buttons.transparent .wp-block-button a {
  color: #2D3C59 !important;
  background-color: transparent !important;
  border: 2px solid #2D3C59;
  border-radius: 3px;
}
.wp-block-buttons.transparent .wp-block-button a:hover {
  color: #ffffff !important;
  background-color: #2D3C59 !important;
  border: 2px solid #2D3C59;
  border-radius: 3px;
}
.wp-block-buttons.navy-blob .wp-block-button a {
  color: #ffffff !important;
  background-color: #2D3C59 !important;
  border: 2px solid #2D3C59;
  border-radius: 3px;
}
.wp-block-buttons.navy-blob .wp-block-button a:hover {
  color: #2D3C59 !important;
  background-color: transparent !important;
  border: 2px solid #2D3C59;
  border-radius: 3px;
}
@media only screen and (min-width: 1023px) {
  .hide-desk {
    display: none !important;
  }
}
@media only screen and (max-width: 1023px) {
  .main-nav-group {
    padding-bottom: 24px !important;
  }
}
@media only screen and (max-width: 960px) {
  .main-nav-group {
    padding-bottom: 0px !important;
  }
}
.main-nav-group .top-menu {
  display: flex;
  justify-content: flex-end;
  gap: 20px;
  margin: 0 !important;
  margin-bottom: 12px !important;
  padding-top: 10px !important;
}
@media only screen and (max-width: 1023px) {
  .main-nav-group .top-menu {
    display: none !important;
  }
}
.main-nav-group .top-menu .lang {
  display: flex;
  justify-content: center;
  align-items: center;
}
.main-nav-group .top-menu ul li a:hover span {
  text-decoration: underline;
}
.main-nav-group .top-menu ul li a span {
  text-decoration: none;
  color: #595959;
  font-family: "Museo Sans", sans-serif;
  font-size: 18px;
  font-weight: 300;
}
.main-nav-group .top-menu .link {
  margin: 0 !important;
}
.main-nav-group .top-menu .link a {
  text-decoration: none;
  color: #595959;
  font-family: "Museo Sans", sans-serif;
}
.main-nav-group .top-menu .link a:hover {
  text-decoration: underline;
}
.main-nav-group .top-menu .lang {
  margin: 0 !important;
}
.nav-main {
  color: #2d3c59;
}
@media only screen and (max-width: 960px) {
  .nav-main {
    margin-top: 0px !important;
  }
}
.nav-main li button {
  padding: 0 0 40px 0px !important;
}
.nav-main li a {
  padding: 0 0 14px;
  border-bottom: 6px solid rgba(125, 210, 211, 0);
  -webkit-transition: border-color 0.25s ease-in-out;
  transition: border-color 0.25s ease-in-out;
}
.nav-main li a:hover {
  border-color: #7dd2d3;
}
.nav-main li {
  color: #2d3c59;
  font-weight: 500;
}
.nav-main li a {
  color: #2d3c59 !important;
  font-weight: 500;
}
.nav-main li a span {
  color: #2d3c59;
  font-weight: 500;
}
.nav-main .wp-block-navigation__container {
  gap: 30px;
}
@media only screen and (max-width: 1023px) {
  .nav-main .wp-block-navigation__container {
    gap: inherit;
  }
}
.nav-main .wp-block-navigation__container li span {
  border-bottom: 2px solid transparent;
  transition: border-bottom 0.1s ease;
}
.nav-main .wp-block-navigation__container li:hover {
  border-bottom: none;
}
.nav-main .wp-block-navigation__submenu-container {
  padding: 25px 20px 5px 20px;
  background-color: #F7F7F6 !important;
  right: auto !important;
  left: 0 !important;
  border: none !important;
  min-width: 220px !important;
  -webkit-box-shadow: 5px 5px 17px -3px rgba(0, 0, 0, 0.25);
  -moz-box-shadow: 5px 5px 17px -3px rgba(0, 0, 0, 0.25);
  box-shadow: 5px 5px 17px -3px rgba(0, 0, 0, 0.25);
}
@media only screen and (max-width: 1023px) {
  .nav-main .wp-block-navigation__submenu-container {
    box-shadow: none !important;
    background-color: #ffffff !Important;
    padding: 20px 5px 0px 12px !important;
  }
}
.nav-main .wp-block-navigation__submenu-container li {
  padding-bottom: 15px;
}
.nav-main .wp-block-navigation__submenu-container li a {
  border: none !important;
}
.nav-main .wp-block-navigation__submenu-container li:hover span {
  color: #2A787A;
  border-bottom: 2px solid #2A787A !important;
}
.breadcrumb {
  display: flex;
  gap: 10px;
  border-bottom: 1px solid #ffffff;
  padding-bottom: 15px;
  position: absolute;
  top: 15px;
  width: 100%;
  max-width: 1190px !important;
  align-items: center;
}
@media only screen and (max-width: 1190px) {
  .breadcrumb {
    max-width: 92vw !important;
  }
}
.breadcrumb li {
  color: #ffffff;
  font-size: 13px;
}
.breadcrumb li span {
  text-transform: capitalize;
}
.breadcrumb li a {
  text-decoration: none;
}
.breadcrumb li a:active {
  border-bottom: none !Important;
  text-decoration: none !important;
}
.breadcrumb li a span {
  color: #ffffff;
  text-transform: capitalize;
  font-size: 13px;
}
/* Page Patterns */
.single-contact .post-content-container {
  padding-top: 90px;
}
@media only screen and (max-width: 780px) {
  .single-contact .post-content-container {
    padding-top: 20px !important;
  }
}
.post-content-container {
  margin-bottom: 50px !important;
  max-width: 1190px;
  margin: 0 auto;
  gap: 90px !important;
  padding-top: 30px;
  padding-bottom: 30px;
}
@media only screen and (max-width: 780px) {
  .post-content-container {
    margin-bottom: 50px !important;
  }
}
.post-content-container img {
  margin-top: 24px !important;
}
.post-content-container h3, .post-content-container h5, .post-content-container h6 {
  font-family: "Museo Sans", sans-serif;
}
.post-content-container .main-content h3, .post-content-container .main-content h4, .post-content-container .main-content h5, .post-content-container .main-content h6 {
  margin-top: 1.5em;
  color: #2E334E;
}
.post-content-container h1, .post-content-container h2 {
  color: #2E334E;
}
.post-content-container p {
  margin-bottom: 24px;
}
.post-content-container .contact-info-sidebar, .post-content-container .related-location-sidebar {
  background-color: #F7F7F6;
  padding: 30px;
}
.post-content-container .contact-info-sidebar .linked-email-sidebar, .post-content-container .related-location-sidebar .linked-email-sidebar {
  display: flex;
  gap: 10px;
  margin-bottom: 10px;
}
.post-content-container .contact-info-sidebar .linked-email-sidebar p, .post-content-container .related-location-sidebar .linked-email-sidebar p {
  margin: 0 !important;
}
.post-content-container .contact-info-sidebar h5, .post-content-container .related-location-sidebar h5 {
  padding-bottom: 10px;
}
.post-content-container .contact-info-sidebar .location-info, .post-content-container .related-location-sidebar .location-info {
  padding-bottom: 20px;
  padding-top: 20px;
}
.post-content-container .contact-info-sidebar .location-info p, .post-content-container .related-location-sidebar .location-info p {
  padding-bottom: 5px;
}
.post-content-container .contact-info-sidebar .location-info .view-loc, .post-content-container .related-location-sidebar .location-info .view-loc {
  font-weight: 500;
  font-size: 20px;
  padding-top: 10px;
}
@media only screen and (max-width: 780px) {
  .post-content-container .contact-info-sidebar .location-info .view-loc, .post-content-container .related-location-sidebar .location-info .view-loc {
    font-size: 18px;
  }
}
.post-content-container .contact-info-sidebar p, .post-content-container .related-location-sidebar p {
  margin-bottom: 0;
}
.post-content-container .contact-info-sidebar p a, .post-content-container .related-location-sidebar p a {
  text-decoration: none;
  color: #2E334E;
}
.post-content-container .contact-info-sidebar .tel, .post-content-container .related-location-sidebar .tel {
  padding-bottom: 10px;
  padding-top: 0px;
  display: flex;
  align-items: center;
}
.post-content-container .contact-info-sidebar .tel img, .post-content-container .related-location-sidebar .tel img {
  padding-right: 10px;
}
.post-content-container .sidebar img {
  margin-top: inherit !Important;
}
.post-content-container .sidebar p {
  margin-top: 0px;
}
.post-content-container .sidebar p a:hover {
  text-decoration: underline;
}
.post-content-container .sidebar h4 {
  color: #2A787A;
}
.post-content-container .sidebar h5 {
  font-size: 18px;
  color: #7b7b7b;
  text-align: left;
  margin-bottom: 5px;
}
.post-content-container.insight {
  max-width: 890px;
}
@media (max-width: 1190px) {
  .post-content-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 780px) {
  .post-content-container {
    padding-top: 40px;
  }
}
.post-content-container ol {
  list-style-type: decimal;
  padding-left: 28px;
  padding-bottom: 20px;
}
.post-content-container ol::marker {
  color: #2E334E;
}
@media only screen and (max-width: 780px) {
  .post-content-container ol {
    padding-left: 20px;
  }
}
.post-content-container ol li {
  font-size: 18px;
  color: #676767;
  font-weight: 300;
  line-height: 1.5em;
  padding-top: 10px;
}
.post-content-container ol li a {
  text-decoration: none;
  color: #676767;
}
.post-content-container ol > li {
  margin-bottom: 10px;
}
.post-content-container ol ul {
  list-style-type: lower-alpha;
  padding-left: 32px;
}
.post-content-container ol ul ul {
  list-style-type: lower-roman;
  padding-left: 28px;
}
.post-content-container ul:not(ol ul) {
  list-style-type: none;
  padding-left: 28px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 780px) {
  .post-content-container ul:not(ol ul) {
    padding-left: 20px;
  }
}
.post-content-container ul:not(ol ul) li {
  padding-left: 0;
  font-size: 18px;
  color: #676767;
  font-weight: 300;
  line-height: 1.5em;
  padding-top: 0px;
  list-style-type: disc;
}
.post-content-container ul:not(ol ul) li::marker {
  color: #2E334E;
}
.post-content-container ul:not(ol ul) li a {
  text-decoration: none;
  color: #676767;
}
.post-content-container ul:not(ol ul) li ul {
  padding-top: 0px;
  padding-left: 32px;
  margin-bottom: 14px;
}
.post-content-container ul:not(ol ul) li ul li {
  list-style-type: circle;
  padding-left: 0px;
  padding-top: 8px;
}
.post-content-container ul:not(ol ul) li ul li::marker {
  color: #2E334E;
}
.post-content-container ul:not(ol ul) li ul li:before {
  display: none;
}
.post-content-container ul:not(ol ul) li ul li ul {
  margin-bottom: 14px;
}
.post-content-container ul:not(ol ul) li ul li ul li {
  list-style-type: square;
}
.post-content-container ul:not(ol ul) li ul li ul li::marker {
  color: #2E334E;
}
@media only screen and (max-width: 780px) {
  .post-content-container ul:not(ol ul) li {
    padding-left: 0em;
  }
}
/* Block Patterns */
/* Homepage Hero */
.wp-block-cover .wp-block-cover__inner-container, .wp-block-cover-image .wp-block-cover__inner-container {
  z-index: auto !important;
}
.cover-hero {
  position: relative;
  height: 500px;
  position: relative;
  margin-block-start: 0px !important;
}
.cover-hero.home-alt {
  height: 500px;
}
@media only screen and (max-width: 780px) {
  .cover-hero.home-alt {
    height: 30vh;
  }
}
@media only screen and (max-width: 780px) {
  .cover-hero {
    height: 30vh;
  }
}
.cover-hero .inner-group {
  max-width: 1190px;
  margin: 0 auto;
  min-width: 100%;
  padding-top: 40px;
  padding-bottom: 30px;
  position: relative;
}
@media (max-width: 1190px) {
  .cover-hero .inner-group {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.cover-hero .inner-group:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #64a8a9;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.cover-hero .wp-block-cover__inner-container {
  height: auto;
  position: absolute;
  bottom: 0;
}
.cover-hero .wp-block-cover__inner-container:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #64a8a9;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.cover-hero .wp-block-cover__inner-container h1 {
  margin-bottom: 0px;
  position: relative;
  color: #ffffff !important;
  z-index: 10;
}
.cover-hero .wp-block-cover__inner-container p {
  margin-bottom: 60px;
  font-size: 24px;
  font-weight: 300;
  margin-top: 15px;
  position: relative;
  color: #ffffff !important;
  z-index: 10;
}
@media only screen and (max-width: 780px) {
  .cover-hero .wp-block-cover__inner-container p {
    font-size: 18px;
    margin-bottom: 10px;
  }
}
/* Icons for homepage hero */
.icons-dynamic {
  margin-top: -25px !important;
  margin-bottom: 50px !important;
}
@media (max-width: 1190px) {
  .icons-dynamic {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.icons-dynamic.five ul {
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr !important;
}
@media only screen and (max-width: 980px) {
  .icons-dynamic.five ul {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media only screen and (max-width: 780px) {
  .icons-dynamic.five ul {
    grid-template-columns: 1fr !important;
  }
}
.icons-dynamic .wp-block-post-title a:hover {
  text-decoration: none;
}
.icons-dynamic.rm {
  margin-bottom: 0px !Important;
}
@media only screen and (max-width: 780px) {
  .icons-dynamic {
    margin-top: 30px !important;
  }
}
.icons-dynamic ul {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr !important;
}
@media only screen and (max-width: 780px) {
  .icons-dynamic ul {
    grid-template-columns: 1fr !important;
  }
}
.icons-dynamic ul li {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 999;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background-color: #ffffff;
  height: 160px;
  border-bottom: 10px solid transparent;
  /* Add a transparent border */
}
@media only screen and (max-width: 780px) {
  .icons-dynamic ul li {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 780px) {
  .icons-dynamic ul li {
    height: 120px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.icons-dynamic ul li:hover {
  cursor: pointer;
  border-bottom: 10px solid #7dd2d3;
  transition: ease all 0.4s;
}
.icons-dynamic ul li h5 {
  font-weight: 600;
  margin-top: 10px !important;
  margin-bottom: 0px;
}
.icons-dynamic ul li figure {
  height: auto;
  width: 67px;
}
@media only screen and (max-width: 780px) {
  .icons-dynamic ul li figure {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 30px;
    margin-bottom: 15px;
  }
  .icons-dynamic ul li figure img {
    box-sizing: border-box;
    vertical-align: bottom;
    height: auto;
    width: 48px;
  }
}
/* Icons without Hero (standalone) */
.icons-block-single {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  padding-top: 35px !important;
  padding-bottom: 59px !important;
}
@media only screen and (max-width: 780px) {
  .icons-block-single {
    display: grid !important;
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 1190px) {
  .icons-block-single {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.icons-block-single .wp-block-column {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 999;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background-color: #ffffff;
  height: 160px;
  border-bottom: 10px solid transparent;
  /* Add a transparent border */
}
@media only screen and (max-width: 780px) {
  .icons-block-single .wp-block-column {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 780px) {
  .icons-block-single .wp-block-column {
    height: 120px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.icons-block-single .wp-block-column:hover {
  cursor: pointer;
  border-bottom: 10px solid #7dd2d3;
  transition: ease all 0.4s;
}
.icons-block-single .wp-block-column h5 {
  font-weight: 600;
  margin-top: 10px !Important;
  margin-bottom: 0px;
}
@media only screen and (max-width: 780px) {
  .icons-block-single .wp-block-column h5 {
    margin-top: 0px !important;
  }
}
.icons-block-single .wp-block-column figure {
  height: auto;
  width: 67px;
}
@media only screen and (max-width: 780px) {
  .icons-block-single .wp-block-column figure {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .icons-block-single .wp-block-column figure img {
    box-sizing: border-box;
    vertical-align: bottom;
    width: 48px;
    height: auto;
  }
}
@media only screen and (max-width: 780px) {
  .icons-block-single .wp-block-column {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 0px;
    padding-left: 0px;
  }
}
/* Icons without Hero Five Tabs (standalone) */
.icons-block-five {
  display: grid !important;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  padding-top: 35px !important;
  padding-bottom: 59px !important;
}
@media only screen and (max-width: 980px) {
  .icons-block-five {
    grid-template-columns: 1fr 1fr !important;
  }
}
@media only screen and (max-width: 780px) {
  .icons-block-five {
    grid-template-columns: 1fr !important;
  }
}
@media (max-width: 1190px) {
  .icons-block-five {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.icons-block-five .wp-block-column {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: inherit;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  z-index: 999;
  padding-top: 30px !important;
  padding-bottom: 30px !important;
  background-color: #ffffff;
  height: 160px;
  border-bottom: 10px solid transparent;
  /* Add a transparent border */
}
@media only screen and (max-width: 780px) {
  .icons-block-five .wp-block-column {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 780px) {
  .icons-block-five .wp-block-column {
    height: 120px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
  }
}
.icons-block-five .wp-block-column:hover {
  cursor: pointer;
  border-bottom: 10px solid #7dd2d3;
  transition: ease all 0.4s;
}
.icons-block-five .wp-block-column h5 {
  font-weight: 600;
  margin-top: 10px !Important;
  margin-bottom: 0px;
}
@media only screen and (max-width: 780px) {
  .icons-block-five .wp-block-column h5 {
    margin-top: 0px !important;
  }
}
.icons-block-five .wp-block-column figure {
  height: auto;
  width: 67px;
}
@media only screen and (max-width: 780px) {
  .icons-block-five .wp-block-column figure {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 10px;
  }
  .icons-block-five .wp-block-column figure img {
    box-sizing: border-box;
    vertical-align: bottom;
    width: 48px;
    height: auto;
  }
}
@media only screen and (max-width: 780px) {
  .icons-block-five .wp-block-column {
    margin-top: 0px;
    margin-bottom: 0px;
    padding-top: 20px !important;
    padding-bottom: 20px !important;
    padding-right: 0px;
    padding-left: 0px;
  }
}
/* Simple Content Blocks (Both image left and right) */
.scb {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
  margin-block-start: 0px !important;
}
@media only screen and (max-width: 780px) {
  .scb {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 780px) {
  .scb.flip .wp-block-columns {
    flex-direction: column-reverse;
  }
}
.scb .wp-block-columns {
  gap: 32px;
}
@media only screen and (max-width: 780px) {
  .scb .wp-block-columns {
    flex-direction: column;
  }
}
@media only screen and (min-width: 1190px) {
  .scb {
    padding-left: calc(((100vw - 1140px) / 2)) !important;
    padding-right: calc(((100vw - 1140px) / 2)) !important;
  }
}
@media (max-width: 1190px) {
  .scb {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.scb .text-container {
  padding-right: 40px;
}
.scb .text-container p {
  margin-bottom: 24px;
}
.scb .text-container.right {
  padding-right: 0px;
  padding-left: 40px;
}
@media only screen and (max-width: 780px) {
  .scb .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1190px) {
  .scb .text-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.scb figure {
  width: 100%;
  height: 100%;
}
.scb figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
.scb2 {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
  margin-block-start: 0px !important;
}
@media only screen and (max-width: 780px) {
  .scb2 {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 780px) {
  .scb2.flip .wp-block-columns {
    flex-direction: column-reverse;
  }
}
.scb2 .wp-block-columns {
  gap: 32px;
}
@media (max-width: 1190px) {
  .scb2 {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.scb2 .text-container {
  padding-right: 40px;
}
.scb2 .text-container p {
  margin-bottom: 24px;
}
.scb2 .text-container.right {
  padding-right: 0px;
  padding-left: 40px;
}
@media only screen and (max-width: 780px) {
  .scb2 .text-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
  }
}
@media (max-width: 1190px) {
  .scb2 .text-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.scb2 figure {
  width: 100%;
  height: 100%;
}
.scb2 figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/* Simple Text Block */
.stb {
  height: auto;
  padding-bottom: 60px !important;
  padding-top: 60px !important;
  margin-block-start: 0px !important;
}
@media only screen and (max-width: 780px) {
  .stb {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}
@media (max-width: 1190px) {
  .stb {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.stb p {
  font-size: 22px;
  line-height: 1.3em;
  margin-bottom: 24px;
}
@media only screen and (max-width: 780px) {
  .stb p {
    font-size: 18px;
  }
}
/* Insight Loop */
.insight-loop {
  margin-block-start: 0px !important;
  padding-bottom: 60px !important;
  padding-top: 60px !important;
  position: relative;
}
.insight-loop h2 {
  margin-bottom: 24px;
}
.insight-loop:not(.two) {
  padding-left: calc(((100vw - 1140px) / 2)) !important;
  padding-right: calc(((100vw - 1140px) / 2)) !important;
  background-color: #F7F7F6;
}
@media (max-width: 1190px) {
  .insight-loop:not(.two) {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.insight-loop:not(.two) .wp-block-post-template {
  padding: 20px;
}
.insight-loop:not(.two) .wp-block-button a {
  color: #ffffff !important;
  background-color: #2D3C59 !important;
  border: 2px solid #2D3C59;
  border-radius: 3px;
}
.insight-loop:not(.two) .wp-block-button a:hover {
  color: #2D3C59 !important;
  background-color: transparent !important;
  border: 2px solid #2D3C59;
  border-radius: 3px;
}
.insight-loop .wp-block-button {
  display: flex;
  justify-content: center;
  align-items: center;
}
.insight-loop.two .wp-block-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.insight-loop.two .wp-block-button a {
  color: #ffffff !important;
  background-color: #2D3C59 !important;
  border: 2px solid #2D3C59;
  border-radius: 3px;
}
.insight-loop.two .wp-block-button a:hover {
  color: #2D3C59 !important;
  background-color: transparent !important;
  border: 2px solid #2D3C59;
  border-radius: 3px;
}
@media (max-width: 1190px) {
  .insight-loop {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 780px) {
  .insight-loop {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}
.insight-loop select {
  padding-left: 10px;
  padding-right: 70px;
  font-family: "Museo Sans", sans-serif;
  padding-top: 8px;
  padding-bottom: 8px;
  color: #2D3C59;
  font-size: 18px;
  border-radius: 3px;
}
.insight-loop select option {
  color: #2D3C59;
  font-size: 18px;
  background-color: #F7F7F6;
  border-bottom: 1px solid #C7C7C7;
  padding-top: 5px !important;
  padding-bottom: 5px !important;
}
@media only screen and (max-width: 780px) {
  .insight-loop select {
    padding-right: 40px;
  }
}
.insight-loop ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
}
@media only screen and (max-width: 960px) {
  .insight-loop ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 780px) {
  .insight-loop ul {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.insight-loop ul .insight-type-media .cat-date .wp-block-post-date {
  padding-left: 0px !important;
}
.insight-loop ul li {
  margin-block-start: 0px;
}
.insight-loop .wp-block-post-template {
  background-color: #ffffff;
  margin-bottom: 40px;
  row-gap: 40px;
}
.insight-loop .wp-block-post-template .cat-date {
  display: flex;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 16px;
}
.insight-loop .wp-block-post-template .cat-date .wp-block-post-terms {
  margin: 0px !important;
  padding-right: 10px;
  border-right: 1px solid grey;
  pointer-events: none;
  cursor: default;
}
.insight-loop .wp-block-post-template .cat-date .wp-block-post-terms a {
  text-decoration: none;
}
.insight-loop .wp-block-post-template .cat-date .wp-block-post-date {
  margin: 0px !important;
  padding-left: 10px;
  color: #2D3C59;
}
.insight-loop .wp-block-post-template .wp-block-post-featured-image {
  height: 250px;
}
.insight-loop .wp-block-post-template .wp-block-post-featured-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.insight-loop .date-cat-ins {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 20px;
  margin-top: 10px;
}
.insight-loop .date-cat-ins .wp-block-post-date {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin-top: 2px !important;
  margin-bottom: 0px !important;
  font-size: 16px;
}
.insight-loop .date-cat-ins .taxonomy-insight-type {
  margin-left: 0 !important;
  margin-right: 0 !important;
  margin: 0;
}
.insight-loop .date-cat-ins .taxonomy-insight-type a {
  pointer-events: none;
  cursor: default;
  color: #7DD2D3;
  text-decoration: none;
}
/* 2 feature insights */
.insight-loop-featured {
  padding-left: calc(((100vw - 1140px) / 2)) !important;
  padding-right: calc(((100vw - 1140px) / 2)) !important;
  background-color: #2E334E;
  padding-bottom: 30px;
  margin-top: 0px !important;
}
@media (max-width: 1190px) {
  .insight-loop-featured {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.insight-loop-featured h5 {
  margin-bottom: 24px;
}
.insight-loop-featured time {
  color: #7DD2D3 !important;
}
.insight-loop-featured .wp-block-query {
  border-top: 1px solid #ffffff30;
  padding-top: 30px;
}
.insight-loop-featured .wp-block-query ul {
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-gap: 1em;
}
@media only screen and (max-width: 960px) {
  .insight-loop-featured .wp-block-query ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 780px) {
  .insight-loop-featured .wp-block-query ul {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.insight-loop-featured .wp-block-query ul li {
  margin-block-start: 0px;
}
.insight-loop-featured .wp-block-post-template {
  background-color: #2E334E;
  margin-bottom: 40px;
}
.insight-loop-featured .wp-block-post-template .wp-block-post-featured-image {
  height: 250px;
}
.insight-loop-featured .wp-block-post-template .wp-block-post-featured-image img {
  height: 100%;
  object-fit: cover;
  width: 100%;
}
.insight-loop-featured .wp-block-post-date {
  padding-bottom: 10px !important;
  font-size: 18px;
  padding-top: 16px !Important;
}
/* Image full content area */
.il-tr-fw {
  margin-top: 0px !important;
}
.il-tr-fw p {
  margin-bottom: 24px;
}
.il-tr-fw .is-layout-flex {
  gap: 0px;
}
.il-tr-fw :where(.wp-block-columns.has-background) {
  padding: 0 !important;
}
@media only screen and (max-width: 780px) {
  .il-tr-fw.flip .wp-block-columns {
    flex-direction: column-reverse;
  }
}
.il-tr-fw .wp-block-columns {
  gap: 32px;
}
@media only screen and (max-width: 780px) {
  .il-tr-fw .wp-block-columns {
    flex-direction: column;
    gap: 0px;
  }
}
.il-tr-fw .wp-block-column {
  flex-basis: 50% !important;
}
.il-tr-fw .fit-container {
  padding-right: calc(((100vw - 1140px) / 2)) !important;
  padding-left: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
}
@media (max-width: 1190px) {
  .il-tr-fw .fit-container {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.il-tr-fw .fit-container.left {
  padding-left: calc(((100vw - 1140px) / 2)) !important;
  padding-right: 60px !important;
}
@media (max-width: 1190px) {
  .il-tr-fw .fit-container.left {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 780px) {
  .il-tr-fw .fit-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
    padding-top: 50px !important;
    padding-bottom: 50px !important;
  }
}
.il-tr-fw figure {
  width: 100%;
  height: 500px;
}
.il-tr-fw figure img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
/* Alt Hero */
.hero-group {
  position: relative;
}
.hero-group .wp-block-cover {
  height: 28vw;
  min-height: 100%;
}
@media only screen and (max-width: 1060px) {
  .hero-group .wp-block-cover {
    height: 400px;
  }
}
.hero-group .colour-block {
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 40px;
  padding-bottom: 40px;
  margin-top: 0;
}
@media (max-width: 1190px) {
  .hero-group .colour-block {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 780px) {
  .hero-group .colour-block {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
.hero-group .colour-block.extra {
  padding-bottom: 70px;
}
.hero-group .colour-block h1 {
  text-transform: initial;
  margin-bottom: 24px;
}
@media only screen and (max-width: 780px) {
  .hero-group .colour-block h1 {
    margin-bottom: 0px;
  }
}
.hero-group .colour-block p {
  margin-bottom: 20px;
  font-size: 24px;
  font-weight: 300;
  margin-top: 15px;
}
@media only screen and (max-width: 780px) {
  .hero-group .colour-block p {
    font-size: 18px;
    margin-bottom: 0;
  }
}
/* Columns 4 */
.columns-four {
  padding-top: 35px !important;
  padding-bottom: 59px !important;
}
@media (max-width: 1190px) {
  .columns-four {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.columns-four .inner-cards {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1em;
  padding-top: 30px;
}
@media only screen and (max-width: 960px) {
  .columns-four .inner-cards {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 780px) {
  .columns-four .inner-cards {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.columns-four .inner-cards .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
  padding: 80px 20px 80px 20px;
}
@media only screen and (max-width: 780px) {
  .columns-four .inner-cards .card {
    padding: 70px 25px;
  }
}
.columns-four .inner-cards .card .title-bold {
  font-weight: 600;
}
/* Columns 3 */
.columns-three {
  padding-bottom: 60px !important;
  padding-top: 60px !important;
  margin-block-start: 0px !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
}
@media only screen and (max-width: 780px) {
  .columns-three {
    padding-bottom: 30px !important;
    padding-top: 30px !important;
  }
}
@media only screen and (max-width: 960px) {
  .columns-three {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 780px) {
  .columns-three {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
@media (max-width: 1190px) {
  .columns-three {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.columns-three.navy {
  padding-left: calc(((100vw - 1140px) / 2));
  padding-right: calc(((100vw - 1140px) / 2));
}
@media (max-width: 1190px) {
  .columns-three.navy {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.columns-three .card {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
  margin-top: 0px !important;
  grid-gap: 20px;
  padding: 30px;
  min-height: 300px;
}
.columns-three .card h5 {
  font-weight: 600;
  font-size: 20px;
}
.columns-three .card p {
  margin-top: 20px;
}
footer {
  margin-top: 0px !important;
}
footer .bottom-footer {
  margin-top: 24px;
}
footer .bottom-footer p, footer .bottom-footer a, footer .bottom-footer span {
  font-size: 16px;
}
footer .connect {
  font-family: Georgia;
  font-size: 1.2em !important;
  margin-top: 5px !important;
}
@media only screen and (max-width: 780px) {
  footer .wp-block-group {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
footer .wp-block-group .wp-block-column .wp-block-columns {
  padding: 0 !Important;
}
@media (max-width: 1190px) {
  footer .wp-block-group .wp-block-columns {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
footer .wp-block-group .wp-block-columns .wp-block-column p {
  font-size: 18px;
  margin-top: 14px;
}
footer .wp-block-group .wp-block-columns .wp-block-column p a {
  text-decoration: none;
  font-size: 18px;
}
footer .wp-block-group .wp-block-columns .wp-block-column p a:hover {
  text-decoration: underline;
}
footer .wp-block-group .wp-block-columns .wp-block-column.footer-align {
  display: flex;
  flex-direction: column;
}
footer .social-icons {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-top: 24px;
}
@media only screen and (max-width: 780px) {
  footer .social-icons {
    justify-content: flex-start;
    padding-top: 0px !important;
  }
}
footer .social-icons figure {
  margin-block-start: 0px !important;
  margin: 0 !important;
}
@media only screen and (max-width: 780px) {
  footer .social-icons figure {
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
.hero-alt {
  padding-left: 20%;
  padding-right: 20%;
  padding-top: 60px;
  padding-bottom: 60px;
  position: relative;
}
@media (max-width: 1190px) {
  .hero-alt {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 780px) {
  .hero-alt {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.hero-alt h1 {
  margin-bottom: 24px;
}
.hero-alt p {
  font-size: 24px;
  font-weight: 300;
  margin-bottom: 24px;
}
@media only screen and (max-width: 780px) {
  .hero-alt p {
    font-size: 18px;
    margin-bottom: 0;
  }
}
.wp-site-blocks main {
  margin-top: 130px !important;
}
@media only screen and (max-width: 780px) {
  .wp-site-blocks main {
    margin-top: 130px !important;
  }
}
.wp-site-blocks header {
  position: fixed;
  width: 100%;
  z-index: 9999 !important;
  background-color: white;
  top: 0;
  left: 0;
  height: 130px;
}
@media only screen and (max-width: 1023px) {
  .wp-site-blocks header {
    padding-top: 0px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
  }
}
.wp-site-blocks header .header-wrap {
  padding-bottom: 0px !Important;
}
@media only screen and (max-width: 1023px) {
  .wp-site-blocks header .header-wrap {
    padding-bottom: 0px !Important;
  }
}
@media (max-width: 1190px) {
  .wp-site-blocks header {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.wp-site-blocks header .wp-block-group {
  border-bottom: 0px;
}
.wp-site-blocks header .wp-block-site-logo img {
  max-height: 95px !important;
  width: auto;
}
@media only screen and (max-width: 960px) {
  .wp-site-blocks header .wp-block-site-logo {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 780px) {
  .wp-site-blocks header .wp-block-site-logo {
    width: 270px;
  }
}
.wp-site-blocks header .site-logo img {
  max-height: 95px !important;
  width: auto;
}
@media only screen and (max-width: 960px) {
  .wp-site-blocks header .site-logo {
    padding-bottom: 0px;
  }
}
@media only screen and (max-width: 780px) {
  .wp-site-blocks header .site-logo {
    width: 270px;
  }
}
.location-tabs .location-tabs-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
}
@media only screen and (max-width: 960px) {
  .location-tabs .location-tabs-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 780px) {
  .location-tabs .location-tabs-inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.location-tabs .location-tabs-inner .location-tab {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 30px;
}
@media only screen and (max-width: 780px) {
  .location-tabs .location-tabs-inner .location-tab {
    border-radius: 10px;
  }
}
.location-tabs .location-tabs-inner .location-tab p {
  margin-top: 10px;
}
.location-tabs .location-tabs-inner .location-tab figure {
  width: 100%;
  height: auto;
}
.location-tabs .location-tabs-inner .location-tab figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}
@media only screen and (max-width: 780px) {
  .location-tabs .location-tabs-inner .location-tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.location-tabs-alt .location-tabs-inner {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
}
@media only screen and (max-width: 960px) {
  .location-tabs-alt .location-tabs-inner {
    grid-template-columns: 1fr 1fr 1fr;
  }
}
@media only screen and (max-width: 780px) {
  .location-tabs-alt .location-tabs-inner {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.location-tabs-alt .location-tabs-inner .location-tab {
  padding: 30px;
}
.location-tabs-alt .location-tabs-inner .location-tab p {
  margin-top: 10px;
}
.location-tabs-alt .location-tabs-inner .location-tab h2, .location-tabs-alt .location-tabs-inner .location-tab h1, .location-tabs-alt .location-tabs-inner .location-tab h3 {
  margin-bottom: 20px;
}
.location-tabs-alt .location-tabs-inner .location-tab figure {
  width: 100%;
  height: auto;
}
.location-tabs-alt .location-tabs-inner .location-tab figure img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  margin-bottom: 10px;
}
@media only screen and (max-width: 780px) {
  .location-tabs-alt .location-tabs-inner .location-tab {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.icon-tabs .icon-tabs-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-gap: 1em;
}
@media only screen and (max-width: 960px) {
  .icon-tabs .icon-tabs-column {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 780px) {
  .icon-tabs .icon-tabs-column {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.icon-tabs .icon-tabs-column .icon-tab {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
}
@media only screen and (max-width: 780px) {
  .icon-tabs .icon-tabs-column .icon-tab {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 780px) {
  .icon-tabs .icon-tabs-column .icon-tab {
    padding: 40px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
}
.icon-tabs2 .icon-tabs-column {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-gap: 1em;
}
@media only screen and (max-width: 960px) {
  .icon-tabs2 .icon-tabs-column {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 780px) {
  .icon-tabs2 .icon-tabs-column {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.icon-tabs2 .icon-tabs-column .icon-tab {
  -webkit-box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 6px 0 rgba(0, 0, 0, 0.2);
  border-radius: 8px;
  padding: 50px 30px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  flex: 1;
}
@media only screen and (max-width: 780px) {
  .icon-tabs2 .icon-tabs-column .icon-tab {
    border-radius: 10px;
  }
}
@media only screen and (max-width: 780px) {
  .icon-tabs2 .icon-tabs-column .icon-tab {
    padding: 40px 25px;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    flex-direction: column;
  }
}
.wp-block-query ul {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
}
@media only screen and (max-width: 960px) {
  .wp-block-query ul {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 780px) {
  .wp-block-query ul {
    grid-template-columns: 1fr;
    gap: 15px;
  }
}
.wp-block-query ul li {
  margin-block-start: 0px;
}
.wp-block-post-title a {
  text-decoration: none;
  color: inherit;
}
.single-service .relative {
  padding-left: 0px;
}
.wp-block-read-more {
  border: 2px solid;
  padding: 0.667em 1.333em;
  margin: 0 auto;
}
select.rel {
  width: 39%;
}
.container-location-info {
  margin-top: 0px !important;
  margin-bottom: 100px !important;
}
.container-location-info h2 {
  margin-bottom: 24px;
}
@media only screen and (max-width: 780px) {
  .container-location-info {
    margin-bottom: 50px !important;
  }
}
.location-map-block {
  height: auto;
  padding-bottom: 59px !important;
  padding-top: 35px !important;
}
@media (max-width: 1190px) {
  .location-map-block {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.location-map-block p {
  margin-bottom: 0px;
  margin-top: 0px;
}
.location-loop {
  padding-bottom: 50px;
}
@media (max-width: 1190px) {
  .location-loop {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 930px) {
  .location-loop {
    padding-top: 0px !important;
  }
}
.location-loop h4 {
  margin-bottom: 0px;
}
.location-loop .wp-block-post-template {
  grid-gap: 0em !important;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
}
@media only screen and (max-width: 930px) {
  .location-loop .wp-block-post-template {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 600px) {
  .location-loop .wp-block-post-template {
    grid-template-columns: 1fr;
  }
}
.location-loop .wp-block-post {
  border-bottom: 1px solid grey;
  padding-bottom: 20px;
  padding-top: 20px;
}
.location-loop .wp-block-post .addresses p {
  margin-bottom: 0px;
  margin-top: 5px;
}
.location-loop .wp-block-post a {
  margin: 0;
  padding: 20px 0px;
  border: none;
}
.sidebar .contactWrapper {
  padding-bottom: 0px;
  margin-top: 24px;
}
@media only screen and (max-width: 780px) {
  .sidebar .contactWrapper {
    padding-left: 0px !important;
  }
}
.sidebar .contactWrapper .contactsWrap {
  grid-template-columns: 1fr !important;
}
@media only screen and (max-width: 1150px) {
  .sidebar .contactWrapper .contactsWrap .contactRound img {
    width: 80px;
    height: 80px;
  }
}
.contactWrapper {
  padding-bottom: 100px;
}
@media (max-width: 1190px) {
  .contactWrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.contactWrapper h4 {
  color: #2e334e;
  margin-bottom: 0;
}
.contactWrapper .contactsWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 25px;
  gap: 30px;
}
@media only screen and (max-width: 980px) {
  .contactWrapper .contactsWrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 780px) {
  .contactWrapper .contactsWrap {
    grid-template-columns: 1fr;
  }
}
.contactWrapper .contactsWrap .contactInner {
  display: flex;
  gap: 20px;
}
.contactWrapper .contactsWrap .contactInner .contactRound img {
  border-radius: 50%;
  width: 110px;
  height: 110px;
  object-fit: cover;
}
@media only screen and (max-width: 1150px) {
  .contactWrapper .contactsWrap .contactInner .contactRound img {
    width: 110px;
    height: 110px;
  }
}
.contactWrapper .contactsWrap .contactInner .contactInfo {
  height: auto;
}
.contactWrapper .contactsWrap .contactInner .contactInfo .linked-email {
  display: flex;
  gap: 10px;
}
.contactWrapper .contactsWrap .contactInner .contactInfo h5 {
  margin-bottom: 5px;
}
.contactWrapper .contactsWrap .contactInner .contactInfo h5 a {
  margin-bottom: 0px;
  color: #2D3C59;
  text-decoration: none;
}
.contactWrapper .contactsWrap .contactInner .contactInfo h5 a:hover {
  text-decoration: underline;
}
.contactWrapper .contactsWrap .contactInner .contactInfo p {
  margin-bottom: 10px;
}
.contactWrapper .contactsWrap .contactInner .contactInfo p a {
  text-decoration: none;
  color: #2E334E;
}
.contactWrapper .contactsWrap .contactInner .contactInfo .tel {
  margin-bottom: 20px;
}
.contactWrapper .contactsWrap .contactInner .contactInfo .tel a {
  display: flex;
  align-items: center;
}
.contactWrapper .contactsWrap .contactInner .contactInfo .tel a img {
  padding-right: 10px;
}
.insight-hero {
  padding-top: 100px;
  padding-bottom: 124px;
  position: relative;
}
.insight-hero .wp-block-cover__inner-container {
  z-index: 1 !important;
}
.insight-hero time {
  color: #f7f7f6 !important;
}
.insight-hero.teal time {
  color: #2e334e !important;
}
.insight-hero.image time, .insight-hero.image h1, .insight-hero.image p, .insight-hero.image .wp-block-buttons {
  margin-top: 24px;
}
.insight-hero p {
  font-size: 22px;
}
.insight-hero h1 {
  margin-top: 24px;
  margin-bottom: 24px;
}
@media only screen and (min-width: 1190px) {
  .insight-hero {
    padding-left: calc(((100vw - 1140px) / 2)) !important;
    padding-right: calc(((100vw - 1140px) / 2)) !important;
  }
}
@media (max-width: 1190px) {
  .insight-hero {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.wp-block-quote {
  padding-left: 30px;
  position: relative;
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}
.wp-block-quote:before {
  content: "";
  height: 100%;
  width: 5px;
  background-color: #7DD2D3;
  position: absolute;
  left: 0;
}
.wp-block-quote p {
  font-style: italic;
  color: #2E334E;
  padding-bottom: 10px;
  font-weight: 400;
  font-family: Georgia;
  font-size: 25px;
  line-height: 1.3em;
}
@media only screen and (max-width: 780px) {
  .wp-block-quote p {
    font-size: 18px;
  }
}
.wp-block-quote cite {
  font-style: normal;
  font-weight: 300;
  font-size: 0.8em;
  color: #676767;
}
/* related insight loop */
.insightWrapper {
  max-width: 1190px;
}
@media (max-width: 1190px) {
  .insightWrapper {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.insightWrapper h3 {
  margin-bottom: 20px;
}
.insightWrapper .wp-block-button {
  display: flex;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
}
.insightWrapper .wp-block-button .wp-block-button__link {
  color: #ffffff;
  background-color: #2d3c59;
  border: 2px solid #2d3c59;
  border-radius: 3px !Important;
}
.insightWrapper .wp-block-button .wp-block-button__link:hover {
  border: 2px solid #2d3c59;
  background-color: transparent;
  color: #2d3c59;
}
.insightWrapper .insightsWrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 1em;
  row-gap: 40px;
}
@media only screen and (max-width: 960px) {
  .insightWrapper .insightsWrap {
    grid-template-columns: 1fr 1fr;
  }
}
@media only screen and (max-width: 780px) {
  .insightWrapper .insightsWrap {
    grid-template-columns: 1fr;
  }
}
.insightWrapper .insightsWrap .insightInner h4 a {
  text-decoration: none;
  color: #2D3C59;
}
.insightWrapper .insightsWrap .insightInner h4 a:hover {
  text-decoration: underline;
}
.insightWrapper .insightsWrap .insightInner img {
  object-fit: cover;
  width: 100%;
  height: 250px;
}
.insightWrapper .insightsWrap .insightInner .date-cat-custom {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  margin-top: 10px;
}
.insightWrapper .insightsWrap .insightInner .date-cat-custom p {
  font-family: "Museo Sans", sans-serif;
  font-weight: 400;
}
.grey-container {
  padding-top: 35px !important;
  padding-bottom: 59px !important;
}
.insightSidebar {
  padding-bottom: 24px;
  border-bottom: 1px solid #B7B7B7;
}
.insightSidebar p {
  margin-bottom: 0;
}
.insightSidebar p a {
  text-decoration: none;
  color: #2E334E;
  margin-bottom: 0.3em;
}
.contactHero {
  padding-top: 80px;
  padding-bottom: 80px;
  max-height: 300px;
  position: relative;
}
@media (max-width: 1190px) {
  .contactHero {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
.contactHero h1 {
  margin-bottom: 24px;
}
.contactHero p {
  margin-bottom: 24px !important;
}
@media only screen and (max-width: 780px) {
  .contactHero {
    margin-bottom: 0px !important;
    height: auto;
    max-height: initial;
  }
}
.contactHero .contactHeroInner {
  position: relative;
  max-width: 1140px;
  display: flex;
  justify-content: space-between;
}
.contactHero .contactHeroInner .contact-hero-info {
  margin: 0 !important;
}
@media only screen and (max-width: 780px) {
  .contactHero .contactHeroInner {
    padding-right: 0px !important;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
}
.contactHero .contactHeroInner figure {
  width: 350px;
  height: 350px;
  margin: 0 !important;
}
@media only screen and (max-width: 780px) {
  .contactHero .contactHeroInner figure {
    width: 200px;
    height: 200px;
  }
}
.contactHero .contactHeroInner figure img {
  object-fit: cover;
  border-radius: 50%;
  height: 100%;
  box-shadow: 0 0 0 5px white;
  /* Adds a 5px white border around the circle */
}
@media only screen and (max-width: 780px) {
  .contactHero {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
.contactHero p {
  font-size: 24px;
  font-weight: 300;
}
@media only screen and (max-width: 780px) {
  .contactHero p {
    font-size: 18px;
    margin-bottom: 20px;
    text-align: center;
  }
}
.filter-wrap {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 10px;
  margin-bottom: 24px;
}
@media only screen and (max-width: 780px) {
  .filter-wrap {
    flex-direction: column;
    align-items: flex-start;
  }
}
.filter-wrap select {
  margin: 0 !Important;
}
.wp-block-navigation .wp-block-navigation__submenu-icon {
  align-self: center !important;
  background-color: inherit !important;
  border: none !important;
  color: currentColor !important;
  display: inline-block !important;
  font-size: inherit !important;
  height: 1em !important;
  line-height: 0 !important;
  margin-left: 0.25em !important;
  width: 1em !important;
}
@media only screen and (max-width: 1023px) {
  .wp-block-navigation .wp-block-navigation__submenu-icon {
    position: absolute;
    right: 0px;
    z-index: 999;
    top: 0px;
  }
}
@media only screen and (max-width: 1023px) {
  .has-child {
    position: relative;
  }
}
@media only screen and (max-width: 1023px) {
  .wp-block-navigation__responsive-container-content {
    align-items: flex-start !Important;
  }
  .wp-block-navigation__responsive-container-content ul {
    width: 100%;
    align-items: flex-start !Important;
  }
  .wp-block-navigation__responsive-container-content ul li {
    align-items: flex-start !Important;
    width: 100%;
  }
}
.wp-block-navigation__responsive-container-close {
  right: -5px;
}
select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-image: url("/wp-content/themes/cla/theme-images/arrow-down.svg");
  background-position: right 15px center;
  background-repeat: no-repeat;
}
.speakers {
  margin-top: 24px !important;
}
.speakers .wp-block-media-text {
  grid-template-columns: auto auto !important;
  /*display: flex;*/
  gap: 20px;
}
.speakers figure {
  height: 100%;
  width: fit-content;
  align-self: start !important;
}
.speakers figure img {
  margin-top: 0px !important;
  height: 110px;
  width: 110px;
  border-radius: 50%;
  object-fit: cover;
}
.speakers h1, .speakers h2, .speakers h3, .speakers h4, .speakers h5, .speakers h6 {
  margin-bottom: 20px;
}
.speakers .wp-block-media-text__content {
  padding: 0 !important;
}
.email-subscription {
  padding-top: 60px;
  padding-bottom: 60px;
}
@media only screen and (max-width: 780px) {
  .email-subscription {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.email-subscription p {
  font-size: 22px;
}
@media (max-width: 1190px) {
  .email-subscription p {
    padding-left: 20px !important;
    padding-right: 20px !important;
  }
}
@media only screen and (max-width: 780px) {
  .email-subscription p {
    font-size: 18px;
  }
}
.custom-slider {
  position: relative;
  width: 100%;
  margin: 0 auto;
  height: 32vw;
  max-width: 100% !important;
}
@media only screen and (max-width: 1060px) {
  .custom-slider {
    height: 400px;
  }
}
.custom-slider .slider-arrow {
  position: absolute;
  height: auto;
  width: auto;
  z-index: 90;
  cursor: pointer;
}
.custom-slider .slider-arrow img {
  object-fit: cover;
  width: 25px;
  height: auto;
}
@media only screen and (max-width: 780px) {
  .custom-slider .slider-arrow img {
    width: 20px;
  }
}
.custom-slider .slider-arrow.slider-arrow-left {
  bottom: 47%;
  right: 5%;
}
.custom-slider .slider-arrow.slider-arrow-right {
  bottom: 47%;
  left: 5%;
}
.custom-slider .slider-item {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
}
.custom-slider .slider-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.custom-slider .slider-text {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  padding-top: 50px;
  padding-bottom: 50px;
}
.custom-slider .slider-text h1 {
  margin-bottom: 0px;
}
.custom-slider .slider-text a {
  text-decoration: none !important;
  color: #ffffff;
}
.custom-slider .slider-text:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #64a8a9;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.custom-slider .slider-text:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #64a8a9;
  mix-blend-mode: multiply;
  opacity: 0.5;
}
.custom-slider .slider-text h1 {
  position: relative;
  color: #ffffff !important;
  z-index: 10;
}
.custom-slider .slider-text p {
  font-size: 24px;
  font-weight: 300;
  position: relative;
  color: #ffffff !important;
  z-index: 10;
  margin-top: 15px;
}
@media only screen and (max-width: 780px) {
  .custom-slider .slider-text p {
    font-size: 18px;
    margin-bottom: 10px;
    margin-top: 10px;
  }
}
