﻿* {
    box-sizing: border-box;
}

body {
    font-family: 'Assistant', sans-serif;
    line-height: 1.3;
    font-weight: 400;
    margin: auto;
    background: #fff;
    color: #222;
}

a {
    text-decoration: none;
}

.top {
    height: 75px;
    padding-top: 15px;
    background-color: #93201e;
    overflow: hidden;
}

    .top .logo {
        float: left;
        margin: 0;
    }

    .top .tagline {
        float: right;
        font-style: italic;
        color: white;
        font-size: 20px;
        margin-top: 16px;
        position: absolute;
        padding-left: 280px;
    }

.wrap {
    width: 960px;
    max-width: 960px;
    margin: 0 auto;
    overflow: hidden;
}

.clear {
    height: 0;
    visibility: hidden;
    width: 0;
    display: block;
    clear: both;
}

.header {
    background: url(images/news-bg.jpg) top no-repeat fixed;
    background-size: cover;
}

    .header .banner {
        padding-top: 45px;
        height: 880px;
    }

    .header .download {
        width: 375px;
        margin: -10px auto;
        padding-bottom: 10px;
    }

        .header .download .button {
            background: #bf3e3c;
            color: white;
            margin-top: 20px;
            margin-bottom: 5px;
            width: 370px;
            display: block;
            padding: 25px 45px;
            text-align: center;
            font-size: 23px;
            line-height: normal;
            text-shadow: 0 1px 0 rgba(255,255,255,.2);
            border-radius: 7px;
            box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 3px rgba(0,0,0,.3);
            transition: all .2s;
            font-weight: 400;
            position: relative;
        }

            .header .download .button ::before {
                content: "";
                display: block;
                width: 35px;
                height: 35px;
                background: url(images/tv-button.png) no-repeat;
                position: absolute;
                left: 45px;
                top: 29px;
            }

        .header .download .disclaimer {
            text-align: center;
            color: #303030;
            font-size: 12px;
            line-height: 14px;
            width: 385px;
            margin-bottom: 30px;
        }

    .header .newTab {
        padding: 15px;
        background: rgba(245,245,245,.9);
        border: 1px solid rgba(0,0,0,.1);
        border-radius: 8px;
        position: relative;
        margin: 0 auto;
    }

        .header .newTab p {
            margin: 0;
            top: 2px;
            text-align: center;
            font-size: 16px;
            text-shadow: 0 1px 0 rgba(0,0,0,.2);
        }

        .header .newTab img {
            padding-top: 10px;
            opacity: .8;
            max-width: 100%;
            height: auto;
        }

.button {
    width: 370px;
    display: block;
    padding: 25px 45px;
    text-align: center;
    color: #000;
    font-size: 23px;
    line-height: normal;
    text-shadow: 0 1px 0 rgba(255,255,255,.2);
    background: #64d610;
    border-radius: 7px;
    box-shadow: inset 0 1px 0 rgba(255,255,255,.15), 0 1px 3px rgba(0,0,0,.3);
    transition: all .2s;
    position: relative;
}

    .button:before {
        content: '';
        display: block;
        width: 35px;
        height: 35px;
        background: url(images/tv-button.png) no-repeat;
        position: absolute;
        left: 45px;
        top: 29px;
    }

.content-column {
    padding: 5px 30px 5px 30px;
    background-color: rgba(250,250,250,.9);
    border: 1px solid rgba(0,0,0,.1);
    border-radius: 10px;
    width: 600px;
    margin: 10px auto;
}

    .content-column .headline {
        padding-top: 15px;
        text-align: center;
        font-size: 32px;
        font-weight: 700;
        margin: 0px;
    }

    .content-column h2 {
        font-size: 28px;
        text-align: center;
        font-weight: 400;
        padding-bottom: 25px;
        margin: 0;
    }

#favorite-shows {
    padding: 50px 0 20px;
    text-align: center;
}

    #favorite-shows h2 {
        color: #222;
        text-shadow: 0 1px 0 rgba(255,255,255,.4);
    }

    #favorite-shows p {
        color: #333;
        width: 665px;
        margin: 0 auto 20px;
        text-shadow: 0 1px 0 rgba(255,255,255,.3);
    }

    #favorite-shows .button {
        margin-left: auto;
        margin-right: auto;
        border: 1px solid rgba(0,0,0,.1);
        box-shadow: 0 1px 0 rgba(0,0,0,.2);
    }

    #favorite-shows .disclaimer {
        color: #222;
        width: 460px;
        margin: 0 auto;
    }

.feature h2 {
    font-size: 28px;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.feature p {
    font-size: 16px;
    line-height: 22px;
    color: #eee;
    margin-bottom: 20px;
    text-shadow: 0 1px 0 rgba(0,0,0,.4);
}

.feature .disclaimer {
    font-size: 13px;
    line-height: 16px;
    color: #ccc;
}

.feature .button {
    margin-top: 10px;
    margin-bottom: 19px;
}

#sports-shows {
    background: #000;
}

    #sports-shows .wrap {
        height: 460px;
        padding: 75px 0 70px;
        background: url(images/stadium-lights.jpg) bottom right no-repeat;
        background-size: 480px auto;
        background-position-y: center;
    }

    #sports-shows h2 {
        color: #fff;
    }

    #sports-shows p {
        width: 460px;
    }

    #sports-shows .button {
        margin-top: 10px;
    }

    #sports-shows .disclaimer {
        width: 410px;
    }

.footer {
    padding: 22px 0;
    font-size: 14px;
    overflow: hidden;
}

.arrow_box-opt {
    color: black;
    display: none;
    text-align: center;
    position: absolute;
    top: -562px;
    left: -9px;
    width: 260px;
    padding: 25px;
    background: white;
    /*background: #F57C26;*/
    /*text-shadow: 0px 1px 0px rgba(0, 0, 0, 0.2);*/
    box-shadow: 0px 0px 12px rgba(0, 0, 0, 0.4);
    z-index: 1001;
}

    .arrow_box-opt #arrow-text-opt {
        font-size: 21px;
        line-height: 18px;
        margin-bottom: 10px;
    }

    .arrow_box-opt p {
        font-size: 12px;
        line-height: 15px;
    }

    .arrow_box-opt:before {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border: 1px solid black;
        border-left: 20px solid transparent;
        border-right: 20px solid transparent;
        border-top: 20px solid white;
        position: absolute;
        top: 100%;
        left: 37px;
    }

.checkbox-wrap {
    position: relative;
    z-index: 1002;
    margin: auto;
    width: 312px;
    color: black;
    margin-bottom: 12px;
}

#overlay-opt {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(0,0,0,.5);
    z-index: 1000;
    display: none;
}

.checkbox-wrap input[type=checkbox] {
    transform: scale(1.5);
}

#checkbox-opt-label-wrap {
    margin-right: 10px;
    padding-top: 6px;
}

.oc-homeCheckbox {
    margin-right: 12px;
}

.oc-searchCheckbox {
    margin-right: 12px;
}

.oc-checkboxContainer {
    color: black;
    font-size: 11px;
    margin-top: 17px;
    margin-bottom: 20px;
    margin-left: 73px;
}
