/* Enter Your Custom CSS Here */

#pbr-masthead.pbr-header-default {
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #1e73be;
    background-image: none;
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;

}

#pbr-topbar a:hover {

    color: black;

}

#pbr-topbar {
    color: blue;
    font-size: 12px;
    font-weight: 500;
    text-transform: uppercase;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
}
.videoWrapper object,
.videoWrapper embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}