*:focus {
    text-decoration: none;
    transition: all 0.3s ease-in-out 0s;
    outline: 3px solid rgba(79, 118, 208, 1) !important;
    outline-offset: 1px;
}


/* ------------ Dev Tools ------------ */

#console .width {
    color: aqua;
}

.displayMobile,
.displayTablets,
.displaySmall,
.displayLarge {
    color: aqua;
    display: none;
}


/* -------------Twitter feed ------------ */

#TwitterFeed a,
#TwitterFeed a span {
    vertical-align: inherit;
}

#TwitterFeed ul li {
    margin-bottom: 14px;
}

.tweet > img {
    width: 8px;
    height: 8px;
}


/* ------------ Global ------------ */


/*--- (START) Theme Colors --- */

.red {
    color: #61279c;
}


/* Links, headings and subheadings */

.white {
    color: #ffffff;
}


/* Header links and copy; banner labels and banner-link labels; button labels */

.black {
    color: #000000;
}


/* Widget headings and copy */

.gray1 {
    color: #262626;
}


/* Subfooter (News, Photos, Tweets) headings and copy; link-lists (Quick Menu links) */

.gray2 {
    color: #b0afae;
}


/* Sponsor List logos and copy; form input field placeholder copy; breadcrumb links and copy */

.gray3 {
    color: #ebe9e8;
}


/* Borders and backgrounds */

.gray4 {
    color: #8e8e8e;
}


/* Footer links and copy */

.redBg {
    background-color: #61279c;
}

.whiteBg {
    background-color: #ffffff;
}

.blackBg {
    background-color: #000000;
}

.grayBg1 {
    background-color: #262626;
}

.grayBg2 {
    background-color: #b0afae;
}

.grayBg3 {
    background-color: #ebe9e8;
}

.grayBg4 {
    background-color: #8e8e8e;
}


/*--- (END) Theme Colors --- */


/* HEADINGS */

.h1 {
    display: block;
    font-weight: bold;
    font-size: 20px;
}

.h2 {
    display: block;
    font-weight: bold;
    font-size: 16px;
}

.h3 {
    display: block;
    font-weight: bold;
    font-size: 15px;
}

.h4 {
    display: block;
    font-weight: bold;
    font-size: 14px;
}


/* BASIC TEXT COLORS AND STYLES */

.red {
    color: #61279c;
}


/* Links, headings and subheadings */

.white {
    color: #ffffff;
}


/* Header links and copy; banner labels and banner-link labels; button labels */

.black {
    color: #000000;
}


/* Widget headings and copy */

.gray1 {
    color: #262626;
}


/* Subfooter (News, Photos, Tweets) headings and copy; link-lists (Quick Menu links) */

.gray2 {
    color: #b0afae;
}


/* Sponsor List logos and copy; form input field placeholder copy; breadcrumb links and copy */

.gray3 {
    color: #ebe9e8;
}


/* Borders and backgrounds */

.gray4 {
    color: #8e8e8e;
}


/* Footer links and copy */


/* COLOR AND STYLE COMBINATIONS */

.normal {
    font-weight: normal;
}

.bold {
    font-weight: bold;
}

.italic {
    font-style: italic;
}

.underline {
    text-decoration: underline;
}

.redBold {
    color: #61279c;
    font-weight: bold;
}

.whiteBold {
    color: #ffffff;
    font-weight: bold;
}

.blackBold {
    color: #000000;
    font-weight: bold;
}

.gray1Bold {
    color: #262626;
    font-weight: bold;
}

.gray2Bold {
    color: #b0afae;
    font-weight: bold;
}

.gray3Bold {
    color: #ebe9e8;
    font-weight: bold;
}

.gray4Bold {
    color: #8e8e8e;
    font-weight: bold;
}

.redItal {
    color: #61279c;
    font-style: italic;
}

.whiteItal {
    color: #ffffff;
    font-style: italic;
}

.blackItal {
    color: #000000;
    font-style: italic;
}

.gray1Ital {
    color: #262626;
    font-style: italic;
}

.gray2Ital {
    color: #b0afae;
    font-style: italic;
}

.gray3Ital {
    color: #ebe9e8;
    font-style: italic;
}

.gray4Ital {
    color: #8e8e8e;
    font-style: italic;
}

.redBoldItal {
    color: #61279c;
    font-weight: bold;
    font-style: italic;
}

.whiteBoldItal {
    color: #ffffff;
    font-weight: bold;
    font-style: italic;
}

.blackBoldItal {
    color: #000000;
    font-weight: bold;
    font-style: italic;
}

.gray1BoldItal {
    color: #262626;
    font-weight: bold;
    font-style: italic;
}

.gray2BoldItal {
    color: #b0afae;
    font-weight: bold;
    font-style: italic;
}

.gray3BoldItal {
    color: #ebe9e8;
    font-weight: bold;
    font-style: italic;
}

.gray4BoldItal {
    color: #8e8e8e;
    font-weight: bold;
    font-style: italic;
}


/* -- CMS Applied Styles (START) -- */


/* HEADINGS */

.cms_h1 {
    display: block !important;
    font-weight: bold !important;
    font-size: 20px !important;
}

.cms_h2 {
    display: block !important;
    font-weight: bold !important;
    font-size: 16px !important;
}

.cms_h3 {
    display: block !important;
    font-weight: bold !important;
    font-size: 15px !important;
}

.cms_h4 {
    display: block !important;
    font-weight: bold !important;
    font-size: 14px !important;
}


/* BASIC TEXT COLORS AND STYLES */

.cms_red {
    color: #61279c !important;
}


/* Links, headings and subheadings */

.cms_white {
    color: #ffffff !important;
}


/* Header links and copy; banner labels and banner-link labels; button labels */

.cms_black {
    color: #000000 !important;
}


/* Widget headings and copy */

.cms_gray1 {
    color: #262626 !important;
}


/* Subfooter (News, Photos, Tweets) headings and copy; link-lists (Quick Menu links) */

.cms_gray2 {
    color: #b0afae !important;
}


/* Sponsor List logos and copy; form input field placeholder copy; breadcrumb links and copy */

.cms_gray3 {
    color: #ebe9e8 !important;
}


/* Borders and backgrounds */

.cms_gray4 {
    color: #8e8e8e !important;
}


/* Footer links and copy */


/* COLOR AND STYLE COMBINATIONS */

.cms_normal {
    font-weight: normal !important;
}

.cms_bold {
    font-weight: bold !important;
}

.cms_italic {
    font-style: italic !important;
}

.cms_underline {
    text-decoration: underline !important;
}

.cms_redBold {
    color: #61279c !important;
    font-weight: bold !important;
}

.cms_whiteBold {
    color: #ffffff !important;
    font-weight: bold !important;
}

.cms_blackBold {
    color: #000000 !important;
    font-weight: bold !important;
}

.cms_gray1Bold {
    color: #262626 !important;
    font-weight: bold !important;
}

.cms_gray2Bold {
    color: #b0afae !important;
    font-weight: bold !important;
}

.cms_gray3Bold {
    color: #ebe9e8 !important;
    font-weight: bold !important;
}

.cms_gray4Bold {
    color: #8e8e8e !important;
    font-weight: bold !important;
}

.cms_redItal {
    color: #61279c !important;
    font-style: italic !important;
}

.cms_whiteItal {
    color: #ffffff !important;
    font-style: italic !important;
}

.cms_blackItal {
    color: #000000 !important;
    font-style: italic !important;
}

.cms_gray1Ital {
    color: #262626 !important;
    font-style: italic !important;
}

.cms_gray2Ital {
    color: #b0afae !important;
    font-style: italic !important;
}

.cms_gray3Ital {
    color: #ebe9e8 !important;
    font-style: italic !important;
}

.cms_gray4Ital {
    color: #8e8e8e !important;
    font-style: italic !important;
}

.cms_redBoldItal {
    color: #61279c !important;
    font-weight: bold !important;
    font-style: italic !important;
}

.cms_whiteBoldItal {
    color: #ffffff !important;
    font-weight: bold !important;
    font-style: italic !important;
}

.cms_blackBoldItal {
    color: #000000 !important;
    font-weight: bold !important;
    font-style: italic !important;
}

.cms_gray1BoldItal {
    color: #262626 !important;
    font-weight: bold !important;
    font-style: italic !important;
}

.cms_gray2BoldItal {
    color: #b0afae !important;
    font-weight: bold !important;
    font-style: italic !important;
}

.cms_gray3BoldItal {
    color: #ebe9e8 !important;
    font-weight: bold !important;
    font-style: italic !important;
}

.cms_gray4BoldItal {
    color: #8e8e8e !important;
    font-weight: bold !important;
    font-style: italic !important;
}


/* ELEMENT BACKGROUND COLORS */

.cms_redBg {
    background-color: #61279c !important;
}

.cms_whiteBg {
    background-color: #ffffff !important;
}

.cms_blackBg {
    background-color: #000000 !important;
}

.cms_grayBg1 {
    background-color: #262626 !important;
}

.cms_grayBg2 {
    background-color: #b0afae !important;
}

.cms_grayBg3 {
    background-color: #ebe9e8 !important;
}

.cms_grayBg4 {
    background-color: #8e8e8e !important;
}


/* -- CMS Applied Styles (END) -- */

html {
    background-color: #fafafa;
}

body {
    background: #ffffff;
    box-shadow: 0px 0px 5px 0px #959595;
    /*font-family: Helvetica, Arial, Sans-Serif; REMOVED TO FIX/OVERRIDE SEARCH RESULTS PAGE FONT*/
    font-family: 'Lato', Sans-Serif, Arial;
    font-size: 14px;
    text-shadow: 0px 0px 1px rgba(0, 0, 0, 0);
    /*-webkit-font-smoothing: subpixel-antialiased;*/
    margin: 0px;
    margin-left: auto;
    margin-right: auto;
    scroll-behavior: smooth;
    /* Future Chrome support to smooth scrolling */
}

