.footer__links .menu, .footer__links .menu ul li, .footer__links--icon ul,
.footer__links--icon li, .socket__menu, .footer-cta__container .menu {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.footer__links .menu > li, .footer__links .menu ul li > li, .footer__links--icon ul > li,
.footer__links--icon li > li, .socket__menu > li, .footer-cta__container .menu > li {
  display: inline-block;
  list-style-type: none;
  margin: 0;
}

.element--center {
  display: flex;
  align-items: center;
  justify-content: center;
  display: block;
  text-align: center;
}

.element--left {
  text-align: left;
  display: flex;
  align-items: center;
  justify-content: center;
}

/* Document
   ========================================================================== */
/**
 * 1. Change the default font family in all browsers (opinionated).
 * 2. Correct the line height in all browsers.
 * 3. Prevent adjustments of font size after orientation changes in
 *    IE on Windows Phone and in iOS.
 */
:root {
  font-size: 16px;
}

html {
  box-sizing: border-box;
  font-family: "Roboto", sans-serif;
  /* 1 */
  line-height: 1.15;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 3 */
  -webkit-text-size-adjust: 100%;
  /* 3 */
  touch-action: manipulation;
}

* {
  box-sizing: inherit;
}
*::before, *::after {
  box-sizing: inherit;
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers (opinionated).
 */
body {
  margin: 0;
  font-size: 100%;
  line-height: 1.15;
  color: #000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/**
 * Add the correct display in IE 9-.
 */
article,
aside,
footer,
header,
nav,
section {
  display: block;
}

/* Grouping content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 * 1. Add the correct display in IE.
 */
figcaption,
figure,
main {
  /* 1 */
  display: block;
}

/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1rem;
  /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * 1. Remove the gray background on active links in IE 10.
 * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
 */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
  /**
   * Remove the outline on focused links when they are also active or hovered
   * in all browsers (opinionated).
   */
}
a:active, a:hover {
  outline-width: 0;
}

/**
 * 1. Remove the bottom border in Firefox 39-.
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: 0;
  /* 1 */
  text-decoration: underline;
  /* 2 */
  text-decoration: underline dotted;
  /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace;
  /* 1 */
  font-size: 1em;
  /* 2 */
}

/**
 * Add the correct font style in Android 4.3-.
 */
dfn {
  font-style: italic;
}

/**
 * Add the correct background and color in IE 9-.
 */
mark {
  background-color: #ff0;
  color: #000;
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
audio,
video {
  display: inline-block;
}

/**
 * Add the correct display in iOS 4-7.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Remove the border on images inside links in IE 10-.
 */
img {
  border: 0;
  height: auto;
  max-width: 100%;
  /* Remove small gap at the bottom of an image when inside a container. */
  vertical-align: top;
}

/**
 * Hide the overflow in IE.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers (opinionated).
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: sans-serif;
  /* 1 */
  margin: 0;
  /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input {
  /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select {
  /* 1 */
  text-transform: none;
}

/**
 * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
 *    controls in Android 4.
 * 2. Correct the inability to style clickable types in iOS and Safari.
 */
button,
html [type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
  /* 2 */
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Change the border, margin, and padding in all browsers (opinionated).
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box;
  /* 1 */
  color: inherit;
  /* 2 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  white-space: normal;
  /* 1 */
}

/**
 * 1. Add the correct display in IE 9-.
 * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Remove the default vertical scrollbar in IE.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10-.
 * 2. Remove the padding in IE 10-.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  outline-offset: -2px;
  /* 2 */
}

/**
 * Remove the inner padding and cancel buttons in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-cancel-button,
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button;
  /* 1 */
  font: inherit;
  /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in IE 9-.
 * 1. Add the correct display in Edge, IE, and Firefox.
 */
details,
menu {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Scripting
   ========================================================================== */
/**
 * Add the correct display in IE 9-.
 */
canvas {
  display: inline-block;
}

/**
 * Add the correct display in IE.
 */
template {
  display: none;
}

/* Hidden
   ========================================================================== */
/**
 * Add the correct display in IE 10-.
 */
[hidden] {
  display: none;
}

/* Lists
   ========================================================================== */
/**
 * Unset default list margin and padding because if not
 * we'll have to unset it every. single. time.
 */
ul,
ol,
dl {
  margin: 0;
  padding: 0;
}

li {
  margin: 0;
  padding: 0;
}

figure {
  margin: inherit;
  margin-block: 0;
  margin-inline: 0;
}

aside .region,
.layout-content .region {
  padding: 0;
  border: none;
}

.layout-container {
  margin: 0 1.25rem;
  position: relative;
}
@media (min-width: 84.375em) {
  .layout-container {
    max-width: 81.875em;
    margin: 0 auto;
  }
}

.page__container {
  margin: 0 1.25rem;
  position: relative;
}
@media (min-width: 84.375em) {
  .page__container {
    max-width: 81.875em;
    margin: 0 auto;
  }
}
.page__container--mixed {
  margin: 0 1.25rem;
  position: relative;
}
@media (min-width: 84.375em) {
  .page__container--mixed {
    max-width: 81.875em;
    margin: 0 auto;
  }
}

@media (min-width: 768px) {
  .flex__wrapper {
    flex-wrap: wrap;
    display: flex;
  }
}

.element-invisible,
.visually-hidden {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}

@media (min-width: 0em) and (max-width: 768px) {
  .mobile-hidden {
    display: none;
  }
}
@media (min-width: 768px) {
  .mobile-display {
    display: none;
  }
}

.block-padding__top,
.element--padding__top {
  padding-top: 3rem;
}
.block-padding__top--minimal,
.element--padding__top--minimal {
  padding-top: 2rem;
}
.block-padding__right,
.element--padding__right {
  padding-right: 3rem;
}
.block-padding__right--minimal,
.element--padding__right--minimal {
  padding-right: 2rem;
}
.block-padding__bottom,
.element--padding__bottom {
  padding-bottom: 3rem;
}
.block-padding__bottom--minimal,
.element--padding__bottom--minimal {
  padding-bottom: 2rem;
}
.block-padding__left,
.element--padding__left {
  padding-left: 3rem;
}
.block-padding__left--minimal,
.element--padding__left--minimal {
  padding-left: 2rem;
}
.block-padding__all,
.element--padding__all {
  padding: 3rem;
}
.block-padding__all--extra,
.element--padding__all--extra {
  padding: 6rem;
}
.block-padding__all--minimal,
.element--padding__all--minimal {
  padding: 2rem;
}

.padding--block--sm {
  padding-block: 0.5rem;
}

.padding--block--md {
  padding-block: 1rem;
}

.padding--inline-start--sm {
  padding-inline-start: 0.5rem;
}

.padding--inline-start--md {
  padding-inline-start: 1rem;
}

.padding--inline-end--sm {
  padding-inline-end: 0.5rem;
}

.padding--inline-end--md {
  padding-inline-end: 1rem;
}

.padding--inline--md {
  padding-inline: 1rem;
}

.block-margin__top,
.element--margin__top {
  margin-top: 1.05rem;
}
.block-margin__top--extra,
.element--margin__top--extra {
  margin-top: 1.05rem;
}
@media (min-width: 768px) {
  .block-margin__top--extra,
  .element--margin__top--extra {
    margin-top: 2rem;
  }
}
@media (min-width: 768px) {
  .block-margin__right,
  .element--margin__right {
    margin-right: 1.05rem;
  }
}
.block-margin__bottom,
.element--margin__bottom {
  margin-bottom: 1.05rem;
}
.block-margin__bottom--extra,
.element--margin__bottom--extra {
  margin-bottom: 1.05rem;
}
@media (min-width: 768px) {
  .block-margin__bottom--extra,
  .element--margin__bottom--extra {
    margin-bottom: 2rem;
  }
}
@media (min-width: 768px) {
  .block-margin__left,
  .element--margin__left {
    margin-left: 1.05rem;
  }
}

@font-face {
  font-family: "Antonio-fallback";
  text-transform: uppercase;
  size-adjust: 99%;
  src: local("Arial Narrow");
}
@font-face {
  font-family: "Zilla-fallback";
  size-adjust: 93%;
  ascent-override: 99%;
  src: local("Georgia");
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 500;
  line-height: 1.125;
  letter-spacing: 0;
}

h1, .h1 {
  line-height: unset;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-family: "Zilla Slab", "Zilla-fallback", serif;
  font-weight: 600;
  font-size: clamp(2.3rem, 2.3662vw + 1.4127rem, 3.35rem);
}

.h1.bold-headline--serif, .h1.headline--serif {
  line-height: unset;
  margin-top: 0.625rem;
  margin-bottom: 0.625rem;
  font-family: "Zilla Slab", "Zilla-fallback", serif;
  font-weight: 600;
  font-size: clamp(2.3rem, 2.3662vw + 1.4127rem, 3.35rem);
  font-weight: 700;
}

h2, .h2 {
  line-height: 1.25;
  font-weight: 500;
  font-size: clamp(1.95rem, 0.7887vw + 1.6542rem, 2.3rem);
  margin-top: 0;
  margin-bottom: 0.325rem;
}
h2:not(:first-child), .h2:not(:first-child) {
  margin-top: 1.875rem;
}
h2.bold-headline--serif, h2.headline--serif, .h2.bold-headline--serif, .h2.headline--serif {
  font-size: clamp(1.75rem, 1.7465vw + 1.0951rem, 2.525rem);
}

h3, .h3 {
  line-height: 1.25;
  font-size: clamp(1.65rem, 0.5915vw + 1.4282rem, 1.9125rem);
  margin-top: 0;
  margin-bottom: 0.325rem;
}
h3:not(:first-child), .h3:not(:first-child) {
  margin-top: 1.875rem;
}
h3.bold-headline--serif, h3.headline--serif, .h3.bold-headline--serif, .h3.headline--serif {
  font-size: clamp(1.65rem, 1.0986vw + 1.238rem, 2.1375rem);
}

h4, .h4 {
  line-height: 1.25;
  font-weight: 500;
  font-size: clamp(1.45rem, 0.338vw + 1.3232rem, 1.6rem);
  margin-top: 0;
  margin-bottom: 0.325rem;
}
h4:not(:first-child), .h4:not(:first-child) {
  margin-top: 1.875rem;
}
h4.bold-headline--serif, h4.headline--serif, .h4.bold-headline--serif, .h4.headline--serif {
  font-size: clamp(1.45rem, 0.8451vw + 1.1331rem, 1.825rem);
}

h5, .h5 {
  line-height: 1.25;
  font-weight: 500;
  font-size: clamp(1.3rem, 0.2254vw + 1.2155rem, 1.4rem);
  margin-top: 0;
  margin-bottom: 0.325rem;
}
h5:not(:first-child), .h5:not(:first-child) {
  margin-top: 1.875rem;
}
h5.bold-headline--serif, h5.headline--serif, .h5.bold-headline--serif, .h5.headline--serif {
  font-size: clamp(1.3rem, 0.7324vw + 1.0254rem, 1.625rem);
}

h6, .h6 {
  font-size: 1.2rem;
  line-height: 1.25;
  font-weight: 500;
  margin-top: 0;
  margin-bottom: 0.325rem;
}
h6:not(:first-child), .h6:not(:first-child) {
  margin-top: 1.875rem;
}
h6.bold-headline--serif, h6.headline--serif, .h6.bold-headline--serif, .h6.headline--serif {
  font-size: clamp(1.2rem, 0.507vw + 1.0099rem, 1.425rem);
}

ol {
  list-style-position: outside;
  font-size: 1.2rem;
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
  margin-left: 1.875rem;
}

ol:not([type]) {
  list-style-type: decimal;
}

ol:not([type]).is-lower-alpha {
  list-style-type: lower-alpha;
}

ol:not([type]).is-lower-roman {
  list-style-type: lower-roman;
}

ol:not([type]).is-upper-alpha {
  list-style-type: upper-alpha;
}

ol:not([type]).is-upper-roman {
  list-style-type: upper-roman;
}

ul {
  list-style: disc outside;
  font-size: 1.2rem;
  margin-top: 1.05rem;
  margin-bottom: 1.05rem;
  margin-left: 1.875rem;
}

ul li,
ol li {
  line-height: 1.6;
  margin-bottom: 0.5rem;
}

ul ul {
  list-style-type: circle;
}

ul ul ul {
  list-style-type: square;
}

ol ol, ol ul, ul ol, ul ul {
  margin-top: 0;
  margin-block-start: 0.75rem;
  margin-bottom: 0;
  margin-block-end: 0.75rem;
}

.element--list-none {
  list-style: none;
}
.element--list-none li {
  list-style: none;
}

dd {
  margin-left: 1.875rem;
}

.uids-component--circle-list,
.element--circle-list {
  margin: 0 0 0 -13px;
  padding-left: 0;
  list-style: none;
  counter-reset: circle-counter;
}
.uids-component--circle-list li li,
.element--circle-list li li {
  list-style-type: disc;
  display: list-item;
}
.uids-component--circle-list > li,
.element--circle-list > li {
  position: relative;
  min-height: 90px;
  margin-bottom: 0.25rem;
  list-style: none;
  counter-increment: circle-counter;
  line-height: 1.7;
  display: flex;
  align-items: center;
}
@media (min-width: 768px) {
  .uids-component--circle-list > li,
  .element--circle-list > li {
    margin-left: 115px;
  }
}
.uids-component--circle-list > li:before,
.element--circle-list > li:before {
  display: block;
  margin: 0 auto;
  top: 0px;
  left: -100px;
  width: 5rem;
  height: 5rem;
  padding-top: 35px;
  content: counter(circle-counter);
  text-align: center;
  text-transform: uppercase;
  color: black;
  border: 1px solid var(--brand-primary);
  border-radius: 50%;
  background-color: var(--brand-primary);
  box-shadow: inset 0px 0px 0px 10px white;
  text-transform: uppercase;
  font-family: "Antonio", "Antonio-fallback", sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-weight: bold;
  font-size: 2.4rem;
  line-height: 0;
  box-sizing: border-box;
}
@media (min-width: 768px) {
  .uids-component--circle-list > li:before,
  .element--circle-list > li:before {
    position: absolute;
    display: inline-block;
    margin: 0 0.5rem 0;
  }
}
.uids-component--gray .uids-component--circle-list > li:before, .bg--gray .uids-component--circle-list > li:before,
.uids-component--gray .element--circle-list > li:before,
.bg--gray .element--circle-list > li:before {
  box-shadow: inset 0px 0px 0px 10px #f3f3f3;
}

.element--circle-list > li,
.uids-component--circle-list > li {
  display: block;
  align-items: start;
  padding-top: 1.275rem;
}

.element--circle-list h2,
.uids-component--circle-list h2,
.element--circle-list h3,
.uids-component--circle-list h3,
.element--circle-list h4,
.uids-component--circle-list h4,
.element--circle-list h5,
.uids-component--circle-list h5,
.element--circle-list h6,
.uids-component--circle-list h6 {
  margin-bottom: 1.2rem;
}

.element--circle-list li a.bttn,
.uids-component--circle-list li a.bttn {
  display: inline-block;
}

/*
 p:not(:last-child),
 dl:not(:last-child),
 ol:not(:last-child),
 ul:not(:last-child),
 blockquote:not(:last-child),
 pre:not(:last-child),
 table:not(:last-child) {
  @include margin($bottom: $sm);
}
*/
p,
dl,
ol,
ul,
blockquote,
pre,
table {
  font-weight: 400;
}

p {
  line-height: 1.7;
  font-size: 1.2rem;
  margin-top: 0;
  margin-bottom: 1.05rem;
}

a {
  color: var(--link-color);
  text-decoration: underline;
}

figcaption {
  font-size: 90%;
  line-height: 1.5;
}

figure img {
  display: inline-block;
  margin-bottom: 1.05rem;
}

pre {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  padding: 1.05rem;
  white-space: pre;
  word-wrap: normal;
}

small {
  vertical-align: middle;
  display: inline-block;
  line-height: 1.3;
}
small.small--inline {
  display: inline;
}

sup,
sub {
  font-size: 75%;
}

mark {
  background-color: var(--brand-primary);
}

pre {
  font-family: "Zilla Slab", "Zilla-fallback", serif;
  line-height: 1.5;
}

.is-small {
  font-size: 0.8rem;
}

.is-medium {
  font-size: 1.2rem;
}

.is-large {
  font-size: 1.6rem;
}

.margin-top {
  margin-top: 0.9rem;
}

.image {
  position: relative;
  display: block;
}

.image img {
  display: block;
  width: 100%;
  height: auto;
}

@media (min-width: 768px) {
  .element--two-column {
    column-count: 2;
    column-gap: 3rem;
  }
}

@media (min-width: 768px) {
  .element--three-column {
    column-count: 3;
    column-gap: 3rem;
  }
}

hr {
  border: 0;
  height: 0;
  clear: both;
  float: none;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.3);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.element--spacer-separator {
  clear: both;
  float: none;
  width: 100%;
  height: 0;
  border: 1px solid transparent;
  margin: 1.25rem 0;
}

.element--spacer-thin {
  border: 0;
  height: 0;
  clear: both;
  float: none;
  width: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}

.element--spacer-gold {
  clear: both;
  float: none;
  width: 100%;
  height: 0;
  border: 1px solid transparent;
  margin: 1.25rem 0;
}
.element--spacer-gold:after {
  content: "";
  display: block;
  width: 33%;
  height: 6px;
  margin: 0;
  background: var(--brand-primary);
}
.element--spacer-gold--centered:after {
  margin: 0 auto;
}
[class*=bg-] .element--spacer-gold {
  border: none;
}
.bg-pattern--brain-reversed .element--spacer-gold:after, .bg--gold--pattern--brain .element--spacer-gold:after, .bg--gold .element--spacer-gold:after {
  background: #fff;
}

.uids-component--bold-intro,
.element--bold-intro {
  font-family: "Zilla Slab", "Zilla-fallback", serif;
  font-weight: 600;
  line-height: 1.3;
  font-size: 2.2rem;
  font-size: clamp(1.6rem, 1.3521vw + 1.093rem, 2.2rem);
  margin-top: 0;
}

.uids-component--light-intro,
.element--light-intro {
  font-weight: 300;
  line-height: 1.4;
  font-size: 2.1rem;
  font-size: clamp(1.6rem, 1.1268vw + 1.1775rem, 2.1rem);
  margin-top: 0;
}

mark {
  background-color: var(--brand-primary);
  padding: 0.1em;
}
mark.deletion {
  background-color: rgb(247.3909090909, 226.012987013, 220.7590909091);
}
mark::before, mark::after {
  clip-path: inset(100%);
  height: 1px;
  overflow: hidden;
  position: absolute;
  white-space: nowrap;
  width: 1px;
}
mark::before {
  content: " [highlight start] ";
}
mark::after {
  content: " [highlight end] ";
}
.bg--gold mark {
  background-color: #fff;
  color: var(--uiowa-black);
}
.bg--gold mark.deletion {
  background-color: var(--uiowa-black);
  color: var(--uiowa-gold);
}

.grid--onecol .list-container__inner {
  max-width: 81.875em;
  margin: 0 auto;
}

.grid--onecol__narrow .list-container__inner {
  max-width: 63.75em;
  margin: 0 auto;
}

@media (min-width: 768px) {
  [class*=grid].grid--gap__sm .list-container__inner {
    column-gap: var(--space-sm-width-gutter);
  }
}

.grid--twocol--50-50 .list-container__inner {
  gap: 2rem;
}
@media (min-width: 768px) {
  .grid--twocol--50-50 .list-container__inner {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .grid--twocol--50-50 .list-container__inner {
    column-gap: var(--space-lg-width-gutter);
    row-gap: 1.25rem;
    grid-template-columns: repeat(auto-fill, minmax(46.7%, 1fr));
  }
}

.grid--threecol--33-34-33 .list-container__inner {
  gap: 2rem;
}
@media (min-width: 768px) {
  .grid--threecol--33-34-33 .list-container__inner {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .grid--threecol--33-34-33 .list-container__inner {
    gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(29.74%, 1fr));
  }
}

.grid--twocol--67-33 .list-container__inner {
  gap: 2rem;
}
@media (min-width: 768px) {
  .grid--twocol--67-33 .list-container__inner {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .grid--twocol--67-33 .list-container__inner {
    grid-template-columns: repeat(3, 1fr);
  }
  .grid--twocol--67-33 .list-container__inner .grid__column:first-child {
    grid-area: 1/1/2/3;
    min-width: 0;
  }
}
@media (min-width: 768px) {
  .grid--twocol--67-33 .list-container__inner .grid__column:last-child {
    grid-area: 1/3/2/4;
    min-width: 0;
  }
}

.grid--fourcol--25 .list-container__inner {
  gap: 2rem;
}
@media (min-width: 768px) {
  .grid--fourcol--25 .list-container__inner {
    display: grid;
    grid-template-rows: auto;
    grid-gap: 3rem;
    grid-template-columns: 1fr;
  }
}
@media (min-width: 768px) {
  .grid--fourcol--25 .list-container__inner {
    gap: 3rem;
    grid-template-columns: repeat(auto-fill, minmax(21%, 1fr));
  }
}

@supports (contain: inline-size) {
  .grid__column,
  .column-container {
    container-type: inline-size;
    container-name: column;
  }
}
:root {
  --uiowa-gold: #FFCD00;
  --uiowa-black: #000000;
  --brand-primary: var(--uiowa-gold);
  --brand-secondary: var(--uiowa-black);
  --link-color: #00558C;
  --space-lg-width-gutter: 3rem;
  --space-md-width-gutter: 2rem;
  --space-sm-width-gutter: 1.25rem;
}

html {
  scroll-behavior: smooth;
}

:focus:not(:focus-visible) {
  outline: none;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  :after, :before {
    transition-duration: 0.01ms !important;
  }
  * {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
.accordion__item:not(:first-child) {
  margin-top: 1rem;
}

.accordion {
  --trans-time: 0.2s;
  --accordion-grey: #edeceb;
}
.accordion details[open] summary i, .accordion details[open] summary svg {
  transform: rotate(0deg) translate(0px, 0.1em);
  background-color: #fafafa;
}
.accordion summary {
  list-style: none;
  width: 100%;
  background-color: var(--accordion-grey);
  display: flex;
  cursor: pointer;
}
.accordion summary:hover, .accordion summary:focus {
  background-color: rgb(228.0568421053, 226.56, 225.0631578947);
}
.accordion summary::-webkit-details-marker {
  visibility: hidden;
}
.accordion summary i, .accordion summary svg {
  transform: rotate(-180deg) translate(0px, -0.1em);
  transition: all var(--trans-time) ease-in-out;
  transition-property: transform, background-color;
  background-color: transparent;
  width: 1.4rem;
  height: 1.4rem;
  padding: 4px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: -0.3rem 0;
  border-radius: 50%;
}
.accordion .accordion__heading :is(h2, h3, h4, h5, h6) {
  all: inherit;
  display: flex;
  font-size: 1.2rem;
  font-weight: 700;
  padding: 1.05rem;
  justify-content: space-between;
  -webkit-justify-content: space-between;
  align-items: center;
  cursor: pointer;
  width: 100%;
}
.accordion .accordion__heading :is(h2, h3, h4, h5, h6):focus {
  outline: 2px auto -webkit-focus-ring-color;
}
.accordion .accordion__content {
  padding: 1.05rem;
  border: 1px solid var(--accordion-grey);
}
.accordion .accordion__content p:last-child {
  margin-bottom: 0px;
}
.accordion ul li,
.accordion ol li,
.accordion p {
  font-size: 1.3rem;
}
.accordion table ul li,
.accordion table ol li,
.accordion table p {
  font-size: inherit;
}

.alert {
  --h2-font-size: 1.6rem;
  border-radius: 2px;
  padding: 1.5rem;
  line-height: 1.3;
  font-size: 1.2rem;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.125);
}
[class*=bg--black] .alert {
  border-color: hsla(0, 0%, 100%, 0.325);
}
.alert h2 {
  font-size: var(--h2-font-size);
}
.alert h3 {
  font-size: calc(0.9 * var(--h2-font-size));
}
.alert h4 {
  font-size: calc(0.8 * var(--h2-font-size));
}
.alert h5 {
  font-size: calc(0.7 * var(--h2-font-size));
}
.alert h6 {
  font-size: calc(0.6 * var(--h2-font-size));
}
.alert * {
  margin-bottom: 0;
}
.alert * + *:not(span):not(div):not(svg) {
  margin-top: 0.2rem;
  line-height: 1.6;
}

.alert__icon {
  padding: 0 1.5rem 0 0;
}
.alert__icon .fa-stack {
  width: 2em;
}
.alert__icon .svg-inline--fa.fa-stack-2x,
.alert__icon .svg-inline--fa.fa-stack-1x {
  width: 100%;
}
.alert__icon .fa-1x {
  font-size: 1.2rem;
}

.alert--danger {
  background: rgb(247.3909090909, 226.012987013, 220.7590909091);
}
.alert--danger .fa-circle {
  color: #BD472A;
}

.alert--success {
  background: rgb(234.6, 255, 250.4);
}
.alert--success .fa-circle {
  color: #00664F;
}

.alert--warning {
  background: rgb(255, 247.5, 216.75);
}
.alert--warning .fa-circle {
  color: #BD472A;
}
.alert--warning .fa-exclamation-triangle {
  margin-top: -2px;
}

.alert--info {
  background: rgb(236.5, 247.7321428571, 255);
}
.alert--info .fa-circle {
  color: #00558C;
}

.alert--centered {
  display: flex;
  justify-content: center;
}

.alert--vertically-centered {
  display: flex;
  align-items: center;
}

.alert--dismissible {
  position: relative;
}
.alert--dismissible button {
  position: absolute;
  right: 0;
  top: 0;
  background: transparent;
  border: none;
  height: 42px;
  width: 42px;
}
.alert--dismissible button i {
  font-size: 1.5rem;
}

.alert--icon {
  display: flex;
}

[class*=bg--] a,
[class*=bg--] [class*=bg--] a {
  color: inherit;
}

[class*=bg--][class*="--pattern--"] {
  background-size: auto auto;
  background-position: center center;
}

[class*="--pattern--particle"],
[class*=bg--][class*="--pattern--particle"] {
  background-size: 1400px;
}

[class*="--pattern--community"],
[class*=bg--][class*="--pattern--community"] {
  background-size: 1000px;
}

.bg--black--pattern--brain {
  background-color: var(--brand-secondary);
  background-image: url("../../assets/images/brain-pattern-black.svg");
}
.bg--black--pattern--brain {
  color: #fff;
}
.bg--black--pattern--brain a {
  color: var(--brand-primary);
}

.bg--black--pattern--community {
  background-color: var(--brand-secondary);
  background-image: url("../../assets/images/community-pattern--black.png");
}
.bg--black--pattern--community {
  color: #fff;
}
.bg--black--pattern--community a {
  color: var(--brand-primary);
}

.bg--black--pattern--particle {
  background-color: var(--brand-secondary);
  background-image: url("../../assets/images/particle-pattern--black.png");
}
.bg--black--pattern--particle {
  color: #fff;
}
.bg--black--pattern--particle a {
  color: var(--brand-primary);
}

.bg--black {
  background-color: var(--brand-secondary);
}
.bg--black {
  color: #fff;
}
.bg--black a {
  color: var(--brand-primary);
}

.bg--gold--pattern--brain {
  background-color: var(--brand-primary);
  background-image: url("../../assets/images/brain-pattern-reversed.svg");
}
.bg--gold--pattern--brain {
  color: var(--brand-secondary);
}
.bg--gold--pattern--brain a {
  color: var(--brand-secondary);
}

.bg--gold--pattern--community {
  background-color: var(--brand-primary);
  background-image: url("../../assets/images/community-pattern--white.png");
}
.bg--gold--pattern--community {
  color: var(--brand-secondary);
}
.bg--gold--pattern--community a {
  color: var(--brand-secondary);
}

.bg--gold--pattern--particle {
  background-color: var(--brand-primary);
  background-image: url("../../assets/images/particle-pattern.png");
}
.bg--gold--pattern--particle {
  color: var(--brand-secondary);
}
.bg--gold--pattern--particle a {
  color: var(--brand-secondary);
}

.bg--gold {
  background-color: var(--brand-primary);
}
.bg--gold {
  color: var(--brand-secondary);
}
.bg--gold a {
  color: var(--brand-secondary);
}

.bg--gray--pattern--brain {
  background-color: #f3f3f3;
  background-image: url("../../assets/images/brain-pattern-white.svg");
}
.bg--gray--pattern--brain {
  color: var(--brand-secondary);
}
.bg--gray--pattern--brain a {
  color: var(--brand-secondary);
}

.bg--gray--pattern--community {
  background-color: #f3f3f3;
  background-image: url("../../assets/images/community-pattern--gray.png");
}
.bg--gray--pattern--community {
  color: var(--brand-secondary);
}
.bg--gray--pattern--community a {
  color: var(--brand-secondary);
}

.bg--gray--pattern--particle {
  background-color: #f3f3f3;
  background-image: url("../../assets/images/particle-pattern--white.png");
}
.bg--gray--pattern--particle {
  color: var(--brand-secondary);
}
.bg--gray--pattern--particle a {
  color: var(--brand-secondary);
}

.bg--gray {
  background-color: #f3f3f3;
}
.bg--gray {
  color: var(--brand-secondary);
}
.bg--gray a {
  color: var(--brand-secondary);
}

.bg--white--pattern--brain {
  background-color: #fff;
  background-image: url("../../assets/images/brain-pattern.svg");
}
.bg--white--pattern--brain {
  color: var(--brand-secondary);
}
.bg--white--pattern--brain a {
  color: var(--brand-secondary);
}

.bg--white--pattern--community {
  background-color: #fff;
  background-image: url("../../assets/images/community-pattern--gray.png");
}
.bg--white--pattern--community {
  color: var(--brand-secondary);
}
.bg--white--pattern--community a {
  color: var(--brand-secondary);
}

.bg--white--pattern--particle {
  background-color: #fff;
  background-image: url("../../assets/images/particle-pattern--gold.png");
}
.bg--white--pattern--particle {
  color: var(--brand-secondary);
}
.bg--white--pattern--particle a {
  color: var(--brand-secondary);
}

.bg--white {
  background-color: #fff;
}
.bg--white {
  color: var(--brand-secondary);
}
.bg--white a {
  color: var(--brand-secondary);
}

[class*=bg--] *, [class*=bg--] [class*=bg--] * {
  border-color: inherit;
}
[class*=bg--] *:before, [class*=bg--] *:after, [class*=bg--] [class*=bg--] *:before, [class*=bg--] [class*=bg--] *:after {
  color: inherit;
  border-color: inherit;
}

[class*=bg--gray],
[class*=bg--white],
[class*=bg--gold],
.bg-pattern--brain-reversed,
.bg-pattern--brain {
  border-color: rgba(0, 0, 0, 0.125);
}

.bg--black--pattern--brain,
.bg-pattern--brain-black,
[class*=bg--black] {
  border-color: rgba(255, 255, 255, 0.325);
}

[class*=bg--white] :where(p, ul, ol, dl, cite, tbody, figcaption) a:not(.bttn),
[class*=bg-] [class*=bg--white] :where(p, ul, ol, dl, cite, tbody, figcaption) a:not(.bttn),
[class*=bg--gray] :where(p, ul, ol, dl, cite, tbody, figcaption) a:not(.bttn),
[class*=bg-] [class*=bg--gray] :where(p, ul, ol, dl, cite, tbody, figcaption) a:not(.bttn) {
  color: var(--link-color);
}

[class*=bg--white] [class*=bg--gold] :where(p, ul, ol, dl, cite, tbody, figcaption) a:not(.bttn),
[class*=bg--white] [class*=bg--black] :where(p, ul, ol, dl, cite, tbody, figcaption) a:not(.bttn),
[class*=bg--gray] [class*=bg--gold] :where(p, ul, ol, dl, cite, tbody, figcaption) a:not(.bttn),
[class*=bg--gray] [class*=bg--black] :where(p, ul, ol, dl, cite, tbody, figcaption) a:not(.bttn) {
  color: inherit;
}

.badge {
  display: inline-block;
  padding: 0 0.75em;
  line-height: 1.67;
  font-size: 75%;
  font-weight: 500;
  color: #fff;
  border: 1px solid transparent;
  border-radius: 1em;
}

.badge--primary {
  background: var(--brand-primary);
  color: #000;
}

.badge--secondary {
  background: var(--brand-secondary);
}

.badge--cool-gray {
  background: #63666A;
}

.badge--blue {
  background: #00558C;
}

.badge--green {
  background: #00664F;
}

.badge--orange {
  background: #BD472A;
}

.banner {
  --banner-padding: 1.25rem;
  --banner-overlay-color-rgb: 0, 0, 0;
  --banner-overlay-solid-opacity: .5;
  --banner-overlay-gradient-midpoint: 40%;
  --banner-overlay-gradient: rgb(var(--banner-overlay-color-rgb), .8) 0%, rgb(var(--banner-overlay-color-rgb), .6) var(--banner-overlay-gradient-midpoint), transparent;
  --banner-text-color: #fff;
  --banner-bg-failsafe: var(--brand-secondary);
  --link-color: var(--banner-text-color);
  display: flex;
  flex-basis: 100%;
  align-items: center;
  justify-content: center;
  min-height: 15rem;
  position: relative;
  overflow: hidden;
}
@media (min-width: 768px) {
  .banner {
    --banner-padding: 2rem;
  }
}

.banner .media {
  background: var(--brand-secondary);
  height: 100%;
  width: 100%;
  position: absolute;
  overflow: visible;
}
@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner .media {
      position: absolute;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner .media {
      position: absolute;
    }
  }
}
.banner .media img,
.banner .media video {
  display: block;
  height: 100%;
  width: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  top: 0;
  overflow: visible;
}
.banner .media:after {
  display: block;
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  content: "";
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  will-change: opacity;
  background: rgb(var(--banner-overlay-color-rgb), var(--banner-overlay-solid-opacity));
}
.banner .media .video-controls {
  position: absolute;
  z-index: 2;
  right: 1.25rem;
  bottom: 1.25rem;
}
@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner .media .video-controls {
      right: 2rem;
      bottom: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner .media .video-controls {
      right: 2rem;
      bottom: 2rem;
    }
  }
}
.banner .media .video-btn {
  width: 40px;
  height: 40px;
  cursor: pointer;
  color: var(--brand-secondary);
  border: 1px solid white;
  border-radius: 50%;
  background: white;
  font-size: 1rem;
  padding: 0;
}
@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner .media .video-btn {
      display: block;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner .media .video-btn {
      display: block;
    }
  }
}
.banner .media .video-btn::after {
  content: "\f04b";
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "Font Awesome 5 Free";
  font-weight: 900;
  font-size: 1rem;
}
.banner .media .video-btn.video-btn__play::after {
  margin-left: 3px;
}
.banner .media .video-btn.video-btn__pause::after {
  content: "\f04c";
}

.banner__content {
  margin: 0 auto;
  width: 100%;
  z-index: 0;
  padding: var(--banner-padding);
}
@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner__content {
      z-index: 1;
      max-width: 81.875em;
      top: 0;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner__content {
      z-index: 1;
      max-width: 81.875em;
      top: 0;
    }
  }
}
.banner__content > * {
  flex-basis: 100%;
}

.banner .headline {
  color: var(--banner-text-color);
  margin-top: 0;
  margin-bottom: 1rem;
  z-index: 1;
}
.banner .headline a {
  color: var(--link-color);
}
.banner .headline a:hover {
  text-decoration: none;
}
.banner .headline a:focus {
  text-decoration: underline;
}
.banner.banner--horizontal-center .headline.headline--underline:after {
  margin-right: auto;
  margin-left: auto;
}
.banner:focus-within .headline a:focus {
  text-decoration: underline;
}
.banner :where(h2, h3, h4, h5, h6).headline--large, .banner :where(h2, h3, h4, h5, h6).headline--large.headline--serif {
  font-size: 2.6rem;
}
@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner :where(h2, h3, h4, h5, h6).headline--large, .banner :where(h2, h3, h4, h5, h6).headline--large.headline--serif {
      font-size: clamp(2.5rem, 4.9577vw + 0.6408rem, 4.7rem);
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner :where(h2, h3, h4, h5, h6).headline--large, .banner :where(h2, h3, h4, h5, h6).headline--large.headline--serif {
      font-size: clamp(2.5rem, 4.9577vw + 0.6408rem, 4.7rem);
    }
  }
}
.banner :where(h2, h3, h4, h5, h6).headline--medium, .banner :where(h2, h3, h4, h5, h6).headline--medium.headline--serif {
  font-size: 2.2rem;
}
@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner :where(h2, h3, h4, h5, h6).headline--medium, .banner :where(h2, h3, h4, h5, h6).headline--medium.headline--serif {
      font-size: clamp(2.2rem, 3.3803vw + 0.9324rem, 3.7rem);
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner :where(h2, h3, h4, h5, h6).headline--medium, .banner :where(h2, h3, h4, h5, h6).headline--medium.headline--serif {
      font-size: clamp(2.2rem, 3.3803vw + 0.9324rem, 3.7rem);
    }
  }
}
.banner :where(h2, h3, h4, h5, h6).headline--small, .banner :where(h2, h3, h4, h5, h6).headline--small.headline--serif {
  font-size: 1.8rem;
}
@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner :where(h2, h3, h4, h5, h6).headline--small, .banner :where(h2, h3, h4, h5, h6).headline--small.headline--serif {
      font-size: clamp(2rem, 1.5775vw + 1.4085rem, 2.7rem);
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner :where(h2, h3, h4, h5, h6).headline--small, .banner :where(h2, h3, h4, h5, h6).headline--small.headline--serif {
      font-size: clamp(2rem, 1.5775vw + 1.4085rem, 2.7rem);
    }
  }
}

