/* Styles for RIT Branding */
#footer--global,
#footer--site {
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  text-align: left;
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  font: 400 1.6rem/1.5 "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  box-sizing: border-box;
  display: block;
}

#footer--global {
  color: #ced4da;
}

.bg-black{
  background-color: #000 !important;
}

#footer--global--bottom p {
  line-height: 2.2rem;
}
#footer--global--bottom a {
  text-decoration: underline;
}

#footer--global--top-left--rit-logo a {
  width: 300px;
  height: 50px;
}

#footer--global--top-left--rit-logo a svg {
  fill: #fff;
}

.text-white{
  color: #fff;
}

#footer #footer--site--bottom ul.nav > li.menu-level-0 > .nav-link, #footer--global--middle .nav .nav-link {
  font-size: 1.8rem;
  line-height: 2rem;
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
  margin-bottom: 0;
}

#footer #footer--site--bottom ul.nav > li.menu-level-0 > .nav-link.active:after, #footer--global--middle .nav .nav-link.active:after {
  height: 0px;
}

ul.menu--social.menu--social--dark li a {
  color: #fff;
}

@media (min-width: 768px) {
  #footer #footer--site--bottom ul.nav > li.menu-level-0 > .nav-link, #footer--global--middle .nav .nav-link {
    padding-top: 0;
    padding-right: 0;
    padding-bottom: 0;
    margin-bottom: 0.4rem;
    position: relative;
    display: inline;
    white-space: normal;
  }
}

#footer--global > .container,
#footer--site > .container {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

#footer--site--top-left--site-logo img {
  height: 64px;
  max-height: 64px;
}

@media (min-width: 768px) {
  #footer > section > .container,
  #footer--site > .container {
    padding-top: 7.2rem;
    padding-bottom: 7.2rem;
  }
}

@media (min-width: 992px) {
  .offset-lg-4 {
    margin-left: 33.33333%;
  }
}

.mb-5 {
  margin-bottom: 4.8rem !important;
}

.mt-2 {
  margin-top: .8rem !important;
}

#footer a:not(.fa) {
  color: #ced4da;
  font-size: 1.28rem;
}

a.white-on-black {
  color: #fff;
}

.mt-3, .my-3 {
  margin-top: 1.6rem !important;
}

.nav-link {
  display: block;
  padding: 0.8rem 1.6rem;
}

.font-weight-bold {
  font-weight: 700;
}

a.white-on-black:hover {
  color: #F76902 !important;
  text-decoration: none;
  transition: color .2s ease-in-out;
} 

#footer p {
  font-size: 1.28rem;
}

#footer .address-content p {
  line-height: 2rem;
}

#footer--site .address-content p {
  font-size: 1.35rem;
}

#footer--site--top-right a.btn.bg-gray-100 {
  display: inline-block;
  text-align: center;
  vertical-align: middle;
  height: auto !important;
  cursor: pointer;
  border: 1px solid transparent;
  transition: color 0.15s ease-in-out,background-color 0.15s ease-in-out,border-color 0.15s ease-in-out,box-shadow 0.15s ease-in-out;
  padding: 0.825rem 1.25rem;
  line-height: 1.5;
  border-radius: 0;
  font-weight: 700 !important;
  background-color: #f8f9fa !important;
  color: #000 !important;
  font-size: 1.6rem;
}

@media (min-width: 992px) {
  .mb-lg-5, .my-lg-5 {
    margin-bottom: 4.8rem !important;
  }
}

.mb-4, .my-4 {
  margin-bottom: 2.4rem !important;
}

.h-100 {
  height: 100% !important;
}

.w-100 {
  width: 100% !important;
}

.mb-3 {
  margin-bottom: 1.6rem !important;
}

.position-relative {
  position: relative !important;
}

.d-inline-block {
  display: inline-block !important;
}

.d-block {
  display: block !important;
}

.d-none {
  display: none !important;
}

ul.menu--social li {
  transition: background-color 200ms ease;
}

.p-0 {
  padding: 0 !important;
}

.mt-3, .my-3 {
  margin-top: 1.6rem !important;
}

.mr-2, .mx-2 {
  margin-right: 0.8rem !important;
}

.rounded-circle {
  border-radius: 50% !important;
}

.bg-white {
  background-color: #fff !important;
}

ul.menu--social li a {
  width: 42px;
  height: 42px;
  padding: 0;
  padding-top: .8rem;
  color: #000000;
  font-size: 1.867rem;
  text-align: center;
  transition: color 200ms ease;
}

.fa {
  font-family: "FontAwesome";
  font-size: 1.6rem;
}

#footer nav.social li {
  display: inline-block;
  color: #000;
}

#footer--global ul.menu--social{
  margin-top: -1.6rem;
}

#footer--site {
  background-color: #e9ecef;
}

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}

ul.menu--social li:hover {
  color: #fff;
  background-color: #F76902 !important;
}

.nav.menu--social>li>a {
  background-color: transparent;
}

.nav.menu--social>li>a:hover {
  color: white;
}

@media (min-width: 768px) {
  .d-md-inline {
    display: inline !important;
  }
}

