.modalVersion {
    height: auto !important; /*Seating chart area fix */
}

.clear {
    clear: both;
}

.menu-wrap-main {
    /*height: 65px;*/ 
    padding: 0 1em;
}

#site-nav .menu-wrap-main > ul li:last-child a {
    padding: 0 ;
}

#cssmenu ul li > ul li {
    float: none;
}

#cssmenu .blue a:hover, #cssmenu .green a:hover, #cssmenu .purple a:hover {
    color: #8C8C8C !important;
}

.riTextBox.riEnabled{
    width: 100% !important;
}

#purple-header {
    /*display: none;*/ 
    height: 35px;
    width: 100%;
    background-color: rgb(94, 45, 132);
}

#purple-header .previous-site-link {
    color: #ffffff;
    float: right;
    margin-right: 1em;
    line-height: 35px;
}

#masthead {
    /*padding: 15% 0!important;*/
}

.thickbox img {
    margin-right:0;
    position:relative;
    top:-5px;
}

div.thickbox .secondary {
    display:none;
}
.thickbox .primary {
    display:block;
}

#outer {
    background-color: white;
}

.width-200-px {
    width: 200px
}

.helvetica-font * {
    font-family: Helvetica, sans-serif !important;
}


/* Big screens -----------------------------------------------------------*/

@media (min-width: 1200px){
    .menu-wrap-main .float-left {
        font-size: 18px
    }
}



@media (max-width: 1199px) and (min-width: 992px){
    #site-nav ul.float-left li a {
        font-size: 0.9em;
    }
}

@media (max-width: 1199px) and (min-width: 992px) {
    body {
        font-size: 16px;
    }
}

@media (min-width: 992px) {
    .wrapper {
        padding: 0;
        padding-bottom: 0.25em; /* important for menu logo bottom padding */
    }
    .menu-wrap.hidden {
        display: block;
    }
}

@media (max-width: 991px) {
    .wrapper {
        padding: 0 2em;
    }
    .cssmenu-container {
        display: none;
    }
    .menu-wrap-main .float-right.mobile-menu {
        display: block;
    }
    #site-nav {
        bottom: 0 !important;
        top: inherit !important;
        height: inherit;
    }
    #purple-header {
        height: 20px;
    }
    #purple-header .previous-site-link {
        line-height: 20px;
    }
    .footer-line .block-23 {
        display: none;
    }
}

@media (min-width: 480px) and (max-width: 991px){
    .wrapper{
        margin: 0;
    }
}

@media (min-width: 320px) and (max-width: 479px){
    .wrapper{
        margin: 0;
    }
}

h1 { 
    font-weight: bold; 
    font-size: 1.5em;
    display: block;
}
h2 {
    font-weight: bold; 
    font-size: 1.3em;
}
h3 {
    font-weight: bold; 
    font-size: 1.1em;
}