/* People Profile */
.people-hero {
    background-image: url(../images/campus_highres.jpg);
    height: 270px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.people-profile_image {
    margin: 0 auto;
    display: block;
    max-width: 349px;
    background: #fff;
    padding: 11px;
    border: 1px solid #e8e8e8;
    margin-top: -150px;
    border-radius: 5px;
}

.people-profile_image img {
    max-width: 100%;
    vertical-align: middle;
}

.builder-page-content.faculty-member-page {
    background: #F5F5F5;
}

.people_meta_inner {
    text-align: center;
    max-width: 1000px;
    margin: 0 auto;
}

h1.prople_title {
    font-size: 50px;
    line-height: 1;
    margin-top: 40px;
    margin-bottom: 0;
    padding-bottom: 10px;
}

.people-department-desginaion {
    display: block;
    align-items: center;
    justify-content: center;
    margin-top: 10px;
    font-size: 20px;
    font-family: "RealHeadPro";
    color: #000;
    font-weight: 600;
    line-height: 22px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

.people-department-desginaion .dot {
    display: block;
    width: 78px;
    height: 0px;
    border: 1px solid #D3D3D3;
    opacity: 1;
    margin: 7px auto;
}

.people-department-desginaion > div {
    padding: 5px 0;
}

.people-department-desginaion a {
    color: #000;
}

.faculty-member-single__bio-group {
    display: flex;
    justify-content: center;
    color: #838383;
    font-family: "RealHeadPro";
    font-size: 14px;
    align-items: baseline;
    margin-bottom: 0;
}

.faculty-member-single__bio-group ul li {
    padding: 0;
}

.faculty-member-single__bio-group ul {
    margin: 0;
    padding: 0;
}

h4.bio-group-title {
    text-transform: none;
    padding-right: 5px;
}

.builder-page-content.faculty-member-page .container {
    max-width: 1460px;
}

.people-content_wrap {
    background: #fff;
    display: flex;
    justify-content: space-between;
    border-radius: 6px;
    margin-bottom: 80px;
    margin-top: 90px;
}

.about-faculty-content {
    max-width: 872px;
    width: 62%;
}

.about-faculty-sidebar {
    background: #000;
    width: 38%;
}

.about-faculty-content {
    max-width: 790px;
    padding: 60px 65px 45px;
    margin: 0;
    font-size: 16px;
    line-height: 1.5;
    border: 1px solid #E8E8E8;
    border-right: 0;
}

.about-faculty-content h3 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 22px;
}

.about-faculty-content h3 {
    font-size: 22px;
    margin: 0;
    margin-bottom: 22px;
}

a.load-more-rm {
    color: #9B9B9B;
    font-weight: 500;
    font-size: 12px;
    font-family: "RealheadPro";
    padding-top: 10px;
}

a.load-more-rm i {
    width: 17px;
    height: 20px;
    background-image: url(../images/arrow-grey.svg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
    display: inline-block;
    position: relative;
    top: 6px;
    right: 2px;
}

a.load-more-rm.closed i {
    transform: rotate(-180deg);
}

.faculty-content-wrap p:first-child {
    margin-top: 0;
}

.about-faculty-sidebar {
    padding: 60px 30px 50px 90px;
    color: #fff;
    font-family: "RealHeadPro";
}

.about-faculty-sidebar h3 {
    font-size: 22px;
}

.faculty_sb_heading {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 22px;
    margin-top: 0;
    line-height: 1;
}

h4.bio-group-title {
    margin-bottom: 10px;
    font-size: 16px;
    line-height: 1;
}

.faculty-member-single__bio-group .faculty-member-single__bio-group h4.bio-group-title {
	white-space: nowrap;
}
.people_meta_inner ul {
    max-width: 520px;
}
.facult-mailing-address {
    max-width: 280px;
    margin-top: 65px;
}

.faculty-sidebar-wrap a {
    color: #fff;
    margin-left: 5px;
}

.facutity__departs > a {
    display: block;
    margin: 10px 0;
}

.facutity__departs > a:hover {
    color: #D31A2C;
}

.facutity__departs > a:after {
    content: '';
    width: 78px;
    height: 0;
    border: 1px solid #D3D3D3;
    opacity: 1;
    margin: 7px auto;
    display: block;
}

.facutity__departs > a:last-child:after {
    display: none;
}

.faculty-member-single__contact-field {
    padding-left: 30px;
    display: flex;
    align-items: center;
    position: relative;
}

.faculty-member-single__contact-field i {
    background-position: 0 center;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    display: flex;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

i.icon-email {
    background-image: url(../images/email-24.svg);
}

i.icon-phone {
    background-image: url(../images/phone-24.svg);
}

i.icon-website {
    background-image: url(../images/language-24.svg);
}

.faculty-member-single__contact-field i.icon-phone {
    height: 30px;
    width: 24px;
}

.faculty-labs-research-list {
    width: 62%;
}

.faculty-labs-researches-wrap {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.faculty-publications-list {
    width: calc(38% - 65px);
    padding-left: 25px;
    border-left: 1px solid #D9D9D9;
}

.secondary-heading {
    font-size: 22px;
    font-weight: 600;
    font-family: "RealheadPro";
    line-height: 1;
    margin-bottom: 22px;
}

.faculty-labs-research-list .secondary-heading {
    padding-left: 65px;
    margin-bottom: 45px;
}

.faculty-labs-researches-wrap .flr-item {
    padding-left: 65px;
}

ul.faculty-member-single__quick-links.-nobullets {
    padding-bottom: 0;
    margin-bottom: 0;
    font-size: 18px;
    font-weight: 600;
    max-width: 250px;
    font-family: "RealheadPro";
}

.faculty-member-single__quick-links li:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
}

ul.faculty-member-single__quick-links.-nobullets li a {
    color: #D41B2C!important;
    text-decoration: underline;
    font-size: 12px;
    padding-top: 10px;
    display: block;
}

ul.faculty-member-single__quick-links li {
    line-height: 22px;
}

.faculty-news-item {
    display: flex;
}

.faculty-news-content {
    margin-left: 40px;
    width: calc(100% - 190px);
}

.faculty-news-item {
    max-width: 850px;
    margin-bottom: 95px;
    font-family: "RealHeadPro";
}

.faculty-news-thumb {
    width: 150px;
}

.faculty-news-content .post-date {
    font-size: 12px;
    color: #D41B2C;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: .2em;
    margin-top: 0;
}

.faculty-news-content .secondary-heading {
    line-height: 30px;
    margin-bottom: 10px;
}

.fnews-excerpt + a {
    text-transform: uppercase;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: .2em;
    display: inline-block;
    border-bottom: 2px solid #D41B2C;
    margin-top: 10px;
}

.faculty-related-news {
    padding-left: 65px;
    margin-top: 60px;
    max-width: 845px;
}

.faculty-member-single__news > h3 {
    margin-bottom: 50px;
}

.faulty-news-wrap {
    display: none;
}

.faulty-news-wrap.active {
    display: block;
    margin-bottom: 75px;
}

a.load-facult-posts.btn {
    border: 1px solid #D41B2C;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 216px;
    height: 55px;
    border-radius: 55px;
    color: #D41B2C;
    text-transform: uppercase;
    font-size: 16px;
    font-weight: bold;
    letter-spacing: .2em;
}

.faculty-member-single__news {
    padding-bottom: 160px;
}

a.load-facult-posts.btn:hover {
    color: #fff;
    background: #D41B2C;
}

.fnews-excerpt + a:hover {
    color: #D41B2C;
}

a.load-facult-posts.btna {
    transition: .35s all;
}

.mobile-menu-trigger {
    right: 20px;
}

.disabled {
    opacity: .5;
    pointer-events: none;
}

.faculty-news-list {
    position: relative;
}

.faculty-news-list:after {
    content: '';
    width: 100%;
    height: 2px;
    background: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: 0;
}

ul.faculty-member-single__quick-links li:before {
    content: '';
    width: 5px;
    height: 5px;
    background: #000;
    position: absolute;
    left: 0;
    border-radius: 50%;
    opacity: .16;
    top: 10px;
}

ul.faculty-member-single__quick-links li {
    padding-left: 14px;
    position: relative;
}

.faculty-publications-list h4 {
    margin-bottom: 45px;
}

/* Archive News */
div#featured-posts-slider .nu-is-images-slide {
    background-size: cover;
    background-position: center center;
    background-color: #000;
}

div#featured-posts-slider .nu-is-images-slide img {
    opacity: 0;
    visibility: hidden;
}
@media screen and (max-width: 1200px) {
 div#featured-posts-slider .nu-is-images-slide img {
	height: 0px;
}
}

