body.single,
body.blog {
    overflow-x: visible;
}

.single-post-container,
.blog-archive-container {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    gap: 6rem;
}

.single-post-container .content,
.blog-archive-container .content {
    flex: 1 1 calc(72.5% - 3rem);
    width: 100%;
}

.single-post-container .sidebar,
.blog-archive-container .sidebar {
    flex: 1 1 calc(27.5% - 3rem);
    width: 100%;
}

.single .entry {
    padding: 0;
}

.single .sidebar:not(.fixed) .widget:first-of-type,
.blog .sidebar:not(.fixed) .widget:first-of-type {
    position: sticky;
    top: 0;
    left: 0;
}

@media (max-width: 895px) {

    body.single,
    body.blog {
        overflow-x: hidden;
    }

    .single-post-container,
    .blog-archive-container {
        flex-direction: column;
    }

    .single-post-container .content,
    .single-post-container .sidebar,
    .blog-archive-container .content,
    .blog-archive-container .sidebar {
        flex: auto;
    }

    .single .sidebar:not(.fixed) .widget:first-of-type,
    .blog .sidebar:not(.fixed) .widget:first-of-type {
        position: unset;
    }
}


/* Single Team Member Page */
.single-team-member {
    color: #000;
    line-height: 1.6;
    font-size: 16px;
}

.team-member {
    display: flex;
    flex-wrap: wrap;
    max-width: 1200px;
    margin: 20px auto;
    padding: 20px;
    background-color: #fff;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}

.team-member:first-child {
    margin-top: 2rem;
    padding-top: 2rem;
}

.single .team-member:first-child {
    margin-top: unset;
}

.team-headshot-area {
    flex: 1 1 300px;
    margin-right: 20px;
    text-align: center;
}

.team-headshot-area img {
    max-width: 100%;
    height: auto;
    padding: 3rem;
}

.team-info {
    flex: 2 1 300px;
    padding: 3rem;
}

.team-member-name {
    font-size: 2em;
    font-weight: bold;
    margin-bottom: 10px;
    color: #000;
}

.team-member-role {
    font-size: 1.2em;
    color: #000;
    margin-bottom: 20px;
}

.team-member-bio {
    font-size: 1em;
    margin-bottom: 20px;
    color: #000;
}

.team-contact-area {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 20px 0 0 0;
}

div.team-contact-area .team-contact a {
    color: #000;
    text-decoration: none;
    font-size: 1.4em;
    display: flex;
    gap: 1rem;
    align-items: center;
    transition: color 0.3s ease;
}

.team-contact a span {
    margin-left: 5px;
}

.team-contact a:hover {
    color: #333;
}

.team-socials-area {
    display: flex;
    justify-content: flex-start;
    margin-bottom: 20px;
}

.team-social {
    margin: 0 10px;
}

div.team-socials-area div.team-social a {
    color: #000;
    font-size: 1.5em;
    transition: color 0.3s ease;
}

.team-social a:hover {
    color: #333;
}

.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

@media (max-width: 800px) {
    .team-member {
        justify-content: center;
        align-items: center;
    }

    .team-headshot-area {
        margin-right: 0;
        margin-bottom: 20px;
    }

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

/* Team Archive Page */
.team-member-archive {
    display: flex;
    flex-direction: column;
    gap: 5rem;
    padding: 6rem !important;
}

.team-member-items {
    order: 2;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
}

.team-member-archive .team-member--link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.team-member-archive .team-member--link:hover {
    transform: translateY(-2px);
    box-shadow: none
}

.team-member-archive .team-member--content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    width: 100%;
    height: 100%;
    padding: 3rem;
}

.team-member-archive .team-member--content-name h2 {
    margin: 0 0 1rem;
    font-size: 2rem;
    letter-spacing: 0;
    word-spacing: 0;
    text-align: center;
    color: #000;
}

.team-member-archive .team-member--content-role p {
    font-size: 1.7rem;
    line-height: 1.4;
    text-align: center;
    color: #000;
}

.team-member-none {
    grid-column: 1 / span 4;
}

.team-member-filters {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    row-gap: 3rem;
    column-gap: 6rem;
    padding: 0 0 5rem;
    border-bottom: 1px solid var(--mfe-dark-grey);
}

.team-member-filter {
    flex: 1;
    max-width: 400px;
}

.team-member-filter.dept label {
    justify-content: flex-end;
}

.team-member-filter input,
.team-member-filter select {
    margin: 0;
}

@media (max-width: 767px) {
    .team-member-items {
        grid-template-columns: repeat(2, 1fr);
    }

    .team-member-none {
        grid-column: 1 / span 2;
    }

    .team-member-filters {
        flex-direction: column;
    }

    .team-member-filter.dept label {
        justify-content: flex-start;
    }
}

@media (max-width: 600px) {
    .team-member-items {
        grid-template-columns: auto;
    }

    .team-member {
        width: 100%;
        margin: 0 auto;
    }

    .team-member-archive .team-member--headshot img {
        object-fit: cover;
        width: 100%;
        max-height: 270px;
    }

    .team-member-none {
        grid-column: auto;
    }
}

/* Events Archive Page*/
.events-archive {
    position: relative;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 12rem 0 10rem;
}

.at-content-archive:not(:first-of-type) {
    margin: 12rem 0 0;
}

.at-content-archive--wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 6rem;
    margin: 6rem 0 0;
}

@media (max-width: 1095px) {
    .at-content-archive .at-content-archive--wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .at-content-archive .at-content-archive--wrapper {
        grid-template-columns: none;
    }
}

.at-content-box {
    border: 1px solid #cdd9dc;
    box-shadow: -14px 14px 0px #f3f5f6;
    overflow: hidden;
}

.at-content-box {
    display: block;
    width: 100%;
    height: 100%;
    padding: 4rem;
}

.at-content-box .at-content-box--thumbnail {
    margin: -4rem -4rem 4rem;
    overflow: hidden;
}

.at-content-box .at-content-box--thumbnail img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    transition: 0.25s ease-in-out all;
}

.at-content-box--inner {
    height: fit-content;
}

.at-content-box .at-content-box--title>* {
    transition: 0.25s ease-in-out all;
}

.at-content-box .at-content-box--date p {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
    gap: 0.6rem;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 0 0 1.5rem;
    color: #000;
}

.at-content-box .at-content-box--cta {
    margin: 2rem 0 0;
}

div.at-content-box--title h3 {
    color: #000;
}

div.at-content-box--description p {
    color: #000;
}

div.at-content-box--cta a.read-more-button {
    color: #000;
}

a.read-more-button {
    display: flex;
    align-items: center;
    gap: 1rem;
}

/* Recent Articles Block */

.recent-articles {
    width: 100%;
}

.recent-articles--items-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
    margin: 0 auto;
    width: 90%;
    max-width: 1280px;
}

@media (max-width: 1095px) {
    .recent-articles--items-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .recent-articles--items-wrapper {
        grid-template-columns: auto;
        gap: 5vw;
        max-width: 400px;
    }
}

.search-no-results .recent-articles--items-wrapper {
    grid-template-columns: auto;
}

.search-no-results .recent-articles--items-wrapper .wp-block-button {
    text-align: left;
}

.front-page .content .fp7-content .recent-articles .entry-header {
    padding: 4rem;
}

.recent-articles .entry-content p {
    display: none;
}

.recent-articles .entry-image-link {
    width: 100%;
    margin: 0;
    border-radius: 0;
}

div.recent-articles div.entry-content a.entry-image-link img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: auto;
    border-radius: unset;
    margin-bottom: unset;
    box-shadow: unset;
}

.recent-articles .entry-header {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 4rem 4rem 4rem;
}

.recent-articles .entry-header .entry-title {
    margin: 0;
}

.recent-articles .entry-header .entry-title a {
    font-size: 2.4rem;
    line-height: 1.4;
}

.recent-articles .entry-header .entry-title a:hover {
    color: var(--mg-primary-blue);
}

.recent-articles .entry-content a {
    background-image: none;
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    max-width: 100%;
    color: var(--mg-primary-blue);
    font-weight: 600;
    text-align: left;
    padding: 0;
}

.recent-articles .entry-content a:hover {
    gap: 1.75rem;
    opacity: 0.88;
}

/* Recent Articles Container */

.recent-articles-container {
    text-align: center;
}

.recent-articles-container .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 0;
}

.recent-articles-container .wrap:before,
.recent-articles-container .wrap:after {
    display: none;
}

.recent-articles-container .widget {
    width: 100%;
}

.recent-articles-container .pricing-table {
    margin-right: 5vw;
    margin-left: 5vw;
}

.recent-articles-container hr {
    max-width: 88vw;
    margin-right: auto;
    margin-left: auto;
}

.recent-articles-container ul blockquote {
    padding-right: calc(2em + 5vw);
    padding-left: calc(2em + 5vw);
}

/* Recent Articles Container (rac) Content */

.rac-content {
    margin: 6rem 0;
}

.home .content .rac-content .entry.post {
    display: flex;
    flex-direction: column-reverse;
    width: 100%;
    margin: 0;
    padding: 0;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0px 6px 13px -4px rgba(0, 0, 0, 0.22);
    overflow: hidden;
}


/* Consultation Page */

.consultation-page .site-inner {
    background-color: #fff;
    overflow-x: hidden;
}

.consultation-page .content>article {
    background-color: #fff;
}

.consultation-page .content-sidebar-wrap {
    background-color: #fff;
    padding: 7.6rem 0 10rem;
}

.consultation-page .contact-form-wrapper {
    padding: 5rem 6rem;
    z-index: 1;
}

.consultation-page .contact-form--heading,
.consultation-page .contact-form--content {
    position: relative;
    z-index: 3;
}

.consultation-page .contact-form-section--steps {
    width: 100%;
    height: 100%;
    padding-top: 5rem;
}

.consultation-page .contact-form-section--steps h2,
.consultation-page .contact-form-section--content h1 {
    font-size: 2.5rem;
    font-weight: 800;
    margin-bottom: 2rem;
}

.consultation-page .contact-form-section--content h1 {
    color: #000;
    margin-bottom: 0;
}

.consultation-page .contact-form-section--steps h2 {
    color: #000;
}

.consultation-page .contact-form-section--steps .contact-steps--info p {
    color: #000;
    font-size: 1.9rem;
    line-height: 1.5;
    margin-bottom: 2rem;
}

.consultation-page .contact-form-section--content {
    background-color: transparent;
    margin-left: 2rem;
}

.consultation-page .gform_wrapper {
    margin: 16px 0;
}

.consultation-page .ui-datepicker .ui-datepicker-title select {
    color: #000;
    font-size: 1.5rem;
    font-weight: 600;
    padding: 0 3rem 0 0;
}

.consultation-page .ui-datepicker .ui-datepicker-calendar span,
.consultation-page .ui-datepicker .ui-datepicker-calendar a {
    font-size: 1rem;
}

body .gform_wrapper.gravity-theme .gfield--type-captcha {
    position: absolute;
}

body .gform_wrapper.gravity-theme .gform_footer {
    margin: 3.2rem 0 0;
    padding: 0;
}

body .gform_wrapper.gravity-theme .gform_footer input[type='submit'] {
    margin: 0;
}

.consultation-page .gform_wrapper.gravity-theme .gfield label[for*="gform_browse_button"] {
    transform: translateY(4px);
}

.consultation-page .contact-steps {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}

.consultation-page .contact-steps--items {
    width: 100%;
    height: 100%;
    padding: 5rem 0 5rem 4rem;
}

.consultation-page .contact-steps--items-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.consultation-page .contact-steps--items-border {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 12px;
    left: -4rem;
    border-left: 2px solid #ddd;
    z-index: 2;
}

.consultation-page .contact-steps--items-inner {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-right: 2rem;
}

.consultation-page .contact-step {
    position: relative;
    z-index: 3;
}

.consultation-page .contact-step::before {
    content: '';
    position: absolute;
    display: block;
    top: 7px;
    left: calc(-4rem - 6px);
    width: 14px;
    height: 14px;
    background-color: #000;
    border-radius: 50%;
    z-index: 9;
}

.consultation-page .contact-step:last-of-type::after {
    content: '';
    position: absolute;
    display: block;
    top: 12px;
    left: -4rem;
    width: 100%;
    height: 100%;
    z-index: -1;
}

.consultation-page .entry-content .contact-step--heading h3 {
    font-size: 2rem;
    font-weight: 700;
    padding: 0;
}

.consultation-page .entry-content .contact-step--copy p {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.5;
    margin-bottom: 0;
}

.consultation-page .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 1.5rem;
    column-gap: 0;
}

.consultation-page .gform_wrapper.gravity-theme .gfield,
.consultation-page .gform_wrapper.gravity-theme .gfield.static {
    margin: 0;
}

.consultation-page .gform_wrapper.gravity-theme .gfield.field-spaced {
    margin: 3.5rem 0 7rem;
}

