#team-member {
    font-family: 'FortBook', sans-serif;
    font-size: 13px;
    margin-top: 20px;
}

#team-member .row.padding-row {
    padding: 0 15px;
}

#team-member .team-member-item {
    height: 440px;
}

#team-member .meta-wrapper {
    padding-right: 20px;
}

#team-member .member-image-outer {
    overflow: hidden;
    border: 1px solid #fff;
}

#team-member .member-image {
    display: block;
    background-size: cover;
    height: 243px;
    background-position: center center;
}

#team-member .full-name {
    font-family: 'FortBold', sans-serif;
    font-size: 15px;
    margin-top: 6px;
}

#team-member ul.territory {
    padding-left: 0;
    margin: 6px 0;
    text-transform: uppercase;
}

#team-member ul.territory li {
    float: left;
    list-style: none;
    margin-right: 2px;
}

#team-member ul.territory li:before {
    display: inline-block;
    content: ' / ';
    margin: 0 2px;
}

#team-member ul.territory li:first-child:before {
    content: none;
}

#team-member .division {
    margin: 6px 0;
}

#team-member .office {
    margin: 6px 0;
}

.about-footer {
    background: #F7f7f7;
    padding: 12px 12px 2px;
    margin-top: 0;
}

.about-footer-header {
    color: #000;
    font-family: 'ShiftBook', serif;
    font-size: 22px;
    padding-bottom: 8px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
}

.sort-btn.btn {
    background-color: #fff;
    border: 1px solid #ccc;
    color: #555;
    width: 320px;
    text-align: left;
}

.dropdown i.fa.fa-angle-down {
    margin-left: 15px;
    margin-top: 3px;
    float: right;
}

#about ul.dropdown-menu {
    width: 320px;
}

.page-template-page-about .select2-selection--single {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    padding: 3px;
    font-size: 13px;
    height: 33px;
}

.page-template-page-about .select2-selection__placeholder {
    color: #555;
    font-size: 14px;
}

.page-template-page-about .select2-selection__rendered {
    color: #444;
    line-height: 23px;
}

.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #F5F5F5;
    color: #212529;
}

.about-content-reps ul,
.about-content ul {
	padding-left: 15px;
}
.about-content-reps p, .about-content-reps li{
	line-height: 22px;
}
.field-reps {
    background: #f9f9f9;
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    margin-top: 32px;
    padding-top: 20px;
    padding-bottom: 10px;
}

.field-reps__rep-single, .category-reps__rep-single {
    padding: 20px;
    background: #fff;
    border: 1px solid #eee;
}
.rep-single {
    margin-top: 20px;
}
.category-reps__rep-single {
    background-color: #f9f9f9;
}

.rep-single div div {
    margin-bottom: 7px;
    font-family: 'FortBook', sans-serif;
    font-size: 12px;
    color: #222;
    -webkit-font-smoothing: antialiased;
}

.field-reps div.field-reps__title, .category-reps div.category-reps__title {
    font-family: 'FortBold', sans-serif;
    color: #222;
    line-height: 16px;
    font-size: 16px;
	margin-top:3px;
	margin-bottom: 6px;
}

.category-reps h3, .field-reps h3 {
    margin-top: 0;
    margin-bottom: 12px;
}

.rep-single div.field-reps__image, .rep-single div.category-reps__image {
	background: #fff;
	border: 1px solid #eee;
	margin-bottom: 12px;
}

.field-reps__image img, .category-reps__image img {
    width: 100%;
    height: auto;
}

.about_us_content ul,
.about-content-reps ul {
    padding-left: 1.56em;
}

.about_us_content ul li,
.about-content-reps ul li {
    margin-top: 10px;
}

@media (min-width: 992px) {
    .category-reps {
        padding-top: 60px;
        padding-bottom: 30px;
    }

    .field-reps {
        padding-top: 30px;
        padding-bottom: 30px;
    }

}

@media only screen and (max-width: 991px) and (min-width: 720px) {
    .category-reps, .field-reps {
        padding-top: 30px;
        padding-bottom: 60px;
    }
}

@media (max-width: 719px) {
    .category-reps, .field-reps {
        padding-top: 30px;
        padding-bottom: 30px;
    }

    .reps__selectbox {
        margin-bottom: 30px;
    }

    .field-reps__rep-single, .category-reps__rep-single {
        margin-top: 0;
        padding: 0;
        background: none;
        border: 0;
    }

}