/**
Theme Name: Astra Child
Author: Brainstorm Force
Author URI: http://wpastra.com/about/
Description: Astra Child Theme by OuterBox
Version: 1.0.5
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: astra-child
Template: astra
*/

/* TOC:
- Variables
- Utility
- Typography
- Header
- Mobile Menu
- Footer
- Sliders / Carousels
- Video
- Tabbed Content
- Tabbed Carousel
- Accordion
- Tables
- Forms
- Mobile Menu
- Icon List
- Banners
- Breadcrumbs
- Callout Box
- Accent Image
- Social Icons
- Cards
- Blog
- Map / Hotspot
- Language Adjustments
*/

:root {
	/* Spacing */
	--space-base: 16px;
	--space-xxs: calc(var(--space-base)*0.25);
	--space-xs: calc(var(--space-base)*0.5);
	--space-sm: calc(var(--space-base)*0.75);
	--space-md: calc(var(--space-base)*1.5);
	--space-lg: calc(var(--space-base)*2);
	--space-xl: calc(var(--space-base)*2.5);
	--space-xxl: calc(var(--space-base)*4);
	--space-xxxl: calc(var(--space-base)*5);
	--section-space: var(--space-xxxl);
	--section-side-space: var(--space-xxl);
	--gutter: 48px;	
	--gutter-sm: 32px;
	--content-max: 768px;
	--content-padded-max: 920px;
	--container-max: 1168px;
	
	/* Fonts */
	--text-base: 16px;
	--text-sm: 14px;
	--text-lg: 16px;
	--heading-xxs: 14px;
	--heading-xs: 15px;
	--heading-sm: 16px;
	--heading-md: 20px;
	--heading-lg: 24px;
	--heading-xl: 32px;
	--heading-xxl: 40px;
	--heading-xxxl: 48px;
	--font-weight-light: 300;
	--font-weight-regular: 400;
	--font-weight-bold: 600;
	--line-height-body: 1.5;
	--line-height-heading: 1.20;
	--font-family-heading: "Play", sans-serif;
	--font-family-body: "Roboto", sans-serif;
	--font-awesome: "Font Awesome 7 Pro";
			
	/* Border Radius */
	--border-radius-sm: 4px;
	--border-radius-md: 8px;
	--border-radius-lg: 24px;
	--border-radius-element: var(--border-radius-lg);
	--border-radius-button: var(--border-radius-lg);
	--border-radius-input: var(--border-radius-md);
	
	/* Colors */
	--Brand-Blue: #002F86;
	--Brand-Red: #AC1E2D;
	--Brand-Navy-Blue: #213252;
	--Brand-Light-Blue: #E1EAF7;
	--Brand-Lighter-Blue: #f7f9fd;
	--Text-Black: #000000;
	--Text-White: #ffffff;
	--Text-Accent-01: #999899;
	--Text-Accent-03: #EEEEEE;
	--UI-01: #F2F4F8;
	--UI-02: #D3D4D8;
	--UI-03: #A1A4B1;
	--UI-White: #FFFFFF;
	--Button-Default: #AC1E2D;
	--Button-Hover: #811621;
}

	
@media only screen and (max-width : 991px) {	
	:root {	
		--section-space: 60px;
		--section-side-space: var(--space-base);
		--gutter: var(--space-lg);
		--gutter-sm: var(--space-md);
	}
}

body{
	overflow-x: hidden;
}

/* Utility */
.border-radius-element {
	img, span, div, .elementor-slides .swiper-slide {
	border-radius: var(--border-radius-element);
}}

.padding-full {
	padding: var(--section-space) var(--section-side-space);
}

.padding-top {
	padding: var(--section-space) var(--section-side-space) 0 var(--section-side-space);
}

.padding-bottom {
	padding: 0 var(--section-side-space) var(--section-space) var(--section-side-space);
}

.padding-none {
	padding: 0px var(--section-side-space);
}

.fal.elementor-widget-icon i{
	font-weight: 300 !important;
}

.far.elementor-widget-icon i{
	font-weight: 400 !important;
}

/* Typography */

a.elementor-element{
	text-decoration: none !important;
}

.eyebrow-heading {
	span, h1, h2, h3, h4, h5, h6 {
	line-height: 1.5;
	font-size: 15px;
	font-family: var(--font-family-heading);
	text-transform: uppercase;
	font-weight: 400;
	letter-spacing: 3.6px;
}}

.headline-heading {
	span, h1, h2, h3, h4, h5, h6 {
	line-height: var(--line-height-heading);
	font-size: var(--heading-xxxl);
	font-family: var(--font-family-heading);
	font-weight: var(--font-weight-bold);
}}

.heading1 {
	span, h1, h2, h3, h4, h5, h6 {
	line-height: var(--line-height-heading);
	font-size: var(--heading-xxl);
	font-family: var(--font-family-heading);
	font-weight: var(--font-weight-bold);
}}

.heading2 {
	span, h1, h2, h3, h4, h5, h6 {
	line-height: var(--line-height-heading);
	font-size: var(--heading-xl);
	font-family: var(--font-family-heading);
	font-weight: var(--font-weight-bold);
}}

.heading3 {
	span, h1, h2, h3, h4, h5, h6 {
	line-height: var(--line-height-heading);
	font-size: var(--heading-lg);
	font-family: var(--font-family-heading);
	font-weight: var(--font-weight-bold);
}}

.heading4 {
	span, h1, h2, h3, h4, h5, h6 {
	line-height: var(--line-height-heading);
	font-size: var(--heading-md);
	font-family: var(--font-family-heading);
	font-weight: var(--font-weight-bold);
}}


.heading5 {
	span, h1, h2, h3, h4, h5, h6 {
	line-height: var(--line-height-heading);
	font-size: var(--heading-sm);
	font-family: var(--font-family-heading);
	font-weight: var(--font-weight-bold);
}}

.heading6 {
	span, h1, h2, h3, h4, h5, h6 {
	line-height: var(--line-height-body);
	font-size: var(--heading-xs);
	font-family: var(--font-family-heading);
	font-weight: var(--font-weight-bold);
}}


