
      
      /*______ HEADER ______*/

      header {
        background-color: transparent;
      }
      
      .title-holder h1 {
        font: 25px 'Roboto', Arial, san-serif;
        color: #ffdf00;
      }

      /* EndHeader */

      /*______   FOOTER   ______*/

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

      /*______   SWITCH BUTTON   ______*/
      
      .switch-button label {
        color: #ffdf00;
      }
      
      .switch-button input[type="checkbox"].switch + span + div:before {
        background: #ffdf00;
      }
      
      .ch-profile-custom-info > div div:first-child {
        color: #EFA80D;
        font: 21px 'Roboto', Arial, san-serif;
      }
      
      .widget-content {
        background-color: #FFF;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #696969;
      }
      
      .widget-content h2 {
        font: 21px 'Roboto', Arial, san-serif;
        color: #EFA80D;
      }
      
      .widget-content h4 {
        font: 18px 'Roboto', Arial, san-serif;
        color: #ffba24;
      }
      
      .widget-content h5 {
        font: 16px 'Roboto', Arial, san-serif;
        color: #AAA;
      }
      
      .widget-actions i {
        color: #EFA80D;
        font-size: 20px;
      }
      
      .widget-actions i:hover {
        color: #FFDF00;
      }
      
      .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: #EFA80D;
      }
      
      #main-nav > div {
        max-width: 1060px;
      }
      
      #main-nav > div ul li a {
        color: #FFF;
        font: 20px 'Roboto', Arial, san-serif;
      }
      
      #main-nav > div > ul li:hover {
        background: #FFDF00;
      }
      
      #main-nav > div ul li:hover a {
        color: #FFF;
      }
      
      
      /*SUBMENU*/
      
      #main-nav > div > ul li ul {
        background-color: #EFA80D;
      }
      
      /*End Main Nav*/
      
      /*______ FLEXBOX ______*/
      
      .event-panel .flexbox-hero {
        background-color: #ffba24;
        font: 21px 'Roboto', 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 #FFDF00;
      }
      
      .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;
      }
      
      .twocol-list {
        overflow: hidden;
        margin: -5px;
        list-style: none;
      }
      
      .twocol-list li {
        width: 50%;
        padding: 5px;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        text-align: center;
      }
      
      .twocol-list li:nth-child(2n+1) {
        clear: both;
      }
      
      .item-panel {
        position: relative;
      }
      
      .edit-item {
        position: absolute;
        margin: 4px;
        top: 0px;
        left: 0px;
        display: inline-block;
        padding: 3px;
        line-height: 20px;
        font-size: 16px;
        width: 20px;
        height: 20px;
        text-align: center;
        background-color: rgba(255,255,255,0.6);
        border-radius: 50%;
        color: #284974;
      }
      
    
      * a:hover {
        color: #FFDF00;
      }
      
      html, body {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        background-color: #F4F4F4;
        color: #AAA;
      }
      
      #content {
        max-width: 1060px;
      }
      
      #content > div > div > #main {
        max-width: -width;
      }
      
      #column-one {
        width: 0px;
        min-width: 0px;
      }
      
      #column-two {
        width: 420px;
        min-width: 420px;
      }

      [data-section="header"],
      [data-section="footer"],
      [data-section="site-nav"] {
        max-width: 1060px;
      }
    