/** * Pass px font size, outputs px and rem font size * @param {
	font-size
}
 $size */
/** * Pass px line height, outputs px and rem line height * @param {
	line-height
}
 $size */
/** * Pass px margin, outputs px and rem margins * @param {
	margin
}
 $value */
 .app-team-listing .container {
    border-top: 1px solid #efefef;
    padding-top: 4rem;
    padding-bottom: 0.4375rem;
}
.app-team-listing .container.event-speakers-on {
    border-top: none;
    padding-top: 0;
}
.app-team-listing .container.members-1, .app-team-listing .container.members-2 {
    max-width: 792px;
}
.app-team-listing .container .row {
    justify-content: center;
}
.app-team-listing .container.left-aligned .row {
    justify-content: flex-start;
}
.app-team-listing .container .col-12 {
    margin-bottom: 3.5625rem;
}
.app-team-listing .container .col-12 .team-member-card {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.app-team-listing .container .col-12 .team-member-card .headshot {
    margin-bottom: 1.5rem;
}
.app-team-listing .container .col-12 .team-member-card .headshot img {
    width: 256px;
    height: 256px;
    object-fit: cover;
    border-radius: 50%;
}
.app-team-listing .container .col-12 .team-member-card h6 {
    text-align: center;
    line-height: 1rem;
    margin-bottom: 0.5rem;
}
.app-team-listing .container .col-12 .team-member-card p {
    text-align: center;
    font-size: 0.875rem;
    line-height: 1.375rem;
    padding: 0;
    margin-bottom: 1.5625rem;
    max-width: 256px;
}
.app-team-listing .container .col-12 .team-member-card p.job-title {
    font-size: 0.75rem;
    line-height: 1.25rem;
    margin-bottom: 1rem;
}
.app-team-listing .container .col-12 .team-member-card a.arrow-link__underline {
    color: #122e52;
    margin-bottom: 1.5rem;
}
.app-team-listing .container .col-12 .team-member-card .linkedin-wrapper {
    position: relative;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: #2d2f3b;
    width: 44px;
    height: 44px;
    border: 2px solid #03cfff;
    border-radius: 50%;
    text-align: center;
    z-index: 1;
}
.app-team-listing .container .col-12 .team-member-card .linkedin-wrapper svg {
    width: 100%;
    min-width: 14px;
    max-width: 14px;
    max-height: 16px;
    fill: #fff;
}
.app-team-listing .container .col-12 .team-member-card .linkedin-wrapper::before {
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 0;
    padding-top: 0;
    z-index: -1;
    transform: translate(-50%, -50%);
    border-radius: 100%;
    background: #03cfff;
    transition: all 0.15s ease-in-out;
}
.app-team-listing .container .col-12 .team-member-card .linkedin-wrapper:hover, .app-team-listing .container .col-12 .team-member-card .linkedin-wrapper:focus {
    border-color: transparent;
}
.app-team-listing .container .col-12 .team-member-card .linkedin-wrapper:hover::before, .app-team-listing .container .col-12 .team-member-card .linkedin-wrapper:focus::before {
    background: #0a66c2;
    width: 105%;
    padding-top: 105%;
}
.app-team-listing .container .col-12 .team-member-card .linkedin-wrapper:hover svg, .app-team-listing .container .col-12 .team-member-card .linkedin-wrapper:focus svg {
    width: 100%;
    min-width: 14px;
    max-width: 14px;
    max-height: 16px;
    fill: #fff;
}
.app-team-listing .container .app-pagination {
    margin-bottom: 3.5625rem;
}
@media (max-width: 1199.98px) {
    .app-team-listing .container {
        padding-top: 3rem;
        padding-bottom: 3rem;
   }
    .app-team-listing .container.event-speakers-on {
        border-top: none;
        padding-top: 0;
   }
    .app-team-listing .container .col-12 {
        margin-bottom: 2rem;
   }
    .app-team-listing .container .col-12:last-of-type {
        margin-bottom: 0;
   }
    .app-team-listing .container .col-12 .team-member-card .headshot {
        margin-bottom: 1.5rem;
   }
    .app-team-listing .container .col-12 .team-member-card .headshot img {
        width: 175px;
        height: 175px;
   }
    .app-team-listing .container .app-pagination {
        margin-bottom: 0;
   }
    .app-team-listing .container .app-pagination nav.pager {
        margin-bottom: 0;
   }
}
