 /** NP ALERT **/

.emergency-alert {
    background: #ffffff;
  padding: 15px;
  border:5px solid #f26649;
  
}



.notification-alert-title:empty {
  display: none;
}

.emergency-alert-title,
.weather-alert-title,
.notification-alert-title {
  font-size: 1.2em;
  font-weight: bold;
  padding-bottom: 10px;
}

.emergency-alert-title,
.emergency-alert-content,
.weather-alert-title,
.weather-alert-content {
  color: #000000;
}


.emergency-alert-title,
.emergency-alert-content,
.weather-alert-title,
.weather-alert-content,
.notification-alert-title,
.notification-alert-content {
    width: 90%;
    margin: 0 auto;
  	max-width: 1800px;
}

.emergency-alert-content,
.weather-alert-content,
.notification-alert-content {
  font-size: 1.1em;
}

.weather-alert {
  background: #ffffff;
  padding: 15px;
  border:5px solid #f58426;
}

.weather-alert a, .weather-alert a:visited {
  
 font-weight: bold;
  text-decoration: underline;
  
}


.emergency-alert-content p,
.weather-alert p,
.notification-alert p {
  
  margin: 14px;
  
}

.notification-alert {
  background: #fdb924;;
  padding: 10px 15px;
}

.notification-alert p {
  color: #000000;
}

.notification-alert p a {
  color: #000000;
}

/** DR CONTENT **/

#dr-content-container {
      margin: 0 auto;
    width: 80%;
    max-width: 1200px;
  padding: 15px;
}

#dr-content-container .two-column {
padding: 15px;
}





/** MAIN IMAGE **/

.main-image img,
.main-image-small img {
  max-width: 100%;
  height: auto!important;
}

.main-image a,
.main-image-small a {
  display: block;
}

.main-image-small {
  display: none;
}

/** MAIN SLIDER **/

#np-top-carousel {
  position: relative;
}

.carousel-buttons {
  z-index: 9999;
  position: absolute;
  left: 10px;
  top: 10px;
  background: #003e7e;
  color: #fff;
  padding: 2.5px 5px;
  border: 1px solid #fff;
}

.carousel-buttons button {
    background: none;
    border: none;
    padding: 0;
}

ul.slick-dots li button {
    background: #fff;
    border: 0;
    color: #003e7e;
    font-size: 10px;
  border: 1px solid #fff;
}



ul.slick-dots li.slick-active button {
    background: #003e7e;
    color: #fff;
}

ul.slick-dots {
  list-style: none;
  padding-left: 0;
  position: absolute;
  bottom: 10px;
  left: 10px;
}

ul.slick-dots li {
    display: inline;
    margin: 0 2.5px;
}

.np-home-carousel img {
    max-width: 100%;
  	width: 100%!important;
    height: auto!Important;
}

.np-home-carousel a {
  display: block;
}

.np-home-carousel .carousel-caption {
  	font-size: 3.5em;
    font-family: 'Cormorant Garamond', serif;
    text-align: right;
    text-shadow: 2px 1px #000;
  line-height: 125%;
  right: 0;
  left: 0;
  margin-bottom: 60px;
  width: 100%;
  font-feature-settings: 'lnum' 1;
  bottom: 0;
  padding-right: 0px;
  padding-left: 0px;
  font-weight: bolder;
}

.np-home-carousel .carousel-caption p {
      margin-bottom: 0;
    width: 70%;
    display: inline-block;
}

.np-home-carousel .carousel-control,
.np-home-carousel .carousel-control:hover {
  opacity: 0;
}


/** MAIN VIDEO **/

#homepage-video {
  position: relative;
}

#play-button {
    text-align: center;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    margin: 0 auto;
    display: none;
}

#play-button img {
    width: 100%!important;
    height: auto!important;
}

#play-button:hover {
    cursor: pointer;
}

#mainVideo {
    margin-bottom: -5px;
}

#homepage-slideshow {
  display: none;
}

#homepage-slideshow img {
  max-width: 100%;
  height: auto!important;
}

/** COMMENCEMENT **/

#commencement-social-tag {
  position: absolute;
  background: #003e7e;
    top: 10px;
    right: 0;
    width: 250px;
}

div#commencement-social-tag a img {
    width: 30px!important;
    height: 30px!important;
    display: inline-block;
    width: 23%;
    vertical-align: middle;
}

