/*
Theme Name: Blueprint 2.1 
Theme URI: https://heliumstudio.com
Description: Blueprint 2.1 
Author: HeliumStudio
Author URI: https://heliumstudio.com
Version: 20251028
*/

@import url('https://fonts.googleapis.com/css2?family=Kumbh+Sans:wght@100;200;300;400;500;600;700;800;900&family=Roboto:ital,wght@0,100;0,300;0,400;0,500;0,700;0,900;1,100;1,300;1,400;1,500;1,700;1,900&display=swap');

@font-face {
  font-family: 'FontAwesome';
  src: url("fonts/fontawesome/fontawesome-webfont.eot?v=6.6.0");
  src: url("fonts/fontawesome/fontawesome-webfont.eot?#iefix&v=6.6.0") format("embedded-opentype"), 
       url("fonts/fontawesome/fontawesome-webfont.woff?v=6.6.0") format("woff"), 
       url("fonts/fontawesome/fontawesome-webfont.ttf?v=6.6.0") format("truetype"), 
       url("fonts/fontawesome/fontawesome-webfont.svg?v=6.6.0#fontawesomeregular") format("svg");
}

@font-face {
  font-family: 'FontAwesomeBrands';
  src: url("fonts/fontawesome/fa-brands-400.eot?v=6.6.0");
  src: url("fonts/fontawesome/fa-brands-400.eot?#iefix&v=6.6.0") format("embedded-opentype"), 
       url("fonts/fontawesome/fa-brands-400.woff2?v=6.6.0") format("woff2"),
       url("fonts/fontawesome/fa-brands-400.woff?v=6.6.0") format("woff"),
       url("fonts/fontawesome/fa-brands-400.ttf?v=6.6.0") format("truetype");
}

:root {
  --color-primary-black: #000000; 
  --color-primary-white: #ffffff; 
  --color-primary-red-alert: #D60F2D;
  
   /* Gray */
  --color-primary-gray-dark: #333333; 
  --color-primary-gray-medium-dark: #a4a4a4;
  --color-primary-gray-medium: #c3c3c3;
  --color-primary-gray-light: #FAFAFA;
  
   /* blue */
  --color-brand-blue-dark: #001E2E;
  --color-brand-blue-medium: #063048;
  --color-brand-blue-accent: #022639; 
  --color-brand-blue-light: #DDF0F9;
  
  /* Green */
  --color-brand-green-base: #A2C73A;
  
  --color-brand-red-alert: #B30822; 


}

/* ==========================================

    HTML5 Reset

========================================== */

html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:bottom}body{line-height:1}button{outline:0}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:'';content:none}q{display:inline;font-style:italic}q:before{content:'"';font-style:normal}q:after{content:'"';font-style:normal}textarea,input[type="text"],input[type="button"],input[type="submit"],input[type="reset"],input[type="search"],input[type="password"]{-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:0}table{border-collapse:collapse;border-spacing:0}th,td{padding:2px}big{font-size:120%}small,sup,sub{font-size:60%;line-height: initial;}sup{vertical-align:super}sub{vertical-align:sub}dd{margin-left:20px}kbd,tt{font-family:courier;font-size:1.2rem}ins{text-decoration:underline}del,strike,s{text-decoration:line-through}dt{font-weight:bold}address,cite,var{font-style:italic}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}*{-webkit-box-sizing:border-box;box-sizing:border-box;-webkit-tap-highlight-color:transparent}
.sticky{}.bypostauthor{}.wp-caption{}.wp-caption-text{}.gallery-caption{}.alignright{}.alignleft{}.aligncenter{}.screen-reader-text{clip:rect(1px, 1px, 1px, 1px);position:absolute !important}


body.logged-in header#site-header {
    margin-top: 32px;
}

@media screen and (max-width: 1024px) {
	body.logged-in  #site-alert {
		position: unset;
	}
	body.logged-in header#site-header {
		margin-top: 0 !important;
	}
}

#ghost-header {
    height: auto;
	background-color: var(--color-brand-blue-dark);
}


@media screen and (min-width: 1025px) {
    #ghost-header {
        height: 90px; 
    }

    #site-header.scrolled + #ghost-header {
        height: 60px; 
    }
}

@media screen and (max-width: 1024px) {
    #ghost-header {
        height: 60px; 
    }
}

/* ==========================================

    Layout

========================================== */


html { 
	font-size: 62.5%; 
	overflow-x: hidden; 
	scroll-behavior: smooth;
	overscroll-behavior: none; 
}

body {
	font-size: 1.6rem;
	line-height: 1.9rem;
	font-weight: 300;
	background-color: var(--color-primary-white);
	color: var(--color-primary-gray-dark);
	font-family: 'Roboto', sans-serif;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	overflow-x: hidden;
	min-height: 100vh;
}
::selection,
::-moz-selection {
    background: var(--color-primary-black);
    background-color: var(--color-primary-white);
}
.row {
	max-width: 1440px;
	width: 100%;
	margin: 0 auto;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	box-sizing: border-box;
}
.full {
	max-width: 100%;
	padding: 0;
}
*, *:before, *:after {
	box-sizing: border-box;
}

.inset {
	margin: 0 40px;
}
	@media screen and (max-width: 1024px) {
		.row.inset {
			margin-left: 20px;
			margin-right: 20px;
		}
	}

img {
	width: 100%;
	height: auto;
}
.middle {
	align-self: center;
}
.mobile {
	display: none;
	visibility: hidden;
}
	@media screen and (max-width: 880px) {
		.desktop {
			display: none;
			visibility: hidden;
		}
		.mobile {
			display: revert;
			visibility: revert;
		}

	}


/* Panel Options */

.top-none {
	padding-top: 0px;
}
	.top-small {
		padding-top: 20px;
	}
	.top-medium {
		padding-top: 50px;
	}
	.top-large {
		padding-top: 80px;
	}
	.top-xlarge {
		padding-top: 120px;
	}
.bottom-none {
	padding-bottom: 0px;
}
	.bottom-small {
		padding-bottom: 20px;
	}
	.bottom-medium {
		padding-bottom: 50px;
	}
	.bottom-large {
		padding-bottom: 80px;
	}
	.bottom-xlarge {
		padding-bottom: 120px;
	}
	@media screen and (max-width: 768px) {
		.top-xlarge {
			padding-top: 80px;
			}
		.bottom-xlarge {
			padding-bottom: 80px;
			}
		}

.bgcolor-white {
	background-color: var(--color-primary-white);
}
.bgcolor-gray,
.bgcolor-gray-dark {
	background-color: var(--color-primary-gray-dark);
}
.bgcolor-gray-light {
	background-color: var(--color-primary-gray-light);
}
.bgcolor-blue {
	background-color: var(--color-brand-blue);
}
.bgcolor-blue-dark {
	background-color: var(--color-brand-blue-dark);
}
.bgcolor-blue-medium {
	background-color: var(--color-brand-blue-medium);
}
.bgcolor-blue-accent {
	background-color: var(--color-brand-blue-accent);
}
.bgcolor-blue-light {
	background-color: var(--color-brand-blue-light);
}

.row.full.bgcolor-blue h2 {
	color: var(--color-primary-white);
}

.text-dark,
.text-dark h1,
.text-dark h2,
.text-dark h3,
.text-dark h4,
.text-dark h5 {
    color: var(--color-brand-blue-dark) !important;
}
.text-dark p,
.text-dark i,
.text-dark .gform_wrapper.gravity-theme .gfield_label  {
    color: var(--color-primary-gray-dark) !important;
}
.text-light,
.text-light h1,
.text-light h2,
.text-light h3,
.text-light h4,
.text-light h5,
.text-light p,
.text-light a,
.text-light i,
.text-light .gform_wrapper.gravity-theme .gfield_label {
    color: var(--color-primary-white) !important;
}

.text-light .card-container h3 {
	color: var(--color-brand-blue-dark) !important;
}
.text-light .card-container p {
	color: var(--color-primary-gray-dark) !important;
}


/* ==========================================

    Fonts

========================================== */

h1 {
    font-size: 4.3rem;
    line-height: 4.5rem;
	color: var(--color-brand-blue-dark);
	font-family: "Kumbh Sans", sans-serif;
	font-weight: 700;
	margin: 0 0 15px 0;
	word-break: keep-all;
}
h2 {
	font-size: 4.2rem;
    line-height: 4.4rem;
	color: var(--color-brand-blue-dark);
	font-family: "Kumbh Sans", sans-serif;
	font-weight: 600;
	margin: 0 0 10px 0;
	word-break: keep-all;
}
h3 {
	font-size: 2.2rem;
    line-height: 2.4rem;
	color: var(--color-brand-blue-dark);
	font-weight: 400;
	font-family: "Roboto", sans-serif;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 2rem;
	line-height: 2.2rem;
	color: var(--color-brand-blue-dark);
	font-family: "Roboto", sans-serif;
	font-weight: 600;
	margin: 0 0 10px 0;
}
h5 {
	font-size: 1.8rem;
	line-height: 2rem;
	color: var(--color-brand-blue-dark);
	font-family: "Roboto", sans-serif;
	margin: 0 0 10px 0;
}
p, ul {
	font-size: 1.7rem;
	line-height: 2rem;
	font-family: 'Roboto', sans-serif;
	font-weight: 300;
	margin-bottom: 15px;
}
p:last-child {
	margin-bottom: 0;	
}
a {
	color: var(--color-brand-blue-dark);
	text-decoration: none;
}
a:hover {
	color: var(--color-brand-blue-dark);
	text-decoration: underline;
}
em, i {
    font-weight: 300;
	font-style: italic;
}
strong, b {
	font-weight: 600;
}
	@media screen and (max-width: 1024px) {
		h1 {
			font-size: 3.5rem;
		    line-height: 3.6rem;
		}
		h2 {
			font-size: 2.8rem;
		    line-height: 3rem;
			font-weight: 400;
		}
		h3 {
			font-size: 2.4rem;
			line-height: 2.6rem;
		}
		h4 {
			font-size: 2rem;
			line-height: 2.2rem;
		}
		h5 {
			font-size: 1.8rem;
			line-height: 2rem;
		}
	}
	@media screen and (max-width: 768px) {
		h1 {
			font-size: 3rem;
			line-height: 3rem;
		}
		h2 {
			font-size: 2.4rem;
			line-height: 2.7rem;
		}
		h3 {
			font-size: 2.3rem;
			line-height: 2.5rem;
		}
		h4 {
			font-size: 2rem;
			line-height: 2.2rem;
		}
		h5 {
			font-size: 1.5rem;
			line-height: 2rem;
		}
	}
	