.consultation-page .gform_wrapper.gravity-theme .gfield select {
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.ginput_container_select,
.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.gfield_time_ampm {
    position: relative;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.gfield_time_ampm {
    min-width: 77px;
    max-width: none;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.ginput_container_select select,
.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.gfield_time_ampm select {
    padding: 5px 12px !important;
    background-color: transparent;
    border-color: #c9cfd0;
    color: #fff;
    border-radius: 4px;
    height: auto;
    line-height: 1.5;
    margin-left: 1px;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.ginput_container_select select:focus,
.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.gfield_time_ampm select:focus {
    border-color: #fff;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.ginput_container_select:after,
.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.gfield_time_ampm:after {
    content: '\f078';
    position: absolute;
    display: block;
    top: 1.2rem;
    right: 1.5rem;
    color: #c9cfd0;
    font-size: 1.5rem;
    font-weight: 900;
    font-family: 'Font Awesome 6 Pro';
    pointer-events: none;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container input,
.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container textarea {
    margin: 0;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container {
    margin-top: 8px;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container input,
.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container select,
.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container textarea {
    color: #fff;
    font-size: 2rem;
    padding: 5px 4px;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container input {
    height: 51px;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container span.gform_drop_instructions {
    color: #aaa;
    font-size: 2rem;
}

.consultation-page .site-footer .static-page-cta.widget-area {
    display: none;
}

@media (min-width: 992px) {
    .consultation-page .contact-main {
        padding: 0 6rem;
    }
}

@media (max-width: 991px) {
    .consultation-page .content-sidebar-wrap {
        padding-top: 0;
        padding-left: 6rem;
        padding-right: 6rem;
    }

    .consultation-page .content>article {
        padding-top: 0;
    }

    .consultation-page .entry-content {
        padding: 0 3vw;
    }

    .consultation-page .contact-form-wrapper {
        padding: 8rem 0;
    }

    .consultation-page .contact-form-wrapper:before {
        display: block;
    }

    .consultation-page .contact-form-section--steps {
        padding-top: 7rem;
    }

    .consultation-page .contact-form-section--content {
        margin-left: 0;
    }

    .consultation-page .contact-form-section--steps h2 br {
        display: none;
    }

    .contact-steps--items {
        width: 100%;
        height: 100%;
        padding: 2rem 0 2rem 5rem;
    }

    .contact-steps--items-inner {
        gap: 4rem;
    }
}

@media (max-width: 767px) {
    .consultation-page .content-sidebar-wrap {
        padding-top: 0;
        padding-left: 6vw;
        padding-right: 6vw;
    }
}

.consultation-page .gform_wrapper.gravity-theme .gfield_label {
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    margin: 1.2rem 0;
    padding: 0;
}

.consultation-page .gform_wrapper.gravity-theme .gfield.static .gfield_label {
    margin: 0 0 0.8rem;
}

.consultation-page .gform_wrapper.gravity-theme .gsection {
    margin-bottom: 1rem;
    border-bottom: none;
}

.consultation-page .entry-content .gform_wrapper.gravity-theme .gsection h3 {
    color: #fff;
    font-size: 2rem;
    font-weight: 600;
    margin: 0 0 1.5rem;
    padding: 0;
}

.consultation-page .gform_wrapper.gravity-theme .gform_fileupload_rules {
    color: #fff;
}

.consultation-page .gform_wrapper.gravity-theme .gfield.field_description_below+.gsection {
    margin: 0;
    padding: 0;
}

.consultation-page .gform_wrapper.gravity-theme .gfield.contact-time-picker {
    font-size: 3rem;
}

.consultation-page .gform_wrapper.gravity-theme .ginput_preview {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 1.5rem;
    margin: 0.8rem 0;
}

.consultation-page .gform_wrapper.gravity-theme .gfield .ginput_container.ginput_container_select select option {
    color: #000;
}

@media (min-width: 992px) {
    .consultation-page .gform_wrapper.gravity-theme .gfield {
        padding-right: 16px;
    }
}

.consultation-page .gform_wrapper input:not([type="radio"]):not([type="checkbox"]):not([type="submit"]):not([type="button"]):not([type="image"]):not([type="file"]) {
    padding: 5px 12px;
    border-top-style: hidden;
    border-right-style: hidden;
    border-left-style: hidden;
    border-bottom-style: groove;
    border-radius: unset;
    box-shadow: none;
}

.consultation-page .gform_wrapper textarea {
    padding: 5px 12px;
    border-radius: unset;
    box-shadow: none;
}


/*** Contact steps ***/

/* .contact-steps--items {
	position: relative;
	padding: 60px 20px;
  }
  
  .contact-steps--items-wrapper {
	position: relative;
	max-width: 1200px;
	margin: 0 auto;
  }
  
  .contact-steps--items-inner {
	display: flex;
	flex-direction: column;
	position: relative;
	gap: 60px;
  }

  .contact-steps--items-inner {
    --line-t: 8px;
    --line-height: 575px;
    position: relative;
  }
  
  .contact-steps--items-inner::before {
	content: '';
	position: absolute;
	left: 50%;
	top: var(--line-t, 0px);
	height: var(--line-height, 100%);
	width: 2px;
	background-color: #eee;
	transform: translateX(-50%);
	z-index: 0;
  }
  
  
  .contact-step {
	position: relative;
	width: 50%;
	padding: 0 40px;
  }
  
  .contact-step:nth-child(odd) {
	align-self: flex-start;
	text-align: right;
  }
  .contact-step:nth-child(even) {
	align-self: flex-end;
	text-align: left;
  }
  
  .contact-step::before {
	content: '';
	position: absolute;
	top: 8px;
	width: 16px;
	height: 16px;
	background-color: #27845D;
	border-radius: 50%;
	z-index: 2;
	left: 100%;
	transform: translateX(-50%);
  }
  
  .contact-step:nth-child(even)::before {
	left: 0px;
	transform: translateX(-50%);
  }
  
  .contact-step--heading .step-count {
	margin: 0 0 10px;
	font-size: 3.8rem;
	color: #27845D;
	font-weight: bold;
	text-transform: uppercase;
  }

  .contact-step--heading .step-heading {
	margin: 0 0 10px;
	font-size: 2.8rem;
	color: #000;
	font-weight: bold;
	text-transform: uppercase;
  }
  
  .contact-step--copy p {
	color: #000;
	margin: 0;
	line-height: 1.5;
  }
  
  @media (max-width: 895px) {
	.contact-steps--items-inner::before {
	  display: none;
	}
  
	.contact-step {
	  width: 100%;
	  text-align: left;
	  padding: 0 20px;
	}
  
	.contact-step::before {
	  left: 0;
	  transform: none;
	}
  } */

  /* .contact-steps--items {
    padding: 60px 20px;
    background: #fff;
}

.contact-steps--items-wrapper {
    max-width: 1200px;
    margin: 0 auto;
}

.contact-steps--items-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}

.contact-steps--items-inner::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-index: 0;
}

.contact-step {
    position: relative;
    width: 100%;
    max-width: 200px;
    flex: 1;
    text-align: center;
}

.contact-step::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background: #27845D;
    border-radius: 50%;
    z-index: 2;
}

.contact-step--content {
    position: relative;
    padding: 20px 10px;
}

.contact-step:nth-child(odd) .contact-step--content {
    position: absolute;
    bottom: 100%;
    margin-bottom: 30px;
}

.contact-step:nth-child(even) .contact-step--content {
    position: absolute;
    top: 100%;
    margin-top: 30px;
}

.contact-step--heading {
    font-size: 1.4rem;
    font-weight: bold;
    color: #27845D;
    margin-bottom: 10px;
}

.contact-step--copy p {
    font-size: 0.95rem;
    margin: 0;
    color: #333;
    line-height: 1.4;
}

@media (max-width: 895px) {
    .contact-steps--items-inner {
        flex-direction: column;
        align-items: center;
        gap: 60px;
        padding-top: 0;
    }

    .contact-steps--items-inner::before {
        display: none;
    }

    .contact-step {
        max-width: 100%;
    }

    .contact-step::before {
        top: auto;
        bottom: 100%;
        margin-bottom: 10px;
    }

    .contact-step--content {
        position: relative !important;
        margin: 0 !important;
        padding-top: 20px;
    }

    .contact-step--heading {
        font-size: 1.2rem;
        text-align: left;
    }

    .contact-step--copy p {
        text-align: left;
    }
} */

.contact-steps--items {
    padding: 60px 20px;
    background: #fff;
  }
  
  .contact-steps--items-wrapper {
    max-width: 1200px;
    margin: 0 auto;
  }
  
  .contact-steps--items-inner {
    position: relative;
    display: flex;
    justify-content: space-between;
    gap: 40px;
    padding-top: 80px; /* Ensure space for the top content */
    padding-bottom: 80px; /* Space for bottom alternates */
  }
  
  /* Mid Center Line */
  .contact-steps--items-inner::before {
    content: '';
    position: absolute;
    top: 50%; /* Middle of the container */
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #ccc;
    z-index: 0;
  }
  
  /*** Individual Step ***/
  .contact-step {
    position: relative;
    width: 100%;
    max-width: 200px;
    flex: 1;
    text-align: center;
  }
  
  /* Dot on the center line */
  .contact-step::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 16px;
    height: 16px;
    background: #27845D;
    border-radius: 50%;
    z-index: 2;
  }
  
  /* Step content container positioning */
  .contact-step--content {
    position: relative;
    padding: 20px 10px;
  }
  
  /* Alternate position based on step index */
  .contact-step:nth-child(odd) .contact-step--content {
    position: absolute;
    bottom: 100%;
    margin-bottom: 30px;
  }
  
  .contact-step:nth-child(even) .contact-step--content {
    position: absolute;
    top: 100%;
    margin-top: 30px;
  }
  
  /* Headings */
  .contact-step--heading {
    font-size: 1.4rem;
    font-weight: bold;
    color: #27845D;
    margin-bottom: 10px;
  }
  
  /* Copy */
  .contact-step--copy p {
    font-size: 0.95rem;
    margin: 0;
    color: #333;
    line-height: 1.4;
  }
  
  /* --------------------------- */
  /* MOBILE STACKING + RESETTING */
  @media (max-width: 895px) {
    .contact-steps--items {
      padding: 40px 20px;
    }
  
    .contact-steps--items-inner {
      flex-direction: column;
      align-items: center;
      gap: 60px;
      padding: 0;
    }
  
    .contact-steps--items-inner::before {
      display: none;
    }
  
    .contact-step {
      max-width: 100%;
    }
  
    .contact-step::before {
      top: auto;
      bottom: 100%;
      margin-bottom: 10px;
    }
  
    .contact-step--content {
      position: relative !important;
      margin: 0 !important;
      padding-top: 20px;
    }
  
    .contact-step--heading {
      font-size: 1.2rem;
      text-align: left;
    }
  
    .contact-step--copy p {
      text-align: left;
    }
  }

.timeline-block .gb-container-content {
    padding: 8rem 0;
}




  /*** Application Deadline Block ***/

  .application-deadline .three-part-section .gb-layout-column-wrap {
	  padding: 3rem;
  }

  .application-deadline .three-part-section {
	  margin-bottom: 3rem;
  }

  .application-deadline h3 {
	margin-top: 3rem;
  }


/* Home Page Video */

.video-background-block {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: inherit;
    opacity: inherit;
}

.video-background-block video {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    transform: translate(-50%, -50%);
    z-index: 0;
    object-fit: cover;
}

.block-view .video-overlay {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: inherit;
}

.block-view .center-center {
    top: 50%;
    left: 50%;
}

.block-view .center-right {
    top: 50%;
    right: 10%;
    left: auto;
    transform: translate(0, -50%);
    text-align: right;
}

.block-view .center-left {
    top: 50%;
    left: 10%;
    right: auto;
    transform: translate(0, -50%);
    text-align: left;
}

.block-view .center-top {
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.block-view .center-bottom {
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.block-view .top-left {
    top: 10%;
    left: 10%;
    transform: translate(0, 0);
    text-align: left;
}

.block-view .top-right {
    top: 10%;
    right: 10%;
    left: auto;
    transform: translate(0, 0);
    text-align: right;
}

.block-view .bottom-left {
    bottom: 10%;
    left: 10%;
    top: auto;
    transform: translate(0, 0);
    text-align: left;
}

.block-view .bottom-right {
    bottom: 10%;
    right: 10%;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    text-align: right;
}

.video-overlay .cta-button {
    background-color: #64c64e;
    padding: 1rem 2rem;
    color: white;
    text-decoration: none;
    border-radius: 0.25rem;
    font-weight: bold;
}

.video-background-block h1[style],
.video-background-block p[style],
.video-background-block .cta-button[style] {
    font-size: inherit;
    color: inherit;
}

.full-width-content .alignfull {
    position: relative;
    left: 50%;
    width: 100vw;
    max-width: none;
    margin-left: -50vw;
}

.content-sidebar .full-width-content .alignfull,
.sidebar-content .full-width-content .alignfull {
    max-width: calc(100% + 12rem);
}

/* News */

.news-archive h1.entry-title {
    border-bottom: 2px solid #929baf;
    padding-bottom: 1.2rem;
    margin-bottom: 0.5rem;
}

.news-post .entry-content h2 {
    font-size: 1.5rem;
}

h2.news-post--header {
    font-weight: 900;
    margin-bottom: 0.3rem;
    line-height: 1.35;
}

.news-post--meta {
    display: block;
    margin: 0 0 1.5rem;
    padding: 0 2px;
}

time.news-post--date {
    font-weight: 600;
    font-size: 0.9rem;
    color: #444;
}

.news-archive article.ews-post {
    border-bottom: 1px solid #cccccc;
    padding: 2rem 0 1rem;
}

.news-archive article.news-post:last-of-type {
    border-bottom: none;
}

/* client logos block */

.client-logos-slider {
    position: relative;
    margin: 0 auto;
    max-width: 1200px;
    padding: 10rem 10rem;
}

.client-logos-slider .swiper {
    display: flex;
    position: relative;
    align-items: center;
}

.client-logos-slider .swiper-controls {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.client-logos-slider .swiper .swiper-wrapper {
    display: flex;
    align-items: center;
}

/* Swiper navigation buttons */
.client-logos-slider .swiper-button-next,
.client-logos-slider .swiper-button-prev {
    width: 44px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    opacity: 0.8;
    transition: opacity 0.3s ease;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0
}

.client-logos-slider .swiper-button-next::after,
.client-logos-slider .swiper-button-prev::after {
    font-size: 20px;
    color: white;
}

.client-logos-slider .swiper-button-next {
    top: calc(50% - 22px);
    align-self: center;
}

.client-logos-slider .swiper-button-prev {
    top: calc(50% - 22px);
    align-self: center;
}

.swiper-button-next:hover,
.swiper-button-prev:hover {
    opacity: 1;
}

@media (max-width: 768px) {

    .client-logos-slider .swiper-button-next,
    .client-logos-slider .swiper-button-prev {
        width: 35px;
        height: 35px;
    }

    .client-logos-slider .swiper-button-next::after,
    .client-logos-slider .swiper-button-prev::after {
        font-size: 16px;
    }

    .client-logos-slider .swiper-button-next {
        margin-right: 0;
        align-self: center;
    }

    .client-logos-slider .swiper-button-prev {
        margin-left: 0;
        align-self: center;
    }
}

.client-logos-slider .swiper .swiper-pagination-lock {
    display: unset;
}

.client-logos-slider .swiper-pagination-bullets.swiper-pagination-horizontal {
    bottom: unset;
        top: unset;
}

/* Custom image */

.custom-image--wrapper {
    position: relative;
}

.custom-image {
    position: relative;
    display: block;
    border-radius: 16px;
    max-width: 100%;
    /* background: #fff; */
    background: transparent;
    /* box-shadow: 0px 10px 28px -7px rgb(0 0 0 / 35%); */
}

.custom-image img {
    object-fit: cover;
    object-position: center center;
    /* height: 600px; */
    width: 100%;
    opacity: 1;
}

.custom-image.align-left img {
    object-position: left center;
}

.custom-image.align-right img {
    object-position: right center;
}

img.custom-image--img-secondary {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
}

.custom-image--tagline {
    display: inline-block;
    position: absolute;
    right: -12.5%;
    top: 20px;
    background: #657d9f;
    color: #fff;
    text-align: center;
    z-index: 3;
    border-radius: 25px;
    padding: 3px 15px;
    font-size: 1.6rem;
    font-weight: 600;
    text-transform: uppercase;
}

.custom-image--tagline.left {
    left: -12.5%;
    right: auto;
}

.custom-image--graphic img {
    display: block;
    box-shadow: none;
}

.custom-image--graphic {
    display: block;
    position: absolute;
}

.custom-image--graphic.custom-image--graphic-left {
    bottom: 10%;
    left: -20%;
    z-index: 10;
}

.custom-image--graphic.custom-image--graphic-right {
    top: 10%;
    right: -20%;
    z-index: -1;
}

.custom-image--graphic svg {
    font-size: 15rem;
}

@media (max-width: 895px) {
    .custom-image--tagline {
        display: none !important;
    }
}

/* Centered Copy Block */

section.browser-view {
    padding: 5rem;
    margin: 6rem auto;
    max-width: 1200px;
    position: relative;
    border: 5px solid transparent;
    box-shadow: 0 4px 16px -2px rgba(0, 0, 0, 0.12);
    border-radius: 0;
    overflow: hidden;
}

@media (max-width: 1300px) {
    .section.browser-view {
        margin: 6rem;
    }
}

.browser-view .cta-inner {
    text-align: center;
}

.browser-view .cta-section h2 {
    font-size: 2rem;
    margin-bottom: 1rem;
}

.browser-view .cta-section p {
    margin-bottom: 2rem;
    font-size: 1.125rem;
    line-height: 1.7;
}

section.browser-view .cta-inner h2 {
    margin: 1rem 0 3rem;
}

.browser-view .cta-image {
    max-width: 80px;
    height: auto;
    margin-bottom: 2rem;
    position: absolute;
}

.browser-view .bottom-right {
    top: auto;
    bottom: 3rem;
    left: auto;
    right: 3rem;
}

.browser-view .bottom-left {
    top: auto;
    bottom: 3rem;
    left: 3rem;
    right: auto;
}

.browser-view .top-left {
    top: 3rem;
    bottom: auto;
    left: 3rem;
    right: auto;
}

.browser-view .top-right {
    top: 3rem;
    bottom: auto;
    left: auto;
    right: 3rem;
}

/* Static Copy Left Right */

.two-column-content-block {
    padding: 8rem;
}

.block-container {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
}

.column-left,
.column-right {
    flex-basis: 48%;
    box-sizing: border-box;
}

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

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

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

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

    .column-left,
    .column-right {
        flex-basis: 100%;
        text-align: center;
    }
}

.two-column-content-block {
    padding: 8rem;
    position: relative;
}

section.two-column-content-block:before {
    clip-path: polygon(0 0, 56% 0, 44% 100%, 0 100%);
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -1;
}

section.two-column-content-block:after {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: -2;
}

/* After content CTA */

.after-content-cta--section {
    background-color: #f7f9fc;
    padding: 40px;
    border-radius: 8px;
    max-width: 1200px;
    margin: 30px auto;
    text-align: center;
    box-shadow: 0px 10px 28px -7px rgb(0 0 0 / 35%);
}

.after-content-cta--title span {
    font-size: 1.8em;
    color: #333;
    font-weight: bold;
    margin-bottom: 20px;
    display: inline-block;
}

.after-content-cta--buttons-row {
    display: flex;
    justify-content: center;
    gap: 80px;
    flex-wrap: wrap;
    margin-top: 20px;
}

.after-content-cta--button-wrap {
    display: inline-block;
}

.after-content-cta--button {
    background-color: #007bff;
    color: white;
    font-size: 1.2em;
    font-weight: bold;
    padding: 12px 35px;
    border: none;
    border-radius: 4px;
    text-decoration: none;
    transition: background-color 0.3s ease, transform 0.3s ease;
}

.after-content-cta--button:hover {
    background-color: #0056b3;
    transform: translateY(-3px);
}

@media (max-width: 1300px) {
    .after-content-cta--section {
        margin: 3rem;
    }
}

@media (max-width: 768px) {
    .after-content-cta--buttons-row {
        flex-direction: column;
        gap: 15px;
    }

    .after-content-cta--button {
        width: 100%;
    }
}

/* Mid Content CTA */

.mid-content-cta {
    background-color: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 8px;
    padding: 40px 20px;
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    margin-bottom: 20px;
}

.mid-content-cta--inner {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: start;
}

.mid-content-cta--image {
    flex-shrink: 0;
}

.mid-content-cta--image img {
    max-width: 175px;
    height: auto;
    margin-right: 20px;
    border-radius: 4px;
}

.mid-content-cta--copy {
    flex-grow: 1;
    max-width: 50rem;
    text-align: center;
}

.mid-content-cta--copy p {
    margin: 0;
    font-size: 16px;
    color: #333;
    line-height: 1.5;
    padding-right: 20px;
}

.mid-content-cta--button {
    flex-shrink: 0;
}

.mid-content-cta--button a.button {
    display: inline-flex;
    align-items: center;
    gap: 1rem;
}

.mid-content-cta--button i.fa-solid {
    margin-left: 8px;
    font-size: 14px;
}

.mid-content-cta-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

@media (max-width: 1300px) {
    .mid-content-cta {
        margin: 3rem;
    }
}

/* Form CTA Block */

.form-cta-block {
    position: relative;
    padding: 50px;
    background-size: cover;
    background-position: center;
    color: #000;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: left;
}

.form-cta-container {
    display: flex;
    max-width: 1200px;
    width: 100%;
}

@media (max-width: 867px) {
    .form-cta-container {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        gap: 5rem;
    }
}

.form-cta-left {
    flex: 1;
    margin-right: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.form-cta-left h2 {
    font-size: 2rem;
    color: #000;
    margin-bottom: 20px;
}

.form-cta-image {
    margin-bottom: 20px;
}

.circular-image {
    width: 150px;
    height: 150px;
    border-radius: 50%;
    object-fit: cover;
    border: 5px solid white;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

.form-cta-right {
    flex: 1;
    padding-left: 20px;
    display: flex;
    align-items: start;
    justify-content: flex-start;
}

.form-cta-right form {
    width: 100%;
}

.form-cta-extra-info {
    color: #000;
    text-align: center;
}

.form-cta-extra-info p {
    margin-bottom: 10px;
}

/* Phone Number CTA */

.phone-number-block {
    display: flex;
    align-items: center;
}

.phone-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
}

.phone-link i {
    margin-right: 8px;
    font-size: 18px;
    color: #000;
}

.phone-link .phone-number {
    font-size: 16px;
    color: #000;
}

/* Email CTA */

.email-cta-block {
    display: flex;
    align-items: center;
}

.email-link {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
    color: inherit;
    font-size: 16px;
}

.email-link i {
    margin-right: 8px;
    font-size: 18px;
    color: #000;
}

.email-link .email-address {
    font-size: 16px;
    color: #000;
}

/* Mega Menu */

@media (min-width: 896px) {
    li:not(.mega-menu) .menu-item {
        padding: 0.25em 0.6em;
        height: auto;
        list-style-type: none;
    }
}

.widget-area.footer-widget-area ul {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (min-width: 896px) {

    .mega-menu ul.sub-menu:first-of-type {
        -ms-flex-wrap: wrap;
    }

    .mega-menu ul.sub-menu:first-of-type>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .mega-menu ul.sub-menu:first-of-type ul.sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        margin: 0;
        padding: 0.5rem 0;
        left: auto;
        top: auto;
        width: 100% !important;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none !important;
    }

    .mega-menu ul.sub-menu:first-of-type ul.sub-menu>li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        line-height: 1;
    }

    .mega-menu ul.sub-menu:first-of-type ul.sub-menu>li a {
        font-size: 1.4rem;
        font-weight: 400;
        padding: 4px 0;
        margin-left: 3px;
        font-size: 1.5rem;
        font-weight: 700;
        line-height: 1.4;
    }

    .mega-menu ul.sub-menu:first-of-type ul.sub-menu:before {
        display: none;
    }


    .mega-menu.menu-item.menu-item-has-children>.sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        flex-direction: row !important;
    }

    .mega-menu ul.sub-menu:first-of-type>li>a:first-child {
        font-size: 2.5rem;
        font-weight: 800;
        flex-direction: column;
    }

    .is_ie .mega-menu.menu-item.menu-item-has-children:hover .sub-menu {
        display: block !important;
    }

    .is_ie .mega-menu>.sub-menu>li {
        max-width: 45% !important;
        width: 100% !important;
        display: inline-block !important;
    }
}

@media (min-width: 896px) {
     .site-header>.wrap {
        position: relative;
    }

     /* .site-header .nav-primary,
     .site-header .nav-primary>.wrap,
     .site-header .nav-primary ul.menu,
     .site-header .nav-primary ul.menu>li.menu-item.mega-menu {
        position: initial;
    } */

     .site-header .nav-primary ul.menu li.menu-item.mega-menu>ul.sub-menu>li.menu-item {
        flex: 1 1 28%;
        max-width: calc(100% / 2);
        gap: 1rem;
    }

}

.mega-menu ul.sub-menu ul.sub-menu {
    position: unset !important;
    opacity: 1 !important;

    padding: 1rem 0 !important;
    display: grid !important;
    grid-template-columns: 1fr;
    gap: 0.5rem;
}

@media (max-width: 895px) {
    .mega-menu ul.sub-menu ul.sub-menu {
        grid-template-columns: repeat(1, 1fr) !important;
    }
}







@media (min-width: 1024px) {
    .mega-menu-container {
      position: absolute;
      top: 100%;
      left: 0;
      width: 100vw;
      background: #fff;
      display: none;
      box-shadow: 0 10px 25px rgba(0, 0, 0, 0.08);
      z-index: 1000;
    }
  
    .menu-item.mega-menu:hover .mega-menu-container {
      display: block;
    }
  
    .mega-menu-wrap {
      display: flex;
      justify-content: space-between;
      padding: 4rem;
      max-width: 1280px;
      margin: 0 auto;
    }
  
    .mega-menu-wrap--menu {
      flex: 1 1 60%;
    }
  
    .mega-menu-wrap--menu .sub-menu {
      display: grid;
      grid-template-columns: 1fr;
      gap: 1.5rem;
      list-style: none;
      margin: 0;
      padding: 0;
    }
  
    .mega-menu-wrap--menu .sub-menu li a {
      font-weight: bold;
      font-size: 1.4rem;
      color: #000;
      text-decoration: none;
      transition: color 0.2s ease-in-out;
    }
  
    .mega-menu-wrap--menu .sub-menu li a:hover {
      color: #1a78f6;
    }
  
    .mega-menu-wrap--cta {
      flex: 1 1 40%;
      background-color: #f5f4fb;
      padding: 3rem;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-start;
      gap: 1.5rem;
    }
  
    .mega-menu-wrap--cta p {
      margin: 0;
      color: #333;
      line-height: 1.5;
    }
  
    .mega-menu-wrap--cta .mega-menu-callout p {
      font-size: 1.8rem;
      font-weight: bold;
    }
  
    .mega-menu-wrap--cta .mega-menu-copy p {
      font-size: 1.4rem;
      color: #555;
    }
  
    .mega-menu-wrap--cta .mega-menu-action a.button {
      background: #5f4dee;
      color: #fff;
      padding: 1rem 2rem;
      font-weight: 600;
      text-decoration: none;
      transition: background 0.3s ease;
    }
  
    .mega-menu-wrap--cta .mega-menu-action a.button:hover {
      background: #4734cb;
    }
  }

  @media (min-width: 896px) {
    .menu > .menu-item.mega-menu {
      position: relative;
    }
  
    .menu > .menu-item.mega-menu .mega-menu-container {
      display: none;
      position: absolute;
      top: 100%;
      left: 0;
      width: 100%;
      background: #fff;
      z-index: 999;
      box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
    }
  
    .menu > .menu-item.mega-menu:hover .mega-menu-container {
      display: block;
    }
  
    .mega-menu-wrap {
      display: flex;
      padding: 3rem;
      max-width: 1280px;
      margin: 0 auto;
    }
  
    .mega-menu-wrap--menu {
      flex: 0 0 60%;
    }
  
    .mega-menu-wrap--cta {
      flex: 0 0 40%;
      background: #f7f5ff;
      padding: 2rem !important;
    }
  
    .mega-menu-wrap--cta p {
      margin: 0 0 1rem;
    }
  
    .mega-menu-wrap--cta .button {
      display: inline-block;
      background: #6544db;
      color: #fff;
      padding: 0.75rem 1.5rem;
      text-decoration: none;
      border-radius: 6px;
    }
  
    .mega-menu-wrap--cta .button:hover {
      background: #5232c0;
    }
  
    .mega-menu-wrap--menu .sub-menu {
      display: flex;
      gap: 0.75rem;
    }
  
    .mega-menu-wrap--menu .sub-menu li a {
      font-weight: bold;
      color: #111;
      text-decoration: none;
    }
  
    .mega-menu-wrap--menu .sub-menu li a:hover {
      color: #6544db;
    }
   
  }












 @media (min-width: 896px) {
    .menu > .menu-item-has-children:not(.mega-menu) > .sub-menu {
        left: -9999px;
        opacity: 0;
        pointer-events: none;
		transition: 0.25s ease-in-out opacity, 0s 0.25s ease-in-out left;
    }

    .menu > .menu-item-has-children:not(.mega-menu):hover > .sub-menu {
		left: 0;
		opacity: 1;
		pointer-events: all;
		transition: 0.25s ease-in-out opacity, 0s ease-in-out left;
    }

    .menu-item.mega-menu .sub-menu {
        opacity: 1;
        pointer-events: auto;
        display: flex !important;
        padding: 3rem;
    }

    .mega-menu-container .mega-menu-wrap .mega-menu-wrap--menu .sub-menu:before {
        display: none;
    }

    .mega-menu-container .mega-menu-wrap .mega-menu-wrap--menu .sub-menu svg {
        display: none;
    }
}

@media (min-width: 1024px) {
    .mega-menu-container {
      width: 100vw;
      left: 0;
      right: 0;
      position: absolute;
    }
  
    .mega-menu-wrap {
      width: 100%;
      max-width: none;
      padding: 0;
      display: flex;
    }
  
    .mega-menu-wrap--menu {
      flex: 1 1 100%;
      width: 100%;
      max-width: 100%;
    }
  
    .mega-menu-wrap--menu .sub-menu {
      width: 100% !important;
      max-width: 100% !important;
      display: flex !important;
      height: 100%;
      flex-wrap: wrap;
      gap: 0;
      padding: 0;
    }
  
    .mega-menu-wrap--menu .sub-menu > li {
      flex: 1 1 100%;
      max-width: 100%;
    }
  }

  @media (max-width: 895px) {
    .mega-menu-wrap--cta,
    .mega-menu-ctas,
    .mega-menu-thumbnail,
    .mega-menu-callout,
    .mega-menu-copy,
    .mega-menu-action {
      display: none !important;
    }
  
    .mega-menu-container .sub-menu {
      display: block !important;
      position: relative;
      opacity: 1;
      pointer-events: auto;
      padding: 0;
      background: none;
      box-shadow: none;
      border: none;
    }
  } 

  @media (min-width: 896px) {

    .mega-menu:hover>.sub-menu {
        right: auto;
        left: auto;
        pointer-events: all;
        opacity: 1;
        transition: 0.25s ease-in-out opacity, 0s ease-in-out right;
    }

    .mega-menu.menu-item.menu-item-has-children >.sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex !important;
        flex-direction: row;
        max-width: 800px;
        margin: 0 auto;
    }

    .mega-menu ul.sub-menu>li.menu-item-has-children>a:before {
        content: '' !important;
        order: 2;
        display: block !important;
        width: 100%;
        height: 2.5px;
        background-color: #D57400;
        bottom: 0;
        left: 0;
        margin-right: auto;
    }

    li:not(.mega-menu) .menu-item {
        padding: 0.25em 0.6em;
        height: auto;
    }

    .site-header .nav-primary ul.menu li.menu-item.mega-menu>ul.sub-menu {
        display: grid;
        gap: 4rem;
        left: -9999px;
        padding: 4rem;
        pointer-events: none;
        opacity: 0;
        transition: 0.25s ease-in-out opacity, 0s 0.25s ease-in-out left;
    }

    .site-header .nav-primary ul.menu li.menu-item.mega-menu:hover>ul.sub-menu {
        left: 0;
        opacity: 1;
		pointer-events: all;
		transition: 0.25s ease-in-out opacity, 0s ease-in-out left;
    }
}



/* Sub Menu */

.nav-primary .menu-item ul.sub-menu li a:before {
    display: none;
}

.nav-primary ul:not(.sub-menu) .menu-item.menu-item-has-children a:after {
    /* display: none;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased; */
    font-family: 'unset';
    /* font-weight: 900;
    content: "\f078"; */
}

.nav-primary ul:not(.sub-menu) .menu-item.menu-item-has-children a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

.nav-primary ul:not(.sub-menu) .menu-item.menu-item-has-children a svg {
    width: .7em;
    margin-left: 0.5rem;
    -webkit-transform: translateY(1px);
    -ms-transform: translateY(1px);
    transform: translateY(1px);
}

.nav-primary ul.sub-menu .menu-item.menu-item-has-children a:after,
.nav-primary ul.sub-menu .menu-item a:after {
    display: none;
    content: "" !important;
}

.nav-primary .menu-item a:hover:before,
.nav-primary .menu-item a:focus:before,
.nav-primary .menu-item a:active:before {
    left: 0;
    right: 0;
}

.nav-primary .sub-menu a {
    font-weight: 500;
    font-size: 1.4rem;
    color: #000;
}

.nav-primary .sub-menu a:hover {
    color: #333;
}


.sub-menu {
    display: none;
    clear: both;
}

.sub-menu:before,
.sub-menu:after {
    clear: both;
    display: block;
    content: '';
}

.sub-menu:before {
    content: '';
    position: absolute;
    top: -5px;
    top: -0.5rem;
    height: 10px;
    height: 1rem;
    width: 10px;
    width: 1rem;
    background-color: rgba(0, 0, 0, 0.97);
    border-top: 1px solid rgba(0, 0, 0, 0.97);
    border-left: 1px solid rgba(0, 0, 0, 0.97);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 98;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
    display: none;
}

.sub-menu .sub-menu:before {
    content: '';
    position: absolute;
    top: -5px;
    top: 2rem;
    left: 30px;
    left: -0.5rem;
    height: 10px;
    height: 1rem;
    width: 10px;
    width: 1rem;
    background-color: rgba(8, 52, 91, 0.97);
    border-top: none;
    border-bottom: 1px solid rgba(8, 52, 91, 0.97);
    border-left: 1px solid rgba(8, 52, 91, 0.97);
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    z-index: 98;
    opacity: 1;
    -webkit-transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    transition-delay: 0.3s;
}

.sub-menu .menu-item {
    /* width: 100%; */
    width: fit-content;
    height: auto;
    padding: 0.5em 0;
}

.sub-menu .menu-item:first-of-type {
    margin-top: 1em;
}

.sub-menu a {
    padding-left: 0.618em;
}

/* .sub-menu .sub-menu {
    padding-left: 1em;
} */

.nav-secondary .sub-menu .menu-item {
    height: auto;
}

.sub-menu-toggle {
    position: absolute;
    right: 4em;
    height: auto;
    top: 0.1em;
    background: none;
    padding: 1em;
    margin: 0 -1em;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.sub-menu-toggle:hover,
.sub-menu-toggle:focus {
    background: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}


.sub-menu-toggle:before {
    content: '';
    display: block;
    scale: 1.5;
    margin: 2px 0 -2px;
    margin: 0.2rem 0 -0.2rem;
    border: 4px solid transparent;
    border: 0.4rem solid transparent;
    border-top-color: #2a3139;
}

.sub-menu-toggle svg {
    color:#000;
}


@media (min-width: 896px) {

    .menu-item-has-children .sub-menu-toggle:hover {
        transform: rotate(180deg);
        transition: transform 0.3s ease;
    }

    .sub-menu {
        background-color: rgba(255, 255, 255, 1);
        top: 100%;
        position: absolute;
        margin-left: -1em;
        width: 20rem;
        z-index: 99;
        padding: 1em 0;
        border-radius: 3px;
        -webkit-box-shadow: 0px 10px 28px -7px rgba(0, 0, 0, 0.2);
        box-shadow: 0px 10px 28px -7px rgba(0, 0, 0, 0.2);
    }

    .nav-primary .sub-menu a {
        color: #000;
    }

    .sub-menu:before {
        display: block;
    }

    .sub-menu .menu-item {
        padding: 0.5em 1em;
        height: auto;
    }

    .sub-menu {
        display: flex;
        /* right: -9999px; */
        right: auto;
        pointer-events: none;
        opacity: 0;
        /* transition: 0.25s ease-in-out opacity, 0s 0.25s ease-in-out right; */
    }

    .menu-item:hover > .sub-menu {
		/* right: 0;
        left: -3em; */
        right: auto;
        left: auto;
		pointer-events: all;
        opacity: 1 !important;
		transition: 0.25s ease-in-out opacity, 0s ease-in-out right;
	}

    .sub-menu .menu-item:first-of-type {
        margin-top: 0;
    }

    .sub-menu a {
        padding: 0;
        position: relative;
        word-wrap: break-word;
        color: #fff;
    }

    .sub-menu .sub-menu {
        margin: -0.1rem 0 0 19.9rem;
        padding-left: 0;
        left: -0.1rem;
        top: -0.5em;
        border: 1px solid #eceef1;
    }

    .sticky-header .shrink .nav-secondary ul ul.sub-menu .menu-item {
        height: auto;
    }

    .sub-menu-toggle {
        display: none;
    }

}


.widget_nav_menu ul:not(.sub-menu) {
    display: block;
    margin-left: 0;
}

@media (max-width: 895px) {
    .nav-primary ul:not(.sub-menu) .menu-item.menu-item-has-children a svg {
        display: none;
    }
}

.nav-primary ul.menu>li.menu-item>ul.sub-menu:before {
    content: "";
    display: none !important;
    position: absolute;
    top: -10px;
    right: var(--submenu-before-right, 0);
    width: 10px;
    height: 10px;
    background: black;
    transform: rotate(45deg);
}

@media (min-width: 896px) {
    .nav-primary ul.menu.has-pseudo>li.menu-item>ul.sub-menu:before {
        display: block;
    }
}

/* Mobile only */

.nav-primary .mobile-only {
    display: none;
}

@media (max-width: 768px) {
    .nav-primary .mobile-only {
        display: block;
    }
}

/* Menu Toggle */

 .menu-toggle {
     display: none;
     background: none;
     border: none;
     font-size: 2rem;
     cursor: pointer;
 }

 @media (max-width: 895px) {
     .menu-toggle {
         display: block;
         position: absolute;
         right: 20px;
         top: -15px;
         z-index: 1001;
     }

     .nav-primary {
         position: fixed;
         width: 80%;
         right: -100%;
         top: 0;
         height: 100vh;
         background-color: #fff;
         z-index: 999;
         overflow-y: auto;
         transition: right 0.3s ease;
     }

     .site-header .top-nav-bar {
         display: none;
     }

     .nav-primary.active {
         right: 0;
         margin-top: 0;
     }

     .nav-primary ul.menu {
         display: block;
        padding: 0 0 0 0;
         position: relative;
         width: 100%;
     }
         
     .site-header .wrap .nav-primary .menu>.menu-item {
        padding: unset;
        padding-top: 1rem !important;
        padding-bottom: 1rem !important;
    }


     .site-header .wrap .nav-primary>.wrap {
         display: flex;
         flex-direction: column;
        flex-flow: column;
         height: 100vh;
         padding: 0;
     }

     .primary-menu-ctas .gb-layout-column-wrap {
         flex-direction: column;
     }

         .primary-menu-ctas .gb-block-layout-column {
             display: flex;
             align-items: center;
             justify-content: center;
         }

     .search-widget {
         display: none;
     }


    .menu-item-has-children {
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
        position: relative;
        padding-right: 2rem;
    }
    .menu-item-has-children .sub-menu {
        display: none;
        position: relative;
        /* padding-left: 0.5rem; */
        background-color: #fff;
        margin: unset;
    }

    .nav-primary .sub-menu a {
        padding-left: unset;
    }

    .menu-item-has-children .sub-menu.active {
        display: block;
    }
    .sub-menu-toggle {
        display: inline-flex;
        justify-content: center;
        align-items: center;
        width: 30px;
        height: 30px;
        border: 1px solid #000;
        background: transparent;
        cursor: pointer;
        padding: 0;
        margin-left: auto;
        margin-right: 0;
    }
    .menu-item-has-children .sub-menu .menu-item {
        /* padding-left: 1.5rem; */
        padding-left: unset;
        margin: unset;
    }
    .menu-item-has-children .sub-menu .menu-item-has-children {
        display: flex;
        justify-content: space-between;
        /* align-items: center; */
        padding-right: 2rem;
        flex-direction: column;
    }
    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        background-color: #f0f0f0;
    }
 }

 @media (max-width: 767px) {

     .site-header .wrap,
     .basic-page .content-sidebar-wrap,
     .entry-content>.wp-block-genesis-blocks-gb-columns>.gb-layout-column-wrap,
     .entry-content>.gb-block-container>.gb-container-inside {
         width: 92%;
         margin: 0 auto;
     }

 }

 /* .menu-toggle.active .hamburger-icon {
     transform: rotate(90deg);
     transition: 0.3s;
 } */


 .menu-item-has-children {
     position: relative;
 }

 /* Confirmation block */

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

 .confirmation-block svg {
     font-size: 15rem;
     color: #008000;
 }

 .confirmation-page .custom-socials {
     margin: 0 auto;
     padding: 3rem;
 }

 .confirmation-block i {
    font-size: 10rem;
    color: #305088;
}

 /* Front Page Banner */

 section.fp1 {
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     padding: 4rem 7%;
     overflow: hidden;
     min-height: 400px;
     background-size: cover;
     background-position: top;
     position: relative;
     z-index: 10;
     align-items: center;
 }


 .fp1-image::after {
     content: "";
     position: absolute;
     top: 0;
     left: 0;
     right: 0;
     bottom: 0;
     background-color: rgb(16 16 16 / 40%);
     z-index: 1;
 }

 .fp1-image img {
     opacity: 0;
     -webkit-transition: .4s all ease-in-out;
     -o-transition: .4s all ease-in-out;
     transition: .4s all ease-in-out;
     width: 100%;
     height: 100%;
     object-fit: cover;
     object-position: center center;
 }

 .fp1-image {
     position: absolute;
     height: 100%;
     width: 100%;
     top: 0;
     left: 0;
 }

 .fp1-image.transitioning {
     -webkit-animation: kenburnsBig 15s infinite;
     animation: kenburnsBig 15s infinite;
 }

 .fp1-image.transitioning:not(.active) img {
     opacity: 0;
 }

 .fp1-image.active img {
     opacity: 1;
     z-index: 3;
 }

 .fp1-overlay {
     position: absolute;
     display: block;
     height: 100%;
     width: 100%;
     top: 0;
     left: 0;
     z-index: 2;
     -webkit-transition: 0.24s ease-in-out all;
     -o-transition: 0.24s ease-in-out all;
     transition: 0.24s ease-in-out all;
     filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.9)', endColorstr='rgba(0, 0, 0, 0)');
     background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%);
     background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%);
     background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%);
 }

 .fp1-overlay.is-active {
     background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.6) 65%, rgba(0, 0, 0, 0.85) 75%, rgba(0, 0, 0, 0.9) 100%);
     background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.6) 65%, rgba(0, 0, 0, 0.85) 75%, rgba(0, 0, 0, 0.9) 100%);
 }

 .fp1-content {
     color: #fff;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     width: 100%;
     z-index: 5;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     justify-content: flex-start;
 }

 .fp1-content__left {
     -webkit-box-flex: 1;
     -ms-flex: 1 50%;
     flex: 1 50%;
 }

 .fp1-content__right {
     max-width: 450px;
     display: -webkit-box;
     display: -ms-flexbox;
     display: flex;
     text-align: left;
     z-index: 9;
 }

 section.fp1.fp1-mobile {
     display: none;
     text-align: center;
     -webkit-box-align: end;
     -ms-flex-align: end;
     align-items: flex-end;
     min-height: 400px;
     color: #fff;
     background-position: 91% 50%;
 }

 section.fp1-mobile.fp1>div {
     text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.16);
 }

 @media (min-width: 992px) {
     section.fp1 {
         min-height: 450px;
     }
 }

 @media (min-width: 1200px) {
     .fp1-image {
         top: 0;
     }

     section.fp1 {
         min-height: 550px;
     }
 }

 @media (min-width: 1400px) {

     section.fp1 {
         min-height: 500px;
     }
 }

 @media (min-width: 1700px) {

     section.fp1 {
         min-height: 600px;
     }
 }

 .fp1-banner-container {
     position: absolute;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     z-index: 1;
 }

 .fp1-banner-container img {
     position: absolute;
     top: 50%;
     left: 50%;
     min-width: 100%;
     min-height: 100%;
     transform: translate(-50%, -50%);
     z-index: 0;
     object-fit: cover;
 }

 .fp1-banner-container .carousel,
 .fp1-banner-container .carousel-inner,
 .fp1-banner-container .carousel-item {
     width: 100%;
     height: 100%;
 }

 .fp1-banner-container .carousel-item>img {
     animation: tto-zoom 20s forwards;
     object-fit: cover;
     object-position: center center;
     width: 100%;
     height: 100%;
 }


