/*
Theme Name:     ZolonTech
Description:    A custom theme for ZolonTech based on the parent theme Enfold. Do not delete the parent theme from your site.
Version:		1.0
Author:         ACS Creative
Author URI:		http://www.acscreative.com/
Template:		enfold
*/

/* ---- @import url('includes/elements.css'); ---- */

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Global
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Google Fonts
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

@import url('https://fonts.googleapis.com/css2?family=Golos+Text:wght@400..900&display=swap');

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
ROOT
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
:root {
	/* COLORS */
	--black: #000000;
	--black-alternate: #121212;
	--aqua:#23D2EE;
	--blue:#132F53;
	--yellow:#E5B722;
	--white:#ffffff;
	--grey-dark:#111111;
	--grey-light:#64748B;
	--red:#FF352C;
	--orange:#ED9000;
	--green:#4BDE80;
	--jet:#2a2a2a;

	/* CONTAINER WIDTH */
	--max-width-base: 720px;
	--max-width-md: 820px;
	--max-width-lg: 920px;



	/* FONT FAMILY */
	--font-golos: "Golos Text", sans-serif;


	/* TRANSITION */
	--transition: all .5s ease-in-out;
	--transition-long: all .7s ease-in-out;
	/* BORDER RADIUS */
	--radius-xs: 0.875rem;
	--radius-sm: 1rem;
	--radius-base: 1.125rem;
	--radius-md: 24px;
	--radius-lg: 2.25rem;
	--radius-full: 99px;


	/* FONT SIZES */
	--text-xs: 0.75rem !important; /* 0.75rem (12px) */ 
	--text-sm: 0.875rem !important; /* 0.875rem (14px) */ 
	--text-base: 1rem !important; /* 1rem (16px) */ 
	--text-md: 1.125rem !important; /* 1.125rem (18px) */ 
	--text-lg: 1.5rem !important; /* 1.5rem (24px) */ 
	--text-xl: 1.875rem !important; /* 1.875rem (30px) */ 
	--text-2xl: 2.25rem !important; /* 2.25rem (36px) */ 
	--text-3xl: 3rem !important; /* 3rem (48px) */ 
	--text-4xl: 4rem !important; /* 4rem (56px) */ 


}

/* WIDTH LAYOUT */
.max-width-base{
	max-width: var(--max-width-base) !important;
}

.max-width-md{
	max-width: var(--max-width-md) !important;
}

.max-width-lg{
	max-width: var(--max-width-lg) !important;
}

.align-center{
	margin: auto !important;
}

/* Typography 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

html {
	background: var(--black);
	text-decoration: none !important;
	font-family: var(--font-golos) !important;
}

body{
	color: var(--white);
}

h1, h2, h3, h4, h5, h6 {
	text-transform: none !important;
	font-weight: 600 !important;
	margin-top: 16px !important;
}

h1 {
	font-size: 4.5em;
	font-family: var(--font-golos) !important;
	font-optical-sizing: auto;
	line-height: 1.35;
	overflow: hidden !important;
	font-weight: 800 !important;
}

#textillate-trsznr{
	overflow: hidden !important;
}

h2 {
	font-size: 3em;
	font-family: var(--font-golos) !important;
	font-optical-sizing: auto;
	font-weight: 800 !important;
}

h3 {
	font-size: 30px;
	font-family: var(--font-golos) !important;
	font-optical-sizing: auto;
	line-height: 1.35;
}

h3.av-magazine-title.entry-title {
	margin: 0px !important;
}

h3.av-magazine-title.entry-title a {
	display: block;
	padding: 17px 0;
}

h4,
h5,
h6 {
	font-family: var(--font-golos) !important;
	font-optical-sizing: auto;
}

p{
	font-family: var(--font-golos) !important;
	font-optical-sizing: auto;
}

a,
a:hover {
	/* Firefox */
	-moz-transition: all .2s ease-in-out;
	/* WebKit */
	-webkit-transition: all .2s ease-in-out;
	/* Opera */
	-o-transition: all .2s ease-in-out;
	/* Standard */
	transition: all .2s ease-in-out;
}

button:focus,
a:focus {
	outline: dashed var(--grey-dark) !important;
}

i {
	font-family: FontAwesome;
}

.uppercase{
	text-transform: uppercase !important;
}

.text-white h1,
.text-white h2,
.text-white h3,
.text-white h4,
.text-white p,
.text-white,
.text_white h1,
.text_white h2,
.text_white h3,
.text_white h4,
.text_white p,
.text_white
{
	color: #ffffff !important;
}

.text-aqua h1,
.text-aqua h2,
.text-aqua h3,
.text-aqua h4,
.text-aqua p,
.text-aqua,
.text_aqua h1,
.text_aqua h2,
.text_aqua h3,
.text_aqua h4,
.text_aqua p,
.text_aqua
{
	color: var(--aqua) !important;
}


.text-yellow,
.text_yellow{
	color: var(--yellow) !important;
}


.text-red,
.text_red{
	color: var(--red) !important;
}

.text-orange,
.text_orange{
	color: var(--orange) !important;
}

.text_black,
.text_black strong{
	color: var(--black) !important;
}

.link_blue a {
	color: var(--aqua) !important;
}

.link_blue a:hover {
	color: var(--yellow) !important;
}

.link-hover-white:hover {
	color: var(--white) !important;
	cursor: pointer !important;
}

b,
strong{
	font-weight: 800 !important;
	color: inherit !important;
}

.flex-row{
	display: flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	align-items: center !important;
}


.avia-fullscreen-slider .mejs-mediaelement {
    pointer-events: none !important;
}

.sr-only{
	display: none !important;
	height: 0px !important;
	width: 0px !important;
	opacity: 0 !important;
}

.flex-row-wrap{
	display: flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	align-items: center !important;
	flex-wrap: wrap;
	gap: 16px;
}

.bg-white{
	background-color: var(--white) !important;
	border-radius: 6px !important;
}

.bg_black,
.bg-black{
	background-color: var(--black-alternate) !important;
	border-radius: 6px !important;
}

.w-full{
	width: 100% ;
}

.lg-w-half{
	width: 50% !important;
}


.overflow-hidden{
	overflow: hidden !important;
}


.grid-two-col{
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 8px !important;
}

.grid-two-col-item{
	grid-column: span 1 / span 2;
	padding: 16px !important;
}

.grid-two-col-item p {
	margin-top: 2px !important;
}

.grid-two-col-item h4 {
	line-height: 1.4 !important;
}



.padding-x-15vw{
	padding-left: 15vw !important;
	padding-right: 15vw !important;
}

.padding-y-24{
	padding-top: 24px !important;
	padding-bottom: 24px !important;
}


.padding-x-50{
	padding: 0px 8vw !important;
}

@media (max-width: 767px){
.sm-hide{
	display: none !important;
}

.padding-x-15vw,
.padding-x-50{
	padding-left: 2vw !important;
	padding-right: 2vw !important;
}
.padding-y-24{
	padding-top: 2vw !important;
	padding-bottom: 2vw !important;
}

}


.content-centered .entry-content-wrapper{
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
}


.entry-content{
	font-family: var(--font-golos) !important;
}

.radius-16{
	border-radius: 16px !important;
	overflow: hidden !important;
}


/* Text Highlight 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

::selection {
	color: var(--black);
	background: var(--yellow); /* WebKit/Blink Browsers */
}
::-moz-selection {
	color: var(--black);
	background: var(--yellow); /* Gecko Browsers */
}

/* Image Hovers 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.image-overlay-inside, .image-overlay.overlay-type-extern {
	display: none;
}

.image-overlay {
	display: none;
}

.avia_transform a:hover .image-overlay {
	opacity: 0.9 !important;
}

.avia_transform a .image-overlay, .image-overlay,
.avia_transform a:hover .image-overlay {
  	/* Firefox */
    -moz-transition: all .6s ease-in-out;
    /* WebKit */
    -webkit-transition: all .6s ease-in-out;
    /* Opera */
    -o-transition: all .6s ease-in-out;
    /* Standard */
    transition: all .6s ease-in-out;
	opacity: 0 !important;
	display: none !important;
}

.image-grid{
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 0.5rem !important;
}

.image-grid br{
	display: none !important;
}

.image-grid img {
	/* Firefox */
	-moz-transition: all .6s ease-in-out;
	/* WebKit */
	-webkit-transition: all .6s ease-in-out;
	/* Opera */
	-o-transition: all .6s ease-in-out;
	/* Standard */
	transition: all .6s ease-in-out;
}

.image-grid img:hover {
	box-shadow: rgba(0, 0, 0, 0.4) 0px 2px 4px;
	/* Firefox */
	-moz-transition: all .6s ease-in-out;
	/* WebKit */
	-webkit-transition: all .6s ease-in-out;
	/* Opera */
	-o-transition: all .6s ease-in-out;
	/* Standard */
	transition: all .6s ease-in-out;
}

/* Images
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.avia-image-container-inner, 
.avia_image, .av-image-caption-overlay {
	border-radius: 0px !important;
}

#section_images_overlay .section_images_overlay_image_1 {
	width: 75%;
}

#section_images_overlay .section_images_overlay_image_2 {
	position: absolute;
	z-index: 10;
	height: 100%;
	display: flex;
	justify-content: center;
	flex-direction: column;
	width: 50%;
}

#section_images_overlay .section_images_overlay_image_2 img{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;}

.image-shadow{
	box-shadow: 
	0 0px 3px rgba(0, 0, 0, 0.1), 
	0 0px 6px rgba(0, 0, 0, 0.1), 
	0 0px 12px rgba(0, 0, 0, 0.1), 
	0 0px 24px rgba(0, 0, 0, 0.1);
}
/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

body div .avia-button {
	border-radius: 0px;
	border-bottom-width: 0px;
}


/* Global Padding & Margin
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.p-2{
	padding: 8px 16px !important;
}

.p-4{
	padding: 16px !important;
}

.mb-2{
	margin-bottom: 4px !important;
}

.mb-4{
	margin-bottom: 8px !important;
}

.mb-16{
	margin-bottom: 16px !important;
}

.mt-16{
	margin-top: 16px !important;
}

.p-36 {
	padding: 36px;
}

.px-24 {
	padding: 0px 24px !important;
}

.p-24 {
	padding: 24px !important;
}

.p-16 {
	padding: 16px;
}

.pl-36 {
	padding-left: 36px;
}

.mb_0 {
	margin-bottom: 0px !important;
}

.mb_1 {
	margin-bottom: 1px !important;
}

.mb_4 {
	margin-bottom: 4px !important;
}

.mx-36 {
	margin-left: 36px !important;
	margin-right: 36px !important;
}

.ml--36{
	margin-left: -36px !important;
}

.mt-100{
	margin-top: 100px;
}

.mt--50{
	margin-top: -50px;	
}

.mt--100{
	margin-top: -100px;	
}

.mt-0{
	margin-top: 0px !important;
}

.pb-36{
	padding-bottom: 36px !important;
}

/* BACKGROUND
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.line-blue-left,
.line-blue-right{
	position: relative !important;
}

.line-blue-left::before,
.line-blue-right::before{
	display: block;
	opacity: 0.6;
	visibility: visible;
	position: absolute;
	top: 0;
}

.line-blue-left::before{
	left: -20%;
	content: url(/wp-content/uploads/2025/12/line-blue-left.svg);
}

.line-blue-right::before{
	right: -20%;
	content: url(/wp-content/uploads/2025/12/line-blue-right.svg);
}

/* Buttons
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/* --------- BUTTONS FONT SIZES --------- */
.avia-button.avia-size-large {
	font-size: var(--text-md) ;
	font-family: var(--font-golos) !important;
	border-radius: 10px !important;
}

.avia-button.avia-size-medium {
	font-size: var(--text-base) ;
	font-family: var(--font-golos) !important;
	border-radius: 8px !important;
}

.avia-button.avia-size-small {
	font-size: var(--text-sm) ;
	font-family: var(--font-golos) !important;
	border-radius: 4px !important;
}

/* --------- BUTTONS BACKGROUNDS --------- */

/* STANDARD */
#top .main_color .avia-button.avia-color-theme-color{
	background: transparent !important;
	border: 1px solid var(--aqua);
	transition: var(--transition);
}

/* HIGHLIGHT */
#top .main_color .avia-button.avia-color-theme-color-highlight{
	background-color: var(--yellow);
	transition: var(--transition);
}

/* SUBTLE */
#top .alternate_color .avia-button.avia-color-theme-color,
#top .main_color .avia-button.avia-color-theme-color-subtle{
	background: var(--aqua);
	border: 1px solid var(--aqua);
	transition: var(--transition);
}

/* WHITE */
#top .main_color .avia-button.avia-color-white{
	border: 1px solid var(--white);
	transition: var(--transition);
}

/* --------- BUTTONS BACKGROUNDS:HOVER --------- */

/* STANDARD */
#top .main_color .avia-button.avia-color-theme-color:hover{
	background: var(--yellow) !important;
	transition: var(--transition);
	border: 1px solid var(--black) !important;
}

/* HIGHLIGHT */
#top .main_color .avia-button.avia-color-theme-color-highlight:hover{
	background-color: var(--aqua);
	transition: var(--transition);
}

/* SUBTLE */
#top .alternate_color .avia-button.avia-color-theme-color:hover,
#top .main_color .avia-button.avia-color-theme-color-subtle:hover{
	background: var(--yellow);
	transition: var(--transition);
}

/* WHITE */
#top .main_color .avia-button.avia-color-white:hover{
	border: 1px solid var(--white);
	transition: var(--transition);
}

/* --------- BUTTONS STANDARD -- AQUA --------- */

#top .main_color .avia-button.avia-icon_select-no.avia-color-theme-color .avia_iconbox_title,
#top .main_color .avia-button.avia-icon_select-yes-right-icon.avia-color-theme-color .avia_button_icon,
#top .main_color .avia-button.avia-icon_select-yes-left-icon.avia-color-theme-color .avia_button_icon{
	color: var(--aqua) !important;
}

#top .main_color .avia-button.avia-icon_select-yes-right-icon.avia-color-theme-color:hover .avia_iconbox_title,
#top .main_color .avia-button.avia-icon_select-yes-right-icon.avia-color-theme-color:hover .avia_button_icon,
#top .main_color .avia-button.avia-icon_select-yes-left-icon.avia-color-theme-color:hover .avia_button_icon,
#top .main_color .avia-button.avia-icon_select-yes-left-icon.avia-color-theme-color:hover .avia_iconbox_title{
	color: var(--yellow);
}

#top .main_color .avia-button.avia-icon_select-yes-right-icon.avia-color-theme-color:hover svg,
#top .main_color .avia-button.avia-icon_select-yes-left-icon.avia-color-theme-color:hover svg{
	fill: var(--aqua);
}

#top .main_color .avia-button.avia-icon_select-no.avia-color-theme-color:hover .avia_iconbox_title{
	color: var(--black) !important;
}

/* --------- BUTTONS HIGHTLIGHT -- YELLOW --------- */
#top .main_color .avia-button.avia-color-theme-color-highlight .avia_button_icon,
#top .main_color .avia-button.avia-color-theme-color-highlight .avia_iconbox_title{
	color: var(--black);
}

#top .main_color .avia-button.avia-color-theme-color-highlight svg{
	fill: var(--black) !important;
}

#top .main_color .avia-button.avia-color-theme-color-highlight:hover svg{
	fill: var(--white) !important;
}

#top .main_color .avia-button.avia-color-theme-color-highlight:hover .avia_iconbox_title{
	color: var(--blue);
}

#sticky-section .avia-button.avia-color-theme-color-highlight:hover .avia_iconbox_title,
#top #cta-subscribe.main_color .avia-button.avia-color-theme-color-highlight:hover .avia_iconbox_title{
	color: var(--yellow) !important;
}

#top .main_color .avia-button.avia-color-theme-color-highlight .avia_button_icon{
	color: var(--black);
}

/* --------- BUTTONS SUBTLE -- RECESSIVE --------- */
#top .alternate_color .avia-button.avia-color-theme-color .avia_iconbox_title,
#top .main_color .avia-button.avia-color-theme-color-subtle .avia_button_icon,
#top .main_color .avia-button.avia-color-theme-color-subtle .avia_iconbox_title{
	color: var(--black);
	transition: var(--transition);
}

#top .main_color .avia-button.avia-color-theme-color-subtle svg{
	fill: var(--black) !important;
}

#top .main_color .avia-button.avia-color-theme-color-subtle:hover .avia_button_icon{
	color: var(--black) !important;
	transition: var(--transition);
}

#top .main_color .avia-button.avia-color-theme-color-subtle:hover svg{
	fill: var(--black) !important;
}
#top .alternate_color .avia-button.avia-color-theme-color:hover .avia_iconbox_title,
#top .main_color .avia-button.avia-color-theme-color-subtle:hover .avia_iconbox_title{
	color: var(--black);
}

#top .main_color .avia-button.avia-color-theme-color-subtle::before{
	border: 1px solid var(--blue);
}

#top .main_color .avia-button.avia-icon_select-no.avia-color-theme-color-subtle:hover .avia_iconbox_title{
	color: var(--white);
}

.avia-button.avia-size-small:hover,
.avia-button.avia-size-medium:hover,
.avia-button.avia-size-large:hover {
	background: var(--aqua) !important;
	border: 1px solid var(--aqua) !important;
	opacity: 1 !important;
}

.avia-button.avia-size-small:focus,
.avia-button.avia-size-medium:focus,
.avia-button.avia-size-large:focus {
	background: var(--grey-dark) !important;
	border: 1px solid var(--white) !important;
}

.avia-button.avia-size-small:hover .avia_iconbox_title,
.avia-button.avia-size-medium:hover .avia_iconbox_title,
.avia-button.avia-size-large:hover .avia_iconbox_title{
	color: var(--black) !important;
	opacity: 1 !important;
}

/* Text Panels
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.bg_gradient--blue{
	background: rgb(0,49,135) !important;
	background: linear-gradient(118deg, rgba(0,49,135,1) 0%, rgba(0,59,184,1) 100%) !important;	
}

.bg_purple {
	background: #491840 !important;
}

.bg_white {
	background: #ffffff !important;
}

.bg_white p,
.bg_white h2,
.bg_white h3{
	color: var(--black) !important;
}

.bg_blue {
	background: #023373 !important;
}

.bg_lightblue {
	background: #F1F5F9 !important;
}

.bg_darkblue {
	background: #132F53 !important;
}

.pointy_purple_left::before{
	content: url(/wp-content/uploads/2024/02/pointy_purple_left.svg);
	position: absolute !important;
	display: block !important;
	left: -27px !important;
	top: 60px !important;
	visibility: visible;
	width: 28px;
	height: 32px;
}

.pointy_purple_top::before{
	content: url(/wp-content/uploads/2024/02/pointy_purple_left.svg);
	position: absolute !important;
	display: block !important;
	left: 20px !important;
	top: -30px !important;
	visibility: visible;
	width: 28px;
	height: 32px;
}

.pointy_white_left::before{
	content: url(/wp-content/uploads/2024/02/pointy_white_left.svg);
	position: absolute !important;
	display: block !important;
	left: -27px !important;
	top: 60px !important;
	visibility: visible;
	width: 28px;
	height: 32px;
}

.pointy_white_right{
	position: relative !important;
}

.pointy_white_right::before{
	content: url(/wp-content/uploads/2024/02/pointy_white_left.svg);
	position: absolute !important;
	display: block !important;
	right: -27px !important;
	top: 60px !important;
	visibility: visible;
	width: 28px;
	height: 32px;
	z-index: 1 !important;
	-moz-transform: scale(-1, 1);
	-o-transform: scale(-1, 1);
	-webkit-transform: scale(-1, 1);
	transform: scale(-1, 1);
}

.pointy_white_top::before{
	content: url(/wp-content/uploads/2024/02/pointy_white_left.svg);
	position: absolute !important;
	display: block !important;
	left: 20px !important;
	top: -30px !important;
	visibility: visible;
	width: 28px;
	height: 32px;
}

.pointy_medblue_left::before{
	content: url(/wp-content/uploads/2024/02/pointy_medblue_left.svg);
	position: absolute !important;
	display: block !important;
	left: -27px !important;
	top: 60px !important;
	visibility: visible;
	width: 28px;
	height: 32px;
}

.pointy_darkblue_left::before{
	content: url(/wp-content/uploads/2024/02/pointy_darkblue_left.svg);
	position: absolute !important;
	display: block !important;
	left: -27px !important;
	top: 60px !important;
	visibility: visible;
	width: 28px;
	height: 32px;
}

.pointy_blue_left::before{
	content: url(/wp-content/uploads/2024/03/pointy_blue_top.svg);
	position: absolute !important;
	display: block !important;
	left: -27px !important;
	top: 60px !important;
	visibility: visible;
	width: 28px;
	height: 32px;
}

.pointy_darkblue_top::before{
	content: url(/wp-content/uploads/2024/02/pointy_darkblue_left.svg);
	position: absolute !important;
	display: block !important;
	left: 20px !important;
	top: -30px !important;
	visibility: visible;
	width: 28px;
	height: 32px;
}

.pointy_blue_top::before{
	content: url(/wp-content/uploads/2024/03/pointy_blue_top.svg);
	position: absolute !important;
	display: block !important;
	left: 20px !important;
	top: -30px !important;
	visibility: visible;
	width: 28px;
	height: 32px;
}

.text-panel-overlay{
	margin-top: 100px !important;
	margin-left: -50px !important;
	width: 53.5% !important;
}

.blue-background-hero{
	background: var(--black-alternate) !important;
	padding: 70px 0px 140px 0px !important;
}

/* Disable Fancy Ampersand 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.special_amp { 
	color: inherit !important; 
	font-family: inherit; 
	font-size: inherit; 
	font-style: normal;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.logo {
	z-index: 100 !important;
}

.main_menu {
	z-index: 0 !important;
}

.logo svg{
	width: 200px !important;
}

.logo svg:hover{
	opacity: 0.7 !important;
	content: url('/wp-content/uploads/2024/02/zolontech_logo_blue.svg') !important;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	MENU 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Entire clickable row */
.zolon-card {
	display: flex;
	align-items: center;
	gap: 25px;
	text-decoration: none;
	color: #ffffff;
}

/* Image column */
.zolon-media {
	width: 45%;
	overflow: hidden;
	border-radius: 8px;
}

.zolon-media img {
	width: 100%;
	height: 200px;
	object-fit: cover;
	display: block;
}

/* Text column */
.zolon-content {
	width: 65%;
}

.zolon-title {
	font-family: Arial, Helvetica, sans-serif;
	font-size: 22px;
	font-weight: 700;
	text-transform: uppercase;
	display: flex;
	align-items: center;
	gap: 12px;
}

.zolon-arrow {
	color: #caa300;
	font-size: 26px;
	line-height: 1;
}

.zolon-desc {
	margin-top: 14px;
	font-size: 16px;
	line-height: 1.6;
	color: #d6d6d6;
	max-width: 420px;
}

/* Hover polish */
.zolon-card:hover .zolon-arrow {
	transform: translate(2px, -2px);
}

.zolon-arrow {
	transition: transform 180ms ease;
}

nav.ubermenu ul.ubermenu-submenu-drop{
	display: flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	align-items: center !important;
}

.ubermenu .ubermenu-target-text{
	font-size: 16px !important;
}

.ubermenu .ubermenu-item-level-3 .ubermenu-target-text{
	font-size: 14px !important;
}


/* Mobile fallback (UberMenu safe) */
@media (max-width: 900px) {
	.zolon-card {
		flex-direction: column;
		align-items: flex-start;
	}

	.zolon-media,
	.zolon-content {
		width: 100%;
	}
}






/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Mobile Menu
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#shiftnav-toggle-main,
.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu > li.menu-item > .shiftnav-target {	
	background: #132F53 !important;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu ul.sub-menu{
	background: #132F53 !important;
	color: #ffffff !important ;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item.current-menu-item > .shiftnav-target{
	background: #132F53 !important;
	color: #ffffff !important ;
}

.shiftnav.shiftnav-skin-standard-dark ul.shiftnav-menu li.menu-item > .shiftnav-target{
	color: #ffffff !important ;
	text-shadow: none !important;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Submenus
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Sticky Submenu
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#sticky_submenu--colored{
	background: #023373 !important;
	border: none !important;
	padding: 12px 0px;
}

#sticky_submenu--colored .av-subnav-menu li a {
	background: transparent !important;
	color: #ffffff !important;
	font-size: 16px !important;
	border: none !important;
	margin-right: 8px !important;
}

#sticky_submenu--colored .av-subnav-menu li a:hover {
	color: #E5B722 !important;
}

#sticky_submenu--colored ul{
	padding: 0px 24px;
}

#sticky_submenu--colored .av-menu-button-colored{
	position: absolute !important;
	top: 0px;
	right: 42px;
}

