@import url('https://fonts.googleapis.com/css?family=Anonymous+Pro:400,700|Quicksand:400,500,700');

:root {
  --theme-headline-color: #1eaeb4;
  --K15t-link: #1eaeb4;
  --K15t-link-visited: #1eaeb4;
  --_content-width: 1500px;
}

h4 {
  color: unset
}

h4 a {
  color: unset;
}

h4 img {
  display: inline-block;
  vertical-align: bottom
}

p:has(br:only-child) {
    font-size: 0;
}

div[data-component="panel"][role="note"] {
  border: 1px solid #dfe1e5;
  background-color: #fff;
  box-shadow: 0 1px 1px 0 rgba(37, 56, 88, 0.25);
}

article ol, article ul {
  margin-top: 0;
  margin-bottom: 0;
}

/* FEEDBACK BUTTON */
#atlwdg-trigger {
  right: 50px;
  border: none;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  background-color: #00B0B9;
  color: #FFFFFF !important;
  font-family: 'Quicksand', sans-serif;
  border-radius: 0;
  font-size: 14px;
  z-index: 1000;
}