
      
      .title-holder h1 {
        font: 25px 'Roboto', Arial, san-serif;
        color: rgb(22, 85, 81);
      }
      
      .widget-content {
        background-color: #FFF;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #AAA;
      }
      
      .widget-content h2 {
        font: 21px 'Roboto', Arial, san-serif;
        color: #165551;
      }
      
      .widget-content h4 {
        font: 18px 'Roboto', Arial, san-serif;
        color: #86bf00;
      }
      
      .widget-content h5 {
        font: 18px 'Roboto', Arial, san-serif;
        color: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
      }
      a:hover,
      li a:hover,
      h5 a:hover,
      h4 a:hover {
        color: #b9d27e;
      }
      .edit-profile-about,
      .remove-section,
      .add-element {
        background-image: url(/Images/templates_icons/center_icons.png) !important;
      }
      
      /*_________ MAIN NAV __________*/
      
      #main-nav {
        background-color: #FFF;
      }
      
      #main-nav > div {
        max-width: 1060px;
        margin: 0px auto;
      }
      
      #main-nav > div ul {
        list-style: none;
        width: 100%;
      }
      
      #main-nav > div > ul {
        display: table;
      }
      
      #main-nav > div > ul > li {
        width: 16.66%;
        display: table-cell;
        vertical-align: middle;
        position: relative;
      }
      
      #main-nav > div ul li a {
        color: #165551;
        font: 16px 'Roboto', Arial, san-serif;
        padding: 14px 8px;
        line-height: 18px;
        display: block;
        text-align: center;
        border: 0px 1px solid #FFF;
      }
      
      #main-nav > div > ul li:hover {
        background: #165551;
      }
      
      #main-nav > div > ul li:hover a,
      #main-nav > div > ul > li:hover li a {
        color: #FFF;
      }
      
      
      /*SUBMENU*/
      
      #main-nav > div > ul li ul {
        position: absolute;
        display: none;
        width: 100%;
        top: 100%;
        left: 0px;
        background-color: #FFF;
        z-index: 5;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      #main-nav > div > ul li:hover ul {
        display: block;
      }
      
      /*______ TABLES ______*/
      
      table.ch-table {
        width: 100%;
        border-collapse: collapse;
        margin-bottom: 20px;
        background-color: rgba(0, 0, 0, 0);
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        table-layout: fixed;
      }
      
      table.ch-table td {
        vertical-align: middle;
        padding: 10px;
        border: 1px solid rgba(0, 0, 0, 0);
      }
      
      .ch-table thead {
        background-color: rgba(0, 0, 0, 0);
        font: 18px 'Roboto', Arial, san-serif;
        color: rgba(0, 0, 0, 0)
      }
      
      .ch-table thead p {
        margin-bottom: 0px;
      }
      
      .ch-table tbody a,
      .ch-table tbody p {
        word-wrap:break-word;
      }
      
      .ch-table thead td {
        color: #FFF;
        border-color: rgba(0, 0, 0, 0) #FFF;
        border-width: 1px;
        border-style: solid;
      }
      
      .ch-table thead tr td:first-child {
        border-left: 1px solid rgba(0, 0, 0, 0);
      }
      .ch-table thead tr td:last-child {
        border-right: 1px solid rgba(0, 0, 0, 0);
      }
      
      /*_ Attachements _*/
      
      .doc-preview {
        float: left;
      }
      
      .attachment-info {
        position: relative;
        margin: 10px 0px 10px 76px;
        height: 73px;
      }
      
      .attachment-info a {
        text-decoration: none;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 20px;
        max-height: 60px;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
      }
      
      .list-images {
        padding-bottom: 20px;
      }
      
      .list-images ul {
        list-style: none;
        overflow-x: auto;
        overflow-y: hidden;
        white-space: nowrap;
      }
      
      .list-images ul li {
        display: inline-block;
        margin: 5px;
      }
      
      /*______ 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 #b9d27e;
      }
      
      .event-panel .date {
        background-color: #86bf00;
      }
      
      .event-body .hero {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
      }
      
      .event-body .hero .date {
        width: 120px;
        background: #86bf00;
        color: #FFF;
        font: 34px/45px "officina", 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: #86bf00;
        padding-right: 10px;
      }
      
    
      html, body {
        background-color: #F4F4F4;
        line-height: 20px;
      }
      
      #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;
      }
    