﻿
/****************/
/* SITE - FONTS */
/****************/
@font-face {
    font-family: "Proxima Nova";
    src: url("/css/Fonts/ProximaNova/proximanova-reg.eot");
    src: url("/css/Fonts/ProximaNova/proximanova-reg.eot?") format("embedded-opentype"), url("/css/Fonts/ProximaNova/proximanova-reg.woff") format("woff"), url("/css/Fonts/ProximaNova/proximanova-reg.ttf") format("truetype"), url("/css/Fonts/ProximaNova/proximanova-reg.svg") format("svg");
    font-style: normal;
    font-weight: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("/css/Fonts/ProximaNova/ProximaNova-RegIt-webfont.eot");
    src: url("/css/Fonts/ProximaNova/ProximaNova-RegIt-webfont.eot?") format("embedded-opentype"), url("/css/Fonts/ProximaNova/ProximaNova-RegIt-webfont.woff") format("woff"), url("/css/Fonts/ProximaNova/ProximaNova-RegIt-webfont.ttf") format("truetype"), url("/css/Fonts/ProximaNova/ProximaNova-RegIt-webfont.svg") format("svg");
    font-style: italic;
    font-weight: normal;
}

@font-face {
    font-family: "Proxima Nova";
    src: url("/css/Fonts/ProximaNova/ProximaNova-Bold-webfont.eot");
    src: url("/css/Fonts/ProximaNova/ProximaNova-Bold-webfont.eot?") format("embedded-opentype"), url("/css/Fonts/ProximaNova/ProximaNova-Bold-webfont.woff") format("woff"), url("//css/Fonts/ProximaNova/ProximaNova-Bold-webfont.ttf") format("truetype"), url("/css/Fonts/ProximaNova/ProximaNova-Bold-webfont.svg") format("svg");
    font-style: normal;
    font-weight: bold;
}
/*BENTON - LICENSING INFORMATION BELOW REQUIRED*/
/*
This CSS resource incorporates links to font software which is 
the valuable copyrighted property of WebType LLC, The Font Bureau, 
and/or their suppliers. You may not 
attempt to copy, install, redistribute, convert, modify or reverse 
engineer this font software. Please contact WebType with any 
questions: http://www.webtype.com 
*/
@font-face {
    font-family: "Benton Modern";
    src: url("/css/Fonts/Benton/f5b50cc6-2c21-4cbe-86f3-101cba932f65-2.eot");
    src: url("/css/Fonts/Benton/f5b50cc6-2c21-4cbe-86f3-101cba932f65-2.eot?") format("embedded-opentype"), url("/css/Fonts/Benton/f5b50cc6-2c21-4cbe-86f3-101cba932f65-3.woff") format("woff"), url("/css/Fonts/Benton/f5b50cc6-2c21-4cbe-86f3-101cba932f65-1.ttf") format("truetype"), url("/css/Fonts/Benton/f5b50cc6-2c21-4cbe-86f3-101cba932f65-4.svg#web") format("svg");
    font-style: normal;
    font-weight: normal;
}

.sf-font-proxia {
    font-family: Proxima Nova;
}

.sf-font-proxima-bold {
    font-family: Proxima Nova;
    font-weight: bold;
}

.sf-font-proxima-italic {
    font-family: Proxima Nova;
    font-style: italic;
}

.sf-font-benton {
    font-family: Benton Modern;
}

.sf-font-initial {
    font-family: Proxima Nova;
    font-weight: normal;
}

.sf-font-bold {
    font-weight: bold;
}

.sf-font-bolder {
    font-weight: bolder;
}

.sf-font-italic {
    font-style: italic;
}


/****************/
/* SITE - DEBUG */
/****************/
.sf-db-outline {
    border: 0px solid blue;
}

.sf-db-block {
    height: 30px;
}


/************************/
/* SITE - SKIP MEGA NAV */
/************************/
a.sf-skip-nav:focus {
    position: absolute;
    top: -3px;
    left: 0;
    right: 0;
    width: 200px;
    height: auto;
    margin: auto;
    padding: 8px 10px 5px 10px;
    outline: none;
    color: rgb(229,0,0);
    background: #fff;
    border: 1px solid #ccc;
    -webkit-box-shadow: 0px 3px 3px 0px rgba(136,136,136,1);
    -moz-box-shadow: 0px 3px 3px 0px rgba(136,136,136,1);
    box-shadow: 0px 3px 3px 0px rgba(136,136,136,1);
    text-align: center;
    z-index: 1;
}

#MainContent {
    outline: none;
}


/*****************/
/* SITE - ALERTS */
/*****************/

.sf-date-alert {
    clear: both;
    color: rgb(229,0,0);
}


/********************/
/* SITE - COUNTDOWN */
/********************/
.sfClock {
    position: absolute;
    text-align: center;
    width: 27vw;
}

    .sfClock .clockwrap {
        display: inline-block;
        padding: 0.8vw;
        font-size: 1vw;
    }

        .sfClock .clockwrap .clockperfs {
            position: relative;
        }

        .sfClock .clockwrap .clockperfs span {
            margin: 0 0.7vw;
            font-size: 1.85vw;
            text-align: center;
            font-weight: bold;
        }
        .sfClock .clockwrap .clockperfsprod
        {
            margin: 0 0.7vw;
            font-size: 1.60vw;
            text-align: center;
            font-weight: bold;
        }

        .sfClock .clockwrap .clocktimer > div {
            display: inline-block;
            margin-top: 0.3vw;
        }

        .sfClock .clockwrap .clocktimer div > span.clockdays {
            margin: 0px 0.7vw !important;
            text-align: right !important;
            width: auto !important;
        }

        .sfClock .clockwrap .clocktimer div > span.clockdays,
        .sfClock .clockwrap .clocktimer div > span.clockhours,
        .sfClock .clockwrap .clocktimer div > span.clockminutes,
        .sfClock .clockwrap .clocktimer div > span.clockseconds {
            width: 5.5vw;
            font-size: 3.5vw;
            font-weight: bold;
            display: inline-block;
            line-height: 3vw;
            text-align: center;
        }

        .sfClock .clockwrap .clocktimer div > span.clockdot {
            font-size: 3.5vw;
            font-weight: bold;
            display: inline-block;
            line-height: 3vw;
        }

        .sfClock .clockwrap .clocktext {
            color: #000;
            font-size: 1vw;
            font-weight: bold;
            line-height: 1.2vw;
        }


