
button.header__menu__search, button.header__small__icon--search.toggle-search {
    display: none;
}
/* Start HOMEPAGE */

 
 
  #homepage #video_overlays {
  /*
    opacity: 1;
    mix-blend-mode: hard-light;
    background: rgb(7 29 76 / 70%);
  */
  height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    background: #fff;
    opacity: .6;
    mix-blend-mode: normal;
}



/* Homepage video still */
@media (min-width: 1024px) {
  #homepage.las-new #js-video {
     background-image: url(/media/schools-and-colleges/lander-college-for-arts-and-sciences/images/misc-images/las_homepagereel_still_dec2025.jpg);
     background-size: cover;
    height: 90vh;
  }
  


#homepage .video-arrow, .pauseVideo::after {
  color: #002F87;
}

#homepage video {
    filter: none;
    -webkit-filter: none;
    filter: none;
}

#homepage main .container {
    width: 80%;
}

#homepage #featured-video {
    max-width: 70%;
}
}



@media (max-width: 600px) {
#homepage #featured-video {
    max-width: 90%;
}
}






/* start homepage about */

  #homepage .home-about {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-gap: 2rem;
    margin: 50px auto;
  }

  #homepage .home-about .item1 {
    grid-column: 1 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 2;
    background: #647499;
  }

  #homepage .home-about .item2 {
    grid-column: 2 / span 1;
    -ms-grid-column: 2;
    -ms-grid-row: 2;
    -ms-grid-column-span: 1;
    background: #203D7C;
  }

  #homepage .home-about .item3 {
    grid-column: 1 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    background: #203D7C;
  }
  #homepage .home-about .item4 {
    grid-column: 2 / span 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    -ms-grid-row: 3;
    background: #2D4FBF;
  }

  #homepage .home-about .item {
    color: #fff;
    padding: 30px;
    text-decoration: none;
        -webkit-transition: all 0.2s ease-in-out 0s;
    -moz-transition: all 0.2s ease-in-out 0s;
    -ms-transition: all 0.2s ease-in-out 0s;
    -o-transition: all 0.2s ease-in-out 0s;
    transition: all 0.2s ease-in-out 0s;
    display: block;
  }

#homepage .home-about .item:hover {
  box-shadow: 10px 10px 30px rgba(0,0,0,0.1);
    -webkit-transform: perspective(1200px) translateZ(50px);
    -moz-transform: perspective(1200px) translateZ(50px);
    -ms-transform: perspective(1200px) translateZ(50px);
    -o-transform: perspective(1200px) translateZ(50px);
    transform: perspective(1200px) translateZ(50px);
}

  #homepage .home-about .title {
      font-size: 36px;
      color: #fff;
      margin-top: 5px;
      font-family: "brandon-grotesque", sans-serif;
      text-transform: uppercase;
      font-weight: 700;
      line-height: 1.3;
  }

  #homepage .home-about .title:hover {
    text-decoration: none;
  }

  #homepage .home-about .line {
    width: 40px;
    height: 5px;
    background: #fff;
  }

  #homepage .home-about .blurb {
        padding-top: 20px;
      font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
      font-size: 20px;
      line-height: 1.4;
  }

  #homepage .home-about .blurb:hover {
    text-decoration: none;
  }


  #homepage .home-about .image-holder {
        width: 33%;
      height: auto;
      float: left;
  }

  #homepage .home-about .text-holder {
      width: 66%;
      float: left;
  }

  #homepage .home-about .image-holder img {
      width: 60% !important;
      height: auto !important;
      margin: auto;
      padding-top: 30%;
  }
#homepage .home-about .item6 .image-holder img {
    width: 30% !important;
    padding-top: 0;
}



@media (max-width: 1218px) {
  #homepage .home-about .title {
    font-size: 28px;
  }
  
  #homepage .home-about .blurb {
    font-size: 18px;
  } 
}

@media (max-width: 1024px) {
  
  #homepage .home-about .item1, #homepage .home-about .item2, #homepage .home-about .item3, #homepage .home-about .item4 {
    grid-column: 1 / span 4;
    -ms-grid-column: 1;
  -ms-grid-column-span: 4;
    
}
  #homepage .home-about .item1 {
     -ms-grid-row: 2;
  }
  
  #homepage .home-about .item2 {
     -ms-grid-row: 3;
  }
  
  #homepage .home-about .item3 {
     -ms-grid-row: 4;
  }
  
  #homepage .home-about .item4 {
     -ms-grid-row: 5;
  }
  
  #homepage .home-about .image-holder img {
    padding-top: 20%;
  }
}

@media (max-width: 750px) {
  #homepage .home-about .image-holder img {
    padding-top: 35%;
  }
  #homepage .home-about .item {
  padding: 20px;
}
}

@media (max-width: 500px) {
   #homepage .home-about .title {
    font-size: 22px;
  }
  
  #homepage .home-about .blurb {
    font-size: 16px;
  }
}


@supports (-ms-ime-align: auto) {
  #homepage .home-about .item {
    margin: 1rem;
  }
}

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  #homepage .home-about .item {
    margin: 1rem;
  }
}
/* end home about */



/* LAS header */


li.has-shelf {
    position: relative;
}

