body {
    background-color: #cdd6de;
}

.content {
    min-height: calc(100vh - 58px);
}

#body-card {
    max-width: 45em;
}

a {
    white-space: nowrap;
}

.bottom-section {
    padding: 1rem;
    line-height: normal;
    font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
}

.crea-description {
    color: #800020;
    background-color: #fffcc4;
    font-size: 1.125rem;
}

.agent_name {
    font-weight: 800;
    line-height: 85%;
    letter-spacing: -0.08rem;
    margin: 0 0 -0.25rem;
    padding: 0;
}

.company_name {
    color: #800020;
    display: block;
    font-weight: bold;
    line-height: 92%;
    letter-spacing: -0.1rem;
    margin: 1rem 0;
}

.sub-section {
    margin: 0 0 1rem;
    line-height: 150%;
}

.sub-section > h3 {
    font-size: 1.25rem;
    font-weight: 600;
    letter-spacing: -0.05rem;
}

.header-line {
    display: inline;
}

.other-links {
    margin: 1rem 0;
}

.link-section {
    margin-left: 1.5rem;
}

/*.agent_name, .desig_title {*/
/*    font-family: arial, helvetica neue, helvetica, sans-serif*/
/*}*/

.desig_title {
    margin-top: 0.35rem;
    line-height: 125%;
}

.contact-group {
    margin: 1rem 0 1rem 2rem;
    padding: 0.5rem 0;
}

.contact-group-no-images > table {
    margin: 0 auto;
}

.contact-group-no-images {
    margin: 1rem 0;
}

.agent-url {
    text-align: center;
    margin: 0;
}

.address-section {
    border-top: 3px solid #04552c;
    border-bottom: 3px solid #04552c;
}

.agent-address {
    text-align: center;
    letter-spacing: .08rem;
    line-height: normal;
    margin: 0.2rem auto;
}

.designation-badges {
    text-align: center;
    margin-top: 1rem;
}

.link-section {
    word-break: break-word;
}

@media only screen and (max-width: 480px) {
    .agent_name {
        font-size: 1.75rem;
    }

    .company_name {
        font-size: 1.5rem;
    }

    h3 {
        font-size: 18px !important;
        line-height: 125% !important;
    }

    h4 {
        font-size: 16px !important;
        line-height: 125% !important;
    }
}

/* images */
.image-content {
    padding: 0.5rem 0 0 0.5rem;
}

.image-wrapper {
    margin: 0 auto 0.5em;
}

.image-wrapper img {
    max-width: 200px;
    height: auto;
}
