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


/* 
==========================================================================
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%;
	margin-bottom: 1px;
	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 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);
  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(--green);
  color: var(--white);
  transition: all 0.3s ease-in-out;
}

.green-button:hover {
  background: var(--yellow);
  color: var(--navy);
  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: 28px '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: 28px '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: 500px;
}

.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: 22px 'Roboto', Helvetica , Arial, sans-serif;
  margin: 0;
  padding: 0;
  font-weight: 700;
  text-transform: uppercase;
  color: var(--white);
}

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

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

.two-col .yellow-button {
  margin: 25px 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;
}

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

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

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

footer {
	display: block;
  position: relative;
  background: var(--navy);
	margin: 0 auto;
	padding: 75px 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;
  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 */
}


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

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

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



/* 
==========================================================================
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;
}

  .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) {

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) {

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

}


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

}


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

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

}



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