.sfClock-fixed {
    position: absolute;
    text-align: center;
    width: auto;
}

    .sfClock-fixed .clockwrap {
        display: inline-block;
        padding: 0.4vw;
    }

        .sfClock-fixed .clockwrap .clocktimer div {
            display: inline-block;
            margin-top: 0.8vw;
        }

        .sfClock-fixed .clockwrap .clocktimer div > span.clockdays {
            margin: 0px 0.8vw !important;
            text-align: right !important;
            width: auto !important;
        }

        .sfClock-fixed .clockwrap .clocktimer div > span.clockdays,
        .sfClock-fixed .clockwrap .clocktimer div > span.clockhours,
        .sfClock-fixed .clockwrap .clocktimer div > span.clockminutes,
        .sfClock-fixed .clockwrap .clocktimer div > span.clockseconds {
            width: 6vw;
            font-size: 4vw;
            font-weight: bold;
            display: inline-block;
            line-height: 3.5vw;
            text-align: center;
        }

        .sfClock-fixed .clockwrap .clocktimer div > span.clockdot {
            font-size: 4vw;
            font-weight: bold;
            display: inline-block;
            line-height: 3vw;
        }

        .sfClock-fixed .clockwrap .clocktext {
            color: #000;
            font-size: 1.3vw;
            font-weight: bold;
            line-height: 1.2vw;
        }

@media (min-width: 768px) {
    .sfClock-fixed {
        width: auto;
    }

        .sfClock-fixed .clockwrap {
            padding: 5px;
        }

            .sfClock-fixed .clockwrap .clocktimer div {
                margin-top: 5px;
            }

            .sfClock-fixed .clockwrap .clocktimer div > span.clockdays {
                margin: 0px 10px !important;
            }

            .sfClock-fixed .clockwrap .clocktimer div > span.clockdays,
            .sfClock-fixed .clockwrap .clocktimer div > span.clockhours,
            .sfClock-fixed .clockwrap .clocktimer div > span.clockminutes,
            .sfClock-fixed .clockwrap .clocktimer div > span.clockseconds {
                width: 1.9em;
                font-size: 2em;
                line-height: 1em;
            }

            .sfClock-fixed .clockwrap .clocktimer div > span.clockdot {
                font-size: 2em;
                line-height: 1em;
            }

            .sfClock-fixed .clockwrap .clocktext {
                font-size: 0.8em;
                line-height: 0.8em;
            }
}

@media (min-width: 992px) {
    .sfClock-fixed .clockwrap {
        padding: 5px;
    }

        .sfClock-fixed .clockwrap .clocktimer div {
            margin-top: 5px;
        }

        .sfClock-fixed .clockwrap .clocktimer div > span.clockdays {
            margin: 0px 10px !important;
        }

        .sfClock-fixed .clockwrap .clocktimer div > span.clockdays,
        .sfClock-fixed .clockwrap .clocktimer div > span.clockhours,
        .sfClock-fixed .clockwrap .clocktimer div > span.clockminutes,
        .sfClock-fixed .clockwrap .clocktimer div > span.clockseconds {
            width: 2em;
            font-size: 2.2em;
            line-height: 1em;
        }

        .sfClock-fixed .clockwrap .clocktimer div > span.clockdot {
            font-size: 2.2em;
            line-height: 1em;
        }

        .sfClock-fixed .clockwrap .clocktext {
            font-size: 0.9em;
            line-height: 0.9em;
        }
}

@media (min-width: 1200px) {
    .sfClock-fixed .clockwrap {
        padding: 5px;
    }

        .sfClock-fixed .clockwrap .clocktimer div {
            margin-top: 5px;
        }

        .sfClock-fixed .clockwrap .clocktimer span.clockdays {
            margin: 0px 10px !important;
        }

        .sfClock-fixed .clockwrap .clocktimer span.clockdays,
        .sfClock-fixed .clockwrap .clocktimer span.clockhours,
        .sfClock-fixed .clockwrap .clocktimer span.clockminutes,
        .sfClock-fixed .clockwrap .clocktimer span.clockseconds {
            width: 2.1em;
            font-size: 2.5em;
            line-height: 1em;
        }

        .sfClock-fixed .clockwrap .clocktimer span.clockdot {
            font-size: 2.5em;
            line-height: 1em;
        }

        .sfClock-fixed .clockwrap .clocktext {
            font-size: 1em;
            line-height: 1em;
        }
}

/**********************/
/* SITE - TEXT RESIZE */
/**********************/
#sfTextReSize {
    position: absolute;
    top: 2px;
    right: 0;
}

    #sfTextReSize a.sf-resize-dec,
    #sfTextReSize a.sf-resize-inc {
        color: #aaa;
        border: 1px solid #aaa;
        width: 35px;
        text-align: center;
        display: inline-block;
        font-weight: bold;
        outline: none;
    }

        #sfTextReSize a.sf-resize-dec:hover,
        #sfTextReSize a.sf-resize-inc:hover,
        #sfTextReSize a.sf-resize-dec:focus,
        #sfTextReSize a.sf-resize-inc:focus {
            color: rgb(229,0,0);
            border-color: rgb(229,0,0);
            text-decoration: underline;
        }

/**************************/
/* SITE - MASTER SECTIONS */
/**************************/
body {
    width: 100%;
    color: #000;
    background-color: #fff;
    font-family: Proxima Nova;
    overflow-x: hidden;
}

p {
}

h1 {
    font-size: 1.8em;
    font-weight: bold;
    outline: none;
}

h2 {
    font-size: 1.5em;
    font-weight: bold;
    outline: none;
    /*border-bottom:1px dotted #fff;*/
}

    h1:focus,
    h2:focus {
        /*border-bottom:1px dotted rgb(229,0,0);*/
        /*text-shadow:3px 3px 3px #ccc;*/
    }

h3 {
    font-size: 1.3em;
}

h4 {
    font-size: 1.2em;
}

h5 {
    font-size: 1.1em;
}

h6 {
    font-size: 1.0em;
}

@media (min-width: 768px) {
    h1 {
        font-size: 2.4em;
    }

    h2 {
        font-size: 1.6em;
    }

    h3 {
        font-size: 1.5em;
    }

    h4 {
        font-size: 1.3em;
    }

    h5 {
        font-size: 1.1em;
    }

    h6 {
        font-size: 1.0em;
    }
}

@media (min-width: 992px) {
    h1 {
        font-size: 2.7em;
    }

    h2 {
        font-size: 1.7em;
    }

    h3 {
        font-size: 1.5em;
    }

    h4 {
        font-size: 1.35em;
    }

    h5 {
        font-size: 1.2em;
    }

    h6 {
        font-size: 1.1em;
    }
}

@media (min-width: 1200px) {
    h1 {
        font-size: 3em;
    }

    h2 {
        font-size: 2em;
    }

    h3 {
        font-size: 1.8em;
    }

    h4 {
        font-size: 1.5em;
    }

    h5 {
        font-size: 1.3em;
    }

    h6 {
        font-size: 1.1em;
    }
}

