/**
SCSS for Centered Text CTA Banner Paragraph
**/
/**
*********************
* Import all the settings
********************
**/
/**
*********************
* Colors
********************
**/
/* Brand Colors */
/** Add any additional color supplied in the style guide **/
/* Grayscale colors */
/* Accent colors. Primarily used for buttons */
/** Button & Link colors **/
/* background colors */
/* Menu and link colors */
/* Text colors */
/* Border colors */
/* Owl Carousel colors */
/**
*********************
* Variables
********************
**/
/* Typography */
/* Transitions */
/* Container & spacings */
/** Button spacing **/
/* Border */
/* Breakpoints */
/**
*********************
* Colors
********************
**/
/**
*********************
* Breakpoint mixin
********************
**/
.node--type-advanced-page .paragraph--type--centered-text-cta-banner {
  padding-top: 0;
}

.banner-container {
  position: relative;
  overflow: hidden;
}

.banner-container img {
  width: 100%;
  height: 100%;
  -o-object-fit: fill;
     object-fit: fill;
}

.banner-container .media {
  margin: 0;
}

.desktop-image {
  display: block;
}

.desktop-image.no-mobile-image {
  display: block !important;
}

.desktop-image.no-mobile-image img {
  -o-object-fit: cover;
     object-fit: cover;
}

@media only screen and (max-width: 768px) {
  .desktop-image {
    display: none;
  }
}

.mobile-image {
  display: none;
}

@media only screen and (max-width: 768px) {
  .mobile-image {
    display: block;
  }
}

.centered-text {
  text-align: center;
  padding: 6.6875rem 0 5rem;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media only screen and (max-width: 768px) {
  .centered-text {
    padding: 20% 20px;
  }
}

.centered-text::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: #0a0e17 0% 0% no-repeat padding-box;
  opacity: 0.29;
}

.centered-text__title {
  color: #fff;
  font-size: 2.875rem;
  line-height: normal;
  font-weight: bold;
  z-index: 9;
  position: relative;
  letter-spacing: -1.62px;
}

@media only screen and (max-width: 992px) {
  .centered-text__title {
    font-size: 3.125rem;
    line-height: 3.75rem;
  }
}

@media only screen and (max-width: 768px) {
  .centered-text__title {
    font-size: 1.875rem;
    line-height: 2.5rem;
  }
}

@media only screen and (max-width: 576px) {
  .centered-text__title {
    font-size: 1.5rem;
    line-height: 2.0625rem;
  }
}

.centered-text .centered-text__excerpt {
  margin-bottom: 43px;
  line-height: 1.25rem;
  z-index: 9;
  position: relative;
  color: #fff;
}

@media only screen and (max-width: 576px) {
  .centered-text .centered-text__excerpt {
    margin-bottom: 25px;
  }
}

@media only screen and (min-width: 992px) {
  .centered-text .centered-text__excerpt {
    line-height: 6.25rem;
  }
}

.centered-text .centered-text__excerpt p {
  font-size: 1.375rem;
}

@media only screen and (max-width: 992px) {
  .centered-text .centered-text__excerpt p {
    font-size: 1.5625rem;
  }
}

@media only screen and (max-width: 768px) {
  .centered-text .centered-text__excerpt p {
    font-size: 0.875rem;
    line-height: 1.5625rem;
  }
}

@media only screen and (max-width: 576px) {
  .centered-text .centered-text__excerpt p {
    font-size: 0.75rem;
    line-height: 1.25rem;
  }
}

.centered-text .field--name-field-cta {
  z-index: 9;
}

.centered-text .field--name-field-cta a {
  position: relative;
}

/*# sourceMappingURL=centered-text-cta-banner.css.map */
