/* -------------------------------------------- */
/****** GLOBAL ******/
/* -------------------------------------------- */
@import url(https://fonts.googleapis.com/css?family=Lato:400,700,900);

#bootstrap-overrides {

    /* Primary */
    --primary-default: #337ab7;
    /*--primary-dark: #265980;*/
    /*--primary-light: #4DB2FF;*/
    /*--primary-on-primary: #015493;*/

    /* Secondary */
    /*--secondary-default: #FFFFFF;*/
    /*--secondary-dark: #803633;*/
    /*--secondary-light: #FF6B66;*/
    /*--secondary-on-secondary: #015493;*/

    /* Neutral */
    --neutral-1: #494B4B;
    --neutral-2: #A9A9A9;
    --neutral-3: #D3D3D3;
    --neutral-4: #DDDDDD;
    --neutral-5: #F5F5F5;

    /* Text Colors */
    /*--text-white: #FFFFFF;*/
    /*--text-light: #DCDCDC;*/
    /*--text-dark: #6F6F6F;*/
    /*--text-black: #000000;*/

    /* Text Styles */
    /*--h1: normal normal bold  64px 78px Helvetica Neue, san-serif;*/
    /*--h2: normal normal bold  32px 39px "Helvetica Neue", san-serif;*/
    /*--h3: normal normal bold  24px 29px "Helvetica Neue", san-serif;*/
    /*--h4: normal normal bold  18px 22px "Helvetica Neue", san-serif;*/
    /*--h5: normal normal normal  16px 19px "Helvetica Neue", san-serif;*/
    /*--body: normal normal bold  16px 19px "Helvetica Neue", san-serif;*/
    /*--body-bold: normal normal bold  16px 20px "Helvetica Neue", san-serif;*/
    /*--link-text: normal normal bold  16px 20px "Helvetica Neue", san-serif;*/
    /*--subtext: normal normal normal  14px 17px "Helvetica Neue", san-serif;*/
    /*--button: normal normal bold  16px 20px "Helvetica Neue", san-serif;*/
}

/*#bootstrap-overrides body {*/
/*    !*background-color: #e5e5e5;*!*/
/*    background: url(https://cims.nyu.edu/images/cimsredesign5-14.png)*/
/*}*/

#bootstrap-overrides p {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

#bootstrap-overrides li {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

#bootstrap-overrides dt {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

#bootstrap-overrides dd {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

#bootstrap-overrides th {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

#bootstrap-overrides td {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
}

p,
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
}

/* For hiding html elements */
#bootstrap-overrides .visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px); /* IE6, IE7 */
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap; /* added line */
}

#main-container.container {
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    #main-container.container {
        width: 100vw;
        max-width: 100vw;
        margin-right: auto;
        margin-left: auto;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #main-container.container {
        width: 750px;
        max-width: 750px;
        margin-right: auto;
        margin-left: auto;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #main-container.container {
        width: 970px;
        max-width: 970px;
        margin-right: auto;
        margin-left: auto;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #main-container.container {
        width: 1170px;
        max-width: 1170px;
        margin-right: auto;
        margin-left: auto;
    }
}

#bootstrap-overrides h1.bar, #bootstrap-overrides h2.bar {
    display: block;
    float: none;
    clear: left;
    line-height: 30px;
    margin: 0;
    margin-bottom: 10px;
    padding: 0 10px;
    background-color: #494B4B;
    color: #fff;
    border-width: 0 0 0 20px;
    border-style: none;
    border-color: #666;
    font-size: 15px;
    font-family: Lato, Arial, sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
}


/* Accessibility */
/* -------------------------------------------- */
a {
    color: #1f71b7;
}

a:focus, a:hover {
    color: #154b7c;
}

.btn-info {
    color: #fff;
    background-color: #22809c;
    border-color: #147896;
}

.btn-info.active, .btn-info.focus, .btn-info:active, .btn-info:focus, .btn-info:hover, .open > .dropdown-toggle.btn-info {
    color: #fff;
    background-color: #056480;
    border-color: #014f66;
}

#skiptomaincontent {
    background: #3dbbdb;
    border-top: 1px solid white;
    border-right: 1px solid white;
    border-bottom: 1px solid white;
    color: #000;
    font-weight: 700;
    left: -1000px;
    overflow: hidden;
    padding-top: 10px;
    padding-right: 0;
    padding-bottom: 10px;
    padding-left: 0;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 18px;
    width: 220px;
    white-space: nowrap;
    z-index: 9999;
    transition-property: width, padding, left;
    transition-duration: .2s, .2s, 0s;
    transition-timing-function: ease-out;
    transition-delay: 0s, 0s, .2s;
}

#skiptomaincontent:focus {
    left: 0px;
    width: 220px;
    outline: 0;
    padding-left: 10px;
    padding-right: 10px;
    transition: padding .1s ease-in;
    transition: width .1s ease-in;
}

/* -------------------------------------------- */


main {
    padding: 5px 0 30px 0;
}

aside .nav-item {
    width: 100%;
}

aside .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}

aside .nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
}

