/*
Theme Name: HYPE 2026 Theme
Theme URI: https://www.hype-merseyside.co.uk
Description: HYPE 2026 Theme
Version: 2.0
Author: Nonconform 
Author URI: https://www.nonconform.co.uk/
Tags: 
*/

/* =============================================================================
   HTML5 CSS Reset Minified - Eric Meyer
   ========================================================================== */

html,body,div,span,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,figcaption,figure,footer,header,hgroup,menu,nav,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;outline:0;font-size:100%;vertical-align:baseline;background:transparent}
body{line-height:1}
article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}
nav ul{list-style:none}
blockquote,q{quotes:none}
blockquote:before,blockquote:after,q:before,q:after{content:none}
a{margin:0;padding:0;font-size:100%;vertical-align:baseline;background:transparent;text-decoration:none}
mark{background-color:#ff9;color:#000;font-style:italic;font-weight:bold}
del{text-decoration:line-through}
abbr[title],dfn[title]{border-bottom:1px dotted;cursor:help}
table{border-collapse:collapse;border-spacing:0}
hr{display:block;height:1px;border:0;border-top:1px solid #ccc;margin:1em 0;padding:0}
input,select{vertical-align:middle}
li{list-style:none}

textarea,
input.text,
input[type="text"],
input[type="button"],
input[type="submit"],
.input-checkbox {
border-radius: 0;
}

:root {
    --text: #1e293b;
    --textalt: #505456;
    --white: #ffffff;
    --blue: #479eba;
    --navy: #1e293b;
    --black: #0a0405;
    --orange: #c14819; 
    --yellow: #ebd23d; 
    --green: #3a8d3c;
    --midblue: #3d6494;
    --paleblue: #d0e5ff;
    --purple: #813691;
    --palepurple: #dac0da;
    --grey: #c5c5cd;
    --red: #d03326;
    --dblue: #325096;
	--gold: #d3af37;
	--silver: #c0c0c0;
	--bronze: #9f7833;
}


/* 
==========================================================================
GLOBAL & WP SPECIFIC STYLES
==========================================================================
*/

* {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	-webkit-text-size-adjust: none; 	
}

input, textarea, select {
    -webkit-border-radius:0; 
    border-radius:0;
}

img,
audio,
video,
canvas {
	max-width: 100%;
}




html {
	min-height: 100%;
	overflow: -moz-scrollbars-vertical!important; 
}

::selection {
	background: var(--blue);
	color: var(--white);
}

::-moz-selection {
  background: var(--blue);
  color: var(--white);
}

::-webkit-selection {
  background: var(--blue);
  color: var(--white);
}

.cf:before,.cf:after {content: " "; /* 1 */    display: table; /* 2 */}
.cf:after {clear: both;}
.cf {clear: both;}

strong, b {
	font-weight:bold;
}

em, i {
	font-style:italic;
}

img.alignright {
	float:right;
	margin:0 0 2em 1em;
}

img.alignleft {
	float:left;
	margin:0 2em 1em 0;
}

img.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}

.alignright {
	float:right;
	margin:0 0 2em 1em;
}

.alignleft {
	float:left;
	margin:0 0 2em 1em;
}

img.wp-smiley {
	float: none;
	margin: 0 0 0 5px;
	vertical-align:middle;
}

p {
	margin: 0 0 20px 0;
}

a {
	color: var(--green);
	text-decoration: none;
}

a:hover {
	color: var(--text);
	text-decoration: none;
}


/* 
==========================================================================
H & LINKS
==========================================================================
*/

h1 {
	font: 30px 'Roboto', Helvetica , Arial, sans-serif;	
	margin:0 0 20px 0;
	padding:0;
}

h2 {
	font: 26px 'Roboto', Helvetica , Arial, sans-serif;	
	margin:0 0 20px 0;
	padding:0;
}

h3 {
	font: 22px 'Roboto', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
}

h4 {
	font: 20px 'Roboto', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
}

h5 {
	font: 18px 'Roboto', Helvetica , Arial, sans-serif;
	margin:0 0 20px 0;
	padding:0;
}


/* 
==========================================================================
GENERAL
==========================================================================
*/

body {
  background: var(--white);
  color: var(--text);
  font: 17px/1.5 'Roboto', Helvetica, Arial, sans-serif;
	margin:0;
  -webkit-font-smoothing: antialiased;
  overflow-x: hidden;
  font-variant-numeric: tabular-nums;
}


.container {
	position: relative;
	width:100%;
	margin: 0 auto;
}

.inner {
	position: relative;
	width: 100%;
	max-width: 1470px;
	margin: 0 auto;
	padding: 0 15px;
}

.narrow-inner {
    position: relative;
    width: 100%;
    max-width: 1270px;
    margin: 0 auto;
    padding: 0 15px;
}


/* 
==========================================================================
HEADER
==========================================================================
*/

header {
	position: relative;
	width:100%;
	margin: 0 auto;
	background: var(--navy);
	padding: 20px 0;
  border-bottom: 5px solid var(--yellow);
}

header .inner {
	padding: 0 10px;
}



.header-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 250px auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: stretch;
    align-items: center;
}

.hc-left {
	padding: 0;
}

.logo {
width: 230px;
  height: auto;
  margin: -5px 0 0 0;
  padding: 0;
  transition: all 0.3s ease-in;
display: block;
}

.logo img {
	width: 100%;
	height: auto;
	display: block;
	margin: 0;
	padding: 0;
}



.home-hero {
  height: 600px;
  width: 100%;
  position: relative;
}

