.modalVersion {
    height: auto !important; /*Seating chart area fix */
}

/* -------------------------------------------------------------------------
   ST:STButton (Telerik RadButton) - fix split/mismatched button backgrounds
   -------------------------------------------------------------------------
   Telerik renders a RadButton as a container <span> with an inner <input.rbDecorated>.
   Some skins/states apply a background to the inner input, which can create a "two-tone"
   button (container is one color, inner input is another).

   IMPORTANT: Do NOT force any button colors here because custom portals theme buttons.
   This global fix only makes the inner input transparent so the container/portal theme
   controls the visual background consistently.
*/
.RadButton.sarkie-button input.rbDecorated {
    background: transparent !important;
    background-image: none !important;
    border: 0 !important;
    box-shadow: none !important;
}

.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;
}

.thickbox .primary img {
    max-width: 100%;
    height: auto;
}

.showImage .thickbox .primary img {
    max-width: 300px !important;
}

#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;
}