.btnStyle {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 15px;
    padding-right: 15px;
    font-size: 16px;
    max-width: 150px;
    color: #FFFFFF!important;
    background-color: #61279c;
    font-weight: bold;
    cursor: pointer;
    text-align: center;
    text-decoration: none;
    font-family: Helvetica, Arial, sans-serif;
}
    .btnStyle:hover {
        /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#cb60b3+0,c146a1+50,a80077+51,db36a4+100 */
        background: #61279c; /* Old browsers */
        background: -moz-linear-gradient(top, #b57bf1 0%, #61279c 50%, #61279c 51%, #61279c 100%); /* FF3.6-15 */
        background: -webkit-linear-gradient(top, #b57bf1 0%,#61279c 50%,#61279c 51%,#61279c 100%); /* Chrome10-25,Safari5.1-6 */
        background: linear-gradient(to bottom, #b57bf1 0%,#61279c 50%,#61279c 51%,#61279c 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#61279c', endColorstr='#61279c',GradientType=0 ); /* IE6-9 */
    }

a img {
    border: none;
    outline: 0;
}

a {
    color: #61279c;
    font-weight: bold;
    text-decoration: underline;
    outline: 0px;
    -o-transition: color 0.75s ease 0.25s;
    -ms-transition: color 0.75s ease 0.25s;
    -moz-transition: color 0.75s ease 0.25s;
    -webkit-transition: color 0.75s ease 0.25s;
    transition: color 0.75s ease 0.25s;
    cursor: pointer;
}

    a:hover {
        color: #000000;
        text-decoration: none;
    }

input[type=text],
input[type=password] {
    background-color: #f6f5f4;
    border: 1px solid #6a6a6a;
    border-radius: 3px;
    color: #7e7e7e;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    padding: 0px 10px;
    transition: background-color 500ms linear, box-shadow 500ms linear;
}

    input[type=text]:hover,
    input[type=password]:hover {
        background-color: white;
        box-shadow: inset 0px 0px 4px #b0afae;
    }

    input[type=text]:focus,
    input[type=password]:focus {
        border: 1px solid #61279c;
        background-color: #fff;
    }

hr {
    background-color: #61279c;
    border: none;
    height: 3px;
}

h1 {
    color: #61279c;
    font-size: 18px;
    padding-bottom: 0px;
    margin-bottom: 0px;
    font-weight: bold;
    font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
}

h2 {
    font-weight: bold;
    font-size: 16px;
    margin: 0px;
    padding: 0px;
}

.button {
    background-color: #61279c;
    border: 1px solid white;
    border-radius: 5px;
    box-shadow: 0px 1px 2px #888888;
    cursor: pointer;
    color: white;
    font-size: 14px;
    font-weight: bold;
    height: 30px;
    padding-left: 10px;
    padding-right: 10px;
    text-transform: uppercase;
}

    .button.rightArrow {
        background-image: url(../images/ico_rightArrow.png);
        background-repeat: no-repeat;
        background-position: right center;
        padding-right: 20px;
    }

        .button.rightArrow:hover {
            background-image: url(../images/ico_rightArrow.png), linear-gradient(#E37063 0%, #D11600 70%);
            background-image: url(../images/ico_rightArrow.png), -webkit-linear-gradient(top, #E37063 0%, #61279c 70%);
        }

.margin20 {
    margin: 20px;
}

.margin30 {
    margin: 30px;
}

.margin38 {
    margin: 38px;
}

.fLeft {
    float: left;
}

.fRight {
    float: right;
}

.clear {
    clear: both;
}

.textCenter {
    text-align: center;
}

.bold {
    font-weight: bold;
}

.hidden {
    display: none;
}

.ico {
    background-image: url(../images/ico_sprite.png);
    display: inline-block;
    height: 24px;
    width: 24px;
    margin-top: 3px;
    /* -6px */
}

    .ico.search {
        background-position: 0px -4px;
    }

    .ico.menu {
        background-position: -24px -4px;
    }

    .ico.up {
        background-position: -48px -4px;
    }

    .ico.right {
        background-position: -72px -4px;
    }

    .ico.down {
        background-position: -96px -4px;
    }

    .ico.left {
        background-position: -120px 0px;
    }

    .ico.mobileMenu {
        background-position: -144px 0px;
    }

    .ico.minus {
        background-position: -168px 0px;
    }

    .ico.plus {
        background-position: -192px 0px;
    }

    .ico.donate {
        background-position: -216px 0px;
    }

    .ico.red {
        background-image: url(../images/ico_sprite_red.png);
    }

.socialIco {
    background-image: url(../images/ico_social_sprite.png);
    display: inline-block;
    height: 45px;
    width: 45px;
}

    .socialIco.facebook {
        background-position: 0px 0px;
    }

    .socialIco.twitter {
        background-position: -45px 0px;
    }

    .socialIco.youtube {
        background-position: -90px 0px;
    }

     .socialIco.gplus {
        background-position: -135px 0px;
    }

    .socialIco.instagram {
        background-position: -135px 0px;
    }

.error {
    display: inline-block;
    color: #61279c;
    background-color: #fff000;
    padding: 3px 10px;
    margin-top: 5px;
    position: relative;
}

.fadeBg {
    -webkit-transition: background-color 2000ms linear;
    -moz-transition: background-color 2000ms linear;
    -o-transition: background-color 2000ms linear;
    -ms-transition: background-color 2000ms linear;
    transition: background-color 2000ms linear;
    background-color: transparent;
}


/* ------------ Site Header ------------ */

.mobileMenuArea {
    padding: 0px !important;
}

    .mobileMenuArea > ul {
        color: #61279c;
        font-size: 14px;
        font-weight: bold;
        list-style: none;
        line-height: 35px;
        margin: 0px;
        padding: 0px;
    }

    .mobileMenuArea li {
        display: block;
        min-height: 35px;
        padding: 0px;
        padding-left: 20px;
        overflow: hidden;
    }

        .mobileMenuArea li span.ico {
            margin-top: 5px;
            margin-right: 10px;
        }

        .mobileMenuArea li a {
            display: block;
            text-decoration: none;
        }

        .mobileMenuArea li:hover {
            color: white;
            background-color: #61279c;
        }

            .mobileMenuArea li:hover a {
                color: white;
            }

            .mobileMenuArea li:hover > div {
                border-bottom: 1px solid white;
                margin-right: 45px;
            }

    .mobileMenuArea > ul ul {
        display: none;
        margin-left: 15px;
        margin-right: 45px;
        padding: 0px;
    }

        .mobileMenuArea > ul ul a {
            font-weight: normal;
        }

        .mobileMenuArea > ul ul li + li {
            border-top: 1px solid white;
        }


/* BEGIN NAV WRAPPER FOR GRAY BLOCKS LEFT/RIGHT */

.navWrapperMain {
    width: 100%;
    height: 121px;
    background-color: #edebe9;
    margin: 0;
    padding: 0;
    border-bottom: 5px solid #ffffff;
}

.headerBottomBorder {
    display: inline-block;
    width: 100%;
    height: 5px;
    background-color: #61279c;
    margin: 0;
    padding: 0;
}

.navWrapperMainTablet {
    display: none;
    width: 100%;
    height: 205px;
    background-color: #edebe9;
    margin: 0;
    padding: 0;
    border-bottom: 5px solid #ffffff;
}

.headerBottomBorderTablet {
    display: none;
    width: 100%;
    height: 5px;
    background-color: #61279c;
    margin: 0;
    padding: 0;
}


/* END NAV WRAPPER FOR GRAY BLOCKS LEFT/RIGHT */

#siteHeader {
    padding: 5px;
    /*padding: 5px 5px 0px 5px;*/
    overflow: hidden;
}

#divTagLineMobile {
    display: none;
}

#divDonateNowMobile {
    display: none;
}

#siteHeader .main {
    background-color: #61279c;
    height: 92px;
    /* 96px original header height */
    position: relative;
}


    /* BEGIN HELP TOGGLER CLASSES */

    #siteHeader .main .helpSwitch {
        display: inline-block;
        float: right;
        font-family: 'Lato', sans-serif;
        font-size: 10px;
        color: #ffffff;
        height: 14px;
        position: relative;
        top: 6px;
        right: 104px;
        text-transform: uppercase;
    }

        #siteHeader .main .helpSwitch a.helpActive {
            text-decoration: none;
            background-color: #ffffff;
            height: 14px;
            padding: 0 3px 2px 3px;
            -o-transition: color 0s ease 0s;
            -ms-transition: color 0s ease 0s;
            -moz-transition: color 0s ease 0s;
            -webkit-transition: color 0s ease 0s;
            transition: color 0s ease 0s;
            cursor: default !important;
        }

            #siteHeader .main .helpSwitch a.helpActive:hover {
                /*text-decoration: underline;
                background: none;
                color: #ffffff;*/
                color: #000000;
            }

        #siteHeader .main .helpSwitch a.helpInactive {
            color: #ffffff;
            text-decoration: none;
            height: 14px;
            padding: 0 3px 2px 3px;
            background: none;
            -o-transition: color 0s ease 0s;
            -ms-transition: color 0s ease 0s;
            -moz-transition: color 0s ease 0s;
            -webkit-transition: color 0s ease 0s;
            transition: color 0s ease 0s;
            cursor: pointer !important;
        }

            #siteHeader .main .helpSwitch a.helpInactive:hover {
                background-color: #ffffff;
                color: #000000;
                text-decoration: underline;
                cursor: pointer !important;
            }


    /* END HELP TOGGLER CLASSES */

    #siteHeader .main .mobileMenu {
        display: none;
        cursor: pointer;
        position: absolute;
        top: 5px;
        right: 10px;
    }

    #siteHeader .main .logo {
        margin-top: 18px;
        margin-left: 32px;
    }

    #siteHeader .main .logonew {
        margin-top: 4px;
        margin-left: 32px;
    }


    #siteHeader .main .search {
        background-color: white;
        border: 1px solid #FFFFFF;
        border-radius: 2px;
        height: 30px;
        width: 477px;
        overflow: hidden;
        position: absolute;
        top: 50px;
        right: 104px;
    }

        #siteHeader .main .search input[type=text] {
            background: #61279c;
            border: none;
            color: #FFFFFF!important;
            font-size: 14px;
            height: 100%;
            line-height: 30px;
            padding: 0px;
            padding-left: 8px;
            padding-right: 30px;
            width: 439px;
        }

.txt_search_main,
.searchPage input[type=text],
.search input[type=text] {
    color: #7e7e7e;
}

#siteHeader .main .search input[type=button] {
    background: url(../images/ico_sprite.png);
    background-color: #61279c;
    background-position: 1px 0px;
    border: none;
    cursor: pointer;
    position: absolute;
    height: 26px;
    width: 26px;
    top: 2px;
    right: 2px;
}


/* Seaerch results page search-box styles */

.searchPage {
    margin: 10px 0 20px 0;
}

    .searchPage input[type=text] {
        background: transparent;
        border: 1px solid #7d7b7b;
        font-size: 14px;
        height: 100%;
        line-height: 30px;
        padding: 0px;
        padding-left: 8px;
        padding-right: 30px;
        width: 480px;
        height: 30px;
    }

    .searchPageButton,
    .searchPage input[type=button] {
        background: url(../images/ico_sprite.png) no-repeat 1px 0px;
        background-color: #61279c;
        border: 0px;
        cursor: pointer;
        position: relative;
        height: 26px;
        width: 26px;
        top: 8px;
        z-index: 500;
        right: 34px;
        padding: 0;
        margin: 0;
    }

img.hpStagesButtonImg {
    background-size: contain;
    /*max-width: 509px;*/
    width: 100%;
    /*max-height: 38px;*/
    height: auto;
    position: relative;
    bottom: -5px;
}


/*IE10 fix for search field button position*/

@media screen and (min-width:0\0) {
    .searchPageButton {
        position: relative;
        top: 8px;
        right: 32px;
    }
}

#siteHeader .main .search input[type=button]:hover,
#siteHeader .mobileSearchArea .search input[type=button]:hover,
.searchPage input[type=button]:hover {
    background-image: url(../images/ico_sprite.png), linear-gradient(#E37063 0%, #61279c 75%);
    background-image: url(../images/ico_sprite.png), -webkit-linear-gradient(top, #E37063 0%, #61279c 75%);
}

#siteHeader .subSection1,
#siteHeader .subSection2,
#siteHeader .subSection3 {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    line-height: 30px;
}

#siteHeader .search {
    text-align: center;
}

