@font-face {
  font-family: 'Dense';
  src: url("../../../fonts/DenseRegular/DenseRegular.woff2") format("woff2"), url("../../../fonts/DenseRegular/DenseRegular.woff") format("woff"), url("../../../fonts/DenseRegular/DenseRegular.eot") format("eot"), url("../../../fonts/DenseRegular/DenseRegular.ttf") format("ttf");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Dense';
  src: url("../../../fonts/DenseBold/DenseBold.woff2") format("woff2"), url("../../../fonts/DenseBold/DenseBold.woff") format("woff"), url("../../../fonts/DenseBold/DenseBold.eot") format("eot"), url("../../../fonts/DenseBold/DenseBold.ttf") format("ttf");
  font-weight: 700;
  font-style: normal;
}

@font-face {
  font-family: 'Barlow Condensed';
  src: url("../../../fonts/BarlowCondensed/BarlowCondensed-SemiBold.woff2") format("woff2"), url("../../../fonts/BarlowCondensed/BarlowCondensed-SemiBold.woff") format("woff"), url("../../../fonts/BarlowCondensed/DenseBold.ttf") format("ttf");
  font-weight: 600;
  font-style: normal;
}

.ui-dialog .layout-builder-block-groups .group {
  margin: 15px 0 0 10px;
}

.ui-dialog .layout-builder-block-groups .group h4 {
  text-align: center;
}

.ui-dialog .layout-builder-block-groups .group .inline-block-list {
  justify-content: center !important;
  width: 100%;
}

.block--layout-builder + .block--inline-blockbreadcrumbs,
.block-header-banner-block + .block--inline-blockbreadcrumbs {
  margin-top: -20px;
}

@media all and (min-width: 900px) {
  .block--layout-builder + .block--inline-blockbreadcrumbs,
  .block-header-banner-block + .block--inline-blockbreadcrumbs {
    margin-top: -40px;
  }
}

.page-title--hidden + .block--layout-builder {
  padding-top: 30px;
}

@media all and (min-width: 900px) {
  .page-title--hidden + .block--layout-builder {
    padding-top: 40px;
  }
}

.block--layout-builder {
  position: relative;
  padding-bottom: 40px;
}

@media all and (min-width: 900px) {
  .block--layout-builder {
    padding-bottom: 80px;
  }
}

.block--layout-builder .field--name-field-subtitle {
  font-size: 1.0625rem;
  font-weight: 400;
  max-width: 800px;
}

@media (max-width: 1440px) {
  .block--layout-builder .field--name-field-subtitle {
    font-size: calc(1.0125rem + 0.05556vw) ;
  }
}

.block--layout-builder .btn-wrapper {
  font-size: 0.875rem;
  font-weight: 600;
  margin-top: 30px;
}

.block--layout-builder.has-full-width-bg {
  margin-bottom: 40px;
  padding-top: 40px;
}

@media all and (min-width: 900px) {
  .block--layout-builder.has-full-width-bg {
    margin-bottom: 80px;
    padding-top: 80px;
  }
}

#site-footer .block--layout-builder {
  padding-bottom: 40px;
  padding-top: 40px;
}

#site-footer .block--layout-builder.has-full-width-bg {
  margin-bottom: 0;
}

.has-full-width-bg + .has-full-width-bg {
  margin-top: -40px;
}

@media all and (min-width: 900px) {
  .has-full-width-bg + .has-full-width-bg {
    margin-top: -80px;
  }
}

.has-full-width-bg + .block--inline-blockoverview {
  margin-top: -40px;
}

@media all and (min-width: 900px) {
  .has-full-width-bg + .block--inline-blockoverview {
    margin-top: -80px;
  }
}

.has-full-width-bg.bg_light, .has-full-width-bg.bg_dark, .has-full-width-bg.primary-bg, .has-full-width-bg.secondary-bg, .has-full-width-bg.tertiary-bg, .has-full-width-bg.quarternary-bg {
  padding-top: 40px;
}

