/* Staff Template Urban */
.box-staff-header__image {
    position: relative;
    min-height: 1px;
}
.box-staff-header__image:after {
    content: "";
    width: 70%;
    left: 15%;
    bottom: 2px;
    height: 10px;
    background-color: #031F3E;
    position: absolute;
}
.box-staff-header__image img {
    width: 100%;
    height: auto;
}
.box-staff-header__text h2 {
    padding-bottom: 0;
}
.box-staff-header__text p:first-of-type {
    padding-top: 0;
}
.box-agent-contact__top {
    overflow: hidden;
    text-overflow: ellipsis;
    margin-left: -8px;
    padding-left: 8px;
}
.box-agent-contact__top .staff_detailed_social {
    text-align: center;
    margin: 0;
    padding: 0;
}
.box-agent-contact__top .staff_detailed_social li {
    float: none;
}
.box-agent-contact__icon {
    position: relative;
    color: #000;
    padding-left: 3.5rem;
}
.box-agent-contact__icon a {
    position: relative;
    display: inline-block;
    text-decoration: none;
    color: #000;
    transition: 0.25s ease-out;
    margin-left: -3.5rem;
    padding: 1rem 0 1rem 3.5rem;
    z-index: 10;
}
.box-agent-contact__top a {
    display: inline-block;
    text-decoration: none;
}
.box-agent-contact__icon.box-email {
    padding-left: 2.5rem;
}
.box-agent-contact__icon:after {
    content: "";
    position: absolute;
    width: 2.5rem;
    height: 2.5rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5rem 1.5rem;
    left: 0.5rem;
    top: 0.5rem;
    transition: all 0.25s ease-out;
    border: 1px solid transparent;
    border-radius: 50%;
}
.box-agent-contact__icon:hover:after {
    border: 1px solid #031F3E;
}
.box-agent-contact__top .box-email:after {
    background-image: url('/icons/fa-solid/envelope/main');
    left: -8px;
}
.box-agent-contact__icon.box-mobile:after {
    background-image: url('/icons/fa-solid/mobile-alt/main');
}
.box-agent-contact__icon.box-direct:after {
    background-image: url('/icons/fa-solid/phone/main');
}
.box-agent-contact__icon.box-office:after {
    background-image: url('/icons/fa-solid/phone-volume/main');
}
.box-agent-contact__icon.box-fax:after {
    background-image: url('/icons/fa-solid/fax/main');
}
.box-agent-contact__icon.box-fax:hover:after{
    border-color: transparent;
}

.box-phonelinks > div > div:nth-of-type(even) {
    background-color: #fff;
}

.staff_detailed_social > div:first-of-type {
    margin-left: 0;
}

a.rev-btn {
    background: transparent;
    border: 2px solid #031F3E;
    color: #031F3E;
    transition: all 0.25s ease-out;
    position: relative;
}
a.rev-btn:hover {
    background-color: #031F3E;
    color: #fff;
}
a.rev-btn:before {
    content: "";
    position: absolute;
    width: 2rem;
    height: 2rem;
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.5rem 1.5rem;
    left: .5rem;
    top: 0;
    transition: all 0.25s ease-out;
    border: 1px solid transparent;
    background-image: url('/icons/lynny/arrow-outline-curved-left/main');
}
a.rev-btn:hover:before {
    background-image: url('/icons/lynny/arrow-outline-curved-left/fff');
}
a.rev-btn:after {
    display: none;
}

.d5m_width_780 .box-phonelinks .box-agent-contact__icon,
.d5m_width_850 .box-phonelinks .box-agent-contact__icon,
.d5m_width_920 .box-phonelinks .box-agent-contact__icon,
.d5m_width_990 .box-phonelinks .box-agent-contact__icon {
    padding-left: 5.5rem;
}
.d5m_width_780 .box-phonelinks .box-agent-contact__icon:after,
.d5m_width_850 .box-phonelinks .box-agent-contact__icon:after,
.d5m_width_920 .box-phonelinks .box-agent-contact__icon:after,
.d5m_width_990 .box-phonelinks .box-agent-contact__icon:after {
    left: 1.75rem;
}
.d5m_width_780 .box-staff-header__image:after,
.d5m_width_850 .box-staff-header__image:after,
.d5m_width_920 .box-staff-header__image:after,
.d5m_width_990 .box-staff-header__image:after {
    content: "";
    height: 70%;
    top: 15%;
    left: calc(100% - 5px);
    width: 10px;
    background-color: #031F3E;
    position: absolute;
}
.d5m_width_780 .dak-flex-container .box-staff-header__text,
.d5m_width_850 .dak-flex-container .box-staff-header__text,
.d5m_width_920 .dak-flex-container .box-staff-header__text,
.d5m_width_990 .dak-flex-container .box-staff-header__text {
    padding-left: 3rem;
}
.d5m_width_780 .box-phonelinks > div > div:nth-of-type(even),
.d5m_width_850 .box-phonelinks > div > div:nth-of-type(even),
.d5m_width_920 .box-phonelinks > div > div:nth-of-type(even),
.d5m_width_990 .box-phonelinks > div > div:nth-of-type(even) {
    background-color: transparent;
}
.d5m_width_780 .box-phonelinks > div > div:nth-of-type(odd),
.d5m_width_850 .box-phonelinks > div > div:nth-of-type(odd),
.d5m_width_920 .box-phonelinks > div > div:nth-of-type(odd),
.d5m_width_990 .box-phonelinks > div > div:nth-of-type(odd) {
    border-right: 2px solid #b7b7b7;
}
.d5m_width_780 .box-phonelinks > div > div:nth-of-type(3),
.d5m_width_850 .box-phonelinks > div > div:nth-of-type(3),
.d5m_width_920 .box-phonelinks > div > div:nth-of-type(3),
.d5m_width_990 .box-phonelinks > div > div:nth-of-type(3),
.d5m_width_780 .box-phonelinks > div > div:nth-of-type(4),
.d5m_width_850 .box-phonelinks > div > div:nth-of-type(4),
.d5m_width_920 .box-phonelinks > div > div:nth-of-type(4),
.d5m_width_990 .box-phonelinks > div > div:nth-of-type(4) {
    background-color: #fff;
}