#commencement-social-tag span {
      color: #fff;
    display: inline-block;
    width: 75%;
    vertical-align: middle;
}


#commencement-main-photo {
  position: relative;
  background-size: cover;
      background-position: top center;
    background-repeat: no-repeat;
}

#commencement-main-photo-mobile {

  position: relative;
    background-image: url('/media/commencement/splash-page-2021/Header Wide_2021-hat-toss.png');
}

#commencement-main-photo img {
  max-width: 100%;
  width: 100%!important;
  height: auto!important;
}

#commencement-get-info {
	position: absolute;
    background: rgba(1, 118, 159,.95);
    top: 20%;
    left: 0;
    padding: 25px 20px;
    text-transform: uppercase;
    font-size: 1.1em;
    font-weight: bold;
    color: #fff;
	box-shadow: 0 0 4px #777;
  animation: 1s ease-out 0s 1 slideInFromLeft;
}

@keyframes slideInFromLeft {
  0% {
    transform: translateX(-100%);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}

/* #commencement-get-info span {
  font-size: 1.4em;
    display: inline-block;
    vertical-align: top;
    padding-right: 10px;
}

#commencement-get-info:hover {
  cursor: pointer;
}

#commencement-info {
  background: url('/media/commencement/images/20170521-1_Sunday Undergraduate Commencement_4220.png');
  background-position: fixed;
  background-position: 100%;
  background-attachment: fixed;
  background-size: cover;
  background-repeat: no-repeat;
  text-align: center;
  padding: 10% 5%;
}

#commencement-info .home-heading {
  color: #fff;
    text-transform: uppercase;
    margin-bottom: 8%;
    font-weight: 600;
    margin-top: 0;
    font-size: 2em;
}

#commencement-info-inner {
  text-align: center;
  width: 80%;
  margin: 0 auto;
  display: inline-block;
} */

#commencement-main-nav-outer {
position: absolute;
  bottom: 4%;
  width: 100%;
 
}

#commencement-main-nav-inner { 
  
  background-size: contain;
  background-repeat: no-repeat;
  display: inline-block;
  width: 100%;
  padding: 25px 0 15px 0;
}

#commencement-main-nav-buttons {
  text-align: center;
    display: block;
  max-width: 1300px;
  margin: 0 auto;
  font-weight: bold;
}

#commencement-title {
      width: 70%;
    margin: 0 auto;
    padding: 0 2.5%;
    font-size: 2.5em;
   color: #fff;
    font-family: 'Oswald', sans-serif;
    font-weight: 300;
    text-transform: uppercase;
  text-align: center;
}


#commencement-title a {
   color: #fff;
}

#commencement-title a:hover {
  text-decoration: none;
  cursor: pointer;
}

.commencement-button {
  background-color: #fff;
  margin: 0 auto;
  padding: 15px 10px;
  font-size: 1em;
  box-shadow: 0 0 4px #333;
}

.commencement-button:hover {
  cursor: pointer;
  background-color: #01769f;
}

.commencement-button a {
  color: #003e7e;
  padding-left: 0%;
}

.commencement-button:hover a,
.commencement-button a:hover {
  text-decoration: none;
  color: #fff;
}


/** AUDIENCE-BASED NAVIGATION **/
#audience-nav {
    position: relative;
    background: #587a90;
    display: block;
}

.audience-nav-items > a:hover,
.audience-nav-items > a:focus {
    text-decoration: none;
}


#audience-nav::after {
    text-align: center;
    position: absolute;
    height: 0;
    width: 0;
    left: 49%;
    border: 20px solid transparent;
    border-top-color: #587a90;
    content: "";
}

#audience-nav.open::after {
    text-align: center;
    position: absolute;
    height: 0;
    width: 0;
    left: 49%;
    border: 20px solid transparent;
    border-top-color: #587a90;
    content: "";
}

.audience-nav-items {
    width: 80%;
    margin: 0 auto;
    padding: 10px 0;
}


.audience-nav-items ul {
    padding-left: 0;
    list-style: none;
    text-align: center;
    width: 100%;
}

.audience-nav-items ul li {
    display: inline-block;
    vertical-align: middle;
    width: 19.5%;
    padding: 10px 0 0 6%;
    text-align: left;
    margin: 0;
}

.audience-nav-items ul li,
.audience-nav-items ul li a {
    color: #fff;
    text-transform: uppercase;
}

