h2, .h2, h3, .h3 {
			font-family: ivystyle-tw, sans-serif;
			font-size: 40px;
			font-style: italic;
			font-weight: 700;
			line-height: normal;
			letter-spacing: 2.4px;
			background: linear-gradient(121deg, #255B9B 0%, #247C5C 80.98%);
			background-clip: text;
			-webkit-background-clip: text;
			-webkit-text-fill-color: transparent;
			margin-top: 0;
		}
			@media screen and (max-width: 999px) {
			h2, .h2, h3, .h3 {
				font-size: 26px;
			}

			.subscribe-prefooter .h4 {
				font-size: 20px;
			}
			}

		.byline {
			font-size: 27px;
			text-align: left;
			margin: 0 auto;
			padding: 0 60px;
    		max-width: 1280px;
		}
			
		.page-navigation {
			display: none;
		}
			
		#nav-breadcrumb {
			display: none;
		}

		/* Nav */
		fgcuheader#masthead {
			display: flex;
			justify-content: center;
		}
			
			#masthead .logo {
				margin: 0;
			}
			
			ul.campaign-nav {
				margin-top: 10px;
				display: flex;
				flex-direction: row;
				align-items: center;
			}

			ul.campaign-nav li a {
				display: flex;
				height: 36px;
				flex-direction: column;
				justify-content: flex-end;
				padding-bottom: 3px;
			}
			
		.middle-nav {
			display: flex;
			flex-direction: row;
			flex-wrap: wrap;
			padding: 0 60px;
			padding-left: 0px;
			max-width: 1200px;
			width: 100%;
			justify-content: space-between;
			align-items: center;
		}
		
/* Hamburger default */
.hamburger {
  display: none;
  width: 70px;
  height: 70px;
  background: #00794c;
  border: none;
  cursor: pointer;
  position: relative;
  z-index: 1001; /* keeps above overlay */
}

/* Bars */
.hamburger span {
  display: block;
  width: 25px;
  height: 3px;
  margin: 5px auto;
  background: #fff;
  transition: all 0.3s ease;
}

/* Center nav vertically */
.nav-overlay ul.campaign-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  list-style: none;
  padding: 0;
  margin: 0;
}

.nav-overlay ul.campaign-nav li {
  margin: 20px 0;
}

.nav-overlay ul.campaign-nav a {
  font-size: 20px;
  text-decoration: none;
  color: #333;
}

/* Hamburger active (turns into X) */
.hamburger.active span:nth-child(1) {
  transform: translateY(8px) rotate(45deg);
}
.hamburger.active span:nth-child(2) {
  opacity: 0;
}
.hamburger.active span:nth-child(3) {
  transform: translateY(-8px) rotate(-45deg);
}

