/*
Theme Name: Operation BBQ Relief 2025
Theme URI: https://operationbbqrelief.org
Description: Operation BBQ Relief Website 
Author: HeliumStudio
Author URI: https://heliumstudio.com
Version: 2.0
*/

@import url('https://fonts.googleapis.com/css2?family=Raleway:ital,wght@0,100..900;1,100..900&display=swap');

@font-face {
  font-family: 'Capture It';
  src: url('fonts/Capture_it.woff2') format('woff2'),
       url('fonts/Capture_it.woff') format('woff');
  font-weight: normal;
  font-style: normal;
}

@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 {
  
   /* Base */
  --color-brand-black: #000000; 
  --color-brand-white: #ffffff; 
  
  /* Gray */
  --color-brand-gray-dark: #414140; 
  --color-brand-gray-medium: #d6d6d6;
  --color-brand-gray-light: #dbdbdb;
  
  /* red */
  --color-brand-red: #E82011;
  --color-brand-red-dark: #B70B0B; 
  --color-brand-red-medium: #de593e; 
  --color-brand-red-light: #faebdf; 

  /* Alternates */
  --color-brand-maroon-alt: #953220;
  --color-brand-yellow-alt: #f3ca45;
  --color-brand-green: #3C5538;

}

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

    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}

/* Fixes All-In-One icon */
#wpadminbar #wp-admin-bar-aioseo-main .aioseo-logo.svg {margin-top: 6px;}
a.ab-item .text {display: none !important;}

/* Fixes GDPR button conflict */
.cky-btn-revisit-wrapper {z-index: 5 !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-black);
}


@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: 500;
	background-color: var(--color-brand-white);
	color: var(--color-brand-black);
	font-family: 'Raleway', sans-serif;
	-webkit-font-smoothing: antialiased;
	width: 100%;
	overflow-x: hidden;
	min-height: 100vh;
}
body.no-scroll {
    overflow: hidden;
    position: fixed;
    height: 100%;
    width: 100%;
}

::selection,
::-moz-selection {
    background: var(--color-brand-black);
    background-color: var(--color-brand-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;
	z-index: 2;
}
.flex-start {
    justify-content: flex-start;
}
	@media screen and (max-width: 1024px) {
		.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;
		}

	}


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

    Univeresal 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-medium {padding-top: 35px;}
		.top-large {padding-top: 50px;}
		.top-xlarge {padding-top: 60px;}
		.bottom-medium {padding-bottom: 35px;}
		.bottom-large {padding-bottom: 50px;}
		.bottom-xlarge {padding-bottom: 60px;}
	}

	
.bgcolor-none { background-color: transparent; }
.bgcolor-white { background-color: var(--color-brand-white); }
.bgcolor-black { background-color: var(--color-brand-black); }
.bgcolor-gray-dark { background-color: var(--color-brand-gray-dark); }
.bgcolor-gray-medium { background-color: var(--color-brand-gray-medium); }
.bgcolor-gray-light { background-color: var(--color-brand-gray-light); }
.bgcolor-red { background-color: var(--color-brand-red); }
.bgcolor-green { background-color: var(--color-brand-green); }

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

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

.text-light .card-container h3 {
	color: var(--color-brand-black) !important;
}
.text-light .card-container p {
	color: var(--color-brand-black) !important;
}


/* Grime */

.panel-grime {
	position: absolute;
	pointer-events: none;
	z-index: 1;
	display: flex; 
	align-items: flex-end;
	overflow: visible;
}
.panel-grime img {
	height: 100%;
	width: auto;
	display: block;
}
.panel-grime.grime-left { 
	left: 0; 
    width: 100%;
    max-width: 22%;
}
.panel-grime.grime-right { 
	right: 0;
    width: 100%;
    max-width: 22%;
}
.panel-grime.is-top    { top: -140px; }
.panel-grime.is-bottom { bottom: -90px; }



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

    Fonts

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

h1 {
    font-size: 5.3rem;
    line-height: 5.5rem;
	font-family: "Raleway", sans-serif;
	font-weight: 700;
	margin: 0 0 15px 0;
	word-break: keep-all;
}
h2 {
	font-size: 4.4rem;
    line-height: 4.6rem;
	font-family: "Raleway", sans-serif;
    font-weight: 700;
	margin: 0 0 10px 0;
	word-break: keep-all;
}
h3 {
	font-size: 2.6rem;
    line-height: 2.8rem;
    font-weight: 700;
	font-family: "Raleway", sans-serif;
	margin: 0 0 10px 0;
}
h4 {
	font-size: 2rem;
	line-height: 2.2rem;
	font-family: "Raleway", sans-serif;
	font-weight: 600;
	margin: 0 0 10px 0;
}
h5 {
	font-size: 1.8rem;
	line-height: 2rem;
	font-family: "Raleway", sans-serif;
	margin: 0 0 10px 0;
}
p, ul {
	font-size: 1.7rem;
	line-height: 2.2rem;
	font-family: 'Raleway', sans-serif;
	font-weight: 500;
	margin-bottom: 15px;
}
p:last-child {
	margin-bottom: 0;	
}
a {
	color: var(--color-brand-red);
	text-decoration: underline;
}
a:hover {
	color: var(--color-brand-red);
	text-decoration: none;
}
em, i {
    font-weight: 300;
	font-style: italic;
}
strong, b {
	font-weight: 800;
}
	@media screen and (max-width: 1024px) {
		h1 {
			font-size: 3.5rem;
		    line-height: 3.6rem;
		}
		h2 {
			font-size: 2.8rem;
		    line-height: 3rem;
		}
		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;
		}
	}

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

    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-brand-red-dark);
	padding: 10px 40px;
	text-align: center;
	font-size: 1.2rem;
	display: block;
}
#site-alert p {
	margin: 0;
	color: var(--color-brand-white);
	font-weight: 500;
}
#site-alert a {
	margin: 0;
	color: var(--color-brand-white);
	text-decoration: underline;
}

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

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

    Header

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

#site-header {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 5;
	background-color: var(--color-brand-black);
	transition: all 0.5s;
}
#site-header .nav-bar {
	min-height: 90px;
	transition: all 0.5s;
	margin: 0;
	max-width: unset;
	box-shadow: 0 3px 3px 0px rgba(0,0,0,0.3);
    z-index: 999999;
}
#site-header .nav-wrap {
	transition: linear 0.3s;
	align-self: center;
	min-height: 100%;
	max-width: unset;
}
#logo-container {
	display: flex;
	flex: 1;
	margin-left: 30px;
	padding-right: 10px;
}
#site-logo {
	max-width: 220px;
	transition: linear 0.3s;
	position: relative;
}
@media screen and (max-width: 1024px) {
	#site-header {
		background-color: var(--color-brand-black);
	}
	#site-header .nav-bar {
		min-height: 60px;
		margin: 0;
	}
	#logo-container {
		margin-left: 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-black) !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-black);
}
#site-header.scrolled img#site-logo {
	max-width: 140px !important;
}
#site-header.scrolled .menu-flyout-wrap {
	top: 60px;
}
/* ------------------------------------------

    Navigation

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

#main-nav {
	display: flex;
	transition: linear 0.3s;
	font-family: 'Raleway', sans-serif;
	position: relative;
}
#main-nav ul {
	display: flex;
	white-space: nowrap;
	align-items: center;
	margin-bottom: 0;
}
#main-nav ul > li {
	position: relative;
	height: 100%;
    display: flex;
	align-items: center;
}
#main-nav ul > li.menu-item-has-children:hover::after,
#main-nav ul > li.menu-item-has-children:focus-within::after  { /* fixes gap */
	content: '';
	position: absolute;
	top: 100%;
	left: 0;
	width: 100%;
	height: 35px;
	pointer-events: auto;
}
#main-nav a {
	font-size: 1.4rem;
	line-height: 1.4rem;
	font-weight: 800;
	color: var(--color-brand-white);
	display: inline-block;
	text-decoration: none;
	text-transform: uppercase;
	padding: 0 20px;
	position: relative;
}
#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 .nav-btn a::after {
	display: none;
}

#main-nav ul.sub-menu {
	position: absolute;
	display: none;
	min-width: 200px;
	text-align: left;
	white-space: nowrap;
	background-color: var(--color-brand-red);
	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: 65px; 
}
#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-brand-white);
	margin-bottom: 0;
}
#main-nav ul.sub-menu a::before {
	content: none;
}

#main-nav > ul > li:not(.nav-btn).current-menu-item > a::before,
#main-nav > ul > li:not(.nav-btn).current-menu-ancestor > a::before,
#main-nav > ul > li:not(.nav-btn).current-page-ancestor > a::before,
#main-nav > ul > li:not(.nav-btn) > a:hover::before {
  content: "";
  height: 1px;
  width: 30px;
  background-color: var(--color-brand-red);
  position: absolute;
  top: 23px;
  left: 50%;
  transform: translateX(-50%);
  transition: opacity 0.5s;
  opacity: 1;
}

/* Nav Button */
#menu-main-menu .nav-btn {
  background-color: var(--color-brand-red);
  border-bottom: 4px solid var(--color-brand-red-dark);
  margin-left: 2px;
}
#main-nav .nav-btn a {
  color: var(--color-brand-white);
  position: relative;
  overflow: hidden;
  z-index: 1;
}
#main-nav i.fa-solid {
	margin-right: 10px;
}
#main-nav .menu .nav-btn:nth-of-type(6) {
    margin-left: 20px;
}
#main-nav .nav-btn a span {
  position: relative;
  z-index: 2;
  display: inline-block;
}

#main-nav .nav-btn a:hover::before {
  opacity: .5;
}

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

/* FLYOUT WRAPPER */
.nav-bar, .nav-wrap, #main-nav {
	position: relative;
}

.menu-flyout-wrap {
	position: absolute;
	top: 90px;
	left: -50px;
	background-color: var(--color-brand-red);
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
	z-index: 10;
	padding: 15px;
	opacity: 0;
	visibility: hidden;
	transform: translateY(10px);
	transition: opacity 0.3s ease, transform 0.3s ease;
}
#main-nav .menu .nav-btn:nth-of-type(6) .menu-flyout-wrap{
	left: -350px;
}


/* REVEAL ON HOVER */
#main-nav ul > li:hover > .menu-flyout-wrap {
	opacity: 1;
	visibility: visible;
	transform: translateY(0);
}

/* INNER LAYOUT CONTAINER */
.menu-flyout-wrap .flyout-inner {
	display: flex;
}

/* SUB-MENU WRAPPER */
.menu-flyout-wrap .sub-menu {
	flex: 1;
	padding: 8px 10px;
	min-width: 200px;
	background-color: transparent;
	position: relative;
	z-index: 2;
}

/* RESET UL INSIDE SUB-MENU */
.menu-flyout-wrap .sub-menu ul {
	list-style: none;
	margin: 0;
	padding: 0;
	display: flex;
	flex-direction: column;
}
.menu-flyout-wrap .sub-menu ul li {
	padding: 15px 0;
	width: 100%;
    border-bottom: 1px var(--color-brand-red-dark) solid;
	text-wrap:wrap;
	width: 300px;
}
.menu-flyout-wrap .sub-menu ul li:last-of-type {
    border-bottom: none;
}
.menu-flyout-wrap .sub-menu ul li:hover {
    background-color: var(--color-brand-red-dark);
	transition: background-color 0.5s;
}
#main-nav .menu-flyout-wrap .sub-menu ul li a {
	padding: 0 0 0 10px;
}
/* FLYOUT IMAGE */
.menu-flyout-wrap .nav-flyout-image {
	width: 280px;
	height: 260px;
	flex-shrink: 0;
	overflow: hidden;
	padding: 12px;
}