.audience-nav-items ul li a:hover {
    cursor: pointer;
    text-decoration: none;
}



.audience-nav-lists-container {
    background: #587a90;
    display: none;
}

.audience-nav-lists {
    max-width: 1800px;
    width: 80%;
    text-align: center;
    margin: 0 auto;
    display: block;
    padding-bottom: 15px;
}

.audience-nav-lists ul {
    display: inline-block;
    padding: 0;
    width: 19.5%;
    padding: 0 0 0 6%;
    text-align: left;
    vertical-align: top;
  margin-bottom: 25px!important;
    
}

.audience-nav-lists ul li {
    display: block!important;
    width: auto;
    padding: 5px 0!important;
    margin: 10px 0!important;

}

.audience-nav-lists ul li a {
    font-size: 1em;
    color: #fff;
}

.audience-nav-lists ul li a:hover {
    text-decoration: underline;
    cursor: pointer;
}

.audience-nav-single-list-title {
display: none;
color: #fff;
font-weight: bold;
  text-align: left;
}

/** NEWS AND EVENTS **/

#home-news {
    margin: auto;
    width: 80%;
    max-width: 1800px;
    height: 100%;
    overflow: hidden;
    padding: 2.5%;
}

.home-news-item .news-image {
    margin: 0 auto;
    text-align: center;
}
.home-news-item .news-image img {
    width: 100%!important;
    max-width: 450px;
    height: auto!important;
}


.home-news-info {
    margin: 0 auto;
    padding: 20px 10px;
    max-width: 450px;
}

.home-news-info .news-headline {
      margin-bottom: 10px;
}


.home-news-info .news-headline a {
    font-weight: bold;
    font-size: 1.4em;
    color: #003e7e;
    font-family: 'Cormorant Garamond', serif;
}

.home-news-info .news-headline a:hover {
  text-decoration: none;
}

.home-news-info .news-desc {
	margin-bottom: 10px;
	color: #333333;
	line-height: 190%;
}

.home-news-info .news-link a {
    color: #80A1B6;
    display:none;
}

#home-events {
    margin: 0 auto;
    width: 75%;
    max-width: 1600px;
    height: 100%;
    overflow: hidden;
    border: 4px solid #fff;
}

#home-events-inner {
    margin: 10px;
    background: #fff;
    overflow: hidden;   
    padding: 2% 0;
}

#home-events-inner .home-event {
     /*border-right: 1px solid #dfdfdf;*/
}


.home-event {
    width: 27%;
    display:inline-block;
    vertical-align: middle;
}

.home-event:nth-child(-n+2) {
    vertical-align: top;
}

.home-event-button {
    width: 17%;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
}

.home-events-item {
    display: inline-block;
  padding-right: 10px;
}

.home-events-item .col-lg-8.col-md-8.col-sm-8.col-xs-8 {
    padding-left: 0;
}


.home-events-item .event-date .event-month,
.home-events-item .event-date .event-day {
    text-transform: uppercase;
    color: #D3D3D3;
    line-height: 100%;
  text-align: center;
}

.home-events-item .event-date .event-month {
    font-size: 2em;

}

.home-events-item .event-date .event-day {
    font-size: 3.8em;
    font-weight: bold;
}

.home-events-item .event-info .event-title {
    color: #003e7e;
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.2em;
    font-weight: bold;
}

.home-events-item .event-info .event-time {
    color: #80a1b6;
    font-size: .9em;
    margin-bottom: 10px;
}

.home-events-item .event-info .event-desc {
    color: #797979;
    font-size: .9em;
}

.event-info:hover {
  text-decoration: none;
}

.home-events-item .event-multiday {
    color: #DFDFDF;
    line-height: 100%;
  	text-align: center;
    text-transform: uppercase;
    letter-spacing: 2px;
}

.home-events-item .event-multiday span {
    font-size: .8em;
    text-align: center;
    margin: 0 auto;
    line-height: 150%;
}

.home-events-item .event-multiday-start,
.home-events-item .event-multiday-end {
    font-weight: normal;
}

.home-events-item .event-multiday .month {
    font-size: 1em;
}

.home-events-item .event-multiday .day {
    font-size: 2em;
    font-weight: bold;
    margin-top: 5px;
}

#home-events .view-more-button {
    position: relative;
    width: 100%;
    padding: 15px;
   display: inline-block;
    text-align: center;
    text-transform: uppercase;
    vertical-align: middle;
    font-weight: bold;
}


