/* Global Mobile Breakpoints */
/* Site Specific Colors */
@media print {
  html body {
    padding-top: 0 !important;
  }
  html body .search-block-form {
    display: none;
  }
  html body .logo-container {
    display: none;
  }
  html body .navbar {
    display: none;
  }
  html body a[href]:after,
  html body a[href] .extlink {
    display: none;
    content: "";
  }
  html body .off-canvas-wrapper {
    display: none;
  }
  html body .breadcrumb {
    display: none;
  }
  html body .page-header {
    background: none !important;
    margin-bottom: 0 !important;
  }
  html body .page-header .main-container {
    margin: 0;
  }
  html body .page-header .main-container h1 {
    color: #35822b !important;
  }
  html body .page-header .main-container #block-drupalbase-custom-page-title {
    width: 100%;
  }
  html body .page-header .main-container .navbar-text {
    width: 100%;
  }
  html body aside.col-sm-3 {
    display: none !important;
  }
  html body .region-sidebar-left {
    display: none;
  }
  html body .main-content {
    width: 100% !important;
  }
  html body .content_bottom {
    display: none;
  }
  html body #block-printbutton {
    display: none;
  }
  html body #block-footer4 {
    display: none;
  }
  html body .ckeditor-accordion-container > dl dd.closed {
    position: relative;
    height: auto;
    width: 100%;
  }
}
