/*
* 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: 'DM 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: 6.4rem;
	font-weight: 700;
	line-height: 1.2;
	margin: 0 0 3rem;
	background-color: transparent;
}

h2 {
	font-size: 4.8rem;
	font-weight: 700;
	line-height: 1.3;
	margin: 6rem 0 3rem;
	color: #313781;
}

h3 {
	font-size: 2.4rem;
	font-weight: 600;
	line-height: 1.4;
	margin: 4rem 0 2rem;
	color: #23275C;
}

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

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

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

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

p:last-child {
	margin: 0;
}

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

a:hover,
a:focus {
	color: #23275C;
}

button,
a.button,
input[type='submit'] {
	background-color: #23275C;
	margin-top: 1rem;
	border: 0;
	border-radius: 1rem;
	color: #ffffff;
	cursor: pointer;
	font-size: 15px;
	font-size: 1.6rem;
	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: #fff;
	color: #23275C;
	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
--------------------------------------------- */

/* .entry-content > .gb-block-container > .gb-container-inside  */

.wrap,
.basic-page .content-sidebar-wrap,
.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
	/* 	width: var(--theme-wrap-width); */
	width: 96%;
	max-width: var(--theme-wrap-max-width);
	margin: 0 auto;
}

.entry-content > .wp-block-genesis-blocks-gb-columns,
.entry-content > .gb-block-container {
	/* 	padding: var(--theme-section-padding) 0; */
	padding: 8rem 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) {

	 /* .entry-content > .gb-block-container > .gb-container-inside  */
	.wrap,
	.basic-page .content-sidebar-wrap,
	.entry-content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap
	{
		width: 100% !important;
		max-width: 92%;
		margin: 0 auto;
				padding: 0 var(--theme-wrap-padding-mobile);
		/* padding: inherit; */
	}

	.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: #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 {
	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;
	justify-content: space-between;
}

.title-area {
	display: flex;
	align-items: center;
	width: 20rem;
	/* 	margin: 0 auto 0 0; */
	padding: 1rem 0;
}

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

.title-area a img {
	object-fit: contain;
	object-position: left center;
	width: 100%;
	height: 100%;
}

.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.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: 4rem;
	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.shrink .nav-primary .menu > .menu-item {
	padding: 2.75rem 0;
}

.nav-primary .menu > .menu-item > a {
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 2.5rem;
	text-decoration: none;
	transition: 0.25s ease-in-out color;
}

.nav-primary .menu > .menu-item > a > span {
	display: flex;
	align-items: center;
	gap: 1rem;
}

.nav-primary .menu > .menu-item > a > span > .chevron-icon {
	display: flex;
	width: 16px;
	height: 16px;
}

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

.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: 2px;
	top: auto;
	bottom: 0;
	left: 0;
	z-index: -1;
}

.site-header .progress-bar {
	background-color: #23275c;
	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: #151737;
	padding: 1.5rem 0;
}

.footer-credits p {
	display: flex;
	align-items: center;
	gap: 4rem;
	font-size: 1.4rem;
	font-weight: 500;
	color: #A3A7DC;
}

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

.footer-credits p a {
	color: #A3A7DC;
	text-decoration: underline;
}

.footer-credits p .credit:last-child {
	margin-left: auto;
}

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













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

/* Breadcrumbs */

.custom-breadcrumbs .breadcrumb {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.8rem;
	margin: 0;
	padding: 0;
	font-size: 1.6rem;
	color: #fff;
}

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

.custom-breadcrumbs .breadcrumb > a,
.breadcrumb-link {
	display: flex;
	color: #A3A7DC;
	font-size: 1.6rem;
	font-weight: 500;
	text-decoration: none;
}

.custom-breadcrumbs .breadcrumb > a:hover,
.breadcrumb-link:hover {
	color: #fff;
}

/* 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: center;
	gap: 2rem;
	/* 	width: fit-content; */
}

.custom-social--link {
	display: block;
	width: 100%;
	height: 100%;
	line-height: 1;
	text-decoration: none;
	border-bottom: 0 !important;
}

.custom-social--link svg {
	aspect-ratio: 1 / 1;
	color: #313781;
	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: 4vw;
	--theme-section-padding: 10rem;
	--theme-section-padding-mobile: 8rem;
}

/* Artisan CSS */

/* Global Style */

a.button, 
.gform_submit_button {
	background-color: #23275C;
	color: #fff;
	border: 1px solid #23275C;
}

a.button:hover, 
.gform_submit_button:hover {
	background: transparent;
	color: #23275C;
}

/* Header */

.nav-primary .wrap {
	gap: 0;
}

.nav-primary .menu {
	justify-content: space-between;
	margin-right: 40px;
}

/* Home Page */

.banner {
	padding: 100px 0 80px;
}

.banner-btn .gb-container-content {
	display: flex;
	gap: 15px;
}

.banner-btn .gb-container-content .custom-button {
	width: auto;
}

.banner-btn .gb-container-content .custom-button .second-btn {
	background-color: transparent;
	color: #23275C;
}

.banner-btn .gb-container-content .custom-button .second-btn:hover {
	background-color: #23275C;
	color: #fff;
}

.banner-text-col h1,
.insurance-trust-heading-col h1 {
	color: #313781;
	font-size: 64px;
}

.banner-image-col {
	position: relative;
}

.banner-image-col::after {
	content: "";
	position: absolute;
	right: -75px;
	top: -65px;
	height: 100%;
	width: 60%;
	background: #313781;
}

.insurance-trust-main {
	background-color: #F0F1F9;
	padding: 80px 0;
}

.insurance-trust-inner {
	margin-bottom: 80px;
}

.insurance-trust-heading-col {
	position:relative;
}

.insurance-trust-heading-col::before {
	content: '';
	position: absolute;
	bottom: 0px;
	left: 50px;
	width: 100px;
	height: 100px;
	background-color: #313781;
	z-index: 2;
}

.insurance-trust-heading-col::after {
	content: '';
	position: absolute;
	bottom: -75px;
	left: 100px;
	height: 130px;
	width: 130px;
	background-color: #3f46a675;
	z-index: 1;
}

.home-section-three {
	padding: 80px 0;
	background-image: url('/wp-content/uploads/2025/08/section3-bg-img.png');
	background-size: 800px;
	background-repeat: no-repeat;
	background-position: 110% 0%;
}

.home-section-three h2 {
	font-size: 48px;
}

.home-section-three .gb-block-layout-column {
	padding: 10px;
}

.home-section-three .gb-block-layout-column-inner h3 {
	margin-bottom: 15px;
}

.home-section-three .gb-block-layout-column-inner p {
	font-size: 16px;
}

.home-section-three .separator-col .wp-block-separator {
	width: 95%;
	float: right;
}

.home-section-three .separator-col {
	position: relative;
}

.home-section-three .separator-col::before {
	content: '';
	position: absolute;
	left: 0;
	top: 50%;
	background-color: #23275C;
	height: 10px;
	width: 10px;
	border-radius: 100%;
	transform: translatey(-50%);
}

.post-widget {
	background: #23275C;
	color: #fff;
	padding: 80px 0 0;
}

.post-widget h2 {
	color: #fff;
	font-size: 48px;
}

body .post-widget .gb-block-post-grid-text h3 a {
	color: #fff;
}

body .post-widget .gb-block-post-grid-text h3 {
	font-size: 24px;
	margin-bottom: 20px;
}

.post-widget .gb-block-post-grid-excerpt p {
	font-size: 16px;
}

.post-widget .gb-block-post-grid-image {
	margin-bottom: 1.4em;
}

.post-widget .gb-block-post-grid-image img {
	height: auto;
	max-height: 220px;
	object-fit: cover;
}

.gb-block-post-grid-text {
	position: relative;
}

body .post-widget .gb-block-post-grid-text .gb-block-post-grid-excerpt > p:last-child {
    height: 0;
    overflow: hidden;
}

body .post-widget .gb-block-post-grid-text .gb-block-post-grid-more-link,
body .post-widget .gb-block-post-grid-text .gb-block-post-grid-more-link:hover {
    color: #fff;
}

body .post-widget .gb-block-post-grid-text a:hover {
	color: #fff;
}

.gb-block-post-grid-more-link::after {
	font-family: 'dashicons';
	content: '\f345';
	position: absolute;
	right: 20px;
	top: -50px;
	padding: 3px 10px;
	background-color: #0000008a;
	color: #fff;
	font-size: 25px;
	font-weight: 100;
}

.reviews-section {
	padding: 80px 0;
	background-color: #F0F1F9;
}

.wp-block-genesis-blocks-gb-columns[style*="immer-banner-img-scaled.png"] {
	background-color: #23275c !important;
}

.cta-section {
	background-image: url(/wp-content/uploads/2025/08/Home-Web-CTA-scaled.png);
	background-color: #23275c;
	background-repeat: no-repeat;
	background-size: cover;
	padding: 150px 0;
}

.cta-section h2,
.cta-section p,
.cta-section a {
	color: #fff;
}

.cta-section p {
	font-size: 24px;
}

.two-btn-main .gb-container-content {
	display: flex;
	gap: 15px;
}

.two-btn-main .gb-container-content .custom-button {
	width: auto;
}

.two-btn-main .gb-container-content .custom-button .button {
	background-color: #5960C0;
	border-radius: 10px;
	border: 2px solid #5960C0;
	color: #fff;
}

.two-btn-main .gb-container-content .custom-button .button:hover {
	background-color: transparent;
}

.two-btn-main .gb-container-content .custom-button .talk-to-agent {
	background-color: transparent;
}

.two-btn-main .gb-container-content .custom-button .talk-to-agent:hover {
	background-color: #5960C0;
}

.reviews-section h2 {
	font-size: 48px;
	color: #313781;
}

.reviews-section h2::after {
	content: "";
	position: absolute;
	width: 15vw;
	height: 100%;
	background: url(/wp-content/uploads/2025/08/commas.png);
	background-repeat:no-repeat;
	top: -170px;
	right: -90px;
}

.review-slider-col {
	position: relative;
}

/* .review-slider-col::before {
content: "";
position: absolute;
width: 100vw; 
height: 100%;
background: url(/wp-content/uploads/2025/08/Contact-page-shape.jpg);
background-size:contain;
} */

.reviews-heading-col .gb-block-layout-column-inner {
	z-index: 2;
	background-color: #F0F1F9;
}

.testimonial-slider {
	background: url(/wp-content/uploads/2025/08/Contact-page-shape.jpg);
	background-repeat: no-repeat;
	background-size: 70% auto;
	padding: 150px 0 !important;
	background-position: right center;
}

@media (min-width: 992px) {
	.testimonial-slider .swiper-slide {
		min-width: 450px;
		min-height: 170px;
	}
}

.testimonial-card {
	background: #fff;
	height: 100%;
	padding: 20px;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
}

.testimonial-card strong {
	color: #23275C;
}

.testimonial-card small {
	color: #676ec5;
	font-size: 16px;
}

.testimonial-card p {
	font-size: 16px;
}

.testimonial-slider {
	position: relative;
}

.testimonial-slider::before {
	content: "";
	position: absolute;
	top: 0;
	left: -100vw;
	width: 100vw;
	height: 100%;
	background: #F0F1F9;
	z-index: 2;
}

.swiper-button-prev, .swiper-button-next {
	position: unset;
	margin: 0;
	transform: none;
	color: #666;
}