aside .nav-pills .nav-link {
    border-radius: .25rem;
}

aside .nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

aside .nav-pills .nav-link {
    border-radius: .25rem;
}

aside .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

aside a:focus, a:hover {
    color: #23527c;
}

aside a:active, a:hover {
    outline: 0;
}

/*! CSS Used from: https://cims.nyu.edu/static/bundles/faculty.css */
aside a {
    color: #1f71b7;
}

aside a:focus, a:hover {
    color: #154b7c;
}

aside a {
    background-color: transparent;
}

aside a:active, a:hover {
    outline: 0;
}

aside a {
    color: #337ab7;
    text-decoration: none;
}

aside a:focus, a:hover {
    color: #23527c;
    text-decoration: underline;
}

aside a:focus {
    outline: thin dotted;
    outline: 5px auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

aside .nav > li > a {
    position: relative;
    display: block;
    padding: 10px 15px;
}

aside .nav > li > a:focus, .nav > li > a:hover {
    text-decoration: none;
    background-color: #eee;
}

aside .nav-pills > li > a {
    border-radius: 4px;
}

aside .nav-pills > li.active > a, .nav-pills > li.active > a:focus, .nav-pills > li.active > a:hover {
    color: #fff;
    background-color: #337ab7;
}

aside a {
    color: #007bff;
    text-decoration: none;
    background-color: transparent;
    -webkit-text-decoration-skip: objects;
}

aside a:hover {
    color: #0056b3;
    text-decoration: underline;
}

aside .nav-link {
    display: block;
    padding: .5rem 1rem;
}

aside .nav-link:focus, .nav-link:hover {
    text-decoration: none;
}

aside .nav-pills .nav-link {
    border-radius: .25rem;
}

/*! CSS Used from: https://cims.nyu.edu/static/accessibility.css */
aside a {
    color: #1f71b7;
}

aside a:focus, a:hover {
    color: #154b7c;
}

/*! CSS Used from: https://cims.nyu.edu/static/main.css */
aside a {
    color: #046dbe;
}

aside .nav-link {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
}

aside .page-with-sidebar-ul {
    list-style: none;
}

aside .page-with-sidebar-ul ul {
    list-style: none;
    padding: 0;
}


aside .page-with-sidebar-ul ul > li {
    list-style: none;
    padding: 0;
}

aside .page-with-sidebar-ul ul > li > a {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    position: relative;
    display: block;
    padding: 10px 15px;
}

.card {
    margin-top: 5px;
}

.card-header {
    background-color: #f5f5f5;
    border-color: #ddd;
}

.card-header-h2 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 16px;
    font-weight: 700;
    line-height: 1.42857143;
}

.card-block {
    padding: 15px;
}

#student-recipients .nav-pills .nav-link.active, .nav-pills .show > .nav-link {
    background-color: #e4e4e4;
}

.faculty-recognition-h2 {
    color: #fff;
    background-color: #337ab7;
    border-color: #337ab7;
}

.faculty-recognition-card-primary {
    border-color: #337ab7;
}

.faculty-recognition-card-primary td > * {
    font-size: 14px;
}

.landing-page-heading {
    display: block;
    float: none;
    clear: left;
    line-height: 2em;
    margin: 0;
    margin-bottom: 20px;
    padding: 0 10px;
    background-color: #494B4B;
    color: #fff;
    border-width: 0 0 0 20px;
    border-style: none;
    border-color: #666;
    font-size: 15px;
    font-family: Lato, Arial, sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
}

.landing-page-news, .landing-page-events {
    margin: 0;
    padding: 0;
    text-align: left;
}

.landing-page-news li, .landing-page-events li {
    list-style-type: none;
    text-align: left;
}

.landing-page-news li p, .landing-page-events li p {
    text-align: left;
}

.landing-page-btn {
    color: #fff;
    background-color: #22809c;
    border-color: #147896;
    padding: 1px 5px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.landing-page-btn:hover, .landing-page-btn:active {
    color: #fff;
    background-color: #056480;
    border-color: #014f66;
}

.news {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

/* Style to change separator  */
.breadcrumb-item + .breadcrumb-item::before {
    content: ">";
}

.news-item-name {
    list-style-type: none;
}

.news-item-photo {
    width: 100%;
    max-height: 500px;
    object-fit: cover;
}

#bootstrap-overrides .lecture-p-text > p {
    margin: 0;
    padding: 0;
}

#bootstrap-overrides .lectures-heading {
    font-size: 15px;
    display: inline-block;
    margin: 0 0 5px 0;
    padding: 0;
}

#bootstrap-overrides .lectures-btn {
    width: 42px;
    height: 22px;
    line-height: 20px;
    font-size: 12px;
    padding: 0;
    margin-top: 10px;
}

#bootstrap-overrides .lectures-ul {
    list-style-type: none;
    padding: 0;
}

#bootstrap-overrides .lectures-li {
    padding-bottom: 30px;
}

#bootstrap-overrides .landing-page-events-date-heading {
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 17.5px;
    font-weight: 500;
    line-height: 1.1;
    text-align: left;
    text-transform: uppercase;
    margin: 20px 0;
    padding: 0;
}

