#teams-view {
    padding: 0 10px;
}
#teams-view #tv-infoload{
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 100px 0;
}
#teams-view #tv-header {
    display: flex;
    justify-content: flex-end;
    flex-wrap: wrap;
    margin-bottom: 60px;
}
#teams-view #tv-header ul {
    list-style: none!important;
    display: flex;
    flex-direction: row;
    flex-grow: 1;
    margin-top: 8px;
    margin-bottom: 20px;
}
#teams-view #tv-header ul .tv-cat-item {
    cursor: pointer;
    height: 30px;
    margin: 0 8px;
    padding: 5px 10px;
    border-bottom: solid 2px #ffffff;
    text-transform: uppercase!important;
    font-size: 0.9em;
    font-weight: 600;
    color: #21409a;
    white-space: nowrap;
}
#teams-view #tv-header ul .tv-cat-item:hover {
    border-bottom: solid 2px #67DBB4;
}
#teams-view #tv-header ul .tv-cat-item.active {
    border-bottom: solid 2px #67DBB4;
}
#teams-view #tv-titlecat {
    display: flex;
    justify-content: space-between;
    margin-bottom: 40px;
}
#teams-view #tv-titlecat span{
    padding-right: 0.8em;
}
#teams-view #tv-filters {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    line-height: 1.1;
}
#teams-view #tv-filters > * {
    width: auto;
}
#teams-view #tv-filters .dropdown-list-header.d-flex.a-center.j-space-between .f-bold{
    font-size: 18px;
}
#teams-view #tv-filters .dropdown-filter-item span {
    font-weight: 400;
}
#teams-view #tv-filters > span {
    margin-right: 20px;
    font-weight: normal;
    font-size: 0.7em;
    white-space: nowrap;
}
#teams-view #tv-filters select{
    border: 2px solid #00af74;
}
.tv-accordion-group.active div {
    display: block !important;
}
#teams-view #tv-filters .dropdown-list.light {
    width: 100%;
}
#teams-view #tv-filters > #tv-job-title,
#teams-view #tv-filters > #tv-locations, #teams-view #tv-filters > #tv-teams {
    margin: 0 7px;
    box-shadow: none;
    outline: none;
    border-radius: 0;
    width: 250px;
}
#teams-view #tv-search {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    height: 45px;

}
#teams-view #tv-search input::placeholder {
    color: #a8a9aa;
}
#teams-view #tv-search input {
    width: 250px;
    height: 45px;
    background-color: #edf3f5;
    border: none;
    outline: none;
    box-shadow: none;
    color: #a8a9aa;
}
#teams-view #tv-search img {
    cursor: pointer;
    height: 45px;
    width: auto;
}
li.tv-people-item > a:before {
    content: none !important;
}
#teams-view #tv-content .tv-peoples {
    list-style: none!important;
    display: flex;
    flex-wrap: wrap;
}
#teams-view #tv-content .tv-peoples .tv-people-item {
    width: 20%;
    flex: 1 1 auto;
    min-width: 220px;
    max-width: 280px;
    padding: 10px;
    margin-bottom: 50px;
}
#teams-view #tv-content .tv-peoples .tv-people-item .image-people {
    display: flex;
    width: 170px;
    height: 170px;
    margin-bottom: 20px;
    background-repeat: no-repeat;
    background-size: cover;
    border-radius: 50%;
    background-position: center;
}

#teams-view #tv-content .tv-peoples .tv-people-item h3 a {
    margin: 0;
    padding: 0 10px;
    text-decoration: none;
    text-transform: uppercase!important;
    font-weight: 600;
    font-size: 0.6em;
    color: #67DBB4;
    display: block;
    line-height: 20px;
}
#teams-view #tv-content-response .tv-peoples .tv-people-item h3 a:hover:before,
#teams-view #tv-content .tv-peoples .tv-people-item h3 a:hover:before {
 content: none;
}
#teams-view #tv-content .tv-peoples .tv-people-item h3 {
    margin: 0 0 4px;
}
#teams-view #tv-content .tv-peoples .tv-people-item h5 {
    padding: 0 10px;
    font-weight: 600;
    font-size: 1em;
    color: #000000;
    line-height: 20px;
    margin-top: 4px;
    margin-bottom: 6px;
}

#teams-view #tv-content .tv-peoples .tv-people-item span {
    padding: 0 10px;
    line-height: 20px;
    text-align: left;
    display: block;
}

