@font-face {
  font-family: 'franklin_gothic_demi-webfont';
  src: url('/storage/app/media/franklin_gothic_demi-webfont.ttf');
}

@font-face {
  font-family: 'futural';
  src: url('/storage/app/media/futural.woff');
}

@font-face {
  font-family: 'futurxkc';
  src: url('/storage/app/media/futurxkc.woff');
}

@font-face {
  font-family: 'Snellrnd';
  src: url('/storage/app/media/Snellrnd.ttf');
}

@media only screen and (max-width: 1024px) {
    .slideshow__section {
        display: none !important;
    }

}

.custom_input {
    width: 8rem;
}

.custom_input1 {
    width: 10rem;
}

.dark_red {
    color: #b22222;
}

.to_left {
    text-align: left;
}

.to_right {
    text-align: right;
}



.wrap__ctaHeader--inner {
    position: relative;
    right: 12px;
}

.wrap__ctaHeader {
    position: relative;
    bottom: 33px;
}

.l-height p{
    line-height: 2rem;
    color: #000000;
    font-size: 1rem;
}

h1, .page__title {
  color: rgb(75, 120, 135);
  font-family: 'franklin_gothic_demi-webfont' !important;
  font-size: 28px;
  margin-top: 15px;
}

.font_21 {
    font-size: 21px;
}

.justify_grid {
  display: grid;
  grid-auto-flow: column;
  grid-template-columns: 33.3333% 33.3333% 33.3333%;
}

.slogan_1 {
    font-family: 'Helvetica' !important;
    font-size: 48px;
    color: rgba(75, 120, 135, 1.00);
    position: relative;
    bottom: 28px;
    left: 186px;
}

.slogan_2 {
    font-family: 'Snellrnd' !important;
    font-size: 80px;
    color: rgba(75, 120, 135, 1.00);
    position: relative;
    left: 100px;
}

@media only screen and (max-width: 768px) {
    .to_center {
        margin: 0 auto;
        display: block;
        margin-bottom: 1rem;
    }
    .to_left {
        text-align: center !important;
    }

    .to_right {
        text-align: center !important;
    }
  .custom_email-center {
      text-align: center;
      position: relative;
      z-index: 9999;
      margin-top: 17px;
      margin-bottom: -28px;
  }
  .copyright__list li {
      text-align: center;
  }
   .pix_right_s {
      float: none !important;
      display: block;
      margin: 30px auto 0 !important;
  }
  .pix_right {
      float: none !important;
      display: block;
      margin: 30px auto 20px !important;
  }
  .pix_left_s {
      float: none !important;
      display: block;
      margin: 30px auto 0 !important;
  }
  .pix_left {
      float: none !important;
      display: block;
      margin: 30px auto 20px !important;
  }
  .wrap__contacts {
      padding: 22px 12px;
  }
  .show-on-site {
      text-align: center !important;
  }
  .copyright__list {
      text-align: center;
  }
  .justify_grid {
      display: grid;
      grid-auto-flow: row !important;
      grid-template-columns: unset;
  }
  h1, .page__title {
      font-size: 32px !important;
    }
}

.logo__title {
  font-family: futurxkc !important;
  font-size: 33.3333px !important;
  color: rgba(75, 120, 135, 1.00);
}

.logo__description {
  font-family: futural !important;
  font-size: 21px !important;
  color: rgba(108, 108, 108, 1.00);
}



.email-center {
text-align: center;
position: relative;
z-index: 9999;
}

.custom_red {
color: red;
}

.custom_black {
color: #424242;
}

.custom_list-style li {
list-style-type: disc;
list-style-position: inside;
text-indent: -1.3em;
padding-left: 2.5em;
}

.location__phone::before {
content: "\f095";
font-family: FontAwesome;
padding-right: 5px;
}

.location__address::before {
content: "\f041";
font-family: FontAwesome;
padding-right: 5px;
}

.location__fax::before {
content: "\f1ac";
font-family: FontAwesome;
padding-right: 5px;
}

.location__email::before {
content: "\f0e0";
font-family: FontAwesome;
padding-right: 5px;
}



table {
display: inline-block;
}

.pix_right {
  float: right;
  margin: 10px;
}

.pix_left {
  float: left;
  margin: 10px;
}

.custom_list-style_ol li {
list-style-position: inside;
text-indent: -1.3em;
padding-left: 2.5em;
}

.l_height {
  line-height: 1.3;
}


tbody, tr, td {
    border: none;
}

a {
  text-decoration: none !important;
}

.for_etc {
  width: 20rem;
}

iframe {
  width: 340px !important;
  height: 425px !important;
}

.docheadline {
font-family: tahoma;
font-size: 12px;
color: #4c7888;
font-weight: bold;
}

.docsummary {
font-family: tahoma;
font-size: 12px;
color: #424242;
}

.docseperator {
height: 3px;
margin: 6px 0px 6px 0px;
border-bottom: 1px solid #eeeeee;
}

.docNewsLogo {
font-family: Tahoma;
font-size: 10px;
align: right;
}

.custom_white {
  color: #FFFFFF !important;
}

.show-on-site {
  text-align: right;
}

.copyright__list {
  color: #000000 !important;
}

.center_image {
  display: block;
  margin: 0 auto;
}

.pix_left_s {
  clear: left;
  float: left;
  margin: 10px;
}

.pix_right_s {
  clear: right;
  float: right;
  margin: 10px;
}