.menu-flyout-wrap .nav-flyout-image img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

/* RESPONSIVE TWEAKS */
@media screen and (max-width: 1240px) {
	#main-nav a {
		font-size: 1.2rem;
		padding: 0 15px;
		}
	}
@media screen and (max-width: 1110px) {
	#main-nav a {
		font-size: 1.1rem;
		padding: 0 10px;
	}
}

/* ------------------------------------------
    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-red);
  font-family: 'Raleway', 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;
  overflow-y: auto;
	-webkit-overflow-scrolling: touch;
  max-height: 100vh;
}
#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: 2rem;
	line-height: 4rem;
	font-weight: 700;
	display: block;
	color: var(--color-brand-white);
	padding: 0 10px;
	text-decoration: none;
	transition: background-color 0.5s;
}
#mobile-nav ul {
	margin: 10px 0 80px 0;
}
#mobile-nav nav .sub-menu {
	display: none;
    border-left: 1px var(--color-brand-white) solid;
    margin: 0 0 0 20px;
}
#mobile-nav .sub-menu li a {
	font-size: 1.7rem;
	font-weight: 700;
}
#nav-trigger [id^="hamburger-"] {
	height: 2px;
	background-color: var(--color-brand-white);
	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-brand-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: 500;
	display: inline-block;
}
li.mnav-trigger > a::after {
	content: "\f067";
	font-family: 'Font Awesome 6 Pro';
	font-weight: 500;
	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-white);
	cursor: pointer;
	padding: 0 20px;
	align-self: center;
}
.search-trigger:hover {
	color: var(--color-brand-red);
}

#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-black);
	cursor: pointer;
	display: block;
}

/* Search Overlay */
.search-box {
	display: none;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.8);
	z-index: 1000;
}
.search-box.open {
	display: block;
}
.search-container {
	height: 100%;
    display: flex;
    justify-content: center;
}
.search-container .search-form {
	max-width: 1040px;
	padding: 0 40px;
	flex-direction: column;
}
.search-form {
	display: flex;
	align-items: flex-start;
	padding: 20px 0;
	flex-grow: 1;
	align-self: center;
}
.search-box-header {
	font-size: 6rem;
    line-height: 6rem;
    font-weight: 700;
	color: var(--color-brand-white);
	margin-bottom: 10px;
}

.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-red);
	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-red);
}

/* Search Close */
#search-close {
	position: absolute;
	top: 32px;
	right: 20px;
	font-size: 2.5rem;
	color: var(--color-brand-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;
	}
}



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

.narrow {
    max-width: 1140px;
}
.narrower {
    max-width: 1024px;
}


/* ------------------------------------------
    ACCORDION PANEL 
------------------------------------------ */

.row.accordion {
    flex-direction: column;
}
.row.accordion h3 {
font-size: 3.6rem;
    line-height: 3.8rem;
	font-weight: 500;
	font-family: 'Capture It', sans-serif;
	color: var(--color-brand-red);
    flex-direction: column;
	margin-bottom: 20px;
}
.row.accordion-intro {
	margin-bottom: 20px;
    flex-direction: column;
}
.accordion-button {
	margin-top: 40px;
}
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 0;
    margin: 0 auto 15px;
    cursor: pointer;
	background-color: var(--color-brand-gray-light);
}
ul.accordion-list li h4 {
	font-weight: 700;
	display: flex;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
	padding: 0 20px;
	margin: 0;
	letter-spacing: 0.01em;
	cursor: pointer;
}
div.answer {
	position: relative;
	width: 90%;
	margin: 0 0 0 20px;
	padding: 0;
}
div.answer p {
	padding: 10px 0 0;
	margin: 0 0 15px;
	font-weight: 500;
}
div.answer p:last-child {
	margin: 0;
}
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-red);
    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: 760px) {
	ul.accordion-list li h3 {
		font-size: 2rem;
	}
	ul.accordion-list li h4 {
		font-size: 1.7rem;
		line-height: 2rem;
	}
	ul.accordion-list li h4:after {
	    font-size: 2.4rem;
		margin-top: 1px;
	}
}
/* ------------------------------------------
    Accordion Vertical Panel 
------------------------------------------ */

/*  Header & Intro Styling  */
.vertical-accordion {
    flex-direction: column;
	margin-bottom: 30px;
	z-index: 2;
}
.vertical-accordion pre {
    font-weight: 700;
    margin-bottom: 10px;
}
.vertical-accordion h2 {
    margin-bottom: 10px;
    font-weight: 700;
    color: var(--color-brand-red);
	max-width: 650px;
}
.vertical-accordion-intro {
	max-width: 800px;
    margin-bottom: 10px;
}
/*  Accordion Layout  */
.vertical-accordion-container {
	display: flex;
	gap: 2rem;
	align-items: stretch;
	z-index: 2;
}
.vertical-accordion-left {
    width: 50%;
    min-height: 500px;
}
.vertical-accordion-image {
	width: 100%;
	height: 100%;
	min-height: 500px;
	background-size: cover;
	background-position: top center;
	background-repeat: no-repeat;
	transition: background-image 0.4s ease-in-out; 
}

/*  Accordion List Styles  */
.vertical-accordion-right {
	flex: 1;
	display: flex;
	flex-direction: column;
}
ul.vertical-accordion-list {
	list-style: none;
	margin: 0;
	padding: 0;
	width: 100%;
	display: flex;
	flex-direction: column;
	height: 100%;
	gap: 10px
}
ul.vertical-accordion-list li {
	background-color: var(--color-brand-gray-dark);
	padding: 30px;
	cursor: pointer;
	transition: background 0.3s ease;
	display: flex;
	flex-direction: column;
	justify-content: flex-start;
	flex-grow: 1;
	height: auto;
}
ul.vertical-accordion-list li.active {
	flex-grow: 1;
	height: 100%;
	background-color: var(--color-brand-red);
}
.vertical-accordion-panel.text-green .vertical-accordion-list > li.active {
	background-color: var(--color-brand-green);
}
.accordion-counter {
	margin-right: 5px;
	width: 10px;
}
.accordion-counter i {
	font-size: 1.6rem;
	line-height: 2rem;
	color: var(--color-brand-white) !important; /* or white if on red bg */
}

ul.vertical-accordion-list li h3 {
    font-size: 2rem;
    line-height: 2.2rem;
	display: block; 
    padding: 0 0 0 0;
    margin: 0;
    font-weight: 700;
    color: var(--color-brand-gray-medium) !important;
    letter-spacing: 0.01em;
    position: relative;
}
ul.vertical-accordion-list li.active h3,
ul.vertical-accordion-list li.active p,
ul.vertical-accordion-list li p {
    color: var(--color-brand-white) !important;
}

ul.vertical-accordion-list li h3:after {
    content: '\f077';
    font-size: 2rem;
    color: var(--color-brand-white);
    font-family: 'Font Awesome 6 Pro';
    font-weight: 600;
    position: absolute;
    right: 0;
    top: 0;
    transform: rotate(0deg);
	opacity: 1;
}

ul.vertical-accordion-list.initialized li h4:after {
    transition: transform 0.4s ease-in-out;
}

ul.vertical-accordion-list.initialized li.active h4:after {
    transform: rotate(540deg);
	opacity: .5;
}

ul.vertical-accordion-list:not(.initialized) li.active h4:after {
    transform: rotate(0deg);
}
.vertical-answer {
    margin-left: 28px;
}
.vertical-answer p {
    padding: 10px 0 0;
    margin: 0 0 15px;
    font-weight: 500;
}
.vertical-answer p:last-child {
    margin: 0;
}
.vertical-answer ul, .vertical-answer ol {
    padding-left: 20px;
}
.vertical-answer ul li, .vertical-answer ol li {
    padding: 0;
    border-bottom: none;
    display: list-item;
	background-color: unset;
    font-weight: 500;
    color: var(--color-brand-white) !important;
}
.vertical-answer ul li {
    list-style-type: circle;
}
.vertical-answer ol li {
    list-style-type: auto;
    font-weight: 300;
}
.vertical-answer a {
    color: var(--color-brand-white) !important;
	text-decoration: underline;
}
.vertical-answer a:hover {
    color: var(--color-brand-white) !important;
	text-decoration: none;
}
	@media screen and (max-width: 1024px) {
	    .vertical-accordion-container {
	        flex-direction: column;
	    }
		.vertical-accordion-image {
			min-height: 350px;
		}
	    .vertical-accordion-left {
	        width: 100%;
	        height: 300px;
	        min-height: 300px;
	        margin-bottom: 30px;
	    }
		ul.vertical-accordion-list li {
			padding: 20px;
		}
	}
	
	@media screen and (max-width: 760px) {
		ul.vertical-accordion-list li {
			padding: 20px;
		}
	    ul.vertical-accordion-list li h4 {
	        font-size: 1.7rem;
	    }
		.vertical-accordion-image {
			min-height: 320px;
		}
	}



/* ------------------------------------------
    ACTION PANEL
------------------------------------------ */

.action-panel-container {
  display: flex;
  flex-direction: row;
  min-width: 100%;
}
.action-panel-item {
  flex: 1 1 350px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
  overflow: hidden;
  min-height: 350px;
  color: white;
  padding: 40px;
  border: 5px solid var(--color-brand-white);
  background-color: var(--color-brand-black);
}

.action-panel-bg {
  position: absolute;
  inset: 0;
  background-size: cover;
  background-position: center;
  filter: grayscale(100%);
  background-color: var(--color-brand-black);
  z-index: 0;
}

.action-panel-content {
  position: relative;
  z-index: 2;
}
.action-panel-content h3 {
  color: var(--color-brand-white);;
}

.action-panel-item::before {
  content: "";
  position: absolute;
  inset: 0;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1;
}
.action-panel-item:not(:last-child) {
  border-right: none;
}
@media screen and (max-width: 1024px) {
	.action-panel-container {
	  flex-direction: column;
	  border: none;
	}
	.action-panel-item {
	    border: 5px solid var(--color-brand-white);
	}
	.action-panel-item:not(:last-child) {
	  border-bottom: none;
	  border-right: 5px solid var(--color-brand-white);
	}
}
/* ------------------------------------------
    BASIC CONTENT PANEL
------------------------------------------ */

.basic-content-panel.row.full {
	text-align: left;
    display: flex;
    align-items: center;
}
.basic-content-panel-wrap {
    width: 100%;
    gap: 10px;
    display: flex;
    flex-direction: column;
}
.basic-content-panel-wrap li,
.basic-content li {
    list-style: disc;
    margin-left: 20px;
}
.basic-content {
	justify-content: flex-start;
}
.basic-content p {
	margin-bottom: 10px;
}

/* ------------------------------------------
    CARD REPEATER PANEL (VOL AWARDS)
------------------------------------------ */