#siteHeader .loginArea,
#siteHeader .menuArea,
#siteHeader .mobileSearchArea,
.mobileMenuArea {
    display: none;
    background-color: #ebe9e8;
    border-bottom: 1px solid #b0afae;
    font-family: 'Lato', sans-serif;
    overflow: hidden;
    padding: 25px 40px;
}

#siteHeader .mobileSearchArea {
    display: none;
    padding: 20px 10px;
}

    #siteHeader .mobileSearchArea .search {
        background-color: white;
        border: 1px solid #6a6a6a;
        border-radius: 3px;
        height: 30px;
        overflow: hidden;
        position: relative;
    }

        #siteHeader .mobileSearchArea .search input[type=text] {
            background: transparent;
            border: none;
            font-size: 14px;
            height: 100%;
            line-height: 30px;
            padding: 0px;
            padding-left: 10px;
            padding-right: 30px;
            position: absolute;
            top: 0px;
            left: 0px;
            right: 0px;
        }

        #siteHeader .mobileSearchArea .search input[type=button] {
            background: url(../images/ico_sprite.png);
            background-color: #61279c;
            background-position: 1px 0px;
            border: none;
            cursor: pointer;
            position: absolute;
            height: 26px;
            width: 26px;
            top: 2px;
            right: 2px;
        }

#siteHeader .loginArea .left + .left {
    padding-left: 15px;
}

#siteHeader .loginArea input {
    margin-top: 15px;
    margin-left: 10px;
}

    #siteHeader .loginArea input[type=text],
    #siteHeader .loginArea input[type=password] {
        width: 225px;
    }

#siteHeader .loginArea .links {
    margin-top: 5px;
}

#siteHeader .loginArea .linksMobile {
    margin-top: 15px;
    display: none;
}

#siteHeader .loggedin {
    padding-left: 10px;
}

#siteHeader .menuArea > ul {
    color: #61279c;
    float: left;
    font-size: 16px;
    font-weight: bold;
    list-style: none;
    margin: 0px;
    padding: 0px 10px 0 0;
    width: 250px;
}

#siteHeader .menuArea ul a {
    color: inherit;
    outline: 0px;
    -o-transition: color 0.75s ease 0.25s;
    -ms-transition: color 0.75s ease 0.25s;
    -moz-transition: color 0.75s ease 0.25s;
    -webkit-transition: color 0.75s ease 0.25s;
    transition: color 0.75s ease 0.25s;
}

    #siteHeader .menuArea ul a:hover {
        color: #000000;
    }

#siteHeader .menuArea > ul > li {
    margin-bottom: 15px;
}

#siteHeader .menuArea ul ul {
    color: #262626;
    font-size: 12px;
    font-weight: bold;
    list-style: none;
    margin: 0px;
    padding: 0px;
}

    #siteHeader .menuArea ul ul a {
        color: inherit;
        outline: 0px;
        -o-transition: color 0.75s ease 0.25s;
        -ms-transition: color 0.75s ease 0.25s;
        -moz-transition: color 0.75s ease 0.25s;
        -webkit-transition: color 0.75s ease 0.25s;
        transition: color 0.75s ease 0.25s;
    }

        #siteHeader .menuArea ul ul a:hover {
            color: #61279c;
        }

#siteHeader .subSection1 {
    background-color: #61279c;
    height: 30px;
    text-align: right;
}

    #siteHeader .subSection1 .quickMenu {
        height: 30px;
        float: right;
        clear: none;
        position: relative;
        /* top: -30px; */
        right: 82px;
    }

        #siteHeader .subSection1 .quickMenu .qmSpan {
            display: inline-block;
            height: 30px;
            padding: 0 23px;
            margin: 0;
        }

            #siteHeader .subSection1 .quickMenu .qmSpan:hover {
                cursor: pointer;
            }


    /* BEGIN TAGLINE CLASSES */

    #siteHeader .subSection1 .tagLineBlock {
        display: inline-block;
        float: left;
        background-color: #61279c;
        width: 330px;
        height: 30px;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        font-weight: bold;
        color: #ffffff;
        text-transform: none;
        margin: 0;
        padding: 0;
        position: relative;
        left: 20px;
    }


/* END TAGLINE CLASSES */

#siteHeader .subSection2 {
    background-color: #61279c;
    border-left: 4px solid white;
    height: 22px;
    float: right;
    position: relative;
    right: 95px;
}

#dvNonMobileLoggedIn span {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 0;
}

#dvMobileLoggedIn span {
    display: inline-block;
    vertical-align: middle;
    margin: -2px 0 0 0;
}

#siteHeader .subSection3 {
    display: inline-block;
    float: left;
    clear: none;
    max-width: 85px;
    position: relative;
    left: 660px;
    z-index: 10;
}

.donateNow a:link,
.donateNow a:active,
.donateNow a:visited {
    color: #ffffff;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
    display: block;
    text-decoration: none!important;
    padding: 0 15px;
    width: 115px;
}

.donateNow a:hover {
    text-decoration: underline!important;
}

#siteHeader .subSection2 .login {
    /*padding-left: 15px;
    padding-right: 15px;*/
    padding-left: 25px;
    padding-right: 3px;
}


    /*.donateNow {
    padding-left: 15px;
    padding-right: 15px;
}*/

    #siteHeader .subSection2 .login:hover,
    #siteHeader .subSection1 .mobile.search:hover {
        cursor: pointer;
    }

#siteHeader #bannerImageStage {
    margin-top: 5px;
    margin-bottom: 5px;
    overflow: hidden;
}

    #siteHeader #bannerImageStage img {
        width: 100%;
    }


/* BEGIN ORIG TOP LEVEL MENU, NON-MOBILE */

#siteHeader .topLevelMenu {
    position: relative;
    margin-top: 5px;
    overflow: hidden;
}

    #siteHeader .topLevelMenu .backdrop {
        border-top: 4px solid #b0afae;
        position: absolute;
        width: 100%;
        z-index: 1;
    }

    #siteHeader .topLevelMenu ul {
        background-color: white;
        position: relative;
        list-style: none;
        margin: 0px;
        margin-left: auto;
        margin-right: auto;
        overflow: hidden;
        padding: 0px;
        z-index: 2;
    }


        /* This element has its width & margins set dynamically via jQuery based on its items */

        #siteHeader .topLevelMenu ul li {
            border-top: 4px solid #262626;
            font-size: 17px;
            font-weight: bold;
            line-height: 19px;
            margin-right: 1%;
            width: 13%;
            float: left;
        }

            #siteHeader .topLevelMenu ul li.active {
                border-color: #61279c;
                color: #61279c;
            }

            #siteHeader .topLevelMenu ul li a {
                color: #262626;
                text-decoration: none;
            }

            #siteHeader .topLevelMenu ul li.active a {
                color: #61279c;
            }

#siteHeader .subMenu {
    position: relative;
    margin-top: 25px;
    height: 26px;
    margin-left: auto;
    margin-right: auto;
}

    #siteHeader .subMenu .backdrop {
        border-top: 1px solid #ebe9e8;
        border-bottom: 1px solid #ebe9e8;
        margin-left: 1%;
        margin-right: 1%;
        position: absolute;
        width: 98%;
        height: 45px;
        z-index: 1;
    }

    #siteHeader .subMenu ul {
        background-color: white;
        border-top: 1px solid #ebe9e8;
        list-style: none;
        padding: 0;
        position: relative;
        z-index: 2;
        border-bottom: 1px solid #ebe9e8;
        height: 45px;
        width: 100%;
    }


        /* This element has its width & margins set dynamically via jQuery based on its items */

        #siteHeader .subMenu ul li {
            font-size: 12px;
            font-weight: bold;
            float: left;
            height: 45px;
            line-height: 13px;
            text-align: left;
        }

            #siteHeader .subMenu ul li.active {
                color: #61279c;
            }

            #siteHeader .subMenu ul li a:link,
            #siteHeader .subMenu ul li a:active,
            #siteHeader .subMenu ul li a:visited {
                color: black;
                text-decoration: none;
                transition: color 500ms linear;
                position: relative;
                top: 0px;
                display: table-cell;
                vertical-align: middle;
                height: 42px;
                padding: 0 5px 3px 0;
                width: inherit;
                /* << turn this off to stop safari from misbehaving */
                text-align: left;
            }

            #siteHeader .subMenu ul li a:hover {
                color: #61279c;
                width: inherit;
                /* << turn this off to stop safari from misbehaving */
                text-align: left;
            }

            #siteHeader .subMenu ul li.active a:link,
            #siteHeader .subMenu ul li.active a:active,
            #siteHeader .subMenu ul li.active a:visited {
                border-bottom: 2px solid #61279c;
                color: #61279c;
                width: inherit;
                /* << turn this off to stop safari from misbehaving */
                text-align: left;
            }


/* END ORIG TOP LEVEL MENU, NON-MOBILE */


/* BEGIN NEW MAIN MENU, NON-MOBILE (REPLACES TOP LEVEL MENU) */


/* MENU PARENT CONTAINER */

#siteHeader .mainMenu {
    position: relative;
    /*margin-top: 25px;*/
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background-color: #ffffff;
    max-width: 1050px;
    width: 1050px;
    height: 131px;
    border: 0px solid blue;
}

#siteHeader .mainMenuTablet {
    position: relative;
    /*margin-top: 25px;*/
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    background-color: #ffffff;
    max-width: 990px;
    width: 990px;
    height: 215px;
    border: 0px solid blue;
}


/* THREE COLUMN PARENTS */

ul.navParent {
    display: inline-block;
    max-width: 225px;
    width: 100%;
    height: 121px;
    float: left;
    clear: none;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 10;
}

    ul.navParent li {
        display: inline-block;
        max-width: 225px;
        width: 100%;
        height: 37px;
        float: left;
        clear: none;
        background-color: #edebe9;
        padding: 0;
        margin: 0;
    }

    ul.navParent li {
        background-color: #edebe9;
        margin: 0 0 5px 0;
    }

        ul.navParent li:nth-child(2) {
            clear: both;
        }

        ul.navParent li:nth-child(3) {
            margin: 0;
            clear: both;
        }

        ul.navParent li a:link.navParentLink,
        ul.navParent li a:visited.navParentLink,
        ul.navParent li a:active.navParentLink {
            display: inline-block;
            max-width: 214px;
            width: 100%;
            height: 100%;
            color: #000000;
            font-family: arial, helvetica, sans-serif;
            font-size: 13px;
            line-height: 37px;
            margin: 0;
            padding: 0 0 0 11px;
            overflow-x: hidden;
            text-decoration: none;
            -o-transition: none ease 0s;
            -ms-transition: none ease 0s;
            -moz-transition: none ease 0s;
            -webkit-transition: none ease 0s;
            transition: none ease 0s;
        }

        ul.navParent li:hover,
        ul.navParent li a:hover.navParentLink {
            color: #ffffff;
            background-color: #61279c;
        }

    ul.navParent.navActive li.navActive a:link.navParentLink,
    ul.navParent.navActive li.navActive a:visited.navParentLink,
    ul.navParent.navActive li.navActive a:active.navParentLink {
        color: #ffffff !important;
    }

    ul.navParent.navParent1 {
        margin: 5px 5px 0 5px !important;
    }

    ul.navParent.navParent2 {
        margin: 5px 5px 0 0 !important;
    }

    ul.navParent.navParent3 {
        margin: 5px 0 0 0 !important;
    }


