.post_banner {
    position: relative;
    padding: 48px 0 0;
    z-index: 1;
}

.post_banner::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    max-width: 1300px;
    width: calc(100% - 30px);
    height: 1px;
    margin: 0 auto;
    background: #DADADA;
}

.post_banner__bg_left {
    position: absolute;
    top: -5%;
    left: -19%;
    max-width: 505px;
    width: 35vw;
    z-index: -1;
}

.post_banner__bg_right {
    position: absolute;
    top: 20%;
    right: -12%;
    max-width: 505px;
    width: 35vw;
    z-index: -1;
}

.post_banner__bg_left svg,
.post_banner__bg_right svg {
    width: 100%;
}

.post_banner .breadcrumbs {
    margin-bottom: 46px;
}

.post__tags {
    display: flex;
    justify-content: center;
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    margin-bottom: 16px;
}

.post__tags--item {
    min-width: 138px;
    padding: 7px 15px 6px;
    font-weight: 600;
    font-size: 14px;
    line-height: normal;
    text-transform: uppercase;
    text-align: center;
    border-radius: 17px;
    background: #E4E4E4;
}

.post__date {
    margin-bottom: 13px;
    font-weight: 600;
    font-size: 14px;
    text-transform: uppercase;
    text-align: center;
    color: #000;
}

.post__title {
    max-width: 846px;
    width: 100%;
    margin: 0 auto 20px;
    font-size: 24px;
    line-height: normal;
    text-align: center;
    color: #2A1A40;
}

.post__excerpt {
    max-width: 517px;
    width: 100%;
    margin: 0 auto 26px;
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    text-align: center;
}

.author_card {
    display: flex;
    align-items: center;
    justify-content: center;
}

.author_card__photo {
    margin-right: 10px;
}

.author_card__photo img {
    border-radius: 50%;
    border: 1px solid #B8B8B8;
}

.author_card__name {
    font-weight: 700;
    text-transform: uppercase;
}

.post__thumbnail {
    position: relative;
    max-width: 1080px;
    width: 100%;
    margin: 36px auto 0;
}

.post__thumbnail__img {
    position: relative;
    border-radius: 12px;
    overflow: hidden;
}

.single-post .post__thumbnail.contain img {
    object-fit: contain;
}

.single-post .post__thumbnail__img {
    padding-top: 48%;
}

.post__thumbnail img {
    width: 100%;
}

.single-post .post__thumbnail__img img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center;
}

.post_content {
    padding: 56px 0 0;
}

.post_content .entry-content {
    max-width: 679px;
    width: 100%;
    margin: 0 auto;
}

.post_content .entry-content p {
    font-weight: 500;
    font-size: 16px;
    line-height: 24px;
    color: #000000;
}


.post_content .entry-content h2 {
    font-weight: 700;
}

.single-post .post_content .entry-content h2,
.single-post .post_content .entry-content h2 span,
.single-post .post_content .entry-content h3,
.single-post .post_content .entry-content h3 span {
    color: #2A1A40 !important;
}


.post_content .entry-content h1,
.post_content .entry-content h3,
.post_content .entry-content h5 {
    font-weight: 600;
    color: #2A1A40;
}

.post_content .wp-block-verse {
    max-width: 860px;
    width: 860px;
    margin: 61px -13% 55px;
    padding: 42px 85px 57px;
    font-family: 'Poppins', sans-serif;
    background: #EEEEEE;
    border: 1px solid #C4C4C4;
    border-left: 9px solid #FCB65A;
}

.post_content .wp-block-quote {
    max-width: 860px;
    width: 860px;
    margin: 51px -13%;
    padding: 43px 11% 47px 26%;
    border: 1px solid #D4D4D4;
    border-left: 9px solid #2A1A40 !important;
}

.post_content .wp-block-quote::before {
    content: "";
    position: absolute;
    top: 44px;
    left: 7.2%;
    width: 73px;
    height: 60px;
    background: url("../../img/icon-quote .svg") center no-repeat;
    background-size: contain;
}

.post_content .entry-content .wp-block-quote p:not(:nth-last-child(1)) {
    margin: 0 0 19px;
}

.post_content .entry-content .wp-block-quote p:not(:nth-last-child(1)) {
    font-weight: 600;
    font-size: 18px;
    font-style: italic;
    line-height: 28px;
    color: #2A1A40;
}

.post_content .entry-content .wp-block-quote p:nth-last-child(1) {
    margin: 0;
    font-style: normal;
}

.post_content .entry-content ul,
.post_content .entry-content ol {
    padding-left: 3px;
}

.post_content .entry-content ul li,
.post_content .entry-content ol li {
    margin-bottom: 0;
}

