
      
      .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: ;
      }
      
      .switch-button input[type="checkbox"].switch:checked + span + div:before {
        background: ;
      }
      
      .switch-button label {
        color: ;
      }
      
      /*End Follow button*/
      
      /*_________ MAIN NAV __________*/
      
      #main-nav {
        background-color: rgb(93, 146, 70);
      }
      
      #main-nav > div {
        max-width: 1170px;
        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: #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(42, 88, 22);
      }
      
      #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(93, 146, 70);
        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;
      }
      
      #main-nav .sector {
        line-height: 24px;
        border-top: 1px solid #FFF;
        border-bottom: 1px solid #FFF;
        line-height: 40px;
        text-transform: uppercase;
        padding: 0px 20px;
        color: #333;
      }
      
      #main-nav .sector:hover {
        color: #333;
        background: initial;
      }
      
      /*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;
      }
      
      /*____ 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;
        min-width: 122px;
        margin-right: 10px;
      }    
      .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;
      }
      
      .flexbox-hero img {
        max-width: 100%;
      }
      
      .flexbox-panel h4 a span {
        width: 100%;
        display: block;
      }
      
      .special-news .flexbox-info h4 a span {
        line-height: 21px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 84px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
      }
      
      .summary p {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 18px;
        max-height: 72px;
        -webkit-line-clamp: 4;
        -webkit-box-orient: vertical;
      }
      
      /* DOCS INDEX */
      
      .doc-panel .flexbox-hero {
        min-width: 70px;
        border: 1px solid #D7D7D7;
      }
      
      /* EVENTS INDEX */
      
      .event-panel .flexbox-hero {
        width: 70px;
        min-width: 70px;
        background-color: #6e9fbe;
        color: #FFF;
        font: 35px/38px 'Roboto', Arial, san-serif;
        text-align: center;
        padding: 4px 0px;
      }
      
      .event-panel .month {
        font-size: 15px;
        line-height: 20px;
        text-transform: uppercase;
        display: block;
        padding: 2px 0px;
        margin: 0px 2px;
        border-bottom: 1px solid;
      }
      
      .event-panel .location {
        font-size: 14px;
        display: block;
        position: absolute;
        bottom: 4px;
      }
      
      .event-panel .location i {
        color: #6e9fbe;
      }
      
      .doc-panel h4 a span,
      .event-panel h4 a span {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        max-height: 38px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
      }
      
      
      /*______ 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 tbody td:nth-child(5) {
        text-align: center;
      }
      
      table.ch-table td {
        vertical-align: middle;
        padding: 10px;
        border: 1px solid transparent;
        word-wrap: break-word;
        word-wrap: break-all;
      }
      
      .ch-table thead {
        background-color: #5D9246;
        font: 16px 'Roboto', Arial, san-serif;
        color: #FFF;
        text-align: center;
      }
      
      .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: #5D9246 #FFF;
        border-width: 1px;
        border-style: solid;
      }
      
      .ch-table thead tr td:first-child {
        border-left: 1px solid #5D9246;
      }
      .ch-table thead tr td:last-child {
        border-right: 1px solid #5D9246;
      }
      
      .ch-table tr:nth-child(even) {
        background-color: #DEF3D4;
      }
      
      /*______ FOOTER ______*/
      
      footer {
        background-color: transparent;
        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 10px;
      }
      
      .social-media li a {
        display: block;
        width: 50px;
        height: 50px;
        border-radius: 50%;
        color: #FFF;
        background-color: rgb(93, 146, 70);
        line-height: 50px;
        font-size: 30px;
        text-align: center;
      }
      
      .social-media li a img {
        border-radius: 50%;
        margin-bottom: -12px;
      }
      
      .contacts-holder {
        text-align: center;
        margin-top: 20px; 
      }
      
      .contacts-holder h3 {
        color: #5D9246;
        font-size: 20px;
        margin-bottom: 10px;
      }
      
      .contacts-holder p {
        font-size: 14px;
        color: #606060;
        line-height: 20px;
      }
      
      .contacts-holder i {
        color: #5D9246;
        padding-right: 10px;
      }
      
    
      * {
        padding: 0px;
        margin: 0px;
        background: transparent;
        border-width: 0px;
        line-height: normal;
        box-shadow: none;
        overflow: visible;
        position: static;
        font-weight: normal;
      }
      
      a {
        text-decoration: none;
        color: inherit;
        cursor: pointer;
      }
      
      ul, ol {list-style-position: inside;}
      
      html, body {
        height: 100%;
        width: 100%;
        position: relative;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        line-height: 20px;
        color: #AAA;
        background-color: #F4F4F4;
        line-height: 20px;
      }
      img {
        max-width: 100%;
      }
      
      #content {
        margin: 0px auto;
        position: relative;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        max-width: 1170px;
      }
      
      #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: 400px;
        min-width: 400px;
      }
      
      #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;
      }
    }
      
      a:hover {
        color: #F18700;
      }
      
      h1, h2, h3, h4, h5 {
        font-family: 'Roboto', Arial, san-serif;
        font-weight: normal;
        color: ;
      }
      
      h4, h5 {
        padding-bottom: 10px;
      }
      
      h4 a,
      h5 a {
        text-decoration: none;
      }
      
      h5 a:hover,
      h4 a:hover {
        color: #F18700;
      }
      
      .title-holder h1 {
        font: 25px 'Roboto', Arial, san-serif;
        color: rgb(106, 168, 79);
      }
      
      .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: #7B7B7B;
      }
      
      .widget-content h2 {
        padding-bottom: 15px;
        font: 21px 'Roboto', Arial, san-serif;
        color: #314555;
      }
      
      .widget-content h4 {
        font: 18px 'Roboto', Arial, san-serif;
        color: #6e9fbe;
      }
      
      .widget-content h5 {
        font: ;
        color: ;
      }
      
      .widget-content p {
        margin-bottom: 10px;
      }
      
      .ch-profile-custom-info > div div:first-child {
        color: #314555;
        font: 21px 'Roboto', Arial, san-serif;
      }
      
      
      
      .widget-actions i {
        color: #314555;
        font-size: 25px;
      }
      
      .widget-actions i:hover {
        color: #F18700;
      }
      
      /*______ HEADER ______*/
      
      #content [data-section='header'] {
        padding: 0px;
      }
      
      .header-content {
        position: relative;
      }
      
      .header-inner {
        width: 100%;
        padding-top: 20%;
        position: relative;
      }
      
      .header-inner .background-profile {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
      }
      
      .title-holder {
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px 20px;
        position: absolute;
        bottom: 0px;
        width: 100%;
        z-index: 1;
        background: rgba(0, 0, 0, 0.6);
      }
      
      .title-holder h1 {
        font: 25px 'Roboto', Arial, san-serif;
        color: #ffdf00;
        margin-right: 354px;
        padding-right: 10px;
      }
      
      .project-icon {
        font-size: 0px;
        position: absolute;
        top: 0px;
        left: 20px;
        box-shadow: 1px 1px 4px rgba(0, 0, 0, 0.4);
        height: 136px;
        z-index: 1;
      }
      
      .webtype-identifier {
        color: #FFF;
        width: 55px;
        height: 55px;
        line-height: 55px;
        background: #ffba24;
        display: inline-block;
        text-align: center;
        font: 42px "Segoe UI", Helvetica, Verdana, san-serif;
        float: left;
      }
      
      .webtype-identifier img {
        width: 100%;
      }
      
      /* End Header */
      
      /*______ SWITCH BUTTON ______*/
      
      .switch-button {
        position: absolute;
        top: 50%;
        margin-top: -11px;
        right: 20px;
        width: 120px;
      }
      
      .switch-button input[type="checkbox"]:not(:checked),
      input[type="checkbox"]:checked {
        /* :checked here acting as a filter for older browsers */
        position: absolute;
        opacity: 0;
      }
      
      .switch-button label {
        position: relative;
        display: inline-block;
        color: #ffdf00;
        width: 100%;
        font: 20px "Roboto", Arial, san-serif;
      }
      
      .switch-button input[type="checkbox"].switch + span + div {
        width: 40px;
        height: 18px;
        border-radius: 9px;
        background: #FFF;
        box-shadow: 1px 1px 2px 2px rgba(0, 0, 0, 0.2) inset;
        background-origin: border-box;
        background-clip: border-box;
        overflow: hidden;
        transition-duration: .4s;
        transition-property: padding,width;
        float: right;
        margin-top: 4px;
      }
      
      .switch-button input[type="checkbox"].switch:checked + span + div {
        padding-left: 22px;
        width: 18px;
      }
      
      .switch-button input[type="checkbox"].switch + span + div:before {
        content: '';
        display: block;
        width: 16px;
        height: 16px;
        margin: 1px;
        border-radius: inherit;
        background: #ffba24;
      }
      
      .switch-button input[type="checkbox"].switch:checked + span + div:before {
        background: #52D921;
      }
      
      .switch-button input[type="checkbox"].switch:active + span + div:before {
        background-color: #aaa;
      }
      
      /* End Switch Button */
      
      /*______ CUSTOM INFO ______*/
      
      .ch-add-profile-custom-info {
        text-align: center;
        border: 1px dashed #6e9fbe;
        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: #6e9fbe;
      }
      .ch-profile-custom-info a:hover {
        color: #F18700;
      }
      
      .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: #314555;
        padding-bottom: 15px;
        font-size: 21px;
      }
      
      [data-editable="1"] > div div:first-child {
        cursor: move;
      }
      
      .ch-add-profile-custom-info:hover {
        color: #6e9fbe;
      }
      
      .self-boxes .widget-content {
        background: transparent;
        padding: 0px;
      }
    