section.vip-client-form .vip-client-right form.wpcf7-form .form-area {
    flex-wrap: wrap;
    flex-direction: row;
}
section.vip-client-form .vip-client-right form.wpcf7-form .form-group {
    width: calc(50% - 0.75rem);
}
section.vip-client-form .vip-client-right form.wpcf7-form .form-group.full-width {
    width: 100%;
}
section.vip-client-form .vip-client-right form.wpcf7-form .form-group.file-group {
    width: 100%;
}
section.vip-client-form .vip-client-right form.wpcf7-form .submit-section {
    width: 100%;
}
section.vip-client-form .vip-client-right form.wpcf7-form .submit-section button.btn {
    width: 100%;
    text-align: center;
    display: block;
}

section.vip-client-form .vip-client-right form.wpcf7-form .form-group input, section.vip-client-form .vip-client-right form.wpcf7-form .form-group textarea {
    padding: 10px;
}

section.vip-client-form .vip-client-right form.wpcf7-form .form-group.file-group span {
    font-family: 'Jost';
    font-weight: 300;
    margin-right: 20px;
    font-size: 0.875rem;
}

section.vip-client-form .vip-client-right form.wpcf7-form .form-group.file-group .cc-photo-upload::file-selector-button {
	background: none;
    border: 1px solid #988864;
    border-radius: 0;
    padding: 12px 26px;
    font-size: 14px;
    font-family: 'Jost';
    text-decoration: none;
    font-weight: normal;
    text-shadow: none;
    text-transform:uppercase;
    cursor:pointer;
}

section.vip-client-form .vip-client-right form.wpcf7-form .form-group.file-group button.file-button:hover {
    background: #988864;
    color: #fff;
}


header#masthead .header-inner {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    gap:25px;
    min-height:6.5rem;
    padding:1rem 0;
}

header#masthead .header-inner ul.menu {
    display: flex;
    margin: 0;
    padding: 0;
    gap: 2rem;
}

header#masthead .header-inner ul.menu li {
    list-style: none;
}
header#masthead .header-inner ul.menu li a{
    font-family: "Jost", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
    text-transform: uppercase;
    font-size: 0.9375rem;
    font-weight: 300;
    color: #4b4b4b;
    transition: color 0.3s ease;
    white-space: nowrap;
}
div#mobilemenu{display:none;}
header#masthead .header-inner .header-left-logo a.site-headerlogo {
    display: inline-block;
    width: 100%;
}

header#masthead .header-inner .header-left-logo a.site-headerlogo img {
    vertical-align: middle;
    max-width:140px;
}
article.post-password-required.hentry {
    background: #023458;
    padding: 50px 20px;
    display: inline-block;
    width: 100%;
    margin-bottom: 80px;
}

article.post-password-required.hentry .entry-content {
    margin: 0;
    max-width: 1000px;
    margin: auto;
    display: flex;
    flex-wrap: nowrap;
}

article.post-password-required.hentry .entry-content form.post-password-form {
    display: flex;
    gap: 50px;
}

article.post-password-required.hentry .entry-content form.post-password-form p {
    color: #fff;
    font-family: 'Jost';
    width: 50%;
    margin: 0;
}

article.post-password-required.hentry .entry-content form.post-password-form p:empty {
    display: none;
}

article.post-password-required.hentry .entry-content form.post-password-form label {
    display: inline-block;
    width: 100%;
}

article.post-password-required.hentry .entry-content form.post-password-form input {
    margin-bottom: 10px;
    color: #000;
    font-size: 18px;
}

article.post-password-required.hentry .entry-content form.post-password-form input[type="submit"] {
    border-radius: 0;
    border: 2px solid #fff;
    color: #fff;
    background: none;
    display: inline-block;
    width: auto;
    padding: 10px 30px;
    text-transform: uppercase;
    cursor:pointer;
}
article.post-password-required.hentry .entry-content form.post-password-form input[type="submit"]:hover{background:#fff;}
section.press-release {
    padding: 7.5rem 0;
}

section.press-release h2 {
    margin-bottom: 4rem;
    text-align:center;
}
section.press-release .press-release-list {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
}

section.press-release .press-release-list .vip-client-grid {
    width: calc(33.33% - 1.349rem);
}
section.press-release .press-release-list .vip-client-grid .press-grid__img {
    margin-bottom: 1.25rem;
}

section.press-release .press-release-list .vip-client-grid .text_default h3 {
    margin-bottom: 1.25rem;
}
section.press-release .press-release-list .vip-client-grid .text_default h6 {
    margin-bottom: 0.4375rem
}
section.press-release .press-release-list .vip-client-grid .press-grid__img img {
    width: 100%; 
    max-width: 600px;  
    aspect-ratio: 4 / 3;
    object-fit: cover;  
    display: block;
}
section.press-release .press-release-list .vip-client-grid .text_default .press-grid__btn a {
        font-family: "Jost", sans-serif;
    border-radius: 0;
    display: inline-flex;
    align-items: center;
    gap: 1.5rem;
    font-size: 0.75rem;
    font-weight: normal;
    line-height: 1.2;
    padding:15px 20px;
    text-transform: uppercase;
    cursor: pointer;
    text-decoration: none;
    border: none;
    transition: background-color 0.3s ease, color 0.3s ease;
    letter-spacing: 0.03rem;
    color:#fff;
}
div#hidden-rows.press-release-list {
    margin-top: 2rem;
}
.site-footer__logo img{height:inherit;}