/* THREE COLUMN CHILDREN */

ul.navChild {
    display: none;
    background-color: #61279c;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    float: left;
    clear: none;
    max-width: 360px;
    width: 100%;
    height: 121px;
    margin: 0;
    padding: 0;
}

    ul.navChild li {
        background-color: #61279c;
        width: 50%;
        max-height: 22px;
        margin: 0;
        padding: 0;
    }

        ul.navChild li a:link.navChildLink,
        ul.navChild li a:visited.navChildLink,
        ul.navChild li a:active.navChildLink {
            display: inline-block;
            max-width: 164px;
            width: 100%;
            height: 22px;
            background-color: #61279c;
            color: #ffffff;
            font-size: 10px;
            padding: 0 0 0 11px;
            line-height: 22px;
            overflow-x: hidden;
            text-decoration: none;
            -o-transition: none ease 0s;
            -ms-transition: none ease 0s;
            -moz-transition: none ease 0s;
            -webkit-transition: none ease 0s;
            transition: none ease 0s;
        }

        ul.navChild li a:hover.navChildLink {
            color: #000000;
            background-color: #edebe9;
        }


/* ACTIVE THREE COLUMNS */

ul.navParent.navActive {
    max-width: 580px;
}

ul.navParent li.navActive a:link.navParentLink {
    color: #ffffff;
    background-color: #61279c;
}

li.navActive ul.navChild {
    display: inline-block;
    background-color: #61279c;
    position: relative;
    right: 0;
    z-index: 10;
    float: right;
    clear: both;
    max-width: 350px;
    width: 100%;
    height: 121px;
    /*margin: 5px 0 0 0;*/
    margin: 0;
    /*padding: 0;*/
    padding: 5px 0 0 0;
}

    li.navActive ul.navChild.activeNavChild li {
        clear: none;
    }

li.navTop.navActive ul.navChild {
    top: 0;
}

li.navMiddle.navActive ul.navChild {
    top: -42px;
}

li.navBottom.navActive ul.navChild {
    top: -84px;
}

ul.navParent.navActive li.navActive {
    max-width: 580px;
    background-color: #61279c;
}

.activeNavChild {
    display: inline-block;
}


/* TABLET - TWO COLUMN PARENTS */

ul.navParentTablet {
    display: inline-block;
    max-width: 225px;
    width: 100%;
    height: 121px;
    float: left;
    clear: none;
    background-color: #ffffff;
    margin: 0;
    padding: 0;
    position: relative;
    top: 0;
    z-index: 10;
}

    ul.navParentTablet li {
        display: inline-block;
        max-width: 225px;
        width: 100%;
        height: 37px;
        float: left;
        clear: none;
        background-color: #edebe9;
        padding: 0;
        margin: 0;
    }

    ul.navParentTablet li {
        background-color: #edebe9;
        margin: 0 0 5px 0;
        clear: both;
    }

        ul.navParentTablet li:nth-child(2),
        ul.navParentTablet li:nth-child(3),
        ul.navParentTablet li:nth-child(4),
        ul.navParentTablet li:nth-child(5) {
            clear: both;
        }

        ul.navParentTablet li:nth-child(5) {
            margin: 0;
        }

        ul.navParentTablet li a:link.navParentLink,
        ul.navParentTablet li a:visited.navParentLink,
        ul.navParentTablet li a:active.navParentLink {
            display: inline-block;
            max-width: 214px;
            width: 100%;
            height: 100%;
            color: #000000;
            font-family: arial, helvetica, sans-serif;
            font-size: 13px;
            line-height: 37px;
            margin: 0;
            padding: 0 0 0 11px;
            overflow-x: hidden;
            text-decoration: none;
        }

        ul.navParentTablet li:hover,
        ul.navParentTablet li a:hover.navParentLink {
            color: #ffffff;
            background-color: #61279c;
        }

    ul.navParentTablet.navActive li.navActive a:link.navParentLink,
    ul.navParentTablet.navActive li.navActive a:visited.navParentLink,
    ul.navParentTablet.navActive li.navActive a:active.navParentLink {
        color: #ffffff !important;
    }

    ul.navParentTablet.navParentA {
        margin: 5px 5px 0 5px !important;
    }

    ul.navParentTablet.navParentB {
        margin: 5px 0 0 0 !important;
    }


/* TABLET - TWO COLUMN CHILDREN */

ul.navChildTablet {
    display: none;
    background-color: #61279c;
    position: relative;
    top: 0;
    left: 0;
    z-index: 10;
    float: left;
    clear: none;
    max-width: 360px;
    width: 100%;
    margin: 0;
    padding: 0;
}

    ul.navChildTablet li {
        background-color: #61279c;
        width: 100%;
        max-height: 20.5px;
        margin: 0;
        padding: 0;
    }

        ul.navChildTablet li a:link.navChildLink,
        ul.navChildTablet li a:visited.navChildLink,
        ul.navChildTablet li a:active.navChildLink {
            display: inline-block;
            max-width: 209px;
            width: 100%;
            height: 22px;
            background-color: #61279c;
            color: #ffffff;
            font-size: 10px;
            padding: 0 0 0 11px;
            line-height: 22px;
            overflow-x: hidden;
            text-decoration: none;
        }

        ul.navChildTablet li a:hover.navChildLink {
            color: #000000;
            background-color: #edebe9;
        }


/* TABLET - ACTIVE TWO COLUMNS */

ul.navParentTablet.navActive {
    max-width: 450px;
}

ul.navParentTablet li.navActive a:link.navParentLink {
    color: #ffffff;
    background-color: #61279c;
}

li.navActive ul.navChildTablet {
    display: inline-block;
    background-color: #61279c;
    position: relative;
    right: 0;
    z-index: 10;
    float: right;
    clear: both;
    max-width: 220px;
    width: 100%;
    height: 205px;
    /*margin: 5px 0 0 0;*/
    margin: 0;
    padding: 0;
    /*padding: 5px 0 0 0;*/
}

    li.navActive ul.navChildTablet.activeNavChild li {
        clear: none;
    }

li.nav1.navActive ul.navChildTablet {
    top: 0;
}

li.nav2.navActive ul.navChildTablet {
    top: -42px;
}

li.nav3.navActive ul.navChildTablet {
    top: -84px;
}

li.nav4.navActive ul.navChildTablet {
    top: -126px;
}

li.nav5.navActive ul.navChildTablet {
    top: -168px;
}

ul.navParentTablet.navActive li.navActive {
    max-width: 450px;
    background-color: #61279c;
}


/* THREE AND TWO COLUMN SUBMENU LINK INDICATOR */

a:link.navChildLink.active {
    content: "";
    display: inline-block;
    background: url(/images/header/submenuActive.png) no-repeat 2px 5px;
    width: 10px;
    height: 10px;
    padding: 0;
    margin: 0 0 0 0;
}


/* One-Off pages (when pages are not part of sections, no sub-navigation child menus, no banners */

#siteHeader .mainMenu.standAlone {
    width: 695px;
    overflow-y: hidden;
    height: 126px;
    border-bottom: 5px solid #ffffff;
    position: relative;
    top: -5px;
    margin-top: 5px;
}

#siteHeader .mainMenuTablet.standAlone {
    width: 465px;
    overflow-y: hidden;
    height: 210px;
    border-bottom: 5px solid #ffffff;
    margin: 0 auto;
    position: relative;
    top: -5px;
    margin-top: 5px;
}


/* END NEW TOP MAIN MENU, NON-MOBILE (REPLACES TOP LEVEL MENU) */

#siteHeader .alert {
    display: none;
    border-bottom: 1px dotted #a1a1a1;
    font-size: 16px;
    font-weight: bold;
    padding-bottom: 1px;
    /*padding-bottom: 5px;*/
}

#siteHeader .alertStyling {
    background-color: #ebeae8;
    border-bottom: 1px dotted #a1a1a1;
}

#siteHeader .alertInner {
    padding: 17px 5px;
}

    #siteHeader .alertInner a,
    span {
        display: table-cell;
        vertical-align: middle;
    }

#alertImage {
    /*max-width: 200px;*/
}

#siteHeader .alert a,
#siteHeader .alert .alertHide {
    cursor: pointer;
    padding-left: 28px;
    font-size: 11px;
    text-decoration: underline;
    outline: 0px;
    -o-transition: color 0.75s ease 0.25s;
    -ms-transition: color 0.75s ease 0.25s;
    -moz-transition: color 0.75s ease 0.25s;
    -webkit-transition: color 0.75s ease 0.25s;
    transition: color 0.75s ease 0.25s;
}

    #siteHeader .alert a:hover,
    #siteHeader .alert .alertHide:hover {
        color: #000000;
        text-decoration: none;
    }


/* main page title margin update */

div.span8 h1 {
    margin-top: 0;
}


/* ------------ Site Interior Body ------------ */

#siteContent {
    margin: 10px;
    /*width: 1050px;*/
}

.breadcrumbs {
    border-bottom: 2px solid #a8a9ac;
    margin-bottom: 20px;
    padding-bottom: 1px;
    font-size: 10px;
    color: #7e7e7e;
    line-height: 30px;
}

    .breadcrumbs .innerWrapper a {
        /*color: #b0afae;*/
        color: #7e7e7e;
        outline: 0px;
        -o-transition: color 0.75s ease 0.25s;
        -ms-transition: color 0.75s ease 0.25s;
        -moz-transition: color 0.75s ease 0.25s;
        -webkit-transition: color 0.75s ease 0.25s;
        transition: color 0.75s ease 0.25s;
    }

        .breadcrumbs .innerWrapper a:hover {
            color: #000000;
        }

    .breadcrumbs .innerWrapper {
        border-top: 2px solid #a8a9ac;
        overflow: hidden;
        height: 30px;
    }

        .breadcrumbs .innerWrapper .controls {
            float: right;
        }

            .breadcrumbs .innerWrapper .controls span.ico {
                float: right;
                margin-left: 5px;
                cursor: pointer;
            }


/* ------------ search bar z-index fix ------------ */

.ui-autocomplete {
    z-index: 1000000 !important;
}


/* ------------ Content Styles ------------ */

.TDFHeadline {
    background: none repeat scroll 0 0 #FFFFFF;
    color: #61279c;
    display: inline;
    font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
    font-size: 28px;
    font-weight: normal;
    /*letter-spacing: -1px;*/
    padding-right: 20px;
    position: relative;
}

.TDFHeadlineBorder {
    /*background: url("/images/TDFHeadlineBorder.gif") repeat-x scroll 0 0 rgba(0, 0, 0, 0);*/
    display: block;
    height: 42px;
    border-bottom: 3px solid #61279c;
    text-align: left;
    width: 100%;
}

.TDFHeadlineH1 {
    color: #61279c !important;
    font-size: 36px !important;
    padding-bottom: 0px !important;
    margin-bottom: 0px !important;
}