@media all and (min-width: 900px) {
  .has-full-width-bg.bg_light, .has-full-width-bg.bg_dark, .has-full-width-bg.primary-bg, .has-full-width-bg.secondary-bg, .has-full-width-bg.tertiary-bg, .has-full-width-bg.quarternary-bg {
    padding-top: 80px;
  }
}

.has-full-width-bg.bg_light + .has-full-width-bg.bg_light,
.has-full-width-bg.bg_dark + .has-full-width-bg.bg_dark,
.has-full-width-bg.primary-bg + .has-full-width-bg.primary-bg,
.has-full-width-bg.secondary-bg + .has-full-width-bg.secondary-bg,
.has-full-width-bg.tertiary-bg + .has-full-width-bg.tertiary-bg,
.has-full-width-bg.quarternary-bg + .has-full-width-bg.quarternary-bg {
  padding-top: 0;
}

.block--inline-blockhero + .has-full-width-bg,
.has-full-width-bg + .block--inline-blockhero,
.block--inline-blockquotes + .has-full-width-bg,
.block--inline-blockcta + .has-full-width-bg {
  padding-top: 40px;
  margin-top: -40px;
}

@media all and (min-width: 900px) {
  .block--inline-blockhero + .has-full-width-bg,
  .has-full-width-bg + .block--inline-blockhero,
  .block--inline-blockquotes + .has-full-width-bg,
  .block--inline-blockcta + .has-full-width-bg {
    padding-top: 80px;
    margin-top: -80px;
  }
}

.layout__region--content {
  margin: 0 auto;
  width: 100%;
}

.text-intro {
  max-width: 800px;
  font-weight: 400;
  font-size: 1.0625rem;
}

@media (max-width: 1440px) {
  .text-intro {
    font-size: calc(1.0125rem + 0.05556vw) ;
  }
}

.title + .text-intro {
  margin-top: 2rem;
}

#drupal-off-canvas {
  margin-top: 15px;
}

#drupal-off-canvas .form-actions {
  text-align: left;
}

#drupal-off-canvas .form-actions .form-submit {
  margin: 0 10px 0 0;
}

#drupal-off-canvas .form-actions .form-submit span {
  padding: 0.375rem 1.5rem 0.5rem 1.5rem;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  border: 1px solid #1cbbba;
  border-radius: 2px;
  transition-property: background, color, border;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 0.875rem;
  display: inline-flex;
  line-height: 1.333;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  color: #fff;
  background: #b33630;
  border-color: #b33630;
  padding: 0.375rem 1.1rem 0.5rem 1.1rem;
}

#drupal-off-canvas .form-actions .form-submit span:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

#drupal-off-canvas .form-actions .form-submit span:hover {
  cursor: pointer;
  background: #9f302b;
  border-color: #9f302b;
}

#drupal-off-canvas .form-actions .dialog-cancel {
  padding: 0.375rem 1.5rem 0.5rem 1.5rem;
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  border: 1px solid #1cbbba;
  border-radius: 2px;
  transition-property: background, color, border;
  transition-duration: 0.5s;
  transition-timing-function: cubic-bezier(0.19, 1, 0.22, 1);
  font-size: 0.875rem;
  display: inline-flex;
  line-height: 1.333;
  align-items: center;
  font-weight: 400;
  font-size: 16px;
  text-decoration: none;
  border-color: #B3B3B3;
  background: #B3B3B3;
  color: #4a4a4a;
  padding: 0.375rem 1.1rem 0.5rem 1.1rem;
}

#drupal-off-canvas .form-actions .dialog-cancel:last-child {
  margin-right: 0;
  margin-bottom: 0;
}

#drupal-off-canvas .form-actions .dialog-cancel:hover {
  background: #a6a6a6;
  border-color: #a6a6a6;
}

#drupal-off-canvas a.tabledrag-handle .handle {
  width: 24px;
  height: 24px;
}

#drupal-off-canvas td {
  line-height: 24px;
}

#drupal-off-canvas .form-submit {
  margin-top: 20px;
}

.layout-builder-block--hidden {
  background: #fbe3e4;
}

.block--hidden {
  display: none !important;
}

.add-buttons-wrapper {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  background: #F4F4F4;
  padding-bottom: 1.5rem;
}

