@charset "utf-8";
/* CSS Document */
/***** scaledown overlapping text fix ******/

.alist.bio .item .bio-wrap .top
{
height: unset !important;
}

/***************************************************
   LAST NAME SEARCH
***************************************************/
div#dnn_ContentPanePage8X {
    padding: 0;
}
.da_index {
    display: block;
    position: relative;
} 
.da_index::after {
    content: '';
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    height: 100%;
    width: 20px;
    background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
    background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
}
.da_index ul {
    display: flex;
    flex-wrap: nowrap;
    gap: 0;
    padding-right: 20px;
    overflow-x: scroll;
}
.da_index ul::-webkit-scrollbar {
  height: 1px;
}
.da_index ul::-webkit-scrollbar-track {
  background-color: #ffffff;
  border-radius: 0;
}
.da_index ul::-webkit-scrollbar-thumb {
  border-radius: 0;
  border: 0 solid transparent;
  background-clip: content-box;
  background-color: #fff;
}
/*.da_index ul::-webkit-scrollbar {
  height: 8px;
}
.da_index ul::-webkit-scrollbar-track {
  background: #fff;
}
.da_index ul::-webkit-scrollbar-thumb {
  background: #355e93; 
  border-radius:8px;
}
.da_index ul::-webkit-scrollbar-thumb:hover {
    background: #555; 
}*/

.da_index li {
    flex: 1;
    text-align: center;
    font-size: 18px;
}
.da_index li span {
    display: block;
    font-weight: bold;
    text-transform: uppercase;
    color: #333;
    min-width: 95px;
    margin-right: 5px;
    font-size: 16px;
    padding: 10px 0;
}
.da_index li a {
    display: block;
    width: 100%;
    background: #fff;
    color: #717171;
    padding: 10px 0;
    min-width: 25px;
}
.da_index li a:hover {
    background: #355e93;
    color: #fff;
    text-decoration: none;
}

/***************************************************
   BIOGRAPHY SEARCH/FILTER
***************************************************/
.DnnModule-2070,
.DnnModule-2071,
.DnnModule-5185 {
    position: absolute;
    top: 0;
    right: -50%;
    width: 50%;
    z-index: 2;
}
.DnnModule-2070.DnnModule-Admin,
.DnnModule-2071.DnnModule-Admin,
.DnnModule-5185.DnnModule-Admin {
    position: relative;
    right: 0;
    width: 100%;
}
.alist.bio .item-container {
   
    -ms-flex: 1 0 33% !important;
    flex: 1 0 33% !important;
}
.alist.bio .item {
    margin-top: 0;
}
.alist.bio .item .bio-content-wrapper {
    padding: 30px 15px 5px;
}
.bio-job-title {
    font-size:16px;
}
.alist.bio .item .bio-wrap .line-wrapper {
    height: 20px;
}
.alist.bio .item .bio-wrap .bio-center h2 {
    font-size: 1.4rem;
}

/***** SEARCH *****/
.sidebar-search .sidebar-section-inner {
}
.sidebar-search .afilter input,
.sidebar-search .afilter select {
    font-size: 18px !important;
}

/***** BIOS LIST *****/
.bio-list-wrap {
}

/***** SEARCH TOGGLE *****/
.mobile-search-toggle {
    display: none;
    position: absolute;
    top: 0;
    right: 0;
    width: 48px;
    height: 48px;
    text-align: center;
    color: #333;
    background: #ebeff5;
}
.mobile-search-toggle:hover {
    cursor: pointer;
}
.mobile-search-toggle .fa-search {
    position: relative;
    top: 12px;
}

/***************************************************
   RESPONSIVE
***************************************************/
@media only screen and (max-width: 1200px) {
    #ContentPanePage84 {
        display: flex;
        flex-direction: column-reverse;
    }
    .page-wrap {
        padding: 0;
    }
    .alist.bio {
        padding: 2.25rem;
    }
    .DnnModule-2070,
    .DnnModule-2071,
    .DnnModule-5185 {
        position: relative;
        right: 0;
        width: 100%;
    }

}
@media only screen and (max-width: 1199px) {
   .afilter .items {
 
    padding: 15px 15px 0;
}
	
	.alist.bio {
        padding: 15px 2.25rem 60px;
        margin: 0;
    }
    .last-name-wrap {
        margin-right: 15px;
    }
    /*.last-name-wrap::after {
        content: '';
        display: block;
        position: absolute;
        top: 0;
        right: 0;
        height: 100%;
        width: 20px;
        background: -moz-linear-gradient(left, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 100%);
        background: -webkit-linear-gradient(left, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        background: linear-gradient(to right, rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff',GradientType=1 );
    }*/
    .da_index ul {
        padding: 0 20px 0 15px;
    }
    .da_index ul li a {
        background: transparent;
        font-size: 16px;
        text-transform: none;
        letter-spacing: 0;
        color: #717171;
        margin: 0;
        padding: 13px 10px 16px;
    }
    .da_index li span {
        padding: 13px 0 16px;
    }
    .mobile-search-toggle {
        display: none;
    }
    .sidebar-search {
        display: none;
        background: #ebeff5;
        padding: 15px 15px 15px;
        margin: -1px 0 0;
    }
    .sidebar-search-section h2.tab-title,
    .sidebar-search h2.tab-title {
        display: none;
    }
    .sidebar-search-section .sidebar-section-inner,
    .sidebar-search .sidebar-section-inner {
        border: none;
        padding: 0 5px;
        background: none;
    }
    .sidebar-search.active {
        display: block;
    }
    .afilter .startend-date-picker {
        display: flex;
    }
    .afilter .startend-date-picker div:first-child {
        margin-right: 15px;
        padding-bottom: 0;
    }

}
@media (max-width: 768px) {
   .afilter .items {
   
    padding: 0 15px;
}
	.alist.bio {
        padding: 0 15px 60px;
        margin: 0;
    }
    .da_index li a {
        min-width: 35px;
    }
    .sidebar-search-section .afilter .search input {
        margin-top: 0;
    }
    .sidebar-search {
        margin: -1px 0 15px;
    }
    .afilter .startend-date-picker {
        display: block;
    }
    .afilter .startend-date-picker div:first-child {
        margin-right: 0;
        padding-bottom: 15px;
    }
    .alist.bio .item-container {
        max-width: 50% !important;
        -ms-flex: 1 0 50% !important;
        flex: 1 0 50% !important;
    }
}
@media (max-width: 576px) {
    .alist.bio .item-container {
        max-width: 100% !important;
        -ms-flex: 1 0 100% !important;
        flex: 1 0 100% !important;
    }
    .alist.bio .item .bio-wrap {
        height: auto !important;
    }
    .alist.bio .item .bio-wrap .bio-center {
        min-height: 0 !important;
        padding: 10px 0px 5px;
    }
    
}


/***************************************************
   end.
***************************************************/