.form-control {
    height: auto;
    padding: 0;
    font-size: inherit;
    display: inline;
}

.form-group {
    margin: 0;
    padding: 0;
}

label {
    margin: 0;
    font-weight: normal;
}

/* end bootstrap clear */

body {
    line-height: normal;
}

.hidden {
    display: none;
}

.l-float {
    float: left;
}

#page-top {
    position: fixed;
    top: 0;
    background-color: #fb0707;
    color: #fff;
    font-weight: bold;
    width: 100%;
    z-index: 999999;
    display: table;
    table-layout: fixed;
    padding: 7px;
}

#give-us-call {
    text-align: right;
}

#give-us-call a {
    line-height: 1em;
    vertical-align: bottom;
}

/* hubspot is missing error class for select element */
select.hs-input.error {
    border-color: #c87872;
    box-shadow: 0 0 3px rgba(171, 41, 32, 0.25);
}

.header-phone a:link, .header-phone a:visited, .header-phone a:hover, .header-phone a:active {
    color: #f3201d;
    text-decoration: none;
}

#form-submit-message {
    position: fixed;
    top: 60px;
    width: 980px;
    z-index: 999999;
    box-shadow: 0 0 20px 3px #090,
    0 0 30px 5px #030,
    0 0 40px 40px #000;
}

.nowrap {white-space:nowrap}

.recap-div > div {width: auto !important; height: auto !important;margin-bottom:1vw;}
@media (max-width: 450px) {
    .recap-div {transform-origin:left top;-webkit-transform-origin:left top;transform: scale(0.95);}
}

.tagline-btm .tagline {
    text-align:center;background-color:#000;color:#fff;margin:10px auto 0 auto;letter-spacing:2px
}
.tagline .tm {display:inline-block;font-size:12px;vertical-align:top;}
@media (max-width: 767px) {
    .tagline-btm .tagline {margin:0 2vw}
}