/*! CSS Used from: https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css */
*, ::after, ::before {
    box-sizing: border-box
}

figcaption, figure, footer, header, main, nav {
    display: block
}

body {
    margin: 0;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: left;
    background-color: #fff
}

[tabindex="-1"]:focus {
    outline: 0 !important
}

h1, h2 {
    margin-top: 0;
    margin-bottom: .5rem
}

p {
    margin-top: 0;
    margin-bottom: 1rem
}

ul {
    margin-top: 0;
    margin-bottom: 1rem
}

ul ul {
    margin-bottom: 0
}

strong {
    font-weight: bolder
}

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

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

figure {
    margin: 0 0 1rem
}

img {
    vertical-align: middle;
    border-style: none
}

label {
    display: inline-block;
    margin-bottom: .5rem
}

button {
    border-radius: 0
}

button:focus {
    outline: 1px dotted;
    outline: 5px auto -webkit-focus-ring-color
}

button, input {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit
}

button, input {
    overflow: visible
}

button {
    text-transform: none
}

[type=submit], button, html [type=button] {
    -webkit-appearance: button
}

[type=button]::-moz-focus-inner, [type=submit]::-moz-focus-inner, button::-moz-focus-inner {
    padding: 0;
    border-style: none
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: none
}

h1, h2 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 500;
    line-height: 1.2;
    color: inherit
}

h1 {
    font-size: 2.5rem
}

h2 {
    font-size: 2rem
}

.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.form-control::-ms-expand {
    background-color: transparent;
    border: 0
}

.form-control:focus {
    color: #495057;
    background-color: #fff;
    border-color: #80bdff;
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control::placeholder {
    color: #6c757d;
    opacity: 1
}

.form-control:disabled {
    background-color: #e9ecef;
    opacity: 1
}

.btn {
    display: inline-block;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    padding: .375rem .75rem;
    font-size: 1rem;
    line-height: 1.5;
    border-radius: .25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out
}

.btn:focus, .btn:hover {
    text-decoration: none
}

.btn:focus {
    outline: 0;
    box-shadow: 0 0 0 .2rem rgba(0, 123, 255, .25)
}

.btn:disabled {
    opacity: .65
}

.collapse {
    display: none
}

.dropdown {
    position: relative
}

.dropdown-toggle::after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.dropdown-toggle:empty::after {
    margin-left: 0
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 0;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem
}

.dropdown-item {
    display: block;
    width: 100%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0
}

.dropdown-item:focus, .dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa
}

.dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #007bff
}

.dropdown-item:disabled {
    color: #6c757d;
    background-color: transparent
}

.input-group-append {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}

.input-group-append .btn {
    position: relative;
    z-index: 2
}

.input-group-append {
    margin-left: -1px
}

.bg-light {
    background-color: #f8f9fa !important
}

.d-flex {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important
}

.justify-content-end {
    -webkit-box-pack: end !important;
    -ms-flex-pack: end !important;
    justify-content: flex-end !important
}

.mr-2 {
    margin-right: .5rem !important
}

.mr-auto {
    margin-right: auto !important
}

@media print {
    *, ::after, ::before {
        text-shadow: none !important;
        box-shadow: none !important
    }

    a:not(.btn) {
        text-decoration: underline
    }

    img {
        page-break-inside: avoid
    }

    h2, p {
        orphans: 3;
        widows: 3
    }

    h2 {
        page-break-after: avoid
    }

    body {
        min-width: 992px !important
    }

    .navbar {
        display: none
    }
}

/*! CSS Used from: css/faculty.css */
body {
    font-family: Gotham, Helvetica, Arial, sans-serif;
    font-size: 16px
}

@media only screen and (max-width: 767px) {
    body {
        font-size: 13px
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    body {
        font-size: 14px
    }
}

@media only screen and (min-width: 1024px) and (max-width: 1399px) {
    body {
        font-size: 15px
    }
}

@media only screen and (min-width: 1400px) and (max-width: 1799px) {
    body {
        font-size: 16px
    }
}

@media only screen and (min-width: 1800px) {
    body {
        font-size: 16px
    }
}

body *, body :after, body :before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box
}

h1 {
    font-size: 3rem
}

h2 {
    font-size: 2rem
}

body {
    background: #efefef;
    min-height: 100vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column
}

footer, header, main {
    width: 100%;
    max-width: 1400px;
    margin: 0 auto;
    background-color: #fff
}

main {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1
}

button.navbar-toggler:hover {
    background: 0 0
}

body {
    font-size: 14px
}

h1 {
    font-size: 30px
}

main h1:first-of-type {
    margin-top: 0
}

h2 {
    font-size: 25px
}

.medium {
    font-weight: 600
}

.light {
    font-weight: 100
}

