
body.profile {
    font-family: 'Inter', sans-serif;
    font-size: 16px;
}


body.profile .container-fluid {
    padding-left: 0;
    padding-right: 0;
}


/*----------------------------------- */
/* Components
------------------------------------- */

.profile-card {
    border: 0 solid #ffffff;
    border-radius: 54px;
    padding: 0 40px 60px 30px;
    max-width: 392px;
    margin:  0 0 0 10%;
    box-shadow: 0px 8px 50px rgba(45, 102, 241, 0.13);
    position: relative;
    top: -133px;
    
}

.profile-card--team {
    max-width: initial;
}


.pf-col {
  padding-left: 0;
}

.pf-title-container {
  display: flex;
  align-items: center;
}


.pf-title {
    font-size: 68px;
    color: #0f1632;
    font-family: 'EB Garamond', serif;
    line-height: 1.1;
    font-weight: 500;
    margin: 15px 0 24px 0;
}

.pf-subtitle {
    font-size: 31px;
    line-height: 1.3;
    color: #777777;
   font-family: 'Geometos Neue', 'Jost', sans-serif;
    font-weight: 400;
    text-transform: uppercase;
    margin-bottom: 17px;
}

.pf-copy {
    color: #000000;
    text-decoration: 18px;
    font-size: 18px;
    line-height: 1.3;
    margin-bottom: 36px;
}

.pf-copy--darkblue {
  color:#0F1732;
}

.pf-feature {
  display: flex;
  align-items: center;
  margin-bottom: 16px;
}

.pf-feature__icon {
  font-size: 24px;
  color: #797979;
  margin-right: 8px;
}
.pf-feature__title {
  font-size: 24px;
  color: #797979;
  margin: 0 0 0 0;
 font-family: 'Geometos Neue', 'Jost', sans-serif;
 text-transform: uppercase;
}

.team-card__img {
    width: 100px;
}

.team-card__title {
    font-size: 30px;
    color: #0f1632;
    font-family: 'EB Garamond', serif;
    line-height: 1.1;
    font-weight: 600;
    margin: 15px 0 10px 0;
}

.team-card__web {
    color: #000000;
    text-decoration: 18px;
    font-size: 18px;
    line-height: 1;
    margin-bottom: 10px;
    display: block;
}

.team-card__web:focus,
.team-card__web:active,
.team-card__web:hover {
    color: #000000;
    text-decoration: underline;
}

.team-card__view {
    color: #1d5ffe;
    text-decoration: none;
    font-size: 19px;
    display: inline-block;
    margin-bottom: 20px;
    border-bottom: 1px solid #1d5ffe;
    padding-bottom: 3px;
}


.team-card__view:focus,
.team-card__view:active,
.team-card__view:hover {
    text-decoration: none;
    color: #1d5ffe;
}

.brands-row {
    display: flex;
    align-items: center ;
}

.brand {
    margin-right: 20px;
}

.brand__img {
    width: 200px;
}

.ps__title {
	font-size: 31px;
	line-height: 1.3;
	color: #777777;
	font-family: 'Jost', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin-bottom: 24px;
}

.ps__title--listings {
	margin-bottom: 50px;
}


 /* Members =========== */

 .agent__avatar {
    width: 174px;
    height: 174px;
    border-radius: 50%;
    border: 10px solid #fff;
    box-shadow: 0rem 0rem 4px 5px rgba(0, 0, 0, 0.25);
    position: absolute;
    top: 58px;
    right: 63px;
    background-color: #fff;
  
  }
  
  .agent__avatar img {
    border-radius: 50%;
  }
  
  .agent__right {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
  }
  
  .agent__picture {
    border-radius: 50%;
  }
  
 .card__member {
    padding: 20px 30px 20px 30px;
    display: flex;
    align-items: center;
    border-bottom: 1px solid #CFCFCF;
  }
  
  .card__member:last-of-type {
    border-bottom: none;
  }
  .agent__avatar--member {
    position: initial;
    height: 80px;
    width: 80px;
    border: 5px solid  #fff;
    box-shadow: 0px 0px 4px 5px rgb(0 0 0 / 10%);
    margin-right: 30px;
  
  }
  
  .card__member-name {
    margin: 0 0 5px 0;
    font-size: 22px !important;
    display: block;
    color: #000;
    
  }
  
  .card__member-name:hover, .card__member-name:focus, .card__member-name:active {
    text-decoration: none;
    color: #35647E;
  }
  
  .card__member-title {
    color:  #575757;
    margin-bottom: 0;
    font-size: 17px;
    
  }



  @media (max-width: 425px)  {

    .agent__avatar {
        width: 150px;
        height: 150px;
        left: 28%;
        top: 13%;
      }

    .card__member {
        padding-left: 20px;
        padding-right: 20px;
      }


      .agent__avatar {
        height: 80px;
        width: 80px;
      }
    
      .agent__avatar.agent__avatar--mobile {
        width: 150px;
        height: 150px;
        left: 30%;
        top: 13%;
      }
    
    
  }

  @media (max-width: 375px)  {
    .agent__avatar {
        margin:  0 auto 20px;
      }
      .card__member {
        flex-direction: column;
      }
    
      .agent__avatar.agent__avatar--mobile {
        left: 18% !important;
      }
    
  }

