body.search-results .search-grid form input#searchBox {
    background: white;
    border-left: none;
    border-right:none;
    border-top:none;
    width: 80% !important;
    max-width: 465px;
    font-size: 14px;
    padding-left: 30px;
    padding-right: 30px;
    letter-spacing: 0.06rem;
    font-family: "Univers LT W01 55 Roman";
}
@media all and (max-width: 767px) {
    body.search-results .results form label {
        position: relative;
        left: 5%;
    }
}

body.search-results .results form label {
    font-family: "Univers LT W01 55 Roman";
}

@media all and (min-width: 768px) {
    body.search-results .search-grid form input#searchBox {
        width: 100%;
    }
}

body.search-results div#wrapper {
    width: 100% !important;
}

body.search-results section.results form {
    width: 600px;
    width:100%;
    /*margin: 0 auto;*/
    display: block;
    height: 60px;
    background:rgb(244,244,244);
    margin-bottom: -30px;
    padding-top:10px;
    position: relative;
}

body.search-results section.results form input {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 56px;
    outline: none;
    border: 0;
    background: transparent;
    color: #000000;
    padding: 0 8px;
    border: 0;
    text-decoration: none;
    border-bottom: 1px solid black;
    margin: 0 auto;
    width: 600px;
    display: block;
    position: relative;
    background: rgb(244, 244, 244) !important;
}

@media all and (min-width: 768px) {
    body.search-results section.results form input {
        left: 50%;
        transform: translateX(-50%);
    }
}

body.search-results #search-tout-container a {
    font-family: "Univers LT W01 55 Roman";
    color: #22A2FF;
    font-weight: bold;
    letter-spacing: 0.04rem;
    font-size: 0.825rem;
}

body.search-results section.results form button{
    position: absolute;
    left: -400px;
    font-family: 'icomoon' !important;
    color: #797979;
    background: none;
    top: 70%;
    left: 10%
}

@media all and (min-width: 768px) {
    body.search-results section.results form button {
        top: 34%;
        left: 16%;
        left: calc(50% - 265px);
    }
}
body.search-results section.results form button::before{
    content: "\e901";
}

body.search-results section.results form button::after{

}

body.search-results section.results form button img {
    display: none;
}


/* White background, this element has an image that gives the dark left column a darker gray background */
body.search-results #content {
    display: initial;
}

/* Hide the left column*/
body.search-results #content nav.left-column {
    display: none;
}

/* */
body.search-results .search-grid p.result-count {

}

body.search-results .search-grid section.results {
    width: 100%;
    padding:0;
    /* max-width: 1200px; */
    /* margin: 0 auto; */
}

/* Touts */
body.search-results .results div#search-tout-container {
    background: rgb(244, 244, 244);
    padding-bottom: 1rem;
    padding-top: 3rem;
    margin-top:0;
    padding-bottom: 0;
    padding-top: 0;
    padding-bottom: 30px;
}
@media all and (min-width: 768px) {
    body.search-results .results div#search-tout-container {
        display: block;
    }
}

body.search-results #search-tout-container img {
    display: none;
}

@media all and (min-width: 768px) {
    body.search-results .results div#search-tout-container {
        padding-bottom: 3.75rem;
        padding-top: 3rem;
    }

    body.search-results #search-tout-container img {
        display: block;
        margin-left: 38px;
    }
}

body.search-results .results div#search-tout-container:empty {
    padding: 0 !important;
}
/* You may be interested in.. */
body.search-results #search-tout-container h3 {
    background: rgb(244, 244, 244);
    margin: 0;
}

body.search-results #search-tout-container div.hitArea {
    background: rgb(244, 244, 244);
    display: flex;
    justify-content: flex-end;
    flex-direction: row-reverse;
    align-items: center;
    width: 80%;
    margin: 0 auto;
    max-width: 1200px;
    cursor: initial !important;
    height: initial;
}
body.search-results #search-tout-container h3 {
    /* padding: 0 6rem; */
}

/* tout text */
body.search-results #search-tout-container div div {
    height: initial;
    width: initial;
}

/* search results */
body.search-results ul.search-results {
    margin-top: 60px;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    overflow: hidden;
}

@media all and (min-width: 1200px) {
    body.search-results ul.search-results {
        width: 80%;
        margin: 0 auto;
    }
}

body.search-results .search-grid section.results ul.search-results li p {
    margin-bottom: 20px;
}

