/* start HOMEPAGE */

@media (min-width: 1024px) {
  #homepage.tcil #js-video {
    background-image: url('/media/schools-and-colleges/tcil/images/misc-images/tcil-still.jpg');
    background-size: cover;
  }
}

#homepage #notice {
    background: #fff;
    padding: 20px;
    text-align: center;
Color: #000;
}

#homepage #notice .h4 {
color: #203D7c;
}

 
/* end homepage notice */
  

#homepage .home-container {
        width: 80%;
    margin: auto;
  padding-top: 50px;
}

#homepage #hero-text {
  font-size: 1.25rem;
  
}

#homepage .hp-spotlight-container {
    background: #fff;
}

/*#homepage .hp-spotlight-text {
    margin-top: 30px;
      font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 20px;
}

#homepage .hp-spotlight-intro-text {
  font-size: 26px;
  font-style: italic;
}

#homepage .hp-spotlight-text p {
    margin-bottom: 35px;
}
*/

#homepage .hp-spotlight-container {
   overflow: hidden;
   display: flex;
   align-items: center;
}

#homepage .blockquote {
   color: #fff;
   font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
   font-size: 2.1875rem;
   margin: 0 auto;
    position: absolute;
    left: 10%;
    width: 80%;
}

#homepage .blockquote .quote {
   font-style: italic;
   margin-bottom: 0;
}

#homepage .blockquote .quote::before {
   content: "“";
   font-family: Georgia;
   font-size: 8rem;
   margin: -2rem 0 0 -4rem;
   position: absolute;
   color: #2D4FBF;
}

#homepage .blockquote .quote::after {
   content: "”";
   margin: -1rem -4rem 0 0;   
  font-family: Georgia;
   font-size: 8rem;
   position: absolute;
   color: #2D4FBF;
}

#homepage .blockquote .cite {
   font-size: 1.5rem;
  margin-top: 40px;
}

#homepage .blockquote .button:hover a, #homepage .blockquote button:hover {
  color: #fff;
}

#homepage #video_overlays {
    background: #E29E4A;
}

@media (max-width: 600px) {
#homepage .home-container .intro, #homepage #hero-text {
font-size: 1rem;
}
}

@media (max-width: 800px) {
#homepage .blockquote {
font-size: 1.375rem;
    left: 15%;
    width: 75%;
}
#homepage .blockquote .cite {
    font-size: 1.125rem;
margin-top: 30px;
}

#homepage .blockquote .quote::before {
font-size: 6rem;
margin: -2rem 0 0 -3rem;
}   

#homepage .blockquote .quote::after {
margin: -2rem -2rem 0 0;
  font-size: 6rem;
}
}

/* start HOMEPAGE ABOUT */

 #homepage .home-about {
    display: grid;
    display: -ms-grid;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
    margin: 50px auto;
  }

  #homepage .home-about .item1 {
    grid-column: 1 / span 6;
    -ms-grid-column: 1;
    -ms-grid-column-span: 6;
    -ms-grid-row: 1;
    background: #203D7C;
  }
  #homepage .home-about .item2 {
    grid-column: 1 / span 3;
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    -ms-grid-row: 2;
    background: #2D4FBF;
  }

.item.item3 {
    grid-column: 4 / span 3;
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    -ms-grid-row: 2;
    background: #647499;
}

#homepage .home-about .image-holder {
        width: 33%;
      height: auto;
  }

  #homepage .home-about .text-holder {
      width: 66%;
  }

  #homepage .home-about .image-holder img {
      width: 60% !important;
      height: auto !important;
      margin: auto;
  }

#homepage .home-about .item1 .image-holder img {
    width: 30% !important;
}
 
  #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: flex;
    align-items: center;
  }

#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: 2.25rem;
      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: "Gotham SSm A", "Gotham SSm B", sans-serif;
      font-size: 1.25rem;
      line-height: 1.4;
  }

  #homepage .home-about .blurb:hover {
    text-decoration: none;
  }


@media (max-width: 1218px) {
  #homepage .home-about .title {
    font-size: 1.75rem;
  }
  
  #homepage .home-about .blurb {
    font-size: 1.125rem;
  } 
}

@media (max-width: 1024px) {
  
  #homepage .home-about .item1, #homepage .home-about .item2, #homepage .home-about .item3 {
    grid-column: 1 / span 6;
    -ms-grid-columns: 1;
  -ms-grid-column-span: 6;
    
  }
  #homepage .home-about .item1 {
     -ms-grid-row: 1;
  }
  
  #homepage .home-about .item2 {
     -ms-grid-row: 2;
  }
  
  #homepage .home-about .item3 {
     -ms-grid-row: 3;
  }
  
  #homepage .home-about .item1 .image-holder img {
    width: 60% !important;
}
}

@media (max-width: 750px) {
  #homepage .home-about .item {
  padding: 20px;
}
}

@media (max-width: 500px) {
   #homepage .home-about .title {
    font-size: 1.375rem;
  }
  
  #homepage .home-about .blurb {
    font-size: 1rem;
  }
  
  #homepage .home-about .item {
    display: block;
  }
  
  #homepage .home-about .image-holder {
    width: 100%;
    margin-bottom: 30px;
  }
  #homepage .home-about .text-holder {
    width: 100%;
  }
}


