/* --------
   
   Document: screen.css
   Comment: Header, left side navigation and the footer styles
   Author: University of Washington Bothell
   
    Table of Content: 
        
        1. Screen Readers
        2. Header
        3. Navigations
        4. Breadcrumb
        5. Footer   

 
-------- */


/*---------------------------------------------------------
1. Screen Readers*/

.header .screenReaderLinks{ 
    font-size:100%;
    position: absolute;
    left: -5000px;
}

.uwbcss_hide-offscreen, .uwb_hide-offscreen, .util_hide--off-screen {
    position: absolute;
    left:-9999px;
}

/*---------------------------------------------------------
2. Header*/


.headerWrapper{
margin-bottom: 3px; /*Pushes the #container down*/

}

.header{
    height: 110px !important;
}

/* Banner brand update Fall 2015 */
.w-banner {
    position: absolute;
    margin-top: -110px;
    margin-left: 15px;
    overflow:hidden;
    clear:both;
}

.w-banner span {
    position:absolute;
    top:0;
    left: -9999px;
}

.w-banner_big-w {
    display: block;
    float: left;
    width: 126px;
    height: 81px;
    margin: 21px 14px 0 2px;
    background-image: url("/components/general/images/banner/w-logo-sprite.png");
    background-repeat: no-repeat;
    background-position: 0 -7px;
}
.w-banner_big-w:hover {
    background-position: 0 -98px;
}

.w-banner_wordmark {
    display:block;
    float:left;
    width: 488px;
    height: 93px;
    background-image:url("/components/general/images/banner/BrandLogoHeader-UWB-white.png");
    background-repeat: no-repeat;
}

.w-banner_print-version {
    display:none;
}

/* /wordmark modifications  */
.w-banner_wordmark.mod-business{
    background: url("/components/general/images/banner/BrandLogoHeader-Business-white.png") no-repeat left top;
}
.w-banner_wordmark.mod-education{
    background: url("/components/general/images/banner/BrandLogoHeader-EDU-white.png") no-repeat left top;
}
.w-banner_wordmark.mod-nhs{
    background: url("/components/general/images/banner/BrandLogoHeader-NHS-white.png") no-repeat left top;
}
.w-banner_wordmark.mod-ias{
    background: url("/components/general/images/banner/BrandLogoHeader-IAS-white.png") no-repeat left top;
}
.w-banner_wordmark.mod-stem{
    background: url("/components/general/images/banner/BrandLogoHeader-STEM-white.png") no-repeat left top;
}


/*---------------------------------------------------------
3. Navigations*/

/*
There are 2 navigation in the header area:
1. The very top navigation: .topNavigation
2. The main navigation: .mainNavigation 
Note: the ul.navigation is shared between the 2 navigations.
*/



.docProperties{
    width: 1030px;
/* height: 36px; */
    margin: 0 auto;
    clear: both;

}

.megamenu {
    width: 1030px;/* Important: If this value changes, the .submenu width needs to be changed to be 13px smaller than the .megamenu width */
    position: relative;
    padding: 0 2px;
    margin: 0 auto;
    border-radius: 4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
}
.megamenu ul#mainMenu {
    list-style: none;
    padding: 0;
    margin: 0;
    text-align: left;
    overflow: hidden;
    width: 100%;
    
}
.megamenu ul li {
    float: left;
    display: block;
    font-size: 13px;
    padding: 00;
    line-height: 30px;  
}

.megamenu ul li a {
    display: block;
    color: #efefef;
    margin: 0 0 0 2px;
    padding: 2px 33px 4px; /* Padding for the main li a tabs */
    /*padding: 4px 35px 6px\9;  IE8 and below Menu li a padding */ 
    text-decoration: none;
    background: url('/components/general/images/megamenuDivider.gif') no-repeat right 13px;
    
}


/*@-moz-document url-prefix() {
  .megamenu ul li a {
     padding: 4px 32px 6px; /* Firefox padding *!/
  }
}*/

.megamenu ul li.first a{/* First tab padding */
    padding-left: 19px;
    padding-right: 31px; 
}
.megamenu ul li.last a{/* Last tab padding */
    padding-left: 22px;
    padding-right: 34px;    
    background-image: none;

}

