/* remove search */
.header__nav-primary__list li:last-child {
    display: none;
}
button.header__small__icon--search.toggle-search {
    display: none;
}
/* start HOMEPAGE */


#homepage .hero__content.container--blue {
    display: block;
    padding: 1% 10% 2% 10%;
  text-align: center;
}

.homepage h1.logo {
    top: 45%;
    z-index: 3;
    width: 800px;
}

.homepage .header__nav-primary__list li:first-child {
  display: none;
}

.content_block.services-block {
  margin-top: 40px;
  text-align: center;
}

@media (max-width: 1023px) {
  .homepage h1.logo { 
    left: 60%;
  }
}

/* start homepage about */

  #homepage .home-about {
    display: grid;nycpm
    display: -ms-grid;
    grid-template-columns: 1fr 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-gap: 2rem;
    width: 80%;
    margin: 120px auto 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 .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 .text-holder {
      width: 100%;
      float: left;
  }



@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 {
    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;
  }

}

@media (max-width: 750px) {

  #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 */

/* Homepage video still */
@media (min-width: 1024px) {
  #homepage.nycpm #js-video {
      background-image: url(/media/schools-and-colleges/nycpm/images/nycpm_homepagereel_stillrev.jpg);
     background-size: cover;
    height: 90vh;
  }
  

  
  button.pauseVideo {
    border: none;
    background-color: transparent;
}

#homepage #featured-video {
    max-width: 70%;
}
}



@media (max-width: 600px) {
#homepage #featured-video {
    max-width: 90%;
}
}
/* end homepage video */

/* end homepage */


/* start FOOTER */

.footer__top__logo {
    max-width: 500px;
}

.footer__schools__container #social-grid {
	padding-left: 0;
	display: flex;
  margin-top: 0;
}

.footer__schools__container ul {
list-style: none;
padding-left: 0;
}

.footer__schools__container ul li {
	margin-bottom: 20px;
}

.footer__schools__container ul li a {
text-decoration: none;
}

.footer__schools__container ul.two-col {
	grid-gap: 0 8px;
}

.footer__schools__container .footer-links {
	margin-top: 30px;
}

.footer__schools__container #social-grid li {
	margin-bottom: 0;
}

.footer__schools__container p {
  font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
    font-weight: 600;
    font-size: 14px;
    margin-top: 20px;
}

.footer-grid{
  margin-top: 2rem;
}



/*
@media only screen and (min-width: 64em) {
    .footer__schools__container .col-sm-6, .footer__schools__container .col-sm-12 {
        padding-right: 1.5rem;
        padding-left: 1rem;
    }
}
*/
/* end footer */

@media (min-width: 64em) {
.news_events_landing_page_layout .subnav__current ul {
    display: none;
}
}


/* nycpm header */

.new-layout .new-header .header__small {
  padding: 5px 5%;
}

.header__small__icon--logo {
  margin: auto;
}

@media (min-width: 64em) {
  .header__logo { 
    width: 13rem;
  }

    #homepage.new-nav .new-header-logo, .new-nav .new-header-logo {
        width: 13rem;
    }



@media (min-width: 1150px) {
  #homepage.nycpm-new .new-header-logo, 
  .nycpm-new.new-nav .new-header-logo{
  		width: 18rem;
    }
}


@media (max-width: 1149px) {
  #homepage.nycpm-new .new-header-logo, 
  .nycpm-new.new-nav .new-header-logo{
  		width: 14rem;
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
   #homepage.nycpm-new.new-nav .new-header-link, .nycpm-new.new-nav .new-header-link{
    	font-size: 14px;
	}
  
    .nycpm-new.new-nav .header__menu__search:before {
    	left: -.5rem;
	}
  
    .nycpm-new.new-nav .header__menu__search .svgstore--search svg{
      width: 2rem;
      transform: scale(.75);
    }
}