p {
	margin-bottom: 0!important;
	font-size: var(--text-base);
	font-family: var(--font-family-body);
	line-height: var(--line-height-body);
}

.p--small,
.p--small p{
	font-size: var(--text-sm);
}

.p--large,
.p--large p{
	font-size: var(--text-lg);
}

p + p {
	margin-top: 24px !important;
}

.elementor p a{
	text-decoration: underline;
	text-underline-offset: 2px;
	text-decoration-thickness: 1px;
}

.elementor-widget-text-editor ul{
	padding: 0;
	margin: 0 0 0 15px;
	display: flex;
	flex-direction: column;
	gap: 8px;
	li{
		padding: 0 0 0 3px; 
		margin: 0;
		line-height: 150%;
	}
	li::marker {
		font-size: 12px;
	}
}

body, button, input, select, textarea {
	font-family: var(--font-family-body);
}

.elementor-button{
 	border-radius:var(--border-radius-button);
 	padding: 9px 24px !important;
 	font-family: var(--font-family-heading);
 	font-weight: var(--font-weight-bold);
 	text-transform: uppercase;
 	line-height: 1 !important;
}
.download-button .elementor-button-text{
	display: flex;
	align-items: center;
	gap: 8px;
	&:before{
		content:'';
		background: url('data:image/svg+xml,<svg width="9" height="11" viewBox="0 0 9 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.96094 3.48438C7.24219 3.17969 7.73438 3.17969 8.01562 3.48438C8.32031 3.76562 8.32031 4.25781 8.01562 4.53906L5.01562 7.53906C4.73438 7.84375 4.24219 7.84375 3.96094 7.53906L0.960938 4.53906C0.65625 4.25781 0.65625 3.76562 0.960938 3.48438C1.10156 3.34375 1.28906 3.25 1.5 3.25C1.6875 3.25 1.875 3.34375 2.01562 3.48438L3.75 5.19531V1C3.75 0.601562 4.07812 0.25 4.5 0.25C4.89844 0.25 5.25 0.601562 5.25 1V5.19531L6.96094 3.48438ZM8.25 9.25C8.64844 9.25 9 9.60156 9 10C9 10.4219 8.64844 10.75 8.25 10.75H0.75C0.328125 10.75 0 10.4219 0 10C0 9.60156 0.328125 9.25 0.75 9.25H8.25Z" fill="%23AC1E2D"/></svg>');
		background-position: center center;
		background-size: contain;
		background-repeat: no-repeat;
		width: 10px;
		height: 12px;
		display: block;
	}
}
.download-button:hover .elementor-button-text:before{
	filter: brightness(0) invert(1);
}

/* Header */
.header__search{
	.e-search-input-wrapper{
		height: 32px;
	}
	i{
		font-weight: 400 !important;
	}
}
.header__tel{
	.elementor-button{
		padding: 0 !important;
	}
	i{
		color: var(--Brand-Red);
		&:before{
			content: '\f095';
		}
	}
}
.header__languages{
	position: relative;
	height: 32px;
	z-index: 4;
	ul{
		top: 0;
		right: 0;
		height: auto;
		max-height: 32px;
		position: absolute;
		overflow: hidden;
		&:after{
			font-family: var(--font-awesome);
			content:'\f107';
			color: var(--Brand-Blue);
			font-size: 14px;
			display: block;
			font-weight: 400;
			position: absolute;
			right: 5px;
			top: 4px;
		}
		li{
			height: 32px;
			background-color: var(--Brand-Light-Blue);
			&:first-child{
				background-color: transparent;
			}
		}
		a{
			padding: 0 20px 0 8px;
			&:hover{
				text-decoration: underline;
			}
		}
	}
	ul:hover{
		max-height: 400px;
		box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.10);
	}
}
@media(max-width: 1199px){
	.header__languages ul .elementor-icon-list-item:first-child{
		padding-right: 40px;
		a{
			padding-right: 0;
		}
	}
}

.header__toggles{
	.elementor-icon-wrapper{
		display: flex;
		justify-content: flex-end;
	}
	.fa-search:before{
		content: '\f002' !important;
	}
}

.header__menu nav > ul > li:first-child .elementor-nav-menu--dropdown,
.header__menu nav > ul > li:first-child .sub-menu {
	/* visibility: visible !important;
	opacity: 1 !important;
	display: block !important;	 */
}

.header__menu{
	position: static;
	div,
	div > nav,
	div > nav > ul,
	div > nav > ul > li{
		position: static !important;
	}
	nav > ul > li:first-child:before{
		content:'';
		height: 46px;
		width: 1px;
		background-color: var(--UI-02);
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
	}
	nav > ul > li:last-child:before{
		content:'';
		height: 46px;
		width: 1px;
		background-color: var(--UI-02);
		display: block;
		position: absolute;
		top: 50%;
		transform: translateY(-50%);
		margin-left: 154px;
	}
	nav > ul > li > a{
		width: 154px;
		justify-content: center;
	}
	nav > ul > li > a:after,
	nav > ul > li.current_page_ancestor > a:after{
		background-color: var(--Brand-Red) !important;
	}
	nav > ul > li.current_page_ancestor > a:after{
		opacity: 1 !important;
	}
	nav > ul > li > a > .sub-arrow{
		padding-left: 5px;
		color: var(--Brand-Red);
		font-size: 14px;
		font-weight: 400;
	}
	nav > ul > li > ul > li > a{
		font-weight: 600 !important;
		-webkit-font-smoothing: antialiased;
		padding-right: 48px !important;
		padding-left: 48px !important;
		border: 0 !important;
	}
	nav > ul > li > ul > li a:hover,
	nav > ul > li > ul > li a:active,
	nav > ul > li > ul > li.current-menu-item > a{
		text-decoration: underline;
	}
	nav > ul > li > ul > li a .sub-arrow i{
		transform: none !important;
	}
	nav > ul > li > ul > li a .sub-arrow i:before{
		font-family: var(--font-awesome);
		content: '\f061';
		color: var(--Brand-Red);
		font-weight: 400;
		font-size: 12px;
	}
	nav > ul > li > ul > li:first-child > a{
		padding-top: 30px !important;
	}
	nav > ul > li > ul > li:last-child > a{
		padding-bottom: 30px !important;
	}
	nav > ul > li:first-child > ul{
		position: absolute !important;
		left: 50% !important;
		transform: translateX(-50%);
		width: 1168px !important;
		margin-left: 0 !important;
		max-width: 100% !important;
		height: 460px !important;
		background-color: var(--Brand-Lighter-Blue);
	}
	nav > ul > li:first-child > ul > li{
		width: 325px;
		position: static;
	}
	nav > ul > li:first-child > ul > li > a{
		width: 100%;
		white-space: normal;
		padding-right: 68px !important;		
		background-color: white !important;
	}
	nav > ul > li:first-child > ul > li a .sub-arrow{
		position: absolute;
		right: 48px;
	}
	nav > ul > li:first-child > ul > li > ul{
		position: absolute;
		width: 843px !important;
		top: 0 !important;
		left: 0 !important;
		height: 420px !important;
		padding-top: 30px !important;
		padding-bottom: 30px !important;
		margin-top: 0 !important;
		background-color: transparent;
	}
	nav > ul > li:first-child > ul > li ul{
		box-shadow: none !important;
	}
	nav > ul > li:first-child > ul > li ul a{
		background-color: transparent;
	}
	.menu-item-2257 > ul{
		column-count: 2;
	}
}

