@charset "UTF-8";
/*!
   * Bootstrap  v5.2.3 (https://getbootstrap.com/)
   * Copyright 2011-2022 The Bootstrap Authors
   * Copyright 2011-2022 Twitter, Inc.
   * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
   */

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25; }

h4, .h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4, .h4 {
      font-size: 1.5rem; } }

h5, .h5 {
  font-size: 1.25rem; }

h6, .h6 {
  font-size: 1rem; }

address {
  margin-bottom: 1rem;
  font-style: normal;
  line-height: inherit; }

dt {
  font-weight: 700; }

dd {
  margin-bottom: .5rem;
  margin-left: 0; }

blockquote {
  margin: 0 0 1rem; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

caption {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: #6c757d;
  text-align: left; }

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

thead,
tbody,
tfoot,
tr,
td,
th {
  border-color: inherit;
  border-style: solid;
  border-width: 0; }

.table {
  --bs-table-color: var(--bs-body-color);
  --bs-table-bg: transparent;
  --bs-table-border-color: var(--bs-border-color);
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: var(--bs-body-color);
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: var(--bs-body-color);
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: var(--bs-body-color);
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: var(--bs-table-color);
  vertical-align: top;
  border-color: var(--bs-table-border-color); }
  .table > :not(caption) > * > * {
    padding: 0.5rem 0.5rem;
    background-color: var(--bs-table-bg);
    border-bottom-width: 1px;
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
  .table > tbody {
    vertical-align: inherit; }
  .table > thead {
    vertical-align: bottom; }

.table-group-divider {
  border-top: 2px solid currentcolor; }

.caption-top {
  caption-side: top; }

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem; }

.table-bordered > :not(caption) > * {
  border-width: 1px 0; }
  .table-bordered > :not(caption) > * > * {
    border-width: 0 1px; }

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0; }

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

.table-striped > tbody > tr:nth-of-type(odd) > * {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-striped-columns > :not(caption) > tr > :nth-child(even) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color); }

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color); }

.table-hover > tbody > tr:hover > * {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color); }

.table-primary {
  --bs-table-color: #000;
  --bs-table-bg: #cfe2ff;
  --bs-table-border-color: #bacbe6;
  --bs-table-striped-bg: #c5d7f2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bacbe6;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfd1ec;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-secondary {
  --bs-table-color: #000;
  --bs-table-bg: #e2e3e5;
  --bs-table-border-color: #cbccce;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-success {
  --bs-table-color: #000;
  --bs-table-bg: #d1e7dd;
  --bs-table-border-color: #bcd0c7;
  --bs-table-striped-bg: #c7dbd2;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #bcd0c7;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #c1d6cc;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-info {
  --bs-table-color: #000;
  --bs-table-bg: #cff4fc;
  --bs-table-border-color: #badce3;
  --bs-table-striped-bg: #c5e8ef;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #badce3;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #bfe2e9;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-warning {
  --bs-table-color: #000;
  --bs-table-bg: #fff3cd;
  --bs-table-border-color: #e6dbb9;
  --bs-table-striped-bg: #f2e7c3;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #e6dbb9;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #ece1be;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-danger {
  --bs-table-color: #000;
  --bs-table-bg: #f8d7da;
  --bs-table-border-color: #dfc2c4;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-light {
  --bs-table-color: #000;
  --bs-table-bg: #f8f9fa;
  --bs-table-border-color: #dfe0e1;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-dark {
  --bs-table-color: #fff;
  --bs-table-bg: #212529;
  --bs-table-border-color: #373b3e;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #fff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #fff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #fff;
  color: var(--bs-table-color);
  border-color: var(--bs-table-border-color); }

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch; }

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1049.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1239.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 1409.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

.valid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #198754; }

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(25, 135, 84, 0.9);
  border-radius: 0.375rem; }

.was-validated :valid ~ .valid-feedback,
.was-validated :valid ~ .valid-tooltip,
.is-valid ~ .valid-feedback,
.is-valid ~ .valid-tooltip {
  display: block; }

.was-validated .form-control:valid, .form-control.is-valid {
  border-color: #198754;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:valid:focus, .form-control.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated textarea.form-control:valid, textarea.form-control.is-valid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:valid, .form-select.is-valid {
  border-color: #198754; }
  .was-validated .form-select:valid:not([multiple]):not([size]), .was-validated .form-select:valid:not([multiple])[size="1"], .form-select.is-valid:not([multiple]):not([size]), .form-select.is-valid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%23198754' d='M2.3 6.73.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:valid:focus, .form-select.is-valid:focus {
    border-color: #198754;
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }

.was-validated .form-control-color:valid, .form-control-color.is-valid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #198754; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #198754; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(25, 135, 84, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #198754; }

.form-check-inline .form-check-input ~ .valid-feedback {
  margin-left: .5em; }

.was-validated .input-group > .form-control:not(:focus):valid, .input-group > .form-control:not(:focus).is-valid, .was-validated
.input-group > .form-select:not(:focus):valid,
.input-group > .form-select:not(:focus).is-valid, .was-validated
.input-group > .form-floating:not(:focus-within):valid,
.input-group > .form-floating:not(:focus-within).is-valid {
  z-index: 3; }

.invalid-feedback {
  display: none;
  width: 100%;
  margin-top: 0.25rem;
  font-size: 0.875em;
  color: #dc3545; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #fff;
  background-color: rgba(220, 53, 69, 0.9);
  border-radius: 0.375rem; }

.was-validated :invalid ~ .invalid-feedback,
.was-validated :invalid ~ .invalid-tooltip,
.is-invalid ~ .invalid-feedback,
.is-invalid ~ .invalid-tooltip {
  display: block; }

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated textarea.form-control:invalid, textarea.form-control.is-invalid {
  padding-right: calc(1.5em + 0.75rem);
  background-position: top calc(0.375em + 0.1875rem) right calc(0.375em + 0.1875rem); }

.was-validated .form-select:invalid, .form-select.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-select:invalid:not([multiple]):not([size]), .was-validated .form-select:invalid:not([multiple])[size="1"], .form-select.is-invalid:not([multiple]):not([size]), .form-select.is-invalid:not([multiple])[size="1"] {
    padding-right: 4.125rem;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
    background-position: right 0.75rem center, center right 2.25rem;
    background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem); }
  .was-validated .form-select:invalid:focus, .form-select.is-invalid:focus {
    border-color: #dc3545;
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

.was-validated .form-control-color:invalid, .form-control-color.is-invalid {
  width: calc(3rem + calc(1.5em + 0.75rem)); }

.was-validated .form-check-input:invalid, .form-check-input.is-invalid {
  border-color: #dc3545; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #dc3545; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #dc3545; }

.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: .5em; }

.was-validated .input-group > .form-control:not(:focus):invalid, .input-group > .form-control:not(:focus).is-invalid, .was-validated
.input-group > .form-select:not(:focus):invalid,
.input-group > .form-select:not(:focus).is-invalid, .was-validated
.input-group > .form-floating:not(:focus-within):invalid,
.input-group > .form-floating:not(:focus-within).is-invalid {
  z-index: 4; }

.accordion {
  --bs-accordion-color: #212529;
  --bs-accordion-bg: #fff;
  --bs-accordion-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  --bs-accordion-border-color: var(--bs-border-color);
  --bs-accordion-border-width: 1px;
  --bs-accordion-border-radius: 0.375rem;
  --bs-accordion-inner-border-radius: calc(0.375rem - 1px);
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #212529;
  --bs-accordion-btn-bg: var(--bs-accordion-bg);
  --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-icon-width: 1.25rem;
  --bs-accordion-btn-icon-transform: rotate(-180deg);
  --bs-accordion-btn-icon-transition: transform 0.2s ease-in-out;
  --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%230c63e4'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  --bs-accordion-btn-focus-border-color: #86b7fe;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(13, 110, 253, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #0c63e4;
  --bs-accordion-active-bg: #e7f1ff; }

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
  font-size: 1rem;
  color: var(--bs-accordion-btn-color);
  text-align: left;
  background-color: var(--bs-accordion-btn-bg);
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  transition: var(--bs-accordion-transition); }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: var(--bs-accordion-active-color);
    background-color: var(--bs-accordion-active-bg);
    box-shadow: inset 0 calc(-1 * var(--bs-accordion-border-width)) 0 var(--bs-accordion-border-color); }
    .accordion-button:not(.collapsed)::after {
      background-image: var(--bs-accordion-btn-active-icon);
      transform: var(--bs-accordion-btn-icon-transform); }
  .accordion-button::after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "";
    background-image: var(--bs-accordion-btn-icon);
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition); }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow); }

.accordion-header {
  margin-bottom: 0; }

.accordion-item {
  color: var(--bs-accordion-color);
  background-color: var(--bs-accordion-bg);
  border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color); }
  .accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius); }
    .accordion-item:first-of-type .accordion-button {
      border-top-left-radius: var(--bs-accordion-inner-border-radius);
      border-top-right-radius: var(--bs-accordion-inner-border-radius); }
  .accordion-item:not(:first-of-type) {
    border-top: 0; }
  .accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius); }
    .accordion-item:last-of-type .accordion-button.collapsed {
      border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
      border-bottom-left-radius: var(--bs-accordion-inner-border-radius); }
    .accordion-item:last-of-type .accordion-collapse {
      border-bottom-right-radius: var(--bs-accordion-border-radius);
      border-bottom-left-radius: var(--bs-accordion-border-radius); }

.accordion-body {
  padding: var(--bs-accordion-body-padding-y) var(--bs-accordion-body-padding-x); }

.accordion-flush .accordion-collapse {
  border-width: 0; }

.accordion-flush .accordion-item {
  border-right: 0;
  border-left: 0;
  border-radius: 0; }
  .accordion-flush .accordion-item:first-child {
    border-top: 0; }
  .accordion-flush .accordion-item:last-child {
    border-bottom: 0; }
  .accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0; }

.toast {
  --bs-toast-zindex: 1090;
  --bs-toast-padding-x: 0.75rem;
  --bs-toast-padding-y: 0.5rem;
  --bs-toast-spacing: 1.5rem;
  --bs-toast-max-width: 350px;
  --bs-toast-font-size: 0.875rem;
  --bs-toast-color: ;
  --bs-toast-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-border-width: 1px;
  --bs-toast-border-color: var(--bs-border-color-translucent);
  --bs-toast-border-radius: 0.375rem;
  --bs-toast-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  --bs-toast-header-color: #6c757d;
  --bs-toast-header-bg: rgba(255, 255, 255, 0.85);
  --bs-toast-header-border-color: rgba(0, 0, 0, 0.05);
  width: var(--bs-toast-max-width);
  max-width: 100%;
  font-size: var(--bs-toast-font-size);
  color: var(--bs-toast-color);
  pointer-events: auto;
  background-color: var(--bs-toast-bg);
  background-clip: padding-box;
  border: var(--bs-toast-border-width) solid var(--bs-toast-border-color);
  box-shadow: var(--bs-toast-box-shadow);
  border-radius: var(--bs-toast-border-radius); }
  .toast.showing {
    opacity: 0; }
  .toast:not(.show) {
    display: none; }

.toast-container {
  --bs-toast-zindex: 1090;
  position: absolute;
  z-index: var(--bs-toast-zindex);
  width: max-content;
  max-width: 100%;
  pointer-events: none; }
  .toast-container > :not(:last-child) {
    margin-bottom: var(--bs-toast-spacing); }

.toast-header {
  display: flex;
  align-items: center;
  padding: var(--bs-toast-padding-y) var(--bs-toast-padding-x);
  color: var(--bs-toast-header-color);
  background-color: var(--bs-toast-header-bg);
  background-clip: padding-box;
  border-bottom: var(--bs-toast-border-width) solid var(--bs-toast-header-border-color);
  border-top-left-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width));
  border-top-right-radius: calc(var(--bs-toast-border-radius) - var(--bs-toast-border-width)); }
  .toast-header .btn-close {
    margin-right: calc(-.5 * var(--bs-toast-padding-x));
    margin-left: var(--bs-toast-padding-x); }

.toast-body {
  padding: var(--bs-toast-padding-x);
  word-wrap: break-word; }

