/* Faculty list page */

#s4-workspace .faculty-search input[type=text] {
    width: 87%;
    background: #efefef;
    border: none;
    /*  height: 35px;*/
    outline: none;
}

#s4-workspace .faculty-search input[type=submit] {
    width: 13%;
    background: red;
    border: none;
    height: 35px;
    outline: none;
}

#s4-workspace .search-results-container {
    margin-top: 20px;
}

#s4-workspace .faculty-filter h3 {
    position: relative;
    margin-bottom: 0;
    padding: 7px;
    cursor: pointer;
    color: #fff;
    vertical-align: text-bottom;
    background: #01a6aa;
    font-size: 18px;
}


#s4-workspace .faculty-filter ul {
    list-style: none;
    padding: 0;
}

#s4-workspace .faculty-filter > ul {
    display: none;
    margin-top: 2px;
}

#s4-workspace .faculty-filter li a {
    position: relative;
    display: block;
    padding: 6px;
    color: #fff;
    background: rgb(188,182,168);
}

#s4-workspace .faculty-filter li div {
    display: none;
    padding-bottom: 15px;
    background: #aaa598;
}

    #s4-workspace .faculty-filter li div.open {
        display: block;
        z-index: 10;
    }

    #s4-workspace .faculty-filter li div li a {
        background: none;
        padding-left: 20px;
    }

#s4-workspace .soon {
    background: #F5ECD7;
    display: flex;
    color: #b58105;
    padding: 0px 5px 2px 7px;
    margin-top: 4px;
    font-size: 15px;
}

#s4-workspace .faculty-filter li div li:hover {
    background: #867f6d;
}

#s4-workspace .faculty-filter h3 .icon, #s4-workspace .faculty-filter li a .icon {
    position: absolute;
    left: 8px;
    top: 8px;
}

#s4-workspace .faculty-filter li:first-child a .icon {
    visibility: hidden;
}

#s4-workspace .faculty-filter li a.active {
    background: #aaa598;
}

    #s4-workspace .faculty-filter h3.active .icon:before, #s4-workspace .faculty-filter li a.active .icon:before {
        content: "l";
        font-size: 12px !important;
    }

#s4-workspace .faculty-tag-new {
    margin-top: 1em;
}

#s4-workspace .faculty-tag {
    margin-top: 1em;
    border-top: 1px solid #eee;
}



#s4-workspace ul.faculty {
    display: table;
    list-style: none;
    padding: 0;
    margin-left: -4%;
    overflow: hidden;
}

    #s4-workspace ul.faculty li {
        display: inline-block;
        /* float: left;*/
        margin: 0 0 4% 0%;
        width: 16%;
        vertical-align: top;
    }

        #s4-workspace ul.faculty li:nth-last-child(-n+4) {
            margin-bottom: 1%;
        }

        #s4-workspace ul.faculty li a {
            display: block;
        }

            #s4-workspace ul.faculty li a:hover img {
                opacity: 0.5;
            }

        #s4-workspace ul.faculty li img {
            display: block;
            width: 100%;
            opacity: 1;
            min-height: 100%;
            /*position: absolute;*/
            top: 0;
            left: 0;
        }

        #s4-workspace ul.faculty li .faculty-list-img {
            opacity: 1;
            /*padding-top: 100%;*/
            overflow: hidden;
            position: relative;
        }

        #s4-workspace ul.faculty li .info {
            padding: 10px 0px !important;
            height: auto;
            overflow: hidden;
            font-size: 16px;
            color: #939393;
        }

            #s4-workspace ul.faculty li .info span.name {
                font-family: "NeueLTArabic-Roman";
                display: block;
                text-transform: uppercase;
                font-size: 18px;
                color: #2a3036;
                margin-bottom: 5px;
            }

.autocomplete-suggestion,
.autocomplete-no-suggestion {
    overflow: hidden;
    padding: 2px 5px;
    white-space: nowrap;
}

.autocomplete-suggestions {
    background: #fff none repeat scroll 0 0;
    border: 1px solid #999;
    box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64);
    cursor: default;
    overflow: auto;
    width: 318px !important;
}

.autocomplete-suggestions {
    position: absolute !important;
}

/* Profile page */

#s4-workspace .coming {
}



#s4-workspace .tint {
    position: relative;
    cursor: pointer;
}