.title {
    text-transform: uppercase;
    font-weight: 600
}

a {
    color: var(--primary-on-primary);
    /*text-decoration: underline;*/
    -webkit-transition: all .25s ease-out;
    transition: all .25s ease-out
}

a:hover {
    color: #555
}

button {
    display: inline-block;
    border: none;
    padding: 1rem 2rem;
    margin: 0;
    text-decoration: none;
    background: var(--primary-on-primary);
    color: #fff;
    text-transform: uppercase;
    font-weight: 600;
    cursor: pointer;
    text-align: center;
    -webkit-transition: background .25s ease-in-out, -webkit-transform .15s ease;
    transition: background .25s ease-in-out, -webkit-transform .15s ease;
    transition: background .25s ease-in-out, transform .15s ease;
    transition: background .25s ease-in-out, transform .15s ease, -webkit-transform .15s ease;
    -webkit-appearance: none;
    -moz-appearance: none
}

button:focus, button:hover {
    background: #39045b
}

button:focus {
    outline: 1px solid #fff;
    outline-offset: -4px
}

:focus {
    outline: 2px solid var(--primary-on-primary);
    outline-offset: -1px
}

ul {
    padding: 0;
    list-style: none
}

.site-footer {
    border-top: 1px solid #ddd;
    padding: 2em;
    text-align: center
}

.page-header {
    background-color: var(--primary-on-primary);
    color: #fff;
    text-align: center;
    margin-bottom: 15px
}

.page-header h1 {
    padding: .75em .15em;
    margin: 0
}

@media only screen and (max-width: 767px) {
    .page-header h1 {
        font-size: 18px
    }
}

@media only screen and (max-width: 767px) {
    main .content-container {
        padding: 0 1em
    }
}

@media only screen and (min-width: 768px) {
    main .content-container {
        padding: 2em;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex
    }
}

.site-content {
    -webkit-box-flex: 4;
    -ms-flex-positive: 4;
    flex-grow: 4;
    -ms-flex-preferred-size: 0;
    flex-basis: 0
}

.site-content img {
    max-width: 100%
}

.site-content .content-header {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%;
    padding-bottom: 5px;
    border-bottom: 1px solid var(--primary-on-primary)
}

@media only screen and (max-width: 1399px) {
    .site-content .content-header {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }
}

.site-content .content-header label {
    margin-bottom: 0;
    font-weight: 600;
    text-transform: uppercase
}

.site-content .content-header .filters-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 100%;
    max-width: 100%
}

.site-content .content-header .filters-search > :not(:last-child) {
    margin-right: 1em
}

@media only screen and (max-width: 1399px) {
    .site-content .content-header .filters-search {
        -ms-flex-wrap: wrap;
        flex-wrap: wrap
    }

    .site-content .content-header .filters-search form, .site-content .content-header .filters-search input {
        width: 100% !important
    }
}

.site-content .content-header .filters {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    max-width: 100%;
    width: 100%;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    margin: .75em auto .5em 30px
}

.site-content .content-header .filters > :not(:last-child) {
    margin-right: 1em
}

@media only screen and (max-width: 575px) {
    .site-content .content-header .filters {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start
    }
}

@media only screen and (max-width: 1399px) {
    .site-content .content-header .filters {
        margin: .25em 0 !important
    }
}

.site-content .content-header .filters li {
    white-space: nowrap
}

@media only screen and (max-width: 575px) {
    .site-content .content-header .filters li {
        font-size: .8em
    }
}

.site-content .content-header .filters .filter {
    text-transform: uppercase;
    color: var(--primary-on-primary)
}

.site-content .content-header .filters .filter:after {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: .255em;
    vertical-align: .255em;
    content: "";
    border-top: .3em solid;
    border-right: .3em solid transparent;
    border-bottom: 0;
    border-left: .3em solid transparent
}

.site-content .content-header .filters .dropdown-menu li a {
    font-size: 12px;
    padding: 0 5px;
    text-transform: none
}

.site-content .people-grid {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    margin: -1%;
    background-color: transparent !important;
    margin-top: 2em
}

.site-content .people-grid > * {
    margin: .75%
}

.site-content .people-grid .people {
    width: 23.5%;
    background-color: #eee;
    position: relative
}