.megamenu ul li:hover a {
    background: #f9f9f8;
    color: #252525;
    -moz-border-radius-topleft:  2px;
    -webkit-border-top-left-radius: 2px;
    border-top-left-radius: 2px;
    
    -moz-border-radius-topright:  2px;
    -webkit-border-top-right-radius: 2px;
    border-top-right-radius: 2px;
    
}
.megamenu  ul.noDrop li:hover a{ /*For tabs with no dropdwon menu*/
    color: #fff;
    background: url('/components/general/images/megamenuDivider.gif') no-repeat right 13px;
}
.megamenu  ul.noDrop li.last:hover a{
    background: none;
}
.megamenu ul li:hover li a{
        color: #484848;  /* link colors of the .submenu */
        border: 0;
        font-size: 12px;/* link font size */
            
}
.megamenu ul li a:hover {
    text-decoration:none;
}
.megamenu ul li .submenu {
    width: 1017px; /* Must be 13px smaller than the .megamenu width */
    display: none; /* hides the dropdown */
    position: absolute;
    left: 0;
    z-index: 99999;
    margin: 0 0 0 4px;
    border: 1px solid #CDCDCD;
    padding: 20px 4px 5px;
    background-color: #f9f9f8; /* Must be the same color as the .megamenu ul li:hover a  */
    
    -moz-border-radius-bottomleft:  4px;
    -webkit-border-bottom-left-radius: 4px;
    border-bottom-left-radius: 4px;
    
    -moz-border-radius-bottomright:  4px;
    -webkit-border-bottom-right-radius: 4px;
    border-bottom-right-radius: 4px;
    
    -moz-box-shadow: 0 1px 1px #CDCDCD;
    -webkit-box-shadow: 0 1px 1px #CDCDCD;
    box-shadow: 0 1px 1px #CDCDCD;
}
.homePg .megamenu ul li .submenu {
    border: 0px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}
.megamenu ul li:hover .submenu {
    display: block; /* shows the dropdown */
    border: 1px solid #CDCDCD;
    border-top: none;
}
.megamenu .submenu ul, .megamenu .submenu ol {
    margin: 0 0 15px;
    padding: 0;
    width: 234px;
    float: left;
}
.megamenu .submenu ul li, .megamenu .submenu ol li {
    float: none;
    display: block;
    margin: 0;
    padding: 0;
    line-height: 16px;
}
.megamenu .submenu ul li a, .megamenu .submenu ol li a {
    display: block;
    padding: 5px 6px; /* dropdown link padding */
}
.megamenu .submenu ul li a:hover, .megamenu .submenu ol li a:hover {
color:#000;
background: #ededed !important;
}


/* right-aligned menu item */

.megamenu .right {
    float: right;
    margin-right: 2px;
}
.megamenu .right .submenu {
    margin-left: 3px;
}

/* columns */

.megamenu ul li .twocols {
    float: left;
    width: 473px;
}
.megamenu ul li .threecols {
    float: left;
    width: 315px;
}
.megamenu ul li .fourcols {
    float: left;
    width: 234px;
    padding-left: 5px;
    padding-right: 5px;
}
.megamenu ul li .fivecols {
    float: left;
    width: 188px;
}
.megamenu ul li .sixcols {
    float: left;
    width: 156px;
}

/* Large 'more' link, which is now located at the bottom right corner of each menu*/
.megamenu li a.menu-more{
display: block;
background: #c79900 !important;
color: #fff !important;
font-size: 11px;
line-height: 18px;
text-align: center;
float: left;
padding: 4px 20px !important;
text-shadow: none !important;
margin-top: 0;

-moz-border-radius: 2px !important;
-webkit-border-radius: 2px !important;
border-radius: 2px !important;
margin-left: 8px;
margin-bottom: 10px;
}
.megamenu li a:hover.menu-more{
background: #553d82 !important; 
}
.megamenu h3, .megamenu ul li.menuHeading{
    margin-left: 6px;
    margin-bottom: 8px;
    color: #252525;
    font-weight: bold;
    font-size: 14px;
    background: url('/components/general/images/megamenu-headingBG.gif') repeat-x left 7px;
}
.megamenu ul li.menuHeading {
    background: none;
    margin-top: 10px;
}
.homePg .megamenu h3{
    font-size: 16px;

}
.megamenu h3 span{
background: #f9f9f8;
padding-right: 10px;
}

