h1 {
    font-size: 32px;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

p {
    font-size: 12px;
}

.search-box {
    padding: 0 0 0 30px;
}
.search-box img {
    left: 40px;
    top: 15px;
}

.search-box input {
    width: calc(100% - 40px) !important;
    height: 50px;
    font-size: 18px;
    padding-left: 50px;
}

.already-a-member {
    text-align: center;
}
.already-a-member a {
    border: none;
    font-size: 12px;
    margin: 15px 0px;
    padding: 0;
}

.need-help {
    font-size: 14px;
    padding: 0;
    margin-top: -15px;
}

#product-list li {
    width: calc(100% - 4px);
    margin: 0 2px 10px 2px;
}

.show-more button {
    width: 100%;
}

.alternative-flows {
    width: calc(100% - 40px);
}

.alternative-flows > .container {
    padding: 0px;
}

.alternative-flows-bg {
    margin: 80px 0;
}

.alternative-flows .alternative-flow-img {
    width: 60px;
    height: auto;
}

.alternative-flows p {
    font-size: 22px;
}

.alternative-flows a.btn {
    margin-left: 75px;
    width: calc(100% - 75px);
}

.show-more button {
    font-size: 20px;
    line-height: 48px;
    width: calc(100% - 20px);
    height: 45px;
    margin-bottom: 58px;
}

.dropdown-menu, span.twitter-typeahead .tt-menu {
    width: calc(100% - 40px);
}

/* #product-list li a:focus {
    border-left: 8px solid #4CC2F1;
    border-right: 70px solid rgba(165, 224, 248, 0.17);
    padding-left: 15px;
    background: white;
    background-image: url(images/ic-chevron-blue-circle-fat.svg);
    background-position: calc(100% + 49px) center;
    background-repeat: no-repeat;
    color: #444;
    padding-right: 0px;
} */