/* Mobile */

/* Header */
.cms-header {
    padding: 10px 10px 0 10px;
}
.cms-header .name {
    letter-spacing: 0;
}
.cms-header .name-school {
    font-size: 20px;
    height: auto;
    line-height: 0.5em;
    padding-bottom: 15px;
    width: 66.666%;
}
.cms-header .name-school td {
    height: auto;
    width: auto;
}
.cms-header .motto {
    font-size: 14px;
    font-weight: normal;
}
.cms-header .header-address {
    display: none;
}

/* Navigation Icons */
.icon-contact {
    background: url(../images/sprite-contact.png) no-repeat;
    cursor: pointer;
    display: block;
    float: right;
    height: 22px;
    margin: 4px 0 0 10px;
    text-indent: -1000px;
}
.icon-address {
    background-position: -4px -109px;
    width: 23px;
}
.icon-address-selected {
    background-position: -4px -137px;
}
.icon-phone {
    background-position: 0 0;
    width: 32px;
}
.icon-phone-selected {
    background-position: 0 -27px;
}
.icon-search {
    background-position: -7px -54px;
    width: 17px;
}
.icon-search-selected {
    background-position: -7px -81px;
}

/* Navigation */
#hd .cms-tn {
    width: 100%;
}
.cms-tn a {
    height: 44px;
}
#hd .cms-tn li {
    height: 44px;
    margin: 0;
    text-align: left;
    width: 100%;
}
#hd .cms-tn li, 
#hd .cms-tn .current {
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25) inset;
    -moz-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25) inset;
    -webkit-box-shadow: 0 -1px 0 rgba(255, 255, 255, 0.25) inset;
}
#hd .cms-tn li a {
    height: 44px;
    line-height: 44px;
    margin: 0;
    padding: 0;
    text-indent: 10px;
    width: 100%;
}
#hd .cms-tn li span, 
#hd .cms-tn .current span {
    display: none;
}
.menu-button {
    font-weight: bold;
    display: block;
    height: 44px;
    background-image: url('../images/arrow-up-down.png');
    background-repeat: no-repeat;
    background-position: 97% 18px;
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset;
    -moz-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset;
    -webkit-box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25) inset;
    cursor: pointer;
    line-height: 44px;
    text-indent: 10px;
}
.menu-button-selected {
    background-position: 97% -13px;
}

/* Utility Bar */
#ub {
    display: none;
}
#utilitybar ul {
    height: 44px;
}
#utilitybar ul li {
    display: none;
}
#utilitybar ul li:first-child {
    display: block;
    width: 100%;
}
#utilitybar #query {
    background: #FFF;
    height: 28px;
    line-height: 28px;
    text-indent: 5px;
    width: 100%;
}
#utilitybar .utilitybar-searchBox {
    display: block;
    margin: 0 7px;

} 
#utilitybar .utilitybar-searchBox #submit {
    background-image: url(../images/theme/search_icon.png);
    background-repeat: no-repeat;
    background-position: top right;
    position: absolute;
    right: -2px;
    top: 6px;
}

/* Layout */
.portlet-column {
    display: block;
}
#column-1, 
#column-2 {
    width: 100%;
}
#column-1 .portlet-boundary, 
#column-2 .portlet-boundary {
    padding: 0 10px;
}
#column-1 .portlet-boundary {
    padding-top: 5px;
}

/* Homepage Carousel and Description */
.eppvanilla-album-homepage-module-portlet, 
.det-homepage-desc {
    display: none;
}

/* Homepage News, Newsletter and Photo Gallery */
.det-newsindex-homepage-module {
    padding-bottom: 15px;
}
.det-newsindex-homepage-module .header label, 
.det-newsletter h3, 
.det-gallery-homepage-module .header label {
    font-size: 16px;
    padding-top: 10px;
}
.det-newsletter .allnewsletters {
    font-size: 14px;
    top: 12px;
}
.det-gallery-homepage-module .albums .item .albumtitle {
    font-size: 14px;
}

#lnk {
    display: none;
}
.screen-btm {
    display: none;
}

/* Footer */
#footer {
    height: 7.2em;
}
#footer .footer-links0, 
#footer .footer-links1,  
#footer .footer-links2, 
#footer .footer-logo {
    display: none;
}
#footer-detlogo {
    width: 12.5em;
    padding-left: 10px;
}
#footer-share ul.share-links {
    padding-left: 10px;
    padding-top: 7px;
}
#footer-share li {
    font-size: 12px;
}
