/* new added css for showcase page */
body.page-node-student-showcase #navbar,
body.page-node-student-showcase .l-subfeatures .pr-subfeatures{
  display:none !important;
}

.lasalle-load-more-loading.hide{
    display: none;
}

.lasalle-load-more-loading{
    background: url(/themes/custom/lasalle/styles/stylesheets/images/loader.gif) no-repeat;
    background-size: cover;
    width: 30px;
    height: 30px;
    font-size: 0;
    z-index: 9;
    text-indent: -9999999px;
    overflow: hidden;
    margin: 0 auto;
    margin-top: 3%;
    display: block;
}

/* for mbile filter */
.mobile-filter-button:hover {
    background-color: #ffffff;
    color: #000000;

}

.mobile-filter-button {
    display: inline-block;
    padding: 5px 20px;
    border: 1px solid #ffffff;
    color: #ffffff;
    cursor: pointer;
    margin-bottom: 15px;
}

.page-node-student-showcase .custom-modal-container {
    background-color: #f2f2f2;
    position: fixed;
    top: 100%;
    left: 0;
    right: 0;
    height: 100%;
    width: 100%;
    z-index: 9999999;
    overflow-y: scroll;
    overflow-x: hidden;
    transition: all ease-out .2s;
    visibility: hidden;
}

.page-node-student-showcase .mobile-filter-contents-popup .mobile-filter-contents {
    background-color: #000;
    background-image: none;
    width: 100%;
    min-height: 100vh;
    position: relative;
    left: 0px;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px 100px;
    bottom: 0;
}

.page-node-student-showcase .mobile-filter-contents-popup .custom-modal-container {
    left: -100%;
    top: 0;
}

.page-node-student-showcase .mobile-filter-contents-popup .mobile-filter-popup {
    left: 0!important;
    visibility: visible;
}

.page-node-student-showcase .mobile-filter-contents-popup .mobile-filter-contents .mobile-filter-contents-inner h4 {
    font-family: work sans,sans-serif;
    font-weight: 700;
    font-size: 17px;
    letter-spacing: .1em;
    line-height: 28px;
    text-transform: inherit;
    color: #fff;
    margin-bottom: 40px;
}

.page-node-student-showcase .mobile-filter-contents-popup .mobile-filter-contents .mobile-filter-contents-inner h5 {
    font-family: work sans,sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .01em;
    line-height: 26px;
    color: #fff;
    margin-bottom: 10px;
}

.page-node-student-showcase .mobile-filter-contents-popup .mobile-filter-contents select {
    color: #555;
    height: 40px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
    font-family: work sans,sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .01em;
    line-height: 26px;
}

.page-node-student-showcase .mobile-filter-contents-popup .mobile-filter-contents {
    background-color: #000;
    background-image: none;
    width: 100%;
    min-height: 100vh;
    position: relative;
    left: 0;
    right: 0;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 20px 100px;
    bottom: 0;
}

.page-node-student-showcase .mobile-filter-contents-popup .mobile-filter-contents .mobile-filter-modal-button-container{
    bottom: 40px;
    position: absolute;
    width: 94%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-right: 40px;
}


.page-node-student-showcase .mobile-filter-contents-popup .mobile-filter-contents .mobile-filter-modal-button-container .btn-cancel{
    padding: 5px 30px;
    border: 2px solid #fff;
    text-align: center;
    background: 0 0;
    display: block;
    color: #fff;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    width: 50%;
    cursor: pointer;
    display: inline-block;
}

.page-node-student-showcase .mobile-filter-contents-popup .mobile-filter-contents .mobile-filter-modal-button-container .btn-filter{
    padding: 5px 30px;
    border: 2px solid #fff;
    text-align: center;
    background: #fff;
    display: block;
    color: #000;
    position: relative;
    text-decoration: none;
    text-transform: capitalize;
    margin-left: 15px;
    width: 50%;
    cursor: pointer;
    display: inline-block;
}
/* end for mobile filter */
/* tab panel */
.page-node-student-showcase .tabs a {
    font-family: work sans,sans-serif;
    font-weight: 400;
    font-size: 15px;
    color:#fff;
}

.page-node-student-showcase .tabs {
    font-family: work sans,sans-serif;
    font-weight: 400;
    font-size: 15px;
    margin-bottom: 2rem;
    padding: 0;
    margin: 1rem 0;
}