.card-panel-wrap h2 {
	flex: 1;
	font-family: 'Capture It', sans-serif;
    font-weight: 500;
	letter-spacing: .5px;
	margin-bottom: 30px;
}
.card-panel-wrap .card-intro {
	margin-bottom: 20px;
}
.row.card-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 30px;
}
article.card-item {
	color: var(--color-brand-white);
	background-color: var(--color-brand-red);
	box-shadow: 0px 0px 13px rgba(0,0,0,0.36);
}
.card-img {
	width: 100%;
	aspect-ratio: 1 / 1;
	background-size: cover;
	background-position: center;
	background-repeat: no-repeat;
}
.card-container {
	margin: 30px;
	text-align: left;
}
.card-container h3 {
	color: var(--color-brand-black);
}
.card-container p,
.card-container a {
	font-weight: 500;
	color: var(--color-brand-white);
}
.card-container ul li {
    list-style-type: circle;
    margin-left: 20px;
	color: var(--color-brand-white);
}
.card-container ol li {
    list-style-type: auto;
    margin-left: 20px;
	color: var(--color-brand-white);
}
.card-container-arrow {
    text-align: right;
    font-size: 3rem;
}
.card-container-arrow a {
	color: var(--color-brand-white);
	transition: transform 0.3s ease, color 0.3s ease;
	display: inline-block;
}
.card-container-arrow a:hover {
	transform: translateX(5px);
}
	@media screen and (max-width: 1024px) {
		.row.card-wrap {
			grid-template-columns: 1fr 1fr;
		}
	}
	@media screen and (max-width: 768px) {
		.row.card-wrap {
			grid-template-columns: 1fr;
		}
	}

/* ------------------------------------------
    COLUMN REPEATER PANEL (PAST AWARDS)
------------------------------------------ */

.column-panel-wrap h2 {
	flex: 1;
	font-family: 'Capture It', sans-serif;
    font-weight: 500;
	letter-spacing: .5px;
	margin-bottom: 30px;	
}
.column-wrap {
  display: grid;
  gap: 30px;
}
.column-wrap.cols-1 {
  grid-template-columns: repeat(1, 1fr);
 }
.column-wrap.cols-2 {
  grid-template-columns: repeat(2, 1fr);
}
.column-wrap.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.column-wrap.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}

.column-item[class*="bgcolor-"] {
	padding: 30px;
}

.column-container {
	position: relative;
}
.column-container a  {
	line-height: 2.4rem;
 	color: var(--color-brand-red-dark);
}

.column-container-title {
	max-width: fit-content;
    padding: 10px 30px;
	transform: rotate(-4deg);
	margin-bottom: 20px;
}
.column-container h3 {
	position: relative;
	z-index: 2;
	margin: 0;
	color: var(--color-brand-white) !important;
	background-color: var(--color-brand-black);
}
.column-container-bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
}
.column-container-link {
	position: relative;
	display: inline-block;
	padding-right: 2rem; 
	text-decoration: none;
	font-weight: 500;
	margin-bottom: 5px;
}
.column-container-link:hover {
	color: var(--color-brand-red);
	text-decoration: none;
}
.column-container-link::after {
	font-family: "Font Awesome 6 Pro";
	content: "\f178"; 
	font-size: 0.8rem;
	color: var(--color-brand-red);
	position: absolute;
	right: 0;
	top: 50%;
	transform: translateY(-50%);
	pointer-events: none;
	transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease;
}
.column-container-link:hover::after {
	transform: translateY(-50%) translateX(3px);
}
@media (max-width: 1024px) {
  .column-wrap {
    grid-template-columns: 1fr !important;
  }
}


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

.contact-panel.row.full {
}

.row.contact-header {
    flex-direction: column;
	margin-bottom: 40px;
}

.contact-container {
    display: flex;
    flex-direction: row;
	gap: 50px;
    text-align: left;
}
.contact-info.hide-contacts {
	display: none;
}
.contact-info {
	flex: 1;
	max-width: 42%;
	text-align: left;
}
.contact-info h2,
.contact-form h2 {
	font-family: 'Capture It', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
}
.contact-info a {
	color: var(--color-brand-white);
	text-decoration: underline;
}
.contact-form {
	flex: 1;
	max-width: 58%;
	text-align: left;
}
		@media screen and (max-width: 768px) {
		  .contact-container {
		    flex-direction: column;
		  }
		  .contact-info, .contact-form {
		    max-width: unset;
			width: 100%;
		  }
		}

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

.hero-panel.row.full {
	height: 820px;
	background-color: var(--color-brand-black);
}
.full.row.hero-panel.hero-large {
	height: 820px;
	overflow: hidden;
}
.full.row.hero-panel.hero-medium {
	height: 620px;
}
.full.row.hero-panel.hero-small {
	height: fit-content;
	min-height: 350px;
    align-items: flex-end;
    display: flex;
}

.row.hero-text {
    flex-direction: column;
    text-align: left;
    width: 100%;
	z-index: 1;
	margin-bottom: 30px;
}
.hero-text h1 {
	font-weight: 800;
	display: flex;
	align-items: center;
	gap: 1rem;
	color: var(--color-brand-white);
	margin-bottom: 15px;
	z-index: 1;
	opacity: 0;
	animation: fadeUpHold 0.6s ease-out forwards;
	animation-delay: 0.2s;
	position: relative;
}
.row.hero-text h1 img {
	width: 100%;
    max-width: 700px;
}
.row.hero-text img {
    width: unset;
}

body.home h1,
body.home .hero-panel h2  {
	font-size: 7.6rem;
	line-height: 7.6rem;
	max-width: 60%;
}

.hero-text h2 {
	color: var(--color-brand-white);
	margin-bottom: 10px;
	z-index: 1;
	opacity: 0;
	transform: translateY(20px);
	animation: fadeSlideUp 0.6s ease-out forwards;
	animation-delay: 0.6s;
	max-width: 60%;
}
.hero-text p {
	margin-bottom: 15px;
	max-width: 60%;
	color: var(--color-brand-white);
	font-weight: 600;
	text-shadow: 0 0 5px rgba(0,0,0,0.9);
}
.hero-text .btn {
	margin-top: 25px;
}
#hero-video {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
    min-width: 100%;
    min-height: 100%;
    height: auto;
    width: auto;
    opacity: 1;
    object-fit: cover;
}
.hero-panel .controls {
	position: absolute;
	z-index: 3;
	bottom: 7em;
	right: 0; 
}
.hero-panel .controls .playpause {
    width: 3rem;
    height: 3rem;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    border: 2px solid #fff;
    background: rgba(0, 0, 0, 0.5);
    color: #fff;
    font-size: 0.6rem;
	font-weight: bold;
    border-radius: 50%;
}

.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: 0;
}
.hero-video-wrap {
  position: relative;
}
.hero-video-wrap video {
  width: 100%;
  height: auto;
  display: block;
}
.hero-gradient-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to right,
        rgba(0, 0, 0, 0.8) 0%,
        rgba(0, 0, 0, 0.6) 30%,
        rgba(0, 0, 0, 0.3) 50%,
        rgba(0, 0, 0, 0) 60%,
        rgba(0, 0, 0, 0) 100%);
    pointer-events: none;
    z-index: 0;
}

