/*

Author: George Ilidis
Author URI: https://georgeilidis.com

*/
/* Table of Contents
------------------------------------------------------------

- Defaults
- Variables
- Structure & Layout

- Site Header
- Responsive Menu (Plugin)
- Footer Widgets
- Site Footer

- Links
- Typography
- CTAs & Buttons

- Blog Pages
	- Single Post Templates
	- Blog Archives
- 404 Page

- Contact Form
- Simple Lightbox

- Latest Blog Posts Block
- Gutenberg Gallery Block
- Accordion Block

- Slider Blocks
	- Swiper Slider
	- Testimonial Slider Block
	- Gallery Slider Block
	- Hub Block Type 01 Slider
	- Hub Block Type 03 Slider

- Project Specific Styles

- Live CSS

------------------------------------------------------------ */
/* Variables
------------------------------------------------------------ */
/* Header Menu
------------------------------------------------------------ */
/* Mobile Menu
------------------------------------------------------------ */
/* Typography 
------------------------------------------------------------ */
/* Links 
------------------------------------------------------------ */
/* Buttons 
------------------------------------------------------------ */
/* Blog Pages 
------------------------------------------------------------ */
/* Contact Form
------------------------------------------------------------ */
/* Slider Blocks
------------------------------------------------------------ */
/* ------------------------------------------------------------ */
body {
  background-color: #fff;
  color: #223E5E;
  font-family: 'Roboto Slab', serif;
  font-size: 1.7rem;
  font-weight: 400;
  line-height: 1.7;
}

@media only screen and (max-width: 650px) {
  body {
    font-size: 1.6rem;
  }
}

/* Structure & Layout
------------------------------------------------------------ */
.site-inner {
  max-width: none;
  padding: 0;
}

.wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.site-header .wrap {
  max-width: 1600px;
  padding: 0 1.5rem;
}

.footer-widgets .wrap {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.content {
  margin: 0 auto;
  width: 100%;
}

.acf-group--wrapped .wp-block-group__inner-container {
  max-width: 1440px;
  margin: 0 auto;
  padding: 0 1.5rem;
}

.acf-group--wrapped .wp-block-group__inner-container p {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

.acf-group--wrapped .wp-block-group__inner-container p:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1440px) {
  .wrap,
  .site-header .wrap,
  .footer-widgets .wrap {
    max-width: 1320px;
  }
  .acf-group--wrapped .wp-block-group__inner-container {
    max-width: 1320px;
  }
  .blog .site-inner .content,
  .archive .site-inner .content,
  .search-results .site-inner .content,
  .search-no-results .site-inner .content {
    max-width: 1320px;
  }
}

.site-inner,
.blog .site-inner,
.archive .site-inner,
.search-results .site-inner,
.search-no-results .site-inner,
.single-post.hero-bg .single-post-hero {
  margin-top: 8.625rem;
}

@media only screen and (max-width: 1440px) {
  .site-inner,
  .blog .site-inner,
  .archive .site-inner,
  .search-results .site-inner,
  .search-no-results .site-inner,
  .single-post.hero-bg .single-post-hero {
    margin-top: 8.625rem;
  }
}

@media only screen and (max-width: 1024px) {
  .site-inner,
  .blog .site-inner,
  .archive .site-inner,
  .search-results .site-inner,
  .search-no-results .site-inner,
  .single-post.hero-bg .single-post-hero {
    margin-top: 8rem;
  }
}

@media only screen and (max-width: 650px) {
  .site-inner,
  .blog .site-inner,
  .archive .site-inner,
  .search-results .site-inner,
  .search-no-results .site-inner,
  .single-post.hero-bg .single-post-hero {
    margin-top: 5.158rem;
  }
}

/* Site Header 
------------------------------------------------------------ */
.wp-custom-logo .site-container .title-area {
  padding: 0;
  max-width: 270px;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.wp-custom-logo .site-container .title-area a {
  line-height: 0;
}

@media only screen and (max-width: 1024px) {
  .wp-custom-logo .site-container .title-area {
    padding: 0;
    max-width: 240px;
  }
}

@media only screen and (max-width: 650px) {
  .wp-custom-logo .site-container .title-area {
    padding: 0;
    max-width: 190px;
  }
}

.site-header {
  box-shadow: none;
  background-color: #F5F6F6;
  padding: 1.5rem 0;
  position: fixed;
  width: 100%;
  z-index: 9995;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

.site-header .wrap {
  display: flex;
  align-items: center;
}

.site-header .nav-primary {
  margin-left: auto;
  padding: 0;
}

.site-header .nav-primary .wrap {
  padding: 0;
}

.site-header .nav-primary .genesis-nav-menu a {
  color: #19314C;
  font-size: 1.65rem;
  font-weight: 500;
  letter-spacing: -.2px;
  padding-left: 2.4rem;
  padding-right: 2.4rem;
}

.site-header .nav-primary .genesis-nav-menu a:hover {
  color: #2450de;
}

.site-header .nav-primary .genesis-nav-menu li.current-menu-item a {
  color: #2450de;
}

.site-header .nav-primary .genesis-nav-menu li.menu-item.menu-item-has-children > a > span:after {
  border: 0.385rem solid transparent;
  border-top-color: #19314C;
  content: '';
  display: inline-block;
  margin-left: 1rem;
  width: auto;
  vertical-align: -.08rem;
}

.site-header .nav-primary .genesis-nav-menu .sub-menu {
  background-color: #fff;
  border-top: 1px solid #fff;
  border-radius: 0;
  box-shadow: 0 0.82rem 2.45rem rgba(35, 44, 57, 0.05);
  padding: 0.33rem 0;
}

.site-header .nav-primary .genesis-nav-menu .sub-menu a {
  border: 1px solid #fff;
  color: #19314C;
  font-size: 14.5px;
  font-size: 1.45rem;
  font-weight: 500;
  line-height: 1.5;
}

.site-header .nav-primary .genesis-nav-menu .sub-menu a:hover {
  color: #2450de;
}

.site-header .nav-primary .genesis-nav-menu .sub-menu::before, .site-header .nav-primary .genesis-nav-menu .sub-menu::after {
  clear: both;
  content: "";
  display: block;
}

.site-header .nav-primary .genesis-nav-menu .sub-menu::before {
  border: 0.52rem solid transparent;
  border-bottom-color: #fff;
  content: '';
  display: block;
  position: absolute;
  top: -1.05rem;
  left: 3.25rem;
}

.site-header .nav-primary .genesis-nav-menu .sub-menu .sub-menu::before {
  display: none;
}

.site-header .nav-primary .genesis-nav-menu .sub-menu .menu-item.menu-item-has-children > a span:after {
  border-top-color: #232c39;
  vertical-align: 0.13rem;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
}

.site-header .nav-primary .genesis-nav-menu .header-menu-cta a {
  background-color: #19314C;
  border-radius: 0;
  color: #fff;
  display: inline-block;
  font-size: 1.3rem;
  font-weight: 600;
  letter-spacing: .1px;
  padding: 1.5rem 3.8rem;
  text-transform: uppercase;
}

.site-header .nav-primary .genesis-nav-menu .header-menu-cta.current-menu-item a {
  color: #fff;
}

.site-header.shrink {
  background-color: #f0f4f5;
  padding: 1.2rem 0;
}

.site-header.shrink .title-area {
  padding: 0;
  max-width: 100px;
}

.site-header.shrink .title-area a {
  line-height: 0;
}

.site-header.shrink .nav-primary .genesis-nav-menu a {
  color: #19314C;
}

.site-header.shrink .nav-primary .genesis-nav-menu a:hover {
  color: #19314C;
}

.site-header.shrink .nav-primary .genesis-nav-menu li.current-menu-item a {
  color: #19314C;
}

.site-header.shrink .nav-primary .genesis-nav-menu li.menu-item.menu-item-has-children > a > span:after {
  border-top-color: #19314C;
}

.site-header.shrink .nav-primary .genesis-nav-menu .sub-menu a {
  color: #000;
}

.site-header.shrink .nav-primary .genesis-nav-menu .sub-menu a:hover {
  color: #000;
}

.site-header.shrink .nav-primary .genesis-nav-menu .sub-menu li.current-menu-item a {
  color: #000;
}

.site-header.shrink .nav-primary .genesis-nav-menu .header-menu-cta a {
  color: #fff;
}

.site-header.shrink .nav-primary .genesis-nav-menu .header-menu-cta.current-menu-item a {
  color: #fff;
}

@media only screen and (max-width: 650px) {
  .site-header {
    padding: .6rem 0;
  }
}

/* Responsive Menu (Plugin)
------------------------------------------------------------ */
#genesis-mobile-nav-primary {
  display: none;
}

/* Trigger Button
------------------------------------------- */
button#rmp_menu_trigger-10 {
  background: transparent !important;
  color: #1f1f1f !important;
  width: 50px !important;
  height: 50px !important;
  top: 1rem !important;
  right: 1rem !important;
  position: fixed !important;
  z-index: 10001 !important;
}

#rmp_menu_trigger-10 .responsive-menu-pro-inner {
  background-color: #1f1f1f !important;
  height: 0.25rem !important;
}