/****** sidebar ******/
/* -------------------------------------------- */
#bootstrap-overrides .sidebar {
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    margin-bottom: 20px;
}

#bootstrap-overrides .sidebar-header-bar {
    display: block;
    float: none;
    clear: left;
    line-height: 30px;
    margin: 0 0 10px 0;
    padding: 0 10px;
    background-color: #494B4B;
    color: #fff;
    border-width: 0 0 0 20px;
    border-style: none;
    border-color: #666;
    font-size: 15px;
    font-family: Lato, Arial, sans-serif;
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    text-decoration: none;
    overflow: hidden;
}

/* -------------------------------------------- */


/* -------------------------------------------- */
/****** research areas ******/
/* -------------------------------------------- */
.research_area_name {
    font-weight: bold;
}

.research_area_list_new {
    border-left: 15px solid #7185A9;
    padding-left: 20px;
}

.research_area_list_new li {
    margin-bottom: 10px;
}

/* -------------------------------------------- */


/* -------------------------------------------- */
/****** FACULTY PROFILES ******/
/* -------------------------------------------- */
#faculty_profile {
    margin: 1em auto;
    width: 100%;
}

#faculty_profile img {
    height: 140px;
    margin-right: 1em;
}

@media (min-width: 768px) {
    #faculty_profile img {
        height: 200px;
        float: right;
    }
}

#faculty_profile #education div, #faculty_profile #publications div {
    margin: 0.5em 0;
}

#faculty_profile .section {
    margin-top: 1.5em;
}

#faculty_profile ul {
    list-style-type: disc;
    padding-left: 2em;
}

/* -------------------------------------------- */


/* -------------------------------------------- */
/****** MAIN-CONTAINER ******/
/* -------------------------------------------- */
#main-container {
    background: #fff;
    box-shadow: 0 0 80px 0 #000;
    height: 101%
}

/* -------------------------------------------- */


/* -------------------------------------------- */
/****** CONTENT ******/
/* -------------------------------------------- */
.content {
    min-height: 648px
}

/* -------------------------------------------- */


/* -------------------------------------------- */
/****** HEADER ******/
/* -------------------------------------------- */
#header {
    margin-left: -15px;
    margin-right: -15px
}

#header-img {
    width: 100%
}

/* -------------------------------------------- */


.navbar-custom {
    border-radius: 0;
    border-left: none;
    border-right: none;
    margin-left: -15px;
    margin-right: -15px;
    margin-bottom: 0;
    min-height: 40px
}

.dropdown-submenu {
    position: relative;
    padding: 0;
}

.dropdown-submenu-multilevel {
    left: calc(100% + 1px)
}

#bootstrap-overrides .dropdown-item {
    padding: 3px 20px
}

#bootstrap-overrides .seminar-name {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 16px;
    /*padding: 0;*/
    /*margin: 15px 0 5px 0;*/
    /*height: 0;*/
    /*top: 0;*/
    /*left: 0;*/
}

.event-title-seminar {
    font-size: 14px;
}

.event-synopsis {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    /*font-size: 16px;*/
    /*padding: 0;*/
    /*margin: 0;*/
    /*height: 0;*/
    /*top: 0;*/
    /*left: 0;*/
}

.event-synopsis > p {
    margin: 0;
}

/* -------------------------------------------- */
/****** EVENTS ******/
/* -------------------------------------------- */
.events-date-heading {
    text-transform: uppercase;
    font-size: 17.5px;
    /*margin-top: 10px; */
    /*margin-bottom: 10px; */
    font-family: inherit;
    font-weight: 500;
    line-height: 1.1;
    color: inherit;
}

/* -------------------------------------------- */
/****** CAROUSEL ******/
/* -------------------------------------------- */

.carousel-indicators {
    justify-content: left;
    margin: 0 auto 15px 30px
}

#bootstrap-overrides .carousel p, #bootstrap-overrides .carousel-subtitle, #bootstrap-overrides .carousel-title {
    text-shadow: 0 1px 2px rgba(0, 0, 0, .2);
    margin: 0 0 18px 0;
    text-align: center
}

#bootstrap-overrides .carousel-subtitle {
    padding: 0;
    margin: 0 0 18px 0
}

@media (max-width: 575.98px) {
    #bootstrap-overrides .carousel-title {
        font-size: 14px;
        padding-bottom: 10px;
    }

    #bootstrap-overrides .carousel-subtitle {
        font-size: 16px;
        padding-bottom: 10px
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #bootstrap-overrides .carousel-title {
        font-size: 14px;
        padding-bottom: 10px;
    }

    #bootstrap-overrides .carousel-subtitle {
        font-size: 16px;
        padding-bottom: 15px
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #bootstrap-overrides .carousel-title {
        font-size: 21px
    }

    #bootstrap-overrides .carousel-subtitle {
        font-size: 16px
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #bootstrap-overrides .carousel-title {
        font-size: 21px
    }

    #bootstrap-overrides .carousel-subtitle {
        font-size: 16px
    }
}

