.image-content-detail {
    padding: 20px 0 0;
}

.image-content-teaser {
    max-width: 1000px;
    padding-top: 15px;
}

.image-content-detail .caption {
    font-size: 14px;
    color: rgb(84, 133, 248);
}

.image-content-detail p {
    margin-bottom: 0;
}
blockquote.blockquote > p {
    margin-bottom: 0 !important;
}
.parsley-custom-error-message {
    color: #ff0000;
}
.femanager_fieldset .bg-danger,
.femanager_fieldset .bg-danger h4 {
    color: #ffffff;
}

.transparent-header section {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    min-height: 500px;
}

.content-section {
    padding: 0;
}

.frame-space-after-extra-large {
    margin-bottom: 14em;
}

/* Focefully hide bottom cookieconcen cookie button */
.cc-revoke.cc-bottom.active,
.cc-revoke.cc-bottom {
  display: none !important;
}

@media (max-width: 767.98px) {
    header.sticky-header + main {
        margin-top: 58px;
     }
     .content-section {
        padding: 0;
    }

    .ce-intext .ce-gallery {
        margin: 0 !important;
    }
}

