﻿/*  Custom formatting for the home page  */

#content-squeeze #content-wrapper-squeeze .content .title{
  display: none;
}

#home-content{
  background: Transparent url(../images/letsgrow.png) no-repeat 0 0;
  padding-top: 110px;
  width: 100%
}

#home-content p{
  margin-bottom: 15px;
}

#home-content p.list-title{
  display: block;
  font-weight: bolder;
  margin-bottom: 0px;
  text-transform: uppercase;
}

#home-content ul{
  font-weight: bold;
  margin: 0;
}

#home-content ul li{
  cursor: pointer;
}

#home-content ul li p{
  color: #ffe894;
  font-weight: normal;
}

#home-content ul li.collapsed p{
  display: none;
}

#home-content ul li.expanded p{
  display: block;
}
