@charset "UTF-8";

/* CSS Document */
/* Expanded template V1.02  */
/* Created by Alan Rugh, Firestride Media  */
/* Updated Aug.27.2015 (created constants for sizing)  */
/* Default style, feel free to remove if not needed. */

body,
body * {
    vertical-align: baseline;
    border: 0 none;
    outline: 0;
    padding: 0;
    margin: 0;
}


/* CONSTANTS FOR ADS  -------------------------------------------------------------------------------------------------*/

.collapsed_unit_size {
    width: 300px;
    height: 250px;
}

.expanded_unit_size {
    width: 300px;
    height: 250px;
}

.background_clickthrough {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0px;
    left: 0px;
    cursor: pointer;
    opacity: 0;
    z-index: 600;
}

.div_outline {
    border: 1px solid #666;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
}


/* Containers for Ad --------------------------------------------------------------------------------------------------*/

#container_allunit {
    position: absolute;
    top: 0px;
    left: 0px;
    margin: auto;
    visibility: hidden;
}

#container_collapsed {
    position: absolute;
    top: 0px;
    right: 0px;
    background-color: #FFF;
    z-index: 100;
    background-repeat: no-repeat;
    cursor: pointer;
    overflow: hidden;
    visibility: hidden;
}

#container_expanded {
    position: absolute;
    top: 0px;
    left: 0px;
    background-color: #000;
    z-index: 200;
    display: none;
    overflow: hidden;
}


/* COLLAPSED PANEL STUFF --------------------------------------------------------------------------------------------------*/

#intro_vid_bg {
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    visibility: hidden;
    z-index: 520;
}

#intro_vid_datecode {
    width: 109px;
    height: 10px;
    left: 150px;
    top: 198px;
    /* */
    position: absolute;
    background-repeat: no-repeat;
    z-index: 650;
}

#col_intro_bottom {
    width: 300px;
    height: 101px;
    left: 0px;
    bottom: 0px;
    /* */
    position: absolute;
    background-repeat: no-repeat;
    z-index: 600;
}

#col_background_image {
    position: absolute;
    top: 0px;
    left: 0px;
    background-repeat: no-repeat;
    z-index: 0;
}

#collapsed_cta_button {
    width: 20px;
    height: 90px;
    right: 0px;
    top: 0px;
    /* */
    position: absolute;
    cursor: pointer;
    z-index: 999;
    opacity: 0;
}

#col_tagline {
    width: 143px;
    height: 15px;
    left: 7px;
    top: 78px;
    /* */
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 500;
}

#col_logo {
    width: 107px;
    height: 22px;
    left: 27px;
    top: 352px;
    /* */
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 500;
}

#col_title {
    width: 157px;
    height: 152px;
    left: 4px;
    top: 107px;
    /* */
    position: absolute;
    background-repeat: no-repeat;
    opacity: 0;
    z-index: 500;
}

#col_datecode {
    width: 152px;
    height: 14px;
    left: 75px;
    top: 180px;
    /* */
    visibility: hidden;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 500;
}

#col_bottom_logos{
    width: 300px;
    height: 27px;
    left: 0px;
    top: 198px;
    /* */
    visibility: hidden;
    position: absolute;
    background-repeat: no-repeat;
    background-position: 150px 0px;
    z-index: 500;
}

#col_players {
    width: 300px;
    height: 187px;
    left: 0px;
    top: 30px;
    /* */
    visibility: hidden;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 500;
}

#col_teams {
    width: 300px;
    height: 33px;
    left: 0px;
    top: 140px;
    /* */
    visibility: hidden;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 500;
}

#col_cta {
    width: 115px;
    height: 22px;
    left: 15px;
    top: 200px;
    /* */
    visibility: hidden;
    position: absolute;
    background-repeat: no-repeat;
    z-index: 900;
    cursor: pointer;
}

#col_disclaimer {
    width: 300px;
    height: 7px;
    left: 0px;
    top: 230px;
    /* */
    visibility: hidden;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 900;
    cursor: pointer;
}

