/* Start UNIVERSAL */

.new-layout #main-content .sidenav .banner, .new-layout #main-content .header-wrapper {
    background-image: url('/media/global/images/arrow-bg-lighter.jpg');  
}

@media (max-width: 700px) {
    .new-layout #main-content .sidenav .banner, .new-layout #main-content .landing .banner {
         background: -webkit-linear-gradient(left, #011f53, #01286d);
        background: linear-gradient(90deg, #011f53, #01286d);
    }
}



  .homepage h1.logo {
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 2;
    background-repeat: no-repeat;
    transform: translate(-50%, -50%);
}

.homepage .mobile-header-container h1.logo {
    display: none;
} 

@media (max-width: 1023px) {
    .homepage h1.logo {
        display: none;
    }
}
.homepage h1.logo span {
    display: block;
    opacity: 0;
    overflow: hidden;
    width: .1rem;
    height: .1rem;
} 

  .image-holder img {
    height: auto !important;
  }

  .intro {
      clear: left;
  }

  .grey-background {
    background: #f2f2f2;
  }


  .clearfix::after {
      content: "";
      clear: both;
      display: table;
  }

/* removed these overwrites on the defaults - not specific enough and causing issues on other pages (story) 

  .main {
    margin: 0;
  }

  .main__container {
    margin-bottom: 5rem;
    margin-top: 0;
  }

*/

  .shs-new .programs_inner .breadcrumb, .shs-new .programs_landing .breadcrumb, .gssw-new .inner_landing .breadcrumb{
    grid-area: breadcrumb;
  }

  .shs-new .programs_inner .main__sidebar, .shs-new .programs_landing .main__sidebar, .gssw-new .inner_landing .main__sidebar{
    grid-area: sidebar;
  }

  .shs-new .programs_inner .main__content, .shs-new .programs_landing .main__content, .gssw-new .inner_landing .main__content{
    grid-area: main__content;
  }

  @media (max-width: 1022px){
    .shs-new .main__container, .gssw-new .main__container{
      display: grid;
      grid-template-rows: 30px auto auto;
      grid-template-areas:
        "breadcrumb"
        "main__content"
        "sidebar";
      
    }
    
    .shs-new .sidebar-content img{
      max-width: 300px;
    }
  }


  .section_header {
    margin-bottom: 2rem;
  }

.hero{
  padding: 0;
}

  

  .sidebar-content {
      width: 25%;
      float: right;
      margin-left: 30px;
  }
  
.workshops, .ip-featured {
  display: -ms-grid;
  display: grid; 
  -ms-grid-columns: auto 10px auto; 
  grid-template-columns: auto auto;
  grid-gap: 10px;
 }

body.workshops {
    display: block;  
}

.inner_landing_no_left_nav .main_content {
    margin-top: 50px;
}
.inner_landing_no_left_nav .faculty_content {
    width: 74%;
    float: right;
    margin-top: 3rem;
}

.feature-group .container--blue a {
    color: #fff;
    position: absolute;
    bottom: 20px;
  font-weight: 700;
      font-size: 1.125rem;
}

.feature-group .container--blue a:hover, .feature-group .container--blue a:focus {
    color: #fff;
text-decoration: none;
}

.feature-group .feature__content {
    width: 100%;
    position: relative;
    color: #fff;
}

.feature-group .feature__heading {
    font-size: 1.35rem;
}

.button-light {
  color: #000;
  background: transparent;
}

.button-light:hover, .button-light:focus {
  color: #fff;
  background: #103CCC;
}

/* Universal responsive */


@media (max-width: 1023px) {
/*  
  .main {
    margin: 0;
  }
*/
  
  .content h1 {
    text-transform: none;
  }
 
  
  #homepage #block-1 .content img {
      display: none;
    }
  .inner_landing_no_left_nav .faculty_content {
    width: 100%;
}
}

/* emergency notifications */

/*
.notification.notification-type-general-notification a {
  color: #fff;
  text-decoration: underline;
  font-weight: 700;
}

.notification.notification-type-general-notification a:hover {
  text-decoration: none;
}


@media (max-width: 599px) {
  .sidebar-content {
    width: 100%;
  }
}

@media (max-width:500px) {
  .hero__image .h1 { 
     font-size: 32px;
} 
}

*/

/* End UNIVERSAL */

/* Start header */

.header__small__icon--logo {
  color: #000;
}


.school-site .header__nav-primary .header__nav-primary__list li a:not([class]), #homepage.school-site .header__nav-primary .header__menu__search, .school-site .header__nav-primary .header__menu__search{
    color: #002F87;
}


#homepage.school-site .header__nav-primary .header__menu__search:hover, .school-site .header__nav-primary .header__menu__search:hover {
    color: #002F87;
}

.school-site .header__nav-primary.header__nav--fixed .header__nav-primary__list li a:not([class]), #homepage.school-site .header__nav-primary.header__nav--fixed .header__menu__search, .school-site .header__nav-primary.header__nav--fixed .header__menu__search{
    color: #fff;
}

.school-site .header__nav-secondary__list li a, .school-site .header__nav-secondary__list li a:focus {
  font-weight: 700;
  font-size: .8rem; 
  color: #fff;
  text-decoration: none;
  letter-spacing: .07em;

}

.school-site .header__nav-secondary__list li a:not([class]):hover {
  color: #fff;
  text-decoration: underline;
}



.school-site .subnav__list li a:not([class]):hover, .school-site .subnav__list li a:not([class]):focus{
      text-decoration: none;
      color: #002F87; 
 }

.shs-new .menu-active .header__nav-secondary__list.container {
    display: flex;
    flex-direction: column-reverse;
    max-height: none;
  font-family: 'Metropolis', sans-serif; 
}

.new-nav .new-header__nav-secondary__list li:last-child {
    padding-right: 0px;
}


@media all and (min-width: 64em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.header__menu__search:before {
  height: 50px;
  top: 60px;
}
}

@media (max-width: 1023px) {
.header__nav-primary__list {
    padding-top: 56px;
  margin-top: 0;
}
  #homepage .video-arrow {
    display: none;
  }
  
  #emergencyNotification .notification {
    padding-top: 50px;
}
  
  .new-nav .new-header__nav-secondary__list li:last-child {
    padding-right: inherit;
}

}