.row.header {
    margin-bottom: 20px;
	flex: 1;
}
.header-text.text-left {
    flex: 1;
    text-align: left;
}
/* ------------------------------------------

    Animate

------------------------------------------ */


@keyframes fade-in {
    from {
        background-color: rgba(4, 59, 92, 1);
        opacity: 0;
        transform: translateY(10vh);
    }
    to {
        background-color: rgba(4, 59, 92, 0);
        opacity: 1;     
        transform: translateY(0);
    }
}


@keyframes slideright {
	  0% {
	    transform: translateX(-100%);
	  }
	  100% {
	    transform: translateX(0);
	  }
}

.reveal {
  position: relative;
  transform: translateY(150px);
  opacity: 0;
  transition: 1s all ease;
}

.reveal.active {
  transform: translateY(0);
  opacity: 1;
}



/* ------------------------------------------

    Alert 

------------------------------------------ */

#site-alert {
	background-color: var(--color-primary-red-alert);
	padding: 10px 40px;
	text-align: center;
	color: var(--color-primary-black);
	font-size: 1.2rem;
	display: block;
	z-index: 10000;
}
#site-alert p {
	margin: 0;
	color: var(--color-primary-white);
	font-weight: 500;
}
#site-alert a {
	margin: 0;
	color: var(--color-primary-white);
	text-decoration: underline;
}

#site-alert > .row {
	justify-content: center;
}

/* ------------------------------------------

    Header

------------------------------------------ */

#site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	transition: all 0.5s;
}
#site-header .nav-bar {
	min-height: 90px;
	transition: all 0.5s;
	margin: 0 40px;
}
#site-header .nav-wrap {
	transition: linear 0.3s;
	align-self: center;
}
#logo-container {
	display: flex;
	flex: 1;
}
#site-logo {
	max-width: 220px;
	transition: linear 0.3s;
	position: relative;
}
@media screen and (max-width: 1024px) {
	#site-header {
	}
	#site-header .nav-bar {
		min-height: 60px;
		margin: 0;
	}
	#site-logo {
		max-width: 140px;
	}
	#site-header .nav-wrap {
		padding: 0 20px;
		height: 60px;
	}
}

/* Scrolled Styles */

#site-header.scrolled {
	background-color: var(--color-brand-blue-dark) !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.4);
	margin-top: 0 !important;
}
#site-header.scrolled .nav-bar {
	min-height: 60px !important;
}
#site-header.scrolled .search-trigger {
	color: var(--color-brand-blue-dark);
}
#site-header.scrolled img#site-logo {
	max-width: 140px !important;
}
#site-header.scrolled #nav-trigger [id^="hamburger-"] {
	background-color: var(--color-primary-white) !important;
}

/* ------------------------------------------

    Navigation

------------------------------------------ */

#main-nav {
	display: flex;
	transition: linear 0.3s;
	font-family: 'Roboto', sans-serif;
	flex: 1;
}
#main-nav ul {
	display: flex;
	white-space: nowrap;
	align-items: center;
	margin-bottom: 0;
}
#main-nav ul > li {
	position: relative;
	list-style: none;
}

#main-nav ul > li::after { /* fixes gap */
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 35px;
	pointer-events: auto;
}
#main-nav a {
	font-size: 1.5rem;
	font-weight: 500;
	color: var(--color-primary-white);
	display: inline-block;
	text-decoration: none;
	padding: 0 20px;
	position: relative;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.84);
}
#main-nav .menu-item-has-children {
	margin-right: 10px;
}
#main-nav .menu-item-has-children > a::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f078";
  font-size: 0.8rem;
  position: absolute;
  right: -3px;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  color: inherit;
}
#main-nav ul.sub-menu {
	position: absolute;
	display: none;
	min-width: 200px;
	text-align: left;
	white-space: nowrap;
	background-color: var(--color-brand-blue-dark);
	box-shadow: 0 2px 4px rgb(0 0 0 / 50%);
	z-index: 10;
	border-radius: 1px;
	padding: 8px 10px;
	pointer-events: auto;
	display: block; 
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
	top: 35px; 
}
#main-nav ul > li:hover > ul {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}
#main-nav ul.sub-menu li a {
	padding: 15px 5px;
	text-transform: capitalize;
	color: var(--color-primary-white);
	margin-bottom: 0;
}
#main-nav ul.sub-menu a::before {
	content: none;
}

#main-nav > ul > li:not(.nav-btn) > a:hover::before {
  content: "";
  height: 1px;
  width: 30px;
  background-color: var(--color-brand-green-base);
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.5s;
  opacity: 1;
}
/* Nav Button */
#main-nav .nav-btn a {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-brand-blue-dark);
  background-color: var(--color-brand-green-base);
  border-radius: 8px;
  display: inline-block;
  padding: 12px 30px 12px 17px;
  margin-left: 10px;
  border: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#main-nav .nav-btn a::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: var(--color-brand-green-base);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
}
#main-nav .nav-btn a::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f178"; 
  font-size: 0.8rem;
  position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-primary-white);
  transition: transform 0.3s ease;
  z-index: 2;
}
#main-nav .menu .nav-btn:nth-of-type(6) {
    margin-left: 10px;
}
#main-nav .nav-btn a span {
  position: relative;
  z-index: 2;
  display: inline-block;
}

#main-nav .nav-btn a:hover::before {
  transform: scaleX(1);
}

#main-nav .nav-btn a:hover::after {
  transform: translateY(-50%) translateX(4px);
}
#main-nav .nav-btn a:hover {
  text-decoration: none;
}

@media screen and (min-width: 1140px) {
	#main-nav a {
		padding: 0 15px;
	}
}

#operation-trigger {
	font-size: 1.4rem;
	font-weight: 500;
    color: #fff;
    margin: auto 20px;
	--dot-color: var(--color-brand-green-base);
	text-shadow: 0px 0px 6px rgba(0,0,0,0.84);
}
#operation-trigger::before {
  content: "\f111";
  font: normal 900 0.625rem/1 "Font Awesome 6 Pro"; /* solid weight */
  color: var(--dot-color);
  display: inline-block;
  margin-right: 0.5rem;
  animation: pulse-dot 2s ease-in-out infinite;
}

@keyframes pulse-dot {
  0% {
    transform: scale(.5);
    opacity: 1;
    box-shadow: none;
  }
  60% {
    transform: scale(.75);
  }
  100% {
    transform: scale(.5);
    opacity: 1;
    box-shadow: none;
  }
}
@media screen and (min-width: 7640px) {
	#operation-trigger {
	    display: none;
	}
}
/* ------------------------------------------
    Mobile Nav
------------------------------------------ */

#nav-trigger {
	display: block;
	position: relative;
	top: 16px;
	right: 0;
	width: 32px;
	height: 32px;
	z-index: 100;
	cursor: pointer;
	padding: 0;
	border-radius: 8px;
}
@media screen and (min-width: 1025px) {
	#nav-trigger {
		display: none;
	}
}
#mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 110svh;
  background-color: var(--color-brand-blue-dark);
  font-family: 'Roboto', sans-serif;
  z-index: 9999999;
  transform: translateY(-100%);
  visibility: hidden;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s linear 0.3s;
}
#mobile-nav.mnav-open {
  transform: translateY(0);
  visibility: visible;
  transition: transform 0.3s ease-in-out, opacity 0.3s ease-in-out, visibility 0s;
}

#mobile-nav nav {
	display: block;
	width: 100%;
}
#mobile-nav a {
	font-size: 1.6rem;
	line-height: 5.4rem;
	font-weight: 500;
	display: block;
	color: var(--color-primary-white);
	padding: 0 20px;
	text-decoration: none;
	transition: background-color 0.5s;
}
#mobile-nav ul {
	margin: 10px 0 40px 0;
}
#mobile-nav nav .sub-menu {
	display: none;
    border-left: 1px var(--color-primary-white) solid;
    margin: 0 0 0 20px;
}
#mobile-nav .sub-menu li a {
	font-weight: 400;
}
#nav-trigger [id^="hamburger-"] {
	height: 2px;
	background-color: var(--color-brand-blue-dark);
	display: block;
	position: absolute;
	border-radius: 3px;
	right: 0;
	transition: all 0.3s;
}
#hamburger-top { top: 8px; width: 20px; }
#hamburger-mid { top: 15px; width: 20px; }
#hamburger-btm { top: 22px; width: 12px; }

