:root {
  --blue: #007bff;
  --indigo: #6610f2;
  --purple: #6f42c1;
  --pink: #e83e8c;
  --red: #dc3545;
  --orange: #fd7e14;
  --yellow: #ffc107;
  --green: #28a745;
  --teal: #20c997;
  --cyan: #17a2b8;
  --white: #fff;
  --gray: #575757;
  --gray-dark: #343a40;
  --primary: #007bff;
  --secondary: #575757;
  --success: #28a745;
  --info: #17a2b8;
  --warning: #ffc107;
  --danger: #dc3545;
  --light: #f5f5f5;
  --dark: #343a40;
  --breakpoint-xs: 0;
  --breakpoint-sm: 576px;
  --breakpoint-md: 768px;
  --breakpoint-lg: 992px;
  --breakpoint-xl: 1200px;
  --font-family-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

/*
 * @file
 * Provides the layout styles for sjma_front.
 */
.sjma--layout--front .sjma--layout--front--bottom-wrapper__inner .layout__region--bottom-second {
  padding-top: 1rem;
}
.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;
}
@media (min-width: 768px) {
  .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 1 auto;
    display: flex;
    padding-top: 0.25rem;
  }
  .sjma--layout--front .sjma--layout--front--bottom-wrapper__inner > .layout__region--bottom-second {
    flex: 1 0 25%;
    padding-top: 0;
    padding-left: 0.75rem;
  }
}

.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 (min-width: 992px) {
  .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;
}

.sjma--layout:not(.sjma--section--width--full) {
  max-width: 45rem;
}

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