.slider-nav-wrapper {
	display: flex;
	justify-content: left;
	gap: 30px;
	background: transparent;
}

.swiper-button-prev::after,
.swiper-button-next::after {
	font-size: 16px !important;
	color: #808080;
	font-weight: 600;
}


.swiper-button-prev:hover::after,
.swiper-button-next:hover::after {
	color: #3E66DF;
}

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

	/* .nav-primary .menu {
		gap: 2rem;
	} */

	.primary-menu-ctas a.button {
		padding: 1.1em 1.4em;
	}

	.reviews-section h2::after {
		width: 17vw;
	}
}

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

	/* .primary-menu-ctas a.button,
	.nav-primary .menu > .menu-item > a{
		font-size: 14px !important;
	} */

	.nav-primary .menu {
		margin-right: 20px;
		gap: 1.8rem;
	}

	.banner-text-col h1, 
	.insurance-trust-heading-col h1 {
		font-size: 48px;
	}

	.reviews-section h2::after {
		width: 20vw;
	}
}

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

	.banner-text-col h1, 
	.insurance-trust-heading-col h1,
	.post-widget h2,
	.reviews-section h2,
	.home-section-three h2,
	h2 {
		font-size: 42px;
	}

	button, a.button, input[type='submit'] {
		padding: 1.1em 1.4em;
	}

	.home-section-three .gb-block-layout-column {
		width: fit-content;
	}

	.home-section-three .gb-layout-column-wrap {
		grid-template-columns: 1fr 2fr !important;
	}

	.lines {
		display: none;
	}

	.home-section-three .wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap {
		grid-template-columns: 2fr 1fr !important;
	}

	.reviews-section h2::after {
		width: 24vw;
	}

	.reviews-section h2 {
		padding-right: 30px;
	}
}

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

	p,
	h2 {
		margin-bottom: 20px;
	}

	.our-process-step-sec p {
		max-width:100% !important;
	}

	.banner-image-col::after {
		display: none;
	}

	.banner-text-col {
		margin-bottom: 50px;
	}

	.insurance-trust-heading-col::before,
	.insurance-trust-heading-col::after,
	.reviews-section h2::after {
		display: none;
	}

	.testimonial-slider {
		padding: 50px 0 !important;
	}

	.cta-section {
		padding: 50px 0;
	}

	.insurance-trust-heading-col {
		margin-bottom: 20px;
	}

	.home-section-three {
		background-position: top;
	}

	.mob-reorder.gb-layout-columns-2>.gb-layout-column-wrap.gb-is-responsive-column {
		grid-template-areas: "col2" "col1" !important;
	}

	.has-text-align-right,
	.gb-block-layout-column-inner[style*='text-align:right'] {
		text-align: left !important;
	}
}

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

	.banner-text-col h1, 
	.insurance-trust-heading-col h1,
	.post-widget h2,
	.reviews-section h2,
	.home-section-three h2,
	h2 {
		font-size: 32px;
	}

	.our-process-step-sec .p-italic {
		text-align: center;
		margin-top: 15px;
	}

	.our-process-step-sec h3 {
		text-align: center;
	}

	.our-process-step-sec p {
		text-align: center;
	}

	p,
	li {
		font-size: 18px;
	}

	.banner,
	.insurance-trust-main,
	.post-widget,
	.home-section-three,
	.reviews-section {
		padding: 50px 0;
	}

	.insurance-trust-inner {
		margin-bottom: 50px;
	}

	.home-section-three .wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap {
		grid-template-columns: 1fr !important;
	}

	.home-section-three .wp-block-spacer {
		height: 30px !important;
	}

	.home-section-three .wp-block-spacer.mobile-none {
		display: none;
	}

	.post-widget {
		padding-bottom: 0;
	}

	.cta-section p {
		font-size: 18px;
	}

	button, a.button, input[type='submit'] {
		padding: 1.1em 1em;
	}
}

/* About Us */

.text-img-sec .text-col {
	padding: 0px 20px 40px 0;
	display: flex;
	align-items: center;
}

.text-img-sec .text-col p {
	font-size: 18px;
}

.text-img-sec .image-col .gb-block-layout-column-inner,
.text-img-sec .image-col .gb-block-layout-column-inner .wp-block-image,
.text-img-sec .image-col .gb-block-layout-column-inner .wp-block-image img {
	/* height: -webkit-fill-available; */
	height: auto !important;
	object-fit: cover;
	width:100%;
}

.blue-bg-image-text .wp-block-image img {
	width: 80% !important;
}

.blue-bg-image-text .text-img-sec .image-col .wp-block-image {
	position: relative;
}

.blue-bg-image-text .text-img-sec .image-col .wp-block-image::after {
	content: '';
	position: absolute;
	right: 20px;
	top: 0;
	height: 100%;
	width: 13%;
	background-color: #A3A7DC;
}

body .entry-content .meet-matador-main {
	padding: 10rem 0;
}

.meet-matador-main p,
.Insurance-policy-text-col p,
.two-text-cols-main p {
	font-size: 18px;
}

.meet-matador-text-col {
	padding-right: 110px;
}

.meet-matador-image-col .gb-block-layout-column-inner {
	padding: 20px;
}

.meet-matador-image-col .gb-block-layout-column-inner figure {
	margin-bottom: 0;
	transform: translate(-90px, -60px);
	position: relative;
	width: 88%;
}

.meet-matador-image-col .gb-block-layout-column-inner figure::before {
	content: '';
	/* background-color: #23275C; */
	mix-blend-mode: saturation;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.meet-matador-image-col .gb-block-layout-column-inner figure::after {
	font-family: 'Font Awesome 6 Free'; 
	content: "\f0c1";
	font-weight: 900;
	position: absolute;
	bottom: 0px;
	right: 10px;
	font-size: 30px;
	color: #fff;
}

.gb-layout-columns-4, 
.gb-layout-columns-5, 
.gb-layout-columns-6 {
	overflow: visible;
}

.team-main-col figure img {
	max-height: 200px;
	object-fit: cover;
	object-position: top;
}

.team-main-col h3 {
	margin: 2rem 0 0;
	font-size: 20px;
}

.team-main-col h4 {
	margin: 0 0 2rem;
	font-size: 18px;
}

.team-main-col .custom-socials {
	justify-content: left;
}

.entry-content .team-members-main {
	padding: 5rem 0 8rem;
}

.entry-content .life-insurance-policy-sec {
	padding-bottom: 0;
}

.Insurance-policy-img-col {
	position: relative;
}

.Insurance-policy-img-col::before {
	content: '';
	position: absolute;
	top: -40px;
	right: 80px;
	width: 120px;
	height: 115px;
	background-color: #313781;
	z-index: 2;
}
.Insurance-policy-img-col::after {
	content: '';
	position: absolute;
	top: 0px;
	right: 0px;
	height: 150px;
	width: 150px;
	background-color: #3f46a675;
	z-index: 1;
}

.two-text-cols-main {
	margin-bottom: 60px;
}

.two-text-cols-main:last-child {
	margin-bottom: 0;
}

.two-text-cols-main .gb-block-layout-column {
	padding: 30px;
}

.two-text-cols-main .with-bg-color {
	background-color: #F6F7FF;
}

.two-text-cols-main h3 {
	margin-top: 2rem;
	color: #151737;
}

.two-text-cols-main p a {
	font-weight: 600;
}

.two-text-cols-main figure img {
	max-width: 100px;
}

.two-text-cols-section .image-div figure img {
	height: 300px;
	object-fit: cover;
	margin-bottom: 60px;
}

.section-with-bg .text-img-sec .text-col {
	padding: 0px 20px;
}

.entry-content .get-quote-main {
	padding: 10rem 0;
}

.get-quote-main .gb-block-layout-column-inner {
	width: 70%;
	margin: 0 auto;
}

.get-quote-main .button.white {
	border: 2px solid #fff;
	color: #23275C;
}

.get-quote-main .button.white:hover {
	color: #fff;
}

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

	h1 {
		font-size: 5.4rem;
	}

	.team-main-col .gb-block-layout-column-gap-4 {
		grid-gap: 2em 2em;
	}

	.team-main-col figure img {
		max-height: 300px;
		width: 100%;
	}
}

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

	h1 {
		font-size: 4.6rem;
	}

	.entry-content > .wp-block-genesis-blocks-gb-columns, .entry-content > .gb-block-container,
	body .entry-content .meet-matador-main {
		padding: 5rem 0;
	}

	.blue-bg-image-text .wp-block-image img {
		width: 100% !important;
		margin-bottom: 30px;
	}

	.blue-bg-image-text .text-img-sec .image-col .wp-block-image::after {
		display: none;
	}

	.text-img-sec .text-col {
		/* padding: 0px 0px 40px 0; */
		padding: 0px 20px 40px 0 !important;
	}


	.meet-matador-text-col {
		padding: 0;
		margin-bottom: 30px;
	}

	.meet-matador-image-col .gb-block-layout-column-inner figure {
		transform: none;
		margin-bottom: 30px;
	}

	.meet-matador-image-col .gb-block-layout-column-inner {
		padding: 20px;
	}

	body .entry-content > .team-members-main {
		padding-top: 0;
	}
}

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

	h1 {
		font-size: 36px;
	}
}



/* Contact page */

.contact-form-main .contact-text-col {
	padding-right: 50px;
}

.gform_heading {
	display: none;
}

.form-col {
	padding: 50px 30px;
	background-color: #ECEDFD;
	border-radius: 10px;
	position: relative;
}

.form-col::before {
	content: '';
	position: absolute;
	left: -40px;
	bottom: -40px;
	height: 92%;
	width: 100%;
	background: #5960C0;
	border-radius:  10px;
	z-index: -1;
}

.form-col .gform-footer {
	justify-content: center;
}

.entry-content .form-col .gform-footer .gform_button {
	padding: 12px 60px !important;
	background-color: #23275C !important;
	font-size: 16px !important;
	border-radius: 10px !important;
	border: 2px solid #23275C !important;
}

.entry-content .form-col .gform-footer .gform_button:hover {
	background-color: transparent !important;
	color: #23275C !important;
}


.entry-content .form-col .ginput_container input,
.entry-content .form-col .ginput_container textarea {
	border: none !important;
}

.map-main .gb-container-inside {
	max-width: 100% !important;
}

.gm-style .place-card-large {
	display: none !important;
}

.consultation-form-col {
	background-color: #fff;
	box-shadow: 0 0 10px #C5C5C5;
}

.consultation-form-col::before{
	display: none;
}

.entry-content .consultation-form-col .ginput_container input, 
.entry-content .consultation-form-col .ginput_container textarea {
	border: 1px solid #C5C5C5 !important;
}

.entry-content .consultation-form-col .gfield_checkbox {
    flex-wrap: wrap;
    flex-direction: row !important;
    row-gap: 1.5rem;
    column-gap: 3rem;
}

.consultation-form-col .gform-footer {
	justify-content: left;
}

.phn {
	position: relative;
	left: 30px;
}

.phn::before {
	content: "\f525";
	font-family: 'dashicons';
	position: absolute;
	left: -30px;
	top: 50%;
	transform: translatey(-50%);

}

.office-heading {
	margin-top: 0;
}

.dashicons-location {
	color: #313781;
	font-size: 25px;
}