#home-events .view-more-button-inner {
    display: inline-block;
       vertical-align: top;
}

#home-events .view-more-button-inner a {
        color: #f58426;
}

/** HOME RANKINGS **/

#home-rankings {
    
    background: #587a90;
}

.home-rankings-container  {
    margin: auto;
    width: 100%;
    max-width: 1800px; 
    padding: 2.5% 0;
    overflow: hidden;
    text-align: center;
}

.home-rankings-container img {
	margin: 15px;
  width: 250px;
  height: auto!important;
}

.home-ranking-circle {
    background: #fff;
    text-align: center;
    width: 300px;
    height: 300px;
    display: inline-block;
    border: 8px solid #c2d1d4;
    margin: 15px;
    padding: 40px 0;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
}

.home-ranking-circle-inner {
    width: 100%;
    height: 100%;
    text-align: center;
    border-radius: ;
    display: inline-block;
    vertical-align: middle;
    margin: 0 auto;
   
}

.home-ranking-circle .ranking-number {
    color: #f58426;
    font-weight: bold;
    font-size: 6em;
    font-family: 'Roboto Slab', serif;
}

.home-ranking-circle .ranking-text {
    font-family: 'Cormorant Garamond', serif;
    font-size: 1.5em;
    font-weight: bold;
    width: 80%;
    margin: 0 auto;
    color: #797979;
}

/** HOME SCHOOLS AND PROGRAMS **/

#home-schools {
    max-width: 1800px;
    width: 80%;
    margin: 0 auto;
    text-align: center;
}

#home-schools .schools-container {
    padding: 5%;
}


#home-schools .five-col {
    width: 19%;
    display: inline-block;
    vertical-align: top;
}



#home-schools .home-school  {
    text-align: center;
    height: auto;
  	min-height: 700px;
}


#home-schools .home-school .school-image img {
    max-width: 100%;
    height: auto!important;
}

#home-schools .home-school .school-icon img {
    margin-top: -25px;
    width: 50px;
    height: 50px;
}

#home-schools .home-school .home-school-info {
    height: 250px;
    padding: 8%;
    border-right: 1px solid #dfdfdf;
}

#home-schools .home-school .home-school-info.no-border {
    border: none;
}

#home-schools .home-school .home-school-info .school-name {
    color: #003e7e;
    padding: 10px 0 20px 0;
    font-size: 1.2em;
    font-weight: 600;
}

#home-schools .home-school .home-school-info .school-desc {
    font-size: 1.1em;
    line-height: 160%;
    text-align: left;
   
}

a .school-desc {
  color: #555;
}



#home-schools .home-schools-button {
	margin: 10% auto 2.5% auto;
	text-align: center;
	background: #01769f;
	position: relative;
	max-width: 300px;
}


#home-schools .home-schools-button .home-schools-button-inner {
    display: inline-block;
    color: #fff;
    width: 300px;
    text-align: center;
    margin: 0 auto;
}

#home-schools .home-schools-button .home-schools-button-inner:hover {
    box-shadow: 0 0 4px #888;
    background: #02678a;
}


#home-schools .home-schools-button a {
        display: inline-block;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
        padding: 15px;
  color: #fff;
}

#home-schools  a:hover  {
    text-decoration: none;
}

/** HOME PAGE ICONS **/

#home-icons {
    max-width: 1800px;
    width: 80%;
    margin: 0 auto 2.5% auto;
}

#home-icons .five-col {
    width: 19.5%;
    text-align: center;
    display: inline-block;
}

a.home-icon:hover {
  text-decoration: none;
}

#home-icons .home-icon-image {
    
}

#home-icons .home-icon-title {
    text-transform: uppercase;
    color: #003E7E;
    font-weight: 800;
    font-size: .8em;
}

/** HOME MAP **/

#home-map {
    background: url('/media/web-assets/logos-images-and-icons/map-background.jpg');
    background-position: 50% 50%;
    background-attachment: fixed;
    background-size: cover;
  background-repeat: no-repeat;
    text-align: center;
    padding: 8% 5%;
}

.home-map-container {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    
}
.home-map-button-container {
	display: inline-block;
	background: #01769f;
	max-width: 250px;
	width: 33%;
	margin: 5% 2.5%;
}