#sfFixedBack {
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #fbf8f5;
}

.sfFixedGrad {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,.4);
    background-image: none;
    background-image: -webkit-gradient(linear,left bottom,left top,from(rgba(0,0,0,.8)),color-stop(60%,rgba(0,0,0,0)),to(rgba(0,0,0,.8)));
    background-image: -webkit-linear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%);
    background-image: -moz- oldlinear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%);
    background-image: -o-linear-gradient(bottom,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%);
    background-image: linear-gradient(to top,rgba(0,0,0,.8) 0,rgba(0,0,0,0) 60%,rgba(0,0,0,.8) 100%);
}

@media (min-width: 992px) {
    #sfFixedBack {
        /*background-image: url(/images/Backgrounds/sf_bkg_01.jpg);*/
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-color: #fff;
    }
}

#sfHeader {
    position: relative;
    background-color: #fbf8f5;
    width: 100%;
}

@media (min-width: 992px) {
    #sfHeader {
        /* z-index fix for IE */
        z-index: 1000;
    }
}

.sf-header {
    min-height: 100px;
    position: relative;
}


#sfPHeader {
    position: relative;
    background-color: rgba(0,0,0,0.5);
    width: 100%;
    z-index: 1000;
}
.sfP-header {
    min-height: 70px;
    position: relative;
}
#sfPLogo {
    display: block;
    cursor: pointer;
    z-index: 1010;
}
.sfP-main-logo {
    position: absolute;
    top: 10px;
    width: 106px;
    height: 50px;
    margin: 0;
    left: 10px;
    background-image: url(../../images/logos/SF_WEB_250x118_E5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1020;
}





#sfLogo {
    display: block;
    cursor: pointer;
    z-index: 1010;
}

#sfNavUtility {
    width: 60%;
    margin: auto;
    z-index: 1;
}

#sfNavMain {
    z-index: 1;
}

#sfMain {
    background-color: #e9e8e6;
    /*overflow:hidden;*/
    padding: 0;
    width: 100%;
    overflow: hidden;
}

#sfMainContent {
    /*background-color:#fff;*/
    position: relative;
    left: 0px;
    margin: 0;
    padding: 0 10px;
    -webkit-transition: left 0.5s ease;
    -moz-transition: left 0.5s ease;
    -o-transition: left 0.5s ease;
    transition: left 0.5s ease;
}

    #sfMainContent.in {
        left: 300px;
    }

#sfMainOuter {
    background-color: #fff;
}

#sfMainInner {
}

#sfFooter {
    background-color: #000;
    padding-top: 10px;
    /*margin-top:20px;*/
}

@media (min-width: 992px) {
    .sf-header {
        height: 130px;
        position: relative;
    }

    #sfMainOuter {
        /*background-color: transparent;*/
        padding: 20px 0;
    }

    .sf-full #sfMainOuter {
        padding: 0px 0 !important;
    }

    #sfMainInner {
    }

}

.footer-edge {
    clear: both;
    width: 100%;
    height: 20px;
    background: rgb(153,153,153); /* Old browsers */
    background: -moz-linear-gradient(top,  rgba(100,100,100,1) 0%, rgba(0,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top,  rgba(100,100,100,1) 0%,rgba(0,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom,  rgba(100,100,100,1) 0%,rgba(0,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#999999', endColorstr='#000000',GradientType=0 ); /* IE6-9 */
}


/**************************************/
/* SITE - MASTER SECTIONS BLANK (UGC) */
/**************************************/
#sfMainBlank {
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#sfMainContentBlank {
    position: relative;
    margin: 0px;
    padding: 0px;
    width: 100%;
}

#sfMainOuterBlank {
}

#sfMainInnerBlank {
}

/*************************/
/* SITE - CHILD SECTIONS */
/*************************/
#sfBanner {
    color: #fff;
}

#sfDetail {
    color: #000;
    background-color: #fff;
    /*font-size: 0.91em;*/
}

#sfMenu {
    position: relative;
    width: auto;
    height: auto;
    z-index: 100;
}

#sfMenuFixed {
    position: relative;
    width: auto;
    height: auto;
    background-color: #000;
}

    #sfMenuFixed.fixed {
        position: fixed;
        top: 0px;
        width: 100%;
        z-index: 1;
    }

@media (min-width: 768px) {
    #sfMenuFixed.fixed {
        width: 740px;
    }
}

@media (min-width: 992px) {
    #sfMenuFixed.fixed {
        width: 960px;
    }
}

@media (min-width: 1200px) {
    #sfMenuFixed.fixed {
        width: 1160px;
    }
}














#sfMenuAtHome {
    position:absolute; 
    top:0; 
    right:0;
    width: 100%;
    height: auto;
    z-index: 100;
}

.AtHomeSectionHeading  {
    width: auto; 
    display: inline-block; 
    font-size: 18px; 
    font-weight: normal;
    margin-bottom: 15px;
}

    .AtHomeSectionHeading.streaming {
        border-bottom: 3px solid #00aa00; 
    }
    .AtHomeSectionHeading.comingsoon {
        border-bottom: 3px solid #ff7800;
    }
    .AtHomeSectionHeading.finished {
        border-bottom: 3px solid #e50000; 
    }

#sfMenuAtHomeFixed {
    position: relative;
    right: 0;
    width: auto;
    height: 85px;
    background-color: #000;
    padding: 20px;
}

#sfMenuAtHomeFixed.fixed {
    position: fixed;
    top: 0px;
    width: 100%;
    z-index: 1;
}

#sfMenuAtHomeFixed li li .nav-link {
    color: #000;
    background: #fff;
    font-size: 1.6em;
    line-height: 1em;
    padding: 10px 0px 8px 0px;
    margin: 5px;
    width: 200px;
    border: 3px solid #fff;
    /*border-radius: 5px;*/
    text-align: center;
}

#sfMenuAtHomeFixed li li .nav-link:hover {
    color: #e50000;
    border: 3px solid #e50000;
}

#sfMenuAtHomeFixed li li.active .nav-link {
    color: #fff;
    background: #e50000;
    border: 3px solid #e50000;
}

#sfMenuAtHomeTitle {
    color: #fff;
    position: absolute;
    top: 30px;
    left: 20px;
    margin: 0;
    font-size: 1.4em;
}