.contact-form-main .gb-layout-column-wrap {
    display: grid;
    grid-template-columns: 40% 60%;
    gap: 0;
}

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

	.contact-text-col h2 {
		font-size: 38px;
	}

	.entry-content .consultation-form-col .gfield_checkbox {
		flex-wrap: wrap;
	}
}

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

	.contact-form-main .contact-text-col {
		padding: 0;
		margin-bottom: 30px;
	}

	.entry-content .life-insurance-policy-sec {
		padding: 0;
	}

	.Insurance-policy-img-col::before,
	.Insurance-policy-img-col::after {
		display: none;
	}

	.entry-content .def-annuities-work {
		/* padding: 0; */
	}

	.text-img-sec .image-col {
		margin-bottom: 30px;
	}

	.get-quote-main .gb-block-layout-column-inner {
		width: 100%;
	}
}

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

	body .info-card {
		left: 50%;
		transform: translatex(-50%);
	}

	ul.columns-3.wp-block-post-template.is-layout-grid.wp-container-core-post-template-is-layout-2f3213d7.wp-block-post-template-is-layout-grid {
		gap: 40px 40px !important;
	}
}

.two-text-cols-main p a:hover {
	text-decoration: none;
}

/* Single Post */

.single-post .sidebar {
	display: none;
}

.single-post .content {
	width: 100% !important;
}

.custom-post-header {
	text-align: left;
	margin-bottom: 60px;
}

.custom-post-header .breadcrumb {
	font-size: 16px;
	margin-bottom: 10px;
	color: #000;
}

.custom-post-header .post-title {
	font-size: 48px;
	font-weight: 700;
	margin-bottom: 10px;
	color: #23275C;
}

.custom-post-header .post-meta {
	font-size: 16px;
	color: #000;
	margin-bottom: 40px;
}

.custom-post-header .featured-image img,
.custom-post-header .featured-image {
	width: 100%;
	height: 400px;
	overflow: hidden;
	border-radius: 8px;
	object-fit: cover;
	object-position: center;
}

/* .single.single-post .header-section,
.single.single-post .custom-button{
	display: none;
} */

/* .single.single-post .content-sidebar-wrap {
	flex-direction: column !important;
	max-width: 1200px !important;
	padding-top: 5rem !important;
} */

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

	.genesis-skip-link {
		display: none;
	}
}

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

	.custom-post-header .post-title {
		font-size: 46px;
	}
}

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

	.custom-post-header .post-title {
		font-size: 36px;
	}
}

/* Custom Footer */

.site-footer-widgets {
	background-color: #151737;
	padding: 80px 0 40px;
	color: #fff;
}

.site-footer-widgets h3 {
	font-size: 24px;
	font-weight: 500;
	margin-bottom: 20px;
	color: #fff;
}

.site-footer-widgets .menu {
	margin: 0;
}

.site-footer-widgets .menu li {
	list-style-type: none;
	margin-bottom: 5px;
}

.site-footer-widgets .menu li a {
	color: #fff;
	font-size: 16px;
	text-decoration: none;
}

.footer-logo img {
	max-width: 240px;
}

.footer-logo,
.footer-address {
	/* margin-bottom: 80px; */
	margin-bottom: 40px;
}

.footer-address .address {
	/* border-right: 1px solid #fff; */
}

.footer-address .phone,
.footer-address .address,
.footer-address .gb-block-layout-column{
	display: inline;
	padding: 0 30px;
}

.footer-address .address {
	padding-right: 60px;
	position: relative;
}

.footer-address .address::before {
	content: '\f230';
}

.footer-address .phone {
	padding-left: 90px;
	padding-right: 0;
	position: relative;
}

.footer-address .phone a {
	color: #fff;
	text-decoration: none;
}

.footer-address .address::before,
.footer-address .phone::before {
	font-family: 'dashicons';
	position: absolute;
	left: 0;
	top: 50%;
	transform: translatey(-50%);
	color: #fff;
	font-size: 20px;
}

.footer-address .phone::before {
	content: '\f525';
	left: 60px;
}

.footer-social-icons li {
	background: transparent;
}

.footer-social-icons li a {
	font-size: 30px;
}

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

.footer-credits {
	margin-bottom: 40px;
}

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

	.footer-address .address {
		border: 0;
	}

	.footer-address .phone, 
	.footer-address .address, 
	.footer-address .gb-block-layout-column {
		display: block;
	}

	.footer-address .phone {
		padding: 0 30px;
	}

	.footer-address .phone::before {
		left: 0;
	}
}

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

	.footer-logo, .footer-address,
	.footer-social-icons {
		margin-bottom: 40px;
	}
}

/* Blog page */

ul li.type-post {
	list-style-type: none !important;
}

.wp-block-post-date time {
	color: #5960C0 !important;
	font-size:14px;
	font-weight:600;
}

h2.wp-block-post-title {
	font-size: 24px;
	font-weight: 700;
	margin: 10px 0;
}

p.wp-block-post-excerpt__excerpt {
	font-size: 14px;
	font-weight: 400;
}

a.wp-block-read-more {
	font-size: 16px;
	font-weight: 700;
	margin-top:10px;
}

a.wp-block-read-more::after {
	content: " >";
	margin-left:10px;
}

img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
	height: 300px;
}

ul.columns-3.wp-block-post-template.is-layout-grid.wp-container-core-post-template-is-layout-2f3213d7.wp-block-post-template-is-layout-grid {
	margin: 0;
	gap: 60px 40px;
	margin-bottom: 30px;
}

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

.sub-menu a {
	text-decoration:none;
}

.sub-menu {
	margin-left:0;
}

.single.sidebar-content .sidebar-primary,
.header-section,
.entry-after .custom-button {
	display: none;
}

.single.sidebar-content .content {
	width: 100%;
}

.page-numbers:hover,
.wp-block-query-pagination-next:hover {
	text-decoration: none;
}

.our-process-step-sec .left-sd {
	margin-left:auto;
}

.our-process-step-sec .p-italic {
	font-size:16px;
	font-weight:500;
	color:#5960C0;
	margin-bottom:0;
}

.our-process-step-sec h3 {
	margin:10px 0;
}

.our-process-step-sec p {
	font-size:16px;
	max-width:55%;
}

.bfr-aftr-none .text-img-sec .image-col .wp-block-image::after {
	display:none;
}

.bfr-aftr-none .wp-block-image img {
	width: 100% !important;
}

.calculator-template-default .header-section,
.calculator-template-default .sidebar{
	display: none;
}

.calculator-template-default .content {
	width: 100% !important;
}

.gm-style .place-card-large {
	display: none !important;
}

.calculator-template-default .entry-after {
	display: none;
}

.calculator-template-default .custom-breadcrumbs .breadcrumb {
	color:#fff;
}

.map-wrap {
	position:relative;
}

.info-card {
	position: absolute;
	left: 90px;
	top: -330px;
	background: #fff;
	width: 300px;
	padding: 16px 18px;
	border-radius: 10px;
	box-shadow: 0 10px 30px rgba(0,0,0,.12);
}

.info-card h2 {
	font-size:20px;
	margin-bottom:0;
}

.info-card p {
	margin: 10px 0;
	font-size: 18px;
}

.info-card .phn {
	color:#313781;
}

/* 321 CSS */

.menu-toggle {
	background-color: transparent !important;
    position: unset;
    display: none;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    margin: 0;
    padding: 0;
	box-shadow: none !important;
}

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

.menu-toggle span:before {
    content: '';
    position: absolute;
    display: block;
    top: -0.8rem;
    transition: top 0.2s 0.2s, transform 0.2s 0s, background-color 0.2s 0s;
    transition-timing-function: ease-in-out;
}

.menu-toggle span:after {
    content: '';
    position: absolute;
    display: block;
    bottom: -0.8rem;
    transition: bottom 0.2s 0.2s, transform 0.2s 0s, -webkit-transform 0.2s 0s, background-color 0.2s 0s;
    transition-timing-function: ease-in-out;
}

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

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

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

.menu-toggle {
    background-color: transparent;
	display: none;
    border: none;
}

.menu-toggle span,
.menu-toggle span:before,
.menu-toggle span:after {
	background-color: #000;
	width: 3rem;
	height: 3.5px;
	border-radius: 50px;
}

.menu-toggle span:before {
	top: 0.8rem;
}

.menu-toggle span:after {
	bottom: 0.8rem;
}

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