.hero-slanted-divider {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  z-index: 1;
  pointer-events: none;
}
.hero-slanted-divider::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: currentColor;
}
.hero-slanted-divider.left::after {
  clip-path: polygon(0 0, 100% 100%, 0 100%);
}
.hero-slanted-divider.right::after {
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
}
.hero-slanted-divider.bottom-black     { color: var(--color-brand-black); }
.hero-slanted-divider.bottom-gray-dark    { color: var(--color-brand-gray-dark); }
.hero-slanted-divider.bottom-gray-medium  { color: var(--color-brand-gray-medium); }
.hero-slanted-divider.bottom-gray-light   { color: var(--color-brand-gray-light); }
.hero-slanted-divider.bottom-red       { color: var(--color-brand-red); }
.hero-slanted-divider.bottom-green       { color: var(--color-brand-green); }
.hero-slanted-divider.bottom-white     { color: var(--color-brand-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: 1240px) {
		.full.row.hero-panel.hero-large, 
		.full.row.hero-panel.hero-medium,
		.hero-panel.row.full {
			height: 700px;
			min-height: fit-content;
			padding: 50px 0 100px;
		}
		body.home h1,
		body.home .hero-panel h2 {
			font-size: 6.4rem;
			line-height: 6.4rem;
			max-width: 70%;
		}
		.hero-panel .controls {
		    bottom: 3rem;
		}
	}

	@media screen and (max-width: 1024px) {
		.full.row.hero-panel.hero-large, 
		.full.row.hero-panel.hero-medium,
		.hero-panel.row.full {
			height: 550px;
		}
		body.home h1,
		body.home .hero-panel h2 {
			font-size: 5rem;
			line-height: 5rem;
			max-width: 80%;
		}
		.hero-text p,
		.hero-text h2 {
			max-width: 80%;
		}
		.hero-panel .controls {
		    bottom: unset;
			top: 0;
		    right: 0;
		}
		.hero-gradient-overlay {
		    background: linear-gradient(to right,
		        rgba(0, 0, 0, 0.8) 0%,
		        rgba(0, 0, 0, 0.6) 30%,
		        rgba(0, 0, 0, 0.5) 50%,
		        rgba(0, 0, 0, 0.4) 75%,
		        rgba(0, 0, 0, 0) 100%);
		}
	}
	@media screen and (max-width: 760px) {
		.full.row.hero-panel.hero-large, 
		.full.row.hero-panel.hero-medium,
		.hero-panel.row.full {
			height: 450px;
		}
		body.home h1,
		body.home .hero-panel h2  {
			font-size: 3.5rem;
			line-height: 3.5rem;
			max-width: 100%;
		}
		.hero-text p,
		hero-text h2  {
			max-width: 100%;
		}
		.hero-gradient-overlay {
		    background: linear-gradient(to right,
		        rgba(0, 0, 0, 0.8) 0%,
		        rgba(0, 0, 0, 0.6) 30%,
		        rgba(0, 0, 0, 0.5) 50%,
		        rgba(0, 0, 0, 0.2) 100%);
		}

	}	

/* ------------------------------------------
    History Panel 
------------------------------------------ */

.history-head {
	display: flex;
	flex-direction: row;
	position: relative;
    justify-content: left;
	margin-bottom: 20px;
	z-index: 2;
}
.history-head h2 {
	font-family: 'Capture It', sans-serif;
	font-weight: unset;
	font-size: 5.5rem;
}
.history-slide-nav {
	position: absolute;
	top: 0;
	right: 0;
    justify-content: right;
	display: flex;
	gap: 5px;
	flex: 1;
    align-items: middle;
	height: 54px;
	z-index: 10;
}
.history-slide-nav button {
	border: none;
	cursor: pointer;
	transition: background 0.3s ease;
	font-size: 3rem;
	background: none;
}
.history-slide-nav button i {
	color: var(--color-brand-red) !important;
}
.history-wrap {
	display: flex;
	gap: 20px;
	overflow-x: auto;
	scroll-behavior: smooth;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: none;
	cursor: grab;
	padding-right: 60px;
	margin: 20px 0;
	z-index: 2;
}
.history-wrap.active {
    cursor: grabbing;
}
.history-wrap::-webkit-scrollbar { 
    display: none; 
}
.history-item {
    display: flex;
    flex-direction: column;
    position: relative;
	will-change: transform, border-radius;
    min-width: 380px;
    max-width: 380px;
    scroll-snap-align: start;
    user-select: none;
    transition: transform 0.5s ease-out;
    margin-top: 20px;
	position: relative;
	color: var(--color-brand-white);
}
.history-item.slide-in {
    transform: translateX(0); 
}
.history-item.active {
    cursor: grabbing;
    scroll-behavior: auto;
}
.history-item:first-of-type {
	margin-left: 30px;
}
.history-img {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
	z-index: 1;
	position: relative;
}
.history-img img {
    pointer-events: none;
    width: 100%;
    height: auto;
}
.history-title {
	position: relative;
	max-width: fit-content;
    padding: 10px 30px;
	position: absolute;
	top: -16px;
	left: -8px;
	transform: rotate(-4deg);
	z-index: 1;
}

.history-title h3 {
	position: relative;
	z-index: 2;
	margin: 0;
	color: white !important;
}

.history-title-bg {
	position: absolute;
	inset: 0; /* top: 0; right: 0; bottom: 0; left: 0 */
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
}

.history-title-text {
	padding: 20px 30px 25px 30px;
	background-color: var(--color-brand-red);
	flex: 1;
}
.history-title-text p {
	font-weight: 500;
}


@media screen and (max-width: 1024px) {
	.history-head h2 {
		font-size: 4.5rem;
	}
	.history-wrap {
        gap: 5px;
		padding-left: 20px;
    }
    .history-item {
        min-width: 320px;
        max-width: 320px;
		padding: 10px;
    }
	.history-title-text {
		padding: 20px 15px 15px 15px;
	}
}
@media screen and (max-width: 768px) {
	.history-head {
		flex-direction: column;
	}
	.history-head h2 {
		font-size: 3.5rem;
	}
	.history-slide-nav {
		position: revert;
		justify-content: left;
		gap: 10px;
	}
	.history-slide-nav button {
		padding: 0;
	}
}


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

.icon-panel.row.full {
	text-align: center;
}
.icon-panel h2 {
	font-family: 'Capture It', sans-serif;
    font-weight: 500;
	letter-spacing: .5px;
}

.row.icon-wrap {
	display: grid;
	grid-template-columns: 1fr 1fr 1fr;
	gap: 90px;
	padding: 20px;
    max-width: fit-content;
	margin-top: 40px;
	z-index: 2;
}
.icon-item {
	position: relative;
}
.icon-img img {
    max-width: 220px;
	margin-bottom: 20px;
}
.icon-item .icon-title {
	max-width: fit-content;
    padding: 10px 30px;
	transform: rotate(-4deg);
	z-index: 1;
	margin: -50px auto 0 auto;
}
.icon-item:nth-of-type(even) .icon-title {
	transform: rotate(4deg) !important;
}
.icon-title h3 {
	position: relative;
	z-index: 2;
	margin: 0;
	color: var(--color-brand-white) !important;
}
.icon-subtitle {
	color: var(--color-brand-white);
	margin-top: 10px;
}

.icon-title-bg {
	position: absolute;
	inset: 0;
	z-index: 1;
	background-size: cover;
	background-repeat: repeat;
	background-position: center;
	pointer-events: none;
}

.icon-title-text {
	padding: 40px;
	background-color: var(--color-brand-red);
	min-height: 100%;
}
.icon-title-text p {
	font-weight: 500;
}

	
.icon-cta {
  position: relative;
  display: inline-block;
  padding-right: 2rem; 
  color: var(--color-brand-white);
  text-decoration: none;
  font-weight: 700;
  margin-top: 20px;
}
.icon-cta:hover {
  color: var(--color-brand-white);
  text-decoration: none;
}
.icon-cta::after {
  font-family: "Font Awesome 6 Pro";
  content: "\f178"; 
  font-size: 0.8rem;
  color: var(--color-brand-white);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  pointer-events: none;
  transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease;
}
.icon-cta:hover::after {
  transform: translateY(-50%) translateX(3px);
}

	@media screen and (max-width: 760px) {
		.row.icon-wrap {
			grid-template-columns: 1fr;
			gap: 40px;
		}
	}

/* google map */

.row.container-maps {
	margin: 50px 20px 20px 20px;
}
.deployment-map {
	height: 640px; 
	width: 100%;
}
.gm-style-iw-d {
    overflow: hidden;
    max-width: 252px;
}
.gm-style-iw-chr {
    overflow: visible;
    position: absolute;
    right: 0;
    top: 0;
}
	@media screen and (max-width: 1024px) {
		.deployment-map {
			height: 500px; 
		}
	}
	@media screen and (max-width: 768px) {
		.deployment-map {
			height: 300px; 
		}
	}

/* ------------------------------------------
    LOGO SLIDER PANEL (home)
------------------------------------------ */

.logo-slider-panel.row.full {
	text-align: center;
	background-color: var(--color-brand-red);
}
.logo-slider-panel h3 {
	margin: 40px 0 0 0;
	font-family: 'Capture It', sans-serif;
	color: var(--color-brand-white);
	font-weight: unset;
}
.row.logo-slider-wrap {
  display: flex;
  gap: 90px;
  padding: 20px;
}
.logo-slider .splide__slide {
  text-align: center;
  padding: 10px;
}
.logo-slider-padding-wrap {
  padding: 0;
  position: relative;
  max-width: 100%;
  z-index: 1;
}

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

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

.logo-slider-img img {
  width: 100%;
  max-width: 150px;
  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: 760px) {
	}



/* ------------------------------------------
    NEWS FEED (LOOP)
 ------------------------------------------ */
 
.news-feed-panel {
	position: relative;
}
.news-feed-panel-overflow.two-column-layout {
	display: flex;
	gap: 40px;
}
.news-feed-left {
	width: 360px;
	padding: 40px;
	z-index: 2;
}
.news-feed-left h2 {
	font-size: 7.5rem;
	line-height: 7.6rem;
	margin-bottom: 40px;
}
.news-feed-arrows {
	display: flex;
	gap: 10px;
}
	/* Arrow buttons */
	.news-scroll-arrow {
		transform: translateY(-50%);
		border: none;
		padding: 10px;
		cursor: pointer;
		z-index: 1;
		transition: background 0.3s ease;
		font-size: 4.5rem;
		background: none;
	}
	.news-scroll-arrow.left i,
	.news-scroll-arrow.right i {
		color: var(--color-brand-red) !important;
	}
	.news-scroll-arrow i:hover {
		color: var(--color-brand-red-medium) !important;
	}
	
.news-feed-right {
	flex: 1;
	overflow: hidden;
}
.news-feed-scroll-container {
	width: 100%;
	overflow-x: hidden;
	touch-action: inherit;
	scroll-behavior: smooth;
	position: relative;
}

.news-feed-wrapper {
	display: grid;
	grid-auto-flow: column;
	grid-auto-columns: 360px;
	gap: 40px;
	padding: 10px;
}
.news-feed-wrapper::-webkit-scrollbar {
	display: none;
}

.news-feed-item {
	flex-shrink: 0;
	scroll-snap-align: start;
	text-align: left;
	padding: 0;
	position: relative;
	color: var(--color-brand-black);
	background-color: var(--color-brand-white);
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
	height: 100%;
	transition: box-shadow 0.3s ease, transform 0.3s ease;
	opacity: 1;
}
article.news-feed-item-last{
	max-width: 580px;
	min-width: 580px; 
    display: flex;
	padding-left: 50px;
    background-color: #e1e1e1;
    height: 100%;
}
a.news-feed-item-last-link {
    font-size: 3.1rem;
	line-height: 3.1rem;
	color: var(--color-brand-black) !important;
}
a.news-feed-item-last-link:hover {
	text-decoration: none;
	color: var(--color-brand-red) !important;
}
.news-feed-item:hover {
	text-decoration: none;
	box-shadow: 0 3px 13px rgba(0, 0, 0, 0.2);
}
.news-thumb {
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
	max-height: 400px;
			aspect-ratio: 1 / 1;
}
.news-feed-link {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	text-decoration: none;
	color: inherit;
	flex-grow: 1;
	height: 100%; 
}
.news-feed-link:hover {
	text-decoration: none;
	opacity: 0.95;
}

.news-feed-copy {
	padding: 30px;
	position: relative;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
	flex-grow: 1;
}
.news-feed-copy date {
	font-size: 1.5rem;
    line-height: 1.5rem;
	margin-bottom: 5px;
}
.news-feed-copy h3 {
	padding-bottom: 40px;
	color: var(--color-brand-black) !important;
	font-weight: 500;
}
.news-arrow {
	margin-top: auto;
	align-self: flex-end;
	position: relative;
}

.news-arrow i.fa-arrow-right {
	font-size: 4rem;
	color: var(--color-brand-red) !important;
	transition: transform 0.3s ease, opacity 0.3s ease, color 0.3s ease;
	opacity: 0.85;
	transform: translateX(0);
	font-weight: 400;
}
.news-feed-link:hover .news-arrow i.fa-arrow-right {
	transform: translateX(5px);
	opacity: 1;
}

	@media screen and (max-width: 1200px) {
		.news-thumb {
		}
	}
	
	@media screen and (max-width: 1024px) {
		.news-feed-left h2 {
		    font-size: 5rem;
		    line-height: 5rem;
		    margin-bottom: 30px;
		}
		.news-feed-copy {
			padding: 20px;
		}
		.news-arrow i.fa-arrow-right {
			font-size: 3.4rem;
		}
	}
	
	@media screen and (max-width: 768px) {
		.news-feed-panel-overflow.two-column-layout {
			display: unset;
			gap: 20px;
		}
		.news-feed-panel {
		    position: relative;
		    padding: 50px 0;
		}
		.news-feed-left {
			width: 100%;
			padding: 0 20px;
			display: flex;
		}
		.news-feed-left h2 {
		    font-size: 3.5rem;
		    line-height: 3.5rem;
		    margin-bottom: 30px;
			flex-grow: 1;
		}
		.news-feed-arrows {
			margin-top: 0;
		    justify-content: flex-end;
		    align-items: flex-start;
		}
		.news-scroll-arrow {
			transform: unset;
			padding: 0;
		}
		.news-scroll-arrow {
			font-size: 3.5rem;
		}
		.news-arrow i.fa-arrow-right {
			font-size: 2.8rem;
		}
		.news-feed-wrapper {
		    margin-left: 10px;
			grid-auto-columns: 270px;
		}
	}

/* ------------------------------------------
    NEWS ARCHIVES ACCORDION PANEL
------------------------------------------ */

.news-year-group {
	margin-bottom: 20px;
}
.news-year-toggle,
.news-posts,
.news-year-group {
	box-sizing: border-box;
	width: 100%;
}
.news-posts {
	display: none;
	padding: 20px;
	background: #fff;
	margin-bottom: 15px;
	overflow: hidden;
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
}
.news-post {
	margin-bottom: 10px;
}
.news-archives-wrap h2 {
	font-family: 'Capture It', sans-serif;
    font-weight: 500;
	letter-spacing: 1px;
}
.news-year-toggle {
  width: 100%;
  background-color: var(--color-brand-gray-light);
  border: none;
  text-align: left;
  padding: 15px 20px;
  cursor: pointer;
  position: relative;
  transition: background 0.3s ease;
}
button.news-year-toggle {
	font-size: 2rem;
	line-height: 2rem;
	color: var(--color-brand-black);
	font-weight: 700;
}
.news-year-toggle .toggle-icon {
  font-family: "Font Awesome 6 Pro";
  font-weight: 600;
  font-size: 2.2rem;
  color: var(--color-brand-red);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s ease;
}

.news-year-toggle[aria-expanded="true"] .toggle-icon {
  transform: translateY(-50%) rotate(180deg);
}
.news-post a {
	color: var(--color-brand-red);
	text-decoration: none;
}
	@media screen and (max-width: 768px) {
		.news-posts {
			grid-template-columns: 1fr;
			gap: 10px;
		}
	}

/* ------------------------------------------
    PHOTO GALLERY SLIDER PANEL
------------------------------------------ */

.gallery-slider-wrapper {
	overflow: hidden;
	width: 100%;
}

.gallery-slider {
	margin: 0 auto;
}

.gallery-slider-item {
	transition: transform 0.3s ease;
}

.gallery-slider .splide__pagination {
  position: static;
  margin-top: 20px;
  text-align: center;
}

.gallery-slider .splide__pagination li {
  display: inline-block;
  margin: 0 6px;
}

.gallery-slider .splide__pagination__page {
  background: #999;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  display: inline-block;
  opacity: 0.5;
  transition: opacity 0.3s ease;
}

.gallery-slider .splide__pagination__page.is-active {
  background: #000;
  opacity: 1;
}
.gallery-slider .splide__slide {
  width: 800px !important;
  max-width: 90vw;
  flex-shrink: 0;
}

.gallery-slider-bg {
  width: 100%;
  height: 500px;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
	@media screen and (max-width: 1024px) {
		.gallery-slider-bg {
			height: 440px;
		}	
	}
	@media screen and (max-width: 760px) {
		.gallery-slider-bg {
			height: 300px;
		}	
	}
/* ------------------------------------------
    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-brand-gray-light);
	transition: background-color 0.5s, color 0.5s;
}
.quicklinks-container a:hover {
	background-color: var(--color-brand-black);
    color: var(--color-brand-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-brand-white);
}

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

/* ------------------------------------------
    Shop Overrides
------------------------------------------ */

.shop-page {
    background-color: var(--color-brand-gray-light) !important;
}
html#ecwid_html body#ecwid_body .horizontal-menu-container.horizontal-desktop nav.horizontal-menu {
	 background-color: #eee !important;
}
.ecwid-shopping-cart-categories {
    z-index: 1 !important;
}
html#ecwid_html body#ecwid_body .horizontal-menu-container.horizontal-desktop .horizontal-menu-item>a {
    font-size: 1.6rem;
    font-weight: 700;
}
html#ecwid_html body#ecwid_body .ecwid-search-widget__input {
	height: 3.2em !important;
}
html#ecwid_html body#ecwid_body .ec-size .ec-store .grid__products--appearance-frame .grid-product__wrap-inner {
    background-color: #eee !important;
}
button.form-control__button.form-control__button--icon-center {
    color: var(--color-brand-white) !important !important;
    background-color: var(--color-brand-red) !important;
	border: unset !important;
}
html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control,
html#ecwid_html body#ecwid_body .ec-size .ec-store .form-control--focus {
	background-color: var(--color-brand-white) !important;
}
.ec-cart__sidebar {
    background-color: #eee !important;
    padding: 30px !important;
}
html#ecwid_html body#ecwid_body .ec-size .ec-store .ec-lightspeed-branding--no-menu {
	display: none !important;
}

	@media screen and (max-width: 760px) {
		html#ecwid_html body#ecwid_body div.ecwid-productBrowser {
		    background-color: var(--color-brand-white) !important;
		    padding: 20px !important;
		}
	}

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

