/* nuking as many images as possible via CSS */
#content,
#gamenav,
#gamenavbackground,
#head,
#preload .gamenavbg,
#preload .sectnavbg,
#preload .dropdownnavbg,
#corner-choco,
#titlebar-border-top,
#titlebar-border-bottom,
.sitelogo {
    background-image: none !important;
}
#preload,
#gamenav,
#gamenavbackground,
#head,
#corner-choco,
#sidebar-container,
#sectnav,
.sitelogo {
    display: none;
}
#titlebar,
#titlebar-border-top,
#titlebar-border-bottom {
    margin-left: 0;
    margin-right: 0;
}
#titlebarleft {
    width: 50% !important;
    background-position: right bottom;
    background: none;
}
#sitetitle {
    width: 310px;
    height: 55px;
    background-size: 310px auto;
    background-position: 0 50%;
    left: 5px;
    font-size: 30px;
    text-transform: uppercase;
}

#sectiontitle {
    left: 5px;
    top: -57px;
    font-size: 55px;
    line-height: 55px;
    height: auto;
}
#hamburger {
    font-family: sans-serif;
    display: inline-block;
    color: white;
    font-size: 40px;
    float: right;
    top: 26px;
    position: relative;
    right: 0.5em;
    font-weight: bold;
    cursor: pointer;
    opacity: 0.9;
}
#pagebox_container {
    padding-top: 0;
    width: 100%;
    margin: 0 auto;
}
#pagecontent {
    margin: 0;
    padding-left: 0;
    width: 100%;
}
#content {
    margin: 0 auto;
    padding: 0;
    width: 95%;
}
.content-inner {
    margin-top: 15px;
}
.wb_block.avatar,
.wb_block.yourstuff,
.wb_block.socialconnect {
    display: none;
}
.mobile.socialconnect {
    clear: both;
    display: block;
    text-align: center;
}
.newstuff {
    float: right;
    margin: 0 2.5em 1em 1em;
}
td.walkthrough_select_cell {
    display: none;
}
select.walkthrough_nav {
    display: none;
    font-size: 0.8em;
}
.walkthrough_mobile_table {
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
}
.walkthrough_mobile_table select {
    display: inline-block;
    width: 100%;
    margin: 0 auto;
}

.twenty #special_eyebrow {
    display: block;
    font-size: 1.7em;
    text-align: center;
    font-weight: 800;
    box-sizing: border-box;
    padding: 0.5em;
    background-image: url("twenty-eyebrow-header.svg");
    background-position: center bottom;
    background-repeat: repeat-x;
    color: #ffffff;
    text-shadow: -1px -1px 2px rgba(0, 0, 0, 0.4),
        1px 1px 2px rgba(0, 0, 0, 0.4);
}

@media only screen and (min-device-width: 320px) and (max-device-width: 400px) and (orientation: portrait) {
    #sitetitle {
        width: 270px;
        background-size: 270px auto;
    }
}