div#featured-posts-slider .hero-slides .nu-hero-slide-title {
    width: 331px;
    margin-bottom: 85px;
}

.ellip {
    display: block;
    height: 100%;
}

.ellip-line {
    display: inline-block;
    text-overflow: ellipsis;
    white-space: nowrap;
    word-wrap: normal;
    max-width: 100%;
}

.ellip, .ellip-line {
    position: relative;
    overflow: hidden;
}

div#featured-posts-slider .hero-slides .nu-hero-cat {
    display: none;
}

.news-searchbar-container {
    margin-top: 44px;
}

.news-list-wrap {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -12px;
}

body .archive-loop-item {
    width: calc(25% - 24px);
    margin: 0 12px;
    background: #fff;
    border: 1px solid #E8E8E8;
    border-radius: 6px;
    margin-bottom: 35px;
    position: relative;
    padding-bottom: 70px;
}

body .archive-loop-item .columns {
    display: block;
    padding: 0;
    margin: 0;
}

.archive-loop-item__image.column {
    width: 100%;
    padding: 0;
    height: 182px;
    overflow: hidden;
}

body .archive-loop-item:nth-child(5), body .archive-loop-item:nth-child(14) {
    width: 100%;
    padding: 0;
}

body .archive-loop-item:nth-child(5) .columns, body .archive-loop-item:nth-child(14) .columns {
    display: flex;
}

