




/*  Hero Section - Secondary Page Start */


.hero {
 background-position: bottom;
 height: auto;
 text-align: center;
 margin-bottom: 40px;
 background-position: 80%;
}

.page-title {
   display: inline-block;
   border-bottom: 4px solid;
   border-color: #fce138;
   padding: 0 80px 15px 80px;
   font-weight: normal;
   font-size: 42px;
   color: #fce138;
   font-style: italic;
}

/* Secondary Content Start - Article */

.secondary-content {
   width: 80%;
   margin: 0 auto;
   color: #024e76;
}

.secondary-content h3 {
   font-size: 25px;
   margin: 20px 0 20px 0;
}

.secondary-content p {
   font-size: 16px;
   line-height: 1.5;
   margin: 20px 0 20px 0;
}

.secondary-content ul {
   margin: 15px 20px 15px 20px;
}

.secondary-content li {
   color: #39a6b2;
   margin: 10px 0 10px 0;
}


/* Footer Start */

  footer {
      background: #fce138;
      width: 100%;
      padding: 40px 35px;
  }

  footer h2 {
     display: inline;
      color: #024e76;
      font-size: 30px;
      margin: 0%;
  }

  footer div {
      float: right;
      line-height: 1.5;
      text-align: right;
  }

  footer a {
      color: #024e76;
  }

  /* Footer END */