﻿body {
}

.scroll-prompt {
    bottom: 5% !important;
}


/*
    ++++++++++++++++++++++++++++++++
    ++++ Media-Specific Changes ++++
    ++++++++++++++++++++++++++++++++
*/


@media (min-width: 1200px)
{
    .heading-col .heading.main, body.banner-top div:not(.left-col):not(.right-col):not(.center-col) > .component.banner-component:first-of-type .heading.main {
        font-size: 3.0rem;
        font-weight: 900;
    }
    h1, .component .heading.main 
    {
        font-size: 3rem;
    }
}

@media (min-width: 1162px)
{
    .heading-col .heading.main, body.banner-top div:not(.left-col):not(.right-col):not(.center-col) > .component.banner-component:first-of-type .heading.main {
        font-size: 3.0rem;
        font-weight: 900;
    }
    h1, .component .heading.main 
    {
        font-size: 2.6rem;
    }
}

@media (min-width:992px) {

    .banner-component .item .info {
        padding: 25px 15px;
    }
}

@media (max-width:576px) {
    .banner-component .item .row .info {
        padding: 15px 15px;
        align-self: center;
    }
    .banner-component .item .row .info.order-0 {
        height: 20%;
    }
    .banner-component .item .row .info.order-1 {
        height: 80%;
    }

    .banner-component .item .row .info.order-0 img
    {
        width: auto;
        margin: 0 auto;
        height: 35%;
    }
}




/*
    --------------------------------
    ---- Media-Specific Changes ----
    --------------------------------
*/


/*
    ++++++++++++++++++++++++++++++++
    ++++         Forms         ++++
    ++++++++++++++++++++++++++++++++
*/


.umbraco-forms-label {
    font-weight: bold;
}

.umbraco-forms-tooltip {
    font-style: italic;
}

.form-tms .heading.main {
    font-size: 1.5rem !important;
    font-weight: normal !important;
}

input[type=checkbox], input[type="radio"] {
    width: 15px;
    top: 5px !important;
}

input[type="radio"] {
    top: 4px !important;
}


.field-validation-error {
    background-color: #ef3e42;
    color: #ffffff;
}

.virtual-fan-zone legend {
    font-size: 1.2rem;
}

.virtual-fan-zone .heading {
    font-size: 2.6rem !important;
    margin-top: 0px !important;
}
/*
    --------------------------------
    ----         Forms          ----
    --------------------------------
*/
/*
    ++++++++++++++++++++++++++++++++
    ++++        Buttons        ++++
    ++++++++++++++++++++++++++++++++
*/
.btn.btn-xs, button.btn.btn-xs {
    /*padding: 9px 12px;*/
    font-size: 1rem;
}

.btn.btn-sm, button.btn.btn-sm {
    /*padding: 9px 12px;*/
    font-size: 1rem;
}

.btn-group-sm > .btn, .btn-sm {
    /*padding: 9px 12px;*/
    font-size: 1rem;
    line-height: 1.5;
    border-radius: 0rem;
}

/*
    --------------------------------
    ----        Buttons        ----
    --------------------------------
*/



/*
    ++++++++++++++++++++++++++++++++
    ++++     Text Formatting    ++++
    ++++++++++++++++++++++++++++++++
*/

.secondary-heading {
    font-size: 1.2rem;
}

.base-secondary-heading {
    font-size: 1.1rem;
    letter-spacing: normal;
}


.cite {
    padding: 0px 30px;
}

.cite .quote-mark {
}

.cite .quote {
    font-size: 1.5em;
}

.sth-benefits {
    background-color: #ffffff;
    padding: 15px 25px;
    color: #555555;
    display: block;
    height: 200px;
    margin-bottom: 30px;
}

.sth-benefits h5 {
    color: #222222 !important;
    text-transform: uppercase !important;
}

/*
    ++++++++++++++++++++++++++++++++
    ----     Text Formatting    ----
    ++++++++++++++++++++++++++++++++
*/


.repeatable-content.tab-content tab-pane {
    background-color: #ff0000 !important
}


/*
    ++++++++++++++++++++++++++++++++
    ++++     Sidebar Items      ++++
    ++++++++++++++++++++++++++++++++
*/
.swp > .swp-item {
    border-width: 1px !important;
    border-style: solid !important;
    border-color: #e8e8e8 !important;
    padding: 30px 15px;
    margin-bottom: 30px;
    background-color: #ffffff;
}