/* for breadcurmb link */
.page-node-student-showcase .node__header .link--angle-right {
    margin-bottom: 15px;
}
.page-node-student-showcase .link--angle-right {
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow-wrap: break-word;
    text-transform: uppercase;
    padding-right: 20px;
    position: relative;
    font-family: work sans,sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: .01em;
    line-height: 26px;
}

.page-node-student-showcase .link--angle-right .link-icon{
    background: url(/themes/custom/lasalle/styles/stylesheets/images/l-sprite.png) no-repeat;
    display: inline-block;
    background-size: 100%;
    width: 15px;
    height: 15px;
    vertical-align: middle;
    margin-left: 10px;
    background-position: 100% -93px;
}

.page-node-student-showcase .link--angle-right:hover .link-text .hover-effect {
    border-bottom: 1px solid;
}


/* end for breadcrumb link */
.page-node-student-showcase .custom-modal-container {
     background-color: #f2f2f2;
     position: fixed;
     top: 100%;
     left: 0;
     right: 0;
     height: 100%;
     width: 100%;
     z-index: 9999999;
     overflow-y: scroll;
     overflow-x: hidden;
     transition: all ease-out .2s;
     visibility: hidden;
}


.page-node-student-showcase .custom-modal-container.popup-slide-up {
     top: 0;
     visibility: visible; 
}

.page-node-student-showcase .custom-modal-container.popup-slide-up .parent-modal-close {
        position: fixed; 
}

.page-node-student-showcase .custom-modal-container .bg-edge2edge {
      width: 100%;
      position: relative;
      left: 0;
      right: auto;
      margin-left: 0;
      margin-right: 0; 
}

.page-node-student-showcase .custom-modal-container .parent-modal-wrapper {
      padding: 0;
      background: #292929;
      border-width: 0;
      border-style: solid;
      width: 100%;
      margin: 0 auto;
      border-color: #bcbcbc;
      height: 100%;
}

.page-node-student-showcase .custom-modal-container .parent-modal-wrapper .parent-modal-content {
        margin-bottom: 54px; 
}
     
.page-node-student-showcase .custom-modal-container .parent-modal-wrapper .parent-modal-content .paragraph--type--faq {
          padding-bottom: 80px; 
}
          
.page-node-student-showcase .custom-modal-container .child-modal-wrapper {
      width: 100%;
      height: 100%;
      overflow-y: auto;
      color: #555555;
      padding-top: 0px;
      padding-bottom: 80px;
      position: fixed;
      top: 0;
      transition: all ease-out .2s;
}

.page-node-student-showcase .custom-modal-container .child-modal-wrapper.hide{
        display: block;
        top: 100%; 
}

.page-node-student-showcase .custom-modal-container .child-modal-wrapper.hide .child-modal-close {
        position: absolute; 
}
          
.page-node-student-showcase .custom-modal-container .child-modal-wrapper .lasalle-load-more-loading {
        position: relative;
        top: 50%;
        margin-top: -15px; 
}

.page-node-student-showcase .custom-modal-container .child-modal-wrapper .child-modal-close {
        position: fixed;
        bottom: 0;
        background: #000000;
        width: 100%;
        height: 64px;
        text-align: center;
        padding: 20px;
        font-size: 14px;
        color: #ffffff;
        cursor: pointer;
        text-transform: uppercase;
        letter-spacing: 6px;
        font-family: 'Work Sans', sans-serif;
        font-weight: 700; 
}

.page-node-student-showcase .custom-modal-container .child-modal-wrapper .child-modal-content {
        width: 1104px;
        max-width: 100%;
        margin: 0 auto; 
}

.page-node-student-showcase .custom-modal-container .child-modal-wrapper .child-modal-content .node {
          background-color: #f2f2f2;
}
          
.page-node-student-showcase .custom-modal-container .child-modal-wrapper .child-modal-content .node .node__header {
            margin-bottom: 60px;
}
            
.page-node-student-showcase .custom-modal-container .child-modal-wrapper .child-modal-content .node .node__header h1 {
              color: #292929; 
}
              
.page-node-student-showcase .custom-modal-container .parent-modal-close {
      position: absolute;
      bottom: 0;
      background: #000000;
      width: 100%;
      height: 64px;
      text-align: center;
      padding: 20px;
      font-size: 14px;
      color: #ffffff;
      cursor: pointer;
      text-transform: uppercase;
      letter-spacing: 6px;
      font-family: 'Work Sans', sans-serif;
      font-weight: 700; 
}