.post_content .entry-content a,
.post_content .entry-content a span {
    font-weight: 700 !important;

}

.post_content .entry-content a:hover {
    color: #291A40;
    text-decoration: none;
}


.single-resources-center .entry-content p:nth-last-child(1) a button {
    display: block;
    margin: 0 auto;
}

.wp-block-gallery .swiper-pagination-bullets {
    display: flex;
    justify-content: center;
}

.event_meta {
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 13px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
}

.event_meta--region {
    position: relative;
    margin-left: 10px;
    padding-left: 10px;
}

.event_meta--region::before {
    content: "|";
    position: absolute;
    top: 0;
    left: 0;
}

.post_event_btn {
    display: flex;
    justify-content: center;
}

.single-events .s-contact-form {
    margin-top: 40px;
}

.single-events .s-contact-form + .posts_latest {
    margin-top: 0;
}

.single-events .s-contact-form + .posts_latest::before {
    display: none;
}

.hsforms_form_wrap {
    /*display: none;*/
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    position: relative;
}

.hsforms_form_wrap ul li {
    padding-left: 0;
}

.hsforms_form_wrap ul li::before,
.hsforms_form_wrap .hs_error_rollup {
    display: none;
}

.hsforms_form_wrap form {
    display: flex;
    flex-wrap: wrap;
    grid-row-gap: 20px;
}

.hsforms_form_wrap .custom-form.active {
    display: block;
}

.hsforms_form_wrap .fieldset {
    max-width: 100%;
}

.hsforms_form_wrap .form .form-columns-2 {
    max-width: 100%;
    width: 100%;
    display: flex;
    grid-column-gap: 20px;
}

.hsforms_form_wrap .form label:not(.hs-error-msg) {
    visibility: hidden;
}

.hsforms_form_wrap .form label.hs-error-msg {
    display: flex;
    margin-top: 10px;
    column-gap: 10px;
}

.hsforms_form_wrap .form label.hs-error-msg::before {
    /* color: red; */
    content: url('data:image/svg+xml,%3Csvg xmlns="http://www.w3.org/2000/svg" width="18.466" height="18.466" viewBox="0 0 18.466 18.466"%3E%3Cpath id="Icon_material-error" data-name="Icon material-error" d="M12.233,3a9.233,9.233,0,1,0,9.233,9.233A9.237,9.237,0,0,0,12.233,3Zm.923,13.85H11.31V15h1.847Zm0-3.693H11.31V7.617h1.847Z" transform="translate(-3 -3)" fill="%23c33"/%3E%3C/svg%3E');
}

.hsforms_form_wrap .form select.error ~ .select2.select2-container--default .select2-selection--multiple,
.hsforms_form_wrap .form select.error,
.hsforms_form_wrap .form input.error {
    border: 1px solid #cc3333 !important;
}

.hsforms_form_wrap .form textarea {
    width: 100%;
    outline: none;
    border: none;
    border-radius: 10px;
    background-color: white;
    min-height: 102px;
    margin-bottom: 15px;
}

.hsforms_form_wrap .form select {
    outline: none;
    border: none;
    border-radius: 10px;
    background-color: white;
    min-height: 57px;
}

.hsforms_form_wrap .form form fieldset .input {
    margin: 0;
}

.hsforms_form_wrap .form input:not([type="submit"]) {
    outline: none;
    border-radius: 10px;
    background-color: white;
    min-height: 57px;
    border: 1px solid #2a1a40;
}

.hsforms_form_wrap .form input[type="submit"] {
    border: none;
    border-radius: 50px;
    background-color: #2a1a40;
    padding: 1rem 3rem;
    transition: 0.3s all;
    border: 1px solid #2a1a40;
}

.hsforms_form_wrap .form input[type="submit"]:hover {
    background-color: white;
    border: 1px solid #2a1a40;
    color: #2a1a40;
}

.hsforms_form_wrap .form .hs_submit {
    width: 100%;
    padding-top: 20px;
}

.hsforms_form_wrap .form .hs_submit .actions {
    display: flex;
    justify-content: center;
}

.hsforms_form_wrap .form select {
    font-weight: bold;
    color: black;

    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    /* background: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" width="20" height="20" viewBox="0 0 20 20"><polygon points="0,0 20,0 10,10" fill="black"/></svg>') no-repeat; */
    /* background-position: calc(100% - 10px) center; */
    /* padding-right: 30px; */
    /* position: relative; */
    /* background-image: none; */
}

.hsforms_form_wrap .hs-fieldtype-select {
    position: relative;
}

.hsforms_form_wrap .hs-fieldtype-select .input {
    position: relative;
}

