html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, 
blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, 
img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, 
center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, 
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, 
figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, 
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

strong { font-weight: 700;}

/* Base */

body {
    font-family:'Roboto', arial, sans-serif;
    margin:0;
}

#container {
    width:598px;
    height:248px;
    border:1px solid #000;
    position: relative;
}

#banner {
    width:598px;
    height:248px;
    margin:0;
    position: relative;
    overflow: hidden;
}

/* Content */

.bannerContent  {
    width:598px;
    height:248px;
    display:block;
    background:url('../images/backdrop.png');
    background-size:600px;
    background-color:#ffffff;
    background-repeat: no-repeat;
    background-position: 0;
}

.hero-text img { width:178px; position:absolute; left:20px; top:55px; }


.content-body {
    width:330px;
    height:248px;
    position: absolute;
    right:0;
}

.content-body p {
    font-size: 12px;
    line-height: 1.3;
    position: absolute;
    left: -14px;
    top: 16px;
}

.content-body img {
    width: 328px;
    height: 137px;
    position: absolute;
    top: 54px;
    right: 16px;
}

/* Footer */
.footer {
    font-size: 12px;
}

.footer-content {
    font-size: 7px;
    color: #707070;
    position: absolute;
    bottom: 5px;
    left: 15px;
    width: 566px;
    line-height:1.3;
}

.footer-content .cta {
    position: absolute;
    right: 0px;
    top: -20px;

}

.footer-content .cta a {
    font-size:12px;
    margin-bottom:4px;
    display: block;
    color:#006E9F;
    font-family: 'Roboto', san-serif;
}

.footer-content a {
    color:#006E9F;
}

/* Player */
.jquery-modal.blocker.current {
    border: 0;
    margin: 0;
    padding: 0;
}

a.close {
    background-image: url(../images/btn-close.png);
    height: 18px;
    width: 18px;
    background-size: 18px;
    top: 10px;
    right: 70px;
    position:absolute;
}

/* Player */
.player {
    height: 190px;
    width: 318px;
    position: absolute;
    top: 20px;
    right: 10px;
}

div#video {
    margin: 0;
    padding: 0;
    width: 100%;
    background: none;
    top: 0px;
    left:0px;
    box-shadow: none;
    height: 100%;
    background: rgb(0 0 0 / 75%);
    z-index: 10;
    position: absolute;
    display: flex;
    align-items: center;
    justify-content: center;
    visibility:hidden;
    opacity:0;
}

div#video.active {
    visibility: visible;
    opacity:100;
}