/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 .c-reps-list__item {
    background: rgba(239, 239, 239, 0.35);
    border-bottom: 1px solid #efefef;
    margin-bottom: 2rem;
    padding-bottom: 2rem;
    padding: 2rem;
    position: relative;
}
.c-reps-list__item-header {
    padding-right: 60px;
    position: relative;
}

.c-reps-list__table tr:nth-child(2n) {
    background: #efefef;
}

.c-reps-list__service-area {
    font-family: sans-serif;
    font-size: .8rem;
    font-weight: bold;
    letter-spacing: 3px;
    line-height: 1.68;
    text-transform: uppercase;
    margin-top: 1em;
    margin-bottom: 2em;
    display: block;
    font-weight: 400;

}

.c-reps-list__title{
    line-height: 1;
    margin-bottom: 1em;
    margin-top: 0;
}

.c-reps-list__address {
    font-family: sans-serif;
    font-size: .8rem;
    font-style: normal;
    font-weight: bold;
    letter-spacing: 1px;
    line-height: 1.25;
    margin-bottom: 2rem;
    opacity: 0.7;
    text-transform: uppercase;
}
.c-reps-list__title {
    letter-spacing: 2px;
    text-transform: uppercase;

}
a.c-reps-list__url {
    background-size: contain;
    border-radius: 2rem;
    border: 2px solid #efefef;
    display: block;
    height: 48px;
    position: absolute;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 48px;
}
td.c-reps-list__cell,
th.c-reps-list__cell {
    font-size: 1rem;
    text-align: left;
}
.c-reps-list__cell a{
    text-decoration: none;

}