/*
 * Theme Name: 321 Base Theme
 * Theme URI: https://www.321webmarketing.com/
 * Author: 321 Web Marketing
 * Author URI: https://www.321webmarketing.com/
 * Description: 321 inspired theme for the Genesis Framework.
 * Version: 1.0.01
 * License: GPL-3.0-or-later
 * License URI: http://www.gnu.org/licenses/gpl-3.0.html
 * Text Domain: tto-base-theme
 * Domain Path: /languages
 * Template: genesis
 */

@charset 'UTF-8';

/* # Table of Contents

- Elements
- Structural
- Accessibility
- Header
- Footer
- Utility
- Blocks
- Custom CSS

*/

/* ## Elements
--------------------------------------------- */

html {
	line-height: 1.15;
	-ms-text-size-adjust: 100%;
	-webkit-text-size-adjust: 100%;
    box-sizing: border-box;
    max-width: 100vw;
	font-size: 62.5%;
	overflow-x: hidden;
}

body {
    background-color: #ffffff;
    max-width: 100vw;
    color: #000;
    font-family: 'Roboto', sans-serif;
    font-size: 1.8rem;
    font-weight: 400;
    line-height: 1.618;
    -webkit-font-smoothing: antialiased;
    -moz-font-smoothing: grayscale;
    margin: 0;
    overflow-x: visible;
}

article,
aside,
footer,
header,
nav,
section,
figcaption,
figure,
main {
	display: block;
}

pre {
	font-family: monospace, monospace;
	font-size: 1.8rem;
}

*:before,
*:after {
    position: absolute;
    font-family: unset;
}

*::-moz-selection {
	background-color: #393e4b;
	color: #ffffff;
}

*::selection {
	background-color: #393e4b;
	color: #ffffff;
}

h1 {
	font-size: 4.5rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 3rem;
}

h2 {
	font-size: 3.8rem;
	font-weight: 700;
	line-height: 1.3;
    margin: 6rem 0 3rem;
}

h3 {
	font-size: 2.8rem;
	font-weight: 600;
	line-height: 1.4;
    margin: 6rem 0 3rem;
}

h4 {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
    margin: 6rem 0 3rem;
}

h5 {
	font-size: 2.2rem;
	font-weight: 300;
	line-height: 1.4;
    margin: 6rem 0 3rem;
}

h6 {
	font-size: 1.8rem;
	font-weight: 600;
	line-height: 1.5;
    margin: 6rem 0 3rem;
	text-transform: uppercase;
}

p {
	margin: 0 0 3rem;
	padding: 0;
}

p:last-child {
	margin: 0;
}

a {
	color: #000;
	word-wrap: break-word;
	pointer-events: all;
	cursor: pointer;
	text-decoration: none;
	transition: 0.25s ease-in-out all
}

a:hover,
a:focus {
	color: #555;
}

button,
a.button,
input[type='submit'] {
	background-color: #000;
	margin-top: 1rem;
	border: 0;
	border-radius: 0.3rem;
	color: #ffffff;
	cursor: pointer;
	font-size: 15px;
	font-size: 1.5rem;
	font-weight: 600;
	padding: 1.1em 2.4em;
	text-decoration: none;
	display: inline-block;
	width: auto;
	height: auto;
	line-height: 1;
	box-shadow: 0 1rem 2rem -0.5rem rgba(57, 62, 75, 0.2);
	transition: 0.25s ease-in-out all;
}

button:hover,
button:focus,
a.button:hover,
a.button:focus,
input[type='submit']:hover,
input[type='submit']:focus {
	background-color: #222;
	color: #ffffff;
	box-shadow: 0 1rem 2rem -0.5rem rgba(57, 62, 75, 0.2);
}

button.white,
a.button.white {
	background-color: #ffffff;
	color: var(--mfe-green);
}

button.outline,
a.button.outline {
	border: 1px solid #049948;
	background: transparent;
	color: #049948;
	box-shadow: 0 1rem 2rem -0.5rem rgba(57, 62, 75, 0.1);
}

button.outline:hover,
button.outline:focus,
a.button.outline:hover,
a.button.outline:focus {
	background: #049948;
	color: #fff;
}

button.large,
a.button.large {
	font-size: 18px;
	font-size: 1.8rem;
}

ol,
ul {
	margin: 0 0 3rem 4rem;
	padding: 0;
}

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

ul li {
	list-style-type: disc;
}

li li {
	list-style-type: circle;
}

ol li {
	list-style-type: decimal;
}

ol li li {
	list-style-type: lower-alpha;
}


hr {
	border: 0;
	border-collapse: collapse;
	border-bottom: 1px solid #f0f1f2;
	clear: both;
	padding: 1em 0 0;
	margin: 0 0 2em;
}

b,
strong {
	font-weight: 600;
}

sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}

sub {
	bottom: -0.5rem;
}

sup {
	top: -1rem;
}

/* blockquote {

}

table {

}

thead,
tbody {

}

tr,
th {
	
} */

img,
iframe {
    max-width: 100%;
}

*:first-child {
	margin-top: 0;
	padding-top: 0;
}

*:last-child {
	margin-bottom: 0;
	padding-bottom: 0;
}

/* ## Structural
--------------------------------------------- */

.wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    row-gap: 6rem;
    column-gap: 8rem;
}

.wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
}

.wp-block-genesis-blocks-gb-columns.align-center > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    justify-content: center;
}

.wp-block-genesis-blocks-gb-columns.full-image:not(.wrap-reverse) > .gb-layout-column-wrap > .gb-block-layout-column:first-child,
.wp-block-genesis-blocks-gb-columns.full-image.wrap-reverse > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
    padding: var(--theme-section-padding) 0;
}

.wp-block-genesis-blocks-gb-columns.full-image .gb-block-layout-column {
    height: 100%;
}

.wp-block-genesis-blocks-gb-columns.full-image .wp-block-image {
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
}

.wp-block-genesis-blocks-gb-columns.full-image.contain .wp-block-image {
    background-color: #d3d4d3;
}

.wp-block-genesis-blocks-gb-columns.full-image .wp-block-image img {
    /* position: absolute; */
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.wp-block-genesis-blocks-gb-columns.full-image.contain .wp-block-image img {
    object-fit: contain;
}

.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: var(--theme-wrap-width);
	max-width: var(--theme-wrap-max-width);
	margin: 0 auto;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.full-width,
.entry-content > .wp-block-genesis-blocks-gb-columns.full-width > .gb-layout-column-wrap,
.entry-content > .wp-block-genesis-blocks-gb-columns.full-width > .gb-block-container > .gb-container-inside {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.entry-content > .wp-block-genesis-blocks-gb-columns,
.entry-content > .gb-block-container {
	padding: var(--theme-section-padding) 0;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.no-padding-top,
.entry-content > .gb-block-container.no-padding-top {
	padding-top: 0 !important;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.no-padding-bottom,
.entry-content > .gb-block-container.no-padding-bottom {
	padding-bottom: 0 !important;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.no-padding,
.entry-content > .gb-block-container.no-padding {
	padding-top: 0 !important;
	padding-bottom: 0 !important;
}

@media (max-width: 767px) {
	.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: 100%;
		max-width: 100%;
		margin: 0;
		padding: 0 var(--theme-wrap-padding-mobile);
	}

	.entry-content > .wp-block-genesis-blocks-gb-columns,
	.entry-content > .gb-block-container {
		padding: var(--theme-section-padding-mobile) 0;
	}
}



/* ## Accessibility
--------------------------------------------- */

.screen-reader-text,
.screen-reader-text span,
.screen-reader-shortcut,
.wp-custom-logo .site-title,
.wp-custom-logo .site-description {
	position: absolute !important;
	clip: rect(0, 0, 0, 0);
	height: 0.1rem;
	width: 0.1rem;
	background-color: #fff !important;
	color: #000 !important;
	border: 0;
	overflow: hidden;
}

.screen-reader-text:focus,
.screen-reader-shortcut:focus {
	clip: auto !important;
	height: auto;
	width: auto;
	display: block;
	padding: 10px 20px;
	padding: 1rem 2rem;
	z-index: 100000;
	text-decoration: none;
	box-shadow: 0 0 0.2rem 0.2rem rgba(57, 62, 75, 0.1);
}

.more-link {
	position: relative;
	font-style: normal;
}

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

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



/* ## Header
--------------------------------------------- */

.top-nav-bar {
    background-color: var(--shieldco-secondary);
	position: relative;
	display: flex;
	padding: 1.25rem 0;
	z-index: 101;
}

.top-nav-bar > .wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 6rem;
}

.top-nav-bar > .wrap.left {
	justify-content: flex-start;
}

.top-nav-bar > .wrap.right {
	justify-content: flex-end;
}

.nav-top > .wrap {
	width: 100%;
	max-width: 100%;
	margin: 0;
}

.nav-top .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 3rem;
	height: 100%;
	pointer-events: all;
	opacity: 1;
	transition: 0.25s ease-in-out opacity;
}

.nav-top .menu.fade-out {
	pointer-events: none;
	opacity: 0;
}

.nav-top .menu > .menu-item {
    display: flex;
    align-items: center;
}

.nav-top .menu > .menu-item > a,
.top-nav-bar p {
    color: var(--shieldco-white);
    font-size: 1.4rem;
    font-weight: 500;
	line-height: 1.3;
}

.nav-top .menu > .menu-item > a:hover {
    color: var(--shieldco-primary);
}

.nav-top .menu > .menu-item > a > span {
    display: flex;
    align-items: center;
    gap: 0.75rem;

}

.site-header.preload-hide {
    opacity: 0;
    transition: none;
}

.site-header {
	background-color: transparent;
    position: absolute;
    width: 100%;
    top: 38.1953px;
    left: 0;
	box-shadow: 0 0 1rem rgba(57, 62, 75, 0.18);
	transition: 0.4s ease-in-out box-shadow, 0.4s ease-in-out background-color;
	z-index: 100;
}

.site-header.fixed {
    background-color: var(--shieldco-white);
    position: fixed;
	box-shadow: 0 0 2rem rgba(57, 62, 75, 0.38);
}

.logged-in.admin-bar .site-header {
	top: 70.1953px;
}

@media (max-width: 1023px) {
	.site-header {
		top: 0;
	}

	.logged-in.admin-bar .site-header {
		top: 32px;
	}
}

@media (max-width: 782px) {
	.logged-in.admin-bar .site-header {
		top: 46px;
	}
}

@media (max-width: 600px) {
	.logged-in.admin-bar .site-header {
		top: 0;
	}
}

.site-header > .wrap {
	display: flex;
	align-items: stretch;
	gap: 6rem;
}

.title-area {
    flex: 1 1 15rem;
	display: flex;
	align-items: center;
	margin: 0 auto 0 0;
	padding: 1.5rem 0;
}

.title-area a {
	position: relative;
	display: flex;
	width: 100%;
	height: fit-content;
}

.title-area a img {
    object-fit: contain;
    object-position: left center;
    width: 100%;
    height: 100%;
    max-height: 100px;
    transition: 0.25s ease-in-out all;
}

.site-header.fixed .title-area a img {
    max-height: 70px;
}

.title-area a img.primary {
	opacity: 1;
	transition: 0.25s ease-in-out opacity;
}

.title-area a img.secondary {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: 0.25s ease-in-out opacity;
}

.site-header.fixed .title-area a img.primary {
	opacity: 0;
}

.site-header.fixed .title-area a img.secondary {
	opacity: 1;
}

.nav-primary {
	display: flex;
    align-items: center;
	gap: 3rem;
	transition: none;
}

.nav-primary > .wrap {
	display: flex;
    align-items: center;
    gap: 6rem;
	width: 100%;
	max-width: 100%;
	height: 100%;
	margin: 0;
}

.nav-primary .menu {
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	gap: 3rem;
	height: 100%;
	margin: 0;
	pointer-events: all;
	opacity: 1;
	transition: 0.25s ease-in-out opacity;
}

.nav-primary .menu.fade-out {
	pointer-events: none;
	opacity: 0;
}

.nav-primary .menu > .menu-item {
    display: flex;
    align-items: center;
	gap: 0.5rem;
    padding: 3.75rem 0;
	transition: 0.25s ease-in-out all;
}

.site-header.fixed .nav-primary .menu > .menu-item {
    padding: 2.25rem 0;
}

.nav-primary .menu > .menu-item > a,
.nav-primary .menu > .menu-item > p,
.primary-menu-ctas .phone-number-block a.phone-link {
    color: var(--shieldco-white);
    font-size: 1.7rem;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 2.5rem;
    margin: 0;
    text-transform: uppercase;
    transition: 0.25s ease-in-out color;
}

.site-header.fixed .nav-primary .menu > .menu-item > a,
.site-header.fixed .nav-primary .menu > .menu-item > p,
.site-header.fixed .primary-menu-ctas .phone-number-block a.phone-link {
    color: var(--shieldco-black);
}

@media (min-width: 1024px) {
    .site-header.fixed .nav-primary .menu > .menu-item > a:hover,
    .site-header.fixed .primary-menu-ctas .phone-number-block a.phone-link:hover {
        color: var(--shieldco-dark);
    }
}

.primary-menu-ctas .phone-number-block a.phone-link {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.nav-primary .menu > .menu-item a > svg {
    display: none;
}

/* .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 .menu > .menu-item > a > span,
.nav-primary .menu > .menu-item > p > span {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.nav-primary .menu > .menu-item > a .chevron-icon,
.nav-primary .menu > .menu-item > p .chevron-icon {
    display: flex;
    margin: 0 0 0.2rem;
}

.nav-primary .menu > .menu-item > a .chevron-icon {
    min-width: 1.5rem;
    min-height: 1.5rem;
}

.nav-primary .menu > .menu-item > a .chevron-icon > svg,
.nav-primary .menu > .menu-item > p .chevron-icon > svg {
    font-size: 1.5rem;
    width: auto;
    margin: 0;
}

.primary-menu-ctas .gb-layout-column-wrap {
    display: flex;
    align-items: center;
    gap: 3rem;
}

.primary-menu-ctas .gb-block-layout-column {
	flex: 1 1 fit-content;
}

.primary-menu-ctas a.button {
    background-color: var(--shieldco-white);
    color: var(--shieldco-black);
    font-size: 1.7rem;
    font-weight: 600;
    font-family: 'Roboto Condensed', sans-serif;
    line-height: 2.5rem;
    margin: 0;
    padding: 1.2rem 2.2rem;
    border-radius: 50px;
    text-transform: uppercase;
}

.site-header.fixed .primary-menu-ctas a.button {
    background-color: var(--shieldco-primary);
    box-shadow: none;
}

.primary-menu-ctas a.button:hover {
    background-color: var(--shieldco-primary);
    filter: brightness(1.08);
}

.mobile-menu-logo {
	display: none;
}

.site-header .progress-bar-container {
	position: absolute;
	background-color: transparent;
	display: block;
	width: 100%;
	height: 4px;
	top: auto;
	bottom: 0;
	left: 0;
}

.site-header .progress-bar {
	background-color: #000;
    display: block;
    width: 0%;
    height: 100%;
    transition: none;
}

/* Mega Menu */

@media (min-width: 1024px) {
    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: 1024px) {
    .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: 0.5rem 0 0.5rem 4px;
        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;
    }

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

    .mega-menu.menu-item.menu-item-has-children:hover>.sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

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

    .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: 1024px) {
     .site-header > .wrap {
        position: relative;
    }

    .site-header .nav-primary {
        flex: 1 1 calc(100% - 6rem - 15rem);
    }

     .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 {
        flex: 1;
        justify-content: center;
    }

     .site-header .nav-primary ul.menu li.menu-item.mega-menu > ul.sub-menu {
        min-width: 850px;
        max-width: 850px;
    }

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

}

/* 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: "Font Awesome 6 Pro";
    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: 700;
    font-size: 1.4rem;
    color: #3e3e3e;
}

.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%;
    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;
    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.activated:before {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
    margin: -2px 0 2px;
    margin: -0.2rem 0 0.2rem;
}

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

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

@media (min-width: 1024px) {

    .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: 1px solid rgba(1, 26, 77, 0.97) !important; */
        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;
    }

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

    .sub-menu {
        display: flex;
        right: -9999px;
        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;
		pointer-events: all;
        opacity: 1;
		transition: 0.25s ease-in-out opacity, 0s ease-in-out right;
	}

    .mega-menu:hover>.sub-menu {
        right: 0;
        left: unset;
        pointer-events: all;
        opacity: 1;
        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 .fixed .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: 1023px) {
    .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;
    position: absolute;
    top: -10px;
    right: var(--submenu-before-right, 0);
    width: 10px;
    height: 10px;
    background: black;
    transform: rotate(45deg);
}

@media (min-width: 1024px) {
    .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: 1023px) {
	.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: 6em 0 0 0;
		position: relative;
		width: 100%;
	}

	.nav-primary .wrap .menu li {
		display: block;
		margin: 0;
		text-align: left;
	}

		.site-header .wrap .nav-primary .menu>.menu-item {
			padding: unset;
			padding-top: 1rem;
			padding-bottom: 1rem;
		}

	.menu-toggle {
		display: block;
		position: relative;
		z-index: 999;
		height: auto;
		margin-right: -0.5em;
		padding: 1em 0.5em;
		color: #2a3139;
		background: transparent;
		box-shadow: none;
		cursor: pointer;
	}

	.menu-toggle:hover,
	.menu-toggle:focus {
		color: #2a3139;
		background: none;
		box-shadow: none;
	}

	.menu-toggle.activated {
		position: fixed;
		right: 4vw;
	}

	.menu-toggle.activated,
	.fixed .menu-toggle {
		color: #2a3139;
	}

	.menu-toggle.activated span,
	.fixed .menu-toggle span {
		background: #2a3139;
	}

	.menu-toggle span {
		display: block;
		float: right;
		position: relative;
		width: 2rem;
		height: 2px;
		border-radius: 3px;
		background: #2a3139;
	}

	.menu-toggle span:before,
	.menu-toggle span:after {
		display: block;
		position: absolute;
		left: 0;
		width: 100%;
		height: 2px;
		border-radius: 3px;
		background-color: #2a3139;
		content: ' ';
	}

	.menu-toggle span:before {
		top: -0.5rem;
		transition: top 0.2s 0.2s, transform 0.2s 0s;
	}

	.menu-toggle span:after {
		bottom: -0.5rem;
		transition: bottom 0.2s 0.2s, transform 0.2s 0s;
	}

	.menu-toggle.activated span {
		background: none;
	}

	.menu-toggle.activated span:before {
		top: 0;
		transition: top 0.2s 0s, transform 0.2s 0.2s;
		transform: rotate(45deg);
	}

	.menu-toggle.activated span:after {
		bottom: 0;
		transition: bottom 0.2s 0s, transform 0.2s 0.2s;
		transform: rotate(-45deg);
	}

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

	.primary-menu-ctas .gb-layout-column-wrap {
		flex-direction: column;
	margin-bottom: 25%;
	}

		.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;
}
.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;
}
.menu-item-has-children .sub-menu .menu-item-has-children {
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding-right: 2rem;
}
.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: 90%;
	}

} */

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


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