.TDFSubheadline {
    display: block;
    color: #61279c;
    font-size: 24px;
    font-weight: bold;
    font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
    padding-top: 10px;
    padding-bottom: 20px;
}

#siteContent .content {
    font-family: 'Lato', sans-serif;
    font-size: 18px;
    line-height: 23px;
}

    #siteContent .content h2 {
        color: #61279c;
        font-size: 20px;
        font-family: HelveticaNeue, Helvetica, Arial, sans-serif;
    }

        #siteContent .content h2.black {
            color: #000000;
            font-size: 20px;
        }


/* This is being handled in widget.css */


/*
#siteContent .widgetTitle h2 {
    color: #000000;
    font-size: 18px;
}*/

#siteContent .whiteTitle h2 {
    color: #ffffff;
    font-size: 18px;
}

#siteContent h2.whiteTitle {
    color: #ffffff;
    font-size: 18px;
}

.widgetGroupContainer {
    width: 1050px;
    /*margin: 0 100px;*/
    margin: 0 auto;
}

#siteContent .content table td {
    padding: 0px;
}

.costumePricingTable {
    width: 80%;
    text-align: left;
    margin: 0 auto;
    padding: 0;
}

    .costumePricingTable th td {
        text-align: left;
    }

    .costumePricingTable td {
        border-bottom: 1px solid #ebe9e8;
    }

.tableList {
    width: 80%;
    margin: 0 auto;
}

ol.sixteenRedBold {
    font-family: 'Lato', sans-serif;
    font-size: 16px;
    font-weight: bold;
    line-height: 20px;
    color: #61279c;
}

    ol.sixteenRedBold li span {
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        font-weight: normal;
        line-height: 20px;
        color: #000000;
    }

#siteContent div.row-fluid div.span8 {
    border-right: 2px solid #a8a9ac;
    padding-right: 24px;
}

li.check {
    margin: 0;
    padding: 0;
    vertical-align: top;
}


/* TKTSBoards (Available Shows) */

.showlocTitle {
    margin: 28px 0;
}

a.theaterLink.inactive {
    color: #b0afae;
    font-weight: bold;
    text-decoration: underline;
    outline: 0px;
    -o-transition: color 0.75s ease 0.25s;
    -ms-transition: color 0.75s ease 0.25s;
    -moz-transition: color 0.75s ease 0.25s;
    -webkit-transition: color 0.75s ease 0.25s;
    transition: color 0.75s ease 0.25s;
    cursor: pointer;
}

a.theaterLink.active {
    color: #61279c;
    font-weight: bold;
    text-decoration: underline;
    outline: 0px;
    -o-transition: color 0.75s ease 0.25s;
    -ms-transition: color 0.75s ease 0.25s;
    -moz-transition: color 0.75s ease 0.25s;
    -webkit-transition: color 0.75s ease 0.25s;
    transition: color 0.75s ease 0.25s;
    cursor: pointer;
}

a.theaterLink:hover {
    color: #000000;
    text-decoration: none;
}

.centerIt {
    text-align: center;
}

.centerItBlack {
    text-align: center;
    color: #000000 !important;
    font-weight: bold;
}

.centerItBlackBold14 {
    text-align: center;
    color: #000000 !important;
    font-weight: bold;
    font-size: 14px;
    line-height: 15px;
    text-transform: uppercase;
}

    .centerItBlackBold14 span {
        font-size: 11px;
    }

.venueLoc {
    color: #61279c;
    font-size: 14px;
    font-weight: bold;
    text-transform: uppercase;
}

.venueTable {
    display: table;
    width: 100%;
    max-width: 633px;
    border-spacing: 0;
}

    .venueTable td {
        display: table-cell;
        border-top: 1px solid #ebe9e8;
    }

        .venueTable td.time {
            width: 15%;
        }

        .venueTable td.capacity {
            text-align: center;
            width: 10%;
        }

        .venueTable td.playOnly {
            text-align: center;
            width: 15%;
        }

        .venueTable td.theShow {
            width: 60%;
        }


/* Newsletter Sign-up Page and Contact Us page */

.newsletterSignup,
.contactUs {
    margin: 20px 0;
}

span.formRequired {
    color: #61279c;
    clear: none;
    display: inline-block;
}

.newsletterSignup label,
.contactUs label {
    font-weight: normal;
    display: inline-block;
}

.newsletterSignup .buttonSubmit,
.contactUs .buttonSubmit {
    background: url(../images/page-contact/btnSubmit.png) no-repeat 0 0;
    width: 104px;
    height: 36px;
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
}

    .newsletterSignup .buttonSubmit:hover,
    .contactUs .buttonSubmit:hover {
        background: url(../images/page-contact/btnSubmitOver.png) no-repeat 0 0;
    }

.newsletterSignup span.small,
.contactUs span.small {
    font-size: 11px;
    clear: none;
    display: inline-block;
}

.errorTop {
    display: inline-block;
    position: relative;
    left: -25px;
}

#divErrors .errorUL > li {
    color: #ff0000 !important;
    font-weight: bold;
}


/* History Page */

.historyBlock {
    width: 100%;
    max-width: 664px;
    border-top: 1px solid #ebe9e8;
    clear: both;
}

.historyDate {
    float: left;
    color: #61279c;
    font-size: 14px;
    font-weight: bold;
    width: 10%;
    margin-top: 14px;
}

.historyContent {
    float: left;
    clear: none;
    width: 90%;
}

.showName {
    color: #61279c !important;
}


/*TDF Conversations page*/

.socialConversation {
    width: 370px;
    margin: 0 auto;
    padding: 0 0 0 15px;
}

    .socialConversation p {
        color: #61279c;
        font-size: 20px;
        font-weight: bold;
        padding: 0 0 5px 0;
        margin: 10px 0;
        border-bottom: 3px solid #61279c;
    }

.beSocial {
    display: inline-block;
    float: left;
    clear: none;
    width: 60px;
    height: 60px;
    margin: 0 7px;
}

img.beSocialIcon {
    max-width: 60px;
    width: 100%;
    max-height: 60px;
    height: 100%;
    background-size: cover;
}


/* ------------ Site Footer ------------ */

#siteFooter {
    border-top: 5px solid #61279c;
    padding: 5px;
    overflow: hidden;
    position: relative;
    clear: both;
}

    #siteFooter .btnToTop {
        background-image: url(../images/btn_toTop.png);
        background-position: right;
        cursor: pointer;
        width: 160px;
        height: 34px;
        position: absolute;
        top: 20px;
        right: -60px!important;
        z-index: 200;
    }

    #siteFooter .textToTop {
        padding-top: 7px;
        padding-right: 15px;
    }

    #siteFooter .tdfFooterBlurb {
        font-weight: bold;
        font-size: 15px;
        margin-top: 2px;
        padding: 0 105px 0 0;
    }

    #siteFooter .newsFooterBlurb {
        display: block;
        padding: 0 35px 0 0;
    }

    #siteFooter .dynamicArea {
        background-color: #ebe9e8;
        color: #262626;
        padding: 35px 10px 10px 10px;
        font-size: 12px;
        font-family: 'Lato', sans-serif;
        margin: 0 auto;
        position: relative;
    }

.footerBgCover {
    width: 100%;
    background-color: #ebe9e8;
}

#siteFooter .dynamicArea .separator {
    margin-top: 15px;
    border-top: 1px solid #61279c;
}

#siteFooter .dynamicArea .separatorNone {
    margin-top: 0px;
    border-top: none!important;
}

#siteFooter .dynamicArea .separator h1 {
    font-weight: bold;
    font-size: 20px;
    margin: 0px;
    padding: 0px;
}

#siteFooter .dynamicArea .social {
    display: none;
    width: 230px;
    margin: auto;
    margin-top: 15px;
}

    #siteFooter .dynamicArea .social .socialIco + .socialIco {
        margin-left: 12px;
    }

#siteFooter .staticArea {
    color: #8e8e8e;
    padding: 25px 37px;
    line-height: 20px;
    font-size: 11px;
}

    #siteFooter .staticArea a {
        color: #8e8e8e;
        font-weight: normal;
        text-decoration: underline;
        outline: 0px;
        -o-transition: color 0.75s ease 0.25s;
        -ms-transition: color 0.75s ease 0.25s;
        -moz-transition: color 0.75s ease 0.25s;
        -webkit-transition: color 0.75s ease 0.25s;
        transition: color 0.75s ease 0.25s;
    }

        #siteFooter .staticArea a:hover {
            color: #000000;
            text-decoration: none;
        }

    #siteFooter .staticArea .social {
        float: right;
        overflow: hidden;
        /*margin-right: 21px;*/       
    }

        #siteFooter .staticArea .social .socialIco {
            float: left;
            overflow: hidden;
            margin-left: 12px;
        }

            #siteFooter .staticArea .social .socialIco + .socialIco {
                margin-left: 12px;
            }

    #siteFooter .staticArea .links {
        /*margin-left: 50px;*/
    }

        #siteFooter .staticArea .links,
        #siteFooter .staticArea .links a {
            font-size: 15px;
            font-weight: bold;
            color: #000000;
            margin-bottom: 20px;
            text-transform: uppercase;
            outline: 0px;
            -o-transition: color 0.75s ease 0.25s;
            -ms-transition: color 0.75s ease 0.25s;
            -moz-transition: color 0.75s ease 0.25s;
            -webkit-transition: color 0.75s ease 0.25s;
            transition: color 0.75s ease 0.25s;
        }

    #siteFooter .staticArea .copyRightDiv {
        margin-left: 0px;
        color: #000000;
        font-family: Arial;
    }

#siteFooter .fbPhotos {
    line-height: 62px;
    position: relative;
    margin-right: 2px;
}

    #siteFooter .fbPhotos .photo {
        background-color: black;
        /*border: 3px solid white;*/
        box-shadow: 0px 0px 1px #b0afae;
        display: inline;
        margin-top: 5px;
        margin-right: 17px;
        float: left;
        height: 62px;
        width: 67px;
        /*overflow: hidden;*/
        text-align: center;
    }

        #siteFooter .fbPhotos .photo img {
            width: 100%;
            height: 62px;
        }

        #siteFooter .fbPhotos .photo a {
            display: inline-block;
            width: 100%;
        }

#siteFooter .fbContainer {
    position: relative;
    overflow: hidden;
    height: 70px;
    /* setting height value hides overflowing-to-second-row fb pics as screen resolution is decreased */
}

#siteFooter .fbMore {
    position: absolute;
    right: 0px;
    top: 0px;
    bottom: 0px;
    width: 30px;
}

    #siteFooter .fbMore a {
        display: block;
        margin-top: -10px;
        position: absolute;
        top: 50%;
        left: 0px;
    }


/*#siteFooter .fbPhotos .photo img {
        height: 62px;
        margin: auto;
    }*/

#siteFooter .TwitterFeed .timePosted {
    font-size: 10px;
    margin-top: 5px;
    text-transform: uppercase;
}

#siteFooter .TwitterFeed > div {
    /*margin-bottom: 10px;*/
    margin-bottom: 14px;
}

#siteFooter .TwitterFeed p {
    margin: 0px;
    /*padding: 0 35px 0 0;*/
    padding: 0;
}


