.navbar-nav {
  flex-direction: row;
  flex-grow: 10;
  padding-left: 1rem;
}

.font-125 {
  font-size: 1.25rem;
}

.grant-footer {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #fff;
  padding: 10px 10px;
  min-height: 35px;
  z-index: 200;
  border-top: 1px solid #e7e7e7;
  font-size: 10px;
  text-align: right;
  .footer-wrapper {
    align-items: center;
    font-size: .75rem !important;
  }
}

.fixed-nav-brand-img {
  height: 50px;
  width: 250px;
  text-align: center;
  -webkit-transition: all .6s ease;
  -moz-transition: all .6s ease;
  -o-transition: all .6s ease;
  transition: all .6s ease;
  padding-top: 8px;
  border-right: 1px solid #e7e7e7;
  margin-left: -2rem;
  &.mobile-fixed-nav-brand-img {
    border-right: none;
    margin-left: 0;
  }
}

.gcm-fixed-nav-light {
  background: #fefefe;
  height: 90px;
  border-bottom: 1px solid #e7e7e7;
  transition: all .5s ease;
  z-index: 400;
  margin-bottom: 15px;
}

.gcm-fixed-nav-light.gcm-nav-toggle {
  margin-left: 0px !important
}

.main-nav-item {
  font-size: 15px;
}

li > .main-nav-item.active {
  color: #0974a1;
}

li > .main-nav-item {
  color: #4a4d50;
}

@media (max-width: 1200px) {
  .gcm-fixed-nav-light {
    margin-left: 0px !important
  }
}

.timeout-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 10020;
  &.active {
    display: block;
  }
}

.nav > li > a,
.mobile-menu > .mobile-nav-links > li > a {
  position: relative;
  display: block;
  padding: 15px 20px 13px 20px;
  font-size: 15px;
  font-weight: 600;
}

.mobile-menu {
  position: fixed;
  width: 300px;
  overflow-y: scroll;
  background: linear-gradient(90deg, #Fcfcfc 40%, #f5f5f5 145%);
  transition: all 0.5s cubic-bezier(0.72, -0.27, 0.49, 1.29);
  top: 0px;
  overflow-x: hidden;
  bottom: 0;
  -ms-overflow-style: none;
  overflow: hidden;
  z-index: 500;
  border-right: 1px solid #d7d7d7;
  box-shadow: 1px 0px 29px #f2f2f2;

  .mobile-nav-links {
    list-style: none;
    padding-left: .5rem;
  }
}

.text-larger {
  font-size: 1.25rem;
}

@media (max-width: 520px) {
  .mobile {
    flex-wrap: wrap;
    flex: 0 0 100%; /* fg: 0, fs: 0, fb: 100% */
    margin-bottom: 10px;
  }
}

@media (max-width: 410px) {
  .mobile-fixed-nav-brand-img {
    max-width: 215px;
    img {
      max-width: 215px;
    }
  }
}

@media (max-width: 370px) {
  .mobile-fixed-nav-brand-img {
    max-width: 175px;
    padding-top: 1rem;
    img {
      max-width: 175px;
    }
  }
}

@media (max-width: 325px) {
  .mobile-fixed-nav-brand-img {
    max-width: 165px;
    padding-top: 1rem;
    img {
      max-width: 165px;
    }
  }
}

@media (max-width: 998px) {
  .container-fluid {
    padding: 0;
  }
}