/*
 * @file
 * Provides the layout styles for sjma_front.
 */
@media screen and (min-width: 680px) {
  .sjma--layout--front .sjma--layout--front--bottom-wrapper__inner {
    display: flex;
  }
  .sjma--layout--front .sjma--layout--front--bottom-wrapper__inner > .layout__region--bottom-first {
    flex: 1 0 auto;
    display: flex;
  }
  .sjma--layout--front .sjma--layout--front--bottom-wrapper__inner > .layout__region--bottom-second {
    flex: 0 0 25%;
    padding-left: 0.75rem;
  }
}
.sjma--layout--front .sjma--layout--front--bottom-wrapper__inner .layout__region--bottom-second h2 {
  border-top: none;
  font-size: 2.75rem;
  padding-top: 0;
  margin-bottom: 0;
  text-transform: none;
}

.path-frontpage #block-sjma-branding {
  left: -1px;
  right: -1px;
  top: -2px;
}
.path-frontpage #block-sjma-branding .site-logo {
  max-width: 100%;
  width: 100%;
}

.mobile-home-banner {
  display: block;
  margin-bottom: 1.5rem;
  margin-left: -1.5rem;
  margin-right: -1.5rem;
  margin-top: -2rem;
}
@media screen and (min-width: 920px) {
  .mobile-home-banner {
    display: none;
  }
}
.mobile-home-banner .view-home-banner > .view-content {
  height: auto;
  padding-bottom: 0;
}
.mobile-home-banner .node--type-home-banner.node--view-mode-teaser img {
  min-height: 20em;
  -o-object-fit: cover;
     object-fit: cover;
}

/*# sourceMappingURL=layouts.css.map*/