.corporate-landing-page-footer h3 {
    font-weight: normal;
    line-height: normal;
    font-size: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.corporate-landing-page-footer ul,
.corporate-landing-page-footer li,
.corporate-landing-page-footer ul > li {
    padding: 0;
    margin: 0;
}
.corporate-landing-page-footer input:not([disabled]):focus {
    box-shadow: unset;
}
.corporate-landing-page-footer a:hover {
    text-decoration: none;
}
.explore-more-drop-down {
    display: none;
}
.explore-more-drop-down select option{
    font-family: garamond-premier-pro, serif;
}
.corporate-landing-page-footer a {
    text-decoration: none;
    line-height: inherit;
    cursor: pointer;
}
.corporate-landing-page-footer img {
    height: 100%;
    width: 100%;
}
.corporate-landing-page-footer {
    font-family: garamond-premier-pro, serif;
    -webkit-text-size-adjust: 100%;
    font-size: 0.875rem;
    font-weight: normal;
    line-height: 1.5;
    color: #1e1e1e;
    -webkit-font-smoothing: antialiased;
    box-sizing: inherit;
    display: block;
    margin-top: 55px;
    padding-bottom: 0.5rem;
}
.footer-social {
    display: flex;
}
.footer-columns {
    width: 25%;
    max-height: 345px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    background-color: #ececec;
}
.social-title {
    position: relative;
    overflow: hidden;
}
.social-title img {
    transform: translateX(-50%) scale(1.1);
}
.flexwrapper {
    text-align: center;
    font-size: 0.65rem;
}
.flexwrapper:nth-child(2) {
    padding: 25px 0;
}
a.explore-more-links {
    font-family: montserrat, sans-serif;
}
.corporate-landing-page-footer .hashtag {
    font-family: montserrat, sans-serif;
    text-transform: uppercase;
    font-size: 0.95rem;
    letter-spacing: 0.5px;
}
.corporate-landing-page-footer .social-list {
    display: flex;
    list-style-type: none;
    justify-content: center;
    gap: 10px;
}
.icons-wrapper .svg-fill {
    fill: #454242;
}
.icons-wrapper {
    display: flex;
    list-style-type: none;
    justify-content: center;
    gap: 31px;
}
.flexwrapper h3 {
    font-size: 1.7rem;
    font-weight: 400;
    text-transform: uppercase;
    letter-spacing: 1px;
    line-height: 2.1rem;
    margin-top: 0.7rem;
}
.flexwrapper h3 i {
    text-transform: none;
    font-size: 1.65rem;
}
.socialtile img {
    opacity: 1;
    object-fit: cover;
}
.store {
    position: relative;
}
.socialtile.store .button {
    color:#fff;
    position: absolute;
    top: 60%;
    left: calc(50% - 75px);
    text-transform: uppercase;
}
.socialtile.store img {
    position: absolute;
    transform: translateX(0%) scale(0.9);
    top: -13%;
    opacity: 1;
}
.button {
    display: inline-block;
    text-align: center;
    line-height: 1;
    cursor: pointer;
    -webkit-appearance: none;
    transition: background-color 0.25s ease-out, color 0.25s ease-out;
    vertical-align: middle;
    border: 1px solid transparent;
    border-radius: 5px;
    margin: 0 0 1rem 0;
    background-color: #385888;
    color: #fff;
    font-size: 1.1rem;
    font-weight: 600;
    letter-spacing: 0.4px;
    padding: 13px 28px 11px;
    text-transform: uppercase;
}
.footerpush {
    border-bottom: 1px solid #e3e3e3;
    display: flex;
}
.footerpush-form {
    padding: 34px 49px 17px 60px;
    width: 50%;
    border-right: 0.5px solid #e3e3e3;
}
.footerpush-form h3 {
    font-size: 1.7rem;
    margin: 10px 0 35px 0;
    letter-spacing: 1px;
    text-transform: uppercase;
    font-weight: 100;
}
.footerpush-form h3 .subtitle {
    font-size: 1.7rem;
    text-transform: uppercase;
}
.subtitle i {
    font-size: 1.4rem;
}
.footerpush-form h3 i {
    text-transform: none;
    font-size: 1.7rem;
}
.input-group {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    margin-bottom: 1.14286rem;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
}
.input-group input[type="email"] {
    width: 100%;
    outline: none;
    border-radius: 3px 0 0 3px;
    color: #1e1e1e;
    -webkit-appearance: none;
    font-size: 14.5px;
    padding: 0 0 0 23px;
    -webkit-tap-highlight-color: unset;
}
.input-group input[type="email"]::placeholder {
    color: #767676;
}
fieldset {
    border: 0;
    padding: 0;
    margin: 0;
}
legend {
    border: 0;
    padding: 0;
}
.footerpush-form .input-group {
    font-size: 11.5px;
}
.footerpush-form input,
.footerpush-form button {
    background: #ececec;
    border: 0;
    height: 50px;
    border-radius: 0 3px 3px 0;
}
.input-group-button button {
    font-family: garamond-premier-pro, serif;
    width: 122px;
    padding: 0;
    cursor: pointer;
}
.input-group-field {
    font-size: 11.5px;
    padding-left: 23px;
}
.footerpush-form button {
    color: #385888;
    text-transform: uppercase;
    font-size: 0.85714rem;
    padding-right: 17px;
}
.footerpush-form button span.text {
    position: relative;
    font-size: 0.969rem;
    font-weight: 400;
}
.footerpush-form button .svg-mail {
    margin-left: 8px;
    position: relative;
    top: 4.3px;
}
.footerpush-form button .svg-mail .svg-fill {
    fill: #385988;
}
.visually-hidden {
    display: none;
}
.footerpush-giftcard {
    width: 50%;
    text-align: left;
    border-top: 0;
    border-bottom: 0;
    border-left: 1px solid #d7dce3;
    background: linear-gradient(
            to left,
            rgba(242, 247, 255, 0) 256px,
            #f2f7ff 422px,
            #f2f7ff 100%
        ),
        url("../../images/footer-giftcards-image.jpeg") no-repeat right center;
    padding: 33px 44px 35px;
    background-size: contain;
}
.footerpush-giftcard {
    line-height: 1.4;
}
.footerpush-form .subtitle {
    line-height: 25px;
}
.flexwrapper h3 .subtitle {
    font-size: 1.55rem;
}
.footerpush-giftcard h3 .subtitle {
    line-height: 25px;
}
.corporate-landing-page-footer h3 {
    text-transform: uppercase;
    font-weight: 400;
}
.footerpush-giftcard .button {
    margin: 0;
    color:#fff;
}
.button:hover,
.button:focus {
    background-color: #304b74;
    color: #fff;
}
.footerpush-form h3 .subtitle,
.footerpush-giftcard h3 .subtitle {
    font-size: 0.9rem;
    letter-spacing: 0;
}
.footerpush-giftcard h3 {
    margin-bottom: 26px;
    font-size: 1.7rem;
    margin-top: 10px;
}
.footerpush-giftcard h3 i {
    text-transform: none;
    font-size: 1.7rem;
}
.explore-more-wrapper {
    display: flex;
    justify-content: center;
    gap: 3.6rem;
    margin-top: 1rem;
}
.explore-more-links {
    text-transform: uppercase;
    font-size: 1rem;
    padding: 25px 0;
}
a.explore-more-links {
    color: #385888;
}
.explore-more-links:hover {
    color: #6d6e70;
}
.footer-bottom-logo:first-child {
    border-right: 2px solid #909090;
    padding-right: 2rem;
}
.footer-bottom-logo {
    width: 215px;
}
.footer-bottom-logo-second-section {
    display: flex;
}
.footer-bottom-logo-section-seperator {
    display: none;
}
.footer-bottom-logo-wrapper img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}
.footer-bottom-logo-wrapper {
    display: flex;
    justify-content: center;
    padding-bottom: 3.25rem;
    margin-top: 2.32rem;
}
.footer-bottom-trump-hotels-logo {
    width: 170px;
    margin: 0 1.5rem 0 2.5rem;
}
.footer-bottom-estate-collection-logo {
    height: 58px;
    margin: -1px 0 0 3.5rem;
}
.footer-additional-section-wrapper {
    display: flex;
    justify-content: center;
    margin-top: 10px;
    flex-direction: column;
    align-items: center;
    gap: 7px;
}
.footer-additonal-link-outs {
    display: flex;
    text-transform: capitalize;
}
.corporate-landing-page-footer a.address-text {
    color: #000;
}
.corporate-landing-page-footer a.contact-number {
    padding-left: 0.1rem;
    color: #385888;
}
.corporate-landing-page-footer .footer-additonal-link-outs sup {
    position: relative;
    font-size: 0.55rem;
    line-height: 0;
    left: -3px;
    top: -0.65em;
}
.corporate-landing-page-footer .property-name::after {
    content: " | ";
    padding: 0 0.7rem 0 0.1rem;
}
.corporate-landing-page-footer .address-text::after {
    content: " | ";
    padding: 0 0.7rem;
    color: #000;
}
.corporate-landing-page-footer .address-text:hover {
    color: #6d6e70;
}
.corporate-landing-page-footer .contact-number:hover {
    color: #6d6e70;
}
.corporate-landing-page-footer .seperator {
    color: #000;
    padding: 0 0.3rem;
}
.corporate-landing-page-footer .property-name,
.corporate-landing-page-footer .property-contact,
.corporate-landing-page-footer .address-text,
.corporate-landing-page-footer .contact-number {
    font-family: montserrat, sans-serif;
    font-size: 1rem;
    letter-spacing: 0.01rem;
}
.corporate-landing-page-footer .property-contact::after {
    content: ":";
    padding-right: 3px;
    font-size: 1rem;
}
.corporate-landing-page-footer .footer-additonal-copyrights {
    font-family: montserrat, sans-serif;
}
.footer-additonal-copyrights {
    margin-top: 1rem;
}
.corporate-landing-page-footer .name-branding {
    font-size: 0.95rem;
    text-transform: capitalize;
}
.name-branding::after {
    content: "|";
    padding: 0 0.8rem;
}
.footer-additonal-copyrights {
    display: flex;
}
.corporate-landing-page-footer .footer-navigation {
    display: flex;
    align-items: center;
    color:#1979c3;
}
.corporate-landing-page-footer .footer-navigation a {
    text-transform: capitalize;
    font-size: 0.95rem;
    color: #385888;
}
.corporate-landing-page-footer .footer-navigation a:nth-child(2) {
    padding: 0 0.4rem 0 0;
    color: #385888;
}
.corporate-landing-page-footer .footer-navigation a:first-child::after {
    content: "|";
    padding: 0 0.8em;
    color: #000;
}
.corporate-landing-page-footer .footer-bottom-logo-wrapper img:hover {
    -webkit-filter: grayscale(0%);
    filter: grayscale(0%);
}
.corporate-landing-page-footer .logo-description {
    font-family: montserrat, sans-serif;
    display: none;
    position: absolute;
    width: auto;
    margin-top: -96px;
    padding: 1.5rem;
    background: #ececec;
    box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.4);
    box-sizing: border-box;
    line-height: 1.5;
    text-align: center;
}
.corporate-landing-page-footer .logo-description::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    margin-left: 0.5em;
    bottom: -2em;
    left: 43%;
    box-sizing: border-box;
    border: 1em solid black;
    border-color: transparent #ececec #ececec;
    -webkit-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    transform: rotate(-45deg);
    box-shadow: -3px 3px 3px 0 rgba(0, 0, 0, 0.4);
    z-index: 3;
    bottom: -1.9em;
}
.footer-bottom-trump-hotels-logo:hover .logo-description,
.footer-bottom-logo:hover .logo-description,
.footer-bottom-estate-collection-logo:hover .logo-description {
    display: inline;
}
.corporate-landing-page-footer .logo-tip {
    color: #000;
    font-size: 0.88rem;
}