#mobile-nav-close {
	top: 16px;
	right: 0;
	width: 100%;
	height: 40px;
	background: none;
	border: none;
	color: var(--color-primary-white);
	cursor: pointer;
	z-index: 10000;
	transition: opacity 0.3s ease-in-out;
	text-align: right;
	padding: 20px;
}
#mobile-nav-close::before {
	content: "\f00d";
	font-family: "Font Awesome 6 Pro";
	font-size: 2.6rem;
	font-weight: 300;
	display: inline-block;
}
li.mnav-trigger > a::after {
	content: "\f067";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 300;
	font-size: 2rem;
	display: inline-block;
	margin-top: -2px;
	position: absolute;
	right: 22px;
	transition: transform 0.5s ease, opacity 0.3s ease;
	transform-origin: 50% 50%;
	opacity: 1;
	transform: rotate(0deg) scale(1);
}
li.mnav-trigger.open > a::after {
	content: "\f068";
	transform: rotate(360deg) scale(1);
	opacity: 1;
	transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
}

@media screen and (max-width: 1024px) {
	#main-nav {
		display: none;
	}
}



/* ------------------------------------------

    Search

------------------------------------------ */

.search-trigger {
	font-size: 2rem;
	color: var(--color-brand-blue-dark);
	cursor: pointer;
	padding-left: 20px;
	align-self: center;
}
.search-trigger:hover {
	color: var(--color-brand-blue-light);
}

#search-trigger-mobile {
	display: none;
}
@media screen and (max-width: 1024px) {
	#search-trigger-mobile {
		display: unset;
	}
}
.search-trigger-mobile {
	position: absolute;
	top: 23px;
	right: 60px;
	font-size: 2rem;
	color: var(--color-brand-blue-dark);
	cursor: pointer;
	display: block;
}

/* Search Overlay */
.search-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(9, 31, 44, 0.9);
	z-index: 1000;
}
.search-box.open {
	display: block;
}
.search-container {
	height: 100%;
}
.search-container .search-form {
	max-width: 900px;
	padding: 0 20px;
}
.search-form {
	display: flex;
	align-items: flex-start;
	padding: 20px 0;
	flex-grow: 1;
	align-self: center;
}
.search-form label {
	width: 100%;
	flex-grow: 1;
	position: relative;
}
input.search-field {
	width: 100%;
	height: 50px;
	padding: 10px 60px 10px 10px;
	border: 1px solid #eeeeee;
}
input[type="search"] {
	font-size: 1.6rem;
}
.fa-icon-button {
	position: absolute;
	right: 20px;
	top: 50%;
	transform: translateY(-50%);
	background: transparent;
	border: none;
	color: var(--color-brand-green-base);
	cursor: pointer;
	padding: 0;
	display: flex;
	justify-content: center;
	align-items: center;
}
.fa-icon-button i {
	font-size: 2rem;
	font-weight: 300;
}
.fa-icon-button:hover i {
	color: var(--color-brand-green-base);
}

/* Search Close */
#search-close {
	position: absolute;
	top: 32px;
	right: 40px;
	font-size: 2.5rem;
	color: var(--color-primary-white);
	font-weight: 300;
	cursor: pointer;
}
#search-close:hover {
    transform: rotate(360deg) scale(1);
    opacity: 1;
    transition: transform 0.5s ease-in-out, opacity 0.3s ease-in-out;
}
@media (max-width: 1025px) {
	#search-close {
	    top: 23px;
	    right: 60px;
	}
}

/* ==========================================
    Fancybox
========================================== */

.fancybox-overlay {
	background-color: rgba(0, 0, 0, 0.5);
}
a.fancybox-item.fancybox-close {
	position: absolute;
	top: -45px;
	right: -15px;
	width: 40px;
	height: 40px;
	background-image: url('images/icon_modal-close.svg');
	background-position: -40px 0px;
	cursor: pointer;
	z-index: 1103;
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(276deg) brightness(100%) contrast(104%);
}


/* ==========================================
    FLEX PANELS
========================================== */

.narrow {
    max-width: 1140px;
}
.narrower {
    max-width: 1024px;
}
/* ------------------------------------------
    BASIC CONTENT PANEL
------------------------------------------ */

.basic-content-panel.row.full {
	text-align: left;
    display: flex;
    align-items: center;
}
.basic-content-panel {
    width: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
}

.basic-content-panel li {
    list-style: disc;
    margin-left: 20px;
}
.basic-content {
	justify-content: flex-start;
}
.basic-content p {
	margin-bottom: 10px;
}
.basic-content ol, ul {
    list-style: unset;
}
/* ------------------------------------------
    GALLERY PANEL (splide)
------------------------------------------ */

.row.gallery-panel-wrap {
    margin: 40px 0;
}
.gallery-wrap,
.gallery-splide,
.gallery-splide .splide__track { 
	width: 100%; 
}

.gallery-panel-wrap .custom-arrows button {
	color: black;
}
.gallery-splide .splide__slide {
  position: relative;
  aspect-ratio: 16 / 9;
  overflow: hidden;
}

.carousel-tile {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-radius: 8px;
}
.gallery-splide .splide__track,
.gallery-splide .splide__list,
.gallery-splide .splide__slide { height: auto; }


/* ------------------------------------------
    HERO PANEL
------------------------------------------ */

.hero-panel.row.full {
	height: 600px;
	background-color: var(--color-brand-blue-dark);
	z-index: 0;
}
.full.row.hero-panel.hero-large {
	height: 700px;
	overflow: visible;
}
.full.row.hero-panel.hero-medium {
	height: 420px;
}
.full.row.hero-panel.hero-small {
	height: fit-content;
	min-height: 150px;
    align-items: flex-end;
    display: flex;
}

.row.hero-text {
    flex-direction: column;
	z-index: 2;
	margin-top: 160px;
	margin-bottom: 40px;
}
.hero-text h1 {
	display: flex;
	align-items: center;
	gap: 1rem;
	color: var(--color-primary-white);
	margin-bottom: 15px;
	opacity: 0;
	animation: fadeUpHold 0.6s ease-out forwards;
	animation-delay: 0.2s;
	position: relative;
	font-weight: 700;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.84);
}
body.home .row.hero-text {
	width: 80%;
    text-align: center;
}
body.home h1 {
	font-size: 5rem;
	line-height: 5rem;
}
.hero-text h2 {
	font-size: 3rem;
    line-height: 3.2rem;
	font-weight: 400;
	color: var(--color-primary-white);
	margin-bottom: 10px;
	z-index: 1;
	opacity: 0;
	transform: translateY(20px);
	animation: fadeSlideUp 0.6s ease-out forwards;
	animation-delay: 0.6s;
	text-shadow: 0px 0px 6px rgba(0,0,0,0.84);
}
.hero-text p {
	margin-bottom: 15px;
	max-width: 900px;
	color: var(--color-primary-white);
	text-shadow: 0px 0px 3px rgba(0,0,0,0.84);
}
.hero-text .btn {
	opacity: 0;
	transform: translateY(20px);
	animation: fadeSlideUp 0.6s ease-out forwards;
	animation-delay: 1.2s;
	margin: 30px 0;
}
#hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: -1;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    opacity: 1;
    object-fit: cover;
	z-index: 1;
	opacity: .8;
}
.hero-panel .controls {
	position: absolute;
	z-index: 3;
	bottom: 1em;
	right: 1em; 
	z-index: 2;
}
.hero-panel .controls .playpause {
	padding: 1rem;
	border: none;
	background: rgba(0, 0, 0, 0.1);
	color: white;
	font-size: .65rem;
	min-width: inherit;
	width: auto; 
	z-index: 3;
}

.hero-img {
	position: absolute;
	background-size: cover;
	min-width: 100%;
    min-height: 100%;
	opacity: 1;
	top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
	background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
	z-index: 1;
}
.hero-video-wrap {
  position: relative;
}
.hero-video-wrap video {
  width: 100%;
  height: auto;
  display: block;
}

.hero-icon-repeater {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
    gap: 5px;
	max-width: fit-content;
	margin: 0 auto;
}
article.hero-icon-item {
    display: flex;
    gap: 15px;
    justify-content: left;
    align-items: center;
	margin: 5px 20px;
}
article.hero-icon-item i {
	color: var(--color-brand-green-base);
}
.hero-icon-text {
	font-size: 1.7rem;
	line-height: 1.7rem;
	font-weight: 400;
	color: var(--color-primary-white);
}

