

      /*______   FOOTER   ______*/

      footer {
        background-color: #FFF;
      }
      
      /*EndFooter*/

      /*______   SWITCH BUTTON   ______*/
      
      .switch-button label {
        color: #46B8AE;
      }
      
      .switch-button input[type="checkbox"].switch + span + div:before {
        background: #46B8AE;
      }
      
      .ch-profile-custom-info > div div:first-child {
        color: #000;
        font: 21px 'Raleway', Arial, san-serif;
      }
      
      .widget-content {
        background-color: #FFF;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #696969;
      }
      
      .widget-content h2 {
        font: 21px 'Raleway', Arial, san-serif;
        color: #000;
      }
      
      .widget-content h4 {
        font: 18px 'Raleway', Arial, san-serif;
        color: #ffba24;
      }
      
      .widget-content h5 {
        font: 16px 'Raleway', Arial, san-serif;
        color: #5D5D5D;
      }
      
      .widget-actions i {
        color: #000;
        font-size: 20px;
      }
      
      .widget-actions i:hover {
        color: #46B8AE;
      }
      
      .feed-options {
        position: absolute;
        right: 5px;
        top: 5px;
        display: none;
        z-index: 1;
      }
      
      .feed-item:hover .feed-options {
        display: block;
      }
      
      .info-author, .feed-info {
        position: relative;
        margin-left: 7.33333rem;
        margin-right: 7.33333rem;
      }
      
      .comment-options {
        float: right;
        display: none;
      }
      
      .feed-comment:hover .comment-options {
        display: block;
      }

      /*_________   MAIN NAV   __________*/
      
      #main-nav {
        background-color: transparent;
      }
      
      #main-nav > div {
        max-width: 1170px;
      }
      
      #main-nav > div ul li a {
        color: #000;
        font: 20px 'Raleway', Arial, san-serif;
      }
      
      #main-nav > div > ul li:hover {
        background: transparent;
      }
      
      #main-nav > div ul li:hover a {
        color: #000;
      }
      
      
      /*SUBMENU*/
      
      #main-nav > div > ul li ul {
        background-color: transparent;
      }
      
      /*End Main Nav*/
      
      /*______ FLEXBOX ______*/
      
      .event-panel .flexbox-hero {
        background-color: #ffba24;
        font: 21px 'Raleway', Arial, san-serif;
        font-size: 35px;
        line-height: 38px;
      }
      
      .event-panel .month {
        font-size: 15px;
        line-height: 20px;
      }
      
      .event-panel .location {
        font-size: 14px;
      }
      
      .event-panel .location i {
        color: #ffba24;
      }
      
      .flexbox-info {
        min-width: 100px;
      }
      
      /*______   NEWS BODY   ______*/
      
      .event-body .hero,
      .news-body .hero {
        margin: 10px -20px 10px -20px;
      }
      
      .event-body  .title,
      .news-body .title {
        font-size: 30px;
      }
      
      .event-body .summary,
      .news-body .summary {
        font-weight: 600;
        margin-bottom: 20px;
      }
      
      .event-body .content,
      .news-body .content {
        padding-top: 20px;
        margin-top: 20px;
        border-top: 1px solid #46B8AE;
      }
      
      .event-panel .date {
        background-color: #ffba24;
      }
      
      .event-body .hero {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
      }
      
      .event-body .hero .date {
        width: 120px;
        background: #ffba24;
        color: #FFF;
        font: 34px/45px "Roboto", Arial, san-serif;
        text-align: center;
        padding: 12px;
      }
      
      .event-body .hero .image {
        width: 100%;
        position: relative;
      }
      
      .event-body .hero .image img {
        display: block;
        width: 100%;
      }
      
      .event-body .hero .date span {
        display: block;
      }
      
      .event-body .hero .month {
        font-size: 20px;
        border-bottom: 1px solid;
      }
      
      .location i {
        color: #ffba24;
        padding-right: 10px;
      }

      /*______   TABLES   ______*/

      table.ch-table {
        background-color: transparent;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
      }
      
      table.ch-table td {
        border: 1px solid transparent;
        color: ;
      }
      
      .ch-table thead {
        background-color: rgb(18, 68, 69);
        font: 18px 'Roboto', Arial, san-serif;
      	color: #FFF;
      }
      
      .ch-table thead td {
        color: #FFF;
        border-color: transparent #FFF;
      }
      
      .ch-table thead tr td:first-child {
        border-left: 1px solid transparent;
      }
      .ch-table thead tr td:last-child {
        border-right: 1px solid transparent;
      }
    
      * a:hover {
        color: #46B8AE;
      }
      
      html, body {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        background-color: #F8F8F8;
        color: #AAA;
      }
      
      #content {
        max-width: 1170px;
      }
      
      #content > div > div > #main {
        max-width: -width;
      }
      
      #column-one {
        width: 280px;
        min-width: 280px;
      }
      
      #column-two {
        width: 0px;
        min-width: 0px;
      }

      [data-section="site-nav"] {
        max-width: 1170px;
        margin: 0px auto;
      }
    