/* HCOM Base Styles */

/* header */
#ohioUniversityLogo {
  padding: 5px 15px 8px 0 !important;
}

#ohioUniversityLogo img {
  max-height: 100% !important;
  width: 185px !important;
}

.header-bottom #logoSpaceContent {
  margin-top: 13px;
}

/* top bar text that is not a link */
.ouws_globalNav .ouws_globalNav--text {
  color: #FFF;
  text-decoration: none;
  display: block;
  padding: 9px;
  font-size: 12px;
  font-size: 1.2rem;
}

/* footer */
footer#global-footer div.row:first-of-type {
  border: none !important;
}

footer#global-footer h2 {
  text-align: left !important;
}

footer#global-footer h2 span {
  padding: 0 !important;
}

footer#global-footer #footer-quickLinks {
  border: none !important;
}

footer#global-footer #footer-quickLinks nav ul li {
  text-align: left;
  margin-bottom: 10px;
  border: none !important;
  display: block !important;
}

footer#global-footer #footer-quickLinks nav ul li a {
  padding: 0px !important;
  text-decoration: none;
  text-align: left !important;
}

footer#global-footer #footer-quickLinks nav ul li a:hover {
  text-decoration: underline;
}

footer#global-footer .footer-button-group {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  padding: 15px 0px 30px 0px;
  margin: 15px 0px;
  border-bottom: 1px solid #9e9995;
}

footer.tnc#global-footer #footer-bottom #disclosures {
  margin:0 auto;
}
footer.tnc#global-footer #footer-contact a.footer-logo, footer.tnc#global-footer #footer-contact a.footer-logo img {
  width: 100%;
  max-width: 100%;
}
footer#global-footer a.footer-logo {
  margin-right: 0;
}

footer#global-footer a.footer-logo img {
  width:100%;
  max-width:100%;
}

@media screen and (max-width: 767px) {
  footer#global-footer .footer-button-group {
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: column;
  }
}

footer#global-footer .footer-button {
  border-radius: 5px;
  text-decoration: none;
  transition: background-color .2s,color .2s,border .1s,box-shadow .2s;
  text-transform: uppercase;
  font-weight: bold;
  background: transparent;
  padding: 10px 25px;
  min-width: 200px;
  margin-right: 15px;
  position: relative;
  color: #FFF;
  font-size: 18px;
  border: 1px solid #fff;
  text-align: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer#global-footer .footer-button:hover {
  background-color: #fff;
  color: #00694e;
  text-decoration: underline;
}

footer#global-footer .footer-button i.fa {
  margin-left: 5px;
}

#footer-hcom-social a {
  margin-right: 30px;
  font-size: 2em;
  color: #fff;
}

#footer-hcom-social a:hover {
  color: #fff;
}

@media (max-width: 767px) {
  footer#global-footer section.col-md-4 {
    padding-left: 0px;
    padding-right: 0px;
  }

  footer#global-footer .footer-button {
    margin-bottom: 15px;
  }
}