#sticky_submenu--colored .av-menu-button-colored .avia-menu-text{
	color: #132F53 !important;
	border: none !important;
	border-radius: 0 !important;
	background: #E5B722 !important;
}

#sticky_submenu--colored .av-menu-button-colored:hover .avia-menu-text{
	background: #132F53 !important;
	color: #ffffff !important;
	border: none !important;
}

#sticky_submenu--colored #menu-solutions .current-menu-item {
	display: none !important;
}

/* Sticky Submenu Insights
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#sticky_submenu--insights{
	background: #193373 !important;
	border: none !important;
	padding: 12px 0px;
}

#sticky_submenu--insights .av-subnav-menu li a {
	background: transparent !important;
	color: #ffffff !important;
	font-size: 16px !important;
	border: none !important;
	margin-right: 8px !important;
}

#sticky_submenu--insights .av-subnav-menu li a:hover {
	color: #E5B722 !important;
}

#sticky_submenu--insights ul{
	padding: 0px 74px;
}

#sticky_submenu--insights .av-menu-button-colored .avia-menu-text{
	background: #ffffff !important;
	color: #132F53 !important;
	border: none !important;
	border-radius: 0 !important;
	padding-left: 16px !important;
	padding-right: 16px !important;
	font-size: 18px !important;
}

/*------------------------*/
/*       Dots menu
/*------------------------*/

#top .dotsmenu {
	background: transparent;
	position: fixed!important;
	right: 0px;
	top: 50%!important;
	transform: translateY(-50%);
	border: none!important;
	max-width: 40px!important;
	font-size: 2px !important;
}

  #top .dotsmenu .av-subnav-menu > li {    
	display: inline!important;
	margin: 2px !important;
	background: rgba(0, 59, 184, 0.80);
	padding: 0px !important;
}

  #top .dotsmenu .av-subnav-menu li a {
	max-width: 40px;
	overflow:hidden;
	padding: 6px !important;
	border-left: 1px solid #ffffff;
	background: rgba(0, 59, 184, 0.80);
}

#top .dotsmenu .av-subnav-menu li a .avia-bullet {
	visibility: hidden !important;
}

#top .dotsmenu .av-subnav-menu li a .avia-menu-text { 
	display: block;
	font-size: 24px !important;
	padding: 12px;
	margin-left: -4px;
	color: #ffffff;
}

#top .dotsmenu .av-subnav-menu li a:hover {
	background: #E5B722;
}

#top .dotsmenu .av-subnav-menu li a:hover .avia-menu-text { 
	color: #132F53;
}

@media only screen and (max-width: 767px) {
	.responsive #top .dotsmenu {
		display: none !important;
	}
}
 
/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Header Search
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

li#menu-item-search {
	width: 40px;
}

#menu-item-search {
	display: flex;
	align-items: center;      /* vertical center */
	justify-content: center;  /* horizontal center */
}

#menu-item-search > a {
	display: flex;
	align-items: center;
	justify-content: center;
	height: 100%;
	padding: 0;
}

#menu-item-search svg {
	display: block;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––

.ubermenu-item{
	z-index: 9999 !important;
}

.avia-search-tooltip{
	position: absolute;
	width: 100vw;
	display: flex !important;
	flex-direction: row !important;
	justify-content: center !important;
	align-items: center !important;
	background: #F1F5F9 !important ;
	box-shadow: none !important;
	border: none !important;
	margin-top: 8px;
	padding: 16px 24px;
}

.avia-search-tooltip .inner_tooltip form::before {
	content: 'Search Our Site';
	display: block;
	position: absolute;
	top: 11%;
	left: 0;
	font-size: 20px;
	line-height: 1.4 !important;
	width: 100px;
}

.avia-search-tooltip .inner_tooltip{
	width: 70% !important;
	position: relative;
	display: block;
	padding-left: 100px;
}

.avia-search-tooltip .inner_tooltip div {
	width: 100% !important;
	max-width: 100% !important;
}

.avia-search-tooltip .avia-arrow-wrap {
	display: none !important;
}

.avia-search-tooltip .inner_tooltip input[type=text] {
	font-size: 16px !important;
	font-weight: 400 !important;
	color: #132F53 !important;
	font-family: inherit !important;
	padding: 8px 16px !important;
	position: relative;
}

.avia-search-tooltip .inner_tooltip input[type=submit] {
	color: #132F53 !important;
}

.avia-search-tooltip .inner_tooltip input[type=submit]:hover {
	color: #ffffff !important;
}

–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Accordion
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#accordion {
	gap: 8px !important;
}

#accordion .toggler {
    font-size: 24px;
    line-height: 1.4em;
    color: var(--aqua) !important;
	background: var(--black-alternate) !important;
	border: 1px solid var(--aqua) !important;
	padding: 16px 60px 16px 16px;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
	border-radius: 8px !important;
}

#accordion .activeTitle {      
	border-radius: 8px 8px 0px 0px !important;
    color: var(--black) !important;
	background: var(--white) !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
	padding: 16px 60px 16px 30px;
	border: 1px solid var(--grey-light) !important;
	border-bottom: 0px !important;
}

#accordion .toggle_content  {    
	background: var(--white) !important ;
	border-radius: 0px 0px 8px 8px !important;
	border: 1px solid var(--grey-light);
	padding-top: 12px !important;
	padding-bottom: 36px !important;
}

#accordion .toggle_content  p{    
	color: var(--black) !important;
}

#accordion .activeTitle .toggler:hover,
#accordion  .toggler:hover {      
    color: var(--yellow) !important;
	background: var(--black) !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

#accordion  .toggler:hover {      
	border-radius: 4px !important;
	transition: var(--transition);
	border: 1px solid var(--yellow) !important;
}

/* Accordion Icons */
#accordion .toggle_icon {
	border:none;    
}

#accordion .toggle_icon .vert_icon,
#accordion .toggle_icon .hor_icon {
	display:none;
} 

#accordion .toggle_icon {
	display: inline-block !important;
	left: auto !important; 
	right: 16px !important;
}

#accordion .toggle_icon:before {
	content: "\f078";
	font-family: FontAwesome;
	position: absolute;
	font-size: 18px;
	right: 16px !important;
	top:50%;
	transform: translateY(-50%);
	line-height: 0;
	color: var(--aqua) !important;
}

#accordion .toggler:hover .toggle_icon:before {
	color: var(--yellow) !important;
}

#accordion .activeTitle .toggle_icon:before {
	color: var(--blue) !important;    
	transform: rotate(180deg);
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.togglecontainer .toggler {
    font-size: 24px;
    line-height: 1.4em;
    color: #193373;
	background: #E2E8F0 !important;
	border-bottom: 1px solid #F1F5F9;
	padding: 16px 60px 16px 16px;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
	border-radius: 0px !important;
}

.togglecontainer .activeTitle {      
	border-radius: 0px !important;
	color: #000000;
	background: #F1F5F9;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
	border-bottom: 2px solid #Ffffff;
	border-top: 2px solid #E2E8F0;
	padding: 16px 60px 16px 30px;
}

.togglecontainer .toggle_content  {    
	background: #F1F5F9 ;
	margin-bottom: 0px !important;
	border-radius: 0px !important;
	border-bottom: 2px solid #E2E8F0;
	padding-top: 24px !important;
	padding-bottom: 36px !important;
}

.togglecontainer .activeTitle .toggler:hover,
.togglecontainer  .toggler:hover {      
    color: #E5B722 !important;
	background: #132F53 !important;
	opacity: 1 !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

/* Accordion Icons */
.togglecontainer .toggle_icon {
	border:none;    
}
.togglecontainer .toggle_icon .vert_icon,
.togglecontainer .toggle_icon .hor_icon {
	display:none;
} 

.togglecontainer .toggle_icon {
	 display: inline-block !important;
	left: auto !important; 
	right: 16px !important;
}

.togglecontainer .toggle_icon:before {
	content: "\f078";
	font-family: FontAwesome;
	position: absolute;
	font-size: 18px;
	right: 16px !important;
	top:50%;
	transform: translateY(-50%);
	line-height: 0;
	color:#193373;
}

.togglecontainer .toggler:hover .toggle_icon:before {
	color:#E5B722;    
}

.togglecontainer .activeTitle .toggle_icon:before {
	color:#64748B;    
	transform: rotate(180deg);
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	CTA
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.cta-overlay-panel-container section{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	padding: 60px;
}

.cta-overlay-panel-container .cta-overlay-panel {
	width: 70% !important;

}

.cta-parallax {
	padding: 80px 60px;
}

.cta-parallax section {
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

.cta-parallax .cta-overlay-panel {
	width: 65% !important;
	background-color: var(--black-alternate) !important;
	border-radius: var(--radius-base) !important;
	border: 1px solid var(--jet) !important;
}

.cta-parallax .cta-overlay-panel h2 {
	font-size: 24px !important;
	color: var(--yellow);
}

.cta-parallax .cta-overlay-panel h3 {
	font-size: 20px !important;
	color: var(--white);
	font-weight: 400 !important;
}

.cta-parallax .cta-overlay-panel h3 {
	font-size: 20px !important;
	color: var(--white);
	font-weight: 400 !important;
}

.cta-parallax .cta-overlay-panel a {
	color: var(--aqua);
}

.cta-parallax .cta-overlay-panel a:hover {
	color: var(--yellow);
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Insights Panels (Homepage)
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#home-insights .flex_column_table{
	margin-top: 16px !important;
}

/* ENTRY LOOP 1
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.home-insights-list .slide-entry-wrap{
	display: grid !important;
	grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	grid-auto-flow: column !important;
	gap: 0.5rem !important;
}

.home-insights-list .slide-entry-wrap .slide-entry{
	margin: 0px !important;
}

.home-insights-list .slide-entry-wrap .slide-loop-1{
	grid-column: span 2 / span 2 !important;
	width: 100% !important;
	background: #ffffff;
	padding: 76px 36px 36px 36px !important;
	margin: 0px;
}

.home-insights-list .slide-entry-wrap .slide-loop-2,
.home-insights-list .slide-entry-wrap .slide-loop-3{
	grid-column: span 1 / span 1 !important;
	grid-row: span 1 / span 1 !important;
	width: 100% !important;
	background: #ffffff;
	padding: 76px 36px 36px 36px !important;
	margin: 0px;
}

.home-insights-list .slide-entry-wrap .slide-loop-1:hover,
.home-insights-list .slide-entry-wrap .slide-loop-2:hover,
.home-insights-list .slide-entry-wrap .slide-loop-3:hover{
	background: #132F53;
	cursor: pointer !important;
}

.home-insights-list .slide-entry-wrap .slide-loop-1 .entry-title a,
.home-insights-list .slide-entry-wrap .slide-loop-2 .entry-title a,
.home-insights-list .slide-entry-wrap .slide-loop-3 .entry-title a {
	font-size: 20px;
	line-height: 1.4;
}

.home-insights-list .slide-entry-wrap .slide-loop-1:hover .entry-title a,
.home-insights-list .slide-entry-wrap .slide-loop-2:hover .entry-title a,
.home-insights-list .slide-entry-wrap .slide-loop-3:hover .entry-title a {
	color: #ffffff !important;
}

.home-insights-list .slide-entry-wrap .slide-loop-1 .entry-content-header::after,
.home-insights-list .slide-entry-wrap .slide-loop-2 .entry-content-header::after,
.home-insights-list .slide-entry-wrap .slide-loop-3 .entry-content-header::after {
	content: "\f106";
	font-family: FontAwesome;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 2px;
	border: 2px solid #193373;
	margin-top: 8px;
	border-radius: 100px;
	font-size: 20px;
	color: #193373 !important;
}

.home-insights-list .slide-entry-wrap .slide-loop-1:hover .entry-content-header::after,
.home-insights-list .slide-entry-wrap .slide-loop-2:hover .entry-content-header::after,
.home-insights-list .slide-entry-wrap .slide-loop-3:hover .entry-content-header::after {
	transform: rotate(90deg);
	color:#E5B722 !important;
	border: 2px solid #E5B722 !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.home-insights-list .slide-entry-wrap .slide-loop-1 .slide-entry-excerpt,
.home-insights-list .slide-entry-wrap .slide-loop-2 .slide-entry-excerpt,
.home-insights-list .slide-entry-wrap .slide-loop-3 .slide-entry-excerpt{
	position: absolute !important;
	display: flex !important;
	left: 36px !important;
	top: 36px !important;
	color: #ffffff;
}

.home-insights-list .slide-entry-wrap .slide-loop-1:hover .slide-entry-excerpt,
.home-insights-list .slide-entry-wrap .slide-loop-2:hover .slide-entry-excerpt,
.home-insights-list .slide-entry-wrap .slide-loop-3:hover .slide-entry-excerpt{
	color: #132F53;
}

.home-insights-list .slide-entry-wrap .slide-loop-1 .slide-entry-excerpt a,
.home-insights-list .slide-entry-wrap .slide-loop-2 .slide-entry-excerpt a,
.home-insights-list .slide-entry-wrap .slide-loop-3 .slide-entry-excerpt a{
	display: block !important;
	visibility: visible;
	font-size: 14px !important;
	color: #B4C1D1;
	padding: 2px 8px;
	border: 1px solid #B4C1D1;
	text-transform: uppercase;
}

.home-insights-list .slide-entry-wrap .slide-loop-1 .slide-entry-excerpt a:hover,
.home-insights-list .slide-entry-wrap .slide-loop-2 .slide-entry-excerpt a:hover,
.home-insights-list .slide-entry-wrap .slide-loop-3 .slide-entry-excerpt a:hover {
	display: block !important;
	visibility: visible;
	font-size: 14px !important;
	color: #E5B722;
	padding: 2px 8px;
	border: 1px solid #E5B722;
	text-transform: uppercase;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Who We Support (Homepage)
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.who-we-support-tabs .tab_titles {
	display: flex;
	flex-direction: row;
	gap: 0.5em;
}

.who-we-support-tabs .tab_titles .active_tab{
	background: #E2E8F0 !important;
	color: #132F53;
	padding: 8px 16px;
	font-weight: 400;
	font-size: 16px;
	border: none !important;
}

.who-we-support-tabs .tab_titles .tab{
	background: #E5B722;
	border: 1px solid #E5B722 ;
	color: #132F53;
	padding: 8px 16px;
	font-weight: 400;
	font-size: 16px;
}

.who-we-support-tabs .tab_titles .tab:hover,
.who-we-support-tabs .tab_titles .active_tab:hover {
	background: #132F53 !important;
	border: 1px solid #132F53 ;
	color: #ffffff !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.who-we-support-tabs .active_tab_content{
	background: #E2E8F0 !important ;
	padding: 24px;
}

.who-we-support-tabs .support-grid{
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 4fr)) !important;
	gap: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.who-we-support-tabs img{
	width: 100% !important;
}

.who-we-support-tabs .support-listing{
	background-color: #F9FAFC !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.who-we-support-tabs .support-meta{
	padding: 16px;
}

.who-we-support-tabs .support-listing:hover{
	background-color: #132F53 !important;
	cursor: pointer !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.who-we-support-tabs .support-listing:hover a{
	color: #E5B722;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
How We Support (Homepage)
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.how-we-support-section .entry-content-wrapper{
	background: #491840;
	padding: 36px !important;
}

.how-we-support-section .entry-content-wrapper .flex_column_table{
	margin-bottom: 16px;
}

.how-we-support-section .entry-content-wrapper .platform-listing{
	display: flex;
	flex-wrap: wrap;
	color: #ffffff;
	justify-content: stretch;
	gap: 0.5em;
}

.how-we-support-section .entry-content-wrapper .platform-listing p {
	padding: 8px 16px;
	background: #37072E;
	margin-bottom: 0px;
	margin-top: 4px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
 home-cta-text-overlay-image
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.home-cta-text-overlay-image .avia-image-container{
margin-bottom: 0px !important;
}

.home-cta-text-overlay-image .avia_textblock{
	position: absolute;
	bottom: 0;
	left: 0;
	width: 65%;
}

.home-cta-text-overlay-image .avia_textblock p::after {
	content: "\f106";
	font-family: FontAwesome;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 2px;
	border: 2px solid #E5B722;
	margin-top: 8px;
	border-radius: 100px;
	font-size: 20px;
	color: #E5B722 !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}


.home-cta-text-overlay-image:hover .avia_textblock p::after{
	transform: rotate(90deg);
	color:#ffffff !important;
	border: 2px solid #ffffff !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.home-cta-text-overlay-image:hover .avia_textblock {
	background: #132F53 !important;
}

.home-cta-text-overlay-image:hover .pointy_blue_top::before{
	content: url(/wp-content/uploads/2024/02/pointy_darkblue_left.svg) !important;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Featured Panels
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#featuredsection  {
	background: linear-gradient(118deg, rgba(0,59,184,1) 0%, rgba(0,49,135,1) 100%);	
}

  #featuredsection h2 {
	color: #ffffff;
	font-size: 3.8em;
	font-weight: 600;
}

 .featured-listing-img-col-text-col .slide-entry-wrap{
	display: grid !important;
	grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	grid-auto-flow: column !important;
	gap: 0.5rem !important;
}

 .featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1{
	grid-row: span 2 / span 2 !important;
	width: 100% !important;
}

.pagination {
	display: flex !important;
	flex-direction: row !important;
	justify-content: center;
	align-items: center;
}

.pagination .current{
	margin: 16px !important;
	height: 30px !important;
	width: 30px !important;
	background: #F5EC0B !important;
	border-collapse: separate !important;
	border-spacing: 0.5em 0.5em !important;
	border: 1px solid #F5EC0B !important;
	color: #F5EC0B !important;
}

.pagination a {
	content: '';
	background: #F5EC0B !important;
	color: #F5EC0B !important;
	height: 24px !important;
	width: 24px !important;
	opacity: 0.5 !important;
}

.pagination a:hover {
	content: '';
	background: #ffffff !important;
	color: #ffffff !important;
	height: 24px !important;
	width: 24px !important;
}


.pagination .pagination-meta{
	display: none !important;
}

/* ENTRY LOOP 1
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1 {
	min-height: 500px !important;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1 .slide-content {
	height: 100% !important;
	width: 100% !important;
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1 .slide-image {
	position: absolute;
	display: block;
	top: 0 !important;
	left: 0 !important;
	width: 100%;
	height: 100%;
	z-index: -2 !important;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1 .slide-image img {
	min-height: 600px !important;
	height: 100% !important;
	width: 100% !important;
	object-fit: cover !important;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1 .entry-content-header {
	background: #193373;
	padding: 36px !important;
	position: relative;
	width: 80%;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1:hover {
	cursor: pointer !important;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1:hover .entry-content-header{
	background: #132F53;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1 .entry-title a {
	font-size: 20px;
	line-height: 1.4;
	color: #ffffff !important;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1 .slide-entry-excerpt{
	position: absolute !important;
	display: flex !important;
	left: 36px !important;
	top: 36px !important;
	color: #ffffff;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1:hover .entry-title a {
	color: #ffffff !important;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1:hover .slide-entry-excerpt{
	color: #132F53;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1 .slide-entry-excerpt a{
	display: block !important;
	visibility: visible;
	font-size: 14px !important;
	color: #B4C1D1;
	padding: 2px 8px;
	border: 1px solid #B4C1D1;
	text-transform: uppercase;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1 .slide-entry-excerpt a:hover {
	display: block !important;
	visibility: visible;
	font-size: 14px !important;
	color: #E5B722;
	padding: 2px 8px;
	border: 1px solid #E5B722;
	text-transform: uppercase;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1 .entry-content-header::after {
	content: "\f106";
	font-family: FontAwesome;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 2px;
	border: 2px solid #E5B722;
	margin-top: 8px;
	border-radius: 100px;
	font-size: 20px;
	color: #E5B722 !important;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1:hover .entry-content-header::after{
	transform: rotate(90deg);
	color:#ffffff !important;
	border: 2px solid #ffffff !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

/* ENTRY LOOP 2 & 3
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.featured-listing-img-col-text-col .slide-entry-wrap .slide-entry,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-entry{
	margin: 0px !important;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-2,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-3{
	grid-row: span 1 / span 1 !important;
	grid-column: span 1 / span 1 !important;
	width: 100% !important;
	background: #ffffff;
	padding: 76px 36px 36px 36px !important;
	margin: 0px;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-2:hover,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-3:hover {
	background: #132F53;
	cursor: pointer !important;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-2:hover .entry-title a,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-3:hover .entry-title a {
	color: #ffffff !important;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-2 img,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-3 img,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1 .slide-meta,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-2 .slide-meta,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-3 .slide-meta,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1 .read-more-link,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-2 .read-more-link,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-3 .read-more-link{
	display:  none !important;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-2 .slide-content,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-3 .slide-content {
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}


.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-2 .entry-title a,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-3 .entry-title a {
	font-size: 20px;
	line-height: 1.4;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-2 .entry-content-header::after,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-3 .entry-content-header::after {
	content: "\f106";
	font-family: FontAwesome;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 2px;
	border: 2px solid #193373;
	margin-top: 8px;
	border-radius: 100px;
	font-size: 20px;
	color: #193373 !important;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-2:hover .entry-content-header::after,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-3:hover .entry-content-header::after {
	transform: rotate(90deg);
	color:#E5B722 !important;
	border: 2px solid #E5B722 !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-2 .slide-entry-excerpt,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-3 .slide-entry-excerpt{
	position: absolute !important;
	display: flex !important;
	left: 36px !important;
	top: 36px !important;
	color: #ffffff;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-2:hover .slide-entry-excerpt,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-3:hover .slide-entry-excerpt{
	color: #132F53;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-2 .slide-entry-excerpt a,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-3 .slide-entry-excerpt a{
	display: block !important;
	visibility: visible;
	font-size: 14px !important;
	color: #B4C1D1;
	padding: 2px 8px;
	border: 1px solid #B4C1D1;
	text-transform: uppercase;
}

.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-2 .slide-entry-excerpt a:hover,
.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-3 .slide-entry-excerpt a:hover {
	display: block !important;
	visibility: visible;
	font-size: 14px !important;
	color: #E5B722;
	padding: 2px 8px;
	border: 1px solid #E5B722;
	text-transform: uppercase;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
HERO
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#interior_hero_bordered_text_container{
	position: relative;
}

#interior_hero_bordered_text_container .line {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #E5B722;
	width: 8px;
	height: 100%;
	transform: translateY(0%);
	animation: verticalLineAnimation 1.5s ease-in-out;
}

#interior_hero_bordered_text_container .line-purple {
	position: absolute;
	top: 0;
	left: 0;
	background-color: #491840;
	width: 8px;
	height: 100%;
	transform: translateY(0%);
	animation: verticalLineAnimation 1.5s ease-in-out;
}
@keyframes verticalLineAnimation{
	0% {
		transform: translateY(-100%);

	}
	100% {
		transform: translateY(0%);

	}
}

#interior_hero_bordered_text_description{
	width: 100%;
	max-width: 450px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Homepage
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */


/* Home
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/*------------------------*/
/*       Dots menu
/*------------------------*/

.dots-menu + .sticky_placeholder {
	display: none;	
	height: 0px !important;
}

#top .dots-menu {
	background: transparent;
	position: fixed!important;
	right: 5px;
	top: 50%!important;
	transform: translateY(-50%);
	border: none!important;
	max-width: 30px!important;
}

#top .dots-menu .av-subnav-menu > li {    
	display: inline!important;
	margin: 10px !important;
}

#top .dots-menu .av-subnav-menu li a {
	border: 1px solid grey;
	max-width: 10px;
	max-height:10px;
	border-radius:25px;  
	overflow:hidden;
	padding: 0 !important;
	border: none!important;
	background: #e5b722;
}

#top .dots-menu .av-subnav-menu li a .avia-bullet {
	display: none !important;
}
#top .dots-menu .av-subnav-menu li a .avia-menu-text { 
	visibility: hidden;
}

@media only screen and (max-width: 767px) {
	.responsive #top .dots-menu {
		display: none;
	}
}


body.page-id-16 #home-hero .container,
body.page-id-16 .home-section .container{
	max-width: 1850px !important;
}

.home-section .flex_column_table,
#home-hero .avia-slideshow{
	height: 95vh !important;
}

#home-hero .av-slideshow-caption::before {
	content: '';
	display: block;
	position: absolute;
	top: 0;
	left: 0;
	width: 50%;
	height: 100%;
	height: 100%;
	z-index: 1;
}

#home-hero .slideshow_caption{
	display: flex;
	flex-direction: column;
	justify-content: center;
	height: 100%;
}

#home-hero .slideshow_inner_caption{
	width: 70% !important;
	position: relative !important;
	padding: 0 24px 0px 0px !important;
}

#home-hero .avia-caption-title {
	font-size: 6em !important;
	font-weight: 600 !important;
}

