
      
      
      
      /*_____   SEARCH FORM   ______*/
      
      #search {
        display: none;
      }
      
      #search form {
        display: inline-block;
        margin-right: 0px;
        border-radius: 18px;
        position: relative;
      }
      
      #search form {
        z-index: 2;
      }
      
      #search:hover form {
        display: block;
      }
      
      #search form input {
        border: none;
        width: 36px;
        height: 36px;
        border-radius: 6px;
        -moz-transition: width 0.5s ease-out;
        -webkit-transition: width 0.5s ease-out;
        transition: width 0.5s ease-out;
        padding: 2px 24px 2px 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        position: relative;
        z-index: 1;
        color: #606060;
      }
      
      #search form i {
        position: absolute;
        top: 0px;
        right: 0px;
        margin: 0px;
        z-index: 2;
      }
      
      #search form:hover input,
      #search input:focus {
        width: 200px;
        -moz-transition: width 0.5s ease-out;
        -webkit-transition: width 0.5s ease-out;
        transition: width 0.5s ease-out;
        margin-right: 36px;
        border-bottom: 1px solid #FFF;
      }
      
      
      
      /*______   HEADER   ______*/
      
      .header-inner {
        position: relative;
      }
      
      .header-inner:before {
        content:"";
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100%;
        height: 100%;
        /*background-color: rgba(0,0,0,0.2);*/
      }
      
      .title-holder {
        position: absolute;
        width: 100%;
        max-width: 600px;
        top: 50%;
        left: 50%;
        transform: translateX(-50%) translateY(-50%);
        text-align: center;
        z-index: 2;
      }
      
      img.background-profile {
        display: block;
        width: 100%;
        height: 400px;
        object-fit: cover;
      }
      
      .feed-options {
        position: absolute;
        right: 5px;
        top: 5px;
        display: none;
        z-index: 1;
      }
      
      .feed-item {
        clear: initial;
      }
      
      .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;
      }
      
      .self-boxes .widget-content {
        margin-bottom: 0px;
      }
      
      /*______ FLEXBOX ______*/
      
      .flexbox-info {
        min-width: 100px;
      }
      
      /*______ FOOTER ______*/
      
      footer {
        position: relative; 
        background-color: #36373C;
        text-align: center;
        margin-top: 0px;
        overflow: overlay;
      }
      
      footer .widget-content {
        background-color: #36373C;
      }
      
      footer .widget-content p {
        font: 16px 'Raleway', Arial, san-serif;
        color: #FFF;
      }
      
      footer .footer-img {
        display: block;
      }
           
      footer .icons-inline i{
        color: #FFF;
        border: 1px solid;
      }
      
      .address-wrapper {
        padding-top: 20px;
      }
      
      .address-wrapper p {
        margin-bottom: 10px;
      }
      
      /**/
      
      /*______ SOCIAL MEDIA ______*/
      
      .social-media {
        position: absolute;
        top: 140px;
        right: 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 2px;
      }
      
      .social-media li a {
        display: block;
        width: 40px;
        height: 40px;
        border-radius: 50%;
        color: rgba(255,255,255,0.6);
        background-color: rgba(0,0,0,0.2);
        line-height: 40px;
        font-size: 22px;
        text-align: center;
      }
      
      .social-media li a img {
        border-radius: 50%;
        margin-bottom: -12px;
      }
      
      .social-media li:hover a span {
        color: rgb(255, 255, 255);
      }
      
      .social-media li:hover a{
        background-color: #FFF;
      }
      
      /*______ NEWS DETAIL ______*/
      
      .news-detail .hero {
        margin-bottom: 20px;
      }
      
      .news-detail .news-content {
        border-bottom: 1px solid ;
        margin-bottom: 20px;
      }
      
      .news-detail .news-content:last-child {
        border-bottom: none;
      }
      
      /*______ EVENTS ______*/
      
      .event-panel .flexbox-hero {
        background-color: transparent;
        color: #9cab1c;
        font: 30px ;
        font-size: 22px;
        line-height: 30px;
        width: 100px;
        min-width: 100px;
        padding: 10px;
        border-right: 2px solid #9cab1c;
      }
      
      .event-panel .location {
        font-size: 14px;
      }
      
      .event-panel span {
        display: block;
      }
      
      .event-panel .month {
        font-size: 14px;
        line-height: 20px;
        text-transform: uppercase;
      }
            
      .event-panel .start-date,
      .event-panel .end-date {
        display: inline-block;
      }
      .event-panel .year {
        display: block;
      }
      
      .column .event-panel .month {
        font-size: 16px;
        line-height: 20px;
      }
      
      .column .location-map {
        position: absolute;
        bottom: 100%;
        margin-bottom: 10px;
        color: #FFF;
      }
      
      .column .location-map i {
        color: #FFF;
      }
      
      .event-info {
        width: 100%;
        position: relative;
        padding-left: 10px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      .event-panel .location-map i{
        padding-right: 5px;
      }
      
      .event-detail .event-panel {
        margin-bottom: 10px;
      }
      
      .event-hero img {
        display: block;
      }
      
      .event-detail .date {
        width: 120px;
      }
      
      .event-panel .share-rrss,
      .event-panel .summary {
        display: none;
      }
      
      
      .column .event-panel .share-rrss,
      .column .event-panel .summary {
        display: block;
      }
      
      
      @media (min-width: 992px) {
        .in-column.col-md-1-9 {
        	width: 16.66%;
      	}
    	}
      
      /*______   CATEGORIES   ______*/
      
      .item-categories {
        margin-bottom: 16px;
        
      }
      
      .item-categories a {
        color: #9cab1c;
        border: 1px solid #9cab1c;
        display: inline-block;
        padding: 3px 16px;
        margin-right: 5px;
        margin-bottom: 5px;
        border-radius: 12px;
      }
      
      .item-categories a:hover {
        background-color: #9cab1c;
        color: #FFF;
      }
      
      /*End*/
      
      .pagepost .item-author {
        border-bottom: 1px solid #9cab1c;
        padding: 10px 0px;
        margin-bottom: 10px;
      }
      
      
      /*______   BUTTONS   ______*/
      
      .ch-button {
        font: 14px ;
      }
      
      .ch-button.ch-button-active {
        color: rgb(67, 67, 67);
        background-color: #fffd7f;
      }
      
      .ch-button.ch-button-inactive:hover,
      .ch-button.ch-button-admin.ch-button-inactive:hover,
      .ch-button.ch-button-active:hover {
        background-color: #9cab1c;
        color: rgb(255, 255, 255);
        text-decoration: inherit ;
      }
      .ch-button.ch-button-inactive {
        background-color: rgb(255, 255, 255);
        color: #9cab1c;
      }
      
                  /** BOTONES   **/

      .ch-button-group {
        display: inline-flex;
        border: 1px solid #E8E8E8; 
        border-radius: 5px;
        overflow: hidden;
      }
      
      .ch-button-group .ch-button:not(:last-child){ 
        border-right: 1px solid #E8E8E8; 
      }
      
      .ch-button.ch-button-admin.ch-button-inactive {
        font-size: 14px;
        font-weight: normal;
        color: #a6a6a6;
        padding: 8px 20px;
      }
           /*_______ FORMULARIOS  ________ */
 
      .mandatory:before {
        color: #f16550;
        content: '\2731'
      }
      

      .widget-content.concurso .formulario {
        background-color: rgb(246, 246, 246);
        border: 1.5px solid rgb(50, 145, 159);
        border-radius: 5px;
        width: 100%;
        min-height: 600px;
        margin-top: 20px;
        box-shadow: 2px 2px rgba(60, 120, 216, 0.2);
       }
      
      .widget-content.concurso .formulario h2 {
        font: 30px 'Raleway', Arial, sans-serif;
        color: rgb(204, 65, 37);
        text-transform: uppercase;
        text-align: center;
        margin-top: 50px;
        margin-bottom: 20px;

      }

      .widget-content.concurso .formulario h3 {
        font: 20px 'Raleway', Arial, sans-serif;
        color: rgb(67, 67, 67);
        text-align: left;
        text-transform: uppercase;
        text-decoration: underline;
        margin-bottom: 10px;

      }
      
      .widget-content.concurso .formulario h4 {
        font: Italic 18px 'Raleway', Helvetica, Verdana, san-serif;
        color: rgb(102, 102, 102);
        text-align: left;
        margin-top: -5px;
        margin-bottom: 10px;        
        margin-left: 10px;
      }
      
      .widget-content.concurso h5 {
        	font: Italic 18px 'Raleway', Helvetica, Verdana, san-serif;
        	color: rgb(102, 102, 102);
          font-size: 15px;
          text-align: left;
          margin-top: 0px;
          margin-bottom: 0px;
          margin-left: 0px;
          padding: 2px;
      }

      .form-control-container {
        margin-left: 10px;
        margin-right: 20px;
        margin-top: 0px;
        margin-bottom: 15px;
        padding: 0px;
        text-align: left;     
      }

       .widget-content.concurso .form-label {
        font: 20px 'Raleway', Helvetica, Verdana, san-serif;
        color: rgb(67, 67, 67);
        padding: 2px;
        height: 100%;
        width: 100%;
      }
      
      .widget-content.concurso input[type="text"] {
        font: 20px 'Raleway', Helvetica, Verdana, san-serif;
        color: rgb(37, 103, 112);
        background-color: White;
        padding: 2px;
        border: 1px solid rgb(50, 145, 159);
        width: 100%;
      }
      

      .widget-content.concurso input[type="email"] {
        font: 20px 'Raleway', Helvetica, Verdana, san-serif;
        color: rgb(37, 103, 112);
        background-color: White;
        padding: 2px;
        border: 1px solid rgb(50, 145, 159);
        width: 100%;
      }
      
      .widget-content.concurso .slider-table {
        width: 100%;
        margin-top: 10px;
        margin-left: 15px;
        margin-bottom: 10px;
        table-layout: fixed;
      }
      
      .widget-content.concurso .slider-label {
        margin-left: -15px;
        color: rgb(37, 103, 112);
        font: 20px 'Raleway', Helvetica, Verdana, san-serif;
        font-size: 17px;
      }
      
      .widget-content.concurso input[type="range"]  {
        width: 100%;
        margin-top: 0px;
        margin-bottom: 0px;
      }
      
      .widget-content.concurso select {
        font: 20px 'Raleway', Helvetica, Verdana, san-serif;
        color: rgb(37, 103, 112);
        background-color: White;
        padding: 2px;
        border: 1px solid rgb(50, 145, 159);
        width: 100%;
      }
      
      .widget-content.concurso textarea {
        font: 20px 'Raleway', Helvetica, Verdana, san-serif;
        color: rgb(37, 103, 112);
        background-color: White;
        padding: 2px;
        border: 1px solid rgb(50, 145, 159);
        width: 100%;
      }
      
      .formulario .form-box {
        width: 80%; 
        margin-top: 10px;
        margin-bottom: 20px;
        padding: 0px; 
        display: inline-block; 
        background-color: transparent;
      }
      
      .widget-content.concurso .radio
      {
        font: 20px 'Raleway', Helvetica, Verdana, san-serif;
        color: rgb(37, 103, 112);
        padding: 2px;
        margin-left: 20px;
      }
      
      /* Checkbox y radiobuttons */
      
     .radiocontainer {
        display: block;
        position: relative;
        padding-left: 35px;
        margin-bottom: 3px;
        margin-top: 3px;
        cursor: pointer;
        -webkit-user-select: none;
        -moz-user-select: none;
        -ms-user-select: none;
        user-select: none;
      }
    
     /* Hide the browser's default radio button */
    .radiocontainer input {
      position: absolute;
      opacity: 0;
      cursor: pointer;
      height: 0;
      width: 0;
    }
    
    /* Create a custom radio button */
    .radiomark {
      position: absolute;
      top: 3px;
      left: 3px;
      height: 20px;
      width: 20px;
      background-color: #eee;
      border-radius: 50%;
    }
    
    /* Create a custom check box button */
    .checkmark {
      position: absolute;
      top: 3px;
      left: 3px;
      height: 20px;
      width: 20px;
      background-color: #eee;

    }
    
    /* On mouse-over, add a grey background color */
    .radiocontainer:hover input ~ .radiomark {
      background-color: #ccc;
    }
    
    /* When the radio button is checked, add a blue background */
    .radiocontainer input:checked ~ .radiomark {
      background-color: rgb(37, 103, 112);
    }
    
      /* On mouse-over, add a grey background color */
    .radiocontainer:hover input ~ .checkmark {
      background-color: #ccc;
    }   
    /* Create the indicator (the dot/circle - hidden when not checked) */
    .radiomark:after {
      content: "";
      position: absolute;
      display: none;
    }
    
    /* Show the indicator (dot/circle) when checked */
    .radiocontainer input:checked ~ .radiomark:after {
      display: block;
    }
    
    /* When the checkbox is checked, add a blue background */
    .radiocontainer input:checked ~ .checkmark {
      background-color: rgb(37, 103, 112);
    }

    /* Show the checkmark when checked */
    .radiocontainer input:checked ~ .checkmark:after {
      display: block;
    }      
    /* Style the indicator (dot/circle) */
    .radiocontainer .radiomark:after {
      top: 6px;
      left: 6px;
      width: 8px;
      height: 8px;
      border-radius: 50%;
      background: white;
    }
    
          /* Style the checkmark/indicator */
    .radiocontainer .checkmark:after {
      left: 6px;
      top: 0px;
      width: 5px;
      height: 14px;
      border: solid white;
      border-width: 0 3px 3px 0;
      -webkit-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      transform: rotate(45deg);
    }
    

    
    /* Create the checkmark/indicator (hidden when not checked) */
    .checkmark:after {
      content: "";
      position: absolute;
      display: none;
    }
    

    




     /*_____________________________*/


      /**/
      
      /*______   ERROR PAGES   ______*/
      
      .error-holder {
        max-width: 600px;
        padding: 40px 20px;
        margin: 0px auto;
        min-height: 300px;
        text-align: center;
      }
      
      .error-holder h2 {
        margin-top: 40px;
        font-family: 'Raleway', 'Roboto', Arial, sanSerif;
        font-weight: 600;
        font-size: 30px;
      }
      
      /*______   PAGE TITLE   ______*/
      
      .page-title {
        font-size: 30px;
        color: #AEC100;
        text-shadow: none;
        text-transform: uppercase;
        text-align: center;
        margin-bottom: 10px;
        margin-top: 40px;
        font: "Arial", Helvetica, Verdana, san-serif;
        letter-spacing: 1px;
      }
      .widget-content .page-title hr {
        visibility: hidden;
        margin-top: 0px;
        padding: 0px;
      }
      /*
      .page-title {
          font-size: 25px;
          color: #353535;
          text-shadow: none;
          text-transform: uppercase;
          text-align: center;
          margin-bottom: 10px;
          margin-top: 40px;
  		}
      .widget-content .page-title hr {
          margin-top: 5px;
          border-bottom: 3px solid #AEC100;
          margin-left: 33%;
          margin-right: 33%;
      }
      */
      
      /*
      
      LA PAGINA DE NOTICIAS
      
      */
      .share-rrss {
        position: absolute;
        left: 5px;
        bottom: 5px;
      }
      .flexbox-info-big .share-rrss {
        left: 30px;
        bottom: 40px;
      }
      .flexbox-info-big [class^="fonticon-"] {
        color: #FFFB6F ;
      }
      .widget-content h4.ch-item-title-big {
        position: absolute;
        right: 25px;
        bottom: 50px;
        padding: 25px;
        color: #F4F4F4;
        font-weight: normal;
        font-weight: normal;
        width: 60%;
        text-align: right;
        font-size: 30px;
      }
      .widget-content h5.item-date-big {
        color: salmon; /* #FFFB6F; */
        font-family: "Segoe UI", Helvetica, Verdana, san-serif;
        font-size: 20px;
        position: absolute;
        top: 25px;
        left: 35px;            
      }
      
      .item-date {
        color: darkred;          
      }
    
      body {
        background-color: ;
	    }
      * a:hover {
        color: #b1c126;
      }
      
      [class^="fonticon-"]{
        color: #9cab1c;
      }
      
      .bgcolor1 {
      	background-color: #9cab1c;
      }
      
      #calendar .ui-datepicker tbody td.highlight>a,
      #datepicker .ui-datepicker tbody td.highlight>a {
        background-color: #9cab1c;
      }
      
      html, body {
        font: 14px ;
        background-color: rgb(255, 255, 255);
        color: rgb(67, 67, 67);
      }
      
      .full-width {
        max-width: 1123px !important;
      }
      
      #content > div > div > #main {
        max-width: 100%;
      }
      
      #column-one {
        width: 350px;
        min-width: 350px;
      }
      
      #column-two {
        width: 0px;
        min-width: 0px;
      }
      
      #datepicker .ui-datepicker .ui-datepicker-header {
        background-color: #9cab1c;
      }
      
      #datepicker .ui-datepicker tbody td.highlight>a {
        background-color: #fffd7f;
      }
      
      h5 a:hover, h4 a:hover {
        color: #b1c126;
      }
      
      /*______ HEADER ______*/

      header {
        background-color: #ffffff/*rgb(255, 255, 255)*/;
        padding-top: calc(16px*1.8);
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      .ch-slidersimple .header-title-holder h1 {
      	font: 80px ;
      }
      
      .widget-content .site-title,
      .site-title {
        font: "Josefine Sans";
        color: #FFF;
      }
      
      .widget-content .site-subtitle,
      .site-subtitle {
        font: 30px ;
        color: rgb(255, 255, 255);
      }
      
      .widget-content .site-title {
        text-align: center;
      }
      
      .widget-content .site-subtitle {
        margin-top: 20px;
      }
      
      
   

      /* EndHeader */
      
      /*______   SWITCH BUTTON   ______*/
      
      .switch-button {
        position: static;
        float: left;
        width: 130px;
        margin-top: 9px;
      }
      
      .follow-button-text {
        padding-right: 10px;
      }
      
      .follow-button-text,
      .switch-button input[type="checkbox"].switch+span+div {
        display: inline-block;
        vertical-align: middle;
        margin-top: 0px;
        float: initial;
      }
      
      .switch-button .follow-button-text {
        color: rgb(67, 67, 67);
        font:  Arial, Arial, Helvetica, sans-serif;
      }
      
      .switch-button input[type="checkbox"].switch:checked+span+div:before {
        background: #b1c126;
      }
      
      /*EndSwitchButton*/
      
      /*______   NAVIGATION BAR   ______*/
      
      [data-section="nav-bar"] {
        background-color: rgb(255, 255, 255);
        position: relative;
      }
      .avatar-site-holder,
      .avatar-site {
        height: ;
      }
      
      .avatar-site img {
        position: relative;
        z-index: 1;
        padding: 6px 0px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
        height: 100%;
      }
      
      .avatar-site-holder .full-width{
        position: relative;
      }
      
      .avatar-site,
      .avatar-site img {
        display: inline-block;
      }
      
      .avatar-site-wrapper {
        display: inline-block;
        position: relative;
        z-index: 11;
      }
      
      .avatar-site-wrapper:hover .edit-icon {
        display: block;
      }
      
      /*______   TOP BAR   ______*/
      
      .top-bar {
        background-color: rgb(255, 255, 255);
      }
      
      #select-language .selected {
		    color: #b1c126;
			}
      
      .social-elements {
        float: right;
      }
      
      .social-elements li {
        margin: 5px;
      }
      
      .social-elements li > a i {
        font-size: 16px;
        line-height: calc(16px*1.8);
        height: calc(16px*1.8);
        width: calc(16px*1.8);
        color: rgb(67, 67, 67);
        text-align: center;
        display: inline-block;
        border-radius: 50%;
        background-color: rgb(255, 255, 255);
      }
      
      .social-elements li > a:hover i {
      	background-color: rgb(67, 67, 67);
        color: #d5e35f;
      }
      
      .social-elements .zones,
      .social-elements .avatar {
        position: relative;
      }
      
      .social-elements .avatar img {
      	width: calc(16px*1.8);
        height: auto;
        border-radius: 50%;
      }
      
      .social-elements .user-options {
        position: absolute;
        right: 0px;
        top: 100%;
        width: 120px;
        font: 12px 'Raleway', 'Segoe UI', Helvetica, Verdana, san-serif;
        display: none;
        padding-top: 18px;
        z-index: 10;
      }
      
      .social-elements .user-options:before {
        content: "";
        position: absolute;
        top: -2px;
        right: 10px;
        width: 0px;
        height: 0px;
        border-width: 10px;
        border-style: solid;
        border-color: transparent transparent rgb(255, 255, 255) transparent;
      }
      
      .social-elements .zones:hover .user-options,
      .social-elements .avatar:hover .user-options {
        display: block;
      }
      
      .social-elements .user-options i {
        color: rgb(67, 67, 67);
        padding-right: 6px;
      }
      .social-elements .user-options a {
        display: block;
        padding: 5px 10px;
        background-color: rgb(255, 255, 255);
        color: rgb(67, 67, 67);
      }
      
      .social-elements .user-options a:hover {
      	background-color: rgb(67, 67, 67);
        color: #d5e35f;
      }
      .social-elements .user-options a:hover i {
        color: #d5e35f;
      }
      
      #search {
        display: none;
      }
      
      
      /*_________ MAIN NAV __________*/
      
      #main-nav {
        position: relative;
        z-index: 1;
        background-color: rgb(255, 255, 255);
        font-family: "Arial";
        /*box-shadow: 0px 1px 12px rgba(0,0,0,0.3);*/
      }
      
      #main-nav table {
        color: rgb(67, 67, 67);
        font: 20px Arial, Helvetica, sans-serif;
        height: 60px;
      }
      
      #main-nav table td.selected > a,
      #main-nav td:hover > a,
      #main-nav td > a:hover {
        color: #b1c126;
      }
      
      #main-nav table td {
        border-bottom: 3px solid rgb(255, 255, 255);
      }
      
      #main-nav table td > a {
        color: rgb(67, 67, 67);
      }
            
      #main-nav table td:hover {
        border-bottom: 3px solid #b1c126;
      }
      
      #main-nav table ul {
        border-top: 3px solid #b1c126;
        background-color: rgb(255, 255, 255);
      }
      
      #main-nav > div > ul > li {
        color: rgb(67, 67, 67);
        background-color: rgb(217, 217, 217);
        font: 20px Arial, Helvetica, sans-serif;
        width: auto;
      }
      
      #main-nav > div ul li:hover {
        color: #b1c126;
      }
      
      #main-nav table .menu-avatar > a {
        max-height: 60px;
        padding: 0px;
        text-align: left;
      }
      
      .menu-avatar img {
        max-height: 60px;
        padding: 10px 5px;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        box-sizing: border-box;
      }
      
      /*SUBMENU*/
      
      #main-nav > div > ul li ul {
        background-color: rgb(255, 255, 255);
      }
      
      #main-nav > div > ul li ul li {
        color: rgb(67, 67, 67);
      }
      
      .button-submit {
        background-color: #9cab1c;
        line-height: 30px;
        border-radius: none;
      }
      
      /*______   WIDGET CONTENT   ______*/
      
      .widget-content p {
        font: 14px 'Arial';
        color: #7b7b7b;
        line-height: 20px;
        margin-bottom: 20px;
        text-align: justify;
        letter-spacing:1px;
      }
      
      .simple-form input[type="checkbox"] + label {
        font: 12px 'Raleway', 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #1b3b6a;
      }
      
      .widget-content p a {
        font: 12px 'Raleway', 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #59cdff;
      }
      
      .widget-content p+ul {
        margin-top: calc(-20px/2);
      }
      
      .widget-content ul ul {
        margin-top: calc(20px/2);
      }
      
      .widget-content ul > li > ul > li {
        list-style-type:circle;
      }
      
      .widget-content li {
        font: 12px 'Raleway', 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #1b3b6a;
        line-height: 113px;
        margin-bottom: 0px;
      }
      
      .widget-content ul,
      .widget-content ol {
      	margin-bottom: 0px;
      }
      
      .widget-content,
      .widget-content .item-panel {
        font: 12px 'Raleway', 'Segoe UI', Helvetica, Verdana, san-serif;
        color: #1b3b6a;
      }
      
      .widget-content {
        background-color: #FFF;
        padding-left: 20px;
        padding-right: 20px;
        padding-top: 0px;
        padding-bottom: 0px;
        margin-bottom: 40px;
      }
      
      .widget-content h2 {
        font: 30px ;
        color: #9cab1c;
        margin-bottom: 10px;
        margin-top: 30px;
        text-align: left;
        text-transform: uppercase;
				font-weight: normal;
      }
      
      /*
      .widget-content h2:after {
        content: "";
        display: block;
        width: 160px;
        height: 2px;
        background-color: #9cab1c;
  			margin: 0px auto;
        margin-top: 6px;
      }
      */
      
      .inline-date {
          font-size: 17px;
          color: #294573 ;
      }
      
      .widget-content h4 {
        font:  Arial, Arial, Helvetica, sans-serif;
        color: #35363b;
      }
      
      .widget-content h5 {
        font-size: 15px;
        color: purple;
        text-transform: uppercase;
      }
      
      .widget-content hr {
        clear: both;
        margin: 30px 0px;
        border-bottom: 1px solid #fab915;
      }
      
      .widget-actions i {
        color: #404040;
        font-size: 20px;
      }
      
      .widget-actions i:hover {
        color: #b1c126;
      }
      
      /*EndWidgetContent*/
      
      .ch-profile-custom-info > div div:first-child {
        font: 30px ;
        color: #404040;
      }
      
      h1 {
        font: 80px ;
        color: #FFF;
        text-shadow: 1px 1px 2px rgba(0,0,0,0.6);
      }
      
      .index-docs .flexbox-info {
        padding: 10px 10px 10px 0px;
      }
      
      .index-docs .doc-panel .flexbox-hero {
        min-width: 100px;
        width: 100px;
        height: 140px;
      }
      
    