/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

  h2
  {
    font-size: 1.75em;
    margin: 0 0 0em 0;
  }

  h4
  {
    font-size: 1.6em;
    padding-bottom: .5em;
    letter-spacing: -1px;
  }

  .side-padded
  {
    padding-left: 2em;
  }

  .right-sidebar
  {
    padding-left: 2em;
  }
  
  .left-sidebar
  {
    padding-right: 2em;
  }
  
  section > :last-child, article > :last-child
  {
    margin-bottom: 0;
  }
  
  .blocks
  {
  }

    .blocks p
    {
      padding: 0 6em 0 0;
      margin: 0 0 0.5em 0;
    }

    .blocks p:after
    {
      right: 25px;
      bottom: 40px;
    }

  ul.contact li {
    display: inline-block;
    position: relative;
    margin: 0 1em 1em 0;
    padding: .2em 0 0 2.4em;
    color: #fff;
    font-size: 1.4em!important;
    font-family: 'open sans';
  }

  ul.contact li:before {
    font-family: FontAwesome;
    font-size: 1.45em!important;
    text-decoration: none;
    font-style: normal;
    font-weight: normal;
    line-height: 2em;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    position: absolute;
    left: 0;
    top: 0px;
    width: 32px;
    height: 32px;
    background: transparent;
    color: #fff;
    line-height: 32px;
    text-align: center;
  }

  ul.contact li:after {
    content: '';
    display: inline;
    clear: both;
  }


/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

  #header-wrapper
  {
    height: 80px;
    color: #fff;
    cursor: default;
    position: fixed;
    z-index: 10000;
width: 100%;  }
  }

  #banner-wrapper
  {
    position: relative;
    padding: 0;
    margin: 0;
  }
  
  #banner-wrapper:before
  {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    top: 0;
  }
  
  #search-wrapper
  {
    background: #f6f6f6;
    border-bottom: solid 1px #d9d9d9;
    padding: 2.5em 0 2.5em 0;
  }

  #main-wrapper
  {
    padding: 4em 0 6em 0;
  }

  #footer-wrapper
  {
    background: #006945;
    padding: 0;
  }

/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

  #header-wrapper h1
    {
    padding: .1em 1em 0 0;
    font-size: 4.3em;
    line-height: 1em;
    letter-spacing: -1px;
    text-transform: uppercase;
    color: #061428;
    margin: 0;
    font-weight: 600;
    font-family: 'teko';
    }
  #header
  {
  }

    #header nav {
      height: 55px;
      width: 100%;
      background: transparent;
      text-align: center;
    }

      #header nav > ul {
        list-style: none;
        margin: 0;
        padding-left: 0;
        padding-top: 28px;
        padding-bottom: 0;
      }

        #header nav > ul > li {
          display: inline-block;
          margin: 0 1em;
          padding-left: 0;
        }

          #header nav > ul > li a {
            -moz-transition: color 0.2s ease-in-out;
            -webkit-transition: color 0.2s ease-in-out;
            -o-transition: color 0.2s ease-in-out;
            -ms-transition: color 0.2s ease-in-out;
            transition: color 0.2s ease-in-out;
            color: #061428;
            display: inline-block;
            text-decoration: none;
            font-size: 1.3em;
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            letter-spacing: 0px;
            text-transform: uppercase;
          }

            #header nav > ul > li.icon a {
              margin-left: 0.5em;
            }

            #header nav > ul > li a:hover {
              color: #888;
            }

          #header nav > ul > li.active > a {
            color: #888;
          }

          #header nav > ul > li:first-child {
            margin-left: 0;
          }

          #header nav > ul > li .button {
            font-size: 1em;
            height: 2.25em;
            line-height: 2.25em;
            margin-bottom: 0;
            padding: 0 1em;
            position: relative;
            top: -0.125em;
            vertical-align: middle;
          }

          #header nav > ul > li > ul {
            display: none;
          }

    #header .container {
      position: relative;
    }

      #header .container h1 {
        left: 0;
      }

      #header .container nav {
        right: 0;
      }

  .dropotron {
    background: rgba(255,255,255,.7);
    color: #fff;
    list-style: none;
    min-width: 16em;
    padding: 1em;
    margin-top: .7em;
  }

    .dropotron.level-0 {
      font-size: 1.1em;
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            letter-spacing: 1px;
    }


    .dropotron li > a {
      -moz-transition: color 0.2s ease-in-out;
      -webkit-transition: color 0.2s ease-in-out;
      -o-transition: color 0.2s ease-in-out;
      -ms-transition: color 0.2s ease-in-out;
      transition: color 0.2s ease-in-out;
      color: #222;
      display: block;
      padding: 0.25em 1.25em;
      text-decoration: none;
    }

      .dropotron li > a:hover {
        color: #222;
      }

    .dropotron li.active > a {
      color: #222;
    }
    #header .container {
      position: relative;
    }

      #header .container h1 {
        left: 0;
      }

      #header .container nav {
        right: 0;
      }
  