#home-hero h1.home-title {
	font-size: clamp(3.4375rem, 3.1944rem + 1.2963vw, 5.625rem) !important;

}


#home-hero .avia-caption-content h2 {
	font-size: 1.5em !important;
	font-weight: 400 !important;
	line-height: 1.5 !important;
	max-width: var(--max-width-lg) !important;
}



/* HOME SECTIONS
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.home-section .avia-slideshow-inner::after {
	content: '';
	position: absolute;
	height: 100%;
	width: 100%;
	display: block;
	left: 0;
	top: 0;
	z-index: 3;
}

.home-section.overlay-left .avia-slideshow-inner::after {
	background: linear-gradient(90deg, #000 0%, rgba(0, 0, 0, 0.80) 11.84%, rgba(0, 0, 0, 0.75) 57.69%, rgba(0, 0, 0, 0.10) 100%);
}

.home-section.overlay-right .avia-slideshow-inner::after {
	background: linear-gradient(270deg, #000 0%, rgba(0, 0, 0, 0.80) 11.84%, rgba(0, 0, 0, 0.75) 57.69%, rgba(0, 0, 0, 0.10) 100%);
}

.home-section h2{
    font-size: 3rem !important;
    font-weight: 600 !important;
    text-transform: uppercase;
    position: relative;
    margin: auto;
    line-height: 60px;
}

.home-section .text-yellow{
	color: var(--yellow) !important;
}








/* About Block
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#home-about p {
	font-size: 1.4em;
	padding: 0 10%;	
	line-height: 1.5;
	font-weight: 400;
}

/* Sectors Block
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#home-sectors .home-sectors-image {
	height: 600px !important;
}

#home-sectors .home-sectors-content {
	background: #431b3e;
	padding: 40px;
	color: #fff;
}

#home-sectors .home-sectors-content h2 {
	color: #fff;
	font-size: 3.3em;
	font-weight: 600;
	padding-left: 16px;
}

#home-sectors .home-sectors-content .av-subheading {
	color: #deb946;
}

#home-sectors .home-sectors-content .avia-button { 
	color: #431b3e;
	background: #deb946;
}

#home-sectors .home-sectors-content .avia-buttonrow-wrap {
	margin-top: 30px;
}

/* Solutions Block
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#home-solutions .more-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 95.2%;
	height: 100%;
	background: transparent;
	text-indent: -9999px; 
}

#home-solutions {
	margin-top: -80px;
}

#home-solutions a.slide-image {
	display: none;
}

#home-solutions .slide-entry-wrap{
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

#home-solutions .slide-entry-wrap .slide-entry {
	width: 100% !important;
	background: #ffffff;
	margin-bottom: 0rem !important;
}

#home-solutions .slide-entry-title {
	font-size: 1.5em !important;
	line-height: 1.4 !important;
	
}

#home-solutions .slide-entry {
	background: #ffffff;
	padding: 30px;
	min-height: 210px;
	margin-right: 5px;
	margin-left: 5px;
	/* Firefox */
    -moz-transition: all .3s ease-in-out;
    /* WebKit */
    -webkit-transition: all .3s ease-in-out;
    /* Opera */
    -o-transition: all .3s ease-in-out;
    /* Standard */
    transition: all .3s ease-in-out;
}

#home-solutions .slide-entry:hover {
	box-shadow: 
		0 0px 3px rgba(0, 0, 0, 0.03), 
		0 0px 6px rgba(0, 0, 0, 0.03), 
		0 0px 12px rgba(0, 0, 0, 0.03), 
		0 0px 24px rgba(0, 0, 0, 0.03);
	background: #132F53;
	color: #E5B722 !important;
}

#home-solutions .slide-content:hover .entry-content-header, 
#home-solutions .slide-content:hover h3 {
	color: #E5B722 !important;
}

#home-solutions .slide-content:hover .slide-entry-excerpt:after {
	transform: rotate(90deg);
	border: 2px solid #E5B722;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

#home-solutions .slide-entry-excerpt:after {
	content: "\f106";
	font-family: FontAwesome;
	text-align: center;
	display: block;
	width: 20px;
	height: 20px;
	padding: 2px;
	border: 2px solid #444;
	margin-top: 20px;
	border-radius: 100px;
}

#home-solutions .entry-content-header {
	font-size: 1em;
	line-height: 1.3
}

#home-solutions .slide-entry-excerpt {
	margin-top: 8px !important;
	font-size: .9em;
	line-height: 1.3
}

#home-solutions br {
	display: none !important;
}

#home-solutions  h2 {
	margin-top: 40px;
	font-size: 3.3em;
	font-weight: 600;
}

#home-solutions  .slide-entry.av_one_half,
#home-solutions  .slide-entry.av_one_third   {
  margin-left: 0% !important;
  margin-right: 0% !important;
}

.home-solutions-set-2 {
	margin-top: 0px !important;
}

.home-solutions-set-2 .avia-content-slider-inner {
	padding-left: 2%;
	padding-right: 2%;
}

/* Past Performances Block
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Sticky Panel
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.responsive body.postid-67,
.responsive body.postid-69,
.responsive body.postid-1208,
.responsive body.postid-4701,
.responsive body.page-id-5490,
.responsive body.postid-5007,
.responsive body.page-id-31,
.responsive body.page-id-5301,
.responsive body.postid-5232,
.responsive body.page-id-16,
.responsive body.page-id-99,
.responsive body.page-id-101,
.responsive body.page-id-1082,
.responsive body.postid-63 {
	overflow-x: visible !important;
	-webkit-overflow-scrolling: auto !important;
	-webkit-overflow-scrolling: touch !important;
	position:relative;
}

.page-id-5301 #wrap_all,
.postid-5232 #wrap_all,
.postid-67 #wrap_all,
.postid-69 #wrap_all,
.postid-1208 #wrap_all,
.page-id-5490 #wrap_all,
.postid-4701 #wrap_all,
.postid-5007 #wrap_all,
.page-id-31 #wrap_all,
.page-id-16 #wrap_all,
.page-id-99 #wrap_all,
.page-id-101 #wrap_all,
.page-id-1082 #wrap_all,
.postid-63 #wrap_all {
	overflow: visible !important;
	-webkit-overflow-scrolling: auto !important;
	-webkit-overflow-scrolling: touch !important;
	position:relative;
}

.page-id-5490 #sticky-panel-minheight,
.postid-5232 #sticky-panel-minheight,
.postid-67 #sticky-panel-minheight,
.postid-69 #sticky-panel-minheight,
.postid-1208 #sticky-panel-minheight,
.postid-4701 #sticky-panel-minheight,
.postid-5007 #sticky-panel-minheight,
.page-id-5301 #sticky-panel-minheight,
.page-id-97 #sticky-panel-minheight,
.page-id-99 #sticky-panel-minheight,
.page-id-31 #sticky-panel-minheight,
.page-id-101 #sticky-panel-minheight,
.page-id-1082 #sticky-panel-minheight,
.page-id-16 #sticky-panel-minheight {
	position: -webkit-sticky !important;
	position: sticky !important;
	align-self: flex-end !important;
	top: 124px !important;
	padding-bottom: 90px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.page-id-5301 #sticky-panel,
.page-id-31 #sticky-panel,
.page-id-16 #sticky-panel,
.page-id-99 #sticky-panel,
.page-id-1082 #sticky-panel,
.page-id-101 #sticky-panel,
.postid-63 #sticky-panel {
	position: -webkit-sticky !important;
	position: sticky !important;
	align-self: flex-end !important;
	top: 100px !important;
	height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* Discover Zolon Block
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.colored-background .container{
	background: #163ab1 !important;
}

  #discover-section h2 {
	color: #ffffff;
	font-size: 3.8em;
	font-weight: 600;
}

#discover-section .home-discover-col-1 {
	background: #b7c0d0;
	height: 100% !important;
}

#discover-section .home-discover-col-1 .av-special-heading {
	min-height: 270px;
	margin: 0 !important;
	padding: 40px !important;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 75%;
	color: #fff;
	background: #163ab1;
}

#discover-section .discover-section--col-1 #video {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	min-width: 100%;
	width: 100%;
	min-height: 100%;
	height: 100%;
	object-fit: cover;
}

#discover-section .flex_column::before,
#discover-section .clearfix::before { 
	display: none !important;
}

/* Discover Zolon Block - First Column - Video & Text
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#discover-section .discover-section--col-1 {
	height: 100% !important;
}

#discover-section .discover-section--col-1 .av-special-heading {
	margin: 0 !important;
	position: absolute;
	left: 0;
	bottom: -1px;
	width: 75%;
	color: #ffffff;
	background: #132F53;
	padding: 16px 36px 36px 36px !important;
}

#discover-section .discover-section--col-1:hover .av-special-heading {
	background: #ffffff !important;
	color: #132F53 !important;
}


#discover-section .discover-section--col-1:hover .av-special-heading h3 {
	color: #132F53 !important;
}

#discover-section .discover-section--col-1:hover .pointy_darkblue_top::before {
	content: url(/wp-content/uploads/2024/02/pointy_white_left.svg) !important;
	position: absolute;
}

#discover-section .discover-section--col-1 .av-special-heading p::after {
	content: "\f106";
	font-family: FontAwesome;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 2px;
	border: 2px solid #ffffff;
	margin-top: 16px;
	border-radius: 100px;
	font-size: 20px;
	color: #ffffff !important;
}

#discover-section .discover-section--col-1:hover p::after {
	transform: rotate(90deg);
	color:#132F53 !important;
	border: 2px solid #132F53 !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;

}


	/* Discover Zolon Block - Second Column
	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
	#discover-section .discover-section--col-2 {
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));
		width: 100% !important;

	}

	#discover-section .discover-section--col-2 .top-panel,
	#discover-section .discover-section--col-2 .bottom-panel {
		background: #ffffff !important;
	}

		/* Discover Zolon Block - Second Column - Top Panel
	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
		#discover-section .discover-section--col-2 .top-panel-img:hover + .top-panel {
			background: #132F53 !important;
		}

		#discover-section .discover-section--col-2 .top-panel:hover,
		#discover-section .discover-section--col-2 .bottom-panel:hover,
		#discover-section .discover-section--col-2--bottom:hover .bottom-panel {
			background: #132F53 !important;
		}

		#discover-section .discover-section--col-2 .pointy_white_left::before,
		#discover-section .discover-section--col-2 .pointy_white_right::before {
			content: url(/wp-content/uploads/2024/02/pointy_white_left.svg) !important;
			position: absolute;
		}

		#discover-section .discover-section--col-2 .top-panel-img:hover + .pointy_white_left::before,
		#discover-section .discover-section--col-2 .top-panel:hover::before {
			content: url(/wp-content/uploads/2024/02/pointy_darkblue_left.svg) !important;
			position: absolute;
		}

		#discover-section .discover-section--col-2 .top-panel-img:hover + .top-panel h3,
		#discover-section .discover-section--col-2 .top-panel-img:hover + .top-panel p,
		#discover-section .discover-section--col-2 .top-panel:hover h3,
		#discover-section .discover-section--col-2 .top-panel:hover p {
			color: #ffffff !important;
		}


		#discover-section .discover-section--col-2 .top-panel{
			padding: 16px 16px 0px 16px !important;
		}

		#discover-section .discover-section--col-2 .top-panel,
		#discover-section .discover-section--col-2 .bottom-panel {
			padding: 16px 16px 0px 16px !important;
		}

		#discover-section .discover-section--col-2 .av-special-heading,
		#discover-section .discover-section--col-2 h3{ 
			margin-top: 0 !important;

		}

		#discover-section .discover-section--col-2 .top-panel p::after {
			content: "\f106";
			font-family: FontAwesome;
			text-align: center;
			display: flex;
			flex-direction: column;
			justify-content: center;
			width: 20px;
			height: 20px;
			padding: 2px;
			border: 2px solid #193373;
			margin-top: 16px;
			border-radius: 100px;
			font-size: 20px;
			color: #193373 !important;
		}


		#discover-section .discover-section--col-2 .top-panel-img:hover + .top-panel p::after,
		#discover-section .discover-section--col-2 .top-panel:hover  p::after {
			transform: rotate(90deg);
			color:#E5B722 !important;
			border: 2px solid #E5B722 !important;
			/* Firefox */
			-moz-transition: all .3s ease-in-out;
			/* WebKit */
			-webkit-transition: all .3s ease-in-out;
			/* Opera */
			-o-transition: all .3s ease-in-out;
			/* Standard */
			transition: all .3s ease-in-out;

		}


	/* Discover Zolon Block - Second Column - Bottom Panel
	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */


	#discover-section .discover-section--col-2--bottom .bottom-panel {
		min-height: 230px !important;
	}

	#discover-section .discover-section--col-2--bottom:hover .bottom-panel {
		background: #132F53 !important;
	}

	#discover-section .discover-section--col-2--bottom .bottom-panel-video {
		min-height: 230px !important;
		display: flex !important;
		justify-content: center;
		height: 100%;
		overflow: hidden !important;
		width: auto !important;
		padding: 0px !important;
	}
	
	#discover-section .discover-section--col-2--bottom .bottom-panel-video video {
		height: 230px !important;
		padding: 0px !important;
		width: auto !important;
	}

	#discover-section .discover-section--col-2--bottom .bottom-panel:hover h3,
	#discover-section .discover-section--col-2--bottom .bottom-panel:hover p,
	#discover-section .discover-section--col-2--bottom:hover .bottom-panel h3,
	#discover-section .discover-section--col-2--bottom:hover .bottom-panel p {
		color: #ffffff !important;
	}

	#discover-section .discover-section--col-2 .bottom-panel p::after {
		content: "\f106";
		font-family: FontAwesome;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 20px;
		height: 20px;
		padding: 2px;
		border: 2px solid #193373;
		margin-top: 16px;
		border-radius: 100px;
		font-size: 20px;
		color: #193373 !important;
	}

	#discover-section .discover-section--col-2 .bottom-panel:hover  p::after,
	#discover-section .discover-section--col-2--bottom .bottom-panel:hover  p::after,
	#discover-section .discover-section--col-2--bottom:hover .bottom-panel  p::after {
		transform: rotate(90deg);
		color:#E5B722 !important;
		border: 2px solid #E5B722 !important;
		/* Firefox */
		-moz-transition: all .3s ease-in-out;
		/* WebKit */
		-webkit-transition: all .3s ease-in-out;
		/* Opera */
		-o-transition: all .3s ease-in-out;
		/* Standard */
		transition: all .3s ease-in-out;

	}
	#discover-section .discover-section--col-2--bottom:hover .pointy_white_right::before{
		content: url(/wp-content/uploads/2024/02/pointy_darkblue_left.svg) !important;
		position: absolute;
	}


/* Discover Block
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#home-discover #video {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	min-width: 200%;
	width: 200%;
	min-height: 100%;
	height: 100%;
	object-fit: cover;
}

#home-discover {
	background: #163ab1;
	margin-top: -50px;
}

#home-discover .content {
	padding-top: 120px;
	padding-bottom: 100px;
}
 
#home-discover  h2 {
	color: #ffffff;
	font-size: 3.8em;
	font-weight: 600;
}

#home-discover .home-discover-col-1 {
	background: #b7c0d0;
}

#home-discover .home-discover-col-1 .av-special-heading {
	min-height: 270px;
	margin: 0 !important;
	padding: 40px !important;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	color: #fff;
	background: #163ab1;
}

#home-discover .home-discover-col-1 h3.av-special-heading-tag {
	color: #fff;
	font-size: 2em;
}

#home-discover .home-discover-col-2,
#home-discover .home-discover-col-3 {
	background-color: #ffffff;
}

#home-discover .home-discover-col-2 .av-special-heading,
#home-discover .home-discover-col-3 .av-special-heading {
	height: 50%;
	margin: 0 !important;
	padding: 90px 40px 40px 40px !important;
}

#home-discover .home-discover-col-2 .av-special-heading:before,
#home-discover .home-discover-col-3 .av-special-heading:before {
	color: #ccc;
	border: 1px solid #ccc;
	padding: 5px 15px;
	font-size: .8em !important;
	text-transform: uppercase;
	position: absolute;
	top: 30px;
	left: 40px;
}

#home-discover .home-discover-col-2 .av-subheading:after,
#home-discover .home-discover-col-3 .av-subheading:after {
	color: #163ab1;
	content: "\f106";
	font-family: FontAwesome;
	text-align: center;
	display: block;
	width: 20px;
	height: 20px;
	padding: 2px;
	border: 2px solid #163ab1;
	margin-top: 20px;
	border-radius: 100px;
}

#home-discover .home-discover-col-2 .av-special-heading:before {
	content: 'Careers';	
}

#home-discover .home-discover-col-3 .av-special-heading:before {
	content: 'About Us';	
}

#home-discover .home-discover-col-2 .av-special-heading {
	position: absolute;
	left: 0;
	bottom: 0;
}

#home-discover .av-column-link {
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

#home-discover .av-column-link:hover {

}

/* Insights Block
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#home-insights a.slide-image {
	display: none !important;	
}

#home-insights .avia-content-slider {
  margin: 0px 0;
}

#home-insights .home-insights-block-1 a,
#home-insights .home-insights-block-2 a {
	display: block;
	background: #fff;
	padding: 40px 30px;
}

#home-insights .home-insights-block-2 a {
	min-height: 250px;	
}

#home-insights .home-insights-block-1  {
	padding-right: 3% !important;	
}

#home-insights .home-insights-block-2 .slide-entry  {
	margin-left: 0px;
	margin-right: 3%;
	width: 47%;
}

#home-insights .avia-content-slider .slide-entry-wrap {
	margin-bottom: 20px;
}
 
/* Homepage Image Slider
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.swiper .swiper-slide .wpcp-image-caption{
	padding: 16px !important;
	color: #ffffff !important;
	margin-top: 0px !important;
}

.swiper .swiper-slide .wpcp-image-caption .wcp-light-box-caption {
	height: 100% !important;
	line-height: 1.3 !important;
}

.swiper .swiper-slide:hover .wpcp-image-caption .wcp-light-box-caption {
	height: 100% !important;
	line-height: 1.3 !important;
}

.wpcpro-wrapper .wpcp-carousel-section.nav-vertically-inner-and-outer{
	margin: 0px !important;
}

.swiper .swiper-pagination {
	left: 43px !important;
}

.swiper .swiper-button-prev,
.swiper .swiper-button-next {
	bottom: 50px !important;
}

.page-id-43 .mfp-content .mfp-bottom-bar,
.page-id-21 .mfp-content .mfp-bottom-bar,
.page-id-16 .mfp-content .mfp-bottom-bar{
	background:  #ffffff !important;
	margin-top: -40px !important;
	padding: 24px !important;
}

.page-id-43 .mfp-content .mfp-bottom-bar .mfp-title,
.page-id-21 .mfp-content .mfp-bottom-bar .mfp-title,
.page-id-16 .mfp-content .mfp-bottom-bar .mfp-title{
color: #132F53 !important;
}

.page-id-43 .mfp-content .mfp-img,
.page-id-21 .mfp-content .mfp-img,
.page-id-16 .mfp-content .mfp-img{
	max-width: 550px !important;
	height: auto !important;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Global Mobile Styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.medium-browsers {
	display: none !important;
}

/* Mobile Menu - Burger menu active state color 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.html_av-overlay-side #top #wrap_all .av-burger-overlay-scroll #av-burger-menu-ul a {
	color: #a1adb7;
	font-size: 16px;
	/* Firefox */
	-moz-transition: all .2s ease-in-out;
	/* WebKit */
	-webkit-transition: all .2s ease-in-out;
	/* Opera */
	-o-transition: all .2s ease-in-out;
	/* Standard */
	transition: all .2s ease-in-out;
}

/* Mobile Menu - Burger menu active state color 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#header .av-burger-menu-main a .av-hamburger.is-active .av-hamburger-inner,
#header .av-burger-menu-main a .av-hamburger.is-active .av-hamburger-inner:before,
#header .av-burger-menu-main a .av-hamburger.is-active .av-hamburger-inner:after {	
	background-color: #333;
}

#header .av-hamburger {
	transform: scale(.8);
	margin-top: 2px;
}

/* Mobile Menu - Vertical alignment 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#top #av-burger-menu-ul {
	vertical-align: top !important;
	padding: 125px 0;
}

/* Mobile Menu - active and hover state color for primary menu links 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li a:hover,
#top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li.current-menu-item a:hover,
#top #wrap_all #header .av-burger-overlay #av-burger-menu-ul li.current-menu-item a {
	color: #ffffff;
}

/* Mobile Menu - Clear active state color for sub menu Links 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#top #wrap_all #header .av-burger-overlay #av-burger-menu-ul ul.sub-menu li a {
	color: #a1adb7;
	/* Firefox */
	-moz-transition: all .2s ease-in-out;
	/* WebKit */
	-webkit-transition: all .2s ease-in-out;
	/* Opera */
	-o-transition: all .2s ease-in-out;
	/* Standard */
	transition: all .2s ease-in-out;
}

