@-webkit-keyframes animate-text {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
@keyframes animate-text {
  0% {
    -webkit-transform: translateY(10%);
            transform: translateY(10%);
    opacity: 0;
  }
  100% {
    -webkit-transform: translateY(0);
            transform: translateY(0);
    opacity: 1;
  }
}
.body-content table:not([style*="border-style:none"]),
.text-formatted table:not([style*="border-style:none"]),
.content-well table:not([style*="border-style:none"]) {
  border-collapse: collapse;
  border: 1px solid;
  border-spacing: 0;
}
.body-content table:not([style*="border-style:none"]) th:not([style*="border-style:none"]),
.body-content table:not([style*="border-style:none"]) td:not([style*="border-style:none"]),
.text-formatted table:not([style*="border-style:none"]) th:not([style*="border-style:none"]),
.text-formatted table:not([style*="border-style:none"]) td:not([style*="border-style:none"]),
.content-well table:not([style*="border-style:none"]) th:not([style*="border-style:none"]),
.content-well table:not([style*="border-style:none"]) td:not([style*="border-style:none"]) {
  border: 1px solid;
}
.body-content table:not([style*="border-style:none"]) th[style*="border-style:none"],
.body-content table:not([style*="border-style:none"]) td[style*="border-style:none"],
.text-formatted table:not([style*="border-style:none"]) th[style*="border-style:none"],
.text-formatted table:not([style*="border-style:none"]) td[style*="border-style:none"],
.content-well table:not([style*="border-style:none"]) th[style*="border-style:none"],
.content-well table:not([style*="border-style:none"]) td[style*="border-style:none"] {
  border: none !important;
}

.body-content,
.content-well {
  line-height: 1.6;
  margin-bottom: 60px;
}
@media (max-width: 767.98px) {
  .body-content,
  .content-well {
    margin-bottom: 45px;
  }
}
.body-content a,
.content-well a {
  text-decoration: underline;
}
.body-content a.btn-og, .body-content a.btn-lg, .body-content a.btn-lgm,
.content-well a.btn-og,
.content-well a.btn-lg,
.content-well a.btn-lgm {
  text-transform: uppercase;
  font-size: 16px;
  text-decoration: none;
  font-weight: 500;
  border-radius: 60px;
  padding: 10px 30px;
  -webkit-transition: all linear 0.15s;
  transition: all linear 0.15s;
}
.body-content a.btn-og:hover, .body-content a.btn-lg:hover, .body-content a.btn-lgm:hover,
.content-well a.btn-og:hover,
.content-well a.btn-lg:hover,
.content-well a.btn-lgm:hover {
  padding: 10px 33px;
  margin: 0 -3px;
}
.body-content a.btn-og, .body-content a.btn-lgm,
.content-well a.btn-og,
.content-well a.btn-lgm {
  color: #fff;
}
.body-content p,
.content-well p {
  margin-bottom: 20px;
}
@media (max-width: 767.98px) {
  .body-content table,
  .content-well table {
    width: 100% !important;
  }
}
.body-content.paragraph--type--basic-content,
.content-well.paragraph--type--basic-content {
  padding: 0 0 60px 0;
  margin-bottom: 0;
}
@media (max-width: 991.98px) {
  .body-content.paragraph--type--basic-content,
  .content-well.paragraph--type--basic-content {
    padding: 0 0 30px 0;
  }
}