#teams-view #tv-content-response .tv-accordion-group .tv-accordion-body-part,
#teams-view #tv-content .tv-accordion-group .tv-accordion-body-part{display:none;padding: 19px 25px;}

#teams-view #tv-content-response .tv-accordion-group,
#teams-view #tv-content .tv-accordion-group{margin-top: -1px;border-top: solid 1px #67DBB4;border-bottom: solid 1px #67DBB4;}

#teams-view #tv-content-response .tv-accordion-group .tv-accordion-title,
#teams-view #tv-content .tv-accordion-group .tv-accordion-title{display: block;padding: 14px 14px;font-size: 22px;font-weight: bold;color: #000000;}

#teams-view #tv-content-response .tv-accordion-group .tv-accordion-title.enabled,
#teams-view #tv-content .tv-accordion-group .tv-accordion-title.enabled{pointer-events: none!important;color: #a8a9aa;}

#teams-view #tv-content-response .tv-accordion-group .tv-accordion-title.enabled::after,
#teams-view #tv-content .tv-accordion-group .tv-accordion-title.enabled::after{content: none;}

#teams-view #tv-content-response .tv-accordion-group .tv-accordion-title::after,
#teams-view #tv-content .tv-accordion-group .tv-accordion-title::after{content:"+";margin-top: -28px;float:right;font-size: 2.5em;font-weight: normal;cursor: pointer;color: #67DBB4;}

#teams-view #tv-content-response .tv-accordion .tv-accordion-group.active .tv-accordion-title::after,
#teams-view #tv-content .tv-accordion .tv-accordion-group.active .tv-accordion-title::after{content:"\00d7";}

#teams-view #tv-content-response .tv-accordion .tv-accordion-group.active > a ,
#teams-view #tv-content .tv-accordion .tv-accordion-group.active > a { background-color: #edf3f5;}

#teams-view #tv-content-response .tv-accordion .tv-accordion-group:hover > a,
#teams-view #tv-content .tv-accordion .tv-accordion-group:hover > a { background-color: #edf3f5;}
@media only screen and (max-width: 667px) {
    #teams-view #tv-search input{
        width: 87% !important;
    }
    #teams-view #tv-filters > span {
        display: block;
        width: 100%;
    }
    #teams-view #tv-content .tv-peoples .tv-people-item {
        width: 100%;
        text-align: center;
    }
}
@media only screen and (min-width: 680px) and (max-width: 700px){
    #teams-view #tv-search input{
        width: 87% !important;
    }
    #teams-view #tv-filters > #tv-job-title,
    #teams-view #tv-filters > #tv-locations,
    #teams-view #tv-filters > #tv-teams{
        width: 280px !important;
    }

}

