﻿.search-index {
    display: flex;
    flex-direction: column;
}

.hero {
    display: flex;
    position: relative;
    background-size: auto, auto 100%;
    background-repeat: no-repeat, no-repeat;
    background-position: top right;
    background-color: #183762;
}

.hero-header {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 18px 0;
    padding-right: 48%;
    width: calc(100vw - 32px);
    max-width: 100%;
    min-height: 159px;
}

.hero-title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 30px;
    font-weight: 200;
    margin-bottom: 10px;
}

    .hero-title span {
        color: var(--mgm-green);
    }

.hero-sub-title {
    position: relative;
    z-index: 2;
    color: #fff;
    font-size: 16px;
}
.search__container {
    background: #E5E7E7;
    padding: 20px;
    margin: 30px 0;
}

.types-group {
    display: flex;
    width: 100%;
    flex-wrap: wrap;
}

.types-group label {
    padding: 20px 40px 20px 0;
    font-size: 24px;
    font-weight: 200;
    cursor:pointer;
    color: var(--mgm-blue);
}

    .types-group input {
        cursor:pointer;
        appearance: none;
        border-radius: 50%;
        width: 16px;
        height: 16px;
        border: 2px solid var(--mgm-blue);
        transition: 0.2s all linear;
        margin-right: 5px;
        position: relative;
    }

        .types-group input:checked {
            border: 6px solid var(--mgm-blue);
            cursor:default;
        }


.results {
    margin: 0;
    padding: 0;
}

.results__item {
  padding: 3px 0;
}

a.results__link {
    font-size: 18px;
}

.results__item--location span {
    color: var(--mgm-green);
    margin: 0 8px;
    display: inline-flex;
    font-weight: bold;
    font-size: 21px;
    vertical-align: middle;
}

.s-content-header {
    margin-top:45px;
}

.s-insights-section__type {border-bottom: none;}

.search__container #autoComplete_list_4 {max-width:500px;}

@media only screen and (max-width: 360px) {
    .hero-header {
        padding-right: 0;
    }

    .hero, .scrolled .hero {
        background-image: none !important;
    }
}

@media only screen and (min-width: 768px) {
    .hero-header {
        min-height: 250px;
    }

    .hero-title {
        font-size: 50px;
    }

    .hero-sub-title {
        font-size: 21px;
    }

    a.results__link {
        font-size: 20px;
    }
    .results__item {
        padding: 6px 0;
    }
    .results__item--location span {
        font-size: 26px;
        vertical-align: top;
    }
}

@media only screen and (min-width: 1024px) {
    .btns-wrap {
        display: flex;
        justify-content: flex-end;
        align-items: flex-end;
        height: 100%;
    }

        .btns-wrap .s-outline-button {
            white-space: nowrap;
            min-width: 116px;
            margin: 0 5px;
        }

        .btns-wrap .s-solid-button {
            min-width: 127px;
        }

}

@media only screen and (min-width: 1366px) {
    .hero-title {
        font-size: 60px;
    }

    .hero-sub-title {
        font-size: 24px;
    }
}


@media print {
    /* All your print styles go here */
}
