/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
@layer drupal {
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-single-cta a {
    display: inline-block;
    padding: 12px 24px;
    border: 0;
    border-radius: 30px;
    background-color: #0046b4;
    color: #fff;
    font-size: 14px;
    font-family: 700;
    text-decoration: none;
    text-align: center;
    cursor: pointer;
  }
  @media (min-width: 768px) {
    .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-single-cta a + .btn {
      margin-top: 10px;
    }
  }
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-single-cta a:focus {
    outline: none;
  }
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-single-cta a:hover {
    color: #fff;
  }
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-single-cta a:disabled, .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-single-cta a.disabled, .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-single-cta a[disabled] {
    opacity: 0.5;
    pointer-events: none;
  }
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-single-cta a {
    background-color: #0046b4;
    color: #fff;
  }
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-single-cta a:hover {
    background-color: #336bc3;
  }
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-single-cta a:active, .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-single-cta a.active {
    background-color: #002a6c;
  }
  .btn-close {
    position: relative;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    background: #ddd;
    cursor: pointer;
  }
  .btn-close:after, .btn-close:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    display: block;
    width: 2px;
    height: 33px;
    background: #808080;
  }
  .btn-close:after {
    transform: translate(-50%, -50%) rotate(45deg);
  }
  .btn-close:before {
    transform: translate(-50%, -50%) rotate(135deg);
  }
}
/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.check-list li, .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-description ul li, .paragraph-title-and-image__field-description ul li {
  position: relative;
  margin-bottom: 6px;
  padding-left: 30px;
  color: #000;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
  list-style: none;
}
.check-list li:after, .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-description ul li:after, .paragraph-title-and-image__field-description ul li:after {
  content: "";
  position: absolute;
  top: 0px;
  left: 6px;
  display: block;
  width: 6px;
  height: 13px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #FFC800;
  transform: rotate(45deg);
}
.check-list--green li:after {
  border-color: #47a247;
}
.check-list--blue li:after {
  border-color: #0046b4;
}

/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.primary-link, .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-description a, .paragraph-title-and-image__field-description a {
  font-weight: 700;
  color: #0046b4;
  text-decoration: none;
}
.primary-link:hover, .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-description a:hover, .paragraph-title-and-image__field-description a:hover {
  text-decoration: underline;
  color: #336bc3;
}

/* There is a padding-left on .container that forces to move this to the left and prevents cover all the area. That is the reason for this adjustment */
.primary-separator, .paragraph-title-and-image .separator {
  display: flex;
  width: 100px;
  height: 3px;
  margin: 0 auto 30px;
  background-color: #0046b4;
}
@media (min-width: 992px) {
  .primary-separator, .paragraph-title-and-image .separator {
    margin-bottom: 25px;
  }
}

