/*------------------------------

CSS:        Wasatch Corporate Theme - CoPilot Theme
Author:     Tem Aguerre
Company:    LeaseLabs
Version:    1.0

-------------------------------*/

/* ! Header */

#header {
height: 370px;
border-bottom: 4px solid #9D1712;
position: relative;
}

  #header {
  background: url(../images/header-bg.png) no-repeat center;
  }

  #header .image_overlay {
  position: absolute;
  bottom: 0px;
  left: 0px;
  background: url(../images/black-opaque-bg.png);
  width: 100%;
  height: 60px;
  padding-top: 20px;
  }

    #header .image_overlay h1 {
    color: #AE1915;
    line-height: 50px;
    font-size: 28px;
    margin-left: 25px;
    float: left;
    font-weight: normal;
    }

    #header .image_overlay h2 {
    color: #fff;
    float: right;
    line-height: 20px;
    font-size: 20px;
    font-weight: normal;
    font-style: italic;
    text-align: right;
    margin-right: 100px;
    }
    #header .image_overlay h2 + h2 {
    margin-right: 40px;
    line-height: 28px;
    }
    
/* ! Content */

      .post h1, .post h2, .post h3, .post h4 {
      color: #fff;
      border: 1px solid #fff;
      height: 40px;
      padding-left: 15px;
      line-height: 43px;
      font-size: 17px;
      font-weight: normal;
      background: #3b3b3b;
      }

      .post p {
      margin: 20px;
      }
      .post p+p {
      margin: 20px;
      }
      
      .post a {
      color: #9D1712;
      }
      .post a:hover {
      text-decoration: underline;
      }
      
      .post img {
      vertical-align: text-top;
      float: left;
      border: 1px solid #888;
      padding: 4px;
      margin: 0 20px 20px 0;
      }
      
      .post a.featureimg img {
      vertical-align: text-top;
      float: none;
      border: none;
      padding: 0;
      margin: 0;
      }
      
      a.career_link {
      width: 170px;
      height: 33px;
      padding-left: 30px;
      line-height: 33px;
      background: url(../images/career-btn-bg.png);
      display: block;
      float: left;
      margin-left: 20px;
      margin-bottom: 3px;
      color: #fff;
      }
      a.career_link+a.career_link {
      margin-left: 3px;
      }
      a.career_link+a.career_link+a.career_link {
      margin-left: 20px;
      }
      a.career_link+a.career_link+a.career_link+a.career_link {
      margin-left: 3px;
      }