/* ## Footer
--------------------------------------------- */









.site-footer > .wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.site-footer-credits.standalone {
    background-color: #efefef;
    padding: 1.5rem 0;
}

.footer-credits p {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    font-size: 1.5rem;
    font-weight: 500;
}

.footer-credits p .separator {
	font-size: 2rem;
	line-height: 0;
	margin: 0 0 0.25rem;
}



/* ## Utility
--------------------------------------------- */













/* ## Blocks
--------------------------------------------- */

/* Breadcrumbs */

.custom-breadcrumbs .breadcrumb {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 0.8rem;
    margin: 0 0 6rem;
    padding: 0;
}

.custom-breadcrumbs .breadcrumb > span {
    display: flex;
    color: #000;
    font-size: 1.5rem;
    font-weight: 500;
}

.custom-breadcrumbs .breadcrumb > a {
    display: flex;
}

/* Button */

.custom-button {
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: fit-content;
}

.custom-button.align-left {
	align-items: flex-start;
}

.custom-button.align-right {
	align-items: flex-end;
}

/* Client Logos */

/* Consultation Steps */

/* Custom Image */

/* Home Page Video */

/* Menu Widget */

/* Recent Articles */

/* Search Widget */

.search-widget {
	position: relative;
}

.search-widget[data-search-type="menu"] .search-widget--form {
    position: absolute;
	min-width: 300px;
    right: calc(100% + 3rem);
    pointer-events: none;
	opacity: 0;
    transition: 0.25s ease-in-out opacity;
    z-index: -99;
}

.search-widget[data-search-type="menu"][data-menu-active="true"] .search-widget--form {
	pointer-events: all;
	opacity: 1;
	z-index: 99;
}

.search-widget .search-widget--toggle {
    display: flex;
    width: 30px;
    height: 30px;
}

.search-widget .search-widget--toggle span {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    font-size: 2rem;
	pointer-events: all;
	cursor: pointer;
	opacity: 1;
	transition: 0.25s ease-in-out all;
}

.search-widget .search-widget--toggle span.hide {
	position: absolute;
    top: 0;
    left: 0;
	pointer-events: none;
	cursor: default;
	opacity: 0;
}

.search-widget[data-menu-active="true"] .search-widget--toggle span.show {
	pointer-events: none;
	cursor: default;
	opacity: 0;
}

.search-widget[data-menu-active="true"] .search-widget--toggle span.hide {
	pointer-events: all;
	cursor: pointer;
	opacity: 1;
}

.search-widget .search-form {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
	width: fit-content;
}

.search-widget .search-form-label {
	flex: 1 1 100%;
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1.2;
}

.search-widget .submit-container {
    background-color: #000;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 4rem;
    height: 4rem;
}

.search-widget .submit-container .search-form-cta {
	display: flex;
}

.search-widget .submit-container svg {
    color: #fff;
	width: 1.6rem;
    height: 1.6rem;
}

.search-widget .submit-container input[type='submit'] {
	background-color: transparent;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    padding: 0;
    border-radius: 0;
    box-shadow: none;
}

.search-widget input[type='submit'].hidden {
	display: none;
}

/* Socials */

.custom-socials {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 2rem;
    width: fit-content;
}

.custom-social--link {
    display: block;
    width: 100%;
    height: 100%;
    line-height: 1;
}

.custom-social--link svg {
    aspect-ratio: 1 / 1;
    color: #222;
    width: 2.4rem;
    height: 2.4rem;
    transition: 0.25s ease-in-out all;
}

.custom-social--link:hover svg {
    color: #555;
}

/* Team Members */





/* ## Custom CSS
--------------------------------------------- */

/* Variables (Edit First!) */

:root {
	--shieldco-primary: #f8af4c;
	--shieldco-secondary: #25242d;
	--shieldco-light: #e7be86;
	--shieldco-dark: #d08825;
	--shieldco-white: #fff;
	--shieldco-black: #000;
	--theme-wrap-width: 92%;
	--theme-wrap-max-width: 1280px;
	--theme-wrap-padding-mobile: 4vw;
	--theme-section-padding: 10rem;
	--theme-section-padding-mobile: 8rem;
}

/* General */

h1,
h2,
h3,
h4,
h5,
h6 {
    color: var(--shieldco-black);
	font-family: 'Playfair Display', serif;
}

.entry-content hr {
    margin: 6rem 0;
    padding: 0;
    border-top: 1.5px solid #bbb;
}

.entry-content h2 {
    font-size: 4.2rem;
    font-weight: 500;
}

.entry-content p a:not(.button),
.entry-content li a:not(.button) {
    padding: 0 0 0.25rem;
    border-bottom: 1.5px solid;
}

.entry-content .wp-block-image {
    border-radius: 1.5rem;
    overflow: hidden;
}

.entry-content .wp-block-image.no-styling {
    border-radius: 0;
}

.entry-content .wp-block-image img {
    width: 100%;
}

.entry-content .custom-button a.button,
.entry-after .custom-button a.button,
.entry-content .product-faqs a.button,
.entry-content .product-modal-button button.button,
.gform_wrapper.gravity-theme input[type="submit"] {
    background-color: var(--shieldco-primary);
    color: var(--shieldco-black);
    font-size: 1.7rem;
    font-family: 'Roboto Condensed', sans-serif;
    padding: 1.6rem 2.6rem;
    border: 1.5px solid var(--shieldco-primary);
    border-radius: 50px;
    box-shadow: none;
    text-transform: uppercase;
}

.entry-content .custom-button a.button.outline {
	background-color: transparent;
	color: var(--shieldco-black);
    border-color: var(--shieldco-black);
}

.entry-content .custom-button a.button.white.outline {
	color: var(--shieldco-white);
    border-color: var(--shieldco-white);
}

.entry-content .custom-button a.button:hover,
.entry-content .custom-button a.button:focus,
.entry-content .product-faqs a.button:hover,
.entry-content .product-faqs a.button:focus,
.entry-after .custom-button a.button:hover,
.entry-after .custom-button a.button:focus,
.entry-content .product-modal-button button.button:hover,
.entry-content .product-modal-button button.button:focus,
.gform_wrapper.gravity-theme input[type="submit"]:hover,
.gform_wrapper.gravity-theme input[type="submit"]:focus {
    filter: brightness(1.08);
}

.entry-content .custom-button a.button.outline:hover,
.entry-content .custom-button a.button.outline:focus {
	background-color: var(--shieldco-black);
	color: var(--shieldco-white);
    filter: none;
}

.entry-content .custom-button a.button.white.outline:hover,
.entry-content .custom-button a.button.white.outline:focus {
	background-color: rgba(255, 255, 255, 0.08);
	color: var(--shieldco-white);
}

.gform_wrapper.gravity-theme .gform_required_legend {
    display: none;
}

.gform_wrapper.gravity-theme .gform_fields {
    row-gap: 2.5rem;
    column-gap: 2rem;
}

.gform_wrapper.gravity-theme .gfield_label {
    color: #000;
    font-size: 1.6rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    margin: 0 0 1rem;
}

.gform_wrapper.gravity-theme .gfield_required {
    font-size: inherit;
    font-family: 'Playfair Display', serif;
    padding-inline-start: 0.2rem;
}

.gform_wrapper.gravity-theme .ginput_container--name {
    row-gap: 2.5rem;
    column-gap: 2rem;
}

.gform_wrapper.gravity-theme .ginput_container--name > span {
    padding: 0 !important;
}

.gform_wrapper.gravity-theme .gfield_label + .gfield_description {
    font-size: 1.3rem;
    margin: -0.4rem 0 1.4rem;
    padding: 0;
}

.gform_wrapper.gravity-theme .gfield_description.gform_fileupload_rules {
    font-size: 1.3rem;
    margin: 1rem 0 0;
    padding: 0;
}

.gform_wrapper.gravity-theme .gform_drop_instructions {
    font-size: 1.6rem;
    margin: 0;
}

.gform_wrapper.gravity-theme .gform_button_select_files {
    background-color: #fff;
    color: #000;
    font-size: 1.4rem;
    font-weight: 600;
    margin: 1rem 0 0;
    padding: 1rem 2.2rem;
    border: 1.5px solid;
    border-radius: 6px;
    box-shadow: none;
    transition: 0.25s ease-in-out all;
}

.gform_wrapper.gravity-theme .gform_button_select_files:hover,
.gform_wrapper.gravity-theme .gform_button_select_files:focus {
    background-color: rgba(0, 0, 0, 0.01);
}

.gform_wrapper.gravity-theme .ginput_preview_list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    font-size: 1.4rem;
}

.gform_wrapper.gravity-theme .ginput_preview_list > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    margin: 0;
}

.gform_wrapper.gravity-theme .ginput_preview_list > div:first-child {
    margin-top: 3rem;
    padding-top: 3rem;
    border-top: 1.5px solid #eceef1;
}

.gform_wrapper.gravity-theme .ginput_preview_list > div:last-child {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    border-bottom: 1.5px solid #eceef1;
}

.gform_wrapper.gravity-theme .ginput_preview_list > div > span {
    flex: 1 1 calc((100% - 6rem) * 0.1);
    padding: 0;
    word-break: break-word;
}

.gform_wrapper.gravity-theme .ginput_preview_list > div > .gfield_fileupload_filename {
    flex: 1 1 calc((100% - 6rem) * 0.7);
    word-break: break-word;
}

.gform_wrapper.gravity-theme .ginput_preview_list > div > button {
    flex: 1 1 calc((100% - 6rem) * 0.1);
    background-color: transparent;
    display: flex;
    justify-content: flex-end;
    width: fit-content;
    color: #000;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.gform_wrapper.gravity-theme .ginput_preview_list > div > button .dashicons-trash {
    display: flex;
}

.gform_wrapper.gravity-theme .ginput_container_textarea {
    display: flex;
}

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

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

@media (max-width: 991px) {
    .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
        gap: 6rem;
    }

    .entry-content h2 {
        font-size: 3.6rem;
    }

    .entry-content h3 {
        font-size: 2.6rem;
    }
}

@media (max-width: 767px) {
    .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
        display: flex;
        flex-direction: column;
    }

    .wp-block-genesis-blocks-gb-columns.wrap-reverse > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
        order: -1;
    }

    .entry-content .wp-block-image {
        max-height: 250px;
    }

    .entry-content .wp-block-image img,
    .wp-block-genesis-blocks-gb-columns.full-image .wp-block-image img {
        position: unset;
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: auto;
        max-height: 250px;
    }

    .wp-block-genesis-blocks-gb-columns.full-image:not(.wrap-reverse) > .gb-layout-column-wrap > .gb-block-layout-column:first-child,
    .wp-block-genesis-blocks-gb-columns.full-image.wrap-reverse > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
        padding: 0;
    }

    .entry-content h2 {
        font-size: 3.2rem;
    }

    .entry-content h3 {
        font-size: 2.4rem;
    }

    .entry-content p {
        font-size: 1.7rem;
    }
    
    .entry-content .custom-button a.button,
    .entry-content .product-faqs a.button,
    .entry-after .custom-button a.button,
    .entry-content .product-modal-button button.button,
    .gform_wrapper.gravity-theme input[type="submit"] {
        font-size: 1.6rem;
    }
}

/* Menu */

.menu-toggle {
    position: unset;
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
    background-color: #000;
    width: 26px;
    height: 3px;
    float: none;
    border-radius: 3px;
    transition: 0s 0.4s ease-in-out background-color;
}

.menu-toggle span:before {
    top: -0.8rem;
    transition: top 0.4s 0.4s, transform 0.4s 0s, background-color 0.4s 0s;
    transition-timing-function: ease-in-out;
}

.menu-toggle span:after {
    bottom: -0.8rem;
    transition: bottom 0.4s 0.4s, transform 0.4s 0s, -webkit-transform 0.4s 0s, background-color 0.4s 0s;
    transition-timing-function: ease-in-out;
}

.menu-toggle.active span {
    background-color: transparent;
    transition: 0.4s 0s ease-in-out background-color;
}

.menu-toggle.active span:before {
    background-color: #fff;
    top: 0;
    transform: rotate(45deg);
    transition: top 0.4s 0s, transform 0.4s 0.4s, background-color 0.4s 0s;
}