.spacer-panel {
  position: relative;
  min-height: 80px;
}

.slanted-divider {
  position: relative;
  width: 100%;
  height: 80px;
  overflow: hidden;
}

/* Base layers */
.slanted-divider::before {
  content: "";
  position: absolute;
  top: 0;
  height: 100%;
  width: 100%;
}
.slanted-divider::after {
  content: "";
  position: absolute;
  top: 1px;
  height: 100%;
  width: 100%;
}


/* Top color covers entire div */
.slanted-divider::before {
  z-index: 1;
  background-color: var(--color-brand-white); /* fallback */
}

/* Bottom triangle slant overlays */
.slanted-divider::after {
  z-index: 2;
  clip-path: polygon(0 100%, 100% 0, 100% 100%);
  background-color: var(--color-brand-white); /* fallback */
}

/* Flip triangle direction */
.slanted-divider.left::after {
  clip-path: polygon(0 0, 100% 100%, 0% 100%);
}

/* Color utility classes */
.top-black::before    { background-color: var(--color-brand-black); }
.top-gray-dark::before { background-color: var(--color-brand-gray-dark); }
.top-gray-medium::before { background-color: var(--color-brand-gray-medium); }
.top-gray-light::before { background-color: var(--color-brand-gray-light); }
.top-red::before      { background-color: var(--color-brand-red); }
.top-white::before    { background-color: var(--color-brand-white); }
.top-green::before    { background-color: var(--color-brand-green); }

.bottom-black::after    { background-color: var(--color-brand-black); }
.bottom-gray-dark::after { background-color: var(--color-brand-gray-dark); }
.bottom-gray-medium::after { background-color: var(--color-brand-gray-medium); }
.bottom-gray-light::after { background-color: var(--color-brand-gray-light); }
.bottom-red::after      { background-color: var(--color-brand-red); }
.bottom-white::after    { background-color: var(--color-brand-white); }
.bottom-green::after    { background-color: var(--color-brand-green); }


/* ------------------------------------------
   SPONSOR LOGO PANEL
------------------------------------------ */

.logo-wrap {
	display: grid;
	grid-template-columns: repeat(6, 1fr);
	gap: 30px;
}
article.logo-item {
    background-color: white;
	box-shadow: 0px 0px 6px rgba(0,0,0,0.36);
	padding: 10px;
}
.logo-panel h2 {
	font-family: 'Capture It', sans-serif;
	color: var(--color-brand-red);
	font-weight: unset;
	margin-bottom: 25px;
}

	@media screen and (max-width: 1024px) {
		.logo-wrap {
			grid-template-columns: repeat(5, 1fr);
			gap: 25px;
		}
	}
	
	@media screen and (max-width: 768px) {
		.logo-wrap {
			grid-template-columns: repeat(3, 1fr);
			gap: 15px;
		}
	}

/* ------------------------------------------
    TEAM PANEL (Feed)
------------------------------------------ */

.team-wrap h2 {
	font-family: 'Capture It', sans-serif;
	font-weight: 500;
	margin-bottom: 20px;
    width: 100%;
}
.team-group {
	margin-bottom: 40px;
}
.team-grid {
  display: grid;
  gap: 20px;
}
.team-grid.cols-3 {
  grid-template-columns: repeat(3, 1fr);
}
.team-grid.cols-4 {
  grid-template-columns: repeat(4, 1fr);
}
.team-grid.cols-5 {
  grid-template-columns: repeat(5, 1fr);
}
.team-grid.cols-6 {
  grid-template-columns: repeat(6, 1fr);
}

.team-tile {
  display: block;
  text-align: left;
  background-color: var(--color-brand-red);
  transition: opacity 0.3s ease;
  color: inherit;
  text-decoration: none;
}
.team-tile h3,
.team-tile .team-title {
  font-weight: normal;
  text-decoration: none;
  color: var(--color-brand-white);
  font-weight: 500;
}
.team-tile h3 {
  font-size: 2rem;
  line-height: 2.1rem;
  margin-bottom: 4px;
}
.team-title {
  font-size: 1.2rem;
  line-height: 1.4rem;
  font-style: italic;
  color: var(--color-brand-black);
}
.team-tile-wrap {
  padding: 20px;
}

	@media screen and (max-width: 1140px) {
		.team-grid,
		.team-grid.cols-3,
		.team-grid.cols-4,
		.team-grid.cols-5,
		.team-grid.cols-6 {
		  grid-template-columns: repeat(4, 1fr);
		}
	}
	@media screen and (max-width: 1024px) {
		.team-grid,
		.team-grid.cols-3,
		.team-grid.cols-4,
		.team-grid.cols-5,
		.team-grid.cols-6 {
		  grid-template-columns: repeat(3, 1fr);
		}
	}
	@media screen and (max-width: 760px) {
		.team-grid,
		.team-grid.cols-3,
		.team-grid.cols-4,
		.team-grid.cols-5,
		.team-grid.cols-6 {
		  grid-template-columns: repeat(2, 1fr);
		}
	}
	@media screen and (max-width: 480px) {
		.team-grid,
		.team-grid.cols-3,
		.team-grid.cols-4,
		.team-grid.cols-5,
		.team-grid.cols-6 {
		  grid-template-columns: repeat(1, 1fr);
		}
	}



/* ------------------------------------------
     Two Col Photo (w/ splide - story slider) 
------------------------------------------ */

.two-col-container {
	width: 100%;
}
.two-col-inner {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  gap: 50px;
}

.two-col-content-inner {
  opacity: 1;
  transform: translateY(0);
  transition: opacity 0.3s ease, transform 0.3s ease;
}

.two-col.content-left .two-col-inner {
  flex-direction: row-reverse;
}

.two-col-content-inner.is-transitioning {
  opacity: 0;
  transform: translateY(20px);
  flex-grow: 1;
}

.two-col-wrap-slider {
  flex: 1 1 50%;
  position: relative;
  z-index: 1;
  align-items: stretch;
}

.two-col .splide__track,
.two-col .splide__list,
.two-col .splide__slide {
  height: 100%;
}

.two-col .story-image {
  width: 100%;
  height: 100%;
  min-height: 600px;
  background-size: cover;
  background-position: top center;
  background-repeat: no-repeat;
}

.two-col-wrap-static-box {
  flex: 1 1 50%;
  position: relative;
  z-index: 2;
  color: var(--color-brand-white);
  display: flex;
  align-items: center;
  justify-content: center;
}
.two-col-content-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  width: 100%;
}

.story-pre {
  font-weight: 700;
  color: var(--color-brand-red);
}

.story-header {
  margin-bottom: 15px;
  max-width: 80%;
  color: var(--color-brand-white);
}

.story-header-line {
  border-bottom: 6px solid var(--color-brand-red);
  width: 100%;
  max-width: 300px;
  margin: 10px 0 15px 0;
}
.story-links {
	margin-top: 30px;
    display: flex;
    flex-direction: column;
    gap: 20px;
	max-width: fit-content;
}
.story-body a {
    color: inherit;
}
.story-body ul {
  list-style-type: disc;
  margin-left: 20px;
}
.story-body blockquote {
	padding: 20px 25px;
	background-color: var(--color-brand-gray-light);
}
img.story-button-inset {
    max-width: 200px;
}

.story-link {
  margin-top: 20px;
}

.custom-arrows {
  display: none;
  align-items: center;
  gap: 8px;
  z-index: 1;
  margin-bottom: 20px;
}

.custom-arrows.visible {
  display: flex;
}

.story-counter {
  font-weight: 700;
  margin-left: 10px;
}

.custom-arrows button {
  background: none;
  border: none;
  color: var(--color-brand-red);
  font-size: 2.5rem;
  cursor: pointer;
  padding: 0;
}
/* double the donation */

/*.dtd-callout {
	background-color: var(--color-brand-gray-light) !important;
}
.lets-check {
	font-size: 1.5rem !important;
    text-decoration: none !important;
    color: var(--color-brand-white) !important;
    padding: 14px 62px 14px 22px !important;
    background: var(--color-brand-red) !important;
}*/
	@media (max-width: 1024px) {
	  .two-col-inner,
	  .two-col.content-left .two-col-inner {
	    flex-direction: column;
		gap: 25px;
	  }
	  .two-col-wrap-slider {
	    margin-right: 0;
	    width: 100%;
	    order: 1;
	  }
	  .two-col-wrap-static-box {
	    margin-top: 0;
	    width: 100%;
	    order: 2;
	  }
	  .two-col .story-image {
		min-height: 500px;
	  }
	  .custom-arrows {
	    top: -60px;
	    right: 40px;
	  }
	}
	
	@media (max-width: 768px) {
	  .two-col .story-image {
		min-height: 300px;
	  }
	}