@media (min-width: 1200px) {
    #bootstrap-overrides .carousel-title {
        font-size: 21px
    }

    #bootstrap-overrides .carousel-subtitle {
        font-size: 16px
    }
}

.carousel-indicators li {
    position: relative;
    width: 10px;
    height: 10px;
    border-radius: 0;
}

.carousel-img {
    object-fit: cover;
    object-position: top center;
    height: 360px;
    width: 100%;
    padding: 0;
    margin: 0
}

.carousel-img-container {
    overflow: hidden
}

@media (max-width: 575.98px) {
    .carousel-inner-container {
        height: 336px;
        background-color: var(--neutral-2)
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    .carousel-inner-container {
        height: 336px;
        background-color: var(--neutral-2)
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    .carousel-inner-container {
        height: 360px;
        background-color: var(--neutral-2)
    }

    .carousel-inner-flex {
        width: 100%;
        height: 100%
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    .carousel-inner-container {
        height: 360px;
        background-color: var(--neutral-2)
    }

    .carousel-inner-flex {
        width: 100%;
        height: 100%
    }
}

@media (min-width: 1200px) {
    .carousel-inner-container {
        height: 360px;
        background-color: var(--neutral-2)
    }

    .carousel-inner-flex {
        width: 100%;
        height: 100%
    }
}

.carousel-control-next, .carousel-control-prev {
    position: relative
}

.carousel-inner-2 {
    width: 100%;
    height: 100%;
    padding: 7% 10%
}

.carousel-text-area-p-2 {
    padding: 5px 0 35px 0
}

.carousel-inner-flex-columns-3, .carousel-inner-flex-columns-4 {
    padding: 0;
    margin: 0;
    width: 50%
}

.carousel-inner-flex-columns-left-4, .carousel-inner-flex-columns-right-4 {
    width: 100%;
    height: 100%
}

.carousel-inner-flex-columns-left-4 {
    padding: 10% 6% 10% 12%
}

.carousel-inner-flex-columns-right-4 {
    padding: 10% 12% 10% 6%
}

.carousel-inner-flex-columns-5, .carousel-inner-flex-columns-left-6, .carousel-inner-flex-columns-right-5, .carousel-inner-flex-columns-right-6 {
    padding: 0;
    margin: 0;
    width: 50%
}

.carousel-text-area-h1-13, .carousel-text-area-h1-14, .carousel-text-area-h1-15, .carousel-text-area-h1-16, .carousel-text-area-h1-5, .carousel-text-area-h1-6, .carousel-text-area-h1-7, .carousel-text-area-h1-8, .carousel-text-area-h1-9 {
    font-size: 1.5em
}

.carousel-text-area-p-13, .carousel-text-area-p-14, .carousel-text-area-p-15, .carousel-text-area-p-16, .carousel-text-area-p-5, .carousel-text-area-p-6, .carousel-text-area-p-7, .carousel-text-area-p-8, .carousel-text-area-p-9 {
    padding: 5px 0 35px 0;
    font-size: 1.6rem
}

.carousel-inner-flex-columns-center-10, .carousel-inner-flex-columns-center-11, .carousel-inner-flex-columns-center-12, .carousel-inner-flex-columns-center-7, .carousel-inner-flex-columns-center-8, .carousel-inner-flex-columns-center-9, .carousel-inner-flex-columns-left-10, .carousel-inner-flex-columns-left-11, .carousel-inner-flex-columns-left-12, .carousel-inner-flex-columns-left-14, .carousel-inner-flex-columns-left-16, .carousel-inner-flex-columns-left-7, .carousel-inner-flex-columns-left-8, .carousel-inner-flex-columns-left-9, .carousel-inner-flex-columns-right-10, .carousel-inner-flex-columns-right-11, .carousel-inner-flex-columns-right-12, .carousel-inner-flex-columns-right-13, .carousel-inner-flex-columns-right-15, .carousel-inner-flex-columns-right-7, .carousel-inner-flex-columns-right-8, .carousel-inner-flex-columns-right-9 {
    padding: 0;
    margin: 0;
    width: calc(100% / 3)
}

.carousel-inner-flex-columns-left-13, .carousel-inner-flex-columns-left-15, .carousel-inner-flex-columns-right-14, .carousel-inner-flex-columns-right-16 {
    padding: 0;
    margin: 0;
    width: 100%;
}

@media (min-width: 992px) {
    .carousel-inner-flex-columns-left-13, .carousel-inner-flex-columns-left-15, .carousel-inner-flex-columns-right-14, .carousel-inner-flex-columns-right-16 {
        padding: 0;
        margin: 0;
        width: calc((100% / 3) * 2);
    }
}

.carousel-inner-flex-columns-left-5, .carousel-text-area-13, .carousel-text-area-6, .carousel-text-area-7, .carousel-text-area-8, .carousel-text-area-9 {
    width: 100%;
    height: 100%;
    padding: 15%
}

.carousel-text-area-left-10, .carousel-text-area-right-10 {
    width: 100%;
    height: 100%;
    padding: 10% 6% 10% 12%
}

.carousel-text-area-center-11, .carousel-text-area-left-11, .carousel-text-area-right-11 {
    width: 100%;
    height: 100%
}

.carousel-text-area-left-11 {
    padding: 10% 6% 10% 12%
}

.carousel-text-area-center-11 {
    padding: 10% 6% 10% 6%
}

.carousel-text-area-right-11 {
    padding: 10% 12% 10% 6%
}

.carousel-text-area-14, .carousel-text-area-15, .carousel-text-area-16 {
    width: 100%;
    height: 100%;
    padding: 10%
}

@media (max-width: 575px) {
    .carousel-inner-container {
        transform: translateY(-15%);
    }

    .carousel-tab-outermost-flex {
        transform: translateY(800%);
    }
}

@media (min-width: 576px) and (max-width: 767px) {
    .carousel-inner-container {
        transform: translateY(-15%);
    }

    .carousel-tab-outermost-flex {
        transform: translateY(840%);
    }
}

@media (min-width: 768px) and (max-width: 991px) {
    .carousel-inner-container {
        transform: translateY(-15%);
    }

    .carousel-tab-outermost-flex {
        transform: translateY(850%);
    }
}

@media (min-width: 992px) and (max-width: 1199px) {
    .carousel-inner-container {
        transform: translateY(-10%);
    }

    .carousel-tab-outermost-flex {
        transform: translateY(900%);
    }
}

@media (min-width: 1200px) {
    .carousel-inner-container {
        transform: translateY(-10%);
    }

    .carousel-tab-outermost-flex {
        transform: translateY(900%);
    }
}

.carousel-tab-outermost-flex {
    margin-top: 0;
    height: 40px;
    padding: 0 0 0 3px;
    position: relative;
    background-color: rgba(0, 0, 0, 0);
    border: none;
}

.carousel-tab-outer-flex {
    width: 50%;
    padding: 10px 0 0 0;
    margin: 0;
    position: relative;
    align-self: flex-start
}

.carousel-tab-inner-flex {
    position: relative;
    margin: 0;
    padding: 0;
    bottom: 0
}

.carousel-tab-li {
    cursor: pointer
}

.carousel-indicators > li {
    /* border: solid 2px #484b4b */
    background-color: rgba(72, 75, 75, 0.2);
}

.carousel-indicators > .active {
    background-color: #484b4b
}

.carousel-control-prev-container {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0;
    padding: 0
}

.carousel-control-prev-button {
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer
}

.carousel-control-playpause-container {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0;
    padding: 0
}

.carousel-control-playpause-button {
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer
}

.carousel-control-next-container {
    width: 30px;
    height: 30px;
    position: relative;
    margin: 0;
    padding: 0
}

.carousel-control-next-button {
    margin: 0;
    padding: 0;
    width: 30px;
    height: 30px;
    position: relative;
    justify-content: center;
    align-items: center;
    background-color: transparent;
    border: none;
    cursor: pointer
}

.carousel-caption {
    left: 0;
    width: 100%;
    top: auto;
    background-color: rgba(255, 255, 255, 0.5);
    border-left: none;
    text-align: left;
    padding: 10px 10px 5px 10px;
    position: absolute;
    right: 0;
    bottom: 0;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
    font-size: 1.5em;
}

@media (max-width: 767px) {
    .carousel-caption {
        background-color: darkgray;
        border-top: 1px solid lightgray;
    }
}

.carousel-fade .carousel-item {
    opacity: 0;
    transition: opacity linear 1s;
    /*height: 500px;*/
}

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
    opacity: 1;
}

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
    opacity: 0;
}

.carousel-fade .carousel-item-next,
.carousel-fade .carousel-item-prev,
.carousel-fade .carousel-item.active,
.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-prev {
    transform: translateX(0);
    transform: translate3d(0, 0, 0);
}

/* -------------------------------------------- */
/****** FOOTER ******/
/* -------------------------------------------- */

#bootstrap-overrides .footer {
    padding: 30px 50px 0px 50px;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 1.42857143;
    border-top: 1px solid #e7e7e7;
    margin-left: -15px;
    margin-right: -15px;
}