/* Mobile Menu */
.off-canvas-toggle a[aria-expanded="true"] i:before{
	content: '\f00d';
}
.elementor-widget-off-canvas{
	.e-off-canvas__overlay{
		background-color: transparent !important;
	}
	.e-off-canvas__content{
		width: 100%;
		padding-bottom: 200px;
	}
	.e-off-canvas__content > div{
		height: 100vh;
	}
	.e-off-canvas__main{
		height: calc(100% - 92px);
		top: 92px;
	}
}
.e-off-canvas .elementor-nav-menu--main{
	height: 100%;
	.menu-item-home-text{
		font-size: 16px;
		font-weight: 600;
		color: var(--Brand-Navy-Blue);
		letter-spacing: 0.32px;
		margin: 10px 0;
		display: block;
	}
	ul {
		position: relative;
		height: 100%;
	}
	ul li{
		position: relative;
	}
	ul li > .submenu-toggle {
		cursor: pointer;
		position: absolute;
		width: 40px;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
		text-align: right;
	}
	ul li a{
		margin: 0;
		border: 0;
		padding-left: 0 !important;
		padding-right: 0;
		-webkit-font-smoothing: antialiased;
	}
	> ul > li > a:after{
		content: '';
		opacity: 1 !important;
		height: 1px;
		width: 100%;
		background-color: var(--UI-01);
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
	}
	ul li a > span{
		display: none !important;
	}
	ul ul {
		position: absolute;
		left: 100vw !important;
		transition: left 0.2s ease-in-out;
		z-index: 3;
		background-color: white;
		width: 100% !important;
		max-width: 100% !important;
		top: 0 !important;
		transition: none;
		margin-left: 0 !important;
		margin-top: 0 !important;
		padding-bottom: 100px;
	}
	ul li.submenu-active {
		position: static;
	}
	ul li.submenu-active > ul {
		left: 0 !important;
		transition: left 0.2s ease-in-out;
		z-index: 9;
		display: block !important; 
		height: 100%;
		background-color: white;
	}
	button.submenu-toggle{
		position: relative;
		width: 40px;
		height: 40px;
		text-decoration: none;
		text-transform: uppercase;
		letter-spacing: 1px;
		border: 0;
		line-height: 1.5;
		color: var(--Text-Black);
		font-weight: var(--font-weight-bold);
		background-color: transparent;
		padding: 0;
	}
	button.submenu-toggle:before{
		content:'';
		width: 12px;
		height: 12px;
		display: block;
		background-color: var(--Brand-Red);
		mask-image: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M6.21094 1.16406L10.3359 5.10156C10.4453 5.21094 10.5 5.34375 10.5 5.5C10.5 5.65625 10.4453 5.78906 10.3359 5.89844L6.21094 9.83594C5.92969 10.0547 5.66406 10.0547 5.41406 9.83594C5.19531 9.55469 5.19531 9.28906 5.41406 9.03906L8.53125 6.0625H0.5625C0.21875 6.03125 0.03125 5.84375 0 5.5C0.03125 5.15625 0.21875 4.96875 0.5625 4.9375H8.53125L5.41406 1.96094C5.19531 1.71094 5.19531 1.44531 5.41406 1.16406C5.66406 0.945313 5.92969 0.945313 6.21094 1.16406Z" fill="%23AC1E2D"/></svg>');
		mask-repeat: no-repeat;
		mask-position: right center;
		mask-size: contain;
		position: absolute;
		right: 0;
		top: 50%;
		transform: translateY(-50%);
	}
	button.submenu-back-button{
		position: relative;
		display: flex;
		align-items: center;
		text-decoration: none;
		font-size: 16px;
		font-family: var(--font-family-body);
		font-weight: 600;
		color: var(--Brand-Navy-Blue);
		letter-spacing: 0.32px;
		margin: 0 0 10px 0;
		padding: 0;
		color: var(--Brand-Navy-Blue);
		font-weight: var(--font-weight-bold);
		background-color: transparent;
		text-transform: none;
	}
	.submenu-back-button:before{
		content:'';
		width: 12px;
		height: 12px;
		display: block;
		background-color: var(--Brand-Red);
		mask-image: url('data:image/svg+xml,<svg width="11" height="11" viewBox="0 0 11 11" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M4.78906 1.16406L0.664062 5.10156C0.554688 5.21094 0.5 5.34375 0.5 5.5C0.5 5.65625 0.554688 5.78906 0.664062 5.89844L4.78906 9.83594C5.07031 10.0547 5.33594 10.0547 5.58594 9.83594C5.80469 9.55469 5.80469 9.28906 5.58594 9.03906L2.46875 6.0625H10.4375C10.7812 6.03125 10.9688 5.84375 11 5.5C10.9688 5.15625 10.7812 4.96875 10.4375 4.9375H2.46875L5.58594 1.96094C5.80469 1.71094 5.80469 1.44531 5.58594 1.16406C5.33594 0.945313 5.07031 0.945313 4.78906 1.16406Z" fill="%23AC1E2D"/></svg>');
		mask-repeat: no-repeat;
		mask-position: left center;
		mask-size: contain;
		margin-right: 8px;
	}
	.submenu-headline-button{
		color: var(--Brand-Blue);
		font-size: 20px;
		font-weight: 400;
		font-family: var(--font-family-heading);
	}
}