body .archive-loop-item:nth-child(5) .archive-loop-item__image.column, body .archive-loop-item:nth-child(14) .archive-loop-item__image.column {
    width: 487px;
    min-height: 430px;
}

.post-type-archive-nucos-news .page-title {
    padding: 0;
    font-size: 50px;
    font-weight: bold;
    text-transform: none;
    padding: 0;
    margin: 35px 0 25px;
}

.post-type-archive-nucos-news .page-title {
    padding: 0;
    font-size: 50px;
    font-weight: bold;
    text-transform: none;
    padding: 0;
    margin: 35px 0 25px;
}

.news-searchbar-container {
    background: #F5F5F5;
    padding: 31px 45px;
    border-radius: 6px;
    margin-bottom: 43px;
}

.news-sidebar.sidebar-filters.sidebar.sidebar--graybg {
    background: transparent;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 0;
}

.news-searchbar-container h3.heading-tertiary {
    text-transform: none;
    font-size: 22px;
    font-family: "RealHeadPro";
    color: #A8A8A8;
    margin-right: 47px;
    font-weight: 600;
}

form#news-archive-filter-form {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

.search-form-input-wrap {
    display: flex;
    width: 80%;
}

.filters-btn-wrap input.submit.button.-red-fill.-with-right-arrow {
    width: 160px;
    border-radius: 24px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .2em;
    font-family: "RealheadPro";
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
}

.news-sidebar .news-archive-filter-form.active-clear-btn .news-clear-btn {
    display: block!important;
}

div.news-sidebar .search-form input {
    height: 46px;
    background: #fff;
    border-radius: 6px;
    padding: 0 18px;
}

.news-sidebar .search-form input::placeholder {
    font-style: normal;
    color: #838383;
    font-family: "RealHeadPro-Book";
    font-size: 16px;
    font-weight: normal;
}

div.news-sidebar .news-archive-department-filter {
    width: 282px;
    background: #fff;
    display: block;
    margin: 0;
    height: 46px;
    flex: none;
    padding: 0 19px;
    border-radius: 6px;
    margin-right: 24px;
}

.news-sidebar .custom-select select {
    color: #000;
    text-transform: none;
    padding-left: 0;
    -webkit-appearance: none;
    outline: none;
    border: 0;
    box-shadow: none;
}

.news-archive-category-filter.custom-select {
    width: 282px;
    background: #fff;
    display: block;
    margin: 0;
    height: 46px;
    flex: none;
    padding: 0 19px;
    border-radius: 6px;
}

.news-archive-post-list .archive-loop-item__content,
body .archive-loop-item__content {
    padding: 45px 25px;
    position: static;
}

.archive-loop-item__image.column img {
/*     opacity: 0; */
}

.archive-loop-item__image.column a > div {
    background-size: cover;
    background-position: center center;
    height: 182px;
    border-radius: 6px 6px 0 0;
}

.archive-loop-item__image.column a img {
    opacity: 0;
    visibility: hidden;
}

body .archive-loop-item .entry-content {
    display: none;
}

.news-published-date {
    position: absolute;
    bottom: 45px;
    left: 25px;
    color: #838383;
    font-size: 14px;
    font-family: "RealHeadPro-Book";
    font-weight: normal;
}

.news-archive-post-list .main-content-container .category-badge,.category-badge {
    color: #D71B2C;
    font-size: 10px;
    font-family: "RealHeadPro";
    font-weight: bold;
    letter-spacing: .05em;
    display: block;
    padding-right: 5px;
}

body .archive-loop-item__title {
    margin-top: 10px;
}

.news-archive-post-list .archive-loop-item{
    margin-bottom: 35px;
}

div#news-archive-post-list {
    padding: 0 12px;
}

.nu-hero-cat, .nu-hero-cat a {
    font-size: 14px;
    font-weight: bold;
    color: #D71B2C;
    letter-spacing: .1em;
    text-transform: uppercase;
    font-family: "RealHeadPro";
}

.nu-hero-cat {
    margin-bottom: 20px;
}

body .archive-loop-item:nth-child(5) .archive-loop-item__content.column ,
body .archive-loop-item:nth-child(14) .archive-loop-item__content.column {
    position: relative;
    padding: 70px 50px;
}

body .archive-loop-item:nth-child(5) .entry-content ,
body .archive-loop-item:nth-child(14) .entry-content {
    display: block;
    font-size: 16px;
    font-family: "Lato";
    line-height: 30px;
}

body .archive-loop-item:nth-child(5) .archive-loop-item__image.column > a > div ,
body .archive-loop-item:nth-child(14) .archive-loop-item__image.column > a > div {
    display: block;
    height: 100%;
}

body .archive-loop-item:nth-child(5) .news-published-date ,
body .archive-loop-item:nth-child(14) .news-published-date {
    left: 50px;
}

div#featured-posts-slider .hero-headings .nu-hero-slide-title {
    max-width: 640px;
    width: 100%;
    font-size: 40px;
}

div#featured-posts-slider .hero-headings{
    max-width: 640px;
}

div.posts-list-wrap {
    position: relative;
}

