/* ========================================================================
   Mizzou Design System
   - Tokens
     - Colors
   ===================================================================== */
/* stylelint-disable color-no-hex */
/* Primary Colors
   ===================================================================== */
/* Social Colors & Fills
======================================================================== */
/* stylelint-enable */
/* stylelint-disable */
/* stylelint-enable */
/* Default Sizes, weights, line heights */
/* Default Sizes, weights, line heights */
/* stylelint-disable */
/* stylelint-enable */
/* Borders
======================================================================== */
.miz-graphik {
  font-family: "Graphik Cond Web";
  font-size: 1.25rem;
  letter-spacing: normal;
  font-synthesis: none; }
  .miz-graphik i,
  .miz-graphik em {
    font-style: normal; }

h1.miz-graphik {
  font-size: 4.769em; }

h2.miz-graphik {
  font-size: 3.815em; }

h3.miz-graphik {
  font-size: 3.052em; }

h4.miz-graphik {
  font-size: 2.441em; }

h5.miz-graphik {
  font-size: 1.953em; }

h6.miz-graphik {
  font-size: 1.563em; }

.miz-clarendon--bold, .miz-clarendon--oblique,
.miz-clarendon {
  font-family: "ClarendonURW-Reg"; }

.miz-clarendon--bold {
  font-weight: bold; }

.miz-clarendon--oblique {
  font-style: italic; }

/* stylelint-disable max-line-length */
.miz-button--brand {
  font-family: "Graphik Cond Web";
  text-transform: uppercase;
  letter-spacing: 0.135em;
  padding: 1.25rem 2rem; }

.miz-button--primary.miz-button--brand {
  border: 0;
  box-shadow: 0 0.125rem #111111; }

.miz-button--secondary.miz-button--brand {
  border: 0;
  box-shadow: 0 0.125rem #F1B82D; }
  .miz-button--secondary.miz-button--brand:hover {
    background-color: #444444; }

.miz-button--ghost.miz-button--brand {
  box-shadow: 0 0.125rem #111111; }

.miz-button--ghost-gold.miz-button--brand {
  box-shadow: 0 0.125rem #111111; }

/* stylelint-enable */
.miz-decoration__plus::after {
  content: '';
  position: absolute;
  z-index: 0;
  background: url("/images/brand/yellow-plus-repeat--100.svg");
  background-size: 75px;
  width: 25%;
  height: 2rem; }
  @media (min-width: 768px) {
    .miz-decoration__plus::after {
      background-size: 100px;
      width: 16rem;
      height: 33%; } }

.miz-decoration__plus--top-left::after {
  background-position: bottom right;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0; }

.miz-decoration__plus--top-right::after {
  background-position: bottom left;
  top: 0;
  right: 0;
  bottom: auto;
  left: auto; }

.miz-decoration__plus--bottom-right::after {
  background-position: top left;
  top: auto;
  right: 0;
  bottom: 0;
  left: auto; }

.miz-decoration__plus--bottom-left::after {
  background-position: top right;
  top: auto;
  right: auto;
  bottom: 0;
  left: 0; }

.miz-decoration__roller-bg {
  background: url("/images/brand/backgrounds/interior-background.svg");
  background-size: cover;
  background-position: bottom left; }

.miz-page-header--brand .miz-page-header__title {
  font-family: "Graphik Cond Web";
  font-size: 3.815em;
  text-transform: uppercase;
  border-bottom: 0.25rem solid #F1B82D;
  padding-bottom: 0.25em;
  display: inline-block; }
  @media (min-width: 768px) {
    .miz-page-header--brand .miz-page-header__title {
      border-bottom-width: 0.25rem; } }