/* ========== Slants and Camo ========== */
.two-col {
	position: relative;
}
.offset-top {
	margin-top: -120px;
}
.two-col-bg-colors {
	position: absolute;
	height: 100%;
	width: 100%;
}
	.bg-color-top {
		height: 50%;
		width: 100%;
	}
	.bg-color-bottom {
		position: absolute;
		height: 50%;
		width: 100%;
	}
.two-col-container.has-camo {
  position: relative;
  overflow: hidden;
  padding-top: 160px;
  padding-bottom: 160px;
  --slant: 6vw;
  background-color: var(--color-brand-green);
}
	.two-col-container.has-camo.slant-default {
	  clip-path: polygon(
	    0 0,
	    100% var(--slant),
	    100% calc(100% - var(--slant)),
	    0 100%
	  );
	}
	
	.two-col-container.has-camo.slant-reverse {
	  clip-path: polygon(
	    0 var(--slant),
	    100% 0,
	    100% 100%,
	    0 calc(100% - var(--slant))
	  );
	}
	@media (max-width: 800px) {
	  .two-col-container.has-camo { --slant: 6vw; padding-top: 80px; padding-bottom: 80px; }
	}



/* ========== Story slide: play button overlay ========== */
.story-media {
  position: relative;
  isolation: isolate; /* keeps overlay above bg image */
}

.story-video-btn {
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%) scale(0.96);
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: clamp(56px, 8vw, 88px);
  height: clamp(56px, 8vw, 88px);
  border-radius: 999px;
  border: 0;
  background: rgba(0, 0, 0, 0.55);
  color: #fff;
  cursor: pointer;
  z-index: 2;
  opacity: 0.95;
  transition: transform 180ms ease, opacity 180ms ease, background 180ms ease;
}

.story-video-btn i {
  font-size: clamp(22px, 3.2vw, 34px);
  line-height: 1;
  pointer-events: none;
  color: #fff !important;
}

.story-video-btn:hover,
.story-video-btn:focus-visible {
  background: rgba(0, 0, 0, 0.7);
  transform: translate(-50%, -50%) scale(1);
  opacity: 1;
}

.story-video-btn:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 3px;
}
.story-media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(180deg, rgba(0,0,0,0.08), rgba(0,0,0,0.18));
  z-index: 1;
  pointer-events: none;
}

/* ========== Video Modal ========== */
#video-modal {
  position: fixed;
  inset: 0;
  z-index: 1000; /* above Splide and site chrome */
  background: rgba(0, 0, 0, 0.7);
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  transition: opacity 180ms ease, visibility 0s linear 180ms;
}
#video-modal.active {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transition: opacity 180ms ease;
}
.video-modal-content {
  position: absolute;
  left: 50%;
  top: 50%;
  width: min(92vw, 1100px);
  aspect-ratio: 16 / 9;
  transform: translate(-50%, -50%) scale(0.98);
  background: #000;
  border-radius: 12px;
  box-shadow: 0 20px 80px rgba(0, 0, 0, 0.45);
  overflow: hidden;
  transition: transform 200ms ease;
}
#video-modal.active .video-modal-content {
  transform: translate(-50%, -50%) scale(1);
}
.video-modal-player {
  position: absolute;
  inset: 0;
}
.video-modal-player iframe {
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}
.video-modal-close {
  position: absolute;
  right: 8px;
  top: 8px;
  z-index: 2;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 999px;
  background: rgba(0,0,0,0.55);
  color: #fff;
  border: 0;
  cursor: pointer;
  transition: background 160ms ease, transform 160ms ease, opacity 160ms ease;
}
.video-modal-close i {
  font-size: 18px;
  line-height: 1;
  pointer-events: none;
}
.video-modal-close:hover,
.video-modal-close:focus-visible {
  background: rgba(0,0,0,0.75);
  transform: scale(1.04);
}
.video-modal-close:focus-visible {
  outline: 2px solid #fff;
  outline-offset: 2px;
}
body.modal-open {
  overflow: hidden;
  padding-right: var(--scrollbar-comp, 0);
}

@media (max-width: 640px) {
  .video-modal-content {
    width: 94vw;
    border-radius: 10px;
  }
  .video-modal-close {
    right: 6px;
    top: 6px;
    width: 38px;
    height: 38px;
  }
}

/* Motion preferences */
@media (prefers-reduced-motion: reduce) {
  .story-video-btn,
  #video-modal,
  .video-modal-content,
  .video-modal-close {
    transition: none !important;
  }
}


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

.testimonial-panel {
	display: flex;
	flex-direction: column;
	min-height: 650px;
	position: relative;
	background-size: cover;
	background-position: center;
	padding: 0; 
}

.testimonial-inner {
	display: flex;
	flex: 1;
	width: 100%;
	padding: 60px 0;
	box-sizing: border-box;
}
.testimonial-panel.pos-top-left .testimonial-inner {
	align-items: flex-start;
	justify-content: flex-start;
}
.testimonial-panel.pos-top-right .testimonial-inner {
	align-items: flex-start;
	justify-content: flex-end;
}
.testimonial-panel.pos-bottom-left .testimonial-inner {
	align-items: flex-end;
	justify-content: flex-start;
}
.testimonial-panel.pos-bottom-right .testimonial-inner {
	align-items: flex-end;
	justify-content: flex-end;
}

.testimonial-container {
	background-color: rgba(255, 255, 255, 0.8);
	padding: 40px 40px 40px 80px;
	max-width: 60%;
	position: relative;
	text-align: left;
}
.quote-mark {
	position: absolute;
	top: -25px;
	left: -25px;
    max-width: 100px;
}
.testimonial-container h3 {
	font-size: 2.1rem;
	line-height: 2.6rem;
	font-weight: 500;
	color: var(--color-brand-black);
	width: 100%;
	padding: 30px 0 10px 0;
}
.testimonial-byline {
	font-size: 1.6rem;
	line-height: 1.8rem;
	font-weight: 400;
}

@media screen and (max-width: 1024px) {
	.testimonial-panel.row.full {
		min-height: 550px;
	}
	.testimonial-container {
		padding: 20px 20px 20px 50px;
	}
	.quote-mark {
	    max-width: 80px;
	}
	.testimonial-container h3 {
		font-size: 2rem;
		line-height: 2.4rem;
	}
}

@media screen and (max-width: 768px) {
	.testimonial-panel.row.full {
		text-align: center;
		min-height: 450px;
	}
	.testimonial-container {
		max-width: 90%;
		margin: auto;
		padding: 40px 30px;
	}
	.quote-mark {
		top: -15px;
		left: -15px;
	    max-width: 60px;
	}
	.testimonial-container h3 {
		font-size: 1.8rem;
		line-height: 2.1rem;
		width: 100%;
		padding: 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-black);
}
.notfound-content h1 {
	font-size: 10rem;
	line-height: 10rem;
    font-weight: 300;
	color: var(--color-brand-white);
	margin-bottom: 10px;
}
.notfound-content h2 {
	color: var(--color-brand-white);
}
.notfound-content h3 {
	color: var(--color-brand-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-brand-black);
    margin-left: 50px;
	margin-bottom: 20px;
}
.content-wrap ol {
    list-style-type: revert;
    line-height: 2.4rem;
    font-weight: 300;
	color: var(--color-brand-black);
    margin-left: 50px;
	margin-bottom: 20px;
}
	@media screen and (max-width: 1024px) {
		.content-wrap {
			padding: 20px;
		}
	}

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

    News Main

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

.full.row.hero-news {
  background-color: var(--color-brand-gray-dark);
  min-height: 400px;
}
.full.row.hero-news > .row {
  display: flex;
  flex-direction: column;
  min-height: inherit;
}

.full.row.hero-news h1 {
	color: #fff;
	font-family: 'Capture It', sans-serif;
	font-weight: 500;
	margin-bottom: 30px;
	margin-top: 70px;
}

/* Latest News */

.latest-news {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  height: 660px;
  margin-bottom: 80px;
}
.latest-news .news-category {
	position: relative;
	max-width: fit-content;
	padding: 10px 30px;
	position: absolute;
	top: -16px;
	right: -18px;
	transform: rotate(4deg);
	z-index: 1;
}
.latest-news .news-category h3 {
	font-size: 2rem;
	line-height: 2rem;
	color: var(--color-brand-white) !important;
	position: relative;
	z-index: 2;
	margin: 0;
	flex: 1;
	display: flex;
	align-items: flex-start;
	background-color: #000;
}
.latest-news .news-category-bg {
	position: absolute;
	inset: 0; 
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
}
.latest-news-container {
	color: var(--color-brand-black) !important;
	background-color: rgba(255, 255, 255, 0.8) !important; 
	max-width: 66%;
	padding: 35px 40px;
	position: relative;
	margin-bottom: 30px;
	
}
.latest-news-container h2 {
	color: var(--color-brand-black) !important;
}
.latest-news-container p {
	color: var(--color-brand-black) !important;
	max-width: 90%;
	margin-bottom: 0;
}
a.latest-news-arrow {
    position: absolute;
    right: 20px;
    bottom: 20px;
}

/* News Archive */

section.row.full.news-archive {
  background-color: var(--color-brand-gray-light);
  padding-top: 40px;
}

.news-archive-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 50px;
  padding: 0;
  margin: 40px 0 80px 0;
}
.news-item {
  display: flex;
  flex-direction: column;
  text-align: left;
  background-color: var(--color-brand-white);
  position: relative;
  transition: transform 0.3s ease, box-shadow 0.3s ease;
  text-decoration: none;
	box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}
.news-item:hover {
  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%;
}
.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: 500;
  color: var(--color-brand-black);
  margin-bottom: 20px;
  transition: color 0.3s ease;
}
.news-item .news-category {
	position: relative;
	max-width: fit-content;
	padding: 10px 30px;
	position: absolute;
	top: -16px;
	left: -8px;
	transform: rotate(-4deg);
	z-index: 1;
}
.news-item .news-category h3 {
	font-size: 2rem;
	line-height: 2rem;
	color: var(--color-brand-white) !important;
	position: relative;
	z-index: 2;
	margin: 0;
	flex: 1;
	display: flex;
	align-items: flex-start;
}
.news-item .news-category h3 {
  position:relative; padding:2px 6px;
  background:#000;
}
.news-item .news-category-bg {
	position: absolute;
	inset: 0; 
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
}

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

.news-item:hover .news-arrow i.fa-arrow-right {
	transform: translateX(5px);
	opacity: 1;
}
.news-item .news-pre {
  display: flex;
  margin-bottom: 10px;
}

.news-item .news-pre .date {
  font-size: 1.7rem;
  line-height: 1.7rem;
  flex-shrink: 1;
  color: var(--color-brand-black);
}

/* Responsive */
@media screen and (max-width: 1024px) {
	.latest-news {
		height: 550px;
		}
	.latest-news-container {
	    max-width: 90%;
	    padding: 20px;
	}
	.news-archive-wrapper {
		grid-template-columns: 1fr 1fr;
		}
	}

@media screen and (max-width: 760px) {
	.latest-news {
		height: 450px;
	}
	.latest-news-container {
		max-width: 100%;
		margin-bottom: 0;
	}
	.news-archive-wrapper {
		grid-template-columns: 1fr;
	}
	.latest-news-container p {
		max-width: 93%;
	}
}

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