.footer-nav {
    list-style-type: none;
    color: #1f71b7;
    padding-inline-start: 0
}

.footer-nav-item {
    padding: 10px 15px;
    white-space: nowrap;
}

#bootstrap-overrides .footer ul.school-links {
    text-align: center;
    margin-top: 10px;
    margin-bottom: 10px
}

#bootstrap-overrides .footer ul.school-links li {
    padding-left: 0;
    padding-right: 0
}

#bootstrap-overrides .footer ul.school-links li:after {
    margin-left: 10px;
    margin-right: 5px;
    content: "|"
}

#bootstrap-overrides .footer ul.school-links li:last-child:after {
    margin-left: 0;
    margin-right: 0;
    content: ""
}

/* -------------------------------------------- */
/****** HEADER ******/
/* -------------------------------------------- */

#header-img {
    width: 100%
}

#courant-search-form-input {
    width: 147px;
    height: 30px;
    border-radius: 3px;
    border: 1px solid #cccccc;
}

#courant-search-form-button {
    width: 40px;
    height: 30px;
    background-color: #337ab7;
    border-color: #337ab7
}

.courant-login {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 7px 0 0 0;
    font-size: 14px;
}

#header #covid-button {
    background-color: #39DBD1;
    border-color: #39DBD1;
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #header #courant-search {
        z-index: 100;
    }

    #header #portal-link {
        z-index: 100;
    }

    #header #covid-button {
        padding-top: 2px;
        padding-bottom: 2px;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #header #courant-search {
        z-index: 100;
    }

    #header #portal-link {
        z-index: 100;
    }

    #header #covid-button {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #header #courant-search {
        z-index: 100;
    }

    #header #portal-link {
        z-index: 100;
    }

    #header #covid-button {
        padding-top: 6px;
        padding-bottom: 6px;
    }
}

