@charset "UTF-8";
/*
 * Core
 *
 */
/*
 * Nav
 *
 */
/*
 * Header
 *
 */
/*
 * Content
 *
 */
.silc-accordion {
  padding: 0;
  margin: 0; }

.silc-accordion__label {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  display: block;
  margin: 0;
  padding: 0;
  border: none;
  background: none;
  color: inherit;
  text-align: left;
  text-decoration: none;
  text-transform: none;
  font-size: 1rem;
  width: 100%; }
  body:not(.js) .silc-accordion__label {
    outline: none; }
  .js .silc-accordion__label {
    cursor: pointer; }
    .js .silc-accordion__label:hover {
      background: none;
      color: inherit; }
  .silc-accordion__label[aria-expanded="true"] {
    color: inherit;
    background: inherit; }
    .silc-accordion__label[aria-expanded="true"]:hover {
      color: inherit;
      background: inherit; }
  .silc-accordion__label[role="tab"] {
    width: auto; }
    .silc-accordion__label[role="tab"][aria-selected="true"] {
      color: inherit;
      background: inherit; }
    .silc-accordion__label[role="tab"][aria-disabled="true"] {
      cursor: default; }

.js .silc-accordion__content {
  overflow: hidden;
  -webkit-transition: height 0.5s ease-in-out;
  transition: height 0.5s ease-in-out; }
  .js .silc-accordion__content[aria-hidden="true"] {
    height: 0; }
  .js .silc-accordion__content[aria-hidden="false"] {
    height: auto; }

.silc-accordion__content-compartment {
  border: none;
  padding: 0;
  background: none; }

/*
 * Tabs
 *
 */
.js .silc-accordion--tabs .silc-accordion .silc-accordion__header, .js
.silc-accordion--become-tabs .silc-accordion .silc-accordion__header {
  display: block; }

.silc-accordion__tablist {
  display: -webkit-box;
  display: flex;
  margin: 0;
  padding: 0; }
  .silc-accordion--stretch-tabs .silc-accordion__tablist .silc-accordion__label {
    flex-basis: 100%;
    -webkit-box-flex: 1;
            flex: 1;
    flex: 1; }

.silc-accordion--become-tabs:before {
  content: "800px";
  display: none; }

/* Colors
	 ========================================================================== */
/* Fonts
   ========================================================================== */
/* Base
   ========================================================================== */
/* Links
   ========================================================================== */
/* Lists
   ========================================================================== */
/* Headings
   ========================================================================== */
/* Layout
   ========================================================================== */
/* Outer-pad
   ========================================================================== */
/* Section
   ========================================================================== */
/* Silc Accordion
   ========================================================================== */
:root {
  --bs-blue: #0d6efd;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #fd7e14;
  --bs-yellow: #ffc107;
  --bs-green: #198754;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #e9ecef;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #369;
  --bs-secondary: #4e7dab;
  --bs-success: #198754;
  --bs-info: #0dcaf0;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-primary-rgb: 51, 102, 153;
  --bs-secondary-rgb: 78, 125, 171;
  --bs-success-rgb: 25, 135, 84;
  --bs-info-rgb: 13, 202, 240;
  --bs-warning-rgb: 255, 193, 7;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 33, 37, 41;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 33, 37, 41;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-root-font-size: 16px;
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #212529;
  --bs-body-bg: #ffffff; }

.fade {
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear; }
  @media (prefers-reduced-motion: reduce) {
    .fade {
      -webkit-transition: none;
      transition: none; } }
  .fade:not(.show) {
    opacity: 0; }

.collapse:not(.show) {
  display: none; }

.collapsing {
  height: 0;
  overflow: hidden;
  -webkit-transition: height 0.35s ease;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      -webkit-transition: none;
      transition: none; } }
  .collapsing.collapse-horizontal {
    width: 0;
    height: auto;
    -webkit-transition: width 0.35s ease;
    transition: width 0.35s ease; }
    @media (prefers-reduced-motion: reduce) {
      .collapsing.collapse-horizontal {
        -webkit-transition: none;
        transition: none; } }

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  -webkit-box-flex: 1;
          flex: 1 0 0%; }

.row-cols-auto > * {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto; }

.row-cols-1 > * {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 100%; }

.row-cols-2 > * {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 50%; }

.row-cols-3 > * {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 33.33333%; }

.row-cols-4 > * {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 25%; }

.row-cols-5 > * {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 20%; }

.row-cols-6 > * {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 16.66667%; }

.col-auto {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: auto; }

.col-1 {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 8.33333%; }

.col-2 {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 16.66667%; }

.col-3 {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 25%; }

.col-4 {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 33.33333%; }

.col-5 {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 41.66667%; }

.col-6 {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 50%; }

.col-7 {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 58.33333%; }

.col-8 {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 66.66667%; }

.col-9 {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 75%; }

.col-10 {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 83.33333%; }

.col-11 {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 91.66667%; }

.col-12 {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 100%; }

.offset-1 {
  margin-left: 8.33333%; }

.offset-2 {
  margin-left: 16.66667%; }

.offset-3 {
  margin-left: 25%; }

.offset-4 {
  margin-left: 33.33333%; }

.offset-5 {
  margin-left: 41.66667%; }

.offset-6 {
  margin-left: 50%; }

.offset-7 {
  margin-left: 58.33333%; }

.offset-8 {
  margin-left: 66.66667%; }

.offset-9 {
  margin-left: 75%; }

.offset-10 {
  margin-left: 83.33333%; }

.offset-11 {
  margin-left: 91.66667%; }

.g-0,
.gx-0 {
  --bs-gutter-x: 0; }

.g-0,
.gy-0 {
  --bs-gutter-y: 0; }

.g-1,
.gx-1 {
  --bs-gutter-x: 0.25rem; }

.g-1,
.gy-1 {
  --bs-gutter-y: 0.25rem; }

.g-2,
.gx-2 {
  --bs-gutter-x: 0.5rem; }

.g-2,
.gy-2 {
  --bs-gutter-y: 0.5rem; }

.g-3,
.gx-3 {
  --bs-gutter-x: 1rem; }

.g-3,
.gy-3 {
  --bs-gutter-y: 1rem; }

.g-4,
.gx-4 {
  --bs-gutter-x: 1.5rem; }

.g-4,
.gy-4 {
  --bs-gutter-y: 1.5rem; }

.g-5,
.gx-5 {
  --bs-gutter-x: 3rem; }

.g-5,
.gy-5 {
  --bs-gutter-y: 3rem; }

@media (min-width: 576px) {
  .col-sm {
    -webkit-box-flex: 1;
            flex: 1 0 0%; }
  .row-cols-sm-auto > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-sm-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-sm-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-sm-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-sm-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-sm-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-sm-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto; }
  .col-sm-1 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 25%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 50%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 75%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 100%; }
  .offset-sm-0 {
    margin-left: 0; }
  .offset-sm-1 {
    margin-left: 8.33333%; }
  .offset-sm-2 {
    margin-left: 16.66667%; }
  .offset-sm-3 {
    margin-left: 25%; }
  .offset-sm-4 {
    margin-left: 33.33333%; }
  .offset-sm-5 {
    margin-left: 41.66667%; }
  .offset-sm-6 {
    margin-left: 50%; }
  .offset-sm-7 {
    margin-left: 58.33333%; }
  .offset-sm-8 {
    margin-left: 66.66667%; }
  .offset-sm-9 {
    margin-left: 75%; }
  .offset-sm-10 {
    margin-left: 83.33333%; }
  .offset-sm-11 {
    margin-left: 91.66667%; }
  .g-sm-0,
  .gx-sm-0 {
    --bs-gutter-x: 0; }
  .g-sm-0,
  .gy-sm-0 {
    --bs-gutter-y: 0; }
  .g-sm-1,
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem; }
  .g-sm-1,
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem; }
  .g-sm-2,
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem; }
  .g-sm-2,
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem; }
  .g-sm-3,
  .gx-sm-3 {
    --bs-gutter-x: 1rem; }
  .g-sm-3,
  .gy-sm-3 {
    --bs-gutter-y: 1rem; }
  .g-sm-4,
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem; }
  .g-sm-4,
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem; }
  .g-sm-5,
  .gx-sm-5 {
    --bs-gutter-x: 3rem; }
  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 768px) {
  .col-md {
    -webkit-box-flex: 1;
            flex: 1 0 0%; }
  .row-cols-md-auto > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-md-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-md-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-md-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-md-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-md-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-md-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto; }
  .col-md-1 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-md-2 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-md-3 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 25%; }
  .col-md-4 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-md-5 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-md-6 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 50%; }
  .col-md-7 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-md-8 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-md-9 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 75%; }
  .col-md-10 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-md-11 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-md-12 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 100%; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3 {
    margin-left: 25%; }
  .offset-md-4 {
    margin-left: 33.33333%; }
  .offset-md-5 {
    margin-left: 41.66667%; }
  .offset-md-6 {
    margin-left: 50%; }
  .offset-md-7 {
    margin-left: 58.33333%; }
  .offset-md-8 {
    margin-left: 66.66667%; }
  .offset-md-9 {
    margin-left: 75%; }
  .offset-md-10 {
    margin-left: 83.33333%; }
  .offset-md-11 {
    margin-left: 91.66667%; }
  .g-md-0,
  .gx-md-0 {
    --bs-gutter-x: 0; }
  .g-md-0,
  .gy-md-0 {
    --bs-gutter-y: 0; }
  .g-md-1,
  .gx-md-1 {
    --bs-gutter-x: 0.25rem; }
  .g-md-1,
  .gy-md-1 {
    --bs-gutter-y: 0.25rem; }
  .g-md-2,
  .gx-md-2 {
    --bs-gutter-x: 0.5rem; }
  .g-md-2,
  .gy-md-2 {
    --bs-gutter-y: 0.5rem; }
  .g-md-3,
  .gx-md-3 {
    --bs-gutter-x: 1rem; }
  .g-md-3,
  .gy-md-3 {
    --bs-gutter-y: 1rem; }
  .g-md-4,
  .gx-md-4 {
    --bs-gutter-x: 1.5rem; }
  .g-md-4,
  .gy-md-4 {
    --bs-gutter-y: 1.5rem; }
  .g-md-5,
  .gx-md-5 {
    --bs-gutter-x: 3rem; }
  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 992px) {
  .col-lg {
    -webkit-box-flex: 1;
            flex: 1 0 0%; }
  .row-cols-lg-auto > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-lg-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-lg-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-lg-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-lg-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-lg-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-lg-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto; }
  .col-lg-1 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 25%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 50%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 75%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 100%; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1 {
    margin-left: 8.33333%; }
  .offset-lg-2 {
    margin-left: 16.66667%; }
  .offset-lg-3 {
    margin-left: 25%; }
  .offset-lg-4 {
    margin-left: 33.33333%; }
  .offset-lg-5 {
    margin-left: 41.66667%; }
  .offset-lg-6 {
    margin-left: 50%; }
  .offset-lg-7 {
    margin-left: 58.33333%; }
  .offset-lg-8 {
    margin-left: 66.66667%; }
  .offset-lg-9 {
    margin-left: 75%; }
  .offset-lg-10 {
    margin-left: 83.33333%; }
  .offset-lg-11 {
    margin-left: 91.66667%; }
  .g-lg-0,
  .gx-lg-0 {
    --bs-gutter-x: 0; }
  .g-lg-0,
  .gy-lg-0 {
    --bs-gutter-y: 0; }
  .g-lg-1,
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem; }
  .g-lg-1,
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem; }
  .g-lg-2,
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem; }
  .g-lg-2,
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem; }
  .g-lg-3,
  .gx-lg-3 {
    --bs-gutter-x: 1rem; }
  .g-lg-3,
  .gy-lg-3 {
    --bs-gutter-y: 1rem; }
  .g-lg-4,
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem; }
  .g-lg-4,
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem; }
  .g-lg-5,
  .gx-lg-5 {
    --bs-gutter-x: 3rem; }
  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1200px) {
  .col-xl {
    -webkit-box-flex: 1;
            flex: 1 0 0%; }
  .row-cols-xl-auto > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xl-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xl-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xl-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xl-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xl-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xl-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto; }
  .col-xl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 25%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 50%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 75%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xl-0 {
    margin-left: 0; }
  .offset-xl-1 {
    margin-left: 8.33333%; }
  .offset-xl-2 {
    margin-left: 16.66667%; }
  .offset-xl-3 {
    margin-left: 25%; }
  .offset-xl-4 {
    margin-left: 33.33333%; }
  .offset-xl-5 {
    margin-left: 41.66667%; }
  .offset-xl-6 {
    margin-left: 50%; }
  .offset-xl-7 {
    margin-left: 58.33333%; }
  .offset-xl-8 {
    margin-left: 66.66667%; }
  .offset-xl-9 {
    margin-left: 75%; }
  .offset-xl-10 {
    margin-left: 83.33333%; }
  .offset-xl-11 {
    margin-left: 91.66667%; }
  .g-xl-0,
  .gx-xl-0 {
    --bs-gutter-x: 0; }
  .g-xl-0,
  .gy-xl-0 {
    --bs-gutter-y: 0; }
  .g-xl-1,
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xl-1,
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xl-2,
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xl-2,
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xl-3,
  .gx-xl-3 {
    --bs-gutter-x: 1rem; }
  .g-xl-3,
  .gy-xl-3 {
    --bs-gutter-y: 1rem; }
  .g-xl-4,
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xl-4,
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xl-5,
  .gx-xl-5 {
    --bs-gutter-x: 3rem; }
  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }

@media (min-width: 1400px) {
  .col-xxl {
    -webkit-box-flex: 1;
            flex: 1 0 0%; }
  .row-cols-xxl-auto > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto; }
  .row-cols-xxl-1 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 100%; }
  .row-cols-xxl-2 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 50%; }
  .row-cols-xxl-3 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 33.33333%; }
  .row-cols-xxl-4 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 25%; }
  .row-cols-xxl-5 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 20%; }
  .row-cols-xxl-6 > * {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-auto {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: auto; }
  .col-xxl-1 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 8.33333%; }
  .col-xxl-2 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 16.66667%; }
  .col-xxl-3 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 25%; }
  .col-xxl-4 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 33.33333%; }
  .col-xxl-5 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 41.66667%; }
  .col-xxl-6 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 50%; }
  .col-xxl-7 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 58.33333%; }
  .col-xxl-8 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 66.66667%; }
  .col-xxl-9 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 75%; }
  .col-xxl-10 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 83.33333%; }
  .col-xxl-11 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 91.66667%; }
  .col-xxl-12 {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 100%; }
  .offset-xxl-0 {
    margin-left: 0; }
  .offset-xxl-1 {
    margin-left: 8.33333%; }
  .offset-xxl-2 {
    margin-left: 16.66667%; }
  .offset-xxl-3 {
    margin-left: 25%; }
  .offset-xxl-4 {
    margin-left: 33.33333%; }
  .offset-xxl-5 {
    margin-left: 41.66667%; }
  .offset-xxl-6 {
    margin-left: 50%; }
  .offset-xxl-7 {
    margin-left: 58.33333%; }
  .offset-xxl-8 {
    margin-left: 66.66667%; }
  .offset-xxl-9 {
    margin-left: 75%; }
  .offset-xxl-10 {
    margin-left: 83.33333%; }
  .offset-xxl-11 {
    margin-left: 91.66667%; }
  .g-xxl-0,
  .gx-xxl-0 {
    --bs-gutter-x: 0; }
  .g-xxl-0,
  .gy-xxl-0 {
    --bs-gutter-y: 0; }
  .g-xxl-1,
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem; }
  .g-xxl-1,
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem; }
  .g-xxl-2,
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem; }
  .g-xxl-2,
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem; }
  .g-xxl-3,
  .gx-xxl-3 {
    --bs-gutter-x: 1rem; }
  .g-xxl-3,
  .gy-xxl-3 {
    --bs-gutter-y: 1rem; }
  .g-xxl-4,
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem; }
  .g-xxl-4,
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem; }
  .g-xxl-5,
  .gx-xxl-5 {
    --bs-gutter-x: 3rem; }
  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }

.accordion-button {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      -webkit-transition: none;
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #2e5c8a;
    background-color: #ebf0f5;
    box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%232e5c8a'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      -webkit-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .accordion-button::after {
    flex-shrink: 0;
    width: 1.25rem;
    height: 1.25rem;
    margin-left: auto;
    content: "";
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-size: 1.25rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        -webkit-transition: none;
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #99b3cc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(51, 102, 153, 0.25); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  background-color: #ffffff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .accordion-item:first-of-type {
    border-top-left-radius: 0.25rem;
    border-top-right-radius: 0.25rem; }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: calc(0.25rem - 1px);
      border-top-right-radius: calc(0.25rem - 1px); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: 0.25rem;
    border-bottom-left-radius: 0.25rem; }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: calc(0.25rem - 1px);
      border-bottom-left-radius: calc(0.25rem - 1px); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: 0.25rem;
      border-bottom-left-radius: 0.25rem; }

.accordion-body {
  padding: 1rem 1.25rem; }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button {
    border-radius: 0; }

.form-label {
  margin-bottom: 0.5rem; }

.col-form-label {
  padding-top: calc(0.375rem + 1px);
  padding-bottom: calc(0.375rem + 1px);
  margin-bottom: 0;
  font-size: inherit;
  line-height: 1.5; }

.col-form-label-lg {
  padding-top: calc(0.5rem + 1px);
  padding-bottom: calc(0.5rem + 1px);
  font-size: 1.25rem; }

.col-form-label-sm {
  padding-top: calc(0.25rem + 1px);
  padding-bottom: calc(0.25rem + 1px);
  font-size: 0.875rem; }

.form-text {
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #6c757d; }

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #212529;
    background-color: #ffffff;
    border-color: #99b3cc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(51, 102, 153, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #e9ecef;
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #dde0e3; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #212529;
    background-color: #e9ecef;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #dde0e3; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.5;
  color: #212529;
  background-color: transparent;
  border: solid transparent;
  border-width: 1px 0; }
  .form-control-plaintext.form-control-sm, .form-control-plaintext.form-control-lg {
    padding-right: 0;
    padding-left: 0; }

.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }

.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }
  .form-control-lg::file-selector-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }
  .form-control-lg::-webkit-file-upload-button {
    padding: 0.5rem 1rem;
    margin: -0.5rem -1rem;
    -webkit-margin-end: 1rem;
            margin-inline-end: 1rem; }

textarea.form-control {
  min-height: calc(1.5em + 0.75rem + 2px); }

textarea.form-control-sm {
  min-height: calc(1.5em + 0.5rem + 2px); }

textarea.form-control-lg {
  min-height: calc(1.5em + 1rem + 2px); }

.form-control-color {
  width: 3rem;
  height: auto;
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }
  .form-control-color::-webkit-color-swatch {
    height: 1.5em;
    border-radius: 0.25rem; }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      -webkit-transition: none;
      transition: none; } }
  .form-select:focus {
    border-color: #99b3cc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(51, 102, 153, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #e9ecef; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #212529; }

.form-select-sm {
  padding-top: 0.25rem;
  padding-bottom: 0.25rem;
  padding-left: 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.form-select-lg {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.form-check {
  display: block;
  min-height: 1.5rem;
  padding-left: 1.5em;
  margin-bottom: 0.125rem; }
  .form-check .form-check-input {
    float: left;
    margin-left: -1.5em; }

.form-check-input {
  width: 1em;
  height: 1em;
  margin-top: 0.25em;
  vertical-align: top;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  border: 1px solid rgba(0, 0, 0, 0.25);
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  -webkit-print-color-adjust: exact;
          color-adjust: exact; }
  .form-check-input[type="checkbox"] {
    border-radius: 0.25em; }
  .form-check-input[type="radio"] {
    border-radius: 50%; }
  .form-check-input:active {
    -webkit-filter: brightness(90%);
            filter: brightness(90%); }
  .form-check-input:focus {
    border-color: #99b3cc;
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(51, 102, 153, 0.25); }
  .form-check-input:checked {
    background-color: #369;
    border-color: #369; }
    .form-check-input:checked[type="checkbox"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10l3 3l6-6'/%3e%3c/svg%3e"); }
    .form-check-input:checked[type="radio"] {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23ffffff'/%3e%3c/svg%3e"); }
  .form-check-input[type="checkbox"]:indeterminate {
    background-color: #369;
    border-color: #369;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23ffffff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='M6 10h8'/%3e%3c/svg%3e"); }
  .form-check-input:disabled {
    pointer-events: none;
    -webkit-filter: none;
            filter: none;
    opacity: 0.5; }
  .form-check-input[disabled] ~ .form-check-label, .form-check-input:disabled ~ .form-check-label {
    opacity: 0.5; }

.form-switch {
  padding-left: 2.5em; }
  .form-switch .form-check-input {
    width: 2em;
    margin-left: -2.5em;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
    background-position: left center;
    border-radius: 2em;
    -webkit-transition: background-position 0.15s ease-in-out;
    transition: background-position 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-switch .form-check-input {
        -webkit-transition: none;
        transition: none; } }
    .form-switch .form-check-input:focus {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%2399b3cc'/%3e%3c/svg%3e"); }
    .form-switch .form-check-input:checked {
      background-position: right center;
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e"); }

.form-check-inline {
  display: inline-block;
  margin-right: 1rem; }

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .btn-check:disabled + .btn {
    pointer-events: none;
    -webkit-filter: none;
            filter: none;
    opacity: 0.65; }

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(51, 102, 153, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(51, 102, 153, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #369;
    border: 0;
    border-radius: 1rem;
    -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -webkit-appearance: none;
            appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        -webkit-transition: none;
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #c2d1e0; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #369;
    border: 0;
    border-radius: 1rem;
    -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    -moz-appearance: none;
         appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        -moz-transition: none;
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #c2d1e0; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: #adb5bd; }
    .form-range:disabled::-moz-range-thumb {
      background-color: #adb5bd; }

.form-floating {
  position: relative; }
  .form-floating > .form-control,
  .form-floating > .form-select {
    height: calc(3.5rem + 2px);
    line-height: 1.25; }
  .form-floating > label {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    padding: 1rem 0.75rem;
    pointer-events: none;
    border: 1px solid transparent;
    -webkit-transform-origin: 0 0;
            transform-origin: 0 0;
    -webkit-transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out;
    transition: opacity 0.1s ease-in-out, transform 0.1s ease-in-out, -webkit-transform 0.1s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-floating > label {
        -webkit-transition: none;
        transition: none; } }
  .form-floating > .form-control {
    padding: 1rem 0.75rem; }
    .form-floating > .form-control::-webkit-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::-moz-placeholder {
      color: transparent; }
    .form-floating > .form-control:-ms-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::-ms-input-placeholder {
      color: transparent; }
    .form-floating > .form-control::placeholder {
      color: transparent; }
    .form-floating > .form-control:focus, .form-floating > .form-control:not(:placeholder-shown) {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
    .form-floating > .form-control:-webkit-autofill {
      padding-top: 1.625rem;
      padding-bottom: 0.625rem; }
  .form-floating > .form-select {
    padding-top: 1.625rem;
    padding-bottom: 0.625rem; }
  .form-floating > .form-control:focus ~ label,
  .form-floating > .form-control:not(:placeholder-shown) ~ label,
  .form-floating > .form-select ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }
  .form-floating > .form-control:-webkit-autofill ~ label {
    opacity: 0.65;
    -webkit-transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem);
            transform: scale(0.85) translateY(-0.5rem) translateX(0.15rem); }

.input-group {
  position: relative;
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    -webkit-box-flex: 1;
            flex: 1 1 auto;
    width: 1%;
    min-width: 0; }
  .input-group > .form-control:focus,
  .input-group > .form-select:focus {
    z-index: 3; }
  .input-group .btn {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus {
      z-index: 3; }

.input-group-text {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem; }

.input-group-lg > .form-select,
.input-group-sm > .form-select {
  padding-right: 3rem; }

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.25rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:valid, .input-group .form-control.is-valid, .was-validated
.input-group .form-select:valid,
.input-group .form-select.is-valid {
  z-index: 1; }
  .was-validated .input-group .form-control:valid:focus, .input-group .form-control.is-valid:focus, .was-validated
  .input-group .form-select:valid:focus,
  .input-group .form-select.is-valid:focus {
    z-index: 3; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #ffffff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.25rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group .form-control:invalid, .input-group .form-control.is-invalid, .was-validated
.input-group .form-select:invalid,
.input-group .form-select.is-invalid {
  z-index: 2; }
  .was-validated .input-group .form-control:invalid:focus, .input-group .form-control.is-invalid:focus, .was-validated
  .input-group .form-select:invalid:focus,
  .input-group .form-select.is-invalid:focus {
    z-index: 3; }

[target="_blank"]:after, .iastate22-table caption, .iastate22-form input[type="checkbox"],
.iastate22-form input[type="radio"],
.visible-for-screen-readers {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/* Removes default list style and uses CSS before pseudo's instead to allow styling of numbers */

.styled-ol {
  counter-reset: list;
  list-style-type: none !important; }
  
  .styled-ol li {
    position: relative; }
    
    .styled-ol li:before {
      content: counter(list, decimal) ". ";
      counter-increment: list;
      display: inline-block;
      margin-right: -1em;
      position: absolute;
      -webkit-transform: translateX(-100%);
              transform: translateX(-100%); }

.outer-pad, .filter-form, .full-width-image__caption, .iastate22-blockquote, .home-hero__content-wrapper, .home-academics, .home-solutions, .home-events-news, .home-social, .home-resources, .home-ctas, .admission-aid-explore, .admission-aid-why, .admission-aid-afford, .admission-aid-connect, .maj-min-cert-explore, .maj-min-cert-program-search, .college-overview, .college-ctas__cta,
.outer-pad-x {
  padding-left: 2.25rem;
  padding-right: 2.25rem; }
  @media (min-width: 768px) {
    .outer-pad, .filter-form, .full-width-image__caption, .iastate22-blockquote, .home-hero__content-wrapper, .home-academics, .home-solutions, .home-events-news, .home-social, .home-resources, .home-ctas, .admission-aid-explore, .admission-aid-why, .admission-aid-afford, .admission-aid-connect, .maj-min-cert-explore, .maj-min-cert-program-search, .college-overview, .college-ctas__cta,
    .outer-pad-x {
      padding-left: 4.375rem;
      padding-right: 4.375rem; } }
  @media (min-width: 1200px) {
    .outer-pad, .filter-form, .full-width-image__caption, .iastate22-blockquote, .home-hero__content-wrapper, .home-academics, .home-solutions, .home-events-news, .home-social, .home-resources, .home-ctas, .admission-aid-explore, .admission-aid-why, .admission-aid-afford, .admission-aid-connect, .maj-min-cert-explore, .maj-min-cert-program-search, .college-overview, .college-ctas__cta,
    .outer-pad-x {
      padding-left: 11.875rem;
      padding-right: 18.625rem; } }

@media (min-width: 1200px) {
  .paragraph-widget--link-block, .paragraph-widget--card-set, .paragraph-widget--external-news-story, .paragraph-widget--video-embed, .paragraph-widget--carousel {
    margin-right: -6.75rem; } }

.paragraph-widget--feature-with-large-image, .paragraph-widget--callout-inset, .paragraph-widget--full-width-image, .paragraph-widget--call-to-action--small,
.paragraph-widget--call-to-action--large, .paragraph-widget--blockquote {
  margin-left: -2.25rem;
  margin-right: -2.25rem; }
  @media (min-width: 768px) {
    .paragraph-widget--feature-with-large-image, .paragraph-widget--callout-inset, .paragraph-widget--full-width-image, .paragraph-widget--call-to-action--small,
    .paragraph-widget--call-to-action--large, .paragraph-widget--blockquote {
      margin-left: -4.375rem;
      margin-right: -4.375rem; } }
  @media (min-width: 1200px) {
    .paragraph-widget--feature-with-large-image, .paragraph-widget--callout-inset, .paragraph-widget--full-width-image, .paragraph-widget--call-to-action--small,
    .paragraph-widget--call-to-action--large, .paragraph-widget--blockquote {
      margin-left: -11.875rem;
      margin-right: -18.625rem; } }

.iastate22-card__media, .hero__media, .hero--news-article__media,
.hero--event-detail__media, .feature-with-large-image__media, .iastate22-callout__media, .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__large-article__image-container, .featured-news .featured-news-container .featured-news__small-article .featured-news__small-article__container .featured-news__small-article__image-container, .external-news-story__media, .video-embed__media-wrap, .full-width-image__image, .call-to-action--large .call-to-action__media, .image-grid__image, .iastate22-blockquote__portrait, .iastate22-modal__media, .callout-with-image__media, .ecosystem-home-hero__media, .personal-profile-info-card__media, .grid-list__image, .faculty-staff-card__media-container, .faculty-staff-feed-item .faculty-staff-feed-item__media .faculty-staff-feed-item__media-container, .hero-stories-feed-item .hero-stories-feed-item__media .hero-stories-feed-item__media-container, .home-hero__media, .home-community__callout-media, .home-community__callout-media-two, .home-location__media, .home-news-events-grid__image, .home-social__images-image, .home-resources__image, .home-ctas__image, .home-full-width-campus-photo, .admission-aid-hero__media, .admission-aid-why__callout-media, .college-hero__media, .college-overview__media, .college-maj-min-certs__media, .college-ctas__cta-media,
.responsive-img {
  position: relative; }
  .iastate22-card__media:before, .hero__media:before, .hero--news-article__media:before,
  .hero--event-detail__media:before, .feature-with-large-image__media:before, .iastate22-callout__media:before, .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__large-article__image-container:before, .featured-news .featured-news-container .featured-news__small-article .featured-news__small-article__container .featured-news__small-article__image-container:before, .external-news-story__media:before, .video-embed__media-wrap:before, .full-width-image__image:before, .call-to-action--large .call-to-action__media:before, .image-grid__image:before, .iastate22-blockquote__portrait:before, .iastate22-modal__media:before, .callout-with-image__media:before, .ecosystem-home-hero__media:before, .personal-profile-info-card__media:before, .grid-list__image:before, .faculty-staff-card__media-container:before, .faculty-staff-feed-item .faculty-staff-feed-item__media .faculty-staff-feed-item__media-container:before, .hero-stories-feed-item .hero-stories-feed-item__media .hero-stories-feed-item__media-container:before, .home-hero__media:before, .home-community__callout-media:before, .home-community__callout-media-two:before, .home-location__media:before, .home-news-events-grid__image:before, .home-social__images-image:before, .home-resources__image:before, .home-ctas__image:before, .home-full-width-campus-photo:before, .admission-aid-hero__media:before, .admission-aid-why__callout-media:before, .college-hero__media:before, .college-overview__media:before, .college-maj-min-certs__media:before, .college-ctas__cta-media:before,
  .responsive-img:before {
    content: "";
    display: block; }
  .iastate22-card__media img, .hero__media img, .hero--news-article__media img, .hero--event-detail__media img, .feature-with-large-image__media img, .iastate22-callout__media img, .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__large-article__image-container img, .featured-news .featured-news-container .featured-news__small-article .featured-news__small-article__container .featured-news__small-article__image-container img, .external-news-story__media img, .video-embed__media-wrap img, .full-width-image__image img, .call-to-action--large .call-to-action__media img, .image-grid__image img, .iastate22-blockquote__portrait img, .iastate22-modal__media img, .callout-with-image__media img, .ecosystem-home-hero__media img, .personal-profile-info-card__media img, .grid-list__image img, .faculty-staff-card__media-container img, .faculty-staff-feed-item .faculty-staff-feed-item__media .faculty-staff-feed-item__media-container img, .hero-stories-feed-item .hero-stories-feed-item__media .hero-stories-feed-item__media-container img, .home-hero__media img, .home-community__callout-media img, .home-community__callout-media-two img, .home-location__media img, .home-news-events-grid__image img, .home-social__images-image img, .home-resources__image img, .home-ctas__image img, .home-full-width-campus-photo img, .admission-aid-hero__media img, .admission-aid-why__callout-media img, .college-hero__media img, .college-overview__media img, .college-maj-min-certs__media img, .college-ctas__cta-media img,
  .responsive-img img {
    display: block;
    height: 100%;
    width: 100%;
    font-family: "object-fit:cover;object-position:center";
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: center;
       object-position: center;
    position: absolute;
    top: 0;
    left: 0; }

.alignleft figcaption,
.align-left figcaption,
.alignright figcaption,
.align-right figcaption,
.aligncenter figcaption,
.align-center figcaption,
.alignnone figcaption,
.align-none figcaption, .video-embed__caption, .full-width-image__caption, .image-grid__caption, .iastate22-carousel-holder .carousel__slide-content .carousel__slide-content-caption,
.caption {
  margin-top: 0.5rem;
  font-family: "Nimbus Sans", sans-serif;
  font-style: italic;
  font-size: 1rem;
  line-height: 1.625; }
  @media (min-width: 992px) {
    .alignleft figcaption,
    .align-left figcaption,
    .alignright figcaption,
    .align-right figcaption,
    .aligncenter figcaption,
    .align-center figcaption,
    .alignnone figcaption,
    .align-none figcaption, .video-embed__caption, .full-width-image__caption, .image-grid__caption, .iastate22-carousel-holder .carousel__slide-content .carousel__slide-content-caption,
    .caption {
      font-size: 0.875rem;
      line-height: 1.57143; } }


.arrow {
  position: absolute;
  top: 0.75rem;
  width: 0.75rem;
  height: 0.125rem;
  right: -1.4375rem;
  background-color: #7c2529;
  -webkit-transition: 0.2s width ease-in-out, 0.2s right ease-in-out;
  transition: 0.2s width ease-in-out, 0.2s right ease-in-out; }
  
  .arrow:after,
  .arrow:before {
    content: "";
    position: absolute;
    width: 0.5rem;
    height: 0.125rem;
    right: -0.1875rem;
    background-color: #7c2529; }
  
  .arrow:after {
    top: -0.1375rem;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }
  
  .arrow:before {
    top: 0.125rem;
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg); }

.text-content h2:after,
.wp-block-table h2:after, .text-content .h2:after,
.wp-block-table .h2:after, .text-content .home-community__headline:after, .text-content .admission-aid-links__intro-title:after, .text-content .admission-aid-connect__section-title:after, .wp-block-table .home-community__headline:after, .wp-block-table .admission-aid-links__intro-title:after, .wp-block-table .admission-aid-connect__section-title:after, .featured-events__header h2:after, .personal-profile-info-card__name:after, .upcoming-events h2:after, .home-community__callout-headline:after, .home-academics__headline:after, .home-solutions__headline:after, .home-events-news__headline:after, .home-resources__headline:after, .home-resources__questions-subhead:after, .admission-aid-explore__title:after, .admission-aid-why__callouts-label:after, .admission-aid-afford__intro-title:after, .admission-aid-connect__title:after, .personal-profile__content h2:after, .college-overview__title:after, .college-in-page-nav_title:after, .college-maj-min-certs__title:after, .college-research__title:after, .college-innovation__title:after, .college-success__title:after {
  content: "";
  position: absolute;
  bottom: 0;
  width: 3.125rem;
  border-bottom: 0.125rem solid #f1be48;
  left: 0; }

html {
  box-sizing: border-box;
  height: 100%;
  scroll-behavior: smooth;
  scroll-padding-top: 4.375rem; }
  @media (min-width: 1200px) {
    html {
      scroll-padding-top: 7.5rem; } }

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

body {
  margin: 0;
  background-color: #ffffff;
  -webkit-font-smoothing: initial; }

img {
  max-width: 100%;
  height: auto; }

ul,
ol {
  list-style: none;
  margin: 0;
  padding: 0; }

.alignleft,
.align-left,
.alignright,
.align-right,
.aligncenter,
.align-center,
.alignnone,
.align-none {
  margin: 2.25rem 0;
  display: table;
  max-width: 100%; }
  @media (min-width: 768px) {
    .alignleft,
    .align-left,
    .alignright,
    .align-right,
    .aligncenter,
    .align-center,
    .alignnone,
    .align-none {
      margin: 0.5rem 0; } }
  .alignleft img,
  .align-left img,
  .alignright img,
  .align-right img,
  .aligncenter img,
  .align-center img,
  .alignnone img,
  .align-none img {
    display: block;
    height: auto;
    max-width: 100%;
    width: 100%; }
  .alignleft figcaption,
  .align-left figcaption,
  .alignright figcaption,
  .align-right figcaption,
  .aligncenter figcaption,
  .align-center figcaption,
  .alignnone figcaption,
  .align-none figcaption {
    caption-side: bottom;
    display: table-caption; }

.aligncenter,
.align-center {
  margin-top: 2.8125rem;
  position: relative; }
  @media (min-width: 992px) {
    .aligncenter,
    .align-center {
      max-width: 82%;
      margin: 3.75rem auto;
      clear: both; } }
  .aligncenter figcaption,
  .align-center figcaption {
    text-align: left;
    position: relative; }
    @media (min-width: 992px) {
      .aligncenter figcaption,
      .align-center figcaption {
        padding-right: 6.5rem; } }

.alignleft,
.align-left,
.alignright,
.align-right {
  float: none; }
  @media (min-width: 768px) {
    .alignleft,
    .align-left,
    .alignright,
    .align-right {
      max-width: 37%;
      margin-bottom: 1.25rem; } }

@media (min-width: 768px) {
  .alignleft,
  .align-left {
    margin-right: 3.4375rem;
    float: left; } }

@media (min-width: 992px) {
  .alignleft,
  .align-left {
    margin-right: 5.5rem; } }

@media (min-width: 768px) {
  .alignright,
  .align-right {
    margin-left: 3.4375rem;
    float: right; } }

@media (min-width: 992px) {
  .alignright,
  .align-right {
    margin-left: 5.5rem; } }

.paragraph-widget {
  margin-top: 1.875rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 1200px) {
    .paragraph-widget {
      margin-bottom: 3.75rem; } }
  .paragraph-widget.paragraph-widget--text-html {
    margin-bottom: 0; }
    .paragraph-widget.paragraph-widget--text-html:last-child {
      margin-bottom: 2.5rem; }
      @media (min-width: 1200px) {
        .paragraph-widget.paragraph-widget--text-html:last-child {
          margin-bottom: 3.75rem; } }

@media (min-width: 768px) {
  .text-content:after {
    content: "";
    clear: both;
    display: table; } }

.text-content:last-child {
  margin-bottom: 2.5rem; }

.paragraph-widget-no-margin-top {
  margin-top: 0 !important; }

.paragraph-widget-no-margin-bottom {
  margin-bottom: 0 !important; }

[target="_blank"]:after {
  content: " (Opens in new tab/window)"; }

.skip-link {
  background-color: #ffffff;
  display: inline-block;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 100; }
  .skip-link:focus {
    opacity: 1;
    pointer-events: initial; }

@supports (-webkit-touch-callout: none) {
  #main-content *:target {
    scroll-margin-top: 1.875rem; } }

.bg-placeholder {
  background-color: lightgrey;
  background-image: linear-gradient(to right bottom, transparent calc(50% - 0.5px), rgba(0, 0, 0, 0.2) calc(50% - 0.5px), rgba(0, 0, 0, 0.2) calc(50% + 0.5px), transparent calc(50% + 0.5px)), linear-gradient(to left bottom, transparent calc(50% - 0.5px), rgba(0, 0, 0, 0.2) calc(50% - 0.5px), rgba(0, 0, 0, 0.2) calc(50% + 0.5px), transparent calc(50% + 0.5px)); }

/* Font Declarations
========================================================================== */
@font-face {
  font-family: "Nimbus Sans";
  src: url("https://cdn.theme.iastate.edu/fonts/NimbusSanL-Reg.woff") format("woff"), url("https://cdn.theme.iastate.edu/fonts/NimbusSanL-Reg.ttf") format("truetype");
  font-style: normal;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: "Nimbus Sans";
  src: url("https://cdn.theme.iastate.edu/fonts/NimbusSanL-RegIta.woff") format("woff"), url("https://cdn.theme.iastate.edu/fonts/NimbusSanL-RegIta.ttf") format("truetype");
  font-style: italic;
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: "Nimbus Sans";
  src: url("https://cdn.theme.iastate.edu/fonts/NimbusSanL-Bol.woff") format("woff"), url("https://cdn.theme.iastate.edu/fonts/NimbusSanL-Bol.ttf") format("truetype");
  font-style: normal;
  font-weight: 700;
  font-display: swap; }

@font-face {
  font-family: "Nimbus Sans";
  src: url("https://cdn.theme.iastate.edu/fonts/NimbusSanL-BolIta.woff") format("woff"), url("https://cdn.theme.iastate.edu/fonts/NimbusSanL-BolIta.ttf") format("truetype");
  font-style: italic;
  font-weight: 700;
  font-display: swap; }

/* Base Styles
========================================================================== */
body {
  font-family: "Nimbus Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.77778;
  color: #4a4a4a; }
  @media (min-width: 768px) {
    body {
      font-size: 1rem;
      line-height: 1.75; } }

.text-content a:not(.iastate22-button):not(.iastate22-link-secondary):not(.iastate22-link-external):not(.link-tertiary),
.wp-block-table a:not(.iastate22-button):not(.iastate22-link-secondary):not(.iastate22-link-external):not(.link-tertiary) {
  color: #7c2529;
  font-weight: 700;
  font-family: "Nimbus Sans", sans-serif;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out; }
  .text-content a:not(.iastate22-button):not(.iastate22-link-secondary):not(.iastate22-link-external):not(.link-tertiary):hover,
  .wp-block-table a:not(.iastate22-button):not(.iastate22-link-secondary):not(.iastate22-link-external):not(.link-tertiary):hover {
    color: #c8102e; }

p {
  margin: 1.125rem 0; }
  p:first-child {
    margin-top: 0; }
  p:last-child {
    margin-bottom: 0; }
  p a {
    text-decoration: underline;
    -webkit-transition: 0.25s color ease-in-out;
    transition: 0.25s color ease-in-out; }
    p a:hover {
      color: #c8102e; }

.text-content ul,
.wp-block-table ul, .text-content
ol,
.wp-block-table
ol {
  margin: 1rem 0;
  padding: 0 1.5rem; }
  .text-content ul li,
  .wp-block-table ul li, .text-content
  ol li,
  .wp-block-table
  ol li {
    font-size: 1.125rem;
    line-height: 1.77778;
    margin: 0.25rem 0; }
    @media (min-width: 768px) {
      .text-content ul li,
      .wp-block-table ul li, .text-content
      ol li,
      .wp-block-table
      ol li {
        font-size: 1rem;
        line-height: 1.8125; } }
    .text-content ul li:first-child,
    .wp-block-table ul li:first-child, .text-content
    ol li:first-child,
    .wp-block-table
    ol li:first-child {
      margin-top: 0; }
    .text-content ul li:last-child,
    .wp-block-table ul li:last-child, .text-content
    ol li:last-child,
    .wp-block-table
    ol li:last-child {
      margin-bottom: 0; }
  .text-content ul ul,
  .text-content ul ol,
  .wp-block-table ul ul,
  .wp-block-table ul ol, .text-content
  ol ul,
  .text-content
  ol ol,
  .wp-block-table
  ol ul,
  .wp-block-table
  ol ol {
    margin: 0.25rem 0; }

.text-content > ul:first-child,
.wp-block-table > ul:first-child, .text-content >
ol:first-child,
.wp-block-table >
ol:first-child {
  margin-top: 0; }
  .text-content > ul:first-child ul:first-child,
  .text-content > ul:first-child ol:first-child,
  .text-content > ul:first-child li:first-child,
  .wp-block-table > ul:first-child ul:first-child,
  .wp-block-table > ul:first-child ol:first-child,
  .wp-block-table > ul:first-child li:first-child, .text-content >
  ol:first-child ul:first-child,
  .text-content >
  ol:first-child ol:first-child,
  .text-content >
  ol:first-child li:first-child,
  .wp-block-table >
  ol:first-child ul:first-child,
  .wp-block-table >
  ol:first-child ol:first-child,
  .wp-block-table >
  ol:first-child li:first-child {
    margin-top: 0; }

.text-content > ul:last-child,
.wp-block-table > ul:last-child, .text-content >
ol:last-child,
.wp-block-table >
ol:last-child {
  margin-bottom: 0; }
  .text-content > ul:last-child ul:last-child,
  .text-content > ul:last-child ol:last-child,
  .text-content > ul:last-child li:last-child,
  .wp-block-table > ul:last-child ul:last-child,
  .wp-block-table > ul:last-child ol:last-child,
  .wp-block-table > ul:last-child li:last-child, .text-content >
  ol:last-child ul:last-child,
  .text-content >
  ol:last-child ol:last-child,
  .text-content >
  ol:last-child li:last-child,
  .wp-block-table >
  ol:last-child ul:last-child,
  .wp-block-table >
  ol:last-child ol:last-child,
  .wp-block-table >
  ol:last-child li:last-child {
    margin-bottom: 0; }

.text-content ul,
.wp-block-table ul {
  list-style-type: none; }
  .text-content ul li,
  .wp-block-table ul li {
    padding-left: 1.25rem;
    text-indent: -1.25rem; }
    .text-content ul li:before,
    .wp-block-table ul li:before {
      content: "•";
      padding-right: 0.8125rem;
      color: #7c2529; }
    .text-content ul li ul li:before,
    .wp-block-table ul li ul li:before {
      content: "–";
      padding-right: 0.625rem;
      color: #7c2529; }

.text-content ol,
.wp-block-table ol {
  list-style-type: none;
  counter-reset: item; }
  .text-content ol > li,
  .wp-block-table ol > li {
    padding-left: 1.25rem;
    text-indent: -1.25rem; }
    .text-content ol > li:before,
    .wp-block-table ol > li:before {
      content: counter(item) ". ";
      counter-increment: item;
      color: #7c2529; }

/* Headings
========================================================================== */
h1,
.h1,
h2,
.h2,
.home-community__headline,
.admission-aid-links__intro-title,
.admission-aid-connect__section-title,
h3,
.h3,
.external-news-story h2,
.admission-aid-links__intro-subtitle,
h4,
.h4,
.external-news-story h3,
h5,
.h5,
h6,
.h6 {
  line-height: 1.2; }
  h1:first-child,
  .h1:first-child,
  h2:first-child,
  .h2:first-child,
  .home-community__headline:first-child,
  .admission-aid-links__intro-title:first-child,
  .admission-aid-connect__section-title:first-child,
  h3:first-child,
  .h3:first-child,
  .external-news-story h2:first-child,
  .admission-aid-links__intro-subtitle:first-child,
  h4:first-child,
  .h4:first-child,
  .external-news-story h3:first-child,
  h5:first-child,
  .h5:first-child,
  h6:first-child,
  .h6:first-child {
    margin-top: 0; }
  h1:last-child,
  .h1:last-child,
  h2:last-child,
  .h2:last-child,
  .home-community__headline:last-child,
  .admission-aid-links__intro-title:last-child,
  .admission-aid-connect__section-title:last-child,
  h3:last-child,
  .h3:last-child,
  .external-news-story h2:last-child,
  .admission-aid-links__intro-subtitle:last-child,
  h4:last-child,
  .h4:last-child,
  .external-news-story h3:last-child,
  h5:last-child,
  .h5:last-child,
  h6:last-child,
  .h6:last-child {
    margin-bottom: 0; }

h1,
.h1 {
  color: #c8102e;
  font-family: "Merriweather", serif;
  font-size: 3.125rem;
  font-weight: normal;
  letter-spacing: 0;
  line-height: 1.2;
  margin: 3rem 0 1rem; }
  @media (min-width: 768px) {
    h1,
    .h1 {
      font-size: 4.375rem;
      line-height: 1.32857; } }

h2,
.h2,
.home-community__headline,
.admission-aid-links__intro-title,
.admission-aid-connect__section-title {
  color: #c8102e;
  font-family: "Merriweather", serif;
  font-size: 1.875rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.4;
  margin: 3rem 0 1rem;
  padding-bottom: 1.75rem;
  margin-bottom: 1.375rem;
  position: relative; }
  h2 + h3,
  h2 + .h3,
  .external-news-story h2 + h2,
  h2 + .admission-aid-links__intro-subtitle,
  .h2 + h3,
  .h2 + .h3,
  .external-news-story .h2 + h2,
  .h2 + .admission-aid-links__intro-subtitle,
  .home-community__headline + h3,
  .admission-aid-links__intro-title + h3,
  .admission-aid-connect__section-title + h3,
  .home-community__headline + .h3,
  .admission-aid-links__intro-title + .h3,
  .admission-aid-connect__section-title + .h3,
  .external-news-story .home-community__headline + h2,
  .external-news-story .admission-aid-links__intro-title + h2,
  .external-news-story .admission-aid-connect__section-title + h2,
  .home-community__headline + .admission-aid-links__intro-subtitle,
  .admission-aid-links__intro-title + .admission-aid-links__intro-subtitle,
  .admission-aid-connect__section-title + .admission-aid-links__intro-subtitle {
    margin-top: 0; }

h3,
.h3,
.external-news-story h2,
.admission-aid-links__intro-subtitle {
  color: #c8102e;
  font-family: "Nimbus Sans", sans-serif;
  font-size: 1.3125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.42857;
  margin: 2.375rem 0 0.5625rem 0; }

h4,
.h4,
.external-news-story h3 {
  color: #7c2529;
  font-family: "Nimbus Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.38889;
  margin: 3rem 0 1rem; }

h5,
.h5 {
  color: #7c2529;
  font-family: "Nimbus Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 3rem 0 1rem; }

h6,
.h6 {
  color: #7c2529;
  font-family: "Nimbus Sans", sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.5625;
  margin: 3rem 0 1rem; }

.off-canvas {
  overflow-x: hidden; }

.max-bound {
  width: 100%;
  max-width: 100rem;
  margin: 0 auto;
  background-color: #fff;
  display: -webkit-box;
  display: flex;
  min-height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.section {
  margin: 3rem 0; }

main {
  padding-top: 3.4375rem;
  -webkit-box-flex: 1;
          flex: 1; }
  @media (min-width: 1200px) {
    main {
      padding-top: 7.3125rem; } }
  .home main {
    padding-top: 0 !important; }

.site-header--ecosystem + main {
  padding-top: 7.5rem; }
  @media (min-width: 1200px) {
    .site-header--ecosystem + main {
      padding-top: 14.6875rem; } }

.accordion {
  margin: 1.625rem 0 3.4375rem 0; }
  @media (min-width: 768px) {
    .accordion {
      margin: 0; } }

.accordion-item {
  border-bottom: 0.125rem solid #ebebeb; }
  .accordion-item:last-child .show {
    border-bottom: 0.125rem solid #ebebeb; }
  .accordion-item h3 {
    color: #7c2529; }

.accordion-header {
  padding: 0; }

.accordion-button {
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  color: #c8102e;
  font-size: 1.3125rem;
  line-height: 1.42857;
  padding: 1.5625rem 3.125rem 1.5625rem 0;
  position: relative;
  cursor: pointer; }
  .accordion-button:after {
    position: absolute;
    right: 0;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='27' height='27'%3E%3Cpath data-name='Line 138' fill='none' stroke='%23c8102e' stroke-linecap='round' stroke-width='2' d='M13.5 1v25'/%3E%3Cpath data-name='Line 139' fill='none' stroke='%23c8102e' stroke-linecap='round' stroke-width='2' d='M26 13.5H1'/%3E%3C/svg%3E"); }
  .accordion-button:not(.collapsed) {
    background-color: transparent;
    color: #c8102e;
    box-shadow: none; }
    .accordion-button:not(.collapsed):after {
      -webkit-transform: none;
              transform: none;
      background-image: url("data:image/svg+xml,%3Csvg width='27' height='25' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M26 12.5H1' stroke='%23C8102E' stroke-width='2' fill='none' fill-rule='evenodd' stroke-linecap='round'/%3E%3C/svg%3E"); }

.accordion-body {
  padding: 0 0 1.875rem 0; }

.iastate22-form button[type="submit"], .iastate22-modal__content-form button[type="submit"], .site-header__mega-menu-main-nav > ul > li > a,
.site-header__mega-menu-main-nav > ul > li > button,
.iastate22-button {
  display: block;
  border: 0.125rem solid #7c2529;
  border-radius: 1.875rem;
  padding: 0.5rem 2.1875rem 0.5rem 1.25rem;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0.625rem 0;
  text-align: left;
  cursor: pointer;
  background-color: transparent;
  color: #7c2529;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.38889;
  text-decoration: none;
  -webkit-transition: 0.2s color ease-in-out, 0.2s background-color ease-in-out, 0.2s padding ease-in-out;
  transition: 0.2s color ease-in-out, 0.2s background-color ease-in-out, 0.2s padding ease-in-out;
  position: relative; }
  @media (min-width: 768px) {
    .iastate22-form button[type="submit"], .iastate22-modal__content-form button[type="submit"], .site-header__mega-menu-main-nav > ul > li > a,
    .site-header__mega-menu-main-nav > ul > li > button,
    .iastate22-button {
      display: inline-block; } }
  .iastate22-form button[type="submit"] .arrow, .iastate22-modal__content-form button[type="submit"] .arrow, .site-header__mega-menu-main-nav > ul > li > a .arrow, .site-header__mega-menu-main-nav > ul > li > button .arrow,
  .iastate22-button .arrow {
    right: 1.0625rem;
    top: 1.25rem;
    width: 0;
    background-color: #f1be48; }
    .iastate22-form button[type="submit"] .arrow:after, .iastate22-modal__content-form button[type="submit"] .arrow:after, .site-header__mega-menu-main-nav > ul > li > a .arrow:after, .site-header__mega-menu-main-nav > ul > li > button .arrow:after, .iastate22-form button[type="submit"] .arrow:before, .iastate22-modal__content-form button[type="submit"] .arrow:before, .site-header__mega-menu-main-nav > ul > li > a .arrow:before, .site-header__mega-menu-main-nav > ul > li > button .arrow:before,
    .iastate22-button .arrow:after,
    .iastate22-button .arrow:before {
      background-color: #f1be48; }
  .iastate22-form button:hover[type="submit"], .iastate22-modal__content-form button:hover[type="submit"], .site-header__mega-menu-main-nav > ul > li > a:hover,
  .site-header__mega-menu-main-nav > ul > li > button:hover,
  .iastate22-button:hover {
    background-color: #7c2529;
    color: #ffffff;
    padding-right: 2.5rem; }
    .iastate22-form button:hover[type="submit"] .arrow, .iastate22-modal__content-form button:hover[type="submit"] .arrow, .site-header__mega-menu-main-nav > ul > li > a:hover .arrow, .site-header__mega-menu-main-nav > ul > li > button:hover .arrow,
    .iastate22-button:hover .arrow {
      width: 0.75rem; }

.callout-inset .iastate22-button, .filter-form .form-item button[type="submit"], .call-to-action--large .iastate22-button-set .iastate22-button, .site-header__mega-menu-main-nav > ul > li > a,
.site-header__mega-menu-main-nav > ul > li > button, .ecosystem-home-hero .iastate22-button-set ul .iastate22-button, .home-ctas .iastate22-button-set ul li a, .maj-min-cert-program-search button[type="submit"], .college-overview .iastate22-button-set .iastate22-button, .college-ctas__cta .iastate22-button,
.iastate22-button--reverse {
  border-color: #ffffff;
  background-color: #ffffff; }
  .callout-inset .iastate22-button .arrow, .filter-form .form-item button[type="submit"] .arrow, .call-to-action--large .iastate22-button-set .iastate22-button .arrow, .site-header__mega-menu-main-nav > ul > li > a .arrow, .site-header__mega-menu-main-nav > ul > li > button .arrow, .ecosystem-home-hero .iastate22-button-set ul .iastate22-button .arrow, .home-ctas .iastate22-button-set ul li a .arrow, .maj-min-cert-program-search button[type="submit"] .arrow, .college-overview .iastate22-button-set .iastate22-button .arrow, .college-ctas__cta .iastate22-button .arrow,
  .iastate22-button--reverse .arrow {
    background-color: #7c2529; }
    .callout-inset .iastate22-button .arrow:after, .filter-form .form-item button[type="submit"] .arrow:after, .call-to-action--large .iastate22-button-set .iastate22-button .arrow:after, .site-header__mega-menu-main-nav > ul > li > a .arrow:after, .site-header__mega-menu-main-nav > ul > li > button .arrow:after, .ecosystem-home-hero .iastate22-button-set ul .iastate22-button .arrow:after, .home-ctas .iastate22-button-set ul li a .arrow:after, .maj-min-cert-program-search button[type="submit"] .arrow:after, .college-overview .iastate22-button-set .iastate22-button .arrow:after, .college-ctas__cta .iastate22-button .arrow:after, .callout-inset .iastate22-button .arrow:before, .filter-form .form-item button[type="submit"] .arrow:before, .call-to-action--large .iastate22-button-set .iastate22-button .arrow:before, .site-header__mega-menu-main-nav > ul > li > a .arrow:before, .site-header__mega-menu-main-nav > ul > li > button .arrow:before, .ecosystem-home-hero .iastate22-button-set ul .iastate22-button .arrow:before, .home-ctas .iastate22-button-set ul li a .arrow:before, .maj-min-cert-program-search button[type="submit"] .arrow:before, .college-overview .iastate22-button-set .iastate22-button .arrow:before, .college-ctas__cta .iastate22-button .arrow:before,
    .iastate22-button--reverse .arrow:after,
    .iastate22-button--reverse .arrow:before {
      background-color: #7c2529; }
  .callout-inset .iastate22-button:hover, .filter-form .form-item button:hover[type="submit"], .call-to-action--large .iastate22-button-set .iastate22-button:hover, .site-header__mega-menu-main-nav > ul > li > a:hover,
  .site-header__mega-menu-main-nav > ul > li > button:hover, .ecosystem-home-hero .iastate22-button-set ul .iastate22-button:hover, .home-ctas .iastate22-button-set ul li a:hover, .maj-min-cert-program-search button:hover[type="submit"], .college-overview .iastate22-button-set .iastate22-button:hover, .college-ctas__cta .iastate22-button:hover,
  .iastate22-button--reverse:hover {
    background-color: #ffffff;
    color: #7c2529; }

.paragraph-widget--button-set {
  margin: 1.375rem 0 3.75rem; }

.iastate22-button-set {
  margin: 1.25rem 0; }
  .iastate22-button-set ul {
    padding: 0; }
    .iastate22-button-set ul li {
      padding-left: 0;
      text-indent: initial; }
      .iastate22-button-set ul li::before {
        display: none; }

.iastate22-link-secondary {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0.625rem 0;
  cursor: pointer;
  color: #7c2529;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.38889;
  text-decoration: none;
  position: relative; }
  .iastate22-link-secondary .arrow {
    bottom: 0.6875rem;
    top: initial;
    right: initial;
    margin-left: 0.6875rem; }
  .iastate22-link-secondary:hover {
    color: #7c2529; }
    .iastate22-link-secondary:hover .arrow {
      width: 1.375rem; }

.link-tertiary {
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  margin: 0.625rem 0;
  cursor: pointer;
  color: #7c2529;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.44444;
  text-decoration: underline;
  -webkit-text-decoration-color: #7c2529;
          text-decoration-color: #7c2529;
  position: relative;
  -webkit-transition: 0.2s -webkit-text-decoration-color ease-in-out;
  transition: 0.2s -webkit-text-decoration-color ease-in-out;
  transition: 0.2s text-decoration-color ease-in-out;
  transition: 0.2s text-decoration-color ease-in-out, 0.2s -webkit-text-decoration-color ease-in-out; }
  .link-tertiary .arrow {
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
    bottom: 0.6875rem;
    top: initial;
    right: initial;
    margin-left: 0.6875rem; }
  .link-tertiary:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent;
    color: #7c2529; }
    .link-tertiary:hover .arrow {
      opacity: 1; }

.paragraph-widget--link-set {
  margin-bottom: 3.125rem; }

.link-set ul {
  padding: 0; }
  .link-set ul li {
    padding-left: 0;
    margin: 0 0 0.75rem 0;
    text-indent: 0; }
    .link-set ul li:before {
      display: none; }

.link-set__link {
  color: #7c2529;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700; }
  .link-set__link.iastate22-link-external {
    font-size: 1.125rem;
    text-decoration: none;
    line-height: 1.38889; }
    .link-set__link.iastate22-link-external:after {
      content: "";
      width: 1.125rem;
      height: 1.125rem;
      background-image: url("data:image/svg+xml,%0A%3Csvg width='18px' height='18px' viewBox='0 0 18 18' version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink'%3E%3Cdefs%3E%3Cpolygon id='path-jrvdubsivk-1' points='0 0 18 0 18 18 0 18'%3E%3C/polygon%3E%3C/defs%3E%3Cg id='Page-1' stroke='none' stroke-width='1' fill='none' fill-rule='evenodd'%3E%3Cg id='image'%3E%3Cmask id='mask-jrvdubsivk-2' fill='white'%3E%3Cuse xlink:href='%23path-jrvdubsivk-1'%3E%3C/use%3E%3C/mask%3E%3Cg id='Path'%3E%3C/g%3E%3Cg id='Group' mask='url(%23mask-jrvdubsivk-2)' fill='%237C2529' fill-rule='nonzero'%3E%3Cg transform='translate(1.000000, 1.000000)' id='Path'%3E%3Cpolygon points='5 -1 5 1 1 1 1 15 15 15 15 11 17 11 17 17 -1 17 -1 -1'%3E%3C/polygon%3E%3Cpolygon points='17 -1 17 8 15 8 15 1 8 1 8 -1'%3E%3C/polygon%3E%3Cpolygon points='15.2928932 -0.707106781 16.7071068 0.707106781 6.70710678 10.7071068 5.29289322 9.29289322'%3E%3C/polygon%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat no-repeat;
      background-position: center center;
      background-size: 1.125rem;
      display: inline-block;
      position: relative;
      top: 0.25rem;
      margin-left: 0.75rem; }
    .link-set__link.iastate22-link-external:hover {
      text-decoration: underline;
      color: #7c2529; }
    .link-set__link.iastate22-link-external .arrow {
      display: none; }
  .link-set__link.iastate22-link-secondary, .link-set__link.link-tertiary {
    margin: 0; }

.link-block {
  background-color: #f5f5f5;
  padding: 3.4375rem 2.4375rem; }
  @media (min-width: 768px) {
    .link-block {
      padding-left: 3.3125rem;
      padding-right: 3.3125rem; } }
  @media (min-width: 992px) {
    .link-block {
      padding: 3.75rem 6.625rem; } }
  .link-block h2 {
    padding-bottom: 0; }
    @media (min-width: 992px) {
      .link-block h2 {
        width: 60%; } }
    .link-block h2:after {
      display: none; }
  @media (min-width: 992px) {
    .link-block .link-set ul {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 6.25rem;
         -moz-column-gap: 6.25rem;
              column-gap: 6.25rem; } }

.iastate22-breadcrumb {
  margin: 1.125rem 0 0.5rem;
  padding: 0; }

.iastate22-breadcrumb__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
  font-size: 0; }
  .iastate22-breadcrumb__list a {
    font-weight: 700;
    font-family: "Nimbus Sans", sans-serif;
    font-size: 1.125rem;
    line-height: 1.88889;
    color: #7c2529;
    text-decoration: underline;
    -webkit-text-decoration-color: currentColor;
            text-decoration-color: currentColor;
    text-decoration-thickness: 0.0625rem;
    text-underline-offset: 0.0625rem;
    -webkit-transition: 0.2s border ease-in-out, 0.2s color ease-in-out;
    transition: 0.2s border ease-in-out, 0.2s color ease-in-out; }
    .iastate22-breadcrumb__list a:hover, .iastate22-breadcrumb__list a:focus {
      border-bottom-width: 2px;
      color: #c8102e; }
    .iastate22-breadcrumb__list a[aria-current="page"] {
      text-decoration: none;
      pointer-events: none; }
  .iastate22-breadcrumb__list li {
    display: none;
    position: relative;
    margin-right: 1.5rem; }
    .iastate22-breadcrumb__list li:not(:last-child):after {
      content: "";
      position: absolute;
      top: 0.75rem;
      right: -0.9375rem;
      width: 0.5rem;
      height: 0.5rem;
      border-right: 0.125rem solid #7c2529;
      border-bottom: 0.125rem solid #7c2529;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
    @media (min-width: 768px) {
      .iastate22-breadcrumb__list li {
        display: inline-block; } }
    .iastate22-breadcrumb__list li:nth-last-child(2) {
      display: inline-block;
      padding-left: 0.8125rem; }
      @media (min-width: 768px) {
        .iastate22-breadcrumb__list li:nth-last-child(2) {
          padding-left: initial; } }
      .iastate22-breadcrumb__list li:nth-last-child(2):after {
        right: initial;
        left: 0;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg); }
        @media (min-width: 768px) {
          .iastate22-breadcrumb__list li:nth-last-child(2):after {
            right: -0.9375rem;
            left: initial;
            -webkit-transform: rotate(-45deg);
                    transform: rotate(-45deg); } }

.iastate22-card {
  box-shadow: 0.5625rem 0.5625rem 1.25rem rgba(0, 0, 0, 0.2);
  background: #ffffff;
  text-align: center;
  position: relative;
  z-index: 1;
  height: 100%; }
  .iastate22-card.iastate22-card--linked-image {
    box-shadow: none;
    text-align: left; }
  .iastate22-card.iastate22-card--profile-with-modal {
    cursor: -webkit-grab;
    cursor: grab;
    height: 100%; }
    @media (min-width: 992px) {
      .iastate22-card.iastate22-card--profile-with-modal {
        cursor: auto; } }
  @media (min-width: 576px) {
    .iastate22-card.iastate22-card--teaser {
      box-shadow: none;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      flex-wrap: wrap; } }
  .iastate22-card.iastate22-card--news-article {
    gap: 2.1875rem;
    display: -webkit-box;
    display: flex;
    box-shadow: none; }
  .iastate22-card.clickable {
    cursor: pointer; }
    .iastate22-card.clickable:hover:before {
      opacity: 1; }
    .iastate22-card.clickable:hover .iastate22-card__media img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
    .iastate22-card.clickable.iastate22-card--linked-image:hover .arrow {
      width: 0.75rem; }
    .iastate22-card.clickable.iastate22-card--teaser:hover .iastate22-card__cta {
      color: #c8102e; }
  .iastate22-card:before {
    content: "";
    background-color: transparent;
    position: absolute;
    border: 0.5rem solid #f1be48;
    top: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out; }
  .iastate22-card p a {
    color: #7c2529; }
  .iastate22-card.iastate22-card--event {
    padding-bottom: 40px; }
    .iastate22-card.iastate22-card--event .iastate22-card__title {
      text-align: left; }
  .iastate22-card.iastate22-card--feature-event .iastate22-card__time {
    text-align: center; }
  .iastate22-card.iastate22-card--feature-event .iastate22-card__body {
    margin-bottom: 0; }

.iastate22-card__cta {
  font-family: "Nimbus Sans", sans-serif;
  color: #7c2529;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.55556;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  margin-top: 0.3125rem;
  display: inline-block;
  cursor: pointer; }
  .iastate22-card__cta:hover {
    color: #c8102e; }
  .iastate22-card--linked-image .iastate22-card__cta {
    position: absolute;
    background-color: #c8102e;
    padding: 1.9375rem 3.25rem 1.9375rem 1.625rem;
    bottom: 0;
    left: 0;
    z-index: 1;
    color: #ffffff;
    text-decoration: none;
    min-width: 15.5625rem;
    text-align: left; }
    .iastate22-card--linked-image .iastate22-card__cta .arrow {
      inset: auto;
      -webkit-transform: translate(0.8125rem, 0.8125rem);
              transform: translate(0.8125rem, 0.8125rem);
      width: 0;
      background-color: #f1be48; }
      .iastate22-card--linked-image .iastate22-card__cta .arrow:after, .iastate22-card--linked-image .iastate22-card__cta .arrow:before {
        background-color: #f1be48; }
  .iastate22-card--profile-with-modal .iastate22-card__cta,
  .iastate22-card--with-modal .iastate22-card__cta {
    color: #c8102e;
    margin-top: 3.125rem;
    margin-bottom: 0.3125rem;
    font-size: 1rem;
    line-height: 1.625;
    text-decoration: underline;
    text-underline-offset: 0.0625rem;
    margin: auto 0 0.3125rem;
    border: none;
    background-color: transparent;
    cursor: pointer; }
    @media (min-width: 768px) {
      .iastate22-card--profile-with-modal .iastate22-card__cta,
      .iastate22-card--with-modal .iastate22-card__cta {
        bottom: 1.875rem; } }
    .iastate22-card--profile-with-modal .iastate22-card__cta:hover,
    .iastate22-card--with-modal .iastate22-card__cta:hover {
      color: #7c2529; }
  .iastate22-card--teaser .iastate22-card__cta {
    text-align: left;
    display: block;
    font-size: 1.3125rem;
    line-height: 1.42857; }

.iastate22-card__content {
  margin: 0;
  padding: 1.375rem 2.5625rem;
  position: relative;
  z-index: 2;
  background-color: #ffffff; }
  .iastate22-card--profile-with-modal .iastate22-card__content {
    padding: 0.75rem 1.375rem;
    min-height: 13.125rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    @media (min-width: 768px) {
      .iastate22-card--profile-with-modal .iastate22-card__content {
        padding: 1.4375rem;
        min-height: 14.9375rem; } }
  @media (min-width: 576px) {
    .iastate22-card--teaser .iastate22-card__content {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 50%; } }
  @media (min-width: 768px) {
    .iastate22-card--teaser .iastate22-card__content {
      width: 66.6%;
      padding: 1.4375rem; } }
  .iastate22-card--recent-article .iastate22-card__content,
  .iastate22-card--news-article .iastate22-card__content {
    text-align: left; }
    .iastate22-card--recent-article .iastate22-card__content .iastate22-card__content-tags .iastate22-card__content-tags__list,
    .iastate22-card--news-article .iastate22-card__content .iastate22-card__content-tags .iastate22-card__content-tags__list {
      margin: 0;
      display: block; }
      .iastate22-card--recent-article .iastate22-card__content .iastate22-card__content-tags .iastate22-card__content-tags__list .iastate22-card__content-tags__list-item,
      .iastate22-card--news-article .iastate22-card__content .iastate22-card__content-tags .iastate22-card__content-tags__list .iastate22-card__content-tags__list-item {
        color: #c8102e;
        font-size: 1rem;
        font-weight: 600;
        display: inline;
        padding-right: 0.9375rem;
        line-height: 1.25rem; }
    .iastate22-card--recent-article .iastate22-card__content .iastate22-card__title,
    .iastate22-card--news-article .iastate22-card__content .iastate22-card__title {
      margin: 0;
      padding: 0;
      line-height: 1.125rem; }
      .iastate22-card--recent-article .iastate22-card__content .iastate22-card__title .iastate22-link-secondary,
      .iastate22-card--news-article .iastate22-card__content .iastate22-card__title .iastate22-link-secondary {
        font-size: 1.375rem;
        color: #7c2529;
        text-decoration: underline;
        line-height: 1.625rem;
        margin-top: 0; }
  .iastate22-card--recent-article .iastate22-card__content {
    padding: 0.9375rem 1.5625rem; }
  .iastate22-card--news-article .iastate22-card__content {
    border-left: solid 0.125rem #f1be48; }
  .iastate22-card__content .iastate22-card__date,
  .iastate22-card__content .iastate22-card__content-date {
    font-style: italic;
    margin: 0;
    color: #4a4a4a; }
  .iastate22-card--news-article .iastate22-card__content {
    text-align: left; }

.recent-articles .card-set {
  margin: 3.125rem 0; }
  .recent-articles .card-set:after {
    background-color: #ffffff; }

.iastate22-card__media {
  overflow: hidden;
  z-index: 1; }
  .iastate22-card__media:before {
    padding-top: 100%; }
  .iastate22-card--linked-image .iastate22-card__media:before {
    padding-top: 100%; }
  .iastate22-card--profile-with-modal .iastate22-card__media:before {
    padding-top: 94.67%; }
  @media (min-width: 576px) {
    .iastate22-card--teaser .iastate22-card__media,
    .iastate22-card--news-article .iastate22-card__media {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 50%; } }
  @media (min-width: 768px) {
    .iastate22-card--teaser .iastate22-card__media,
    .iastate22-card--news-article .iastate22-card__media {
      width: 33.3%; } }
  .iastate22-card--teaser .iastate22-card__media:before,
  .iastate22-card--news-article .iastate22-card__media:before {
    padding-top: 66.45%; }
  .iastate22-card--recent-article .iastate22-card__media:before {
    padding-top: 75%; }
  @media (min-width: 768px) {
    .iastate22-card--teaser-profile .iastate22-card__media {
      max-width: 12.25rem; } }
  .iastate22-card--teaser-profile .iastate22-card__media:before {
    padding-top: 100%; }
  .iastate22-card__media img {
    -webkit-transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s transform ease-in-out;
    transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out; }

.iastate22-card__title {
  margin: 0;
  padding: 0;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  color: #c8102e;
  font-size: 1.3125rem;
  line-height: 1.42857; }
  .iastate22-card--profile-with-modal .iastate22-card__title {
    color: #7c2529;
    font-size: 1.125rem;
    line-height: 1.27778;
    margin-bottom: 0.8125rem; }
    @media (min-width: 768px) {
      .iastate22-card--profile-with-modal .iastate22-card__title {
        font-size: 1.3125rem;
        line-height: 1.38095;
        margin-bottom: 1.4375rem; } }
  .iastate22-card__title a {
    color: currentColor;
    text-decoration: none; }

.iastate22-card__body {
  margin-top: 0.3125rem; }

.iastate22-card--profile-with-modal .iastate22-card__name {
  color: #7c2529;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.25; }

.iastate22-card--profile-with-modal .iastate22-card__role {
  color: #7c2529;
  font-size: 1rem;
  line-height: 1.25;
  padding-bottom: 1.875rem; }

.iastate22-card--profile-with-modal .iastate22-modal__container {
  padding: 2.3125rem;
  width: 90%; }

.iastate22-card--profile-with-modal .iastate22-modal__media-name-wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  margin-left: -2.3125rem;
  margin-right: -2.3125rem; }
  @media (min-width: 768px) {
    .iastate22-card--profile-with-modal .iastate22-modal__media-name-wrap {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 36%;
      margin: 0; } }

.iastate22-card--profile-with-modal .iastate22-modal__media,
.iastate22-card--profile-with-modal .iastate22-modal__name-role-wrap {
  -webkit-box-flex: 1;
          flex: 1 1 0; }

.iastate22-card--profile-with-modal .iastate22-modal__media {
  padding-right: 0.625rem; }
  @media (min-width: 768px) {
    .iastate22-card--profile-with-modal .iastate22-modal__media {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 100%;
      padding: 0; } }

.iastate22-card--profile-with-modal .iastate22-modal__name-role-wrap {
  padding-left: 0.625rem; }
  @media (min-width: 768px) {
    .iastate22-card--profile-with-modal .iastate22-modal__name-role-wrap {
      margin-top: 0.9375rem;
      padding: 0;
      text-align: center; } }

.iastate22-card--profile-with-modal .iastate22-card__name {
  margin-bottom: 0.375rem; }

.iastate22-card--profile-with-modal .iastate22-card__role {
  padding: 0; }

@media (min-width: 768px) {
  .iastate22-card--profile-with-modal .iastate22-modal__content {
    padding-top: 0;
    padding-bottom: 1.25rem; } }

.iastate22-card--profile-with-modal .iastate22-modal__title {
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 1.875rem;
  line-height: 1.46667; }

.iastate22-card--profile-with-modal .iastate22-modal__body-content {
  color: #7c2529;
  font-size: 1.125rem;
  line-height: 1.61111; }

.iastate22-card--profile-with-modal .iastate22-modal__content-cta {
  color: #7c2529;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.44444; }

.iastate22-card--profile-with-modal a {
  color: #c8102e;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out; }
  .iastate22-card--profile-with-modal a:hover {
    color: #7c2529; }

.iastate22-modal__body-content + .link-set {
  margin-top: 0.9375rem; }

.iastate22-card__content-body {
  text-align: left; }

.iastate22-card__content-date {
  text-align: left;
  color: #7c2529; }

.iastate22-card__time {
  display: block;
  text-align: left;
  color: #4a4a4a;
  font-weight: 700;
  line-height: 1.625rem;
  margin: 16px 0; }

.iastate22-card__location {
  font-style: italic;
  text-align: left; }

@media (min-width: 1200px) {
  .paragraph-widget--card-set {
    margin-left: -1.25rem;
    margin-right: -8rem;
    margin-bottom: 3.75rem; } }

.card-set {
  position: relative;
  padding-bottom: 1.25rem; }
  @media (min-width: 992px) {
    .card-set {
      padding-bottom: 1.875rem; } }
  @media (min-width: 768px) {
    .card-set.card-set--teaser ul {
      margin-right: 0; } }
  .card-set.card-set--teaser ul li {
    max-width: 100%;
    margin-bottom: 6.25rem;
    position: relative; }
    @media (min-width: 768px) {
      .card-set.card-set--teaser ul li {
        width: 100%;
        padding-right: 0; } }
    .card-set.card-set--teaser ul li:last-child:after {
      display: none; }
    .card-set.card-set--teaser ul li:after {
      content: "";
      border-bottom: 0.0625rem solid #ebebeb;
      position: absolute;
      bottom: -1.875rem;
      left: 0;
      right: 0;
      z-index: 1;
      opacity: 0; }
      @media (min-width: 576px) {
        .card-set.card-set--teaser ul li:after {
          opacity: 1; } }
      @media (min-width: 768px) {
        .card-set.card-set--teaser ul li:after {
          bottom: -2.875rem; } }
      @media (min-width: 1200px) {
        .card-set.card-set--teaser ul li:after {
          left: -6.75rem;
          right: -6.75rem; } }
  .card-set.card-set--teaser:after {
    display: none; }
  .recent-articles .card-set ul {
    display: block;
    gap: 1.25rem; }
    @media (min-width: 992px) {
      .recent-articles .card-set ul {
        display: -webkit-box;
        display: flex; } }
    .recent-articles .card-set ul li {
      width: 100%;
      margin-bottom: 1.5625rem; }
      @media (min-width: 992px) {
        .recent-articles .card-set ul li {
          padding: 0;
          width: 31%;
          margin: 0; } }
  .card-set:after {
    content: "";
    background-color: #f5f5f5;
    position: absolute;
    bottom: 0;
    left: -2.25rem;
    right: -2.25rem;
    height: 20%;
    max-height: 21.375rem; }
    @media (min-width: 768px) {
      .card-set:after {
        left: -4.375rem;
        right: -4.375rem; } }
    @media (min-width: 992px) {
      .card-set:after {
        content: "";
        background-color: #f5f5f5;
        max-height: 22.8125rem;
        position: absolute;
        bottom: 0;
        left: -4.375rem;
        right: -4.375rem;
        height: 62%; } }
    @media (min-width: 1200px) {
      .card-set:after {
        left: -10.625rem;
        right: -10.625rem;
        max-height: 21.25rem; } }
    @media (min-width: 1400px) {
      .card-set:after {
        left: -50vw;
        width: 150vw;
        left: 50%;
        -webkit-transform: translateX(-50%);
                transform: translateX(-50%);
        pointer-events: none; } }
  .card-set > ul {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    @media (min-width: 768px) {
      .card-set > ul {
        margin-right: -1.25rem; } }
    @media (min-width: 992px) {
      .card-set > ul {
        margin-right: -2.5rem; } }
    .card-set > ul:after {
      display: none; }
      @media (min-width: 768px) {
        .card-set > ul:after {
          content: "";
          -webkit-box-flex: 0;
                  flex: 0 1 auto;
          width: 50%;
          display: block; } }
      @media (min-width: 992px) {
        .card-set > ul:after {
          display: none; } }
    .card-set > ul > li {
      max-width: 25rem;
      margin: 0 auto 1.875rem;
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 100%; }
      @media (min-width: 768px) {
        .card-set > ul > li {
          width: 50%;
          padding-right: 1.25rem; } }
      @media (min-width: 992px) {
        .card-set > ul > li {
          max-width: none;
          width: 33.3%;
          padding-right: 2.5rem; } }

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

.hero {
  margin-bottom: 7.875rem;
  position: relative; }
  @media (min-width: 992px) {
    .hero {
      padding-top: 2.5rem; } }
  @media (min-width: 1200px) {
    .hero {
      margin-bottom: 0; } }
  @media (min-width: 992px) {
    .hero.hero--top-level-lp {
      padding-top: 1.5625rem;
      margin-bottom: 4.0625rem;
      margin-right: -6.875rem; } }
  @media (min-width: 1200px) {
    .hero.hero--no-media, .hero.hero--top-level-lp--no-media {
      margin-bottom: 2.5rem; } }

.hero__title {
  margin: 0;
  font-size: 2.25rem;
  font-weight: 600; }
  @media (min-width: 576px) {
    .hero__title {
      font-size: 3.125rem;
      font-weight: 400; } }
  @media (min-width: 768px) {
    .hero__title {
      font-size: 4.375rem;
      line-height: 1.32857; } }
  @media (min-width: 992px) {
    .hero__title {
      margin: 1.5625rem 0 0.625rem 0; } }

.hero__text-wrap {
  margin-bottom: 0.625rem; }
  @media (min-width: 1200px) {
    .hero__text-wrap {
      margin-left: -6.75rem; } }
  .hero--top-level-lp .hero__text-wrap {
    margin-top: 1.5rem;
    margin-bottom: 1.25rem; }
    @media (min-width: 992px) {
      .hero--top-level-lp .hero__text-wrap {
        margin-bottom: 0.625rem; } }

.hero__media {
  margin: 0 -0.6875rem 1.875rem -2.25rem; }
  @media (min-width: 768px) {
    .hero__media {
      margin-left: -4.375rem;
      margin-right: 8.125rem; } }
  @media (min-width: 1200px) {
    .hero__media {
      margin-left: -11.875rem;
      margin-right: -6.875rem; } }
  .hero--top-level-lp .hero__media {
    margin-right: -2.25rem; }
    @media (min-width: 768px) {
      .hero--top-level-lp .hero__media {
        margin-right: -4.375rem; } }
    @media (min-width: 1200px) {
      .hero--top-level-lp .hero__media {
        margin-right: 0; } }
  .hero__media:before {
    padding-top: 37.4%; }

.hero__subnav-wrap {
  z-index: 2;
  max-width: 21.375rem;
  position: absolute; }
  @media (min-width: 1200px) {
    .hero__subnav-wrap {
      top: 0;
      right: -4.375rem;
      left: initial;
      max-width: 17.375rem; } }
  @media (min-width: 1200px) {
    .hero__subnav-wrap {
      right: -18.625rem; } }
  @media (min-width: 992px) {
    .hero--top-level-lp .hero__subnav-wrap {
      top: initial;
      right: initial;
      left: 0;
      position: relative;
      margin-top: -3.3125rem;
      margin-bottom: 3.625rem;
      max-width: none; } }
  @media (min-width: 1200px) {
    .hero--top-level-lp .hero__subnav-wrap {
      right: initial;
      margin-right: -6.8125rem; } }
  .hero--top-level-lp--no-media .hero__subnav-wrap {
    margin-top: 1.875rem; }

.hero--news-article,
.hero--event-detail {
  position: relative;
  background-color: #ffffff;
  padding-top: 3.125rem; }
  @media (min-width: 768px) {
    .hero--news-article,
    .hero--event-detail {
      margin-inline: -2.1875rem; } }
  @media (min-width: 992px) {
    .hero--news-article,
    .hero--event-detail {
      padding-top: 4.375rem; } }
  @media (min-width: 1200px) {
    .hero--news-article,
    .hero--event-detail {
      margin-inline: -9.875rem -15.6875rem; } }
  @media (min-width: 1400px) {
    .hero--news-article,
    .hero--event-detail {
      margin-inline: -6.875rem -12.9375rem; } }

.hero--news-article__headline,
.hero--event-detail__headline {
  color: #c8102e; }
  .hero--news-article--cyclone-story .hero--news-article__headline,
  .hero--event-detail--cyclone-story .hero--news-article__headline, .hero--news-article--cyclone-story
  .hero--event-detail__headline,
  .hero--event-detail--cyclone-story
  .hero--event-detail__headline {
    width: 75%; }

.hero--news-article__subhead {
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  color: #7c2529;
  font-size: 1.3125rem;
  line-height: 1.42857;
  margin: 0;
  position: relative; }
  .hero--news-article__subhead:after {
    content: "";
    position: absolute;
    bottom: -1.5625rem;
    width: 3.125rem;
    border-bottom: 0.125rem solid #f1be48;
    left: 0; }
  .hero--news-article--cyclone-story .hero--news-article__subhead,
  .hero--event-detail--cyclone-story .hero--news-article__subhead {
    width: 75%; }

.hero--news-article__cyclone-stories-logo {
  position: absolute;
  right: 0;
  top: 3.75rem; }
  @media (min-width: 992px) {
    .hero--news-article__cyclone-stories-logo {
      top: 7.5rem; } }

.hero--news-article__attribution {
  margin-top: 1.25rem; }

.hero--news-article__media,
.hero--event-detail__media {
  margin-top: 2.5rem; }
  .hero--news-article__media:before,
  .hero--event-detail__media:before {
    padding-top: 56.27%; }

.event-details {
  margin: 60px auto; }
  @media (min-width: 992px) {
    .event-details {
      margin: 77px auto; } }

.event-details__wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  .event-details__wrap > dt {
    width: 42px;
    height: 42px;
    margin-right: 20px;
    margin-right: 42px; }
    .event-details__wrap > dt .icon,
    .event-details__wrap > dt .icon-spec {
      width: 100%;
      height: 100%;
      border-radius: 100%;
      display: block; }
    .event-details__wrap > dt .icon-spec {
      background-color: #ed23ce; }
  .event-details__wrap > dd {
    width: calc(100% - 62px);
    -webkit-margin-start: 0;
            margin-inline-start: 0;
    padding-top: 7px;
    width: calc(100% - 84px); }
    .event-details__wrap > dd p {
      margin-bottom: 0;
      font-size: 1.3125rem;
      line-height: 1.5625rem;
      font-weight: 700;
      color: #4a4a4a; }
    .event-details__wrap > dd [class^="iastate22-link"],
    .event-details__wrap > dd [class*="iastate22-link"] {
      display: table;
      word-break: break-word; }
    .event-details__wrap > dd [class^="iastate22-link"] + [class^="iastate22-link"],
    .event-details__wrap > dd [class^="iastate22-link"] + [class*="iastate22-link"],
    .event-details__wrap > dd [class^="iastate22-link"] + .event-details__phone-number,
    .event-details__wrap > dd [class^="iastate22-link"] + .event-details__tags,
    .event-details__wrap > dd [class*="iastate22-link"] + [class^="iastate22-link"],
    .event-details__wrap > dd [class*="iastate22-link"] + [class*="iastate22-link"],
    .event-details__wrap > dd [class*="iastate22-link"] + .event-details__phone-number,
    .event-details__wrap > dd [class*="iastate22-link"] + .event-details__tags,
    .event-details__wrap > dd .event-details__phone-number + [class^="iastate22-link"],
    .event-details__wrap > dd .event-details__phone-number + [class*="iastate22-link"],
    .event-details__wrap > dd .event-details__phone-number + .event-details__phone-number,
    .event-details__wrap > dd .event-details__phone-number + .event-details__tags,
    .event-details__wrap > dd .event-details__tags + [class^="iastate22-link"],
    .event-details__wrap > dd .event-details__tags + [class*="iastate22-link"],
    .event-details__wrap > dd .event-details__tags + .event-details__phone-number,
    .event-details__wrap > dd .event-details__tags + .event-details__tags {
      margin-top: 28px; }
  .event-details__wrap > dt + dd + dt,
  .event-details__wrap > dt + dd + dt + dd {
    margin-top: 30px; }

.event-details__phone-number {
  display: table;
  color: #4a4a4a;
  font-size: 1.3125rem;
  line-height: 1.5625rem;
  font-weight: 700; }

.event-details__tags {
  display: -webkit-box;
  display: flex;
  margin-bottom: -20px;
  flex-wrap: wrap;
  width: 60%; }
  @media (min-width: 992px) {
    .event-details__tags {
      width: 45%; } }
  .event-details__tags a {
    font-size: 1rem;
    line-height: 1.25rem;
    font-weight: 700;
    color: #7c2529;
    margin-right: 30px;
    margin-bottom: 20px; }

.event-details__text-label {
  font-size: 1.25rem;
  line-height: 1.5625rem;
  color: #7c2529;
  font-weight: 700; }

@media (min-width: 992px) {
  .paragraph-widget--feature-with-large-image {
    margin-top: 7.5rem; } }

.feature-with-large-image {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-bottom: 2.5rem;
  background-color: #f5f5f5;
  border-top: 1.875rem solid #c8102e;
  box-shadow: 0.5625rem 0.5625rem 1.25rem rgba(0, 0, 0, 0.2); }
  @media (min-width: 576px) {
    .feature-with-large-image {
      position: relative;
      margin-left: 4.375rem;
      margin-right: 4.375rem; } }
  @media (min-width: 992px) {
    .feature-with-large-image {
      background-color: #ffffff;
      padding: 0;
      margin-left: auto;
      margin-right: auto;
      border-top: none;
      box-shadow: none; } }
  .feature-with-large-image h2 {
    margin: 0 0 1.5625rem;
    padding: 0; }
  .feature-with-large-image .iastate22-button-set {
    margin-top: 1.5625rem; }
  @media (min-width: 576px) {
    .feature-with-large-image:before {
      content: "";
      pointer-events: none;
      background-color: #c8102e;
      position: absolute;
      width: 150vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      height: 50%;
      top: -1.875rem;
      max-height: 12.6875rem; } }
  @media (min-width: 992px) {
    .feature-with-large-image:before {
      top: -3.75rem;
      max-height: 23.75rem; } }

.feature-with-large-image__media {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
  margin-bottom: 2.1875rem;
  position: relative; }
  @media (min-width: 992px) {
    .feature-with-large-image__media {
      width: 80%;
      margin: 0 0 0 auto;
      box-shadow: 0.5625rem 0.5625rem 1.25rem rgba(0, 0, 0, 0.2); } }
  .feature-with-large-image__media:before {
    content: " ";
    padding-top: 56.28%; }
  .feature-with-large-image__media:after {
    content: "";
    border-bottom: 0.5rem solid #f1be48;
    bottom: -0.25rem;
    left: 50%;
    margin-left: -1.75rem;
    width: 3.5rem;
    height: 0.5rem;
    position: absolute; }
    @media (min-width: 992px) {
      .feature-with-large-image__media:after {
        display: none; } }

@media (min-width: 992px) {
  .feature-with-large-image__content {
    position: absolute;
    width: 35%;
    background-color: #f5f5f5;
    left: 2.5rem;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    padding: 1.5625rem 2.8125rem;
    box-shadow: 0.5625rem 0.5625rem 1.25rem rgba(0, 0, 0, 0.2); } }

@media (min-width: 1200px) {
  .feature-with-large-image__content {
    width: 32.5rem;
    left: 4.375rem;
    padding: 2.5rem 5.625rem 1.875rem; } }

@media (min-width: 992px) {
  .feature-with-large-image__content:after {
    content: "";
    border-bottom: 0.5rem solid #f1be48;
    top: -0.25rem;
    left: 50%;
    margin-left: -1.75rem;
    width: 3.5rem;
    height: 0.5rem;
    position: absolute; } }

.feature-with-large-image__text:last-child {
  margin-bottom: 0; }
  @media (min-width: 1200px) {
    .feature-with-large-image__text:last-child {
      margin-bottom: 1.25rem; } }

@media (min-width: 992px) {
  .iastate22-callout {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; } }

@media (min-width: 768px) {
  .iastate22-callout.iastate22-callout--no-image {
    display: block; } }

.iastate22-callout__media {
  margin-bottom: 1.0625rem; }
  .iastate22-callout__media:before {
    padding-top: 57.31%; }
  @media (min-width: 768px) {
    .iastate22-callout__media {
      -webkit-box-flex: 1;
              flex: 1 1 0px; } }
  @media (min-width: 992px) {
    .iastate22-callout__media {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 60%; } }

@media (min-width: 768px) {
  .iastate22-callout__content {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    padding-left: 2.8125rem; } }

@media (min-width: 992px) {
  .iastate22-callout__content {
    padding-left: 5.625rem;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: 60%; } }

.iastate22-callout__content .iastate22-button {
  margin-top: 1.375rem; }

.iastate22-callout__content p {
  margin-top: 1.25rem; }

.iastate22-callout--no-image .iastate22-callout__content {
  background-color: #ffffff;
  box-shadow: 0.5625rem 0.5625rem 1.25rem rgba(0, 0, 0, 0.2);
  width: 100%;
  position: relative;
  padding: 1.5625rem 3.375rem 1.875rem; }
  @media (min-width: 1200px) {
    .iastate22-callout--no-image .iastate22-callout__content {
      width: calc(100% + 7rem); } }

.featured-news {
  margin: 3.125rem 0 1.875rem; }
  @media (min-width: 1200px) {
    .featured-news {
      margin-left: -6.75rem;
      margin-right: -6.75rem; } }
  .featured-news .featured-news-container {
    display: -webkit-box;
    display: flex;
    gap: 1.25rem;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column; }
    @media (min-width: 992px) {
      .featured-news .featured-news-container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row;
        gap: 3.125rem; } }
    .featured-news .featured-news-container .featured-news__large-article {
      padding-right: 0;
      border-right: none;
      padding-bottom: 3.125rem;
      margin-bottom: 3.125rem;
      border-bottom: solid 0.1875rem #ebebeb; }
      @media (min-width: 992px) {
        .featured-news .featured-news-container .featured-news__large-article {
          padding-bottom: 0;
          margin-bottom: 0;
          border-bottom: none;
          padding-right: 3.125rem;
          border-right: solid 0.1875rem #ebebeb;
          -webkit-box-flex: 1;
                  flex: 1 0 66.667%; } }
      .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container {
        position: relative; }
        .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container p {
          line-height: 1.875rem; }
        .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__featured-block {
          position: absolute;
          top: -1.25rem;
          left: 1.25rem;
          background-color: #c8102e;
          padding: 0.625rem 1.25rem;
          z-index: 10; }
          .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__featured-block p {
            color: #ffffff;
            font-weight: 600;
            font-size: 1.25rem; }
        .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__large-article__image-container {
          position: relative; }
          .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__large-article__image-container .featured-news__large-article__image {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            font-family: "object-fit:cover;object-position:center";
            -o-object-fit: cover;
               object-fit: cover;
            -o-object-position: center;
               object-position: center; }
          .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__large-article__image-container:before {
            padding-top: 72.8%; }
        .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__large-article__tags ul,
        .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__small-article__tags ul {
          margin: 1.25rem 0 0; }
          .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__large-article__tags ul li,
          .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__small-article__tags ul li {
            color: #c8102e;
            font-size: 1rem;
            font-weight: 600;
            padding-right: 0.9375rem;
            display: none; }
            .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__large-article__tags ul li:first-child,
            .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__small-article__tags ul li:first-child {
              display: inline; }
            @media (min-width: 992px) {
              .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__large-article__tags ul li,
              .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__small-article__tags ul li {
                display: inline; } }
        .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__large-article__title {
          margin: 0;
          padding: 0;
          line-height: 1rem; }
          .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__large-article__title .iastate22-link-secondary {
            font-size: 1.375rem;
            margin-top: 0; }
        .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__large-article__excerpt {
          margin: 0; }
        .featured-news .featured-news-container .featured-news__large-article .featured-news__large-article__container .featured-news__date {
          font-style: italic;
          margin: 0; }
    @media (min-width: 992px) {
      .featured-news .featured-news-container .featured-news__small-article {
        -webkit-box-flex: 0;
                flex: 0 0 33.333%;
        padding-right: 3.125rem; } }
    .featured-news .featured-news-container .featured-news__small-article .featured-news__small-article__container {
      margin-bottom: 2.1875rem; }
      .featured-news .featured-news-container .featured-news__small-article .featured-news__small-article__container:last-child {
        margin-bottom: 0; }
      .featured-news .featured-news-container .featured-news__small-article .featured-news__small-article__container .featured-news__small-article__image-container {
        position: relative; }
        .featured-news .featured-news-container .featured-news__small-article .featured-news__small-article__container .featured-news__small-article__image-container .featured-news__small-article__image {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          font-family: "object-fit:cover;object-position:center";
          -o-object-fit: cover;
             object-fit: cover;
          -o-object-position: center;
             object-position: center; }
        .featured-news .featured-news-container .featured-news__small-article .featured-news__small-article__container .featured-news__small-article__image-container:before {
          padding-top: 72.8%; }
      .featured-news .featured-news-container .featured-news__small-article .featured-news__small-article__container .featured-news__small-article__tags ul {
        margin: 1.25rem 0 0; }
        .featured-news .featured-news-container .featured-news__small-article .featured-news__small-article__container .featured-news__small-article__tags ul li {
          color: #c8102e;
          font-size: 1rem;
          font-weight: 600;
          padding-right: 0.9375rem;
          display: none; }
          .featured-news .featured-news-container .featured-news__small-article .featured-news__small-article__container .featured-news__small-article__tags ul li:first-child {
            display: inline; }
          @media (min-width: 992px) {
            .featured-news .featured-news-container .featured-news__small-article .featured-news__small-article__container .featured-news__small-article__tags ul li {
              display: inline; } }
      .featured-news .featured-news-container .featured-news__small-article .featured-news__small-article__container .featured-news__small-article__title {
        margin: 0;
        padding: 0;
        line-height: 1rem; }
        .featured-news .featured-news-container .featured-news__small-article .featured-news__small-article__container .featured-news__small-article__title .iastate22-link-secondary {
          font-size: 1.375rem;
          margin: 0; }
      .featured-news .featured-news-container .featured-news__small-article .featured-news__small-article__container .featured-news__date {
        font-style: italic;
        margin: 0; }

.featured-events__wrap {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-align: center;
          align-items: center; }
  @media (min-width: 992px) {
    .featured-events__wrap {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: start;
              align-items: flex-start; } }

.featured-events__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-flex: 1;
          flex: 1 0 100%;
  margin-bottom: 20px; }
  @media (min-width: 768px) {
    .featured-events__header {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
              align-items: flex-start;
      gap: 40px; } }
  @media (max-width: 767.98px) {
    .featured-events__header h2:after {
      left: calc(50% - 25px); } }
  @media (min-width: 768px) {
    .featured-events__header .link-tertiary {
      margin-top: 8px; } }

.featured-events__card {
  max-width: 25rem;
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .featured-events__card {
      min-width: 300px; } }

@media (min-width: 992px) {
  .featured-events__listing {
    margin-left: 7%;
    -webkit-box-flex: 1;
            flex: 1 0 auto; } }

.featured-events__item {
  padding: 29px 30px 29px 0;
  border-bottom: solid 1px #ebebeb; }
  .featured-events__item:first-child {
    padding-top: 0; }
  .featured-events__item:last-child {
    padding-bottom: 0;
    border-bottom: 0; }

.featured-events__title {
  margin-bottom: 15px; }
  @media (min-width: 992px) {
    .featured-events__title .iastate22-link-secondary {
      font-size: 1.375rem; } }
  .featured-events__title .iastate22-link-secondary .arrow {
    bottom: 14px; }

.featured-events__item time {
  color: #4a4a4a; }

@media (min-width: 992px) {
  .paragraph-widget--callout-inset {
    margin-top: 7.5rem; } }

.callout-inset {
  position: relative; }
  .callout-inset .feature-with-large-image {
    z-index: 1;
    border-top-color: #f5f5f5;
    background-color: #c8102e; }
    @media (min-width: 576px) {
      .callout-inset .feature-with-large-image {
        border-top: none; } }
    @media (min-width: 992px) {
      .callout-inset .feature-with-large-image {
        background-color: transparent; } }
    .callout-inset .feature-with-large-image:before {
      display: none; }
    @media (min-width: 992px) {
      .callout-inset .feature-with-large-image:after {
        content: "";
        position: absolute;
        background-color: #ffffff;
        top: 50%;
        left: 0;
        bottom: 0;
        right: 0;
        z-index: -1; } }
  @media (min-width: 992px) {
    .callout-inset .feature-with-large-image__content {
      background-color: #c8102e; } }
  .callout-inset .feature-with-large-image__content h2,
  .callout-inset .feature-with-large-image__content .feature-with-large-image__text {
    color: #ffffff; }
  .callout-inset .feature-with-large-image__content .feature-with-large-image__text p {
    font-family: "Nimbus Sans", sans-serif;
    font-weight: 700; }
  @media (min-width: 576px) {
    .callout-inset:after {
      content: "";
      position: absolute;
      background-color: #f5f5f5;
      top: 0;
      left: 0;
      bottom: 50%;
      right: 0; } }
  @media (min-width: 992px) {
    .callout-inset:after {
      left: 6.25rem;
      right: 50%;
      z-index: 0;
      bottom: 0; } }
  @media (min-width: 1200px) {
    .callout-inset:after {
      left: 11.875rem; } }

.callout-inset_inset {
  background-color: #f5f5f5;
  padding: 3.75rem 2.25rem;
  position: relative;
  z-index: 1; }
  @media (min-width: 576px) {
    .callout-inset_inset {
      text-align: center;
      padding-left: 6.75rem;
      padding-right: 6.75rem; } }
  @media (min-width: 992px) {
    .callout-inset_inset {
      margin-right: 6.25rem;
      margin-left: 6.25rem;
      padding: 3.75rem 4.375rem 5rem; } }
  @media (min-width: 1200px) {
    .callout-inset_inset {
      margin-right: 11.875rem;
      margin-left: 11.875rem;
      padding: 3.75rem 7.125rem 6.6875rem; } }
  .callout-inset_inset p {
    line-height: 1.61111; }
    @media (min-width: 768px) {
      .callout-inset_inset p {
        line-height: 1.625; } }
  .callout-inset_inset .text-content ul,
  .callout-inset_inset .text-content ol {
    text-align: left; }
  .callout-inset_inset .text-content:last-child {
    margin-bottom: 0; }
    @media (min-width: 1200px) {
      .callout-inset_inset .text-content:last-child {
        margin-bottom: 0; } }

.callout-inset_inset-headline {
  position: relative; }
  .callout-inset_inset-headline:before {
    content: "";
    position: absolute;
    border-bottom: 0.125rem solid #f1be48;
    left: 50%;
    margin-left: -1.5625rem;
    width: 3.125rem;
    bottom: 0; }

.paragraph-widget--external-news-story {
  margin-top: 3.75rem; }

.external-news-story {
  background-color: #f5f5f5;
  padding: 3.125rem 2.25rem; }
  @media (min-width: 768px) {
    .external-news-story {
      padding-left: 3.3125rem;
      padding-right: 3.3125rem; } }
  @media (min-width: 992px) {
    .external-news-story {
      padding: 3.75rem 6.625rem; } }
  .external-news-story .link-set {
    margin-top: 1.25rem; }

@media (min-width: 768px) {
  .external-news-story__flex-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start; } }

.external-news-story__media {
  margin: 0 0 0.625rem 0; }
  @media (min-width: 768px) {
    .external-news-story__media {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 37%;
      min-width: 17.8125rem;
      margin: 0; } }
  .external-news-story__media:before {
    padding-top: 66.45%; }

@media (min-width: 768px) {
  .external-news-story__content {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: 63%;
    padding-left: 1.25rem;
    padding-top: 0.625rem; } }

.video-embed__media-wrap {
  z-index: 1; }
  .video-embed__media-wrap:before {
    padding-top: 56.125%; }
  .video-embed__media-wrap:after {
    content: "";
    background-color: #f1be48;
    position: absolute;
    top: -0.5rem;
    bottom: -0.5rem;
    pointer-events: none;
    left: -0.5rem;
    right: -0.5rem;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
    opacity: 0;
    z-index: -1; }
  .video-embed__media-wrap img {
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
    z-index: 1; }
  .video-embed__media-wrap iframe {
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0; }
  .video-embed__media-wrap.video-playing img {
    opacity: 0;
    z-index: 0; }
  .video-embed__media-wrap.video-playing iframe {
    opacity: 1; }
  .video-embed__media-wrap.video-playing .video-embed__button {
    opacity: 0; }
  .video-embed__media-wrap.video-playing .video-embed__video {
    pointer-events: all; }
  .video-embed__media-wrap.video-embed__video-hover:after {
    opacity: 1; }

.video-embed__video {
  pointer-events: none; }

.video-embed__button {
  z-index: 5;
  cursor: pointer;
  width: 3.75rem;
  height: 3.75rem;
  margin-top: -1.875rem;
  margin-left: -1.875rem;
  position: absolute;
  top: 50%;
  left: 50%;
  border: none;
  background-color: transparent;
  padding: 0; }
  @media (min-width: 992px) {
    .video-embed__button {
      width: 5rem;
      height: 5rem;
      margin-top: -2.5rem;
      margin-left: -2.5rem; } }
  .video-embed__button .video-play-icon {
    width: auto; }
    .video-embed__button .video-play-icon .outer-circle g {
      -webkit-transition: 0.2s opacity ease-in-out;
      transition: 0.2s opacity ease-in-out; }
    .video-embed__button .video-play-icon .arrow {
      -webkit-transition: 0.2s fill ease-in-out;
      transition: 0.2s fill ease-in-out; }
  .video-embed__button:hover .video-play-icon .outer-circle g {
    opacity: 1; }
  .video-embed__button:hover .video-play-icon .arrow {
    fill: #7c2529; }

.video-embed__caption {
  margin-top: 0.625rem; }
  @media (min-width: 768px) {
    .video-embed__caption {
      padding-left: 3.3125rem;
      padding-right: 3.3125rem; } }
  @media (min-width: 992px) {
    .video-embed__caption {
      padding-left: 6.625rem;
      padding-right: 6.625rem;
      margin-top: 0.75rem;
      line-height: 1.85714; } }

.paragraph-widget--table {
  margin-right: -2.25rem; }
  @media (min-width: 768px) {
    .paragraph-widget--table {
      margin-right: 0; } }

.iastate22-table {
  background: -webkit-gradient(linear, left top, right top, color-stop(30%, #fff), to(rgba(255, 255, 255, 0))), -webkit-gradient(linear, left top, right top, from(rgba(255, 255, 255, 0)), color-stop(70%, #fff)) 0 100%, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background: linear-gradient(to right, #fff 30%, rgba(255, 255, 255, 0)), linear-gradient(to right, rgba(255, 255, 255, 0), #fff 70%) 0 100%, radial-gradient(farthest-side at 0% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)), radial-gradient(farthest-side at 100% 50%, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0)) 0 100%;
  background-repeat: no-repeat;
  background-color: #ffffff;
  background-size: 40px 100%, 40px 100%, 14px 100%, 14px 100%;
  background-position: 0 0, 100%, 0 0, 100%;
  background-attachment: local, local, scroll, scroll;
  overflow: auto; }
  .iastate22-table table {
    empty-cells: show;
    border-collapse: collapse;
    border: 0;
    padding: 0;
    margin: 0;
    color: black;
    border: 0.125rem solid #ebebeb;
    overflow: auto; }
    .iastate22-table table > :not(:first-child) {
      border-top: none; }
  .iastate22-table thead {
    text-align: left; }
    .iastate22-table thead tr {
      background-color: #c8102e;
      color: #ffffff; }
    .iastate22-table thead th {
      padding: 1.5625rem;
      font-family: "Nimbus Sans", sans-serif;
      font-size: 1.3125rem;
      line-height: 1.42857;
      font-weight: 700;
      vertical-align: top; }
  .iastate22-table tbody {
    border-top: none; }
    .iastate22-table tbody tr:nth-child(even) {
      background-color: rgba(0, 0, 0, 0.048); }
    .iastate22-table tbody td {
      padding: 1.5625rem;
      min-width: 14.0625rem;
      max-width: 90vw;
      vertical-align: top;
      border: 0.0625rem solid #f3f3f3;
      line-height: 1.5; }
      @media (min-width: 768px) {
        .iastate22-table tbody td {
          min-width: initial;
          line-height: 1.75; } }
      .iastate22-table tbody td:first-child {
        font-family: "Nimbus Sans", sans-serif;
        font-weight: 700;
        color: #c8102e; }
      .iastate22-table tbody td a,
      .iastate22-table tbody td .tel {
        color: #7c2529;
        text-decoration: underline;
        -webkit-transition: all 0.3s ease-out;
        transition: all 0.3s ease-out; }
      .iastate22-table tbody td .tel {
        font-weight: 600; }
      .iastate22-table tbody td a {
        font-weight: 700; }
        .iastate22-table tbody td a:hover, .iastate22-table tbody td a:focus {
          -webkit-transition: all 0.2s ease-out;
          transition: all 0.2s ease-out;
          -webkit-text-decoration-color: #c8102e;
                  text-decoration-color: #c8102e;
          color: #c8102e; }

a {
  -webkit-transition: 0.25s color ease-in-out;
  transition: 0.25s color ease-in-out; }
  a:hover {
    color: #c8102e; }

.sortable-table thead tr th.sortable {
  position: relative;
  cursor: pointer; }
  .sortable-table thead tr th.sortable:after {
    content: "";
    position: absolute;
    width: 0.625rem;
    height: 0.625rem;
    right: 0.3125rem;
    top: 1.875rem;
    border-right: solid 0.1875rem #ffffff;
    border-bottom: solid 0.1875rem #ffffff;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg); }

.sortable-table thead tr th:last-child {
  width: 12.5rem; }

.sortable-table tbody tr td:first-child {
  color: #000000;
  font-weight: 400; }

.iastate22-form .form-item {
  margin-bottom: 1.875rem; }

.iastate22-form .form-item .facetwp-icon {
  display: none; }

.iastate22-form .form-item .facetwp-facet {
  margin-bottom: 0; }

.iastate22-form label,
.iastate22-form .label {
  display: block;
  font-family: "Nimbus Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.38889;
  font-weight: 700;
  color: #7c2529;
  margin-bottom: 0.6125rem; }
  .iastate22-form label.required,
  .iastate22-form .label.required {
    color: #c8102e; }
  .iastate22-form label .optional,
  .iastate22-form .label .optional {
    font-family: "Nimbus Sans", sans-serif;
    color: #4a4a4a;
    margin-left: 0.9375rem; }

.iastate22-form input,
.iastate22-form textarea {
  font-family: "Nimbus Sans", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.8125;
  color: #4a4a4a;
  border-radius: 0;
  border: 1px solid #4a4a4a;
  padding: 0.5rem 0.9375rem; }

.iastate22-form input[type="text"],
.iastate22-form textarea {
  width: 100%; }

.iastate22-form textarea {
  min-height: 11.0625rem; }

.iastate22-form select {
  width: 100%;
  font-family: "Nimbus Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.8125;
  color: #4a4a4a;
  height: 2.875rem;
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.273' height='7.551'%3E%3Cpath d='m11.566.707-5.429 5.43L.707.707' fill='none' stroke='%234a4a4a' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat no-repeat;
  background-position: center right 1.25rem;
  background-size: 0.875rem;
  cursor: pointer;
  padding-left: 0.9375rem; }

.iastate22-form input[type="checkbox"] + label,
.iastate22-form input[type="radio"] + label {
  position: relative;
  padding-left: 2.1875rem; }
  .iastate22-form input[type="checkbox"] + label:before, .iastate22-form input[type="checkbox"] + label:after,
  .iastate22-form input[type="radio"] + label:before,
  .iastate22-form input[type="radio"] + label:after {
    content: "";
    cursor: pointer;
    position: absolute;
    width: 1.5625rem;
    height: 1.5625rem; }
  .iastate22-form input[type="checkbox"] + label:before,
  .iastate22-form input[type="radio"] + label:before {
    background: #fff;
    box-shadow: inset 0 0 0 1px #4a4a4a;
    top: -2px;
    left: 0; }
  .iastate22-form input[type="checkbox"] + label:after,
  .iastate22-form input[type="radio"] + label:after {
    background-color: #7c2529;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='15.854' height='15.2'%3E%3Cpath d='m1.03 8.087 5.117 4.832L14.628.862' fill='none' stroke='%23fff' stroke-width='3'/%3E%3C/svg%3E");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: 0.875rem;
    top: -2px;
    left: 0;
    z-index: 1;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out; }

.iastate22-form input[type="checkbox"]:checked + label:after,
.iastate22-form input[type="radio"]:checked + label:after {
  opacity: 1; }

.iastate22-form input[type="radio"] + label:before, .iastate22-form input[type="radio"] + label:after {
  border-radius: 50%; }

.iastate22-form input[type="radio"] + label:after {
  background-image: none;
  -webkit-transform: scale(0.7);
          transform: scale(0.7); }

.iastate22-form input[type="checkbox"] + label,
.iastate22-form input[type="radio"] + label {
  display: inline;
  font-family: "Nimbus Sans", sans-serif;
  font-size: 1rem;
  line-height: 1.8125;
  color: #4a4a4a;
  font-weight: 400; }

@media (min-width: 576px) {
  .iastate22-form.iastate22-form--inline {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: end;
            align-items: flex-end;
    gap: 1.875rem; } }

@media (min-width: 576px) {
  .iastate22-form.iastate22-form--inline .form-item,
  .iastate22-form.iastate22-form--inline button[type="submit"] {
    margin-block: 0; } }

.filter-form {
  background-color: #c8102e;
  padding-top: 60px;
  position: relative;
  padding-bottom: 2.1875rem; }
  @media (min-width: 768px) {
    .filter-form {
      padding-bottom: 4.0625rem; } }
  @media (min-width: 1200px) {
    .filter-form {
      padding-right: 11.5rem; } }
  main .filter-form {
    margin-left: -2.25rem;
    margin-right: -2.25rem; }
    @media (min-width: 768px) {
      main .filter-form {
        margin-left: -4.375rem;
        margin-right: -4.375rem; } }
    @media (min-width: 1200px) {
      main .filter-form {
        margin-left: -11.875rem;
        margin-right: -18.625rem; } }
  .filter-form:before {
    content: "";
    position: absolute;
    background-color: #c8102e;
    left: -50vw;
    width: 150vw;
    top: 0;
    bottom: 0;
    z-index: -1; }
  .filter-form .form-item label,
  .filter-form .form-item .label {
    color: #ffffff; }
  .filter-form .form-item input[type="text"],
  .filter-form .form-item select {
    border: none; }

.filter-form__label {
  color: #ffffff; }

.subnav {
  position: relative;
  box-shadow: 0.5625rem 0.5625rem 1.25rem rgba(0, 0, 0, 0.15); }
  @media (min-width: 992px) {
    .subnav.subnav--horizontal {
      box-shadow: none; } }
  html:not(.js) .subnav:hover .subnav__list {
    height: auto; }

.subnav__toggle {
  background-color: #c8102e;
  height: 4.125rem;
  color: #ffffff;
  cursor: pointer;
  display: block;
  border: none;
  font-family: "Nimbus Sans", sans-serif;
  font-size: 1.125rem;
  font-weight: 700;
  line-height: 1.44444;
  padding: 0 1.875rem;
  position: relative;
  text-align: left;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  width: 100%;
  margin-right: 0.8125rem; }
  @media (min-width: 1200px) {
    .subnav__toggle {
      display: none; } }
  .subnav__toggle:before {
    content: "";
    position: absolute;
    right: 1.25rem;
    top: 1.5625rem;
    width: 0.625rem;
    height: 0.625rem;
    border-right: 0.125rem solid #f1be48;
    border-bottom: 0.125rem solid #f1be48;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transition: 0.2s top ease-in-out, 0.2s -webkit-transform ease-in-out;
    transition: 0.2s top ease-in-out, 0.2s -webkit-transform ease-in-out;
    transition: 0.2s transform ease-in-out, 0.2s top ease-in-out;
    transition: 0.2s transform ease-in-out, 0.2s top ease-in-out, 0.2s -webkit-transform ease-in-out; }
    @media (min-width: 992px) {
      .subnav--horizontal .subnav__toggle:before {
        top: 0.9375rem; } }
  .subnav__toggle:hover,
  .user-tabbing .subnav__toggle:focus {
    color: #ffffff; }
  .subnav__toggle[aria-expanded="true"]:before {
    -webkit-transform: rotate(225deg);
            transform: rotate(225deg);
    top: 1.875rem; }
    @media (min-width: 992px) {
      .subnav--horizontal .subnav__toggle[aria-expanded="true"]:before {
        top: 1.3125rem; } }
  @media (min-width: 992px) {
    .subnav--horizontal .subnav__toggle {
      display: block;
      max-width: 13.4375rem;
      font-size: 1rem;
      line-height: 1.625;
      height: 2.875rem;
      padding: 0 1.125rem; } }

.subnav__list {
  overflow: hidden;
  -webkit-transition: 0.2s height ease-in-out;
  transition: 0.2s height ease-in-out;
  background-color: #ffffff; }
  .subnav__list[aria-hidden="true"] {
    height: 0; }
  html:not(.js) .subnav__list {
    height: 0; }
    @media (min-width: 1200px) {
      html:not(.js) .subnav__list {
        height: auto; } }
  @media (min-width: 992px) {
    .subnav--horizontal .subnav__list:before {
      content: "";
      position: absolute;
      border-bottom: 0.125rem solid #f1be48;
      left: -4.375rem;
      right: -4.375rem;
      bottom: 0;
      opacity: 0;
      -webkit-transition: 0.2s opacity ease-in-out;
      transition: 0.2s opacity ease-in-out; } }
  @media (min-width: 1200px) {
    .subnav--horizontal .subnav__list:before {
      left: -11.875rem;
      right: -5.0625rem; } }
  .subnav--horizontal .subnav__list[aria-hidden="false"]:before {
    opacity: 1; }
  .subnav__list > ul {
    padding-bottom: 1.25rem; }
    @media (min-width: 992px) {
      .subnav--horizontal .subnav__list > ul {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        padding: 2.1875rem 0.625rem 1.5625rem 0;
        position: relative; } }
    .subnav__list > ul > li {
      padding: 0 1.875rem; }
      @media (min-width: 992px) {
        .subnav--horizontal .subnav__list > ul > li {
          -webkit-box-flex: 0;
                  flex: 0 1 auto;
          width: 20%;
          padding: 0 1.25rem 0 0;
          margin-bottom: 1.25rem; } }
      .subnav__list > ul > li a {
        display: block;
        font-family: "Nimbus Sans", sans-serif;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.22222;
        color: #7c2529;
        text-decoration: none;
        padding: 0.9375rem;
        position: relative;
        z-index: 1;
        -webkit-transition: 0.2s background-color ease-in-out, 0.2s color ease-in-out;
        transition: 0.2s background-color ease-in-out, 0.2s color ease-in-out; }
        @media (min-width: 1200px) {
          .subnav__list > ul > li a {
            font-size: 1rem;
            line-height: 1.1875;
            padding-right: 1.5625rem; } }
        .subnav__list > ul > li a:hover, .subnav__list > ul > li a[aria-current="page"] {
          background-color: #f5f5f5;
          color: #c8102e; }
          @media (min-width: 1200px) {
            .subnav__list > ul > li a:hover, .subnav__list > ul > li a[aria-current="page"] {
              background-color: #ffffff; } }
          .subnav__list > ul > li a:hover:after, .subnav__list > ul > li a[aria-current="page"]:after {
            opacity: 0; }
          @media (min-width: 1200px) {
            .subnav__list > ul > li a:hover:before, .subnav__list > ul > li a[aria-current="page"]:before {
              opacity: 1; } }
        .subnav__list > ul > li a[aria-current="page"] {
          pointer-events: none; }
        .subnav__list > ul > li a:after {
          content: "";
          position: absolute;
          bottom: -0.0625rem;
          left: 0.875rem;
          right: 0;
          border-bottom: 0.0625rem solid #e0e0e0;
          -webkit-transition: 0.2s opacity ease-in-out;
          transition: 0.2s opacity ease-in-out; }
          @media (min-width: 1200px) {
            .subnav__list > ul > li a:after {
              right: 1.25rem; } }
        @media (min-width: 1200px) {
          .subnav__list > ul > li a:before {
            content: "";
            background-color: #f5f5f5;
            position: absolute;
            left: -1.875rem;
            right: -1.875rem;
            top: 0;
            bottom: 0;
            z-index: -1;
            opacity: 0;
            -webkit-transition: 0.2s opacity ease-in-out;
            transition: 0.2s opacity ease-in-out; } }
        @media (min-width: 992px) {
          .subnav--horizontal .subnav__list > ul > li a {
            padding: 0; } }
        .subnav--horizontal .subnav__list > ul > li a:before, .subnav--horizontal .subnav__list > ul > li a:after {
          display: none; }
      @media (min-width: 1200px) {
        .subnav__list > ul > li:first-child {
          background-color: #c8102e; } }
      @media (min-width: 1200px) {
        .subnav__list > ul > li:first-child a {
          padding: 1.3125rem 0.9375rem;
          color: #ffffff;
          font-size: 1.125rem;
          line-height: 1.38889; } }
      .subnav__list > ul > li:first-child a:before {
        content: "";
        position: absolute;
        left: 0;
        top: 1.3125rem;
        width: 0.5625rem;
        height: 0.5625rem;
        border-right: 0.125rem solid #7c2529;
        border-bottom: 0.125rem solid #7c2529;
        -webkit-transform: rotate(135deg);
                transform: rotate(135deg);
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transition: 0.2s left ease-in-out;
        transition: 0.2s left ease-in-out; }
        @media (min-width: 1200px) {
          .subnav__list > ul > li:first-child a:before {
            border-color: #f1be48;
            top: 1.8125rem;
            opacity: 1;
            background-color: transparent; } }
      @media (min-width: 1200px) {
        .subnav__list > ul > li:first-child a::after {
          display: none; } }
      @media (min-width: 1200px) {
        .subnav__list > ul > li:first-child a:hover {
          background-color: #c8102e; } }
      @media (min-width: 1200px) {
        .subnav__list > ul > li:first-child a:hover:before {
          left: -0.5rem; } }
      @media (min-width: 992px) {
        .subnav--horizontal .subnav__list > ul > li:first-child a:hover {
          background-color: transparent;
          color: #c8102e; } }
      @media (min-width: 992px) {
        .subnav--horizontal .subnav__list > ul > li:first-child a {
          padding: 0;
          color: #7c2529;
          font-size: 1rem;
          line-height: 1.1875; } }
      @media (min-width: 992px) {
        .subnav--horizontal .subnav__list > ul > li:first-child {
          background-color: transparent; } }
      .subnav__list > ul > li:last-child a:after {
        display: none; }
      .subnav__list > ul > li > ul {
        margin-bottom: 0.625rem; }
        @media (min-width: 992px) {
          .subnav--horizontal .subnav__list > ul > li > ul {
            display: none; } }
        .subnav__list > ul > li > ul li a {
          font-family: "Nimbus Sans", sans-serif;
          font-weight: 400;
          text-decoration: underline;
          text-decoration-thickness: 0.0625rem;
          text-underline-offset: 0.0625rem;
          padding: 0.5rem 1.0625rem 0.5rem 1.875rem; }
          .subnav__list > ul > li > ul li a:after {
            display: none; }
        .subnav__list > ul > li > ul li:last-child a:after {
          display: block;
          bottom: -0.625rem; }

.full-width-image {
  margin: 0; }

.full-width-image__image:before {
  padding-top: 37.34%; }

.paragraph-widget--call-to-action--small,
.paragraph-widget--call-to-action--large {
  margin-top: 3.75rem; }

@media (min-width: 992px) {
  .paragraph-widget--call-to-action--large {
    margin-top: 4.6875rem; } }

@media (min-width: 1200px) {
  .paragraph-widget--call-to-action--large {
    margin-top: 5.625rem; } }

@media (min-width: 1400px) {
  .paragraph-widget--call-to-action--small {
    position: relative; } }

@media (min-width: 1400px) {
  .paragraph-widget--call-to-action--small:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50vw;
    width: 150vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    background-color: #f5f5f5;
    pointer-events: none; } }

.call-to-action--small {
  background-color: #f5f5f5;
  padding: 3.625rem 2.25rem 2.5rem; }
  @media (min-width: 768px) {
    .call-to-action--small {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
              align-items: center;
      flex-wrap: wrap; } }
  @media (min-width: 1200px) {
    .call-to-action--small {
      padding-left: 17.5rem; } }
  @media (min-width: 768px) {
    .call-to-action--small .iastate22-button-set {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 40%;
      margin: 0; } }
  .call-to-action--small .call-to-action__copy-wrap {
    text-align: left; }
    @media (min-width: 768px) {
      .call-to-action--small .call-to-action__copy-wrap {
        text-align: right;
        -webkit-box-flex: 0;
                flex: 0 1 auto;
        width: 60%;
        padding-right: 2.4375rem;
        max-width: 32.5rem; } }
    @media (min-width: 992px) {
      .call-to-action--small .call-to-action__copy-wrap {
        width: 65%; } }
    @media (min-width: 768px) {
      .call-to-action--small .call-to-action__copy-wrap p {
        color: #7c2529; } }
    .call-to-action--small .call-to-action__copy-wrap .call-to-action__headline {
      margin: 0 0 0.3125rem 0;
      padding: 0; }

.call-to-action--large {
  position: relative; }
  .call-to-action--large .call-to-action__media:before {
    padding-top: 37.44%; }
  .call-to-action--large .call-to-action__copy-wrap {
    background-color: #c8102e;
    padding: 3.4375rem 2.25rem 2.5rem;
    position: relative; }
    @media (min-width: 992px) {
      .call-to-action--large .call-to-action__copy-wrap {
        position: absolute;
        top: -1.875rem;
        right: 0;
        width: 40%;
        max-width: 32.5rem;
        padding: 1.5625rem 2.8125rem;
        max-height: 41.5vw;
        overflow: hidden; } }
    @media (min-width: 1200px) {
      .call-to-action--large .call-to-action__copy-wrap {
        right: 2.5rem;
        padding: 2.5rem 5.625rem 1.875rem; } }
    @media (min-width: 1400px) {
      .call-to-action--large .call-to-action__copy-wrap {
        right: 5.125rem;
        padding: 4rem 5.1875rem 1.25rem;
        max-height: 37.5rem; } }
    @media (min-width: 1600px) {
      .call-to-action--large .call-to-action__copy-wrap {
        max-height: 41.25rem; } }
    .call-to-action--large .call-to-action__copy-wrap:before {
      content: "";
      border-bottom: 0.5rem solid #f1be48;
      top: -0.25rem;
      left: 50%;
      margin-left: -1.75rem;
      width: 3.5rem;
      height: 0.5rem;
      position: absolute; }
    .call-to-action--large .call-to-action__copy-wrap .call-to-action__headline,
    .call-to-action--large .call-to-action__copy-wrap p {
      color: #ffffff; }
    .call-to-action--large .call-to-action__copy-wrap .call-to-action__headline {
      margin: 0 0 1.4375rem 0;
      padding: 0; }
    .call-to-action--large .call-to-action__copy-wrap p {
      font-family: "Nimbus Sans", sans-serif;
      font-size: 1rem;
      line-height: 1.8125;
      font-weight: 700; }
  .call-to-action--large .iastate22-button-set {
    margin-top: 1.5625rem; }

.call-to-action__headline:after {
  display: none; }

.call-to-action__copy-wrap .text-content {
  margin-bottom: 1.25rem; }
  .call-to-action__copy-wrap .text-content p a {
    color: #ffffff !important; }
  .call-to-action__copy-wrap .text-content ul,
  .call-to-action__copy-wrap .text-content li {
    color: #ffffff; }
    .call-to-action__copy-wrap .text-content ul:before,
    .call-to-action__copy-wrap .text-content li:before {
      color: #ffffff; }

@media (min-width: 768px) {
  .image-grid {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; } }

.image-grid__image {
  margin-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .image-grid__image {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 100%; } }
  .image-grid__image:before {
    padding-top: 66.67%; }
  .image-grid__image img {
    width: 100%; }
  @media (min-width: 768px) {
    .image-grid__image:nth-child(2), .image-grid__image:nth-child(3) {
      width: calc(50% - 0.625rem);
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .image-grid__image:nth-child(2) {
      margin-right: 0.625rem; } }
  @media (min-width: 768px) {
    .image-grid__image:nth-child(3) {
      margin-left: 0.625rem; } }

@media (min-width: 768px) {
  .image-grid__caption {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: 100%; } }

@media (min-width: 992px) {
  .image-grid__caption {
    padding-right: 1.875rem; } }

@media (min-width: 1200px) {
  .image-grid__caption {
    padding-right: 0; } }

@media (min-width: 992px) {
  .image-grid-with-text {
    display: -webkit-box;
    display: flex; } }

@media (min-width: 992px) {
  .image-grid-with-text__content,
  .image-grid {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: 50%; } }

.image-grid-with-text__content {
  margin-bottom: 2.1875rem; }
  @media (min-width: 992px) {
    .image-grid-with-text__content {
      padding-right: 3.125rem; } }

@media (min-width: 992px) {
  .image-grid {
    margin-right: -6.75rem;
    width: 60%;
    padding-left: 3.125rem; } }

@media (min-width: 1200px) {
  .image-grid {
    margin-right: -13.5rem;
    width: 70%; } }

.statistic {
  background-color: #c8102e;
  padding: 4.0625rem 2.5rem;
  position: relative; }
  .statistic:before {
    content: "";
    border-bottom: 0.5rem solid #f1be48;
    top: -0.25rem;
    left: 50%;
    margin-left: -1.75rem;
    width: 3.5rem;
    height: 0.5rem;
    position: absolute; }
  .statistic ul li {
    margin-bottom: 1.8125rem;
    padding-top: 2.25rem;
    position: relative; }
    .statistic ul li:last-child {
      margin-bottom: 0; }
      .statistic ul li:last-child:after {
        display: none; }
    .statistic ul li:first-child {
      padding-top: 0; }
    .statistic ul li:after {
      content: "";
      border-bottom: 0.0625rem solid #f1be48;
      position: absolute;
      left: 50%;
      width: 4.875rem;
      margin-left: -2.4375rem;
      bottom: -2rem; }
    .statistic ul li:before {
      display: none; }

.statistics__label {
  color: #ffffff;
  text-align: center;
  margin: 0 0 0.9375rem 0;
  margin-bottom: 2.25rem;
  padding: 0; }

.statistic__title {
  color: #f1be48;
  font-family: "Merriweather", serif;
  font-weight: 700;
  text-align: center;
  font-size: 3.4375rem;
  line-height: 1.23636;
  margin: 0;
  padding: 0; }
  .statistic__title:after {
    display: none; }

.statistic__text {
  margin: 0;
  text-align: center;
  color: #ffffff;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.66667; }
  .statistic__text a {
    color: #ffffff; }
    .statistic__text a:hover, .statistic__text a:focus {
      color: #ffc107; }

@media (min-width: 768px) {
  .statistic-with-text {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start; } }

@media (min-width: 768px) {
  .statistic-with-text.statistic-with-text--full-width .statistic {
    width: 100%; } }

.statistic-with-text .statistic {
  margin-top: 1.75rem;
  margin-bottom: 2.625rem; }
  @media (min-width: 768px) {
    .statistic-with-text .statistic {
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      width: 20.25rem;
      margin: 0.625rem 2.8125rem 0.625rem 0; } }
  @media (min-width: 992px) {
    .statistic-with-text .statistic {
      margin-right: 5.625rem; } }

.statistic-with-text .statistic-with-text__text {
  margin-bottom: 0; }
  @media (min-width: 768px) {
    .statistic-with-text .statistic-with-text__text {
      -webkit-box-flex: 1;
              flex: 1 1 0; } }

@media (min-width: 768px) {
  .statistic-with-text.statistic-with-text--right {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse; } }

@media (min-width: 768px) {
  .statistic-with-text.statistic-with-text--right .statistic {
    margin: 0.625rem 0 0.625rem 2.8125rem; } }

@media (min-width: 992px) {
  .statistic-with-text.statistic-with-text--right .statistic {
    margin-left: 5.625rem; } }

@media (min-width: 768px) {
  .multi-column-content {
    display: -webkit-box;
    display: flex;
    margin-right: -2.5rem; } }

@media (min-width: 768px) {
  .multi-column-content.multi-column-content-two-col {
    margin-right: -6.25rem; } }

.multi-column-content.multi-column-content--alternative {
  text-align: center;
  margin-top: 3.75rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 768px) {
    .multi-column-content.multi-column-content--alternative {
      display: -webkit-box;
      display: flex;
      margin-right: -4.625rem; } }

.multi-column-content__column {
  margin: 0 0 2.5rem 0; }
  @media (min-width: 768px) {
    .multi-column-content__column {
      -webkit-box-flex: 1;
              flex: 1 1 0px;
      padding-right: 2.5rem;
      margin-bottom: 0; } }
  @media (min-width: 768px) {
    .multi-column-content-two-col .multi-column-content__column {
      padding-right: 6.25rem; } }
  @media (min-width: 768px) {
    .multi-column-content--alternative .multi-column-content__column {
      padding-right: 4.625rem;
      position: relative; } }
  @media (min-width: 768px) {
    .multi-column-content--alternative .multi-column-content__column:after {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 0.125rem;
      border-right: 0.125rem solid #f5f5f5;
      right: 2.3125rem; } }
  .multi-column-content--alternative .multi-column-content__column:last-child {
    margin-bottom: 0; }
    .multi-column-content--alternative .multi-column-content__column:last-child:after {
      display: none; }
  .multi-column-content__column .link-tertiary {
    font-size: 1.125rem;
    line-height: 1.38889;
    padding: 0 0.8125rem; }
    @media (min-width: 768px) {
      .multi-column-content__column .link-tertiary {
        padding: 0; } }
    .multi-column-content__column .link-tertiary .arrow {
      bottom: 0.75rem; }
  .multi-column-content__column .text-content {
    margin-bottom: 0; }

@media (min-width: 1200px) {
  .paragraph-widget--blockquote {
    margin-top: 3.75rem;
    margin-bottom: 3.75rem;
    margin-right: -18.625rem;
    position: relative; } }

@media (min-width: 1400px) {
  .paragraph-widget--blockquote:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: -50vw;
    width: 150vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    background-color: #c8102e;
    pointer-events: none; } }

.iastate22-blockquote {
  background-color: #c8102e;
  padding: 8.75rem 2.25rem 6.25rem;
  position: relative; }
  @media (min-width: 768px) {
    .iastate22-blockquote {
      padding-left: 4.375rem;
      padding-right: 4.375rem; } }
  @media (min-width: 1200px) {
    .iastate22-blockquote {
      padding: 3.75rem 2.25rem 5.625rem; } }
  .iastate22-blockquote.iastate22-blockquote--no-author {
    padding-bottom: 8.75rem; }
    @media (min-width: 1200px) {
      .iastate22-blockquote.iastate22-blockquote--no-author {
        padding-bottom: 7.8125rem; } }

@media (min-width: 1200px) {
  .iastate22-blockquote__inner-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    width: 90%;
    margin: 0 auto; } }

@media (min-width: 1400px) {
  .iastate22-blockquote__inner-wrap {
    position: relative;
    width: 80%;
    left: -3.75rem; } }

@media (min-width: 1200px) {
  .iastate22-blockquote--with-no-image .iastate22-blockquote__inner-wrap {
    padding-left: 16.125rem; } }

.iastate22-blockquote__portrait {
  max-width: 20.75rem;
  margin: -5rem auto 1.75rem; }
  @media (min-width: 768px) {
    .iastate22-blockquote__portrait {
      max-width: 20.75rem; } }
  @media (min-width: 1200px) {
    .iastate22-blockquote__portrait {
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      margin: 0;
      max-width: 16.125rem;
      width: 16.125rem;
      left: -0.75rem; } }
  .iastate22-blockquote__portrait:before {
    padding-top: 100%; }
  .iastate22-blockquote__portrait img {
    border-radius: 50%; }

.iastate22-blockquote__text-wrap {
  position: relative; }
  @media (min-width: 1200px) {
    .iastate22-blockquote__text-wrap {
      padding-left: 3.125rem; } }

.iastate22-blockquote__quote {
  color: #ffffff;
  padding: 0;
  margin: 0;
  position: relative; }
  @media (min-width: 768px) {
    .iastate22-blockquote__quote {
      font-size: 2.5rem;
      line-height: 1.45; } }
  .iastate22-blockquote__quote:before, .iastate22-blockquote__quote:after {
    content: "";
    position: absolute;
    width: 4rem;
    height: 3.25rem;
    background-repeat: no-repeat no-repeat;
    background-position: center center;
    background-size: 4rem 3.25rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='63.979' height='52'%3E%3Cg data-name='Group 416' fill='%23f1be48'%3E%3Cpath data-name='“' d='M27.043 52.001v-25h-16c-.4-10 4.8-15.8 16-17.8v-9.2c-17.6 1.4-27.8 12.8-27 30.2v21.8ZM63.979 52.001v-25h-16c-.4-10 4.8-15.8 16-17.8v-9.2c-17.6 1.4-27.8 12.8-27 30.2v21.8Z'/%3E%3C/g%3E%3C/svg%3E");
    z-index: 1; }
  .iastate22-blockquote__quote:before {
    top: -20.625rem; }
    @media (min-width: 1200px) {
      .iastate22-blockquote__quote:before {
        top: -0.5625rem;
        margin-left: -7.1875rem; } }
    .iastate22-blockquote--with-no-image .iastate22-blockquote__quote:before {
      top: -5rem; }
      @media (min-width: 1200px) {
        .iastate22-blockquote--with-no-image .iastate22-blockquote__quote:before {
          top: -0.5625rem; } }
  .iastate22-blockquote__quote:after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
    bottom: -5.0625rem;
    right: 0; }

.iastate22-blockquote__author {
  color: #ffffff;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  margin-top: 1.25rem;
  padding-right: 4.6875rem; }
  @media (min-width: 1200px) {
    .iastate22-blockquote__author {
      margin-top: 0.125rem; } }

.iastate22-modal {
  display: none; }
  .iastate22-modal.is-open {
    display: block;
    position: relative;
    z-index: 11; }

.iastate22-modal__overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center;
  background: rgba(255, 255, 255, 0.9); }

.iastate22-modal__container {
  background-color: #ffffff;
  max-width: 25.875rem;
  width: 80%;
  max-height: 90vh;
  box-shadow: 0.5625rem 0.5625rem 1.25rem rgba(0, 0, 0, 0.2);
  overflow-y: auto;
  position: relative;
  padding: 2.8125rem; }
  @media (min-width: 768px) {
    .iastate22-modal__container {
      max-width: 52.75rem;
      width: 90%;
      max-height: 100vh;
      padding: 0; } }
  @media (min-width: 992px) {
    .iastate22-modal__container {
      width: 100%; } }
  @media (min-width: 768px) {
    .iastate22-modal__container.iastate22-modal__container-with-media {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: start;
              align-items: flex-start;
      flex-wrap: wrap; } }

.iastate22-modal__header {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center; }

.iastate22-modal__content {
  padding: 1.25rem 0 0 0; }
  @media (min-width: 768px) {
    .iastate22-modal__content {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 100%;
      padding: 2.8125rem 4.6875rem 2.8125rem 3.375rem; } }
  @media (min-width: 768px) {
    .iastate22-modal__container-with-media .iastate22-modal__content {
      width: 64%; } }
  .iastate22-modal__content .iastate22-modal__content-cta {
    margin-top: 1.25rem; }

.iastate22-modal__title {
  margin: 0 0 0.625rem 0;
  padding: 0;
  font-family: "Nimbus Sans", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.42857;
  font-weight: 700; }

.iastate22-modal__close {
  background: transparent;
  z-index: 1;
  width: 2.75rem;
  height: 2.75rem;
  position: absolute;
  top: 0.125rem;
  right: 0.125rem;
  padding: 0;
  border: none;
  cursor: pointer; }
  .iastate22-modal__close:hover .fa-xmark {
    color: #7c2529; }
  .iastate22-modal__close .fa-xmark {
    pointer-events: none;
    font-size: 1.5625rem;
    color: #c8102e;
    -webkit-transition: 0.2s color ease-in-out;
    transition: 0.2s color ease-in-out; }
    @media (min-width: 768px) {
      .iastate22-modal__close .fa-xmark {
        font-size: 1.875rem; } }

@media (min-width: 768px) {
  .iastate22-modal__media {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: 36%; } }

.iastate22-modal__media:before {
  padding-top: 100%; }

.iastate22-modal__content-form {
  margin-top: 1.25rem; }
  @media (min-width: 768px) {
    .iastate22-modal__content-form {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: end;
              align-items: flex-end; } }
  .iastate22-modal__content-form label {
    margin-bottom: 0;
    padding-right: 0.625rem; }
    @media (min-width: 768px) {
      .iastate22-modal__content-form label {
        -webkit-box-flex: 1;
                flex: 1 1 auto; } }
    .iastate22-modal__content-form label .label-text {
      margin-bottom: 0.1875rem; }
    .iastate22-modal__content-form label input {
      width: 100%; }
  .iastate22-modal__content-form button[type="submit"] {
    margin-bottom: 0; }
    @media (min-width: 768px) {
      .iastate22-modal__content-form button[type="submit"] {
        -webkit-box-flex: 0;
                flex: 0 0 auto; } }

/*! Flickity v2.2.1
https://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative; }

.flickity-enabled:focus {
  outline: none; }

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%; }

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%; }

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab; }

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing; }

/* ---- flickity-button ---- */
.flickity-button {
  position: absolute;
  background: rgba(255, 255, 255, 0.75);
  border: none;
  color: #333; }

.flickity-button:hover {
  background: white;
  cursor: pointer; }

.flickity-button:focus {
  outline: none;
  box-shadow: 0 0 0 5px #19F; }

.flickity-button:active {
  opacity: 0.6; }

.flickity-button:disabled {
  opacity: 0.3;
  cursor: auto;
  /* prevent disabled button from capturing pointer up event. #716 */
  pointer-events: none; }

.flickity-button-icon {
  fill: currentColor; }

/* ---- previous/next buttons ---- */
.flickity-prev-next-button {
  top: 50%;
  width: 44px;
  height: 44px;
  border-radius: 50%;
  /* vertically center */
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }

.flickity-prev-next-button.previous {
  left: 10px; }

.flickity-prev-next-button.next {
  right: 10px; }

/* right to left */
.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px; }

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px; }

.flickity-prev-next-button .flickity-button-icon {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%; }

/* ---- page dots ---- */
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1; }

.flickity-rtl .flickity-page-dots {
  direction: rtl; }

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer; }

.flickity-page-dots .dot.is-selected {
  opacity: 1; }

.flickity-viewport {
  -webkit-transition: height 0.3s ease-in-out;
  transition: height 0.3s ease-in-out; }

.iastate22-carousel-holder {
  position: relative; }
  .iastate22-carousel-holder .iastate22-carousel {
    background: #ffffff; }
  .iastate22-carousel-holder .carousel__slide {
    width: 100%; }
    .iastate22-carousel-holder .carousel__slide .video-embed__media-wrap:before {
      padding-top: 57.5%; }
    .iastate22-carousel-holder .carousel__slide .video-embed__video-hover:after {
      opacity: 0; }
  .iastate22-carousel-holder .carousel__slide-image {
    height: 0;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    padding-top: 57.45%; }
  .iastate22-carousel-holder .carousel__slide-content {
    text-align: left;
    margin-top: 4.375rem; }
    @media (min-width: 992px) {
      .iastate22-carousel-holder .carousel__slide-content {
        margin-top: 0.9375rem; } }
  .iastate22-carousel-holder .carousel__nav {
    pointer-events: none;
    position: absolute;
    width: 100%;
    left: 0;
    top: 0; }
  .iastate22-carousel-holder .carousel__nav-sizer {
    width: 100%;
    padding-top: 57.45%;
    height: 0;
    left: 0;
    top: 0; }
  .iastate22-carousel-holder .carousel__nav-previous,
  .iastate22-carousel-holder .carousel__nav-next {
    border: none;
    border-radius: 50%;
    cursor: pointer;
    pointer-events: initial;
    position: absolute;
    top: 50%;
    width: 2.75rem;
    height: 2.75rem;
    background-color: #7c2529;
    -webkit-transform: translate(50%, -50%);
            transform: translate(50%, -50%);
    -webkit-transition: 0.3s background-color ease-in-out;
    transition: 0.3s background-color ease-in-out; }
    @media (min-width: 992px) {
      .iastate22-carousel-holder .carousel__nav-previous,
      .iastate22-carousel-holder .carousel__nav-next {
        width: 3.75rem;
        height: 3.75rem; } }
    .iastate22-carousel-holder .carousel__nav-previous:hover,
    .iastate22-carousel-holder .carousel__nav-next:hover {
      background-color: #c8102e; }
    .iastate22-carousel-holder .carousel__nav-previous::after,
    .iastate22-carousel-holder .carousel__nav-next::after {
      content: "";
      background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='23.437' height='21.469'%3E%3Cg fill='none' stroke='%23fff' stroke-width='2'%3E%3Cpath data-name='Path 52' d='m11.145.734 10.818 10-10.818 10'/%3E%3Cpath data-name='Path 1510' d='M21.257 10.734H-.001'/%3E%3C/g%3E%3C/svg%3E");
      background-repeat: no-repeat no-repeat;
      background-position: center center;
      background-size: cover;
      position: absolute;
      width: 1.5625rem;
      height: 1.4375rem;
      top: 0.625rem;
      left: 0.625rem; }
      @media (min-width: 992px) {
        .iastate22-carousel-holder .carousel__nav-previous::after,
        .iastate22-carousel-holder .carousel__nav-next::after {
          width: 1.875rem;
          height: 1.625rem;
          top: 1.0625rem;
          left: 0.9375rem; } }
  .iastate22-carousel-holder .carousel__nav-previous {
    left: 0;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%); }
    .iastate22-carousel-holder .carousel__nav-previous::after {
      -webkit-transform: rotate(180deg);
              transform: rotate(180deg); }
  .iastate22-carousel-holder .carousel__nav-next {
    right: 0; }
  .iastate22-carousel-holder .carousel__nav-dots {
    padding-top: 60%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    -webkit-box-pack: center;
            justify-content: center;
    pointer-events: none; }
    @media (min-width: 992px) {
      .iastate22-carousel-holder .carousel__nav-dots {
        padding-top: 52%; } }
    .iastate22-carousel-holder .carousel__nav-dots li {
      margin: 0 0.75rem; }
      .iastate22-carousel-holder .carousel__nav-dots li .dot {
        cursor: pointer;
        pointer-events: initial;
        border-radius: 50%;
        width: 1.25rem;
        height: 1.25rem;
        background-color: rgba(74, 74, 74, 0.5);
        border: none;
        -webkit-appearance: none;
           -moz-appearance: none;
                appearance: none; }
        @media (min-width: 992px) {
          .iastate22-carousel-holder .carousel__nav-dots li .dot {
            background-color: rgba(255, 255, 255, 0.5); } }
        .iastate22-carousel-holder .carousel__nav-dots li .dot.is-selected {
          background-color: #c8102e; }
          @media (min-width: 992px) {
            .iastate22-carousel-holder .carousel__nav-dots li .dot.is-selected {
              background-color: #ffffff; } }

.site-footer {
  background-color: #c8102e;
  padding: 2.25rem 2.25rem 0;
  position: relative; }
  @media (min-width: 768px) {
    .site-footer {
      padding: 3.875rem 4.25rem 0; } }
  @media (min-width: 1200px) {
    .site-footer {
      padding: 3.6875rem 5.125rem 0; } }
  @media (min-width: 1400px) {
    .site-footer:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -50vw;
      width: 150vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -1;
      background-color: #c8102e;
      pointer-events: none; } }

@media (min-width: 1200px) {
  .site-footer__flex-wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
            justify-content: space-between; } }

.site-footer__logo {
  width: 100%;
  max-width: 32.25rem;
  height: 100%;
  display: block; }
  @media (min-width: 1200px) {
    .site-footer__logo {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 35%; } }
  @media (min-width: 1400px) {
    .site-footer__logo {
      width: 50%; } }
  .site-footer__logo img {
    width: 100%; }

@media (min-width: 1200px) {
  .site-footer__social-links-wrap {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: 50%; } }

.site-footer__social {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin: 1.6875rem 0; }
  @media (min-width: 768px) {
    .site-footer__social {
      -webkit-box-pack: start;
              justify-content: flex-start; } }
  @media (min-width: 1200px) {
    .site-footer__social {
      margin: 0;
      -webkit-box-pack: end;
              justify-content: flex-end; } }
  .site-footer--ecosystem .site-footer__social {
    display: grid;
    grid-template-columns: repeat(auto-fill, 52px);
    gap: 0.9375rem; }
    @media (min-width: 1200px) {
      .site-footer--ecosystem .site-footer__social {
        grid-template-columns: repeat(auto-fit, 52px);
        max-width: 50%;
        -webkit-box-flex: 1;
                flex: 1 1 0;
        gap: 1.875rem; } }
  @media (min-width: 768px) {
    .site-footer__social li {
      margin-right: 1.875rem; } }
  @media (min-width: 768px) {
    .site-footer--ecosystem .site-footer__social li:last-child {
      margin-right: 0; } }
  @media (min-width: 768px) {
    .site-footer--ecosystem .site-footer__social li {
      margin-right: 0; } }
  .site-footer__social li a {
    border: 0.125rem solid #f1be48;
    border-radius: 50%;
    width: 3.25rem;
    height: 3.25rem;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    color: #ffffff;
    -webkit-transition: 0.2s background-color ease-in-out;
    transition: 0.2s background-color ease-in-out; }
    .site-footer__social li a:hover {
      background-color: #7c2529; }
    .site-footer__social li a svg {
      color: #f1be48;
      font-size: 1.5625rem; }

.site-footer__primary-nav {
  margin: 2.0625rem auto 2.6875rem auto; }
  @media (min-width: 1200px) {
    .site-footer__primary-nav {
      margin: 0.625rem 0 2.1875rem 0;
      width: 100%; } }
  @media (min-width: 768px) {
    .site-footer__primary-nav ul {
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: justify;
              justify-content: space-between;
      border-bottom: 0.125rem solid #f1be48; } }
  @media (min-width: 1200px) {
    .site-footer__primary-nav ul {
      -webkit-box-pack: end;
              justify-content: flex-end;
      border-bottom: none; } }
  @media (min-width: 768px) {
    .site-footer--ecosystem .site-footer__primary-nav ul {
      flex-wrap: wrap;
      -webkit-box-pack: start;
              justify-content: flex-start;
      border-bottom: none; } }
  @media (min-width: 1200px) {
    .site-footer--ecosystem .site-footer__primary-nav ul {
      -webkit-box-pack: end;
              justify-content: flex-end; } }
  .site-footer__primary-nav ul li {
    border-bottom: 0.125rem solid #f1be48;
    text-align: left;
    margin-left: -2.25rem;
    margin-right: -2.25rem; }
    @media (min-width: 768px) {
      .site-footer__primary-nav ul li {
        padding: 0 1.875rem;
        margin-left: 0;
        margin-right: 0;
        border-bottom: 0; } }
    @media (min-width: 1200px) {
      .site-footer__primary-nav ul li {
        border-bottom: 0.125rem solid #f1be48; } }
    @media (min-width: 768px) {
      .site-footer--ecosystem .site-footer__primary-nav ul li {
        padding: 0 1.875rem 0 0;
        border-bottom: 0.125rem solid #f1be48; } }
    .site-footer__primary-nav ul li:first-child {
      border-top: 0.125rem solid #f1be48; }
      @media (min-width: 768px) {
        .site-footer__primary-nav ul li:first-child {
          border-top: none;
          padding-left: 0; } }
    @media (min-width: 768px) {
      .site-footer--ecosystem .site-footer__primary-nav ul li:last-child {
        padding-right: 0; } }
    .site-footer__primary-nav ul li a {
      color: #ffffff;
      text-decoration: none;
      display: block;
      font-family: "Nimbus Sans", sans-serif;
      font-weight: 700;
      font-size: 1.3125rem;
      line-height: 1.61905;
      margin: 1.0625rem auto;
      -webkit-transition: 0.2s color ease-in-out;
      transition: 0.2s color ease-in-out;
      max-width: 14.75rem;
      white-space: nowrap;
      position: relative; }
      @media (min-width: 768px) {
        .site-footer__primary-nav ul li a {
          text-align: center;
          display: inline-block;
          max-width: none;
          margin-bottom: 0.3125rem; } }
      @media (min-width: 1200px) {
        .site-footer__primary-nav ul li a {
          margin: 1.0625rem auto; } }
      @media (min-width: 768px) {
        .site-footer--ecosystem .site-footer__primary-nav ul li a {
          font-size: 1.125rem;
          line-height: 1.77778;
          margin-bottom: 0.4375rem; } }
      .site-footer__primary-nav ul li a:hover {
        color: #f1be48; }
        .site-footer__primary-nav ul li a:hover:before {
          right: -0.3125rem; }
      .site-footer__primary-nav ul li a:before {
        content: "";
        position: absolute;
        right: 0;
        top: 0.75rem;
        width: 0.5625rem;
        height: 0.5625rem;
        border-right: 0.125rem solid #f1be48;
        border-bottom: 0.125rem solid #f1be48;
        -webkit-transform: rotate(315deg);
                transform: rotate(315deg);
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transition: 0.2s right ease-in-out;
        transition: 0.2s right ease-in-out; }
        @media (min-width: 768px) {
          .site-footer__primary-nav ul li a:before {
            display: none; } }

.site-footer__secondary-nav {
  border-bottom: 0.125rem solid #f1be48;
  padding-bottom: 1.6875rem;
  margin-bottom: 1.875rem; }
  @media (min-width: 1200px) {
    .site-footer__secondary-nav {
      border-bottom: none;
      min-height: 8.125rem;
      min-width: 25rem;
      margin-bottom: 0; } }
  @media (min-width: 1200px) {
    .site-footer--ecosystem .site-footer__secondary-nav {
      -webkit-box-flex: 1;
              flex: 1 1 0;
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-align: start;
              align-items: flex-start;
      padding-bottom: 0;
      padding-right: 3.75rem;
      min-height: initial; } }
  @media (min-width: 1200px) {
    .site-footer--ecosystem .site-footer__secondary-nav .site-footer__section-label {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 100%; } }
  .site-footer__secondary-nav ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
    @media (min-width: 768px) {
      .site-footer__secondary-nav ul {
        -webkit-column-count: 3;
           -moz-column-count: 3;
                column-count: 3; } }
    @media (min-width: 1200px) {
      .site-footer__secondary-nav ul {
        max-width: 31.25rem;
        -webkit-column-gap: 4.375rem;
           -moz-column-gap: 4.375rem;
                column-gap: 4.375rem; } }
    .site-footer--ecosystem .site-footer__secondary-nav ul {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2; }
    .site-footer__secondary-nav ul.site-footer__secondary-nav-short {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1; }
    .site-footer__secondary-nav ul li {
      color: #ffffff;
      text-align: center;
      margin-bottom: 1.6875rem;
      font-size: 1.125rem;
      line-height: 1.44444; }
      @media (min-width: 768px) {
        .site-footer__secondary-nav ul li {
          text-align: left; } }
      @media (min-width: 1200px) {
        .site-footer__secondary-nav ul li {
          margin-bottom: 0.625rem;
          font-size: 1rem;
          line-height: 1.25; } }
      .site-footer__secondary-nav ul li a {
        color: currentColor;
        text-decoration: underline;
        font-family: "Nimbus Sans", sans-serif;
        font-weight: 700;
        text-decoration-thickness: 0.0625rem;
        text-underline-offset: 0.0625rem;
        -webkit-transition: 0.2s color ease-in-out;
        transition: 0.2s color ease-in-out; }
        .site-footer__secondary-nav ul li a:hover {
          color: #f1be48; }

.site-footer__section-label {
  color: white;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.44444;
  font-family: "Merriweather", serif;
  font-weight: 700; }
  @media (min-width: 768px) {
    .site-footer__section-label {
      text-align: left;
      margin-bottom: 1.25rem;
      padding-bottom: 0; } }
  @media (min-width: 1200px) {
    .site-footer__section-label {
      font-size: 1rem;
      line-height: 1.25;
      margin: 0 0 0.9375rem;
      padding: 0; } }

@media (min-width: 1200px) {
  .site-footer__departments-nav {
    width: auto;
    position: absolute;
    top: 14.1875rem;
    right: 5.125rem; } }

@media (min-width: 1400px) {
  .site-footer__departments-nav {
    right: 19rem; } }

@media (min-width: 1200px) {
  .site-footer--ecosystem .site-footer__departments-nav {
    position: static;
    top: initial;
    right: initial; } }

@media (min-width: 1400px) {
  .site-footer--ecosystem .site-footer__departments-nav {
    right: initial; } }

@media (min-width: 768px) {
  .site-footer__departments-nav ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: start;
            justify-content: flex-start; } }

@media (min-width: 1200px) {
  .site-footer__departments-nav ul {
    -webkit-box-pack: end;
            justify-content: flex-end; } }

@media (min-width: 1400px) {
  .site-footer__departments-nav ul {
    -webkit-box-pack: start;
            justify-content: flex-start; } }

.site-footer__departments-nav ul li {
  text-align: center;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  margin-bottom: 2.1875rem;
  font-size: 1.125rem;
  line-height: 1.44444;
  color: #ffffff; }
  @media (min-width: 768px) {
    .site-footer__departments-nav ul li {
      -webkit-box-flex: 1;
              flex: 1 1 0;
      text-align: left; } }
  @media (min-width: 1200px) {
    .site-footer__departments-nav ul li {
      font-size: 1rem;
      line-height: 1.625;
      text-align: left;
      padding-right: 3.125rem; } }
  .site-footer__departments-nav ul li:last-child {
    padding-right: 0; }
  @media (min-width: 768px) {
    .site-footer__departments-nav ul li .site-footer__section-label {
      margin-bottom: 0.625rem; } }
  .site-footer__departments-nav ul li a {
    display: block;
    color: currentColor;
    text-decoration: underline;
    text-decoration-thickness: 0.0625rem;
    text-underline-offset: 0.0625rem;
    color: #ffffff;
    -webkit-transition: 0.2s color ease-in-out;
    transition: 0.2s color ease-in-out; }
    .site-footer__departments-nav ul li a:hover {
      color: #f1be48; }
    .site-footer__departments-nav ul li a.site-footer__section-email {
      text-decoration: none;
      margin-bottom: 0.5rem; }
      @media (min-width: 1200px) {
        .site-footer__departments-nav ul li a.site-footer__section-email {
          margin-bottom: 0.25rem;
          margin-top: -0.125rem; } }
      .site-footer__departments-nav ul li a.site-footer__section-email:hover {
        text-decoration: underline;
        text-decoration-thickness: 0.0625rem;
        text-underline-offset: 0.0625rem; }

.site-footer__bottom-wrap {
  background-color: #7c2529;
  margin-left: -2.25rem;
  margin-right: -2.25rem;
  padding-bottom: 1.25rem; }
  @media (min-width: 768px) {
    .site-footer__bottom-wrap {
      margin-left: -4.25rem;
      margin-right: -4.25rem;
      margin-top: 1.875rem;
      padding-left: 4.25rem;
      padding-right: 4.25rem; } }
  @media (min-width: 1200px) {
    .site-footer__bottom-wrap {
      margin-left: -5.125rem;
      margin-right: -5.125rem;
      margin-top: 3.125rem;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
              flex-direction: row-reverse;
      -webkit-box-pack: justify;
              justify-content: space-between;
      padding-left: 5.125rem;
      padding-right: 5.125rem;
      padding-bottom: 0; } }
  @media (min-width: 1400px) {
    .site-footer__bottom-wrap {
      position: relative; } }
  @media (min-width: 1400px) {
    .site-footer__bottom-wrap:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      left: -50vw;
      width: 150vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -1;
      background-color: #7c2529;
      pointer-events: none; } }

.site-footer__utility-nav {
  padding: 1.25rem; }
  @media (min-width: 768px) {
    .site-footer__utility-nav {
      padding: 1.25rem 0; } }
  @media (min-width: 1200px) {
    .site-footer__utility-nav {
      padding: 1.25rem; } }
  @media (min-width: 768px) {
    .site-footer__utility-nav ul {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 0;
         -moz-column-gap: 0;
              column-gap: 0; } }
  @media (min-width: 1200px) {
    .site-footer__utility-nav ul {
      -webkit-column-count: 1;
         -moz-column-count: 1;
              column-count: 1;
      display: -webkit-box;
      display: flex; } }
  .site-footer__utility-nav ul li {
    text-align: center;
    line-height: 1.4; }
    @media (min-width: 768px) {
      .site-footer__utility-nav ul li {
        text-align: left; } }
    @media (min-width: 1200px) {
      .site-footer__utility-nav ul li {
        margin-right: 0.9375rem; } }
    @media (min-width: 1400px) {
      .site-footer__utility-nav ul li {
        text-align: center; } }
    .site-footer__utility-nav ul li a {
      color: #ffffff;
      -webkit-transition: 0.2s color ease-in-out;
      transition: 0.2s color ease-in-out;
      font-family: "Nimbus Sans", sans-serif;
      font-weight: 700;
      font-size: 0.9375rem; }
      .site-footer__utility-nav ul li a:hover {
        color: #f1be48; }

.site-footer__copyright {
  text-align: center;
  color: #ffffff;
  font-family: "Nimbus Sans", sans-serif;
  font-size: 0.9375rem;
  line-height: 1.86667; }
  @media (min-width: 768px) {
    .site-footer__copyright {
      text-align: left; } }
  @media (min-width: 1200px) {
    .site-footer__copyright {
      font-size: 1.125rem;
      line-height: 1.55556;
      padding-right: 2.5rem; } }

@media (min-width: 1200px) {
  .site-footer__logo-social-links-wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 100%; } }

.site-footer__site-org-contact-info {
  text-align: center; }
  @media (min-width: 768px) {
    .site-footer__site-org-contact-info {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
              justify-content: space-between;
      text-align: left; } }
  @media (min-width: 1200px) {
    .site-footer__site-org-contact-info {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 50%; } }
  .site-footer__site-org-contact-info .site-footer__section-label {
    color: #ffffff;
    padding: 0; }
    @media (min-width: 768px) {
      .site-footer__site-org-contact-info .site-footer__section-label {
        -webkit-box-flex: 0;
                flex: 0 1 auto;
        width: 100%; } }
  .site-footer__site-org-contact-info p {
    color: #ffffff;
    font-weight: 700; }
    .site-footer__site-org-contact-info p a {
      color: currentColor;
      text-decoration-thickness: 0.0625rem;
      text-underline-offset: 0.0625rem;
      color: #ffffff;
      -webkit-transition: 0.2s color ease-in-out;
      transition: 0.2s color ease-in-out; }
      .site-footer__site-org-contact-info p a:hover {
        color: #f1be48; }

@media (min-width: 992px) {
  .site-footer__site-org-contact-address,
  .site-footer__site-org-contact-email-phone-wrap {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: 50%; } }

.site-footer__site-org-contact-address,
.site-footer__site-org-contact-email,
.site-footer__site-org-contact-phone {
  margin-bottom: 1.25rem; }
  @media (min-width: 1200px) {
    .site-footer__site-org-contact-address,
    .site-footer__site-org-contact-email,
    .site-footer__site-org-contact-phone {
      margin-bottom: 0; } }

.site-footer__site-org-contact-email p,
.site-footer__site-org-contact-phone p {
  margin: 0; }

@media (min-width: 768px) {
  .site-footer--ecosystem .site-footer__logo-social-links-wrap + .site-footer__secondary-nav,
  .site-footer--ecosystem .site-footer__logo-social-links-wrap + .site-footer__secondary-nav + .site-footer__site-org-contact-info {
    margin-top: 2.5rem; } }

@media (min-width: 1200px) {
  .site-footer--ecosystem .site-footer__logo-social-links-wrap + .site-footer__secondary-nav,
  .site-footer--ecosystem .site-footer__logo-social-links-wrap + .site-footer__secondary-nav + .site-footer__site-org-contact-info {
    margin-top: 3.75rem; } }

@media (min-width: 1200px) {
  .site-footer--ecosystem .site-footer__primary-nav + .site-footer__site-org-contact-info {
    position: relative;
    left: 50%; } }

@media (min-width: 1200px) {
  .site-footer--ecosystem .site-footer__logo-social-links-wrap + .site-footer__site-org-contact-info {
    position: relative;
    left: 50%;
    margin-top: 1.875rem; } }

.site-header {
  pointer-events: none;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 11;
  width: 100vw;
  max-width: 100rem;
  margin: 0 auto; }
  @media (min-width: 1200px) {
    .site-header {
      width: auto; } }
  .site-header > * {
    pointer-events: initial; }
  .site-header.headroom--unpinned, .site-header.headroom--pinned {
    position: fixed; }

.site-header__logo {
  display: block;
  max-width: 14rem;
  width: 100%;
  position: absolute;
  left: 2.25rem;
  top: 1.125rem;
  text-decoration: none;
  z-index: 1;
  -webkit-transition: 0.2s top ease-in-out, 0.2s -webkit-filter ease-in-out;
  transition: 0.2s top ease-in-out, 0.2s -webkit-filter ease-in-out;
  transition: 0.2s top ease-in-out, 0.2s filter ease-in-out;
  transition: 0.2s top ease-in-out, 0.2s filter ease-in-out, 0.2s -webkit-filter ease-in-out; }
  @media (min-width: 992px) {
    .site-header__logo {
      width: 25%;
      max-width: 18.3125rem; } }
  @media (min-width: 1200px) {
    .site-header__logo {
      top: 2.3125rem;
      left: 2rem; } }
  @media (min-width: 1400px) {
    .site-header__logo {
      max-width: 21.625rem;
      left: 5.125rem; } }
  @media (min-width: 1200px) {
    .headroom--unpinned .site-header__logo {
      top: 1.6875rem; } }
  .home .site-header__logo {
    -webkit-filter: brightness(0) invert(1);
            filter: brightness(0) invert(1); }
  .home .site-header-open .site-header__logo {
    -webkit-filter: none;
            filter: none; }
  .home .headroom--not-top .site-header__logo {
    -webkit-filter: none;
            filter: none; }
  @media (min-width: 992px) {
    .site-header--ecosystem .site-header__logo {
      max-width: 14rem; } }
  @media (min-width: 1200px) {
    .site-header--ecosystem .site-header__logo {
      position: static;
      width: 100%; } }
  .site-header__logo img {
    display: block;
    width: 100%; }
  @media (min-width: 1200px) {
    .site-header__logo .site-header__logo-mobile {
      display: none; } }
  .site-header__logo .site-header__logo-desktop {
    display: none; }
    @media (min-width: 1200px) {
      .site-header__logo .site-header__logo-desktop {
        display: block; } }
  .site-header__logo.site-header__logo-no-parent-unit {
    -webkit-transition: 0.2s top ease-in-out, 0.2s -webkit-filter ease-in-out, 0.2s -webkit-transform ease-in-out;
    transition: 0.2s top ease-in-out, 0.2s -webkit-filter ease-in-out, 0.2s -webkit-transform ease-in-out;
    transition: 0.2s top ease-in-out, 0.2s filter ease-in-out, 0.2s transform ease-in-out;
    transition: 0.2s top ease-in-out, 0.2s filter ease-in-out, 0.2s transform ease-in-out, 0.2s -webkit-filter ease-in-out, 0.2s -webkit-transform ease-in-out; }
    @media (min-width: 1200px) {
      .site-header--ecosystem.headroom--unpinned .site-header__logo.site-header__logo-no-parent-unit {
        -webkit-transform: translateY(-100%);
                transform: translateY(-100%); } }

.site-header__top {
  -webkit-box-align: center;
          align-items: center;
  background-color: rgba(255, 255, 255, 0.95);
  display: -webkit-box;
  display: flex;
  height: 2.375rem;
  padding-right: 3.625rem;
  padding-bottom: 3.375rem;
  -webkit-box-pack: end;
          justify-content: flex-end;
  border-bottom: 0.0625rem solid #707070;
  -webkit-transition: 0.2s height ease-in-out;
  transition: 0.2s height ease-in-out; }
  @media (min-width: 1200px) {
    .site-header__top {
      padding: 0 2rem 0;
      height: 7.3125rem;
      -webkit-box-align: start;
              align-items: flex-start; } }
  @media (min-width: 1400px) {
    .site-header__top {
      padding: 0 3.75rem 0;
      position: relative;
      background-color: transparent; } }
  @media (min-width: 1200px) {
    .headroom--unpinned .site-header__top {
      height: 5.8125rem; } }
  @media (min-width: 1200px) {
    .site-header--ecosystem .site-header__top {
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
              align-items: center;
      -webkit-transition: 0.2s height ease-in-out, 0.2s opacity ease-in-out;
      transition: 0.2s height ease-in-out, 0.2s opacity ease-in-out; } }
  @media (min-width: 1400px) {
    .site-header--ecosystem .site-header__top {
      padding: 0 4rem 0 5.1875rem; } }
  .site-header--ecosystem.site-header-open .site-header__top:before {
    content: "";
    background-color: rgba(255, 255, 255, 0.95);
    position: absolute;
    top: 3.375rem;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1; }
    @media (min-width: 1200px) {
      .site-header--ecosystem.site-header-open .site-header__top:before {
        display: none; } }
  .home .site-header__top {
    background-color: transparent;
    border-bottom: none;
    -webkit-transition: 0.2s height ease-in-out, 0.2s background-color ease-in-out;
    transition: 0.2s height ease-in-out, 0.2s background-color ease-in-out; }
    .home .site-header__top:after {
      content: "";
      position: absolute;
      top: 0;
      left: -12.5rem;
      right: -12.5rem;
      background: transparent -webkit-gradient(linear, left top, left bottom, from(#000000), to(#00000000)) 0% 0% no-repeat padding-box;
      background: transparent linear-gradient(180deg, #000000 0%, #00000000 100%) 0% 0% no-repeat padding-box;
      height: 10.3125rem;
      opacity: 1;
      -webkit-transition: 0.2s opacity ease-in-out;
      transition: 0.2s opacity ease-in-out;
      visibility: visible;
      pointer-events: none; }
  .home .headroom--not-top .site-header__top {
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 0.0625rem solid #707070; }
    @media (min-width: 1400px) {
      .home .headroom--not-top .site-header__top {
        background-color: transparent; } }
    .home .headroom--not-top .site-header__top:after {
      display: none; }
      @media (min-width: 1400px) {
        .home .headroom--not-top .site-header__top:after {
          content: "";
          display: block;
          position: absolute;
          top: 0;
          bottom: -0.0625rem;
          left: -50vw;
          width: 150vw;
          height: auto;
          left: 50%;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%);
          z-index: -1;
          background: rgba(255, 255, 255, 0.95);
          border-bottom: 0.0625rem solid #707070;
          pointer-events: none; } }
  .home .site-header-open .site-header__top {
    background-color: rgba(255, 255, 255, 0.95);
    border-bottom: 0.0625rem solid #707070; }
    .home .site-header-open .site-header__top:after {
      opacity: 0;
      visibility: hidden; }
  .site-header--ecosystem .site-header__top {
    flex-wrap: wrap;
    border-bottom: none; }
  @media (min-width: 1400px) {
    .site-header__top:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: -0.0625rem;
      left: -50vw;
      width: 150vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -1;
      background-color: rgba(255, 255, 255, 0.95);
      border-bottom: 0.0625rem solid #707070;
      pointer-events: none; } }
  .home .site-header__top:before {
    background-color: transparent;
    border-bottom: none; }
  .home .headroom--not-top .site-header__top:before {
    border-bottom: 0.0625rem solid #707070; }
  .site-header__top ul {
    display: -webkit-box;
    display: flex; }
  .site-header__top li {
    padding-top: 0.125rem; }
    @media (min-width: 992px) {
      .site-header__top li {
        padding-top: 0;
        padding-right: 1.125rem; } }
    @media (min-width: 1200px) {
      .site-header__top li {
        padding-right: 1.125rem; } }
    @media (min-width: 1400px) {
      .site-header__top li {
        padding-right: 1.5rem; } }
    @media (min-width: 1200px) {
      .site-header__top li:last-child {
        padding-right: 0; } }

.site-header__utility {
  position: relative;
  display: none;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  z-index: 1; }
  @media (min-width: 1200px) {
    .site-header__utility {
      display: block;
      margin-top: 1.6875rem;
      margin-right: 1rem; } }
  @media (min-width: 1400px) {
    .site-header__utility {
      margin-right: 3.3125rem; } }
  @media (min-width: 1200px) {
    .site-header__utility.site-header__utility-search-open {
      -webkit-transition: 0.2s margin-right ease-in-out;
      transition: 0.2s margin-right ease-in-out;
      margin-right: 15rem; } }
  @media (min-width: 1200px) {
    html:not(.js) .site-header__utility {
      margin-right: 15rem; } }
  @media (min-width: 1200px) {
    .headroom--unpinned .site-header__utility {
      opacity: 0;
      visibility: hidden; } }
  @media (min-width: 1200px) {
    .site-header--ecosystem .site-header__utility {
      margin-top: 0;
      margin-right: 0.3125rem; } }
  @media (min-width: 1200px) {
    .site-header--ecosystem .site-header__utility + .site-header__utility-button {
      margin-left: 1.875rem; } }
  @media (min-width: 1200px) {
    .site-header__utility a,
    .site-header__utility .site-header__utility-dropdown-trigger {
      text-transform: none;
      color: #7c2529;
      font-family: "Nimbus Sans", sans-serif;
      font-weight: 400;
      font-size: 0.875rem;
      line-height: 1.71429;
      text-decoration: none;
      -webkit-transition: 0.2s color ease-in-out;
      transition: 0.2s color ease-in-out;
      background-color: transparent;
      border: none;
      cursor: pointer; } }
  @media (min-width: 1400px) {
    .site-header__utility a,
    .site-header__utility .site-header__utility-dropdown-trigger {
      font-size: 1rem;
      line-height: 1.625; } }
  @media (min-width: 1200px) {
    .home .site-header__utility a, .home
    .site-header__utility .site-header__utility-dropdown-trigger {
      color: #ffffff; } }
  @media (min-width: 1200px) {
    .home .headroom--not-top .site-header__utility a, .home .headroom--not-top
    .site-header__utility .site-header__utility-dropdown-trigger {
      color: #c8102e; } }
  @media (min-width: 1200px) {
    .site-header__utility a:hover,
    .site-header__utility .site-header__utility-dropdown-trigger:hover {
      color: #c8102e; } }
  @media (min-width: 1200px) {
    .home .site-header__utility a:hover, .home
    .site-header__utility .site-header__utility-dropdown-trigger:hover {
      color: #f1be48; } }
  @media (min-width: 1200px) {
    .home .headroom--not-top .site-header__utility a:hover, .home .headroom--not-top
    .site-header__utility .site-header__utility-dropdown-trigger:hover {
      color: #7c2529; } }
  @media (min-width: 1200px) {
    .site-header__utility .site-header__utility-dropdown-trigger {
      position: relative;
      padding: 0;
      margin: 0; } }
  @media (min-width: 1200px) {
    .site-header__utility .site-header__utility-dropdown-trigger[aria-expanded="true"]:after {
      -webkit-transform: rotate(225deg);
              transform: rotate(225deg);
      top: 0.0625rem; } }
  @media (min-width: 1200px) {
    .site-header__utility .site-header__utility-dropdown-trigger:hover:after {
      border-color: #c8102e; }
      .home .site-header__utility .site-header__utility-dropdown-trigger:hover:after {
        border-color: #f1be48; }
      .home .headroom--not-top .site-header__utility .site-header__utility-dropdown-trigger:hover:after {
        border-color: #7c2529; } }
  @media (min-width: 1200px) {
    .site-header__utility .site-header__utility-dropdown-trigger:after {
      content: "";
      display: inline-block;
      position: relative;
      margin-left: 0.4375rem;
      top: -0.25rem;
      width: 0.5rem;
      height: 0.5rem;
      border-right: 0.125rem solid #7c2529;
      border-bottom: 0.125rem solid #7c2529;
      -webkit-transform: rotate(45deg);
              transform: rotate(45deg);
      -webkit-transition: 0.2s top ease-in-out, 0.2s border-color ease-in-out, 0.2s -webkit-transform ease-in-out;
      transition: 0.2s top ease-in-out, 0.2s border-color ease-in-out, 0.2s -webkit-transform ease-in-out;
      transition: 0.2s transform ease-in-out, 0.2s top ease-in-out, 0.2s border-color ease-in-out;
      transition: 0.2s transform ease-in-out, 0.2s top ease-in-out, 0.2s border-color ease-in-out, 0.2s -webkit-transform ease-in-out;
      -webkit-transform-origin: center;
              transform-origin: center; }
      .home .site-header__utility .site-header__utility-dropdown-trigger:after {
        border-color: #ffffff; }
      .home .headroom--not-top .site-header__utility .site-header__utility-dropdown-trigger:after {
        border-color: #c8102e; } }

@media (min-width: 1200px) {
  .site-header__utility-dropdown-menu {
    position: absolute;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    box-shadow: 0.5625rem 0.5625rem 1.25rem rgba(0, 0, 0, 0.2);
    padding: 1.25rem 1.875rem;
    background-color: #ffffff;
    -webkit-transform: translateX(-25%);
            transform: translateX(-25%);
    -webkit-transition: 0.3s opacity ease-in-out, 0.3s -webkit-transform ease-in-out;
    transition: 0.3s opacity ease-in-out, 0.3s -webkit-transform ease-in-out;
    transition: 0.3s transform ease-in-out, 0.3s opacity ease-in-out;
    transition: 0.3s transform ease-in-out, 0.3s opacity ease-in-out, 0.3s -webkit-transform ease-in-out;
    top: 2.0625rem; } }

@media (min-width: 1200px) {
  .site-header__utility-dropdown-menu[aria-hidden="true"] {
    visibility: hidden;
    -webkit-transform: translate3d(-25%, 1.875rem, 0);
            transform: translate3d(-25%, 1.875rem, 0);
    opacity: 0; } }

@media (min-width: 1200px) {
  .site-header__utility-dropdown-menu[aria-hidden="false"] {
    opacity: 1; } }

@media (min-width: 1200px) {
  .site-header__utility-dropdown-menu li {
    margin: 0 0 0.625rem;
    padding: 0; } }

@media (min-width: 1200px) {
  .site-header__utility-dropdown-menu li:last-child {
    margin-bottom: 0; } }

@media (min-width: 1200px) {
  .site-header__utility-dropdown-menu li a {
    white-space: nowrap; }
    .home .site-header__utility-dropdown-menu li a {
      color: #7c2529; }
      .home .site-header__utility-dropdown-menu li a:hover {
        color: #c8102e; }
    .home .headroom--not-top .site-header__utility-dropdown-menu li a {
      color: #7c2529; }
      .home .headroom--not-top .site-header__utility-dropdown-menu li a:hover {
        color: #c8102e; } }

.site-header__search {
  align-self: stretch;
  height: 3.375rem;
  width: 3.375rem;
  margin-right: 1.9375rem;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  z-index: 1; }
  @media (min-width: 1200px) {
    .site-header__search {
      position: relative;
      top: 0.875rem;
      margin-right: -1rem;
      display: -webkit-box;
      display: flex;
      -webkit-box-pack: center;
              justify-content: center; } }
  @media (min-width: 1400px) {
    .site-header__search {
      margin-right: 0; } }
  @media (min-width: 1200px) {
    .headroom--unpinned .site-header__search {
      opacity: 0; } }
  @media (min-width: 1200px) {
    .site-header--ecosystem .site-header__search {
      top: 0.125rem;
      height: auto; } }

.site-header__search-toggle {
  display: none; }
  @media (min-width: 1200px) {
    .site-header__search-toggle {
      -webkit-box-align: center;
              align-items: center;
      display: -webkit-box;
      display: flex;
      height: 100%;
      -webkit-box-pack: center;
              justify-content: center;
      padding: 0 1rem;
      font-size: 1.25rem;
      border: none;
      background-color: transparent;
      color: #7c2529;
      display: block;
      font-size: 1.25rem;
      text-decoration: none;
      -webkit-transition: 0.2s color ease-in-out;
      transition: 0.2s color ease-in-out;
      cursor: pointer; } }
  .site-header__search-toggle[aria-expanded="true"] {
    opacity: 0;
    visibility: hidden; }
  .home .site-header__search-toggle {
    color: #ffffff; }
  .home .headroom--not-top .site-header__search-toggle {
    color: #c8102e; }
  @media (min-width: 1200px) {
    .site-header__search-toggle:hover {
      color: #c8102e; } }
  @media (min-width: 1200px) {
    .home .site-header__search-toggle:hover {
      color: #f1be48; } }
  @media (min-width: 1200px) {
    .home .headroom--not-top .site-header__search-toggle:hover {
      color: #7c2529; } }

.site-header__main {
  -webkit-box-align: center;
          align-items: center;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: end;
          justify-content: flex-end;
  pointer-events: none; }
  @media (min-width: 992px) {
    .site-header__main {
      background-color: transparent; } }
  @media (min-width: 1200px) {
    .site-header__main {
      pointer-events: initial; } }
  .site-header__main * {
    pointer-events: initial; }
  @media (min-width: 1200px) {
    .site-header--ecosystem .site-header__main {
      pointer-events: none; } }

.site-header__mega-menu {
  background-color: #ffffff;
  pointer-events: none;
  position: absolute;
  top: 3.4375rem;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s -webkit-transform ease-in-out;
  transition: 0.2s transform ease-in-out;
  transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out;
  height: 100vh; }
  @media (min-width: 992px) {
    .site-header__mega-menu {
      background-color: transparent; } }
  @media (min-width: 1200px) {
    .site-header__mega-menu {
      bottom: auto; } }
  @media (min-width: 1200px) {
    .headroom--unpinned .site-header__mega-menu {
      -webkit-transform: translateY(-2.1875rem);
              transform: translateY(-2.1875rem); } }
  html:not(.js) .site-header__mega-menu {
    display: none; }
    @media (min-width: 1200px) {
      html:not(.js) .site-header__mega-menu {
        display: block; } }
    html:not(.js) .site-header__mega-menu:target {
      display: block; }
  .js .site-header__mega-menu {
    opacity: 0;
    visibility: hidden; }
    .js .site-header__mega-menu[aria-hidden="false"] {
      opacity: 1;
      visibility: visible; }
    @media (min-width: 1200px) {
      .js .site-header__mega-menu {
        opacity: 1;
        visibility: visible; } }
    .js .site-header__mega-menu.transitioning {
      -webkit-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out;
      transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out; }
  .site-header--ecosystem .site-header__mega-menu {
    top: 5.625rem; }
    @media (min-width: 1200px) {
      .site-header--ecosystem .site-header__mega-menu {
        height: auto;
        position: relative;
        top: 0;
        width: 100%; } }

.site-header__mega-menu-inner {
  background-color: #c8102e;
  height: 100%;
  overflow: hidden;
  pointer-events: none;
  position: relative; }
  @media (min-width: 1200px) {
    .site-header__mega-menu-inner {
      background-color: transparent; } }
  @media (min-width: 1200px) {
    .site-header--ecosystem .site-header__mega-menu-inner {
      overflow: visible; } }

.site-header__mega-menu-scroller {
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden; }
  @media (min-width: 1200px) {
    .site-header__mega-menu-scroller {
      overflow: initial;
      pointer-events: none; } }

.site-header__mega-menu-max-bound {
  margin: 0 auto;
  max-width: 103.75rem; }
  @media (min-width: 1200px) {
    .site-header--ecosystem .site-header__mega-menu-max-bound {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: justify;
              justify-content: space-between;
      padding: 0 2.875rem 0 2rem; } }
  @media (min-width: 1400px) {
    .site-header--ecosystem .site-header__mega-menu-max-bound {
      padding: 0 5.1875rem 0 5.1875rem; } }

.site-header__mega-menu-open {
  height: 3.4375rem;
  width: 3.625rem;
  top: -3.4375rem;
  right: 1.75rem;
  -webkit-transition: 0.3s background-color ease-in-out;
  transition: 0.3s background-color ease-in-out;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1rem;
  font-weight: 700;
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  letter-spacing: 0.01562em;
  line-height: 1;
  cursor: pointer;
  position: relative;
  text-decoration: none;
  background-color: transparent;
  border: none; }
  @media (min-width: 1200px) {
    .site-header__mega-menu-open {
      display: none; } }
  .site-header__mega-menu-open .site-header__mega-menu-open-line-wrap {
    width: 1.875rem; }
    .site-header__mega-menu-open .site-header__mega-menu-open-line-wrap span {
      display: block;
      width: 100%;
      border-bottom: 0.125rem solid #c8102e;
      margin-bottom: 0.4375rem;
      -webkit-transform-origin: center center;
              transform-origin: center center;
      -webkit-transition: 0.2s opacity ease-in-out, 0.2s border-color ease-in-out, 0.2s -webkit-transform ease-in-out;
      transition: 0.2s opacity ease-in-out, 0.2s border-color ease-in-out, 0.2s -webkit-transform ease-in-out;
      transition: 0.2s transform ease-in-out, 0.2s opacity ease-in-out, 0.2s border-color ease-in-out;
      transition: 0.2s transform ease-in-out, 0.2s opacity ease-in-out, 0.2s border-color ease-in-out, 0.2s -webkit-transform ease-in-out;
      position: relative; }
      .site-header__mega-menu-open .site-header__mega-menu-open-line-wrap span:last-child {
        margin-bottom: 0; }
      .home .site-header__mega-menu-open .site-header__mega-menu-open-line-wrap span {
        border-bottom-color: #ffffff; }
      .home .site-header-open .site-header__mega-menu-open .site-header__mega-menu-open-line-wrap span {
        border-bottom-color: #c8102e; }
      .home .headroom--not-top .site-header__mega-menu-open .site-header__mega-menu-open-line-wrap span {
        border-bottom-color: #c8102e; }
    .site-header__mega-menu-open .site-header__mega-menu-open-line-wrap:hover span {
      border-color: #7c2529; }
    .home .site-header__mega-menu-open .site-header__mega-menu-open-line-wrap:hover span {
      border-bottom-color: #ffffff; }
    .home .site-header-open .site-header__mega-menu-open .site-header__mega-menu-open-line-wrap:hover span {
      border-bottom-color: #7c2529; }
    .home .headroom--not-top .site-header__mega-menu-open .site-header__mega-menu-open-line-wrap:hover span {
      border-bottom-color: #7c2529; }
  .site-header__mega-menu-open:hover {
    background-color: transparent; }
  .site-header__mega-menu-open[aria-expanded="true"] .site-header__mega-menu-open-line-wrap span:nth-child(1) {
    -webkit-transform: rotate(-45deg) translate(-0.375rem, 0.375rem);
            transform: rotate(-45deg) translate(-0.375rem, 0.375rem); }
  .site-header__mega-menu-open[aria-expanded="true"] .site-header__mega-menu-open-line-wrap span:nth-child(2) {
    opacity: 0; }
  .site-header__mega-menu-open[aria-expanded="true"] .site-header__mega-menu-open-line-wrap span:nth-child(3) {
    -webkit-transform: rotate(45deg) translate(-0.375rem, -0.4375rem);
            transform: rotate(45deg) translate(-0.375rem, -0.4375rem); }

.site-header__mega-menu-main {
  background-color: #c8102e;
  padding: 3.75rem 2.25rem;
  position: relative; }
  @media (min-width: 1200px) {
    .site-header__mega-menu-main {
      background-color: transparent;
      padding: 0 3.1875rem 0 0;
      margin-top: 0.8125rem; } }
  @media (min-width: 1400px) {
    .site-header__mega-menu-main {
      padding: 0 5.75rem 0 0; } }
  @media (min-width: 1200px) {
    html:not(.js) .site-header__mega-menu-main {
      margin-top: -1.4375rem; } }
  .site-header--ecosystem .site-header__mega-menu-main {
    padding-top: 1.875rem; }
    @media (min-width: 1200px) {
      .site-header--ecosystem .site-header__mega-menu-main {
        margin-top: -0.3125rem;
        padding: 1.25rem 0;
        background-color: #f5f5f5; }
        .site-header--ecosystem .site-header__mega-menu-main:before {
          content: "";
          position: absolute;
          background-color: #f5f5f5;
          top: 0;
          bottom: 0;
          left: 0;
          right: 0;
          width: 150vw;
          left: -50vw;
          z-index: -1; } }

@media (min-width: 1200px) {
  .site-header__mega-menu-main-nav {
    -webkit-box-flex: 1;
            flex: 1 0 auto; } }

@media (min-width: 1200px) {
  .site-header__mega-menu-main-nav > ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    width: 65%;
    margin: 0 0 0 auto; } }

@media (min-width: 1200px) {
  .site-header--ecosystem .site-header__mega-menu-main-nav > ul {
    width: 100%;
    flex-wrap: wrap;
    margin-right: -2.5rem; } }

.site-header__mega-menu-main-nav > ul > li {
  margin-bottom: 1.375rem; }
  @media (min-width: 1200px) {
    .site-header__mega-menu-main-nav > ul > li {
      padding-right: 2.5rem;
      margin-bottom: 0;
      -webkit-transition: 0.3s opacity ease-in-out;
      transition: 0.3s opacity ease-in-out;
      position: relative; } }
  @media (min-width: 1200px) {
    html:not(.js) .site-header__mega-menu-main-nav > ul > li:hover > ul {
      display: block; } }
  @media (min-width: 1200px) {
    html:not(.js) .site-header__mega-menu-main-nav > ul > li:hover > .two-column-dropdown {
      display: -webkit-box;
      display: flex; } }
  @media (min-width: 1200px) {
    .site-header__mega-menu-main-nav > ul > li.site-header__parent-link-no-subnav-wrap {
      padding-right: 1.875rem; } }
  @media (min-width: 1200px) {
    .site-header--ecosystem .site-header__mega-menu-main-nav > ul > li {
      padding: 0.4375rem 2.5rem 0.4375rem 0; } }
  .site-header__mega-menu-main-nav > ul > li > a,
  .site-header__mega-menu-main-nav > ul > li > button {
    width: 100%; }
    @media (min-width: 768px) {
      .site-header__mega-menu-main-nav > ul > li > a,
      .site-header__mega-menu-main-nav > ul > li > button {
        display: block;
        max-width: 42.25rem; } }
    @media (min-width: 1200px) {
      .site-header__mega-menu-main-nav > ul > li > a,
      .site-header__mega-menu-main-nav > ul > li > button {
        max-width: none;
        padding: 0;
        background-color: transparent;
        border: none;
        color: #c8102e;
        font-size: 0.875rem;
        line-height: 1.85714;
        margin: 0;
        border-radius: 0; } }
  @media (min-width: 1200px) and (min-width: 1400px) {
    .site-header__mega-menu-main-nav > ul > li > a,
    .site-header__mega-menu-main-nav > ul > li > button {
      font-size: 1rem;
      line-height: 1.625; } }
    .site-header__mega-menu-main-nav > ul > li > a.site-header__parent-link-no-subnav:after,
    .site-header__mega-menu-main-nav > ul > li > button.site-header__parent-link-no-subnav:after {
      display: none; }
    @media (min-width: 1200px) {
      .home .site-header__mega-menu-main-nav > ul > li > a, .home
      .site-header__mega-menu-main-nav > ul > li > button {
        color: #ffffff; } }
    @media (min-width: 1200px) {
      .home .headroom--not-top .site-header__mega-menu-main-nav > ul > li > a, .home .headroom--not-top
      .site-header__mega-menu-main-nav > ul > li > button {
        color: #c8102e; } }
    .site-header__mega-menu-main-nav > ul > li > a:after,
    .site-header__mega-menu-main-nav > ul > li > button:after {
      content: "";
      position: absolute;
      border-right: 0.125rem solid #7c2529;
      border-bottom: 0.125rem solid #7c2529;
      width: 0.75rem;
      height: 0.75rem;
      right: 1rem;
      top: 0.875rem;
      -webkit-transform: rotate(315deg);
              transform: rotate(315deg);
      -webkit-transform-origin: center;
              transform-origin: center; }
      @media (min-width: 1200px) {
        .site-header__mega-menu-main-nav > ul > li > a:after,
        .site-header__mega-menu-main-nav > ul > li > button:after {
          right: -0.8125rem;
          top: 0.4375rem;
          width: 0.4375rem;
          height: 0.4375rem;
          border-right: 0.125rem solid #c8102e;
          border-bottom: 0.125rem solid #c8102e;
          -webkit-transform: rotate(45deg);
                  transform: rotate(45deg);
          -webkit-transition: 0.2s top ease-in-out, 0.2s border-color ease-in-out, 0.2s -webkit-transform ease-in-out;
          transition: 0.2s top ease-in-out, 0.2s border-color ease-in-out, 0.2s -webkit-transform ease-in-out;
          transition: 0.2s transform ease-in-out, 0.2s top ease-in-out, 0.2s border-color ease-in-out;
          transition: 0.2s transform ease-in-out, 0.2s top ease-in-out, 0.2s border-color ease-in-out, 0.2s -webkit-transform ease-in-out; } }
      @media (min-width: 1400px) {
        .site-header__mega-menu-main-nav > ul > li > a:after,
        .site-header__mega-menu-main-nav > ul > li > button:after {
          right: -1rem;
          top: 0.3125rem;
          width: 0.625rem;
          height: 0.625rem; } }
      @media (min-width: 1200px) {
        .home .site-header__mega-menu-main-nav > ul > li > a:after, .home
        .site-header__mega-menu-main-nav > ul > li > button:after {
          border-color: #ffffff; } }
      @media (min-width: 1200px) {
        .home .headroom--not-top .site-header__mega-menu-main-nav > ul > li > a:after, .home .headroom--not-top
        .site-header__mega-menu-main-nav > ul > li > button:after {
          border-color: #c8102e; } }
    @media (min-width: 1200px) {
      .site-header__mega-menu-main-nav > ul > li > a:hover,
      .site-header__mega-menu-main-nav > ul > li > button:hover {
        background-color: transparent;
        padding-right: 0; } }
    @media (min-width: 1200px) {
      .home .site-header__mega-menu-main-nav > ul > li > a:hover, .home
      .site-header__mega-menu-main-nav > ul > li > button:hover {
        color: #f1be48; } }
    @media (min-width: 1200px) {
      .home .headroom--not-top .site-header__mega-menu-main-nav > ul > li > a:hover, .home .headroom--not-top
      .site-header__mega-menu-main-nav > ul > li > button:hover {
        color: #7c2529; } }
    @media (min-width: 1200px) {
      .site-header__mega-menu-main-nav > ul > li > a:hover:after,
      .site-header__mega-menu-main-nav > ul > li > button:hover:after {
        border-color: #7c2529; } }
    @media (min-width: 1200px) {
      .home .site-header__mega-menu-main-nav > ul > li > a:hover:after, .home
      .site-header__mega-menu-main-nav > ul > li > button:hover:after {
        border-color: #f1be48; } }
    @media (min-width: 1200px) {
      .home .headroom--not-top .site-header__mega-menu-main-nav > ul > li > a:hover:after, .home .headroom--not-top
      .site-header__mega-menu-main-nav > ul > li > button:hover:after {
        border-color: #7c2529; } }
    @media (min-width: 1200px) {
      .site-header__mega-menu-main-nav > ul > li > a[aria-expanded="true"],
      .site-header__mega-menu-main-nav > ul > li > button[aria-expanded="true"] {
        border-bottom: 0.4375rem solid #f1be48;
        margin-bottom: -0.4375rem; } }
    @media (min-width: 1200px) {
      .site-header__mega-menu-main-nav > ul > li > a[aria-expanded="true"]:after,
      .site-header__mega-menu-main-nav > ul > li > button[aria-expanded="true"]:after {
        -webkit-transform: rotate(225deg);
                transform: rotate(225deg);
        top: 0.625rem;
        border-color: #7c2529; } }
    @media (min-width: 1200px) {
      .home .site-header__mega-menu-main-nav > ul > li > a[aria-expanded="true"]:after, .home
      .site-header__mega-menu-main-nav > ul > li > button[aria-expanded="true"]:after {
        border-color: #f1be48; } }
    @media (min-width: 1200px) {
      .home .headroom--not-top .site-header__mega-menu-main-nav > ul > li > a[aria-expanded="true"]:after, .home .headroom--not-top
      .site-header__mega-menu-main-nav > ul > li > button[aria-expanded="true"]:after {
        border-color: #7c2529; } }
  .site-header__mega-menu-main-nav > ul > li ul {
    background-color: #c8102e;
    overflow-y: auto;
    padding: 1.25rem 2.5rem;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out, 0.3s -webkit-transform ease-in-out;
    transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out, 0.3s -webkit-transform ease-in-out;
    transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0.3s visibility ease-in-out;
    transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0.3s visibility ease-in-out, 0.3s -webkit-transform ease-in-out;
    z-index: 1; }
    @media (min-width: 1200px) {
      .site-header__mega-menu-main-nav > ul > li ul {
        background-color: #ffffff;
        margin-top: 1.375rem;
        padding: 2.5rem 3.25rem;
        top: 0.6875rem;
        right: initial;
        left: initial;
        bottom: initial;
        box-shadow: 0.5625rem 0.5625rem 1.25rem rgba(0, 0, 0, 0.2);
        min-width: 25.3125rem;
        left: -7.5rem;
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        opacity: 0; } }
    @media (min-width: 1200px) {
      .site-header--ecosystem .site-header__mega-menu-main-nav > ul > li ul {
        background-color: #f5f5f5;
        margin-top: 1.8125rem; } }
    .site-header__mega-menu-main-nav > ul > li ul[aria-hidden="true"] {
      -webkit-transform: translate3d(100%, 0, 0);
              transform: translate3d(100%, 0, 0);
      visibility: hidden; }
      @media (min-width: 1200px) {
        .site-header__mega-menu-main-nav > ul > li ul[aria-hidden="true"] {
          -webkit-transform: translate3d(0, 1.875rem, 0);
                  transform: translate3d(0, 1.875rem, 0); } }
    .site-header__mega-menu-main-nav > ul > li ul[aria-hidden="false"] {
      opacity: 1;
      -webkit-transform: none;
              transform: none;
      visibility: visible;
      height: 100vh;
      z-index: 2; }
      @media (min-width: 1200px) {
        .site-header__mega-menu-main-nav > ul > li ul[aria-hidden="false"] {
          height: auto; } }
    @media (min-width: 1200px) {
      .site-header__mega-menu-main-nav > ul > li ul.two-column-dropdown {
        min-width: 45.4375rem;
        left: -15.1875rem;
        gap: 0 2.5rem; } }
    @media (min-width: 1200px) {
      .site-header__mega-menu-main-nav > ul > li ul.two-column-dropdown li {
        width: calc(50% - 1.25rem); } }
    html:not(.js) .site-header__mega-menu-main-nav > ul > li ul {
      z-index: -1; }
      @media (min-width: 1200px) {
        html:not(.js) .site-header__mega-menu-main-nav > ul > li ul {
          display: none;
          padding-bottom: 1.875rem;
          margin-top: 0.875rem;
          z-index: 1; } }
    .site-header__mega-menu-main-nav > ul > li ul li {
      margin-bottom: 0.625rem;
      padding-left: 0.875rem; }
      @media (min-width: 1200px) {
        .site-header__mega-menu-main-nav > ul > li ul li {
          -webkit-box-flex: 0;
                  flex: 0 1 auto;
          width: 100%;
          padding-left: 0;
          margin-bottom: 0.8125rem; } }
      .site-header__mega-menu-main-nav > ul > li ul li.site-header__mega-menu-main-nav-dropdown-back-wrap {
        margin-bottom: 0.5rem; }
      .site-header__mega-menu-main-nav > ul > li ul li.site-header__mega-menu-main-nav-dropdown-parent-wrap {
        margin-bottom: 1.25rem; }
        @media (min-width: 1200px) {
          .site-header__mega-menu-main-nav > ul > li ul li.site-header__mega-menu-main-nav-dropdown-parent-wrap {
            -webkit-box-ordinal-group: 2;
                    order: 1;
            width: 100% !important;
            border-top: 0.125rem solid #f1be48;
            margin-top: 2.8125rem;
            margin-bottom: -0.9375rem;
            padding-top: 1.5625rem; } }
        .site-header__mega-menu-main-nav > ul > li ul li.site-header__mega-menu-main-nav-dropdown-parent-wrap.site-header__mega-menu-main-nav-dropdown-parent-wrap-no-href {
          display: none; }
      .site-header__mega-menu-main-nav > ul > li ul li:last-child {
        margin-bottom: 0; }
  .site-header__mega-menu-main-nav > ul > li:last-child {
    margin-bottom: 0;
    padding-right: 0; }
    @media (min-width: 1200px) {
      .site-header__mega-menu-main-nav > ul > li:last-child.site-header__parent-link-no-subnav-wrap {
        margin-right: -1.25rem; } }
    @media (min-width: 1200px) {
      .site-header--ecosystem .site-header__mega-menu-main-nav > ul > li:last-child.site-header__parent-link-no-subnav-wrap {
        margin-right: 0; } }
    @media (min-width: 1200px) {
      .site-header--ecosystem .site-header__mega-menu-main-nav > ul > li:last-child {
        padding-right: 2.5rem; } }
  .site-header__mega-menu-main-nav > ul > li:hover {
    opacity: 1; }
  .user-tabbing .site-header__mega-menu-main-nav > ul > li[focus-within] {
    opacity: 1; }
  .user-tabbing .site-header__mega-menu-main-nav > ul > li:focus-within {
    opacity: 1; }
  @media (min-width: 1200px) {
    .site-header__mega-menu-main-nav > ul > li:last-child > ul, .site-header__mega-menu-main-nav > ul > li:nth-last-child(2) > ul {
      right: 0;
      left: initial; } }

.site-header__mega-menu-main-nav a {
  color: #ffffff;
  -webkit-transition: 0.3s color ease-in-out, 0.3s -webkit-text-decoration-color ease-in-out;
  transition: 0.3s color ease-in-out, 0.3s -webkit-text-decoration-color ease-in-out;
  transition: 0.3s color ease-in-out, 0.3s text-decoration-color ease-in-out;
  transition: 0.3s color ease-in-out, 0.3s text-decoration-color ease-in-out, 0.3s -webkit-text-decoration-color ease-in-out;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.44444;
  text-decoration: underline;
  -webkit-text-decoration-color: #ffffff;
          text-decoration-color: #ffffff;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.0625rem;
  margin: 0; }
  @media (min-width: 1200px) {
    .site-header__mega-menu-main-nav a {
      color: #7c2529;
      line-height: 1.88889;
      -webkit-text-decoration-color: #7c2529;
              text-decoration-color: #7c2529;
      font-size: 1rem;
      line-height: 1.5; } }
  @media (min-width: 1400px) {
    .site-header__mega-menu-main-nav a {
      font-size: 1.125rem;
      line-height: 1.44444; } }
  .site-header__mega-menu-main-nav a.link-tertiary:hover {
    color: #ffffff; }
    @media (min-width: 1200px) {
      .site-header__mega-menu-main-nav a.link-tertiary:hover {
        color: #7c2529; } }
  .site-header__mega-menu-main-nav a .arrow {
    background-color: #ffffff; }
    @media (min-width: 1200px) {
      .site-header__mega-menu-main-nav a .arrow {
        background-color: #7c2529; } }
    .site-header__mega-menu-main-nav a .arrow:before, .site-header__mega-menu-main-nav a .arrow:after {
      background-color: #ffffff; }
      @media (min-width: 1200px) {
        .site-header__mega-menu-main-nav a .arrow:before, .site-header__mega-menu-main-nav a .arrow:after {
          background-color: #7c2529; } }

@media (min-width: 1200px) {
  .site-header__mega-menu-main-nav-dropdown-back-wrap {
    display: none; } }

.site-header__mega-menu-main-nav-dropdown-back {
  color: #ffffff;
  border: none;
  background-color: transparent;
  display: inline-block;
  font-weight: 700;
  font-size: 1.125rem;
  height: 2.75rem;
  padding: 0 0 0 1rem;
  position: relative;
  -webkit-transition: 0.3s color ease-in-out;
  transition: 0.3s color ease-in-out;
  margin-left: -0.875rem; }
  .site-header__mega-menu-main-nav-dropdown-back .site-header__mega-menu-main-nav-dropdown-back-label {
    font-family: "Nimbus Sans", sans-serif;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.625;
    letter-spacing: 0.06em;
    position: relative;
    left: -0.25rem;
    cursor: pointer; }
  .site-header__mega-menu-main-nav-dropdown-back:hover,
  .user-tabbing .site-header__mega-menu-main-nav-dropdown-back:focus {
    color: #ffffff; }
    .site-header__mega-menu-main-nav-dropdown-back:hover .site-header__mega-menu-main-nav-dropdown-back-icon,
    .user-tabbing .site-header__mega-menu-main-nav-dropdown-back:focus .site-header__mega-menu-main-nav-dropdown-back-icon {
      color: #ffffff;
      -webkit-transform: translate3d(-0.25rem, -55%, 0);
              transform: translate3d(-0.25rem, -55%, 0); }

.site-header__mega-menu-main-nav-dropdown-back-icon {
  color: #ffffff;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.625;
  letter-spacing: 0.06em;
  position: absolute;
  top: 1.375rem;
  left: 0;
  -webkit-transform: translate3d(0, -55%, 0);
          transform: translate3d(0, -55%, 0);
  -webkit-transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s -webkit-transform ease-in-out;
  transition: 0.3s transform ease-in-out;
  transition: 0.3s transform ease-in-out, 0.3s -webkit-transform ease-in-out; }

a.site-header__mega-menu-main-nav-dropdown-parent {
  font-family: "Nimbus Sans", sans-serif;
  font-size: 1.3125rem;
  line-height: 1.7619;
  font-weight: 700;
  color: #ffffff;
  text-decoration: none;
  margin-left: -0.875rem;
  position: relative; }
  @media (min-width: 1200px) {
    a.site-header__mega-menu-main-nav-dropdown-parent {
      color: #7c2529;
      font-size: 1rem;
      line-height: 1.6875;
      margin-left: 0; } }
  @media (min-width: 1400px) {
    a.site-header__mega-menu-main-nav-dropdown-parent {
      font-size: 1.125rem;
      line-height: 1.72222; } }
  a.site-header__mega-menu-main-nav-dropdown-parent:hover {
    color: #ffffff; }
    @media (min-width: 1200px) {
      a.site-header__mega-menu-main-nav-dropdown-parent:hover {
        color: #7c2529; } }
  a.site-header__mega-menu-main-nav-dropdown-parent .arrow {
    background-color: #ffffff;
    top: 1.0625rem; }
    @media (min-width: 1200px) {
      a.site-header__mega-menu-main-nav-dropdown-parent .arrow {
        background-color: #7c2529;
        top: 0.875rem; } }
    a.site-header__mega-menu-main-nav-dropdown-parent .arrow:before, a.site-header__mega-menu-main-nav-dropdown-parent .arrow:after {
      background-color: #ffffff; }
      @media (min-width: 1200px) {
        a.site-header__mega-menu-main-nav-dropdown-parent .arrow:before, a.site-header__mega-menu-main-nav-dropdown-parent .arrow:after {
          background-color: #7c2529; } }

.site-header__mega-menu-secondary {
  background-color: #c8102e;
  padding: 0 2.25rem 3.75rem;
  position: relative; }
  .site-header__mega-menu-secondary:before {
    content: "";
    background-color: #c8102e;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 1;
    opacity: 0;
    pointer-events: none;
    -webkit-transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out, 0.3s -webkit-transform ease-in-out;
    transition: 0.3s opacity ease-in-out, 0.3s visibility ease-in-out, 0.3s -webkit-transform ease-in-out;
    transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0.3s visibility ease-in-out;
    transition: 0.3s opacity ease-in-out, 0.3s transform ease-in-out, 0.3s visibility ease-in-out, 0.3s -webkit-transform ease-in-out;
    -webkit-transform: translateX(100%);
            transform: translateX(100%); }
  @media (min-width: 1200px) {
    .site-header__mega-menu-secondary {
      display: none; } }
  .site-header__mega-menu-secondary[aria-hidden="true"]:before {
    -webkit-transform: none;
            transform: none;
    opacity: 1; }

.site-header__mega-menu-utility {
  max-width: 42.25rem;
  margin-bottom: 9.375rem; }
  @media (min-width: 1200px) {
    .site-header__mega-menu-utility {
      max-width: none;
      margin-bottom: 0; } }
  .site-header__mega-menu-utility ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2; }
    .site-header__mega-menu-utility ul li {
      margin-bottom: 0.625rem;
      line-height: 1.44444; }
      .site-header__mega-menu-utility ul li:last-child {
        margin-bottom: 0; }
    .site-header__mega-menu-utility ul a {
      color: #ffffff;
      font-family: "Nimbus Sans", sans-serif;
      font-size: 1.125rem;
      font-weight: 700;
      text-decoration: underline;
      -webkit-transition: 0.3s color ease-in-out;
      transition: 0.3s color ease-in-out; }
      .site-header__mega-menu-utility ul a:hover,
      .user-tabbing .site-header__mega-menu-utility ul a:focus {
        color: #ffffff; }

.site-header__search-form-desktop,
.site-header__search-form-mobile {
  margin: 2.5rem 0;
  position: relative; }
  .site-header__search-form-desktop input,
  .site-header__search-form-mobile input {
    width: 100%;
    height: 3rem;
    border: none;
    background-color: #ffffff; }
    .site-header__search-form-desktop input::-webkit-input-placeholder, .site-header__search-form-mobile input::-webkit-input-placeholder {
      color: transparent; }
    .site-header__search-form-desktop input::-moz-placeholder, .site-header__search-form-mobile input::-moz-placeholder {
      color: transparent; }
    .site-header__search-form-desktop input:-ms-input-placeholder, .site-header__search-form-mobile input:-ms-input-placeholder {
      color: transparent; }
    .site-header__search-form-desktop input::-ms-input-placeholder, .site-header__search-form-mobile input::-ms-input-placeholder {
      color: transparent; }
    .site-header__search-form-desktop input::placeholder,
    .site-header__search-form-mobile input::placeholder {
      color: transparent; }
    html:not(.js) .site-header__search-form-desktop input::-webkit-input-placeholder, html:not(.js)
    .site-header__search-form-mobile input::-webkit-input-placeholder {
      color: currentColor; }
    html:not(.js) .site-header__search-form-desktop input::-moz-placeholder, html:not(.js)
    .site-header__search-form-mobile input::-moz-placeholder {
      color: currentColor; }
    html:not(.js) .site-header__search-form-desktop input:-ms-input-placeholder, html:not(.js)
    .site-header__search-form-mobile input:-ms-input-placeholder {
      color: currentColor; }
    html:not(.js) .site-header__search-form-desktop input::-ms-input-placeholder, html:not(.js)
    .site-header__search-form-mobile input::-ms-input-placeholder {
      color: currentColor; }
    html:not(.js) .site-header__search-form-desktop input::placeholder, html:not(.js)
    .site-header__search-form-mobile input::placeholder {
      color: currentColor; }
    .site-header__search-form-desktop input[type="search"]::-webkit-search-decoration, .site-header__search-form-desktop input[type="search"]::-webkit-search-cancel-button, .site-header__search-form-desktop input[type="search"]::-webkit-search-results-button, .site-header__search-form-desktop input[type="search"]::-webkit-search-results-decoration,
    .site-header__search-form-mobile input[type="search"]::-webkit-search-decoration,
    .site-header__search-form-mobile input[type="search"]::-webkit-search-cancel-button,
    .site-header__search-form-mobile input[type="search"]::-webkit-search-results-button,
    .site-header__search-form-mobile input[type="search"]::-webkit-search-results-decoration {
      display: none; }
  .site-header__search-form-desktop button[type="submit"],
  .site-header__search-form-mobile button[type="submit"] {
    border: none;
    font-size: 1.5625rem;
    position: absolute;
    right: 0.375rem;
    top: 0.5rem;
    color: #c8102e;
    -webkit-transition: 0.2s color ease-in-out;
    transition: 0.2s color ease-in-out;
    cursor: pointer;
    border-radius: 0;
    margin: 0;
    padding: 0 0.4375rem;
    line-height: 1.3;
    background-color: transparent; }
    .site-header__search-form-desktop button[type="submit"]:hover,
    .site-header__search-form-mobile button[type="submit"]:hover {
      color: #7c2529;
      background-color: transparent;
      padding: 0 0.4375rem; }

.site-header__search-form-desktop {
  display: none; }
  @media (min-width: 1200px) {
    .site-header__search-form-desktop {
      display: block;
      position: absolute;
      right: 0;
      top: 0.125rem;
      margin: 0;
      width: 0;
      -webkit-transition: 0.2s width ease-in-out;
      transition: 0.2s width ease-in-out;
      visibility: hidden; } }
  @media (min-width: 1200px) {
    .site-header--ecosystem .site-header__search-form-desktop {
      top: -0.4375rem; } }
  .site-header__search-form-desktop[aria-hidden="false"] {
    width: 16.875rem;
    visibility: visible; }
    .site-header__search-form-desktop[aria-hidden="false"] button[type="submit"] {
      display: block;
      height: 2.75rem;
      min-width: 2.75rem;
      right: 2.75rem;
      top: 0.125rem; }
    .site-header__search-form-desktop[aria-hidden="false"] input {
      border: 0.125rem solid #7c2529;
      pointer-events: all;
      padding: 0.5rem 0.9375rem; }
  @media (min-width: 1200px) {
    .site-header__search-form-desktop button[type="submit"] {
      display: none;
      font-size: 1.25rem;
      top: 0.8125rem;
      right: 2.5rem; } }
  .site-header__search-form-desktop input {
    border: 0.125rem solid transparent;
    width: 100%;
    padding: 0;
    -webkit-transition: 0.2s border-color ease-in-out;
    transition: 0.2s border-color ease-in-out;
    pointer-events: none; }
    @media (min-width: 1200px) {
      html:not(.js) .site-header__search-form-desktop input {
        pointer-events: all;
        border: 0.125rem solid #7c2529;
        padding: 0.5rem 0.9375rem; } }
  @media (min-width: 1200px) {
    html:not(.js) .site-header__search-form-desktop {
      width: 16.875rem;
      visibility: visible; } }

.site-header__search-close {
  z-index: 11;
  position: relative;
  background-color: transparent;
  border: none;
  cursor: pointer;
  font-size: 1.625rem;
  color: #c8102e;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out;
  height: 2.75rem;
  min-width: 2.75rem;
  top: 0.25rem;
  left: -1.6875rem;
  display: none; }
  .site-header__search-close[aria-hidden="false"] {
    display: block;
    position: absolute;
    left: initial;
    opacity: 1;
    visibility: visible; }
    .site-header--ecosystem .site-header__search-close[aria-hidden="false"] {
      top: -0.3125rem; }

html:not(.js) .nojs-close-menu {
  text-align: right;
  padding-right: 40px;
  margin-top: 10px;
  color: #ffffff;
  display: block; }

.site-header__parent-unit-name {
  position: absolute;
  top: 3.25rem;
  left: 2.1875rem;
  font-family: "Nimbus Sans", sans-serif;
  font-size: 1.125rem;
  line-height: 1.27778;
  color: #c8102e;
  opacity: 0;
  -webkit-transition: 0.2s opacity ease-in-out, 0.2s color ease-in-out;
  transition: 0.2s opacity ease-in-out, 0.2s color ease-in-out;
  max-width: 17.1875rem;
  display: inline-block;
  text-decoration: none;
  pointer-events: none; }
  @media (min-width: 1200px) {
    .site-header__parent-unit-name {
      position: static;
      opacity: 1;
      font-size: 1rem;
      line-height: 1.4375;
      font-weight: 700;
      margin-top: 0.375rem;
      pointer-events: all; } }
  @media (min-width: 1200px) {
    .headroom--unpinned .site-header__parent-unit-name {
      opacity: 0; } }
  .site-header__parent-unit-name:hover {
    color: #7c2529; }
  .site-header-open .site-header__parent-unit-name {
    opacity: 1;
    z-index: 1;
    pointer-events: all; }

.site-header__website-title {
  background-color: #f5f5f5;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 100vw;
  margin-top: 3.375rem;
  margin-right: -3.625rem;
  padding: 0.625rem 2.375rem;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.27778;
  color: #7c2529;
  -webkit-transition: 0.2s opacity ease-in-out;
  transition: 0.2s opacity ease-in-out; }
  @media (min-width: 1200px) {
    .site-header__website-title {
      display: none; } }
  .site-header-open .site-header__website-title {
    opacity: 0; }
  .site-header__mega-menu-main .site-header__website-title {
    opacity: 1;
    margin: 0 0 1.75rem 0;
    background: transparent;
    width: auto;
    padding: 0;
    color: #ffffff; }
    @media (min-width: 1200px) {
      .site-header__mega-menu-main .site-header__website-title {
        max-width: 15.625rem;
        color: #7c2529;
        display: block;
        margin: 0; } }
    .site-header-open .site-header__mega-menu-main .site-header__website-title a {
      pointer-events: all; }
  .site-header__website-title a {
    color: currentColor;
    text-decoration: none;
    -webkit-transition: 0.3s color ease-in-out;
    transition: 0.3s color ease-in-out; }
    .site-header__website-title a:hover {
      text-decoration: underline; }
      @media (min-width: 1200px) {
        .site-header__website-title a:hover {
          color: #c8102e;
          text-decoration: none; } }
    .site-header-open .site-header__website-title a {
      pointer-events: none; }

.site-header__utility-button {
  background-color: #c8102e;
  color: #ffffff;
  padding: 0.125rem 1.875rem 0.125rem 0.9375rem;
  top: 0.1875rem;
  position: relative;
  text-decoration: none;
  font-weight: 700;
  -webkit-transition: 0.2s background-color ease-in-out, 0.2s opacity ease-in-out;
  transition: 0.2s background-color ease-in-out, 0.2s opacity ease-in-out;
  display: none; }
  @media (min-width: 1200px) {
    .site-header__utility-button {
      margin-left: 1.25rem;
      display: block; } }
  @media (min-width: 1400px) {
    .site-header__utility-button {
      margin-left: 0.3125rem; } }
  @media (min-width: 1200px) {
    .headroom--unpinned .site-header__utility-button {
      opacity: 0; } }
  .site-header__utility-button:hover {
    background-color: #7c2529;
    color: #ffffff; }
  .site-header__utility-button span {
    position: relative; }
    .site-header__utility-button span:after {
      content: "";
      position: absolute;
      border-right: 0.125rem solid #f1be48;
      border-bottom: 0.125rem solid #f1be48;
      width: 0.625rem;
      height: 0.625rem;
      margin-left: 0.25rem;
      top: 0.4375rem;
      -webkit-transform: rotate(-45deg);
              transform: rotate(-45deg); }
  .site-header__mega-menu-utility .site-header__utility-button {
    background-color: #ffffff;
    color: #7c2529;
    margin-top: 1.875rem;
    display: inline-block;
    position: static;
    -webkit-transition: 0.2s background-color ease-in-out, 0.2s color ease-in-out;
    transition: 0.2s background-color ease-in-out, 0.2s color ease-in-out; }
    .site-header__mega-menu-utility .site-header__utility-button:hover {
      color: #c8102e;
      background-color: #f5f5f5; }
      .site-header__mega-menu-utility .site-header__utility-button:hover span:after {
        border-color: #c8102e; }
    .site-header__mega-menu-utility .site-header__utility-button span:after {
      -webkit-transition: 0.2s border-color ease-in-out;
      transition: 0.2s border-color ease-in-out;
      border-color: #7c2529; }

@media (min-width: 1200px) {
  .site-header__utility-search-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end; } }

.paragraph-widget--callout-with-image {
  margin-top: 3.3125rem;
  margin-bottom: 3.3125rem; }
  .paragraph-widget--callout-with-image .callout-with-image__media {
    margin-left: -2.25rem; }
    @media (min-width: 768px) {
      .paragraph-widget--callout-with-image .callout-with-image__media {
        margin-left: -4.375rem; } }
    @media (min-width: 1200px) {
      .paragraph-widget--callout-with-image .callout-with-image__media {
        margin-left: -11.875rem; } }

@media (min-width: 768px) {
  .callout-with-image {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start; } }

@media (min-width: 992px) {
  .callout-with-image {
    -webkit-box-align: center;
            align-items: center; } }

.callout-with-image__media {
  margin-bottom: 1.875rem; }
  .callout-with-image__media:before {
    padding-top: 66.67%; }
  @media (min-width: 768px) {
    .callout-with-image__media {
      -webkit-box-flex: 1;
              flex: 1 1 0px; } }
  @media (min-width: 992px) {
    .callout-with-image__media {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 70%; } }
  .callout-with-image--small .callout-with-image__media {
    margin-bottom: 1.0625rem; }
    @media (min-width: 992px) {
      .callout-with-image--small .callout-with-image__media {
        width: 60%; } }
    .callout-with-image--small .callout-with-image__media:before {
      padding-top: 57.31%; }

@media (min-width: 768px) {
  .callout-with-image__content {
    -webkit-box-flex: 1;
            flex: 1 1 0px;
    padding-left: 2.8125rem; } }

@media (min-width: 992px) {
  .callout-with-image__content {
    padding-left: 5.625rem;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: 60%; } }

.callout-with-image__content .iastate22-button {
  margin-top: 1.375rem; }

.callout-with-image--small .callout-with-image__content p {
  margin-top: 1.25rem; }

.paragraph-widget--callout-set {
  margin: 1.875rem 0 3.125rem 0; }
  @media (min-width: 1200px) {
    .paragraph-widget--callout-set .iastate22-callout--no-image .iastate22-callout__content,
    .paragraph-widget--callout-set .iastate22-callout__media {
      margin-left: -7rem; } }

.callout-set {
  position: relative; }
  @media (min-width: 992px) {
    .callout-set:before {
      content: "";
      background-color: #f5f5f5;
      position: absolute;
      top: 0;
      bottom: 0;
      left: -4.375rem;
      width: 50%;
      max-width: 24.125rem; } }
  @media (min-width: 1200px) {
    .callout-set:before {
      left: -11.875rem; } }
  @media (min-width: 992px) {
    .callout-set ul {
      padding-top: 3.75rem;
      padding-bottom: 0.625rem; } }
  .callout-set ul li {
    margin-bottom: 3.1875rem; }
    @media (min-width: 1200px) {
      .callout-set ul li {
        margin-bottom: 2.1875rem; } }
  @media (min-width: 768px) {
    .callout-set .link-set ul {
      padding-top: 0;
      padding-bottom: 0; } }
  .callout-set .link-set ul li {
    margin: 0 0 0.75rem 0; }

.pagination-block {
  margin: 3.125rem auto; }
  .pagination-block .pagination {
    display: -webkit-box;
    display: flex;
    width: 100%;
    margin: 0 auto;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center; }
    .pagination-block .pagination li {
      font-family: "Nimbus Sans", sans-serif;
      font-weight: 700;
      font-size: 2.5rem;
      line-height: 1.875;
      color: #7c2529;
      min-width: 1.3125rem;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      text-decoration: none;
      position: relative;
      padding-inline: 0.9375rem; }
      @media (min-width: 576px) {
        .pagination-block .pagination li {
          padding-inline: 0.625rem;
          font-size: 1.875rem;
          line-height: 1.90476; } }
      @media (min-width: 992px) {
        .pagination-block .pagination li {
          font-size: 1.875rem;
          line-height: 1.33333;
          min-width: 2.5rem; } }
      .pagination-block .pagination li.disabled {
        opacity: 0.2; }
      .pagination-block .pagination li.first a,
      .pagination-block .pagination li.first button, .pagination-block .pagination li.prev a,
      .pagination-block .pagination li.prev button, .pagination-block .pagination li.next a,
      .pagination-block .pagination li.next button, .pagination-block .pagination li.last a,
      .pagination-block .pagination li.last button {
        background-color: transparent;
        border: none;
        height: 1.25rem;
        width: 0.625rem;
        -webkit-transform: scale(0.75);
                transform: scale(0.75); }
        @media (min-width: 992px) {
          .pagination-block .pagination li.first a,
          .pagination-block .pagination li.first button, .pagination-block .pagination li.prev a,
          .pagination-block .pagination li.prev button, .pagination-block .pagination li.next a,
          .pagination-block .pagination li.next button, .pagination-block .pagination li.last a,
          .pagination-block .pagination li.last button {
            -webkit-transform: none;
                    transform: none; } }
        .pagination-block .pagination li.first a:after,
        .pagination-block .pagination li.first button:after, .pagination-block .pagination li.prev a:after,
        .pagination-block .pagination li.prev button:after, .pagination-block .pagination li.next a:after,
        .pagination-block .pagination li.next button:after, .pagination-block .pagination li.last a:after,
        .pagination-block .pagination li.last button:after {
          content: "";
          background-repeat: no-repeat no-repeat;
          background-position: center center;
          background-size: cover;
          display: block;
          height: 1.25rem;
          width: 0.625rem; }
        .pagination-block .pagination li.first a:before,
        .pagination-block .pagination li.first button:before, .pagination-block .pagination li.prev a:before,
        .pagination-block .pagination li.prev button:before, .pagination-block .pagination li.next a:before,
        .pagination-block .pagination li.next button:before, .pagination-block .pagination li.last a:before,
        .pagination-block .pagination li.last button:before {
          display: none; }
      .pagination-block .pagination li.first a,
      .pagination-block .pagination li.first button {
        width: 1.125rem; }
        .pagination-block .pagination li.first a:after,
        .pagination-block .pagination li.first button:after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.121' height='21.414'%3E%3Cg data-name='Group 1' fill='none' stroke='%237c2529' stroke-width='2'%3E%3Cpath d='m11.414.708-10 10 10 10'/%3E%3Cpath data-name='SVG_Pagination_Back' d='m19.414.708-10 10 10 10'/%3E%3C/g%3E%3C/svg%3E");
          width: 1.125rem; }
      .pagination-block .pagination li.prev a:after,
      .pagination-block .pagination li.prev button:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.121' height='21.414'%3E%3Cpath d='m11.414.707-10 10 10 10' fill='none' stroke='%237c2529' stroke-width='2'/%3E%3C/svg%3E"); }
      .pagination-block .pagination li.next a:after,
      .pagination-block .pagination li.next button:after {
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='12.121' height='21.414'%3E%3Cpath d='m.707 20.706 10-10-10-10' fill='none' stroke='%237c2529' stroke-width='2'/%3E%3C/svg%3E"); }
      .pagination-block .pagination li.last a,
      .pagination-block .pagination li.last button {
        width: 1.125rem; }
        .pagination-block .pagination li.last a:after,
        .pagination-block .pagination li.last button:after {
          background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.121' height='21.414'%3E%3Cg data-name='Group 1' fill='none' stroke='%237c2529' stroke-width='2'%3E%3Cpath d='m8.707 20.706 10-10-10-10'/%3E%3Cpath data-name='SVG_Pagination_Back' d='m.707 20.706 10-10-10-10'/%3E%3C/g%3E%3C/svg%3E");
          width: 1.125rem; }
      .pagination-block .pagination li a {
        color: currentColor;
        text-decoration: none; }
        .pagination-block .pagination li a:hover:before {
          opacity: 1; }
        .pagination-block .pagination li a:before {
          content: "";
          position: absolute;
          bottom: 0.1875rem;
          width: 100%;
          left: 0;
          right: 0;
          border-bottom: 0.1875rem solid #7c2529;
          opacity: 0;
          -webkit-transition: 0.2s opacity ease-in-out;
          transition: 0.2s opacity ease-in-out; }
          @media (min-width: 992px) {
            .pagination-block .pagination li a:before {
              bottom: -0.4375rem; } }
      .pagination-block .pagination li .current {
        color: #c8102e; }

.home-announcement {
  background-color: #003d4c;
  padding: 0.75rem 3.75rem 0.75rem 2.5rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  max-width: 32.125rem;
  position: relative;
  z-index: 1;
  margin-left: auto;
  margin-top: -2.25rem; }
  @media (min-width: 576px) {
    .home-announcement {
      padding-left: 1.25rem; } }

.home-announcement__text {
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.625;
  padding-left: 1.5rem; }
  @media (min-width: 576px) {
    .home-announcement__text {
      padding-left: 1.0625rem; } }
  .home-announcement__text a {
    color: #f1be48;
    margin-left: 0.125rem; }
    .home-announcement__text a:hover {
      color: #ffffff; }

.fa-iastate22-info-box,
.fa-iastate22-exclamation-point {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  color: #f1be48;
  font-size: 1.875rem; }

.ecosystem-home-hero {
  position: relative;
  margin: 0 -2.25rem 2.5rem; }
  @media (min-width: 768px) {
    .ecosystem-home-hero {
      margin: 0 -4.375rem 3.75rem; } }
  @media (min-width: 1200px) {
    .ecosystem-home-hero {
      margin: 0 -18.625rem 4.375rem -11.875rem; } }
  .ecosystem-home-hero.ecosystem-home-hero--no-image {
    background-color: #c8102e;
    padding: 3.125rem 2.25rem; }
    @media (min-width: 768px) {
      .ecosystem-home-hero.ecosystem-home-hero--no-image {
        padding: 3.75rem 4.375rem; } }
    @media (min-width: 1200px) {
      .ecosystem-home-hero.ecosystem-home-hero--no-image {
        padding: 6.5625rem 5.125rem; } }
    @media (min-width: 1200px) {
      .ecosystem-home-hero.ecosystem-home-hero--no-image:before {
        content: "";
        background-color: #c8102e;
        position: absolute;
        top: 0;
        left: -50vw;
        width: 150vw;
        bottom: 0;
        z-index: -1; } }
  .ecosystem-home-hero.ecosystem-home-hero--supporting-image {
    background-color: #c8102e; }
    @media (min-width: 992px) {
      .ecosystem-home-hero.ecosystem-home-hero--supporting-image {
        display: -webkit-box;
        display: flex;
        flex-wrap: wrap;
        -webkit-box-align: center;
                align-items: center;
        padding-bottom: 5.25rem;
        margin-right: 0; } }
    @media (min-width: 1200px) {
      .ecosystem-home-hero.ecosystem-home-hero--supporting-image {
        margin-right: -6.875rem; } }
    @media (min-width: 1200px) {
      .ecosystem-home-hero.ecosystem-home-hero--supporting-image:before {
        content: "";
        background-color: #c8102e;
        position: absolute;
        top: 0;
        left: -100vw;
        width: 100vw;
        bottom: 0;
        z-index: -1; } }
  @media (min-width: 768px) {
    .ecosystem-home-hero.ecosystem-home-hero--atmospheric-image .iastate22-button-set ul {
      -webkit-box-pack: center;
              justify-content: center; } }
  .ecosystem-home-hero.ecosystem-home-hero--atmospheric-image .iastate22-button-set ul .iastate22-button {
    border-color: #7c2529; }
    .ecosystem-home-hero.ecosystem-home-hero--atmospheric-image .iastate22-button-set ul .iastate22-button .arrow {
      background-color: #f1be48; }
      .ecosystem-home-hero.ecosystem-home-hero--atmospheric-image .iastate22-button-set ul .iastate22-button .arrow:before, .ecosystem-home-hero.ecosystem-home-hero--atmospheric-image .iastate22-button-set ul .iastate22-button .arrow:after {
        background-color: #f1be48; }
  @media (min-width: 768px) {
    .ecosystem-home-hero .iastate22-button-set ul {
      display: -webkit-box;
      display: flex; } }
  @media (min-width: 768px) {
    .ecosystem-home-hero .iastate22-button-set ul .iastate22-button {
      margin-right: 1.25rem; } }

.ecosystem-home-hero--featured-image .ecosystem-home-hero__media:before {
  padding-top: 128%; }
  @media (min-width: 768px) {
    .ecosystem-home-hero--featured-image .ecosystem-home-hero__media:before {
      padding-top: 53.19%; } }

.ecosystem-home-hero--featured-image .ecosystem-home-hero__media:after {
  content: "";
  background-color: rgba(7, 51, 62, 0.5);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1; }

@media (min-width: 768px) {
  .ecosystem-home-hero--background-video .ecosystem-home-hero__media:before {
    padding-top: 56.2%; } }

.ecosystem-home-hero--background-video .ecosystem-home-hero__media img {
  opacity: 1;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out; }
  @media (prefers-reduced-motion) {
    .ecosystem-home-hero--background-video .ecosystem-home-hero__media img {
      opacity: 1; } }

.ecosystem-home-hero--background-video .ecosystem-home-hero__media iframe,
.ecosystem-home-hero--background-video .ecosystem-home-hero__media video {
  opacity: 0;
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  pointer-events: none;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  min-width: 177.77vh;
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out; }
  @media (min-width: 768px) {
    .ecosystem-home-hero--background-video .ecosystem-home-hero__media iframe,
    .ecosystem-home-hero--background-video .ecosystem-home-hero__media video {
      min-width: initial; } }

.ecosystem-home-hero--background-video .ecosystem-home-hero__media video {
  opacity: 1; }

.ecosystem-home-hero--supporting-image .ecosystem-home-hero__media {
  max-width: 29.6875rem; }
  @media (min-width: 576px) {
    .ecosystem-home-hero--supporting-image .ecosystem-home-hero__media {
      margin-left: 2.375rem; } }
  @media (min-width: 992px) {
    .ecosystem-home-hero--supporting-image .ecosystem-home-hero__media {
      margin: 0;
      max-width: none;
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 46%;
      align-self: flex-start;
      right: -6.75rem; } }
  .ecosystem-home-hero--supporting-image .ecosystem-home-hero__media:before {
    padding-top: 100%; }
  .ecosystem-home-hero--supporting-image .ecosystem-home-hero__media:after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 0;
    right: 0;
    width: 100vw;
    z-index: 0; }
    @media (min-width: 576px) {
      .ecosystem-home-hero--supporting-image .ecosystem-home-hero__media:after {
        left: -2.375rem; } }
    @media (min-width: 992px) {
      .ecosystem-home-hero--supporting-image .ecosystem-home-hero__media:after {
        display: none; } }
  .ecosystem-home-hero--supporting-image .ecosystem-home-hero__media img {
    z-index: 1; }

.ecosystem-home-hero--atmospheric-image .ecosystem-home-hero__media:before {
  padding-top: 47.08%; }

.ecosystem-home-hero__media .ecosystem-home-hero__video {
  -webkit-transition: 0.3s opacity ease-in-out;
  transition: 0.3s opacity ease-in-out;
  opacity: 0; }
  .ecosystem-home-hero__media .ecosystem-home-hero__video iframe {
    opacity: 1; }

.ecosystem-home-hero--featured-image .ecosystem-home-hero__content {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  margin: 0 2rem;
  z-index: 2; }
  @media (min-width: 768px) {
    .ecosystem-home-hero--featured-image .ecosystem-home-hero__content {
      margin: 0 5.125rem;
      width: 80%; } }
  @media (min-width: 992px) {
    .ecosystem-home-hero--featured-image .ecosystem-home-hero__content {
      width: 60%;
      max-width: 46.875rem; } }

.ecosystem-home-hero--no-image .ecosystem-home-hero__content .iastate22-button-set {
  margin-bottom: 0; }

.ecosystem-home-hero--no-image .ecosystem-home-hero__content .iastate22-breadcrumb .iastate22-breadcrumb__list li a {
  color: #ffffff; }

.ecosystem-home-hero--no-image .ecosystem-home-hero__content .iastate22-breadcrumb .iastate22-breadcrumb__list li:after {
  border-color: #ffffff; }

.ecosystem-home-hero--supporting-image .ecosystem-home-hero__content {
  padding: 2.375rem; }
  @media (min-width: 992px) {
    .ecosystem-home-hero--supporting-image .ecosystem-home-hero__content {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 54%;
      padding: 2.5rem 0 0 5.1875rem; } }

.ecosystem-home-hero--atmospheric-image .ecosystem-home-hero__content {
  padding: 2.375rem; }
  @media (min-width: 768px) {
    .ecosystem-home-hero--atmospheric-image .ecosystem-home-hero__content {
      background-color: #ffffff;
      position: relative;
      top: -4.6875rem;
      margin-right: 2.5rem;
      margin-left: 2.5rem;
      margin-bottom: -4.6875rem; } }
  @media (min-width: 992px) {
    .ecosystem-home-hero--atmospheric-image .ecosystem-home-hero__content {
      top: -7.5rem;
      margin-right: 5.125rem;
      margin-left: 5.125rem;
      padding-top: 3.125rem;
      margin-bottom: -7.5rem; } }
  @media (min-width: 1200px) {
    .ecosystem-home-hero--atmospheric-image .ecosystem-home-hero__content {
      top: -10.125rem;
      margin-bottom: -10.125rem;
      padding-top: 3.75rem; } }

.ecosystem-home-hero__title {
  color: #ffffff;
  font-size: 2.675rem; }
  @media (min-width: 768px) {
    .ecosystem-home-hero__title {
      font-size: 4.375rem; } }
  @media (min-width: 768px) {
    .ecosystem-home-hero--supporting-image .ecosystem-home-hero__title,
    .ecosystem-home-hero--atmospheric-image .ecosystem-home-hero__title {
      font-size: 3.4375rem;
      line-height: 1.36364; } }
  @media (min-width: 1200px) {
    .ecosystem-home-hero--supporting-image .ecosystem-home-hero__title,
    .ecosystem-home-hero--atmospheric-image .ecosystem-home-hero__title {
      font-size: 4.375rem;
      line-height: 1.32857; } }
  .ecosystem-home-hero--atmospheric-image .ecosystem-home-hero__title {
    color: #c8102e;
    text-align: center; }

.ecosystem-home-hero__video-button {
  padding: 0 0 0 0.4375rem;
  height: 1.25rem;
  background-color: transparent;
  border-right: none;
  border-top: 0.625rem solid transparent;
  border-bottom: 0.625rem solid transparent;
  border-left: 0.625rem solid #ffffff;
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 2.5rem;
  right: 2.5rem;
  cursor: pointer; }
  .ecosystem-home-hero__video-button.ecosystem-home-hero__video-button--pause {
    border: none;
    border-left: 0.4375rem solid #ffffff;
    border-right: 0.4375rem solid #ffffff; }

.personal-profile-info-card_wrap {
  margin-bottom: 3.125rem;
  margin-top: 3.125rem; }
  @media (min-width: 1200px) {
    .personal-profile-info-card_wrap {
      margin-left: -9.875rem;
      margin-right: -16.75rem; } }
  @media (min-width: 1400px) {
    .personal-profile-info-card_wrap {
      margin-left: -6.75rem;
      margin-right: -13.4375rem; } }

@media (min-width: 768px) {
  .personal-profile-info-card {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: start;
            align-items: flex-start;
    flex-wrap: wrap; } }

.personal-profile-info-card__media {
  margin: 0 auto; }
  @media (min-width: 576px) {
    .personal-profile-info-card__media {
      max-width: 19rem; } }
  @media (min-width: 768px) {
    .personal-profile-info-card__media {
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      width: 19rem;
      margin-bottom: 2.125rem; } }
  @media (min-width: 1200px) {
    .personal-profile-info-card__media {
      margin-bottom: 0; } }
  .personal-profile-info-card__media:before {
    padding-top: 100%; }

.personal-profile-info-card__content {
  padding: 2.375rem 0; }
  @media (min-width: 768px) {
    .personal-profile-info-card__content {
      -webkit-box-flex: 1;
              flex: 1 1 0;
      padding: 0 2.375rem 2.375rem 2.375rem; } }
  .personal-profile-info-card--no-image .personal-profile-info-card__content {
    padding-left: 0; }

.personal-profile-info-card__name {
  position: relative;
  font-size: 1.875rem;
  font-weight: 700;
  padding-bottom: 1.25rem;
  margin-top: 3rem;
  margin-bottom: 1.375rem; }

.personal-profile-info-card__titles {
  margin-bottom: 1.875rem; }
  .personal-profile-info-card__titles li {
    margin-bottom: 0.75rem; }

.personal-profile-info-card__contact-box {
  background-color: #f5f5f5;
  margin: 1.25rem 0 0;
  padding: 2.375rem;
  position: relative; }
  @media (min-width: 768px) {
    .personal-profile-info-card__contact-box {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 100%;
      margin: 0; } }
  @media (min-width: 1200px) {
    .personal-profile-info-card__contact-box {
      padding: 3.125rem 3.75rem;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      width: 25.75rem; } }
  .personal-profile-info-card__contact-box:before {
    content: "";
    border-bottom: 0.5rem solid #f1be48;
    top: -0.25rem;
    left: 50%;
    margin-left: -1.75rem;
    width: 3.5rem;
    height: 0.5rem;
    position: absolute; }
  .personal-profile-info-card__contact-box p {
    font-weight: 700; }
    .personal-profile-info-card__contact-box p a {
      color: #4a4a4a;
      text-decoration-thickness: 0.0625rem;
      text-underline-offset: 0.0625rem;
      -webkit-transition: 0.2s color ease-in-out;
      transition: 0.2s color ease-in-out; }
      .personal-profile-info-card__contact-box p a:hover {
        color: #c8102e; }

@media (min-width: 768px) {
  .personal-profile-info-card__contact-box-columns-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
            align-items: flex-start;
    max-width: 39.0625rem; } }

@media (min-width: 1200px) {
  .personal-profile-info-card__contact-box-columns-wrap {
    display: block;
    max-width: none; } }

.personal-profile-info-card__contact-box-column {
  padding-bottom: 0.875rem; }
  @media (min-width: 768px) {
    .personal-profile-info-card__contact-box-column p {
      margin: 0; } }

.personal-profile-info-card__contact-box-social {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap; }
  .personal-profile-info-card__contact-box-social li {
    margin-right: 0.625rem; }
    .personal-profile-info-card__contact-box-social li a {
      border-radius: 50%;
      border: 0.125rem solid #c8102e;
      display: inline-block;
      width: 1.875rem;
      height: 1.875rem;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      color: #c8102e;
      font-size: 0.8125rem;
      -webkit-transition: 0.2s border-color ease-in-out, 0.2s color ease-in-out;
      transition: 0.2s border-color ease-in-out, 0.2s color ease-in-out; }
      .personal-profile-info-card__contact-box-social li a:hover {
        border-color: #7c2529;
        color: #7c2529; }

.privacy-consent {
  background-color: #7c2529;
  color: #ffffff;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.3);
  padding: 1.5rem;
  position: fixed;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 100; }
  .privacy-consent[hidden],
  body:not(.js) .privacy-consent {
    display: none; }

.privacy-consent__content a {
  color: #f1be48; }

.privacy-consent__buttons {
  margin-top: 0.625rem; }
  .privacy-consent__buttons .iastate22-button {
    display: inline-block; }
    .privacy-consent__buttons .iastate22-button:not(:last-child) {
      margin-right: 0.625rem; }

.news-items {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 0.9375rem;
  margin-bottom: 3.125rem; }
  @media (min-width: 992px) {
    .news-items {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
              justify-content: space-between; } }
  @media (min-width: 992px) {
    .news-items .news-item {
      -webkit-box-flex: 0;
              flex: 0 0 48.5%; } }
  .news-items .news-item .news-item__tags ul {
    margin: 1.25rem 0 0; }
    .news-items .news-item .news-item__tags ul li {
      color: #c8102e;
      font-size: 1rem;
      font-weight: 600;
      padding-right: 0.9375rem;
      display: none; }
      .news-items .news-item .news-item__tags ul li:first-child {
        display: inline; }
      @media (min-width: 992px) {
        .news-items .news-item .news-item__tags ul li {
          display: inline; } }
  .news-items .news-item .news-item__article-title {
    font-size: 1.375rem; }

.paragraph-widget--news-items {
  margin-top: 0;
  margin-bottom: 0; }
  .paragraph-widget--news-items + .paragraph-widget--filter-form {
    margin-top: 0; }

main .news-items__wrap {
  padding-top: 1.875rem;
  padding-bottom: 2.5rem;
  position: relative; }
  main .news-items__wrap:after {
    content: "";
    background: #f5f5f5;
    left: -50vw;
    width: 150vw;
    top: 0;
    bottom: 0;
    z-index: 0;
    position: absolute; }
  @media (min-width: 1200px) {
    main .news-items__wrap {
      padding-top: 4.375rem;
      padding-bottom: 4.375rem; } }
  main .news-items__wrap > * {
    max-width: 1112px;
    padding: 0;
    position: relative;
    z-index: 1; }

.grid-list {
  margin-top: 3.4375rem; }
  @media (min-width: 992px) {
    .grid-list {
      margin-bottom: 4.375rem; } }
  @media (min-width: 992px) {
    .grid-list ul {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: stretch;
              align-items: stretch;
      flex-wrap: wrap;
      gap: 1.875rem; } }
  .grid-list ul li {
    padding: 0.6875rem 3.125rem 0.6875rem 2.25rem;
    position: relative; }
    @media (min-width: 992px) {
      .grid-list ul li {
        -webkit-box-flex: 1;
                flex: 1 1 0;
        padding: 0; } }
    .grid-list ul li:last-child:after {
      display: none; }
    .grid-list ul li:after {
      content: "";
      position: absolute;
      inset: auto 2.1875rem 0;
      border-bottom: 0.125rem solid #f5f5f5; }
      @media (min-width: 576px) {
        .grid-list ul li:after {
          inset: auto auto 0 50%;
          width: 31.25rem;
          -webkit-transform: translateX(-50%);
                  transform: translateX(-50%); } }
      @media (min-width: 992px) {
        .grid-list ul li:after {
          display: none; } }

.grid-list__label {
  padding: 0; }

.grid-list__sublabel {
  color: #000000;
  margin-bottom: 2.5rem; }

.grid-list__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  flex-wrap: wrap;
  text-align: center;
  max-width: 28.125rem;
  margin-left: auto;
  margin-right: auto;
  color: #7c2529; }
  @media (min-width: 992px) {
    .grid-list__item {
      max-width: none;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      gap: 1.25rem; } }

a.grid-list__item {
  text-decoration: underline;
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  text-underline-offset: 0.0625rem;
  -webkit-transition: 0.3s -webkit-text-decoration-color ease-in-out;
  transition: 0.3s -webkit-text-decoration-color ease-in-out;
  transition: 0.3s text-decoration-color ease-in-out;
  transition: 0.3s text-decoration-color ease-in-out, 0.3s -webkit-text-decoration-color ease-in-out; }
  a.grid-list__item:focus, a.grid-list__item:hover {
    -webkit-text-decoration-color: transparent;
            text-decoration-color: transparent; }

.grid-list__image {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 4.0625rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }
  @media (min-width: 992px) {
    .grid-list__image {
      width: 8.125rem; } }
  .grid-list__image:before {
    padding-top: 100%; }
  .grid-list__image .svg-inline--fa {
    display: block;
    height: 100%;
    max-height: 4.375rem;
    width: auto !important; }

.grid-list__text {
  -webkit-box-flex: 1;
          flex: 1 1 0px;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  color: currentColor;
  font-size: 1.3125rem;
  line-height: 1.42857;
  padding: 0 1.25rem;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  position: relative;
  text-align: left; }
  @media (min-width: 992px) {
    .grid-list__text {
      text-align: center; } }
  .grid-list__text.grid-list--no-text {
    position: relative;
    left: 4.0625rem; }
    @media (min-width: 992px) {
      .grid-list__text.grid-list--no-text {
        margin-top: 9.375rem;
        left: initial; } }

.share {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: start;
          justify-content: flex-start;
  gap: 1.25rem;
  padding-block: 2.5rem;
  border-bottom: 0.0625rem solid #f5f5f5;
  margin-bottom: 2.5rem; }
  .share .a2a_kit {
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: start;
            justify-content: flex-start;
    gap: 0.625rem; }
    .share .a2a_kit a {
      border: 0.125rem solid #7c2529;
      border-radius: 50%;
      width: 3.25rem;
      height: 3.25rem;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      color: #ffffff;
      -webkit-transition: 0.3s background-color ease-in-out;
      transition: 0.3s background-color ease-in-out; }
      .share .a2a_kit a:hover {
        background-color: #7c2529; }
        .share .a2a_kit a:hover svg {
          color: #ffffff; }
      .share .a2a_kit a svg {
        color: #7c2529;
        font-size: 1.5625rem;
        -webkit-transition: 0.3s color ease-in-out;
        transition: 0.3s color ease-in-out; }

.share__title {
  font-family: "Nimbus Sans", sans-serif;
  color: #4a4a4a;
  font-weight: 700;
  font-size: 1.3125rem;
  line-height: 1.19048; }

.upcoming-events {
  margin: 60px auto; }
  @media (min-width: 992px) {
    .upcoming-events {
      margin: 133px auto 100px; } }

@media (min-width: 992px) {
  .upcoming-events h2 {
    margin-bottom: 30px; } }

.upcoming-events__wrap {
  display: -webkit-box;
  display: flex;
  flex-wrap: wrap;
  -webkit-box-align: start;
          align-items: flex-start; }
  @media (min-width: 992px) {
    .upcoming-events__wrap {
      width: 80%; } }

.upcoming-events__date {
  width: 60px;
  height: 60px;
  background: #c8102e;
  margin-right: 20px;
  margin-bottom: 27px;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: center;
          justify-content: center;
  -webkit-box-align: center;
          align-items: center; }
  @media (min-width: 992px) {
    .upcoming-events__date {
      width: 82px;
      height: 82px; } }
  .upcoming-events__date > time {
    text-align: center;
    color: #ffffff;
    font-size: 1rem;
    line-height: 1.375rem;
    font-weight: 700; }
    @media (min-width: 992px) {
      .upcoming-events__date > time {
        font-size: 1.125rem; } }
    .upcoming-events__date > time span {
      display: block; }

.upcoming-events__details {
  width: calc(100% - 80px);
  -webkit-margin-start: 0;
          margin-inline-start: 0;
  margin-bottom: 27px; }
  @media (min-width: 992px) {
    .upcoming-events__details {
      width: calc(100% - 102px); } }

.upcoming-events__title {
  margin-bottom: 10px; }

.faculty-staff-card {
  display: block; }
  @media (min-width: 576px) {
    .faculty-staff-card {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      gap: 1.25rem;
      max-width: 30.5rem; } }

.faculty-staff-card__media {
  margin-bottom: 0.9375rem; }

.faculty-staff-card__media-container {
  position: relative;
  width: 12.5rem; }
  .faculty-staff-card__media-container:before {
    padding-top: 100%; }

.faculty-staff-card__content-title {
  font-size: 1.3125rem;
  color: #7c2529;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  line-height: 1.38095;
  color: #7c2529;
  margin: 0; }
  .faculty-staff-card__content-title .iastate22-link-secondary {
    font-size: 1.3125rem; }
    .faculty-staff-card__content-title .iastate22-link-secondary .arrow {
      bottom: 0.8125rem; }
  .faculty-staff-card__content-title a {
    margin: 0; }

.faculty-staff-card__content-body {
  color: #4a4a4a;
  font-size: 1rem;
  margin: 0 0 0.9375rem; }

.faculty-staff-card__content-contact {
  padding-left: 0; }
  .faculty-staff-card__content-contact li {
    color: #7c2529;
    margin: 0 0 0.625rem;
    font-weight: 700;
    display: -webkit-box;
    display: flex; }
    .faculty-staff-card__content-contact li .fa-iastate22-email,
    .faculty-staff-card__content-contact li .fa-iastate22-phone {
      color: #7c2529;
      font-size: 1.875rem; }
    .faculty-staff-card__content-contact li a {
      color: #7c2529; }
    .faculty-staff-card__content-contact li:before {
      content: "";
      padding: 0;
      margin-top: 0.3125rem; }

.faculty-staff-card__content-key {
  font-weight: 700; }

.faculty-staff-card__contact-field {
  padding-left: 1.25rem; }

.faculty-staff-card__contact-value {
  padding-left: 0.3125rem; }

.faculty-staff-card-set {
  display: block; }
  @media (min-width: 992px) {
    .faculty-staff-card-set {
      display: grid;
      grid-template-columns: auto auto;
      -webkit-column-gap: 2.5rem;
         -moz-column-gap: 2.5rem;
              column-gap: 2.5rem; } }
  .faculty-staff-card-set .faculty-staff-card {
    margin-bottom: 2.5rem; }

.faculty-staff-feed-item {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 1.25rem; }
  @media (min-width: 992px) {
    .faculty-staff-feed-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      gap: 5rem; } }
  @media (min-width: 1200px) {
    .faculty-staff-feed-item {
      margin-right: -3.125rem; } }
  .faculty-staff-feed-item .faculty-staff-feed-item__media .faculty-staff-feed-item__media-container {
    position: relative;
    width: 20.3125rem; }
    .faculty-staff-feed-item .faculty-staff-feed-item__media .faculty-staff-feed-item__media-container img.faculty-staff-feed-item__media-image {
      height: 100%;
      width: 100%;
      font-family: "object-fit:cover;object-position:center";
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      position: absolute;
      display: block;
      top: 0;
      left: 0; }
    .faculty-staff-feed-item .faculty-staff-feed-item__media .faculty-staff-feed-item__media-container:before {
      padding-top: 100%; }
  .faculty-staff-feed-item .faculty-staff-feed-item__content {
    margin: auto 0;
    width: 100%; }
    .faculty-staff-feed-item .faculty-staff-feed-item__content .faculty-staff-feed-item__content-contact {
      min-height: 12.5rem;
      padding-left: 0;
      padding-right: 0;
      display: block; }
      @media (min-width: 576px) {
        .faculty-staff-feed-item .faculty-staff-feed-item__content .faculty-staff-feed-item__content-contact {
          height: 12.5rem;
          display: -webkit-box;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-flow: column wrap;
          gap: 0.625rem; } }
      .faculty-staff-feed-item .faculty-staff-feed-item__content .faculty-staff-feed-item__content-contact li {
        color: #7c2529;
        margin: 0;
        font-weight: 700;
        width: 100%;
        display: -webkit-box;
        display: flex; }
        @media (min-width: 576px) {
          .faculty-staff-feed-item .faculty-staff-feed-item__content .faculty-staff-feed-item__content-contact li {
            width: 50%; } }
        .faculty-staff-feed-item .faculty-staff-feed-item__content .faculty-staff-feed-item__content-contact li .fa-iastate22-email,
        .faculty-staff-feed-item .faculty-staff-feed-item__content .faculty-staff-feed-item__content-contact li .fa-iastate22-phone {
          color: #7c2529;
          font-size: 1.875rem; }
        .faculty-staff-feed-item .faculty-staff-feed-item__content .faculty-staff-feed-item__content-contact li a {
          color: #7c2529; }
        .faculty-staff-feed-item .faculty-staff-feed-item__content .faculty-staff-feed-item__content-contact li .faculty-staff-feed-item__content-key {
          font-weight: 700; }
        .faculty-staff-feed-item .faculty-staff-feed-item__content .faculty-staff-feed-item__content-contact li .faculty-staff-feed-item__contact-value,
        .faculty-staff-feed-item .faculty-staff-feed-item__content .faculty-staff-feed-item__content-contact li .faculty-staff-feed-item__contact-field {
          padding-left: 2.1875rem; }
        .faculty-staff-feed-item .faculty-staff-feed-item__content .faculty-staff-feed-item__content-contact li:before {
          content: "";
          padding: 0;
          margin-top: 0.3125rem; }

.faculty-staff-feed-item-set ul li {
  margin-bottom: 3.125rem; }

.hero-stories-feed-item {
  display: -webkit-box;
  display: flex;
  gap: 0;
  margin-bottom: 2.0625rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }
  @media (min-width: 992px) {
    .hero-stories-feed-item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      gap: 2.1875rem;
      margin-bottom: 3.125rem; } }
  .hero-stories-feed-item .hero-stories-feed-item__media .hero-stories-feed-item__media-container {
    min-width: 25rem; }
    .hero-stories-feed-item .hero-stories-feed-item__media .hero-stories-feed-item__media-container .hero-stories-feed-item__media-image {
      width: 100%;
      height: 100%;
      font-family: "object-fit:cover;object-position:center";
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: center;
         object-position: center;
      position: absolute;
      top: 0;
      left: 0; }
    .hero-stories-feed-item .hero-stories-feed-item__media .hero-stories-feed-item__media-container:before {
      padding-top: 66.7%; }
  .hero-stories-feed-item .hero-stories-feed-item__content {
    margin: auto 0;
    width: 100%;
    padding: 0.8125rem 1.25rem;
    border-left: solid 0.125rem #f1be48; }
    .hero-stories-feed-item .hero-stories-feed-item__content .hero-stories-feed-item__content-tags ul {
      margin: 0; }
      .hero-stories-feed-item .hero-stories-feed-item__content .hero-stories-feed-item__content-tags ul li {
        color: #c8102e;
        font-size: 1rem;
        font-weight: 600;
        display: inline;
        padding-right: 0.9375rem; }
    .hero-stories-feed-item .hero-stories-feed-item__content .hero-stories-feed-item__title {
      padding: 0;
      margin: 0;
      line-height: 1rem; }
      .hero-stories-feed-item .hero-stories-feed-item__content .hero-stories-feed-item__title .iastate22-link-secondary {
        margin-top: 0; }
    .hero-stories-feed-item .hero-stories-feed-item__content .hero-stories-feed-item__content-date {
      margin: 0; }

:root {
  --fc-small-font-size: 0.85rem;
  --fc-page-bg-color: $white;
  --fc-neutral-bg-color: rgba(208, 208, 208, 0.3);
  --fc-neutral-text-color: $white;
  --fc-border-color: #ddd;
  --fc-button-text-color: #7c2529;
  --fc-button-bg-color: #ffffff;
  --fc-button-border-color: #ebebeb;
  --fc-button-hover-text-color: #ffffff;
  --fc-button-hover-bg-color: #7c2529;
  --fc-button-hover-border-color: #7c2529;
  --fc-button-active-text-color: #ffffff;
  --fc-button-active-bg-color: #7c2529;
  --fc-button-active-border-color: #7c2529;
  --fc-event-bg-color: #3788d8;
  --fc-event-border-color: #3788d8;
  --fc-event-text-color: $white;
  --fc-event-selected-overlay-color: rgba(0, 0, 0, 0.25);
  --fc-more-link-bg-color: #d0d0d0;
  --fc-more-link-text-color: inherit;
  --fc-event-resizer-thickness: 8px;
  --fc-event-resizer-dot-total-width: 8px;
  --fc-event-resizer-dot-border-width: 1px;
  --fc-non-business-color: rgba(215, 215, 215, 0.3);
  --fc-bg-event-color: rgb(143, 223, 130);
  --fc-bg-event-opacity: 0.3;
  --fc-highlight-color: rgba(188, 232, 241, 0.3);
  --fc-today-bg-color: rgba(255, 220, 40, 0.15);
  --fc-now-indicator-color: red; }

@media (max-width: 1199.98px) {
  .hero--no-media + .calendar {
    margin-top: -100px; } }

.calendar {
  margin-bottom: 60px; }
  @media (min-width: 992px) {
    .calendar {
      margin-bottom: 80px; } }
  .calendar .link-tertiary {
    background-color: transparent;
    border: none; }

.fc .fc-button-group {
  z-index: 1; }
  .fc .fc-button-group + .fc-button {
    z-index: 1;
    position: relative; }

.fc .fc-button-group > .fc-button.fc-button-active {
  color: var(--fc-button-active-text-color); }

.fc .fc-button-primary:not(:disabled) {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-transform: capitalize; }
  .fc .fc-button-primary:not(:disabled):hover, .fc .fc-button-primary:not(:disabled):focus {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: var(--fc-button-hover-text-color);
    background: #c8102e; }

.fc .fc-button-primary {
  text-transform: capitalize; }
  .fc .fc-button-primary:first-child, .fc .fc-button-primary:last-child {
    border-radius: 0; }

.fc .fc-event-time {
  color: #7c2529;
  display: none;
  color: #4a4a4a; }
  @media (min-width: 992px) {
    .fc .fc-event-time {
      display: inherit;
      font-weight: 400; } }

.fc .fc-col-header-cell-cushion {
  padding: 0;
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent; }

.fc th .fc-col-header-cell-cushion {
  color: #ffffff; }
  .fc th .fc-col-header-cell-cushion:hover, .fc th .fc-col-header-cell-cushion:focus {
    color: #ffffff; }

.fc .fc-next-button,
.fc .fc-prev-button {
  border: none; }

.fc .fc-view-harness {
  height: auto !important; }

.fc.fc-theme-standard th {
  border: none; }

.fc-col-header thead {
  color: #ffffff;
  background-color: #c8102e; }
  .fc-col-header thead tr th {
    padding-top: 16px;
    padding-bottom: 16px; }
    @media (min-width: 1200px) {
      .fc-col-header thead tr th {
        padding-top: 24px;
        padding-bottom: 24px;
        border: none; } }

.fc .fc-header-toolbar {
  position: relative; }
  @media (max-width: 767.98px) {
    .fc .fc-header-toolbar {
      -webkit-box-pack: center;
              justify-content: center;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }

@media (max-width: 767.98px) {
  .fc .fc-header-toolbar .fc-toolbar-chunk:first-of-type {
    margin-left: -20px; } }

.fc .fc-toolbar-title {
  padding-bottom: 0; }

@media (max-width: 767.98px) {
  .fc .fc-toolbar-chunk .fc-toolbar-title {
    margin-top: 20px; } }

@media (min-width: 768px) {
  .fc .fc-toolbar-chunk .fc-toolbar-title {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    padding: 0 100px;
    text-align: center; } }

.fc-scrollgrid-sync-table tbody tr:nth-child(even) {
  background-color: #f5f5f5; }

.fc-scrollgrid-sync-table tbody tr td {
  border-color: #ebebeb; }
  @media (max-width: 991.98px) {
    .fc-scrollgrid-sync-table tbody tr td {
      position: relative;
      height: 0;
      padding-bottom: 15%; } }

.fc-h-event {
  background: transparent;
  border: none; }

.fc .fc-daygrid-day-events,
.fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
  padding: 0 10px; }
  @media (max-width: 767.98px) {
    .fc .fc-daygrid-day-events,
    .fc .fc-daygrid-body-unbalanced .fc-daygrid-day-events {
      position: absolute;
      bottom: 0;
      width: 100%; } }

.fc .fc-view-harness-active > .fc-view {
  position: relative; }

.fc .fc-scroller {
  overflow: visible !important; }

.fc .fc-scroller-harness {
  overflow: visible; }

.fc .fc-scroller.fc-scroller-liquid-absolute {
  position: relative;
  overflow: auto; }

@media (max-width: 991.98px) {
  .fc .fc-scroller-liquid-absolute {
    position: relative; } }

@media (max-width: 991.98px) {
  .fc .fc-day-today .fc-daygrid-day-frame {
    background-color: #c8102e; }
    .fc .fc-day-today .fc-daygrid-day-frame .fc-event:after {
      background-color: #ffffff; } }

.fc .fc-daygrid-day-frame {
  position: relative; }
  @media (max-width: 991.98px) {
    .fc .fc-daygrid-day-frame {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      overflow: hidden; } }
  @media (min-width: 992px) {
    .fc .fc-daygrid-day-frame {
      min-height: 120px; } }

.fc .fc-event {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: start;
          align-items: flex-start; }
  .fc .fc-event.event-active {
    z-index: 7; }
  .fc .fc-event:after {
    content: "";
    position: relative;
    width: 12px;
    height: 12px;
    display: block;
    background-color: #c8102e;
    border-radius: 100%;
    bottom: 0;
    left: calc(50% - 6px); }
    @media (min-width: 992px) {
      .fc .fc-event:after {
        display: none; } }

.fc .fc-event .fc-event-title {
  color: #7c2529;
  font-weight: 700;
  display: none; }
  @media (min-width: 992px) {
    .fc .fc-event .fc-event-title {
      display: inherit; } }

.fc .fc-event[href] .fc-event-title {
  opacity: 1;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  text-decoration-thickness: 2px;
  -webkit-transition: -webkit-text-decoration-color 0.3s ease-out;
  transition: -webkit-text-decoration-color 0.3s ease-out;
  transition: text-decoration-color 0.3s ease-out;
  transition: text-decoration-color 0.3s ease-out, -webkit-text-decoration-color 0.3s ease-out; }

.fc .fc-event[href]:hover .fc-event-title, .fc .fc-event[href]:focus .fc-event-title {
  -webkit-text-decoration-color: #7c2529;
          text-decoration-color: #7c2529;
  -webkit-transition: -webkit-text-decoration-color 0.2s ease-out;
  transition: -webkit-text-decoration-color 0.2s ease-out;
  transition: text-decoration-color 0.2s ease-out;
  transition: text-decoration-color 0.2s ease-out, -webkit-text-decoration-color 0.2s ease-out; }

.fc .fc-col-header-cell-cushion {
  font-size: 1.25rem; }
  @media (max-width: 767.98px) {
    .fc .fc-col-header-cell-cushion {
      font-size: 0; }
      .fc .fc-col-header-cell-cushion:first-letter {
        font-size: 1.25rem; } }

@media (max-width: 991.98px) {
  .fc .fc-daygrid-event-harness {
    position: absolute;
    width: 100%;
    left: 0;
    bottom: 45%; } }

@media (max-width: 767.98px) {
  .fc .fc-daygrid-event-harness {
    bottom: 15%; } }

.fc .fc-daygrid-event-harness + .fc-daygrid-event-harness {
  margin-top: 4px; }

.fc .fc-daygrid-event-harness-abs {
  background: #7c2529;
  padding-left: 10px; }
  .fc .fc-daygrid-event-harness-abs .fc-event-time,
  .fc .fc-daygrid-event-harness-abs .fc-event-title {
    color: #ffffff; }

.fc .fc-daygrid-day-number {
  color: #c8102e;
  font-size: 1.25rem;
  font-weight: 700;
  text-decoration: none;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent; }
  @media (min-width: 992px) {
    .fc .fc-daygrid-day-number {
      padding: 10px 15px; } }

@media (max-width: 991.98px) {
  .fc .fc-daygrid-day-top {
    -webkit-box-pack: center;
            justify-content: center; } }

.fc .fc-daygrid-day.fc-day-today {
  background: transparent; }
  .fc .fc-daygrid-day.fc-day-today .fc-daygrid-day-number {
    color: #ffffff;
    background-color: #c8102e; }

.fc .fc-daygrid-event {
  white-space: normal; }

.fc .fc-daygrid-dot-event .fc-daygrid-event-dot {
  display: none; }

.fc .fc-daygrid-dot-event:hover, .fc .fc-daygrid-dot-event:focus {
  background: transparent; }

/*---===/ List View \===---*/
.fc .fc-listWeek-view .fc-list-event:hover td {
  background: transparent; }

.fc .fc-listWeek-view .fc-event:after {
  display: none; }

.fc .fc-listWeek-view .fc-list-event-title {
  padding: 24px 0;
  border-width: 0 0 1px; }

.fc-listWeek-view .fc-list-event-time,
.fc-listWeek-view .fc-list-event-graphic {
  display: none; }

.fc-listWeek-view .event-listing {
  background: #ffffff; }
  @media (min-width: 768px) {
    .fc-listWeek-view .event-listing {
      display: -webkit-box;
      display: flex;
      gap: 20px; } }

.fc-listWeek-view .event-listing__image {
  position: relative;
  width: 100%;
  height: 0;
  padding-bottom: 66%; }
  @media (min-width: 768px) {
    .fc-listWeek-view .event-listing__image {
      width: 200px;
      padding-bottom: 130px; } }
  .fc-listWeek-view .event-listing__image img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    font-family: "object-fit:cover";
    -o-object-fit: cover;
       object-fit: cover;
    display: block; }

.fc-list-table .fc-list-day {
  display: none; }

.fc-listWeek-view .event-link {
  display: none; }

.fc-listWeek-view .event-listing__image + .event-listing__content {
  margin-top: 30px; }
  @media (min-width: 768px) {
    .fc-listWeek-view .event-listing__image + .event-listing__content {
      margin-top: 0; } }

.event-listing:hover .event-listing__title span,
.event-listing:hover .event-listing__title a, .event-listing[focus-within] .event-listing__title span,
.event-listing[focus-within] .event-listing__title a {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  -webkit-transition: -webkit-text-decoration-color 0.2s ease-out;
  transition: -webkit-text-decoration-color 0.2s ease-out;
  transition: text-decoration-color 0.2s ease-out;
  transition: text-decoration-color 0.2s ease-out, -webkit-text-decoration-color 0.2s ease-out; }

.event-listing:hover .event-listing__title span,
.event-listing:hover .event-listing__title a, .event-listing:focus-within .event-listing__title span,
.event-listing:focus-within .event-listing__title a {
  -webkit-text-decoration-color: currentColor;
          text-decoration-color: currentColor;
  -webkit-transition: -webkit-text-decoration-color 0.2s ease-out;
  transition: -webkit-text-decoration-color 0.2s ease-out;
  transition: text-decoration-color 0.2s ease-out;
  transition: text-decoration-color 0.2s ease-out, -webkit-text-decoration-color 0.2s ease-out; }
  .event-listing:hover .event-listing__title span svg,
  .event-listing:hover .event-listing__title a svg, .event-listing[focus-within] .event-listing__title span svg,
  .event-listing[focus-within] .event-listing__title a svg {
    margin-left: 15px;
    -webkit-transition: margin 0.2s ease-out;
    transition: margin 0.2s ease-out; }
  .event-listing:hover .event-listing__title span svg,
  .event-listing:hover .event-listing__title a svg, .event-listing:focus-within .event-listing__title span svg,
  .event-listing:focus-within .event-listing__title a svg {
    margin-left: 15px;
    -webkit-transition: margin 0.2s ease-out;
    transition: margin 0.2s ease-out; }

.fc-list-event-title:hover .event-listing__title span svg,
.fc-list-event-title:hover .event-listing__title a svg, .fc-list-event-title[focus-within] .event-listing__title span svg,
.fc-list-event-title[focus-within] .event-listing__title a svg {
  margin-left: 15px;
  -webkit-transition: margin 0.2s ease-out;
  transition: margin 0.2s ease-out; }

.fc-list-event-title:hover .event-listing__title span svg,
.fc-list-event-title:hover .event-listing__title a svg, .fc-list-event-title:focus-within .event-listing__title span svg,
.fc-list-event-title:focus-within .event-listing__title a svg {
  margin-left: 15px;
  -webkit-transition: margin 0.2s ease-out;
  transition: margin 0.2s ease-out; }

.event-listing__title {
  margin-bottom: 6px;
  font-size: 1.375rem;
  line-height: 1.9375rem;
  -webkit-box-ordinal-group: 2;
          order: 1; }

.event-listing__tags {
  display: none; }
  .fc-list-table .event-listing__tags {
    margin-top: 10px;
    display: -webkit-box;
    display: flex;
    gap: 30px; }

.fc .fc-list-event-title .event-listing__tags a.tag,
.fc .fc-list-event-title .event-listing__tags span {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  text-decoration: underline;
  -webkit-text-decoration-color: #7c2529;
          text-decoration-color: #7c2529;
  color: #7c2529;
  font-weight: 700;
  position: relative;
  z-index: 3; }

.fc .event-listing__title span,
.fc .event-listing__title a {
  color: #7c2529;
  text-decoration: underline;
  -webkit-text-decoration-color: transparent;
          text-decoration-color: transparent;
  -webkit-transition: -webkit-text-decoration-color 0.3s ease-out;
  transition: -webkit-text-decoration-color 0.3s ease-out;
  transition: text-decoration-color 0.3s ease-out;
  transition: text-decoration-color 0.3s ease-out, -webkit-text-decoration-color 0.3s ease-out; }
  .fc .event-listing__title span svg,
  .fc .event-listing__title a svg {
    margin-left: 10px;
    margin-bottom: 1px;
    -webkit-transition: margin 0.3s ease-out;
    transition: margin 0.3s ease-out; }

.fc .event-wrap {
  display: -webkit-box;
  display: flex;
  width: auto; }

.fc .event-link {
  -webkit-box-flex: 1;
          flex-grow: 1;
  flex-shrink: 1; }

.event-listing__date {
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.625rem;
  color: #4a4a4a;
  -webkit-box-ordinal-group: 1;
          order: 0; }
  .event-listing__date .event-listing__full-date {
    color: #4a4a4a; }
  .event-listing__date .event-listing__time {
    color: #4a4a4a; }

.event-listing__location {
  font-style: italic; }

.event-listing__desc {
  color: #4a4a4a; }

/*---===/ Month View \===---*/
.fc-dayGridMonth-view .event-listing {
  position: absolute;
  background: #ffffff;
  right: 0;
  bottom: -20px;
  -webkit-transform: translateX(100%);
          transform: translateX(100%);
  box-shadow: 9px 13px 20px #00000029;
  padding: 24px 20px;
  width: 344px;
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  .fc-dayGridMonth-view .event-listing:not(.on) {
    z-index: -1;
    display: none; }
  .fc-dayGridMonth-view .event-listing.active {
    opacity: 1;
    bottom: 0; }

.fc-dayGridMonth-view .fc-daygrid-event-harness-abs .event-listing {
  right: unset;
  left: 0;
  -webkit-transform: translateX(0);
          transform: translateX(0); }

.fc-dayGridMonth-view .event-listing__image > img {
  display: block;
  width: 100%; }

.fc-dayGridMonth-view .event-listing__content {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.fc-dayGridMonth-view .event-listing__location {
  display: none; }

.fc-dayGridMonth-view .event-listing__desc {
  -webkit-box-ordinal-group: 3;
          order: 2; }

/*---===/ Calendar Header \===---*/
.calendar__header {
  display: -webkit-box;
  display: flex;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  gap: 30px; }
  @media (min-width: 768px) {
    .calendar__header {
      flex-wrap: wrap;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
              align-items: flex-start; } }
  @media (min-width: 992px) {
    .calendar__header {
      margin-bottom: 60px; } }

.calendar__search {
  position: relative; }
  @media (max-width: 991.98px) {
    .calendar__search {
      -webkit-box-flex: 1;
              flex: 1 0 100%; } }
  @media (min-width: 992px) {
    .calendar__search {
      -webkit-box-flex: 1;
              flex: 1 0 auto; } }
  .calendar__search form {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: start;
            align-items: flex-start;
    position: relative; }
    @media (min-width: 992px) {
      .calendar__search form {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
                flex-direction: row; } }
  .calendar__search input[type="text"] {
    border: solid 1px #707070;
    padding-left: 40px;
    width: 100%;
    font-size: 1rem; }
    @media (min-width: 992px) {
      .calendar__search input[type="text"] {
        max-width: 549px; } }
  .calendar__search label {
    position: absolute;
    top: 10px;
    left: 15px;
    margin-bottom: 0; }
    .calendar__search label svg path {
      fill: #7c2529; }
  .calendar__search input[type="text"] + button {
    margin: 20px 0 0; }
    @media (max-width: 767.98px) {
      .calendar__search input[type="text"] + button {
        width: 100%; } }
    @media (min-width: 992px) {
      .calendar__search input[type="text"] + button {
        margin: 0 0 0 21px;
        -webkit-box-flex: 1;
                flex: 1 0 auto; } }

.calendar__views {
  -webkit-box-pack: center;
          justify-content: center;
  display: none; }
  @media (max-width: 767.98px) {
    .calendar__views {
      -webkit-box-flex: 1;
              flex: 1 0 100%; } }
  @media (min-width: 768px) {
    .calendar__views {
      -webkit-box-pack: end;
              justify-content: flex-end; } }
  @media (min-width: 992px) {
    .calendar__views {
      display: -webkit-box;
      display: flex; } }

.calendar__views .btn {
  border: solid 1px #ebebeb;
  background: #ffffff;
  color: #7c2529;
  font-size: 1.125rem;
  line-height: 1.875rem;
  padding: 9px 24px;
  cursor: pointer;
  display: -webkit-inline-box;
  display: inline-flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
          align-items: center;
  gap: 10px;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out; }
  @media (max-width: 767.98px) {
    .calendar__views .btn {
      -webkit-box-flex: 1;
              flex: 1 0 50%;
      -webkit-box-pack: center;
              justify-content: center; } }
  .calendar__views .btn:hover, .calendar__views .btn:focus, .calendar__views .btn[aria-pressed="true"] {
    -webkit-transition: all 0.2s ease-out;
    transition: all 0.2s ease-out;
    color: #ffffff;
    background: #7c2529; }
    .calendar__views .btn:hover svg,
    .calendar__views .btn:hover rect,
    .calendar__views .btn:hover path, .calendar__views .btn:focus svg,
    .calendar__views .btn:focus rect,
    .calendar__views .btn:focus path, .calendar__views .btn[aria-pressed="true"] svg,
    .calendar__views .btn[aria-pressed="true"] rect,
    .calendar__views .btn[aria-pressed="true"] path {
      fill: #ffffff; }
  .calendar__views .btn[aria-pressed="true"] {
    cursor: default; }
  .calendar__views .btn + .btn {
    border-left: none; }

@media (min-width: 768px) {
  .calendar__categories {
    -webkit-box-flex: 1;
            flex: 1 0 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: end;
            align-items: flex-end; } }

.calendar__categories-wrap {
  width: 100%; }
  @media (min-width: 768px) {
    .calendar__categories-wrap {
      max-width: 304px; } }

.calendar__categories-wrap label {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  font-size: 1.125rem;
  line-height: 1.5625rem;
  color: #7c2529;
  font-weight: 700; }
  .calendar__categories-wrap label svg {
    margin-right: 6px; }

.calendar__categories-toggle {
  margin: 20px 0 10px; }
  @media (min-width: 768px) {
    .calendar__categories-toggle {
      margin: 0 0 10px 20px; } }

.fc .fc-day-past .fc-daygrid-day-top {
  opacity: 0.3; }

.fc .fc-event + .fc-list-day > th {
  padding-top: 40px; }

.fc.fc-theme-standard .fc-list-day-cushion {
  background-color: transparent;
  display: -webkit-box;
  display: flex;
  gap: 10px;
  padding-left: 0; }

.fc-theme-standard .fc-list {
  border: none; }

.fc .fc-list-empty {
  font-size: 1.5rem;
  background-color: transparent; }

.home-hero {
  position: relative;
  max-height: 95vh;
  min-height: 41.6875rem; }
  @media (min-width: 768px) {
    .home-hero {
      min-height: 50rem;
      height: 100vh;
      max-height: 93.75rem; } }
  @media (min-width: 1400px) {
    .home-hero {
      margin-left: -12.5rem;
      margin-right: -12.5rem; } }

.home-hero__media {
  max-height: 95vh;
  min-height: 41.6875rem; }
  @media (min-width: 768px) {
    .home-hero__media {
      min-height: 50rem;
      height: 100vh;
      max-height: 93.75rem; } }
  .home-hero__media:before {
    padding-top: 192.03%; }
    @media (min-width: 768px) {
      .home-hero__media:before {
        padding-top: 65.63%; } }
  .home-hero__media .home-hero__media-mobile,
  .home-hero__media .home-hero__media-desktop {
    -o-object-position: center top;
       object-position: center top; }
  @media (min-width: 768px) {
    .home-hero__media .home-hero__media-mobile {
      display: none; } }
  .home-hero__media .home-hero__media-desktop {
    display: none; }
    @media (min-width: 768px) {
      .home-hero__media .home-hero__media-desktop {
        display: block; } }

.home-hero__content-wrapper {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%); }
  @media (min-width: 1200px) {
    .home-hero__content-wrapper {
      padding-right: 11.875rem; } }
  @media (min-width: 1400px) {
    .home-hero__content-wrapper {
      left: 12.5rem;
      top: 55%; } }
  .home-hero__content-wrapper .iastate22-button {
    margin-top: 1.875rem;
    display: inline-block; }
    @media (min-width: 1200px) {
      .home-hero__content-wrapper .iastate22-button {
        margin-top: 3.4375rem; } }

.home-hero__title {
  color: #ffffff; }
  @media (min-width: 576px) {
    .home-hero__title {
      font-size: 11vw;
      width: 93%; } }
  @media (min-width: 768px) {
    .home-hero__title {
      font-size: 10.5vw;
      line-height: 1.1; } }
  @media (min-width: 1200px) {
    .home-hero__title {
      font-size: 8.5vw; } }
  @media (min-width: 1400px) {
    .home-hero__title {
      font-size: 6.875rem;
      line-height: 1.07273;
      width: 100%;
      max-width: 50rem; } }
  .home-hero__title span {
    color: #f1be48; }

.home-hero__animation {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-60%);
          transform: translateY(-60%);
  mix-blend-mode: multiply;
  width: 162%;
  left: -25%;
  pointer-events: none; }
  @media (min-width: 576px) {
    .home-hero__animation {
      left: -20%;
      width: 135%;
      -webkit-transform: translateY(-50%);
              transform: translateY(-50%); } }
  @media (min-width: 768px) {
    .home-hero__animation {
      width: 120%;
      left: -13%; } }
  @media (min-width: 1200px) {
    .home-hero__animation {
      max-width: 87.5rem;
      width: 92%;
      left: -2%; } }
  @media (min-width: 1400px) {
    .home-hero__animation {
      left: 7rem;
      -webkit-transform: translateY(-45%);
              transform: translateY(-45%); } }
  .home-hero__animation svg {
    width: 100%; }
    .home-hero__animation svg path {
      fill: #c8102e;
      mix-blend-mode: multiply;
      isolation: isolate; }
      @media (prefers-reduced-motion) {
        .home-hero__animation svg path {
          -webkit-animation: none;
                  animation: none; } }

.home-community {
  padding-left: 2.25rem;
  padding-right: 2.25rem;
  padding-top: 3.125rem; }
  @media (min-width: 768px) {
    .home-community {
      padding-left: 3.3125rem;
      padding-right: 3.3125rem; } }
  @media (min-width: 1200px) {
    .home-community {
      padding-right: 6.875rem;
      padding-left: 5rem; } }
  @media (min-width: 1400px) {
    .home-community {
      padding-right: 9.8125rem;
      padding-top: 5rem; } }
  .home-community .iastate22-button {
    white-space: nowrap; }

.home-community__content-wrap {
  margin: 0 auto;
  max-width: 52.625rem;
  text-align: center; }

.home-community__label {
  position: relative; }
  @media (min-width: 992px) {
    .home-community__label {
      margin-bottom: 0.8125rem; } }
  .home-community__label:before {
    content: "";
    position: absolute;
    top: 1.3125rem;
    border-bottom: 0.125rem solid #f1be48;
    left: -2.3125rem;
    right: -2.3125rem; }
    @media (min-width: 992px) {
      .home-community__label:before {
        max-width: 40.25rem;
        left: 50%;
        margin-left: -20.125rem; } }
  .home-community__label h2 {
    background-color: #ffffff;
    position: relative;
    display: inline-block;
    padding: 0 1.25rem;
    font-family: "Nimbus Sans", sans-serif;
    font-weight: 700;
    color: #c8102e;
    font-size: 1.3125rem;
    line-height: 1.42857; }
    @media (min-width: 992px) {
      .home-community__label h2 {
        font-size: 1.375rem;
        line-height: 1.40909; } }

.home-community__headline {
  text-align: center;
  font-size: 2.3125rem;
  line-height: 1.2973;
  margin-top: 1.375rem;
  margin-bottom: 0;
  padding-bottom: 0; }
  @media (min-width: 768px) {
    .home-community__headline {
      margin-top: 2.8125rem; } }
  @media (min-width: 992px) {
    .home-community__headline {
      font-size: 3.3125rem;
      line-height: 1.24528;
      width: 50%;
      margin: 0 auto 1.375rem; } }

.home-community__body {
  text-align: center;
  color: #7c2529;
  line-height: 1.61111;
  margin-top: 0.9375rem; }
  @media (min-width: 768px) {
    .home-community__body {
      font-size: 1.125rem;
      line-height: 1.61111; } }
  @media (min-width: 992px) {
    .home-community__body {
      font-size: 1.3125rem;
      line-height: 1.57143; } }

.home-community__callout {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  margin-top: 2.3125rem; }
  @media (min-width: 768px) {
    .home-community__callout {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
              flex-direction: row-reverse;
      -webkit-box-align: center;
              align-items: center; } }

.home-community__callout-content-wrap {
  margin-top: 2.8125rem;
  -webkit-box-ordinal-group: 3;
          order: 2; }
  @media (min-width: 768px) {
    .home-community__callout-content-wrap {
      -webkit-box-ordinal-group: initial;
              order: initial;
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 50%;
      padding-left: 2.5rem;
      margin-top: 0; } }
  @media (min-width: 1200px) {
    .home-community__callout-content-wrap {
      width: 35%; } }
  @media (min-width: 1400px) {
    .home-community__callout-content-wrap {
      width: 30%;
      padding-left: 4.25rem; } }

@media (min-width: 768px) {
  .home-community__callout-media-statistic-wrap {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: 50%;
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    -webkit-box-pack: start;
            justify-content: flex-start;
    padding-right: 1.25rem;
    position: relative; } }

@media (min-width: 1200px) {
  .home-community__callout-media-statistic-wrap {
    width: 65%; } }

@media (min-width: 1200px) {
  .home-community__callout-media-statistic-wrap {
    width: 70%; } }

.home-community__callout-body {
  color: #7c2529;
  line-height: 1.61111; }

.home-community__callout-media {
  box-shadow: 0 0.75rem 1.5rem rgba(0, 0, 0, 0.2);
  -webkit-box-ordinal-group: 4;
          order: 3;
  margin-top: 1.25rem; }
  @media (min-width: 768px) {
    .home-community__callout-media {
      margin-top: 0;
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      -webkit-box-ordinal-group: initial;
              order: initial;
      width: 87%;
      right: -0.75rem;
      top: 0.875rem; } }
  @media (min-width: 1200px) {
    .home-community__callout-media {
      right: 0;
      top: initial;
      max-width: 32.5rem; } }
  @media (min-width: 1400px) {
    .home-community__callout-media {
      right: 2.8125rem; } }
  .home-community__callout-media:before {
    padding-top: 77.49%; }
    @media (min-width: 768px) {
      .home-community__callout-media:before {
        padding-top: 66.73%; } }

.home-community__callout-media-two {
  display: none; }
  @media (min-width: 768px) {
    .home-community__callout-media-two {
      display: block;
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      -webkit-box-ordinal-group: 2;
              order: 1;
      z-index: 2;
      margin-bottom: -6.25rem;
      width: 87%;
      left: 1.875rem;
      top: 1.375rem; } }
  @media (min-width: 992px) {
    .home-community__callout-media-two {
      margin-bottom: -2.5rem;
      margin-top: 9.6875rem;
      top: initial; } }
  @media (min-width: 1200px) {
    .home-community__callout-media-two {
      margin-top: 3.125rem;
      width: 60%;
      max-width: 29.875rem; } }
  @media (min-width: 1400px) {
    .home-community__callout-media-two {
      margin-top: 2.5rem; } }
  @media (min-width: 768px) {
    .home-community__callout-media-two:before {
      padding-top: 60.67%; } }

.home-community__callout-statistic {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  background-color: #ebebeb;
  padding: 1.875rem 1.25rem;
  position: relative;
  margin: 3.125rem auto -7.5rem;
  max-width: 21.375rem;
  -webkit-box-ordinal-group: 2;
          order: 1;
  z-index: 1; }
  @media (min-width: 768px) {
    .home-community__callout-statistic {
      -webkit-box-ordinal-group: initial;
              order: initial;
      margin: 0;
      text-align: center;
      min-height: 18.375rem;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-pack: center;
              justify-content: center;
      padding: 1.875rem 3.125rem;
      left: -1.25rem;
      top: -0.75rem; } }
  @media (min-width: 992px) {
    .home-community__callout-statistic {
      position: absolute;
      left: -1.875rem;
      margin-top: 36%; } }
  @media (min-width: 1200px) {
    .home-community__callout-statistic {
      margin-top: 11.25rem; } }
  @media (min-width: 1400px) {
    .home-community__callout-statistic {
      left: initial;
      right: 30.625rem;
      margin-top: 15rem; } }
  .home-community__callout-statistic:before {
    content: "";
    border-bottom: 0.5rem solid #f1be48;
    top: -0.25rem;
    left: 50%;
    margin-left: -1.75rem;
    width: 3.5rem;
    height: 0.5rem;
    position: absolute; }

.home-community__callout-statistic-stat {
  color: #7c2529;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 40%;
  text-align: center;
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 3.1875rem;
  line-height: 1;
  margin: 0; }
  @media (min-width: 768px) {
    .home-community__callout-statistic-stat {
      width: 100%;
      font-size: 4.125rem;
      line-height: 0.93939; } }

.home-community__callout-statistic-description {
  color: #7c2529;
  -webkit-box-flex: 0;
          flex: 0 1 auto;
  width: 60%;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.44444;
  margin: 0;
  padding-left: 0.9375rem; }
  @media (min-width: 768px) {
    .home-community__callout-statistic-description {
      width: 100%;
      padding-left: 0;
      font-size: 1rem;
      line-height: 1.625;
      margin-top: 0.9375rem; } }

.home-iastate22-blockquote {
  padding-top: 14.375rem;
  padding-bottom: 5.625rem; }
  @media (min-width: 992px) {
    .home-iastate22-blockquote {
      padding-top: 9.875rem;
      padding-bottom: 11.875rem;
      position: relative; } }
  @media (min-width: 1400px) {
    .home-iastate22-blockquote:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 150vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -1;
      background-color: #c8102e;
      pointer-events: none; } }
  .home-iastate22-blockquote .iastate22-blockquote__portrait {
    max-width: 16.125rem;
    width: 75%;
    cursor: pointer; }
    @media (min-width: 1200px) {
      .home-iastate22-blockquote .iastate22-blockquote__portrait {
        max-width: 16.125rem; } }
    html:not(.js) .home-iastate22-blockquote .iastate22-blockquote__portrait {
      cursor: initial; }
  .home-iastate22-blockquote .video-embed__button {
    top: 78%;
    max-width: 3.5rem;
    max-height: 3.5rem;
    margin-left: -1.75rem; }
    html:not(.js) .home-iastate22-blockquote .video-embed__button {
      display: none; }
  .home-iastate22-blockquote .iastate22-modal__media:before {
    display: none; }
  .home-iastate22-blockquote .iastate22-modal__media .video-embed__button {
    top: 50%; }
  .home-iastate22-blockquote .iastate22-blockquote__quote {
    line-height: 1.26667; }
    @media (min-width: 992px) {
      .home-iastate22-blockquote .iastate22-blockquote__quote {
        font-size: 2.5625rem;
        line-height: 1.39024; } }
    @media (min-width: 992px) {
      .home-iastate22-blockquote .iastate22-blockquote__quote:after {
        bottom: -4.375rem; } }
  .home-iastate22-blockquote .iastate22-blockquote__author {
    width: 67%;
    padding-right: 0; }
    @media (min-width: 992px) {
      .home-iastate22-blockquote .iastate22-blockquote__author {
        margin-top: 0.625rem; } }
  .home-iastate22-blockquote .video-embed__media-wrap:after {
    display: none; }

.iastate22-modal--video .iastate22-modal__container {
  padding: 2.8125rem 0 0 0;
  width: 100%;
  max-width: 62.5rem; }
  .iastate22-modal--video .iastate22-modal__container .iastate22-modal__media-wrap {
    position: relative;
    overflow: hidden;
    width: 100%;
    padding-top: 56.25%; }
    .iastate22-modal--video .iastate22-modal__container .iastate22-modal__media-wrap iframe {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      right: 0;
      width: 100%;
      height: 100%; }

.home-academics {
  padding-top: 4.375rem; }
  @media (min-width: 768px) {
    .home-academics {
      padding-bottom: 3.75rem; } }
  @media (min-width: 992px) {
    .home-academics {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-align: start;
              align-items: flex-start; } }
  @media (min-width: 1200px) {
    .home-academics {
      padding-right: 5.125rem; } }

@media (min-width: 992px) {
  .home-academics__copy-explore-wrap {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: 40%; } }

.home-academics__headline {
  width: 80%; }

.home-academics__intro-copy {
  color: #7c2529;
  line-height: 1.61111; }
  @media (min-width: 992px) {
    .home-academics__intro-copy {
      font-size: 1.3125rem;
      line-height: 1.57143; } }

.home-academics__image-grid {
  margin: 3.125rem -2.25rem 0; }
  @media (min-width: 768px) {
    .home-academics__image-grid {
      margin-bottom: 3.125rem; } }
  @media (min-width: 992px) {
    .home-academics__image-grid {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 60%;
      margin: -8.125rem 0 0 0; } }
  .home-academics__image-grid .image-grid__image {
    margin-bottom: 0.625rem; }
    .home-academics__image-grid .image-grid__image:before {
      display: none; }
    .home-academics__image-grid .image-grid__image .iastate22-card__media:before {
      padding-top: 86.47%; }
      @media (min-width: 768px) {
        .home-academics__image-grid .image-grid__image .iastate22-card__media:before {
          padding-top: 71.47%; } }
    @media (min-width: 768px) {
      .home-academics__image-grid .image-grid__image:nth-child(2), .home-academics__image-grid .image-grid__image:last-child {
        width: calc(50% - 0.3125rem);
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .home-academics__image-grid .image-grid__image:nth-child(2) .iastate22-card__media:before, .home-academics__image-grid .image-grid__image:last-child .iastate22-card__media:before {
        padding-top: 85.95%; } }
    @media (min-width: 992px) {
      .home-academics__image-grid .image-grid__image:nth-child(2) .iastate22-card__cta, .home-academics__image-grid .image-grid__image:last-child .iastate22-card__cta {
        min-width: initial;
        width: 100%;
        padding-top: 0.625rem;
        padding-bottom: 0.625rem; } }
    @media (min-width: 1400px) {
      .home-academics__image-grid .image-grid__image:nth-child(2) .iastate22-card__cta, .home-academics__image-grid .image-grid__image:last-child .iastate22-card__cta {
        min-width: 15.5625rem;
        width: auto;
        padding-top: 1.9375rem;
        padding-bottom: 1.9375rem; } }
    .home-academics__image-grid .image-grid__image:nth-child(2) .iastate22-card__cta .arrow, .home-academics__image-grid .image-grid__image:last-child .iastate22-card__cta .arrow {
      inset: auto;
      -webkit-transform: translate(0.8125rem, 0.8125rem);
              transform: translate(0.8125rem, 0.8125rem); }
    @media (min-width: 768px) {
      .home-academics__image-grid .image-grid__image:nth-child(2) {
        margin-right: 0.3125rem; } }
    .home-academics__image-grid .image-grid__image:last-child {
      margin-bottom: 0; }
      @media (min-width: 768px) {
        .home-academics__image-grid .image-grid__image:last-child {
          margin-left: 0.3125rem; } }

.home-academics__explore {
  margin-top: 3rem; }
  .home-academics__explore ul {
    margin-top: 0.875rem; }
    .home-academics__explore ul li a {
      margin-bottom: 0; }

.home-solutions {
  padding-top: 4.375rem;
  padding-bottom: 3.75rem;
  position: relative; }
  @media (min-width: 1200px) {
    .home-solutions {
      padding-right: 10.625rem;
      padding-left: 10.625rem; } }
  .home-solutions:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 33.125rem;
    background-color: #f5f5f5; }
    @media (min-width: 992px) {
      .home-solutions:before {
        height: 27.75rem; } }
    @media (min-width: 1200px) {
      .home-solutions:before {
        left: 2.5625rem;
        right: 2.5625rem; } }
    @media (min-width: 1400px) {
      .home-solutions:before {
        left: 5.125rem;
        right: 5.125rem; } }

@media (min-width: 992px) {
  .home-solutions__headline {
    text-align: center; } }

@media (min-width: 992px) {
  .home-solutions__headline:after {
    left: 50%;
    margin-left: -1.5625rem; } }

.home-solutions__intro-copy {
  position: relative;
  z-index: 1;
  color: #7c2529;
  line-height: 1.61111; }
  @media (min-width: 992px) {
    .home-solutions__intro-copy {
      text-align: center;
      width: 70%;
      margin: 0 auto; } }

.home-solutions__carousel-holder {
  margin-top: 2.9375rem; }

@media (min-width: 992px) {
  .home-solutions__carousel {
    display: -webkit-box;
    display: flex; } }

.home-solutions__carousel .flickity-viewport {
  overflow: visible; }

.home-solutions__carousel-slide {
  width: 66%;
  margin-right: 2.5rem; }
  .home-solutions__carousel-slide:last-child {
    margin-right: 0; }

.home-location {
  position: relative; }
  @media (min-width: 992px) {
    .home-location {
      padding-left: 4.9375rem;
      padding-right: 4.9375rem;
      margin-top: 2.25rem; } }

@media (min-width: 992px) {
  .home-location__media {
    border: 0.625rem solid #f1be48; } }

.home-location__media:before {
  padding-top: 55.56%; }

.home-location__caption {
  background-color: #003d4c;
  padding: 2.0625rem 2.25rem;
  position: relative;
  z-index: 1; }
  @media (min-width: 992px) {
    .home-location__caption {
      position: absolute;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      max-width: 27rem;
      top: 2.5rem;
      padding: 1.625rem 2.25rem; } }
  @media (min-width: 1200px) {
    .home-location__caption {
      top: 5.0625rem; } }
  .home-location__caption .fa-iastate22-map-pin {
    color: #f1be48;
    position: absolute;
    font-size: 3rem;
    top: -1.6875rem; }
    @media (min-width: 992px) {
      .home-location__caption .fa-iastate22-map-pin {
        position: relative;
        top: 0;
        font-size: 2rem; } }

.home-location__caption-text {
  color: #ffffff;
  font-family: "Merriweather", serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.3125; }
  @media (min-width: 992px) {
    .home-location__caption-text {
      margin-left: 1.25rem; } }
  .home-location__caption-text a {
    color: #f1be48;
    font-family: "Nimbus Sans", sans-serif;
    font-weight: 700;
    text-decoration-thickness: 0.0625rem;
    text-underline-offset: 0.125rem;
    -webkit-transition: 0.2s color ease-in-out;
    transition: 0.2s color ease-in-out; }
    .home-location__caption-text a:hover {
      color: #ffffff; }

.home-events-news {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem;
  background-color: #f5f5f5;
  position: relative; }
  @media (min-width: 992px) {
    .home-events-news {
      margin-top: 1.875rem; } }
  @media (min-width: 1200px) {
    .home-events-news {
      padding-left: 4.9375rem;
      padding-right: 4.9375rem; } }
  @media (min-width: 992px) {
    html:not(.js) .home-events-news {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap; } }
  @media (min-width: 992px) {
    .home-events-news:before {
      content: "";
      background-color: #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 18.3125rem; } }
  @media (min-width: 1400px) {
    .home-events-news:after {
      content: "";
      position: absolute;
      height: 47.3125rem;
      bottom: 0;
      width: 150vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -1;
      background-color: #f5f5f5;
      pointer-events: none; } }
  .home-events-news .home-link-button {
    -webkit-box-pack: center;
            justify-content: center; }

.home-events-news__headline {
  text-align: center;
  width: 60%;
  margin: 0 auto;
  line-height: 1.23333; }
  @media (min-width: 992px) {
    .home-events-news__headline {
      text-align: left;
      width: auto;
      margin-left: 6.9375rem; } }
  .home-events-news__headline:after {
    left: 50%;
    margin-left: -25px; }
    @media (min-width: 992px) {
      .home-events-news__headline:after {
        left: 0;
        margin: 0; } }
  @media (min-width: 992px) {
    html:not(.js) .home-events-news__headline {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 100%; } }

.home-events-news__event-list,
.home-events-news__news-list,
.home-news-events-grid-wrap {
  position: relative; }
  .home-events-news__event-list:before,
  .home-events-news__news-list:before,
  .home-news-events-grid-wrap:before {
    content: "Event";
    position: absolute;
    top: -1.1875rem;
    left: 1.5625rem;
    background-color: #c8102e;
    padding: 0.25rem 1rem;
    color: #ffffff;
    font-family: "Nimbus Sans", sans-serif;
    font-weight: 700;
    font-size: 1.25rem;
    line-height: 1.5; }
    @media (min-width: 992px) {
      .home-events-news__event-list:before,
      .home-events-news__news-list:before,
      .home-news-events-grid-wrap:before {
        display: none; } }
  .home-events-news__event-list ul,
  .home-events-news__news-list ul,
  .home-news-events-grid-wrap ul {
    box-shadow: 0.5625rem 0.8125rem 1.25rem rgba(0, 0, 0, 0.16);
    padding: 2rem 1.25rem 1rem;
    background-color: #ffffff;
    margin-top: 4.0625rem;
    margin-bottom: 1.875rem; }
    .home-events-news__event-list ul li,
    .home-events-news__news-list ul li,
    .home-news-events-grid-wrap ul li {
      margin-bottom: 1.625rem; }
      .home-events-news__event-list ul li .home-events-news__item-title,
      .home-events-news__news-list ul li .home-events-news__item-title,
      .home-news-events-grid-wrap ul li .home-events-news__item-title {
        margin: 0;
        padding: 0;
        color: #7c2529;
        font-family: "Nimbus Sans", sans-serif;
        font-weight: 700;
        font-size: 1.25rem;
        line-height: 1.55; }
        @media (min-width: 992px) {
          .home-events-news__event-list ul li .home-events-news__item-title,
          .home-events-news__news-list ul li .home-events-news__item-title,
          .home-news-events-grid-wrap ul li .home-events-news__item-title {
            font-size: 1.3125rem;
            line-height: 1.47619; } }
        .home-events-news__event-list ul li .home-events-news__item-title a,
        .home-events-news__news-list ul li .home-events-news__item-title a,
        .home-news-events-grid-wrap ul li .home-events-news__item-title a {
          color: currentColor;
          text-decoration-thickness: 0.0625rem;
          text-underline-offset: 0.125rem;
          -webkit-transition: 0.2s color ease-in-out;
          transition: 0.2s color ease-in-out; }
          .home-events-news__event-list ul li .home-events-news__item-title a .arrow,
          .home-events-news__news-list ul li .home-events-news__item-title a .arrow,
          .home-news-events-grid-wrap ul li .home-events-news__item-title a .arrow {
            top: initial;
            bottom: 0.9375rem;
            left: initial;
            right: initial;
            background-color: #c8102e;
            margin-left: 0.625rem;
            opacity: 0;
            -webkit-transition: 0.2s width ease-in-out, 0.2s right ease-in-out, 0.2s opacity ease-in-out;
            transition: 0.2s width ease-in-out, 0.2s right ease-in-out, 0.2s opacity ease-in-out; }
            .home-events-news__event-list ul li .home-events-news__item-title a .arrow:before, .home-events-news__event-list ul li .home-events-news__item-title a .arrow:after,
            .home-events-news__news-list ul li .home-events-news__item-title a .arrow:before,
            .home-events-news__news-list ul li .home-events-news__item-title a .arrow:after,
            .home-news-events-grid-wrap ul li .home-events-news__item-title a .arrow:before,
            .home-news-events-grid-wrap ul li .home-events-news__item-title a .arrow:after {
              background-color: #c8102e; }
      .home-events-news__event-list ul li .home-events__event-date,
      .home-events-news__event-list ul li .home-events__news-date,
      .home-events-news__news-list ul li .home-events__event-date,
      .home-events-news__news-list ul li .home-events__news-date,
      .home-news-events-grid-wrap ul li .home-events__event-date,
      .home-news-events-grid-wrap ul li .home-events__news-date {
        color: #c8102e;
        font-family: "Nimbus Sans", sans-serif;
        font-weight: 700;
        font-size: 1.125rem;
        line-height: 1.38889; }

@media (min-width: 992px) {
  .home-events-news__event-list,
  .home-events-news__news-list {
    position: absolute;
    left: 60%;
    top: 3.375rem;
    margin-bottom: 2.5rem; } }

@media (min-width: 992px) {
  html:not(.js) .home-events-news__event-list, html:not(.js)
  .home-events-news__news-list {
    position: static;
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: 50%;
    margin: 0;
    left: initial;
    top: initial; } }

@media (min-width: 992px) {
  .home-events-news__event-list .visible-for-screen-readers,
  .home-events-news__news-list .visible-for-screen-readers {
    display: none; } }

@media (min-width: 992px) {
  .home-events-news__event-list ul,
  .home-events-news__news-list ul {
    display: none; } }

@media (min-width: 992px) {
  html:not(.js) .home-events-news__event-list ul, html:not(.js)
  .home-events-news__news-list ul {
    display: block; } }

@media (min-width: 992px) {
  html:not(.js) .home-events-news__event-list {
    padding-right: 0.9375rem; } }

.home-events-news__event-list ul li .home-events-news__item {
  display: -webkit-box;
  display: flex;
  -webkit-box-align: start;
          align-items: flex-start; }
  .home-events-news__event-list ul li .home-events-news__item .home-events__event-date {
    -webkit-box-flex: 0;
            flex: 0 0 auto;
    width: 6.25rem;
    text-align: center; }
  .home-events-news__event-list ul li .home-events-news__item .home-events-news__item-title {
    margin-left: 3.3125rem;
    position: relative;
    top: -0.25rem; }
    .home-events-news__event-list ul li .home-events-news__item .home-events-news__item-title:before {
      content: "";
      position: absolute;
      top: 0.375rem;
      bottom: 0;
      left: -2rem;
      min-height: 3.125rem;
      border-left: 0.125rem solid #f1be48; }

.home-events-news__news-list {
  margin-top: 6.5625rem; }
  @media (min-width: 992px) {
    .home-events-news__news-list {
      margin-top: 4.0625rem; } }
  @media (min-width: 992px) {
    html:not(.js) .home-events-news__news-list {
      padding-left: 0.9375rem; } }
  .home-events-news__news-list:before {
    content: "News"; }
  .home-events-news__news-list:after {
    content: "";
    position: absolute;
    top: -4.0625rem;
    left: -2.25rem;
    right: -2.25rem;
    border-top: 0.125rem solid #f1be48; }
    @media (min-width: 992px) {
      .home-events-news__news-list:after {
        display: none; } }
  .home-events-news__news-list li a {
    display: block; }

.home-news-events-grid-wrap {
  display: none; }
  @media (min-width: 992px) {
    .home-news-events-grid-wrap {
      margin-top: 6.875rem;
      display: block; } }
  @media (min-width: 992px) {
    .home-news-events-grid-wrap .home-news-events-grid {
      box-shadow: none;
      padding: 0;
      background-color: transparent;
      margin-top: 4.0625rem;
      margin-bottom: 1.875rem; } }
  @media (min-width: 992px) {
    .home-news-events-grid-wrap .home-news-events-grid li {
      box-shadow: 0.5625rem 0.8125rem 1.25rem rgba(0, 0, 0, 0.16);
      padding: 2rem 1.25rem 1rem;
      background-color: #ffffff;
      width: 31%;
      margin-bottom: 2.8125rem;
      position: relative; } }
  @media (min-width: 1200px) {
    .home-news-events-grid-wrap .home-news-events-grid li {
      width: 32%; } }
  .home-news-events-grid-wrap .home-news-events-grid li.clickable {
    cursor: pointer; }
    .home-news-events-grid-wrap .home-news-events-grid li.clickable:hover:after {
      opacity: 1; }
    .home-news-events-grid-wrap .home-news-events-grid li.clickable:hover a .arrow {
      opacity: 1; }
    .home-news-events-grid-wrap .home-news-events-grid li.clickable:hover .home-news-events-grid__image img {
      -webkit-transform: scale(1.1);
              transform: scale(1.1); }
  @media (min-width: 992px) {
    .home-news-events-grid-wrap .home-news-events-grid li:before {
      content: "Event";
      position: absolute;
      top: -1.1875rem;
      z-index: 1;
      left: 1.5625rem;
      background-color: #c8102e;
      padding: 0.25rem 1rem;
      color: #ffffff;
      font-family: "Nimbus Sans", sans-serif;
      font-weight: 700;
      font-size: 1.25rem;
      line-height: 1.5;
      z-index: 2; } }
  .home-news-events-grid-wrap .home-news-events-grid li:after {
    content: "";
    background-color: transparent;
    border: 0.5rem solid #f1be48;
    position: absolute;
    top: -0.5rem;
    left: -0.5rem;
    right: -0.5rem;
    bottom: -0.5rem;
    z-index: 0;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out; }
  @media (min-width: 992px) {
    .home-news-events-grid-wrap .home-news-events-grid li:nth-child(odd) {
      min-height: 10.9375rem; } }
  @media (min-width: 992px) {
    .home-news-events-grid-wrap .home-news-events-grid li:nth-child(odd) .home-events-news__item {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: start;
              align-items: flex-start;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; } }
  @media (min-width: 1200px) {
    .home-news-events-grid-wrap .home-news-events-grid li:nth-child(odd) .home-events-news__item {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row; } }
  @media (min-width: 992px) {
    .home-news-events-grid-wrap .home-news-events-grid li:nth-child(odd) .home-events-news__item .home-events__event-date {
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      width: 6.25rem;
      text-align: center; } }
  @media (min-width: 992px) {
    .home-news-events-grid-wrap .home-news-events-grid li:nth-child(odd) .home-events-news__item .home-events-news__item-title {
      margin-left: 0.5625rem;
      margin-top: 0.5625rem;
      position: relative;
      top: -0.25rem; } }
  @media (min-width: 1200px) {
    .home-news-events-grid-wrap .home-news-events-grid li:nth-child(odd) .home-events-news__item .home-events-news__item-title {
      margin-left: 3.3125rem;
      margin-top: 0; } }
  @media (min-width: 1200px) {
    .home-news-events-grid-wrap .home-news-events-grid li:nth-child(odd) .home-events-news__item .home-events-news__item-title:before {
      content: "";
      position: absolute;
      top: 0.375rem;
      bottom: 0;
      left: -2rem;
      min-height: 7.1875rem;
      border-left: 0.125rem solid #f1be48; } }
  @media (min-width: 992px) {
    .home-news-events-grid-wrap .home-news-events-grid li:nth-child(even) {
      min-height: 29.375rem;
      padding: 2.5rem 2.5rem 0; } }
  @media (min-width: 992px) {
    .home-news-events-grid-wrap .home-news-events-grid li:nth-child(even):before {
      content: "News"; } }
  @media (min-width: 992px) {
    .home-news-events-grid-wrap .home-news-events-grid li:nth-child(even) a {
      display: block; } }

.home-news-events-grid__image {
  margin: -2.5rem -2.5rem 2.1875rem -2.5rem;
  position: relative;
  z-index: 1;
  overflow: hidden; }
  .home-news-events-grid__image:before {
    padding-top: 69.66%; }
  .home-news-events-grid__image img {
    -webkit-transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s -webkit-transform ease-in-out;
    transition: 0.2s transform ease-in-out;
    transition: 0.2s transform ease-in-out, 0.2s -webkit-transform ease-in-out; }

.home-social {
  background-color: #c8102e;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: reverse;
          flex-direction: column-reverse;
  position: relative; }
  @media (min-width: 1200px) {
    .home-social {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: center;
              align-items: center;
      padding-right: 0; } }
  @media (min-width: 1400px) {
    .home-social:before {
      content: "";
      position: absolute;
      top: 0;
      bottom: 0;
      width: 150vw;
      left: 50%;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      z-index: -1;
      background-color: #c8102e;
      pointer-events: none; } }

.home-social__headline-icons-wrap {
  margin: 2.5rem 0 1.625rem; }
  @media (min-width: 1200px) {
    .home-social__headline-icons-wrap {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 35%;
      margin: 0; } }
  @media (min-width: 1400px) {
    .home-social__headline-icons-wrap {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 25%; } }

.home-social__headline {
  color: #ffffff;
  width: 50%;
  padding: 0;
  margin-bottom: 1.25rem; }
  @media (min-width: 1200px) {
    .home-social__headline {
      width: auto; } }
  @media (min-width: 1400px) {
    .home-social__headline {
      width: 50%; } }

.home-social__social-links {
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: start;
          justify-content: flex-start;
  -webkit-box-align: center;
          align-items: center;
  margin: 1.6875rem 0; }
  @media (min-width: 768px) {
    .home-social__social-links {
      -webkit-box-pack: start;
              justify-content: flex-start; } }
  @media (min-width: 1200px) {
    .home-social__social-links {
      margin: 0; } }
  .home-social__social-links li {
    margin-right: 0.9375rem; }
    .home-social__social-links li a {
      border: 0.125rem solid #f1be48;
      border-radius: 50%;
      width: 3.25rem;
      height: 3.25rem;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: center;
              justify-content: center;
      color: #ffffff;
      -webkit-transition: 0.2s background-color ease-in-out;
      transition: 0.2s background-color ease-in-out; }
      .home-social__social-links li a:hover {
        background-color: #7c2529; }
      .home-social__social-links li a svg {
        color: #f1be48;
        font-size: 1.5625rem; }

.home-social__images-wrap {
  position: relative; }
  @media (min-width: 768px) {
    .home-social__images-wrap {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      flex-wrap: wrap; } }
  @media (min-width: 1200px) {
    .home-social__images-wrap {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 65%; } }
  @media (min-width: 1400px) {
    .home-social__images-wrap {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 75%; } }
  .home-social__images-wrap:before, .home-social__images-wrap:after {
    content: "";
    position: absolute;
    top: 0;
    left: -2.25rem;
    right: -2.25rem;
    background-color: #f5f5f5;
    height: 3rem; }
    @media (min-width: 768px) {
      .home-social__images-wrap:before, .home-social__images-wrap:after {
        left: -4.375rem;
        right: -4.375rem; } }
    @media (min-width: 1200px) {
      .home-social__images-wrap:before, .home-social__images-wrap:after {
        width: 150vw;
        left: -50vw;
        height: 1.125rem; } }
    @media (min-width: 1400px) {
      .home-social__images-wrap:before, .home-social__images-wrap:after {
        height: 1.6875rem; } }
  .home-social__images-wrap:after {
    display: none; }
    @media (min-width: 768px) {
      .home-social__images-wrap:after {
        background-color: #ffffff; } }
    @media (min-width: 1200px) {
      .home-social__images-wrap:after {
        display: block;
        top: initial;
        bottom: 0; } }

.home-social__images-image {
  box-shadow: 0 0.8125rem 1rem rgba(0, 0, 0, 0.2);
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    .home-social__images-image {
      -webkit-box-flex: 1;
              flex: 1 1 0;
      margin-right: 0.9375rem; } }
  .home-social__images-image:nth-child(2), .home-social__images-image:last-child {
    display: none; }
    @media (min-width: 768px) {
      .home-social__images-image:nth-child(2), .home-social__images-image:last-child {
        display: block; } }
  @media (min-width: 768px) {
    .home-social__images-image:last-child {
      margin-right: 0; } }
  .home-social__images-image:before {
    padding-top: 100%; }

.home-resources {
  padding-top: 2.5rem; }
  @media (min-width: 768px) {
    .home-resources {
      margin-bottom: 3.125rem;
      padding-top: 3.125rem; } }
  @media (min-width: 992px) {
    .home-resources {
      padding-top: 4.375rem; } }
  @media (min-width: 1200px) {
    .home-resources {
      padding-top: 5.9375rem;
      padding-right: 11.875rem; } }
  .home-resources .link-set {
    -webkit-box-flex: 1;
            flex: 1 1 0;
    padding-left: 0.75rem; }
    @media (min-width: 992px) {
      .home-resources .link-set {
        -webkit-box-flex: 0;
                flex: 0 1 auto;
        width: 50%;
        padding-left: 1.8125rem;
        padding-top: 0.3125rem; } }
    @media (min-width: 1400px) {
      .home-resources .link-set {
        padding-left: 3.4375rem; } }
    @media (min-width: 992px) {
      .home-resources .link-set ul {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2; } }
    .home-resources .link-set ul li {
      line-height: 1.38889;
      margin-bottom: 1.125rem; }
      @media (min-width: 992px) {
        .home-resources .link-set ul li {
          margin-bottom: 0.625rem; } }
      .home-resources .link-set ul li a {
        color: #7c2529;
        font-family: "Nimbus Sans", sans-serif;
        font-weight: 700;
        font-size: 1.125rem;
        text-decoration-thickness: 0.0625rem;
        text-underline-offset: 0.125rem;
        -webkit-transition: 0.2s color ease-in-out;
        transition: 0.2s color ease-in-out; }
        .home-resources .link-set ul li a:hover {
          color: #c8102e; }

.home-resources__headline {
  text-align: center;
  margin: 0 auto;
  font-size: 2.3125rem;
  line-height: 1.2973; }
  @media (min-width: 992px) {
    .home-resources__headline {
      font-size: 3.3125rem;
      line-height: 1.24528; } }
  .home-resources__headline:after {
    left: 50%;
    margin-left: -25px; }

.home-resources__subhead-link-wrap {
  display: -webkit-box;
  display: flex;
  margin-top: 2.1875rem; }
  @media (min-width: 992px) {
    .home-resources__subhead-link-wrap {
      margin-bottom: 3.125rem; } }
  @media (min-width: 1200px) {
    .home-resources__subhead-link-wrap {
      margin-left: -4.0625rem; } }

.home-resources__subhead-wrap {
  -webkit-box-flex: 1;
          flex: 1 1 0;
  padding-right: 0.75rem; }
  @media (min-width: 992px) {
    .home-resources__subhead-wrap {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 50%;
      padding-right: 1.625rem; } }
  @media (min-width: 1400px) {
    .home-resources__subhead-wrap {
      padding-right: 3.4375rem; } }

.home-resources__subhead {
  font-family: "Merriweather", serif;
  font-weight: 700;
  text-align: right;
  font-size: 1.4375rem;
  line-height: 1.52174; }
  @media (min-width: 992px) {
    .home-resources__subhead {
      font-size: 1.875rem;
      line-height: 1.46667;
      width: 75%;
      margin-left: auto; } }
  @media (min-width: 1200px) {
    .home-resources__subhead {
      width: 50%; } }

@media (min-width: 768px) {
  .home-resources__questions-image-wrap {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
            flex-direction: row-reverse;
    margin-top: 2.5rem; } }

@media (min-width: 992px) {
  .home-resources__questions-image-wrap {
    margin-bottom: -8.125rem; } }

@media (min-width: 1200px) {
  .home-resources__questions-image-wrap {
    margin-left: -3.25rem;
    margin-top: 5.625rem;
    margin-bottom: -8.75rem; } }

@media (min-width: 1400px) {
  .home-resources__questions-image-wrap {
    margin-bottom: -11.25rem; } }

.home-resources__questions {
  margin-top: 2.5rem; }
  @media (min-width: 768px) {
    .home-resources__questions {
      -webkit-box-flex: 1;
              flex: 1 1 0; } }

.home-resources__questions-subhead {
  text-align: center;
  color: #7c2529;
  font-size: 1.875rem;
  line-height: 0.86667;
  position: relative;
  padding-bottom: 1.75rem; }
  @media (min-width: 768px) {
    .home-resources__questions-subhead {
      text-align: left; } }
  .home-resources__questions-subhead:after {
    left: 50%;
    margin-left: -25px; }
    @media (min-width: 768px) {
      .home-resources__questions-subhead:after {
        left: 0;
        margin: 0;
        bottom: initial;
        top: -2.5rem; } }

.home-resources__questions-links {
  width: 75%;
  margin: 0.9375rem auto; }
  @media (min-width: 768px) {
    .home-resources__questions-links {
      margin: 0; } }
  .home-resources__questions-links .home-link-button {
    -webkit-box-pack: center;
            justify-content: center; }
    @media (min-width: 1200px) {
      .home-resources__questions-links .home-link-button {
        -webkit-box-pack: start;
                justify-content: flex-start; } }

.home-resources__image {
  margin-top: 1.875rem;
  margin-left: -2.25rem;
  margin-bottom: 1.875rem;
  width: 85%;
  position: relative;
  box-shadow: 0.25rem 0.8125rem 1.6875rem rgba(0, 0, 0, 0.2);
  z-index: 2; }
  @media (min-width: 768px) {
    .home-resources__image {
      -webkit-box-flex: 1;
              flex: 1 1 0;
      margin: 2.4375rem 1.6875rem 0 0;
      width: auto; } }
  @media (min-width: 992px) {
    .home-resources__image {
      margin: 0 3.375rem 0 0; } }
  @media (min-width: 1400px) {
    .home-resources__image {
      margin-right: 6.0625rem;
      left: -0.9375rem; } }
  .home-resources__image img {
    z-index: 1; }
  .home-resources__image:before {
    padding-top: 72.41%; }
  .home-resources__image:after {
    content: "";
    position: absolute;
    bottom: -1.875rem;
    left: -2.25rem;
    background-color: #c8102e;
    height: 8.4375rem;
    width: 150vw; }
    @media (min-width: 768px) {
      .home-resources__image:after {
        display: none; } }

.home-ctas {
  background-color: #c8102e;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column;
  padding-bottom: 2.9375rem;
  position: relative; }
  @media (min-width: 992px) {
    .home-ctas {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      flex-wrap: wrap;
      -webkit-box-align: end;
              align-items: flex-end; } }
  @media (min-width: 1200px) {
    .home-ctas {
      padding-right: 5.0625rem;
      padding-left: 5.0625rem; } }
  @media (min-width: 768px) {
    .home-ctas:after {
      content: "";
      position: absolute;
      z-index: 1;
      background-color: #c8102e;
      pointer-events: none;
      top: -5.625rem;
      height: 5.625rem;
      left: 0;
      right: 0; } }
  @media (min-width: 992px) {
    .home-ctas:after {
      display: none; } }
  @media (min-width: 1400px) {
    .home-ctas:after {
      display: block;
      top: 25.8125rem;
      z-index: -1;
      height: initial;
      bottom: 0;
      width: 150vw;
      left: 50%;
      right: initial;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%); } }
  @media (min-width: 992px) {
    .home-ctas:before {
      content: "";
      background-color: #ffffff;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      height: 40%; } }
  @media (min-width: 1200px) {
    .home-ctas:before {
      height: 46%; } }
  @media (min-width: 768px) {
    .home-ctas .iastate22-button-set {
      -webkit-box-flex: 1;
              flex: 1 1 0;
      margin: 0;
      position: relative;
      left: 1.6875rem; } }
  .home-ctas .iastate22-button-set ul li {
    margin-bottom: 1.625rem; }
    @media (min-width: 768px) {
      .home-ctas .iastate22-button-set ul li {
        margin-bottom: 0.3125rem; } }
    @media (min-width: 768px) {
      .home-ctas .iastate22-button-set ul li a {
        min-width: 19rem;
        text-align: center; } }

.home-ctas__headline-button-wrap {
  -webkit-box-ordinal-group: 3;
          order: 2;
  margin-top: 4.375rem;
  margin-bottom: 4.375rem; }
  @media (min-width: 768px) {
    .home-ctas__headline-button-wrap {
      -webkit-box-ordinal-group: 4;
              order: 3;
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 100%;
      display: -webkit-box;
      display: flex;
      -webkit-box-align: start;
              align-items: flex-start; } }
  @media (min-width: 992px) {
    .home-ctas__headline-button-wrap {
      -webkit-box-align: end;
              align-items: flex-end;
      margin-bottom: 1.25rem; } }
  @media (min-width: 1200px) {
    .home-ctas__headline-button-wrap {
      margin-top: 6.25rem; } }

@media (min-width: 768px) {
  .home-ctas__headline-wrap {
    -webkit-box-flex: 1;
            flex: 1 1 0; } }

.home-ctas__headline {
  color: #ffffff;
  font-size: 3.375rem;
  line-height: 1.18519;
  padding: 0;
  margin-bottom: 2.6875rem; }
  @media (min-width: 992px) {
    .home-ctas__headline {
      width: 75%;
      margin-left: auto; } }
  @media (min-width: 1200px) {
    .home-ctas__headline {
      width: 50%; } }

.home-ctas__image {
  -webkit-box-ordinal-group: 4;
          order: 3;
  box-shadow: 0.25rem 0.8125rem 1.6875rem rgba(0, 0, 0, 0.2);
  margin-right: -2.25rem; }
  @media (min-width: 768px) {
    .home-ctas__image {
      margin-right: -4.375rem; } }
  @media (min-width: 992px) {
    .home-ctas__image {
      -webkit-box-ordinal-group: 2;
              order: 1;
      margin: 0;
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      position: relative;
      top: 6.25rem;
      width: 50%;
      left: -1.6875rem; } }
  @media (min-width: 1200px) {
    .home-ctas__image {
      width: 47%;
      left: -1.375rem; } }
  @media (min-width: 1400px) {
    .home-ctas__image {
      width: 45%; } }
  .home-ctas__image:before {
    padding-top: 62.43%; }
    @media (min-width: 992px) {
      .home-ctas__image:before {
        padding-top: 60%; } }
  .home-ctas__image + .home-ctas__image {
    -webkit-box-ordinal-group: 2;
            order: 1; }
    @media (min-width: 768px) {
      .home-ctas__image + .home-ctas__image {
        margin-right: -2.25rem;
        margin-left: auto;
        width: 80%; } }
    @media (min-width: 992px) {
      .home-ctas__image + .home-ctas__image {
        top: 0;
        left: 1.6875rem;
        width: 50%;
        margin: 0; } }
    @media (min-width: 1400px) {
      .home-ctas__image + .home-ctas__image {
        left: 5.25rem; } }
    .home-ctas__image + .home-ctas__image:before {
      padding-top: 72.49%; }
      @media (min-width: 992px) {
        .home-ctas__image + .home-ctas__image:before {
          padding-top: 71.91%; } }

.home-full-width-campus-photo:before {
  padding-top: 114.49%; }
  @media (min-width: 576px) {
    .home-full-width-campus-photo:before {
      padding-top: 45.83%; } }

@media (min-width: 1400px) {
  .home-full-width-campus-photo:after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 150vw;
    left: 50%;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    z-index: -1;
    background-color: #c8102e;
    pointer-events: none; } }

.home-full-width-campus-photo .home-full-width-campus-photo__desktop {
  display: none; }
  @media (min-width: 576px) {
    .home-full-width-campus-photo .home-full-width-campus-photo__desktop {
      display: block; } }

@media (min-width: 576px) {
  .home-full-width-campus-photo .home-full-width-campus-photo__mobile {
    display: none; } }

.home-link-button {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  color: #7c2529;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  font-size: 1rem;
  line-height: 1.4375;
  text-decoration: none; }
  .home-link-button .home-link-button__arrow-wrap {
    border: 0.125rem solid #7c2529;
    border-radius: 1.5625rem;
    width: 3rem;
    height: 2.875rem;
    display: inline-block;
    -webkit-transition: 0.2s width ease-in-out;
    transition: 0.2s width ease-in-out;
    margin-right: 0.75rem;
    position: relative;
    -webkit-box-flex: 0;
            flex: 0 0 auto; }
    .home-link-button .home-link-button__arrow-wrap .arrow {
      right: initial;
      top: 49%;
      left: 1.625rem;
      width: 0rem; }
  .home-link-button:hover {
    color: #7c2529; }
    .home-link-button:hover .home-link-button__arrow-wrap {
      width: 3.625rem; }
      .home-link-button:hover .home-link-button__arrow-wrap .arrow {
        width: 0.9375rem; }

.admission-and-aid main {
  padding-top: 0 !important; }

.admission-aid-hero {
  position: relative; }
  .admission-aid-hero .hero__subnav-wrap {
    margin-top: -2.0625rem;
    left: 2.25rem;
    position: absolute; }
    @media (min-width: 992px) {
      .admission-aid-hero .hero__subnav-wrap {
        top: initial;
        right: initial;
        max-width: none;
        margin-top: -1.4375rem;
        width: calc(100% - 4.5rem); } }
    @media (min-width: 1200px) {
      .admission-aid-hero .hero__subnav-wrap {
        left: 11.3125rem;
        width: calc(100% - 22.625rem); } }
  @media (min-width: 992px) {
    .admission-aid-hero .subnav--horizontal .subnav__list:before {
      width: 100vw;
      max-width: 100rem;
      left: -2.25rem;
      right: initial; } }
  @media (min-width: 1200px) {
    .admission-aid-hero .subnav--horizontal .subnav__list:before {
      left: -11.3125rem; } }

.admission-aid-hero__breadcrumbs {
  position: absolute;
  z-index: 1;
  left: 1.25rem;
  top: 3.75rem; }
  @media (min-width: 768px) {
    .admission-aid-hero__breadcrumbs {
      left: 2.25rem; } }
  @media (min-width: 1200px) {
    .admission-aid-hero__breadcrumbs {
      top: 7.9375rem; } }
  @media (min-width: 1400px) {
    .admission-aid-hero__breadcrumbs {
      left: 5.125rem; } }
  .admission-aid-hero__breadcrumbs .iastate22-breadcrumb__list li:after {
    border-color: #ffffff; }
  .admission-aid-hero__breadcrumbs .iastate22-breadcrumb__list li a {
    color: #ffffff; }
    .admission-aid-hero__breadcrumbs .iastate22-breadcrumb__list li a:hover {
      color: #f1be48; }

@media (min-width: 768px) {
  .admission-aid-hero__media {
    min-height: 37.5rem; } }

@media (min-width: 992px) {
  .admission-aid-hero__media {
    min-height: initial; } }

@media (min-width: 1400px) {
  .admission-aid-hero__media {
    margin-left: -12.5rem;
    margin-right: -12.5rem; } }

.admission-aid-hero__media:before {
  padding-top: 172.46%; }
  @media (min-width: 768px) {
    .admission-aid-hero__media:before {
      padding-top: 54.1%; } }

.admission-aid-hero__media:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.admission-aid-hero__media .admission-aid-hero__media-mobile,
.admission-aid-hero__media .admission-aid-hero__media-desktop {
  -o-object-position: center top;
     object-position: center top; }

@media (min-width: 768px) {
  .admission-aid-hero__media .admission-aid-hero__media-mobile {
    display: none; } }

.admission-aid-hero__media .admission-aid-hero__media-desktop {
  display: none; }
  @media (min-width: 768px) {
    .admission-aid-hero__media .admission-aid-hero__media-desktop {
      display: block; } }

.admission-aid-hero__title {
  color: #ffffff;
  width: 70%;
  position: relative;
  z-index: 2;
  font-size: 11.5vw;
  line-height: 1.4;
  position: absolute;
  top: 75%;
  -webkit-transform: translateY(-75%);
          transform: translateY(-75%);
  z-index: 1;
  left: 2.25rem;
  margin: 0;
  padding: 0; }
  @media (min-width: 576px) {
    .admission-aid-hero__title {
      font-size: 10vw; } }
  @media (min-width: 768px) {
    .admission-aid-hero__title {
      font-size: 4.375rem;
      line-height: 1.32857;
      width: 50%; } }
  @media (min-width: 992px) {
    .admission-aid-hero__title {
      width: auto;
      top: 57%;
      -webkit-transform: translateY(-57%);
              transform: translateY(-57%); } }
  @media (min-width: 1200px) {
    .admission-aid-hero__title {
      left: 5.125rem; } }

.admission-aid-hero__graphic {
  position: absolute;
  width: 109vw;
  left: -0.8125rem;
  mix-blend-mode: multiply;
  top: 90%;
  -webkit-transform: translateY(-90%);
          transform: translateY(-90%); }
  @media (min-width: 768px) {
    .admission-aid-hero__graphic {
      left: -0.1875rem;
      width: 90vw;
      -webkit-transform: none;
              transform: none;
      top: initial;
      bottom: -3.8125rem;
      max-width: 68.75rem; } }
  @media (min-width: 992px) {
    .admission-aid-hero__graphic {
      bottom: -4.375rem; } }
  @media (min-width: 1200px) {
    .admission-aid-hero__graphic {
      left: 1.375rem; } }
  @media (min-width: 1400px) {
    .admission-aid-hero__graphic {
      bottom: -5rem;
      max-width: 81.25rem; } }
  .admission-aid-hero__graphic svg {
    width: 100%;
    height: auto;
    fill: #c8102e;
    isolation: isolate; }

.admission-aid-explore {
  padding-top: 7.1875rem;
  padding-bottom: 3.125rem; }
  @media (min-width: 1200px) {
    .admission-aid-explore {
      padding-left: 11.875rem;
      padding-right: 11.875rem;
      padding-bottom: 4.0625rem;
      padding-top: 5rem; } }
  .admission-aid-explore .video-embed {
    margin: 0 auto; }
  .admission-aid-explore .video-embed__media-wrap {
    margin-left: -2.25rem;
    margin-right: -2.25rem; }
    @media (min-width: 768px) {
      .admission-aid-explore .video-embed__media-wrap {
        margin-left: -4.375rem;
        margin-right: -4.375rem; } }
    @media (min-width: 992px) {
      .admission-aid-explore .video-embed__media-wrap {
        margin-left: 0;
        margin-right: 0; } }
  .admission-aid-explore .video-embed__caption {
    text-align: center; }

.admission-aid-explore__title {
  text-align: center;
  font-size: 2.3125rem;
  line-height: 1.2973; }
  @media (min-width: 992px) {
    .admission-aid-explore__title {
      font-size: 2.6875rem;
      line-height: 1.53488; } }
  .admission-aid-explore__title:after {
    left: 50%;
    margin-left: -1.5625rem; }

.admission-aid-explore__intro {
  text-align: center;
  margin: 2rem auto 2.875rem;
  max-width: 39.25rem;
  line-height: 1.61111; }

.admission-aid-why {
  position: relative; }
  @media (min-width: 992px) {
    .admission-aid-why {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: start;
              align-items: flex-start;
      position: relative;
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  @media (min-width: 1200px) {
    .admission-aid-why {
      padding-left: 11.875rem;
      padding-right: 5.125rem; } }
  @media (min-width: 992px) {
    .admission-aid-why:before, .admission-aid-why:after {
      content: "";
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0);
              transform: translate(-50%, 0);
      width: 100%;
      border-top: 0.0625rem solid #ebebeb;
      max-width: 79.75rem; } }
  .admission-aid-why:before {
    top: 0; }
  .admission-aid-why:after {
    bottom: 0; }

.admission-aid-why__callouts {
  text-align: center; }
  @media (min-width: 768px) {
    .admission-aid-why__callouts {
      text-align: left; } }
  @media (min-width: 992px) {
    .admission-aid-why__callouts {
      -webkit-box-flex: 1;
              flex: 1 1 0; } }
  .admission-aid-why__callouts ul {
    margin-bottom: 3.125rem; }
    .admission-aid-why__callouts ul li {
      margin-bottom: 2.625rem; }
      @media (min-width: 768px) {
        .admission-aid-why__callouts ul li {
          display: -webkit-box;
          display: flex;
          flex-wrap: wrap;
          -webkit-box-align: center;
                  align-items: center;
          margin-bottom: 1.875rem;
          padding-right: 3.125rem; } }
  .admission-aid-why__callouts .link-tertiary {
    font-size: 1.125rem;
    line-height: 1.38889; }
    .admission-aid-why__callouts .link-tertiary .arrow {
      bottom: 0.75rem; }

.admission-aid-why__callouts-label {
  margin-bottom: 1.8125rem; }
  .admission-aid-why__callouts-label:after {
    left: 50%;
    margin-left: -1.5625rem; }
    @media (min-width: 768px) {
      .admission-aid-why__callouts-label:after {
        margin-left: 0;
        left: 0; } }

@media (min-width: 768px) {
  .admission-aid-why__callout-media {
    -webkit-box-flex: 0;
            flex: 0 1 auto;
    width: 40%; } }

.admission-aid-why__callout-media:before {
  padding-top: 66.67%; }

.admission-aid-why__callout-content {
  margin-top: 0.75rem; }
  @media (min-width: 768px) {
    .admission-aid-why__callout-content {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 60%;
      padding-left: 1.25rem; } }

.admission-aid-why__callout-title {
  margin: 0.75rem auto 0;
  padding: 0 2.3125rem; }
  @media (min-width: 768px) {
    .admission-aid-why__callout-title {
      padding: 0; } }

.admission-aid-why__statistic {
  padding-top: 3.4375rem; }
  @media (min-width: 576px) {
    .admission-aid-why__statistic {
      margin-left: 2.25rem;
      margin-right: 2.25rem; } }
  @media (min-width: 992px) {
    .admission-aid-why__statistic {
      margin: 0;
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      width: 20.25rem; } }
  .admission-aid-why__statistic ul li {
    margin-bottom: 1.8125rem;
    padding-top: 2.25rem;
    position: relative; }
    .admission-aid-why__statistic ul li:last-child {
      margin-bottom: 0; }
      .admission-aid-why__statistic ul li:last-child:after {
        display: none; }
    .admission-aid-why__statistic ul li:after {
      content: "";
      border-bottom: 0.0625rem solid #f1be48;
      position: absolute;
      left: 50%;
      width: 4.875rem;
      margin-left: -2.4375rem;
      bottom: -2rem; }
    .admission-aid-why__statistic ul li .statistic__title {
      font-size: 3.3125rem;
      line-height: 1.24528; }
    .admission-aid-why__statistic ul li .statistic__text {
      font-size: 1rem;
      line-height: 1.625;
      margin-top: -0.125rem; }

.admission-aid-why__statistic-label {
  color: #ffffff;
  text-align: center;
  margin: 0 0 0.9375rem 0;
  padding: 0; }

.admission-aid-afford {
  position: relative;
  padding-top: 3.75rem;
  padding-bottom: 3.125rem; }
  @media (min-width: 1200px) {
    .admission-aid-afford {
      padding-top: 2.5rem;
      padding-left: 11.875rem;
      padding-right: 11.875rem; } }
  .admission-aid-afford .link-set {
    text-align: center; }

.admission-aid-afford__intro-title {
  text-align: center;
  font-size: 2.3125rem;
  line-height: 1.2973; }
  @media (min-width: 992px) {
    .admission-aid-afford__intro-title {
      font-size: 2.6875rem;
      line-height: 1.53488; } }
  .admission-aid-afford__intro-title:after {
    left: 50%;
    margin-left: -1.5625rem; }

.admission-aid-afford__intro-copy {
  text-align: center;
  margin: 0 auto 1.25rem;
  max-width: 39.25rem;
  line-height: 1.61111; }

@media (min-width: 768px) {
  .admission-aid-afford__columns {
    margin-bottom: 2.5rem; } }

.admission-aid-afford__columns ul {
  text-align: center;
  margin-top: 3.75rem; }
  @media (min-width: 768px) {
    .admission-aid-afford__columns ul {
      display: -webkit-box;
      display: flex;
      margin-right: -4.625rem; } }
  .admission-aid-afford__columns ul li {
    margin-bottom: 2.5rem; }
    @media (min-width: 768px) {
      .admission-aid-afford__columns ul li {
        -webkit-box-flex: 1;
                flex: 1 1 0px;
        padding-right: 4.625rem;
        position: relative;
        margin-bottom: 0; } }
    @media (min-width: 768px) {
      .admission-aid-afford__columns ul li:after {
        content: "";
        position: absolute;
        top: 0;
        bottom: 0;
        width: 0.125rem;
        border-right: 0.125rem solid #f5f5f5;
        right: 2.3125rem; } }
    .admission-aid-afford__columns ul li:last-child {
      margin-bottom: 0; }
      .admission-aid-afford__columns ul li:last-child:after {
        display: none; }

.admission-aid-afford__columns .link-tertiary {
  font-size: 1.125rem;
  line-height: 1.38889;
  padding: 0 0.8125rem; }
  @media (min-width: 768px) {
    .admission-aid-afford__columns .link-tertiary {
      padding: 0; } }
  .admission-aid-afford__columns .link-tertiary .arrow {
    bottom: 0.75rem; }

.admission-aid-apply .callout-inset_inset .callout-inset_inset-headline {
  text-align: center;
  font-size: 2.3125rem;
  line-height: 1.2973; }
  @media (min-width: 992px) {
    .admission-aid-apply .callout-inset_inset .callout-inset_inset-headline {
      font-size: 2.6875rem;
      line-height: 1.53488; } }

.admission-aid-apply .callout-inset_inset .callout-inset_inset-text {
  text-align: center;
  line-height: 1.61111;
  margin-bottom: 1.875rem; }

.admission-aid-apply .callout-inset_inset .iastate22-button-set {
  margin-bottom: 0; }
  .admission-aid-apply .callout-inset_inset .iastate22-button-set li .iastate22-button {
    border-color: #7c2529;
    background-color: transparent;
    text-align: center; }
    .admission-aid-apply .callout-inset_inset .iastate22-button-set li .iastate22-button .arrow {
      background-color: #f1be48; }
      .admission-aid-apply .callout-inset_inset .iastate22-button-set li .iastate22-button .arrow:before, .admission-aid-apply .callout-inset_inset .iastate22-button-set li .iastate22-button .arrow:after {
        background-color: #f1be48; }
    .admission-aid-apply .callout-inset_inset .iastate22-button-set li .iastate22-button:hover {
      color: #ffffff;
      background-color: #7c2529; }

.admission-aid-apply .feature-with-large-image {
  margin-top: -1.25rem; }

.admission-aid-apply .feature-with-large-image__content {
  margin: 3.5625rem 0 1.25rem; }
  @media (min-width: 992px) {
    .admission-aid-apply .feature-with-large-image__content {
      margin: 0;
      padding-top: 3.125rem;
      padding-bottom: 3.125rem; } }
  .admission-aid-apply .feature-with-large-image__content .iastate22-link-secondary {
    color: #ffffff; }
    .admission-aid-apply .feature-with-large-image__content .iastate22-link-secondary .arrow {
      background-color: #ffffff; }
      .admission-aid-apply .feature-with-large-image__content .iastate22-link-secondary .arrow:before, .admission-aid-apply .feature-with-large-image__content .iastate22-link-secondary .arrow:after {
        background-color: #ffffff; }

.admission-aid-links {
  padding: 3.25rem 2.25rem 0; }
  @media (min-width: 992px) {
    .admission-aid-links {
      padding-left: 4.375rem;
      padding-right: 4.375rem; } }

.admission-aid-links__intro {
  text-align: center; }

.admission-aid-links__intro-subtitle {
  padding: 0;
  margin: 0 0 0.5rem; }

.admission-aid-links__intro-title {
  margin: 0 0 1.25rem 0;
  padding: 0;
  font-size: 2.3125rem;
  line-height: 1.2973; }

.admission-aid-links__link-list {
  margin-top: 3.4375rem; }
  @media (min-width: 992px) {
    .admission-aid-links__link-list {
      margin-bottom: 4.375rem; } }
  @media (min-width: 992px) {
    .admission-aid-links__link-list ul {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
              align-items: flex-start; } }
  @media (min-width: 1200px) {
    .admission-aid-links__link-list ul {
      flex-wrap: nowrap; } }
  .admission-aid-links__link-list ul li {
    border-bottom: 0.125rem solid #f1be48;
    margin-left: -2.25rem;
    margin-right: -2.25rem;
    padding: 0.6875rem 2.25rem; }
    @media (min-width: 992px) {
      .admission-aid-links__link-list ul li {
        border: none;
        -webkit-box-flex: 0;
                flex: 0 1 auto;
        width: 40%; } }
    @media (min-width: 1200px) {
      .admission-aid-links__link-list ul li {
        width: auto;
        -webkit-box-flex: 1;
                flex: 1 1 0; } }
    .admission-aid-links__link-list ul li:first-child {
      border-top: 0.125rem solid #f1be48; }
      @media (min-width: 992px) {
        .admission-aid-links__link-list ul li:first-child {
          border: none; } }
    .admission-aid-links__link-list ul li .admission-aid-links__link-list-link {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center;
      flex-wrap: wrap;
      text-align: center;
      max-width: 28.125rem;
      margin-left: auto;
      margin-right: auto;
      text-decoration: underline;
      -webkit-text-decoration-color: currentColor;
              text-decoration-color: currentColor;
      text-underline-offset: 0.0625rem;
      color: #7c2529;
      -webkit-transition: 0.3s -webkit-text-decoration-color ease-in-out;
      transition: 0.3s -webkit-text-decoration-color ease-in-out;
      transition: 0.3s text-decoration-color ease-in-out;
      transition: 0.3s text-decoration-color ease-in-out, 0.3s -webkit-text-decoration-color ease-in-out; }
      @media (min-width: 992px) {
        .admission-aid-links__link-list ul li .admission-aid-links__link-list-link {
          max-width: none;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
                  flex-direction: column; } }
      .admission-aid-links__link-list ul li .admission-aid-links__link-list-link:hover {
        -webkit-text-decoration-color: transparent;
                text-decoration-color: transparent; }
        .admission-aid-links__link-list ul li .admission-aid-links__link-list-link:hover .arrow {
          opacity: 1; }

.admission-aid-links__link-list-icon {
  -webkit-box-flex: 0;
          flex: 0 0 auto;
  width: 4.0625rem;
  display: -webkit-box;
  display: flex;
  -webkit-box-align: center;
          align-items: center;
  -webkit-box-pack: center;
          justify-content: center; }
  @media (min-width: 992px) {
    .admission-aid-links__link-list-icon {
      width: 8.125rem; } }

.admission-aid-links__link-list-link-text {
  -webkit-box-flex: 1;
          flex: 1 1 0px;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  color: currentColor;
  font-size: 1.3125rem;
  line-height: 1.42857;
  padding: 0 1.25rem;
  -webkit-transition: 0.2s color ease-in-out;
  transition: 0.2s color ease-in-out;
  position: relative; }
  .admission-aid-links__link-list-link-text .arrow {
    right: initial;
    top: initial;
    bottom: 14px;
    margin-left: 0.625rem;
    opacity: 0;
    -webkit-transition: 0.3s opacity ease-in-out;
    transition: 0.3s opacity ease-in-out; }

.admission-aid-connect {
  padding: 3.4375rem;
  padding-bottom: 0.625rem;
  background-color: #f5f5f5;
  position: relative; }
  @media (min-width: 1200px) {
    .admission-aid-connect {
      padding-left: 11.875rem;
      padding-right: 11.875rem; } }
  @media (min-width: 1200px) {
    .admission-aid-connect:before {
      content: "";
      position: absolute;
      left: -50vw;
      width: 150vw;
      top: 0;
      bottom: 0;
      background-color: #f5f5f5;
      z-index: -1; } }

.admission-aid-connect__title {
  text-align: center;
  font-size: 2.3125rem;
  line-height: 1.2973; }
  .admission-aid-connect__title:after {
    left: 50%;
    margin-left: -1.5625rem; }

.admission-aid-connect__social {
  margin: 1.875rem auto 0;
  max-width: 20rem; }
  .admission-aid-connect__social ul {
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
            align-items: center;
    margin: 1.6875rem 0; }
    .admission-aid-connect__social ul li {
      margin-right: 0.9375rem; }
      .admission-aid-connect__social ul li a {
        border: 0.125rem solid #7c2529;
        border-radius: 50%;
        width: 3.25rem;
        height: 3.25rem;
        display: -webkit-box;
        display: flex;
        -webkit-box-align: center;
                align-items: center;
        -webkit-box-pack: center;
                justify-content: center;
        color: #ffffff;
        -webkit-transition: 0.2s background-color ease-in-out;
        transition: 0.2s background-color ease-in-out; }
        .admission-aid-connect__social ul li a:hover {
          background-color: #f1be48; }
        .admission-aid-connect__social ul li a svg {
          color: #7c2529;
          font-size: 1.5625rem; }

.admission-aid-connect__sections {
  margin-top: 3.8125rem; }
  @media (min-width: 992px) {
    .admission-aid-connect__sections > ul {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      margin-right: -2.5rem; } }
  @media (min-width: 1200px) {
    .admission-aid-connect__sections > ul {
      margin-right: -5rem; } }
  .admission-aid-connect__sections > ul > li {
    margin-bottom: 3.375rem; }
    @media (min-width: 992px) {
      .admission-aid-connect__sections > ul > li {
        -webkit-box-flex: 1;
                flex: 1 1 0px;
        padding-right: 2.5rem; } }
    @media (min-width: 1200px) {
      .admission-aid-connect__sections > ul > li {
        padding-right: 5rem; } }
  .admission-aid-connect__sections .link-set {
    margin-top: 0.75rem; }
    .admission-aid-connect__sections .link-set ul li {
      margin-bottom: 0.1875rem; }
      .admission-aid-connect__sections .link-set ul li .link-set__link {
        font-size: 1.125rem;
        line-height: 1.44444; }

.admission-aid-connect__section-title {
  padding: 0;
  margin: 0 0 1.125rem 0; }

.maj-min-cert-statistic {
  margin-top: -4.375rem; }
  @media (min-width: 992px) {
    .maj-min-cert-statistic {
      margin-top: 0; } }
  @media (min-width: 1200px) {
    .maj-min-cert-statistic {
      margin-right: -6.875rem; } }
  @media (min-width: 1200px) {
    .maj-min-cert-statistic .statistic-with-text .statistic {
      margin-right: 6.75rem;
      max-width: 25%;
      min-width: 18.75rem; } }

.maj-min-cert-explore {
  background-color: #f5f5f5;
  margin-left: -2.25rem;
  margin-right: -2.25rem;
  padding-top: 3.4375rem;
  padding-bottom: 2.1875rem;
  position: relative; }
  @media (min-width: 768px) {
    .maj-min-cert-explore {
      margin-left: -4.375rem;
      margin-right: -4.375rem; } }
  @media (min-width: 1200px) {
    .maj-min-cert-explore {
      margin-left: -11.875rem;
      margin-right: -18.625rem;
      padding-top: 1.5625rem;
      padding-bottom: 1.5625rem;
      padding: 1.5625rem 10.625rem 1.5625rem 14.5rem; } }
  @media (min-width: 1400px) {
    .maj-min-cert-explore {
      display: -webkit-box;
      display: flex;
      -webkit-box-align: center;
              align-items: center; } }
  .maj-min-cert-explore:before {
    content: "";
    position: absolute;
    background-color: #f5f5f5;
    left: -50vw;
    width: 150vw;
    top: 0;
    bottom: 0;
    z-index: -1; }
  @media (min-width: 1200px) {
    .maj-min-cert-explore .iastate22-button-set {
      margin: 1.875rem 0 0; } }
  @media (min-width: 1400px) {
    .maj-min-cert-explore .iastate22-button-set {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 66.66%;
      padding-left: 1.25rem; } }
  @media (min-width: 768px) {
    .maj-min-cert-explore .iastate22-button-set ul {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      gap: 0 1.25rem; } }
  .maj-min-cert-explore .iastate22-button-set ul li {
    margin-bottom: 2rem; }
    @media (min-width: 768px) {
      .maj-min-cert-explore .iastate22-button-set ul li {
        -webkit-box-flex: 0;
                flex: 0 1 auto;
        width: 48%; } }
    @media (min-width: 768px) {
      .maj-min-cert-explore .iastate22-button-set ul li .iastate22-button {
        display: block;
        margin: 0; } }

.maj-min-cert-explore__title {
  padding: 0;
  margin-bottom: 1.875rem; }
  @media (min-width: 1400px) {
    .maj-min-cert-explore__title {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 35%;
      text-align: right;
      margin: 0;
      padding-right: 1.875rem; } }

.maj-min-cert-program-search {
  background-color: #c8102e;
  margin-left: -2.25rem;
  margin-right: -2.25rem;
  padding-top: 3.4375rem;
  padding-bottom: 2.1875rem;
  position: relative; }
  @media (min-width: 768px) {
    .maj-min-cert-program-search {
      margin-left: -4.375rem;
      margin-right: -4.375rem;
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-align: start;
              align-items: flex-start;
      padding-bottom: 4.0625rem; } }
  @media (min-width: 1200px) {
    .maj-min-cert-program-search {
      margin-left: -11.875rem;
      margin-right: -18.625rem;
      padding-right: 11.5rem; } }
  .maj-min-cert-program-search:before {
    content: "";
    position: absolute;
    background-color: #c8102e;
    left: -50vw;
    width: 150vw;
    top: 0;
    bottom: 0;
    z-index: -1; }
  .maj-min-cert-program-search .search-label {
    color: #ffffff;
    font-size: 1.25rem;
    line-height: 1.5; }
    @media (min-width: 768px) {
      .maj-min-cert-program-search .search-label {
        -webkit-box-flex: 0;
                flex: 0 1 auto;
        width: 100%; } }
  .maj-min-cert-program-search input[type="text"] {
    border: none; }
    @media (min-width: 768px) {
      .maj-min-cert-program-search input[type="text"] {
        -webkit-box-flex: 1;
                flex: 1 1 0px; } }
  .maj-min-cert-program-search button[type="submit"] {
    width: 100%;
    margin: 2.5rem 0 0 0;
    -webkit-transition: 0.2s color ease-in-out, 0.2s background-color ease-in-out, 0.2s padding ease-in-out, 0.2s margin-right ease-in-out;
    transition: 0.2s color ease-in-out, 0.2s background-color ease-in-out, 0.2s padding ease-in-out, 0.2s margin-right ease-in-out; }
    @media (min-width: 768px) {
      .maj-min-cert-program-search button[type="submit"] {
        -webkit-box-flex: 0;
                flex: 0 0 auto;
        width: auto;
        margin: 0 0 0 1.25rem; } }
    .maj-min-cert-program-search button[type="submit"]:hover {
      margin-right: -5px; }

.maj-min-cert-program-search__title {
  color: #ffffff;
  padding: 0 1.875rem 0 0;
  margin-bottom: 1.6875rem; }
  @media (min-width: 768px) {
    .maj-min-cert-program-search__title {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 100%; } }

.maj-min-cert-program-list {
  padding-top: 3.4375rem;
  padding-bottom: 3.4375rem; }
  @media (min-width: 1200px) {
    .maj-min-cert-program-list {
      margin-right: -6.875rem; } }
  @media (min-width: 768px) {
    .maj-min-cert-program-list > ul {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 3.125rem;
         -moz-column-gap: 3.125rem;
              column-gap: 3.125rem; } }
  @media (min-width: 992px) {
    .maj-min-cert-program-list > ul {
      -webkit-column-gap: 7.5rem;
         -moz-column-gap: 7.5rem;
              column-gap: 7.5rem; } }
  @media (min-width: 1200px) {
    .maj-min-cert-program-list > ul {
      -webkit-column-gap: 15rem;
         -moz-column-gap: 15rem;
              column-gap: 15rem; } }
  .maj-min-cert-program-list > ul > li {
    margin-bottom: 3rem; }
    @media (min-width: 768px) {
      .maj-min-cert-program-list > ul > li {
        display: inline-block;
        width: 100%; } }
    .maj-min-cert-program-list > ul > li > ul {
      margin-top: 1.25rem;
      padding-right: 1.25rem; }
      @media (min-width: 992px) {
        .maj-min-cert-program-list > ul > li > ul {
          margin-top: 2.1875rem; } }
      .maj-min-cert-program-list > ul > li > ul > li {
        margin-bottom: 1.75rem;
        -webkit-column-break-inside: avoid;
           -moz-column-break-inside: avoid;
                break-inside: avoid; }
        @media (min-width: 992px) {
          .maj-min-cert-program-list > ul > li > ul > li {
            margin-bottom: 2.1875rem; } }
  .maj-min-cert-program-list .iastate22-link-secondary {
    margin: 0; }

.maj-min-cert-program-list__letter-label {
  padding: 0;
  margin: 0; }

.maj-min-cert-program-list__program-type {
  margin: 0; }

.maj-min-cert-program-list-cta--small {
  position: relative;
  margin-left: -2.25rem;
  margin-right: -2.25rem; }
  @media (min-width: 768px) {
    .maj-min-cert-program-list-cta--small {
      margin-left: -4.375rem;
      margin-right: -4.375rem; } }
  @media (min-width: 1200px) {
    .maj-min-cert-program-list-cta--small {
      margin-left: -11.875rem;
      margin-right: -18.625rem; } }
  .maj-min-cert-program-list-cta--small:before {
    content: "";
    position: absolute;
    background-color: #f5f5f5;
    left: -50vw;
    width: 150vw;
    top: 0;
    bottom: 0;
    z-index: -1; }
  @media (min-width: 1200px) {
    .maj-min-cert-program-list-cta--small .call-to-action--small {
      padding: 3.125rem 11.875rem;
      -webkit-box-pack: justify;
              justify-content: space-between; } }
  .maj-min-cert-program-list-cta--small .call-to-action__copy-wrap {
    max-width: none;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
            align-items: center; }
    @media (min-width: 1200px) {
      .maj-min-cert-program-list-cta--small .call-to-action__copy-wrap {
        -webkit-box-pack: end;
                justify-content: flex-end; } }
    @media (min-width: 1400px) {
      .maj-min-cert-program-list-cta--small .call-to-action__copy-wrap {
        width: 70%; } }
  @media (min-width: 1400px) {
    .maj-min-cert-program-list-cta--small .iastate22-button-set {
      width: 30%; } }

.red-bkgrnd-hero {
  background-color: #c8102e;
  margin: 0 -2.25rem;
  padding: 0.4375rem 2.25rem 2.5rem;
  position: relative; }
  @media (min-width: 768px) {
    .red-bkgrnd-hero {
      margin-left: -4.375rem;
      margin-right: -4.375rem;
      padding: 1.0625rem 4.375rem 3.125rem; } }
  @media (min-width: 1200px) {
    .red-bkgrnd-hero {
      margin-left: -11.875rem;
      margin-right: -18.625rem;
      padding: 1.875rem 5.125rem 3.75rem; } }
  @media (min-width: 1200px) {
    .red-bkgrnd-hero:before {
      content: "";
      position: absolute;
      background-color: #c8102e;
      top: 0;
      left: -50vw;
      width: 150vw;
      bottom: 0;
      pointer-events: none;
      z-index: -1; } }
  .red-bkgrnd-hero .iastate22-breadcrumb__list li:after {
    border-color: #ffffff; }
  .red-bkgrnd-hero .iastate22-breadcrumb__list li a {
    color: #ffffff; }
    .red-bkgrnd-hero .iastate22-breadcrumb__list li a:hover {
      color: #f1be48; }

.red-bkgrnd-hero__title {
  color: #ffffff;
  margin: 0 0 1.1875rem; }
  @media (min-width: 992px) {
    .red-bkgrnd-hero__title {
      margin: 1.875rem 0 1.1875rem; } }

@media (min-width: 1200px) {
  .red-bkgrnd-hero__message {
    margin-left: 6.875rem; } }

.red-bkgrnd-hero__message h2,
.red-bkgrnd-hero__message p {
  color: #ffffff; }

.red-bkgrnd-hero__message h2 {
  padding: 0;
  margin: 0; }

.red-bkgrnd-hero__message p {
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700;
  line-height: 1.61111; }

.red-bkgrnd-hero__message a {
  color: #ffffff;
  text-decoration-thickness: 0.0625rem;
  text-underline-offset: 0.0625rem; }
  .red-bkgrnd-hero__message a:hover {
    color: #f1be48; }

.a-z-index-letter-list {
  background-color: #f5f5f5;
  margin: 0 -2.25rem;
  padding: 1.1875rem 2.25rem 0.875rem;
  position: relative; }
  @media (min-width: 768px) {
    .a-z-index-letter-list {
      margin-left: -4.375rem;
      margin-right: -4.375rem;
      padding: 1.8125rem 4.375rem 1.5rem; } }
  @media (min-width: 1200px) {
    .a-z-index-letter-list {
      margin-left: -11.875rem;
      margin-right: -18.625rem;
      padding: 2.5rem 4.375rem 2.1875rem; } }
  @media (min-width: 1200px) {
    .a-z-index-letter-list:before {
      content: "";
      position: absolute;
      background-color: #f5f5f5;
      top: 0;
      left: -50vw;
      width: 150vw;
      bottom: 0;
      pointer-events: none;
      z-index: -1; } }
  .a-z-index-letter-list ul,
  .a-z-index-letter-list .facetwp-facet {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; }
    .a-z-index-letter-list ul li,
    .a-z-index-letter-list ul .facetwp-alpha,
    .a-z-index-letter-list .facetwp-facet li,
    .a-z-index-letter-list .facetwp-facet .facetwp-alpha {
      -webkit-box-flex: 0;
              flex: 0 1 auto;
      width: 14%;
      margin-bottom: 0.625rem;
      text-align: center; }
      @media (min-width: 576px) {
        .a-z-index-letter-list ul li,
        .a-z-index-letter-list ul .facetwp-alpha,
        .a-z-index-letter-list .facetwp-facet li,
        .a-z-index-letter-list .facetwp-facet .facetwp-alpha {
          max-width: 2.75rem; } }
      @media (min-width: 1200px) {
        .a-z-index-letter-list ul li,
        .a-z-index-letter-list ul .facetwp-alpha,
        .a-z-index-letter-list .facetwp-facet li,
        .a-z-index-letter-list .facetwp-facet .facetwp-alpha {
          margin-right: 0.3125rem; } }
      .a-z-index-letter-list ul li a,
      .a-z-index-letter-list ul li span,
      .a-z-index-letter-list ul .facetwp-alpha a,
      .a-z-index-letter-list ul .facetwp-alpha span,
      .a-z-index-letter-list .facetwp-facet li a,
      .a-z-index-letter-list .facetwp-facet li span,
      .a-z-index-letter-list .facetwp-facet .facetwp-alpha a,
      .a-z-index-letter-list .facetwp-facet .facetwp-alpha span {
        text-decoration: none;
        color: #7c2529;
        text-decoration: none;
        font-family: "Nimbus Sans", sans-serif;
        font-weight: 700;
        font-size: 1.3125rem;
        line-height: 1.90476;
        -webkit-transition: 0.2 color ease-in-out;
        transition: 0.2 color ease-in-out;
        width: 2.75rem;
        display: inline-block; }
        @media (min-width: 992px) {
          .a-z-index-letter-list ul li a,
          .a-z-index-letter-list ul li span,
          .a-z-index-letter-list ul .facetwp-alpha a,
          .a-z-index-letter-list ul .facetwp-alpha span,
          .a-z-index-letter-list .facetwp-facet li a,
          .a-z-index-letter-list .facetwp-facet li span,
          .a-z-index-letter-list .facetwp-facet .facetwp-alpha a,
          .a-z-index-letter-list .facetwp-facet .facetwp-alpha span {
            font-size: 1.875rem;
            line-height: 1.33333; } }
        .a-z-index-letter-list ul li a.a-z-index-letter-list__active, .a-z-index-letter-list ul li a:hover, .a-z-index-letter-list ul li a:focus, .a-z-index-letter-list ul li a.selected,
        .a-z-index-letter-list ul li span.a-z-index-letter-list__active,
        .a-z-index-letter-list ul li span:hover,
        .a-z-index-letter-list ul li span:focus,
        .a-z-index-letter-list ul li span.selected,
        .a-z-index-letter-list ul .facetwp-alpha a.a-z-index-letter-list__active,
        .a-z-index-letter-list ul .facetwp-alpha a:hover,
        .a-z-index-letter-list ul .facetwp-alpha a:focus,
        .a-z-index-letter-list ul .facetwp-alpha a.selected,
        .a-z-index-letter-list ul .facetwp-alpha span.a-z-index-letter-list__active,
        .a-z-index-letter-list ul .facetwp-alpha span:hover,
        .a-z-index-letter-list ul .facetwp-alpha span:focus,
        .a-z-index-letter-list ul .facetwp-alpha span.selected,
        .a-z-index-letter-list .facetwp-facet li a.a-z-index-letter-list__active,
        .a-z-index-letter-list .facetwp-facet li a:hover,
        .a-z-index-letter-list .facetwp-facet li a:focus,
        .a-z-index-letter-list .facetwp-facet li a.selected,
        .a-z-index-letter-list .facetwp-facet li span.a-z-index-letter-list__active,
        .a-z-index-letter-list .facetwp-facet li span:hover,
        .a-z-index-letter-list .facetwp-facet li span:focus,
        .a-z-index-letter-list .facetwp-facet li span.selected,
        .a-z-index-letter-list .facetwp-facet .facetwp-alpha a.a-z-index-letter-list__active,
        .a-z-index-letter-list .facetwp-facet .facetwp-alpha a:hover,
        .a-z-index-letter-list .facetwp-facet .facetwp-alpha a:focus,
        .a-z-index-letter-list .facetwp-facet .facetwp-alpha a.selected,
        .a-z-index-letter-list .facetwp-facet .facetwp-alpha span.a-z-index-letter-list__active,
        .a-z-index-letter-list .facetwp-facet .facetwp-alpha span:hover,
        .a-z-index-letter-list .facetwp-facet .facetwp-alpha span:focus,
        .a-z-index-letter-list .facetwp-facet .facetwp-alpha span.selected {
          color: #c8102e;
          -webkit-text-decoration-color: #c8102e;
                  text-decoration-color: #c8102e; }
          .a-z-index-letter-list ul li a.a-z-index-letter-list__active:after, .a-z-index-letter-list ul li a:hover:after, .a-z-index-letter-list ul li a:focus:after, .a-z-index-letter-list ul li a.selected:after,
          .a-z-index-letter-list ul li span.a-z-index-letter-list__active:after,
          .a-z-index-letter-list ul li span:hover:after,
          .a-z-index-letter-list ul li span:focus:after,
          .a-z-index-letter-list ul li span.selected:after,
          .a-z-index-letter-list ul .facetwp-alpha a.a-z-index-letter-list__active:after,
          .a-z-index-letter-list ul .facetwp-alpha a:hover:after,
          .a-z-index-letter-list ul .facetwp-alpha a:focus:after,
          .a-z-index-letter-list ul .facetwp-alpha a.selected:after,
          .a-z-index-letter-list ul .facetwp-alpha span.a-z-index-letter-list__active:after,
          .a-z-index-letter-list ul .facetwp-alpha span:hover:after,
          .a-z-index-letter-list ul .facetwp-alpha span:focus:after,
          .a-z-index-letter-list ul .facetwp-alpha span.selected:after,
          .a-z-index-letter-list .facetwp-facet li a.a-z-index-letter-list__active:after,
          .a-z-index-letter-list .facetwp-facet li a:hover:after,
          .a-z-index-letter-list .facetwp-facet li a:focus:after,
          .a-z-index-letter-list .facetwp-facet li a.selected:after,
          .a-z-index-letter-list .facetwp-facet li span.a-z-index-letter-list__active:after,
          .a-z-index-letter-list .facetwp-facet li span:hover:after,
          .a-z-index-letter-list .facetwp-facet li span:focus:after,
          .a-z-index-letter-list .facetwp-facet li span.selected:after,
          .a-z-index-letter-list .facetwp-facet .facetwp-alpha a.a-z-index-letter-list__active:after,
          .a-z-index-letter-list .facetwp-facet .facetwp-alpha a:hover:after,
          .a-z-index-letter-list .facetwp-facet .facetwp-alpha a:focus:after,
          .a-z-index-letter-list .facetwp-facet .facetwp-alpha a.selected:after,
          .a-z-index-letter-list .facetwp-facet .facetwp-alpha span.a-z-index-letter-list__active:after,
          .a-z-index-letter-list .facetwp-facet .facetwp-alpha span:hover:after,
          .a-z-index-letter-list .facetwp-facet .facetwp-alpha span:focus:after,
          .a-z-index-letter-list .facetwp-facet .facetwp-alpha span.selected:after {
            opacity: 1; }
      .a-z-index-letter-list ul li a,
      .a-z-index-letter-list ul .facetwp-alpha a,
      .a-z-index-letter-list .facetwp-facet li a,
      .a-z-index-letter-list .facetwp-facet .facetwp-alpha a {
        position: relative; }
        .a-z-index-letter-list ul li a:after,
        .a-z-index-letter-list ul .facetwp-alpha a:after,
        .a-z-index-letter-list .facetwp-facet li a:after,
        .a-z-index-letter-list .facetwp-facet .facetwp-alpha a:after {
          content: "";
          position: absolute;
          bottom: 0.1875rem;
          width: 1.375rem;
          border-bottom: 0.1875rem solid #c8102e;
          left: 50%;
          margin-left: -0.6875rem;
          opacity: 0;
          -webkit-transition: 0.2s opacity ease-in-out;
          transition: 0.2s opacity ease-in-out; }
          @media (min-width: 992px) {
            .a-z-index-letter-list ul li a:after,
            .a-z-index-letter-list ul .facetwp-alpha a:after,
            .a-z-index-letter-list .facetwp-facet li a:after,
            .a-z-index-letter-list .facetwp-facet .facetwp-alpha a:after {
              width: 2.375rem;
              margin-left: -1.1875rem;
              bottom: -0.3125rem; } }
      .a-z-index-letter-list ul li span,
      .a-z-index-letter-list ul .facetwp-alpha span,
      .a-z-index-letter-list .facetwp-facet li span,
      .a-z-index-letter-list .facetwp-facet .facetwp-alpha span {
        text-decoration: none;
        color: rgba(74, 74, 74, 0.5); }
        .a-z-index-letter-list ul li span:hover,
        .a-z-index-letter-list ul .facetwp-alpha span:hover,
        .a-z-index-letter-list .facetwp-facet li span:hover,
        .a-z-index-letter-list .facetwp-facet .facetwp-alpha span:hover {
          text-decoration: none;
          color: rgba(74, 74, 74, 0.5); }
    .a-z-index-letter-list ul .facetwp-alpha,
    .a-z-index-letter-list .facetwp-facet .facetwp-alpha {
      text-decoration: none;
      color: #7c2529;
      text-decoration: none;
      font-family: "Nimbus Sans", sans-serif;
      font-weight: 700;
      font-size: 1.3125rem;
      line-height: 1.90476;
      -webkit-transition: 0.2 color ease-in-out;
      transition: 0.2 color ease-in-out;
      width: 2.75rem;
      display: inline-block; }
      @media (min-width: 992px) {
        .a-z-index-letter-list ul .facetwp-alpha,
        .a-z-index-letter-list .facetwp-facet .facetwp-alpha {
          font-size: 1.875rem;
          line-height: 1.33333; } }
      .a-z-index-letter-list ul .facetwp-alpha:hover, .a-z-index-letter-list ul .facetwp-alpha:focus, .a-z-index-letter-list ul .facetwp-alpha.selected,
      .a-z-index-letter-list .facetwp-facet .facetwp-alpha:hover,
      .a-z-index-letter-list .facetwp-facet .facetwp-alpha:focus,
      .a-z-index-letter-list .facetwp-facet .facetwp-alpha.selected {
        color: #c8102e;
        -webkit-text-decoration-color: #c8102e;
                text-decoration-color: #c8102e; }
        .a-z-index-letter-list ul .facetwp-alpha:hover:after, .a-z-index-letter-list ul .facetwp-alpha:focus:after, .a-z-index-letter-list ul .facetwp-alpha.selected:after,
        .a-z-index-letter-list .facetwp-facet .facetwp-alpha:hover:after,
        .a-z-index-letter-list .facetwp-facet .facetwp-alpha:focus:after,
        .a-z-index-letter-list .facetwp-facet .facetwp-alpha.selected:after {
          opacity: 1; }

.a-z-index-entry-list {
  padding: 1.4375rem 0 2.5rem; }
  @media (min-width: 992px) {
    .a-z-index-entry-list {
      padding: 2.5rem 0 3.75rem; } }
  @media (min-width: 1200px) {
    .a-z-index-entry-list {
      padding: 3.75rem 0 2.5rem;
      margin-right: -15.625rem; } }
  @media (min-width: 992px) {
    .a-z-index-entry-list ul {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 5rem;
         -moz-column-gap: 5rem;
              column-gap: 5rem; } }
  .a-z-index-entry-list ul li {
    margin-bottom: 0.125rem; }
    @media (min-width: 992px) {
      .a-z-index-entry-list ul li {
        margin-bottom: 1.125rem; } }

.a-z-index-entry-list__letter {
  font-size: 2.3125rem;
  line-height: 1.2973;
  padding: 0;
  margin: 0 0 0.8125rem; }
  @media (min-width: 992px) {
    .a-z-index-entry-list__letter {
      font-size: 1.875rem;
      line-height: 1.4; } }

@media (min-width: 1200px) {
  .search-hero {
    padding-bottom: 2.5rem; } }

.search-wrapper__label {
  position: relative; }
  .search-wrapper__label:after {
    content: "";
    background-color: #c8102e;
    position: absolute;
    top: 0;
    bottom: 0;
    left: -2.25rem;
    right: -2.25rem;
    pointer-events: none; }
    @media (min-width: 768px) {
      .search-wrapper__label:after {
        left: -4.375rem;
        right: -4.375rem; } }
    @media (min-width: 1200px) {
      .search-wrapper__label:after {
        left: -50vw;
        width: 150vw;
        right: initial; } }
  .search-wrapper__label h3 {
    color: #ffffff;
    position: relative;
    z-index: 1; }

#___gcse_0 {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
  padding-left: 1.4375rem;
  padding-right: 1.4375rem;
  position: relative;
  z-index: 1; }
  @media (min-width: 768px) {
    #___gcse_0 {
      margin-left: -4.375rem;
      margin-right: -4.375rem;
      padding-left: 3.5rem;
      padding-right: 3.5rem; } }
  @media (min-width: 1200px) {
    #___gcse_0 {
      margin-left: -11.875rem;
      margin-right: -11.875rem;
      padding-left: 10.9375rem;
      padding-right: 10.9375rem; } }

.gsc-control-cse {
  padding-bottom: 0 !important; }

table.gsc-search-box {
  position: relative; }
  table.gsc-search-box:after {
    content: "";
    background-color: #c8102e;
    position: absolute;
    top: -0.875rem;
    bottom: -3.125rem;
    left: -2.3125rem;
    right: -2.3125rem;
    z-index: -1;
    pointer-events: none; }
    @media (min-width: 768px) {
      table.gsc-search-box:after {
        left: -4.375rem;
        right: -4.375rem; } }
    @media (min-width: 1200px) {
      table.gsc-search-box:after {
        bottom: -6.25rem;
        left: -50vw;
        width: 150vw;
        right: initial; } }

#recaptcha-wrapper {
  margin-top: 4.0625rem !important; }

.gsc-search-box {
  position: relative;
  z-index: 100; }

.gsc-input-box {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  border-radius: 0 !important; }

.gsc-search-box-tools .gsc-search-box .gsc-input {
  padding-right: 0.75rem !important; }

input.gsc-input {
  height: 2.3125rem !important;
  border: none !important;
  font-family: "Nimbus Sans", sans-serif !important; }

.gsst_a .gscb_a {
  color: rgba(112, 112, 112, 0.5) !important;
  margin-top: 0.25rem; }

.gsc-search-button-v2 {
  position: relative;
  cursor: pointer;
  background-color: #ffffff !important;
  border: 0.125rem solid #ffffff !important;
  border-radius: 1.875rem !important;
  padding: 0.5rem 2.1875rem 0.5rem 1.25rem !important;
  text-align: center !important;
  background-image: none !important;
  height: 2.8125rem; }
  .gsc-search-button-v2:hover:before {
    color: #c8102e !important; }
  .gsc-search-button-v2:before {
    content: "Search";
    font-size: 1.125rem !important;
    color: #7c2529 !important;
    font-family: "Nimbus Sans", sans-serif !important;
    font-weight: 700 !important;
    line-height: 1.38889 !important;
    -webkit-transition: 0.2s color ease-in-out;
    transition: 0.2s color ease-in-out; }
  .gsc-search-button-v2:after {
    content: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='7.551' height='12.273'%3E%3Cpath data-name='Path 52' d='m.707.707 5.43 5.429-5.43 5.43' fill='none' stroke='%237c2529' stroke-width='2'/%3E%3C/svg%3E") !important;
    position: absolute;
    right: 0.875rem;
    top: 0.875rem; }
  .gsc-search-button-v2 svg {
    display: none; }

.gs-result .gs-title * {
  color: #7c2529 !important;
  font-family: "Nimbus Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.3125rem !important;
  line-height: 1.42857 !important; }

.gsc-results-wrapper-visible {
  position: relative;
  z-index: 100; }

.gsc-wrapper {
  min-height: 2rem; }

.gsc-above-wrapper-area {
  display: block !important;
  border: none !important;
  margin-bottom: 1.875rem;
  background-color: #c8102e;
  position: relative; }
  @media (min-width: 992px) {
    .gsc-above-wrapper-area {
      margin-bottom: 5rem; } }
  .gsc-above-wrapper-area:before {
    content: "";
    position: absolute;
    background-color: #c8102e;
    top: 0;
    left: -50vw;
    width: 150vw;
    bottom: 0;
    pointer-events: none;
    z-index: -1; }

form.gsc-search-box {
  margin-bottom: 0 !important; }
  @media (min-width: 992px) {
    form.gsc-search-box {
      margin-bottom: 1.25rem !important; } }

.gsc-result-info {
  color: #ffffff !important;
  font-family: "Nimbus Sans", sans-serif !important;
  font-weight: 700 !important; }
  @media (min-width: 992px) {
    .gsc-result-info {
      font-size: 1rem !important;
      line-height: 2.0625 !important; } }

.gsc-orderby-container {
  display: none; }

.gs-webResult.gs-result {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
          flex-direction: column; }

.gsc-url-top {
  -webkit-box-ordinal-group: 2;
          order: 1;
  margin-top: 0.625rem !important; }

.gsc-webResult.gsc-result {
  padding-bottom: 1.875rem !important;
  margin-bottom: 1.25rem !important;
  position: relative; }
  .gsc-webResult.gsc-result:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: -1.125rem;
    right: -1.125rem;
    border-bottom: 0.0625rem solid #ebebeb !important; }
    @media (min-width: 1200px) {
      .gsc-webResult.gsc-result:before {
        left: -7rem;
        right: -7rem; } }

.gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet {
  font-family: "Nimbus Sans", sans-serif !important;
  line-height: 1.8125 !important; }
  @media (min-width: 992px) {
    .gs-webResult:not(.gs-no-results-result):not(.gs-error-result) .gs-snippet {
      font-size: 1rem !important;
      margin-top: 0.625rem !important; } }

.gs-webResult div.gs-visibleUrl {
  color: #567078 !important;
  font-family: "Nimbus Sans", sans-serif !important;
  font-size: 0.8125rem !important;
  font-style: italic !important; }

.gsc-cursor-box {
  text-align: center !important; }
  @media (min-width: 992px) {
    .gsc-cursor-box {
      margin-top: 3.125rem !important;
      margin-bottom: 3.125rem !important; } }

.gsc-cursor-page {
  font-family: "Nimbus Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.3125rem !important;
  line-height: 1.90476 !important;
  color: #7c2529 !important;
  width: 1.3125rem !important;
  display: inline-block !important;
  text-decoration: none !important;
  position: relative !important; }
  @media (min-width: 992px) {
    .gsc-cursor-page {
      font-size: 1.875rem !important;
      line-height: 1.33333 !important;
      width: 2.5rem !important; } }
  .gsc-cursor-page.gsc-cursor-current-page {
    color: #c8102e !important; }
    .gsc-cursor-page.gsc-cursor-current-page:before {
      opacity: 1;
      border-color: #c8102e; }
  .gsc-cursor-page:hover:before {
    opacity: 1; }
  .gsc-cursor-page:before {
    content: "";
    position: absolute;
    bottom: 0.1875rem;
    width: 1.375rem;
    left: 50%;
    margin-left: -0.6875rem;
    border-bottom: 0.1875rem solid #7c2529;
    opacity: 0;
    -webkit-transition: 0.2s opacity ease-in-out;
    transition: 0.2s opacity ease-in-out; }
    @media (min-width: 992px) {
      .gsc-cursor-page:before {
        width: 2.375rem;
        margin-left: -1.1875rem;
        bottom: -0.4375rem; } }

.gs-no-results-result .gs-snippet {
  background-color: transparent !important;
  border: none !important;
  font-family: "Nimbus Sans", sans-serif !important;
  font-weight: 700 !important;
  font-size: 1.3125rem !important;
  line-height: 1.90476 !important;
  color: #7c2529 !important; }

.gcsc-find-more-on-google-root,
.gcsc-find-more-on-google {
  display: none !important; }

.gsc-cursor-next-page,
.gsc-cursor-numbered-page,
.gsc-cursor-final-page {
  font-size: 1rem !important;
  color: #7c2529 !important;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700; }

.gsc-cursor-chevron {
  fill: #7c2529 !important; }

.gsc-tabsArea .gsc-tabHeader {
  color: #c8102e !important;
  background-color: #ffffff !important;
  border-bottom: none !important; }

.gsc-tabsArea .gsc-tabhInactive {
  background-color: #c8102e !important;
  color: #ffffff !important; }

.personal-profile__content,
.personal-profile__content-bio,
.personal-profile__content-education,
.personal-profile__content-affiliations {
  margin-bottom: 3.75rem; }

@media (min-width: 992px) {
  .personal-profile__content-education-affiliations-wrap {
    display: -webkit-box;
    display: flex;
    flex-wrap: wrap; } }

@media (min-width: 992px) {
  .personal-profile__content-education,
  .personal-profile__content-affiliations {
    -webkit-box-flex: 1;
            flex: 1 1 0;
    padding-right: 2.5rem; } }

.personal-profile__content-education ul li {
  margin-bottom: 0.75rem; }
  .personal-profile__content-education ul li:last-child {
    margin-bottom: 0; }

.personal-profile__content-publications ul li {
  padding-left: 1.25rem;
  text-indent: -1.25rem;
  margin-bottom: 0.75rem; }
  .personal-profile__content-publications ul li:before {
    content: "•";
    padding-right: 0.8125rem;
    color: #c8102e; }

.college main {
  padding-top: 0 !important; }

.college-hero {
  position: relative;
  margin-left: -2.25rem;
  margin-right: -2.25rem; }
  @media (min-width: 768px) {
    .college-hero {
      margin-left: -4.375rem;
      margin-right: -4.375rem; } }
  @media (min-width: 1200px) {
    .college-hero {
      margin-left: -11.875rem;
      margin-right: -18.625rem; } }
  .college-hero .hero__subnav-wrap {
    margin-top: -2.0625rem;
    left: 2.25rem; }
    @media (min-width: 992px) {
      .college-hero .hero__subnav-wrap {
        top: initial;
        right: initial;
        max-width: none;
        margin-top: -1.4375rem; } }
    @media (min-width: 1200px) {
      .college-hero .hero__subnav-wrap {
        left: 11.3125rem; } }

.college-hero__breadcrumbs {
  position: absolute;
  z-index: 2;
  left: 1.25rem;
  top: 3.75rem; }
  @media (min-width: 768px) {
    .college-hero__breadcrumbs {
      left: 2.25rem; } }
  @media (min-width: 1200px) {
    .college-hero__breadcrumbs {
      top: 7.9375rem; } }
  @media (min-width: 1400px) {
    .college-hero__breadcrumbs {
      left: 5.125rem; } }
  .college-hero__breadcrumbs .iastate22-breadcrumb__list li:after {
    border-color: #ffffff; }
  .college-hero__breadcrumbs .iastate22-breadcrumb__list li a {
    color: #ffffff; }
    .college-hero__breadcrumbs .iastate22-breadcrumb__list li a:hover {
      color: #f1be48; }

@media (min-width: 768px) {
  .college-hero__media {
    min-height: 37.5rem; } }

@media (min-width: 992px) {
  .college-hero__media {
    min-height: initial; } }

@media (min-width: 1400px) {
  .college-hero__media {
    margin-left: -12.5rem;
    margin-right: -12.5rem; } }

.college-hero__media:before {
  padding-top: 172.46%; }
  @media (min-width: 768px) {
    .college-hero__media:before {
      padding-top: 59.24%; } }

.college-hero__media:after {
  content: "";
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), color-stop(50%, rgba(0, 0, 0, 0)));
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 50%);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0; }

.college-hero__title {
  color: #ffffff;
  width: 70%;
  position: relative;
  z-index: 2;
  font-size: 11.5vw;
  line-height: 1.4;
  position: absolute;
  top: 83%;
  -webkit-transform: translateY(-83%);
          transform: translateY(-83%);
  left: 2.25rem;
  margin: 0;
  padding: 0; }
  @media (min-width: 576px) {
    .college-hero__title {
      font-size: 10vw; } }
  @media (min-width: 768px) {
    .college-hero__title {
      font-size: 4.375rem;
      line-height: 1.32857;
      width: 50%;
      max-width: 40.5rem; } }
  @media (min-width: 992px) {
    .college-hero__title {
      width: auto;
      top: 57%;
      -webkit-transform: translateY(-57%);
              transform: translateY(-57%); } }
  @media (min-width: 1200px) {
    .college-hero__title {
      left: 5.125rem; } }

.college-hero__graphic {
  position: absolute;
  width: 130vw;
  left: -5rem;
  mix-blend-mode: multiply;
  z-index: 1;
  bottom: 0;
  pointer-events: none; }
  @media (min-width: 768px) {
    .college-hero__graphic {
      left: -0.1875rem;
      width: 90vw;
      -webkit-transform: none;
              transform: none;
      top: initial;
      bottom: -3.8125rem;
      max-width: 70rem; } }
  @media (min-width: 992px) {
    .college-hero__graphic {
      bottom: -3.5rem; } }
  @media (min-width: 1200px) {
    .college-hero__graphic {
      left: 2.8125rem; } }
  @media (min-width: 1400px) {
    .college-hero__graphic {
      max-width: 90.625rem; } }
  .college-hero__graphic svg {
    width: 100%;
    height: auto;
    fill: #c8102e;
    isolation: isolate; }

.college-overview {
  background-color: #c8102e;
  margin-left: -2.25rem;
  margin-right: -2.25rem;
  padding-top: 4.0625rem;
  padding-bottom: 10rem;
  position: relative; }
  @media (min-width: 768px) {
    .college-overview {
      margin-left: -4.375rem;
      margin-right: -4.375rem; } }
  @media (min-width: 992px) {
    .college-overview {
      padding-top: 3.75rem;
      padding-bottom: 3.75rem; } }
  @media (min-width: 1200px) {
    .college-overview {
      margin-left: -11.875rem;
      margin-right: -18.625rem;
      padding-right: 5.125rem; } }
  @media (min-width: 1200px) {
    .college-overview:before {
      content: "";
      position: absolute;
      top: 0;
      left: -12.5rem;
      right: -12.5rem;
      bottom: 0;
      background-color: #c8102e;
      z-index: -1;
      max-width: 2000px; } }

@media (min-width: 992px) {
  .college-overview__copy-wrap {
    width: 48%; } }

@media (min-width: 1200px) {
  .college-overview__copy-wrap {
    width: 45%; } }

@media (min-width: 1400px) {
  .college-overview__copy-wrap {
    width: 58%; } }

.college-overview__title {
  color: #ffffff; }
  @media (min-width: 992px) {
    .college-overview__title {
      padding-bottom: 0; } }
  @media (min-width: 992px) {
    .college-overview__title:after {
      display: none; } }

.college-overview__intro {
  color: #ffffff;
  line-height: 1.61111; }
  @media (min-width: 1200px) {
    .college-overview__intro {
      font-family: "Nimbus Sans", sans-serif;
      font-weight: 700;
      line-height: 1.8125; } }

.college-overview__media {
  margin-top: 4.0625rem; }
  @media (min-width: 992px) {
    .college-overview__media {
      position: absolute;
      width: 40%;
      right: 4.375rem;
      top: 4.375rem;
      margin: 6.5625rem 0 0; } }
  @media (min-width: 1200px) {
    .college-overview__media {
      width: 27rem;
      right: 5.125rem; } }
  .college-overview__media:before {
    padding-top: 100%; }

.college-in-page-nav {
  background-color: #f5f5f5;
  margin-top: -6.25rem;
  margin-bottom: 3.75rem;
  padding: 3rem 2.75rem;
  position: relative; }
  @media (min-width: 992px) {
    .college-in-page-nav {
      width: 48%;
      margin-top: -2.9375rem; } }
  @media (min-width: 1200px) {
    .college-in-page-nav {
      width: 68%;
      margin-left: -6.8125rem;
      padding: 1.5rem 4.375rem 3.125rem 6.8125rem; } }
  @media (min-width: 1400px) {
    .college-in-page-nav {
      width: 75%;
      max-width: 54.6875rem; } }

.college-in-page-nav_title {
  font-size: 1.3125rem;
  line-height: 2;
  padding: 0;
  margin-bottom: 0.5rem; }
  @media (min-width: 992px) {
    .college-in-page-nav_title {
      padding-bottom: 1.125rem;
      margin-bottom: 1.125rem;
      font-size: 1.25rem;
      line-height: 2.1; } }
  .college-in-page-nav_title:after {
    display: none; }
    @media (min-width: 992px) {
      .college-in-page-nav_title:after {
        display: block; } }

@media (min-width: 768px) {
  .college-in-page-nav__nav ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 1.875rem;
       -moz-column-gap: 1.875rem;
            column-gap: 1.875rem; } }

@media (min-width: 992px) {
  .college-in-page-nav__nav ul {
    -webkit-column-count: 1;
       -moz-column-count: 1;
            column-count: 1;
    -webkit-column-gap: 0;
       -moz-column-gap: 0;
            column-gap: 0; } }

@media (min-width: 1400px) {
  .college-in-page-nav__nav ul {
    -webkit-column-count: 2;
       -moz-column-count: 2;
            column-count: 2;
    -webkit-column-gap: 3.75rem;
       -moz-column-gap: 3.75rem;
            column-gap: 3.75rem; } }

.college-in-page-nav__nav ul li .link-tertiary {
  font-size: 1.125rem;
  line-height: 1.22222; }
  @media (min-width: 992px) {
    .college-in-page-nav__nav ul li .link-tertiary {
      font-size: 1rem;
      line-height: 1.375; } }

.college-maj-min-certs .maj-min-cert-program-list {
  padding-top: 1.875rem;
  padding-bottom: 1rem; }
  @media (min-width: 768px) {
    .college-maj-min-certs .maj-min-cert-program-list {
      margin-bottom: 3.125rem; } }
  @media (min-width: 992px) {
    .college-maj-min-certs .maj-min-cert-program-list {
      padding-top: 3.75rem;
      margin-bottom: 5rem; } }
  @media (min-width: 1200px) {
    .college-maj-min-certs .maj-min-cert-program-list {
      margin-right: auto;
      margin-left: auto;
      margin-bottom: 8.4375rem;
      width: 66.9375rem; } }
  @media (min-width: 992px) {
    .college-maj-min-certs .maj-min-cert-program-list ul li {
      margin-bottom: 2.125rem; } }

.college-maj-min-certs__media {
  margin-left: -2.25rem;
  margin-right: -2.25rem; }
  @media (min-width: 768px) {
    .college-maj-min-certs__media {
      margin-left: -4.375rem;
      margin-right: -4.375rem; } }
  @media (min-width: 1200px) {
    .college-maj-min-certs__media {
      margin-left: -6.875rem;
      margin-right: -13.4375rem; } }
  .college-maj-min-certs__media:before {
    padding-top: 47.1%; }

.college-maj-min-certs__intro-wrap {
  margin-top: 1.875rem;
  background-color: #ffffff;
  position: relative; }
  @media (min-width: 992px) {
    .college-maj-min-certs__intro-wrap {
      margin-top: -9.375rem;
      padding: 4.0625rem 3.125rem 0; } }
  @media (min-width: 1200px) {
    .college-maj-min-certs__intro-wrap {
      margin-top: -15.0625rem;
      margin-right: -6.4375rem; } }

.college-maj-min-certs__title {
  text-align: center; }
  .college-maj-min-certs__title:after {
    left: 50%;
    margin-left: -1.5625rem; }

.college-maj-min-certs__intro {
  line-height: 1.61111; }
  @media (min-width: 992px) {
    .college-maj-min-certs__intro {
      text-align: center;
      width: 75%;
      margin: 0 auto; } }

.college-maj-min-certs__subhead {
  text-align: center;
  padding: 0 1.875rem; }
  @media (min-width: 992px) {
    .college-maj-min-certs__subhead {
      margin-top: 3.125rem; } }

.college-research__intro-wrap {
  max-width: 52.75rem; }

.college-innovation {
  padding: 1.25rem 0 0 0; }
  @media (min-width: 992px) {
    .college-innovation {
      padding-bottom: 2.3125rem; } }

.college-innovation__intro-wrap {
  max-width: 52.75rem; }
  @media (min-width: 992px) {
    .college-innovation__intro-wrap {
      margin-bottom: 3.125rem; } }

.college-innovation__intro {
  line-height: 1.61111; }
  @media (min-width: 992px) {
    .college-innovation__intro {
      line-height: 1.8125; } }

.college-opportunities .paragraph-widget--callout-inset {
  margin-top: 0; }
  .college-opportunities .paragraph-widget--callout-inset .callout-inset_inset {
    padding-bottom: 4.375rem; }

.college-success {
  padding: 1.125rem 0 1.75rem; }
  @media (min-width: 992px) {
    .college-success {
      display: -webkit-box;
      display: flex;
      flex-wrap: wrap;
      -webkit-box-align: start;
              align-items: flex-start;
      -webkit-box-pack: justify;
              justify-content: space-between;
      padding-bottom: 11.6875rem; } }
  @media (min-width: 1200px) {
    .college-success {
      margin-right: -6.375rem; } }

@media (min-width: 992px) {
  .college-success__intro-career-paths-wrap {
    -webkit-box-flex: 1;
            flex: 1 1 0px; } }

.college-success__intro {
  margin-bottom: 1.0625rem; }

.college-success__career-paths {
  margin-top: 3rem; }
  @media (min-width: 992px) {
    .college-success__career-paths .college-success__career-paths-title {
      margin-bottom: 1.25rem; } }
  .college-success__career-paths ul {
    margin-top: 0.9375rem; }
    @media (min-width: 768px) {
      .college-success__career-paths ul {
        -webkit-column-count: 2;
           -moz-column-count: 2;
                column-count: 2;
        -webkit-column-gap: 1.875rem;
           -moz-column-gap: 1.875rem;
                column-gap: 1.875rem; } }
    .college-success__career-paths ul li {
      margin-bottom: 0.5rem;
      padding-left: 1rem; }
      .college-success__career-paths ul li:before {
        content: "\2022";
        display: inline-block;
        color: #c8102e;
        margin-left: -1rem;
        float: left; }

.college-success__featured-story {
  margin-top: 2.8125rem;
  margin-bottom: 2.5rem; }
  @media (min-width: 576px) {
    .college-success__featured-story {
      max-width: 21.5rem; } }
  @media (min-width: 992px) {
    .college-success__featured-story {
      -webkit-box-flex: 0;
              flex: 0 0 auto;
      margin: 0 -1.25rem 0 5rem; } }
  .college-success__featured-story .iastate22-card--profile-with-modal:hover .iastate22-card__cta {
    color: #c8102e; }
  .college-success__featured-story .iastate22-card__content {
    padding: 1.25rem; }
  .college-success__featured-story .iastate22-card__title {
    color: #c8102e;
    font-size: 1.3125rem;
    line-height: 1.38095;
    margin-bottom: 1.5625rem; }
  .college-success__featured-story .iastate22-card__name,
  .college-success__featured-story .iastate22-card__role {
    color: #000000; }
  .college-success__featured-story .iastate22-card__cta {
    color: #7c2529;
    margin-top: 1.75rem;
    margin-bottom: 0.8125rem; }

.college-success__featured-story-title {
  margin-bottom: 0.9375rem; }

.college-ctas {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
  position: relative; }
  @media (min-width: 768px) {
    .college-ctas {
      margin-left: -4.375rem;
      margin-right: -4.375rem; } }
  @media (min-width: 1200px) {
    .college-ctas {
      margin-left: -11.875rem;
      margin-right: -18.625rem;
      min-height: 50.625rem; } }

.college-ctas__cta {
  padding-top: 3.75rem;
  padding-bottom: 2.5rem;
  position: relative;
  background-color: #c8102e;
  z-index: 1; }
  @media (min-width: 1200px) {
    .college-ctas__cta {
      max-width: 32.5rem;
      margin-left: auto;
      margin-right: 5.125rem;
      padding: 3.75rem 5.3125rem 1.875rem; } }
  @media (min-width: 1200px) {
    .college-ctas__cta.college-ctas__cta-top {
      top: -3.75rem; } }
  @media (min-width: 1200px) {
    .college-ctas__cta.college-ctas__cta-bottom {
      margin-top: 0.3125rem; } }
  .college-ctas__cta:before {
    content: "";
    border-bottom: 0.5rem solid #f1be48;
    top: -0.25rem;
    left: 50%;
    margin-left: -1.75rem;
    width: 3.5rem;
    height: 0.5rem;
    position: absolute; }

.college-ctas__cta-title {
  color: #ffffff;
  margin: 0 0 1.375rem;
  padding: 0; }

.college-ctas__cta-intro {
  color: #ffffff;
  line-height: 1.61111;
  font-family: "Nimbus Sans", sans-serif;
  font-weight: 700; }

@media (min-width: 1200px) {
  .college-ctas__cta-media {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } }

.college-ctas__cta-media:before {
  padding-top: 56.25%; }

.college-keep-exploring {
  margin-left: -2.25rem;
  margin-right: -2.25rem;
  position: relative; }
  @media (min-width: 768px) {
    .college-keep-exploring {
      margin-left: -4.375rem;
      margin-right: -4.375rem; } }
  @media (min-width: 1200px) {
    .college-keep-exploring {
      margin-left: -11.875rem;
      margin-right: -18.625rem; } }
  @media (min-width: 1200px) {
    .college-keep-exploring:before {
      content: "";
      position: absolute;
      top: 0;
      left: -50vw;
      width: 150vw;
      bottom: 0;
      background-color: #f5f5f5;
      z-index: -1; } }
  .college-keep-exploring .call-to-action--small {
    padding-bottom: 3.75rem; }
    .college-keep-exploring .call-to-action--small .call-to-action__copy-wrap {
      padding: 0; }
      @media (min-width: 768px) {
        .college-keep-exploring .call-to-action--small .call-to-action__copy-wrap {
          padding-right: 2.4375rem; } }
      .college-keep-exploring .call-to-action--small .call-to-action__copy-wrap .call-to-action__headline {
        text-align: left; }
        @media (min-width: 768px) {
          .college-keep-exploring .call-to-action--small .call-to-action__copy-wrap .call-to-action__headline {
            text-align: right; } }

.faculty-staff-directory-header,
.paragraph-widget--filter-form {
  margin-bottom: 3.125rem; }
  .faculty-staff-directory-header .iastate22-breadcrumb__list li:after,
  .paragraph-widget--filter-form .iastate22-breadcrumb__list li:after {
    border-color: #ffffff; }
  .faculty-staff-directory-header .iastate22-breadcrumb__list li a,
  .paragraph-widget--filter-form .iastate22-breadcrumb__list li a {
    color: #ffffff; }
  .faculty-staff-directory-header .ecosystem-home-hero--no-image,
  .paragraph-widget--filter-form .ecosystem-home-hero--no-image {
    margin-bottom: 0;
    padding-top: 2.5rem;
    padding-bottom: 0; }
    .faculty-staff-directory-header .ecosystem-home-hero--no-image .ecosystem-home-hero__title,
    .paragraph-widget--filter-form .ecosystem-home-hero--no-image .ecosystem-home-hero__title {
      margin-top: 0;
      padding-bottom: 50px; }
  .faculty-staff-directory-header .a-z-index-header-container,
  .paragraph-widget--filter-form .a-z-index-header-container {
    background-color: #c8102e;
    position: relative;
    padding-top: 1.875rem;
    padding-bottom: 1.875rem; }
  .faculty-staff-directory-header .paragraph-widget--filter-form,
  .paragraph-widget--filter-form .paragraph-widget--filter-form {
    margin: 0; }
  .faculty-staff-directory-header .iastate22-form--search,
  .faculty-staff-directory-header .iastate22-form input[type="text"],
  .paragraph-widget--filter-form .iastate22-form--search,
  .paragraph-widget--filter-form .iastate22-form input[type="text"] {
    width: 21.875rem;
    margin-bottom: 1.5625rem; }
    @media (min-width: 768px) {
      .faculty-staff-directory-header .iastate22-form--search,
      .faculty-staff-directory-header .iastate22-form input[type="text"],
      .paragraph-widget--filter-form .iastate22-form--search,
      .paragraph-widget--filter-form .iastate22-form input[type="text"] {
        margin-bottom: 0; } }
  .faculty-staff-directory-header .iastate22-form--select,
  .paragraph-widget--filter-form .iastate22-form--select {
    width: 15.625rem;
    margin-bottom: 1.5625rem; }
    @media (min-width: 768px) {
      .faculty-staff-directory-header .iastate22-form--select,
      .paragraph-widget--filter-form .iastate22-form--select {
        margin-bottom: 0; } }
  @media (min-width: 992px) {
    .faculty-staff-directory-header .a-z-index-letter-list,
    .paragraph-widget--filter-form .a-z-index-letter-list {
      padding: 2.5rem 5rem 2.1875rem 6.875rem; } }
  @media (min-width: 1200px) {
    .faculty-staff-directory-header .a-z-index-letter-list,
    .paragraph-widget--filter-form .a-z-index-letter-list {
      padding: 2.5rem 6.875rem 2.1875rem 11.5625rem; } }
  .faculty-staff-directory-header .a-z-index-letter-list ul li,
  .paragraph-widget--filter-form .a-z-index-letter-list ul li {
    max-width: 2.0625rem; }
  .faculty-staff-directory-header .filter-form-results,
  .paragraph-widget--filter-form .filter-form-results {
    color: #ffffff;
    -webkit-box-flex: 1;
            flex: 1 0 100%; }
    .faculty-staff-directory-header .filter-form-results a,
    .faculty-staff-directory-header .filter-form-results button,
    .paragraph-widget--filter-form .filter-form-results a,
    .paragraph-widget--filter-form .filter-form-results button {
      color: #ffffff;
      font-style: italic;
      font-size: 1rem; }
    .faculty-staff-directory-header .filter-form-results button,
    .paragraph-widget--filter-form .filter-form-results button {
      text-decoration: underline;
      background-color: transparent;
      border: none;
      cursor: pointer; }
  .faculty-staff-directory-header .filter-form-results .facetwp-counts,
  .paragraph-widget--filter-form .filter-form-results .facetwp-counts {
    display: inline; }

.iastate22-form.iastate22-form--inline {
  display: block; }
  @media (min-width: 768px) {
    .iastate22-form.iastate22-form--inline {
      display: -webkit-box;
      display: flex; } }

.faculty-staff-back-button {
  padding-top: 3.125rem;
  position: relative; }
  @media (min-width: 768px) {
    .faculty-staff-back-button {
      margin-left: -1.875rem; } }
  @media (min-width: 1200px) {
    .faculty-staff-back-button {
      margin-left: -10rem; } }
  @media (min-width: 1400px) {
    .faculty-staff-back-button {
      margin-left: -6.25rem; } }
  .faculty-staff-back-button a {
    color: #7c2529;
    font-size: 1.125rem;
    font-weight: 600; }
    .faculty-staff-back-button a:hover, .faculty-staff-back-button a:focus {
      color: #c8102e; }
  .faculty-staff-back-button:before {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    position: absolute;
    border-left: solid 0.1875rem #7c2529;
    border-bottom: solid 0.1875rem #7c2529;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 3.75rem;
    left: -0.9375rem; }

.paragraph-widget--category-tags .text-content .category-title {
  color: #4a4a4a; }

.paragraph-widget--category-tags .text-content .category-tags {
  padding-left: 0; }
  .paragraph-widget--category-tags .text-content .category-tags li {
    display: inline;
    padding: 0 1.25rem 0 0; }
    .paragraph-widget--category-tags .text-content .category-tags li:before {
      content: "";
      padding: 0; }

.directory-form .iastate22-form .iastate22-form--select {
  width: 21.875rem; }

.iastate-article__back-btn {
  padding-top: 3.125rem;
  position: relative; }
  @media (min-width: 768px) {
    .iastate-article__back-btn {
      margin-left: -1.875rem; } }
  @media (min-width: 1200px) {
    .iastate-article__back-btn {
      margin-left: -10rem; } }
  @media (min-width: 1400px) {
    .iastate-article__back-btn {
      margin-left: -6.25rem; } }
  .iastate-article__back-btn:before {
    content: "";
    width: 0.625rem;
    height: 0.625rem;
    position: absolute;
    border-left: solid 0.1875rem #7c2529;
    border-bottom: solid 0.1875rem #7c2529;
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
    top: 3.75rem;
    left: -0.9375rem; }
  .iastate-article__back-btn a {
    color: #7c2529;
    font-size: 1.125rem;
    font-weight: 600; }

.article-overview {
  font-weight: 600; }

.paragraph-widget--article-category-tags .category-title {
  color: #4a4a4a; }

.paragraph-widget--article-category-tags .category-tags {
  padding-left: 0; }
  .paragraph-widget--article-category-tags .category-tags li {
    display: inline;
    padding: 0 1.25rem 0 0; }
    .paragraph-widget--article-category-tags .category-tags li:before {
      content: "";
      padding: 0; }
    .paragraph-widget--article-category-tags .category-tags li a {
      color: #7c2529;
      text-decoration: underline;
      font-weight: 600;
      -webkit-transition: color 0.25s linear;
      transition: color 0.25s linear; }
      .paragraph-widget--article-category-tags .category-tags li a:hover {
        color: #c8102e; }

.news-hub .hero {
  margin-bottom: 3.75rem; }

