.rb-rich-text {
  width: 83.33333333%;
  margin-left: auto;
  margin-right: auto;
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  font-size: 1.4rem;
  line-height: 2.8rem;
}
@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}@media (max-width: 991px) {
}.rb-rich-text.full-width {
  width: 100%;
}
.rb-rich-text::selection {
  background: rgba(6, 123, 147, 0.4);
}
@media (min-width: 768px) {
  .rb-rich-text {
    font-size: 1.6rem;
  }
}
.rb-rich-text a {
  font-family: 'proxima_novaregular', 'Arial', 'Helvetica', sans-serif;
  color: #067B93;
  text-decoration: none;
  font-size: 1em;
  border-bottom: 1px solid transparent;
  cursor: pointer;
  transition: all 0.5s ease;
}
.rb-rich-text a.btn-primary {
  display: inline-block;
  cursor: pointer;
  border-radius: 4px;
  border: none;
  text-align: center;
  text-decoration: none;
  outline: none;
  font-family: 'Gilroy-Bold', 'Arial Rounded MT Bold', 'Helvetica Rounded', Arial, sans-serif;
  font-size: 1.6rem;
  line-height: 1.6rem;
  font-weight: normal;
  padding: 14px 35px;
  color: #FFF;
  background-color: #E10A0A;
}
.rb-rich-text a.muted {
  color: rgba(6, 123, 147, 0.5);
}
.rb-rich-text a:hover {
  color: #067B93;
  border-color: #067B93;
  text-decoration: none;
}
.rb-rich-text a:hover.muted {
  color: rgba(6, 123, 147, 0.5);
}
.rb-rich-text p,
.rb-rich-text h1,
.rb-rich-text h2,
.rb-rich-text h3,
.rb-rich-text h4,
.rb-rich-text h5,
.rb-rich-text h6,
.rb-rich-text div,
.rb-rich-text section,
.rb-rich-text article {
  margin: 0;
  margin-bottom: 9px;
}
.rb-rich-text .rbrt-info-box {
  background-color: #FFF9DC;
  padding: 24px;
  border: 1px solid #DFC550;
  border-radius: 4px;
  margin-bottom: 0;
}
.rb-rich-text:first-child {
  margin-top: 60px;
}
.rb-rich-text:not(:last-child) {
  margin-bottom: 30px;
}


/*# sourceMappingURL=rich-text-styles.css.map */