#page.generic {
    width: 100%;
}
#header-wrap {
    float: none;
}
h1 {
    margin: 0.65em 0;
}
li {
    float: none;
}
p {
    margin: 1em 0;
}


.qs__container {
    margin: 0 auto;
    margin-bottom: 100px;
    max-width: 960px;
}
.qs__container-640 {
    margin: 0 auto;
    max-width: 640px;
    padding: 0 10px;
}
.qs__container-640 > h1,
.qs__container-640 > p {
    text-align: center;
}
.qs__container-640 > h1 {
    color: #c00;
    font-size: 26px;
    text-transform: uppercase;
    margin: 5px auto 0px auto;
}
.qs__container-640 > p {
    font-size: 12px;
    margin: 5px auto 0px auto;
}
.qs__reg {
    font-family: 'Helvetica', Arial, sans-serif;
    font-size: 20px;
    top: 0;
    vertical-align: super;
}
.qs__form-wrap > a {
    color: #000;
    font-size: 10px;
    font-weight: 600;
    text-decoration: none;
}
.qs__form-wrap > a:hover {
    color: #c00;
    text-decoration: none;
}
.qs__get-started__header {
    position: relative;
    width: 100%;
    height: 0;
    padding-top: 26.04166667%;
    background-image: url(/content/dam/business-unit/kitchenaid/en-us/digital-assets/quickstart/includes/quickstart-banner-480.jpg);
    background-size: cover;
    background-position: center center;
}
@media only screen and (min-width: 480px) {
    .qs__get-started__header {
        background-image: url(/content/dam/business-unit/kitchenaid/en-us/digital-assets/quickstart/includes/quickstart-banner-960.jpg);
    }
}
@media only screen and (min-width: 960px) {
    .qs__get-started__header {
        background-image: url(/content/dam/business-unit/kitchenaid/en-us/digital-assets/quickstart/includes/quickstart-banner.jpg);
    }
}
.qs__get-started__header h1 {
    position: absolute;
    bottom: -0.1em;
    width: 100%;
    margin: 0;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
    font-size: 44px;
    color: #eee;
    font-weight: bold;
}
form {
    width: 100%;
    margin: 0 auto;
}
.qs__search-wrap {
    position: relative;
    margin-top: 30px;
}
.qs__search-form .qs__search-form-field {
    height: 40px;
}
.qs__search-form .qs__search-form-field {
    box-sizing: border-box;
    width: 100%;
    padding: 0.75em 35px 0.75em 0.75em;
    margin: 0;
    margin-bottom: 1em;
    border: 1px solid #e6dfd3;
    border-radius: 3px;
    font-size: 14px;
    vertical-align: middle;
}
.qs__search-form .qs__search-form-submit {
    background: #fff url(/content/dam/business-unit/kitchenaid/en-us/digital-assets/quickstart/includes/qs_search.svg) center no-repeat;
    cursor: pointer;
    border: none;
    height: 34px;
    right: 10px;
    top: 3px;
    opacity: 1.0;
    position: absolute;
    text-indent: -1000px;
    width: 30px;
}
.qs__find-model-link * {
    vertical-align: middle;
}
.qs__find-model-link img {
    width: 25px;
    display: inline-block;
}
.qs__locate {
    margin-top: 45px;
    margin-bottom: 45px;
}
.qs__locate select {
    display: none;
}
h2.qs__locate__find {
    background-color: #f3f3f3;
    padding: 10px;
}
.qs__locate__section {
    border-bottom: 2px solid #f3f3f3;
}
.qs__locate__section .qs__locate__label {
    padding-left: 10px;
    font-size: 12px;
    cursor: pointer;
}
.qs__locate__section ul {
    text-align: center;
}
.qs__locate__box {
    position: relative;
    box-sizing: border-box;
    background-color: #FFF;
    border: 2px solid #d8d8d8;
    overflow: hidden;
    text-align: center;
    float: left;
    margin: 1%;
    width: 48%;
}
.qs__locate__box:after {
    display: none;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    content: '';
    background-color: rgba(229, 229, 229, 0.3);
}
.qs__locate__box:hover {
    border: 2px solid #CC0000;
}
.qs__locate__box:hover:after {
    display: block;
}
.qs__locate__box img {
    width: 100%;
}
.qs__locate__box h2 {
    font-weight: normal;
    color: #c00;
    font-size: 17px;
    padding: 5px;
    height: 70px;
}
.qs__form-wrap {
    margin: 45px auto;
}
.qs__locate__label strong {
    color: #c00;
    font-size: 16px;
}
.qs__twitter-typeahead {
    width: 100%;
}
.qs__tt-hint {
    color: #aaa;
}
.qs__tt-menu {
    width: 100%;
    font-size: 14px;
    border: 1px solid #e6dfd3;
    border-radius: 3px;
    background-color: white;
}
.qs__tt-suggestion {
    border-bottom: 1px dotted #e6dfd3;
}
.qs__tt-suggestion:last-child {
    border-bottom: none;
}
.qs__tt-selectable {
    padding: 0.75em 0.75em;
    cursor: pointer;
}
.qs__tt-selectable:hover {
    color: #a61603;
    background: #f3f3f3;
}

.qs__locate__close {
    position: relative;
    float: right;
    width: 1em;
    height: 1em;
    cursor: pointer;
}
.qs__locate__close span {
    position: absolute;
    top: 50%;
    left: 0;
    display: block;
    width: 100%;
    height: 3px;
    font-size: 0px;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.qs__locate__close span:before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.qs__locate__close span:after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}
.qs__locate__close span:before, .qs__locate__close span:after {
    position: absolute;
    left: 0;
    width: 100%;
    height: 100%;
    background: black;
    content: '';
}


@media only screen and (min-width: 600px) {
    .qs__locate__box {
        box-sizing: border-box;
        border: 2px solid #f3f3f3;
        overflow: hidden;
        text-align: center;
        float: left;
        margin: .5%;
        width: 24%;
    }
}

@media only screen and (min-width: 768px) {
    .qs__get-started__header {
        width: 100%;
        height: 0;
        padding-top: 13.02083333%;
    }
    .qs__get-started__header h1 {
        font-size: 60px;
        bottom: 0em;
    }
    .qs__container-640 > h1 {
        font-size: 36px;
    }
    .qs__container-640 > p {
        font-size: 16px;
    }
    .qs__form-wrap > a {
        font-size: 12px;
    }
}