.school-site footer a, .school-site footer a:focus {
    color: #fff;
}
#errorPage #search {
  height: auto;
}
#errorPage .main__content {
    width: 100%;
    /* float: none; */
    margin: 300px 0 200px 0;
    
}
#errorPage .main {
    text-align: center;
  margin: 0;
}

#errorPage .main h1, #errorPage .main h2{
  color: #fff;
}

#errorPage .main p {
    color: #fff;
    margin: 30px 0 40px 0;
    font-size: 1.25rem;
}



#errorPage #main-content {
    margin-top: 0;
}

 
/* End header*/


/* Start BANNERS */
.hero__image .h1 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    color: #fff;
  text-align: center;
  line-height: 1;
  text-shadow: 0 2px 10px #00000085;
}


/* End BANNERS */


/* Start NAV */

.main_nav_color_logo {
    display: inline-block;
    position: absolute;
    top: 28%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 600px;
}

.school-site .header__nav-primary.header__nav--fixed .main_nav_white_logo {
  width: 50px;
}
.dental-new .header__nav-primary.header__nav--fixed .main_nav_white_logo {
  width: 80px;
}

.subnav__current .currentbranch0 {
    border-bottom: 3px solid #103CCC;
    padding-bottom: 5px;
}

@media (min-width: 64em) {
.header__nav-primary #header-top-logo {
    background: #f2f2f2;
    height: 150px;
}
}

@media (min-width: 64em) {
#homepage .header__nav-primary #header-top-logo {
    height: 0;
}
}

@media (min-width: 64em) {
html:not(.gse-new) .header__nav-primary__list {
  max-width: 100%;
}
 
}

@media all and (min-width: 64em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.header__nav-primary__list { 
  height:150px; 
}
}

.header__nav--fixed #header-top-logo{
  display: none;
}

.touro-home {
  float: left;
}


/* for new header secondary nav 7/21/20 */
@media (min-width: 1024px) {
     #homepage.new-nav .new-touro-home, #homepage.tcop-new .new-touro-home, .tcop-new .new-touro-home{
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    #homepage.new-nav .new-header__nav-secondary__list, 
  .new-nav .new-header__nav-secondary__list {
        position: relative;
        top: 25%;
        margin: 0;
    }
}


/* made more specific 7/23/24 for Touro University link in top nav */
.header__nav-secondary .touro-home .first {
  list-style: none;
      font-family: 'Metropolis', sans-serif;
}

.touro-home .first a {
  color: #fff;
  font-weight: 700;
  font-size: 0.8rem; 
  text-decoration: none;
  letter-spacing: .07em;
}

.touro-home .first a:focus{
	color: #000;
  font-weight: 700;
  font-size: 0.8rem; 
  text-decoration: none;
}






.touro-home a:hover {
  color: #fff;
  border-bottom: 1px solid #fff;
}
.header__menu__search {
  color: #fff;
}

.header__menu__search:hover {
  color: #fff;
}

.subnav__current {
    background-color: transparent;
}

/* secondary */



@media (min-width: 64em) {
.header__nav-secondary__list { 
  float: right;
  margin-top: 16px;
  margin-bottom: 16px;
  max-height:20px;
}
}

/* fixed */

.header__nav-primary__link a {
  color: #000;
  text-decoration: none;
}

.header__nav-primary__link a:hover {
  color: #000;
}


@media (min-width: 64em) {
.header__nav--fixed li a {
  color: #000;
  text-decoration: none;
  }
}

@media (min-width: 64em) {
.header__nav--fixed {
  padding: 1.5rem 0;
}
}


@media (min-width: 64em) {
.header__nav--fixed a:hover {
  color: #fff;
}
}
/*
.subnav__current span a {
    color: #000;
}
*/

@media (min-width: 64em) {
.header__nav-primary.header__nav--fixed .menu-container, .header__nav-primary.header__nav--fixed {
  background: #002F87;
 }
}

@media (min-width: 64em) {

.header__nav--fixed .header__nav-primary__list {
    background: #002F87;
 }  

}
@media all and (min-width: 64em) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
.header__nav--fixed .header__nav-primary__list { 
  height:60px; 
}
}

/* primary */

.header__nav-primary .header__nav-primary__list #main-nav-white-logo {
  display: none;
}

.menu-active .header__nav-primary .header__nav-primary__list #main-nav-white-logo {
  display: none;
}

.header__nav--fixed .header__nav-primary__list #main-nav-white-logo {
  display: block;
}

@media (min-width: 64em) {
.header__nav-primary__list .container {
  background: #fff;
 }
}



@media (min-width: 64em) {
.header__nav--fixed .header__nav-primary__link a {
  color: #fff;
  text-decoration: none;
 }
}


/*
.header__nav--fixed .header__nav-primary__link:before {
    background-color: #103CCC;
}*/

@media (min-width: 64em) {
.header__nav-primary__list {
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
  }
}
  
.header__nav-primary__list li {
  list-style: none;
}

/*
.header__nav-primary__list li:last-child {
  padding-bottom: 3rem;
}

*/

/* NAV RESPONSIVE */
  

@media (max-width: 1023px) {
#header-top-logo {
    display: none;
  }
  
  .subnav__current .currentbranch0 {
    border-bottom: none;
  }
  
  .header__nav-secondary__list li {
    width: 100%;
    padding-bottom: 10px;
    text-align: center;
  }
  .touro-home {
    float: none;
    text-align: center;
}
  .header__nav-primary__link:before {
    bottom: -1.2rem;
  }
}


/* End NAV */


/* Start FOOTER */
  
.footer__top__logo {
    height: auto;
    width: 700px;
    margin: 50px auto;
}

.footer__info__section {
  display: inline-flex;
  width: 100%;
  margin-top: 50px;
  line-height: 1.6;
}

.footer__info {
  width: 25%;
  margin-left: .5%;
}

.footer__info p {
    font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
    font-size: .75rem;
    font-weight: 700;
    text-transform: uppercase;
    float: left;
    clear: left;
}

.footer__social__links {
  padding-left: 0;
  list-style: none;
  display: inline-flex;
  align-items: center;
}

.footer__social__links li {
  font-family: "Metropolis", sans-serif;
  margin-bottom: 0;
}

.footer__social__item {
    margin-left: .6rem;
}

.footer__info hr {
  width: 25px;
  float: left;
}

.footer__schools__container .button {
  width: 23.5%;
  margin: .5%;
  position: relative;
  height: 50px;
}

.footer__info a {
  color:#fff;
}