#sfMenuAtHomeEdge {
    width: 100%;
    height: 10px;
    background: rgb(0,0,0); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(0,0,0,1) 0%, rgba(229,0,0,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(0,0,0,1) 0%,rgba(229,0,0,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(0,0,0,1) 0%,rgba(229,0,0,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#e50000',GradientType=0 ); /* IE6-9 */
    position: absolute;
    top: 80px;
    left: 0;
}

#sfMenuAtHomeFixed ul li.dropdown a {
    font-size: 14px;
}

#sfMenuAtHomeFixed ul.dropdown-menu {
    font-size: 14px;
}

@media (min-width: 768px) {
    #sfMenuAtHomeTitle {
        font-size: 1.6em;
        padding-top: 2px;
    }
    .AtHomeSectionHeading  {
        border-bottom: 5px solid #0a0; 
        font-size: 20px; 
        margin-bottom: 20px;
    }
    #sfMenuAtHomeFixed li li .nav-link {
        font-size: 1.1em;
        line-height: 1em;
        padding: 10px 0px 8px 0px;
        margin: 0px;
        margin-right: 6px;
        width: 120px;
        border: 1px solid #fff;
        margin-top: 6px;
    }
    #sfMenuAtHomeFixed li li .nav-link:hover {
        border: 1px solid #e50000;
    }
    #sfMenuAtHomeFixed li li.active .nav-link {
        border: 1px solid #e50000;
    }
}

@media (min-width: 992px) {
    #sfMenuAtHomeTitle {
        font-size: 1.8em;
        padding-top: 0px;
    }
    .AtHomeSectionHeading  {
        border-bottom: 5px solid #0a0; 
        font-size: 22px; 
        margin-bottom: 20px;
    }
    #sfMenuAtHomeFixed li li .nav-link {
        font-size: 1.3em;
        line-height: 1em;
        padding: 10px 0px 8px 0px;
        margin-right: 8px;
        width: 150px;
        border: 2px solid #fff;
        margin-top: 3px;
    }
    #sfMenuAtHomeFixed li li .nav-link:hover {
        border: 2px solid #e50000;
    }
    #sfMenuAtHomeFixed li li.active .nav-link {
        border: 2px solid #e50000;
    }
}

@media (min-width: 1200px) {
    #sfMenuAtHomeTitle {
        font-size: 2em;
        padding-top: 0px;
    }
    .AtHomeSectionHeading  {
        border-bottom: 5px solid #0a0; 
        font-size: 2vw; 
    }
    #sfMenuAtHomeFixed li li .nav-link {
        font-size: 1.6em;
        line-height: 1em;
        padding: 10px 0px 8px 0px;
        margin-right: 10px;
        width: 200px;
        border: 3px solid #fff;
    }
    #sfMenuAtHomeFixed li li .nav-link:hover {
        border: 3px solid #e50000;
    }
    #sfMenuAtHomeFixed li li.active .nav-link {
        border: 3px solid #e50000;
    }
}
















/***************/
/* SITE - LOGO */
/***************/
.sf-main-logo {
    position: absolute;
    top: 15px;
    width: 150px;
    height: 70px;
    margin: auto;
    left: 0;
    right: 0;
    background-image: url(../../images/logos/SF_WEB_250x118_E5.png);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    z-index: 1049;
}

@media (min-width: 768px) {
}