/* Mobile Menu - Active and Hover state color for sub menu links 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#top #wrap_all #header .av-burger-overlay #av-burger-menu-ul ul.sub-menu li a:hover,
#top #wrap_all #header .av-burger-overlay #av-burger-menu-ul ul.sub-menu li.current-menu-item a:hover,
#top #wrap_all #header .av-burger-overlay #av-burger-menu-ul ul.sub-menu li.current-menu-item a {
	color: #ffffff;
}

/* Mobile Menu - Sub menu arrow indicator color 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.html_av-submenu-hidden .av-submenu-indicator::before {
	color: #222;
}

/* Mobile Menu - Sub menu bullet color 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.html_av-overlay-side-classic #top .av-burger-overlay li li .avia-bullet, 
.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner, 
.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::before, 
.html_av-overlay-side.av-burger-overlay-active #top .av-hamburger-inner::after {
	background-color: #a1adb7 !important;
}

/* Mobile Menu - Lightbox color and opacity 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.html_av-overlay-side .av-burger-overlay-bg {
	opacity: 0.95;
	cursor: pointer;
	background-color: #263037 !important;
}

/* Mobile Menu - Divider color 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.html_av-overlay-side-classic #top #wrap_all .av-burger-overlay #av-burger-menu-ul li a {
	border-color: rgba(255,255,255,.4) !important;
	border-width: .25px;
}

/* Full Page Overlay Menu - Overlay color 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.av-burger-overlay-bg {
	background: #1b303c !important;
}

.av-burger-overlay {
	background: #1b303c !important;
	opacity: .95 !important;
}

/* Full Page Overlay Menu - Close Button Color
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#header .av-burger-menu-main a .av-hamburger.is-active .av-hamburger-inner, 
#header .av-burger-menu-main a .av-hamburger.is-active .av-hamburger-inner::before, 
#header .av-burger-menu-main a .av-hamburger.is-active .av-hamburger-inner::after {
	background-color: #ccc;
}

/* Full Page Overlay Menu - Parent Nav
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.html_av-overlay-full #av-burger-menu-ul li {
	padding: .4em 0;
	font-size: 1.8em;
}

/* Full Page Overlay Menu - Child Nav
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li ul {
	margin-top: 10px;
}

.html_av-overlay-full #top #wrap_all #av-burger-menu-ul li li {
	font-size: 0.6em;
	line-height: 1.4em;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Solutions Page
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.hero-header h1 {
	padding-bottom: 8px !important;
}

.hero-header p {
	font-size: 20px !important;
	line-height: 1.35 !important;
}

.solutions_CTA--panel .solutions_CTA--content {
	background: var(--black-alternate) !important;
	border-radius: var(--radius-sm) !important;
	border: 1px solid var(--jet);
	color: #ffffff !important;
	color: var(--grey-light) !important;
	transition: var(--transition);
}

.solutions_CTA--panel:hover .solutions_CTA--content {
	transition: var(--transition);
	background: var(--white) !important;
	color: var(--black) !important;
}

.solutions_CTA--panel .solutions_CTA--content h2 {
	  color: var(--aqua) !important;
	  font-size: var(--text-2xl) !important;
	  transition: var(--transition);
	}
		
.solutions_CTA--panel:hover .solutions_CTA--content h2 {
	transition: var(--transition);
	  color: var(--black) !important;
}
 

.solutions_CTA--panel .solutions_CTA--content::after {
	content: "\f106";
	font-family: FontAwesome;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 2px;
	border: 2px solid var(--yellow);
	margin-top: 16px;
	border-radius: 100px;
	font-size: 20px;
	color: var(--yellow); !important;
}

.solutions_CTA--panel:hover .solutions_CTA--content::after {
	transform: rotate(90deg);
	color:var(--blue) !important;
	border: 2px solid var(--blue) !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.solutions_CTA--panel .avia-video{
	z-index: 0 !important;
}

.sector-icons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 5px;
}

.sector-icon {
	flex-basis: 14%;
	max-width: 14%;
}

.sector-icon img {
	max-width: 100%;
	cursor: pointer;
}

.bne-panel-inner{
	max-width: 70% !important;
	border-radius: 0px !important;
}

.bne-panel-content {
	padding: 0px !important;
}

.modal-top {
	background-color: #132F53;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 35px;
	justify-content: space-between;
}

.modal-top h1 {
	color: #fff;
	font-size: 60px;
}

.top-img {
	margin-bottom: -80px;
}

.top-text,
.bottom-text {
	width: 60%;
}

.modal-bottom {
	display: flex;
	padding: 35px;
	margin-top: 30px;
	justify-content: space-between;
}

.modal-btn {
	background-color: #E5B722;
	color: #132F53;
	padding: 10px 15px;
	margin-right: 10px;
	cursor: pointer;
}

.modal-btn:hover {
	background-color: #132F53;
	color: #E5B722;
	padding: 10px 15px;
	margin-right: 10px;
	cursor: pointer;
}

#bne-panels-wrapper .bne-panel-header {
	background: rgb(18 47 82);
	box-shadow: none;
	padding: 0;
	padding-bottom: 10px;
}

span.bne-panel-close {
	background-color: #193373;
	float: right;
	width: 35px;
	height: 35px;
	text-align: center;
}

#bne-panels-wrapper .bne-panel-header .bne-icon-svg {
	fill: #fff;
	margin-top: 10px;
}

.two-column-layout{
	display: grid;
	grid-template-columns:repeat(2, minmax(0, 2fr)) !important;
	gap: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.two-column-layout .bg_black{
	height: 100% !important;
	background-color: black !important;
	border-radius: var(--radius-sm) !important;
}

.two-column-layout::before{
	display: none !important;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	SOLUTIONS ONE_OF_A_KIND
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#solutions--slider,
#solutions--slider .avia-slideshow{
	height: 90vh !important;
}

#solutions--slider .slideshow_caption{
	background: rgba(19,47,83,0.5);
	background: linear-gradient(0deg, rgba(19,47,83,0.8) 0%, rgba(19,47,83,0.8) 60%, rgba(19,47,83,0.6) 61%, rgba(19,47,83,0.5) 100%);
	height: 100%;
	backdrop-filter: blur(5px);
	width: 50% !important;
}

#solutions--slider .slideshow_caption h2{
	padding-bottom: 8px !important;
}

#solutions--slider .slideshow_caption i{
	font-style: italic !important;  
	font-family: var(--font-golos) !important;
	padding: 8px 0px !important;
	font-size: 18px !important;
	font-weight: 600 !important;
}

#solutions--slider .slideshow_caption .slider-button{
	margin-top: 24px !important;
}

#solutions--slider .slideshow_caption .slider-button .button {
	background-color: #E5B722;
	color: #132F53;
	padding: 10px 15px;
}

#solutions--slider .slideshow_caption .slider-button .button:hover {
	background-color: #132F53;
	color: #E5B722;
	padding: 10px 15px;
}

#solutions--text{
	display: flex !important;
	flex-direction: column !important;
	justify-content: center !important;
	align-items: center !important;
}

#solutions--text .av_textblock_section{
	max-width: 1100px !important;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	About Us Page
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#interior_hero_overlay_container{
	background: transparent !important;
	margin-top: -260px !important;
	padding-bottom: 0px !important;
}

#interior_hero_overlay_container-outreach{
	background: transparent !important;
	margin-top: -150px !important;
	padding-bottom: 0px !important;
}

#interior_hero_overlay_container-outreach .content,
#interior_hero_overlay_container .content{
	padding-bottom: 0px !important;
}

#interior_hero_overlay_container-outreach .interior_hero_overlay{
	background: var(--black-alternate);
	height: 100%;
	backdrop-filter: blur(5px);
	padding: 36px;
	color: #ffffff !important;
}


#interior_hero_overlay_container .interior_hero_overlay{
	background: rgba(18, 18, 18, 0.8);
	backdrop-filter: blur(5px);
	padding: 36px;
	border: 1px solid var(--jet);
	color: #ffffff !important;
	border-radius: 16px !important;
}

#interior_hero_overlay_container-outreach .interior_hero_overlay h1,
#interior_hero_overlay_container .interior_hero_overlay h1 {
	font-size: 80px;
	color: #ffffff;
}

#interior_hero_overlay_container--intern{
	background: transparent !important;
	margin-top: -319px !important;
	padding-bottom: 0px !important;
}

#interior_hero_overlay_container--intern .content{
	padding-bottom: 0px !important;
}

#interior_hero_overlay_container--intern .interior_hero_overlay{
	background: rgba(19, 47, 83, 0.90);
	height: 100%;
	backdrop-filter: blur(5px);
	padding: 16px 36px 36px 36px !important;
	color: #ffffff !important;
}

#interior_hero_overlay_container--intern .interior_hero_overlay h1 {
	color: #ffffff;
}

/* Animated Numbers
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.animated_numbers .avia-animated-number-title {
	font-size: 160px !important;
	color: var(--white) !important;
}

.animated_numbers .avia-animated-number-content{
	color: var(--white) !important;
	text-transform: uppercase;
}

#cta_text_image .cta_text_container{
	padding:36px;
	color: var(--white) !important;

}

#cta_text_image .flex_column_table{
	border-radius: var(--radius-base) !important;
	border: 1px solid var(--jet) !important;
	overflow: hidden;
}

#cta_text_image .cta_text_container h2{
	font-size: 3.8em;
	color: var(--white) !important;
}

/* CTA Blocks
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#interior-discover #video {
	position: absolute;
	right: 0;
	bottom: 0;
	top: 0;
	left: 0;
	min-width: 200%;
	width: 200%;
	min-height: 100%;
	height: 100%;
	object-fit: cover;

}

#interior-discover {
	margin-top: -50px;
}

#interior-discover .container {
	background: rgb(0,49,135);
	background: linear-gradient(118deg, rgba(0,49,135,1) 0%, rgba(0,59,184,1) 100%);	
}

#interior-discover  h2 {
	color: #ffffff;
	font-size: 3.8em;
	font-weight: 600;
}

#interior-discover .interior-discover-col-1 {
	background: #b7c0d0;
}

#interior-discover .interior-discover-col-1 .av-special-heading {
	min-height: 270px;
	margin: 0 !important;
	padding: 40px !important;
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	color: #fff;
	background: #163ab1;
}

#interior-discover .interior-discover-col-1 h3.av-special-heading-tag {
	color: #fff;
	font-size: 2em;
}

#interior-discover .interior-discover-col-2,
#interior-discover .interior-discover-col-3 {
	background-color: #ffffff;
}

#interior-discover .interior-discover-col-2 .av-special-heading,
#interior-discover .interior-discover-col-3 .av-special-heading {
	height: 50%;
	margin: 0 !important;
	padding: 90px 40px 40px 40px !important;
}

#interior-discover .interior-discover-col-2 .av-special-heading:before,
#interior-discover .interior-discover-col-3 .av-special-heading:before {
	color: #ccc;
	border: 1px solid #ccc;
	padding: 5px 15px;
	font-size: .8em !important;
	text-transform: uppercase;
	position: absolute;
	top: 30px;
	left: 40px;
}

#interior-discover .interior-discover-col-2 .av-subheading:after,
#interior-discover .interior-discover-col-3 .av-subheading:after {
	color: #163ab1;
	content: "\f106";
	font-family: FontAwesome;
	text-align: center;
	display: block;
	width: 20px;
	height: 20px;
	padding: 2px;
	border: 2px solid #163ab1;
	margin-top: 20px;
	border-radius: 100px;
}

#interior-discover .interior-discover-col-2 .av-special-heading:before {
		
}

#interior-discover .interior-discover-col-3 .av-special-heading:before {
	content: 'About Us';	
}

#interior-discover .interior-discover-col-2 .av-special-heading {
	position: absolute;
	left: 0;
	bottom: 0;
}

#interior-discover .av-column-link {
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	NAICS Page
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.naics-details {
	width: 100%;
	border-collapse: collapse;
	border: none !important;
}

.naics-details th {
	font-size: 16px !important;
	color: var(--yellow) !important;
	font-weight: 800 !important;
}

.naics-details td {
	font-size: 15px !important;
	color: var(--white) !important;
}

.naics-details tr:nth-child(even),
.naics-details tr:nth-child(odd) {
	background: var(--black) !important;
	padding: 16px !important;
	border-bottom: 8px solid var(--black-alternate) !important;
	color: var(--white) !important;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Company Page
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Full width Slider
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#full_width_slider h2 {
	color: #ffffff;
}

#full_width_slider .container{
	max-width: 100% !important;
	padding: 0px !important;
}

#full_width_slider .container .full_width_slider_images {
	margin-bottom: 12px !important;
}

#full_width_slider .container .full_width_slider_images .av-horizontal-gallery-wrap {
	margin-right: 12px !important;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Past Performances Page
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

	.past-performance-listing,
	.past-performance-listing .avia-content-slider-inner {
		overflow: visible !important;
	}

	.past-performance-listing .slide-entry-wrap{
		display: grid !important;
		grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
		gap: 0.5rem !important;
		margin-bottom: 0.5rem !important;
		overflow: visible !important;
	}

	.past-performance-listing .slide-entry-wrap article {
		width: 100% !important;
		margin: 0px !important;
		/* Firefox */
		-moz-transition: all .3s ease-in-out;
		/* WebKit */
		-webkit-transition: all .3s ease-in-out;
		/* Opera */
		-o-transition: all .3s ease-in-out;
		/* Standard */
		transition: all .3s ease-in-out;
		background: var(--black-alternate) !important;
		border: 1px solid var(--jet) !important;
		border-radius: var(--radius-sm) !important;
		overflow: hidden !important;
	}
	
	.past-performance-listing .slide-entry-wrap article .slide-content{
		display: block !important;
		padding: 8px 16px 24px 16px;
	}

	.past-performance-listing .slide-entry-wrap .slide-image{
		margin: 0px !important;
		border-radius: 0 !important;
	}

	.past-performance-listing .slide-entry-wrap .slide-image img{
		max-height: 320px;
		width: 100% !important;
		object-fit: cover !important;
		border-radius: 0px !important;
	}

	.past-performance-listing .slide-entry-wrap span,
	.past-performance-listing .slide-entry-wrap .entry-content {
		display: none !important;
	}

	.past-performance-listing .slide-entry-wrap article:hover{
		cursor: pointer !important;
		background: var(--white) !important ;
		box-shadow: 
			0 0px 3px rgba(0, 0, 0, 0.1), 
			0 0px 6px rgba(0, 0, 0, 0.1), 
			0 0px 12px rgba(0, 0, 0, 0.1), 
			0 0px 24px rgba(0, 0, 0, 0.1);
		/* Firefox */
		-moz-transition: all .3s ease-in-out;
		/* WebKit */
		-webkit-transition: all .3s ease-in-out;
		/* Opera */
		-o-transition: all .3s ease-in-out;
		/* Standard */
		transition: all .3s ease-in-out;
		color: var(--black) !important;
	}

	.past-performance-listing .slide-entry-wrap article:hover h3 {
		/* Firefox */
		-moz-transition: all .3s ease-in-out;
		/* WebKit */
		-webkit-transition: all .3s ease-in-out;
		/* Opera */
		-o-transition: all .3s ease-in-out;
		/* Standard */
		transition: all .3s ease-in-out;
		color: var(--blue) !important;
	}

	.past-performance-listing .slide-entry-wrap article:hover,
	.past-performance-listing .slide-entry-wrap a:hover,
	.past-performance-listing .slide-entry-wrap img:hover {
		cursor: pointer !important;
	}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Contract Vehicles Page
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#interior_hero_overlay_container .interior_hero_overlay_right-column-links h3 a {
	font-size: 30px;
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	color: var(--aqua) !important;
	font-weight: 400 !important;
}

#interior_hero_overlay_container .interior_hero_overlay_right-column-links h3 a:hover {
	color: #E5B722 !important;
}

.subtitle_purple .av-subheading {
	color: #491840 !important;
}

.subtitle_yellow .av-subheading {
	color: #E5B722 !important;
}

#past_performances_section article img{
	max-height: 240px !important;
	width: 100%;
	object-fit: cover !important;
}

#past_performances_section .past_performances_container_left_column{
	height: 80vh;
	color: #ffffff;
	display: flex;
	flex-direction:column;
	justify-content: center;
}

#past_performances_section .past_performances_container_left_column h2{
	color: #ffffff;
}

#solutions_section  .slide-entry-wrap{
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 0.5rem !important;
	margin-bottom: 0.5rem !important;
	margin-top: 0px !important;
}

#solutions_section .slide-entry-title {
	font-size: 1.5em !important;
	line-height: 1.4 !important;
	
}

#solutions_section .more-link {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	width: 95.2%;
	height: 100%;
	background: transparent;
	text-indent: -9999px; 
}

#solutions_section a.slide-image,
#solutions_section br {
	display: none;
}

.solutions_section-intro {
	padding-left: 3.6%;
}

#solutions_section .slide-entry {
	background: var(--black-alternate);
	border-radius: var(--radius-sm) !important;
	border: 1px solid var(--jet);
	width: 100% !important;
	padding: 30px;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
	margin: 0px !important;
	transition: var(--transition);
	color: var(--grey-light);
}

#solutions_section .slide-entry h3 {
	color: var(--aqua) !important;
	transition: var(--transition);
}

#solutions_section .slide-entry:hover {
	box-shadow: 
		0 0px 3px rgba(0, 0, 0, 0.03), 
		0 0px 6px rgba(0, 0, 0, 0.03), 
		0 0px 12px rgba(0, 0, 0, 0.03), 
		0 0px 24px rgba(0, 0, 0, 0.03);
	background: var(--white);
	color: var(--black) !important;
	border: 1px solid var(--aqua) !important;
	transition: var(--transition);
}

#solutions_section .slide-entry:hover .entry-content-header, 
#solutions_section .slide-entry:hover h3 {
	color: var(--black) !important;
	transition: var(--transition);
}

#solutions_section .slide-entry:hover .slide-entry-excerpt:after {
	transform: rotate(90deg);
	color: var(--blue) !important;
	border: 2px solid var(--blue) !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

#solutions_section .entry-content-header {
	font-size: 1em;
	line-height: 1.3
}

#solutions_section .slide-entry-excerpt {
	margin-top: 10px;
	font-size: .9em;
	line-height: 1.3
}

#solutions_section .slide-entry-excerpt:after {
	content: "\f106";
	font-family: FontAwesome;
	text-align: center;
	display: block;
	width: 20px;
	height: 20px;
	padding: 2px;
	border: 2px solid var(--yellow) !important;
	color: var(--yellow) !important;
	margin-top: 20px;
	border-radius: 100px;
}

#solutions_section .avia-content-slider .slide-entry-wrap {
	margin-bottom: 10px;
	margin-top: 10px;
}

.solutions_section-set-1 {
	margin-left: 4.3% !important;
}

.solutions_section-set-2 {
	margin-top: 0px !important;
}

.solutions_section-set-2 .avia-content-slider-inner {
	padding-left: 2%;
	padding-right: 2%;
}


.contract-vehicles-current-project .slide-entry-wrap{
	display: grid !important;
	grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
	gap: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.contract-vehicles-current-project .slide-entry-wrap article{
	width: 100% !important;
	margin: 0px !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.contract-vehicles-current-project .slide-entry-wrap .slide-image{
	margin: 0px !important;
}

.contract-vehicles-current-project .slide-entry-wrap article .slide-content,
.contract-vehicles-current-project .slide-entry-wrap span {
	display: none !important;
}

.contract-vehicles-current-project .slide-entry-wrap article:hover {
	cursor: pointer !important;
	box-shadow: 
		0 0px 3px rgba(0, 0, 0, 0.1), 
		0 0px 6px rgba(0, 0, 0, 0.1), 
		0 0px 12px rgba(0, 0, 0, 0.1), 
		0 0px 24px rgba(0, 0, 0, 0.1);
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.contract-vehicles-current-project .slide-entry-wrap article:hover,
.contract-vehicles-current-project .slide-entry-wrap a:hover,
.contract-vehicles-current-project .slide-entry-wrap img:hover {
	cursor: pointer !important;
}

.past-performance-current-project,
.past-performance-current-project .avia-content-slider-inner {
	overflow: visible !important;
}

.past-performance-current-project .slide-entry-wrap{
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 0.5rem !important;
	margin-bottom: 0.5rem !important;
	overflow: visible !important;
}

.past-performance-current-project .slide-entry-wrap article{
	width: 100% !important;
	margin: 0px !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
	background: var(--black-alternate) !important;
	border-radius: 16px !important;
	border: 1px solid var(--jet) !important;
	overflow: hidden !important;
}

.past-performance-current-project .slide-entry-wrap .slide-image{
	margin: 0px !important;
	width: 100%;
	border-radius: 0 !important;
}

.past-performance-current-project article img{
	max-height: 210px !important;
	width: 100% !important;
	object-fit: cover !important;
	border-radius: 0 !important;
}

.past-performance-current-project .slide-entry-wrap article .slide-content{
	display: block !important;
	padding: 8px 16px 24px 16px;
}

.past-performance-current-project .slide-entry-wrap .slide-entry-excerpt.entry-content br,
.past-performance-current-project .slide-entry-wrap span{
	display: none !important;
}

.past-performance-current-project .slide-entry-wrap .slide-entry-excerpt.entry-content {
	font-size: 15px !important;
	padding-top: 8px !important;
}



.past-performance-current-project .slide-entry-wrap article:hover {
	cursor: pointer !important;
	background: var(--white) !important ;
	box-shadow: 
		0 0px 3px rgba(0, 0, 0, 0.1), 
		0 0px 6px rgba(0, 0, 0, 0.1), 
		0 0px 12px rgba(0, 0, 0, 0.1), 
		0 0px 24px rgba(0, 0, 0, 0.1);
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
	border: 1px solid var(--aqua) !important;
}


.past-performance-current-project .slide-entry-wrap article:hover .entry-content,
.past-performance-current-project .slide-entry-wrap article:hover h3 {
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
	color: var(--black) !important;
}

.past-performance-current-project .slide-entry-wrap article:hover,
.past-performance-current-project .slide-entry-wrap a:hover,
.past-performance-current-project .slide-entry-wrap img:hover {
	cursor: pointer !important;
}

.solutions-listing .slide-entry{
	margin-left: 0px !important;
}

.solutions-listing .slide-entry-wrap{
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 0.5rem !important;
	margin-bottom: 0.5rem !important;
}

.solutions-listing .slide-entry-wrap .slide-entry {
	width: 100% !important;
	background: var(--black-alternate) !important;
	border: 1px solid var(--jet) !important;
	margin-bottom: 0rem !important;
	transition: var(--transition);
	border-radius: var(--radius-sm) !important;
}

.solutions-listing .slide-entry-wrap .slide-entry h3{
	font-size: 24px !important;
	color: var(--yellow);
}

.solutions-listing .slide-entry-wrap article:hover {
	cursor: pointer !important; 
}

.solutions-listing .slide-entry-wrap .slide-entry .entry-footer{
	display: none !important;
}


.solutions-listing .slide-entry-wrap article .slide-meta { 
	display: none !important;
}

.solutions-listing .slide-image{
	display: none !important;
}

.solutions-listing .slide-content{
	position: relative !important;
	padding: 24px;
}

.solutions-listing .slide-content .entry-content-header{
	margin-top: 8px !important;
	margin-bottom: 8px !important;
}

.solutions-listing .slide-content .slide-entry-excerpt{
	color: var(--grey-light) !important;
}

.solutions-listing .slide-content .slide-entry-excerpt a{
	position: absolute !important;
	display: flex !important;
	left: 20px !important;
	top: 16px !important;
	color: #ffffff;
}

.solutions-listing .slide-content .slide-entry-excerpt br{
	display: none !important;
}

.solutions-listing .slide-content .slide-entry-excerpt a{
	display: none !important;
}

.solutions-listing .slide-content .slide-entry-excerpt::after{
	content: "\f106";
	font-family: FontAwesome;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 2px;
	border: 2px solid var(--aqua);
	margin-top: 16px;
	border-radius: 100px;
	font-size: 20px;
	color: var(--aqua) !important;
}

.solutions-listing .slide-entry-wrap article:hover .slide-entry-excerpt::after{
	transform: rotate(90deg);
	color: var(--blue) !important;
	border: 2px solid var(--blue) !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}


.solutions-listing .slide-entry-wrap article:hover .entry-title{
	color:var(--black-alternate) !important;
}

.solutions-listing .slide-entry-wrap article:hover{
	color:#ffffff !important;
}




.solutions-listing article:hover .slide-content .slide-entry-excerpt{
	color: var(--black) !important;
	transition: var(--transition);
}

.solutions-listing .slide-entry-wrap .slide-entry:hover{
	background-color: var(--white) !important;
	transition: var(--transition);
}





/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Veterans
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.relative{
	position: relative;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Tech Partners
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.h-80vh {
	height: 80vh;
}

.flex-justify-center{
	display: flex;
	flex-direction: column;
	justify-content: center;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Contact Us Page
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.contact_details {
	display: flex;
	flex-direction: column;
	justify-content: end;
}

.contact_details p {
	margin: 4px 0px !important;
}

.contact_details a{
	color: var(--aqua) !important;
	font-size: 18px;
	display: flex;
	flex-direction: row;
	align-items: start;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.contact_details a:hover{
	color: var(--yellow) !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.contact_details img{
	padding-right: 8px;
	padding-top: 6px;
}

#gform_confirmation_message_1 h2{
	color: var(--white) !important;
}

.thankyou-buttons{
	display: flex !important;
	flex-direction: row !important;
	align-items: start !important;
}

.thankyou-buttons .button-blue:hover {
	background: var(--yellow) !important;
	color:var(--black) !important;
	border: 1px solid var(--yellow) !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.thankyou-buttons .button-blue {
	background: var(--aqua) !important;
	color: #132F53 !important;
	border: 1px solid #E5B722 !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
	font-size: 18px;
	padding: 8px 16px;
	margin-right:9px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Internship Page
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
	#interior_hero_half_blur{
		position: relative;
	}

	#interior_hero_half_blur .container{
		z-index: 10;
	}

	#interior_hero_half_blur::after {
		content: '';
		display: block;
		position: absolute;
		top: 0;
		left: 0;
		width: 50%;
		height: 100%;
		background: rgba(19, 47, 83, 0.90);
		height: 100%;
		backdrop-filter: blur(5px);
		z-index: 1;
	}





#boat-animate .container{
	max-width: 100vw !important;
    padding: 0px !important;
	background-color: var(--black-alternate) ;
}

#boat-animate .content {
    padding: 0px !important;
}

#boat-animate .container img{
    height: 140px !important;
    width: auto !important;
    object-fit: contain !important;
}

/* Ensure the Color Section spans edge to edge */
#animated-bg .container {
  width: 100% !important;
  max-width: 100% !important;
  padding: 0;
  margin: 0;
}

/* Frame for full-screen animation */
.fullanim-container {
  position: relative;
  width: 100%;
  height: 150px;
  overflow: hidden;
}

/* Animated image */
.fullanim-img {
  position: absolute;
  top: 50%;
  left: -50%;
  transform: translateY(-50%);
  min-width: 50%;
  height: auto;
  animation: fullAnim 40s linear infinite;
}

/* Keyframes for smooth infinite motion */
@keyframes fullAnim {
  0% { left: -50%; }
  100% { left: 100%; }
}





/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Employee Login
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.employee_login-panel,
.employee_login-panel .link-icon, 
.employee_login-panel h2 {
	color: #000;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}
.employee_login-panel:hover {
	box-shadow: 
		rgba(0, 0, 0, 0.07) 0px 1px 2px,
		rgba(0, 0, 0, 0.07) 0px 2px 4px,
		rgba(0, 0, 0, 0.07) 0px 4px 8px,
		rgba(0, 0, 0, 0.07) 0px 8px 16px,
		rgba(0, 0, 0, 0.07) 0px 16px 32px,
		rgba(0, 0, 0, 0.07) 0px 32px 64px;
	/* Firefox */
	-moz-transition: all .5s ease-in-out;
	/* WebKit */
	-webkit-transition: all .5s ease-in-out;
	/* Opera */
	-o-transition: all .5s ease-in-out;
	/* Standard */
	transition: all .5s ease-in-out;
}

.employee_login-panel:hover h2{
	color:#E5B722 !important;	/* Firefox */
	-moz-transition: all .5s ease-in-out;
	/* WebKit */
	-webkit-transition: all .5s ease-in-out;
	/* Opera */
	-o-transition: all .5s ease-in-out;
	/* Standard */
	transition: all .5s ease-in-out;
}
.employee_login-panel:hover .link-icon{
	transform: rotate(90deg);
	/* Firefox */
	-moz-transition: all .5s ease-in-out;
	/* WebKit */
	-webkit-transition: all .5s ease-in-out;
	/* Opera */
	-o-transition: all .5s ease-in-out;
	/* Standard */
	transition: all .5s ease-in-out;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Leadership Page
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.sptp-member {
	background: var(--black-alternate) !important;
	transition: var(--transition);
	border-radius: var(--radius-base) !important;
}

.sptp-member:hover {
	background: var(--white) !important;
	transition: var(--transition);
}

.sptp-member .sptp-member-name{
	position: relative !important;
	padding-top: 16px;
}

.sptp-member h2 {
	font-size: 24px !important;
	padding: 8px 24px !important;
	text-align: left !important;
	color: var(--aqua) !important;
	transition: var(--transition);
}

.sptp-member:hover h2 {
	font-size: 24px !important;
	padding: 8px 24px !important;
	text-align: left !important;
	color: var(--black) !important;
	transition: var(--transition);
}

.sptp-member .sptp-member-profession {
	display: flex !important;
	flex-direction: row !important;
	justify-content: start !important;
	width: 100% !important;	
	padding: 0px 24px 16px 24px !important;
}

.sptp-member .sptp-member-profession .sptp-profession-text{
	font-size: 15px !important;
	margin-top: 0px !important;
	color: var(--grey-light) !important;
	text-align: left !important;
	transition: var(--transition);
}

.sptp-member:hover .sptp-member-profession .sptp-profession-text{
	color: var(--black) !important;
	transition: var(--transition);
}

.sptp-member .sptp-member-profession .sptp-profession-text::after {
	content: "\f106";
	font-family: FontAwesome;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 2px;
	border: 2px solid var(--yellow);
	margin: 8px 0px;
	border-radius: 100px;
	font-size: 20px;
	color: var(--yellow) !important;
}

.sptp-member:hover .sptp-member-profession .sptp-profession-text::after {
	transform: rotate(90deg);
	color: var(--blue) !important;
	border: 2px solid var(--blue) !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	GRANT STREAM PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#resultssection .proven-results-number{
	font-size: 80px !important;
}

#resultssection .grid-two-col{
	align-items: center !important;
}

@media only screen and (max-width: 1200px) {
	#resultssection .proven-results-number{
		font-size: 60px !important;
	}
}

@media only screen and (max-width: 920px) {
	#resultssection .proven-results-number{
		font-size: 40px !important;
	}
}