#rmp_menu_trigger-10 .responsive-menu-pro-inner::before {
  background-color: #1f1f1f !important;
  height: 0.25rem !important;
  top: 0.95rem !important;
  width: 75% !important;
}

#rmp_menu_trigger-10 .responsive-menu-pro-inner::after {
  background-color: #1f1f1f !important;
  height: 0.25rem !important;
  bottom: 0.95rem !important;
}

#rmp_menu_trigger-10.shrink .responsive-menu-pro-inner {
  background-color: #fff !important;
  height: 0.2rem !important;
}

#rmp_menu_trigger-10.shrink .responsive-menu-pro-inner::before {
  background-color: #fff !important;
  height: 0.2rem !important;
  top: 0.9rem !important;
}

#rmp_menu_trigger-10.shrink .responsive-menu-pro-inner::after {
  background-color: #fff !important;
  height: 0.2rem !important;
  bottom: 0.9rem !important;
}

#rmp_menu_trigger-10.is-active .responsive-menu-pro-inner {
  background-color: #fff !important;
}

#rmp_menu_trigger-10.is-active .responsive-menu-pro-inner::before, #rmp_menu_trigger-10.is-active .responsive-menu-pro-inner::after {
  background-color: #fff !important;
  top: 0 !important;
  bottom: 0 !important;
}

/* Menu Container
------------------------------------------- */
#rmp-menu-title-10 {
  display: block !important;
  text-align: left !important;
}

#rmp-menu-title-10:hover {
  background: transparent !important;
}

#rmp-menu-title-10 a {
  float: none !important;
  text-align: left !important;
}

#rmp-menu-title-10 a img {
  float: none !important;
  margin: 0 0 5rem 0.8rem !important;
  text-align: left !important;
  width: 195px !important;
  height: auto !important;
}

#rmp-container-10 {
  background: #1f1f1f !important;
  padding: 140px 27px 0 40px !important;
  width: 40% !important;
  z-index: 10000 !important;
}