@keyframes tto-zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

.fp1 {
    position: relative;
    height: 100vh;
    width: 100%;
    overflow: hidden;
    background-color: inherit;
    opacity: inherit;
}

.overlay-content {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: inherit;
}

.fp1 .center-center {
    top: 50%;
    left: 50%;
}

.fp1 .center-right {
    top: 50%;
    right: 10%;
    left: auto;
    transform: translate(0, -50%);
    text-align: right;
}

.fp1 .center-left {
    top: 50%;
    left: 10%;
    right: auto;
    transform: translate(0, -50%);
    text-align: left;
}

.fp1 .center-top {
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.fp1 .center-bottom {
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.fp1 .top-left {
    top: 10%;
    left: 10%;
    transform: translate(0, 0);
    text-align: left;
}

.fp1 .top-right {
    top: 10%;
    right: 10%;
    left: auto;
    transform: translate(0, 0);
    text-align: right;
}

.fp1 .bottom-left {
    bottom: 10%;
    left: 10%;
    top: auto;
    transform: translate(0, 0);
    text-align: left;
}

.fp1 .bottom-right {
    bottom: 10%;
    right: 10%;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    text-align: right;
}

/*** Testimonials ***/

.testimonial-item {
    background-color: #ffffff;
    padding: 2em 2.2em 2em;
    border-radius: 4px;
    box-shadow: 0 2rem 2rem -1rem rgba(35, 44, 57, 0.05);
    clear: both;
    -webkit-transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    transition: all 0.75s cubic-bezier(0, 1, 0.5, 1);
    border-top: 3px solid #03c3f2;
    position: relative;
    min-height: 250px;
}

.testimonial-item--copy {
    text-align: left;
    margin: 0 2rem 0 0;
}

.testimonial-item--copy p {
    margin: 0 0 1.5rem;
    font-size: 1.7rem;
}

.testimonial-item--name {
    display: block;
    padding-top: 1rem;
    font-weight: 600;
    text-align: left;
    font-size: 1.8rem;
}

.testimonial-item--icon {
    position: absolute;
    right: 1rem;
    top: 0.5rem;
    font-size: 3rem;
    color: #03c3f2;
}

.testimonial-item.testimonial-list-item {
    margin: 0 0 5rem;
    box-shadow: 0 0 2px rgba(0, 0, 0, 0.25), 0 2rem 2rem -1rem rgba(35, 44, 57, 0.05);
}

blockquote.testimonial-item--copy::before {
    font-size: 5rem;
    font-weight: 700;
    color: #03c3f2;
    left: -40px;
    top: -15px;
    display: none;
}

/*** Reviews (Swiper Enabled) ***/
.reviews {
    max-width: 900px;
    margin: 0 auto;
    padding: 4rem 2rem;
    text-align: center;
    position: relative;
    font-family: sans-serif;
}

.reviews h2 {
    font-size: 2.4rem;
    margin-bottom: 0.5rem;
}

.reviews .reviews-swiper {
    position: relative;
}

.reviews .swiper-wrapper {
    padding-bottom: 3rem;
}

.reviews-slide {
    display: flex;
    justify-content: center;
    padding: 1rem;
}

.reviews-item {
    background-color: #f3f3f3;
    /* padding: 2.5rem; */
    border-radius: 8px;
    box-shadow: 0 5px 15px rgba(0,0,0,0.1);
    position: relative;
    max-width: 600px;
    height: auto;
    /* min-height: 200px; */
}

.reviews-heading--heading {
    font-size: 2.5rem;
    font-weight: 600;
}

blockquote.reviews-copy {
    padding: 6rem;
}

cite.reviews-name {
    font-size: 2.4rem;
}

.reviews-quote-icon {
    font-size: 3rem;
    color: #cccccc;
    position: absolute;
    left: 1.5rem;
    top: 1rem;
}

.reviews-copy p {
    font-style: italic;
    color: #444;
    margin: 1rem 0;
}

.reviews-meta {
    margin-top: 1.5rem;
}

.reviews-name {
    display: inline-block;
    font-weight: 700;
    font-size: 1.2rem;
    color: #1d3557;
}

/*** Swiper Arrows ***/
.reviews .swiper-button-prev,
.reviews .swiper-button-next {
    color: #333;
    background: #e0e0e0;
    padding: 12px;
    border-radius: 4px;
    top: 30px;
    width: auto;
    height: auto;
    font-size: 1rem;
}

.reviews .swiper-button-prev:hover,
.reviews .swiper-button-next:hover {
    background: #d0d0d0;
}

/*** Hide default icons (replaced by CSS or custom arrows if desired) ***/
.reviews .swiper-button-prev::after,
.reviews .swiper-button-next::after {
    font-size: 1rem;
}

/*** Carriers ***/

.brand-partner {
    box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.15);
    margin: 0 0 4rem;
    position: relative;
}

.brand-partner::before {
    content: "";
    display: block;
    height: 4px;
    background-color: #20CC75;
    width: 35%;
    margin: 0 auto;
}

.brand-partner--logo {
    padding: 1rem 2rem;
}

.brand-partner--content {
    text-align: center;
    padding: 1rem 2rem 3rem;
}

.brand-partner:last-child {
    padding-bottom: 3rem;
}

.brand-partner--name {
    font-size: 1.8rem;
    letter-spacing: -.03em;
    font-weight: 800;
    color: #444;
    margin: 0;
}

a.brand-partner--phone {
    display: block;
    color: #444;
}

a.brand-partner--phone:hover {
    color: #20CC75;
}

a.brand-partner--cta.button {
    font-weight: 500;
    border-width: 1px !important;
}

.brand-partner--button-container {
    margin-top: 2rem;
}

.brand-partner--button-container.with-pdf {
    display: flex;
    justify-content: center;
    align-items: center;
}

.brand-partner--button-container.with-pdf a {
    font-size: 1.4rem;
    padding: 8px 30px;
    line-height: 1.4;
}

.brand-partner--button-container.with-pdf a:first-child {
    margin-right: 1rem;
}

.brand-partner--contact-info {
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 26px;
}

.brand-partner--contact-info a {
    font-weight: 500;
}

.brand-partner--logo {
    padding: 1rem 2rem;
    min-height: 203px;
    height: 200px;
    display: flex;
    align-items: center;
}

.brand-partner--logo img {
    height: 200px;
    object-fit: cover;
    object-position: center;
}

span.dot-separater {
    padding: 0 5px;
    font-size: 3rem;
    line-height: .1;
    vertical-align: middle;
}

/* Interactive list */

section.inner-page-section.interactive-list>.inner-page-section--wrapper {
    position: relative;
    padding: 6rem 13rem 6rem 13rem;
    z-index: 1;
}

@media (max-width: 767px) {
    section.inner-page-section.interactive-list>.inner-page-section--wrapper {
        padding: 6rem 3rem 6rem 8rem;
    }
}

section.inner-page-section.interactive-list>.inner-page-section--wrapper:before {
    content: '';
    background-color: transparent;
    position: absolute;
    display: block;
    width: 50%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    pointer-events: none;
}

section.inner-page-section.interactive-list>.inner-page-section--wrapper .wrap {
    position: relative;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    width: 100%;
    z-index: 3;
}

.entry-content .interactive-list-section--heading h2 {
    color: #243846;
    font-size: 5rem;
    font-weight: 800;
    line-height: 1;
    margin: 2rem 0 3.5rem;
    padding: 0 4rem 0 6vw;
}

.interactive-list-copy {
    position: relative;
    width: 100%;
    height: fit-content;
}

.interactive-list-copy .list-item-content {
    position: absolute;
    background-color: #fff;
    padding: 4rem;
    box-shadow: 0 6px 12px 0 rgba(0, 0, 0, 0.2);
    border-radius: 0;
    top: 0;
    left: 0;
    opacity: 0;
    transition: none;
    pointer-events: none;
    width: 100%;
    height: auto !important;
}

.interactive-list-copy .list-item-content.active {
    position: relative;
    opacity: 1;
    transition: 0.3s ease-in-out all;
    pointer-events: all;
}

.interactive-list-copy .list-item-content img {
    margin: 0 auto 3rem;
}

.entry-content ul.interactive-list {
    margin: 0;
}

.entry-content ul.interactive-list>li.list-item {
    background-color: #fff;
    border-radius: 0;
    color: #000;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    list-style-type: none;
    cursor: pointer;
    border-left: 3px solid #06c3f2;
    transition: 0.3s ease-in-out all;
}

.entry-content ul.interactive-list>li.list-item:not(:last-of-type) {
    margin-bottom: 1.6rem;
}

ul.interactive-list li.list-item .list-item-info {
    display: flex;
    align-items: center;
    gap: 2rem;
}

.list-item-info .list-item-info--left-icon {
    width: 50px;
    height: 50px;
}

.list-item-info .list-item-info--left-icon img {
    width: 100%;
    height: 100%;
}

.list-item-info .list-item-info--left-icon p.list-item--number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    color: #777;
    font-size: 1.7rem;
    font-weight: 700;
}

