/* add microsite css here */

.standard-inner footer:after, .global-inner footer:after {background-image: none;}



/*Added for home page 020124*/
	
.microsite-home .hero-section .hero-desc {
		
/*		transform: translate(-50%, -50%);*/
    background: rgba(0, 87, 60, 0.8);
    padding: 2rem;
 
}	
			
		
		
.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;
}		

		
@media (min-width: 992px) {	
.microsite-home .hero-section .hero-desc {		
		border-radius: 25px;  	
}		
		
}			
.standard-inner footer:after, .global-inner footer:after {background-image: none;}

/* Trip Advisor code to remove LI icons*/
.wrapping-element .TA_cdsscrollingravenarrow ul li:before, 		
.wrapping-element .TA_excellent ul li:before,
.wrapping-element .TA_selfserveprop  ul li:before
{
	display:none;
}	

		
		
		
		


