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


body {
    background: #fff;
    font-family: 'myriad pro', sans-serif;
    background-image: url(blue-top-bar.png);
    background-repeat: repeat-x;
    background-position: top;
}


/* --- unset main content width on homepage --- */

.template-landscape_home #visual-portal-wrapper {
    max-width: 100%;
}

.template-landscape_home #content {
    width: 100%;
}

.template-landscape_home #edit-bar {
    display: none;
}


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

.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;
    box-shadow: 0 10px 20px rgba(50, 50, 50, 0);
    margin: 0 auto;
    max-width: 1170px;
}

#portal-top {
	background-image: url(blue-top-bar.png);
	background-repeat: repeat-x;
	background-position: top;
}

#portal-header {
    background: transparent;
    border-color: transparent;
    border-style: none;
    width: 1170px;
    margin: 0 auto;
}

#portal-logo {
    display: inline-block;
    margin: 70px 20px 20px;
}

@media only screen and (max-width: 480px)
#portal-logo img {
    width: 300px!important;
    height: auto;
}

#portal-searchbox {
    border: none;
    text-transform: uppercase;
    border-radius: 0;
    box-shadow: none;
    padding-left: 0;
    padding-right: 0;
    background: none;
    position: relative;
    top: 74px;
    right: 0;
}


#searchGadget {
    width: 13em;
    padding: 3px;
    border-radius: 0px;
    border: none;
    font-size: 13px;
}

#portal-searchbox [type="submit"] {
    border: none;
    color: transparent;
    background: no-repeat transparent url(magnifier.png) center center;
    height: 25px;
    width: 25px;
  }


.searchSection {
    color: #888;
    padding-top: 9px;
    letter-spacing: 0.05em;
    border-top: 1px solid #888;
}

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

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

#portal-globalnav {
    font-weight: 400;
    background-color: #657F9E;
    display: flex;
    justify-content: center;
   margin: 0;
}

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

#portal-globalnav {
    display: none;
}

.addthis_toolbox {
    display: none;
}
}

#globalnav-wrapper {
    background-color: #657F9E;
    border-bottom: medium none;
    border-top: 1px solid white;
    margin-bottom: 0px;
    margin-top: 0px;
    position: absolute;
    top: 0;
    width: 100%;
}


#portal-globalnav ul {
    position: absolute;
    width: 22em;
    left: -999em;
    background: #fff;
    border-color: White;
    border-width: 1px;
    border-style: none solid solid solid;
    margin-top: 1px;
}

#portal-globalnav li a {
    background-color: #657F9E;
    border-right: none;
    min-width: 2.5em;
    padding: 15px;
    font-size: 18px;
}
    
#portal-globalnav a:hover, #portal-globalnav .selected a:hover {
    background: #4C6C8C url(https://applcc.org/landscape-partnership/home-collection/none) repeat scroll 0 0;
    color: #fff;
}

#portal-globalnav ul.submenu a:hover {
    background-color: #657F9E !important;
    color: #fff !important;
}

#portal-globalnav ul.submenu li {
    font-size: 11px;
}

#portal-personaltools-wrapper {
    position: absolute;
    right: 220px;
    top: 90px;
}

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

#portal-personaltools-wrapper {
    right: 0;
    top: 20px;
}
}


#portal-footer {
    background: #97A163 none repeat scroll 0 0;
    color: #fff;
    width: 100%;
    padding: 1.5em;
   /* position: fixed;
    bottom: 30px;
    left: 0%; */
}



#portal-footer p {
    padding-left: 15px;
    color: #fff;
    font-size: 12px;
}

#portal-footer .sitecredit a, #portal-footer .sitecredit a:visited {
    color: #DEE096 !important;
}

/* ---
#portal-siteactions {
    background: none repeat scroll 0 0 #000000;
    clear: left;
    font-size: 85%;
    padding-bottom: 1em;
    padding-top: 10px;
    text-align: center;
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
}
--- */

h1, h2, h3, h4, h5, h6 {  
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    line-height: 1.5em;
}

#content h1.documentFirstHeading {
    color: #8E6747;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.5em;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}
#content h1 {
    color: #8E6747;
    font-family: 'Open Sans', sans-serif;
    font-size: 2.5em;
    margin-bottom: 0.5em;
    margin-top: 1.5em;
}

.tileHeadline {
    font-size: 1.5em;
    font-weight: 600;
}

p {
    font-size: 15px;
    line-height: 1.7em;
    margin-bottom: 20px;
    color: #686868;
}

.center {
  text-align: center;
}

/* PARTNER LOGOS */
.company-logo img {
-webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
filter: grayscale(100%);
transform:scale(0.95);
opacity: 0.25;
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
margin:15px;
}

.company-logo img:hover {
opacity:1;
transform:scale(1);
-webkit-filter: grayscale(0%); /* Safari 6.0 - 9.0 */
filter: grayscale(0%);
-webkit-transition: all .4s ease;
-moz-transition: all .4s ease;
-ms-transition: all .4s ease;
-o-transition: all .4s ease;
transition: all .4s ease;
}

#content .company-logo a:link {
    border-bottom: none;
}

/* END */


.template-landscape_home #portal-breadcrumbs {
    display: none;
}

.white-text {
    color: #fff;
}

.larger {
    font-size: 115%;
    line-height: 1.5em;
    padding-top: 10px;
}

.flex-container {
  padding: 0;
  margin: 0;
  list-style: none;  
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;  
  -webkit-flex-flow: row nowrap;
  justify-content: space-between;
}

@media screen and (max-width: 768px){
      .flex-container {
        flex-direction: row;
       display: block;
      }
    }


.flex-item {
  width: 25%;
  height: 200px;

}

.firstcharacter {
  color: #903;
  float: left;
  font-family: Georgia;
  font-size: 75px;
  line-height: 60px;
  padding-top: 4px;
  padding-right: 8px;
  padding-left: 3px;
}