h1, .h1 {
  color: #BB0000;
  font-weight: bold;
}
h1.h2, .h1.h2 {
  color: #000;
  font-size: 2rem;
}

h2, .h2 {
  color: black;
  font-weight: bold;
}
.paragraph--type--text.style-2 h2, .paragraph--type--text.style-2 .h2 {
  color: #FFF;
}

.background-color-primary {
  background-color: #BB0000;
}

.background-color-grey {
  background-color: #555555;
}

.text-color-white {
  color: #ffffff;
}

.text-color-primary {
  color: #BB0000;
}

.text-color-secondary {
  color: #700000;
}

.paragraph--type--call-to-action {
  padding: 22px;
  display: -ms-flexbox;
  display: flex;
}
.paragraph--type--call-to-action.paragraph--view-mode--call-to-action-style-1 {
  background: #FFF;
  -ms-flex-direction: column;
      flex-direction: column;
}
.paragraph--type--call-to-action.paragraph--view-mode--call-to-action-style-1 .title {
  font-size: 1.5rem;
  font-weight: bold;
  margin-bottom: 16px;
}
.paragraph--type--call-to-action.paragraph--view-mode--call-to-action-style-1 .text {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: 300;
  margin-bottom: 22px;
}
.paragraph--type--call-to-action.paragraph--view-mode--call-to-action-style-1 .cta {
  text-align: center;
  margin-top: auto;
}
.paragraph--type--call-to-action.paragraph--view-mode--call-to-action-style-2 {
  background: #BB0000;
  color: #FFF;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}
@media (max-width: 767px) {
  .paragraph--type--call-to-action.paragraph--view-mode--call-to-action-style-2 {
    -ms-flex-direction: column;
        flex-direction: column;
  }
  .paragraph--type--call-to-action.paragraph--view-mode--call-to-action-style-2 .text {
    margin-bottom: 16px;
  }
}
.paragraph--type--call-to-action.paragraph--view-mode--call-to-action-style-2 .title {
  font-size: 1.125rem;
  line-height: 1.1;
  font-weight: bold;
  margin-bottom: 5px;
  text-transform: uppercase;
  margin-right: 16px;
}
.paragraph--type--call-to-action.paragraph--view-mode--call-to-action-style-2 .text {
  font-size: 0.875rem;
  line-height: 1.1;
  font-weight: 300;
  margin-right: 16px;
}
.paragraph--type--call-to-action.paragraph--view-mode--call-to-action-style-2 .text p {
  margin-bottom: 5px;
}
.paragraph--type--call-to-action.paragraph--view-mode--call-to-action-style-2 a.btn {
  white-space: nowrap;
}
/*# sourceMappingURL=maps/paragraph--call-to-action.css.map */