.hero-slide:before {
content: "";
width: 100%;
  height: 100%;
  top:0;
  left:0;
  right:0;
  bottom: 0;
  position: absolute;
  z-index: 2;
background: linear-gradient(60deg,rgba(30, 41, 59, 0.9) 0%, rgba(30, 41, 59, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
}

.hero-slider,
.hero-slide {
  height: 600px;
  width: 100%;
  position: relative;
}

.hero-inner {
  width: 100%;
  max-width: 1470px;
  margin: 0 auto;
  padding: 0 15px;
}

.hero-slide-content {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  z-index: 9;
  color: var(--white);
  max-width: 600px;
}

.hero-slide-content h1 {
  font: 50px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 700;
}
.hero-slide-content h2 {
  font: 30px 'Roboto',Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.hero-slide-content h5 {
  font: 17px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0 0 15px 0;
  padding: 0;
  font-weight: 600;
  text-transform: uppercase;
}

.short-hero {
  height: 400px;
  width: 100%;
  position: relative;
}

.short-hero:before {
content: "";
width: 100%;
  height: 100%;
  top:0;
  left:0;
  right:0;
  bottom: 0;
  position: absolute;
  z-index: 2;
background: linear-gradient(10deg,rgba(30, 41, 59, 0.9) 0%, rgba(30, 41, 59, 0.55) 60%, rgba(255, 255, 255, 0) 100%);
}

.short-hero h5 {
margin: 0 0 5px 0!important;
}

.yellow-li a {
  display: inline-block;
  font-size: 14px!important;
  font-weight: 600!important;
  margin: 0!important;
  padding: 8px 20px!important;
  border-radius: 20px!important;
  background: var(--yellow)!important;
  color: var(--navy)!important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.green-li a {
  display: inline-block;
  font-size: 14px!important;
  font-weight: 600!important;
  margin: 0!important;
  padding: 8px 20px!important;
  border-radius: 20px!important;
  background: var(--green);
  color: var(--white);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.green-li a:hover,
.yellow-li a:hover {
  background: var(--blue)!important;
  color: var(--white)!important;
  transition: all 0.3s ease-in-out;
}

.slide-button {
  display: block;
  margin: 30px 0 0 0;
}

.yellow-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 15px 50px;
  border-radius: 30px;
  background: var(--yellow);
  color: var(--navy)!important;
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.green-button {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 15px 50px;
  border-radius: 30px;
  background: var(--green);
  color: var(--white);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.yellow-button:hover {
  background: var(--yellow);
  color: var(--navy)!important;
	opacity:0.7;
  transition: all 0.3s ease-in-out;
}

.green-button:hover {
  background: var(--green);
  color: var(--white);
	opacity:0.7;
  transition: all 0.3s ease-in-out;
}

.green-button-small {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 10px 30px;
  border-radius: 30px;
  background: var(--green);
  color: var(--white);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.green-button-small:hover {
  background: var(--yellow);
  color: var(--navy);
  transition: all 0.3s ease-in-out;
}

.yellow-button-small {
  display: inline-block;
  font-size: 16px;
  font-weight: 700;
  margin: 0;
  padding: 10px 30px;
  border-radius: 30px;
  background: var(--yellow);
  color: var(--navy);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.yellow-button-small:hover {
  background: var(--green);
  color: var(--white);
  transition: all 0.3s ease-in-out;
}

.green-section {
  padding: 75px 0;
  position: relative;
  display: block;
  background: var(--green);
}

.purple-section {
  padding: 75px 0;
  position: relative;
  display: block;
  background: var(--purple);
}

.dblue-section {
  padding: 75px 0;
  position: relative;
  display: block;
  background: var(--dblue);
}

.team-title {
  font: 40px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0 0 5px 0;
  padding: 0;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--white);
}

.team-sub-title {
  font: 18px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
  color: var(--yellow);
  text-transform: uppercase;
  font-weight: 700;
}

.team-sec p {
  color: var(--white);
  margin: 0 0 10px 0;
}

.team-sec .two-col-img {
  position: relative;
  z-index:99;
}

.team-sec .two-col-img img {
position: relative;
  z-index:99;
}
.team-sec .two-col-img::before {
  content: "";
  background: var(--yellow);
  width: 100%;
  height: 100%;
  top: 10px;
  left: 10px;
  position: absolute;
  z-index:0;
}


.white-section {
  padding: 75px 0;
  position: relative;
  display: block;
  background: var(--white);
}

.image-section {
  padding: 75px 0;
  position: relative;
  display: block;
}

.image-section:before {
  content: "";
  background: rgba(40, 91, 140, 0.8);
  width: 100%;
  height: 100%;
  position: absolute;
  top:0;
  left:0;
  right:0;
  bottom: 0;
}

.green-fifty-section {
  background: var(--green);
  padding: 75px 0;
  position: relative;
  color: var(--white);
  background-image: url('images/hype-pattern-green.svg');
  background-size: cover;
  background-position: center;
}

.green-fifty-section::after {
  content: "";
  background: url('images/hero4.jpg');
  background-position: center;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9;
}

.green-fifty-section h1 {
  font: 32px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0 0 20px 0;
  font-weight: 900;
}

.green-fifty-section h5 {
  font: 18px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.green-fifty-section ul {
  margin: 10px 20px;
}

.green-fifty-section li {
  list-style: square;
}

.midblue-fifty-section {
  background: var(--midblue);
  padding: 75px 0;
  position: relative;
  color: var(--white);
}

.midblue-fifty-section::after {
  content: "";
  background: url('images/hero5.jpg');
  background-position: center;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 9;
}

.midblue-fifty-section h1 {
  font: 32px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0 0 20px 0;
  font-weight: 900;
}

.midblue-fifty-section h5 {
  font: 18px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.midblue-fifty-section ul {
  margin: 10px 20px;
}

.midblue-fifty-section li {
  list-style: square;
}

.purple-fifty-section {
  background: var(--purple);
  padding: 75px 0;
  position: relative;
  color: var(--white);
  background-image: url('images/hype-pattern-green.svg');
  background-size: cover;
  background-position: center;
}

.purple-fifty-section::after {
  content: "";
  background: url('images/hero6.jpg');
  background-position: center;
  position: absolute;
  width: 50%;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 9;
}

.purple-fifty-section h1 {
  font: 32px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0 0 20px 0;
  font-weight: 900;
}

.purple-fifty-section h5 {
  font: 18px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
  font-weight: 700;
}

.purple-fifty-section ul {
  margin: 10px 20px;
}

.purple-fifty-section li {
  list-style: square;
}

.tgc-left {
  padding: 0 50px 0 0;
}

.tgc-right {
  padding: 0 0 0 50px;
}

.wide-title {
    display: flex;
    align-items: center;
    gap: 30px;
}

.wide-title::before,
.wide-title::after {
    content: "";
    flex: 1;           
    height: 3px;
    background: var(--grey);
}

.line-yellow::before,
.line-yellow::after {
    background: var(--yellow);
}

.line-green::before,
.line-green::after {
    background: var(--green);
}

.wide-title h2 {
    white-space: nowrap;
    font: 35px 'Roboto', Helvetica , Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--text);
    margin: 0;
}

.wide-blue::before,
.wide-blue::after {
    content: "";
    flex: 1;           
    height: 3px;
    background: var(--yellow);
}

.wide-blue h2 {
    white-space: nowrap;
    font: 35px 'Roboto', Helvetica , Arial, sans-serif;
    font-weight: 700;
    text-transform: uppercase;
    color: var(--white)!important;
    margin: 0;
}


.section-narrow {
  max-width: 1250px;
  margin: 15px auto;
  text-align: center;
}

.section-intro {
  margin: 15px auto;
  text-align: center;
  max-width: 800px;
}

.blue-intro p {
  margin: 0;
  color: var(--white);
}


.two-grid-full {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: center;
    margin: 0 auto;
}

.two-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: center;
    margin: 0 auto;
}


.two-col h2 {
  font: 45px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 900;
}

.two-col-img {
  margin: 0 auto;
  display: block;
  max-width: 600px;
}

.two-col-img img {
  width: 100%;
  height: auto;
  margin: 0;
  display: block;
}

.three-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 30px auto 0 auto;
}


.three-item-img {
  display: block;
  height: 300px;
  width: 100%;
}

.three-item-text {
  margin: 15px 0;
}

.three-item-text h4 {
  font: 22px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
}

.three-item-text p {
  margin: 0;
  color: var(--textalt);
}

.three-blue h4 {
  font: 25px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}

.three-blue p {
  margin: 0 0 10px 0;
  color: var(--white);
}

.three-item-text .yellow-button-small,
.three-item-text .green-button-small {
  margin: 15px 0 0 0;
}

.two-col .green-button,
.two-col .yellow-button {
  margin: 15px 0 0 0;
}


.tc-green h3 {
  font: 40px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}

.tc-green p {
  margin: 0;
  color: var(--white);
}

.video-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video-box:before {
  content: "";
  background: var(--yellow);
  width: 100%;
  height: 100%;
  top:10px;
  left:10px;
  position: absolute;
}


.video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.video-gallery {
  max-width: 1200px;
  margin: 30px auto;
}

.video-player-wrap,
.main-video {
  aspect-ratio: 16 / 9;
  background: var(--navy);
}

.video-player-wrap iframe,
.video-gallery-player,
.main-video iframe {
  width: 100%;
  height: 100%;
  display: block;
}

.video-thumbs {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
  margin-top: 10px;
}

.video-thumbs button {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: none;
  transition: all 0.3s ease-in-out;
}

.video-thumbs button:hover {
  border: 0;
  padding: 0;
  cursor: pointer;
  background: none;
transition: all 0.3s ease-in-out;
}

.video-thumbs img {
  width: 100%;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
  opacity: 0.6;
  filter: grayscale(100%);
  transition: all 0.3s ease-in-out;
}

.video-thumb {
  position: relative;
  transition: all 0.3s ease-in-out;
}

.video-thumb:before {
content: "";
  background: url('images/play.svg');
  position: absolute;
  width: 50px;
  height: 50px;
top: 50%;
  transform: translateY(-50%);
  right: 0;
left:0;
margin: 0 auto;
  z-index: 9;
  transition: all 0.3s ease-in-out;
}

.video-thumbs button:hover img,
.video-thumb:hover .video-thumbs img {
  opacity: 1;
  filter: grayscale(0%);
  transition: all 0.3s ease-in-out;
}

.team-sec ul {
  margin: 15px 30px;
  list-style: square;
}

.team-sec ul li {
  list-style: square;
  margin: 0 0 2px 0;
	 list-style-position: inside;
}

.team-sec ol {
  margin: 15px 30px;
  list-style: decimal;
}

.team-sec ol li {
  list-style: decimal;
  margin: 0 0 2px 0;
}

.form-block {
	text-align:center;
}

/* 
==========================================================================
FOOTER
==========================================================================
*/

footer {
	display: block;
  position: relative;
  background: var(--navy);
	margin: 0 auto;
	padding: 50px 0;
}


.footer-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 3fr 1fr 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
}

.foot-logo {
width: 200px;
  height: auto;
  margin: 0 0 20px 0;
  padding: 0;
  transition: all 0.3s ease-in;
display: block;
}

.foot-logo img {
  width: 100%;
  height: auto;
  display: block;
  margin: 0;
  padding: 0;
}

.foot-contact p,
.foot-info p {
  margin: 0;
  font-size: 15px;
  color: var(--white);
}

.foot-contact {
  margin: 10px 0 0 0;
}

.footer-col h5 {
  font: 16px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
  color: var(--yellow);
  font-weight: 700;
}

.footer-col a {
  font: 15px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: var(--white);
  font-weight: 500;
}

.footer-col a:hover {
  font: 15px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0;
  padding: 0;
  color: var(--yellow);
  font-weight: 500;
}

.foot-contact a,
.foot-info a {
  color: var(--yellow);
}

.foot-contact a:hover,
.foot-info a:hover {
  color: var(--white);
}

.foot-social {
  display: block;
  margin: 20px 0 0 0;
}

.foot-social a {
  display: inline-block;
  margin: 0 10px 5px 0;
  width: 22px;
  transition: all 0.3s ease-in-out;
}

.foot-social a:hover {
  opacity: 0.7;
    display: inline-block;
  margin: 0 10px 5px 0;
  width: 22px;
  transition: all 0.3s ease-in-out;
}


/* 
==========================================================================
NAV
==========================================================================
*/

nav {
  padding: 0;
  position: relative;
  margin: 0 45px 0 0;
  z-index: 9999;
}

.header-buttons {
  margin: 0 40px 0 0;
}

nav ul {
  margin: 0;
  list-style: none;
  text-align: right;
}

.nav {
  list-style: none;
  margin: 0;
  padding: 0;
}

.nav > li {
  position: relative;
  display: inline-block;
  margin: 0 15px;
  padding: 0;
}

.nav > li > a {
  display: inline-block;
  position: relative;
  color: var(--white);
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  padding: 6px 0;
}

.nav > li > a:hover {
  color: var(--blue);
}

.nav > li.menu-item-has-children > a::after {
  position: absolute;
  right: -20px;
  top: 7px;
  content: url(images/nav-down.svg);
  width: 13px;
  height: 13px;
  display: block;
}

nav .menu-item-has-children {
  margin: 0 20px 0 15px !important;
}

.nav > li > ul {
  list-style: none;
  position: absolute;
        
  left: 0;
  width: 350px;
 top: calc(100% + 43px);
  margin: 0;
  padding: 10px 15px;
  background: var(--midblue);
  z-index: 9999;
  opacity: 0;
  visibility: hidden;
  transform: translateY(8px);
  transition: opacity .15s ease, transform .15s ease, visibility .15s ease;
}


.nav > li.menu-item-has-children::after {
  content: "";
  position: absolute;
  left: 0;
  top: 100%;
  width: 350px;
  height: 43px;
}

.sub-menu.sm-grid {
  display: grid;
  grid-template-columns: auto auto;
  grid-column-gap: 0;
  grid-row-gap: 0;
  justify-items: stretch;
  align-items: initial;
}




.nav > li:hover > ul,
.nav > li:focus-within > ul {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}


.nav > li > ul > li {
  display: block;
  margin: 0;
  padding: 0;
}

.nav > li > ul > li > a {
  display: block;
  color: var(--white);
  font-weight: 600;
  padding: 5px 10px;
  font-size: 15px;
  text-decoration: none;
}

.nav > li > ul > li > a:hover {
  color: var(--blue);
}


.nav > li > ul a::after {
  display: none !important;
  content: "" !important;
}

.sub-menu {
  text-align: left;
}


.li-but {
margin: 0 0 0 15px!important;
}


/* 
==========================================================================
NAV WRAPPER
==========================================================================
*/

.nav-wrapper {
  background-color: var(--navy);
  height: 100%;
  padding: 123px 0 0 0;
  position: fixed;
  right: 0;
  top: 0;
  bottom: 0;
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  transition: visibility 0.5s, -webkit-transform 0.5s;
  transition: transform 0.5s, visibility 0.5s;
  transition: transform 0.5s, visibility 0.5s, -webkit-transform 0.5s;
  visibility: hidden;
  width: 100%;
  max-width: 350px;
  overflow-x: hidden;
  z-index: 999999999999999;
}

.nav-wrapper  .sub-menu::before {
  content: "";
    display: none;
}


.nav-wrapper li.menu-item-has-children::after {
    top: 17px;
}

.simplebar-placeholder {
    height: auto !important;
}

.side-item {
    position: relative;
}

.nav-wrapper a {
    display: inline-block;
    font: 16px 'Roboto', Helvetica , Arial, sans-serif;
    font-weight: 500;
    color: var(--white);
    border: 0;
    text-decoration:none;
    transition: all 0.3s ease-in;       
}

.nav-wrapper a:hover {
    background: var(--blue);
    color: var(--white);
    border: 0;
    text-decoration:none;
    transition: all 0.3s ease-in-out;   
}

.nav-button {
    color: var(--yellow);   
    font-size: 35px;
    transition: all 0.3s ease-in-out;   
    display: none;
    cursor:pointer;
}

.nav-button img {
    width: 25px;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in;   
}

.nav-button span {
    font-size: 14px;
    font-weight: 600;
    margin: 0 5px 0 0;
    display: inline-block;
    vertical-align: middle;
    transition: all 0.3s ease-in;   
}

.nav-button:hover {
    opacity: 0.5;
    color: var(--blue); 
    transition: all 0.3s ease-in-out;   
}

.nav-wrapper .nav-buttons {
    position: absolute;
    top: 7px;
    right: 10px;
    transition: all 0.3s ease-in;
}
.nav-wrapper .menu-item-has-children ul ul,
.nav-wrapper .menu-item-has-children ul {
    display: none;
}

.nav-wrapper .nav-buttons:hover {
    opacity: 0.6;
    transition: all 0.3s ease-in-out;
}

.nav-visible .nav-wrapper {
  -webkit-transform: translateX(0);
  transform: translateX(0);
  visibility: visible;
}

.nav-wrapper .nav {
  position: relative;
  -webkit-transform: rotateY(90deg);
          transform: rotateY(90deg);
  -webkit-transform-origin: left center;
          transform-origin: left center;
  transition: -webkit-transform 0.6s;
  transition: transform 0.6s;
  transition: transform 0.6s, -webkit-transform 0.6s;
    padding: 20% 25% 0 25%;
}

.nav-visible .nav {
  -webkit-transform: rotateY(0deg);
          transform: rotateY(0deg);
}


.nav-wrapper .nav a:focus, .nav-wrapper .nav a:hover {
  text-decoration: none;
    transition: all 0.3s ease-in-out;   
    color: var(--white);
}

.button-lines {
    font: 16px Helvetica, Arial, sans-serif;    
  background: transparent;
  border: none;
  cursor: pointer;
  display: inline-block;
  padding: 1rem 0.5rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.menutag {
    margin: 5px 0 0 15px;
    vertical-align: middle;
    display: inline-block;
    font-size: 16px;
    text-transform: none;
    color: var(--white);
}

.nav-visible .lines, .nav-visible .lines:after, .nav-visible .lines:before {
  background:var(--white);
}

.nav-visible .menutag {
    color: var(--white);
    margin: 0;
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
}

.nav-visible .lines::after, .nav-visible .lines::before {
    height: 0.2rem;
    width: 2rem;
}

.close {
    display: inline-block;
    vertical-align: middle;
    font-size: 14px;
    font-weight: bold;  
    margin: 5px 0 0 10px;
    line-height: 12px;   
}

.close img {
    width: 25px;
}

.closer {
    display: inline-block;
    vertical-align: middle; 
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;  
    cursor: pointer;
    transition: all 0.3s ease-in-out;   
    position: absolute;
    right: 50px;
    top: 50px;
}

.closer:hover {
    opacity: 0.5;
    transition: all 0.3s ease-in-out;       
}
.nav-wrapper .menu-item-has-children ul ul,
.nav-wrapper .menu-item-has-children ul {
    padding: 0;
}

.nav-wrapper .menu-item-has-children {
    position: relative;
    cursor: pointer;
}

.nav-wrapper .menu-item-has-children:hover {
  color: var(--white);
  background: var(--textalt);
}

.nav-wrapper .menu-item-has-children:hover a {
    color: var(--white);
}

.minus:hover {
    background: none!important;
}



.nav-wrapper a {
display: block;
  padding: 20px;
  position: relative;
  z-index: 2;
  width: 100%;
}

.nav-wrapper li {
  padding: 0;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.1);
}

.nav-wrapper ul li:last-of-type {
    border-bottom:0;
}

.nav-wrapper .menu-item-has-children ul a {
  color: var(--white);
  
  padding: 15px 0px 15px 20px;
  font-size: 16px;
 box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
}

.nav-wrapper .menu-item-has-children ul li {
  border:0!important;
}


.nav-wrapper .menu-item-has-children ul a:hover {

    color: var(--white);
}

.nav-wrapper li ul a::before {
  content: url(images/mob-down.svg);
  position: absolute;
  left: 4px;
  padding: 5px 10px;
  color: var(--white);
  transition: all .3s ease-in-out;
  opacity: 0;
  font-size: 12px;
  width: 12px;
  height: 12px;
  transform: rotate(-90deg) !important;
}

.minus a:before {
   opacity: 1;   
    -webkit-animation-duration:0.5s;
  animation-duration: 0.5s;
  --animate-delay:0.5s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;        
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;     
}



.nav-wrapper .menu-item-has-children:hover:before {
    display: none!important;
}

.nav-wrapper .menu-item-has-children > a {
  position: relative;
  display: block;
  padding-right: 40px; /* space for arrow */
}

.nav-wrapper .menu-item-has-children > a::after {
  content: url(images/mob-down.svg);
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%);
  width: 20px;
  height: 20px;
  pointer-events: none; /* important */
	margin:1px;
}


.nav-wrapper .minus:after {
  position: absolute !important;
  right: 10px !important;
      top: 6px !important;
    transform: translateY(-50%);
    padding: 15px 5px 15px 5px;
}

.menu-item-has-children.minus {
  background: var(--blue)!important;
}

.nav-wrapper .sub-menu {
    background: var(--dblue)!important;
}
.nav-wrapper .sub-menu a:hover {
    background: var(--orange)!important;
}


.hol-block h3,
.hol-title {
  font: 35px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}

.hol-block {
margin: 0 0 20px 0;
}

.dates-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-items: stretch;
  align-items: center;
border: 2px solid var(--white);
}

.dates-col {
  color: var(--white);
  border: 1px solid var(--white);
  padding: 10px;
  margin: -1px;
	font-size:14px;
}

.dates-col span {
  font-weight: 700;
  margin: 0 10px 0 0;
}

.holiday-bottom {
  border: 2px solid var(--yellow);
  padding: 20px;
}

.holiday-bottom h3 {
  font: 22px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0 0 5px 0;
  padding: 0;
  color: var(--white);
}

.hol-two-col {
padding: 0 30px 0 0;
}

.hol-sec {
	border-top: 5px solid var(--yellow);
	border-bottom: 5px solid var(--yellow);
}

	.three-grid-alts {
		grid-template-columns: 1fr 1fr;
	}

.section-intro p {
  font-size: 18px;
}


.impact-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-items: stretch;
  align-items: inital;
  margin: 30px auto 0 auto;
}

.impact-item {
	    transition: all 0.3s ease-in-out; 
}

.impact-item:hover {
	opacity:0.7;
	    transition: all 0.3s ease-in-out; 
}

.join-ii:hover {
	opacity:1;
	    transition: all 0.3s ease-in-out; 
}

.impact-item-img {
display:block;
margin: 0 auto 15px auto
}

.impact-item-img img {
display:block;
width:100%;
height:auto;
margin:0;
}

.impact-link {
font: 20px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 900;
  text-transform: uppercase;
  color: var(--text);
}

.impact-item-text .green-button {
	margin: 15px 0 0 0;
}

.imp-item-1 .impact-link {color: var(--green);}
.imp-item-2 .impact-link {color: var(--dblue);}
.imp-item-3 .impact-link {color: var(--orange);}
.imp-item-4 .impact-link {color: var(--red);}
.imp-item-5 .impact-link {color: var(--purple);}
.imp-item-6 .impact-link {color: var(--green);}
.imp-item-7 .impact-link {color: var(--dblue);}
.imp-item-8 .impact-link {color: var(--orange);}
.imp-item-9 .impact-link {color: var(--red);}
.imp-item-10 .impact-link {color: var(--purple);}

.imp-item-1 .impact-item-img { border-bottom: 5px solid var(--green);}
.imp-item-2 .impact-item-img { border-bottom: 5px solid var(--dblue);}
.imp-item-3 .impact-item-img { border-bottom: 5px solid var(--orange);}
.imp-item-4 .impact-item-img { border-bottom: 5px solid var(--red);}
.imp-item-5 .impact-item-img { border-bottom: 5px solid var(--purple);}
.imp-item-6 .impact-item-img { border-bottom: 5px solid var(--green);}
.imp-item-7 .impact-item-img { border-bottom: 5px solid var(--dblue);}
.imp-item-8 .impact-item-img { border-bottom: 5px solid var(--orange);}
.imp-item-9 .impact-item-img { border-bottom: 5px solid var(--red);}
.imp-item-10 .impact-item-img { border-bottom: 5px solid var(--purple);}


/* 
==========================================================================
MEDIA QUERIES
==========================================================================
*/


@media screen and (max-width: 1250px) {
 .top-nav li,   
.nav > li {
  position: relative;
  display: inline-block;
  margin: 0 10px;
  padding: 0;
}

.li-but {
  margin: 0 0 0 10px !important;
}

}

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

 .nav-button {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    top: 10px;
    right: 15px;
  }
    
.nav-wrapper .nav-buttons {
  top: 20px;
  right: 10px;
}  

}


@media screen and (max-width: 1050px) {
.footer-grid {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto auto auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-items: stretch;
  align-items: inital;
}

}


@media screen and (max-width: 1000px) {
.top-nav {
    display: none;
}

.logo {
  width: 180px; 
}

.header-grid {
  width: 100%;
  display: grid;
  grid-template-columns: auto auto;
}

header {
  position: relative;
  width: 100%;

}

.green-section {
  padding: 50px 0;
  position: relative;
  display: block;
  background: var(--green);
}

.white-section {
  padding: 50px 0;
  position: relative;
  display: block;
  background: var(--white);
}

.image-section {
  padding: 50px 0;
  position: relative;
  display: block;
}

.three-grid {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    justify-items: stretch;
    align-items: inital;
    margin: 30px auto 0 auto;
}

	.three-grid-alts {
		grid-template-columns: 1fr 1fr;
	}
	
	
  .nav-button {
    top: 0px;
    right: 15px;
  }

 .nav-wrapper .nav-buttons {
    top: 10px;
    right: 10px;
  }

.nav-wrapper {
  padding: 104px 0 0 0;
}

}

@media screen and (max-width: 900px) {
.hol-two-col {
padding: 0;
}
	.team-sec:before {
		display:none!important;
	}


.impact-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-items: stretch;
  align-items: inital;
  margin: 30px auto 0 auto;
}	
	
footer {
  padding: 50px 0;
}

.footer-grid {
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-items: stretch;
  align-items: inital;
  text-align: center;
}

.foot-logo {
  width: 200px;
  height: auto;
  margin: 0 auto 20px auto;
}

.fc2, .fc3, .fc4 {
display:none;
}


.two-grid {
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-items: stretch;
  align-items: center;
  margin: 0 auto;
  text-align: center;
}

.tc-right {
  order: -1;
}

.video-box {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
  max-width: 600px;
  margin: 0 auto;
}


.video-box::before {
  top: 5px;
  left: 5px;
}

}