@media (min-width: 896px) {
	.menu > .menu-item {
		position: relative;
	}

	.menu .menu-item.mobile-only {
		display: none !important;
	}
	
    .menu > .menu-item > .sub-menu {
        background-color: #fff;
        position: absolute;
        display: flex;
        flex-direction: column;
        gap: 1.5rem;
        min-width: 250px;
        width: 100%;
        height: auto;
        top: 100%;
        left: -9999px;
		padding: 3rem;
        border: none;
        border-top: 1px solid #dbdbdb;
        border-radius: 0;
        box-shadow: 0 0 1rem rgba(57, 62, 75, 0.18);
        opacity: 0;
        overflow: hidden;
		clip-path: inset(0 -2rem -2rem -2rem);
        pointer-events: none;
		transition: 0.25s ease-in-out opacity, 0s 0.25s ease-in-out left;
        transform: translateX(-50%);
        z-index: 1;
    }

	.menu > .menu-item.two-column > .sub-menu,
	.menu > .menu-item.tertiary > .sub-menu {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		column-gap: 3rem;
		min-width: 470px;
	}

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

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

	.menu > .menu-item::last-child:hover > .sub-menu {
        left: 50%;
    }

	.menu > .menu-item > .sub-menu > .menu-item,
	.menu > .menu-item.tertiary > .sub-menu > .menu-item > .sub-menu > .menu-item {
		list-style-type: none;
		display: flex;
	}

	.menu > .menu-item > .sub-menu > .menu-item > a,
	.menu > .menu-item.tertiary > .sub-menu > .menu-item > .sub-menu > .menu-item a {
		font-size: 1.5rem;
		font-weight: 500;
		line-height: 1.4;
	}

	.menu > .menu-item.tertiary > .sub-menu > .menu-item {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

	.menu > .menu-item.tertiary > .sub-menu > .menu-item > p,
	.menu > .menu-item.tertiary > .sub-menu > .menu-item > a {
		color: #000;
		font-size: 1.6rem;
		font-weight: 600;
		margin: 0 0 1rem;
	}

	.menu > .menu-item.tertiary > .sub-menu > .menu-item .chevron-icon {
		display: none !important;
	}

	.nav-primary .primary-menu-ctas .custom-button a.button {
		font-size: 1.6rem;
		padding: 1.4rem 2.2rem;
		transition: 0.25s ease-in-out color, 0.25s ease-in-out background-color;
	}

	.menu > .menu-item.tertiary > .sub-menu > .menu-item > .sub-menu {
	    display: flex;
        flex-direction: column;
        gap: 1.5rem;
	}
}

@media (max-width: 1195px) {
	.site-header > .wrap {
		gap: min(6rem, 4.6vw);
	}

	.title-area {
		width: min(20rem, 16.5vw);
	}

	.nav-primary .menu {
		gap: min(4rem, 3.2vw);
		margin-right: min(4rem, 3.2vw);
	}

	.nav-primary .menu > .menu-item > a {
		font-size: min(1.6rem, 1.3vw);
	}

	.nav-primary .menu > .menu-item > a > span {
		gap: min(1rem, 0.9vw);
	}

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

@media (max-width: 895px) {
	.site-header > .wrap {
		align-items: center;
		gap: 6rem;
		padding: 0;
	}

	.title-area {
		width: 20rem;
		max-width: 40vw;
	}

	.menu-toggle,
	.sub-menu-toggle {
		display: flex;
	}

    .nav-primary {
        background-color: #313781;
        position: fixed !important;
		width: 93vw;
        max-width: 40rem;
        height: 100vh;
        top: 0;
        left: auto;
		right: -100%;
		box-shadow: none;
        pointer-events: none;
        overflow: hidden;
		transition: 0.4s ease-in-out right, 0.4s ease-in-out box-shadow;
    }

    .nav-primary.active {
        right: 0;
        pointer-events: all;
		box-shadow: 0 3px 7px -1px rgba(0, 0, 0, 0.3);
    }

	.nav-primary > .wrap {
		display: flex;
		flex-direction: column;
		gap: 6rem;
		width: 100%;
		max-width: 100%;
		height: 100%;
		margin: 0;
		padding: min(12rem, 17vh) 0 min(6rem, 8.5vh);
	}

	.nav-primary .menu {
		display: flex;
		flex-wrap: wrap;
		gap: 3rem;
		height: auto;
		margin: 0;
        padding: 0 calc(4rem - 7px) 0 4rem;
        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);
    }

	.nav-primary .menu > .menu-item {
		flex: 1 1 100%;
        flex-wrap: wrap;
		row-gap: 0;
        column-gap: 3rem;
		padding: 0;
    }

	.nav-primary .menu > .menu-item > a {
		flex: 1 1 calc(100% - 3rem - 40px);
		color: #fff;
		font-size: 1.8rem;
		font-weight: 700;
		letter-spacing: 0;
	}

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

	.nav-primary .menu > .menu-item > .sub-menu {
		position: unset;
		display: flex;
        flex-direction: column;
        gap: 2rem;
		width: 100%;
		max-height: 0;
		overflow: hidden;
		transition: 0.4s ease-in-out max-height;
	}

	.nav-primary .menu > .menu-item > .sub-menu-toggle {
		flex: 1 1 40px;
		background-color: transparent;
		display: flex;
		align-items: center;
		justify-content: center;
		width: 40px;
		height: 40px;
		margin: 0;
		padding: 0;
		transition: 0.4s ease-in-out background-color;
	}

	.nav-primary .menu > .menu-item > .sub-menu-toggle > .sub-menu-icon {
		display: flex;
		align-items: center;
		justify-content: center;
		width: 2rem;
		height: 2rem;
		color: #fff;
		font-size: 2rem;
		transition: 0.4s ease-in-out transform;
	}

	.nav-primary .menu > .menu-item > .sub-menu-toggle[aria-expanded="true"] > .sub-menu-icon {
		transform: rotate(-180deg);
	}

	.nav-primary .menu > .menu-item > .sub-menu-toggle[aria-expanded="true"] {
		background-color: #23275c;
	}

	.nav-primary .menu > .menu-item > .sub-menu > .menu-item {
		display: flex;
	}

	.nav-primary .menu > .menu-item > .sub-menu > .menu-item:first-child {
		margin-top: 2rem;
	}

	.nav-primary .menu > .menu-item > .sub-menu > .menu-item:last-child {
		margin-bottom: 2rem;
	}

	.nav-primary .menu > .menu-item > .sub-menu > .menu-item > a,
	.nav-primary .menu > .menu-item > .sub-menu > .menu-item > .sub-menu > .menu-item a {
		color: #fff;
		font-size: 1.7rem;
		font-weight: 500;
	}

	.nav-primary .menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children {
		display: flex;
		flex-direction: column;
		gap: 2rem;
	}

	.nav-primary .menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children:not(:first-child) {
		margin-top: 1rem;
	}

	.nav-primary .menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children > p,
	.nav-primary .menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children > a {
		color: #fff;
		font-size: 1.5rem;
		font-weight: 900;
		margin: 0;
		width: fit-content;
		border-bottom: 1px solid;
	}

	.nav-primary .menu > .menu-item > .sub-menu > .menu-item.menu-item-has-children > .sub-menu-toggle {
		display: none;
	}

	.nav-primary .menu > .menu-item > .sub-menu > .menu-item > .sub-menu {
		display: flex;
		flex-direction: column;
		gap: 1rem;
	}

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

	.nav-primary .primary-menu-ctas .custom-button a.button {
		background-color: #fff;
		color: #000;
		font-size: 1.6rem;
		padding: 1.4rem 2.2rem;
		border-color: #fff;
	}

	.nav-primary .primary-menu-ctas .custom-button a.button:hover,
	.nav-primary .primary-menu-ctas .custom-button a.button:focus {
		background-color: #ececec;
		border-color: #ececec;
	}
}



/*** Blog & ***/
/*** single-resource (Resource pages) ***/

.single-resource .wp-block-post-date,
.single-resource .blog-article time,
.blog .wp-block-post-date,
.blog .blog-article time {
  color: #5960C0 !important;
  font-size: 14px;
  font-weight: 600;
  display: block;
  margin-bottom: 0.5rem;
}

.single-resource .blog-archive .blog-archive--loop,
.blog .blog-archive .blog-archive--loop {
    width: 96%;
    max-width: var(--theme-wrap-max-width);
    margin: 0 auto;
	padding: 6rem 0;
}

.single-resource .wp-block-post-title,
.single-resource .blog-article--content-info-title h2,
.single-resource .blog-article--content-info-title h3,
.blog .wp-block-post-title,
.blog .blog-article--content-info-title h2,
.blog .blog-article--content-info-title h3 {
  font-size: 1.8rem;
  padding-top: 1rem;
  font-weight: 700;
  color: #000;
  margin: 0 0 0.5rem;
  line-height: 1.3;
  text-decoration: none;
}

.single-resource .wp-block-post-title a,
.single-resource .blog-article--content-info-title a,
.blog .wp-block-post-title a,
.blog .blog-article--content-info-title a {
  color: #000;
  text-decoration: none;
  transition: color 0.2s ease;
}

.single-resource .wp-block-post-title a:hover,
.single-resource .blog-article--content-info-title a:hover,
.blog .wp-block-post-title a:hover,
.blog .blog-article--content-info-title a:hover {
  color: #5960C0;
}

.single-resource .wp-block-post-excerpt__excerpt,
.single-resource .blog-article--content-info-description p,
.blog .wp-block-post-excerpt__excerpt,
.blog .blog-article--content-info-description p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  margin-bottom: 1rem;
}

.single-resource .wp-block-post-excerpt__more-text,
.single-resource .blog-article--content-cta a,
.blog .wp-block-post-excerpt__more-text,
.blog .blog-article--content-cta a {
  font-weight: 600;
  color: #5960C0;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 0.25rem;
  font-size: 16px;
}

.single-resource .wp-block-post-excerpt__more-text:hover,
.single-resource .blog-article--content-cta a:hover,
.blog .wp-block-post-excerpt__more-text:hover,
.blog .blog-article--content-cta a:hover {
  text-decoration: underline;
  color: #323CBE;
}

.single-resource .blog-article--content-cta a span:last-child i,
.blog .blog-article--content-cta a span:last-child i {
  font-family: 'Font Awesome 6 Free';
  font-weight: 400;
}

.single-resource  .blog-articles--three-column,
.single-resource  .wp-block-query,
.blog .blog-articles--three-column,
.blog .wp-block-query {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
  gap: 2rem;
}

.single-resource .blog-article--image img,
.single-resource .wp-block-post-featured-image img,
.blog .blog-article--image img,
.blog .wp-block-post-featured-image img {
  width: 100%;
  height: auto;
  border-radius: 0.25rem;
  object-fit: cover;
  aspect-ratio: 4 / 3;
}

.single-resource .blog-articles--three-column,
.blog .blog-articles--three-column {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(320px, 1fr));
	gap: 2rem;
	align-items: stretch;
  }

  .single-resource .blog-article,
  .blog .blog-article {
	display: flex;
	flex-direction: column;
	height: 100%;
  }
  
  .single-resource .blog-article--image,
  .blog .blog-article--image {
	flex-shrink: 0;
  }
  
  .single-resource .blog-article--content,
  .blog .blog-article--content {
	display: flex;
	flex-direction: column;
	flex-grow: 1;
  }
  
  .single-resource .blog-article--content-info,
  .blog .blog-article--content-info {
	flex-grow: 1;
  }
  
  .single-resource .blog-article--content-cta,
  .blog .blog-article--content-cta {
	margin-top: auto;
  }

  .single-resource ul.page-numbers,
  .blog ul.page-numbers {
    display: flex;
    gap: 3rem;
}

  .single-resource ul.page-numbers  li,
  .blog ul.page-numbers  li {
    list-style-type: none;
  }

  .single-resource .blog-pagination,
  .blog .blog-pagination {
    justify-items: center;
    padding-top: 6rem;
  }

  .single-resource .blog-page-gutenberg-blocks .wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap,
  .blog .blog-page-gutenberg-blocks .wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap {
	width: 96%;
    max-width: var(--theme-wrap-max-width);
    margin: 0 auto;
  }

  .single-resource .blog-page-gutenberg-blocks .wp-block-genesis-blocks-gb-columns,
  .blog .blog-page-gutenberg-blocks .wp-block-genesis-blocks-gb-columns {
	padding: 8rem 0;
  }
  

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

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

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

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

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

.single-post .entry {
    padding: 0;
}

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