.banner__pre-title {
  line-height: 1.1;
}
.banner__pre-title.headline.headline--serif {
  margin-bottom: 0;
  font-weight: 500;
}
.banner__pre-title.headline.headline--underline:after {
  display: none;
}
.banner__pre-title.headline.headline--uppercase {
  margin-bottom: 0.7rem;
  font-weight: 500;
}
.banner__pre-title.headline--large {
  font-size: clamp(1.2rem, 0.9014vw + 0.862rem, 1.6rem);
}
.banner__pre-title.headline--medium {
  font-size: clamp(1.2rem, 0.4507vw + 1.031rem, 1.4rem);
}
.banner__pre-title.headline--small {
  font-size: 1.4rem;
}

.banner__text {
  z-index: 1;
  color: var(--banner-text-color);
  margin-bottom: 1.05rem;
}
.banner__text blockquote {
  margin-left: 0;
}
.banner__text blockquote a {
  color: var(--banner-text-color);
}
.banner__text h2 a, .banner__text h3 a, .banner__text h4 a, .banner__text h5 a, .banner__text h6 a {
  color: var(--banner-text-color);
}
.banner__text p {
  line-height: 1.5;
  margin-top: 0;
  color: var(--banner-text-color);
}
.banner__text p a {
  position: relative;
  z-index: 1;
  color: var(--banner-text-color);
}
[class*=bg--gold] .banner__text blockquote {
  border-left-color: #f3f3f3;
}

