@font-face {
    font-family: 'optima';
    src: url('/storage/app/media/optima.woff');
}
@font-face {
    font-family: 'scriptin';
    src: url('/storage/app/media/scriptin.woff');
}

h1, .page__title {
    color: #4067b0;
    padding-left: 2px;
    font-family: scriptin;
    font-size: 41.3333px;
    margin-bottom: 40px;
}

.custom_white {
    color: #FFFFFF;
}

a {
    text-decoration: none;
    color: #689ed4;
}

.open_sans_font {
    font-family: 'Open Sans', sans-serif;
}

.wrap__contacts::before {
    display: block;
    margin-bottom: 40px;
    content: "CONTACT";
    font-size: 26px;
    font-weight: lighter;
    color: rgba(156, 173, 180, 1.00);
}

.sidebar-holder-top::before {
    display: block;
    margin: 0 10px 15px;
    content: "LEARN MORE";
    font-size: 26px;
    font-weight: lighter;
    color: rgba(200, 222, 242, 1.00);
}


.logo__title {
    font-family: optima !important;
    font-size:34.6667px !important;
}

.logo__description {
    font-family: tahoma !important;
    font-size: 18.6667px !important;
}

.docheadline {
  font-family: tahoma;
  font-size: 12px;
  color: #689ed4;
  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;
}

.email-center {
  text-align: center;
  position: relative;
  z-index: 9999;
}

.custom_red {
  color: red;
}

.custom_black {
  color: #999999;
}

.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, tr, td {
  border: none;
}

table {
  display: inline-block;
}

.pix_right {
    float: right;
    margin: 10px;
}

.pix_left {
    float: left;
    margin: 10px;
}

@media only screen and (max-width: 768px) {
    .sidebar-holder-top::before {
        display: none !important;
    }
    .wrap__logoHeader .logo__title {
        font-size: 32px !important;
    }
    .wrap__logoHeader .logo__description {
        font-size: 24px !important;
    }
    .sidebar-holder-top::before {
        display: none;
    }
    .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 {
        float: none;
        display: block;
        margin: 30px auto 0 !important;
    }
    .pix_left {
        float: none;
        display: block;
        margin: 30px auto 0 !important;
    } 
}

@media only screen and (max-width: 1024px) {
    .wrap__contacts::before {
        display:none;
    }
    .wrap__image--inner .image {
        display: block !important;
    }
    .wrap__image:after {
        display: none;
    }
    .wrap__logoHeader {
        width: 100% !important;
    }
    .wrap__slider, .wrap__image {
        display: none;
    }
}

.justify_grid {
    display: grid;
    grid-auto-flow: column;
}

.font_22 {
    color: rgba(63, 102, 176, 1.00) !important;
    font-size: 22px;
}