@media (min-width: 992px) {
    .sf-main-logo {
        top: 28px;
        width: 165px;
        height: 80px;
        /*width: 138px;
        height: 66px;*/
        left: inherit;
        right: inherit;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .sf-main-logo {
        width: 175px;
        height: 82px;
    }
}


/*************************/
/* SITE - SECTION HEADER */
/*************************/
.sf-section {
    background: #fff;
}

.sf-section-header {
    /*min-height:130px;*/
    clear: both; /*added Mar 16, 2015 (Rick) - May cause issues outside WhatsOn*/
    overflow: hidden;
    text-align: center;
}

.sf-section-heading {
    padding-top: 30px; /* 40 */
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 15px;
}

.sf-section-arrow {
    background-image: url(/images/general/big-red-arrow.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    width: 20px;
    height: 30px;
    margin: auto;
    margin-bottom: 10px;
}

.sf-section-name {
    width: auto;
    /*text-align:center;*/
    margin: 5px 0 0 0;
    /*color:white;*/
    /*text-shadow: 3px 3px 3px #000;*/
}

.sf-section-text {
    width: auto;
    font-size: 0.9em;
    line-height: 1.1em;
    /*text-align:center;*/
    /*margin-top:5px;*/
}

.sf-section-text-larger {
    font-size: 1.2em;
}

@media (min-width: 768px) {
    .sf-section-header {
        /*min-height:160px;*/
        text-align: left;
    }

    .sf-section-heading {
        float: left;
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 0px;
        padding-bottom: 15px;
    }

    .sf-section-arrow {
        width: 25px;
        height: 38px;
        margin: 0;
    }

    .sf-section-text {
        font-size: 0.9em;
        line-height: 1.1em;
    }

    .sf-section-text-larger {
        font-size: 1.2em;
    }
}

@media (min-width: 992px) {
    .sf-section-header {
        /*min-height:200px;*/
    }

    .sf-section-heading {
        padding-top: 35px;
        padding-left: 35px;
        padding-right: 0px;
        padding-bottom: 15px;
    }

    .sf-section-arrow {
        width: 35px;
        height: 53px;
        margin-bottom: 10px;
    }

    .sf-section-text {
        font-size: 0.9em;
        line-height: 1.1em;
    }

    .sf-section-text-larger {
        font-size: 1.2em;
    }
}

@media (min-width: 1200px) {
    .sf-section-header {
        /*min-height:240px;*/
    }

    .sf-section-heading {
        padding-top: 40px;
        padding-left: 60px;
        padding-right: 0px;
        padding-bottom: 20px;
    }

    .sf-section-arrow {
        width: 40px;
        height: 60px;
        margin-bottom: 10px;
    }

    .sf-section-text {
        font-size: 1em;
        line-height: 1.2em;
    }

    .sf-section-text-larger {
        font-size: 1.3em;
    }
}


/**********************/
/* SITE - INFORMATION */
/**********************/
.sf-information-popup {
    font-size: 15px;
}

    .sf-information-popup strong, b {
        font-size: 15px !important;
    }
/********************/
/* SITE - HEADERBAR */
/********************/
/*.sf-bar {
    width: auto;
    height:auto;
    margin: 0 20px;
    padding: 0;
    text-align:center;
}
.sf-bar-black {
    color: #fff;
    background-color: #000;
}
.sf-bar-white {
    color: #000;
    background-color: #fff;
}
.sf-bar-heading {
    color: #000;
    display: table;
    margin: auto;
    padding: 0 20px;
    font-size: 0.7em;
    font-weight: bold;
    text-align:center;
    line-height: 0.7em;
}
.sf-bar-line {
    height: 2px;
}*/

/*********************/
/* SITE - PPV LOADER */
/*********************/
.PPVWrapper {
    position: relative;
}

    .PPVWrapper .PPVButton {
        width: 120px;
        text-align: center;
    }

        .PPVWrapper .PPVButton.disable {
            opacity: 0.25;
        }

            .PPVWrapper .PPVButton.disable:hover {
                text-decoration: none;
            }

    .PPVWrapper .PPVScreen {
        background: #fff none repeat scroll 0 0;
        height: 34px;
        opacity: 0.9;
        padding-top: 2px;
        position: absolute;
        text-align: center;
        top: 20px;
        width: 120px;
        display: none;
    }

        .PPVWrapper .PPVScreen img {
            width: 30px;
            height: 30px;
        }


/***********************/
/* SITE - SOCIAL ICONS */
/***********************/
.sf-social-facebook,
.sf-social-twitter,
.sf-social-youtube,
.sf-social-instagram,
.sf-social-pinterest {
    width: 38px;
    height: 38px;
    background-repeat: no-repeat;
    background-image: url(/images/Sprites/SpriteSheet.png) !important;
}

.sf-social-facebook {
    background-position: -0px -0px;
}

.sf-social-icons a:hover > .sf-social-facebook,
.sf-social-icons a:active > .sf-social-facebook,
.sf-social-icons a:focus > .sf-social-facebook {
    background-position: -0px -40px;
}

.sf-social-twitter {
    background-position: -40px -0px;
}

.sf-social-icons a:hover > .sf-social-twitter,
.sf-social-icons a:active > .sf-social-twitter,
.sf-social-icons a:focus > .sf-social-twitter {
    background-position: -40px -40px;
}

.sf-social-youtube {
    background-position: -80px -0px;
}

.sf-social-icons a:hover > .sf-social-youtube,
.sf-social-icons a:active > .sf-social-youtube,
.sf-social-icons a:focus > .sf-social-youtube {
    background-position: -80px -40px;
}

.sf-social-instagram {
    background-position: -120px -0px;
}

.sf-social-icons a:hover > .sf-social-instagram,
.sf-social-icons a:active > .sf-social-instagram,
.sf-social-icons a:focus > .sf-social-instagram {
    background-position: -120px -40px;
}

.sf-social-pinterest {
    background-position: -160px -0px;
}

.sf-social-icons a:hover > .sf-social-pinterest,
.sf-social-icons a:active > .sf-social-pinterest,
.sf-social-icons a:focus > .sf-social-pinterest {
    background-position: -160px -40px;
}
/* Share-This */
.st_sharethis_large .stButton .stLarge,
.st_sharethis_large .stButton .stLarge:hover,
.st_sharethis_large .stButton .stLarge:active,
.st_sharethis_large .stButton .stLarge:focus {
    width: 38px;
    height: 38px;
    background-position: -160px -80px;
    background-repeat: no-repeat;
    background-image: url(/images/Sprites/SpriteSheet.png) !important;
    opacity: 1;
}
/* SceneNotes */
.sf-sn-social .sf-social-facebook {
    background-position: -0px -280px;
}

.sf-sn-social .sf-social-icons a:hover > .sf-social-facebook,
.sf-sn-social .sf-social-icons a:active > .sf-social-facebook,
.sf-sn-social .sf-social-icons a:focus > .sf-social-facebook {
    background-position: -0px -320px;
}

.sf-sn-social .sf-social-twitter {
    background-position: -40px -280px;
}

.sf-sn-social .sf-social-icons a:hover > .sf-social-twitter,
.sf-sn-social .sf-social-icons a:active > .sf-social-twitter,
.sf-sn-social .sf-social-icons a:focus > .sf-social-twitter {
    background-position: -40px -320px;
}

.sf-sn-social .sf-social-youtube {
    background-position: -80px -280px;
}

.sf-sn-social .sf-social-icons a:hover > .sf-social-youtube,
.sf-sn-social .sf-social-icons a:active > .sf-social-youtube,
.sf-sn-social .sf-social-icons a:focus > .sf-social-youtube {
    background-position: -80px -320px;
}

.sf-sn-social .sf-social-instagram {
    background-position: -120px -280px;
}

.sf-sn-social .sf-social-icons a:hover > .sf-social-instagram,
.sf-sn-social .sf-social-icons a:active > .sf-social-instagram,
.sf-sn-social .sf-social-icons a:focus > .sf-social-instagram {
    background-position: -120px -320px;
}

.sf-sn-social .sf-social-pinterest {
    background-position: -160px -280px;
}

.sf-sn-social .sf-social-icons a:hover > .sf-social-pinterest,
.sf-sn-social .sf-social-icons a:active > .sf-social-pinterest,
.sf-sn-social .sf-social-icons a:focus > .sf-social-pinterest {
    background-position: -160px -320px;
}




/************************************************************************************/
/************************************************************************************/
/************************************************************************************/


/******************/
/* SF - Ektron Plugins */
/******************/
.sf-ek-Benton-Heading {
    color: rgb(229, 0, 0);
    font-family: 'Benton Modern';
    font-size: 3.5em;
    text-align: center;
    line-height: 1em;
}

.sf-ek-Benton-Heading-subtext {
    color: rgb(229, 0, 0);
    font-size: 1.2em;
    font-family: Georgia;
    font-style: italic;
    text-align: center;
    margin-bottom: 25px;
    margin-top: -25px;
}

.sf-ek-Benton-Heading-text {
    text-align: center;
}

@media (min-width: 768px) {
    .sf-ek-Benton-Heading {
        color: rgb(229, 0, 0);
        font-family: 'Benton Modern';
        font-size: 6.5em;
        text-align: center;
        line-height: 1em;
    }

    .sf-ek-Benton-Heading-subtext {
        color: rgb(229, 0, 0);
        font-size: 1.8em;
        font-family: Georgia;
        font-style: italic;
        text-align: center;
        margin-bottom: 25px;
        margin-top: -25px;
    }

    .sf-ek-Benton-Heading-text {
        text-align: center;
    }
}

/************************************************************************************/
/************************************************************************************/
/************************************************************************************/


/******************/
/* SF - Support Us */
/******************/
.sf-support-donor-heading {
    text-align: center;
}

    .sf-support-donor-heading h3 {
        font-size: 1.5em;
    }

.sf-donor-name {
    font-size: 1em;
}

.our-donor-menu {
    font-weight: normal;
    font-size: 0.9em;
}

/******************/
/* SF - About Us */
/******************/
.sf-staff-name {
    padding-bottom: 5px;
}

.sf-staff-title {
    font-style: italic;
}

.sf-staff-section-heading {
    font-weight: bold;
    padding-top: 10px;
}


/* BRYAN - Need to ReFormat */
.carousel-control.left, .carousel-control.right {
    background-image: none;
    filter: none;
}

.carousel-control:hover, .carousel-control:focus {
    color: rgb(229,0,0);
}

.carousel-indicators li {
    background-color: #cccccc;
    border: 1px solid #cccccc;
}

.carousel-indicators .active {
    background-color: rgb(229,0,0);
    border: 1px solid rgb(229,0,0);
}

.nav-sidebar > .active > a,
.nav-sidebar > .active > a:hover,
.nav-sidebar > .active > a:focus {
    color: #fff;
    background-color: #428bca;
}

.sidebar {
    padding: 20px;
    background-color: #f5f5f5;
    border-right: 1px solid #eee;
}

/*************************/
/* Site - Input Elements */
/*************************/

select {
    padding: 0.3em;
}

input[type=text], input[type=password] {
    padding: 0.25em;
}

    input[type=text]:hover, input[type=text]:focus, input[type=password]:hover, input[type=password]:focus {
        border: 2px solid #A9A9A9;
    }


/***************************************/
/* Site - Adobe Edge Full Width Iframe */
/***************************************/
.sf-edge-iframe {
    width: 100%;
    height: auto;
    margin: 0px;
    padding: 0px;
    border: 0px;
    outline: 0px;
}


/*******************/
/* SF - My Account */
/*******************/
.sf-login-contain {
    border-bottom: solid 1px #eee;
    border-right: 0px;
}

.sf-not-registered {
    padding-top: 20px;
    padding-left: 0px;
}

.sf-login-contain .input-group {
    width: 100%;
    margin-bottom: 15px;
}

@media (min-width: 992px) {
    .sf-login-contain {
        border-right: solid 1px #eee;
        border-bottom: 0px;
    }

        .sf-login-contain .input-group {
            width: 90%;
        }

    .sf-not-registered {
        padding-left: 20px;
        padding-top: 0px;
    }
}

.sf-login-contain .input-lg, .sf-login-contain input[type=text], .sf-login-contain input[type=password] {
    border: 1px solid #ccc;
    width: 100%;
    display: block !important;
    border-radius: 0;
}

.sf-login-contain label {
    padding: 0;
}

.sf-login-contain .radio-btn-lst label {
    padding-left: 10px;
}
.sf-login-contain .checkbox label {
    font-weight: bold;
}

.sf-btn-120 {
    width: 120px;
}

.sf-forgot-login a {
    color: #000 !important;
    text-decoration: underline;
    font-size: 15px;
}

.sf-required-field {
    color: rgb(229,0,0);
    font-weight: bold;
    font-size: 2em;
    vertical-align: middle;
    line-height: 0;
    height: 0;
}

.sf-required-field-text {
    color: rgb(229,0,0);
    font-weight: bold;
    vertical-align: middle;
}

    .sf-required-field-text a {
        color: #000 !important;
        text-decoration: underline;
        font-size: 15px;
    }

.sf-alert .glyphicon {
    font-size: 44px;
    float: left;
    padding-right: 15px;
}

.sf-font-red {
    color: rgb(229,0,0);
}

.sf-font-white {
    color: white;
}

.sf-ma-row-pad {
    padding: 0.5em 0;
}

.sf-collapsing-div {
    background-color: lightgray;
    padding: 1em;
    margin: 1em;
}

    .sf-collapsing-div table {
        border-style: none;
    }

    .sf-collapsing-div tr {
        border-style: none;
        line-height: 1.5em;
    }

    .sf-collapsing-div.td, .sf-collapsing-div.th {
        text-align: center;
        padding: 0.5em 1em;
    }

.sf-ma-prod {
    margin: 0.5em 0em;
}

.sf-ma-promo-section {
    margin-bottom: 16px;
}

.sf--ma-checkbox-list input[type=checkbox], label {
    padding: 0.2em 0.7em;
}

.sf-ma-login-std {
    background-color: rgb(245, 245, 220);
}

.sf-ma-login-playon {
    background-color: #c3cc23;
    border: 1px solid #000;
    margin-bottom: 1em;
}

.sf-ma-login-star {
    background-color: #ffff80;
}

.sf-ma-login {
    border: 1px solid #000;
    /*box-shadow:10px 10px 5px darkgray;*/
    overflow: hidden;
    margin-bottom: 1em;
}
/* Important so that the PlayOn birthdate calendar doesn't get cut off by the bottom of the /myaccount/createaccount page */
.sf-ma-create-acct-contain {
    /*padding-bottom:8em !important;*/
}

.sf-ma-create-acct-spinner {
    position: absolute;
    left: 50%;
    width: 100%;
    height: 100%;
    float: left;
    opacity: 0.5;
    z-index: 5;
}

.sf-ma-table th {
    font-size: larger;
}

.sf-ma-table tr {
    height: 5em;
    border-bottom: 2px solid lightgray;
}

.sf-ma-table td {
    padding-right: 0.3em;
}

.sf-ma-table-header {
    background-color: lightgray;
    font-weight: bold;
    height: 3em;
    vertical-align: middle;
}

.sf-ma-table-total {
    margin-left: 65%;
}

    .sf-ma-table-total tr {
        height: 3em;
    }

    .sf-ma-table-total td {
        padding-right: 1em;
    }

.sf-commprefs-check {
    padding-right: 5px;
    margin-bottom: 10px;
}

    .sf-commprefs-check label {
        font-weight: normal;
        margin-bottom: 0px;
    }

.sf-commprefs-lbl {
}

/*************************/
/* SF - Groups & Schools */
/*************************/
.sf-ga-search {
    padding: 1em;
    border: 1px solid #000;
    box-shadow: 10px 10px 5px darkgray;
    overflow: hidden;
    margin-bottom: 1em;
}

    .sf-ga-search input[type=checkbox], input[type=radio] {
        padding-right: 0.5em;
    }

.sf-ga-section {
    padding-bottom: 1em;
}

    .sf-ga-section input[type=text] {
        width: 8em;
    }

.sf-ga-venue-header {
    font-size: larger;
    font-weight: bold;
}

@media (min-width: 768px) {
    .sf-ga-venue {
        min-height: 200px;
    }

    .sf-ma-table td {
        padding-right: 1em;
    }
}

.sf-ga-venue div {
    padding: 0.3em;
}

.sf-overflow-hidden {
    overflow: hidden;
}

.sf-gs-full-width {
    width: 100%;
}

.sf-gs-progress {
    position: absolute;
    height: 100%;
    width: 100%;
    left: 40%;
}

.sf-min-tickets {
    position: fixed;
    top: 0px;
    left: 20%;
    width: 60%;
    /*height:100%;*/
    padding: 1px;
    z-index: 9999;
    background-color: #fbf8f5;
    box-shadow: 0px 3px 3px 0px rgba(50,50,50,1);
}

.sf-min-tickets-bg {
    background-color: #000;
    width: 100%;
    /*height: 100%;*/
    padding: 1px;
    opacity: 0.4;
    filter: alpha(opacity=40);
    z-index: 0;
}

.sf-gs-pad-top {
    padding-top: 1em;
}

.sf-gs-receipt-links {
    padding: 1em;
    background-color: #fbf8f5;
}
/*Fix issue with pre tag from bootsrap*/
pre {
    font-family: Proxima Nova;
}


/*===========*/
/* PPV MODAL */
/*===========*/
#PPModal .close {
    color: #000;
    opacity: 1;
}

    #PPModal .close:hover {
        color: #e50000;
    }