.header__nav-primary .header__nav-primary__list .has-shelf .shelf {
    border: 0.5px solid #7B8BAA;
      width: 300px;
    margin-left: -30px;
      margin-top: 79.5px;
}

#homepage .header__nav-primary .header__nav-primary__list .has-shelf .shelf {
    margin-top: 62px;  
}

.header__nav-primary .header__nav-primary__list .has-shelf .shelf a {
    font-weight: 500;
    letter-spacing: .03rem;
  font-size: 1.1rem;
}

.header__nav-primary .header__nav-primary__list .has-shelf .shelf.programs ul li {
    padding: 8px 5px 8px 0;
}

.subnav__placeholder--mobile .subnav__toggle {
    border-bottom: none;
    background-color: #002F87;
    font-size: 1.1rem;
    color: #fff;
}

.subnav__placeholder--mobile .subnav__toggle span {
    margin-right: 8px;
}

.subnav__placeholder--mobile .subnav__toggle svg {
    height: 20px;
}


@media (min-width: 80em) {
  #homepage.new-nav .new-header-logo, .new-nav .new-header-logo {
    width: 18rem;
}
}


.homepage .header__nav-primary .new-header-logo {
    display: none;
}

.homepage .header__nav-primary.header__nav--fixed .new-header-logo {
  display: block;
}

@media (min-width: 64em) {
#homepage .header__nav-primary, #homepage.new-nav #nav_main.new-nav-container, .new-nav .new-nav-container {
    background: transparent;
}
      #homepage.new-layout #nav_main.new-nav-container, .new-layout .new-nav-container {
        height: 80px;
    }
  
#homepage.school-site .header__nav-primary .header__menu__search, #homepage.new-nav .new-header-link {
    color: #002F87;
  font-size: 1.125rem;
} 

#homepage.new-nav .new-header {
    height: 45px;
}  

.header__logo {
    width: 16rem;
}
  
#homepage .header__menu__search:before {
    background-color: #002F87;
} 
}


@media (min-width: 1024px) and (max-width: 1400px) {
 
  
    .las-new.new-nav .header__menu__search:before {
    	left: -.5rem;
	}
  
    .las-new.new-nav .header__menu__search .svgstore--search svg{
      width: 2rem;
      transform: scale(.75);
    }
}


@media (max-width: 1023px) {

  #homepage .main {
    max-width: 100vw;
  }
  .inner_landing #touroCanvas {
    display: grid;
    grid-template-rows: 104px 1fr auto auto;
    grid-template-areas:
        "header"
        "notification"
      "subnav"
        "main-content"
        "footer";
}
  
  .subnav__placeholder--mobile {
    position: relative;
    top: 0;
  }
}

@media (max-width: 510px) {

  
  .inner_landing #touroCanvas {
    grid-template-rows: 80px 1fr auto auto;
   
}
  
 
}

/* header links state targeting each section*/

.about_us_section #mn_about:before, .about #mn_about:before,
/* academics */
.academics #mn_academics:before, .academics_section #mn_academics:before,
.admissions_aid_section #mn_admissions:before, .admissions #mn_admissions:before,
.campus_life_section #mn_campus:before, .campus #mn_campus:before,
.after_lander_section #mn_after_lander:before, .after #mn_after_lander:before,
/* beis medrash */
.beis_medrash_l_talmud_section #mn_beis:before, .beis.medrash #mn_beis:before,
.news_events_section #mn_news:before, .news #mn_news:before,
/* student life */
.student.life #mn_campus:before, .student_life_section #mn_campus:before{
    opacity: 1;
}


/* end header links state */


/* start about */

.stories.about_us_section hr {
height: 2px;
    background: #d8d8d8;
}

/* end about */

/* Faculty Lists */
.las-new .faculty_experts_lister .faculty_titles .faculty_title {
    display: none;
}
.las-new .faculty_experts_lister .faculty_titles .faculty_title.las {
    display: flex;
}
/* End Faculty Lists */



/* Start 404 */

#errorPage #main-content {
    background: url('/media/schools-and-colleges/lander-college-for-men/content-assets/images/404-LCM.jpg') no-repeat center;
    background-size: cover;
}

#errorPage .main h1, #errorPage .main h2 {
    color: #002F87;
}

#errorPage .main p {
    color: #000;
    margin: 30px 0 40px 0;
    font-size: 1.25rem;
}

/* end 404 */


  
  /* homepage video button style */
/* https://touro-web.monday.com/boards/4403606775/pulses/6722086879?notification=4640752198 */
button.pauseVideo{
  border: none;
  background-color: transparent;
}
  
 /* https://touro-web.monday.com/boards/4947514572/pulses/7180945804 */
  .container.touro-home .first a:focus{
	color: #fff;
  font-weight: 700;
  font-size: 0.8rem;
  text-decoration: none;
}

  


.hero__overlay {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    opacity: .2;
    background: #000;
}

body.search .header__search {
    display: none;
}

body.search.inner_landing_no_left_nav .main_content, body.search.inner_landing_no_left_nav .main {
    margin-top: 0;
}





/* NOTE: fix this logo section */
.school-fixed-logo {
  display: none !important;
}


/* only show when header is stuck */
.new_nav--fixed .school-fixed-logo {
  display: inline-block !important;
}

.new_nav--fixed .school-primary-logo {
  display: none !important;
}





















