.node__content {
  margin: 0;
  font-family: 'Open Sans', sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #000;
  text-align: left;
  background-color: #FFF;
}
.topbar-left p{
  margin-bottom: 0px;
}

.topbar-left a{
  color: #cfe2ff;
  text-decoration: underline;
}
/*.captcha__image-wrapper img {
  margin-bottom: 0;
  padding: ;
}*/
/*#views-exposed-form-judge-block-1 #edit-actions .btn {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 3px;
    line-height: 2;
    min-width: 160px;
    font-size: 18px;
    color: #FFF;
}*/
.captcha__image-wrapper {
  position: static;
  margin: 0 !important;
}
.captcha__image-wrapper img {
    border: none;
    margin-bottom: 0;
}
.reload-captcha {
    background-image: none;
    transition-property: none;
    font-size: initial;
    width: auto;
    opacity: 1;
    transition-duration: none;
    transition: unset;
}
.reload-captcha-wrapper {
    position: absolute;
    bottom: -17px;
}
.reload-captcha:focus:not(:focus-visible) {
  animation: unset;
}
.captcha-type-challenge--image {
  margin-bottom: 20px;
  width: auto;
}
.form-item-captcha-response {
    width: 100%;
}
.form-submit {
    background-color: var(--primary-color);
    border: 2px solid var(--primary-color);
    border-radius: 3px;
    line-height: 2;
    min-width: 160px;
    font-size: 18px;
    color: #FFF;
}
.form-submit:hover {
  color: #fff;
}
.captcha-type-challenge--image .captcha__element {
    gap: 0;
}