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;
}

/* Base */

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

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

#banner {
    width:276px;
    height:226px;
    margin:8px;
    position: relative;
}

/* Content */

.hero-content img {
    width: 265px;
    height: 62px;
    position: absolute;
    top: -6px;
    left: 0;
}

/* Footer */
.footer {
    font-size: 12px;
    position: absolute;
    width: 276px;
    top: 193px;
    margin-left: 2px;
}

.footer-content {
    width: 208px;
    font-size: 6.5px;
    color: #707070;
}

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

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

.footer-content .brand {
    position: absolute;
    display:block;
    width:80px;
    height:29px;
    background-image:url('../images/brand.png');
    background-repeat: no-repeat;
    background-size:100%;
    bottom:0;
    right:-8px;
}


/* Player */
.player {
    height: 130px;
    width: 276px;
    position: absolute;
    top: 60px;
    margin:2px;
}

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;
}

/* Slider */

.bx-wrapper {
    max-width: 318px !important;
    border: none;
    box-shadow: none;
    margin:0;
}

/* Slider */
.bx-wrapper {
    max-width: 276px;
    border: none;
    box-shadow: none;
}

.bx-wrapper .bx-pager {
    background: #E6E6E6;
    width: 46px;
    max-height: 135px;
    position: absolute;
    right: 0;
    top: 0;
    height: 130px;
    padding: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

.bx-wrapper .bx-pager-item {
    margin:4px;
}

.bx-wrapper .bx-pager.bx-default-pager a {
        background-color:#ffffff;
        border:1px solid #ccc;
}

.bx-wrapper .bx-pager.bx-default-pager a.active.active {
    background-color: #02A9EB;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a:focus {
    background-color:inherit;
}

.bx-wrapper img {
    width:230px;
    height:130px;
}

.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: 10px;
    position:absolute;
}