.footer__info a:hover {
  color: #cedaf7;
}
  
/* Footer responsive */

@media (max-width: 1023px) {
  .footer__top__logo {
    width: 70%;
    margin: 5% auto 8% auto;
  }
  
  .footer__info {
    width: 100%;
  }

 .footer__info hr {
  width: 25px;
  float: left;
}

 .footer__info p {
   float: left;
    width: 100%;
  }
  
  .footer__info {
  width: 32%;
    float: left;
}
  
  .footer__info__section {
    display: inline-block;
  }

#social.footer__info {
  width: 100%;
  text-align: center;
  margin-top: 30px;
}
}

@media (max-width:758px) {
  .footer__schools__container .button  {
    width: 100%;
    margin: 10px auto;
  }
  
  .footer__info:nth-child(2) {
    width: 30%;
    margin: 0 2%;
  }
}

@media (max-width: 700px) {

.footer__info {
    width: 100%;
    text-align: center;
Margin-left: 0;
}

.footer__info:nth-child(2) {
    width: 100%;
    margin: auto;
}

.footer__info hr {
    float: none;
}
}

  
/* End FOOTER */


/* Start HOME */


#homepage .hero {
  margin: 0;
}

#homepage .video-arrow {
    position: absolute;
    z-index: 3;
    top: 90%;
    color: #fff;
    left: 50%;
    font-size: 1.875rem;
}

#homepage .logos {
  display: none;
}
#homepage .main_nav_color_logo {
    display:none;
}

#homepage .home-mobile-image {
      display: none;
} 

.mobile-header-container img {
display: none;
}

/*
.hero__content {
  padding: 5% 10% 1% 10%;
}

.hero__content {
    padding: 5% 20% 1% 20%;
    height: 260px;
}
.hero__content.container--blue {
  z-index: 0;
}

#hero-buttons a.button.button--large {
    color: #fff;
    width: 90%;
    position: relative;
    height: 50px;
    margin-bottom: 10px;
    float: right;
  z-index:2;
}

#hero-buttons {
  width: 30%;
  float: right;
  z-index: 100;
}

#hero-text {
  width: 70%;
  float: left;
  font-size: 18px;
}

*/
.hero__content.container--blue {
  z-index: 0;
}

#hero-text a {
  color: #fff;
}
#hero-buttons a.button.button--large {
    width: 100%;
    position: relative;
    height: 50px;
    margin-bottom: 10px;
    float: right;
  z-index:2;
}

#homepage .hero__content.container--blue {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 1fr 1fr 1fr 2rem 1fr; /* changed by Ralph 1/7/20 re: IE grid fixes */
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-gap: 2rem;
    padding: 5% 10% 2% 10%;
    height: auto;
}

#homepage .hero__content.container--blue #hero-text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 3;
    grid-column: 1 / span 3;
    width: 100%;
}

#homepage .hero__content.container--blue #hero-buttons {
    grid-column: 4 / span 1;
    -ms-grid-column: 5; /* changed by Ralph 1/7/20 re: IE grid fixes */
    -ms-grid-column-span: 1;
    width: 100%;
}


@media (max-width: 1023px) {
#homepage .hero__content.container--blue #hero-text {
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-column: 1 / span 1;
}
  #homepage .hero__content.container--blue {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    grid-gap: 0;
}
  #homepage .hero__content.container--blue #hero-buttons {
    grid-column: 1 / span 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
}
}




#homepage #video_overlays {
  height: 100%;
    width: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    z-index: 2;
    opacity: 1;
    mix-blend-mode: multiply;
}

#homepage.ie #video_overlays {  
    opacity: .5;
}

#homepage video {
    min-width: 100%;
    min-height: 100%;
    position: relative;
    z-index: 1;
  filter: grayscale(1);
  -webkit-filter: grayscale(1); 
  filter: grayscale(100%);
}

#homepage #block-1 {
    position: relative;
  /* top: 120px; */
}  
  


#homepage .featured_video {
  text-align: center;
  margin-bottom: 0;
} 

#homepage .featured_video .h2 {
    color: #000;
    margin: 50px auto;
}

#homepage .main {
  margin: 0;
}
  
#homepage .wrapper .content img {
  position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 900px;
    z-index: 2;
}

#homepage .video  {
    position: relative;
    z-index: 1;
}  

.nymc-new.school-site .featured_video .video{
  position: relative;
    z-index: 1;
  text-align: center;
  margin-bottom: 0;
}

#homepage .clip_path_container {
    background: #f2f2f2;
}  
@media (min-width: 64em) {
#homepage .header__nav-primary.header__nav--fixed {
    background-color: #002F87; 
}
}
#homepage .header__logo, #homepage .header__menu__search, #homepage .footer_image_container p, #homepage .pathfinder section p, #homepage .h1  {
  color: #fff;
}






/* start featured stories grey background */
.stories-container .news-featured-stories.listing-item{
  background: #fff;
    margin: 0 0 2rem;
}
.stories-container .news-featured-stories.listing-item .news-deets{
  padding: 20px;
}
.stories-container .news-featured-stories.listing-item .news-thumb{
  width: 300px;
}

.stories-container-wrapper {
  background: #f2f2f2;
    padding-bottom: 60px;
}
/* end featured stories grey background*/


 
/* Homepage responsive */

@media (max-width: 1023px) {
    body.inner_landing.hasNotifications #emergencyNotification {
        margin-top: 0;
    }
    body.inner_landing.hasNotifications #main-content, body.inner_page.hasNotifications #main-content, body.inner_landing.hasNotifications #main-content .hero {
        margin-top: 0;
    }
  #homepage .hasNotifications .hero__content.container--blue {
       margin-top: 0;
  }
  
    #homepage .block-hero .video {
        display: none;
    }
 
    #homepage .home-mobile-image {
      display: block;
      padding-bottom: 400px;
      position: relative;
    } 
    
    .mobile-header-container img {
        position: absolute;
        top: 6.6%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: 370px;
    }
}


@media (max-width: 509px) {
    body.inner_landing.hasNotifications #emergencyNotification {
        margin-top: 0;
    }
    body.inner_landing.hasNotifications #main-content, body.inner_landing.hasNotifications #main-content .hero {
        margin-top: 0;
    }
  #homepage .header, .header {
    height: 80px;
  }
  /*
  #homepage .hero__content.container--blue {
    margin-top: 80px;
  }*/
  
}