@media (max-width: 895px) {

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


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

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

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

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

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



/*** Fix gap ***/

.gb-block-layout-column-gap-0 {
    grid-gap: 0 2em;
}

.content .wp-block-genesis-blocks-gb-columns .gb-layout-column-wrap,
.content > .wp-block-genesis-blocks-gb-columns > .gb-layout-column-wrap {
    width: var(--theme-wrap-width) !important;
    max-width: var(--theme-wrap-max-width);
    margin: 0 auto;
}


@media (max-width: 768px) {
	.two-text-cols-main--no-second-column .wp-block-genesis-blocks-gb-column:nth-child(2) {
		display: none;
	}
}


.unset-padding--top.wp-block-genesis-blocks-gb-container {
    padding-top: unset;
}

.our-process-step-sec svg {
    background-color: #23275c;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 80px;
    height: 80px;
    color: #a3a7dc;
    padding: 60px;
    margin: 0 auto;
}

.process-pattern {
    background-color: #f6f7ff;
}

.process-pattern img {
    width: 76%;
    max-width: 840px;
    margin: 0 auto;
}

@media (max-width: 767px) {
	.our-process-step-sec > .gb-layout-column-wrap {
		gap: 4rem;
		padding: 0 !important;
	}

	.process-pattern {
		display: none;
	}
}


/* ROAS Page */

.roas-calculator {
    display: grid;
    grid-template-columns: 1fr 300px;
    gap: 6rem;
}

.roas-calculator-page .entry-content > .calculator-section {
    overflow: visible;
    z-index: 3;
}

.roas-calculator--sliders .sliders {
    gap: 6rem;
}

.roas-calculator--sliders .slider {
    background-color: #fff;
    display: grid;
    grid-template-columns: 1fr 150px;
    gap: 4rem;
    padding: 6rem;
}

.roas-calculator--sliders .slider > svg[data-fa-pseudo-element="::before"],
.roas-calculator--results .results .result > svg[data-fa-pseudo-element="::before"] {
    display: none;
}

.roas-calculator--sliders .slider-content {
    grid-row: 1;
    grid-column: 1;
}

.roas-calculator--sliders .slider-content--name p {
    color: #000;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1.4;
    margin: 0 0 2rem;
}

.roas-calculator--sliders .slider-content--heading p {
    color: #000;
    font-size: 2rem;
    font-weight: 500;
    margin: 0 0 0.5rem;
}

.roas-calculator--sliders .slider-content--copy p {
    color: #000;
    font-size: 1.7rem;
}

.roas-calculator--sliders .slider-input {
    grid-row: 2;
    grid-column: 1 / span 2;
    display: grid;
    justify-content: space-between;
    row-gap: 1.5rem;
    column-gap: 4rem;
}

.roas-calculator--sliders .slider-input--min {
    grid-row: 2;
    grid-column: 1;
}

.roas-calculator--sliders .slider-input--min p,
.roas-calculator--sliders .slider-input--max p {
    color: #000;
    font-size: 1.8rem;
    line-height: 1.2;
}

.roas-calculator--sliders .slider-input--range {
    grid-row: 1;
    grid-column: 1 / span 2;
    display: flex;
}

.roas-calculator--sliders .slider-input--range input[type="range"] {
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 4px;
    background: #e6e6e6;
    outline: none;
    margin: 15px 0;
    cursor: pointer;
}

.roas-calculator--sliders .slider-input--range input[type="range"]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--tto-sky-blue);
    cursor: pointer;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.roas-calculator--sliders .slider-input--range input[type="range"]::-moz-range-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--tto-sky-blue);
    cursor: pointer;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.roas-calculator--sliders .slider-input--range input[type="range"]::-ms-thumb {
    width: 20px;
    height: 20px;
    border-radius: 50%;
    background: var(--tto-sky-blue);
    cursor: pointer;
    border: none;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2);
}

.roas-calculator--sliders .slider-input--range input[type="range"]::-moz-range-track {
    height: 4px;
    background: #e6e6e6;
    border: none;
}

.roas-calculator--sliders .slider-input--range input[type="range"]::-ms-track {
    width: 100%;
    height: 4px;
    background: transparent; 
    border-color: transparent;
    color: transparent;
}

.roas-calculator--sliders .slider-input--range input[type="range"]::-ms-fill-lower {
    background: #e6e6e6;
}

.roas-calculator--sliders .slider-input--range input[type="range"]::-ms-fill-upper {
    background: #e6e6e6;
}

.roas-calculator--sliders .slider-input--max {
    grid-row: 2;
    grid-column: 2;
}

.roas-calculator--sliders .slider-output {
    grid-row: 1;
    grid-column: 2;
}

.roas-calculator--sliders .slider-output p {
    display: flex;
    justify-content: flex-end;
    gap: 3rem;
    color: #000;
    font-size: 2.6rem;
    font-weight: 500;
    line-height: 1.4;
    word-break: break-all;
}

.roas-calculator--sliders .slider-output p .prefix,
.roas-calculator--sliders .slider-output p .suffix {
    font-weight: 600;
}

.roas-calculator--results .moving-copy {
    background-color: #fff;
    border: 1px solid #eee;
    border-radius: var(--tto-border-radius);
    box-shadow: 0px 4px 12px -2px rgb(0 0 0 / 10%);
    overflow: hidden;
}

.roas-calculator--results .results-heading p {
    color: #000;
    font-size: 2rem;
    font-weight: 600;
    line-height: 1.2;
    padding: 2.5rem;
    border-bottom: 1px solid #d9d9d9;
    text-align: center;
}

.roas-calculator--results .results {
    display: block;
	margin: unset;
}

.roas-calculator--results .results .result {
    border-bottom: 1px solid #d9d9d9;
    padding: 0;
}

.roas-calculator--results .results .result:last-child {
    border-bottom: none;
}

.roas-calculator--results .results .result-inner,
.roas-calculator--results .results .result-clone {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding: 2rem;
}

.roas-calculator--results .results .result-clone {
    position: absolute;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.roas-calculator--results .results .result:last-child .result-inner,
.roas-calculator--results .results .result:last-child .result-clone {
    /* background-image: linear-gradient(90deg, #07b7e4, #4694e7, #4694e7, #07b7e4); */
	background-color: #23275C;
    background-size: 300% 100%;
    padding: 2.5rem;
}

.roas-calculator--results .result-heading p {
    color: #000;
    font-size: 1.6rem;
    line-height: 1.2;
    text-align: center;
}

.roas-calculator--results .result:last-child .result-heading p {
    color: #fff;
    font-weight: 600;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.roas-calculator--results .result-copy p {
    color: #000;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    text-align: center;
}

.roas-calculator--results .result:last-child .result-copy p {
    color: #fff;
    font-weight: 700;
    text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.1);
}

.copy-url-button .success {
    display: none;
    align-items: center;
    gap: 1rem;
}

.copy-url-button .button.copied .message {
    display: none;
}

.copy-url-button .button.copied .success {
    display: flex;
}

@media (max-width: 991px) {
    .roas-calculator--sliders .slider {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding: 6rem var(--theme-wrap-padding-mobile);
    }

    .roas-calculator--sliders .slider-content {
        display: contents;
    }

    .roas-calculator--sliders .slider-content--name {
        order: -2;
    }

    .roas-calculator--sliders .slider-output {
        order: -1;
    }

    .roas-calculator--sliders .slider-output p {
        justify-content: flex-start;
        gap: 1.5rem;
        margin: 0 0 2rem;
    }

    .roas-calculator--sliders .slider-input {
        margin: 3rem 0 0;
    }
}

@media (max-width: 767px) {
    .roas-calculator {
        display: flex;
        flex-direction: column;
        gap: 6rem;
    }

    .roas-calculator--sliders .slider-content--name p,
    .roas-calculator--sliders .slider-output p {
        font-size: 2.3rem;
    }

    .calculator-section .roas-calculator--results .results .result:last-child .result-clone {
        position: fixed;
        width: 100%;
        height: auto;
        top: auto;
        bottom: 0;
        left: 0;
        z-index: 9;
    }

    .calculator-section.fixed .roas-calculator--results .results .result:last-child .result-clone {
        opacity: 1;
    }
}

.roas-calculator ul.results li.result {
	list-style-type: none !important;
}

.roas-calculator,
.roas-calculator--results,
.gb-block-layout-column,
.gb-block-layout-column-inner {
  overflow: visible;
}

.moving-copy {
	overflow: visible !important;
  }



  .our-process-step-sec ul li {
	list-style-type: none;
  }



@media (max-width: 895px) {
	.home-section-three .gb-layout-columns-4>.gb-layout-column-wrap {
		-ms-grid-columns: 1fr 1fr 1fr 1fr;
		grid-template-columns: 1fr 1fr 1fr 1fr;
		grid-template-areas: "col1 col2 col3 col4";
	}
}

.milestone-process {
    padding: 8rem 0 0;
}

.milestone-process > .wrap {
    display: flex;
    gap: 6rem;
}

.milestone-process--step {
	flex: 1;
    display: grid;
    grid-template-rows: 1fr 1rem 1fr;
    gap: 3rem;
}

.milestone-process--step-icon {
    display: flex;
    align-items: flex-end;
}

.milestone-process--step-icon svg {
    /* background-color: #e0e1ea; */
    width: 60px;
    height: 60px;
    color: #3f46a6;
    /* padding: 25px; */
}

.milestone-process--step-separator {
	position: relative;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 1rem;
	width: 100%;
	height: 100%;
}

.milestone-process--step-separator:before {
	content: '';
	background-color: #23275c;
	flex: 1 1 1rem;
	width: 1rem;
	height: 1rem;
	border-radius: 50%;
}

.milestone-process--step-separator:after {
	content: '';
    background-color: #a3a7dc;
	flex: 1 1 calc(100% - 1rem - 1rem);
	width: calc(100% - 1rem - 1rem);
	height: 0.2rem;
}

.milestone-process--step:nth-child(2n) .milestone-process--step-content {
    order: -1;
}

.milestone-process--step:nth-child(2n) .milestone-process--step-icon {
    order: 1;
	align-items: flex-start;
}

/* .milestone-process--step:nth-child(2n) .milestone-process--step-icon svg {
    background-color: #313781;
    color: #999bbd;
} */

.milestone-process--step-content-title h3 {
    margin: 0 0 1.5rem;
}

.milestone-process--step-content-copy p {
    font-size: 1.6rem;
}

@media (max-width: 991px) {
	.milestone-process > .wrap {
		gap: 4rem;
	}
}

@media (max-width: 767px) {
	.milestone-process {
		padding: 6rem 0 0;
	}

	.milestone-process > .wrap {
		flex-direction: column;
		gap: 6rem;
	}

	.milestone-process--step {
		display: flex;
		flex-direction: column;
	}

	.milestone-process--step-separator {
		width: 50%;
	}

	.milestone-process--step:nth-child(2n) .milestone-process--step-icon,
	.milestone-process--step:nth-child(2n) .milestone-process--step-content {
		order: unset;
	}
}




/*** Team member block section ***/

.custom-team-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
	gap: 4rem;
	margin-top: 6rem;
}

.custom-team-grid--link {
    text-decoration: none;
}

.custom-team-grid--item-headshot img {
    aspect-ratio: 1 / 1;
    object-fit: contain;
    object-position: bottom left;
    width: 100%;
	max-height: 300px;
}


@media (max-width: 767px) {
	.custom-team-grid--item-headshot img {
		object-position: center;
	}
	.custom-team-grid--item {
		text-align: center;
	}
}

.custom-team-grid--item-role p {
    font-size: 1.7rem;
}


  /*** Single Team member Page ***/

  .team-member-profile {
	padding: 2rem 1rem;
  }
  
  .team-member-profile .team-member-container {
	display: flex;
	flex-wrap: wrap;
	gap: 2rem;
	max-width: 1200px;
	margin: 0 auto;
	align-items: flex-start;
  }
  
  .team-member-profile .team-member-image {
	flex: 1 1 300px;
	max-width: 250px;
  }
  
  .team-member-profile .team-member-image img {
	width: 100%;
	height: auto;
	border-radius: 8px;
  }
  
  .team-member-profile .team-member-details {
	flex: 2 1 500px;
	padding: 3rem;
  }
  
  .team-member-profile .team-member-name {
	font-size: 3rem;
	margin-bottom: 0.25rem;
  }
  
  .team-member-profile .team-member-role {
	font-size: 1.6rem;
	color: #666;
  }
  
  .team-member-profile .team-member-content {
	line-height: 1.6;
	font-size: 1.8rem;
  }
  
  @media (max-width: 768px) {
	.team-member-profile .team-member-container {
	  flex-direction: column;
	  align-items: center;
	}
  
	.team-member-profile .team-member-image,
	.team-member-profile .team-member-details {
	  width: 100%;
	  max-width: 100%;
	  text-align: center;
	}
  
	.team-member-profile .team-member-role {
	  margin-bottom: 1rem;
	}

	.team-member-profile .team-member-image img {
		width: auto;
		height: auto;
		margin: 0 auto;
		max-height: 300px;
		border-radius: 8px;
	}
  }


  /*** 404 page ***/

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


