/* start HOMEPAGE */

#homepage #video_overlays {
    background: #058251;
}

#homepage .hero__content.container--blue {
  display: block;
}

.hero__content .button {
  width: 100%;
  margin: 6px auto;
}

#your_career_starts_here {
        background-image: url('/media/global/images/arrow-bg-lighter.jpg');
  background-size: cover;
}

@media (min-width: 1024px) {
#homepage #js-video {
   background-image: url('/media/schools-and-colleges/nyscas/images/redesign/nyscashomepage_vidstill.jpg');
    background-size: cover;
}
}


/* start homepage about */

  #homepage .home-about {
    display: grid;
    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 */

/* end homepage */



@media (min-width: 64em) {
.news_events_landing_page_layout .subnav__current ul {
    display: none;
}
}



/* NYSCAS header */
@media (min-width: 1150px) {
  #homepage.nyscas-new .new-header-logo, 
  .nyscas-new.new-nav .new-header-logo{
  		width: 18rem;
    }
}


@media (max-width: 1149px) {
  #homepage.nyscas-new .new-header-logo, 
  .nyscas-new.new-nav .new-header-logo{
  		width: 14rem;
    }
}

@media (min-width: 1024px) and (max-width: 1400px) {
   #homepage.nyscas-new.new-nav .new-header-link, .nyscas-new.new-nav .new-header-link{
    	font-size: 14px;
	}
  
    .nyscas-new.new-nav .header__menu__search:before {
    	left: -.5rem;
	}
  
    .nyscas-new.new-nav .header__menu__search .svgstore--search svg{
      width: 2rem;
      transform: scale(.75);
    }
}


@media (max-width: 1023px) {
  #homepage.nyscas-new .header__small__icon--logo, 
  .nyscas-new.new-nav .header__small__icon--logo{
  		max-width: 26rem;
    	width: 100%;
    }
  /*
  #homepage.nyscas-new .new-header, 
  .nyscas-new.new-nav .new-header{
        height: 80px;
    }
  */
  
@media (max-width: 650px) {
    #homepage.nyscas-new .header__small__icon--logo, .nyscas-new.new-nav .header__small__icon--logo {
        max-width: 17rem;
    }
}
  
/* 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;
}
}



/* Start 404 */

#errorPage #main-content {
    background: url('/media/schools-and-colleges/nyscas/images/nyscas-404.jpg') no-repeat center;
    background-size: cover;
  text-shadow: 0 2px 10px #00000085;
}


/* end 404 */



/* START ACADEMICS */

.academics-wrapper .sideBySideText {

	list-style: none;
    padding: 0;
    font-family: "Metropolis", sans-serif;
    letter-spacing: 0.07rem;
}

/* end academics */

/* Begin Dropdown */

.dropdown-text {
    color: black;
    font-weight: bold;
    font-size: 0.8125rem;
    padding-right: 15px;
    font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
}

.dropdown-down{
    
    width: 10px;
}

.dropbtn {
    background: #103CCC;
    color: white;
    border: none;
    cursor: pointer;
    width: 275px;
}

.faculty-dropdown {
    position: relative;
    display: inline-block;
    font-weight: 700;
    font-size: 13px;
    font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
}


.drop-content {
    display: none;
    position: absolute;
    width: 275px;
    padding: 0;
    z-index: 1;
    margin-top: 2px;
    border: 2px solid #103CCC;
    border-radius: 3px;
    background-color: white;
    box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
}

.drop-content a {
    color: black;
    padding: 12px 24px;
    text-decoration: none;
    display: block;
    font-size: 0.8125rem;
    margin: 0 0 2px 0;
}


.drop-content a:hover {background-color: #f1f1f1}

.dropdown:hover .dropbtn {
    background: #103CCC;
}

.faculty-dropdown:hover .drop-content {
    display: block;
}

.dropbtn.button.button--large:hover, .dropbtn.button.button--large:focus {
	color: white;
    background: #103CCC;
}

#dropdownBtn .active{
	color: white;
    background: #103CCC;
}

.dropdown-container{
  padding-top: 30px;
}

.mobile{
  display: none;
}
@media (max-width: 1024px) {
#faculty_experts_home .page__content .dropdown-container.desktop {
   display : none; 
}
#faculty_experts_home .page__content .dropdown-container.mobile {
   display : block; 
}  
}






