.logo-block {
    font-size: 0;
    line-height: 1;
}

.logo-block--default {
    display: none;
}

.logo-block--alt {
}

.logo-block img {
    max-height: 71px;
    width: auto;
}

.navcontacts {
    padding-top: 20px;
}

.navcontacts-phones {
}

.navcontacts-phones .phones-list {
    color: #ffffff;
    font-size: 16px;
    font-weight: 700;
    line-height: 1;
}

.navcontacts-phones .phones-list li {
    padding-bottom: 4px;
}

.navcontacts-socials {
    padding-top: 11px;
}

.navcontacts-socials .socials-list {
    margin: 0 -7px;
}

.navcontacts-socials .socials-list li {
    padding: 7px;
}

.navcontacts-socials .socials-list a {
    width: 44px;
    height: 44px;
    border-radius: 4px;
}

.navcontacts-socials .socials-list svg {
    height: 25px;
    width: auto;
}

.languages {
    color: #FFFFFF;
    font-size: 18px;
    font-weight: normal;
    line-height: 1;
    text-transform: uppercase;
    background: rgb(183, 155, 108, 0.24);
}

.engagements-page .languages {
    color: #000;
}

.languages .dropdown-toggle {
    position: relative;
    line-height: 1;
    display: block;
    padding: 5px 45px 6px 19px;
}

.langtext {
}

.langarrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 18px;
    font-size: 0;
}

.languages .dropdown-menu {
    margin: 0;
    padding: 0;
    min-width: 100%;
    font-size: inherit;
    line-height: 1;
    background: rgb(183, 155, 108, 0.24);
    border-radius: 0;
    box-shadow: none;
    border: none;
}

.languages .dropdown-menu li {
    padding: 0;
}

.languages .dropdown-menu a {
    font-size: inherit;
    line-height: inherit;
    color: inherit;
    font-family: inherit;
    text-transform: none;
    text-align: left;
    padding: 0;
    border-radius: 0;
    padding: 5px 19px 6px 19px;
}

.languages .dropdown-menu .current-lang a {
}

.header {
    /* min-height: 64px; */
    color: #fff;
}

.engagements-page .header {
    color: #000;
}

.header-fix {
    /* background: #1A1D2A; */
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000;
    /*max-width: 430px;*/
    /* border-bottom: 1px solid rgba(239, 239, 239, 0.22); */
    transition: all 0.3s ease 0s;
}

.post-type-archive-engagement .header-fix, .single-engagement .header-fix, .contact-page .header-fix, .scrolled-passed .header-fix {
    background: #FFFAF2;
    color: #000;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.2);
}

.nav-open .header-fix {
}

.header-main {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    padding: 10px 13px 10px 13px;
    min-height: 90px;
}

.header-logo {
    /* max-width: 68px; */
    display: flex;
    align-items: center;
    display: none;
}

.post-type-archive-engagement .header-logo, .single-engagement .header-logo, .contact-page .header-logo, .scrolled-passed .header-logo {
    display: block;
}

.header-toogle {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    font-size: 0;
    line-height: 1;
}

.header-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-image: url(../img/copper-background.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
}

.closemenutoggle {
    position: absolute;
    top: 34px;
    left: 35px;
}

.header-buttons {
    margin-left: auto;
    padding-right: 18px;
}

.header-button {
    font-size: 12.171px;
    font-weight: 600;
    padding: 5px 10px 4px 11px;
    min-height: 33px;
}

.header-language {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
}

.post-type-archive-engagement .header-language, .single-engagement .header-language, .contact-page .header-language, .scrolled-passed .header-language {
    display: none;
}

.header-searchtoogle {
    flex: 1 0 0;
    width: 100%;
    max-width: 100%;
    text-align: right;
    font-size: 0;
    line-height: 1;
}

.searchtoggle {
    margin-left: auto;
}

.nav-open .header-nav {
    display: block;
}

.menutoggle {
    font-size: 0;
    line-height: 1;
    padding: 0;
    display: block;
    padding: 0 0 1px 0;
}

.menutoggle-close {
    display: none;
}

.nav-open .menutoggle-close {
    display: block;
}

.nav-open .menutoggle-burger {
    display: none;
}

.navigation {
    overflow-y: auto;
    /* overflow-x: hidden; */
    padding-top: 170px;
    max-height: 100%;
}