.list-item-info .list-item-info--left-icon p.list-item--number span {
    background-color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70%;
    height: 70%;
    font-size: 80%;
    font-weight: 800;
    line-height: 1;
    padding: 0;
    border: 3px solid #06c3f2;
    border-radius: 50%;
}

.list-item-info .list-item-info--right-title h3 {
    color: #243846;
    font-size: 1.8rem;
    font-weight: 800;
}

.interactive-list-section--right {
    position: relative;
    z-index: 1;
}


.interactive-list-section--right:before {
    content: '';
    background-color: #fff;
    position: absolute;
    display: none;
    width: 200vw;
    height: 100%;
    top: 0;
    left: -100vw;
    z-index: 2;
}

.interactive-list-section--right .interactive-list-copy {
    position: relative;
    z-index: 3;
}

.interactive-list-section--right-content .list-item-content p {
    margin: unset;
}

@media (min-width: 992px) {
    section.inner-page-section.interactive-list.light-background>.inner-page-section--wrapper:before {
        background-color: #f5f5f5;
    }

    .interactive-list-section--right-background {
        content: '';
        background-color: transparent;
        position: absolute;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        z-index: 2;
        pointer-events: none;
    }
}

@media (max-width: 991px) {
    section.inner-page-section.interactive-list>.inner-page-section--wrapper {
        padding-bottom: 0;
    }

    section.inner-page-section.interactive-list>.inner-page-section--wrapper:before {
        width: 100%;
    }

    section.inner-page-section.interactive-list>.inner-page-section--wrapper .wrap {
        display: flex;
        flex-direction: column;
        padding: 0 1vw;
    }

    .interactive-list-section--left {
        padding: 0 0 9rem;
    }

    .entry-content .interactive-list-section--heading h2 {
        padding: 0;
    }

    .interactive-list-section--right {
        padding: 9rem 0;
    }

    .interactive-list-copy .list-item-content {
        width: 100%;
        padding: 5rem;
        display: none;
        top: 0 !important;
    }
}

@media (max-width: 600px) {
    .interactive-list-section--left {
        padding: 0 0 6rem;
    }

    .interactive-list-section--right {
        padding: 0;
    }
}

.interactive-list {
    background-color: #f2f2f2;
}

.interactive-list-container {
    padding: 0 4rem 0 0;
}

.interactive-list svg {
    color: #000;
}

.interactive-list svg:hover {
    opacity: 0.5;
}

.interactive-list-section--button a {
    background-color: #000;
    display: flex;
    align-items: center;
    gap: 1rem;
    height: fit-content;
    justify-content: space-evenly;
    color: #fff;
    font-size: 1.5rem;
    font-weight: 700;
    /* font-family: 'ArialNovaCondensed', sans-serif; */
	font-family: 'Lato', sans-serif;
    line-height: 1;
    padding: 1.3rem 2.7rem;
    letter-spacing: 1.1px;
    word-spacing: 1.6px;
    border: none;
    border-radius: 0;
    box-shadow: none;
    text-transform: uppercase;
    filter: none;
    transition: 0.25s ease-in-out filter;
}

.interactive-list-section--button svg {
    color: #fff;
}

.interactive-list-section--button a:hover {
    opacity: 0.5;
}

.interactive-list-section--a {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #000;
}

.interactive-list-section--a:hover {
    opacity: 0.5;
}

.list-item-info--right-description {
    display: flex;
    align-items: normal;
    gap: 0.5rem;
}

.list-item-info--right-description-icon {
    display: none;
}