.swp > .swp-item:last-child {
    margin-bottom: 30px;
}

.swp .link {
    margin-top: 20px;
}


/*
    --------------------------------
    ----     Sidebar Items      ----
    --------------------------------
*/
/*
    ++++++++++++++++++++++++++++++++
    ++++   EC Countdown Timer   ++++
    ++++++++++++++++++++++++++++++++
*/
.ec_countdown {
    

    display: block;
    height: 100%;
    max-height: 60px;
    /*border-left: 2px solid #e92038;*/
    font-family: 'Hammersmith', sans-serif;
    color: #ffffff;
    color: rgba(255,255,255,1);
    overflow: hidden;
    transition: max-height 0.4s ease-in-out 0s;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 603;
}

html.nav-up .ec_countdown {
    max-height: 60px;
}

    .ec_countdown .ec_countdown_wrp {
        position: relative;
        display: table;
        height: 100%;
        width: 100%;
    }

        .ec_countdown .ec_countdown_wrp > div {
            /*background-color: rgba(255,255,255,0.11);*/
        }

        .ec_countdown .ec_countdown_wrp:after {
            position: relative;
            display: block;
            content: " ";
            clear: both;
        }

    .ec_countdown .ec_countdown_logo {
        position: relative;
        display: table-cell;
        text-align: center;
        vertical-align: middle;
        padding: 0 0 0 10px;
    }

        .ec_countdown .ec_countdown_logo img {
            width: initial;
            max-width: 100px;
            max-height: 60px;
        }

    /*.ec_countdown .ec_countdown_timer_cell,
    .ec_countdown .ec_countdown_ticketinfo {
        position: relative;
        display: table-cell;
        padding: 0px 10px 3px 10px;
        vertical-align: bottom;
        white-space: nowrap;
    }*/
    .ec_countdown .ec_countdown_timer_cell {
        position: relative;
        display: table-cell;
        padding: 0px 10px 3px 10px;
        vertical-align: bottom;
        white-space: nowrap;
    }

    .ec_countdown .ec_header_weather_section {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 10px 0px 10px;
        background-color: transparent !important;
        z-index: 1000;
    }

    .ec_countdown .ec_header_chat_section {
        position: relative;
        display: table-cell;
        vertical-align: middle;
        padding: 0px 10px 0px 10px;
        background-color: transparent !important;
        z-index: 1000;
    }

        .ec_countdown .ec_header_chat_section .ec_chat_icon_frame {
            opacity: 0.01;
            position: absolute;
            top: calc(50% - 19px);
            left: calc(50% - 12px);
        }


.ec_countdown img {
    max-height: 100%;
}

.ec_countdown .ec_countdown_timer div {
    display: inline-block;
}

.ec_countdown .ec_countdown_timer .el_days,
.ec_countdown .ec_countdown_timer .el_hours,
.ec_countdown .ec_countdown_timer .el_minutes,
.ec_countdown .ec_countdown_timer .el_seconds {
    margin-right: 5px;
}

.ec_countdown .ec_countdown_timer .el_minutes,
.ec_countdown .ec_countdown_timer .el_seconds {
    margin-right: 0px;
}
.ec_countdown .ec_countdown_timer .el_seconds
{
    display: none;
}

.ec_countdown .ec_countdown_timer .el_days_digits,
.ec_countdown .ec_countdown_timer .el_hours_digits,
.ec_countdown .ec_countdown_timer .el_minutes_digits,
.ec_countdown .ec_countdown_timer .el_seconds_digits{
    font-size: 22px;
}
.ec_countdown .ec_countdown_ticketinfo {
    font-size: 16px;
    line-height: 14px;
}

.ec_countdown .ec_countdown_timer .el_days_lbl,
.ec_countdown .ec_countdown_timer .el_hours_lbl,
.ec_countdown .ec_countdown_timer .el_minutes_lbl,
.ec_countdown .ec_countdown_timer .el_seconds_lbl {
    margin-left: 3px;
    font-size: 14px;
    color: #bfbfbf;
}

.ec_countdown .ec_countdown_timer .ec_countdown_name {
    position: absolute;
    display: block;
    top: 10px;
    left: 10px;
    font-size: 12px;
}

