/* Tablet and Desktop */

/* Header */
#hd .site {
    height: 14em;
}
.cms-header .header-address {
    width: 200px;
    float: right;   
}
.cms-header .header-address td {
    font-size: 14px;
    height:124px;
    text-align:right;
}
.cms-header .name-school {
    font-size: 4.2em;
    height: 140px;
}
.cms-header .name-school td {
    height: 124px;
}

/* Navigation Icons */
.icon-contact {
    display: none;
}

/* Navigation */
#tn {
    height: 5.3em;
}
#tn li {
    height: 48px;
    margin: 5px 6px 0;
}
#tn li a {
    max-width: 100px;
    min-width: 80px;
}
#hd .cms-tn li {
    max-width: 130px;
}
.flexNav-touch [role='navigation'],
.flexNav-no-touch [role='navigation'] {
    display: block; 
}
.menu-button {
    display: none;
}
.cms-tn a {
    height: 48px;
}
.cms-tn ul li {
    position: relative;
    list-style: none;
    float: left;
    display: block;   
}
.cms-tn ul li a {
    border-bottom: none;        
}
.flexNav-no-touch .cms-tn ul li ul {
    position: absolute; 
    top: auto;
    left: 0;
    opacity: 0;
    visibility: hidden;
    height: 1px;
    z-index: 1;         
}
.cms-tn ul li ul li a {
    border-bottom: none;    
} 

/* Utility Bar */
#ub {
    display: block !important;
    padding-top: 2em;
    padding-bottom: 2em;
}  
#utilitybar ul {
    background: url("../images/theme/search_icon.png") no-repeat scroll center center transparent;
    padding-left: 10px;
}
#utilitybar ul li {
    padding-right: 10px;
}
#utilitybar ul li:first-child {
    padding-right: 0em;
    width: 170px;
    float: right;
}
#utilitybar .utilitybar-searchBox {
    background: none repeat scroll 0 0 transparent;
    float: right;
    margin-left: 5px;
    padding-right: 0.2em;
    width: 160px;
} 
#utilitybar .utilitybar-searchBox .bg-secondary {
    background-color: transparent;
}

/* Homepage News and Photo Gallery */
.det-newsindex-homepage-module .header label, 
.det-gallery-homepage-module .header label {
    font-size: 26px;
}

/* Footer */
#ft {
    overflow: auto;
    height: 140px;
}
#footer {
    height: 11.2em;
}
#footer ul{
    height: 75px;
}