/*******************************************
* Theme Name: PaperStreet
* Theme URI: http://www.wordpressbase.com
* Author: PaperStreet
* Author URI: https://www.paperstreet.com
* Description: For PaperStreet
* Text Domain: paperstreet
* Version: 3.2505
*******************************************/

:root {
	--font-family-body: 'Manrope', sans-serif;
	--font-family-heading: 'Manrope', sans-serif;
	--color-primary: #3E59A5;
	--color-primary-lite: #3E59A5;
	--color-secondary: #EE885B;
	--color-alternate: #F08A60;
	--color-dark-blue: #0B206D;
	--color-light-blue: #3E59A5;
	--color-white: #ffffff;
	--color-black: #000000;
	--color-gray: #cccccc;
	--color-light-gray: #EDF1F5;
	--color-border: #e0e0e0;
	--color-body-text: #383838;
	--gutter-size: 20px;
	--header-height: 80px;
	--container-max-width: 1280px;

	--color-darkblue: #0F0D1B;
	--color-blue: #282E69;
	--color-intense-blue: #0A206C;
	--color-brand-blue: #3E59A5;
	--color-orange: #EE885B;
	--color-orange-hover: #e0794f;
	--color-grey: #3d3c3c;
	--color-yellow: #FAD69F;
	--color-bg-light: #EDF1F5;
}

*, *::before, *::after {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}

html {
	scroll-behavior: smooth;
}

body {
	font-family: var(--font-family-body);
	color: var(--color-body-text);
	background-color: var(--color-white);
	font-size: 17px;
	line-height: 1.4;
	-webkit-font-smoothing: antialiased;
}

.container {
	width: 100%;
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 0 var(--gutter-size);
}

/*******************************************************************************************
GENERAL - Layout & Utility Classes
*******************************************************************************************/

.no-margin-last > p:last-of-type { margin: 0 !important; }
.no-transition { transition: none !important; }
.hr-after { position: relative; }
.block { display: block; }
.inline-block { display: inline-block; }
.center, .has-text-align-center, .align-center, .text-center { text-align: center; }
.right, .align-right, .text-right { text-align: right; }
.body-font { font-family: var(--font-family-body); }
.header-font { font-family: var(--font-family-heading); }
.overflow-hidden { overflow: hidden; }

.flex-container, .flex-align-vertical {
	display: flex;
	align-items: center;
	justify-content: center;
}
.flex-align-horizontal {
	display: flex;
	justify-content: center;
	text-align: center;
}

.small-margin-left { margin-left: 10px; }
.small-margin-right { margin-right: 10px; }
.pointer-events-none { pointer-events: none; }
.transition-all { transition: all 200ms cubic-bezier(0.4, 0, 0.2, 1); }
.z-index-over { position: relative; z-index: 1; }
.background-center { background-position: center center !important; }
.background-y-bottom { background-position-y: 100%; }
.background-y-top { background-position-y: 0%; }
.background-cover { background-size: cover; background-repeat: no-repeat; }
.background-transparent { background: transparent; }

.light-text, button.light-text, .light-text h1, .light-text h2, .light-text h3, 
.light-text p, .light-text span, .light-text li, .light-text label {
	color: var(--color-white);
}

.content { margin-bottom: 20px; }
.content .wp-block-image { margin-bottom: 30px; }

img.alignright, .content .wp-block-image .alignright, .content .wp-block-image.alignright {
	float: right;
	margin: 0 0 var(--gutter-size) var(--gutter-size);
}
img.alignleft, .content .wp-block-image .alignleft, .content .wp-block-image.alignleft {
	float: left;
	margin: 0 var(--gutter-size) var(--gutter-size) 0;
}

.content p.indent { margin-left: 60px; }
.content section { margin-bottom: 60px; }
.content section:last-of-type { margin: 0; }

ol, ul { margin: 0 0 35px 0; padding: 0; }
ol { list-style-position: outside; padding-left: 20px; }

ul.has-before li, .content li {
	color: var(--color-body-text);
	padding: 0 0 0 20px;
	position: relative;
	margin-bottom: 10px;
}
.content ol li { padding-left: 0; }

.content ul li::before, ul.has-before li::before, .sidebar section ul li::before {
	position: absolute;
	left: 0;
	content: "\f105";
	color: var(--color-secondary);
	font-family: "Font Awesome 6 Pro";
}

.content ul ul { margin: 5px 0 5px 10px; }
.content ol li {
	padding-left: 30px;
	position: relative;
	list-style: none;
	counter-increment: count-me;
	margin-top: 10px;
	margin-left: 0;
}
.content ol li::before {
	counter-increment: step-counter;
	content: counter(count-me) "" !important;
	display: block !important;
	position: absolute;
	left: 5px;
	top: -3px;
	padding-top: 4px;
	color: #F47930;
	font-size: 16px;
	font-weight: 600;
	text-align: center;
}

hr, .hr-after::after {
	background: var(--color-secondary);
	width: 20%;
	height: 5px;
	display: block;
	border: none;
	margin: 15px 0;
	content: "";
}

figure { margin: 0; }
.italic { font-style: italic; }
.non-italic, address { font-style: normal; }

section.no-underline ul { border: none; }
section.no-underline ul:last-of-type { padding: 0; }

section.sidebar-block {
	background: var(--color-light-gray);
	padding: 35px;
}

.results-slider-single h4 {
	font-weight: 600;
	letter-spacing: 0;
	color: var(--color-secondary);
}
.side-testi.sidebar-block .swiper-pagination-bullet-active { background: var(--swiper-pagination-color, var(--color-secondary)); }
.side-testi.sidebar-block .swiper-pagination { text-align: left; }
.side-testi.sidebar-block { padding-bottom: 50px; }

.sidebar section:not(:last-child) { margin-bottom: 40px; }
.sidebar section ul li {
	padding: 6px 0 6px 18px;
	position: relative;
	display: block;
}
.sidebar section ul li::before {
	position: absolute;
	color: var(--color-secondary);
	content: "\f105";
	top: 8px;
	left: 0;
}
.sidebar-block h2 { margin-bottom: 10px; }
.sidebar section ul li a { display: block; }

.sidebar section button.no-button, .sidebar section ul li a {
	color: var(--color-primary);
	text-decoration: none !important;
	font-weight: 400;
}
.sidebar section button.no-button:hover, .sidebar section button.no-button:focus,
.sidebar section ul li a:hover, .sidebar section ul li a:focus {
	color: var(--color-secondary);
	text-decoration: underline;
}
.sidebar section ul li ul { padding-left: 10px; margin: 0; }

#blog-search-input {
	border: 1px solid #ccc;
	color: #333;
	font-size: 15px;
	background-color: var(--color-white) !important;
	height: 45px;
}
.search-form label {
	color: var(--color-primary);
	position: static !important;
	padding-left: 0 !important;
	pointer-events: auto !important;
	transition: none !important;
}

.blog-search-title {
	font-size: 1.25rem;
	color: var(--color-primary);
	margin-bottom: 10px;
	font-weight: 700;
}
.blog-filters-category .select-wrapper select, .blog-filters-category select {
	background-color: var(--color-white) !important;
	border: 1px solid #ccc;
	color: #333;
	font-size: 15px;
	height: 45px;
	width: 100%;
}
.content .search-results-container { margin-bottom: 80px; }
.sidebar-block ul:last-of-type { margin: 0; }

@media screen and (min-width: 768px) {
	main { padding: 80px 0; }
	.page-template-template-practices #main { padding: 0; }
	.main-inner { display: flex; }
	.content { width: 65%; margin-bottom: 0; padding-right: 70px; }
	.content.full-width { width: 100%; padding-right: var(--gutter-size); }
	.sidebar { width: 35%; padding-left: 0; }
}

/*******************************************************************************************
GENERAL - Forms & Inputs
*******************************************************************************************/

input, select, textarea {
	color: var(--color-white);
	background: none;
	border: 0;
	border-bottom: 1px solid var(--color-white);
	font-size: 1rem;
	line-height: 1;
	font-family: var(--font-family-body);
	box-shadow: none;
	margin: 0;
	width: 100%;
	padding: 0 15px;
}
select { border-bottom: none; appearance: none; -webkit-appearance: none; }
input, select, textarea, label { height: 45px; line-height: 45px; }

input.dark-input, select.dark-input, textarea.dark-input { color: var(--color-primary); }

textarea {
	resize: none;
	min-height: 90px;
	padding-top: 15px;
	padding-bottom: 15px;
	line-height: 1.2;
}

input::-moz-placeholder, textarea::-moz-placeholder,
input::placeholder, textarea::placeholder {
	color: var(--color-white);
}

select, form legend, form label, form p { font-size: 0.9rem; }
legend, label { color: var(--color-white); }
fieldset { padding: 0; border: none; margin: 0; }

label {
	position: absolute;
	top: 0;
	left: 0;
	padding-left: 10px;
	pointer-events: none;
	transition: all 200ms ease-out;
}

input:focus:not([type="checkbox"]) ~ label, textarea:focus ~ label,
input.active ~ label, textarea.active ~ label, select.active ~ label {
	padding-left: 0;
	line-height: 0;
	top: -16px;
	font-size: 0.7rem;
}

.form-input-group label i { color: var(--color-secondary); }
.gfield, .form-input-group {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 25px;
	text-align: left;
}
.gform_wrapper .gfield { margin-bottom: 0; margin-top: 0; }
.module-footer-b-footer-half .gform_wrapper input { height: 55px; line-height: 55px; }

.small-12.map-main {
	margin-bottom: 45px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 30px;
}
.small-12.map-main:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.gform_wrapper input {
	height: 35px;
	line-height: 40px;
	padding: 0 0 10px 0;
	margin: 10px 0 9px 0;
	font-size: 15px;
	border-bottom: 1px solid #fff;
	color: var(--color-alternate);
}

