#alerts.accordion {
  margin-top: 20px;
  margin-bottom: 30px;
}
#alerts.accordion .accordion-button:before,
#alerts.accordion .accordion-button h2 {
  color: #AB6612;
}
.alert-wrapper .block-alert {
  background-color: #F5B335;
  color: #203C24;
  font-size: 1.9rem !important;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .alert-wrapper .block-alert {
    font-size: 1.6rem !important;
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  .alert-wrapper .block-alert {
    font-size: 1.4rem !important;
  }
}
.alert-wrapper .block-alert .content .field--name-body {
  display: flex;
  align-items: center;
}
.alert-wrapper .block-alert .content .field--name-body:before {
  color: #B3261E;
  font-weight: 400;
  font-size: 5.2rem;
}
.alert-wrapper .block-alert .content .field--name-body p {
  font-weight: 500;
  margin: 0;
  padding: 10px 0;
  line-height: 1.5;
}
.alert-wrapper .block-alert .content .field--name-body a {
  color: #203C24;
  font-weight: 700;
}
.alert-wrapper .block-alert .content .field--name-body a:hover,
.alert-wrapper .block-alert .content .field--name-body a:focus,
.alert-wrapper .block-alert .content .field--name-body a:active {
  color: #1B331F;
  text-decoration: none;
}
.alert-wrapper .block-notification {
  background-color: #f4d59b;
  color: #203C24;
  border-bottom: 0;
  font-size: 1.9rem !important;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  .alert-wrapper .block-notification {
    font-size: 1.6rem !important;
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  .alert-wrapper .block-notification {
    font-size: 1.4rem !important;
  }
}
.alert-wrapper .block-notification .content .field--name-body {
  display: flex;
  align-items: center;
}
.alert-wrapper .block-notification .content .field--name-body:before {
  color: #B3261E;
  font-weight: 400;
  font-size: 5.2rem;
}
.alert-wrapper .block-notification .content .field--name-body p {
  font-weight: 500;
  margin: 0;
  padding: 10px 0;
  line-height: 1.5;
}
.alert-wrapper .block-notification .content .field--name-body a {
  color: #203C24;
  font-weight: 700;
}
.alert-wrapper .block-notification .content .field--name-body a:hover,
.alert-wrapper .block-notification .content .field--name-body a:focus,
.alert-wrapper .block-notification .content .field--name-body a:active {
  color: #1B331F;
  text-decoration: none;
}
.alert-info {
  position: relative;
  border: 2px solid #AB6612;
  border-radius: 1.5rem;
  padding: 8px 54px;
  background-color: #fff;
  color: #343434;
  margin: 0 0 10px 0;
}
@media screen and (max-width: 991px) {
  .alert-info {
    padding: 10px 20px;
  }
}
.alert-info h2 {
  color: #AB6612;
  font-size: 2.3rem;
  font-weight: 500;
  margin-bottom: 0;
  line-height: 2.4rem;
  margin-top: 10px;
}
.alert-info h3 {
  color: #343434;
  font-size: 2.3rem;
  margin-left: 0;
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 2.4rem;
}
.alert-info h3 a {
  color: #343434;
}
.alert-info p {
  margin-left: 0;
  font-size: 1.6rem;
  font-weight: 400;
  margin-bottom: 0!important;
}
.alert-info .fs-5 {
  font-size: 1.3rem !important;
}
.alert-info .alert-icon {
  position: absolute;
  display: flex;
  width: 80px;
  height: 100%;
  top: 0;
  bottom: 0;
  align-items: center;
}
.alert-info .alert-icon .fas:before {
  font-size: 5rem;
  color: #AB6612;
}
@media screen and (max-width: 991px) {
  .alert-info .alert-icon .fas:before {
    font-size: 3rem;
  }
}
@media screen and (max-width: 991px) {
  .alert-info .alert-icon {
    position: relative;
    display: inline-block;
    width: 30px;
  }
}
.alert-info .alert-content {
  margin-left: 83px;
}
.alert-info .alert-content .d-inline-block {
  margin-right: 30px;
}
@media screen and (max-width: 991px) {
  .alert-info .alert-content {
    margin-left: 0;
  }
  .alert-info .alert-content h3 {
    margin-left: 10px;
  }
}
.alert-info .alert-description {
  margin-left: 83px;
  font-size: 1.6rem;
}
@media screen and (max-width: 991px) {
  .alert-info .alert-description {
    margin-top: 10px;
    margin-left: 0;
  }
}
.alert-green {
  font-size: 2.3rem;
  line-height: 1.5;
  border: 2px solid #7F982E;
  border-radius: 1.5rem;
  padding: 24px 20px;
  background-color: #D5DDD6;
  color: #343434;
  font-family: 'DM Sans', sans-serif;
  font-weight: 500;
  margin-bottom: 40px;
}
@media screen and (max-width: 767px) {
  .alert-green {
    font-size: 2rem;
    line-height: 1.5;
  }
}
@media screen and (max-width: 320px) {
  .alert-green {
    font-size: 1.8rem;
  }
}
.alert-green p {
  margin-bottom: 0!important;
}