.news-categories.middle a {
	font-size: 1.4rem;
	line-height: 1.4rem;
	white-space: nowrap;
	font-weight: 600;
	background-color: var(--color-brand-white);
	padding: 14px 6px;
	color: var(--color-brand-black);
	text-decoration: none;
	transition: background-color 0.3s ease, color 0.3s ease;
	display: inline-block;
	flex: 1;
	text-align: center;
}
.news-categories.middle a:first-of-type {
  border-radius: 6px 0 0 6px;
}
.news-categories.middle a:last-of-type {
  border-radius: 0 6px 6px 0;
}

.news-categories.middle a:hover {
  background-color: var(--color-brand-white);
  color: var(--color-brand-gray-medium);
}

.news-categories.middle a.selected {
  color: var(--color-brand-white);
  background-color: var(--color-brand-red);
  cursor: default;
}

.news-categories-select { display: none; }

.screen-reader-text {
  position: absolute;
  left: -10000px;
  top: auto;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
	  .news-categories.middle { display: none; } 
	  .news-categories-select { display: block; margin-bottom: 20px; }
	
	  .news-categories-select select {
	    width: 100%;
	    padding: 12px 14px;
	    font-size: 1.5rem;
	    border: 1px solid var(--color-brand-gray-medium);
	    border-radius: 6px;
	    background: var(--color-brand-white);
	    color: var(--color-brand-black);
	  }
	.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-brand-black);
	background-color: var(--color-brand-white);
	display: inline-block;
	position: relative;
	width: 40px;
	height: 40px;
	margin: 0 6px 10px 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-brand-white);
    background-color: var(--color-brand-black);
}
#news-pagination.row.narrow a.next {
    color: var(--color-brand-black);
	background-color: var(--color-brand-white);
}
#news-pagination.row.narrow a.next:hover {
    color: var(--color-brand-black);
	background-color: var(--color-brand-white);
  box-shadow: 0 0 0 2px var(--color-brand-black);
}
#news-pagination.row.narrow a:not(.next):hover {
  background-color: var(--color-brand-white);
  color: var(--color-brand-black);
  box-shadow: 0 0 0 2px var(--color-brand-black);
}

#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-brand-gray-light);
}
.news-single-wrap {
	display: flex;
	gap: 40px;
	align-items: flex-start;
	margin-top: 2rem;
}

.news-single {
	margin: 60px 40px;
	display: block;
	text-align: center;
}
.grill-marks {
    position: absolute;
    top: 40px;
    right: -250px;
}
.news-single pre {
    font-size: 2.4rem;
    line-height: 2.6rem;
	font-weight: 600;
	color: var(--color-brand-red);
	margin: 30px 0 10px 0;
}
.news-single h1 {
    font-size: 5.5rem;
    line-height: 5.7rem;
	font-weight: 400;
}
.news-single date {
	color: var(--color-brand-black);
	text-transform: uppercase;
	border-right: 1px solid #000;
	margin-right: 10px;
	padding-right: 14px;
}
.social-share {
	margin: 20px 0;
	text-align: center;
}
.news-single-content {
	flex: 1;
	text-align: left;
}
.news-single-content img {
	max-width: fit-content;
}

.news-single-image {
    text-align: center;
	margin-bottom: 20px;
 }
.news-single-image img {
	max-width: 960px;
}

.news-single-content hr {
  border: none;
  height: 2px;
  background-color: var(--color-brand-red);
  margin: 40px 0;
}
.news-single-content h2 {
	font-size: 4rem;
    line-height: 4.5rem;
	font-family: 'Capture It', sans-serif;
	text-transform: uppercase;
	color: var(--color-brand-red);
	margin-bottom: 20px;
    font-weight: 500;
    letter-spacing: 1px;
}
.news-single-content p {
	margin-bottom: 20px;
	font-weight: 300 !important;
}
.news-single-content a {
	color: var(--color-brand-red);
}
.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-black);
	margin: 30px 0;
}
.news-single-content ul {
    list-style-type: disc;
	color: var(--color-brand-black);
    line-height: 2.4rem;
    font-weight: 300;
    margin-left: 50px;
	margin-bottom: 20px;
}
.news-single-content ol {
    list-style-type: revert;
	color: var(--color-brand-black);
    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-black);
	color: var(--color-brand-white);
}
.news-single-content tr:nth-child(even) {
    background-color: var(--color-brand-black);
}
.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 (max-width: 1024px) {
	.news-single {
		margin: 20px 20px;
	}
	.news-single h1 {
	    font-size: 3.5rem;
	    line-height: 3.6rem;
	}
	.news-single pre {
	    font-size: 2.2rem;
	    line-height: 2.3rem;
	}
}

@media (max-width: 768px) {
	.news-single {
		margin: 20px 20px;
	}
	.news-single h1 {
	    font-size: 3.2rem;
	    line-height: 3.4rem;
	}
	.news-single pre {
	    font-size: 2rem;
	    line-height: 2rem;
	}
}

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

    NEWS SINGLE ACF FIELDS

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

/* Blog divider  */

.blog-divider {
	padding: 40 0;
	border: none;
    height: 2px;
    background-color: var(--color-brand-red);
    margin: 40px 0;
}

.blog-buttons {
	padding: 40 0;
    text-align: center;
}

/* Blog Content  */

.blog-content {
	padding: 40 0;
    text-align: center;

}
/* NEWS SINGLE GALLERY */

.blog-photo-gallery {
  --gap: 16px;
  --col-width: 320px;
}

/* Deterministic grids for 1–3 items */
.blog-photo-gallery.layout-1,
.blog-photo-gallery.layout-2,
.blog-photo-gallery.layout-3 {
  display: grid;
  gap: var(--gap);
}
.blog-photo-gallery.layout-1 { grid-template-columns: 1fr; }
.blog-photo-gallery.layout-2 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.blog-photo-gallery.layout-3 { grid-template-columns: repeat(3, minmax(0, 1fr)); }

/* Masonry fallback (4+) */
.blog-photo-gallery.layout-masonry {
  column-width: var(--col-width);
  column-gap: var(--gap);
}

.blog-photo-gallery .gallery-item {
  break-inside: avoid;
  -webkit-column-break-inside: avoid;
  margin: 0 0 var(--gap);
  display: block;
}

.blog-photo-gallery .gallery-item img {
  width: 100%;
  height: auto;
  display: block;
}

/* Progressive enhancement: masonry rows */
@supports (grid-template-rows: masonry) {
  .blog-photo-gallery.layout-masonry {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(240px, 1fr));
    grid-template-rows: masonry;
    gap: var(--gap);
    column-width: auto;
    column-gap: 0;
  }
  .blog-photo-gallery.layout-masonry .gallery-item {
    margin: 0;
    break-inside: auto;
  }
}

/* Responsive tweaks */
@media (max-width: 639px) {
  .blog-photo-gallery.layout-2,
  .blog-photo-gallery.layout-3 { grid-template-columns: 1fr; }
}
@media (min-width: 640px) and (max-width: 1023px) {
  .blog-photo-gallery.layout-3 { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

/* Newsletter single */

.newsletter-footer {
    text-align: center;
}

/* social */

.social-list-blog {
	display: flex;
	gap: 15px;
	width: 100%;
	justify-content: center;
	text-align: center;
	margin-top: 20px;
	margin-bottom: 40px;
}
.social-link-blog {
	background-color: var(--color-brand-red);
	display: block;
	position: relative;
	width: 65px;
	height: 65px;
	padding: 3px;
	transform: translateY(0);
	opacity: 1;
	border: 1px solid var(--color-brand-red);
	border-radius: 50%;
	transition: transform .25s ease-in-out, opacity .3s ease-in-out;
	font-size: 30px;
}
a.social-link-blog {
	color: var(--color-brand-white);
    display: flex;
    align-items: center;
    text-decoration: none;
	justify-content: center;
}
.social-link-blog:hover {
	transform: translateY(-5px);
}


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

    NEWS SINGLE FEED (LOOP)

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

.row.full.news-single-feed-panel {
  background-color: var(--color-brand-gray-dark);
  padding: 80px 0;
}

.row.full.news-single-feed-panel h2 {
	margin-bottom: 40px;
	font-family: 'Capture It', sans-serif;
	color: var(--color-brand-white);
	font-weight: unset;
}

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

.news-single-feed-item {
  display: flex;
  flex-direction: column;
  background-color: var(--color-brand-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-black);
	margin-bottom: 20px;
	transition: color 0.3s ease;
}

.news-single-details .news-single-pre {
	display: flex;
	margin-bottom: 10px;
}
.news-single-details h3 {
	font-size: 2.4rem;
	line-height: 2.6rem;
	font-weight: 500;
	color: var(--color-brand-black);
	margin-bottom: 20px;
	transition: color 0.3s ease;
}
.news-single-pre .date {
	font-size: 1.4rem;
	line-height: 1.4rem;
	flex-shrink: 1;
	color: var(--color-brand-black);
	margin-right: 5px;
	padding-right: 10px;
	font-weight: 500;
}
.news-single-feed-category {
	position: relative;
	max-width: fit-content;
	padding: 10px 30px;
	position: absolute;
	top: -16px;
	left: -8px;
	transform: rotate(-4deg);
	z-index: 1;
}
.news-single-feed-category h3 {
	font-size: 2rem;
	line-height: 2rem;
	color: var(--color-brand-white) !important;
	position: relative;
	z-index: 2;
	margin: 0;
	flex: 1;
	display: flex;
	align-items: flex-start;
}
.news-single-feed-category .news-category-bg {
	position: absolute;
	inset: 0; 
	z-index: 1;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	pointer-events: none;
}

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

.news-single-feed-item .news-single-arrow {
  font-size: 1.4rem;
  color: var(--color-brand-red);
  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-red);
  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%;
		}
		.news-single-details h3 {
			font-size: 2.3rem;
			line-height: 2.5rem;
		}
	}

	@media screen and (max-width: 760px) {
		.row.full.news-single-feed-panel {
			padding: 50px 0;
		}
		.news-single-feed-wrapper {
			grid-template-columns: 1fr;
		}
		.news-single-feed-item .news-single-details {
			padding: 20px;
		}
		.news-single-details h3 {
			font-size: 2rem;
			line-height: 2.2rem;
		}
	}


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

    Search Results

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

.search-results-page {
	padding-top: 80px;
	background-color: var(--color-brand-gray-medium);
}
.search-header {
    flex-direction: column;
}
.row.search-header h1 {
	color: var(--color-brand-black);
}
.search-content {
    flex: 1 1 auto;   /* allow it to shrink */
    min-width: 0;     /* critical: lets flex children shrink without overflow */
    word-wrap: break-word;
    overflow-wrap: anywhere;
}


button.search-submit.fa-light.fa-magnifying-glass {
    position: absolute;
    right: 20px;
    top: 16px;
	border: none;
	background: none;
	color: var(--color-brand-red-medium);
	font-size: 2rem;
	line-height: 2rem;
}
.row .search-results {
    display: flex;
    gap: 10px;
    text-align: left;
    flex: 1;
    flex-direction: column;
}
a.search-wrap {
	text-decoration: none;
	padding: 30px 40px;
    opacity: 1;
	background-color: var(--color-brand-gray-light);
	display: flex;
	align-items: center;
	justify-content: space-between;
	text-decoration: none;
	transition: all 0.3s ease;
}
a.search-wrap:hover  {
    opacity: .8;
	color: var(--color-brand-white);
	background-color: var(--color-brand-black);
}
.search-content h2 {
	font-size: 3rem;
    line-height: 3.2rem;	
	margin-bottom: 5px;
	color: var(--color-brand-black);
}
a.search-wrap:hover h2,
a.search-wrap:hover .excerpt,
a.search-wrap:hover .post-type {
	color: var(--color-brand-white);
}
.search-form-wrap {
	margin-bottom: 10px;
}
.search-arrow {
	margin-left: 1rem;
	font-size: 3.5rem;
	color: var(--color-brand-red); 
	transition: transform 0.3s ease;
}
.search-wrap:hover .search-arrow {
	transform: translateX(5px);
}

