#broker-info {
    font-size: 1rem;
    background-color: #fff;
    text-align: center;
    max-width: 500px;
    margin: 0 auto;
    padding: 2rem;
}

#broker-info.scl-arrow--gray:before {
    border-color: #f0f0f0 transparent transparent;
}

#broker-info.scl-arrow--top {
    position: relative;
}

#broker-info.scl-arrow--top:before {
    content: '';
    position: absolute;
    top: 0;
    left: calc(50% - 30px);
    border-style: solid;
    border-width: 20px 30px 0;
}

#broker-info p,
#broker-info .brand-header {
    margin-bottom: 1rem;
}

#broker-info .brand-header {
    font-size: 1.5em;
    font-weight: 300;
    color: #408800;
}

#broker-info .form-combo {
    display: grid;
    grid-template-columns: 40% 55%;
    color: #666666;
}

#broker-info .form-combo label {
    align-self: center;
    text-align: right;
}

#broker-info input {
    min-height: 2em;
    font-size: 1rem;
    padding: 0.25rem;
    margin: 0.5rem;
    border: 1px solid #979797;
    border-radius: 2px;
}

#broker-info input.error {
    border-color: #c00;
}

#broker-info span.error {
    color: #c00;
    padding: 0.5rem;
}

#broker-info span.error:before {
    content: url(../../../images/css/error.gif);
    margin-right: 0.25rem;
}

#broker-info .button-row {
    margin: 1rem 0;
}

@media (max-width: 47.5em) {
    #broker-info .form-combo {
       grid-template-columns: 100%;
    }

    #broker-info .form-combo label {
        text-align: left;
        margin-left: 0.5rem;
    }
}

@media (min-width: 47.5em) {
    #broker-info span.error {
        grid-column: 2;
    }
}

button.generic-button {
    border: .0625em solid #004988;
    color: #fff;
    display: inline-block;
    font-family: "Fidelity Sans";
    font-size: 1em;
    height: auto;
    line-height: 1em;
    margin: 0 0 .75em;
    padding: .375em 1em;
    text-decoration: none;
    text-shadow: .0625em .0625em .25em #004988;
    width: auto;
    background: #0069b6;
    background: -moz-linear-gradient(top,#9bc7e6 0,#0069b6 50%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#9bc7e6),color-stop(50%,#0069b6));
    background: -webkit-linear-gradient(top,#9bc7e6 0,#0069b6 50%);
    background: -o-linear-gradient(top,#9bc7e6 0,#0069b6 50%);
    background: -ms-linear-gradient(top,#9bc7e6 0,#0069b6 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#9bc7e6', endColorstr='#0069b6', GradientType=0);
    background: linear-gradient(top,#9bc7e6 0,#0069b6 50%);
    -moz-border-radius: .1875em;
    -webkit-border-radius: .1875em;
    -khtml-border-radius: .1875em;
    border-radius: .1875em;
    -moz-box-shadow: .0625em .0625em .125em #ccc;
    -webkit-box-shadow: .0625em .0625em .125em #ccc;
    box-shadow: .0625em .0625em .125em #ccc;
    text-align: center;
    cursor: pointer;
}

button.generic-button:active,button.generic-button:focus,button.generic-button:hover {
    background: -moz-linear-gradient(top,#7ab3dc 0,#0069b6 50%);
    background: -webkit-gradient(linear,left top,left bottom,color-stop(0%,#7ab3dc),color-stop(50%,#0069b6));
    background: -webkit-linear-gradient(top,#7ab3dc 0,#0069b6 50%);
    background: -o-linear-gradient(top,#7ab3dc 0,#0069b6 50%);
    background: -ms-linear-gradient(top,#7ab3dc 0,#0069b6 50%);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#7ab3dc', endColorstr='#0069b6', GradientType=0);
    background: linear-gradient(top,#7ab3dc 0,#0069b6 50%)
}

#broker-info #city,
#broker-info #email,
#broker-info #first_name,
#broker-info #last_name,
#broker-info #middle_name {
    width: auto!important;
}