.faculty.accordion-button::after {
    background-image: url("data:image/svg+xml,%3Csvg width='350' height='350' viewBox='0 0 350 350' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='185' width='350' height='20' rx='9' transform='rotate(90 185 0)' fill='%23282828'/%3E%3Crect y='165' width='350' height='20' rx='9' fill='%23282828'/%3E%3C/svg%3E");
}

.faculty.accordion-button:not(.collapsed)::after {
    background-image: url("data:image/svg+xml,%3Csvg width='350' height='350' viewBox='0 0 350 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='350' height='20' rx='9' fill='%23282828'/%3E%3C/svg%3E%0A");
}

.accordion-body dl, .accordion-body ol, .accordion-body ul {
    list-style: auto;
    margin: 1em 1em 1em 3em;
}

.accordion-body p {
    margin-bottom: 1rem;
}

@media (min-width: 768px) .col-md-12 {
	 width: unset;
}
 h1, h2, h3, h4, h5, h6 {
	 font-size: 2rem;
}
.section-desc {
    padding-bottom: 2em;
}

.custom-select {
    padding-top: 0.5rem;
    padding-right: 0.75rem;
    padding-bottom: 0.5rem;
    padding-left: 0.75rem;
}

.hh-directory .select-container:after {
    content: unset;
}

.pagination {
    display: inline-block;
    padding-left: 0;
    margin: 20px 0;
    border-radius: 4px;
}

.pagination>li {
    display: inline;
}

.pagination>li:first-child>a, .pagination>li:first-child>span {
    margin-left: 0;
    border-top-left-radius: 4px;
    border-bottom-left-radius: 4px;
}

.pagination>li>a, .pagination>li>span, .pagination-gap {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.42857143;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
}

.profile-link {
    text-decoration: underline;
    color: #325675 !important;
}


/*KFR modification for listing*/
.hh-directory .dirItem .panel .panel-title {
	 margin-top:0;
	margin-bottom:0px;
	 font-weight: bold;
	 font-size: larger;
}

.hh-directory .dirItem[class^="col-"], .hh-directory .row.dirSearchControls > [class^="col-"] {
	 padding-bottom: 40px;}


/* KFR modification for faculty profiles  */

.faculty-box {
    padding: 10px;
    background: #133D59;
    color: #fff;
    margin-bottom: 20px;
}

/* Kelli modifying for bootstrap row / col styling */

.faculty-img {
    margin-right: auto;
    margin-left: auto;
}

.faculty-img-long {
    float: left;
    background: none;
}

.faculty-name-top h1 {
    color: #fff
}

.faculty-name-nophoto h1 {
    margin-top: 10px;
    margin-bottom: 0px;
    color: #fff
}

.faculty-name-top p {
    float: left;
    margin-top: 5px;
    margin-bottom: 5px
}

.faculty-contact-info {
    padding: 5px 0px 5px 0px;
    color: #fff
}

.faculty-contact-info a {
    padding: 5px 0px 5px 0px;
    color: #fff
}

.faculty-appointments {
    padding: 5px 0px 5px 0px
}

.faculty-appointments p {
    padding: 5px 0px 5px 0px
}

.faculty-degrees {
    padding: 5px 0px 5px 0px
}

.faculty-degrees p {
    padding: 5px 0px 65px 0px
}

.faculty-degrees-long p {
    padding: 5px 0px 5px 0px
}

.faculty-honors {
    clear: both;
    margin-bottom: 15px !important
}

.faculty-honors h4 {
    clear: both;
    margin-top: 30px;
    margin-bottom: 5px !important
}

.faculty-honors p {
    margin-top: 5px;
    margin-bottom: 25px !important
}

.faculty-res-focus {
    clear: both;
    margin-bottom: 15px !important
}

.faculty-res-focus h4 {
    clear: both;
    margin-top: 30px;
    margin-bottom: 5px !important
}

.faculty-res-focus p {
    margin-top: 5px;
    margin-bottom: 25px !important
}

.faculty-pubs {
    clear: both;
    margin-bottom: 15px !important
}

.faculty-pubs h4 {
    margin-top: 5px;
    margin-bottom: 5px !important
}

.faculty-pubs p {
    margin-top: 5px;
    margin-bottom: 10px !important
}

.faculty-pubmed {
    clear: both;
    margin-bottom: 15px !important
}

.faculty-pubmed h4 {
    margin-top: 5px;
    margin-bottom: 15px !important
}

.faculty-pubmed p {
    font-weight: bold;
    margin-top: 5px;
    margin-bottom: 20px !important
}

.faculty-grants {
    clear: both;
    margin-bottom: 15px !important
}

.faculty-grants h4 {
    margin-top: 5px;
    margin-bottom: 5px !important
}

.faculty-grants p {
    margin-top: 5px;
    margin-bottom: 10px !important
}