#s4-workspace
#s4-workspace .tint:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    background: rgba(155,155,155, 0.7);
    -moz-transition: background .3s linear;
    -webkit-transition: background .3s linear;
    -o-transition: background .3s linear;
    transition: background .3s linear;
    content: "Joining Soon";
    margin: 120px 10px 10px 10px;
    text-align: center;
    color: #fff;
    padding-top: 3px;
}




#s4-workspace .tint:hover::before {
    background: none;
    z-index: 0;
    content: "";
}

#s4-workspace .faculty-profile {
    overflow: hidden;
    padding-bottom: 10px;
    margin-top: 0.5em;
}

    #s4-workspace .faculty-profile .image {
        float: right;
        width: 25%;
    }

        #s4-workspace .faculty-profile .image img {
            width: 100%;
        }

    #s4-workspace .faculty-profile .bio {
        float: left;
        width: 71%;
    }


        #s4-workspace .faculty-profile .bio h1 {
            margin: 0;
            margin-bottom: 15px;
            text-transform: uppercase;
        }

        #s4-workspace .faculty-profile .bio h4 {
            margin: 0;
            font-size: 1.1em;
        }

        #s4-workspace .faculty-profile .bio ul {
            padding-left: 1.5em;
        }

        #s4-workspace .faculty-profile .bio a {
            display: block;
        }

        #s4-workspace .faculty-profile .bio p a {
            display: inline;
        }

        #s4-workspace .faculty-profile .bio span a {
            margin: 20px 0;
        }

        #s4-workspace .faculty-profile .bio .center-membership {
            display: inline-block;
        }

#s4-workspace .faculty-cv h2 {
    border-bottom: 1px solid #eee;
    line-height: 1.7em;
}

#s4-workspace ul.publications {
    padding-left: 1.5em;
}

    #s4-workspace ul.publications li {
        padding: 10px 0;
    }


/*Students and Alumni Profile Style*/

#s4-workspace ul.students {
    display: table;
    list-style: none;
    padding: 0;
    overflow: hidden;
    width: 100%;
}

    #s4-workspace ul.students li {
        text-align: center;
        margin-bottom: 15px;
        height: 275px;
    }

        #s4-workspace ul.students li a {
            display: block;
            padding: 15px;
            border-bottom: none;
        }

            #s4-workspace ul.students li a:hover img {
                opacity: 0.5;
            }

        #s4-workspace ul.students li img {
            width: 130px;
            opacity: 1;
        }


        #s4-workspace ul.students li .info {
            padding: 0 20px 10px 10px;
            overflow: hidden;
            font-size: 16px;
            color: #939393;
        }



            #s4-workspace ul.students li .info span {
                display: block;
                margin-bottom: 7px;
                font-size: 17px;
            }

                #s4-workspace ul.students li .info span.name {
                    font-size: 18px;
                    font-family: "NeueLTArabic-Roman";
                    color: #2a3036;
                    text-transform: uppercase;
                }

                #s4-workspace ul.students li .info span.title {
                    font-family: "NeueLTArabic-Roman";
                    margin: 0;
                }

