/* Metanav */
/* header {background:#F36E21;} */
.aspire {background:#000000;}
.aspire .main-header:after{
  background: #000;
}

.aspire #metanav { margin:0;height:41px;font-family:Helvetica, Arial, sans-serif;color:#FFF;background:#000000;position:relative;font-size:85%;}
.aspire #metasearchform input, #metasearchform button { border: none;float: left;}
.aspire #metanav a span#metaritlogo { 
  background-image: url(../images_aspire/RIT_hor_w.png); 
  background-size: auto 98%; 
  width: 300px; 
  background-position:0px 0px;
  margin-top: 20px;
  z-index: 1;
}

.aspire-body .aspire > .container {
  width: 98%;
}

.block-domain-menu-access {
  margin-bottom: 0px;  
}

.aspire-body .aspire
  .main-header .region-primary-menu{
}

.aspire-body .aspire #metanav::after{
  content: "ASPIRE";
  //content: "Astrophysics and Space Physics Institute of Research Excellence";
  font-size: 32px;
  font-weight: 600;
  display: block;
  position: relative;
  left: 80px;
  top: 30px;
  z-index: 1;
  margin: auto auto; 
  max-width: 200px;
}

@media (max-width: 767px) {
  .aspire-body .aspire #metanav::after{
     content: "";
  } 
   .aspire-body .aspire > .container {
    width: 100%;
  }
  .aspire #metanav a span#metaritlogo {
    background-image: url(../images_aspire/RIT_hor_w.png);
    background-position:0px 0px;
    margin-top: 0px;
    z-index: 1;
  }
 
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) and (max-width:991px) {
   .aspire-body .aspire #metanav::after{
     content: "ASPIRE";
     max-width: 200px;
  } 
  .aspire-body .aspire > .container {
    width: 100%;
  }
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) and (max-width:1199px) {
  .aspire-body .aspire #metanav::after{
   // font-size: 16px;
    max-width: 300px;
    top: 20px;
  }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) and (max-width:1366px) {
 .aspire-body .aspire #metanav::after{
   // font-size: 16px;
    max-width: 200px;
  }

}

@media (min-width:1367px) and (max-width:1480px) {
 .aspire-body .aspire #metanav::after{
   // font-size: 20px;
    max-width: 200px;
  }
}
@media (min-width:1481px) and (max-width:1919px)  {
  .aspire-body .aspire #metanav::after{
   // font-size: 24px;
    max-width: 200px;
  }

}
