/*
 * 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: 'Noto Sans', sans-serif;
    font-size: 2rem;
    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;
}

*::-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 4rem 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 {
	display: block;
	max-width: 100%;
}

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

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

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

.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,
.entry-content > .page-section > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap,
.entry-content > .page-section > .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,
.entry-content .gb-block-container,
.entry-content > .page-section > .wp-block-genesis-blocks-gb-columns,
.entry-content > .page-section > .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,
.entry-content > .page-section > .wp-block-genesis-blocks-gb-columns.no-padding-top,
.entry-content > .page-section > .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,
.entry-content > .page-section > .wp-block-genesis-blocks-gb-columns.no-padding-bottom,
.entry-content > .page-section > .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,
.entry-content > .page-section > .wp-block-genesis-blocks-gb-columns.no-padding,
.entry-content > .page-section > .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,
	.entry-content > .page-section > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap,
	.entry-content > .page-section > .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,
	.entry-content > .page-section > .wp-block-genesis-blocks-gb-columns,
	.entry-content > .page-section > .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: #f5f5f5;
	position: relative;
	display: flex;
	padding: 1.25rem 0;
    border-bottom: 1px solid #dbdbdb;
	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 {
    font-size: 1.4rem;
    font-weight: 500;
	line-height: 1.3;
}

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

.site-header.shrink {
	background-color: #fff;
	box-shadow: 0 0 2rem rgba(57, 62, 75, 0.38);
}

.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 {
	display: flex;
	align-items: center;
	width: 20rem;
	margin: 0 auto 0 0;
	/* padding: 2rem 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: 80px;
	transition: 0.25s ease-in-out max-height, 0.25s ease-in-out filter;
}

.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.shrink .title-area a img {
	max-height: 60px;
	filter: none;
}

/* .site-header.shrink .title-area a img.primary {
	opacity: 0;
}

.site-header.shrink .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: 3rem;
	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; */
	padding: 0.5rem 0;
	transition: 0.25s ease-in-out all;
}

/* .site-header.shrink .nav-primary .menu > .menu-item {
    padding: 2.75rem 0;
} */

.nav-primary .menu > .menu-item > a {
    font-size: 1.5rem;
    font-weight: 600;
	line-height: 2.5rem;
}






.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 {
	margin: 0;
}

.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;
}

/* ## 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 {
	--theme-wrap-width: 90%;
	--theme-wrap-max-width: 1200px;
	--theme-wrap-padding-mobile: 6vw;
	--theme-section-padding: 10rem;
	--theme-section-padding-mobile: 6rem;
	scroll-padding-top: 100px;
}

.site-header {
    background-color: transparent;
    position: fixed;
	padding: 2rem 0;
}

.nav-primary .menu {
	display: flex;
	align-items: center;
}

.nav-primary .menu .menu-item {
    list-style-type: none;
    display: flex;
}

.nav-primary .menu .menu-item a {
    color: #fff;
    font-size: 1.6rem;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.27);
}

.nav-primary .menu .menu-item a:hover {
	color: #dbdbdb;
}

.site-header.shrink .nav-primary .menu .menu-item a {
	color: #000;
	text-shadow: none;
}

.site-header.shrink .nav-primary .menu .menu-item a:hover {
	color: #000;
	opacity: 0.7;
}

.title-area a img {
    filter: brightness(0) invert(1);
}

.entry-content > .hero-section {
    background-position: center 13%;
}

.hero-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    gap: 1.92rem;
	padding: 6rem 0;
}

.hero-section h1 {
	color: #fff;
    font-size: 4.8rem;
    font-weight: 700;
    /* letter-spacing: -0.1px; */
    /* line-height: 1.125; */
	line-height: 1.3;
    margin: 0;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.27);
}

.hero-section h1 + p {
	color: #fff;
    font-size: 1.28rem;
    font-weight: 800;
    /* line-height: 1.125; */
	line-height: 1.3;
    letter-spacing: 1.4px;
    text-transform: uppercase;
	text-shadow: 0px 2px 3px rgba(0, 0, 0, 0.27);
}

.entry-content h2 {
    font-size: 3.2rem;
    font-weight: 700;
    /* letter-spacing: -0.1px; */
    /* line-height: 1.125; */
	line-height: 1.3;
    text-transform: uppercase;
}

