.speaker__image{max-width:100%;width:100%}.sp-cards{display:flex;flex-flow:row wrap;padding:0}.card{box-shadow:0 1px 6px hsla(0,0%,80%,.35);margin:15px;position:inherit;transition:all .2s ease-in-out;width:calc(25% - 30px)}@media screen and (max-width:991px){.card{width:calc(50% - 30px)}}@media screen and (max-width:767px){.card{width:100%}}.card:hover{background-color:#f0f8ff;border-radius:6px;transform:scale(1.03)}.card__inner{cursor:pointer;padding:0;position:relative;transition:all .2s ease-in-out;width:100%}.card__inner:after{transition:all .3s ease-in-out}.profile__data .content{padding:30px 50px 20px 20px}.card__expander{align-items:center;background-color:#0184c9;color:#fff;display:flex;font-family:Roboto,sans-serif;font-size:17px;position:relative;text-align:left;transition:all .2s ease-in-out;width:100%}.popup-close{background:none;border:none;cursor:pointer;display:grid;height:1.5rem;padding:0;place-items:center;position:absolute;right:1rem;top:1rem;width:1.5rem}.popup-close:hover{background:none;border:none;outline:none}.card.is-expanded .card__inner h4{color:#fff}.popup-close:before{-webkit-transform:rotate(-45deg);transform:rotate(-45deg)}.popup-close:after,.popup-close:before{background-color:#fff;content:"";grid-column-start:1;grid-row-start:1;height:.2rem;width:100%}.popup-close:after{-webkit-transform:rotate(45deg);transform:rotate(45deg)}.profile__pic{padding:20px}.profile__info{padding:0 20px 20px}.profile__info h4{font-family:Nunito Sans,sans-serif;font-size:22px;font-weight:900;line-height:1.3em;margin:0 0 3px}.profile__info h4 small{font-size:15px;font-weight:100;line-height:15px;text-transform:uppercase}.profile__info-username small{text-transform:capitalize!important}.profile__info-company small{font-weight:600!important}.card.is-collapsed .card__inner:after{content:"";opacity:0}.card.is-collapsed .card__expander{margin-top:0;max-height:0;min-height:0;opacity:0;overflow:hidden}.card.is-expanded .card__inner{background-color:#0184c9;color:#fff}.card.is-expanded .card__inner:after{border-bottom:15px solid #0184c9;border-left:15px solid transparent;border-right:15px solid transparent;bottom:-30px;content:"";display:block;height:0;left:calc(50% - 15px);opacity:1;position:absolute;width:0}.card.is-expanded .card__expander{margin-top:30px;max-height:1000px;min-height:100px;opacity:1;overflow:visible}.card.is-expanded:hover .card__inner{transform:scale(1)}.card.is-inactive .card__inner{opacity:.5;pointer-events:none}.card.is-inactive:hover .card__inner{background-color:#949fb0;transform:scale(1)}@media screen and (min-width:992px){.card:nth-of-type(3n+2) .card__expander{margin-left:calc(-100% - 30px)}.card:nth-of-type(3n+3) .card__expander{margin-left:calc(-200% - 60px)}.card:nth-of-type(3n+4) .card__expander{margin-left:calc(-300% - 90px)}.card:nth-of-type(3n+5){clear:left}.card__expander{width:calc(400% + 90px)}}@media screen and (min-width:768px) and (max-width:991px){.card:nth-of-type(2n+2) .card__expander{margin-left:calc(-100% - 30px)}.card:nth-of-type(2n+3){clear:left}.card__expander{width:calc(200% + 30px)}}