/*#siteFooter .TwitterFeed p.tweet a span:first-child {
        display: inline-block;
        clear: both;
        height: 12px;
        line-height: 12px;
        margin: 0;
        padding: 0;
    }

    #siteFooter .TwitterFeed p.tweet a span {
        display: inline-block;
        height: 12px;
        line-height: 12px;
        margin: 0;
        padding: 0;
    }*/

#siteFooter h3 {
    font-family: helvetica, arial, sans-serif;
    font-size: 18px;
    margin: 1px 0 0 0;
    color: #61279c;
    padding-top: 15px;
    padding-bottom: 15px;
}

#siteFooter .latestNewsDate {
    color: #000000;
    font-size: 14px;
    font-weight: bold;
    font-family: helvetica, arial, sans-serif;
}

/* styles for the videos */

.videos_container {
    display: table;
    position: relative;
    width: 100%;
}

.video_sizer {
    background: #000000;
    width: 560px;
    height: 315px;
    margin: 10px 0 0 0;
}


/* Bx Slider Changes for Focus issue */

.bx-wrapper .bx-pager.bx-default-pager a {
    overflow: hidden;
}


/* ------------ iPhone Portrait ------------ */

@media only screen and (max-width:320px) {
}


/* ------------ iPhone Portrait ------------ */

@media only screen and (max-width:767px) {
    #siteHeader .main .helpSwitch {
        right: 47px !important;
        top: 10px;
    }

    *:focus {
        outline: 2px solid rgba(79, 118, 208, 1) !important;
    }
}


/* ------------ Phones ------------ */

@media only screen and (max-width:595px) {
    .videos_container {
        float: none !important;
        height: 100% !important;
        width: 467px !important;
    }

    .video_sizer {
        background: #000000;
        width: 467px;
        height: 262px;
        margin: 10px 0 0 0;
    }

    .videos_container iframe {
        height: 100% !important;
        width: 467px !important;
    }

    .videos_container object {
        height: 100% !important;
        width: 467px !important;
    }
}


/* ------------ Phones ------------ */

@media only screen and (max-width:500px) {
    .videos_container {
        float: none !important;
        height: 100% !important;
        width: 400px !important;
    }

    .video_sizer {
        background: #000000;
        width: 400px;
        height: 225px;
        margin: 10px 0 0 0;
    }

    .videos_container iframe {
        height: 100% !important;
        width: 400px !important;
    }

    .videos_container object {
        height: 100% !important;
        width: 400px !important;
    }
}


/* ------------ Phones ------------ */

@media only screen and (max-width:430px) {
    .videos_container {
        float: none !important;
        height: 100% !important;
        width: 350px !important;
    }

    .video_sizer {
        background: #000000;
        width: 350px;
        height: 196px;
        margin: 10px 0 0 0;
    }

    .videos_container iframe {
        height: 100% !important;
        width: 350px !important;
    }

    .videos_container object {
        height: 100% !important;
        width: 350px !important;
    }

    .eduVideoTable {
        border-collapse: separate;
        border-spacing: 0;
    }

    .videoTDLabel {
        width: 100%;
        float: left;
        margin-bottom: 10px;
        margin-top: 10px;
    }
}


/* ------------ Phones ------------ */

@media only screen and (max-width:379px) {
    .videos_container {
        float: none !important;
        height: 100% !important;
        width: 290px !important;
    }

    .video_sizer {
        background: #000000;
        width: 290px;
        height: 163px;
        margin: 10px 0 0 0;
    }

    .videos_container iframe {
        height: 100% !important;
        width: 290px !important;
    }

    .videos_container object {
        height: 100% !important;
        width: 290px !important;
    }

    .videoTD iframe {
        /*360 x 215, 0.5972*/
        width: 290px;
        height: 173px;
    }
}


/* ------------ Phones ------------ */

@media only screen and (max-width:419px) {
    /*TDF Conversations page*/
    .socialConversation {
        width: 290px;
        margin: 0 auto;
    }

        .socialConversation p {
            color: #61279c;
            font-size: 20px;
            font-weight: bold;
            padding: 0 0 5px 0;
            margin: 10px 0;
            border-bottom: 3px solid #61279c;
        }

    .beSocial {
        display: inline-block;
        float: left;
        clear: none;
        width: 40px;
        height: 40px;
        margin: 0 7px;
    }

    img.beSocialIcon {
        max-width: 40px;
        width: 100%;
        max-height: 40px;
        height: 100%;
        background-size: cover;
    }
}


/* ------------ iPhone Landscape ------------ */

@media only screen and (max-width:567px) {
    #siteHeader .subSection1 .tagLineBlock {
        display: none;
        height: 0;
        width: 0;
    }

    #siteHeader .subSection3 {
        bottom: 32px !important;
    }
    /* login and search position at mobile */
    /*#siteHeader .subSection1 {
        max-width: 320px;
        width: 100% !important;
    }*/
    /*#siteHeader .subSection1 .mobile.search {
            width: 158px !important;
            bottom: 30px;
            left: 0;
            float: left;
            clear: none;
            padding: 0;
            
        }*/
    #siteHeader .subSection2 .login:hover,
    #siteHeader .subSection1 .mobile.search:hover {
        /*padding: 0;*/
    }

    #siteHeader .subSection2 {
        width: 50% !important;
        max-width: 165px !important;
        right: -65px !important;
    }
    /*#siteHeader .subSection2 .mobile.login {
            width: 165px !important;
            padding: 0;
        }*/
    #siteHeader .subSection3 {
        bottom: 35px;
        left: 130px !important;
    }
}


/* ------------ iPhone Landscape ------------ */

@media only screen and (max-width:568px) {
    #siteHeader .main .helpSwitch {
        display: none;
    }

    #siteHeader .subSection1 .tagLineBlock {
        left: -13px !important;
        float: right !important;
        clear: both !important;
        position: relative !important;
        bottom: 80px !important;
    }

    #siteHeader .subSection2 {
        max-width: 186px;
        width: 50% !important;
    }

        #siteHeader .subSection2 .mobile.login {
            width: 247px;
        }

    #siteHeader .subSection1 {
        width: 100%;
    }

    .mobile.search {
        padding: 0 !important;
    }

    #divDonateNowMobile {
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 30px;
        float: right;
        margin-top: 10px;
        display: block;
        clear: both;
        position: absolute;
        right: -4px;
        padding-top: 22px;
    }

    .donateNow {
        display: none;
    }
}


/* ------------ Phones ------------ */

@media only screen and (max-width:614px) {
    .videoTD {
        display: table-cell;
        width: 100% !important;
        text-align: center;
        float: left;
        clear: both;
    }

    .videoTDLabel {
        width: 100%;
        float: left;
        margin-bottom: 10px;
    }
}


/* ------------ Phones ------------ */

@media only screen and (min-width:568px) and (max-width:720px) {
    #siteHeader .subSection3 {
        position: relative;
        bottom: 20px;
        left: -2px !important;
        float: right;
    }

    .donateNow a:link,
    .donateNow a:active,
    .donateNow a:visited {
        line-height: 10px !important;
        height: 10px;
        padding: 0;
    }

    #divTagLineMobile {
        display: block;
        float: right;
        clear: both;
        top: 10px;
        background-color: #61279c;
        height: 20px;
        line-height: 13px;
        font-family: 'Lato', sans-serif;
        font-size: 12px;
        font-weight: normal;
        color: #ffffff;
        text-transform: none;
        margin-right: 15px;
        margin-top: 25px;
    }

    #siteHeader .subSection1 .tagLineBlock {
        display: none;
    }

    #divDonateNowMobile {
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 30px;
        float: right;
        margin-top: 10px;
        display: block;
        clear: both;
    }

    .donateNow {
        display: none;
    }
}


/* ------------ Phones ------------ */

@media only screen and (max-width:749px) {
    .mainMenuTablet.tabletMobile,
    .tabletMobile {
        display: none !important;
    }

    .displayMobile {
        display: inline;
    }

    .nonMobile {
        display: none;
    }

    .mobile.search {
        display: inline-block;
        width: 85px;
        height: 30px;
        position: relative;
        padding: 0 25px;
        right: 5px;
    }

    #siteHeader,
    #siteFooter {
        padding-left: 0px;
        padding-right: 0px;
        border-bottom: 0px;
    }

        #siteHeader .main {
            height: 72px;
        }

            #siteHeader .main .logo {
                height: 45px;
                margin-top: 20px;
                margin-left: 10px;
            }

            #siteHeader .main .logonew {
                height: 45px;
                margin-top: 20px;
                margin-left: 10px;
            }

            #siteHeader .main .mobileMenu {
                display: block;
            }
        /*#siteHeader .subSection2 {
            width: 50%;
            padding: 0px;
            text-align: center;
        }*/
        #siteHeader .login,
        #siteHeader .quickMenu,
        #siteHeader .search,
        #siteHeader .tagLineContent {
            line-height: 30px;
        }

        #siteHeader .loginArea .links {
            display: none;
        }

        #siteHeader .loginArea .linksMobile {
            display: block;
        }

        #siteHeader .loginArea input[type=text],
        #siteHeader .loginArea input[type=password] {
            min-width: 210px;
            width: auto;
            margin-right: 10px;
        }

        #siteHeader .loginArea {
            padding: 25px 20px;
        }

    #bannerImageStage {
        display: none;
    }

    #siteContent .breadcrumbs * {
        display: none;
    }

    #siteContent .breadcrumbs {
        border-top: 2px solid #61279c;
        border-bottom: none;
        margin-bottom: 0px;
        padding: 0px;
    }

    #siteContent {
        margin: 5px;
        margin-top: 20px;
        margin-bottom: 40px;
        width: auto;
    }

        #siteContent .widgetGroup [class*="span"] .txtWidgetSmFrameLong {
            margin-left: auto;
            margin-right: auto;
        }

        #siteContent .widgetGroup [class*="span"] > * {
            margin-left: auto;
            margin-right: auto;
        }

    #siteFooter .dynamicArea,
    #siteFooter .staticArea {
        padding: 30px 10px 15px 10px;
    }

    #siteFooter .btnToTop {
        background-image: url(../images/btn_toTop.png);
        width: 120px;
        height: 36px;
        top: 5px;       
    }

    #siteFooter .textToTop {
        display: none;
    }

    #siteContent .widgetArea {
        margin: 0 auto 20px auto;
        padding: 20px 0 0 0;
        width: 310px;
        clear: both;
    }

    #siteFooter .staticArea .social,
    #siteFooter .dynamicArea .separator {
        display: none;
    }

    #siteFooter .dynamicArea .social {
        display: block;
    }

    .searchPage input[type=text] {
        width: 220px;
    }

    span#lblUsername2 {
        display: inline-block;
        padding: 0;
        margin: 0;
        position: relative;
        top: -2px;
    }

    div#dvMobileLoggedIn span.ico.right {
        position: relative;
        top: -1px;
    }

    #siteContent div.row-fluid div.span8 {
        border-right: 0px solid #ebe9e8;
        padding-right: 0px;
    }
    /* available shows */
    .venueTable td.capacity {
        text-align: right;
    }

    .venueTable td.time {
        padding-right: 10px !important;
    }
    /*.videoTD{
        display: table-cell;
        width: 100% !important;
        text-align: center;
        float: left;
        clear: both;
    }*/
    .videoTDLabel {
        width: 100% !important;
        float: left;
        margin-bottom: 10px;
    }
}