/* Keyframes */
@keyframes fadeUpHold {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes fadeSlideUp {
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes slideInArrow {
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

@keyframes pushHeadline {
  to {
    transform: translateX(20px); /* pushed to make room */
  }
}


	@media screen and (max-width: 1024px) {
		.full.row.hero-panel.hero-large, 
		.full.row.hero-panel.hero-medium,
		.hero-panel.row.full {
			height: 400px;
			min-height: fit-content;
		}
		body.home .row.hero-text {
			width: 100%;
		}
		body.home h1 {
			font-size: 3.5rem;
		    line-height: 3.6rem;
		}
		body.home h2 {
			font-size: 2.8rem;
		    line-height: 3rem;
		}
		.hero-icon-repeater {
			grid-template-columns: 1fr 1fr;
		}

	}
	@media screen and (max-width: 768px) {
		.hero-panel.row.full {
			height: 350px;
			min-height: fit-content;
		}
		.hero-icon-repeater {
			grid-template-columns: 1fr;
		}
	}	
	

/* ------------------------------------------
    ICON REPEATER PANEL
------------------------------------------ */

.row.full.icon-panel {
	text-align: center;
}

.row.icon-wrap {
	text-align: center;
	gap: 40px;
	margin: 40px 0 60px 0;
	max-width: 85%;
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
}
article.icon-item {
    display: flex;
    flex-direction: column;
    gap: 5px;
	align-items: center;
}
.icon-block {
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    border-radius: 8px;
    margin-bottom: 15px;
    background-color: var(--color-brand-blue-accent);
    width: 90px;
    height: 90px;	
}
.icon-item i {
	font-size: 4.5rem;
    line-height: 4.5rem;
	color: var(--color-brand-green-base) !important;
}	
.icon-item h3 {
	margin: auto;
}	
.row.icon-outro-wrap {
    max-width: 85%;
    background-color: var(--color-brand-blue-accent);
    border-radius: 8px;
    padding: 40px;
    text-align: center;
}
	@media screen and (max-width: 1040px) {
		.row.icon-wrap,
		.row.icon-outro-wrap {
		    max-width: 100%;
		}
		.icon-block {
		    width: 70px;
		    height: 70px;	
		}
		.icon-item i {
			font-size: 3.2rem;
		    line-height: 3.2rem;
		}
		.icon-item h3 {
			font-size: 2.1rem;
			line-height: 2.2rem;
		}	
	}	
	@media screen and (max-width: 1040px) {
		.row.icon-wrap {
			grid-template-columns: 1fr;
		}

	}
/* ------------------------------------------
    TABLE PANEL
------------------------------------------ */

.table-panel .inset h2 {
	width: 100%;
	text-align: left;
	margin-bottom: 20px;
}
.table-container {
	width: 100%;
}
.table-panel .table-row {
	background-color: var(--color-primary-gray-light);
	padding: 40px 30px;
	margin-bottom: 20px;
}

.table-panel .columns {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 30px;
}
.col.label {
  font-weight: 600;
  color: var(--color-brand-blue-medium-dark);
}
.table-panel .col ul {
  margin: 0;
  list-style: none;
}
	@media screen and (max-width: 768px) {
		.table-panel .columns {
			grid-template-columns: 1fr;
			gap: 0;
		}
		.table-panel .table-row {
			padding: 20px;
			margin-bottom: 5px;
		}

	}


/* ------------------------------------------
    SPLIT CONTENT PANEL
------------------------------------------ */

.split-content-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-template-areas: "content image";
	gap: 40px;
}
.split-content-container.photo-left{
  grid-template-areas: "image content";
}
	.content {
	  grid-area: content;
	}
	.image {
	  grid-area: image;
	}
	
.split-content-img.image {
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
	width: 100%;
	height: 100%; 
	max-height: 680px;
}

.split-content-panel .inset h2 {
	text-align: left;
    width: 100%;
    margin-bottom: 20px;
}
.split-content p {
    font-weight: 300;
    margin-bottom: 20px;
}
.split-content ul {
    list-style-type: disc;
	margin-left: 20px;
}
.split-content li {
    text-align: left;
	margin-bottom: 8px;
}

/* modal tile trigger*/
.split-content-modal-tile-grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
	gap: 30px;
}
a.modal-trigger.fancybox-inline {
    text-decoration: none;
}
.split-grid-header {
	font-size: 2rem;
    line-height: 2.2rem;
    font-weight: 600;
    color: var(--color-brand-blue-dark);
    font-family: "Roboto", sans-serif;
    margin: 10px 0 15px 0;
}

.split-content-modal-tile {
	background-color: var(--color-primary-gray-light);
}
.split-content-modal-tile:hover {
	box-shadow: 0px 0px 6px rgba(0,0,0,0.16);	
}

.split-content-modal-tile a:hover {
  text-decoration: none;
}

.tile-image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  width: 100%;
  aspect-ratio: 16 / 9; 
}
.tile-info {
	padding: 20px;
	flex-grow: 1;
	position: relative;
}
.tile-info h3 {
    font-size: 1.9rem;
    line-height: 2.1rem;
    font-weight: 400;
	margin: 0;
	max-width: 85%;
	}

.tile-info p {
	color: var(--color-primary-gray-dark);
}
.split-content-modal-tile i.fa-circle-arrow-right {
	color: var(--color-brand-blue-light);
	position: absolute;
	bottom: 20px;
	right: 20px;
  transition: transform 0.3s ease;
}

.split-content-modal-tile:hover i.fa-circle-arrow-right {
  transform: translateX(6px);
}

/* modal window*/

.split-content-modal-content-wrap {
  position: fixed;
  inset: 0;
  z-index: 1001;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(9, 31, 44, 0.9);
}