/* Show overlay when active */
.nav-overlay.open {
  display: flex;
}
			
			
			
			@media screen and (max-width: 999px) {
			.middle-nav {
				padding: 0 20px;
			}
			}
			
			@media screen and (max-width: 769px) {
				ul.campaign-nav {
					background-color: #f6f7f9;
					width: 100%;
					position: absolute;
					height: 50px;
					left: 0;
					top: 69px;
					box-shadow: 0 3px 4px 0px #00000017;
					display: flex;
					justify-content: space-evenly;
				}
			
			  .hamburger {
    display: block;
  }
			
			  .campaign-nav {
    display: none; /* hide original nav */
  }
			
			.campaign-desktop-nav {
			display: none;
			}
	.middle-nav {
				padding: 0px 0px;
			}
#masthead .logo {
			margin-left: 15px;
    margin-top: 5px;
			}
			
			}

		.redesign-desktop {
			display: flex;
			flex-direction: column;
			align-items: center;
		}

		ul.campaign-nav {
			display: flex;
			flex-direction: row;
			align-items: center;
			    gap: 30px;
		}
		
		@media screen and (max-width: 768px) {
		ul.campaign-nav {
			    gap: 2%;
		}
		}

		#masthead .redesign-desktop .logo {
			margin: 0 !important;
		}
			
			.campaign-nav a.active {
				font-weight: 800;
				padding-bottom: 0px;
				border-bottom: 3px solid #00794c;
			}

			.campaign-nav a {
				color: #333;
				text-decoration: none;
			}
			
			
		/* Hero */
		.page-banner .mobile-banner.no-bg, .page-banner .tablet-banner.no-bg {
			min-height: 400px;
		}
			
		.page-banner:before {
			display: none;
		}
		
		.hero-text {
			position: absolute;
			padding: 0 20px;
			width: 100%;
			margin: 0 auto;
			z-index: 2;
		}
			

		.page-banner h1 {
			position: relative;
			margin: 0;
			text-align: left;
			padding: 0 60px;
			max-width: 1280px;
			margin: 0 auto;
			font-family: ivystyle-tw, sans-serif;
			font-style: italic;
			padding-right: 20%;
    		font-size: 3.3rem;
		}
			
		.news-events-detail-main .content-container {
			padding: 60px 60px;
		}

		@media screen and (max-width: 999px) {
				
			.news-events-detail-main .content-container {
				padding: 40px 20px;
			}

			.page-banner {
				height: 400px;
			}
			
			.hero-text {
				bottom: 0;
				height: 100%;
				display: flex;
				flex-direction: column;
				justify-content: flex-end;
				background: linear-gradient(0deg, rgba(36, 124, 92, 0.90) 0.96%, rgba(37, 91, 155, 0.90) 20.87%, rgba(37, 91, 155, 0.00) 46.93%);
				padding-bottom: 20px;
			}

			.page-banner h1 {
				text-align: center;
				font-size: 2rem;
			}

			.byline {
				text-align: center;
				font-size: 1.4rem;
			}
			}
			
		@media screen and (min-width: 1000px) {
			.page-banner .desktop-banner {
				min-height: 390px !important;
			}
			
		.desktop-banner::before {
			content: "";
			position: absolute;
			inset: 0;
			background: linear-gradient(to right, rgb(37 91 155 / 72%) 0%, /* #255B9B fully transparent */ rgb(0 71 133 / 26%) 30%, /* #004785 fully transparent */ rgba(36, 124, 92, 0) 60%, /* #247C5C fully opaque */ rgb(36 124 92 / 42%) 100% /* #247C5C back to transparent */);
			z-index: 1;
		}
		}
			
		/* Prefooter */
		.subscribe-prefooter {
			color: #fff;
			background: linear-gradient(0deg, rgba(0, 0, 0, 0.20) 0%, rgba(0, 0, 0, 0.20) 100%), linear-gradient(121deg, #255B9B 0%, #247C5C 80.98%);
			padding: 40px 0 40px 0;
		}
			
		.subscribe-prefooter .h4 {
			font-family: ivystyle-tw, sans-serif;
			font-style: italic;
		}
			
			
			form#subscribeForm {
	position: relative;
	display: flex;
	flex-direction: row;
	align-items: center;
	width: 100%;
	display: inline-flex;
}
	
#subscribeForm input {
	padding: 8px 20px 8px 16px;
	width: 100%;
	height: 60px;
	color: #333;
}

#subscribeForm button {
	border-radius: 9px;
	border: 3px solid #00794C;
	background: #FFF;
	padding: 10px 24px 6px;
	color: #00794c;
	font-weight: 700;
}

#subscribeForm button:hover {
	background-color: #00794c;
	color: #fff;
}

.input-wrapper {
  display: flex;
  align-items: center;
  border: 1px solid #ccc;
  border-radius: 8px;
  overflow: hidden;
  background: #fff;
  width: 100%;
  padding-right: 7px;
	max-width: 450px;
}

.input-wrapper input {
  flex: 1;
  border: none;
  padding: 10px;
  font-size: 16px;
  outline: none;
}
@media screen and (max-width: 999px) {
			.content-container .col-sm-12 {
    display: flex;
    flex-direction: column;
    width: 100%;
}
		}
			
@media screen and (min-width: 1000px) {
section.subscribe-prefooter .content-container .col-sm-12:first-child {
    width: 75% !important;
    padding-right: 50px;
}
			
section.subscribe-prefooter .content-container {
    display: flex;
    align-items: center;
}
}
			
/* Email Thank You */
#thankYouMessage {
    color: rgb(255, 255, 255);
    margin-top: 10px;
    text-align: center;
    width: 400px;
    flex-direction: column;
    align-items: center;
    font-size: 24px;
    gap: 10px;
}

@media screen and (min-width: 1500px) {
	#thankYouMessage {
    border-left: 1px solid rgba(255, 255, 255, 0.22);
	}
}