body.search-results .search-grid section.results li a.result-link,
body.search-results .search-grid section.results li:not(.blockHighlight):last-of-type p span {
    font-size: 16px;
    margin-left: 14px;
    margin-right: 7px;
    margin-left: 7px;
}

body.search-results .search-grid section.results li.blockHighlight a.result-link {
    margin: 0;
}

@media all and (min-width: 768px) {
    body.search-results .search-grid section.results li.blockHighlight a.result-link {
        font-size: 18px;
    }
}

body.search-results .search-grid section.results li:not(.blockHighlight):last-of-type p span {
    font-family: "Univers LT W01 55 Roman";
    color: #212121;
    white-space: -moz-pre-wrap;
    white-space: -pre-wrap;
    white-space: -o-pre-wrap;
    line-height: 1.5;
    font-size: 16px;
    border-radius: 2px;
}

/* search result item border */
.search-grid section.results ul.search-results li.blockHighlight {
    border-bottom: 1px solid rgb(244,244,244) !important;
    border-bottom: solid 1px #E1E1E1 !important;
    padding-bottom: 30px;
    margin: 0 auto;
    overflow: hidden;
}

body.search-results .search-grid section.results ul.search-results li.blockHighlight:hover {
    background: none;
}

body.search-results .search-grid section.results ul.search-results li.blockHighlight h2,
body.search-results .search-grid section.results ul.search-results li.blockHighlight h2 em {
    transition: color 200ms ease-in-out;
}
body.search-results .search-grid section.results ul.search-results li.blockHighlight:hover h2,
body.search-results .search-grid section.results ul.search-results li.blockHighlight:hover h2 em {
    color: #22A2FF;
}

@media all and (min-width: 760px) and (max-width: 1399px) {
    .search-grid section.results ul.search-results li.blockHighlight {
        padding-left: 7rem;
        padding-right: 7rem;
    }
}

@media all and (min-width: 768px) {
    body.search-results .search-grid section.results ul.search-results li.blockHighlight {
        padding-bottom: 3.125rem;
        padding-top: 3.125rem;

    }
    body.search-results .search-grid section.results ul.search-results li.blockHighlight:first-child {
        padding-top:0;
    }
}

@media all and (min-width: 1200px) {
    .search-grid section.results ul.search-results li.blockHighlight{
        padding-left:0; right: 0;
    }
}

body.search-results .search-grid section.results ul.search-results li.hitArea:last-child {

    text-align: center;
}

body.search-results .search-grid section.results ul.search-results li.hitArea:last-child p {
    width: 100%;
    margin: 60px auto;
}

body.search-results ul.search-results .search-grid section.results ul.search-results h2 {
    width: 100%; display: block;
}

/* Updated fonts */
body.search-results #search-tout-container h2 {
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    font-size:1.4rem;
    line-height:1.5;
    margin-top: 20px;
    margin-bottom: 20px;
    text-transform: initial;
}
@media all and (min-width: 768px) {
    body.search-results #search-tout-container h2 {
        font-size: 2.2rem;
    }
}

body.search-results .search-grid section.results ul.search-results h2,
body.search-results .search-grid p.result-count{
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
}
body.search-results .search-grid section.results ul.search-results h2 {

    line-height: 2.625rem;
    margin-bottom: 20px;
    font-size: 1rem;
    line-height: 1.5;
    font-family: "Univers LT W01 55 Roman";
    font-family: 'Basis Grotesque', Arial, Helvetica, sans-serif;
    text-transform: initial;
}

@media all and (min-width: 760px) {
    body.search-results .search-grid section.results ul.search-results h2 {
        font-size: 2rem;
        line-height: 2.625rem;

    }
}
body.search-results .search-grid p.result-count {
    font-size: 1.125rem;
    text-align:center;
    line-height: 1.5;
    margin-bottom: 20px;
    margin-top:20px;
}

@media all and (min-width: 768px) {
    body.search-results .search-grid p.result-count {
        margin-bottom: 50px;
        margin-top: 50px;
    }
}

@media all and (min-width: 760px) {
    body.search-results .search-grid p.result-count {
        font-size: 2.4rem;
    }
}