.post-type-archive-nucos-news .primary-content-container {
    padding: 0;
}

div.posts-list-wrap:after {
    content: '';
    background: #F5F5F5;
    height: calc(100% - 60px);
    width: 100%;
    position: absolute;
    top: 80px;
    left: 0;
}

.archive-loop-item__title a:hover,.archive-loop-item__title a {
    border: none;
    transition: .3s all;
}

.archive-loop-item__title a:hover {
    color: #D71B2C;
}

div.posts-list-wrap > div {
    position: relative;
    z-index: 1;
}

div.pagination a.next.page-numbers {
    width: 44px;
    height: 44px;
    top: inherit;
    bottom: 0;
    transform: none;
    border: 3px solid #D5D5D5;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 170px;
}

div.pagination a.next.page-numbers:after {
    color: #D41B2C;
    opacity: 1;
    font-family: 'nuicons';
    content: "\e904";
}

div.pagination {
    display: flex;
    align-items: center;
    padding-left: 214px;
    position: relative;
}

div.pagination a.prev.page-numbers {
    width: 44px;
    height: 44px;
    top: inherit;
    bottom: 0;
    transform: none;
    border: 3px solid #D5D5D5;
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0;
    position: absolute;
    left: 0;
}

a.prev.page-numbers:before {
    content: "\e903";
    color: #D41B2C;
    opacity: 1;
    font-family: 'nuicons';
}

.pagination .page-numbers {
    color: #000;
    font-weight: 500;
    font-family: "RealHeadPro";
    margin: 0 5px;
    padding: 0 5px;
}

.pagination .current,.pagination .page-numbers:hover {
    color: #D4182B;
}

.news-archive-list-utilities {
    margin-bottom: 0;
    padding-bottom: 80px;
    margin-top: 40px;
}

.filters-btn-wrap {
    display: flex;
}

.sidebar-filters #news-archive-filter-clear {
    width: 100px;
    border-radius: 24px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .2em;
    font-family: "RealheadPro";
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin-left: 10px;
    background: #000;
    text-transform: uppercase;
    color: #ffff;
    display: none;
}

.sidebar-filters #news-archive-filter-clear:hover {
    background: #d4182b;
}

.news-sidebar .custom-select:after {
    background-image: url(../images/arrow-black-down.svg);
    width: 24px;
    height: 24px;
    background-size: contain;
    background-position: center center;
    top: 50%;
    transform: translateY(-50%);
    right: 10px;
}

p.no-results {
    min-height: 100px;
}

body.news-filter-active .new-featured-slider {
    /*display: none;*/
}

body .news-list-wrap .archive-loop-item__title,
.news-archive-post-list .archive-loop-item__title{
    font-size: 18px;
    line-height: 32px;
    font-weight: 500;
    max-width: 660px;
    padding-right: 20px;
    font-family: "RealHeadPro-medium";
}

div#featured-posts-slider .hero-slides .nu-hero-slide-title {
    opacity: .65;
}

div#featured-posts-slider .nu-hero-slide.active .nu-hero-slide-title,div#featured-posts-slider .nu-hero-slide-title:hover {
    opacity: 1;
}

.faculty-news-item:last-child{
    margin-bottom: 0;
}

/* Gallery */

.gallery-grid-item {
    width: 240px;
    height: 152px;
    border-radius: 4px;
    box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    margin: 7px;
    cursor: pointer;
    position: relative;
}

.gallery-grid-item-hover {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    background: hsla(355, 78%, 47%, 0.94);
    display: flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    border-radius: 6px;
    font-size: 12px;
    font-weight: bold;
    letter-spacing: .2rem;
    font-family: "RealHeadPro";
    opacity: 0;
    visibility: hidden;
    transition: .35s all;
}

.gallery-grid-item:hover > div{
    opacity: 1;
    visibility: visible;
}

.nucos-gallery-grid{
    display: none;
}

.nucos-gallery-grid.active {
    display: flex;
    margin: 0 -7px;
    flex-wrap: wrap;
    padding: 20px 0 80px;
}

.gallery-grid-item.active {
    display: block!important;
}

.gallery-grid-item img {
    opacity: 0;
    visibility: hidden;
}

.gallery-page-wrap {
    padding-top: 50px;
    background: #F5F5F5;
}

.gallery-page-wrap h1 {
    font-size: 50px;
    font-weight: bold;
    margin-bottom: 0;
}

.gallery-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
}

.gallery-description {
    width: 736px;
}

.launch-gallery {
    display: flex;
    align-items: center;
}

.gallery-count {
    font-size: 14px;
    color: #838383;
    font-family: "RealHeadPro-Book";
    text-transform: uppercase;
    margin-right: 26px;
    line-height: 1;
}

.launch-gallery-btn button {
    width: 216px;
    background: #D71B2C;
    height: 47px;
    border-radius: 24px;
    color: #fff;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .2em;
    font-weight: bold;
    font-family: "RealHeadPro";
    display: flex;
    align-items: center;
    justify-content: center;
}