#mobile-nav .search-container{
	padding: var(--space-md) 0;
	.search-form input{
		width: 100%;
	}
}
.mobile-nav__utility{
	display: flex;
	flex-direction: column;
	gap: var(--space-md);
	margin-top: var(--space-md);
	i{
		width: 20px;
		color: var(--Brand-Navy-Blue);
	}
	a{
		text-decoration: none;
		color: var(--Text-Black);
	}
}
.mobile-nav__contact{
	position: static;
	padding: 0;
	z-index: 9;
	.mobile-nav__tel{
		border-bottom: 1px solid var(--UI-01);
		.elementor-widget-container{
			padding: 8px 0 !important;
		}
		.elementor-button{
			padding-left: 0 !important;
		}
		i{
			color: var(--Brand-Red);
			&:before{
				content: '\f095';
			}
		}
	}
	.mobile-nav__button{
		.elementor-button{
			margin-top: 16px;
			display: inline-block;
		}
	}
}

/* Footer */
.footer__social{
	margin-left: -5px;
	a{
		width: auto !important;
		padding: 0 5px;
	}
	a:hover i,
	a:active i{
		color: var(--Brand-Blue) !important;
	}
	.elementor-social-icon-facebook{
		font-size: 19px !important;
	}
}
.footer__number-grid{
	grid-template-columns: 45px 1fr !important;
}
.footer__submenu{
	a:hover,
	a:active{
		text-decoration: underline !important;
		text-underline-offset: 2px;
		text-decoration-thickness: 1px;
	}
	li:last-child a{
		padding-right: 20px !important;
	}
	li:last-child a:after{
		font-family: var(--font-awesome);
		content:'\f106';
		display: block !important;
		opacity: 1 !important;
		font-size: 14px;
		font-weight: 400;
		color: var(--Brand-Red);
		position: absolute;
		right: 0;
	}
}

/* Sliders / Carousels */
.elementor-swiper{
	margin-bottom: 16px;
}
.elementor-element .swiper .swiper-pagination-bullets.swiper-pagination-horizontal{
	bottom: -4px;
}
.elementor-slides-wrapper{
	margin: 0 -21px;
}
.elementor-slides .swiper-slide{
	position: relative;
	padding: 0 21px;
}
.swiper-slide-bg{
	/* box-shadow: 0 9px 21px 0 rgba(0, 0, 0, 0.10); */
}
.swiper-pagination-bullet{
	opacity: 1;
	position: relative;
	width: 36px !important;
	height: 3px !important;
	border-radius: 0 !important;
}
.swiper-pagination-bullet:hover,
.swiper-pagination-bullet-active{
	mask: none;
}
.swiper-pagination-bullet-active{
	background-color: var(--Brand-Red) !important;
}
.elementor-swiper-button .fa-arrow-left,
.elementor-swiper-button .fa-arrow-right,
.eicon-chevron-left,
.eicon-chevron-right{
	mask-image: url('data:image/svg+xml,<svg width="14" height="13" viewBox="0 0 14 13" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M8.28125 0.71875L13.7812 5.96875C13.9271 6.11458 14 6.29167 14 6.5C14 6.70833 13.9271 6.88542 13.7812 7.03125L8.28125 12.2812C7.90625 12.5729 7.55208 12.5729 7.21875 12.2812C6.92708 11.9062 6.92708 11.5521 7.21875 11.2188L11.375 7.25H0.75C0.291667 7.20833 0.0416667 6.95833 0 6.5C0.0416667 6.04167 0.291667 5.79167 0.75 5.75H11.375L7.21875 1.78125C6.92708 1.44792 6.92708 1.09375 7.21875 0.71875C7.55208 0.427083 7.90625 0.427083 8.28125 0.71875Z" fill="%23002F86"/></svg>');
	mask-size: contain;
	mask-position: center;
	mask-repeat: no-repeat;
	display: block;
}
.elementor-swiper-button .fa-arrow-left:before,
.elementor-swiper-button .fa-arrow-right:before,
.eicon-chevron-left:before,
.eicon-chevron-right:before{
	background-color: currentColor;
}
.swiper-button-disabled{
	pointer-events: none;
}
.elementor-swiper-button .fa-arrow-left,
.eicon-chevron-left{
	transform: rotate(180deg);
}
.swiper .swiper-pagination-bullet-active{
	background-color: var(--Brand-Red) !important;
}
.elementor-widget-n-carousel .swiper-slide > div > div > .elementor-widget-image {
	
}
.elementor-widget-n-carousel .swiper-slide > div > div > .elementor-widget-image img{
	object-fit: contain !important;
	padding: 5px !important;
}
.elementor-widget-loop-grid{
	.elementor-pagination{
		padding: 0 13px;
		gap: 0 !important;
		position: absolute;
		display: flex;
	}
	.page-numbers{
		text-decoration: none !important;
		border-right: 1px solid var(--Brand-Light-Blue);
		padding: 0 10px;
		height: 24px;
		margin: 0 !important;
		&:last-child{
			border-right: 0;
		}
		&:hover,
		&:active,
		&:focus{
			text-decoration: underline !important;
		}
	}
	.page-numbers.current{
		background-color: var(--Brand-Blue);
		color: white !important;
	}
}
.posts-carousel .swiper-slide{
	max-width: 400px;
}
@media(min-width: 1200px){
	.posts-carousel .swiper{
		overflow: visible !important;
		padding-bottom: 0 !important;
	}
	.posts-carousel .swiper .swiper-slide[aria-hidden="true"],
	.posts-carousel .swiper .swiper-slide-duplicate-active{
		opacity: 0;
		pointer-events: none;
	}
}
@media(max-width: 1199px){
	.posts-carousel .swiper{
		padding-bottom: 32px !important;
	}
}
@media(max-width: 767px){
	.elementor-element.elementor-arrows-position-outside .swiper{
		width: 100% !important;
	}
	.elementor-arrows-position-outside .elementor-swiper-button{
		display: none;
	}
}