#PPModal .modal-dialog {
    /*max-width:400px;*/
}
/*#PPModal .btn {
    padding: 15px !important; 
    position: absolute; 
    top: 40%; 
    width: 40%; 
    left: 30%; 
    border-radius:5px;
}*/
#PPModal .PPTile {
    background: #fff;
    color: #444;
    min-height: 100px;
    text-align: center;
    position: relative;
}

#PPModal .wrapper1,
#PPModal .wrapper2 {
    position: absolute;
    top: 35%;
    left: 0;
    height: 74px;
}

#PPModal .wrapper2 {
    display: none;
}

#PPModal .wrapper1 input {
    width: 120px;
    box-shadow: #000 0px 0px 3px;
    border: #000 1px solid;
}

#PPModal .screen {
    background: #fff;
    height: 34px;
    opacity: 0.5;
    padding-top: 2px;
    width: 120px;
    margin: auto;
}

    #PPModal .screen img {
        height: 30px;
    }


/*=============================*/
/* HERO SLIDER */
/*=============================*/
#sfBanner .heroSlider .jumbotron {
    color: #fff;
}

.heroSlider.carousel .carousel-control {
    visibility: hidden;
}

.heroSlider.carousel:hover .carousel-control {
    visibility: visible;
}

.heroSlider .carousel-indicators {
    bottom: -40px;
    width: 400px;
    margin-left: 0;
    left: auto /* Replace INITIAL with AUTO */;
    right: 15px;
    text-align: right;
}