.home-map-button {
    padding: 15px 25px;
    font-size: 1.2em;
      border: 2px solid #fff;
}


.home-map-button:hover {
  box-shadow: 0 0 8px #888;
    background: #02678a;
}

.home-map-button-container a {
    color: #fff;
    width: 100%;
    height: 100%;
}

.home-map-button-container a:hover {
    text-decoration: none;
    cursor: pointer;
}


/* Home SUNY ACE */

.home-suny-ace-page-wrapper
{
  
    font-size: 1.1em;
    line-height: 160%;
    margin: 0 auto;
    max-width: 1020px;
    width: 100%;
    padding: 0px 72px;
            
}


.suny-ace-logo
{
   max-width: 379px; 
   width: 100%; 
   margin-bottom: 20px; 
   margin-top: 29px;
}
  


#home-suny-ace .home-schools-button {
	margin: 10% auto 2.5% auto;
	text-align: center;
	background: #01769f;
	position: relative;
	max-width: 300px;
}


#home-suny-ace .home-schools-button .home-schools-button-inner {
    display: inline-block;
    color: #fff;
    width: 300px;
    text-align: center;
    margin: 0 auto;
}

#home-suny-ace .home-schools-button .home-schools-button-inner:hover {
    box-shadow: 0 0 4px #888;
    background: #02678a;
}


#home-suny-ace .home-schools-button a {
        display: inline-block;
    font-weight: bold;
    text-align: center;
    margin: 0 auto;
        padding: 15px;
  color: #fff;
}

#home-suny-ace  a:hover  {
    text-decoration: none;
}
          


/** HOME TAGBOARD **/

#home-tagboard {
    margin: 0 auto;
    padding: 2.5% 0 5% 0;
    width: 80%;
    max-width: 1400px;
    text-align: center;
    position: relative;
}


.home-sm-icons {
    width: 100%;
    z-index: 999;
    margin-bottom: 25px;
}
    




@media screen and (max-width: 1600px) {
 
    
    .audience-nav-items,
    .audience-nav-lists {
        width: 100%;
    }
/*Text for slider fix
  
  .main-image {
    display: none;
  }
  
  .main-image-small {
    display: block;
  }
  
  
  .np-home-carousel .carousel-caption {
    background: #003e7e;
    font-size: 1.2em;
    padding: 20px 50px;
    text-shadow: none;
    position: relative;
    bottom: 0;
    text-align: center;
  }
  
  .np-home-carousel .carousel-caption p {
	width: 100%;
  }
  */

}

@media screen and (min-width: 1481px) {
  
   .home-rankings-container img {
        width: 250px!important;
      height: auto!important;
  }
  
  #commencement-social-tag { 
    top: 30px;
}
  
}

@media screen and (max-width: 1480px) {
  
  .home-ranking-circle {
    width: 225px;
    height: 225px;
    padding: 25px 0;
  }
  .home-ranking-circle .ranking-number {
    font-size: 4.5em;
  }
  
  
  .home-ranking-circle .ranking-text {
    font-size: 1.3em;
  }
  
  
    .home-rankings-container {
  width: 100%;
}
  
   .home-rankings-container img {
        width: 200px!important;
      height: auto!important;
  }
  
  #commencement-main-nav-buttons {

  }
  
  #commencement-get-info {
    font-size: 1em;
  }
  
  .commencement-button {
    font-size: 1em;
  }

.commencement-button a {
  padding-left: 0%;
}
  
  .commencement-button {
    background-size: 30%;
  }
  
    

}

@media screen and (max-width: 1280px){

}

