/* YouTube Responsive CSS*/
.videoWrapper {
position: relative;
padding-bottom: 56.25%; /* 16:9 Aspect Ratio */
padding-top: 25px;
height: 0;
}
 
.videoWrapper iframe {
position: absolute;
top: 20px;
left: 0;
width: 100%!important;
height: 100%!important;
}

.dropdown-menu>.active>a, 
.dropdown-menu>.active>a:focus, 
.dropdown-menu>.active>a:hover {
    color: #fff;
    text-decoration: none;
	background: #e9e9e9;
    outline: 0;
}

.lead {
    margin-bottom: 20px;
    font-size: 24px;
    font-weight: 400;
	color: #343434;
    line-height: 1.4;
}