.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-start),
.active.carousel-item-end {
  transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  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-start,
.carousel-fade .carousel-item-prev.carousel-item-end {
  z-index: 1;
  opacity: 1; }

.carousel-fade .active.carousel-item-start,
.carousel-fade .active.carousel-item-end {
  z-index: 0;
  opacity: 0;
  transition: opacity 0s 0.6s; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-fade .active.carousel-item-start,
    .carousel-fade .active.carousel-item-end {
      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%;
  padding: 0;
  color: #fff;
  text-align: center;
  background: none;
  border: 0;
  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: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%; }

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23fff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: flex;
  justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators [data-bs-target] {
    box-sizing: content-box;
    flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 3px;
    margin-left: 3px;
    text-indent: -999px;
    cursor: pointer;
    background-color: #fff;
    background-clip: padding-box;
    border: 0;
    border-top: 10px solid transparent;
    border-bottom: 10px solid transparent;
    opacity: 0.5;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators [data-bs-target] {
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #fff;
  text-align: center; }

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000; }

.carousel-dark .carousel-caption {
  color: #000; }

.content ol {
  padding-left: 58px; }
  .content ol li {
    padding-left: 20px; }
    .content ol li::marker {
      font-family: var(--medium-weight-sans);
      font-size: 20px;
      line-height: 28px;
      color: #0021a5; }      
    .content ol li a {
      font-family: var(--medium-weight-sans);
      color: #0021a5;
      text-decoration: none; }
      .content ol li a:hover, .content ol li a:focus {
        text-decoration: underline;
        color: #000; }

.content ol.roman {
  padding-left: 58px;
  list-style-type: upper-roman; }
  .content ol.roman li::marker {
    font-family: var(--medium-weight-sans);
    font-size: 20px;
    line-height: 28px;
    color: #0021a5; }
  .content ol.roman li a {
    font-family: var(--medium-weight-sans);
    color: #0021a5;
    text-decoration: none; }
    .content ol.roman li a:hover, .content ol.roman li a:focus {
      text-decoration: underline;
      color: #000; }


.table-wrapper {
  max-width: calc(1640px - 14%);
  margin: 2.5% auto;
  padding: 20px 7%;
  overflow-x: auto;
  scrollbar-color: #f3f1e9 #fa4616; }

.table-wrapper::-webkit-scrollbar {
  height: 10px;
  margin-top: 10px; }

.table-wrapper::-webkit-scrollbar-track {
  background-color: #fff;
  border-radius: 15px;
  margin: 60px; }
  @media only screen and (min-width: 768px) {
    .table-wrapper::-webkit-scrollbar-track {
      margin: 30vw; } }

.table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background-color: #bbbbba;
  background-image: linear-gradient(#bbbbba 0, #bbbbba 0rem, #fa4616 0rem, #fa4616 1rem); }

.table-striped {
  margin-bottom: 0;
  border-left: none;
  border-right: none;
  overflow-x: auto;
  border-top: 1px solid #8a9397;
  border-bottom: 1px solid #8a9397; }
  .table-striped tr {
    border-color: #f4f6f6;
    border: none; }
  .table-striped th {
    font-family: var(--semi-bold-sans);
    font-size: 22px;
    line-height: 38px;
    text-align: left;
    color: #0021a5 !important;
    padding-left: 20px;
    border-right: 1px solid #8a9397;
    border-left: 0;
    border-bottom: 0; }
  .table-striped td {
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #313535;
    font-family: var(--light-weight-sans);
    min-width: 175px;
    border-right: 1px solid #8a9397;
    border-bottom: 0; }
    .table-striped td:nth-last-child(1) {
      border-right: none; }
  .table-striped tbody > tr:nth-of-type(odd) > * {
    --bs-table-accent-bg: #f4f6f6; }

.table-striped > :not(caption) > * > * {
  padding: 0.7rem 1rem; }

.table-column {
  overflow-x: auto;
  max-width: 1640px;
  margin-left: auto;
  margin-right: auto; }
  .table-column tr {
    border-color: #8a9397 !important; }
  .table-column th {
    font-family: var(--semi-bold-sans);
    font-size: 22px;
    line-height: 38px;
    text-align: left;
    color: #0021a5 !important;
    padding-left: 20px; }
  .table-column td {
    padding: 0.7rem 1rem;
    font-size: 20px;
    line-height: 38px;
    text-align: left;
    color: #313535;
    font-family: var(--light-weight-sans);
    min-width: 175px; }
    .table-column td:nth-of-type(odd) {
      background-color: #f4f6f6; }

.footer-wrapper {
  background-color: #fff;
  overflow-x: hidden; }
  .footer-wrapper #footerTopBorder {
    transition: width 3s;
    height: 10px;
    background: #fa4616;
    width: 0%; }
  .footer-wrapper .footer {
    background: transparent linear-gradient(180deg, #0b239a 0%, #0e2b5d 100%) 0% 0% no-repeat;
    margin-top: 3rem;
    padding-left: 5%;
    padding-right: 2.5%; }
    .footer-wrapper .footer .footer-section {
      max-width: 1450px;
      margin-left: auto;
      margin-right: auto;
      padding-top: 60px;
      padding-bottom: 60px; }
      @media (min-width: 1050px) {
        .footer-wrapper .footer .footer-section {
          padding-top: 100px;
          padding-bottom: 140px; } }
      .footer-wrapper .footer .footer-section .navbar-brand-alternate {
        display: inline-block;
        width: 100%;
        max-width: 412px;
        max-height: 74px;
        font-size: 18px;
        line-height: 20px;
        text-align: left;
        color: #fff;
        display: flex;
        align-items: center;
        font-family: var(--book-bold-sans);
        overflow-wrap: break-word !important;
        white-space: inherit !important; }
        @media (min-width: 800px) {
          .footer-wrapper .footer .footer-section .navbar-brand-alternate {
            font-size: 23px; /*This line has been edited*/
            line-height: 24px; /*This line has been edited*/ } }
        .footer-wrapper .footer .footer-section .navbar-brand-alternate img {
          max-width: 412px;
          max-height: 74px;
          width: auto;
          margin-right: 10px; }
          @media (min-width: 800px) {
            .footer-wrapper .footer .footer-section .navbar-brand-alternate img {
              margin-right: 35px; } }
      .footer-wrapper .footer .footer-section .footer-col-logo img {
        min-width: 70px;
        /*Please note: this has been changed from width: 100% to match header behavior*/
        max-width: 400px; }
      .footer-wrapper .footer .footer-section .footer-address-col a {
        font-family: var(--medium-weight-sans); }
      .footer-wrapper .footer .footer-section p {
        margin: 0;
        font-size: 20px; /*This line has been edited*/
        font-weight: 300;
        color: #ffffff;
        font-family: var(--light-weight-sans); }
      .footer-wrapper .footer .footer-section a {
        color: #f4f6f6;
        text-decoration: none;
        font-size: 20px; /*This line has been edited*/
        font-family: var(--light-weight-sans); }
        .footer-wrapper .footer .footer-section a:hover, .footer-wrapper .footer .footer-section a:focus {
          color: #fff;
          text-decoration: underline !important;
          text-decoration-style: solid !important; }
      .footer-wrapper .footer .footer-section .footer-title {
        border-bottom: 4px solid #e8552f;
        font-family: var(--semi-bold-sans);
        font-size: 23px; /*This line has been edited*/
        line-height: 40px;
        text-align: left;
        color: #fff; }
      .footer-wrapper .footer .footer-section ul {
        list-style: none;
        padding-left: 0; }
    .footer-wrapper .footer .footer-col-social {
      display: flex;
      flex-direction: row;
      justify-content: start; }
      @media (min-width: 800px) {
        .footer-wrapper .footer .footer-col-social {
          justify-content: end; } }
      .footer-wrapper .footer .footer-col-social a {
        width: 48px;
        height: 48px;
        background-color: rgba(255, 255, 255, 0.2);
        display: flex;
        align-items: center;
        justify-content: center;
        margin: 5px;
        position: relative;
        transition: all 0.2s ease-in-out; }
        .footer-wrapper .footer .footer-col-social a:hover, .footer-wrapper .footer .footer-col-social a:focus {
          background-color: rgba(255, 255, 255, 0.8);
          color: #0021a5; }
        .footer-wrapper .footer .footer-col-social a .ufl-facebook:before {
          max-width: 15px;
          content: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23fff" d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg>'); }
        .footer-wrapper .footer .footer-col-social a .ufl-facebook:hover:before {
          content: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%230021a5" d="M279.14 288l14.22-92.66h-88.91v-60.13c0-25.35 12.42-50.06 52.24-50.06h40.42V6.26S260.43 0 225.36 0c-73.22 0-121.08 44.38-121.08 124.72v70.62H22.89V288h81.39v224h100.17V288z"/></svg>'); }
        .footer-wrapper .footer .footer-col-social a .ufl-twitter:before {
          max-width: 25px;
          content: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23fff" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/></svg>'); }
        .footer-wrapper .footer .footer-col-social a .ufl-twitter:hover:before {
          content: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%230021a5" d="M459.37 151.716c.325 4.548.325 9.097.325 13.645 0 138.72-105.583 298.558-298.558 298.558-59.452 0-114.68-17.219-161.137-47.106 8.447.974 16.568 1.299 25.34 1.299 49.055 0 94.213-16.568 130.274-44.832-46.132-.975-84.792-31.188-98.112-72.772 6.498.974 12.995 1.624 19.818 1.624 9.421 0 18.843-1.3 27.614-3.573-48.081-9.747-84.143-51.98-84.143-102.985v-1.299c13.969 7.797 30.214 12.67 47.431 13.319-28.264-18.843-46.781-51.005-46.781-87.391 0-19.492 5.197-37.36 14.294-52.954 51.655 63.675 129.3 105.258 216.365 109.807-1.624-7.797-2.599-15.918-2.599-24.04 0-57.828 46.782-104.934 104.934-104.934 30.213 0 57.502 12.67 76.67 33.137 23.715-4.548 46.456-13.32 66.599-25.34-7.798 24.366-24.366 44.833-46.132 57.827 21.117-2.273 41.584-8.122 60.426-16.243-14.292 20.791-32.161 39.308-52.628 54.253z"/></svg>'); }
        .footer-wrapper .footer .footer-col-social a .ufl-instagram:before {
          max-width: 23px;
          content: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%23fff" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg>'); }
        .footer-wrapper .footer .footer-col-social a .ufl-instagram:hover:before {
          content: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 448 512"><path fill="%230021a5" d="M224.1 141c-63.6 0-114.9 51.3-114.9 114.9s51.3 114.9 114.9 114.9S339 319.5 339 255.9 287.7 141 224.1 141zm0 189.6c-41.1 0-74.7-33.5-74.7-74.7s33.5-74.7 74.7-74.7 74.7 33.5 74.7 74.7-33.6 74.7-74.7 74.7zm146.4-194.3c0 14.9-12 26.8-26.8 26.8-14.9 0-26.8-12-26.8-26.8s12-26.8 26.8-26.8 26.8 12 26.8 26.8zm76.1 27.2c-1.7-35.9-9.9-67.7-36.2-93.9-26.2-26.2-58-34.4-93.9-36.2-37-2.1-147.9-2.1-184.9 0-35.8 1.7-67.6 9.9-93.9 36.1s-34.4 58-36.2 93.9c-2.1 37-2.1 147.9 0 184.9 1.7 35.9 9.9 67.7 36.2 93.9s58 34.4 93.9 36.2c37 2.1 147.9 2.1 184.9 0 35.9-1.7 67.7-9.9 93.9-36.2 26.2-26.2 34.4-58 36.2-93.9 2.1-37 2.1-147.8 0-184.8zM398.8 388c-7.8 19.6-22.9 34.7-42.6 42.6-29.5 11.7-99.5 9-132.1 9s-102.7 2.6-132.1-9c-19.6-7.8-34.7-22.9-42.6-42.6-11.7-29.5-9-99.5-9-132.1s-2.6-102.7 9-132.1c7.8-19.6 22.9-34.7 42.6-42.6 29.5-11.7 99.5-9 132.1-9s102.7-2.6 132.1 9c19.6 7.8 34.7 22.9 42.6 42.6 11.7 29.5 9 99.5 9 132.1s2.7 102.7-9 132.1z"/></svg>'); }
        .footer-wrapper .footer .footer-col-social a .ufl-youtube:before {
          max-width: 25px;
          content: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%23fff" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg>'); }
        .footer-wrapper .footer .footer-col-social a .ufl-youtube:hover:before {
          content: url('data:image/svg+xml;utf8,  <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 576 512"><path fill="%230021a5" d="M549.655 124.083c-6.281-23.65-24.787-42.276-48.284-48.597C458.781 64 288 64 288 64S117.22 64 74.629 75.486c-23.497 6.322-42.003 24.947-48.284 48.597-11.412 42.867-11.412 132.305-11.412 132.305s0 89.438 11.412 132.305c6.281 23.65 24.787 41.5 48.284 47.821C117.22 448 288 448 288 448s170.78 0 213.371-11.486c23.497-6.321 42.003-24.171 48.284-47.821 11.412-42.867 11.412-132.305 11.412-132.305s0-89.438-11.412-132.305zm-317.51 213.508V175.185l142.739 81.205-142.739 81.201z"/></svg>'); }

.copyright-section {
  max-width: 1450px;
  margin-left: auto;
  margin-right: auto; }
  .copyright-section .copyright-links {
    font-size: 16px;
    margin-bottom: 10px;
    display: block;
    font-family: var(--light-weight-sans); }
    @media (min-width: 1050px) {
      .copyright-section .copyright-links {
        font-size: 20px; /*This line has been edited*/ } }
    @media (min-width: 800px) {
      .copyright-section .copyright-links {
        display: inline-block; } }
    .copyright-section .copyright-links a {
      font-size: 16px;
      line-height: 32px;
      text-align: left;
      color: #fff;
      text-decoration: none;
      font-family: var(--light-weight-sans);
      margin-right: 15px; }
      .copyright-section .copyright-links a:hover, .copyright-section .copyright-links a:focus {
        text-decoration: underline; }
      @media (min-width: 1050px) {
        .copyright-section .copyright-links a {
          font-size: 21px; } }
      @media (min-width: 800px) {
        .copyright-section .copyright-links a {
          border-right: 1px solid #fa4616;
          margin-right: 25px;
          padding-right: 40px; } }
  .copyright-section .copyright-links:nth-last-child(1) a {
    border-right: none; }

.showcase-text-only {
  background-color: #F4F6F6;
  overflow-x: hidden;
  padding: 6% 7% 7%; }
  @media (min-width: 800px) {
    .showcase-text-only {
      padding: 112px 7% 100px; } }
  .showcase-text-only h2, .showcase-text-only .h2 {
    font-size: 30px;
    line-height: 44px;
    font-family: var(--light-weight-sans),Arial,sans-serif; }
    @media (min-width: 800px) {
      .showcase-text-only h2, .showcase-text-only .h2 {
        margin-bottom: 40px;
        font-size: 62px;
        line-height: 68px; } }
  .showcase-text-only p {
    font-family: var(--light-weight-sans),Arial,sans-serif;
    color: #000;
    font-size: 20px; /* This line has been edited*/
    line-height: 24px;
    margin-bottom: 60px;
    text-align: center;
    margin-bottom: 36px; }
    @media (min-width: 800px) {
      .showcase-text-only p {
        font-size: 24px;
        line-height: 30px;
        margin-bottom: 60px; } }
  .showcase-text-only .button-text-dark:hover, .showcase-text-only .button-text-dark:focus {
    background-color: #fff !important; }

.factoids {
  padding-top: 100px;
  padding-bottom: 80px;
  max-width: calc(1640px + 5%);
  margin-left: auto;
  margin-right: auto;
  padding-left: 7%;
  padding-right: 7%;
  overflow-x: hidden; }
  @media (min-width: 900px) {
    .factoids {
      padding-left: 2.5%;
      padding-right: 2.5%; } }
  .factoids .factoid-col {
    margin-bottom: 30px; }
    .factoids .factoid-col .factoid-number {
      font-size: 40px;
      line-height: 60px;
      color: #0021A5;
      border-bottom: 2px dotted #FA4616;
      font-family: var(--book-bold-sans),Arial,sans-serif; }
      @media (min-width: 900px) {
        .factoids .factoid-col .factoid-number {
          line-height: 60px !important;
          font-size: 60px;
          padding-bottom: 32px; } }
    .factoids .factoid-col .factoid-subhead {
      color: #0021A5;
      font-size: 22px;
      line-height: 28px;
      font-family: var(--semi-bold-sans);
      font-weight: bold;
      text-align: center; }
      @media (min-width: 900px) {
        .factoids .factoid-col .factoid-subhead {
          font-size: 24px;
          line-height: 28px; } }
    .factoids .factoid-col .factoid-subtext {
      color: #000;
      font-size: 18px;
      line-height: 28px;
      max-width: 395px;
      margin-left: auto;
      margin-right: auto; }
      @media (min-width: 900px) {
        .factoids .factoid-col .factoid-subtext {
          font-size: 20px;
          line-height: 28px; } }

.announcements-showcase-section {
  padding-top: 60px;
  padding-bottom: 80px;
  padding-left: 5%;
  padding-right: 5%;
  overflow-x: hidden; }
  @media (min-width: 991px) {
    .announcements-showcase-section {
      padding-top: 120px;
      padding-bottom: 65px;
      padding-left: 2.5%;
      padding-right: 2.5%; } }
  .announcements-showcase-section .heading-left-col {
    position: relative;
    margin-right: 70px; }
    @media (max-width: 991px) {
      .announcements-showcase-section .heading-left-col {
        width: 100%;
        margin-right: 0px; }
        .announcements-showcase-section .heading-left-col .heading-blue {
          text-align: center !important; } }
    .announcements-showcase-section .heading-left-col .heading-blue {
      font-family: var(--bold-italic-sans) !important;
      font-size: 38px;
      line-height: 40px;
      font-style: italic;
      color: #0321a5;
      text-align: right; }
  .announcements-showcase-section .text-right-col {
    width: 100%;
    position: relative; }
    @media (min-width: 992px) {
      .announcements-showcase-section .text-right-col {
        flex: 0 0 auto;
        width: 50%; } }
    .announcements-showcase-section .text-right-col:after {
      content: '';
      width: 2px;
      height: 100%;
      background: #FA4616;
      display: inline-block;
      position: absolute;
      left: -34px;
      top: 0;
      opacity: 0; }
      @media (min-width: 992px) {
        .announcements-showcase-section .text-right-col:after {
          opacity: 1; } }
    .announcements-showcase-section .text-right-col p {
      font-size: 26px;
      line-height: 36px;
      text-align: center;
      color: #000;
      font-family: var(--light-weight-sans); }
      @media (min-width: 991px) {
        .announcements-showcase-section .text-right-col p {
          text-align: left; } }
  .announcements-showcase-section .button-wrapper {
    max-width: 1320px;
    margin-left: auto;
    margin-right: auto;
    flex-wrap: wrap;
    justify-content: space-evenly; }
    @media (min-width: 992px) {
      .announcements-showcase-section .button-wrapper {
        justify-content: end; } }
    .announcements-showcase-section .button-wrapper a {
      margin-bottom: 35px; }

.content-carousel {
  overflow-x: hidden; }
  .content-carousel .slick-dots {
    left: unset;
    margin-bottom: 0px !important;
    display: none;
    list-style: none !important;
    padding-left: 0 !important;
    position: absolute;
    right: 0;
    bottom: 0;
    z-index: 2;
    display: flex;
    justify-content: center;
    padding: 0;
    margin-right: 15%;
    margin-bottom: 1rem;
    margin-left: 15%;
    list-style: none; }
    .content-carousel .slick-dots li {
      padding-left: 0 !important;
      list-style: none;
      margin-bottom: 0;
      margin-right: 10%; }
    @media (min-width: 767px) {
      .content-carousel .slick-dots {
        display: flex; } }
    .content-carousel .slick-dots .slick-active button {
      border-left: #fa4616 4px solid;
      border-right: #fa4616 4px solid;
      transform: translateY(-20px); }
    .content-carousel .slick-dots button {
      opacity: 1;
      border-left: #fa4616 4px solid;
      border-right: #fa471600 4px solid;
      height: 47px !important;
      border-radius: 0 !important;
      width: 0 !important;
      border-top: unset !important;
      border-bottom: unset !important;
      transition: all 0.2s ease-in-out;
      margin-right: 10%;
      padding: 0;
      flex: 0 1 auto;
      margin-left: 3px;
      text-indent: -999px;
      cursor: pointer;
      background-color: #fff;
      background-clip: padding-box; }
  .content-carousel .cc-slide {
    min-height: 100vh;
    object-fit: cover;
    object-position: center;
    position: relative;
    display: flex !important;
    align-items: flex-end; }
    .content-carousel .cc-slide .row {
      position: relative;
      z-index: 9999999;
      text-align: left;
      z-index: 9999;
      padding-right: 5%;
      padding-left: 5%;
      flex-direction: row-reverse;
      padding-bottom: 1.25rem; }
      @media screen and (min-width: 767px) {
        .content-carousel .cc-slide .row {
          padding-bottom: 75px; } }
      .content-carousel .cc-slide .row .col-md-6, .content-carousel .cc-slide .row .col-md-5 {
        direction: ltr; }
      .content-carousel .cc-slide .row h2, .content-carousel .cc-slide .row .h2 {
        font-family: var(--book-bold-sans);
        font-size: 48px;
        line-height: 40px;
        color: #fff;
        direction: ltr; }
        @media (min-width: 800px) {
          .content-carousel .cc-slide .row h2, .content-carousel .cc-slide .row .h2 {
            margin-bottom: 40px; } }
      .content-carousel .cc-slide .row p {
        font-size: 20px;
        color: #fff;
        font-family: var(--light-weight-sans);
        direction: ltr; }
        @media (min-width: 767px) {
          .content-carousel .cc-slide .row p {
            font-size: 24px; } }
      .content-carousel .cc-slide .row .col-md-4 {
        min-width: 330px; }
      @media (min-width: 767px) {
        .content-carousel .cc-slide .row .button-col {
          text-align: right; } }
      .content-carousel .cc-slide .row .animated-border-button {
        font-family: var(--medium-weight-sans), Arial, sans-serif;
        direction: ltr; }
        @media (min-width: 767px) {
          .content-carousel .cc-slide .row .animated-border-button {
            min-height: 100px; } } /*This line has been edited*/
  @media (max-width: 800px) {
    .content-carousel .text-end {
      margin: 0 !important; } }
  .content-carousel .cc-slide:after {
    content: "";
    background-image: linear-gradient(#fff0, #000);
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    left: 0;
    top: 0; }
  .content-carousel .carousel-control-prev {
    left: -2px;
    justify-content: end;
    border-top-right-radius: 100px;
    border-bottom-right-radius: 100px;
    padding-left: 50px;
    z-index: 999; }
  .content-carousel .carousel-control-next {
    right: -2px;
    justify-content: start;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
    padding-right: 50px; }
  .content-carousel .carousel-control-prev,
  .content-carousel .carousel-control-next {
    max-height: 164px;
    max-width: 160px;
    opacity: 1;
    margin-top: auto;
    margin-bottom: auto;
    transition: all 0.2s ease-in-out; }
    @media (min-width: 1024px) {
      .content-carousel .carousel-control-prev,
      .content-carousel .carousel-control-next {
        border: rgba(255, 255, 255, 0) 1px solid !important; } }
    .content-carousel .carousel-control-prev:hover svg path, .content-carousel .carousel-control-prev:focus svg path,
    .content-carousel .carousel-control-next:hover svg path,
    .content-carousel .carousel-control-next:focus svg path {
      fill: #fa4616; }
  .content-carousel .carousel-control-prev-icon,
  .content-carousel .carousel-control-next-icon {
    width: 100%;
    height: 100%;
    transition: all 0.2s ease-in-out;
    max-width: 40px;
    max-height: 113px; }
    .content-carousel .carousel-control-prev-icon svg path,
    .content-carousel .carousel-control-next-icon svg path {
      transition: all .2s ease-in-out; }
  .content-carousel .carousel-control-prev:hover,
  .content-carousel .carousel-control-prev:focus,
  .content-carousel .carousel-control-next:hover,
  .content-carousel .carousel-control-next:focus {
    border-color: #fa4616 !important; }
  .content-carousel .carousel-control-next .carousel-control-next-icon, .content-carousel .carousel-control-prev .carousel-control-prev-icon {
    background-image: unset; }
  .content-carousel .smallBar,
  .content-carousel .largeBar,
  .content-carousel .smallBar_left,
  .content-carousel .largeBar_bottom {
    z-index: 2;
    transform: none !important; }
  .content-carousel .smallBar,
  .content-carousel .largeBar {
    position: absolute !important;
    right: 0 !important;
    top: 54px !important; }
  .content-carousel .smallBar {
    top: 85px !important; }
  .content-carousel .smallBar_left {
    top: 89px !important;
    left: 0 !important;
    position: absolute !important; }
  .content-carousel .largeBar_bottom {
    top: 89px !important;
    right: 0 !important;
    position: absolute; }
  .content-carousel .smallBar {
    height: 10px !important; }
  .content-carousel .largeBar,
  .content-carousel .smallBar_left {
    height: 2px !important; }
  .content-carousel .largeBar_bottom-wrapper {
    right: 0 !important;
    left: unset !important;
    top: 0 !important; }
  .content-carousel .smallBar_left-wrapper {
    left: 0 !important;
    top: 0 !important; }
  .content-carousel .largeBar-wrapper {
    right: 0 !important;
    left: unset !important;
    top: 0 !important; }
  .content-carousel .smallBar-wrapper {
    right: 0 !important;
    left: unset !important;
    top: 0 !important; }
  .content-carousel .smallBar > img,
  .content-carousel .largeBar > img,
  .content-carousel .largeBar_bottom > img {
    transform: translateX(0%); }
  .content-carousel .smallBar_left > img {
    width: 0;
    margin-left: 0; }
  .content-carousel .slick-active .smallBar.animLines > img,
  .content-carousel .slick-active .largeBar.animLines > img,
  .content-carousel .slick-active .largeBar_bottom.animLines > img {
    animation: 1.5s ease-out 0s 1 animToLeft forwards; }
  .content-carousel .slick-active .smallBar_left.animLines > img {
    animation: 1.5s ease-out 0s 1 animToRight forwards; }

@keyframes animToLeft {
  0% {
    transform: translateX(100%);
    opacity: 0.5; }
  100% {
    transform: translateX(38%);
    opacity: 1; } }

@keyframes animToRight {
  0% {
    transform: translateX(-100%);
    opacity: 0.5;
    width: 100%; }
  100% {
    transform: translateX(-40%);
    opacity: 1;
    width: 100%; } }
  @media only screen and (max-width: 896px) {
    .content-carousel .smallBar,
    .content-carousel .largeBar,
    .content-carousel .smallBar_left,
    .content-carousel .largeBar_bottom {
      display: none !important; }
    .content-carousel h2, .content-carousel .h2 {
      font-size: 28px !important;
      text-align: center;
      line-height: 34px !important; }
    .content-carousel p {
      font-size: 20px; }
    .content-carousel .carousel-control-prev,
    .content-carousel .carousel-control-next {
      top: -170px; }
    .content-carousel .carousel-control-prev {
      padding-left: 10px !important;
      border: none !important; }
    .content-carousel .carousel-control-next {
      padding-right: 10px;
      border: none !important; } }
  .content-carousel .cc-bg-img {
    position: absolute;
    width: 100%;
    height: 100%;
    background-position: 50%;
    background-size: cover;
    background-repeat: no-repeat;
    left: 0;
    top: 0; }

.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  transform: translateX(-100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  transform: translateX(100%); }

.slider {
  display: flex;
  overflow-x: auto;
  overflow-y: hidden;
  scrollbar-color: #fa4616 #f3f1e9;
  padding-left: 20px;
  padding-right: 20px;
  margin-bottom: 5px; }
  @media only screen and (min-width: 768px) {
    .slider {
      margin-bottom: 50px; } }
  .slider .slider-col {
    max-width: 450px;
    transition: all 0.2s ease-in-out;
    min-width: 300px;
    text-decoration: none;
    width: 100%; }
    .slider .slider-col:hover, .slider .slider-col:focus {
      background-color: #f3f1e9; }
    .slider .slider-col .slider-content-wrapper {
      position: relative;
      z-index: 999; }
    .slider .slider-col .slide-title {
      font-family: var(--semi-bold-sans);
      font-size: 24px;
      line-height: 28px;
      text-align: left;
      color: #000; }
    .slider .slider-col .slide-subtext {
      font-family: var(--light-weight-sans);
      font-size: 20px;
      line-height: 28px;
      text-align: left;
      color: #000;
      margin-bottom: 0; }

.slider::-webkit-scrollbar {
  height: 10px;
  -webkit-appearance: none; }
  @media only screen and (min-width: 400px) {
    .slider::-webkit-scrollbar {
      height: 1rem; } }

.slider::-webkit-scrollbar-track {
  background-color: #bbbbba;
  border-radius: 15px;
  margin: 60px; }
  @media only screen and (min-width: 768px) {
    .slider::-webkit-scrollbar-track {
      margin: 30vw; } }

.slider::-webkit-scrollbar-thumb {
  border-radius: 15px;
  background-color: #bbbbba;
  background-image: linear-gradient(#bbbbba 0, #bbbbba 0rem, #fa4616 0rem, #fa4616 1rem); }

.mobile-slide-btn {
  display: flex;
  justify-content: center;
  font-size: 42px;
  gap: 12px;
  align-items: center;
  margin-bottom: 20px; }
  @media only screen and (min-width: 768px) {
    .mobile-slide-btn {
      display: none; } }
  .mobile-slide-btn button {
    appearance: none;
    -webkit-appearance: none;
    background: none !important;
    padding-left: 10px;
    padding-right: 10px;
    color: #FA4616 !important;
    border: none;
    line-height: 1; }

.cta-showcase-section {
  padding-top: 75px;
  padding-bottom: 110px;
  padding-left: 7.5%;
  padding-right: 7.5%; }
  .cta-showcase-section h2, .cta-showcase-section .h2 {
    text-align: center;
    color: #000; }
  .cta-showcase-section .lead {
    font-size: 20px;
    line-height: 32px;
    text-align: center;
    color: #000;
    margin-bottom: 50px; }
    @media (min-width: 800px) {
      .cta-showcase-section .lead {
        font-size: 22px;
        line-height: 32px; } }
  .cta-showcase-section .cta-button-wrapper {
    max-width: 1375px;
    margin-left: auto;
    margin-right: auto;
    column-gap: 30px;
    flex-wrap: wrap;
    align-items: stretch;
    justify-content: space-evenly;
    align-content: stretch; }
    .cta-showcase-section .cta-button-wrapper .cta-button {
      border: #fa4616 2px dotted;
      border-radius: 100px;
      text-align: center;
      padding: 15px 30px;
      position: relative;
      cursor: pointer;
      transition: all 0.4s ease-in-out;
      text-decoration: none;
      margin: 10px 0;
      min-width: 300px; }
      .cta-showcase-section .cta-button-wrapper .cta-button .cta-title {
        font-family: var(--semi-bold-sans);
        font-size: 24px;
        line-height: 36px;
        text-align: center;
        color: #0021a5;
        position: absolute;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0;
        margin: auto;
        z-index: 9999999;
        display: flex;
        align-items: center;
        justify-content: center;
        align-content: stretch;
        transition: all 0.5s ease-in-out;
        text-decoration: none; }
        @media (min-width: 800px) {
          .cta-showcase-section .cta-button-wrapper .cta-button .cta-title {
            font-size: 36px;
            line-height: 40px; } }
      .cta-showcase-section .cta-button-wrapper .cta-button .cta-text {
        font-family: var(--medium-weight-sans);
        font-size: 18px;
        line-height: 22px;
        text-align: center;
        color: #0021a5;
        opacity: 0;
        transition: all 0.4s ease-in-out;
        text-decoration: none;
        max-width: 345px;
        margin-left: auto;
        margin-right: auto;
        display: block; }
        @media (min-width: 800px) {
          .cta-showcase-section .cta-button-wrapper .cta-button .cta-text {
            font-size: 19px;
            line-height: 22px; } }
      .cta-showcase-section .cta-button-wrapper .cta-button:hover, .cta-showcase-section .cta-button-wrapper .cta-button:focus {
        background: #f3f1e9;
        border-color: transparent; }
        .cta-showcase-section .cta-button-wrapper .cta-button:hover .cta-title, .cta-showcase-section .cta-button-wrapper .cta-button:focus .cta-title {
          opacity: 0; }
        .cta-showcase-section .cta-button-wrapper .cta-button:hover .cta-text, .cta-showcase-section .cta-button-wrapper .cta-button:focus .cta-text {
          opacity: 1; }

.social-media-shell-wrapper {
  background-color: #f4f6f6;
  padding: 0 5% 8%;
  overflow-x: hidden; }
  .social-media-shell-wrapper .social-feed {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: stretch;
    align-content: stretch;
    justify-content: center; }
  .social-media-shell-wrapper .soc-container {
    min-height: 300px;
    margin-bottom: 20px; }
    @media (min-width: 767px) {
      .social-media-shell-wrapper .soc-container {
        width: 369px;
        height: 369px;
        margin-left: 12px;
        margin-right: 12px; } }
    @media (max-width: 380px) {
      .social-media-shell-wrapper .soc-container {
        width: 100% !important; } }
  .social-media-shell-wrapper .social-media-shell-title {
    color: #0021a5;
    text-align: center;
    padding-top: 4rem;
    padding-bottom: 5rem;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 36px;
    letter-spacing: 0.1em;
    line-height: 72px;
    text-align: center;
    color: #0021a5; }
  .social-media-shell-wrapper .social-item {
    background-color: #0021a5;
    color: #ffffff !important;
    width: 100%;
    height: 100%;
    display: block;
    background-position: center;
    background-size: cover;
    text-decoration: none; }
  .social-media-shell-wrapper .social-item:hover,
  .social-media-shell-wrapper .social-item:focus {
    color: #ffffff !important;
    text-decoration: none; }
  .social-media-shell-wrapper .social-icon .social-handle {
    font-size: 17px; }
  .social-media-shell-wrapper .social-item,
  .social-media-shell-wrapper .social-item .social-text {
    transition: all 0.3s ease-in-out; }
  .social-media-shell-wrapper .social-item.social-overlay .social-text {
    opacity: 0;
    visibility: hidden;
    height: 100%; }
  .social-media-shell-wrapper .social-item .social-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding: 50px 40px;
    font-size: 17px;
    font-family: var(--light-weight-sans), Arial, sans-serif;
    height: 100%; }
  .social-media-shell-wrapper .social-item:hover .social-text,
  .social-media-shell-wrapper .social-item:focus .social-text {
    opacity: 1;
    visibility: visible;
    background-color: rgba(52, 55, 65, 0.9); }
  .social-media-shell-wrapper .social-item .social-icon {
    font-size: 24px;
    color: #fff;
    margin-top: 20px; }
  .social-media-shell-wrapper .social-icon i {
    background-color: rgba(255, 255, 255, 0.2);
    padding: 10px; }

.event-shell {
  padding-top: 6rem;
  padding-bottom: 6rem;
  padding-left: 7%;
  padding-right: 7%; }
  .event-shell .event-shell-wrapper .event-shell-carousel {
    max-width: 1720px;
    margin-left: auto;
    margin-right: auto; }
    @media (max-width: 800px) {
      .event-shell .event-shell-wrapper .event-shell-carousel {
        padding-left: 6%;
        padding-right: 6%; } }
  .event-shell .slick-list {
    max-width: 1420px;
    margin-left: auto;
    margin-right: auto; }
  .event-shell h2, .event-shell .h2 {
    letter-spacing: 0.2em;
    text-align: center;
    color: #000;
    margin-bottom: 20px; }
    @media (min-width: 800px) {
      .event-shell h2, .event-shell .h2 {
        font-size: 48px;
        line-height: 54px; } }
  .event-shell .slick-slide {
    -webkit-flex: 1 1 0%;
    flex: 1 1 0%;
    max-width: none;
    width: auto;
    display: inline-flex;
    text-decoration: none;
    transition: none !important; }
    .event-shell .slick-slide:hover, .event-shell .slick-slide:focus {
      background-color: #F4F6F6; }
    .event-shell .slick-slide .inner-txt {
      padding: 35px;
      text-decoration: none; }
      .event-shell .slick-slide .inner-txt a {
        text-decoration: none; }
      .event-shell .slick-slide .inner-txt .date {
        color: #0021A5;
        font-weight: 100;
        font-size: 46px; /*This line has been edited*/
        line-height: 46px; /*This line has been edited*/ }
      .event-shell .slick-slide .inner-txt .time {
        font-weight: 100;
        color: #000;
        font-size: 17px; /*This line has been edited*/
        line-height: 22px; /*This line has been edited*/ }
      .event-shell .slick-slide .inner-txt hr {
        background: #FA4616;
        opacity: 1;
        margin: 1rem 0;
        color: #FA4616; }
      .event-shell .slick-slide .inner-txt h3, .event-shell .slick-slide .inner-txt .h3 {
        font-family: var(--semi-bold-sans);
        color: #0021A5;
        line-height: 24px; /*This line has been edited*/
        font-size: 22px; /*This line has been edited*/
        text-align: left;
        text-transform: unset; }
      .event-shell .slick-slide .inner-txt .event-subtext {
        color: #000;
        font-size: 17px; /*This line has been edited*/
        font-weight: 100;
        display: none; }
        @media (min-width: 767px) {
          .event-shell .slick-slide .inner-txt .event-subtext {
            display: block; } }
  .event-shell .carousel-control-prev,
  .event-shell .carousel-control-next {
    width: 40px;
    opacity: 1;
    transition: all 0.2s ease;
    top: -40px; }
  .event-shell .carousel-control-next {
    right: -20px;
    justify-content: end;
    opacity: 1; }
    @media (min-width: 800px) {
      .event-shell .carousel-control-next {
        right: -50px; } }
    @media (min-width: 1920px) {
      .event-shell .carousel-control-next {
        right: 10px !important; } }
    .event-shell .carousel-control-next:hover .carousel-control-next-icon svg path, .event-shell .carousel-control-next:focus .carousel-control-next-icon svg path {
      fill: #fa4616; }
    .event-shell .carousel-control-next .carousel-control-next-icon {
      width: 30px;
      height: 100px;
      background-image: unset; }
      .event-shell .carousel-control-next .carousel-control-next-icon svg path {
        transition: all 0.2s ease-in-out; }
      @media (min-width: 800px) {
        .event-shell .carousel-control-next .carousel-control-next-icon {
          width: 40px;
          height: 120px !important; } }
  .event-shell .carousel-control-prev {
    left: -20px;
    justify-content: start;
    opacity: 1; }
    @media (min-width: 800px) {
      .event-shell .carousel-control-prev {
        left: -50px; } }
    @media (min-width: 1920px) {
      .event-shell .carousel-control-prev {
        left: 10px !important; } }
    .event-shell .carousel-control-prev:hover .carousel-control-prev-icon svg path, .event-shell .carousel-control-prev:focus .carousel-control-prev-icon svg path {
      fill: #fa4616; }
    .event-shell .carousel-control-prev .carousel-control-prev-icon {
      width: 30px;
      height: 100px;
      background-image: unset; }
      .event-shell .carousel-control-prev .carousel-control-prev-icon svg path {
        transition: all 0.2s ease-in-out; }
      @media (min-width: 800px) {
        .event-shell .carousel-control-prev .carousel-control-prev-icon {
          width: 40px;
          height: 120px; } }
  .event-shell .calendar-slider {
    padding-right: 60px;
    padding-left: 60px;
    margin-left: 10px;
    margin-right: 10px; }
    
.content-carousel—stack {
  margin: 0 auto;
  max-width: 1570px;
  padding-left: 20px;
  padding-right: 20px; }
  @media (min-width: 991px) {
    .content-carousel—stack {
      padding-left: 50px;
      padding-right: 0; } }
  .content-carousel—stack .stacked-slider {
    margin-bottom: 20px; }
  .content-carousel—stack .slick-track {
    overflow: visible; }
  .content-carousel—stack .slick-list {
    padding-top: 100px; }
    @media (min-width: 991px) {
      .content-carousel—stack .slick-list {
        padding-left: 50px;
        padding-right: 50px; } }
  .content-carousel—stack .slider__content {
    display: flex !important;
    align-items: flex-start;
    justify-content: center;
    flex-direction: column;
    width: 100%;
    position: relative;
    max-height: 90%; }
    @media (min-width: 991px) {
      .content-carousel—stack .slider__content {
        justify-content: flex-end;
        flex-direction: row; } }
    .content-carousel—stack .slider__content .slider__text {
      opacity: 0;
      transition: all 0.5s ease;
      background: #fff;
      padding-top: 10px;
      padding-bottom: 15px;
      padding-right: 0;
      padding-left: 0;
      width: 100%;
      z-index: 1;
      position: relative;
      display: none;
      margin-bottom: 20px; }
      @media (min-width: 991px) {
        .content-carousel—stack .slider__content .slider__text {
          width: 40%;
          margin-left: 45px;
          padding-left: 4em;
          display: block;
          padding-top: 40px;
          padding-bottom: 20px; } }
      .content-carousel—stack .slider__content .slider__text span {
        font-weight: 600;
        font-size: 1.5em;
        background: transparent;
        border-radius: 50%;
        line-height: 35px;
        width: 35px;
        display: block;
        text-align: center;
        color: white; }
      .content-carousel—stack .slider__content .slider__text h2, .content-carousel—stack .slider__content .slider__text .h2 {
        font-size: 34px;
        line-height: 48px;
        text-align: left;
        color: #000;
        display: inline-block;
        font-family: var(--light-weight-sans); }
        @media (min-width: 991px) {
          .content-carousel—stack .slider__content .slider__text h2, .content-carousel—stack .slider__content .slider__text .h2 {
            font-size: 62px;
            line-height: 68px;
            margin-bottom: 25px; } }
        .content-carousel—stack .slider__content .slider__text h2:after, .content-carousel—stack .slider__content .slider__text .h2:after {
          content: "";
          width: 100%;
          height: 3px;
          display: block;
          background: transparent; }
      .content-carousel—stack .slider__content .slider__text p {
        font-size: 20px;
        text-align: left;
        color: #343741;
        font-family: var(--light-weight-sans);
        margin-bottom: 20px; }
        @media (min-width: 991px) {
          .content-carousel—stack .slider__content .slider__text p {
            font-size: 24px;
            line-height: 30px;
            margin-bottom: 30px; } }
    .content-carousel—stack .slider__content .slider__image {
      width: 100%;
      margin: 0;
      position: relative; }
      .content-carousel—stack .slider__content .slider__image:before {
        content: "";
        aspect-ratio: auto 4 / 3;
        display: block; }
      @media (min-width: 991px) {
        .content-carousel—stack .slider__content .slider__image {
          width: 60%; } }
      .content-carousel—stack .slider__content .slider__image img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        object-fit: cover;
        transition: all 0.75s ease-in-out;
        aspect-ratio: auto 4 / 3;
        transform: translate(40px, -45px); }
  .content-carousel—stack .stacked-arrow-wrapper {
    max-width: 144px;
    margin-left: unset;
    margin-right: auto;
    padding-left: 20px; }
    @media (min-width: 991px) {
      .content-carousel—stack .stacked-arrow-wrapper {
        max-width: 40% !important;
        margin-left: auto;
        padding-left: 65px;
        margin-right: unset; } }
  .content-carousel—stack .slick-arrow {
    max-width: 100%;
    width: 62px;
    height: 60px;
    z-index: 2;
    border: 0;
    cursor: pointer;
    transition: all 0.2s ease-in-out;
    background-color: #fff;
    opacity: 1;
    padding: 0;
    visibility: visible;
    pointer-events: all; }
    .content-carousel—stack .slick-arrow:hover .svg-bg, .content-carousel—stack .slick-arrow:focus .svg-bg {
      fill: #343741; }
    .content-carousel—stack .slick-arrow:hover .svg-arrow, .content-carousel—stack .slick-arrow:focus .svg-arrow {
      fill: #f3f1e9; }
    .content-carousel—stack .slick-arrow.stacked-prev svg {
      max-width: 100%;
      width: 62px;
      height: 60px;
      border-top-left-radius: 30px;
      border-bottom-left-radius: 30px;
      transition: all 0.2s ease-in-out; }
    .content-carousel—stack .slick-arrow.stacked-next svg {
      width: 100%;
      max-width: 62px;
      height: 60px;
      border-top-right-radius: 30px;
      border-bottom-right-radius: 30px;
      transition: all 0.2s ease-in-out; }
  .content-carousel—stack .slick-active {
    z-index: 9999; }
    .content-carousel—stack .slick-active .slider__text {
      opacity: 1;
      display: block; }
    .content-carousel—stack .slick-active .slider__image img {
      width: 100%;
      transform: translate(0, 0); }
  .content-carousel—stack .nextinStack,
  .content-carousel—stack .secondinStack,
  .content-carousel—stack .slick-slide {
    opacity: 1 !important; }
  .content-carousel—stack .prevdiv .slider__image img {
    z-index: 4 !important; }
  .content-carousel—stack .prevdiv {
    z-index: 7 !important; }
  .content-carousel—stack .secondinStack,
  .content-carousel—stack .thirdinStack {
    z-index: 997 !important; }
  .content-carousel—stack .nextinStack {
    z-index: 999 !important; }
  .content-carousel—stack .slick-active {
    z-index: 9999 !important; }
  .content-carousel—stack .nextinStack .slider__image img {
    transform: translate(-50px, -135px);
    width: 100%; }
  .content-carousel—stack .secondinStack .slider__image img,
  .content-carousel—stack .thirdinStack .slider__image img {
    transform: translate(40px, -45px);
    width: 100%; }
  .content-carousel—stack .slick-dotted.slick-slider {
    margin-bottom: 30px; }
  .content-carousel—stack .slick-dots {
    padding-left: 0 !important;
    position: relative;
    padding-top: 25px;
    display: none;
    width: 100%;
    padding: 0;
    margin: 0;
    list-style: none;
    text-align: center;
    opacity: 0;
    pointer-events: none;
    visibility: hidden; }
    @media (max-width: 991px) {
      .content-carousel—stack .slick-dots {
        display: block;
        opacity: 1;
        pointer-events: all;
        visibility: visible; } }
  .content-carousel—stack .slick-dots li {
    position: relative;
    display: inline-block;
    width: 20px;
    height: 20px;
    margin: 0 5px;
    padding: 0;
    cursor: pointer; }
  .content-carousel—stack .slick-dots li button {
    font-size: 0;
    line-height: 0;
    display: block;
    width: 20px;
    height: 20px;
    padding: 5px;
    cursor: pointer;
    color: transparent;
    border: 0;
    outline: none;
    background: transparent; }
  .content-carousel—stack .slick-dots li button:hover,
  .content-carousel—stack .slick-dots li button:focus {
    outline: none; }
  .content-carousel—stack .slick-dots li button:hover:before,
  .content-carousel—stack .slick-dots li button:focus:before {
    opacity: 1; }
  .content-carousel—stack .slick-dots li button:before {
    font-family: "slick";
    font-size: 32px;
    line-height: 20px;
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 20px;
    content: "•";
    text-align: center;
    color: #343741;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
  .content-carousel—stack .slick-dots li.slick-active button:before {
    color: #0021a5; }

.visual-navigation-intro {
  margin-left: 5px;
}

.visual-navigation-intro p{
  margin-left: 10px;
}
    
.visual-navigation {
  padding-left: 7%;
  padding-right: 7%; }
  @media (min-width: 800px) {
    .visual-navigation {
      padding-top: 35px;
      padding-bottom: 35px; } }
  .visual-navigation .visual-navigation-wrapper {
    position: relative;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto; }
    .visual-navigation .visual-navigation-wrapper .visual-navigation-intro {
      margin-bottom: 20px; }
      @media (min-width: 800px) {
        .visual-navigation .visual-navigation-wrapper .visual-navigation-intro {
          margin-bottom: 50px; } }
    .visual-navigation .visual-navigation-wrapper .visual-navigation-link {
      text-align: center;
      text-decoration: none;
      position: relative;
      overflow: hidden;}
      .visual-navigation .visual-navigation-wrapper .visual-navigation-link p {
        background-color: #fff;
        position: relative;
        font-family: var(--semi-bold-sans);
        padding-top: 30px;
        margin-bottom: 0px;
        z-index: 99999999;
        padding-left: 5px;
        padding-right: 5px;
        text-align: center; }
      .visual-navigation .visual-navigation-wrapper .visual-navigation-link:hover .visual-navigation-image-wrapper::after, .visual-navigation .visual-navigation-wrapper .visual-navigation-link:focus .visual-navigation-image-wrapper::after {
        transform: translateY(0%); }
      .visual-navigation .visual-navigation-wrapper .visual-navigation-link .visual-navigation-image-wrapper {
        position: relative;
        display: block;
        overflow: hidden; }
        .visual-navigation .visual-navigation-wrapper .visual-navigation-link .visual-navigation-image-wrapper .visual-navigation-image {
          width: 100%;
          aspect-ratio: 1.13/1;
          object-fit: cover;
          object-position: center; }
  .visual-navigation .dh-container {
    position: relative;
    overflow: hidden; }
  .visual-navigation .dh-overlay {
    position: absolute;
    top: -100%; }
  .visual-navigation .dh-overlay {
    background-color: #fa4616;
    mix-blend-mode: multiply;
    width: 100%;
    height: 100%;
    text-align: center;
    line-height: 300px;
    color: #fff; }

.blue-centered-cta {
  background: linear-gradient(-180deg, #0021a5 0%, #011877 100%) !important;
  padding-top: 60px;
  padding-bottom: 40px;
  padding-left: 7%;
  padding-right: 7%;
  overflow-x: hidden; }
  @media (min-width: 800px) {
    .blue-centered-cta {
      padding-top: 120px;
      padding-bottom: 65px;
      padding-left: 2.5%;
      padding-right: 2.5%; } }
  .blue-centered-cta .cta-heading {
    font-size: 30px;
    line-height: 30px;
    text-align: center;
    color: #fff;
    font-family: var(--bold-italic-sans); }
  .blue-centered-cta p {
    font-family: var(--light-weight-sans),Arial,sans-serif;
    font-size: 22px;
    line-height: 32px;
    color: #fff;
    margin-bottom: 60px;
    text-align: center;
    margin-bottom: 60px; }

.image-gallery {
  padding-bottom: 45px;
  padding-top: 60px;
  padding-left: 2%;
  padding-right: 2%; }
  @media (min-width: 800px) {
    .image-gallery {
      padding-bottom: 70px;
      padding-top: 120px; } }
  .image-gallery .carousel {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 50px 0 50px; }
    @media (min-width: 1050px) {
      .image-gallery .carousel {
        padding: 0 140px 0 140px; } }
    .image-gallery .carousel .carousel-inner .col-image-gallery {
      position: relative;
      z-index: 9999;
      aspect-ratio: auto 4 / 3;
      background-size: cover;
      background-repeat: no-repeat;
      background-position: 50%;
      overflow: hidden;
      margin-left: 13px;
      margin-right: 13px;
      margin-bottom: 29px;
      width: calc(50% - 26px); }
      @media (min-width: 1050px) {
        .image-gallery .carousel .carousel-inner .col-image-gallery {
          width: calc(25% - 26px); } }
      .image-gallery .carousel .carousel-inner .col-image-gallery a {
        position: absolute;
        width: 100%;
        height: 100%;
        left: 0;
        top: 0;
        z-index: 7;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: 50%;
        background-blend-mode: multiply;
        mix-blend-mode: multiply;
        overflow: hidden; }
        .image-gallery .carousel .carousel-inner .col-image-gallery a:after {
          content: "";
          background-color: #fa4616;
          width: 100%;
          height: 100%;
          position: absolute;
          left: 0;
          top: 0;
          transform: translateX(101%);
          transition: all 0.2s ease-in-out; }
        .image-gallery .carousel .carousel-inner .col-image-gallery a:hover::after, .image-gallery .carousel .carousel-inner .col-image-gallery a:focus::after {
          transform: translateX(0%); }
    .image-gallery .carousel .carousel-control-next {
      right: 5px;
      justify-content: end;
      opacity: 1; }
      @media (min-width: 1050px) {
        .image-gallery .carousel .carousel-control-next {
          right: 60px; } }
      .image-gallery .carousel .carousel-control-next:hover .carousel-control-next-icon svg path, .image-gallery .carousel .carousel-control-next:focus .carousel-control-next-icon svg path {
        fill: #fa4616; }
      .image-gallery .carousel .carousel-control-next .carousel-control-next-icon {
        width: 30px !important;
        height: 120px !important;
        transition: all 0.2s ease-in-out; }
        @media (min-width: 1050px) {
          .image-gallery .carousel .carousel-control-next .carousel-control-next-icon {
            width: 40px !important; } }
    .image-gallery .carousel .carousel-control-prev {
      left: 5px;
      justify-content: start;
      opacity: 1; }
      @media (min-width: 1050px) {
        .image-gallery .carousel .carousel-control-prev {
          left: 60px; } }
      .image-gallery .carousel .carousel-control-prev:hover .carousel-control-prev-icon svg path, .image-gallery .carousel .carousel-control-prev:focus .carousel-control-prev-icon svg path {
        fill: #fa4616; }
      .image-gallery .carousel .carousel-control-prev .carousel-control-prev-icon {
        width: 30px !important;
        height: 120px !important;
        transition: all 0.2s ease-in-out; }
        @media (min-width: 1050px) {
          .image-gallery .carousel .carousel-control-prev .carousel-control-prev-icon {
            width: 40px !important; } }
    .image-gallery .carousel .modal {
      z-index: 999999999999; }
      .image-gallery .carousel .modal .btn-close {
        background: url('data:image/svg+xml;utf8, <svg xmlns="http://www.w3.org/2000/svg" width="44.699" height="43.715"><g fill="none" stroke="%23000"><path d="m.349.358 44 43" data-name="Line 2748"/><path d="m44.349.358-44 43" data-name="Line 2749"/></g></svg>');
        width: 50px;
        height: 50px;
        background-position: center;
        background-repeat: no-repeat;
        margin-left: auto;
        display: flex;
        margin-bottom: 50px; }
      .image-gallery .carousel .modal .modal-header {
        border-bottom: none;
        display: none; }
      .image-gallery .carousel .modal .modal-content {
        background-color: #f4f6f6; }
      .image-gallery .carousel .modal .modal-body {
        padding-top: 47px;
        max-width: 1640px;
        margin-left: auto;
        margin-right: auto;
        background-color: #f4f6f6; }
      .image-gallery .carousel .modal .modal-dialog {
        background-color: #f4f6f6; }

.showcase-text-image {
  position: sticky;
  position: -webkit-sticky;
  top: 0;
  overflow-x: hidden; }
  .showcase-text-image:last-of-type {
    position: relative !important; }
  @media (min-width: 991px) {
    .showcase-text-image {
      min-height: 60vh; } }
  .showcase-text-image .col-image {
    -webkit-flex: 0;
    flex: 0;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    overflow: hidden;
    position: relative;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    background-position: 50%;
    min-height: 250px; }
    @media (min-width: 991px) {
      .showcase-text-image .col-image {
        -webkit-flex-basis: 55%;
        flex-basis: 55%;
        max-width: 55%;
        min-height: 60vh; } }
  .showcase-text-image .col-text {
    padding-bottom: 60px;
    padding-top: 40px;
    -webkit-flex: 0;
    flex: 0;
    -webkit-flex-basis: 100%;
    flex-basis: 100%;
    max-width: 100%;
    padding-left: 7%;
    padding-right: 7%; }
    @media (min-width: 991px) {
      .showcase-text-image .col-text {
        -webkit-flex-basis: 45%;
        flex-basis: 45%;
        max-width: 45%;
        padding-bottom: 140px;
        padding-top: 124px;
        padding-left: 5%;
        padding-right: 5%; } }
    .showcase-text-image .col-text .col-text-inner {
      max-width: 560px;
      margin-left: auto;
      margin-right: auto; }
      .showcase-text-image .col-text .col-text-inner p {
        margin-bottom: 50px; }
      .showcase-text-image .col-text .col-text-inner h2, .showcase-text-image .col-text .col-text-inner .h2 {
        font-size: 42px;
        line-height: 46px; }
        @media (min-width: 991px) {
          .showcase-text-image .col-text .col-text-inner h2, .showcase-text-image .col-text .col-text-inner .h2 {
            font-size: 58px;
            line-height: 68px; } }
  @media (max-width: 991px) {
    .showcase-text-image .text-left-row {
      display: flex;
      flex-direction: column-reverse; } }
  .showcase-text-image .sti-btn-wrap {
    text-align: center;
    display: block; }
    @media (min-width: 991px) {
      .showcase-text-image .sti-btn-wrap {
        text-align: left; } }

.featured-video {
  background-color: #343741;
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 60px;
  padding-bottom: 35px;
  overflow-x: hidden; }
  @media (min-width: 800px) {
    .featured-video {
      padding-top: 118px;
      padding-bottom: 65px; } }
  .featured-video .single-video-container .video-wrapper {
    position: relative;
    margin-bottom: 20px;
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto;
    padding: 0;
    border: 1px solid #fa461600;
    transition: all .2s ease-in-out; }
    .featured-video .single-video-container .video-wrapper:hover, .featured-video .single-video-container .video-wrapper:focus {
      border: 1px solid #FA4616; }
      .featured-video .single-video-container .video-wrapper:hover svg g, .featured-video .single-video-container .video-wrapper:focus svg g {
        fill: #0021A5; }
    @media (min-width: 800px) {
      .featured-video .single-video-container .video-wrapper {
        margin-bottom: 50px; } }
    .featured-video .single-video-container .video-wrapper .video-thumb {
      aspect-ratio: 16 / 9;
      width: 100%;
      object-fit: cover; }
    .featured-video .single-video-container .video-wrapper .video-play {
      position: absolute;
      bottom: 30px;
      left: 30px; }
      @media (min-width: 768px) {
        .featured-video .single-video-container .video-wrapper .video-play {
          bottom: 80px;
          left: 80px; } }
      .featured-video .single-video-container .video-wrapper .video-play svg {
        width: 100%;
        height: 100%;
        max-width: 70px; }
        @media (min-width: 768px) {
          .featured-video .single-video-container .video-wrapper .video-play svg {
            max-width: 110px; } }
        .featured-video .single-video-container .video-wrapper .video-play svg g {
          transition: all 0.3s ease-in-out; }
  .featured-video .single-video-container .featured-video-content-wrapper {
    max-width: 1270px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap; }
  .featured-video .multiple-video-container {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto; }
    .featured-video .multiple-video-container .row {
      --bs-gutter-x: 3.2%;}
    .featured-video .multiple-video-container .video-col {
      position: relative;
      margin-bottom: 30px; }
      .featured-video .multiple-video-container .video-col:nth-last-child(1) {
        margin-right: 0; }
      .featured-video .multiple-video-container .video-col .card-title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 20px;
        color: #f4f6f6;
        font-family: var(--semi-bold-sans); }
      .featured-video .multiple-video-container .video-col .card-description {
        font-weight: normal;
        font-size: 17px;
        line-height: 20px;
        text-align: left;
        color: #fff; }
      .featured-video .multiple-video-container .video-col .video-wrapper {
        display: block;
        position: relative;
        max-width: 1640px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 40px; }
        .featured-video .multiple-video-container .video-col .video-wrapper:hover .video-thumb, .featured-video .multiple-video-container .video-col .video-wrapper:focus .video-thumb {
          border: 1px solid #FA4616; }
        .featured-video .multiple-video-container .video-col .video-wrapper:hover svg g, .featured-video .multiple-video-container .video-col .video-wrapper:focus svg g {
          fill: #0021A5; }
        .featured-video .multiple-video-container .video-col .video-wrapper .video-thumb {
          border: 1px solid transparent;
          aspect-ratio: 16 / 9;
          transition: all 0.2s ease-in-out;
          width: 100vw;
          object-fit: cover; }
        .featured-video .multiple-video-container .video-col .video-wrapper .video-play {
          position: absolute;
          bottom: 23px;
          left: 32px; }
          .featured-video .multiple-video-container .video-col .video-wrapper .video-play svg {
            width: 100%;
            height: 100%;
            max-width: 55px; }
            .featured-video .multiple-video-container .video-col .video-wrapper .video-play svg g {
              transition: all 0.2s ease-in-out; }

.faculty-listing-carousel-wrapper {
  background-color: #343741;
  padding-top: 65px;
  padding-bottom: 65px; }
  .faculty-listing-carousel-wrapper h2, .faculty-listing-carousel-wrapper .h2 {
    letter-spacing: 0.2em;
    text-align: center;
    color: #fff;
    margin-bottom: 20px; }
    @media (min-width: 800px) {
      .faculty-listing-carousel-wrapper h2, .faculty-listing-carousel-wrapper .h2 {
        margin-bottom: 70px;
        line-height: 54px;
        font-size: 48px; } }
  .faculty-listing-carousel-wrapper .faculty-listing-carousel {
    max-width: 1760px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 60px;
    padding-right: 60px; }
    .faculty-listing-carousel-wrapper .faculty-listing-carousel .faculty-listing-item {
      margin-right: 26px;
      margin-left: 26px;
      overflow: hidden;
      width: 100%; }
      @media (min-width: 1050px) {
        .faculty-listing-carousel-wrapper .faculty-listing-carousel .faculty-listing-item {
          max-width: 285px; } }
    .faculty-listing-carousel-wrapper .faculty-listing-carousel .faculty-listing-img {
      position: relative;
      display: block;
      mix-blend-mode: multiply;
      overflow: hidden; }
      .faculty-listing-carousel-wrapper .faculty-listing-carousel .faculty-listing-img:after {
        content: "";
        background-color: #fa4616;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(101%);
        transition: all 0.2s ease-in-out;
        z-index: 9999999;
        mix-blend-mode: multiply; }
      .faculty-listing-carousel-wrapper .faculty-listing-carousel .faculty-listing-img:hover::after, .faculty-listing-carousel-wrapper .faculty-listing-carousel .faculty-listing-img:focus-visible::after {
        transform: translateX(0%); }
      .faculty-listing-carousel-wrapper .faculty-listing-carousel .faculty-listing-img img {
        width: 100%; }
  .faculty-listing-carousel-wrapper .faculty-listing-bio {
    margin-top: 40px; }
    .faculty-listing-carousel-wrapper .faculty-listing-bio .faculty-tel {
      text-decoration: none;
      font-family: var(--light-weight-sans);
      font-size: 20px;
      line-height: 28px; }
    .faculty-listing-carousel-wrapper .faculty-listing-bio p,
    .faculty-listing-carousel-wrapper .faculty-listing-bio a {
      color: #fff;
      display: block;
      font-size: 20px;
      font-family: var(--light-weight-sans);
      margin-bottom: 5px; }
      .faculty-listing-carousel-wrapper .faculty-listing-bio p strong,
      .faculty-listing-carousel-wrapper .faculty-listing-bio a strong {
        font-family: var(--semi-bold-sans);
        display: block; }
      .faculty-listing-carousel-wrapper .faculty-listing-bio p:hover, .faculty-listing-carousel-wrapper .faculty-listing-bio p:focus,
      .faculty-listing-carousel-wrapper .faculty-listing-bio a:hover,
      .faculty-listing-carousel-wrapper .faculty-listing-bio a:focus {
        text-decoration: none; }
  .faculty-listing-carousel-wrapper .carousel-control-prev,
  .faculty-listing-carousel-wrapper .carousel-control-next {
    width: 40px;
    opacity: 1;
    transition: all 0.2s ease;
    top: -40px; }
  .faculty-listing-carousel-wrapper .carousel-control-next {
    right: 20px;
    justify-content: end;
    opacity: 1; }
    @media (min-width: 1050px) {
      .faculty-listing-carousel-wrapper .carousel-control-next {
        right: 10px; } }
    .faculty-listing-carousel-wrapper .carousel-control-next:hover .carousel-control-next-icon svg path, .faculty-listing-carousel-wrapper .carousel-control-next:focus .carousel-control-next-icon svg path {
      fill: #fa4616; }
    .faculty-listing-carousel-wrapper .carousel-control-next .carousel-control-next-icon {
      width: 30px !important;
      height: 120px !important;
      background-image: unset; }
      .faculty-listing-carousel-wrapper .carousel-control-next .carousel-control-next-icon svg path {
        transition: all 0.2s ease-in-out; }
      @media (min-width: 1050px) {
        .faculty-listing-carousel-wrapper .carousel-control-next .carousel-control-next-icon {
          width: 40px !important; } }
  .faculty-listing-carousel-wrapper .carousel-control-prev {
    left: 20px;
    justify-content: start;
    opacity: 1; }
    @media (min-width: 1050px) {
      .faculty-listing-carousel-wrapper .carousel-control-prev {
        left: 10px; } }
    .faculty-listing-carousel-wrapper .carousel-control-prev:hover .carousel-control-prev-icon svg path, .faculty-listing-carousel-wrapper .carousel-control-prev:focus .carousel-control-prev-icon svg path {
      fill: #fa4616; }
    .faculty-listing-carousel-wrapper .carousel-control-prev .carousel-control-prev-icon {
      width: 30px !important;
      height: 120px !important;
      background-image: unset; }
      .faculty-listing-carousel-wrapper .carousel-control-prev .carousel-control-prev-icon svg path {
        transition: all 0.2s ease-in-out; }
      @media (min-width: 1050px) {
        .faculty-listing-carousel-wrapper .carousel-control-prev .carousel-control-prev-icon {
          width: 40px !important; } }
  .faculty-listing-carousel-wrapper .slick-disabled {
    opacity: 0;
    pointer-events: none; }

.faculty-bio {
  background-color: #343741;
  padding-top: 150px;
  padding-bottom: 100px;
  padding-left: 7%;
  padding-right: 7%;
  overflow-x: hidden; }
  .faculty-bio p {
    color: #fff; }
  .faculty-bio strong {
    font-family: var(--semi-bold-sans); }
  .faculty-bio hr {
    border: 2px solid #fa4616;
    opacity: 1;
    margin-top: 20px;
    margin-bottom: 50px; }
  .faculty-bio .container-fluid, .faculty-bio .container-sm, .faculty-bio .container-md, .faculty-bio .container-lg, .faculty-bio .container-xl, .faculty-bio .container-xxl {
    max-width: 1074px; }
    .faculty-bio .container-fluid h1, .faculty-bio .container-sm h1, .faculty-bio .container-md h1, .faculty-bio .container-lg h1, .faculty-bio .container-xl h1, .faculty-bio .container-xxl h1, .faculty-bio .container-fluid .h1, .faculty-bio .container-sm .h1, .faculty-bio .container-md .h1, .faculty-bio .container-lg .h1, .faculty-bio .container-xl .h1, .faculty-bio .container-xxl .h1 {
      font-family: var(--book-weight-sans);
      font-weight: 500;
      font-size: 60px;
      line-height: 54px;
      text-align: left;
      color: #fff; }
    .faculty-bio .container-fluid h2, .faculty-bio .container-sm h2, .faculty-bio .container-md h2, .faculty-bio .container-lg h2, .faculty-bio .container-xl h2, .faculty-bio .container-xxl h2, .faculty-bio .container-fluid .h2, .faculty-bio .container-sm .h2, .faculty-bio .container-md .h2, .faculty-bio .container-lg .h2, .faculty-bio .container-xl .h2, .faculty-bio .container-xxl .h2 {
      font-family: var(--medium-weight-sans);
      font-size: 26px;
      line-height: 48px;
      text-align: left;
      color: #fff; }
    .faculty-bio .container-fluid .faculty-headshot, .faculty-bio .container-sm .faculty-headshot, .faculty-bio .container-md .faculty-headshot, .faculty-bio .container-lg .faculty-headshot, .faculty-bio .container-xl .faculty-headshot, .faculty-bio .container-xxl .faculty-headshot {
      margin-bottom: 40px; }
    .faculty-bio .container-fluid .faculty-contact-info p, .faculty-bio .container-sm .faculty-contact-info p, .faculty-bio .container-md .faculty-contact-info p, .faculty-bio .container-lg .faculty-contact-info p, .faculty-bio .container-xl .faculty-contact-info p, .faculty-bio .container-xxl .faculty-contact-info p {
      color: #fff;
      margin-bottom: 0; }
    .faculty-bio .container-fluid .faculty-contact-info .faculty-tel, .faculty-bio .container-sm .faculty-contact-info .faculty-tel, .faculty-bio .container-md .faculty-contact-info .faculty-tel, .faculty-bio .container-lg .faculty-contact-info .faculty-tel, .faculty-bio .container-xl .faculty-contact-info .faculty-tel, .faculty-bio .container-xxl .faculty-contact-info .faculty-tel {
      text-decoration: none !important;
      font-family: var(--light-weight-sans);
      font-size: 20px;
      line-height: 28px; }
    .faculty-bio .container-fluid .faculty-contact-info a, .faculty-bio .container-sm .faculty-contact-info a, .faculty-bio .container-md .faculty-contact-info a, .faculty-bio .container-lg .faculty-contact-info a, .faculty-bio .container-xl .faculty-contact-info a, .faculty-bio .container-xxl .faculty-contact-info a {
      color: #fff !important;
      text-decoration: underline !important;
      font-family: var(--light-weight-sans) !important; }
      .faculty-bio .container-fluid .faculty-contact-info a:hover, .faculty-bio .container-sm .faculty-contact-info a:hover, .faculty-bio .container-md .faculty-contact-info a:hover, .faculty-bio .container-lg .faculty-contact-info a:hover, .faculty-bio .container-xl .faculty-contact-info a:hover, .faculty-bio .container-xxl .faculty-contact-info a:hover, .faculty-bio .container-fluid .faculty-contact-info a:focus, .faculty-bio .container-sm .faculty-contact-info a:focus, .faculty-bio .container-md .faculty-contact-info a:focus, .faculty-bio .container-lg .faculty-contact-info a:focus, .faculty-bio .container-xl .faculty-contact-info a:focus, .faculty-bio .container-xxl .faculty-contact-info a:focus {
        text-decoration: none; }
    .faculty-bio .container-fluid .faculty-bio-info .lead, .faculty-bio .container-sm .faculty-bio-info .lead, .faculty-bio .container-md .faculty-bio-info .lead, .faculty-bio .container-lg .faculty-bio-info .lead, .faculty-bio .container-xl .faculty-bio-info .lead, .faculty-bio .container-xxl .faculty-bio-info .lead {
      font-family: var(--semi-bold-sans);
      margin-bottom: 0; }
    .faculty-bio .container-fluid .faculty-bio-info p, .faculty-bio .container-sm .faculty-bio-info p, .faculty-bio .container-md .faculty-bio-info p, .faculty-bio .container-lg .faculty-bio-info p, .faculty-bio .container-xl .faculty-bio-info p, .faculty-bio .container-xxl .faculty-bio-info p,
    .faculty-bio .container-fluid .faculty-bio-info li,
    .faculty-bio .container-sm .faculty-bio-info li,
    .faculty-bio .container-md .faculty-bio-info li,
    .faculty-bio .container-lg .faculty-bio-info li,
    .faculty-bio .container-xl .faculty-bio-info li,
    .faculty-bio .container-xxl .faculty-bio-info li {
      color: #fff; }
    .faculty-bio .container-fluid .faculty-bio-info li:before, .faculty-bio .container-sm .faculty-bio-info li:before, .faculty-bio .container-md .faculty-bio-info li:before, .faculty-bio .container-lg .faculty-bio-info li:before, .faculty-bio .container-xl .faculty-bio-info li:before, .faculty-bio .container-xxl .faculty-bio-info li:before {
      content: "";
      position: absolute;
      left: -20px;
      top: 8px;
      width: 10px;
      height: 10px;
      background-color: #fa4616;
      border-radius: 0; }
    .faculty-bio .container-fluid .intro, .faculty-bio .container-sm .intro, .faculty-bio .container-md .intro, .faculty-bio .container-lg .intro, .faculty-bio .container-xl .intro, .faculty-bio .container-xxl .intro {
      font-size: 26px;
      line-height: 38px;
      color: #343741;
      font-family: var(--medium-weight-sans);
      margin-bottom: 40px; }

.blockquote-section {
  margin-top: 40px;
  margin-bottom: 40px;
  overflow-x: hidden; }
  .blockquote-section:before, .blockquote-section:after {
    content: "";
    border: 1px solid #fa4616;
    position: absolute;
    width: 90%;
    height: 1px;
    z-index: 99; }
    @media (min-width: 800px) {
      .blockquote-section:before, .blockquote-section:after {
        width: 50%;
        margin-top: 2.5%;
        margin-bottom: 2.5%; } }
  .blockquote-section::before {
    left: 0;
    right: 0;
    top: 0;
    margin: auto; }
    @media (min-width: 800px) {
      .blockquote-section::before {
        left: 8%;
        right: unset; } }
  .blockquote-section::after {
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto; }
    @media (min-width: 800px) {
      .blockquote-section::after {
        right: 8%;
        left: unset; } }
  .blockquote-section .card {
    border: none;
    border-radius: 0;
    max-width: 1200px;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding: 38px 0; }
    .blockquote-section .card .blockquote {
      display: flex;
      margin-bottom: 0; }
      @media (max-width: 800px) {
        .blockquote-section .card .blockquote {
          text-align: center; } }
      .blockquote-section .card .blockquote .quote {
        font-size: 26px;
        line-height: 48px;
        text-align: center;
        color: #0021a5;
        font-family: var(--medium-weight-sans); }
        @media (min-width: 800px) {
          .blockquote-section .card .blockquote .quote {
            text-align: left; } }
      .blockquote-section .card .blockquote .quotee {
        font-size: 19px;
        line-height: 48px;
        text-align: center;
        color: #0021a5;
        margin-left: 10px;
        display: inline-block; }
        @media (min-width: 800px) {
          .blockquote-section .card .blockquote .quotee {
            text-align: left; } }

.faculty-blockquote-section .card {
  background-color: transparent; }

.featured-card-section {
  padding-top: 40px;
  padding-bottom: 20px; }
  @media (min-width: 1024px) {
    .featured-card-section {
      padding-top: 80px;
      padding-bottom: 50px; } }
  .featured-card-section .featured-card-container {
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    padding-left: 30px;
    padding-right: 30px;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .featured-card-section .featured-card-container .featured-card {
      position: relative;
      padding: 28px 20px 10px 20px;
      width: 100%;
      height: inherit !important;
      text-decoration: none;
      border-radius: 0;
      margin-bottom: 30px;
      display: inline-block;
      height: inherit !important;
      -webkit-flex: 1 1 0;
      flex: 1 1 0;
      margin-right: 0; }
      @media (min-width: 1024px) {
        .featured-card-section .featured-card-container .featured-card {
          padding: 48px 20px 42px 20px; } }
      .featured-card-section .featured-card-container .featured-card:nth-last-child(1) {
        margin-right: 0px; }
      .featured-card-section .featured-card-container .featured-card:hover .animated-underline-button, .featured-card-section .featured-card-container .featured-card:focus .animated-underline-button {
        color: #313535 !important; }
        .featured-card-section .featured-card-container .featured-card:hover .animated-underline-button::after, .featured-card-section .featured-card-container .featured-card:focus .animated-underline-button::after {
          width: 26px; }
      @media (min-width: 1024px) {
        .featured-card-section .featured-card-container .featured-card {
          margin-right: 52px;
          max-width: 500px; } }
      @media (max-width: 1024px) {
        .featured-card-section .featured-card-container .featured-card .featured-card-inner {
          max-width: 510px;
          margin-left: auto;
          margin-right: auto; } }
      .featured-card-section .featured-card-container .featured-card .image-box {
        max-width: 510px;
        max-height: 450px;
        margin-left: auto;
        margin-right: auto;
        margin-bottom: 37px;
        overflow: hidden;
        position: relative;
        display: block; }
        .featured-card-section .featured-card-container .featured-card .image-box .featured-card-image {
          width: 100%;
          transition: all 0.3s;
          display: block;
          height: auto; }
      .featured-card-section .featured-card-container .featured-card .featured-card-title {
        color: #000;
        font-family: var(--semi-bold-sans);
        line-height: 40px;
        font-size: 24px; }
      .featured-card-section .featured-card-container .featured-card .featured-card-text {
        font-size: 21px;
        letter-spacing: -0.01em;
        line-height: 38px;
        color: #000;
        margin-bottom: 25px;
        font-family: var(--book-weight-sans);
        display: block; }
      .featured-card-section .featured-card-container .featured-card .animBottom,
      .featured-card-section .featured-card-container .featured-card .animTop {
        position: absolute;
        width: 100%;
        height: 100%;
        background-size: 100% 10px;
        z-index: -1;
        max-width: 150px;
        display: none;
        pointer-events: none; }
        @media (min-width: 1024px) {
          .featured-card-section .featured-card-container .featured-card .animBottom,
          .featured-card-section .featured-card-container .featured-card .animTop {
            display: block; } }
      .featured-card-section .featured-card-container .featured-card .animTop {
        left: -100px !important;
        top: 65px; }
      .featured-card-section .featured-card-container .featured-card .animbottomLeft {
        left: -100px !important;
        top: -65px; }
      .featured-card-section .featured-card-container .featured-card .animBottom {
        right: -100px;
        bottom: 65px; }
    @media (min-width: 1024px) {
      .featured-card-section .featured-card-container .slick-list {
        overflow: visible; } }
    @media (min-width: 1024px) {
      .featured-card-section .featured-card-container .slick-track {
        display: flex !important;
        justify-content: center;
        justify-content: center;
        align-items: stretch;
        align-content: stretch;
        overflow: visible; } }
    .featured-card-section .featured-card-container .slick-arrow {
      bottom: -10px;
      left: 0;
      right: 0;
      margin-top: auto;
      margin-bottom: auto;
      margin-left: 0;
      margin-right: 0;
      appearance: none;
      -webkit-appearance: none;
      border: none;
      display: flex;
      align-items: center;
      justify-content: center !important;
      gap: 12px;
      background: none !important;
      color: #fa4616 !important;
      font-size: 62px;
      line-height: 2;
      border-radius: 0;
      justify-content: center;
      overflow: visible;
      font-family: var(--book-weight-sans);
      padding-left: 0;
      padding-right: 0; }
      .featured-card-section .featured-card-container .slick-arrow:hover, .featured-card-section .featured-card-container .slick-arrow:focus {
        opacity: 0.5; }
    .featured-card-section .featured-card-container span {
      overflow: visible; }
    .featured-card-section .featured-card-container .cto-next {
      left: 40px; }
    .featured-card-section .featured-card-container .cto-prev {
      right: 40px; }
    .featured-card-section .featured-card-container .slick-disabled {
      opacity: 0.5;
      pointer-events: none; }

.fullwidth-media {
  padding-left: 7%;
  padding-right: 7%;
  padding-top: 60px;
  padding-bottom: 40px;
  position: relative; }
  @media (min-width: 768px) {
    .fullwidth-media {
      padding-top: 118px;
      padding-bottom: 65px; } }
  .fullwidth-media .single-video-container .video-wrapper {
    position: relative;
    max-width: 1140px;
    margin: 0 auto 0;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out; }
    .fullwidth-media .single-video-container .video-wrapper:hover .video-thumb, .fullwidth-media .single-video-container .video-wrapper:focus .video-thumb {
      border: 1px solid #fa4616; }
    .fullwidth-media .single-video-container .video-wrapper:hover svg g, .fullwidth-media .single-video-container .video-wrapper:focus svg g {
      fill: #0021a5; }
    .fullwidth-media .single-video-container .video-wrapper .video-thumb {
      aspect-ratio: 16 / 9;
      width: 100%;
      object-fit: cover; }
    .fullwidth-media .single-video-container .video-wrapper .video-play {
      position: absolute;
      bottom: 30px;
      left: 30px; }
      @media (min-width: 768px) {
        .fullwidth-media .single-video-container .video-wrapper .video-play {
          bottom: 80px;
          left: 80px; } }
      .fullwidth-media .single-video-container .video-wrapper .video-play svg {
        width: 100%;
        height: 100%;
        max-width: 70px; }
        @media (min-width: 768px) {
          .fullwidth-media .single-video-container .video-wrapper .video-play svg {
            max-width: 110px; } }
        .fullwidth-media .single-video-container .video-wrapper .video-play svg g {
          transition: all 0.2s ease-in-out; }
  .fullwidth-media .single-video-container .featured-video-content-wrapper {
    max-width: 1140px;
    margin: 20px auto 20px;
    display: flex;
    align-items: flex-end;
    justify-content: space-between;
    flex-wrap: wrap; }
  .fullwidth-media .multiple-video-container {
    max-width: 1640px;
    margin-left: auto;
    margin-right: auto; }
    .fullwidth-media .multiple-video-container .row {
      --bs-gutter-x: 3.2%; }
    .fullwidth-media .multiple-video-container .video-col {
      position: relative;
      margin-bottom: 30px; }
      .fullwidth-media .multiple-video-container .video-col:nth-last-child(1) {
        margin-right: 0; }
      .fullwidth-media .multiple-video-container .video-col .card-title {
        font-size: 26px;
        line-height: 34px;
        margin-bottom: 35px;
        color: #f4f6f6;
        font-family: var(--semi-bold-sans); }
      .fullwidth-media .multiple-video-container .video-col .video-wrapper {
        position: relative;
        margin-bottom: 50px;
        max-width: 1640px;
        margin-left: auto;
        margin-right: auto; }
        .fullwidth-media .multiple-video-container .video-col .video-wrapper .video-thumb {
          aspect-ratio: 16 / 9;
          border: 1px solid transparent;
          transition: all 0.2s ease-in-out;
          width: 100vw;
          object-fit: cover; }
        .fullwidth-media .multiple-video-container .video-col .video-wrapper .video-play {
          position: absolute;
          bottom: 23px;
          left: 32px; }
          .fullwidth-media .multiple-video-container .video-col .video-wrapper .video-play:hover svg g,
          .fullwidth-media .multiple-video-container .video-col .video-wrapper .video-play:focus svg g {
            fill: #fa4616; }
          .fullwidth-media .multiple-video-container .video-col .video-wrapper .video-play svg {
            width: 100%;
            height: 100%;
            max-width: 55px; }
            .fullwidth-media .multiple-video-container .video-col .video-wrapper .video-play svg g {
              transition: all 0.3s ease-in-out; }
    .fullwidth-media .multiple-video-container .video-play:hover + .video-thumb {
      border: 1px solid #fa4616; }
  .fullwidth-media .fullwidthBg {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    z-index: -1;
    display: none; }
    @media (min-width: 768px) {
      .fullwidth-media .fullwidthBg {
        display: block; } }

.faculty-page {
  background-color: #343741;
  padding-top: 62px;
  padding-bottom: 100px;
  padding-left: 7%;
  padding-right: 7%;
  overflow-x: hidden; }
  .faculty-page h1, .faculty-page .h1 {
    font-size: 48px;
    letter-spacing: 0.2em;
    line-height: 54px;
    text-align: center;
    color: #fff;
    text-align: center;
    max-width: 1074px;
    margin-left: auto;
    margin-right: auto;
    font-family: var(--light-weight-sans); }
  .faculty-page hr {
    border-top: 2px solid #FA4616;
    opacity: 1;
    text-align: center;
    max-width: 1074px;
    margin-left: auto;
    margin-right: auto; }
  .faculty-page .faculty-row {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 70px;
    gap: 4%; }
    @media (min-width: 1050px) {
      .faculty-page .faculty-row {
        justify-content: center; } }
  .faculty-page .faculty-listing-item {
    max-width: 300px;
    margin-bottom: 45px;
  	width: 100%; } /*This line has been edited*/
    @media (min-width: 1050px) {
      .faculty-page .faculty-listing-item {
        margin-bottom: 55px;
        width: 18%;
        margin-bottom: 70px; } }
    .faculty-page .faculty-listing-item .faculty-listing-img {
      position: relative;
      overflow: hidden;
      display: block; }
      .faculty-page .faculty-listing-item .faculty-listing-img:after {
        content: "";
        background-color: #fa4616;
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        transform: translateX(101%);
        transition: all 0.2s ease-in-out;
        z-index: 9999999;
        mix-blend-mode: multiply; }
      .faculty-page .faculty-listing-item .faculty-listing-img:focus::after {
        transform: translateX(0%); }
      .faculty-page .faculty-listing-item .faculty-listing-img img {
        width: 100%; }
    .faculty-page .faculty-listing-item .faculty-listing-img.hovered::after {
      transform: translateX(0%); }
    .faculty-page .faculty-listing-item .faculty-listing-bio {
      margin-top: 40px; }
      .faculty-page .faculty-listing-item .faculty-listing-bio .faculty-tel {
        text-decoration: none;
        font-family: var(--light-weight-sans);
        font-size: 20px;
        line-height: 28px; }
      .faculty-page .faculty-listing-item .faculty-listing-bio p,
      .faculty-page .faculty-listing-item .faculty-listing-bio a {
        color: #fff;
        display: block;
        font-size: 20px;
        font-family: var(--light-weight-sans);
        margin-bottom: 5px; }
        .faculty-page .faculty-listing-item .faculty-listing-bio p strong,
        .faculty-page .faculty-listing-item .faculty-listing-bio a strong {
          font-family: var(--semi-bold-sans);
          display: block; }
        .faculty-page .faculty-listing-item .faculty-listing-bio p:hover, .faculty-page .faculty-listing-item .faculty-listing-bio p:focus,
        .faculty-page .faculty-listing-item .faculty-listing-bio a:hover,
        .faculty-page .faculty-listing-item .faculty-listing-bio a:focus {
          text-decoration: none; }
  @media (max-width: 400px) {
    .faculty-page #facultyLoadmore:hover {
      color: #f4f6f6 !important;
      background-color: #343741 !important; } }
  @media (max-width: 400px) {
    .faculty-page .animated-border-button:before, .faculty-page .animated-border-button:after {
      width: 87% !important; } }
  .faculty-page .container-fluid, .faculty-page .container-sm, .faculty-page .container-md, .faculty-page .container-lg, .faculty-page .container-xl, .faculty-page .container-xxl {
    max-width: 1920px; }

.title-tool-block {
  position: relative;
  overflow: hidden; }
  .title-tool-block .title-tool-block-bg {
    position: relative;
    width: 100%;
    height: 100%;
    background-image: url("../img/title-tool-bg.webp");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    min-height: 300px; }
    @media (min-width: 767px) {
      .title-tool-block .title-tool-block-bg {
        position: absolute;
        width: 100%;
        animation: move 40s ease;
        /* Add infinite to loop. */
        -ms-animation: move 40s ease;
        -webkit-animation: move 40s ease;
        -moz-animation: move 40s ease;
        transform: scale(1);
        -ms-transform: scale(1);
        /* IE 9 */
        -webkit-transform: scale(1);
        /* Safari and Chrome */
        -o-transform: scale(1);
        /* Opera */
        -moz-transform: scale(1);
        /* Firefox */ } }
    .title-tool-block .title-tool-block-bg:after {
      background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 100%);
      top: 0;
      content: "";
      z-index: 99;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0; }
  .title-tool-block .title-tool-block-inner {
    position: relative;
    z-index: 999; }
    @media (min-width: 767px) {
      .title-tool-block .title-tool-block-inner {
        padding: 100px 7% 60px;
        text-align: center; } }
    .title-tool-block .title-tool-block-inner .title-tool-title h1, .title-tool-block .title-tool-block-inner .title-tool-title .h1 {
      margin: 0;
      font-size: 48px;
      line-height: 54px;
      font-family: var(--medium-weight-sans), Arial, sans-serif;
      letter-spacing: 0.2em;
      text-align: center;
      padding-top: 30px; }
      @media (min-width: 767px) {
        .title-tool-block .title-tool-block-inner .title-tool-title h1, .title-tool-block .title-tool-block-inner .title-tool-title .h1 {
          color: #fff;
          text-shadow: 0px 0px 12px rgba(0, 0, 0, 0.39);
          padding-top: 0; } }
    .title-tool-block .title-tool-block-inner .title-tool-title hr {
      max-width: 682px;
      border-top: #fa4616 2px solid;
      margin-top: 40px;
      margin-bottom: 40px;
      opacity: 1;
      margin-left: auto;
      margin-right: auto; }
    .title-tool-block .title-tool-block-inner .title-tool-title p {
      margin: 0;
      font-size: 24px;
      line-height: 30px;
      font-family: var(--book-weight-sans);
      max-width: 1000px; }
      @media (min-width: 767px) {
        .title-tool-block .title-tool-block-inner .title-tool-title p {
          color: #fff;
          margin: 40px auto 85px; } }
    @media (max-width: 768px) {
      .title-tool-block .title-tool-block-inner .title-tool-title {
        padding: 0 7% 0;
        background-color: #fff; } }
    .title-tool-block .title-tool-block-inner .tool-link-wrapper {
      display: flex;
      flex-direction: column;
      flex-wrap: wrap;
      justify-content: space-evenly;
      min-height: 1em;
      position: relative;
      background-color: #fff; }
      @media (min-width: 767px) {
        .title-tool-block .title-tool-block-inner .tool-link-wrapper {
          flex-direction: row;
          background-color: transparent;
          gap: 10px;
          max-width: 1304px;
          margin-left: auto;
          margin-right: auto; } }
      .title-tool-block .title-tool-block-inner .tool-link-wrapper .tool-link {
        -webkit-flex: 1 1 0;
        flex: 0 1 0;
        position: relative;
        border: 3px solid rgba(255, 255, 255, 0.85);
        background-color: rgba(255, 255, 255, 0.85);
        padding: 30px 3.5%;
        display: flex;
        text-decoration: none;
        min-width: 205px;
        width: 100%;
        gap: 20px;
        align-items: center; }
        @media (min-width: 767px) {
          .title-tool-block .title-tool-block-inner .tool-link-wrapper .tool-link {
            max-width: 285px;
            padding: 15px;
            flex-direction: column;
            text-align: center;
            gap: 0; } }
        .title-tool-block .title-tool-block-inner .tool-link-wrapper .tool-link:hover, .title-tool-block .title-tool-block-inner .tool-link-wrapper .tool-link:focus {
          border: 3px solid #fa4616;
          background-color: white; }
        .title-tool-block .title-tool-block-inner .tool-link-wrapper .tool-link .figure {
          margin-bottom: 30px; }
          .title-tool-block .title-tool-block-inner .tool-link-wrapper .tool-link .figure .figure-img {
            height: 90px;
            width: 90px;
            object-fit: contain; }
        .title-tool-block .title-tool-block-inner .tool-link-wrapper .tool-link h2, .title-tool-block .title-tool-block-inner .tool-link-wrapper .tool-link .h2 {
          font-family: var(--semi-bold-sans);
          font-size: 24px;
          line-height: 28px;
          font-weight: 700;
          margin-bottom: 20px; }
        .title-tool-block .title-tool-block-inner .tool-link-wrapper .tool-link p {
          line-height: 22px;
          font-weight: 600; }

.accordion {
  max-width: 1108px;
  margin: 0 auto;
  padding-top: 45px;
  padding-bottom: 45px;
  max-width: 90%; }
  @media (min-width: 1196px) {
    .accordion {
      max-width: 1074px; } }
  .accordion .accordion-item {
    border: none;
    position: relative;
    z-index: 9999; }
    .accordion .accordion-item .accordion-button {
      color: #0021a5;
      font-size: 26px;
      font-family: var(--semi-bold-sans);
      position: relative; }
      .accordion .accordion-item .accordion-button:before {
        transition: all 0.3s ease-in-out;
        transition-delay: 0.3s;
        content: "";
        bottom: 0;
        top: -2px;
        right: 0;
        left: 0;
        margin: auto;
        position: absolute;
        width: calc(100% + 0px);
        height: 100%;
        border-top: 1px solid #0021a5;
        z-index: -1; }
    .accordion .accordion-item .accordion-button:not(.collapsed) {
      color: #0021a5;
      background-color: #f4f6f6;
      box-shadow: unset; }
      .accordion .accordion-item .accordion-button:not(.collapsed):before {
        width: calc(100% + 20px);
        background-color: #f4f6f6;
        left: -10px; }
    .accordion .accordion-item .accordion-body {
      position: relative;
      z-index: 9999;
      font-family: var(--light-weight-sans);
      font-size: 20px;
      line-height: 28px;
      color: #000;
      padding-bottom: 35px; }
      .accordion .accordion-item .accordion-body strong {
        font-family: var(--medium-weight-sans); }
      .accordion .accordion-item .accordion-body a {
        display: inline-block;
        color: #313535;
        font-family: var(--medium-italic-sans);
        font-size: 19px;
        letter-spacing: -0.01em;
        line-height: 24px;
        text-decoration: none;
        transition: all 0.2s ease-in-out;
        position: relative;
        padding-bottom: 7px; }
        .accordion .accordion-item .accordion-body a:hover, .accordion .accordion-item .accordion-body a:focus {
          color: #313535; }
        .accordion .accordion-item .accordion-body a::after {
          transition: all 0.3s;
          content: "";
          height: 0;
          position: absolute;
          width: 100%;
          border-bottom: 2px solid #e8552f;
          bottom: 0;
          right: 0; }
        .accordion .accordion-item .accordion-body a:hover::after, .accordion .accordion-item .accordion-body a:focus::after {
          width: 26px; }
    .accordion .accordion-item .accordion-collapse:before {
      transition: all 0.3s ease-in-out;
      content: "";
      bottom: 0;
      top: 0;
      right: 0;
      left: -15px;
      margin: auto;
      position: absolute;
      width: calc(100% + 30px);
      height: 100%;
      border-bottom: 1px solid #0021a5;
      background-color: #f4f6f6;
      z-index: -1; }
    .accordion .accordion-item .accordion-collapse:not(.show):before {
      left: 0;
      margin: auto;
      position: absolute;
      width: calc(100% + 0px);
      height: 100%;
      background-color: #f4f6f6; }
  .accordion .accordion-button.collapsed::after {
    background: url('/media/templates/mercury-10/img/accordion-open.svg');
    height: 33px;
    width: 33px;
    background-size: 23px 23px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #fff;
    border-radius: 100px; }
  .accordion .accordion-button:not(.collapsed)::after {
    background: url('/media/templates/mercury-10/img/accordion-close.svg');
    height: 33px;
    width: 33px;
    background-size: 23px 23px;
    background-position: center;
    background-repeat: no-repeat;
    border: 1px solid #0021a5;
    border-radius: 100px; }

.tab-block .tab-block-wrapper {
  display: flex;
  align-items: flex-start;
  align-content: stretch;
  justify-content: center;
  max-width: 1540px;
  margin-left: auto;
  margin-right: auto; }
  .tab-block .tab-block-wrapper .desktop-tab-link-col {
    display: none;
    max-width: 20%;
    min-width: 400px;
    border-right: 2px solid #fa4616; }
    @media (min-width: 992px) {
      .tab-block .tab-block-wrapper .desktop-tab-link-col {
        display: block; } }
    .tab-block .tab-block-wrapper .desktop-tab-link-col .tab-link {
      color: #000;
      background: #fff;
      position: relative;
      border-right: 12px solid #fa471600;
      transition: all 0.2s ease-in-out;
      font-family: var(--book-weight-sans);
      min-height: 70px;
      font-size: 28px;
      line-height: 40px;
      display: flex;
      align-items: center;
      justify-content: flex-end;
      text-decoration: none;
      padding-right: 70px; }
      .tab-block .tab-block-wrapper .desktop-tab-link-col .tab-link:hover, .tab-block .tab-block-wrapper .desktop-tab-link-col .tab-link:focus {
        color: #0021a5; }
    .tab-block .tab-block-wrapper .desktop-tab-link-col .tab-link.active,
    .tab-block .tab-block-wrapper .desktop-tab-link-col .tab-link:not(.collapsed) {
      color: #0021a5;
      background: #fff;
      border-right: 12px solid #fa4616;
      pointer-events: none; }
  .tab-block .tab-block-wrapper .tab-content-col {
    padding-left: 5%;
    padding-right: 5%;
    width: 100%; }
    @media (min-width: 992px) {
      .tab-block .tab-block-wrapper .tab-content-col {
        padding-left: 70px;
        padding-right: 0; } }
    .tab-block .tab-block-wrapper .tab-content-col .tab-pane h3, .tab-block .tab-block-wrapper .tab-content-col .tab-pane .h3,
    .tab-block .tab-block-wrapper .tab-content-col .accordion-collapse h3,
    .tab-block .tab-block-wrapper .tab-content-col .accordion-collapse .h3 {
      font-size: 38px;
      color: #343741; }
    .tab-block .tab-block-wrapper .tab-content-col .tab-pane p,
    .tab-block .tab-block-wrapper .tab-content-col .accordion-collapse p {
      font-family: var(--light-weight-sans);
      font-size: 20px;
      line-height: 28px;
      text-align: left;
      color: #000; }
    .tab-block .tab-block-wrapper .tab-content-col .accordion-body {
      margin-bottom: 50px; }
    .tab-block .tab-block-wrapper .tab-content-col .tab-link {
      display: none;
      width: 100%;
      text-align: left;
      border-bottom: 1px solid rgba(128, 128, 128, 0.5);
      margin-bottom: 20px;
      color: #000;
      background: #fff;
      position: relative;
      transition: all 0.2s ease-in-out;
      font-family: var(--book-weight-sans);
      min-height: 70px;
      font-size: 28px;
      border-left: none;
      border-right: none;
      border-top: none;
      padding: 15px 0;
      appearance: none;
      -webkit-appearance: none; }
      .tab-block .tab-block-wrapper .tab-content-col .tab-link:not(.collapsed) {
        color: #0021a5;
        border-bottom: 3px solid #e8552f;
        pointer-events: none; }
      @media (max-width: 992px) {
        .tab-block .tab-block-wrapper .tab-content-col .tab-link {
          display: block; } }

/* Add indicator arrow for the active tab */
.tab-link.active::before {
  opacity: 1; }

/******Faculty Theme Light Updates*********/
.faculty-bio.light {
  background-color: #f4f6f6;
padding-top: 50px;
}
.faculty-bio.light  .container-fluid h1, .faculty-bio.light .container-fluid h2, .faculty-bio.light .container-fluid .faculty-bio-info p, .faculty-bio.light .container-fluid .faculty-contact-info p, .faculty-bio.light .container-fluid .faculty-contact-info a{
color: #000000 !important;
}
.faculty-bio.light ul li, .faculty-bio.light ol li {
 color: #000000 !important;
}
.faculty-bio.light a.faculty-email:hover{
text-decoration: none !important;
}

.faculty-page.light{
background-color: #F4F6F6 !important;
}

.faculty-page.light h1, .faculty-page.light .h1{
color: #000000 !important;
}
.faculty-page.light .faculty-listing-item .faculty-listing-bio p, .faculty-page.light .faculty-listing-item .faculty-listing-bio a{
color:#000000 !important;
margin-bottom: 6px;
line-height: 22px;
}

@media (max-width: 400px) {
  .faculty-page.light #facultyLoadmorelight:hover {
    color: #343741 !important;
    background-color: #f4f6f6 !important; } }
@media (max-width: 400px) {
  .faculty-page.light .animated-border-button:before, .faculty-page .animated-border-button:after {
    width: 87% !important; } }
.faculty-page.light .container-fluid, .faculty-page .container-sm, .faculty-page .container-md, .faculty-page .container-lg, .faculty-page .container-xl, .faculty-page .container-xxl {
  max-width: 1920px; }

/******End Faculty Theme Light Updates*********/
/****** Form CSS March 2023 ************/


.form-ufl hr {
  border-top: 2px solid #FA4616;
  opacity: 1;
}

.form-ufl h3{
color: #0021A5;
font-family: var(--semi-bold-sans);
margin-top: 100px;
}

.form-ufl legend, .form-ufl label{
font-size: 1.25rem;
font-family: var(--medium-weight-sans);
}

.form-ufl span{
font-size: 1.25rem;
font-family: var(--light-weight-sans);

}
.radio-btn input{
margin: 15px 0;
}

.radio-btn label{
font-size: 1.25rem;
font-family: var(--light-weight-sans);
    
}
/* The container */
.btncontainer {
display: block;
position: relative;
padding-left: 35px;
margin-bottom: 12px;
cursor: pointer;
font-size: 22px;
-webkit-user-select: none;
-moz-user-select: none;
-ms-user-select: none;
user-select: none;
}

.btncontainer.radioRow {
display: inline-block;
margin: 10px 15px;
}
/* Hide the browser's default radio button */
.btncontainer input {
   opacity: 0;
  cursor: pointer;
  position: absolute;
  top: 5px;
  left: 0;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #FA4616;
}
.btncontainer input:focus {
    opacity: 100%;		
  cursor: pointer;
  position: absolute;
  top: -12px;
  left: -2px;
  height: 25px;
  width: 25px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #FA4616;
}

/* Create a custom radio button */
.form-ufl .checkmark {
position: absolute;
  top: 5px;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #FA4616;
}

.form-ufl .checkmark.square{
border-radius: 0;
}

/* On mouse-over, add a grey background color */
.form-ufl .btncontainer:hover input ~ .checkmark {
background-color: #FA4616;
}

.form-ufl .btncontainer:focus input ~ .checkmark {
background-color: #FA4616;

}
/* When the radio button is checked, add a blue background */
.btncontainer input:checked ~ .checkmark {
background-color: #FA4616;

}

/* Create the indicator (the dot/circle - hidden when not checked) */
.checkmark:after {
content: "";
position: absolute;
display: none;
}

/* Show the indicator (dot/circle) when checked */
.btncontainer input:checked ~ .checkmark:after {
display: block;
}

.form-ufl input[type=text], .form-ufl input[type=tel], .form-ufl input[type=time], select {
width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 12px;
box-sizing: border-box;
height: 68px;
margin-bottom: 30px;
  background-color: #F4F6F6;
font-family: var(--light-weight-sans);
}

.form-ufl input[type=date]{
  width: 100%;
padding: 12px 20px;
margin: 8px 0;
display: inline-block;
border: 1px solid #ccc;
border-radius: 12px;
box-sizing: border-box;
height: 68px;
margin-bottom: 30px;
  background-color: #F4F6F6;
text-transform: uppercase;
font-family: var(--light-weight-sans);
}



.form-ufl input[type=submit] {
width: 100%;
background-color: #4CAF50;
color: white;
padding: 14px 20px;
margin: 8px 0;
border: none;
border-radius: 4px;
cursor: pointer;
}

.form-ufl input[type=submit]:hover {
background-color: #45a049;
}
.mgBtm-40{margin-bottom: 40px;}
.mgBtm{margin-bottom: 60px;}
/* The container must be positioned relative: */

.form-ufl .custom-select {
  position: relative;
  font-family: var(--light-weight-sans);
  width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-sizing: border-box;
  height: 68px;
  margin-bottom: 30px;
  background-color: #F4F6F6;

}

.form-ufl .custom-select select {
display: none; /*hide original SELECT element: */
}

.form-ufl .select-selected {
background-color: #F4F6F6;
color: #313535;
}

.form-ufl .select-selected:after {
position: absolute;
  content: "\f077";
 font: normal normal normal 25px/1 FontAwesome;
  right: 20px;
  color: #0021A5;
  bottom: 0;
  height: 25px;
  width: 25px;
  background: transparent;
  z-index: 1;
 transform: rotate(180deg);
top: 20px;
}


/* Point the arrow upwards when the select box is open (active): */
.form-ufl .select-selected.select-arrow-active:after {
    border-color: transparent transparent #fff transparent;
  top: 18px;
  
  transform: rotate(180deg);
}

/* style the items (options), including the selected item: */



.form-ufl .select-items div, .select-selected {
  color: #0021A5;
  padding: 8px 16px;
  border: transparent;
  border-color: transparent transparent rgba(0, 0, 0, 0.1) transparent;
  cursor: pointer;
height: 100%;
font-size: 18px;
  line-height: 28px;
  font-family: var(--book-weight-sans);
}

/* Style items (options): */
.form-ufl .select-items {
position: absolute;
background-color: #F4F6F6;
top: 40px;
left: 0;
right: 0;
z-index: 99;
border: 1px solid #ccc;
  border-top-style: none;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  font-size: 18px;
  line-height: 28px;
font-family: var(--book-weight-sans);
    max-height: 300px;
  overflow: scroll;
}

/* Hide the items when the select box is closed: */
.form-ufl .select-hide {
display: none;
}

.form-ufl .select-items div:hover, .same-as-selected {
text-decoration: underline;
  text-decoration-color: #FA4616;
text-underline-offset: 4px;
}
.form-ufl textarea{
width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 12px;
  box-sizing: border-box;
  height: 68px;
  margin-bottom: 30px;
  background-color: #F4F6F6;
  height: 200px;
  font-family: var(--light-weight-sans);
}

.form-ufl input[type="date"] {
background:#F4F6F6 url(../img/calendar-blue.png) 5% 50% no-repeat ;
float: left;
padding: 0px 50px;
}
.form-ufl [type="date"]::-webkit-calendar-picker-indicator {
opacity: 0;
position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 500px;
  height: auto;
  color: transparent;
  background: transparent;
}

.form-ufl [type="time"]::-webkit-calendar-picker-indicator {
opacity: 0;
position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: auto;
  height: auto;
  color: transparent;
  background: transparent;
}

.form-ufl label.upload {
  border: #fa4616 2px dotted;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  padding: 15px 30px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  margin-bottom: 25px;
  width: 200px;
  font-family: var(--medium-weight-sans);
  color: #0021A5;
}
.form-ufl label.upload:hover{
background-color: #F4F6F6;
}

.form-ufl input::file-selector-button {
    border: #fa4616 2px dotted;
  border-radius: 100px;
  text-align: center;
  display: inline-block;
  padding: 15px 30px;
  position: relative;
  cursor: pointer;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  margin-bottom: 10px;
  width: 200px;
  font-family: var(--medium-weight-sans);
  color: #0021A5;
background-color: #ffffff;
font-size: 1.25rem;
}
.form-ufl input::file-selector-button:hover{
background-color: #F4F6F6;
}

span.uploadTxt{
margin: 0 15px;
}

p.txtBld, span.txtBld, legend.txtBld{
font-family: var(--medium-weight-sans);
}

.form-ufl [type="radio"]:checked + label{font-family: var(--medium-weight-sans);}

.form-ufl [type="radio"]:checked,
.form-ufl [type="radio"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form-ufl [type="radio"]:not(:checked) + label
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  

  
}

.form-ufl [type="radio"]:checked + label 
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  
font-family: var(--medium-weight-sans);
  
}
.form-ufl [type="radio"]:checked + label:before,
.form-ufl [type="radio"]:not(:checked) + label:before {
  content: '';
 position: absolute;
  top: 0;
  left: 0;
  height: 20px;
  width: 20px;
  background-color: #ffffff;
  border-radius: 50%;
  border: 2px solid #FA4616;

}
.form-ufl [type="radio"]:checked + label:after,
.form-ufl [type="radio"]:not(:checked) + label:after {
  content: '';
  width: 12px;
  height: 12px;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 100%;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
background-color: #FA4616;


}

.form-ufl input[type="radio"]:not(:checked):focus + label:before {
  content: "";
  display: inline-block;
  height: 20px;
  width: 20px;
  margin-right: 5px;
  /*background: #FA4616 center center no-repeat;*/
  border: 2px solid #FA4616;
  
  border-radius: 100%;
  box-shadow: 0 0 1px #cccccc;
  vertical-align: text-top;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}

.form-ufl input[type="checkbox"]:not(:checked):focus + label:before {
   content: "";
  display: inline-block;
  height: 18px;
  width: 18px;
  margin-right: 5px;
/*  background: #FA4616 center center no-repeat;*/
  border: 2px solid #FA4616;
  
  border-radius: 0;
  box-shadow: 0 0 1px #cccccc;
  vertical-align: text-top;
box-shadow: 0 0 15px rgba(0, 0, 0, 0.5);
}
.form-ufl [type="radio"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form-ufl [type="radio"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

span.hozRadio{ margin: 0 10px;}

.form-ufl [type="checkbox"]:checked + label{font-family: var(--medium-weight-sans);}

.form-ufl [type="checkbox"]:checked,
.form-ufl [type="checkbox"]:not(:checked) {
  position: absolute;
  left: -9999px;
}

.form-ufl [type="checkbox"]:not(:checked) + label
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  

  
}

.form-ufl [type="checkbox"]:checked + label
{
  position: relative;
  padding-left: 28px;
  cursor: pointer;
  line-height: 20px;
  display: inline-block;
  color: #000000;
font-family: var(--medium-weight-sans);
  
}
.form-ufl [type="checkbox"]:checked + label:before,
.form-ufl [type="checkbox"]:not(:checked) + label:before {
  content: '';
 position: absolute;
  top: 0;
  left: 0;
  height: 18px;
  width: 18px;
  background-color: #ffffff;
  border-radius: 0;
  border: 2px solid #FA4616;

}
.form-ufl [type="checkbox"]:checked + label:after,
.form-ufl [type="checkbox"]:not(:checked) + label:after {
  content: '';
  width: 10px;
  height: 10px;
  position: absolute;
  top: 4px;
  left: 4px;
  border-radius: 0;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
background-color: #FA4616;


}


.form-ufl [type="checkbox"]:not(:checked) + label:after {
  opacity: 0;
  -webkit-transform: scale(0);
  transform: scale(0);
}
.form-ufl [type="checkbox"]:checked + label:after {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.form-ufl input[type="time"]::-webkit-calendar-picker-indicator {
  
display: none;
}

.form-ufl .animated-border-button{
background-color: #ffffff;
}

@media screen and (max-width: 481px) {

.form-ufl input::-webkit-date-and-time-value{
width: 100%;
  padding: 12px 20px;
  margin: 8px 0;
  display: block;
  border: none;
  border-radius: 0px;
  box-sizing: border-box;
  height: 68px;
  margin-bottom: 30px;
  background-color: #F4F6F6;
color: #000000;
 font-family: var(--light-weight-sans);
font-size: 16px;
}

.form-ufl input[type=date] {
height: 78px;
}

.form-ufl input[type=time] {
width: 100%;
padding: 0px 20px;
margin: 8px 0;
display: block;
border: 1px solid #ccc;
border-radius: 12px;
box-sizing: border-box;
height: 78px;
margin-bottom: 30px;
background-color: #F4F6F6;
width: 300px;
max-width: 100%;
color: #000000;
font-family: var(--light-weight-sans);
}
.form-ufl input[type=date] {
color: #000000;
  font-family: var(--light-weight-sans);
}
}

/*other*/
.card-right-rail-section .card-rail-wrapper .card-right-rail a {
    z-index: 1;
}
.card-right-rail .animated-underline-button{
	font-size: 16px;
	line-height: 21px;
}
.content .faculty-page .faculty-listing-item .faculty-listing-bio a, .content .faculty-listing-carousel-wrapper .faculty-listing-item .faculty-listing-bio a {
    color: #fff;
    font-family: var(--light-weight-sans);
	text-decoration: underline;
}

/* Faculty Bio additional styles */
.faculty-bio.light{
	padding-top: 150px
}
.content .faculty-bio .container-fluid .faculty-bio-info a{
  color: #fff ;
  text-decoration: underline;
  font-family: var(--light-weight-sans);
}
.content .faculty-bio.light .container-fluid .faculty-bio-info a{
	color: #000000;
}

.faculty-blockquote-section{
	display: none;
}
.faculty-blockquote-section.quote-visible{
	display: block;
}
.faculty-listing-img{
	width: 100%;
	background-position: top;
    background-size: cover;
}
.faculty-page .faculty-listing-img{
    height: 290px;
}
.faculty-listing-carousel-wrapper .faculty-listing-img{
    aspect-ratio: 1;
}
.col-faculty-headshot img{
	width: 100%;
}

/*other*/
@media (min-width: 950px){
  .fullwidth-text-block.card-right-rail-section{
	min-height: 500px;
  }

  .card-right-rail-section .card-rail-wrapper{
    flex-wrap: nowrap;
    height: max-content;
  }
}
    
.content-carousel .slick-dots {
	flex-direction: row-reverse;
}
@media (max-width: 766px){
  .carousel-slide-text-wrapper:only-child {
      margin-bottom: 4rem;
  }
  .content-carousel .slick-dots > li{
  	display: none;
  }
  .content-carousel .button-col{
    display: flex;
    justify-content: center;
  }
}
.carousel-slide-button-wrapper{
	margin-top: 2rem;
	margin-bottom: 4rem;
}
@media (min-width: 767px){
    .carousel-slide-button-wrapper{
		margin-top: 3rem;
		margin-bottom: 3rem;
	}
}
@media (min-width: 767px){
  .content-carousel .cc-slide .row .animated-border-button{
      min-width: 350px;
  }
}
.factoids {
	padding: 0 7%;
	padding-top: 100px;
	padding-bottom: 80px;
  	max-width: 100%;
}

/* Showcase text + image */
.showcase-text-image .col-text .col-text-inner p {
  margin-bottom: 35px;
}

.sti-btn-wrap a {
    margin-bottom: 20px;
    display: block;
}

.text-left-row {
  flex-direction: row-reverse;
}
@media (max-width: 991px){
	.showcase-text-image .text-left-row {
      flex-direction: column;
    }
}

 /* Table Styles */
/* Default all thead th elements to orange */

.content table thead th { 
    color: #0021a5; 
    font-weight: bold; 
    font-size: 22px; /* Default font size for headers */
    background-color: white;
}

/* If there's a second thead, make the first thead blue with larger font */
.content  table thead tr:nth-child(1):not(:last-child) th {
    color: #0021a5;
    border: none;
    text-align: center;
  	font-size: 26px;
    font-family: var(--semi-bold-sans);
}

.content table thead tr:nth-child(1):last-child th{
	border: none;
}
    
.content tbody th:first-child{
    color: #0021a5;
}

.content table td {
    border: 1px solid #8a9397;
    padding: 11.2px 16px;
}

/* Test styles for limited Borders*/
    #content tr:last-child td, #content tr:last-child th {
    border-bottom-width: 1px;
}

#content tr:first-child td, #content tr:first-child th {
    border-top-width: 1px;
}
#content tr td, #content tr th {
    border-bottom-width: 0;
    border-top-width: 0;
}

    
.content table th {
    border: 1px solid #8a9397; 
    font-family: var(--semi-bold-sans);
    text-align: left;
    padding: 22px;
}

.content table {
    background-color: white; 
}

.content table td {
    font-size: 20px;
    line-height: 24px;
    text-align: left;
    color: black;
    font-family: var(--light-weight-sans);
    min-width: 175px;
}

table th {
    font-size: 22px;
    line-height: 26px;
    text-align: left;
    color: black;
    font-family: var(--light-weight-sans);
    min-width: 175px;
}

.content  table a {
  color: #0264F7;
}
    
/* Select the even rows (excluding the first row) and set the background color to #e6e6e6 */
.content  table tbody tr:not(:first-child):nth-child(even) {
    background-color: white;
}

/* Select the odd rows (excluding the first row) and set the background color to white */
.content  table tbody tr:not(:first-child):nth-child(odd) {
    background-color: #f4f6f6;
}

/* Select the first row and set the background color to white */
.content  table tbody tr:first-child {
    background-color: #f4f6f6;
}

/* Select the first column of each row and set the background color to white */
/*.content th:nth-child(1) {
    background-color: white; 
}
*/
/* If the first cell of thead is empty, remove its border */
.content  table thead tr th:first-child:empty {
    border: none;
}


/* If there are two thead rows, remove the border of the cell below the first cell */
.content  table thead tr:nth-child(1):not(:last-child) + thead tr th:first-child {
    border: none;
}

/* Select the first column of each row and set the background color to white */
#TableMax td:first-child , 
#TableMax th:first-child {
    background-color: white !important; 
}

/* Rule for the first tr inside a thead to have no borders */
table thead tr:first-child th {
    border: none;
}

/* Rule for tr that's the only child inside a thead to have borders */
.content table thead tr:only-child th {
    border: 1px solid black ;  /* Assuming a black border for demonstration purposes */
}

.content table tr:nth-child(n) td:first-child, .content table tr:nth-child(n) th:first-child {
    border-left: 0;
}
.content table tr:nth-child(n) td:last-child, .content table tr:nth-child(n) th:last-child {
    border-right: 0;
}
    
/* Accordion Links */

.content .accordion .accordion-item .accordion-body table a {
    color: #0021a5;  font-family: var(--semi-bold-sans);
    }

.content .accordion .accordion-item .accordion-body table a::after {border-bottom: none;}

.content .accordion .accordion-item .accordion-body table a:hover {color: black; text-decoration: underline;}

/* Fixes for list styling breaking carousel styling */   
#content .content-carousel ul li::before {
    content: "";
}
.content-carousel .slick-dots li{
	margin-right: 15px;
}

   /* Sidebar specific styles to reset ULs */
.sidenav ul {
    list-style-type: none; /* Removes any list style */
    padding-left: 0; /* Resets any padding */
}

.sidenav ul li {
    /* Resets specific styles for list items if needed */
    font-family: inherit; /* Resets font family */
    font-size: inherit; /* Resets font size */
    line-height: inherit; /* Resets line height */
    color: inherit; /* Resets color */
    margin-bottom: inherit; /* Resets bottom margin */
}

.sidenav ul li::marker {
    font-size: inherit; /* Resets marker size */
    color: inherit; /* Resets marker color */
    display: none; /* Hides the marker */
}

.sidenav ul li::before {
    content: none; /* Removes before content */
}
    
/* Reset styles for ul inside .sidenav */
.sidenav ul {
    list-style: none; /* Removes default list-style */
    padding-left: 0; /* Removes default padding */
}

/* Reset styles for li inside .sidenav */
.sidenav li {
    list-style: none !important;
    background: none !important;
    border: none !important; 
    
}

/* Remove ::before content for li inside .sidenav */
.sidenav li::before {
    content: none !important;
}

/* If there are specific markers or pseudo-elements added, remove them */
.sidenav li::marker,
.sidenav ul li::before {
    content: none !important;
    display: none !important;
}
    
/* Styling for Tier 2/3 Template Inner Page - With Side Nav */
#content .side-nav-li a {
  color: #000;
  position: relative;
  transition: all 0.2s ease-in-out;
  font-family: var(--light-weight-sans) !important;
  min-height: 70px;
  font-size: 28px;
  line-height: 35px;
  display: flex;
  align-items: end;
  justify-content: flex-end;
  text-decoration: none;
  padding-right: 70px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-weight: 150;
  text-align: end;
}

#content .side-nav-li a.active {
 color: #0021a5 !important;
 border-right: 12px solid #fa4616;
 pointer-events: none;
}

#content ul > li.side-nav-li::before {
  content: none !important;
}

#content ul > li.side-nav-li a:hover {
text-decoration: none;
}

.sidebar-container {
  display: flex; 
  justify-content: center; 
  margin-left: 13%;
}

@media screen and (max-width: 1960px) {
  .sidebar-container {
    display: none !important;
  }

  .sidebar-content-right-column {
    width: 100%;
  }
}
    
/* Livestream with Captions CT */
.embed-responsive {
  position: relative;
  display: block;
  height: 0;
  padding: 0;
  overflow: hidden; }
 .embed-responsive .embed-responsive-item,
 .embed-responsive iframe,
 .embed-responsive embed,
 .embed-responsive object,
 .embed-responsive video {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    border: 0; }

.embed-responsive-16by9 {
  padding-bottom: 56.25%; }

.embed-responsive-4by3 {
  padding-bottom: 75%; }
  
.embed-responsive-3by2 {
  padding-bottom: 66%;}

.sharethis-inline-share-buttons {
    max-width: calc(1074px + 14%);
    margin-right: auto;
    margin-left: auto;
    padding-top: 36px;
    padding-right: 7%;
    padding-bottom: 36px;
    padding-left: 7%;
}
/* News Slider */
.slider{ /*This padding is better allowing the focus outline to appear*/
  padding-top: 2px;
  padding-bottom: 2px;
}
.slider .img-fluid {
    min-height: 300px;
    object-fit: cover;
}
      
/* cloud.it.ufl.edu service cards */
div.cloud-service-cards {
  background: #E4E5E5;
}
      
div.cloud-service-cards .row {
   width: 65%;
   margin: 0 auto;
}
      
div.cloud-service-cards div.box-container {
  height: 100%;
  overflow: hidden;
}      
div.cloud-service-cards div.box-container div.box {
  border: 1px solid #cccccc78;
  box-shadow: 0 0 12px 4px #0000000f;
  height: 280px;
  border-radius: 7px;
}

div.box-title h2 {
  font-size: 32px;
  font-weight: 700; 
}

div.box-container div.box a {
  text-decoration: none;
}
      
div.box-container div.box a div p {
  color: #585858;
}

div.box-container div.box a svg {
  vertical-align: baseline;
}
      
div.box-container div.box div.service-name p {
   color: #585858;
}

/* Content Showcase - Action Section CSS */
   .container.csa {
     margin-top: 2.5rem;
     margin-bottom: 2.5rem;
     
   }