.hsforms_form_wrap .hs-fieldtype-select .input::after {
    content: "";
    position: absolute;
    right: 20px;
    top: 50%;
    pointer-events: none;
    display: block;
    background-image: url("../img/chevron-down-solid.svg");
    background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><!--!Font Awesome Free 6.5.2 by @fontawesome - https://fontawesome.com License - https://fontawesome.com/license/free Copyright 2024 Fonticons, Inc.--><path d="M233.4 406.6c12.5 12.5 32.8 12.5 45.3 0l192-192c12.5-12.5 12.5-32.8 0-45.3s-32.8-12.5-45.3 0L256 338.7 86.6 169.4c-12.5-12.5-32.8-12.5-45.3 0s-12.5 32.8 0 45.3l192 192z"/></svg>');
    background-repeat: no-repeat;
    width: 25px;
    height: 25px;
    transform: translateY(-50%);
}

.hsforms_form_wrap .form select::-ms-expand {
    display: none;
}

.hsforms_form_wrap .form ::placeholder {
    color: black;
    font-weight: bold;
    opacity: 1;
}

.hsforms_form_wrap .custom-form-desc {
    max-width: 348px;
    max-height: 48px;
    font-size: 12px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.hsforms_form_wrap .custom-form-desc a {
    text-decoration: underline;
}

.download_iframe_wrap {
    display: none;
}

.download_iframe_wrap__txt {
    max-width: 600px;
    width: 100%;
    min-height: 88px;
    margin: 0 auto;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    grid-row-gap: 20px;
    padding: 20px 0;
    text-align: center;
}

.download_iframe_wrap__txt .btn_box .btn {
    font-weight: 400 !important;
}

@media (min-width: 992px) {
    .post__title,
    .post_content .entry-content h2 {
        margin-top: 30px;
        font-size: 40px;
        line-height: 50px;
    }

    .post__title {
        margin-top: 0;
    }

    .single-events .post__title {
        margin-bottom: 15px;
    }

    .post_event_btn {
        padding: 8px 0 14px;
    }

    .post_event_btn .btn {
        padding: 0 41px;
    }

    .post_content .entry-content h3 {
        font-size: 22px;
        line-height: 28px;
    }

    .post_content .entry-content p {
        margin-bottom: 24px;
    }

    .single-events .s-contact-form {
        margin-top: 70px;
    }

    .post__thumbnail svg {
        display: none;
    }
}

@media (max-width: 991px) {
    .post_banner .container,
    .post_content .container,
    .posts_latest .container {
        padding: 0 15px !important;
    }

    .post_banner__bg_left,
    .post_banner__bg_right {
        width: 48vw;
    }

    .single-events .post_banner__bg_left {
        top: 18%;
    }

    .post_content .wp-block-quote {
        width: 100%;
        margin: 30px 0 36px;
        padding: 70px 10px 30px 15px;
        border-left: 4px solid #2A1A40 !important;
    }

    .post_content .wp-block-quote::before {
        content: "";
        position: absolute;
        top: 14px;
        left: 11px;
        width: 44px;
        height: 40px;
    }

    .post_content .wp-block-verse {
        width: 100%;
        margin: 30px 0 36px;
        padding: 30px 10px 30px 15px;
        border-left: 4px solid #FCB65A;
    }

    body.single-post .post__thumbnail__img {
        padding-top: 57%;
    }

    .author_card {
        max-width: 218px;
        margin: 0 auto;
    }

    .author_card__name {
        font-size: 14px;
        line-height: 21px;
    }

    .post_banner > .post_banner__bg_left,
    .post_banner > .post_banner__bg_right {
        display: none;
    }

    .post__thumbnail img {
        border-radius: 12px;
    }

    .post__thumbnail .post_banner__bg_left,
    .post__thumbnail .post_banner__bg_right {
        width: 59%;
        top: 50%;
        transform: translateY(-50%);
        z-index: 0;
    }

    .post__thumbnail .post_banner__bg_left {
        left: -23%;
    }

    .post__thumbnail .post_banner__bg_right {
        right: -23%;
    }

    .post__thumbnail .post_banner__bg_left svg,
    .post__thumbnail .post_banner__bg_right svg {
        height: auto;
    }

    .postid-5280 .post_content {
        text-align: center;
    }
}

@media (max-width: 640px) {
    .hsforms_form_wrap .form .form-columns-2 {
        flex-direction: column;
        grid-row-gap: 20px;
    }

    .hsforms_form_wrap .form fieldset.form-columns-2 .hs-form-field {
        width: 100%;
    }
}

@media (max-width: 480px) {
    .event_meta {
        flex-direction: column;
    }

    .event_meta--region {
        margin: 0;
        padding: 0;
    }

    .event_meta--region::before {
        display: none;
    }
}