.hero-unit {
    padding-bottom: 100px !important;
}
.hero-unit__content {
    margin-top: 0px !important;
}
.fa-rocket {
    color: #fcc419;
}
.gray-border {
   border:1px solid lightslategray;
}
.dropdown-content {
    position: absolute;
    background-color: white;
    z-index: 1;
    width: 100% !important;
    overflow: auto;
    max-width: 720px;
}
.ais-Hits-list {
    display: flex;
    flex-direction: column;
    margin-top: 0 !important;
}
.ais-Hits-item {
    width: 100% !important;
    border: none !important;
    box-shadow: none !important;
    margin-top: 0rem !important;
    margin-left: 0rem !important;
    padding: 0rem !important;
}
.ais-Hits-item:hover {
    background-color: #DFE3E6;
}
.ais-Highlight-highlighted {
    font-size: 13px !important;
}
.ais-Hits-item a {
    cursor: pointer;
    color: #555;
    display: block;
    font-size: 13px;
    outline: none;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    text-decoration: none;
    padding: 8px 2rem;
}
.dropdown-content a:hover {
   background-color: #DFE3E6;
}
.dropdown-categories {
    color: #373F47;
    font-weight: bold;
    padding: 1rem 1rem 1rem 0;
    border-bottom: 1px solid #c4c8d8;
    margin: 0 1rem;
}
#myDropdown {
    height: 300px;
    display: none;
    margin-top: 8px;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 20%), 0 4px 10px 0 rgb(0 0 0 / 10%);
}
.ais-SearchBox {
    display: flex;
    align-items: center;
    flex-direction: column;
    width: 100% !important;
    max-width: 720px;
}
.ais-SearchBox-form {
    width: 100% !important;
}
.ais-SearchBox-input {
    padding: 0 45px 0 60px !important;
    height: 50px !important;
    border-color: #fff !important;
    box-shadow: 0 9px 14px 0 rgb(0 0 0 / 10%) !important;
    font-size: 20px !important;
}
#searchbox {
    display: flex;
    justify-content: center;
}
#searchbox-dropdown {
    display: flex;
    justify-content: center;
    overflow: auto;
}
.submit-a-request {
    border: 2px solid #232426;
    box-sizing: border-box;
    border-radius: 5px;
    color: #232426;
}

.submit-a-request:hover {
    border: 2px solid #919191;
    color: #919191;
}

.ais-Highlight-highlighted {
    background-color: #DFE3E6 !important;
}
.ais-SearchBox-submit {
    left: 20px !important;
}
.ais-SearchBox-reset {
    right: 15px !important;
}
.ais-SearchBox-submitIcon {
    width: 23px !important;
    height: 23px !important;
}
.container-inner {
    width: 100% !important;
}
.topbar {
    position: relative !important;
}
.ais-Hits--empty {
    margin-left: 1rem !important;
    cursor: pointer !important;
    color: #555 !important;
    display: block !important;
    font-size: 13px !important;
    outline: none !important;
    overflow: hidden !important;
    text-overflow: ellipsis !important;
    white-space: nowrap !important;
}