.gform_wrapper textarea {
	font-size: 15px;
	padding: 15px 0;
	border-bottom: 1px solid #fff;
	color: var(--color-alternate);
	min-height: 70px;
}

.gsection_title {
	font-family: var(--font-family-body);
	font-weight: bold;
	margin-bottom: 20px;
	color: #fff;
	text-transform: capitalize;
	font-size: 26px;
	text-align: left;
}

.gsection_description {
	color: var(--color-primary) !important;
	text-align: center;
	text-transform: uppercase;
	font-size: 18px;
	margin-bottom: 20px;
}

.form-input-group.button-container { margin-bottom: 0; }
.select-wrapper { position: relative; width: 100%; }

.select-wrapper::after {
	content: "\f0dc";
	font-weight: 900;
	font-family: "Font Awesome 6 Pro";
	position: absolute;
	right: 0;
	top: 0;
	text-align: center;
	width: 45px;
	line-height: 45px;
	color: var(--color-primary);
	pointer-events: none;
	transition: all 200ms ease-out;
}
.select-wrapper.active::after { background: var(--color-primary); color: white; }

.gform_wrapper { background: var(--color-primary); padding: 30px; }
.footer .gform_wrapper { background: transparent; }

.sidebar .gform_wrapper .gsection_title { color: #fff !important; font-size: 21px; }
.sidebar .gform_wrapper .gsection_description { color: #fff !important; font-size: 16px; }
.sidebar .gform_wrapper input, .sidebar .gform_wrapper label, .sidebar .gform_wrapper textarea {
	border-bottom: 1px solid #fff;
	color: #fff;
}

.contact-address i { color: var(--color-secondary); }
.page-template-template-contact .footer.module-footer-b { display: none; }
.page-template-template-contact .footer.module-footer-c { padding: 30px; text-align: center; }
.page-template-template-contact .footer.module-footer-c .footer-inner { justify-content: center; }
.contact-form-heading { color: white; text-align: center; }

.background-input input:focus:not([type="checkbox"]) ~ label,
.background-input textarea:focus ~ label,
.background-input input.active ~ label,
.background-input textarea.active ~ label,
.background-input select.active ~ label {
	color: var(--color-primary);
}
.background-input input, .background-input textarea, .background-input select {
	background-color: var(--color-primary);
}
.background-input.select-wrapper::after, .background-input .select-wrapper::after {
	background-color: var(--color-gray);
}

input.has-error {
	border: 1px solid #ff0000 !important;
	box-shadow: 0 0 2px #ff0000 !important;
}

/*******************************************************************************************
MODULES - Practices & Intro
*******************************************************************************************/

.module-practices-c .module-title { margin-bottom: 50px; text-align: center; font-weight: 800; }
.module-practices-c h3 { margin-top: 20px; font-size: 18px; font-weight: 800; text-align: center; color: var(--color-secondary); }
.practices-single-icon { max-width: 60px; }

.module-practices-c .practices-single {
	margin-bottom: 60px;
	padding: 15px;
	text-align: center;
	border: solid 1px var(--color-primary);
}
.module-practices-c .practices-single-content { margin-bottom: 15px; font-size: 0.9rem; }
.module-practices-c .practices-single-content p { margin: 0; }
.module-practices-c .practices-single-more { text-transform: uppercase; }
.module-practices-c .practices-single-more:hover,
.module-practices-c .practices-single-more:focus { text-decoration: underline; }
.module-practices-c .box-icon:before { margin-left: 0; }

@media screen and (min-width: 640px) {
	.module-practices-c-inner {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 60px;
		grid-column-gap: 40px;
	}
	.module-practices-c .practices-single { margin-bottom: 0; }
}

@media screen and (min-width: 1025px) {
	.module-practices-c-inner {
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 20px;
		grid-column-gap: 50px;
	}
}

.module-intro-b .flex-container {
	flex-wrap: wrap;
	align-items: normal;
	max-width: var(--container-max-width);
	margin: 0 auto;
}
.module-intro-b-image { display: flex; align-items: center; width: 100%; height: 300px; }
.module-intro-b-image-inner {
	content: "";
	width: 100%;
	height: 100%;
	background-size: contain;
	background-repeat: no-repeat;
	background-position-x: 50%;
}
.module-intro-b-content { padding: 50px 0; }
.module-intro-b-content .module-title { text-align: left; }
.module-intro-b-content .module-title::after { text-align: left; margin-left: 0; }

@media screen and (min-width: 1025px) {
	.module-intro-b-image { width: 45%; height: auto; }
	.module-intro-b-content { flex: 1; align-items: center; padding: 60px 5% 60px 80px; }
}

section.module.module-attorneys-a { background: var(--color-white); }
.module-attorneys-a-inner .module-attorneys-a-content { text-align: center; }
.module-attorneys-a-photo { margin: 30px 0; text-align: center; }
.module-attorneys-a-photo img { width: 468px; max-width: 100%; }

@media screen and (min-width: 768px) {
	.module-attorneys-a-photo { margin: 0; padding-left: 0; align-items: flex-end; }
	.module-attorneys-a-inner { display: flex; }
	.module-attorneys-a-inner .module-attorneys-a-content {
		text-align: left;
		flex: 1;
		margin: 0 0 0 4%;
		padding-left: 6%;
		display: inline;
	}
	.int-sol .module-attorneys-a-content {
		text-align: left;
		flex: 1;
		display: inline;
		padding-right: 4%;
		margin-left: 0;
	}
	.module-attorneys-a .module-title { text-align: left; }
}

.grecaptcha-badge { display: none; }
#theme-switcha {
	border: 1px solid #0f8577;
	margin-bottom: 30px;
	color: #1b2c58;
}

.module-practices-b-inner .practices-single {
	width: 100%;
	height: 200px;
	background-color: #14172f;
	text-decoration: none;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	color: #fff;
	text-transform: uppercase;
	font-size: 1.2rem;
	line-height: 1.2;
	background-size: cover;
	background-position: center;
	position: relative;
	animation-duration: 1s;
	transition: color 200ms ease-out, background 200ms ease-out, transform 60ms ease-in;
}

.module-practices-b-inner .practices-single:hover,
.module-practices-b-inner .practices-single:focus {
	background-color: var(--color-primary);
}

.module-practices-b-inner .practices-single::after {
	content: "";
	position: absolute;
	background: rgba(59, 87, 166, 0.3);
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	z-index: 0;
}
.module-practices-b-inner .practices-single:hover:after,
.module-practices-b-inner .practices-single:focus:after {
	background: var(--color-secondary);
}

.module-practices-b .practices-single span {
	position: relative;
	z-index: 1;
	font-size: 20px;
	font-weight: bold;
	text-shadow: 0 0 5px #000;
	font-family: var(--font-family-heading);
}

@media screen and (min-width: 768px) {
	.module-practices-b-inner { display: grid; grid-template-columns: repeat(3, 1fr); }
	.module-practices-b .practices-single { min-height: 200px; height: auto; padding: 15px; }
}

@media screen and (min-width: 1025px) {
	.module-practices-b-inner {
		grid-template-columns: repeat(3, 1fr);
		grid-row-gap: 1px;
		grid-column-gap: 1px;
	}
}

.module.module-practices-b .button { margin-top: 40px; margin-bottom: 30px; }
.module.module-practices-b { padding-bottom: 0; padding-top: 0; }

.module.module-badges-a { padding-top: 30px; padding-bottom: 30px; }
.module.module-badges-a button::after { color: #fff !important; }

.module.module-cta-a.module-dark.light-text .module-cta-a-inner {
	text-align: center;
	display: flex;
	justify-content: center;
	column-gap: 15px;
}
.cont-tit { color: var(--color-secondary); margin-bottom: 15px; }

/*******************************************************************************************
GENERAL - Gravity Forms & Swiper Customizations
*******************************************************************************************/

.gform_fields input:focus:not([type="checkbox"]) ~ label,
.gform_fields textarea:focus ~ label,
.gform_fields input.active ~ label,
.gform_fields textarea.active ~ label,
.gform_fields select.active ~ label { top: -25px; }

.gform_wrapper label {
	line-height: 1;
	display: flex;
	align-items: center;
	left: 0;
	padding: 0;
	color: var(--color-white);
}

.gform_footer .gform_button { padding: 0; border: none !important; color: #fff !important; min-height: 50px; }
.small-12.address a { font-weight: 600; }
.cont-map { margin-top: 30px; }

.gform_wrapper .button:hover, .gform_wrapper .button:focus {
	background: var(--color-primary) !important;
	border: 1px solid #fff !important;
}

.gform_validation_errors ol, .gform_submission_error .gform_heading,
.ginput_counter, span.gfield_required { display: none; }

.gfield_contains_required label.gfield_label:after {
	content: " *";
	color: red;
	margin-left: 5px;
}

.gform_submission_error, h2.gform_submission_error, .validation_message, p.error-text {
	color: red;
	font-weight: 700;
	margin: 0;
	font-size: 0.7rem;
	animation: fadeIn 125ms both;
}

.swiper.swiper-initialized { visibility: visible; }
.swiper-button-container {
	position: absolute;
	display: flex;
	justify-content: space-between;
	left: -30px;
	right: 0;
	width: calc(100% + 60px);
	top: calc(50% - 22px);
}
.swiper-button-container.buttons-bottom { left: 0; top: 100%; width: 100%; }

.swiper-button-container .swiper-button-next, .swiper-button-container .swiper-button-prev {
	position: relative !important;
	height: auto !important;
	min-width: 44px !important;
	margin-top: 0 !important;
}

.swiper-button-next:after, .swiper-button-prev:after {
	font-family: "Font Awesome 6 Pro" !important;
	content: "\f105" !important;
	color: var(--color-secondary);
	transition: color 200ms ease-out;
}
.swiper-button-prev:after { content: "\f104" !important; }
.swiper-button-next:hover:after, .swiper-button-next:focus:after,
.swiper-button-prev:hover:after, .swiper-button-prev:focus:after {
	color: var(--color-primary-lite) !important;
}

.swiper-outer { max-width: 85%; position: relative; margin: 0 auto; }
.swiper-outer.full-width { max-width: none !important; }
.swiper-autoplay-toggle { position: absolute; z-index: 1; bottom: 20px; right: 20px; }

@media screen and (min-width: 768px) {
	.sidebar .swiper-outer { max-width: 100%; }
}

@media screen and (min-width: 1025px) {
	.swiper-outer { max-width: calc(100% - 200px); }
	.swiper-button-container { left: -100px; width: calc(100% + 200px); }
	.swiper-outer.full-width .swiper-button-container { left: 0; width: 100%; }
}

#skiptocontent {
	z-index: 1000;
	position: fixed;
	padding: 8px;
	display: block !important;
	transform: translateY(-40px);
	opacity: 0;
	background-color: var(--color-secondary);
	color: white;
	transition: all 200ms ease-out;
}
#skiptocontent:focus { transform: translateY(0); opacity: 1; }
.swiper-autoplay-toggle.no-button { display: none; }

@media only screen and (max-width: 640px) {
	#skiptocontent { display: none !important; }
}

.module.module-badges-a img {
	max-width: 150px;
	height: auto;
	display: block;
	margin: 0 auto;
}

/*******************************************************************************************
MENUS - Navigation
*******************************************************************************************/

#mobile-navigation {
	z-index: 100;
	position: fixed;
	top: 0;
	background-color: var(--color-primary);
	overflow: auto;
	width: 100%;
	height: 100vh;
}
#mobile-navigation.active {
	animation: fadeInRight 400ms cubic-bezier(0.87, 0, 0.13, 1);
	display: block;
}
.mobile-navigation-top-inner {
	align-items: center;
	padding: 8px var(--gutter-size) 8px 0;
	background: #fff;
	display: none;
}
.mobile-navigation-top-inner img { max-width: 200px; height: auto; }
#mobile-navigation.active .mobile-navigation-top-inner { display: flex !important; }

