@media (min-width:75rem){ 
#g-showcase h1 {
    font-size: 60px;
    margin-bottom: 1rem;
	line-height: 1;
}
#g-showcase p {
    font-size: 32px;
    margin-bottom: 0;
		line-height: 1;
}
} 

@media (max-width:75rem){ 
#g-showcase h1 {
    font-size: 48px;
    margin-bottom: 0.8rem;
	line-height: 1;
}
#g-showcase h2 {
    font-size: 24px;
    margin-bottom: 1.4rem;
	line-height: 1;
}

} 
/* ---------------- 60rem 960px ---------- */
@media (max-width:60rem){
#g-showcase h1 {
    font-size: 36px;
    margin-bottom: 0.8rem;
	line-height: 1;
}
#g-showcase h2 {
    font-size: 18px;
    margin-bottom: 1.2rem;
	line-height: 1;
}
	#g-showcase p {
    font-size: 24px;
    margin-bottom: 0;
}
	#g-header .g-main-nav .g-toplevel {
    display: flex;
    text-align: center;
		flex-wrap: nowrap;
}
  	#g-showcase p {
    font-size: 32px;
    margin-bottom: 0;
		line-height: 1;
}
  p.cta a {
    font-size: 14px;
  }
} 
/* ------------------- 48rem 768px ------------*/
@media (max-width:48rem){ 
#g-showcase h1 {
    font-size: 30px;
    margin-bottom: 0.8rem;
	line-height: 1;
}
#g-showcase h2 {
    font-size: 15px;
    margin-bottom: 1.2rem;
	line-height: 1;
}
#g-showcase p {
    font-size: 18px;
    margin-bottom: 0;
	line-height: 1.1;	
}
  .cta a {
    padding: 6px !important;
}
	#g-feature h2 {
    font-size: 1.4rem;
	}
	#g-logos {
		display: none;
	}
	.showcase-btn {
		display: none;
} 
#main-home .g-block.size-25 {
    margin-left: 25px;
}
	.custom.main-left p {
		font-size: 0.8rem;
	}
	.branding {
		text-align: center;
	}
}
/* ---------------- 30rem 480px ------- */
@media (max-width:30rem){ 
section#g-accreditation-logos {
    display: none;
}
#g-showcase h1 {
    font-size: 20px;
    margin-bottom: 0.8rem;
	line-height: 1;
}
#g-showcase h2 {
    font-size: 12px;
    margin-bottom: 1.2rem;
	line-height: 1;
}
#g-showcase p {
    font-size: 16px;
    margin-bottom: 0;
	padding-bottom: 1rem;
}
#g-showcase h2 {
    font-size: 14px;
  }
#g-feature .g-content {
    padding: .4rem;
}  
#g-feature h2 {
    font-size: 1.0rem;
  margin-top: -50px;
	}
.customtop-number > h1 {
    font-size: 1em;
}
}