.banner .headline + .banner__action {
  margin-top: 1.5rem;
}

.banner .bttn--transparent {
  color: var(--banner-text-color);
  border-color: var(--banner-text-color);
}

.banner__action .bttn {
  margin: 0 1rem 1rem 0;
}
@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner__action .bttn + .bttn {
      margin: 0 1rem 1rem 0;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner__action .bttn + .bttn {
      margin: 0 1rem 1rem 0;
    }
  }
}

.banner[class*=bg--gold], .banner[class*=bg--white], .banner[class*=bg--gray] {
  --banner-text-color: var(--brand-secondary);
}

.banner:not([class*=bg--]) {
  background-color: var(--banner-bg-failsafe);
}
.banner:not([class*=bg--]) .headline,
.banner:not([class*=bg--]) .banner__text {
  text-shadow: 0 1px 3px rgb(var(--banner-overlay-color-rgb));
}

@supports (contain: inline-size) {
  @container column (max-width: 768px) {
    .banner--stacked:not([class*=bg--]) {
      --link-color: var(--brand-secondary);
      --banner-bg-failsafe: white;
      display: block;
    }
    .banner--stacked:not([class*=bg--]) .media {
      position: relative;
      height: auto;
    }
    .banner--stacked:not([class*=bg--]) .media:after {
      background: none !important;
    }
    .banner--stacked:not([class*=bg--]) .headline {
      color: var(--brand-secondary);
      text-shadow: none;
    }
    .banner--stacked:not([class*=bg--]) .bttn--transparent {
      color: var(--brand-secondary);
      border-color: var(--brand-secondary);
    }
    .banner--stacked:not([class*=bg--]) .banner__text {
      color: var(--brand-secondary);
      text-shadow: none;
    }
    .banner--stacked:not([class*=bg--]) .banner__text * {
      color: var(--brand-secondary);
    }
  }
}
@supports not (contain: inline-size) {
  @media (max-width: 768px) {
    .banner--stacked:not([class*=bg--]) {
      --link-color: var(--brand-secondary);
      --banner-bg-failsafe: white;
      display: block;
    }
    .banner--stacked:not([class*=bg--]) .media {
      position: relative;
      height: auto;
    }
    .banner--stacked:not([class*=bg--]) .media:after {
      background: none !important;
    }
    .banner--stacked:not([class*=bg--]) .headline {
      color: var(--brand-secondary);
      text-shadow: none;
    }
    .banner--stacked:not([class*=bg--]) .bttn--transparent {
      color: var(--brand-secondary);
      border-color: var(--brand-secondary);
    }
    .banner--stacked:not([class*=bg--]) .banner__text {
      color: var(--brand-secondary);
      text-shadow: none;
    }
    .banner--stacked:not([class*=bg--]) .banner__text * {
      color: var(--brand-secondary);
    }
  }
}

.banner--large::before {
  float: left;
  padding-top: 45.25%;
  content: "";
}

.banner--medium::before {
  float: left;
  padding-top: 32.25%;
  content: "";
}

@media (min-width: 84.375em) {
  .banner--full.banner--large {
    height: 100vh;
  }
}

.banner--vertical-top {
  align-items: flex-start;
}

.banner--vertical-bottom {
  align-items: flex-end;
}

.banner--horizontal-center {
  text-align: center;
}
.banner--horizontal-center blockquote {
  border-left: none;
}
.banner--horizontal-center .banner__content > * {
  margin-right: auto;
  margin-left: auto;
}

.banner--horizontal-left {
  text-align: left;
}