.clearer {
    clear: both;
}

.cleaner{display:block;clear:both;content:'.';visibility:hidden;height:0;font-size:0;line-height:0}

ul.navigation{
    overflow: hidden;
    padding: 0px;
    margin: 0px !important;
}
ul.navigation li{
    display: inline-block;
    float: left;
}

ul.navigation li a{
    display: block;
    text-decoration: none;
}


.topNavigation{
    overflow: hidden;
    position: relative;
    z-index: 100;
    height: 25px;
}

.topNavigation ul{
float: right;
font-size: 11px;
}

.topNavigation ul.navigation li a{
color: #8a7ca4;
padding: 3px 8px;
}

.topNavigation ul.navigation li a:hover{
    color: #fff;
}


/*---------------------------------------------------------
4. Breadcrumb*/

#breadcrumb{
    background: #fcfbf7;
    border-bottom: 1px solid #eeede9;
    border-top-left-radius: 1px;
    -moz-border-radius-topleft:1px;
    -webkit-border-top-left-radius:1px;
    
    border-top-right-radius: 1px;
    -moz-border-radius-topright:1px;
    -webkit-border-top-right-radius:1px;
    padding: 5px 0px 4px 15px;
}


.breadcrumbLinks{
margin: 0px;
overflow: hidden;
width: 80%;
float: left;
padding: 0;
color: #818181;
}

.breadcrumbLinks ol{
    padding-left: 0;
}
.breadcrumbLinks li{
float: left;
list-style-type: none;
margin-right: 5px;
font-size: 10px;
display: inline-block;
}
.breadcrumbLinks li a{
    color: #a6a6a4;
    text-decoration: none;
}

a.CMSBreadCrumbsCurrentItem {
    text-decoration: none;
}

/*Share buttons style*/

.share {
width: 18%;
float: right !important;
color: #818181;
font-size: 10px;
}
.share span{
    float: left;
}


/*---------------------------------------------------------
5. Footer */

.footer{
    margin-top: 20px;
    overflow: hidden;
    text-align: left;
    color: #7e7e7e; 
    font-size: 11px;
    padding-bottom: 20px;
}

.footer h4{
    margin: 0 0 8px !important;
}
.footer .col2 h4{
    margin-left: 20px;
    margin-right: 40px;
}
.footer .col1, .footer .col2, .footer .col3, .footer .col4{
    padding-top: 5px;
} 
.footer ul{
    padding: 0;
}

.footer li{
    list-style-type: none;
    margin-bottom: 2px;
}

.footer li a{
    color: #7e7e7e;
    text-decoration: none;
    display: block;
    margin-bottom: 6px;
    line-height: 14px;
    
}
.footer li a:hover{
    text-decoration: none;
    color: #553d82;
}
.footer #contact a{
    text-decoration: underline;
}
.footer .getInTouch strong{
    margin-right: 5px;
}
/*Footer are W, which is located right above the footer of the inside pages. This height seperates the W from the footer links.*/

.homePg .footerW{
height: 30px;
}

.homePg .footerW img{
    display: block;
    position: absolute;
    z-index: 400;
    margin: -15px 0 0 470px;
}

.footer address{
    font-weight: normal;
    font-style: normal; 
    margin-bottom: 15px;
    line-height: 19px;
}


ul.socialMedia li{
float: left;
margin-right: 2px;
}

ul.uwbAddress a, ul.getInTouch a{
    display: inline;
}
p.copyright{
    color: #929292;
    
}
.footer .col1 a{
        color: #929292 !important;
    
}

/* adding some helper css for display attribute */
.util_display-block {
    display:block;
}
.util_display-inline {
    display:inline;
}
.util_display_inline-block {
    display:inline-block;
}