@media only screen and (max-width: 767px) {
    .site-content .people-grid .people {
        width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .site-content .people-grid .people {
        width: 31.67%
    }
}

@media only screen and (min-width: 1400px) {
    .site-content .people-grid .people {
        width: 18.5%
    }
}

.site-content .people-grid .people img {
    position: relative;
    z-index: auto;
    width: 100%;
    height: auto
}

@media only screen and (max-width: 767px) {
    .site-content .people-grid .people img {
        width: 50%
    }
}

.site-content .people-grid .people > .name {
    color: var(--primary-on-primary);
    padding: 15px 0;
    text-align: center;
    margin: 0
}

.site-content .people-grid .people .people-description {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em;
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    display: none
}

@media only screen and (max-width: 767px) {
    .site-content .people-grid .people .people-description {
        font-size: 10px;
        width: 50%;
        display: block;
        left: 50%
    }
}

.site-content .people-grid .people .people-description .name {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline
}

.site-content .people-grid .people:focus > .name, .site-content .people-grid .people:hover > .name {
    color: #444;
    background-color: #666
}

.site-content .people-grid .people:focus .people-description, .site-content .people-grid .people:hover .people-description {
    display: block
}

.site-content .people-grid .people-link {
    width: 23.5%
}

@media only screen and (max-width: 767px) {
    .site-content .people-grid .people-link {
        width: 100%
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .site-content .people-grid .people-link {
        width: 31.67%
    }
}

@media only screen and (min-width: 1400px) {
    .site-content .people-grid .people-link {
        width: 18.5%
    }
}

.site-content .people-grid .people-link .people {
    width: 100%;
    background-color: #eee;
    position: relative
}

.site-content .people-grid .people-link .people img {
    position: relative;
    z-index: auto;
    width: 100%;
    height: auto
}

@media only screen and (max-width: 767px) {
    .site-content .people-grid .people-link .people img {
        width: 50%
    }
}

.site-content .people-grid .people-link .people > .name {
    color: var(--primary-on-primary);
    padding: 15px 0;
    text-align: center;
    margin: 0
}

.site-content .people-grid .people-link .people .people-description {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 1em;
    background-color: rgba(0, 0, 0, .75);
    color: #fff;
    display: none
}

@media only screen and (max-width: 767px) {
    .site-content .people-grid .people-link .people .people-description {
        font-size: 10px;
        width: 50%;
        display: block;
        left: 50%
    }
}

.site-content .people-grid .people-link .people .people-description .name {
    text-transform: uppercase;
    font-weight: 600;
    text-decoration: underline
}

.site-content .people-grid .people-link:focus .people-description, .site-content .people-grid .people-link:hover .people-description {
    display: block
}

/*! CSS Used from: css/custom.css */
.visually-hidden {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

a.skip-link {
    position: absolute !important;
    height: 1px;
    width: 1px;
    overflow: hidden;
    clip: rect(1px 1px 1px 1px);
    clip: rect(1px, 1px, 1px, 1px);
    white-space: nowrap
}

a.skip-link:active, a.skip-link:focus {
    clip: unset;
    width: auto;
    height: auto;
    text-align: center;
    background-color: var(--primary-on-primary);
    border-top: 2px solid #fff;
    border-right: 2px solid #fff;
    border-bottom: 2px solid #fff;
    color: #fff;
    font-weight: 700;
    overflow: hidden;
    padding: 10px 2vw;
    position: absolute;
    text-decoration: none;
    text-transform: uppercase;
    top: 2vh;
    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
}

:focus, button:focus, input:focus {
    outline: 3px solid #3dbbdb !important;
    overflow: -moz-hidden-unscrollable
}

/*! CSS Used from: cms/css/3.7.4/cms.base.css *//*! CSS Used from: Embedded */
[data-touch-action=none] {
    -ms-touch-action: none;
    touch-action: none;
    touch-action-delay: none
}

[data-touch-action=pan-x] {
    -ms-touch-action: pan-x;
    touch-action: pan-x;
    touch-action-delay: none
}

[data-touch-action=pan-y] {
    -ms-touch-action: pan-y;
    touch-action: pan-y;
    touch-action-delay: none
}

/*! CSS Used fontfaces */
@font-face {
    font-family: Gotham;
    font-weight: 100;
    src: url(fonts/Gotham-ExtraLight.eot) format("eot"), url(fonts/Gotham-ExtraLight.woff2) format("woff2"), url(fonts/Gotham-ExtraLight.woff) format("woff"), url(fonts/Gotham-ExtraLight.ttf) format("truetype"), url(img/Gotham-ExtraLight.svg#Gotham) format("svg")
}

@font-face {
    font-family: Gotham;
    font-weight: 200;
    src: url(fonts/Gotham-Light.eot) format("eot"), url(fonts/Gotham-Light.woff2) format("woff2"), url(fonts/Gotham-Light.woff) format("woff"), url(fonts/Gotham-Light.ttf) format("truetype"), url(img/Gotham-Light.svg#Gotham) format("svg")
}

@font-face {
    font-family: Gotham;
    font-weight: 300;
    src: url(fonts/Gotham-Thin.eot) format("eot"), url(fonts/Gotham-Thin.woff2) format("woff2"), url(fonts/Gotham-Thin.woff) format("woff"), url(fonts/Gotham-Thin.ttf) format("truetype"), url(img/Gotham-Thin.svg#Gotham) format("svg")
}

@font-face {
    font-family: Gotham;
    font-weight: 400;
    src: url(fonts/Gotham-Book.eot) format("eot"), url(fonts/Gotham-Book.woff2) format("woff2"), url(fonts/Gotham-Book.woff) format("woff"), url(fonts/Gotham-Book.ttf) format("truetype"), url(img/Gotham-Book.svg#Gotham) format("svg")
}

@font-face {
    font-family: Gotham;
    font-weight: 600;
    src: url(fonts/Gotham-Medium.eot) format("eot"), url(fonts/Gotham-Medium.woff2) format("woff2"), url(fonts/Gotham-Medium.woff) format("woff"), url(fonts/Gotham-Medium.ttf) format("truetype"), url(img/Gotham-Medium.svg#Gotham) format("svg")
}

@font-face {
    font-family: Gotham;
    font-weight: 700;
    src: url(fonts/Gotham-Bold.eot) format("eot"), url(fonts/Gotham-Bold.woff2) format("woff2"), url(fonts/Gotham-Bold.woff) format("woff"), url(fonts/Gotham-Bold.ttf) format("truetype"), url(img/Gotham-Bold.svg#Gotham) format("svg")
}

@font-face {
    font-family: Gotham;
    font-weight: 800;
    src: url(fonts/Gotham-Black.eot) format("eot"), url(fonts/Gotham-Black.woff2) format("woff2"), url(fonts/Gotham-Black.woff) format("woff"), url(fonts/Gotham-Black.ttf) format("truetype"), url(img/Gotham-Black.svg#Gotham) format("svg")
}

@font-face {
    font-family: django-cms-iconfont;
    src: url(cms/fonts/3.7.4/django-cms-iconfont.eot);
    src: url(cms/fonts/3.7.4/django-cms-iconfont.eot#iefix) format("eot"), url(cms/fonts/3.7.4/django-cms-iconfont.woff2) format("woff2"), url(cms/fonts/3.7.4/django-cms-iconfont.woff) format("woff"), url(cms/fonts/3.7.4/django-cms-iconfont.ttf) format("truetype"), url(cms/fonts/3.7.4/django-cms-iconfont.svg#django-cms-iconfont) format("svg");
    font-weight: 400;
    font-style: normal
}

#bootstrap-overrides .faculty-header-bar {
    background-color: var(--neutral-2);
    margin: 0;
}

#bootstrap-overrides .faculty-header-bar-h1 {
    margin: 0;
    padding: 0;
    font-weight: bold;
    font-size: 64px;
    line-height: 96px;
    color: var(--primary-on-primary);
    text-transform: lowercase;
}

#bootstrap-overrides .faculty-header-bar-search-container {
    padding: 28px 0;
}

#bootstrap-overrides  .faculty-header-bar-search-form {
    min-width: 400px;
}

#bootstrap-overrides  .faculty-header-bar-search-form-input {
    width: calc(100% - 89px);
}

@media (max-width: 575.98px) {
    #bootstrap-overrides .faculty-header-bar {
        height: calc(96px * 2);
        padding: 0 15px;
    }
    #bootstrap-overrides .faculty-header-bar > div {
        width: 100%
    }
    #bootstrap-overrides  .faculty-header-bar-search-form-input {
        width: calc(45%);
    }
}

@media (min-width: 576px) and (max-width: 767.98px) {
    #bootstrap-overrides .faculty-header-bar {
        height: calc(96px * 2);
        padding: 0 28px 0 calc(3em + 12px);
    }
    #bootstrap-overrides .faculty-header-bar > div {
        width: 100%
    }
    #bootstrap-overrides  .faculty-header-bar-search-form-input {
        width: calc(100% - 89px);
    }
}

@media (min-width: 768px) and (max-width: 991.98px) {
    #bootstrap-overrides .faculty-header-bar {
        height: 96px;
        padding: 0 28px 0 calc(3em + 12px);
    }
    #bootstrap-overrides  .faculty-header-bar-search-form-input {
        width: calc(100% - 89px);
    }
}

@media (min-width: 992px) and (max-width: 1199.98px) {
    #bootstrap-overrides .faculty-header-bar {
        height: 96px;
        padding: 0 28px 0 calc(3em + 12px);
    }
    #bootstrap-overrides  .faculty-header-bar-search-form-input {
        width: calc(100% - 89px);
    }
}

@media (min-width: 1200px) {
    #bootstrap-overrides .faculty-header-bar {
        height: 96px;
        padding: 0 28px 0 calc(3em + 12px);
    }
    #bootstrap-overrides  .faculty-header-bar-search-form-input {
        width: calc(100% - 89px);
    }
}
