/* breakpoints */

.container {
  max-width: 1251px;
}

.rich-text .blue-rounded-button, .field-description .blue-rounded-button, .rich-text .blue-rounded-button-left, .field-description .blue-rounded-button-left {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.rich-text .blue-rounded-button > a, .field-description .blue-rounded-button > a, .rich-text .blue-rounded-button-left > a, .field-description .blue-rounded-button-left > a {
  text-decoration: none;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-transform: uppercase;
  display: block;
  font-weight: 700;
  text-align: center;
  border-width: 1px;
  line-height: 1.5;
  font-size: 1.6rem;
  letter-spacing: 0.18rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  background-color: #004987;
  border-radius: 15px;
  color: white !important;
}

.rich-text .blue-rounded-button > a:after, .field-description .blue-rounded-button > a:after, .rich-text .blue-rounded-button-left > a:after, .field-description .blue-rounded-button-left > a:after {
  display: none;
}

.rich-text .blue-rounded-button > a:hover, .field-description .blue-rounded-button > a:hover, .rich-text .blue-rounded-button-left > a:hover, .field-description .blue-rounded-button-left > a:hover {
  text-decoration: underline;
  --bg-opacity: 1;
  background-color: #c1961e;
  background-color: rgba(193, 150, 30, var(--bg-opacity));
  --text-opacity: 1;
  color: #fff;
  color: rgba(255, 255, 255, var(--text-opacity));
}

.rich-text .blue-rounded-button, .field-description .blue-rounded-button {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.rich-text .blue-rounded-button-left, .field-description .blue-rounded-button-left {
  -webkit-box-pack: left;
  -ms-flex-pack: left;
  justify-content: left;
}