@media screen and (max-width: 1199px) {
    
    .np-home-carousel .carousel-caption {
  	font-size: 2em;
    margin-bottom: 15px;
  }
  
  .np-home-carousel .carousel-caption p {
    width: 50%;
  }
  
  
    .home-rankings-container {
  width: 80%;
}
  
    
      .home-rankings-container img {
      width: 300px!important;
    height: auto!important;
}
  

  
    
    #home-schools .five-col {
        width: 32.5%;
        margin: 15px 0;
        vertical-align: top;
    }
    
    #home-schools .home-school .home-school-info {
        height: 325px;
    }
    
    
    #home-schools .home-schools-button {
        width: 32.5%;
        height: auto;
        margin:  15px 0;
        padding: 50% 0;
        background: #f7f7f7;
        color: #f58426;
        display: inline-block;
        vertical-align: top;
        color: #f58426;
        font-weight: bold;
    }
    
    
    #home-schools .home-schools-button a {
        height: 100%;
        width: 100%;
      color: #003e7e;
    }
  
  #home-schools .home-schools-button .home-schools-button-inner {
    width: auto;
  }
    
    
    #home-schools a .home-schools-button .home-schools-button-inner {
        color: #003e7e;
        font-weight: bold;
        max-width: 100%;
    }

    #home-schools .home-schools-button .home-schools-button-inner:hover {
      background-color: inherit;
      box-shadow: none;
    }
  
  #home-schools .home-schools-button .home-schools-button-inner:hover a {
    text-decoration: underline;
  }
  
    .audience-nav-items ul li,
    .audience-nav-lists ul li {
        font-size: .85em;
    }
    
    .home-events-item .event-date .event-month {
        font-size: 1.5em;
    }
    .home-events-item .event-date .event-day {
        font-size: 3em;
    }
    


  .home-ranking-circle {
    margin: 5px;
  }

  
  .home-event {
    width: 50%;
    margin: 10px 0;
  }
  
  #home-events-inner .home-event {
    border-right: 0;
  }
  
  #home-events-inner .home-event-button {
    width: 49%;
  }
  
  #commencement-social-tag {
    
    top: 0;
  }
 
  
  #commencement-main-photo-mobile {
    
  }
  
  #commencement-main-nav-outer {

  }
  
  .commencement-button {
     background-size: 28%;
    margin: 15px auto;
    width: 100%;
  }

  .commencement-button a {
    font-size: .9em;
  }
  
  #commencement-main-nav-buttons {
    width: 75%;
  }
  
  #commencement-title {
	width: 85%;
  }
  

  
  
    
}


@media screen and (max-width: 991px) {
  #main-nav-mobile a
 {
        color: #fff !important;
    }
  
  
 ul.slick-dots {
   bottom: auto;
   left: auto;
   position: relative;
   background: #003e7e;
    padding: 5px;
    margin: 0;
 }
  
  
  ul.slick-dots li button {
    background: #003e7e;
    color: #fff;
}



ul.slick-dots li.slick-active button {
    background: #fff;
  color: #003e7e;
}
  
  #commencement-main-photo {
    height: 750px;
  }
 
  #commencement-social-tag {
    top: 20px;
  }

  
  #commencement-get-info {
    width: 75%;
    margin: 0 auto;
    bottom: 0;
    top: auto;
    right: 0;
    left: 0;
    text-align: center;
    padding: 15px;
    animation: none;
  }
  
  
  #commencement-main-nav-buttons {
    width: 90%;
  }

  

  
    .commencement-button {
      margin: 5px auto;
      padding: 15px;
    }
    
	#header {
      position: relative;
      background-color: #012243; 
    }
  
   #homepage-slideshow {
  	display: block;
	}
  
  #homepage-video {
    display: none;
  }
  

    #audience-nav::after {
        border: 0;
    }
    
    #audience-nav ul {
        width: 100%;
    }
    
    .audience-nav-items ul li {
        width: 100%;
        font-size: 1em!important;
    }
    
    .audience-nav-items {
        width: 80%;
      display: none;
    }
  
  
  
  
  
  


.audience-nav-single-list-title {
display: block;
}

.audience-nav-lists-container {
width: 80%;
margin: 0 auto;
  display: block;
}

.audience-nav-lists  {
padding: 25px 0;
}

.audience-nav-lists ul li {
  margin: 10px 0!important;
}
  
  
  
  
  
  
  
  	.home-events-item .event-multiday {
      text-align: left;
      padding-left: 5.5px;
    }
    
    .home-event,
    #home-events-inner .home-event-button {
        width: 100%;
        margin: 0 auto;
    }
    
    .home-event {
        padding: 15px;
    }
    
    #home-events-inner .home-event {
        border-right: 0;
    }
 
  
    .home-ranking-circle {
      margin: 5% 8%;

    }
  
  
  #home-map {
    background-attachment: initial;
  }
  
    .home-map-button-container {
      display: block;
        width: 100%;
      margin: 5% auto;
    }
    
    .home-map-button {

    } 
  
  
        .home-rankings-container img {
      width: 250px!important;
    height: auto!important;
}
 
  
  
    
}


