@charset "UTF-8";
/* Overwrite css for items we can't wait for Valtech to update. We will place a ticket to have this as global changes when we have tested it is not affecting the experience in none intended places*/


/*added a 1% padding to two column layouts when the screen has min-width of 80em ( mostly Laptops ) The origial Valtech Media querie has no padding for this size but I believe it was an oversight because other layouts have it
I added a small amount of padding to try avoid issues*/
@media screen and (min-width: 80em){
    div.two-col{
padding: 0 2% ;
    }
} 
/*added to addres the large top margin of the video component*/
section.video-with-title-and-cta {
	margin-top: 0.5rem
}
.rtf h5.h-noBottomMarg, .rtf h4.h-noBottomMarg{
	    margin-bottom: auto;
}

.rtf h5.h-noBottomMarg{
	font-size: 1.75rem;
} 