
    .content-outer {
      width: 100%;
    }
    
    /************* STARTS HEADER **************/
    
    header {
      max-width: 1400px;
      margin: 0px auto;
      height: 600px;
      background: rgb(0, 0, 0);
      background-size: length;
      position: relative;
    }
    .header-outer {
      max-width: 1024px;
      margin: 0px auto;
      padding: 60px 10px;
      position: relative;
      background: rgba(0, 0, 0, 0);
      background: rgba(0, 0, 0, 0) url(none)no-repeat center;
    }
    .header-inner {
      position: relative;
      height: inherit;
      overflow: hidden;
      border-top: 1px solid #FFF;
      border-bottom: 1px solid #FFF;
    }
    .header-inner h1 {
      font: Bold 80px Arial, Arial, Helvetica, sans-serif;
      color: #FFF;
      padding: 10px;
      text-align: left;
    }
    .header-inner h1 a {
      text-decoration: none;
      color: inherit;
    }
    .header-inner p {
      font: Bold 80px Arial, Arial, Helvetica, sans-serif;
      font-size: 16px;
      color: #FFF;
      padding: 10px;
    }
    
    .logo-title {
      position: absolute;
      bottom: -5px;
      right: 125px;
    }
    .logo-title img {
      height: 200px;
      width: auto;
    }
    
    /************* ENDS HEADER **************/
    
    
    
    
    /************* STARTS NAV **************/
    
    .main-nav {
      background: rgba(0, 0, 0, 0);
      width: 100%;
      font: Bold 47px Arial,Arial,Helvetica,sans-serif;
      color:#bebebe;
    }
    
    /************* ENDS NAV **************/
    
    .main-container {
      font: 12px Arial,Arial,Helvetica,sans-serif;
      color: #000;
      background: rgba(0, 0, 0, 0);
      width: 100%;
    }
    .main-outer{
      position: relative;
      background: none;
      overflow: hidden;
    }
    .main-inner {
      max-width: 1024px;
      margin: 0px auto;
    }
    
    /************* STARTS GENERAL WIDGET **************/
    
    .columns .widget {
      color: rgb(0, 0, 0);
      margin: 5px 0px;
      background: rgba(0, 0, 0, 0);
      padding: 5px;
    }
    .columns .widget-content {
      max-width: 100%;
      padding: 5px;
      box-sizing: border-box;
      -moz-box-sizing:border-box;
    }
    .columns  .widget:first-child {
      margin-top: 0px;
    }
    .columns  .widget h2 {
      font: Bold 16px Arial, Arial, Helvetica, sans-serif;
      color: rgb(0, 0, 0);
      border-top: 1px solid #000;
      border-bottom: 1px solid #000;
      padding: 0px 10px;
      margin: 15px -5px;
      line-height: 36px;
    }
    
    /************* ENDS GENERAL WIDGET **************/
    
    /************* YOUTUBE POPUP **************/
    
    #ch-veil {
      display: none;
      position: fixed;
      text-align: center;
      top: 0px;
      left: 0px;
      width: 100%;
      height: 100%;
      background: rgba(255,255,255, 0.8);
      z-index: 1100;
      padding-top: 20px;
    }
    .video-container {
      display: inline-block;
      width: 20px;
      height: 0px;
      padding: 30px 20px;
      border: 1px solid #BEBEBE;
      background: #FFF;
      box-shadow: 2px 2px 6px rgba(0,0,0,0.8);
      position: relative;
      
    }
    .video-container span {
      background-image: url("/images/icons2.png");
      background-position: -289px -25px;
      height: 20px;
      width: 20px;
      cursor: pointer;
      margin-top: 0px;
      display: none;
      position: absolute;
      top: 5px;
      right: 5px;
    }
    
    .hero {
      width: 100%;
      padding-top: 25%;
      position: relative;
      background-size: cover !important;
    }
    .hero .share-social {
      left: 0px;
    }
    h3.news-title {
      margin: 20px 0px;
      font-size: 26px;
      padding: 10px 0px;
    }
    h3.news-title a{
      text-decoration: none;
      color: inherit;
    }
    
    .news-panel {
      padding: 0px 5px 20px 5px;
    }
    
    .summary {
      padding: 10px 0px 10px 0px;
      font-size: 14px;
      line-height: 22px;
    }
    
    .summary-footer {
      overflow: hidden;
    }
    
    .summary-footer > img {
      float: left;
      border: 1px solid #bebebe;
    }
    .summary-footer .blog-author {
      position: relative;
      margin-left: 55px;
      padding-top: 10px;
    }
    .summary-footer .blog-author p {
      margin-bottom: 0px;
    }
    
    h5 {
      font-size: 16px;
      margin: 10px 0px;
      
    }
    
    p {
      line-height: 24px;
      margin-bottom: 10px;
      color: #949494;
    }
    
    p a {
      text-decoration: none;
      color: #D6D447;
    }
    
    
  
    * {padding: 0px; margin: 0px;}
    body, html {height: 100%;}
    ul, li, ol {list-style-position:inside;}
    a img {border: none;} /*IE*/
    a:active {outline: none;} /*FIREFOX*/
    
    .columns {
      padding-left: 0px;
      padding-right: 280px;
    }
    
    .columns .column-center-outer {
      width: 100%;
      position: relative;
      float: left;
      min-height: 100px;
    }
    
    .columns .column-left-outer {
      width: 0px;
      margin-left: -0px;
      right: 100%;
      position: relative;
      float: left;
      margin-top: 0px;
    }
    
    .columns .column-right-outer {
      width: 280px;
      margin-right: -280px;
      position: relative;
      float: right;
    }
    
    .columns.news {
      max-width: 960px;
      margin: 30px auto;
      box-sizing: border-box;
      -moz-box-sizing:border-box;
    }
    
  