  	.width__80pc span.scale__200 {
		font-size: 100%;
	}
	
	h2#go-deeper::before {
		display: none;
	}
	
	h2#go-deeper {
		font-size: 4rem;
	}
	
	h2#go-deeper::after {
		position: relative;
  top: 0;
  left: 0;
  margin: auto;
  content: "";
  display: block;
  height: 6px;
  width: 100%;
  background: #e6edf3;
    background-color: rgb(230, 237, 243);
  border-radius: 3px;
  margin: .5rem 0;
	}
	
	.arrow-down-icon::after {
		color: var(--gt-gold);
	  font-family: "FontAwesome";
	  content:"\f078";
	  margin: 0;
	  transition: all .3s ease-in-out;
	  text-align: center;
	  font-size: 3rem;
	  animation: pulse 2s infinite;
	}
		.arrow-right-icon::before {
		color: var(--gt-gold);
	  font-family: "FontAwesome";
	  content:"\f0da";
	  margin: 0;
	  font-style: normal;
	  padding: 0 .25rem;
	}
	.alert.alert-research {
		font-size: 1.2rem;
		line-height: 1.6;
		text-align: center;
	}
	.alert .alert-stats {
		font-size: 1.5rem;
		display: block;
	}
	.main-container .gt-container .alert.alert-research a {
		color: #003057!important;
		display: block;
		padding-top: 1.5rem;
	}
		.main-container .gt-container .alert.alert-research a:hover {
		color: #003057!important;
	}
  .hero-banner h3 {
  	font-size: 2.75rem;
    line-height: 1;
    z-index: 1;
    margin-bottom: .5rem !important;
    color: var(--gt-white) !important;
  }
  .overlay-bottom-to-top .container .row {
    justify-content: center;
    text-align: center;
  }
  .hero-banner .banner-img-bg {
    bottom: 0;
    left: 0;
    position: absolute;
    right: 0;
    top: 0;
  }
  .hero-banner {
    min-height: auto;
    display: flex;
    padding: 3rem 0;
    margin: 0 auto;
    text-align: left;
  }
  .hero-banner {
    padding: 3rem 0 0 0;
  }
  .hero-banner .container {
    padding: 0;
    filter: drop-shadow(0 4px 4px rgba(0, 0, 0, 0.25));
  }
    .overlay-bottom-to-top .hero-banner {
    align-items: end;
  }

  .overlay-bottom-to-top .hero-banner .banner-img-bg .hero-overlay {
    background-image: linear-gradient(to top, rgba(0, 48, 87, 1) 0%, rgba(0, 48, 87, 0));
    background-color: rgba(0,48,87,0);
  }

.layout--twocol-section--50-50 h3, .layout--onecol-section h3 {
	font-size: 300%;
	padding-bottom: 1rem !important;
}
.layout--twocol-section--50-50 h3::before, .layout--onecol-section h3::before {
	display: none!important;
}


.main-container .gt-container .layout--twocol-section--50-50 .gt-link a::after {
	display: none;
}
.main-container .gt-container .layout--twocol-section--50-50 a::before, .main-container .gt-container .alert.alert-research a::before {
	content: '';
  display: inline-block;
  vertical-align: middle;
  width: 1.5rem;
  height: 1.5rem;
  margin: 0 0.5rem 0.25rem 0;
  margin-left: 0;
  padding: 0;
  line-height: 1;
  mask-size: cover;
	background-color: var(--gt-gold);
	mask: url(/modules/contrib/gt_foundry/modules/gt_foundry_patterns/styles/assets/svg/chevron-circle-right-solid.svg) no-repeat 50% 50%;
}
.main-container .gt-container .layout--twocol-section--50-50 a:hover::before {
	background-color: white;
}
.main-container .gt-container .alert.alert-research a:hover::before {
	background-color: #003057;
}
.main-container .gt-container .layout--twocol-section--50-50 p:nth-child(1) {
	text-transform: uppercase;
	font-weight: 600;
	font-size: 95%;
	margin-bottom: .75rem;
}

.main-container .gt-main-content a {
  text-decoration: none !important;
}

.main-container .gt-main-content a.auto-anchor {
	display: none;
}

@media (max-width: 768px) {
	:nth-child(2 of .layout--twocol-section--50-50) .layout__region--first {
		order: 2;
	}
}
@media (min-width: 480px) {
		.hero-banner {
		min-height: 60vh;
	}
}

@media (min-width: 768px) {
	.hero-banner h3 {
		font-size: 2.75rem;
	}
	
	.width__80pc span.scale__200 {
		font-size: 150%;
	}
}

@media (min-width: 992px) {
  .hero-banner h3 {
    font-size: 6.2rem;
  }
}

@keyframes pulse {
	0% {
  -webkit-transform:
	translate(0, 0);
  transform: translate(0, 0);
	}
	50% {
  -webkit-transform:
	translate(0, 10px);
  transform: translate(0, 10px);
	}
	100% {
  -webkit-transform:
	translate(0, 0);
  transform: translate(0, 0);
	}
}



	
	
