/* 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-three-ctas-paragraph .btn-action 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-three-ctas-paragraph .btn-action a + .btn {
      margin-top: 10px;
    }
  }
  .paragraph-three-ctas-paragraph .btn-action a:focus {
    outline: none;
  }
  .paragraph-three-ctas-paragraph .btn-action a:hover {
    color: #fff;
  }
  .paragraph-three-ctas-paragraph .btn-action a:disabled, .paragraph-three-ctas-paragraph .btn-action a.disabled, .paragraph-three-ctas-paragraph .btn-action a[disabled] {
    opacity: 0.5;
    pointer-events: none;
  }
  .paragraph-three-ctas-paragraph .btn-action a {
    padding: 12px 24px;
    font-size: 14px;
  }
  .paragraph-three-ctas-paragraph .btn-action a {
    background-color: #0046b4;
    color: #fff;
  }
  .paragraph-three-ctas-paragraph .btn-action a:hover {
    background-color: #336bc3;
  }
  .paragraph-three-ctas-paragraph .btn-action a:active, .paragraph-three-ctas-paragraph .btn-action a.active {
    background-color: #002a6c;
  }
  .paragraph-three-ctas-paragraph .btn-action a:nth-last-of-type(1) {
    background-color: transparent;
  }
  .paragraph-three-ctas-paragraph .btn-action a:nth-last-of-type(1) {
    box-shadow: inset 0 0 0 1px #0046b4;
    color: #0046b4;
  }
  .paragraph-three-ctas-paragraph .btn-action a:hover:nth-last-of-type(1), .paragraph-three-ctas-paragraph .btn-action a:active:nth-last-of-type(1), .paragraph-three-ctas-paragraph .btn-action a.active:nth-last-of-type(1) {
    background-color: transparent;
    box-shadow: inset 0 0 0 1px #336bc3;
    color: #336bc3;
  }
  .paragraph-three-ctas-paragraph .btn-action a.btn-invert:nth-last-of-type(1) {
    box-shadow: inset 0 0 0 1px #fff;
    color: #fff;
  }
  .paragraph-three-ctas-paragraph .btn-action a.btn-invert:hover:nth-last-of-type(1), .paragraph-three-ctas-paragraph .btn-action a.btn-invert:active:nth-last-of-type(1), .paragraph-three-ctas-paragraph .btn-action a.btn-invert.active:nth-last-of-type(1) {
    background-color: #fff;
    box-shadow: inset 0 0 0 1px #fff;
    color: #0046b4;
  }
  .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 */
.primary-link, .paragraph-three-ctas-paragraph a {
  font-weight: 700;
  color: #0046b4;
  text-decoration: none;
}
.primary-link:hover, .paragraph-three-ctas-paragraph a:hover {
  text-decoration: underline;
  color: #336bc3;
}

.paragraph-three-ctas-paragraph {
  position: relative;
  max-width: 1176px;
  margin: 50px auto;
  padding: 45px 15px 0;
  text-align: center;
}
@media (min-width: 768px) {
  .paragraph-three-ctas-paragraph {
    padding-top: 80px;
  }
}
.paragraph-three-ctas-paragraph:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 1px;
  background: #aaa;
}
@media (min-width: 768px) {
  .paragraph-three-ctas-paragraph:before {
    left: 15px;
    right: 15px;
  }
}
@media (min-width: 768px) {
  .paragraph-three-ctas-paragraph {
    margin: 80px auto;
  }
}
.paragraph-three-ctas-paragraph h4, .paragraph-three-ctas-paragraph h5 {
  color: #000;
  font-weight: 600;
  letter-spacing: 0;
}
.paragraph-three-ctas-paragraph p {
  margin-bottom: 5px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.4;
}
@media (min-width: 767px) {
  .paragraph-three-ctas-paragraph p {
    font-size: 18px;
    line-height: 1.5;
  }
}
.paragraph-three-ctas-paragraph a {
  font-size: 16px;
}
@media (min-width: 767px) {
  .paragraph-three-ctas-paragraph a {
    font-size: 18px;
  }
}
.paragraph-three-ctas-paragraph .btn-action {
  margin-top: 30px;
}
@media (min-width: 767px) {
  .paragraph-three-ctas-paragraph .btn-action {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 35px;
  }
}
.paragraph-three-ctas-paragraph .btn-action a {
  text-decoration: none;
}
.paragraph-three-ctas-paragraph .btn-action a + a {
  margin-top: 10px;
  margin-left: 10px;
}
@media (min-width: 768px) {
  .paragraph-three-ctas-paragraph .btn-action a + a {
    margin-top: 0;
  }
}
@media (max-width: 767px) {
  .paragraph-three-ctas-paragraph .btn-action a {
    width: 100%;
  }
  .paragraph-three-ctas-paragraph .btn-action a + a {
    margin-left: 0;
  }
}
.paragraph-three-ctas-paragraph .btn-action span {
  display: block;
  padding: 10px;
  color: #404040;
  font-weight: 400;
  font-size: 15px;
  line-height: 1.9;
  text-transform: uppercase;
}
.paragraph-three-ctas-paragraph .btn-action span:first-child {
  display: none;
}
@media (min-width: 992px) {
  .paragraph-three-ctas-paragraph .btn-action span {
    display: inline-block;
    padding: 0 10px;
  }
}

/*# sourceMappingURL=three-ctas-paragraph.css.map */
