/*Faculty and Staff Search*/
.hfeed .entry-title{
    font-family: "IBM Plex Sans", Sans-serif;
    font-weight: 500;
    font-size: 40px;
    text-transform:uppercase;
    color: #00205c;
}
.faculty-staff-search-area > p{
    font-family: "IBM Plex Sans", Sans-serif;
    font-weight: 300;
    font-size: 18px;
    color: #00205c;
}
.faculty-staff-search-area .search-name-container {
    display: inline-block;
    width: 40%;
}
.faculty-staff-search-area .search-name-submit{
    width:19%;
}
.faculty-staff-search-area [type=submit]{
    border-radius: 0 !important;
    background-color: #f7fbff;
    border-style: solid;
    border-width: 3px 0px 0px 0px;
    border-color: #ffd040;
    font-family: "IBM Plex Sans", Sans-serif;
    font-weight: 700;
    letter-spacing: 2.7px;
    text-transform:uppercase;
    fill: #1e9dd8;
    color: #1e9dd8;
    display: block;
    width:100%;
    min-height:42px;
    padding-top: 0;
    padding-bottom: 0;
}
.faculty-staff-search-area [type=submit]:hover{
    background-color: #ffb50a;
    color: #fff;
}
.faculty-staff-search-area .search-name-container label{
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 12px;
    font-weight: 600;
    letter-spacing: 2px;
    text-transform:uppercase;
    color:#000c28;
}
.faculty-staff-search-area .search-name-container input{
    min-height:40px;
    color: #000c28;
    font-family: "IBM Plex Sans", Sans-serif;
    font-weight: 300;
    padding: .5rem 1rem;
    border: 1px solid #818a91;
}
.faculty-staff-search-area .submit-errors{
    font-size:14px;
    color:red;
}
.faculty-staff-search-area .error label{
    color:red;
}
.faculty-staff-search-area .error input{
    border-color:red;
}
.hfeed .breadcrumbs {
    padding: 0;
    margin: 0 0 8px;
    list-style: none;
    overflow: hidden;
    font-size: 12px;
    line-height: 19px;
    color: #003876;
}
.hfeed .article{
    padding-bottom:20px;
}
.hfeed .breadcrumbs li:first-child, .hfeed .breadcrumbs li:first-child {
    background: none;
    padding-left: 0;
}
.hfeed .breadcrumbs li{
    float: left;
    padding: 0 3px 0 8px;
    background: url(../images/arrow3.png) no-repeat 0 50%;
}
.hfeed .breadcrumbs li,
.hfeed .breadcrumbs li a{
    color: #00205c !important;
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 12px;
    font-weight: 700;
}
.hfeed .no-results{
    font-family: "IBM Plex Sans", Sans-serif;
    font-weight: 500;
    font-size: 24px;
    text-transform:uppercase;
    color: #00205c;
}
.bio-section .faculty-photo {
    display: none;
}
.faculty-data h1{
   margin-bottom:0 !important;                      
}
.faculty-data h1 {
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 20px;
    font-weight: 400;
    line-height: 1.5;
    color: #00205c;
}
.faculty-data h2{
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 12, 40); 
    margin-bottom:0 !important;  
}
.faculty-data .phone span,
.faculty-data .email a{
    font-size: 18px;
    font-family: "IBM Plex Sans-Serif", Sans-serif;
    font-weight: 300;
    line-height: 1.5;
    color: #1e9dd8;
}
.faculty-data .phone,
.faculty-data .email{
    display:inline-block;
}
.faculty-data .phone:after {
    content: "|";
    font-size: 15px;
    padding: 0 4px;
}
.faculty-data .meta a{   
    font-family: "IBM Plex Sans-Serif", Sans-serif;
    font-size: 18px;
    font-weight: 300;
    font-style: italic;
    line-height: 1.5;
    color: #000c28;
}
.faculty-data .location{
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 18px;
    font-weight: 400;
    color: rgb(0, 12, 40);   
}
.aside {
    margin: 75px 3px 0 0;
}    
.aside ul{
    list-style-type: none;
    padding-left:0 !important;
}
.aside ul li{
    margin-bottom: 10px;
    line-height: 15px;
}
.aside ul li a{
    color: #4B4D59 !important;
    font-family: "IBM Plex Sans", Sans-serif;
    font-size: 12px;
    font-weight: 700;
}
.abc-list {
    /* background: url(../images/sep-10.png) no-repeat scroll 100% 9px transparent; */
    list-style: none outside none !important;
    /* margin: 0 18px 0 -1px !important; */
    overflow: hidden !important;
    padding: 7px 0 25px !important;
}
.abc-list li {
    background: url(../images/sep-10.png) no-repeat scroll 0 2px transparent !important;
    float: left;
    font: 15px/18px 'IBM Plex Sans',sans-serif;
    text-transform: uppercase;
    min-width:20px;
}
.abc-list li a {
    display: block;
    text-align: center;
    text-decoration: none !important;
    color: #00205c !important;
}
.abc-list li a:hover {
    color: #4B4D59 !important;
}
@media screen and (min-width:768px){
    .aside {
        float: left;
        width: 20%;
        margin: 75px 3px 0 0;
    }  
    #content.content-right {
        float: right;
        width:79%;
    }
}
@media screen and (max-width:767px){
    #content.content-right,
    #content.content-right+.aside{
        float:none;
        width:100%;
   }
   #content.content-right {
        float: none;
        width:100%;
    }
    .aside {
        float: none;
        width: 100%;
    }          
}
@media screen and (max-width:768px){
    .faculty-staff-search-area .search-name-container {
        display: inline-block;
        width: 100%;
    }
    .faculty-staff-search-area .search-name-submit{
        width:100%;
    }     
}

/*Print CSS for Admissions and Related*/
@media print{
    @page { 
        margin: 0cm !important; size: auto; 
    }
    * {
        -webkit-print-color-adjust:exact;
    }
    a[href]:after {
        content: none !important;
    }
    section.elementor-element.elementor-element-d4eff25{
        position: static !important;
    }
    section.elementor-element.elementor-element-d4eff25.elementor-section-content-middle.elementor-section-full_width.elementor-hidden-desktop.elementor-hidden-tablet.elementor-section-height-default.elementor-section-height-default.elementor-section.elementor-top-section.elementor-sticky.elementor-sticky__spacer{
        display:none;
    }
    /*Admissions*/
    .elementor-20 .elementor-element.elementor-element-fad6ddd{
        padding:0 !important;
    }
    .elementor-column-wrap.elementor-element-populated{
        border-width:0 !important;
    }
    h2 {
        page-break-after: avoid;
      }
}