@keyframes slide-in {
    0% {
        transform: translateX(-100%);
        opacity: 0;
    }

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

.list-item:hover .list-item-info--right-description-icon {
    display: inline-block;
    animation: slide-in 1s ease forwards;
}

.list-item:hover .list-item {
    transform: translateY(-2px);
}

.list-item-info {
    width: 100%;
    padding: 0 2rem;
}

.list-item-info--right-description {
    display: flex;
    align-items: normal;
    justify-content: space-between;
    width: 100%;
    gap: 0.5rem;
}

.list-item-info--right {
    width: 100%;
}

.interactive-list-block-heading {
    padding: 2rem 13rem 0;
    background: #f2f2f2;
}

@media (max-width: 991px) {
    .interactive-list-block-heading {
        padding: 2rem 5rem 0;
        background: #f2f2f2;
    }
}

.interactive-list-block-heading h2 {
    font-size: 3rem;
}

.list-item-info--right-description p {
    margin: 0;
}

.moving-copy-container {
    display: block;
    width: 100%;
    height: 100%;
}

.moving-copy {
    position: sticky;
    top: 0;
    left: 0;
    height: fit-content;
}

/* Timeline */

.bt-story {
    position: relative;
    display: flex;
    flex-direction: column;
    max-width: 1200px;
    margin: 0 auto;
    padding: 8rem;
    z-index: 1;
}

.bt-story:before {
    display: block;
    content: '';
    position: absolute;
    border-left: 3px dashed #f2f2f2;
    width: 3px;
    height: 100%;
    top: 3rem;
    left: calc(50% - 1.5px);
    z-index: -1;
}

.bt-story--item {
    position: relative;
    width: 50%;
    padding: 0 calc(8rem + 1.5px) 0 0;
    z-index: 2;
}

.bt-story--item:nth-of-type(2n + 1) {
    margin-left: auto;
    padding: 0 0 0 calc(8rem + 1.5px);
}

.bt-story--item {
    position: relative;
}

.bt-story--item:before {
    content: '';
    background-color: white;
    border: 3px solid #06c3f2;
    position: absolute;
    display: block;
    width: 40px;
    height: 40px;
    top: calc(5rem + 20px);
    right: -20px;
    border-radius: 50%;
    z-index: 3;
}

.bt-story--item:nth-of-type(2n + 1):before {
    left: -20px;
    right: auto;
}


.bt-story--item-index {
    position: absolute;
    top: calc(5rem + 20px);
    right: -20px;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    font-weight: 600;
    color: #000;
    z-index: 4;
}

.bt-story--item:nth-of-type(2n + 1) .bt-story--item-index {
    left: -20px;
    right: auto;
}

@media (max-width: 767px) {
    .bt-story--item .bt-story--item-index {
        left: 5px;
        right: auto;
    }

    .bt-story--item-index {
        top: calc(3rem + 4px);
    }

    .bt-story--item:nth-of-type(2n + 1) .bt-story--item-index {
        left: 5px;
        right: auto;
    }
}

.site-container .entry-content .bt-story .bt-story--item .bt-story--item-inner {
    background-color: #f2f2f2;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    padding: 3rem;
    border-radius: 0;
    box-shadow: 0px 3px 7px -1px rgba(0, 0, 0, 0.27);
    overflow: hidden;
}

.bt-story--item-year h3 {
    font-size: 2rem;
    font-weight: 400;
    /* font-family: 'ArialNovaBold'; */
	font-family: 'Lato', sans-serif;
    margin: 0;
    letter-spacing: 0.2px;
}

.bt-story--item-milestone p {
    font-size: 1.5rem;
    line-height: 1.6;
}

@media (max-width: 767px) {

    .bt-story {
        gap: 6rem;
        margin: 6rem auto 0;
        padding: 6rem;
    }

    .bt-story:before {
        left: 83px;
    }

    .bt-story--item,
    .bt-story--item:nth-of-type(2n+1) {
        width: 100%;
        padding: 0 0 0 5rem;
    }

    .bt-story--item:before,
    .bt-story--item:nth-of-type(2n + 1):before {
        top: 33.2px;
        left: 5px;
        right: auto;
    }
}

/* Inner Page Header */

section.inner-page-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 4rem 7%;
    overflow: hidden;
    min-height: 400px;
    background-size: cover;
    background-position: top;
    position: relative;
    z-index: 10;
    align-items: center;
}


.inner-page-header-image::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgb(16 16 16 / 40%);
    z-index: 1;
}

.inner-page-header-image img {
    opacity: 0;
    -webkit-transition: .4s all ease-in-out;
    -o-transition: .4s all ease-in-out;
    transition: .4s all ease-in-out;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.inner-page-header-image {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

.inner-page-header-image.transitioning {
    -webkit-animation: kenburnsBig 15s infinite;
    animation: kenburnsBig 15s infinite;
}

.inner-page-header-image.transitioning:not(.active) img {
    opacity: 0;
}

.inner-page-header-image.active img {
    opacity: 1;
    z-index: 3;
}

.inner-page-header-overlay {
    position: absolute;
    display: block;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 2;
    -webkit-transition: 0.24s ease-in-out all;
    -o-transition: 0.24s ease-in-out all;
    transition: 0.24s ease-in-out all;
    filter: progid: DXImageTransform.Microsoft.gradient(startColorstr='rgba(0, 0, 0, 0.9)', endColorstr='rgba(0, 0, 0, 0)');
    background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%);
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%);
}

.inner-page-header-overlay.is-active {
    background: -o-linear-gradient(left, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.6) 65%, rgba(0, 0, 0, 0.85) 75%, rgba(0, 0, 0, 0.9) 100%);
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9) 0%, rgba(0, 0, 0, 0.85) 25%, rgba(0, 0, 0, 0.6) 35%, rgba(0, 0, 0, 0.01) 50%, rgba(0, 0, 0, 0.6) 65%, rgba(0, 0, 0, 0.85) 75%, rgba(0, 0, 0, 0.9) 100%);
}

.inner-page-header-content {
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    z-index: 5;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    justify-content: flex-start;
}

.inner-page-header-content__left {
    -webkit-box-flex: 1;
    -ms-flex: 1 50%;
    flex: 1 50%;
}

.inner-page-header-content__right {
    max-width: 450px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    text-align: left;
    z-index: 9;
}

section.inner-page-header.inner-page-header-mobile {
    display: none;
    text-align: center;
    -webkit-box-align: end;
    -ms-flex-align: end;
    align-items: flex-end;
    min-height: 400px;
    color: #fff;
    background-position: 91% 50%;
}

section.inner-page-header-mobile.inner-page-header>div {
    text-shadow: 0px 1px 2px rgba(255, 255, 255, 0.16);
}

.inner-page-header-banner-container {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}

.inner-page-header-banner-container img {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    transform: translate(-50%, -50%);
    z-index: 0;
    object-fit: cover;
}

.inner-page-header-banner-container .carousel,
.inner-page-header-banner-container .carousel-inner,
.inner-page-header-banner-container .carousel-item {
    width: 100%;
    height: 100%;
}

.inner-page-header-banner-container .carousel-item>img {
    animation: tto-zoom 20s forwards;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}


@keyframes tto-zoom {
    0% {
        transform: scale(1);
    }

    100% {
        transform: scale(1.3);
    }
}

.inner-page-header {
    position: relative;
    height: 50vh;
    width: 100%;
    overflow: hidden;
    background-color: inherit;
    opacity: inherit;
}

.inner-page-header .overlay-content {
    position: absolute;
    transform: translate(-50%, -50%);
    z-index: 2;
    text-align: center;
    color: inherit;
}

.inner-page-header .center-center {
    top: 50%;
    left: 50%;
}

.inner-page-header .center-right {
    top: 50%;
    right: 10%;
    left: auto;
    transform: translate(0, -50%);
    text-align: right;
}

.inner-page-header .center-left {
    top: 50%;
    left: 10%;
    right: auto;
    transform: translate(0, -50%);
    text-align: left;
}

.inner-page-header .center-top {
    top: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.inner-page-header .center-bottom {
    bottom: 10%;
    left: 50%;
    transform: translate(-50%, 0);
    text-align: center;
}

.inner-page-header .top-left {
    top: 10%;
    left: 10%;
    transform: translate(0, 0);
    text-align: left;
}

.inner-page-header .top-right {
    top: 10%;
    right: 10%;
    left: auto;
    transform: translate(0, 0);
    text-align: right;
}

.inner-page-header .bottom-left {
    bottom: 10%;
    left: 10%;
    top: auto;
    transform: translate(0, 0);
    text-align: left;
}

.inner-page-header .bottom-right {
    bottom: 10%;
    right: 10%;
    top: auto;
    left: auto;
    transform: translate(0, 0);
    text-align: right;
}

/* Background slider */

.slider-img {
    height: 400px;
    object-fit: cover;
    width: 100%;
    display: block;
}

.thumbnails {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.thumbnail {
    width: 60px;
    height: 60px;
    margin: 0 10px;
    border: 2px solid transparent;
    cursor: pointer;
    opacity: 0.6;
    object-fit: cover;
    transition: opacity 0.3s, border-color 0.3s;
}

.thumbnail.active {
    border-color: #03c3f2;
    opacity: 1;
}

.thumbnail:hover {
    opacity: 0.8;
}

.slider-item {
    display: none;
}

.slider-item.active {
    display: block;
}

.unique-slider {
    padding: 8rem 0;
}

/* Address block */

.address-block {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.address-block .address-block--item {
    display: flex;
    gap: 2rem;
}

.address-block svg {
    /* color: #004dbe; */
    font-size: 2.1rem;
    padding: 0.5rem 0 0;
}

.address-block p,
.address-block a {
    font-size: 1.9rem;
    margin: 0;
}

.address-block a {
    /* color: #004dbe; */
    font-weight: 600;
    text-decoration: none;
    transition: 0.25s ease-in-out all;
}

.address-block a:hover {
    opacity: 0.78;
}

/* Services list */

.tto-services-list ul {
    margin: 0;
}

.tto-services-list ul li {
    list-style-type: none;
}

.tto-services-list ul li a {
    display: inline-block;
    color: #004dbe;
    font-size: 1.9rem;
    font-weight: 600;
    line-height: 1.9;
    white-space: pre-wrap;
    padding-left: 2rem;
    text-indent: -2rem;
    text-decoration: none;
    transition: 0.25s ease-in-out all;
}

.tto-services-list ul li a:hover {
    opacity: 0.78;
}

/* Service boxes */

.service-boxes-section--heading {
    max-width: 760px;
    margin: 0 auto;
}

.service-boxes-section--items {
    margin: 6rem 0 0;
}

.service-boxes {
    display: grid;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(325px, 1fr));
    gap: 3rem;
}

.service-box .service-box--link {
    /* background-color: #0D5436; */
    color: #fff;    
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 5rem;
    border: 1px solid #dbdbdb;
    /* border-radius: 0.4rem; */
    box-shadow: 0px 4px 9px -2px rgba(0, 0, 0, 0.27);
    overflow: hidden;
}

.service-box {
    background-color: #0D5436;
    /* background-image: linear-gradient(135deg, #2b8861, #257453, #0D5436, #0b472e); */
    background-image: linear-gradient(135deg, #3d9973, #388565, #2a6a50, #285c44);

    /* background-image: linear-gradient(135deg, #38a778, #2f9268, #19754e, #064a2e); */
    transition: 0.25s ease-in-out all;
}

.service-box:hover {
    box-shadow: none;
    transform: translateY(-2px);
}

.service-box--icon {
    display: flex;
    align-items: center;
    margin: 0 0 2.5rem;
}

.service-box--icon i,
.service-box--icon svg {
    color: #fff;
    font-size: 6rem;
}

.service-box--title {
    margin: 0 0 1.5rem;
}

.service-box--title h3 {
    font-size: 2.2rem;
    margin: 0;
    /* text-align: center; */
    transition: 0.25s ease-in-out all;
}

.service-box--copy p {
    font-size: 1.8rem;
    font-weight: 500;
    /* text-align: center; */
}

/* .service-box--link:hover .service-box--link-text {
    color: #D57400;
} */

.service-box--link-text {
    flex: 1;
    display: flex;
    align-items: flex-end;
    /* justify-content: center; */
    text-align: center;
    padding: 2rem 0 0;
}

.service-box--link-text span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    transition: gap 0.5s ease;
}

.service-box:hover .service-box--link-text span {
    gap: 2rem;
}

.service-box--icon {
    font-size: 6rem;
    color: #D57400;
}

.service-box--link-text p {
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.9;
    /* text-align: center; */
    text-decoration: underline;
    text-underline-offset: 5px;
}

/*** Nav cta ***/

.menu .button a {
    border: 1px solid #000;
    padding: 0.5rem 2rem;
    border-radius: 20px;
}

.menu .button a:hover {
    border: 1px solid #000;
    color: #fff;
    background-color: #000;
}

/*** Button styling ***/

/* .wp-block-button a.wp-block-button__link {
    background-color: #f68c24;
} */





/* Service boxes two */

.service-boxes-two .service-boxes-section--heading {
    max-width: 760px;
    margin: 0 auto;
}

.service-boxes-two .service-boxes-section--items {
    margin: 6rem 0 0;
}

.service-boxes-two {
    display: flex;
    flex-direction: column;
    /* grid-template-columns: repeat(3, 1fr); */
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    max-width: 600px;
}

.service-boxes-two .service-box .service-box--link {
    /* background-color: #0D5436; */
    color: #fff;    
    display: block;
    width: 100%;
    height: 100%;
    padding: 5rem;
    border: 1px solid #dbdbdb;
    /* border-radius: 0.4rem; */
    box-shadow: 0px 4px 9px -2px rgba(0, 0, 0, 0.27);
    overflow: hidden;
}

.service-boxes-two .service-box {
    background-color: #fff;
    background-image: none;
    display: flex;
    gap: 1.5rem;
    align-items: center;
    /* justify-content: center; */
    padding: 2rem;
    /* margin-bottom: 2rem; */
    /* width: 55%; */
    color: #000;
    transform: none !important;
}

.service-boxes-two .service-box:nth-of-type(even){
    background-color: #fff;
}

.service-boxes-two .service-box:nth-of-type(odd){
    background-color: #fff;
}

.service-boxes-two .service-box--icon {
    display: flex;
    align-items: center;
    justify-content: center;
    margin: unset;
}

.service-boxes-two .service-box--icon svg {
    color: #d57400;
    width: 3rem;
    height: 3rem;
    font-size: 3rem;
}

.service-boxes-two .service-box--title {
    margin: 0 0 1.5rem;
}

.service-boxes-two .service-box--title h3 {
    font-size: 2.2rem;
    margin: 0;
    text-align: center;
    transition: 0.25s ease-in-out all;
}

.service-boxes-two .service-box--copy p {
    text-align: left;
}

/* .service-boxes-two .service-box--link:hover .service-box--link-text {
    color: #D57400;
} */

.service-boxes-two .service-box--link-text {
    text-align: center;
    padding: 2rem;
}

.service-boxes-two .service-box--link-text span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    transition: gap 0.5s ease;
}

.service-boxes-two .service-box--icon {
    font-size: 3rem;
    color: #D57400;
}

.service-boxes-two .service-box--link-text p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.9;
    text-align: center;
}

.service-boxes-two .custom-button.align-left,
.front-page-5 .custom-button.align-left {
    padding-top: 1rem;
}

@media (max-width: 895px) {
    .service-boxes-two .service-box {
        width: 100%;
    }
}


/*** Hero Section ***/

.hero-container--right {
    background-color: #f5f5f5;
    color: #000;
    padding: 3rem !important;
    border-radius: 5px;
}

.hero-container--right .wp-block-columns {
    margin-bottom: unset;
}

.hero-container--left {
    background-color: rgba(0, 0, 0, 0.5); /* #000 with 50% opacity */
    padding: 3rem !important;
    border-radius: 5px;
  }

/*** Top nav ***/

/* header .top-nav-bar {
    display: none;
} */

/*** Footer ***/

.site-footer .site-footer-widgets {
    padding: 6rem 0 ;
    border-top: solid 1px #F5F5F5;
    background: #fff;
    color: #000;
    padding-bottom: unset;
}

.site-footer .site-footer-widgets strong,
.site-footer .site-footer-widgets h2,
.site-footer .site-footer-widgets h3,
.site-footer .site-footer-widgets a {
    color: #000;
}

.site-footer .site-footer-widgets h3 {
    color: #27845D;
}

.site-footer .site-footer-widgets a.button {
    color: #fff;
    display: flex;
    gap: 1rem;
    width: 100%;
    justify-content: center;
    
}

.site-footer-credits.standalone a {
    text-decoration: underline;
    text-underline-offset: 4px; 
}

h3.social-media-footer-heading {
    margin: 3rem 0 0.5rem;
}

.site-footer ul li {
    list-style-type: none;
    font-size: 1.6rem;
    line-height: 2.1;
}

.site-footer .gb-layout-columns-3>.gb-layout-column-wrap.gb-is-responsive-column {
    gap: 3rem;
}

/*** 404 Page ***/

.custom-404-page {
    text-align: center;
    padding: 6rem 0 !important;
    max-width: 700px;
    margin: 0 auto;
}

/*** Hero cover ***/

@media (max-width: 895px) {
    .above-fold-hero .gb-layout-column-wrap {
        grid-template-columns: 1fr;
        grid-template-areas:
        "col1"
        "col2";
    }
}

/*** front page 1 wrap columns ***/

@media (max-width: 1081px) {
    .front-page-1-inner-columns.gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas:
        "col1"
        "col2";
        gap: 3rem;
    }

    .gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column {
        grid-template-rows: auto;
        -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
        grid-template-areas:
        "col1 col2"
        "col3 col4";
    }
}

@media (max-width: 895px) {
    .gb-layout-columns-3>.gb-layout-column-wrap.gb-is-responsive-column {
        -ms-grid-columns: 1fr;
        grid-template-columns: 1fr;
        grid-template-areas:
        "col1"
        "col2"
        "col3";
    }

    .gb-layout-columns-4>.gb-layout-column-wrap.gb-is-responsive-column {
        grid-template-columns: 1fr;
        gap: 3rem;
        grid-template-areas:
        "col1"
        "col2"
        "col3"
        "col4";
    }

    .front-page-4.gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
         -ms-grid-columns: 1fr;
         grid-template-columns: 1fr;
         grid-template-areas:
         "col1"
         "col2";
     }

}

.content-and-icon .gb-layout-column-wrap {
    display: flex;
    gap: 2rem;
    flex-direction: column-reverse;
    padding: 3rem;
    justify-self: center;
    text-align: center;
}


.content-and-icon .gb-layout-column-wrap h3 {
    margin: 2rem;
}

/*** Front page 2 ***/

.front-page-2 i {
    font-size: 4rem;
    color: #305088;
}