@media screen and (max-width: 750px) {
  header {
    position: sticky;
    width: 100%;
    
    z-index: 99999;
    top: 0;
  }


.video-thumbs {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 10px;
  margin-top: 10px;
}

}


@media screen and (max-width: 600px) {


.three-grid {
    width: 100%;
    display: grid;
    grid-template-columns: auto;
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-items: stretch;
    align-items: inital;
    margin: 30px auto 0 auto;
}

.tc-green h3 {
  font: 30px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}

.two-col h2 {
  font: 35px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
  text-transform: uppercase;
  font-weight: 900;
}

}


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

}


@media screen and (max-width: 550px) {

.impact-grid {
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-items: stretch;
  align-items: inital;
  margin: 20px auto 0 auto;
}	
	
.video-thumbs {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
  margin-top: 10px;
}

}


@media screen and (max-width: 450px) {
.dates-grid {
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
}
	
.inner {
	padding: 0 10px;
}	
	
}


@media screen and (max-width: 320px) {

 .container {
	min-width:240px;
	width:100%;
 }
 
}



/* Body dim overlay state */
body.search-open {
  overflow: hidden;
}

/* Overlay layer */
.site-search-overlay {
  position: fixed;
  inset: 0;
  background: rgba(0,0,0,.65);
  z-index: 999999;
}

