.featured-page {
    width: 50%;
    min-width: 286px;
}

.featured-container {
    margin-top: 4em;
}

.featured-image img {
    max-width: 100%;
}

.featured-text {
    margin-top: 0.5em;
}

.featured-button button {
    margin-top: 1em;
    color: white;
    cursor: pointer;
    font-weight: bold;
    font-size: 18px;
    height: 3em;
    width: 10em;
    background: #319eb3;
    border: 1px solid;
    border-radius: 10px;
}

#featured-search {
    position: relative;
    margin: 1em auto;
    width: 100%;
    color: #333333;
}

.featured-search-input {
    position: relative;
    left: -1px;
    border: 1px solid lightgrey;
    outline: none;
    padding: 8px 44px 8px 8px;
    width: 100%;
    margin: 1px;
    font-size: 18px;
}

input[type="search"].featured-search-input {
    -webkit-appearance: none;
    -webkit-border-radius: 0px;
}

.featured-search-submit {
    position: absolute;
    right: 10px;
    top: 10px;
    border: none;
    outline: none;
    padding: 0;
    width: 24px;
    height: 24px;
    cursor: pointer;
    z-index: 10;
    background-image: url("../img/search.01a4d8782355.png");
    background-color: white;
}

.featured-search-submit.openedPanel {
    background-image: url("../img/cancel.1fe48fb1bc3a.png");
}

#featured-result {
    display: none;
    position: relative;
    width: 100%;
    overflow: auto;
    overflow-wrap: break-word;
    max-height: 70vh;
    background-color: #ECECEC;
    text-align: left;
    padding-bottom: 0.5em;
    z-index: 10;
    top: -1px;
}

.featured-error {
    padding: 1em;
    margin-bottom: 1em;
    text-align: center;
}

.featured-header {
    font-size: 1.5em;
    font-weight: bold;
    margin-bottom: 0.5em;
}

#featured-result .race {
    height: 3em;
    padding: 0.5em;
    line-height: 3em;
}

#featured-result .race:hover {
    background-color: #E0E0E0;
}

#featured-result .race .preview {
    float: left;
    margin-right: 0.5em;
    overflow: hidden;
    border: 2px solid #56ACBA;
    height: 44px;
}

#featured-result .race img {
    height: 44px;
}

#featured-result .race .right-content {
    margin-left: 64px;
}

#featured-result .race .title {
    font-size: 1.7em;
    font-weight: 400;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

#featured-result .race a:hover {
    text-decoration: none;
}

@media (max-width: 640px) {
    #header > .container > h1 {
         width: 18px;
         height: 45px;
         overflow: hidden;
    }
    #cssmenu {
         padding-left: 0;
    }
    #cssmenu li ul,
    #cssmenu li li {
        width: 160px;
    }
    #cssmenu > ul > li > a {
        font-size: 10px;
        padding: 12px 10px;
    }
    #social {
        display: none;
    }
    #testimonials > .container img {
        max-width: 100% !important;
    }
    #testimonials > .container > div > div {
        width: 100% !important;
    }
    .nomargin-mobile {
        margin: 0 !important;
    }
    .hide-mobile {
        display: none;
    }
    .featured-race {
        width: 97%;
        padding-bottom: 97%;
    }
    #cssmenu li ul a {
        font-size: 11px !important;
    }
    .featured-small-image img {
        width: 286px;
    }
}