.menu {
    color: #FFF;
    font-size: 30px;
    font-weight: 300;
    line-height: 1;
    text-transform: uppercase;
    text-align: center;
}

.menu>li {
    padding-bottom: 36px;
}

.menu>li.menu-item-has-children {
    padding-bottom: 20px;
}

.menu>li:first-child {
}

.menu>li:last-child {
    border-bottom: none;
}

.menu .sub-menu {
    font-size: 18px;
    font-weight: 500;
    padding: 0 0 16px 0;
    margin: 0;
}

.menu .submenu-open .sub-menu {
    display: block;
}

.menu>li a {
    display: block;
    padding-top: 18px;
    padding-bottom: 18px;
}

.sub-menu>li {
    padding-bottom: 4px;
}

.sub-menu>li a {
    padding: 12px;
}

.menu>li a:visited {
    color: inherit;
}

.menu>li.current-menu-item a, .menu>li a:hover, .menu>li a:focus {
}

.contactposter {
    background: var(--text-color);
    color: #fff;
}

.contactposter-main {
    padding: 44px 0 65px 33px;
}

.contactposter-subtitle {
    font-size: 16px;
    font-weight: 300;
    text-transform: uppercase;
    padding-bottom: 50px;
}

.contactposter-title {
    color: #B79B6C;
    font-family: var(--font-secondary);
    font-size: 32px;
    line-height: 1.375;
    text-transform: uppercase;
    padding-bottom: 56px;
}

.contactposter-description {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.335;
    padding-bottom: 54px;
}

.contactposter-buttons {
    padding-left: 16px;
}

.contactposter-button {
    height: 53px;
    min-width: 293px;
}

.footer {
    background-image: url(../img/copper-background.jpg);
    background-repeat: no-repeat;
    background-position: 50% 50%;
    background-size: cover;
    color: #fff;
}

.footer-main {
    padding: 90px 0 62px 0;
    text-align: center;
}

.footer-logo {
}

.footer-logo img {
    height: 123px;
}

.footer-copyright {
    font-size: 16px;
    font-weight: 500;
    padding-top: 84px;
}