.menu-toggle.active span:after {
    background-color: #fff;
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 0.4s 0s, transform 0.4s 0.4s, background-color 0.4s 0s;
}

@media (min-width: 1024px) {
    .title-area {
        flex: 0 1 min(15rem, 12vw);
    }

    .site-header > .wrap,
    .nav-primary > .wrap {
        gap: min(6rem, 4.4vw);
    }

    .site-header .nav-primary {
        flex: 1 1 min(calc(100% - 6rem - 15rem), calc(100% - 4.4vw - 12vw));
    }

    .nav-primary .menu > .menu-item > a,
    .nav-primary .menu > .menu-item > p,
    .primary-menu-ctas .phone-number-block a.phone-link {
        font-size: min(1.7rem, 1.3vw);
    }

    .primary-menu-ctas a.button {
        font-size: min(1.7rem, 1.3vw);
        padding: min(1.2rem, 0.9vw) min(2.2rem, 1.6vw);
    }

    .nav-primary .menu > .menu-item > a .chevron-icon {
        min-width: min(1.5rem, 1.1vw);
        min-height: min(1.5rem, 1.1vw);
    }

    .nav-primary .menu > .menu-item > a .chevron-icon > svg,
    .nav-primary .menu > .menu-item > p .chevron-icon > svg {
        font-size: min(1.5rem, 1.1vw);
    }

    .mega-menu-container,
    .menu > .menu-item > .sub-menu {
        background-color: var(--shieldco-white);
        position: absolute;
        display: flex;
        width: 100%;
        height: auto;
        top: 100%;
        left: -9999px;
        border: none;
        border-top: 1px solid #808080;
        border-radius: 0;
        box-shadow: 0 8px 19px -4px rgba(0, 0, 0, 0.17);
        clip-path: inset(0 -2rem -2rem -2rem);
        opacity: 0;
        overflow: hidden;
        pointer-events: none;
		transition: 0.25s ease-in-out opacity, 0s 0.25s ease-in-out left;
        z-index: 1;
    }

    .mega-menu-container {
        max-height: calc(82vh - 150px);
    }

    .menu > .menu-item > .sub-menu {
        flex-direction: column;
        gap: 0.5rem;
        width: 100%;
        min-width: 250px;
        padding: 3rem;
    }

    .menu > .menu-item > .sub-menu:after {
        position: absolute;
    }

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

    .mega-menu-wrap {
        display: flex;
        flex-wrap: wrap;
        gap: 1px;
        width: 100%;
        max-height: 100%;
    }

    .mega-menu-wrap--menu {
        flex: 1 1 calc(65% - 0.5px);
        position: relative;
        width: 100%;
        max-height: 100%;
        padding: 5rem;
        padding-left: calc(5rem + 7px);
        overflow-y: scroll;
        direction: rtl;
    }

    .mega-menu-wrap--cta {
        flex: 1 1 calc(35% - 0.5px);
        position: relative;
        display: flex;
        flex-direction: column;
        gap: 3rem;
        padding: 5rem;
    }

    .mega-menu-wrap--menu::-webkit-scrollbar {
        -webkit-appearance: none;
        appearance: none;
        width: 7px;
    }

    .mega-menu-wrap--menu::-webkit-scrollbar-track {
        background-color: #f5f5f5;
    }

    .mega-menu-wrap--menu::-webkit-scrollbar-thumb {
        background-color: rgba(208, 136, 37, 0.7);
    }

    .nav-primary .menu .mega-menu .sub-menu {
        position: unset;
        gap: 3rem;
        width: 100%;
        margin: 0;
        padding: 0;
        border: none !important;
        box-shadow: none;
        opacity: 1;
        direction: ltr;
    }

    .nav-primary .menu .mega-menu .sub-menu:before {
        display: none;
    }

    .nav-primary .menu .mega-menu .sub-menu:after {
        position: absolute;
    }

    .nav-primary .menu .mega-menu .sub-menu .menu-item {
        flex: 1;
        gap: 2rem;
        padding: 0;
    }

    .nav-primary .menu .mega-menu .sub-menu .menu-item p,
    .nav-primary .menu .mega-menu .sub-menu .menu-item a {
        color: #a0691c;
        font-size: 2rem;
        font-weight: 600;
        font-family: 'Playfair Display', serif;
        line-height: 1.3;
        margin: 0;
    }

    .nav-primary .menu .mega-menu .sub-menu .sub-menu {
        position: unset;
        gap: 0.5rem;
        padding: 0;
    }

    .menu > .menu-item > .sub-menu > .menu-item > a,
    .nav-primary .menu .mega-menu .sub-menu .sub-menu .menu-item p,
    .nav-primary .menu .mega-menu .sub-menu .sub-menu .menu-item a {
        color: var(--shieldco-black);
        font-size: 1.6rem;
        font-weight: 400;
        font-family: 'Roboto', serif;
        line-height: 1.3;
        margin: 0;
    }

    .menu > .menu-item > .sub-menu > .menu-item > a:hover,
    .nav-primary .menu .mega-menu .sub-menu .sub-menu .menu-item a:hover {
        color: var(--shieldco-dark);
    }

    .mega-menu-wrap--cta:before {
        content: '';
        background-color: #808080;
        position: absolute;
        width: 1px;
        height: 100%;
        top: 0;
        left: -0.5px;
    }

    .mega-menu-wrap--cta-link {
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
    }

    .mega-menu-wrap--cta-image {
        display: flex;
        width: 100%;
        border-radius: 1.5rem;
        overflow: hidden;
    }

    .mega-menu-wrap--cta-image img {
        aspect-ratio: 3 / 2;
        object-fit: cover;
        object-position: center center;
        width: 100%;
        height: 100%;
        transition: 0.7s cubic-bezier(0.23, 0.14, 0.19, 1) transform;
    }

    .mega-menu-wrap--cta-link:hover .mega-menu-wrap--cta-image img {
        transform: scale3d(1.2, 1.2, 1.2);
    }

    .mega-menu-wrap--cta-text p {
        color: var(--shieldco-black);
        font-size: 2rem;
        font-weight: 600;
        font-family: 'Playfair Display', serif;
        line-height: 1.3;
        margin: 0;
        word-break: break-word;
        transition: 0.25s ease-in-out all;
    }

    .mega-menu-wrap--cta-link:hover .mega-menu-wrap--cta-text p {
        color: var(--shieldco-dark);
    }

    .mega-menu-wrap--cta-tagline {
        flex: 1;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .mega-menu-wrap--cta-tagline p {
        background-color: #ececec;
        display: flex;
        align-items: center;
        justify-content: space-between;
        gap: 3rem;
        font-size: 1.6rem;
        font-weight: 500;
        padding: 0.8rem 1.4rem;
    }

    .mega-menu-wrap--cta-tagline p svg {
        width: 1.6rem;
        height: 1.6rem;
    }

    .nav-primary .menu > .menu-item.mobile-only,
    .nav-primary .menu > .menu-item.mobile-dropdown .chevron-icon,
    .nav-primary .menu > .menu-item.mobile-dropdown .sub-menu {
        display: none !important;
    }
}

@media (max-width: 1023px) {
    .top-nav-bar {
        display: none;
    }

    .site-header,
    .site-header.fixed {
        background-color: #fff;
        position: sticky;
    }

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

    .site-header .title-area a img {
        max-height: 70px;
    }

    .menu-toggle {
        display: flex;
    }

    .nav-primary {
        background-color: var(--shieldco-secondary);
        width: 93vw;
        max-width: 40rem;
        transition: 0.4s ease-in-out right;
    }

    .site-header > .wrap > .nav-primary > .wrap {
        justify-content: space-between;
        width: 100%;
        padding: 12rem 0;
    }

    .nav-primary ul.menu {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 1.5rem;
        padding: 0 calc(4rem - 7px) 6rem 4rem;
        border-bottom: 1px solid #cdcdcd;
        overflow-y: scroll;
    }

    .nav-primary ul.menu::-webkit-scrollbar {
        -webkit-appearance: none;
        appearance: none;
        width: 7px;
    }

    .nav-primary ul.menu::-webkit-scrollbar-thumb {
        border-radius: 5px;
        background-color: rgba(255, 255, 255, 0.3);
        -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
        box-shadow: 0 0 1px rgba(255, 255, 255, 0.3);
    }

    .site-header .wrap .nav-primary .menu > .menu-item {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: space-between;
        row-gap: 0;
        column-gap: 3rem;
        width: 100%;
        padding: 0;
    }

    .site-header .wrap .nav-primary .menu > .menu-item > a,
    .site-header .wrap .nav-primary .menu > .menu-item > p {
        flex: 1 1 calc(100% - 3rem - 36px);
        height: 36px;
        padding: 0.5rem 0;
    }
    
    .mega-menu-container,
    .menu > .menu-item > .sub-menu {
        flex: 1 1 100%;
        background-color: transparent;
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 1.5rem;
        max-height: 0;
        margin: 0;
        padding: 0;
        overflow: hidden;
        transition: 0.4s ease-in-out max-height;
    }

    .mega-menu-container .sub-menu .sub-menu {
        display: flex;
        flex-direction: column;
        flex-wrap: nowrap;
        gap: 1.5rem;
        margin: 0;
        padding: 0;
        overflow: hidden;
    }

    .menu > .menu-item > .sub-menu > .menu-item,
    .mega-menu-container .sub-menu .sub-menu > .menu-item {
        padding: 0 0 0 1.5rem;
    }

    .menu > .menu-item > .sub-menu > .menu-item:first-child,
    .mega-menu-container .sub-menu .sub-menu > .menu-item:first-child {
        padding-top: 2.5rem;
    }

    .menu > .menu-item > .sub-menu > .menu-item:last-child,
    .mega-menu-container .sub-menu .sub-menu > .menu-item:last-child {
        padding-bottom: 2.5rem;
    }

    .menu > .menu-item > .sub-menu > .menu-item > a,
    .mega-menu-container .sub-menu .sub-menu > .menu-item > a {
        color: #fff;
        font-size: 1.5rem;
        font-weight: 500;
        height: 28px;
        padding: 0.5rem 0;
    }

    .mega-menu-container .sub-menu {
        background-color: transparent;
        display: flex;
        flex-direction: column;
        margin: 0;
        padding: 0;
    }

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

    .mega-menu-container .mega-menu-wrap--menu > .sub-menu > .menu-item {
        padding: 2.5rem 0 0;
    }

    .mega-menu-container .mega-menu-wrap--menu > .sub-menu > .menu-item > p,
    .mega-menu-container .mega-menu-wrap--menu > .sub-menu > .menu-item > a {
        color: var(--shieldco-light);
        font-size: 1.6rem;
        font-weight: 600;
        font-family: 'Playfair Display', serif;
        line-height: 1.3;
        margin: 0;
        padding: 0 0 0 1.5rem;
    }

    .mega-menu-wrap--cta {
        display: none;
    }

    .nav-primary .menu > .menu-item > a,
    .nav-primary .menu > .menu-item > p,
    .primary-menu-ctas .phone-number-block a.phone-link {
        color: var(--shieldco-white) !important;
    }

    .nav-primary .menu > .menu-item > a .chevron-icon,
    .nav-primary .menu > .menu-item > p .chevron-icon {
        display: none;
    }

    .primary-menu-ctas {
        width: 100%;
        padding: 0 4rem;
    }

    .primary-menu-ctas .gb-layout-column-wrap {
        margin: 0;
    }

    .primary-menu-ctas .phone-number-block a.phone-link {
        justify-content: center;
    }

    .primary-menu-ctas .custom-button {
        align-items: center;
    }

    .sub-menu-toggle,
    .sub-menu-toggle:hover,
    .sub-menu-toggle:focus {
        flex: 1 1 36px;
        background-color: transparent;
        position: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 36px;
        height: 36px;
        color: #fff;
        margin: 0;
        padding: 0;
        border: none;
        border-radius: 6px;
        box-shadow: none;
        transform: none;
        transition: 0.4s ease-in-out all;
    }

	.sub-menu-toggle[aria-expanded="true"] {
        background-color: rgba(255, 255, 255, 0.08);
		transform: rotate(-180deg);
	}

    .sub-menu-toggle svg {
        color: #fff;
        width: 18px;
        height: 18px;
    }

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

    .nav-primary .menu > .menu-item.desktop-only {
        display: none !important;
    }
}

@media (max-width: 767px) {
    .site-header > .wrap {
        width: 100%;
    }
}

/* Front Page */

.entry-content > .front-page-1 {
    background-color: var(--shieldco-secondary);
    padding: 0;
}

.entry-content > .front-page-1 > .gb-layout-column-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.home-carousel--wrapper {
    position: relative;
    width: 100%;
    height: fit-content;
    z-index: 1;
}

.home-carousel .slide {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.home-carousel .slide:before {
    content: '';
    background-color: var(--shieldco-black);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	opacity: 0.65;
    z-index: 2;
}

.home-carousel .slide-bg {
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	overflow: hidden;
	z-index: 0;
}

.home-carousel .slide-bg img {
	object-fit: cover;
	object-position: center center;
	width: 100%;
	height: 100%;
}

.home-carousel .slide-content {
	position: relative;
    display: flex;
    height: 100%;
	padding: calc(130px + 10rem) 0 10rem;
	z-index: 3;
}

.home-carousel .slide-content--container {
	width: var(--theme-wrap-width);
	max-width: var(--theme-wrap-max-width);
	margin: 0 auto;
	padding: 0 8rem;
}

.home-carousel .slide-content--inner {
	max-width: 65%;
}

.home-carousel .slide-content--heading h1,
.home-carousel .slide-content--heading p strong {
    color: var(--shieldco-white);
    font-size: 5rem;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    line-height: 1.4;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

.home-carousel .slide-content--copy {
    margin: 3rem 0 0;
}

.home-carousel .slide-content--copy p {
    color: var(--shieldco-white);
    font-size: 1.8rem;
    font-weight: 500;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.home-carousel .slide-content--cta {
    margin: 3rem 0 0;
}

.home-carousel .swiper-controls {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    padding: calc(130px + 10rem) 0 10rem;
}

.home-carousel .swiper-controls--wrapper {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: var(--theme-wrap-width);
    max-width: var(--theme-wrap-max-width);
    height: 100%;
    margin: 0 auto;
}

.home-carousel .swiper-button-prev,
.home-carousel .swiper-button-next {
    position: unset;
    width: 40px;
    height: 40px;
    margin: 0;
    opacity: 0.65;
    transition: 0.25s ease-in-out all;
}

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

.home-carousel .swiper-button-prev:after,
.home-carousel .swiper-button-next:after {
    display: none;
}

.home-carousel .swiper-button-prev span,
.home-carousel .swiper-button-next span {
    display: flex;
}

.home-carousel .swiper-button-prev svg,
.home-carousel .swiper-button-next svg {
    background-color: rgba(0, 0, 0, 0.5);
    color: #fff;
    border-radius: 50%;
    width: 18px;
    height: 18px;
    padding: 11px;
}

.front-page-2,
.product-info-section {
    overflow: hidden;
}

.front-page-2 > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner,
.product-info-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    gap: var(--theme-section-padding);
}

.fp2-bottom > .gb-layout-column-wrap,
.product-info-section--bottom > .gb-layout-column-wrap {
    display: flex;
    flex-wrap: wrap;
}

.fp2-bottom > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
    flex: 1 1 calc(37.5% - 4rem);
    padding: 5rem 0 0;
}

.fp2-bottom > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
    flex: 1 1 calc(62.5% - 4rem);
    position: relative;
}

.fp2-bottom > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
    width: calc(100% + 20vw);
    max-width: 1038px;
}

.product-info-section--bottom > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    width: calc(100% + 8vw);
    max-width: 1402px;
}