.split-modal-outer {
  background: var(--color-brand-blue-dark);
  width: 80%;
  max-height: 90vh;
  overflow: hidden;
  display: grid;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.split-modal-inner {
  padding: 30px;
  overflow-y: auto;
  max-height: 90vh;
}

.split-modal-inner h2,
.split-modal-inner p {
	color: var(--color-primary-white);
}
.split-modal-image {
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.split-modal-close {
  position: fixed;
  top: 2rem;
  right: 2rem;
  font-size: 2.5rem;
  background: none;
  border: none;
  color: var(--color-primary-white);
  cursor: pointer;
  z-index: 1002; /* higher than modal */
  transition: transform 0.4s ease;
}
.split-modal-close:hover {
  transform: rotate(180deg);
}


	@media screen and (max-width: 1024px) {
	  .split-content-container,
	  .split-content-container.photo-left {
	    grid-template-columns: 1fr;
	    grid-template-areas:
	      "image"
	      "content";
		  gap: 5px;
	  }
	  .split-modal-outer {
	    width: 90%;
	    grid-template-columns: 1fr;
		}
		.split-modal-inner {
			padding: 20px;
		}
		.tile-image { 
			max-height: 300px;
		}

		.tile-info h3 {
		    font-size: 1.8rem;
		    line-height: 1.8rem;
		}
		.split-content-modal-tile-grid {
		    grid-template-columns: 1fr;
		}	
		.split-modal-image {
			display: none;
		}
	}
	@media screen and (max-width: 768px) {
		.tile-info h3 {
		    font-size: 1.6rem;
		    line-height: 1.6rem;
		}
	}
		
/* ------------------------------------------
    TWO COLUMN CONTENT PANEL
------------------------------------------ */

.twocol-content-container {
	display: flex;
	position: relative;
    justify-content: right;	
}
.twocol-content-container.photo-right {
	justify-content: left;
}

.twocol-content,
.twocol-content-img {
  will-change: transform;
}
.twocol-content {
	max-width: 51%;
	padding: 60px;
    margin: 100px 60px;
	z-index: 1;
	text-align: left;
}
.twocol-content-img {
	position: absolute;
	width: 51%;
	right: 0;
	top: 0;
}
.twocol-content-img.photo-left {
	right: unset;
	left: 0;
}
.twocol-content p {
    font-size: 1.8rem;
    line-height: 2rem;
    font-weight: 300;
    margin-bottom: 20px;
}
.twocol-content ul {
    list-style-type: disc;
    font-weight: 300;
    line-height: 2.4rem;
    margin-left: 50px;
	margin-bottom: 20px;
}
.twocol-content li {
    text-align: left;
}
.twocol-arrow {
	font-size: 4.5rem;
    transition: all .5s;
	display: grid;
	justify-content: flex-end;
    text-decoration: none;
}
.twocol-arrow:hover {
    bottom: 35px;
    text-decoration: none;
	margin-right: -10px;
}

	@media screen and (max-width: 1024px) {
		.twocol-content.row.full {
			padding: 20px 15px;
		}
		.twocol-content-wrap.align-left,
		.twocol-content-wrap.align-right  {
			justify-content: right;
		}
		.twocol-content {
		    max-width: 100%;
			margin: 20px;
		}	
		.twocol-content-container {
	        flex-direction: column-reverse;
	        display: flex;
	        position: static;
		}
		.twocol-content-img {
		    max-width: 100%;
			position: relative;
			width: 100%;
			max-width: 100%;
			right: auto;
			left: auto;
			top: auto;
			margin: 0 auto 10px auto;
			text-align: center;
			max-height: 300px;
		}
		.twocol-content-img img {
			width: 100%;
			height: auto;
			display: block;
		}
		.twocol-content {
			max-width: 100%;
		}

	}

/* ------------------------------------------
    FULL WIDTH PANEL
------------------------------------------ */

.full-width-cta-wrap {
    display: flex;
    flex-direction: column;
}
.full-width-cta-heading {
	display: inline-flex;
	align-items: center;
	gap: 1rem;
	justify-content: center;
}
.full-width-cta-heading h2 {
    margin: 0;
}
.full-width-cta-heading i {
	font-family: 'Font Awesome 6 Pro';
	font-weight: 300;
	font-size: 3rem;
	line-height: 3rem;
	margin-top: 5px;
	transition: transform 0.3s ease;
}
.full-width-cta-heading:hover i {
  transform: translateX(6px);
}
a.full-width-cta-arrow-link {
	text-decoration: none;
}

	@media screen and (max-width: 768px) {
		.full-width-cta-heading {
		    flex-direction: column;
		}
	}

	
/* ------------------------------------------
    Spacer
------------------------------------------ */

.spacer-panel.row.full {
	z-index: -1;
}

/* ------------------------------------------
    LOGO REPEATER PANEL
------------------------------------------ */

.logo-slider-panel.row.full {
	text-align: center;
}

.row.logo-slider-wrap {
  display: flex;
  gap: 90px;
  padding: 20px;
}


.logo-slider .splide__slide {
  text-align: center;
  padding: 30px;
}
.logo-slider-padding-wrap {
  padding: 0 40px;
  position: relative;
  max-width: 100%;
}

.logo-slider-inner {
  margin: 0 auto;
  flex-grow: 1;
}

.logo-slider-img {
  margin-bottom: 10px;
}

.logo-slider-img img {
  max-width: 100%;
  height: auto;
  display: block;
}

.logo-slider-inner h3 {
  margin: 0;
}
.logo-slider-inner p {
  margin: 0;
  font-size: 1.4rem;
  line-height: 1.5rem;
  font-weight: 500;
}

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

/* ------------------------------------------
    CARD REPEATER PANEL
------------------------------------------ */

.row.full.card-panel {
	text-align: center;
}
.card-panel-wrap {
	gap: 10px;
	flex-direction: column;
	z-index: 1;
}
.card-panel-wrap h2 {
	margin-bottom: 0;
}
.card-panel-wrap .card-intro {
	margin-bottom: 20px;
}
.row.card-wrap {
	display: flex;
	gap: 30px;
}
article.card-item {
    flex: 1;
	max-width: 31%;
	min-width: 31%;
	background-color: var(--color-primary-white);
	box-shadow: 0px 0px 13px rgba(0,0,0,0.36);
	border-radius: 14px;
}
.card-container {
	margin: 30px;
	text-align: left;
	color: var(--color-primary-gray-dark);
}
.card-icon {
	text-align: center;
	display: flex;
	flex-direction: column;
	justify-content: center;
	border-radius: 4px;
	margin-bottom: 20px;
	background-color: var(--color-brand-blue-light);
	width: 50px;
	height: 50px;
}
.card-container h3 {
    font-size: 2.2rem;
    line-height: 2.2rem;
	font-weight: 500;
	margin: 0;
}
.card-icon i {
	color: var(--color-brand-blue-accent) !important;
    font-size: 20px;
    margin: 10px;
}
.card-price {
	margin-bottom: 16px;
    display: flex;
}
.card-price-number {
    font-size: 3.7rem;
    line-height: 3.7rem;
    color: var(--color-brand-blue-dark);
    font-weight: 400;
}
.list-item {
	line-height: 2.4rem;
}
.list-item:before {
	font-family: "Font Awesome 6 Pro";
	font-weight: 800;
	content: "\f00c";
	font-size: 0.8rem;
	transform: translateY(-50%);
	color: var(--color-brand-green-base);
	transition: transform 0.3s ease;
	margin-right: 6px;
}
.card-button {
	margin-top: 16px;
}

.card-bg-img {
    position: fixed;
    background-size: cover;
    min-width: 100%;
    min-height: 100%;
    opacity: 1;
    top: 0px;
    right: 0px;
    bottom: 0px;
    left: 0px;
    background-position-x: center;
    background-position-y: center;
    background-repeat: no-repeat;
    z-index: -1;
}
	@media screen and (max-width: 840px) {
		.card-wrap {
		    flex-direction: column;
		}
		article.card-item {
			max-width: 100%;
		}
	}
	
/* ------------------------------------------
    Accordion Panel 
------------------------------------------ */

.accordion-panel.row.full {
}
.row.accordion {
    flex-direction: column;
}
.row.accordion h2 {
	margin-bottom: 20px;
}
.accordion-intro {
	margin-bottom: 40px;
}
.row.accordion h3 {
    font-size: 2.5rem;
    line-height: 2.5rem;
	font-weight: 500;
	color: var(--color-brand-green-base);
}
ul.accordion-list {
	position: relative;
	display: block;
	width: 100%;
	margin: 0;
	list-style: none;
}

ul.accordion-list li {
    position: relative;
    display: block;
    width: 100%;
    padding: 20px 20px 20px 0;
    margin: 0 auto 15px;
    cursor: pointer;
	border-bottom: 1px solid #eee;
}

ul.accordion-list li h4 {
    font-size: 2.2rem;
    line-height: 2.2rem;
	font-weight: 400;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
	padding: 0 0 10px;
	margin: 0;
	letter-spacing: 0.01em;
	cursor: pointer;
}

div.answer {
	position: relative;
	width: 100%;
	margin: 0;
	padding: 0;
}

div.answer p {
	font-weight: 300;
	padding: 10px 0 0;
	margin: 0 0 15px;
}

ul.accordion-list .answer ol,
ul.accordion-list .answer ul {
	padding-left: 20px;
}
ul.accordion-list .answer ol li {
    font-weight: 300;
	padding: 0;
    border-bottom: none;
    list-style-type: auto;
    display: list-item;
}
ul.accordion-list .answer ul li {
	padding: 0;
    border-bottom: none;
	list-style-type: circle;
    display: list-item;
}

ul.accordion-list li h4:after {
    content: '\f055';
    font-size: 2.9rem;
    color: var(--color-brand-blue-dark);
    margin-left: 10px;
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    transition: transform 0.3s ease;
}

ul.accordion-list li.active h4:after {
    content: '\f056';
    transform: rotate(180deg);
}

@media screen and (max-width: 1024px) {
	.accordion-panel.row.full {
	}
}

@media screen and (max-width: 768px) {
	ul.accordion-list li h3 {
		font-size: 2rem;
	}
}

/* ------------------------------------------
    Split content w/inset slider (splide) 
------------------------------------------ */

.split-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 60px;
}

.split-wrap-slider {
  display: flex;
  align-items: center;
}

.split-wrap-content h2 {
  color: var(--color-brand-green-base);
}

.split-wrap-content .splide__list {
  min-height: 500px;
}

.split-content-slider .splide__slide {
  display: flex;
  align-items: center;
  justify-content: center;
  max-height: 480px;
}

.slide-image {
  height: 100%;
  aspect-ratio: 4 / 3;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
.split-content-slider .splide__arrow  {
    background: var(--color-brand-green-base);
}
.split-content-slider .splide__arrow svg {
    fill: var(--color-primary-white);
}


@media (max-width: 768px) {
  .row.full.split-content-slider {
  	padding-top: 0;
  }
  .split-wrap {
    grid-template-columns: 1fr;
    gap: 30px;
  }
  .split-wrap-slider {
    justify-content: center;
  }
  .split-wrap-content .splide__list {
    min-height: 350px;
  }
  .slide-image {
    height: auto;
    max-height: 350px;
  }
}


/* ------------------------------------------
    Timeline Panel 
------------------------------------------ */

.row.full.timeline-panel {
	color: var(--color-primary-white);
	background-color: var(--color-brand-blue-dark);
	position: relative;
	min-height: 400px;
}

.timeline-background {
  position: absolute;
  inset: 0;
  z-index: 0;
}
.timeline-background img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.row.timeline-container {
    justify-content: flex-start;
	padding: 0 40px;
}
.row.timeline-container.dimmed {
  opacity: .3;
}

.timeline-content {
    display: flex;
    flex-direction: column;
    flex: 1;
	max-width: 70%;
}
.timeline-content h2 {
	color: var(--color-primary-white);
}
.timeline-intro {
	font-size: 2.5rem;
	line-height: 2.8rem;
	font-weight: 300;
}
.timeline-click {
	margin-top: 40px;
}
.row.year-grid-container {
  margin-top: 30px;
  padding: 0;
  position: relative;
}
.year-grid-outer {
  position: relative;
}
.year-grid {
  display: flex;
  justify-content: flex-start;
  scroll-behavior: smooth;
  gap: 20px;
  margin: 20px 60px;
  scroll-snap-type: x mandatory;
  width: 100%;
  scrollbar-width: none;
  -ms-overflow-style: none;
  overflow-x: auto;
  overflow-y: visible;
  scrollbar-width: none; 
  padding-right: 60px;
}
.year-grid::-webkit-scrollbar {
  display: none; /* Chrome/Safari */
}
.year-arrow img {
  width: 40px;
  height: auto;
}
.timeline-scroll-wrapper {
  position: relative;
  display: flex;
  align-items: center;
	width: 100%;
}
.timeline-scroll-left,
.timeline-scroll-right {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 2;
  background: none;
  border: none;
  color: var(--color-primary-white);
  font-size: 2.5rem;
  cursor: pointer;
  padding: 10px;
}
.timeline-scroll-left {
  left: 0;
}
.timeline-scroll-right {
  right: 0;
}
.year-item {
  flex: 0 0 auto;
  scroll-snap-align: start;
  margin-top: 6px;
  position: relative;
  z-index: 1;
}
.year-button-wrap {
  position: relative;
}
.year-button {
	background: none;
	color: var(--color-primary-white);
	padding: 0 15px;
	cursor: pointer;
	font-size: 3rem;
    border: none;
	transition: background 0.3s;
}
.year-button:hover {
  color: var(--color-brand-blue-light);
  text-decoration: none;
}
/* Modal */
.tooltip-modal {
  position: absolute;
  max-width: 650px;
  width: 100%;
  background: var(--color-primary-white);
  color: #000;
  padding: 0;
  border-radius: 0;
  box-shadow: 0 0 20px rgba(0,0,0,0.3);
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.25s ease, transform 0.25s ease;
  z-index: 999;
  transform: translateY(10px);
}
.tooltip-modal.active {
  opacity: 1;
  transform: translateY(0);
}
.tooltip-inner {
  display: flex;
  gap: 30px;
  position: relative;
  overflow: visible; 
  z-index: 1;
}
.modal-close {
  position: absolute;
  top: -35px;
  right: -5px;
  background: none;
  border: none;
  font-size: 2.25rem;
  color: var(--color-primary-white);
  cursor: pointer;
  z-index: 10;
}
.tooltip-copy {
	padding: 20px;
	flex: 1;
}
.modal-image {
  min-width: 300px;
  max-width: 300px;
  aspect-ratio: 1 / 1;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

	@media screen and (max-width: 1024px) {
	.timeline-content {
		max-width: 100%;
		}
	.modal-image {
		min-width: 225px;
		max-width: 225px;
		}
	}
	@media screen and (max-width: 768px) {
	  .tooltip-modal {
	    width: calc(100vw - 60px); /* viewport width minus 40px total margins */
	    max-width: calc(100vw - 60px);
	  }
	  .tooltip-inner {
	    flex-direction: column;
		gap: 10px;
	  }
	  .tooltip-copy {
	    width: 100%;
	  }
	  .modal-image {
	    min-width: 100%;
	    max-width: 100%;
	    height: 240px;
	  }
	  .modal-close {
	    top: 15px;
	    right: 15px;
	    font-size: 1.95rem;
	    color: var(--color-brand-blue-dark);
	  }
	}


/* ------------------------------------------
    Testimonial Panel (splide) 
------------------------------------------ */

.testimonial-panel.row.full {
	text-align: center;
}
.testimonial-container {
  max-width: 1440px;
  padding: 60px;
  color: var(--color-primary-white);
}
.accent-stars::before {
  content: '\e28b \e28b \e28b \e28b \e28b'; /* Unicode for solid stars */
  font-family: 'Font Awesome 6 Pro';
  font-weight: 900; /* solid style */
  font-size: 1.5rem;
  color: var(--color-brand-blue-light);
  letter-spacing: 0.2rem;
  width: 100%;
}

.testimonial-container h2 {
    font-size: 2.2rem;
	line-height: 2.4rem;
	font-weight: 400;
	color: var(--color-primary-white);
	width: 100%;
	padding: 30px 0 10px 0;
}
.testimonial-container h3 {
    font-size: 3rem;
	line-height: 3.4rem;
    font-weight: 400;
	color: var(--color-primary-white);
	padding-bottom: 20px;
}
.testimonial-byline {
	line-height: 2.4rem;
    font-weight: 400;
}
.testimonial-company {
	line-height: 2.4rem;
    font-style: italic;
    font-weight: 300;
}
button.splide__pagination__page.is-active {
    background: rgba(255, 255, 255, 0.9) !important;
	margin: 0 5px;
}
button.splide__pagination__page {
    background: rgba(255, 255, 255, 0.2) !important;
	margin: 0 5px;
}
.testimonial-container .splide__pagination {
	position: unset;
	margin-top: 30px;
}
	@media screen and (max-width: 1024px) {
		.testimonial-container {
			padding: 40px 20px;
		}
		.testimonial-container h2 {
		    font-size: 2rem;
		    line-height: 2.2rem;
		}
		.testimonial-container h3 {
		    font-size: 2.5rem;
		    line-height: 2.8rem;
		}
	}
	@media screen and (max-width: 768px) {
		.testimonial-container h2 {
		    font-size: 1.8rem;
		    line-height: 1.8rem;
		}
		.testimonial-container h3 {
		    font-size: 2.2rem;
		    line-height: 2.4rem;
		}
	}


/* ------------------------------------------
    QUICKLINKS PANEL
------------------------------------------ */

.quicklinks-panel.row.full {
    text-align: center;
}
.quicklinks-container {
	margin-top: 20px;
	display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-gap: 20px;
}

.quicklinks-container a {
    display: flex;
    align-items: center;
    justify-content: space-between; 
    padding: 20px;
    text-decoration: none;
    background-color: var(--color-primary-gray-light);
	transition: background-color 0.5s, color 0.5s;
}
.quicklinks-container a:hover {
	background-color: var(--color-brand-blue-dark);
    color: var(--color-primary-black);
}
.quicklinks-container a i {
    margin-left: 20px;
    font-size: 3.5rem;
    transition: all .5s;
}
.quicklinks-container a i:hover {
	transform: translateX(5px);
    color: var(--color-primary-white);
}

	@media screen and (max-width: 1024px) {
	}
	@media screen and (max-width: 768px) {
		.quicklinks-container {
		    grid-template-columns: repeat(1, 1fr);
		}	
	}




/* ------------------------------------------
    CONTACT PANEL
------------------------------------------ */

.contact-container {
    display: flex;
    flex-direction: row;
	gap: 50px;
    text-align: left;
	align-items: flex-start;
}
.contact-info {
	flex: 1;
	text-align: left;
	width: 100%;
}
	.contact-info.hide-locations {
		display: none;
	}
	.contact-item {
		border-bottom: 1px solid var(--color-brand-blue-accent);
	    padding: 70px 0;
		display: grid;
		grid-template-columns: 60px 1fr;
	    gap: 10px;
	}
	.contact-item:last-child {
		border-bottom: none;
	}
	.contact-icon {
		text-align: center;
		display: flex;
		flex-direction: column;
		justify-content: center;
		border-radius: 4px;
		background-color: #073751;
		width: 50px;
		height: 50px;
	}
	.contact-icon i {
		color: var(--color-brand-blue-light) !important;
	    font-size: 20px;
	    margin: 10px;
	}
	
	.contact-title {
	    font-size: 2.1rem;
	    line-height: 2.8rem;
		font-weight: 500;
		margin: 0 0 5px 0;
	}
	.contact-text {
		font-size: 1.6rem;
	    line-height: 1.8rem;
	}

.contact-form {
	flex: 1;
	text-align: left;
}
	.contact-form .contact-form-wrap {
	  position: sticky;
	  top: 0; 
	  z-index: 1;
	  max-height: calc(100vh - 24px - 24px);
	  overflow: auto;
	  -webkit-overflow-scrolling: touch;
	  margin-top: 60px;
	}
	.contact-form .contact-form-wrap.is-pinned {
	  padding-top: var(--pin-offset, 0px);
	}
	.contact-form .contact-form-wrap::-webkit-scrollbar { width: 10px; }
	.contact-form .contact-form-wrap::-webkit-scrollbar-thumb { border-radius: 6px; }
	.contact-form-intro {
		margin-bottom: 15px;
	}
	
	@media (max-width: 900px) {
	  .contact-container { flex-direction: column; gap: 24px; }
	  .contact-form .contact-form-wrap {
	    position: static;
	    max-height: none;
	    overflow: visible;
	  }
	}
			
	/* Gravity forms overrides */
	
	.gfield_radio {
		display: flex;
	}
	.gchoice {
		flex: 1;
		color: var(--color-primary-white);
	}
	p.gform_required_legend {
	    display: none;
	}
	.gform_wrapper.gravity-theme .gfield_required {
		color: var(--color-primary-white) !important;
	    font-size: 1.2rem !important;
	    font-weight: 300;
	}
	.gform_wrapper.gravity-theme input[type=color], .gform_wrapper.gravity-theme input[type=date], .gform_wrapper.gravity-theme input[type=datetime-local], .gform_wrapper.gravity-theme input[type=datetime], .gform_wrapper.gravity-theme input[type=email], .gform_wrapper.gravity-theme input[type=month], .gform_wrapper.gravity-theme input[type=number], .gform_wrapper.gravity-theme input[type=password], .gform_wrapper.gravity-theme input[type=search], .gform_wrapper.gravity-theme input[type=tel], .gform_wrapper.gravity-theme input[type=text], .gform_wrapper.gravity-theme input[type=time], .gform_wrapper.gravity-theme input[type=url], .gform_wrapper.gravity-theme input[type=week], .gform_wrapper.gravity-theme select, .gform_wrapper.gravity-theme textarea {
		border: 1px solid #01121C;
		background-color: #01121C;
		border-radius: 0;
	    font-family: "Roboto", sans-serif;
	}
	.gform_wrapper.gravity-theme .gfield input.large, .gform_wrapper.gravity-theme .gfield select.large, .gform_wrapper.gravity-theme .gfield textarea {
		padding: 20px;
		color: var(--color-primary-white) !important;
	    width: 100%;
    	margin-bottom: 16px;
}
	
	.gform_wrapper.gravity-theme .gfield_label {
	    font-size: 1.4rem;
	    line-height: 1.7rem;
		color: var(--color-primary-white);
	    display: none !important;
	}
	.gform_validation_errors {
	    display: none;
	}
	
		@media screen and (max-width: 1140px) {
			.gfield_radio {
			    display: unset;
			}
			.contact-details {
			    grid-template-columns: 1fr;
			}
			.locations-info .offices {
			    grid-template-columns: 1fr;
			}
		}
		@media screen and (max-width: 768px) {
			  .contact-container {
			    flex-direction: column-reverse;
			  }
			  .contact-info, .contact-form {
			    max-width: unset;
				width: 100%;
			  }
			  .contact-details {
			    grid-template-columns: 1fr;
			  }
			  .contact-item {
			    padding: 30px 0;
			}
		}


/* ==========================================

    NOT FOUND / 404

========================================== */

.notfound-panel.row.full {
    min-height: calc(100vh - 480px);
    display: flex;
    align-items: center;
    text-align: left;
	background-color: var(--color-brand-blue-dark);
}
.notfound-content h1 {
	font-size: 10rem;
	line-height: 10rem;
    font-weight: 300;
	color: var(--color-primary-white);
	margin-bottom: 10px;
}
.notfound-content h2 {
	color: var(--color-primary-white);
}
.notfound-content h3 {
	color: var(--color-primary-white);
	margin-bottom: 30px;
}
.notfound-content {
	width: 100%;
}


/* ==========================================

    The Content 

========================================== */

.content.row.full {
	text-align: left;
}
.content-wrap {
    flex-direction: column;
	padding: 40px;
}
.content-wrap ul {
    list-style-type: disc;
    line-height: 2.4rem;
    font-weight: 300;
	color: var(--color-primary-gray-dark);
    margin-left: 50px;
	margin-bottom: 20px;
}
.content-wrap ol {
    list-style-type: revert;
    line-height: 2.4rem;
    font-weight: 300;
	color: var(--color-primary-gray-dark);
    margin-left: 50px;
	margin-bottom: 20px;
}
	@media screen and (max-width: 1024px) {
		.content-wrap {
			padding: 20px;
		}
	}


/* ==========================================

    NEWS FEED (LOOP)

========================================== */


.row.full.news-feed-panel .row.inset > h2 {
	margin-bottom: 40px;
	width: 100%;
}
.news-feed-wrapper {
	display: flex; 
	grid-template-columns: 1fr 1fr;
	grid-gap: 30px;
	padding: 0;
	flex: 1;
}
.news-feed-articles {
	flex: 1;
	display: grid; 
	grid-template-columns: 1fr;
	gap: 15px;
}
.news-feed-item {
	display: flex;
	flex-direction: column;
	justify-content: center;
	text-align: left;
	padding: 0 20px 0 30px;
	background-color: var(--color-brand-blue-dark);
	position: relative;
	border-radius: 5px;
	color: var(--color-primary-white);
	transition: background-color 0.5s ease;
}
.news-feed-item::before {
	content: '';
	position: absolute;
	left: -10px;
	top: 50%;
	transform: translateY(-50%) scale(0.8);
	width: 0;
	height: 0;
	border-top: 8px solid transparent;
	border-bottom: 8px solid transparent;
	border-right: 10px solid var(--color-brand-blue-light);
	opacity: 0;
	transition: opacity 0.4s ease, transform 0.3s ease;
	pointer-events: none;
}

.news-feed-item.active::before {
	opacity: 1;
	transform: translateY(-50%) scale(1);
}
.news-feed-item:hover {
	text-decoration: none;
	color: var(--color-primary-white);
}
.news-feed-item.active {
	background-color: var(--color-brand-blue-light);
}
.news-feed-item .title {
	font-size: 1.9rem;
    line-height: 2.1rem;
    font-weight: 400;
}
.news-feed-item date {
	font-size: 1.5rem;
    line-height: 1.5rem;
	margin-bottom: 5px;
}
.news-feed-photo {
	flex: 1;
	background-size: cover;
	background-position: center;
	border-radius: 5px;
	transition: background-image 0.6s ease-in-out, opacity 0.6s ease-in-out;
	aspect-ratio: 1 / 1;
	width: 100%;
	max-width: 620px;
}
.news-feed-photo.fade-out {
	opacity: 0;
}

@media screen and (max-width: 1140px) {
	.news-feed-item .title {
	    font-size: 1.7rem;
	    line-height: 1.9rem;
	}
}
	@media screen and (max-width: 1024px) {
		.news-feed-wrapper {
			display: grid; 
			grid-template-columns: 1fr;
			grid-gap: 30px;
			padding: 0;
		}
		.news-feed-item {
			padding: 30px 20px;
		}
		.news-feed-photo {
			display: none;
		}
		.news-feed-item::before {
			content: unset;
		}
	}


	
/* ==========================================

    News Main

========================================== */



.news-archive-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  padding: 0;
  margin-bottom: 80px;
}

.news-item {
  display: flex;
  flex-direction: column;
  text-align: left;
  background-color: var(--color-primary-gray-light);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.news-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.news-item:hover *,
.news-item {
  text-decoration: none !important;
}
.news-item .news-image {
	aspect-ratio: 1 / 1;
	width: 100%;               /* Or set a max-width if needed */

}
.news-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.news-item .news-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

.news-item h2 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: var(--color-brand-blue-dark);
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.news-item .news-pre {
  display: flex;
  margin-bottom: 10px;
}

.news-item .news-pre .date {
  font-size: 1.4rem;
  line-height: 1.4rem;
  flex-shrink: 1;
  color: var(--color-primary-gray-dark);
  margin-right: 5px;
  padding-right: 10px;
  border-right: 1px solid var(--color-primary-gray-dark);
}

.news-item .news-pre .category {
  font-size: 1.4rem;
  line-height: 1.4rem;
  flex-shrink: 1;
  color: var(--color-brand-green-base);
  margin-left: 5px;
}

.news-item .news-details .category a,
.news-item .news-details .category span {
  color: var(--color-brand-green-base);
}

.news-item .news-arrow {
  font-size: 1.4rem;
  color: var(--color-brand-green-base);
  margin-top: auto;
  transition: all 0.3s ease;
}

.news-item .news-arrow::after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 0.8rem;
  color: var(--color-brand-green-base);
  margin-left: 5px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.news-item:hover .news-arrow::after {
  transform: translateX(6px);
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .news-archive-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}

@media screen and (max-width: 768px) {
  .news-archive-wrapper {
    grid-template-columns: 1fr;
  }
}

/* Category widget */
.news-widget {
    margin-bottom: 40px;
    display: grid;
    grid-template-columns: 1fr;
}
.news-categories {
    display: flex;
    flex-direction: row;
    gap: 10px;
}

.news-categories.middle a {
  background-color: var(--color-primary-gray-light);
  padding: 8px 14px;
  color: var(--color-brand-blue-dark);
  text-decoration: none;
  border-radius: 4px;
  transition: background-color 0.3s ease, color 0.3s ease;
  display: inline-block;
}

.news-categories.middle a:hover {
  background-color: var(--color-brand-blue-light);
  color: var(--color-primary-white);
}

.news-categories.middle a.selected {
  color: var(--color-primary-white);
  background-color: var(--color-brand-blue-dark);
  cursor: default;
}
@media screen and (max-width: 768px) {
	.news-categories {
	    flex-direction: column;
	}
	.news-item .news-details {
	  padding: 20px;
	}
}


/* ------------------------------------------
    Pagination
------------------------------------------ */

#news-pagination.row.narrow {
	margin: 0px auto;
	padding: 20px 60px 120px 60px;
	text-align: center;
}
#news-pagination.row.narrow a,
#news-pagination.row.narrow span {
	font-size: 1.9rem;
	line-height: 1.8rem;
	text-decoration: none;
	text-align: center;
	color: var(--color-primary-white);
	background-color: var(--color-brand-blue-light);
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 6px;
	padding: 10px 5px;
	transition: color 0.25s ease-in-out, background 0.25s ease-in-out;
}
#news-pagination.row.narrow span.current {
	color: var(--color-primary-white);
    background-color: var(--color-brand-blue-dark);
}
#news-pagination.row.narrow a.next {
    color: var(--color-brand-blue-dark);
	background-color: var(--color-primary-white);
}
#news-pagination.row.narrow a.next:hover {
    color: var(--color-brand-blue-dark);
	background-color: var(--color-primary-white);
}
#news-pagination.row.narrow a:not(.next):hover {
  background-color: var(--color-primary-white);
  color: var(--color-brand-blue-dark);
  box-shadow: 0 0 0 2px var(--color-brand-blue-dark);
}