.container .carousel .sf-hero-forum-title div.jumbotron-title,
.container .jumbotron .sf-hero-forum-title div.jumbotron-title {
        padding-top: 30px !important;
    }


@media (min-width: 768px) {
    .heroSlider .carousel-indicators {
        bottom: -40px;
        width: 400px;
        margin-left: 0;
        left: auto /* Replace INITIAL with AUTO */;
        right: 36%;
        text-align: right;
    }
}

@media (min-width: 992px) {
    .heroSlider .carousel-indicators {
        bottom: -40px;
        width: 400px;
        margin-left: 0;
        left: auto /* Replace INITIAL with AUTO */;
        right: 52%;
        text-align: right;
    }
}

/* PACKAGES*/
.sf-pkg-cart {
    font-size: 1em;
}

.sf-pkg-ancillary-item {
    background-color: #737373;
}

    .sf-pkg-ancillary-item select {
        color: #737373 !important;
    }

.sf-pkg-remove {
    position: relative;
    left: 10px;
}

.sf-pkg-btn-link {
    display: block;
    position: absolute;
    width: 100%;
}

    .sf-pkg-btn-link a {
        width: 100%;
        height: 42px;
        font-size: 1.2em;
        padding: 10px;
    }

.sf-pkg-spin {
    display: none;
    position: absolute;
    width: 100%;
}

    .sf-pkg-spin img {
        width: 100%;
        height: 42px;
    }

.sf-pkg-addon-info div {
    color: #000;
}

.sf-pkg-addon-info input {
    float: right;
    margin-left: 5px;
}

@media (min-width: 768px) {
    .sf-pkg-addon-info div {
        text-align: left;
    }
}

@media (min-width: 992px) {
    .sf-pkg-addon-info div {
    }
}

@media (min-width: 1200px) {
    .sf-pkg-addon-info div {
        margin-top: 7px;
        margin-right: 100px;
        text-align: right;
    }
}

/*============*/
/* CART TILE  */
/*============*/
.sf-cart-container{
    display:flex;
    flex-direction:row;
    justify-content:space-between;
    flex-wrap:wrap;
}
.sf-cart-notice div {
    display: inline;
}
.sf-cart-tile{
    background-color:#eeeced;
    padding-top: 1em;
    border: solid 3px white;
    min-height: 11em;
    
}
.sf-cart-tile-top{
    text-align:center;
    padding-bottom:1em;
}
.sf-cart-align-left {
    text-align:left !important;
}

.sf-cart-tile-bottom {
    text-align: left;
    min-height:12em;
}
.sf-cart-tile-bottom label{

}
.sf-cart-tile-bottom input[type="radio"]{

}
.sf-cart-container  .sf-cart-timer-text{
    font-size:0.7em;
    font-weight:bold;
}
.sf-cart-container  .sf-cart-countdown-circle{
    border:7px solid rgb(229,0,0);
    border-radius: 50%;
    width:9em;
    height:8.7em;
    padding-top:2.2em;
}
.sf-cart-container  .sf-cart-counter{
    margin-top:1.5em;
    color:rgb(229,0,0);
    font-size:2em;
    font-weight:bold;
    line-height:1em;
}
.sf-cart-container  .sf-cart-counter-text{
    font-size:1em;
    font-weight:bold;
    margin-bottom:1.5em;
}
.sf-cart-container .sf-cart-width-override-100{
    width:100%;
}
.sf-cart-container .col-md-offset-1-override-0{
    margin-left:0;
}
.sf-cart-container .sf-cart-promo-button{
        width: 7.8em;
}
.sf-cart-container .sf-cart-promo-align-right{
    text-align:right;
    margin-right:5em;
}
.sf-cart-footer {
    padding-bottom: 1em;
    border-bottom: 2px solid #eeeced;
}

/*============*/
/* CART TIMER */
/*============*/
.sf-cart-timer{
    margin: 0 auto 10px auto;
    padding: 0.5em;
    width: 260px;
    border: 2px solid #000;
    float: none;
}
.sf-cart-icon{
    float:left;
    font-size:1.6em;
    padding: 0.4em 0.5em 0 0.3em;
    text-align:left;
}
.sf-cart-text{
    font-size: 1.1em;
    font-weight: bold;
}
.sf-cart-counter{

}
.hasCountdown {
}