/* Search panel */
.site-search-panel {
  position: fixed;
  left: 50%;
  top: 200px;                 /* final position */
  transform: translateX(-50%) translateY(-30px);
  opacity: 0;

  width: min(720px, calc(100vw - 40px));
  background: #fff;
  border-radius: 0;
  padding: 18px 18px 10px 18px;
  box-shadow: 0 18px 60px rgba(0,0,0,.25);

  z-index: 9999999;

  transition: transform 220ms ease, opacity 220ms ease;
}


.site-search-panel.is-open {
  transform: translateX(-50%) translateY(0);
  opacity: 1;
}

.site-search-close {
  position: absolute;
  top: -50px;
  right: -6px;
  border: 0;
  background: transparent;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
  padding: 6px;
  color: var(--white);
  transition: all 0.3s ease-in-out;
}
.site-search-close:hover {
  transition: all 0.3s ease-in-out;
opacity:0.7;
  color: var(--white);
}


.site-search-form input[type="search"] {
width: 100%;
  padding: 15px;
  border: 1px solid var(--grey);
  color: var(--text);
  font: 17px 'Roboto', Helvetica, Arial, sans-serif;
  outline:none;
}

/* Results */
.site-search-results {
  margin-top: 10px;
  max-height: 320px;
  overflow: auto;
}