@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 */

/* start HOME STATS */

#homepage .stats-img {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 50px 1fr 50px 1fr;
    grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px;
}

#homepage .stats-img p {
    margin-top: 30px;
    font-weight: 700;
    text-align: center;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 1.125rem;
}

#homepage .stat-holder {
  margin: 20px auto;
  max-width: 300px;
}

@media (max-width: 500px) {
  #homepage .stats-img {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
}
}

/* end home stats */



/* start FOOTER */

.footer__top__logo {
    max-width: 600px;
}

.footer-social-column {
    margin-top: 0;
}

/*
.footer-social-column {
    grid-column: 10/span 3;
}
*/

.footer {
    border-top: 10px solid #E29E4A;
}

@media (max-width: 800px) and (min-width: 757px) {
.footer__schools__container .button {
    width: 48.5%;
}
}

@media screen and (max-width: 800px) {
.footer-grid {
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(2, auto);
    grid-template-areas:
        "contact social-column"
        "admissions fine-print";
}

.www-footer-links li {
    margin-bottom: 15px;
}
}


/* end footer */



/* for testing new nav 7/6/20 */
#homepage.tcil .header__nav-primary__link, .tcil .header__nav-primary__link{
  color: #000;
  font-size: 1rem;
}


@media (min-width: 80em){
	#homepage.tcil .header__logo, .tcil .header__logo{
  		width: 26rem;
    }
}

/*
.tcil .school-primary-logo{
  height: 40px;
}
*/


#homepage.tcil .header__nav--fixed .header__nav-primary__link, #homepage.tcil .header__nav--fixed .header__logo, 
.tcil .header__nav--fixed .header__logo, 
.tcil .header__nav--fixed .header__nav-primary__link{
  color: #fff;
}

#homepage.tcil .header, .tcil .header{
  height: 125px;
}



#homepage.tcil #nav_main, .tcil #nav_main{
  height: 80px;
}

#homepage.tcil .header__nav-secondary, .tcil .header__nav-secondary{
  height: 45px;
  padding: 0;
}

#homepage.tcil .header__nav--fixed, .tcil .header__nav--fixed{
  padding: 0;
}



@media (min-width: 1024px) {
  #homepage.tcil .touro-home, .tcil .touro-home{
  margin: 0;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
}

 #homepage.tcil .header__nav-secondary__list, .tcil .header__nav-secondary__list{
   position: relative;
   top: 25%;
   margin: 0;
 }
}



@media (max-width: 1023px) {
  #homepage.tcil #nav_main, .tcil #nav_main{
     height: auto;
  }
  
  #homepage.tcil .header__nav-primary__link, .tcil .header__nav-primary__link{
    font-size: 2rem;
  }
  
  #homepage.tcil .header__nav-secondary__list, .tcil .header__nav-secondary__list{
    display: grid;
    justify-content: center;
  }
  
  #homepage.tcil .header{
    height: 104px;
  }
  

  
  
}
/* end new nav */


@media (max-width: 1023px) {
  
  .tcil .bursar .main{
      width: 100vw;
    }

  .tcil .leadership .main{
    width: 100vw;
  }

  .tcil .leadership #faculty_expert_detail .main__sidebar{
    width: 4000px;
  }

}

@media (max-width: 700px) {
	.tcil .leadership #faculty_expert_detail .main__sidebar{
    width: 100%;
  }
}

@media (max-width: 509px) {
	#homepage.tcil .header, .tcil .events .header{
    height: 80px;
  }
}

@media (width: 1024px) {
  .school-site .header__nav-primary{
    top: 0;
  }
}


@media (max-width: 1023px){
  .tcil .sexual .header{
    height: 80px;
  }
}





/* Start 404 */

#errorPage #main-content {
    background: url('/media/schools-and-colleges/tcil/images/misc-images/tcil-404.jpg') no-repeat center;
    background-size: cover;
}


/* end 404 */



/* header links state targeting each section*/

.about_section #mn_about:before, .about #mn_about:before,
.admissions_aid_section #mn_admissions:before, .admissions #mn_admissions:before,
.cybersecurity_section #mn_cybersecurity:before, .cybersecurity #mn_cybersecurity:before,
.data_analytics_section #mn_data_analytics:before, .data #mn_data_analytics:before,
.news_section #mn_news:before, .news #mn_news:before {
    opacity: 1;
}

/* remove double highlighting 
   https://touro-web.monday.com/boards/834606023/pulses/1144495219/posts/954697438 */
.admissions.data_analytics_section #mn_admissions:before{
  opacity: 0;
}

/* end header links state */




/* remove white gap from workshop page ie https://illinois.touro.edu/cybersecurity/cybersecurity-workshops/cs-workshop-i-51921.php*/
.tcil .workshops.cybersecurity{
  grid-template-columns: auto;
  grid-gap: 0;
}



/* new Course page header, replacing table headers */
.courseHeader { 
  background: #203D7c;
  color: white;
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
  font-weight: bold;
  font-size: 0.8125rem;
  -webkit-font-smoothing: antialiased;
  padding: 1rem;
}


/* Overwrite for third hero button on homepage */
.hero__content_overlay #hero-buttons .button.button--large {
    width: 50%;
    margin-right: 20px;
}






















