/* This file will hold styles that are loaded using the same media query as the normal grid. */
/* If you are using the default media queries provided by Omega, these styles will also
 *  apply to the widescreen layout unless they are overridden by the widescreen styles. */

#header-content-section-wrapper,
body.front #header-content-section-wrapper {
    background: none repeat scroll 0 0 #FFF;
}

#zone-user .queens-wordmark {
    margin-top: 0;
}

#block-customsearch-internalmenu-form,
#block-customsearch-customsearch-form {
    margin-top: 6px;    
}

#block-customsearch-internalmenu-form {
    clear: none;
    margin-right: 5px;
}
    
#block-customsearch-customsearch-form {
    clear: none;    
}

/* Main Nav Bar / Menu (Superfish) */

body.queensweb-legacy-menu .region-menu .block-superfish {
    border-radius: 0;
    box-shadow: none;        
}

.webpublish-header-text-container {
    background: transparent !important;
    padding: 0;
}

#search-block-form input.form-text {
    width: 12em;
}

#block-search-1 + #breadcrumb {
    margin-right: 225px;    
}

/* People Directory */

.view-people-directory .view-content {
    overflow: visible;
} 

.view-people-directory table.views-table {
    table-layout: fixed;
    width: 100%;
}

/* People Directory People List / Search Results */

.view-people-directory .views-field.views-field-field-dir-surname {
    width: 12%;
    word-wrap: break-word;
}

.view-people-directory .views-field.views-field-field-dir-position {
    width: 10%;
    word-wrap: break-word;
}

.view-people-directory .views-field.views-field-field-dir-email {
    width: 24%;    
    word-wrap: break-word;
}

.view-people-directory .views-field.views-field-field-dir-phone {
    width: 11%;        
    word-wrap: break-word;
}

.view-people-directory .views-field.views-field-field-dir-affiliation {
    width: 14%;    
    word-wrap: break-word;
}

.view-people-directory .views-field.views-field-field-dir-unit {
    width: 11%;    
    word-wrap: break-word;
}

.view-people-directory .views-field.views-field-field-dir-short-desc {
    width: 18%;    
    word-wrap: break-word;
}     

/* People Directory Profile List / Search Results */

.view-people-directory-descriptive .views-field-field-dir-photo {       
    width: 20%;    
}
    
.view-people-directory-descriptive .people-directory-info {
    min-height: 250px;    
    width: 75%;
}

#region-footer-second {
    width: 940px;
}

.footer-menu-block {
    width: auto;
}

.footer-social-media-block {
    margin-right: 20px;
}    