/* ------------ Tablets ------------ */

@media only screen and (min-width:750px) and (max-width:979px) {
    #siteContent {
        margin: 10px;
        /*width: 915px;*/
    }

    .displayTablets {
        display: inline;
    }

    .nonMobile {
        display: block;
    }

    .nonMobileNav {
        display: block;
    }

    .mobile {
        display: none;
    }

    body {
        max-width: 980px;
    }

    #siteHeader {
        /*padding: 5px 1px 5px 2px;*/
        padding: 5px 0px 0px 0px;
    }

        #siteHeader .main .logo {
            margin-left: 45px;
        }

        #siteHeader .main .logonew {
            margin-left: 45px;
        }

        #siteHeader .main .search {
            width: 427px;
            right: 45px;
        }

        #siteHeader .subSection2 {
            /*min-width: 200px;*/
        }

        #siteHeader .menuArea {
            padding: 25px 6px;
        }

        #siteContent,
        #siteHeader .topLevelMenu ul,
        #siteHeader .subMenu,
        #siteHeader .alertInner,
        .dynamicArea,
        .staticArea {
            /*! width: 750px; */
        }

    .staticArea {
        margin: 0 auto;
    }
    #siteFooter .staticArea {
        padding: 10px;
    }
    #siteHeader .topLevelMenu ul li {
        font-size: 14px;
    }

    #siteHeader .subMenu ul li {
        font-size: 10px;
    }

    .searchPage input[type=text] {
        padding-right: 0;
        width: 450px;
    }

    #siteFooter .btnToTop {
        right: 45px!important;
    }

    .videos_container {
        float: none !important;
        height: 100% !important;
        width: 467px !important;
    }

    .video_sizer {
        background: #000000;
        width: 467px;
        height: 262px;
        margin: 10px 0 0 0;
    }

    .videos_container iframe {
        height: 100% !important;
        width: 467px !important;
    }

    .videos_container object {
        height: 100% !important;
        width: 467px !important;
    }

    .videoTD {
        display: table-cell;
        float: left;
        clear: both;
    }

    .videoTDLabel {
        width: 100% !important;
        float: left;
        margin-bottom: 10px;
    }

    .tagLineContent {
        font-size: 11px;
        line-height: 30px;
    }
}


/* ------------ iPad Landscape ------------ */

@media only screen and (max-width:1024px) {
    #siteHeader .subSection1 .tagLineBlock {
        /*left: -40px;*/
    }

    #siteHeader .subSection3 {
        left: 428px;
    }

    #siteHeader .main .helpSwitch {
        right: 46px;
    }

    #siteHeader .subSection2 {
        right: 35px;
        /*width: 129px;*/
    }

    #siteHeader .subSection1 .quickMenu {
        right: 45px;
    }

    #siteFooter .staticArea .links {
        margin-left: 0;
    }

    #siteFooter .staticArea .social {
        margin-right: -5px;
    }

    #siteFooter .staticArea .copyRightDiv {
        margin-left: 0;
    }
    /*.widgetGroupContainer {
        width: 891px;
        margin: 0 50px;
    }*/
    #siteHeader .main .search {
        right: 45px;
    }

    #siteHeader .main .logo {
        margin-left: 45px;
    }

    #siteHeader .main .logonew {
        margin-left: 45px;
    }

    .nonMobile.loggedin {
        display: none;
    }

    .mobile.loggedin {
        display: inline-block;
    }
}


/* ------------ iPad Portrait ------------ */

@media only screen and (min-width:768px) and (max-width:1023px) {
    /*#siteHeader .subSection1 .tagLineBlock {
        left: -70px;
    }*/
    #siteHeader .main .search {
        right: 45px;
    }

    #siteHeader .main .logo {
        margin-left: 45px;
    }

    #siteHeader .main .logonew {
        margin-left: 45px;
    }

    /*#siteFooter .dynamicArea {
        width: 720px;
    }*/
    #siteHeader .subSection1 .tagLineBlock {
        left: -31px;
    }

    #siteHeader .subSection3 {
        left: 361px;
    }
}


/* ------------ iPad Portrait ------------ */

@media only screen and (max-width:768px) {
    #siteHeader .subSection1 .tagLineBlock {
        left: -75px;
        background-color: #61279c;
        height: 20px;
        line-height: 13px;
    }

    #siteHeader .main .logo {
        margin-left: 10px;
    }

    #siteHeader .main .logonew {
        margin-left: 10px;
    }

    #siteHeader .main .helpSwitch {
        right: 7px;
    }

    #siteHeader .main .search {
        right: 7px;
    }

    #siteHeader .subSection2 {
        right: 4px;
    }

    #siteHeader .subSection1 .quickMenu {
        right: 5px;
    }

    #siteHeader .main .search {
        width: 380px;
    }
    /*#siteFooter .dynamicArea {
        width: 720px;
    }*/
    #siteFooter .staticArea {
        padding: 25px 10px;
    }
    /*#siteHeader .subSection3 {
        left: 310px;
        left: -17px;
        float: right;
    }*/
    #siteHeader .main .helpSwitch {
        display: none;
    }
}

@media only screen and (max-width:767px) {
    #siteFooter .dynamicArea {
        width: 550px;
    }

    #siteFooter .staticArea {
        /*width: 550px;*/
        max-width: 550px;
        margin: 0 auto;
    }

    #siteFooter .staticArea {
        /*padding: 25px 90px;*/
    }

    #siteHeader .subSection3 {
        left: 361px;
    }
}

@media only screen and (max-width:586px) {
    #siteFooter .dynamicArea {
        width: 98%;
    }

    #siteFooter .staticArea {
        /*padding: 25px 45px;*/
    }

    #siteFooter .tdfFooterBlurb {
        padding: 0 20px 10px 0;
    }

    #siteFooter .btnToTop {
        right: -35px!important;
    }
}

@media only screen and (max-width:585px) {
    img.hpStagesButtonImg {
        background-size: contain;
        width: 100%;
        height: auto;
        position: relative;
        bottom: -56px;
        max-width: 301px;
    }
}

@media only screen and (max-width:860px) {
    .donateNow a:link,
    .donateNow a:active,
    .donateNow a:visited {
        padding: 0;
    }
}

@media only screen and (max-width:585px) {
    #siteHeader .subSection3 {
        position: relative;
        bottom: 20px;
        left: -2px !important;
        float: right;
    }

    #siteFooter .dynamicArea .social {
        position: relative;
    }

    #siteHeader .main .helpSwitch {
        display: none;
    }

    #divDonateNowMobile {
        color: #ffffff;
        font-size: 14px;
        font-weight: bold;
        text-transform: uppercase;
        line-height: 30px;
        float: right;
        margin-top: 10px;
        display: block;
        clear: both;
    }

    .donateNow {
        display: none;
    }
}


/* ------------ Desktops  Variable ------------ */

@media only screen and (min-width:1024px) and (max-width:1070px) {
    #siteHeader .main .logo {
        margin-left: 105px;
    }

    #siteHeader .main .logonew {
        margin-left: 105px;
    }
}


/* ------------ Desktops Small ------------ */

@media only screen and (min-width:980px) and (max-width:1069px) {
    .displaySmall {
        display: inline;
    }

    .nonMobile {
        display: block;
    }

    .nonMobileNav {
        display: block;
    }

    .mobile {
        display: none;
    }

    body {
        max-width: 1080px;
    }
    /*#siteHeader .main .logo { margin-left: 105px; }*/
    /*#siteHeader .main .logo { margin-left: 106px; }*/
    /*#siteHeader .main .search { right: 45px; }*/
    /*#siteHeader .subSection2 { min-width: 23%; } removed 062014*/
    #siteContent,
    #siteHeader .topLevelMenu ul,
    #siteHeader .subMenu,
    #siteHeader .alertInner,
    .dynamicArea {
        width: 960px; 
        /* changed from 980 to remove h-scrollbar */
    }
    #siteFooter .staticArea {
        width: 960px; 
    }
}

@media only screen and (max-width: 1069px) {
    #siteHeader .mainMenuTablet {
        width: 690px;
        overflow-y: hidden;
        height: 210px;
        border-bottom: 5px solid #ffffff;
        margin: 0 auto;
        position: relative;
        top: -5px;
    }

    #siteHeader .mainMenu.standAlone {
        width: 695px;
        overflow-y: hidden;
        height: 126px;
        border-bottom: 5px solid #ffffff;
        position: relative;
        top: -5px;
        margin-top: 5px;
    }

    #siteHeader .mainMenuTablet.standAlone {
        width: 465px;
        overflow-y: hidden;
        height: 210px;
        border-bottom: 5px solid #ffffff;
        margin: 0 auto;
        position: relative;
        top: -5px;
        margin-top: 5px;
    }

    .nonMobileNav {
        display: none;
    }

    .tabletMobile {
        display: block;
    }

    .navWrapperMain {
        display: none;
    }

    .headerBottomBorder {
        display: none;
    }

    .navWrapperMainTablet {
        display: block;
    }

    .headerBottomBorderTablet {
        display: inline-block;
    }

    #siteHeader .alert a {
        display: block !important;
        padding: 0 !important;
    }
}

@media only screen and (max-width:1080px) {
    img.hpStagesButtonImg {
        background-size: contain;
        width: 100%;
        height: auto;
        position: relative;
        bottom: 10px;
    }
}

@media only screen and (max-width:1023px) {
    img.hpStagesButtonImg {
        background-size: contain;
        width: 100%;
        height: auto;
        position: relative;
        bottom: -56px;
    }
}

/* ------------ Desktops Large ------------ */

@media only screen and (min-width:1070px) {
    .displayLarge {
        display: inline;
    }

    .nonMobile {
        display: block;
    }

    .nonMobileNav {
        display: block;
    }

    .mobile {
        display: none;
    }

    .tabletMobile {
        display: none;
    }

    body {
        max-width: 1270px;
    }

    #siteHeader .main .logo {
        margin-left: 105px;
    }

    #siteHeader .main .logonew {
        margin-left: 105px;
    }

    #siteContent {
        width: 1050px;
        margin: auto;
    }

    #siteHeader .topLevelMenu ul,
    #siteHeader .subMenu,
    .dynamicArea {
        width: 1050px;
    }

    #siteHeader .alertInner {
        /*width: 1050px;*/
    }

    #siteFooter .dynamicArea,
    #siteFooter .staticArea {
        margin: 0 auto;
        padding: 35px 10px 10px 10px;
        width: 1030px;
    }    
    #siteHeader .mainMenu {
        width: 1050px;
        overflow-y: hidden;
        height: 126px;
        border-bottom: 5px solid #ffffff;
        /* NAVIGATION vertical alignment (removing these leaves the red bottom border and the nav borders overlapping) */
        position: relative;
        top: -5px;
    }

        #siteHeader .mainMenu.standAlone {
            width: 695px;
            overflow-y: hidden;
            height: 126px;
            border-bottom: 5px solid #ffffff;
            position: relative;
            top: -5px;
            margin-top: 5px;
        }

    #siteHeader .mainMenuTablet.standAlone {
        width: 465px;
        overflow-y: hidden;
        height: 210px;
        border-bottom: 5px solid #ffffff;
        margin: 0 auto;
        position: relative;
        top: -5px;
        margin-top: 5px;
    }
}

