html,
body {
    width: 100%;
    height: 100%;
    margin: 0px;
    padding: 0px;
    background: #FFFFFF;
    -webkit-font-smoothing: antialiased !important;
    text-rendering: optimizeLegibility !important;
    -webkit-text-size-adjust: 100%;
}

div {
    padding: 0;
    margin: 0;
}

@font-face {
    font-family: GillSansSemi;
    src: url('GillSans-SemiBold.woff2') format('woff2'), url('GillSans-SemiBold.ttf') format('truetype');
}

@font-face {
    font-family: GillSansRegular;
    src: url(gill-sans-wgl-w01-regular.woff2);
}

.wrapper {
    padding: 0;
    margin: 0;
    position: absolute;
    /*-webkit-transform: translateZ(0px);*/
}

.banner {
    width: 728px;
    height: 90px;
    overflow: hidden;
    position: relative;
    cursor: pointer;
    /*background-color: #01657f;*/
    background-image: url(BG.jpg);
}

.border {
    position: absolute;
    z-index: 100;
    border: 1px solid rgba(0, 0, 0, .7);
    width: 726px;
    height: 88px;
    pointer-events: none;
}

#stage {
    position: absolute;
    z-index: 7;
    width: 728px;
    height: 90px;
    /*perspective: 300px; 
    -webkit-perspective: 300px;*/
}


/* Box styles */

#scrollList {
    position: absolute;
    top: 3px;
    right: 240px;
    border: none;
    padding-left: 5px;

    font-size: 12px;
    line-height: 30px;
    font-family: GillSansSemi, sans-serif;
    color: white;
    width: 160px;
    height: 78px;
    /*overflow: scroll;*/
    overflow-y: auto;
    overflow-x: hidden;
    background-color: rgba(255, 255, 255, .2);
    border-top: 2px solid #d8aa2f;
    border-bottom: 2px solid #d8aa2f;
}


/* Scrollbar styles */

/*::-webkit-scrollbar {
    width: 12px;
    height: 0px;
}

::-moz-scrollbar {
        width: 12px;
        height: 0px;
    }

      ::-moz-scrollbar-button:start:decrement,
    ::-moz-scrollbar-button:start:decrement {
        height: 0px;
        display: block;
        background-color: black;
    }

::-webkit-scrollbar-track {
    background-color: rgba(255, 255, 255, .3);
}

::-webkit-scrollbar-thumb {
    background: #d8aa2f;
}

::-webkit-scrollbar-thumb:hover {
    background: #c99e2b;
}*/

.breakLine {
    width: 100%;
    height: 1px;
    background-color: white;
    opacity: .5;
}

#headline {
    position: absolute;
    top: 0;
    left: 0;
    width: 233px;
    height: 90px;
    line-height: 90px;
}
#theHeadline {
     opacity: 0;
}

h1 {
    display: inline-block;
    font-family: GillSansSemi, sans-serif;
    font-size: 18px;
    line-height: 20px;
    text-align: center;
    padding: 0px 30px;
    color: white;
    text-transform: uppercase;
    vertical-align: middle;
    text-shadow: 2px 3px #003949;
}

#image {
    position: absolute;
    width: 200px;
    height: 200px;
    bottom: -95px;
    left: 175px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    opacity: 0;
}

.gradient {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 300px;
    height: 85px;
    background: -moz-linear-gradient(top, rgba(0, 88, 113, 0) 0%, rgba(0, 88, 113, 1) 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0, 88, 113, 0) 0%, rgba(0, 88, 113, 1) 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0, 88, 113, 0) 0%, rgba(0, 88, 113, 1) 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
}

.logo {
    position: absolute;
    top: 12px;
    right: 50px;
    width: 125px;
    height: 17px;
    background-image: url(logo.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
}

#cta {
    position: absolute;
    bottom: 13px;
    right: 44px;
    height: 30px;
    width: auto;
    z-index: 400;
}

#ctaTXT {
    /*width: auto;*/
    margin: 0 auto;
    display: inline-block;
    background-color: #d3a02a;
    font-family: GillSansSemi, sans-serif;
    font-size: 13px;
    line-height: 30px;
    text-align: center;
    padding: 0px 15px;
    padding-left: 25px;
    color: white;
    text-transform: uppercase;
    vertical-align: middle;
    border-radius: 25px;
}
#hit {
    position: absolute;
    width: 300px;
    height: 600px;
    background-color: red;
    opacity: 0;
}
#hit2 {
    position: absolute;
    width: 300px;
    height: 310px;
    background-color: red;
    opacity: 0;
    bottom: 0;
    left: 0;
}
.noselect {
    -webkit-touch-callout: none;
    /* iOS Safari */
    -webkit-user-select: none;
    /* Safari */
    -moz-user-select: none;
    /* Firefox */
    -ms-user-select: none;
    /* Internet Explorer/Edge */
    user-select: none;
    /* Non-prefixed version, currently supported by Chrome and Opera */
}
