@font-face {
    font-family: 'gillsans-light';
    src: url('/storage/app/media/GillSans-Light.ttf');
}
@font-face {
    font-family: 'fajardo';
    src: url('/storage/app/media/James_Fajardo.ttf');
}
/* ------------------------------------WEBSITE BACKGROUND------------------------------------------------- */
body{
    background: transparent!important;
    background-image: url(/storage/app/media/03992773bg.gif)!important;
}
.tile, .card {
     background: transparent!important;
}
/* ----------------------------------END WEBSITE BACKGROUND------------------------------------------------- */
.slideshow__section .slogan__block {
    background: #787878;   
 }
 
.image_slogan_block__container .image img{
    width: 100% !important;
    height: 100% !important;
 }

  .slogan-text-1 {
    font-family: gillsans-light;
    font-size: 50pt;
    margin: 0;
    line-height: 1;  
 }
  .slogan-text-2 {
    font-family: 'gillsans-light';
    font-size: 14pt;
    margin: 0px 15px -5px 0;
    line-height: 0.3;
    letter-spacing: 0px;
  }
 .slogan-text-3 {
    font-family: 'gillsans-light';
    font-size: 30pt;
    margin: 0;
    line-height: 1.4;
  }
  /* ----------------------------------LOGO TITLE------------------------------------------------- */
.logo__title{
      font-family: fajardo!important;
      color: rgba(166, 210, 101, 1.00)!important;
      font-size:69px!important;
      margin: 0 0 10px;
}
.logo__description{
      font-size:17px!important;
}
.wrap__ctaHeader .cta__link--icon:hover {
    color: rgba(166, 210, 101, 1.00)!important;
}
.wrap__page-content h1, .page__title {
     font-family: fajardo;
     color:rgba(46, 113, 5, 1.00)!important;
     font-size:54px!important;
}

/* ----------------------------------END LOGO TITLE------------------------------------------------- */
 /* --------------------------------------------SIDEBAR----------------------------------------------------- */
/* -------BACKGROUND COLOR----------*/
.sidebar-holder {
    background-color: rgba(166, 210, 101, 1.00)!important;
}
/* -------BOX COLOR----------*/
.navigation .mm-panels > .mm-panel .mm-listview > li > a:not(.mm-next):not(.mm-arrow):before, .navigation .mm-panels > .mm-panel .mm-listview > li > span:not(.mm-next):not(.mm-arrow):before {
    color:rgba(36, 103, 6, 1.00)!important;
}
/* -------HOVER----------*/
.navigation .mm-panels > .mm-panel .mm-listview > li > a:hover, .navigation .mm-panels > .mm-panel .mm-listview > li > span:hover {
    background: rgba(166, 210, 101, 1.00)!important;
}
/* -------TEXT----------*/
}
/* --------------------------------------------END SIDEBAR----------------------------------------------------- */
 .image_header__container--inner .image img{
     width:200px!important;
     height:200px!important;
 }
 .cta h2{
    color: rgba(0, 0, 0, 1.00)!important;

 }
 /* --------------------------------------------SIDEBAR CONTENT----------------------------------------------------- */
#side_links{
    font-size:14px!important;
    position:absolute;
    z-index:1;
    word-wrap: break-word;
    margin-left:auto;
    margin-right:auto;
    left:0;
    right:0;
    text-align:center!important;
}
#side_links img{
    height: 12px!important;
}

#side_links a{
    text-decoration:none;
    color: rgb(38, 38, 38);
}

.wtable table th,td{
    border:none;
}
/* --------------------------------------------END SIDEBAR CONTENT----------------------------------------------------- */
#slider .slider__image {
background-position: left center;
background-size: cover;
}
.contentred a{
    /* color: rgb(153, 51, 102); */
    text-decoration:none!important;
    color: rgba(46, 113, 5, 1.00)!important;

}
.content a{
    /* color: rgb(153, 51, 102); */
    text-decoration:none!important;
    color: rgba(46, 113, 5, 1.00)!important;

}
.content14{
   font-size:14px!important;
}
.red{
    color:red!important;
}
.wrap__logoHeader {
    padding-top: 10px!important;
}

element.style {
}
.logo__link.logo__left .logo__title, .logo__link.logo__right .logo__title {
    align-self: flex-end;
}
.wrap__logoHeader .logo__title {
    margin: 0 0 10px;
}
.custom_list-style li{
    list-style-type: disc;
    list-style-position: inside;
    text-indent: -1.3em;
    padding-left: 2.5em;
}
@media only screen and (max-width: 1024px) {
   .wrap__header--inner .header-right {
    float: right;
    padding: 0 0 0 10px;
    text-align: right;
    text-align: right;
    display: inline-block!important;
    position: relative;
    margin-top: -120px;
}
.wrap__logoHeader .logo .logo__summary {
    text-align: left!important;
    padding-bottom:20px!important;
    
}
.wrap__header--inner {
    text-align: left;
    padding: 39px 35px 10px!important;
}
.wrap__header--inner .image__container {
    display: block!important;
}
}
@media only screen and (max-width: 768px) {
    .wrap__header--inner .header-right {
    display: none!important;
    }
   .wrap__logoHeader .logo .logo__summary {
    text-align: center!important;
    padding-bottom:20px!important;
    
}
.wrap__header--inner {
    text-align: center;
    padding: 39px 35px 10px!important;
}
.wrap__header--inner .image__container {
    display: none!important;
}
.logo__title{
    font-size:52px!important;
}
.logo__description{
      font-size:24px!important;
}
    
}
@media only screen and (max-width: 375px) {
    .logo__title{
      font-size:42px!important;
    }
    .logo__description{
        font-size:20px!important;
        padding:0px 10px;
        padding-bottom:0px!important;
    }
    .wrap__header--inner {
    text-align: center;
    padding: 20px 15px 5px!important;
}
}