  /**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
/**
 * $file
 * Variables
 *
 ****
 *
 * Page Widths
 * Fonts
 * Colors
 *
 ****
*/
/****
 *
 * Page Widths
 *
 ****/
/****
 *
 * Fonts
 *
 ****/
/****
 *
 * Colors
 *
 ****/
.full-width-img-section {
  height: 440px;
  position: relative;
}

.full-width-img-section:after {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  content: "";
  background: rgba(0, 0, 0, 0.7);
}

.full-width-img-section .paragraph--type--full-width-image-section {
  display: flex;
  height: 100%;
  align-items: center;
  justify-content: center;
  text-align: center;
  position: relative;
  z-index: 1;
  width: 100%;
}

.full-width-img-section .paragraph--type--full-width-image-section > .row {
  width: 100%;
}

.full-width-img-section .paragraph--type--full-width-image-section .full-width-image-section--title {
  color: #fff;
  font-size: 5rem;
  line-height: 6.6rem;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.full-width-img-section .paragraph--type--full-width-image-section .full-width-image-section--body {
  color: #fff;
  font-size: 2rem;
  line-height: 2.4rem;
  max-width: 600px;
  text-align: center;
  margin: 0 auto;
}

.full-width-img-section .paragraph--type--full-width-image-section .full-width-image-section--links {
  padding-top: 3rem;
}

.full-width-img-section .paragraph--type--full-width-image-section .full-width-image-section--links a {
  background: none;
  border: 2px solid #FFDF00;
  border-radius: 5px;
  color: #FFDF00;
  font-family: "roboto_condensedbold", "Arial Narrow", Arial, sans-serif;
  font-size: 1.8rem;
  line-height: 1.3333;
  padding: 1.65rem 2.6rem;
  text-align: center;
  text-transform: uppercase;
  display: inline-block;
  text-decoration: none;
  transition: all 0.2s ease-out;
  margin: 0 1rem;
}

.full-width-img-section .paragraph--type--full-width-image-section .full-width-image-section--links a:hover, .full-width-img-section .paragraph--type--full-width-image-section .full-width-image-section--links a:focus {
  color: #1A2D57;
  background: #FFDF00;
}

/*# sourceMappingURL=../sourcemaps/paragraph--full-width-image.css.map */
