.hero-no-image a{ color: #fff; }
.hero-image a{ color: #fff; }
.hero-no-image a:hover { text-decoration: underline; color: #7EC7BB;}
.hero-image a:hover { text-decoration: underline; color: #7EC7BB;}
.blue-hero-interior a{ color: #fff;text-decoration: underline; }
.blue-hero-interior a:hover { color: #fff;text-decoration: underline; }

a{ color: #277866; }
a:hover { color: #075F29; }
a:hover { text-decoration: underline; }

/* breadcrumbs */
.breadcrumb{
	font-size: 18px;
	line-height: 26px;
	font-family: 'arboria';
	
	pointer: cursor;
	margin-top: 10px;
}
.hero-no-image .breadcrumb, .hero-image .breadcrumb{
	color: #fff;
}
.white-background .blue-hero-exterior .breadcrumb, .white-background .blue-hero-exterior .breadcrumb a{
	color: #fff !important;
}


.breadcrumb a{
  text-decoration: underline;
  padding: 5px 10px;
}
.breadcrumb span{
  padding: 5px 10px;
}
.breadcrumb a:first-of-type {
  padding-left: 0;
}
.hero-no-image .breadcrumb a:visited,  .hero-image .breadcrumb a:visited{
  color: #fff;
}

.page-id-1590 .breadcrumb{
	margin: 20px auto;
   max-width: 730px;
}

.breadcrumb a { color: #fff }
.hero-no-image .breadcrumb a,  .hero-image .breadcrumb a{ color: #fff; }
.hero-no-image .breadcrumb a:hover,  .hero-image .breadcrumb a:hover{ text-decoration: underline; color: #fff; }
 .breadcrumb a:hover { text-decoration: underline; }



.button:hover { color: #fff; }
.button:hover { background-color: #000; }
.button:hover { border: 1px solid #fefefe; }

figcaption{
	text-align: left;
  max-width: 768px;
  margin: 0 auto;
}

/* === Focus Styles === */

.wp-block-site-logo:focus {
  outline: none;
  border: 3px solid #0CA948;
  border-radius: 5px;
  padding: 10px;
}

.breadcrumb a:focus {
  outline: none;
  border: 3px solid #0CA948;
  border-radius: 5px;
  padding: 5px;
}

h1:focus,
h2:focus,
h3:focus,
h4:focus,
h5:focus {
  outline: none;
  border: 3px solid #0CA948;
  border-radius: 5px;
  padding: 5px;
}

p a:focus {
  outline: none;
  border: 3px solid #0CA948;
  border-radius: 5px;
  padding: 5px;
}

.wp-block-button.is-style-fill:focus {
  outline: none;
  border: 3px solid #032B3D;
  border-radius: 9999px;
}

.button-rect:focus {
  outline: none;
  border: 3px solid #032B3D;
  border-radius: 5px;
}



/* Custom CSS from Shift Plug */
.testing123 .arbitrary{
	color:#fff;
	background-color:#efefef;
	border: 1px solid black;
}
.testing123 .arbitrary{
	color:#fff;
	background-color:#efefef;
	border: 1px solid black;
}

/* GBA Styles 3/2025 */
p,li{
	font-size: 18px;
	line-height: 26px;
	font-family: 'arboria';
}
div.wp-block-buttons{
	max-width: 768px;
	margin: 5px auto;
}
.entry-content h1{
	font-family: 'arboria';
	font-size: 56px;
	line-height: 64px;
	font-weight: 700;
}
.entry-content h2{
	font-family: 'arboria';
	font-size: 48px !important;
	line-height: 56px;
	color: #005B74;
}
.entry-content h3{
	font-family: 'din-2014-narrow' !important;
	font-size: 32px;
	line-height: 40px;
	text-transform: uppercase;
	max-width: 768px;
	margin: 0 auto;
	margin: 30px auto;
}
.entry-content h4{
	font-family: 'arboria';
	font-size: 32px;
	line-height: 40px;
}
.entry-content h5{
	font-family: 'arboria';
	font-size: 24px;
	line-height: 32px;
}
.n2-ss-slider-wrapper-inside p{
	font-family: 'din-2014-narrow' !important;
	font-weight: 700 !important;
}

/* Set the heavier font weight for these elements */
.big-buttons-cover p, .dark-bkgd p, .headline-over-image h2, .hero-image p, .breadcrumb a, .breadcrumb span{
	font-weight: 500;
}
.big-buttons-cover h2, .blue-hero h2, .dark-bkgd h2, .headline-over-image h2, .hero-image h2{
	color: #fff !important;
}


/* Hero styles */
.hero-image.wp-block-group {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: linear-gradient(to bottom, #005B74 55%, transparent 55%);
    margin-bottom: 30px;
}
.hero-image.wp-block-group .gb-block-container{
	max-width: 1400px;
	margin: 0 auto;
}
.breadcrumb{
	width: 930px;
}
.hero-image.wp-block-group img {
	border-radius: 25px;
}

@media screen and (max-width: 1799px) {
	.hero-image.wp-block-group img {
		width: 100%;
	}
}
@media screen and (min-width: 1800px) {
	.breadcrumb {
		width: 1400px;
	}
}


.entry-content .hero-image h1, .hero-image p{
	color: #fff;
	text-align: center;
	max-width: 1112px;
	margin: 61px auto 0;
}
.entry-content .hero-image p{
	color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Arboria;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
}

.entry-content .hero-no-image h1, .hero-no-image p{
	color: #fff;
	text-align: center;
	max-width: 1112px;
}
.entry-content .hero-no-image p{
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}
.hero-no-image.wp-block-group {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: linear-gradient(to bottom, #005B74 100%, transparent 100%);
    margin-bottom: 30px;

    background-image: url('https://gbapgh.wpenginepowered.com/wp-content/uploads/GBA-Triangle-BG.svg'), linear-gradient(to bottom, #005B74 100%, transparent 100%);
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}

.hero-no-image.wp-block-group .gb-block-container{
	max-width: 1400px;
	margin: 0 auto;
}

.profile-hero.wp-block-group {
    width: 100vw;
    max-width: 100vw;
    margin-left: calc(-50vw + 50%);
    background: linear-gradient(to bottom, #277866 100%, transparent 100%);
    margin-bottom: 30px;
}
.profile-hero.wp-block-group .gb-block-container{
	max-width: 1400px;
	margin: 0 auto;
}
.profile-hero .breadcrumb{
	color: #fff;
}
.entry-content .profile-hero h1, .profile-hero p{
	color: #fff;
	text-align: center;
	max-width: 1112px;
}
.entry-content .profile-hero p{
	font-size: 24px;
	line-height: 32px;
	font-weight: 400;
}
.profile-hero img{
	border-radius: 15px;
}
.profile-hero h1{
	font-family: Arboria;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px;
	color: #fff;
}
.profile-hero p{
	font-family: 'arboria', sans-serif;
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px; 
	color: #fff;
	text-align: left;
}
.project-flow p{
color: var(--GBA-Blue, #005B74);
leading-trim: both;

text-edge: cap;
font-family: 'arboria', sans-serif;
font-size: 24px;
font-style: normal;
font-weight: 500;
line-height: 32px; /* 133.333% */
text-decoration-line: underline;
text-decoration-style: solid;
text-decoration-skip-ink: none;
text-decoration-thickness: auto;
text-underline-offset: auto;
text-underline-position: from-font;

}
/* Entry styles */
.entry-content{
	max-width: 1400px;
	margin: 0 auto;
}
.entry-content p, .entry-content h1, .entry-content h2, .entry-content h4, .entry-content h5, .entry-content ul, .entry-content ol{
	max-width: 768px;
	margin: 0 auto;
	margin: 30px auto;
	font-family: 'arboria', sans-serif;
}
h1.wp-block-post-title{
	margin: 61px 0 8px 0;
  padding: 0 16px 16px 0;


  color: #FFF;
	text-align: center;
	leading-trim: both;
	text-edge: cap;
	font-family: Arboria;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px;

}
.profile-hero h1.wp-block-post-title {
	color: var(--White, #FFF);
	leading-trim: both;
	text-edge: cap;
	
	/* H1 – Desktop */
	font-family: 'arboria', sans-serif;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px; /* 114.286% */
	text-align: left;
}
.entry-content figure{
	text-align: center;
}
.entry-content figure img{
	margin: 0 auto;
	margin: 30px auto;
}

/* Pattern classes */
.beveled-cta.gb-block-container{
	max-width: 882px !important;
    margin: 0 auto;
    border: 3px solid #34B29A;
    border-radius: 10px 75px 5px 75px;
    padding: 40px 40px 40px 50px;
    text-align: center;
}

.pullquote-bkgd-long.wp-block-pullquote{
	background: url(https://gbapgh.wpenginepowered.com/wp-content/uploads/2025/03/pullquote-long.png) no-repeat center;
	background-size: auto 100%;
}
cite{
	font-style: initial;
    font-family: 'arboria';
    font-size: 16px;
    text-transform: uppercase;
}

.pullquote-bkgd-short.wp-block-pullquote{
	background: url(https://gbapgh.wpenginepowered.com/wp-content/uploads/2025/03/pullquote-short.png) no-repeat center;
	background-size: auto 100%;
}

.gb-block-container.staff-header .wp-container-core-columns-is-layout-1{
	max-width: 1112px;
	margin: 0 auto;
}
.gb-block-container.staff-header p{
	max-width: 990px;
}

.gb-block-container.profile-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}

.gb-block-container.profile-singular {
	flex: 1 1 25%;
	box-sizing: border-box;
	text-align: center;
	display: flex;
	flex-direction: column;
	padding: 10px;
}

.gb-block-container.profile-singular > .gb-container-inside > .gb-container-content {
	padding: 25px;
	display: flex;
	flex-direction: column;
}
@media (max-width: 1224px) {
	.hero-image.wp-block-group .gb-block-container {
	  max-width: 100%;
	  margin: 10px;
	}
	
}

@media (max-width: 1024px) {
	.gb-block-container.profile-singular {
		flex: 1 1 33.33%;
	}
	.breadcrumb{
		max-width: 100%;
	  margin: 10px;
	}
}

@media (max-width: 768px) {
	.gb-block-container.profile-singular {
		flex: 1 1 50%;
	}

}

@media (max-width: 480px) {
	.gb-block-container.profile-singular {
		flex: 1 1 100%;
	}
}


.headline-over-image-wrap{
	
}
.headline-over-image-wrap .gb-container-inside .gb-container-content {
  display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
}

.headline-over-image-wrap .gb-container-inside .gb-container-content > *:first-child,
.headline-over-image-wrap .gb-container-inside .gb-container-content > *:last-child {
  flex: 0 0 100%;
  max-width: 100%;
}

.headline-over-image{
	flex: 1 280px;
	max-height: 224px !important;
  max-width: 350px !important;
  border-radius: 10px;
  padding: 10em 1em 1em !important;
  min-height: initial;
}
.headline-over-image h2{
	font-size: 22px;
  max-width: 80%;
  margin-left: 5px !important;
  margin-top: 6px;
  color: #fff;
}
.headline-over-image h3{ /* category chip */
	background-color: #fff;
  color: #005B74;
  border-radius: 30px 5px;
  padding: 5px 25px;
  display: inline;
}


/* menu styles */
.wp-block-navigation{
	margin: 0 auto !important;
}
.wp-block-navigation__container{
	display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  list-style: none;
  margin: 0;
  padding-left: 0;
  gap: 1rem;
  min-height: 60px;
}
.wp-block-navigation__container li {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0.5rem 1rem;
}
.wp-block-navigation > li{
	font-weight: bold;
}
.wp-block-navigation .wp-block-navigation-item__content.wp-block-navigation-item__content{
	color: #005B74;
	font-family: 'arboria';
	font-size: 18px;
}
nav.wp-block-navigation-is-layout-flex{
	height: 150px;
}
.wp-block-navigation .wp-block-navigation__submenu-container{
	background-color: #005B74 !important;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.08);
  border-radius: 4px;
  border: 1px solid rgba(0, 0, 0, 0.05);
}
.wp-block-navigation .wp-block-navigation__submenu-container li a{
	color: #fff !important;
	font-weight: initial !important;
}
}
.wp-block-navigation .wp-block-navigation__submenu-container > li:hover{
	background-color: #032B3D;
}
.wp-block-navigation .wp-block-navigation__submenu-icon{
	display: none;
}
.wp-block-navigation > li > a:hover{
 color #000;
}

/* Blog and post styles */
.wp-block-post-title{
	max-width: 768px;
	font-family: "Arboria";
	margin: auto;
}
.wp-block-post > .wp-block-group > .wp-block-group{
	max-width: 768px;
	font-family: 'arboria', sans-serif;
	margin: auto;
}

/* hero slider */
.n2-section-smartslider{
  
}
.slider-container{
	left: 50%;
  transform: translateX(-50%);
}
.n2-ss-slider-controls.n2-ss-slider-controls-below{
	display: none !important;
}
.n2-ss-item-content > div > p{
	max-width: 1400px !important;
	margin: 0 auto !important;
}

/* headline-arrow-card block */



.headline-arrow-card{
	  max-width: 25%;
    padding: 10px 30px;
    margin: 20px !important;
    background-color: #F2F9F8;
    border-radius: 15px;
}
.white-bkgd-arrow-grid > .headline-arrow-card{
	background-color: #fff;
	max-width: 40%;
}

.headline-arrow-card a:focus{
	outline: none;
	border: 3px solid #0CA948;
	border-radius: 3px;
}
.headline-arrow-card h5{
	color: #0CA948;
	text-transform: uppercase;
	font-size: 24px;
	position: relative;
	min-height: 60px;
	font-family: 'din-2014-narrow';
	max-width: 85%;
}
.headline-arrow-card h5::after {
  content: "";
  position: absolute;
  top: 33%;
  right: 0;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url('https://gbapgh.wpenginepowered.com/wp-content/uploads/Heading-4.svg');
  background-repeat: no-repeat;
}
.headline-arrow-card:hover{
	background-color:#CEE8E5;
}
.headline-arrow-card p{
	font-size: 18px;
	margin: 0px auto 30px;
}
.circle-text-button{
	display: flex;
  flex-flow: row wrap;
  flex-direction: row;
  align-items: center;
  justify-content: space-around;
  max-width: 1200px;
  margin: 0 auto;
}
.circle-text-button > div{
	flex: 1;
	display: flex;
  align-items: center;
}
.circle-text-button > div:last-child{
	flex: 3;
}
.circle-text-button.dark-bkgd{
	color: #fff !important;
}

figure.size-landscape-contained img{
	border-radius: 10px;
}
.feature-page-buttons figure img{
		margin: 15px auto;
}
.hero-no-image p, .feature-page-buttons p, .feature-page-buttons h5, .feature-page-buttons a, .feature-page-buttons a{
	margin: 10px auto !important;
}

.feature-page-buttons a{
	color: #0CA948;
}

.feature-page-buttons h5.category-chip{
	color: #fff;
	background-color: #005B74;
	border-radius: 5px 25px;
	padding: 4px 15px;
  display: inline;
}

.feature-page-buttons div.wp-block-buttons{
	align-items: start;
}

.big-buttons-cover .wp-block-button.is-style-outline{
	max-width: 100%;
}
.big-buttons-cover .wp-block-cover{
	border-radius: 15px 125px;
}

.big-buttons-cover div.wp-block-buttons{
	max-width: 540px;
	gap: 0px !important;
} 
.big-buttons-cover div.wp-block-buttons .wp-block-button{
	padding-bottom: 32px;
} 

.big-buttons-cover .wp-block-cover__inner-container >*{
		margin-left: 65px !important;
}
.big-buttons-cover .wp-block-cover {
  position: relative;
  overflow: hidden;
}

.big-buttons-cover .wp-block-cover::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to right, rgba(0, 0, 0, 0.3), transparent);
  pointer-events: none;
  z-index: 1;
  border-radius: inherit;
}
.big-buttons-cover .wp-block-cover .wp-block-cover__inner-container{
	z-index: 2;
}


/* blue hero w/ variant backgrounds custom block styles */

.blue-hero::before,
.blue-hero::after {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  width: 150px;
  height: 150px;
  z-index: 0;
  pointer-events: none;
}

.blue-hero {
  position: relative;
  overflow: hidden;
  background-color:#005B74;
	color: #fff;
	min-height: 308px;
	margin: 0px auto 30px;
	max-width: 1280px;

	width: 100vw;
  max-width: 100vw;
  margin-left: calc(-50vw + 50%);
  background: linear-gradient(to bottom, #005B74 100%, transparent 100%);
  margin-bottom: 30px;

  display: flex;
  align-items: center;
  justify-content: center;
}

.blue-hero-interior{
	position: relative;
	z-index:1;
}

/* Variant 1 - Lower left larger, upper right */
.blue-hero.var-1::before {
  top: 0;
  right: 0;
  background-image: url('https://gbapgh.wpenginepowered.com/wp-content/uploads/upper-right-smaller.png');
  width: 450px;
  height: 101px;
  z-index:0;
}
.blue-hero.var-1::after {
  bottom: 0;
  left: 0;
  background-image: url('https://gbapgh.wpenginepowered.com/wp-content/uploads/lower-left-larger.png');
  width: 450px;
  height: 193px;
  z-index:0;
}

/* Variant 2 - Lower right larger, upper left */
.blue-hero.var-2::before {
  top: 0;
  left: 0;
  background-image: url('https://gbapgh.wpenginepowered.com/wp-content/uploads/upper-left-smaller.png');
  width: 450px;
  height: 101px;
  z-index:0;
}
.blue-hero.var-2::after {
  bottom: 0;
  right: 0;
  background-image: url('https://gbapgh.wpenginepowered.com/wp-content/uploads/lower-right-larger.png');
  width: 450px;
  height: 193px;
  z-index:0;
}

/* Variant 3 - Lower left, upper right larger */
.blue-hero.var-3::before {
  top: 0;
  right: 0;
  background-image: url('https://gbapgh.wpenginepowered.com/wp-content/uploads/upper-right-larger.png');
  width: 450px;
  height: 193px;
  z-index:0;
}
.blue-hero.var-3::after {
  bottom: 0;
  left: 0;
  background-image: url('https://gbapgh.wpenginepowered.com/wp-content/uploads/lower-left-smaller.png');
  width: 450px;
  height: 101px;
  z-index:0;
}

/* Variant 4 - Lower right, upper left larger */
.blue-hero.var-4::before {
  top: 0;
  left: 0;
  background-image: url('https://gbapgh.wpenginepowered.com/wp-content/uploads/upper-left-larger.png');
  width: 450px;
  height: 193px;
  z-index:0;
}
.blue-hero.var-4::after {
  bottom: 0;
  right: 0;
  background-image: url('https://gbapgh.wpenginepowered.com/wp-content/uploads/lower-right-smaller.png');
  width: 450px;
  height: 101px;
  z-index:0;
}

/* site banner styles */
.site-banner{
	background-color: #032B3D;
	color: #fff;
}
.site-banner p, .site-banner a{
	font-size: 18px;
	font-family: 'arboria';
	text-decoration: none;
	color: #fff;

	display: flex;
  align-items: center;
}
.site-banner-spacer{
	height: 40px !important;
	width: 100px;
}

.site-banner .wp-block-social-links .wp-social-link svg{
	height: 1.6em;
	width: 1.6em;
}

/* navigation styles */
.search-function a{
	color: #fff !important;
	background-color: #0CA948 !important;
	border-radius: 30px !important;
}
.search-function a:hover{
	text-decoration: none;
	cursor: pointer;
}
.search-function.active a{
	color: #fff !important;
	background-color: #032B3D !important;
	border-radius: 30px !important;
}
.navigation-wrapper.active{
	background-color: #E8F5F2;
}

.wp-block-group.search-display {
  background-color: #E8F5F2;
  padding: 20px 2%;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: opacity 0.3s ease, max-height 0.3s ease;
  display: none;
}
.wp-block-group.search-display.active {
  opacity: 1;
  max-height: 200px;
  display: flex;
  align-items: center !important;
}
.search-display .wp-block-spacer{
	height: 1px !important;
  width: 50px !important;
  flex-basis: 50px !important;
}
.search-display form input{
	border-radius: 30px;
	padding: 0px 8px;
}
.search-display form button{
	border-radius: 30px;
  background-color: #0CA948;
  font-family: 'arboria';
  padding: 3px calc(1.333em + 2px);
}
.search-display p a{
	text-decoration: none;
	color: #0CA948;
	position: relative;
}
.search-display p a:after{
	content: "";
  position: absolute;
  top: 65%;
  right: -35px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(https://gbapgh.wpenginepowered.com/wp-content/uploads/Heading-4.svg);
  background-repeat: no-repeat;
}

#wp-block-search__input-6{
	background-color: #fff;
	width: 300px;
}
.search-wrap a{
	  color: #fff;
    leading-trim: both;
    text-edge: cap;
    font-family: 'arboria', sans-serif;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 18px;
    padding-top: 9px;
    padding-left: 12px;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    cursor: pointer;
}
footer {
    margin-top: 60px;
}
header{
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.10);
}
.navigation-wrapper > .gb-layout-column-wrap{
    grid-template-columns: repeat(3, 1fr);
    padding: 0 10vw;
    max-width: 1400px;
    align-items: center;
}
.navigation-wrapper .custom-logo-link > img{
	height: 117px;
	width: auto;
}

/* Icon bulleted list block */
.icon-bullet-list h3{
	font-size: 32px;
	color: #005B74;
	font-family: 'arboria';
}

.icon-bullet-list h5{
	margin: 0 0 0 10px;
  color: #005B74;
  font-size: 16px;
  position: relative;
}
.icon-bullet-list h5:after{
	content: "";
  position: absolute;
  top: 75%;
  right: -35px;
  transform: translateY(-50%);
  width: 24px;
  height: 24px;
  background-image: url(https://gbapgh.wpenginepowered.com/wp-content/uploads/Heading-3.svg);
  background-repeat: no-repeat;
}
.icon-bullet-list > .gb-container-inside > .gb-container-content > .wp-block-genesis-blocks-gb-columns, .icon-bullet-list > .gb-container-inside > .gb-container-content > hr{
	max-width: 920px;
	margin: 30px auto;
}

/* profile display */


.profile-singular figure img{
	width: 200px;
  height: 200px;
  border-radius: 50%;
  object-fit: cover;
  margin: 30px auto 0px !important;
  border: 3px solid #fff;
}
.profile-singular figure{
	margin-bottom: 5px !important;
}
.profile-singular h4{
	color: #0CA948;
	text-decoration: none !important;
	margin: 0 auto;
}
.profile-singular p{
	color: #005B74;
	text-decoration: none !important;
	margin: 0px auto;
}
.profile-singular a{
	text-decoration: none !important;
}
.profile-singular > a > .gb-container-inside::after{
	content: "";
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 33px;
	height: 33px;
	background-image: url(https://gbapgh.wpenginepowered.com/wp-content/uploads/Heading-4-3-1.png);
	background-repeat: no-repeat;
	background-size: contain;
}
.profile-singular > a > .gb-container-inside{
	padding-bottom: 30px;
}

.profile-singular:hover figure img{
	border: 3px solid #005B74;
}
.profile-singular:hover h4{
	color: #005B74;
}
.profile-singular:hover > a > .gb-container-inside::after{
	background-image: url(https://gbapgh.wpenginepowered.com/wp-content/uploads/Heading-4-4.png);
}
/* Wordpress Buttons block styles */
.wp-block-buttons .is-style-fill a{
	background-color: #0CA948;
	color: #fff;
	font-size: 20px;
	font-family: 'arboria';
	font-weight: bold;
	line-height: 22px;
	text-decoration: none;
	border: 3px solid #0CA948;
}
.wp-block-buttons .is-style-fill a:hover{
	background-color: #fff;
	color: #223035;
}

.wp-block-buttons .is-style-outline{

}
.wp-block-buttons .is-style-outline a{
	background-color: #0CA948;
	color: #fff;
	font-size: 32px;
	line-height: 40px;
	text-decoration: none;
	font-family: 'din-2014-narrow';
	max-width: 100%;
	border-radius: 10px;
	text-transform: uppercase;
	width: 100%;
	text-align: left;
	border:none;
}

.wp-block-buttons .is-style-outline:hover a{
	background-color: #075F29;
}

.wp-block-search__inside-wrapper button{
	  background-color: #0CA948;
    color: #fff;
    font-size: 20px;
    font-family: 'arboria';
    font-weight: bold;
    line-height: 22px;
    text-decoration: none;
    border: 3px solid #0CA948;
    border-radius: 10px;
    padding: 0px 5px;
}

.wp-block-ub-icon{
	min-width: 40px;
}

.ub_icon_wrapper {
    display: flex;
}
.ub_icon_wrapper svg {
    margin: 0 auto;
}

/* navigation responsiveness */
.navigation-wrapper .mobile{
	display: none;
}
@media screen and (max-width: 1099px) {
	.navigation-wrapper .desktop{
		display:none;
	}
	.navigation-wrapper .mobile{
		display:flex;
	}
}

.wp-block-navigation__responsive-container.is-menu-open{
	background-color: #E8F5F2;
  color: #005B74 !important;
}

.wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__submenu-container li a{
	color: #005B74 !important;
}


/* pdf block */

.pdf-report{
	background-color: #005B74;
	margin-top: 80px;
	border-radius: 10px;
}

.pdf-block-wrapper.Yes .pdf-report{
	background-color: #032B3D;
}


.pdf-report figure{
	margin-top: -80px;
	z-index: 2;
}
.pdf-report h3{
	color: #0CA948 !important;
}

.pdf-report .is-layout-flex{
	align-items: flex-start;
}

.pdf-report h2{
	color: #fff !important;
}


/* arrow card custom block */
.arrow-card-block{
	border-radius: 10px;
	background-color: #F2F9F8;
	margin-top: 24px !important;
	flex: 1 1 300px;
  max-width: 461px;
  box-sizing: border-box;
  position: relative;
}
.arrow-card-block a{
	  height: 100%;
    display: block;
}
.arrow-card-block span{
	position: absolute;
	bottom: 0px;
}
.arrow-card-wrapper {
    display: flex;
    flex-wrap: wrap;
    /*justify-content: space-between;*/
    gap: 20px;
}
.arrow-card-block:hover{
	background-color: #CEE8E5;
}
@media (max-width: 500px) {
    .arrow-card-block {
        flex: 1 1 100%;
    }
}
.arrow-card-wrapper.is-layout-flex{
	align-items: initial;
}
.arrow-card-block img{
	max-width: 461px;
  width: 100%;
  height: 300px;
  object-fit: cover;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  display: block;
}
.arrow-card-block a{
	text-decoration: none;
}
.arrow-card-block a h2{
	padding: 12px 24px;
	min-height: 112px;
}
.arrow-card-block a p{
	text-decoration: none;
	color: #223035;
	font-family: 'arboria';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
	padding: 12px 24px;
	min-height: 130px;
}
span.arrow-card-block-arrow{
	width: 48px;
  height: 48px;
  background: url(https://gbapgh.wpenginepowered.com/wp-content/uploads/Heading-4-8.svg) no-repeat;
  margin-left: 24px;
  display: inline-block;
}
.arrow-card-block:hover span.arrow-card-block-arrow{
	background: url(https://gbapgh.wpenginepowered.com/wp-content/uploads/Heading-4-9.svg) no-repeat;
}

.mobile-only{
		display: none !important;
}

.wp-block-navigation__submenu-container{
	z-index: 3 !important;
}

body .is-layout-flex.desktop-navigation {
  display: flex;
}
body .is-layout-flex.mobile-navigation{
	display: none;
}

/* post category styles */
.category main{
	max-width: 1040px;
	margin: 0 auto;
}


.wp-block-post-template {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
  gap: 24px;
  padding: 0;
  list-style: none;
}

.wp-block-post > .wp-block-group {
  background-color: #F2F9F8;
}

.wp-block-post-template > li {
  flex: 1 1 calc(33.333% - 24px);
  display: flex;
  flex-direction: column;
  box-sizing: border-box;
  max-width: calc(33.333% - 24px);
  background: #fff;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 768px) {
  .wp-block-post-template > li {
    flex: 1 1 100%;
    max-width: 100%;
  }
}

.wp-block-post-featured-image {
  margin: 0;
  line-height: 0;
}

.wp-block-post-featured-image img {
  display: block;
  width: 100%;
  height: auto;
  max-height: 250px;
}

.archive .wp-block-group.is-layout-flow {
  display: flex;
  flex-direction: column;
  flex: 1;
}

.wp-block-post-title {
  margin: 16px 0 8px;
  padding: 0 16px 16px;
}

.archive .wp-block-group.is-layout-flex {
  flex-wrap: wrap;
  gap: 8px;
  padding-bottom: 8px;
  font-size: 14px;
}

.wp-block-post-excerpt {
  margin-top: auto;
  padding: 0 16px 16px;
}

/* Project template styles */
.gba-project-wrapper{
	max-width: 768px;
	margin: 0 auto;
}
.gba-project-wrapper span{
	font-family: 'arboria';
	font-size: 18px;
	font-style: normal;
	font-weight: 400;
	line-height: 26px;
}
.gba-project-wrapper p{
	font-family: 'arboria';
	font-size: 24px;
	font-style: normal;
	font-weight: 400;
	line-height: 32px;
	margin-top: 10px;
}
.gba-project-wrapper p:empty {
    display: none;
}
.project-flow p {
    column-count: 2;
    column-gap: 2rem;
}
:where(.wp-block-button__link) {
    border-radius: 9999px;
    box-shadow: none;
    padding: calc(.667em + 2px) calc(1.333em + 2px);
    text-decoration: none;
}
.gba-project-wrapper .wp-block-button{
	margin: 20px auto;
}

/* event card display */
.all-events-wrapper {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1rem;
}

.event-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 1.5rem;
}
.event-location{
		margin: 0.5rem 0;
    align-self: stretch;
    text-align: left;
    color: #fff;
    padding: 0px 32px 16px;
    font-family: Arboria;
    font-size: 18px;
}

.event-grid .wp-block-buttons {
    margin-top: auto;
    width: 100%;
}

.event-grid .wp-block-button__link {
    display: inline-block;
    padding: 0.5rem 1rem;
    border-radius: 50px;
    transition: background 0.3s ease;
    width: 100%;
    box-sizing: border-box;
    max-width: 284px;
		font-size: 16px !important;
		font-style: normal;
		text-align: center;
}

.event-grid .wp-block-button__link:hover {
    background: #005177;
}



.event-card {
    background: #005B74;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 0;
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
    display: flex;
    flex-direction: column;
}

.event-card-header {
    position: relative;
    height: 360px;
    background-size: cover;
    background-position: center center;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
    display: flex;
    align-items: flex-end;
    padding: 0 1rem 1rem 1rem;
    color: white;
    box-shadow: inset 0 -60px 60px -20px rgba(0,0,0,0.7);
}
.event-title {
    color: #032B3D;
	text-align: center;
	leading-trim: both;

	text-edge: cap;
	/* H1 – Desktop */
	font-family: Arboria;
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px;
}
.single-dynamics_event .wp-block-post-title{
	display: none;
}
.event-start-date{
	color: #fff;
	leading-trim: both
	text-edge: cap;
	font-family: Arboria;
	font-size: 32px;
	font-style: normal;
	font-weight: 700;
	line-height: 40px;
}


.event-grid .wp-block-buttons {
    margin-top: auto;
    width: 100%;
    padding: 16px 32px;
}


.gba-breadcrumbs{
  max-width: 1110px;
  margin: 0 auto;
}

/* results display */
.search .wp-block-post-template{
	flex-direction: column;
}
.search .blue-hero{
	display: flex;
	flex-direction: column;
}
.search .wp-block-post-title{
	line-height: 40px;
}
.search li > div{
	border-radius: 15px;
	border: none !important;
}

.search-wrap{
	display: flex;
}
.search .wp-block-post-template > li{
	max-width: 100%;
	flex: initial;
	margin: 1em 3em;
}

/* author meta shortcode styling */
.author-box {
    display: flex;
    align-items: center;
    gap: 20px;
    padding: 1em 1em;
}

.author-box .author-avatar img {
    border-radius: 50%;
    width: 96px;
    height: 96px;
}

.author-box .author-meta {
    display: flex;
    flex-direction: column;
}

.author-box .author-meta div:first-child {
  font-family: Arboria;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 26px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
}

.author-box .author-meta div:last-child {
  color: #0CA948;
	leading-trim: both;
	text-edge: cap;
	font-family: Arboria;
	font-size: 16px;
	font-style: normal;
	font-weight: 700;
	line-height: 18px;
}

.wp-block-post-date{
	color: #000;
	leading-trim: both;
	text-edge: cap;
	font-family: Arboria;
	font-size: 16px;
	font-style: italic;
	font-weight: 400;
	line-height: 24px;
	padding: 0px 15px;
}

@media (min-width: 769px) {
    .search .wp-block-post-template > li{
			min-width: 768px;
		}
}

@media (max-width: 900px) {
    .event-grid {
        grid-template-columns: repeat(2, 1fr);
    }
}

@media (max-width: 600px) {
    .event-grid {
        grid-template-columns: 1fr;
    }
}


/* single event styles */
.single-event-wrapper .wp-block-post-title{
	font-size: 56px;
	font-style: normal;
	font-weight: 700;
	line-height: 64px;
}

.event-register-header {
    display: flex;
    flex-direction: row;
    border-top-left-radius: 75px;
    border-bottom-right-radius: 75px;
    overflow: hidden;
    min-height: 300px;
    width: 100%;
    max-width: 1112px;
    margin: 0 auto;
}

.event-image-col {
    flex: 0 0 50%;
    background-size: cover;
    background-position: center;
    position: relative;
    min-height: 300px;
}

.event-image-col img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.event-description{
	max-width: 730px;
	margin: 0 auto;
}

.event-details-col {
    background-color: #005B74;
    color: #fff;
    padding: 2rem;
    display: flex;
    flex-direction: column;
    justify-content: center;
    text-align: left;
    min-height: 300px;
}

.event-details-col h2,
.event-details-col p,
.event-details-col .event-passes,
.event-details-col .wp-block-buttons {
    color: #fff;
}

.event-details-col .wp-block-buttons{
	max-width: auto;
	margin: 0px;
}
.event-details-col .wp-block-buttons a{
	border-radius: 50px;
  transition: background 0.3s ease;
  width: 100%;
  box-sizing: border-box;
  max-width: 184px;
  font-size: 16px !important;
  font-style: normal;
  text-align: center;
}
.event-passes ul {
    list-style: none;
    padding: 0;
    margin: 0.5rem 0 1rem 0;
}

.wp-block-button__link {
    background: #fff;
    color: #005B74;
    padding: 0.5rem 1.25rem;
    border-radius: 4px;
    text-decoration: none;
    display: inline-block;
    font-weight: bold;
}

.wp-block-button__link:hover {
    opacity: 0.85;
}
.all-events-wrapper > h1{
	display: none;
}
/* event registration form styles */
#gform_wrapper_4{
	  max-width: 730px;
    margin: 0 auto;
}
#gform_wrapper_4 form h1{
	color: #000;
	text-align: left;
	font-size: 32px;
}

/* responsiveness changes */
div#n2-ss-2 .n2-style-4c10cf6f88151ee2ada73441184daa30-heading{
	line-height: 1 !important;
}
body .is-layout-flex {
  display: flex;
  flex-wrap: wrap;
}

div#n2-ss-40 .n2-ss-slider-2{
	background-color: #F2F9F8 !important;
}

@media (max-width: 1070px) {
  body .is-layout-flex {
    flex-direction: column;
    flex-wrap: nowrap;
  }
  .headline-arrow-card{
  	max-width: 100%;
  }
  .white-bkgd-arrow-grid > .headline-arrow-card{
  	max-width: 100%;
  }
}

/* standardizing gform stylings for separate forms */
h2.gform_title, p.gform_description{
	margin-left: 0px;
	margin-right: 0px;
}


/* fix the width on the navigation */
@media (max-width: 1070px) {
	/* mobile typography */
	.entry-content h2{
		font-family: 'arboria';
		font-size: 32px !important;
		line-height: 40px;
		color: #005B74;
	}

	.mobile-only{
		display: block !important;
	}
	.mobile-hide{
		display: none !important;
	}

	/* mobile/desktop menu toggle */
	body .is-layout-flex.desktop-navigation {
		display: none;
	}
	body .is-layout-flex.mobile-navigation{
		
		display: flex;
	}
	/* end mobile/desktop menu toggle*/


	.wp-block-navigation-submenu__toggle {
	  position: relative;
	  padding-right: 2rem;
	}

	/* Base styles for the ::after icon */
	.wp-block-navigation-submenu__toggle::after {
	  content: "";
	  position: absolute;
	  top: 50%;
	  right: 0.5rem;
	  transform: translateY(-50%);
	  width: 1rem;
	  height: 1rem;
	  background-size: contain;
	  background-repeat: no-repeat;
	}
	.wp-block-navigation-submenu__toggle[aria-expanded="false"]::after {
	  background-image: url("https://gbapgh.wpenginepowered.com/wp-content/uploads/accordicon.png");
	}
	.wp-block-navigation-submenu__toggle[aria-expanded="true"]::after {
	  background-image: url("https://gbapgh.wpenginepowered.com/wp-content/uploads/accordicon-1.png");
	}

	/* width styles */
  .wp-block-navigation__container, .wp-block-navigation__submenu-container, .wp-block-navigation-item, .wp-block-navigation__submenu-container, .wp-block-navigation-submenu__toggle{
  	width: 100% !important;
	}

	/* hierarchy-order styles */
	.wp-block-navigation__responsive-container-content{
		padding: 0px;
		background-color: #E8F5F2;
	}
	.wp-block-navigation__submenu-container{
		padding: 0px !important;
	}
	.wp-block-navigation__container > .wp-block-navigation-item.wp-block-navigation-submenu{
		border-top: 1px solid #005B74;
	}
	.wp-block-navigation__submenu-container{
		padding: 0px;
		box-shadow: none !important;
	}
	.wp-block-navigation-item a > img{
		width: 150px;
	}

	/* search in mobile menu guh guh guh */
	.wp-block-navigation__responsive-container-content form{
		width: 90%;
		padding: 0px 20px;
	}
	.wp-block-navigation__responsive-container-content form input{
		border-radius: 30px;
	}
	.wp-block-navigation__responsive-container-content form button{
		background-color: #0CA948;
		color: #fff;
		font-family: 'arboria';
		font-weight: bold;
		line-height: 16px;
		text-decoration: none;
		border: 3px solid #0CA948;
		border-radius: 30px;
		padding: 0 20px;
	}
	.wp-block-navigation__responsive-container-content form button:hover{
		background-color: #fff;
		color: #223035;
	}
	.wp-block-navigation__responsive-container-content{
		padding-top: 0px !important;
	}
	.mobile-subscribe-banner a{
		background-color: #032B3D;
    width: 100%;
    color: #fff !important;
    text-align: center;
    text-decoration: none;
	}
	.mobile-advanced-search a{
		color: #0CA948 !important;
		width: 100% !important;
		text-align: center !important;
	}
	.wp-block-navigation__container.wp-block-navigation:first-of-type {
		padding: 0px 20px;
	}

	.entry-content h1{
		font-size: 40px;
		line-height: 48px;
	}
	.entry-content h2{
		font-size: 32px !important;
		line-height: 40px;
	}
	.entry-content h3{
		font-size: 32px;
		line-height: 34px;
	}
	.entry-content h4{
		font-size: 32px;
		line-height: 40px;
	}


}
.wp-block-navigation :is(a):focus {
    border: 3px solid #0CA948;
    outline: none;
    border-radius: 5px;
}
@media (min-width: 1300px) {
    .wp-block-navigation__container {
        gap: 3em;
    }
}
