/* KONTAKT */
.contact {color: white;}

#contact-info {
    background: white;
}

.section {
    margin-top: 2rem;
}

.modal-title {color: white; font-weight: bold;
}

.email a, .office {
    color: #5a5a5a;
    font-size: 13px
}

.agent-name-font {
    font-size: 20px;
}

.p-2 {
    font-size: 16px !important;
}

.span3 {
    margin-top: 12px;
    margin-left: 17px;
}

.business {
    box-shadow: 1px 1px 2px #d9d9d9;
    height: 100%;
    margin-right: auto;
    margin-left: auto;
    background-color: white;
}

.span4 {
    margin-top: 5px;
    margin-left: 17px;
}

.form-control-contact { border-radius: 0;
    color: black !important;
    border: 0;
    background-color: white !important;
    border-bottom: 2px solid #d8d8d8;
    margin: 5px;
}

.form-inline {
    background-color: white;
    box-shadow: 1px 1px 2px #d9d9d9;
    padding-top: 25px;
}

.form-check-label {
    color: #5a5a5a;
}

.form-control-contact::placeholder {
    color: #5a5a5a;
    background-color: white !important;
}

.form-control-contact:hover, .form-control-contact:focus, .form-control-contact:active {
    color: #5a5a5a;
    background-color: white !important;
}

.form-contact-area {
    background-color: white;
    width: 100%;
    overflow: hidden;
    border-radius: 0;
    border: 0;
    border-bottom: 2px solid #d8d8d8;
    padding: 7px;
    border-top: none !important;
}

.form-contact-area::placeholder, .form-contact-area:active, .form-contact-area:focus {
    color: #5a5a5a;
    background-color: #fff;
}

textarea::placeholder {
    background-color: #fff;
    font-size: 1rem;
}

textarea {
    font-size: 1rem;
}

.btn-contact {
    border-radius: 0 !important;
    width: 200px;
    margin-bottom: 10px;
}

.agent {
    width: 325px;
}

label.hidden-xs.invert {
    font-weight: bold;
}

#captcha {
    background-color: lightgray;
    width: 100px;
    height: 36px;
    padding: 5px;
    margin-right: 10px;
}

#captchaResult {
    width: 25px;
    text-align: center;
}

.address-section > span {
    margin-top: 10px;
    display: flex;
    word-break: break-all;
}

.address-section span.no-break{
    display: flex;
    flex-wrap: wrap;
}

.address-section i {
    min-width: 27px;
    display: flex;
    align-items: center;
}

.address-section > span:first-child {
    text-align: center;
    display: flex;
    justify-content: center;
}

.address-section span:last-child i {
    font-style: normal;
    letter-spacing: -2px;
    display: inline-block;
}

/* agents and branches section */
.branch-icon, .branch-link {
    background: white;
    padding: 5px;
    text-align: center;
}

.branch-icon .contact-marker {
    font-size: 2.5rem;
}

.branch-info a, .branch-info, .branch-info .fa, .title {
    padding: 0.3rem;
    color: white;
}

.agent-card .agent-button {
    border-radius: 0;
    display: flex;
    justify-content: center;
}

.agent-card > .row i {
    width: 22px;
}

span .fa {
    padding-right: 3px;
}

.break-word {
    word-break: break-all;
}

@media (max-width: 575px) {
    .agent-photo {
        min-height: 25rem;
    }
}

.agent-info a, .branch-link a, #contact-info a {
    color: black;
}

.agent-card > .row {
    min-height: 160px;
    background-color: white;
    margin: 0;
}

.nip {
    font-weight: 700;
}