/*********************************************************************************/
/* Banner                                                                        */
/*********************************************************************************/

      
/*********************************************************************************/
/* Content                                                                       */
/*********************************************************************************/

  #content
  {
  }
  
    #content > section, #content > article
    {
      margin-bottom: 3.5em;
    }

    #content > section:last-child, #content > article:last-child
    {
      margin-bottom: 0;
    }
    
      #content section header, #content article header
      {
        margin: 0 0 0 0;
      }
      
        #content section header h2, #content article header h2
        {
          margin: 0 0 0.5em 0;
        }
        
        #content section.featured header h1, #content article.featured header h1
        {
          font-size: 2.7em;
          letter-spacing: -1px;
          margin: 0 0 0.5em 0;
        }
        
        #content section header p, #content article header p
        {
          display: block;
          color: #444;
          font-size: 1.25em;
        }
        
        #content section.featured header p, #content article.featured header p
        {
          font-size: 1.5em;
          line-height: 1.5em;
        }
        
        #content section.featured h3, #content article.featured h3
        {
          font-size: 2em;
          letter-spacing: -1px;
          margin: 0 0 1em 0;
          font-weight: 400;
        }

    
/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

  #sidebar
  {
  }
  
    #sidebar h2
    {
      font-size: 1.75em;
      letter-spacing: -1px;
    }
  
    #sidebar > section
    {
      margin-bottom: 3.5em;
    }

    #sidebar > section:last-child
    {
      margin-bottom: 0;
    }
    
      #sidebar section header
      {
        padding-top: 3.5em;
        margin: 0 0 3em 0;
      }
      
        #sidebar section header h2
        {
          margin: 0 0 0.5em 0;
        }
        
/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

  #page-footer
  {
  }

    #page-footer h2
    {
      font-size: 1.75em;
      letter-spacing: -1px;
    }
  
    #page-footer section
    {
      margin: 0 0 5em 0;
    }

    #page-footer > section:last-child
    {
      margin-bottom: 0;
    }
    
      #page-footer section h2
      {
        margin: 0 0 1.5em 0;
      }
      
    #page-footer a
    {
      color: #fff;
      text-decoration: none;
    }

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

  #copyright
  {
    text-align: center;
    padding: 2em 0 2em 0;
    color: #fff;
            font-family: 'Open Sans', sans-serif;
            font-weight: 400;
            font-size: 1.4em;
  }
  
h1#social 
{
  margin: 1.7em 0 .5em 1.7em!important; 
  font-size: 1.5em!important;
}
h1#social img
{
  margin-right: .2em;
}

    #contact 
    {
      text-align: right;
    }

.page-caption
    {
      position: relative;
      background: rgba(0,0,0,.4);
      padding: 1em 2.5em;
      bottom: 0;
      left: 0;
      color: #fff;
      width: 100%;
      z-index: 1;

    }

.page-captions h1
      {
        display: block;
        font-size: 2em;
        line-height: 1em;
        color: #fff!important;
      }
    