/* -------------------------------------------- */
/****** NAVBAR ******/
/* -------------------------------------------- */

.main-nav {
    width: calc(100% + 30px);
    background-color: #494b4b;
    margin: 0 -15px 20px -15px;
    padding: 0 15px;
    min-height: 50px;
}

.main-nav li {
    margin: 0;
    padding: 0
}

.navbar-brand {
    float: left;
    height: 50px;
    padding: 15px 15px;
    font-size: 18px;
    line-height: 20px;
}

#bootstrap-overrides .menu-link-style-linktext {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px;
    display: block
}

#bootstrap-overrides .menu-link-top-level {
    padding: 15px
}

#bootstrap-overrides .menu-link-lower-level {
    padding: 0
}

#bootstrap-overrides .main > .show > a, #bootstrap-overrides .navbar-nav > .show > a:active, #bootstrap-overrides .navbar-nav > .show > a:focus, #bootstrap-overrides .navbar-nav > .show > a:hover {
    color: #555;
    background-color: #e7e7e7
}

#bootstrap-overrides .main-nav-item a:active, #bootstrap-overrides .main-nav-item a:focus, #bootstrap-overrides .main-nav-item a:hover {
    color: #555;
    background-color: #e7e7e7
}

.menu-link-style-linktext:focus {
    color: #555;
    background-color: #e7e7e7;
    text-decoration: none
}

.menu-link-style-linktext:hover, .menu-link-style-linktext > span:hover {
    color: #b4b4b4 !important;
    text-decoration: none
}

.navbar-expand-lg .navbar-nav {
    padding: 15px
}

#bootstrap-overrides .menu-link-top-level {
    padding: 15px 10px;
}

#bootstrap-overrides .nav-link {
    padding: 15px 10px;
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    #bootstrap-overrides .menu-link-top-level {
        padding: 15px;
    }

    #bootstrap-overrides .nav-link {
        padding: 15px;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    #bootstrap-overrides .menu-link-top-level {
        padding: 15px;
    }

    #bootstrap-overrides .nav-link {
        padding: 15px;
    }
}

.main-nav-item-text {
    color: #fff;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-size: 14px;
    line-height: 20px
}

.main-nav-item > a > span {
    padding: 0;
    margin: 0
}

.menu-dropdown-links > li > a {
    padding: 0;
    margin: 0
}

#bootstrap-overrides .main-nav-item-text:hover {
    color: #b4b4b4
}

.main-nav-item-text:active {
    color: #fff
}

.main-nav-item-text:visited {
    color: #fff
}

.main-nav-item-text:active {
    color: #555;
    background-color: #e7e7e7;
    cursor: pointer
}

.navbar-menu-ul {
    position: absolute;
    top: 100%;
    z-index: 1000;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    font-size: 14px;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175)
}

#bootstrap-overrides .navbar-menu-ul > li {
    display: block;
    padding: 3px 20px;
    clear: both
}

#bootstrap-overrides .navbar-menu-ul > li > a > span {
    text-decoration: none;
    background-color: transparent;
    cursor: pointer;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    white-space: nowrap
}

body {
    padding-top: 0;
    padding-bottom: 0;
    background: url(https://cims.nyu.edu/images/cimsredesign5-14.png) center center no-repeat fixed;
    background-size: 100% 100%
}

.container {
    background: #fff;
    box-shadow: none;
    height: 101%
}

#header {
    margin-left: -15px;
    margin-right: -15px
}

.content {
    min-height: 648px
}

.navbar {
    margin-bottom: 20px;
    border-radius: 0
}

.navbar-custom {
    margin-left: -15px;
    margin-right: -15px
}

.navbar-custom {
    background-color: #494b4b;
    border-color: #494b4b
}

.navbar-custom .navbar-nav > li > a {
    color: #fff
}

@media (max-width: 991px) {
    .navbar-custom .navbar-collapse {
        padding-left: 0;
        padding-right: 0
    }

    .navbar-custom .navbar-nav > li > a {
        padding-left: 10px;
        padding-right: 10px
    }
}

@media (max-width: 767px) {
    .navbar-custom .navbar-collapse {
        padding-left: 15px;
        padding-right: 15px
    }
}