@media (max-width: 599px) {
  .mobile-header-container img {
    top: 4.5%;
  }
}

 

/* start HOME SPOTLIGHT */



.hp-spotlight-container {
position: relative;
background: #f2f2f2;
}

.hp-spotlight-text {
position: absolute;
top: 10%;
left: 10%;
width: 50%;
color: #fff;
}
.hp-spotlight-img {
   clip-path: polygon(0 0, 100% 0%, 100% 90%, 0 100%);
 }

.hp-spotlight-intro-text {
margin-bottom: 50px;
}


.hp-spotlight-text .button a,#homepage .hp-spotlight-text h2, .hp-spotlight-text h3, .hp-spotlight-text h4  {
color: #fff;
}

.hp-spotlight-subtitle {
  font-size: 1.6rem;
}

.hp-spotlight-text .button {
    background-color: #103CCC;
}
.hp-spotlight-text .button:focus, .hp-spotlight-text .button:hover {
    background-color: transparent
}


@media (max-width:700px) {
.hp-spotlight-text {
    width: 90%;
    padding-right: 10%;
  top: 0;
}

}

@media (max-width:382px) {
.hp-spotlight-img {
height: 900px;
}
}


/* end home spotlight */


/* End HOME */


/* start NEWS - UNIVERSAL */


.news_events_landing_page_layout .main {
  margin-top: 0;
}


.news .listing-title a {
  overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.2em;
    height: 2.4;
}




.image {
    margin: 0;
}

/* start NEWS LANDING */


.news_events_landing_page_layout .hero {
  margin-top: 40px;
}

.news_events_landing_page_layout .hero__content {
  z-index: 1;
} 

#newsevents_header {
padding-top: 40px;
}

@media (max-width: 1023px) {
#newsevents_header {
    padding-top: 20px;
    padding-bottom: 20px;
}

}


.featured-story {
   margin: 15px auto 0 auto;
}

.featured-story h2, .featured-story p {
  color: #fff;
}

.featured-story-title {
    font-size: 2.25rem;
    margin: 15px 0;
}

.story-block h3.small-title:hover, .story-block h3.large-title:hover {
  text-decoration:underline;
}

.featured-story-img-container {
    width: 42%;
    display: inline-block;
    vertical-align: middle;
    padding-bottom: 28.5%;
    margin-left: 5%;
}
  
.story-text {
    width: 50%;
    margin: 0 2% 0 0;
    display: inline-block;
  vertical-align: middle;
}

.story-text .body-intro {
  font-style: italic;
}

.featured-stories {
    text-align: center;
}


.news-featured-stories .categories {
  margin: 15px auto;
}




#news-list-page .events {
    margin: 0 auto;
}




.event-block .event-url {
  text-decoration: none;
}

.event-url:hover {
  text-decoration: underline;
  color: #fff;
}
  











/* In the News lister */

.source-info a {
  font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
  font-weight: 700;
  color: #002F87;
}

.in-the-news {
  padding: 0;
}

.in.the.news .section_header {
    margin-bottom: 4rem;
}


/* publications */

.publications h1 {
    margin-top: 2rem;
    margin-bottom: 4rem;
}

/* From our faculty lister */

.from.our.faculty .section_header {
    margin-bottom: 4rem;
}



  
/* Media Contacts */

.media-contacts {
  width: 90%;
    margin: 80px auto;
    background: #f2f2f2;
}

.media-contact-blocks {
    
    display: grid;
    grid-template-columns: auto auto auto;
    grid-gap: 0;
    padding: 50px 100px;
     grid-template-columns: 1fr 1fr 1fr;
}

.media-contact {
  text-align: left;
  position: relative;
  padding: 10px 0;
}

.media-contacts .separator {
      width: 1px;
    background: #6E6E6E;
    margin: 0 auto;
}

.media-contact-title {
  font-style: italic;
}

.media-title {
  padding: 50px 0 0 100px;
}

.media-contact .email {
border-bottom: 1px solid #103CCC;
      color: #103CCC;
}

.media-contact .email:hover, .media-contact .email:focus {
  color: #000;
}


.media-contact .email {
 text-decoration: none;
}



/* Start IN THE NEWS */

.read-more.button {
  margin-top: 20px;
}

.main .keywords a {    
    font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
    font-weight: 700;
    color: #002F87;
    text-decoration: underline;
}

/* end in the news */



.audio {
  padding-left: 0;
}







  
/* start EVENTS */

/* events calendar and individual event */


.sle-new #event_listing_well.main__content {
  margin-top: 0;
  width: 74%;
  float: right;
}






/* start SEARCH */

.search .header__nav__primary {
      -webkit-box-shadow: 0px 3px 15px -4px rgba(0,0,0,0.1);
    -moz-box-shadow: 0px 3px 15px -4px rgba(0,0,0,0.1);
    box-shadow: 0px 3px 15px -4px rgba(0,0,0,0.1);
}

/*.search #main-content {
  margin-top: 150px;
}*/

/*.search .search__form {
  margin-bottom: 50px;
  padding: 0;
}*/


.search .result-title, .search .result-section, .search .result-link {
  display: block;
}

#search_layout .header__menu__search {
  display: none;
}

#search-title {
    font-family: "brandon-grotesque", "sans serif";
    font-size: 2.813rem;
    color: #000;
    text-transform: none;
    margin-bottom: 60px;
}

.global_search_form input {
    width: 100%;
    height: 55px;
    border: 3px solid #103CCC;
    font-family: "Libre Baskerville", serif;
    padding-left: 20px;
    font-size: 1.25rem;
}

#filter {
    display: inline-block;
    padding: 25px 0;
}

#filter-by {
    font-size: 1.25rem;
    float: left;
    padding: 5px 0 0 20px;
}

#search-filter-buttons {
    display: inline-block;
    padding: 0 20px;
}


.search-filter-button {
    padding: 15px 25px;
    border: 2px solid #103CCC;
    font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
    font-weight: 700;
    font-size: 0.8125rem;
    margin: 0 5px;
}

.search-filter-button:hover, .search-filter-button:focus {
    background-color: #103CCC;
    color: #fff;
    cursor: pointer;
}

#text-top {
    font-size: 1.25rem;
    padding: 20px 0 10px 20px;
    border-bottom: 4px solid #103CCC;
}

.result-title {
    font-size: 1.25rem;
    font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
    font-weight: 700;
}