.page-node-student-showcase .node--view-mode-popup .node__header .node__title,
.page-node-student-showcase .node--type-academics .node__header .node__title,
.page-node-student-showcase .node--type-students-showcase .node__header .node__title {
     font-family: 'Work Sans', sans-serif;
     font-weight: 700;
     font-size: 24px;
     letter-spacing: 0.22em;
     line-height: 36px;
     text-transform: inherit;
     margin-bottom: 0;
     text-transform: uppercase; 
}
 
.page-node-student-showcase .node--view-mode-popup .node__header .node__title a,
.page-node-student-showcase .node--type-academics .node__header .node__title a,
.page-node-student-showcase .node--type-students-showcase .node__header .node__title a {
      color: #ffffff; 
}
      
      
.page-node-student-showcase .node--view-mode-popup .node__header .node__title a:hover,
.page-node-student-showcase .node--type-academics .node__header .node__title a:hover,
.page-node-student-showcase .node--type-students-showcase .node__header .node__title a:hover {
        text-decoration: none; 
}
        
        
.page-node-student-showcase .node--view-mode-popup .node__header .category,
.page-node-student-showcase .node--type-academics .node__header .category,
.page-node-student-showcase .node--type-students-showcase .node__header .category {
    text-transform: uppercase; 
}

.page-node-student-showcase .node--type-public-scholarship .node__header .node__title,
.page-node-student-showcase .node--type-scholarships .node__header .node__title,
.page-node-student-showcase .node--type-faq .node__header .node__title {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.3em;
    line-height: 56px;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 650px;
    width: 100%;
    margin-bottom: 40px; 
}

.page-node-student-showcase .node--type-public-scholarship .node__header .node__title,
.page-node-student-showcase .node--type-scholarships .node__header .node__title {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.3em;
    line-height: 56px;
    text-transform: uppercase;
    color: #ffffff;
    max-width: 650px;
    width: 100%;
    margin-bottom: 10px; 
}


.page-node-student-showcase .parent-modal-content #admission-accordion {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    padding-right: 15px;
    padding-left: 15px;
}

.page-node-student-showcase .flatpickr-calendar.open {
    z-index: 999999999; 
}

.page-node-student-showcase .close-custom-dates {
    display: inline-block;
    cursor: pointer;
    background: url("images/header_close_icon.png") no-repeat;
    width: 15px;
    height: 15px;
    background-size: 100%;
    color: transparent;
    position: absolute;
    right: 15px;
    top: 14px;
    z-index: 3; 
}

.page-node-student-showcase .custom-date-container-mobile .close-custom-dates {
    color: inherit;
    right: 10px;
    top: 5px; 
  
}
  
.page-node-student-showcase .custom-date-container-mobile .generic-drop-down-selected-value-wrapper {
    max-width: 100%;
}

.page-node-student-showcase .custom-modal-container.type-student-work h2,
.page-node-student-showcase .custom-modal-container.type-school-work h2 {
    font-family: 'Barlow Black' !important;
    font-size: 80px !important;
    line-height: 80px !important;
    position: relative;
    font-weight: inherit !important;
    letter-spacing: normal !important;
    color: white;
    text-transform: none !important; 
  
}

.page-node-student-showcase .custom-modal-container.type-student-work h2:after,
.page-node-student-showcase .custom-modal-container.type-school-work h2:after {
    content: "";
    position: absolute;
    bottom: -100px;
    width: 70px;
    height: 8px;
    background-color: #ffffff;
    display: block;
    z-index: 1; 
}
  
.page-node-student-showcase .custom-modal-container.type-student-work h1,
.page-node-student-showcase .custom-modal-container.type-school-work h1 {
    font-size: 36px !important;
    line-height: 46px !important;
    font-family: Akzidenz-Grotesk Pro Bold !important;
    max-width: 100% !important;
    margin-bottom: 10px !important;
    font-weight: normal !important;
    letter-spacing: normal !important;
    text-transform: none !important;
}

.page-node-student-showcase .custom-modal-container.type-student-work .field__item,
.page-node-student-showcase .custom-modal-container.type-school-work .field__item {
     margin-left: 0;
}

.page-node-student-showcase .custom-modal-container.type-student-work .right-content,
.page-node-student-showcase .custom-modal-container.type-school-work .right-content {
     margin-left: 0;
}
.page-node-student-showcase .custom-modal-container.type-student-work .project-media,
.page-node-student-showcase .custom-modal-container.type-school-work .project-media {
     padding-top: 100px;
  
}

