/* stylelint-disable */
.property-valuation .body-a {
    padding: 30px;
    background: #fff;
}
.property-valuation .body-a h2 {
    margin: 0 0 5px 0;
}
.property-valuation .body-b {
    padding: 30px;
    border-top: 1px solid #ddd;
    background: #f5f5f5;
    overflow: hidden;
}
.property-valuation .body form {
    margin: 0;
}
.property-valuation .section-a {
}
.property-valuation .section-b {
    border: 1px solid #ddd;
}
.property-valuation .section-b .more {
    background: #fff;
    overflow: hidden;
}
.property-valuation .map {
    position: relative;
    background: #ccc;
    border: 1px solid #ccc;
    height: 200px;
}
.property-valuation .map span.ph {
    position: absolute;
    top: 50%; left: 0; right: 0;
    text-align: center;
    margin-top: -15px;
}
.property-valuation .map img {
    max-width: none;
}
.property-valuation .section-a .row {
    overflow: hidden;
    position: relative;
    z-index: 999;
}
.property-valuation .section-a .col-a {
    width: 33.33%;
    left: 100%;
    position: relative;
    margin-left: -100%;
    float: left;
}
.property-valuation .section-a .col-b {
    width: 33.33%;
    left: 100%;
    position: relative;
    margin-left: -66.666%;
    float: left;
}
.property-valuation .section-a .col-c {
    width: 33.33%;
    left: 100%;
    position: relative;
    margin-left: -33.333%;
    float: left;
}
.property-valuation .estimate-values .col {
    text-align: center;
    padding: 20px 0;
    clear: none;
}
.property-valuation .estimate-values strong {
    display: block;
    font-size: 32px;
    line-height: 30px;
}
.property-valuation .col.strong {
    border: 1px solid #ccc; border-bottom: none;
    color: green;
    background: #fff;
    z-index: 999;
    font-weight: bold;
}
#eval-step-location input {
    width: 100%; height: 44px;
    font: 300 20px/30px "source sans pro";
    padding: 0 10px; margin: 0 0 20px 0;
}
#eval-step-location .btnset {
    padding: 0;
}
#eval-step-location button {
    display: block;
    width: 100%;
    font: 300 18px/30px "source sans pro";
    margin: 0;
}
@media only screen and (min-width: 780px) {
    .property-valuation .section-a {
        width: 49%;
        float: right;
    }

    .property-valuation .section-b {
        width: 49%;
        float: left;
    }

    .property-valuation .estimate-values {
        font-weight: 300;
    }

    .property-valuation .estimate-values .col strong {
        font-size: 26px;
        line-height: 30px;
    }

}
@media only screen and (min-width: 480px) {
    .property-valuation .signup p {
        margin: 0 0 5px 0 !important;
    }

    .property-valuation .signup .body {
        overflow: hidden;
        padding: 10px;
    }

    .property-valuation .signup img {
        width: 200px; float: left;
    }

    #eval-step-location {
        position: relative;
        height: 44px;
    }

    #eval-step-location input {
        width: 100%; height: 44px;
        position: absolute;
        font: 300 20px/30px "source sans pro";
        padding: 0 10px;
    }

    #eval-step-location .btnset {
        padding: 0;
        width: 100px;
        position: absolute;
        right: 0;
    }

    #eval-step-location button {
        border-radius: 0 3px 3px 0;
        display: block;
        float: left;
        width: 100%;
        font: 300 18px/30px "source sans pro";
        height: 44px;
        margin: 0;
    }

}
.property-valuation .signup {
    position: relative;
    margin: 20px 0;
    clear: both;
    overflow: hidden;
}
.property-valuation .signup h3 {
    margin: 0 0 5px 0 !important;
}
.property-valuation .signup .btnset {
    white-space: normal;
}
.property-valuation .matches {
    background: #eee;
    padding: 30px 30px 0 30px;
    margin-bottom: 15px;
}
.property-valuation .matches header h2 {
    float: left;
    width: auto;
}
.property-valuation .matches header a {
    float: right;
    font-size: 16px;
    padding: 5px;
}
.property-valuation .matches header {
    overflow: hidden;
}
.property-valuation .cta-link {
    cursor: pointer;
    width: 100%;
}
.property-valuation .map-controls {
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    position: absolute; bottom: -44px;
    font-size: 0;
    background: #fff;
    text-align: center;
    width: 125px;
    height: 28px;
    margin: 5px;
}
.property-valuation-polygon, .property-valuation-radius {
    -moz-user-select: none;
    color: #000;
    font-size: 11px;
    padding: 1px 6px;
    text-align: center;
    line-height: 24px;
    padding-left: 22px;
    position: relative;
    border: 1px solid rgba(0, 0, 0, 0.15);
    -webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
            box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.3);
    border-radius: 2px;
    background: #fff;
    min-width: 125px;
    height: 28px;
}
.property-valuation-polygon ul, .property-valuation-radius ul {
    margin: 0; padding: 0;
    list-style: none;
}
.property-valuation-polygon a, .property-valuation-radius a {
    font-size: 11px;
    text-decoration: none;
    font-weight: bold;
    outline: 0;
}
.property-valuation-polygon a.edit, .property-valuation-radius a.edit {
    margin-right: 26px;
}
.property-valuation-polygon a.delete, .property-valuation-radius a.delete {
    background: #fff;
    padding: 0 8px;
    position: relative;
    border-left: 1px solid #eee;
    position: absolute;
    right: 0; top: 0; bottom: 0;
}
.property-valuation-polygon input, .property-valuation-radius input {
    position: absolute;
    top: 5px; left: 4px;
}
.property-valuation-polygon .tip, .property-valuation-radius .tip {
    display: none;
}
.property-valuation-polygon .ico {
    position: absolute;
    top: 7px; left: 5px;
    display: inline-block;
    height: 13px;
    margin: 0 5px 0 0;
    width: 13px;
}
.property-valuation-radius .ico {
    position: absolute;
    top: 7px; left: 5px;
    display: inline-block;
    height: 13px;
    margin: 0 5px 0 0;
    width: 13px;
}
.property-valuation-polygon li, .property-valuation-radius li {
    position: static;
}
.property-valuation-polygon a, .property-valuation-radius a {
    font-weight: normal;
}
.property-valuation-polygon>a, .property-valuation-radius>a {
    margin-left: -13px;
}
.cma-popup-container {
    padding: 20px;
}
.cma-popup-container form {
    background: #ececec;
    padding: 20px 20px 0 20px;
    border-radius: 5px;
}
.cma-popup-container input, .cma-popup-container select, .cma-popup-container textarea {
    border: 1px solid #ccc;
}

