.c-media-object__title:hover {
   
    background: rgba(75, 5, 5, 0.7);
}
.is-red {
	
	background: rgba(161, 0, 0, 1);
	color: #fff;
}
.is-gold {
	background: rgba(190, 149, 91, 1);
}
.is-dark-blue {
	background: rgba(1, 63, 115, 1);
	color:#fff;
}
.c-btn--neutral {
	
	background-color:#000!important;
}
.main-title {
	overflow: hidden;
    text-indent: -9999%;
    margin: 0;
    height: 0;
	
}
/*Mega menu font sizes*/
.c-mega-menu__submenu-column li a {
    font-size: 95%;
}
.c-mega-menu__submenu-heading {
    font-size: 120%;
    line-height: 1.5;
    text-transform: uppercase;
}


/* SLIDER Hacks */
.ls-bottom-nav-wrapper {
	text-align: left!important;
	margin-left:40px!important;
}

@media (max-width: 1200px) {
 

.ls-v5 .ls-nav-prev, .ls-v5 .ls-nav-next {
  
    display:none;
  
}


}
@media (max-width: 800px) { 
	
.hide-on-mobile {
		display: none;
	}	
}
/* Headings fix */
@media print,screen and (max-width:64em) and (min-width:1em){
.section-heading, .section-heading a {
	
	font-weight: 800;
	font-size: 2rem;
    text-transform: uppercase;
	text-decoration: none;
	
} 
	.u-lead-text {
		font-size: 1.3rem;
		line-height: 1.7rem;
	}
	

}
@media print,screen and (min-width:64em) {
.section-heading, .section-heading a {
	
	font-weight: 800;
	font-size: 2.875rem;
    text-transform: uppercase;
	text-decoration: none;
} 
	.u-lead-text {
		font-size: 160%;
		line-height: 2.1rem;
	}
	

}