.result-subtitle {
    font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
    font-weight: 400;
    font-size: 1rem;
    color: #103CCC;
    padding-top: 10px;
}

.result-section {
    display: inline-block;
    padding-right: 5px;
    text-decoration: none;
}


.result-school {
    display: inline-block;
    /*border-left: 1px solid;
    padding-left: 8px;
    padding-right: 5px;*/
    text-decoration: none;
}

.result-text {
    font-size: 1rem;
    margin-top: 15px;
    margin-bottom: 15px;
}

.result-link {
    font-size: 1rem;
}

.result-even {
    background: #f2f2f2;
    padding: 25px
}

.result-odd {
    padding: 25px
}

.page-numbers {
    float: right;
  padding-top: 60px;
}

/*

.number {
    display: inline-block;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 1.375rem;
    color: #002F87;
    padding: 5px 11px;
    font-weight: 400;
    text-decoration: none;
}

.number:hover, .number:focus {
  color: #103CCC;
}

.number-current {
    display: inline-block;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 1.375rem;
    color: #fff;
    font-weight: 400;
    background: #923535;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    padding-top: 2px;
    text-align: center;
}

*/
#ellipsis {
    display: inline-block;
    font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
    font-size: 1.375rem;
    color: #002F87;
    font-weight: 400;
}

.global_search_form input.fab {
    font-family: FontAwesome;
    display: inline-block;
    font-size: 1.375rem;
    color: #002F87;
    padding: 5px 11px;
    font-weight: 400;
}


/*spinner */
.sk-circle {
  margin: 100px auto;
  width: 40px;
  height: 40px;
  position: relative;
}
.sk-circle .sk-child {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}
.sk-circle .sk-child:before {
  content: '';
  display: block;
  margin: 0 auto;
  width: 15%;
  height: 15%;
  background-color: #333;
  border-radius: 100%;
  -webkit-animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
          animation: sk-circleBounceDelay 1.2s infinite ease-in-out both;
}
.sk-circle .sk-circle2 {
  -webkit-transform: rotate(30deg);
      -ms-transform: rotate(30deg);
          transform: rotate(30deg); }
.sk-circle .sk-circle3 {
  -webkit-transform: rotate(60deg);
      -ms-transform: rotate(60deg);
          transform: rotate(60deg); }
.sk-circle .sk-circle4 {
  -webkit-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
          transform: rotate(90deg); }
.sk-circle .sk-circle5 {
  -webkit-transform: rotate(120deg);
      -ms-transform: rotate(120deg);
          transform: rotate(120deg); }
.sk-circle .sk-circle6 {
  -webkit-transform: rotate(150deg);
      -ms-transform: rotate(150deg);
          transform: rotate(150deg); }
.sk-circle .sk-circle7 {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg); }
.sk-circle .sk-circle8 {
  -webkit-transform: rotate(210deg);
      -ms-transform: rotate(210deg);
          transform: rotate(210deg); }
.sk-circle .sk-circle9 {
  -webkit-transform: rotate(240deg);
      -ms-transform: rotate(240deg);
          transform: rotate(240deg); }
.sk-circle .sk-circle10 {
  -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
          transform: rotate(270deg); }
.sk-circle .sk-circle11 {
  -webkit-transform: rotate(300deg);
      -ms-transform: rotate(300deg);
          transform: rotate(300deg); }
.sk-circle .sk-circle12 {
  -webkit-transform: rotate(330deg);
      -ms-transform: rotate(330deg);
          transform: rotate(330deg); }
.sk-circle .sk-circle2:before {
  -webkit-animation-delay: -1.1s;
          animation-delay: -1.1s; }
.sk-circle .sk-circle3:before {
  -webkit-animation-delay: -1s;
          animation-delay: -1s; }
.sk-circle .sk-circle4:before {
  -webkit-animation-delay: -0.9s;
          animation-delay: -0.9s; }
.sk-circle .sk-circle5:before {
  -webkit-animation-delay: -0.8s;
          animation-delay: -0.8s; }
.sk-circle .sk-circle6:before {
  -webkit-animation-delay: -0.7s;
          animation-delay: -0.7s; }
.sk-circle .sk-circle7:before {
  -webkit-animation-delay: -0.6s;
          animation-delay: -0.6s; }
.sk-circle .sk-circle8:before {
  -webkit-animation-delay: -0.5s;
          animation-delay: -0.5s; }
.sk-circle .sk-circle9:before {
  -webkit-animation-delay: -0.4s;
          animation-delay: -0.4s; }
.sk-circle .sk-circle10:before {
  -webkit-animation-delay: -0.3s;
          animation-delay: -0.3s; }
.sk-circle .sk-circle11:before {
  -webkit-animation-delay: -0.2s;
          animation-delay: -0.2s; }
.sk-circle .sk-circle12:before {
  -webkit-animation-delay: -0.1s;
          animation-delay: -0.1s; }

@-webkit-keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes sk-circleBounceDelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
            transform: scale(0);
  } 40% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

/* Search responsive */

@media (max-width: 766px) {
  
    #search-title {
      margin-bottom: 20px;
    }
  
    #search-filter-buttons {
      padding: 0px;
    }
  
    #filter-by {
      padding: 5px 0 0 0;
    }
  
    #text-top {
      padding: 0 0 10px 0;
      font-size: 1.125rem;
    }

    .result-odd {
        margin: 0 -20px;
    }

    .result-even {
        margin: 0 -20px;
    }
  
    .result-subtitle {
        font-size: 0.8125rem;
    }
  
    .result-text, .result-link {
    font-size: 0.9375rem;
    }
  
    .search-filter-button {
      margin: 7px 5px;
    }
}

/* End search */
  

/* Start GOOGLE MAP */


.map-wrapper-general {
  margin-top: 50px;
}

.map-info-address {
  margin-bottom: 50px;
}
/* end google map */

  
  /* Start SIDEBAR CONTENT */

.sidebar-content {
  width: 23%;
  float: right;
  clear: right;
  margin-left: 30px;
}


.blue-block {
    width: 300px;
    background: #002F87;
    padding: 1rem;
    float: right;
    clear: right;
    margin-bottom: 30px;
  margin-left: 30px;
}

.blue-block .block-title {
    font-family: "Metropolis", sans-serif;
    font-weight: 600;
    letter-spacing: .03rem;
    font-size: 22px;
}