#resultssection .grid-two-col-item p{
	font-size: 20px !important;
	text-transform: uppercase;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
Request a demo Page
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.request-a-demo-form .content{
	margin-top: -80px !important;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
TEAM Page
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.all_colors {
	position: relative;
}

.sptp_member::before {
	display: block !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	height: 540px !important;
	width: 100%;
	content: '';
	background: var(--black-alternate) !important;
}

.single-sptp_member .sptp-list-style{
	display: grid !important;
	grid-template-columns: repeat(5, minmax(0, 5fr)) !important;
	gap: 0.5rem !important;
}

.single-sptp_member .sptp-info{
	grid-column: span 2 / span 2 !important;
	order: 1 !important;
	display: flex;
}

.single-sptp_member .sptp-member-avatar-area{
	grid-column: span 3 / span 3 !important;
	order: 2 !important;
	display: flex;
}

.single-sptp_member .sptp_member::before {
	display: block !important;
	position: absolute !important;
	top: 0 !important;
	left: 0 !important;
	height: 400px !important;
	width: 100%;
	content: '';
	background: var(--black-alternate) !important;
}

.single-sptp_member .sptp-member-avatar-area .swiper-button-prev,
.single-sptp_member .sptp-member-avatar-area .swiper-button-next,
.html_entry_id_3957 .sptp-member-avatar-area .swiper-slide:first-child,
.html_entry_id_3957 .sptp-member-avatar-area .swiper-button-prev,
.html_entry_id_3957 .sptp-member-avatar-area .swiper-button-next,
.html_entry_id_3957 .sptp-member-avatar-area .swiper-pagination,
.html_entry_id_870 .sptp-member-avatar-area .swiper-slide:first-child,
.html_entry_id_870 .sptp-member-avatar-area .swiper-pagination,
.html_entry_id_870 .sptp-member-avatar-area .swiper-button-next,
.html_entry_id_870 .sptp-member-avatar-area .swiper-button-prev{
	display: none !important;
}

.sptp-member-avatar-area {
	order: 2 !important;
	width: 90% !important;
}

.single-sptp_member .sptp-member-avatar-area {
	order: 2 !important;
	width: 100% !important;
}

.sptp-list-style{
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 0.5rem !important;
}

.sptp-info{
	display: flex;
	flex-direction: column;
	justify-content: center;
	position: relative;
	height: 100%;
	padding-bottom: 70px;
}

.sptp_member .sptp-member-name h2 {
	font-size: 45px !important;
	color: #ffffff !important;
	z-index: 1 !important;
	text-align: left !important;
	line-height: 1.2 !important;
}

.sptp_member .sptp-profession-text {
	font-size: 18px !important;
	color: #ffffff !important ;
	text-align: left !important;
}

.sptp-member-email{
    padding-left: 46px;
    padding-top: 20px;
	text-align: left !important;
}

.sptp-member-email a span {
	color: #E5B722 !important;
	font-size: 18px !important;
}

.sptp-member-email a:hover span {
	color: #ffffff !important;
}


.sptp-member-email i {
	display: none !important;
}

.sptp-member-mobile{
	padding-left: 46px;
	padding-top: 4px;
	text-align: left !important;
}

.sptp-member-mobile a span {
	color: #ffffff !important;
	font-size: 15px !important;
}

.sptp-member-mobile a:hover span {
	color: #E5B722 !important;
}

.sptp-member-mobile i {
	display: none !important;
}

.sptp-member-social {
	display: inline-flex !important;
	margin-top: -39px !important;
	width: 40px !important;
}

.sptp-member-social .sptp-linkedin {
	background-color: #E5B722 !important;
	color: #132F53 !important;
}

.sptp-member-social .sptp-envelope {
	background-color: #ffffff !important;
	color: #132F53 !important;
}

.sptp-member-social .sptp-linkedin:hover,
.sptp-member-social .sptp-envelope:hover  {
	background-color: #132F53 !important;
	color: #ffffff !important;
	border: 1px solid #ffffff;
}

.sptp-content::before{
	content: 'Biography';
	font-size: 18px !important;
	font-weight: 800 !important;
}

.sptp-content{
	text-align: left !important;
	width: 70%;
	font-size: 15px !important;
	font-weight: 400 !important;
	position: relative;
}

.sptp-content .avia-button{
	background-color: var(--aqua) !important;
	border: 1px solid #193373 !important;
}

.sptp-content .avia-button .avia_iconbox_title{
	color: #193373 !important ;
}


.sptp-single-post .sptp-content p{
	color: var(--white) !important;
	line-height: 1.6 !important;
}

.sptp-single-post .sptp-content::before{
	color: var(--grey-light) !important;
	text-transform: uppercase !important;
	font-size: 20px !important;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	INTERNS Styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.interns-container-grid{
	display: grid;
	grid-template-columns: repeat(4, minmax(0, 1fr));	
}

.interns-container-grid .col-3{
	width: 100%;
}

.interns-container-grid h2{
	font-size: 30px !important;
}

.interns-container-grid p{
	padding: 0px 24px;
}

.flip-card {
	background-color: transparent;
	width: 100%;
	height: 600px;
	perspective: 1000px;
	margin: auto;
	padding: 8px;
}

.flip-card-inner {
	position: relative;
	width: 100%;
	height: 100%;
	text-align: center;
	transition: transform 0.6s;
	transform-style: preserve-3d;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
}

.flip-card:hover .flip-card-inner {
	transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
	position: absolute;
	width: 100%;
	height: 100%;
	backface-visibility: hidden;
}

.flip-card-front {
	background-color: #fff;
	color: black;
}

.flip-card-back {
	background-color: #2980b9;
	color: white;
	transform: rotateY(180deg);
	padding: 16px;
}

.flip-card-back p {
	font-size: 15px;
	line-height: 21px;
}

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Footer Styles
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#footer .footer_logo img:hover {
	opacity: 0.6 !important;
}

#footer .footer_contact_links a {
	font-size: 16px;
	color: #E5B722;
	font-weight: 800;
	text-decoration: none;
}

#footer .footer_contact_links a:hover {
	color: #ffffff !important;
}

#footer .footer_menu_container .footer_menu_title a {
	font-size: 18px;
	color: #B4C1D1;
	font-weight: 800;
	text-decoration: none;
}

#footer .footer_menu_container .footer_menu_links a {
	font-size: 16px;
	color: #ffffff;
	text-decoration: none;
}

#footer .footer_menu_container .footer_menu_title a:hover, 
#footer .footer_menu_container .footer_menu_links a:hover {
	color: #E5B722;
}

#footer .footer-socmed{
	display: flex;
	flex-direction: row;
	justify-content: center;
	color: #E5B722;
}

#footer .footer-socmed .footer-socmed-link {
	margin: 8px 4px;
}

#footer .footer-socmed .footer-socmed-link a {
	width: 40px;
	height: 40px;
	border: 1px solid #ffffff !important;
	border-radius: 30px !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}

#footer .footer-socmed .footer-socmed-link a:hover {
	border: 2px solid var(--yellow) !important;
}

#footer .flex_column_table {
	margin-top: 10px !important;
}

#footer_toolbar {
	min-height: 0px !important;
	background-color: var(--black-alternate) !important;
}

#footer_toolbar .footer_copyright{
	font-size: 15px;
	color: #64748B;
	text-align: left !important;
}

#footer_toolbar .footer_toolbar_links p {
	text-align: right !important;
}

#footer_toolbar .footer_toolbar_links a {
	font-size: 15px;
	color: var(--aqua) !important;
}

#footer_toolbar .footer_toolbar_links a:hover {
	color: #E5B722  !important;
}

#footer_toolbar .footer_toolbar_links i {
	font-family: FontAwesome;
}






/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Insights - BLOG
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.blog-listing-2col {
	margin-bottom: 0.5rem !important;
}

.blog-listing-3col {
	margin-top: 0px !important;
}

.blog-listing-2col .slide-entry-wrap{
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 0.5rem !important;
	margin-bottom: 0px !important ;
}

.blog-listing-3col .slide-entry-wrap{
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 0.5rem !important;
}

.blog-listing-2col .slide-entry-wrap .slide-entry,
.blog-listing-3col .slide-entry-wrap .slide-entry {
	width: 100% !important;
	background: #ffffff;
}

.blog-listing-2col .slide-loop-2,
.blog-listing-3col .slide-loop-2,
.blog-listing-3col .slide-loop-3 {
	margin-left: 0px !important;
}


.blog-listing-1col .slide-image {
	height: 550px;
	width: 100%;
	border-radius: 0px !important;
	margin-bottom: 0px !important;
}

.blog-listing-2col .slide-image {
	height: 400px;
	width: 100%;
	border-radius: 0px !important;
	margin-bottom: 0px !important;
}

.blog-listing-1col a img {
	width: 100%;
	border-radius: 0px !important;
}


.blog-listing-2col a img {
	width: 100%;
	border-radius: 0px !important;
}

.blog-listing--image .slide-content {
	padding: 20px;
	background: #ffffff;
	position: relative;
}

.blog-listing--image .slide-entry:hover .slide-content,
.blog-listing--image .slide-entry:hover .slide-entry-excerpt,
.blog-listing--image .slide-entry:hover {
	background: #132F53;
	color: #132F53;
	cursor: pointer !important;
}

.blog-listing--image .slide-content::before{
	content: url(/wp-content/uploads/2024/02/pointy_white_left.svg);
	position: absolute !important;
	display: block !important;
	left: 20px !important;
	top: -30px !important;
	visibility: visible;
	width: 28px;
	height: 32px;
}

.blog-listing--image .slide-entry:hover .slide-content::before{
	content: url(/wp-content/uploads/2024/02/pointy_darkblue_left.svg);
	position: absolute !important;
}

.blog-listing--image .slide-content .slide-entry-excerpt{
	position: absolute !important;
	display: flex !important;
	left: 20px !important;
	top: 16px !important;
	color: #ffffff;
}

.blog-listing--image .slide-content .slide-entry-excerpt a{
	display: block !important;
	visibility: visible;
	font-size: 14px !important;
	color: #B4C1D1;
	padding: 2px 8px;
	border: 1px solid #B4C1D1;
	text-transform: uppercase;
}

.blog-listing--image .slide-content .slide-entry-excerpt a:hover {
	display: block !important;
	visibility: visible;
	font-size: 14px !important;
	color: #E5B722;
	padding: 2px 8px;
	border: 1px solid #E5B722;
	text-transform: uppercase;
}

.blog-listing--image .slide-content .slide-entry-title{
	font-size: 24px;
	color: #132F53;
	padding-top: 24px;
}

.blog-listing--image .slide-entry:hover .slide-content .slide-entry-title{
	color: #ffffff !important;
}

.blog-listing--image .slide-content .slide-meta{
	display: none !important;
}

.blog-listing--image .slide-content .entry-content-header::after{
	content: "\f106";
	font-family: FontAwesome;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 2px;
	border: 2px solid #193373;
	margin-top: 16px;
	border-radius: 100px;
	font-size: 20px;
	color: #193373 !important;
}

.blog-listing--image .slide-entry:hover .slide-content .entry-content-header::after{
	transform: rotate(90deg);
	color:#E5B722 !important;
	border: 2px solid #E5B722 !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}




/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Insights - In The News
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.inthenews-listing .slide-entry-wrap {
	margin-bottom: 0.5rem !important;
}

.inthenews-listing .slide-entry-wrap .slide-entry {
	background: #ffffff;
	padding: 20px;
}

.inthenews-listing .slide-entry-wrap .slide-content {
	position: relative;
}

.inthenews-listing .slide-entry-wrap .slide-content .slide-meta{
	position: absolute !important;
	top: 38px !important;
	left: 0 !important;
}

.inthenews-listing .slide-entry-wrap .slide-content .slide-entry-excerpt{
	position: absolute !important;
	top: 38px !important;
	left: 124px !important;
	font-weight: 600 !important;
	color: #E5B722;
}

.inthenews-listing .slide-entry-wrap .slide-content .slide-entry-excerpt a,
.inthenews-listing .slide-entry-wrap .slide-content .slide-entry-excerpt br {
	display: none !important;
}

.inthenews-listing .slide-entry-wrap .slide-content .read-more-link{
	display: none !important;
}

.inthenews-listing .slide-entry-wrap .slide-content .entry-content-header::before{
	position: absolute !important;
	display: block !important;
	left: 0px !important;
	top: 0px !important;
	visibility: visible;
	content: 'IN THE NEWS';
	font-size: 14px !important;
	color: #B4C1D1;
	padding: 2px 8px;
	border: 1px solid #B4C1D1;
}


.inthenews-listing .slide-entry-wrap .slide-content .entry-content-header::after{
	content: "\f08e" !important;
	font-family: FontAwesome;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 2px;
	margin-top: 16px;
	font-size: 20px;
	color: #193373 !important;
}

.inthenews-listing .slide-entry:hover .slide-content .entry-content-header::after{
	color:#E5B722 !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.inthenews-listing .slide-entry-wrap .slide-content .entry-content-header{
	padding-top: 70px !important;
}

.inthenews-listing .slide-entry-wrap .slide-image{
	display: none !important;
}

.inthenews-listing-3col .slide-entry-wrap{
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 0.5rem !important;
}

.inthenews-listing-3col .slide-entry-wrap .slide-entry {
	width: 100% !important;
	background: #ffffff;
}

.inthenews-listing-3col .slide-loop-2,
.inthenews-listing-3col .slide-loop-3 {
	margin-left: 0px !important;
}


.inthenews-listing .slide-entry-wrap .slide-content .entry-title {
	color: #132F53;
	font-size: 24px !important;
}

.inthenews-listing .slide-entry-wrap .slide-entry:hover,
.inthenews-listing .slide-entry-wrap .slide-entry:hover .entry-title  {
	background: #132F53;
	color: #ffffff;
	cursor: pointer !important;
}
 



/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Insights - WHITE PAPERS
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.whitepapers-listing .slide-entry-wrap .slide-entry {
	background: #ffffff;
	padding: 20px;
}

.whitepapers-listing .slide-entry-wrap {
	margin-bottom: 0.5rem !important;
}

.whitepapers-listing .slide-entry-wrap .slide-content {
	position: relative;
}

.whitepapers-listing .slide-entry-wrap .slide-content .slide-meta{
display: none !important;
}

.whitepapers-listing .slide-entry-wrap .slide-content .slide-entry-excerpt{
	font-weight: 400 !important;
	color: #132F53;
}

.whitepapers-listing .slide-entry-wrap .slide-content .read-more-link{
	display: none !important;
}

.whitepapers-listing .slide-entry-wrap .slide-content .entry-content-header::before{
	position: absolute !important;
	display: block !important;
	left: 0px !important;
	top: 0px !important;
	visibility: visible;
	content: 'WHITE PAPERS';
	font-size: 14px !important;
	color: #B4C1D1;
	padding: 2px 8px;
	border: 1px solid #B4C1D1;
}


.whitepapers-listing .slide-entry-wrap .slide-content .slide-entry-excerpt::after{
	content: "\f019" !important;
	font-family: FontAwesome;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 2px;
	margin-top: 16px;
	font-size: 20px;
	color: #193373 !important;
}

.whitepapers-listing .slide-entry:hover .slide-content .slide-entry-excerpt::after{
	color:#E5B722 !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.whitepapers-listing .slide-entry-wrap .slide-content .entry-content-header{
	padding-top: 48px !important;
}

.whitepapers-listing .slide-entry-wrap .slide-image{
	display: none !important;
}

.whitepapers-listing-3col .slide-entry-wrap{
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 0.5rem !important;
}

.whitepapers-listing-3col .slide-entry-wrap .slide-entry {
	width: 100% !important;
	background: #ffffff;
}

.whitepapers-listing-3col .slide-loop-2,
.whitepapers-listing-3col .slide-loop-3 {
	margin-left: 0px !important;
}


.whitepapers-listing .slide-entry-wrap .slide-content .entry-title {
	color: #132F53;
	font-size: 24px !important;
	margin-top: 0px !important;
}

.whitepapers-listing .slide-entry-wrap .slide-entry:hover,
.whitepapers-listing .slide-entry-wrap .slide-entry:hover .entry-title,
.whitepapers-listing .slide-entry-wrap .slide-entry:hover .slide-entry-excerpt  {
	background: #132F53;
	color: #ffffff;
	cursor: pointer !important;
}

.whitepapers-listing .slide-entry-wrap .slide-entry-excerpt a,
.whitepapers-listing .slide-entry-wrap .slide-entry-excerpt br {
display: none !important;

}




/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Insights - Press Release
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.pressrelease-listing-3col {
	margin-top: 0px !important;
}


.pressrelease-listing-3col .slide-entry-wrap{
	display: grid !important;
	grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
	gap: 0.5rem !important;
}

.pressrelease-listing-3col .slide-entry-wrap .slide-entry {
	width: 100% !important;
	background: #ffffff;
}

.pressrelease-listing-3col .slide-loop-2,
.pressrelease-listing-3col .slide-loop-3{
	margin-left: 0px !important;
}


.pressrelease-listing-3col a img {
	width: 100%;
	border-radius: 0px !important;
}

.pressrelease-listing--image .slide-content {
	padding: 20px;
	background: #ffffff;
	position: relative;
}

.pressrelease-listing--image .slide-entry:hover .slide-content,
.pressrelease-listing--image .slide-entry:hover .slide-entry-excerpt,
.pressrelease-listing--image .slide-entry:hover {
	background: #132F53;
	color: #132F53;
	cursor: pointer !important;
}

.pressrelease-listing--image .slide-content::before{
	content: url(/wp-content/uploads/2024/02/pointy_white_left.svg);
	position: absolute !important;
	display: block !important;
	left: 20px !important;
	top: -30px !important;
	visibility: visible;
	width: 28px;
	height: 32px;
}

.pressrelease-listing--image .slide-entry:hover .slide-content::before{
	content: url(/wp-content/uploads/2024/02/pointy_darkblue_left.svg);
	position: absolute !important;
}

.pressrelease-listing--image .slide-content .slide-entry-excerpt{
	position: absolute !important;
	display: flex !important;
	left: 20px !important;
	top: 16px !important;
	color: #ffffff;
}

.pressrelease-listing--image .slide-content .slide-entry-excerpt a{
	display: block !important;
	visibility: visible;
	font-size: 14px !important;
	color: #B4C1D1;
	padding: 2px 8px;
	border: 1px solid #B4C1D1;
	text-transform: uppercase;
}

.pressrelease-listing--image .slide-content .slide-entry-excerpt a:hover {
	display: block !important;
	visibility: visible;
	font-size: 14px !important;
	color: #E5B722;
	padding: 2px 8px;
	border: 1px solid #E5B722;
	text-transform: uppercase;
}


.pressrelease-listing--image .slide-content .slide-entry-title{
	font-size: 24px;
	color: #132F53;
	padding-top: 40px;
}

.pressrelease-listing--image .slide-entry:hover .slide-content .slide-entry-title{
	color: #ffffff !important;
}

.pressrelease-listing--image .slide-content .slide-meta{
	display: none !important;
}

.pressrelease-listing--image .slide-content .entry-content-header::after{
	content: "\f106";
	font-family: FontAwesome;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 2px;
	border: 2px solid #193373;
	margin-top: 16px;
	border-radius: 100px;
	font-size: 20px;
	color: #193373 !important;
}

.pressrelease-listing--image .slide-entry:hover .slide-content .entry-content-header::after{
	transform: rotate(90deg);
	color:#E5B722 !important;
	border: 2px solid #E5B722 !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}





/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Insights - Events
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/* EVENT SEARCH
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.events-listing .template-page {
	padding-top: 24px !important;
}

.mec-wrap .mec-totalcal-box {
	display: grid !important;
	grid-template-columns: repeat(6, minmax(0, 1fr)) !important;
	border: none !important;
	background: var(--black-alternate) !important;
	padding: 36px;
	gap: 0.5rem;
	border-radius: var(--radius-base) !important;
}

.mec-search-form .mec-dropdown-wrap{
	grid-column: span 2 / span 2 !important;
	order: 2 !important;
	display: flex;
}
.mec-search-form .mec-dropdown-wrap .mec-dropdown-search{
	display: flex;
	width: 100%;
}

.mec-search-form .mec-text-input-search{
	grid-column: span 4 / span 4 !important;
	order: 1 !important;
	display: flex;
}

.mec-search-form .mec-text-input-search input {
	order: 1 !important;
	padding: 16px 24px !important;
	height: 60px !important;
	border-bottom: 2px solid #E5B722 !important;
	color: #64748B !important;
	font-weight: 400 !important;
	font-family: inherit !important;
	margin-bottom: 0px !important;
	background: #F8FAFC !important;
}

.mec-search-form .mec-text-input-search input:hover,
.mec-search-form .mec-text-input-search input:focus,
.mec-search-form .mec-dropdown-wrap .mec-dropdown-search select:hover,
.mec-search-form .mec-dropdown-wrap .mec-dropdown-search select:focus {
	border-bottom: 2px solid var(--yellow) !important;
	background: #ffffff !important;
}

.mec-search-form .mec-text-input-search input,
.mec-search-form .mec-dropdown-wrap .mec-dropdown-search select {
	font-family: var(--font-golos) !important;
	order: 1 !important;
	padding: 16px 24px !important;
	height: 60px !important;
	border-bottom: 2px solid var(--aqua) !important;
	color: var(--jet) !important;
	font-weight: 400 !important;
	margin-bottom: 0px !important;
}


.mec-search-form .mec-dropdown-wrap .mec-dropdown-search select {
	background-color: var(--white) !important;
	border-bottom: 2px solid var(--aqua) !important;
	transition: var(--transition) !important;
}

.mec-search-form .mec-dropdown-wrap .mec-dropdown-search select:hover {
	border-bottom: 2px solid var(--yellow) !important;
	transition: var(--transition) !important;
}

.mec-search-form .mec-text-input-search .mec-sl-magnifier{
	order: 2 !important;
	background: var(--aqua) !important;
	border: none !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	transition: var(--transition);
}

.mec-search-form .mec-text-input-search:hover .mec-sl-magnifier{
	order: 2 !important;
	transition: var(--transition);
	background: var(--yellow) !important;
	border: none !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.mec-search-form .mec-text-input-search .mec-sl-magnifier:before{
	font-size: 20px;
	color: #132F53;
}

.mec-wrap .mec-totalcal-box i{
	width: 60px !important;
	height: 60px !important;
}


.mec-search-form .mec-dropdown-wrap .mec-dropdown-search .mec-sl-folder{
	display:none !important;
}


/* EVENT Listing
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */ 
.mec-month-divider span:before{
	border-bottom: 4px solid #E5B722 !important;
}

.mec-event-article{
	border: none !important;
}

.mec-month-divider,
.mec-event-description,
.mec-event-list-standard .mec-time-details,
.mec-event-list-standard .mec-date-details,
.mec-event-list-standard .mec-venue-details,
.mec-wrap p {
	font-family: var(--font-golos) !important;
}
.mec-wrap h1,
.mec-wrap h2,
.mec-event-title{
	font-family: var(--font-golos) !important;
}


.mec-wrap h3,
.mec-wrap h4,
.mec-wrap h5,
.mec-wrap h6,
.mec-wrap dt,
.mec-event-title{
	font-family: "DM Sans", sans-serif;
}

.mec-event-list-standard .mec-start-date-label {
	font-size: 18px !important;
}

.mec-event-footer{
	background: #ffffff;
	border-bottom: 1px solid #E2E8F0 !important;
}

.mec-booking-button{
	background: #E5B722 !important;
	font-family: var(--font-golos) !important;
	color: #132F53 !important;
	border: none !important;
	border-radius: 0 !important;
}

.mec-booking-button:hover{
	border: none !important;
	background: #132F53 !important;
	color: #E5B722 !important;
}

.mec-color-hover:hover{
	color: #E5B722 !important;
}







/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	INDIVIDUAL EVENT PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.mec-wrap{
	padding-top: 3px !important;
}

.mec-events-event-image img{
	border-radius: 0px !important;
	margin-top: 24px;
}

.mec-wrap .mec-single-title{
	  font-family: var(--font-golos);
}

.mec-single-event .mec-event-meta dt{
	text-transform: none !important;
}

.mec-single-event .mec-start-date-label{
	font-size: 18px !important;
	font-family: var(--font-golos) !important;
	color: #132F53 !important;
}

.mec-single-event dd{
	font-family: var(--font-golos) !important;
	color: #64748B !important;

}

.mec-single-event h6{
	color: #64748B !important;
}

.mec-events-button{
	background: #E5B722 !important;
	font-family: var(--font-golos) !important;
	color: #132F53 !important;
	border: none !important;
	border-radius: 0 !important;
}

.mec-events-button:hover{
	border: none !important;
	background: #132F53 !important;
	color: #E5B722 !important;
}


.mec-event-info-desktop,
.mec-event-social,
.mec-event-export-module,
.mec-events-meta-group{
	border: none !important;
	border-bottom: 1px solid #E2E8F0 !important;
	border-radius: 0px !important;

}







/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	INSIGHTS - CASE STUDY
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
	.casestudy-listing-2col .slide-entry-wrap{ 
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	.casestudy-listing-2col .slide-entry-wrap article { 
		width: 100% !important;
		background: #ffffff;
		margin-left: 0px !important;
	}
	.casestudy-listing-2col .slide-entry-wrap article:hover {
		cursor: pointer !important; 
	}

	.casestudy-listing-2col .slide-entry-wrap .slide-entry {
		display: grid !important;
		grid-template-columns: repeat(8, minmax(0, 1fr)) !important;
		gap: 0rem !important;
	}

	.casestudy-listing-2col .slide-entry-wrap .flex_column:before{
		display: none !important;
	}

	.casestudy-listing-2col .slide-entry-wrap .slide-entry .slide-image{
		grid-column: span 2 / span 2 !important;
		width: 100%;
	}

	.casestudy-listing-2col .slide-entry-wrap .slide-entry .slide-content{
		grid-column: span 6 / span 6 !important;
		width: 100%;
	}

	.casestudy-listing-2col .slide-entry-wrap .slide-entry .entry-footer{
		display: none !important;
	}

	.casestudy-listing-2col .slide-entry-wrap article .slide-image { 
		display: flex;
		flex-direction: column;
		justify-content: center;
	}


	.casestudy-listing-2col .slide-entry-wrap article .slide-meta { 
		display: none !important;
	}

	.casestudy-listing-2col .slide-content{
		position: relative !important;
		padding: 24px;
	}

	.casestudy-listing-2col .slide-content .entry-content-header{
		margin-top: 35px !important;
		margin-bottom: 8px !important;
	}


	.casestudy-listing-2col .slide-content .slide-entry-excerpt a{
		position: absolute !important;
		display: flex !important;
		left: 20px !important;
		top: 16px !important;
		color: #ffffff;
	}

	.casestudy-listing-2col .slide-content .slide-entry-excerpt br{
		display: none !important;
	}

	.casestudy-listing-2col .slide-content .slide-entry-excerpt a{
		display: block !important;
		visibility: visible;
		font-size: 14px !important;
		color: #B4C1D1;
		padding: 2px 8px;
		border: 1px solid #B4C1D1;
		text-transform: uppercase;
	}

	.casestudy-listing-2col .slide-content .slide-entry-excerpt a:hover {
		display: block !important;
		visibility: visible;
		font-size: 14px !important;
		color: #E5B722;
		padding: 2px 8px;
		border: 1px solid #E5B722;
		text-transform: uppercase;
	}
	

	.casestudy-listing-2col .slide-content .slide-entry-excerpt::after{
		content: "\f106";
		font-family: FontAwesome;
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		width: 20px;
		height: 20px;
		padding: 2px;
		border: 2px solid #193373;
		margin-top: 16px;
		border-radius: 100px;
		font-size: 20px;
		color: #193373 !important;
	}
	
	.casestudy-listing-2col .slide-entry-wrap article:hover .slide-entry-excerpt::after{
		transform: rotate(90deg);
		color:#E5B722 !important;
		border: 2px solid #E5B722 !important;
		/* Firefox */
		-moz-transition: all .3s ease-in-out;
		/* WebKit */
		-webkit-transition: all .3s ease-in-out;
		/* Opera */
		-o-transition: all .3s ease-in-out;
		/* Standard */
		transition: all .3s ease-in-out;
	}

	.casestudy-listing-2col .slide-entry-wrap article:hover .slide-content{
		background: #132F53;
		/* Firefox */
		-moz-transition: all .3s ease-in-out;
		/* WebKit */
		-webkit-transition: all .3s ease-in-out;
		/* Opera */
		-o-transition: all .3s ease-in-out;
		/* Standard */
		transition: all .3s ease-in-out;
	}

	.casestudy-listing-2col .slide-entry-wrap article:hover .entry-title{
		color:#E5B722 !important;
	}

	.casestudy-listing-2col .slide-entry-wrap article:hover .entry-content{
		color:#ffffff !important;
	}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	INDIVIDAL CASE STUDY PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.contract-details::before{
	display: none !important;
}
.contract-details{
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 0.5rem !important;
	margin-bottom: 0.5rem!important;
}

.contract-details .half-col{
	grid-column: span 1 / span 1 !important;
	width: 100%;
	padding: 16px;
	background: #F1F5F9;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: var(--black) !important;
	font-family: var(--font-golos) !important;
	border-radius: var(--radius-xs) !important;
}

.contract-details .full-col{
	grid-column: span 2 / span 2 !important;
	width: 100%;
	padding: 16px;
	background: #F1F5F9;
	display: flex;
	flex-direction: row;
	align-items: center;
	color: var(--black) !important;
	font-family: var(--font-golos) !important;
	border-radius: var(--radius-xs) !important;
}

.contract-details .half-col img,
.contract-details .full-col img{
	margin-right: 10px !important;
}





/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	404 Page
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

#error_page .entry-content-wrapper{
    display: flex !important;
    flex-direction: column !important;
    justify-content: center !important;
    align-items: center !important;
}


#error_page .add_shadow{
	box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px !important;
}

#error_page .avia_search_element form div{
    border: none !important;
}

