.region-banner .banner-control {
  position: relative;
}
.region-banner .banner-control .fas.fa-spinner {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 50px;
  width: 50px;
  font-size: 3em;
  color: #000;
  text-align: center;
  transform: translate(-50%, -50%);
  overflow: visible;
  transition: opacity 400ms;
}
.region-banner .banner-control img.img-responsive {
  opacity: 0;
  transition: opacity 500ms ease-in;
}
@media print {
  html body .wrapper-alert {
    display: none;
  }
  html body .search-block-form {
    display: none;
  }
  html body .logo-container {
    background: none;
    padding-top: 9%!important;
  }
  html body .navbar {
    display: none;
  }
  html body a[href]:after {
    display: none;
    content: "";
  }
  html body .off-canvas-wrapper {
    display: none;
  }
  html body .region-banner {
    min-height: 200px;
  }
  html body .region-banner .view-page-title-custom-block-by-dina {
    position: relative;
  }
  html body .breadcrumb {
    display: none;
  }
  html body .region-header .navbar-text {
    width: 100%;
  }
  html body .region-header #block-placeholderlogo {
    background-color: #000;
  }
  html body .region-header #block-placeholderlogo img {
    background-color: #000;
  }
  html body .region-header #block-socialicons {
    display: none;
  }
  html body .region-sidebar-left {
    display: none;
  }
  html body .region-content #block-capitolscreen {
    display: none;
  }
  html body .content_bottom {
    display: none;
  }
}
.ckeditor-accordion-container {
  display: flow-root;
  overflow: hidden;
}
.ckeditor-accordion-container::after {
  content: "";
  clear: both;
}