.blue-block .block-title::after {
    background: #fff;
    bottom: -15px;
    content: "";
    display: block;
    height: 3px;
    position: relative;
    width: 30px;
    margin-bottom: 2.8rem;
}


.blue-block .button--large {
  padding: 1.5rem 1rem;
  position: relative;
  width: 100%;
  margin-bottom: 5px;

}

.body-sidebar {
  width: 73%;
}

.headline {
  font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
  font-size: 1.125rem;
  font-weight: 700;
  color: #fff;
  border-bottom: 4px solid #fff;
  padding-bottom: 10px;
}

.block-text, .blue-block ul li {
  font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
  font-size: 1rem;
  color: #fff;
}

.blue-block p {
  color: #fff;
}

.blue-block a {
  text-decoration: none;
  color: #fff;
}

.blue-block a:hover, .blue-block a:focus {
  color: #fff;
  text-decoration: underline;
}

.blue-block .button:hover, .blue-block .button:focus {
  background: transparent;
  color: #fff;
}

.feature__heading {
  margin-bottom: .25rem;
}

.feature__content {
    width: 25%;
    float: right;
    clear: right;
    padding: 1rem;
    font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
    color: #002F87;
}

.feature__content p {
  font-size: 0.9375rem;
  line-height: 1.5;
}

@media (max-width: 700px) {
  .blue-block {
    width: 100%;
  }
}


/* quick links */


.quick-links .headline {
    color: #000;
    border-bottom: 4px solid #3A67CB;
    padding-bottom: 10px;
}


.quick-links li a {
    text-decoration: none;
    color: #002F87;
}

.quick-links li a:hover {
    text-decoration: underline;
}

/* left sidebar */

.ll-sidebar .quick-links {
    width: 100%;
    float: none;
    margin-left: 0;
      background: #f2f2f2;
    padding: 20px;
}

.ll-sidebar .blue-block {
    width: 100%;
    float: none;
    clear: none;
      margin: 20px 0;
  padding: 20px;
}

.ll-sidebar .quick-links li {
    font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
    font-weight: 700;
    font-size: 1rem;
    padding-bottom: 5px;
}

.ll-sidebar .contact-box {
  padding: 20px;
}

.ll-sidebar .contact-box .headline {
  color: #000;
  border-bottom: 4px solid #3A67CB;
}

.ll-sidebar .contact-box .button, .ll-sidebar .blue-block .button {
  width: 100%;
    margin: 0;
}

.ll-sidebar .sidebar-content {
    width: 100%;
    float: none;
    clear: none;
    margin: 20px 0;
  padding: 20px;
}

.ll-sidebar .sidebar-content .headline {
  border-bottom: none;
  color: #000;
}

/* buttons */

.main__sidebar .button {
        position: relative;
    height: 38px;
    width: 47%;
    margin: 30px 0;
}

.main__sidebar .button:nth-child(3) {
    margin-left: 3%;
}



@media (max-width: 599px) {
  
  .sidebar-content {
    width: 100%;
  }
  .blue-block {
    width: 100%;
  }
  .feature__content {
    width: 100%;
  }
  .body-sidebar {
    width: 100%;
  }

  .contact-sidebar {
    width: 100%;
  }
  
}

@media (max-width: 527px) {
  .blue-block-sidebar {
    flex-direction: column-reverse;
  }
}

/* end SIDEBAR CONTENT */







/* Start GIVING */

#bboxdonation_BBEmbeddedForm {
    border: none;
    font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
    background-color: transparent;
}


#bboxdonation_BBEmbeddedForm .BBFormSectionHeading label {
    text-transform: uppercase;
    font-weight: bold;
}

#bboxdonation_BBEmbeddedForm .BBFormFieldContainer {
    background-color: transparent;
}

#bboxdonation_BBEmbeddedForm .BBFormRadioLabelGivingLevelSelected, #bboxdonation_gift_lblChoiceSingleGift.BBFormRadioGiftSelected , #bboxdonation_gift_lblChoicePledge.BBFormRadioGiftSelected  {
    background: #103CCC;
    border: 2px solid #103CCC;
}

#bboxdonation_BBEmbeddedForm .BBFormRadioLabelGivingLevelNotSelected {
    color: #000;
}

#bboxdonation_BBEmbeddedForm .BBFormRadioLabelGivingLevel {
    font-size: 1rem;
    border: 2px solid #103CCC;
    padding: 10px;
  border-radius: 0;
}

#bboxdonation_BBEmbeddedForm .BBDFormSectionComments .BBFormTextArea {
    margin-top: 10px;
}

#bboxdonation_BBEmbeddedForm .BBFormSubmitbutton {
    background-color: #103CCC;
    border: 2px solid #103CCC;
    box-shadow: none;
    color: #fff;
  border-radius: 0;
    font-size: 1rem;
    padding: 15px 35px;
    font-weight: 600;
    letter-spacing: .63px;
    float: right;
    font-family: "Metropolis", sans-serif;
    letter-spacing: 0.07em;
}



.BBFormContainer[data-bbox-part-id="d6f7d452-9415-4c85-90dc-1eeb356428d1"] .BBFormTextbox, .BBFormContainer[data-bbox-part-id="d6f7d452-9415-4c85-90dc-1eeb356428d1"] .BBFormSelectList, .BBFormContainer[data-bbox-part-id="d6f7d452-9415-4c85-90dc-1eeb356428d1"] .BBFormTextArea {
  border-radius: 0 !important;
}

#bboxdonation_BBEmbeddedForm .BBFormSubmitbutton:hover, #bboxdonation_BBEmbeddedForm .BBFormSubmitbutton:focus {
    opacity: 1;
    border: 2px solid #103CCC;
    background: #fff;
    color: #000;
    font-weight: bold;
}

#bboxdonation_BBEmbeddedForm .BBFormTextbox, .BBFormContainer[data-bbox-part-id="edb49499-3842-4024-8c63-5a73ca186739"] .BBFormSelectList, #bboxdonation_BBEmbeddedForm .BBFormTextArea {
    border: 1px solid #000;
    min-height: 40px;
  border-radius: 0;
}

#bboxdonation_BBEmbeddedForm .BBFormSelectList {
  height: 40px;
}

#bboxdonation_BBEmbeddedForm .BBFormSelectList {
      line-height: 40px;
}

#bboxdonation_BBEmbeddedForm .BBFormSelectList.GhostText:not(:focus) {
    color: #000;
}

