.searchSurround div,
.searchSurround span,
.searchSurround h5,
.searchSurround form,
.searchSurround label {
    background: transparent;
    border: 0;
    margin: 0;
    padding: 0;
}

.searchSurround ::-moz-selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

.searchSurround ::selection {
    background: #000;
    color: #fff;
    text-shadow: none;
}

.searchSurround .wrap {
    width: 95%;
    margin: 0 auto;
    max-width: 1200px;
}

.searchSurround .clear {
    clear: both;
    margin: 0 !important;
    height: 0;
}

.searchSurround .column4 {
    width: 23%;
    margin: 0 1%;
    float: left;
}

.column4.firstColumn {
    width: 70%;
}

.column4.firstColumn input {
    width: 100%;
    max-width: 100%;
}

.searchSurround .row {
    width: 100%;
}

.searchSurround .row:after {
    content: "";
    display: block;
    clear: both;
}

.searchSurround .equip-search {
    width: 100%;
    display: block;
    padding: 35px 0;
    background: url(https://www.teamboone.net/siteart/dirt.jpg) no-repeat center;
    background-size: cover;
}

.searchSurround .search-toggle-btns {
    width: 100%;
    display: block;
    border-bottom: 3px #3d7436 solid;
    margin-bottom: 15px;
}

.searchSurround .search-toggle-btns:after {
    clear: both;
    content: "";
    display: block;
}

.searchSurround .search-toggle-btns div {
    width: auto;
    padding: 8px 15px;
    display: inline-block;
    margin: 0 8px 0 0;
    background: #fff;
    color: #000;
    cursor: pointer;
}

.searchSurround .search-toggle-btns div:hover,
.searchSurround .search-toggle-btns div.selected {
    background: #3d7436;
    color: white;
}

@media screen and (max-width: 768px) {
    .searchSurround .column4 {
        width: 48%;
    }

    .searchSurround .search-toggle-btns div {
        padding: 8px 10px;
    }
}

@media screen and (max-width: 640px) {
    .searchSurround .column4 {
        width: 98%;
    }

    .column4.centerStuff {
        display: flex;
    }

    .searchSurround .search-toggle-btns {
        border-bottom: none;
    }

    .searchSurround .search-toggle-btns div {
        width: 100% !important;
        float: left;
        margin: 0 2% 10px 0;
        text-align: center;
    }
}

@media screen and (max-width: 480px) {

    /*! CSS Used from: https://www.teamboone.net/css/menu.css?v=1.0 */
    .searchSurround .search-toggle-btns div {
        width: calc(100% - 20px);
        margin: 0 0 10px 0;
    }
}

.searchSurround .clear {
    clear: both;
    /*! CSS Used from: https://www.teamboone.net/css/form.css */
}

.searchSurround input {
    margin-top: 5px;
}

.searchSurround input {
    padding: 6px 5px 10px;
    border: 1px solid #f1f1f1;
    color: #000;
    margin-top: 5px;
    border-radius: 2px;
    background: #f1f1f1;
}

.searchSurround input[type="submit"] {
    -webkit-appearance: none;
}

.searchSurround .equip-search form label {
    color: #fff;
    display: block;
}

.searchSurround .equip-search form input[type="submit"] {
    float: none;
    background: #3d7436 !important;
    margin: 28px auto 10px auto !important;
    color: #fff;
}

.searchSurround .equip-search form input[type="submit"]:hover {
    background: #3d7436;
    color: #000;
}

.searchSurround form {
    width: 100%;
}

.searchSurround form label {
    margin-bottom: 5px;
}

.searchSurround form input {
    width: 97%;
    max-width: 400px;
    padding: 6px 1.3%;
    background-color: #F1F1F1;
}

.searchSurround form select:focus {
    outline: none;
}

.searchSurround input[type="submit"] {
    background: #ddd;
    color: #000;
    display: inline-block;
    padding: 14px 15px;
    margin: 10px 10px 10px 0;
    text-transform: uppercase;
    border: none;
    float: left;
    -webkit-appearance: none;
}

.searchSurround input[type="submit"]:hover {
    background: #ccc;
    color: #000;
    -webkit-appearance: none;
}

.searchSurround input:invalid {
    border-radius: 1px;
    -moz-box-shadow: 0px 0px 5px red;
    -webkit-box-shadow: 0px 0px 5px red;
    box-shadow: 0px 0px 5px red;
}

@media only screen and (max-width: 900px) {

    /*! CSS Used from: https://www.teamboone.net/css/typography.css */
    .searchSurround form {
        max-width: 100%;
    }
}

.searchSurround .typography h5 {
    color: #034da2;
    margin-bottom: 18px;
    text-transform: uppercase;
}

.searchSurround .typography .white {
    color: #fff;
    /*! CSS Used fontfaces */
}