.site-search-results a {
  display: block;
  padding: 10px 0px;
  text-decoration: none;
  border-bottom: 1px solid #dcdfe3;
  color:var(--blue);
  font-size:16px;
  font-weight:600;
}

.site-search-results a:hover {
  color:var(--lorange);
  font-weight:600;
}


.site-search-results a:last-child {
  border-bottom: 0;
}

.site-search-results .muted {
  color: var(--textalt);
  font-size: 15px;
  padding: 10px 5px;
}

.site-search-toggle {
  position: absolute;
  right: 15px;
  top: 28px;
  border: 0;
  background: none;
  cursor: pointer;
  color: var(--white);
transition: all 0.3s ease-in-out;
  z-index:9;
  width: 25px;
  height: 25px;
}

.site-search-toggle img {
  display: block;
  width: 100%;
  height: auto;
  margin: 0;
}


.site-search-toggle:hover {
  transition: all 0.3s ease-in-out;
opacity:0.7;
  color: var(--white);
}

@media screen and (max-width: 1000px) {
.site-search-toggle {
right: 75px;
    top: 20px;
  }
  
.site-search-toggle .dashicons {
  width: 26px;
  height: 26px;
  font-size: 26px;
} 
  
.site-search-panel {
  top: 175px; 
  }
  }


@media screen and (max-width: 1150px) {
.site-search-toggle {
  position: absolute;
  right: 65px;
  top: 25px;
  border: 0;
  background: none;
  cursor: pointer;
  color: var(--white);
  transition: all 0.3s ease-in-out;
  z-index: 9;
  width: 30px;
  height: 30px;
}
}

@media screen and (max-width: 1000px) {
  .site-search-toggle {
    position: absolute;
    right: 65px;
    top: 15px;
    border: 0;
    background: none;
    cursor: pointer;
    color: var(--white);
    transition: all 0.3s ease-in-out;
    z-index: 9;
    width: 30px;
    height: 30px;
  }
}


@media screen and (max-width: 800px) {
.midblue-fifty-section,
.purple-fifty-section,
.green-fifty-section {
padding: 30px 0;
}

.midblue-fifty-section:after,
.purple-fifty-section:after,
.green-fifty-section::after {
  position: absolute;
  width: 100%;
  height: 300px;
  top: 0;
  right: 0;
  z-index: 9;
background-position: center;
}

.two-grid-full {
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  justify-items: stretch;
  align-items: center;
  margin: 0 auto;
}

.tgc-right,
.tgc-left {
  padding: 270px 0 0 0;
order:1;
}
}


@media screen and (max-width: 650px) {
  .home-hero,
.hero-slider, 
.hero-slide {
  height: 500px;
  width: 100%;
  position: relative;
}

.hero-slide-content h1 {
  font: 35px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 700;
}

.hero-slide-content h2 {
  font: 24px 'Roboto',Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 700;
}	
	
	
.three-item-img {
  display: block;
  height: 250px;
  width: 100%;
}

.wide-title {
  display: flex;
  align-items: center;
  gap: 20px;
}

.wide-title h2 {
  white-space: nowrap;
  font: 24px 'Roboto', Helvetica , Arial, sans-serif;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--text);
  margin: 0;
}

.short-hero {
  height: 250px;
  width: 100%;
  position: relative;
}

.video-thumb::before {
  width: 35px;
  height: 35px;
}

}

@media screen and (max-width: 500px) {
.hero-slide-content h1 {
    font: 30px 'Roboto', Helvetica , Arial, sans-serif;
    font-weight: normal;
    margin: 0;
    padding: 0;
    font-weight: 700;
  }
	
.hero-slide-content h2 {
  font: 22px 'Roboto',Helvetica,Arial,sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 700;
}	
	
}


.donate-widget-btn {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 9999;
font: 14px 'Roboto', Helvetica, Arial, sans-serif;
font-weight: 700;
text-transform: uppercase;
    padding: 12px 18px;
    border: 0;
    border-radius: 50px;

    background: var(--red);
    color: var(--white);
    cursor: pointer;

    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}

.donate-widget-btn:hover {
    background: var(--yellow);
    color: var(--text);
    cursor: pointer;

    box-shadow: 0 5px 20px rgba(0,0,0,.2);
}


.donate-widget {
    position: fixed;
    bottom: 90px;
    right: 20px;

    width: 400px;
    max-width: calc(100vw - 40px);

    background: var(--white);
    border-radius: 12px;
    overflow: hidden;

    box-shadow: 0 10px 40px rgba(0,0,0,.2);

    transform: translateY(20px);
    opacity: 0;
    visibility: hidden;

    transition: .3s ease;

    z-index: 9998;
}