.entry-content p {
	font-size: 2rem;
	/* letter-spacing: -0.1px; */
    line-height: 1.4;
}

.entry-content p a:not(.button) {
    color: #102889;
    font-weight: 600;
}

.entry-content p a:not(.button):hover {
    opacity: 0.8;
}

.entry-content > .page-section[data-type='divisions'] > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    width: 96vw;
    max-width: calc((600px * 4) + (2rem * 3));
}

.division-boxes {
    display: grid;
    grid-template-columns: repeat(auto-fit, 600px);
    justify-content: center;
    gap: 2rem;
	margin: 4rem 0 0;
}

.division-box--link,
.division-box--container {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	height: 100%;
	border-radius: 8px;
	box-shadow: 0px 4px 8px 0px rgb(0, 0, 0, 0.2);
	overflow: hidden;
}

.division-box--link:hover {
	color: initial;
	transform: translateY(-2px);
}

.division-box--image {
    display: flex;
    align-items: stretch;
}

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

.division-box--content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
    padding: 2rem;
}

.division-box--content-heading h3 {
    font-size: 2rem;
    font-weight: 700;
    /* letter-spacing: -0.1px; */
    /* line-height: 1.125; */
	line-height: 1.3;
	text-align: center;
}

.division-box--content-tagline p {
    font-size: 1.9rem;
    font-weight: 500;
    font-style: italic;
    text-align: center;
    text-transform: uppercase;
}

.division-box--content-copy p {
    font-size: 1.7rem;
    /* letter-spacing: -0.1px; */
	text-align: center;
}

.entry-content > .page-section[data-type='divisions'] > .wp-block-genesis-blocks-gb-columns {
    padding-top: 0;
}

.entry-content .page-section[data-type='about'] p {
	padding: 3rem 0 0;
	border-top: 1px solid rgba(0.17, 0.17, 0.17, 0.2);
    text-align: left;
}

.page-section[data-type='about'] .gb-block-layout-column-inner {
    max-width: 960px;
    margin: 0 auto;
}

.entry-content > .page-section[data-type='why-us'] > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    grid-template-columns: 1fr 55%;
    gap: 6rem;
}

.entry-content > .page-section[data-type='why-us'] > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:first-child,
.entry-content > .page-section[data-type='why-us'] > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner,
.entry-content > .page-section[data-type='why-us'] > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:first-child > .gb-block-layout-column-inner > .wp-block-image {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.page-section[data-type='why-us'] .wp-block-image img {
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 15px;
}

.page-section[data-type='process'] .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    gap: 4rem;
}

.page-section[data-type='process'] .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column {
	position: relative;
}

.page-section[data-type='process'] .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.page-section[data-type='process'] .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:not(:last-child):after {
    content: '';
    background-image: url(/wp-content/themes/nvt/assets/images/process-line.png);
    position: absolute;
    width: calc(100% + 4rem - 50px - 0.5rem);
    height: 2px;
    top: 24px;
    left: 50px;
}

.page-section[data-type='process'] .wp-block-genesis-blocks-gb-columns .wp-block-genesis-blocks-gb-columns {
	padding: 0;
}

.page-section[data-type='process'] i,
.page-section[data-type='process'] svg {
	background-color: #eaeaea;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    position: relative;
    width: 3rem;
	min-width: 3rem;
    height: 3rem;
	min-height: 3rem;
	color: #102889;
    font-size: 3rem;
    padding: 1.5rem;
    margin: 0;
    border-radius: 100%;
	box-sizing: content-box;
    z-index: 2;
}

.page-section[data-type='process'] h3 {
    font-size: 2.2rem;
    font-weight: 700;
    margin: 0;
}

.page-section[data-type='process'] p {
    font-size: 1.8rem;
}

.entry-content > .page-section[data-type='contact'] > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    gap: 6rem;
}

.page-section[data-type='contact'] .disclaimer {
    padding: 0;
}

.page-section[data-type='contact'] .disclaimer p {
    font-size: 1.7rem;
    font-style: italic;
}

.page-section[data-type='contact'] .wp-block-image {
	position: relative;
    max-width: 450px;
    margin: 4rem auto 0;
}