#col_tagline {
    width: 300px;
    height: 38px;
    left: 0px;
    top: 1px;
    /* */
    visibility: hidden;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 900;
    cursor: pointer;
}

#col_int_tagline {
    width: 300px;
    height: 250px;
    left: 0px;
    top: 1px;
    /* */
    visibility: hidden;
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 900;
    cursor: pointer;
}

#col_tagline_light {
    width: 300px;
    height: 28px;
    left: 0px;
    top: 6px;
    /* */
    visibility: hidden;
    position: fixed;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 901;
    cursor: pointer;
}


#col_tagline_light_clipped {
    width: 60px;
    height: 38px;
    left: 0px;
    top: 1px;
    /* */
    position: absolute;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 901;
    cursor: pointer;
    overflow:hidden;
}

/* VIDEO PLAYER STUFF --------------------------------------------------------------------------------------------------*/

#video_dc_intro {
    position: absolute;
    width: 300px;
    height: 168px;
    left: 0px;
    top: 0px;
    z-index: 510;
    visibility: hidden;
}

#video_dc_expand_01 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 200;
    overflow: hidden;
    visibility: hidden;
    background-color: black;
}

#video_dc_expand_02 {
    position: absolute;
    left: 0px;
    top: 0px;
    z-index: 200;
    visibility: hidden;
    overflow: hidden;
    background-color: black;
}

#video_btn_trailer_01 {
    width: 76px;
    height: 12px;
    left: 15px;
    bottom: 8px;
    /* */
    position: absolute;
    z-index: 700;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

#video_btn_trailer_02 {
    width: 76px;
    height: 12px;
    left: 115px;
    bottom: 8px;
    /* */
    position: absolute;
    z-index: 700;
    background-color: transparent;
    border: none;
    cursor: pointer;
}

#video_dc {
    position: absolute;
    left: 0px;
    top: 0px;
    width: 292px;
    height: 236px;
}

.video_controls_dc {
    position: absolute;
    cursor: pointer;
    background-color: transparent;
    border: none;
}

.video_controls_dc:hover {}

#video_control_play_dc {
    width: 20px;
    height: 18px;
    left: 225px;
    bottom: 4px;
    /* */
    background-image: url('img-vid-play.png');
    background-repeat: no-repeat;
    z-index: 700;
}

#video_control_pause_dc {
    width: 20px;
    height: 18px;
    left: 225px;
    bottom: 4px;
    /* */
    background-image: url('img-vid-pause.png');
    background-repeat: no-repeat;
    visibility: hidden;
    z-index: 700;
}

#video_control_unmute_dc {
    width: 20px;
    height: 18px;
    left: 930px;
    bottom: 4px;
    /* */
    background-image: url('img-vid-unmute.png');
    background-repeat: no-repeat;
    z-index: 700;
}

#video_control_mute_dc {
    width: 20px;
    height: 18px;
    left: 930px;
    bottom: 4px;
    /* */
    background-image: url('img-vid-mute.png');
    background-repeat: no-repeat;
    visibility: hidden;
    z-index: 700;
}

#video_control_replay_dc {
    left: 0px;
    top: 0px;
    position: absolute;
    background-repeat: no-repeat;
    position: absolute;
    z-index: 800;
}

#video_control_progress_dc {
    width: 662px;
    height: 6px;
    left: 255px;
    bottom: 10px;
    /* */
    position: absolute;
    background-repeat: no-repeat;
    z-index: 700;
    background-color: transparent;
    border: 1px solid #ccc;
    -webkit-box-sizing: border-box;
    /* Safari/Chrome, other WebKit */
    -moz-box-sizing: border-box;
    /* Firefox, other Gecko */
    box-sizing: border-box;
    /* Opera/IE 8+ */
    overflow: hidden;
}

#video_control_progress_inner {
    position: absolute;
    width: 0%;
    height: 100%;
    bottom: 0px;
    left: 0px;
    background-color: #fff;
    border: 1px solid #fff;
}

:focus {
    outline: none;
}

::-moz-focus-inner {
    border: 0;
}