@font-face {
  font-family: "gillsans-light";
  src: url("/storage/app/media/GillSans-Light.ttf");
}
@font-face {
  font-family: "lucida_handwriting";
  src: url("/storage/app/media/lucida_handwriting_italic-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;
}
/* ----------------------------------END HEADER BG IMAGE------------------------------------------------- */
/* ----------------------------------LOGO TITLE------------------------------------------------- */
.wrap__logoHeader .logo__title {
  font-family: fajardo !important;
  color: rgba(198, 220, 244, 1) !important;
  font-size: 42pt !important;
  margin: 0 0 0px !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;
      margin: 0px 0 15px;

}
.cta_header_1__container--inner .cta .cta__button{
    font: 16px;
    color: white;
    background: rgb(105, 169, 242);
    width: 170px;
    padding: 9px 15px;
    border-radius: 0px;
}
.cta_header_1__container--inner .cta .cta__button:hover{
    background-color: rgb(79, 117, 188);
}
/* ----------------------------------END LOGO TITLE------------------------------------------------- */
/* ----------------------------------CTA HEADER------------------------------------------------- */
.wrap__ctaHeader .cta__link--icon:hover {
  color: rgba(193, 208, 219, 1) !important;
}
/* ----------------------------------CTA HEADER------------------------------------------------- */
/* --------------------------------------------SIDEBAR----------------------------------------------------- */
/* -------BACKGROUND COLOR----------*/
/* .sidebar-holder {
  background-color: rgba(225, 225, 225, 1) !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(232, 96, 0, 1) !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) !important;
} */
/* -------TEXT----------*/
.navigation .mm-panels > .mm-panel .mm-listview > li > a,
.navigation .mm-panels > .mm-panel .mm-listview > li > span {
  color: rgba(88, 108, 141, 1) !important;
}
/* --------------------------------------------END SIDEBAR----------------------------------------------------- */

/* ----------------------------------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;
}
.slogan__block {
  /* background-color: rgba(142, 147, 137, 1) !important; */
}
/* ----------------------------------END SLOGAN------------------------------------------------- */
/* --------------------------------------------SIDEBAR CONTENT----------------------------------------------------- */
#side_links {
  font-size: 12px !important;
  position: relative;
  z-index: 1;
  text-align: center !important;
}
#side_links img {
  /* height: 12px !important; */
}

#side_links a {
  text-decoration: none;
  color: rgb(38, 38, 38);
}
#side_links b {
  font-size: 14px !important;
}
#side_links em strong {
  font-size: 14px;
}
#side_links strong {
  font-size: 22px;
  color: rgba(89, 109, 129, 1);
}
.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: blue !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;
}
.wrap__logoHeader {
  max-width: 60% !important;
}
.content .pdficon img {
  width: 40px;
  height: 43px;
}
.image_content__container img {
  width: 75% !important;
}
.image_content__container{
 display:none!important;
}
.wrap__text-block--inner {
    padding: 40px;
}
.content .myborder{
    border: 2px solid black;
    border-radius: 20px;
    padding: 10px 20px 40px 10px!important;
    margin-bottom: 10px;
}
.content .myborder a{
    padding:5px!important;
    color:white!important;
    background-color:rgb(105, 169, 242);
    float: right;
    margin-left: 5px;
    
    margin-bottom: 10px;
}
.content .c18pt{
    font-size:18pt;
}
.content .c18px{
    font-size:18px;
}
.editable_myfooter1__container--inner .myfooter1{
        width: 60%;
    float: left;
    text-align: left;
    color:#fff;
}

.myfooter2__container--inner .myfooter2{
    text-align: center;
    margin-top: 100px;
    font-size: 32px!important;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}
/* --------------------------------------------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: 600px !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;
  }
  .wrap__logoHeader .logo__title {
    font-size: 40pt !important;
  }
  .logo__description {
    font-size: 20px !important;
  }
  .wrap__logoHeader {
    max-width: 100% !important;
  }
  #copyright ul li {
    text-align: center !important;
  }
  .editable_myfooter1__container--inner .myfooter1{
        width: 100%;
    float: none;
    text-align: center;
    color:#fff;
}
.myfooter2__container--inner .myfooter2{
    text-align: center;
    margin-top: 50px;
    font-size: 32px!important;
    font-weight: bold;
    color: #fff;
    letter-spacing: 1px;
}
}
@media only screen and (max-width: 425px) {
  .wrap__logoHeader .logo__title {
    font-size: 38pt !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;
    margin-bottom: 10px;
  }
  .content .left img {
    float: none !important;
    clear: left;
    display: block;
    margin: auto;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 375px) {
  .wrap__logoHeader .logo__title {
    font-size: 34pt !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;
  }
}

.slider__button a:focus,
.slider__button a:active,
button:not([class^="se__"]):not([class^="redactor__"]):not([class^="redactor-"]):not([id^="redactor"]):not([class^="vjs-"]):not(.gallery-video-btn):focus,
button:not([class^="se__"]):not([class^="redactor__"]):not([class^="redactor-"]):not([id^="redactor"]):not([class^="vjs-"]):not(.gallery-video-btn):active,
input[type="button"]:focus,
input[type="button"]:active,
input[type="reset"]:focus,
input[type="reset"]:active,
input[type="submit"]:focus,
input[type="submit"]:active,
.button:focus,
.button:active,
.cta__button:focus,
.cta__button:active,
.cta__button--icon:focus,
.cta__button--icon:active {
  color: #fff !important;
}
