#PageTop {
    background-color: #fff;
    background-size: cover;
    background-position: center;
    position: relative
}

#PageTop .container {
    max-width:1220px;
    padding-left: 28px;
    padding-right: 28px;
}

#PageTop.dash {
    background: none;
    background-color: #fff;
    color: #000;
    min-height: 580px;
    min-height: 625px;
}

#PageTop.dash span {
    color: #000
}

#PageTop.dash h1 {
    margin: auto;
    padding-top: 94px;
    font-size: 64px;
    line-height: 64px;
}

#PageTop.dash h1 span {
    color: #37B98A
}

#PageTop.dash #SearchForm {
    padding-top: 80px;
}

#PageTop.dash #SearchForm .subtitle {
    text-align: center;
    margin: auto;
}

#PageTop .dash .selectType {
    margin: auto;
    margin-top: 48px;
}

@media(max-width: 745px) {
    #PageTop .dash {
        padding-left: 0px;
    }
}

@media (max-width: 696px){
    #PageTop.dash .container {
        padding: 0;
    }
    #PageTop.dash h1 {
        font-size: 36px;
    }
    #PageTop.dash #SearchForm {
        padding-top: 50px;
    }
    #PageTop.dash #SearchForm .subtitle {
        width: 341px;
    }
}