.page-section[data-type='contact'] .wp-block-image:before {
    content: '';
	background-color: #57ad0c;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 120px;
    width: 120px;
    border-radius: 50%;
    opacity: 0.6;
}

.page-section[data-type='contact'] .wp-block-image img {
    aspect-ratio: 1 / 1;
    object-fit: cover;
    object-position: center center;
    width: 100%;
    height: 100%;
    border-radius: 50%;
}

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

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

.gform_wrapper.gravity-theme .gfield_label {
    display: flex;
    align-items: center;
    gap: 0.5rem;
	font-weight: 600;
    line-height: 1.2;
    margin: 0 0 1rem;
}

.gform_wrapper.gravity-theme .gfield_label .gfield_required {
	padding: 0;
}

.gform_wrapper.gravity-theme .gfield input,
.gform_wrapper.gravity-theme .gfield select,
.gform_wrapper.gravity-theme .gfield textarea {
    min-height: 44px;
    font-size: 1.5rem;
    line-height: 1.7;
    padding: 8px 12px;
    outline: 0;
    border: 1px solid #b2b2b2;
    border-radius: .6rem;
    transition: 0.25s ease-in-out border-color;
}

.gform_wrapper.gravity-theme .gfield input:focus,
.gform_wrapper.gravity-theme .gfield select:focus,
.gform_wrapper.gravity-theme .gfield textarea:focus {
    border-color: #102889;
}

.gform_wrapper.gravity-theme .gfield input::-webkit-input-placeholder,
.gform_wrapper.gravity-theme .gfield select:not(.selected),
.gform_wrapper.gravity-theme .gfield textarea::-webkit-input-placeholder {
	color: #757575
}

.gform_wrapper.gravity-theme .gfield input::-moz-placeholder,
.gform_wrapper.gravity-theme .gfield textarea::-moz-placeholder {
	color: #757575
}

.gform_wrapper.gravity-theme .gfield input:-moz-placeholder,
.gform_wrapper.gravity-theme .gfield textarea:-moz-placeholder {
	color: #757575
}

.gform_wrapper.gravity-theme .gfield input:-ms-input-placeholder,
.gform_wrapper.gravity-theme .gfield textarea:-ms-input-placeholder {
	color: #757575
}

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

.gform_wrapper.gravity-theme .gfield .ginput_container_select {
    position: relative;
    display: flex;
    align-items: center;
}

.gform_wrapper.gravity-theme .gfield .ginput_container_select:after {
    content: '\f078';
    display: none;
    font-weight: 400;
    font-family: 'Font Awesome 6 Pro';
}

.gform_wrapper.gravity-theme .gfield .ginput_container_select svg {
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 1.3rem;
    height: 1.3rem;
    top: auto;
    right: 1.2rem;
    color: #000;
    font-size: 1.3rem;
    pointer-events: none;
}

.gform_wrapper.gravity-theme .gform-footer .gform_button.button {
    background-color: #102889;
	position: relative;
    font-size: 1.8rem;
    font-weight: 600;
	line-height: 1 !important;
    padding: 12px 24px;
    border: 1px solid #102889;
    border-radius: 5rem;
}

.gform_wrapper.gravity-theme .gform-footer .gform_button.button:hover {
    background-color: #fff;
	color: #102889;
    border: 1px solid #102889;
}

.site-footer {
    background-color: #000d44;
	padding: var(--theme-section-padding) 0;
}

/* .site-footer .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    grid-template-columns: 25% 1fr 1fr 1fr;
    gap: 6rem;
} */

.site-footer .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
	display: block;
}

.site-footer .gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    width: max(300px, 25%);
    margin: 0 auto;
}

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

.site-footer .wp-block-image img {
    filter: brightness(0) invert(1);
    max-width: 140px;
	margin: 0 auto;
}

.site-footer p,
.site-footer a {
    color: #fff;
    margin: 0;
}

.site-footer a:hover {
	color: #dbdbdb;
}

.site-footer .gb-block-layout-column:not(:first-child) .wp-block-image img {
    object-fit: contain;
    max-height: 60px;
    margin: 0 auto;
}

.site-footer .gb-block-layout-column:first-child p {
    font-size: 1.9rem;
	text-align: center;
}

.site-footer .gb-block-layout-column:not(:first-child) p {
    font-size: 1.7rem;
    text-align: center;
}