.donate-widget.open {
    transform: translateY(0);
    opacity: 1;
    visibility: visible;
}

.donate-widget-header {
    background: var(--red);
    color: var(--white);
    padding: 15px 20px;
    font-weight: 600;
    position: relative;
}

.close-widget {
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
}

.donate-widget-body {
    padding: 20px;
}

.donate-widget input {
    width: 100%;
  padding: 10px;
  border: 1px solid var(--grey);
  color: var(--text);
  font: 16px 'Roboto', Helvetica, Arial, sans-serif;
  outline: none;
  margin: 0 0 10px 0;
}

.donate-widget .green-button-small {
   font: 16px 'Roboto', Helvetica, Arial, sans-serif;
   font-weight: 700;
   margin: 10px 0 0 0;
   border: 0;
   padding: 12px 24px;
   cursor: pointer;
}

.close-widget {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
  font-size: 26px;
}


.team-bg-dark {background:var(--text)!important; color: var(--white)!important;}
.team-bg-blue {background:var(--blue)!important; color: var(--white)!important;}
.team-bg-navy {background:var(--navy)!important; color: var(--white)!important;}
.team-bg-orange {background:var(--orange)!important; color: var(--white)!important;}
.team-bg-green {background:var(--green)!important; color: var(--white)!important;}
.team-bg-midblue {background:var(--midblue)!important; color: var(--white)!important;}
.team-bg-purple {background:var(--purple)!important; color: var(--white)!important;}
.team-bg-red {background:var(--red)!important; color: var(--white)!important;}
.team-bg-dblue {background:var(--dblue)!important; color: var(--white)!important;}

.team-bg-bronze {background:var(--bronze)!important; color: var(--white)!important;}
.team-bg-silver {background:var(--silver)!important; color: var(--text)!important;}
.team-bg-gold {background:var(--gold)!important; color: var(--white)!important;}

.team-bg-silver h3,
.team-bg-silver p
{color: var(--text)!important;}


.two-col.tc-left {
  order: -1;
}


.whoframed {
position: relative;
padding-bottom: 56.25%;
padding-top: 25px;
height:0;
}

.whoframed iframe {
position: absolute;
top: 0;
left:0;
width: 100%;
height: 100%;
}


.tablepress > :where(thead, tfoot) > tr > * {
  background-color: var(--green)!important;
  color: var(--white)!important;
  font-weight: 700!important;
  vertical-align: middle!important;
  word-break: normal!important;
		text-align:left!important;
}

.tablepress > :where(tbody.row-striping) > :nth-child(2n+1 of :where(:not(.child, .dtrg-group))) + :where(.child) > *, .tablepress > :where(tbody.row-striping) > :nth-child(2n+1 of :where(:not(.child, .dtrg-group))) > * {
  background-color: var(--midblue)!important;
  color: var(--white)!important;
		text-align:left!important;
}

.tablepress > :where(tbody.row-striping) > :nth-child(2n of :where(:not(.child, .dtrg-group))) + :where(.child) > *, 
.tablepress > :where(tbody.row-striping) > :nth-child(2n of :where(:not(.child, .dtrg-group))) > * {
  background-color: var(--blue)!important;
  color: var(--white)!important;
		text-align:left!important;
}

.tablepress>.row-hover>tr:has(+.child:hover)>*,
.tablepress>.row-hover>tr:hover+:where(.child)>*,
.tablepress>.row-hover>tr:where(:not(.dtrg-group)):hover>* {
  pointer-events: none!important;
}

.tablepress th p {
margin:0!important;
	text-align:left!important;
}


.video-gallery {
      width: min(100%, 1000px);
      margin: 0 auto;
    }

 
    .main-player {
      position: relative;
      width: 100%;
      aspect-ratio: 16 / 9;
      overflow: hidden;
      border-radius: 0;
      background: #000;
      box-shadow: 0 8px 25px rgba(0, 0, 0, 0.18);
    }

    #youtube-player {
      width: 100%;
      height: 100%;
    }


    .video-list {
      display: grid;
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 20px;
      margin-top: 25px;
    }

    .video-thumbnail {
      position: relative;
      padding: 0;
      overflow: hidden;
      border: 4px solid transparent;
      border-radius: 0px;
      background: #000;
      cursor: pointer;
      transition:
        transform 0.2s ease,
        border-color 0.2s ease,
        box-shadow 0.2s ease;
    }

    .video-thumbnail:hover {
      transform: translateY(-3px);
      box-shadow: 0 7px 18px rgba(0, 0, 0, 0.2);
    }

    .video-thumbnail.active {
      border-color: #ff0000;
    }

    .video-thumbnail img {
      display: block;
      width: 100%;
      aspect-ratio: 16 / 9;
      object-fit: cover;
    }

    .play-icon {
      position: absolute;
      top: 50%;
      left: 50%;
      display: grid;
      width: 48px;
      height: 48px;
      place-items: center;
      border-radius: 50%;
      background: rgba(255, 0, 0, 0.95);
      color: #fff;
      font-size: 20px;
      transform: translate(-50%, -50%);
      pointer-events: none;
    }

    .play-icon::before {
      content: "";
      margin-left: 4px;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left: 13px solid #fff;
    }

    .video-title {
      position: absolute;
      right: 0;
      bottom: 0;
      left: 0;
      padding: 22px 12px 9px;
      background: linear-gradient(transparent, rgba(0, 0, 0, 0.85));
      color: #fff;
      font-size: 14px;
      font-weight: 700;
      text-align: left;
    }

    @media (max-width: 700px) {

      .video-list {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 15px;
      }
    }


.fancybox-container {
  z-index: 999999!important;
}

.hype-image-gallery {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px;
}

.hype-image-gallery__item {
    position: relative;
    display: block;
    overflow: hidden;
    aspect-ratio: 1 / 1;
    background: #f3f3f3;
    text-decoration: none;
}

.hype-image-gallery__image {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition:
        transform 0.35s ease,
        opacity 0.35s ease;
}

.hype-image-gallery__item:hover .hype-image-gallery__image,
.hype-image-gallery__item:focus-visible .hype-image-gallery__image {
    transform: scale(1.04);
    opacity: 0.9;
}

.hype-image-gallery__item:focus-visible {
    outline: 2px solid currentColor;
    outline-offset: 3px;
}

.hype-image-gallery-empty {
    margin: 0;
}

@media (max-width: 800px) {
    .hype-image-gallery {
        grid-template-columns: repeat(2, minmax(0, 1fr));
        gap: 12px;
    }
}

.green-button-big {
  display: inline-block;
  font-size: 20px;
  font-weight: 700;
  margin: 0 auto;
  padding: 20px 75px;
  border-radius: 50px;
  background: var(--green);
  color: var(--white);
  text-transform: uppercase;
  transition: all 0.3s ease-in-out;
}

.green-button-big:hover {
  background: var(--green);
  color: var(--white);
	opacity:0.7;
  transition: all 0.3s ease-in-out;
}

.nf-form-fields-required {
  display: none!important;
}

.label-above .nf-field-label {
  margin-bottom: 5px!important;
}

.nf-field-element input[type="email"],
.nf-field-element input[type="tel"],
.nf-field-element input[type="text"],
.nf-field-element input, 
.nf-field-element select, 
.nf-field-element textarea {
  height: auto!important;
  margin: 0!important;
  width: 100%!important;
  color: var(--text)!important;
  font: 16px 'Roboto', Helvetica, Arial, sans-serif!important;
  border: 1px solid var(--grey)!important;
  padding: 10px!important;
}

.list-checkbox-wrap .nf-field-element li label, .list-image-wrap .nf-field-element li label, .list-radio-wrap .nf-field-element li label {
  display: block!important;
  float: none!important;
  margin-left: 1.5em!important;
  width: auto!important;
  text-align: left!important;
}

