/*!
 * Client specific customizations; base theme will be blank.  Implemented in child theme
 */
@media (min-width: 992px) {
  .header-holder .logo {
    position: relative;
    -webkit-transform: translateY(-93px);
            transform: translateY(-93px);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease;
    z-index: 1;
    margin-bottom: -83px;
    width: 9.75rem;
    padding: 9px;
  }
  .header-holder.fixed .logo {
    -webkit-transform: translateY(10px);
            transform: translateY(10px);
    z-index: 22;
    margin-bottom: 20px;
    width: 6rem;
  }
  .header-top .dropdown-menu {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.inform-section {
  background: #D3DDED;
}

.slogan-section h2 {
  margin: auto;
}

.page-node-type-blog .intro-block h1 {
  text-shadow: 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #fff;
}

.header-top .dropdown-toggle:hover {
  color: #fff;
}

@media (max-width: 768px) {
  .menu-holder {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    gap: 0.5rem;
  }
  .opener-holder {
    width: 27rem;
  }
  #header .header-holder .btn-warning {
    margin: 5px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
  #page_primary_menu .page-search {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 5px;
    -ms-flex-negative: 0;
        flex-shrink: 0;
  }
}
@media (max-width: 991px) {
  .menu-drop .main-nav .dropdown-menu .menu-submenu .menu-submenu-ul > li:not(:first-child):last-child > a {
    border-bottom: 1px solid #dee2e6;
  }
}
.inform-section .img-block {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media (min-width: 992px) {
  .inform-section .img-block {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.inform-section .img-block img {
  height: initial;
  border-radius: 15px;
}
@media (max-width: 992px) {
  .inform-section .img-block img {
    width: auto;
  }
}

#sidebar .card-body .decor-holder.icon-star {
  z-index: 2;
}

body#entity\.webform\.canonical .block-bottom-border {
  height: 20px;
}

.mobile-click-to-call {
  background: rgba(var(--tertiary), 1);
}

.btn-warning:focus {
  color: rgba(var(--btn_font_hover), 1);
}

@media (min-width: 1920px) {
  .intro-block {
    padding: 5.5rem 0;
  }
}

.team-section-default a.btn.btn-warning {
  display: none;
}