#news-pagination.row.narrow a,
#news-pagination.row.narrow span {
  transition: 
    color 0.25s ease-in-out,
    background 0.25s ease-in-out,
    transform 0.25s ease-in-out,
    box-shadow 0.25s ease-in-out;
}


/* ==========================================

    News Single

========================================== */

.single {
    background-color: var(--color-primary-white);
}
.news-single-wrap {
	display: flex;
	gap: 40px;
	align-items: flex-start;
	margin-top: 2rem;
}

.news-single {
	margin: 60px 40px;
	display: block;
	text-align: center;
}

.news-single h1 {
    line-height: 4.7rem;
	font-weight: 400;
}
.news-single date {
	color: var(--color-primary-gray-dark);
	font-weight: 300;
	text-transform: uppercase;
}
.social-share {
	margin: 20px 0;
	text-align: center;
}
.news-single-image {
    max-width: 400px;
}
.news-single-image img {
    max-width: fit-content;
}

.news-single-content {
	flex: 1;
	text-align: left;
}

.news-single-content p {
	margin-bottom: 20px;
	font-weight: 300 !important;
}
.news-single-content blockquote {
    border-top: 1px solid #196186;
    border-bottom: 1px solid #196186;
	margin: 30px 0;
}
.news-single-content blockquote p {
    font-size: 2.5rem;
    line-height: 2.7rem;
    color: var(--color-brand-blue-dark);
	margin: 30px 0;
}
.news-single-content ul {
    list-style-type: disc;
	color: var(--color-primary-gray-dark);
    line-height: 2.4rem;
    font-weight: 300;
    margin-left: 50px;
	margin-bottom: 20px;
}
.news-single-content ol {
    list-style-type: revert;
	color: var(--color-primary-gray-dark);
    line-height: 2.4rem;
    font-weight: 300;
    margin-left: 50px;
	margin-bottom: 20px;
}
.news-single-content table {
	border: 1px solid #e3e3e2; 
    width: 100%;
	margin: 10px 0 20px 0;
}
.news-single-content td, 
.news-single-content th {
	border: 1px solid #e3e3e2; 
}
.news-single-content tr:first-child {
	background-color: var(--color-brand-blue-dark);
	color: var(--color-primary-white);
}
.news-single-content tr:nth-child(even) {
    background-color: var(--color-primary-gray-dark);
}
.news-single-content table td, 
.news-single-content table th {
	padding: 10px 10px;
}
.news-single-content iframe {
    width: 100% !important;
    min-height: 500px;
    margin: 20px 0;
}

	@media screen and (max-width: 1024px) {
		.news-single-image {
		    max-width: 50%;
		}	
	}

