@import url('../fonts/Tiempos/TiemposHeadline-Medium.otf');
.agentpostScroll {
    margin-top: -90px;
    position: absolute;
}

#section-aboutagent {
    min-height: 350px;
    /* padding: 60px 0 60px 0; */
    text-align: center;
    display: block;
    position: relative;
    width: 100%;
    z-index: 10;
    background-color: #000;
    overflow-x: hidden !important;
}

#section-aboutagent::after {
    content: "";
    /*background-image: url('../images/line-bg.png');*/
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    position: absolute;
    z-index: -1;
    background-position: center;
}

#section-aboutagent .aboutTitle {
    padding: 10px 5px;
}

#section-aboutagent .aboutTitle h1 {
    padding: 17px;
    background: #000;
    font-family: 'CompassSans-Bold';
    color: #fff;
}

#section-aboutagent .aboutTitle h1 .aboutTitleBg {
    padding: 24px;
}

.main-logo {
    /*max-height: 4rem;*/
    /* max-width: 5rem; */
    width: 5rem;
    height: 5rem;
    object-fit: cover;
}

.co-list-agent-logo {
    max-height: 5rem;
    max-width: 5rem;
}

.agent-image .agent_headshot {
    width: 14rem;
    text-align: left;
    /*background: #000;*/
    /*padding: 30px;*/
}

.agent-title h1 {
    position: relative;
    background: #ffffff;
    display: inline-block;
    z-index: 2;
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 25px 2rem;
}

.agent-title::after {
    content: " ";
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 1px;
    margin-top: 1px;
    background: #dee2e6;
}

.agent-info {
    color: #3e4247;
    font-size: 16px !important;
    font-family: "CompassSans-Regular" !important;
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    text-align: left;
    background: #fff;
    padding: 26px;
    margin-left: 5rem;
}

.agent-info>* {
    font-family: "CompassSans-Regular" !important;
}

.agent-details h3 {
    font-family: 'CompassSans-Bold';
    font-size: 22px;
    color: #303339;
}

#section-aboutagent .info_section {
    padding: 50px 0;
    /* display: inline-block; */
}

.agent_hr {
    content: "";
    display: inline-block;
    padding-left: 5px;
    padding-right: 5px;
    background-color: #e0e0e0;
    width: 100%;
    height: 1px;
    margin-bottom: 13.5px;
}

.features-buttons {
    font-family: "CompassSans-Regular";
}

.full_content .agent-details {
    max-height: none;
}

.full_content .read_less {
    display: inline-block;
    padding: 0.5rem .9rem;
    font-size: 12px;
}

.full_content .read_less:hover {
    padding: 0.5rem .9rem;
    font-size: 12px;
}

.full_content .read_more {
    display: none;
}

.read_less {
    display: none;
}

@media (max-width: 767px) {
    .agent-info {
        margin-left: 0px !important;
        padding: 15px !important;
    }
}

@media (max-width: 766px) {
    .agent-info {
        margin-left: 0;
        margin-top: 50px !important;
    }
}

@media (max-width: 992px) {
    .agent-info {
        margin-left: 0;
        margin-top: 85px !important;
    }
}

.read_more .fa-circle:nth-child(1),
.read_more .fa-circle:nth-child(2) {
    margin-right: .15rem !important;
}

.agent-image .needle_col {
    float: left;
    width: 14.28%;
}

.needle_line {
    width: 100%;
    opacity: 0;
    animation-iteration-count: 1;
    animation-fill-mode: forwards;
}

.agent-image .needle_row {
    width: 14rem;
    margin: 5% auto;
}

.needle_col:nth-child(1)>img {
    animation-delay: 0.1s;
}

.needle_col:nth-child(2)>img {
    animation-delay: 0.3s;
}

.needle_col:nth-child(3)>img {
    animation-delay: 0.5s;
}

.needle_col:nth-child(4)>img {
    animation-delay: 0.7s;
}

.needle_col:nth-child(5)>img {
    animation-delay: 0.9s;
}

.needle_col:nth-child(6)>img {
    animation-delay: 1.1s;
}

.needle_col:nth-child(7)>img {
    animation-delay: 1.2s;
}

@keyframes fadeIn {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.agent-bio-wrapper .agent-bio-text {
    max-height: 15rem;
    -webkit-transition: 0.2s max-height;
    transition: 0.2s max-height;
    overflow: hidden;
}

.agent-bio-text-wrap * {
    font-family: 'CompassSans-Regular' !important;
    /*font-size: 16px;*/
}

.agent-bio-text {
    max-height: 15rem;
    overflow: hidden;
}

.agent-bio-wrapper .agent-bio-text p {
    margin-bottom: 1.5rem;
}

.agent-bio-wrapper.fullvisible .agent-bio-text {
    max-height: none;
}

.agent-bio-wrapper.fullvisible .agent-bio-collapse {
    display: inline-block;
    padding: 0.5rem .9rem;
    font-size: 12px;
}

.agent-bio-wrapper .fullvisible .agent-bio-collapse:hover {
    padding: 0.5rem .9rem;
    font-size: 12px;
}

.agent-bio-wrapper.fullvisible .agent-bio-expand {
    display: none;
}

.agent-bio-wrapper .agent-bio-collapse {
    display: none;
}

.agent-bio-expand .fa-circle:nth-child(1),
.agent-bio-expand .fa-circle:nth-child(2) {
    margin-right: .15rem!important;
}

.agent-bio-text-wrap {
    word-break: break-word;
}

.agent-bio-text p,
.agent-bio-text span,
.agent-bio-text div {
    text-indent: initial !important;
}

.agent-bio-text .symbol {
    font-family: Symbol !important;
}