/*Pagination*/
  
.card__pagination {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 2rem;
  }
  
  .card__pagination-info {
    margin-top: 2rem;
  }



  
  .pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
    background-color: #002269 !important;
    border-color: #002269 !important;
    color: #fff !important
  }
  
  .pagination>li>a, .pagination>li>span {
    color: #002269 !important;
  }

  .pf-divider {
    width: 100%;
    height: 1px;
    background-color: #797979;
    margin: 70px 0 90px 0;
  }

  .pf-row .col-lg-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .pf-col.active {
    opacity: 0;
    display: none;
    visibility: hidden;
  }
  


  .pf-col{
    opacity: 1;
    display: block;
    visibility: visible;
    transition: .5s all ease-in-out;
  }
  

  
/*----------------------------------- */
/* Responsive
------------------------------------- */


@media (min-width: 1600px) {

  .section--pf-content .container--1245px {
    max-width: 1478px !important;
  }
  .section--pf-hero {
    height: 272px;
  }

  .profile-card {
    padding: 0 40px 60px 40px;
    top: -162px;
    max-width: 464px;
  }

  .profile-card .broker__img {
    width: 228px;
    height: 228px;
  }

  .broker__social-icon {
    font-size: 25px;
  }

  .broker__avatar {
    margin-bottom: 15px !important;
  }

  .profile-card .broker__title {
    margin: 20px 0 28px 0;
  }

  .profile-card .broker__detail {
    font-size: 22px;
    padding-bottom: 23px;
  }

  .profile-card .broker__org {
    font-size: 21px;
  }

  .profile-card .cbc-form {
		padding-bottom: 20px;
	}

  .pf-title {
    font-size: 80px;
  }

  .pf-title-container .ps-actions__link:nth-child(1) {
    margin-right: 12px;
  }

  .ps-actions__icon {
    font-size: 32px !important;
  }

  .pf-subtitle {
    font-size: 36px;
  }

  .pf-copy {
    font-size: 22px;
  }

  .pf-feature__title {
    font-size: 26px;
  }

  .pf-feature__icon {
    font-size: 28px;
  }
  .pf-feature {
    margin-bottom: 25px;
  }

}


@media (max-width: 768px) {

    .pf-title {
        margin-top: -100px;
    }
    .broker__row--team {
    flex-direction: column;
    }

    .profile-card {
      display: none;
    }

    .pf-title-container {
      display: none;
    }

    .section--pf-hero {
      height: 275px;
    }

    .pf-col {
      padding-left: 15px;
      margin-top: -130px;
    }


    /* Profile Mobile */

    .pfc-mobile {
      display: flex !important;
      flex-direction: column;
      align-items: center;
      position: relative;
      z-index: 20;
      top: -127px;  
    }


    .pfc-mobile__avatar-img {
      width: 248px;
    height: 248px;
    position: relative;
    z-index: 20;
    }

    .pfc-mobile__name {
      font-size: 68px;
      color: #0f1632;
      font-family: 'EB Garamond', serif;
      line-height: 1.1;
      font-weight: 500;
      margin: 15px 0 24px 0;
    }

    .pfc-mobile .ps-menu {
      width: 100%;
      margin: 0 auto;
      text-align: center;
      padding-inline-start: 0;
    }


    .pfc-mobile .ps-menu__divider {
      height: 2px;
      background-color: #adaeb0;
      width: 100%;
      margin-bottom: 36px;
      position: relative;
      top: -2px;
    }

    .ps-menu__item.active  .ps-menu__indicator{
      opacity: 1;
     }


     .ps-menu__item:hover .ps-menu__indicator  {
        opacity: 1;
    }
    /* ./Profile Mobile */


}


