.paragraph-title__field-description a {
  color: #00A4D9;
  text-decoration: underline;
}
.paragraph-title__field-description a:hover {
  color: #007DB3;
  text-decoration: none;
}

.paragraph--type--title {
  max-width: 950px;
  margin: 0 auto;
  padding: 50px 15px 0;
}
@media (min-width: 767px) {
  .paragraph--type--title {
    padding-top: 80px;
  }
}
.paragraph--type--title hr {
  width: 100px;
  height: 4px;
  margin: 60px auto 0 auto;
  border-color: transparent;
  background-color: #240F6E;
}
.paragraph--type--title .paragraph--type--title--lines .paragraph-title {
  text-align: center;
  overflow: hidden;
}
.paragraph--type--title .paragraph--type--title--lines h2 {
  position: relative;
  display: inline-block;
}
.paragraph--type--title .paragraph--type--title--lines h2:before, .paragraph--type--title .paragraph--type--title--lines h2:after {
  content: "";
  display: block;
  width: 1000px;
  position: absolute;
  top: 50%;
  height: 1px;
  background-color: #c1c1c1;
}
[dir=ltr] .paragraph--type--title .paragraph--type--title--lines h2:before {
  right: calc(100% + 15px);
}
[dir=rtl] .paragraph--type--title .paragraph--type--title--lines h2:before {
  left: calc(100% + 15px);
}
[dir=ltr] .paragraph--type--title .paragraph--type--title--lines h2:after {
  left: calc(100% + 15px);
}
[dir=rtl] .paragraph--type--title .paragraph--type--title--lines h2:after {
  right: calc(100% + 15px);
}
@media (max-width: 540px) {
  .paragraph--type--title .paragraph--type--title--lines h2 {
    width: 75%;
  }
}
.paragraph--type--title .field--name-field-large-title {
  margin-bottom: 30px;
}
.paragraph--type--title .field--name-field-large-title h2 {
  font-size: 62px;
  text-align: center;
  text-transform: uppercase;
}
@media (max-width: 768px) {
  .paragraph--type--title .field--name-field-large-title h2 {
    font-size: 36px;
  }
}

.paragraph-title {
  margin-bottom: 15px;
  max-width: 950px;
  /* RTL note: Can likely have right and left set to auto for both ltr/rtl.  */
}
[dir=ltr] .paragraph-title {
  margin-right: auto;
}
[dir=rtl] .paragraph-title {
  margin-left: auto;
}
.paragraph-title h1,
.paragraph-title h2 {
  text-align: center;
  text-transform: uppercase;
  color: #202020;
}
.paragraph-title__field-description {
  text-align: center;
}
.paragraph-title__field-description p {
  color: #404040;
  font-size: 16px;
}
@media (min-width: 1200px) {
  .paragraph-title__field-description p {
    font-size: 18px;
  }
}

/*# sourceMappingURL=paragraph-title.css.map */