.ec_countdown .ec_countdown_ticketinfo a {
    color: white;
}

    .ec_countdown .ec_countdown_ticketinfo a:hover,
    .ec_countdown .ec_countdown_ticketinfo a:active,
    .ec_countdown .ec_countdown_ticketinfo a:focus,
    .ec_countdown .ec_countdown_ticketinfo a:visited {
        text-decoration: none;
    }

/*.ec_countdown .ec_countdown_ticketinfo:before {
    position: absolute;
    display: block;
    content: "TICKET INFO";
    top: 17px;
    left: 10px;
    font-size: 12px;
}*/

/*.ec_countdown_ticketinfo
{
    display: none !important;
}*/
@media (max-width: 1191px) {
}
@media (max-width: 1162px) {
    .ec_countdown {
        position: relative;
        max-width: 500px;
    }
}




/*
    --------------------------------
    ----   EC Countdown Timer   ----
    --------------------------------
*/


.link a.btn {
    margin: 5px 5px 0 0 !important;
}



/* 
    +++++++++++++++++
    +  FLEX  TABLE  +
    +++++++++++++++++
*/
.frow {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
}
    .frow.fcolumn {
        flex-direction: column;
    }

    .frow.frow_wrap {
        flex-wrap: wrap;
    }

    .frow.v_center {
        align-items: center;
    }

    .frow.v_stretch {
        align-items: stretch;
    }

    .frow.v_end {
        align-items: flex-end;
    }

    .frow.h_space_between {
        justify-content: space-between;
    }

    .frow.h_center {
        justify-content: center;
    }

    .frow > .fitem {
        flex-grow: 1;
        flex-shrink: 0;
        flex-basis: auto;
    }

        .frow.nogrow > .fitem,
        .frow > .fitem.nogrow {
            flex-grow: 0;
        }

        .frow > .fitem.separator {
            flex-grow: 0;
            width: 5%;
        }

        .frow > .fitem.v_center {
            align-self: center;
        }

        .frow > .fitem.v_stretch {
            align-self: stretch;
        }

        .frow > .fitem.v_end {
            align-self: flex-end;
        }
/* 
    -----------------
    -  FLEX  TABLE  -
    -----------------
*/


/* 
    ++++++++++++++++++
    + ZipwhipMessage +
    ++++++++++++++++++
*/

.ec_header_chat_section {
    position: absolute;
    top: 0;
    right: 0;
    padding: 6px 0px;
    font-size: 0.95rem;
    cursor: pointer;

}

.ec_header_chat_section a{
}

.ec_header_chat_section i{
    display: inline-block;
    font-size: 1.5rem;
    line-height: 1.5;
    position: relative;
    top: 4px;
}

.ec_header_chat_section:hover,
.ec_header_chat_section:active,
.ec_header_chat_section:focus {
    color: #ef3e42;
}

@media (max-width: 1161px) and (min-width: 0) {

    .ec_header_chat_section {
        position: relative;
        max-width: 500px;
        padding: 5px 15px !important
    }

    nav.secondary {
        padding: 0px 15px 30px 15px !important;
    }

}

/* 
    ------------------
    - ZipwhipMessage -
    ------------------
*/





/* +++ ec loader +++ */
.ec_loading {
    position: relative;
}

    .ec_loading::before,
    .ec_loading::after {
        position: absolute;
        display: block;
        content: " ";
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
    }

    .ec_loading::before {
        z-index: 998;
        background-color: black;
        opacity: 0.75;
    }

    .ec_loading::after {
        z-index: 999;
        background-repeat: no-repeat;
        background-position: center;
        background-image: url('/images/loading-on-white.gif');
    }

/* --- ec loader --- */



.banner-component .item.item_medium-banner, .banner-component .item.item_medium-banner .container, .banner-component .item.item_medium-banner .row, .banner-component .item.item_medium-banner .image, .banner-component .item.item_medium-banner .image .video {
    height: 65vh !important;
}


.banned {
    position: relative;
    padding: 0px 0px 0px 35px;
    margin: 15px 0;
    border: 0 none;
}

    .banned::before {
        content: url('/images/banned.png');
        display: inline-block;
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        text-transform: none;
        text-rendering: auto;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        position: absolute;
        color: #ef3e42;
    }

    .banned::before {
        top: 0px;
        left: 0;
    }