@media(min-width:1px){
    .hidden--l {
        display: block !important;
    }
}


@font-face {
    font-family: 'Perpetua Titling MT Bold';
    src: url('/storage/app/media/PERTIBD.ttf');
    }
    
@font-face {
    font-family: 'fajardo';
    src: url('/storage/app/media/james-fajardo.ttf');
    }
    
@font-face {
    font-family: 'Lucida Grande';
    src: url('/storage/app/media/lucida-grande-bold.ttf');
    }
    
@font-face {
    font-family: 'Scriptina';
    src: url('/storage/app/media/SCRIPTIN.ttf');
    }       
    
    
.wrap__logoHeader {
    max-width: 80%;
    
} 

    
.logo__title {
    margin:0 auto;
    font-family: 'Perpetua Titling MT Bold' !important;
    font-size: 24px !important;
    color:#99cc66;
    margin-bottom:10px;
    padding-top: 10px;
    padding-bottom: 10px;
}

.wrap__ctaHeader .cta__link--icon {
  color: #9cadb4;
}



.sidebar-holder-top {
    content: "LEARN MORE";
}

.sidebar_info {
    text-align: left;
    font-size: 14.6667px;
    color: #999999 !important;
    text-decoration: none;
    z-index: 1 !important;
    position: relative;
    padding-top: 10px;
}

.sidebar_info a {
    text-decoration: none;
    
}

.sidebar_info a {
    color: inherit !important;
}

.sidebar_info_name {
    font-weight: bold;
}

.sidebar_info_name {
    font-weight: bold;
}

.sidebar_info_website {
    font-size: 12px;
    font-weight: bold;
}


.sidebar_info:before {
    display: block;
    padding-bottom: 15px;
    content: "CONTACT";
    font-size: 26px;
    font-weight: lighter;
}


.wrap__navigation-nav:before {
    content: "LEARN MORE";
    padding-left: 10px;
    padding-bottom: 10px;
    font-size: 26px;
    color: #dee89b;
}

.wrap__navigation-nav {
    padding-top: 10px;
}

.mm-panels {
    padding-top: 5px;
}

/* -- PAGES -- */

.welcome_title h1 {
    font-family: 'Lucida Grande' !important;
    font-size: 23px;
    font-weight: bold;
    color: #448aa2;
    text-align: center;
}

.custom_page_title h1 {
    font-family: 'Lucida Grande' !important;
    font-size: 23px;
    font-weight: bold;
    color: #448aa2;
    text-align: center;
}

.custom_page_title2 h1 {
    font-family: 'Lucida Grande' !important;
    font-size: 23px;
    font-weight: bold;
    color: #448aa2;
    text-align: left;
}


.custom_page_title3 h1 {
    font-family: 'Scriptina' !important;
    font-size: 40px;
    color: #569965;
    text-align: left;
}


a {
    text-decoration: none;
}

#content a {
    color: #9cc478;
    
}

.centered1 {
    text-align: center;
    font-size: 22px;
}

.centered2 {
    text-align: center;
    font-size: 10px;
}

.centered3 {
    text-align: center;
    font-size: 26px;
}

.centered4 {
        text-align: center;
}


.indent_set2 li {
    list-style-type: disc;
    padding-left: 20px;
    padding-inline-start: 20px;
}

.indent_set3 li {
    text-indent: -1.0em;
    padding-left: 2.5em;
    list-style-position: inside;
    
}

.disclaimer {
    font-size: 12px;
    font-style: italic;
}

h1.page__title {
    display: none;
}

.covid19_text_line {
    color: #ff0000;
    font-size: 21px;
    font-style: italic;
    font-weight: bold;
}

.covid19_text_line a {
    color: #ff0000 !important;
}

.table_about_me {
    
}

.privacy_note {
    font-size: 14px;
}

.warning {
    color: red;
}

  /*Hot topic page*/
#hot-topics .docheadline{
  font-family: Tahoma;font-size: 12px; text-decoration: none; font-weight: bold; color: #9cc478;
  } 
#hot-topics .docsummary{
  font-family: Tahoma;font-size: 12px;
  } 
#hot-topics .docseperator{ 
  height: 3px; margin: 6px 0px 6px 0px; border-bottom: 1px solid #eeeeee;
  }
#hot-topics .docNewsLogo { 
  font-family: Tahoma; font-size: 10px; align: right;
  } 
#hot-topics .page-title {
  display: block !important;
}

.docNewsLogo a { 
color: #9cc478;
}


/*MEDIA QUERIES*/

@media (max-width: 768px){
.logo__title {
    padding-left: 5px;
    font-size: 20px;
    
}
}

@media (max-width: 425px){
.logo__title {
    padding-left: 40px;
    font-size: 30px;
    
}

.wrap__navigation-nav:before {
display: none;
}

}