.site-footer .gb-block-layout-column:not(:first-child) a.button {
    background-color: transparent;
    position: relative;
    font-size: 1.6rem;
    font-weight: 600;
    margin: 0.5rem auto 0;
    padding: 12px 24px;
    border: 1px solid #fff;
    border-radius: 5rem;
	text-align: center;
}

.site-footer .gb-block-layout-column:not(:first-child) a.button:hover {
	background-color: rgba(255, 255, 255, 0.1);
}

@media (max-width: calc(((600px * 4) + (2rem * 3)) / 0.96)) {
	.entry-content > .page-section[data-type='divisions'] > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		width: var(--theme-wrap-width);
		max-width: var(--theme-wrap-max-width);
	}

	.division-boxes {
		grid-template-columns: repeat(auto-fit, calc((1200px - 6rem) / 4));
	}

	.division-box--link,
	.division-box--container {
		grid-template-columns: auto;
		grid-template-rows: 200px 1fr;
	}
}

@media (max-width: 991px) {
	.entry-content > .page-section[data-type='why-us'] > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		display: flex;
		flex-direction: column-reverse;
	}

	.page-section[data-type='why-us'] .wp-block-image img {
		max-height: 300px;
	}

	.page-section[data-type='process'] .wp-block-genesis-blocks-gb-columns .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		grid-template-columns: repeat(2, 1fr);
		grid-template-areas: unset !important;
	}

	.page-section[data-type='process'] .wp-block-genesis-blocks-gb-columns .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column {
		grid-area: unset !important;
	}

	.page-section[data-type='process'] .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap > .gb-block-layout-column:not(:last-child):after {
		display: none;
	}
	
	.site-footer .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		grid-template-columns: repeat(2, 1fr);
	}

	.site-footer .gb-block-layout-column:first-child {
		grid-row: 1 / span 3;
		grid-column: 1;
	}

	.site-footer .gb-block-layout-column:nth-child(2) {
		grid-row: 1;
		grid-column: 2;
	}

	.site-footer .gb-block-layout-column:nth-last-child(2) {
		grid-row: 2;
		grid-column: 2;
	}

	.site-footer .gb-block-layout-column:last-child {
		grid-row: 3;
		grid-column: 2;
	}
}

@media (max-width: 767px) {
	.nav-primary {
		display: none;
	}

	.title-area a img {
		max-height: 60px;
	}

	.hero-section > .gb-layout-column-wrap > .gb-block-layout-column > .gb-block-layout-column-inner {
		max-width: 350px;
		margin: 0 auto;
		padding: 3rem 0;
	}

	.hero-section h1 {
		font-size: 3.6rem;
	}

	.hero-section h1 + p {
		font-size: 1.2rem;
		line-height: 1.6;
	}

	.entry-content > .page-section[data-type='divisions'] > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		width: 100%;
		max-width: 100%;
	}

	.page-section[data-type='about'] h2 {
		text-align: left;
	}

	.page-section[data-type='process'] .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		display: flex;
		flex-direction: column;
	}

	.page-section[data-type='contact'] .gb-block-layout-column,
	.page-section[data-type='contact'] .gb-block-layout-column-inner {
		display: contents;
	}

	.entry-content > .page-section[data-type='contact'] > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		display: flex;
		flex-direction: column;
		gap: 0;
	}

	.page-section[data-type='contact'] .wp-block-image {
		order: 1;
		max-width: 300px;
	}

	.page-section[data-type='contact'] .wp-block-image:before {
		width: 80px;
		height: 80px;
	}

	.page-section[data-type='contact'] .gform_wrapper.gravity-theme {
		margin: 4rem 0 0;
	}

	.site-footer {
		padding: var(--theme-section-padding-mobile) 0;
	}

	.site-footer .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
		display: flex;
		flex-direction: column;
	}

	.site-footer .gb-block-layout-column:not(:first-child) .wp-block-image img {
		margin: 0;
	}

	.site-footer .gb-block-layout-column:not(:first-child) p {
		text-align: left;
	}

	.site-footer .gb-block-layout-column:not(:first-child) a.button {
		margin: 0.5rem 0 0;
	}
}

@media (max-width: 600px) {
	.division-boxes {
		grid-template-columns: min(300px, 100%);
	}
}