.page-node-student-showcase .custom-modal-container.type-student-work .project-media .thumb-nav-for-slider,
.page-node-student-showcase .custom-modal-container.type-school-work .project-media .thumb-nav-for-slider {
    margin-left: -10px;
    margin-right: -10px; 
}

.page-node-student-showcase .custom-modal-container.type-student-work .field-name-field-work-description,
.page-node-student-showcase .custom-modal-container.type-student-work .credit-wrapper,
.page-node-student-showcase .custom-modal-container.type-school-work .field-name-field-work-description,
.page-node-student-showcase .custom-modal-container.type-school-work .credit-wrapper {
     margin-bottom: 60px;
}

.page-node-student-showcase .custom-modal-container.type-student-work .bio-wrapper,
.page-node-student-showcase .custom-modal-container.type-school-work .bio-wrapper {
    padding-top: 0;
    background-image: url(images/bg_pattern_top.png);
    background-position: 0 0;
    background-size: 100%;
    background-repeat: no-repeat; 
}

.page-node-student-showcase .custom-modal-container.type-student-work .credits,
.page-node-student-showcase .custom-modal-container.type-school-work .credits {
      margin-top: 48px;
}

.page-node-student-showcase .custom-modal-container.type-student-work .credits .credits-wrapper,
.page-node-student-showcase .custom-modal-container.type-school-work .credits .credits-wrapper {
    margin-bottom: 50px;
}

.page-node-student-showcase .custom-modal-container.type-student-work .credits .credits-wrapper:last-child,
.page-node-student-showcase .custom-modal-container.type-school-work .credits .credits-wrapper:last-child {
      margin-bottom: 0;
}


.page-node-student-showcase .custom-modal-container.type-student-work .graduates-slider-disable,
.page-node-student-showcase .custom-modal-container.type-school-work .graduates-slider-disable {
  display: flex; 
}

.page-node-student-showcase .custom-modal-container.type-student-work .graduates-slider-disable .views-row,
.page-node-student-showcase .custom-modal-container.type-school-work .graduates-slider-disable .views-row {
    flex-basis: 20%;
}

.page-node-student-showcase .custom-modal-container.type-student-work .two-column__text .col-md-12,
.page-node-student-showcase .custom-modal-container.type-school-work .two-column__text .col-md-12 {
    margin-bottom: 50px;
}

.page-node-student-showcase .custom-modal-container.type-student-work .two-column__text .col-md-12:last-child,
.page-node-student-showcase .custom-modal-container.type-school-work .two-column__text .col-md-12:last-child{
    margin-bottom: 0; 
  
}

.page-node-student-showcase {
    background-color: #292929;
}

.page-node-student-showcase .node__container .bg-edge2edge {
    width: inherit;
    position: relative;
    left: inherit;
    right: inherit;
    margin-left: inherit;
    margin-right: inherit; 
}

.page-node-student-showcase .l-rw.regions.container.pr-main__rw.arc--1.hr--1 {
    padding-left: 0;
    padding-right: 0; 
}

.page-node-student-showcase .profile-top-content {
    padding-top: 0  !important;
    margin-top: -60px; 
}

.page-node-student-showcase .loader {
    font-family: 'Work Sans', sans-serif;
    font-weight: 400;
    font-size: 15px;
    letter-spacing: 0.01em;
    line-height: 26px;
    color: #adadad; 
}

.page-node-student-showcase #main-content {
    padding-bottom: 110px;
}

.page-node-student-showcase .header-banner-wrapper {
    margin-top: 80px;
}

.page-node-student-showcase .node-title-wrapper {
    display: none;
}

.page-node-student-showcase .node__header {
    margin-top: 0;
}

.page-node-student-showcase .node__header .link--angle-right {
    margin-bottom: 15px;
}

.page-node-student-showcase .node__title {
    font-family: 'Work Sans', sans-serif;
    font-weight: 700;
    font-size: 40px;
    letter-spacing: 0.3em;
    line-height: 56px;
    text-transform: uppercase;
    color: #ffffff;
    margin-bottom: 50px;
    max-width: 410px;
    width: 100%;
}