.image-line,
.product-images {
    display: flex;
    gap: 3rem;
}

.image-line--item,
.product-image {
    flex: 1;
    border-radius: 1.5rem;
    overflow: hidden;
}

.image-line--item img,
.product-image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: auto;
}

.product-image img {
    aspect-ratio: 9 / 8;
}

.products-tagline {
    max-width: 1040px;
    margin: 0 auto;
}

.fp3-tagline h2,
.fp5-tagline h2,
.products-tagline h2,
.services-tagline h2 {
    margin: 0.5rem 0 2.5rem;
}

.products-tagline h2:first-child,
.services-tagline h2:first-child {
    margin-top: 0;
}

.fp3-tagline h2,
.products-section[style='background-color:#25242d'] .products-tagline h2 {
    color: var(--shieldco-light);
}

.fp3-tagline p,
.fp5-tagline p,
.products-tagline p,
.services-tagline p {
    margin: 0;
}

.fp3-tagline p strong,
.fp5-tagline p strong,
.products-tagline p strong,
.services-tagline p strong {
    font-size: 1.6rem;
}

.product-boxes,
.service-boxes {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 6rem;
    width: 100%;
    max-width: 1040px;
    margin: 8rem auto;
}

.product-boxes:first-child,
.service-boxes:first-child {
    margin-top: 0;
}

.product-boxes:last-child,
.service-boxes:last-child {
    margin-bottom: 0;
}

.archive .product-boxes {
    margin-bottom: 0;
}

.product-box,
.service-box {
    flex: 10;
    min-width: 17%;
    max-width: calc((100% - 18rem) / 4);
    transition: 0.7s cubic-bezier(0.23, 0.14, 0.19, 1) all;
}

.product-box:hover,
.service-box:hover {
    flex: 11;
    max-width: calc(((100% - 18rem) / 4) * (11 / 10));
}

.product-box--link,
.service-box--link {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.product-box--image,
.service-box--image {
    border-radius: 1.5rem;
    overflow: hidden;
}

.product-box--image img,
.service-box--image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: auto;
}

.product-box--name h3,
.service-box--name h3 {
    color: var(--shieldco-black);
    font-size: 1.9rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    text-align: center;
}

.front-page-3 .product-box--name h3,
.products-section[style='background-color:#25242d'] .product-box--name h3 {
    color: var(--shieldco-white);
}

.front-page-4 > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    gap: var(--theme-section-padding);
}

.fp4-benefits,
.benefits-section--items {
    margin: 1rem 0 0;
}

.fp4-benefits svg,
.benefits-section--items svg {
    color: var(--shieldco-primary);
    width: 3rem;
    height: 3rem;
}

.fp4-benefits h3,
.benefits-section--items h3 {
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 1.5rem 0 2rem;
}

.fp4-benefits > .gb-container-inside > .gb-container-content,
.benefits-section--items > .gb-container-inside > .gb-container-content {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.fp4-benefits .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap,
.benefits-section--items .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    flex-direction: row;
    gap: 4rem;
}

.fp6-top .wp-block-image {
    width: 100%;
    border-radius: 0;
}

.fp6-top .wp-block-image img {
    width: 100%;
    pointer-events: none;
}

.wp-block-genesis-blocks-gb-columns.full-width .wp-block-genesis-blocks-gb-columns[class*='-top']:not(.no-wrap),
.wp-block-genesis-blocks-gb-columns.full-width .wp-block-genesis-blocks-gb-columns[class*='-bottom']:not(.no-wrap) {
    padding: var(--theme-section-padding) 0;
}

.wp-block-genesis-blocks-gb-columns.full-width .wp-block-genesis-blocks-gb-columns[class*='-top']:not(.no-wrap) > .gb-layout-column-wrap,
.wp-block-genesis-blocks-gb-columns.full-width .wp-block-genesis-blocks-gb-columns[class*='-bottom']:not(.no-wrap) > .gb-layout-column-wrap {
    width: var(--theme-wrap-width);
    max-width: var(--theme-wrap-max-width);
    margin: 0 auto;
}

.fp6-bottom > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    max-width: 760px;
    margin: 0 auto;
}

.client-logos {
    margin: 1rem 0 0;
}

.client-logos > .gb-layout-column-wrap {
    display: flex;
    align-items: center;
    gap: 6rem;
    max-width: 1040px;
    margin: 0 auto;
}

.client-logos .wp-block-image {
    display: flex;
    height: 75px;
    overflow: hidden;
}

.client-logos .wp-block-image img {
    object-fit: contain;
}

.roadmap-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner {
    padding: var(--theme-section-padding) 0;
}

.roadmap-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
    height: calc(100% + (var(--theme-section-padding) * 2));
    margin: calc(-1 * var(--theme-section-padding)) 0 0;
}

.image-roadmap {
    position: absolute;
    display: flex;
    flex-wrap: wrap;
    gap: 4rem;
    padding: 5rem 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    overflow: hidden;
}

.image-roadmap--column {
    flex: 1 1 calc(50% - 2rem);
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.image-roadmap--column.one {
    transform: translateY(-20rem);
}

.roadmap-item {
    aspect-ratio: 1 / 1;
    display: flex;
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
}

.roadmap-item img {
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.roadmap-item.placeholder {
    background-color: #ebe1cf;
    display: flex;
    align-items: center;
    justify-content: center;
}

.roadmap-item.placeholder svg {
    color: #d7c19b;
    width: 50%;
    height: 50%;
}

.fp9-top h2 {
    color: #fff;
}

.why-us-boxes {
    margin: 1rem 0 0;
}

.why-us-boxes > .gb-layout-column-wrap {
    gap: 4rem;
}

.why-us-boxes > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    background-color: #373542;
    padding: 3rem;
}

.why-us-boxes h3 {
    color: var(--shieldco-primary);
    font-size: 2.2rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 2rem;
}

.why-us-boxes p {
    font-size: 1.6rem;
}

.fp9-bottom .wp-block-image,
.family-history-section .wp-block-image {
    width: 100%;
    max-height: 550px;
    margin: 8rem 0 0;
    border-radius: 0;
}

.fp9-bottom .wp-block-image img,
.family-history-section .wp-block-image img {
    object-fit: cover;
    object-position: center 5%;
    width: 100%;
    height: 100%;
}

.family-history-section .wp-block-image img {
    object-position: center 35%;
}

.reviews-slider {
    margin: 3rem 0;
}

.reviews-slider .testimonial {
    background-color: var(--shieldco-white);
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 3.5rem;
    border: 1.5px solid #efefef;
}

.reviews-slider .testimonial-stars {
    order: -1;
    display: flex;
    height: 18px;
}

.reviews-slider .testimonial-stars .stars {
    display: flex;
    align-items: center;
    gap: 0.25rem;
}

.reviews-slider .testimonial-stars .star {
    display: flex;
}

.reviews-slider .testimonial-stars svg {
    color: #edb25e;
    width: 20px;
    height: 20px;
}

.reviews-slider .testimonial-copy blockquote {
    display: contents;
}

.reviews-slider .testimonial-copy {
    margin: 2rem 0;
}

.reviews-slider .testimonial-copy p {
    font-size: 1.7rem;
}

.reviews-slider .testimonial-info {
    display: flex;
    align-items: flex-end;
    height: 100%;
}

.reviews-slider .testimonial-info--inner {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 2rem;
    width: 100%;
}

.reviews-slider .testimonial-info--initials {
    flex: 1 1 50px;
    aspect-ratio: 1 / 1;
    background-color: #e0bf8d;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
}

.reviews-slider .testimonial-info--initials p {
    font-weight: 500;
}

.reviews-slider .testimonial-info--credit {
    flex: 1 1 calc(100% - 2rem - 50px);
}

.reviews-slider .swiper-controls {
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    gap: 8rem;
    margin: 4rem 0 0;
}

.reviews-slider .swiper-pagination {
    position: unset;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    width: fit-content;
}

.reviews-slider .swiper-pagination-bullet-active {
    background-color: var(--shieldco-black);
}

.reviews-slider .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
    margin: 0 !important;
}

.reviews-slider .swiper-buttons {
    display: flex;
    align-items: center;
    gap: 2rem;
    margin-left: auto;
}

.reviews-slider .swiper-button-prev,
.reviews-slider .swiper-button-next {
    position: unset;
    display: flex;
    width: fit-content;
    height: fit-content;
    margin: 0;
}

.reviews-slider .swiper-button-prev:after,
.reviews-slider .swiper-button-next:after {
    display: none;
}

.reviews-slider .swiper-button-prev span,
.reviews-slider .swiper-button-next span {
    display: flex;
}

.reviews-slider .swiper-button-prev svg,
.reviews-slider .swiper-button-next svg {
    color: var(--shieldco-black);
    width: 2rem;
    height: 2rem;
    padding: 1.1rem;
    border: 1px solid var(--shieldco-black);
    border-radius: 50%;
    transition: 0.25s ease-in-out all;
}

.reviews-slider .swiper-button-prev svg:hover,
.reviews-slider .swiper-button-next svg:hover {
    color: var(--shieldco-dark);
    border-color: var(--shieldco-dark);
}

.bottom-page-cta {
    background-color: #29283a;
    border-bottom: 1.5px solid #6a696f;
}

.bottom-page-cta .above-header-tagline p strong {
    color: var(--shieldco-dark);
    font-size: 3rem;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    line-height: 1.4;
}

.bottom-page-cta h2 {
    color: #fff;
    margin: 1.5rem 0 3rem;
}

.bottom-page-cta h2 + p {
    color: #fff;
}

.bottom-page-cta .custom-socials {
    flex-wrap: wrap;
    justify-content: space-between;
    gap: 8rem;
    width: 100%;
    max-width: 1040px;
    margin: 6rem auto 0;
}

.bottom-page-cta .custom-social--link {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: #fff;
    font-size: 2.2rem;
}

.bottom-page-cta .custom-social--link:hover {
    color: var(--shieldco-light);
}

.bottom-page-cta .custom-social--link svg {
    color: inherit;
    width: 4rem;
    height: 4rem;
    transition: none;
}

.bottom-page-cta .custom-social--link p {
    margin: 0;
}

.home .bottom-page-cta {
    background-color: #fff;
    padding: var(--theme-section-padding) 0;
}

.home .bottom-page-cta > .gb-layout-column-wrap {
    width: var(--theme-wrap-width);
    max-width: var(--theme-wrap-max-width);
    margin: 0 auto;
}

.home .bottom-page-cta h2,
.home .bottom-page-cta h2 + p,
.home .bottom-page-cta .custom-social--link {
    color: var(--shieldco-black);
}

.home .bottom-page-cta .custom-social--link:hover {
    color: var(--shieldco-dark);
}

@media (min-width: 1800px) {
    .fp6-top .wp-block-image {
        max-width: var(--theme-wrap-max-width);
        margin: 0 auto;
        padding: var(--theme-section-padding) 0 0;
    }
}

@media (max-width: 1023px) {
    .home-carousel .slide-content {
        padding: var(--theme-section-padding) 0;
    }
}

@media (max-width: 991px) {
    .home-carousel .slide-content--inner {
        max-width: 100%;
    }

    .home-carousel .slide-content--heading h1,
    .home-carousel .slide-content--heading p strong {
        font-size: 4.2rem;
    }

    .products-tagline,
    .product-boxes,
    .service-boxes {
        max-width: 760px;
    }

    .product-box,
    .service-box {
        min-width: 21%;
        max-width: calc((100% - 12rem) / 3);
    }

    .product-box:hover,
    .service-box:hover {
        max-width: calc(((100% - 12rem) / 3) * (11 / 10));
    }

    .fp9-bottom h2 br {
        display: none;
    }
}

@media (max-width: 767px) {
    .home-carousel .slide-content {
        padding: var(--theme-section-padding-mobile) 0 calc(var(--theme-section-padding-mobile) + 6rem);
    }

    .home-carousel .slide-content--container {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 var(--theme-wrap-padding-mobile);
    }

    .home-carousel .slide-content--heading h1,
    .home-carousel .slide-content--heading p strong {
        font-size: 3.8rem;
    }

    .home-carousel .slide-content--copy p {
        font-size: 1.7rem;
    }

    .home-carousel .swiper-controls {
        position: absolute;
        width: 100%;
        height: 40px;
        top: auto;
        bottom: 0;
        left: auto;
        padding: 0 0 8rem;
    }

    .home-carousel .swiper-controls--wrapper {
        justify-content: center;
        gap: 4rem;
    }

    .fp2-bottom > .gb-layout-column-wrap,
    .product-info-section--bottom > .gb-layout-column-wrap {
        flex-direction: column;
    }

    .fp2-bottom > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
        padding: 0;
    }

    .products-tagline,
    .product-boxes,
    .service-boxes {
        max-width: 550px;
        margin: 6rem auto;
    }

    .product-box,
    .service-box {
        min-width: 28%;
        max-width: calc(50% - 6rem);
    }

    .product-box:hover,
    .product-box:focus,
    .service-box:hover,
    .service-box:focus {
        max-width: calc((50% - 6rem) * (11 / 10));
    }

    .front-page-4 > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
        gap: var(--theme-section-padding-mobile);
    }

    .client-logos > .gb-layout-column-wrap {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
    }

    .client-logos > .gb-layout-column-wrap > .gb-block-layout-column {
        width: fit-content;
        max-width: 200px;
    }

    .roadmap-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner {
        padding: 0;
    }

    .roadmap-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
        height: fit-content;
        margin: 0;
    }

    .image-roadmap {
        position: unset;
        flex-direction: column;
        width: calc(100% + 8vw);
        margin: 0 0 0 -4vw;
        padding: 0 4vw;
    }

    .image-roadmap--column {
        flex-direction: row;
        width: 100%;
    }

    .image-roadmap--column.one {
        width: calc(100% + 33vw);
        transform: translateX(-22vw);
    }
    
    .wp-block-genesis-blocks-gb-columns.full-width .wp-block-genesis-blocks-gb-columns[class*='-top']:not(.no-wrap),
    .wp-block-genesis-blocks-gb-columns.full-width .wp-block-genesis-blocks-gb-columns[class*='-bottom']:not(.no-wrap) {
        padding: var(--theme-section-padding-mobile) 0;
    }

    .wp-block-genesis-blocks-gb-columns.full-width .wp-block-genesis-blocks-gb-columns[class*='-top']:not(.no-wrap) > .gb-layout-column-wrap,
    .wp-block-genesis-blocks-gb-columns.full-width .wp-block-genesis-blocks-gb-columns[class*='-bottom']:not(.no-wrap) > .gb-layout-column-wrap {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 var(--theme-wrap-padding-mobile);
    }

    .fp9-bottom .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
        display: flex;
        flex-direction: column;
        gap: 3rem;
    }

    .bottom-page-cta .above-header-tagline p strong {
        font-size: 2.4rem;
    }

    .bottom-page-cta .custom-socials {
        justify-content: center;
        row-gap: 4rem;
        column-gap: 6rem;
    }
}

@media (max-width: 512px) {
    .fp4-benefits .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap,
    .benefits-section--items .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
        flex-direction: column;
        gap: 4rem;
    }
}

/* Footer */

.site-footer {
    background-color: var(--shieldco-secondary);
}

.site-footer-widgets {
    position: relative;
    padding: var(--theme-section-padding) 0 7rem;
    z-index: 1;
}

.site-footer-widgets:before {
    content: '';
    /* background-image: url(/wp-content/themes/shieldcoart/assets/images/custom-signs-made-by-shieldco-art.png); */
    background-size: 800px auto;
    background-repeat: repeat;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.045;
    filter: grayscale(1);
    z-index: 0;
}

.site-footer-widgets > .wrap {
    position: relative;
    z-index: 2;
}

