@font-face {
  font-family: "futura_med_cond";
  src: url("/storage/app/media/futura_med_cond-webfont.ttf");
}
@font-face {
  font-family: "snellrnd";
  src: url("/storage/app/media/snellrnd-webfont.ttf");
}
@font-face {
  font-family: "futurxkc";
  src: url("/storage/app/media/futurxkc-webfont.ttf");
}
/* --------------------------------------------COLOR---------------------------------------------------- */
.red {
  color: red !important;
}
#content .pdficon {
  width: 40px;
  height: 43px;
  border: 0px;
}
.leadForm {
  width: 50%;
  display: block;
}
.verified {
  width: 146px;
  height: 69px;
}
/* ---------------------------------------LOGO & DESCRIPTION------------------------------------------------ */
.wrap__logoHeader .logo__title {
  font-family: futurxkc !important;
}
.wrap__logoHeader .logo__description {
  /* font-family:futurxkc!important; */
}
/* --------------------------------------------SLOGAN----------------------------------------------------- */
.slogan {
  text-align: center;
}
.slogan .p1 {
  font-family: snellrnd;
  font-size: 48pt !important;
  margin: 0px !important;
}
.slogan .p2 {
  font-family: futura_med_cond;
  font-size: 19pt !important;
  margin: 0px !important;
  margin-left: 60px !important;
}
.image_fullwidth__container .image {
  background-size: 1000px 114px !important;
}
/* --------------------------------------------INDENT----------------------------------------------------- */
.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;
}
/* --------------------------------------------SIDELINKS----------------------------------------------------- */
#side_links {
  color: rgba(176, 176, 176, 1) !important;
  font-size: 12px !important;
  text-align: center;
  line-height:18px;
}
#side_links b {
  font-size: 14px !important;
}
#side_links a {
  text-decoration: none !important;
}
#side_links .title {
  color: #4a7d92 !important;
}
/* --------------------------------------------CONTENT----------------------------------------------------- */
#content a {
  text-decoration: none !important;
  color: rgba(203, 171, 150, 1.00) !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 .center {
  text-align: center !important;
}
#content .img_center img {
  display: block !important;
  margin: auto;
}
.logo img {
  position: absolute;
  margin-top: -39px !important;
}
.logo__left .logo__summary {
  text-align: left;
  margin-left: 80px;
}

#content tr,
td,
th {
  vertical-align: top;
  border: 0px;
}
.myfooter{
    text-align:center;
    padding:0px 20px 0px 20px;
}
@media (max-width: 518px) {
  .embed-code {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  .wrap__logoHeader .logo img {
    display: none;
  }
  .wrap__footer {
    text-align: center;
  }
  .logo__left .logo__summary {
    text-align: left;
    margin-left: 40px;
  }
}
@media only screen and (max-width: 425px) {
  .sidebar-info {
    min-height: 100px;
  }
  .leadForm {
    width: 80% !important;
    margin: 0 auto;
  }
  #content .left img {
    float: none;
    display: block;
    margin: auto;
  }
  #content .right img {
    float: none;
    display: block;
    margin: auto;
  }
  .myfooter{
    padding:0px;
}
}