@media only screen and (min-width: 640px) and (max-width: 768px) {
    #teams-view #tv-search input {
        width: 90%;
    }
    #teams-view #tv-content .tv-peoples .tv-people-item {
        width: 50%;
        text-align: center;
    }
}
@media only screen and (min-width: 820px) and (max-width: 1200px){
    #teams-view #tv-filters > #tv-job-title,
    #teams-view #tv-filters > #tv-locations,
    #teams-view #tv-filters > #tv-teams {
        width: 220px !important;
    }
}
/* Extra small devices (phones, 600px and down) */
@media only screen and (min-width: 360px) and (max-width: 768px) {
    #teams-view #tv-search input{
        width: 90%;
    }
    #teams-view #tv-header {
        flex-direction: column;
        margin-bottom: 30px;
    }
    #teams-view .d-flex.j-center.a-center.dropdown-button-wrapper.d-lg-none.d-xl-none{
        display: none !important;
    }
    #teams-view #tv-content .tv-peoples .tv-people-item .image-people {
        margin: 0 auto;
    }
    #teams-view #tv-content .tv-peoples .tv-people-item h3 {
        margin: 0 2rem;
        text-align: center;
    }
    #teams-view #tv-content .tv-peoples .tv-people-item h5 {
        margin: 0 2rem;
        text-align: center;
    }
    #teams-view #tv-content .tv-peoples .tv-people-item span {
        margin: 0 2rem;
        text-align: center;
    }

    #teams-view #tv-filters > #tv-job-title,
    #teams-view #tv-filters > #tv-locations, #teams-view #tv-filters > #tv-teams {
        width: 315px;
        margin-bottom: 10px;
        padding: 0 !important;
        margin-left: 0;
    }
    #teams-view #tv-titlecat {
        flex-direction: column;
    }
    #teams-view #tv-header ul {
        flex-direction: column;
        margin-bottom: 0;
        padding: 0;
    }
    #teams-view #tv-header ul .tv-cat-item {
        margin: 0;
        height: auto;
        padding: 10px 0;
    }
    #teams-view #tv-filters {
        flex-wrap: wrap;
        justify-content: flex-start;
    }
    #teams-view #tv-filters #tv-teams .dropdown-filter .midcap-button {
        display: none;
    }
    #teams-view #tv-filters #tv-search input {
        width: 120px;
    }

}
#teams-view #team-search{
    display: flex;
}
#teams-view #team-search input {
    width: 90%;
    height: 45px;
    background-color: #edf3f5;
    border: none;
    outline: none;
    box-shadow: none;
    color: #a8a9aa;
}
#teams-view .elementor-element-populated {
    display: flex;
    justify-content: end;
    align-items: center;
}
#teams-view .elementor-element-populated div {
    width: auto;
}
#teams-view .elementor-element-populated span.elementor-heading-title.elementor-size-default {
    font-weight: bold;
}
#tv-content-response  a.tv-accordion-title {
    font-family: "Titillium Web";
    letter-spacing: 0;
}
#tv-content-response .tv-peoples{
    display: flex;
    flex-wrap: wrap;
    margin: 30px 0;
    justify-content: space-around;
}
#tv-content-response li.tv-people-item{
    display: flex;
    width: 300px;
    height: auto;
    margin: 20px 0;
    align-items: center;
}
#tv-content-response li .item-image {
    width: 114.6px;
    margin-right: 20px;
}
#tv-content-response li .item-image  div{
    width: 120px;
    height: 120px;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 50%;
    background-position: center;
}
#tv-content-response li  .item-content  h3{
    margin: 0;
}
#tv-content-response li  .item-content  h3 a{
    width: 170px;
    color: #00AF74;
    font-family: "Titillium Web";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0.4px;
    line-height: 18px;
    margin: 0;
    text-transform: uppercase;
}
#tv-content-response li  .item-content  h5{
    width: 170px;
    color: #000000;
    font-family: "Titillium Web";
    font-size: 14px;
    font-weight: bold;
    letter-spacing: 0;
    line-height: 20px;
    margin: 0;
}
#tv-content-response li .item-content  span{
    height: 40px;
    width: 170px;
    color: #000000;
    font-family: "Titillium Web";
    font-size: 14px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 18px;
    margin: 0;
    display: block;
}
.title-group{
    color: #000000 !important;
    font-family: "Titillium Web";
    font-size: 24px;
    letter-spacing: 0;
    line-height: 30px;
    margin: 20px 0 !important;
    display: block;
}

#teams-view #tv-content-response .tv-accordion-group .tv-accordion-title {
    font-family: "Titillium Web";
    font-size: 20px !important;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 30px;
    position: relative;
}
#teams-view #tv-content-response .tv-accordion-group .tv-accordion-title::after {
    position: absolute;
    right: 0;
    top: 50%;
    bottom: 0;
}
.tv-secction-group.group-simple .tv-secction-body-part {
    display: block !important;
}
div#tv-filters > div {
    margin-left: 20px;
    position: relative;
}
.dropdown-filter-teams {
    font-size: 20px;
    height: 54px;
    max-width: 350px;
    padding: 10px 20px;
    width: 100%;
    background: transparent;
    border: 2px solid #00af74;
    color: #000;
}
.dropdown-filter-teams .dropdown-title {
    font-weight: 500;
}
#tv-filters .dropdown-list-teams {
    background-color: #fff;
    border: 2px solid #00af74;
    max-height: 340px;
    overflow-y: scroll;
    padding: 10px 0;
    position: absolute;
    right: 0;
    scrollbar-color: #00af74 #fff;
    top: 0;
    width: 350px;
    z-index: 1;
    -ms-overflow-style: none;
    scrollbar-width: none;
}
#tv-filters .dropdown-list-teams::-webkit-scrollbar {
    display: none;
}
#tv-filters .dropdown-list-teams .dropdown-filter-overlay-team {
    display: block;
    width: 100%;
    height: 20px;
    position: absolute;
}
#tv-filters .dropdown-list-teams span.dropdown-filter-title {
    font-weight: 400;
}
#tv-filters .dropdown-list-teams .dropdown-list-header {
    font-size: 20px;
}
div#filters-row-items-teams .filter-row-item {
    float: left;
    margin-right: 20px;
}
div#filters-row-teams {
    display: flex;
    justify-content: space-between;
    margin: 20px 0;
}