@media (max-width: 768px) {
	.news-single-wrap {
		flex-direction: column-reverse;
	}
	.news-single {
		text-align: left;
	}
	.news-single-image {
	    max-width: unset;
		width: 100%;
	}
}
	
/* ==========================================

    NEWS SINGLE FEED (LOOP)

========================================== */

.row.full.news-single-feed-panel {
  background-color: var(--color-primary-white);
}

.row.full.news-single-feed-panel h2 {
  margin-bottom: 40px;
}

.news-single-feed-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 30px;
  margin-bottom: 80px;
  padding: 0;
}

.news-single-feed-item {
  display: flex;
  flex-direction: column;
  background-color: var(--color-primary-gray-light);
  text-align: left;
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
}

.news-single-feed-item:hover {
  transform: translateY(-4px);
  box-shadow: 0 8px 20px rgba(0, 0, 0, 0.1);
}

.news-single-feed-item:hover *,
.news-single-feed-item {
  text-decoration: none !important;
}
.news-single-feed-item .news-single-details {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}

.news-single-details h2 {
  font-size: 2.4rem;
  line-height: 2.6rem;
  font-weight: 400;
  color: var(--color-brand-blue-dark);
  margin-bottom: 20px;
  transition: color 0.3s ease;
}

.news-single-details .news-single-pre {
  display: flex;
  margin-bottom: 10px;
}

