
      
      .publish-post {
        width: 26px;
        height: 26px;
        background-position: -130px 0px !important;
        display: inline-block;
      }
      
      .publish-post:hover {
        background-position: -130px -26px !important;
      }
      
      .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;
      }
      
      /*_________ FOLLOW BUTTON __________*/
      
      .switch-button input[type="checkbox"].switch + span + div:before {
        background: #87b3b6;
      }
      
      .switch-button input[type="checkbox"].switch:checked + span + div:before {
        background: #87b3b6;
      }
      
      .switch-button label {
        color: #87b3b6;
      }
      
      /*End Follow button*/
      
      /*_________ MAIN NAV __________*/
      
      #main-nav {
        background-color: rgb(37, 88, 34);
      }
      
      #main-nav > div {
        max-width: 900px;
        margin: 0px auto;
      }
      
      #main-nav > div ul {
        list-style: none;
        width: 100%;
      }
      
      #main-nav > div > ul {
        display: table;
      }
      
      #main-nav > div > ul > li {
        text-align: center;
      }
      
      #main-nav > div ul li a {
        color: #FFF;
        font: 17px '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: rgb(150, 193, 31);
      }
      
      #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: rgb(37, 88, 34);
        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;
      }
      
      /*End Main Nav*/
      
      /* COLUMNS */
      
      .two-columns,
      .three-columns,
      .four-columns {
        -webkit-column-gap: 20px;
        -moz-column-gap: 20px;
        column-gap: 20px;
      }
      
      .two-columns {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
      }
      
      .three-columns {
        -webkit-column-count: 3;
        -moz-column-count: 3;
        column-count: 3;
      }
      
      .two-columns > div,
      .three-columns > div,
      .four-columns > div {
        -webkit-column-break-inside: avoid;
        page-break-inside: avoid;
        break-inside: avoid;
      }
      
      /*____ FLEXBOX PANEL ____*/
      
      .flexbox-panel {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        margin-bottom: 20px;
        column-break-inside: avoid;
        -webkit-column-break-inside: avoid;
      }
      .flexbox-hero {
        ms-flex: 1;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: auto;
        min-width: 122px;
      }    
      .flexbox-info {
        position: relative;
        -ms-flex: 1;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        min-width: 200px;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding-left: 10px;
      }
      
      /* DOCS INDEX */
      
      .doc-panel .flexbox-hero {
        min-width: 70px;
        border: 1px solid #D7D7D7;
      }
      
      /*______ 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: rgb(18, 68, 69);
        font: 18px 'Roboto', Arial, san-serif;
        color: #FFF
      }
      
      .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: rgb(18, 68, 69) #FFF;
        border-width: 1px;
        border-style: solid;
      }
      
      .ch-table thead tr td:first-child {
        border-left: 1px solid rgb(18, 68, 69);
      }
      .ch-table thead tr td:last-child {
        border-right: 1px solid rgb(18, 68, 69);
      }
      
      /*______ FOOTER ______*/
      
      footer {
        background-color: rgb(37, 88, 34);
        border-top: 10px solid rgb(150, 193, 31);
        text-align: center;
        margin-top: 0px;
      }
      
      footer .widget-content {
        margin-bottom: 0px;
        padding: 0px;
      }
      
      footer .footer-img {
        display: block;
      }
      
      /*______ SOCIAL MEDIA ______*/
      
      .social-media {
        position: absolute;
        top: 10px;
        z-index: 1;
      }
      
      .social-media ul {
        list-style: none;
        overflow: hidden;
      }
      
      .social-media li {
        white-space: nowrap;
        display: inline-block;
        padding: 0px;
        margin: 0px 5px;
        vertical-align: top;
      }
      
      .social-media li a {
        display: block;
        width: 36px;
        height: 36px;
        border-radius: 50%;
        color: #FFF;
        background-color: rgb(150, 193, 31);
        line-height: 36px;
        font-size: 19px;
        text-align: center;
      }
      
      .social-media li a img {
        border-radius: 50%;
      }
      
      .social-media li:hover a span {
        color: rgb(37, 88, 34);
      }
      
      .social-media li:hover a{
        background-color: #FFF;
      }
      
      /*______ 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 #87b3b6;
      }
      
      .event-panel .date {
        background-color: rgb(18, 68, 69);
      }
      
      .event-body .hero {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
      }
      
      .event-body .hero .date {
        width: 120px;
        background: rgb(18, 68, 69);
        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: rgb(18, 68, 69);
        padding-right: 10px;
      }
      
      /*______  ______*/
      
      .videoteca-list {
        overflow: hidden;
        margin: -10px;
      }
      
      .videoteca-list > div {
        padding: 10px;
        width: 50%;
        float: left;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;  
        height: 320px;
        text-align: center;
      }
      
      .videoteca-list iframe {
        width: 100%;
        height: 248px;
      }
      
      .fonticon-Twitter:before {
        content: "\e643";
      }
      
      .share-social ul {
        list-style: none;
        overflow: hidden;
      }
      
      .share-social li {
        float: left;
        margin-right: 4px;
      }
      
      .share-social li i {
        display: block;
        font-size: 16px;
        cursor: pointer;
        background-color: #87b3b6;
        color: #FFF;
        width: 24px;
        line-height: 24px;
        border-radius: 50%;
        text-align: center;
      }
      
      .share-social li i:hover {
      	background-color: #264445;
      }
      
      .share-social .share {
        display: none;
      }
      
      .item-column .flexbox-hero {
        width: 100%;
        min-width: 100%;
      }
      
    
            
      #content {
        max-width: 900px;
      }
      
      #content > div {
        margin: -10px;
      }
      
      #content > div > .inner-wrapper {
        display: -webkit-box;
        display: -moz-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      #content > div > div > #main {
        -ms-flex: 1;
        -moz-box-flex: 1;
        -webkit-box-flex: 1;
        box-flex: 1;
        -webkit-box-ordinal-group: 2;
        -moz-box-ordinal-group: 2;
        -ms-flex-order: 2;
        -webkit-order: 2;
        order: 2;
        min-width: 200px;
        width: 100%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: -width;
      }
      
      #content [data-section] {
        padding: 10px;
      }
      
      #content > div > div > aside {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      #column-one {
        -webkit-box-ordinal-group: 1;
        -moz-box-ordinal-group: 1;
        -ms-flex-order: 1;
        -webkit-order: 1;
        order: 1;
        width: 300px;
        min-width: 300px;
      }
      
      #column-two {
        -webkit-box-ordinal-group: 3;
        -moz-box-ordinal-group: 3;
        -ms-flex-order: 3;
        -webkit-order: 3;
        order: 3;
        width: 0px;
        min-width: 0px;
      }
      
      @media only screen and (max-width: 600px) {
        #content > div > div {
          flex-direction: column;
        }
      #column-one {
        width: 100% !important;
        min-width: 100% !important;
      }
    }
      
      [class^="fonticon-"] {
        color: #FFF;
      }
      
      .fonticon-Edit {
        color: #3D3D3D;
      }
      
      a:hover {
        color: #87b3b6;
      }
      
      h1, h2, h3, h4, h5 {
        font-family: 'Roboto', Arial, san-serif;
        font-weight: normal;
        color: #87b3b6;
      }
      
      h4, h5 {
        padding-bottom: 10px;
      }
      
      h4 a,
      h5 a {
        text-decoration: none;
      }
      
      h5 a:hover,
      h4 a:hover {
        color: #87b3b6;
      }
      
      .title-holder h1 {
        font: 25px 'Roboto', Arial, san-serif;
        color: #87b3b6;
      }
      
      .widget-content {
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 20px;
        margin-bottom: 20px;
        background-color: #FFF;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #606060;
      }
      
      .widget-content .row-inline .flexbox-info {
      	font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #606060;
      }
      
      .widget-content h2 {
        padding-bottom: 15px;
        font: 21px 'Roboto', Arial, san-serif;
        color: #4a2047;
      }
      
      .widget-content .row-inline h4,
      .widget-content h4 {
        font: 18px 'Roboto', Arial, san-serif;
        color: rgb(18, 68, 69);
      }
      
      .widget-content .row-inline h5,
      .widget-content h5 {
        font: ;
        color: ;
      }
      
      .widget-content p {
        margin-bottom: 10px;
      }
      
      .ch-profile-custom-info > div div:first-child {
        color: #4a2047;
        font: 21px 'Roboto', Arial, san-serif;
      }
      
      .widget-actions {
        position: absolute;
        right: 20px;
        z-index: 1;
      }
      
      .widget-actions i {
        margin: 4px;
        border-radius: 50%;
        font-size: 18px;
      }
      
      .widget-actions a:hover i{
        color: #4a2047;
      }
      
      /*______ HEADER ______*/
      
      [data-section="header"] {
        padding-bottom: 10px;
        position: relative;
      }
      
      .header-content {
        background-color: rgb(0, 0, 0);
        text-align: center;
      }
      
      .header-content .hero-holder{
        height: 263px;
      }
      
      .header-content h1 {
        display: inline-block;
        margin-bottom: -20px;
      }
      
      .header-content h1 a {
        display: block;
        text-indent: -9999px;
      }
      
      /* End Header*/
      
      [data-section="footer"],
      [data-section="header"] {
        padding: 0px;
        position: relative;
      }
      
      [data-section="footer"] {
        max-width: 900px;
        margin: 0px auto;
      }
      
      [data-section="site-nav"] {
        padding: 0px;
        margin-bottom: 20px;
      }
      
      [data-section="site-nav"] .widget {
        margin-bottom: 20px;
      }
      
      
      /*______ CUSTOM INFO ______*/
      
      .ch-add-profile-custom-info {
        text-align: center;
        border: 1px dashed rgb(18, 68, 69);
        padding: 5px 10px;
        background: #FFF;
        border-radius: 5px;
        margin-bottom: 20px;
        cursor: pointer;
      }
      
      .ch-profile-custom-info .bold {
        font-weight: bold;
      }
      .ch-profile-custom-info .italic {
        font-style: italic;
      }
      .ch-profile-custom-info a {
        color: rgb(18, 68, 69);
      }
      .ch-profile-custom-info a:hover {
        color: #87b3b6;
      }
      
      .ch-profile-custom-info > div {
        background: #FFF;
        padding: 20px;
        position: relative;
        margin-bottom: 20px;
      }
      
      .ch-profile-custom-info > div div:first-child {
        font-family: 21px 'Roboto', Arial, san-serif;
        font-weight: normal;
        color: #4a2047;
        padding-bottom: 15px;
        font-size: 21px;
      }
      
      [data-editable="1"] > div div:first-child {
        cursor: move;
      }
      
      .ch-add-profile-custom-info:hover {
        color: rgb(18, 68, 69);
      }
      
      .self-boxes .widget-content {
        background: transparent;
        padding: 0px;
      }
    