#header header {
  display: flex;
  flex-direction: row;
  align-items: center;
}
#header header img.logo {
  width: 15%;
  margin-right: 1em;
}
#header header h1 {
  margin-bottom: 0;
  line-height: 1;
}

#basicSlider { position: relative; }

#basicSlider .MS-content {
  white-space: nowrap;
  overflow: hidden;
}

#basicSlider .MS-content .item {
  display: inline-block;
  width: 100%;
  position: relative;
  vertical-align: top;
  overflow: hidden;
  height: 100%;
  white-space: normal;
  line-height: 50px;
  vertical-align: middle;
}
.slide-container {
    margin-top: 20px;
    margin-bottom: 20px;
}
.quote-slide {
    margin: 30px 0;
    text-align: center;
}
.quote-slide h2 {
    line-height: 1.1;
}
.quote-slide p {
    margin-bottom: 0;
}
/*@media (max-width: 991px) {

 #basicSlider .MS-content .item { width: 25%; }
}
@media (max-width: 767px) {

#basicSlider .MS-content .item { width: 35%; }
}
@media (max-width: 500px) {

#basicSlider .MS-content .item { width: 50%; }
}

#basicSlider .MS-content .item a {
  line-height: 50px;
  vertical-align: middle;
} */

#basicSlider .MS-controls button { position: absolute; }

#basicSlider .MS-controls .MS-left {
  top: 35px;
  left: 10px;
}

#basicSlider .MS-controls .MS-right {
  top: 35px;
  right: 10px;
}

/* styles for mobile title bar */
@media screen and (max-width: 840px) {
  #titleBar .title {
    background-color: #fff;
    color: #000;
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    white-space: nowrap;
  }
  #titleBar .title img.mobile-logo {
    max-height: 30px;
    margin-right: 10px;
  }
}