#mobile-navigation a {
	display: flex;
	justify-content: space-between;
	text-decoration: none;
	font-size: 1rem;
	color: white;
	padding: 8px var(--gutter-size);
}
#mobile-navigation a:hover, #mobile-navigation a:active, #mobile-navigation a:focus {
	color: var(--color-secondary);
	background: var(--color-white);
}

#mobile-navigation ul { margin: 0; }
#mobile-navigation ul li {
	padding: 0;
	position: relative;
	display: block;
	width: 100%;
}
.mobile-menu-accordion #mobile-navigation .sub-menu li { border-bottom: none; }
.mobile-menu-accordion #mobile-navigation .sub-menu a { padding-left: calc(var(--gutter-size) * 1.5); }
#mobile-navigation ul li:last-of-type { border: none; }
#mobile-navigation ul li::before { display: none; }

#mobile-navigation .sub-menu {
	margin: 0;
	background-color: var(--color-primary);
	z-index: 1;
	overflow: auto;
	display: none;
	width: 100%;
	animation-fill-mode: both;
}
#mobile-navigation ul li.sub-menu-open > .sub-menu { display: block; }
#mobile-navigation .menu-item-has-children > a::after {
	content: "\f0d7";
	font-family: "Font Awesome 6 Pro";
	font-weight: 700;
}
#mobile-navigation .sub-menu-open.menu-item-has-children > a::after { content: "\f0d8"; }

.mobile-navigation-close {
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 50px;
	height: 50px;
	background: none;
	margin-left: auto;
	color: var(--color-primary);
	font-size: 1.4rem;
	margin-right: 15px;
	border: 1px solid var(--color-secondary) !important;
}
.mobile-navigation-close:focus, .mobile-navigation-close:hover { color: var(--color-secondary); }
.mobile-navigation-previous { margin-bottom: 10px; border: none !important; }

@media screen and (min-width: 1025px) {
	#mobile-navigation, .mobile-navigation-top-inner { display: none; }
}

.mobile-menu-paged #mobile-navigation .sub-menu { height: 100vh; position: fixed; top: 0; }
.mobile-menu-paged #mobile-navigation .menu-item-has-children > a::after { content: "\f105"; }
.mobile-menu-paged #mobile-navigation a { padding-left: var(--gutter-size); }
.mobile-menu-paged #mobile-navigation ul li.sub-menu-open > .sub-menu { animation: fadeInRight 300ms ease-out; }

.mega-menu {
	width: 100%;
	position: absolute;
	top: 100%;
	right: 0;
	background: var(--color-primary);
	padding: 25px 75px;
}
.mega-navigation-menu {
	display: grid;
	grid-template-columns: repeat(4, 1fr);
	grid-column-gap: 18px;
	margin: 0;
}
.mega-menu li { border-right: 1px solid rgba(255, 255, 255, 0.1); }
.mega-menu li:nth-child(4n) { border-right: none; margin: 0; padding-right: 0; }

/*******************************************************************************************
HEADER - Search
*******************************************************************************************/

.header-search {
	position: fixed;
	top: -100px;
	left: 0;
	right: 0;
	background-color: var(--color-primary);
	padding: 18px 0;
	width: 100%;
	z-index: 3;
	transition: all 200ms ease-out;
}
.header-search.active { opacity: 1; top: 0; }
.header-search-inner { display: flex; align-items: center; float: none; }
.search-results-post-type:not(:last-child) { margin-bottom: 30px; }
.search-results-post-type ul { margin: 0; }

.header-search-results {
	position: absolute;
	top: 100%;
	left: 0;
	right: 0;
	padding: 30px var(--gutter-size);
	background: var(--color-primary);
	display: none;
	max-height: 350px;
	overflow: auto;
}
.header-search-results.active { display: block; animation: fadeIn 200ms ease-out; }
.header-search-results h3, .header-search-results a, .header-search-results p { color: white; }
.header-search-results h3 { margin-bottom: 8px; }
.header-search-results a { text-decoration: none; }
.header-search-results a:hover, .header-search-results a:focus { text-decoration: underline; }

.header-search-form { position: relative; flex: 1; display: flex; align-items: center; }
#header-search-input {
	margin: 0;
	height: 45px;
	border: 0;
	font-size: 1.3rem;
	color: white;
	border-bottom: 1px solid var(--color-white);
	background: none;
	box-shadow: none;
}
.header-search button { padding: 0 20px; height: 45px; white-space: pre; }
.header-search-submit { margin: 0 1%; }
#header-search-open {
	font-size: 1.1rem;
	display: inline-block;
	line-height: 40px;
	width: 40px;
	height: 40px;
	padding: 0;
	text-align: center;
	margin: 0 0 5px 30px;
}

/*******************************************************************************************
FOOTER - Styles
*******************************************************************************************/

.footer { padding: 80px 0; text-align: center; background: var(--color-primary); }
.footer-text .footer-phone {
	text-transform: uppercase;
	font-size: 20px !important;
	margin-bottom: 0 !important;
	color: var(--color-secondary) !important;
	font-weight: 600;
}
b, strong { font-weight: 700; }

.footer-upper h2 {
	margin-bottom: 10px;
	color: var(--color-white);
	text-transform: uppercase;
	font-size: 25px;
}
.footer-upper p { margin: 0; color: var(--color-dark-blue); }
.footer-upper .social-links { justify-content: center; margin: 30px auto; }
.footer-upper-buttons, .footer-upper-social { margin: 40px 0; }
.footer-upper-social .social-links a { font-size: 1.6rem; }
.footer-upper-social .social-links { margin: 0 auto; }