@media (min-width: 992px) {
    .navigation-btns {
        position: absolute;
        z-index: 1001;
        clear: left;
        top: 30px;
        right: 10px;
    }

        .navigation-btns a,
        .navigation-btns a:hover,
        .navigation-btns a:active,
        .navigation-btns a:focus {
            font-size: 16px;
            font-weight: bold;
            padding: 10px 13px !important;
            text-decoration: none;
            border: 2px solid #fbf8f5;
        }

            .navigation-btns a:hover,
            .navigation-btns a:active,
            .navigation-btns a:focus {
                color: #E50000;
                background: #fff;
                border: 2px solid #E50000;
            }
}

@media (min-width: 1200px) {
    .navigation-btns {
        top: 30px;
    }

        .navigation-btns a,
        .navigation-btns a:hover,
        .navigation-btns a:active,
        .navigation-btns a:focus {
            font-size: 18px;
            padding: 8px 32px !important;
        }
}


.navigation-btns .glyphicon {
    margin-right: -6px;
    top: 2px;
}

.navigation-btns {
    -webkit-animation-name: slideIN; /* Safari 4.0 - 8.0 */
    -webkit-animation-duration: 0.5s; /* Safari 4.0 - 8.0 */
    animation-name: slideIN;
    animation-duration: 0.5s;
}

/* Safari 4.0 - 8.0 */
@-webkit-keyframes slideIN {
    0% {
        opacity: 0.25;
        margin-right: -240px;
    }

    25% {
        opacity: 0.25;
        margin-right: -180px;
    }

    50% {
        opacity: 0.50;
        margin-right: -120px;
    }

    75% {
        opacity: 0.75;
        margin-right: -60px;
    }

    100% {
        opacity: 1;
        margin-right: 0px;
    }
}

/* Standard syntax */
@keyframes slideIN {
    0% {
        opacity: 0.25;
        margin-right: -240px;
    }

    25% {
        opacity: 0.25;
        margin-right: -180px;
    }

    50% {
        opacity: 0.50;
        margin-right: -120px;
    }

    75% {
        opacity: 0.75;
        margin-right: -60px;
    }

    100% {
        opacity: 1;
        margin-right: 0px;
    }
}

/*Performance Plus Login & Signup*/
.perf-plus-sf .input-group .perf-plus-sf input[type="radio"] {
    margin-right: 10px;
}

.perf-plus-sf .input-lg {
    border-radius: 0;
}

.perf-plus-sf label {
    padding: 0;
}

.perf-plus-sf .input-group {
    margin-bottom: 15px;
    width: 100%;
}

.perf-plus-sf .input-lg, .perf-plus-sf input[type=text], .perf-plus-sf input[type=password] {
    border: 1px solid #ccc;
    width: 100%;
    display: block !important;
}

.perf-plus-sf .input-group .sf-required-field {
    color: rgb(229,0,0);
    font-weight: bold;
    font-size: 1em;
    vertical-align: middle;
    line-height: 0;
    height: 0;
}

.NoAccountLnk {
    font-size: 18px;
}

.HaveAccountLnk {
    font-size: 18px;
}

.ppThankyou {
    font-size: 19px;
    padding-top: 40px;
    padding-bottom: 20px;
}

/*General Public Onsale Reminder*/
.GenPubOnsaleReminder-btn {
    font-size: 16px;
}

.GenPubOnsaleReminder {
    width: 50%;
    margin-left: auto;
    margin-right: auto;
    display: block;
}

    .GenPubOnsaleReminder input {
        border-radius: 0;
        margin-bottom: 15px;
    }

/*Donation -- TO BE MOVED WHEN COMPLETE*/
.sf-donation .control-label{
    padding-left:0;
}
.sf-donation .form-group {
    margin-bottom: 25px;
}

.sf-donation .radioButtonList.horizontal li {
    display: block;
}

.sf-donation .radioButtonList input {
    float: left;
}

.sf-donation .radioButtonList label {
    display: block;
    padding-left: 20px;
    margin-top: -3px;
    font-size: 0.9em;
}

.sf-donation .input-group-addon{
    /*background-color: #FFF;*/
    border-radius: 0;
}

.sf-donation .input-group .input-group-addon + .form-control {
    border-left: none;
}

.sf-donation .input-group .form-control:focus, .sf-donation .input-group .form-control:hover {
    border-left: 2px solid #A9A9A9;
}

.sf-donation .form-control {
      border-radius: 0;
}

.sf-non-membership-gift .sf-donation input  {
       border: 1px solid #cccccc;
}

.modal-body
{
    font-size: larger;
}
.modal-footer
{
    font-size: smaller;
}
.priorityBookingButton
{
    font-size:large;
}

.no-shadow{
    webkit-box-shadow: none !important;
    box-shadow: none;
    background: transparent;
    border: none;
    box-shadow: none;
}


@media (min-width: 768px) {
    .sf-donation .form-group {
        margin-bottom: 15px;
    }

    .sf-donation .radioButtonList {
        list-style: none;
        margin: 0;
        padding: 0;
    }

    .sf-donation .radioButtonList input {
        float: none;
    }

    .sf-donation .radioButtonList.horizontal li {
        display: inline;
    }

    .sf-donation .radioButtonList label {
        display: inline;
        margin-top: 0px;
        padding-left: 10px;
        font-size: 1em;
    }
}

/********************/
/* SF - PayPal Logs */
/********************/
.sf-paypal-alert {
    color:#000;
    background:#eee;
}
.sf-paypal-marg-top-bottom{
    margin:0.5em 0 0.5em;
}
.sf-paypal-marg-bottom{
    margin-bottom: 1em;
}
.sf-paypal-tile-height{
    max-height: 18em;
}
.sf-paypal-tile-overflow{
    overflow: scroll;
}
.sf-paypal-footer{
    background-color: lightgray; padding: 0.5em;
}

/*IE 11 Screen Reader Fix for Availablitity Legend*/
@media screen and (min-width:0\0) and (min-resolution: +72dpi) {
  .sf-availability-legend{display:none}
}

/*==========================================*/
/* Cart Summary - Shop Terms and Conditions */
/*==========================================*/
.sf-cart-summary-shop-tc {
    font-size: 1.4em;
    font-weight: bold;
}

.sf-retail-agree {
    font-size: 1.2em;
}

.sf-retail .sf-retail-arrow {
    color: #e50000;
    font-size: 2em;
    line-height: 0em;
    margin-top: 12px;
    position: absolute;
    margin-left: 20px;    
    animation: retailArror .8s ease infinite;
    display: none;
}
.sf-retail.active .sf-retail-arrow {
    display: inline;
}
@keyframes retailArror {
    0% {
        margin-left: 20px;
    }
    100% {
        margin-left: 5px;
    }
}