.launch-gallery-btn button i {
    width: 20px;
    height: 20px;
    display: block;
    margin-left: 5px;
    margin-top: -4px;
}

.launch-gallery-btn button i svg {
    width: 20px;
    height: 20px;
}

.gallery-page-wrap .container {
    max-width: 1570px;
}

.gallery-visible-rows{
    display: flex;
    flex-wrap: wrap;
}

.gallery-grid-item-hover i {
    display: block;
}

.nucos-gallery-grid .gallery-grid-item {
    /*display: none;*/
}

.nucos-gallery-grid .gallery-grid-item.load-more-btn {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    background-color: #fff;
}

.gallery-grid-item.load-more-btn a {
    color: #D71B2C;
    text-transform: uppercase;
    font-size: 12px;
    letter-spacing: .1em;
    font-weight: bold;
    font-family: "RealHeadPro-Book";
        width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.gallery-grid-item.load-more-btn:hover a{
    color: #fff;
}

.gallery-grid-item.load-more-btn{
    transition: .35s all;
}

.gallery-grid-item.load-more-btn:hover{
    background: #d71b2c;
}

/* Fullscreen Gallery */

.full-screen-gallery {
    position: fixed;
    height: 100vh;
    width: 100vw;
    background: #191E22;
    top: 0;
    left: 0;
    z-index: 9999999;
}

.fs-gallery-slider-wrap {
    max-width: 1590px;
    margin: 0 auto;
    height: 100%;
}

.full-screen-gallery {
    padding: 40px 0 30px;
    overflow: hidden;
}

.gallery-title {
    font-family: "RealHeadPro";
    font-weight: bold;
    font-size: 32px;
    line-height: 28px;
    text-align: left;
    color: #fff;
    margin-bottom: 20px;
}

.fsc-gallery-thumbs-wrap {
    height: 99px;
}


.fs-gallery-slider-top {
    height: calc(100vh - 170px);
}

.fs-gallay-meta {
    color: #fff;
    width: 100%;
    font-family: "RealHeadPro";
    padding-top: 8px;
}

.gallery-meta-row1 {
    display: flex;
    justify-content: space-around;
}

.download-img-wrap {
    display: flex;
    justify-content: flex-end;
    margin-left: auto;
    align-items: center;
}

.btn-download-img a {
    color: #fff;
}

.images-pagination {
    font-size: 12px;
    margin-left: 24px;
}

.btn-download-img {
    font-size: 10px;
}

.cp-right {
    opacity: .23;
    font-size: 12px;
}

.gallery-meta-row2 {
    font-size: 14px;
    max-width: 590px;
    margin-top: 10px;
}

.gallery-meta-row2 strong {
    font-weight: bold;
}

.fs-gallery-slider {
    height: calc(100% - 50px);
}

.fs-gallery-slider .slick-list {
    height: 100%;
}

.fs-gallery-item {
    height: 100%;
}

.fs-gallery-slider .slick-track {
    height: 100%;
}

.fs-gallery-img {
    height: calc(100% - 125px);
    background-repeat: no-repeat;
    background-position: center center;
}

.fsc-gallery-thumb {
    width: 155px;
    height: 99px;
    background-size: cover;
    background-position: center center;
    margin: 0 6px;
    border-radius: 6px;
    border: 1px solid rgba(0, 0, 0, 0.65);
}

.fsc-gallery-thumb img {
    opacity: 0;
}

.fs-gallery-img img {
    opacity: 0;
    visibility: hidden;
}

.fs-gallery-img.portrait {
    background-size: auto 100%;
}

.fs-gallery-img.landscape {
    background-size: contain;
}

.fsc-gallery-thumb:after {
    content: '';
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background-color: #000;
    opacity: 0.65;
}

.fsc-gallery-thumb:hover,
.fsc-gallery-thumb.slick-slide.slick-current {
    border: 1px solid #D71B2C;
}

.fsc-gallery-thumb:hover:after,
.fsc-gallery-thumb.slick-slide.slick-current:after {
    display: none;
}

.fsc-gallery-thumb{
    position: relative;
}

.fsc-gallery-thumbs-slider{
    height: 100%;
}

.btn-download-img a {
    display: flex;
    align-items: center;
}

.btn-download-img i {
    padding-left: 5px;
    display: flex;
    align-items: center;
}

i.fsc-arrow-right {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: -35px;
    z-index: 1;
    cursor: pointer;
}

i.fsc-arrow-left {
    position: absolute;
    left: -35px;
    top: 50%;
    transform: translateY(-50%);
}

.close-gallery {
    position: absolute;
    top: 20px;
    color: #fff;
    right: 30px;
}

.close-gallery a {
    display: flex;
    align-items: center;
    color: #fff;
    font-size: 12px;
}

.close-gallery span {
    width: 20px;
    height: 20px;
    margin-left: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.full-screen-gallery {
    opacity: 0;
    visibility: hidden;
    transition: .35s ease;
}

html.gallery-active .full-screen-gallery {
    opacity: 1;
    visibility: visible;
}

.gallery-grid-item.load-more-btn.all-loaded {
    display: none;
}

.fs-gallery-slider-wrap{
    padding: 0 100px;
}

.fsc-gallery-thumbs-wrap .slick-arrow {
    opacity: .32;
}

.gallery-count.mobile-only {
    display: none;
}

/* Responsiveness */
@media all and (max-width: 1600px) {

    .news-searchbar-container h3.heading-tertiary {
        margin-right: 30px;
        width: 90px;
    }

    div.news-sidebar .news-archive-department-filter {
        width: 30%;
    }

    .news-archive-category-filter.custom-select {
        width: 30%;
    }

    .news-sidebar .search-form {
        width: 20%;
    }

    .news-searchbar-container {
        padding: 30px;
    }

    .filters-btn-wrap {
        margin-left: 20px;
    }

}

@media all and (max-width: 1450px) {
    div#featured-posts-slider .hero-headings .nu-hero-slide-title {
        font-size: 40px;
        max-width: 550px;
    }
}

@media all and (min-width: 1200px) {
    div#featured-posts-slider .hero-slides {
        right: 106px;
    }

    div#featured-posts-slider .hero-headings {
        left: 125px;
    }
}