@media (max-width: 425px) {

    .listings-wrapper {
        flex-direction: column;
    }

    .listings-pill--team {
        margin-bottom: 20px;
    }

    .brand {
        margin-bottom: 10px;
    }

    .brands-row {
        flex-wrap: wrap;
    }
    .brand__img {
        width: 150px;
    }



     /* Profile Mobile */


     .section--pf-hero {
       height: 168px;
     }

     .pfc-mobile__avatar-img {
      width: 136px;
      height: 136px;
     }
     

     .pfc-mobile {
      top: -68px;
     }

     .pfc-mobile__name {
      font-size: 37px;
      margin: 10px 0 24px 0;
     }

     .pfc-mobile .ps-menu__link {
      font-size: 17px;
     }

    .ps-menu__item.active  .ps-menu__indicator{
      opacity: 1;
     }


     .ps-menu__item:hover .ps-menu__indicator  {
        opacity: 1;
    }
    
     .pfc-mobile .ps-menu {
      margin-bottom: unset;
      text-align: left;
      display: flex;
      overflow-x: scroll;
      padding-bottom: 0;
    
     }

     

     .pfc-mobile .ps-menu::-webkit-scrollbar {
      -webkit-appearance: none;
      padding: 0;
      height: 0;
  }

  .pf-col {
    margin-top: -68px;
  }

  .pf-subtitle {
    font-size: 28px;
  }

  .pf-feature__title {
    font-size: 26px;
  }

  .pf-divider {
    margin: 70px 0 65px 0;
  }

  .pf-row  .col-lg-6 {
    padding-left: 20px  !important;
    padding-right: 20px !important;
  }

     

    /* ./Profile Mobile */

}


@media (max-width: 375px) {


   /* Profile Mobile */


   .section--pf-hero {
     height: 198px;
   }

   .pfc-mobile__avatar-img {
    width: 120px;
    height: 120px;
   }
   

   .pfc-mobile {
    top: -61px;
   }

   .pfc-mobile__name {
    font-size: 32px;
    margin: 10px 0 21px 0;
   }

   .pfc-mobile .ps-menu__link {
    font-size: 16px;
    padding-bottom: 20px;
   }

  .ps-menu__item.active  .ps-menu__indicator{
    opacity: 1;
   }


   .ps-menu__item:hover .ps-menu__indicator  {
      opacity: 1;
  }
  
   .pfc-mobile .ps-menu {
    margin-bottom: unset;
    text-align: left;
    display: flex;
    overflow-x: scroll;
    padding-bottom: 0;
  
   }

   

   .pfc-mobile .ps-menu::-webkit-scrollbar {
    -webkit-appearance: none;
    padding: 0;
    height: 0;
}

.pf-col {
  margin-top: -64px;
}

.pf-subtitle {
  font-size: 23px;
}

.pf-feature__title {
  font-size: 24px;
}

.pf-feature__icon {
  font-size: 22px;
}

.pf-copy {
  font-size: 16px;
}

.pf-divider {
  margin: 70px 0 52px 0;
}

.pf-row  .col-lg-6 {
  padding-left: 14px  !important;
  padding-right: 14px !important;
}

   

  /* ./Profile Mobile */

}


@media (max-width: 320px) {


  /* Profile Mobile */


  .section--pf-hero {
    height: 134px;
  }

  .pfc-mobile__avatar-img {
   width: 104px;
   height: 104px;
  }
  

  .pfc-mobile {
   top: -52px;
  }

  .pfc-mobile__name {
   font-size: 27px;
   margin: 6px 0 20px 0;
  }

  .pfc-mobile .ps-menu__link {
   font-size: 13px;
   padding-bottom: 16px;
  }

 .ps-menu__item.active  .ps-menu__indicator{
   opacity: 1;
  }


  .ps-menu__item:hover .ps-menu__indicator  {
     opacity: 1;
 }
 
  .pfc-mobile .ps-menu {
   margin-bottom: unset;
   text-align: left;
   display: flex;
   overflow-x: scroll;
   padding-bottom: 0;
 
  }

  

  .pfc-mobile .ps-menu::-webkit-scrollbar {
   -webkit-appearance: none;
   padding: 0;
   height: 0;
}

.pf-col {
 margin-top: -56px;
}

.pf-subtitle {
 font-size: 18px;
}

.pf-feature__title {
  font-size: 20px;
}

.pf-feature__icon {
  font-size: 19px;
}

.pf-copy {
 font-size: 13px;
}

.pf-divider {
 margin: 70px 0 52px 0;
}

.pf-row .col-lg-6 {
 padding-left: 10px  !important;
 padding-right: 10px !important;
}

  

 /* ./Profile Mobile */

}