/* Add microsite css here specific for Visit Page */

/* START Hero Image Area */
/* Reduce padding for mobile around H1 - 021224 */	

.microsite-home .hero-section .hero-desc {
    background: rgba(0, 87, 60, 0.8);
	padding: 0.5rem 1.0rem;	
	border-radius: 0px; 	
}	

.microsite-home .hero-section h1 {
	font-size: 2.0rem;
	color: #ffffff;
    font-weight: bold;	
    border-bottom: 1px solid #ffffff;
    border-bottom-width: 1px;
    border-bottom-style: solid;
    border-bottom-color: #ffffff;
}		

/* Hero 50% for mobile portrait - 021224 */	
@media screen and (orientation: portrait) {
.microsite-home .hero-section {
    height: 50vh;
	}
}
/* Hero 100% for desktop - 021224*/	
@media (min-width: 992px) {
.microsite-home .hero-section {
    height: 100vh;
	}	
/* Padding around H1 - 021224 */
.microsite-home .hero-section .hero-desc {	
	border-radius: 25px; 	
	padding: 2rem;
	}
}	
/* END Hero Image Area */

/* START Highlighted event in section 1 - 021224 - Pat */		
.featured-event {background: #004c97;}

.featured-event p {
	font-size:1.25rem;
	text-align: center;
	padding: 5px 0;
	color:#ffffff;
	}	
.featured-event a {color:#ffffff;}	

@media (min-width: 992px) {
.featured-event p {
	font-size:2.0rem;
	padding: 5px 0;
	}	
}	
/* END Highlighted event in section 1 */	
	

/* Turn off footer image - Not used on website */
 /* .standard-inner footer:after, .global-inner footer:after {background-image: none;} */ 


/*START Social Media*/
.newsroom-social ul{margin-bottom:0rem;}		
 .newsroom-social li:before {content:none;}
 .newsroom-social li {line-height:4.0; padding-top:0.25rem; margin:0.25rem;}
 .newsroom-social li a {text-decoration:none;color:#ffffff;}	
 .newsroom-social li {
  display: inline-block;
  border: 1px solid #ffffff;
  border-radius: 50%;
  width: 3.75rem;
  height: 3.75rem;	
  text-align: center;
}	
.fa-4x {font-size: 2.5em;
}
		
@media (min-width: 992px) and (max-width: 1199.98px) {	
 .newsroom-social li {line-height:6.0; padding-top:0.75rem; margin:0.75rem;}	
 .newsroom-social li {
  border: 2px solid #ffffff;
  width: 6.0rem;
  height: 6.0rem;
}	
.fa-4x {font-size: 4em;}	
}	
		
@media (min-width: 1200px) {	
.newsroom-social li {line-height:7.5; padding-top:1rem; margin:1rem;}		
.newsroom-social li {
  	border: 3px solid #ffffff;
	width: 7.0rem;
  	height: 7.0rem;	
	}	
.fa-4x {font-size: 4em;}
}
/*END Social Media*/	