/*** Confirmation block ***/

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

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


.page-id-2420 .custom-social--link svg {
	padding: 2rem 1rem;
}

@media (max-width: 895px) {
	.page-id-2420 .custom-social--link svg {
		padding: 1rem;
	}

	.padding-top--unset {
		padding-top: unset !important;
	}

	.roas-calculator--sliders ul.sliders {
		margin: unset;
	}

	.site-footer-widgets h3 {
		padding-top: 2rem;
	}
}

.our-process-step-sec svg {
	background-color: transparent;
}

.single img.alignleft {
	float: left;
	margin: 0 4rem 4rem 0;
}

.single img.alignright {
	float: right;
	margin: 0 0 4rem 4rem;
}

@media (max-width: 650px) {
	.single img.alignleft,
	.single img.alignright {
		float: none;
		margin: 0 auto 4rem;
	}
}

.geo-wrapper {
    padding: var(--theme-section-padding) 0;
}

@media (max-width: 767px) {
	.geo-wrapper {
		padding: var(--theme-section-padding-mobile) 0;
	}
}


/*** inheritance-tax-calculator ***/

/* .inheritance-tax-calculator {
    font-family: sans-serif;
    background: #fff;
    padding: 2rem;
    border: 1px solid #e0e0e0;
    max-width: 600px;
}
.inheritance-tax-calculator label {
    font-weight: bold;
    display: block;
    margin-top: 1rem;
}
.inheritance-tax-calculator input {
    width: 100%;
    padding: 0.5rem;
    margin-top: 0.25rem;
}
.calculator-result {
    margin-top: 2rem;
}
#tax-output {
    font-size: 1.6rem;
    font-weight: bold;
    color: #0073e6;
} */

.inheritance-tax-calculator {
	background-color: #fff;
	border: 1px solid #eee;
	border-radius: 8px;
	padding: 4rem;
	max-width: 700px;
	margin: 0 auto;
	font-family: 'Helvetica Neue', sans-serif;
	box-shadow: 0 4px 8px rgba(0, 0, 0, 0.04);
  }
  
  .inheritance-tax-calculator h2 {
	font-size: 3rem;
    font-weight: 600;
    margin-bottom: 2rem;
    color: #23275C;
    text-align: center;
  }
  
  .inheritance-tax-calculator label {
	display: block;
	margin-top: 2rem;
	font-size: 1.6rem;
	font-weight: 600;
	color: #232323;
  }
  
  .inheritance-tax-calculator input,
  .inheritance-tax-calculator select {
	width: 100%;
	padding: 1.2rem 1rem;
	margin-top: 0.6rem;
	font-size: 1.5rem;
	background-color: #f6f6f6;
	border: 1px solid #ddd;
	border-radius: 4px;
	box-sizing: border-box;
  }
  
  .inheritance-tax-calculator details {
	background-color: #f9f9f9;
	border: 1px solid #ddd;
	padding: 2rem;
	margin-top: 2rem;
	border-radius: 4px;
  }
  
  .inheritance-tax-calculator details summary {
	font-size: 1.5rem;
	font-weight: 600;
	cursor: pointer;
	margin-bottom: 1rem;
  }
  
  .inheritance-tax-calculator .calculator-fields {
	display: flex;
	flex-direction: column;
  }
  
  .inheritance-tax-calculator .output {
	margin-top: 3rem;
	background-color: #23275C;
	border-radius: 8px;
	padding: 2.5rem;
	color: #fff;
	text-align: center;
  }
  
  .inheritance-tax-calculator .output h3 {
	font-size: 2rem;
	font-weight: 600;
	margin-bottom: 1rem;
	color: #fff;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  }
  
  .inheritance-tax-calculator #tax-result {
	font-size: 2.6rem;
	font-weight: 700;
	color: #fff;
	word-break: break-word;
	text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.2);
  }
  
  @media (max-width: 768px) {
	.inheritance-tax-calculator {
	  padding: 2rem;
	}
  
	.inheritance-tax-calculator h2 {
	  font-size: 2rem;
	}
  
	.inheritance-tax-calculator label {
	  font-size: 1.4rem;
	}
  
	.inheritance-tax-calculator input,
	.inheritance-tax-calculator select {
	  font-size: 1.4rem;
	}
  
	.inheritance-tax-calculator .output h3 {
	  font-size: 1.8rem;
	}
  
	.inheritance-tax-calculator #tax-result {
	  font-size: 2.2rem;
	}
  }



  .ltc-calculator {
	font-family: Arial, sans-serif;
	background: white;
	padding: 25px;
	border-radius: 8px;
	max-width: 700px;
	margin: auto;
	box-shadow: 0 0 10px rgba(0,0,0,0.1);
  }
  
  .ltc-calculator h2 {
	border-bottom: 2px solid #003366;
	padding-bottom: 10px;
	margin-bottom: 20px;
	color: #003366;
  }
  
  .ltc-calculator .input-group {
	margin-bottom: 20px;
  }
  
  .ltc-calculator label {
	display: block;
	font-weight: bold;
	margin-bottom: 6px;
	color: #333;
  }
  
  .ltc-calculator label span {
	color: red;
  }
  
  .ltc-calculator input[type="number"] {
	width: 150px;
	padding: 5px;
	margin-right: 10px;
  }
  
  .ltc-calculator input[type="range"] {
	width: 100%;
	margin-top: 10px;
  }
  
  .ltc-calculator .results h3 {
	margin-top: 20px;
	font-size: 18px;
  }

  .ltc-calculator .input-group {
	justify-content: space-between
  }




  @media (max-width: 768px) {
    .consultation-form-col {
        display: block !important;
        opacity: 1 !important;
        visibility: visible !important;
    }
}

@media screen and (max-width: 414px) {
	#gform_wrapper_3, .consultation-form-col {
	  display: block !important;
	  visibility: visible !important;
	  height: auto !important;
	  min-height: 300px !important;
	  overflow: visible !important;
	}
  }

.footer-logos > .gb-layout-column-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    row-gap: 2rem;
    column-gap: 4rem;
}

.footer-logos > .gb-layout-column-wrap > .gb-block-layout-column {
    flex: 1 1 80px;
    max-width: 80px;
}



/*** Pop up ***/

.matador-popup-wrapper {
    max-width: 420px;
    margin: 0 auto;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 10px 25px rgba(0, 0, 0, 0.15);
    background: #ffffff;
    border: 1px solid #eaeaea;
  }

  .matador-popup-wrapper .matador-popup-top {
    background-color: #17283f;
    padding: 35px 30px;
    text-align: center;
    color: #ffffff;
  }

  .matador-popup-wrapper .matador-logo {
    max-width: 200px;
    height: auto;
    margin-bottom: 20px;
    display: inline-block;
  }

  .matador-popup-wrapper .matador-heading {
    font-size: 22px;
    font-weight: 700;
    margin: 0;
    line-height: 1.3;
    color: #ffffff;
  }

  .matador-popup-wrapper .matador-popup-bottom {
    padding: 30px;
    text-align: center;
    background-color: #ffffff;
  }

  .matador-popup-wrapper .matador-subcopy {
    font-size: 14px;
    color: #333333;
    line-height: 1.5;
    margin: 0 0 20px 0;
  }

  .matador-popup-wrapper .matador-button {
    display: block;
    width: 100%;
    background-color: #b40d2b;
    color: #ffffff !important;
    text-decoration: none;
    padding: 14px 20px;
    font-size: 16px;
    font-weight: 700;
    border-radius: 6px;
    border: none;
    cursor: pointer;
    box-sizing: border-box;
    transition: background-color 0.2s ease;
  }

  .matador-popup-wrapper .matador-button:hover {
    background-color: #920a22;
  }

  .matador-popup-wrapper .matador-footer-text {
    font-size: 11px;
    color: #777777;
    margin: 15px 0 0 0;
  }

  #ttoPopup2805 .modal-header {
	border-bottom: unset;
  }



  /*** Pop up two ***/
/* 
.matador-split-modal {
        display: grid;
        grid-template-columns: 1fr 1fr;
        width: 100%;
        margin: 0 auto;
        background-color: #ffffff;
        overflow: hidden;
        font-family: inherit;
    }

    .matador-split-modal * {
        box-sizing: border-box;
    }

    .matador-split-modal .matador-left-col {
        background-image: url('/wp-content/uploads/2026/03/bull-holding-umbrella-scaled.webp'), linear-gradient(to bottom, #ffffff 0%, #23275C 50%);
        background-position: left center, center;
        background-repeat: no-repeat, no-repeat;
        background-size: 60% auto, cover;
        display: grid;
        align-items: end;
        justify-items: center;
        padding: 40px;
        min-height: 450px;
    }

    .matador-split-modal .matador-left-col img.matador-logo {
        max-width: 160px;
        height: auto;
        display: block;
    }

    .matador-split-modal .matador-right-col {
        padding: 40px;
        background-color: #ffffff;
        display: grid;
        align-content: center;
    }

    @media (max-width: 768px) {
        .matador-split-modal {
            grid-template-columns: 1fr;
        }
        
        .matador-split-modal .matador-left-col {
            min-height: 500px;
        }

        
        .matador-split-modal .matador-right-col {
            padding: 30px 20px;
        }
    }

    body #ttoPopup2806 .modal .modal-body {
        padding: 0 !important;
    }

    body #ttoPopup2806 .modal .modal-content {
        max-width: 850px;
        width: 100%;
    }

    body #ttoPopup2806 .modal .modal-header {
        background-color: #fff;
    }

    #ttoPopup2806 .modal-header {
        border-bottom: unset;
    }

    #ttoPopup2806 .gform_title,
    #ttoPopup2806 .gform_description {
        text-align: center;
        margin-bottom: 1rem;
    }

    #ttoPopup2806 .gform-theme--foundation .gform_fields {
        row-gap: 1.5rem;
    }

    body #ttoPopup2806 .tto-modal .tto-modal--content .gform_wrapper .gform_footer input[type=submit] {
        background-color: #23275C;
    }

    body #ttoPopup2806 .tto-modal .tto-modal--content .gform_wrapper .gform_footer {
        margin-top: 0;
    }

    body #ttoPopup2806 .gform-theme--foundation .gfield textarea.small {
        height: 100px;
    } */


	/*** pop up 3 ***/

	.matador-split-modal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    overflow: hidden;
    font-family: inherit;
}

.matador-split-modal * {
    box-sizing: border-box;
}

.matador-split-modal .matador-left-col {
    background-image: url('https://matador-insurance.com/wp-content/uploads/2026/03/hand-holding-umbrell-two.jpg');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    
    display: grid;
    align-items: end;
    justify-items: center;
    padding: 40px;
    min-height: 450px;
}

.matador-split-modal .matador-left-col img.matador-logo {
    max-width: 160px;
    height: auto;
    display: block;
}

.matador-split-modal .matador-right-col {
    padding: 40px;
    background-color: #ffffff;
    display: grid;
    align-content: center;
}

@media (max-width: 768px) {
    .matador-split-modal {
        grid-template-columns: 1fr;
    }
    
    .matador-split-modal .matador-left-col {
        min-height: 500px;
    }

    
    .matador-split-modal .matador-right-col {
        padding: 30px 20px;
    }
}