.paragraph-title-and-image {
  margin: 60px 0 20px;
}
@media (min-width: 768px) {
  .paragraph-title-and-image {
    max-width: 750px;
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 992px) {
  .paragraph-title-and-image {
    max-width: 950px;
  }
}
@media (min-width: 1200px) {
  .paragraph-title-and-image {
    max-width: 1146px;
  }
}
.paragraph-title-and-image__field-title {
  margin: 0 15px 25px 15px;
  font-family: 700;
  font-size: 30px;
  letter-spacing: -0.75px;
  text-align: center;
  color: #202020;
}
@media (min-width: 768px) {
  .paragraph-title-and-image__field-title {
    margin-bottom: 20px;
    font-size: 46px;
    letter-spacing: -1.15px;
  }
}
.paragraph-title-and-image__field-description {
  margin: 0 15px 30px;
}
@media (min-width: 768px) {
  .paragraph-title-and-image__field-description {
    max-width: 800px;
    margin: 0 auto 65px;
  }
}
.paragraph-title-and-image__field-description p {
  text-align: center;
  font-size: 15px;
  color: #404040;
}
@media (min-width: 768px) {
  .paragraph-title-and-image__field-description p {
    font-size: 18px;
  }
}
.paragraph-title-and-image__field-description a {
  font-size: 15px;
}
@media (min-width: 768px) {
  .paragraph-title-and-image__field-description a {
    font-size: 18px;
  }
}
.paragraph-title-and-image__field-description ul li {
  font-size: 15px;
  color: #404040;
}
@media (min-width: 768px) {
  .paragraph-title-and-image__field-description ul li {
    font-size: 18px;
  }
}
.paragraph-title-and-image__field-description ul li::after {
  top: 5px;
  border-color: #0046b4;
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended {
  margin-bottom: 10px;
}
@media (min-width: 768px) {
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended {
    display: flex;
    align-items: center;
    margin-bottom: 60px;
  }
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended.title-left h2 {
  text-align: left;
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended.title-right h2 {
  text-align: right;
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended.title-center h2 {
  text-align: center;
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended .text-wrapper {
  position: relative;
  z-index: 1;
  width: 87%;
  padding: 30px 15px 30px 30px;
  margin-left: auto;
  background-color: #F8F8F8;
}
@media (min-width: 768px) {
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended .text-wrapper {
    padding: 0;
  }
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended.image-align-left {
  text-align: left;
}
@media (min-width: 768px) {
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended.image-align-left .paragraph-image-and-text-extended__field-background-image {
    margin-right: 30px;
  }
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended.image-align-right {
  text-align: left;
}
@media (min-width: 768px) {
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended.image-align-right {
    flex-direction: row-reverse;
  }
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended.image-align-right .text-wrapper {
  padding: 30px 30px 30px 15px;
  margin-left: 0;
  margin-right: auto;
}
@media (min-width: 768px) {
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended.image-align-right .text-wrapper {
    padding: 0;
  }
}
@media (min-width: 768px) {
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended.image-align-right .paragraph-image-and-text-extended__field-background-image {
    margin-left: 30px;
  }
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-background-image .media-image-wide-image__field-media-image {
  height: 150px;
}
@media (min-width: 768px) {
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-background-image .media-image-wide-image__field-media-image {
    height: 270px;
  }
}
@media (min-width: 1200px) {
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-background-image .media-image-wide-image__field-media-image {
    width: 558px;
  }
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-background-image .media-image-wide-image__field-media-image img {
  width: 100%;
  height: 205px;
  object-fit: cover;
}
@media (min-width: 768px) {
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-background-image .media-image-wide-image__field-media-image img {
    border-radius: 4px;
    height: 100%;
  }
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-title h2 {
  margin-bottom: 15px;
  font-family: 700;
  font-size: 18px;
  line-height: 1;
  text-align: left;
  color: #0046b4;
}
@media (min-width: 768px) {
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-title h2 {
    margin-bottom: 30px;
    font-size: 28px;
    letter-spacing: -0.45px;
    color: #000;
  }
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-bullet-line {
  margin-bottom: 10px;
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-bullet-line-item {
  position: relative;
  padding-left: 30px;
  margin-top: 10px;
  font-size: 14px;
  color: #404040;
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-bullet-line-item:before {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  display: block;
  width: 6px;
  height: 13px;
  border-style: solid;
  border-width: 0 2px 2px 0;
  border-color: #0046b4;
  transform: rotate(45deg);
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-description {
  margin-bottom: 10px;
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-description p {
  font-size: 14px;
  color: #606060;
}
@media (min-width: 768px) {
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-description p {
    font-size: 16px;
  }
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-description a {
  font-size: 14px;
}
@media (min-width: 768px) {
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-description a {
    font-size: 16px;
  }
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-description ul li {
  font-size: 14px;
  color: #404040;
}
@media (min-width: 768px) {
  .paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-description ul li {
    font-size: 16px;
  }
}
.paragraph-title-and-image__field-images-item .paragraph-image-and-text-extended__field-description ul li::after {
  top: 5px;
  border-color: #0046b4;
}

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