.field-wrap input[type="submit"] {
  width: auto!important;
  color: var(--white)!important;
  font: 16px 'Roboto', Helvetica, Arial, sans-serif!important;
  border: 1px solid var(--green)!important;
  padding: 10px 30px!important;
  background: var(--green)!important;
  cursor: pointer!important;
}

.field-wrap input[type="submit"]:hover {
  width: auto!important;
  color: var(--white)!important;
  font: 16px 'Roboto', Helvetica, Arial, sans-serif!important;
  border: 1px solid var(--dblue)!important;
  padding: 10px 30px!important;
  background: var(--dblue)!important;
  cursor: pointer!important;
}

.nf-breadcrumbs li a {
  display: inline-block;
  font-size: 16px;
  margin-right: 15px!important;
  margin-bottom: 10px;
  text-decoration: none;
  background: var(--grey)!important;
  padding: 5px 10px!important;
  color: var(--black)!important;
}

.nf-breadcrumbs .active a {
  background: var(--green) !important;
  color: var(--white) !important;
}

.nf-progress {
  height: 20px;
  background-color: var(--green)!important;
}

.nf-breadcrumbs li {
  display: inline-block !important;
}

.nf-progress-container {
  margin: 20px 0;
  width: 100%;
  border: 1px solid var(--green)!important;
}

.nf-previous,
.nf-next {
  color: var(--white)!important;
  font: 15px 'Roboto', Helvetica, Arial, sans-serif!important;
  background: var(--purple)!important;
  font-weight: 600!important;
  padding: 8px 16px!important;
  border: 0!important;
cursor: pointer!important;
}


.nf-previous:hover,
.nf-next:hover {
  color: var(--white)!important;
  font: 15px 'Roboto', Helvetica, Arial, sans-serif!important;
  background: var(--dblue)!important;
  font-weight: 600!important;
  padding: 8px 16px!important;
  border: 0!important;
cursor: pointer!important;
}

.nf-field-element input[type="checkbox"],
.nf-field-element input[type="radio"] {
  display: inline-block;
  vertical-align: middle;
  margin: 5px 0px 0 0px !important;
}

.nf-form-cont {
  max-width: 1000px;
  margin: 0 auto;
}


 :root {
      --impact-green: #3a8d3c;
      --impact-purple: #813691;
      --impact-blue: #479eba;
      --impact-orange: #d03326;
      --impact-white: #ffffff;
    }

    .impact-grids {
      display: grid;
      grid-template-columns: repeat(4, minmax(0, 1fr));
		border-bottom: 5px solid var(--yellow);
		border-top: 5px solid var(--yellow);
    }

    .impact-column {
      --column-colour: var(--impact-green);

      min-width: 0;

      color: var(--impact-white);
      background: var(--column-colour);
      text-align: center;
    }

    .impact-column--bikes {
      --column-colour: var(--impact-purple);
    }

    .impact-column--volunteering {
      --column-colour: var(--impact-blue);
    }

    .impact-column--international {
      --column-colour: var(--impact-orange);
    }

    .impact-column__title {
  margin: 0 0 15px;
  font-size: 20px;
  font-weight: 800;
  background: rgba(0,0,0,0.1);
  padding: 20px;
  text-transform: uppercase;
}

.impact-column__stats {
  display: grid;
  gap: 30px;
  padding: 5px 15px 30px 15px;
}

    .impact-stat__number {
      display: block;
      margin: 0;
      font-size: 45px;
      font-weight: 800;

      font-variant-numeric: tabular-nums;
      white-space: nowrap;
    }

    .impact-stat__label {
      display: block;
      margin-top: 5px;
      font-size: 15px;
      font-weight: 700;
      text-transform: uppercase;
    }

    .impact-stat__detail {
      display: block;
      margin-top: 3px;
      font-size: 13px;
      font-weight: 600;
      line-height: 1.3;
      opacity: 0.82;
    }

    @media (max-width: 1000px) {
      .impact-grids {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }
    }

    @media (max-width: 600px) {
      .impact-grids {
        grid-template-columns: 1fr;
      }

      .impact-column {
        padding: 0;
      }



      .impact-column__stats {
        grid-template-columns: repeat(3, minmax(0, 1fr));
        gap: 10px;
      }

      .impact-column--international .impact-column__stats {
        grid-template-columns: repeat(2, minmax(0, 1fr));
      }

      .impact-stat__number {
        font-size: 36px;
      }

      .impact-stat__label {
        font-size: 13px;
      }
    }

    @media (max-width: 420px) {
      .impact-column__stats,
      .impact-column--international .impact-column__stats {
        grid-template-columns: auto;
        gap: 25px;
      }

      .impact-stat__number {
        font-size: 30px;
      }

      .impact-stat__label {
        font-size: 15px;
      }
    }



.impact-stats {
  padding: 30px 0 50px 0;
}

.impact-stat-grid {
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-items: stretch;
  align-items: start;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}

.impact-stat {
  text-align: center;
}

.bg-statpurple {
  background: var(--purple);
  color: var(--white);
}

.bg-statgreen {
  background: var(--green);
  color: var(--white);
}

.bg-statblue {
  background: var(--blue);
  color: var(--white);
}

.bg-statred {
  background: var(--red);
  color: var(--white);
}

.impact-stat strong {
font-size: 50px;
  display: block;
  margin: 0;
  font-weight: 800;
}


.impact-stat-label {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 700;
  display: block;
  margin: -5px 0 -5px 0;
}

.impact-stat-detail {
  font-size: 15px;
  color: var(--white);
  opacity: 0.9;
}

@media (max-width: 680px) {

.impact-stat strong {
  font-size: 40px;
  display: block;
  margin: 0;
  font-weight: 800;
}
}

@media (max-width: 550px) {

.impact-stat-grid {
  width: 100%;
  display: grid;
  grid-template-columns: auto;
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-items: stretch;
  align-items: start;
  margin: 0 auto;
  max-width: 1200px;
  text-align: center;
}
}

.contact-head-title {
  font: 22px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 20px 0 10px 0;
  padding: 0;
  font-weight: 700;
}


.blank-docs h1 {
  font: 24px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0 0 10px 0;
  padding: 0;
  font-weight: 600;
}
.blank-docs h2,
.blank-docs h3 {
  font: 22px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 20px 0 10px 0;
  padding: 0;
  font-weight: 600;
}

.blank-docs ul {
  margin: 10px 0 20px 30px;
}

.blank-docs li {
  list-style: square;
  margin: 0 0 5px 0;
}

.blank-docs p {
  margin: 0 0 10px 0;
}


.form-block {
  text-align: center;
  padding: 30px 0;
}

@media screen and (max-width: 450px) {
.nf-breadcrumbs li {
  float:none!important;
  display: block!important;
}

.nf-breadcrumbs li a {
  display: block!important;
  font-size: 16px!important;
  margin: 0 0 2px 0!important;
  text-decoration: none!important;
}

	.green-button-big {
  padding: 20px 40px;
}
	
.form-block {
  text-align: center;
  padding: 20px 0 !important;
}
}

.nf-form-hp {
	display:none;
}

img[data-lazyloaded]{
    opacity: 0;
}

img.litespeed-loaded{
    -webkit-transition: opacity .5s linear 0.2s;
    -moz-transition: opacity .5s linear 0.2s;
    transition: opacity .5s linear 0.2s;
    opacity: 1;
}

.team-sec a {
  color: var(--white);
  font-weight: 700;
}

.team-sec a:hover {
  color: var(--white);
	opacity:0.7;
  font-weight: 700;
}

/*
 * Ninja Forms - Form Display Structure
 */

.ninja-forms-form-wrap *,
.ninja-forms-form-wrap *:after,
.ninja-forms-form-wrap *:before {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    box-sizing: border-box;
}

.nf-response-msg {
    display: none;
}