.news-single-pre .date {
  font-size: 1.4rem;
  line-height: 1.4rem;
  flex-shrink: 1;
  color: var(--color-primary-gray-dark);
  margin-right: 5px;
  padding-right: 10px;
  border-right: 1px solid var(--color-primary-gray-dark);
}

.news-single-pre .category {
  font-size: 1.4rem;
  line-height: 1.4rem;
  flex-shrink: 1;
  color: var(--color-brand-green-base);
  margin-left: 5px;
}

.news-single-details .category a {
  color: var(--color-brand-green-base);
}

.news-single-feed-item .news-single-arrow {
  font-size: 1.4rem;
  color: var(--color-brand-green-base);
  margin-top: auto;
  transition: all 0.3s ease;
}

.news-single-feed-item .news-single-arrow::after {
  content: "\f178";
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  font-size: 0.8rem;
  color: var(--color-brand-green-base);
  margin-left: 5px;
  transition: transform 0.3s ease;
  display: inline-block;
}

.news-single-feed-item:hover .news-single-arrow::after {
  transform: translateX(6px);
}

/* Responsive */
@media screen and (max-width: 1024px) {
  .news-single-feed-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .news-single-article {
    max-width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .news-single-feed-wrapper {
    grid-template-columns: 1fr;
  }
	.news-single-feed-item .news-single-details {
	  padding: 20px;
	}
}


/* ==========================================

    Search Results

========================================== */

.search-results.row.full {
}
button.search-submit.fa-light.fa-magnifying-glass {
    position: absolute;
    right: 20px;
    top: 16px;
	border: none;
	background: none;
	color: var(--color-primary-red-alert);
	font-size: 2rem;
	line-height: 2rem;
}
.search-wrappper {
    display: flex;
    gap: 10px;
    text-align: left;
    flex: 1;
    flex-direction: column;
}
a.search-wrap {
	text-decoration: none;
	padding: 40px;
    opacity: 1;
	background-color: var(--color-primary-gray-light);
}
a.search-wrap:hover {
    opacity: .8;
}
.post-type {
	font-size: 1.2rem;
    text-transform: uppercase;
	color: var(--color-primary-gray-dark);
}

	@media screen and (max-width: 768px) {
		.search-results.row.full {
		}
		.search-wrappper {
			grid-gap: 20px;
		}
		a.search-wrap {	
			padding: 20px;
		}
	}


/* ==========================================

    Footer

========================================== */


#site-footer {
  background-color: var(--color-brand-blue-dark);
}

.footer {
  font: 300 1.5rem/20px 'Roboto', sans-serif;
  color: var(--color-primary-white);
  gap: 50px;
  padding: 50px 40px 40px;
}

.footer .col-one {
  flex: 1;
}

.footer-logo {
  max-width: 500px;
}
.footer-logo img {
  max-width: 200px;
  margin-bottom: 20px;
}
.footer h3 {
  font-size: 1.5rem;
  line-height: 1.5rem;
  font-weight: 400;
  color: var(--color-primary-white);
}
.footer .col-two {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
	.footer-nav .menu {
	  columns: 2;
	  column-gap: 6rem;
	  list-style: none;
	  padding: 0;
	  margin: 0;
	  max-width: fit-content;
	}
	.footer-nav .menu li {
	  break-inside: avoid;
	  margin: 0;
	}
	.footer-nav .menu li a {
	  color: var(--color-primary-white);
	  font-size: 1.5rem;
	  line-height: 1.5rem;
	  text-decoration: none;
	  transition: color 0.3s ease;
	}
	.footer-nav .menu li a:hover {
	  color: var(--color-primary-white);
	  text-decoration: underline;
	}

	
.footer .col-three {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  flex: 1;
}


	.footer-phone a,
	.footer-email a {
	  color: var(--color-primary-white);
	}
	.footer-phone a:hover,
	.footer-email a:hover {
		text-decoration: none;
	}
	.footer-phone:before {
	  content: "\f095";
	  font-family: "Font Awesome 6 Pro";
	  font-size: 1.5rem;
	  line-height: 1.5rem;
	  margin-right: 5px;
	  font-weight: 300;
	  color:  var(--color-primary-white);
	}
	.footer-email:before {
	  content: "\f0e0";
	  font-family: "Font Awesome 6 Pro";
	  font-size: 1.5rem;
	  line-height: 1.5rem;
	  margin-right: 5px;
	  font-weight: 300;
	  color:  var(--color-primary-white);
	}

	.footer-location:before {
	  content: "\f3c5";
	  font-family: "Font Awesome 6 Pro";
	  font-size: 1.5rem;
	  line-height: 1.5rem;
	  margin-right: 5px;
	  font-weight: 300;
	  color:  var(--color-primary-white);
	}


.social-list {
  display: flex;
  width: 100%;
  justify-content: left;
  text-align: center;
  margin-top: 20px;
}

.social-link {
  background-color: var(--color-brand-blue-dark);
  display: block;
  position: relative;
  margin-right: 20px;
  width: 34px;
  height: 34px;
  padding: 3px;
  transform: translateY(0);
  opacity: 1;
  border: 1px solid var(--color-primary-white);
  border-radius: 50%;
  transition: transform .25s ease-in-out, opacity .3s ease-in-out;
}
a.social-link {
  color: var(--color-primary-white);
}

.social-link:hover {
  transform: translateY(-5px);
}

.footer-lower {
  background-color: var(--color-brand-blue-dark);
  padding: 20px;
}
.footer-lower .copyright {
  color: var(--color-primary-white);
  text-align: center;
  justify-content: flex-end;
  justify-content: center;
  max-width: 900px;
  width: 100%;
}



@media screen and (max-width: 980px) {
	#site-footer {
	}
	.footer {
		flex-direction: column;
		margin: 20px 0;
        padding: 20px;
		text-align: center;
	}
	.footer .col-one,
	.footer .col-two {
		align-items: center;
	}
	.footer-logo,
	.footer-company {
		max-width: unset;
	}
	.footer-nav .menu {
	    columns: 6;
	}
	.social-list {
		margin: auto;
		justify-content: center;
	}
	.social-link {
		margin: 0 5px 20px;
	}
	.footer h3 {
		width: 100%;
	}
	.footer-nav .menu {
	  column-gap: 2rem;
	}
}

@media screen and (max-width: 768px) {
	.footer-nav #menu-main-menu-2 {
	  flex-direction: column;
	  gap: 10px;
	}
	.footer-nav .menu {
	  columns: 2;
	}
	.partner-logos {
	  flex-direction: column;
	  gap: 20px;
	}
	.footer-nav .menu {
	  columns: 1;
	}

}

/* ==========================================

    Forms & Buttons

========================================== */

a.btn {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-brand-blue-dark);
  background-color: var(--color-brand-green-base);
  background-image: linear-gradient(
    135deg,
    color-mix(in oklab, var(--color-brand-green-base), #fff 30%) 0%,
    var(--color-brand-green-base) 100%
  );
  border-radius: 99px;
  display: inline-block;
  padding: 14px 44px 14px 30px;
  margin: 0;
  border: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.7s ease;
}

a.btn::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f178";
  font-size: 0.8rem;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-brand-blue-dark);
  transition: transform 0.3s ease;
  z-index: 2;
}

a.btn:hover {
  text-decoration: none;
}

a.btn:hover::after {
  transform: translateY(-50%) translateX(4px);
}



.gform-button-wrap {
  position: relative;
  display: inline-block;
}
input[type='submit'] {
  font-size: 1.4rem;
  font-weight: 500;
  color: var(--color-brand-blue-dark);
  background-color: var(--color-brand-green-base);
  background-image: linear-gradient(
    135deg,
    color-mix(in oklab, var(--color-brand-green-base), #fff 30%) 0%,
    var(--color-brand-green-base) 100%
  );
  border-radius: 99px;
  display: inline-block;
  padding: 14px 44px 14px 30px;
  margin: 0;
  border: 0;
  position: relative;
  overflow: hidden;
  z-index: 1;
  transition: transform 0.7s ease;
}
.gform-button-wrap::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f178";
  font-size: 0.8rem;
  position: absolute;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  color: var(--color-brand-blue-dark);
  transition: transform 0.3s ease;
  z-index: 2;
}
input[type='submit']:hover {
  text-decoration: none;
}
.gform-button-wrap:hover::after {
  transform: translateY(-50%) translateX(4px);
}
.gform_wrapper.gravity-theme .gform_footer button, .gform_wrapper.gravity-theme .gform_footer input, .gform_wrapper.gravity-theme .gform_page_footer button, .gform_wrapper.gravity-theme .gform_page_footer input {
    margin-bottom: 0 !important;
}

/* ==========================================

    Hides & Fixes

========================================== */

.print-only, .hide, .hidden { display: none !important; visibility: hidden; }
body img.gform_ajax_spinner { display: none !important; }

/* ==========================================

    Media: Mobile

========================================== */

@media print {
	#site-header {display: none;}
	.print-only { display: block!important; visibility: visible;}
	* { background: transparent !important; color: black !important; box-shadow:none !important; text-shadow: none !important; filter:none !important; -ms-filter: none !important; }
	a, a:visited { text-decoration: underline; }
	pre, blockquote { border: 1px solid #999; page-break-inside: avoid; }
	thead { display: table-header-group; }
	tr, img { page-break-inside: avoid; }
	img { max-width: 100% !important; }
	@page { margin: 0.5cm; }
	p, h2, h3 { orphans: 3; widows: 3; }
	h2, h3 { page-break-after: avoid; }
}