@charset "UTF-8";
*,
*::before,
*::after {
  box-sizing: border-box; }

html {
  font-family: sans-serif;
  line-height: 1.15;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

article, aside, figcaption, figure, footer, header, hgroup, main, nav, section {
  display: block; }

body {
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: left;
  background-color: #fff; }

[tabindex="-1"]:focus:not(:focus-visible) {
  outline: 0 !important; }

hr {
  box-sizing: content-box;
  height: 0;
  overflow: visible; }

h1, h2, h3, h4, h5, h6, .by-the-numbers .field--name-field-content table th, .table-black-headers .field--name-field-content table th {
  margin-top: 0;
  margin-bottom: 2.6rem; }

p {
  margin-top: 0;
  margin-bottom: 1rem; }

abbr[title],
abbr[data-original-title] {
  text-decoration: underline;
  text-decoration: underline dotted;
  cursor: help;
  border-bottom: 0;
  text-decoration-skip-ink: none; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

ol,
ul,
dl {
  margin-top: 0;
  margin-bottom: 1rem; }

ol ol,
ul ul,
ol ul,
ul ol {
  margin-bottom: 0; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 80%; }

sub,
sup {
  position: relative;
  font-size: 75%;
  line-height: 0;
  vertical-align: baseline; }

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

a {
  color: #F76902;
  text-decoration: underline transparent solid 0.125rem;
  background-color: transparent; }
  a:hover {
    color: #ab4901;
    text-decoration: underline transparent solid 0.125rem; }

a:not([href]) {
  color: inherit;
  text-decoration: none; }
  a:not([href]):hover {
    color: inherit;
    text-decoration: none; }

pre,
code,
kbd,
samp {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  font-size: 1em; }

pre {
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle;
  border-style: none; }

svg {
  overflow: hidden;
  vertical-align: middle; }

table {
  border-collapse: collapse; }

caption {
  padding-top: 0.75rem;
  padding-bottom: 0.75rem;
  color: #6c757d;
  text-align: left;
  caption-side: bottom; }

th {
  text-align: inherit; }

label {
  display: inline-block;
  margin-bottom: 0.5rem; }

button {
  border-radius: 0; }

button:focus {
  outline: 1px dotted;
  outline: 5px auto -webkit-focus-ring-color; }

input,
button,
select,
optgroup,
textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit; }

button,
input {
  overflow: visible; }

button,
select {
  text-transform: none; }

select {
  word-wrap: normal; }

button,
[type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button; }

button:not(:disabled),
[type="button"]:not(:disabled),
[type="reset"]:not(:disabled),
[type="submit"]:not(:disabled) {
  cursor: pointer; }

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  padding: 0;
  border-style: none; }

input[type="radio"],
input[type="checkbox"] {
  box-sizing: border-box;
  padding: 0; }

input[type="date"],
input[type="time"],
input[type="datetime-local"],
input[type="month"] {
  -webkit-appearance: listbox; }

textarea {
  overflow: auto;
  resize: vertical; }

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0; }

legend {
  display: block;
  width: 100%;
  max-width: 100%;
  padding: 0;
  margin-bottom: .5rem;
  font-size: 1.5rem;
  line-height: inherit;
  color: inherit;
  white-space: normal; }

progress {
  vertical-align: baseline; }

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto; }

[type="search"] {
  outline-offset: -2px;
  -webkit-appearance: none; }

[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-file-upload-button {
  font: inherit;
  -webkit-appearance: button; }

output {
  display: inline-block; }

summary {
  display: list-item;
  cursor: pointer; }

template {
  display: none; }

[hidden] {
  display: none !important; }

.alert {
  position: relative;
  padding: 0.75rem 1.25rem;
  margin-bottom: 1rem;
  border: 1px solid transparent;
  border-radius: 0; }

.alert-heading {
  color: inherit; }

.alert-link {
  font-weight: 700; }

.alert-dismissible {
  padding-right: 4rem; }
  .alert-dismissible .close {
    position: absolute;
    top: 0;
    right: 0;
    padding: 0.75rem 1.25rem;
    color: inherit; }

.alert-primary {
  color: #803701;
  background-color: #fde1cc;
  border-color: #fdd5b8; }
  .alert-primary hr {
    border-top-color: #fcc69f; }
  .alert-primary .alert-link {
    color: #4d2101; }

.alert-secondary {
  color: #383d41;
  background-color: #e2e3e5;
  border-color: #d6d8db; }
  .alert-secondary hr {
    border-top-color: #c8cbcf; }
  .alert-secondary .alert-link {
    color: #202326; }

.alert-success {
  color: #155724;
  background-color: #d4edda;
  border-color: #c3e6cb; }
  .alert-success hr {
    border-top-color: #b1dfbb; }
  .alert-success .alert-link {
    color: #0b2e13; }

.alert-info {
  color: #0c5460;
  background-color: #d1ecf1;
  border-color: #bee5eb; }
  .alert-info hr {
    border-top-color: #abdde5; }
  .alert-info .alert-link {
    color: #062c33; }

.alert-warning {
  color: #856404;
  background-color: #fff3cd;
  border-color: #ffeeba; }
  .alert-warning hr {
    border-top-color: #ffe8a1; }
  .alert-warning .alert-link {
    color: #533f03; }

.alert-danger {
  color: #721c24;
  background-color: #f8d7da;
  border-color: #f5c6cb; }
  .alert-danger hr {
    border-top-color: #f1b0b7; }
  .alert-danger .alert-link {
    color: #491217; }

.alert-light {
  color: #7c7c7c;
  background-color: #fcfcfc;
  border-color: #fafafa; }
  .alert-light hr {
    border-top-color: #ededed; }
  .alert-light .alert-link {
    color: #636363; }

.alert-dark {
  color: #1b1e21;
  background-color: #d6d8d9;
  border-color: #c6c8ca; }
  .alert-dark hr {
    border-top-color: #b9bbbe; }
  .alert-dark .alert-link {
    color: #040505; }

.alert-rit-orange {
  color: #803701;
  background-color: #fde1cc;
  border-color: #fdd5b8; }
  .alert-rit-orange hr {
    border-top-color: #fcc69f; }
  .alert-rit-orange .alert-link {
    color: #4d2101; }

.alert-wcag-orange {
  color: #672b00;
  background-color: #f4ddcc;
  border-color: #efcfb8; }
  .alert-wcag-orange hr {
    border-top-color: #eac1a3; }
  .alert-wcag-orange .alert-link {
    color: #341600; }

.badge {
  display: inline-block;
  padding: 0.25em 0.4em;
  font-size: 75%;
  font-weight: 700;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0;
  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) {
    .badge {
      transition: none; } }
  a.badge:hover, a.badge:focus {
    text-decoration: none; }
  .badge:empty {
    display: none; }

.btn .badge {
  position: relative;
  top: -1px; }

.badge-pill {
  padding-right: 0.6em;
  padding-left: 0.6em;
  border-radius: 10rem; }

.badge-primary {
  color: #fff;
  background-color: #F76902; }
  a.badge-primary:hover, a.badge-primary:focus {
    color: #fff;
    background-color: #c45302; }
  a.badge-primary:focus, a.badge-primary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(247, 105, 2, 0.5); }

.badge-secondary {
  color: #fff;
  background-color: #6c757d; }
  a.badge-secondary:hover, a.badge-secondary:focus {
    color: #fff;
    background-color: #545b62; }
  a.badge-secondary:focus, a.badge-secondary.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.badge-success {
  color: #fff;
  background-color: #28a745; }
  a.badge-success:hover, a.badge-success:focus {
    color: #fff;
    background-color: #1e7e34; }
  a.badge-success:focus, a.badge-success.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.badge-info {
  color: #fff;
  background-color: #17a2b8; }
  a.badge-info:hover, a.badge-info:focus {
    color: #fff;
    background-color: #117a8b; }
  a.badge-info:focus, a.badge-info.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.badge-warning {
  color: #212529;
  background-color: #ffc107; }
  a.badge-warning:hover, a.badge-warning:focus {
    color: #212529;
    background-color: #d39e00; }
  a.badge-warning:focus, a.badge-warning.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.badge-danger {
  color: #fff;
  background-color: #dc3545; }
  a.badge-danger:hover, a.badge-danger:focus {
    color: #fff;
    background-color: #bd2130; }
  a.badge-danger:focus, a.badge-danger.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.badge-light {
  color: #212529;
  background-color: #EEE; }
  a.badge-light:hover, a.badge-light:focus {
    color: #212529;
    background-color: #d5d5d5; }
  a.badge-light:focus, a.badge-light.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5); }

.badge-dark {
  color: #fff;
  background-color: #343a40; }
  a.badge-dark:hover, a.badge-dark:focus {
    color: #fff;
    background-color: #1d2124; }
  a.badge-dark:focus, a.badge-dark.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.badge-rit-orange {
  color: #fff;
  background-color: #F76902; }
  a.badge-rit-orange:hover, a.badge-rit-orange:focus {
    color: #fff;
    background-color: #c45302; }
  a.badge-rit-orange:focus, a.badge-rit-orange.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(247, 105, 2, 0.5); }

.badge-wcag-orange {
  color: #fff;
  background-color: #C75300; }
  a.badge-wcag-orange:hover, a.badge-wcag-orange:focus {
    color: #fff;
    background-color: #943e00; }
  a.badge-wcag-orange:focus, a.badge-wcag-orange.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(199, 83, 0, 0.5); }

.btn {
  display: inline-block;
  font-weight: 400;
  color: #212529;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  line-height: 1.5;
  border-radius: 0;
  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) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: #212529;
    text-decoration: none; }
  .btn:focus, .btn.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(247, 105, 2, 0.25); }
  .btn.disabled, .btn:disabled {
    opacity: 0.65; }

a.btn.disabled,
fieldset:disabled a.btn {
  pointer-events: none; }

.btn-primary {
  color: #fff;
  background-color: #F76902;
  border-color: #F76902; }
  .btn-primary:hover {
    color: #fff;
    background-color: #d15902;
    border-color: #c45302; }
  .btn-primary:focus, .btn-primary.focus {
    color: #fff;
    background-color: #d15902;
    border-color: #c45302;
    box-shadow: 0 0 0 0.2rem rgba(248, 128, 40, 0.5); }
  .btn-primary.disabled, .btn-primary:disabled {
    color: #fff;
    background-color: #F76902;
    border-color: #F76902; }
  .btn-primary:not(:disabled):not(.disabled):active, .btn-primary:not(:disabled):not(.disabled).active,
  .show > .btn-primary.dropdown-toggle {
    color: #fff;
    background-color: #c45302;
    border-color: #b84e01; }
    .btn-primary:not(:disabled):not(.disabled):active:focus, .btn-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 128, 40, 0.5); }

.btn-secondary {
  color: #fff;
  background-color: #6c757d;
  border-color: #6c757d; }
  .btn-secondary:hover {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62; }
  .btn-secondary:focus, .btn-secondary.focus {
    color: #fff;
    background-color: #5a6268;
    border-color: #545b62;
    box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }
  .btn-secondary.disabled, .btn-secondary:disabled {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-secondary:not(:disabled):not(.disabled):active, .btn-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-secondary.dropdown-toggle {
    color: #fff;
    background-color: #545b62;
    border-color: #4e555b; }
    .btn-secondary:not(:disabled):not(.disabled):active:focus, .btn-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(130, 138, 145, 0.5); }

.btn-success {
  color: #fff;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34; }
  .btn-success:focus, .btn-success.focus {
    color: #fff;
    background-color: #218838;
    border-color: #1e7e34;
    box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }
  .btn-success.disabled, .btn-success:disabled {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-success:not(:disabled):not(.disabled):active, .btn-success:not(:disabled):not(.disabled).active,
  .show > .btn-success.dropdown-toggle {
    color: #fff;
    background-color: #1e7e34;
    border-color: #1c7430; }
    .btn-success:not(:disabled):not(.disabled):active:focus, .btn-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(72, 180, 97, 0.5); }

.btn-info {
  color: #fff;
  background-color: #17a2b8;
  border-color: #17a2b8; }
  .btn-info:hover {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b; }
  .btn-info:focus, .btn-info.focus {
    color: #fff;
    background-color: #138496;
    border-color: #117a8b;
    box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }
  .btn-info.disabled, .btn-info:disabled {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-info:not(:disabled):not(.disabled):active, .btn-info:not(:disabled):not(.disabled).active,
  .show > .btn-info.dropdown-toggle {
    color: #fff;
    background-color: #117a8b;
    border-color: #10707f; }
    .btn-info:not(:disabled):not(.disabled):active:focus, .btn-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(58, 176, 195, 0.5); }

.btn-warning {
  color: #212529;
  background-color: #ffc107;
  border-color: #ffc107; }
  .btn-warning:hover {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00; }
  .btn-warning:focus, .btn-warning.focus {
    color: #212529;
    background-color: #e0a800;
    border-color: #d39e00;
    box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }
  .btn-warning.disabled, .btn-warning:disabled {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-warning:not(:disabled):not(.disabled):active, .btn-warning:not(:disabled):not(.disabled).active,
  .show > .btn-warning.dropdown-toggle {
    color: #212529;
    background-color: #d39e00;
    border-color: #c69500; }
    .btn-warning:not(:disabled):not(.disabled):active:focus, .btn-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(222, 170, 12, 0.5); }

.btn-danger {
  color: #fff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130; }
  .btn-danger:focus, .btn-danger.focus {
    color: #fff;
    background-color: #c82333;
    border-color: #bd2130;
    box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }
  .btn-danger.disabled, .btn-danger:disabled {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-danger:not(:disabled):not(.disabled):active, .btn-danger:not(:disabled):not(.disabled).active,
  .show > .btn-danger.dropdown-toggle {
    color: #fff;
    background-color: #bd2130;
    border-color: #b21f2d; }
    .btn-danger:not(:disabled):not(.disabled):active:focus, .btn-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(225, 83, 97, 0.5); }

.btn-light {
  color: #212529;
  background-color: #EEE;
  border-color: #EEE; }
  .btn-light:hover {
    color: #212529;
    background-color: #dbdbdb;
    border-color: #d5d5d5; }
  .btn-light:focus, .btn-light.focus {
    color: #212529;
    background-color: #dbdbdb;
    border-color: #d5d5d5;
    box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5); }
  .btn-light.disabled, .btn-light:disabled {
    color: #212529;
    background-color: #EEE;
    border-color: #EEE; }
  .btn-light:not(:disabled):not(.disabled):active, .btn-light:not(:disabled):not(.disabled).active,
  .show > .btn-light.dropdown-toggle {
    color: #212529;
    background-color: #d5d5d5;
    border-color: #cecece; }
    .btn-light:not(:disabled):not(.disabled):active:focus, .btn-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(207, 208, 208, 0.5); }

.btn-dark {
  color: #fff;
  background-color: #343a40;
  border-color: #343a40; }
  .btn-dark:hover {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124; }
  .btn-dark:focus, .btn-dark.focus {
    color: #fff;
    background-color: #23272b;
    border-color: #1d2124;
    box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }
  .btn-dark.disabled, .btn-dark:disabled {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-dark:not(:disabled):not(.disabled):active, .btn-dark:not(:disabled):not(.disabled).active,
  .show > .btn-dark.dropdown-toggle {
    color: #fff;
    background-color: #1d2124;
    border-color: #171a1d; }
    .btn-dark:not(:disabled):not(.disabled):active:focus, .btn-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(82, 88, 93, 0.5); }

.btn-rit-orange {
  color: #fff;
  background-color: #F76902;
  border-color: #F76902; }
  .btn-rit-orange:hover {
    color: #fff;
    background-color: #d15902;
    border-color: #c45302; }
  .btn-rit-orange:focus, .btn-rit-orange.focus {
    color: #fff;
    background-color: #d15902;
    border-color: #c45302;
    box-shadow: 0 0 0 0.2rem rgba(248, 128, 40, 0.5); }
  .btn-rit-orange.disabled, .btn-rit-orange:disabled {
    color: #fff;
    background-color: #F76902;
    border-color: #F76902; }
  .btn-rit-orange:not(:disabled):not(.disabled):active, .btn-rit-orange:not(:disabled):not(.disabled).active,
  .show > .btn-rit-orange.dropdown-toggle {
    color: #fff;
    background-color: #c45302;
    border-color: #b84e01; }
    .btn-rit-orange:not(:disabled):not(.disabled):active:focus, .btn-rit-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-rit-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(248, 128, 40, 0.5); }

.btn-wcag-orange {
  color: #fff;
  background-color: #C75300;
  border-color: #C75300; }
  .btn-wcag-orange:hover {
    color: #fff;
    background-color: #a14300;
    border-color: #943e00; }
  .btn-wcag-orange:focus, .btn-wcag-orange.focus {
    color: #fff;
    background-color: #a14300;
    border-color: #943e00;
    box-shadow: 0 0 0 0.2rem rgba(207, 109, 38, 0.5); }
  .btn-wcag-orange.disabled, .btn-wcag-orange:disabled {
    color: #fff;
    background-color: #C75300;
    border-color: #C75300; }
  .btn-wcag-orange:not(:disabled):not(.disabled):active, .btn-wcag-orange:not(:disabled):not(.disabled).active,
  .show > .btn-wcag-orange.dropdown-toggle {
    color: #fff;
    background-color: #943e00;
    border-color: #873800; }
    .btn-wcag-orange:not(:disabled):not(.disabled):active:focus, .btn-wcag-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-wcag-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(207, 109, 38, 0.5); }

.btn-outline-primary {
  color: #F76902;
  border-color: #F76902; }
  .btn-outline-primary:hover {
    color: #fff;
    background-color: #F76902;
    border-color: #F76902; }
  .btn-outline-primary:focus, .btn-outline-primary.focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 105, 2, 0.5); }
  .btn-outline-primary.disabled, .btn-outline-primary:disabled {
    color: #F76902;
    background-color: transparent; }
  .btn-outline-primary:not(:disabled):not(.disabled):active, .btn-outline-primary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-primary.dropdown-toggle {
    color: #fff;
    background-color: #F76902;
    border-color: #F76902; }
    .btn-outline-primary:not(:disabled):not(.disabled):active:focus, .btn-outline-primary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-primary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(247, 105, 2, 0.5); }

.btn-outline-secondary {
  color: #6c757d;
  border-color: #6c757d; }
  .btn-outline-secondary:hover {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
  .btn-outline-secondary:focus, .btn-outline-secondary.focus {
    box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }
  .btn-outline-secondary.disabled, .btn-outline-secondary:disabled {
    color: #6c757d;
    background-color: transparent; }
  .btn-outline-secondary:not(:disabled):not(.disabled):active, .btn-outline-secondary:not(:disabled):not(.disabled).active,
  .show > .btn-outline-secondary.dropdown-toggle {
    color: #fff;
    background-color: #6c757d;
    border-color: #6c757d; }
    .btn-outline-secondary:not(:disabled):not(.disabled):active:focus, .btn-outline-secondary:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-secondary.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(108, 117, 125, 0.5); }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-outline-success:focus, .btn-outline-success.focus {
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success.disabled, .btn-outline-success:disabled {
    color: #28a745;
    background-color: transparent; }
  .btn-outline-success:not(:disabled):not(.disabled):active, .btn-outline-success:not(:disabled):not(.disabled).active,
  .show > .btn-outline-success.dropdown-toggle {
    color: #fff;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-outline-success:not(:disabled):not(.disabled):active:focus, .btn-outline-success:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-success.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.5); }

.btn-outline-info {
  color: #17a2b8;
  border-color: #17a2b8; }
  .btn-outline-info:hover {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
  .btn-outline-info:focus, .btn-outline-info.focus {
    box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }
  .btn-outline-info.disabled, .btn-outline-info:disabled {
    color: #17a2b8;
    background-color: transparent; }
  .btn-outline-info:not(:disabled):not(.disabled):active, .btn-outline-info:not(:disabled):not(.disabled).active,
  .show > .btn-outline-info.dropdown-toggle {
    color: #fff;
    background-color: #17a2b8;
    border-color: #17a2b8; }
    .btn-outline-info:not(:disabled):not(.disabled):active:focus, .btn-outline-info:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-info.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(23, 162, 184, 0.5); }

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107; }
  .btn-outline-warning:hover {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
  .btn-outline-warning:focus, .btn-outline-warning.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }
  .btn-outline-warning.disabled, .btn-outline-warning:disabled {
    color: #ffc107;
    background-color: transparent; }
  .btn-outline-warning:not(:disabled):not(.disabled):active, .btn-outline-warning:not(:disabled):not(.disabled).active,
  .show > .btn-outline-warning.dropdown-toggle {
    color: #212529;
    background-color: #ffc107;
    border-color: #ffc107; }
    .btn-outline-warning:not(:disabled):not(.disabled):active:focus, .btn-outline-warning:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-warning.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(255, 193, 7, 0.5); }

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545; }
  .btn-outline-danger:hover {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
  .btn-outline-danger:focus, .btn-outline-danger.focus {
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }
  .btn-outline-danger.disabled, .btn-outline-danger:disabled {
    color: #dc3545;
    background-color: transparent; }
  .btn-outline-danger:not(:disabled):not(.disabled):active, .btn-outline-danger:not(:disabled):not(.disabled).active,
  .show > .btn-outline-danger.dropdown-toggle {
    color: #fff;
    background-color: #dc3545;
    border-color: #dc3545; }
    .btn-outline-danger:not(:disabled):not(.disabled):active:focus, .btn-outline-danger:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-danger.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.5); }

.btn-outline-light {
  color: #EEE;
  border-color: #EEE; }
  .btn-outline-light:hover {
    color: #212529;
    background-color: #EEE;
    border-color: #EEE; }
  .btn-outline-light:focus, .btn-outline-light.focus {
    box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5); }
  .btn-outline-light.disabled, .btn-outline-light:disabled {
    color: #EEE;
    background-color: transparent; }
  .btn-outline-light:not(:disabled):not(.disabled):active, .btn-outline-light:not(:disabled):not(.disabled).active,
  .show > .btn-outline-light.dropdown-toggle {
    color: #212529;
    background-color: #EEE;
    border-color: #EEE; }
    .btn-outline-light:not(:disabled):not(.disabled):active:focus, .btn-outline-light:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-light.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(238, 238, 238, 0.5); }

.btn-outline-dark {
  color: #343a40;
  border-color: #343a40; }
  .btn-outline-dark:hover {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
  .btn-outline-dark:focus, .btn-outline-dark.focus {
    box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }
  .btn-outline-dark.disabled, .btn-outline-dark:disabled {
    color: #343a40;
    background-color: transparent; }
  .btn-outline-dark:not(:disabled):not(.disabled):active, .btn-outline-dark:not(:disabled):not(.disabled).active,
  .show > .btn-outline-dark.dropdown-toggle {
    color: #fff;
    background-color: #343a40;
    border-color: #343a40; }
    .btn-outline-dark:not(:disabled):not(.disabled):active:focus, .btn-outline-dark:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-dark.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(52, 58, 64, 0.5); }

.btn-outline-rit-orange {
  color: #F76902;
  border-color: #F76902; }
  .btn-outline-rit-orange:hover {
    color: #fff;
    background-color: #F76902;
    border-color: #F76902; }
  .btn-outline-rit-orange:focus, .btn-outline-rit-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(247, 105, 2, 0.5); }
  .btn-outline-rit-orange.disabled, .btn-outline-rit-orange:disabled {
    color: #F76902;
    background-color: transparent; }
  .btn-outline-rit-orange:not(:disabled):not(.disabled):active, .btn-outline-rit-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-rit-orange.dropdown-toggle {
    color: #fff;
    background-color: #F76902;
    border-color: #F76902; }
    .btn-outline-rit-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-rit-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-rit-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(247, 105, 2, 0.5); }

.btn-outline-wcag-orange {
  color: #C75300;
  border-color: #C75300; }
  .btn-outline-wcag-orange:hover {
    color: #fff;
    background-color: #C75300;
    border-color: #C75300; }
  .btn-outline-wcag-orange:focus, .btn-outline-wcag-orange.focus {
    box-shadow: 0 0 0 0.2rem rgba(199, 83, 0, 0.5); }
  .btn-outline-wcag-orange.disabled, .btn-outline-wcag-orange:disabled {
    color: #C75300;
    background-color: transparent; }
  .btn-outline-wcag-orange:not(:disabled):not(.disabled):active, .btn-outline-wcag-orange:not(:disabled):not(.disabled).active,
  .show > .btn-outline-wcag-orange.dropdown-toggle {
    color: #fff;
    background-color: #C75300;
    border-color: #C75300; }
    .btn-outline-wcag-orange:not(:disabled):not(.disabled):active:focus, .btn-outline-wcag-orange:not(:disabled):not(.disabled).active:focus,
    .show > .btn-outline-wcag-orange.dropdown-toggle:focus {
      box-shadow: 0 0 0 0.2rem rgba(199, 83, 0, 0.5); }

.btn-link {
  font-weight: 400;
  color: #F76902;
  text-decoration: underline transparent solid 0.125rem; }
  .btn-link:hover {
    color: #ab4901;
    text-decoration: underline transparent solid 0.125rem; }
  .btn-link:focus, .btn-link.focus {
    text-decoration: underline transparent solid 0.125rem;
    box-shadow: none; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d;
    pointer-events: none; }

.btn-lg, .btn-primary:not(.btn-sm) {
  padding: 0.625rem 1.25rem;
  font-size: 1.167rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-sm {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.btn-block {
  display: block;
  width: 100%; }
  .btn-block + .btn-block {
    margin-top: 0.5rem; }

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%; }

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #fff;
  background-clip: border-box;
  border: 0 solid rgba(0, 0, 0, 0.125);
  border-radius: 0; }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group:first-child .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .card > .list-group:last-child .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }

.card-body {
  flex: 1 1 auto;
  min-height: 1px;
  padding: 1.25rem; }

.card-title {
  margin-bottom: 0.75rem; }

.card-subtitle {
  margin-top: -0.375rem;
  margin-bottom: 0; }

.card-text:last-child {
  margin-bottom: 0; }

.card-link:hover {
  text-decoration: none; }

.card-link + .card-link {
  margin-left: 1.25rem; }

.card-header {
  padding: 0.75rem 1.25rem;
  margin-bottom: 0;
  background-color: transparent;
  border-bottom: 0 solid rgba(0, 0, 0, 0.125); }
  .card-header:first-child {
    border-radius: 0 0 0 0; }
  .card-header + .list-group .list-group-item:first-child {
    border-top: 0; }

.card-footer {
  padding: 0.75rem 1.25rem;
  background-color: transparent;
  border-top: 0 solid rgba(0, 0, 0, 0.125); }
  .card-footer:last-child {
    border-radius: 0 0 0 0; }

.card-header-tabs {
  margin-right: -0.625rem;
  margin-bottom: -0.75rem;
  margin-left: -0.625rem;
  border-bottom: 0; }

.card-header-pills {
  margin-right: -0.625rem;
  margin-left: -0.625rem; }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1.25rem; }

.card-img,
.card-img-top,
.card-img-bottom {
  flex-shrink: 0;
  width: 100%; }

.card-img,
.card-img-top {
  border-top-left-radius: 0;
  border-top-right-radius: 0; }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0; }

.card-deck .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-deck {
    display: flex;
    flex-flow: row wrap;
    margin-right: -15px;
    margin-left: -15px; }
    .card-deck .card {
      flex: 1 0 0%;
      margin-right: 15px;
      margin-bottom: 0;
      margin-left: 15px; } }

.card-group > .card {
  margin-bottom: 15px; }

@media (min-width: 576px) {
  .card-group {
    display: flex;
    flex-flow: row wrap; }
    .card-group > .card {
      flex: 1 0 0%;
      margin-bottom: 0; }
      .card-group > .card + .card {
        margin-left: 0;
        border-left: 0; }
      .card-group > .card:not(:last-child) {
        border-top-right-radius: 0;
        border-bottom-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-top,
        .card-group > .card:not(:last-child) .card-header {
          border-top-right-radius: 0; }
        .card-group > .card:not(:last-child) .card-img-bottom,
        .card-group > .card:not(:last-child) .card-footer {
          border-bottom-right-radius: 0; }
      .card-group > .card:not(:first-child) {
        border-top-left-radius: 0;
        border-bottom-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-top,
        .card-group > .card:not(:first-child) .card-header {
          border-top-left-radius: 0; }
        .card-group > .card:not(:first-child) .card-img-bottom,
        .card-group > .card:not(:first-child) .card-footer {
          border-bottom-left-radius: 0; } }

.card-columns .card {
  margin-bottom: 0.75rem; }

@media (min-width: 576px) {
  .card-columns {
    column-count: 3;
    column-gap: 1.25rem;
    orphans: 1;
    widows: 1; }
    .card-columns .card {
      display: inline-block;
      width: 100%; } }

.accordion > .card {
  overflow: hidden; }
  .accordion > .card:not(:last-of-type) {
    border-bottom: 0;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .accordion > .card:not(:first-of-type) {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .accordion > .card > .card-header {
    border-radius: 0;
    margin-bottom: 0; }

.carousel {
  position: relative; }

.carousel.pointer-event {
  touch-action: pan-y; }

.carousel-inner {
  position: relative;
  width: 100%;
  overflow: hidden; }
  .carousel-inner::after {
    display: block;
    clear: both;
    content: ""; }

.carousel-item {
  position: relative;
  display: none;
  float: left;
  width: 100%;
  margin-right: -100%;
  backface-visibility: hidden;
  transition: transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      transition: none; } }

.carousel-item.active,
.carousel-item-next,
.carousel-item-prev {
  display: block; }

.carousel-item-next:not(.carousel-item-left),
.active.carousel-item-right {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-right),
.active.carousel-item-left {
  transform: translateX(-100%); }

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none; }

.carousel-fade .carousel-item.active,
.carousel-fade .carousel-item-next.carousel-item-left,
.carousel-fade .carousel-item-prev.carousel-item-right {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-left,
.carousel-fade .active.carousel-item-right {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-left,
    .carousel-fade .active.carousel-item-right {
      transition: none; } }

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 15%;
  color: #fff;
  text-align: center;
  opacity: 0.5;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      transition: none; } }
  .carousel-control-prev:hover, .carousel-control-prev:focus,
  .carousel-control-next:hover,
  .carousel-control-next:focus {
    color: #fff;
    text-decoration: none;
    outline: 0;
    opacity: 0.9; }

.carousel-control-prev {
  left: 0; }

.carousel-control-next {
  right: 0; }

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 20px;
  height: 20px;
  background: no-repeat 50% / 100% 100%; }

.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M5.25 0l-4 4 4 4 1.5-1.5L4.25 4l2.5-2.5L5.25 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' fill='%23fff' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath d='M2.75 0l-1.5 1.5L3.75 4l-2.5 2.5L2.75 8l4-4-4-4z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 15;
  display: flex;
  justify-content: center;
  padding-left: 0;
  margin-right: 15%;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators li {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: .5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators li {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 20px;
  left: 15%;
  z-index: 10;
  padding-top: 20px;
  padding-bottom: 20px;
  color: #fff;
  text-align: center; }

.close {
  float: right;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  opacity: .5; }
  .close:hover {
    color: #000;
    text-decoration: none; }
  .close:not(:disabled):not(.disabled):hover, .close:not(:disabled):not(.disabled):focus {
    opacity: .75; }

button.close {
  padding: 0;
  background-color: transparent;
  border: 0;
  appearance: none; }

a.close.disabled {
  pointer-events: none; }

code {
  font-size: 87.5%;
  color: #e83e8c;
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 87.5%;
  color: #fff;
  background-color: #212529;
  border-radius: 0; }
  kbd kbd {
    padding: 0;
    font-size: 100%;
    font-weight: 700; }

pre {
  display: block;
  font-size: 87.5%;
  color: #212529; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll; }

.custom-control {
  position: relative;
  display: block;
  min-height: 1.5rem;
  padding-left: 1.75rem; }

.custom-control-inline {
  display: inline-flex;
  margin-right: 1rem; }

.custom-control-input {
  position: absolute;
  left: 0;
  z-index: -1;
  width: 1.25rem;
  height: 1.375rem;
  opacity: 0; }
  .custom-control-input:checked ~ .custom-control-label::before {
    color: #fff;
    border-color: #F76902;
    background-color: #F76902; }
  .custom-control-input:focus ~ .custom-control-label::before {
    box-shadow: none; }
  .custom-control-input:focus:not(:checked) ~ .custom-control-label::before {
    border-color: black; }
  .custom-control-input:not(:disabled):active ~ .custom-control-label::before {
    color: #fff;
    background-color: #fecfad;
    border-color: #fecfad; }
  .custom-control-input[disabled] ~ .custom-control-label, .custom-control-input:disabled ~ .custom-control-label {
    color: #6c757d; }
    .custom-control-input[disabled] ~ .custom-control-label::before, .custom-control-input:disabled ~ .custom-control-label::before {
      background-color: #e9ecef; }

.custom-control-label {
  position: relative;
  margin-bottom: 0;
  vertical-align: top; }
  .custom-control-label::before {
    position: absolute;
    top: 0.125rem;
    left: -1.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    pointer-events: none;
    content: "";
    background-color: white;
    border: #adb5bd solid 1px; }
  .custom-control-label::after {
    position: absolute;
    top: 0.125rem;
    left: -1.75rem;
    display: block;
    width: 1.25rem;
    height: 1.25rem;
    content: "";
    background: no-repeat 50% / 50% 50%; }

.custom-checkbox .custom-control-label::before {
  border-radius: 2px; }

.custom-checkbox .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26l2.974 2.99L8 2.193z'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::before {
  border-color: #F76902;
  background-color: #F76902; }

.custom-checkbox .custom-control-input:indeterminate ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='4' viewBox='0 0 4 4'%3e%3cpath stroke='%23fff' d='M0 2h4'/%3e%3c/svg%3e"); }

.custom-checkbox .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(247, 105, 2, 0.5); }

.custom-checkbox .custom-control-input:disabled:indeterminate ~ .custom-control-label::before {
  background-color: rgba(247, 105, 2, 0.5); }

.custom-radio .custom-control-label::before {
  border-radius: 50%; }

.custom-radio .custom-control-input:checked ~ .custom-control-label::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23fff'/%3e%3c/svg%3e"); }

.custom-radio .custom-control-input:disabled:checked ~ .custom-control-label::before {
  background-color: rgba(247, 105, 2, 0.5); }

.custom-switch {
  padding-left: 2.6875rem; }
  .custom-switch .custom-control-label::before {
    left: -2.6875rem;
    width: 2.1875rem;
    pointer-events: all;
    border-radius: 0.625rem; }
  .custom-switch .custom-control-label::after {
    top: calc(0.125rem + 2px);
    left: calc(-2.6875rem + 2px);
    width: calc(1.25rem - 4px);
    height: calc(1.25rem - 4px);
    background-color: #adb5bd;
    border-radius: 0.625rem;
    transition: transform 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) {
      .custom-switch .custom-control-label::after {
        transition: none; } }
  .custom-switch .custom-control-input:checked ~ .custom-control-label::after {
    background-color: white;
    transform: translateX(0.9375rem); }
  .custom-switch .custom-control-input:disabled:checked ~ .custom-control-label::before {
    background-color: rgba(247, 105, 2, 0.5); }

.custom-select {
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 2rem 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  vertical-align: middle;
  background: #fff url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px;
  border: 1px solid #ced4da;
  border-radius: 0;
  appearance: none; }
  .custom-select:focus {
    border-color: black;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(247, 105, 2, 0.25); }
    .custom-select:focus::-ms-value {
      color: black;
      background-color: #fff; }
  .custom-select[multiple], .custom-select[size]:not([size="1"]) {
    height: auto;
    padding-right: 1rem;
    background-image: none; }
  .custom-select:disabled {
    color: #6c757d;
    background-color: #e9ecef; }
  .custom-select::-ms-expand {
    display: none; }
  .custom-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 black; }

.custom-select-sm {
  height: calc(1.5em + 1rem + 2px);
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  padding-left: 1rem;
  font-size: 0.875rem; }

.custom-select-lg {
  height: calc(1.5em + 1.25rem + 2px);
  padding-top: 0.625rem;
  padding-bottom: 0.625rem;
  padding-left: 1.25rem;
  font-size: 1.167rem; }

.custom-file {
  position: relative;
  display: inline-block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin-bottom: 0; }

.custom-file-input {
  position: relative;
  z-index: 2;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  margin: 0;
  opacity: 0; }
  .custom-file-input:focus ~ .custom-file-label {
    border-color: black;
    box-shadow: none; }
  .custom-file-input[disabled] ~ .custom-file-label,
  .custom-file-input:disabled ~ .custom-file-label {
    background-color: #e9ecef; }
  .custom-file-input:lang(en) ~ .custom-file-label::after {
    content: "Browse"; }
  .custom-file-input ~ .custom-file-label[data-browse]::after {
    content: attr(data-browse); }

.custom-file-label {
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  border: 1px solid #ced4da;
  border-radius: 2px; }
  .custom-file-label::after {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
    display: block;
    height: calc(1.5em + 1rem);
    padding: 0.5rem 1rem;
    line-height: 1.5;
    color: black;
    content: "Browse";
    background-color: #e9ecef;
    border-left: inherit;
    border-radius: 0 2px 2px 0; }

.custom-range {
  width: 100%;
  height: 1.4rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .custom-range:focus {
    outline: none; }
    .custom-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #fff, none; }
    .custom-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #fff, none; }
    .custom-range:focus::-ms-thumb {
      box-shadow: 0 0 0 1px #fff, none; }
  .custom-range::-moz-focus-outer {
    border: 0; }
  .custom-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #F76902;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-webkit-slider-thumb {
        transition: none; } }
    .custom-range::-webkit-slider-thumb:active {
      background-color: #fecfad; }
  .custom-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #F76902;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-moz-range-thumb {
        transition: none; } }
    .custom-range::-moz-range-thumb:active {
      background-color: #fecfad; }
  .custom-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: #dee2e6;
    border-color: transparent;
    border-radius: 1rem; }
  .custom-range::-ms-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: 0;
    margin-right: 0.2rem;
    margin-left: 0.2rem;
    background-color: #F76902;
    border: 0;
    border-radius: 1rem;
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .custom-range::-ms-thumb {
        transition: none; } }
    .custom-range::-ms-thumb:active {
      background-color: #fecfad; }
  .custom-range::-ms-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: transparent;
    border-color: transparent;
    border-width: 0.5rem; }
  .custom-range::-ms-fill-lower {
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range::-ms-fill-upper {
    margin-right: 15px;
    background-color: #dee2e6;
    border-radius: 1rem; }
  .custom-range:disabled::-webkit-slider-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-webkit-slider-runnable-track {
    cursor: default; }
  .custom-range:disabled::-moz-range-thumb {
    background-color: #adb5bd; }
  .custom-range:disabled::-moz-range-track {
    cursor: default; }
  .custom-range:disabled::-ms-thumb {
    background-color: #adb5bd; }

.custom-control-label::before,
.custom-file-label,
.custom-select {
  transition: 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) {
    .custom-control-label::before,
    .custom-file-label,
    .custom-select {
      transition: none; } }

.dropup,
.dropright,
.dropdown,
.dropleft {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }
  .dropdown-toggle::after {
    display: inline-block;
    margin-left: 0.255em;
    vertical-align: 0.255em;
    content: "";
    border-top: 0.3em solid;
    border-right: 0.3em solid transparent;
    border-bottom: 0;
    border-left: 0.3em solid transparent; }
  .dropdown-toggle:empty::after {
    margin-left: 0; }

.dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 10rem;
  padding: 0.5rem 0;
  margin: 0.125rem 0 0;
  font-size: 1rem;
  color: #212529;
  text-align: left;
  list-style: none;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.15);
  border-radius: 0; }

.dropdown-menu-left {
  right: auto;
  left: 0; }

.dropdown-menu-right {
  right: 0;
  left: auto; }

@media (min-width: 576px) {
  .dropdown-menu-sm-left {
    right: auto;
    left: 0; }
  .dropdown-menu-sm-right {
    right: 0;
    left: auto; } }

@media (min-width: 768px) {
  .dropdown-menu-md-left {
    right: auto;
    left: 0; }
  .dropdown-menu-md-right {
    right: 0;
    left: auto; } }

@media (min-width: 880px) {
  .dropdown-menu-mdlg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-mdlg-right {
    right: 0;
    left: auto; } }

@media (min-width: 992px) {
  .dropdown-menu-lg-left {
    right: auto;
    left: 0; }
  .dropdown-menu-lg-right {
    right: 0;
    left: auto; } }

@media (min-width: 1200px) {
  .dropdown-menu-xl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xl-right {
    right: 0;
    left: auto; } }

@media (min-width: 1460px) {
  .dropdown-menu-xxl-left {
    right: auto;
    left: 0; }
  .dropdown-menu-xxl-right {
    right: 0;
    left: auto; } }

.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent; }

.dropup .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

.dropright .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid; }

.dropright .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropright .dropdown-toggle::after {
  vertical-align: 0; }

.dropleft .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

.dropleft .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: ""; }

.dropleft .dropdown-toggle::after {
  display: none; }

.dropleft .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent; }

.dropleft .dropdown-toggle:empty::after {
  margin-left: 0; }

.dropleft .dropdown-toggle::before {
  vertical-align: 0; }

.dropdown-menu[x-placement^="top"], .dropdown-menu[x-placement^="right"], .dropdown-menu[x-placement^="bottom"], .dropdown-menu[x-placement^="left"] {
  right: auto;
  bottom: auto; }

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid #e9ecef; }

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1.5rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa; }
  .dropdown-item.active, .dropdown-item:active {
    color: #fff;
    text-decoration: none;
    background-color: #F76902; }
  .dropdown-item.disabled, .dropdown-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: transparent; }

.dropdown-menu.show {
  display: block; }

.dropdown-header {
  display: block;
  padding: 0.5rem 1.5rem;
  margin-bottom: 0;
  font-size: 0.875rem;
  color: #6c757d;
  white-space: nowrap; }

.dropdown-item-text {
  display: block;
  padding: 0.25rem 1.5rem;
  color: #212529; }

.form-control, .webform-submission-form select.form-select, .view-directory select.form-select {
  display: block;
  width: 100%;
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 2px;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control, .webform-submission-form select.form-select, .view-directory select.form-select {
      transition: none; } }
  .form-control::-ms-expand, .webform-submission-form select.form-select::-ms-expand, .view-directory select.form-select::-ms-expand {
    background-color: transparent;
    border: 0; }
  .form-control:-moz-focusring, .webform-submission-form select.form-select:-moz-focusring, .view-directory select.form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 black; }
  .form-control:focus, .webform-submission-form select.form-select:focus, .view-directory select.form-select:focus {
    color: black;
    background-color: #fff;
    border-color: black;
    outline: 0;
    box-shadow: none; }
  .form-control::placeholder, .webform-submission-form select.form-select::placeholder, .view-directory select.form-select::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .webform-submission-form select.form-select:disabled, .view-directory select.form-select:disabled, .form-control[readonly], .webform-submission-form select.form-select[readonly], .view-directory select.form-select[readonly] {
    background-color: #e9ecef;
    opacity: 1; }

select.form-control:focus::-ms-value, .webform-submission-form select.form-select:focus::-ms-value, .view-directory select.form-select:focus::-ms-value {
  color: black;
  background-color: #fff; }

.form-control-file,
.form-control-range {
  display: block;
  width: 100%; }

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

.col-form-label-lg {
  padding-top: calc(0.625rem + 1px);
  padding-bottom: calc(0.625rem + 1px);
  font-size: 1.167rem;
  line-height: 1.5; }

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

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.5rem 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5;
  color: black;
  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 {
  height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

.form-control-lg {
  height: calc(1.5em + 1.25rem + 2px);
  padding: 0.625rem 1.25rem;
  font-size: 1.167rem;
  line-height: 1.5;
  border-radius: 0; }

select.form-control[size], .webform-submission-form select.form-select[size], .view-directory select.form-select[size], select.form-control[multiple], .webform-submission-form select.form-select[multiple], .view-directory select.form-select[multiple] {
  height: auto; }

textarea.form-control {
  height: auto; }

.form-group {
  margin-bottom: 1rem; }

.form-text {
  display: block;
  margin-top: 0.25rem; }

.form-row {
  display: flex;
  flex-wrap: wrap;
  margin-right: -5px;
  margin-left: -5px; }
  .form-row > .col,
  .form-row > [class*="col-"] {
    padding-right: 5px;
    padding-left: 5px; }

.form-check {
  position: relative;
  display: block;
  padding-left: 1.25rem; }

.form-check-input {
  position: absolute;
  margin-top: 0.3rem;
  margin-left: -1.25rem; }
  .form-check-input[disabled] ~ .form-check-label,
  .form-check-input:disabled ~ .form-check-label {
    color: #6c757d; }

.form-check-label {
  margin-bottom: 0; }

.form-check-inline {
  display: inline-flex;
  align-items: center;
  padding-left: 0;
  margin-right: 0.75rem; }
  .form-check-inline .form-check-input {
    position: static;
    margin-top: 0;
    margin-right: 0.3125rem;
    margin-left: 0; }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  color: #28a745; }

.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;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(40, 167, 69, 0.9);
  border-radius: 0; }

.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, .was-validated .webform-submission-form select.form-select:valid, .webform-submission-form .was-validated select.form-select:valid, .was-validated .view-directory select.form-select:valid, .view-directory .was-validated select.form-select:valid, .form-control.is-valid, .webform-submission-form select.is-valid.form-select, .view-directory select.is-valid.form-select {
  border-color: #28a745;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .was-validated .form-control:valid:focus, .was-validated .webform-submission-form select.form-select:valid:focus, .webform-submission-form .was-validated select.form-select:valid:focus, .was-validated .view-directory select.form-select:valid:focus, .view-directory .was-validated select.form-select:valid:focus, .form-control.is-valid:focus, .webform-submission-form select.is-valid.form-select:focus, .view-directory select.is-valid.form-select:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

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

.was-validated .custom-select:valid, .custom-select.is-valid {
  border-color: #28a745;
  padding-right: calc(0.75em + 2.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='8' height='8' viewBox='0 0 8 8'%3e%3cpath fill='%2328a745' 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") #fff no-repeat center right 2rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .was-validated .custom-select:valid:focus, .custom-select.is-valid:focus {
    border-color: #28a745;
    box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
  color: #28a745; }

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

.was-validated .custom-control-input:valid ~ .custom-control-label, .custom-control-input.is-valid ~ .custom-control-label {
  color: #28a745; }
  .was-validated .custom-control-input:valid ~ .custom-control-label::before, .custom-control-input.is-valid ~ .custom-control-label::before {
    border-color: #28a745; }

.was-validated .custom-control-input:valid:checked ~ .custom-control-label::before, .custom-control-input.is-valid:checked ~ .custom-control-label::before {
  border-color: #34ce57;
  background-color: #34ce57; }

.was-validated .custom-control-input:valid:focus ~ .custom-control-label::before, .custom-control-input.is-valid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.was-validated .custom-control-input:valid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-valid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #28a745; }

.was-validated .custom-file-input:valid ~ .custom-file-label, .custom-file-input.is-valid ~ .custom-file-label {
  border-color: #28a745; }

.was-validated .custom-file-input:valid:focus ~ .custom-file-label, .custom-file-input.is-valid:focus ~ .custom-file-label {
  border-color: #28a745;
  box-shadow: 0 0 0 0.2rem rgba(40, 167, 69, 0.25); }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 80%;
  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;
  line-height: 1.5;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0; }

.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, .was-validated .webform-submission-form select.form-select:invalid, .webform-submission-form .was-validated select.form-select:invalid, .was-validated .view-directory select.form-select:invalid, .view-directory .was-validated select.form-select:invalid, .form-control.is-invalid, .webform-submission-form select.is-invalid.form-select, .view-directory select.is-invalid.form-select {
  border-color: #dc3545;
  padding-right: calc(1.5em + 1rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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.25rem) center;
  background-size: calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .was-validated .form-control:invalid:focus, .was-validated .webform-submission-form select.form-select:invalid:focus, .webform-submission-form .was-validated select.form-select:invalid:focus, .was-validated .view-directory select.form-select:invalid:focus, .view-directory .was-validated select.form-select:invalid:focus, .form-control.is-invalid:focus, .webform-submission-form select.is-invalid.form-select:focus, .view-directory select.is-invalid.form-select:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

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

.was-validated .custom-select:invalid, .custom-select.is-invalid {
  border-color: #dc3545;
  padding-right: calc(0.75em + 2.75rem);
  background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='4' height='5' viewBox='0 0 4 5'%3e%3cpath fill='%23343a40' d='M2 0L0 2h4zm0 5L0 3h4z'/%3e%3c/svg%3e") no-repeat right 1rem center/8px 10px, url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='12' height='12' fill='none' stroke='%23dc3545' viewBox='0 0 12 12'%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") #fff no-repeat center right 2rem/calc(0.75em + 0.5rem) calc(0.75em + 0.5rem); }
  .was-validated .custom-select:invalid:focus, .custom-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.2rem 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; }

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

.was-validated .custom-control-input:invalid ~ .custom-control-label, .custom-control-input.is-invalid ~ .custom-control-label {
  color: #dc3545; }
  .was-validated .custom-control-input:invalid ~ .custom-control-label::before, .custom-control-input.is-invalid ~ .custom-control-label::before {
    border-color: #dc3545; }

.was-validated .custom-control-input:invalid:checked ~ .custom-control-label::before, .custom-control-input.is-invalid:checked ~ .custom-control-label::before {
  border-color: #e4606d;
  background-color: #e4606d; }

.was-validated .custom-control-input:invalid:focus ~ .custom-control-label::before, .custom-control-input.is-invalid:focus ~ .custom-control-label::before {
  box-shadow: 0 0 0 0.2rem rgba(220, 53, 69, 0.25); }

.was-validated .custom-control-input:invalid:focus:not(:checked) ~ .custom-control-label::before, .custom-control-input.is-invalid:focus:not(:checked) ~ .custom-control-label::before {
  border-color: #dc3545; }

.was-validated .custom-file-input:invalid ~ .custom-file-label, .custom-file-input.is-invalid ~ .custom-file-label {
  border-color: #dc3545; }

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

.form-inline {
  display: flex;
  flex-flow: row wrap;
  align-items: center; }
  .form-inline .form-check {
    width: 100%; }
  @media (min-width: 576px) {
    .form-inline label {
      display: flex;
      align-items: center;
      justify-content: center;
      margin-bottom: 0; }
    .form-inline .form-group {
      display: flex;
      flex: 0 0 auto;
      flex-flow: row wrap;
      align-items: center;
      margin-bottom: 0; }
    .form-inline .form-control, .form-inline .webform-submission-form select.form-select, .webform-submission-form .form-inline select.form-select, .form-inline .view-directory select.form-select, .view-directory .form-inline select.form-select {
      display: inline-block;
      width: auto;
      vertical-align: middle; }
    .form-inline .form-control-plaintext {
      display: inline-block; }
    .form-inline .input-group,
    .form-inline .custom-select {
      width: auto; }
    .form-inline .form-check {
      display: flex;
      align-items: center;
      justify-content: center;
      width: auto;
      padding-left: 0; }
    .form-inline .form-check-input {
      position: relative;
      flex-shrink: 0;
      margin-top: 0;
      margin-right: 0.25rem;
      margin-left: 0; }
    .form-inline .custom-control {
      align-items: center;
      justify-content: center; }
    .form-inline .custom-control-label {
      margin-bottom: 0; } }

.container {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }
  @media (min-width: 576px) {
    .container {
      max-width: 540px; } }
  @media (min-width: 768px) {
    .container {
      max-width: 720px; } }
  @media (min-width: 880px) {
    .container {
      max-width: 840px; } }
  @media (min-width: 992px) {
    .container {
      max-width: 960px; } }
  @media (min-width: 1200px) {
    .container {
      max-width: 1140px; } }
  @media (min-width: 1460px) {
    .container {
      max-width: 1400px; } }

.container-fluid, .container-sm, .container-md, .container-mdlg, .container-lg, .container-xl, .container-xxl {
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }

@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }

@media (min-width: 880px) {
  .container, .container-sm, .container-md, .container-mdlg {
    max-width: 840px; } }

@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-mdlg, .container-lg {
    max-width: 960px; } }

@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-mdlg, .container-lg, .container-xl {
    max-width: 1140px; } }

@media (min-width: 1460px) {
  .container, .container-sm, .container-md, .container-mdlg, .container-lg, .container-xl, .container-xxl {
    max-width: 1400px; } }

.row, .by-the-numbers .field--name-field-content, .by-the-numbers.two-thirds .field--name-field-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.no-gutters {
  margin-right: 0;
  margin-left: 0; }
  .no-gutters > .col,
  .no-gutters > [class*="col-"] {
    padding-right: 0;
    padding-left: 0; }

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .spotlight-gallery.filtered-view nav.pager, .col-embed_person-5 .embed-person .row .embed-person--image, .col-embed_person-5 .embed-person .by-the-numbers .field--name-field-content .embed-person--image, .by-the-numbers .col-embed_person-5 .embed-person .field--name-field-content .embed-person--image,
.col-embed_person-4 .embed-person .row .embed-person--image,
.col-embed_person-4 .embed-person .by-the-numbers .field--name-field-content .embed-person--image, .by-the-numbers .col-embed_person-4 .embed-person .field--name-field-content .embed-person--image,
.embed-person-vertical .embed-person .row .embed-person--image,
.embed-person-vertical .embed-person .by-the-numbers .field--name-field-content .embed-person--image, .by-the-numbers .embed-person-vertical .embed-person .field--name-field-content .embed-person--image, .col-embed_person-5 .embed-person .row .embed-person--info, .col-embed_person-5 .embed-person .by-the-numbers .field--name-field-content .embed-person--info, .by-the-numbers .col-embed_person-5 .embed-person .field--name-field-content .embed-person--info,
.col-embed_person-4 .embed-person .row .embed-person--info,
.col-embed_person-4 .embed-person .by-the-numbers .field--name-field-content .embed-person--info, .by-the-numbers .col-embed_person-4 .embed-person .field--name-field-content .embed-person--info,
.embed-person-vertical .embed-person .row .embed-person--info,
.embed-person-vertical .embed-person .by-the-numbers .field--name-field-content .embed-person--info, .by-the-numbers .embed-person-vertical .embed-person .field--name-field-content .embed-person--info, .col-embed_person-5 .embed-person .row .embed-person--extra-text, .col-embed_person-5 .embed-person .by-the-numbers .field--name-field-content .embed-person--extra-text, .by-the-numbers .col-embed_person-5 .embed-person .field--name-field-content .embed-person--extra-text,
.col-embed_person-4 .embed-person .row .embed-person--extra-text,
.col-embed_person-4 .embed-person .by-the-numbers .field--name-field-content .embed-person--extra-text, .by-the-numbers .col-embed_person-4 .embed-person .field--name-field-content .embed-person--extra-text,
.embed-person-vertical .embed-person .row .embed-person--extra-text,
.embed-person-vertical .embed-person .by-the-numbers .field--name-field-content .embed-person--extra-text, .by-the-numbers .embed-person-vertical .embed-person .field--name-field-content .embed-person--extra-text, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .image-card-thirds:not(.smaller-image) .image-card .image-card--text, .image-card-thirds.smaller-image .image-card .image-card--image, .col-md-5, .col-md-6, .image-card-halves .image-card .image-card--image,
.image-card-halves .image-card .image-card--text, .col-md-7, .col-md-8, .image-card-thirds:not(.smaller-image) .image-card .image-card--image, .image-card-thirds.smaller-image .image-card .image-card--text, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-mdlg-1, .col-mdlg-2, .col-mdlg-3, .by-the-numbers .field--name-field-content table + p, .col-mdlg-4, .by-the-numbers.two-thirds .field--name-field-content table + p, .col-mdlg-5, .col-mdlg-6, .col-mdlg-7, .col-mdlg-8, .by-the-numbers.two-thirds .field--name-field-content table, .col-mdlg-9, .by-the-numbers .field--name-field-content table, .col-mdlg-10, .col-mdlg-11, .col-mdlg-12, .by-the-numbers.full-width .field--name-field-content table, .col-mdlg,
.col-mdlg-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, #progress-navigation--sidebar--content .testimonial.testimonial--columns--3col .right-column, .col-lg-6, #progress-navigation--sidebar--content .testimonial.testimonial--columns--3col .left-column, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, #progress-navigation--sidebar--content .testimonial.testimonial--columns--3col .middle-column, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto, .col-xxl-1, .col-xxl-2, .col-xxl-3, .col-xxl-4, .col-xxl-5, .col-xxl-6, .col-xxl-7, .col-xxl-8, .col-xxl-9, .col-xxl-10, .col-xxl-11, .col-xxl-12, .col-xxl,
.col-xxl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }

.col {
  flex-basis: 0;
  flex-grow: 1;
  max-width: 100%; }

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

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

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

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

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

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

.col-auto {
  flex: 0 0 auto;
  width: auto;
  max-width: 100%; }

.col-1 {
  flex: 0 0 8.33333%;
  max-width: 8.33333%; }

.col-2 {
  flex: 0 0 16.66667%;
  max-width: 16.66667%; }

.col-3 {
  flex: 0 0 25%;
  max-width: 25%; }

.col-4 {
  flex: 0 0 33.33333%;
  max-width: 33.33333%; }

.col-5 {
  flex: 0 0 41.66667%;
  max-width: 41.66667%; }

.col-6 {
  flex: 0 0 50%;
  max-width: 50%; }

.col-7 {
  flex: 0 0 58.33333%;
  max-width: 58.33333%; }

.col-8 {
  flex: 0 0 66.66667%;
  max-width: 66.66667%; }

.col-9 {
  flex: 0 0 75%;
  max-width: 75%; }

.col-10 {
  flex: 0 0 83.33333%;
  max-width: 83.33333%; }

.col-11 {
  flex: 0 0 91.66667%;
  max-width: 91.66667%; }

.col-12, .spotlight-gallery.filtered-view nav.pager, .col-embed_person-5 .embed-person .row .embed-person--image, .col-embed_person-5 .embed-person .by-the-numbers .field--name-field-content .embed-person--image, .by-the-numbers .col-embed_person-5 .embed-person .field--name-field-content .embed-person--image,
.col-embed_person-4 .embed-person .row .embed-person--image,
.col-embed_person-4 .embed-person .by-the-numbers .field--name-field-content .embed-person--image, .by-the-numbers .col-embed_person-4 .embed-person .field--name-field-content .embed-person--image,
.embed-person-vertical .embed-person .row .embed-person--image,
.embed-person-vertical .embed-person .by-the-numbers .field--name-field-content .embed-person--image, .by-the-numbers .embed-person-vertical .embed-person .field--name-field-content .embed-person--image, .col-embed_person-5 .embed-person .row .embed-person--info, .col-embed_person-5 .embed-person .by-the-numbers .field--name-field-content .embed-person--info, .by-the-numbers .col-embed_person-5 .embed-person .field--name-field-content .embed-person--info,
.col-embed_person-4 .embed-person .row .embed-person--info,
.col-embed_person-4 .embed-person .by-the-numbers .field--name-field-content .embed-person--info, .by-the-numbers .col-embed_person-4 .embed-person .field--name-field-content .embed-person--info,
.embed-person-vertical .embed-person .row .embed-person--info,
.embed-person-vertical .embed-person .by-the-numbers .field--name-field-content .embed-person--info, .by-the-numbers .embed-person-vertical .embed-person .field--name-field-content .embed-person--info, .col-embed_person-5 .embed-person .row .embed-person--extra-text, .col-embed_person-5 .embed-person .by-the-numbers .field--name-field-content .embed-person--extra-text, .by-the-numbers .col-embed_person-5 .embed-person .field--name-field-content .embed-person--extra-text,
.col-embed_person-4 .embed-person .row .embed-person--extra-text,
.col-embed_person-4 .embed-person .by-the-numbers .field--name-field-content .embed-person--extra-text, .by-the-numbers .col-embed_person-4 .embed-person .field--name-field-content .embed-person--extra-text,
.embed-person-vertical .embed-person .row .embed-person--extra-text,
.embed-person-vertical .embed-person .by-the-numbers .field--name-field-content .embed-person--extra-text, .by-the-numbers .embed-person-vertical .embed-person .field--name-field-content .embed-person--extra-text {
  flex: 0 0 100%;
  max-width: 100%; }

.order-first {
  order: -1; }

.order-last {
  order: 13; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

.order-7 {
  order: 7; }

.order-8 {
  order: 8; }

.order-9 {
  order: 9; }

.order-10 {
  order: 10; }

.order-11 {
  order: 11; }

.order-12 {
  order: 12; }

.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%; }

@media (min-width: 576px) {
  .col-sm {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-sm-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-sm-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-sm-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-sm-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-sm-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-sm-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-sm-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-sm-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-sm-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-sm-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-sm-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-sm-8, .spotlight-gallery.filtered-view nav.pager {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-sm-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-sm-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-sm-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-sm-first {
    order: -1; }
  .order-sm-last {
    order: 13; }
  .order-sm-0 {
    order: 0; }
  .order-sm-1 {
    order: 1; }
  .order-sm-2 {
    order: 2; }
  .order-sm-3 {
    order: 3; }
  .order-sm-4 {
    order: 4; }
  .order-sm-5 {
    order: 5; }
  .order-sm-6 {
    order: 6; }
  .order-sm-7 {
    order: 7; }
  .order-sm-8 {
    order: 8; }
  .order-sm-9 {
    order: 9; }
  .order-sm-10 {
    order: 10; }
  .order-sm-11 {
    order: 11; }
  .order-sm-12 {
    order: 12; }
  .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, .spotlight-gallery.filtered-view nav.pager {
    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%; } }

@media (min-width: 768px) {
  .col-md {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-md-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-md-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-md-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-md-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-md-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-md-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-md-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-md-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-md-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-md-4, .image-card-thirds:not(.smaller-image) .image-card .image-card--text, .image-card-thirds.smaller-image .image-card .image-card--image {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-md-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-md-6, .image-card-halves .image-card .image-card--image,
  .image-card-halves .image-card .image-card--text {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-md-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-md-8, .image-card-thirds:not(.smaller-image) .image-card .image-card--image, .image-card-thirds.smaller-image .image-card .image-card--text {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-md-9, .spotlight-gallery.filtered-view nav.pager {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-md-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-md-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-md-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-md-first {
    order: -1; }
  .order-md-last {
    order: 13; }
  .order-md-0 {
    order: 0; }
  .order-md-1 {
    order: 1; }
  .order-md-2 {
    order: 2; }
  .order-md-3 {
    order: 3; }
  .order-md-4 {
    order: 4; }
  .order-md-5 {
    order: 5; }
  .order-md-6 {
    order: 6; }
  .order-md-7 {
    order: 7; }
  .order-md-8 {
    order: 8; }
  .order-md-9 {
    order: 9; }
  .order-md-10 {
    order: 10; }
  .order-md-11 {
    order: 11; }
  .order-md-12 {
    order: 12; }
  .offset-md-0 {
    margin-left: 0; }
  .offset-md-1 {
    margin-left: 8.33333%; }
  .offset-md-2 {
    margin-left: 16.66667%; }
  .offset-md-3, .spotlight-gallery.filtered-view nav.pager {
    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%; } }

@media (min-width: 880px) {
  .col-mdlg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-mdlg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-mdlg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-mdlg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-mdlg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-mdlg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-mdlg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-mdlg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-mdlg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-mdlg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-mdlg-3, .by-the-numbers .field--name-field-content table + p {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-mdlg-4, .by-the-numbers.two-thirds .field--name-field-content table + p {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-mdlg-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-mdlg-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-mdlg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-mdlg-8, .by-the-numbers.two-thirds .field--name-field-content table {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-mdlg-9, .by-the-numbers .field--name-field-content table {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-mdlg-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-mdlg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-mdlg-12, .by-the-numbers.full-width .field--name-field-content table {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-mdlg-first {
    order: -1; }
  .order-mdlg-last {
    order: 13; }
  .order-mdlg-0 {
    order: 0; }
  .order-mdlg-1 {
    order: 1; }
  .order-mdlg-2 {
    order: 2; }
  .order-mdlg-3 {
    order: 3; }
  .order-mdlg-4 {
    order: 4; }
  .order-mdlg-5 {
    order: 5; }
  .order-mdlg-6 {
    order: 6; }
  .order-mdlg-7 {
    order: 7; }
  .order-mdlg-8 {
    order: 8; }
  .order-mdlg-9 {
    order: 9; }
  .order-mdlg-10 {
    order: 10; }
  .order-mdlg-11 {
    order: 11; }
  .order-mdlg-12 {
    order: 12; }
  .offset-mdlg-0 {
    margin-left: 0; }
  .offset-mdlg-1 {
    margin-left: 8.33333%; }
  .offset-mdlg-2 {
    margin-left: 16.66667%; }
  .offset-mdlg-3 {
    margin-left: 25%; }
  .offset-mdlg-4 {
    margin-left: 33.33333%; }
  .offset-mdlg-5 {
    margin-left: 41.66667%; }
  .offset-mdlg-6 {
    margin-left: 50%; }
  .offset-mdlg-7 {
    margin-left: 58.33333%; }
  .offset-mdlg-8 {
    margin-left: 66.66667%; }
  .offset-mdlg-9 {
    margin-left: 75%; }
  .offset-mdlg-10 {
    margin-left: 83.33333%; }
  .offset-mdlg-11 {
    margin-left: 91.66667%; } }

@media (min-width: 992px) {
  .col-lg {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-lg-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-lg-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-lg-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-lg-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-lg-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-lg-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-lg-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-lg-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-lg-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-lg-5, #progress-navigation--sidebar--content .testimonial.testimonial--columns--3col .right-column {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-lg-6, #progress-navigation--sidebar--content .testimonial.testimonial--columns--3col .left-column {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-lg-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-lg-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-lg-10, #progress-navigation--sidebar--content .testimonial.testimonial--columns--3col .middle-column {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-lg-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-lg-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-lg-first {
    order: -1; }
  .order-lg-last {
    order: 13; }
  .order-lg-0 {
    order: 0; }
  .order-lg-1 {
    order: 1; }
  .order-lg-2, #progress-navigation--sidebar--content .testimonial.testimonial--columns--3col .right-column {
    order: 2; }
  .order-lg-3, #progress-navigation--sidebar--content .testimonial.testimonial--columns--3col .middle-column {
    order: 3; }
  .order-lg-4 {
    order: 4; }
  .order-lg-5 {
    order: 5; }
  .order-lg-6 {
    order: 6; }
  .order-lg-7 {
    order: 7; }
  .order-lg-8 {
    order: 8; }
  .order-lg-9 {
    order: 9; }
  .order-lg-10 {
    order: 10; }
  .order-lg-11 {
    order: 11; }
  .order-lg-12 {
    order: 12; }
  .offset-lg-0 {
    margin-left: 0; }
  .offset-lg-1, #progress-navigation--sidebar--content .testimonial.testimonial--columns--3col .middle-column, #progress-navigation--sidebar--content .testimonial.testimonial--columns--3col .right-column {
    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%; } }

@media (min-width: 1200px) {
  .col-xl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xl-first {
    order: -1; }
  .order-xl-last {
    order: 13; }
  .order-xl-0 {
    order: 0; }
  .order-xl-1 {
    order: 1; }
  .order-xl-2 {
    order: 2; }
  .order-xl-3 {
    order: 3; }
  .order-xl-4 {
    order: 4; }
  .order-xl-5 {
    order: 5; }
  .order-xl-6 {
    order: 6; }
  .order-xl-7 {
    order: 7; }
  .order-xl-8 {
    order: 8; }
  .order-xl-9 {
    order: 9; }
  .order-xl-10 {
    order: 10; }
  .order-xl-11 {
    order: 11; }
  .order-xl-12 {
    order: 12; }
  .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%; } }

@media (min-width: 1460px) {
  .col-xxl {
    flex-basis: 0;
    flex-grow: 1;
    max-width: 100%; }
  .row-cols-xxl-1 > * {
    flex: 0 0 100%;
    max-width: 100%; }
  .row-cols-xxl-2 > * {
    flex: 0 0 50%;
    max-width: 50%; }
  .row-cols-xxl-3 > * {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .row-cols-xxl-4 > * {
    flex: 0 0 25%;
    max-width: 25%; }
  .row-cols-xxl-5 > * {
    flex: 0 0 20%;
    max-width: 20%; }
  .row-cols-xxl-6 > * {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto;
    max-width: 100%; }
  .col-xxl-1 {
    flex: 0 0 8.33333%;
    max-width: 8.33333%; }
  .col-xxl-2 {
    flex: 0 0 16.66667%;
    max-width: 16.66667%; }
  .col-xxl-3 {
    flex: 0 0 25%;
    max-width: 25%; }
  .col-xxl-4 {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .col-xxl-5 {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; }
  .col-xxl-6 {
    flex: 0 0 50%;
    max-width: 50%; }
  .col-xxl-7 {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; }
  .col-xxl-8 {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .col-xxl-9 {
    flex: 0 0 75%;
    max-width: 75%; }
  .col-xxl-10 {
    flex: 0 0 83.33333%;
    max-width: 83.33333%; }
  .col-xxl-11 {
    flex: 0 0 91.66667%;
    max-width: 91.66667%; }
  .col-xxl-12 {
    flex: 0 0 100%;
    max-width: 100%; }
  .order-xxl-first {
    order: -1; }
  .order-xxl-last {
    order: 13; }
  .order-xxl-0 {
    order: 0; }
  .order-xxl-1 {
    order: 1; }
  .order-xxl-2 {
    order: 2; }
  .order-xxl-3 {
    order: 3; }
  .order-xxl-4 {
    order: 4; }
  .order-xxl-5 {
    order: 5; }
  .order-xxl-6 {
    order: 6; }
  .order-xxl-7 {
    order: 7; }
  .order-xxl-8 {
    order: 8; }
  .order-xxl-9 {
    order: 9; }
  .order-xxl-10 {
    order: 10; }
  .order-xxl-11 {
    order: 11; }
  .order-xxl-12 {
    order: 12; }
  .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%; } }

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #fff;
  border: 1px solid #dee2e6;
  border-radius: 0;
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

.figure-img {
  margin-bottom: 0.5rem;
  line-height: 1; }

.figure-caption {
  font-size: 90%;
  color: #6c757d; }

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%; }
  .input-group > .form-control, .webform-submission-form .input-group > select.form-select, .view-directory .input-group > select.form-select,
  .input-group > .form-control-plaintext,
  .input-group > .custom-select,
  .input-group > .custom-file {
    position: relative;
    flex: 1 1 0%;
    min-width: 0;
    margin-bottom: 0; }
    .input-group > .form-control + .form-control, .webform-submission-form .input-group > select.form-select + .form-control, .view-directory .input-group > select.form-select + .form-control, .webform-submission-form .input-group > .form-control + select.form-select, .webform-submission-form .input-group > select.form-select + select.form-select, .view-directory .input-group > .form-control + select.form-select, .view-directory .input-group > select.form-select + select.form-select,
    .input-group > .form-control + .custom-select,
    .webform-submission-form .input-group > select.form-select + .custom-select,
    .view-directory .input-group > select.form-select + .custom-select,
    .input-group > .form-control + .custom-file,
    .webform-submission-form .input-group > select.form-select + .custom-file,
    .view-directory .input-group > select.form-select + .custom-file,
    .input-group > .form-control-plaintext + .form-control,
    .webform-submission-form .input-group > .form-control-plaintext + select.form-select,
    .view-directory .input-group > .form-control-plaintext + select.form-select,
    .input-group > .form-control-plaintext + .custom-select,
    .input-group > .form-control-plaintext + .custom-file,
    .input-group > .custom-select + .form-control,
    .webform-submission-form .input-group > .custom-select + select.form-select,
    .view-directory .input-group > .custom-select + select.form-select,
    .input-group > .custom-select + .custom-select,
    .input-group > .custom-select + .custom-file,
    .input-group > .custom-file + .form-control,
    .webform-submission-form .input-group > .custom-file + select.form-select,
    .view-directory .input-group > .custom-file + select.form-select,
    .input-group > .custom-file + .custom-select,
    .input-group > .custom-file + .custom-file {
      margin-left: -1px; }
  .input-group > .form-control:focus, .webform-submission-form .input-group > select.form-select:focus, .view-directory .input-group > select.form-select:focus,
  .input-group > .custom-select:focus,
  .input-group > .custom-file .custom-file-input:focus ~ .custom-file-label {
    z-index: 3; }
  .input-group > .custom-file .custom-file-input:focus {
    z-index: 4; }
  .input-group > .form-control:not(:last-child), .webform-submission-form .input-group > select.form-select:not(:last-child), .view-directory .input-group > select.form-select:not(:last-child),
  .input-group > .custom-select:not(:last-child) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0; }
  .input-group > .form-control:not(:first-child), .webform-submission-form .input-group > select.form-select:not(:first-child), .view-directory .input-group > select.form-select:not(:first-child),
  .input-group > .custom-select:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0; }
  .input-group > .custom-file {
    display: flex;
    align-items: center; }
    .input-group > .custom-file:not(:last-child) .custom-file-label,
    .input-group > .custom-file:not(:last-child) .custom-file-label::after {
      border-top-right-radius: 0;
      border-bottom-right-radius: 0; }
    .input-group > .custom-file:not(:first-child) .custom-file-label {
      border-top-left-radius: 0;
      border-bottom-left-radius: 0; }

.input-group-prepend,
.input-group-append {
  display: flex; }
  .input-group-prepend .btn,
  .input-group-append .btn {
    position: relative;
    z-index: 2; }
    .input-group-prepend .btn:focus,
    .input-group-append .btn:focus {
      z-index: 3; }
  .input-group-prepend .btn + .btn,
  .input-group-prepend .btn + .input-group-text,
  .input-group-prepend .input-group-text + .input-group-text,
  .input-group-prepend .input-group-text + .btn,
  .input-group-append .btn + .btn,
  .input-group-append .btn + .input-group-text,
  .input-group-append .input-group-text + .input-group-text,
  .input-group-append .input-group-text + .btn {
    margin-left: -1px; }

.input-group-prepend {
  margin-right: -1px; }

.input-group-append {
  margin-left: -1px; }

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: black;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 2px; }
  .input-group-text input[type="radio"],
  .input-group-text input[type="checkbox"] {
    margin-top: 0; }

.input-group-lg > .form-control:not(textarea), .webform-submission-form .input-group-lg > select.form-select:not(textarea), .view-directory .input-group-lg > select.form-select:not(textarea),
.input-group-lg > .custom-select {
  height: calc(1.5em + 1.25rem + 2px); }

.input-group-lg > .form-control, .webform-submission-form .input-group-lg > select.form-select, .view-directory .input-group-lg > select.form-select,
.input-group-lg > .custom-select,
.input-group-lg > .input-group-prepend > .input-group-text,
.input-group-lg > .input-group-append > .input-group-text,
.input-group-lg > .input-group-prepend > .btn,
.input-group-lg > .input-group-append > .btn {
  padding: 0.625rem 1.25rem;
  font-size: 1.167rem;
  line-height: 1.5;
  border-radius: 0; }

.input-group-sm > .form-control:not(textarea), .webform-submission-form .input-group-sm > select.form-select:not(textarea), .view-directory .input-group-sm > select.form-select:not(textarea),
.input-group-sm > .custom-select {
  height: calc(1.5em + 1rem + 2px); }

.input-group-sm > .form-control, .webform-submission-form .input-group-sm > select.form-select, .view-directory .input-group-sm > select.form-select,
.input-group-sm > .custom-select,
.input-group-sm > .input-group-prepend > .input-group-text,
.input-group-sm > .input-group-append > .input-group-text,
.input-group-sm > .input-group-prepend > .btn,
.input-group-sm > .input-group-append > .btn {
  padding: 0.5rem 1rem;
  font-size: 0.875rem;
  line-height: 1.5;
  border-radius: 0; }

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

.input-group > .input-group-prepend > .btn,
.input-group > .input-group-prepend > .input-group-text,
.input-group > .input-group-append:not(:last-child) > .btn,
.input-group > .input-group-append:not(:last-child) > .input-group-text,
.input-group > .input-group-append:last-child > .btn:not(:last-child):not(.dropdown-toggle),
.input-group > .input-group-append:last-child > .input-group-text:not(:last-child) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.input-group > .input-group-append > .btn,
.input-group > .input-group-append > .input-group-text,
.input-group > .input-group-prepend:not(:first-child) > .btn,
.input-group > .input-group-prepend:not(:first-child) > .input-group-text,
.input-group > .input-group-prepend:first-child > .btn:not(:first-child),
.input-group > .input-group-prepend:first-child > .input-group-text:not(:first-child) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.jumbotron {
  padding: 2rem 1rem;
  margin-bottom: 2rem;
  background-color: #e9ecef;
  border-radius: 0; }
  @media (min-width: 576px) {
    .jumbotron {
      padding: 4rem 2rem; } }

.jumbotron-fluid {
  padding-right: 0;
  padding-left: 0;
  border-radius: 0; }

.list-group {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0; }

.list-group-item-action {
  width: 100%;
  color: #495057;
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: #495057;
    text-decoration: none;
    background-color: #f8f9fa; }
  .list-group-item-action:active {
    color: #212529;
    background-color: #e9ecef; }

.list-group-item {
  position: relative;
  display: block;
  padding: 0.75rem 1.25rem;
  background-color: #fff;
  border: 1px solid rgba(0, 0, 0, 0.125); }
  .list-group-item:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
  .list-group-item:last-child {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: #6c757d;
    pointer-events: none;
    background-color: #fff; }
  .list-group-item.active {
    z-index: 2;
    color: #fff;
    background-color: #F76902;
    border-color: #F76902; }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: -1px;
      border-top-width: 1px; }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal .list-group-item:first-child {
    border-bottom-left-radius: 0;
    border-top-right-radius: 0; }
  .list-group-horizontal .list-group-item:last-child {
    border-top-right-radius: 0;
    border-bottom-left-radius: 0; }
  .list-group-horizontal .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0; }
    .list-group-horizontal .list-group-item + .list-group-item.active {
      margin-left: -1px;
      border-left-width: 1px; }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-md .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 880px) {
  .list-group-horizontal-mdlg {
    flex-direction: row; }
    .list-group-horizontal-mdlg .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-mdlg .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-mdlg .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-mdlg .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-mdlg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

@media (min-width: 1460px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl .list-group-item + .list-group-item.active {
        margin-left: -1px;
        border-left-width: 1px; } }

.list-group-flush .list-group-item {
  border-right-width: 0;
  border-left-width: 0;
  border-radius: 0; }
  .list-group-flush .list-group-item:first-child {
    border-top-width: 0; }

.list-group-flush:last-child .list-group-item:last-child {
  border-bottom-width: 0; }

.list-group-item-primary {
  color: #803701;
  background-color: #fdd5b8; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #803701;
    background-color: #fcc69f; }
  .list-group-item-primary.list-group-item-action.active {
    color: #fff;
    background-color: #803701;
    border-color: #803701; }

.list-group-item-secondary {
  color: #383d41;
  background-color: #d6d8db; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #383d41;
    background-color: #c8cbcf; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #fff;
    background-color: #383d41;
    border-color: #383d41; }

.list-group-item-success {
  color: #155724;
  background-color: #c3e6cb; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #155724;
    background-color: #b1dfbb; }
  .list-group-item-success.list-group-item-action.active {
    color: #fff;
    background-color: #155724;
    border-color: #155724; }

.list-group-item-info {
  color: #0c5460;
  background-color: #bee5eb; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #0c5460;
    background-color: #abdde5; }
  .list-group-item-info.list-group-item-action.active {
    color: #fff;
    background-color: #0c5460;
    border-color: #0c5460; }

.list-group-item-warning {
  color: #856404;
  background-color: #ffeeba; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #856404;
    background-color: #ffe8a1; }
  .list-group-item-warning.list-group-item-action.active {
    color: #fff;
    background-color: #856404;
    border-color: #856404; }

.list-group-item-danger {
  color: #721c24;
  background-color: #f5c6cb; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #721c24;
    background-color: #f1b0b7; }
  .list-group-item-danger.list-group-item-action.active {
    color: #fff;
    background-color: #721c24;
    border-color: #721c24; }

.list-group-item-light {
  color: #7c7c7c;
  background-color: #fafafa; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #7c7c7c;
    background-color: #ededed; }
  .list-group-item-light.list-group-item-action.active {
    color: #fff;
    background-color: #7c7c7c;
    border-color: #7c7c7c; }

.list-group-item-dark {
  color: #1b1e21;
  background-color: #c6c8ca; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1b1e21;
    background-color: #b9bbbe; }
  .list-group-item-dark.list-group-item-action.active {
    color: #fff;
    background-color: #1b1e21;
    border-color: #1b1e21; }

.list-group-item-rit-orange {
  color: #803701;
  background-color: #fdd5b8; }
  .list-group-item-rit-orange.list-group-item-action:hover, .list-group-item-rit-orange.list-group-item-action:focus {
    color: #803701;
    background-color: #fcc69f; }
  .list-group-item-rit-orange.list-group-item-action.active {
    color: #fff;
    background-color: #803701;
    border-color: #803701; }

.list-group-item-wcag-orange {
  color: #672b00;
  background-color: #efcfb8; }
  .list-group-item-wcag-orange.list-group-item-action:hover, .list-group-item-wcag-orange.list-group-item-action:focus {
    color: #672b00;
    background-color: #eac1a3; }
  .list-group-item-wcag-orange.list-group-item-action.active {
    color: #fff;
    background-color: #672b00;
    border-color: #672b00; }

.media {
  display: flex;
  align-items: flex-start; }

.media-body {
  flex: 1; }

.modal-open {
  overflow: hidden; }
  .modal-open .modal {
    overflow-x: hidden;
    overflow-y: auto; }

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0; }

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    transition: transform 0.3s ease-out;
    transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        transition: none; } }
  .modal.show .modal-dialog {
    transform: none; }
  .modal.modal-static .modal-dialog {
    transform: scale(1.02); }

.modal-dialog-scrollable {
  display: flex;
  max-height: calc(100% - 1rem); }
  .modal-dialog-scrollable .modal-content {
    max-height: calc(100vh - 1rem);
    overflow: hidden; }
  .modal-dialog-scrollable .modal-header,
  .modal-dialog-scrollable .modal-footer {
    flex-shrink: 0; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - 1rem); }
  .modal-dialog-centered::before {
    display: block;
    height: calc(100vh - 1rem);
    content: ""; }
  .modal-dialog-centered.modal-dialog-scrollable {
    flex-direction: column;
    justify-content: center;
    height: 100%; }
    .modal-dialog-centered.modal-dialog-scrollable .modal-content {
      max-height: none; }
    .modal-dialog-centered.modal-dialog-scrollable::before {
      content: none; }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  pointer-events: auto;
  background-color: #fff;
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 0;
  outline: 0; }

.modal-backdrop {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1040;
  width: 100vw;
  height: 100vh;
  background-color: #000; }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: 0.5; }

.modal-header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: -1px;
  border-top-right-radius: -1px; }
  .modal-header .close {
    padding: 1rem 1rem;
    margin: -1rem -1rem -1rem auto; }

.modal-title {
  margin-bottom: 0;
  line-height: 1.5; }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: 1rem; }

.modal-footer {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: 0.75rem;
  border-top: 1px solid #dee2e6;
  border-bottom-right-radius: -1px;
  border-bottom-left-radius: -1px; }
  .modal-footer > * {
    margin: 0.25rem; }

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  width: 50px;
  height: 50px;
  overflow: scroll; }

@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto; }
  .modal-dialog-scrollable {
    max-height: calc(100% - 3.5rem); }
    .modal-dialog-scrollable .modal-content {
      max-height: calc(100vh - 3.5rem); }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem); }
    .modal-dialog-centered::before {
      height: calc(100vh - 3.5rem); }
  .modal-sm {
    max-width: 300px; } }

@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px; } }

.nav {
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: 0.5rem 1rem; }
  .nav-link:hover, .nav-link:focus {
    text-decoration: none; }
  .nav-link.disabled {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  border-bottom: 1px solid #dee2e6; }
  .nav-tabs .nav-item {
    margin-bottom: -1px; }
  .nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      border-color: #e9ecef #e9ecef #dee2e6; }
    .nav-tabs .nav-link.disabled {
      color: #6c757d;
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: #495057;
    background-color: #fff;
    border-color: #dee2e6 #dee2e6 #fff; }
  .nav-tabs .dropdown-menu {
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills .nav-link {
  border-radius: 0; }

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  color: #fff;
  background-color: #F76902; }

.nav-fill .nav-item {
  flex: 1 1 auto;
  text-align: center; }

.nav-justified .nav-item {
  flex-basis: 0;
  flex-grow: 1;
  text-align: center; }

.tab-content > .tab-pane {
  display: none; }

.tab-content > .active {
  display: block; }

.pagination {
  display: flex;
  padding-left: 0;
  list-style: none;
  border-radius: 0; }

.page-link {
  position: relative;
  display: block;
  padding: 0.5rem 0.75rem;
  margin-left: -1px;
  line-height: 1.25;
  color: #F76902;
  background-color: #fff;
  border: 1px solid #dee2e6; }
  .page-link:hover {
    z-index: 2;
    color: #ab4901;
    text-decoration: none;
    background-color: #e9ecef;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(247, 105, 2, 0.25); }

.page-item:first-child .page-link {
  margin-left: 0;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.page-item.active .page-link {
  z-index: 3;
  color: #fff;
  background-color: #F76902;
  border-color: #F76902; }

.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  cursor: auto;
  background-color: #fff;
  border-color: #dee2e6; }

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.167rem;
  line-height: 1.5; }

.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  line-height: 1.5; }

.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

@media print {
  *,
  *::before,
  *::after {
    text-shadow: none !important;
    box-shadow: none !important; }
  a:not(.btn) {
    text-decoration: underline; }
  abbr[title]::after {
    content: " (" attr(title) ")"; }
  pre {
    white-space: pre-wrap !important; }
  pre,
  blockquote {
    border: 1px solid #adb5bd;
    page-break-inside: avoid; }
  thead {
    display: table-header-group; }
  tr,
  img {
    page-break-inside: avoid; }
  p,
  h2,
  h3 {
    orphans: 3;
    widows: 3; }
  h2,
  h3 {
    page-break-after: avoid; }
  @page {
    size: a3; }
  body {
    min-width: 992px !important; }
  .container {
    min-width: 992px !important; }
  .navbar {
    display: none; }
  .badge {
    border: 1px solid #000; }
  .table {
    border-collapse: collapse !important; }
    .table td,
    .table th {
      background-color: #fff !important; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6 !important; }
  .table-dark {
    color: inherit; }
    .table-dark th,
    .table-dark td,
    .table-dark thead th,
    .table-dark tbody + tbody {
      border-color: #dee2e6; }
  .table .thead-dark th {
    color: inherit;
    border-color: #dee2e6; } }

@keyframes progress-bar-stripes {
  from {
    background-position: 1rem 0; }
  to {
    background-position: 0 0; } }

.progress {
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #e9ecef;
  border-radius: 0; }

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #F76902;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      transition: none; } }

.progress-bar-striped {
  background-image: linear-gradient(45deg, rgba(255, 255, 255, 0.15) 25%, transparent 25%, transparent 50%, rgba(255, 255, 255, 0.15) 50%, rgba(255, 255, 255, 0.15) 75%, transparent 75%, transparent);
  background-size: 1rem 1rem; }

.progress-bar-animated {
  animation: progress-bar-stripes 1s linear infinite; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar-animated {
      animation: none; } }

@keyframes spinner-border {
  to {
    transform: rotate(360deg); } }

.spinner-border {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  border: 0.25em solid currentColor;
  border-right-color: transparent;
  border-radius: 50%;
  animation: spinner-border .75s linear infinite; }

.spinner-border-sm {
  width: 1rem;
  height: 1rem;
  border-width: 0.2em; }

@keyframes spinner-grow {
  0% {
    transform: scale(0); }
  50% {
    opacity: 1; } }

.spinner-grow {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  vertical-align: text-bottom;
  background-color: currentColor;
  border-radius: 50%;
  opacity: 0;
  animation: spinner-grow .75s linear infinite; }

.spinner-grow-sm {
  width: 1rem;
  height: 1rem; }

.table {
  width: 100%;
  margin-bottom: 1rem;
  color: #212529; }
  .table th,
  .table td {
    padding: 0.75rem;
    vertical-align: top;
    border-top: 1px solid #dee2e6; }
  .table thead th {
    vertical-align: bottom;
    border-bottom: 2px solid #dee2e6; }
  .table tbody + tbody {
    border-top: 2px solid #dee2e6; }

.table-sm th,
.table-sm td {
  padding: 0.3rem; }

.table-bordered {
  border: 1px solid #dee2e6; }
  .table-bordered th,
  .table-bordered td {
    border: 1px solid #dee2e6; }
  .table-bordered thead th,
  .table-bordered thead td {
    border-bottom-width: 2px; }

.table-borderless th,
.table-borderless td,
.table-borderless thead th,
.table-borderless tbody + tbody {
  border: 0; }

.table-striped tbody tr:nth-of-type(odd) {
  background-color: rgba(0, 0, 0, 0.05); }

.table-hover tbody tr:hover {
  color: #212529;
  background-color: rgba(0, 0, 0, 0.075); }

.table-primary,
.table-primary > th,
.table-primary > td {
  background-color: #fdd5b8; }

.table-primary th,
.table-primary td,
.table-primary thead th,
.table-primary tbody + tbody {
  border-color: #fbb17b; }

.table-hover .table-primary:hover {
  background-color: #fcc69f; }
  .table-hover .table-primary:hover > td,
  .table-hover .table-primary:hover > th {
    background-color: #fcc69f; }

.table-secondary,
.table-secondary > th,
.table-secondary > td {
  background-color: #d6d8db; }

.table-secondary th,
.table-secondary td,
.table-secondary thead th,
.table-secondary tbody + tbody {
  border-color: #b3b7bb; }

.table-hover .table-secondary:hover {
  background-color: #c8cbcf; }
  .table-hover .table-secondary:hover > td,
  .table-hover .table-secondary:hover > th {
    background-color: #c8cbcf; }

.table-success,
.table-success > th,
.table-success > td {
  background-color: #c3e6cb; }

.table-success th,
.table-success td,
.table-success thead th,
.table-success tbody + tbody {
  border-color: #8fd19e; }

.table-hover .table-success:hover {
  background-color: #b1dfbb; }
  .table-hover .table-success:hover > td,
  .table-hover .table-success:hover > th {
    background-color: #b1dfbb; }

.table-info,
.table-info > th,
.table-info > td {
  background-color: #bee5eb; }

.table-info th,
.table-info td,
.table-info thead th,
.table-info tbody + tbody {
  border-color: #86cfda; }

.table-hover .table-info:hover {
  background-color: #abdde5; }
  .table-hover .table-info:hover > td,
  .table-hover .table-info:hover > th {
    background-color: #abdde5; }

.table-warning,
.table-warning > th,
.table-warning > td {
  background-color: #ffeeba; }

.table-warning th,
.table-warning td,
.table-warning thead th,
.table-warning tbody + tbody {
  border-color: #ffdf7e; }

.table-hover .table-warning:hover {
  background-color: #ffe8a1; }
  .table-hover .table-warning:hover > td,
  .table-hover .table-warning:hover > th {
    background-color: #ffe8a1; }

.table-danger,
.table-danger > th,
.table-danger > td {
  background-color: #f5c6cb; }

.table-danger th,
.table-danger td,
.table-danger thead th,
.table-danger tbody + tbody {
  border-color: #ed969e; }

.table-hover .table-danger:hover {
  background-color: #f1b0b7; }
  .table-hover .table-danger:hover > td,
  .table-hover .table-danger:hover > th {
    background-color: #f1b0b7; }

.table-light,
.table-light > th,
.table-light > td {
  background-color: #fafafa; }

.table-light th,
.table-light td,
.table-light thead th,
.table-light tbody + tbody {
  border-color: #f6f6f6; }

.table-hover .table-light:hover {
  background-color: #ededed; }
  .table-hover .table-light:hover > td,
  .table-hover .table-light:hover > th {
    background-color: #ededed; }

.table-dark,
.table-dark > th,
.table-dark > td {
  background-color: #c6c8ca; }

.table-dark th,
.table-dark td,
.table-dark thead th,
.table-dark tbody + tbody {
  border-color: #95999c; }

.table-hover .table-dark:hover {
  background-color: #b9bbbe; }
  .table-hover .table-dark:hover > td,
  .table-hover .table-dark:hover > th {
    background-color: #b9bbbe; }

.table-rit-orange,
.table-rit-orange > th,
.table-rit-orange > td {
  background-color: #fdd5b8; }

.table-rit-orange th,
.table-rit-orange td,
.table-rit-orange thead th,
.table-rit-orange tbody + tbody {
  border-color: #fbb17b; }

.table-hover .table-rit-orange:hover {
  background-color: #fcc69f; }
  .table-hover .table-rit-orange:hover > td,
  .table-hover .table-rit-orange:hover > th {
    background-color: #fcc69f; }

.table-wcag-orange,
.table-wcag-orange > th,
.table-wcag-orange > td {
  background-color: #efcfb8; }

.table-wcag-orange th,
.table-wcag-orange td,
.table-wcag-orange thead th,
.table-wcag-orange tbody + tbody {
  border-color: #e2a67a; }

.table-hover .table-wcag-orange:hover {
  background-color: #eac1a3; }
  .table-hover .table-wcag-orange:hover > td,
  .table-hover .table-wcag-orange:hover > th {
    background-color: #eac1a3; }

.table-active,
.table-active > th,
.table-active > td {
  background-color: rgba(0, 0, 0, 0.075); }

.table-hover .table-active:hover {
  background-color: rgba(0, 0, 0, 0.075); }
  .table-hover .table-active:hover > td,
  .table-hover .table-active:hover > th {
    background-color: rgba(0, 0, 0, 0.075); }

.table .thead-dark th {
  color: #fff;
  background-color: #343a40;
  border-color: #454d55; }

.table .thead-light th {
  color: #495057;
  background-color: #e9ecef;
  border-color: #dee2e6; }

.table-dark {
  color: #fff;
  background-color: #343a40; }
  .table-dark th,
  .table-dark td,
  .table-dark thead th {
    border-color: #454d55; }
  .table-dark.table-bordered {
    border: 0; }
  .table-dark.table-striped tbody tr:nth-of-type(odd) {
    background-color: rgba(255, 255, 255, 0.05); }
  .table-dark.table-hover tbody tr:hover {
    color: #fff;
    background-color: rgba(255, 255, 255, 0.075); }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-sm > .table-bordered {
      border: 0; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-md > .table-bordered {
      border: 0; } }

@media (max-width: 879.98px) {
  .table-responsive-mdlg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-mdlg > .table-bordered {
      border: 0; } }

@media (max-width: 991.98px) {
  .table-responsive-lg {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-lg > .table-bordered {
      border: 0; } }

@media (max-width: 1199.98px) {
  .table-responsive-xl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xl > .table-bordered {
      border: 0; } }

@media (max-width: 1459.98px) {
  .table-responsive-xxl {
    display: block;
    width: 100%;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; }
    .table-responsive-xxl > .table-bordered {
      border: 0; } }

.table-responsive {
  display: block;
  width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }
  .table-responsive > .table-bordered {
    border: 0; }

.tooltip {
  position: absolute;
  z-index: 1070;
  display: block;
  margin: 0;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .arrow {
    position: absolute;
    display: block;
    width: 0.8rem;
    height: 0.4rem; }
    .tooltip .arrow::before {
      position: absolute;
      content: "";
      border-color: transparent;
      border-style: solid; }

.bs-tooltip-top, .bs-tooltip-auto[x-placement^="top"] {
  padding: 0.4rem 0; }
  .bs-tooltip-top .arrow, .bs-tooltip-auto[x-placement^="top"] .arrow {
    bottom: 0; }
    .bs-tooltip-top .arrow::before, .bs-tooltip-auto[x-placement^="top"] .arrow::before {
      top: 0;
      border-width: 0.4rem 0.4rem 0;
      border-top-color: #000; }

.bs-tooltip-right, .bs-tooltip-auto[x-placement^="right"] {
  padding: 0 0.4rem; }
  .bs-tooltip-right .arrow, .bs-tooltip-auto[x-placement^="right"] .arrow {
    left: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-right .arrow::before, .bs-tooltip-auto[x-placement^="right"] .arrow::before {
      right: 0;
      border-width: 0.4rem 0.4rem 0.4rem 0;
      border-right-color: #000; }

.bs-tooltip-bottom, .bs-tooltip-auto[x-placement^="bottom"] {
  padding: 0.4rem 0; }
  .bs-tooltip-bottom .arrow, .bs-tooltip-auto[x-placement^="bottom"] .arrow {
    top: 0; }
    .bs-tooltip-bottom .arrow::before, .bs-tooltip-auto[x-placement^="bottom"] .arrow::before {
      bottom: 0;
      border-width: 0 0.4rem 0.4rem;
      border-bottom-color: #000; }

.bs-tooltip-left, .bs-tooltip-auto[x-placement^="left"] {
  padding: 0 0.4rem; }
  .bs-tooltip-left .arrow, .bs-tooltip-auto[x-placement^="left"] .arrow {
    right: 0;
    width: 0.4rem;
    height: 0.8rem; }
    .bs-tooltip-left .arrow::before, .bs-tooltip-auto[x-placement^="left"] .arrow::before {
      left: 0;
      border-width: 0.4rem 0 0.4rem 0.4rem;
      border-left-color: #000; }

.tooltip-inner {
  max-width: 200px;
  padding: 0.25rem 0.5rem;
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 0; }

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

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

.collapsing {
  position: relative;
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease; }
  @media (prefers-reduced-motion: reduce) {
    .collapsing {
      transition: none; } }

h1, h2, h3, h4, h5, h6, .by-the-numbers .field--name-field-content table th, .table-black-headers .field--name-field-content table th,
.h1, .h2, .h3, .h4, .h5, .h6 {
  margin-bottom: 2.6rem;
  font-weight: bold;
  line-height: 1.2; }

h1, .h1 {
  font-size: 4.25rem; }

h2, .h2 {
  font-size: 2.25rem; }

h3, .h3 {
  font-size: 2rem; }

h4, .h4 {
  font-size: 1.75rem; }

h5, .h5 {
  font-size: 1.5rem; }

h6, .by-the-numbers .field--name-field-content table th, .table-black-headers .field--name-field-content table th, .h6 {
  font-size: 1.25rem; }

.lead {
  font-size: 1.25rem;
  font-weight: 300; }

.display-1 {
  font-size: 6rem;
  font-weight: 300;
  line-height: 1.2; }

.display-2 {
  font-size: 5.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-3 {
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 1.2; }

.display-4 {
  font-size: 3.5rem;
  font-weight: 300;
  line-height: 1.2; }

hr {
  margin-top: 1rem;
  margin-bottom: 1rem;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1); }

small,
.small {
  font-size: 80%;
  font-weight: 400; }

mark,
.mark {
  padding: 0.2em;
  background-color: #fcf8e3; }

.list-unstyled {
  padding-left: 0;
  list-style: none; }

.list-inline {
  padding-left: 0;
  list-style: none; }

.list-inline-item {
  display: inline-block; }
  .list-inline-item:not(:last-child) {
    margin-right: 0.5rem; }

.initialism {
  font-size: 90%;
  text-transform: uppercase; }

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem; }

.blockquote-footer {
  display: block;
  font-size: 80%;
  color: #6c757d; }
  .blockquote-footer::before {
    content: "\2014\00A0"; }

.align-baseline {
  vertical-align: baseline !important; }

.align-top {
  vertical-align: top !important; }

.align-middle {
  vertical-align: middle !important; }

.align-bottom {
  vertical-align: bottom !important; }

.align-text-bottom {
  vertical-align: text-bottom !important; }

.align-text-top {
  vertical-align: text-top !important; }

.bg-primary {
  background-color: #F76902 !important; }

a.bg-primary:hover, a.bg-primary:focus,
button.bg-primary:hover,
button.bg-primary:focus {
  background-color: #c45302 !important; }

.bg-secondary {
  background-color: #6c757d !important; }

a.bg-secondary:hover, a.bg-secondary:focus,
button.bg-secondary:hover,
button.bg-secondary:focus {
  background-color: #545b62 !important; }

.bg-success {
  background-color: #28a745 !important; }

a.bg-success:hover, a.bg-success:focus,
button.bg-success:hover,
button.bg-success:focus {
  background-color: #1e7e34 !important; }

.bg-info {
  background-color: #17a2b8 !important; }

a.bg-info:hover, a.bg-info:focus,
button.bg-info:hover,
button.bg-info:focus {
  background-color: #117a8b !important; }

.bg-warning {
  background-color: #ffc107 !important; }

a.bg-warning:hover, a.bg-warning:focus,
button.bg-warning:hover,
button.bg-warning:focus {
  background-color: #d39e00 !important; }

.bg-danger {
  background-color: #dc3545 !important; }

a.bg-danger:hover, a.bg-danger:focus,
button.bg-danger:hover,
button.bg-danger:focus {
  background-color: #bd2130 !important; }

.bg-light {
  background-color: #EEE !important; }

a.bg-light:hover, a.bg-light:focus,
button.bg-light:hover,
button.bg-light:focus {
  background-color: #d5d5d5 !important; }

.bg-dark {
  background-color: #343a40 !important; }

a.bg-dark:hover, a.bg-dark:focus,
button.bg-dark:hover,
button.bg-dark:focus {
  background-color: #1d2124 !important; }

.bg-rit-orange {
  background-color: #F76902 !important; }

a.bg-rit-orange:hover, a.bg-rit-orange:focus,
button.bg-rit-orange:hover,
button.bg-rit-orange:focus {
  background-color: #c45302 !important; }

.bg-wcag-orange {
  background-color: #C75300 !important; }

a.bg-wcag-orange:hover, a.bg-wcag-orange:focus,
button.bg-wcag-orange:hover,
button.bg-wcag-orange:focus {
  background-color: #943e00 !important; }

.bg-white {
  background-color: #fff !important; }

.bg-transparent {
  background-color: transparent !important; }

.border {
  border: 1px solid #dee2e6 !important; }

.border-top {
  border-top: 1px solid #dee2e6 !important; }

.border-right {
  border-right: 1px solid #dee2e6 !important; }

.border-bottom {
  border-bottom: 1px solid #dee2e6 !important; }

.border-left {
  border-left: 1px solid #dee2e6 !important; }

.border-0 {
  border: 0 !important; }

.border-top-0 {
  border-top: 0 !important; }

.border-right-0 {
  border-right: 0 !important; }

.border-bottom-0 {
  border-bottom: 0 !important; }

.border-left-0 {
  border-left: 0 !important; }

.border-primary {
  border-color: #F76902 !important; }

.border-secondary {
  border-color: #6c757d !important; }

.border-success {
  border-color: #28a745 !important; }

.border-info {
  border-color: #17a2b8 !important; }

.border-warning {
  border-color: #ffc107 !important; }

.border-danger {
  border-color: #dc3545 !important; }

.border-light {
  border-color: #EEE !important; }

.border-dark {
  border-color: #343a40 !important; }

.border-rit-orange {
  border-color: #F76902 !important; }

.border-wcag-orange {
  border-color: #C75300 !important; }

.border-white {
  border-color: #fff !important; }

.rounded-sm {
  border-radius: 0 !important; }

.rounded {
  border-radius: 0 !important; }

.rounded-top {
  border-top-left-radius: 0 !important;
  border-top-right-radius: 0 !important; }

.rounded-right {
  border-top-right-radius: 0 !important;
  border-bottom-right-radius: 0 !important; }

.rounded-bottom {
  border-bottom-right-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-left {
  border-top-left-radius: 0 !important;
  border-bottom-left-radius: 0 !important; }

.rounded-lg {
  border-radius: 0 !important; }

.rounded-circle {
  border-radius: 50% !important; }

.rounded-pill {
  border-radius: 50rem !important; }

.rounded-0 {
  border-radius: 0 !important; }

.d-none {
  display: none !important; }

.d-inline {
  display: inline !important; }

.d-inline-block {
  display: inline-block !important; }

.d-block {
  display: block !important; }

.d-table {
  display: table !important; }

.d-table-row {
  display: table-row !important; }

.d-table-cell {
  display: table-cell !important; }

.d-flex {
  display: flex !important; }

.d-inline-flex {
  display: inline-flex !important; }

@media (min-width: 576px) {
  .d-sm-none {
    display: none !important; }
  .d-sm-inline {
    display: inline !important; }
  .d-sm-inline-block {
    display: inline-block !important; }
  .d-sm-block {
    display: block !important; }
  .d-sm-table {
    display: table !important; }
  .d-sm-table-row {
    display: table-row !important; }
  .d-sm-table-cell {
    display: table-cell !important; }
  .d-sm-flex {
    display: flex !important; }
  .d-sm-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 768px) {
  .d-md-none {
    display: none !important; }
  .d-md-inline {
    display: inline !important; }
  .d-md-inline-block {
    display: inline-block !important; }
  .d-md-block {
    display: block !important; }
  .d-md-table {
    display: table !important; }
  .d-md-table-row {
    display: table-row !important; }
  .d-md-table-cell {
    display: table-cell !important; }
  .d-md-flex {
    display: flex !important; }
  .d-md-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 880px) {
  .d-mdlg-none {
    display: none !important; }
  .d-mdlg-inline {
    display: inline !important; }
  .d-mdlg-inline-block {
    display: inline-block !important; }
  .d-mdlg-block {
    display: block !important; }
  .d-mdlg-table {
    display: table !important; }
  .d-mdlg-table-row {
    display: table-row !important; }
  .d-mdlg-table-cell {
    display: table-cell !important; }
  .d-mdlg-flex {
    display: flex !important; }
  .d-mdlg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 992px) {
  .d-lg-none {
    display: none !important; }
  .d-lg-inline {
    display: inline !important; }
  .d-lg-inline-block {
    display: inline-block !important; }
  .d-lg-block {
    display: block !important; }
  .d-lg-table {
    display: table !important; }
  .d-lg-table-row {
    display: table-row !important; }
  .d-lg-table-cell {
    display: table-cell !important; }
  .d-lg-flex {
    display: flex !important; }
  .d-lg-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1200px) {
  .d-xl-none {
    display: none !important; }
  .d-xl-inline {
    display: inline !important; }
  .d-xl-inline-block {
    display: inline-block !important; }
  .d-xl-block {
    display: block !important; }
  .d-xl-table {
    display: table !important; }
  .d-xl-table-row {
    display: table-row !important; }
  .d-xl-table-cell {
    display: table-cell !important; }
  .d-xl-flex {
    display: flex !important; }
  .d-xl-inline-flex {
    display: inline-flex !important; } }

@media (min-width: 1460px) {
  .d-xxl-none {
    display: none !important; }
  .d-xxl-inline {
    display: inline !important; }
  .d-xxl-inline-block {
    display: inline-block !important; }
  .d-xxl-block {
    display: block !important; }
  .d-xxl-table {
    display: table !important; }
  .d-xxl-table-row {
    display: table-row !important; }
  .d-xxl-table-cell {
    display: table-cell !important; }
  .d-xxl-flex {
    display: flex !important; }
  .d-xxl-inline-flex {
    display: inline-flex !important; } }

@media print {
  .d-print-none {
    display: none !important; }
  .d-print-inline {
    display: inline !important; }
  .d-print-inline-block {
    display: inline-block !important; }
  .d-print-block {
    display: block !important; }
  .d-print-table {
    display: table !important; }
  .d-print-table-row {
    display: table-row !important; }
  .d-print-table-cell {
    display: table-cell !important; }
  .d-print-flex {
    display: flex !important; }
  .d-print-inline-flex {
    display: inline-flex !important; } }

.embed-responsive {
  position: relative;
  display: block;
  width: 100%;
  padding: 0;
  overflow: hidden; }
  .embed-responsive::before {
    display: block;
    content: ""; }
  .embed-responsive .embed-responsive-item,
  .embed-responsive iframe,
  .embed-responsive embed,
  .embed-responsive object,
  .embed-responsive video {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0; }

.embed-responsive-21by9::before {
  padding-top: 42.85714%; }

.embed-responsive-16by9::before {
  padding-top: 56.25%; }

.embed-responsive-4by3::before {
  padding-top: 75%; }

.embed-responsive-1by1::before {
  padding-top: 100%; }

.flex-row {
  flex-direction: row !important; }

.flex-column {
  flex-direction: column !important; }

.flex-row-reverse {
  flex-direction: row-reverse !important; }

.flex-column-reverse {
  flex-direction: column-reverse !important; }

.flex-wrap {
  flex-wrap: wrap !important; }

.flex-nowrap {
  flex-wrap: nowrap !important; }

.flex-wrap-reverse {
  flex-wrap: wrap-reverse !important; }

.flex-fill {
  flex: 1 1 auto !important; }

.flex-grow-0 {
  flex-grow: 0 !important; }

.flex-grow-1 {
  flex-grow: 1 !important; }

.flex-shrink-0 {
  flex-shrink: 0 !important; }

.flex-shrink-1 {
  flex-shrink: 1 !important; }

.justify-content-start {
  justify-content: flex-start !important; }

.justify-content-end {
  justify-content: flex-end !important; }

.justify-content-center {
  justify-content: center !important; }

.justify-content-between {
  justify-content: space-between !important; }

.justify-content-around {
  justify-content: space-around !important; }

.align-items-start {
  align-items: flex-start !important; }

.align-items-end {
  align-items: flex-end !important; }

.align-items-center, .vertically-center-cols .row, .vertically-center-cols .by-the-numbers .field--name-field-content, .by-the-numbers .vertically-center-cols .field--name-field-content {
  align-items: center !important; }

.align-items-baseline {
  align-items: baseline !important; }

.align-items-stretch {
  align-items: stretch !important; }

.align-content-start {
  align-content: flex-start !important; }

.align-content-end {
  align-content: flex-end !important; }

.align-content-center {
  align-content: center !important; }

.align-content-between {
  align-content: space-between !important; }

.align-content-around {
  align-content: space-around !important; }

.align-content-stretch {
  align-content: stretch !important; }

.align-self-auto {
  align-self: auto !important; }

.align-self-start {
  align-self: flex-start !important; }

.align-self-end {
  align-self: flex-end !important; }

.align-self-center {
  align-self: center !important; }

.align-self-baseline {
  align-self: baseline !important; }

.align-self-stretch {
  align-self: stretch !important; }

@media (min-width: 576px) {
  .flex-sm-row {
    flex-direction: row !important; }
  .flex-sm-column {
    flex-direction: column !important; }
  .flex-sm-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-sm-wrap {
    flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-sm-fill {
    flex: 1 1 auto !important; }
  .flex-sm-grow-0 {
    flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-sm-start {
    justify-content: flex-start !important; }
  .justify-content-sm-end {
    justify-content: flex-end !important; }
  .justify-content-sm-center {
    justify-content: center !important; }
  .justify-content-sm-between {
    justify-content: space-between !important; }
  .justify-content-sm-around {
    justify-content: space-around !important; }
  .align-items-sm-start {
    align-items: flex-start !important; }
  .align-items-sm-end {
    align-items: flex-end !important; }
  .align-items-sm-center {
    align-items: center !important; }
  .align-items-sm-baseline {
    align-items: baseline !important; }
  .align-items-sm-stretch {
    align-items: stretch !important; }
  .align-content-sm-start {
    align-content: flex-start !important; }
  .align-content-sm-end {
    align-content: flex-end !important; }
  .align-content-sm-center {
    align-content: center !important; }
  .align-content-sm-between {
    align-content: space-between !important; }
  .align-content-sm-around {
    align-content: space-around !important; }
  .align-content-sm-stretch {
    align-content: stretch !important; }
  .align-self-sm-auto {
    align-self: auto !important; }
  .align-self-sm-start {
    align-self: flex-start !important; }
  .align-self-sm-end {
    align-self: flex-end !important; }
  .align-self-sm-center {
    align-self: center !important; }
  .align-self-sm-baseline {
    align-self: baseline !important; }
  .align-self-sm-stretch {
    align-self: stretch !important; } }

@media (min-width: 768px) {
  .flex-md-row {
    flex-direction: row !important; }
  .flex-md-column {
    flex-direction: column !important; }
  .flex-md-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-md-wrap {
    flex-wrap: wrap !important; }
  .flex-md-nowrap {
    flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-md-fill {
    flex: 1 1 auto !important; }
  .flex-md-grow-0 {
    flex-grow: 0 !important; }
  .flex-md-grow-1 {
    flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-md-start {
    justify-content: flex-start !important; }
  .justify-content-md-end {
    justify-content: flex-end !important; }
  .justify-content-md-center {
    justify-content: center !important; }
  .justify-content-md-between {
    justify-content: space-between !important; }
  .justify-content-md-around {
    justify-content: space-around !important; }
  .align-items-md-start {
    align-items: flex-start !important; }
  .align-items-md-end {
    align-items: flex-end !important; }
  .align-items-md-center {
    align-items: center !important; }
  .align-items-md-baseline {
    align-items: baseline !important; }
  .align-items-md-stretch {
    align-items: stretch !important; }
  .align-content-md-start {
    align-content: flex-start !important; }
  .align-content-md-end {
    align-content: flex-end !important; }
  .align-content-md-center {
    align-content: center !important; }
  .align-content-md-between {
    align-content: space-between !important; }
  .align-content-md-around {
    align-content: space-around !important; }
  .align-content-md-stretch {
    align-content: stretch !important; }
  .align-self-md-auto {
    align-self: auto !important; }
  .align-self-md-start {
    align-self: flex-start !important; }
  .align-self-md-end {
    align-self: flex-end !important; }
  .align-self-md-center {
    align-self: center !important; }
  .align-self-md-baseline {
    align-self: baseline !important; }
  .align-self-md-stretch {
    align-self: stretch !important; } }

@media (min-width: 880px) {
  .flex-mdlg-row {
    flex-direction: row !important; }
  .flex-mdlg-column {
    flex-direction: column !important; }
  .flex-mdlg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-mdlg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-mdlg-wrap {
    flex-wrap: wrap !important; }
  .flex-mdlg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-mdlg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-mdlg-fill {
    flex: 1 1 auto !important; }
  .flex-mdlg-grow-0 {
    flex-grow: 0 !important; }
  .flex-mdlg-grow-1 {
    flex-grow: 1 !important; }
  .flex-mdlg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-mdlg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-mdlg-start {
    justify-content: flex-start !important; }
  .justify-content-mdlg-end {
    justify-content: flex-end !important; }
  .justify-content-mdlg-center {
    justify-content: center !important; }
  .justify-content-mdlg-between {
    justify-content: space-between !important; }
  .justify-content-mdlg-around {
    justify-content: space-around !important; }
  .align-items-mdlg-start {
    align-items: flex-start !important; }
  .align-items-mdlg-end {
    align-items: flex-end !important; }
  .align-items-mdlg-center {
    align-items: center !important; }
  .align-items-mdlg-baseline {
    align-items: baseline !important; }
  .align-items-mdlg-stretch {
    align-items: stretch !important; }
  .align-content-mdlg-start {
    align-content: flex-start !important; }
  .align-content-mdlg-end {
    align-content: flex-end !important; }
  .align-content-mdlg-center {
    align-content: center !important; }
  .align-content-mdlg-between {
    align-content: space-between !important; }
  .align-content-mdlg-around {
    align-content: space-around !important; }
  .align-content-mdlg-stretch {
    align-content: stretch !important; }
  .align-self-mdlg-auto {
    align-self: auto !important; }
  .align-self-mdlg-start {
    align-self: flex-start !important; }
  .align-self-mdlg-end {
    align-self: flex-end !important; }
  .align-self-mdlg-center {
    align-self: center !important; }
  .align-self-mdlg-baseline {
    align-self: baseline !important; }
  .align-self-mdlg-stretch {
    align-self: stretch !important; } }

@media (min-width: 992px) {
  .flex-lg-row {
    flex-direction: row !important; }
  .flex-lg-column {
    flex-direction: column !important; }
  .flex-lg-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-lg-wrap {
    flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-lg-fill {
    flex: 1 1 auto !important; }
  .flex-lg-grow-0 {
    flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-lg-start {
    justify-content: flex-start !important; }
  .justify-content-lg-end {
    justify-content: flex-end !important; }
  .justify-content-lg-center {
    justify-content: center !important; }
  .justify-content-lg-between {
    justify-content: space-between !important; }
  .justify-content-lg-around {
    justify-content: space-around !important; }
  .align-items-lg-start {
    align-items: flex-start !important; }
  .align-items-lg-end {
    align-items: flex-end !important; }
  .align-items-lg-center {
    align-items: center !important; }
  .align-items-lg-baseline {
    align-items: baseline !important; }
  .align-items-lg-stretch {
    align-items: stretch !important; }
  .align-content-lg-start {
    align-content: flex-start !important; }
  .align-content-lg-end {
    align-content: flex-end !important; }
  .align-content-lg-center {
    align-content: center !important; }
  .align-content-lg-between {
    align-content: space-between !important; }
  .align-content-lg-around {
    align-content: space-around !important; }
  .align-content-lg-stretch {
    align-content: stretch !important; }
  .align-self-lg-auto {
    align-self: auto !important; }
  .align-self-lg-start {
    align-self: flex-start !important; }
  .align-self-lg-end {
    align-self: flex-end !important; }
  .align-self-lg-center {
    align-self: center !important; }
  .align-self-lg-baseline {
    align-self: baseline !important; }
  .align-self-lg-stretch {
    align-self: stretch !important; } }

@media (min-width: 1200px) {
  .flex-xl-row {
    flex-direction: row !important; }
  .flex-xl-column {
    flex-direction: column !important; }
  .flex-xl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xl-wrap {
    flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xl-fill {
    flex: 1 1 auto !important; }
  .flex-xl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xl-start {
    justify-content: flex-start !important; }
  .justify-content-xl-end {
    justify-content: flex-end !important; }
  .justify-content-xl-center {
    justify-content: center !important; }
  .justify-content-xl-between {
    justify-content: space-between !important; }
  .justify-content-xl-around {
    justify-content: space-around !important; }
  .align-items-xl-start {
    align-items: flex-start !important; }
  .align-items-xl-end {
    align-items: flex-end !important; }
  .align-items-xl-center {
    align-items: center !important; }
  .align-items-xl-baseline {
    align-items: baseline !important; }
  .align-items-xl-stretch {
    align-items: stretch !important; }
  .align-content-xl-start {
    align-content: flex-start !important; }
  .align-content-xl-end {
    align-content: flex-end !important; }
  .align-content-xl-center {
    align-content: center !important; }
  .align-content-xl-between {
    align-content: space-between !important; }
  .align-content-xl-around {
    align-content: space-around !important; }
  .align-content-xl-stretch {
    align-content: stretch !important; }
  .align-self-xl-auto {
    align-self: auto !important; }
  .align-self-xl-start {
    align-self: flex-start !important; }
  .align-self-xl-end {
    align-self: flex-end !important; }
  .align-self-xl-center {
    align-self: center !important; }
  .align-self-xl-baseline {
    align-self: baseline !important; }
  .align-self-xl-stretch {
    align-self: stretch !important; } }

@media (min-width: 1460px) {
  .flex-xxl-row {
    flex-direction: row !important; }
  .flex-xxl-column {
    flex-direction: column !important; }
  .flex-xxl-row-reverse {
    flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    flex-direction: column-reverse !important; }
  .flex-xxl-wrap {
    flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    flex-wrap: wrap-reverse !important; }
  .flex-xxl-fill {
    flex: 1 1 auto !important; }
  .flex-xxl-grow-0 {
    flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    flex-shrink: 1 !important; }
  .justify-content-xxl-start {
    justify-content: flex-start !important; }
  .justify-content-xxl-end {
    justify-content: flex-end !important; }
  .justify-content-xxl-center {
    justify-content: center !important; }
  .justify-content-xxl-between {
    justify-content: space-between !important; }
  .justify-content-xxl-around {
    justify-content: space-around !important; }
  .align-items-xxl-start {
    align-items: flex-start !important; }
  .align-items-xxl-end {
    align-items: flex-end !important; }
  .align-items-xxl-center {
    align-items: center !important; }
  .align-items-xxl-baseline {
    align-items: baseline !important; }
  .align-items-xxl-stretch {
    align-items: stretch !important; }
  .align-content-xxl-start {
    align-content: flex-start !important; }
  .align-content-xxl-end {
    align-content: flex-end !important; }
  .align-content-xxl-center {
    align-content: center !important; }
  .align-content-xxl-between {
    align-content: space-between !important; }
  .align-content-xxl-around {
    align-content: space-around !important; }
  .align-content-xxl-stretch {
    align-content: stretch !important; }
  .align-self-xxl-auto {
    align-self: auto !important; }
  .align-self-xxl-start {
    align-self: flex-start !important; }
  .align-self-xxl-end {
    align-self: flex-end !important; }
  .align-self-xxl-center {
    align-self: center !important; }
  .align-self-xxl-baseline {
    align-self: baseline !important; }
  .align-self-xxl-stretch {
    align-self: stretch !important; } }

.float-left {
  float: left !important; }

.float-right {
  float: right !important; }

.float-none {
  float: none !important; }

@media (min-width: 576px) {
  .float-sm-left {
    float: left !important; }
  .float-sm-right {
    float: right !important; }
  .float-sm-none {
    float: none !important; } }

@media (min-width: 768px) {
  .float-md-left {
    float: left !important; }
  .float-md-right {
    float: right !important; }
  .float-md-none {
    float: none !important; } }

@media (min-width: 880px) {
  .float-mdlg-left {
    float: left !important; }
  .float-mdlg-right {
    float: right !important; }
  .float-mdlg-none {
    float: none !important; } }

@media (min-width: 992px) {
  .float-lg-left {
    float: left !important; }
  .float-lg-right {
    float: right !important; }
  .float-lg-none {
    float: none !important; } }

@media (min-width: 1200px) {
  .float-xl-left {
    float: left !important; }
  .float-xl-right {
    float: right !important; }
  .float-xl-none {
    float: none !important; } }

@media (min-width: 1460px) {
  .float-xxl-left {
    float: left !important; }
  .float-xxl-right {
    float: right !important; }
  .float-xxl-none {
    float: none !important; } }

.overflow-auto {
  overflow: auto !important; }

.overflow-hidden {
  overflow: hidden !important; }

.position-static {
  position: static !important; }

.position-relative {
  position: relative !important; }

.position-absolute {
  position: absolute !important; }

.position-fixed {
  position: fixed !important; }

.position-sticky {
  position: sticky !important; }

.fixed-top {
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  z-index: 1030; }

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030; }

@supports (position: sticky) {
  .sticky-top {
    position: sticky;
    top: 0;
    z-index: 1020; } }

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.sr-only-focusable:active, .sr-only-focusable:focus {
  position: static;
  width: auto;
  height: auto;
  overflow: visible;
  clip: auto;
  white-space: normal; }

.shadow-sm {
  box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075) !important; }

.shadow {
  box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15) !important; }

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(0, 0, 0, 0.175) !important; }

.shadow-none {
  box-shadow: none !important; }

.w-25 {
  width: 25% !important; }

.w-50 {
  width: 50% !important; }

.w-75 {
  width: 75% !important; }

.w-100 {
  width: 100% !important; }

.w-auto {
  width: auto !important; }

.h-25 {
  height: 25% !important; }

.h-50 {
  height: 50% !important; }

.h-75 {
  height: 75% !important; }

.h-100 {
  height: 100% !important; }

.h-auto {
  height: auto !important; }

.mw-100 {
  max-width: 100% !important; }

.mh-100 {
  max-height: 100% !important; }

.min-vw-100 {
  min-width: 100vw !important; }

.min-vh-100 {
  min-height: 100vh !important; }

.vw-100 {
  width: 100vw !important; }

.vh-100 {
  height: 100vh !important; }

.m-0 {
  margin: 0 !important; }

.mt-0,
.my-0 {
  margin-top: 0 !important; }

.mr-0,
.mx-0 {
  margin-right: 0 !important; }

.mb-0,
.my-0 {
  margin-bottom: 0 !important; }

.ml-0,
.mx-0 {
  margin-left: 0 !important; }

.m-1 {
  margin: 0.25rem !important; }

.mt-1,
.my-1 {
  margin-top: 0.25rem !important; }

.mr-1,
.mx-1 {
  margin-right: 0.25rem !important; }

.mb-1,
.my-1 {
  margin-bottom: 0.25rem !important; }

.ml-1,
.mx-1 {
  margin-left: 0.25rem !important; }

.m-2 {
  margin: 0.5rem !important; }

.mt-2,
.my-2 {
  margin-top: 0.5rem !important; }

.mr-2,
.mx-2 {
  margin-right: 0.5rem !important; }

.mb-2, .icon-card--no-border .card.icon-card .card-body .card-title,
.my-2 {
  margin-bottom: 0.5rem !important; }

.ml-2,
.mx-2 {
  margin-left: 0.5rem !important; }

.m-3 {
  margin: 1rem !important; }

.mt-3,
.my-3 {
  margin-top: 1rem !important; }

.mr-3, p.default-image-margins img.align-left,
.mx-3 {
  margin-right: 1rem !important; }

.mb-3, p.default-image-margins img.align-left, p.default-image-margins img.align-right,
.my-3 {
  margin-bottom: 1rem !important; }

.ml-3, p.default-image-margins img.align-right,
.mx-3 {
  margin-left: 1rem !important; }

.m-4 {
  margin: 1.5rem !important; }

.mt-4,
.my-4 {
  margin-top: 1.5rem !important; }

.mr-4,
.mx-4 {
  margin-right: 1.5rem !important; }

.mb-4,
.my-4 {
  margin-bottom: 1.5rem !important; }

.ml-4,
.mx-4 {
  margin-left: 1.5rem !important; }

.m-5 {
  margin: 3rem !important; }

.mt-5,
.my-5 {
  margin-top: 3rem !important; }

.mr-5,
.mx-5 {
  margin-right: 3rem !important; }

.mb-5,
.my-5 {
  margin-bottom: 3rem !important; }

.ml-5,
.mx-5 {
  margin-left: 3rem !important; }

.m-6 {
  margin: 4.5rem !important; }

.mt-6,
.my-6 {
  margin-top: 4.5rem !important; }

.mr-6,
.mx-6 {
  margin-right: 4.5rem !important; }

.mb-6,
.my-6 {
  margin-bottom: 4.5rem !important; }

.ml-6,
.mx-6 {
  margin-left: 4.5rem !important; }

.m-7 {
  margin: 6rem !important; }

.mt-7,
.my-7 {
  margin-top: 6rem !important; }

.mr-7,
.mx-7 {
  margin-right: 6rem !important; }

.mb-7,
.my-7 {
  margin-bottom: 6rem !important; }

.ml-7,
.mx-7 {
  margin-left: 6rem !important; }

.p-0 {
  padding: 0 !important; }

.pt-0,
.py-0 {
  padding-top: 0 !important; }

.pr-0,
.px-0,
.by-the-numbers .field--name-field-content table th,
.by-the-numbers .field--name-field-content table + p {
  padding-right: 0 !important; }

.pb-0,
.py-0 {
  padding-bottom: 0 !important; }

.pl-0,
.px-0,
.by-the-numbers .field--name-field-content table th,
.by-the-numbers .field--name-field-content table + p {
  padding-left: 0 !important; }

.p-1 {
  padding: 0.25rem !important; }

.pt-1,
.py-1 {
  padding-top: 0.25rem !important; }

.pr-1,
.px-1 {
  padding-right: 0.25rem !important; }

.pb-1,
.py-1 {
  padding-bottom: 0.25rem !important; }

.pl-1,
.px-1 {
  padding-left: 0.25rem !important; }

.p-2 {
  padding: 0.5rem !important; }

.pt-2,
.py-2 {
  padding-top: 0.5rem !important; }

.pr-2,
.px-2 {
  padding-right: 0.5rem !important; }

.pb-2,
.py-2 {
  padding-bottom: 0.5rem !important; }

.pl-2,
.px-2 {
  padding-left: 0.5rem !important; }

.p-3 {
  padding: 1rem !important; }

.pt-3,
.py-3 {
  padding-top: 1rem !important; }

.pr-3,
.px-3 {
  padding-right: 1rem !important; }

.pb-3,
.py-3 {
  padding-bottom: 1rem !important; }

.pl-3,
.px-3 {
  padding-left: 1rem !important; }

.p-4 {
  padding: 1.5rem !important; }

.pt-4,
.py-4 {
  padding-top: 1.5rem !important; }

.pr-4,
.px-4 {
  padding-right: 1.5rem !important; }

.pb-4,
.py-4 {
  padding-bottom: 1.5rem !important; }

.pl-4,
.px-4 {
  padding-left: 1.5rem !important; }

.p-5 {
  padding: 3rem !important; }

.pt-5,
.py-5 {
  padding-top: 3rem !important; }

.pr-5,
.px-5 {
  padding-right: 3rem !important; }

.pb-5,
.py-5 {
  padding-bottom: 3rem !important; }

.pl-5,
.px-5 {
  padding-left: 3rem !important; }

.p-6 {
  padding: 4.5rem !important; }

.pt-6,
.py-6 {
  padding-top: 4.5rem !important; }

.pr-6,
.px-6 {
  padding-right: 4.5rem !important; }

.pb-6,
.py-6 {
  padding-bottom: 4.5rem !important; }

.pl-6,
.px-6 {
  padding-left: 4.5rem !important; }

.p-7 {
  padding: 6rem !important; }

.pt-7,
.py-7 {
  padding-top: 6rem !important; }

.pr-7,
.px-7 {
  padding-right: 6rem !important; }

.pb-7,
.py-7 {
  padding-bottom: 6rem !important; }

.pl-7,
.px-7 {
  padding-left: 6rem !important; }

.m-n1 {
  margin: -0.25rem !important; }

.mt-n1,
.my-n1 {
  margin-top: -0.25rem !important; }

.mr-n1,
.mx-n1 {
  margin-right: -0.25rem !important; }

.mb-n1,
.my-n1 {
  margin-bottom: -0.25rem !important; }

.ml-n1,
.mx-n1 {
  margin-left: -0.25rem !important; }

.m-n2 {
  margin: -0.5rem !important; }

.mt-n2,
.my-n2 {
  margin-top: -0.5rem !important; }

.mr-n2,
.mx-n2 {
  margin-right: -0.5rem !important; }

.mb-n2,
.my-n2 {
  margin-bottom: -0.5rem !important; }

.ml-n2,
.mx-n2 {
  margin-left: -0.5rem !important; }

.m-n3 {
  margin: -1rem !important; }

.mt-n3,
.my-n3 {
  margin-top: -1rem !important; }

.mr-n3,
.mx-n3 {
  margin-right: -1rem !important; }

.mb-n3,
.my-n3 {
  margin-bottom: -1rem !important; }

.ml-n3,
.mx-n3 {
  margin-left: -1rem !important; }

.m-n4 {
  margin: -1.5rem !important; }

.mt-n4,
.my-n4 {
  margin-top: -1.5rem !important; }

.mr-n4,
.mx-n4 {
  margin-right: -1.5rem !important; }

.mb-n4,
.my-n4 {
  margin-bottom: -1.5rem !important; }

.ml-n4,
.mx-n4 {
  margin-left: -1.5rem !important; }

.m-n5 {
  margin: -3rem !important; }

.mt-n5,
.my-n5 {
  margin-top: -3rem !important; }

.mr-n5,
.mx-n5 {
  margin-right: -3rem !important; }

.mb-n5,
.my-n5 {
  margin-bottom: -3rem !important; }

.ml-n5,
.mx-n5 {
  margin-left: -3rem !important; }

.m-n6 {
  margin: -4.5rem !important; }

.mt-n6,
.my-n6 {
  margin-top: -4.5rem !important; }

.mr-n6,
.mx-n6 {
  margin-right: -4.5rem !important; }

.mb-n6,
.my-n6 {
  margin-bottom: -4.5rem !important; }

.ml-n6,
.mx-n6 {
  margin-left: -4.5rem !important; }

.m-n7 {
  margin: -6rem !important; }

.mt-n7,
.my-n7 {
  margin-top: -6rem !important; }

.mr-n7,
.mx-n7 {
  margin-right: -6rem !important; }

.mb-n7,
.my-n7 {
  margin-bottom: -6rem !important; }

.ml-n7,
.mx-n7 {
  margin-left: -6rem !important; }

.m-auto {
  margin: auto !important; }

.mt-auto,
.my-auto {
  margin-top: auto !important; }

.mr-auto,
.mx-auto {
  margin-right: auto !important; }

.mb-auto,
.my-auto {
  margin-bottom: auto !important; }

.ml-auto,
.mx-auto {
  margin-left: auto !important; }

@media (min-width: 576px) {
  .m-sm-0 {
    margin: 0 !important; }
  .mt-sm-0,
  .my-sm-0 {
    margin-top: 0 !important; }
  .mr-sm-0,
  .mx-sm-0 {
    margin-right: 0 !important; }
  .mb-sm-0, .card.image-card .card-body .card-text p:last-child,
  .my-sm-0 {
    margin-bottom: 0 !important; }
  .ml-sm-0,
  .mx-sm-0 {
    margin-left: 0 !important; }
  .m-sm-1 {
    margin: 0.25rem !important; }
  .mt-sm-1,
  .my-sm-1 {
    margin-top: 0.25rem !important; }
  .mr-sm-1,
  .mx-sm-1 {
    margin-right: 0.25rem !important; }
  .mb-sm-1,
  .my-sm-1 {
    margin-bottom: 0.25rem !important; }
  .ml-sm-1,
  .mx-sm-1 {
    margin-left: 0.25rem !important; }
  .m-sm-2 {
    margin: 0.5rem !important; }
  .mt-sm-2,
  .my-sm-2 {
    margin-top: 0.5rem !important; }
  .mr-sm-2,
  .mx-sm-2 {
    margin-right: 0.5rem !important; }
  .mb-sm-2,
  .my-sm-2 {
    margin-bottom: 0.5rem !important; }
  .ml-sm-2,
  .mx-sm-2 {
    margin-left: 0.5rem !important; }
  .m-sm-3 {
    margin: 1rem !important; }
  .mt-sm-3,
  .my-sm-3 {
    margin-top: 1rem !important; }
  .mr-sm-3,
  .mx-sm-3 {
    margin-right: 1rem !important; }
  .mb-sm-3,
  .my-sm-3 {
    margin-bottom: 1rem !important; }
  .ml-sm-3,
  .mx-sm-3 {
    margin-left: 1rem !important; }
  .m-sm-4 {
    margin: 1.5rem !important; }
  .mt-sm-4,
  .my-sm-4 {
    margin-top: 1.5rem !important; }
  .mr-sm-4,
  .mx-sm-4 {
    margin-right: 1.5rem !important; }
  .mb-sm-4,
  .my-sm-4 {
    margin-bottom: 1.5rem !important; }
  .ml-sm-4,
  .mx-sm-4 {
    margin-left: 1.5rem !important; }
  .m-sm-5 {
    margin: 3rem !important; }
  .mt-sm-5,
  .my-sm-5 {
    margin-top: 3rem !important; }
  .mr-sm-5,
  .mx-sm-5 {
    margin-right: 3rem !important; }
  .mb-sm-5,
  .my-sm-5 {
    margin-bottom: 3rem !important; }
  .ml-sm-5,
  .mx-sm-5 {
    margin-left: 3rem !important; }
  .m-sm-6 {
    margin: 4.5rem !important; }
  .mt-sm-6,
  .my-sm-6 {
    margin-top: 4.5rem !important; }
  .mr-sm-6,
  .mx-sm-6 {
    margin-right: 4.5rem !important; }
  .mb-sm-6,
  .my-sm-6 {
    margin-bottom: 4.5rem !important; }
  .ml-sm-6,
  .mx-sm-6 {
    margin-left: 4.5rem !important; }
  .m-sm-7 {
    margin: 6rem !important; }
  .mt-sm-7,
  .my-sm-7 {
    margin-top: 6rem !important; }
  .mr-sm-7,
  .mx-sm-7 {
    margin-right: 6rem !important; }
  .mb-sm-7,
  .my-sm-7 {
    margin-bottom: 6rem !important; }
  .ml-sm-7,
  .mx-sm-7 {
    margin-left: 6rem !important; }
  .p-sm-0 {
    padding: 0 !important; }
  .pt-sm-0,
  .py-sm-0 {
    padding-top: 0 !important; }
  .pr-sm-0,
  .px-sm-0 {
    padding-right: 0 !important; }
  .pb-sm-0,
  .py-sm-0 {
    padding-bottom: 0 !important; }
  .pl-sm-0,
  .px-sm-0 {
    padding-left: 0 !important; }
  .p-sm-1 {
    padding: 0.25rem !important; }
  .pt-sm-1,
  .py-sm-1 {
    padding-top: 0.25rem !important; }
  .pr-sm-1,
  .px-sm-1 {
    padding-right: 0.25rem !important; }
  .pb-sm-1,
  .py-sm-1 {
    padding-bottom: 0.25rem !important; }
  .pl-sm-1,
  .px-sm-1 {
    padding-left: 0.25rem !important; }
  .p-sm-2 {
    padding: 0.5rem !important; }
  .pt-sm-2,
  .py-sm-2 {
    padding-top: 0.5rem !important; }
  .pr-sm-2,
  .px-sm-2 {
    padding-right: 0.5rem !important; }
  .pb-sm-2,
  .py-sm-2 {
    padding-bottom: 0.5rem !important; }
  .pl-sm-2,
  .px-sm-2 {
    padding-left: 0.5rem !important; }
  .p-sm-3 {
    padding: 1rem !important; }
  .pt-sm-3,
  .py-sm-3 {
    padding-top: 1rem !important; }
  .pr-sm-3,
  .px-sm-3 {
    padding-right: 1rem !important; }
  .pb-sm-3,
  .py-sm-3 {
    padding-bottom: 1rem !important; }
  .pl-sm-3,
  .px-sm-3 {
    padding-left: 1rem !important; }
  .p-sm-4 {
    padding: 1.5rem !important; }
  .pt-sm-4,
  .py-sm-4 {
    padding-top: 1.5rem !important; }
  .pr-sm-4,
  .px-sm-4 {
    padding-right: 1.5rem !important; }
  .pb-sm-4,
  .py-sm-4 {
    padding-bottom: 1.5rem !important; }
  .pl-sm-4,
  .px-sm-4 {
    padding-left: 1.5rem !important; }
  .p-sm-5 {
    padding: 3rem !important; }
  .pt-sm-5,
  .py-sm-5 {
    padding-top: 3rem !important; }
  .pr-sm-5,
  .px-sm-5 {
    padding-right: 3rem !important; }
  .pb-sm-5,
  .py-sm-5 {
    padding-bottom: 3rem !important; }
  .pl-sm-5,
  .px-sm-5 {
    padding-left: 3rem !important; }
  .p-sm-6 {
    padding: 4.5rem !important; }
  .pt-sm-6,
  .py-sm-6 {
    padding-top: 4.5rem !important; }
  .pr-sm-6,
  .px-sm-6 {
    padding-right: 4.5rem !important; }
  .pb-sm-6,
  .py-sm-6 {
    padding-bottom: 4.5rem !important; }
  .pl-sm-6,
  .px-sm-6 {
    padding-left: 4.5rem !important; }
  .p-sm-7 {
    padding: 6rem !important; }
  .pt-sm-7,
  .py-sm-7 {
    padding-top: 6rem !important; }
  .pr-sm-7,
  .px-sm-7 {
    padding-right: 6rem !important; }
  .pb-sm-7,
  .py-sm-7 {
    padding-bottom: 6rem !important; }
  .pl-sm-7,
  .px-sm-7 {
    padding-left: 6rem !important; }
  .m-sm-n1 {
    margin: -0.25rem !important; }
  .mt-sm-n1,
  .my-sm-n1 {
    margin-top: -0.25rem !important; }
  .mr-sm-n1,
  .mx-sm-n1 {
    margin-right: -0.25rem !important; }
  .mb-sm-n1,
  .my-sm-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-sm-n1,
  .mx-sm-n1 {
    margin-left: -0.25rem !important; }
  .m-sm-n2 {
    margin: -0.5rem !important; }
  .mt-sm-n2,
  .my-sm-n2 {
    margin-top: -0.5rem !important; }
  .mr-sm-n2,
  .mx-sm-n2 {
    margin-right: -0.5rem !important; }
  .mb-sm-n2,
  .my-sm-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-sm-n2,
  .mx-sm-n2 {
    margin-left: -0.5rem !important; }
  .m-sm-n3 {
    margin: -1rem !important; }
  .mt-sm-n3,
  .my-sm-n3 {
    margin-top: -1rem !important; }
  .mr-sm-n3,
  .mx-sm-n3 {
    margin-right: -1rem !important; }
  .mb-sm-n3,
  .my-sm-n3 {
    margin-bottom: -1rem !important; }
  .ml-sm-n3,
  .mx-sm-n3 {
    margin-left: -1rem !important; }
  .m-sm-n4 {
    margin: -1.5rem !important; }
  .mt-sm-n4,
  .my-sm-n4 {
    margin-top: -1.5rem !important; }
  .mr-sm-n4,
  .mx-sm-n4 {
    margin-right: -1.5rem !important; }
  .mb-sm-n4,
  .my-sm-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-sm-n4,
  .mx-sm-n4 {
    margin-left: -1.5rem !important; }
  .m-sm-n5 {
    margin: -3rem !important; }
  .mt-sm-n5,
  .my-sm-n5 {
    margin-top: -3rem !important; }
  .mr-sm-n5,
  .mx-sm-n5 {
    margin-right: -3rem !important; }
  .mb-sm-n5,
  .my-sm-n5 {
    margin-bottom: -3rem !important; }
  .ml-sm-n5,
  .mx-sm-n5 {
    margin-left: -3rem !important; }
  .m-sm-n6 {
    margin: -4.5rem !important; }
  .mt-sm-n6,
  .my-sm-n6 {
    margin-top: -4.5rem !important; }
  .mr-sm-n6,
  .mx-sm-n6 {
    margin-right: -4.5rem !important; }
  .mb-sm-n6,
  .my-sm-n6 {
    margin-bottom: -4.5rem !important; }
  .ml-sm-n6,
  .mx-sm-n6 {
    margin-left: -4.5rem !important; }
  .m-sm-n7 {
    margin: -6rem !important; }
  .mt-sm-n7,
  .my-sm-n7 {
    margin-top: -6rem !important; }
  .mr-sm-n7,
  .mx-sm-n7 {
    margin-right: -6rem !important; }
  .mb-sm-n7,
  .my-sm-n7 {
    margin-bottom: -6rem !important; }
  .ml-sm-n7,
  .mx-sm-n7 {
    margin-left: -6rem !important; }
  .m-sm-auto {
    margin: auto !important; }
  .mt-sm-auto,
  .my-sm-auto {
    margin-top: auto !important; }
  .mr-sm-auto,
  .mx-sm-auto {
    margin-right: auto !important; }
  .mb-sm-auto,
  .my-sm-auto {
    margin-bottom: auto !important; }
  .ml-sm-auto,
  .mx-sm-auto {
    margin-left: auto !important; } }

@media (min-width: 768px) {
  .m-md-0 {
    margin: 0 !important; }
  .mt-md-0, .image-card--larger-text .image-card--text,
  .my-md-0 {
    margin-top: 0 !important; }
  .mr-md-0,
  .mx-md-0 {
    margin-right: 0 !important; }
  .mb-md-0,
  .my-md-0 {
    margin-bottom: 0 !important; }
  .ml-md-0,
  .mx-md-0 {
    margin-left: 0 !important; }
  .m-md-1 {
    margin: 0.25rem !important; }
  .mt-md-1,
  .my-md-1 {
    margin-top: 0.25rem !important; }
  .mr-md-1,
  .mx-md-1 {
    margin-right: 0.25rem !important; }
  .mb-md-1,
  .my-md-1 {
    margin-bottom: 0.25rem !important; }
  .ml-md-1,
  .mx-md-1 {
    margin-left: 0.25rem !important; }
  .m-md-2 {
    margin: 0.5rem !important; }
  .mt-md-2,
  .my-md-2 {
    margin-top: 0.5rem !important; }
  .mr-md-2,
  .mx-md-2 {
    margin-right: 0.5rem !important; }
  .mb-md-2,
  .my-md-2 {
    margin-bottom: 0.5rem !important; }
  .ml-md-2,
  .mx-md-2 {
    margin-left: 0.5rem !important; }
  .m-md-3 {
    margin: 1rem !important; }
  .mt-md-3,
  .my-md-3 {
    margin-top: 1rem !important; }
  .mr-md-3,
  .mx-md-3 {
    margin-right: 1rem !important; }
  .mb-md-3,
  .my-md-3 {
    margin-bottom: 1rem !important; }
  .ml-md-3,
  .mx-md-3 {
    margin-left: 1rem !important; }
  .m-md-4 {
    margin: 1.5rem !important; }
  .mt-md-4,
  .my-md-4 {
    margin-top: 1.5rem !important; }
  .mr-md-4,
  .mx-md-4 {
    margin-right: 1.5rem !important; }
  .mb-md-4,
  .my-md-4 {
    margin-bottom: 1.5rem !important; }
  .ml-md-4,
  .mx-md-4 {
    margin-left: 1.5rem !important; }
  .m-md-5 {
    margin: 3rem !important; }
  .mt-md-5,
  .my-md-5 {
    margin-top: 3rem !important; }
  .mr-md-5,
  .mx-md-5 {
    margin-right: 3rem !important; }
  .mb-md-5,
  .my-md-5 {
    margin-bottom: 3rem !important; }
  .ml-md-5,
  .mx-md-5 {
    margin-left: 3rem !important; }
  .m-md-6 {
    margin: 4.5rem !important; }
  .mt-md-6,
  .my-md-6 {
    margin-top: 4.5rem !important; }
  .mr-md-6,
  .mx-md-6 {
    margin-right: 4.5rem !important; }
  .mb-md-6,
  .my-md-6 {
    margin-bottom: 4.5rem !important; }
  .ml-md-6,
  .mx-md-6 {
    margin-left: 4.5rem !important; }
  .m-md-7 {
    margin: 6rem !important; }
  .mt-md-7,
  .my-md-7 {
    margin-top: 6rem !important; }
  .mr-md-7,
  .mx-md-7 {
    margin-right: 6rem !important; }
  .mb-md-7,
  .my-md-7 {
    margin-bottom: 6rem !important; }
  .ml-md-7,
  .mx-md-7 {
    margin-left: 6rem !important; }
  .p-md-0 {
    padding: 0 !important; }
  .pt-md-0,
  .py-md-0 {
    padding-top: 0 !important; }
  .pr-md-0,
  .px-md-0 {
    padding-right: 0 !important; }
  .pb-md-0,
  .py-md-0 {
    padding-bottom: 0 !important; }
  .pl-md-0,
  .px-md-0 {
    padding-left: 0 !important; }
  .p-md-1 {
    padding: 0.25rem !important; }
  .pt-md-1,
  .py-md-1 {
    padding-top: 0.25rem !important; }
  .pr-md-1,
  .px-md-1 {
    padding-right: 0.25rem !important; }
  .pb-md-1,
  .py-md-1 {
    padding-bottom: 0.25rem !important; }
  .pl-md-1,
  .px-md-1 {
    padding-left: 0.25rem !important; }
  .p-md-2 {
    padding: 0.5rem !important; }
  .pt-md-2,
  .py-md-2 {
    padding-top: 0.5rem !important; }
  .pr-md-2,
  .px-md-2 {
    padding-right: 0.5rem !important; }
  .pb-md-2,
  .py-md-2 {
    padding-bottom: 0.5rem !important; }
  .pl-md-2,
  .px-md-2 {
    padding-left: 0.5rem !important; }
  .p-md-3 {
    padding: 1rem !important; }
  .pt-md-3,
  .py-md-3 {
    padding-top: 1rem !important; }
  .pr-md-3,
  .px-md-3 {
    padding-right: 1rem !important; }
  .pb-md-3,
  .py-md-3 {
    padding-bottom: 1rem !important; }
  .pl-md-3,
  .px-md-3 {
    padding-left: 1rem !important; }
  .p-md-4 {
    padding: 1.5rem !important; }
  .pt-md-4,
  .py-md-4 {
    padding-top: 1.5rem !important; }
  .pr-md-4,
  .px-md-4 {
    padding-right: 1.5rem !important; }
  .pb-md-4,
  .py-md-4 {
    padding-bottom: 1.5rem !important; }
  .pl-md-4,
  .px-md-4 {
    padding-left: 1.5rem !important; }
  .p-md-5 {
    padding: 3rem !important; }
  .pt-md-5,
  .py-md-5 {
    padding-top: 3rem !important; }
  .pr-md-5, .extra-middle-padding-text .page-column-left .paragraph--type--text-content,
  .px-md-5 {
    padding-right: 3rem !important; }
  .pb-md-5,
  .py-md-5 {
    padding-bottom: 3rem !important; }
  .pl-md-5, .extra-middle-padding-text .page-column-right .paragraph--type--text-content,
  .px-md-5 {
    padding-left: 3rem !important; }
  .p-md-6 {
    padding: 4.5rem !important; }
  .pt-md-6,
  .py-md-6 {
    padding-top: 4.5rem !important; }
  .pr-md-6,
  .px-md-6 {
    padding-right: 4.5rem !important; }
  .pb-md-6,
  .py-md-6 {
    padding-bottom: 4.5rem !important; }
  .pl-md-6,
  .px-md-6 {
    padding-left: 4.5rem !important; }
  .p-md-7 {
    padding: 6rem !important; }
  .pt-md-7,
  .py-md-7 {
    padding-top: 6rem !important; }
  .pr-md-7, .extra-middle-padding .image-card .card-body.flex-row-reverse .image-card--text,
  .px-md-7 {
    padding-right: 6rem !important; }
  .pb-md-7,
  .py-md-7 {
    padding-bottom: 6rem !important; }
  .pl-md-7, .extra-middle-padding .image-card .card-body.flex-row:not(.flex-row-reverse) .image-card--text,
  .px-md-7 {
    padding-left: 6rem !important; }
  .m-md-n1 {
    margin: -0.25rem !important; }
  .mt-md-n1,
  .my-md-n1 {
    margin-top: -0.25rem !important; }
  .mr-md-n1,
  .mx-md-n1 {
    margin-right: -0.25rem !important; }
  .mb-md-n1,
  .my-md-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-md-n1,
  .mx-md-n1 {
    margin-left: -0.25rem !important; }
  .m-md-n2 {
    margin: -0.5rem !important; }
  .mt-md-n2,
  .my-md-n2 {
    margin-top: -0.5rem !important; }
  .mr-md-n2,
  .mx-md-n2 {
    margin-right: -0.5rem !important; }
  .mb-md-n2,
  .my-md-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-md-n2,
  .mx-md-n2 {
    margin-left: -0.5rem !important; }
  .m-md-n3 {
    margin: -1rem !important; }
  .mt-md-n3,
  .my-md-n3 {
    margin-top: -1rem !important; }
  .mr-md-n3,
  .mx-md-n3 {
    margin-right: -1rem !important; }
  .mb-md-n3,
  .my-md-n3 {
    margin-bottom: -1rem !important; }
  .ml-md-n3,
  .mx-md-n3 {
    margin-left: -1rem !important; }
  .m-md-n4 {
    margin: -1.5rem !important; }
  .mt-md-n4,
  .my-md-n4 {
    margin-top: -1.5rem !important; }
  .mr-md-n4,
  .mx-md-n4 {
    margin-right: -1.5rem !important; }
  .mb-md-n4,
  .my-md-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-md-n4,
  .mx-md-n4 {
    margin-left: -1.5rem !important; }
  .m-md-n5 {
    margin: -3rem !important; }
  .mt-md-n5,
  .my-md-n5 {
    margin-top: -3rem !important; }
  .mr-md-n5,
  .mx-md-n5 {
    margin-right: -3rem !important; }
  .mb-md-n5,
  .my-md-n5 {
    margin-bottom: -3rem !important; }
  .ml-md-n5,
  .mx-md-n5 {
    margin-left: -3rem !important; }
  .m-md-n6 {
    margin: -4.5rem !important; }
  .mt-md-n6,
  .my-md-n6 {
    margin-top: -4.5rem !important; }
  .mr-md-n6,
  .mx-md-n6 {
    margin-right: -4.5rem !important; }
  .mb-md-n6,
  .my-md-n6 {
    margin-bottom: -4.5rem !important; }
  .ml-md-n6,
  .mx-md-n6 {
    margin-left: -4.5rem !important; }
  .m-md-n7 {
    margin: -6rem !important; }
  .mt-md-n7,
  .my-md-n7 {
    margin-top: -6rem !important; }
  .mr-md-n7,
  .mx-md-n7 {
    margin-right: -6rem !important; }
  .mb-md-n7,
  .my-md-n7 {
    margin-bottom: -6rem !important; }
  .ml-md-n7,
  .mx-md-n7 {
    margin-left: -6rem !important; }
  .m-md-auto {
    margin: auto !important; }
  .mt-md-auto,
  .my-md-auto {
    margin-top: auto !important; }
  .mr-md-auto,
  .mx-md-auto {
    margin-right: auto !important; }
  .mb-md-auto,
  .my-md-auto {
    margin-bottom: auto !important; }
  .ml-md-auto,
  .mx-md-auto {
    margin-left: auto !important; } }

@media (min-width: 880px) {
  .m-mdlg-0 {
    margin: 0 !important; }
  .mt-mdlg-0,
  .my-mdlg-0 {
    margin-top: 0 !important; }
  .mr-mdlg-0,
  .mx-mdlg-0 {
    margin-right: 0 !important; }
  .mb-mdlg-0,
  .my-mdlg-0 {
    margin-bottom: 0 !important; }
  .ml-mdlg-0,
  .mx-mdlg-0 {
    margin-left: 0 !important; }
  .m-mdlg-1 {
    margin: 0.25rem !important; }
  .mt-mdlg-1,
  .my-mdlg-1 {
    margin-top: 0.25rem !important; }
  .mr-mdlg-1,
  .mx-mdlg-1 {
    margin-right: 0.25rem !important; }
  .mb-mdlg-1,
  .my-mdlg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-mdlg-1,
  .mx-mdlg-1 {
    margin-left: 0.25rem !important; }
  .m-mdlg-2 {
    margin: 0.5rem !important; }
  .mt-mdlg-2,
  .my-mdlg-2 {
    margin-top: 0.5rem !important; }
  .mr-mdlg-2,
  .mx-mdlg-2 {
    margin-right: 0.5rem !important; }
  .mb-mdlg-2,
  .my-mdlg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-mdlg-2,
  .mx-mdlg-2 {
    margin-left: 0.5rem !important; }
  .m-mdlg-3 {
    margin: 1rem !important; }
  .mt-mdlg-3,
  .my-mdlg-3 {
    margin-top: 1rem !important; }
  .mr-mdlg-3,
  .mx-mdlg-3 {
    margin-right: 1rem !important; }
  .mb-mdlg-3,
  .my-mdlg-3 {
    margin-bottom: 1rem !important; }
  .ml-mdlg-3,
  .mx-mdlg-3 {
    margin-left: 1rem !important; }
  .m-mdlg-4 {
    margin: 1.5rem !important; }
  .mt-mdlg-4,
  .my-mdlg-4 {
    margin-top: 1.5rem !important; }
  .mr-mdlg-4,
  .mx-mdlg-4 {
    margin-right: 1.5rem !important; }
  .mb-mdlg-4,
  .my-mdlg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-mdlg-4,
  .mx-mdlg-4 {
    margin-left: 1.5rem !important; }
  .m-mdlg-5 {
    margin: 3rem !important; }
  .mt-mdlg-5,
  .my-mdlg-5 {
    margin-top: 3rem !important; }
  .mr-mdlg-5,
  .mx-mdlg-5 {
    margin-right: 3rem !important; }
  .mb-mdlg-5,
  .my-mdlg-5 {
    margin-bottom: 3rem !important; }
  .ml-mdlg-5,
  .mx-mdlg-5 {
    margin-left: 3rem !important; }
  .m-mdlg-6 {
    margin: 4.5rem !important; }
  .mt-mdlg-6,
  .my-mdlg-6 {
    margin-top: 4.5rem !important; }
  .mr-mdlg-6,
  .mx-mdlg-6 {
    margin-right: 4.5rem !important; }
  .mb-mdlg-6,
  .my-mdlg-6 {
    margin-bottom: 4.5rem !important; }
  .ml-mdlg-6,
  .mx-mdlg-6 {
    margin-left: 4.5rem !important; }
  .m-mdlg-7 {
    margin: 6rem !important; }
  .mt-mdlg-7,
  .my-mdlg-7 {
    margin-top: 6rem !important; }
  .mr-mdlg-7,
  .mx-mdlg-7 {
    margin-right: 6rem !important; }
  .mb-mdlg-7,
  .my-mdlg-7 {
    margin-bottom: 6rem !important; }
  .ml-mdlg-7,
  .mx-mdlg-7 {
    margin-left: 6rem !important; }
  .p-mdlg-0 {
    padding: 0 !important; }
  .pt-mdlg-0,
  .py-mdlg-0 {
    padding-top: 0 !important; }
  .pr-mdlg-0,
  .px-mdlg-0 {
    padding-right: 0 !important; }
  .pb-mdlg-0,
  .py-mdlg-0 {
    padding-bottom: 0 !important; }
  .pl-mdlg-0,
  .px-mdlg-0 {
    padding-left: 0 !important; }
  .p-mdlg-1 {
    padding: 0.25rem !important; }
  .pt-mdlg-1,
  .py-mdlg-1 {
    padding-top: 0.25rem !important; }
  .pr-mdlg-1,
  .px-mdlg-1 {
    padding-right: 0.25rem !important; }
  .pb-mdlg-1,
  .py-mdlg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-mdlg-1,
  .px-mdlg-1 {
    padding-left: 0.25rem !important; }
  .p-mdlg-2 {
    padding: 0.5rem !important; }
  .pt-mdlg-2,
  .py-mdlg-2 {
    padding-top: 0.5rem !important; }
  .pr-mdlg-2,
  .px-mdlg-2 {
    padding-right: 0.5rem !important; }
  .pb-mdlg-2,
  .py-mdlg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-mdlg-2,
  .px-mdlg-2 {
    padding-left: 0.5rem !important; }
  .p-mdlg-3 {
    padding: 1rem !important; }
  .pt-mdlg-3,
  .py-mdlg-3 {
    padding-top: 1rem !important; }
  .pr-mdlg-3,
  .px-mdlg-3,
  .by-the-numbers .field--name-field-content table + p {
    padding-right: 1rem !important; }
  .pb-mdlg-3,
  .py-mdlg-3 {
    padding-bottom: 1rem !important; }
  .pl-mdlg-3,
  .px-mdlg-3,
  .by-the-numbers .field--name-field-content table + p {
    padding-left: 1rem !important; }
  .p-mdlg-4 {
    padding: 1.5rem !important; }
  .pt-mdlg-4,
  .py-mdlg-4 {
    padding-top: 1.5rem !important; }
  .pr-mdlg-4,
  .px-mdlg-4 {
    padding-right: 1.5rem !important; }
  .pb-mdlg-4,
  .py-mdlg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-mdlg-4,
  .px-mdlg-4 {
    padding-left: 1.5rem !important; }
  .p-mdlg-5 {
    padding: 3rem !important; }
  .pt-mdlg-5,
  .py-mdlg-5 {
    padding-top: 3rem !important; }
  .pr-mdlg-5,
  .px-mdlg-5 {
    padding-right: 3rem !important; }
  .pb-mdlg-5,
  .py-mdlg-5 {
    padding-bottom: 3rem !important; }
  .pl-mdlg-5,
  .px-mdlg-5 {
    padding-left: 3rem !important; }
  .p-mdlg-6 {
    padding: 4.5rem !important; }
  .pt-mdlg-6,
  .py-mdlg-6 {
    padding-top: 4.5rem !important; }
  .pr-mdlg-6,
  .px-mdlg-6 {
    padding-right: 4.5rem !important; }
  .pb-mdlg-6,
  .py-mdlg-6 {
    padding-bottom: 4.5rem !important; }
  .pl-mdlg-6,
  .px-mdlg-6 {
    padding-left: 4.5rem !important; }
  .p-mdlg-7 {
    padding: 6rem !important; }
  .pt-mdlg-7,
  .py-mdlg-7 {
    padding-top: 6rem !important; }
  .pr-mdlg-7,
  .px-mdlg-7 {
    padding-right: 6rem !important; }
  .pb-mdlg-7,
  .py-mdlg-7 {
    padding-bottom: 6rem !important; }
  .pl-mdlg-7,
  .px-mdlg-7 {
    padding-left: 6rem !important; }
  .m-mdlg-n1 {
    margin: -0.25rem !important; }
  .mt-mdlg-n1,
  .my-mdlg-n1 {
    margin-top: -0.25rem !important; }
  .mr-mdlg-n1,
  .mx-mdlg-n1 {
    margin-right: -0.25rem !important; }
  .mb-mdlg-n1,
  .my-mdlg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-mdlg-n1,
  .mx-mdlg-n1 {
    margin-left: -0.25rem !important; }
  .m-mdlg-n2 {
    margin: -0.5rem !important; }
  .mt-mdlg-n2,
  .my-mdlg-n2 {
    margin-top: -0.5rem !important; }
  .mr-mdlg-n2,
  .mx-mdlg-n2 {
    margin-right: -0.5rem !important; }
  .mb-mdlg-n2,
  .my-mdlg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-mdlg-n2,
  .mx-mdlg-n2 {
    margin-left: -0.5rem !important; }
  .m-mdlg-n3 {
    margin: -1rem !important; }
  .mt-mdlg-n3,
  .my-mdlg-n3 {
    margin-top: -1rem !important; }
  .mr-mdlg-n3,
  .mx-mdlg-n3 {
    margin-right: -1rem !important; }
  .mb-mdlg-n3,
  .my-mdlg-n3 {
    margin-bottom: -1rem !important; }
  .ml-mdlg-n3,
  .mx-mdlg-n3 {
    margin-left: -1rem !important; }
  .m-mdlg-n4 {
    margin: -1.5rem !important; }
  .mt-mdlg-n4,
  .my-mdlg-n4 {
    margin-top: -1.5rem !important; }
  .mr-mdlg-n4,
  .mx-mdlg-n4 {
    margin-right: -1.5rem !important; }
  .mb-mdlg-n4,
  .my-mdlg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-mdlg-n4,
  .mx-mdlg-n4 {
    margin-left: -1.5rem !important; }
  .m-mdlg-n5 {
    margin: -3rem !important; }
  .mt-mdlg-n5,
  .my-mdlg-n5 {
    margin-top: -3rem !important; }
  .mr-mdlg-n5,
  .mx-mdlg-n5 {
    margin-right: -3rem !important; }
  .mb-mdlg-n5,
  .my-mdlg-n5 {
    margin-bottom: -3rem !important; }
  .ml-mdlg-n5,
  .mx-mdlg-n5 {
    margin-left: -3rem !important; }
  .m-mdlg-n6 {
    margin: -4.5rem !important; }
  .mt-mdlg-n6,
  .my-mdlg-n6 {
    margin-top: -4.5rem !important; }
  .mr-mdlg-n6,
  .mx-mdlg-n6 {
    margin-right: -4.5rem !important; }
  .mb-mdlg-n6,
  .my-mdlg-n6 {
    margin-bottom: -4.5rem !important; }
  .ml-mdlg-n6,
  .mx-mdlg-n6 {
    margin-left: -4.5rem !important; }
  .m-mdlg-n7 {
    margin: -6rem !important; }
  .mt-mdlg-n7,
  .my-mdlg-n7 {
    margin-top: -6rem !important; }
  .mr-mdlg-n7,
  .mx-mdlg-n7 {
    margin-right: -6rem !important; }
  .mb-mdlg-n7,
  .my-mdlg-n7 {
    margin-bottom: -6rem !important; }
  .ml-mdlg-n7,
  .mx-mdlg-n7 {
    margin-left: -6rem !important; }
  .m-mdlg-auto {
    margin: auto !important; }
  .mt-mdlg-auto,
  .my-mdlg-auto {
    margin-top: auto !important; }
  .mr-mdlg-auto,
  .mx-mdlg-auto {
    margin-right: auto !important; }
  .mb-mdlg-auto,
  .my-mdlg-auto {
    margin-bottom: auto !important; }
  .ml-mdlg-auto,
  .mx-mdlg-auto {
    margin-left: auto !important; } }

@media (min-width: 992px) {
  .m-lg-0 {
    margin: 0 !important; }
  .mt-lg-0,
  .my-lg-0 {
    margin-top: 0 !important; }
  .mr-lg-0,
  .mx-lg-0 {
    margin-right: 0 !important; }
  .mb-lg-0,
  .my-lg-0 {
    margin-bottom: 0 !important; }
  .ml-lg-0,
  .mx-lg-0 {
    margin-left: 0 !important; }
  .m-lg-1 {
    margin: 0.25rem !important; }
  .mt-lg-1,
  .my-lg-1 {
    margin-top: 0.25rem !important; }
  .mr-lg-1,
  .mx-lg-1 {
    margin-right: 0.25rem !important; }
  .mb-lg-1,
  .my-lg-1 {
    margin-bottom: 0.25rem !important; }
  .ml-lg-1,
  .mx-lg-1 {
    margin-left: 0.25rem !important; }
  .m-lg-2 {
    margin: 0.5rem !important; }
  .mt-lg-2,
  .my-lg-2 {
    margin-top: 0.5rem !important; }
  .mr-lg-2,
  .mx-lg-2 {
    margin-right: 0.5rem !important; }
  .mb-lg-2,
  .my-lg-2 {
    margin-bottom: 0.5rem !important; }
  .ml-lg-2,
  .mx-lg-2 {
    margin-left: 0.5rem !important; }
  .m-lg-3 {
    margin: 1rem !important; }
  .mt-lg-3,
  .my-lg-3 {
    margin-top: 1rem !important; }
  .mr-lg-3,
  .mx-lg-3 {
    margin-right: 1rem !important; }
  .mb-lg-3,
  .my-lg-3 {
    margin-bottom: 1rem !important; }
  .ml-lg-3,
  .mx-lg-3 {
    margin-left: 1rem !important; }
  .m-lg-4 {
    margin: 1.5rem !important; }
  .mt-lg-4,
  .my-lg-4 {
    margin-top: 1.5rem !important; }
  .mr-lg-4,
  .mx-lg-4 {
    margin-right: 1.5rem !important; }
  .mb-lg-4,
  .my-lg-4 {
    margin-bottom: 1.5rem !important; }
  .ml-lg-4,
  .mx-lg-4 {
    margin-left: 1.5rem !important; }
  .m-lg-5 {
    margin: 3rem !important; }
  .mt-lg-5,
  .my-lg-5 {
    margin-top: 3rem !important; }
  .mr-lg-5,
  .mx-lg-5 {
    margin-right: 3rem !important; }
  .mb-lg-5,
  .my-lg-5 {
    margin-bottom: 3rem !important; }
  .ml-lg-5,
  .mx-lg-5 {
    margin-left: 3rem !important; }
  .m-lg-6 {
    margin: 4.5rem !important; }
  .mt-lg-6,
  .my-lg-6 {
    margin-top: 4.5rem !important; }
  .mr-lg-6,
  .mx-lg-6 {
    margin-right: 4.5rem !important; }
  .mb-lg-6,
  .my-lg-6 {
    margin-bottom: 4.5rem !important; }
  .ml-lg-6,
  .mx-lg-6 {
    margin-left: 4.5rem !important; }
  .m-lg-7 {
    margin: 6rem !important; }
  .mt-lg-7,
  .my-lg-7 {
    margin-top: 6rem !important; }
  .mr-lg-7,
  .mx-lg-7 {
    margin-right: 6rem !important; }
  .mb-lg-7,
  .my-lg-7 {
    margin-bottom: 6rem !important; }
  .ml-lg-7,
  .mx-lg-7 {
    margin-left: 6rem !important; }
  .p-lg-0 {
    padding: 0 !important; }
  .pt-lg-0,
  .py-lg-0 {
    padding-top: 0 !important; }
  .pr-lg-0,
  .px-lg-0 {
    padding-right: 0 !important; }
  .pb-lg-0,
  .py-lg-0 {
    padding-bottom: 0 !important; }
  .pl-lg-0,
  .px-lg-0 {
    padding-left: 0 !important; }
  .p-lg-1 {
    padding: 0.25rem !important; }
  .pt-lg-1,
  .py-lg-1 {
    padding-top: 0.25rem !important; }
  .pr-lg-1,
  .px-lg-1 {
    padding-right: 0.25rem !important; }
  .pb-lg-1,
  .py-lg-1 {
    padding-bottom: 0.25rem !important; }
  .pl-lg-1,
  .px-lg-1 {
    padding-left: 0.25rem !important; }
  .p-lg-2 {
    padding: 0.5rem !important; }
  .pt-lg-2,
  .py-lg-2 {
    padding-top: 0.5rem !important; }
  .pr-lg-2,
  .px-lg-2 {
    padding-right: 0.5rem !important; }
  .pb-lg-2,
  .py-lg-2 {
    padding-bottom: 0.5rem !important; }
  .pl-lg-2,
  .px-lg-2 {
    padding-left: 0.5rem !important; }
  .p-lg-3 {
    padding: 1rem !important; }
  .pt-lg-3,
  .py-lg-3 {
    padding-top: 1rem !important; }
  .pr-lg-3,
  .px-lg-3 {
    padding-right: 1rem !important; }
  .pb-lg-3,
  .py-lg-3 {
    padding-bottom: 1rem !important; }
  .pl-lg-3,
  .px-lg-3 {
    padding-left: 1rem !important; }
  .p-lg-4 {
    padding: 1.5rem !important; }
  .pt-lg-4,
  .py-lg-4 {
    padding-top: 1.5rem !important; }
  .pr-lg-4,
  .px-lg-4 {
    padding-right: 1.5rem !important; }
  .pb-lg-4,
  .py-lg-4 {
    padding-bottom: 1.5rem !important; }
  .pl-lg-4,
  .px-lg-4 {
    padding-left: 1.5rem !important; }
  .p-lg-5 {
    padding: 3rem !important; }
  .pt-lg-5, #progress-navigation--sidebar--content .testimonial.testimonial--columns--3col .middle-column,
  .py-lg-5 {
    padding-top: 3rem !important; }
  .pr-lg-5,
  .px-lg-5 {
    padding-right: 3rem !important; }
  .pb-lg-5,
  .py-lg-5 {
    padding-bottom: 3rem !important; }
  .pl-lg-5,
  .px-lg-5 {
    padding-left: 3rem !important; }
  .p-lg-6 {
    padding: 4.5rem !important; }
  .pt-lg-6,
  .py-lg-6 {
    padding-top: 4.5rem !important; }
  .pr-lg-6,
  .px-lg-6 {
    padding-right: 4.5rem !important; }
  .pb-lg-6,
  .py-lg-6 {
    padding-bottom: 4.5rem !important; }
  .pl-lg-6,
  .px-lg-6 {
    padding-left: 4.5rem !important; }
  .p-lg-7 {
    padding: 6rem !important; }
  .pt-lg-7,
  .py-lg-7 {
    padding-top: 6rem !important; }
  .pr-lg-7,
  .px-lg-7 {
    padding-right: 6rem !important; }
  .pb-lg-7,
  .py-lg-7 {
    padding-bottom: 6rem !important; }
  .pl-lg-7,
  .px-lg-7 {
    padding-left: 6rem !important; }
  .m-lg-n1 {
    margin: -0.25rem !important; }
  .mt-lg-n1,
  .my-lg-n1 {
    margin-top: -0.25rem !important; }
  .mr-lg-n1,
  .mx-lg-n1 {
    margin-right: -0.25rem !important; }
  .mb-lg-n1,
  .my-lg-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-lg-n1,
  .mx-lg-n1 {
    margin-left: -0.25rem !important; }
  .m-lg-n2 {
    margin: -0.5rem !important; }
  .mt-lg-n2,
  .my-lg-n2 {
    margin-top: -0.5rem !important; }
  .mr-lg-n2,
  .mx-lg-n2 {
    margin-right: -0.5rem !important; }
  .mb-lg-n2,
  .my-lg-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-lg-n2,
  .mx-lg-n2 {
    margin-left: -0.5rem !important; }
  .m-lg-n3 {
    margin: -1rem !important; }
  .mt-lg-n3,
  .my-lg-n3 {
    margin-top: -1rem !important; }
  .mr-lg-n3,
  .mx-lg-n3 {
    margin-right: -1rem !important; }
  .mb-lg-n3,
  .my-lg-n3 {
    margin-bottom: -1rem !important; }
  .ml-lg-n3,
  .mx-lg-n3 {
    margin-left: -1rem !important; }
  .m-lg-n4 {
    margin: -1.5rem !important; }
  .mt-lg-n4,
  .my-lg-n4 {
    margin-top: -1.5rem !important; }
  .mr-lg-n4,
  .mx-lg-n4 {
    margin-right: -1.5rem !important; }
  .mb-lg-n4,
  .my-lg-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-lg-n4,
  .mx-lg-n4 {
    margin-left: -1.5rem !important; }
  .m-lg-n5 {
    margin: -3rem !important; }
  .mt-lg-n5,
  .my-lg-n5 {
    margin-top: -3rem !important; }
  .mr-lg-n5,
  .mx-lg-n5 {
    margin-right: -3rem !important; }
  .mb-lg-n5,
  .my-lg-n5 {
    margin-bottom: -3rem !important; }
  .ml-lg-n5,
  .mx-lg-n5 {
    margin-left: -3rem !important; }
  .m-lg-n6 {
    margin: -4.5rem !important; }
  .mt-lg-n6,
  .my-lg-n6 {
    margin-top: -4.5rem !important; }
  .mr-lg-n6,
  .mx-lg-n6 {
    margin-right: -4.5rem !important; }
  .mb-lg-n6,
  .my-lg-n6 {
    margin-bottom: -4.5rem !important; }
  .ml-lg-n6,
  .mx-lg-n6 {
    margin-left: -4.5rem !important; }
  .m-lg-n7 {
    margin: -6rem !important; }
  .mt-lg-n7,
  .my-lg-n7 {
    margin-top: -6rem !important; }
  .mr-lg-n7,
  .mx-lg-n7 {
    margin-right: -6rem !important; }
  .mb-lg-n7,
  .my-lg-n7 {
    margin-bottom: -6rem !important; }
  .ml-lg-n7,
  .mx-lg-n7 {
    margin-left: -6rem !important; }
  .m-lg-auto {
    margin: auto !important; }
  .mt-lg-auto,
  .my-lg-auto {
    margin-top: auto !important; }
  .mr-lg-auto,
  .mx-lg-auto {
    margin-right: auto !important; }
  .mb-lg-auto,
  .my-lg-auto {
    margin-bottom: auto !important; }
  .ml-lg-auto,
  .mx-lg-auto {
    margin-left: auto !important; } }

@media (min-width: 1200px) {
  .m-xl-0 {
    margin: 0 !important; }
  .mt-xl-0,
  .my-xl-0 {
    margin-top: 0 !important; }
  .mr-xl-0,
  .mx-xl-0 {
    margin-right: 0 !important; }
  .mb-xl-0,
  .my-xl-0 {
    margin-bottom: 0 !important; }
  .ml-xl-0,
  .mx-xl-0 {
    margin-left: 0 !important; }
  .m-xl-1 {
    margin: 0.25rem !important; }
  .mt-xl-1,
  .my-xl-1 {
    margin-top: 0.25rem !important; }
  .mr-xl-1,
  .mx-xl-1 {
    margin-right: 0.25rem !important; }
  .mb-xl-1,
  .my-xl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xl-1,
  .mx-xl-1 {
    margin-left: 0.25rem !important; }
  .m-xl-2 {
    margin: 0.5rem !important; }
  .mt-xl-2,
  .my-xl-2 {
    margin-top: 0.5rem !important; }
  .mr-xl-2,
  .mx-xl-2 {
    margin-right: 0.5rem !important; }
  .mb-xl-2,
  .my-xl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xl-2,
  .mx-xl-2 {
    margin-left: 0.5rem !important; }
  .m-xl-3 {
    margin: 1rem !important; }
  .mt-xl-3,
  .my-xl-3 {
    margin-top: 1rem !important; }
  .mr-xl-3,
  .mx-xl-3 {
    margin-right: 1rem !important; }
  .mb-xl-3,
  .my-xl-3 {
    margin-bottom: 1rem !important; }
  .ml-xl-3,
  .mx-xl-3 {
    margin-left: 1rem !important; }
  .m-xl-4 {
    margin: 1.5rem !important; }
  .mt-xl-4,
  .my-xl-4 {
    margin-top: 1.5rem !important; }
  .mr-xl-4,
  .mx-xl-4 {
    margin-right: 1.5rem !important; }
  .mb-xl-4,
  .my-xl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xl-4,
  .mx-xl-4 {
    margin-left: 1.5rem !important; }
  .m-xl-5 {
    margin: 3rem !important; }
  .mt-xl-5,
  .my-xl-5 {
    margin-top: 3rem !important; }
  .mr-xl-5,
  .mx-xl-5 {
    margin-right: 3rem !important; }
  .mb-xl-5,
  .my-xl-5 {
    margin-bottom: 3rem !important; }
  .ml-xl-5,
  .mx-xl-5 {
    margin-left: 3rem !important; }
  .m-xl-6 {
    margin: 4.5rem !important; }
  .mt-xl-6,
  .my-xl-6 {
    margin-top: 4.5rem !important; }
  .mr-xl-6,
  .mx-xl-6 {
    margin-right: 4.5rem !important; }
  .mb-xl-6,
  .my-xl-6 {
    margin-bottom: 4.5rem !important; }
  .ml-xl-6,
  .mx-xl-6 {
    margin-left: 4.5rem !important; }
  .m-xl-7 {
    margin: 6rem !important; }
  .mt-xl-7,
  .my-xl-7 {
    margin-top: 6rem !important; }
  .mr-xl-7,
  .mx-xl-7 {
    margin-right: 6rem !important; }
  .mb-xl-7,
  .my-xl-7 {
    margin-bottom: 6rem !important; }
  .ml-xl-7,
  .mx-xl-7 {
    margin-left: 6rem !important; }
  .p-xl-0 {
    padding: 0 !important; }
  .pt-xl-0,
  .py-xl-0 {
    padding-top: 0 !important; }
  .pr-xl-0,
  .px-xl-0 {
    padding-right: 0 !important; }
  .pb-xl-0,
  .py-xl-0 {
    padding-bottom: 0 !important; }
  .pl-xl-0,
  .px-xl-0 {
    padding-left: 0 !important; }
  .p-xl-1 {
    padding: 0.25rem !important; }
  .pt-xl-1,
  .py-xl-1 {
    padding-top: 0.25rem !important; }
  .pr-xl-1,
  .px-xl-1 {
    padding-right: 0.25rem !important; }
  .pb-xl-1,
  .py-xl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xl-1,
  .px-xl-1 {
    padding-left: 0.25rem !important; }
  .p-xl-2 {
    padding: 0.5rem !important; }
  .pt-xl-2,
  .py-xl-2 {
    padding-top: 0.5rem !important; }
  .pr-xl-2,
  .px-xl-2 {
    padding-right: 0.5rem !important; }
  .pb-xl-2,
  .py-xl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xl-2,
  .px-xl-2 {
    padding-left: 0.5rem !important; }
  .p-xl-3 {
    padding: 1rem !important; }
  .pt-xl-3,
  .py-xl-3 {
    padding-top: 1rem !important; }
  .pr-xl-3,
  .px-xl-3 {
    padding-right: 1rem !important; }
  .pb-xl-3,
  .py-xl-3 {
    padding-bottom: 1rem !important; }
  .pl-xl-3,
  .px-xl-3 {
    padding-left: 1rem !important; }
  .p-xl-4 {
    padding: 1.5rem !important; }
  .pt-xl-4,
  .py-xl-4 {
    padding-top: 1.5rem !important; }
  .pr-xl-4,
  .px-xl-4 {
    padding-right: 1.5rem !important; }
  .pb-xl-4,
  .py-xl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xl-4,
  .px-xl-4 {
    padding-left: 1.5rem !important; }
  .p-xl-5 {
    padding: 3rem !important; }
  .pt-xl-5,
  .py-xl-5 {
    padding-top: 3rem !important; }
  .pr-xl-5,
  .px-xl-5 {
    padding-right: 3rem !important; }
  .pb-xl-5,
  .py-xl-5 {
    padding-bottom: 3rem !important; }
  .pl-xl-5, .image-card--larger-text .image-card--text,
  .px-xl-5 {
    padding-left: 3rem !important; }
  .p-xl-6 {
    padding: 4.5rem !important; }
  .pt-xl-6,
  .py-xl-6 {
    padding-top: 4.5rem !important; }
  .pr-xl-6,
  .px-xl-6 {
    padding-right: 4.5rem !important; }
  .pb-xl-6,
  .py-xl-6 {
    padding-bottom: 4.5rem !important; }
  .pl-xl-6,
  .px-xl-6 {
    padding-left: 4.5rem !important; }
  .p-xl-7 {
    padding: 6rem !important; }
  .pt-xl-7,
  .py-xl-7 {
    padding-top: 6rem !important; }
  .pr-xl-7,
  .px-xl-7 {
    padding-right: 6rem !important; }
  .pb-xl-7,
  .py-xl-7 {
    padding-bottom: 6rem !important; }
  .pl-xl-7,
  .px-xl-7 {
    padding-left: 6rem !important; }
  .m-xl-n1 {
    margin: -0.25rem !important; }
  .mt-xl-n1,
  .my-xl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xl-n1,
  .mx-xl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xl-n1,
  .my-xl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xl-n1,
  .mx-xl-n1 {
    margin-left: -0.25rem !important; }
  .m-xl-n2 {
    margin: -0.5rem !important; }
  .mt-xl-n2,
  .my-xl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xl-n2,
  .mx-xl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xl-n2,
  .my-xl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xl-n2,
  .mx-xl-n2 {
    margin-left: -0.5rem !important; }
  .m-xl-n3 {
    margin: -1rem !important; }
  .mt-xl-n3,
  .my-xl-n3 {
    margin-top: -1rem !important; }
  .mr-xl-n3,
  .mx-xl-n3 {
    margin-right: -1rem !important; }
  .mb-xl-n3,
  .my-xl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xl-n3,
  .mx-xl-n3 {
    margin-left: -1rem !important; }
  .m-xl-n4 {
    margin: -1.5rem !important; }
  .mt-xl-n4,
  .my-xl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xl-n4,
  .mx-xl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xl-n4,
  .my-xl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xl-n4,
  .mx-xl-n4 {
    margin-left: -1.5rem !important; }
  .m-xl-n5 {
    margin: -3rem !important; }
  .mt-xl-n5,
  .my-xl-n5 {
    margin-top: -3rem !important; }
  .mr-xl-n5,
  .mx-xl-n5 {
    margin-right: -3rem !important; }
  .mb-xl-n5,
  .my-xl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xl-n5,
  .mx-xl-n5 {
    margin-left: -3rem !important; }
  .m-xl-n6 {
    margin: -4.5rem !important; }
  .mt-xl-n6,
  .my-xl-n6 {
    margin-top: -4.5rem !important; }
  .mr-xl-n6,
  .mx-xl-n6 {
    margin-right: -4.5rem !important; }
  .mb-xl-n6,
  .my-xl-n6 {
    margin-bottom: -4.5rem !important; }
  .ml-xl-n6,
  .mx-xl-n6 {
    margin-left: -4.5rem !important; }
  .m-xl-n7 {
    margin: -6rem !important; }
  .mt-xl-n7,
  .my-xl-n7 {
    margin-top: -6rem !important; }
  .mr-xl-n7,
  .mx-xl-n7 {
    margin-right: -6rem !important; }
  .mb-xl-n7,
  .my-xl-n7 {
    margin-bottom: -6rem !important; }
  .ml-xl-n7,
  .mx-xl-n7 {
    margin-left: -6rem !important; }
  .m-xl-auto {
    margin: auto !important; }
  .mt-xl-auto,
  .my-xl-auto {
    margin-top: auto !important; }
  .mr-xl-auto,
  .mx-xl-auto {
    margin-right: auto !important; }
  .mb-xl-auto,
  .my-xl-auto {
    margin-bottom: auto !important; }
  .ml-xl-auto,
  .mx-xl-auto {
    margin-left: auto !important; } }

@media (min-width: 1460px) {
  .m-xxl-0 {
    margin: 0 !important; }
  .mt-xxl-0,
  .my-xxl-0 {
    margin-top: 0 !important; }
  .mr-xxl-0,
  .mx-xxl-0 {
    margin-right: 0 !important; }
  .mb-xxl-0,
  .my-xxl-0 {
    margin-bottom: 0 !important; }
  .ml-xxl-0,
  .mx-xxl-0 {
    margin-left: 0 !important; }
  .m-xxl-1 {
    margin: 0.25rem !important; }
  .mt-xxl-1,
  .my-xxl-1 {
    margin-top: 0.25rem !important; }
  .mr-xxl-1,
  .mx-xxl-1 {
    margin-right: 0.25rem !important; }
  .mb-xxl-1,
  .my-xxl-1 {
    margin-bottom: 0.25rem !important; }
  .ml-xxl-1,
  .mx-xxl-1 {
    margin-left: 0.25rem !important; }
  .m-xxl-2 {
    margin: 0.5rem !important; }
  .mt-xxl-2,
  .my-xxl-2 {
    margin-top: 0.5rem !important; }
  .mr-xxl-2,
  .mx-xxl-2 {
    margin-right: 0.5rem !important; }
  .mb-xxl-2,
  .my-xxl-2 {
    margin-bottom: 0.5rem !important; }
  .ml-xxl-2,
  .mx-xxl-2 {
    margin-left: 0.5rem !important; }
  .m-xxl-3 {
    margin: 1rem !important; }
  .mt-xxl-3,
  .my-xxl-3 {
    margin-top: 1rem !important; }
  .mr-xxl-3,
  .mx-xxl-3 {
    margin-right: 1rem !important; }
  .mb-xxl-3,
  .my-xxl-3 {
    margin-bottom: 1rem !important; }
  .ml-xxl-3,
  .mx-xxl-3 {
    margin-left: 1rem !important; }
  .m-xxl-4 {
    margin: 1.5rem !important; }
  .mt-xxl-4,
  .my-xxl-4 {
    margin-top: 1.5rem !important; }
  .mr-xxl-4,
  .mx-xxl-4 {
    margin-right: 1.5rem !important; }
  .mb-xxl-4,
  .my-xxl-4 {
    margin-bottom: 1.5rem !important; }
  .ml-xxl-4,
  .mx-xxl-4 {
    margin-left: 1.5rem !important; }
  .m-xxl-5 {
    margin: 3rem !important; }
  .mt-xxl-5,
  .my-xxl-5 {
    margin-top: 3rem !important; }
  .mr-xxl-5,
  .mx-xxl-5 {
    margin-right: 3rem !important; }
  .mb-xxl-5,
  .my-xxl-5 {
    margin-bottom: 3rem !important; }
  .ml-xxl-5,
  .mx-xxl-5 {
    margin-left: 3rem !important; }
  .m-xxl-6 {
    margin: 4.5rem !important; }
  .mt-xxl-6,
  .my-xxl-6 {
    margin-top: 4.5rem !important; }
  .mr-xxl-6,
  .mx-xxl-6 {
    margin-right: 4.5rem !important; }
  .mb-xxl-6,
  .my-xxl-6 {
    margin-bottom: 4.5rem !important; }
  .ml-xxl-6,
  .mx-xxl-6 {
    margin-left: 4.5rem !important; }
  .m-xxl-7 {
    margin: 6rem !important; }
  .mt-xxl-7,
  .my-xxl-7 {
    margin-top: 6rem !important; }
  .mr-xxl-7,
  .mx-xxl-7 {
    margin-right: 6rem !important; }
  .mb-xxl-7,
  .my-xxl-7 {
    margin-bottom: 6rem !important; }
  .ml-xxl-7,
  .mx-xxl-7 {
    margin-left: 6rem !important; }
  .p-xxl-0 {
    padding: 0 !important; }
  .pt-xxl-0,
  .py-xxl-0 {
    padding-top: 0 !important; }
  .pr-xxl-0,
  .px-xxl-0 {
    padding-right: 0 !important; }
  .pb-xxl-0,
  .py-xxl-0 {
    padding-bottom: 0 !important; }
  .pl-xxl-0,
  .px-xxl-0 {
    padding-left: 0 !important; }
  .p-xxl-1 {
    padding: 0.25rem !important; }
  .pt-xxl-1,
  .py-xxl-1 {
    padding-top: 0.25rem !important; }
  .pr-xxl-1,
  .px-xxl-1 {
    padding-right: 0.25rem !important; }
  .pb-xxl-1,
  .py-xxl-1 {
    padding-bottom: 0.25rem !important; }
  .pl-xxl-1,
  .px-xxl-1 {
    padding-left: 0.25rem !important; }
  .p-xxl-2 {
    padding: 0.5rem !important; }
  .pt-xxl-2,
  .py-xxl-2 {
    padding-top: 0.5rem !important; }
  .pr-xxl-2,
  .px-xxl-2 {
    padding-right: 0.5rem !important; }
  .pb-xxl-2,
  .py-xxl-2 {
    padding-bottom: 0.5rem !important; }
  .pl-xxl-2,
  .px-xxl-2 {
    padding-left: 0.5rem !important; }
  .p-xxl-3 {
    padding: 1rem !important; }
  .pt-xxl-3,
  .py-xxl-3 {
    padding-top: 1rem !important; }
  .pr-xxl-3,
  .px-xxl-3 {
    padding-right: 1rem !important; }
  .pb-xxl-3,
  .py-xxl-3 {
    padding-bottom: 1rem !important; }
  .pl-xxl-3,
  .px-xxl-3 {
    padding-left: 1rem !important; }
  .p-xxl-4 {
    padding: 1.5rem !important; }
  .pt-xxl-4,
  .py-xxl-4 {
    padding-top: 1.5rem !important; }
  .pr-xxl-4,
  .px-xxl-4 {
    padding-right: 1.5rem !important; }
  .pb-xxl-4,
  .py-xxl-4 {
    padding-bottom: 1.5rem !important; }
  .pl-xxl-4,
  .px-xxl-4 {
    padding-left: 1.5rem !important; }
  .p-xxl-5 {
    padding: 3rem !important; }
  .pt-xxl-5,
  .py-xxl-5 {
    padding-top: 3rem !important; }
  .pr-xxl-5,
  .px-xxl-5 {
    padding-right: 3rem !important; }
  .pb-xxl-5,
  .py-xxl-5 {
    padding-bottom: 3rem !important; }
  .pl-xxl-5,
  .px-xxl-5 {
    padding-left: 3rem !important; }
  .p-xxl-6 {
    padding: 4.5rem !important; }
  .pt-xxl-6,
  .py-xxl-6 {
    padding-top: 4.5rem !important; }
  .pr-xxl-6,
  .px-xxl-6 {
    padding-right: 4.5rem !important; }
  .pb-xxl-6,
  .py-xxl-6 {
    padding-bottom: 4.5rem !important; }
  .pl-xxl-6,
  .px-xxl-6 {
    padding-left: 4.5rem !important; }
  .p-xxl-7 {
    padding: 6rem !important; }
  .pt-xxl-7,
  .py-xxl-7 {
    padding-top: 6rem !important; }
  .pr-xxl-7,
  .px-xxl-7 {
    padding-right: 6rem !important; }
  .pb-xxl-7,
  .py-xxl-7 {
    padding-bottom: 6rem !important; }
  .pl-xxl-7,
  .px-xxl-7 {
    padding-left: 6rem !important; }
  .m-xxl-n1 {
    margin: -0.25rem !important; }
  .mt-xxl-n1,
  .my-xxl-n1 {
    margin-top: -0.25rem !important; }
  .mr-xxl-n1,
  .mx-xxl-n1 {
    margin-right: -0.25rem !important; }
  .mb-xxl-n1,
  .my-xxl-n1 {
    margin-bottom: -0.25rem !important; }
  .ml-xxl-n1,
  .mx-xxl-n1 {
    margin-left: -0.25rem !important; }
  .m-xxl-n2 {
    margin: -0.5rem !important; }
  .mt-xxl-n2,
  .my-xxl-n2 {
    margin-top: -0.5rem !important; }
  .mr-xxl-n2,
  .mx-xxl-n2 {
    margin-right: -0.5rem !important; }
  .mb-xxl-n2,
  .my-xxl-n2 {
    margin-bottom: -0.5rem !important; }
  .ml-xxl-n2,
  .mx-xxl-n2 {
    margin-left: -0.5rem !important; }
  .m-xxl-n3 {
    margin: -1rem !important; }
  .mt-xxl-n3,
  .my-xxl-n3 {
    margin-top: -1rem !important; }
  .mr-xxl-n3,
  .mx-xxl-n3 {
    margin-right: -1rem !important; }
  .mb-xxl-n3,
  .my-xxl-n3 {
    margin-bottom: -1rem !important; }
  .ml-xxl-n3,
  .mx-xxl-n3 {
    margin-left: -1rem !important; }
  .m-xxl-n4 {
    margin: -1.5rem !important; }
  .mt-xxl-n4,
  .my-xxl-n4 {
    margin-top: -1.5rem !important; }
  .mr-xxl-n4,
  .mx-xxl-n4 {
    margin-right: -1.5rem !important; }
  .mb-xxl-n4,
  .my-xxl-n4 {
    margin-bottom: -1.5rem !important; }
  .ml-xxl-n4,
  .mx-xxl-n4 {
    margin-left: -1.5rem !important; }
  .m-xxl-n5 {
    margin: -3rem !important; }
  .mt-xxl-n5,
  .my-xxl-n5 {
    margin-top: -3rem !important; }
  .mr-xxl-n5,
  .mx-xxl-n5 {
    margin-right: -3rem !important; }
  .mb-xxl-n5,
  .my-xxl-n5 {
    margin-bottom: -3rem !important; }
  .ml-xxl-n5,
  .mx-xxl-n5 {
    margin-left: -3rem !important; }
  .m-xxl-n6 {
    margin: -4.5rem !important; }
  .mt-xxl-n6,
  .my-xxl-n6 {
    margin-top: -4.5rem !important; }
  .mr-xxl-n6,
  .mx-xxl-n6 {
    margin-right: -4.5rem !important; }
  .mb-xxl-n6,
  .my-xxl-n6 {
    margin-bottom: -4.5rem !important; }
  .ml-xxl-n6,
  .mx-xxl-n6 {
    margin-left: -4.5rem !important; }
  .m-xxl-n7 {
    margin: -6rem !important; }
  .mt-xxl-n7,
  .my-xxl-n7 {
    margin-top: -6rem !important; }
  .mr-xxl-n7,
  .mx-xxl-n7 {
    margin-right: -6rem !important; }
  .mb-xxl-n7,
  .my-xxl-n7 {
    margin-bottom: -6rem !important; }
  .ml-xxl-n7,
  .mx-xxl-n7 {
    margin-left: -6rem !important; }
  .m-xxl-auto {
    margin: auto !important; }
  .mt-xxl-auto,
  .my-xxl-auto {
    margin-top: auto !important; }
  .mr-xxl-auto,
  .mx-xxl-auto {
    margin-right: auto !important; }
  .mb-xxl-auto,
  .my-xxl-auto {
    margin-bottom: auto !important; }
  .ml-xxl-auto,
  .mx-xxl-auto {
    margin-left: auto !important; } }

.text-monospace {
  font-family: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace !important; }

.text-justify {
  text-align: justify !important; }

.text-wrap {
  white-space: normal !important; }

.text-nowrap {
  white-space: nowrap !important; }

.text-truncate {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap; }

.text-left {
  text-align: left !important; }

.text-right {
  text-align: right !important; }

.text-center {
  text-align: center !important; }

@media (min-width: 576px) {
  .text-sm-left {
    text-align: left !important; }
  .text-sm-right {
    text-align: right !important; }
  .text-sm-center {
    text-align: center !important; } }

@media (min-width: 768px) {
  .text-md-left {
    text-align: left !important; }
  .text-md-right {
    text-align: right !important; }
  .text-md-center {
    text-align: center !important; } }

@media (min-width: 880px) {
  .text-mdlg-left {
    text-align: left !important; }
  .text-mdlg-right {
    text-align: right !important; }
  .text-mdlg-center {
    text-align: center !important; } }

@media (min-width: 992px) {
  .text-lg-left {
    text-align: left !important; }
  .text-lg-right {
    text-align: right !important; }
  .text-lg-center {
    text-align: center !important; } }

@media (min-width: 1200px) {
  .text-xl-left {
    text-align: left !important; }
  .text-xl-right {
    text-align: right !important; }
  .text-xl-center {
    text-align: center !important; } }

@media (min-width: 1460px) {
  .text-xxl-left {
    text-align: left !important; }
  .text-xxl-right {
    text-align: right !important; }
  .text-xxl-center {
    text-align: center !important; } }

.text-lowercase {
  text-transform: lowercase !important; }

.text-uppercase {
  text-transform: uppercase !important; }

.text-capitalize {
  text-transform: capitalize !important; }

.font-weight-light {
  font-weight: 300 !important; }

.font-weight-lighter {
  font-weight: lighter !important; }

.font-weight-normal {
  font-weight: 400 !important; }

.font-weight-bold {
  font-weight: 700 !important; }

.font-weight-bolder {
  font-weight: bolder !important; }

.font-italic {
  font-style: italic !important; }

.text-white {
  color: #fff !important; }

.text-primary {
  color: #F76902 !important; }

a.text-primary:hover, a.text-primary:focus {
  color: #ab4901 !important; }

.text-secondary {
  color: #6c757d !important; }

a.text-secondary:hover, a.text-secondary:focus {
  color: #494f54 !important; }

.text-success {
  color: #28a745 !important; }

a.text-success:hover, a.text-success:focus {
  color: #19692c !important; }

.text-info {
  color: #17a2b8 !important; }

a.text-info:hover, a.text-info:focus {
  color: #0f6674 !important; }

.text-warning {
  color: #ffc107 !important; }

a.text-warning:hover, a.text-warning:focus {
  color: #ba8b00 !important; }

.text-danger {
  color: #dc3545 !important; }

a.text-danger:hover, a.text-danger:focus {
  color: #a71d2a !important; }

.text-light {
  color: #EEE !important; }

a.text-light:hover, a.text-light:focus {
  color: #c8c8c8 !important; }

.text-dark {
  color: #343a40 !important; }

a.text-dark:hover, a.text-dark:focus {
  color: #121416 !important; }

.text-rit-orange {
  color: #F76902 !important; }

a.text-rit-orange:hover, a.text-rit-orange:focus {
  color: #ab4901 !important; }

.text-wcag-orange {
  color: #C75300 !important; }

a.text-wcag-orange:hover, a.text-wcag-orange:focus {
  color: #7b3300 !important; }

.text-body {
  color: #212529 !important; }

.text-muted {
  color: #6c757d !important; }

.text-black-50 {
  color: rgba(0, 0, 0, 0.5) !important; }

.text-white-50 {
  color: rgba(255, 255, 255, 0.5) !important; }

.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0; }

.text-decoration-none {
  text-decoration: none !important; }

.text-break {
  word-break: break-word !important;
  overflow-wrap: break-word !important; }

.text-reset {
  color: inherit !important; }

.accordion .card {
  border-bottom: 1px solid rgba(0, 0, 0, 0.125) !important;
  border-right: 10px solid transparent;
  transition: border-right-color .2s ease-in; }
  .accordion .card:last-child {
    border-bottom: 0 !important; }
  .accordion .card.is-shown {
    border-right-color: #F76902; }
  .accordion .card .collapse:not(.show) {
    display: none; }

.accordion .card-header:hover a .fal:not(.title-icon), .accordion .card-header:hover button .fal:not(.title-icon) {
  font-weight: 400; }

@media (max-width: 575.98px) {
  .accordion .card-header {
    padding: 0.75rem 0; } }

.accordion .card-header a, .accordion .card-header button {
  font-size: 1.25rem;
  text-decoration: none;
  white-space: normal; }
  .accordion .card-header a .title-icon, .accordion .card-header button .title-icon {
    font-size: 1.5rem;
    vertical-align: middle;
    width: 27px; }
  .accordion .card-header a:after, .accordion .card-header button:after {
    display: none; }
  .accordion .card-header a.btn, .accordion .card-header button.btn {
    padding-right: 3rem; }
  .accordion .card-header a.collapsed .fa-minus-circle, .accordion .card-header button.collapsed .fa-minus-circle {
    opacity: 0; }
  .accordion .card-header a.collapsed .fa-plus-circle, .accordion .card-header button.collapsed .fa-plus-circle {
    opacity: 1; }
  .accordion .card-header a:focus-visible, .accordion .card-header button:focus-visible {
    outline: #F76902 !important;
    outline-width: thin !important;
    outline-style: dashed !important; }
  .accordion .card-header a .fa-minus-circle,
  .accordion .card-header a .fa-plus-circle, .accordion .card-header button .fa-minus-circle,
  .accordion .card-header button .fa-plus-circle {
    color: #F76902;
    position: absolute;
    right: 1rem;
    top: 50%;
    opacity: 0;
    transform: translateY(-50%);
    transition: opacity .3s ease-in; }
    @media (max-width: 575.98px) {
      .accordion .card-header a .fa-minus-circle,
      .accordion .card-header a .fa-plus-circle, .accordion .card-header button .fa-minus-circle,
      .accordion .card-header button .fa-plus-circle {
        right: .2rem; } }
  .accordion .card-header a .fa-minus-circle, .accordion .card-header button .fa-minus-circle {
    opacity: 1; }

.accordion .card-body {
  padding: 1.5rem 4.5rem; }
  @media (max-width: 575.98px) {
    .accordion .card-body {
      padding: 1.5rem; } }
  .accordion .card-body .embedded-entity:last-of-type .field-content {
    border-bottom: none !important;
    padding-bottom: 0 !important; }

#progress-navigation--sidebar--content .accordion .card-header a, #progress-navigation--sidebar--content .accordion .card-header button {
  font-size: 1.25rem; }

.card.event-teaser .date {
  font-size: 1.167rem;
  color: #F76902; }

.card.event-teaser .divider {
  border-top: 3px solid #000 !important;
  width: 2rem; }

.card.event-teaser .card-title {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: normal; }
  .card.event-teaser .card-title a {
    letter-spacing: -0.05rem;
    text-decoration-color: transparent; }
    .card.event-teaser .card-title a:hover {
      color: #212529;
      text-decoration-color: #F76902; }

.card.event-teaser .event-type {
  font-size: .95rem; }

@media (max-width: 879.98px) {
  .featured-event .featured-event-image {
    overflow: hidden;
    height: 225px !important; }
    .featured-event .featured-event-image img {
      width: auto !important; } }

.featured-event .featured-event-image:after {
  position: absolute;
  content: ' ';
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.4);
  z-index: 1; }

.featured-event .featured-event-details {
  top: 50%;
  transform: translateY(-50%);
  z-index: 2; }

.card.faces-of-rit .fa-play {
  top: 2rem;
  left: 2rem;
  font-size: 2rem;
  text-shadow: 0 0 15px #666;
  z-index: 1; }

.card.faces-of-rit .card-img-link,
.card.faces-of-rit .card-img-top {
  max-width: 270px; }

.card.faces-of-rit .card-img-link:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F76902;
  opacity: 0;
  transition: opacity .3s ease-in-out; }

.card.faces-of-rit .card-img-link:hover:after {
  opacity: .5; }

.card.faces-of-rit .card-img-link:hover .card-img-top {
  transform: scale(1.1); }

.card.faces-of-rit video {
  height: 100%;
  top: 0;
  z-index: 1; }
  .card.faces-of-rit video.show {
    display: block !important; }

.card.faces-of-rit .card-img-top {
  transition: transform .3s ease-in-out; }

.card.faces-of-rit .card-title {
  font-size: 1.167rem; }

.card.faces-of-rit .card-text {
  font-size: 0.875rem; }
  .card.faces-of-rit .card-text p {
    line-height: 1.2rem; }

.card.faces-of-rit .yt-video-overlay {
  background-color: #000;
  overflow: hidden; }
  .card.faces-of-rit .yt-video-overlay.playing:after {
    display: none; }
  .card.faces-of-rit .yt-video-overlay.playing .fa-play,
  .card.faces-of-rit .yt-video-overlay.playing .card-img-top {
    visibility: hidden; }
  .card.faces-of-rit .yt-video-overlay.playing iframe.yt-player {
    display: block !important;
    top: 0;
    z-index: 2; }

.card.facility-teaser .card-img-con:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #fff;
  opacity: 0;
  transition: opacity .3s ease-in-out; }

.card.facility-teaser .card-img-con:hover:after {
  opacity: .5;
  background-color: #F76902; }

.card.facility-teaser .card-title {
  font-size: 1.167rem;
  line-height: 1.375rem; }

.card.facility-teaser .card-text p {
  font-size: .9rem;
  line-height: 1.4rem;
  margin-bottom: 0; }

.bg-black .card.featured-links-block .card-title {
  color: white !important; }

.bg-black .card.featured-links-block .card-text .divider {
  border-top-color: white !important; }

.bg-black .card.featured-links-block .card-text .fa-arrow-right {
  color: #F76902 !important; }

.featured-links-block--small-header .card.featured-links-block .card-title,
.featured-links-block--md-header .card.featured-links-block .card-title {
  font-size: 1.25rem;
  line-height: 1.2;
  font-weight: bold !important; }

.featured-links-block--small-header .card.featured-links-block .card-text .field--name-field-description p,
.featured-links-block--md-header .card.featured-links-block .card-text .field--name-field-description p {
  font-size: 1rem; }

.featured-links-block--small-header .card.featured-links-block .card-text .divider,
.featured-links-block--md-header .card.featured-links-block .card-text .divider {
  margin-top: 1.5rem !important;
  margin-bottom: 1.5rem !important; }

.featured-links-block--md-header .card.featured-links-block .card-title {
  font-size: 1.75rem; }

.featured-links-block--black-header .card.featured-links-block .card-title {
  color: black !important; }

.featured-links-block--outlined {
  margin-bottom: -1.5rem; }
  @media (max-width: 879.98px) {
    .featured-links-block--outlined {
      margin-bottom: -1rem; } }
  .featured-links-block--outlined .card.featured-links-block {
    border: solid 5px white;
    padding: 0 1rem;
    margin-bottom: 1.5rem; }
    @media (max-width: 879.98px) {
      .featured-links-block--outlined .card.featured-links-block {
        margin-bottom: 1rem; } }
  .featured-links-block--outlined.with-color.warm-colors .col-featured_links_block:nth-of-type(2n) .featured-links-block {
    border-color: #F76902; }
  .featured-links-block--outlined.with-color.warm-colors .col-featured_links_block:nth-of-type(2n + 1) .featured-links-block {
    border-color: #F6BE00; }
  .featured-links-block--outlined.with-color.warm-colors .col-featured_links_block:nth-of-type(3n + 1) .featured-links-block {
    border-color: #DA291C; }
  .featured-links-block--outlined.with-color .col-featured_links_block:nth-of-type(2n) .featured-links-block {
    border-color: #009CBD; }
  .featured-links-block--outlined.with-color .col-featured_links_block:nth-of-type(2n + 1) .featured-links-block {
    border-color: #F6BE00; }
  .featured-links-block--outlined.with-color .col-featured_links_block:nth-of-type(3n + 1) .featured-links-block {
    border-color: #7D55C7; }
  .featured-links-block--outlined.with-color.black .col-featured_links_block .featured-links-block {
    border-color: #bbbbbb;
    border-width: 2px; }

.card.featured-links-block .card-title {
  word-wrap: normal;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 2rem;
  line-height: 2.375rem;
  letter-spacing: -0.2px; }
  @media (min-width: 992px) {
    .card.featured-links-block .card-title {
      font-size: 2.5rem;
      line-height: 2.75rem; } }

.card.featured-links-block .card-text {
  line-height: 1.2rem; }
  .card.featured-links-block .card-text .divider {
    border-top: 3px solid #000 !important;
    width: 2rem; }
  .card.featured-links-block .card-text .field__item a.featured-link .fa,
  .card.featured-links-block .card-text .field__item a.featured-link .fal {
    float: left;
    padding-top: 0.2rem; }
  .card.featured-links-block .card-text .field__item a.featured-link span:not(.fa):not(.fal) {
    display: block;
    margin-left: 1.55rem; }
  .card.featured-links-block .card-text .field--name-field-description p:last-child {
    margin-bottom: 0; }

.card.featured-links-block .call-to-action a {
  font-size: 1.167rem;
  line-height: 1.1; }
  .card.featured-links-block .call-to-action a .fa {
    font-size: .8rem; }

.even-width-container .card.featured-links-block .field--name-field-description p {
  max-width: 400px; }

.orange-divider .card.featured-links-block .card-text .divider {
  border-top-color: #F76902 !important; }

.card.icon-card .card-body a,
.card.icon-card .card-body {
  word-wrap: normal;
  background: #fff; }
  .card.icon-card .card-body a .card-title,
  .card.icon-card .card-body .card-title {
    font-size: 3.25rem;
    line-height: 3.25rem;
    word-wrap: normal;
    color: #000;
    transition: color 200ms ease-in; }
    .card.icon-card .card-body a .card-title i, .card.icon-card .card-body a .card-title span,
    .card.icon-card .card-body .card-title i,
    .card.icon-card .card-body .card-title span {
      display: inline-block;
      vertical-align: middle; }
  .card.icon-card .card-body a .card-text hr.divider,
  .card.icon-card .card-body .card-text hr.divider {
    border-top: 5px solid #000 !important;
    width: 2rem;
    transition: border-top-color 200ms ease-in; }
  .card.icon-card .card-body a .card-text .field-name--name,
  .card.icon-card .card-body .card-text .field-name--name {
    line-height: 1.375rem; }
  .card.icon-card .card-body a .card-text li,
  .card.icon-card .card-body a .card-text p:not(.h6):not(.h5):not(.h4):not(.h3):not(.h2):not(.h1),
  .card.icon-card .card-body .card-text li,
  .card.icon-card .card-body .card-text p:not(.h6):not(.h5):not(.h4):not(.h3):not(.h2):not(.h1) {
    font-size: 1.167rem;
    line-height: 1.75rem; }
  .card.icon-card .card-body a .card-text p.h2,
  .card.icon-card .card-body a .card-text p.h3,
  .card.icon-card .card-body a .card-text p.h4,
  .card.icon-card .card-body a .card-text p.h5,
  .card.icon-card .card-body a .card-text p.h6,
  .card.icon-card .card-body .card-text p.h2,
  .card.icon-card .card-body .card-text p.h3,
  .card.icon-card .card-body .card-text p.h4,
  .card.icon-card .card-body .card-text p.h5,
  .card.icon-card .card-body .card-text p.h6 {
    margin-bottom: 2rem; }
  .card.icon-card .card-body a .card-text li,
  .card.icon-card .card-body .card-text li {
    margin-bottom: 0.5rem; }
  .card.icon-card .card-body a .card-text > :last-child,
  .card.icon-card .card-body .card-text > :last-child {
    margin-bottom: 0; }

.page-row.has-background-image .card.icon-card {
  background-color: transparent; }

.page-row.bg-primary .card.icon-card .card-body,
.page-row.bg-primary .card.icon-card .card-body a {
  background: transparent; }

.page-row.bg-primary .card.icon-card .card-title {
  color: #fff; }

.page-row.bg-primary .card.icon-card .card-text hr.divider {
  border-top-color: #fff !important; }

@media (min-width: 576px) {
  .page-row.bg-primary .icon-card--bullet .card.icon-card .card-body a:hover hr.divider {
    border-top: none !important; }
  .page-row.bg-primary .icon-card--bullet .card.icon-card .card-text hr.divider {
    border-top: none !important; } }

.col-icon_card-6 {
  flex: 0 0 50%;
  max-width: 50%; }
  @media (min-width: 576px) {
    .col-icon_card-6 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (min-width: 768px) {
    .col-icon_card-6 {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 992px) {
    .col-icon_card-6 {
      flex: 0 0 16.66667%;
      max-width: 16.66667%; } }

.col-icon_card-5 {
  flex: 0 0 50%;
  max-width: 50%; }
  @media (min-width: 576px) {
    .col-icon_card-5 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (min-width: 992px) {
    .col-icon_card-5 {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 1200px) {
    .col-icon_card-5 {
      flex: 0 0 20%;
      max-width: 20%; } }

.bg-black:not(.icon-card--white-on-black) .card.icon-card .card-body {
  background: black !important; }
  .bg-black:not(.icon-card--white-on-black) .card.icon-card .card-body a {
    background-color: black !important; }
  .bg-black:not(.icon-card--white-on-black) .card.icon-card .card-body .card-title {
    color: white; }
  .bg-black:not(.icon-card--white-on-black) .card.icon-card .card-body .card-text hr.divider {
    border-top-color: white; }

.bg-black.icon-card--white-on-black.text-white {
  color: #000 !important; }
  .bg-black.icon-card--white-on-black.text-white .card-body {
    padding: 1rem !important;
    margin-bottom: 1rem; }
    .bg-black.icon-card--white-on-black.text-white .card-body p {
      font-size: 1rem !important;
      line-height: 1.5rem !important; }

.icon-card--orange-on-black .card.icon-card .card-body a {
  color: #F76902 !important; }
  .icon-card--orange-on-black .card.icon-card .card-body a:hover {
    color: #C75300 !important; }

.icon-card--alternate .card.icon-card .card-body {
  text-align: left !important; }
  .icon-card--alternate .card.icon-card .card-body li,
  .icon-card--alternate .card.icon-card .card-body p:not(.h6):not(.h5):not(.h4):not(.h3):not(.h2) {
    font-size: 0.875rem !important;
    line-height: 1.25rem !important; }
  .icon-card--alternate .card.icon-card .card-body .card-text hr {
    margin-left: 0 !important; }

.icon-card--no-border .card.icon-card .card-body .card-text {
  padding-top: 0 !important; }
  .icon-card--no-border .card.icon-card .card-body .card-text .divider {
    display: none; }

.icon-card--centered .card.icon-card .card-body {
  text-align: center !important; }
  .icon-card--centered .card.icon-card .card-body .divider {
    margin-left: auto !important;
    margin-right: auto !important; }

.icon-orange-divider .card.icon-card .card-body .card-text hr.divider {
  border-color: #F76902 !important; }

.icon-card-buttons .col-icon_card {
  margin-bottom: 1rem; }

.icon-card-buttons .card-body {
  border: solid #F76902 3px;
  padding: 0 !important;
  text-align: left !important; }
  .icon-card-buttons .card-body a {
    height: 100%; }
  .icon-card-buttons .card-body:hover a {
    transition: background 200ms ease-in !important;
    background: #F76902; }
  .icon-card-buttons .card-body:hover .card-title, .icon-card-buttons .card-body:hover .card-text {
    color: white !important; }

.icon-card-buttons .card-title, .icon-card-buttons .card-text {
  color: #F76902 !important;
  display: inline-block !important;
  transition: color 200ms ease-in  !important;
  vertical-align: middle; }

.icon-card-buttons .card-title {
  font-size: 1.75rem !important;
  line-height: 1.75rem !important;
  margin: 0 !important;
  padding: 0 0.75rem  !important;
  width: 15%; }
  @media (max-width: 1199.98px) {
    .icon-card-buttons .card-title {
      width: 15%;
      font-size: 1.5rem !important;
      line-height: 1.5rem !important; } }

.icon-card-buttons a .card-text {
  color: black !important;
  max-width: 80%; }
  @media (max-width: 1199.98px) {
    .icon-card-buttons a .card-text p {
      font-size: 1rem !important;
      line-height: 1.5rem !important; } }

.icon-card-buttons .divider {
  display: none; }

@media (min-width: 576px) {
  .icon-card--bullet .card.icon-card .card-body {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: flex-start;
    align-items: flex-start; }
    .icon-card--bullet .card.icon-card .card-body .card-title {
      padding-right: 2rem; }
    .icon-card--bullet .card.icon-card .card-body .card-text hr.divider {
      display: none !important; } }

.icon-card .card-body > a {
  text-decoration: none; }
  .icon-card .card-body > a p {
    transition: transparent 250ms;
    text-decoration: underline transparent solid 0.125rem; }
  .icon-card .card-body > a .card-text {
    font-weight: bold; }
  .icon-card .card-body > a:hover p {
    text-decoration-color: #F76902; }

.icon-card-buttons .icon-card .card-body:has(> a):hover p {
  color: #fff; }

.icon-card-buttons .icon-card .card-body:has(> a) p {
  text-decoration: none; }
  .icon-card-buttons .icon-card .card-body:has(> a) p:hover {
    text-decoration: none; }

.icon-card-buttons .card-text {
  font-weight: bold; }

.bg-black .icon-card .card-body > a p {
  color: #fff;
  transition: transparent 250ms; }

.bg-black .icon-card .card-body > a:hover p {
  text-decoration-color: #F76902; }

.bg-primary .icon-card a p {
  color: #fff;
  font-weight: bold;
  transition: transparent 250ms; }

.bg-primary .icon-card a:hover p {
  text-decoration-color: #fff; }

.bg-light .card.icon-card a {
  background-color: inherit; }
  .bg-light .card.icon-card a p {
    color: #212529;
    transition: transparent 250ms; }
  .bg-light .card.icon-card a:hover p {
    text-decoration-color: #212529; }
  .bg-light .card.icon-card a span[class*="fa-"] {
    color: #212529; }

.bg-light .card.icon-card .card-body {
  background-color: inherit; }

.bg-light.icon-card-buttons .icon-card .card-body:has(> a) {
  color: #212529; }
  .bg-light.icon-card-buttons .icon-card .card-body:has(> a):hover {
    background: #F76902; }
    .bg-light.icon-card-buttons .icon-card .card-body:has(> a):hover span[class*="fa-"] {
      color: #fff; }

.image-card--bottom-border .image-card .image-card--image {
  position: relative; }
  .image-card--bottom-border .image-card .image-card--image:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 8px;
    background-color: white; }

.image-card--bottom-border .image-card .image-card--text .card-title {
  font-size: 1.25rem; }

.image-card--bottom-border .image-card .image-card--text .card-text p {
  line-height: 1.5rem; }

.image-card--bottom-border .col-image_card:nth-of-type(1n) .image-card--image:after {
  background-color: #84BD00; }

.image-card--bottom-border .col-image_card:nth-of-type(2n + 1) .image-card--image:after {
  background-color: #F6BE00; }

.image-card--bottom-border .col-image_card:nth-of-type(3n + 1) .image-card--image:after {
  background-color: #009CBD; }

.image-card--bottom-border .col-image_card:nth-of-type(4n + 1) .image-card--image:after {
  background-color: #DA291C; }

.card.image-card .card-title {
  font-size: 1.5rem;
  line-height: 1.8rem; }

.card.image-card .card-body .card-text p:last-child .call-to-action:only-child {
  display: block;
  margin-top: -1rem; }

@media (min-width: 768px) {
  .image-card-halves .image-card .image-card--text {
    margin-top: 0 !important; } }

.image-card-thirds.smaller-image .image-card .image-card--text .card-title {
  max-width: 100%; }

@media (min-width: 768px) {
  .image-card-thirds .image-card .image-card--text {
    margin-top: 0 !important; } }

.image-card-centered .image-card .image-card--image {
  text-align: center; }
  .image-card-centered .image-card .image-card--image .card-link {
    display: inline-block !important; }
  .image-card-centered .image-card .image-card--image .card-img-con .card-img-top {
    width: auto;
    max-width: 100%; }

.image-card-centered.max-50 .image-card .image-card--image {
  width: auto;
  margin: 0 auto;
  max-width: 50% !important; }

.image-card-scale .card-img-top {
  transition: transform 200ms ease-in; }

.image-card-scale .card-img-top:hover {
  transform: scale(1.05); }

@media (min-width: 768px) {
  .image-card--larger-text .image-card--image {
    flex: 0 0 41.66667%;
    max-width: 41.66667%; } }

@media (min-width: 768px) {
  .image-card--larger-text .image-card--text {
    flex: 0 0 58.33333%;
    max-width: 58.33333%; } }

.col-image_card-5 {
  flex: 0 0 100%;
  max-width: 100%; }
  @media (min-width: 576px) {
    .col-image_card-5 {
      flex: 0 0 33.33333%;
      max-width: 33.33333%; } }
  @media (min-width: 992px) {
    .col-image_card-5 {
      flex: 0 0 25%;
      max-width: 25%; } }
  @media (min-width: 1200px) {
    .col-image_card-5 {
      flex: 0 0 20%;
      max-width: 20%; } }

.magazine-thumb-no-stretch .image-card .card-img-top {
  width: auto !important;
  max-width: 100%; }

@media (max-width: 767.98px) {
  .image-card-logos .image-card--image {
    max-width: 75% !important;
    margin: 0 auto; } }

@media (min-width: 992px) {
  .image-card-logos .card-img-con {
    padding: 15px 25px; } }

@media (min-width: 576px) {
  .image-card-logos .card-img-con {
    padding: 5px 15px; } }

.overlapping-title .image-card--text {
  align-self: center; }
  .overlapping-title .image-card--text a.card-link {
    color: inherit;
    text-decoration-color: transparent; }
    .overlapping-title .image-card--text a.card-link:hover {
      color: inherit;
      text-decoration-color: white; }
    .overlapping-title .image-card--text a.card-link:hover {
      text-decoration: underline white solid 0.125rem; }

.overlapping-title .card-title {
  color: white;
  background-color: #F76902;
  padding-top: 1rem;
  padding-bottom: 1rem; }

@media (min-width: 1200px) {
  .overlapping-title.left .card-title {
    margin-left: -35%;
    padding-left: 35%; }
  .overlapping-title.right .card-title {
    margin-right: -35%;
    padding-left: 15px; }
  .overlapping-title.right .card-text {
    padding-left: 15px; } }

@media (max-width: 1199.98px) {
  .overlapping-title .card-title {
    padding: 1rem;
    max-width: 100% !important; } }

@media (min-width: 768px) {
  .text-overlay .card-img-con,
  .text-overlay .image-card--image {
    position: absolute !important;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    overflow: inherit; }
    .text-overlay .card-img-con img,
    .text-overlay .image-card--image img {
      object-fit: cover;
      width: auto;
      min-width: 100%;
      height: 100%; }
  .text-overlay .image-card--text {
    color: white; }
    .text-overlay .image-card--text:before {
      content: "";
      background: linear-gradient(90deg, black 0%, transparent 35%, transparent 100%);
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0; } }

@media (min-width: 1200px) {
  .overlap-title-full-offset .overlapping-title.left .image-card--text {
    align-self: auto;
    margin-top: 3.5rem !important; }
  .overlap-title-full-offset .overlapping-title.left .card-title {
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
    margin-left: -20%;
    margin-bottom: 2rem !important; }
  .overlap-title-full-offset .overlapping-title.right {
    text-align: right; }
    .overlap-title-full-offset .overlapping-title.right .image-card--text {
      align-self: auto;
      margin-top: 3.5rem !important; }
    .overlap-title-full-offset .overlapping-title.right .card-title {
      text-align: left;
      padding-left: 1rem;
      padding-right: 1rem;
      position: relative;
      margin-right: -20%;
      margin-bottom: 2rem !important; }
    .overlap-title-full-offset .overlapping-title.right .card-text {
      text-align: left; } }

@media (max-width: 879.98px) {
  .overlap-title-full-offset .overlapping-title.right .card-title {
    padding-right: 35%; } }

.overlap-title-full-offset.overlap-inline .overlapping-title .card-title {
  display: inline-block; }

@media (min-width: 1200px) {
  .stacked-image-cards .field__item {
    padding-bottom: 0 !important; } }

@media (min-width: 768px) {
  .stacked-image-cards .field__item .card-body {
    padding: 0 !important; } }

.stacked-image-cards .field__item .image-card--text p {
  line-height: 1.5rem; }

.black-image-cards .image-card--image {
  padding: 0 !important; }
  .black-image-cards .image-card--image .card-img-con {
    background-color: #000;
    display: flex; }
    .black-image-cards .image-card--image .card-img-con img {
      align-self: center; }

.black-image-cards .image-card--text {
  color: #fff;
  background-color: #000;
  padding: 7% !important;
  margin-top: 0 !important; }
  .black-image-cards .image-card--text p {
    line-height: 1.5rem; }
  .black-image-cards .image-card--text a {
    color: white; }
    .black-image-cards .image-card--text a:hover {
      color: #727578; }

@media (min-width: 768px) {
  .image-card--orange-overlay .text-overlay .image-card--text:before {
    content: "";
    display: block;
    position: absolute;
    width: 50%;
    height: 100%;
    background: rgba(247, 105, 2, 0.75);
    top: 0;
    bottom: 0;
    left: 0;
    right: 50%; }
  .image-card--orange-overlay .text-overlay .card-img-con img, .image-card--orange-overlay .text-overlay .text-overlay .image-card--image img {
    width: 100%; }
  .image-card--orange-overlay.obj-pos-70 .text-overlay .image-card--image img {
    object-position: 70%; }
  .image-card--orange-overlay .card-body {
    padding-top: 100px;
    padding-bottom: 100px; }
  .image-prism-left {
    margin-left: -6rem !important; }
    .image-prism-left .image-card .card-body {
      padding-bottom: 0 !important; }
  .image-prism-right {
    margin-right: -6rem !important; }
    .image-prism-right .image-card .card-body {
      padding-bottom: 0 !important; } }

@media (max-width: 879.98px) {
  .image-card--orange-overlay .text-overlay .image-card--text {
    background: #F76902;
    color: white;
    margin-left: 15px;
    margin-right: 15px;
    margin-top: -1px; } }

.card.immerse-yourself.border-bottom {
  border-bottom-width: 8px !important;
  margin-right: 1px; }

.card.immerse-yourself.has-background-image .card-title {
  font-size: 1.1rem; }

.card.immerse-yourself .background-image img {
  object-fit: cover; }

.card.immerse-yourself .card-link {
  top: 0;
  left: 0; }
  .card.immerse-yourself .card-link:after {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 40%);
    z-index: 1;
    transition: background 300ms ease; }
  .card.immerse-yourself .card-link:hover:after {
    background: rgba(247, 105, 2, 0.7) !important; }
  .card.immerse-yourself .card-link p.card-title {
    bottom: 0;
    z-index: 2; }

.immerse-yourself--solid-overlay .card.immerse-yourself .card-link:after {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.5) 64px, transparent 64px); }

.immerse-yourself--solid-overlay .card.immerse-yourself .card-link p.card-title {
  margin-bottom: 0 !important;
  bottom: 32px;
  transform: translateY(50%);
  max-width: calc(100% - 2rem); }

.card.news-teaser .card-header {
  font-size: 1rem; }

.card.news-teaser .card-title {
  font-size: 1.167rem;
  line-height: 1.375rem; }

.card.news-teaser .card-link:has(.card-title) {
  text-decoration: underline transparent solid 0.125rem;
  color: inherit;
  text-decoration-color: transparent; }
  .card.news-teaser .card-link:has(.card-title):hover {
    color: inherit;
    text-decoration-color: #F76902; }
  .card.news-teaser .card-link:has(.card-title) span[class*="fa-"] {
    color: #F76902;
    display: inline-block; }

.card.news-teaser .card-img-con {
  border-bottom: 8px solid #fff; }
  .card.news-teaser .card-img-con:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #F76902;
    opacity: 0;
    transition: opacity .3s ease-in-out; }
  .card.news-teaser .card-img-con:hover:after {
    opacity: .5; }

.card.news-teaser .card-text, .card.news-teaser .card-text p {
  font-size: 0.875rem;
  line-height: 1.25rem; }

.no-border-news .card.news-teaser .card-img-con {
  border-bottom: none; }

.view-latest-news-rit-main .pager {
  padding: 0;
  text-align: center; }

.view-latest-news-rit-main ul.waterfall-list li article .card-link {
  border-bottom: 10px solid #F76902;
  position: relative; }
  .view-latest-news-rit-main ul.waterfall-list li article .card-link:before {
    content: "";
    display: block;
    background-color: #F76902;
    height: 10px;
    width: 10px;
    position: absolute;
    top: calc(100% + 9px);
    left: 50%;
    transform: rotate(45deg) translateX(-50%); }

@media (min-width: 768px) {
  .view-latest-news-rit-main ul.waterfall-list li:nth-child(odd) article {
    flex-direction: row; }
    .view-latest-news-rit-main ul.waterfall-list li:nth-child(odd) article .card-body {
      margin-left: 16.66667%; }
      .view-latest-news-rit-main ul.waterfall-list li:nth-child(odd) article .card-body .card-link {
        border-bottom: 0 none;
        border-right: 10px solid #F76902; }
        .view-latest-news-rit-main ul.waterfall-list li:nth-child(odd) article .card-body .card-link:before {
          left: auto;
          right: -12px;
          top: 50%;
          transform: rotate(45deg) translateY(-50%); }
  .view-latest-news-rit-main ul.waterfall-list li:nth-child(even) article {
    flex-direction: row-reverse;
    justify-content: flex-end; }
    .view-latest-news-rit-main ul.waterfall-list li:nth-child(even) article .card-text {
      margin-left: 8.33333%; }
    .view-latest-news-rit-main ul.waterfall-list li:nth-child(even) article .card-body .card-link {
      border-bottom: 0 none;
      border-left: 10px solid #F76902; }
      .view-latest-news-rit-main ul.waterfall-list li:nth-child(even) article .card-body .card-link:before {
        left: -19px;
        top: 50%;
        transform: rotate(45deg) translateY(-50%); } }

.view-latest-news ul.row li:nth-child(5n+1) .card-img-con, .view-latest-news .by-the-numbers ul.field--name-field-content li:nth-child(5n+1) .card-img-con, .by-the-numbers .view-latest-news ul.field--name-field-content li:nth-child(5n+1) .card-img-con, .view-latest-news-rit-main ul.row li:nth-child(5n+1) .card-img-con, .view-latest-news-rit-main .by-the-numbers ul.field--name-field-content li:nth-child(5n+1) .card-img-con, .by-the-numbers .view-latest-news-rit-main ul.field--name-field-content li:nth-child(5n+1) .card-img-con {
  border-color: #84BD00; }

.view-latest-news ul.row li:nth-child(5n+2) .card-img-con, .view-latest-news .by-the-numbers ul.field--name-field-content li:nth-child(5n+2) .card-img-con, .by-the-numbers .view-latest-news ul.field--name-field-content li:nth-child(5n+2) .card-img-con, .view-latest-news-rit-main ul.row li:nth-child(5n+2) .card-img-con, .view-latest-news-rit-main .by-the-numbers ul.field--name-field-content li:nth-child(5n+2) .card-img-con, .by-the-numbers .view-latest-news-rit-main ul.field--name-field-content li:nth-child(5n+2) .card-img-con {
  border-color: #F6BE00; }

.view-latest-news ul.row li:nth-child(5n+3) .card-img-con, .view-latest-news .by-the-numbers ul.field--name-field-content li:nth-child(5n+3) .card-img-con, .by-the-numbers .view-latest-news ul.field--name-field-content li:nth-child(5n+3) .card-img-con, .view-latest-news-rit-main ul.row li:nth-child(5n+3) .card-img-con, .view-latest-news-rit-main .by-the-numbers ul.field--name-field-content li:nth-child(5n+3) .card-img-con, .by-the-numbers .view-latest-news-rit-main ul.field--name-field-content li:nth-child(5n+3) .card-img-con {
  border-color: #009cbd; }

.view-latest-news ul.row li:nth-child(5n+4) .card-img-con, .view-latest-news .by-the-numbers ul.field--name-field-content li:nth-child(5n+4) .card-img-con, .by-the-numbers .view-latest-news ul.field--name-field-content li:nth-child(5n+4) .card-img-con, .view-latest-news-rit-main ul.row li:nth-child(5n+4) .card-img-con, .view-latest-news-rit-main .by-the-numbers ul.field--name-field-content li:nth-child(5n+4) .card-img-con, .by-the-numbers .view-latest-news-rit-main ul.field--name-field-content li:nth-child(5n+4) .card-img-con {
  border-color: #DA291C; }

.view-latest-news ul.row li:nth-child(5n+5) .card-img-con, .view-latest-news .by-the-numbers ul.field--name-field-content li:nth-child(5n+5) .card-img-con, .by-the-numbers .view-latest-news ul.field--name-field-content li:nth-child(5n+5) .card-img-con, .view-latest-news-rit-main ul.row li:nth-child(5n+5) .card-img-con, .view-latest-news-rit-main .by-the-numbers ul.field--name-field-content li:nth-child(5n+5) .card-img-con, .by-the-numbers .view-latest-news-rit-main ul.field--name-field-content li:nth-child(5n+5) .card-img-con {
  border-color: #7D55C7; }

.bg-black .card.news-teaser .card-link:has(.card-title),
.black-image-card .card.news-teaser .card-link:has(.card-title) {
  text-decoration: underline transparent solid 0.125rem;
  color: inherit;
  text-decoration-color: transparent; }
  .bg-black .card.news-teaser .card-link:has(.card-title):hover,
  .black-image-card .card.news-teaser .card-link:has(.card-title):hover {
    color: inherit;
    text-decoration-color: #F76902; }
  .bg-black .card.news-teaser .card-link:has(.card-title) span[class*="fa-"],
  .black-image-card .card.news-teaser .card-link:has(.card-title) span[class*="fa-"] {
    color: #F76902;
    display: inline-block; }

.bg-primary .card.news-teaser .card-link:has(.card-title) {
  text-decoration: underline transparent solid 0.125rem;
  color: inherit;
  text-decoration-color: transparent; }
  .bg-primary .card.news-teaser .card-link:has(.card-title):hover {
    color: inherit;
    text-decoration-color: white; }
  .bg-primary .card.news-teaser .card-link:has(.card-title) span[class*="fa-"] {
    color: #fff;
    display: inline-block; }

.bg-light .card.news-teaser .card-link:has(.card-title) {
  text-decoration: underline transparent solid 0.125rem;
  color: inherit;
  text-decoration-color: transparent; }
  .bg-light .card.news-teaser .card-link:has(.card-title):hover {
    color: inherit;
    text-decoration-color: #212529; }
  .bg-light .card.news-teaser .card-link:has(.card-title) span[class*="fa-"] {
    color: #F76902;
    display: inline-block; }

.card.person-teaser .card-title {
  font-size: 1.167rem;
  line-height: 1.375rem; }

.card.person-teaser .card-img-con:after, .card.person-teaser .card-img-con:before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  content: '\A'; }

.card.person-teaser .card-img-con:before {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), transparent 30%); }

.card.person-teaser .card-img-con:after {
  transition: opacity .3s ease-in-out;
  opacity: 0;
  background: #fff; }

.card.person-teaser .card-img-con .name-title-con {
  bottom: 0.5rem;
  left: 1rem; }
  .card.person-teaser .card-img-con .name-title-con .name {
    font-size: 1rem;
    line-height: 1.5rem;
    z-index: 2; }
    @media (min-width: 1200px) {
      .card.person-teaser .card-img-con .name-title-con .name {
        font-size: 1.25rem; } }
  .card.person-teaser .card-img-con .name-title-con .teaser-job-title {
    font-size: 0.875rem;
    line-height: 1.125rem;
    z-index: 2; }
    @media (min-width: 768px) {
      .card.person-teaser .card-img-con .name-title-con .teaser-job-title {
        font-size: 0.6875rem;
        line-height: 1rem; } }
    @media (min-width: 992px) {
      .card.person-teaser .card-img-con .name-title-con .teaser-job-title {
        font-size: 0.75rem;
        line-height: 1rem; } }
    @media (min-width: 1200px) {
      .card.person-teaser .card-img-con .name-title-con .teaser-job-title {
        font-size: 1rem;
        line-height: 1.25rem; } }

.card.person-teaser .job-title {
  font-size: 1rem; }

.card.person-teaser .card-text p {
  font-size: .9rem;
  line-height: 1.4rem; }

.person-directory .directory-name {
  font-size: 1.167rem;
  line-height: 1.375rem; }

.person-directory .directory-text-small {
  font-size: 0.875rem;
  line-height: 1.2rem; }

.person-directory .directory-department-description p {
  margin-bottom: 0; }

article.embedded-entity:last-child .person-directory .field-content {
  border-bottom: none !important; }

.card.statistic .card-header {
  margin-bottom: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 6.25rem;
  line-height: 6.25rem;
  letter-spacing: -.05rem;
  color: #F76902;
  word-wrap: normal; }
  .card.statistic .card-header sup {
    font-size: 3.25rem;
    top: -2.25rem;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    .card.statistic .card-header sup.plus-size-adjust {
      font-size: 3.5rem;
      top: -2.6rem; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .card.statistic .card-header {
      font-size: 4rem;
      line-height: 4rem; }
      .card.statistic .card-header sup {
        font-size: 2.25rem;
        top: -1.25rem; }
        .card.statistic .card-header sup.plus-size-adjust {
          font-size: 3.1rem;
          top: -1.4rem; } }

.card.statistic .card-title {
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.375rem; }

.card.statistic .card-body {
  padding-left: 1rem;
  padding-right: 1rem; }

.card.statistic .card-text {
  margin-top: 0.35rem; }
  @media (min-width: 768px) {
    .card.statistic .card-text {
      margin-top: 0.75rem; } }
  .card.statistic .card-text p {
    font-size: 0.875rem;
    line-height: 1.2rem; }
    .card.statistic .card-text p:last-child {
      margin-bottom: 0; }

.card.statistic.has-background-image {
  background-color: #757575 !important; }
  .card.statistic.has-background-image .card-header,
  .card.statistic.has-background-image .card-body {
    color: #fff; }
  .card.statistic.has-background-image .card-header {
    font-size: 4rem;
    line-height: 1; }
    .card.statistic.has-background-image .card-header sup {
      top: -1.2rem; }
    .card.statistic.has-background-image .card-header small {
      font-size: 2.2rem;
      line-height: 1;
      display: block;
      font-weight: bold; }
  .card.statistic.has-background-image .card-title {
    font-size: 1.1rem; }

.card.statistic .background-image {
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  background-color: #757575; }
  .card.statistic .background-image:after {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  .card.statistic .background-image img {
    object-fit: cover; }

.card.statistic .secondary-content {
  position: absolute;
  opacity: 0;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #000000;
  transition: opacity 200ms ease-in-out; }
  .card.statistic .secondary-content p {
    color: white;
    font-weight: bold; }

.card.statistic .close {
  position: absolute;
  font-size: 1.875rem;
  top: 10px;
  right: 15px;
  opacity: 1;
  z-index: -1; }
  .card.statistic .close:hover * {
    color: #F76902 !important;
    text-shadow: 0 1px 0 #F76902; }

.card.statistic.show-secondary {
  cursor: auto !important; }
  .card.statistic.show-secondary .secondary-content {
    opacity: .9;
    z-index: 2; }
  .card.statistic.show-secondary .close {
    z-index: 4 !important; }

.card.statistic.has-secondary-content {
  cursor: pointer; }

.card.statistic .secondary-content {
  z-index: -1; }

.has--progress-nav--sidebar .card.statistic .card-header {
  font-size: 4.25rem;
  line-height: 4.25rem; }
  .has--progress-nav--sidebar .card.statistic .card-header sup {
    font-size: 2rem;
    top: -1.5rem; }

@media (min-width: 576px) {
  .col-statistic-5 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 768px) {
  .col-statistic-5 {
    flex: 0 0 33%;
    max-width: 33%; } }

@media (min-width: 992px) {
  .col-statistic-5 {
    flex: 0 0 20%;
    max-width: 20%; } }

.word-stat .card.statistic .card-header {
  font-size: 2rem !important;
  line-height: 1.15; }

.word-stat .card.statistic .card-title {
  font-weight: normal !important; }

.card.vertical-statistic .card-header {
  margin-bottom: 0;
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 3.125rem;
  line-height: 2.5rem;
  letter-spacing: -.05rem;
  color: #F76902;
  word-wrap: normal; }
  @media (max-width: 1199.98px) {
    .card.vertical-statistic .card-header {
      font-size: 2.5rem;
      line-height: 2rem; } }
  .card.vertical-statistic .card-header sup {
    font-size: 1.5rem;
    top: -1.25rem;
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }
    .card.vertical-statistic .card-header sup.plus-size-adjust {
      font-size: 3.5rem;
      top: -2.6rem; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    .card.vertical-statistic .card-header {
      font-size: 4rem;
      line-height: 4rem; }
      .card.vertical-statistic .card-header sup {
        font-size: 1.5rem;
        top: -1.25rem; }
        .card.vertical-statistic .card-header sup.plus-size-adjust {
          font-size: 3.1rem;
          top: -1.4rem; } }

.card.vertical-statistic .card-body {
  border-bottom: solid #e1e1e1 1px; }
  .card.vertical-statistic .card-body .card-text p {
    margin-bottom: 0; }
    @media (max-width: 879.98px) {
      .card.vertical-statistic .card-body .card-text p {
        line-height: 1.5rem; } }

.bg-primary.text-white .card-header {
  color: #ffffff; }

.card.taxonomy-term .card-body a {
  font-size: 1.1725rem !important;
  word-wrap: normal; }
  .card.taxonomy-term .card-body a .card-title {
    font-size: 3.25rem;
    line-height: 3.25rem;
    word-wrap: normal; }
  .card.taxonomy-term .card-body a .card-text hr.divider {
    border-top: 5px solid #fff !important;
    width: 2rem;
    transition: border-top-color 200ms ease-in; }
  .card.taxonomy-term .card-body a .card-text .field-name--name {
    line-height: 1.375rem; }
  .card.taxonomy-term .card-body a:hover hr.divider {
    border-top-color: black !important; }
  .card.taxonomy-term .card-body a:active hr.divider {
    border-top-color: #F6BE00 !important; }

.card.youtube-video .card-title {
  line-height: 1.2;
  font-size: 1.167rem; }

.card.youtube-video img.card-img-top {
  transform: scale(1.34); }

.card.youtube-video .playable:hover img.card-img-top {
  transform: scale(1.44); }

.card {
  background-color: transparent; }

.page-column-full-width .jumbotron .text-content {
  max-width: 75%; }
  .page-column-full-width .jumbotron .text-content .headline + p {
    max-width: 550px;
    margin-left: auto;
    margin-right: auto; }

.page-row--two-columns .jumbotron .headline p,
.even-width-container .col-jumbotron-2 .headline p,
.even-width-container .col-embed_block-2 .jumbotron .headline p {
  font-size: 3rem;
  line-height: 3.25rem; }

.page-row--two-columns .jumbotron a:has(.headline),
.even-width-container .col-jumbotron-2 a:has(.headline),
.even-width-container .col-embed_block-2 .jumbotron a:has(.headline) {
  text-decoration-color: transparent !important;
  text-underline-offset: 0.1875rem; }
  .page-row--two-columns .jumbotron a:has(.headline):hover,
  .even-width-container .col-jumbotron-2 a:has(.headline):hover,
  .even-width-container .col-embed_block-2 .jumbotron a:has(.headline):hover {
    color: inherit !important;
    text-decoration-color: var(--fa-color, #f76902) !important; }
  .page-row--two-columns .jumbotron a:has(.headline) .headline p:after,
  .even-width-container .col-jumbotron-2 a:has(.headline) .headline p:after,
  .even-width-container .col-embed_block-2 .jumbotron a:has(.headline) .headline p:after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: #F76902;
    display: inline-block;
    font-size: 86%;
    padding-left: 0rem;
    width: 0px;
    right: -0.5rem;
    position: relative;
    bottom: .063rem; }

.page-row--three-columns .jumbotron .headline p,
.even-width-container .col-jumbotron-3 .headline p,
.even-width-container .col-jumbotron-4 .headline p {
  font-size: 2.25rem;
  line-height: 2.5rem; }

.page-row--three-columns .jumbotron a:has(.headline),
.even-width-container .col-jumbotron-3 a:has(.headline),
.even-width-container .col-jumbotron-4 .jumbotron a:has(.headline) {
  text-decoration-color: transparent !important;
  text-underline-offset: 0.1875rem; }
  .page-row--three-columns .jumbotron a:has(.headline):hover,
  .even-width-container .col-jumbotron-3 a:has(.headline):hover,
  .even-width-container .col-jumbotron-4 .jumbotron a:has(.headline):hover {
    color: inherit !important;
    text-decoration-color: var(--fa-color, #f76902) !important; }
  .page-row--three-columns .jumbotron a:has(.headline) .headline p:after,
  .even-width-container .col-jumbotron-3 a:has(.headline) .headline p:after,
  .even-width-container .col-jumbotron-4 .jumbotron a:has(.headline) .headline p:after {
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: #F76902;
    display: inline-block;
    font-size: 86%;
    padding-left: 0rem;
    width: 0px;
    right: -0.5rem;
    position: relative;
    bottom: .063rem; }

@media (max-width: 767.98px) {
  .even-width-container .col-jumbotron {
    margin-bottom: 1rem; } }

.jumbotron {
  overflow: hidden; }
  .jumbotron.has-background-image {
    background-color: #757575 !important; }
  .jumbotron a[href^="tel"] {
    color: inherit;
    text-decoration: none; }
  .jumbotron .text-content {
    max-width: 550px; }
  .jumbotron .headline p {
    font-size: 3.75rem;
    margin-bottom: 2rem;
    line-height: 4rem;
    letter-spacing: -0.2px; }
    @media (max-width: 767.98px) {
      .jumbotron .headline p {
        font-size: 2.5rem;
        line-height: 2.5rem; } }
  .jumbotron h3 {
    margin-bottom: 1rem; }
  .jumbotron .background-image {
    top: 50%;
    left: 50%;
    width: 100%;
    transform: translate(-50%, -50%);
    background-color: #757575; }
    .jumbotron .background-image:after {
      position: absolute;
      content: ' ';
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      background: rgba(0, 0, 0, 0.4);
      z-index: 1; }
    .jumbotron .background-image img {
      object-fit: cover; }

@media (min-width: 768px) {
  .full-width-row.square-jumbotrons-3 .jumbotron {
    min-height: calc(33vw); }
    .full-width-row.square-jumbotrons-3 .jumbotron .content {
      position: absolute !important;
      top: 50%;
      left: 50%;
      transform: translate(-50%, -50%);
      width: 90%; } }

.jumbotron-wide .jumbotron .text-content {
  max-width: 100%; }
  @media (min-width: 768px) {
    .jumbotron-wide .jumbotron .text-content .headline + p {
      max-width: 60%; } }

@media (min-width: 768px) {
  .center-border .col-jumbotron:not(:last-of-type) .jumbotron:after {
    height: 50%;
    width: 1px;
    background-color: #fff;
    position: absolute;
    right: 0;
    content: '';
    top: 50%;
    transform: translateY(-50%); } }

.center-border .col-jumbotron:not(:last-of-type) .jumbotron.bg-gray-100:after, .center-border .col-jumbotron:not(:last-of-type) .jumbotron.bg-white:after, .center-border .col-jumbotron:not(:last-of-type) .jumbotron.bg-transparent:after {
  background-color: black; }

.even-width-container .jumbotron {
  padding-top: 6rem;
  padding-bottom: 6rem; }

/*
.short-jumbotron{
	.jumbotron{
		@extend .py-5;
	}
}
*/
.no-jumbotron-overlay .jumbotron .background-image:after {
  content: none; }

.progress.vertical {
  transform: rotate(90deg);
  transform-origin: 0 100%; }

.lead-content .lead {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  max-width: 800px; }
  @media (max-width: 767.98px) {
    .lead-content .lead {
      width: 100% !important; } }
  .lead-content .lead p {
    font-size: 2rem;
    line-height: 2.5rem;
    letter-spacing: -0.05rem; }
    @media (max-width: 767.98px) {
      .lead-content .lead p {
        font-size: 1.5rem !important;
        line-height: 1.875rem !important;
        letter-spacing: normal; } }
    .lead-content .lead p:last-child {
      margin-bottom: 0; }
  .lead-content .lead ol {
    list-style-type: none;
    margin-left: auto;
    margin-right: auto;
    padding-inline-start: 0px;
    max-width: 540px;
    margin-top: 50px; }
    .lead-content .lead ol:first-child {
      counter-reset: customlistcounter; }
    .lead-content .lead ol > li {
      counter-increment: customlistcounter;
      display: table-row;
      font-size: 0.9rem;
      font-weight: 600;
      text-align: left;
      line-height: 1rem; }
      .lead-content .lead ol > li:before {
        content: counter(customlistcounter) " ";
        font-weight: 400;
        color: #E87400;
        font-size: 7rem;
        width: 1em;
        position: relative;
        top: 45px;
        padding-bottom: 105px;
        display: table-cell; }

.has--progress-nav--sidebar .lead-content .lead,
.lead-left-aligned .lead-content .lead {
  width: 100% !important;
  max-width: 100% !important; }
  .has--progress-nav--sidebar .lead-content .lead.m-auto,
  .lead-left-aligned .lead-content .lead.m-auto {
    margin-left: 0 !important; }
  .has--progress-nav--sidebar .lead-content .lead p,
  .lead-left-aligned .lead-content .lead p {
    font-size: 1.75rem;
    line-height: 2.5rem;
    text-align: left; }

.lead-full-width .lead-content .lead {
  width: 100% !important;
  max-width: 100% !important; }

.offset-page .lead-content .lead {
  margin-left: -8.33333% !important;
  padding-left: calc(8.33333% - 8px);
  border-left: 8px solid #d95e00; }

.bg-gray-100 {
  background-color: #f8f9fa !important; }

.bg-gray-200 {
  background-color: #e9ecef !important; }

.bg-gray-300 {
  background-color: #dee2e6 !important; }

.bg-gray-400 {
  background-color: #ced4da !important; }

.bg-gray-500 {
  background-color: #adb5bd !important; }

.bg-gray-600 {
  background-color: #6c757d !important; }

.bg-gray-700 {
  background-color: #495057 !important; }

.bg-gray-800 {
  background-color: #343a40 !important; }

.bg-gray-900 {
  background-color: #212529 !important; }

.bg-no-repeat {
  background-repeat: no-repeat !important; }

.bg-center {
  background-position: center center !important; }

.bg-black {
  background-color: #000 !important; }

.btn {
  text-decoration: none;
  font-weight: bold; }
  .btn.call-to-action {
    padding-left: 1rem;
    padding-right: calc(calc((1rem* 100) / 86) + 1rem); }
    .btn.call-to-action:after {
      padding-left: 0px !important;
      transition: color 0.15s ease-in-out; }

.btn-primary {
  color: #fff !important; }
  .btn-primary.btn-sm {
    background-color: #C75300 !important;
    background: #C75300 url("/marketing/drupal8base/sites/all/themes/uwbase/rit_bootstrap_2019/images/cta/bg-rit-orange.gif") repeat;
    text-shadow: -1px -1px 0 #C75300, 1px -1px 0 #C75300, -1px 1px 0 #C75300, 1px 1px 0 #C75300; }
    .btn-primary.btn-sm:hover {
      background: none;
      background-color: #C75300 !important;
      border-color: #C75300 !important;
      text-shadow: none; }
  .btn-primary:hover {
    background-color: black;
    border-color: black;
    color: white; }
  .btn-primary:active {
    background-color: white !important;
    border-color: black !important;
    color: black !important; }
  .btn-primary.call-to-action:after {
    color: white !important; }
  .btn-primary.call-to-action:hover {
    color: #fff; }
    .btn-primary.call-to-action:hover:after {
      color: #F76902 !important; }
  .btn-primary.call-to-action.btn-sm:hover:after {
    color: #FFFFFF !important; }
  .btn-primary span[class*="fa-"] {
    color: inherit; }

.btn-outline-light.call-to-action:after {
  color: #EEEEEE !important; }

.btn-outline-light.call-to-action:hover {
  color: #212529 !important; }
  .btn-outline-light.call-to-action:hover:after {
    color: #212529 !important; }

.btn-tag-link {
  font-size: 0.875rem;
  font-weight: normal !important;
  letter-spacing: 0;
  color: black;
  background-color: #EEEEEE;
  border: 1px solid #DDDDDD;
  padding: 8px 16px;
  white-space: normal; }
  .btn-tag-link:hover, .btn-tag-link:active {
    color: white;
    background-color: black;
    border-color: black; }

.btn-tag-nolink {
  font-size: 0.875rem;
  font-weight: normal !important;
  letter-spacing: 0;
  color: black;
  background-color: white;
  border: 1px solid #DDDDDD;
  padding: 8px 16px;
  white-space: normal;
  cursor: default !important; }

.btn-outline-white {
  color: #ffffff;
  border-color: #ffffff; }
  .btn-outline-white:hover {
    color: #212529 !important;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-outline-white:focus, .btn-outline-white.focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.disabled, .btn-outline-white:disabled {
    color: #ffffff;
    background-color: transparent; }
  .btn-outline-white:not(:disabled):not(.disabled):active, .btn-outline-white:not(:disabled):not(.disabled).active {
    color: #212529;
    background-color: #ffffff;
    border-color: #ffffff; }
  .btn-outline-white:not(:disabled):not(.disabled):active:focus, .btn-outline-white:not(:disabled):not(.disabled).active:focus {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.5); }
  .btn-outline-white.call-to-action:after {
    color: white !important; }
  .btn-outline-white.call-to-action:hover {
    color: #212529; }
    .btn-outline-white.call-to-action:hover:after {
      color: #212529 !important; }

.btn-outline-primary:not(.btn-sm) {
  font-size: 1.167rem;
  font-weight: bold;
  line-height: 1.5;
  border-width: 2px; }

.btn-outline-primary:hover {
  color: #ffffff !important; }
  .btn-outline-primary:hover:after {
    color: #ffffff !important; }

.border-accent-teal {
  border-color: #005e5d !important; }

.border-accent-green {
  border-color: #84BD00 !important; }

.border-accent-blue {
  border-color: #009cbd !important; }

.border-accent-purple {
  border-color: #7D55C7 !important; }

.border-accent-red {
  border-color: #DA291C !important; }

.border-accent-yellow {
  border-color: #F6BE00 !important; }

.border-neutral-cool-gray {
  border-color: #d9d9d6 !important; }

.text-neutral-cool-gray-dark {
  color: #727578 !important; }

.webform-submission-form label {
  display: inline-block !important; }

.webform-submission-form label.custom-control-label:not(.option),
.webform-submission-form label.form_label,
.webform-submission-form legend {
  font-size: 1.375rem !important;
  line-height: 1.625rem;
  font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-weight: normal;
  margin-bottom: 0.5rem !important; }
  .webform-submission-form label.custom-control-label:not(.option):before,
  .webform-submission-form label.form_label:before,
  .webform-submission-form legend:before {
    content: none !important; }
  @media (max-width: 879.98px) {
    .webform-submission-form label.custom-control-label:not(.option),
    .webform-submission-form label.form_label,
    .webform-submission-form legend {
      font-size: 1.1875rem !important;
      line-height: 1.5rem; } }

.webform-submission-form .form-group:not(.custom-checkbox) .form-required:after,
.webform-submission-form .fieldset-legend.form-required:after {
  display: inline-block !important;
  background-image: url(/core/themes/classy/css/components/../../../../misc/icons/ee0000/required.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 6px 6px !important;
  left: auto !important;
  position: relative;
  width: .75rem;
  height: 12px;
  margin: 0; }

.webform-submission-form .custom-checkbox .form-required {
  display: inline-block !important;
  background-image: url(/core/themes/classy/css/components/../../../../misc/icons/ee0000/required.svg) !important;
  background-repeat: no-repeat !important;
  background-size: 6px 6px !important;
  background-position: 0% 9%;
  padding-left: .5rem; }
  .webform-submission-form .custom-checkbox .form-required:after {
    margin: 0; }

.webform-submission-form .form-group,
.webform-submission-form .fieldgroup {
  margin-top: 2rem;
  margin-bottom: 2rem; }

.webform-submission-form .webform-flex .form-group,
.webform-submission-form .webform-flex .fieldgroup {
  margin-top: 0;
  margin-bottom: 0; }

.webform-submission-form .form-checkboxes .form-item, .webform-submission-form .form-radios .form-item {
  margin-bottom: .5rem;
  margin-top: 0; }

.webform-submission-form select.form-select {
  appearance: none;
  background-image: url("/marketing/drupal8base/sites/all/themes/uwbase/rit_bootstrap_2019/images/icons/chevron-down-regular.svg") !important;
  background-size: 16px !important;
  background-position: calc(100% - 16px) !important;
  background-repeat: no-repeat !important; }
  .webform-submission-form select.form-select[multiple] {
    background-image: none; }
  .webform-submission-form select.form-select:-ms-expand {
    display: none; }

.webform-submission-form .form-text {
  margin-top: 0; }

.webform-submission-form .form-managed-file,
.webform-submission-form .webform-image-file {
  position: relative;
  overflow: hidden;
  display: block;
  border-radius: 2px;
  border: 1px solid #ced4da;
  padding: 1.25rem; }
  .webform-submission-form .form-managed-file:hover:before,
  .webform-submission-form .webform-image-file:hover:before {
    background-color: #000000;
    border-color: #000000; }
  .webform-submission-form .form-managed-file:before,
  .webform-submission-form .webform-image-file:before {
    content: "Choose file";
    color: white;
    padding: 0.3125rem 0.625rem;
    background: #F76902;
    border: 1px solid #F76902; }
  .webform-submission-form .form-managed-file:after,
  .webform-submission-form .webform-image-file:after {
    content: "No file chosen";
    color: #949494;
    position: absolute;
    top: 1.25rem;
    left: 8.75rem; }
  .webform-submission-form .form-managed-file input[type="file"],
  .webform-submission-form .webform-image-file input[type="file"] {
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0; }
  .webform-submission-form .form-managed-file .custom-checkbox,
  .webform-submission-form .webform-image-file .custom-checkbox {
    padding-left: 0; }
    .webform-submission-form .form-managed-file .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before,
    .webform-submission-form .webform-image-file .custom-checkbox .custom-control-input:checked ~ .custom-control-label:before {
      background-color: #F76902; }
    .webform-submission-form .form-managed-file .custom-checkbox .custom-control-label,
    .webform-submission-form .webform-image-file .custom-checkbox .custom-control-label {
      display: block;
      margin: 0;
      padding: .5rem; }
      .webform-submission-form .form-managed-file .custom-checkbox .custom-control-label .file--image,
      .webform-submission-form .form-managed-file .custom-checkbox .custom-control-label .file,
      .webform-submission-form .webform-image-file .custom-checkbox .custom-control-label .file--image,
      .webform-submission-form .webform-image-file .custom-checkbox .custom-control-label .file {
        left: 2rem;
        padding-left: 0;
        width: max-content; }
      .webform-submission-form .form-managed-file .custom-checkbox .custom-control-label:before, .webform-submission-form .form-managed-file .custom-checkbox .custom-control-label:after,
      .webform-submission-form .webform-image-file .custom-checkbox .custom-control-label:before,
      .webform-submission-form .webform-image-file .custom-checkbox .custom-control-label:after {
        left: 0;
        width: 1.5625rem;
        height: 1.5625rem;
        top: 50%;
        transform: translateY(-50%);
        content: "" !important;
        z-index: 2; }
      .webform-submission-form .form-managed-file .custom-checkbox .custom-control-label:before,
      .webform-submission-form .webform-image-file .custom-checkbox .custom-control-label:before {
        position: absolute;
        display: block;
        pointer-events: none;
        background-color: white; }
  .webform-submission-form .form-managed-file .file,
  .webform-submission-form .form-managed-file .file--image,
  .webform-submission-form .webform-image-file .file,
  .webform-submission-form .webform-image-file .file--image {
    background: white;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    padding: 20px;
    right: 0;
    z-index: 2; }
    .webform-submission-form .form-managed-file .file + .form-submit,
    .webform-submission-form .form-managed-file .file--image + .form-submit,
    .webform-submission-form .webform-image-file .file + .form-submit,
    .webform-submission-form .webform-image-file .file--image + .form-submit {
      position: absolute;
      right: 0;
      top: 50%;
      transform: translateY(-50%);
      margin-right: 20px;
      z-index: 2; }

@media (min-width: 400px) {
  .webform-submission-form .webform-options-display-two-columns {
    width: 100%;
    display: block; } }

@media (max-width: 879.98px) {
  .webform-submission-form .webform-options-display-two-columns {
    column-count: 1; } }

.webform-submission-form .messages--status {
  color: black;
  background-color: white;
  background-image: none;
  border-color: #F76902 #F76902 #F76902 transparent;
  box-shadow: -8px 0 0 #F76902; }

.img-responsive {
  display: block;
  height: 0;
  overflow: hidden; }
  .img-responsive.allow-native-height {
    padding-bottom: 0 !important;
    height: auto; }
  .img-responsive.img-responsive-16by9 {
    padding-bottom: 56.25%; }
  .img-responsive.img-responsive-9by16 {
    padding-bottom: 177.77778%; }
  .img-responsive.img-responsive-21by9 {
    padding-bottom: 42.85714%; }
  .img-responsive.img-responsive-4by3 {
    padding-bottom: 75%; }
  .img-responsive.img-responsive-3by2 {
    padding-bottom: 66.66667%; }
  .img-responsive.img-responsive-2by1 {
    padding-bottom: 200%; }
  .img-responsive.img-responsive-1by1 {
    padding-bottom: 100%; }

.text-formatted img {
  max-width: 100%; }

.lazy-io {
  opacity: 0; }

.list-style-none {
  margin-bottom: 0;
  padding-left: 0;
  list-style: none; }

.links-list-with-arrows {
  margin-right: 1rem;
  padding: 0;
  list-style-type: none;
  border-top: 2px solid #000000; }
  .links-list-with-arrows li {
    border-bottom: 1px solid #cccccc;
    padding: 1.75rem 0; }
    .links-list-with-arrows li a {
      position: relative;
      display: block;
      font-weight: bold;
      font-size: 1.167rem;
      padding-right: 1.5rem; }
      .links-list-with-arrows li a:after {
        content: "\f061";
        position: absolute;
        display: block;
        right: 0;
        top: 50%;
        color: #000000;
        font-family: "Font Awesome 6 Pro";
        font-size: inherit;
        text-rendering: auto;
        transform: translateY(-50%); }
      .links-list-with-arrows li a + p {
        padding-right: 1.5rem; }
  .links-list-with-arrows.arrows-before {
    margin-right: 0;
    border-top: 0; }
    .links-list-with-arrows.arrows-before li {
      border-bottom: 0;
      padding: 0.5rem 0 0.5rem 1.5rem; }
      .links-list-with-arrows.arrows-before li a:before {
        content: "\f061";
        position: absolute;
        display: block;
        left: -1.5rem;
        top: 0;
        color: var(--fa-color, #F76902);
        font-family: "Font Awesome 6 Pro";
        font-size: inherit;
        text-rendering: auto; }
      .links-list-with-arrows.arrows-before li a:after {
        content: none; }
      .links-list-with-arrows.arrows-before li a + p {
        padding-left: 1.5rem;
        padding-right: 0; }

@media (max-width: 767.98px) {
  ul.columns-m-2 {
    column-count: 2;
    column-gap: 3rem; } }

ul.columns-2,
ul.columns-3,
ul.columns-4 {
  text-align: left; }
  @media (min-width: 768px) {
    ul.columns-2,
    ul.columns-3,
    ul.columns-4 {
      column-count: 2;
      column-gap: 3rem; } }
  @media (min-width: 576px) {
    ul.columns-2.narrow,
    ul.columns-3.narrow,
    ul.columns-4.narrow {
      column-count: 2;
      column-gap: 3rem; } }
  @media (min-width: 768px) {
    ul.columns-2.columns-3,
    ul.columns-3.columns-3,
    ul.columns-4.columns-3 {
      column-count: 3; } }
  @media (min-width: 576px) {
    ul.columns-2.columns-4,
    ul.columns-3.columns-4,
    ul.columns-4.columns-4 {
      column-count: 2; } }
  @media (min-width: 992px) {
    ul.columns-2.columns-4,
    ul.columns-3.columns-4,
    ul.columns-4.columns-4 {
      column-count: 4;
      column-gap: 1rem; } }
  ul.columns-2 li,
  ul.columns-3 li,
  ul.columns-4 li {
    break-inside: avoid-column; }

ul.icon-list li {
  display: flex;
  align-items: baseline; }
  ul.icon-list li .fal, ul.icon-list li .fa, ul.icon-list li .far {
    width: 30px;
    display: flex; }
    ul.icon-list li .fal:before, ul.icon-list li .fa:before, ul.icon-list li .far:before {
      width: 30px; }

ul.arrows-left-alt {
  list-style-type: none;
  padding-left: 1.5rem; }
  ul.arrows-left-alt li {
    margin-bottom: 0.75rem;
    position: relative;
    padding-left: 1.75rem; }
    ul.arrows-left-alt li:before {
      content: "\f061";
      position: absolute;
      display: block;
      left: 0;
      font-weight: 900;
      font-family: "Font Awesome 6 Pro";
      text-rendering: auto; }
  ul.arrows-left-alt.arrows-color-primary li:before {
    color: #F76902; }

ul.list-arrows-left {
  list-style-type: none;
  padding-left: 0; }
  ul.list-arrows-left li {
    margin-bottom: 0.75rem; }
    ul.list-arrows-left li a {
      position: relative;
      display: block;
      padding-left: 1.5rem;
      padding-right: 0; }
      ul.list-arrows-left li a:before {
        content: "\f061";
        position: absolute;
        display: block;
        left: 0;
        top: 0;
        color: var(--fa-color, #F76902);
        font-weight: 400;
        font-family: "Font Awesome 6 Pro";
        font-size: inherit;
        text-rendering: auto; }
      ul.list-arrows-left li a:after {
        content: "" !important;
        position: absolute !important;
        display: none !important; }
      ul.list-arrows-left li a + p {
        padding-left: 1.5rem;
        padding-right: 0; }

dl.dl-horizontal dt {
  float: left;
  width: 40px; }

dl.dl-horizontal dd {
  margin-left: 50px;
  margin-bottom: 10px; }

ul.arrows-left {
  list-style-type: none;
  padding-left: 0; }
  ul.arrows-left li {
    display: flex;
    line-height: 1.2;
    margin-bottom: .5rem; }
    ul.arrows-left li a {
      text-decoration-color: transparent; }
      ul.arrows-left li a:hover {
        color: #212529;
        text-decoration-color: #F76902; }
    ul.arrows-left li:before {
      content: "\f061";
      font-family: "Font Awesome 6 Pro";
      padding-right: 8px;
      color: black;
      /* Or a color you prefer */ }
  ul.arrows-left.white-arrows li:before {
    color: white; }

ol.ol-orange-numbers {
  counter-reset: item;
  list-style-type: none; }
  ol.ol-orange-numbers li {
    counter-increment: item;
    padding-left: 1rem;
    position: relative;
    margin-bottom: 2rem; }
    ol.ol-orange-numbers li::before {
      content: counter(item) ".";
      font-size: 2.5rem;
      font-weight: bold;
      line-height: 1;
      color: #F76902;
      position: absolute;
      left: -2.5rem;
      top: -1rem; }

ul.links-list {
  padding-left: 0px;
  margin-bottom: 0rem; }
  ul.links-list > li {
    list-style-type: none;
    position: relative;
    padding-left: 1rem; }
    ul.links-list > li:not(:last-child) {
      padding-bottom: 1rem; }
    ul.links-list > li:before {
      content: "";
      font-family: "Font Awesome 6 Pro";
      color: #F76902;
      display: inline-block;
      font-size: 86%;
      padding-right: 0.5rem;
      position: absolute;
      top: 0.125rem;
      left: 0;
      font-weight: bold;
      z-index: 0; }
    ul.links-list > li a:not(.inline-link):where(:first-of-type) {
      color: #212529;
      text-decoration-color: transparent;
      font-weight: bold;
      margin-left: -1rem;
      padding-left: 1rem;
      position: relative;
      z-index: 5; }
      ul.links-list > li a:not(.inline-link):where(:first-of-type):hover {
        text-decoration-color: #F76902; }
    ul.links-list > li ul.links-list {
      padding-left: 1.5rem; }
  ul.links-list ul:not(.links-list) {
    padding-left: 2.5rem;
    margin-bottom: 0rem;
    margin-top: 1rem; }
    ul.links-list ul:not(.links-list) li:not(:last-child) {
      padding-bottom: 1rem; }
    ul.links-list ul:not(.links-list) > li > a {
      color: #212529;
      text-decoration-color: #F76902;
      font-weight: inherit; }
      ul.links-list ul:not(.links-list) > li > a:hover {
        color: #727578;
        text-decoration-color: transparent; }
  ul.links-list ul.links-list,
  ul.links-list ol.links-list {
    padding-top: 1rem; }

ul.carousel-nav .views-field-title a {
  text-decoration-color: transparent;
  font-weight: bold; }
  ul.carousel-nav .views-field-title a:hover {
    color: #212529;
    text-decoration-color: #F76902; }

ul.links-list-with-arrows a {
  text-decoration-color: transparent;
  font-weight: bold; }
  ul.links-list-with-arrows a:hover {
    color: #212529;
    text-decoration-color: #F76902; }

.bg-black ul.links-list > li:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #F76902;
  display: inline-block;
  font-size: 86%;
  padding-right: 0.5rem; }

.bg-black ul.links-list > li a:not(.inline-link) {
  color: white;
  text-decoration-color: transparent;
  font-weight: bold; }
  .bg-black ul.links-list > li a:not(.inline-link):hover {
    text-decoration-color: #F76902; }

.bg-black ul.links-list ul:not(.links-list) > li > a {
  color: white;
  text-decoration-color: #F76902; }
  .bg-black ul.links-list ul:not(.links-list) > li > a:hover {
    color: #727578;
    text-decoration-color: transparent; }

.bg-black ul.carousel-nav .views-field-title a {
  text-decoration-color: transparent;
  font-weight: bold; }
  .bg-black ul.carousel-nav .views-field-title a:hover {
    color: white;
    text-decoration-color: #F76902; }

.bg-black ul.arrows-left-alt a, .bg-black ul.arrows-left a {
  text-decoration-color: transparent; }
  .bg-black ul.arrows-left-alt a:hover, .bg-black ul.arrows-left a:hover {
    color: white;
    text-decoration-color: #F76902; }

.bg-black ul.links-list-with-arrows a {
  text-decoration-color: transparent;
  font-weight: bold; }
  .bg-black ul.links-list-with-arrows a:hover {
    color: white;
    text-decoration-color: #F76902; }

.bg-primary ul.links-list > li:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: white;
  display: inline-block;
  font-size: 86%;
  padding-right: 0.5rem; }

.bg-primary ul.links-list > li a:not(.inline-link) {
  color: white;
  text-decoration-color: transparent;
  font-weight: bold; }
  .bg-primary ul.links-list > li a:not(.inline-link):hover {
    text-decoration-color: white; }

.bg-primary ul.links-list ul:not(.links-list) > li > a {
  color: white;
  text-decoration-color: white; }
  .bg-primary ul.links-list ul:not(.links-list) > li > a:hover {
    text-decoration-color: transparent; }

.bg-primary ul.carousel-nav .views-field-title a {
  text-decoration-color: transparent;
  font-weight: bold; }
  .bg-primary ul.carousel-nav .views-field-title a:hover {
    color: white;
    text-decoration-color: white; }

.bg-primary ul.arrows-left-alt a, .bg-primary ul.arrows-left a {
  text-decoration-color: transparent; }
  .bg-primary ul.arrows-left-alt a:hover, .bg-primary ul.arrows-left a:hover {
    text-decoration-color: white; }

.bg-primary ul.links-list-with-arrows a {
  text-decoration-color: transparent;
  font-weight: bold; }
  .bg-primary ul.links-list-with-arrows a:hover {
    color: white;
    text-decoration-color: white; }
  .bg-primary ul.links-list-with-arrows a:after {
    color: #fff !important; }

.bg-primary ul.columns-2 li, .bg-primary ul.columns-3 li, .bg-primary ul.columns-4 li {
  margin-bottom: 0.85rem;
  font-size: 1.167rem;
  line-height: 1.25; }

.bg-light ul.links-list > li:before {
  content: "";
  font-family: "Font Awesome 6 Pro";
  color: #212529;
  display: inline-block;
  font-size: 86%;
  padding-right: 0.5rem; }

.bg-light ul.links-list > li a:not(.inline-link) {
  color: #212529;
  text-decoration-color: transparent;
  font-weight: bold; }
  .bg-light ul.links-list > li a:not(.inline-link):hover {
    text-decoration-color: #212529; }

.bg-light ul.links-list ul:not(.links-list) > li > a {
  color: #212529;
  text-decoration-color: #212529; }
  .bg-light ul.links-list ul:not(.links-list) > li > a:hover {
    color: #606060;
    text-decoration-color: transparent; }

.bg-light ul.carousel-nav .views-field-title a {
  text-decoration-color: transparent;
  font-weight: bold; }
  .bg-light ul.carousel-nav .views-field-title a:hover {
    color: #212529;
    text-decoration-color: #212529; }

.bg-light ul.arrows-left-alt a, .bg-light ul.arrows-left a {
  text-decoration-color: transparent; }
  .bg-light ul.arrows-left-alt a:hover, .bg-light ul.arrows-left a:hover {
    color: #212529;
    text-decoration-color: #212529; }

.bg-light ul.links-list-with-arrows a {
  text-decoration-color: transparent;
  font-weight: bold; }
  .bg-light ul.links-list-with-arrows a:hover {
    color: #212529;
    text-decoration-color: #212529; }

.simple-table {
  table-layout: fixed; }
  .simple-table tr td {
    position: relative;
    padding: 1rem;
    padding-left: 0; }
    @media (max-width: 575.98px) {
      .simple-table tr td {
        width: 100%;
        padding-right: 0;
        display: block; } }
    .simple-table tr td:after {
      position: absolute;
      content: ' ';
      left: 0;
      right: 1rem;
      bottom: 0;
      height: 1px;
      background-color: #dee2e6; }
      @media (max-width: 575.98px) {
        .simple-table tr td:after {
          right: 0; } }
  @media (min-width: 576px) {
    .simple-table tr:last-child td:after {
      content: none; } }
  @media (max-width: 575.98px) {
    .simple-table tr:last-child td:last-child:after {
      content: none; } }

@media (max-width: 879.98px) {
  .responsive-table tbody {
    display: block; }
  .responsive-table tr {
    border-top: 1px solid #dee2e6;
    display: block;
    width: 100%;
    padding: 1rem 0; }
  .responsive-table thead {
    display: none; }
  .responsive-table td, .responsive-table th {
    display: block;
    border-top: none;
    padding: .1rem 0; } }

.by-the-numbers .field--name-field-content table th {
  border-color: #000 !important; }

.by-the-numbers .field--name-field-content table tbody td {
  border-top: 0;
  border-bottom: 1px solid #dee2e6; }
  .by-the-numbers .field--name-field-content table tbody td:first-child {
    padding-left: 0; }
  .by-the-numbers .field--name-field-content table tbody td:last-child {
    padding-right: 0;
    text-align: right; }

.by-the-numbers .field--name-field-content table + p {
  padding-top: 10px;
  padding-bottom: 25px; }
  @media (min-width: 880px) {
    .by-the-numbers .field--name-field-content table + p {
      padding-top: 42px;
      padding-bottom: 0; } }

table.table--timeline tr > td {
  padding-bottom: 3.5rem;
  vertical-align: top; }
  table.table--timeline tr > td:first-child {
    padding-right: 2rem;
    font-size: 3.125rem;
    line-height: 3.125rem;
    letter-spacing: -.05rem; }

table.table--timeline tr:last-child > td {
  padding-bottom: 0; }

.table-black-headers.full-width .field--name-field-content table {
  width: 100%; }

.table-black-headers .field--name-field-content table th {
  border-color: #000 !important; }

.links-list-col-1 td:nth-child(1) a,
.links-list-col-2 td:nth-child(2) a,
.links-list-col-3 td:nth-child(3) a,
.links-list-col-4 td:nth-child(4) a {
  color: #212529;
  text-decoration-color: transparent;
  font-weight: bold;
  position: relative;
  padding-left: 1rem;
  display: inline-block; }
  .links-list-col-1 td:nth-child(1) a:hover,
  .links-list-col-2 td:nth-child(2) a:hover,
  .links-list-col-3 td:nth-child(3) a:hover,
  .links-list-col-4 td:nth-child(4) a:hover {
    text-decoration-color: #F76902; }
  .links-list-col-1 td:nth-child(1) a:before,
  .links-list-col-2 td:nth-child(2) a:before,
  .links-list-col-3 td:nth-child(3) a:before,
  .links-list-col-4 td:nth-child(4) a:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: #F76902;
    display: inline-block;
    font-size: 86%;
    padding-right: 0.5rem; }
  .links-list-col-1 td:nth-child(1) a:before,
  .links-list-col-2 td:nth-child(2) a:before,
  .links-list-col-3 td:nth-child(3) a:before,
  .links-list-col-4 td:nth-child(4) a:before {
    position: absolute;
    left: 0;
    top: 0.18rem; }

.links-list td a {
  color: #212529;
  text-decoration-color: transparent;
  font-weight: bold;
  position: relative;
  padding-left: 1rem;
  display: inline-block; }
  .links-list td a:hover {
    text-decoration-color: #F76902; }
  .links-list td a:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: #F76902;
    display: inline-block;
    font-size: 86%;
    padding-right: 0.5rem; }
  .links-list td a:before {
    position: absolute;
    left: 0;
    top: 0.18rem; }

.bg-black .links-list-col-1 td:nth-child(1) a,
.bg-black .links-list-col-2 td:nth-child(2) a,
.bg-black .links-list-col-3 td:nth-child(3) a,
.bg-black .links-list-col-4 td:nth-child(4) a,
.black-image-card .links-list-col-1 td:nth-child(1) a,
.black-image-card .links-list-col-2 td:nth-child(2) a,
.black-image-card .links-list-col-3 td:nth-child(3) a,
.black-image-card .links-list-col-4 td:nth-child(4) a {
  color: white;
  text-decoration-color: transparent;
  font-weight: bold; }
  .bg-black .links-list-col-1 td:nth-child(1) a:hover,
  .bg-black .links-list-col-2 td:nth-child(2) a:hover,
  .bg-black .links-list-col-3 td:nth-child(3) a:hover,
  .bg-black .links-list-col-4 td:nth-child(4) a:hover,
  .black-image-card .links-list-col-1 td:nth-child(1) a:hover,
  .black-image-card .links-list-col-2 td:nth-child(2) a:hover,
  .black-image-card .links-list-col-3 td:nth-child(3) a:hover,
  .black-image-card .links-list-col-4 td:nth-child(4) a:hover {
    text-decoration-color: #F76902; }
  .bg-black .links-list-col-1 td:nth-child(1) a:before,
  .bg-black .links-list-col-2 td:nth-child(2) a:before,
  .bg-black .links-list-col-3 td:nth-child(3) a:before,
  .bg-black .links-list-col-4 td:nth-child(4) a:before,
  .black-image-card .links-list-col-1 td:nth-child(1) a:before,
  .black-image-card .links-list-col-2 td:nth-child(2) a:before,
  .black-image-card .links-list-col-3 td:nth-child(3) a:before,
  .black-image-card .links-list-col-4 td:nth-child(4) a:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: #F76902;
    display: inline-block;
    font-size: 86%;
    padding-right: 0.5rem; }

.bg-black .links-list td a,
.black-image-card .links-list td a {
  color: white;
  text-decoration-color: transparent;
  font-weight: bold; }
  .bg-black .links-list td a:hover,
  .black-image-card .links-list td a:hover {
    text-decoration-color: #F76902; }
  .bg-black .links-list td a:before,
  .black-image-card .links-list td a:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: #F76902;
    display: inline-block;
    font-size: 86%;
    padding-right: 0.5rem; }

.bg-light .links-list-col-1 td:nth-child(1) a,
.bg-light .links-list-col-2 td:nth-child(2) a,
.bg-light .links-list-col-3 td:nth-child(3) a,
.bg-light .links-list-col-4 td:nth-child(4) a {
  color: #212529;
  text-decoration-color: transparent;
  font-weight: bold; }
  .bg-light .links-list-col-1 td:nth-child(1) a:hover,
  .bg-light .links-list-col-2 td:nth-child(2) a:hover,
  .bg-light .links-list-col-3 td:nth-child(3) a:hover,
  .bg-light .links-list-col-4 td:nth-child(4) a:hover {
    text-decoration-color: #212529; }
  .bg-light .links-list-col-1 td:nth-child(1) a:before,
  .bg-light .links-list-col-2 td:nth-child(2) a:before,
  .bg-light .links-list-col-3 td:nth-child(3) a:before,
  .bg-light .links-list-col-4 td:nth-child(4) a:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: #212529;
    display: inline-block;
    font-size: 86%;
    padding-right: 0.5rem; }

.bg-light .links-list td a {
  color: #212529;
  text-decoration-color: transparent;
  font-weight: bold; }
  .bg-light .links-list td a:hover {
    text-decoration-color: #212529; }
  .bg-light .links-list td a:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: #212529;
    display: inline-block;
    font-size: 86%;
    padding-right: 0.5rem; }

.bg-primary .links-list-col-1 td:nth-child(1) a,
.bg-primary .links-list-col-2 td:nth-child(2) a,
.bg-primary .links-list-col-3 td:nth-child(3) a,
.bg-primary .links-list-col-4 td:nth-child(4) a {
  color: white;
  text-decoration-color: transparent;
  font-weight: bold; }
  .bg-primary .links-list-col-1 td:nth-child(1) a:hover,
  .bg-primary .links-list-col-2 td:nth-child(2) a:hover,
  .bg-primary .links-list-col-3 td:nth-child(3) a:hover,
  .bg-primary .links-list-col-4 td:nth-child(4) a:hover {
    text-decoration-color: white; }
  .bg-primary .links-list-col-1 td:nth-child(1) a:before,
  .bg-primary .links-list-col-2 td:nth-child(2) a:before,
  .bg-primary .links-list-col-3 td:nth-child(3) a:before,
  .bg-primary .links-list-col-4 td:nth-child(4) a:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: white;
    display: inline-block;
    font-size: 86%;
    padding-right: 0.5rem; }

.bg-primary .links-list td a {
  color: white;
  text-decoration-color: transparent;
  font-weight: bold; }
  .bg-primary .links-list td a:hover {
    text-decoration-color: white; }
  .bg-primary .links-list td a:before {
    content: "";
    font-family: "Font Awesome 6 Pro";
    color: white;
    display: inline-block;
    font-size: 86%;
    padding-right: 0.5rem; }

body {
  font-feature-settings: "kern", "liga", "pnum";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

body.adminimal {
  font: 400 1rem/1.5 "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.text-black {
  color: #000 !important; }

.adminimal h1,
h1,
h2,
h3,
h4,
h5, h6, .by-the-numbers .field--name-field-content table th, .table-black-headers .field--name-field-content table th {
  font-weight: bold;
  transition: color .2s ease-in-out;
  letter-spacing: -.20px; }

h1 a,
.h1 a,
h2 a,
.h2 a,
h3 a,
.h3 a,
h4 a,
.h4 a,
h5 a,
.h5 a,
h6 a,
.by-the-numbers .field--name-field-content table th a,
.table-black-headers .field--name-field-content table th a,
.h6 a {
  color: inherit;
  text-decoration-color: transparent; }
  h1 a:hover,
  .h1 a:hover,
  h2 a:hover,
  .h2 a:hover,
  h3 a:hover,
  .h3 a:hover,
  h4 a:hover,
  .h4 a:hover,
  h5 a:hover,
  .h5 a:hover,
  h6 a:hover,
  .by-the-numbers .field--name-field-content table th a:hover,
  .table-black-headers .field--name-field-content table th a:hover,
  .h6 a:hover {
    color: inherit;
    text-decoration-color: #F76902; }

h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5, h6, .by-the-numbers .field--name-field-content table th, .table-black-headers .field--name-field-content table th,
.h6 {
  margin-bottom: 1rem; }

.font-base {
  font: 400 1rem/1.5 "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif; }

.adminimal h1,
h1,
.h1 {
  font-size: 4.25rem;
  line-height: 4.5rem;
  margin-bottom: 2.6rem; }
  .adminimal h1:first-letter,
  h1:first-letter,
  .h1:first-letter {
    margin-left: -.075em; }
  @media (max-width: 767.98px) {
    .adminimal h1,
    h1,
    .h1 {
      font-size: 2.5rem;
      line-height: 2.5rem; } }

h2 {
  font-size: 2.25rem;
  line-height: 2.5rem; }

h3 {
  font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
  font-size: 2rem;
  line-height: 2.25rem; }

h4 {
  font-size: 1.75rem;
  line-height: 2rem; }

h5 {
  font-size: 1.5rem;
  line-height: 1.75rem; }

h6, .by-the-numbers .field--name-field-content table th, .table-black-headers .field--name-field-content table th {
  font-size: 1.25rem;
  line-height: 1.5rem; }

@media (max-width: 767.98px) {
  h2, .h2 {
    font-size: 1.5rem;
    line-height: 1.75rem; }
  h3, .h3 {
    font-size: 1.375rem;
    line-height: 1.625rem; }
  h4, .h4 {
    font-size: 1.25rem;
    line-height: 1.5rem; }
  h5, .h5 {
    font-size: 1.125rem;
    line-height: 1.375rem; }
  h6, .by-the-numbers .field--name-field-content table th, .table-black-headers .field--name-field-content table th, .h6 {
    font-size: 1rem;
    line-height: 1.25rem; } }

h1.page-header {
  font-size: 1.75rem;
  line-height: 2rem;
  width: 1000px;
  max-width: 100%; }
  @media (min-width: 576px) {
    h1.page-header {
      font-size: 2.5rem;
      line-height: 2.75rem; } }
  @media (min-width: 768px) {
    h1.page-header {
      font-size: 3.125rem;
      line-height: 3.375rem; }
      h1.page-header.page-header-small {
        font-size: 2.5rem !important;
        line-height: 2.75rem !important; } }

p {
  line-height: 1.75rem;
  margin-bottom: 2rem; }

div.small > p,
span.small,
p.small {
  font-size: 0.875rem;
  line-height: 1.25rem; }

div.large > p,
span.large,
p.large {
  font-size: 1.167rem;
  line-height: 1.2; }

div.x-small > p,
span.x-small,
p.x-small {
  font-size: 0.75rem;
  line-height: 1.125rem;
  color: #727578; }

p.footnote {
  font-size: 80%;
  margin-bottom: 0.5rem;
  line-height: 1rem;
  padding-left: 1rem;
  color: #727578; }

.more-link.see-more-link a > i,
.more-link.see-more-link a > span {
  color: black !important; }

.item-title {
  font-size: 1.167rem;
  line-height: 1.375rem; }

.white-space-pre-wrap {
  white-space: pre-wrap; }

a.white-on-black.active:after, a.white-on-orange.active:after, a.black-on-white.active:after, a.dark-on-light.active:not(.social-link):after {
  content: '';
  height: 3px;
  width: auto;
  position: absolute;
  left: 0;
  bottom: 0px;
  right: 0;
  transition: background-color .2s ease-in-out; }
  a.first.white-on-black.active:after, a.first.white-on-orange.active:after, a.first.black-on-white.active:after, a.first.dark-on-light.active:not(.social-link):after {
    left: 0;
    width: calc(100% - 1rem); }
  a.last.white-on-black.active:after, a.last.white-on-orange.active:after, a.last.black-on-white.active:after, a.last.dark-on-light.active:not(.social-link):after {
    right: 0;
    width: calc(100% - 1rem); }

li > a.black-arrow-left {
  display: flex;
  padding-left: 1.25rem;
  position: relative;
  padding-bottom: .35rem; }
  li > a.black-arrow-left:before {
    position: absolute;
    left: 0; }

a {
  text-decoration-line: underline;
  text-decoration-thickness: 0.125rem;
  text-decoration-style: solid;
  text-underline-offset: 0.125rem;
  transition: text-decoration-color 250ms, color 250ms;
  color: #212529;
  text-decoration-color: #F76902; }
  a:hover {
    color: #727578;
    text-decoration-color: transparent; }
  a:has(span[class*="fa-"]) {
    text-decoration-color: transparent; }
    a:has(span[class*="fa-"]):hover {
      color: #212529;
      text-decoration-color: #F76902; }
  a[role="button"] {
    text-decoration: none !important; }
  a > span[class*="fa-"] {
    color: #F76902;
    display: inline-block; }
  a.card-link:hover {
    text-decoration: underline transparent solid 0.125rem; }
  a:has(.h1, .h2, .h3, .h4, .h5, .h6) {
    color: inherit;
    text-decoration-color: transparent; }
    a:has(.h1, .h2, .h3, .h4, .h5, .h6):hover {
      color: inherit;
      text-decoration-color: #F76902; }
  a.icon-before span[class*="fa-"] {
    padding-right: 0.5rem; }
  a.icon-after span[class*="fa-"] {
    padding-left: 0.5rem; }
  a.inline-link {
    text-decoration-color: var(--fa-color, #f76902) !important; }
    a.inline-link:hover {
      text-decoration-color: transparent !important; }
  a.non-inline-link {
    text-decoration-color: transparent !important; }
    a.non-inline-link:hover {
      color: inherit !important;
      text-decoration-color: var(--fa-color, #f76902) !important; }
  a.links-list {
    position: relative;
    padding-left: 1rem;
    display: inline-block;
    color: #212529;
    text-decoration-color: transparent;
    font-weight: bold; }
    a.links-list:before {
      position: absolute;
      left: 0;
      top: 0.18rem; }
    a.links-list:not(:where(table a)):before {
      top: 0rem !important; }
    a.links-list:hover {
      text-decoration-color: #F76902; }
    a.links-list:before {
      content: "";
      font-family: "Font Awesome 6 Pro";
      color: #F76902;
      display: inline-block;
      font-size: 86%;
      padding-right: 0.5rem; }
  a.call-to-action {
    display: inline-block;
    padding-right: 1rem;
    text-decoration-color: transparent;
    font-weight: bold; }
    a.call-to-action:hover {
      color: #212529;
      text-decoration-color: #F76902; }
    a.call-to-action:after {
      content: "";
      font-family: "Font Awesome 6 Pro";
      color: #F76902;
      display: inline-block;
      font-size: 86%;
      padding-left: 0rem;
      width: 0px;
      right: -0.5rem;
      position: relative;
      bottom: .063rem; }
    a.call-to-action.underline {
      position: absolute; }
      a.call-to-action.underline:before {
        content: "";
        background-color: white;
        height: 1px;
        width: calc(100% - 13px);
        position: absolute;
        bottom: 0px; }
    a.call-to-action.outline {
      border: 1px solid white;
      padding: 1rem;
      display: inline-block; }
  a.black-arrow-left {
    text-decoration-color: transparent;
    font-weight: bold;
    line-height: 1.25; }
    a.black-arrow-left:hover {
      color: #212529;
      text-decoration-color: #F76902; }
    a.black-arrow-left:before {
      content: "";
      font-family: "Font Awesome 6 Pro";
      color: #212529;
      display: inline-block;
      font-size: 100%;
      padding-right: 0.5rem; }
  a.right-arrow-before {
    text-decoration-color: transparent;
    font-weight: bold;
    position: relative;
    margin-left: calc(1.25em + .5rem);
    line-height: 1.25;
    display: inline-block; }
    a.right-arrow-before:hover {
      color: #212529;
      text-decoration-color: #F76902; }
    a.right-arrow-before:before {
      content: "";
      font-family: "Font Awesome 6 Pro";
      color: var(--fa-color, #f76902);
      display: inline-block;
      font-size: 100%;
      padding-right: 0px;
      margin-right: .5rem;
      width: 1.25em;
      text-align: center;
      position: absolute;
      margin-left: calc((1.25em + .5rem)* -1); }
  a.see-more, a.see-more-link {
    text-decoration-color: transparent;
    font-weight: bold;
    font-size: 1.167rem;
    line-height: 1.375rem; }
    a.see-more:hover, a.see-more-link:hover {
      color: #212529;
      text-decoration-color: #F76902; }
  a.white-on-black {
    color: #fff; }
    a.white-on-black:hover {
      color: #F76902 !important; }
      a.white-on-black:hover.active:after {
        background-color: #F76902; }
    a.white-on-black:active {
      color: #727578 !important; }
      a.white-on-black:active.active:after {
        background-color: #727578; }
    a.white-on-black.active:after {
      background-color: #fff; }
  a.white-on-orange {
    color: #fff; }
    a.white-on-orange:hover {
      color: black  !important; }
      a.white-on-orange:hover.active:after {
        background-color: black; }
    a.white-on-orange:active {
      color: #F6BE00 !important; }
      a.white-on-orange:active.active:after {
        background-color: #F6BE00; }
    a.white-on-orange.active:after {
      background-color: #fff; }
  a.black-on-white {
    color: black; }
    a.black-on-white:hover {
      color: #C75300 !important; }
      a.black-on-white:hover.active:after {
        background-color: #F76902; }
    a.black-on-white:active {
      color: #727578 !important; }
      a.black-on-white:active.active:after {
        background-color: #727578; }
    a.black-on-white.active:after {
      background-color: black; }
  a.dark-on-light:not(.social-link) {
    color: #495057; }
    a.dark-on-light:not(.social-link):hover {
      color: #C75300 !important; }
      a.dark-on-light:not(.social-link):hover.active:after {
        background-color: #F76902; }
    a.dark-on-light:not(.social-link):active {
      color: #727578 !important; }
      a.dark-on-light:not(.social-link):active.active:after {
        background-color: #727578; }
    a.dark-on-light:not(.social-link).active:after {
      background-color: #495057; }
  a.link-with-icon {
    text-decoration-color: transparent;
    display: inline-block;
    align-items: baseline; }
    a.link-with-icon:hover {
      color: #212529;
      text-decoration-color: #F76902; }
    a.link-with-icon > span[class*="fa-"] {
      width: 28px;
      min-width: 28px; }
    a.link-with-icon.see-more {
      margin-bottom: 10px !important; }
      a.link-with-icon.see-more > span[class*="fa-"] {
        width: 30px;
        min-width: 30px; }

.bg-black {
  color: white; }
  .bg-black a {
    color: white;
    text-decoration-color: #F76902; }
    .bg-black a:hover {
      color: #727578;
      text-decoration-color: transparent; }
    .bg-black a:has(span[class*="fa-"]) {
      text-decoration-color: transparent; }
      .bg-black a:has(span[class*="fa-"]):hover {
        color: white;
        text-decoration-color: #F76902; }
    .bg-black a > span[class*="fa-"] {
      color: #F76902;
      display: inline-block; }
    .bg-black a:has(.h1, .h2, .h3, .h4, .h5, .h6) {
      color: inherit;
      text-decoration-color: transparent; }
      .bg-black a:has(.h1, .h2, .h3, .h4, .h5, .h6):hover {
        color: inherit;
        text-decoration-color: #F76902; }
    .bg-black a.link-with-icon > span.fa, .bg-black a.link-with-icon > span.far, .bg-black a.link-with-icon > span.fab, .bg-black a.link-with-icon > span.fas, .bg-black a.link-with-icon > span.fal, .bg-black a.link-with-icon > span.lnr {
      color: white !important; }
    .bg-black a.link-with-icon:hover {
      color: white !important; }
    .bg-black a.links-list {
      color: white;
      text-decoration-color: transparent;
      font-weight: bold; }
      .bg-black a.links-list:hover {
        text-decoration-color: #F76902; }
      .bg-black a.links-list:before {
        content: "";
        font-family: "Font Awesome 6 Pro";
        color: #F76902;
        display: inline-block;
        font-size: 86%;
        padding-right: 0.5rem; }
    .bg-black a.call-to-action {
      text-decoration-color: transparent;
      font-weight: bold; }
      .bg-black a.call-to-action:hover {
        color: white;
        text-decoration-color: #F76902; }
      .bg-black a.call-to-action:after {
        content: "";
        font-family: "Font Awesome 6 Pro";
        color: #F76902;
        display: inline-block;
        font-size: 86%;
        padding-left: 0rem; }
    .bg-black a.black-arrow-left {
      text-decoration-color: transparent;
      font-weight: bold; }
      .bg-black a.black-arrow-left:hover {
        color: white;
        text-decoration-color: #F76902; }
      .bg-black a.black-arrow-left:before {
        content: "";
        font-family: "Font Awesome 6 Pro";
        color: #fff;
        display: inline-block;
        font-size: 100%;
        padding-right: 0.5rem; }
    .bg-black a.right-arrow-before {
      text-decoration-color: transparent;
      font-weight: bold; }
      .bg-black a.right-arrow-before:hover {
        color: white;
        text-decoration-color: #F76902; }
    .bg-black a.see-more, .bg-black a.see-more-link {
      text-decoration-color: transparent;
      font-weight: bold; }
      .bg-black a.see-more:hover, .bg-black a.see-more-link:hover {
        color: white;
        text-decoration-color: #F76902; }
    .bg-black a.social-link {
      color: inherit; }
  .bg-black .btn-primary {
    border-width: 2px; }
    .bg-black .btn-primary:hover {
      border-color: #F76902; }
  .bg-black h1 a,
  .bg-black .h1 a,
  .bg-black h2 a,
  .bg-black .h2 a,
  .bg-black h3 a,
  .bg-black .h3 a,
  .bg-black h4 a,
  .bg-black .h4 a,
  .bg-black h5 a,
  .bg-black .h5 a,
  .bg-black h6 a,
  .bg-black .by-the-numbers .field--name-field-content table th a,
  .by-the-numbers .field--name-field-content table .bg-black th a,
  .bg-black .table-black-headers .field--name-field-content table th a,
  .table-black-headers .field--name-field-content table .bg-black th a,
  .bg-black .h6 a {
    color: inherit;
    text-decoration-color: transparent; }
    .bg-black h1 a:hover,
    .bg-black .h1 a:hover,
    .bg-black h2 a:hover,
    .bg-black .h2 a:hover,
    .bg-black h3 a:hover,
    .bg-black .h3 a:hover,
    .bg-black h4 a:hover,
    .bg-black .h4 a:hover,
    .bg-black h5 a:hover,
    .bg-black .h5 a:hover,
    .bg-black h6 a:hover,
    .bg-black .by-the-numbers .field--name-field-content table th a:hover,
    .by-the-numbers .field--name-field-content table .bg-black th a:hover,
    .bg-black .table-black-headers .field--name-field-content table th a:hover,
    .table-black-headers .field--name-field-content table .bg-black th a:hover,
    .bg-black .h6 a:hover {
      color: inherit;
      text-decoration-color: #F76902; }

.bg-primary {
  color: white; }
  .bg-primary a {
    color: white;
    text-decoration-color: white; }
    .bg-primary a:hover {
      text-decoration-color: transparent; }
    .bg-primary a:has(span[class*="fa-"]) {
      text-decoration-color: transparent; }
      .bg-primary a:has(span[class*="fa-"]):hover {
        text-decoration-color: white; }
    .bg-primary a > span[class*="fa-"] {
      color: white;
      display: inline-block; }
    .bg-primary a:has(.h1, .h2, .h3, .h4, .h5, .h6) {
      color: inherit;
      text-decoration-color: transparent; }
      .bg-primary a:has(.h1, .h2, .h3, .h4, .h5, .h6):hover {
        color: inherit;
        text-decoration-color: white; }
    .bg-primary a.links-list {
      color: white;
      text-decoration-color: transparent;
      font-weight: bold; }
      .bg-primary a.links-list:hover {
        text-decoration-color: white; }
      .bg-primary a.links-list:before {
        content: "";
        font-family: "Font Awesome 6 Pro";
        color: white;
        display: inline-block;
        font-size: 86%;
        padding-right: 0.5rem; }
    .bg-primary a.call-to-action {
      text-decoration-color: transparent;
      font-weight: bold; }
      .bg-primary a.call-to-action:hover {
        color: white;
        text-decoration-color: white; }
      .bg-primary a.call-to-action:after {
        content: "";
        font-family: "Font Awesome 6 Pro";
        color: #fff;
        display: inline-block;
        font-size: 86%;
        padding-left: 0rem; }
    .bg-primary a.black-arrow-left {
      text-decoration-color: transparent;
      font-weight: bold; }
      .bg-primary a.black-arrow-left:hover {
        color: white;
        text-decoration-color: white; }
      .bg-primary a.black-arrow-left:before {
        content: "";
        font-family: "Font Awesome 6 Pro";
        color: #fff;
        display: inline-block;
        font-size: 100%;
        padding-right: 0.5rem; }
    .bg-primary a.right-arrow-before {
      text-decoration-color: transparent;
      font-weight: bold; }
      .bg-primary a.right-arrow-before:hover {
        color: white;
        text-decoration-color: white; }
    .bg-primary a.see-more, .bg-primary a.see-more-link {
      text-decoration-color: transparent;
      font-weight: bold; }
      .bg-primary a.see-more:hover, .bg-primary a.see-more-link:hover {
        color: white;
        text-decoration-color: white; }
  .bg-primary.text-white p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6):not(.card-title):not(.card-header),
  .bg-primary.text-white ul:not(.contextual-links),
  .bg-primary.text-white ol,
  .bg-primary.text-white table,
  .bg-primary.text-white a,
  .bg-primary.text-white span:not(.lnr):not(.fa):not(.fal):not(.far):not(.fas):not(.fab):not(.icon-card--icons) {
    font-size: 1.167rem;
    font-weight: bold; }
  .bg-primary.text-white .lead p {
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    font-weight: normal !important;
    font-size: 2rem !important; }
    @media (max-width: 879.98px) {
      .bg-primary.text-white .lead p {
        font-weight: normal !important;
        font-size: 1.5rem !important; } }
    .bg-primary.text-white .lead p a {
      font-size: 2rem !important; }
  .bg-primary.text-white a:not(.btn) {
    color: white; }
  .bg-primary.text-white ul.contextual-links a {
    color: black; }
  .bg-primary a.black-arrow-left:before {
    color: #fff; }
  .bg-primary h1 a,
  .bg-primary .h1 a,
  .bg-primary h2 a,
  .bg-primary .h2 a,
  .bg-primary h3 a,
  .bg-primary .h3 a,
  .bg-primary h4 a,
  .bg-primary .h4 a,
  .bg-primary h5 a,
  .bg-primary .h5 a,
  .bg-primary h6 a,
  .bg-primary .by-the-numbers .field--name-field-content table th a,
  .by-the-numbers .field--name-field-content table .bg-primary th a,
  .bg-primary .table-black-headers .field--name-field-content table th a,
  .table-black-headers .field--name-field-content table .bg-primary th a,
  .bg-primary .h6 a {
    color: inherit;
    text-decoration-color: transparent; }
    .bg-primary h1 a:hover,
    .bg-primary .h1 a:hover,
    .bg-primary h2 a:hover,
    .bg-primary .h2 a:hover,
    .bg-primary h3 a:hover,
    .bg-primary .h3 a:hover,
    .bg-primary h4 a:hover,
    .bg-primary .h4 a:hover,
    .bg-primary h5 a:hover,
    .bg-primary .h5 a:hover,
    .bg-primary h6 a:hover,
    .bg-primary .by-the-numbers .field--name-field-content table th a:hover,
    .by-the-numbers .field--name-field-content table .bg-primary th a:hover,
    .bg-primary .table-black-headers .field--name-field-content table th a:hover,
    .table-black-headers .field--name-field-content table .bg-primary th a:hover,
    .bg-primary .h6 a:hover {
      color: inherit;
      text-decoration-color: white; }

.bg-light {
  color: #212529; }
  .bg-light a {
    color: #212529;
    text-decoration-color: #212529; }
    .bg-light a:hover {
      color: #606060;
      text-decoration-color: transparent; }
    .bg-light a:has(span[class*="fa-"]) {
      text-decoration-color: transparent; }
      .bg-light a:has(span[class*="fa-"]):hover {
        color: #212529;
        text-decoration-color: #212529; }
    .bg-light a > span[class*="fa-"] {
      color: black;
      display: inline-block; }
    .bg-light a:has(.h1, .h2, .h3, .h4, .h5, .h6) {
      color: inherit;
      text-decoration-color: transparent; }
      .bg-light a:has(.h1, .h2, .h3, .h4, .h5, .h6):hover {
        color: inherit;
        text-decoration-color: #212529; }
    .bg-light a.links-list {
      color: #212529;
      text-decoration-color: transparent;
      font-weight: bold; }
      .bg-light a.links-list:hover {
        text-decoration-color: #212529; }
      .bg-light a.links-list:before {
        content: "";
        font-family: "Font Awesome 6 Pro";
        color: #212529;
        display: inline-block;
        font-size: 86%;
        padding-right: 0.5rem; }
    .bg-light a.call-to-action {
      text-decoration-color: transparent;
      font-weight: bold; }
      .bg-light a.call-to-action:hover {
        color: #212529;
        text-decoration-color: #212529; }
      .bg-light a.call-to-action:after {
        content: "";
        font-family: "Font Awesome 6 Pro";
        color: #212529;
        display: inline-block;
        font-size: 86%;
        padding-left: 0rem; }
    .bg-light a.black-arrow-left {
      text-decoration-color: transparent;
      font-weight: bold; }
      .bg-light a.black-arrow-left:hover {
        color: #212529;
        text-decoration-color: #212529; }
      .bg-light a.black-arrow-left:before {
        content: "";
        font-family: "Font Awesome 6 Pro";
        color: black;
        display: inline-block;
        font-size: 100%;
        padding-right: 0.5rem; }
    .bg-light a.right-arrow-before {
      text-decoration-color: transparent;
      font-weight: bold; }
      .bg-light a.right-arrow-before:hover {
        color: #212529;
        text-decoration-color: #212529; }
    .bg-light a.see-more, .bg-light a.see-more-link {
      text-decoration-color: transparent;
      font-weight: bold; }
      .bg-light a.see-more:hover, .bg-light a.see-more-link:hover {
        color: #212529;
        text-decoration-color: #212529; }
  .bg-light h1 a,
  .bg-light .h1 a,
  .bg-light h2 a,
  .bg-light .h2 a,
  .bg-light h3 a,
  .bg-light .h3 a,
  .bg-light h4 a,
  .bg-light .h4 a,
  .bg-light h5 a,
  .bg-light .h5 a,
  .bg-light h6 a,
  .bg-light .by-the-numbers .field--name-field-content table th a,
  .by-the-numbers .field--name-field-content table .bg-light th a,
  .bg-light .table-black-headers .field--name-field-content table th a,
  .table-black-headers .field--name-field-content table .bg-light th a,
  .bg-light .h6 a {
    color: inherit;
    text-decoration-color: transparent; }
    .bg-light h1 a:hover,
    .bg-light .h1 a:hover,
    .bg-light h2 a:hover,
    .bg-light .h2 a:hover,
    .bg-light h3 a:hover,
    .bg-light .h3 a:hover,
    .bg-light h4 a:hover,
    .bg-light .h4 a:hover,
    .bg-light h5 a:hover,
    .bg-light .h5 a:hover,
    .bg-light h6 a:hover,
    .bg-light .by-the-numbers .field--name-field-content table th a:hover,
    .by-the-numbers .field--name-field-content table .bg-light th a:hover,
    .bg-light .table-black-headers .field--name-field-content table th a:hover,
    .table-black-headers .field--name-field-content table .bg-light th a:hover,
    .bg-light .h6 a:hover {
      color: inherit;
      text-decoration-color: #212529; }

.areas-of-study {
  /*a.link-with-icon.see-more.text-rit-orange{
		text-decoration: none;
		&:hover{
			text-decoration: none;
			transition:none;
		}
		.field__item{
			display:inline-block;
			color: white !important;
		}
	}*/ }
  .areas-of-study span[class*="fa-"] {
    min-width: 1.25em;
    max-width: 1.25em;
    color: var(--fa-color, #f76902); }

#nav--inline-block li {
  break-inside: avoid; }

.news-social a {
  text-decoration: none; }
  .news-social a:hover {
    text-decoration: none; }
  .news-social a span[class*="fa-"] {
    color: inherit;
    display: inline-block; }

.see-more-link > a {
  font-size: 1.167rem;
  line-height: 1.375rem; }
  .see-more-link > a > i,
  .see-more-link > a > span {
    font-size: 1.125rem; }

.nowrap-chevron-right::after {
  content: '\00a0\f054';
  font-family: 'Font Awesome 6 Pro';
  line-height: 0;
  font-size: 80%; }

.nowrap-arrow-right::after {
  content: '\00a0\f061';
  font-family: 'Font Awesome 6 Pro';
  line-height: 0;
  font-size: 80%; }

.text-gray-100 {
  color: #f8f9fa !important; }

.text-gray-200 {
  color: #e9ecef !important; }

.text-gray-300 {
  color: #dee2e6 !important; }

.text-gray-400 {
  color: #ced4da !important; }

.text-gray-500 {
  color: #adb5bd !important; }

.text-gray-600 {
  color: #6c757d !important; }

.text-gray-700 {
  color: #495057 !important; }

.text-gray-800 {
  color: #343a40 !important; }

.text-gray-900 {
  color: #212529 !important; }

.cursor-pointer {
  cursor: pointer !important; }

.font-size-normal {
  font-size: 1rem !important; }

.no-link-underline,
.no-link-underlines a,
.no-link-underlines button {
  text-decoration: none !important; }

.dropdown-toggle::after {
  width: .5rem;
  height: .5rem;
  margin-left: 0.5em;
  border-top: 0.15em solid;
  border-right: 0.15em solid;
  border-left: 0;
  transform: rotate(135deg); }

.read-more-hide-after-click[aria-expanded="true"] {
  display: none; }

/*
 * Restrict paragraphs widths
 */
body.progress-nav--none .field--name-field-content.field--type-text-long ol,
body.progress-nav--none .field--name-field-content.field--type-text-long ul:not(.program-industry-icons),
body.progress-nav--none .accordion .card-body ol,
body.progress-nav--none .accordion .card-body ul:not(.program-industry-icons),
body.progress-nav--none .collapse .card-body ol,
body.progress-nav--none .collapse .card-body ul:not(.program-industry-icons),
body.progress-nav--none .card-text ol,
body.progress-nav--none .card-text ul:not(.program-industry-icons),
body.progress-nav--top .field--name-field-content.field--type-text-long ol,
body.progress-nav--top .field--name-field-content.field--type-text-long ul:not(.program-industry-icons),
body.progress-nav--top .accordion .card-body ol,
body.progress-nav--top .accordion .card-body ul:not(.program-industry-icons),
body.progress-nav--top .collapse .card-body ol,
body.progress-nav--top .collapse .card-body ul:not(.program-industry-icons),
body.progress-nav--top .card-text ol,
body.progress-nav--top .card-text ul:not(.program-industry-icons) {
  margin-bottom: 2rem; }

body.progress-nav--none .field--name-field-content.field--type-text-long ol,
body.progress-nav--none .field--name-field-content.field--type-text-long ul:not(.program-industry-icons):not(.columns-2):not(.columns-3):not(.columns-4),
body.progress-nav--none .field--name-field-content.field--type-text-long p,
body.progress-nav--none .accordion .card-body ol,
body.progress-nav--none .accordion .card-body ul:not(.program-industry-icons):not(.columns-2):not(.columns-3):not(.columns-4),
body.progress-nav--none .accordion .card-body p,
body.progress-nav--none .collapse .card-body ol,
body.progress-nav--none .collapse .card-body ul:not(.program-industry-icons):not(.columns-2):not(.columns-3):not(.columns-4),
body.progress-nav--none .collapse .card-body p,
body.progress-nav--none .card-text ol,
body.progress-nav--none .card-text ul:not(.program-industry-icons):not(.columns-2):not(.columns-3):not(.columns-4),
body.progress-nav--none .card-text p,
body.progress-nav--top .field--name-field-content.field--type-text-long ol,
body.progress-nav--top .field--name-field-content.field--type-text-long ul:not(.program-industry-icons):not(.columns-2):not(.columns-3):not(.columns-4),
body.progress-nav--top .field--name-field-content.field--type-text-long p,
body.progress-nav--top .accordion .card-body ol,
body.progress-nav--top .accordion .card-body ul:not(.program-industry-icons):not(.columns-2):not(.columns-3):not(.columns-4),
body.progress-nav--top .accordion .card-body p,
body.progress-nav--top .collapse .card-body ol,
body.progress-nav--top .collapse .card-body ul:not(.program-industry-icons):not(.columns-2):not(.columns-3):not(.columns-4),
body.progress-nav--top .collapse .card-body p,
body.progress-nav--top .card-text ol,
body.progress-nav--top .card-text ul:not(.program-industry-icons):not(.columns-2):not(.columns-3):not(.columns-4),
body.progress-nav--top .card-text p {
  max-width: 800px; }
  body.progress-nav--none .field--name-field-content.field--type-text-long ol.text-align-center,
  body.progress-nav--none .field--name-field-content.field--type-text-long ul:not(.program-industry-icons):not(.columns-2):not(.columns-3):not(.columns-4).text-align-center,
  body.progress-nav--none .field--name-field-content.field--type-text-long p.text-align-center,
  body.progress-nav--none .accordion .card-body ol.text-align-center,
  body.progress-nav--none .accordion .card-body ul:not(.program-industry-icons):not(.columns-2):not(.columns-3):not(.columns-4).text-align-center,
  body.progress-nav--none .accordion .card-body p.text-align-center,
  body.progress-nav--none .collapse .card-body ol.text-align-center,
  body.progress-nav--none .collapse .card-body ul:not(.program-industry-icons):not(.columns-2):not(.columns-3):not(.columns-4).text-align-center,
  body.progress-nav--none .collapse .card-body p.text-align-center,
  body.progress-nav--none .card-text ol.text-align-center,
  body.progress-nav--none .card-text ul:not(.program-industry-icons):not(.columns-2):not(.columns-3):not(.columns-4).text-align-center,
  body.progress-nav--none .card-text p.text-align-center,
  body.progress-nav--top .field--name-field-content.field--type-text-long ol.text-align-center,
  body.progress-nav--top .field--name-field-content.field--type-text-long ul:not(.program-industry-icons):not(.columns-2):not(.columns-3):not(.columns-4).text-align-center,
  body.progress-nav--top .field--name-field-content.field--type-text-long p.text-align-center,
  body.progress-nav--top .accordion .card-body ol.text-align-center,
  body.progress-nav--top .accordion .card-body ul:not(.program-industry-icons):not(.columns-2):not(.columns-3):not(.columns-4).text-align-center,
  body.progress-nav--top .accordion .card-body p.text-align-center,
  body.progress-nav--top .collapse .card-body ol.text-align-center,
  body.progress-nav--top .collapse .card-body ul:not(.program-industry-icons):not(.columns-2):not(.columns-3):not(.columns-4).text-align-center,
  body.progress-nav--top .collapse .card-body p.text-align-center,
  body.progress-nav--top .card-text ol.text-align-center,
  body.progress-nav--top .card-text ul:not(.program-industry-icons):not(.columns-2):not(.columns-3):not(.columns-4).text-align-center,
  body.progress-nav--top .card-text p.text-align-center {
    margin-left: auto;
    margin-right: auto; }

body.progress-nav--none curriculum .course-description > td > div,
body.progress-nav--top curriculum .course-description > td > div {
  max-width: 800px; }

body.progress-nav--none .image-card--text .card-text p,
body.progress-nav--top .image-card--text .card-text p {
  max-width: 100%; }

.collapse .card-body a.views-more-link {
  display: block;
  width: 100%; }

.text-xs-nowrap {
  white-space: nowrap; }

@media (min-width: 576px) {
  .text-sm-nowrap {
    white-space: nowrap; } }

@media (min-width: 768px) {
  .text-md-nowrap {
    white-space: nowrap; } }

@media (min-width: 880px) {
  .text-mdlg-nowrap {
    white-space: nowrap; } }

@media (min-width: 992px) {
  .text-lg-nowrap {
    white-space: nowrap; } }

@media (min-width: 1200px) {
  .text-xl-nowrap {
    white-space: nowrap; } }

.quote--large {
  position: relative;
  position: relative;
  margin-left: 3rem;
  font-size: 1rem; }
  @media (min-width: 768px) {
    .quote--large {
      max-width: 80%; } }
  .quote--large:before {
    content: "“";
    font-size: 8rem;
    position: absolute;
    top: 2.3rem;
    left: -3rem;
    line-height: 0;
    color: #eaeaea; }

.blockquote p {
  margin-left: 4rem;
  margin-right: 1.25rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 300;
  line-height: 1.2;
  letter-spacing: -.065rem;
  position: relative;
  color: #F76902; }
  @media (max-width: 991.98px) {
    .blockquote p {
      font-size: 1.75rem;
      margin-left: 2rem; } }
  .blockquote p:after {
    content: "\201D";
    bottom: -10rem; }
    @media (max-width: 991.98px) {
      .blockquote p:after {
        bottom: -4px;
        line-height: 0;
        padding-left: .5rem; } }
  .blockquote p:before {
    content: "\201C";
    top: -4.5rem;
    left: -6rem; }
    @media (max-width: 991.98px) {
      .blockquote p:before {
        top: -1rem;
        left: -2.75rem; } }
  .blockquote p:after, .blockquote p:before {
    position: absolute;
    font-size: 12rem;
    font-weight: 700;
    font-family: "Helvetica Neue",Helvetica,Roboto,Arial,sans-serif; }
    @media (max-width: 991.98px) {
      .blockquote p:after, .blockquote p:before {
        font-size: 2.5em; } }

.blockquote-footer {
  padding-top: 1rem;
  display: block;
  font-size: 80%;
  color: black; }

.bg-black .blockquote-footer {
  color: white; }

.very-large-button {
  flex-basis: 0;
  margin-bottom: 0; }
  .very-large-button.primary-solid {
    border: 5px solid #F76902;
    color: white;
    background-color: #F76902; }
    .very-large-button.primary-solid:hover {
      background-color: white;
      color: #F76902; }
  .very-large-button.black-solid {
    border: 5px solid black;
    color: white;
    background-color: black; }
    .very-large-button.black-solid:hover {
      background-color: white;
      color: black; }

.orange-break {
  margin-bottom: 1rem;
  padding-bottom: calc(1rem + 9px);
  position: relative; }
  .orange-break:after {
    content: "";
    width: 100px;
    height: 9px;
    background-color: #F76902;
    position: absolute;
    bottom: 0;
    left: 0; }
  @media (max-width: 879.98px) {
    .orange-break:after {
      left: 50%;
      transform: translateX(-50%); } }

.icon-link-wrapper {
  gap: .5rem;
  position: relative;
  width: fit-content; }
  .icon-link-wrapper a {
    text-decoration-color: transparent; }
    .icon-link-wrapper a:hover {
      color: #212529;
      text-decoration-color: #F76902; }

.icon-link-wrapper :is(span, i)[class*="fa-"]:before {
  color: var(--fa-color, inherit);
  width: 1.25em;
  display: inline-block; }

:where(.bg-primary) .icon-link-wrapper [class*="fa-"] {
  color: white; }

:where(.bg-light) .icon-link-wrapper [class*="fa-"] {
  color: #212529; }

.icon-link-wrapper a:before {
  content: "";
  position: absolute;
  inset: 0; }

.link-with-icon {
  position: relative; }

.link-with-icon.icon-before {
  margin-left: calc(1.25em + .5rem); }

.link-with-icon.icon-before [class*="fa-"] {
  padding-right: 0;
  position: absolute;
  top: 0;
  left: 0;
  margin-left: calc((1.25em + .5rem) * -1); }

.link-with-icon.icon-after {
  margin-right: calc(1.25em + .5rem); }

.link-with-icon.icon-after [class*="fa-"] {
  padding-left: 0;
  position: absolute;
  bottom: 0;
  right: 0;
  margin-right: calc((1.25em + .5rem) * -1); }

:where(.bg-primary, .btn-primary) {
  --fa-color: white; }

:where(.bg-light) {
  --fa-color: #212529; }

:is(a, .icon-el).fal:before,
:is(a, .icon-el).fal:after {
  font-weight: 300; }

:is(a, .icon-el).far:before,
:is(a, .icon-el).far:after {
  font-weight: normal; }

:is(a, .icon-el).fas:before,
:is(a, .icon-el).fas:after {
  font-weight: bold; }

:is(a, .icon-el)[class*="fa-"] {
  font-family: "Helvetica", Arial, sans-serif;
  font-weight: inherit;
  color: inherit;
  text-decoration-color: transparent;
  line-height: inherit; }

:is(a, .icon-el)[class*="fa-"]:hover {
  text-decoration-color: var(--fa-color, #f76902); }

:is(.icon-block)[class*="fa-"] {
  position: relative;
  margin-left: calc(1.25em + .5rem);
  margin-bottom: .5em; }

:is(.icon-block)[class*="fa-"]:before {
  position: absolute;
  margin-left: calc((1.25em + .5rem)* -1); }

:is(a, .icon-el)[class*="fa-"]:before {
  content: var(--fa);
  font-family: "Font Awesome 6 Pro";
  color: var(--fa-color, #f76902);
  display: inline-block;
  margin-right: .5rem;
  width: 1.25em;
  text-align: center; }

:is(a, .icon-el)[class*="fa-"]:empty:before {
  color: inherit !important; }

:is(a, .icon-el).fab[class*="fa-"]:before {
  font-family: "Font Awesome 6 Brands"; }

:is(a, .icon-el).icon-after[class*="fa-"] {
  padding-right: 1.25em; }

:is(a, .icon-el).icon-after[class*="fa-"]:before {
  content: none; }

:is(a, .icon-el).icon-after[class*="fa-"]:after {
  content: var(--fa);
  font-family: "Font Awesome 6 Pro";
  color: var(--fa-color, #f76902);
  display: inline-block;
  font-size: 86%;
  padding-left: 0rem;
  width: 0px;
  right: -0.5rem;
  position: relative; }

header :is(a, .icon-el)[class*="fa-"]:before {
  margin: 0;
  color: black;
  display: inline; }

html {
  background: #000;
  font-size: inherit;
  /* had to do this to override bootstrap setting font-size to 10px */ }

body {
  background: #fff; }

body,
main {
  overflow-x: hidden; }

main {
  overflow-y: hidden; }

@media (max-width: 879.98px) {
  .container {
    max-width: 100%; } }

body.preload * {
  transition: none !important; }

:focus {
  outline: thin dotted; }

hr.thick {
  border: none;
  height: 2px;
  background-color: #000; }
  hr.thick.orange {
    height: 7px;
    background-color: #F76902; }
    @media (max-width: 1199.98px) {
      hr.thick.orange {
        height: 2px; } }

#header--mobile--nav--left,
#header--mobile--nav--right, #searchModal .modal-dialog {
  /* Track */ }
  #header--mobile--nav--left::-webkit-scrollbar,
  #header--mobile--nav--right::-webkit-scrollbar, #searchModal .modal-dialog::-webkit-scrollbar {
    width: 9px; }
  #header--mobile--nav--left::-webkit-scrollbar-track,
  #header--mobile--nav--right::-webkit-scrollbar-track, #searchModal .modal-dialog::-webkit-scrollbar-track {
    background: transparent; }
  #header--mobile--nav--left::-webkit-scrollbar-thumb,
  #header--mobile--nav--right::-webkit-scrollbar-thumb, #searchModal .modal-dialog::-webkit-scrollbar-thumb {
    background: #949494;
    border-radius: 10px; }
  #header--mobile--nav--left::-webkit-scrollbar-thumb:hover,
  #header--mobile--nav--right::-webkit-scrollbar-thumb:hover, #searchModal .modal-dialog::-webkit-scrollbar-thumb:hover {
    background: #616161; }

.cursor-pointer {
  cursor: pointer !important; }

.z-index-1 {
  z-index: 1; }

form.webform-submission-tuition-cost-information-dropdow-form select {
  width: auto !important;
  max-width: 100%;
  margin: 0 auto;
  padding: 0.625rem 2.5rem .625rem 1.25rem !important; }

p.example {
  border-left: 8px solid #F76902;
  padding-left: 1rem; }

/*
 * Fix issues with inheriting Adminimal Theme
 */
.breadcrumb li:before {
  display: none; }

.messages.messages--error {
  display: none; }

.adminimal-admin-toolbar .messages.messages--error,
.webform-submission-form .messages.messages--error {
  display: block; }

#header--mobile--rit-bar {
  border-bottom: 1px solid #cccccc;
  z-index: 1030; }
  #header--mobile--rit-bar .rit--logo {
    width: 64px;
    height: 31px; }
    #header--mobile--rit-bar .rit--logo svg {
      fill: #F76902; }

#header--mobile--title-bar {
  border-bottom: 1px solid #cccccc;
  z-index: 1030; }
  #header--mobile--title-bar.position-fixed {
    top: 0; }
  #header--mobile--title-bar .position-absolute.left {
    left: 0; }
  #header--mobile--title-bar .position-absolute.right {
    right: 0;
    width: 81px;
    height: 39px; }
  #header--mobile--title-bar .left {
    margin-left: 0.75rem; }
  #header--mobile--title-bar .right {
    margin-right: 0.75rem; }
  #header--mobile--title-bar .left > .nav--main--button,
  #header--mobile--title-bar .right {
    top: calc(50% - 19px); }
  #header--mobile--title-bar .nav--main--button a,
  #header--mobile--title-bar .search--button a,
  #header--mobile--title-bar .nav--overflow--button a {
    font-size: 1.4rem;
    line-height: 1; }
  #header--mobile--title-bar .nav--main--button.nav--main--button a,
  #header--mobile--title-bar .search--button.nav--main--button a,
  #header--mobile--title-bar .nav--overflow--button.nav--main--button a {
    padding-top: 0.42rem; }
  #header--mobile--title-bar .nav--main--button.nav--overflow--button a,
  #header--mobile--title-bar .search--button.nav--overflow--button a,
  #header--mobile--title-bar .nav--overflow--button.nav--overflow--button a {
    padding-top: 0.6rem;
    padding-bottom: 0.4rem; }
  #header--mobile--title-bar a.site-title {
    margin-left: 3.25rem;
    margin-right: 5.25rem;
    width: calc(100% - 135px); }
    #header--mobile--title-bar a.site-title {
      font-size: 14px; }
      @media screen and (min-width: 320px) {
        #header--mobile--title-bar a.site-title {
          font-size: calc(14px + 6 * ((100vw - 320px) / 448)); } }
      @media screen and (min-width: 768px) {
        #header--mobile--title-bar a.site-title {
          font-size: 20px; } }
    @media (max-width: 450px) {
      #header--mobile--title-bar a.site-title.site-title--rit-main br {
        display: block !important; } }

#header--mobile--nav--left,
#header--mobile--nav--right {
  z-index: 1034;
  overflow-y: overlay;
  transition: transform .3s ease; }
  #header--mobile--nav--left.show,
  #header--mobile--nav--right.show {
    transform: translateX(0%); }
  #header--mobile--nav--left .button--close,
  #header--mobile--nav--right .button--close {
    font-size: 2em;
    font-weight: lighter;
    opacity: .9; }
  #header--mobile--nav--left .nav-item,
  #header--mobile--nav--right .nav-item {
    width: 100%; }
    #header--mobile--nav--left .nav-item:not(.dropdown).active a, #header--mobile--nav--left .nav-item:not(.dropdown):hover a, #header--mobile--nav--left .nav-item:not(.dropdown):focus a,
    #header--mobile--nav--right .nav-item:not(.dropdown).active a,
    #header--mobile--nav--right .nav-item:not(.dropdown):hover a,
    #header--mobile--nav--right .nav-item:not(.dropdown):focus a {
      color: #F76902; }
  #header--mobile--nav--left .nav-link,
  #header--mobile--nav--right .nav-link {
    font-size: 1.6rem;
    cursor: pointer;
    line-height: 1.75rem;
    padding-top: .75rem;
    padding-bottom: .75rem; }
    #header--mobile--nav--left .nav-link.dropdown-toggle,
    #header--mobile--nav--right .nav-link.dropdown-toggle {
      padding-right: 34px; }
      #header--mobile--nav--left .nav-link.dropdown-toggle:after,
      #header--mobile--nav--right .nav-link.dropdown-toggle:after {
        width: .6rem;
        height: .6rem;
        margin-left: 0.7rem;
        margin-bottom: 0.1rem;
        margin-right: -34px;
        font-size: 1.2rem;
        transition: transform .2s linear, margin-bottom .2s linear; }
    #header--mobile--nav--left .nav-link.nav-link-smaller,
    #header--mobile--nav--right .nav-link.nav-link-smaller {
      font-size: .92rem;
      font-weight: normal; }
      @media (max-width: 350px) {
        #header--mobile--nav--left .nav-link.nav-link-smaller,
        #header--mobile--nav--right .nav-link.nav-link-smaller {
          font-size: .8rem;
          font-weight: bold;
          padding-left: .8rem;
          padding-right: .8rem; } }
    #header--mobile--nav--left .nav-link.first,
    #header--mobile--nav--right .nav-link.first {
      padding-left: 0 !important; }
    #header--mobile--nav--left .nav-link.last,
    #header--mobile--nav--right .nav-link.last {
      padding-right: 0 !important; }
    #header--mobile--nav--left .nav-link.active, #header--mobile--nav--left .nav-link:hover, #header--mobile--nav--left .nav-link:focus,
    #header--mobile--nav--right .nav-link.active,
    #header--mobile--nav--right .nav-link:hover,
    #header--mobile--nav--right .nav-link:focus {
      color: #F76902 !important; }
  #header--mobile--nav--left .dropdown.show .nav-link.dropdown-toggle:after,
  #header--mobile--nav--right .dropdown.show .nav-link.dropdown-toggle:after {
    transform: rotate(-45deg);
    margin-bottom: -0.2rem; }
  #header--mobile--nav--left .dropdown-menu,
  #header--mobile--nav--right .dropdown-menu {
    position: relative !important;
    width: 100%;
    background-color: transparent;
    transform: none !important; }
    #header--mobile--nav--left .dropdown-menu .dropdown-item,
    #header--mobile--nav--right .dropdown-menu .dropdown-item {
      padding: 0.5rem 2rem; }
      #header--mobile--nav--left .dropdown-menu .dropdown-item.has-image h5,
      #header--mobile--nav--left .dropdown-menu .dropdown-item.has-image .h5,
      #header--mobile--nav--right .dropdown-menu .dropdown-item.has-image h5,
      #header--mobile--nav--right .dropdown-menu .dropdown-item.has-image .h5 {
        font-size: 1rem; }
      #header--mobile--nav--left .dropdown-menu .dropdown-item.active, #header--mobile--nav--left .dropdown-menu .dropdown-item:hover, #header--mobile--nav--left .dropdown-menu .dropdown-item:focus,
      #header--mobile--nav--right .dropdown-menu .dropdown-item.active,
      #header--mobile--nav--right .dropdown-menu .dropdown-item:hover,
      #header--mobile--nav--right .dropdown-menu .dropdown-item:focus {
        background-color: transparent; }
        #header--mobile--nav--left .dropdown-menu .dropdown-item.active a, #header--mobile--nav--left .dropdown-menu .dropdown-item:hover a, #header--mobile--nav--left .dropdown-menu .dropdown-item:focus a,
        #header--mobile--nav--right .dropdown-menu .dropdown-item.active a,
        #header--mobile--nav--right .dropdown-menu .dropdown-item:hover a,
        #header--mobile--nav--right .dropdown-menu .dropdown-item:focus a {
          color: #F76902; }
    #header--mobile--nav--left .dropdown-menu a,
    #header--mobile--nav--right .dropdown-menu a {
      color: #adb5bd;
      font-size: 1rem;
      line-height: 1.5rem;
      white-space: normal; }
  #header--mobile--nav--left hr,
  #header--mobile--nav--right hr {
    border-color: #fff;
    border-width: 2px; }

#header--mobile--nav--left {
  width: 365px;
  max-width: 90%;
  transform: translateX(-100%); }
  #header--mobile--nav--left .nav-link {
    color: #fff; }
  #header--mobile--nav--left .field--name-field-image img {
    margin-top: 1rem;
    max-width: 100%;
    height: auto; }
    @media (max-width: 879.98px) {
      #header--mobile--nav--left .field--name-field-image img {
        border: 1px solid #e9ecef; } }

#header--mobile--nav--right {
  top: 0;
  right: 0;
  width: 365px;
  max-width: 90%;
  transform: translateX(100%); }

@media (max-width: 767.98px) {
  main.mobile-menu-fixed {
    padding-top: 60px; }
  #emergency-message-container.mobile-menu-fixed {
    padding-top: 60px;
    margin-bottom: -60px; } }

#header--top .nav-link {
  position: relative;
  padding: 0.75rem 0.39rem;
  font-size: .56rem;
  color: #fff;
  white-space: nowrap; }
  @media (min-width: 880px) {
    #header--top .nav-link {
      padding: 0.75rem 0.6rem; } }
  @media (min-width: 992px) {
    #header--top .nav-link {
      font-size: .69rem; } }
  @media (min-width: 1200px) {
    #header--top .nav-link {
      padding: 0.75rem 0.5625rem;
      font-size: 0.75rem; } }

#nav--global--right {
  margin-right: -15px; }
  #nav--global--right .bg-primary {
    background-color: #C75300 !important;
    background: #C75300 url("https://www.rit.edu/marketing/drupal8base/sites/all/themes/uwbase/rit_bootstrap_2019/images/cta/bg-rit-orange.gif") repeat; }
  #nav--global--right .nav-link {
    padding: 0.75rem 0.251rem;
    text-shadow: -1px -1px 0 #C75300, 1px -1px 0 #C75300, -1px 1px 0 #C75300, 1px 1px 0 #C75300;
    transition: color .2s ease-in-out, text-shadow .2s ease-in-out; }
    @media (min-width: 880px) {
      #nav--global--right .nav-link {
        padding: 0.75rem 0.6rem; } }
    @media (min-width: 1200px) {
      #nav--global--right .nav-link {
        padding: 0.75rem 0.5625rem; } }
    #nav--global--right .nav-link:first-child {
      padding-left: .5rem; }
      @media (min-width: 880px) {
        #nav--global--right .nav-link:first-child {
          padding-left: 1rem; } }
      #nav--global--right .nav-link:first-child:after {
        width: auto;
        left: 1.125rem; }
    #nav--global--right .nav-link:last-child {
      padding-right: .5rem; }
      @media (min-width: 880px) {
        #nav--global--right .nav-link:last-child {
          padding-right: 1rem; } }
      #nav--global--right .nav-link:last-child:after {
        width: auto;
        right: 1rem; }
    #nav--global--right .nav-link:visited, #nav--global--right .nav-link:hover, #nav--global--right .nav-link:active, #nav--global--right .nav-link:focus {
      text-shadow: none; }
    #nav--global--right .nav-link:after {
      bottom: 8px;
      width: auto;
      left: 0.4rem;
      right: 0.4rem; }
      @media (min-width: 880px) {
        #nav--global--right .nav-link:after {
          left: 0.6rem;
          right: 0.6rem; } }
      @media (min-width: 992px) {
        #nav--global--right .nav-link:after {
          left: 0.5625rem;
          right: 0.5625rem; } }

#nav--global--left .nav-item:first-of-type .nav-link:after {
  width: auto;
  left: 0px; }

#nav--global--left .nav-link:after {
  bottom: 8px;
  width: auto;
  left: 0.4rem;
  right: 0.4rem; }
  @media (min-width: 880px) {
    #nav--global--left .nav-link:after {
      left: 0.6rem;
      right: 0.6rem; } }
  @media (min-width: 992px) {
    #nav--global--left .nav-link:after {
      left: 0.5625rem;
      right: 0.5625rem; } }

/* for when logged in and showing user info for the top bar */
#header--top--user-info {
  font-size: .56rem; }
  @media (min-width: 992px) {
    #header--top--user-info {
      font-size: .69rem; } }
  @media (min-width: 1200px) {
    #header--top--user-info {
      font-size: .75rem; } }
  #header--top--user-info .rit-uid--toggle {
    cursor: pointer; }

#header--middle--logo a.logo {
  width: 60px;
  height: 25px; }
  @media (min-width: 880px) {
    #header--middle--logo a.logo {
      width: 83px;
      height: 34px; } }
  #header--middle--logo a.logo svg {
    width: 100%;
    height: 100%;
    fill: #F76902; }

#header--middle--logo a.full-logo {
  width: 180px;
  height: 27px; }
  @media (min-width: 992px) {
    #header--middle--logo a.full-logo {
      width: 244px;
      height: 35px; } }
  #header--middle--logo a.full-logo svg {
    --color-1: #F76902;
    --color-2: black; }

#header--middle--logo a.text {
  font-size: .9em; }
  @media (min-width: 1460px) {
    #header--middle--logo a.text {
      margin-top: 1.25rem !important;
      margin-left: 0.3rem; } }

#header--middle--site-text .h2,
#header--middle--site-text .h2 a.larger-part-1 {
  font-size: 2rem;
  letter-spacing: -0.05rem;
  line-height: 1; }
  @media (min-width: 1200px) {
    #header--middle--site-text .h2,
    #header--middle--site-text .h2 a.larger-part-1 {
      margin-top: 0.2rem;
      font-size: 2.05rem; } }
  @media (min-width: 1460px) {
    #header--middle--site-text .h2,
    #header--middle--site-text .h2 a.larger-part-1 {
      font-size: 2.25rem; } }

#header--middle--site-text .h2 a.smaller-part-2 .part-2,
#header--middle--site-text .h2 a:not(.larger-part-1):not(.same-size-part-1-and-part-2) .part-1 {
  font-size: 1.125rem;
  letter-spacing: 0; }

#header--middle--static-links .nav-item:last-of-type .nav-link:after {
  right: 0; }

#header--middle--static-links .nav-link {
  padding: 0.5rem 0.46rem;
  font-size: .7rem;
  position: relative; }
  #header--middle--static-links .nav-link:after {
    left: 0.46rem;
    right: 0.46rem;
    bottom: -3px; }
    @media (min-width: 880px) {
      #header--middle--static-links .nav-link:after {
        left: 0.61rem;
        right: 0.61rem; } }
    @media (min-width: 992px) {
      #header--middle--static-links .nav-link:after {
        left: 0.75rem;
        right: 0.75rem; } }
    @media (min-width: 1200px) {
      #header--middle--static-links .nav-link:after {
        left: 0.9375rem;
        right: 0.9375rem; } }
  @media (min-width: 880px) {
    #header--middle--static-links .nav-link {
      padding: 0.5rem 0.61rem;
      font-size: 0.8rem; } }
  @media (min-width: 992px) {
    #header--middle--static-links .nav-link {
      padding: 0.5rem 0.75rem;
      font-size: 0.875rem; } }
  @media (min-width: 1200px) {
    #header--middle--static-links .nav-link {
      padding: 0.5rem 0.9375rem; } }
  #header--middle--static-links .nav-link:last-child:after {
    right: 0; }

#header--middle--static-links a {
  text-decoration-color: transparent;
  font-weight: bold; }
  #header--middle--static-links a:hover {
    color: #212529;
    text-decoration-color: #F76902; }
  #header--middle--static-links a:hover {
    text-decoration: underline #F76902 solid 0.125rem; }
  #header--middle--static-links a.active {
    text-decoration-color: black; }
    #header--middle--static-links a.active:hover {
      text-decoration-color: #F76902; }
    #header--middle--static-links a.active:after {
      content: none; }

#nav--main .nav-item > a,
#nav--main .nav-item > span {
  position: relative;
  display: inline-block;
  padding: 1rem 0.95rem 1rem 0.35rem;
  color: #727578;
  font-weight: 700;
  font-size: 0.75rem;
  letter-spacing: 0;
  cursor: pointer;
  transition: color 200ms ease-in-out; }
  @media (min-width: 880px) {
    #nav--main .nav-item > a,
    #nav--main .nav-item > span {
      padding-left: 0.45rem;
      padding-right: 1.05rem;
      font-size: 0.8rem; } }
  @media (min-width: 992px) {
    #nav--main .nav-item > a,
    #nav--main .nav-item > span {
      padding-left: 0.65rem;
      padding-right: 1.25rem;
      font-size: 0.9rem; } }
  @media (min-width: 1200px) {
    #nav--main .nav-item > a,
    #nav--main .nav-item > span {
      padding-left: 0.95rem;
      padding-right: 1.55rem;
      font-size: 0.99rem; } }
  @media (min-width: 1460px) {
    #nav--main .nav-item > a,
    #nav--main .nav-item > span {
      padding-left: 1.25rem;
      padding-right: 1.875rem;
      font-size: 1.125rem; } }
  #nav--main .nav-item > a:before,
  #nav--main .nav-item > span:before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0.35rem;
    height: 8px;
    width: calc(100% - 1.3rem);
    background-color: #F76902;
    visibility: hidden;
    transform: scaleX(0);
    transition: visibility 150ms ease-in-out 0s, transform 150ms ease-in-out 0s; }
    @media (min-width: 880px) {
      #nav--main .nav-item > a:before,
      #nav--main .nav-item > span:before {
        left: 0.45rem;
        width: calc(100% - 1.5rem); } }
    @media (min-width: 992px) {
      #nav--main .nav-item > a:before,
      #nav--main .nav-item > span:before {
        left: 0.65rem;
        width: calc(100% - 1.9rem); } }
    @media (min-width: 1200px) {
      #nav--main .nav-item > a:before,
      #nav--main .nav-item > span:before {
        left: 0.95rem;
        width: calc(100% - 2.5rem); } }
    @media (min-width: 1460px) {
      #nav--main .nav-item > a:before,
      #nav--main .nav-item > span:before {
        left: 1.25rem;
        width: calc(100% - 3.1rem); } }

#nav--main .nav-item > [aria-expanded="true"],
#nav--main .nav-item > span:hover,
#nav--main .nav-item > a:hover,
#nav--main .nav-item.active > a,
#nav--main .nav-item.active > span,
#nav--main .nav-item.show-subnav > a,
#nav--main .nav-item.show-subnav > span {
  color: #000; }
  #nav--main .nav-item > [aria-expanded="true"]:before,
  #nav--main .nav-item > span:hover:before,
  #nav--main .nav-item > a:hover:before,
  #nav--main .nav-item.active > a:before,
  #nav--main .nav-item.active > span:before,
  #nav--main .nav-item.show-subnav > a:before,
  #nav--main .nav-item.show-subnav > span:before {
    visibility: visible;
    transform: scaleX(1); }

#nav--main .expanded.active:after, #nav--main .expanded.show-subnav:after {
  color: #000; }

#nav--main .show-subnav .dropdown-toggle:after {
  top: 3px;
  transform: rotate(-45deg); }

#nav--main .dropdown-toggle:before {
  width: calc(100% - 2.3rem); }
  @media (min-width: 880px) {
    #nav--main .dropdown-toggle:before {
      width: calc(100% - 2.5rem); } }
  @media (min-width: 992px) {
    #nav--main .dropdown-toggle:before {
      width: calc(100% - 2.9rem); } }
  @media (min-width: 1200px) {
    #nav--main .dropdown-toggle:before {
      width: calc(100% - 3.5rem); } }
  @media (min-width: 1460px) {
    #nav--main .dropdown-toggle:before {
      width: calc(100% - 4.1rem); } }

#nav--main .dropdown-toggle:after {
  position: relative;
  top: 0;
  font-size: 1rem;
  transition: transform 0.2s linear, top 0.2s linear; }

.mouse-focus > .nav-link,
a.mouse-focus,
span.mouse-focus {
  outline: none; }

#block-rit-bootstrap-subtheme-rit-main-menu .nav-item {
  position: static; }
  #block-rit-bootstrap-subtheme-rit-main-menu .nav-item.show-subnav .dropdown-menu {
    z-index: 1000;
    display: block;
    visibility: visible;
    left: 0; }

#block-rit-bootstrap-subtheme-rit-main-menu .dropdown-menu {
  width: 100%;
  display: block;
  visibility: hidden;
  position: absolute;
  left: -10000px;
  right: 0;
  background: #e9ecef;
  border: none;
  border-radius: 0;
  margin: 0;
  overflow: hidden; }
  #block-rit-bootstrap-subtheme-rit-main-menu .dropdown-menu:before {
    content: "";
    position: absolute;
    top: -20px;
    left: 0;
    width: 100%;
    height: 20px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.4); }

#block-rit-bootstrap-subtheme-rit-main-menu .dropdown-item {
  transition: opacity 0.3s ease-in-out; }
  #block-rit-bootstrap-subtheme-rit-main-menu .dropdown-item.active, #block-rit-bootstrap-subtheme-rit-main-menu .dropdown-item:active {
    background-color: transparent;
    color: #000; }
  #block-rit-bootstrap-subtheme-rit-main-menu .dropdown-item:hover {
    background-color: transparent; }
  #block-rit-bootstrap-subtheme-rit-main-menu .dropdown-item.has-image {
    padding: 0 1rem; }
    #block-rit-bootstrap-subtheme-rit-main-menu .dropdown-item.has-image img {
      width: 100%;
      max-width: 260px;
      height: auto; }
  #block-rit-bootstrap-subtheme-rit-main-menu .dropdown-item ul {
    list-style: none;
    padding-left: 0; }
  #block-rit-bootstrap-subtheme-rit-main-menu .dropdown-item li {
    padding: 0.5rem 0; }
  #block-rit-bootstrap-subtheme-rit-main-menu .dropdown-item a {
    color: #666B6A;
    font-size: 0.875rem;
    font-weight: bold;
    line-height: 1.125rem;
    padding: 0.5rem 0;
    white-space: normal; }
    #block-rit-bootstrap-subtheme-rit-main-menu .dropdown-item a:hover {
      color: #C75300 !important; }
    #block-rit-bootstrap-subtheme-rit-main-menu .dropdown-item a.active {
      color: #000; }
    @media (min-width: 880px) {
      #block-rit-bootstrap-subtheme-rit-main-menu .dropdown-item a {
        font-size: 1rem;
        line-height: 1.25rem; } }

#block-rit-bootstrap-subtheme-rit-main-menu .field--name-field-image {
  position: relative;
  display: inline-block; }
  #block-rit-bootstrap-subtheme-rit-main-menu .field--name-field-image:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #F76902;
    opacity: 0;
    transition: opacity .3s ease-in-out; }

#block-rit-bootstrap-subtheme-rit-main-menu .has-image a:hover .field--name-field-image:after {
  opacity: .5; }

body.theme--micro-site #header--bottom {
  border-top: 1px solid #dee2e6; }

#block-rit-bootstrap-subtheme-rit-main-menu a[target="_blank"]:after,
#block-mainnavigation-2 a[target="_blank"]:after {
  content: '\f08e';
  font-family: 'Font Awesome 5 Pro';
  padding-left: 0.25rem;
  font-size: 90%; }

#header--search .search--button {
  right: 0;
  bottom: 0; }
  #header--search .search--button a {
    margin-right: -.6rem;
    font-size: 1rem;
    color: #adb5bd; }
    @media (min-width: 880px) {
      #header--search .search--button a {
        font-size: 1.2rem; } }
    @media (min-width: 992px) {
      #header--search .search--button a {
        margin-right: 0;
        font-size: 1.3rem; } }
    #header--search .search--button a:hover {
      color: #212529; }
      #header--search .search--button a:hover span[class*="fa-"] {
        color: #212529; }
    #header--search .search--button a span[class*="fa-"] {
      color: #adb5bd;
      transition: color .2s ease-in; }

#header--top > .container,
#header--middle > .container {
  max-width: 100%;
  padding-left: 30px;
  padding-right: 30px; }

#nav--global--right:after {
  content: ' ';
  position: absolute;
  right: -15px;
  top: 0;
  width: 15px;
  height: 100%;
  background-color: #F76902; }

#header--top a,
#header--middle--left a,
#header--middle--middle a,
#header--bottom a {
  text-decoration: none; }
  #header--top a:hover,
  #header--middle--left a:hover,
  #header--middle--middle a:hover,
  #header--bottom a:hover {
    text-decoration: none; }

@media (min-width: 768px) {
  .field--name-field-hero-content {
    padding-bottom: 0;
    border-bottom: none; } }

.play-hero-video-button {
  right: 1rem;
  padding: 0.5rem;
  opacity: .75;
  z-index: 2; }

@media (max-width: 767.98px) {
  .play-hero-video-button {
    top: 1rem; } }

@media (min-width: 768px) {
  .play-hero-video-button {
    bottom: 0.5rem; } }

@media (min-width: 768px) {
  .view-random-program-image-for-department-page {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0; } }

.banner-carousel.noclip .paragraph--type--banner-item {
  text-align: center;
  background-color: black; }

.banner-carousel.noclip .carousel-image {
  max-width: 100%; }

@media (min-width: 768px) {
  .banner-carousel:not(.noclip) .hero-container {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
    height: 100%; } }
  @media (min-width: 768px) and (min-width: 576px) {
    .banner-carousel:not(.noclip) .hero-container {
      max-width: 540px; } }
  @media (min-width: 768px) and (min-width: 768px) {
    .banner-carousel:not(.noclip) .hero-container {
      max-width: 720px; } }
  @media (min-width: 768px) and (min-width: 880px) {
    .banner-carousel:not(.noclip) .hero-container {
      max-width: 840px; } }
  @media (min-width: 768px) and (min-width: 992px) {
    .banner-carousel:not(.noclip) .hero-container {
      max-width: 960px; } }
  @media (min-width: 768px) and (min-width: 1200px) {
    .banner-carousel:not(.noclip) .hero-container {
      max-width: 1140px; } }
  @media (min-width: 768px) and (min-width: 1460px) {
    .banner-carousel:not(.noclip) .hero-container {
      max-width: 1400px; } }

@media (min-width: 768px) {
  .banner-carousel:not(.noclip) .hero-row {
    display: flex;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px; }
  .banner-carousel:not(.noclip) .carousel-image {
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    z-index: 1;
    width: 100%; }
  .banner-carousel:not(.noclip) video {
    height: 100% !important;
    width: 100vw !important;
    position: absolute;
    inset: 0;
    transform: none;
    object-fit: cover;
    object-position: top; }
  .banner-carousel:not(.noclip) .always-show-full-image .carousel-image {
    position: relative;
    left: auto;
    transform: none;
    object-fit: fill;
    min-height: auto; }
  .banner-carousel:not(.noclip) .paragraph--type--banner-item.always-show-full-image {
    height: auto;
    max-height: none !important;
    min-height: auto; } }

.banner-carousel:not(.noclip) .carousel-image {
  object-fit: cover;
  min-height: 100%; }
  @media (max-width: 767.98px) {
    .banner-carousel:not(.noclip) .carousel-image {
      margin-left: 50%;
      width: 100%;
      transform: translateX(-50%); } }
  @media (min-width: 768px) {
    .banner-carousel:not(.noclip) .carousel-image {
      position: absolute; } }

@media (min-width: 768px) {
  .banner-carousel:not(.noclip) .paragraph--type--banner-item {
    height: 100vh;
    max-height: 450px;
    background-color: black; } }

@media (min-width: 768px) and (max-width: 1459.98px) {
  .banner-carousel:not(.noclip) .carousel-item.has-image:not(.has-video) {
    max-height: 300px; } }

.paragraph--type--banner-item {
  position: initial; }
  .area-of-study .paragraph--type--banner-item {
    max-height: 550px; }
  @media (min-width: 768px) {
    .banner-carousel .paragraph--type--banner-item.has-video,
    .banner-carousel .paragraph--type--banner-item.hero-style--tall-image {
      max-height: calc(100vh - 313px);
      min-height: 450px; } }
  @media (min-width: 768px) {
    .paragraph--type--banner-item.has-video:not(.has-image) .carousel-image {
      display: none; } }
  .paragraph--type--banner-item.has-video .inner-content {
    width: 250px;
    height: 250px;
    overflow: hidden; }
    @media (min-width: 768px) {
      .paragraph--type--banner-item.has-video .inner-content {
        width: 275px;
        height: 275px;
        padding: 1.6729rem 1.5rem !important; } }
    @media (min-width: 1200px) {
      .paragraph--type--banner-item.has-video .inner-content {
        width: 300px;
        height: 300px;
        padding: 2.044rem 1.5rem !important; } }
    @media (min-width: 1460px) {
      .paragraph--type--banner-item.has-video .inner-content {
        width: 350px;
        height: 350px;
        padding: 3.09rem 1.5rem !important; } }
    @media (max-height: 1024px) and (min-width: 768px) {
      .paragraph--type--banner-item.has-video .inner-content {
        width: 250px;
        height: 250px;
        padding: 2.044rem 1.5rem !important; } }
  .paragraph--type--banner-item.has-video .outer-box {
    bottom: 11%;
    left: 16%; }
  .paragraph--type--banner-item.hero-style--tall-image .outer-box {
    bottom: 16% !important;
    left: 13% !important; }
  @media (min-width: 768px) {
    .paragraph--type--banner-item.hero-style--tall-image p.h1 {
      font-size: 3rem; } }
  @media (min-width: 768px) {
    .paragraph--type--banner-item.has-image:not(.has-video) .outer-box {
      bottom: 28%;
      left: 9%;
      width: 390px;
      height: 148px;
      background-color: transparent; }
    .paragraph--type--banner-item.has-image:not(.has-video) .inner-content {
      width: 620px;
      height: 350px;
      padding-top: 0 !important;
      padding-left: 2rem; }
    .paragraph--type--banner-item.has-image:not(.has-video) .overlay {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent 70%);
      z-index: 1; } }
  @media (min-width: 768px) and (max-width: 1459.98px) {
    .area-of-study .paragraph--type--banner-item.has-image {
      max-height: 450px; } }
  @media (min-width: 768px) {
    .area-of-study .paragraph--type--banner-item.has-image .outer-box {
      bottom: 20%;
      left: 9%;
      width: 390px;
      height: 148px;
      background-color: transparent; }
    .area-of-study .paragraph--type--banner-item.has-image .inner-content {
      width: 620px;
      height: 350px;
      padding-top: 0 !important;
      padding-left: 2rem; }
    .area-of-study .paragraph--type--banner-item.has-image .overlay {
      background-image: linear-gradient(to right, rgba(0, 0, 0, 0.6), transparent 70%);
      z-index: 1; } }
  .paragraph--type--banner-item.has-image .outer-box, .paragraph--type--banner-item.has-video .outer-box {
    background-color: #F76902;
    z-index: 3; }
    @media (min-width: 768px) {
      .paragraph--type--banner-item.has-image .outer-box, .paragraph--type--banner-item.has-video .outer-box {
        position: absolute;
        background-color: transparent; } }
  @media (max-width: 767.98px) {
    .paragraph--type--banner-item.has-image .inner-content, .paragraph--type--banner-item.has-video .inner-content {
      width: 100%;
      height: auto; } }

@media (max-width: 767.98px) {
  .hero-container {
    width: calc(100% - 2rem);
    max-width: 500px;
    margin-top: -1rem; } }

.hero-container a {
  text-decoration: underline;
  text-underline-offset: 0.125rem;
  text-decoration-thickness: 0.125rem !important;
  color: white;
  white-space: nowrap; }
  .hero-container a:after {
    display: inline-block; }

.hero-container p:last-child {
  margin-bottom: 0 !important; }

.hero-content h5,
.hero-content p.h5 {
  font-size: 1.5rem;
  line-height: 1.625rem;
  margin-bottom: 1rem; }
  @media (min-width: 1200px) {
    .hero-content h5,
    .hero-content p.h5 {
      font-size: 2.1rem;
      line-height: 2.2rem; } }
  @media (min-width: 1460px) {
    .hero-content h5,
    .hero-content p.h5 {
      font-size: 2.5rem;
      line-height: 2.6rem; } }
  @media (max-height: 1024px) {
    .hero-content h5,
    .hero-content p.h5 {
      font-size: 1.55rem;
      line-height: 1.65rem; } }

.hero-content p:not(.h5) {
  line-height: 1.25rem;
  font-weight: bold; }
  @media (max-width: 767.98px) {
    .hero-content p:not(.h5) {
      font-size: 1.16688rem;
      line-height: 1.29188rem; } }

.hero-content p.h1, .hero-content p.h2, .hero-content p.h3 {
  line-height: 1; }
  @media (max-width: 767.98px) {
    .hero-content p.h1, .hero-content p.h2, .hero-content p.h3 {
      font-size: 1.5rem;
      line-height: 1.625rem; } }

@media (min-width: 768px) {
  .hero-content p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5) {
    font-size: 18.67px; }
  .hero-content p.h1 {
    font-size: clamp(54px, 68px, 68px); }
  .hero-content p.h2 {
    font-size: clamp(28px, 36px, 36px); }
  .hero-content p.h3 {
    font-size: clamp(24px, 32px, 32px); }
  .hero-content p.h5 {
    font-size: clamp(24px, 32px, 36px);
    line-height: clamp(26px, 34px, 38px); } }
  @media (min-width: 768px) and (max-height: 1024px) {
    .hero-content p.h5 {
      font-size: clamp(22px, 24.8px, 26px);
      line-height: clamp(24px, 26.8px, 28px); } }

.orange-trail {
  position: absolute;
  top: 0;
  right: 0;
  opacity: .85;
  width: 820px; }
  @media (min-width: 768px) {
    .orange-trail {
      width: 850px; } }
  @media (min-width: 1200px) {
    .orange-trail {
      width: 910px; } }
  @media (min-width: 1460px) {
    .orange-trail {
      width: auto; } }
  @media (max-height: 1024px) {
    .orange-trail {
      width: 758px; } }
  .orange-trail.has-image:not(.has-video) {
    width: 468px;
    right: 235px; }

.banner-carousel:not(.noclip) .paragraph--type--banner-item.banner-style-2 {
  background-color: transparent;
  max-height: none;
  height: auto; }

#banner-item-2 {
  display: grid;
  column-gap: 1rem; }
  @media (min-width: 768px) {
    #banner-item-2 {
      grid-template-areas: "blank blank image image" "content content image image" "blank2 blank2 image image";
      grid-template-columns: 40% 1fr;
      grid-template-rows: 1.5rem 1fr 1.5rem;
      margin-top: 17px; }
      #banner-item-2 .play-hero-video-button {
        right: 2rem; } }
  @media (min-width: 768px) and (max-width: 879.98px) {
    #banner-item-2 {
      grid-template-columns: 45% 1fr; } }
  @media (max-width: 767.98px) {
    #banner-item-2 {
      padding-left: 0;
      padding-right: 0; } }

.banner-item-2--content {
  background-color: #f76902;
  padding: 1rem 1.5rem;
  color: white;
  position: relative;
  display: grid;
  align-content: center;
  margin-inline: auto;
  container-type: inline-size; }
  @media (min-width: 768px) {
    .banner-item-2--content {
      margin-top: 0;
      padding-left: 0;
      grid-area: content;
      width: inherit;
      margin-inline: 0; }
      .banner-item-2--content:before, .banner-item-2--content:after {
        content: "";
        height: 100%;
        width: 70vw;
        background-color: #f76902;
        position: absolute;
        top: 0;
        bottom: 0; }
      .banner-item-2--content:before {
        left: 100%; }
      .banner-item-2--content:after {
        right: 100%; } }

.new-banner-font-styles .h1:first-letter {
  margin: 0; }

.new-banner-font-styles .h1, .new-banner-font-styles .h2, .new-banner-font-styles .h3, .new-banner-font-styles .h4, .new-banner-font-styles .h5, .new-banner-font-styles .h6 {
  line-height: 1.05;
  margin-bottom: .5rem; }

.new-banner-font-styles .h1 {
  font-size: clamp(3rem, 12cqi, 4.25rem);
  line-height: clamp(3.25rem, 12cqi, 4.5rem); }

.new-banner-font-styles .h2 {
  font-size: clamp(2rem, 11cqi, 2.75rem);
  line-height: clamp(2.25rem, 11cqi, 3rem); }

.new-banner-font-styles .h3 {
  font-size: clamp(1.75rem, 10cqi, 2.25rem);
  line-height: clamp(2rem, 10cqi, 2.5rem); }

.new-banner-font-styles .h4 {
  font-size: 1.75rem;
  line-height: 2rem; }

.new-banner-font-styles .h5 {
  font-size: 1.5rem;
  line-height: 1.75rem;
  font-weight: 400; }

.new-banner-font-styles .h6 {
  font-size: 1.25rem;
  line-height: 1.5rem;
  font-weight: bold; }

@media (max-width: 767.98px) {
  .new-banner-font-styles .hero-row {
    padding-top: 1.1rem !important;
    padding-bottom: 1.1rem !important; }
  .new-banner-font-styles .h1,
  .new-banner-font-styles .h2,
  .new-banner-font-styles .h3,
  .new-banner-font-styles .h4 {
    font-size: 1.75rem;
    line-height: 1.875rem; }
  .new-banner-font-styles p:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
    line-height: 1.25; } }

@media (max-width: 767.98px) {
  body.is-front-page .new-banner-font-styles .h1,
  body.is-front-page .new-banner-font-styles .h2,
  body.is-front-page .new-banner-font-styles .h3,
  body.is-front-page .new-banner-font-styles .h4 {
    font-size: 1.5rem;
    line-height: 1.75rem;
    margin-bottom: .75rem; } }

#banner-item-2 picture,
#hero--video--element-2 {
  max-width: 100%;
  object-fit: cover; }
  @media (min-width: 768px) {
    #banner-item-2 picture,
    #hero--video--element-2 {
      z-index: 2;
      grid-area: image;
      height: 100%; } }

#banner-item-2 img,
#hero--video--element-2 {
  width: 100%;
  height: 100%; }

.home-banner--style-2 img {
  width: 100%; }

@media (max-width: 767.98px) {
  .banner-carousel .home-banner--style-2 .hero-container {
    max-width: 650px; } }

@media (min-width: 768px) {
  .home-banner--style-2 {
    overflow: visible; }
    .home-banner--style-2 img {
      max-width: 1920px;
      max-height: calc(100vh - 337px);
      object-fit: cover;
      min-height: 300px; }
    .home-banner--style-2 .play-hero-video-button {
      bottom: 2rem; }
    .home-banner--style-2 #hero--video--element {
      height: calc(100% - 1.5rem) !important; }
    .home-banner--style-2 .hero-row {
      padding: 1.25rem 1.5rem !important; }
    .home-banner--style-2 a {
      text-decoration: underline !important;
      transition: text-decoration-color .2s ease-in-out; }
      .home-banner--style-2 a:hover {
        text-decoration-color: transparent !important; }
  .banner-carousel:not(.noclip) .home-banner--style-2 .hero-container {
    position: absolute !important;
    width: calc(100% - 2rem);
    max-width: 900px;
    left: 0;
    right: 0;
    bottom: 0; }
    .banner-carousel:not(.noclip) .home-banner--style-2 .hero-container.has-video {
      width: calc(100% - 6rem); }
  .banner-carousel .paragraph--type--banner-item.home-banner--style-2:not(.has-video) {
    max-height: none !important;
    min-height: auto;
    height: auto; }
  .banner-carousel:not(.noclip) .paragraph--type--banner-item.home-banner--style-2 {
    background-color: transparent; } }

@media (min-width: 768px) and (max-height: 650px) {
  .home-banner--style-2 {
    padding-bottom: 4rem !important; }
  .banner-carousel:not(.noclip) .home-banner--style-2 .hero-container:not(.has-video) {
    margin-top: 0 !important;
    transform: translateY(-50%); }
  .banner-carousel:not(.noclip) .home-banner--style-2 .hero-container p.h1 {
    font-size: 2.5rem; }
  .banner-carousel:not(.noclip) .home-banner--style-2 .hero-container p.h2 {
    font-size: clamp(24px, 32px, 32px); } }

a.btn-banner {
  text-decoration: none; }

.btn-banner {
  border: none;
  padding: 0; }

.btn-banner:after {
  content: "";
  font-family: "Font Awesome 6 Pro";
  font-size: 94%;
  color: #fff;
  margin-left: .3rem; }

.btn-banner:hover {
  background-color: transparent;
  color: #fff; }

@media (max-width: 767.98px) {
  .btn-banner:not(:disabled):active {
    color: #fff;
    background-color: transparent;
    border-color: transparent; } }

@media (min-width: 768px) {
  .btn-banner {
    background-color: #000;
    color: #fff;
    font-size: .9rem;
    padding: .5rem 1rem;
    margin-top: .75rem; }
  .btn-banner:after {
    color: #f76902; }
  .btn-banner:hover {
    color: #000;
    background-color: #fff;
    border-color: #fff; } }

#footer p {
  font-size: .75rem; }

#footer a:not(.social-link) {
  color: #ced4da;
  font-size: .75rem; }

#footer a.btn-lg, #footer a.btn-primary:not(.btn-sm) {
  font-size: 0.875rem; }

#footer > section > .container {
  padding-top: 2.5rem;
  padding-bottom: 2.5rem; }
  @media (min-width: 768px) {
    #footer > section > .container {
      padding-top: 4.5rem;
      padding-bottom: 4.5rem; } }

#footer ul.menu--social {
  margin-top: -1rem; }
  #footer ul.menu--social.menu--social--dark a span[class*="fa-"] {
    color: #fff; }
  #footer ul.menu--social a span[class*="fa-"] {
    color: black; }
  #footer ul.menu--social a:hover span[class*="fa-"] {
    color: #fff; }

#footer .address-content p {
  line-height: 1.25rem;
  font-weight: 500; }

#footer .address-content a {
  color: #fff; }

#footer #footer--site--bottom ul > li.menu-level-0 > .nav-link,
#footer--global .main-nav-links .nav-link {
  font-size: .875rem;
  line-height: .875rem;
  padding: 0.8rem 0;
  padding-right: 1.4rem;
  margin-bottom: 0; }
  @media (min-width: 768px) {
    #footer #footer--site--bottom ul > li.menu-level-0 > .nav-link,
    #footer--global .main-nav-links .nav-link {
      white-space: normal; } }

#footer .bg-black a[href^="tel:"] {
  text-decoration-color: transparent; }
  #footer .bg-black a[href^="tel:"]:hover {
    color: white;
    text-decoration-color: #F76902; }

#footer #footer--site a[href^="tel:"] {
  color: #495057;
  text-decoration-color: transparent; }
  #footer #footer--site a[href^="tel:"]:hover {
    text-decoration-color: #495057; }

#footer--global .main-nav-links a {
  text-decoration-color: transparent; }
  #footer--global .main-nav-links a:hover {
    color: white;
    text-decoration-color: #F76902; }
  #footer--global .main-nav-links a:hover {
    text-decoration: underline #F76902 solid 0.12rem; }

#footer--global {
  color: #ced4da; }
  #footer--global .btn-lg, #footer--global .btn-primary:not(.btn-sm) {
    padding: 0.625rem 1.7rem; }
  @media (min-width: 992px) and (max-width: 1199.98px) {
    #footer--global nav.social {
      width: 53.25%; } }

#footer--global--top-left--rit-logo a {
  width: 300px;
  height: 50px; }
  #footer--global--top-left--rit-logo a svg {
    fill: #fff; }

#footer--global .copyright-disclaimer-etc a, #footer--global .copyright-disclaimer-etc p {
  color: #969696;
  font-size: .75rem; }

#footer--global .copyright-disclaimer-etc p {
  line-height: 1.3rem; }

#footer--global .copyright-disclaimer-etc a {
  padding-top: .19rem;
  padding-bottom: .19rem;
  color: #969696;
  text-decoration-color: transparent; }
  #footer--global .copyright-disclaimer-etc a:hover {
    color: #969696;
    text-decoration-color: #969696; }

#footer--site {
  background-color: #e9ecef; }
  @media (max-width: 767.98px) {
    #footer--site > .container {
      padding-bottom: 0 !important; } }
  #footer--site p,
  #footer--site a:not(.social-link) {
    color: #495057; }
  #footer--site .address-content a {
    color: #495057;
    text-decoration-color: transparent; }
    #footer--site .address-content a:hover {
      text-decoration-color: #495057; }

#footer--site--top-left--site-logo a {
  font-size: inherit !important; }
  #footer--site--top-left--site-logo a .rit-logo {
    width: 96px;
    height: 38px;
    vertical-align: top; }
  #footer--site--top-left--site-logo a img {
    height: 41px;
    max-height: 41px; }
  #footer--site--top-left--site-logo a .college-text {
    border-left: 1px solid black;
    line-height: 1rem; }
    #footer--site--top-left--site-logo a .college-text .part-1 {
      font-size: .8rem; }
    #footer--site--top-left--site-logo a .college-text .part-2 {
      font-size: 1.5rem; }

#footer--site--bottom .nav-item a {
  text-decoration: none; }

.view-areas-of-expertise-search {
  min-height: 200px; }
  .view-areas-of-expertise-search .view-filters {
    margin-bottom: 2rem; }
    .view-areas-of-expertise-search .view-filters .form--inline {
      display: flex; }
      .view-areas-of-expertise-search .view-filters .form--inline > .form-group {
        width: calc(100% - 77px);
        margin-right: 0; }
        .view-areas-of-expertise-search .view-filters .form--inline > .form-group label {
          position: absolute;
          width: 1px;
          height: 1px;
          padding: 0;
          margin: -1px;
          overflow: hidden;
          clip: rect(0, 0, 0, 0);
          white-space: nowrap;
          border: 0; }
        .view-areas-of-expertise-search .view-filters .form--inline > .form-group .selectize-input:after {
          content: '\f107';
          font-family: "Font Awesome 6 Pro";
          font-size: 2rem;
          font-weight: lighter;
          position: absolute;
          right: 10px;
          top: 15px; }
        .view-areas-of-expertise-search .view-filters .form--inline > .form-group.dropdown-active:after {
          transform: rotate(180deg); }
    .view-areas-of-expertise-search .view-filters .form-actions {
      text-align: center; }
      .view-areas-of-expertise-search .view-filters .form-actions input {
        font-size: 18.67px !important;
        font-weight: bold;
        padding: 10px 15px;
        color: #fff;
        background-color: #F76902;
        border-color: #F76902; }
        .view-areas-of-expertise-search .view-filters .form-actions input:hover {
          background-color: black;
          border-color: black; }

.marketing-article-full .banner {
  position: relative; }
  @media (min-width: 768px) {
    .marketing-article-full .banner .banner--title {
      position: absolute;
      right: 0;
      top: 50%;
      padding: 1.25rem;
      background-color: white;
      width: 500px;
      transform: translateY(-50%); } }

.marketing-article-full .lead-content .lead {
  max-width: 100%;
  width: 100% !important; }
  .marketing-article-full .lead-content .lead p {
    font-size: 1.5rem;
    line-height: 1.5;
    letter-spacing: 0;
    text-align: left; }

.marketing-article-full .field--name-field-body > .field__item {
  padding-bottom: 1.75rem; }

.marketing-article-full .example {
  margin-left: 1.5rem;
  font-size: 1.25rem; }
  @media (min-width: 768px) {
    .marketing-article-full .example {
      margin-left: 3rem; } }

.marketing-article-full .sidebar-content hr {
  border-top: 5px solid #f76902;
  width: 100px;
  margin-right: calc(100% - 100px);
  margin-top: 2rem;
  margin-bottom: 2rem; }

.marketing-article-full .sidebar-content span.fa, .marketing-article-full .sidebar-content span.fal, .marketing-article-full .sidebar-content span.far {
  width: 30px; }

.marketing-article-full .sidebar-content ul li:not(:last-of-type) {
  border-bottom: 1px solid #e9ecef;
  padding-bottom: .75rem;
  margin-bottom: .75rem; }

.backtotop {
  bottom: -3rem;
  right: 1rem;
  z-index: 1030;
  background-color: rgba(247, 105, 2, 0.85);
  background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAAoklEQVQ4T7WT0Q3CMAwFzxPAJjBCNwEmYIWyAWzQUboCm8AEDxklSAS7Qoqa79z5xXoxOo918qwrkDQCMrNLljRNIGkCDgWczOwUSUJBA1culPwIGvhe6F2W5EsQwEMBZyCUfAQRbGYPF0jaAqHkLViC6wIyiUm6Audy0d881Mnt1gPJzQUecwMswkmSpwv2gBfmmE1OknhPxnWr/M9H607wAmdEULiH7yPiAAAAAElFTkSuQmCC");
  transition: bottom 0.3s ease; }

.backtotop.shown {
  bottom: 1rem; }

.blog-author-carousel {
  /** Carousel **/
  /** Carousel Controls **/ }
  .blog-author-carousel .jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid transparent; }
  .blog-author-carousel .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .blog-author-carousel .jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0; }
  .blog-author-carousel .jcarousel li {
    width: 255px;
    float: left;
    border: 0 none;
    box-sizing: border-box; }
    @media (min-width: 576px) {
      .blog-author-carousel .jcarousel li {
        width: 242px; } }
    @media (min-width: 768px) {
      .blog-author-carousel .jcarousel li {
        width: 335px; } }
    @media (min-width: 992px) {
      .blog-author-carousel .jcarousel li {
        width: 220px; } }
    @media (min-width: 1200px) {
      .blog-author-carousel .jcarousel li {
        width: 265px; } }
    @media (min-width: 1460px) {
      .blog-author-carousel .jcarousel li {
        width: 330px; } }
  .blog-author-carousel .jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important; }
  .blog-author-carousel .jcarousel-control-prev,
  .blog-author-carousel .jcarousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: center; }
  .blog-author-carousel .author-arrows {
    font-size: 3rem;
    opacity: 1; }
  .blog-author-carousel .jcarousel-control-prev.author-arrows {
    justify-content: flex-start !important; }
  .blog-author-carousel .jcarousel-control-next.author-arrows {
    right: 0;
    justify-content: flex-end !important; }
  @media (max-width: 575.98px) {
    .blog-author-carousel .card.blog-author-gallery .card-title {
      margin-top: 2rem !important; } }

.view-display-id-featured_blog_posts .carousel-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-top: 50px; }
  .view-display-id-featured_blog_posts .carousel-nav li {
    font-weight: bold;
    height: 25%; }
    @media (max-width: 1199.98px) {
      .view-display-id-featured_blog_posts .carousel-nav li {
        font-size: 0.9375rem;
        font-weight: normal;
        line-height: 1.3rem; } }
    .view-display-id-featured_blog_posts .carousel-nav li:not(:first-of-type) {
      border-top: 1px solid #d9d9d6; }
    .view-display-id-featured_blog_posts .carousel-nav li.active-p:before {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      left: -15px;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 15px solid #F76902; }
    .view-display-id-featured_blog_posts .carousel-nav li a {
      padding: 1rem 0; }

@media (min-width: 768px) {
  .view-display-id-featured_blog_posts .carousel-inner {
    border-right: 8px #F76902 solid; } }

.view-display-id-featured_blog_posts .carousel-inner .carousel-item img {
  max-width: 100%;
  width: 100%; }

.view-display-id-featured_blog_posts .carousel-inner .carousel-item .views-field-title {
  margin-top: 1rem; }

.view-display-id-featured_blog_posts .carousel-inner .carousel-item .caption {
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  color: white;
  font-size: 1.167rem;
  padding: 1rem 1.5rem;
  background: rgba(247, 105, 2, 0.8); }
  @media (max-width: 879.98px) {
    .view-display-id-featured_blog_posts .carousel-inner .carousel-item .caption {
      height: auto;
      position: relative !important;
      background: #F76902; } }
  .view-display-id-featured_blog_posts .carousel-inner .carousel-item .caption a {
    color: white; }
    .view-display-id-featured_blog_posts .carousel-inner .carousel-item .caption a:hover {
      color: white; }

.view-display-id-featured_blog_posts .carousel-inner .carousel-item .views-field-field-blog-image-url .featured-news-link {
  bottom: 0;
  color: white;
  padding: 1rem 1.5rem;
  background: rgba(247, 105, 2, 0.8); }

@media (max-width: 767.98px) {
  .view-display-id-featured_blog_posts .carousel-inner .carousel-item {
    display: block;
    float: none;
    margin-bottom: 40px; } }

@media (max-width: 767.98px) {
  .view-display-id-featured_blog_posts .attachment-after {
    display: none; } }

@media (max-width: 879.98px) {
  .view-display-id-featured_blog_posts .attachment-after h3 {
    font-size: 1.5rem; } }

.view.view-display-id-featured_blog_post_attachment,
.view.view-display-id-carousel_nav {
  position: unset; }

.hide-blog-authors .blog-teaser .blog-authors {
  display: none; }

.card.blog-teaser .card-title {
  font-size: 1.167rem;
  line-height: 1.375rem; }

.content-brackets--content {
  padding: 2rem 0; }

.content-brackets:before, .content-brackets:after {
  content: " ";
  border: 8px solid #F76902;
  padding: 0 .35rem; }

.content-brackets:before {
  border-right: none;
  margin-right: 0; }
  @media (min-width: 768px) {
    .content-brackets:before {
      margin-right: .5rem; } }

.content-brackets:after {
  border-left: none;
  margin-left: 0; }
  @media (min-width: 768px) {
    .content-brackets:after {
      margin-left: .5rem; } }

#breadcrumbs--system {
  line-height: 1; }
  @media (max-width: 767.98px) {
    #breadcrumbs--system {
      padding-top: 1rem; } }
  #breadcrumbs--system .breadcrumb {
    padding-bottom: 0; }
    #breadcrumbs--system .breadcrumb #page-title,
    #breadcrumbs--system .breadcrumb li,
    #breadcrumbs--system .breadcrumb .spacer {
      color: #727578;
      font-weight: normal;
      font-size: 0.875rem;
      line-height: 1.25rem;
      letter-spacing: 0; }
    #breadcrumbs--system .breadcrumb a {
      font-weight: bold;
      color: black;
      font-size: 0.875rem;
      line-height: 1.25rem;
      letter-spacing: 0;
      transition: color 200ms ease-in;
      text-decoration: none; }
      #breadcrumbs--system .breadcrumb a:hover {
        color: #C75300;
        text-decoration: none; }
    #breadcrumbs--system .breadcrumb #breadcrumbOverflow i.fal {
      position: absolute;
      top: 50%;
      transform: translateY(-50%);
      font-size: 1.5rem; }

.carousel .carousel-control-prev:not(.faces-arrows):not(.testimonial-arrows),
.carousel .carousel-control-next:not(.faces-arrows):not(.testimonial-arrows) {
  width: 10%;
  background-image: none;
  font-family: "Font Awesome 6 Pro";
  justify-content: flex-start;
  text-decoration: none; }
  .carousel .carousel-control-prev:not(.faces-arrows):not(.testimonial-arrows):before,
  .carousel .carousel-control-next:not(.faces-arrows):not(.testimonial-arrows):before {
    content: "\f104";
    font-size: 5rem;
    font-weight: 100;
    padding-left: 5px; }

.carousel .carousel-control-next:not(.faces-arrows):not(.testimonial-arrows) {
  justify-content: flex-end; }
  .carousel .carousel-control-next:not(.faces-arrows):not(.testimonial-arrows):before {
    content: "\f105";
    padding-right: 5px; }

.carousel .carousel-control-prev:focus-visible, .carousel .carousel-control-next:focus-visible {
  outline: 1px dotted #666666 !important; }

#houseBannerCarousel,
#houseBannerCarouselDepartment {
  margin-bottom: 3rem; }
  #houseBannerCarousel .carousel-content p:last-of-type,
  #houseBannerCarouselDepartment .carousel-content p:last-of-type {
    margin-bottom: 0; }
  #houseBannerCarousel .carousel-indicators,
  #houseBannerCarouselDepartment .carousel-indicators {
    bottom: -3.125rem; }
    #houseBannerCarousel .carousel-indicators li,
    #houseBannerCarouselDepartment .carousel-indicators li {
      height: 15px;
      width: 15px;
      border-radius: 50%;
      border: 1px solid black; }
      #houseBannerCarousel .carousel-indicators li.active,
      #houseBannerCarouselDepartment .carousel-indicators li.active {
        border-color: #F76902;
        background-color: #F76902; }

.slideshow-main a:not(.btn).carousel-control-prev,
.slideshow-main a:not(.btn).carousel-control-next {
  color: white; }

.slideshow-navigation a:not(.btn).carousel-control-prev,
.slideshow-navigation a:not(.btn).carousel-control-next {
  color: white; }

.slideshow-navigation .slideshow-navigation--item {
  cursor: pointer; }
  .slideshow-navigation .slideshow-navigation--item .img-border {
    border: 8px solid transparent;
    transition: border-color 300ms ease;
    position: absolute;
    bottom: 0;
    left: .25rem;
    right: .25rem;
    top: 0; }
  .slideshow-navigation .slideshow-navigation--item .active-p .img-border {
    border-color: #F76902; }

.slideshow-navigation .carousel-item {
  margin-right: auto; }
  .slideshow-navigation .carousel-item.end {
    padding-right: 0; }

.slideshow-navigation .carousel-inner {
  margin-left: -4px !important;
  margin-right: -4px !important;
  width: calc(100% + 8px); }

@media (min-width: 768px) {
  .slideshow-navigation {
    /* show 3 items */
    /* left or forward direction */
    /* farthest right hidden item must be abso position for animations */
    /* right or prev direction */ }
    .slideshow-navigation .carousel-inner .active,
    .slideshow-navigation .carousel-inner .active + .carousel-item,
    .slideshow-navigation .carousel-inner .active + .carousel-item + .carousel-item,
    .slideshow-navigation .carousel-inner .active + .carousel-item + .carousel-item + .carousel-item {
      display: block; }
    .slideshow-navigation .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left),
    .slideshow-navigation .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item,
    .slideshow-navigation .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item,
    .slideshow-navigation .carousel-inner .carousel-item.active:not(.carousel-item-right):not(.carousel-item-left) + .carousel-item + .carousel-item + .carousel-item {
      transition: none; }
    .slideshow-navigation .carousel-inner .carousel-item-next,
    .slideshow-navigation .carousel-inner .carousel-item-prev {
      position: relative;
      transform: translate3d(0, 0, 0); }
    .slideshow-navigation .carousel-inner .active.carousel-item + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
      position: absolute;
      top: 0;
      right: -25%;
      z-index: -1;
      display: block;
      visibility: visible; }
    .slideshow-navigation .active.carousel-item-left + .carousel-item-next.carousel-item-left,
    .slideshow-navigation .carousel-item-next.carousel-item-left + .carousel-item,
    .slideshow-navigation .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item,
    .slideshow-navigation .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item,
    .slideshow-navigation .carousel-item-next.carousel-item-left + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
      position: relative;
      transform: translate3d(-100%, 0, 0);
      visibility: visible; }
    .slideshow-navigation .carousel-inner .carousel-item-prev.carousel-item-right {
      position: absolute;
      top: 0;
      left: 0;
      z-index: -1;
      display: block;
      visibility: visible; }
    .slideshow-navigation .active.carousel-item-right + .carousel-item-prev.carousel-item-right,
    .slideshow-navigation .carousel-item-prev.carousel-item-right + .carousel-item,
    .slideshow-navigation .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item,
    .slideshow-navigation .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item,
    .slideshow-navigation .carousel-item-prev.carousel-item-right + .carousel-item + .carousel-item + .carousel-item + .carousel-item {
      position: relative;
      transform: translate3d(100%, 0, 0);
      visibility: visible;
      display: block;
      visibility: visible; }
    .slideshow-navigation .carousel-control-next {
      top: .5rem;
      background-image: linear-gradient(to right, transparent, #111); }
    .slideshow-navigation .carousel-control-prev {
      top: .5rem;
      background-image: linear-gradient(to left, transparent, #111); } }

.horizontal-slide-carousel {
  background: linear-gradient(to right, #000 0%, #000 100%);
  color: white; }
  @media (min-width: 768px) {
    .horizontal-slide-carousel {
      background: linear-gradient(to right, #fff 0%, #fff 15%, #000 15%, #000 100%); } }
  .horizontal-slide-carousel .carousel-inner .carousel-item .horizontal-slide .card-body {
    padding-top: 0; }
    @media (max-width: 879.98px) {
      .horizontal-slide-carousel .carousel-inner .carousel-item .horizontal-slide .card-body {
        padding-top: 0; } }
    .horizontal-slide-carousel .carousel-inner .carousel-item .horizontal-slide .card-body .image-card--text {
      padding: 0 2rem !important; }
      .horizontal-slide-carousel .carousel-inner .carousel-item .horizontal-slide .card-body .image-card--text .carousel-index {
        color: #fff;
        font-size: 12.5rem;
        width: 100%;
        font-weight: bold; }
        @media (max-width: 879.98px) {
          .horizontal-slide-carousel .carousel-inner .carousel-item .horizontal-slide .card-body .image-card--text .carousel-index {
            display: none; } }
  @media (min-width: 768px) {
    .horizontal-slide-carousel .carousel-inner .carousel-item .horizontal-slide .card-img-con {
      display: flex; }
      .horizontal-slide-carousel .carousel-inner .carousel-item .horizontal-slide .card-img-con img {
        align-self: center; } }
  .horizontal-slide-carousel .carousel-nav-item {
    color: #707070;
    cursor: pointer; }
    .horizontal-slide-carousel .carousel-nav-item:hover {
      color: black; }
    @media (min-width: 768px) {
      .horizontal-slide-carousel .carousel-nav-item.carousel-control-prev {
        left: -50px; }
      .horizontal-slide-carousel .carousel-nav-item.carousel-control-next {
        right: -50px; } }

.carousel-nav-item.dark-arrows {
  color: #707070;
  cursor: pointer; }
  .carousel-nav-item.dark-arrows:hover {
    color: black; }

.cke_combopanel {
  width: auto !important; }

.even-width-cluster-override .page-column-full-width .jumbotron .text-content h2 {
  font-size: 3rem;
  line-height: 3.25rem; }

@media (max-width: 879.98px) {
  .even-width-cluster-override .page-column-full-width .jumbotron .text-content {
    max-width: 100%; }
    .even-width-cluster-override .page-column-full-width .jumbotron .text-content h2 {
      font-size: 1.5rem;
      line-height: 2rem;
      margin-bottom: 0; } }

@media (max-width: 767.98px) {
  .even-width-cluster-override .even-width-container .col-image_card {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
    .even-width-cluster-override .even-width-container .col-image_card img {
      max-height: 50px; } }

.even-width-cluster-override .even-width-container .col-image_card .card-img-con {
  padding-bottom: 50px !important; }

@media (max-width: 767.98px) {
  .cluster-degree-title h2 {
    font-size: 1.75rem; } }

.cluster-degree-title h2 .orange-heading {
  background-color: #F76902;
  background: linear-gradient(135deg, transparent 0px, #F76902 0) top left, linear-gradient(225deg, transparent 0px, #F76902 0) top right, linear-gradient(315deg, transparent 0px, #F76902 0) bottom right, linear-gradient(45deg, transparent 10px, #F76902 0) bottom left;
  background-size: 51% 50%;
  background-repeat: no-repeat;
  color: white;
  padding: .5rem 1rem;
  display: inline-block; }

.cluster-accordion .online-exclusive-icon {
  height: 24px;
  width: 24px;
  vertical-align: bottom;
  position: relative; }
  .cluster-accordion .online-exclusive-icon .fas {
    font-size: 12px;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%); }

.alert-container .inner.status-icon-warning {
  background-color: #DA291C;
  color: #ffffff; }
  .alert-container .inner.status-icon-warning .icon-container:before {
    content: '\f06a'; }
  .alert-container .inner.status-icon-warning .message-container a {
    color: #ffffff; }

.alert-container .inner.status-icon-information {
  background-color: #F6BE00; }
  .alert-container .inner.status-icon-information .icon-container:before {
    content: '\f05a'; }
  .alert-container .inner.status-icon-information .message-container a {
    color: #212529; }

.alert-container .inner.status-icon-thinbar {
  background-color: #F6BE00; }
  .alert-container .inner.status-icon-thinbar .thinbar-container a {
    color: #212529; }
  .alert-container .inner.status-icon-thinbar .thinbar-container h2 {
    position: relative;
    display: inline-block;
    margin-left: 4rem; }
    @media (max-width: 575.98px) {
      .alert-container .inner.status-icon-thinbar .thinbar-container h2 {
        margin-left: 2.5rem;
        font-size: 1rem; } }
    @media (max-width: 320px) {
      .alert-container .inner.status-icon-thinbar .thinbar-container h2 {
        margin-left: 2rem;
        font-size: .9rem; } }
    .alert-container .inner.status-icon-thinbar .thinbar-container h2:before {
      position: absolute;
      content: '\f05a';
      line-height: 3rem;
      font-family: "Font Awesome 6 Pro";
      font-weight: normal;
      font-size: 3rem;
      top: -.6rem;
      left: -4rem; }
      @media (max-width: 575.98px) {
        .alert-container .inner.status-icon-thinbar .thinbar-container h2:before {
          font-size: 1.75rem;
          left: -2.5rem;
          top: -.7rem; } }
      @media (max-width: 320px) {
        .alert-container .inner.status-icon-thinbar .thinbar-container h2:before {
          left: -2.1rem;
          top: -.8rem; } }

.alert-container .inner h2,
.alert-container .inner .h2 {
  font-size: 1.2rem; }

.alert-container .inner p {
  line-height: 1.5rem; }
  .alert-container .inner p:last-child {
    margin-bottom: 0; }

.alert-container .inner .icon-container {
  padding-left: 4.6rem; }
  .alert-container .inner .icon-container:before {
    position: absolute;
    left: 15px;
    line-height: 3rem;
    font-family: "Font Awesome 6 Pro";
    font-weight: normal;
    font-size: 3rem; }
  .alert-container .inner .icon-container h2,
  .alert-container .inner .icon-container .h2 {
    margin-top: 0.75rem;
    line-height: 1.2; }

.alert-container .inner .message-container h2,
.alert-container .inner .message-container .h2 {
  line-height: 1; }

.alert-container .inner .message-container .timestamp {
  font-size: .9rem; }

.alert-container .inner .message-container a {
  font-weight: bold;
  text-decoration: underline !important; }

.alert-container .inner .thinbar-container h2,
.alert-container .inner .thinbar-container .h2 {
  line-height: 1.2; }

.alert-container .inner .thinbar-container a {
  font-weight: bold;
  text-decoration: underline !important; }

#browser-support--message .inner {
  padding-top: 2rem !important;
  padding-bottom: 2rem !important; }

.view-faces-of-rit {
  /** Carousel **/
  /** Carousel Controls **/ }
  .view-faces-of-rit .jcarousel-wrapper {
    margin: 20px auto;
    position: relative;
    border: 10px solid transparent; }
  .view-faces-of-rit .jcarousel {
    position: relative;
    overflow: hidden;
    width: 100%; }
  .view-faces-of-rit .jcarousel ul {
    width: 10000em;
    position: relative;
    list-style: none;
    margin: 0;
    padding: 0; }
  .view-faces-of-rit .jcarousel li {
    width: 255px;
    float: left;
    border: 1px solid #fff;
    box-sizing: border-box; }
    @media (min-width: 576px) {
      .view-faces-of-rit .jcarousel li {
        width: 242px; } }
    @media (min-width: 768px) {
      .view-faces-of-rit .jcarousel li {
        width: 335px; } }
    @media (min-width: 992px) {
      .view-faces-of-rit .jcarousel li {
        width: 220px; } }
    @media (min-width: 1200px) {
      .view-faces-of-rit .jcarousel li {
        width: 265px; } }
    @media (min-width: 1460px) {
      .view-faces-of-rit .jcarousel li {
        width: 330px; } }
  .view-faces-of-rit .jcarousel img {
    display: block;
    max-width: 100%;
    height: auto !important; }
  .view-faces-of-rit .jcarousel-control-prev,
  .view-faces-of-rit .jcarousel-control-next {
    position: absolute;
    top: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    text-align: center;
    text-decoration: none; }
  .view-faces-of-rit .faces-arrows {
    height: 480px !important;
    font-size: 3rem;
    opacity: 1; }
  .view-faces-of-rit .jcarousel-control-prev.faces-arrows {
    justify-content: flex-start !important; }
  .view-faces-of-rit .jcarousel-control-next.faces-arrows {
    right: 0;
    justify-content: flex-end !important; }
  @media (max-width: 575.98px) {
    .view-faces-of-rit .card.faces-of-rit .card-title {
      margin-top: 2rem !important; } }

.faces-lg .embed-responsive-9by16 {
  min-height: 90vh;
  width: calc(90vh * .5625);
  max-width: 100%;
  margin: 5vh auto; }

.facilities-group h5 .btn {
  font-size: 1.25rem; }
  .facilities-group h5 .btn.collapsed .fa-angle-down {
    transform: translateY(-50%) rotateX(0deg); }
  .facilities-group h5 .btn:after {
    content: none; }
  .facilities-group h5 .btn .fa-angle-down {
    position: absolute;
    font-size: 2.5rem;
    right: 1rem;
    top: 50%;
    transform: translateY(-50%) rotateX(-180deg);
    transition: transform .2s ease-in; }

.view-facilities .facilities-view-by-links ul li {
  padding: .25rem 0; }

.view-facilities .facilities-view-by-links a {
  color: #727578;
  font-size: 1.25rem;
  font-weight: bold; }
  .view-facilities .facilities-view-by-links a:hover {
    color: #000; }
  .view-facilities .facilities-view-by-links a.active {
    color: #000; }

@media (min-width: 768px) {
  .node--type-facility.facility-full .featured-media {
    width: 50%; } }

@media (min-width: 992px) {
  .node--type-facility.facility-full .featured-media {
    width: 40%; } }

.node--type-facility.facility-full .featured-media .item {
  position: relative; }
  .node--type-facility.facility-full .featured-media .item .expand {
    position: absolute;
    bottom: 10px;
    right: 10px;
    color: #000;
    padding: 0.3125rem 0.625rem;
    background-color: #fff;
    transition: all 200ms ease;
    transition-property: padding, bottom, right; }
    .node--type-facility.facility-full .featured-media .item .expand:hover {
      padding: 0.4375rem 0.75rem;
      bottom: 8px;
      right: 8px; }

.node--type-facility.facility-full .facility-location p {
  margin-bottom: .5rem; }

.node--type-facility.facility-full .facility-hours .location-box {
  margin-bottom: 1.5rem; }
  .node--type-facility.facility-full .facility-hours .location-box .h6 {
    margin-bottom: .5rem; }

.node--type-facility.facility-full .facility-hours p {
  margin-bottom: .5rem; }

.view-id-facilities.view-display-id-block_1 .views-exposed-form {
  display: none; }

.cc-window, .cc-banner.cc-window {
  background: rgba(0, 0, 0, 0.85) !important;
  font-size: 15px; }

.cc-window .cc-message a, .cc-window .cc-message a:link, .cc-window .cc-message a:visited {
  color: #d0d0d0;
  text-decoration: underline; }

.cc-window .cc-message a:hover, .cc-window .cc-message a:active, .cc-window .cc-message a:focus {
  color: #808080;
  text-decoration: underline; }

.cc-compliance > .cc-btn {
  flex: 0 0;
  min-width: 130px !important;
  text-align: center !important;
  margin-left: auto !important;
  margin-right: auto !important; }

/* Everything above 600px wide */
@media (min-width: 500px) {
  .cc-banner .cc-message {
    padding-right: 20px; } }

.block-instagram-block .img-link-con {
  padding: 0 0.25rem 0.25rem 0; }

.block-instagram-block .img-link:after {
  content: '\A';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  background: #F76902;
  opacity: 0;
  transition: opacity .3s ease-in-out; }

.block-instagram-block .img-link:hover:after {
  opacity: .5; }

.block-instagram-block .img-link:hover img {
  transform: translateY(-50%) scale(1.1); }

.block-instagram-block img {
  width: 100%;
  transform: translateY(-50%);
  margin-top: 50%;
  transition: transform .3s ease-in-out; }

.node-type-news .breadcrumb {
  padding-bottom: 2.25rem !important; }

.view-id-latest_news.view-display-id-block_9 .views-exposed-form {
  display: none; }

.news-full img {
  max-width: 100%; }

.news-full .news-social {
  width: 42px;
  height: 42px; }
  .news-full .news-social a {
    width: 42px;
    height: 42px;
    border-color: #727578 !important;
    color: #727578;
    font-size: 1.167rem;
    transition: all .2s ease-in-out;
    transition-property: color, border-color, background; }
    .news-full .news-social a:hover {
      color: #FFFFFF !important;
      border-color: #F76902 !important;
      background: #F76902 !important; }
    .news-full .news-social a:active {
      color: #FFFFFF !important;
      border-color: #727578 !important;
      background: #727578 !important; }
  @media (max-width: 1199.98px) {
    .news-full .news-social {
      padding-right: 10px;
      float: left;
      margin-top: 0 !important;
      margin-right: 15px !important;
      margin-bottom: 15px; } }

.news-full h1.node-title {
  font-size: 2.5rem;
  font-weight: bold;
  line-height: 2.625rem;
  letter-spacing: -.2px;
  margin-bottom: 2.1875rem; }
  @media (max-width: 879.98px) {
    .news-full h1.node-title {
      font-size: 2rem;
      line-height: 2.375rem; } }

.news-full .story-body p {
  font-size: 1.125rem;
  line-height: 1.75rem;
  letter-spacing: 0; }

.news-full .by-line {
  font-size: 0.875rem;
  padding-bottom: 0.75rem !important; }

.news-full .photo-caption {
  font-size: .75em;
  line-height: 1.5em; }

.news-full .photo-credit {
  font-size: .75em;
  line-height: 1.5em;
  text-align: right;
  margin-bottom: 5px; }

.news-full .secondary_image, .news-full .secondary_image_left, .news-full .secondary_image_right {
  margin-bottom: 15px;
  max-width: 400px; }
  @media (max-width: 767.98px) {
    .news-full .secondary_image, .news-full .secondary_image_left, .news-full .secondary_image_right {
      float: none !important;
      margin-left: 0 !important;
      margin-right: 0 !important;
      max-width: none; } }
  .news-full .secondary_image img, .news-full .secondary_image_left img, .news-full .secondary_image_right img {
    max-width: 400px;
    height: auto;
    float: none; }
    @media (max-width: 767.98px) {
      .news-full .secondary_image img, .news-full .secondary_image_left img, .news-full .secondary_image_right img {
        width: 100%;
        max-width: none; } }
  .news-full .secondary_image .caption, .news-full .secondary_image_left .caption, .news-full .secondary_image_right .caption {
    margin-bottom: 0;
    font-size: .75em;
    line-height: 1.5em;
    display: block; }
  .news-full .secondary_image .credit, .news-full .secondary_image_left .credit, .news-full .secondary_image_right .credit {
    margin-bottom: 0;
    font-size: .75em;
    line-height: 1.5em;
    text-align: right;
    display: block; }

.news-full .secondary_image, .news-full .secondary_image_left {
  float: left;
  margin-right: 15px; }

.news-full .secondary_image_right {
  float: right;
  margin-left: 15px; }

.news-full ul.related-news {
  list-style: none;
  padding-left: 0; }
  .news-full ul.related-news li {
    padding-bottom: 16px; }
  .news-full ul.related-news li:last-child {
    padding-bottom: 0; }

@media (max-width: 575.98px) {
  .secondary-image {
    margin-bottom: 32px; } }

.secondary-image .caption,
.secondary-image .credit {
  font-size: .75em;
  line-height: 1.5em;
  display: block;
  margin-bottom: 0; }

.secondary-image .credit {
  text-align: right; }

.secondary-image img {
  max-width: 100%; }

@media (min-width: 576px) {
  .secondary-image.secondary-image--left {
    float: left;
    margin-right: 15px; }
  .secondary-image.secondary-image--right {
    float: right;
    margin-left: 15px; } }

@media (min-width: 576px) {
  .secondary-image.secondary-image--portrait {
    max-width: 33%; } }

@media (min-width: 576px) {
  .secondary-image.secondary-image--landscape {
    max-width: 50%; } }

.secondary-image.secondary-image--full-width {
  width: 100%;
  margin-bottom: 2rem; }

.factoid {
  background-color: #f8f9fa;
  width: 100%;
  padding: 1rem;
  border: 1px solid #eee; }
  .factoid p:last-child {
    margin-bottom: 0; }
  @media (min-width: 576px) {
    .factoid.factoid--left, .factoid.factoid--right {
      max-width: 45%; }
    .factoid.factoid--left {
      float: left;
      margin-right: 1rem; }
    .factoid.factoid--right {
      float: right;
      margin-left: 1rem; } }
  .factoid a {
    color: #212529;
    text-decoration-color: #212529; }
    .factoid a:hover {
      color: #606060;
      text-decoration-color: transparent; }
  .factoid h1, .factoid h2, .factoid h3, .factoid h4, .factoid h5, .factoid h6, .factoid .by-the-numbers .field--name-field-content table th, .by-the-numbers .field--name-field-content table .factoid th, .factoid .table-black-headers .field--name-field-content table th, .table-black-headers .field--name-field-content table .factoid th,
  .factoid .h1, .factoid .h2, .factoid .h3, .factoid .h4, .factoid .h5, .factoid .h6 {
    margin-bottom: 1rem; }

.view-display-id-block_8 .carousel-nav,
.view-display-id-block_13 .carousel-nav,
.featured-carousel .carousel-nav {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  padding-top: 50px; }
  .view-display-id-block_8 .carousel-nav li,
  .view-display-id-block_13 .carousel-nav li,
  .featured-carousel .carousel-nav li {
    font-weight: bold;
    height: 25%; }
    @media (max-width: 1199.98px) {
      .view-display-id-block_8 .carousel-nav li,
      .view-display-id-block_13 .carousel-nav li,
      .featured-carousel .carousel-nav li {
        font-size: 0.9375rem;
        font-weight: normal;
        line-height: 1.3rem; } }
    .view-display-id-block_8 .carousel-nav li:not(:first-of-type),
    .view-display-id-block_13 .carousel-nav li:not(:first-of-type),
    .featured-carousel .carousel-nav li:not(:first-of-type) {
      border-top: 1px solid #d9d9d6; }
    .view-display-id-block_8 .carousel-nav li.active-p:before,
    .view-display-id-block_13 .carousel-nav li.active-p:before,
    .featured-carousel .carousel-nav li.active-p:before {
      content: '';
      width: 0;
      height: 0;
      position: absolute;
      left: -15px;
      border-top: 15px solid transparent;
      border-bottom: 15px solid transparent;
      border-left: 15px solid #F76902; }
    .view-display-id-block_8 .carousel-nav li a,
    .view-display-id-block_13 .carousel-nav li a,
    .featured-carousel .carousel-nav li a {
      padding: 1rem 0; }

@media (min-width: 768px) {
  .view-display-id-block_8 .carousel-inner,
  .view-display-id-block_13 .carousel-inner,
  .featured-carousel .carousel-inner {
    border-right: 8px #F76902 solid; } }

.view-display-id-block_8 .carousel-inner .carousel-item img,
.view-display-id-block_13 .carousel-inner .carousel-item img,
.featured-carousel .carousel-inner .carousel-item img {
  max-width: 100%;
  width: 100%; }

.view-display-id-block_8 .carousel-inner .carousel-item .views-field-title,
.view-display-id-block_13 .carousel-inner .carousel-item .views-field-title,
.featured-carousel .carousel-inner .carousel-item .views-field-title {
  margin-top: 1rem; }

.view-display-id-block_8 .carousel-inner .carousel-item .caption,
.view-display-id-block_13 .carousel-inner .carousel-item .caption,
.featured-carousel .carousel-inner .carousel-item .caption {
  bottom: 0;
  left: 0;
  right: 0;
  height: 100px;
  color: white;
  font-size: 1.167rem;
  font-weight: bold;
  padding: 1rem 1.5rem;
  background: rgba(247, 105, 2, 0.8); }
  @media (max-width: 879.98px) {
    .view-display-id-block_8 .carousel-inner .carousel-item .caption,
    .view-display-id-block_13 .carousel-inner .carousel-item .caption,
    .featured-carousel .carousel-inner .carousel-item .caption {
      height: auto;
      position: relative !important;
      background: #F76902; } }
  .view-display-id-block_8 .carousel-inner .carousel-item .caption a,
  .view-display-id-block_13 .carousel-inner .carousel-item .caption a,
  .featured-carousel .carousel-inner .carousel-item .caption a {
    color: white; }
    .view-display-id-block_8 .carousel-inner .carousel-item .caption a:hover,
    .view-display-id-block_13 .carousel-inner .carousel-item .caption a:hover,
    .featured-carousel .carousel-inner .carousel-item .caption a:hover {
      color: white; }

.view-display-id-block_8 .carousel-inner .carousel-item .views-field-news-main-image .featured-news-link,
.view-display-id-block_13 .carousel-inner .carousel-item .views-field-news-main-image .featured-news-link,
.featured-carousel .carousel-inner .carousel-item .views-field-news-main-image .featured-news-link {
  bottom: 0;
  color: white;
  padding: 1rem 1.5rem;
  background: rgba(247, 105, 2, 0.8); }

@media (max-width: 767.98px) {
  .view-display-id-block_8 .carousel-inner .carousel-item,
  .view-display-id-block_13 .carousel-inner .carousel-item,
  .featured-carousel .carousel-inner .carousel-item {
    display: block;
    float: none;
    margin-bottom: 40px; } }

@media (max-width: 767.98px) {
  .view-display-id-block_8 .attachment-after,
  .view-display-id-block_13 .attachment-after,
  .featured-carousel .attachment-after {
    display: none; } }

@media (max-width: 879.98px) {
  .view-display-id-block_8 .attachment-after h3,
  .view-display-id-block_13 .attachment-after h3,
  .featured-carousel .attachment-after h3 {
    font-size: 1.5rem; } }

.view.view-display-id-attachment_1,
.view.view-display-id-attachment_2,
.view.view-display-id-carousel_nav {
  position: unset; }

@media (max-width: 575.98px) {
  .news-feature-row {
    border-bottom: none !important; }
    .news-feature-row div.content-row--container {
      padding-bottom: 0 !important; } }

@media (max-width: 575.98px) {
  .news-latest-row h2 {
    display: none; }
  .news-latest-row div.content-row--container {
    padding-top: 0 !important; } }

.campus-spotlight p, .campus-spotlight div {
  font-size: .875rem;
  line-height: 1.25rem;
  margin-bottom: 1rem; }

.campus-spotlight .photo {
  margin-bottom: .25rem; }

.campus-spotlight .date {
  float: left; }

.campus-spotlight .photographer {
  float: right; }

.campus-spotlight .caption {
  clear: both; }

.campus-spotlight .cta {
  font-size: 1rem; }

@media (min-width: 992px) {
  .publication-section .page-column-right .title {
    text-align: center; } }

@media (min-width: 992px) {
  .publication-section .page-column-right .content-body {
    margin-left: auto;
    margin-right: auto;
    width: 50%; } }

.publication-section .page-column-right .content-body p {
  font-size: .875rem;
  line-height: 1.25rem;
  margin-bottom: 1rem; }

p.news-video-section {
  font-size: .875rem;
  line-height: 1.25rem;
  margin-bottom: 1rem; }

#overlay-body {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1;
  opacity: 0;
  background-color: #000; }
  #overlay-body.show {
    opacity: .2;
    z-index: 1031; }

.playable {
  position: relative;
  overflow: hidden; }
  .playable:hover a:after {
    opacity: .5; }
  .playable:hover img {
    transform: scale(1.1); }
  .playable.top-left .fa-play,
  .playable.top-left .fa-circle-play {
    top: 2rem;
    left: 2rem;
    transform: none; }
  .playable .fa-play,
  .playable .fa-circle-play {
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 2.5rem;
    text-shadow: 0 0 15px #666;
    z-index: 1; }
  .playable .fa-circle-play {
    font-size: 5rem; }
  .playable img {
    transition: transform .3s ease-in-out; }
  .playable a:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #D95E00;
    opacity: 0;
    transition: opacity .3s ease-in-out; }

.orange-overlay {
  position: relative;
  overflow: hidden; }
  .orange-overlay:hover a:after {
    opacity: .5; }
  .orange-overlay a:after {
    content: '\A';
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: #D95E00;
    opacity: 0;
    transition: opacity .3s ease-in-out; }

[data-readmore] {
  overflow-y: hidden;
  transition: height 300ms ease-in-out; }

[data-readmore][aria-expanded="true"] {
  margin-bottom: 1rem; }

.modal-backdrop.show {
  opacity: 0.8; }

#searchModal.full-width .modal-dialog {
  max-width: none;
  height: 100%;
  margin: 0; }

#searchModal .modal-dialog {
  overflow-x: auto;
  pointer-events: auto; }
  #searchModal .modal-dialog #site-search .btn {
    margin-bottom: 0 !important; }
  #searchModal .modal-dialog .modal-content {
    border: 0;
    min-height: 100%; }
  #searchModal .modal-dialog .modal-body.has-results .popular-searches {
    display: none; }
  #searchModal .modal-dialog .modal-body.has-results .rit-search--sidebar {
    display: block !important; }
  #searchModal .modal-dialog .modal-body.has-results .tabs-row {
    visibility: visible !important; }
  #searchModal .modal-dialog .modal-body.initial-search .search-spinner {
    display: none; }

#searchModal .modal-header .close {
  margin: 0;
  opacity: 1;
  font-size: 1rem; }

#searchModal .popular-searches--list:not(.one-column) {
  column-count: 1; }
  @media screen and (min-width: 550px) {
    #searchModal .popular-searches--list:not(.one-column) {
      column-count: 2; } }
  @media screen and (min-width: 800px) {
    #searchModal .popular-searches--list:not(.one-column) {
      column-count: 3; } }
  @media screen and (min-width: 1500px) {
    #searchModal .popular-searches--list:not(.one-column) {
      column-count: 4; } }
  #searchModal .popular-searches--list:not(.one-column) li {
    margin-bottom: .5rem; }
    #searchModal .popular-searches--list:not(.one-column) li a {
      font-weight: bold; }

#searchModal .popular-searches--list li {
  text-transform: capitalize; }

#searchModal .input-group > .form-control, #searchModal .webform-submission-form .input-group > select.form-select, .webform-submission-form #searchModal .input-group > select.form-select, #searchModal .view-directory .input-group > select.form-select, .view-directory #searchModal .input-group > select.form-select,
#searchModal .input-group-lg > .input-group-append > .btn {
  height: calc(2.875rem + 15px); }

.rit-search--container .rit-search--content #allSearch .content.search-complete + .search-spinner,
.rit-search--container .rit-search--content #siteSearch .content.search-complete + .search-spinner {
  display: none; }

.rit-search--container .rit-search--sidebar ul > li {
  margin-bottom: .5rem; }
  .rit-search--container .rit-search--sidebar ul > li a {
    font-weight: bold; }

#searchTabs .nav-item {
  padding: 0 1.5rem; }
  @media (max-width: 879.98px) {
    #searchTabs .nav-item {
      padding: 0;
      width: 100%; } }
  #searchTabs .nav-item:first-of-type {
    padding-left: 0; }
  #searchTabs .nav-item .nav-link {
    background-color: transparent;
    color: rgba(0, 0, 0, 0.5);
    font-weight: bold;
    padding: .5em 0; }
    #searchTabs .nav-item .nav-link.active {
      color: #000;
      border-bottom: 5px solid #e87400; }
  #searchTabs .nav-item span.nav-link {
    padding: .9em 1em;
    font-size: .8rem; }

.typeahead__container .typeahead__query .typeahead__cancel-button {
  position: absolute;
  right: 15px;
  top: 50%;
  transform: translateY(-50%); }

.typeahead__container .typeahead__query input[type="text"] {
  appearance: none;
  height: 100%;
  width: 100%;
  border: 0;
  outline: none;
  padding: 0; }

.typeahead__container ::-webkit-input-placeholder {
  color: inherit;
  opacity: .54; }

.typeahead__query {
  position: relative;
  z-index: 2;
  width: 100%; }

.typeahead__field {
  color: #555; }
  .typeahead__field input:active, .typeahead__field input:focus {
    border-color: #66afe9; }
  .typeahead__field textarea:active, .typeahead__field textarea:focus {
    border-color: #66afe9; }
  .typeahead__field input[type=search] {
    appearance: none; }
    .typeahead__field input[type=search]::-webkit-search-cancel-button {
      appearance: none; }
    .typeahead__field input[type=search]::-ms-clear {
      display: none;
      width: 0;
      height: 0; }

.typeahead__container.result .typeahead__list {
  display: block !important; }

.typeahead__container .typeahead__list {
  display: none !important; }

.typeahead__container input.disabled, .typeahead__container input[disabled] {
  cursor: not-allowed;
  pointer-events: none;
  opacity: .65;
  box-shadow: none;
  background-color: #fff;
  border-color: #ccc; }

.typeahead__container .typeahead__field .typeahead__hint, .typeahead__container .typeahead__field .typeahead__label-container, .typeahead__container .typeahead__field [contenteditable], .typeahead__container .typeahead__field input, .typeahead__container .typeahead__field textarea {
  padding-right: 32px; }

.typeahead__container.filter .typeahead__filter {
  z-index: 5; }

.typeahead__dropdown, .typeahead__list {
  position: absolute;
  left: 0;
  z-index: 4;
  width: 100%;
  min-width: 160px;
  padding-left: 0;
  margin: -2px 0 0;
  list-style: none;
  text-align: left;
  background-color: #fff;
  border: 2px solid #ccc;
  background-clip: padding-box; }

.typeahead__list .typeahead__item > a {
  display: block;
  padding: .5rem 1.5rem;
  clear: both;
  color: #333;
  text-decoration: none; }

.typeahead__list .typeahead__item:not([disabled]).active > a {
  background-color: #f5f5f5;
  color: #3c3c3c; }

.typeahead__list .typeahead__item:not([disabled]) > a {
  line-height: normal; }
  .typeahead__list .typeahead__item:not([disabled]) > a:focus, .typeahead__list .typeahead__item:not([disabled]) > a:hover {
    background-color: #f5f5f5;
    color: #3c3c3c; }

.typeahead__cancel-button {
  user-select: none;
  position: absolute;
  right: 0;
  cursor: pointer;
  line-height: 1.25;
  padding: .5rem .75rem;
  visibility: hidden; }

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button, .typeahead__label .typeahead__cancel-button {
  visibility: visible; }

.typeahead__container.cancel:not(.loading) .typeahead__cancel-button:hover, .typeahead__label .typeahead__cancel-button:hover {
  color: #F76902; }

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

.gsc-thumbnail-inside,
.gsc-result-info,
.gsc-table-result,
.gsc-thumbnail-inside,
.gsc-url-top {
  padding-left: 0 !important; }

.gs-result .gs-title,
.gs-result .gs-title * {
  font-size: 1rem !important;
  color: black !important;
  text-decoration: none !important;
  font-weight: bold !important; }
  .gs-result .gs-title b,
  .gs-result .gs-title strong,
  .gs-result .gs-title * b,
  .gs-result .gs-title * strong {
    color: #F76902 !important; }

.gs-snippet {
  font-size: .95rem !important;
  line-height: 1.3 !important;
  margin-bottom: 0 !important; }
  .gs-snippet b,
  .gs-snippet strong {
    color: #F76902 !important; }

.gs-visibleUrl {
  font-size: .8rem !important;
  color: #999 !important;
  white-space: normal !important;
  hyphens: auto !important; }

.gsc-results .gsc-cursor {
  display: flex !important;
  justify-content: center !important; }

.gsc-results .gsc-cursor-box .gsc-cursor-page {
  position: relative !important;
  display: block !important;
  padding: .5rem .75rem !important;
  margin-left: -1px !important;
  line-height: 1.25 !important;
  border: 1px solid #dee2e6 !important;
  margin-right: 0 !important;
  font-size: 1rem !important;
  color: #F76902 !important; }
  .gsc-results .gsc-cursor-box .gsc-cursor-page:hover {
    z-index: 2 !important;
    color: #000000 !important;
    text-decoration: none !important;
    background-color: #e9ecef !important;
    border-color: #dee2e6 !important; }
  .gsc-results .gsc-cursor-box .gsc-cursor-page.gsc-cursor-current-page {
    color: #ffffff !important;
    background-color: #F76902 !important;
    border-color: #F76902 !important; }

.selectize .selectize-input, .selectize-input {
  width: 100%;
  font-family: "Helvetica Neue","Helvetica","Roboto","Arial",sans-serif;
  border-radius: 0;
  border-color: #727578;
  min-height: 49px;
  padding: 8px 25px 8px 8px; }
  .selectize .selectize-input input, .selectize-input input {
    font-size: 1rem !important;
    padding: 6px 2px !important; }
  .selectize .selectize-input .item, .selectize-input .item {
    font-size: 1rem !important;
    margin-top: 3px;
    padding: 4px 24px 4px 6px !important;
    max-width: calc(100% - 30px); }
    .selectize .selectize-input .item a.remove, .selectize-input .item a.remove {
      padding-top: 4px; }
  ​ .selectize .selectize-input:after, ​ .selectize-input:after {
    content: '\f107';
    font-family: "Font Awesome 6 Pro";
    font-size: 2rem;
    font-weight: lighter;
    position: absolute;
    right: 10px;
    top: 15px; }
  .selectize .selectize-input.dropdown-active:after, .selectize-input.dropdown-active:after {
    transform: rotate(180deg); }

.selectize-dropdown .option {
  font-size: 1rem !important;
  color: black; }
  .selectize-dropdown .option.active {
    background-color: #e9ecef; }

.spotlight-item-teaser .body p {
  font-size: .95rem;
  line-height: 1.5rem; }

.spotlight-item-teaser .card-title {
  font-size: 1.167rem;
  line-height: 1.375rem; }
  .spotlight-item-teaser .card-title a {
    text-decoration-color: transparent; }
    .spotlight-item-teaser .card-title a:hover {
      text-decoration-color: #F76902;
      color: inherit; }

.spotlight-gallery {
  padding: 1rem 0; }
  .spotlight-gallery input[type=checkbox] {
    min-width: 16px; }
  .spotlight-gallery .view-header {
    padding-top: 3rem;
    padding-bottom: 3rem; }
    .spotlight-gallery .view-header .person-frame-2 {
      display: inline-block; }
      .spotlight-gallery .view-header .person-frame-2 img {
        width: 250px;
        max-width: 100%;
        height: auto !important; }
  .spotlight-gallery .num-images {
    bottom: 0;
    left: 0; }

#edit-spotlight-field-of-work-target-id--wrapper {
  display: none; }

.testimonials.carousel .testimonial-arrows {
  width: 5%;
  font-size: 2.25rem; }

.bg-primary.text-white .testimonials .fa-angle-right:before,
.bg-primary.text-white .testimonials .fa-angle-left:before {
  color: #fff !important; }

.bg-primary.text-white .testimonials .leadership-quote--name,
.bg-primary.text-white .testimonials .leadership-quote--person-info {
  color: #000 !important; }

.bg-primary.text-white .testimonials .testimonial .blockquote p {
  font-size: 2rem !important;
  font-weight: 300 !important;
  line-height: 1.2;
  letter-spacing: -.065rem;
  color: #fff; }

#progress-navigation--sidebar--content .testimonial.testimonial--columns--3col .left-column {
  max-width: 250px; }

#progress-navigation--sidebar--content .testimonial.testimonial--columns--3col .leadership-quote--quote-text p:first-child {
  margin-left: -5px; }

@media (min-width: 768px) {
  #progress-navigation--sidebar--content .testimonial.testimonial--columns--3col .leadership-quote--quote-text p:first-child,
  #progress-navigation--sidebar--content .testimonial.testimonial--columns--2col .leadership-quote--quote-text p:first-child {
    font-size: 1.375rem;
    line-height: 1.75rem; }
    #progress-navigation--sidebar--content .testimonial.testimonial--columns--3col .leadership-quote--quote-text p:first-child:before,
    #progress-navigation--sidebar--content .testimonial.testimonial--columns--2col .leadership-quote--quote-text p:first-child:before {
      font-size: 7rem;
      left: -63px; } }

.pager__items {
  padding-left: 0; }
  .pager__items .is-active a {
    color: black;
    border-bottom: 3px solid black; }

.pager__item {
  padding: 0rem; }
  .pager__item.is-active a {
    border-bottom: none;
    text-decoration-color: black; }
  .pager__item a {
    text-decoration-color: transparent;
    font-weight: bold;
    padding: 0.5rem; }
    .pager__item a:hover {
      color: #212529;
      text-decoration-color: #F76902; }

.pager__item--first a,
.pager__item--previous a,
.pager__item--next a,
.pager__item--last a {
  text-decoration-color: transparent;
  font-weight: bold; }
  .pager__item--first a:hover,
  .pager__item--previous a:hover,
  .pager__item--next a:hover,
  .pager__item--last a:hover {
    color: #212529;
    text-decoration-color: #F76902; }
  .pager__item--first a span[class*="fa-"]:before,
  .pager__item--previous a span[class*="fa-"]:before,
  .pager__item--next a span[class*="fa-"]:before,
  .pager__item--last a span[class*="fa-"]:before {
    font-size: 80%;
    padding-right: 0.5rem;
    position: relative;
    top: -0.063rem; }

.pager__item--next a span[class*="fa-"]:before,
.pager__item--last a span[class*="fa-"]:before {
  padding-left: 0.5rem; }

.wallsio-load-more-button {
  font-weight: 700;
  color: white;
  border-color: #F76902;
  background-color: #F76902;
  padding: 0.375rem 0.75rem;
  font-size: 1.167rem;
  line-height: 1.5;
  border-radius: 0;
  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) {
    .wallsio-load-more-button {
      transition: none; } }
  .wallsio-load-more-button:hover {
    border-color: black;
    background-color: black; }
  .wallsio-load-more-button:focus, .wallsio-load-more-button.focus {
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(247, 105, 2, 0.25); }
  .wallsio-load-more-button.disabled, .wallsio-load-more-button:disabled {
    opacity: 0.65; }
  .wallsio-load-more-button:not(:disabled):not(.disabled) {
    cursor: pointer; }

.view-rit-patents td.is-active {
  background-color: transparent; }

.view-rit-patents .views-field-field-inventors-1 p {
  margin: 0; }

.view-rit-patents .adminimal thead th.is-active {
  border: none; }

.view-rit-patents .view-content {
  margin-top: 0; }

.view-rit-patents .view-filters .views-exposed-form .form--inline {
  text-align: center; }
  .view-rit-patents .view-filters .views-exposed-form .form--inline .form-item-keys {
    position: relative;
    margin-left: 0;
    display: inline-block;
    margin-right: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    float: none;
    vertical-align: middle; }
  .view-rit-patents .view-filters .views-exposed-form .form--inline .form-actions {
    position: relative;
    margin-left: 0;
    margin-top: 1rem;
    margin-bottom: 1rem;
    display: inline-block;
    float: none;
    vertical-align: middle; }
    .view-rit-patents .view-filters .views-exposed-form .form--inline .form-actions .form-submit {
      width: 100%; }

.view-rit-patents table tr {
  border-top: 1px solid #dee2e6; }
  @media (min-width: 768px) {
    .view-rit-patents table tr {
      border-top: none; } }

.view-rit-patents table td.views-field {
  display: block;
  border-top: none; }
  @media (min-width: 768px) {
    .view-rit-patents table td.views-field {
      display: table-cell;
      border-top: 1px solid #dee2e6; } }

@media (min-width: 768px) {
  .view-rit-patents table td.views-field-title {
    width: 15%; } }

@media (min-width: 768px) {
  .view-rit-patents table td.views-field-field-issue-date {
    width: 10%; } }

@media (min-width: 768px) {
  .view-rit-patents table td.views-field-field-patent-title {
    width: 40%; } }

@media (min-width: 768px) {
  .view-rit-patents table td.views-field-field-inventors-1 {
    width: 35%; } }

.person--teaser--with-info .person--info > div {
  line-height: 1; }

#footer--site--bottom ul.nav-0 > li:after {
  display: block;
  content: '';
  height: 1px;
  background-color: #ced4da; }

#footer--site--bottom ul.nav-0 > li.expanded > .nav-link:after {
  position: absolute;
  top: calc(50% - .3rem);
  left: inherit;
  right: .2rem;
  width: .6rem;
  height: .6rem !important;
  background-color: transparent !important;
  transition: transform 0.2s linear, top 0.2s linear; }

#footer--site--bottom ul.nav-0 > li.expanded > .nav-link:not(.collapsed):after {
  top: calc(50% - .3rem + 5px);
  transform: rotate(-45deg); }

#footer--site--bottom ul.nav-0 a.nav-link:not(.dropdown-toggle):after, #footer--site--bottom ul.nav-0 a.nav-link-1:after {
  display: none; }

#footer--site--bottom ul.nav-0 a:hover {
  color: #000 !important; }

#footer--site--bottom ul.nav-0 a:not(.social-link) {
  color: #495057; }

#footer--site--bottom ul.nav-0 li.menu-level-1 .active:after {
  height: 0px; }

#block-rit-bootstrap-subtheme-rit-main-menu .nav.no-slab-nav .dropdown {
  position: relative !important; }
  #block-rit-bootstrap-subtheme-rit-main-menu .nav.no-slab-nav .dropdown .dropdown-menu.show {
    min-width: 15rem !important; }
    #block-rit-bootstrap-subtheme-rit-main-menu .nav.no-slab-nav .dropdown .dropdown-menu.show:before {
      display: none; }
    #block-rit-bootstrap-subtheme-rit-main-menu .nav.no-slab-nav .dropdown .dropdown-menu.show .dropdown-item a {
      font-size: 1rem; }

#progress-navigation--sidebar--sidebar .sidebar-menu.position-fixed {
  top: 0;
  margin-top: 1rem; }
  @media (min-width: 768px) {
    #progress-navigation--sidebar--sidebar .sidebar-menu.position-fixed {
      transform: translateZ(0); } }

@media (min-width: 768px) {
  #progress-navigation--sidebar--sidebar .sidebar-menu.at-bottom {
    position: absolute !important;
    bottom: 6rem;
    top: auto; } }

#progress-navigation--sidebar--sidebar .sidebar-menu nav li:before {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 2px;
  background-color: #fff; }

#progress-navigation--sidebar--sidebar .sidebar-menu nav li a {
  font-size: 1.25rem;
  line-height: 1.25;
  color: #727578;
  transition: color .2s ease;
  text-decoration: none; }
  #progress-navigation--sidebar--sidebar .sidebar-menu nav li a:hover {
    text-decoration: none; }

#progress-navigation--sidebar--sidebar .sidebar-menu nav li:hover a {
  color: #F76902 !important; }

#progress-navigation--sidebar--sidebar .sidebar-menu nav li.active a {
  color: #000 !important; }

#progress-navigation--sidebar--sidebar .sidebar-menu nav .progress {
  top: -4px;
  height: 4px; }

#progress-navigation--sidebar--sidebar .sidebar-menu nav .progress-bar {
  background-color: #F76902; }
  @media (max-width: 767.98px) {
    #progress-navigation--sidebar--sidebar .sidebar-menu nav .progress-bar {
      display: none; } }

#progress-navigation--sidebar--sidebar .sidebar-menu.small-menu nav a {
  font-size: .85rem; }
  @media (max-height: 1024px) and (min-width: 768px) {
    #progress-navigation--sidebar--sidebar .sidebar-menu.small-menu nav a {
      padding: 0.15rem 1rem; } }

#progress-navigation--sidebar--content .sidebar-additional-content {
  margin: 1rem 0 !important;
  padding: 2rem 2rem 2rem 2rem;
  background-color: #f8f9fa;
  border: 1px solid #eeeeee; }
  #progress-navigation--sidebar--content .sidebar-additional-content ul.menu--social li.rounded-circle a {
    color: #ffffff; }
  #progress-navigation--sidebar--content .sidebar-additional-content hr {
    padding-bottom: 1rem !important; }
  @media (min-width: 1200px) {
    #progress-navigation--sidebar--content .sidebar-additional-content {
      padding: 2rem 3rem 2rem 3rem; } }

body[data-mobile-nav-placement="top"] #progress-navigation--sidebar--content .sidebar-additional-content {
  margin-top: 3rem !important; }

#progress-navigation--sidebar--sidebar .sidebar-additional-content .embedded-entity + p,
#progress-navigation--sidebar--content .sidebar-additional-content .embedded-entity + p {
  margin-bottom: 0; }

#progress-navigation--sidebar--sidebar .sidebar-additional-content .menu--social .fa:before,
#progress-navigation--sidebar--content .sidebar-additional-content .menu--social .fa:before {
  margin-left: .3rem; }

#progress-navigation--top--container {
  display: none;
  opacity: 0;
  z-index: 1030; }
  #progress-navigation--top--container.position-fixed {
    display: block;
    top: 0; }
    #progress-navigation--top--container.position-fixed #progress-navigation--top {
      transform: translateZ(0); }
      #progress-navigation--top--container.position-fixed #progress-navigation--top li a {
        padding: 0.7rem 0.5rem;
        font-size: .89rem;
        color: #727578;
        transition: color .2s ease;
        text-decoration: none; }
        #progress-navigation--top--container.position-fixed #progress-navigation--top li a:hover {
          text-decoration: none; }
        @media (min-width: 1200px) {
          #progress-navigation--top--container.position-fixed #progress-navigation--top li a {
            padding: 0.6rem 0.5rem;
            font-size: inherit; } }
      #progress-navigation--top--container.position-fixed #progress-navigation--top li:hover a {
        color: #F76902; }
      #progress-navigation--top--container.position-fixed #progress-navigation--top li .active-line {
        position: absolute;
        margin-left: .25rem;
        bottom: 0;
        left: 50%;
        height: 5px;
        background-color: #000;
        opacity: 0;
        transform: translateX(-50%);
        transition: opacity .2s ease; }
      #progress-navigation--top--container.position-fixed #progress-navigation--top li.active a {
        color: #000; }
      #progress-navigation--top--container.position-fixed #progress-navigation--top li.active .active-line {
        opacity: 1; }
    #progress-navigation--top--container.position-fixed .progress {
      top: 0;
      height: 4px; }
    #progress-navigation--top--container.position-fixed .progress-bar {
      background-color: #F76902;
      background-image: linear-gradient(-45deg, #f1be48 15%, #ff5d00 85%), linear-gradient(left, #ff5d00, #F1bE48, #F1bE48); }
  #progress-navigation--top--container .rit-logo {
    width: 67px;
    height: 30px;
    margin-top: 0.8rem; }
    #progress-navigation--top--container .rit-logo svg {
      fill: #000000; }

@media (max-width: 767.98px) {
  #progress-navigation--top--container.position-fixed,
  #progress-navigation--sidebar--sidebar {
    z-index: 1032; } }

@media (max-width: 767.98px) {
  #progress-navigation--top--container.position-fixed #progress-navigation--top,
  #progress-navigation--sidebar--sidebar {
    display: block !important;
    position: absolute;
    left: -10000px;
    background-color: white;
    transform: none; }
    #progress-navigation--top--container.position-fixed #progress-navigation--top h5,
    #progress-navigation--sidebar--sidebar h5 {
      display: none; }
    #progress-navigation--top--container.position-fixed #progress-navigation--top ul.nav,
    #progress-navigation--sidebar--sidebar ul.nav {
      margin-left: 0 !important;
      max-height: calc(90%);
      text-align: center;
      overflow-y: scroll;
      box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.2);
      transform: translateY(-100%);
      transition: transform 300ms linear; }
    #progress-navigation--top--container.position-fixed #progress-navigation--top.show ul.nav,
    #progress-navigation--sidebar--sidebar.show ul.nav {
      position: fixed !important;
      top: 3.6rem !important;
      left: 0;
      right: 0;
      background-color: #fff;
      transform: translateY(0); }
      #progress-navigation--top--container.position-fixed #progress-navigation--top.show ul.nav li,
      #progress-navigation--sidebar--sidebar.show ul.nav li {
        width: 100% !important;
        border-bottom: 1px solid #dee2e6;
        padding: 0 !important; }
        #progress-navigation--top--container.position-fixed #progress-navigation--top.show ul.nav li:before,
        #progress-navigation--sidebar--sidebar.show ul.nav li:before {
          display: none; }
        #progress-navigation--top--container.position-fixed #progress-navigation--top.show ul.nav li a,
        #progress-navigation--sidebar--sidebar.show ul.nav li a {
          padding: 0.65rem 0.5rem;
          font-size: 1rem;
          font-weight: normal;
          color: #000;
          transition: color .2s ease; } }
        @media (max-width: 767.98px) and (max-height: 570px) {
          #progress-navigation--top--container.position-fixed #progress-navigation--top.show ul.nav li a,
          #progress-navigation--sidebar--sidebar.show ul.nav li a {
            padding: 0.4rem 0.5rem; } }

@media (max-width: 767.98px) {
          #progress-navigation--top--container.position-fixed #progress-navigation--top.show ul.nav li a:hover,
          #progress-navigation--sidebar--sidebar.show ul.nav li a:hover {
            color: #F76902; } }

#mobile-progress-bar {
  top: 0;
  height: 4px;
  z-index: 1034; }
  #mobile-progress-bar .progress-barz {
    background-color: #F76902; }

body.fixed {
  position: relative;
  left: 0;
  right: 0;
  height: 100%;
  overflow: hidden; }

#header--mobile--title-bar {
  transition: transform 300ms ease; }
  #header--mobile--title-bar.flyaway {
    transform: translateY(-100%); }

#header--mobile--section-jump {
  position: fixed;
  top: -55px;
  right: 0;
  left: 0;
  background: white;
  z-index: 1033;
  transform: translateY(-100%);
  transition: transform 300ms ease; }
  #header--mobile--section-jump.flyin {
    transform: translateY(100%); }
  #header--mobile--section-jump #mobile-sidebar-select {
    border-radius: 20px; }

.jump-nav-container #mobile-sidebar-select {
  transition: color 250ms linear; }
  .jump-nav-container #mobile-sidebar-select:after {
    position: relative;
    top: 0;
    font-size: 1rem;
    transition: transform 0.2s linear, top 0.2s linear; }
  .jump-nav-container #mobile-sidebar-select.show:after {
    top: 3px;
    transform: rotate(-45deg); }

ul.menu--social li {
  transition: background-color 200ms ease; }
  ul.menu--social li a {
    width: 42px;
    height: 42px;
    padding: 0;
    padding-top: 0.45rem;
    color: #000000;
    font-size: 1.167rem;
    text-align: center;
    transition: color 200ms ease; }
    ul.menu--social li a span[class*="fa-"] {
      color: #000000; }
    ul.menu--social li a:focus-visible {
      outline: 1px dotted #666666 !important; }
    ul.menu--social li a:hover, ul.menu--social li a:active {
      color: #fff !important; }
    ul.menu--social li a .fab {
      line-height: 1.5; }
  ul.menu--social li:hover {
    color: #fff;
    background-color: #F76902 !important; }
  ul.menu--social li:active {
    background-color: #727578 !important; }

ul.menu--social.menu--social--dark:not(:where(#footer .menu--social--dark)) li {
  background-color: #495057; }
  ul.menu--social.menu--social--dark:not(:where(#footer .menu--social--dark)) li a {
    color: black; }
    ul.menu--social.menu--social--dark:not(:where(#footer .menu--social--dark)) li a span[class*="fa-"] {
      color: #fff; }

.view-directory .directory-text-small {
  font-size: 0.875rem;
  line-height: 1.2rem; }

.view-directory .directory-college-division {
  display: none; }

.view-directory .directory-department-description p {
  margin-bottom: 0; }

.view-directory .filters-mobile-dropdown {
  display: none !important; }

.view-directory fieldset[data-drupal-selector="edit-term-node-tid-depth"] {
  display: inline; }
  @media (max-width: 767.98px) {
    .view-directory fieldset[data-drupal-selector="edit-term-node-tid-depth"] {
      display: none !important; } }

.view-directory .form-item-directory-mobile-select {
  margin-right: 0; }
  @media (min-width: 768px) {
    .view-directory .form-item-directory-mobile-select {
      display: none; } }
  .view-directory .form-item-directory-mobile-select label {
    font-size: 1.1rem;
    font-weight: bold;
    position: relative;
    padding-right: 1rem; }
    @media (min-width: 576px) {
      .view-directory .form-item-directory-mobile-select label {
        font-size: 1.5rem; } }

.view-directory .form-item-term-node-tid-depth-1 {
  display: none; }

.view-directory select.form-select {
  height: 50px;
  appearance: none;
  background-image: url("/marketing/drupal8base/sites/all/themes/uwbase/rit_bootstrap_2019/images/icons/chevron-down-regular.svg");
  background-size: 16px;
  background-position: calc(100% - 16px);
  background-repeat: no-repeat;
  border: 1px solid #949494;
  color: #949494; }
  .view-directory select.form-select[multiple] {
    background-image: none; }
  .view-directory select.form-select:-ms-expand {
    display: none; }

.ajax-progress-fullscreen {
  left: calc(50% - 24px);
  position: fixed;
  top: 50%;
  z-index: 1000;
  background-color: transparent;
  background-image: none;
  background-position: center center;
  background-repeat: no-repeat;
  border-radius: 0px;
  height: 48px;
  opacity: 1;
  padding: 0px;
  width: 48px;
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear;
  font-weight: bold; }
  .ajax-progress-fullscreen:before {
    font-family: "Font Awesome 6 Pro";
    font-size: 48px;
    color: #F76902;
    content: '\f1ce';
    line-height: normal;
    position: relative; }

#college--faculty-scholarship .items p {
  margin-bottom: 1rem; }

#college--faculty-scholarship .show-more-link {
  max-width: 800px; }

#carousel-slides-1089 .carousel-caption h5 {
  font-size: 2rem; }

article.news-full .be-ix-link-block {
  /* All the below CSS is equivalent to sr-only */
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0; }

body.user-is-logged-in article.news-full .be-ix-link-block {
  display: block; }

.person-frame {
  max-width: 200px;
  max-height: 200px;
  border-width: 10px !important; }
  @media (max-width: 767.98px) {
    .person-frame {
      max-width: none;
      max-height: none;
      border-width: 0 !important; }
      .person-frame img {
        top: 0;
        left: 0;
        width: 100% !important;
        height: auto !important; } }
  .person-frame img {
    position: relative; }
    @media (min-width: 768px) {
      .person-frame img {
        top: 10px;
        left: 10px; } }

.person-full .node-title {
  font-size: 2.5rem;
  line-height: 1em; }
  @media (min-width: 576px) {
    .person-full .node-title {
      font-size: 4.25rem; } }

.person-full .person-map iframe {
  width: 100%;
  height: 200px; }
  @media (min-width: 576px) {
    .person-full .person-map iframe {
      width: 200px; } }

.person-full .person-bio-text {
  overflow: hidden; }

.person-full .person-bio a, .person-full .person-education a {
  font-weight: 700 !important; }

.person-full .expertise-item {
  font-size: .9rem;
  border-width: 1px !important;
  border-color: #ededed;
  border-radius: 2px;
  background-color: #eee; }

.person-full .mh-object {
  transition: height .5s ease-in-out; }

.person-full .icon-field {
  line-height: 1.8rem; }
  .person-full .icon-field > a {
    text-decoration-color: transparent; }
    .person-full .icon-field > a:hover {
      color: #212529;
      text-decoration-color: #F76902; }
  .person-full .icon-field > span {
    color: #212529; }

.person-full .field-phone a[href^="tel:"] {
  text-decoration-color: transparent; }
  .person-full .field-phone a[href^="tel:"]:hover {
    color: #212529;
    text-decoration-color: #F76902; }

.person-full .see-more-link {
  top: inherit;
  right: 0; }

.scholarship-items .title {
  font-weight: bold;
  margin-top: 1rem;
  margin-bottom: 1rem; }

.scholarship-items .items .item {
  margin-bottom: 1rem; }

.scholarship-items .show-more-link {
  font-weight: bold;
  display: block;
  padding: 10px 0 0;
  text-align: center; }

.courses-taught .course-row {
  padding: .75rem;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

@media (max-width: 767.98px) {
  .person-news .view-latest-news.view-display-id-block_3 .more-link {
    display: none; } }

@media (max-width: 575.98px) {
  .view-directory-blocks .staff-member {
    flex-basis: auto; } }

.program-page-content .alert-danger,
.program-page-content .alert-warning {
  border-color: #727578 !important; }

.program-page-content .alert-danger:before,
.program-page-content .alert-warning:before {
  content: '\f06a';
  font-family: "Font Awesome 6 Pro";
  font-weight: 900;
  font-style: normal;
  display: inline-block;
  text-decoration: inherit;
  float: left;
  margin-left: -0.45rem;
  margin-top: 2px; }

.program-page-content .alert-danger:before {
  color: #DA291C; }

.program-page-content .alert-warning:before {
  color: #F6BE00; }

.program-page-content .alert-danger p,
.program-page-content .alert-warning p {
  margin-left: 1.1rem; }

.program-page-content .program-marketing-summary {
  font-size: 1.5rem; }

.program-page-content .program-marketing-summary p {
  line-height: 2rem; }

.program-page-content .program-legend p {
  line-height: 1.25rem; }

.program-page-content .program-legend .lnr {
  font-size: 1.75rem;
  display: inline-block;
  float: left;
  padding-right: .5rem;
  margin-bottom: .3rem;
  margin-top: -.25rem;
  color: #000000; }

.program-page-content .program-legend .fas.fa-laptop {
  font-size: 1.25rem;
  display: inline-block;
  float: left;
  padding-right: .55rem;
  margin-bottom: .3rem;
  padding-left: 0.05rem;
  color: #000000; }

.program-page-content .program-legend .fal {
  font-size: 1.5rem;
  display: inline-block;
  float: left;
  padding-right: .6rem;
  margin-bottom: .3rem;
  margin-top: -.18rem;
  padding-left: 0.1rem;
  color: #000000; }

.program-page-content .program-legend .rounded-circle {
  height: 28px;
  width: 28px;
  vertical-align: top;
  margin-top: -5px;
  margin-right: 4px; }

.program-page-content .program-legend .rounded-circle .fas.fa-laptop {
  font-size: 15px;
  top: 8px;
  left: 5px;
  position: relative; }

.program-page-content ul.arrows-left {
  margin-bottom: 1.25rem; }

.program-page-content ul.arrows-left li {
  display: block;
  line-height: 1.5;
  margin-bottom: 1rem;
  margin-left: 1.4rem;
  break-inside: avoid; }

.program-page-content ul.arrows-left li:before {
  margin-left: -1.4rem; }

.program-page-content .marketing-article {
  padding: 1rem;
  margin-bottom: 1rem;
  align-items: center;
  justify-content: space-between;
  display: flex;
  border: 2px solid #F76921; }
  @media (min-width: 768px) {
    .program-page-content .marketing-article {
      padding-left: 1.5rem; } }

.program-page-content .marketing-article .marketing-text {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 0; }

.program-page-content .marketing-article .marketing-link {
  padding-left: 1rem; }

.program-page-content .program-overview a[data-readmore-toggle*="rmjs-"] {
  display: block;
  padding: 0.5rem; }

.program-page-content .readmore-readless-whitefade[aria-expanded="false"] {
  mask-image: linear-gradient(#000, transparent); }

.program-page-content .readmore-readless-whitefade[aria-expanded="false"] p,
.program-page-content .readmore-readless-whitefade[aria-expanded="false"] h2,
.program-page-content .readmore-readless-whitefade[aria-expanded="false"] h3,
.program-page-content .readmore-readless-whitefade[aria-expanded="false"] h4,
.program-page-content .readmore-readless-whitefade[aria-expanded="false"] h5,
.program-page-content .readmore-readless-whitefade[aria-expanded="false"] h6,
.program-page-content .readmore-readless-whitefade[aria-expanded="false"] .by-the-numbers .field--name-field-content table th,
.by-the-numbers .field--name-field-content table .program-page-content .readmore-readless-whitefade[aria-expanded="false"] th,
.program-page-content .readmore-readless-whitefade[aria-expanded="false"] .table-black-headers .field--name-field-content table th,
.table-black-headers .field--name-field-content table .program-page-content .readmore-readless-whitefade[aria-expanded="false"] th,
.program-page-content .readmore-readless-whitefade[aria-expanded="false"] a {
  color: rgba(33, 37, 41, 0.7); }

.program-page-content .readmore-readless-whitefade > :first-child {
  margin-top: 0; }

.program-page-content .readmore-readless-whitefade[aria-expanded="true"] {
  margin-bottom: 1rem; }

.program-page-content .divider {
  border-top: 5px solid #F76902 !important;
  width: 2rem; }

.program-page-content .offsetbox-orange {
  border: 2px solid #F76921;
  padding: 1.75rem 1.5rem 0 1.5rem;
  margin-bottom: 1.5rem; }
  @media (max-width: 879.98px) {
    .program-page-content .offsetbox-orange {
      padding: 1.75rem 1rem 0 1rem; } }
  .program-page-content .offsetbox-orange h2.offsetbox-title {
    position: absolute;
    margin: -3.22rem -0.6rem 0 -0.6rem !important;
    padding: 0 0.5rem !important;
    background-color: white;
    display: inline-block; }
    @media (max-width: 879.98px) {
      .program-page-content .offsetbox-orange h2.offsetbox-title {
        margin-top: -2.72rem !important; } }
  .program-page-content .offsetbox-orange h3.offsetbox-title {
    position: absolute;
    margin: -2.95rem -0.6rem 0 -0.6rem !important;
    padding: 0 0.5rem !important;
    background-color: white;
    display: inline-block; }
    @media (max-width: 879.98px) {
      .program-page-content .offsetbox-orange h3.offsetbox-title {
        margin-top: -2.65rem !important; } }
  .program-page-content .offsetbox-orange ul li {
    line-height: 1.25;
    padding-bottom: 0.45rem; }

.program-page-content .program-overview,
.view-curriculum-table .program-overview {
  overflow: hidden; }

.program-page-content .curriculum-heading,
.view-curriculum-table .curriculum-heading {
  margin-bottom: 4px; }

.program-page-content .processed-table .subhead,
.view-curriculum-table .processed-table .subhead {
  cursor: pointer; }
  .program-page-content .processed-table .subhead td,
  .view-curriculum-table .processed-table .subhead td {
    position: relative; }
    .program-page-content .processed-table .subhead td:hover:before,
    .view-curriculum-table .processed-table .subhead td:hover:before {
      font-weight: 400; }
  .program-page-content .processed-table .subhead td:after,
  .program-page-content .processed-table .subhead td:before,
  .view-curriculum-table .processed-table .subhead td:after,
  .view-curriculum-table .processed-table .subhead td:before {
    font-family: 'Font Awesome 6 Pro';
    font-size: 1.5rem;
    color: #F76902;
    position: absolute;
    top: 15%;
    right: 17px;
    transition: opacity 0.5s ease;
    opacity: 0; }
  .program-page-content .processed-table .subhead td:before,
  .view-curriculum-table .processed-table .subhead td:before {
    content: '\f055';
    opacity: 1;
    font-weight: 300; }
  .program-page-content .processed-table .subhead td:after,
  .view-curriculum-table .processed-table .subhead td:after {
    content: '\f056';
    opacity: 0;
    font-weight: 900; }

.program-page-content .processed-table .subhead.open td:before,
.view-curriculum-table .processed-table .subhead.open td:before {
  opacity: 0; }

.program-page-content .processed-table .subhead.open td:after,
.view-curriculum-table .processed-table .subhead.open td:after {
  opacity: 1; }

.program-page-content .processed-table .no-year .subhead,
.view-curriculum-table .processed-table .no-year .subhead {
  cursor: default; }
  .program-page-content .processed-table .no-year .subhead td:after,
  .view-curriculum-table .processed-table .no-year .subhead td:after {
    content: '';
    transition: none;
    transform: none; }

.program-page-content .processed-table .hidden-row,
.view-curriculum-table .processed-table .hidden-row {
  display: none; }

.program-page-content .processed-table .no-year .hidden-row,
.view-curriculum-table .processed-table .no-year .hidden-row {
  display: table-row; }

.program-page-content .simple-table2,
.view-curriculum-table .simple-table2 {
  table-layout: auto !important; }
  @media (max-width: 879.98px) {
    .program-page-content .simple-table2,
    .view-curriculum-table .simple-table2 {
      font-size: 0.8125rem; } }

.program-page-content curriculum table:not(.simple-table),
.view-curriculum-table curriculum table:not(.simple-table) {
  width: 100%;
  margin-bottom: 1em;
  table-layout: auto; }
  .program-page-content curriculum table:not(.simple-table) tbody,
  .view-curriculum-table curriculum table:not(.simple-table) tbody {
    border-top: none; }
    .program-page-content curriculum table:not(.simple-table) tbody tr,
    .view-curriculum-table curriculum table:not(.simple-table) tbody tr {
      display: table-row;
      border-bottom: #ccc solid 1px; }
      .program-page-content curriculum table:not(.simple-table) tbody tr.subhead td:last-child,
      .view-curriculum-table curriculum table:not(.simple-table) tbody tr.subhead td:last-child {
        text-align: left; }
      .program-page-content curriculum table:not(.simple-table) tbody tr.course-description,
      .view-curriculum-table curriculum table:not(.simple-table) tbody tr.course-description {
        display: none; }
        .program-page-content curriculum table:not(.simple-table) tbody tr.course-description td:first-of-type,
        .view-curriculum-table curriculum table:not(.simple-table) tbody tr.course-description td:first-of-type {
          width: auto;
          white-space: normal; }
        .program-page-content curriculum table:not(.simple-table) tbody tr.course-description td div,
        .view-curriculum-table curriculum table:not(.simple-table) tbody tr.course-description td div {
          padding-bottom: 1em;
          text-align: left; }
      .program-page-content curriculum table:not(.simple-table) tbody tr.desc-shown,
      .view-curriculum-table curriculum table:not(.simple-table) tbody tr.desc-shown {
        border-bottom-color: transparent; }
      .program-page-content curriculum table:not(.simple-table) tbody tr th,
      .view-curriculum-table curriculum table:not(.simple-table) tbody tr th {
        padding: .5rem 1rem .5rem 1rem;
        border-bottom: 1px solid #ccc;
        background-color: #f8f8f8; }
        .program-page-content curriculum table:not(.simple-table) tbody tr th + th,
        .view-curriculum-table curriculum table:not(.simple-table) tbody tr th + th {
          text-align: right;
          white-space: nowrap; }
      .program-page-content curriculum table:not(.simple-table) tbody tr td,
      .view-curriculum-table curriculum table:not(.simple-table) tbody tr td {
        padding: 1rem .25rem;
        vertical-align: top; }
        @media (min-width: 576px) {
          .program-page-content curriculum table:not(.simple-table) tbody tr td,
          .view-curriculum-table curriculum table:not(.simple-table) tbody tr td {
            padding: 1rem; } }
        .program-page-content curriculum table:not(.simple-table) tbody tr td:first-of-type,
        .view-curriculum-table curriculum table:not(.simple-table) tbody tr td:first-of-type {
          width: 15%;
          white-space: nowrap; }
          .program-page-content curriculum table:not(.simple-table) tbody tr td:first-of-type p,
          .view-curriculum-table curriculum table:not(.simple-table) tbody tr td:first-of-type p {
            white-space: normal; }
        .program-page-content curriculum table:not(.simple-table) tbody tr td .course-name-link,
        .view-curriculum-table curriculum table:not(.simple-table) tbody tr td .course-name-link {
          cursor: pointer;
          text-underline-offset: 0.125rem;
          transition: text-decoration-color 250ms, color 250ms;
          text-decoration-line: underline;
          text-decoration-style: solid;
          text-decoration-thickness: 0.125rem;
          position: relative;
          padding-left: 1.5rem;
          text-decoration-color: transparent;
          font-weight: bold; }
          .program-page-content curriculum table:not(.simple-table) tbody tr td .course-name-link:hover,
          .view-curriculum-table curriculum table:not(.simple-table) tbody tr td .course-name-link:hover {
            text-decoration-color: var(--fa-color, #F76902); }
          .program-page-content curriculum table:not(.simple-table) tbody tr td .course-name-link:before, .program-page-content curriculum table:not(.simple-table) tbody tr td .course-name-link:after,
          .view-curriculum-table curriculum table:not(.simple-table) tbody tr td .course-name-link:before,
          .view-curriculum-table curriculum table:not(.simple-table) tbody tr td .course-name-link:after {
            font-family: "Font Awesome 6 Pro";
            color: var(--fa-color, #F76902);
            display: inline-block;
            font-weight: 700;
            font-size: 86%;
            transition: opacity 0.5s ease;
            position: absolute;
            left: 0px;
            top: 0.125rem; }
          .program-page-content curriculum table:not(.simple-table) tbody tr td .course-name-link:before,
          .view-curriculum-table curriculum table:not(.simple-table) tbody tr td .course-name-link:before {
            content: '\2b';
            opacity: 1; }
          .program-page-content curriculum table:not(.simple-table) tbody tr td .course-name-link::after,
          .view-curriculum-table curriculum table:not(.simple-table) tbody tr td .course-name-link::after {
            content: '\f068';
            opacity: 0; }
        .program-page-content curriculum table:not(.simple-table) tbody tr td:nth-child(3n+3),
        .view-curriculum-table curriculum table:not(.simple-table) tbody tr td:nth-child(3n+3) {
          width: 15%;
          text-align: center; }
        .program-page-content curriculum table:not(.simple-table) tbody tr td:first-of-type,
        .view-curriculum-table curriculum table:not(.simple-table) tbody tr td:first-of-type {
          width: 15%;
          text-align: left;
          white-space: nowrap; }
          .program-page-content curriculum table:not(.simple-table) tbody tr td:first-of-type > em,
          .program-page-content curriculum table:not(.simple-table) tbody tr td:first-of-type > strong,
          .view-curriculum-table curriculum table:not(.simple-table) tbody tr td:first-of-type > em,
          .view-curriculum-table curriculum table:not(.simple-table) tbody tr td:first-of-type > strong {
            white-space: normal; }
      .program-page-content curriculum table:not(.simple-table) tbody tr.course-description td,
      .view-curriculum-table curriculum table:not(.simple-table) tbody tr.course-description td {
        padding-right: 0; }
      .program-page-content curriculum table:not(.simple-table) tbody tr.desc-shown .course-name-link:before,
      .view-curriculum-table curriculum table:not(.simple-table) tbody tr.desc-shown .course-name-link:before {
        transition: opacity 0.5s ease;
        opacity: 0; }
      .program-page-content curriculum table:not(.simple-table) tbody tr.desc-shown .course-name-link:after,
      .view-curriculum-table curriculum table:not(.simple-table) tbody tr.desc-shown .course-name-link:after {
        transition: opacity 0.5s ease;
        opacity: 1; }
    .program-page-content curriculum table:not(.simple-table) tbody tr.total-hours-row td:first-of-type,
    .view-curriculum-table curriculum table:not(.simple-table) tbody tr.total-hours-row td:first-of-type {
      width: auto;
      text-align: left;
      white-space: nowrap; }
      .program-page-content curriculum table:not(.simple-table) tbody tr.total-hours-row td:first-of-type > em,
      .program-page-content curriculum table:not(.simple-table) tbody tr.total-hours-row td:first-of-type > strong,
      .view-curriculum-table curriculum table:not(.simple-table) tbody tr.total-hours-row td:first-of-type > em,
      .view-curriculum-table curriculum table:not(.simple-table) tbody tr.total-hours-row td:first-of-type > strong {
        white-space: normal; }

.program-page-content table.table-curriculum tr:not(.subhead) td:not(:first-child):last-child,
.view-curriculum-table table.table-curriculum tr:not(.subhead) td:not(:first-child):last-child {
  padding-right: 21px;
  text-align: right !important; }

.view-curriculum-table .view-header {
  z-index: 1;
  position: relative; }

.view-curriculum-table .course-description > td > div {
  max-width: 100% !important; }

.curriculum-container {
  position: relative; }
  @media (min-width: 768px) {
    .curriculum-container .see-more-link {
      position: absolute;
      right: 0;
      top: -3.5rem; } }

.courses-taught .course-name-link {
  cursor: pointer;
  text-underline-offset: 0.125rem;
  transition: text-decoration-color 250ms, color 250ms;
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-thickness: 0.125rem;
  position: relative;
  padding-left: 1.5rem;
  text-decoration-color: transparent;
  font-weight: bold; }
  .courses-taught .course-name-link:hover {
    text-decoration-color: var(--fa-color, #F76902); }
  .courses-taught .course-name-link:before, .courses-taught .course-name-link:after {
    font-family: "Font Awesome 6 Pro";
    color: var(--fa-color, #F76902);
    display: inline-block;
    font-weight: 700;
    font-size: 86%;
    transition: opacity 0.5s ease;
    position: absolute;
    left: 0px;
    top: 0.125rem; }
  .courses-taught .course-name-link:before {
    content: '\2b';
    opacity: 1; }
  .courses-taught .course-name-link::after {
    content: '\f068';
    opacity: 0; }
  .courses-taught .course-name-link.open:before {
    transition: opacity 0.5s ease;
    opacity: 0; }
  .courses-taught .course-name-link.open:after {
    transition: opacity 0.5s ease;
    opacity: 1; }

.courses-taught .profile-course-description {
  display: none; }

@media (max-width: 767.98px) {
  .courses-taught .course-row > div:not(.course-name-link) {
    padding-left: 1.5rem; } }

curriculum h4 {
  margin-top: 3rem; }
  curriculum h4:first-child {
    margin-top: .5rem; }

ul.list-program-contacts li {
  margin-bottom: 0.75rem !important;
  line-height: 1.15; }

.server-error-page {
  padding-top: 3rem;
  padding-bottom: 3rem; }
  @media (min-width: 768px) {
    .server-error-page {
      padding-top: 7.5rem;
      padding-bottom: 7.5rem; } }
  @media (max-width: 1199.98px) {
    .server-error-page .page--404--title {
      font-size: 3.25rem; } }
  .server-error-page .page--404--message {
    max-width: 460px; }
  .server-error-page img {
    max-width: 100%;
    max-height: 236px; }

.accordion-search-container {
  border-radius: 20px;
  border: solid #eeeeee 2px;
  padding: 6px 15px;
  display: inline-block; }
  .accordion-search-container .accordion-search {
    border: none; }
  .accordion-search-container input:focus, .accordion-search-container textarea:focus, .accordion-search-container select:focus {
    outline: none; }
  .accordion-search-container:after {
    font-family: "Font Awesome 6 Pro";
    content: "\f002"; }

@media (min-width: 768px) {
  .page-row.page-row--two-columns .page-column {
    flex: 0 0 50%;
    max-width: 50%; }
  .page-row.page-row--three-columns .page-column {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .page-row.page-row--four-columns .page-column {
    flex: 0 0 25%;
    max-width: 25%; }
  .page-row.page-row--right-sidebar .page-column.page-column-right {
    flex: 0 0 25%;
    max-width: 25%; }
  .page-row.page-row--right-sidebar .page-column.page-column-left {
    flex: 0 0 75%;
    max-width: 75%; }
  .page-row.page-row--right-sidebar.thirds .page-column.page-column-right {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .page-row.page-row--right-sidebar.thirds .page-column.page-column-left {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .page-row.page-row--left-sidebar .page-column.page-column-left {
    flex: 0 0 25%;
    max-width: 25%; }
  .page-row.page-row--left-sidebar .page-column.page-column-right {
    flex: 0 0 75%;
    max-width: 75%; }
  .page-row.page-row--left-sidebar.thirds .page-column.page-column-left {
    flex: 0 0 33.33333%;
    max-width: 33.33333%; }
  .page-row.page-row--left-sidebar.thirds .page-column.page-column-right {
    flex: 0 0 66.66667%;
    max-width: 66.66667%; }
  .page-row.page-row--two-sidebars .page-column.page-column-left, .page-row.page-row--two-sidebars .page-column.page-column-right {
    flex: 0 0 25%;
    max-width: 25%; }
  .page-row.page-row--two-sidebars .page-column.page-column-middle {
    flex: 0 0 50%;
    max-width: 50%; } }

.page-row.page-row--right-sidebar .page-column.page-column-left > .page-columns > .page-column:first-child {
  padding-top: 0; }

.page-row.page-row--left-sidebar .page-column.page-column-right > .page-columns > .page-column:first-child {
  padding-top: 0; }

.page-row.page-row--two-sidebars .page-column.page-column-middle > .page-columns > .page-column:first-child {
  padding-top: 0; }

.page-row.has-background-image {
  overflow: hidden; }

.page-row .page-column {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px; }
  @media (max-width: 879.98px) {
    .page-row .page-column {
      margin-bottom: 3rem; }
      .page-row .page-column:last-child {
        margin-bottom: 0; } }
  .page-row .page-column .page-section.bg-white,
  .page-row .page-column .page-section.bg-light {
    padding: 1.5rem; }
  .page-row .page-column > .field__item,
  .page-row .page-column .formatting-container > .field__items > .field__item {
    padding-bottom: 2rem; }
    .page-row .page-column > .field__item:last-child,
    .page-row .page-column .formatting-container > .field__items > .field__item:last-child {
      padding-bottom: 0; }

@media (max-width: 767.98px) {
  .advanced-page-content:not(.has--progress-nav--sidebar) .field--name-field-content > .field__item:first-child > .page-row > .container {
    padding-top: 2rem !important; } }

@media (max-width: 767.98px) {
  .advanced-page-content.has--progress-nav--sidebar .field--name-field-content > .field__item:first-child > .page-row .content-row--mt {
    margin-top: 2.5rem; } }

.advanced-page-content.has--progress-nav--sidebar .page-row {
  border-bottom: none !important; }
  .advanced-page-content.has--progress-nav--sidebar .page-row .content-row--mt {
    margin-top: 45px; }
  .advanced-page-content.has--progress-nav--sidebar .page-row .content-row--mb {
    margin-bottom: 45px; }

.advanced-page-content .mw-900 {
  max-width: 900px; }
  .advanced-page-content .mw-900 .lead-content .lead {
    width: 100% !important; }

#progress-navigation--sidebar--content {
  margin-top: -3px; }
  @media (min-width: 768px) {
    #progress-navigation--sidebar--content {
      margin-top: 12px; } }
  #progress-navigation--sidebar--content .field--name-field-content,
  #progress-navigation--sidebar--content .view-directory-blocks,
  #progress-navigation--sidebar--content .view-latest-news {
    margin-top: 0.75rem; }
  #progress-navigation--sidebar--content .field--name-field-content {
    margin-bottom: 1.25rem; }

.page-row.border-bottom {
  border-color: #ced4da; }

@media (min-width: 1460px) {
  .container-xxl {
    width: 100%;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto; } }
  @media (min-width: 1460px) and (min-width: 576px) {
    .container-xxl {
      max-width: 540px; } }
  @media (min-width: 1460px) and (min-width: 768px) {
    .container-xxl {
      max-width: 720px; } }
  @media (min-width: 1460px) and (min-width: 880px) {
    .container-xxl {
      max-width: 840px; } }
  @media (min-width: 1460px) and (min-width: 992px) {
    .container-xxl {
      max-width: 960px; } }
  @media (min-width: 1460px) and (min-width: 1200px) {
    .container-xxl {
      max-width: 1140px; } }
  @media (min-width: 1460px) and (min-width: 1460px) {
    .container-xxl {
      max-width: 1400px; } }

.row--title--anchor {
  top: -4.25rem; }
  @media (min-width: 768px) {
    .row--title--anchor {
      top: -2.5rem; } }

.has--progress-nav--top .row--title--anchor {
  top: -0.25rem; }

.page-row > .background-image,
.container > .background-image,
.container-xxl > .background-image {
  top: 50%;
  left: 50%;
  width: 100%;
  transform: translate(-50%, -50%);
  overflow: hidden;
  background-color: #757575; }
  .page-row > .background-image:after,
  .container > .background-image:after,
  .container-xxl > .background-image:after {
    position: absolute;
    content: ' ';
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 1; }
  .page-row > .background-image img,
  .container > .background-image img,
  .container-xxl > .background-image img {
    object-fit: cover; }
  @media (max-width: 767.98px) {
    .page-row > .background-image,
    .container > .background-image,
    .container-xxl > .background-image {
      transform: translate(-50%, -50%) scale(1.1);
      filter: blur(3px); } }

.page-row.has-background-image {
  background-color: #757575; }
  .page-row.has-background-image .col-icon_card {
    margin-bottom: 2rem; }
  .page-row.has-background-image .card {
    background-color: #fff; }
  .page-row.has-background-image .card-body {
    padding: 2rem !important; }

.row--title.sr-only {
  margin-bottom: 0 !important; }

.equal-height > .row .field__item, .by-the-numbers .equal-height > .field--name-field-content .field__item {
  height: 100%; }

.full-width-row {
  margin-left: calc((-50vw + (var(--scrollbar-width) / 2)) + 50%);
  margin-right: calc((-50vw + (var(--scrollbar-width) / 2)) + 50%);
  overflow: hidden; }

.justify-inner-content-center .row, .justify-inner-content-center .by-the-numbers .field--name-field-content, .by-the-numbers .justify-inner-content-center .field--name-field-content {
  justify-content: center; }

.mobile-reverse-cols .row, .mobile-reverse-cols .by-the-numbers .field--name-field-content, .by-the-numbers .mobile-reverse-cols .field--name-field-content {
  flex-direction: column-reverse; }
  .mobile-reverse-cols .row .page-column, .mobile-reverse-cols .by-the-numbers .field--name-field-content .page-column, .by-the-numbers .mobile-reverse-cols .field--name-field-content .page-column {
    margin-top: 1rem; }
  @media (min-width: 768px) {
    .mobile-reverse-cols .row, .mobile-reverse-cols .by-the-numbers .field--name-field-content, .by-the-numbers .mobile-reverse-cols .field--name-field-content {
      flex-direction: row;
      margin-top: 0; } }

@media (min-width: 992px) and (max-width: 1199.98px) {
  .force-col-6-below-xl .row > div:not(.contextual), .force-col-6-below-xl .by-the-numbers .field--name-field-content > div:not(.contextual), .by-the-numbers .force-col-6-below-xl .field--name-field-content > div:not(.contextual) {
    flex: 0 0 50%;
    max-width: 50%; } }

.paragraph--type--full-width-content.bg-light > .content-row--container > .page-columns {
  padding-top: 1.25rem; }

.content-row--container .page-columns.gray-background--inner {
  background: #e9ecef;
  padding: 3rem; }
  .content-row--container .page-columns.gray-background--inner .row--title {
    margin-bottom: 1rem !important;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #ced4da; }

.row--title--large-underline-bottom:after {
  content: " ";
  position: absolute;
  bottom: 0;
  width: 21rem;
  height: .5rem;
  background-color: #F76902;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1; }

.row--title--large-underline-bottom.teal:after {
  background-color: #005e5d; }

.row--title--large-underline-bottom.green:after {
  background-color: #84BD00; }

.row--title--large-underline-bottom.blue:after {
  background-color: #009cbd; }

.row--title--large-underline-bottom.purple:after {
  background-color: #7D55C7; }

.row--title--large-underline-bottom.red:after {
  background-color: #DA291C; }

.row--title--large-underline-bottom.yellow:after {
  background-color: #F6BE00; }

.row--title--large-underline .row--title {
  padding-bottom: 2rem; }
  @media (min-width: 768px) {
    .row--title--large-underline .row--title {
      padding-bottom: 3.5rem; } }
  .row--title--large-underline .row--title:after {
    content: ' ';
    position: absolute;
    bottom: 0;
    left: calc(50% - 164px);
    right: 0;
    height: 9px;
    width: 328px;
    background-color: #F76902; }

.row-header-icon .page-columns.fa,
.row-header-icon .page-columns.fab,
.row-header-icon .page-columns.fad,
.row-header-icon .page-columns.fal,
.row-header-icon .page-columns.far,
.row-header-icon .page-columns.fas,
.row-header-icon .row-title-icon {
  display: block; }
  .row-header-icon .page-columns.fa .row--title, .row-header-icon .page-columns.fa .row, .row-header-icon .page-columns.fa .by-the-numbers .field--name-field-content, .by-the-numbers .row-header-icon .page-columns.fa .field--name-field-content,
  .row-header-icon .page-columns.fab .row--title,
  .row-header-icon .page-columns.fab .row,
  .row-header-icon .page-columns.fab .by-the-numbers .field--name-field-content,
  .by-the-numbers .row-header-icon .page-columns.fab .field--name-field-content,
  .row-header-icon .page-columns.fad .row--title,
  .row-header-icon .page-columns.fad .row,
  .row-header-icon .page-columns.fad .by-the-numbers .field--name-field-content,
  .by-the-numbers .row-header-icon .page-columns.fad .field--name-field-content,
  .row-header-icon .page-columns.fal .row--title,
  .row-header-icon .page-columns.fal .row,
  .row-header-icon .page-columns.fal .by-the-numbers .field--name-field-content,
  .by-the-numbers .row-header-icon .page-columns.fal .field--name-field-content,
  .row-header-icon .page-columns.far .row--title,
  .row-header-icon .page-columns.far .row,
  .row-header-icon .page-columns.far .by-the-numbers .field--name-field-content,
  .by-the-numbers .row-header-icon .page-columns.far .field--name-field-content,
  .row-header-icon .page-columns.fas .row--title,
  .row-header-icon .page-columns.fas .row,
  .row-header-icon .page-columns.fas .by-the-numbers .field--name-field-content,
  .by-the-numbers .row-header-icon .page-columns.fas .field--name-field-content,
  .row-header-icon .row-title-icon .row--title,
  .row-header-icon .row-title-icon .row,
  .row-header-icon .row-title-icon .by-the-numbers .field--name-field-content,
  .by-the-numbers .row-header-icon .row-title-icon .field--name-field-content {
    font-family: "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif !important; }
  .row-header-icon .page-columns.fa .row, .row-header-icon .page-columns.fa .by-the-numbers .field--name-field-content, .by-the-numbers .row-header-icon .page-columns.fa .field--name-field-content,
  .row-header-icon .page-columns.fab .row,
  .row-header-icon .page-columns.fab .by-the-numbers .field--name-field-content,
  .by-the-numbers .row-header-icon .page-columns.fab .field--name-field-content,
  .row-header-icon .page-columns.fad .row,
  .row-header-icon .page-columns.fad .by-the-numbers .field--name-field-content,
  .by-the-numbers .row-header-icon .page-columns.fad .field--name-field-content,
  .row-header-icon .page-columns.fal .row,
  .row-header-icon .page-columns.fal .by-the-numbers .field--name-field-content,
  .by-the-numbers .row-header-icon .page-columns.fal .field--name-field-content,
  .row-header-icon .page-columns.far .row,
  .row-header-icon .page-columns.far .by-the-numbers .field--name-field-content,
  .by-the-numbers .row-header-icon .page-columns.far .field--name-field-content,
  .row-header-icon .page-columns.fas .row,
  .row-header-icon .page-columns.fas .by-the-numbers .field--name-field-content,
  .by-the-numbers .row-header-icon .page-columns.fas .field--name-field-content,
  .row-header-icon .row-title-icon .row,
  .row-header-icon .row-title-icon .by-the-numbers .field--name-field-content,
  .by-the-numbers .row-header-icon .row-title-icon .field--name-field-content {
    font-weight: 400 !important; }

.row-header-icon .page-columns.fa:before,
.row-header-icon .page-columns.fab:before,
.row-header-icon .page-columns.fad:before,
.row-header-icon .page-columns.fal:before,
.row-header-icon .page-columns.far:before,
.row-header-icon .page-columns.fas:before,
.row-header-icon .row-title-icon {
  display: block;
  text-align: center;
  font-size: 3rem;
  line-height: 1.5rem; }

.row-header-icon .hide-header-icon:before,
.row-header-icon .hide-header-icon .row-title-icon {
  display: none !important; }

@media (min-width: 992px) {
  .orange-offset-background:before {
    content: "";
    height: calc(100% - 7rem);
    width: 27%;
    background-color: #F76902;
    position: absolute;
    top: 7rem; } }

.shallow-lead .row--title {
  margin-bottom: 0 !important; }

@media (min-width: 992px) {
  .narrow-title .row--title {
    flex: 0 0 58.33333%;
    max-width: 58.33333%;
    margin: 0 auto; } }

.max-width-800-mx-auto {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.fit-content {
  width: fit-content;
  max-width: 800px;
  margin-inline: auto; }

.paragraph--type--checklist.paragraph--view-mode--default .list-group p {
  margin-bottom: .4rem; }

.paragraph--type--checklist.paragraph--view-mode--default .checklist-content a {
  font-size: 1.167rem; }

.paragraph--type--checklist .fa-check-circle {
  font-size: 1.6rem;
  color: #AFAFAF; }

.person-name, .person-title, .person-phone, .person-email, .person--info, .embed-person--info {
  line-height: 1.4; }

@media (max-width: 767.98px) {
  .embed-person .embed-person--leadership .leadership--info-col,
  .embed-person .embed-person--leadership .leadership--name-col,
  .embed-person .embed-person--leadership .leadership--image-col {
    text-align: center;
    margin: 0 auto !important; } }

@media (max-width: 767.98px) {
  .embed-person .embed-person--leadership .leadership--info-col,
  .embed-person .embed-person--leadership .leadership--name-col {
    border: 0 none !important; } }

@media (max-width: 767.98px) {
  .embed-person .embed-person--leadership .leadership--name-col {
    margin-top: 1rem; } }

.embed-person .embed-person--leadership .person-phone span.fa, .embed-person .embed-person--leadership .person-phone span.far, .embed-person .embed-person--leadership .person-phone span.fab, .embed-person .embed-person--leadership .person-phone span.fas, .embed-person .embed-person--leadership .person-phone span.fal, .embed-person .embed-person--leadership .person-phone span.lnr {
  color: #F76902; }

.embed-person .person-name, .embed-person .card-title {
  font-size: 1.25rem; }

.embed-person .card-title {
  font-weight: normal !important; }

.embed-person .embed-person--info,
.embed-person .embed-person--extra-text ,
.embed-person .image-card--text .card-text {
  line-height: 1.125rem !important;
  font-size: 0.875rem; }

.bg-black .embed-person .embed-person--leadership .person-phone span.fa, .bg-black .embed-person .embed-person--leadership .person-phone span.far, .bg-black .embed-person .embed-person--leadership .person-phone span.fab, .bg-black .embed-person .embed-person--leadership .person-phone span.fas, .bg-black .embed-person .embed-person--leadership .person-phone span.fal, .bg-black .embed-person .embed-person--leadership .person-phone span.lnr {
  color: #F76902; }

.bg-light .embed-person .embed-person--leadership .person-phone span.fa, .bg-light .embed-person .embed-person--leadership .person-phone span.far, .bg-light .embed-person .embed-person--leadership .person-phone span.fab, .bg-light .embed-person .embed-person--leadership .person-phone span.fas, .bg-light .embed-person .embed-person--leadership .person-phone span.fal, .bg-light .embed-person .embed-person--leadership .person-phone span.lnr {
  color: black; }

.bg-primary .embed-person .embed-person--leadership .person-phone span.fa, .bg-primary .embed-person .embed-person--leadership .person-phone span.far, .bg-primary .embed-person .embed-person--leadership .person-phone span.fab, .bg-primary .embed-person .embed-person--leadership .person-phone span.fas, .bg-primary .embed-person .embed-person--leadership .person-phone span.fal, .bg-primary .embed-person .embed-person--leadership .person-phone span.lnr {
  color: white; }

.hide-email .embed-person .person-email {
  display: none; }

.hide-phone .embed-person .person-phone {
  display: none; }

@media (min-width: 576px) {
  .col-embed_person-5 {
    flex: 0 0 50%;
    max-width: 50%; } }

@media (min-width: 768px) {
  .col-embed_person-5 {
    flex: 0 0 33%;
    max-width: 33%; } }

@media (min-width: 992px) {
  .col-embed_person-5 {
    flex: 0 0 20%;
    max-width: 20%; } }

.col-embed_person-5 .embed-person .row .embed-person--image, .col-embed_person-5 .embed-person .by-the-numbers .field--name-field-content .embed-person--image, .by-the-numbers .col-embed_person-5 .embed-person .field--name-field-content .embed-person--image,
.col-embed_person-4 .embed-person .row .embed-person--image,
.col-embed_person-4 .embed-person .by-the-numbers .field--name-field-content .embed-person--image,
.by-the-numbers .col-embed_person-4 .embed-person .field--name-field-content .embed-person--image,
.embed-person-vertical .embed-person .row .embed-person--image,
.embed-person-vertical .embed-person .by-the-numbers .field--name-field-content .embed-person--image,
.by-the-numbers .embed-person-vertical .embed-person .field--name-field-content .embed-person--image {
  margin-bottom: 1rem !important; }

.person-with-title-above .embed-person .row .embed-person--extra-text, .person-with-title-above .embed-person .by-the-numbers .field--name-field-content .embed-person--extra-text, .by-the-numbers .person-with-title-above .embed-person .field--name-field-content .embed-person--extra-text {
  order: 0;
  position: relative;
  margin-bottom: 2rem;
  padding-bottom: 1rem; }
  .person-with-title-above .embed-person .row .embed-person--extra-text p, .person-with-title-above .embed-person .by-the-numbers .field--name-field-content .embed-person--extra-text p, .by-the-numbers .person-with-title-above .embed-person .field--name-field-content .embed-person--extra-text p {
    margin-bottom: 0; }
  .person-with-title-above .embed-person .row .embed-person--extra-text:after, .person-with-title-above .embed-person .by-the-numbers .field--name-field-content .embed-person--extra-text:after, .by-the-numbers .person-with-title-above .embed-person .field--name-field-content .embed-person--extra-text:after {
    content: '';
    width: 32px;
    display: block;
    border-bottom: 3px solid black;
    position: absolute;
    top: 100%; }

.person-with-title-above .embed-person .row .embed-person--image, .person-with-title-above .embed-person .by-the-numbers .field--name-field-content .embed-person--image, .by-the-numbers .person-with-title-above .embed-person .field--name-field-content .embed-person--image {
  order: 1; }

.person-with-title-above .embed-person .row .embed-person--info, .person-with-title-above .embed-person .by-the-numbers .field--name-field-content .embed-person--info, .by-the-numbers .person-with-title-above .embed-person .field--name-field-content .embed-person--info {
  order: 2; }

.hide-directory-link .view-directory-blocks .see-more-link {
  display: none; }

.image-text-overlay {
  display: grid;
  grid-template-columns: repeat(12, 1fr); }
  .image-text-overlay p:last-of-type:not(.h1):not(.h2):not(.h3):not(.h4):not(.h5):not(.h6) {
    margin-bottom: 0; }
  .image-text-overlay .image-text-overlay--text[data-columns="1"],
  .image-text-overlay .image-text-overlay--image[data-columns="1"] {
    --overlay-cols: 1; }
  .image-text-overlay .image-text-overlay--text[data-columns="2"],
  .image-text-overlay .image-text-overlay--image[data-columns="2"] {
    --overlay-cols: 2; }
  .image-text-overlay .image-text-overlay--text[data-columns="3"],
  .image-text-overlay .image-text-overlay--image[data-columns="3"] {
    --overlay-cols: 3; }
  .image-text-overlay .image-text-overlay--text[data-columns="4"],
  .image-text-overlay .image-text-overlay--image[data-columns="4"] {
    --overlay-cols: 4; }
  .image-text-overlay .image-text-overlay--text[data-columns="5"],
  .image-text-overlay .image-text-overlay--image[data-columns="5"] {
    --overlay-cols: 5; }
  .image-text-overlay .image-text-overlay--text[data-columns="6"],
  .image-text-overlay .image-text-overlay--image[data-columns="6"] {
    --overlay-cols: 6; }
  .image-text-overlay .image-text-overlay--text[data-columns="7"],
  .image-text-overlay .image-text-overlay--image[data-columns="7"] {
    --overlay-cols: 7; }
  .image-text-overlay .image-text-overlay--text[data-columns="8"],
  .image-text-overlay .image-text-overlay--image[data-columns="8"] {
    --overlay-cols: 8; }
  .image-text-overlay .image-text-overlay--text[data-columns="9"],
  .image-text-overlay .image-text-overlay--image[data-columns="9"] {
    --overlay-cols: 9; }
  .image-text-overlay .image-text-overlay--text[data-columns="10"],
  .image-text-overlay .image-text-overlay--image[data-columns="10"] {
    --overlay-cols: 10; }
  .image-text-overlay .image-text-overlay--text[data-columns="11"],
  .image-text-overlay .image-text-overlay--image[data-columns="11"] {
    --overlay-cols: 11; }
  .image-text-overlay .image-text-overlay--text[data-columns="12"],
  .image-text-overlay .image-text-overlay--image[data-columns="12"] {
    --overlay-cols: 12; }
  .image-text-overlay .orange-overlay, .image-text-overlay .bg-primary {
    font-size: 1.167rem;
    font-weight: bold; }
  .image-text-overlay .image-text-overlay--image,
  .image-text-overlay .image-text-overlay--text {
    grid-column: 1/-1; }
  .image-text-overlay .image-text-overlay--text.overlay-bottom {
    margin-top: -3.5rem;
    grid-column: 2/12; }
  @media (min-width: 880px) {
    .image-text-overlay:has(.overlay-left, .overlay-right) {
      align-items: center; }
    .image-text-overlay:has(.overlay-left, .overlay-right) > div {
      grid-row: 1; }
    .image-text-overlay:has(.overlay-right) .image-text-overlay--image {
      grid-column: 1/calc(var(--overlay-cols, 9) + 1); }
    .image-text-overlay:has(.overlay-right) .image-text-overlay--text {
      grid-column: calc(13 - var(--overlay-cols, 6))/-1; }
    .image-text-overlay:has(.overlay-left) .image-text-overlay--image {
      grid-column: calc(13 - var(--overlay-cols, 9))/-1; }
    .image-text-overlay:has(.overlay-left) .image-text-overlay--text {
      grid-column: 1/calc(var(--overlay-cols, 6) + 1); } }

.link-box:before {
  content: '';
  display: block;
  padding-top: 100%; }

.link-box > a {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  font-size: 1.5rem;
  transition: all 300ms ease-out;
  transition-property: color, background-color, border;
  background-color: #e9ecef;
  z-index: 2;
  text-decoration: none; }
  @media (max-width: 1199.98px) {
    .link-box > a {
      font-size: 1.4rem; } }
  @media (max-width: 991.98px) {
    .link-box > a {
      font-size: 1.2rem; } }
  @media (max-width: 575.98px) {
    .link-box > a {
      font-size: 1rem; } }
  .link-box > a:hover {
    color: white !important;
    background-color: #F76902; }

.link-box.color-style--orange_border > a {
  border: 5px solid #F76902;
  background-color: transparent;
  color: #F76902 !important; }
  .link-box.color-style--orange_border > a .font-base {
    color: black !important; }
  .link-box.color-style--orange_border > a:hover {
    color: white !important;
    background-color: #F76902; }

.link-box.color-style--orange_background > a {
  background-color: #F76902;
  color: #ffffff !important; }
  .link-box.color-style--orange_background > a:hover {
    color: black !important;
    background-color: #ffffff;
    border: 10px solid #000; }

.col-link_box-2 {
  flex: 0 0 50%;
  max-width: 50%; }
  @media (max-width: 575.98px) {
    .col-link_box-2 {
      flex: 0 0 100%;
      max-width: 100%; } }

@media (min-width: 768px) {
  .col-link_box {
    padding-bottom: .5rem; } }

@media (max-width: 767.98px) {
  .col-link_box {
    flex: 0 0 50%;
    max-width: 50%; }
    .col-link_box:nth-child(even) {
      padding-right: .5rem; }
    .col-link_box:nth-child(odd) {
      padding-left: .5rem; } }

.leadership-quote {
  margin-top: 30px; }
  .leadership-quote .person-frame {
    max-width: 300px;
    max-height: 300px;
    margin-left: 0; }
    .leadership-quote .person-frame img {
      top: 15px;
      left: 15px;
      max-width: 300px;
      height: auto !important; }
  .leadership-quote .leadership-quote--quote-text > div > p:first-child {
    font-size: 2rem;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Roboto", "Arial", sans-serif;
    line-height: 2.5rem;
    letter-spacing: -0.05rem;
    position: relative; }
    @media (max-width: 879.98px) {
      .leadership-quote .leadership-quote--quote-text > div > p:first-child {
        font-size: 1.5rem;
        line-height: 1.875rem; } }
    .leadership-quote .leadership-quote--quote-text > div > p:first-child:before {
      content: '\201C';
      display: block;
      margin-top: 1rem;
      text-align: center;
      font-size: 12rem;
      font-weight: bold;
      color: #CCCCCC; }
      @media (min-width: 576px) {
        .leadership-quote .leadership-quote--quote-text > div > p:first-child:before {
          text-align: left;
          margin-top: 0;
          position: absolute;
          top: 16px;
          left: -95px; } }
  .leadership-quote .link-with-icon a {
    /*font-weight: bold;
      &:hover{
        color: black !important;
      }*/ }
    .leadership-quote .link-with-icon a:active {
      color: #727578 !important; }
  .leadership-quote .leadership-quote--alt-contact p {
    margin-bottom: 0 !important; }

.person-frame-2 {
  position: relative;
  margin-left: 30px;
  z-index: 0; }
  .person-frame-2:before {
    content: '';
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    border: 10px solid #F76902;
    z-index: -1;
    top: -30px;
    left: -30px; }

.paragraph--type--text-content > div :last-child {
  margin-bottom: 0; }

.offset-page .paragraph--type--text-content {
  padding-left: 8.33333%; }

body.progress-nav--none .single-column-container .page-columns:not(.text-content-mx-0) .field--name-field-content.field--type-text-long p,
body.progress-nav--none .single-column-container .page-columns:not(.text-content-mx-0) .field--name-field-content.field--type-text-long ul:not(.columns-3):not(.columns-4),
body.progress-nav--none .single-column-container .page-columns:not(.text-content-mx-0) .field--name-field-content.field--type-text-long ol:not(.columns-3):not(.columns-4), body.progress-nav--top .single-column-container .page-columns:not(.text-content-mx-0) .field--name-field-content.field--type-text-long p,
body.progress-nav--top .single-column-container .page-columns:not(.text-content-mx-0) .field--name-field-content.field--type-text-long ul:not(.columns-3):not(.columns-4),
body.progress-nav--top .single-column-container .page-columns:not(.text-content-mx-0) .field--name-field-content.field--type-text-long ol:not(.columns-3):not(.columns-4) {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto; }

.parallax-banner {
  width: calc(100% + 66vw);
  margin-left: -50%;
  margin-right: -50%;
  height: 550px;
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center; }
  @media (max-width: 879.98px) {
    .parallax-banner {
      height: 300px;
      background-attachment: scroll; } }

.view {
  position: relative; }
  @media (min-width: 768px) {
    .view .see-more-link {
      position: absolute;
      right: 0;
      top: -3.5rem; } }

.view-flex .view-content {
  display: flex;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px; }

.views-exposed-form details {
  border: none; }
  .views-exposed-form details > summary:before {
    content: none;
    background: none;
    margin: 0;
    padding: 0; }
  .views-exposed-form details .details-title {
    color: black;
    font-size: clamp(1rem, 3vw, 1.5rem); }

#houseBannerCarouselHomepage .ads-3 .row > div, #houseBannerCarouselHomepage .ads-3 .by-the-numbers .field--name-field-content > div, .by-the-numbers #houseBannerCarouselHomepage .ads-3 .field--name-field-content > div {
  flex: 0 0 100% !important;
  max-width: 100% !important; }

#houseBannerCarouselHomepage .ads-3 .carousel-content {
  padding-inline: 15px !important; }
  @media (min-width: 1200px) {
    #houseBannerCarouselHomepage .ads-3 .carousel-content {
      margin-top: 2rem; } }
  @media (min-width: 768px) {
    #houseBannerCarouselHomepage .ads-3 .carousel-content hr.thick.orange {
      display: block !important;
      height: 7px; } }

@media (max-width: 1459.98px) {
  #houseBannerCarouselHomepage hr.thick.orange {
    display: none !important; } }

.programs-of-study--online span[class*="fa-"] {
  color: inherit; }

@media print {
  html,
  #overlay-body {
    background: none !important; }
  #header--top,
  footer,
  nav,
  #block-rit-bootstrap-subtheme-local-tasks,
  #breadcrumbs--system,
  .backtotop,
  .search--button,
  .block-purge-ui,
  .contextual,
  #cookie-consent,
  .field--name-field-hero-content picture,
  .field--name-field-hero-content video,
  .field--name-field-hero-content .play-hero-video-button {
    display: none !important; }
  .node-type-news .news-social, .node-type-news #content--news-peripheral, .node-type-news .news-tag, .node-type-news .topics-heading {
    display: none !important; }
  .node-type-news #content--news img, .node-type-news .photo-caption, .node-type-news .photo-credit {
    max-width: 400px !important; }
  .accordion .collapse {
    display: block !important; }
  .accordion .fa-plus-circle,
  .accordion .fa-minus-circle {
    display: none !important; }
  body.adminimal.toolbar-fixed.toolbar-horizontal.toolbar-tray-open.adminimal-admin-toolbar {
    padding-top: 0 !important; }
  .field--name-field-hero-content .paragraph--type--banner-item {
    height: auto !important;
    min-height: auto !important; }
  .field--name-field-hero-content .hero-row.outer-box {
    position: relative !important; }
    .field--name-field-hero-content .hero-row.outer-box .inner-content {
      height: auto !important;
      width: auto !important; }
  .field--name-field-hero-content .carousel .carousel-item > .paragraph--type--banner-item.has-image:not(.has-video) .inner-content {
    padding-top: 2.044rem !important; }
  .scrollreveal-item {
    visibility: visible !important;
    opacity: 1 !important;
    transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1) !important;
    transition: none; } }