/*!* Make background white for open submenus on mobile view *!*/
@media (max-width: 767px) {
    .navbar-custom .navbar-nav .open .dropdown-menu {
        background-color: #fff
    }
}

/*!** END ** change navbar colors **!*//*!* Create a medium height at 40px *!*/
.navbar-md {
    min-height: 40px
}

.navbar-md .navbar-nav > li > a {
    padding-top: 10px;
    padding-bottom: 10px
}

.navbar-md .navbar-toggle {
    margin: 6px 12px 6px 0;
    padding: 6px 7px 6px 7px
}

.navbar-md .navbar-toggle .icon-bar {
    width: 19px
}

/*!* Create a small height at 30px *!*/
.navbar-sm {
    min-height: 30px
}

.navbar-sm .navbar-nav > li > a {
    padding-top: 5px;
    padding-bottom: 5px
}

.navbar-sm .navbar-toggle {
    margin: 3px 9px 3px 0;
    padding: 4px 4px 4px 4px
}

.navbar-sm .navbar-toggle .icon-bar {
    width: 16px
}

/*!** to center navbar **!*//*!** END ** center navbar **!*//*!** center nav pills **!*/
.nav-center {
    text-align: center
}

/*!** END ** center nav pills **!*//*!** custom break-point for school navigation in footer **!*//*!** END ** custom break-point for school navigation in footer **!*//*!* Custom page footer *!*/
.footer {
    text-align: center;
    padding-top: 19px;
    border-top: 1px solid #e5e5e5
}

.dropdown-menu > li:focus, .dropdown-menu > li:hover {
    color: #262626;
    text-decoration: none;
    background-color: #f5f5f5
}

.dropdown-menu > li > a:focus, .dropdown-menu > li > a:hover {
    text-decoration: none;
    color: #262626
}

#bootstrap-overrides .main-nav-item > a > span:hover {
    color: #262626
}

#bootstrap-overrides .dropdown-menu a:active, #bootstrap-overrides .dropdown-menu > .active > a, #bootstrap-overrides .dropdown-menu > .active > a:focus, #bootstrap-overrides .dropdown-menu > .active > a:hover {
    color: #fff;
    text-decoration: none;
    background-color: inherit;
    outline: 0
}

#bootstrap-overrides .dropdown-menu a:active, #bootstrap-overrides .dropdown-menu a:focus, #bootstrap-overrides .dropdown-menu a:hover {
    color: inherit;
    text-decoration: none
}

.custom-toggler .navbar-toggler-icon {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(221,221,221, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

#bootstrap-overrides .custom-toggler {
    border: 1px solid #ddd;
    border-radius: 4px;
}

#bootstrap-overrides .navbar-toggler {
    position: relative;
    padding: 1px 8px;
    background-color: transparent;
    background-image: none;
}

#bootstrap-overrides .navbar-default .navbar-collapse, .navbar-default .navbar-form {
    border-color: #e7e7e7;
}

#bootstrap-overrides .navbar-form {
    padding: 10px 15px;
    margin-top: 8px;
    margin-right: -15px;
    margin-bottom: 8px;
    margin-left: -15px;
    border-top: 1px solid #e7e7e7;
    border-bottom: 1px solid #e7e7e7;
    -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, .1), 0 1px 0 rgba(255, 255, 255, .1);
}

.input-sm {
    height: 30px;
    padding: 5px 10px;
    font-size: 12px;
    line-height: 1.5;
    border-radius: 3px;
}

.btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.dropdown-menu-lower-level {
    margin-top: 0;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
    .dropdown-menu-lower-level {
        margin-top: 0;
    }
}

/* Medium devices (tablets, 768px and up) */
@media (min-width: 768px) {
    .dropdown-menu-lower-level {
        left: calc(100% + 1px);
        margin-top: -1.7em;
    }
}

/* Large devices (desktops, 992px and up) */
@media (min-width: 992px) {
    .dropdown-menu-lower-level {
        left: calc(100% + 1px);
        margin-top: -1.7em;
    }
}

/* Extra large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
    .dropdown-menu-lower-level {
        left: calc(100% + 1px);
        margin-top: -1.7em;
    }
}


#bootstrap-overrides .panel-heading .accordion-toggle:after {
    /* symbol for "opening" panels */
    font-family: "Glyphicons Halflings"; /* essential for enabling glyphicon */
    content: "\e114"; /* adjust as needed, taken from bootstrap.css */
    float: right; /* adjust as needed */
    color: grey; /* adjust as needed */
}

#bootstrap-overrides .panel-heading .accordion-toggle.collapsed:after {
    /* symbol for "collapsed" panels */
    content: "\e080"; /* adjust as needed, taken from bootstrap.css */
}

#bootstrap-overrides table.faculty-table {
    margin-top: 0.5em;
    padding: 0;
    border-top: 2px solid;
    border-bottom: 2px solid;
    border-collapse: separate;
}

#bootstrap-overrides table.faculty-table td {
    padding: 1em;
    padding-left: 0;
    border: none;
    vertical-align: top;
}