@media only screen and (max-width:749px) {
    .navWrapperMainTablet {
        display: none;
    }

    .headerBottomBorderTablet {
        display: none;
    }
}

/*New Add foe verious device NSC*/
@media only screen and (max-width:4100px) {/*Firfox - width:-3415*/
    #siteHeader .subSection3 {
        left: 720px;
    }
    #siteFooter .dynamicArea {
        width: 1050px;
    }
    #siteFooter .staticArea {
        max-width: 1050px;
        width: 1050px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 18px;
        right: -55px!important;
    }
}
@media only screen and (max-width:2800px) {/*Firfox - width:-2732,2277,1958,1708,1525*/  
    #siteHeader .subSection3 {
        left: 720px;
    }
    #siteFooter .dynamicArea {
        width: 1050px;
    }
    #siteFooter .staticArea {
        max-width: 1050px;
        width: 1050px;
    }
    #siteFooter .btnToTop {
        height: 36px;
        top: 18px;
        right: -55px!important;
    }
}
@media only screen and (max-width:1400px) {/*Firfox - width:-1366*/ 
    #siteHeader .subSection3 {
        left: 670px;
    }
    #siteFooter .dynamicArea {
        width: 1050px;
    }
    #siteFooter .staticArea {
        max-width: 1050px;
        width: 1050px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 18px;
        right: -50px!important;
    }
}
@media only screen and (max-width:1300px) {/*Firfox - width:-1252*/  
    #siteHeader .subSection3 {
        left: 660px;
    }
    #siteFooter .dynamicArea {
        width: 1050px;
    }
    #siteFooter .staticArea {
        max-width: 1050px;
        width: 1050px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 18px;
        right: -50px!important;
    }
}
@media only screen and (max-width:1250px) {/*Chorme - width:-1242*/  
    #siteHeader .subSection3 {
        left: 640px;
    }
    #siteFooter .dynamicArea {
        width: 1050px;
    }
    #siteFooter .staticArea {
        max-width: 1050px;
        width: 1050px;
    }
    #siteFooter .btnToTop {
        height: 36px;
        top: 18px;
        right: -50px!important;
    }
}
@media only screen and (max-width:1175px) { /*Firfox - width:-1161*/
    #siteHeader .subSection3 {
        left: 610px;
    }
}
@media only screen and (max-width:1150px) {/*Firfox - width:-1138*/  
    #siteHeader .subSection3 {
        left: 560px;
    }
    #siteFooter .dynamicArea {
        width: 1050px;
    }
    #siteFooter .staticArea {
        max-width: 1050px;
        width: 1050px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 18px;
        right: -52px!important;
    }
}
@media only screen and (max-width:1100px) {/*Chorme - width:-1093*/  
    #siteHeader .subSection3 {
        left: 520px;
    }
    #siteFooter .dynamicArea {
        width: 1050px;
    }
    #siteFooter .staticArea {
        max-width: 1050px;
        width: 1050px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 18px;
        right: -52px!important;
    }
}
@media only screen and (max-width:1050px) {/*Firfox - width:-1047*/
    #siteHeader .subSection3 {
        left: 510px;
    }
    #siteHeader .alert a {
        display: inline-block!important;
        padding-left: 20px!important;
    }
    #siteFooter .dynamicArea {
        width: 1000px;
    }
    #siteFooter .staticArea {
        max-width: 1000px;
        width: 1000px;
        padding: 20px 10px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 18px;
        right: -45px!important;
    }
}
@media only screen and (max-width:1025px) { /*Firfox - width:-1025*/
    #siteHeader .subSection3 {
        left: 500px;
    }
}
@media only screen and (max-width:1000px) {/*Firfox - width:-979*/
    #siteHeader .subSection3 {
        left: 490px;
    }
    #siteFooter .dynamicArea {
        width: 730px;
    }
    #siteFooter .staticArea {
        max-width: 730px;
        width: 730px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 18px;
        right: -62px!important;
    }
}
@media only screen and (max-width:975px) { /*Firfox - width:-950*/
    #siteHeader .subSection3 {
        left: 470px;
    }
}
@media only screen and (max-width:950px) { /*Firfox - width:-950*/
    #siteHeader .subSection3 {
        left: 450px;
    }
}
@media only screen and (max-width:925px) {/*Firfox - width:-911  And Chorme - width:-911 */
    #siteHeader .subSection3 {
        left: 420px;
    } 
    #siteFooter .dynamicArea {
        width: 741px;
    }
    #siteFooter .staticArea {
        max-width: 741px;
        width: 741px;
    }
    #siteFooter .btnToTop {
        height: 34px;
        top: 18px;
        right: -55px!important;
    }
}
@media only screen and (max-width:900px) { /*Firfox - width:-900*/
    #siteHeader .subSection3 {
        left: 390px;
    }
}
@media only screen and (max-width:875px) {/*Firfox - width:-865*/
    #siteHeader .subSection3 {
        left: 380px;
    } 
    #siteFooter .dynamicArea {
        width: 741px;
    }
    #siteFooter .staticArea {
        max-width: 741px;
        width: 741px;
    }
    #siteFooter .btnToTop {
        height: 34px;
        top: 18px;
        right: -55px!important;
    }
}
@media only screen and (max-width:850px) { /*Firfox - width:-846*/
    #siteHeader .subSection3 {
        left: 370px;
    }
}
@media only screen and (max-width:825px) { /*Firfox - width:-815*/
    #siteHeader .subSection3 {
        left: 350px;
    }
}
@media only screen and (max-width:800px) { /*Firfox - width:-797  And Chorme - width:-781*/
    #siteHeader .subSection3 {
        left: 335px;
    } 
    #siteFooter .dynamicArea {
        width: 741px;
    }
    #siteFooter .staticArea {
        max-width: 741px;
        width: 741px;
    }
    #siteFooter .btnToTop {
        height: 34px;
        top: 18px;
        right: -55px!important;
    }
}
@media only screen and (max-width:775px) { /*Firfox - width:-751*/ 
    #siteHeader .subSection3 {
        left: 333px;
    } 
    #siteFooter .dynamicArea {
        width: 710px;
    }
    #siteFooter .staticArea {
        max-width: 710px;
        width: 710px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 15px;
        right: -50px!important;
    }

}
@media only screen and (max-width:750px) { /*Firfox - width:-729,751*/   
    #siteHeader .subSection3 {
        left: 330px;
    } 
    #siteFooter .dynamicArea {
        width: 550px;
    }
    #siteFooter .staticArea {
        max-width: 550px;
        width: 550px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 15px;
        right: -55px!important;
    }

}
@media only screen and (max-width:749px) { 
    #siteHeader .subSection3 {
        left: 370px;
    }
}
@media only screen and (max-width:700px) { /*Firfox - width:-683  And Chorme - width:-683 */   
    #siteHeader .subSection3 {
        left: 380px;
    } 
    #siteFooter .dynamicArea {
        width: 550px;
    }
    #siteFooter .staticArea {
        max-width: 550px;
        width: 550px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 12px;
        right: -10px!important;
    }
}
@media only screen and (max-width:675px) { /*Firfox - width:-660*/ 
    #siteFooter .dynamicArea {
        width: 550px;
    }
    #siteFooter .staticArea {
        max-width: 550px;
        width: 550px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 12px;
        right: -8px!important;
    }
}
@media only screen and (max-width:650px) {    
   
}
@media only screen and (max-width:625px) { /*Firfox - width:-615*/ 
    #siteFooter .dynamicArea {
        width: 550px;
    }
    #siteFooter .staticArea {
        max-width: 550px;
        width: 550px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 12px;
        right: -8px!important;
    }
}
@media only screen and (max-width:600px) { /*Firfox - width:-592*/ 
    #siteFooter .dynamicArea {
        width: 550px;
    }
    #siteFooter .staticArea {
        max-width: 550px;
        width: 550px;
    }  
    #siteFooter .btnToTop {
        height: 35px;
        top: 12px;
        right: -10px!important;
    }
}
@media only screen and (max-width:575px) { /*Firfox - width:-569*/     
    #siteFooter .dynamicArea {
        width: 550px;
    }
    #siteFooter .staticArea {
        max-width: 550px;
        width: 550px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 10px;
        right: -10px!important;
    }
}
@media only screen and (max-width:550px) { /*Firfox - width:-546  And Chorme - width:-546 */  
    #siteFooter .dynamicArea {
        width: 480px;
    }
    #siteFooter .staticArea {
        max-width: 480px;
        width: 480px;
    }   
    #siteFooter .btnToTop {
        height: 35px;
        top: 10px;
        right: 40px!important;
    }
}
@media only screen and (max-width:525px) { /*Firfox - width:-501,524*/  
    #siteFooter .dynamicArea {
        width: 480px;
    }
    #siteFooter .staticArea {
        max-width: 480px;
        width: 480px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 10px;
        right: 37px!important;
    }
}
@media only screen and (max-width:500px) { /*Firfox - width:-478*/   
    #siteFooter .dynamicArea {
        width: 460px;
    }
    #siteFooter .staticArea {
        max-width: 460px;
        width: 460px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 10px;
        right: 30px!important;
    }
}
@media only screen and (max-width:475px) { /*Firfox - width:-455  And Chorme - width:-455 */ 
    #siteFooter .dynamicArea {
        width: 460px;
    }
    #siteFooter .staticArea {
        max-width: 460px;
        width: 460px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 10px;
        right: 50px!important;
    }    
}
@media only screen and (max-width:425px) {/*Mob - width:-412 */       
     #siteFooter .dynamicArea {
        width: 380px;
    }
    #siteFooter .staticArea {
        max-width: 380px;
        width: 380px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 10px;
        right: -8px!important;
    }    
}
@media only screen and (max-width:400px) {/*Mob - width:-360 */       
     #siteFooter .dynamicArea {
        width: 320px;
    }
    #siteFooter .staticArea {
        max-width: 320px;
        width: 320px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 10px;
        right: -38px!important;
    }    
}
@media only screen and (max-width:350px) {/*Chorme - width:-342 */   
    #siteFooter .dynamicArea {
        width: 320px;
    }
    #siteFooter .staticArea {
        max-width: 320px;
        width: 320px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 10px;
        right: -38px!important;
    }    
}
@media only screen and (max-width:320px) {/*mob - width:-320 */   
    #siteFooter .dynamicArea {
        width: 320px;
    }
    #siteFooter .staticArea {
        max-width: 320px;
        width: 320px;
    }
    #siteFooter .btnToTop {
        height: 35px;
        top: 10px;
        right: -28px!important;
    }    
}
@media only screen and (max-width:300px) {
    .imageWidgetFrame, .imageWidgetFrame-hover {
        width: 260px;
        height: 258px;
    }

    #siteFooter .dynamicArea {
        width: 250px;
    }
}