@media screen and (max-width: 767px) {
      
  .main-image {
    display: none;
  }
  
  .main-image-small {
    display: block;
  }
  
  
  .np-home-carousel .carousel-caption {
    background: #003e7e;
    font-size: 1.2em;
    padding: 20px 50px;
    text-shadow: none;
    position: relative;
    bottom: 0;
    text-align: center;
  }
  
  .np-home-carousel .carousel-caption p {
	width: 100%;
  }
  
  
  .col-xxs-12 {
    width: 100%;
  }
  
  .home-rankings-container {
    width: 100%;
  }
  

    #home-news,
    #home-events,
    #home-schools,
    #home-tagboard {
        width: 95%;
        margin: 0 auto;
    }
    #home-news {
        margin: 8% auto;
    }
    
    #home-events {
        margin-bottom: 20px;
    }
    
    #home-rankings {
        padding: 25px 0;
    }
    
    #home-schools {
        padding: 5% 0 2.5% 0;
    }
    
    #home-tagboard {
        margin-top: 2.5%;
    }
    
    .home-heading {
        padding-bottom: 15px;
    }
    

    
    #home-schools .five-col {
        width: 100%;
        margin: 15px 0;
        vertical-align: top;
        border-right: 0;
    }
    
    #home-schools .home-schools-button {
        width: 100%;
        padding: 15px 0;
    }
    
    #home-schools a .home-schools-button .home-schools-button-inner {
        color: #fff;
    }
    
    .home-event {
        width: auto;
        border-right: 0;
        padding: 10px 0;
        margin: 10px
    }
    
    .home-event,
      #home-events-inner .home-event-button {
    width: 100%;
}
  
  	.home-events-item .event-multiday {
    	padding-left: 10px;
  	}
    
      #home-events-inner .home-event-button {
        padding: 25px 0;
    }
    
    .home-events-item .event-info .event-title {
        font-size: 1.2em;
    }
    
    .home-events-item .event-info .event-time,
    .home-events-item .event-info .event-desc {
        font-size: 1em;
    }
  
    .home-events-item .event-date .event-date {
        margin-top: 5px;
    }
    
    .home-events-item .event-date .event-month {
        font-size: 1.3em;
    }
    .home-events-item .event-date .event-day {
        font-size: 2em;
    }
    
    #home-schools .home-school {
        height: auto;
    }
    
    #home-schools .home-schools-button {
        background: #f58426;
        padding: 0;
    }
    
    #home-schools .home-schools-button .home-schools-button-inner {
        width: auto;
    }
    
    #home-schools .home-school .home-school-info {
        height: auto;
    }
    
    #home-schools .home-school .home-school-info {
        border-right: 0;
    }

        
    #home-icons {
        width: 90%;
        margin: 0 auto 15px auto;
    }
    
    #home-icons .five-col {
        width: 19%;
        padding: 15px 0;
        margin: 0 auto;
    }


    
    #home-icons .five-col .home-icon-image img {
        max-width: 60px;
        height: auto!important;
        margin: 0 auto;
    }
    
    #home-icons .five-col .home-icon-title {
        font-size: .65em;
        display: inline-block;
        vertical-align: middle;
    }
  

    
    .home-map-button-container {
        width: 80%;
    }
    
    .home-map-button {
        font-size: 1em;
    }  
  
     .home-ranking-circle {
    width: 300px;
    height: 300px;
    padding: 40px 0;
  }
  
  
  .home-ranking-circle .ranking-number {
    font-size: 6em;
  }
  
  
  .home-ranking-circle .ranking-text {
    font-size: 1.5em;
  }
  
      #commencement-main-photo {
    height: 750px;
    background-image: url('/media/commencement/splash-page-2021/Header Wide_2021_mobile.png');
    }
  
  
  
    #commencement-main-nav-outer {
      bottom: 5%;
  }

}

@media screen and (max-width: 478px) {
    

    #home-icons .five-col {
        width: 49%;
        padding: 15px 0;
        margin: 0 auto;
    }
    
    #home-icons .five-col:last-child {
        width: 100%;
        margin: 0 auto;
    }
  
  #commencement-title {
    text-align: center;
    margin-top: 15px;
  }
  
  
    #commencement-main-photo {
    height: 650px;
    }
  
  #commencement-main-nav-buttons .col-xxs-12 {
    width: 100%;
  }
  
 
    

}














































































































































































































































































































































