body * {
    box-sizing: border-box;
}
.c-alternate > section:nth-of-type(2n - 1),
.c-alternate > div:nth-of-type(2n - 1),
.c-alternate > li:nth-of-type(2n - 1) {
    background-color: #eaeaea;
}
.c-iconlist {
    padding: 0;
    margin: 0;
    list-style: none;
}
.c-iconlist li {
    position: relative;
}
.c-iconlist li:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    background-color: #c10230;
    opacity: .5;
}
.c-iconlist li:nth-of-type(2n - 1):after {
background-color: #141414;
}
.c-iconlist__img {
    display: block;
}
.c-iconlist__label {
    color: [BODY_COLOR];
}
.c-iconlist img {
    display: block;
    margin: 0 auto;
    width: 20px;
    max-height: 20px;
}
.c-iconlist a {
    text-decoration: none;
}
.c-iconlist p {
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}
.c-border {
    border-radius: 20px;
    box-shadow: 0 0 1.75rem 0 rgba(0,0,0,0.15);
    background: #fff;
    overflow: hidden;
}
.box-agent {
    text-align: center;
}
.box-agent.dak-overlay-light-b:after {
    background: -moz-linear-gradient(top, rgba(255,255,255,0.1) 0%, rgba(255,255,255,0.25) 100%);
    background: -webkit-linear-gradient(top, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.25) 100%);
    background: linear-gradient(to bottom, rgba(255,255,255,0.1) 0%,rgba(255,255,255,0.25) 100%);
}
.box-agent-description .c-border {
    background-color: #fff;
}
.agent__headshot {
    display: block;
    margin: 0 auto;
    background-color: #fff;
    border: 12px solid #fff;
    position: relative;
    overflow: hidden;
    border-radius: 30px;
    max-width: 430px;
}
.agent__headshot img {
    float: left;
}
.d5m-staff-photo-square {
    border-radius: 50%;
}
.d5m-staff-photo-square img {
    display: block;
    max-width: none;
    min-width: 100%;
    width: 100%;
}
.agent__info h1,
.agent__info h2 {
    margin: 0;
}
.agent__designation,
.agent__address {
    padding: 0;
    line-height: 1;
}
.agent__contact {
    width: 100%;
    max-width: 520px;
    padding: 1% 0 0;
    margin: 0 auto;
    list-style: none;
}
.agent__contact a {
    text-decoration: none;
}
.agent__email {
    text-decoration: none;
    display: block;
}
.agent__links {
    position: relative;
}
.agent__links .c-alternate > li {
    position: relative;
    border-bottom: 10px solid transparent;
}
.agent__links .c-alternate > li:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: -10px;
    right: 0;
    height: 10px;
    z-index: 5;
}
.agent__links .c-alternate > li:nth-of-type(2n - 1):after {
background: #141414;
opacity: .4;
}
.agent__links .c-alternate > li:nth-of-type(2n):after {
background: #c10230;
opacity: .2;
}
.agent__links .dak-buttons {
    padding-top: 0;
}
.agent__social {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}
.agent__social li {
    display: inline-block;
    vertical-align: middle;
    margin: 8px;
}
.agent__social img {
    display: block;
}

#d5_module section:last-of-type {
    padding-bottom: 2rem;
    margin-bottom: 0;
}

@media screen and (max-width: 551px) {
    .c-iconlist__img {
        padding-bottom: 0;
    }
}

@media screen and (min-width: 552px) {
    .c-iconlist {
        text-align: left;
    }
    .c-iconlist__img {
        display: inline-block;
        vertical-align: middle;
        line-height: 1;

    }
    .c-iconlist p {
        display: inline-block;
        vertical-align: middle;
        margin: 0;
        line-height: 1;
        max-width: calc(100% - 136px - .25em);
    }
    .agent__links .c-alternate > li {
        border-bottom: none;
        border-left: 10px solid transparent;
    }
    .agent__links .c-alternate > li:after {
        right: auto;
        left: -10px;
        width: 10px;
        top: 0;
        bottom: 0;
        height: 100%;
    }
}

@media screen and (min-width: 768px) {
    .agent__social li {
        margin: 12px;
    }
    .c-iconlist img {
        width: 34px;
        max-height: 34px;
    }
}

@media screen and (min-width: 992px) {
    .box-agent {
        text-align: left;
    }
    .agent__intro {
        width: 100%;
        max-width: 520px;
        margin-left: 0;
        margin-right: auto;
    }
}

/* Testimonial Styling */
.staff_detailed_testimonials__wrap [data-type="staff-testimonial"]:not(:empty) {
    border-radius: 20px;
    box-shadow: 0 0 1.75rem 0 rgba(0, 0, 0, 0.15);
    overflow: hidden;
    padding: 2rem 0;
}
.staff_detailed_testimonials__wrap .h3 {
    text-align: center;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: 1.5rem;
}
.dak-testimonials__wrapper {
    margin: 1rem auto;
}
.dak-testimonial {
    margin: 0;
    padding: 2rem 1rem;
    position: relative;
    padding: 2rem;
    background: #fff;
    color: #000;
    overflow: hidden;
}
.d5m_width_780 .dak-testimonial,
.d5m_width_850 .dak-testimonial,
.d5m_width_920 .dak-testimonial,
.d5m_width_990 .dak-testimonial {
    padding: 2rem;
}
.dak-testimonial__wrap:nth-child(2n - 1) .dak-testimonial {
    background-color: #eaeaea;
}
.dak-testimonial__wrap:nth-child(2n - 1) .dak-testimonial:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 10px;
    background: #141414;
    opacity: .5;
}
.dak-testimonial .dak-testimonial__footer {
    margin-top: 1rem;
    margin-left: 0.5rem;
}
.dak-testimonial__author {
    font-weight: 700;
}
.testimonial-list__nav {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: center;
}
.testimonial-list__nav button {
    -webkit-appearance: none;
    border: 2px solid transparent;
    border-radius: 1000px;
    box-sizing: border-box;
    display: inline-flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    line-height: 1.1;
    max-width: 100%;
    overflow: hidden;
    padding: .5em 1em;
    position: relative;
    text-align: center;
    text-decoration: none;
    transition: background 0.33s ease-out, border 0.33s ease-out, color 0.33s ease-out;
    z-index: 1;
    background: #141414;
    border: 1px solid #141414;
    color: #fff;
}
.testimonial-list__nav [data-action="prev"] span {
    margin-left: .25rem;
}
.testimonial-list__nav [data-action="next"] span {
    margin-right: .25rem;
}
.testimonial-list__nav button:focus,
.testimonial-list__nav button:hover {
    background: #fff;
    border-color: #141414;
    color: #141414;
}
.testimonial-list__nav [aria-disabled="true"] {
    opacity: .66;
    pointer-events: none;
}

@media screen and (min-width: 768px) {
    .staff_detailed_testimonials__wrap [data-type="staff-testimonial"]:not(:empty) {
        padding: 4rem 0;
    }
    .dak-testimonials__wrapper {
        margin: 2rem auto 3rem;
    }
    .staff_detailed_testimonials__wrap .h3 {
        font-size: 2.5rem;
    }

    #d5_module section:last-of-type {
        padding-bottom: 4rem;
    }
}