/* Video */
.elementor-widget-video{
	border-radius: var(--border-radius-element);
	position: relative;
	overflow: hidden;
}
.elementor-custom-embed-image-overlay:after{
	content: '';
	background-color: var(--Text-Black);
	opacity: .3;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	display: block;
}
.elementor-custom-embed-play{
	z-index: 2;
}
.elementor-custom-embed-image-overlay:hover .eicon-play{
	opacity: .8 !important;
}
.eicon-play{
	background-color: currentColor;
	border-radius: 100%;
	opacity: 1 !important;
}
.eicon-play:before{
	opacity: 0;
}
.eicon-play:after{
	content: '';
	background: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 22 22"><path fill="%230E6E92" d="M0,2.22v17.56c0,1.68,1.89,2.75,3.45,1.96l17.31-8.78c1.65-.84,1.65-3.08,0-3.91L3.45.27C1.89-.53,0,.55,0,2.22Z"/></svg>') center center no-repeat transparent;
	background-size: 16px;
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 2px;
	top: 1px;
}
		
/* Tabbed Content */
.tabs-left .e-n-tabs-heading button{
	position: relative;
}
.tabs-left .e-n-tabs-heading button:after{
	content:'';
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	background-color: var(--UI-02);
}
.tabs-top .e-n-tabs-heading button{
	-webkit-font-smoothing: auto;
}
@media only screen and (min-width: 768px) {
	.tabs-top .e-n-tabs-heading button{
		flex-basis: 195px;
		min-height: 88px;
		justify-content: center;
	}	
	.tabs-top .e-n-tabs-heading button:first-child:before{
		content:'';
		width: 1px;
		height: 100%;
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		background-color: var(--UI-02);
	}
	.tabs-top .e-n-tabs-heading button:after{
		content:'';
		width: 1px;
		height: 100%;
		position: absolute;
		bottom: 0;
		right: 0;
		display: block;
		background-color: var(--UI-02);
	}
	.tabs-top .e-n-tabs-heading button:last-child:after{
		display: none;
	}
}
@media only screen and (max-width: 767px) {	
	.tabs-top .e-n-tabs-heading button{
		position: relative;
	}
	.tabs-top .e-n-tabs-heading button:after{
		content:'';
		width: 100%;
		height: 1px;
		position: absolute;
		bottom: 0;
		left: 0;
		display: block;
		background-color: var(--UI-02);
	}
}