#error_page input[type=text] {
    font-size: 15px;
	font-weight: 400;
	font-family: inherit;
	color: #132F53 !important;
	opacity: 1 !important;
}

.main_color .av_searchsubmit_wrapper{
    background: #E5B722 !important;
}

.main_color .av_searchsubmit_wrapper input[type=submit] {
    color: #132F53 !important;
}

.main_color .av_searchsubmit_wrapper:hover{
    background: #132F53 !important;
	opacity: 1 !important;
}

.main_color .av_searchsubmit_wrapper:hover input[type=submit] {
    color: #ffffff !important;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	ZOLON AI
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */


/* LAnding Page
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

body.postid-5745 #proteus-image .container,
body.page-id-5490 #home-hero .container,
body.page-id-5490 #zolon-ai .container,
body.page-id-5490 #tap .container,
body.page-id-5490 #zai .container,
body.page-id-5490 #grants .container,
body.page-id-5490 #ai-expertise .container,
body.page-id-5490 #tech-stack .container,
body.page-id-5490 #zcore .container{
	max-width: 1850px !important;
	position: relative;
}

body.page-id-5490 #home-hero h1{
	text-transform: uppercase !important;
}

#home-hero #zolon-ai-icons{
	position: absolute !important;
	right: 0 !important;
	bottom: -150px !important;
}

#home-hero .iconlist_content_wrap{
	overflow: visible !important;
}

#home-hero #zolon-ai-icons ul{
	display: flex;
    flex-direction: column;
    gap: 8px;
}

#home-hero #zolon-ai-icons li{
	padding: 0px !important;
	display: flex;
	flex-direction: row-reverse;
	justify-content: end;
	gap: 8px !important;
	min-height: 50px !important;
}

#home-hero #zolon-ai-icons article .entry-footer,
#home-hero #zolon-ai-icons .iconlist-timeline{
	display: none !important;
}

#home-hero #zolon-ai-icons .iconlist_icon{
	background-color: transparent !important;
	margin-left: 8px !important;
	width: 30px !important;
	height: 30px !important;
}


#home-hero #zolon-ai-icons article a{
	padding: 8px 16px !important;
	border-radius: 4px;
	text-transform: uppercase !important;
	background-color: var(--aqua) !important;
	color: var(--black) !important;
	transition: var(--transition);
}

#home-hero #zolon-ai-icons article{
	transition: var(--transition);
	opacity: 0 !important;
	margin-right: -16px !important;
}

#home-hero #zolon-ai-icons .iconlist_icon svg{
	transition: var(--transition);
	fill: var(--white);
}

#home-hero #zolon-ai-icons li:hover article{
	transition: var(--transition);
	opacity: 1 !important;
	margin-right: 0px !important;
}

#home-hero #zolon-ai-icons li:hover .iconlist_icon svg{
	transition: var(--transition);
	fill: var(--aqua) !important;
	stroke: var(--aqua) !important;
}




/* BACKGROUND ICONS	
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

body.page-id-5490 #grants .flex_column_table,
body.page-id-5490 #zai,
body.page-id-5490 #zcore,
body.page-id-5490 #tap,
body.page-id-5490 #zolon-ai .flex_column_table{
	position: relative !important;
}

body.page-id-5490 #zolon-ai .flex_column_table::before{
	content: url(/wp-content/uploads/2025/12/BG-Icon-proteus.svg) !important;
	position: absolute;
	top: 0;
	margin: auto !important;
	opacity: 0.1 !important;
	left: 20% !important;
}

body.page-id-5490 #tap::before{
	content: url(/wp-content/uploads/2025/12/BG-Icon-tap.svg) !important;
	position: absolute;
	top: 2%;
	margin: auto !important;
	opacity: 0.1 !important;
	right: 0 !important;
}


body.page-id-5490 #zai::before{
	content: url(/wp-content/uploads/2025/12/BG-Icon-zai.svg) !important;
	position: absolute;
	top: 0;
	margin: auto !important;
	opacity: 0.1 !important;
	left: 0 !important;
}

body.page-id-5490 #grants .flex_column_table::before{
	content: url(/wp-content/uploads/2025/10/BG-Icon-grant-stream.svg) !important;
	position: absolute;
	top: 0;
	margin: auto !important;
	opacity: 0.1 !important;
	right: 20% !important;
}


body.page-id-5490 #zcore::before{
	content: url(/wp-content/uploads/2025/12/BG-Icon-core.svg) !important;
	position: absolute;
	top: 0;
	margin: auto !important;
	opacity: 0.1 !important;
	left: 0 !important;
}


#ai-expertise-card {
	overflow: hidden !important;
	height: 400px !important;
}

#ai-expertise-card img {
	transform: scale(1);
	transition: var(--transition);
	opacity: 1 !important;
}

#ai-expertise-card .avia_textblock{
	padding: 12px 24px 36px !important;
	z-index: 2 !important;
	position: absolute;
	left: 0;
	bottom: -100px;
	transition: var(--transition);
}

#ai-expertise-card .avia-image-container{
	position: relative;
	border-radius: var(--radius-lg) !important;
	overflow: hidden !important;
	z-index: 0 !important;
	transition: var(--transition);
}

#ai-expertise-card::after{
	background: linear-gradient(0deg, #000 31.53%, rgba(0, 0, 0, 0.00) 96.43%);
	opacity: 1 !important;
	visibility: visible !important;
	height: 80px !important;
	width: 100%;
	position: absolute !important;
	bottom: 0 !important;
	left: 0 !important;
	z-index: 10 !important;
	transition: var(--transition);
}

#ai-expertise-card:hover::after {
	bottom: -90px !important;
	transition: var(--transition);
}

#ai-expertise-card:hover .avia_textblock{
	bottom: 0px !important;
	transition: var(--transition);
}


#ai-expertise-card:hover .avia_textblock{
	bottom: 0px !important;
	transition: var(--transition);
}

#ai-expertise-card:hover img{
	transform: scale(1.5);
	transition: var(--transition-long);
	opacity: 0.2 !important;
}




#tech-stack .tech-stack-item{
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 16px !important;
	padding: 24px 36px;
	border-radius: var(--radius-base);
	border: 1px solid var(--jet);
	margin-bottom: 16px !important;
}

#tech-stack .tech-stack-item-img{
	display: flex;
	justify-content: center;
	align-items: start;
	grid-column: span 1;
	padding-top: 18px !important;
}

#tech-stack .tech-stack-item-content{
	grid-column: span 5;
}

#tech-stack .tech-stack-item-img img{
	width: 90px !important;
}









/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	PROTEUS 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.zai-counters .avia-single-number{
	color: var(--aqua) !important;
}








/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	PROTEUS 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */



@media only screen and (max-width: 767px) {
	html .postid-5754 #shiftnav-toggle-main,
	html .postid-5262 #shiftnav-toggle-main,
	html .postid-5745 #shiftnav-toggle-main,
	html .postid-5748 #shiftnav-toggle-main,
	html .postid-5385 #shiftnav-toggle-main,
	html .postid-5316 #shiftnav-toggle-main{
		display: none !important;
	}
}



/* PROTEUS PAGE SETTING
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
html .postid-5316 h1,
html .postid-5316 h2,
html .postid-5316 h3,
html .postid-5316 h4,
html .postid-5316 h5,
html .postid-5316 ul,
html .postid-5316 li,
html .postid-5316 p{
	color:	#ffffff !important;
}

html .postid-5385 strong,
html .postid-5316 strong {
	color:	#23D2EE !important;
	font-weight: 600 !important;
}


html .postid-5385 ul li::marker,
html .postid-5316 ul li::marker {
	color: #23D2EE !important;
}


html .postid-5385 h2,
html .postid-5316 h2 {
	font-size: 37px !important;
	font-weight: 600 !important;
	padding-bottom: 16px !important;
}

html .postid-5385 #footer,
html .postid-5316 #footer {
	background-color: #000 !important;
}


/* PROTEUS BUTTON
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
html .postid-5385 .avia-button .avia_iconbox_title,
html .postid-5316 .avia-button .avia_iconbox_title{
	color: #E5B722 !important ;
}

html .postid-5385 .avia-button.avia-size-small,
html .postid-5385 .avia-button.avia-size-medium,
html .postid-5385 .avia-button.avia-size-large,
html .postid-5316 .avia-button.avia-size-small,
html .postid-5316 .avia-button.avia-size-medium,
html .postid-5316 .avia-button.avia-size-large{
	background: transparent !important;
	border: 1px solid #E5B722 !important;
	border-radius: 8px;
}

html .postid-5385 .avia-button.avia-size-small:hover,
html .postid-5385 .avia-button.avia-size-medium:hover,
html .postid-5385 .avia-button.avia-size-large:hover,
html .postid-5316 .avia-button.avia-size-small:hover,
html .postid-5316 .avia-button.avia-size-medium:hover,
html .postid-5316 .avia-button.avia-size-large:hover {
	background: #E5B722 !important;
	border: 1px solid #E5B722 !important;
	opacity: 1 !important;
}

html .postid-5385 .avia-button:hover .avia_iconbox_title,
html .postid-5316 .avia-button:hover .avia_iconbox_title{
	color: #000000 !important ;
}



/* PROTEUS HEADER
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#proteus-header{
	border-bottom: 1px solid #212359 !important;
	padding-top: 16px !important;
}

#proteus-header .container{
	padding-top: 0px !important;
	max-width: 100vw !important;
}

#proteus-header .ai-header-wrapper{
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	align-items: center;
	gap: 16px !important;
}

#proteus-header .ai-logo-container{
	display: flex;
	flex-direction: row;
	justify-content: start;
	align-items: center;
	gap: 24px;
}



@media only screen and (max-width: 1230px) {
	#proteus-header .ai-header-wrapper{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
	gap: 16px !important;
}
}


#proteus-header .container .entry-content-wrapper{
	display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
}

#proteus-header ul.proteus-main-menu{
	display: flex;
	flex-direction: row;
	justify-content: end;
	align-items: center;
	gap: 16px;
	list-style: none !important;
	margin-left: 0px;
	padding-top: 16px !important;
}

#proteus-header ul.proteus-main-menu li.proteus-menu-item{
	padding-left: 0px;
	margin-left: 0px;
}

#proteus-header ul.proteus-main-menu li.proteus-menu-item a{
		/* Firefox */
	-moz-transition: all .2s ease-in-out;
	/* WebKit */
	-webkit-transition: all .2s ease-in-out;
	/* Opera */
	-o-transition: all .2s ease-in-out;
	/* Standard */
	transition: all .2s ease-in-out;
	color: white !important;
	font-size: 18px;
	font-weight: 600;
}

#proteus-header ul.proteus-main-menu li.proteus-menu-item a:hover{
		/* Firefox */
	-moz-transition: all .2s ease-in-out;
	/* WebKit */
	-webkit-transition: all .2s ease-in-out;
	/* Opera */
	-o-transition: all .2s ease-in-out;
	/* Standard */
	transition: all .2s ease-in-out;
	color: #E5B722 !important;
}

#proteus-header ul.proteus-main-menu li.proteus-menu-item.proteus-menu-item-button-bordered a{
		/* Firefox */
	-moz-transition: all .2s ease-in-out;
	/* WebKit */
	-webkit-transition: all .2s ease-in-out;
	/* Opera */
	-o-transition: all .2s ease-in-out;
	/* Standard */
	transition: all .2s ease-in-out;
	color: #E5B722 !important;
	font-size: 18px;
	font-weight: 600;
	border: 2px solid #E5B722;
	padding: 8px 16px !important;
	border-radius: 8px !important;
}

#proteus-header ul.proteus-main-menu li.proteus-menu-item.proteus-menu-item-button-bordered a:hover{
		/* Firefox */
	-moz-transition: all .2s ease-in-out;
	/* WebKit */
	-webkit-transition: all .2s ease-in-out;
	/* Opera */
	-o-transition: all .2s ease-in-out;
	/* Standard */
	transition: all .2s ease-in-out;
	background-color: #E5B722 !important;
	color: #000000 !important;
	font-size: 18px;
	font-weight: 600;
	border: 2px solid #E5B722;
	padding: 8px 16px !important;
	border-radius: 8px !important;
}





/* PROTEUS VIDEO
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#proteus-image .content,
#proteus-video .content{
	margin-top: -200px !important;
}

#proteus-video .flex_column{
	border-radius: 18px !important;
	border: 2px solid #64748B;
	overflow: hidden;
	padding: 16px !important;
	background-color: #0a0a0a;
}

#proteus-video .avia-video,
#proteus-video .av-click-to-play-overlay,
#proteus-video .avia-video .avia-iframe-wrap{
	border-radius: 18px !important;
	overflow: hidden;
	margin-bottom: 0px !important;
}


/* PROTEUS Proven & Ready Panels
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
html .postid-5316 .grid-two-col-item{
	border: 1px solid #484A70;
	background-color: transparent;
	padding: 30px 32px !important;
}

html .postid-5316 .bg-dark-blue{
	border: 1px solid #484A70 !important;
	background-color: #04051F !important;
	padding: 30px 32px !important;
}





/* PROTEUS TABLE
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
#proteus-table tr,
#proteus-table td,
#proteus-table th,
#proteus-table{
	background-color: transparent !important;
}

/* -----------------------------------------------------------
   Header Styling 
----------------------------------------------------------- */
#proteus-table .avia-heading-row th,
#proteus-table .avia-heading-row th {
    background-color: #000000;
    font-size: 18px;
    font-weight: 400; /* Keeping headers relatively light/clean */
    padding: 25px;
	border: none;
    border-bottom: 1px solid #65748B; /* The horizontal line below headers */
}

/* Header: Column 1 (Orchestration Agent) */
#proteus-table .avia-heading-row .avia-highlight-col {
    text-align: right; /* Aligns header to match the blue text below */
    border: none; /* The vertical divider */
    border-right: 1px solid #65748B; /* The vertical divider */
    width: 30%; /* Adjusts width to match image ratio */
    padding-right: 40px; /* Spacing from the vertical line */
	text-transform: inherit !important;
	color: #ffffff !important;
	font-size: 30px;
}

#proteus-table .avia-heading-row th:last-child,
#proteus-table td:last-child{
	border-left: 1px solid #65748B !important; /* The vertical divider */
}


/* Header: Column 2 (Orchestration Tasks) */
#proteus-table .avia-heading-row th:last-child {
    text-align: left;
    padding-left: 40px; /* Spacing from the vertical line */

}

#proteus-table .tap-column-title{
	font-size: 20px !important;
	color: var(--white) !important;
	font-weight: 600 !important;
}

#proteus-table td .tap-column-description{
	font-size: 18px !important;
	color: var(--white) !important;
}




/* -----------------------------------------------------------
   Body Row Styling 
----------------------------------------------------------- */

/* The borders between rows */
#proteus-table tr {
    border-bottom: 0.5px solid #65748B;
}

/* -----------------------------------------------------------
   Column 1: The "Agent" Names (Cyan Text)
----------------------------------------------------------- */
#proteus-table td.avia-highlight-col {
    color: #23D2EE !important; /* Bright Cyan color */
    font-weight: 700;
    font-size: 20px;
    text-align: right;
    vertical-align: middle; /* Centers text vertically against the description */
    padding: 30px 40px 30px 20px; /* Top/Bottom padding creates the height */
	border: none;
    border-right: 0.5px solid #65748B; /* The continuous vertical line */
}

/* -----------------------------------------------------------
   Column 2: The Descriptions
----------------------------------------------------------- */
#proteus-table td:not(.avia-highlight-col) {
    color: #ffffff; /* Light gray for better readability than pure white */
    font-size: 16px;
    line-height: 1.5; /* Improves readability of paragraph text */
    text-align: left;
    vertical-align: middle;
    padding: 30px 20px 30px 40px;
	border: none;
}

/* Optional: Hover effect to make it interactive */
#proteus-table tr:not(.avia-heading-row):hover {
    background-color: #0a0a0a;
}

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

/* -----------------------------------------------------------
   Header Styling 
----------------------------------------------------------- */
#proteus-table .avia-heading-row th {
    padding: 16px;
}

/* Header: Column 1 (Orchestration Agent) */
#proteus-table .avia-heading-row .avia-highlight-col {
    padding-right: 16px; /* Spacing from the vertical line */
	font-size: 24px;
	max-width: 300px !important;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
}

/* Header: Column 2 (Orchestration Tasks) */
#proteus-table .avia-heading-row th:last-child {
    text-align: left;
    padding-left: 16px; /* Spacing from the vertical line */
		text-transform: inherit !important;
	color: #ffffff !important;
	font-size: 24px;
}
	

#proteus-table td:not(.avia-highlight-col) {
	max-width: 300px;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;
}


/* -----------------------------------------------------------
   Column 1: The "Agent" Names (Cyan Text)
----------------------------------------------------------- */
#proteus-table td.avia-highlight-col {
    font-size: 18px;
    padding: 16px 24px 16px 16px; /* Top/Bottom padding creates the height */
		max-width: 300px !important;
	white-space: normal;
	word-wrap: break-word;
	overflow-wrap: break-word;

}