@media all and (max-width: 1200px) {
    .about-faculty-content {
        padding: 40px;
    }

    .about-faculty-sidebar {
        padding: 40px 0px 0px 40px;
        min-width: 350px;
    }

    .faculty-labs-researches-wrap .flr-item {
        padding-left: 50px;
    }

    .faculty-related-news {
        padding-left: 50px;
    }

    .faculty-related-news {
        width: 62%;
    }

    .faculty-labs-research-list .secondary-heading {
        padding-left: 50px;
    }

    body .archive-loop-item {
        width: calc(50% - 24px);
    }

    div#featured-posts-slider .hero-headings {
        margin: 0 auto;
        max-width: 100%;
        position: static;
    }

    div#featured-posts-slider .nu-is-images-slide {
        height: 587px;
    }

    div#featured-posts-slider .nu-is-images-slide:before {
        z-index: -1;
    }

    div#featured-posts-slider .hero-headings .nu-hero-slide-title {
        max-width: 100%;
    }

    .fs-gallery-slider-top {
        max-width: 90%;
        margin: 0 auto;
    }

    .fs-gallery-slider .slick-arrow {
        margin-top: -62px;
    }

    .gallery-description{
        width: 550px;
    }

    .gallery-grid-item {
        width: 210px;
    }
}

@media all and (max-width: 992px) {
    .people-profile_image {
        max-width: 250px;
        margin-top: -100px;
    }

    .people-hero {
        height: 200px;
    }

    h1.prople_title {
        font-size: 35px;
        margin-top: 20px;
    }

    .people-department-desginaion {
        font-size: 16px;
    }

    .faculty-member-single__bio-group {
        font-size: 12px;
    }

    .people-profile_image {
        max-width: 250px;
        margin-top: -100px;
    }

    .people-hero {
        height: 200px;
    }

    h1.prople_title {
        font-size: 35px;
        margin-top: 20px;
    }

    .people-department-desginaion {
        font-size: 16px;
    }

    .faculty-member-single__bio-group {
        font-size: 12px;
    }

    .people-content_wrap {
        flex-wrap: wrap;
        margin-bottom: 65px;
    }

    .about-faculty-content {
        order: 2;
    }

    .about-faculty-sidebar {
        width: 100%;
        padding: 40px 0px 40px 40px;
    }

    .about-faculty-content {
        width: 100%;
    }

    .faculty-labs-research-list .secondary-heading {
        padding-left: 0;
    }

    .faculty-labs-research-list {
        width: 100%;
    }

    .faculty-labs-researches-wrap {
        flex-wrap: wrap;
    }

    .faculty-publications-list {
        width: 100%;
        padding-left: 0;
        border: 0;
        margin-top: 30px;
    }

    .faculty-related-news {
        padding-left: 0;
        width: 100%;
    }

    h4.bio-group-title {
        font-size: 12px;
    }

    form#news-archive-filter-form {
        max-height: 100%;
        flex-wrap: wrap;
    }

    .news-toggle {
        display: none;
    }

    .search-form-input-wrap {
        width: 100%;
        flex-wrap: wrap;
    }

    .news-searchbar-container h3.heading-tertiary {
        width: 100%;
        margin: 0;
        display: block;
        text-align: center;
        margin-bottom: 20px;
    }

    .news-sidebar .search-form {
        width: 100%;
        padding: 0;
        margin-bottom: 13px;
    }

    .news-searchbar-container {
        padding: 30px 25px;
    }

    div.news-sidebar .news-archive-department-filter {
        width: 100%;
        margin-bottom: 13px;
    }

    .news-archive-category-filter.custom-select {
        width: 100%;
    }

    .filters-btn-wrap {
        margin: 0;
        width: 100%;
        justify-content: center;
        margin-top: 30px;
    }

    body.post-type-archive-nucos-news .column.primary-content-container {
        padding: 0 10px;
    }

    .fs-gallery-slider-wrap {
        padding: 0 50px;
    }

    .gallery-header {
        display: block;
    }

    .gallery-count {
        display: none;
    }

    .gallery-count.mobile-only {
        display: block;
    }

    .gallery-title{
        font-size: 22px;
    }
	div#featured-posts-slider .nu-is-images-slide {
        height: auto;
    }
    div#featured-posts-slider .nu-is-images-slide img {
        position: static;
    }
    .hero-slider-wrapper {
        margin-top: 30px;
    }
}