body.search-results #search-tout-container p {
    font-family: "Univers LT W01 55 Roman";
    line-height: 1.5;
    font-size: 1rem;
    margin-bottom: 1rem;
    padding:0;
}
@media all and (max-width: 768px) {
    body.search-results #search-tout-container p {
        overflow: hidden;
        display: -webkit-box;
        -webkit-line-clamp: 3;
        -webkit-box-orient: vertical;
        font-size: 0.85rem;
    }
}
body.search-results .search-grid section.results ul.search-results li h3,
body.search-results .search-grid section.results ul.search-results li p,
body.search-results p {
    font-family: "Univers LT W01 55 Roman";
}

/* No Results */
body.search-results .results .results > p {
    max-width:600px;
    margin: 0 auto;
    text-align: center;
    line-height: 1.8;
    font-size: 1.125rem;
    margin-bottom: 1.875rem;
    margin: 50px auto;
}
body.search-results .search-grid section.results ul.search-results li p {
    line-height: 1.8;
    line-height: 1.3rem;
    margin-bottom: 1.875rem;
    font-size: .825rem;
    padding: 0;
}

@media all and (min-width: 1200px) {
    body.search-results .search-grid section.results ul.search-results li p {
        max-width:80%;
        font-size: 1.125rem;
        line-height: 1.75rem;
    }
}

body.search-results .search-grid section.results li a.result-link {
    font-family: "Univers LT W01 55 Roman";
    color: #22A2FF;
    /* font-weight: bold; */
    letter-spacing: 0.04rem;
    white-space: pre-wrap; /* css-3 */
    white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
    white-space: -pre-wrap; /* Opera 4-6 */
    white-space: -o-pre-wrap; /* Opera 7 */
    word-wrap: break-word;
    line-height: 1.5;
}

body.search-results #search-tout-container h3 {
    font-family: "UniversLTW01-65Bold", sans-serif;
    font-family: "Univers LT W01 55 Roman";
    font-weight: bold;
    font-size: 13px;
    letter-spacing: 0.06rem;
    max-width: 1200px;
    margin: 0 auto;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .675rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    width: 80%;
}

/* misc */
body.search-results .search-grid section.results em {
    color: #22A2FF;
}

body.search-results .search-grid section.results h2 em {
    color: initial;
    font-weight: 500;
}

body.search-results.interim-footer footer {
    margin: 0 auto;;
}

/* Cta */
body.search-results #search-tout-container div div a {
    display: inline-block;
    text-align: center;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
    margin: 0 auto;
    color: #22A2FF;
    text-transform: uppercase;
    letter-spacing: .125rem;
    font-family: 'UniversLTW01-65Bold', sans-serif;
    font-size: .625rem;
    -webkit-transition: color .5s, background .5s, border-color .5s;
    transition: color .5s, background .5s, border-color .5s;
    text-decoration: none;
    border: solid 1px #22A2FF;
    margin: 15px auto 0 auto;
    padding: 10px 30px;
    cursor: pointer;
}

body.search-results #search-tout-container div div a:hover {
    background: #22A2FF;
    border: solid 1px #22A2FF;
    color: #FFFFFF;
}

/* footer gs.allMobile override */
body.search-results #A1-footer .A1-footer__list-item,
body.search-results #A1-footer .A1-footer__social-item.u-dropdown,
body.search-results #A1-footer #A1-footer .A1-footer__social-item,
body.search-results #A1-footer .A1-footer__social-item{
    border: none;
}

body.search-results .search-overlay__form {
    position: relative;
    height: 100%;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    background: #f4f4f4;
    padding-top: 10px;
    padding-bottom: 30px;
}
@media screen and (min-width: 1024px) {
    body.search-results #global-search-form-inline {
        width: 52%;
    }
}

.ui-input .ui-icon-btn.before {
    left: calc(8px * -1);
}

.ui-input .ui-icon-btn {
    position: absolute;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    top: 51%;
    padding: 8px;
    color: #7399c6;
}

body.search-results .ui-icon-btn {
    outline: none;
    border: 0;
    -webkit-appearance: none;
    background: transparent;
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 18px;
    font-weight: normal;
    letter-spacing: .5px;
    text-decoration: none;
    outline: none;
    border: 0;
    -webkit-appearance: none;
    background: transparent;
    display: inline-flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: rgb(0, 0, 0);
    position: relative;
    border: 1px solid transparent;
    padding: 8px;
    text-decoration: none;
    position: absolute;
}

.ui-input .ui-icon-btn i {
    pointer-events: none;
    color: inherit;
}

