.new-search {
    background-color: #fff !important;
    background-image: none !important;
}
.new-search #page {
    width:100%;
    max-width: 1920px;
    height: 85vh;
    margin: 0 auto;
    background-repeat: no-repeat;
    background-position: center top;
    background-size: 100% auto;
}
.new-search #main-content {
    width: 100%;
    height: 100%;
}
.new-search #new-search-outer {
    position: relative;
    top: 0;
    width: 44%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    padding: 0 !important;
    margin-left:42%;
}
.new-search #new-search-inner {
    position: relative;
    top: 0;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding: 1.8em;
    color: #fff;
}
.new-search h1 {
    font-family: 'urw-din';
    line-height: 1em;
    margin-bottom: 5px;
    margin-top: 5px;
    text-transform: uppercase;
    font-size: 2.3em;
    font-weight: 700;
}
.new-search p,
.new-search ul li {
    font-family: Helvetica, sans-serif;
    font-weight: 100;
    color: #fff;
    line-height: 1.2em;
    font-size: 1em;
}
.new-search button, .new-search button:active {
    background-color: #42759d !important;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 1em;
    font-weight: 700;
    padding: 10px 30px 11px;
    text-transform: none;
    vertical-align: bottom;
}
.new-search button:hover {
    background-color: #75a8d0 !important;
    color: #fff;
}
.new-search .stc-navbar-brand {
    width: 261px;
    height: 30px;
}

.new-search #new-search {
    margin-top: 25px;
}
.new-search #search-input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
    -o-appearance: none;
    appearance: none;
    box-sizing: border-box;
    display: inline-block;
    min-height: 37px;
    padding: 5px 10px;
    background-color: #fff;
    border: 1px solid silver;
    border-radius: 3px;
    box-shadow: inset 0 0 3px rgba(0, 0, 0, .15);
    outline: 0 !important;
    color: #666;
    font-size: 16px;
    line-height: 25px;
    vertical-align: middle;
    -webkit-tap-highlight-color: transparent;
    transition: border-color 0.15s ease-in-out;
}
.new-search #search-input {
    border-radius: 5px 0 0 5px !important;
    border: 0 !important;
    width: 79.76%;
}
.new-search #search-input {
    height: 65px;
    padding: 20px !important;
    font-size: 19px !important;
}
.new-search #search-submit {
    height: 65px;
    padding: 20px 5px !important;
    font-size: 19px !important;
}
.new-search #search-submit {
    border-radius: 0 5px 5px 0 !important;
    margin-left: -4px;
    width: 19.76%;
}

@media (max-width: 1200px) {
    .new-search #page {
        background-size: 122% auto;
    }
    .new-search #new-search-outer {
        width: 40%;
        margin-left: 41%;
    }
}



@media (max-width: 992px) {
    .new-search #page {
        background-size: 152%;

    }
    .new-search #new-search-outer {
        width: 70%;
        margin-left: 38%;
    }
}

@media (max-width: 768px) {
    .new-search #page {
        background-size: 203%;
        background-position: 30% top;
    }
    .new-search #new-search-outer {
        width: 85%;
        margin-left: 34%;
    }
}



@media (max-width: 576px) {


    .new-search #page {
        max-height: unset;
        background-size: cover;
        background-position: 8%;
    }
    .new-search #new-search-outer {
        width: 90%;
        margin-left: 5%;
    }
    .new-search .blank-header {
        font-size: 42px;
        line-height: 46px;
        text-align: center;
        margin-bottom: 25px;
    }
    .new-search p {
        font-size: 16px;
        line-height: 24px;
    }
    .new-search ul {
        padding-left: 15px;
    }
    .new-search ul li {
        font-size: 16px;
        line-height: 24px;
        margin-bottom: 8px;
    }
    .new-search .hidden-xs {
        display: none;
    }
    .new-search #new-search {
        margin-top: 0;
    }
    .new-search #search-input {
        height: 45px;
        padding: 6px !important;
        font-size: 14px !important;
    }
    .new-search #search-submit {
        height: 45px;
        padding: 8px 5px !important;
    }


}



footer#footer {
    clear: both;
    font-size: 12px;
    font-size: 0.857142857rem;
    line-height: 2;
    max-width: 1000px;
    padding: 25px 0 14px 0;
    padding: 2.94117647rem 0 2rem;
    margin: 0 auto;
    text-align: center;
    background-color: #fff;
}
footer#footer .footer-logo {
    border-bottom: 1px solid #d6d8d8;
    margin-bottom: 5px;
}
footer#footer .footer-logo img {
}
footer#footer #footer-links {
    padding: 0 5px;
}
footer#footer .footer-links-row {
    margin: 6px auto;
    padding: 0;
    line-height: 1.4em;
    list-style-type: none;
}
footer#footer #footer-links .footer-links-row li {
    margin: 0 auto;
    padding: 0 10px;
    display: inline;
    color: #000000;
    font-weight: normal;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 0.75rem;
    text-decoration: none;
    border-right: 1px solid #000;
}
footer#footer #footer-links .footer-links-row li:last-child {
    border-right: 0;
}
footer#footer #footer-links .footer-links-row li a {
    color: #000;
}
@media (max-width: 992px) {
    footer#footer {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
    }
}
@media (max-width: 576px) {
    footer#footer {
        position: relative;
    }
}