.site-footer-widgets > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    display: flex;
    flex-wrap: wrap;
    row-gap: 6rem;
    column-gap: 10rem;
    width: 100%;
}

.site-footer-widgets > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
    flex: 1 1 calc(45% - (20rem / 3));
}

.site-footer-widgets > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:nth-child(2) {
    flex: 1 1 calc(25% - (20rem / 3));
}

.site-footer-widgets > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
    flex: 1 1 calc(30% - (20rem / 3));
}

.site-footer h3 {
    color: #fff;
    font-size: 1.8rem;
    letter-spacing: 0.4px;
    margin: 0 0 2rem;
}

.site-footer .footer-logo {
    width: 100%;
    max-width: 150px;
    margin: 0 0 2rem;
}

.site-footer .footer-form .gform_wrapper.gravity-theme {
    margin: 0 0 1rem;
}

.site-footer .footer-form .gform_wrapper.gravity-theme .gform_fields {
    display: flex;
    align-items: center;
    gap: 1.5rem;
}

.site-footer .footer-form .gform_wrapper.gravity-theme .gform_fields > .gfield:first-child {
    flex: 1;
}

.site-footer .footer-form .gform_wrapper.gravity-theme .gfield input[type="email"] {
    font-size: 1.55rem;
    line-height: 26px;
    padding: 8px 12px;
    border: 3px solid transparent;
    border-radius: 0;
    outline: none;
    transition: 0.25s ease-in-out border-color;
}

.site-footer .footer-form .gform_wrapper.gravity-theme .gfield input[type="email"]:focus {
    border-color: var(--shieldco-primary);
}

.site-footer .footer-form .gform_wrapper.gravity-theme .gfield input[type="submit"] {
    background-color: transparent;
    color: #fff;
    font-size: 1.55rem;
    font-weight: 500;
    line-height: 26px;
    margin: 0;
    padding: 9.5px 22px;
    border: 1.5px solid #fff;
    border-radius: 0;
    box-shadow: none;
}

.site-footer .footer-form .gform_wrapper.gravity-theme .gfield input[type="submit"]:hover,
.site-footer .footer-form .gform_wrapper.gravity-theme .gfield input[type="submit"]:focus {
    background-color: rgba(255, 255, 255, 0.08);
}

.site-footer .footer-form .gform_wrapper.gravity-theme .gform_footer {
    margin: 0;
    padding: 0;
}

.site-footer .footer-info {
    margin: 3rem 0 0;
}

.site-footer .footer-info .gb-container-content,
.site-footer .menu-widget .menu,
.site-footer .custom-socials {
    display: flex;
    flex-direction: column;
    gap: 1.25rem;
    margin: 0;
}

.site-footer .custom-socials {
    gap: 1.5rem;
}

.site-footer .footer-form p {
    color: #fff;
    font-size: 1.3rem;
}

.site-footer .menu-widget .menu .menu-item {
    list-style-type: none;
    display: flex;
}

.site-footer .custom-social {
    width: 100%;
}

.site-footer .custom-social--link {
    display: flex;
    align-items: center;
    gap: 1.25rem;
    width: fit-content;
}

.site-footer .footer-info p,
.site-footer .footer-info a,
.site-footer .menu-widget .menu .menu-item a,
.site-footer .custom-socials p {
    color: #fff;
    font-size: 1.5rem;
    line-height: 24px;
    margin: 0;
}

.site-footer .custom-socials p {
    transition: 0.25s ease-in-out all;
}

.site-footer .custom-socials svg {
    color: #fff;
    width: 2rem;
    height: 2rem;
}

.site-footer .footer-info a:hover,
.site-footer .menu-widget .menu .menu-item a:hover,
.site-footer .custom-social--link:hover p,
.site-footer .custom-social--link:hover svg {
    color: var(--shieldco-primary);
}

.site-footer-credits {
    margin: 7rem 0 0;
    padding: 4rem 0 0;
    border-top: 1.5px solid #fff;
}

.site-footer-credits .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10rem;
}

.site-footer-credits .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column {
    flex: 0 1 fit-content;
}

.site-footer .footer-credits p,
.site-footer .footer-credits a {
    color: #fff;
    font-size: 1.4rem;
    font-weight: 400;
}

.site-footer .footer-credits p {
    column-gap: 3rem;
}

.site-footer .footer-credits a {
    font-weight: 500;
}

.site-footer .footer-credits a:hover {
    color: var(--shieldco-primary);
}

.site-footer .footer-credits .separator {
    display: none;
}

@media (max-width: 1023px) {
    .site-footer-credits .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: center;
        row-gap: 2rem;
        column-gap: 4rem;
    }

    .site-footer-credits .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column,
    .site-footer-credits .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner,
    .site-footer-credits .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner > .footer-credits,
    .site-footer-credits .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner > .footer-credits > p {
        display: contents;
    }
}

@media (max-width: 991px) {
    .site-footer-widgets > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
        flex: 1 1 calc(55% - (20rem / 3));
    }

    .site-footer-widgets > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:nth-child(2) {
        flex: 1 1 calc(20% - (20rem / 3));
    }

    .site-footer-widgets > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
        flex: 1 1 calc(25% - (20rem / 3));
    }
}

@media (max-width: 895px) {
    .site-footer-widgets > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
        flex: 1 1 calc(67.5% - 10rem);
    }

    .site-footer-widgets > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:nth-child(2) {
        display: none;
    }

    .site-footer-widgets > .wrap > .widget > .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
        flex: 1 1 calc(32.5% - 10rem);
    }
}

@media (max-width: 767px) {
    .site-footer-credits .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
        justify-content: flex-start;
    }
}

@media (max-width: 512px) {
    .site-footer .footer-form .gform_wrapper.gravity-theme .gform_fields {
        display: block;
    }

    .site-footer .footer-form .gform_wrapper.gravity-theme .gfield input[type="submit"] {
        margin: 1.5rem 0 0.5rem;
    }

    .site-footer-credits .widget-wrap > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
        justify-content: flex-start;
    }
}

/* Single Page */

.entry-content > .header-section,
.blog .header-section {
    background-color: var(--shieldco-secondary);
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: calc(130px + 10rem) 0 10rem;
}

.entry-content > .header-section > .gb-layout-column-wrap,
.blog .header-section > .gb-layout-column-wrap {
    width: var(--theme-wrap-width);
    max-width: var(--theme-wrap-max-width);
    margin: 0 auto;
    padding: 0 8rem;
}

.header-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    max-width: 550px;
}

.header-section.centered > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    margin: 0 auto;
}

.header-section:before {
	opacity: 0.65;
}

.header-section .above-header-tagline {
    margin: 0 0 2rem;
}

.header-section .above-header-tagline p {
    margin: 0;
}

.header-section .above-header-tagline p strong {
    color: #fff;
    font-size: 2.2rem;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.1px;
}

.header-section h1 {
    color: var(--shieldco-white);
    font-size: 5rem;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    line-height: 1.4;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

.header-section p {
    color: var(--shieldco-white);
    font-size: 1.8rem;
    font-weight: 500;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.header-section p a {
    color: var(--shieldco-white);
}

.header-section p a:hover {
    color: var(--shieldco-light);
}

.standout-section.full-image:not(.wrap-reverse) > .gb-layout-column-wrap > .gb-block-layout-column:first-child,
.standout-section.full-image.wrap-reverse > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
    padding: 15rem 0;
}

.standout-section.full-image.contain:not(.wrap-reverse) > .gb-layout-column-wrap > .gb-block-layout-column:first-child,
.standout-section.full-image.contain.wrap-reverse > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
    padding: 0;
}

.standout-section p,
.standout-section li {
    font-size: 2.4rem;
}


.benefits-section h2,
.benefits-section h3 {
    color: var(--shieldco-white);
}

.calendar-cta-section h2 {
    max-width: 650px;
    margin: 0 auto;
    letter-spacing: 0.3px;
    word-spacing: 0.2px;
}

.calendar-cta-section iframe {
    margin: 6rem auto 4rem;
    max-width: 768px;
}   

.calendar-cta-section iframe + p {
    margin: 0 0 1.5rem;
}

.entry-content > .wp-block-genesis-blocks-gb-columns.has-border-top {
    border-top: 1px solid #cdcdcd;
}

.process-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 4rem;
    margin: 5rem 0 8rem;
}

.process-grid--box {
    display: flex;
    flex-direction: column;
}

.process-grid--box-image {
    display: flex;
    width: 100%;
    height: auto;
    margin: 0 0 4rem;
    border-radius: 15px;
    overflow: hidden;
}

.process-grid--box.one .process-grid--box-image {
    height: 100%;
    margin: 0;
}

.process-grid--box img {
    aspect-ratio: 5 / 3;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.process-grid--box.one img {
    aspect-ratio: unset;
}

.process-grid--box-heading {
    margin: 0 0 2rem;
}

.process-grid--box-heading h3 {
    color: var(--shieldco-black);
    font-size: 2.4rem;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
}

.process-grid--box-copy {
    flex: 1;
    display: flex;
    align-items: flex-end;
}

.process-grid--box-copy p {
    font-size: 1.6rem;
}

.branding-images > .gb-layout-column-wrap {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
}

.branding-images .wp-block-image {
    display: flex;
    width: 100%;
    height: 550px;
    border-radius: 0;
}

.branding-images.taller .wp-block-image {
    height: 650px;
}

.branding-images .wp-block-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.background-cta-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    max-width: 896px;
    margin: 0 auto;
}

.background-cta-section .above-header-tagline p strong {
    color: var(--shieldco-dark);
    font-size: 2.8rem;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    line-height: 1.4;
    letter-spacing: 0.1px;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.background-cta-section h2 {
    color: var(--shieldco-white);
    font-size: 3.2rem;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    line-height: 1.4;
    margin: 2rem 0 3rem;
    text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.5);
}

.background-cta-section p {
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.inspiration-section h2,
.inspiration-section h2 + p {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}

.inspiration-boxes {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 8rem;
    column-gap: 6rem;
    margin: 3rem 0 0;
}

.inspiration-box.cta {
    grid-column: 1 / span 3;
}

.inspiration-box--image {
    display: flex;
    margin: 0 0 4rem;
    border-radius: 1.5rem;
    overflow: hidden;
}

.inspiration-box--image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    max-width: 100%;
    height: 100%;
}

.inspiration-box--heading h3 {
    color: var(--shieldco-black);
    font-size: 2.4rem;
    font-family: 'Roboto', sans-serif;
    line-height: 1.2;
}

.inspiration-box--copy {
    margin: 2rem 0 0;
}

.inspiration-box--copy p {
    font-size: 1.6rem;
}

.inspiration-box.cta a.button {
    margin: 0;
}

.entry-content > .sign-options-section,
.entry-content > .sign-options-section > .gb-layout-column-wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.entry-content > .sign-options-section {
    padding: 0 0 var(--theme-section-padding);
}

.sign-options-section--heading {
    padding: var(--theme-section-padding) 0;
}

.sign-options-section--heading.no-padding-bottom {
    padding-bottom: 2rem;
}

.sign-options-section--heading.no-padding {
    padding: 0 0 2rem;
}

.sign-options-section--heading > .gb-layout-column-wrap,
.sign-options-section--row > .gb-layout-column-wrap {
    width: var(--theme-wrap-width);
    max-width: var(--theme-wrap-max-width);
    margin: 0 auto;
}

.sign-options-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    gap: 8rem;
}

.sign-options-section--heading > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    justify-content: center;
}

.emphasized-text {
    margin: 0 0 3rem;
}

.emphasized-text p {
    font-weight: 500;
}

.sign-options-section--heading ul,
.sign-options-section--heading ol {
    margin-left: 2rem;
}

.sign-options-section--heading li {
    font-weight: 600;
}

.sign-options-section--row > .gb-layout-column-wrap {
    display: flex;
    flex-wrap: wrap;
}

.sign-options-section.simple .sign-options-section--row > .gb-layout-column-wrap {
    column-gap: 12rem;
}

.sign-options-section:not(.simple) .sign-options-section--row:nth-of-type(2n) > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type,
.sign-options-section:not(.simple) .sign-options-section--row:nth-of-type(2n + 1) > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type {
    flex: 1 1 calc(50% - 8rem - 7.5px);
}

.sign-options-section:not(.simple) .sign-options-section--row:nth-of-type(2n) > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type,
.sign-options-section:not(.simple) .sign-options-section--row:nth-of-type(2n + 1) > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
    flex: 1 1 calc(50% + 7.5px);
    margin: 0 -7.5px;
}

.sign-options-section.simple .sign-options-section--row:nth-of-type(2n) > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type,
.sign-options-section.simple .sign-options-section--row:nth-of-type(2n + 1) > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type {
    flex: 1 1 47.5%;
}

.sign-options-section.simple .sign-options-section--row:nth-of-type(2n) > .gb-layout-column-wrap > .gb-block-layout-column:last-of-type,
.sign-options-section.simple .sign-options-section--row:nth-of-type(2n + 1) > .gb-layout-column-wrap > .gb-block-layout-column:first-of-type {
    flex: 1 1 calc(52.5% - 12rem);
}

.sign-options-section--row > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    justify-content: center;
}

.sign-options-section--row .option-number,
.product-info-section--top .option-number,
.simple-product-section .option-number {
    margin: 0 0 2rem;
}

.sign-options-section--row .option-number p,
.product-info-section--top .option-number p,
.simple-product-section .option-number p {
    color: #a0691c;
    font-size: 2rem;
    font-weight: 500;
}

.sign-options-section--row h3,
.product-info-section--top h3,
.simple-product-section h3 {
    font-size: 3.2rem;
    letter-spacing: 0.5px;
    word-spacing: 1.4px;
    margin: 0 0 3rem;
}

.sign-options-section--row .wp-block-image {
    aspect-ratio: 1 / 1;
    display: flex;
}

.sign-options-section--row .wp-block-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.sign-options-section--cta {
    padding: 2rem 0 0;
}

.sign-options-section--cta a.button {
    margin: 0;
}

.design-option-images {
    position: relative;
    display: grid;
    grid-template-rows: repeat(32, 1fr);
    grid-template-columns: repeat(32, 1fr);
    z-index: 1;
}

.design-option-image.one {
    grid-row: 1 / span 21;
    grid-column: 1 / span 21;
    z-index: 3;
}

.design-option-image.two {
    grid-row: 12 / span 21;
    grid-column: 12 / span 21;
    z-index: 2;
}

.design-option-image--inner {
    aspect-ratio: 1 / 1;
    background-color: var(--shieldco-secondary);
    display: flex;
    border-radius: 2.5rem;
    border: 8px solid #fff;
    overflow: hidden;
}

.design-option-image.two .design-option-image--inner {
    background-color: #e0bf8d;
}

.design-option-image--inner img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.design-option-image--inner.contain img {
    object-fit: contain;
}

@media (min-width: 1800px) {
    .branding-images {
        max-width: 1280px;
        margin: 0 auto;
    }
}

@media (max-width: 1023px) {
    .entry-content > .header-section,
    .blog .header-section {
        padding: var(--theme-section-padding) 0;
    }
}

@media (max-width: 991px) {
    .header-section h1 {
        font-size: 4.2rem;
    }

    .process-grid {
        grid-template-columns: repeat(2, 1fr);
    }

    .process-grid--box.one {
        display: none;
    }
}