#rmp-container-10 .rmp-menu-wrap {
  background: #1f1f1f !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.rmp-menu-item {
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.rmp-menu-item a {
  border-bottom: none !important;
  color: #fff !important;
  height: auto !important;
  line-height: inherit !important;
  padding: 2.2rem 0.8rem !important;
  text-align: left !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.rmp-menu-item a:hover {
  color: #fff !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.rmp-menu-item a .fa {
  margin-right: 0 !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.rmp-menu-item a .rmp-menu-subarrow {
  background: transparent !important;
  border-left: none !important;
  color: #fff !important;
  font-size: 13px !important;
  font-size: 1.3rem !important;
  font-weight: 300 !important;
  line-height: 65px !important;
  width: 55px !important;
  height: auto !important;
  right: 0rem !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.rmp-menu-item a .rmp-menu-subarrow:hover {
  box-shadow: none !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.rmp-menu-item .rmp-menu-item-link {
  background: #1f1f1f !important;
  font-size: 19px !important;
  font-size: 1.9rem !important;
  font-family: "Roboto Slab", serif !important;
  font-weight: 500 !important;
  text-transform: none;
  letter-spacing: 0.8px !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.rmp-menu-current-item a {
  color: #fff !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu ul.rmp-submenu li.rmp-menu-item .rmp-menu-item-link {
  text-align: left !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu ul.rmp-submenu li.rmp-menu-item a {
  padding-left: 2.2rem !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu ul.rmp-submenu-depth-2 li.rmp-menu-item a {
  padding-left: 4.4rem !important;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.header-menu-cta.rmp-menu-item a {
  border-bottom: none !important;
  border-radius: 0 !important;
  background-color: #fff !important;
  color: #082630 !important;
  height: auto !important;
  line-height: inherit !important;
  padding: 1.2rem 2.2rem !important;
  margin-top: 1.5rem;
}

#rmp-container-10 .rmp-menu-wrap .rmp-menu li.header-menu-cta.rmp-menu-item a:hover {
  color: #082630 !important;
}

@media only screen and (max-width: 1024px) {
  #genesis-nav-primary {
    display: none;
  }
  /* Trigger Button
	------------------------------------------- */
  button#rmp_menu_trigger-10 {
    top: 1rem !important;
  }
  /* Menu Container
	------------------------------------------- */
  #rmp-container-10 {
    width: 100% !important;
    padding: 10rem 4rem 6rem !important;
    text-align: center !important;
  }
}

@media only screen and (max-width: 650px) {
  /* Trigger Button
	------------------------------------------- */
  button#rmp_menu_trigger-10 {
    top: -0.25rem !important;
  }
}

/* Footer Widgets
------------------------------------------------------------ */
.footer-widgets {
  background-color: #1F1F1F;
  border-top: none;
  color: #fff;
  font-size: 1.55rem;
  padding: 10rem 0 0;
  text-align: center;
}

.footer-widgets .footer-widget-area {
  padding: 0;
}

.footer-widgets .footer-logo {
  max-width: 350px;
  margin: 0 auto;
  text-align: center;
}

.footer-widgets .footer-widgets-1 {
  width: 100%;
}

.footer-widgets .menu {
  border-top: 1px solid #444;
  border-bottom: 1px solid #444;
  display: flex;
  gap: 8rem;
  justify-content: center;
  max-width: 820px;
  margin: 4rem auto 8rem;
  padding: 2.5rem 0;
}

.footer-widgets .menu li {
  margin-bottom: 0;
}

.footer-widgets .menu a {
  color: #fff;
  font-size: 1.7rem;
  letter-spacing: -.2px;
  text-decoration: none;
}

@media only screen and (max-width: 800px) {
  .footer-widgets {
    padding: 8rem 0 0;
  }
  .footer-widgets .footer-logo {
    max-width: 250px;
  }
  .footer-widgets .footer-widgets-1 {
    width: 100%;
  }
  .footer-widgets .menu {
    gap: 5rem;
    margin: 4rem auto 8rem;
    padding: 2rem 0;
  }
  .footer-widgets .menu a {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 650px) {
  .footer-widgets {
    padding: 8rem 0 0;
  }
  .footer-widgets .footer-logo {
    max-width: 250px;
  }
  .footer-widgets .menu {
    flex-direction: column;
    border: none;
    gap: 2rem;
    margin: 2rem auto 5.5rem;
    padding: 0;
  }
  .footer-widgets .menu a {
    font-size: 1.6rem;
  }
}

/* Site Footer
------------------------------------------------------------ */
.site-footer {
  border-top: none;
  background-color: #1F1F1F;
  color: #999;
  font-size: 1.25rem;
  font-weight: 400;
  padding: 0 0 2rem;
}

.site-footer a {
  color: inherit;
  text-decoration: none;
}

.site-footer .left {
  clear: both;
  float: left;
}

.site-footer .right {
  float: right;
  text-align: right;
}

@media only screen and (max-width: 800px) {
  .site-footer {
    font-size: 1.15rem;
  }
  .site-footer .left {
    width: 100%;
    margin-bottom: .6rem;
    text-align: center;
  }
  .site-footer .right {
    width: 100%;
    float: left;
    text-align: center;
  }
}

/* Links 
------------------------------------------------------------ */
a:focus {
  outline: none;
}

.content a:not(.cta-button):not(.cta-inline):not(.entry-title-link):not(.swp_share_link):not(.breadcrumb-link):not([rel="category tag"]):not(.accordion-block__heading) {
  box-shadow: inset 0 -2px 0 0 #2450de;
  color: #2450de;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.content a:not(.cta-button):not(.cta-inline):not(.entry-title-link):not(.swp_share_link):not(.breadcrumb-link):not([rel="category tag"]):not(.accordion-block__heading):hover {
  color: #2450de;
  box-shadow: inset 0 -3px 0 0 #2450de;
}

.content a:not(.cta-button):not(.cta-inline):not(.entry-title-link):not(.swp_share_link):not(.breadcrumb-link):not([rel="category tag"]):not(.accordion-block__heading):focus {
  outline: none;
}

.content figure a,
.content figure a:hover,
.content img a,
.content img a:hover {
  box-shadow: none !important;
}

/* Typography 
------------------------------------------------------------ */
h1,
h2,
h3,
h4,
h5 {
  color: #223E5E;
  font-weight: 400;
  font-family: "Roboto Slab", serif;
  margin-bottom: 3rem;
}

h1 {
  font-size: 5.6rem;
  line-height: 1.25;
  letter-spacing: -.8px;
  margin-bottom: 2rem;
}

h2 {
  font-size: 3.2rem;
  line-height: 1.2;
  letter-spacing: -.8px;
}

h3 {
  font-size: 2.6rem;
  line-height: 1.35;
}

h4 {
  font-size: 2.1rem;
  line-height: 1.35;
}

h5 {
  color: #555;
  font-size: 1.38rem;
  line-height: 1.4;
  letter-spacing: 1px;
  margin-bottom: .8rem;
  text-transform: uppercase;
}

@media only screen and (max-width: 1440px) {
  h1 {
    font-size: 5.2rem;
  }
  h2 {
    font-size: 3.8rem;
  }
  h3 {
    font-size: 2.6rem;
  }
  h4 {
    font-size: 2.05rem;
  }
}

@media only screen and (max-width: 1024px) {
  h1 {
    font-size: 4.4rem;
  }
  h2 {
    font-size: 3.6rem;
  }
  h3 {
    font-size: 2.3rem;
  }
  h4 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 800px) {
  h1 {
    font-size: 4rem;
  }
  h2 {
    font-size: 3.2rem;
  }
  h3 {
    font-size: 2.2rem;
  }
  h4 {
    font-size: 2rem;
  }
}

@media only screen and (max-width: 650px) {
  h1 {
    font-size: 3rem;
  }
  h2 {
    font-size: 3rem;
  }
  h3 {
    font-size: 2.1rem;
  }
  h4 {
    font-size: 1.9rem;
  }
  h5 {
    font-size: 1.25rem;
    margin-bottom: 1.1rem;
  }
}

/* CTAs & Buttons
------------------------------------------------------------ */
.cta-button {
  border-radius: 0;
  display: inline-block;
  font-size: 1.28rem;
  font-weight: 700;
  letter-spacing: 1px;
  padding: 1.4rem 3.8rem;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.cta-button--primary {
  background: #2450DE;
  border: 2px solid #2450DE;
  color: #fff;
}

.cta-button--primary:hover, .cta-button--primary:focus {
  background: #2450DE;
  border: 2px solid #2450DE;
  color: #fff;
}

.cta-button--secondary {
  background: transparent;
  border: 2px solid #082630;
  color: #082630;
}

.cta-button--secondary:hover, .cta-button--secondary:focus {
  background: transparent;
  color: #082630;
}

.cta-button--white {
  background: transparent;
  border: 2px solid #fff;
  color: #fff;
}

.cta-button--white:hover {
  color: #fff;
}

@media only screen and (max-width: 650px) {
  .cta-button {
    font-size: 1.18rem;
  }
}

.cta-inline {
  color: #2450DE;
  display: inline-block;
  font-weight: 500;
  text-decoration: none;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -ms-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
}

.cta-inline:hover {
  color: #2450DE;
  box-shadow: inset 0 -2px 0 0 #2450DE;
}

/* Blog Pages 
------------------------------------------------------------ */
/* Single Post Templates
------------------------------------------------------------ */
.single-post.hero-bg .single-post-hero .breadcrumb {
  font-size: 1.4rem;
  font-weight: 500;
}

.single-post.hero-bg .single-post-hero .entry-title {
  font-size: 5rem;
}

.single-post.hero-bg .single-post-hero .entry-meta {
  font-size: 1.4rem;
  font-weight: 500;
}

.single-post.classic .breadcrumb {
  color: #666;
  font-size: 1.4rem;
  font-weight: 500;
}

.single-post.classic .breadcrumb a {
  color: #666;
}

.single-post.classic .entry-title {
  color: #223E5E;
  font-size: 5rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
}

.single-post.classic .entry-meta {
  color: #666;
  font-size: 1.4rem;
  font-weight: 500;
}

.single-post.classic .entry-meta a {
  color: #666;
}

.single-post.classic .singular-image {
  max-width: calc(100% + 360px);
  margin-left: -180px;
  margin-right: -180px;
}

.single-post .entry-content ol, .single-post .entry-content ul {
  padding-left: 4rem;
}

.single-post .entry-content ol li, .single-post .entry-content ul li {
  margin-bottom: 1.6rem;
}

@media only screen and (max-width: 1024px) {
  .single-post.hero-bg .single-post-hero {
    padding: 25rem 0 6rem;
  }
  .single-post.classic .singular-image {
    width: 100%;
    margin: 0 auto 3rem;
  }
}

@media only screen and (max-width: 800px) {
  .single-post.hero-bg .single-post-hero .entry-title {
    font-size: 4rem;
  }
  .single-post.classic .entry-title {
    font-size: 4rem;
  }
}

@media only screen and (max-width: 650px) {
  .single-post.hero-bg .single-post-hero {
    padding: 16rem 0 6rem;
  }
  .single-post.hero-bg .single-post-hero .entry-title {
    font-size: 3.2rem;
  }
  .single-post.hero-bg .single-post-hero .entry-meta,
  .single-post.hero-bg .single-post-hero .breadcrumb {
    font-size: 1.35rem;
  }
  .single-post.classic .entry-title {
    font-size: 3.2rem;
  }
  .single-post.classic .entry-meta,
  .single-post.classic .breadcrumb {
    font-size: 1.35rem;
  }
  .single-post .entry-content ol, .single-post .entry-content ul {
    padding-left: 2rem;
  }
}

/* Blog Archives 
------------------------------------------------------------ */
.blog .content,
.archive .content,
.search-results .content,
.search-no-results .content {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-column-gap: 3rem;
  grid-row-gap: 6rem;
}

.blog .entry,
.archive .entry,
.search-results .entry,
.search-no-results .entry {
  box-shadow: 0px 5px 45px 0px rgba(175, 177, 177, 0.2);
  border-radius: 0px;
  transition: all 0.1s cubic-bezier(0, 1, 0.5, 1);
  -webkit-transition: all 0.1s cubic-bezier(0, 1, 0.5, 1);
}

.blog .entry .entry-image,
.archive .entry .entry-image,
.search-results .entry .entry-image,
.search-no-results .entry .entry-image {
  border-radius: 0 0 0 0;
}

.blog .entry .entry-header .entry-title,
.blog .entry .entry-header .entry-title a,
.archive .entry .entry-header .entry-title,
.archive .entry .entry-header .entry-title a,
.search-results .entry .entry-header .entry-title,
.search-results .entry .entry-header .entry-title a,
.search-no-results .entry .entry-header .entry-title,
.search-no-results .entry .entry-header .entry-title a {
  border-bottom: none;
  color: #223E5E;
  font-size: 2.1rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400;
  text-decoration: none;
  margin: 0 auto 1rem;
}

.blog .entry .entry-header .entry-meta,
.archive .entry .entry-header .entry-meta,
.search-results .entry .entry-header .entry-meta,
.search-no-results .entry .entry-header .entry-meta {
  color: #666;
  font-size: 1.3rem;
  font-style: italic;
  font-weight: 500;
}

.blog .entry .entry-content,
.archive .entry .entry-content,
.search-results .entry .entry-content,
.search-no-results .entry .entry-content {
  font-size: 1.5rem;
}

.blog .entry .entry-content p,
.archive .entry .entry-content p,
.search-results .entry .entry-content p,
.search-no-results .entry .entry-content p {
  margin-top: 1rem;
}

.blog .entry .entry-content p:last-child,
.archive .entry .entry-content p:last-child,
.search-results .entry .entry-content p:last-child,
.search-no-results .entry .entry-content p:last-child {
  margin-bottom: 0;
}

.blog .archive-pagination li a,
.archive .archive-pagination li a,
.search-results .archive-pagination li a,
.search-no-results .archive-pagination li a {
  color: #000;
  padding: .6rem 1.5rem;
}

.blog .archive-pagination li a:hover, .blog .archive-pagination li a:focus,
.archive .archive-pagination li a:hover,
.archive .archive-pagination li a:focus,
.search-results .archive-pagination li a:hover,
.search-results .archive-pagination li a:focus,
.search-no-results .archive-pagination li a:hover,
.search-no-results .archive-pagination li a:focus {
  background-color: transparent;
}

.blog .archive-pagination li.active a,
.archive .archive-pagination li.active a,
.search-results .archive-pagination li.active a,
.search-no-results .archive-pagination li.active a {
  background-color: transparent;
}

.blog .archive-description,
.archive .archive-description,
.search-results .archive-description,
.search-no-results .archive-description {
  background-color: #f0f4f5;
  margin-bottom: 12rem;
  padding: 12rem 1.5rem;
  text-align: center;
}

.blog .archive-description .archive-title,
.archive .archive-description .archive-title,
.search-results .archive-description .archive-title,
.search-no-results .archive-description .archive-title {
  color: #000;
  font-size: 5.2rem;
  font-weight: 400;
  margin: 0 auto 2rem;
  max-width: 1400px;
}

.blog .archive-description p,
.archive .archive-description p,
.search-results .archive-description p,
.search-no-results .archive-description p {
  color: #666;
  font-size: 1.65rem;
  max-width: 640px;
  margin: 0 auto;
}

.search-no-results .entry {
  box-shadow: none;
}

@media only screen and (max-width: 1024px) {
  .blog .content,
  .archive .content {
    grid-template-columns: repeat(2, 1fr);
  }
  .blog .archive-description .archive-title,
  .archive .archive-description .archive-title {
    font-size: 4.4rem;
  }
}

@media only screen and (max-width: 800px) {
  .blog .archive-description,
  .archive .archive-description {
    padding: 8rem 1.5rem;
    margin-bottom: 8rem;
  }
}

@media only screen and (max-width: 650px) {
  .blog .content,
  .archive .content {
    grid-template-columns: repeat(1, 1fr);
  }
  .blog .archive-description .archive-title,
  .archive .archive-description .archive-title {
    font-size: 3.6rem;
  }
  .blog .archive-description p,
  .archive .archive-description p {
    font-size: 1.55rem;
  }
}

/* 404 Page
------------------------------------------------------------ */
.error-404 {
  text-align: center;
}

.error-404 .content {
  padding: 12rem 0;
}

.error-404 .content h2 {
  margin-bottom: 2rem;
}

.error-404 .content h4 {
  margin-bottom: 5rem;
}

.error-404 .content {
  padding: 12rem 0;
}

@media only screen and (max-width: 650px) {
  .error-404 .content {
    padding: 8rem 0;
  }
}

/* Contact Details Group
------------------------------------------------------------ */
.contact-details-group {
  padding-bottom: 0;
}

.contact-details-group .wp-block-group__inner-container {
  max-width: 1260px;
}

.contact-details-group .acf-cols {
  gap: 3rem !important;
}

.contact-details-group .wp-block-column {
  padding: 5rem 6rem;
}

.contact-details-group p {
  margin-bottom: .2rem;
}

.contact-details-group a {
  color: inherit !important;
  box-shadow: none !important;
  font-weight: 400 !important;
}

@media only screen and (max-width: 650px) {
  .contact-details-group .wp-block-column {
    padding: 4.5rem 3.2rem;
  }
  .contact-details-group p {
    margin-bottom: .2rem;
  }
}

/* Contact Form
------------------------------------------------------------ */
.contact-form-container h2 {
  margin-bottom: 10rem;
  text-align: center;
}

.contact-form-container .fluentform .ff-el-group {
  margin-bottom: 5rem;
}

.contact-form-container .fluentform .ff-el-group.no-margin-bottom {
  margin-bottom: 0;
}

.contact-form-container .fluentform .ff-el-form-control {
  border: none;
  border-bottom: 1px solid #02123E;
  border-radius: 0;
  background-color: #fff;
  color: #02123E;
  font-size: 1.5rem;
  padding: 1.5rem 0;
}

.contact-form-container .fluentform .ff-el-form-control.ff-el-phone {
  padding: 1.5rem 2rem 1.5rem 7rem;
}

.contact-form-container .fluentform .ff-el-form-control:focus {
  color: #02123E;
  border-color: #02123E;
}

.contact-form-container .fluentform .frm-fluent-form .choices__inner {
  border: none;
  border-bottom: 1px solid #02123E;
  border-radius: 0;
}

.contact-form-container .fluentform .frm-fluent-form .choices__list--multiple .choices__item {
  background-color: #02123E;
}

.contact-form-container .fluentform .frm-fluent-form .choices[data-type*="select-multiple"] .choices__input {
  font-size: 1.5rem;
  padding: 1.5rem 0;
}

.contact-form-container .fluentform .ff-el-input--label.ff-el-is-required.asterisk-right label::after {
  display: none;
}

.contact-form-container .fluentform .ff-el-input--label label {
  color: #02123E;
  font-size: 1.5rem;
  font-weight: 500;
}

.contact-form-container .fluentform .ff-btn {
  background-color: #2450DE !important;
  border-radius: 0 !important;
  color: #fff !important;
  font-size: 1.28rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  line-height: inherit !important;
  padding: 1.4rem 3.8rem !important;
  text-transform: uppercase !important;
  -webkit-transition: all 0.3s ease-in-out !important;
  -moz-transition: all 0.3s ease-in-out !important;
  -ms-transition: all 0.3s ease-in-out !important;
  -o-transition: all 0.3s ease-in-out !important;
  transition: all 0.3s ease-in-out !important;
}

.contact-form-container .fluentform .ff-btn:hover, .contact-form-container .fluentform .ff-btn:focus {
  background-color: #2450DE !important;
  color: #fff !important;
  opacity: 1 !important;
}

.contact-form-container .fluentform .ff-message-success {
  border: none;
  box-shadow: none;
  color: #02123E;
  font-size: 1.6rem;
  font-weight: 500;
  font-style: italic;
  padding: 0;
  margin-top: 3rem;
}

.contact-form-container .fluentform .ff-el-is-error .text-danger {
  font-size: 1.3rem;
  font-weight: 500;
}

.contact-form-container .gdpr-note .ff_t_c {
  color: #02123E;
  display: inline-block;
  font-size: 1.4rem;
  font-style: italic;
  text-align: left;
  position: relative;
  top: -.2rem;
}

.contact-form-container.narrow {
  max-width: 740px;
  margin: 0 auto;
}

.contact-form-container--white-text {
  color: #fff !important;
}

.contact-form-container--white-text h4, .contact-form-container--white-text label, .contact-form-container--white-text p {
  color: #fff !important;
}

.contact-form-container--white-text .gdpr-note .ff_t_c {
  color: #fff;
}

.contact-form-container--white-text span.iti__country-name {
  color: #02123E !important;
}

.contact-form-container--white-button .ff-btn {
  background-color: #fff !important;
  color: #333 !important;
}

.contact-form-container--white-button .ff-btn:hover, .contact-form-container--white-button .ff-btn:focus {
  background-color: #fff !important;
  color: #333 !important;
}

@media only screen and (max-width: 650px) {
  .contact-form-container .fluentform .ff-el-form-control {
    font-size: 1.4rem;
    padding: 1.5rem;
  }
  .contact-form-container .fluentform .ff-btn {
    font-size: 1.18rem !important;
  }
}

/* Simple Lightbox 
------------------------------------------------------------ */
.sl-wrapper {
  z-index: 9999 !important;
}

.sl-wrapper .sl-counter {
  font-size: 1.35rem;
  font-weight: 600;
  letter-spacing: 1.5px;
}

.sl-wrapper .sl-close {
  font-size: 4rem;
}

.sl-wrapper .sl-navigation button.sl-next {
  font-size: 4.5rem;
}

.sl-wrapper .sl-navigation button.sl-prev {
  font-size: 4.5rem;
}

.sl-overlay {
  background: #000 !important;
  opacity: 0.8 !important;
  z-index: 9998 !important;
}

@media only screen and (max-width: 650px) {
  .sl-wrapper .sl-counter {
    font-size: 1.2rem;
    letter-spacing: 1.2px;
  }
  .sl-wrapper .sl-close {
    font-size: 2.8rem;
    top: 3.5rem;
    right: 2.5rem;
  }
  .sl-wrapper .sl-navigation button.sl-next {
    font-size: 3rem;
  }
  .sl-wrapper .sl-navigation button.sl-prev {
    font-size: 3rem;
  }
}

/* Latest Blog Posts Block
------------------------------------------------------------ */
.latest-blog-posts-block li a {
  box-shadow: none !important;
  color: #223E5E !important;
  font-size: 2.1rem;
  font-family: "Roboto Slab", serif;
  font-weight: 400 !important;
  line-height: 1.5;
  text-decoration: none;
  margin: 0;
}

.latest-blog-posts-block li a:hover {
  color: inherit !important;
}

.latest-blog-posts-block li .wp-block-latest-posts__featured-image {
  margin-bottom: 3rem;
}

@media only screen and (max-width: 800px) {
  .latest-blog-posts-block li a {
    font-size: 1.9rem;
  }
}

/* Gutenberg Gallery Block 
------------------------------------------------------------ */
@media only screen and (max-width: 650px) {
  .wp-block-gallery .blocks-gallery-grid .blocks-gallery-item {
    width: 100% !important;
    margin: 2rem 0 0;
  }
}

/* Accordion Block
------------------------------------------------------------ */
.accordion-block__heading {
  background-color: #082630;
  border-radius: 0;
  color: #fff;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.55;
  padding: 1.7rem 1.5rem 1.7rem 5rem;
  position: relative;
}

.accordion-block__heading:hover, .accordion-block__heading:focus {
  color: #fff;
}

.accordion-block__heading::before {
  content: "+";
  font-size: 2.6rem;
  position: absolute;
  top: .93rem;
  left: 2rem;
}

.accordion-block__heading.is-active::before {
  content: "-";
  font-size: 3.4rem;
  position: absolute;
  top: .1rem;
  left: 2.2rem;
}

.accordion-block__content {
  font-size: inherit;
}

/* Slider Blocks
------------------------------------------------------------ */
/* Swiper Slider
------------------------------------------------------------ */
.swiper-button-next:focus,
.swiper-button-prev:focus {
  outline: none;
}

/* Testimonial Slider Block
------------------------------------------------------------ */
.testimonial-slider-block {
  max-width: none;
  margin: 0 auto;
}

.testimonial-slider-block .swiper-container {
  width: 72%;
}

.testimonial-slider-block .swiper-container .swiper-pagination-bullet {
  background: #082630;
  width: 11px;
  height: 11px;
}

.testimonial-slider-block .swiper-button-next,
.testimonial-slider-block .swiper-button-prev {
  background-color: transparent;
  border: 2px solid #082630;
  border-radius: 50%;
  padding: 2.2rem;
  top: 44%;
}

.testimonial-slider-block .swiper-button-next::after,
.testimonial-slider-block .swiper-button-prev::after {
  color: #082630;
  font-size: 1.8rem;
  font-weight: 700;
}

.testimonial-slider-block .swiper-button-next {
  right: 0;
}

.testimonial-slider-block .swiper-button-next::after {
  padding-left: .3rem;
}

.testimonial-slider-block .swiper-button-prev {
  left: 0;
}

.testimonial-slider-block .swiper-button-prev::after {
  padding-right: .3rem;
}

.testimonial-slider-block--nav-top-right .swiper-container {
  width: 100%;
}

.testimonial-slider-block--nav-top-right .swiper-button-next {
  top: 6.5rem;
  right: 2rem;
}

.testimonial-slider-block--nav-top-right .swiper-button-prev {
  top: 6.5rem;
  right: 9.5rem;
  left: auto;
}

@media only screen and (max-width: 960px) {
  .testimonial-slider-block .swiper-container {
    width: 78%;
  }
  .testimonial-slider-block .swiper-button-next,
  .testimonial-slider-block .swiper-button-prev {
    padding: 2.2rem;
  }
  .testimonial-slider-block .swiper-button-next::after,
  .testimonial-slider-block .swiper-button-prev::after {
    font-size: 1.4rem;
  }
  .testimonial-slider-block .swiper-button-next {
    right: 0;
  }
  .testimonial-slider-block .swiper-button-next::after {
    padding-left: .2rem;
  }
  .testimonial-slider-block .swiper-button-prev {
    left: 0;
  }
  .testimonial-slider-block .swiper-button-prev::after {
    padding-right: .2rem;
  }
  .testimonial-slider-block--nav-top-right .swiper-container {
    width: 100%;
  }
  .testimonial-slider-block--nav-top-right .swiper-button-next {
    top: 6.5rem;
    right: 2rem;
  }
  .testimonial-slider-block--nav-top-right .swiper-button-prev {
    top: 6.5rem;
    right: 8.5rem;
    left: auto;
  }
}

@media only screen and (max-width: 650px) {
  .testimonial-slider-block .swiper-container {
    width: 100%;
  }
  .testimonial-slider-block .swiper-button-next,
  .testimonial-slider-block .swiper-button-prev {
    display: none;
  }
  .testimonial-slider-block .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .5rem;
  }
}

/* Gallery Slider Block
------------------------------------------------------------ */
.gallery-slider-block {
  max-width: none;
  margin: 0 auto;
}

.gallery-slider-block .swiper-container {
  width: 88%;
}

.gallery-slider-block .swiper-container .swiper-pagination-bullet {
  background: #082630;
  width: 11px;
  height: 11px;
}

.gallery-slider-block .swiper-button-next,
.gallery-slider-block .swiper-button-prev {
  background-color: transparent;
  border: 2px solid #082630;
  border-radius: 50%;
  padding: 2.2rem;
  top: 44%;
}

.gallery-slider-block .swiper-button-next::after,
.gallery-slider-block .swiper-button-prev::after {
  color: #082630;
  font-size: 2.1rem;
  font-weight: 700;
}

.gallery-slider-block .swiper-button-next {
  right: 0;
}

.gallery-slider-block .swiper-button-next::after {
  padding-left: .3rem;
}

.gallery-slider-block .swiper-button-prev {
  left: 0;
}

.gallery-slider-block .swiper-button-prev::after {
  padding-right: .3rem;
}

.gallery-slider-block--nav-top-right .swiper-container {
  width: 100%;
}

.gallery-slider-block--nav-top-right .swiper-button-next {
  top: 6.5rem;
  right: 2rem;
}

.gallery-slider-block--nav-top-right .swiper-button-prev {
  top: 6.5rem;
  right: 10.5rem;
  left: auto;
}

@media only screen and (max-width: 1200px) {
  .gallery-slider-block .swiper-container {
    width: 82%;
  }
  .gallery-slider-block--nav-top-right .swiper-container {
    width: 100%;
  }
}

@media only screen and (max-width: 960px) {
  .gallery-slider-block .swiper-container {
    width: 82%;
  }
  .gallery-slider-block .swiper-button-next,
  .gallery-slider-block .swiper-button-prev {
    padding: 2.2rem;
  }
  .gallery-slider-block .swiper-button-next::after,
  .gallery-slider-block .swiper-button-prev::after {
    font-size: 1.4rem;
  }
  .gallery-slider-block .swiper-button-next {
    right: 0;
  }
  .gallery-slider-block .swiper-button-next::after {
    padding-left: .2rem;
  }
  .gallery-slider-block .swiper-button-prev {
    left: 0;
  }
  .gallery-slider-block .swiper-button-prev::after {
    padding-right: .2rem;
  }
  .gallery-slider-block--nav-top-right .swiper-container {
    width: 100%;
  }
  .gallery-slider-block--nav-top-right .swiper-button-next {
    top: 6.5rem;
    right: 2rem;
  }
  .gallery-slider-block--nav-top-right .swiper-button-prev {
    top: 6.5rem;
    right: 8.5rem;
    left: auto;
  }
}

@media only screen and (max-width: 650px) {
  .gallery-slider-block .swiper-container {
    width: 100%;
  }
  .gallery-slider-block .swiper-button-next,
  .gallery-slider-block .swiper-button-prev {
    display: none;
  }
  .gallery-slider-block .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .5rem;
  }
}

/* Hub Block Type 01 Slider
------------------------------------------------------------ */
.hub-block-type-01-slider {
  max-width: none;
  margin: 0 auto;
}

.hub-block-type-01-slider .swiper-container {
  width: 88%;
}

.hub-block-type-01-slider .swiper-container .swiper-pagination-bullet {
  background: #082630;
  width: 11px;
  height: 11px;
}

.hub-block-type-01-slider .swiper-button-next,
.hub-block-type-01-slider .swiper-button-prev {
  background-color: transparent;
  border: 2px solid #082630;
  border-radius: 50%;
  padding: 2.2rem;
  top: 44%;
}

.hub-block-type-01-slider .swiper-button-next::after,
.hub-block-type-01-slider .swiper-button-prev::after {
  color: #082630;
  font-size: 1.8rem;
  font-weight: 700;
}

.hub-block-type-01-slider .swiper-button-next {
  right: 0;
}

.hub-block-type-01-slider .swiper-button-next::after {
  padding-left: .3rem;
}

.hub-block-type-01-slider .swiper-button-prev {
  left: 0;
}

.hub-block-type-01-slider .swiper-button-prev::after {
  padding-right: .3rem;
}

.hub-block-type-01-slider--nav-top-right .swiper-container {
  width: 100%;
}

.hub-block-type-01-slider--nav-top-right .swiper-button-next {
  top: 6.5rem;
  right: 2rem;
}

.hub-block-type-01-slider--nav-top-right .swiper-button-prev {
  top: 6.5rem;
  right: 9.5rem;
  left: auto;
}

@media only screen and (max-width: 650px) {
  .hub-block-type-01-slider .swiper-container {
    width: 100%;
  }
  .hub-block-type-01-slider .swiper-button-next,
  .hub-block-type-01-slider .swiper-button-prev {
    display: none;
  }
  .hub-block-type-01-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .5rem;
  }
}

/* Hub Block Type 03 Slider
------------------------------------------------------------ */
.hub-block-type-03-slider {
  max-width: none;
  margin: 0 auto;
}

.hub-block-type-03-slider .swiper-container {
  width: 88%;
}

.hub-block-type-03-slider .swiper-container .swiper-pagination-bullet {
  background: #082630;
  width: 11px;
  height: 11px;
}

.hub-block-type-03-slider .swiper-button-next,
.hub-block-type-03-slider .swiper-button-prev {
  background-color: transparent;
  border: 2px solid #082630;
  border-radius: 50%;
  padding: 2.2rem;
  top: 44%;
}

.hub-block-type-03-slider .swiper-button-next::after,
.hub-block-type-03-slider .swiper-button-prev::after {
  color: #082630;
  font-size: 1.8rem;
  font-weight: 700;
}

.hub-block-type-03-slider .swiper-button-next {
  right: 0;
}

.hub-block-type-03-slider .swiper-button-next::after {
  padding-left: .3rem;
}

.hub-block-type-03-slider .swiper-button-prev {
  left: 0;
}

.hub-block-type-03-slider .swiper-button-prev::after {
  padding-right: .3rem;
}

.hub-block-type-03-slider--nav-top-right .swiper-container {
  width: 100%;
}

.hub-block-type-03-slider--nav-top-right .swiper-button-next {
  top: 6.5rem;
  right: 2rem;
}

.hub-block-type-03-slider--nav-top-right .swiper-button-prev {
  top: 6.5rem;
  right: 9.5rem;
  left: auto;
}

.hub-block-type-03-slider .hub-block__type-03 {
  min-height: 350px;
}

@media only screen and (max-width: 650px) {
  .hub-block-type-03-slider .swiper-container {
    width: 100%;
  }
  .hub-block-type-03-slider .swiper-button-next,
  .hub-block-type-03-slider .swiper-button-prev {
    display: none;
  }
  .hub-block-type-03-slider .swiper-container-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet {
    margin: 0 .5rem;
  }
}

/* Project Specific Styles
------------------------------------------------------------ */
/* Check List
------------------------------------------------------------ */
ul.check-list {
  margin-left: 4rem;
}

ul.check-list li {
  background-image: url("/wp-content/themes/genesis-sample/images/check-list-icon.png");
  background-repeat: no-repeat;
  background-position: left .6rem;
  background-size: 15px 18px;
  list-style: none;
  margin-bottom: 2.5rem;
  padding-left: 3.2rem;
}

ul.check-list li b, ul.check-list li strong {
  font-weight: 700;
}

@media only screen and (max-width: 650px) {
  ul.check-list {
    margin-left: 0;
  }
}

/* Cover Hero Block
------------------------------------------------------------ */
.cover-hero {
  padding: 22rem 0;
  min-height: unset;
  text-align: center;
}

.cover-hero .wp-block-cover__inner-container {
  padding: 0 1.5rem;
}

.cover-hero h1 {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
}

.cover-hero p {
  font-size: 1.65rem;
  font-weight: 400;
  line-height: 1.75;
  max-width: 600px;
  margin: 0 auto;
}

.cover-hero .buttons-block {
  margin-top: 3rem;
}

.cover-hero .buttons-block .cta-button--secondary {
  color: #fff;
  border-color: #fff;
  border-width: 1px;
}

.cover-hero .buttons-block .cta-button--secondary:hover {
  background-color: #fff;
  color: #012B4B;
}

@media only screen and (max-width: 1440px) {
  .cover-hero {
    padding: 20rem 0;
  }
}

@media only screen and (max-width: 800px) {
  .cover-hero {
    padding: 14rem 0;
  }
  .cover-hero p {
    font-size: 1.65rem;
  }
}

@media only screen and (max-width: 650px) {
  .cover-hero {
    padding: 10rem 0;
  }
  .cover-hero h1 {
    margin-bottom: 1rem;
  }
  .cover-hero p {
    font-size: 1.5rem;
  }
}

/* Contact Form Group
------------------------------------------------------------ */
.contact-form-group .wp-block-group__inner-container {
  max-width: 760px;
}

/* About Main Group
------------------------------------------------------------ */
.about-main-group .wp-block-group__inner-container {
  max-width: 820px;
}

.about-main-group p:first-child {
  font-size: 2.1rem;
  font-weight: 500;
  letter-spacing: -.2px;
}

.about-main-group .buttons-block {
  margin-top: 4rem;
}

@media only screen and (max-width: 650px) {
  .about-main-group p:first-child {
    font-size: 1.75rem;
  }
  .about-main-group .buttons-block {
    margin-top: 4rem;
  }
}

/* Service Box Group
------------------------------------------------------------ */
.service-boxes-parent-group .wp-block-group__inner-container {
  max-width: 1260px;
}

.service-boxes-parent-group .acf-cols {
  gap: 3rem !important;
}

.service-box-group {
  font-size: 1.6rem;
  padding: 4.5rem 4rem;
}

.service-box-group .wp-block-group__inner-container {
  padding: 0;
}

.service-box-group h3 {
  font-size: 2.4rem;
  letter-spacing: -.8px;
  margin-bottom: 6rem;
}

.service-box-group p {
  margin-bottom: 2rem;
}

.service-box-group a {
  color: #223E5E !important;
  box-shadow: none !important;
  font-weight: 500 !important;
  border-bottom: 2px solid #223E5E;
}

@media only screen and (max-width: 650px) {
  .service-box-group {
    padding: 5rem 4rem;
  }
  .service-box-group h3 {
    margin-bottom: 3.5rem;
  }
}

/* Service Main Group
------------------------------------------------------------ */
.service-main-group b, .service-main-group strong {
  font-weight: 500;
}

.service-main-group p.intro {
  font-size: 1.8rem;
  font-weight: 500;
}

.service-main-group .wp-block-group__inner-container {
  max-width: 920px;
}

.service-main-group h2 {
  margin-top: 6rem;
  margin-bottom: 5rem;
}

.service-main-group .buttons-block {
  margin-top: 5rem;
}

@media only screen and (max-width: 650px) {
  .service-main-group p.intro {
    font-size: 1.7rem;
  }
}

/* Cover CTA Block
------------------------------------------------------------ */
.cover-cta {
  padding: 18rem 0;
  min-height: unset;
}

.cover-cta .wp-block-cover__inner-container {
  max-width: 1260px;
  padding: 0 1.5rem;
}

.cover-cta h5 {
  font-size: 1.32rem;
  font-weight: 500;
  margin-bottom: 1.2rem;
  text-transform: uppercase;
}

.cover-cta h2 {
  font-size: 6rem;
  line-height: 1.25;
}

.cover-cta .buttons-block {
  text-align: center;
}

.cover-cta .cta-button--primary {
  background: transparent;
  border: 2px solid #fff;
  font-size: 1.35rem;
  letter-spacing: 1.2px;
}

@media only screen and (max-width: 1440px) {
  .cover-cta {
    padding: 16rem 0;
  }
  .cover-cta h2 {
    font-size: 5.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .cover-cta h2 {
    font-size: 4.4rem;
  }
}

@media only screen and (max-width: 650px) {
  .cover-cta h5 {
    font-size: 1.2rem;
  }
  .cover-cta h2 {
    font-size: 3.2rem;
    line-height: 1.3;
  }
  .cover-cta .cta-button--primary {
    font-size: 1.22rem;
    letter-spacing: 1px;
    border: 1px solid #fff;
  }
}

/* Front Form Group
------------------------------------------------------------ */
.front-form-group .wp-block-group__inner-container {
  max-width: 1260px;
}

.front-form-group .contact-form-container {
  max-width: 760px;
  margin: 12rem auto 0;
}

.front-form-group .contact-form-container .fluentform .ff-el-form-control,
.front-form-group .contact-form-container .frm-fluent-form .choices__inner {
  background-color: transparent;
}

@media only screen and (max-width: 800px) {
  .front-form-group .acf-cols {
    gap: 0 !important;
  }
  .front-form-group .contact-form-container {
    margin: 7rem auto 0;
  }
}

/* Front Hero Group
------------------------------------------------------------ */
.front-hero-group {
  padding: 0;
}

.front-hero-group .wp-block-cover {
  padding: 0;
  height: calc( 100vh - 86.25px);
}

.front-hero-group .inner-container {
  max-width: 700px;
  margin: 0 auto;
}

.front-hero-group figure {
  margin-bottom: 2rem !important;
  max-width: 170px;
}

.front-hero-group h1 {
  color: #fff;
  font-size: 6.6rem;
  line-height: 1.2;
  letter-spacing: -.4px;
  margin-bottom: 3.5rem;
}

@media only screen and (max-width: 1440px) {
  .front-hero-group .wp-block-cover {
    height: calc( 100vh - 86.25px);
  }
  .front-hero-group .inner-container {
    max-width: 520px;
  }
  .front-hero-group h1 {
    font-size: 5.6rem;
  }
}

@media only screen and (max-width: 1024px) {
  .front-hero-group .wp-block-cover {
    height: calc( 100vh - 80px);
  }
  .front-hero-group .inner-container {
    max-width: 420px;
  }
  .front-hero-group h1 {
    font-size: 4.8rem;
  }
}

@media only screen and (max-width: 800px) {
  .front-hero-group .wp-block-cover {
    height: 300px;
  }
  .front-hero-group .acf-cols {
    gap: 0 !important;
  }
  .front-hero-group .inner-container {
    max-width: 600px;
    padding: 8rem 1.5rem;
  }
  .front-hero-group h1 {
    font-size: 4.8rem;
  }
}

@media only screen and (max-width: 650px) {
  .front-hero-group .wp-block-cover {
    height: 300px;
    min-height: unset;
  }
  .front-hero-group .inner-container {
    padding: 8rem 1.5rem;
  }
  .front-hero-group h1 {
    font-size: 3.4rem;
    line-height: 1.25;
  }
}

/* Live CSS
------------------------------------------------------------ */