@media all and (max-width: 767px) {
    .people-profile_image {
        max-width: 210px;
        padding: 7px;
        margin-top: -135px;
    }

    .people-hero {
        margin-top: 46px;
        background-image: url(../images/bg-hero-faculty-mobile.jpg);
    }

    .about-faculty-sidebar {
        padding: 35px 22px;
        border-radius: 5px;
        margin-bottom: 12px;
    }

    .people-content_wrap {
        background: transparent;
        border-radius: 0;
    }

    .about-faculty-content {
        background: #fff;
        border-radius: 5px;
        border: 1px solid #E8E8E8;
        padding: 33px 22px;
    }

    .faculty-labs-researches-wrap .flr-item {
        padding-left: 22px;
    }

    .flr-item.flr-item-has-faculty {
        /* padding-top: 0; */
    }

    .faculty-related-news {
        border-top: 1px solid #CBCBCB;
        margin-top: 40px;
        padding-top: 50px;
    }

    .faculty-news-thumb {
        display: none;
    }

    .faculty-news-content {
        margin-left: 0;
        width: 100%;
    }

    .faculty-news-item {
        margin-bottom: 25px;
        padding-bottom: 20px;
        border-bottom: 1px solid #CBCBCB;
    }

    .fnews-excerpt + a {
        display: none;
    }

    .faculty-member-single__news {
        padding-bottom: 110px;
    }

    .faculty-news-list {
        position: relative;
    }

    .faculty-news-list:after {
        content: '';
        width: 100%;
        height: 2px;
        background: #f5f5f5;
        position: absolute;
        bottom: 0;
        left: 0;
    }

    .about-faculty-sidebar {
        min-width: auto;
    }

    .facult-mailing-address {
        margin-top: 45px;
    }

    .faculty-news-content .secondary-heading {
        font-size: 20px;
        line-height: 24px;
    }

    a.load-facult-posts.btn {
        width: 205px;
        height: 47px;
        font-size: 14px;
    }

    .mobile-menu-trigger {
        right: 20px;
    }

    .people-content_wrap {
        margin-top: 50px;
    }

    .faculty-member-single__contact-field {
        padding-left: 34px;
    }

    h4.bio-group-title {
        font-size: 16px;
        margin-bottom: 8px;
    }

    h4.bio-group-title {
    }

    .faculty-labs-research-list .secondary-heading {
        margin-bottom: 40px;
    }

    .faculty-publications-list h4 {
        margin-bottom: 40px;
    }

    body .archive-loop-item {
        width: calc(100% - 24px);
    }

    div#featured-posts-slider .hero-headings .nu-hero-slide-title {
        font-size: 30px;
        line-height: 40px;
    }

    div.pagination {
        padding-left: 48px;
    }

    div.pagination a.next.page-numbers {
        margin-left: 50px;
    }

    body .archive-loop-item {
        border: 0;
        padding: 0;
        margin-bottom: 0;
    }

    div.posts-list-wrap:after {
        display: none;
    }

    .news-archive-post-list .archive-loop-item__image {
        display: none;
    }

    .news-published-date {
        position: static;
    }

    .news-archive-post-list .archive-loop-item__content, body .archive-loop-item__content {
        padding: 0;
        padding: 20px 0;
        padding-right: 30px;
        border-bottom: 1px solid #DBDBDB;
    }

    .news-archive-post-list .archive-loop-item__title {
        font-size: 16px;
        line-height: 21px;
        margin-bottom: 20px;
        margin-top: 10px;
    }

    .news-archive-post-list .archive-loop-item {
        margin-bottom: 0;
    }


    body .archive-loop-item:nth-child(5) .archive-loop-item__image.column,
    body .archive-loop-item:nth-child(14) .archive-loop-item__image.column {
        width: 100%;
        display: block;
        height: 182px;
        min-height: 182px;
    }

    body .archive-loop-item:nth-child(5) .columns, body .archive-loop-item:nth-child(14) .columns {
        display: block;
        border: 1px solid #E8E8E8;
        border-radius: 6px;
    }

    body .archive-loop-item:nth-child(5) .archive-loop-item__content.column,
    body .archive-loop-item:nth-child(14) .archive-loop-item__content.column {
        padding: 30px 25px;
    }

    body .archive-loop-item:nth-child(5) .entry-content,
    body .archive-loop-item:nth-child(14) .entry-content {
        display: none;
    }

    body .archive-loop-item:nth-child(5) h3, body .archive-loop-item:nth-child(14) h3 {
        margin-bottom: 30px;
    }

    body .archive-loop-item:nth-child(5), body .archive-loop-item:nth-child(14) {
        border-top: 1px solid #e8e8e8;
        border-bottom: 1px solid #e8e8e8;
        padding: 18px 0;
        border-radius: 0;
    }

    .post-type-archive-nucos-news .page-title {
        margin-top: 50px;
        margin-bottom: 30px;
        font-size: 35px;
        padding-left: 20px;
    }

    body .news-list-wrap .archive-loop-item__title, .news-archive-post-list .archive-loop-item__title{
        font-size: 16px;
        margin-top: 0;
    }

    .news-searchbar-container {
        margin-top: 30px;
        margin-bottom: 30px;
    }

    .launch-gallery .gallery-count {
        display: none;
    }

    .gallery-count.mobile-only {
        display: block;
    }

    .gallery-header {
        display: block;
    }

    .gallery-description {
        width: 100%;
    }

    .gallery-grid-item {
        width: 115px;
        height: 77px;
        margin: 3px;
        width: calc(33.33% - 6px);
    }

    .gallery-page-wrap .container {
        padding: 0 30px;
    }

    .gallery-page-wrap h1 {
        font-size: 35px;
    }

    .gallery-description {
        font-size: 14px;
    }

    .gallery-grid-item.load-more-btn {
        width: 100%;
        box-shadow: none;
        height: auto;
        margin-top: 17px;
        margin-bottom: 17px;
        background-color: transparent!important;
    }

    .nucos-gallery-grid.active {
        padding-bottom: 0;
    }

    .gallery-grid-item.load-more-btn a:hover {
        background: transparent;
        color: #D71B2C;
    }

    .gallery-grid-item.load-more-btn.all-loaded {
        display: block;
        opacity: 0;
        visibility: hidden;
    }

    .fs-gallery-slider-top {
        max-width: 100%;
        margin: 0 auto;
    }

    .fs-gallery-slider-top {
        height: auto;
    }

    .fs-gallery-slider-wrap {
        padding-top: 30px;
        padding-left: 20px;
        padding-right: 20px;
    }

    .gallery-meta-row2 {
        font-size: 10px;
    }

    .btn-download-img {
        display: none;
    }

    i.fsc-arrow-left {
        left: -15px;
        z-index: 1;
    }

    .fs-gallery-slider {
        height: 50vh;
    }

    .fsc-gallery-thumb {
        height: 60px;
    }

    .fsc-gallery-thumbs-wrap {
        height: auto;
        margin-top: 30px;
    }

    i.fsc-arrow-right {
        right: -15px;
    }

    .fsc-gallery-thumb.slick-slide {
        height: 47px;
        max-height: 47px;
    }

    .fsc-gallery-thumbs-wrap .slick-arrow {
        width: 6px;
    }

    .fs-gallery-slider .slick-arrow svg {
        width: 6px;
    }

    .fsc-gallery-thumbs-wrap .slick-arrow svg {
        width: 5px;
    }

    .fsc-gallery-thumbs-wrap .slick-arrow {
        opacity: 1;
    }

    .close-gallery {
        right: 20px;
    }

    .close-gallery span {
        margin-left: 10px;
    }

    .launch-gallery {
        margin-top: 20px;
        margin-bottom: 10px;
    }

    .launch-gallery-btn button i {
        margin-left: 10px;
    }

    .gallery-count.mobile-only {
        margin-top: 5px;
    }

    .people-department-desginaion>div {
        line-height: 1.3;
        font-size: 12px;
    }

    .faculty-member-single__bio-group {
        display: block;
    }
}