#bboxdonation_BBEmbeddedForm .BBFormFieldLabel {
  line-height: 20px;
    width: 290px;
margin-top: 10px;
  color: black;
}

#bboxdonation_BBEmbeddedForm .BBFormTextbox:not(:focus), #bboxdonation_BBEmbeddedForm .BBFormTextArea:not(:focus), #bboxdonation_BBEmbeddedForm .BBFormSelectList:not(:focus) {
  opacity: 1;
}

#bboxdonation_BBEmbeddedForm .BBFormSectionHeading {
    padding: 10px 10px 10px 0px;
    border-bottom: 4px #103CCC solid;
}

.BBFormContainer #bboxdonation_gift_txtOtherAmountButtons.BBFormGiftOtherAmount {
    font-size: 1rem;
    color: #fff !important;
}

#bboxdonation_BBEmbeddedForm .BBFormRadioLabelGivingLevelSelected .BBFormGiftOtherAmount::placeholder {
  color: #fff;
}

#bboxdonation_BBEmbeddedForm .BBFormErrorBlock {
    border: 1px solid red;
    background-color: transparent;
}

#bboxdonation_giftattributes_ctl00_lblAttribDisplayName {
margin-top: 0;
}

#bboxdonation_BBEmbeddedForm .BBFormSectionHeading label {
    color: #000;
}

.BBFormContainer .BBFormFieldContainer {
    color: #000;
}

.BBFormRadioGiftSelected {
    color: #fff;
    background: #002F87;
    border: 2px solid #002F87;
}

.BBFormContainer .BBFormRadioGiftSelected {
    background: #103CCC;
    border: 1px solid #103CCC;
}


#bboxdonation_gift_lblChoiceSingleGift, #bboxdonation_gift_lblChoicePledge {
    border: 2px solid #103CCC;    
}

.BBFormContainer .BBFormSection {
    max-width: 1500px !important;
}

.BBFormContainer .BBFieldSecurityCode {
   float: none !important;
}

.BBDFormSectionComments .BBFormFieldLabel {
    margin-left: 0 !important;
    text-align: right !important;
}

.BBDFormSectionComments .BBFormTextArea {
    margin-left: 0 !important;
}

.BBFieldSecurityCode {
    clear: both !important;
}

.BBFieldSecurityCode .BBFormFieldLabel {
margin-left: 0 !important;
}


.BBFormRadioDescriptionOther {
    padding-right: 10px;
  top: 10px !important;
}

.BBFormRadioLabel.BBFormRadioLabelGivingLevel.BBFormRadioLabelGivingLevelOther.BBFormRadioLabelGivingLevelSelected {
  background: transparent;
}

#bboxdonation_gift_txtOtherAmountButtons.BBFormGiftOtherAmount {
  background: transparent;
  border: none;
}

#bboxdonation_BBEmbeddedForm .BBFormRadioLabelGivingLevel.BBFormRadioLabelGivingLevelOther {
    height: 43px;
    width: 150px;
    padding-top: 0;
}

/* End giving */


/* Start ACADEMICS */

.programs_landing .program-box {
    background: #f2f2f2;
    padding: 20px 30px;
    margin-bottom: 30px;
}

.programs_landing .program-box .title {
    font-weight: 700;
    font-size: 2rem;
    color: #002F87;
    font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
}

.programs_landing .program-box .blurb {
    font-size: 1.25rem;
}

.programs_landing .prog-2-col {
    margin: 50px 0;
  overflow: auto;
} 

.programs_landing .prog-2-col .col-1 {
    float: left;
    width: 50%;
    border-right: 3px solid #103CCC;
    padding-right: 30px;
}

.programs_landing .prog-2-col .col-2 {
    width: 50%;
    float: left;
    padding-left: 30px;
}

.prog-2-col .link {
  font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
  font-weight: 700;
}


.programs_landing .program-features .feature {
    background: #002F87;
    padding: 20px;
  width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
}

.programs_landing .program-features .icon {
  margin-bottom: 20px;
}

.programs_landing .program-features .icon img {
    padding: 10px;
}

.programs_landing .program-features .icon p {
    font-family: "brandon-grotesque", sans-serif;
    font-size: 3.438rem;
    font-weight: 700;
    color: #fff;
    text-align: center;
}

.programs_landing .program-features .feature .title {
    font-size: 1.125rem;
    color: #fff;
    text-transform: uppercase;
    font-weight: 700;
    text-align: center;
}

.programs_landing .campuses-holder img, .programs_landing .campuses-holder iframe {
float: left;
    padding-right: 30px;
}

.programs_landing .campus {
float: left;
clear: left;
}



.plans-boxes a {
    background: #002F87;
    padding: 15px;
    font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
    font-weight: 700;
    color: #fff;
}

.schedule-blocks a {
    background: #002F87;
    padding: 50px;
    font-family: "Metropolis", sans-serif;
letter-spacing: 0.07em;
    font-weight: 700;
    color: #fff;
      text-align: center;
    font-size: 1.5rem;
}

.plans-boxes a:hover, .schedule-blocks a:hover, .plans-boxes a:focus, .schedule-blocks a:focus  {
    background: #103CCC;
    color: #fff;
}

@media (max-width: 599px) {
  
    .schedule-blocks a, .plans-boxes a {
    display: block;
    margin-bottom: 20px;
}
}


/* IE */

@media all and (min-width: 600px) and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  
    .plans-boxes {
    display: block;
    
  }
  
  .plans-boxes a, .schedule-blocks a {
        display: block;
    margin-bottom: 20px;
  }
}

/* end academic */



/* start TABS */

.tabs_row .button {
  background: transparent;
color: #000;
  margin-bottom: 5px;
}

.tabs_row .button:hover, .tabs_row .button:focus {
  background: #103CCC;
    color: #fff;
}

.tabs_row .button.active {
    background: #103CCC;
    color: #fff;
}


/* end tabs */