.ps-toc {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    background-image: url(../img/copper-background.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.144px;
    color: #fff;
    text-transform: uppercase;
    padding: 11px 5px;
    display: none;
}

.ps-toc-list {
    display: flex;
    align-items: center;
    justify-content: center;
}

.ps-toc-list li {
    border-left: 1px solid #fff;
}

.ps-toc-list li:first-child {
    border-left: none;
}

.ps-toc-list a {
    padding: 0 30px;
    display: block;
}

.ps-toc-list a:hover, .ps-toc-list a:focus {
    color: #fff;
}

@media (min-width: 1200.98px) {
    .logo-block {
        display: block;
    }

    .logo-block--default {
    }

    .logo-block--alt {
        display: none;
    }

    .post-type-archive-engagement .logo-block--default, .single-engagement .logo-block--default, .contact-page .logo-block--default, .engagements-page .logo-block--default {
        display: none;
    }

    .post-type-archive-engagement .logo-block--alt, .single-engagement .logo-block--alt, .contact-page .logo-block--alt, .engagements-page .logo-block--alt {
        display: block;
    }

    .logo-block img {
        max-height: 119px;
    }

    .post-type-archive-engagement .logo-block img, .single-engagement .logo-block img, .contact-page .logo-block img {
        max-height: 71px;
    }

    .navcontacts {
    }

    .navcontacts-phones {
    }

    .navcontacts-phones .phones-list {
    }

    .navcontacts-phones .phones-list li {
    }

    .navcontacts-socials {
    }

    .navcontacts-socials .socials-list {
    }

    .navcontacts-socials .socials-list li {
    }

    .navcontacts-socials .socials-list a {
    }

    .navcontacts-socials .socials-list svg {
    }

    .languages {
    }

    .post-type-archive-engagement .languages, .single-engagement .languages, .contact-page .languages, .scrolled-passed .languages {
        background: rgba(0, 0, 0, 0.06);
        color: #000;
    }

    .languages .dropdown-toggle {
    }

    .langtext {
    }

    .langarrow {
    }

    .languages .dropdown-menu {
    }

    .languages .dropdown-menu li {
    }

    .languages .dropdown-menu a {
    }

    .languages .dropdown-menu .current-lang a {
    }

    .header {
    }

    .header-fix {
    }

    .header .ps-wrap {
        max-width: none;
    }

    .scrolled-passed .header-fix {
    }

    .nav-open .header-fix {
    }

    .header-main {
        justify-content: space-between;
        padding: 20px 0 20px 0;
        align-items: start;
    }

    .post-type-archive-engagement .header-main, .single-engagement .header-main, .contact-page .header-main, .scrolled-passed .header-main {
        padding: 10px 0 9px 0;
    }

    .header-logo {
        display: block;
        margin: 0 auto;
    }

    .scrolled-passed .header-logo {
    }

    .scrolled-passed .logo-block--default {
        display: none;
    }

    .scrolled-passed .logo-block--alt {
        display: block;
    }

    .scrolled-passed .logo-block img {
        max-height: 71px;
    }

    .header-toogle {
        flex: 0 0 auto;
        width: auto;
        padding: 18px 0 0 0px;
        min-width: 200px;
    }

    .post-type-archive-engagement .header-toogle, .single-engagement .header-toogle, .contact-page .header-toogle, .scrolled-passed .header-toogle {
        padding: 28px 0 0 0;
    }

    .header-nav {
    }

    .closemenutoggle {
    }

    .header-buttons {
    }

    .header-button {
    }

    .header-language {
        flex: 0 0 auto;
        width: auto;
        padding-top: 10px;
    }

    .post-type-archive-engagement .header-language, .single-engagement .header-language, .contact-page .header-language, .scrolled-passed .header-language {
        display: block;
        padding-top: 21px;
    }

    .header-searchtoogle {
        flex: 0 0 auto;
        width: auto;
        padding-top: 17px;
        padding-left: 64px;
    }

    .post-type-archive-engagement .header-searchtoogle, .single-engagement .header-searchtoogle, .contact-page .header-searchtoogle, .scrolled-passed .header-searchtoogle {
        padding-top: 28px;
        padding-left: 43px;
    }

    .searchtoggle {
    }

    .nav-open .header-nav {
    }

    .menutoggle {
    }

    .menutoggle-close {
    }

    .nav-open .menutoggle-close {
    }

    .nav-open .menutoggle-burger {
    }

    .navigation {
        padding: 0;
        height: 100%;
        align-items: center;
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .menu {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
    }

    .menu>li {
    }

    .menu>li.menu-item-has-children {
    }

    .menu>li, .menu>li.menu-item-has-children {
        padding: 0 45px;
    }

    .menu>li:first-child {
    }

    .menu>li:last-child {
    }

    .menu .sub-menu {
        display: none;
    }

    .menu .submenu-open .sub-menu {
    }

    .menu>li a {
    }

    .sub-menu>li {
    }

    .sub-menu>li a {
    }

    .menu>li a:visited {
    }

    .menu>li.current-menu-item a, .menu>li a:hover, .menu>li a:focus {
    }

    .contactposter {
    }

    .contactposter-main {
        text-align: center;
        margin: 0 auto;
        max-width: 800px;
        padding: 81px 0 176px 0;
    }

    .contactposter-subtitle {
        font-size: 32px;
        padding-bottom: 35px;
    }

    .contactposter-title {
        font-size: 70px;
        padding-bottom: 23px;
    }

    .contactposter-description {
        font-size: 32px;
        line-height: 1.375;
        max-width: 540px;
        margin: 0 auto;
        padding-bottom: 80px;
    }

    .contactposter-buttons {
        padding: 0;
    }

    .contactposter-button {
        min-width: 406px;
    }

    .footer {
    }

    .footer-main {
        padding: 72px 0 59px 0;
    }

    .footer-logo {
    }

    .footer-logo img {
        height: 159px;
    }

    .footer-copyright {
        font-size: 24px;
        letter-spacing: 0.192px;
        padding-top: 58px;
    }

    .ps-toc {
        display: block;
    }
}

.engagementpage {
}

.engagementpage-main {
    padding-top: 115px;
    padding-bottom: 56px;
}

.engagementpage-header {
}

.engagementpage-bg {
    display: none;
}

.engagementpage-bg img {
}

{
}

.engagementpage-heading {
}

.engagementpage-title {
    font-size: 44px;
    line-height: 1.27273;
    font-family: var(--font-secondary);
    padding-left: 19px;
    padding-right: 25px;
    padding-bottom: 18px;
}

.engagementpage-thumbnail {
    margin: 0 -3px 0 -2px;
}

.engagementpage-thumbnail img {
    height: 531px;
    object-fit: cover;
    width: 100%;
}

.engagementpage-body {
    position: relative;
    z-index: 2;
    max-width: 982px;
    margin: 0 auto;
    background: rgb(249 249 249 / 90%);
}

.engagementpage-content {
}

.entry-content {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.25;
}

.entry-content p {
    margin: 20px 0 20px 0;
}

.entry-content h2 {
    font-family: var(--font-secondary);
    font-size: 44px;
    line-height: 1.27273;
    font-weight: normal;
    margin-bottom: 24px;
    margin-top: 70px;
}

.entry-content .wp-block-image + h2 {
    margin-top: 36px;
}

.entry-content .has-medium-font-size {
    font-size: 36px;
    font-weight: 300;
    line-height: 1.22222;
    letter-spacing: 0.288px;
    --wp--preset--font-size--medium: 36px;
    margin-bottom: 72px;
}

.entry-content .has-medium-font-size h2 {
    font-family: var(--font-primary);
    font-size: 36px;
    letter-spacing: 0.288px;
    font-weight: 500;
    line-height: 1.22222;
    margin-bottom: 90px;
    margin-bottom: 30px;
}

.entry-content-main {
    padding: 17px 0 0 19px;
}

.entry-content .wp-block-image {
    margin: 0 -3px 0 -21px;
}

.entry-content .wp-block-image img {
    min-height: 555px;
    object-fit: cover;
}

.entry-content .wp-block-image .wp-element-caption {
    text-align: right;
    font-size: 16px;
    font-style: italic;
    font-weight: 300;
    line-height: 1.375;
    max-width: 300px;
    margin: 5px 0 0 auto;
}

.entry-content .wp-block-buttons {
    margin-top: 41px;
}

.other-engagements {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 100;
    width: 100%;
    height: auto;
    background-image: url(../img/copper-background.jpg);
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0.144px;
    color: #fff;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    flex-direction: column;
}

.other-engagements-open .other-engagements {
    height: 100%;
}

.other-engagements-main {
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    height: 100%;
    display: none;
}

.other-engagements-open .other-engagements-main {
    display: flex;
}

.other-engagements-close {
    position: absolute;
    top: 114px;
    left: 35px;
}

.other-engagements-list {
    font-size: 24px;
    font-family: var(--font-secondary);
    line-height: 1.3;
    font-weight: normal;
}

.other-engagements-list li {
    padding: 23px 0;
}

.other-engagements-list a {
}

.other-engagements-list a:hover {
    color: #fff;
}

.other-engagements-toggle {
    text-align: center;
    display: block;
    width: 100%;
    font-size: 18px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0.144px;
    text-transform: uppercase;
    padding: 15px 0;
    margin-top: auto;
}

.other-engagements-toggle svg {
    margin-left: 10px;
}

.other-engagements-open .other-engagements-toggle svg {
    transform: rotate(180deg);
}

.engagementarchive {
    padding: 122px 11px 33px 9px;
}

.engagementarchive-hero {
}

.engagementarchive-bg {
    display: none;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.engagementarchive-bg img {
    width: 100%;
    height: 100%;
    opacity: 0;
}

.engagementarchive-header {
    display: none;
}

.engagementarchive-title {
    font-size: 32px;
    line-height: 1.375;
    font-family: var(--font-secondary);
}

.engagementarchive-emblem {
}

.engagementarchive-posttitle {
    font-size: 32px;
    line-height: 1.375;
    font-family: var(--font-secondary);
    padding: 0 0 8px 13px;
}

.engagementarchive-content {
}

.engagementarchive-cnt {
}

.engagementarchive-list {
}

.engagementarchive-item {
}

.engagementarchive-pagination {
    font-size: 12px;
    line-height: 1.333;
    font-family: var(--font-secondary);
    padding: 22px 0 0 0;
}

.engagementarchive-pagdir {
    padding: 37px 0 38px;
}

.engagementarchive-pagdir--prev {
    padding-left: 0px;
}

.engagementarchive-pagdir--next {
    padding-right: 5px;
    padding-left: 4px;
}

.engagementarchive-pagbutton {
    display: flex;
    align-items: center;
}

.engagementarchive-pagbutton--prev {
    flex-direction: row-reverse;
}

.engagementarchive-pagbutton--next {
}

.engagementarchive-pagbutton svg {
    width: 172px;
    height: auto;
}

.engagementarchive-pagbutton--prev svg {
    margin-right: 34px;
}

.engagementarchive-pagbutton--next svg {
    margin-left: 15px;
}

.engagementcard {
}

.engagementcard-title {
}

.engagementcard-thumbnail {
}

.engagementcard-thumbnail img {
    height: 271px;
    object-fit: cover;
}

.engagementcard-picture {
}

.engagementcard-pic {
}

.engagementcard-excerpt {
    font-size: 24px;
    font-weight: 300;
    line-height: 1.33333;
    padding-top: 3px;
    padding-left: 13px;
}

.engagementcard-control {
    padding-top: 29px;
    text-align: center;
}

.engagementcard-button {
    font-size: 24px;
    letter-spacing: 0.192px;
    min-width: 172px;
    height: 53px;
}

@media (min-width: 1200.98px) {
    .engagementpage {
        position: relative;
    }

    .engagementpage-main {
        padding-top: 294px;
    }

    .engagementpage-header {
        /* min-height: 100dvh; */
    }

    .engagementpage-bg {
        display: block;
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        background: #FFF;
        /* backdrop-filter: blur(2.1013801097869873px); */
        background-position: 50% 50%;
        background-repeat: no-repeat;
        background-size: cover;
        background-attachment: fixed;
    }

    .engagementpage-bg:before {
        content: "";
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        z-index: 1;
        backdrop-filter: blur(2.1013801097869873px);
    }

    .engagementpage-bg img {
        opacity: 0;
    }

    .engagementpage-heading {
        position: relative;
        z-index: 1;
        max-width: 982px;
        margin: 0 auto;
        background: rgb(249 249 249 / 90%);
        padding-top: 52px;
    }

    .engagementpage-title {
        font-size: 70px;
        padding: 0 0 0 2px;
    }

    .engagementpage-thumbnail {
        margin: 0 -9px 0 0;
        padding: 30px 0 0 0;
    }

    .engagementpage-thumbnail img {
        height: 555px;
    }

    .engagementpage-content {
        padding-bottom: 25px;
    }

    .entry-content {
    }

    .entry-content p {
    }

    .entry-content h2 + p {
        margin-top: 0;
    }

    .entry-content h2 {
        margin-bottom: 0;
    }

    .entry-content p + h2 {
        margin-top: 55px;
        margin-bottom: 11px;
    }

    .entry-content .has-medium-font-size + h2 {
        margin-top: 22px;
        margin-bottom: 12px;
    }

    .entry-content .wp-block-image + h2 {
        margin-top: 90px;
        margin-bottom: 12px;
    }

    .entry-content .has-medium-font-size {
        font-size: 44px;
        --wp--preset--font-size--medium: 44px;
        letter-spacing: 0.352px;
        line-height: 1.27273;
        margin-bottom: 0;
    }

    .entry-content .has-medium-font-size p:first-of-type {
        margin-top: 0px;
    }

    .entry-content .has-medium-font-size p:last-of-type {
    }

    .entry-content .has-medium-font-size h2 {
        font-size: 44px;
        line-height: 1;
        letter-spacing: 0.352px;
        margin-bottom: 4px;
    }

    .entry-content-main {
        padding: 63px 0 0 2px;
    }

    .entry-content .wp-block-image {
        margin: 0 -9px 0 0;
    }

    .entry-content .wp-block-image img {
        min-height: 400px;
        height: 557px;
    }

    .entry-content .wp-block-image .wp-element-caption {
        max-width: none;
        margin-top: 13px;
    }

    .entry-content .wp-block-buttons {
    }

    .other-engagements {
    }

    .other-engagements-open .other-engagements {
    }

    .other-engagements-main {
    }

    .other-engagements-open .other-engagements-main {
    }

    .other-engagements-close {
    }

    .other-engagements-list {
        font-size: 32px;
    }

    .other-engagements-list li {
    }

    .other-engagements-list a {
    }

    .other-engagements-list a:hover {
    }

    .other-engagements-toggle {
    }

    .other-engagements-toggle svg {
    }

    .other-engagements-open .other-engagements-toggle svg {
    }

    .engagementarchive {
        padding: 0;
    }

    .engagementarchive-hero {
        min-height: 100dvh;
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
        position: relative;
    }

    .engagementarchive-bg {
        display: block;
    }

    .engagementarchive-bg img {
    }

    .engagementarchive-header {
        display: block;
        position: relative;
        z-index: 1;
        text-align: center;
        color: #fff;
        margin: auto 0;
        padding-top: 120px;
    }

    .engagementarchive-title {
        font-size: 70px;
        text-transform: uppercase;
    }

    .engagementarchive-emblem {
        padding-top: 72px;
    }

    .engagementarchive-posttitle {
        margin-top: auto;
        padding: 0;
        position: relative;
        z-index: 1;
        background: rgb(249 249 249 / 75%);
        width: 100%;
        max-width: 812px;
        text-align: left;
        padding: 34px 0px 36px 51px;
    }

    .engagementarchive-content {
        background-image: url(../img/marble.jpg);
        background-repeat: no-repeat;
        background-position: 50% 50%;
        background-attachment: fixed;
    }

    .engagementarchive-cnt {
        max-width: 812px;
        margin: 0 auto;
        position: relative;
        padding-bottom: 69px;
    }

    .engagementarchive-list {
    }

    .engagementarchive-item {
    }

    .engagementarchive-pagination {
    }

    .engagementarchive-pagdir {
        position: absolute;
        top: 238px;
        padding: 0;
    }

    .engagementarchive-pagdir--prev {
        right: 100%;
        margin-right: 80px;
    }

    .engagementarchive-pagdir--next {
        left: 100%;
        margin-left: 80px;
    }

    .engagementarchive-pagbutton {
        font-size: 24px;
        line-height: 1.3333;
        flex-direction: column;
        min-width: 300px;
    }

    .engagementarchive-pagbutton--prev {
    }

    .engagementarchive-pagbutton--next {
    }

    .engagementarchive-pagbutton svg {
        width: auto;
        margin: 32px 24px 0 0px;
    }

    .engagementarchive-pagbutton--prev svg {
    }

    .engagementarchive-pagbutton--next svg {
    }

    .engagementcard {
        background: rgb(249 249 249 / 75%);
        padding-bottom: 65px;
    }

    .engagementcard-title {
    }

    .engagementcard-thumbnail {
    }

    .engagementcard-thumbnail img {
        height: 812px;
    }

    .engagementcard-picture {
    }

    .engagementcard-pic {
    }

    .engagementcard-excerpt {
        font-size: 32px;
        line-height: 1.125;
        padding: 28px 40px 0 55px;
    }

    .engagementcard-control {
        text-align: left;
        padding: 51px 0 0 51px;
    }

    .engagementcard-button {
    }
}

.error-404 {
    color: #fff;
    padding-top: 250px;
    padding-bottom: 150px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
    overflow: hidden;
}

.searchsection {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-image: url(../img/marble.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 50% 50%;
    z-index: 1010;
    padding: 30px;
    display: none;
}

.search-open .searchsection {
    display: flex;
}

.searchsection-close {
    position: absolute;
    top: 34px;
    right: 35px;
    color: #000;
}

.searchform {
    display: flex;
    width: 199%;
}

.searchform input {
    width: 100%;
    border: none;
    font-size: 16px;
    font-weight: 300;
    line-height: 1;
    border: 1px solid #fff;
    background: #fff;
    padding: 0 10px;
}

.searchform button {
    width: 59px;
    height: 51px;
    display: flex;
    min-width: auto;
}

.searchform button svg {
    width: 23px;
    height: 23px;
}

@media (min-width: 1200.98px) {
    .searchsection {
    }

    .searchsection-close {
    }

    .searchform {
        max-width: 812px;
        margin-left: auto;
        margin-right: auto;
    }

    .searchform input {
        height: 97px;
        font-size: 30px;
    }

    .searchform button {
        width: 122px;
        height: 97px;
    }

    .searchform button svg {
        width: 38px;
        height: 38px;
    }
}


.search-results .site-main {
    overflow: hidden;
    background: rgba(0,0,0,0.5);
    color: #fff;
    padding-top: 150px;
    padding-bottom: 150px;
}


.search-results .post {
    border: 1px solid #000;
    padding: 1px 15px 20px;
    margin: 15px 0;
}


.search-results .entry-footer {
    display: none;
}