@media (max-width: 767px) {
    .entry-content > .header-section > .gb-layout-column-wrap,
    .blog .header-section > .gb-layout-column-wrap {
        width: 100%;
        max-width: 100%;
        margin: 0;
        padding: 0 var(--theme-wrap-padding-mobile);
    }

    .header-section h1 {
        font-size: 3.8rem;
    }

    .header-section p {
        font-size: 1.7rem;
    }

    .standout-section.full-image:not(.wrap-reverse) > .gb-layout-column-wrap > .gb-block-layout-column:first-child,
    .standout-section.full-image.wrap-reverse > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
        padding: 0;
    }

    .standout-section p,
    .standout-section li {
        font-size: 1.7rem;
    }

    .design-option-images {
        max-width: 400px;
        margin: 0 auto;
    }

    .entry-content > .sign-options-section {
        padding: 0 0 var(--theme-section-padding-mobile);
    }

    .sign-options-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
        gap: 6rem;
    }

    .sign-options-section--heading {
        padding: var(--theme-section-padding-mobile) 0;
    }

    .sign-options-section--row h3,
    .product-info-section--top h3,
    .simple-product-section h3 {
        font-size: 2.4rem;
    }

    .inspiration-boxes {
        display: flex;
        flex-direction: column;
    }

    .inspiration-box {
        max-width: 250px;
        margin: 0 auto;
        text-align: center;
    }

    .product-faqs {
        margin: 4rem 0 0;
    }

    .process-grid {
        display: flex;
        flex-direction: column;
        gap: 6rem;
    }

    .process-grid--box-image {
        height: 250px;
    }

    .branding-images .wp-block-image {
        height: 150px;
    }

    .branding-images.taller .wp-block-image {
        height: 200px;
    }

    .wp-block-genesis-blocks-gb-columns.full-width .wp-block-genesis-blocks-gb-columns[class*='-top']:not(.no-wrap) > .gb-layout-column-wrap,
    .wp-block-genesis-blocks-gb-columns.full-width .wp-block-genesis-blocks-gb-columns[class*='-bottom']:not(.no-wrap) > .gb-layout-column-wrap {
        gap: 3rem;
    }

    .instagram-section .wp-block-image {
        margin: 0 auto;
    }
}

/* Single Product Pages */

.product-modal-button {
    margin: 1rem 0 0;
}

.single-product .modal-backdrop {
    z-index: 998;
}

.single-product-modal .modal {
    background: transparent;
    position: fixed;
    width: 100%;
    max-width: 100%;
    height: 100%;
    max-height: 100%;
    top: 0;
    left: 0;
    margin: 0 auto;
    padding: 0;
    z-index: 999;
    border: none;
    border-radius: 0;
}

.single-product-modal .modal:before {
    content: '';
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.3);
    z-index: -1;
}

.single-product-modal .modal .modal-dialog {
    width: 100%;
    max-width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    margin: 0;
}

.single-product-modal .modal .modal-content {
    background: #fff;
    position: relative;
    width: 50%;
    max-width: 50%;
    height: 70%;
    max-height: 70%;
    margin-top: 8%;
    border-radius: 1rem;
    overflow-x: hidden;
    overflow-y: scroll;
}

.single-product-modal .modal .modal-header {
    background-color: #fbfbfb;
    position: sticky;
    top: 0;
    left: 0;
    display: flex;
    align-items: center;
    padding: 1.6rem 3.4rem;
    box-shadow: 0px 2px 8px -2px rgba(0, 0, 0, 0.2);
    z-index: 999;
}

.single-product-modal .modal .modal-header > .close {
    background-color: transparent;
    display: flex;
    margin: 0;
    padding: 0;
}

.single-product-modal .modal .modal-header > .close p {
    color: var(--shieldco-black);
    font-size: 2.8rem;
    margin: 0;
    line-height: 1;
}

.single-product-modal .modal .modal-title {
    color: var(--shieldco-black);
    font-size: 2rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    margin: 0;
}

.single-product-modal .modal .modal-body {
    background-color: #fbfbfb;
    padding: 3.4rem;
}

.single-product-modal .modal .modal-footer {
    position: sticky;
    display: block;
    width: fit-content;
    bottom: 2rem;
    right: 0;
    margin: 0 0 0 auto;
    padding: 0;
    border-top: none;
}

.single-product-modal .modal .modal-footer .button {
    margin: 0;
}

.single-product-modal .modal-backdrop {
    z-index: -1;
}

.simple-product-section .wp-block-image {
    aspect-ratio: 11 / 10;
    display: flex;
}

.simple-product-section .wp-block-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.simple-product-section > .gb-layout-column-wrap {
    display: flex;
    flex-wrap: wrap;
}

.simple-product-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
    flex: 1 1 calc(52.5% - 4rem);
}

.simple-product-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
    flex: 1 1 calc(47.5% - 4rem);
}

.simple-product-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner,
.single-product .standout-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    justify-content: center;
}

.above-materials-heading p {
    display: flex;
    line-height: 1.4;
}

.above-materials-heading p strong {
    font-size: 1.8rem;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.1px;
}

.above-materials-heading + h2 {
    margin: 2rem 0 3rem;
}

.below-materials-heading ul {
    display: flex;
    flex-wrap: wrap;
    row-gap: 1rem;
    column-gap: 0.75rem;
    margin: 0;
}

.below-materials-heading ul li {
    list-style-type: none;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-size: 1.6rem;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.1px;
    word-spacing: 0.2px;
}

.below-materials-heading ul li:not(:last-of-type):after {
    content: '—';
    position: unset;
}

.below-materials-heading {
    margin: 0 0 3rem;
}

.single-product .standout-section .gb-block-layout-column-inner > p,
.single-product .standout-section .gb-block-layout-column-inner > ul > li,
.single-product .standout-section .gb-block-layout-column-inner > ol > li {
    font-size: 2rem;
}

.material-types {
    display: flex;
    flex-direction: column;
    gap: 3rem;
    margin: 0 8rem 0 0;
}

.material-types--row {
    display: flex;
    gap: 3rem;
    margin: 0 6rem 0 0;
}

.material-types--row:nth-of-type(2n ) {
    margin: 0 0 0 6rem;
}

.material-types--image {
    aspect-ratio: 7 / 6;
    display: flex;
    border-radius: 1.5rem;
    overflow: hidden;
}

.material-types--image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.faqs-section {
    overflow: hidden;
}

.faqs-section--top {
    max-width: 760px;
}

.product-faqs {
    margin: 6rem 0 0;
}

.product-faqs .accordion {
    border-bottom: 1px solid;
}

.product-faqs .accordion-item {
    border: none;
    border-top: 1px solid var(--shieldco-black);
    border-radius: 0;
}

.product-faqs .accordion-item h3 button {
    background-color: transparent;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--shieldco-black);
    font-size: 1.8rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    padding: 3rem 0;
    border: none;
    border-radius: 0 !important;
    box-shadow: none;
    z-index: 1;
}

/* .product-faqs .accordion-item h3 button:before {
    content: '';
    background-color: #f5f5f5;
    position: absolute;
    display: flex;
    width: 200vw;
    height: 100%;
    top: 0;
    left: -100vw;
    opacity: 0;
    transition: 0.25s ease-in-out all;
    z-index: -1;
} */

.product-faqs .accordion-item h3 button:after {
    display: none;
}

.product-faqs .accordion-item h3 button:hover,
.product-faqs .accordion-item h3 button:not(.collapsed) {
    color: var(--shieldco-secondary);
}

/* .product-faqs .accordion-item h3 button:hover:before,
.product-faqs .accordion-item h3 button:not(.collapsed):before {
    opacity: 1;
} */

.product-faqs .accordion-item h3:focus,
.product-faqs .accordion-item h3 button:focus,
.product-faqs .accordion-item h3 button:not(.collapsed) {
    border: none !important;
    box-shadow: none !important;
    outline: none !important;
}

.product-faqs .collapsing {
    transition: 0.5s ease-in-out height;
}

.product-faqs .accordion-item h3 button svg {
    width: 1.8rem;
    height: 1.8rem;
    transition: 0.5s ease-in-out all;
}

.product-faqs .accordion-item h3 button:not(.collapsed) svg {
    transform: rotate(-90deg);
}

.product-faqs .accordion-body {
    /* padding: 3rem 0 12rem; */
    padding: 0 0 12rem;
}

.product-faqs .accordion-body p,
.product-faqs .accordion-body li {
    font-size: 1.7rem;
}

@media (min-width: 850px) {
    .single-product-modal .modal.resource-download .modal-content {
        height: fit-content;
    }
}

@media (max-width: 849px) {
    .single-product-modal .modal .modal-content {
        width: 100%;
        max-width: 100%;
        height: 100%;
        max-height: 100%;
        margin-top: 0;
    }
}

/* Consultation Page */

.entry-content > .consultation-section > .gb-layout-column-wrap {
    gap: 0;
}

.entry-content > .consultation-section > .gb-layout-column-wrap > .gb-block-layout-column {
    display: flex;
    position: relative;
    padding: var(--theme-section-padding) 0;
}

.entry-content > .consultation-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child:before {
    content: '';
    background-color: #25242d;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.entry-content > .consultation-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner {
    margin-left: calc((100vw - 1280px) / 2);
    padding-right: 8rem;
}

.entry-content > .consultation-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
    margin-right: calc((100vw - 1280px) / 2);
    padding-left: 8rem;
}

@media (max-width: calc(1280px / 0.92)) {
    .entry-content > .consultation-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner {
        margin-left: 4vw;
    }

    .entry-content > .consultation-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
        margin-right: 4vw;
    }
}

@media (max-width: 991px) {
    .consultation-section > .gb-layout-column-wrap {
        display: flex;
        flex-direction: column;
    }

    .consultation-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
        width: 92%;
        margin: 0 auto !important;
        padding: 0 !important;
    }
}

@media (max-width: 767px) {
    .consultation-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
        width: 100%;
        max-width: 100%;
        margin: 0 !important;
        padding: 0 4vw !important;
    }
}

.consultation-section ul {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin: 0 0 3rem 1.5rem;
}

.consultation-section ul li {
    padding-left: 0.5rem;
}

.consultation-section ul li em {
    display: inline-block;
    font-size: 1.4rem;
    margin: 0.5rem 0 0;
}

.consultation-section .consultation-tagline {
    margin: 0 0 3rem;
}

.consultation-section .consultation-tagline p {
    color: var(--shieldco-primary);
    font-size: 2.4rem;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    line-height: 1.4;
    letter-spacing: 0.1px;
}

/* Blog Page */

.blog .content-sidebar-wrap,
.blog .content-sidebar-wrap .content,
.blog-archive--heading > .wrap {
    width: 100%;
    max-width: 100%;
    margin: 0;
    padding: 0;
}

.blog-archive--wrapper {
    background-color: #f8f4ee;
    padding: var(--theme-section-padding) 0;
}

.recent-articles--wrapper {
    display: grid;
    grid-template-columns: repeat(3,1fr);
    gap: 4rem;
}

.recent-article {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1.5rem;
    box-shadow: 0 10px 13px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    transition: 0.25s ease-in-out box-shadow;
}

.recent-article:hover {
    box-shadow: 0 1px 7px rgba(0, 0, 0, 0.1);
}

.recent-article--link {
    display: flex;
    flex-direction: column;
    width: 100%;
    height: 100%;
    padding: 4rem 4rem 7rem;
    border: none;
    box-shadow: none;
    text-decoration: none;
    text-align: left;
}

.recent-article--image {
    margin: -4rem -4rem 0;
    overflow: hidden;
}

.recent-article--image img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: auto;
    transition: 0.25s ease-in-out all;
}

.recent-article--link:hover .recent-article--image img {
    transform: scale(1.1);
}

.recent-article--content {
    flex: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 3.5rem;
    margin: 4rem 0 0;
}

.recent-article--content-info-title {
    margin: 0 0 2rem;
}

.recent-article--content-info-date {
    margin: 0 0 2.5rem;
}

.recent-article--content h2 {
    color: #222;
    font-size: 2.4rem;
    font-weight: 600;
    font-family: 'Roboto', sans-serif;
    line-height: 1.3;
    margin: 0;
    padding: 0;
    transition: 0.25s ease-in-out all;
}

.recent-article--link:hover .recent-article--content h2 {
    color: var(--shieldco-secondary);
}

.recent-article--content p {
    margin: 0;
}

.recent-article--content-info-date p {
    color: #555;
    font-size: 1.3rem;
    font-weight: 400;
    line-height: 1;
}

.recent-article--content-info-description p {
    color: #222;
    font-size: 1.7rem;
    line-height: 1.6;
}

.recent-article--content-cta p {
    display: flex;
    align-items: center;
    gap: 1.2rem;
    width: fit-content;
    color: #222;
    font-size: 1.8rem;
    font-weight: 600;
    line-height: 1;
    transition: 0.25s ease-in-out all;
}

.recent-article--content-cta p.article-category {
    color: #555;
    font-size: 1.7rem;
    font-weight: 500;
    line-height: 1;
    margin: 3rem 0 0;
}

.recent-article--link:hover .recent-article--content-cta p {
    gap: 1.6rem;
}

.blog-pagination ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 2rem;
    margin: 5rem 0 0;
}

.blog-pagination ul li {
    list-style-type: none;
}

.blog-pagination ul li .current,
.blog-pagination ul li a {
	background-color: #f9f9f9;
	color: #222;
	display: block;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1;
	padding: 1.5rem 1.8rem;
	text-decoration: none;
	word-spacing: 0.2px;
	border: 1px solid #ccc;
	border-radius: 4px;
	box-shadow: 0px 3px 5px -2px rgba(0, 0, 0, 0.17);
	overflow: hidden;
}

.blog-pagination ul li .current {
	background-color: var(--shieldco-secondary);
	color: #fff;
    font-weight: 600;
	border-color: var(--shieldco-secondary);
	box-shadow: none;
}

.blog-pagination ul li a {
    background-color: #fff;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.blog-pagination ul li a:hover {
	background-color: var(--shieldco-dark);
	color: #fff;
	border-color: var(--shieldco-dark);
	box-shadow: none;
}

.blog-pagination ul li a svg {
    width: 1.4rem;
    height: 1.4rem;
}

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

@media (max-width: 767px) {
    .recent-articles--wrapper {
        display: block;
    }

    .recent-article {
        max-width: 350px;
        margin: 0 auto;
    }

    .recent-article:not(:first-child) {
        margin-top: 4rem;
    }
}

/* Single Post */

.single-post .header-section {
    background-color: var(--shieldco-secondary);
    background-size: cover;
    background-position: center center;
    position: relative;
    padding: calc(130px + 10rem) 0 18rem;
    z-index: 1;
}

.single-post .header-section:before {
    content: '';
    background-color: #000;
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	opacity: 0.65;
    z-index: 2;
}

.single-post .header-section > .wrap {
    position: relative;
    z-index: 3;
}

.single-post .header-section .entry-header {
    max-width: 960px;
    margin: 0 auto;
}

.single-post .header-section h1 {
    text-align: center;
}

.single-post .header-section .entry-meta {
    max-width: 960px;
    margin: 3rem auto 0;
}