.page-node-student-showcase .generic-drop-down-selected-value-wrapper {
    max-width: 362px !important;
    color: #bbbbbb !important;
    border: 1px solid #bbbbbb !important;
    max-width: 362px !important;
    height: 40px !important;
    padding: 5px 20px !important;
    letter-spacing: 0.01em !important;
    line-height: 26px !important;
    color: #555555 !important;
    position: relative !important;
    line-height: 30px !important;
    cursor: pointer !important; 
}

.page-node-student-showcase .generic-drop-down-selected-value {
    font-family: 'Work Sans', sans-serif !important;
    font-weight: 400 !important;
    font-size: 15px !important;
    height: auto !important;
    line-height: 26px !important;
    text-transform: initial !important;
    color: #bbbbbb !important;
    border-right: none !important;
}

.page-node-student-showcase .generic-slected-value-icon {
    right: 15px;
    top: 5px;
    width: 10px;
    height: 10px;
}

.page-node-student-showcase .icon-arrow_drop_down:before,
.page-node-student-showcase .icon-arrow_drop_up:before {
    content: "\e900";
    border-left: inherit;
    border-right: inherit;
    border-top: indianred;
    position: inherit;
    top: inherit;
    left: inherit;
    transform: inherit;
    color: #bbbbbb !important; 
}


.page-node-student-showcase .icon-arrow_drop_up:before {
    transform: rotate(180deg) !important;
}

.page-node-student-showcase .generic-drop-down-container .generic-drop-down-options-wrapper {
    max-width: 362px;
}

.page-node-student-showcase .generic-drop-down-container .generic-drop-down-options-wrapper li {
      font-weight: 400;
      font-size: 15px;
}

.page-node-student-showcase .custom-modal-container .node-title-wrapper {
    display: block !important;
}


.page-node-student-showcase .custom-modal-container.type-student-work h2,
.page-node-student-showcase .custom-modal-container.type-school-work h2 {
    font-family: 'Barlow Black' !important;
    font-size: 80px !important;
    line-height: 80px !important;
    position: relative;
    font-weight: inherit !important;
    letter-spacing: normal !important;
    color: white;
    text-transform: none !important;
    max-width: 100% !important;
}

.page-node-student-showcase .custom-modal-container.type-student-work h2:after,
.page-node-student-showcase .custom-modal-container.type-school-work h2:after {
      content: "";
      position: absolute;
      bottom: -100px;
      width: 70px;
      height: 8px;
      background-color: #ffffff;
      display: block;
      z-index: 1;
      bottom: -84px;
}

.page-node-student-showcase .student-img {
    margin-bottom: 30px;
}

.page-node-student-showcase .student-img .school-media a {
      margin: 0;
}

.page-node-student-showcase .content-filter-blocks .generic-drop-down-container .generic-drop-down-selected-value-wrapper .generic-selected {
    padding-left: 0;
}

.page-node-student-showcase .programmes-filter .generic-selected {
    text-align: left !important;
}

/* START FOR PAGE LOAD MORE */
.page-node-student-showcase a.link--chevron-down.load-more{
    display: block;
    color: #fff;
    text-decoration: none;
    position: relative;
    overflow-wrap: break-word;
    text-align: center;
}

.page-node-student-showcase a.link--chevron-down.load-more:hover .link-text{
    color: #fff;
    text-decoration: none;
    border-bottom:1px solid;
}

/* END FOR PAGE LOAD MORE */


@media (min-width: 1200px) {
  .page-node-student-showcase .container {
    width: 1104px;
    max-width: 100%;
  } 
  
  .page-node-student-showcase .parent-modal-content #admission-accordion {
      width: 1104px;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto;
   }
	
}

@media (min-width: 992px) {
    .page-node-student-showcase .parent-modal-content #admission-accordion {
      width: 960px;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto; 
    	
    } 
	
}

@media only screen and (max-width: 768px) {
  .page-node-student-showcase .fav-div {
     display: none;
  }

  .page-node-student-showcase .fav-btn-wrapper {
	  position: relative;
	  display: flex;
	  width: 100%;
	  max-width: 1020px;
	  justify-content: flex-end;
   }	
   
   .page-node-student-showcase .parent-modal-content #admission-accordion {
      width: 720px;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto; 
   	}
   	
   	.page-node-student-showcase .custom-modal-container.type-student-work .bio-wrapper, .page-node-student-showcase .custom-modal-container.type-school-work .bio-wrapper {
      background-image: none;
    }

    .page-node-student-showcase .custom-modal-container.type-student-work h2,
    .page-node-student-showcase .custom-modal-container.type-school-work h2 {
        font-size: 42px !important;
        line-height: 42px !important;
        word-break: break-word;
    }

    .page-node-student-showcase .showcase-desktop-filter {
      display: none;
    }

    .school-media a .student-name {
        font-size: 14px;
        margin-top: 18px;
        order: 1;
        display: block;
        color: #ffffff;
        font-family: Akzidenz-Grotesk Pro Bold;
    }
}