/* .front-page-2 .gb-layout-column-wrap {
    align-items: center;
} */

.front-page-2 .gb-layout-column-wrap p {
    margin: unset;
}

.front-page-2  .wp-block-genesis-blocks-gb-column.content-and-icon.gb-block-layout-column {
    background-color: #f5f5f5;
    border-radius: 5px;
}

.front-page-2  .wp-block-genesis-blocks-gb-column.content-and-icon.gb-block-layout-column:hover {
    background-color: #fff;
}

.front-page-2 {
    padding: 6rem 0 !important;
}




/*** Home page team member display  ***/

.team-member-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(190px, 1fr));
    padding: 20px 0;
}

.team-member-grid .team-photo img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 6px;
}

.team-member-grid .team-info {
    margin-top: 10px;
}

.team-member-grid .team-info a {
    color: #1a2d6c;
    font-weight: bold;
    text-decoration: none;
    font-size: 15px;
    display: inline-block;
    margin-bottom: 4px;
}

.team-member-grid .team-info p {
    margin: 0;
    font-size: 14px;
    color: #333;
}

.team-member-grid .team-member {
    box-shadow: unset;
}

.team-member-grid .team-info {
    padding: unset;
}

.team-member-grid .team-member:last-child {
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.team-member-grid .team-member {
    margin: unset !important;
}

/*** Breadcrumbs block***/

.entry-content > .wp-block-genesis-blocks-gb-columns.breadcrumbs-block {
    padding: 2rem 0;
}

.breadcrumbs-block .custom-breadcrumbs .breadcrumb {
    margin: unset;
}

.breadcrumbs-block .custom-breadcrumbs .breadcrumb i,
.breadcrumbs-block .custom-breadcrumbs .breadcrumb span,
.breadcrumbs-block .custom-breadcrumbs .breadcrumb {
    color: #fff;
}

/*** Inner Page Nav ***/

.inner-page-nav-wrapper {
    background: #f9f9f9;
    padding: 20px;
    border: 1px solid #eee;
}

.inner-page-nav-title {
    font-size: 2.5rem;
    margin-bottom: 20px;
    border-bottom: 1px dotted #ccc;
    padding: 2rem 0 !important;
    padding-bottom: 8px;
    color: #333;
}

.inner-page-nav-title strong {
    font-weight: bold;
    color: #111;
}

.inner-page-nav-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.inner-page-nav-item {
    margin-bottom: 10px;
}

.inner-page-nav-item a {
    display: block;
    padding: 10px 15px;
    text-decoration: none;
    color: #333;
    font-weight: normal;
    transition: background 0.2s ease-in-out;
    position: relative;
    border-radius: 2px;
}

.inner-page-nav-item.current-page a {
    background-color: #ec7200;
    color: #fff;
    font-weight: bold;
}

.inner-page-nav-item.current-page a::before {
    content: '';
    position: absolute;
    right: -10px;
    top: 0;
    bottom: 0;
    width: 0;
    height: 0;
    border-top: 25px solid transparent;
    border-bottom: 25px solid transparent;
    border-left: 10px solid #ec7200;
}

li.inner-page-nav-item {
    list-style: none;
}

.tagline {
    font-size: 3rem;
}


  body.page-template-page-sidebar-template .content-sidebar-wrap {
    display: grid;
    grid-template-columns: 30% 1fr;
    gap: 6rem;
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    padding: var(--theme-section-padding) 0;
  }
  
  body.page-template-page-sidebar-template main#genesis-content {
    grid-column: 2;
  }
  
  body.page-template-page-sidebar-template .sidebar-primary {
    grid-column: 1;
    grid-row: 1;
  }

body.page-template-page-sidebar-template .entry-content > .wp-block-genesis-blocks-gb-columns, .entry-content > .gb-block-container {
    padding: unset;
}

body.page-template-page-sidebar-template .entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap, .entry-content > .gb-block-container > .gb-container-inside {
    width: var(--theme-wrap-width);
    max-width: var(--theme-wrap-max-width);
    margin: 0 auto;
}

@media (max-width: 895px) {
    body.page-template-page-sidebar-template .content-sidebar-wrap {
      display: flex;
      flex-direction: column-reverse;
    }
  
    body.page-template-page-sidebar-template .sidebar-primary {
      order: -1;
    }
  
    body.page-template-page-sidebar-template .content {
      order: 0;
    }
  }

@media (max-width: 782px) {
    .wp-block-columns {
        flex-wrap: nowrap !important;
    }
}



/*** Breadcrumbs ***/

.breadcrumb-bar {
    background-color: #666;
    color: #fff;
    padding: 20px 40px;
    font-size: 16px;
    font-weight: normal;
    width: 100%;
}

.breadcrumb-bar .breadcrumb {
    gap: 0.5rem;
    max-width: 1200px;
    margin: 0 auto;
}

.breadcrumb-bar a {
    color: #fff;
    text-decoration: none;
}

.breadcrumb-bar a:hover {
    text-decoration: underline;
}


/*** What We Buy Nav Styles ***/

.wwb-wrapper {
    padding: 0;
    margin: 2rem 0;
}

.wwb-item {
    margin-bottom: 2rem;
    overflow: hidden;
    padding-bottom: 1.5rem;
}

.wwb-title {
    font-weight: bold;
    margin-bottom: 0.5rem;
}

.wwb-title a {
    color: #0056a3;
    text-decoration: none;
}

.wwb-title a:hover {
    text-decoration: underline;
}

.wwb-content {
    display: flex;
    align-items: flex-start;
    gap: 1rem;
    margin-bottom: 1rem;
}

@media (max-width: 895px) {
    .wwb-content {
        flex-direction: column;
    }
}

.wwb-image {
    max-width: 180px;
    width: 100%;
    height: auto;
    flex-shrink: 0;
}

@media (max-width: 895px) {
    .wwb-image {
        max-width: unset;
    }
}

.wwb-text {
    flex-grow: 1;
    /* font-size: 0.95rem; */
    color: #333;
}

.wwb-readmore {
    display: inline-block;
    margin-top: 0.5rem;
    font-weight: bold;
    color: #0056a3;
    text-decoration: none;
}

.wwb-readmore:hover {
    text-decoration: underline;
}

/*** Business Hours ***/

.custom-bh-wrapper {
    /* max-width: 320px; */
    padding: 3rem !important;
    background-color: #f5f5f5;
    text-align: left;
    border-radius: 4px;
    box-shadow: 0 0 3px rgba(0,0,0,0.05);
}

@media (max-width: 1081px) {
    .custom-bh-wrapper {
        max-width: unset;
    }
}

.custom-bh-heading {
    text-align: center;
    font-weight: bold;
    color: #305088;
    margin-bottom: 16px;
    text-transform: uppercase;
}

.custom-bh-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.custom-bh-item {
    display: flex;
    justify-content: space-between;
    padding: 4px 0;
    color: #444;
}

.custom-bh-item.custom-bh-today {
    font-weight: bold;
    color: #e67e22;
}

.custom-bh-item.custom-bh-today .custom-bh-time {
    color: #e67e22;
}

.custom-bh-cta {
    margin-top: 12px;
    text-align: center;
}

.custom-bh-cta a {
    color: #305088;
    font-style: italic;
    font-weight: 500;
    text-decoration: none;
}

.custom-bh-cta a:hover {
    text-decoration: underline;
}

/*** Front page 1 ***/
  
  .front-page-1 .gb-block-layout-column {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  .front-page-1 .gb-block-layout-column-inner {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  .front-page-1 .wp-block-genesis-blocks-gb-container.gb-block-container {
    flex: 1;
    display: flex;
    flex-direction: column;
  }
  
  .front-page-1 .gb-container-inside,
  .front-page-1 .gb-container-content {
    flex: 1;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
  }

  .front-page-1 .gb-layout-column-wrap {
    grid-gap: 0;
  }

  /*** Adjust images on mobile ***/

  @media (max-width: 895px) {
    .wp-block-image .alignleft {
        float: unset;
    }
  }





  /*** Blog Archive Page ***/
/* 
.blog .content {
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.blog .blog-archive,
.blog .blog-archive * {
  box-sizing: border-box;
}

.blog .blog-archive {
  display: flex;
  flex-wrap: wrap;
  gap: 2rem;
  padding: 6rem 0;
}

.blog .blog-archive--sidebar {
  flex: 1 1 250px;
  max-width: 300px;
  display: flex;
  flex-direction: column;
  gap: 2rem;
}

.blog .blog-filter h3 {
  margin-bottom: 1rem;
  color: #305088;
}

.blog .blog-filter span {
  display: inline-block;
  margin: 0.25rem 0.25rem 0.25rem 0;
  padding: 0.5rem 0.75rem;
  background: #f8f9fa;
  border-radius: 30px;
  cursor: pointer;
  transition: background 0.3s;
}

.blog .blog-filter span:hover {
  background-color: #e2e6ea;
}

.blog .blog-archive--loop {
  flex: 1 1 0;
  min-width: 0;
  max-width: 1200px;
  margin: 0 auto;
  width: 90%;
}

.blog .blog-articles {
  display: grid;
  gap: 2rem;
}

.blog .blog-articles--three-column {
  grid-template-columns: repeat(auto-fit, minmax(350px, 1fr));
}

.blog .blog-article {
  display: flex;
  flex-direction: column;
  border-radius: 8px;
  overflow: hidden;
  background-color: #fff;
  transition: box-shadow 0.3s;
  max-width: fit-content;
}

.blog .blog-article:hover {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.06);
}

.blog .blog-article--image {
  position: relative;
  aspect-ratio: 16/9;
  overflow: hidden;
}

.blog .blog-article--image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.blog .blog-article--image span {
  position: absolute;
  top: 0.5rem;
  left: 0.5rem;
  background: #D57400;
  color: #fff;
  padding: 0.3rem 0.6rem;
  border-radius: 3px;
  font-size: 0.85em;
}

.blog .blog-article--content {
  padding: 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  gap: 1rem;
}

.blog .blog-article--content-info-title a {
  color: inherit;
  text-decoration: none;
  transition: color 0.3s;
}

.blog .blog-article--content-info-title a:hover {
  color: #D57400;
}

.blog-article--content-info-description p {
  margin: 0;
  opacity: 0.8;
}

.blog .blog-article--content-cta a {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  text-decoration: none;
  color: #D57400;
  transition: color 0.3s;
}

.blog .blog-article--content-cta a:hover {
  color: #D57400;
}

.blog .featured-articles {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}

.blog .featured-articles h2 {
  color: #D57400;
}

.blog .blog-pagination {
  margin-top: 2rem;
  text-align: center;
}

.blog .blog-pagination ul {
  list-style: none;
  padding: 0;
  display: inline-flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  justify-content: center;
}

.blog .blog-pagination li a,
.blog .blog-pagination li span {
  display: inline-block;
  padding: 0.5rem 0.8rem;
  text-decoration: none;
  border-radius: 4px;
  color: #D57400;
  background: #f8f9fa;
}

.blog .blog-pagination li a:hover {
  background: #e2e6ea;
}

.blog .blog-pagination li .current {
  background-color: #D57400;
  color: #fff;
}

.blog .error-message {
  text-align: center;
  padding: 2rem;
  background-color: #f8f9fa;
  border-radius: 6px;
}

.blog .button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  background-color: #D57400;
  color: #fff;
  text-decoration: none;
  border-radius: 4px;
}

.blog .button:hover {
  background-color: #fff;
}

.blog-article--content-info-title h2 {
    font-size: 3.6rem;
}

@media screen and (max-width: 960px) {
	.blog .blog-archive {
    flex-direction: column;
  }

  .blog .blog-archive--sidebar {
    max-width: 100%;
  }

  .blog .blog-articles--three-column {
    grid-template-columns: repeat(auto-fit, minmax(240px, 1fr));
  }
} */

.blog .blog-cards-wrapper {
    width: var(--theme-wrap-width);
    max-width: var(--theme-wrap-max-width);
    margin: 0 auto;
}

.blog .blog-archive {
    padding: 6rem 0;
}

.blog .blog-cards-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: space-between;
    align-items: stretch;
}

@media (max-width: 895px) {
    .blog .blog-cards-wrapper {
        flex-direction: column;
        gap: 6rem;
    }
}

.blog .blog-card {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    background: #fff;
    overflow: hidden;
}

.blog .blog-card--image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    overflow: hidden;
}

.blog .blog-card--image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.blog .blog-card--date {
    position: absolute;
    bottom: 10px;
    right: 0;
    background: #257453;
    color: white;
    font-size: 16px;
    font-weight: 500;
    padding: 10px 20px;
}

.blog .blog-card--content {
    flex: 1;
    padding: 15px 0;
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.blog .blog-card--category {
    font-size: 13px;
    display: inline-block;
    border: 1px solid #cfcfcf;
    padding: 3px 8px;
    margin-bottom: 10px;
    color: #000;
    width: fit-content;
}

.blog .blog-card--title {
    font-size: 3rem;
    margin: 0 0 10px;
}

.blog .blog-card--title a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: bold;
}

.blog .blog-card--title a:hover {
    color: #257453;
}

.blog .blog-card--excerpt {
    color: #000;
    flex-grow: 1;
}








/* === Single post === */

.site-inner .content-sidebar-wrap section.single-post-template__hero {
    background-size: cover;
    background-position: center;
    /* padding: 180px 20px 100px; */
    padding: 140px 20px;
    position: relative;
    color: white;
}

.single-post-template__hero-overlay {
    padding: 60px 30px;
    position: relative;
    text-align: center;
    z-index: 1;
}

.single-post-template__hero-content {
    max-width: 800px;
    margin: 0 auto;
}

.single-post-template__hero .category-label {
    color: #fff;
    margin-bottom: 12px;
    text-transform: uppercase;
    font-weight: 600;
    letter-spacing: 0.5px;
}

.single-post-template__hero h1 {
    font-weight: 700;
    margin-bottom: 30px;
    line-height: 1.2;
}

.single-post-template__hero .author-info {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    gap: 15px;
}

.single-post-template__hero .author-info img {
    width: 60px;
    height: 60px;
    border-radius: 50%;
    object-fit: cover;
}

.single-post-template__hero .author-info .text p {
    margin: 2px 0;
}

.single-post-template .entry {
    max-width: 750px;
    margin: 0 auto;
    padding: 60px 20px;
    font-size: 1.05rem;
    line-height: 1.8;
    color: #222;
}

.single-post-template .entry h2, 
.single-post-template .entry h3, 
.single-post-template .entry h4 {
    margin-top: 2em;
    margin-bottom: 1em;
    font-weight: 600;
}

.single-post-template .entry img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin: 20px 0;
}

.single-post-template .entry-footer-section {
    max-width: 750px;
    margin: 60px auto 40px;
    border-top: 1px solid #eee;
    padding-top: 30px;
}

.single-post-template .post-tags {
    margin-bottom: 20px;
}

.single-post-template .post-tags .tag {
    display: inline-block;
    background: #f0f0f0;
    margin-right: 6px;
    margin-bottom: 6px;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85rem;
    color: #333;
}

.single-post-template .share-title {
    margin-bottom: 10px;
    font-weight: 600;
}

.single-post-template .share-icons i {
    font-size: 1.2rem;
    margin-right: 10px;
    cursor: pointer;
}

.single-post-template__hero::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 0;
    pointer-events: none;
}

.single-post-template__hero-header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	max-width: 1200px;
	margin: 0 auto 40px;
	padding: 0 20px;
	position: relative;
	z-index: 2;
}

.single-post-template__top-row {
	display: flex;
	justify-content: space-between;
	align-items: normal;
    margin: 6rem auto 0;
    padding: 0 6rem;
    max-width: 1200px;
}

.single-post-template__top-row .breadcrumbs,
.single-post-template__top-row .socials {
	font-size: 0.9rem;
}

.single-post-template__top-row .breadcrumbs * {
    font-size: 1.4rem;
}

.single-post-template__top-row .socials *:not(svg) {
	color: #305088;
}

.single .breadcrumbs svg {
    color: #305088;
}

.single .inner-section {
    max-width: 1200px;
    padding: 6rem;
    margin: 0 auto;
    width: 100%;
}

.single-post-template__footer {
	max-width: 850px;
	margin: 10rem auto;
	padding-top: 30px;
	border-top: 1px solid #eee;
	text-align: center;
}

.single-post-template__share-title {
	font-weight: 600;
	margin-bottom: 15px;
}

.single-post-template__socials {
	margin-bottom: 20px;
}

.single-post-template__topics {
	margin-top: 10px;
}

.single-post-template__topic {
	display: inline-block;
	background: #f1f1f1;
	color: #000;
	padding: 6px 12px;
	margin: 4px 6px;
	text-decoration: none;
	transition: 0.2s ease;
}

.single-post-template__topic:hover {
	background: #305088;
	color: #fff;
}


.single-post-template__socials {
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 16px;
	margin-bottom: 20px;
}

.single-post-template__socials > * {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
}

.single .back-to-blogs-button {
	margin-top: 2em;
	text-align:center;
}

.single .back-to-blogs-button a {
	background-color: #D57400;
}

.single .back-to-blogs-button a:hover {
	background-color: #fff;
	color: #D57400;
}

/***  404 Page ***/
.custom-404-page {
    text-align: center;
    padding: 6rem 0 !important;
    max-width: 700px;
    margin: 0 auto;
}

/*** Gravity forms global ***/

.gform_heading .gform_required_legend {
    display: none;
}

/*** Contact form ***/

.styled-form-section .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
    background-color: #fff;
    border: 1px solid #9898987d;
    padding: 3rem;
    border-radius: 8px;
}

.styled-form-section.green .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
    background-color: #257453;
}

.styled-form-section.green .gb-block-layout-column:last-child p {
    color: #fff;
}

.styled-form-section.green .gform_wrapper.gravity-theme .gfield_label,
.styled-form-section.green .gform_wrapper.gravity-theme .gfield_label .gfield_required {
    color: #fff;
}

