li#portaltab-home ul.submenu {
    display:none;
}


body {
    background: #d5cfbe;
    font-size: 95%;
    font-family: "myriad-pro";
}

/* Hide these items */
#jumpmenu,.rss,.rss-feeds,.footer-mid,.footer-rt {
    display: none;
}

.plone-powered {
    display:block;
    margin-top: 1.5em;
    text-transform: uppercase;
    margin-right: 1.5em; 
}

.nest-navigation-bar {
    background: transparent none repeat scroll 0 0;
    display: none;
}

.nest-nav-inner {
    margin: 0 auto;
    width: 1100px;
}

#visual-portal-wrapper {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 10px 20px rgba(50, 50, 50, 0.41);
    margin: 1em auto 0;
    max-width: 1140px;
    min-height: 600px;
    overflow: hidden;
}


#portal-header {
    background: url(working-lands/wlw-header.jpg) no-repeat top left transparent;
    border-color: transparent;
    border-style: none;
}

#portal-logo {
    display: inline-block;
    margin: 90px 0px 0px 100px;
}

#portal-searchbox {
    background: transparent;
    margin-right: 15px;
    margin-top: 15px;
    padding: 7px;
}

#partnerSiteSelection {
    position: absolute;
    right: 15px;
    top: 145px;
}

#jumpmenu {
    clear: right;
    float: right;
    margin-top: -60px;
    position: relative;
    width: 225px;
}

#globalnav-wrapper {
    background-color: #000;
    border-bottom: medium none;
    border-top: 1px solid white;
    margin-bottom: 0px;
    margin-top: 5px;
}

#portal-personaltools-wrapper {
    margin-top: 15px;

}

#portal-footer {
    background: #385462 none repeat scroll 0 0;
    color: #b7ccda;
    width: 1140px;
   padding: 1.5em;
  height:85px;
}

#portal-footer .rss {
    color: #9adff1;
  
}

#portal-footer .help > a:link {
    color: #9adff1;
}

#content h1.documentFirstHeading {
    color: #666;
    font-family: "myriad-pro";
    font-size: 2.3em;
    font-weight: 500;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

#content h1 {
    color: #666;
    font-family: "myriad-pro";
    font-size: 2.3em;
    font-weight: 500;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}


@media only screen and (max-width: 776px) {

  #portal-logo {
    width: 150px;
  }
}

@media only screen and (max-width: 736px) {
 #portal-logo img {
    width: 150px;
}
}



.LSBox {
    top: 134px;
    position: relative;
    background: #95A662;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #fff;
}