.single-post .header-section .entry-meta--inner {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
    font-size: 1.7rem;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.single-post .header-section .entry-meta--inner > span {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.single-post .header-section .entry-meta--separator {
    font-size: 2.4rem;
    line-height: 0;
}

.single-post .header-section .entry-meta--inner svg {
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
}

.single-post .content-sidebar-wrap {
    padding: var(--theme-section-padding) 0;
}

.single-post .content-sidebar-wrap .content {
    width: var(--theme-wrap-width);
    max-width: var(--theme-wrap-max-width);
    margin: 0 auto;
}

.single-post .entry {
    max-width: 760px;
    margin: 0 auto;
}

.single-post .entry-before {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    row-gap: 1rem;
    column-gap: 8rem;
    margin: 0 0 3rem;
}

.single-post .entry-before--time p {
    display: flex;
    align-items: center;
    gap: 1rem;
}

.single-post .entry-before--time p > span {
    display: flex;
    gap: 0.5rem;
}

.single-post .entry-before--share > div {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    gap: 1rem;
}

.single-post .entry-before--share .sharrre {
    margin: 0;
}

.single-post .entry-after {
    margin: 7rem 0 0;
    padding: 7rem 0 0;
    border-top: 1px solid #cdcdcd;
}

.single-post .custom-button + p,
.single-post .wp-block-table + p {
    margin-top: 4rem;
}

.single-post iframe[src*="youtube"] {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

@media (max-width: 1023px) {
    .single-post .header-section {
        padding: var(--theme-section-padding) 0;
    }
}

@media (max-width: 767px) {
    .single-post .header-section,
    .single-post .content-sidebar-wrap {
        padding: var(--theme-section-padding-mobile) 0;
    }

    .single-post .entry-after {
        margin: 6rem 0 0;
        padding: 6rem 0 0;
    }
}

/* Contact Page */

.contact-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    align-items: flex-start;
    row-gap: 4rem;
    column-gap: 6rem;
}

.contact-block {
    flex: 1 1 calc(50% - 3rem);
}

.contact-block:not(:last-child) {
    max-width: calc(50% - 3rem);
}

.contact-block .phone-number-block,
.contact-block .email-cta-block {
    margin: 1rem 0 0;
}

.contact-block .address-cta-block,
.contact-block .phone-number-block a,
.contact-block .email-cta-block a {
    display: flex;
    gap: 2rem;
    width: fit-content;
}

.contact-block h2 {
    font-size: 3.6rem;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 2.5rem;
}

.contact-block h3 {
    font-size: 2.6rem;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 2.5rem;
}

.contact-block .address-cta-block svg,
.contact-block .phone-number-block svg,
.contact-block .email-cta-block svg {
    width: 2rem;
    height: 2rem;
    margin: 0.4rem 0 0;
}

.contact-block .custom-socials {
    flex-direction: column;
    width: 100%;
    align-items: flex-start;
}

.contact-block .custom-social--link {
    display: flex;
    align-items: center;
    gap: 1.25rem;
}

.contact-block .phone-number-block a:hover,
.contact-block .email-cta-block a:hover,
.contact-block .custom-social--link:hover,
.contact-block .custom-social--link:hover svg {
    color: var(--shieldco-dark);
    opacity: 1;
}

.contact-block .custom-social--link p {
    margin: 0;
}

.contact-block:last-child .gb-container-content {
    display: flex;
}

.contact-block iframe {
    width: 100%;
    padding: 0 0 92px;
}

@media (max-width: 1095px) {
    .contact-block h2 {
        font-size: 3.2rem;
    }
}

@media (max-width: 991px) {
    .contact-block,
    .contact-block:not(:last-child) {
        flex: 1 1 100%;
        max-width: 100%;
    }

    .contact-block iframe {
        padding: 0;
    }
}

/* Additional CSS */

.header-section.simple > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    max-width: 760px;
    margin: 0 auto;
}

.entry-content .header-section.simple + .wp-block-genesis-blocks-gb-columns:not(.large-width) > .gb-layout-column-wrap {
    max-width: 760px;
}

.gallery-section h2 {
    margin: 0 0 4rem;
}

.gallery-slider {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.gallery-slider--main {
    position: relative;
    order: -1;
}

.gallery-slider--main .swiper {
    width: 65%;
}

.gallery-slider--main-image,
.gallery-slider--thumbnails-image {
    aspect-ratio: 16 / 9;
    display: flex;
    width: 100%;
    height: auto;
    border-radius: 1.5rem;
    overflow: hidden;
}

.gallery-slider--main-image {
    background-color: #fff;
    justify-content: center;
}

.gallery-section[style="background-color:#f5f5f5"] .gallery-slider--main-image {
    background-color: #f5f5f5;
}

.gallery-slider--thumbnails-image {
    aspect-ratio: 1 / 1;
    border: 0.5rem solid transparent;
    transition: 0.25s ease-in-out border-color;
}

.swiper-slide-thumb-active .gallery-slider--thumbnails-image {
    border-color: var(--shieldco-primary);
}

.gallery-slider--main-image img,
.gallery-slider--thumbnails-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.gallery-slider--main-image img {
    object-fit: contain;
    width: auto;
    border-radius: 1.5rem;
}

.gallery-slider--main .swiper-controls {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}

.gallery-slider--main .swiper-buttons {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8rem;
    width: 100%;
    height: 100%;
}

.gallery-slider--main .swiper-button-prev,
.gallery-slider--main .swiper-button-next {
    position: unset;
    display: flex;
    width: fit-content;
    height: fit-content;
    margin: 0 0 0 calc((17.5% - 48px) / 2);
}

.gallery-slider--main .swiper-button-next {
    margin: 0 calc((17.5% - 48px) / 2) 0 0;
}

.gallery-slider--main .swiper-button-prev:after,
.gallery-slider--main .swiper-button-next:after {
    display: none;
}

.gallery-slider--main .swiper-button-prev span,
.gallery-slider--main .swiper-button-next span {
    display: flex;
}

.gallery-slider--main .swiper-button-prev svg,
.gallery-slider--main .swiper-button-next svg {
    color: var(--shieldco-black);
    width: 2.4rem;
    height: 2.4rem;
    padding: 1.05rem;
    border: 1.5px solid var(--shieldco-black);
    border-radius: 50%;
    transition: 0.25s ease-in-out all;
}

.gallery-slider--main .swiper-button-prev svg:hover,
.gallery-slider--main .swiper-button-next svg:hover {
    color: var(--shieldco-dark);
    border-color: var(--shieldco-dark);
}

.gallery-section .custom-button {
    margin: 4rem 0 0;
}

.instagram-section .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 3rem;
    max-width: 550px;
    margin: 0 auto;
}

.instagram-section .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column {
    flex: 0 1 fit-content;
}

.instagram-section .wp-block-image {
    display: flex;
    max-width: 110px;
}

.instagram-section h3 {
    font-size: 3.6rem;
}

.locations-list {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    row-gap: 6rem;
    column-gap: 4rem;
    margin: 0;
}

.locations-list--item {
    list-style-type: none;
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}

.location-list--item-name h3 {
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}

.locations-list--item-cities ul {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin: 0;
}

.locations-list--city {
    list-style-type: none;
}

.locations-list--city a:hover {
    color: var(--shieldco-dark);
    opacity: 1;
}

.shieldco-locations-map {
	margin: 6rem 0 2rem;
}

.shieldco-locations-map path[id$='state'],
.shieldco-locations-map path[style] {
	fill: #f5f5f5;
    stroke: #a5a5a5 !important;
    stroke-width: 0.15px !important;
}

.shieldco-locations-map .active-state path[id$='state'],
.shieldco-locations-map .active-state path[style] {
	fill: var(--shieldco-primary);
}

.shieldco-locations-map path[id$='label'] {
	display: none;
}

@media (max-width: 991px) {
    .locations-list {
        grid-template-columns: repeat(3, 1fr);
    }
}

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

    .gallery-slider--main .swiper {
        width: 100%;
    }

    .gallery-slider--main .swiper-controls {
        position: unset;
        margin: 4rem 0 0;
    }

    .gallery-slider--main .swiper-buttons {
        justify-content: center;
        gap: 4rem;
    }

   .gallery-slider--main .swiper-button-prev,
   .gallery-slider--main .swiper-button-next {
        margin: 0;
    }
}

@media (max-width: 512px) {
    .locations-list {
        grid-template-columns: auto;
    }
}

/* About Page */

@media (min-width: 992px) {
    .family-history-section h2 {
        font-size: 6rem;
    }
}

.founder-section > .gb-layout-column-wrap {
    display: flex;
    flex-wrap: wrap;
}

.founder-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
    flex: 1 1 calc(57.5% - 4rem);
}

.founder-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
    flex: 1 1 calc(42.5% - 4rem);
}

.founder-section h3 {
    font-size: 3.6rem;
    font-weight: 500;
}

.founder-section--headshot > .gb-container-inside > .gb-container-content {
    position: relative;
    z-index: 1;
}

.founder-section--headshot .wp-block-image {
    position: relative;
    aspect-ratio: 1 / 1;
    display: flex;
    margin: 0;
    border-radius: 0;
    z-index: 2;
}

.founder-section--headshot .wp-block-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: auto;
}

.founder-section--headshot .custom-button {
    position: absolute;
    width: fit-content;
    height: fit-content;
    top: auto;
    bottom: 3rem;
    left: 3rem;
    z-index: 3;
}

.founder-section--headshot .custom-button a.button {
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 1.5rem;
    color: #fff;
    font-size: 3.2rem;
    font-weight: 500;
    font-family: 'Playfair Display', serif;
    border: none;
    border-radius: 0;
    margin: 0;
    padding: 0;
    text-transform: none;
    text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.3);
}

.founder-section--headshot .custom-button a.button:hover {
    opacity: 0.88;
}

.founder-section--headshot .custom-button a.button svg {
    filter: drop-shadow(0px 1px 2px rgba(0, 0, 0, 0.3));
}

.content-section .custom-button {
    margin: 3rem 0 0;
}

.video-section > .gb-layout-column-wrap {
    display: flex;
    flex-wrap: wrap;
}

.video-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
    flex: 1 1 calc(36% - 4rem);
}

.video-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
    flex: 1 1 calc(64% - 4rem);
}

.video-section iframe {
    aspect-ratio: 16 / 9;
    width: 100%;
    height: auto;
}

.team-members-archive {
    display: flex;
    flex-direction: column;
    gap: var(--theme-section-padding);
}

.team-members {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.team-members--title {
    max-width: 760px;
    margin: 0 auto;
}

.team-members--title h3 {
    font-size: 4.2rem;
    text-align: center;
}

.team-members--list {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    row-gap: 7rem;
    column-gap: 5rem;
}

.team-member--headshot {
    aspect-ratio: 5 / 4;
    display: flex;
    overflow: hidden;
}

.team-member--headshot.contain {
    background-color: #ccc;
    padding: 6rem;
}

.team-member--headshot img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: auto;
}

.team-member--headshot.contain img {
    object-fit: contain;
}

.team-member--name {
    margin: 2.5rem 0 0.5rem;
}

.team-member--name h4 {
    font-size: 2rem;
    text-align: center;
}

.team-member--date p {
    text-align: center;
}

.team-member--description {
    margin: 1.5rem 0 0;
}

.team-member--description p {
    font-size: 1.6rem;
    text-align: center;
}

@media (max-width: 991px) {
    .team-members--title h3 {
        font-size: 3.6rem;
    }
}

@media (max-width: 767px) {
    .founder-section--headshot .wp-block-image,
    .founder-section--headshot .wp-block-image img {
        max-height: 100%;
    }

    .team-members--list {
        grid-template-columns: repeat(2, 1fr);
    }

    .family-history-section .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
        gap: 3rem;
    }

    .team-members--title h3 {
        font-size: 3.2rem;
    }
}

@media (max-width: 512px) {
    .team-members--list {
        grid-template-columns: auto;
    }
}

/* Process Page */

.our-process-boxes > .gb-layout-column-wrap {
    column-gap: 6rem;
}

.our-process-boxes > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    background-color: #373542;
    padding: 5rem;
}

.our-process-tagline p {
    font-weight: 600;
    font-family: 'Playfair Display', serif;
    letter-spacing: 0.5px;
}

.our-process-boxes h2 {
    color: var(--shieldco-primary);
    font-size: 3.2rem;
    margin-top: 1.5rem;
}

.our-process-grid > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 4.5rem;
}

.our-process-grid .wp-block-genesis-blocks-gb-columns,
.our-process-grid .wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap,
.our-process-grid .wp-block-genesis-blocks-gb-columns .gb-block-layout-column {
    display: contents;
}

.our-process-grid .wp-block-genesis-blocks-gb-columns .gb-block-layout-column-inner {
    justify-content: center;
}

.our-process-grid h2 {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    font-size: 2.2rem;
    letter-spacing: 0.1px;
    word-spacing: 0.2px;
}

.our-process-grid h2 strong {
    font-size: 4rem;
}

.our-process-grid .wp-block-image {
    aspect-ratio: 1 / 1;
    display: flex;
    width: 100%;
    height: auto;
}

.our-process-grid .wp-block-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.mockups-section .wp-block-image {
    aspect-ratio: 1 / 1;
    display: flex;
    width: 70%;
    max-width: 400px;
    margin: 0;
    border-radius: 0;
}

.mockups-section .wp-block-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.max-960 {
    max-width: 960px;
    margin: 0 auto;
}

.max-760 {
    max-width: 760px;
    margin: 0 auto;
}

.max-650 {
    max-width: 650px;
    margin: 0 auto;
}

.image-display-row {
    margin: 6rem 0 0;
}

.image-display-row > .gb-layout-column-wrap {
    gap: 4rem;
}

.image-display-row .wp-block-image {
    aspect-ratio: 7 / 8;
    display: flex;
    width: 100%;
}

.image-display-row .wp-block-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

@media (max-width: 767px) {
    .our-process-grid > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
        display: flex;
    }
}

/* Single Location Page */

.single-location .header-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    margin: 0 auto;
}

.single-location .header-section h1 {
    text-align: center;
}

.single-location .entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    max-width: 1000px;
}

.single-location .entry-content > .wp-block-genesis-blocks-gb-columns.testimonials-section > .gb-layout-column-wrap,
.single-location .entry-content > .wp-block-genesis-blocks-gb-columns.location-benefits-section > .gb-layout-column-wrap {
    max-width: var(--theme-wrap-max-width);
}

.custom-logo-section--graphic {
    margin: 3rem 0 6rem;
}

.custom-logo-section--graphic > .gb-layout-column-wrap {
    display: flex;
    gap: 0;
}

.custom-logo-section--graphic > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
    flex: 1 1 57.5%;
}

.custom-logo-section--graphic > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
    flex: 1 1 42.5%;
}

.custom-logo-section--graphic .wp-block-image {
    aspect-ratio: 1 / 1;
    display: flex;
    width: 100%;
    border-radius: 0;
}

.custom-logo-section--graphic .wp-block-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.custom-logo-section--graphic > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
    background-color: #000;
    width: calc(100% + 3rem);
    height: fit-content;
    margin: 5rem 0 0 -3rem;
    padding: 5rem;
}

.custom-logo-section--graphic h3 {
    color: #fff;
    font-size: 3.2rem;
    font-weight: 500;
    font-family: 'Roboto Condensed', sans-serif;
    margin: 0 0 2rem;
}

.custom-logo-section--graphic h3 + p {
    color: #aeaeae;
    font-size: 1.6rem;
}

.sign-types-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.sign-types-section--bottom h3 {
    font-size: 2rem;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 2rem 0;
    letter-spacing: 2.6px;
    word-spacing: 1.2px;
    text-transform: uppercase;
}

.sign-types-section--bottom h3:first-child {
    margin-top: 0;
}

.sign-types-section--bottom .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    gap: 3rem;
}

.sign-types-section--bottom .wp-block-genesis-blocks-gb-columns:not(:first-child) {
    margin: 3rem 0 0;
}

.sign-types-section--bottom .wp-block-genesis-blocks-gb-columns .wp-block-image {
    aspect-ratio: 1 / 1;
    display: flex;
    width: 100%;
    margin: 0;
    border-radius: 0;
}

.sign-types-section--bottom .wp-block-genesis-blocks-gb-columns .wp-block-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.sign-types-section--bottom .wp-block-genesis-blocks-gb-columns .wp-block-image + p {
    font-size: 1.6rem;
    margin: 1.5rem 0 0;
}