.nf-field-container,
#ninja_forms_required_items {
    clear: both;
    position: relative;
    margin-bottom: 25px;
    &::after {
        clear: both;
        content: "";
        display: block;
    }
    &.hidden-container,
    &.hr-container {
        margin: 0;
        height: auto;
        .nf-field-label {
            display: none;
        }
    }
    &.html-container {
        .nf-field-label {
            display: none;
        }
    }
}

.nf-field-label {
    .nf-label-span,
    label {
        font-weight: bold;
        margin: 0;
        padding: 0;
    }
}
.nf-field-element {
    position: relative;
    input,
    select,
    textarea {
        margin: 0;
        width: auto;
        height: auto;
        vertical-align: inherit;
    }
    textarea {
        height: 200px;
    }
}
.nf-field-description {
    p:last-child {
        margin: 0;
    }
}
.nf-help {
    background: url( '../img/help-info.png' ) no-repeat;
    display: inline-block;
    width: 16px;
    height: 16px;
}

.nf-input-limit {
    font-size: 12px;
    margin-top: 5px;
}
.nf-static {
    padding: 0 10px;
}
.nf-after-field {
    .nf-error-msg {
        margin-right: 10px;
        //text-align: right;
    }
}

/* ---------------------------------
Screen Reader CSS
----------------------------------*/
.nf-sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    opacity: 0;
    white-space: nowrap;
    width: 1px;
}

/* ---------------------------------
Date/Time FIELD
----------------------------------*/
.nf-field-element .time-wrap{
    padding:1px;
}

/* ---------------------------------
CHECKBOX FIELD
----------------------------------*/



/* ---------------------------------
RADIO & CHECKBOX LISTS
----------------------------------*/

.list-radio-wrap,
.list-checkbox-wrap,
.list-image-wrap {
    .nf-field-element {
        ul, li {
            list-style: none !important;
            margin: 0 !important;
            padding: 0 !important;
            input {
                margin-right: 5px;
            }

            // RTL support
            .rtl & {
                input {
                    margin-right: 0;
                    margin-left: 5px;
                }
            }
        }
        li {
            padding-left: 10px;
            margin: 0 0 5px !important;
            text-indent: initial !important;
            label {
                //display: inline;
                display: block;
                float: initial;
                //margin: 0;
                width: auto;
                margin-left: 1.5em;
            }
            input {
                width: auto !important;
                float: left;
                margin-top: .25em;
            }

            // RTL support
            .rtl & {
                padding-left: 0;
                padding-right: 10px;

                label {
                    margin-left: 0;
                    margin-right: 1.5em;
                }
                input {
                    float: right;
                }
            }
        }
    }
}

.listimage-wrap {
    li {
        width: 100%;
        height: 100%;
        display: inline-grid;
        label {
            padding: 5px;
            border-width: 2px;
            border-style: solid;
            border-color: transparent;
            &.nf-checked-label {
                border-width: 2px;
                border-style: solid;
                border-color: #007acc;
                transition: all .5s;
            }
            img {
                display: block;
            }
        }
        input {
            // display: none;
            &:focus + label {
                outline: 2px solid;
            }
        }
    }
}

/* ---------------------------------
PRODUCT FIELD
----------------------------------*/
.product-wrap {
    > div {
        input {
            width: 80px !important;
        }
        .nf-product-field {
            span {
                padding: 0 5px;
            }
        }
    }
}

/* ---------------------------------
STAR RATING
----------------------------------*/
.starrating-wrap .star {
    border-bottom: 0;
}

/* ---------------------------------
HONEYPOT
----------------------------------*/

.nf-form-hp {
    position: absolute;
    visibility: hidden;
}

/* ---------------------------------
SELECT LIST
----------------------------------*/
.list-select-wrap {
    div div {
        display: none;
    }
}


/* ---------------------------------
COLORS
As minimal as possible
----------------------------------*/
.ninja-forms-req-symbol,
.nf-error-msg {
    color: #E80000;
}
.nf-error {
    .ninja-forms-field {
        border: 1px solid #E80000;
    }
    &.listimage-wrap {
        .nf-field-element {
            ul {
                border: 1px solid #E80000;
            }
        }
    }
}
.nf-field-submit-error {
    padding: 15px;
}

.ninja-forms-noscript-message {
    background: #f1f1f1;
    border: 4px dashed #ccc;
    color: #333;
    display: block;
    font-size: 20px;
    margin: 20px 0;
    padding: 40px;
    text-align: center;
}

/* ---------------------------------
HELPER CLASSES
----------------------------------*/
.two-col-list {
    ul {
        li {
            float: left;
            width: 50%
        }
    }
}
.three-col-list {
    ul {
        li {
            float: left;
            width: 33.33%
        }
    }
}
.four-col-list {
    ul {
        li {
            float: left;
            width: 25%
        }
    }
}
.five-col-list {
    ul {
        li {
            float: left;
            width: 20%
        }
    }
}
.six-col-list {
    ul {
        li {
            float: left;
            width: 16.66%
        }
    }
}


body {
    .pika-label {
        background: transparent;
    }
}

/* Column Classes
    Link: http://twitter.github.io/bootstrap/assets/css/bootstrap-responsive.css
--------------------------------------------- */
.nf-form-cont {
    .five-sixths,
    .four-sixths,
    .one-fourth,
    .one-half,
    .one-sixth,
    .one-third,
    .three-fourths,
    .three-sixths,
    .two-fourths,
    .two-sixths,
    .two-thirds {
        clear: initial;
        float: left;
        margin-left: 2.564102564102564%;
        .inside {
            padding: 20px;
        }
        &::after {
            clear: both;
            content: "";
            display: block;
        }
    }

    .one-half,
    .three-sixths,
    .two-fourths {
        width: 48.717948717948715%;
    }

    .one-third,
    .two-sixths {
        width: 31.623931623931625%;
    }

    .four-sixths,
    .two-thirds {
        width: 65.81196581196582%;
    }

    .one-fourth {
        width: 23.076923076923077%;
    }

    .three-fourths {
        width: 74.35897435897436%;
    }

    .one-sixth {
        width: 14.52991452991453%;
    }

    .five-sixths {
        width: 82.90598290598291%;
    }

    .first {
        clear: both;
        margin-left: 0;
    }
}

.label-above .nf-field-label {
  margin-bottom: 5px !important;
  text-align: left !important;
}


/* Wrapper */
.file_upload-wrap {
    margin: 0 0 25px;
}

/* Hide cancel button until needed */
.nf-fu-button-cancel {
    display: none;
}

/* Main upload button */
.nf-fu-fileinput-button {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 180px;
    padding: 30px;
    border: 2px dashed var(--border);
    border-radius: 0;
    background: var(--offblack);
    color: var(--text);
    font-size: 18px;
    font-weight: 600;
    cursor: pointer;
    transition: .25s ease;
    position: relative;
}

.nf-fu-fileinput-button:hover {
    border-color: var(--orange);
    background: rgba(242,106,43,.06);
}

.nf-fu-fileinput-button span {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 12px;
}

.nf-fu-fileinput-button span::before {
    content: "📄";
    font-size: 42px;
    line-height: 1;
}

.nf-fu-fileinput-button span::after {
    content: "PDF, DOC, DOCX, ODT or RTF • Max 5MB";
    display: block;
    font-size: 13px;
    font-weight: 400;
    color: var(--textalt);
}

/* Progress */
.nf-fu-progress {
    height: 4px;
    margin-top: 15px;
    background: rgba(255,255,255,.08);
    overflow: hidden;
}

.nf-fu-progress-bar {
    background: var(--orange);
}

/* Uploaded files */
.files_uploaded {
    margin-top: 15px;
}

.files_uploaded p,
.files_uploaded div {
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 16px;
    background: var(--offblack);
    border: 1px solid var(--border);
    margin-bottom: 10px;
    font-size: 15px;
}

.files_uploaded p::before,
.files_uploaded div::before {
    content: "✓";
    color: #2ecc71;
    font-weight: bold;
}

/* Label */
.file_upload-wrap .nf-field-label label {
    margin-bottom: 10px;
    display: block;
    font-weight: 600;
}