/* Tabbed Carousel */
.tabbed-carousel{
	.e-n-tabs-heading{
		padding-left: 30px;
		padding-right: 30px;
		flex-wrap: nowrap;
	}
	.elementor-widget-image img{
		max-height: 390px;
		width: auto;
	}
	.elementor-swiper-button{
		height: 72px;
		width: 80px;
		display: flex;
		align-items: center;
		justify-content: center;
	}
}
.tabbed-content__toggle{
  right: 30px;
  position: absolute;
  height: 67px;
  z-index: 6;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  > div{
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
.tabbed-content__toggle-fix{
	position: relative;
}
.tabbed-content__toggle.active .elementor-icon{
  transform: rotate(180deg);
}
.tabbed-content__toggle.active + .elementor-widget-n-tabs .e-n-tabs-heading{
  max-height: 500px;
}
@media(max-width: 1199px){
	.tabbed-carousel{
		.e-n-tabs-heading{
			flex-direction: column;
			position: relative;
			max-height: 68px;
			overflow: hidden;
			z-index: 5;
			button{
				flex-basis: 68px;
				font-size: 16px !important;
				font-weight: bold !important;
				justify-content: flex-start;
				border-bottom: 1px solid var(--UI-02) !important;
				padding: 12px;
				.e-n-tab-icon{
					display: none;
				}
				br{
					display: none;
				}
				&:after{
					display: none;
				}
			}
			button[aria-selected="true"]{
				order: 1 !important;
			}
			button[aria-selected="false"]{
				order: 2 !important;
			}
		}
	}
	.tabbed-content{
		.e-n-tabs-heading{
			flex-direction: column;
			position: relative;
			max-height: 68px;
			overflow: hidden;
			display: flex;
			z-index: 5;
			button{
				flex-basis: 68px;
				font-size: 16px !important;
				font-weight: bold !important;
				justify-content: flex-start;
				border-bottom: 1px solid var(--UI-02) !important;
				padding: 12px;
				width: 100%;
				height: 68px;
				min-height: 68px;
				.e-n-tab-icon{
					display: none;
				}
				br{
					display: none;
				}
				&:after{
					display: none;
				}
			}
			button[aria-selected="true"]{
				order: 1 !important;
				border-bottom: 1px solid var(--Brand-Blue) !important;
			}
			button[aria-selected="false"]{
				order: 2 !important;
			}
		}
	}
	.tabbed-content .tabbed-content__toggle{
		right: 0;
	}
	.elementor > .tabbed-content > .e-con-inner > .tabbed-content__toggle{
		right: 68px;
	}
}
@media(max-width: 767px){
	.tabbed-carousel{
		.elementor-widget-image img{
			max-height: 220px;
		}
		.e-n-tabs-heading{
			padding-left: 16px;
			padding-right: 16px;
		}
	}
	.tabbed-content__toggle{
		right: 0;
	}
	.tabbed-carousel .tabbed-content__toggle{
		right: 30px;
	}
	.elementor > .tabbed-content > .e-con-inner > .tabbed-content__toggle{
		right: 15px;
	}
}

/* Accordion */
.elementor-widget-n-accordion{
  .e-n-accordion-item-title-icon i{
    font-weight: 300;
    font-size: 14px;
  }
}
/* Tables */
.html-table{
	table{
		border: 0;
		box-shadow: 0 0 24px 0 rgba(14, 69, 142, 0.14);
	}
	thead{
		background-color: var(--Brand-Navy-Blue);
	}
	th{
		border-color: var(--Brand-Navy-Blue);
		color: var(--Text-White);
		line-height: 1.5;
		font-size: 15px;
		font-family: var(--font-family-body);
		text-transform: uppercase;
		font-weight: 400;
		padding: var(--space-sm) var(--space-base);
	}
	tbody tr:nth-child(odd){
		background-color: #F6FAFF;
	}
	tbody tr:nth-child(even){
		background-color: var(--UI-White);
	}
	td{
		border: 0;
		border-right: 1px solid #D3D4D8;
		border-bottom: 1px solid var(--UI-02);
		font-size: 14px;
		padding: var(--space-sm) var(--space-base);
		&:last-child{
			border-right: 0;
		}
	}
	.html-table__subheading{
		td{
			color: var(--Brand-Blue);
			background-color: var(--Brand-Light-Blue);
			font-size: var(--text-base);
		}
	}
	td.html-table__td--base{
		font-size: 16px;
	}
}

.html-table::-webkit-scrollbar-track {
	background: var(--Text-White);
	border: none;
	height: 8px;
	border-radius: 12px;
}
.html-table::-webkit-scrollbar {
	width: 8px;
	background: var(--Text-White);
	height: 8px;
	border-radius: 12px;
}
.html-table::-webkit-scrollbar-thumb {
	background: var(--Brand-Red);
	width: 40px;
	border-radius: 12px;
}

@media only screen and (max-width: 1024px) {	
	.html-table{
		overflow: auto;
		margin-bottom: 20px;
		table{
			width: 1024px;
		}
	}
	.html-table.html-table--scroll-mobile{
		overflow: visible;
		table{
			width: 100%;
		}
	}
}
@media only screen and (max-width: 768px) {
	.html-table.html-table--scroll-mobile{
		overflow: auto;
		margin-bottom: 20px;
		table{
			width: 768px
		}
	}
}


/* Forms */
.gform-theme{
	.gform_heading{
		display: none !important;
	}
	.gfield_label{
		color: var(--Text-Black)	!important;
		line-height: 1.5;
		font-size: var(--text-base) !important;
		font-family: var(--font-family-body);
		font-weight: 400 !important;
		float: left;
	}
	.gfield_required{
		text-transform: lowercase;
		color: var(--Text-Black);
		font-size: var(--text-sm) !important;
	}
	.ginput_container input[type="text"],
	.ginput_container input[type="tel"],
	.ginput_container input[type="email"]{	
		border: 0 !important;
		border-bottom: 1px solid rgba(68,68,68,.25) !important;
		padding: 8px 0 !important;
		height: 40px !important;
		line-height: 40px !important;
		border-radius: 0 !important;
		box-shadow: none !important;
		font-family: var(--font-family-body) !important;
	}
	.ginput_container input[type="text"]:focus,
	.ginput_container input[type="tel"]:focus,
	.ginput_container input[type="email"]:focus{
		border-color: var(--Brand-Red) !important;
	}
	.gfield--type-checkbox .gform-field-label{
		float: none;
	}
	.gfield--type-checkbox .gfield_checkbox{
		display: grid;
	}
	.gfield-checkbox-columns-4 .gfield_checkbox{
		grid-template-columns: 1fr 1fr 1fr 1fr;
	}
	.gfield-checkbox-columns-3 .gfield_checkbox{
		grid-template-columns: 1fr 1fr 1fr;
	}
	.gfield-checkbox-columns-2 .gfield_checkbox{
		grid-template-columns: 1fr 1fr;
	}
	.gfield.gfield--type-select{
		.ginput_container_select{
			width: 100%;
		}
		.gform-field-label{
			margin-bottom: 0;
		}
		select{
			padding-left: 0 !important;
			height: 40px;
		}
	}
	.gfield.gfield-side-label{
		display: flex;
		gap: 15px;
		align-items: center;
		position: relative;
		.gform-field-label{
			flex-shrink: 0;
		}
		.validation_message{
			position: absolute;
			bottom: -10px;
		}
	}
	.ginput_container select{
		border-radius: 0 !important;
		border-right: 0 !important;
		border-left: 0 !important;
		border-top: 0 !important;
		border-bottom: 1px solid rgba(68,68,68,.25) !important;
		box-shadow: none !important;
	}
	.ginput_container input::placeholder,
	.ginput_container textarea::placeholder{
		color: var(--Text-Black)	!important;
		font-size: var(--text-base) !important;
		font-family: var(--font-family-body);
		font-weight: 400 !important;
	}
	.ginput_container textarea{
		border: 0 !important;
		border-bottom: 1px solid rgba(68,68,68,.25) !important;
		font-family: var(--font-family-body) !important;
		padding: 0 !important;
		height: 92px !important;
		box-shadow: none !important;
		border-radius: 0 !important;
	}
	.ginput_container textarea:focus{
		border-color: var(--Brand-Red) !important;
	}
	.ginput_container input[type="file"]{
		border-radius: 0 !important;
		border: 1px solid rgba(68,68,68,.25) !important;
		box-shadow: none !important;
	}
	.gfield.gfield--type-fileupload label{
		float: none;
	}
	.gform_button_select_files{
		background-color: var(--Brand-Red) !important;
	}
	.gform_button_select_files:hover,
	.gform_button_select_files:active{
		background-color: var(--Button-Hover) !important;
	}
	.gform_drop_area{
		border-color:  rgba(68,68,68,.25) !important;
	}
	.gform_drop_instructions{
		color: var(--Text-Black)	!important;
		line-height: 1.5;
		font-size: var(--text-base) !important;
		font-family: var(--font-family-body);
		font-weight: 400 !important;
	}
	.gform_drop_area:before{
		color: var(--Brand-Red) !important;
	}
	.gfield--type-radio legend{
		float: none;
	}
	.gfield--type-html{
		margin-bottom: -20px;
	}
	label + .gfield_description{
		text-transform: lowercase;
		color: var(--Text-Black);
		font-size: var(--text-sm) !important;
		left: 8px;
		top: 1px;
		position: relative;
	}
	.gform_fields{
		row-gap: var(--space-md) !important;
		> .gfield--type-textarea:last-child,
		> .gfield--type-fileupload:last-child{
			margin-bottom: -18px;
		}
	}
	.gform_button{
		border-radius:var(--border-radius-button);
		padding: 0 24px !important;
		font-family: var(--font-family-heading) !important;
		font-weight: var(--font-weight-bold) !important;
		text-transform: uppercase !important;
		line-height: 1.35 !important;
		color: var(--Text-White);
		border: 0 !important;
		background-color: var(--Brand-Blue) !important;
		font-size: var(--text-base) !important;
		letter-spacing: 0.96px !important;
		border-radius: 24px !important;
		margin: 0 auto !important;
	}
	.gform_button:hover{
		border: 0 !important;
		background-color: var(--Brand-Navy-Blue) !important;
		color: var(--UI-White) !important;
	}
	.gfield--type-text label,
	.gfield--type-phone label,
	.gfield--type-email label,
	.gfield--type-textarea label{
		display: none !important;
	}
	label .gfield_required{
		font-size: 0;
	}
	legend > .gfield_required:after,
	label > .gfield_required:after{
		content: '*';
		color: var(--Text-Black);
		font-size: 16px;
		margin-left: -2px;
	}
	span .gfield_required_text,
	label .gfield_required_text{
		display: none;
	}
}

.form-wide form .gfield--width-half{
 	grid-column: 1 / -1;
}

.form-light form .gfield_label,
.form-light form .gfield_required,
.form-light form .gfield_description{
 	color: var(--Text-White) !important;
}

@media(max-width: 1199px){
	.gform-theme{
		.gfield-checkbox-columns-4 .gfield_checkbox{
			grid-template-columns: 1fr 1fr 1fr;
		}
	}
}
@media(max-width: 767px){
	.gform-theme{
		.gfield.gfield--type-select{
			.ginput_container_select{
				width: 100%;
			}
			.validation_message{
				position: static;
			}
		}
		.gfield.gfield-side-label{
			display: block;
			.gform-field-label{
				flex-shrink: 0;
			}
			.validation_message{
				position: static;
			}
		}
		.gfield-checkbox-columns-4 .gfield_checkbox,
		.gfield-checkbox-columns-3 .gfield_checkbox{
			grid-template-columns: 1fr 1fr;
		}
		.gform_fields{
			> .gfield--type-textarea:last-child,
			> .gfield--type-fileupload:last-child{
				margin-bottom: 0;
			}
		}
	}
}

/* Icon List */
.elementor-widget-icon-list.elementor-align-right{
	a{
		text-align: left !important;
		flex-direction: row-reverse;
	}
	a:hover .elementor-icon-list-text, 
	a:active .elementor-icon-list-text{
		text-decoration: underline;
	}
	.elementor-icon-list-icon{
		margin-left: 8px;
		i{
			font-weight: 400;
			margin-top: 1px;
		}
	}
	.elementor-icon-list-text{
		padding: 0;
		font-weight: 600;
		-webkit-font-smoothing: antialiased;
	}
}
.elementor-icon-list-item a{
	text-decoration: none !important;
}
.elementor-icon-list-item a:hover,
.elementor-icon-list-item a:active{
	.elementor-icon-list-text{
		text-decoration: underline;
	}
}
.elementor-icon-list-icon .fa-check{
	font-weight: 300;
}

/* Banners */
.hero-banner{
	&:before{
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 1;
		background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(180deg, rgba(0, 47, 134, 0.00) 50%, rgba(0, 47, 134, 0.80) 100%), linear-gradient(0deg, rgba(0, 47, 134, 0.40) 0%, rgba(0, 47, 134, 0.40) 100%) !important;
	}
	&:after{
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background: url(/wp-content/uploads/2025/10/hp-banner-texture-2.png) center bottom no-repeat transparent;
		background-size: cover;
	}
	> div{
		z-index: 3;
	}
	.eyebrow-heading{
		margin-bottom: 16px;
		margin-top: -8px;
	}
	.elementor-slide-description{
		margin-bottom: 24px;
	}
	.elementor-swiper{
		margin-bottom: 0;
	}
}
@media(max-width: 767px){
	.hero-banner{
		overflow-x: hidden;
		position: relative;
		.eyebrow-heading{
			margin-top: 0px;
		}
	}
}
.interior-banner{
	> div{
		z-index: 3;
	}
	&:after{
		content: '';
		width: 100%;
		height: 100%;
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 2;
		background: url(/wp-content/uploads/2025/10/hp-banner-texture-2.png) center bottom no-repeat transparent;
		background-size: cover;
	}
}
.interior-banner--grayscale:after{
	filter: grayscale(1);
}

/* Breadcrumbs */
.hfe-breadcrumbs-first{
	margin-right: 0 !important;
	position: relative;
	a{
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
		z-index: 2;
	}
}
.hfe-breadcrumbs-item a{
	text-decoration: none !important;
	&:hover,
	&:active{
		text-decoration: underline !important;
	}
	.hfe-breadcrumbs-text{
		color: var(--Text-Black);
	}
}
.breadcrumbs-back{
	.elementor-icon-box-wrapper{
		display: flex;
		flex-direction: row !important;
		justify-content: center !important;
		align-items: center !important;
	}
	.elementor-icon-box-icon{
		align-self: center;
		i{
			font-weight: 400 !important;
		}
	}
	a{
		text-decoration: none !important;
	}
}

/* Callout Box */
.callout-box{
	background: linear-gradient(0deg, #002F86 0%, #002F86 100%), linear-gradient(0deg, rgba(0, 0, 0, 0.60) 0%, rgba(0, 0, 0, 0.60) 100%), url(<path-to-image>) lightgray 0px -61.398px / 100.139% 168.283% no-repeat;
}
.callout-box__inner{
	border: 0.5px solid var(--Brand-Light-Blue, #E1EAF7);
	background: linear-gradient(0deg, rgba(0, 47, 134, 0.50) 0%, rgba(0, 47, 134, 0.00) 100%), rgba(240, 245, 251, 0.10) !important;
	backdrop-filter: blur(2px);
}

/* Accent Image */
.accent-image{
	width: 364px;
	height: 364px;
	position: absolute;
	left: 364px;
	bottom: -120px;
	display: block;
	pointer-events: none;
}
@media(max-width: 1199px){
  .accent-image{
	width: 215px;
	height: 215px;
	left: auto;
	right: -70px;
	bottom: -130px;
	overflow-x: hidden;
	img{
		right: 0;
		position: relative;
	}
  }
}
@media(max-width: 767px){
	.accent-image{
		right: -16px;
		img{
			right: -100px;
			position: relative;
		}
	}
}

/* Social Icons */
.elementor-social-icon:hover svg path{
	fill: var(--Brand-Blue);
}

/* Cards */
.cards-a .cards-a__top{
	position: relative;
	transition: all .25s ease-in-out;
}
.cards-a .cards-a__top:after{
	content:'';
	background-color: black;
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	opacity: 0;
	transition: opacity .25s ease-in-out;
}
.cards-a .cards-a__bottom{
	flex-grow: 1;
	z-index: 2;
	background-color: white;
}
.cards-a a:hover .cards-a__top{
	transform: scale(1.1);
}
.cards-a a:hover .cards-a__top:after{
	opacity: .1;
}
.cards-a a:hover .cards-a__bottom{
	background-color: var(--Brand-Blue);
	i,
	.elementor-heading-title{
		color: white;
	}
}
.cards-a--shortcode{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	justify-content: center;
	row-gap: 16px;
	margin: 0 -8px;
}
.cards-a--shortcode > div{
	padding: 0 8px;
}
.cards-a--columns-4 > div{ width: 25%;}
.cards-a--columns-3 > div{ width: 33.33%;}
.cards-a--columns-2 > div{ width: 50%;}
.cards-a--columns-1 > div{ width: 100%; padding: 0;}

@media(max-width: 1199px){
	.cards-a--columns-4 > div{width: 33.33%;}
}
@media(max-width: 767px){
	.cards-a--shortcode{
		margin: 0;
	}
	.cards-a--shortcode > div{
		padding: 0;
	}
	.cards-a--columns-4 > div,
	.cards-a--columns-3 > div,
	.cards-a--columns-2 > div,
	.cards-a--columns-1 > div{
		width: 100%;
	}
}
.post-card--top{
	height: 187px;
	overflow: hidden;
	.elementor-widget-image{
		height: 100%;
		img{
			object-fit: cover;
			width: 100%;
			height: 100%;
		}
	}
}
.post-card--bottom{
	max-height: 330px;
	overflow: hidden;
	&:after{
		content: '';
		width: 100%;
		height: 22px;
		background: linear-gradient(to bottom,  rgba(255,255,255,0) 0%,rgba(255,255,255,.5) 50%,rgba(255,255,255,1) 100%);
		display: block;
		position: absolute;
		left: 0;
		bottom: 0;
		z-index: 3;
	}
}
@media(max-width: 768px){
	.post-card--bottom{
		max-height: none;
		&:after{
			display: none;
		}
	}
}

/* Blog */
body.single-post #primary{
	margin: 0 !important;
}
body.single-post .ast-container{
	max-width: 100%;
	margin: 0;
	padding: 0;
}
body.single-post .post{
	margin: 0 !important;
}
body.single-post .post-navigation{
	display: none !important;
}
.elementor-widget-post-info{
	.elementor-post-info__item--type-date{
		font-weight: 400;
		color: var(--Brand-Red);
		font-size: var(--text-base);
		font-family: var(--font-family-heading);
	}
	.elementor-post-info__item--type-custom{
		font-size: 14px;
	}
}
.results-counter-wrap .results-counter{
	position: absolute;
	right: 0;
}

/* Map / Hotspot */
#map{
	position: relative;
}
.e-hotspot__inner-circle:after{
	content: '\2b';
	color: white;
	font-size: 20px;
	fon-weight: 400;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
.hotspot__card{
	position: absolute;
	display: none;
	margin-top: 10px;
	margin-left: 10px;
	&.active{
		display: flex;
		z-index: 2;
	}
	.elementor-widget-image{
		display: none;
	}
	.elementor-element{
		min-height: 0;
	}
}
.e-hotspot--circle.active {
	z-index: 3;
}
.active .e-hotspot__button{
	transform: rotate(45deg);
}
@media(max-width: 767px){
	.hotspot__card{
		margin-top: 0;
		left: 0 !important;
		top: 0 !important;
		width: 100%;
		margin-left: 0;
		min-height: 100%;
	}
	.hotspot__map ~ .hotspot__card{
		top: 80px !important;
		min-height: calc(100% - 60px);
	}
	.e-hotspot--circle.active {
		top: -15px !important;
		left: 15px !important;
		--hotspot-translate-x: 0 !important;
		--hotspot-translate-y: 0 !important;
		transition: none;
		.e-hotspot__outer-circle{
			animation: none !important;;
		}
	}
}

/* Language Adjustments */
.site-lang-es{
	.elementor-nav-menu--main a br{
		display: none;
	}
	.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{
		white-space: normal;
	}
}
.site-lang-de,
.site-lang-fr,
.site-lang-it,
.site-lang-pt{
	.elementor-nav-menu--layout-horizontal .elementor-nav-menu a{
		white-space: normal;
	}
}


