
      
      /*______   HEADER   ______*/
      
      .header-content {
        height: 340px;
        text-align: center;
        padding-top: 30px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
      }
      
      .header-content a.logo {
        display: inline-block;
      }
      
      
      /*EndHeader*/
      
      
      /*______   SOCIAL NAV   ______*/
      
      .social-nav {
        position: absolute;
        top: 20px;
        right: 20px;
        font-size: 0px;
      }
      
      .social-profiles ul,
      .social-nav ul {
        display: inline-block;
        border-left: 1px solid #FFF;
        font-size: 0px;
        padding-left: 10px;
        margin-left: 10px;
      }
      
      .social-nav ul:first-child {
        border-left: none;
      }
      
      .social-profiles li,
      .social-nav ul li {
        display: inline-block;
        margin: 0px 5px;
        vertical-align: top;
      }
      
      .social-profiles li a,
      .social-nav ul li a {
        display: block;
      }
      
      .social-profiles li i,
      .social-nav ul li i {
        display: block;
        border-radius: 50%;
        background-color: #00904b;
        color: #FFF;
        width: 34px;
        text-align: center;
        font-size: 18px;
        line-height: 34px;
      }
      
      .social-profiles li i {
      	background-color: #a3a3a3;
      }
      
      .social-nav img {
        display: block;
        width: 34px;
        border-radius: 50%;
      }
      
      /*EndSocialNav*/
      
      /*______   SEARCH HEADER   ______*/
      
      #search .fonticon-Search {
        position: absolute;
        top: 0px;
        right: 0px;
      }
      
      #search form {
        position: relative;
        background-color: transparent;
        border-radius: 16px;
      }
      
      #search input {
        border: none;
        width: 34px;
        height: 34px;
        -moz-transition: width 0.5s ease-out;
        -webkit-transition: width 0.5s ease-out;
        transition: width 0.5s ease-out;
        padding: 5px 30px 5px 6px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        color: #FFF;
        border-radius: 18px;
      }
      
      #search input:focus {
        background-color: #00904b;
        width: 200px;
        -moz-transition: width 0.5s ease-out;
        -webkit-transition: width 0.5s ease-out;
        transition: width 0.5s ease-out;
      }
      
      /*End Search*/
      
      
      /*______   ITEM COL   ______*/
      
      
      .item-holder.col-item .item-info {
        padding: 20px;
        background-color: #FFF;
        position: relative;
      }
      
      .item-holder.col-item .item-panel .item-info {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #868686;
      }
      
      .item-holder.col-item .item-panel h4 {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 28px;
        max-height: 56px;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        height: 56px;
        padding-bottom: 0px;
        margin-bottom: 10px;
      }
      
      .item-holder.col-item .item-panel .summary {
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        line-height: 19px;
        height: 95px;
        max-height: 95px;
        -webkit-line-clamp: 5;
        -webkit-box-orient: vertical;
      }
      
      .col-item .item-panel .read-more {
        position: absolute;
        bottom: 0px;
        right: 0;
        border-width: 20px;
        border-color: transparent #00904b #00904b transparent;
        border-style: solid;
      }
      
      .col-item .item-panel .read-more i {
        position: absolute;
        color: #FFF;
        font-size: 18px;
      }
      
      .col-item .item-panel:hover > div{
        box-shadow: 0px 0px 16px rgba(0,0,0,0.4);
      }
      
      .event-panel .flexbox-hero {
        background-color: transparent;
      }
      
      .doc-panel .flexbox-hero {
        min-width: 180px;
        height: 190px;
        border: none;
        margin-right: 0px;
      }
      
      .doc-panel .flexbox-info {
        background-color: #FFF;
        padding: 20px;
      }
      
      /*EndCol*/
      
      /*______   AVATARS   ______*/
      
      .widget-content .ch-avatars-list {
        padding: 20px;
        font-size: 0px;
        list-style: none;
        background-color: #FFF;
        margin-left: 0px;
      }
      
      .widget-content .ch-avatars-list li {
        display: inline-block;
        width: 12.5%;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        padding: 10px;
      }
      
      .widget-content .ch-avatars-list li a {
        display: block;
      }
      
      .widget-content .ch-avatars-list li a img{
        display: block;
        border: 2px solid #00904b;
        border-radius: 50%;
      }
      
      /*EndAvatars*/
      
      .link-index-holder {
        font-size: 0px;
        text-align: center;
        padding: 20px;
        background-color: #FFF;
      }
      
      .link-index-holder > div {
        display: inline-block;
        width: 33.33%;
      }
      
      .link-index-holder > div p {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
      }
      
      .link-index-holder > div p a {
        display: inline-block;
        background-color: #fcb913;
        color: #FFF;
        font-size: 20px;
        padding: 8px 26px;
      }
      
      .link-index-holder > div img {
        max-width: 150px;
        border-radius: 50%;
      }
      
      .widget-content.catalog-index {
        padding: 20px;
        background-color: #FFF;
      }
      
      .catalog-index .flexbox-hero {
        width: 250px;
        min-width: 250px;
      }
      
      .widget-content.catalog-index .flexbox-panel {
        margin-bottom: 0px;
        text-align: center;
      }
      
      .widget-content.links-bottom {
        padding: 40px;
        background-color: #fab913;
      }
      
      .widget-content.links-bottom .item-panel {
        text-align: center;
        position: relative;
      }
      
      .event-body .hero, .news-body .hero {
        margin: 0px 0px 20px 0px;
			}
      
      
      .news-body .hero {
        text-align: center;
      }
      
      /*______   FOOTER   ______*/
      
      .footer-content {
        max-width: 1170px;
        margin: 0px auto;
        margin-top: 20px;
        padding: 20px 0px;
      }
      
      .footer-contact {
        padding-top: 20px;
        float: right;
      	font-family: 'Crimson Text', serif;
        color: #FFF;
        font-size: 18px;
        font-style: italic;
        text-align: right;
      }
      
      .widget-full .widget-content {
        padding: 20px;
        background: #FFF;
      }
      
    
      * a:hover {
        color: #46B8AE;
      }
      
      html, body {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        background-color: #F8F8F8;
        color: #868686;
      }
      
      #content {
        max-width: 1170px;
      }
      
      #content > div > div > #main {
        max-width: -width;
      }
      
      #column-one {
        width: 0px;
        min-width: 0px;
      }
      
      #column-two {
        width: 320px;
        min-width: 320px;
      }
      
      #mainnav-holder,
      [data-section="site-nav"] {
        max-width: 1170px;
        margin: 0px auto;
      }
      
      /*______   FOOTER   ______*/
      
      footer {
        background-color: #1a1a1a;
      }
      
      /*EndFooter*/
      
      /*______   SWITCH BUTTON   ______*/
      
      .switch-button label {
        color: #46B8AE;
      }
      
      .switch-button input[type="checkbox"].switch + span + div:before {
        background: #46B8AE;
      }
      
      .ch-profile-custom-info > div div:first-child {
        color: #000;
        font: 21px 'Open Sans', Arial, san-serif;
      }
      
      /*EndSwitchButton*/
      
      .widget-content {
        background-color: transparent;
        padding: 0px;
        margin-bottom: 40px;
      }
      
      .widget-content p {
        font: 14px 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #696969;
      }
      
      .widget-content h2 {
        font: 21px 'Open Sans', Arial, san-serif;
        color: #000;
      }
      
      .widget-content h4 {
        font: 20px 'Open Sans', Arial, san-serif;
        color: rgb(0, 0, 0);
      }
      
      .widget-content h5 {
        font: 16px 'Open Sans', Arial, san-serif;
        color: #AAA;
      }
      
      .widget-content hr {
        clear: both;
        margin: 30px 0px;
        border-bottom: 1px solid #fab915;
      }
      
      .widget-actions i {
        color: #000;
        font-size: 20px;
      }
      
      .widget-actions i:hover {
        color: #46B8AE;
      }
      
      /*_________   MAIN NAV   __________*/
      
      #main-nav {
        background-color: transparent;
        color: #FFF;
        font: 16px 'Open Sans', Arial, san-serif;
      }
      
      #main-nav td > a{
        border-bottom: 3px solid transparent;
      }
      
      #main-nav td.selected > a,
      #main-nav td:hover > a{
        border-bottom: 3px solid #FFF;
      }
      
      #main-nav td > a {
        color: inherit;
        font: inherit;
      }
      
      
      #main-nav td ul {
        background-color: #FFF;
        color: #b3b5b4;
        list-style: none;
        width: 100%;
        padding: 10px 20px 0px 20px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        display: none;
      }
      
      #main-nav td:hover ul {
        display: block;
      }
      
      #main-nav td ul a {
        display: block;
        padding: 10px 0px;
        border-bottom: 2px solid #FFF;
      }
      
      #main-nav td ul a:hover {
        display: block;
        padding: 10px;
        border-bottom: 2px solid;
        color: #00904b;
      }
      
      
      /*SUBMENU*/
      
      #main-nav > div > ul li ul {
        background-color: transparent;
      }
      
      /*End Main Nav*/
      
      /*______ FLEXBOX ______*/
      
      .event-panel .flexbox-hero {
        background-color: transparent;
        font: 21px 'Open Sans', Arial, san-serif;
        color: #fcb913;
        font-size: 24px;
        line-height: 28px;
      }
      
      .event-panel .flexbox-hero span.month {
        font-size: 15px;
        line-height: 20px;
        background-color: #fcb913;
        color: #FFF;
        display: inline-block;
        padding: 2px 6px;
      }
      
      .event-panel .flexbox-hero span {
        background-color: #FFF;
      }
      
      .event-panel .flexbox-hero span:nth-child(2) {
        margin-top: -18px;
        padding-top: 18px;
      }
      
      .event-panel .flexbox-hero span:last-child {
        padding-bottom: 18px;
      }
            
      .events-index .threecols {
        padding: 20px;
        border: 3px solid #fcb913;
      }
      
      /*______   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 'Open Sans', 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;
      }
    