#bootstrap-overrides table.faculty-table .name {
    /*text-decoration: underline;*/
    padding-left: 1rem;
    text-decoration-color: #337ab7;
}

#bootstrap-overrides table.faculty-table .name,
#bootstrap-overrides table.faculty-table .title {
    /* font-weight: bold; */
    margin-bottom: 0.25em;
}

#bootstrap-overrides table.faculty-table .office,
#bootstrap-overrides table.faculty-table .phone {
    float: left;
}

@media (min-width: 768px) {
    #bootstrap-overrides table.faculty-table .office {
        width: 50%;
    }

    #bootstrap-overrides .letter-nav {
        flex-wrap: wrap;
    }

    #bootstrap-overrides .letter-nav > li > a {
        padding: 5px;
    }
}

@media (max-width: 767px) {
    #bootstrap-overrides table.faculty-table .office {
        width: 100%;
    }

    #bootstrap-overrides.letter-nav {
        flex-wrap: wrap;
    }

    #bootstrap-overrides .letter-nav > li > a {
        padding: 3px;
    }
}

#bootstrap-overrides .letter-nav {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
}

/*.visually-hidden:not(:focus):not(:active) {*/
/*  position: absolute !important;*/
/*  height: 1px;*/
/*  width: 1px;*/
/*  overflow: hidden;*/
/*  clip: rect(1px 1px 1px 1px); !* IE6, IE7 *!*/
/*  clip: rect(1px, 1px, 1px, 1px);*/
/*  white-space: nowrap; !* added line *!*/
/*}*/
/*.nav {*/
/*  padding-bottom: 5px;*/
/*}*/
/*.nav > li {*/
/*  float: left;*/
/*}*/
/*.navbar-default .navbar-nav > .active {*/
/*  color: #000;*/
/*  background: #f9f9f9;*/
/*}*/
/*.navbar-default .navbar-nav > .active > a,*/
/*.navbar-default .navbar-nav > .active > a:hover,*/
/*.navbar-default .navbar-nav > .active > a:focus {*/
/*  color: #000;*/
/*  background: #f9f9f9;*/
/*}*/
/*.btn {*/
/*  color: #337ab7;*/
/*  background-color: #fff;*/
/*}*/
/*.btn:active,*/
/*.btn.active {*/
/*  background-color: #e4e4e4;*/
/*  color: black;*/
/*  border: none;*/
/*  outline: none !important;*/
/*  box-shadow: none !important;*/
/*  -webkit-box-shadow: none !important;*/
/*}*/
/*.btn:focus {*/
/*  border: none;*/
/*  outline: none !important;*/
/*  box-shadow: none !important;*/
/*  -webkit-box-shadow: none !important;*/
/*}*/
@media (max-width: 575.98px) {
    #bootstrap-overrides .flex-xs-even {
        flex: 1;
    }
}

/* -------------------------------------------- */
/****** FACULTY REACT APP ******/
/* -------------------------------------------- */

#bootstrap-overrides .inactive-visitor-button {
    background-color: white;
    color: #1f71b7;
    border-color: white;
}

/* -------------------------------------------- */


#previous-button .btn {
    border: 2px solid black;
    background-color: white;
    color: black;
    padding: 10px 20px;
    font-size: 14px;
    cursor: pointer;
    border-radius: 5px;
}

#previous-button .default {
    border-color: #e7e7e7;
}

#previous-button .default > a {
    color: #606060;
}

#previous-button .default:hover {
    background: #e7e7e7;
}

#previous-button .default:hover > a {
    color: black;
    text-decoration: none;
}

input.directory-search-bar {
    height: 40px;
    font-size: 14px;
    background-image: url("data:image/svg+xml,<svg xmlns='http://www.w3.org/2000/svg' fill='lightgrey' width='36' height='16' class='bi bi-search' viewBox='0 0 16 16'> <path d='M11.742 10.344a6.5 6.5 0 1 0-1.397 1.398h-.001c.03.04.062.078.098.115l3.85 3.85a1 1 0 0 0 1.415-1.414l-3.85-3.85a1.007 1.007 0 0 0-.115-.1zM12 6.5a5.5 5.5 0 1 1-11 0 5.5 5.5 0 0 1 11 0z'/></svg>");
    background-repeat: no-repeat;
    background-position: left center;
    padding-left: 40px;
}

#users .sort {
    border-radius: 6px;
    color: #337ab7;
    border: none;
    font-weight: bold;
    padding: 0;
    margin: 0;
    width: 100%;
    text-align: left;
}

#users .sort:hover {
    text-decoration: underline;
    background-color: white;
    border: none;
    color: #337ab7;
    padding: 0;
    margin: 0;
}

#users .sort:focus {
    outline: none;
    border: none;
}

#users .sort:after {
    display: inline-block;
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid transparent;
    content: "";
    position: relative;
    top: -10px;
    right: -5px;
}

#users .sort.asc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #337ab7;
    content: "";
    position: relative;
    top: 4px;
    right: -5px;
}

#users .sort.desc:after {
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-bottom: 5px solid #337ab7;
    content: "";
    position: relative;
    top: -4px;
    right: -5px;
}
