
      
      .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 {
        position: absolute;
      }
      
      .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: #264445;
      }
      
      #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(135, 179, 182);
      }
      
      #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: #264445;
        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*/
      
      
      /*______ FLEXBOX ______*/
      
      .event-panel .flexbox-hero {
        background-color: rgb(18, 68, 69);
        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: rgb(18, 68, 69);
      }
      
      .flexbox-info {
        min-width: 100px;
      }
      
      /* 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);
      }
      
      /*______ DETAILS LAYOUT ______*/
      
      .event-body .content,
      .news-body .content {
        border-top: 1px solid #87b3b6;
      }
      
      .event-body .hero .date{
        background-color: rgb(18, 68, 69);
      }
      
      /*______ FOOTER ______*/
      
      footer {
        background-color: rgb(18, 68, 69);
        border-top: 10px solid 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: #264445;
        line-height: 50px;
        font-size: 30px;
        text-align: center;
      }
      
      .social-media li a img {
        border-radius: 50%;
        margin-bottom: -12px;
      }
      
      .social-media li:hover a span {
        color: #264445;
      }
      
      .social-media li:hover a{
        background-color: #FFF;
      }
      
      
      /*______ CONTACTS HOLDER ______*/
      
      .contacts-holder {
        text-align: center;
        margin-top: 20px;
      }
      
      /*______ CASES ______*/
      
      .case-categories {
        list-style: none;
        overflow: hidden;
      }
      
      .case-categories li {
        float: left;
        margin-right: 5px;
      }
      
      .case-categories a {
        display: inline-block;
        padding: 5px 10px;
        background-color: #FFC851;
        border-radius: 3px;
        color: #FFF;
      }
      
      .case-download {
        list-style: none;
        position: absolute;
        top: -10px;
        right: -10px;
      }
      
      .case-download li {
        float: left;
        margin-left: 5px;
      }
      
      .case-panel h4 {
        line-height: 20px;
      }
      
      /*______ FILTER HOLDER ______*/
      
      .filter-holder ul {
        list-style: none;
        overflow: hidden;
      }
      
      .filter-holder li {
        float: left;
        width: 25%;
        font-family: 'Roboto', arial, san-serif;
        font-size: 16px;
        line-height: 28px;
        color: #919191;
      }
      
      .filter-holder input[type="checkbox"] {
        height: 0px;
        width: 0px;
        visibility: hidden;
      }
      
      .filter-holder label:before {
        content: "";
        display: inline-block;
        width: 12px;
        height: 12px;
        border: 1px solid #919191;
        margin-right: 10px;
      }
      
      .filter-holder input[type="checkbox"]:checked + label:before {
        background-color: #FFF;
      }
      
      
      .zoneint-panel h1 {
        margin-bottom: 20px;
      }
      
      .zoneint-panel{
        overflow: hidden;
      }
      
      .zoneint-panel .doc-preview img{
        border: 1px solid #D7D7D7;
      }
      
      .warnings-holder .case-panel h4 {
        margin: -20px;
        margin-bottom: 10px;
        padding: 20px;
        background-color: rgb(16,68,69);
        color: #FFF;
      }
      
      .case-panel .date-format {
        display: none;
      }
      
      .warnings-holder .case-panel .date-format {
        display: block;
        float: right;
        font-size: 14px;
        line-height: 20px;
      }
      
      .attachment-info a span {
        margin-bottom: 10px;
        font-weight: 600;
        font-size: 16px;
        display: block;
      }
      
      .zoneint-panel .doc-preview {
        margin-left: 20px;
      }
      
      .zoneint-panel .attachment-info {
        margin-left: 160px;
      }
      
      .zoneint-panel .down-button {
        display: inline-block;
        margin-top: 10px;
        padding: 6px 10px;
        border-radius: 2px;
        background-color: #FFAB12;
        color: #FFF;
      }
      
      .list-zones h5 {
        padding-bottom: 20px;
      }
      
    
      html, body {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #AAA;
        background-color: rgb(205, 216, 200);
      }
      
      #content {
        max-width: 1170px;
      }
      
      #content > div > div > #main {
        max-width: -width;
      }
      
      #column-one {
        width: 0px;
        min-width: 0px;
      }
      
      #column-two {
        width: 420px;
        min-width: 420px;
      }
      
      a:hover {
        color: #87b3b6;
      }
      
      h1, h2, h3, h4, h5 {
        font-family: 'Roboto', Arial, san-serif;
        color: #87b3b6;
      }
      
      h5 a:hover,
      h4 a:hover {
        color: #87b3b6;
      }
      
      .title-holder h1 {
        font: 63px 'Roboto', Arial, san-serif;
        color: #87b3b6;
      }
      
      .widget-content {
        background-color: #FFF;
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #606060;
      }
      
      .widget-content h2 {
        font: 21px 'Roboto', Arial, san-serif;
        color: #87b3b6;
      }
      
      .widget-content h4 {
        font: 18px 'Roboto', Arial, san-serif;
        color: rgb(18, 68, 69);
      }
      
      .widget-content h5 {
        font: ;
        color: ;
      }
      
      .ch-profile-custom-info > div div:first-child {
        color: #87b3b6;
        font: 21px 'Roboto', Arial, san-serif;
      }
      
      /*______ 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 {
        position: absolute;
        top: 20%;
        width: 100%;
        text-align: center;
        color: #FFF;
        font-size: 63px;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
      }
      
      /* End Header*/
      
      [data-section="footer"],
      [data-section="header"] {
        padding: 0px;
        position: relative;
      }
      
      [data-section="footer"] {
        max-width: 1170px;
        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: #87b3b6;
        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;
      }
      
      .switch-button {
        top: 20%;
        margin-top: 63px;
        right: 50%;
        transform: translateX(50%);
      }
      
      .switch-button label {
        color: #FFF;
        text-shadow: 2px 2px 4px rgba(0,0,0,0.8);
      }
    