.footer-lower span { position: relative; font-size: 14px; text-transform: none; }
.module-footer-a .footer-lower a { font-size: 14px; letter-spacing: 0; text-transform: none; color: #fff; }
.footer-navigation li a::after {
	content: "|";
	font-size: 13px;
	position: relative;
	right: -7px;
	top: 0;
	color: #fff !important;
}
.footer-navigation li:last-child a::after {
	content: "|";
	font-size: 10px;
	position: absolute;
	right: -14px;
	top: 3px;
	opacity: 0;
}
.module-footer-a .footer-lower a:hover, .module-footer-a .footer-lower a:focus {
	font-size: 14px;
	color: var(--color-secondary);
}

.menu-footer-navigation-container, .footer-navigation { display: inline; }
.footer-navigation li { display: inline; margin: 0 10px 0 0; }
.footer-lower span::after { content: "|"; margin: 0 8px; }
.footer-lower span:last-of-type::after { display: none; }
.footer-lower-disclaimer { line-height: 1; margin: 0 auto 40px; }

@media screen and (min-width: 1025px) {
	.footer-upper-buttons { display: flex; justify-content: center; gap: 15px; }
	.footer-upper-buttons a { margin-bottom: 0; }
	.footer-lower-disclaimer { width: 60%; }
}

.module-footer-a {
	background-color: var(--color-primary);
	padding: 10px;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
}
.page-template-template-contact .footer.module-footer-a { padding: 10px 0; }
.page-template-template-contact .social-links { justify-content: flex-start; column-gap: 20px; }
.page-template-template-contact .social-links a { color: var(--color-primary); width: auto; }
.page-template-template-contact .social-links a:hover,
.page-template-template-contact .social-links a:focus { color: var(--color-secondary); }

.module-footer-a .footer-inner { position: relative; z-index: 1; }
.footer.module-footer-a::after {
	width: 100%;
	height: 100%;
	content: "";
	position: absolute;
	top: 0;
	left: 0;
	background: var(--color-dark-blue);
	opacity: 0.8;
}

.module-footer-a .footer-upper-phone { font-size: 1.6rem; color: #fff; margin: 25px 0 10px 0; }
.module-footer-a .footer-upper-phone a { font-size: 18px; font-weight: 600; }
.module-footer-a .footer-lower, .module-footer-a p, .module-footer-a a, .module-footer-a h2, .module-footer-a h3 {
	color: #fff;
	text-decoration: none !important;
}
.module-footer-a a:hover, .module-footer-a a:focus { color: var(--color-light-blue); }
.module-footer-a h2, .module-footer-a h3 { margin: 0; }
.module-footer-a h3 { font-size: 1.2rem; }
p.small-text a:focus, p.small-text a:hover { color: var(--color-alternate); }

.footer-logo { max-width: 400px; margin-bottom: 20px; width: 100%; }
.footer-lower a, .footer-navigation a { font-size: 15px; }
.footer-lower { padding: 35px 0 15px 0; text-align: center; }
.footer-lower span:first-of-type { color: #EE885B; }
.footer-upper-phone i { color: var(--color-secondary); margin: 0 5px; }

.module-footer-b {
	background: var(--color-primary);
	display: flex;
	flex-wrap: wrap;
	padding: 0;
	color: #fff;
}
.module-footer-b-footer-half { width: 100%; order: 2; position: relative; }
.module-footer-b-footer-half-main { padding: 50px 15px; background-position: center; background-repeat: no-repeat; background-size: cover; }
.module-footer-b-footer-half-side { order: 1; padding: 50px 15px; background: #0A206D; color: #fff; }
.footer-upper .cont-tit { color: #fff; }

.module-footer-b-footer-half.module-footer-b-footer-half-main::after {
	content: "";
	position: absolute;
	left: 0; top: 0; width: 100%; height: 100%; z-index: 0;
}
.footer-inner { position: relative; z-index: 1; }

.module-footer-b-footer-half-side .form-container { max-width: 500px; margin: 0 auto; }
.module-footer-b-footer-half-side .form-container input { height: 45px; }
.module-footer-b-footer-half-side .form-container textarea { height: 70px; }
.module-footer-b-footer-half-side label { color: #fff; }

.module-footer-b-footer-half-side .formulario-pie-pagina { max-width: 500px; margin: 0 auto; text-align: left; }
.module-footer-b-footer-half-side .formulario-pie-pagina h3 { font-size: 32px; margin-bottom: 25px; font-weight: 600; color: #ffffff; line-height: 1.2; }
.module-footer-b-footer-half-side .form-group { margin-bottom: 15px; }

.module-footer-b-footer-half-side .form-group label {
	display: block;
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 8px;
	letter-spacing: 0.5px;
	color: #ffffff;
	position: static;
	pointer-events: auto;
	height: auto;
	line-height: 1.4;
}

.module-footer-b-footer-half-side .form-group input[type="text"] {
	width: 100%;
	padding: 10px 12px;
	border: 0;
	border-bottom: 1px solid #ffffff;
	background-color: #0A206C;
	color: #ffffff;
	font-size: 14px;
	outline: none;
	transition: border-color 0.2s;
}
.module-footer-b-footer-half-side .form-group input[type="text"]:focus { border-color: #F08A60; }

.module-footer-b-footer-half-side .file-drop-zone {
	border: 2px dashed rgba(255, 255, 255, 0.4);
	background-color: #0A206C;
	color: #ffffff;
	padding: 20px;
	text-align: center;
	cursor: pointer;
	margin-top: 6px;
	transition: border-color 0.2s, background-color 0.2s;
}
.module-footer-b-footer-half-side .file-drop-zone.drag-active {
	border-color: #F08A60;
	background-color: rgba(240, 138, 96, 0.1);
}
.module-footer-b-footer-half-side .file-drop-zone p { margin: 0 0 8px; font-size: 14px; }
.module-footer-b-footer-half-side .file-drop-zone .select-files-btn { color: #F08A60; font-weight: 600; text-decoration: underline; }
.module-footer-b-footer-half-side .file-drop-zone .file-limits { font-size: 12px; opacity: 0.7; }
.module-footer-b-footer-half-side .file-preview-container { margin-top: 10px; display: none; }

.module-footer-b-footer-half-side .file-preview-item {
	display: flex;
	align-items: center;
	gap: 10px;
	padding: 8px;
	background-color: rgba(255, 255, 255, 0.1);
	margin-bottom: 6px;
}
.module-footer-b-footer-half-side .file-preview-thumb {
	width: 40px; height: 40px; object-fit: cover; cursor: pointer; transition: transform 0.2s;
}
.module-footer-b-footer-half-side .file-preview-thumb:hover { transform: scale(1.05); }

.module-footer-b-footer-half-side .file-preview-icon {
	width: 40px; height: 40px; display: flex; align-items: center; justify-content: center; font-size: 20px;
}
.module-footer-b-footer-half-side .file-preview-info { flex: 1; min-width: 0; }
.module-footer-b-footer-half-side .file-preview-name { margin: 0; font-size: 13px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; color: #ffffff; }
.module-footer-b-footer-half-side .file-preview-size { margin: 0; font-size: 12px; opacity: 0.7; color: #ffffff; }

.module-footer-b-footer-half-side .file-preview-remove {
	width: 24px; height: 24px; border: none; background-color: #F08A60; color: #ffffff;
	border-radius: 50%; cursor: pointer; font-size: 16px; flex-shrink: 0;
	display: flex; align-items: center; justify-content: center; padding: 0; line-height: 1;
}

.module-footer-b-footer-half-side .file-error { color: #FF5252; font-size: 13px; margin-top: 6px; margin-bottom: 0; }

.module-footer-b-footer-half-side .btn-submit {
	width: 100%; height: 45px; background-color: #F08A60; color: #ffffff; border: none;
	font-size: 14px; font-weight: 600; cursor: pointer; transition: background-color 0.2s;
}
.module-footer-b-footer-half-side .btn-submit:hover { background-color: #d9764c; }

.module-footer-b-footer-half-side .form-message { margin-top: 10px; font-size: 14px; }
.module-footer-b-footer-half-side .form-message.success { color: #4CAF50; }
.module-footer-b-footer-half-side .form-message.error { color: #FF5252; }
.module-footer-b-footer-half-side .button-container button { width: 100%; }

.footer-buttons-row { display: flex; flex-wrap: wrap; justify-content: center; gap: 15px; margin-top: 15px; }
.footer-buttons-row .button { white-space: nowrap; }

@media screen and (min-width: 1025px) {
	.module-footer-b { flex-wrap: nowrap; }
	.module-footer-b .footer-lower-disclaimer { width: 100%; }
	.module-footer-b-footer-half {
		width: 50%; padding: 50px 6% 40px 6%; order: 1; background: #0A206D; border-top: solid 3px #0B206D;
	}
	.home .module-footer-b-footer-half { width: 50%; padding: 50px 6% 40px 6%; order: 1; background: #0A206D; border-top: none; }
}

.module-footer-f { padding: 0; }
.footer-upper { width: 100%; }
.footer-headlines h3 { color: #0B206D; font-size: 35px; margin-top: 15px; }
.footer-left { margin-bottom: 40px; }

.footer-title {
	margin-bottom: 30px;
	font-size: 2.5rem;
	line-height: 1.21;
	text-transform: uppercase;
	color: var(--color-white);
}
.footer-title strong { color: var(--color-secondary); }
.footer-text { color: var(--color-white); }
.footer-wrap, .footer-map { margin-bottom: 30px; }
.footer-map img { border-radius: 10px; }

.footer-text address { margin-bottom: 15px; line-height: 1.4; }
.footer-text address, .footer-text address p { font-size: 16px; }
.footer-left p { color: var(--color-white); font-size: 15px; margin-bottom: 35px; }
.footer-left p:last-child { margin-bottom: 0; }

.footer-tel {
	font-size: 20px !important;
	font-weight: 600;
	text-decoration: none;
	color: var(--color-secondary) !important;
	transition: all 300ms;
}
.footer-tel i {
	margin-top: -3px;
	margin-right: 8px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 28px;
	height: 28px;
	font-size: 0.75rem;
	color: var(--color-white);
	vertical-align: middle;
	border-radius: 30px;
	background-color: var(--color-secondary);
}
.footer-tel:hover, .footer-tel:focus { color: var(--color-white) !important; }

.footer-right h2 { text-transform: uppercase; margin-bottom: 0; color: var(--color-alternate); margin-top: 25px; }
.footer-bottom { padding: 0; background-color: var(--color-alternate); }
.footer-bottom .footer-inner { padding: 26px 0 35px 0; border-top: 1px solid #2c4c60; }
.page-template-template-contact .footer-bottom .footer-inner { padding: 35px 0; border-top: 1px solid #2c4c60; }

.footer-copyright { margin-bottom: 20px; display: flex; flex-wrap: wrap; }
.footer-copyright li { font-size: 0.938rem; color: var(--color-white); }
.footer-copyright li:after {
	margin: -2px 8px 0;
	display: inline-block;
	width: 1px;
	height: 16px;
	vertical-align: middle;
	background-color: var(--color-white);
	content: "";
}
.footer-copyright li:last-child:after { display: none; }
.footer-copyright a { text-decoration: none; color: var(--color-white); transition: all 300ms; }
.footer-copyright a:hover, .footer-copyright a:focus { color: var(--color-secondary); }

.footer-social { margin-bottom: 0; display: flex; margin-top: 25px; }
.footer-social li { margin-right: 10px; }
.footer-social li:last-child { margin-right: 0; }
.footer-social a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 44px;
	height: 44px;
	font-size: 1.5rem;
	text-decoration: none;
	color: var(--color-white);
	transition: color 200ms ease-out;
}
.footer-social a:hover, .footer-social a:focus { opacity: 0.8; }
.social-links a:hover, .social-links a:focus { color: var(--color-body-text); }
.footer-left hr { margin: 25px 0; }

.footer-inner { font-size: 14px; color: #fff; font-weight: normal; }
.footer-inner a { font-size: 14px; text-decoration: none; color: #0B206D; }
.footer-inner a.button { color: #fff; }
.footer-inner a:hover, .footer-inner a:focus { font-size: 14px; color: var(--color-secondary); }

.footer-right .gform_wrapper { background: transparent; padding-left: 0; padding-right: 0; }
.footer-right .form-container { padding: 15px 35px; background: #fff; }
.footer-disc .small-text { font-size: 12px; margin-top: 15px; line-height: 1.5; }

@media screen and (min-width: 768px) {
	.footer-wrap { margin-bottom: 45px; display: flex; align-items: center; }
	.footer-map { margin-bottom: 0; flex: 0 0 auto; width: 220px; }
	.footer-text { padding-left: 0; }
	.footer-title { margin-bottom: 50px; }
	.footer-copyright li { font-size: 1rem; }
	.footer-copyright li:after { margin: -2px 10px 0; }
}

@media screen and (min-width: 1025px) {
	.footer-holder { display: flex; flex-wrap: wrap; justify-content: space-between; }
	.footer-left { width: 50%; align-self: center; margin-bottom: 0; text-align: left; }
	.footer-title { margin-bottom: 0; max-width: 500px; }
	.footer-right { flex: 1; max-width: 530px; padding-left: 50px; }
	.footer-inner { display: flex; flex-wrap: wrap; align-items: center; justify-content: center; }
	.footer-copyright { margin-bottom: 0; }
}

/*******************************************************************************************
FEATURES - Tables, Breadcrumbs, Accordion, Quotes, CTA, Reviews, Media
*******************************************************************************************/

table.has-fixed-layout { width: 100%; table-layout: fixed; }
.content table { border-collapse: collapse; }
table th, table td { border: 1px solid var(--color-light-gray); padding: 5px; text-align: left; }

.breadcrumbs-container { display: none; flex-wrap: wrap; margin-bottom: 35px; }
.breadcrumbs-single { position: relative; text-decoration: none; padding-right: 20px; margin-right: 20px; }
.breadcrumbs-single:focus, .breadcrumbs-single:hover { text-decoration: underline; }
.breadcrumbs-single::after { position: absolute; right: -4px; content: "\f105"; font-family: "Font Awesome 6 Pro"; }
.breadcrumbs-single:last-of-type { padding-right: 0; margin-right: 0; }
.breadcrumbs-single:last-of-type::after { display: none; }

@media screen and (min-width: 1025px) {
	.breadcrumbs-container { display: flex; }
}

.accordion-item { border-bottom: 1px solid var(--color-light-gray); }
.accordion-item > h3 { margin-bottom: 0; }
.accordion-item-title {
	padding: 20px;
	font-size: 20px;
	margin: 0;
	position: relative;
	cursor: pointer;
	font-weight: 600;
	color: var(--color-body-text);
	line-height: 30px;
	display: flex;
	align-items: center;
	justify-content: space-between;
	transition: background 200ms ease-out;
}
.accordion-item-title::after {
	content: "\f107";
	font-family: "Font Awesome 6 Pro";
	line-height: 30px;
	width: 30px;
	height: 30px;
	font-size: 1.5rem;
	text-align: center;
	color: var(--color-secondary);
}
.accordion-item.active:focus { outline: none; }
.accordion-item-title:hover, .accordion-item-title:focus { color: var(--color-white); background: var(--color-light-blue); }
.accordion-item-title:focus:not(:focus-visible) { outline: none; }
.accordion-item.active .accordion-item-title:after { content: "\f106"; }

.accordion-item-content { display: none; }
.accordion-item-content p { font-size: 18px; }
.accordion-item.active .accordion-item-content { display: block; animation: fadeIn 200ms both; }
.accordion-item-content > *:first-child { margin-top: 20px; }
.accordion-item-content > *:last-child { margin-bottom: 35px; }

.module-faq-a .accordion-container { margin-bottom: 50px; }
.module-faq-a .accordion-item { margin-bottom: 15px; border: 1px solid #3E59A5; }
.module-faq-a .accordion-item-title:after { content: "\f067"; }
.module-faq-a .accordion-item-content { padding: 15px; }
.module-faq-a .accordion-item.active .accordion-item-title:after { content: "\f068"; }

blockquote, .quote-single {
	font-style: italic;
	position: relative;
	margin: 0 0 40px;
	padding-top: 20px;
	padding-left: 80px;
	border-left: 5px solid var(--color-primary);
}
blockquote p, .quote-single p { margin: 0; }
blockquote::before, .quote-single::before {
	content: "\f10d";
	font-family: "Font Awesome 6 Pro";
	font-weight: 700;
	position: absolute;
	top: 1%;
	left: 3%;
	font-size: 2.7rem;
	color: var(--color-primary);
	font-style: normal;
}

.cta-single {
	padding: 40px;
	background: var(--color-light-gray);
	border: 1px solid var(--color-primary);
	text-align: center;
	margin-bottom: 40px;
}
.cta-single span { display: block; text-transform: uppercase; font-size: 1.3rem; line-height: 1.2; margin-bottom: 12px; }
.cta-single a { font-size: 2rem; line-height: 1.2; }

.bottom-slideout {
	display: block !important;
	position: fixed;
	background: var(--color-white);
	box-shadow: 0 0 20px var(--color-black);
	padding: 30px;
	right: 0;
	bottom: 0;
	max-width: 400px;
	opacity: 0;
	z-index: 1;
	transform: translateX(100%);
	transition: all 200ms ease-out;
}
.bottom-slideout.active { transform: translateX(0); opacity: 1; }

.reviews-container { background: var(--color-light-gray); padding: 50px 0; }
.reviews-star-icon { color: var(--color-alternate); font-size: 1.1rem; }
.reviews-single-source::before { content: "\2014"; margin-right: 2px; }
.reviews-star-icon i { margin: 0 2px; }
.reviews-single { float: none; text-align: center; }
.reviews-single em { font-style: italic; margin: 10px 0; display: block; }

.videos-single {
	position: relative;
	width: 100%;
	min-height: 225px;
	margin-bottom: 120px;
	display: flex;
	align-items: center;
	text-align: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position-x: 100%;
	text-decoration: none;
}
.videos-single:hover::before, .videos-single:focus::before { opacity: 0.6; }
.videos-single::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	background: var(--color-black);
	opacity: 0;
	transition: opacity 200ms ease-out;
}
.videos-single h2 {
	position: absolute;
	top: 100%;
	width: 100%;
	min-height: 75px;
	max-height: 75px;
	display: flex;
	align-items: center;
	justify-content: center;
	overflow: hidden;
	background-color: var(--color-secondary);
	color: white;
	font-size: 1.1rem;
	padding: 10px 20px;
	margin: 0;
	transition: background-color 200ms ease-out;
}
.videos-single:hover h2, .videos-single:focus h2 { background-color: var(--color-primary); }

@media screen and (min-width: 640px) {
	.videos-container {
		display: grid;
		grid-template-columns: repeat(2, 1fr);
		grid-row-gap: 100px;
		grid-column-gap: 20px;
	}
	.videos-single { margin: 0; }
}

@media screen and (min-width: 1025px) {
	.videos-container { grid-template-columns: repeat(3, 1fr); margin-bottom: 50px; }
}

.youtube-player {
	position: relative;
	padding-bottom: 56.23%;
	height: 0;
	max-width: 100%;
	background: var(--color-black);
	margin: 20px 0 50px;
}
.youtube-player-inner {
	width: 100%;
	height: 100%;
	overflow: hidden;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
}
.youtube-player-inner::after, .videos-single::after {
	content: "\f144";
	font-family: "Font Awesome 6 Pro";
	font-size: 3.5rem;
	opacity: 0.8;
	display: inline-block;
	margin: 0 auto;
	transition: all 150ms ease-out;
	color: var(--color-alternate);
	pointer-events: none;
	z-index: 1;
}
.youtube-player-inner:hover::after, .youtube-player-inner:focus::after,
.videos-single:hover::after, .videos-single:focus::after {
	transform: scale(1.1);
	color: white;
	opacity: 1;
}
.youtube-player iframe { position: absolute; top: 0; left: 0; width: 100%; height: 100%; background: transparent; }
.youtube-player img {
	bottom: 0; display: block; left: 0; margin: auto; max-width: 100%; width: 100%;
	position: absolute; right: 0; top: 0; border: none; height: auto; cursor: pointer; transition: all 200ms ease-out;
}

.social-links { display: flex; align-items: center; justify-content: space-between; max-width: 160px; column-gap: 15px; }
.social-links a {
	display: flex; align-items: center; justify-content: center; font-size: 1.8rem !important;
	width: auto; line-height: 35px; height: 35px; text-decoration: none;
}
.social-links a img { width: calc(100% - 8px); height: calc(100% - 8px); }
.social-links a:hover, .social-links a:focus { color: var(--color-secondary); }

.slider-results-single { border: 1px solid var(--color-secondary); padding: 30px; }
.slider-results-single:last-of-type { margin: 0; }
.slider-results-single h3 { font-weight: 700; color: var(--color-primary); margin-bottom: 25px; }

/*******************************************************************************************
ANIMATIONS
*******************************************************************************************/

.animated { animation-duration: 1000ms; animation-fill-mode: both; }
.animated.fast { animation-duration: 600ms; }
.animated.slow { animation-duration: 2000ms; }

.fadeIn { animation-name: fadeIn; }
.fadeInUp { animation-name: fadeInUp; }
.fadeInUpSlight { animation-name: fadeInUpSlight; }
.fadeInRight { animation-name: fadeInRight; }
.fadeInRightSlight { animation-name: fadeInRightSlight; }
.fadeInDown { animation-name: fadeInDown; }
.fadeInDownSlight { animation-name: fadeInDownSlight; }
.fadeInLeft { animation-name: fadeInLeft; }
.fadeInLeftSlight { animation-name: fadeInLeftSlight; }
.slideInUp { animation-name: slideInUp; }
.slideInRight { animation-name: slideInRight; }
.slideInDown { animation-name: slideInDown; }
.slideInLeft { animation-name: slideInLeft; }

@keyframes fadeIn { from { opacity: 0; } to { opacity: 1; } }
@keyframes fadeInUp { from { opacity: 0; transform: translate3d(0, 100%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes fadeInUpSlight { from { opacity: 0; transform: translate3d(0, 10%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes fadeInRight { from { opacity: 0; transform: translate3d(100%, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes fadeInRightSlight { from { opacity: 0; transform: translate3d(10%, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes fadeInDown { from { opacity: 0; transform: translate3d(0, -100%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes fadeInDownSlight { from { opacity: 0; transform: translate3d(0, -10%, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeft { from { opacity: 0; transform: translate3d(-100%, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes fadeInLeftSlight { from { opacity: 0; transform: translate3d(-10%, 0, 0); } to { opacity: 1; transform: translate3d(0, 0, 0); } }
@keyframes slideInUp { from { transform: translate3d(0, 100%, 0); visibility: visible; } to { transform: translate3d(0, 0, 0); } }
@keyframes slideInRight { from { transform: translate3d(100%, 0, 0); visibility: visible; } to { transform: translate3d(0, 0, 0); } }
@keyframes slideInDown { from { transform: translate3d(0, -100%, 0); visibility: visible; } to { transform: translate3d(0, 0, 0); } }
@keyframes slideInLeft { from { transform: translate3d(-100%, 0, 0); visibility: visible; } to { transform: translate3d(0, 0, 0); } }
@keyframes menuSlideRight { from { opacity: 0; margin-left: -10px; } to { opacity: 1; margin-left: 0; } }
@keyframes menuSlideDown { from { opacity: 0; margin-top: -10px; } to { opacity: 1; margin-top: 0; } }

/*******************************************************************************************
MODULES - Repeatable Blocks & Miscellaneous
*******************************************************************************************/

.module { padding: 80px 0; background-color: var(--color-light-gray); }
main .column .module .column { padding-left: 0; padding-right: 0; }
.module-dark { background: var(--color-primary); }
h2.module-title { margin-bottom: 30px; text-align: center; }
.modules-showcase .module-title { display: block; }

.box-icon { margin: 0; }
.box-icon::before {
	content: "\f073";
	font-family: "Font Awesome 6 Pro";
	width: 50px;
	line-height: 50px;
	font-size: 2rem;
	font-weight: 700;
	display: block;
	text-align: center;
	color: var(--color-primary);
	margin: 0 auto;
}

.content-selector { cursor: pointer; transition: background 200ms ease-out; }
.content-selector:hover, .content-selector:focus { background: var(--color-gray); }
.modules-skip { display: flex; justify-content: center; flex-wrap: wrap; padding-top: 10px; }
.modules-skip button { margin: 0 5px 5px 0; }

@media print {
	.header { top: 0; border: none; height: auto; position: static; }
	.header-mobile-buttons { display: none; }
}

@media screen and (min-width: 1025px) {
	.make-sticky { position: sticky; top: var(--header-height); z-index: 1; }
}

/* Features */
.features { text-align: center; padding: 30px 0; }
.block-title {
	line-height: 1.15;
	font-weight: 600;
	font-size: 2.25rem;
	text-transform: uppercase;
	margin-bottom: 15px;
}
.features h2 { margin-bottom: 25px; }
.features h4 { margin-bottom: 10px; color: var(--color-primary); }
.features .button { width: 100%; }

.features-holder { display: grid; grid-template-columns: auto; gap: 10px; margin-bottom: 35px; }
.feature-item { display: block; position: relative; color: #fff; }
.feature-item h3 { color: inherit; text-transform: uppercase; }
.feature-item:hover .feature-item-overlay, .feature-item:focus .feature-item-overlay { opacity: 1; visibility: visible; }
.feature-item-image { position: relative; }
.feature-item-image:before {
	position: absolute; top: 0; left: 0; width: 100%; height: 100%; content: "";
	background: linear-gradient(to bottom, rgba(2, 29, 90, 0) 0%, rgb(2, 57, 90) 100%);
}
.feature-item-image img { width: 100%; height: 100%; display: block; object-fit: cover; }

.feature-item-text {
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	color: #fff;
	position: absolute;
	bottom: 0;
	left: 0;
	padding: 25px 20px;
	width: 100%;
	text-align: left;
	text-transform: uppercase;
	margin-bottom: 0;
}
.feature-item-text h3 { margin-bottom: 0; max-width: 250px; font-size: 1.25rem; }
.feature-item-text i { font-size: 1.688rem; }

.feature-item-overlay {
	background-color: var(--color-secondary);
	text-align: center;
	color: #fff;
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	display: flex; justify-content: center; align-items: center; flex-direction: column;
	opacity: 0; line-height: 1.5; visibility: hidden; transition: all 0.3s ease-in-out;
	padding: 20px 40px;
}
.feature-item-overlay h3 { text-transform: uppercase; margin-bottom: 5px; font-size: 1.5rem; font-weight: 600; }
.feature-item-overlay p { margin-bottom: 5px; }
.feature-item-overlay i { font-size: 1.5rem; }

.page-template-template-practices .features .block-title,
.page-template-template-spanish-practice-landing .features .block-title { display: none; }

@media screen and (min-width: 768px) {
	.block-title { font-size: 2.8rem; }
	.features { padding: 60px 0; }
	.page-template-template-practices .features,
	.page-template-template-spanish-practice-landing .features { padding: 0; }
	.page-template-template-practices .features-holder,
	.page-template-template-spanish-practice-landing .features-holder { margin-bottom: 0; }
	.features h2 { margin-bottom: 50px; }
	.features .button { width: auto; min-width: 298px; }
	.features-holder { grid-template-columns: auto auto; gap: 15px; margin-bottom: 60px; }
	.feature-item-text h3 { font-size: 1.2rem; }
	.feature-item-text i { font-size: 2.188rem; }
	.feature-item-image img { aspect-ratio: unset; }
	.feature-item-text { padding: 35px 25px; }
	.feature-item-overlay { font-size: 1.375rem; }
	.feature-item-overlay h3 { font-size: 1.45rem; margin-bottom: 20px; }
	.feature-item-overlay i { font-size: 2rem; }
}

@media screen and (min-width: 1025px) {
	.features-holder { grid-template-columns: auto auto auto; }
	.feature-item-overlay { padding-left: 80px; padding-right: 80px; }
}

@media screen and (min-width: 280px) and (max-width:767px) {
	.module-benefits-c-boxes { justify-content: center !important; }
	.module-benefits-c-box { text-align: center; margin-bottom: 30px !important; }
	.module-benefits-c-box.light-text h3 { margin-bottom: 15px; }
	footer.footer.module-benefits-c .module { padding-bottom: 20px; }
	.copyright { padding: 10px; font-size: 12px; }
	footer.footer.module-benefits-c .small-text.light-text { font-size: 12px !important; }
	.module-benefits-c-box.light-text ul { margin-bottom: 10px; }
	.module-footer-a h2 { font-size: 23px; }
	.module-footer-a h3 { font-size: 1rem; }
	.module-footer-a { padding: 10px 0; }
	.menu-footer-navigation-container { display: block; }
	.footer-inner-left { font-size: 12px; }
	.footer-headlines h3 { font-size: 29px; }
	.footer-inner a { text-decoration: none; color: #0B206D; }
	.footer-lower span, .footer-lower a, .footer-navigation a { font-size: 12px !important; }
	.module-footer-a .column.no-float { padding: 0 15px; }
	.footer-logo { max-width: 300px; }
	.footer-navigation li a::after { font-size: 10px; }
	.block-title { font-size: 2.0rem; }
	.info.light-text .button.mt30 { margin-top: 10px; }
	.footer-title { margin-bottom: 30px; font-size: 2.0rem; }
	.footer-left hr { margin: 25px auto; }
	.footer-social { justify-content: center; }
	.features { text-align: center; padding: 0 0 30px 0; }
	.module-practices-c .practices-single { margin-bottom: 20px; }
	.module-attorneys-a-content hr { margin-left: auto; margin-right: auto; margin-top: 0; }
	.module.module-attorneys-a { padding-bottom: 0; }
	.module.module-practices-b { padding-top: 50px; padding-bottom: 0; }
	.module-practices-b-inner .practices-single { margin-bottom: 30px; }
	.swiper-slide.module-badges-a-single { text-align: center; }
	.module.module-practices-c { padding-bottom: 30px; }
	.module.module-cta-a.module-dark.light-text .module-cta-a-inner { flex-wrap: wrap; row-gap: 15px; }
	.module.module-cta-a.module-dark.light-text .module-cta-a-inner .button.alt-01 { font-size: 13px; }
	.module { padding: 60px 0; }
	.accordion-item-title { font-size: 16px; line-height: 1.3; }
}

@media screen and (min-width: 600px) and (max-width:767px) {
	footer.footer.module-benefits-c .module .columns { padding: 0 10px !important; }
	footer.footer.module-benefits-c .module-benefits-c-boxes { flex-wrap: wrap; column-gap: 30px !important; }
}

@media screen and (min-width: 767px) and (max-width:1024px) {
	.footer.module-benefits-c .module-benefits-c-box.light-text:last-child { padding: 0 !important; }
	.footer.module-benefits-c .module { padding-bottom: 0 !important; }
	.home-slider-single-tagline h2 { line-height: 1; margin-bottom: 0; }
	.home .module.module-intro-a { padding-top: 30px; padding-bottom: 0; }
	.module.module-practices-f { padding: 15px 25px 45px 25px; }
	.module-practices-f-inner { display: grid; grid-template-columns: repeat(2, 1fr); }
	.footer-lower span { position: relative; font-size: 12px; text-transform: none; }
	.module-footer-a .footer-lower a { font-size: 12px !important; }
	.footer-title { margin-bottom: 20px; font-size: 2rem; }
	.footer-left hr { margin: 5px auto 41px auto; }
	.footer-social { margin-bottom: 0; display: flex; margin-top: 25px; justify-content: center; }
}

@media screen and (min-width: 1024px) and (max-width:1279px) {
	.footer.module-benefits-c .module-benefits-c-box { padding: 0 10px !important; margin-bottom: 40px !important; width: 32% !important; }
	footer.footer.module-benefits-c .module { padding-bottom: 0 !important; }
	.footer.module-benefits-c .columns { padding: 0 10px !important; }
	.horizontal-content-row-num-1 .horizontal-content-row-title h2,
	.horizontal-content-row-title h3,
	.horizontal-content-row-title h2 { line-height: 1 !important; }
	.section-horizontal-content { padding-bottom: 0 !important; }
	.module.module-practices-f { padding: 15px 15px 35px 15px !important; }
}

button#gform_browse_button_3_10 { margin-top: 35px; }
div#gfield_description_3_10, span.gform_drop_instructions, span#gfield_upload_rules_3_10 { color: #fff; }
section.module.module-practices-c.module-light.dark-text { padding-top: 20px; }

.module-practices-g { background: #edf1f5; }
.module-practices-g-inner { position: relative; margin-bottom: 40px; }
.module-practices-g-single-image { height: 300px; background-position-x: 50%; }
.module-practices-g-single-content { text-align: center; background: #fff; padding: 30px; }
.module-practices-g-single-content h3 { font-size: 1.2rem; }
section.module.module-practices-g.freq-certs { background-color: var(--color-light-gray); }

.swiper-button-prev:after, .swiper-rtl .swiper-button-next:after { content: 'prev'; color: #916286; }
.swiper-button-next:after, .swiper-button-prev:after {
	font-family: swiper-icons;
	font-size: var(--swiper-navigation-size);
	text-transform: none !important;
	letter-spacing: 0;
	font-variant: initial;
	line-height: 1;
	color: #916286;
}

.home-hero-content-side h1 span { color: #F08A5F; }

/*******************************************************************************************
SERVICES CARDS & LANDING
*******************************************************************************************/

.hero-header {
	position: relative;
	width: 100%;
	min-height: 280px;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	padding: 60px 20px;
}
.hero-header::before {
	content: '';
	position: absolute;
	top: 0; left: 0; width: 100%; height: 100%;
	background-color: rgba(10, 32, 108, 0.7);
	z-index: 1;
}

.hero-content { position: relative; z-index: 2; max-width: 800px; }
.hero-content h1 { color: #ffffff; font-size: 2.8rem; font-weight: 700; line-height: 1.25; margin-bottom: 20px; }
.hero-divider { display: block; width: 60px; height: 4px; background-color: var(--color-orange); margin: 0 auto; }

.services-container { max-width: var(--container-max-width); margin: 60px auto; padding: 0 20px; }
.services-grid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }

.service-card { display: flex; flex-direction: column; background-color: #ffffff; text-decoration: none; }
.card-image-wrapper { position: relative; width: 100%; height: 260px; overflow: hidden; }
.card-image-wrapper img { width: 100%; height: 100%; object-fit: cover; display: block; }

.nom-badge {
	position: absolute;
	top: 15px;
	left: 15px;
	background-color: var(--color-blue);
	color: #ffffff;
	font-weight: 700;
	font-size: 0.85rem;
	padding: 6px 12px;
	letter-spacing: 0.5px;
}

.card-body {
	padding: 25px 20px;
	flex-grow: 1;
	display: flex;
	flex-direction: column;
	border: 1px solid #EE885B;
	border-top: 4px solid #EE885B;
}

.service-title { color: var(--color-primary); font-size: 1.25rem; font-weight: 700; margin-bottom: 10px; }
.service-description { font-size: 0.85rem; color: #666666; line-height: 1.5; }

.card-button {
	display: block;
	background-color: var(--color-orange);
	color: #ffffff;
	text-decoration: none;
	text-align: center;
	text-transform: uppercase;
	font-size: 0.85rem;
	font-weight: 700;
	padding: 12px 10px;
	letter-spacing: 0.5px;
	transition: opacity 0.2s ease;
}
.card-button:hover {
	opacity: 0.9;
	color: var(--color-white);
	background-color: var(--color-primary);
}

@media (max-width: 768px) {
	.hero-content h1 { font-size: 2rem; }
	.services-grid2 { grid-template-columns: 1fr; }
}

/*******************************************************************************************
COMPLIANCE, PROCESS & NOM STANDARDS
*******************************************************************************************/

.section-padding { padding: 60px 0; }
.margin-top-small { margin-top: 15px; }
.margin-top-large { margin-top: 40px; }

.btn {
	display: inline-block;
	padding: 12px 28px;
	font-weight: 700;
	font-size: 17px;
	text-decoration: none;
	letter-spacing: 1px;
	transition: background-color 0.3s ease, color 0.3s ease;
	border: none;
	cursor: pointer;
}
.btn-orange { background-color: #F08A60; color: #ffffff; }
.btn-orange:hover { background-color: #e0794f; }
.btn-outline-blue { background-color: transparent; border: 2px solid #3E59A5; color: #3E59A5; padding: 10px 26px; }
.btn-outline-blue:hover { background-color: #3E59A5; color: #ffffff; }

.btn-block-orange {
	display: block;
	width: 100%;
	background-color: var(--color-orange);
	color: #ffffff;
	text-align: center;
	padding: 12px 15px;
	text-decoration: none;
	font-weight: 700;
	font-size: 16px;
	letter-spacing: 0.5px;
	border: none;
	text-transform: uppercase;
	margin-top: 20px;
	cursor: pointer;
	transition: background-color 0.3s ease;
}
.btn-block-orange:hover { background-color: var(--color-orange-hover); }

.hero { color: #ffffff; padding: 80px 0; overflow: hidden; }
.hero-container { display: flex; align-items: center; justify-content: space-between; gap: 40px; }
.hero-text { flex: 1; max-width: 550px; }
.hero-text h1 { font-size: 36px; font-weight: 700; margin-bottom: 20px; line-height: 1.2; }
.hero-text p { font-size: 17px; opacity: 0.9; line-height: 1.7; }

.process-container { display: flex; align-items: flex-start; gap: 30px; justify-content: space-between; }
.process-img { flex: 1; }
.img-wrapper { background-color: #f0f0f0; max-width: 100%; height: auto; display: block; border: 1px solid #e0e0e0; }

.process-text { flex: 1.2; }
.process-text h2 { font-size: 2rem; color: var(--color-brand-blue); line-height: 1.3; margin-bottom: 20px; font-weight: 700; }
.process-text p { font-size: 17px; margin-bottom: 15px; color: #555; }

.services-card { flex: 1; background-color: var(--color-bg-light); padding: 25px; }
.toc-title { font-size: 2rem; font-weight: 700; color: var(--color-brand-blue); margin-bottom: 15px; line-height: 1.2; }
.services-card h3 { color: #3E59A5; font-size: 18px; margin-bottom: 15px; font-weight: 700; }
.services-card ul { list-style: none; }
.services-card ul li { margin-bottom: 12px; font-size: 16px; font-weight: 400; line-height: 1.4; position: relative; padding-left: 18px; }
.services-card ul li::before { content: ">"; position: absolute; left: 0; color: var(--color-orange); font-weight: 700; }
.services-card ul li a { text-decoration: none; color: var(--color-brand-blue); font-weight: 400; transition: color 0.2s ease; }
.services-card ul li a:hover { color: var(--color-blue); }

.compliance-section { background-color: var(--color-bg-light); border-top: 1px solid #edf1f5; border-bottom: 1px solid #edf1f5; }
.compliance-section-white { background-color: #ffffff; }

.section-banner {min-width: 100%; max-height: 264px;}
.section-banner img {
	width: 100%;
    height: 264px;
    object-fit: cover;
    display: block;
}

.section-title { color: var(--color-brand-blue); font-size: 2rem; font-weight: 700; margin-bottom: 10px; }
.section-subtitle { font-size: 17px; color: #555; margin-bottom: 25px; }

.lineundertext-left { width: 100px; height: 5px; background-color: var(--color-orange); margin: 5px 0 10px 0; }
.lineundertext-center { margin: 1em auto 1.5em auto; width: 100px; height: 5px; background-color: var(--color-orange); }

.compliance-grid { display: flex; /*grid-template-columns: repeat(2, 1fr);*/ gap: 25px; }
.compliance-grid2 { display: grid; grid-template-columns: repeat(2, 1fr); gap: 25px; }

.compliance-card {
	flex: 1;
	background-color: #ffffff;
	border: 1px solid #e2e8f0;
	border-top: 3px solid var(--color-orange);
	padding: 30px 25px;
	box-shadow: 0 4px 6px rgba(0,0,0,0.02);
}
.compliance-card h3 { color: var(--color-brand-blue); font-size: 20px; margin-bottom: 15px; position: relative; padding-bottom: 10px; font-weight: 700; }
.compliance-card h3::after { content: ""; position: absolute; bottom: 0; left: 0; width: 40px; height: 3px; background-color: var(--color-orange); }
.compliance-card p { font-size: 17px; color: #555; line-height: 1.6; }
.card-list { margin-top: 10px; padding-left: 20px; }
.card-list li { font-size: 16px; color: #555; margin-bottom: 8px; }

.standards-section { background-color: #ffffff; }
.standards-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; margin-top: 30px; }
.standards-category {
	background-color: #fdfdfd;
	border: 1px solid #e8e8e8;
	border-left: 4px solid var(--color-orange);
	display: flex;
	gap: 20px;
	align-items: stretch;
}
.standards-category.full-width { grid-column: 1 / -1; }
.standards-content { flex: 3; display: flex; flex-direction: column; padding: 24px; justify-content: space-between; }
.standards-img { flex: 1; width: 25%; display: flex; }
.standards-img img { width: 100%; height: 100%; object-fit: cover; display: block; }
.standards-category h3 { color: var(--color-brand-blue); font-size: 20px; margin-bottom: 15px; font-weight: 700; }

.nom-links-list { list-style: none; }
.nom-links-list li { margin-bottom: 10px; line-height: 1.5; }
.nom-links-list a { color: #444; text-decoration: none; font-size: 16px; transition: color 0.2s ease; display: inline-block; }
.nom-links-list a strong { color: var(--color-brand-blue); }
.nom-links-list a:hover, .nom-links-list a:hover strong { color: var(--color-orange); }

.grid-two-col { display: grid; grid-template-columns: repeat(2, 1fr); gap: 10px 20px; }
.labeling-grid { background-color: #ffffff; padding: 30px; border: 1px solid #e8e8e8; border-left: 4px solid var(--color-orange); margin-top: 20px; }
.labeling-list li { padding: 10px 0; border-bottom: 1px dotted #ccc; }
.labeling-list li:last-child { border-bottom: none; }

.integrated-container { display: flex; align-items: center; gap: 50px; }
.integrated-img { flex: 1; }
.integrated-text { flex: 2; }
.integrated-text h2 { color: #3E59A5; font-size: 28px; margin-bottom: 20px; }
.integrated-text p { font-size: 17px; margin-bottom: 1em; }

.support-section { background-color: var(--color-bg-light); border-top: 1px solid #edf1f5; padding: 60px 0; }
.support-section h2 { color: #3E59A5; font-size: 2rem; margin-bottom: 15px; }
.support-section p { font-size: 17px; color: #555; line-height: 1.7; }

.related-grid { display: grid; grid-template-columns: repeat(2, 1fr); gap: 30px; }
.related-card { background-color: #ffffff; padding: 30px; border: 1px solid #e8e8e8; border-top: 4px solid var(--color-orange); }
.related-card h3 { color: var(--color-brand-blue); font-size: 22px; margin-bottom: 15px; font-weight: 700; }
.related-card p { font-size: 16px; color: #555; line-height: 1.7; }

/*******************************************************************************************
CONTACT PAGE STYLES
*******************************************************************************************/

.contact-section { padding: 60px 0; }
.contact-container { display: flex; gap: 50px; align-items: flex-start; }
.contact-info-wrapper { flex: 1; background-color: #EDF1F5; padding: 35px; }
.contact-info-wrapper h2 { color: #3E59A5; font-size: 2rem; margin-bottom: 20px; }

.info-item { margin-top: 25px; color: #0A206C; }
.info-item h3 { font-size: 17px; color: #3E59A5; margin-bottom: 5px; }
.info-item p { font-size: 15px; color: #0A206C; line-height: 1.5; }
.info-item a { text-decoration: none; color: #3E59A5; font-size: 16px; font-weight: 600; transition: color 0.2s ease; }

.meeting-card {
	background-color: #3b59a1;
	padding: 45px 40px;
	flex: 1;
	width: 100%;
	box-sizing: border-box;
	font-family: var(--font-family-body);
}
.form-title { color: #ffffff; font-size: 2rem; font-weight: 700; margin-bottom: 35px; letter-spacing: -0.2px; }
.form-group-line { display: flex; flex-direction: column; margin-bottom: 30px; }
.form-group-line label {
	color: #ffffff;
	font-size: 16px;
	font-weight: 500;
	margin-bottom: 6px;
	position: static !important;
	height: auto !important;
	line-height: normal !important;
	padding-left: 0 !important;
}
.asterisk { color: #ff4d4d; font-weight: 700; margin-left: 2px; }

.form-group-line input {
	background: transparent;
	border: none;
	border-bottom: 1px solid rgba(255, 255, 255, 0.85);
	color: #ffffff;
	font-size: 16px;
	padding: 6px 0;
	outline: none;
	width: 100%;
	height: auto !important;
	line-height: normal !important;
	transition: border-color 0.2s ease;
}
.form-group-line input:focus { border-bottom-color: #ffffff; }

.submit-btn {
	width: 100%;
	background-color: #f08a60;
	color: #ffffff;
	border: none;
	padding: 14px;
	font-size: 16px;
	font-weight: 700;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	cursor: pointer;
	margin-top: 10px;
	transition: background-color 0.2s ease;
	font-family: var(--font-family-body);
}
.submit-btn:hover { background-color: #e0794f; }

.site-footer { background-color: #ffffff; padding-top: 0; border-top: 2px solid #282E69; }
.footer-divider { height: 2px; background-color: #282E69; }

.footer-container {
	max-width: var(--container-max-width);
	margin: 0 auto;
	padding: 50px 20px;
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	gap: 40px;
}
.footer-col { flex: 1; }
.footer-brand-col { display: flex; flex-direction: column; align-items: flex-start; }
.footer-logo-img { max-width: 260px; height: auto; display: block; margin-bottom: 25px; }

.footer-social-icons { display: flex; gap: 15px; margin-bottom: 25px; align-items: center; }
.footer-social-icons a img { width: 36px; height: 36px; display: block; transition: transform 0.2s ease; }
.footer-social-icons a:hover img { transform: translateY(-2px); }

.btn-client-login {
	background-color: #EE885B;
	color: #ffffff;
	padding: 10px 28px;
	font-size: 15px;
	font-weight: 700;
	text-transform: uppercase;
	display: inline-block;
	text-decoration: none;
}
.btn-client-login:hover { background-color: #e0794f; }

.footer-links-col ul { list-style: none; padding: 0; margin: 0; }
.footer-links-col ul li { margin-bottom: 10px; }
.footer-links-col ul li a { text-decoration: none; color: #3E59A5; font-size: 16px; font-weight: 600; transition: color 0.2s ease; }
.footer-links-col ul li a:hover { color: #282E69; text-decoration: underline; }

.footer-bottom-bar { background-color: #0A206C; color: #ffffff; padding: 18px 0; font-size: 14px; }
.footer-bottom-bar p { margin: 0; color: #ffffff; }
.ok-hosting-link { color: #ffffff; text-decoration: none; font-weight: 500; }
.ok-hosting-link:hover { text-decoration: underline; }

/*******************************************************************************************
MEDIA QUERIES - Consolidated Responsiveness
*******************************************************************************************/

@media (max-width: 992px) {
	.hero-container, .process-container, .compliance-grid,
	.timeline-container, .footer-container, .contact-container, .related-grid, .standards-grid, .grid-two-col {
		flex-direction: column;
		grid-template-columns: 1fr;
		gap: 30px;
	}
	.bloque-texto-hero { width: 100%; max-width: 100%; }
	.bloque-vacio-hero { display: none; }
	.footer-info { padding-right: 0; }
	.services-card, .compliance-card, .standards-category, .related-card { max-width: 100%; width: 100%; }
}

@media (max-width: 768px) {
	.nav-menu { display: none; }
	.seccion-hero {
		background-image: var(--color-blue), url('productos-labelling.png') !important;
		background-position: center;
		text-align: center;
		padding: 80px 20px;
	}
	.contenedor-hero { flex-direction: column; }
	.titulo-hero { font-size: 30px; }
	.standards-category { flex-direction: column-reverse; }
	.standards-img { width: 100%; height: auto; }
	.standards-content { width: 100%; }
	.btn { width: 100%; text-align: center; }
	
	.contact-section, .support-section, .section-padding { padding: 40px 0; }
	.contact-info-wrapper, .meeting-card { padding: 25px 20px; }
	.form-title, .contact-info-wrapper h2, .support-section h2 { font-size: 1.5rem; }
	.compliance-grid { flex-direction: column; align-items: center; gap: 20px; }
	.compliance-card { max-width: 100%; padding: 25px 20px; }
	.margin-top-large { margin-top: 35px; }

	.footer-container {
		flex-direction: column;
		align-items: center;
		text-align: center;
		gap: 35px;
		padding: 35px 20px;
		min-width: 100%;
	}
	.footer-brand-col { align-items: center; }
	.footer-logo-img { max-width: 200px; }
	.footer-social-icons, .footer-links-col ul { justify-content: center; text-align: center; }
	.footer-bottom-bar { padding: 15px 10px; }
	.footer-bottom-bar p { font-size: 13px; }
}

@media (max-width: 480px) {
	.contact-info-wrapper, .meeting-card { padding: 20px 15px; }
	.form-group-line { margin-bottom: 20px; }
	.submit-btn { padding: 12px; font-size: 15px; }
	.footer-logo-img { max-width: 160px; }
}
