div.dialog-off-canvas-main-canvas {
  background-color: #f26053;
}
div#toolbar-administration,
header#header div#block-hoursandcta,
section.region-section-title,
div#section_title,
div#sidebar_first,
footer {
  display: none;
}
header#header {
  background-image: unset;
  background-color: white;
  top: 0 !important;
}
header#header, 
header#header > nav#navbar-main,
header#header > nav#navbar-main > div.container {
  height: 115px !important;
}
header#header > nav#navbar-main > div.container > div.col > a.navbar-brand > img {
  height: 57px;
  width: auto;
}
header#header div#block-hoursandcta {
  display: none;
}
div#main-wrapper {
  margin-top: 115px;
}
div#page-wrapper {
  margin-top: 0;
  padding-bottom: 300px;
}
div#main.container {
  background-color: #ffffff;
  padding: 29px;
}
.toolbar-tray-open.toolbar-vertical.toolbar-fixed {
  margin-inline-start: 0;
}
h1.title {
  padding: 15px !important;
}
@media screen and (min-width: 0) {
  div#sidebar_first {
    display: none;
  }
  header#header > nav#navbar-main > div.container > div.col > a.navbar-brand > img {
    height: 57px !important;
    width: auto !important;
  }
  header#header, 
  header#header > nav#navbar-main,
  header#header > nav#navbar-main > div.container {
    height: 115px !important;
  }
  div#page-wrapper {
  margin-top: 115px !important;
}