@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');
    }       

@font-face {
    font-family: 'Optima';
    src: url('/storage/app/media/OPTIMA.ttf');
    }       
    
@font-face {
    font-family: 'Karla';
    src: url('/storage/app/media/Karla-BoldItalic.ttf');
    } 
        
    
.wrap__logoHeader {
    max-width: 80%;
    
} 

    
.logo__title {
    margin: auto;
    font-family: 'Optima' !important;
    font-size: 34.6667px !important;
    color: #9cadb4;
    margin-bottom:10px;
    padding-top: 5px;
   
    font-weight: bold !important;
}

.logo__description {
    font-size: 18.6667px;
    font-family: 'Karla';
    font-weight: bold !important;
}

.wrap__image--inner .image {
    height: 150px !important;
}

.wrap__ctaHeader .cta__link--icon {
  color: #9cadb4;
}



.sidebar-holder-top {
    content: "LEARN MORE";
}

.sidebar_info {
    text-align: left;
    font-size: 12.6667px;
    color: #999999 !important;
    text-decoration: none;
    z-index: 1 !important;
    position: relative;
    padding-top: 10px;
    font-weight: bold;
}

.sidebar_info a {
    text-decoration: none;
    
}

.sidebar_info a {
    color: inherit !important;
}

.sidebar_info_name {
    font-weight: bold;
}

.sidebar_info_name {
    
    font-size: 14.6667px;
}

.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 {
    font-family: 'Scriptina' !important;
    font-size: 40px;
    color: #569965;
    text-align: left;
}




.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;
}

.karen_image {
    width: 150px;
    height: 184px;
}


/*MEDIA QUERIES*/

@media (max-width: 768px){
.logo__title {
   text-align: center !important;
    font-size: 25px !important;
}

.logo__description {
    font-size: 16px !important;
    text-align: center !important;
}
    

}

@media (max-width: 425px){
.logo__title {
    
    text-align: center !important;
}

.logo__description {
    
    text-align: center;
}

.wrap__logoHeader {
    max-width: 100%;
}

.wrap__navigation-nav:before {
display: none;
}

}