@media only screen and (min-width: 768px){
  .page-node-student-showcase .mobile-filter-button {
      display: none;
  } 
}

@media only screen and (max-width: 720px) {
    .page-node-student-showcase .node--type-public-scholarship .node__header .node__title,
    .page-node-student-showcase .node--type-scholarships .node__header .node__title,
    .page-node-student-showcase .node--type-faq .node__header .node__title {
       margin-bottom: 25px; 
    }
    
    .page-node-student-showcase .node--type-public-scholarship .node__header .node__title,
    .page-node-student-showcase .node--type-scholarships .node__header .node__title {
      margin-bottom: 10px; 
    }
    
    .page-node-student-showcase .custom-modal-container.type-student-work .field-name-body p {
        font-size: 15px !important;
        line-height: 22.5px !important; 
    }
 
   .page-node-student-showcase .custom-modal-container.type-student-work .abstract p:last-child {
        margin-bottom: 27px;
    }
  
   .page-node-student-showcase .custom-modal-container.type-student-work h2 {
	    font-size: 42px !important;
	    line-height: 42px !important;
    }
    
    .page-node-student-showcase .custom-modal-container.type-student-work h2:after {
        bottom: -84px; 
    	
    }
    
   .page-node-student-showcase .custom-modal-container.type-student-work h1 {
	    font-size: 22px !important;
	    line-height: 28px !important;
	    text-align: center !important;
	    margin-bottom: 15px !important;
   }
   
   .page-node-student-showcase .custom-modal-container.type-student-work .wrapper {
	    display: block !important;
	    text-align: center; 
   	}
   	
    .page-node-student-showcase .custom-modal-container.type-student-work .wrapper .program-type {
	      padding-right: 0 !important;
	      margin-right: 0px !important;
	      font-size: 14px;
	      line-height: 18px;
    }
    
    .page-node-student-showcase .custom-modal-container.type-student-work .wrapper .program-type .field__item {
        margin-right: 0; 
    	
    }
    
    .page-node-student-showcase .custom-modal-container.type-student-work .wrapper .program-type:after {
          display: none !important;
    	
    }
    .page-node-student-showcase .custom-modal-container.type-student-work .wrapper .portfolio-year {
	      font-size: 14px;
	      line-height: 16px;
    }
    
	.page-node-student-showcase .custom-modal-container.type-student-work .profile-top-content .field-type-image__item {
	    max-width: 146px;
	 }
	 
	.page-node-student-showcase .custom-modal-container.type-student-work .project-media {
	    padding-top: 20px;
	 }
  .page-node-student-showcase .custom-modal-container.type-student-work .profile-bottom-content .row {
       display: block;
   }
  .page-node-student-showcase .custom-modal-container.type-student-work .profile-top-content {
       padding-top: 0;
       margin-top: -86px; 
   }
      
      
}

@media (min-width: 576px) {
    .page-node-student-showcase .parent-modal-content #admission-accordion {
      width: 540px;
      max-width: 100%;
      padding-left: 15px;
      padding-right: 15px;
      margin-left: auto;
      margin-right: auto;
    }
}

@media only screen and (max-width: 540px) {
    .page-node-student-showcase .node--type-public-scholarship .node__header .node__title,
    .page-node-student-showcase .node--type-scholarships .node__header .node__title,
    .page-node-student-showcase .node--type-faq .node__header .node__title {
        font-family: 'Work Sans', sans-serif;
        font-weight: 700;
        font-size: 24px;
        letter-spacing: 0.22em;
        line-height: 36px;
        text-transform: inherit;
        text-transform: uppercase;
    } 

    .page-node-student-showcase .node__title {
        font-size: 17px;
        letter-spacing: 0.1em;
        line-height: 28px;
        margin-top: 15px;
        margin-bottom: 25px;
    }
      
    .page-node-student-showcase span.btn-cancel.filter-search-close{
         color:#ffffff;
    }
    


}

@media only screen and (max-width: 391px) {
  .page-node-student-showcase ul.tabs li{
      padding:5px 30px 5px 30px !important;
  }
}

