/* breakpoints */

.row {
  margin-left: 0 !important;
  margin-right: 0 !important;
}

.container {
  max-width: 1251px;
}

.container-fluid {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

@media only screen and (min-width: 1224px) {
  [class*="col-"] {
    padding-left: 0;
    padding-right: 0;
  }
}

.page-header-overlay {
  position: relative;
  z-index: 10;
}

.page-header-overlay > div.component-content {
  background-position: top;
  height: 100%;
  background-size: cover;
}

.page-header-overlay > div.component-content:before {
  background-size: cover;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  content: '';
  background: rgba(255, 255, 255, 0.9);
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
}

.page-header-overlay h1 {
  font-size: 4.2rem;
  font-family: Open Sans;
  color: #262219;
  font-weight: 300;
  margin-top: 2rem;
  line-height: 1.25;
}

@media only screen and (min-width: 992px) {
  .page-header-overlay h1 {
    margin-bottom: 8rem;
    margin-top: 4rem;
  }
}

.page-header-overlay .plaintext__paragraph {
  font-size: 2.25rem;
  font-family: Open Sans;
  color: #485F78;
  font-weight: 100;
}

.page-header-overlay .plaintext__paragraph::before {
  position: absolute;
  background-color: #004987;
  display: none;
  content: '';
  width: 35px;
  height: 4px;
  margin-top: -20px;
}

@media only screen and (min-width: 992px) {
  .page-header-overlay .plaintext__paragraph::before {
    display: block;
  }
}

@media only screen and (min-width: 992px) {
  .page-header-overlay .plaintext__paragraph {
    font-size: 2.7rem;
  }
}