.d5m_width_710 .box-phonelinks,
.d5m_width_640 .box-phonelinks,
.d5m_width_570 .box-phonelinks,
.d5m_width_500 .box-phonelinks,
.d5m_width_430 .box-phonelinks,
.d5m_width_360 .box-phonelinks {
    max-width: 400px;
    margin: 0 auto;
}
.d5m_width_710 .box-staff-header__text,
.d5m_width_640 .box-staff-header__text,
.d5m_width_570 .box-staff-header__text,
.d5m_width_500 .box-staff-header__text,
.d5m_width_430 .box-staff-header__text,
.d5m_width_360 .box-staff-header__text {
    text-align: center;
    padding-top: 1rem;
    width: 100%;
}
.d5m_width_710 .box-agent-contact__top .staff_detailed_social,
.d5m_width_640 .box-agent-contact__top .staff_detailed_social,
.d5m_width_570 .box-agent-contact__top .staff_detailed_social,
.d5m_width_500 .box-agent-contact__top .staff_detailed_social,
.d5m_width_430 .box-agent-contact__top .staff_detailed_social,
.d5m_width_360 .box-agent-contact__top .staff_detailed_social {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.d5m_width_710 .box-staff-header__image,
.d5m_width_640 .box-staff-header__image,
.d5m_width_570 .box-staff-header__image,
.d5m_width_500 .box-staff-header__image,
.d5m_width_430 .box-staff-header__image,
.d5m_width_360 .box-staff-header__image {
    max-width: 400px;
    margin: 0 auto;
}
.d5m_width_710 .box-staff-header,
.d5m_width_640 .box-staff-header,
.d5m_width_570 .box-staff-header,
.d5m_width_500 .box-staff-header,
.d5m_width_430 .box-staff-header,
.d5m_width_360 .box-staff-header {
    width: 100%;
}

.d5m_width_710 .box-phonelinks .dak-grid-md-6,
.d5m_width_640 .box-phonelinks .dak-grid-md-6,
.d5m_width_570 .box-phonelinks .dak-grid-md-6,
.d5m_width_500 .box-phonelinks .dak-grid-md-6,
.d5m_width_430 .box-phonelinks .dak-grid-md-6,
.d5m_width_360 .box-phonelinks .dak-grid-md-6 {
    width: 100%;
}

.d5m_width_710 .box-phonelinks .dak-buttons-3 li,
.d5m_width_640 .box-phonelinks .dak-buttons-3 li,
.d5m_width_570 .box-phonelinks .dak-buttons-3 li,
.d5m_width_500 .box-phonelinks .dak-buttons-3 li {
    width: 50%;
}

.d5m_width_430 .box-phonelinks .dak-buttons-3 li,
.d5m_width_360 .box-phonelinks .dak-buttons-3 li {
    width: 100%;
}
.d5m_width_710 .box-phonelinks .dak-buttons li:last-of-type,
.d5m_width_640 .box-phonelinks .dak-buttons li:last-of-type,
.d5m_width_570 .box-phonelinks .dak-buttons li:last-of-type,
.d5m_width_500 .box-phonelinks .dak-buttons li:last-of-type,
.d5m_width_430 .box-phonelinks .dak-buttons li:last-of-type,
.d5m_width_360 .box-phonelinks .dak-buttons li:last-of-type {
    width: 100%;
    padding-left: 0;
    padding-right: 0!important;
}

/* Testimonial Styling */
.staff_detailed_testimonials:empty {
    display: none;
}
.dak-testimonial {
  margin: 0;
  padding: 2rem 1rem;
  background: rgba(239,239,239,0.6);
  margin-bottom: 2rem;
  position: relative;
}
.dak-testimonial .dak-testimonial__footer {
  margin-top: 0.5rem;
  margin-left: 0.5rem;
}
.dak-testimonial .dak-testimonial__author {
  font-style: normal;
  font-weight: bold;
  margin-left: 0.5rem;
}
.dak-testimonial:before {
  content: "";
  position: absolute;
  height: 80%;
  width: 10px;
  background: #031F3E;
  top: 10%;
  left: -5px;
}

.d5m_width_780 .dak-testimonial,
.d5m_width_850 .dak-testimonial,
.d5m_width_920 .dak-testimonial,
.d5m_width_990 .dak-testimonial {
  padding: 2rem;
}

.testimonial-list__nav {
    display: flex;
    flex-wrap: wrap;
    gap: .5rem;
    justify-content: flex-start;
}
.testimonial-list__nav button {
    -webkit-appearance: none;
    border: 2px solid transparent;
    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: #031F3E;
    border: 1px solid #031F3E;
    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: #031F3E;
    color: #031F3E;
}
.testimonial-list__nav [aria-disabled="true"] {
    opacity: .66;
    pointer-events: none;
}