/* -----------------------------------------------------------
   Column 2: The Descriptions
----------------------------------------------------------- */
#proteus-table td:not(.avia-highlight-col) {
    padding: 16px 16px 16px 24px;
}


}




/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	PROTEUS MOBILE
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

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

	html .postid-5754 #shiftnav-toggle-main,
	html .postid-5262 #shiftnav-toggle-main,
	html .postid-5748 #shiftnav-toggle-main,
	html .postid-5745 #shiftnav-toggle-main,
	html .postid-5385 #shiftnav-toggle-main,
	html .postid-5316 #shiftnav-toggle-main{
		display: none !important;
		height: 0px !important;
	}

	html .postid-5754 #main,
	html .postid-5262 #main,
	html .postid-5745 #main,
	html .postid-5748 #main,
	html .postid-5385 #main,
	html .postid-5316 #main{
		margin-top: 0px !important;
	}

	html .postid-5754 #proteus-header,
	html .postid-5262 #proteus-header,
	html .postid-5745 #proteus-header,
	html .postid-5748 #proteus-header,
	html .postid-5385 #proteus-header,
	html .postid-5316 #proteus-header{
		padding-top: 24px !important;
	}

	html .postid-5754 #proteus-header img,
	html .postid-5262 #proteus-header img,
	html .postid-5745 #proteus-header img,
	html .postid-5748 #proteus-header img,
	html .postid-5385 #proteus-header img,
	html .postid-5316 #proteus-header img{
		max-width: 190px !important;
	}

	html .postid-5754 #proteus-header .container .entry-content-wrapper,
	html .postid-5262 #proteus-header .container .entry-content-wrapper,
	html .postid-5745 #proteus-header .container .entry-content-wrapper,
	html .postid-5748 #proteus-header .container .entry-content-wrapper,
	html .postid-5385 #proteus-header .container .entry-content-wrapper,
	html .postid-5316 #proteus-header .container .entry-content-wrapper{
		flex-direction: column !important;
	}

	html .postid-5754 #proteus-header .proteus-main-menu,
	html .postid-5262 #proteus-header .proteus-main-menu,
	html .postid-5745 #proteus-header .proteus-main-menu,
	html .postid-5748 #proteus-header .proteus-main-menu,
	html .postid-5385 #proteus-header .proteus-main-menu,
	html .postid-5316 #proteus-header .proteus-main-menu{
		    display: flex;
			flex-direction: row;
			justify-content: center !important;
			align-items: center !important;
			gap: 24px;
			list-style: none !important;
			margin-left: 0px;
			padding-top: 16px !important;
	}

	html .postid-5754 #proteus-header ul.proteus-main-menu li.proteus-menu-item a,
	html .postid-5262 #proteus-header ul.proteus-main-menu li.proteus-menu-item a,
	html .postid-5745 #proteus-header ul.proteus-main-menu li.proteus-menu-item a,
	html .postid-5748 #proteus-header ul.proteus-main-menu li.proteus-menu-item a,
	html .postid-5385 #proteus-header ul.proteus-main-menu li.proteus-menu-item a,
	html .postid-5316 #proteus-header ul.proteus-main-menu li.proteus-menu-item a{
			font-size: 15px;
	}

	.request-a-demo-form .content,
	#proteus-image .content,
	#proteus-video .content{
		margin-top: -10px !important;
	}
	


}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	TAP 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.tap-training-cards img{
	height: 80px !important;
	width: auto !important;
}

.tap-training-cards h2{
	font-size: 34px !important;
}

.tap-training-cards h3{
	font-size: 20px !important;
	text-transform: uppercase !important;
	color: var(--yellow) !important;
	margin-top: 0px !important;
}


#tap-value-card.tap-value-card-left .tap-value-header{
	display: flex;
    justify-content: start;
    align-items: center;
    gap: 16px;
}

#tap-value-card.tap-value-card-right .tap-value-header{
	display: flex;
    justify-content: end;
    align-items: center;
    gap: 16px;
}

#tap-value-card.tap-value-card-left #tap-value-card-content{
	padding: 24px 130px 24px 24px !important;
}

#tap-value-card.tap-value-card-right #tap-value-card-content{
	padding: 24px 24px 24px 130px !important;
}

#tap-img-overlay{
	position: absolute;
    z-index: 3;
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

#tap-img-overlay img{
    width: 286px !important;
}



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

#tap-value-card.tap-value-card-left #tap-value-card-content,
#tap-value-card.tap-value-card-right #tap-value-card-content{
	padding: 0px !important;
}



}





/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Gravity Forms
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

body .gform_wrapper .gform_body .gform_fields .gfield .name_first label,
body .gform_wrapper .gform_body .gform_fields .gfield .name_last label {
	color: #ffffff;
	font-size: 15px;
}

body .gform_wrapper .gform_body .gform_fields legend {
	color: #ffffff;
	font-size: 18px;
}

#top fieldset{
	margin-bottom: 0px;
}

#top label{
	font-size: 16px !important;
	color: #ffffff;
}

body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input,
body .gform_wrapper .gform_body .gform_fields .gfield select option,
body .gform_wrapper .gform_body .gform_fields .gfield .name_first input,
body .gform_wrapper .gform_body .gform_fields .gfield .name_last input,
body .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .gform_wrapper .gform_body .gform_fields .gfield select {
	font-size: 16px !important;
	color: #132F53 !important;
	font-weight: normal !important;
	font-family: inherit !important; 
	background: #E2E8F0 !important;
}


body .gform_wrapper .gform_body .gform_fields .gfield textarea{
	margin-bottom: 0px !important;
}


body .gform_wrapper .gform_footer input[type=submit] {
	background-color: #E5B722 !important;
	border-radius: 0 !important;
	color: #132F53 !important ;
}

body .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #ffffff !important;
	border-radius: 0 !important;
	color: #132F53 !important ;
}

body .gform_wrapper .gform_heading .gform_required_legend {
	visibility: hidden !important;
	display: none !important;
}


/* Hover
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input:hover,
body .gform_wrapper .gform_body .gform_fields .gfield select option:hover,
body .gform_wrapper .gform_body .gform_fields .gfield .name_first input:hover,
body .gform_wrapper .gform_body .gform_fields .gfield .name_last input:hover,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:hover,
body .gform_wrapper .gform_body .gform_fields .gfield select:hover {
	background: #F8FAFC !important;
	/* Firefox */
	-moz-transition: all .2s ease-in-out;
	/* WebKit */
	-webkit-transition: all .2s ease-in-out;
	/* Opera */
	-o-transition: all .2s ease-in-out;
	/* Standard */
	transition: all .2s ease-in-out;
}

/* Focus
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
body .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select option:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .name_first input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield .name_last input:focus,
body .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
body .gform_wrapper .gform_body .gform_fields .gfield select:focus {
	background: #ffffff !important;
	box-shadow: 
	rgba(0, 0, 0, 0.07) 0px 1px 2px,
	rgba(0, 0, 0, 0.07) 0px 2px 4px,
	rgba(0, 0, 0, 0.07) 0px 4px 8px,
	rgba(0, 0, 0, 0.07) 0px 8px 16px,
	rgba(0, 0, 0, 0.07) 0px 16px 32px,
	rgba(0, 0, 0, 0.07) 0px 32px 64px;
	/* Firefox */
	-moz-transition: all .2s ease-in-out;
	/* WebKit */
	-webkit-transition: all .2s ease-in-out;
	/* Opera */
	-o-transition: all .2s ease-in-out;
	/* Standard */
	transition: all .2s ease-in-out;
}



/* Validation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

body .gform_wrapper .gform_validation_errors {
	border: 1px solid #491840 !important;
	background: #491840 !important;
}

body .gform_wrapper .gform_validation_errors h2 {
	color: #ffffff !important;
}

body .gform_wrapper .gform_validation_errors .gform-icon {
	border: 2px solid #ffffff !important;
	color: #ffffff !important;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
	background: #491840 !important;
	padding: 8px 16px !important;
	color: #ffffff !important;
	margin-top: 0px;
}

body .gform_wrapper .gform_body .gform_fields .gfield_error .name_first input,
body .gform_wrapper .gform_body .gform_fields .gfield_error .name_last input,
body .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container_email input,
body .gform_wrapper .gform_body .gform_fields .gfield_error .textarea
 {
	border: 2px solid #491840 !important;
}









/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Gravity Forms -- DARK
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

body .dark-form .gform_wrapper .gform_body .gform_fields .gfield .name_first label,
body .dark-form .gform_wrapper .gform_body .gform_fields .gfield .name_last label {
	color: #132F53;
	font-size: 15px;
}

body .dark-form .gform_wrapper .gform_body .gform_fields legend {
	color: #132F53;
	font-size: 18px;
}


#top .dark-form  label{
	font-size: 16px !important;
	color: #132F53;
}

body .dark-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input,
body .dark-form  .gform_wrapper .gform_body .gform_fields .gfield select option,
body .dark-form  .gform_wrapper .gform_body .gform_fields .gfield .name_first input,
body .dark-form  .gform_wrapper .gform_body .gform_fields .gfield .name_last input,
body .dark-form  .gform_wrapper .gform_body .gform_fields .gfield textarea,
body .dark-form  .gform_wrapper .gform_body .gform_fields .gfield select {
	font-size: 16px !important;
	color: #132F53 !important;
	font-weight: normal !important;
	font-family: inherit !important; 
	background: #ffffff !important;
}


body .dark-form .gform_wrapper .gform_body .gform_fields .gfield textarea{
	margin-bottom: 0px !important;
}


body .dark-form .gform_wrapper .gform_footer input[type=submit] {
	background-color: #E5B722 !important;
	border-radius: 0 !important;
	color: #132F53 !important ;
}

body .dark-form  .gform_wrapper .gform_footer input[type=submit]:hover {
	background-color: #132F53 !important;
	border-radius: 0 !important;
	color: #ffffff !important ;
}

body .dark-form  .gform_wrapper .gform_heading .gform_required_legend {
	visibility: hidden !important;
	display: none !important;
}


/* Hover
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
body .dark-form  .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input:hover,
body .dark-form  .gform_wrapper .gform_body .gform_fields .gfield select option:hover,
body .dark-form  .gform_wrapper .gform_body .gform_fields .gfield .name_first input:hover,
body .dark-form .gform_wrapper .gform_body .gform_fields .gfield .name_last input:hover,
body .dark-form .gform_wrapper .gform_body .gform_fields .gfield textarea:hover,
body .dark-form  .gform_wrapper .gform_body .gform_fields .gfield select:hover {
	background: #ffffff !important;
	/* Firefox */
	-moz-transition: all .2s ease-in-out;
	/* WebKit */
	-webkit-transition: all .2s ease-in-out;
	/* Opera */
	-o-transition: all .2s ease-in-out;
	/* Standard */
	transition: all .2s ease-in-out;
}

/* Focus
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
body .dark-form .gform_wrapper .gform_body .gform_fields .gfield .ginput_container_email input:focus,
body .dark-form  .gform_wrapper .gform_body .gform_fields .gfield select option:focus,
body .dark-form .gform_wrapper .gform_body .gform_fields .gfield .name_first input:focus,
body .dark-form .gform_wrapper .gform_body .gform_fields .gfield .name_last input:focus,
body .dark-form  .gform_wrapper .gform_body .gform_fields .gfield textarea:focus,
body .dark-form .gform_wrapper .gform_body .gform_fields .gfield select:focus {
	background: #ffffff !important;
	box-shadow: 
	rgba(0, 0, 0, 0.07) 0px 1px 2px,
	rgba(0, 0, 0, 0.07) 0px 2px 4px,
	rgba(0, 0, 0, 0.07) 0px 4px 8px,
	rgba(0, 0, 0, 0.07) 0px 8px 16px,
	rgba(0, 0, 0, 0.07) 0px 16px 32px,
	rgba(0, 0, 0, 0.07) 0px 32px 64px;
	/* Firefox */
	-moz-transition: all .2s ease-in-out;
	/* WebKit */
	-webkit-transition: all .2s ease-in-out;
	/* Opera */
	-o-transition: all .2s ease-in-out;
	/* Standard */
	transition: all .2s ease-in-out;
}



/* Validation
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

body .dark-form  .gform_wrapper .gform_validation_errors {
	border: 1px solid #491840 !important;
	background: #491840 !important;
}

body .dark-form .gform_wrapper .gform_validation_errors h2 {
	color: #ffffff !important;
}

body .dark-form  .gform_wrapper .gform_validation_errors .gform-icon {
	border: 2px solid #ffffff !important;
	color: #ffffff !important;
}

body .dark-form  .gform_wrapper .gform_body .gform_fields .gfield_error .validation_message {
	background: #491840 !important;
	padding: 8px 16px !important;
	color: #ffffff !important;
	margin-top: 0px;
}

body .dark-form  .gform_wrapper .gform_body .gform_fields .gfield_error .name_first input,
body .dark-form  .gform_wrapper .gform_body .gform_fields .gfield_error .name_last input,
body .dark-form  .gform_wrapper .gform_body .gform_fields .gfield_error .ginput_container_email input,
body .dark-form  .gform_wrapper .gform_body .gform_fields .gfield_error .textarea
 {
	border: 2px solid #491840 !important;
}













/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	SECTORS Landing PAGE 
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

/* Sticky Images
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
	.responsive body.page-id-35 {
		overflow-x: visible !important;
		-webkit-overflow-scrolling: auto !important;
		-webkit-overflow-scrolling: touch !important;
		position:relative;
	}

	.page-id-35 #wrap_all {
		overflow: visible !important;
		-webkit-overflow-scrolling: auto !important;
		-webkit-overflow-scrolling: touch !important;
		position:relative;
	}

	.images-sticky{
		position: absolute;
		right: 0;
		width: 60vw !important;
	}

	.page-id-35 .container.images-sticky {
		display: flex !important;
		justify-content: space-around !important;
		align-items: flex-end !important;
	}

	.page-id-35 .container .sticky-img .avia-image-overlay-wrap {
		height: 700px !important;
		overflow: hidden !important;
		width: auto !important;
	}

	.page-id-35 .container .sticky-img .avia-image-overlay-wrap img {
		height: 700px !important;
		object-fit: cover !important;
	}
	
	.page-id-35 .images-sticky .avia-image-container {
		position: -webkit-sticky !important;
		position: sticky !important;
		align-self: flex-end !important;
		width: 100% !important;
		top: 100px !important;
		display: block;
	}


	.remove-container .container {
		max-width: 100vw !important;
		padding: 0 !important;
		position: absolute !important;
	}


/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	SECTOR PAGES
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

.flex-wrap{
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: wrap !important;
}

.flex-wrap .avia-button-wrap{
	margin-right: 8px;
}

.two-col .slide-entry-wrap{
	display: grid !important;
	grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	gap: 0.5rem !important;
	margin-bottom: 0.5rem!important;
}

.one-col .slide-entry-wrap{
	display: grid !important;
	grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	gap: 0.5rem !important;
	margin-bottom: 0.5rem!important;
}

.one-col .slide-entry-wrap .slide-entry,
.two-col .slide-entry-wrap .slide-entry{
	grid-column: span 1 / span 1 !important;
	width: 100%;
}


.simple-listing-panels .slide-entry{
	padding:30px !important;
	width: 100% !important;
	background: var(--black-alternate) !important;
	border-radius: var(--radius-sm) !important;
	border: 1px solid var(--jet);
	margin-left: 0px !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.hide-img .slide-entry .slide-image {
	display: none !important;
}

.simple-listing-panels .slide-entry h3 {
	color: var(--aqua) !important;
}

.simple-listing-panels .slide-entry .entry-content-header, 
.simple-listing-panels .slide-entry {
	color: var(--grey-light) !important;
	transition: var(--transition)
}


.simple-listing-panels .slide-entry:hover {
	box-shadow: 
		0 0px 3px rgba(0, 0, 0, 0.03), 
		0 0px 6px rgba(0, 0, 0, 0.03), 
		0 0px 12px rgba(0, 0, 0, 0.03), 
		0 0px 24px rgba(0, 0, 0, 0.03);
	background: var(--white) !important;
	color: var(--black) !important;
	cursor: pointer !important;
	transition: var(--transition);
}

.simple-listing-panels .slide-entry:hover .entry-content-header, 
.simple-listing-panels .slide-entry:hover h3 {
	color: var(--blue) !important;
}

.simple-listing-panels .slide-entry:hover .slide-entry-excerpt:after {
	transform: rotate(90deg);
	border: 2px solid var(--blue);
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
	color: var(--blue) !important;
}

.simple-listing-panels .slide-entry-excerpt{
	margin-top: -15px !important;
}

.simple-listing-panels .slide-entry-excerpt a,
.simple-listing-panels .slide-entry-wrap .slide-content .read-more-link{
	display: none !important;
}

.simple-listing-panels .slide-entry-excerpt:after {
	content: "\f106";
	font-family: FontAwesome;
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 2px;
	border: 2px solid var(--yellow);
	margin-top: 8px;
	border-radius: 100px;
	font-size: 20px;
	color: var(--yellow) !important;
}

.simple-listing-panels .entry-content-header {
	font-size: 1.25em;
	line-height: 1.3
}


.sector-performance .entry-content-wrapper{
	background: var(--black-alternate) !important;
	padding: 36px 36px 50px 36px !important;
	margin-top: -150px !important;
	margin-bottom: 100px !important;
	box-shadow: rgba(50, 50, 93, 0.10) 0px 13px 27px -5px, rgba(0, 0, 0, 0.2) 0px 8px 16px -8px !important;
	display: flex !important;
	border-radius: var(--radius-base) !important;
}

.sector-performance .entry-content-wrapper .img-col{
	order: 2 !important;
}

.sector-performance .entry-content-wrapper .text-col{
	order: 1 !important;
}






/* Sticky Panel
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.responsive body.page-id-97 {
	overflow-x: visible !important;
	-webkit-overflow-scrolling: auto !important;
	-webkit-overflow-scrolling: touch !important;
	position:relative;
}

.page-id-97 #wrap_all  {
	overflow: visible !important;
	-webkit-overflow-scrolling: auto !important;
	-webkit-overflow-scrolling: touch !important;
	position:relative;
}

.page-id-97 #sticky-panel {
	position: -webkit-sticky !important;
	position: sticky !important;
	align-self: flex-end !important;
	top: 100px !important;
	height: 90vh;
	display: flex;
	flex-direction: column;
	justify-content: center;
}

.accordion-panel{
	margin-top: 150px;
}




/* Text Panels
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
	.hidden {
		opacity: 0 !important;
	}

	#sector-text-panel{
		height: 653px !important;
		display: flex !important;
		flex-direction: row !important;
		justify-content: end !important;
		align-items: end !important;
	}

	#sector-text-panel-2{
		height: 708px !important;
		display: flex !important;
		flex-direction: row !important;
		justify-content: end !important;
		align-items: end !important;
	}

	#sector-text-panel-3{
		height: 710px !important;
		display: flex !important;
		flex-direction: row !important;
		justify-content: end !important;
		align-items: end !important;
	}

	#sector-text-panel-4{
		height: 714px !important;
		display: flex !important;
		flex-direction: row !important;
		justify-content: end !important;
		align-items: end !important;
	}








	

/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Zolon Operating Ecosystem -- ZOE
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */


.zoe-cta-blue-card .button-icon-next::after,
.zoe-cta-blue-card .button-icon-prev::after,
.zoe-panel-blue .button-icon::after,
.zoe-panel-purple .button-icon::after,
.zoe-use-case-listing--panel .button-icon::after,
.zoe-panel-no-bg .button-icon::after {
	content: "\f106" !important;
	font-family: FontAwesome !important;
	text-align: center !important;
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 20px;
	height: 20px;
	padding: 2px;
	margin-top: 8px;
	border-radius: 100px;
	font-size: 20px;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}


.zoe-cta-blue-card:hover .button-icon-next::after,
.zoe-panel-blue:hover .button-icon::after,
.zoe-panel-purple:hover .button-icon::after,
.zoe-use-case-listing--panel:hover .button-icon::after,
.zoe-panel-no-bg:hover .button-icon::after {
	transform: rotate(90deg);
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}


.zoe-cta-blue-card:hover .button-icon-prev::after{
	transform: rotate(-90deg);
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.zoe-use-case-listing--panel:hover .button-icon::after,
.zoe-cta-blue-card .button-icon-next::after,
.zoe-cta-blue-card .button-icon-prev::after,
.zoe-panel-blue .button-icon::after,
.zoe-panel-purple .button-icon::after {
	border: 2px solid #E5B722 !important;
	color: #E5B722 !important;
}



.zoe-panel-purple:hover .button-icon::after {
	color:#ffffff !important;
	border: 2px solid #ffffff !important;
}

.zoe-panel-blue:hover .button-icon::after,
.zoe-use-case-listing--panel .button-icon::after,
.zoe-cta-blue-card:hover .button-icon-next::after,
.zoe-cta-blue-card:hover .button-icon-prev::after {
	color:#132F53 !important;
	border: 2px solid #132F53 !important;
}

.zoe-panel-no-bg {
	padding: 32px 16px 0px 16px !important;
		/* Firefox */
		-moz-transition: all .3s ease-in-out;
		/* WebKit */
		-webkit-transition: all .3s ease-in-out;
		/* Opera */
		-o-transition: all .3s ease-in-out;
		/* Standard */
		transition: all .3s ease-in-out;
	margin-left: 8px !important;
}

.zoe-panel-no-bg:hover {
	background-color: #ffffff !important;
	padding: 16px 16px !important;
	box-shadow: 
		0 0px 3px rgba(0, 0, 0, 0.03), 
		0 0px 6px rgba(0, 0, 0, 0.03), 
		0 0px 12px rgba(0, 0, 0, 0.03), 
		0 0px 24px rgba(0, 0, 0, 0.03);
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.zoe-panel-no-bg h3 {
	margin-top: 4px !important;
}

.zoe-panel-no-bg h4 {
	font-size: 16px !important;
	color: #491840 !important;
}

.zoe-panel-no-bg .button-icon::after {
	border: 2px solid #193373;
	color: #193373 !important;
}

.zoe-panel-no-bg:hover .button-icon::after {
	color:#E5B722 !important;
	border: 2px solid #E5B722 !important;
}


.zoe-panel-purple{
	padding: 36px !important;
	vertical-align: middle !important;
		/* Firefox */
		-moz-transition: all .3s ease-in-out;
		/* WebKit */
		-webkit-transition: all .3s ease-in-out;
		/* Opera */
		-o-transition: all .3s ease-in-out;
		/* Standard */
		transition: all .3s ease-in-out;
}

.zoe-panel-purple:hover {
	background-color: #023373 !important;
		/* Firefox */
		-moz-transition: all .3s ease-in-out;
		/* WebKit */
		-webkit-transition: all .3s ease-in-out;
		/* Opera */
		-o-transition: all .3s ease-in-out;
		/* Standard */
		transition: all .3s ease-in-out;
}


.zoe-cta-blue-card h2,
.zoe-cta-blue-card h3,
.zoe-cta-blue-card h4,
.zoe-cta-blue-card p,
.zoe-panel-purple h2,
.zoe-panel-purple h3,
.zoe-panel-blue h3,
.zoe-panel-purple p{
	color: #ffffff !important;
		/* Firefox */
		-moz-transition: all .3s ease-in-out;
		/* WebKit */
		-webkit-transition: all .3s ease-in-out;
		/* Opera */
		-o-transition: all .3s ease-in-out;
		/* Standard */
		transition: all .3s ease-in-out;
}

.zoe-panel-blue{
	margin-bottom: 2px !important;
	padding: 16px 36px 36px 36px !important;
	background-color: #023373 !important;
		/* Firefox */
		-moz-transition: all .3s ease-in-out;
		/* WebKit */
		-webkit-transition: all .3s ease-in-out;
		/* Opera */
		-o-transition: all .3s ease-in-out;
		/* Standard */
		transition: all .3s ease-in-out;
}


#zoe-cta-blue{
	padding: 16px 36px 36px 36px !important;
	background-color: #023373 !important;
		/* Firefox */
		-moz-transition: all .3s ease-in-out;
		/* WebKit */
		-webkit-transition: all .3s ease-in-out;
		/* Opera */
		-o-transition: all .3s ease-in-out;
		/* Standard */
		transition: all .3s ease-in-out;
}

#zoe-cta-blue .zoe-cta-blue-card .text-yellow {
	color: #E5B722 !important;
		/* Firefox */
		-moz-transition: all .3s ease-in-out;
		/* WebKit */
		-webkit-transition: all .3s ease-in-out;
		/* Opera */
		-o-transition: all .3s ease-in-out;
		/* Standard */
		transition: all .3s ease-in-out;
}

#zoe-cta-blue .zoe-cta-blue-card .button-icon-next {
	display: flex;
	flex-direction: row;
	justify-content: end !important;
}