.sign-types-section--bottom .wp-block-genesis-blocks-gb-columns:only-child > .gb-layout-column-wrap {
    gap: 4rem;
}

.sign-types-section--bottom .wp-block-genesis-blocks-gb-columns:only-child .wp-block-image {
    aspect-ratio: 5 / 4;
    display: flex;
    margin: 0;
    border-radius: 0;
}

.sign-types-section--bottom .wp-block-genesis-blocks-gb-columns:only-child .wp-block-image + p {
    font-size: 1.8rem;
    margin: 2rem 0 0;
}

.location-benefits-section h2 {
    margin: 0;
}

.location-benefits {
    margin: 6rem 0;
}

.location-benefits > .gb-layout-column-wrap {
    gap: 6rem;
}

.location-benefits h3 {
    font-size: 2rem;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
    margin: 3rem 0 2rem;
    letter-spacing: 2.6px;
    word-spacing: 1.2px;
    text-transform: uppercase;
}

.location-benefits svg {
    font-size: 7rem;
}

.client-success-section h3 {
    font-size: 2rem;
    font-weight: 400;
    font-family: 'Roboto', sans-serif;
    margin: 2rem 0;
    letter-spacing: 2.6px;
    word-spacing: 1.2px;
    text-transform: uppercase;
}

.client-success-section--items {
    margin: 3rem 0 6rem;
}

.client-success-section--items > .gb-layout-column-wrap {
    gap: 4rem;
}

.client-success-section--items .wp-block-image {
    aspect-ratio: 7 / 4;
    display: flex;
    width: 100%;
    margin: 0;
    border-radius: 0;
}

.client-success-section--items .wp-block-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

.client-success-section--items .wp-block-image + p {
    font-size: 1.8rem;
    margin: 2rem 0 0;
}

.location-cta-section h2 + .wp-block-image {
    margin: 3rem 0 6rem;
    border-radius: 0;
}

@media (max-width: 991px) {
    .location-benefits > .gb-layout-column-wrap {
        display: flex;
        flex-wrap: wrap;
    }

    .location-benefits > .gb-layout-column-wrap > .gb-block-layout-column {
        flex: 1 1 calc(50% - 3rem);
    }
}

@media (max-width: 767px) {
    .custom-logo-section--graphic > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
        width: 100%;
        margin: 0;
    }
}

/* WCAG Audit Edits */

@media (min-width: 1024px) {
    .site-header:not(.fixed) .nav-primary .menu > .menu-item > a,
    .site-header:not(.fixed) .nav-primary .menu > .menu-item > p,
    .site-header:not(.fixed) .primary-menu-ctas .phone-number-block a.phone-link {
        background-color: #000;
	    background-clip: text;
    }

    .site-header:not(.fixed) .nav-primary .menu > .menu-item > a:hover,
    .site-header:not(.fixed) .primary-menu-ctas .phone-number-block a.phone-link:hover {
        color: var(--shieldco-light);
    }
}

.site-footer .modal-body .gform_wrapper.gravity-theme .gfield_label {
    color: #000;
}

.site-footer .gform_wrapper.gravity-theme .gfield_label .gfield_required {
    color: #c02b0a;
}

.site-footer .gform_wrapper.gravity-theme .gfield_label,
.site-footer .gform_wrapper.gravity-theme .gfield_label .gfield_required {
    color: #fff;
}

.home .bottom-page-cta .above-header-tagline p strong {
    color: #a0691c;
}

.founder-section--headshot {
    background-color: var(--shieldco-secondary);
}

.share-filled .twitter .share {
    background-color: #067ca7;
}

.home-carousel .swiper-slide {
    pointer-events: none;
}

.home-carousel .swiper-slide.swiper-slide-visible {
    pointer-events: all;
}

.entry-content .wp-block-table {
    max-width: 960px;
    margin: 3rem auto 0;
}

.entry-content .wp-block-table td {
    padding: 1.2rem 2.4rem;
    text-align: left;
}

@media (max-width: 767px) {
    .entry-content .wp-block-table tr {
        display: flex;
        flex-direction: column;
    }

    .entry-content .wp-block-table tr td {
        font-size: 1.7rem;
        border-bottom: 0;
        text-align: center;
    }

    .entry-content .wp-block-table tr:last-child > td:last-child {
        border-bottom: 1px solid;
    }

    .align-left-mobile .has-text-align-center {
        text-align: left;
    }
}

/* Final Edits / Feedback */

.front-page-7 .reach-out-section {
    padding: var(--theme-section-padding) 0;
}

.reach-out-section {
    overflow: hidden;
}

.reach-out-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child {
    position: relative;
    padding: 0 8rem 0 0;
}

.reach-out-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child:before {
    content: '';
    background-color: #f5f5f5;
    position: absolute;
    width: 50vw;
    height: calc(100% + (var(--theme-section-padding) * 2));
    top: calc(var(--theme-section-padding) * -1);
    left: auto;
    right: 0;
}

.wp-block-genesis-blocks-gb-columns:not([style*='background-color']) + .reach-out-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child:before,
.wp-block-genesis-blocks-gb-columns[style*='background-color:#ffffff'] + .reach-out-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child:before,
.front-page-7 .reach-out-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child:before {
    border-top-right-radius: 6rem;
}

.reach-out-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
    padding: 0 0 0 8rem;
}

.front-page-7 .reach-out-section > .gb-layout-column-wrap {
    width: var(--theme-wrap-width);
    max-width: var(--theme-wrap-max-width);
    margin: 0 auto;
}

.reach-out-section > .gb-layout-column-wrap {
    gap: 0;
}

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

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

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

.contact-steps--items-border {
    position: absolute;
    width: 100%;
    height: calc(100% - 16px);
    top: 16px;
    left: -4rem;
    border-left: 2px solid #ddd;
    z-index: 2;
}

.contact-steps--items-inner {
    display: flex;
    flex-direction: column;
    gap: 7rem;
    width: 100%;
    height: 100%;
}

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

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

.contact-step:last-of-type:after {
    content: '';
    background-color: #fff;
    position: absolute;
    display: block;
    top: 11px;
    left: calc(-4rem - 6px);
    width: 100%;
    height: 100%;
    z-index: -1;
}

.contact-step--heading h3 {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 1.5rem;
}

.contact-step--copy p {
    font-size: 1.7rem;
}

.reach-out-ctas {
    margin: 6rem 0 0;
    padding: 6rem 0 0;
    border-top: 1.5px solid #f0f0f0;
}

.reach-out-ctas > .gb-layout-column-wrap {
    gap: 6rem;
}

.reach-out-ctas h3 {
    font-size: 2.5rem;
    font-weight: 700;
    font-family: 'Roboto', sans-serif;
    margin: 0 0 1.5rem;
}

.reach-out-ctas p {
    font-size: 1.7rem;
}

.reach-out-ctas .custom-button a.button {
    background-color: transparent;
    display: flex;
    align-items: center;
    gap: 1.25rem;
    color: #a0691c;
    font-size: 1.8rem;
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
}

.reach-out-ctas .custom-button a.button:hover {
    gap: 1.75rem;
    filter: brightness(1.15);
}

@media (max-width: 1199px) {
    .reach-out-ctas > .gb-layout-column-wrap {
        display: flex;
        flex-direction: column;
    }
}

@media (max-width: 991px) {
    .reach-out-section > .gb-layout-column-wrap {
        display: flex;
        flex-direction: column;
        gap: calc(var(--theme-section-padding) * 2);
    }

    .reach-out-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child,
    .reach-out-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child {
        padding: 0;
    }

    .reach-out-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child:before {
        width: 100vw;
        left: -4vw;
        border-top-right-radius: 0;
    }

    .contact-steps--items {
        width: 100%;
        height: 100%;
    }

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

    .reach-out-ctas > .gb-layout-column-wrap {
        flex-direction: row;
    }
}

@media (max-width: 767px) {
    .front-page-7 .reach-out-section {
        padding: var(--theme-section-padding-mobile) 0;
    }

    .reach-out-section > .gb-layout-column-wrap {
        gap: calc(var(--theme-section-padding-mobile) * 2);
    }

    .reach-out-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child:before {
        height: calc(100% + (var(--theme-section-padding-mobile) * 2));
        top: calc(var(--theme-section-padding-mobile) * -1);
    }

    .contact-step--heading h3,
    .reach-out-ctas h3 {
        font-size: 2.2rem;
    }
}

@media (max-width: 600px) {
    .reach-out-ctas > .gb-layout-column-wrap {
        flex-direction: column;
    }
}

.youtube-lightbox {
    overflow: hidden;
    border-radius: 1.5rem;
}

.youtube-lightbox:not(:only-child) {
    margin: 0 0 4rem;
}

.youtube-lightbox button {
    background-color: transparent;
    position: relative;
    display: flex;
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    pointer-events: all;
    cursor: pointer;
    z-index: 1;
}

.youtube-lightbox button:before {
    content: '';
    background-color: #000;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    opacity: 0.1;
    transition: opacity 0.25s ease-in-out;
    z-index: 2;
}

.youtube-lightbox button:hover:before {
    opacity: 0;
}

.youtube-lightbox--image {
    position: relative;
    width: 100%;
    z-index: 0;
}

.youtube-lightbox--icon {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 3;
}

.youtube-lightbox--icon svg {
    aspect-ratio: 1 / 1;
    position: relative;
    width: 25%;
    height: auto;
    color: #fff;
    filter: drop-shadow(2px 3px 7px rgba(0, 0, 0, 0.5));
    transition: 0.25s ease-in-out all;
}

.youtube-lightbox:hover .youtube-lightbox--icon svg {
    filter: drop-shadow(2px 3px 5px rgba(0, 0, 0, 0.2));
}

.modal[id*="shieldCoVideo"] {
    z-index: 9999999999;
}

.modal-backdrop {
	background: rgba(0, 0, 0, 0.8);
}

.modal-backdrop.show {
	opacity: 1;
}

.modal[id*="shieldCoVideo"] .modal-dialog {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 100%;
	max-width: 85vw;
	height: 100%;
	margin: 0 auto;
	transform: none;
	overflow: hidden;
}

.modal[id*="shieldCoVideo"] .modal-content {
	background: transparent;
	display: block;
	width: 100%;
	height: 100%;
	max-height: 85vh;
	margin: 0 auto;
}

.modal[id*="shieldCoVideo"] .modal-header {
	position: fixed;
	justify-content: flex-end;
	width: 100%;
	height: auto;
	top: 0;
	left: 0;
	padding: 2vw;
    border: none;
}

.modal[id*="shieldCoVideo"] .modal-header .btn-close {
	background: none;
	position: relative;
	display: block;
	height: fit-content;
	width: 25px;
	height: 25px;
	margin: 0;
	padding: 0;
	pointer-events: all;
	cursor: pointer;
	outline: none;
	z-index: 2;
}

.modal[id*="shieldCoVideo"] .modal-header .btn-close:before {
	content: '\f00d';
	display: none;
	font-weight: 900;
	font-family: 'Font Awesome 6 Pro';
}

.modal[id*="shieldCoVideo"] .modal-header .btn-close svg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
	color: #fff;
	opacity: 0.8;
	transition: 0.25s ease-in-out opacity;
}

.modal[id*="shieldCoVideo"] .modal-header .btn-close:hover svg {
	opacity: 1;
}

.modal[id*="shieldCoVideo"] .modal-body {
    display: flex;
    flex-direction: column;
    justify-content: center;
	width: 100%;
	height: 100%;
	padding: 0;
}

.modal[id*="shieldCoVideo"] .modal-body iframe {
	aspect-ratio: 16 / 9;
	display: block;
	width: 100%;
	height: auto;
}

.ppc-tagline p {
    font-size: 2rem;
    font-weight: 500;
}

.ppc-tagline + h2 {
    margin-top: 1.5rem;
}

.entry-content .wide-images .wp-block-image {
    display: flex;
    width: 100%;
    height: 100%;
}

.entry-content .wide-images .wp-block-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
}

/* 02/20/25 */

.nav-top .menu > .menu-item > a .custom-icon {
    min-width: 14px;
    min-height: 14px;
}

/* 03/18/25 */

@media (min-width: 768px) {
    .roadmap-section > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner {
        padding: 0;
    }

    .roadmap-section > .gb-layout-column-wrap > .gb-block-layout-column:last-child > .gb-block-layout-column-inner {
        height: 100%;
        margin: 0;
    }

    .image-roadmap {
        position: unset;
        align-items: center;
        padding: 0;
    }

    .image-roadmap--column.one {
        transform: none;
    }
}


/* hero carousel */
.hero-carousel {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.carousel-inner {
  position: relative;
  width: 100%;
  height: 650px;
  overflow: hidden;
}

.hero-carousel .carousel-item {
  transition: transform 0.6s ease-in-out;
  height: 650px;
}

.hero-carousel-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-carousel-control-prev-icon,
.hero-carousel-control-next-icon {
  background-color: rgba(0, 0, 0, 0.5);
  border-radius: 50%;
  padding: 1rem;
  height: 4rem;
  width: 4rem;
}

.hero-carousel button {
  box-shadow: unset;
}

.hero-carousel button:hover,
.hero-carousel button:focus,
.hero-carousel a.button:hover,
.hero-carousel a.button:focus,
.hero-carousel input[type='submit']:hover,
.hero-carousel input[type='submit']:focus {
  background-color: transparent;
}

.hero-carousel .carousel-control-prev,
.hero-carousel .carousel-control-next {
  width: 10%;
}

@media (max-width: 768px) {
  .carousel-inner,
  .hero-carousel .carousel-item {
    height: 300px;
  }

  .hero-carousel-img {
    height: 100%;
  }
}


.step-section--image img {
    aspect-ratio: 2 / 1;
    object-fit: cover;
    object-position: center center;
    border-radius: 1.5rem;
}

#hubspot-form-container-2fbe8a8c-d9ee-442c-b20b-4f8b3127cdf4 {
    scroll-margin-top: 600px;
}

/* 06/05/25 */

.entry-content > .wp-block-columns {
    margin: 0;
}

.ppc-intro > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    gap: 6rem;
}

.ppc-intro h4 {
    margin: 0;
}

.product-faqs li a {
    color: #a0691c;
    font-weight: 500;
    padding: 0 0 0 0.5rem;
}

.product-faqs li a:hover {
    color: #000;
}

@media (min-width: 1024px) {
    body.home .site-header:not(.fixed),
    body.flush-bg .site-header:not(.fixed) {
        box-shadow: none;
    }
}

.add-border-radius figure img {
    border-radius: 1.5rem;
}

.shieldco-foogallery .foogallery {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 10px;
    min-width: 100%;
    margin: 0;
    padding: 0;
}

.gb-block-layout-column:not(:only-child) .shieldco-foogallery .foogallery {
    grid-template-columns: repeat(3, 1fr);
}

.foogallery-section .shieldco-foogallery {
    margin: 4rem 0 0;
}

.shieldco-foogallery .foogallery .fg-item {
    margin: 0;
}

.shieldco-foogallery .foogallery .fg-item .fg-image {
    width: 100% !important;
}

@media (max-width: 1095px) {
    .shieldco-foogallery .foogallery {
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (max-width: 991px) {
    .shieldco-foogallery .foogallery {
        grid-template-columns: repeat(4, 1fr);
    }

    .gb-block-layout-column:not(:only-child) .shieldco-foogallery .foogallery {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 767px) {
    .shieldco-foogallery .foogallery,
    .gb-block-layout-column:not(:only-child) .shieldco-foogallery .foogallery {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (max-width: 600px) {
    .shieldco-foogallery .foogallery,
    .gb-block-layout-column:not(:only-child) .shieldco-foogallery .foogallery {
        grid-template-columns: repeat(2, 1fr);
    }
}