body #ttoPopup2806 .modal .modal-body {
    padding: 0 !important;
}

/* body #ttoPopup2806 .modal .modal-content {
    max-width: 850px;
    width: 100%;
}

body #ttoPopup2806 .modal .modal-header {
    background-color: #fff;
} */


body #ttoPopup2806 .modal .modal-header {
    position: absolute;
    top: 0;
    right: 0;
    width: 100%;
    z-index: 99;
    background-color: transparent !important;
    border-bottom: unset;
}

body #ttoPopup2806 .modal .modal-content {
    max-width: 850px;
    width: 100%;
    position: relative;
    overflow: hidden;
}



#ttoPopup2806 .modal-header {
    border-bottom: unset;
}

#ttoPopup2806 .gform_title,
#ttoPopup2806 .gform_description {
    text-align: center;
    margin-bottom: 1rem;
}

#ttoPopup2806 .gform_description {
	font-size: 1.6rem;
}

#ttoPopup2806 .gform-theme--foundation .gform_fields {
    row-gap: 1.5rem;
}

body #ttoPopup2806 .tto-modal .tto-modal--content .gform_wrapper .gform_footer input[type=submit] {
    background-color: #23275C;
}

body #ttoPopup2806 .tto-modal .tto-modal--content .gform_wrapper .gform_footer {
    margin-top: 0;
}

body #ttoPopup2806 .gform-theme--foundation .gfield textarea.small {
    height: 100px;
}

body #ttoPopup2806 .matador-left-col .image-text {
    color: #fff;
	font-size: 4.5rem;
	margin-left: 2rem;
}

#ttoPopup2806 .gform_title {
    font-size: 3rem;
}

@media (max-width: 768px) {
	body #ttoPopup2806 .modal .modal-header > .close p {
		color: #fff;
	}
}
/*** Pop up 4 css**/
/* 
.matador-split-modal {
    display: grid;
    grid-template-columns: 1fr 1fr;
    width: 100%;
    margin: 0 auto;
    background-color: #ffffff;
    overflow: hidden;
    font-family: inherit;
}

.matador-split-modal * {
    box-sizing: border-box;
}

.matador-split-modal .matador-left-col {
    background-image: linear-gradient(to bottom, #ffffff 0%, rgba(255, 255, 255, 0) 50%), url('https://matador-insurance.com/wp-content/uploads/2026/03/hand-holding-umbrella-in-rain.jpg');
    background-position: center, center;
    background-repeat: no-repeat, no-repeat;
    background-size: cover, cover;
    
    display: grid;
    align-items: end;
    justify-items: center;
    padding: 40px;
    min-height: 450px;
}

.matador-split-modal .matador-left-col img.matador-logo {
    max-width: 160px;
    height: auto;
    display: block;
}

.matador-split-modal .matador-right-col {
    padding: 40px;
    background-color: #ffffff;
    display: grid;
    align-content: center;
}

@media (max-width: 768px) {
    .matador-split-modal {
        grid-template-columns: 1fr;
    }
    
    .matador-split-modal .matador-left-col {
        min-height: 500px;
    }

    
    .matador-split-modal .matador-right-col {
        padding: 30px 20px;
    }
}

body #ttoPopup2806 .modal .modal-body {
    padding: 0 !important;
}

body #ttoPopup2806 .modal .modal-content {
    max-width: 850px;
    width: 100%;
}

body #ttoPopup2806 .modal .modal-header {
    background-color: #fff;
}

#ttoPopup2806 .modal-header {
    border-bottom: unset;
}

#ttoPopup2806 .gform_title,
#ttoPopup2806 .gform_description {
    text-align: center;
    margin-bottom: 1rem;
}

#ttoPopup2806 .gform-theme--foundation .gform_fields {
    row-gap: 1.5rem;
}

body #ttoPopup2806 .tto-modal .tto-modal--content .gform_wrapper .gform_footer input[type=submit] {
    background-color: #23275C;
}

body #ttoPopup2806 .tto-modal .tto-modal--content .gform_wrapper .gform_footer {
    margin-top: 0;
}

body #ttoPopup2806 .gform-theme--foundation .gfield textarea.small {
    height: 100px;
} */


	/* FAQ Page */

.faq-accordion-items .accordion {
    display: flex;
    flex-direction: column;
    gap: 2rem
}

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

.faq-accordion-items .accordion-item {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 1.2rem;
    box-shadow: 0 3px 7px -2px rgba(0, 0, 0, 0.2);
}

.faq-accordion-items .accordion-item .accordion-header {
    margin: 0;
    padding: 0;
}

.faq-accordion-items .accordion-item .accordion-header .accordion-button {
    background-image: none;
    background-color: transparent;
    display: flex;
    justify-content: space-between;
    gap: 3rem;
    height: 100%;
    color: #000;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 1.2;
    margin: 0;
    padding: 1.8rem 3rem;
    border: none;
    border-radius: 0;
    box-shadow: none;
    white-space: pre-wrap;
    overflow: hidden;
    transition: 0.25s ease-in-out all;
    z-index: 1;
}

.faq-accordion-items .accordion-item .accordion-header .accordion-button:after {
    display: none;
}

.faq-accordion-items .accordion-item .accordion-header .accordion-button svg {
    width: 1.6rem;
    height: 1.6rem;
    transition: 0.25s ease-in-out all;
}

.faq-accordion-items .accordion-item .accordion-header .accordion-button:not(.collapsed) svg {
    transform: rotate(-90deg);
}

.faq-accordion-items .accordion-item .accordion-body {
    padding: 1rem 3rem 3rem;
}

.faq-accordion-items .accordion-item .accordion-body p,
.faq-accordion-items .accordion-item .accordion-body ul li,
.faq-accordion-items .accordion-item .accordion-body a {
    font-size: 1.5rem;
}

@media (max-width: 767px) {
    .faq-accordion-items .faq-accordion-items--column {
        flex: fit-content;
    }
}


.site-footer span.footer-credit-license-numbers {
    column-gap: 2rem;
    display: flex;
    flex-wrap: wrap;
}

@media (max-width: 895px) {
	.site-footer .footer-credits p {
		flex-direction: column;
		align-items: start;
	}

	.footer-credits p .credit:last-child {
    	margin-left: unset;
	}
}


.blog-disclaimer-section {
    max-width: 1200px;
    margin: 0 auto;
	margin-bottom: 6rem;
	background-color: #23275C;
    color: #fff;
    border: 1px solid #23275C;
	border-radius: 1rem;
}

.blog-disclaimer-section p {
    padding: 3rem;
}

@media (max-width: 1200px) { 
	.blog-disclaimer-section {
		margin: 0 3rem 3rem;
	}
}


























/* Single Blog Page */

.sidebar-cta-col .wp-block-heading,
.sidebar-cta-col p {
    margin-bottom: 10px;
}

.single-post .single-post-header-custom {
    max-width: 900px;
    text-align: center;
}

.single-post-header-custom {
    width: 92%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 8rem;
    display: flex;
}

.single-post .single-post-breadcrumb {
    justify-content: center;
}

.single-post-header-custom .left-column {
    flex-basis: unset;
}

.single-post-featured-image img {
    height: 450px;
    object-fit: cover;
    border-radius: 8px;
}

.single-post-breadcrumb {
    margin: 25px 0;
    font-size: 18px;
    font-weight: 400;
    padding-left: 20px;
}

h1.single-post-title {
    font-size: 40px;
    font-weight: 400;
    color: #052A40;
    padding-left: 20px;
}

.single-post-author-inline {
    justify-content: center;
    padding-left: 20px;
}

.single.single-post .content-sidebar-wrap {
    width: 92%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 2rem;
}

.sidebar-content {
    position: sticky;
    top: 120px;
    align-self: flex-start;
}

section#block-26 {
    display: none;
}

.sidebar-cta-section {
    background: #117dac;
    padding: 22px 15px;
    color: #fff;
}

.sidebar-cta-section .gb-container-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sidebar-cta-section p strong {
    font-size: 18px;
    font-family: ivyjournal, sans-serif;
    text-align: center;
    letter-spacing: -0.03rem;
}

.sidebar-cta-section p {
    font-size: 1.5rem;
    margin: 0;
    text-align: center;
}

.table-of-contents h3 {
    border-bottom: 2px solid #D7D7D7;
    padding-bottom: 10px;
    font-size: 20px;
    font-weight: 400;
    margin-bottom: 10px;
    color: #000000;
}

.table-of-contents ul li {
    list-style-type: auto;
    font-size: 13px;
}

.table-of-contents a {
    font-size: 13px;
    color: #000;
}

body .table-of-contents ul li {
    line-height: 2rem;
    margin-bottom: 5px;
}

.table-of-contents ul {
    margin-left: 20px;
    margin-bottom: 40px;
}

.single-post-meta {
    font-size: 1.6rem;
    font-weight: 400;
    margin: 20px 0;
    color: #000000;
}

.single-post-meta>div,
.single-post-meta>div>a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.single-post-meta svg {
    width: 1.6rem;
    height: 1.6rem;
}

.single-post .entry-content h2,
.single-post .entry-content h3,
.single-post .entry-content h4 {
    margin: 6rem 0 3rem;
    scroll-margin-top: 12rem;
}

span.post-date {
    margin-right: 20px;
}

.dynamic-author-block {
    border: none !important;
    gap: 30px !important;
    padding: 25px 0 !important;
}

.dynamic-author-block h3 a {
    border-bottom: none !important;
    font-size: 16px;
    font-weight: 500 !important;
}

.dynamic-author-block a {
    border-radius: 100px !important;
}

.about-us-section {
    background: #F9F9F9 !important;
    border-radius: 0 !important;
}

.about-us-section h3 {
    color: #000000 !important;
    font-size: 24px !important;
    font-weight: 400;
}

.about-us-section p {
    color: #000000 !important;
    font-size: 18px !important;
    font-weight: 400;
    margin: 20px 0;
}

.about-us-section a {
    color: #000000 !important;
    border-bottom: none !important;
    font-size: 14px;
    font-weight: 400 !important;
}

.about-us-section a:hover {
    border-bottom: 1.5px solid !important;
}

section#block-25 {
    display: none;
}

.single-post .client-testimonials-section {
    padding: 0;
}

.single-post-meta {
    display: flex;
    gap: 2.5rem;
}

.single-post .single-post-meta a {
    border-bottom: none !important;
    text-decoration: none;
}

.single-post .single-post-meta a:hover {
    color: #555 !important;
}

.sidebar-cta-col a.button {
    border: 1px solid #052A40;
}

.tto-toc--heading {
    font-size: 20px;
    border-bottom: 2px solid #D7D7D7;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.tto-toc--heading p {
    font-weight: 600;
    font-family: ivyjournal, sans-serif;
    line-height: 1;
    letter-spacing: -0.03rem;
}

.tto-toc--list {
    font-size: 13px;
}

.tto-toc--list ol li {
    list-style-type: none;
}

.tto-toc--list ol {
    margin: 0;
}

.tto-toc--list ol {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-left: 0;
}

.tto-toc--list ol li a {
    display: flex;
    gap: 0.75rem;
    font-size: 1.4rem;
    font-weight: 500;
}

.single.single-post .content-sidebar-wrap {
    width: 95%;
    gap: 6rem;
}

.single.sidebar-content .sidebar-primary {
    width: 325px;
    padding-right: 0;
}

