body { 
   background: #fff; }
   
.wrap { 
   width: 1200px; 
   position: relative; }
   
header {
   margin: 0;
   height: 120px;
   padding: 0;
   width: 100%;
   z-index: 100;
   float: none;
   display: block;
	position: relative;
   background: white;
   -webkit-box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
   box-shadow: 0 2px 4px 0 rgba(0,0,0,.2);
}

#logo {
   position: relative;
   width: auto;
   margin: 0 auto;
   z-index: 1001;
   display: inline-block;
   background: none;
   padding: 5px 0;
   text-align: center;
   vertical-align: middle;
   width: auto; }
   
   #logo img { height: 110px; }
   
#hero {
   position: relative;
   width: 100%;
   background-color: #0e0d1b;
   height: 680px;
   background-repeat: no-repeat;
   background-position: center right;
	background-size: cover; }
   
   #hero .wrap { height: 680px; }
   
   #hero .text {
      position: absolute;
      display: block;
      width: 60%;
      color: white;
      text-align: left;
      font-size: 160%;
      line-height: 1.5;
      bottom: 4em; }
      
      #hero .text h1 {
         color: #40f259; }
         
#intro {
   width: 100%;
   position: relative;
   padding: 2em 0;
   background: white; 
   font-size: 140%;
   text-align: center; } 
   
#faq {
   width: 100%;
   position: relative;
   padding: 2em 0;
   background: #f9f9f9;
   font-size: 140%;
   text-align: left; }
   
   #faq h1 {
     text-align: center;
   }
   
   #faq h2 {
      margin-top: .5em;
      font-size: 110%;
      color: #06369d;
      padding-bottom: 12px;
      display: inline-block;
      position: relative;
      font-weight: 500;}
      
      #faq h2:after {
         content: "";
         background: #06369d;
         position: absolute;
         bottom: 0;
         left: 0;
         height: 1px;
         width: 50%;
         margin: 0 25%;
      }
   
   

/* Site Footer
------------------------------------ */
footer {
   padding: 2em 0; 
   position: relative;
   z-index: 99;
   text-align: center;
   width: 100%;}   

   
#paid-for { display: inline-block; text-align: center; margin: 0 0 1em 0; padding: .5em 2em; border: 1px #8ba3ba solid; font-size: 125%; color: #426280; }
   