@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner--narrow .banner__content {
      max-width: 65%;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner--narrow .banner__content {
      max-width: 65%;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 84.375em) {
    .banner--narrow .banner__content {
      max-width: 47.75em;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 84.375em) {
    .banner--narrow .banner__content {
      max-width: 47.75em;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner--narrow.banner--horizontal-left .banner__content {
      margin-left: 0;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner--narrow.banner--horizontal-left .banner__content {
      margin-left: 0;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 84.375em) {
    .banner--narrow.banner--horizontal-left .banner__content {
      margin-left: calc(50% - 40.9375em);
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 84.375em) {
    .banner--narrow.banner--horizontal-left .banner__content {
      margin-left: calc(50% - 40.9375em);
    }
  }
}

@supports (contain: inline-size) {
  @container column (min-width: 768px) {
    .banner--overlay-btt .media:after,
    .banner--overlay-ttb .media:after,
    .banner--overlay-ltr .media:after {
      background: linear-gradient(var(--banner-overlay-gradient-direction), var(--banner-overlay-gradient));
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .banner--overlay-btt .media:after,
    .banner--overlay-ttb .media:after,
    .banner--overlay-ltr .media:after {
      background: linear-gradient(var(--banner-overlay-gradient-direction), var(--banner-overlay-gradient));
    }
  }
}

.banner--overlay-btt {
  --banner-overlay-gradient-direction: 0deg;
}

.banner--overlay-ttb {
  --banner-overlay-gradient-direction: 180deg;
}

.banner--overlay-ltr {
  --banner-overlay-gradient-direction: 90deg;
  --banner-overlay-gradient-midpoint: 70%;
}

.banner--overlay-light:not([class*=bg--]) {
  --banner-overlay-color-rgb: 255, 255, 255;
  --banner-overlay-solid-opacity: .7;
  --banner-text-color: var(--brand-secondary);
  --banner-bg-failsafe: white;
}
.banner--overlay-light:not([class*=bg--]) .headline,
.banner--overlay-light:not([class*=bg--]) .banner__text {
  text-shadow: none;
}
.banner--overlay-light:not([class*=bg--]) .media {
  background: #fff;
}
.banner--overlay-light:not([class*=bg--]) .media .video-btn {
  border: 1px solid var(--brand-secondary);
}

div[class*=bg--white]:not([class*=pattern--]) .banner[class*=bg--white]:not([class*=pattern--]) .banner__content {
  padding-left: 0;
  padding-right: 0;
}

div[class*=bg--black]:not([class*=pattern--]) .banner[class*=bg--black]:not([class*=pattern--]) .banner__content {
  padding-left: 0;
  padding-right: 0;
}

div[class*=bg--gray]:not([class*=pattern--]) .banner[class*=bg--gray]:not([class*=pattern--]) .banner__content {
  padding-left: 0;
  padding-right: 0;
}

div[class*=bg--gold]:not([class*=pattern--]) .banner[class*=bg--gold]:not([class*=pattern--]) .banner__content {
  padding-left: 0;
  padding-right: 0;
}

div[class*=pattern--brain] .banner[class*=pattern--brain] .banner__content {
  padding-left: 0;
  padding-right: 0;
}

div[class*=pattern--community] .banner[class*=pattern--community] .banner__content {
  padding-left: 0;
  padding-right: 0;
}

div[class*=pattern--particle] .banner[class*=pattern--particle] .banner__content {
  padding-left: 0;
  padding-right: 0;
}

div:not([class*=bg--]) .banner.bg--white .banner__content {
  padding-left: 0;
  padding-right: 0;
}

blockquote {
  font-weight: 400;
  font-style: normal;
  font-family: "Zilla Slab", "Zilla-fallback", serif;
  border-left-style: solid;
  border-width: 10px;
  border-color: var(--brand-primary);
  padding: 1.875rem;
  font-size: 1.5rem;
  line-height: 1.7;
  padding-top: 0.325rem;
  padding-bottom: 0.325rem;
  padding-left: 1.875rem;
}
blockquote cite {
  display: block;
}
blockquote .blockquote__media {
  max-width: 160px;
}
blockquote p:last-of-type {
  margin-bottom: 0;
}
[class*=bg--black] blockquote, [class*=bg--] [class*=bg--black] blockquote, [class*=bg--gray] blockquote, [class*=bg--] [class*=bg--gray] blockquote, [class*=bg--white] blockquote, [class*=bg--] [class*=bg--white] blockquote {
  border-color: var(--brand-primary);
}
[class*=bg--black] blockquote::before, [class*=bg--] [class*=bg--black] blockquote::before, [class*=bg--gray] blockquote::before, [class*=bg--] [class*=bg--gray] blockquote::before, [class*=bg--white] blockquote::before, [class*=bg--] [class*=bg--white] blockquote::before {
  background: var(--brand-primary);
}
[class*=bg--gold] blockquote, [class*=bg--] [class*=bg--gold] blockquote {
  border-color: #fff;
}
[class*=bg--gold] blockquote::before, [class*=bg--] [class*=bg--gold] blockquote::before {
  background: #fff;
}
blockquote p {
  margin-top: 0;
  font-weight: 400;
  font-size: 1.5rem;
}
blockquote footer {
  font-family: "Roboto", sans-serif;
  margin-top: 1.05rem;
  font-size: 1.2rem;
  line-height: 1.5;
}
blockquote footer p {
  font-size: 1.2rem;
  line-height: 1.5;
}
blockquote p + footer {
  margin-top: 0;
}
blockquote.blockquote {
  flex-basis: 100%;
}
blockquote.blockquote--center, .blockquote-center blockquote {
  text-align: center;
  border: none;
  position: relative;
  padding-top: 2.5rem;
  padding-right: 0.325rem;
  padding-bottom: 0.325rem;
  padding-left: 0.325rem;
}
blockquote.blockquote--center img, .blockquote-center blockquote img {
  margin: 0 auto;
  display: block;
}
blockquote.blockquote--center::before, .blockquote-center blockquote::before {
  position: absolute;
  content: "";
  height: 10px;
  top: 11px;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 130px;
  background: var(--brand-primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bg--gold--pattern--brain blockquote.blockquote--center::before, .bg-pattern--brain-reversed blockquote.blockquote--center::before, [class*=bg--gold] blockquote.blockquote--center::before, .bg--gold--pattern--brain .blockquote-center blockquote::before, .bg-pattern--brain-reversed .blockquote-center blockquote::before, [class*=bg--gold] .blockquote-center blockquote::before {
  background: #fff;
}
blockquote.blockquote--right, .blockquote-right blockquote {
  text-align: end;
  border-left: none;
  border-right-style: solid;
  padding: 0.325rem 1.875rem;
}
blockquote.blockquote--img-above .blockquote__media, blockquote.blockquote--img-below .blockquote__media {
  margin-right: 1.3rem;
  margin-top: 0.7rem;
}
blockquote.blockquote--img-above.blockquote:not(.blockquote--center), blockquote.blockquote--img-below.blockquote:not(.blockquote--center) {
  margin-bottom: 1.25rem;
}
blockquote.blockquote--img-above.blockquote:not(.blockquote--center) .blockquote__media, blockquote.blockquote--img-below.blockquote:not(.blockquote--center) .blockquote__media {
  margin-bottom: 0.9rem;
}
@media (min-width: 768px) {
  blockquote.blockquote--img-above.blockquote:not(.blockquote--center) .blockquote__media, blockquote.blockquote--img-below.blockquote:not(.blockquote--center) .blockquote__media {
    margin-bottom: 0;
  }
}
blockquote.blockquote--img-above.blockquote--right .blockquote__media, blockquote.blockquote--img-below.blockquote--right .blockquote__media {
  margin-left: 1.3rem;
  margin-top: 0.7rem;
  margin-right: 0;
}
@media (min-width: 768px) {
  blockquote.blockquote--img-above .blockquote__media {
    flex: 0 1 auto;
  }
}
@media (min-width: 768px) {
  blockquote.blockquote--img-above .blockquote__content {
    flex: 0 1 75%;
  }
}
blockquote.blockquote--img-above .blockquote__paragraph {
  position: relative;
  padding-bottom: 1.875rem;
}
blockquote.blockquote--img-above .blockquote__paragraph::after {
  position: absolute;
  content: "";
  height: 10px;
  bottom: 0;
  left: 0;
  right: 0;
  width: 130px;
  background: var(--brand-primary);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
.bg--black--pattern--brain blockquote.blockquote--img-above .blockquote__paragraph::after, .bg--white--pattern--brain blockquote.blockquote--img-above .blockquote__paragraph::after, .bg-pattern--brain blockquote.blockquote--img-above .blockquote__paragraph::after, .bg-pattern--brain-black blockquote.blockquote--img-above .blockquote__paragraph::after, [class*=bg--black] blockquote.blockquote--img-above .blockquote__paragraph::after, [class*=bg--gray] blockquote.blockquote--img-above .blockquote__paragraph::after, [class*=bg--white] blockquote.blockquote--img-above .blockquote__paragraph::after {
  background: var(--brand-primary);
}
.bg--gold--pattern--brain blockquote.blockquote--img-above .blockquote__paragraph::after, .bg-pattern--brain-reversed blockquote.blockquote--img-above .blockquote__paragraph::after, [class*=bg--gold] blockquote.blockquote--img-above .blockquote__paragraph::after {
  background: #fff;
}
blockquote.blockquote--img-above.blockquote:not(.blockquote--center) {
  border: none;
  margin-right: 0;
  margin-left: 0;
  padding: 1.05rem 0;
  display: flex;
  align-items: flex-start;
  flex-wrap: wrap;
}
blockquote.blockquote--img-above.blockquote--right {
  flex-direction: row-reverse;
}
blockquote.blockquote--img-above.blockquote--right .blockquote__paragraph::after {
  right: 0;
  left: inherit;
}
blockquote.blockquote--img-above.blockquote--center {
  padding-top: 0;
}
blockquote.blockquote--img-above.blockquote--center::before {
  position: absolute;
  content: "";
  height: 0;
  top: 0.9rem;
  margin: 0 auto;
  left: 0;
  right: 0;
  width: 0;
  background: none;
  -webkit-transition: 0.5s;
  transition: 0.5s;
  display: none;
}
blockquote.blockquote--img-above.blockquote--center .blockquote__media {
  position: relative;
  margin: 0 auto 1.05rem;
}
blockquote.blockquote--img-above.blockquote--center .blockquote__paragraph::after {
  margin: 0 auto;
}
blockquote.blockquote--img-below .blockquote__media {
  max-width: 100px;
}
blockquote.blockquote--img-below footer {
  display: flex;
  margin-top: 0.5rem;
  align-items: center;
}
blockquote.blockquote--img-below cite {
  display: block;
  text-align: start;
}
blockquote.blockquote--img-below.blockquote--center footer {
  margin: 0.5rem auto 0;
  justify-content: center;
  text-align: left;
}
@media (min-width: 768px) {
  blockquote.blockquote--img-below.blockquote--center footer {
    max-width: 40%;
  }
}
blockquote.blockquote--img-below.blockquote--right footer {
  text-align: end;
  flex-direction: row-reverse;
  align-content: end;
}
blockquote.blockquote--img-below.blockquote--right cite {
  text-align: end;
}
blockquote.blockquote--remove-stylization {
  border-width: 0;
}
blockquote.blockquote--remove-stylization.blockquote--img-above .blockquote__paragraph {
  padding-bottom: 0;
}
blockquote.blockquote--remove-stylization::before {
  height: 0;
}
blockquote.blockquote--remove-stylization .blockquote__paragraph::after {
  height: 0;
}
blockquote.blockquote--remove-margin.blockquote:not(.blockquote--center) {
  margin-left: 0;
  margin-right: 0;
}

.border {
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.125);
}
[class*=bg--black] .border {
  border-color: hsla(0, 0%, 100%, 0.325);
}

.borderless {
  border: none !important;
}

.site-name {
  display: flex;
  align-items: center;
  margin: 0 auto 0 0;
  text-align: left;
  font-size: 1.8rem;
  font-weight: 300;
  line-height: 1;
  font-family: "Roboto", sans-serif;
}
.site-name a {
  color: var(--brand-secondary);
  text-decoration: none;
}
@media (min-width: 980px) {
  .site-name {
    flex-basis: content;
    margin: 1px 0 0 0;
    font-size: 2rem;
  }
}
@media (min-width: 84.375em) {
  .site-name {
    margin: 5px 0 0 0;
    text-align: left;
    font-size: 2.2rem;
  }
}

.parent-site-name {
  font-weight: 300;
  flex-basis: content;
  margin: 0 0 -10px 0;
  padding: 1.05rem 0 0 1.25rem;
  width: 100%;
  background: var(--brand-primary);
}
.parent-site-name a {
  color: var(--brand-secondary);
  text-decoration: none;
}
@media (min-width: 980px) {
  .parent-site-name {
    background: transparent;
    display: flex;
    align-items: center;
    margin: 0;
    padding: 1px 0 0;
    width: auto;
  }
}

.iowa-bar {
  position: relative;
  z-index: 2;
  display: block;
  min-height: auto;
  background: var(--brand-secondary);
}
@media (min-width: 980px) {
  .iowa-bar {
    min-height: 80px;
    background: var(--brand-primary);
  }
}
@media (min-width: 980px) {
  .iowa-bar:not(.iowa-bar--narrow) {
    height: 80px;
  }
}
@media (min-width: 980px) {
  .iowa-bar.iowa-bar--healthcare:not(.iowa-bar--narrow) {
    height: 100px;
  }
}
@media (min-width: 980px) {
  .iowa-bar.iowa-bar--healthcare:not(.iowa-bar--narrow) .logo--tab {
    padding-top: 27px;
  }
}
.iowa-bar .logo--tab {
  margin-right: 20px;
}
@media (min-width: 84.375em) {
  .iowa-bar .logo--tab {
    margin-left: -12px;
    padding: 27px 20px 20px;
  }
}
.iowa-bar .site-name {
  width: 100%;
  padding: 1.25rem;
  background: var(--brand-primary);
}
@media (min-width: 980px) {
  .iowa-bar .site-name {
    width: auto;
    background: transparent;
    padding: 0;
  }
}
@media (min-width: 84.375em) {
  .iowa-bar .site-name {
    margin: 5px 0 0 0;
  }
}
.iowa-bar__container {
  max-width: 81.875em;
  flex-wrap: wrap;
  justify-content: space-between;
  margin: 0 auto;
}
@media (min-width: 980px) {
  .iowa-bar__container {
    justify-content: flex-start;
    display: flex;
  }
}
@media (min-width: 980px) {
  .iowa-bar__container {
    margin-right: auto;
    margin-left: auto;
  }
}
@media (min-width: 980px) {
  .iowa-bar--narrow.iowa-bar--healthcare {
    min-height: 50px;
    position: relative;
  }
}
@media (min-width: 980px) {
  .iowa-bar--narrow.iowa-bar--healthcare .logo--tab {
    height: 70px;
    width: 119px;
    padding: 15px;
  }
}
.iowa-bar--narrow.iowa-bar--healthcare .logo-icon {
  height: 33px;
}
@media (min-width: 980px) {
  .iowa-bar--narrow.iowa-bar--healthcare .logo-icon {
    height: 41px;
  }
}
@media (min-width: 980px) {
  .iowa-bar--narrow {
    min-height: 50px;
    position: relative;
  }
}
.iowa-bar--narrow .logo--tab {
  margin-right: 10px;
}
@media (min-width: 980px) {
  .iowa-bar--narrow .logo--tab {
    height: 56px;
    width: 119px;
    padding: 15px;
  }
}
@media (min-width: 84.375em) {
  .iowa-bar--narrow .logo--tab {
    margin-bottom: -6px;
  }
}
.iowa-bar--narrow .logo-icon {
  height: 20px;
}
@media (min-width: 980px) {
  .iowa-bar--narrow .logo-icon {
    height: 26px;
  }
}
@media (min-width: 84.375em) {
  .iowa-bar--narrow .parent-site-name {
    padding: 6px 0 0 0;
  }
}
.iowa-bar--narrow .site-name {
  font-size: 1rem;
  margin: 0;
  padding: 1.25rem;
  background: var(--brand-primary);
}
@media (min-width: 980px) {
  .iowa-bar--narrow .site-name {
    background: transparent;
    font-size: 1rem;
    padding: 0;
  }
}
@media (min-width: 84.375em) {
  .iowa-bar--narrow .site-name {
    padding: 6px 0 0 0;
  }
}
.iowa-bar__below {
  z-index: 2;
  border-bottom: 1px solid #e6e5e5;
  background: #fff;
}
.iowa-bar__below .iowa-bar__container {
  flex-wrap: wrap;
  justify-content: space-between;
  margin-right: 0;
  margin-left: 0;
}
@media (min-width: 980px) {
  .iowa-bar__below .iowa-bar__container {
    display: flex;
    position: unset;
    min-height: 90px;
    justify-content: unset;
    margin-right: auto;
    padding-left: 1.25rem;
  }
}
@media (min-width: 84.375em) {
  .iowa-bar__below .iowa-bar__container {
    margin-left: auto;
    padding-left: 0;
  }
}
.iowa-bar__below .site-name {
  margin: 0;
  text-align: left;
  font-size: 1.8rem;
}
@media (min-width: 980px) {
  .iowa-bar__below .site-name {
    width: 75%;
    padding: 25px 20px 25px 0;
    background: transparent;
    font-size: 2rem;
  }
}
@media (min-width: 84.375em) {
  .iowa-bar__below .site-name {
    font-size: 2.2rem;
  }
}

.footer {
  position: relative;
  background: var(--brand-secondary);
  padding-top: 2.5rem;
  padding-right: 0;
  padding-bottom: 2.5rem;
  padding-left: 0;
}
@media (min-width: 980px) {
  .footer {
    padding-top: 2.5rem;
    padding-right: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.footer a {
  color: var(--brand-primary);
  text-decoration: none;
  font-weight: 400;
}
.footer a:hover, .footer a:focus {
  text-decoration: underline;
}
.footer p {
  color: #ccc;
  line-height: 1.5;
  font-weight: 100;
  margin-top: 0.9rem;
}
.footer p a {
  color: var(--brand-primary);
  text-decoration: none;
  font-weight: 400;
}
.footer p a:hover, .footer p a:focus {
  text-decoration: underline;
}
.footer p a i, .footer p a svg, .footer p a span {
  margin-right: 0.625rem;
  font-size: 0.8rem;
  color: #999;
}
.footer .site-name {
  color: #fff;
  font-size: 1.7rem;
  margin-top: 1.05rem;
  font-weight: 900;
  margin-bottom: 0.325rem;
}
.footer .site-name a {
  color: #fff;
  text-decoration: none;
}
.footer .site-name a:hover, .footer .site-name a:focus {
  text-decoration: underline;
}
.footer .parent-site-name {
  color: #ccc;
  font-size: 1.4rem;
  margin-top: 0;
  font-weight: 300;
  margin-bottom: 0.625rem;
  display: block;
  background: var(--brand-secondary);
  padding: 0;
}
.footer .parent-site-name a {
  color: #ccc;
  text-decoration: none;
}
.footer .parent-site-name a:hover, .footer .parent-site-name a:focus {
  text-decoration: underline;
}
.footer__container {
  margin: 0 1.25rem;
  position: relative;
}
@media (min-width: 84.375em) {
  .footer__container {
    max-width: 81.875em;
    margin: 0 auto;
  }
}
@media (min-width: 84.375em) {
  .footer__container {
    padding: 0;
  }
}
@media (min-width: 980px) {
  .footer__container--flex {
    display: flex;
    flex-wrap: wrap;
    column-gap: 1.05rem;
  }
}
.footer__links {
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 1.875rem;
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0;
}
.footer__links .menu {
  margin: 0;
}
.footer__links .menu li {
  /*
   * %no-ul-list sets display: inline-block; for li,
   *  which doesn't work for this menu.
   */
  display: block;
}
.footer__links .menu a {
  font-weight: 300;
  text-decoration: none;
  color: white;
  font-size: 1.1rem;
}
.footer__links .menu a:hover, .footer__links .menu a:focus {
  text-decoration: underline;
}
.footer__links .menu ul {
  margin: 0;
}
.footer__links--nav {
  margin-bottom: 2.5rem;
}
@media (min-width: 980px) {
  .footer__links--nav {
    display: flex;
  }
}
@media (min-width: 980px) {
  .footer__links--contact {
    flex-grow: 2;
  }
}
.footer__links--icon {
  /*
   * Display icon menu as flex since the icons sit
   *  side-by-side.
   */
}
.footer__links--icon .menu {
  flex-wrap: wrap;
  display: flex;
  line-height: 2;
}
@media (min-width: 980px) {
  .footer__links--icon .menu {
    line-height: 1;
  }
}
.footer__links--icon a {
  text-decoration: none;
  color: #fff;
}
.footer__links--icon i {
  color: #fff;
  font-size: 1.6rem;
  margin-right: 1.05rem;
}
.footer__links--icon .link-text {
  position: absolute !important;
  height: 1px;
  width: 1px;
  overflow: hidden;
  clip: rect(1px, 1px, 1px, 1px);
}
.socket__container {
  margin: 0 1.25rem;
  position: relative;
}
@media (min-width: 84.375em) {
  .socket__container {
    max-width: 81.875em;
    margin: 0 auto;
  }
}
@media (min-width: 84.375em) {
  .socket__container {
    padding: 0;
  }
}
.socket__menu {
  display: flex;
  flex-wrap: wrap;
}
.socket__menu li {
  color: white;
  font-size: 0.8rem;
  border-right: 1px solid #5d5656;
  margin-bottom: 0.325rem;
  padding-top: 0;
  padding-right: 0.625rem;
  padding-left: 0.625rem;
}
.socket__menu li:first-child {
  flex-basis: 100%;
  border-right: none;
}
.socket__menu li:nth-child(2) {
  padding-left: 0;
}
.socket__menu li:last-child {
  border-right: none;
  padding-right: 0;
}
.socket__menu li:first-child {
  padding-left: 0;
}
.socket__menu li a {
  text-decoration: none;
  color: var(--brand-primary);
}
.socket__menu li a:hover, .socket__menu li a:focus {
  text-decoration: underline;
}

.footer-cta__wrapper {
  background: var(--brand-primary);
  padding: 1.875rem 0;
  margin: 0;
}
@media (min-width: 768px) {
  .footer-cta__wrapper .menu {
    display: flex;
  }
}
.footer-cta__wrapper .menu li {
  flex: 1;
  display: block;
}
.footer-cta__wrapper .bttn--outline {
  border: 1px solid var(--brand-secondary);
  display: block;
}
@media (min-width: 768px) {
  .footer-cta__wrapper .bttn--outline {
    flex: 1;
    display: block;
  }
}
.footer-cta__container {
  justify-content: space-between;
  margin: 0 1.25rem;
  position: relative;
}
@media (min-width: 84.375em) {
  .footer-cta__container {
    max-width: 81.875em;
    margin: 0 auto;
  }
}
.footer-cta__container div:first-of-type,
.footer-cta__container nav:first-of-type {
  flex-basis: 100%;
}
@media (min-width: 768px) {
  .footer-cta__container {
    display: flex;
  }
}
@media (min-width: 84.375em) {
  .footer-cta__container {
    padding: 0;
  }
}

@media (min-width: 768px) {
  .footer-cta__container .menu li:first-child a {
    margin: 0 1.05rem 0 0;
  }
  .footer-cta__container .menu li:last-child a {
    margin: 0 0 0 1.05rem;
  }
}
.footer-cta__container .menu a {
  margin: 1.05rem 0;
  padding-top: 0.325rem;
}
@media (min-width: 768px) {
  .footer-cta__container .menu a {
    margin: 0 1.05rem;
  }
}
.footer-cta__container .menu a:before {
  content: " ";
  background-repeat: no-repeat;
  background-size: 90%;
  width: 35px;
  height: 35px;
  display: inline-block;
  margin-bottom: -5px;
  margin-right: 5px;
}

.footer-cta__container > a:first-child {
  margin-left: 0;
}

.footer-cta__container > a:last-child {
  margin-right: 0;
}

.logo--footer {
  padding: 0 40px 0 0;
  width: 128px;
}
@media (min-width: 980px) {
  .logo--footer {
    width: 145px;
  }
}
@media (min-width: 84.375em) {
  .logo--footer {
    width: 176px;
  }
}

.bttn {
  border: none;
  display: inline-block;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.4;
  font-family: "Antonio", "Antonio-fallback", sans-serif;
  font-size: 1.25rem;
  padding: 1rem 2rem 1.2rem;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.125);
}
.bttn i,
.bttn span[class*=fa-],
.bttn svg {
  margin-left: 0.625rem;
}
[class*=bg--black] .bttn {
  border-color: hsla(0, 0%, 100%, 0.325);
}
[class*=bg--] .bttn, [class*=bg--] [class*=bg--] .bttn {
  border-color: rgba(0, 0, 0, 0.425);
  color: var(--brand-secondary);
}
[class*=bg--black] .bttn {
  border-color: rgba(255, 255, 255, 0.425);
}

.bttn--primary {
  color: var(--brand-secondary);
  background: var(--brand-primary);
}
.bttn--primary i,
.bttn--primary svg,
.bttn--primary span[class*=fa-] {
  color: #fff;
}
.bttn--primary:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: var(--brand-primary);
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.bttn--primary:focus {
  text-decoration: underline;
}
.bttn--primary:hover::after, .bttn--primary:focus::after {
  transform: translate(-50%, 0) scaleX(1);
}
.bttn--primary {
  border-color: var(--brand-primary);
  color: var(--brand-secondary);
}
[class*=bg--] [class*=bg--gray] .bttn--primary, [class*=bg--gray] .bttn--primary, [class*=bg--] [class*=bg--white] .bttn--primary, [class*=bg--white] .bttn--primary {
  border-color: var(--brand-primary);
}
.bttn--primary:after {
  background-color: var(--brand-secondary);
}

.bttn--secondary {
  color: #fff;
  background: var(--brand-secondary);
}
.bttn--secondary i,
.bttn--secondary svg,
.bttn--secondary span[class*=fa-] {
  color: var(--brand-primary);
}
.bttn--secondary:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: var(--brand-primary);
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.bttn--secondary:focus {
  text-decoration: underline;
}
.bttn--secondary:hover::after, .bttn--secondary:focus::after {
  transform: translate(-50%, 0) scaleX(1);
}
.bttn--secondary__light {
  color: #fff;
}
[class*=bg--] .bttn--secondary, [class*=bg--] [class*=bg--] .bttn--secondary {
  border-color: rgba(255, 255, 255, 0.425);
  color: #fff;
}

.bttn--tertiary {
  color: var(--brand-secondary);
}
.bttn--tertiary i,
.bttn--tertiary svg,
.bttn--tertiary span[class*=fa-] {
  color: var(--brand-primary);
}
.bttn--tertiary:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: var(--brand-primary);
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.bttn--tertiary:focus {
  text-decoration: underline;
}
.bttn--tertiary:hover::after, .bttn--tertiary:focus::after {
  transform: translate(-50%, 0) scaleX(1);
}
.bttn--tertiary {
  background: #fff;
}

.bttn--transparent {
  background: transparent;
  color: var(--brand-secondary);
}
.bttn--transparent i,
.bttn--transparent svg,
.bttn--transparent span[class*=fa-] {
  color: var(--brand-primary);
}
.bttn--transparent:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: 0;
  width: 100%;
  height: 4px;
  background-color: var(--brand-primary);
  transform-origin: center;
  transform: translate(-50%, 0) scaleX(0);
  transition: transform 0.3s ease-in-out;
}
.bttn--transparent:focus {
  text-decoration: underline;
}
.bttn--transparent:hover::after, .bttn--transparent:focus::after {
  transform: translate(-50%, 0) scaleX(1);
}
[class*=bg--black] .bttn--transparent, [class*=bg--] [class*=bg--black] .bttn--transparent {
  color: #fff;
  border-color: rgba(255, 255, 255, 0.425);
}
[class*=bg--gold] .bttn--transparent i, [class*=bg--white] [class*=bg--gold] .bttn--transparent i,
[class*=bg--gold] .bttn--transparent span[class*=fa-],
[class*=bg--white] [class*=bg--gold] .bttn--transparent span[class*=fa-],
[class*=bg--gold] .bttn--transparent svg,
[class*=bg--white] [class*=bg--gold] .bttn--transparent svg {
  color: #fff;
}
[class*=bg--white] .bttn--transparent i, [class*=bg--gold] [class*=bg--white] .bttn--transparent i, [class*=bg--gold] [class*=bg--gray] .bttn--transparent i,
[class*=bg--white] .bttn--transparent span[class*=fa-],
[class*=bg--gold] [class*=bg--white] .bttn--transparent span[class*=fa-],
[class*=bg--gold] [class*=bg--gray] .bttn--transparent span[class*=fa-],
[class*=bg--white] .bttn--transparent svg,
[class*=bg--gold] [class*=bg--white] .bttn--transparent svg,
[class*=bg--gold] [class*=bg--gray] .bttn--transparent svg {
  color: var(--brand-primary);
}
[class*=bg--black] [class*=bg--white] .bttn--transparent, [class*=bg--black] [class*=bg--gray] .bttn--transparent, [class*=bg--black] [class*=bg--gold] .bttn--transparent {
  color: var(--brand-secondary);
}

.bttn.borderless.bttn--transparent:focus, .bttn.borderless.bttn--transparent:hover {
  text-decoration: underline;
}
.bttn.borderless.bttn--transparent:after {
  display: none;
}

.bttn--no-text i,
.bttn--no-text span[class*=fa-],
.bttn--no-text svg {
  margin-left: 0;
}
.bttn--no-text:not([class*=bttn--secondary]) i,
.bttn--no-text:not([class*=bttn--secondary]) span[class*=fa-],
.bttn--no-text:not([class*=bttn--secondary]) svg {
  color: var(--brand-secondary);
}
[class*=bg--] [class*=bg--black] .bttn--no-text:not([class*=bttn--secondary]) i, [class*=bg--black] .bttn--no-text:not([class*=bttn--secondary]) i,
[class*=bg--] [class*=bg--black] .bttn--no-text:not([class*=bttn--secondary]) span[class*=fa-],
[class*=bg--black] .bttn--no-text:not([class*=bttn--secondary]) span[class*=fa-],
[class*=bg--] [class*=bg--black] .bttn--no-text:not([class*=bttn--secondary]) svg,
[class*=bg--black] .bttn--no-text:not([class*=bttn--secondary]) svg {
  color: #fff;
}
[class*=bg--] [class*=bg--white] .bttn--no-text:not([class*=bttn--secondary]) i, [class*=bg--white] .bttn--no-text:not([class*=bttn--secondary]) i, [class*=bg--] [class*=bg--gray] .bttn--no-text:not([class*=bttn--secondary]) i, [class*=bg--] [class*=bg--gold] .bttn--no-text:not([class*=bttn--secondary]) i,
[class*=bg--] [class*=bg--white] .bttn--no-text:not([class*=bttn--secondary]) span[class*=fa-],
[class*=bg--white] .bttn--no-text:not([class*=bttn--secondary]) span[class*=fa-],
[class*=bg--] [class*=bg--gray] .bttn--no-text:not([class*=bttn--secondary]) span[class*=fa-],
[class*=bg--] [class*=bg--gold] .bttn--no-text:not([class*=bttn--secondary]) span[class*=fa-],
[class*=bg--] [class*=bg--white] .bttn--no-text:not([class*=bttn--secondary]) svg,
[class*=bg--white] .bttn--no-text:not([class*=bttn--secondary]) svg,
[class*=bg--] [class*=bg--gray] .bttn--no-text:not([class*=bttn--secondary]) svg,
[class*=bg--] [class*=bg--gold] .bttn--no-text:not([class*=bttn--secondary]) svg {
  color: var(--brand-secondary);
}
.bttn--no-text.bttn--transparent.bttn--secondary i,
.bttn--no-text.bttn--transparent.bttn--secondary span[class*=fa-],
.bttn--no-text.bttn--transparent.bttn--secondary svg {
  color: var(--brand-secondary);
}

.bttn--large {
  padding: 1.5rem 2.5rem 1.7rem;
  font-size: 1.45rem;
}

.bttn--small {
  padding: 0.6rem 1rem 0.8rem;
  font-size: 1.05rem;
}

.bttn--full {
  display: flex;
}

.bttn--caps {
  text-transform: uppercase;
  font-family: "Antonio", "Antonio-fallback", sans-serif;
}

.bttn--lowercase {
  text-transform: none;
  letter-spacing: 0;
  font-size: 1rem;
}

.bttn--light-font {
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-size: 0.9rem;
  letter-spacing: 0.04rem;
  display: inline-block;
  padding: 1rem 2rem 1rem;
}
.bttn--light-font:focus {
  text-decoration: underline;
}
.bttn--light-font i,
.bttn--light-font span[class*=fa-] {
  font-size: 0.9rem;
}
.bttn--light-font.bttn--full {
  display: flex;
  height: 100%;
}

.bttn--circle {
  padding: 0.55rem 0.7em;
  border-radius: 50%;
  transform: none;
  line-height: 1;
}
.bttn--circle:after {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  border-radius: 50%;
  background-color: transparent;
  transition: border-color 0.3s ease-in-out;
  transform: none;
  position: absolute;
}
.bttn--circle:hover:after, .bttn--circle:focus:after {
  transform: none;
  transition: none;
  border: 3px solid;
  border-color: inherit;
  background-color: transparent;
}

.callout {
  --callout-spacing-lg: var(--space-lg-width-gutter);
  --callout-spacing-md: var(--space-md-width-gutter);
  --callout-spacing-sm: var(--space-sm-width-gutter);
  padding: var(--callout-spacing-md);
}
@media (min-width: 768px) {
  .callout {
    padding: var(--callout-spacing-md);
  }
  .callout[class*=bg-] {
    padding: var(--callout-spacing-lg);
  }
}

.card {
  position: relative;
  padding: 2rem;
  text-decoration: none;
  display: flex;
  flex: 1 1 0%;
  flex-direction: column;
  border: 1px solid;
  border-color: rgba(0, 0, 0, 0.125);
}
[class*=bg--black] .card {
  border-color: hsla(0, 0%, 100%, 0.325);
}
.card h2:not(:first-child),
.card h3:not(:first-child),
.card h4:not(:first-child),
.card h5:not(:first-child),
.card h6:not(:first-child) {
  margin-top: 0;
}
.card ul,
.card ol,
.card dl,
.card table {
  font-size: 1rem;
  line-height: 1.7;
}
.card p {
  margin-bottom: 0;
  margin-top: 0;
  font-size: 1rem;
  line-height: 1.7;
}
.card p a {
  position: relative;
  z-index: 1;
}
.card header {
  margin: 0 0 0.525rem;
  padding: 0;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.2;
}
.card header a {
  text-decoration: none;
}
.card header a:hover, .card header a:focus {
  text-decoration: underline;
}
.card header .headline {
  font-size: 1.5rem;
}
.card header:focus-within ~ .bttn {
  background-position: 0;
  background-size: 200% 100%;
}
.card header:focus-within ~ .bttn i,
.card header:focus-within ~ .bttn svg {
  color: var(--brand-secondary);
}
.card:focus-within header a:focus {
  text-decoration: underline;
}
.card footer .bttn {
  margin-top: 1.25rem;
}

.card > .media {
  margin-top: 0;
  text-align: center;
  min-width: 7.7rem;
}
.card > .media img {
  width: 100%;
  object-fit: cover;
}
.card > .media iframe {
  border: none;
}
.card > .media.media--small.media--circle, .card > .media.media--medium.media--circle {
  margin-left: auto;
  margin-right: auto;
}
.card > .media.media--small.media--circle img[src$=".svg"], .card > .media.media--medium.media--circle img[src$=".svg"] {
  width: revert-layer;
}
.card .media__inner {
  margin-left: -2rem;
  margin-right: -2rem;
  margin-top: -2rem;
  margin-bottom: 2rem;
}
.card .media--circle {
  display: block;
}
.card .media--circle .media__inner {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
}
.card .media--circle.media--small {
  max-width: 9.375rem;
}
.card .media--circle.media--medium {
  max-width: 15.625rem;
}
@media (min-width: 768px) {
  .card .media--circle.media--medium {
    max-width: 60%;
  }
}
.card .media--no-crop {
  flex-basis: auto;
}
.card .media--square img,
.card .media--square iframe {
  aspect-ratio: 1/1;
}
.card .media--widescreen img,
.card .media--widescreen iframe {
  aspect-ratio: 16/9;
}
.card .media--widescreen:has([src$=".svg"]) .media__inner {
  background: #fff;
}
.card .media--widescreen:has([src$=".svg"]) img[src$=".svg"] {
  object-fit: contain;
}
.card .media--date {
  position: relative;
  padding-top: 1.25rem;
  border: 1px solid var(--uiowa-gold);
  text-align: center;
  width: 6rem;
  height: 6rem;
  margin-left: auto;
  margin-right: auto;
  margin-top: 2rem;
  aspect-ratio: 1/1;
  border-radius: 50%;
}
.card .media--date__month {
  font-size: 1rem;
  display: block;
  line-height: 100%;
  text-transform: uppercase;
  font-weight: 300;
}
.card .media--date__day {
  font-size: 2.3rem;
  display: block;
  line-height: 100%;
  margin-top: 1px;
  font-weight: 600;
}
.card[class*=bg--gold] .media--date {
  border: 1px solid var(--uiowa-black);
}

.card__pre-title {
  font-size: 0.75rem;
  opacity: 0.7;
}
.card__pre-title i,
.card__pre-title span[class*=fa-],
.card__pre-title svg {
  margin-right: 0.2rem;
}

.card__subtitle {
  opacity: 0.7;
  font-family: "Zilla Slab", "Zilla-fallback", serif;
  font-size: 1.3rem;
  font-weight: 500;
  line-height: 1.4;
  margin-top: -0.4rem;
}

.card__details {
  margin: 0 0 0.625rem;
}

.card__meta {
  font-family: "Roboto", sans-serif;
  font-size: 1.1rem;
  line-height: 1.4;
  font-weight: 400;
}
.card__meta .fas {
  margin-right: 0.3rem;
}

.card__body {
  line-height: 1.7;
  word-wrap: anywhere;
  overflow-wrap: anywhere;
}

.card.borderless:not([class*=bg--]) {
  padding: 0;
}
.card.borderless:not([class*=bg--]) .media--date {
  margin-top: 0;
}
.card.borderless:not([class*=bg--]) .media__inner {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card.borderless:not([class*=bg--]).card--layout-left .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card.borderless:not([class*=bg--]).card--layout-left .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card.borderless:not([class*=bg--]).card--layout-right .media__inner {
      margin-left: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card.borderless:not([class*=bg--]).card--layout-right .media__inner {
      margin-left: 2rem;
    }
  }
}

.card--centered {
  text-align: center;
}

@media (min-width: 768px) {
  .card--button-align-bottom:not([class*=card--layout]) .card__body {
    flex: 1;
  }
}
@media (min-width: 768px) {
  .card--button-align-bottom .card__body {
    display: flex;
    flex-direction: column;
  }
}
@media (min-width: 768px) {
  .card--button-align-bottom footer {
    margin-top: auto;
  }
}

.card--media-padded .media__inner {
  margin-left: 0;
  margin-top: 0;
  margin-right: 0;
}

@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card--layout-left,
    .card--layout-right {
      display: flex;
      flex-direction: row;
      width: 100%;
    }
    .card--layout-left .media__inner,
    .card--layout-right .media__inner {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-left,
    .card--layout-right {
      display: flex;
      flex-direction: row;
      width: 100%;
    }
    .card--layout-left .media__inner,
    .card--layout-right .media__inner {
      margin-bottom: 0;
      margin-left: 0;
      margin-right: 0;
      margin-top: 0;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card--layout-left > *,
    .card--layout-right > * {
      flex-basis: 100%;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-left > *,
    .card--layout-right > * {
      flex-basis: 100%;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card--layout-left .media--date,
    .card--layout-right .media--date {
      margin-top: 0;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-left .media--date,
    .card--layout-right .media--date {
      margin-top: 0;
    }
  }
}
.card--layout-left .media--no-crop.media--small, .card--layout-left .media--no-crop.media--medium, .card--layout-left .media--no-crop.media--large,
.card--layout-right .media--no-crop.media--small,
.card--layout-right .media--no-crop.media--medium,
.card--layout-right .media--no-crop.media--large {
  display: block;
}
.card--layout-left .media--no-crop.media--small,
.card--layout-right .media--no-crop.media--small {
  max-width: 13.625rem;
}
.card--layout-left .media--no-crop.media--medium,
.card--layout-right .media--no-crop.media--medium {
  max-width: 27.25rem;
}
.card--layout-left .media--no-crop.media--large,
.card--layout-right .media--no-crop.media--large {
  max-width: 40.875rem;
}
.card--layout-left .media--small.media--circle,
.card--layout-right .media--small.media--circle {
  max-width: 11.375rem;
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card--layout-left .media--small.media--square,
    .card--layout-right .media--small.media--square {
      max-width: 11.375rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-left .media--small.media--square,
    .card--layout-right .media--small.media--square {
      max-width: 11.375rem;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card--layout-left .media--small.media--widescreen,
    .card--layout-right .media--small.media--widescreen {
      max-width: 15.625rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-left .media--small.media--widescreen,
    .card--layout-right .media--small.media--widescreen {
      max-width: 15.625rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-left .media--medium.media--circle,
    .card--layout-right .media--medium.media--circle {
      max-width: none;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card--layout-left .media--medium,
    .card--layout-right .media--medium {
      flex: 0 0 35%;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-left .media--medium,
    .card--layout-right .media--medium {
      flex: 0 0 35%;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card--layout-left .media--large,
    .card--layout-right .media--large {
      flex: 0 0 52.5%;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-left .media--large,
    .card--layout-right .media--large {
      flex: 0 0 52.5%;
    }
  }
}

@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card--layout-left {
      flex-direction: row;
    }
    .card--layout-left .media__inner,
    .card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-left {
      flex-direction: row;
    }
    .card--layout-left .media__inner,
    .card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}

@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .card--layout-right {
      flex-direction: row-reverse;
    }
    .card--layout-right .media__inner,
    .card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .card--layout-right {
      flex-direction: row-reverse;
    }
    .card--layout-right .media__inner,
    .card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}

.bg--white .card.bg--white[class*=borderless] {
  padding: 0;
}
.bg--white .card.bg--white[class*=borderless] .media__inner {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .bg--white .card.bg--white[class*=borderless].card--layout-left .media__inner,
    .bg--white .card.bg--white[class*=borderless].card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .bg--white .card.bg--white[class*=borderless].card--layout-left .media__inner,
    .bg--white .card.bg--white[class*=borderless].card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .bg--white .card.bg--white[class*=borderless].card--layout-right .media__inner,
    .bg--white .card.bg--white[class*=borderless].card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .bg--white .card.bg--white[class*=borderless].card--layout-right .media__inner,
    .bg--white .card.bg--white[class*=borderless].card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}

.bg--gray .card.bg--gray[class*=borderless] {
  padding: 0;
}
.bg--gray .card.bg--gray[class*=borderless] .media__inner {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .bg--gray .card.bg--gray[class*=borderless].card--layout-left .media__inner,
    .bg--gray .card.bg--gray[class*=borderless].card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .bg--gray .card.bg--gray[class*=borderless].card--layout-left .media__inner,
    .bg--gray .card.bg--gray[class*=borderless].card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .bg--gray .card.bg--gray[class*=borderless].card--layout-right .media__inner,
    .bg--gray .card.bg--gray[class*=borderless].card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .bg--gray .card.bg--gray[class*=borderless].card--layout-right .media__inner,
    .bg--gray .card.bg--gray[class*=borderless].card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}

.bg--black .card.bg--black[class*=borderless] {
  padding: 0;
}
.bg--black .card.bg--black[class*=borderless] .media__inner {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .bg--black .card.bg--black[class*=borderless].card--layout-left .media__inner,
    .bg--black .card.bg--black[class*=borderless].card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .bg--black .card.bg--black[class*=borderless].card--layout-left .media__inner,
    .bg--black .card.bg--black[class*=borderless].card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .bg--black .card.bg--black[class*=borderless].card--layout-right .media__inner,
    .bg--black .card.bg--black[class*=borderless].card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .bg--black .card.bg--black[class*=borderless].card--layout-right .media__inner,
    .bg--black .card.bg--black[class*=borderless].card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}

.bg--gold .card.bg--gold[class*=borderless] {
  padding: 0;
}
.bg--gold .card.bg--gold[class*=borderless] .media__inner {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .bg--gold .card.bg--gold[class*=borderless].card--layout-left .media__inner,
    .bg--gold .card.bg--gold[class*=borderless].card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .bg--gold .card.bg--gold[class*=borderless].card--layout-left .media__inner,
    .bg--gold .card.bg--gold[class*=borderless].card--layout-left .media--circle .media__inner {
      margin-right: 2rem;
    }
  }
}
@supports (contain: inline-size) {
  @container column (min-width: 400px) {
    .bg--gold .card.bg--gold[class*=borderless].card--layout-right .media__inner,
    .bg--gold .card.bg--gold[class*=borderless].card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}
@supports not (contain: inline-size) {
  @media (min-width: 768px) {
    .bg--gold .card.bg--gold[class*=borderless].card--layout-right .media__inner,
    .bg--gold .card.bg--gold[class*=borderless].card--layout-right .media--circle .media__inner {
      margin-left: 2rem;
    }
  }
}

/* === End: Card modifiers === */
.cta {
  padding: 2.5rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  text-align: center;
  justify-content: center;
}
.cta > div {
  flex-basis: 100%;
  display: grid;
  gap: 1rem;
}
.cta .cta__container {
  margin-block-end: 1rem;
}
.cta p {
  margin-bottom: 0;
}

.cta--button-align-right {
  justify-content: left;
  text-align: left;
}
@media (min-width: 980px) {
  .cta--button-align-right {
    flex-wrap: nowrap;
  }
}
.cta--button-align-right .cta__title {
  flex-basis: 100%;
}
@media (min-width: 980px) {
  .cta--button-align-right .cta__content,
  .cta--button-align-right .cta__link {
    flex: 0 1 48%;
  }
}
.cta--button-align-right .cta__link {
  justify-content: end;
  align-self: baseline;
  display: flex;
}
@media (min-width: 980px) {
  .cta--button-align-right:not([class*=cta--left]) .cta__container {
    text-align: center;
  }
}

.cta--left {
  justify-content: unset;
  text-align: left;
}

@media (min-width: 980px) {
  .cta--inline {
    flex-wrap: nowrap;
    gap: 0;
  }
  .cta--inline .cta__link {
    flex-basis: 30%;
    align-self: center;
    display: flex;
    justify-content: end;
  }
  .cta--inline .cta__container {
    display: flex;
    margin-block-end: unset;
  }
  .cta--inline .cta__container .cta__title {
    flex-basis: 30%;
    align-self: center;
  }
  .cta--inline .cta__container .cta__content {
    flex: 1;
    align-self: center;
  }
}

.uids-form [type=text],
.uids-form [type=password],
.uids-form [type=date],
.uids-form [type=datetime],
.uids-form [type=datetime-local],
.uids-form [type=month],
.uids-form [type=week],
.uids-form [type=email],
.uids-form [type=number],
.uids-form [type=search],
.uids-form [type=tel],
.uids-form [type=time],
.uids-form [type=url],
.uids-form [type=color],
.uids-form textarea,
.uids-form select,
.uids-form details.details-multi-select summary {
  display: block;
  box-sizing: border-box;
  width: 100%;
  height: 3.5rem;
  margin: 0 0 1rem;
  padding: 0.5rem;
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  color: var(--brand-secondary);
  border: 1px solid #cacaca;
  background-color: #fefefe;
  box-shadow: inset 0 1px 2px rgba(10, 10, 10, 0.1);
  font-family: inherit;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.5;
  appearance: none;
}
.uids-form [type=text]:focus,
.uids-form [type=password]:focus,
.uids-form [type=date]:focus,
.uids-form [type=datetime]:focus,
.uids-form [type=datetime-local]:focus,
.uids-form [type=month]:focus,
.uids-form [type=week]:focus,
.uids-form [type=email]:focus,
.uids-form [type=number]:focus,
.uids-form [type=search]:focus,
.uids-form [type=tel]:focus,
.uids-form [type=time]:focus,
.uids-form [type=url]:focus,
.uids-form [type=color]:focus,
.uids-form textarea:focus,
.uids-form select:focus,
.uids-form details.details-multi-select summary:focus {
  transition: box-shadow 0.5s, border-color 0.25s ease-in-out;
  border: 2px solid #8a8a8a;
  outline: none;
  background-color: #fefefe;
  box-shadow: 0 0 5px 2px #cacaca;
}
.uids-form [type=text].error,
.uids-form [type=password].error,
.uids-form [type=date].error,
.uids-form [type=datetime].error,
.uids-form [type=datetime-local].error,
.uids-form [type=month].error,
.uids-form [type=week].error,
.uids-form [type=email].error,
.uids-form [type=number].error,
.uids-form [type=search].error,
.uids-form [type=tel].error,
.uids-form [type=time].error,
.uids-form [type=url].error,
.uids-form [type=color].error,
.uids-form textarea.error,
.uids-form select.error,
.uids-form details.details-multi-select summary.error {
  border: 1px solid #BD472A;
  background-color: rgb(247.3909090909, 226.012987013, 220.7590909091);
}
.uids-form [type=text].error:focus,
.uids-form [type=password].error:focus,
.uids-form [type=date].error:focus,
.uids-form [type=datetime].error:focus,
.uids-form [type=datetime-local].error:focus,
.uids-form [type=month].error:focus,
.uids-form [type=week].error:focus,
.uids-form [type=email].error:focus,
.uids-form [type=number].error:focus,
.uids-form [type=search].error:focus,
.uids-form [type=tel].error:focus,
.uids-form [type=time].error:focus,
.uids-form [type=url].error:focus,
.uids-form [type=color].error:focus,
.uids-form textarea.error:focus,
.uids-form select.error:focus,
.uids-form details.details-multi-select summary.error:focus {
  border: 2px solid #BD472A;
  box-shadow: 0 0 5px 2px rgb(247.3909090909, 226.012987013, 220.7590909091);
}
.uids-form .form-item,
.uids-form .form-actions {
  margin-top: 1em;
  margin-bottom: 1em;
}
.uids-form label {
  display: block;
  margin: 0 0 0.3rem;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.8;
}
.uids-form label.form-required:after {
  margin-left: 0.325rem;
  content: "*";
  color: #BD472A;
  vertical-align: middle;
}
.uids-form abbr.req {
  font-size: 150%;
  color: #BD472A;
}
.uids-form [type=checkbox] + label,
.uids-form [type=radio] + label {
  font-weight: 400;
}
.uids-form .description {
  font-size: 0.9rem;
  line-height: 1.4;
  clear: both;
  margin: 0.325rem 0 1.05rem;
  flex-basis: 100%;
}
.uids-form input.form-autocomplete {
  background-position: 98% center;
}
.uids-form input[type=search] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.uids-form input[id^=edit-submit][type=submit], .uids-form input[id^=edit-actions-submit] {
  color: var(--brand-secondary);
  background: var(--brand-primary);
}
.uids-form input[id^=edit-submit][type=submit] i,
.uids-form input[id^=edit-submit][type=submit] svg,
.uids-form input[id^=edit-submit][type=submit] span[class*=fa-], .uids-form input[id^=edit-actions-submit] i,
.uids-form input[id^=edit-actions-submit] svg,
.uids-form input[id^=edit-actions-submit] span[class*=fa-] {
  color: #fff;
}
.uids-form input + .description,
.uids-form input + .field-prefix,
.uids-form input + .field-suffix {
  position: relative;
  top: -0.75rem;
  inset-block-start: -0.75rem;
}
.uids-form textarea {
  height: auto;
  min-height: 100px;
  overflow: auto;
  max-width: 100%;
}
.uids-form textarea[rows] {
  height: auto;
}
.uids-form optgroup,
.uids-form select,
.uids-form textarea {
  font-family: inherit;
}
.uids-form input:disabled, .uids-form input[readonly],
.uids-form textarea:disabled,
.uids-form textarea[readonly] {
  cursor: not-allowed;
  color: #63666A;
  border-color: #bababf;
  background-color: #f3f3f3 !important;
  box-shadow: none;
  -webkit-text-fill-color: #63666A;
}
.uids-form [type=number]::-webkit-inner-spin-button, .uids-form [type=number]::-webkit-outer-spin-button {
  height: auto;
}
.uids-form [type=search] {
  outline-offset: -2px;
  -webkit-appearance: textfield;
}
.uids-form [type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}
.uids-form [type=submit],
.uids-form [type=button] {
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  display: inline-block;
  align-items: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  line-height: 1.4;
  font-family: "Antonio", "Antonio-fallback", sans-serif;
  font-size: 1.25rem;
  padding: 1rem 2rem 1.2rem;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-family: "Antonio", "Antonio-fallback", sans-serif;
}
.uids-form [type=submit] i,
.uids-form [type=submit] span[class*=fa-],
.uids-form [type=submit] svg,
.uids-form [type=button] i,
.uids-form [type=button] span[class*=fa-],
.uids-form [type=button] svg {
  margin-left: 0.625rem;
}
.uids-form [type=submit].button--small,
.uids-form [type=button].button--small {
  padding: 0.6rem 1rem 0.8rem;
  font-size: 1.05rem;
}
.uids-form [type=submit].button--full-width,
.uids-form [type=button].button--full-width {
  width: 100%;
}
.uids-form [type=file] {
  width: 100%;
  margin-bottom: 0.625rem;
}
.uids-form .form-type-checkbox,
.uids-form .form-type-radio {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
}
.uids-form .form-type-checkbox[class*=side],
.uids-form .form-type-radio[class*=side] {
  display: inline-flex;
}
.uids-form .form-type-checkbox[class*=side].form-item,
.uids-form .form-type-radio[class*=side].form-item {
  margin-top: 0.5rem;
  margin-bottom: 0.5rem;
}
.uids-form [type=checkbox],
.uids-form [type=radio] {
  height: 1.2rem;
  min-width: 1.2rem;
  margin: 0.25rem 0.35rem 0 0.25rem;
  -webkit-transform: scale(1.3, 1.3);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}
.uids-form [type=checkbox] + label, .uids-form [type=checkbox] + label,
.uids-form [type=radio] + label,
.uids-form [type=radio] + label {
  font-weight: 400;
  display: inline-block;
  vertical-align: baseline;
  margin-bottom: 0;
  margin-left: 0.625rem;
  margin-right: 1rem;
}
.uids-form [type=checkbox] + label[for], .uids-form [type=checkbox] + label[for],
.uids-form [type=radio] + label[for],
.uids-form [type=radio] + label[for] {
  cursor: pointer;
  flex: 1;
}
.uids-form .form-type-checkbox--switch [type=checkbox] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 62px;
  height: 32px;
  display: inline-block;
  position: relative;
  border-radius: 50px;
  overflow: hidden;
  outline: none;
  border: none;
  cursor: pointer;
  background-color: #cacaca;
  transition: background-color ease 0.3s;
  margin-top: 0;
}
.uids-form .form-type-checkbox--switch [type=checkbox]:focus-visible {
  background: #f3f3f3;
  outline: 1px solid var(--brand-secondary);
}
.uids-form .form-type-checkbox--switch [type=checkbox]:before {
  content: "on off";
  display: block;
  position: absolute;
  z-index: 2;
  width: 28px;
  height: 28px;
  background: #fff;
  left: 2px;
  top: 2px;
  border-radius: 50%;
  font: 10px/28px Arial, sans-serif;
  text-transform: uppercase;
  font-weight: bold;
  text-indent: -22px;
  word-spacing: 37px;
  color: var(--brand-secondary);
  white-space: nowrap;
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  transition: all cubic-bezier(0.3, 1.5, 0.7, 1) 0.3s;
}
.uids-form .form-type-checkbox--switch [type=checkbox]:checked {
  background-color: var(--brand-primary);
}
.uids-form .form-type-checkbox--switch [type=checkbox]:checked:before {
  left: 32px;
}
.uids-form select,
.uids-form details.details-multi-select summary {
  padding: 0.325rem;
  background-color: #fff;
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-repeat: no-repeat;
  background-position: right -1rem center;
  background-origin: content-box;
  background-size: 9px 6px;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 1rem;
  padding-right: 1.875rem;
  padding-left: 1.05rem;
}
@media screen and (min-width: 0\0 ) {
  .uids-form select,
  .uids-form details.details-multi-select summary {
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACAAAAAYCAYAAACbU/80AAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAIpJREFUeNrEkckNgDAMBBfRkEt0ObRBBdsGXUDgmQfK4XhH2m8czQAAy27R3tsw4Qfe2x8uOO6oYLb6GlOor3GF+swURAOmUJ+RwtEJs9WvTGEYxBXqI1MQAZhCfUQKRzDMVj+TwrAIV6jvSUEkYAr1LSkcyTBb/V+KYfX7xAeusq3sLDtGH3kEGACPWIflNZfhRQAAAABJRU5ErkJggg==");
  }
}
.uids-form select:disabled,
.uids-form details.details-multi-select summary:disabled {
  cursor: not-allowed;
  background-color: #e6e6e6;
}
.uids-form select::-ms-expand,
.uids-form details.details-multi-select summary::-ms-expand {
  display: none;
}
.uids-form select[multiple],
.uids-form details.details-multi-select summary[multiple] {
  height: auto;
  background-image: none;
}
.uids-form select[multiple] {
  border: 1px solid #737373;
  padding: 0.5rem;
  font-size: 1.25rem;
  cursor: pointer;
  line-height: 1.1;
  background-color: #fff;
  padding-right: 0;
  height: 10rem;
}
.uids-form select[multiple] option {
  white-space: normal;
  font-size: 1.1rem;
  padding: 0.5rem 0.5rem 0.5rem 0.75rem;
}
.uids-form select[multiple]:not(:disabled) option {
  transition: 120ms all ease-in;
}
.uids-form select[multiple]:not(:disabled) option:checked {
  padding-left: 0.5em;
  color: black;
}
.uids-form fieldset {
  margin: 1.5rem 0;
  border: none;
  padding: 0;
}
.uids-form fieldset legend {
  display: block;
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.6;
}
.uids-form details.details-multi-select {
  position: relative;
}
.uids-form details.details-multi-select summary {
  cursor: pointer;
  color: #737373;
  display: flex;
  align-items: center;
  margin-bottom: 0;
  background-image: none;
  transition: border-color 0.25s ease-in-out;
}
.uids-form details.details-multi-select summary:before {
  position: absolute;
  right: 0;
  content: "";
  background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" version="1.1" width="32" height="24" viewBox="0 0 32 24"><polygon points="0,0 32,0 16,24" style="fill: rgb%28138, 138, 138%29"></polygon></svg>');
  background-repeat: no-repeat;
  background-position: center;
  background-origin: content-box;
  background-size: 9px 6px;
  padding: 0 0.55rem;
  height: 100%;
  width: 2.425rem;
  transform: rotate(0deg);
}
.uids-form details.details-multi-select summary:focus + .details-wrapper {
  border-top: 1px solid #8a8a8a;
}
.uids-form details.details-multi-select[open] summary:before {
  transform: rotate(180deg);
}
.uids-form details.details-multi-select fieldset {
  margin-top: 0;
}
.uids-form details.details-multi-select .details-wrapper {
  border: 1px solid #cacaca;
  display: flex;
  flex-direction: column;
  padding: 0;
  position: absolute;
  top: calc(3.5rem - 1px);
  width: calc(100% - 2px);
  z-index: 500;
  background: #fff;
  box-shadow: 0 0 7px rgba(0, 0, 0, 0.15);
  max-height: 346px;
  overflow: auto;
}
.uids-form details.details-multi-select .details-multi-select-checkboxes {
  padding: 0.5rem 0;
}
.uids-form details.details-multi-select .details-multi-select-checkboxes .form-item:first-child,
.uids-form details.details-multi-select .details-multi-select-checkboxes legend.visually-hidden + .form-item {
  margin-top: 0.5rem;
}
.uids-form details.details-multi-select .details-multi-select-checkboxes .form-type-checkbox {
  align-items: center;
  display: flex;
  margin-bottom: 1rem;
  margin-right: 0;
  margin-top: 1rem;
  padding: 0 0.5rem;
}
.uids-form details.details-multi-select .details-multi-select-checkboxes .form-type-checkbox.form-item {
  padding: 0 0.5rem;
  margin-right: 0;
  display: flex;
  align-items: center;
  margin-top: 1rem;
  margin-bottom: 1rem;
}
.uids-form details.details-multi-select .details-multi-select-checkboxes label {
  font-size: 0.8rem;
}

.bold-headline,
.headline {
  padding: 0;
  line-height: 1;
}
.bold-headline a,
.headline a {
  color: var(--brand-secondary);
  text-decoration: none;
}
.bold-headline a:hover, .bold-headline a:focus,
.headline a:hover,
.headline a:focus {
  text-decoration: underline;
}
[class*=bg-] .bold-headline a,
[class*=bg-] .headline a {
  color: inherit;
}
.bold-headline.bold-headline--negative, .bold-headline.headline--negative,
.headline.bold-headline--negative,
.headline.headline--negative {
  color: #fff;
}
.bold-headline.bold-headline--negative a, .bold-headline.headline--negative a,
.headline.bold-headline--negative a,
.headline.headline--negative a {
  color: #fff;
}

.headline--center {
  text-align: center;
}

.bold-headline--caps,
.headline--uppercase {
  text-transform: uppercase;
  font-family: "Antonio", "Antonio-fallback", sans-serif;
  -webkit-font-smoothing: auto;
  -moz-osx-font-smoothing: auto;
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

.bold-headline--serif,
.headline--serif {
  font-family: "Zilla Slab", "Zilla-fallback", serif;
  font-weight: 700;
}

.bold-headline--highlight,
.headline--highlight {
  align-items: center;
  justify-content: center;
  margin-bottom: 8px;
  padding: 2px 0;
  line-height: 1.7;
}

.headline--highlight.headline--serif span {
  padding: 0.2rem 1rem 0.5rem 1rem;
}

.bold-headline--caps .headline__headline span,
.bold-headline--highlight span,
.headline--highlight span {
  background: var(--brand-primary);
  display: inline;
  padding: 0.85rem 1rem;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  color: var(--brand-secondary);
  text-shadow: none;
}
[class*=bg--gold] .bold-headline--caps .headline__headline span,
[class*=bg--gold] .bold-headline--highlight span,
[class*=bg--gold] .headline--highlight span {
  background: var(--brand-secondary);
  color: #fff;
}

[class*=bg--gold] .bold-headline--caps .headline__heading,
[class*=bg--gold] .headline--uppercase .headline__heading,
[class*=bg--gold] .headline--uppercase .headline__text {
  font-weight: 400;
}

.bold-headline--caps .headline__heading span,
.headline--uppercase .headline__heading span,
.headline--uppercase .headline__text span {
  background: var(--brand-primary);
  display: inline-block;
  margin-bottom: 0.8rem;
  margin-top: 0.8rem;
  padding: 0.4rem 1.2rem 0.8rem;
  color: var(--brand-secondary);
}
[class*=bg--gold] .bold-headline--caps .headline__heading span,
[class*=bg--gold] .headline--uppercase .headline__heading span,
[class*=bg--gold] .headline--uppercase .headline__text span {
  background: var(--brand-secondary);
  color: #fff;
  font-weight: 400;
}
[class*=bg--gold] [class*=bg--black] .bold-headline--caps .headline__heading span,
[class*=bg--gold] [class*=bg--black] .headline--uppercase .headline__heading span,
[class*=bg--gold] [class*=bg--black] .headline--uppercase .headline__text span {
  background: var(--brand-primary);
  color: var(--brand-secondary);
}

.bold-headline--underline,
.headline--underline {
  padding-bottom: 0.625rem;
}
.bold-headline--underline:after,
.headline--underline:after {
  content: "";
  display: block;
  width: 75px;
  height: 6px;
  margin-top: 15px;
  background: var(--brand-primary);
}
.bold-headline--underline.headline--center:after,
.headline--underline.headline--center:after {
  margin-right: auto;
  margin-left: auto;
}
.bg-pattern--brain-reversed .bold-headline--underline:after, [class*=bg--gold] .bold-headline--underline:after,
.bg-pattern--brain-reversed .headline--underline:after,
[class*=bg--gold] .headline--underline:after {
  background: #f3f3f3;
}

h5.bold-headline--underline, h5.headline--underline, .h5.bold-headline--underline, .h5.headline--underline {
  padding-bottom: 0.625rem;
}
h5.bold-headline--underline:after, h5.headline--underline:after, .h5.bold-headline--underline:after, .h5.headline--underline:after {
  content: "";
  display: block;
  width: 75px;
  height: 6px;
  margin-top: 15px;
  background: var(--brand-primary);
}
h5.bold-headline--underline.headline--center:after, h5.headline--underline.headline--center:after, .h5.bold-headline--underline.headline--center:after, .h5.headline--underline.headline--center:after {
  margin-right: auto;
  margin-left: auto;
}
.bg-pattern--brain-reversed h5.bold-headline--underline:after, [class*=bg--gold] h5.bold-headline--underline:after, .bg-pattern--brain-reversed h5.headline--underline:after, [class*=bg--gold] h5.headline--underline:after, .bg-pattern--brain-reversed .h5.bold-headline--underline:after, [class*=bg--gold] .h5.bold-headline--underline:after, .bg-pattern--brain-reversed .h5.headline--underline:after, [class*=bg--gold] .h5.headline--underline:after {
  background: #f3f3f3;
}
h5.bold-headline--underline:after, h5.headline--underline:after, .h5.bold-headline--underline:after, .h5.headline--underline:after {
  height: 5px;
}

h6.bold-headline--underline, h6.headline--underline, .h6.bold-headline--underline, .h6.headline--underline {
  padding-bottom: 0.625rem;
}
h6.bold-headline--underline:after, h6.headline--underline:after, .h6.bold-headline--underline:after, .h6.headline--underline:after {
  content: "";
  display: block;
  width: 75px;
  height: 6px;
  margin-top: 15px;
  background: var(--brand-primary);
}
h6.bold-headline--underline.headline--center:after, h6.headline--underline.headline--center:after, .h6.bold-headline--underline.headline--center:after, .h6.headline--underline.headline--center:after {
  margin-right: auto;
  margin-left: auto;
}
.bg-pattern--brain-reversed h6.bold-headline--underline:after, [class*=bg--gold] h6.bold-headline--underline:after, .bg-pattern--brain-reversed h6.headline--underline:after, [class*=bg--gold] h6.headline--underline:after, .bg-pattern--brain-reversed .h6.bold-headline--underline:after, [class*=bg--gold] .h6.bold-headline--underline:after, .bg-pattern--brain-reversed .h6.headline--underline:after, [class*=bg--gold] .h6.headline--underline:after {
  background: #f3f3f3;
}
h6.bold-headline--underline:after, h6.headline--underline:after, .h6.bold-headline--underline:after, .h6.headline--underline:after {
  height: 4px;
}

.bold-headline--highlight.bold-headline--serif,
.headline--highlight.headline--serif {
  font-weight: 600;
}

.bold-headline--highlight.bold-headline--caps span,
.headline--highlight.headline--uppercase span {
  padding: 0.4rem 1.2rem 0.8rem;
}

[class*=inline--] {
  --inline-margin-xs: 0.5rem;
  --inline-margin-sm: var(--space-sm-width-gutter);
  --inline-margin-md: var(--space-md-width-gutter);
  --inline-margin-lg: var(--space-lg-width-gutter);
}

[class*=inline--size-] {
  width: 100%;
  margin-inline-start: 0;
  margin-inline-end: 0;
  margin-bottom: var(--inline-margin-sm);
  margin-top: var(--inline-margin-xs);
}
[class*=inline--size-].inline--align-left {
  margin-inline-end: var(--inline-margin-md);
}
[class*=inline--size-].inline--align-right {
  margin-inline-start: var(--inline-margin-md);
}

figure[class*=inline--size-] img {
  width: 100%;
}

.inline--size-full {
  margin-bottom: var(--inline-margin-sm);
  margin-top: var(--inline-margin-xs);
}

@media (min-width: 400px) {
  .inline--size-small {
    width: 50%;
  }
}
@media (min-width: 600px) {
  .inline--size-small {
    width: 40%;
  }
}
@media (min-width: 980px) {
  .inline--size-small {
    width: 33%;
  }
}

@media (min-width: 600px) {
  .inline--size-medium {
    width: 67%;
  }
}
@media (min-width: 600px) {
  .inline--size-medium {
    width: 50%;
  }
}

@media (min-width: 980px) {
  .inline--size-large {
    width: 70%;
  }
}
@media (min-width: 1200px) {
  .inline--size-large {
    width: 75%;
  }
}

@supports (contain: inline-size) {
  @container column (max-width: 400px) {
    [class*=inline--size-] {
      width: 100%;
    }
  }
  @container column (min-width: 400px) {
    .inline--size-small {
      width: 50%;
    }
  }
  @container column (min-width: 600px) {
    .inline--size-small {
      width: 40%;
    }
    .inline--size-medium {
      width: 67%;
    }
  }
  @container column (min-width: 980px) {
    .inline--size-small {
      width: 33%;
    }
    .inline--size-medium {
      width: 50%;
    }
    .inline--size-large {
      width: 70%;
    }
  }
  @container column (min-width: 1200px) {
    .inline--size-large {
      width: 75%;
    }
  }
}
.inline--align-left {
  float: left;
  clear: left;
}
.inline--align-left:after {
  content: "";
}

.inline--align-center {
  margin-inline-start: auto;
  margin-inline-end: auto;
}

.inline--align-right {
  float: right;
  clear: right;
}

.logo {
  display: block;
}

.logo--tab {
  height: 70px;
  width: 109px;
  padding: 25px 1.25rem;
  background: var(--brand-secondary);
}
.logo--tab a:focus svg {
  opacity: 0.5;
}
@media (min-width: 980px) {
  .logo--tab {
    width: 154px;
    height: 80px;
    padding: 25px;
  }
}
@media (min-width: 84.375em) {
  .logo--tab {
    width: 188px;
    height: 90px;
    padding: 23px 20px;
  }
}

.logo-icon {
  fill: var(--uiowa-gold);
  height: 20px;
}
.logo-icon .logo-text {
  fill: #fff;
}
@media (min-width: 980px) {
  .logo-icon {
    height: 30px;
  }
}
@media (min-width: 84.375em) {
  .logo-icon {
    height: 43px;
  }
}
.logo-icon:hover, .logo-icon:focus {
  opacity: 0.7;
}

.logo--tab.logo--healthcare {
  padding: 20px 1.25rem;
}
@media (min-width: 980px) {
  .logo--tab.logo--healthcare {
    height: 100px;
    padding: 23px 22px;
  }
}
@media (min-width: 84.375em) {
  .logo--tab.logo--healthcare {
    height: 113px;
  }
}

.logo--healthcare .logo-icon {
  height: 32px;
}
@media (min-width: 980px) {
  .logo--healthcare .logo-icon {
    height: 47px;
  }
}
@media (min-width: 84.375em) {
  .logo--healthcare .logo-icon {
    height: 67px;
  }
}

.media--border img {
  padding: 0.5rem;
  border: 1px solid rgba(0, 0, 0, 0.125);
}

.media--circle {
  border-radius: 50%;
  margin-top: 0;
  height: auto;
}
.media--circle img {
  aspect-ratio: 1/1;
  margin-top: 0;
  height: auto;
  border-radius: 50%;
}

.media--cover img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}

.media--1-1 iframe {
  aspect-ratio: 1/1;
}

.media--4-3 iframe {
  aspect-ratio: 4/3;
}

.media--16-9 iframe {
  aspect-ratio: 16/9;
}

.media--21-9 iframe {
  aspect-ratio: 21/9;
}

:root {
  interpolate-size: allow-keywords;
}

.stat__grid {
  margin: 0;
  width: 100%;
  transition: all 0.55s cubic-bezier(0.95, 1.25, 0.375, 1.15);
}
@media (min-width: 980px) {
  .stat__grid.stat--static:hover .stat__content {
    max-height: 100vh;
  }
}
@media (min-width: 980px) {
  @supports (interpolate-size: allow-keywords) {
    .stat__grid.stat--static:hover .stat__content {
      max-height: max-content;
      overflow: hidden;
    }
  }
}
@media (min-width: 980px) {
  .stat__grid:hover .stat__content {
    max-height: 100vh;
  }
}
@media (min-width: 980px) {
  @supports (interpolate-size: allow-keywords) {
    .stat__grid:hover .stat__content {
      max-height: max-content;
      overflow: hidden;
    }
  }
}

.stat {
  position: relative;
}
.stat__title {
  position: relative;
  margin: 0;
  text-transform: uppercase;
  line-height: 1;
  font-family: "Antonio", "Antonio-fallback", sans-serif;
  font-weight: bold;
  font-size: 4rem;
  border-bottom: 8px solid var(--brand-primary);
  padding: 1.875rem 0 0.625rem 0;
}
@media (min-width: 768px) {
  .stat__title {
    padding: 1.05rem 1.875rem 0.625rem 0;
  }
}
.element--flex-center .stat__title {
  padding: 1.05rem 1.875rem 0.625rem 1.875rem;
  display: block;
}
.bg-pattern--brain .stat__title, [class*=bg--white] .stat__title, [class*=bg--gray] .stat__title, [class*=bg--black] .stat__title {
  border-bottom: 8px solid var(--brand-primary);
}
.stat--horizontal.bg-pattern--brain-black .stat__title, .stat--horizontal[class*=bg--black] .stat__title, .bg-pattern--brain-black .stat__title, [class*=bg--black] .stat__title {
  color: var(--brand-primary);
}
.bg-pattern--brain-reversed .stat__title, [class*=bg--gold] .stat__title {
  border-bottom: 8px solid white;
}
@media (min-width: 768px) {
  .stat__title {
    font-size: 5rem;
    padding: 0 1.875rem 0.625rem 0;
  }
  .element--flex-center .stat__title {
    padding: 0 1.875rem 0.625rem;
  }
}
.stat__content {
  color: #666;
  margin: 0;
  padding: 0;
  line-height: 1.4;
}
@media (min-width: 980px) {
  .stat__content {
    max-height: 0;
    transition: max-height 0.4s ease-in-out;
    overflow: hidden;
  }
}
@media (min-width: 980px) {
  .stat--static .stat__content {
    max-height: max-content;
    transition: none;
    overflow: unset;
  }
}
[class*=bg--black] .stat__content, .bg-pattern--brain-black .stat__content {
  color: #ccc;
}
.bg-pattern--brain-reversed .stat__content, [class*=bg--gold] .stat__content {
  color: var(--brand-secondary);
}
@media (min-width: 980px) {
  .element--flex-center .stat__content {
    margin: 0 10%;
  }
}
.stat__description {
  position: relative;
  font-family: "Antonio", "Antonio-fallback", sans-serif;
  font-weight: bold;
  text-transform: uppercase;
  font-size: 1.3rem;
  line-height: 1.2;
  width: 85%;
  margin: 0.625rem 0;
}
.bg-pattern--brain-black .stat__description, [class*=bg--black] .stat__description {
  color: white;
}
@media (min-width: 980px) {
  .stat__description {
    font-size: 1.5rem;
  }
}
@media (min-width: 980px) {
  .grid--3-2 .stat__description {
    width: 60%;
  }
}

@media (min-width: 980px) {
  .grid--3-2 .stat__description {
    width: 60%;
  }
}

.headline__prefix,
.headline__suffix {
  font-size: 3.5rem;
  vertical-align: middle;
}

.headline__prefix {
  margin-right: -7px;
}

.headline__suffix {
  margin-left: -7px;
}

@media (min-width: 84.375em) {
  .stat--horizontal:not(.element--flex-center).bg-pattern--brain-reversed .stat__content, .stat--horizontal:not(.element--flex-center)[class*=bg--gold] .stat__content, .bg-pattern--brain-reversed .stat--horizontal:not(.element--flex-center) .stat__content, [class*=bg--gold] .stat--horizontal:not(.element--flex-center) .stat__content {
    border-top: 8px solid var(--brand-secondary);
  }
}
.stat--horizontal:not(.element--flex-center) .stat__title {
  font-size: 3.1rem;
}
@media (min-width: 980px) {
  .stat--horizontal:not(.element--flex-center) .stat__title {
    padding: 0 1.875rem 0.325rem 0;
    border-bottom: none;
  }
}
@media (min-width: 84.375em) {
  .stat--horizontal:not(.element--flex-center) .stat__title {
    flex-basis: 50%;
  }
}
.stat--horizontal:not(.element--flex-center).element--flex-left {
  flex-flow: wrap;
}
.stat--horizontal:not(.element--flex-center) .stat__content {
  font-size: 1.1rem;
}
@media (min-width: 980px) {
  .stat--horizontal:not(.element--flex-center) .stat__content {
    padding-top: 0.5rem;
    margin-top: 0.75rem;
    border-top: 8px solid var(--brand-primary);
    flex-basis: 100%;
  }
}
.stat--horizontal:not(.element--flex-center) .headline__prefix,
.stat--horizontal:not(.element--flex-center) .headline__suffix {
  font-size: 2.1rem;
  vertical-align: middle;
}
.stat--horizontal:not(.element--flex-center) .headline__prefix {
  margin-right: -3px;
}
.stat--horizontal:not(.element--flex-center) .headline__suffix {
  margin-left: -3px;
}
.stat--horizontal:not(.element--flex-center) .stat__description {
  width: 100%;
  font-size: 1.3rem;
  margin: 0.625rem 0 0;
}
@media (min-width: 980px) {
  .stat--horizontal:not(.element--flex-center) .stat__description {
    flex-basis: 50%;
    margin: 0;
  }
}

.stat__grid.stat--horizontal {
  margin-bottom: 0rem;
  display: flex;
  flex-wrap: wrap;
  cursor: inherit;
  transition: all 0.55s cubic-bezier(0.95, 1.25, 0.375, 1.15);
}

.stat:not(.stat--static) {
  cursor: pointer;
}

table[border] {
  border-style: solid;
  border-color: #eee;
}
table[border] td,
table[border] th {
  border-color: #eee;
}

table {
  background-color: #fff;
  border-collapse: collapse;
  border-spacing: 0;
  color: var(--brand-secondary);
  display: inline-block;
  font-size: 1.2rem;
  line-height: 1.15;
  max-width: 100%;
  overflow-x: auto;
  width: 100%;
}
[class*=bg--gray] table tbody a, [class*=bg--white] table tbody a, [class*=bg--black] table tbody a, [class*=bg--gold] table tbody a, .bg-pattern--brain-reversed table tbody a, .bg--gold--pattern--brain table tbody a, .bg-pattern--brain table tbody a, .bg--white--pattern--brain table tbody a, .bg--black--pattern--brain table tbody a, .bg-pattern--brain-black table tbody a {
  color: var(--link-color);
}
@media (min-width: 768px) {
  table {
    display: table;
  }
}
table p, table ul, table ol {
  font-size: 1rem;
  line-height: 1.6;
}
table ul p, table ol p {
  margin-bottom: 0;
}
table td,
table th {
  padding: 1.05rem;
  font-size: 1rem;
  line-height: 1.6;
}
table th {
  color: var(--brand-secondary);
}
table th:not([align]) {
  text-align: left;
}
table thead th {
  background-color: var(--brand-primary);
  border: none;
  text-transform: uppercase;
}
table thead th a {
  color: var(--brand-secondary);
}
[class*=bg--] table thead th a {
  color: var(--brand-secondary);
}
table tbody th {
  background-color: #fff;
  border: none;
  position: static;
  left: 0;
  padding-left: 1.05rem;
}
table tbody tr:not(.is-selected):nth-child(even),
table tbody tr:not(.is-selected):nth-child(even) th {
  background-color: #f3f3f3;
}
table.table--hover-highlight tbody tr:not(.is-selected):hover, table.table--hover-highlight tbody tr:not(.is-selected):nth-child(even):hover {
  background-color: #fff3c3;
}
table.table--hover-highlight tbody tr:not(.is-selected):hover th, table.table--hover-highlight tbody tr:not(.is-selected):nth-child(even):hover th {
  background-color: #fff3c3;
}
table caption {
  width: 100%;
  padding: 1.05rem;
  text-align: center;
  font-size: 1rem;
  color: #fff;
  text-transform: uppercase;
  background-color: #333;
  font-weight: bold;
}
table caption a,
table caption :where(p) a:not(.bttn) {
  color: var(--brand-primary);
}
[class*=bg--] table caption a, [class*=bg--] [class*=bg--] table caption a,
[class*=bg--] table caption :where(p) a:not(.bttn),
[class*=bg--] [class*=bg--] table caption :where(p) a:not(.bttn) {
  color: var(--brand-primary);
}
table tbody tr:last-child td,
table tbody tr:last-child th {
  border-bottom-width: 0;
}
table thead td,
table thead th {
  color: var(--brand-secondary);
}
table.table--width-default {
  width: unset;
}
table.table--width-default caption {
  width: unset;
}

.table-responsive {
  overflow: auto;
}
.table-responsive caption {
  text-align: left;
}
@media (min-width: 768px) {
  .table-responsive caption {
    text-align: center;
  }
}
.table-responsive.table-sticky {
  height: 80vh;
}
.table-responsive.table-sticky thead {
  position: sticky;
  top: 0;
  border-top: 0;
}
.table-responsive.table-sticky .table--gray-borders thead th {
  position: relative;
}
.table-responsive.table-sticky .table--gray-borders thead th::before {
  content: "";
  position: absolute;
  left: -1px;
  top: 0;
  width: calc(100% + 2px);
  height: calc(100% + 1px);
  border-left: #7c7c7c 1px solid;
  border-bottom: #ddd 1px solid;
}
.table-responsive.table-sticky .table--gray-borders thead th:first-child:before {
  border-left: none;
}
.table-responsive table {
  display: table;
}

table.table--gray-borders > tr > td, table.table--gray-borders > tr > th, table.table--gray-borders > tbody > tr > td, table.table--gray-borders > tbody > tr > th, table.table--gray-borders > tfoot > tr > td, table.table--gray-borders > tfoot > tr > th {
  border: #ddd 1px solid;
}
table.table--gray-borders > thead > tr > td, table.table--gray-borders > thead > tr > th, table.table--gray-borders > caption > td, table.table--gray-borders > caption > th {
  border: #7c7c7c 1px solid;
}
table.table--gray-borders > thead > tr > td, table.table--gray-borders > thead > tr > th {
  border-bottom: #ddd 1px solid;
  border-top: #ddd 1px solid;
}
table.table--gray-borders > thead > tr > td:first-child, table.table--gray-borders > thead > tr > th:first-child {
  border-left: #ddd 1px solid;
}
table.table--gray-borders > thead > tr > td:last-child, table.table--gray-borders > thead > tr > th:last-child {
  border-right: #ddd 1px solid;
}

/*# sourceMappingURL=uids.css.map */