.zoe-panel-blue:hover,
#zoe-cta-blue:hover {
	background-color: #ffffff !important;
	box-shadow: 
		0 0px 3px rgba(0, 0, 0, 0.03), 
		0 0px 6px rgba(0, 0, 0, 0.03), 
		0 0px 12px rgba(0, 0, 0, 0.03), 
		0 0px 24px rgba(0, 0, 0, 0.03);
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}

.zoe-panel-blue:hover h3,
.zoe-panel-blue:hover p,
#zoe-cta-blue:hover h3,
#zoe-cta-blue:hover p,
#zoe-cta-blue:hover h4 {
	color: #132F53 !important;
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}


h3.large-number{
	font-size: 40px !important;
}




.zoe-use-case-listing--panel{
	display: flex;
	flex-direction: row !important;
	align-items: start;
	gap: 24px;
	padding: 60px 36px 20px 36px !important;
		/* Firefox */
		-moz-transition: all .3s ease-in-out;
		/* WebKit */
		-webkit-transition: all .3s ease-in-out;
		/* Opera */
		-o-transition: all .3s ease-in-out;
		/* Standard */
		transition: all .3s ease-in-out;
}


.zoe-use-case-listing--panel:hover {
	background-color: #ffffff !important;
	padding: 40px 36px !important;
	box-shadow: 
		0 0px 3px rgba(0, 0, 0, 0.03), 
		0 0px 6px rgba(0, 0, 0, 0.03), 
		0 0px 12px rgba(0, 0, 0, 0.03), 
		0 0px 24px rgba(0, 0, 0, 0.03);
	/* Firefox */
	-moz-transition: all .3s ease-in-out;
	/* WebKit */
	-webkit-transition: all .3s ease-in-out;
	/* Opera */
	-o-transition: all .3s ease-in-out;
	/* Standard */
	transition: all .3s ease-in-out;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	ZOE - USE CASES
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.zoe-use-case-listing--panel h3{
	margin-top: 0px !important;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	ZOE - USE CASE PAGE
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
.zoe-use-case-white-bg-two-col{
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}

.zoe-use-case-white-bg-two-col h3 {
	width: 30%;
	font-size: 18px !important;
	text-transform: uppercase !important;
}

.zoe-use-case-white-bg-two-col p {
	width: 70%;
}



/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	ZOE - USE CASE TABLE
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
/* Normal Column */
#zoe-use-case-table td {
	padding: 16px 8px !important;
	border-bottom: 1px solid #E2E8F0 !important;
	background-color: #ffffff !important;
	color: #132F53 !important;
	text-align: center !important;
	font-size: 16px !important;
}

#zoe-use-case-table .avia-heading-row th {
	font-size: 18px !important;
	text-transform: uppercase !important;
	color: #491840 !important;
	padding: 16px 8px !important;
	text-align: center !important;
	background-color: #ffffff;
}



/* Description Column */
#zoe-use-case-table .avia-desc-col {
	background-color: #F8FAFC !important;
	color: #491840 !important;
}



/* Highlight Column */
#zoe-use-case-table td.avia-highlight-col{
	background-color: #132F53 !important;
	padding: 16px 8px !important;
	color: #ffffff !important;
	text-align: center !important;
	border-bottom: 1px solid rgba(226, 232, 240, 0.5) !important;
	font-size: 17px;
}


#zoe-use-case-table .avia-heading-row th.avia-highlight-col{
	font-size: 20px !important;
	text-transform: uppercase !important;
	border: none !important;
	background-color: #132F53 !important;
	color: #E5B722 !important;
	border-bottom: 1px solid #E2E8F0 !important;
}



/* Quote */
.zoe-quote h2{
	font-weight: 400 !important;
	line-height: 1.4 !important;
	color: #491840 !important;
	font-size: 34px !important;
}


/* Snapshot Column */
.zoe-snapshot-panel.br-grey{
	border-left: 1px solid #E2E8F0;
	padding-left: 24px !important;
}





/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
	Media Queries
–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

@media only screen and (max-width: 1460px) {
	#home-hero .slideshow_inner_caption{
		width: 70% !important;
		position: relative !important;
	}
}


@media only screen and (min-width: 1100px) and (max-width: 1230px) {

	#home-hero .avia-caption-title {
		font-size: 5em !important;
	}
	
	#home-hero .avia-caption-content {
		font-size: 1.2em !important;
	}

	#home-hero .slideshow_inner_caption{
		width: 70% !important;
		position: relative !important;
	}

	#sector-text-panel{
		height: 550px !important;
		display: flex !important;
		flex-direction: row !important;
		justify-content: end !important;
		align-items: end !important;
	}

	#sector-text-panel-2{
		height: 612px !important;
		display: flex !important;
		flex-direction: row !important;
		justify-content: end !important;
		align-items: end !important;
	}

	#sector-text-panel-3{
		height: 608px !important;
		display: flex !important;
		flex-direction: row !important;
		justify-content: end !important;
		align-items: end !important;
	}

	.page-id-35 .container .sticky-img .avia-image-overlay-wrap {
		height: 600px !important;
		overflow: hidden !important;
		width: auto !important;
	}

	.page-id-35 .container .sticky-img .avia-image-overlay-wrap img {
		height: 600px !important;
		object-fit: cover !important;
	}

	
}

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

	#home-discover .home-discover-col-1 .av-special-heading {
		width: 60%;
	}

	#sticky_submenu--colored .av-menu-button-colored{
		position: relative !important;
		top: 0px;
		right: 0px !important;
	}


	.avia-search-tooltip{
		display: flex !important;
		flex-direction: column !important;
		justify-content: start !important;
		align-items: start !important;
	 }
	
	 .avia-search-tooltip .inner_tooltip form::before {
		display: block;
		position: absolute;
		top: 0;
		left: 15px;
		font-size: 15px !important;
		width: 100%;
	 }

	.avia-search-tooltip .inner_tooltip{
		padding-top: 16px !important;
		width: 96% !important;
		padding-left: 0px !important;
	 }
	
	 #home-hero .avia-caption-title {
		font-size: 4em !important;
	}
	
	#home-hero .avia-caption-content p {
		font-size: 1.2em !important;
	}

	#home-solutions h2 {
		font-size: 40px !important;
	}

	.bne-panel-inner{
		width: 90% !important;
		max-width: 90% !important;
	}

	.sector-icon {
		flex-basis: 20%;
		max-width: 20%;
	}

	
	.modal-top,
	.modal-bottom {
		display: flex;
		flex-direction: column;
	}

	.top-text{
		padding-bottom: 24px;
	}

	.top-text,
	.bottom-text {
		width: 100%;
	}

}

@media only screen and (max-width: 1099px) {
	
	#home-discover .home-discover-col-1 .av-special-heading {
		width: 70%;
	}
	.who-we-support-tabs .support-grid{
		grid-template-columns: repeat(3, minmax(0, 3fr)) !important;
	}

	.home-cta-text-overlay-image .avia_textblock{
		position: relative;
		width: 100%;
	}
	
}

@media only screen and (max-width: 990px) {
	h1 {
		font-size: 3em;
	}
	
	h2 {
		font-size: 2.8em;
	}

	h3 {
		font-size: 24px;
	}

	.mx-36{
		margin: 0px !important;
	}

	#home-discover .home-discover-col-1 {
		width: 100%;
	}

	#home-discover .home-discover-col-1 .av-special-heading {
		width: 50%;
	}

	.animated_numbers .avia-animated-number-title {
		font-size: 120px !important;
	}

	#interior_hero_overlay_container .interior_hero_overlay,
	#interior_hero_overlay_container--intern .interior_hero_overlay{
		padding: 24px;
	}
	
	#cta_text_image .cta_text_container{
		padding:24px;
	}
	.p-36{
		padding:30px !important;
	}

	.pl-36{
		padding-left:30px !important;
	}

	.mx-36{
		margin: 0px 16px;
	}

	.ml--36{
		margin-left: 0px !important;
	}

	#interior_hero_overlay_container .interior_hero_overlay h1 {
		font-size: 50px;
	}

	#interior_hero_overlay_container{
		margin-top: -120px !important
	}

	#interior_hero_overlay_container--intern{
		margin-top: -120px !important
	}
	
	#sticky_submenu--colored ul{
		padding: 0px 24px;
	}

	.cta-parallax .cta-overlay-panel {
		width: 100% !important;
	}

	.cta-parallax{
		padding: 16px;
	}

	#discover-section .discover-section--col-1 {
		height: 400px !important;
	}

	#discover-section .discover-section--col-1 #video {
		position: absolute !important;
		min-width: 100%;
		width: 100%;
		min-height: 100%;
		height: 400px;
		top: 0;
		left: 0;
		object-fit: cover;
	}


	#discover-section .discover-section--col-1 .av-special-heading {
		width: 85% !important;
		padding: 16px !important;
	}
	

	#discover-section .discover-section--col-2 .top-panel {
		margin-bottom: 20px !important;
	}
	
	.blog-listing--image .slide-image {
		width: 100%;
		height: auto !important;
	}

	.blog-listing-2col .slide-entry-wrap{
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	.blog-listing-3col .slide-entry-wrap{
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}

	.inthenews-listing-3col .slide-entry-wrap,
	.whitepapers-listing-3col .slide-entry-wrap{
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
	}


	
	#home-hero .slideshow_caption{
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 40%;
		top: 0 !important;
	}
	
	#home-hero .slideshow_inner_caption{
		width: 80% !important;
		position: relative !important;
	}

	.home-section .av-section-video-bg{
		display: none !important;
	}

	.home-section .flex_column_table{
		height: auto !important;
	}

	.home-section .container,
	.home-section .content{
		padding: 0px !important;
	}

	.home-section .home-section-content{
		padding: 0px 50px !important;
	}


	.home-section .avia_video::after {
		content: '';
		position: absolute;
		height: 100%;
		width: 100%;
		display: block;
		left: 0;
		top: 0;
		background: linear-gradient(0deg, #000 0%, rgba(0, 0, 0, 0.00) 21.71%);
		z-index: 3;
	}

	.sptp_member::before {
		height: 40vh !important;
	}

	.sptp-list-style{
		display: grid !important;
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		gap: 0.5rem !important;
	}

	.sptp-info{
		padding-bottom: 20px;
	}

	.sptp-member-avatar-area {
		width: 100% !important;
	}

	.sptp-member-name h2 {
		padding-bottom: 8px;
	}

	.sptp-content{
		width: 100%;
	}
	.ekit-team-modal-content{
		padding-top: 10px !important;
	}

	.featured-listing-img-col-text-col .slide-entry-wrap{
		display: flex !important;
		flex-direction: column;
		justify-content: end;
	}
	
	
	.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1 {
		display: flex !important;
		flex-direction: column;
		justify-content: end;
	}

	.home-insights-list .slide-entry-wrap{
		grid-template-rows: repeat(3, minmax(0, 1fr)) !important;
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		grid-auto-flow: column !important;
		gap: 0.5rem !important;
	}


	.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-1 .entry-content-header{
		padding: 60px 16px 24px 16px !important;
	}

	.home-insights-list .slide-entry-wrap .slide-loop-2,
	.home-insights-list .slide-entry-wrap .slide-loop-3,
	.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-2,
	.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-3{
		grid-column: span 1 / span 1 !important;
		grid-row: span 1 / span 1 !important;
		width: 100% !important;
		background: #ffffff;
		padding: 60px 16px 24px 16px !important;
		margin: 0px;
	}

	.home-insights-list .slide-entry-wrap .slide-loop-1 .slide-entry-excerpt,
	.home-insights-list .slide-entry-wrap .slide-loop-2 .slide-entry-excerpt,
	.home-insights-list .slide-entry-wrap .slide-loop-3 .slide-entry-excerpt,
	.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-2 .slide-entry-excerpt,
	.featured-listing-img-col-text-col .slide-entry-wrap .slide-loop-3 .slide-entry-excerpt{
		left: 16px !important;
		top: 16px !important;
	}

	#home-solutions .slide-entry-wrap{
		display: grid !important;
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		gap: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}


	#solutions_section .slide-entry.av_one_half,
	#solutions_section .slide-entry.av_one_third {
		width: 100% !important;
	}
	

	#solutions_section .slide-entry-wrap .flex_column,
	#solutions_section .slide-entry-wrap{
		margin-bottom: 0px !important;
		margin-top: 0px !important;
	}
	
	#solutions_section .slide-entry-wrap .slide-content{
		margin: 0px !important;
		margin-bottom: 8px !important;
	}

	#top .av_textblock_section.av-lsaok2ce-2123d9026e25a7aef41a7e4da3f273f2 .avia_textblock {
		column-count: 1 !important ;
	}




	.mec-wrap .mec-totalcal-box {
		display: grid !important;
		grid-template-rows: repeat(2, minmax(0, 1fr)) !important;
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.mec-search-form .mec-dropdown-wrap{
		grid-row: span 1 / span 1 !important;
		grid-column: span 1 / span 1 !important;
		order: 2 !important;
		display: flex;
	}
	
	.mec-search-form .mec-text-input-search{
		grid-column: span 1 / span 1 !important;
		grid-row: span 1 / span 1 !important;
		order: 1 !important;
		display: flex;
	}

	.one-col .slide-entry-wrap,
	.two-col .slide-entry-wrap{
		display: grid !important;
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		gap: 0.5rem !important;
		margin-bottom: 0.5rem!important;
	}

	.bne-panel-inner{
		width: 100% !important;
		max-width: 100% !important;
	}
	
	.casestudy-listing-2col .slide-entry-wrap{ 
		display: grid !important;
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		gap: 0.5rem !important;
	}

	.sector-icon {
		flex-basis: 30%;
		max-width: 30%;
	}

	.past-performance-listing .slide-entry-wrap{
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.5rem !important;
	}


	.ubermenu .ubermenu-nav .ubermenu-column-1-4{
		width: 35% !important;
	}
	
	.ubermenu .ubermenu-nav .ubermenu-column-3-4{
		width: 65% !important;
	}


	#home-sectors .home-sectors-image {
		height: 360px !important;
	}
	
	.solutions-listing .slide-entry-wrap{
		display: grid !important;
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		gap: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}


	#discover-section .discover-section--col-2 .top-panel{
		padding: 16px !important;
	}

	#solutions_section  .slide-entry-wrap{
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
	
	.two-column-layout{
		grid-template-columns:repeat(1, minmax(0, 1fr)) !important;
	}

	.html_entry_id_3996 .sptp-list-style{
		display: grid !important;
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
		gap: 0.5rem !important;
	}


	.mec-container {
		max-width: 560px !important;
		width: 100% !important;
	}


	.interns-container-grid{
		display: grid;
		grid-template-columns: repeat(3, minmax(0, 1fr));	
	}


	.grid-two-col{
		display: grid !important;
		grid-template-columns: repeat(1, minmax(0, 1fr));
		gap: 4px !important;
	}
	
	.grid-two-col-item{
		grid-column: span 1 / span 1;
		padding: 14px !important;
	}

	.zoe-use-case-listing--panel{
		display: flex;
		flex-direction: column !important;
		gap: 8px;
	}



	/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
		ZOE - USE CASE PAGE
	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */
	.zoe-use-case-white-bg-two-col{
		display: flex;
		flex-direction: column;
		justify-content: start;
		align-items: start;
	}

	.zoe-use-case-white-bg-two-col h3 {
		width: 100%;
		font-size: 20px !important;
		text-transform: uppercase !important;
	}

	.zoe-use-case-white-bg-two-col p {
		width: 100%;
	}

	/* Snapshot Column */
	.zoe-snapshot-panel.br-grey{
		border-top: 1px solid #E2E8F0;
		border-left: none !important;
		padding-top: 16px !important;
		padding-left: 0px !important;
	}

	.zoe-panel-no-bg{
		margin-left: 0px !important;
	}

	.zoe-panel-no-bg .avia-image-container{
		background-color: #ffffff !important;
	}

	



	/* ––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––
		ZOLON AI
	–––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––––– */

	#ai-expertise-card {
		overflow: hidden !important;
		height: auto !important;
	}

	#ai-expertise-card .hr{
		display: none !important;
	}



	#ai-expertise-card .avia_textblock{
		padding: 12px 24px 36px !important;
		z-index: 2 !important;
		position: relative;
		margin-top: -200px !important;
		left: 0;
		bottom: 0;
		transition: var(--transition);
	}


	#ai-expertise-card::after{
		display: none;
	}

	#ai-expertise-card:hover::after {
		bottom: 0 !important;
		transition: var(--transition);
	}

	#ai-expertise-card:hover .avia_textblock{
		bottom: 0px !important;
		transition: var(--transition);
	}


	.page-id-5490 #sticky-panel-minheight {
		position: relative !important;
		top: 0px !important;
		padding-bottom: 0px !important;
	}




}




@media only screen and (min-width: 768px) and (max-width: 990px) {
	#discover-section .discover-section--col-2 .top-panel-img .avia-image-container-inner img {
		height: 224px !important;
		object-fit: cover !important;
		width: auto !important;
	}
}





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


	h1 {
		font-size: 3.5em;
	}
	
	h2 {
		font-size: 2.0em;
	}

	h3 {
		font-size: 20px;
	}



	

	.pointy_purple_left::before,
	.pointy_medblue_left::before,
	.pointy_blue_left::before,
	.pointy_darkblue_left::before,
	.pointy_darkblue_right::before,
	.pointy_white_right::before,
	.pointy_white_left::before {
		position: absolute !important;
		display: block !important;
		left: 20px !important;
		top: -30px !important;
	}

	.pointy_darkblue_right::before,
	.pointy_white_right::before{
		left: 20px !important;
		top: -30px !important;
		-moz-transform: scale(1, 1);
		-o-transform: scale(1, 1);
		-webkit-transform: scale(1, 1);
		transform: scale(1, 1);
	}


	.h-80vh{
		height: 100% !important;
	}
	.mt-100{
		margin-top: 0px;
	}

	#shiftnav-toggle-main{
		position: fixed !important;
	}

	.responsive #top #main {
		/* Margin top value should be equal to header height*/
		margin-top: 80px;
	  }
	  .responsive #top #wrap_all #header {
		position: fixed;
		top: 0;
	  }

	  #home-about p {
		padding: 0 0;	
	}
	

	#interior_hero_half_blur::after {
		width: 95%;
	}

	.p-36{
		padding:16px !important;
	}

	.pl-36{
		padding-left:16px !important;
	}

	#sticky_submenu--colored ul{
		padding: 0px;
	}
	
	.text-panel-overlay{
		margin-top: 0px !important;
		margin-left: 0px !important;
		width: 100% !important;
	}

	.inthenews-listing-3col .slide-entry-wrap,
	.whitepapers-listing-3col .slide-entry-wrap{
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}


	#sector-text-panel{
		height: auto !important;
	}

	.postid-5232 #sticky-panel-minheight,
	.postid-67 #sticky-panel-minheight,
	.postid-69 #sticky-panel-minheight,
	.postid-1208 #sticky-panel-minheight,
	.postid-4701 #sticky-panel-minheight,
	.page-id-16 #sticky-panel-minheight,
	.page-id-5490 #sticky-panel-minheight,
	.page-id-31 #sticky-panel-minheight,
	.page-id-97 #sticky-panel-minheight,
	.page-id-99 #sticky-panel-minheight,
	.page-id-1082 #sticky-panel-minheight,
	.page-id-101 #sticky-panel-minheight {
		position: relative !important;
		top: 0px !important;
		padding-bottom: 0px !important;
	}

	.page-id-31 #sticky-panel,
	.page-id-16 #sticky-panel,
	.page-id-97 #sticky-panel {
		position: -webkit-sticky !important;
		position: sticky !important;
		align-self: flex-end !important;
		top: 10px !important;
		height: 50vh;
		display: flex;
		flex-direction: column;
		justify-content: center;
	}

	
	.accordion-panel{
		margin-top: 100px;
		margin-bottom: -10px !important;
	}

	
	#home-hero .slideshow_caption{
		display: flex;
		flex-direction: column;
		justify-content: center;
		height: 40%;
		top: 0 !important;
	}
	
	#home-hero .slideshow_inner_caption{
		width: 100% !important;
		position: relative !important;
	}

	#home-hero .avia-caption-content p {
		font-size: 1.1em !important;
	}

	#discover-section {
		background: #163ab1;
		margin-top: 16px !important;
	  }

	  .simple-listing-panels .slide-entry{
		padding:16px !important;
		margin-bottom: 0px !important;
	}

	.sector-performance .entry-content-wrapper{
		display: flex !important;
		flex-direction: column !important;
		padding: 24px 24px 36px 24px !important;
		margin-bottom: 50px !important;
	}

	.sector-performance .entry-content-wrapper .img-col{
		order: 1 !important;
		margin-bottom: 24px;
	}
	
	.sector-performance .entry-content-wrapper .text-col{
		order: 2 !important;
	}
	
	.sector-icon {
		flex-basis: 49%;
		max-width: 49%;
	}

	#home-hero h1.home-title {
		magin-top: 75px !important;
	}


	#sticky_submenu--colored .av-subnav-menu{
		display: flex !important;
		flex-direction: row !important;
		overflow-x: scroll !important;
	}

	#sticky_submenu--colored .av-subnav-menu li{
		white-space: nowrap !important;
	}


	#footer_toolbar .footer_toolbar_links p,
	#footer_toolbar .footer_copyright p {
		text-align: center !important;
	}

	.contract-vehicles-current-project .slide-entry-wrap{
		display: grid !important;
		grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
		gap: 0.5rem !important;
		margin-bottom: 0.5rem !important;
	}

	#home-solutions .slide-entry-wrap{
		margin-bottom: 0.5rem !important;
	}

	.mec-wrap .mec-totalcal-box {
		padding: 16px;
	}

	.blue-background-hero{
		padding: 60px 0px 120px 0px !important;
	}

	.contract-details .half-col{
		grid-column: span 2 / span 2 !important;
	}


	.how-we-support-section .container{
		padding: 16px !important;
	}

	.who-we-support-tabs .support-grid{
		grid-template-columns: repeat(2, minmax(0, 2fr)) !important;
	}

	.who-we-support-tabs .fullsize-tab{
		background: #E5B722 !important;
		font-size: 18px !important;
		color: #132F53 !important ;
	}

	.who-we-support-tabs .fullsize-tab:hover{
		background: #132F53 !important;
		color: #ffffff !important ;
	}
	
	.who-we-support-tabs .active_tab{
		background: #E2E8F0 !important;
		font-size: 18px !important;
		color: #132F53 !important ;
	}

	#discover-section .discover-section--col-2--bottom .bottom-panel{
		margin-top: -8px !important;
		min-height: auto !important;
	}

	.who-we-support-tabs .active_tab_content{
		padding: 8px !important;
	}

	#home-hero .avia-caption-title {
		font-size: 3em !important;
	}

	#home-sectors .home-sectors-content{
		padding: 16px !important;
	}
	
	#home-sectors .home-sectors-content h2 {
		color: #fff;
		font-size: 3em;
		font-weight: 600;
		padding-left: 16px;
	}

	#home-solutions .slide-entry{
		padding: 16px !important;
	}

	#discover-section .discover-section--col-2--bottom .bottom-panel{
		padding: 16px !important;
	}

	#discover-section .discover-section--col-1{
		height: 100% !important;
	}

	#discover-section .discover-section--col-1 #video{
		position: relative !important;
		height: 100% !important;
	}
	#discover-section .discover-section--col-1 .av-special-heading{
		width: 100% !important;
		position: relative !important;
		margin-top: -9px !important;
	}

	.responsive #top .logo{
		padding-left: 4px !important;
	}

	#sector-text-panel,
	#sector-text-panel-2,
	#sector-text-panel-3{
		height: 100% !important;
	}

	#solutions_section .slide-entry{
		padding: 16px !important;
	}


	.mec-container {
		max-width: 560px !important;
		width: 100% !important;
	}

	.interns-container-grid{
		display: grid;
		grid-template-columns: repeat(2, minmax(0, 1fr));	
	}


	#solutions--slider .slideshow_caption{
		height: auto !important;
		min-height: 50%;
		backdrop-filter: blur(5px);
		width: 100% !important;
		padding: 24px 16px !important;
	}

	#solutions--slider .slideshow_caption h2{
		font-size: 36px !important;
	}





		#home-hero #zolon-ai-icons{
			position: relative !important;
			right: 0 !important;
			bottom: auto !important;
		}

		#home-hero .iconlist_content_wrap{
			overflow: visible !important;
		}

		#home-hero #zolon-ai-icons ul{
			display: flex;
			flex-direction: row;
			gap: 8px;
		}

		#home-hero #zolon-ai-icons article{
			display: none !important;
		}



}

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

	.who-we-support-tabs .support-grid{
		grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
	}
}