@media all and (max-height: 500px) and (orientation: landscape){
    .fs-gallery-slider-top {
        height: auto;
    }

    .fs-gallery-slider-wrap {
        padding-top: 30px;
        padding-left: 30px;
        padding-right: 30px;
    }

    .gallery-meta-row2 {
        font-size: 10px;
    }

    .btn-download-img {
        display: none;
    }

    i.fsc-arrow-left {
        left: -15px;
        z-index: 1;
    }

    .fs-gallery-slider {
        max-height: 50vh;
    }

    .fsc-gallery-thumb {
        height: 60px;
    }

    .fsc-gallery-thumbs-wrap {
        height: auto;
    }

    i.fsc-arrow-right {
        right: -15px;
    }

    .fs-gallery-slider .slick-list{
        height: 50vh;
    }

    .fsc-gallery-thumbs-wrap {
        display: none;
    }

    .fs-gallery-slider .slick-list{
        height: 70vh;
    }
}

.search-results .news-list-wrap {
    width: 100%;
}

body.search-results .archive-loop-item {
    border-bottom: 1px solid #e8e8e8;
}

.search-no-results div#search-post-list {
    display: block;
    padding-bottom: 50px;
}

.search-no-results .page-content:before {
    display: none;
}

.search-no-results .page-title {
    text-transform: none;
    font-family: 'RealHeadPro-medium';    
}


@media screen and (max-width: 1200px) {

	#featured-posts-slider .div .nu-hero-slide {
		position: relative !important;
	}
	
	.slick-active .nu-hero-slide .nu-hero-slide-infobox {
		position: absolute !important;
		width: 100% !important;
	}
}