@font-face {
  font-family: "gillsans-light";
  src: url("/storage/app/media/GillSans-Light.ttf");
}
@font-face {
  font-family: "arial";
  src: url("/storage/app/media/arial-webfont.ttf");
}
@font-face {
  font-family: "fajardo";
  src: url("/storage/app/media/James_Fajardo.ttf");
}
@font-face {
  font-family: "gill_sans_bold";
  src: url("/storage/app/media/gill_sans_bold-webfont.ttf");
}

/* ------------------------------------WEBSITE BACKGROUND------------------------------------------------- */
body {
  background: transparent !important;
  background-image: url(/storage/app/media/bg.gif) !important;
}
.tile,
.card {
  background: transparent !important;
}
/* ----------------------------------END WEBSITE BACKGROUND------------------------------------------------- */
/* ----------------------------------HEADER BG IMAGE------------------------------------------------- */
.wrap__header--inner {
  background-size: 1200px 160px;
  background-image: url(/storage/app/media/watermark-header.png);
  background-position: 0px bottom;
  background-repeat: no-repeat;
}
/* .image_slogan_block__container--inner {
  background-image: url(/storage/app/media/watermark-slogan.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -30px; 
} */
/* ----------------------------------END HEADER BG IMAGE------------------------------------------------- */
/* ----------------------------------LOGO TITLE------------------------------------------------- */
.logo__title {
  font-family: fajardo !important;
  color: rgba(198, 220, 244, 1) !important;
  font-size: 44pt !important;
  margin: 0 !important;
}
.logo__description {
  font-size: 17px !important;
}
.wrap__ctaHeader .cta__link--icon:hover {
  color: rgba(166, 210, 101, 1) !important;
}
.wrap__page-content h1,
.page__title {
  font-family: fajardo !important;
  /* color: #fff !important; */
  font-size: 41pt !important;
}

/* ----------------------------------END LOGO TITLE------------------------------------------------- */
/* ----------------------------------CTA HEADER------------------------------------------------- */
.wrap__ctaHeader .cta__link--icon:hover {
  color: rgba(193, 208, 219, 1) !important;
}
/* ----------------------------------CTA HEADER------------------------------------------------- */

/* ----------------------------------SLOGAN------------------------------------------------- */
.slideshow__section .slogan__block {
   background-image: url(/storage/app/media/watermark-slogan.png);
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 0 -30px; 
}


.slogan-text-1 {
    font-family: 'gillsans-light' !important;
    font-size: 38pt !important;
    margin: 0;
    line-height: 1;
    text-align: left;
    margin-left: 20px;
}
.slogan-text-2 {
font-family: 'gillsans-light' !important;
    font-size: 26pt !important;
    margin: 0;
    line-height: 0.6;
    text-align: center;
    margin-left: 50px;
}
.slogan-text-3 {
    font-family: gill_sans_bold !important;
    font-size: 38pt !important;
    color: #fff;
    margin: 0;
    line-height: 1;
}

.slideshow__section .slogan__block--inner > div {
        margin-right: 50px;
}
/* ----------------------------------END SLOGAN------------------------------------------------- */
/* --------------------------------------------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);
}
#side_links em strong {
  font-size: 14px;
}

.wtable table th,
td {
  border: none;
}
/* --------------------------------------------END SIDEBAR CONTENT----------------------------------------------------- */
.custom_list-style li {
  list-style-type: disc;
  list-style-position: inside;
  text-indent: -1.3em;
  padding-left: 2.5em;
}
.custom_list-style1 li {
  /* list-style-type: disc;
  list-style-position: inside; */
  text-indent: -1.3em;
  padding-left: 2.5em;
}
.myindent {
  padding-left: 3em;
}
/* --------------------------------------------POSITIONING----------------------------------------------------- */
.content a {
  text-decoration: none !important;
  color: #57697f !important;
  /* font-weight: bold!important; */
}
.content .left img {
  float: left;
  clear: left;
  margin-right: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content .right img {
  float: right;
  clear: right;
  margin-left: 10px;
  margin-top: 10px;
  margin-bottom: 10px;
}
.content .img_center img{
    display:block!important;
    margin:auto!important;
}
.content .center {
  text-align: center !important;
}
.red {
  color: red !important;
}
/* --------------------------------------------END POSITIONING----------------------------------------------------- */

/* --------------------------------------------CONTENT----------------------------------------------------- */
.content .c12pt {
  font-size: 12pt !important;
  color: rgb(87, 107, 127) !important;
}
.content .c15pt {
  font-size: 15pt !important;
}
.content .c12px {
  font-size: 12px !important;
}

/* --------------------------------------------MEDIA----------------------------------------------------- */
@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: 25px 30px 10px !important;
  }
  .wrap__header--inner .image__container {
    display: block !important;
  }
  .sidebar-info {
    height: 260px !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: 25px 30px 10px !important;
  }
  .wrap__header--inner .image__container {
    display: none !important;
  }
  .logo__title {
    font-size: 40pt !important;
  }
  .logo__description {
    font-size: 20px !important;
  }

  #copyright ul li {
    text-align: center !important;
  }
}
@media only screen and (max-width: 425px) {
  .logo__title {
    font-size: 40pt !important;
  }
  .logo__description {
    font-size: 16px !important;
    padding: 0px 10px;
    padding-bottom: 0px !important;
  }
  .wrap__header--inner {
    text-align: center;
    padding: 20px 15px 5px !important;
  }
  .content .right img {
  float: none!important;
  clear: right;
  display:block;
  margin:auto;
}
.content .left img {
  float: none!important;
  clear: left;
  display:block;
  margin:auto;
}
}
@media only screen and (max-width: 375px) {
  .logo__title {
    font-size: 36pt !important;
  }
  .logo__description {
    font-size: 16px !important;
    padding: 0px 10px;
    padding-bottom: 0px !important;
  }
  .wrap__header--inner {
    text-align: center;
    padding: 20px 15px 5px !important;
  }
}