div#newsletter-custom div#mc_embed_shell div#mc_embed_signup form {
    margin: 0;
}

div#newsletter-custom div#mc_embed_shell div#mc_embed_signup h2 {
    text-transform: uppercase;
    color: #4b4b4b;
    line-height: 1.2;
    font-size: 0.8125rem;
    font-weight: 300;
    padding: 0;
    margin: 0;
    margin-bottom: 10px;
}
/*div#newsletter-custom div#mc_embed_shell div#mc_embed_signup .indicates-required {
    position: absolute;
    right: 0;
    margin: 0;
    top: 0;
}
div#newsletter-custom div#mc_embed_shell div#mc_embed_signup .indicates-required {
    position: absolute;
    right: 0;
    margin: 0;
    top: 0;
}

div#newsletter-custom div#mc_embed_shell div#mc_embed_signup form .mc-field-group {
    width: 100%;
}
div#newsletter-custom div#mc_embed_shell div#mc_embed_signup .mc-field-group {
    display: none;
}

div#newsletter-custom div#mc_embed_shell div#mc_embed_signup .mc-field-group.cemailfild {
    display: block;
}

div#newsletter-custom div#mc_embed_shell div#mc_embed_signup .mc-field-group.cemailfild label {
    display: none;
}
.clear.newsletter-custombtn {
    width: 20px;
    height: 20px;
    overflow: hidden;
    position: absolute;
    background: none !important;
    right: 0;
    top: 46px;
}

input#mc-embedded-subscribe {
    opacity: 0;
    position: absolute;
}*/
header#masthead .header-inner .site-header__menu {
    width: calc(50% - 70px);
    display: flex;
    justify-content: space-between;
    align-items:center;
}
div#newsletter-custom div#mc_embed_shell div#mc_embed_signup form .mc-field-group {
    width: 100%;
}
div#newsletter-custom div#mc_embed_shell div#mc_embed_signup .mc-field-group input {
    border: none;
    color: #4b4b4b;
    border: none;
    border-bottom: 1px solid #cacbcc;
    border-radius: 0;
    width: 100%;
    font-size: 0.875rem;
    font-weight: 300;
    font-family: "Jost", sans-serif;
    line-height: 1.4;
    height: 2.625rem;
}
div#newsletter-custom div#mc_embed_shell div#mc_embed_signup .indicates-required{
    display:none;
}

@media(min-width:1200px){
    .vip-client-right {
    position: sticky;
    height: 100vh;
    top: 110px;
}
}

@media (min-width: 1025px) and (max-width: 1300px) {
        header#masthead .header-left-logo {
        /*position: absolute;*/
        top: 130px;
        z-index: 999;
        background: #fff;
        padding: 15px;
        border-radius: 0px 0px 30px 30px;
    }
    header#masthead .header-inner ul.menu{gap:1rem;}
    header#masthead .header-inner ul.menu li a{
        font-size:14px;
    line-height: 17px !important;
    display: block;
    }

header#masthead .header-inner .site-header__menu a.site-header__btn {
    white-space: nowrap;
}

header#masthead .header-inner .header-left-logo {
    background: none;
    position: absolute;
    padding: 0;
}
.site-header.fixed .header-left-logo {
    display: none;
}

}

@media(max-width:1024px){
    div#mobilemenu{display:block; position: absolute;}
    header#masthead .header-inner .header-left-logo {
        display: flex;
        align-items: center;
        width: 100%;
        justify-content: space-between;
    }

header#masthead .header-inner .header-left-logo a.site-headerlogo {
    text-align: left;
}
body._active .site-header__menu {
    border: none;
}

body._active header#masthead a.site-headerlogo {
    width: auto;
    z-index: 999;
    position: relative;
}
}
@media(max-width:768px){
section.vip-client-form{
    padding-top:4rem;
    padding-bottom:4rem;
}
section.press-release .press-release-list .vip-client-grid {
    width: calc(50% - 1rem);
}
}

@media(max-width:593px){
    section.press-release .press-release-list .vip-client-grid {
    width:100%;
}
div#newsletter-custom div#mc_embed_shell {
    width: 100%;
}

div#newsletter-custom div#mc_embed_shell div#mc_embed_signup {
    width: 100%;
    max-width: 450px !important;
}

div#newsletter-custom div#mc_embed_shell div#mc_embed_signup .indicates-required {
    position: inherit;
    right: 0;
    text-align: left;
}

div#newsletter-custom div#mc_embed_shell div#mc_embed_signup h2 {
    margin-bottom: 10px;
}
}