.corporate-landing-page-footer .footer-bottom-logo .logo-description {
    margin-left: -19.5rem;
}
.corporate-landing-page-footer .footer-bottom-trump-hotels-logo .logo-description {
    margin-left: -16.5rem;
}
.corporate-landing-page-footer .footer-bottom-estate-collection-logo .logo-description {
    margin-left: -19.3rem;
}
.footerpush-giftcard-content{
    width: 100%;
}
/* Responsive Code For Mobile and Tab*/
@media only screen and (max-width: 1024px) {
    .explore-more-wrapper,
    #newsletter-subscribe-submit .text {
        display: none;
    }
    .explore-more-drop-down {
        display: flex;
        margin-top: 2rem;
    }
    .corporate-landing-page-footer .socialtile {
        display: none;
    }
    .corporate-landing-page-footer .footer-columns {
        width: 100%;
        min-height: 245px;
    }
    .corporate-landing-page-footer .hashtag {
        font-size: 0.85rem;
    }
    .corporate-landing-page-footer .flexwrapper h3 .subtitle,
    .corporate-landing-page-footer .flexwrapper h3 {
        font-size: 1.5rem;
    }
    .flexwrapper h3 i {
        font-size: 1.45rem;
    }
    .flexwrapper:nth-child(2) {
        padding: 25px 0 0;
    }
    .footerpush {
        flex-direction: column;
        background-color: #fff;
    }
    .footerpush-form {
        width: 90%;
        padding: 34px 0 17px 0;
        margin: 0 auto;
        border-right: none;
    }
    .footerpush-form h3 i {
        font-size: 1.5rem;
    }
    .footerpush-form h3,
    .footerpush-giftcard h3 {
        font-size: 1.5rem;
    }
    .footerpush-form h3 {
        margin-bottom: 25px;
    }
    .footerpush-form form {
        width: 100%;
    }
    .footerpush-giftcard {
        width: 100%;
        background: #f2f7ff;
        justify-content: center;
        padding: 33px 0 35px;
    }
    .footerpush-giftcard .button {
        width: 100%;
    }
    .footerpush-giftcard h3 {
        margin-bottom: 26px;
        margin-top: 0;
        text-align: center;
    }
    .footerpush-giftcard h3 i {
        font-size: 1.5rem;
    }
    .footerpush-form h3 .subtitle,
    .footerpush-giftcard h3 .subtitle {
        font-size: 0.8rem;
    }
    .input-group-button button {
        width: unset;
    }
    .input-group input[type="email"] {
        padding: 0 0 0 17px;
        font-size: 12.5px;
    }
    .footer-bottom-logo-wrapper {
        flex-direction: column;
        align-items: center;
        padding-bottom: 1.25rem;
    }
    .footer-bottom-logo-section-seperator {
        display: block;
        width: 90%;
        justify-content: center;
        border: 0.5px solid #909090;
        border-radius: 5px;
    }
    .footer-bottom-logo:first-child {
        border: 0;
        padding: 0;
        margin-bottom: 1.5rem;
    }
    .footer-bottom-logo {
        width: 165px;
    }
    .footer-bottom-logo-second-section {
        margin-top: 2rem;
        gap: 1.5rem;
    }
    .footer-bottom-trump-hotels-logo {
        width: 135px;
        margin: 0;
    }
    .footer-bottom-estate-collection-logo {
        height: 47px;
        margin: 0;
    }
    .footer-additonal-link-outs {
        gap: 0.5rem;
        flex-direction: column;
    }
    .footer-additonal-copyrights {
        flex-direction: column;
        gap: 0.5rem;
        margin-top: 1.5rem;
    }
    .corporate-landing-page-footer .property-name::after,
    .corporate-landing-page-footer .name-branding::after,
    .corporate-landing-page-footer .address-text::after {
        content: none;
    }
    .corporate-landing-page-footer .property-contact::after {
        content: ":";
        padding-right: 0;
        font-size: 0.8rem;
    }
    .corporate-landing-page-footer .footer-additional-section-wrapper {
        text-align: center;
    }
    .corporate-landing-page-footer .footer-additonal-link-outs sup {
        font-size: 0.45rem;
    }
    .corporate-landing-page-footer .property-name,
    .corporate-landing-page-footer .property-contact,
    .corporate-landing-page-footer .address-text,
    .corporate-landing-page-footer .contact-number {
        font-size: 0.8rem;
    }
    .corporate-landing-page-footer .name-branding {
        font-size: 0.7rem;
    }
    .corporate-landing-page-footer .property-contact {
        margin-top: 1.5rem;
    }
    .corporate-landing-page-footer  .footer-navigation {
        justify-content: center;
    }
    .corporate-landing-page-footer .footer-navigation a {
        font-size: 0.7rem;
    }
    .corporate-landing-page-footer .explore-more-drop-down select {
        font-family: garamond-premier-pro, serif;
        font-size: 1rem;
        height: 3rem;
        background: #ececec
            url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIGNsYXNzPSJzdmctc21hbGwtYXJyb3ciIHdpZHRoPSIxMCIgaGVpZ2h0PSI1IiB2aWV3Qm94PSIwIDAgMTAgNSI+PHBhdGggZmlsbD0iIzRhNDc0NSIgZD0iTTEwIDBIMGw1IDUiPjwvcGF0aD48L3N2Zz4=)
            no-repeat right 10px center;
        -webkit-appearance: none;
        -moz-appearance: none;
        width: 90%;
        margin: 0 auto;
        border: 0;
        outline: none;
        color:#000;
    }
    
    .explore-more-drop-down select:focus {
        box-shadow: unset;
    }
    .corporate-landing-page-footer .logo-tip {
        font-size: 0.65rem;
    }
    .footer-bottom-logo .logo-description {
        margin-left: -14.25rem;
        margin-top: -6.25rem;
    }
    .footer-bottom-trump-hotels-logo:hover .logo-description {
        margin-left: -11.063rem;
        margin-top: -6rem;
    }
    .footer-bottom-estate-collection-logo:hover .logo-description {
        margin-left: -11.875rem;
        margin-top: -7.188rem;
    }
    .footer-bottom-logo,
    .footer-bottom-trump-hotels-logo,
    .footer-bottom-estate-collection-logo {
        position: relative;
    }
    .footerpush-giftcard-content {
        width: 90%;
        margin: 0 auto;
    }
}
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    .footer-bottom-logo,
    .footer-bottom-trump-hotels-logo,
    .footer-bottom-estate-collection-logo {
        position: unset;
    }
    .corporate-landing-page-footer .logo-tip {
        font-size: 0.88rem;
    }
    .corporate-landing-page-footer .footer-bottom-logo:hover .logo-description {
        margin-left: -19.5rem;
        margin-top: -97px;
    }
    .footer-bottom-trump-hotels-logo:hover .logo-description {
        margin-left: -16.5rem;
        margin-top: -5.75rem;
    }
    .footer-bottom-estate-collection-logo:hover .logo-description {
        margin-left: -18.5rem;
        margin-top: -5.938rem;
    }
}
@media only screen and (max-width: 767px) {
    .footerpush-form {
        width: 90%;
        margin: 0 auto;
        border-right: none;
        padding: 0;
    }
    .footerpush-form h3 {
        padding-top: 34px;
    }
    .footerpush-form h3, .footerpush-giftcard h3,.footerpush-form h3 i{
        font-size: 1.3rem;
    }
    .footerpush-giftcard h3 i {
        font-size: 1.5rem;
    }
    .footerpush-form h3 .subtitle, .footerpush-giftcard h3 .subtitle {
        font-size: 0.8rem;
    }
    .footerpush-form form {
        margin-bottom: 17px;
    }
    .footerpush-giftcard h3 {
        padding: 33px 44px 0;
    }
    .footerpush-giftcard .button {
        margin-bottom: 35px;
    }
    .footerpush-giftcard{
        padding: 0;
    }
}
@media only screen and (min-width: 1025px) and (max-width: 1235px) {
    .explore-more-links {
        font-size: 0.8rem;
    }
}