.post-type {
	font-size: 1.2rem;
    text-transform: uppercase;
	color: var(--color-brand-black);
}
.post.no-results.not-found {
    width: 100%;
	margin-bottom: 120px;
}
.excerpt {
    font-size: 1.7rem;
    line-height: 2.2rem;
	color: var(--color-brand-gray-dark);
}
		
	@media screen and (max-width: 760px) {
		.search-results-page {
			padding-top: 40px;
		}
		.search-wrappper {
			grid-gap: 20px;
		}
		.search-content h2 {
		    font-size: 2.4rem;
		    line-height: 2.6rem;
		}
		a.search-wrap {	
			padding: 20px;
			flex-direction: column;
		}
		.excerpt {
		    font-size: 1.6rem;
		    line-height: 2.2rem;
		    word-wrap: break-word;
		    overflow-wrap: anywhere;
		}
		.search-arrow {
			width: 100%;
		}
	}


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

    Footer

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

#site-footer {
	background-color: var(--color-brand-black);
}
.footer {
	font: 500 1.5rem/20px 'Raleway', sans-serif;
	color: var(--color-brand-white);
	gap: 60px;
	padding: 50px 40px 40px;
	position: relative;
	overflow: hidden; 
}
.footer h3 {
	font-size: 2.2rem;
	line-height: 2.4rem;
	font-weight: 700;
	color: var(--color-brand-white);
}

.footer-grime {
  position: absolute;
  width: 200px;
  height: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.footer-grime-left { 
	left: 0;
	background-position: left  bottom; 
}
.footer-grime-right { 
	right: 0;
	top: -90px;
}



/*col-one*/
.footer .col-one {
	display: flex;
	flex-direction: column;
	align-items: center;
	max-width: 400px;
}

.footer-logo {
	max-width: 220px;
}

.footer .copyright p {
	color: var(--color-brand-white);
	text-align: center;
	font-size: 1.4rem;
	line-height: 1.8rem;
	font-weight: 500;
	margin: 30px 0;
}
.social-list {
	display: flex;
	gap: 15px;
	width: 100%;
	justify-content: center;
	text-align: center;
	margin-top: 20px;
}
.social-link {
	background-color: var(--color-brand-red);
	display: block;
	position: relative;
	width: 34px;
	height: 34px;
	padding: 3px;
	transform: translateY(0);
	opacity: 1;
	border: 1px solid var(--color-brand-red);
	border-radius: 50%;
	transition: transform .25s ease-in-out, opacity .3s ease-in-out;
}
a.social-link {
	color: var(--color-brand-white);
}
.social-link:hover {
	transform: translateY(-5px);
}


/*col-two*/

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

.footer-link-wrap {
	display: grid;
	grid-template-columns: 1fr; 
	gap: 20px;
	font-size: 1.4rem;
	line-height: 2.8rem;
}

.footer-nav > .menu > .menu-item > a {
  font-weight: 800;
}
.footer-nav > .menu > .menu-item > a[href="#"] {
  pointer-events: none;
  cursor: default;
}

	.footer-nav .menu {
	  columns: 3;
	  column-gap: 4rem;
	  list-style: none;
	  padding: 0;
	  margin: 0;
	}
	.footer-nav .menu li {
	  break-inside: avoid;
	  margin: 0;
	}
	.footer-nav .menu li a {
	  color: var(--color-brand-white);
	  font-size: 1.4rem;
	  line-height: 1.4rem;
	  text-decoration: none;
	  transition: color 0.3s ease;
	}
	.footer-nav .menu li a:hover {
	  color: var(--color-brand-white);
	  text-decoration: underline;
	}

	.enewsletter-form {
	  width: 100%;
	  text-align: center;
	}
	
	.footer-contact-container {
	    display: flex;
	    border-bottom: 1px solid #fff;
	    margin-bottom: 1rem;  /* add space after the line */
	    padding-bottom: 4rem; /* keeps text from touching the border */
	}
	.footer-contacts {
	  display: flex;
	  flex-direction: column;
	  flex: 1;
	}
	.footer-phone,
	.footer-fax,
	.footer-email {
	  color: var(--color-brand-white);
	  white-space: nowrap;
	}
	.footer-phone a,
	.footer-fax a,
	.footer-email a {
	  color: var(--color-brand-white);
	}
	.footer-phone a:hover {
		text-decoration: none;
	}
	.footer-phone:before {
	  content: "\f095";
	  font-family: "Font Awesome 6 Pro";
	  font-size: 1rem;
	  line-height: 1rem;
	  margin-right: 5px;
	  font-weight: 500;
	  color:  var(--color-brand-red);
	}
	.footer-fax:before {
	  content: "\f1ac";
	  font-family: "Font Awesome 6 Pro";
	  font-size: 1rem;
	  line-height: 1rem;
	  margin-right: 5px;
	  font-weight: 500;
	  color:  var(--color-brand-red);
	}
	.footer-email:before {
	  content: "\f0e0";
	  font-family: "Font Awesome 6 Pro";
	  font-size: 1rem;
	  line-height: 1rem;
	  margin-right: 5px;
	  font-weight: 500;
	  color:  var(--color-brand-red);
	}

	.partner-logos {
		display: flex;
		flex-wrap: wrap;
		gap: 40px;
		align-items: center;
		margin: 0;
		justify-content: center;
	}
	.partner-logos img {
		height: auto;
		max-height: 90px;
		width: auto;
		max-width: 100%;
		transition: transform 0.3s ease;
		flex: 0 0 auto;
	}
	.partner-logo-item a:hover img {
	  transform: scale(1.05);
	}


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

@media screen and (max-width: 600px) {
	.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;
		    column-gap: 2rem;
		}
	}


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

    Newsletter Popup

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


.site-popup {
  position: fixed;
  inset: 0;
  z-index: 9999;
  display: none; /* hide by default, then show via JS */
  justify-content: center;
  align-items: flex-start;
  overflow-y: auto;
  padding: 15vh 2vh;
  box-sizing: border-box;
}
.site-popup.is-active { display: flex; }

.popup-backdrop {
  position: absolute;
  inset: 0;
  background: rgba(0,0,0,.5);
  z-index: 0;
}

.popup-inner {
  position: relative;
  z-index: 1;
  max-width: 600px;
  width: 100%;
  background-color: var(--color-brand-gray-light);
  padding: 50px;
  transform: scale(.96);
  opacity: 0;
  transition: transform .18s ease, opacity .18s ease;
  text-align: center;
  border-radius: 2px;
}
.popup-inner.show { transform: scale(1); opacity: 1; }

.popup-close {
  position: absolute;
  top: 10px;
  right: 12px;
  border: 0;
  background: none;
  font-size: 24px;
  cursor: pointer;
}

h2#popup-title {
  margin: 0 0 20px 0;
}
div#popup-message {
  margin: 0 0 20px 0;
}

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

    Forms & Buttons

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

.btn {
  display: inline-flex;
  align-items: center;
  justify-content: space-between;
  font-weight: 700;
  font-size: 1.6rem;
  text-decoration: none;
  color: var(--color-brand-black);
  background: var(--color-brand-white);
  padding: 16px 67px 16px 27px;
  position: relative;
  overflow: hidden;
  transition: color 0.4s ease;
  z-index: 1;
}
.btn::after {
  font-family: "Font Awesome 6 Pro";
  font-weight: 300;
  content: "\f178";
  font-size: 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--color-brand-red);
  color: var(--color-brand-white);
  height: 100%;
  width: 4rem;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 2;
}
.btn::before {
  content: '';
  position: absolute;
  top: 0; left: 0;
  width: 100%; height: 100%;
  background-color: var(--color-brand-red-dark);
  transform: scaleX(0);
  transform-origin: left;
  transition: transform 0.4s ease;
  z-index: -1;
}
.btn:hover::before {
  transform: scaleX(1);
}
.btn:hover {
  color: var(--color-brand-white);
  text-decoration: none;
}

 /* secondary button */
.btn.secondary {
  font-size: 1.5rem;
  text-decoration: none;
  color: var(--color-brand-white);
  padding: 14px 62px 14px 22px;
  background: var(--color-brand-red);
}
.btn.secondary::before {
  background-color: var(--color-brand-white);
}
.btn.secondary::after {
  background-color: var(--color-brand-red-dark);
}
.btn.secondary:hover {
  color: var(--color-brand-black);
  text-decoration: none;
}

/* gravity forms - buttons */

.gform-button-wrap {
  position: relative;
  display: inline-block;
}
input[type='submit'] {
	font-size: 1.4rem;
	font-weight: 500;
	text-decoration: none;
	color: var(--color-brand-white);
	background-color: var(--color-brand-red);
	border-radius: 0;	
	display: inline-block;
	padding: 12px 27px 12px 17px;
	transition: background-color 0.5s;
	margin: 0 !important;
	border: 0;
	border-right: 5px solid var(--color-brand-red-dark);
	position: relative; 
}
.gform-button-wrap::after {
	font-family: "Font Awesome 6 Pro";
	font-weight: 300;
	content: "\f178"; /* fa-arrow-right */
	font-size: 0.8rem;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	color: var(--color-brand-white);
	transition: transform 0.3s ease;
}
input[type='submit']:hover {
	color: var(--color-brand-white);
	border: 0;
	text-decoration: none;
	border-right: 5px solid var(--color-brand-red-medium);
	background-color: var(--color-brand-red-medium);
}
.gform-button-wrap:hover::after {
  transform: translateY(-50%) translateX(4px); /* arrow slides right on hover */
}
/* gravity forms - fields */
		
	.gfield_radio {
		display: flex;
	}
	.gchoice {
		flex: 1;
		color: var(--color-brand-black);
	}
	p.gform_required_legend,
	.gfield_validation_message {
	    display: none;
	}
	.gform_wrapper.gravity-theme .gform_validation_errors>h2 {
		color: var(--color-brand-black) !important;
	    font-size: 1.6rem !important;
	    font-weight: 300;
	    font-family: "Raleway", sans-serif;
	}

	.gform_wrapper.gravity-theme .gfield_required {
	    font-size: 1.6rem !important;
	    font-weight: 300;
	    font-family: "Raleway", sans-serif;
		color: var(--color-brand-white) !important;
	}
	.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 var(--color-brand-gray-dark);
		background-color: var(--color-brand-black);
		border-radius: 3px;
	    font-family: "Raleway", sans-serif;
		color: var(--color-brand-white);
	}
	.gform_wrapper.gravity-theme .gfield input.large, 
	.gform_wrapper.gravity-theme .gfield select.large {
		padding: 10px;
	}
	.gform_wrapper.gravity-theme .gfield_label {
	    font-size: 1.4rem;
	    line-height: 1.7rem;
		color: var(--color-brand-black);
	}
	
		@media screen and (max-width: 1140px) {
			.gfield_radio {
			    display: unset;
			}
		}


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

    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; }
}