#toolbar-administration #toolbar-bar {
  position: fixed;
}

.bg-primary {
  background-color: #F76902 !important;
}

.aspire.rit-micro {
  background-color: white !important;
}

header.rit-micro {
  background-color: transparent;
}

header.rit-micro a:hover{
  text-decoration: none;
}

#mobile-progress-bar {
  height: 4px;
  z-index: 100;
}

#header--top > .container, 
#header--middle > .container {
  width: 100%;
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px;
}

#header--middle--logo a.full-logo {
  /* width: 180px; */
  height: 27px;
}

/*
 * .mobile-header {
 *   filter: grayscale(1) invert(1);
 *   }*/

/*
 * #header--middle--logo a.logo {
 *   width: 60px;
 *     height: 25px;
 *     }
 *     */

#header--middle--logo a.full-logo svg {
  --color-1: #F76902;
  --color-2: black;
}

#header--middle--logo a.logo svg {
  width: 100%;
  height: 100%;
  fill: #F76902;
}

#header--middle--site-text h2 a {
  color: black;
} 

#header--middle--site-text h2, 
#header--middle--site-text h2 a.larger-part-1 {
  font-size: 2.5rem;
  letter-spacing: -0.08rem;
  line-height: 1;
  text-transform: none;
}

#header--middle--site-text h2 a.smaller-part-2 .part-2, 
#header--middle--site-text h2 a:not(.larger-part-1):not(.same-size-part-1-and-part-2) .part-1 {
  font-size: 1.8rem;
  letter-spacing: 0;
}

.justify-content-end {
  justify-content: flex-end !important;
}

#header--middle--static-links .nav-link {
  padding: 0.8rem 0.736rem;
  font-size: 1.12rem;
  position: relative;
  color: black;
  transition: color .2s ease-in-out;
}

.navbar-header.vcenter .navbar-toggle{
  top: unset !important;
}

#header--middle--static-links .nav-link:active,
#header--middle--static-links .nav-link:hover{
  color: #F76902;
}

.rit-micro .main-header .navbar .container {
  background: none !important;
}

header.rit-micro {
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important;
}

#header--mobile--rit-bar {
  border-bottom: 1px solid #CCCCCC;
}

#header--mobile--rit-bar svg {
  fill: #F76902;
}

#header--mobile--rit-bar .rit--logo {
  width: 64px;
  height: 31px;
}

.rit-micro .main-header .navbar-default > .container {
  border-bottom: 1px solid #CCCCCC;
}

.rit-micro .navbar-default .navbar-toggle {
  border: 0 none;
  background: transparent !important;
}

.rit-micro .navbar-default .navbar-toggle .fa {
 font-size: 2.24rem;
}

.rit-micro .navbar-default .navbar-toggle .icon-bar {
  background-color: black !important; 
}

.site-title a {
  font-size: calc(14px + 6 * ((100vw - 320px) / 448));
  color: black !important;
  font-weight: bold;
}

.site-title span {
  margin-left: 15px;
}

.rit-micro .main-header .menu-base-theme a.has-submenu:after {
  position: relative;
  top: 0;
  font-size: 1.4rem;
  transition: transform 0.2s linear, top 0.2s linear;
  width: 0.8rem;
  height: 0.8rem;
  margin-left: 0.5em;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
  border-left: 0;
  transform: rotate(135deg);
  display: inline-block;
  vertical-align: 0.255em;
  content: "";
}

.rit-micro .main-header:after {
  background: white !important;
}

.rit-micro .main-header .menu-base-theme a {
  color: black;
}

@media (min-width: 768px) {
  #header--middle--static-links .nav-link {
    padding: 1.28rem 0.3rem;
    font-size: 1.28rem;
  }

  .rit-micro .region-primary-menu {
    display: flex !important;
    float: none;
    padding: 0 !important;
    margin: 0;
    min-height: unset !important;
  }

  .rit-micro #block-mainnavigation{
    margin: 0 auto;
  }

  .rit-micro .main-header .menu-base-theme a span.sub-arrow {
    display: none;
  }

  .rit-micro .main-header .menu-base-theme a.has-submenu:hover:after {
    top: 3px;
    transform: rotate(-45deg);
  }
  
  .rit-micro .main-header {
    margin-bottom: 0 !important;
  }

  .rit-micro .main-header .navbar-default > .container {
    border-bottom: 0 none;
  }

  .rit-micro .menu-base-theme ul {
    background: #e9ecef !important;
  }

  .rit-micro .menu-base-theme ul li a {
    color: #727578 !important;
    font-size: 1.6rem;
    font-weight: bold;
    transition: color 200ms ease-in-out;
  }

  .rit-micro .menu-base-theme ul li a:hover {
    background: transparent !important;
    color: #C75300 !important;
  }

  .rit-micro .main-header:after {
    background-color: white !important;
  }
  
  .rit-micro .main-header .menu-base-theme {
    margin: 0 auto;
  }

  .rit-micro .main-header .menu-base-theme > li > a{
    position: relative;
    padding: 1.6rem 2.5rem 1.6rem 0.56rem;
    color: #727578;
    font-weight: 700;
    font-size: 1.35rem;
    letter-spacing: 0;
    cursor: pointer;
    transition: color 200ms ease-in-out;
  }

  .rit-micro .main-header .menu-base-theme > li > a:hover {
    color: black;
  }
 
  .rit-micro .main-header .menu-base-theme > li > a:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.35rem;
    height: 8px;
    width: calc(100% - 2.5rem);
    background-color: #F76902;
    visibility: hidden;
    transform: scaleX(0);
    transition: visibility 150ms ease-in-out 0s, transform 150ms ease-in-out 0s;
  }

  .rit-micro .main-header .menu-base-theme > li > a:hover:before {
    visibility: visible;
    transform: scaleX(1);
  }

}

@media (min-width: 992px) {
  #header--middle--static-links .nav-link {
    padding: 1.28rem 1rem;
    font-size: 1.4rem;
  }
  
  .rit-micro .main-header .menu-base-theme > li > a {
    font-size: 1.584rem;
  }

  .rit-micro .main-header .menu-base-theme > li > a:before {
    width: calc(100% - 3.25rem);
  }

  #header--middle #header--middle--logo a.full-logo {
    width: 244px;
    height: 35px;
  }
}

@media (min-width: 1200px) {
  #header--middle--static-links .nav-link {
    padding: 0.8rem 1.5rem;
  }

  #header--middle--site-text h2, #header--middle--site-text h2 a.larger-part-1 {
    margin-top: 0.32rem;
    font-size: 2.5rem;
  }

  .rit-micro .main-header .menu-base-theme > li > a {
    font-size: 1.584rem;
  }
}

@media (min-width: 1460px) {
  .rit-micro .main-header .menu-base-theme > li > a {
    font-size: 1.8rem;
  }
}

