<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#eap-team-page .eap-team-heading {
  margin-bottom: 48px;
  font-size: 27px;
  padding-top: 32px; }

#eap-team-page .teamCard {
  width: 100%;
  max-width: 900px;
  border: 1px solid #dae1e9;
  border-radius: 4px;
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.05);
  margin-bottom: 28px;
  cursor: pointer;
  background-color: #fff;
  margin-bottom: 16px; }
  #eap-team-page .teamCard:hover {
    box-shadow: 0px 0px 0px 2px #dae1e9; }

#eap-team-page .colorCard {
  padding: 2% 0% 2% 2%;
  background-image: url("https://files.easyagentpro.com/Team/white_waves.png");
  background-position: bottom;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 4px 0px 0px 4px; }
  #eap-team-page .colorCard .teamCardPic {
    border-radius: 50%;
    margin-bottom: -7px; }
  #eap-team-page .colorCard .teamName {
    color: white;
    font-size: 18px;
    font-weight: bold; }
  #eap-team-page .colorCard .text {
    color: #fff;
    font-weight: 400;
    font-size: 16px;
    line-height: 22px; }

#eap-team-page .biotext {
  color: #898989;
  font-size: 16px;
  line-height: 24px;
  margin: 3%;
  line-height: 1.6;
  padding-bottom: 32px;
  font-size: 17px;
  padding-top: 16px; }

#eap-team-page .emailCall {
  font-weight: bold;
  font-size: 16px; }

#eap-team-page .call {
  margin: 3%; }

#eap-team-page .pos {
  position: relative;
  min-height: 150px; }

#eap-team-page .posbtm {
  position: absolute;
  bottom: 16px;
  left: 298px; }

@media only screen and (max-width: 1199px) {
  #eap-team-page .posbtm {
    left: 245px; } }

@media only screen and (max-width: 991px) {
  #eap-team-page .posbtm {
    left: 380px; } }

@media only screen and (max-width: 768px) {
  #eap-team-page .teamCard {
    display: flex;
    flex-direction: column; }
  #eap-team-page .colorCard {
    height: auto !important; }
  #eap-team-page .posbtm {
    left: 0 !important;
    bottom: 10px !important;
    position: relative !important; } }
</pre></body></html>