@media (max-width: 1023px) {
  #homepage.nycpm-new .header__small__icon--logo, 
  .nycpm-new.new-nav .header__small__icon--logo{
  		max-width: 26rem;
    	width: 100%;
    }
  /*
  #homepage.nycpm-new .new-header, 
  .nycpm-new.new-nav .new-header{
        height: 80px;
    }
  */
  
  /* fix spacing on bottom of header */
  .nycpm-new.new-nav #touroCanvas {
    display: grid;
    grid-template-rows: 104px 56px 1fr auto auto;
    grid-template-areas: 
    "header"
    "subnav"
    "notification"
    "main-content"
    "footer";
}

/* end header */
  
  /*fix request info tab on homepage */
  
  #requestMoreInfoMod {
    top: 0;
  }
  /* end info box */


  /* homepage video button style */
/* https://touro-web.monday.com/boards/4403606775/pulses/6722086879?notification=4640752198 */
button.pauseVideo{
  border: none;
  background-color: transparent;
}
}





/*

/* new navigation */

 

.subnav li {
    border-bottom: none;
}



@media screen and (min-width: 320px) {
    .new-layout #main-content .sidenav .banner .banner-text h1 {
        font-size: calc(2.2rem + 0.8*(100vw - 320px) / 1120);
    }
}

@media screen and (min-width: 320px) {
    h2, .h3 {
        font-size: calc(2rem + 0.5*(100vw - 320px) / 1120);
    }
}



/*


@media (min-width: 64em) {
    #homepage.new-layout .new-header-link, .new-layout .new-header-link {
        color: #fff;
        font-weight: 400;
        padding: 29px 0;
    }
     #homepage.new-layout .new-header-link:hover, .new-layout .new-header-link:hover {
        border-bottom: 2px solid #fff;
       padding-bottom: 27px;
    }
  .header__nav-primary.header__nav--fixed .menu-container, .header__nav-primary.header__nav--fixed {
        background: url(/media/global/images/arrow-bg-lighter.jpg);
    background-size: 100%;
     }
  .header__nav--fixed .header__nav-primary__list {
    background: url(/media/global/images/arrow-bg-lighter.jpg);
    background-size: 100%;
  }
  
  .header__nav-primary__list {
       padding: 0 4.5rem;
  }
  
    html:not(.gse-new) .header__nav--fixed .header__nav-primary__list {
background: linear-gradient(90deg, #011f53, #01286d) !important;
    }
      .header__nav-primary__link:before, .new-header-link:before, .school_nav_link:before {
      display: none;
    }
}



.school-site .header__nav-secondary__list li a, .school-site .header__nav-secondary__list li a:focus {
    font-weight: 400;
	font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  color: #fff;
}

*/


.new-layout #main-content .sidenav .banner {
  background: url(/media/global/images/arrow-bg-lighter.jpg);
    background-size: 100%;
}



.subnav__current .currentbranch0 {
    padding-bottom: 0;
}


#homepage .header__nav-primary .new-header-logo {
    display: none;
}

#homepage .header__nav-primary.header__nav--fixed .new-header-logo {
    display: block;
}

*/

/* section highlight */

.education_section #mn_education, 
.admissions_section #mn_admissions,
.about_section #mn_about,
.student_section #mn_student {
  font-weight: 800;
  position: relative; 
}
  
  /* Start 404 */

#errorPage #main-content {
    background: url('/media/schools-and-colleges/nycpm/images/404-person-on-crutches.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 */


  /*
.education_section #mn_education::after,
.admissions_section #mn_admissions::after,
.about_section #mn_about::after,
.student_section #mn_student::after {
  content: '';
  position: absolute;
  top: 4rem;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #fff; 
}
  */

.school-site .header__nav-primary .header__nav-primary__list .has-shelf .shelf .no-img-links {
    text-align: left;
}

.school-site .header__nav-primary .header__nav-primary__list .has-shelf .shelf .no-img-links li {
    margin: 15px 0;
}

.school-site .header__nav-primary .header__nav-primary__list .has-shelf .shelf .no-img-links a {
font-weight: 400;
}


