.styled-form-section .gform_wrapper.gravity-theme .gfield input,
.styled-form-section .gform_wrapper.gravity-theme .gfield select,
.styled-form-section .gform_wrapper.gravity-theme .gfield textarea {
    min-height: 44px;
    border: 1px solid #9898987d !important;
    border-radius: 8px !important;
    outline: none;
    transition: 0.25s ease-in-out all;
}

.styled-form-section .gform_wrapper.gravity-theme .gfield input:focus,
.styled-form-section .gform_wrapper.gravity-theme .gfield select:focus,
.styled-form-section .gform_wrapper.gravity-theme .gfield textarea:focus {
    border-color: #257453 !important;
}

@media (max-width: 767px) {
    .styled-form-section.wrap-reverse > .gb-layout-column-wrap {
        display: flex;
        flex-direction: column-reverse;
    }
}

/*** Hero header ***/

    /* body:not(.sticky-header) .site-header {
        background-color: transparent;
        position: absolute;
        box-shadow: none;
        transition: none;
    } */

    @media (min-width: 896px) {
        body:not(.sticky-header) .site-header:not(.shrink) {
            background-color: transparent;
            position: fixed;
            box-shadow: none;
            transition: all 0.5s ease-in-out;
        }

        body:not(.sticky-header) .site-header.shrink {
            position: fixed;
        }
    }

    .site-header.shrink {
        background-color: #fff;
        margin-top: 0 !important;
        box-shadow: 0 0 2rem rgba(57, 62, 75, .38);
        animation: 0.5s 
    }

    .front-page-1 .gb-container-content {
        padding: 7rem 0;
    }

    .front-page-1:before {
        content: '';
        background: linear-gradient(270deg, rgba(0, 0, 0, 0.3071) -1.53%, rgba(0, 0, 0, 0.83) 79.27%);
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        opacity: 1;
        z-index: 1;
    }

    .front-page-1 .gb-block-container .gb-container-content {
        margin: unset;
        max-width: 50%;
    }

    @media (max-width: 895px) {
        .front-page-1 .gb-block-container .gb-container-content {
            max-width: 100%;
        } 
    }

    @media (max-width: 895px) {
        .gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
            -ms-grid-columns: 1fr;
            grid-template-columns: 1fr;
            grid-template-areas:
            "col1"
            "col2";
        }

    }

    .fa-check-list {
        list-style: none;
        padding: 0;
        margin: 0;
      }
      
      .fa-check-list li {
        position: relative;
        display: flex;
        gap: 1.25rem;
        margin-bottom: 10px;
        line-height: 1.5em;
        list-style-type: none;
      }

      .fa-check-list li:last-child {
        margin: 0;
      }

      /* .fa-check-list li::before { */

      
      .fa-check-list li::before {
        content: "\f058";
        display: none;
        font-family: 'Font Awesome 6 Pro';
        font-weight: 900;
      }

      .fa-check-list li svg {
        color: #27845D;
        padding: 0.5rem 0 0;
      }

      .custom-clipped-image img {
        width: 300px;
        height: 300px;
        object-fit: cover;
        clip-path: polygon(
          60px 0%,
          100% 0%,
          100% 100%,
          0% 100%,
          0% 60px,
          60px 60px,
          60px 0%
        );
      }


      /*** Partners Slider ***/

      .partners-slider .partner {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 50px;
    }
    
    .sub-header-section--two .partners-slider .partner {
        height: 80px;
        width: 80px;
    }
    
    .partners-slider .partner img {
        object-fit: contain;
        object-position: center center;
        width: 100%;
        height: 100%;
        filter: grayscale(1);
    }
    
    .sub-header-section--two .partners-slider .partner img {
        filter: unset;
    }
    
    .sub-header-section--two .partners-slider .partner {
        border: solid 1px #c8c8c8;
        border-radius: 5px;
        padding: 0.2rem;
    }

    .front-page-6 .gb-container-content,
    .front-page-4 .gb-container-content {
        padding-bottom: 6rem;
    }

    .inner-page-before-footer-cta .gb-container-content,
    .add-wrap-to-container .gb-container-content,
    .front-page-7 .gb-container-content,
    .front-page-5 .gb-container-content {
        width: var(--theme-wrap-width);
        max-width: var(--theme-wrap-max-width);
        margin: 0 auto;
    }

    .front-page-5 .gb-container-content {
        padding: 12rem 0;
    }

    .front-page-5 .wp-block-cover .wp-block-cover__inner-container {
        padding: 6rem 0;
    }

    .front-page-5 .wp-block-cover__image-background {
        background-position: 50% 0% !important;
    }

    .cover-cta-container .gb-container-content {
        margin: unset;
        display: flex;
        width: 33%;
    }

    @media (max-width: 1051px) {
        .cover-cta-container .gb-container-content {
            width: 100%;
        }
    }


    .inner-page-before-footer-cta .cover-cta-container .gb-container-content,
    .front-page-7 .cover-cta-container .gb-container-content {
        margin: unset;
        display: flex;
        width: 100%;
        gap: 2rem;
    }
    .inner-page-before-footer-cta .cover-cta-container .gb-container-content .custom-button,
    .front-page-7 .cover-cta-container .gb-container-content .custom-button {
        width: unset;
    }
   
    @media (max-width: 1051px) {
        .inner-page-before-footer-cta .cover-cta-container .gb-container-content,
        .front-page-7 .cover-cta-container .gb-container-content {
            width: 100%;
        }
    }

/*** Homepage blogs ***/

.archive-articles-wrapper {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 20px;
    justify-content: space-between;
    align-items: stretch;
  }

    @media (max-width: 991px) {
    .archive-articles-wrapper {
        grid-template-columns: repeat(2, 1fr);
    }
  }

  @media (max-width: 767px) {
    .archive-articles-wrapper {
        display: flex;
        flex-direction: column;
        gap: 6rem;
        max-width: 400px;
        margin: 0 auto;
    }
  }
  
  /*** Blog Card ***/
  .single-article-card {
    flex: 1 1 30%;
    display: flex;
    flex-direction: column;
    background: #fff;
    /* border: 1px solid #eee; */
    /* border-radius: 6px; */
    overflow: hidden;
    /* box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05); */
  }
  
  .single-article-image {
    position: relative;
    width: 100%;
    aspect-ratio: 16 / 9;
    display: flex;
    overflow: hidden;
    border: 1.5px solid #dbdbdb;
    border-radius: 0.8rem;
  }
  
  .single-article-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
    transition: 0.4s ease-in-out transform;
  }

  .single-article-link:hover .single-article-image img {
    transform: scale(1.2);
  }
  
  .single-article-date {
    position: absolute;
    bottom: 10px;
    right: 0px;
    background: #257453;
    color: white;
    font-size: 1.8rem;
    font-weight: 500;
    padding: 0.8rem 2rem !important;
    /* border-radius: 4px; */
    pointer-events: none;
  }
  
  .single-article-content {
    flex: 1;
    margin: 2rem 0 0;
    display: flex;
    flex-direction: column;
    gap: 2rem;
  }
  
  .single-article-category {
    font-size: 18px;
    font-weight: 300;
    display: inline-block;
    border: 1px solid #adadad;
    padding: 4px 10px;
    margin: 2rem 0 0rem;
    color: #000;
    width: fit-content;
  }
  
  .single-article-title h2,
  .single-article-title h3 {
    font-size: 2.6rem;
    margin: 0;
  }
  
  .single-article-title a {
    color: #1a1a1a;
    text-decoration: none;
    font-weight: bold;
  }
  
  .single-article-excerpt {
    font-size: 1.8rem;
    color: #000;
    flex-grow: 1;
  }
  
  /* Read More Button */
  .archive-articles-readmore {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 6rem;
  }

  .archive-articles-readmore a {
    font-size: 2.2rem;
    text-align: center;
  }
  
  .archive-articles-button {
    /* padding: 1rem 6rem !important;
    border: 1px solid #257453;
    background: #fff; */
    /* color: #257453; */
    color: #000;
    font-weight: 600;
    /* border-radius: 8px; */
    text-decoration: none;
    display: inline-block;
    transition: 0.3s ease;
  }
  
  .archive-articles-button:hover {
    /* background: #13814c; */
    color: #13814c;
  }

  .view-all-blogs a:hover {
    color: #D57400;
  }

  .remove-bottom-padding {
    padding-bottom: unset !important;
}

.remove-top-padding {
    padding-top: unset !important;
}

.footer-cta-container .gb-container-content {
    display: flex;
    padding-top: 2rem;
    gap: 2rem;
    flex-direction: column;
}