body.search-results .ui-icon-btn .icon-font, body.search-results .ui-icon-btn [class^="icon-"], body.search-results .ui-icon-btn i {
    pointer-events: none;
    vertical-align: top;
}

body.search-results .ui-icon-btn .icon, body.search-results .ui-icon-btn i {
    vertical-align: middle;
    pointer-events: none;
    display: inline-block;
}

body.search-results i, body.search-results .icon, body.search-results .icon-font {
    font-family: 'icomoon' !important;
    speak: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


body.search-results .ui-input.search input {
    padding-left: calc(8px * 8);
    padding-right: calc(8px * 8);
}

body.search-results .ui-input input:active, body.search-results .ui-input input:focus {
    border-bottom: 0;
    outline: none;
    text-decoration: none;
}

body.search-results .ui-input input {
    font-family: inherit;
    font-size: inherit;
    font-weight: inherit;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 56px;
    outline: none;
    border: 0;
    background: transparent;
    color: #000000;
    padding: 0 8px;
    border: 0;
    text-decoration: none;
}

body.search-results input[type="search"] {
    -webkit-appearance: textfield;
    -webkit-box-sizing: content-box;
    box-sizing: border-box;
}

body.search-results input[type=search]::-webkit-search-cancel-button {
    -webkit-appearance: none;
}

body.search-results .ui-input label {
    font-size: inherit;
    line-height: normal;
    color: #000000;
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 8px;
    -webkit-transition: -webkit-transform 250ms;
    transition: -webkit-transform 250ms;
    transition: transform 250ms;
    transition: transform 250ms, -webkit-transform 250ms;
    pointer-events: none;
    display: block;
}

body.search-results .ui-input.search label {
    left: calc(8px * 8);
}

body.search-results * {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

@media screen and (min-width: 1024px) {
    body.search-results .search-overlay__form {
        background: #f4f4f4;
        padding: 40px;
        padding-top: 22px;
        padding: 3rem;
        padding-bottom: 3.75REM;
    }
}

body.search-results .ui-input:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 1px;
    -webkit-transform-origin: 50%;
    transform-origin: 50%;
    background-color: #b5b6b6;
    -webkit-transition: background-color 250ms;
    transition: background-color 250ms;
}

body.search-results .ui-input {
    position: relative;
    font-family: 'GS_Univers', Arial, Helvetica, sans-serif;
    font-size: 16px;
    font-weight: 300;
    display: inline-block;
}

body.search-results .search-overlay.expanded .search {
    -webkit-transition: opacity 400ms, -webkit-transform 400ms;
    transition: opacity 400ms, -webkit-transform 400ms;
    transition: opacity 400ms, transform 400ms;
    transition: opacity 400ms, transform 400ms, -webkit-transform 400ms;
    -webkit-transition-delay: 250ms;
    transition-delay: 250ms;
    opacity: 1;
    -webkit-transform: none;
    transform: none;
}

body.search-results .search-overlay .search {
    width: 100%;
    opacity: 0;
    -webkit-transform: translate3d(0, -8px, 0);
    transform: translate3d(0, -8px, 0);
}

body.search-results .search-overlay #global-search-form-inline {
    display: block;
    width: 100%;
    padding: 0 33px;
}

@media screen and (min-width: 768px) {
    body.search-results .search-overlay #global-search-form-inline {
        width: 60%;
    }
}

@media screen and (min-width: 1024px) {
    body.search-results #global-search-form-inline {
        width: 52%;
    }
}

body.search-results i, body.search-results .icon, body.search-results .icon-font {
    font-family: 'icomoon' !important;
    speak: none !important;
    font-style: normal !important;
    font-weight: normal !important;
    font-variant: normal !important;
    text-transform: none !important;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body.search-results .ui-icon-btn:after {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.001);
    position: absolute;
    top: 0;
    left: 0;
    z-index: 10;
    content: "";
}

body.search-results .icon-gs-search:before {
    content: "\e901";
}

body.search-results .ui-input .ui-icon-btn.after {
    right: calc(8px * -1);
    position: absolute;
}

body.search-results .ui-input.focus label, body.search-results .ui-input:not(.empty-value) label {
    -webkit-transform: translate3d(0, -32px, 0);
    transform: translate3d(0, -32px, 0);
    font-size: 12px;
}

body.search-results .search-overlay__form .search {
    width: 100%;
}