/* start DATE NOTICE 

.date-notice-box {
    display: flex;
  background: #f2f2f2;
  margin: 30px 0;
}

.date-notice-box .date-square {
    background: #002F87;
    min-height: 140px;
    min-width: 140px;
    position: relative;
}

.date-notice-box .date-square .date {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 2.5rem;
  line-height: 1.5;
    font-weight: 700;
    color: #fff;
    position: absolute;
    top: 60%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 0;
    width: 100%;
    text-align: center;
    height: 100%;
    margin: 0;
}


.date-notice-box .date-square .date-sub {
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-size: 2.5rem;
    font-weight: 700;
  line-height: 1.5;
    color: #fff;
    position: absolute;
    bottom: 0;
    left: 50%;
  top: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    width: 100%;
    margin: 20px 0 0 0;
}

.date-notice-box .date-details-box {
padding: 0 20px;
}

.date-notice-box .title {
    font-size: 1.563rem;
    font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    color: #002F87;
    font-weight: 700;
  margin: 10px 0;
  line-height: 1.5;
}

.date-notice-box .sub-title {
  font-family: "Gotham SSm A", "Gotham SSm B", sans-serif;
    font-weight: 700;
    line-height: 1.5;
    font-size: 1.125rem;
}


.date-notice-box .event-url:hover {
color: #103CCC;
text-decoration: none;
}   


@media (max-width: 500px) {
.date-notice-box {
    display: block;
}
.date-notice-box .date-details-box {
    padding-bottom: 10px;
}
}
 end date notice */




/* Added 3/3/20 for tcop admissions/contact lister */
/* start faculty */
.faculty_experts_lister .fe_item {
    width: 100%;
} 
.leadership .fe_item .areas_of_expertise {
    display: none;
}
/* end faculty*/



/* start UPDATES */

.inner_landing_no_left_nav.coronavirus .breadcrumb {
  display: none;
}

/* end updates */


/* start HOMEPAGE PROMO */

#homepage .oh-promo .button:hover, #homepage .oh-promo .button:focus  {
  color: #fff;
}



#homepage .home-promo .button:hover, #homepage .home-promo .button:focus {
  color: #fff;
}

/* end homepage promo */







/* skip to content */
.skip-to-content-link{
  display: none;
  position: absolute;
  left: -10000rem;
  top: -2rem;
  width: .1rem;
  height: .1rem;
  overflow: hidden;
  z-index: 100;
  color: #fff;
  outline: 0;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  border-bottom-right-radius: .3rem;
  transition: top 1s ease-out;
}

.skip-to-content-link:focus{
  left: 0;
  top: 0;
  width: auto;
  height: auto;
  background: $blue;
  transition: top .1s ease-in;
  color: #fff;
}

/* end skip to content */

@media (max-width: 63.9375em) {
.header__nav-primary__list li:nth-child(5) a:before {
    content: '';
}
}






/* mobile header height fix*/
@media (max-width: 1023px) {
    .school-site .menu-active .header__menu{
        top: 0;
    }
}

@media (max-width: 509px) {
	.header__small, .school-site header.header{
      height: 80px;
    }
}

/* sticky nav link hover(redo) */
.school-site .top__nav--fixed .header__nav-secondary__list li a:hover{
	text-decoration: underline;
  	color: #000;
}






/* NEW HEADER STYLES BELOW MOVED OVER FROM new_header.css */

/* new nav 7/14/20 */


@media (min-width: 64em){
  #homepage.new-nav .new-header-link, 
    .new-nav .new-header-link{
        color: #000;
        font-size: 1rem;
  }
  
  #homepage.new-layout .new-header-link, 
    .new-layout .new-header-link{
        color: #fff;
  }  
  
  #homepage.new-nav .new-header, 
  .new-nav .new-header {
      height: 135px;
  }


  #homepage.new-nav #nav_main.new-nav-container, 
  .new-nav .new-nav-container{
      height: 80px;
  }
  
   #homepage.new-layout #nav_main.new-nav-container, 
  .new-layout .new-nav-container{
      height: 83px;
  } 
  
  #homepage.new-nav .new_nav--fixed, 
    .new-nav .new_nav--fixed{
        padding: 0;
  }
  
  #homepage.new-nav .new-nav-container, 
    .new-nav .new-nav-container {
        max-width: 100%;
  }
}


/* fixed scroll logo */
@media (min-width: 64em){
    #homepage.new-nav .new_nav--fixed .new-header-link, #homepage.new-nav .new_nav--fixed .header__logo, .new-nav .new_nav--fixed .header__logo, 
    .new-nav .new_nav--fixed .new-header-link {
        color: #fff;
      font-size: 1rem;
    }
 
}




/* supernav desktop */
@media (min-width: 1024px) {
    #homepage.new-nav .new-touro-home, .new-nav .touro-home{
        margin: 0;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }

    #homepage.new-nav .new-header__nav-secondary__list, 
  .new-nav .new-header__nav-secondary__list {
        position: relative;
        top: 25%;
        margin: 0;
    }
}



@media (max-width: 1023px) {
    #homepage.new-nav #nav_main.new-nav-container, .new-nav #nav_main.new-nav-container{
        height: auto;
    }

    #homepage.new-nav .new-header-link,
    .new-nav .new-header-link {
        font-size: 2rem;
    }

    #homepage.new-nav .new-header__nav-secondary__list, 
  .new-nav .new-header__nav-secondary__list{
        display: grid;
        justify-content: center;
    }



}


@media (max-width: 509px) {
    #homepage.new-nav .new-header, 
  .new-nav .new-header{
        height: auto;
    }
  
  /* fix for gssw mobile header */
  #homepage.gssw-new.new-nav .new-header, .gssw-new.new-nav .new-header{
    height: 80px;
  }
}

@media (width: 1023px) {
  .new-nav .header__nav-primary{
    top: 0;
  }
}


/* start timeline */


@media (max-width: 1160px) {
.timeline::before {
height: 98.9%;
}
}

@media (max-width: 1080px) {
.timeline::before {
height: 99%;
}
}

@media (max-width: 1023px) {
.timeline::before {
height: 98.6%;
}
}

@media (max-width: 950px) {
.timeline::before {
height: 98.7%;
}
}

@media (max-width: 884px) {
.timeline::before {
height: 98.8%;
}
}

@media (max-width: 768px) {
.timeline::before {
height: 98.3%;
}
}

@media (max-width: 720px) {
.timeline::before {
height: 98.4%;
}
}

@media (max-width: 620px) {
.timeline::before {
height: 98.5%;
}
}

@media (max-width: 567px) {
.timeline::before {
height: 98.6%;
}
}

@media (max-width: 520px) {
.timeline::before {
height: 98.7%;
}
}

@media (max-width: 480px) {
.timeline::before {
height: 98.8%;
}
}

@media (max-width: 420px) {
.timeline::before {
height: 99%;
}
}

/* end timeline */