/* BREAKPOINT 502-Mobile */
@media screen and (max-width: 510px) {
    #s4-workspace ul.faculty li {
        margin: 0 2% 4% 0%;
        width: 46%;
    }
}

    @media screen and (max-width: 500px) {

        #s4-workspace .faculty-profile .image {
            width: 40%;
            padding-left: 30%;
        }

            #s4-workspace .faculty-profile .image a, #s4-workspace .faculty-profile .image i {
                visibility: hidden;
            }



        #s4-workspace .faculty-profile .bio {
            width: 100%;
        }

        @-moz-document url-prefix() {
            #s4-workspace ul.faculty li {
                width: 45%;
            }
        }
    }

    /* BREAKPOINT 502 */
    @media screen and (min-width: 510px) {

        #s4-workspace ul.students li {
            text-align: right;
        }

            #s4-workspace ul.students li a {
                padding: 0;
                overflow: hidden;
            }

            #s4-workspace ul.students li img {
                float: right;
                width: 160px;
            }

        /* Faculty list page */

        #s4-workspace .faculty-search {
            position: absolute;
            top: 70px;
            left: 20px;
            width: 280px;
            background: #efefef;
        }


        #s4-workspace ul.faculty li {
            width: 29.3333%;
            margin: 0 2% 4% 0%;
        }

        @-moz-document url-prefix() {
            #s4-workspace ul.faculty li {
                width: 20%;
            }
        }
    }

    /* Intermediate breakpoint for content columns */
    /* Footer into columns */
    @media screen and (min-width: 680px) {

        /* Faculty list page */

        /*.page.faculty .left_column h1 {
        margin-bottom: 0.8em;
    }*/
        #s4-workspace .faculty-search {
            left: 0;
            top: 36px;
        }



        #s4-workspace .faculty-sort {
            font-size: 16px;
            text-align: right;
        }



        /* Profile page */
        #s4-workspace .faculty-profile .image {
            width: 25%;
        }

        #s4-workspace .faculty-profile .bio {
            width: 70.5%;
        }
    }


    /* BREAKPOINT 788 */
    /* Margins and gutters 24px */
    /* Full menu */
    @media screen and (min-width: 788px) {

        #s4-workspace ul.students {
            width: 102.4%;
            margin-right: -2.4%;
        }

            #s4-workspace ul.students li {
                display: inline-block;
                float: right;
                margin: 0 2.4% 2.4% 0;
                width: 46.5%;
                vertical-align: top;
            }

                #s4-workspace ul.students li a {
                    height: 190px;
                }

                #s4-workspace ul.students li img {
                    padding: 10px 10px 10px 6px;
                    width: 30%;
                }

        /* Faculty list page */
        #s4-workspace .faculty-search {
            top: 68px;
            width: 320px;
            background: #efefef;
        }

        #s4-workspace ul.faculty {
            margin-right: -3.5%;
        }

            #s4-workspace ul.faculty li {
                margin-right: 3.5%;
                width: 16%;
            }

        @-moz-document url-prefix() {
            #s4-workspace ul.faculty li {
                width: 16%;
            }
        }

        /*IE hacks*/
        :root ul.faculty li {
            width: 16% \0/IE9 !important;
        }

        /* Profile page */
        #s4-workspace .faculty-profile .bio {
            width: 72%;
        }
    }

    @media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
        /* IE10+ specific styles go here */

        #s4-workspace ul.faculty li {
            width: 16%;
        }
    }

    /* Intermediate breakpoint to expand nav */
    @media screen and (min-width: 890px) {

        #s4-workspace ul.students li a {
            height: 170px;
        }
    }


    /* BREAKPOINT 1024 */
    /* Margins and gutters 24px */
    @media screen and (min-width: 1024px) {

        #s4-workspace ul.students li a {
            height: auto;
        }

        #s4-workspace ul.students li img {
            padding: 0;
            width: 160px;
        }


        /* Faculty list page */
        #s4-workspace .faculty-filter {
            font-size: 16px;
            margin-top: 10px;
            position: relative;
            background: rgb(188,182,168);
        }

            #s4-workspace .faculty-filter h3 {
                float: right;
                display: block;
                cursor: auto;
                margin: 0;
                font-size: 1em;
                padding: 14px 12px 11px;
                line-height: 1;
            }

            #s4-workspace .faculty-filter > ul {
                display: block !important;
                float: right;
                margin: 0;
            }

            #s4-workspace .faculty-filter .ksticon-nav-arrow {
                padding-top: 3px !important;
            }

            #s4-workspace .faculty-filter li {
                display: block;
                float: right;
            }

                #s4-workspace .faculty-filter li, #s4-workspace .faculty-filter li a {
                    border-bottom: none;
                    line-height: 1;
                }

                    #s4-workspace .faculty-filter li a {
                        padding: 15px 25px 10px 25px;
                    }

                        #s4-workspace .faculty-filter li a.all {
                            padding: 15px 20px 10px 2px !important;
                        }


                    #s4-workspace .faculty-filter li div {
                        position: absolute;
                        top: 41px;
                        left: 0;
                        width: 100%;
                    }

                        #s4-workspace .faculty-filter li div ul {
                            -moz-column-count: 2;
                            -webkit-column-count: 2;
                            column-count: 2;
                            -webkit-column-gap: 24px;
                            -moz-column-gap: 24px;
                            column-gap: 20px;
                        }

                        #s4-workspace .faculty-filter li div li {
                            float: none;
                            display: block;
                            padding: 10px 5px 0px 5px;
                        }

                            #s4-workspace .faculty-filter li div li a {
                                display: block;
                                padding: 8px;
                            }

            #s4-workspace .faculty-filter h3 .icon {
                display: none;
            }

            #s4-workspace .faculty-filter li a .icon {
                left: 6px;
                top: 16px;
            }
    }