.custom-image {
    clip-path: url(#pattern-one);
    overflow: hidden;
}

.custom-image[data-pattern='2'] {
    clip-path: url(#pattern-two);
}

.custom-image[data-pattern='3'] {
    clip-path: url(#pattern-three);
}

.custom-image[data-pattern='0'] {
    clip-path: unset;
    border-radius: 3rem;
}

.footer-insurance-and-rating .gb-container-content {
    display: flex;
    justify-content: center;
    padding-top: 6rem;
    gap: 3rem;
}

@media (max-width: 896px) {
    .footer-insurance-and-rating .gb-container-content {
        flex-direction: column;
    }
}

.footer-insurance-and-rating .wp-block-image:first-child {
    padding-top: 1rem;
}


/*** Inner page header ***/

/* === Header Section Layout === */
.svg-page-header {
    position: relative;
    background-color: #236b4d;
    padding: 100px 0;
    overflow: hidden;
}

.svg-page-header .container {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
}

.page-title {
    font-size: 2.8rem;
    font-weight: 700;
    margin: 0;
    color: white;
}

.breadcrumb {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    margin-bottom: 10px;
}

.breadcrumb #breadcrumbs a { 
    color: #D57400;
}

.svg-decor {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    pointer-events: none;
    overflow: hidden;
}

.svg-decor svg {
    width: 100%;
    height: 100%;
    display: block;
}

.svg-page-header .page-title {
    font-size: 4rem;
}

/*** Timeline block ***/

.sle-timeline {
    padding: 4rem 2rem;
    position: relative;
    overflow: hidden;
  }
  
  .sle-timeline__wrapper {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
    gap: 6rem 2rem;
    position: relative;
    max-width: 1300px;
    margin: 0 auto;
    padding: 3rem 0;
  }
  
  .sle-timeline__wrapper::before {
    content: '';
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
    height: 2px;
    background-color: #dddddd;
    z-index: 1;
  }
  
  .sle-timeline__item {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .sle-timeline__item.is-top {
    justify-content: flex-end;
    margin-bottom: 3rem;
  }
  
  .sle-timeline__item.is-bottom {
    justify-content: flex-start;
    margin-top: 3rem;
  }
  
  .sle-timeline__content {
    text-align: center;
    max-width: 260px;
  }
  
  .sle-timeline__icon-circle {
    width: 64px;
    height: 64px;
    border-radius: 50%;
    background-color: #2c8854;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1rem;
    z-index: 3;
  }
  
  .sle-timeline__icon-circle i {
    color: #fff;
    font-size: 24px;
  }
  
  .sle-timeline__content h3 {
    color: #2c8854;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 0.5rem;
  }
  
  .sle-timeline__content p {
    color: #444;
    font-size: 0.95rem;
    margin: 0 auto;
    line-height: 1.5;
  }
  
  @media (max-width: 768px) {
    .sle-timeline__wrapper {
      grid-template-columns: 1fr;
      gap: 4rem;
    }
  
    .sle-timeline__item.is-top,
    .sle-timeline__item.is-bottom {
      margin: 0;
    }
  
    .sle-timeline__wrapper::before {
      left: 50%;
      top: 0;
      height: 100%;
      width: 2px;
    }
  
    .sle-timeline__item {
      padding-left: 1rem;
      padding-right: 1rem;
    }
  
    .sle-timeline__content {
      max-width: 90%;
    }
  }

/*** Milestone process ***/

.milestone-process {
    padding: 8rem 0 0;
}

.milestone-process > .wrap {
    display: flex;
    gap: 6rem;
    /* width: 100%;
    max-width: 100%;
    margin: 0; */
}

.milestone-process--step {
	flex: 1;
    display: grid;
    grid-template-rows: 1fr 1rem 1fr;
    gap: 3rem;
}

.milestone-process--step-content-icon {
    display: flex;
    align-items: flex-end;
    margin: 0 0 3rem;
}

.milestone-process--step-content-icon i {
    /* background-color: #e0e1ea; */
    width: 60px;
    height: 60px;
    font-size: 6rem;
    color: #27845D;
    /* padding: 25px; */
}

.milestone-process--step-content-icon svg {
    /* background-color: #e0e1ea; */
    width: 60px;
    height: 60px;
    font-size: 6rem;
    color: #27845D;
    /* padding: 25px; */
}


.milestone-process--step-separator {
    order: 1;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	width: 100%;
	height: 100%;
}

.milestone-process--step-separator:before {
	content: '';
	background-color: #27845D;
	flex: 1 1 1rem;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
}

.milestone-process--step-separator:after {
	content: '';
    background-color: #D8D8D8;
	flex: 1 1 calc(100% - 1rem - 1rem);
	width: calc(100% - 1rem - 1rem);
	height: 0.2rem;
}

.milestone-process--step-content {
    order: 0;
}

.milestone-process--step-box {
    order: 2;
}

.milestone-process--step:nth-child(2n) .milestone-process--step-content {
    order: 2;
}

.milestone-process--step:nth-child(2n) .milestone-process--step-box {
    order: 0;
}

.milestone-process--step-content-title h3 {
    margin: 0 0 1.5rem;
}

.milestone-process--step-content-copy p {
    font-size: 1.6rem;
}

@media (max-width: 991px) {
	.milestone-process > .wrap {
		gap: 4rem;
	}
}

@media (max-width: 767px) {
	.milestone-process {
		padding: 6rem 0 0;
	}

	.milestone-process > .wrap {
		flex-direction: column;
		gap: 6rem;
	}

	.milestone-process--step {
		display: flex;
		flex-direction: column;
	}

	.milestone-process--step-separator,
    .milestone-process--step-box {
		display: none;
	}

	.milestone-process--step:nth-child(2n) .milestone-process--step-content,
    .milestone-process--step:nth-child(2n) .milestone-process--step-box {
		order: unset;
	}
}

.milestone-process-block .gb-container-content {
    padding: 6rem 0;
}

/*** Service page Service boxes ***/


.service-page-services .wp-block-heading {
    padding-bottom: 2rem;
}

.service-page-services .service-boxes-section--heading {
    max-width: 760px;
    margin: 0 auto;
}

.service-page-services .service-boxes-section--items {
    margin: 6rem 0 0;
}

.service-page-services .service-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 4rem;
}

.service-page-services .service-box {
    flex: 0 0 calc(33% - 2.66rem); /* 3 columns, accounting for gap */
    max-width: calc(33% - 2.66rem); /* Prevent stretch */
    box-sizing: border-box;
    background-color: #fff;
}

/* For 2 columns on tablet */
@media (max-width: 992px) {
    .service-page-services .service-box {
        flex: 0 0 calc(50% - 2rem);
        max-width: calc(50% - 2rem);
    }
}

/* For 1 column on mobile */
@media (max-width: 600px) {
    .service-page-services .service-box {
        flex: 0 0 100%;
        max-width: 100%;
    }
}

.service-page-services .service-box .service-box--link {
    color: #000;    
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 4rem;
    border: 1px solid #dbdbdb;
    box-shadow: 0px 4px 9px -2px rgba(0, 0, 0, 0.27);
    overflow: hidden;
}
.service-page-services .service-box:nth-of-type(even){
    background-color: #fff;
}
.service-page-services .service-box:nth-of-type(odd){
    background-color: #fff;
}

.service-page-services .service-box:hover {
    box-shadow: none;
    transform: translateY(-2px);
}

.service-page-services .service-box--icon {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    margin: 0 0 2.5rem;
}

.service-page-services .service-box--icon svg {
    color: var(--mg-primary-orange);
    font-size: 5.4rem;
}

.service-page-services .service-box--title {
    margin: 0 0 1.5rem;
}

.service-page-services .service-box--title h3 {
    font-size: 2.2rem;
    margin: 0;
    text-align: left;
    transition: 0.25s ease-in-out all;
}

.service-page-services .service-box--copy p {
    font-size: 1.8rem;
    font-weight: 500;
    text-align: center;
}

/* .service-page-services .service-box--link:hover .service-box--link-text {
    color: #D57400;
} */

.service-page-services .service-box--link-text {
    flex: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-start;
    text-align: center;
    padding: 2rem 0 0;
}

.service-page-services .service-box--link-text span {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    transition: gap 0.5s ease;
}

.service-page-services .service-box:hover .service-box--link-text span {
    gap: 2rem;
}

.service-page-services .service-box--icon {
    font-size: 6rem;
    color: #D57400;
}

.service-page-services .service-box--link-text p {
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.9;
    text-align: center;
}

.service-page-services .service-box {
    background-image: unset;
    background-color: #fff;
}




.primary-menu-ctas {
    padding-left: 0rem;
}

@media (max-width: 896px) {
    .primary-menu-ctas button.outline,
    .primary-menu-ctas a.button.outline {
        color: #000;
        border: 1px solid #000;
    }

    .primary-menu-ctas button.outline:hover,
    .primary-menu-ctas a.button.outline:hover {
        border: 1px solid #000;
        background-color: #000;
        color: #fff;
    }
}

.top-nav-bar a.button {
    padding: 0.8rem 1.8rem;
    width: inherit;
    text-align: center;
    margin-top: unset;
}

@media (max-width: 947px) {
   body .site-header .top-nav-bar {
        display: none !important;
    }
}

.site-footer ul li.menu-item-753,
.site-footer ul li.menu-item-751,
.site-footer ul li.menu-item-752 {
    font-size: 2.2rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 1rem;
}

.site-footer ul li.menu-item-753 a,
.site-footer ul li.menu-item-751 a,
.site-footer ul li.menu-item-752 a {
    color: #27845D;
}

.site-footer .site-footer-widgets a.outline {
    color: #000;
    border: 2px solid #000;

}

.site-footer .site-footer-widgets a.outline:hover {
    color: #000;
    border: 2px solid #000;
}   

.site-footer .site-footer-widgets a.white:hover {
    /* color: #27845D; */
    color: #fff;
}

.contact-page-block i {
    color: #DBAD7E;
    font-size: 5rem;
}

.contact-page-block svg {
    color: #DBAD7E;
    font-size: 3.5rem;
}

.contact-page-block .wp-block-genesis-blocks-gb-columns {
    padding: 10rem 6rem;
    text-align: center;
    border-radius: 8px;
}

.contact-page-block h3 {
    margin: 1rem 0;
    font-weight: 300;
    font-size: 2rem;
}

.contact-page-block .gb-block-layout-column-inner {
    text-align: left;
}

.contact-page-block a {
    text-decoration: underline;
    text-underline-offset: 4px;
}

.site-header .top-nav-bar {
   opacity: 1;
   visibility: visible;
   transition: opacity 0.5s ease, visibility 0.5s ease;
}
  
.site-header.shrink .top-nav-bar {
   opacity: 0;
   visibility: hidden;
}

.contact-page-block .wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap.gb-block-layout-column-gap-2.gb-is-responsive-column {
    gap: 12rem;
}

/* .primary-menu-ctas a.button.outline {
    padding: unset;
    border: unset;
    box-shadow: unset;
} */

.primary-menu-ctas a.button.outline:hover {
    background-color: #0000004d;
    color: #fff;
}

.primary-menu-ctas a.button {
    padding: 0.75em 1.2em !important;
}

/* .primary-menu-ctas, .primary-menu-ctas * {
    height: 100%;
}

.primary-menu-ctas .custom-button {
    height: 100%;
} */


@media (max-width: 895px) {
    .primary-menu-ctas, .primary-menu-ctas * {
        height: auto;
    }
    
    .primary-menu-ctas .custom-button {
        height: auto;
    }  

    .primary-menu-ctas a.button {
        padding: unset;
    }
}

.primary-menu-ctas a.button span {
    display: block;
    height: auto;
}

.primary-menu-ctas a.button {
    margin: 0;
}

.primary-menu-ctas a.button {
    display: flex;
    align-items: center;
    /* height: 100%;
    border-radius: unset; */
    gap: 1rem;
}

.front-page-1 .gb-layout-column-wrap .gb-container-inside .gb-container-content .wp-block-heading {
    font-size: 5.5rem !important;
    line-height: 1.1;
}

.front-page-1 .homepage-hero-ctas .gb-container-content {
    margin: 0;
    max-width: 100%;
    display: flex;
    gap: 2rem;
    flex-direction: row;
    align-self: start;
    padding: unset;
}

.front-page-7,
.front-page-5,
.front-page-1 {
    background: #000;
}

.emergency-service-cta a span.drop-down-icon {
    color: #D57400;
    font-size: 1.6rem;
}

body .content p.entry-tagline {
    padding-bottom: 3rem;
    font-size: 5rem !important;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

body .content p.entry-tagline--white {
    color: #fff;
    padding-bottom: 3rem;
    font-size: 5rem !important;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

body .content p.entry-tagline--black {
    color: #000;
    padding-bottom: 3rem;
    font-size: 5rem !important;
    font-weight: 600;
    margin: 0;
    line-height: 1.2;
}

.copy-container .gb-container-content {
    padding: unset;
    margin: unset;
    width: 33%;
}

@media (max-width: 1150px) {
    .copy-container .gb-container-content {
        width: 66%;
    }
}

@media (max-width: 895px) {
    .copy-container .gb-container-content {
        width: 100%;
    }
}

.inner-page-before-footer-cta .copy-container .gb-container-content,
.front-page-7 .copy-container .gb-container-content {
    padding: unset;
    margin: unset;
    width: 50%;
}

@media (max-width: 1150px) {
    .inner-page-before-footer-cta .copy-container .gb-container-content,
    .front-page-7 .copy-container .gb-container-content {
        width: 66%;
    }
}

@media (max-width: 895px) {
    .inner-page-before-footer-cta .copy-container .gb-container-content,
    .front-page-7 .copy-container .gb-container-content {
        width: 100%;
    }
}

.inner-page-before-footer-cta .wp-block-cover__inner-container .copy-container .gb-container-content,
.front-page-7 .wp-block-cover__inner-container .copy-container .gb-container-content {
    padding-top: 8rem;
}

.inner-page-before-footer-cta .wp-block-cover__inner-container .cover-cta-container .gb-container-content,
.front-page-7 .wp-block-cover__inner-container .cover-cta-container .gb-container-content {
    padding-bottom: 8rem;
}

.inner-page-before-footer-cta .wp-block-cover,
.front-page-7 .wp-block-cover {
    padding: 8rem 0;
}


.menu > .menu-item .sub-menu > .menu-item > a:hover {
    color: #D57400;
}

.site-footer .footer-cta-container .gb-container-content {
    gap: 1rem;
}

.site-footer .footer-cta-container .gb-container-content {
    gap: 0;
    padding-top: unset;
}

.footer-phone-number {
    display: flex;
    align-items: center;
    gap: 10px;
    padding-bottom: 3rem;
    font-size: 1.6rem;
    padding-top: 3rem;
}

p.site-footer--address {
    font-size: 1.6rem;
}

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

.footer-address {
    display: flex;
    align-items: baseline;
  }
  
  .footer-address--icon {
    margin-right: 8px;
    font-size: 1.7rem;
  }
  
  .footer-address--href a {
    text-decoration: none;
    color: inherit;
    line-height: 1.2;
    font-size: 1.6rem;
  }


.footer-credits--terms {
    justify-content: center;
    display: flex;
    gap: 3rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.menu-commercial-services-container ul,
.menu-residential-services-container ul {
    display: flex !important;
    flex-direction: column;
    gap: 0.5rem;
}

.custom-square-image img {
    border-radius: 20px;
}


.vertically-align-center.wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap {
    align-items: center;
}

.content .wp-block-image img {
    border-radius: 20px;
}

/* @media (min-width: 896px) {
    .nav-primary .menu > .menu-item > a {
        font-size: 1rem !important;
    }
}

@media (min-width: 1160px) {
    .nav-primary .menu > .menu-item > a {
        font-size: 1.3rem !important;
    }
}

@media (min-width: 1200px) {
    .nav-primary .menu > .menu-item > a {
        font-size: 1.6rem !important;
    }
} */

.inner-page-custom-image {}


.site-footer .site-footer-widgets a.outline:hover svg {
    color: #D57400;
}









@media (max-width: 895px) {

    .nav-primary.active {
        transform: translateX(0);
    }

.site-header {
position: fixed;
top: 0;
left: 0;
width: 100%;
z-index: 10000;
background: white;
height: 80px;
}

body.admin-bar .site-header {
top: 32px;
}

/* .nav-primary.nav-primary.active {
position: fixed;
top: 80px;
left: 0;
right: 0;
bottom: 0;
overflow-y: auto;
z-index: 9999;
background: white;
padding: 3rem;
-webkit-overflow-scrolling: touch;
} */


.site-container .top-nav-bar {
/* display: none; */
}
}

@media (max-width: 895px) {
    .site-header .wrap .nav-primary>.wrap {
        height: auto;
    }
}

@media (max-width: 895px) {
    .nav-primary ul.menu {
        display: block;
        padding: 0 0 0 0;
        position: relative;
        width: 100%;
    }
}

@media (max-width: 895px) {
    .site-header, .site-header .nav-primary, .site-header .nav-primary .menu {
        display: block;
        flex-wrap: nowrap;
        overflow: hidden;
        align-items: center;
        justify-content: space-between;
    }
}

@media (max-width: 895px) {
    .site-header .wrap .nav-primary>.wrap {
        width: 100%;
        padding: 12rem 4rem;
        margin: 0 auto;
        display: block;
        max-height: 100%;
        overflow: scroll;
    }

    .nav-primary .menu {
        height: auto !important;
    }

    .primary-menu-ctas {
        padding: 3rem 0;
    }
}

.front-page-4 .gb-container-content {
    max-width: 960px;
}


.footer-phone-number--href {
    font-weight: 600;
}

.footer-address--href {
    font-weight: 600;
}

.site-footer ul li {
    font-weight: 600;
    font-size: 1.5rem;
}

.inner-page-before-footer-cta .wp-block-cover .wp-block-cover__background,
.front-page-7 .wp-block-cover .wp-block-cover__background{
    bottom: unset !important; 
    left: unset !important;
    opacity: unset !important;
    position: unset !important;
    right: unset !important;
}

.inner-page-before-footer-cta span.wp-block-cover__background.has-black-background-color.has-background-dim::before,
.front-page-7 span.wp-block-cover__background.has-black-background-color.has-background-dim::before {
    content: '';
    background: linear-gradient(to right, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0.3));
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999999999999999999999;
}

.inner-page-before-footer-cta .wp-block-cover .wp-block-cover__inner-container,
.front-page-7 .wp-block-cover .wp-block-cover__inner-container {
    z-index: 99999999999;
}

.inner-page-before-footer-cta p,
.front-page-7 p {
    font-size: 2.3rem;
}

li#menu-item-807 {
    /* margin-left: 2.5rem; */
}

.view-all-blogs {
    padding-top: 3rem;
}


.site-footer-widgets .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    grid-template-columns: 300px repeat(3, 16%);
    row-gap: 4rem;
    column-gap: 6rem;
}

.site-footer-widgets .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
    max-width: 275px;
}












/* Mega Menu */
 
/* @media (min-width: 896px) {
    li:not(.mega-menu) .menu-item {
        padding: 0.25em 0.6em;
        height: auto;
        list-style-type: none;
    }
}

@media (min-width: 896px) {

    .mega-menu ul.sub-menu:first-of-type {
        width: 50vw;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .mega-menu ul.sub-menu:first-of-type>li {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-flex: 0;
        -ms-flex-positive: 0;
        flex-grow: 0;
        -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
    }

    .mega-menu ul.sub-menu:first-of-type ul.sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        position: relative;
        margin: 0;
        padding: 1rem 0 0;
        left: auto;
        top: auto;
        width: 100% !important;
        background-color: transparent;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: none !important;
    }

    .mega-menu ul.sub-menu:first-of-type ul.sub-menu>li {
        -webkit-box-flex: 1;
        -ms-flex: 1;
        flex: 1;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        padding: 0;
        line-height: 1;
    }

    .mega-menu ul.sub-menu:first-of-type ul.sub-menu>li a {
        font-size: 1.4rem;
        font-weight: 400;
        padding: 4px 0;
    }

    .mega-menu ul.sub-menu:first-of-type ul.sub-menu:before {
        display: none;
    }

    .mega-menu.menu-item.menu-item-has-children>.sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        display: grid;
        grid-template-columns: repeat(2, 1fr);
        gap: 4rem;
    }

    .mega-menu ul.sub-menu > li.menu-item-has-children > a:before {
        content: '' !important;
        order: 2;
        display: block !important;
        width: 40%;
        height: 2.5px;
        background-color: var(--movingmasters-secondary);
        bottom: 0;
        left: 0;
        margin-right: auto;
    }


    .mega-menu ul.sub-menu:first-of-type>li>a:first-child {
        flex-direction: column;
        gap: 1rem;
        font-size: 1.6rem;
        font-weight: 500;
        line-height: 2.5rem;
    }

    .is_ie .mega-menu.menu-item.menu-item-has-children:hover .sub-menu {
        display: block !important;
    }

    .is_ie .mega-menu>.sub-menu>li {
        max-width: 45% !important;
        width: 100% !important;
        display: inline-block !important;
    }
}

@media (min-width: 897px) {
    .site-header>.wrap {
        position: relative;
    }

    .site-header .nav-primary,
    .site-header .nav-primary>.wrap,
    .site-header .nav-primary ul.menu,
    .site-header .nav-primary ul.menu>li.menu-item.mega-menu {
        position: initial;
    }

    .site-header .nav-primary ul.menu li.menu-item.mega-menu:hover>ul.sub-menu {
        display: grid;
        gap: 4rem;
        min-width: 650px;
        max-width: 650px;
        left: auto;
        right: auto;
        padding: 4rem;
    }

    .site-header .nav-primary ul.menu li.menu-item.mega-menu>ul.sub-menu>li.menu-item {
        flex: 1 1 calc(50% - 2rem);
        padding: 0;
    }

    .site-header .nav-primary ul.menu li.menu-item.mega-menu>ul.sub-menu>li.menu-item:nth-child(2) {
        grid-row: 2;
        grid-column: 1;
    }

    .site-header .nav-primary ul.menu li.menu-item.mega-menu>ul.sub-menu>li.menu-item:nth-child(3):last-child {
        grid-row: 1 / span 2;
        grid-column: 2;
    }
}

.mega-menu ul.sub-menu ul.sub-menu {
    position: unset !important;
    opacity: 1 !important;
}

@media (min-width: 896px) {

    li:not(.mega-menu) .menu-item {
        padding: 0.25em 0.6em;
        height: auto;
    }

    .mega-menu:hover>.sub-menu {
        right: 0;
        left: unset;
        pointer-events: all;
        opacity: 1 !important;
        transition: 0.25s ease-in-out opacity, 0s ease-in-out right;
    }

}  */













/* .single .single-blog__bottom-content {
    max-width: 900px;
    margin: 6rem auto;
    padding: 0 1rem;
}

.single .single-blog__newsletter {
    background: #f6f6f6;
    padding: 3rem 2rem;
    border-radius: 8px;
    text-align: center;
    margin-bottom: 5rem;
}

.single .single-blog__newsletter-title {
    margin-bottom: 2rem;
    font-size: 2.4rem;
    font-weight: bold;
    color: #000;
}

.single .single-blog__newsletter form {
    max-width: 500px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.single .single-blog__latest {
    margin-bottom: 5rem;
}

.single .single-blog__latest-title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
    color: #000;
    font-weight: 600;
}

.single .single-blog__latest-wrapper {
    display: flex;
    gap: 2rem;
    flex-wrap: wrap;
    justify-content: start;
}

.single .single-blog__latest-card {
    flex: 1 1 30%;
    background: #fff;
    border: 1px solid #eee;
    border-radius: 4px;
    overflow: hidden;
    text-align: left;
    transition: box-shadow 0.3s ease;
}

.single .single-blog__latest-card:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
}

.single .single-blog__latest-card img {
    width: 100%;
    height: auto;
    display: block;
}

.single .single-blog__latest-date {
    font-size: 1.3rem;
    color: #257453;
    margin: 0.8rem 1rem 0 1rem;
}

.single .single-blog__latest-card h3 {
    font-size: 1.8rem;
    padding: 1rem;
    margin: 0;
    color: #1a1a1a;
}

.single .single-blog__back-button {
    text-align: center;
    margin-top: 3rem;
}

.single .single-blog__back-button a.button {
    display: inline-block;
    background-color: #D57400;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

.single .single-blog__back-button a.button:hover {
    background-color: #b55d00;
}

@media (max-width: 768px) {
    .single .single-blog__latest-wrapper {
        flex-direction: column;
    }

    .single .single-blog__latest-card {
        flex: 1 1 100%;
    }
}

.single .site-inner {
    padding: 6rem 0;
}

.single .content-sidebar-wrap {
    width: var(--theme-wrap-width);
    max-width: var(--theme-wrap-max-width);
    margin: 0 auto;
}

.single input[type='submit'] {
    background-color: #257453;
    border: 2px solid #257453;
}

.single input[type='submit']:hover {
    border: 2px solid #D57400;
} */

.single .single-blog-bottom {
    /* max-width: 1300px;
    margin: 6rem auto;
    padding: 0 1rem; */
    padding: 6rem 0;
}

.single .site-inner {
    padding: 6rem 0;
}

.single .content-sidebar-wrap {
    width: var(--theme-wrap-width);
    max-width: var(--theme-wrap-max-width);
    margin: 0 auto;
}

.single .content-sidebar-wrap .entry {
    max-width: 1000px;
    margin: 0 auto;
}

/* === Newsletter === */
.single .single-blog-newsletter {
    padding: 3rem 6rem;
    margin: 0 auto;
    border: 2px solid #AEAEAE;
    margin-bottom: 6rem;
    text-align: center;
}

.single .single-blog-newsletter__title {
    /* font-size: 2.4rem;
    font-weight: bold;
    margin-bottom: 2rem; */
}

/* === Latest Posts === */
.single .single-blog-latest__title {
    font-size: 2.6rem;
    margin-bottom: 2rem;
    font-weight: bold;
    color: #000;
}

/* === Back to Blog Button === */
.single .single-blog-back-button {
    text-align: center;
    margin-top: 4rem;
}

.single .single-blog-back-button a.button {
    display: inline-block;
    background-color: #D57400;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 4px;
    text-decoration: none;
    font-weight: bold;
    transition: background 0.3s ease;
}

.single .single-blog-back-button a.button:hover {
    background-color: #b45900;
}

.single .single-blog-newsletter form {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    max-width: 800px;
    margin: 0 auto;
    padding: 0 6rem;
}


/* .single .single-blog-newsletter .gform_fields {
    display: grid;
    grid-template-columns: 1fr auto; 
    gap: 1rem;
    align-items: end;
  }
  
  .single .single-blog-newsletter #field_6_1 {
    grid-column: 1 / 2; 
  }
  
  .single .single-blog-newsletter .gform_footer {
    grid-column: 2 / 3; 
    margin: 0;
    padding: 0;
    align-self: end;
  }
  
  .single .single-blog-newsletter .ginput_container_email input {
    width: 100%;
    box-sizing: border-box;
  } */

  .single .single-blog-newsletter .gform-body.gform_body {
    width: 100%;
  }

  .single .single-blog-newsletter input[type='submit'] {
    background-color: #257453;
    border: 2px solid #257453;
    padding: 0.75em 2em;
}

.single .single-blog-newsletter input[type='submit']:hover {
    border: 2px solid #D57400;
    background-color: #D57400;
} 