.author-avatar img {
    object-fit: cover;
    object-position: center center;
    width: 50px;
    height: 50px;
    /* border-radius: 50%; */
}

.dynamic-author-block .author-avatar img {
    width: 80px;
    height: 80px;
}

.single-post-author-bio {
    width: 92%;
    max-width: 600px;
    max-height: 0;
    font-size: 1.6rem;
    margin: 0 auto;
    padding: 2rem 0 0;
    text-align: center;
    overflow: hidden;
    transition: 0.5s ease-in-out max-height;
}

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

.author-meta p {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.author-info p:first-child {
    font-size: 2.2rem;
    font-weight: 600;
}

.single-post-author-inline.opened svg {
    transform: rotate(180deg);
}

.resources-container {
    background: #f9f9f9;
    padding: 3rem;
    border: 1px solid #ddd;
    border-radius: 1.2rem;
    margin: 5rem 0 0;
}

.single-post .resources {
    display: flex;
    flex-direction: column;
    gap: 2.5rem;
    margin: 0;
}

.single-post .resource {
    list-style-type: none;
    display: inline-flex;
    flex-direction: column;
    gap: 0.75rem;
    color: #333;
    font-size: 1.7rem;
    font-weight: 600;
    line-height: 1.4;
}

.single-post .resource a {
    display: flex;
    align-items: center;
    gap: 1rem;
    color: #117dac;
    font-size: 1.5rem;
    border-bottom: none;
}

.single-post .resource a span:first-child {
    display: flex;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    line-clamp: 1;
    -webkit-box-orient: vertical;
    -moz-box-orient: vertical;
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 895px) {
    h1.single-post-title {
        font-size: 34px;
    }

    .single-post .single-post-breadcrumb {
        font-size: 16px;
    }
}

@media (max-width: 767px) {
    .single-post-featured-image img {
        height: 250px;
    }

    .single-post .single-post-breadcrumb {
        font-size: 14px;
        text-align: left;
    }
}

@media (max-width: 600px) {
    .single-post .single-post-breadcrumb {
        font-size: 12px;
    }

    h1.single-post-title {
        font-size: 24px;
    }
} 
	

.single-post-meta {
    display: flex;
    gap: 2.5rem;
    font-size: 1.6rem;
    font-weight: 400;
    margin: 20px 0;
    color: #000000;
}

.chatgpt-summary a {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    text-decoration: none;
    border-bottom: none !important;
}

.chatgpt-summary svg,
.chatgpt-summary span:first-child {
    width: 1.6rem;
    height: 1.6rem;
    display: flex;
    align-items: center;
}

.single.single-post .content-sidebar-wrap {
    display: flex;
    gap: 6rem;
    width: 92%;
    max-width: 1300px;
    margin: 0 auto;
    padding-top: 2rem;
}

.single.sidebar-content .content {
    order: 2;
    flex: 1;
}

.single.sidebar-content .sidebar-primary {
    order: 1;
    width: 325px;
    flex-shrink: 0;
}

@media (max-width: 991px) {
    .single.single-post .content-sidebar-wrap {
        flex-direction: column;
    }

    .single.sidebar-content .sidebar-primary {
        width: 100%;
        max-width: 450px;
        margin: 20px auto 0;
    }
}



.single.sidebar-content .content-sidebar-wrap {
    display: flex;
    flex-direction: row;
}

.single.sidebar-content .content {
    order: 2;
    width: 70%;
}

.single.sidebar-content .sidebar-primary {
    order: 1;
    width: 30%;
    padding-right: 2rem;
}

.single.content-sidebar .sidebar-primary {
    order: 2;
    width: 30%;
    padding-left: 2rem;
}

.single.single-post .content-sidebar-wrap {
    width: 95%;
    gap: 6rem;
}

.single.sidebar-content .sidebar-primary {
    width: 325px;
    padding-right: 0;
}

@media only screen and (max-width: 1023px) {
    .single .content-sidebar-wrap {
        flex-direction: column;
    }

    .single .content,
    .single .sidebar-primary {
        width: 100%;
        margin: 0;
        padding: 0;
    }

    .single .sidebar-primary {
        margin-top: 2rem;
    }
}

@media screen and (max-width: 991px) {
    .single.sidebar-content .sidebar-primary {
        width: 100%;
        max-width: 450px;
        margin: 20px auto 0 !important;
    }
}

.recent-article-fallback {
    border: 1px solid #eceef1;
    border-radius: 0.5rem;
    overflow: hidden;
    transition: 0.25s ease-in-out all;
}

.recent-article-fallback:hover {
    box-shadow: 0px 3px 13px -2px rgba(0, 0, 0, 0.11);
}

.recent-article-fallback a {
    display: block;
    text-decoration: none;
    color: inherit;
}

.recent-article-fallback--image {
    border-radius: 8px 8px 0 0;
}

.recent-article-fallback h3 {
    font-size: 20px;
    margin: 20px;
    letter-spacing: normal;
}

.recent-article-fallback p {
    font-size: 16px;
    margin: 0 20px 20px;
} 
	

.recent-articles {
    width: 100%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.ra-container {
    max-width: 1300px;
    margin: 0 auto;
}

.ra-section {
	padding: 6rem 0;

}

/* 
.single.sidebar-content .content-sidebar-wrap {
    display: flex !important;
    flex-direction: row !important;
    gap: 6rem !important;
}

.single.sidebar-content .content {
    order: 2 !important;
    width: 70% !important;
    flex: 1 !important;
}

.single.sidebar-content .sidebar-primary {
    order: 1 !important;
    width: 325px !important;
    flex-shrink: 0 !important;
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    padding-right: 0 !important;
}

.single.sidebar-content .sidebar-primary .sidebar-content {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
    width: 100% !important;
    height: auto !important;
}

.single.sidebar-content .sidebar-primary .sidebar-content section,
.single.sidebar-content .sidebar-primary .sidebar-content .widget {
    display: block !important;
    visibility: visible !important;
    opacity: 1 !important;
}

@media (max-width: 991px) {
    .single.sidebar-content .content-sidebar-wrap {
        flex-direction: column !important;
    }

    .single.sidebar-content .sidebar-primary {
        width: 100% !important;
        max-width: 450px !important;
        margin: 20px auto 0 !important;
    }
} */


.tto-toc--heading {
    font-size: 20px;
    border-bottom: 2px solid #D7D7D7;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
}

.tto-toc--heading p {
    font-weight: 600;
    font-family: ivyjournal, sans-serif;
    line-height: 1;
    letter-spacing: -0.03rem;
}

.tto-toc--list {
    font-size: 13px;
}

.share-heading {
    font-size: 16px;
    margin-bottom: 1.5rem;
}

.tto-toc--list ol li {
    list-style-type: none;
}

.tto-toc--list ol {
    margin: 0;
}

.tto-toc--list ol {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
    margin-left: 0;
}

.tto-toc--list ol li a {
    display: flex;
    gap: 0.75rem;
    font-size: 1.4rem;
    font-weight: 500;
}

.single.single-post .content-sidebar-wrap {
    width: 95%;
    gap: 6rem;
}

.single.sidebar-content .sidebar-primary {
    width: 325px;
    padding-right: 0;
}

.share-ctas .share-cta,
.share-ctas .sharrre {
    background-color: #eee;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 36px;
    height: 36px;
    margin: 0;
    border-radius: 50%;
    pointer-events: all;
    cursor: pointer;
    overflow: visible;
    transition: 0.25s ease-in-out all;
}

.share-ctas .share-cta .share-cta--icon,
.share-ctas .sharrre .count {
    background-color: transparent !important;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    border-radius: 0;
    border: none;
}

.share-ctas .share-cta .cta-tooltip,
.share-ctas .sharrre .hidden {
    background-color: #555;
    position: absolute;
    display: block;
    width: 140px;
    top: auto;
    bottom: 150%;
    left: -9999px;
    color: #fff;
    font-size: 1.2rem;
    text-align: center;
    margin-left: -70px;
    border-radius: 6px;
    padding: 5px;
    pointer-events: none;
    opacity: 0;
    transition: 0.25s ease-in-out opacity, 0s 0.25s ease-in-out left;
    z-index: 1;
}

.share-ctas .share-cta .cta-tooltip>span,
.share-ctas .sharrre .hidden>span {
    background-color: #555;
    color: #fff;
}

.share-ctas .share-cta:hover .cta-tooltip,
.share-ctas .sharrre:hover .hidden {
    left: 50%;
    pointer-events: all;
    opacity: 1;
    transition: 0.25s ease-in-out opacity, 0s ease-in-out left;
}

.share-ctas .share-cta .cta-tooltip:after,
.share-ctas .sharrre .hidden:after {
    content: '';
    position: absolute;
    top: 100%;
    left: 50%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: #555 transparent transparent transparent;
}

.share-post-buttons p {
    font-size: 16px;
    font-weight: 500;
    text-align: center;
}

.share-ctas {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
}

.share-ctas .sharrre .box {
    display: contents;
}

.share-ctas .share-cta svg,
.share-ctas .sharrre .box svg {
    color: #1d273f;
    width: 20px;
    height: 20px;
    transition: 0.25s ease-in-out all;
}

.share-medium .share {
    background: transparent !important;
    color: #1D273F !important;
}

.share-medium .share:before {
    font-size: 22px !important;
}

.twitter .share:before {
    left: 10px;
}

.share-medium .linkedin .share:before {
    top: 5px;
}

.share-medium .share span {
    display: none;
}

.share-ctas>div[class*="share-gss"] {
    display: contents;
}

@media screen and (max-width: 991px) {
    .single.sidebar-content .sidebar-primary {
        width: 100%;
        max-width: 450px;
        margin: 20px auto 0 !important;
    }
}

@media screen and (max-width: 767px) {
    .testimonials-grid {
        grid-template-columns: 1fr;
    }

    .single.single-post .content-sidebar-wrap {
        padding-bottom: 6rem;
    }
}

.sidebar .sidebar-content>.widget>.widget-wrap>p {
    margin: 0;
}

.google-map-embed--wrapper {
    display: flex;
    width: 100%;
    height: 100%;
    max-height: 300px;
    margin: 4rem 0 0;
    border: 1px solid #dbdbdb;
    border-radius: 1.2rem;
    overflow: hidden;
}

.google-map-embed--wrapper iframe {
    width: 100%;
    height: 100%;
    min-height: 300px;
}

.affiliations>.gb-layout-column-wrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    gap: 3.75rem !important;
}

.affiliations>.gb-layout-column-wrap>.gb-block-layout-column {
    flex: 1 1 60px;
    max-width: 60px;
}

.contact-us-inner .gb-block-layout-column>.gb-block-layout-column-inner {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}

.sidebar a.button.has-icon {
    grid-template-columns: 1fr 1.4rem;
    gap: 1rem;
    font-size: 1.4rem;
}

.author-avatar img {
    object-fit: cover;
    /* object-position: center center; */
	object-position: 50% 20%;
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.dynamic-author-block .author-avatar img {
    width: 80px;
    height: 80px;
}

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

.author-meta p {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.author-info p:first-child {
    font-size: 2.2rem;
    font-weight: 600;
}

.resources-container {
    background: #f9f9f9;
    padding: 3rem;
    border: 1px solid #ddd;
    border-radius: 1.2rem;
    margin: 5rem 0 0;
}