/*#d5cbaf;*/
:root {
  --bs-blue: #005195;
  --bs-indigo: #003a69;
  --bs-purple: #4B116F;
  --bs-pink: #d63384;
  --bs-red: #901C3B;
  --bs-orange: #E55302;
  --bs-yellow: #e4c300;
  --bs-green: #007a66;
  --bs-teal: #20c997;
  --bs-cyan: #00b8e4;
  --bs-black: #1E1C1C;
  --bs-white: #FFFFFF;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: rgba(183, 166, 109, 0.7);
  --bs-gray-200: rgba(183, 166, 109, 0.4);
  --bs-gray-300: rgba(183, 166, 109, 0.3);
  --bs-gray-400: rgba(183, 166, 109, 0.2);
  --bs-gray-500: rgba(183, 166, 109, 0.1);
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #005195;
  --bs-secondary: #003A69;
  --bs-success: #007a66;
  --bs-info: #00b8e4;
  --bs-warning: #e4c300;
  --bs-danger: #901C3B;
  --bs-light: rgba(183, 166, 109, 0.3);
  --bs-dark: #333333;
  --bs-primary-rgb: 0, 81, 149;
  --bs-secondary-rgb: 0, 58, 105;
  --bs-success-rgb: 0, 122, 102;
  --bs-info-rgb: 0, 184, 228;
  --bs-warning-rgb: 228, 195, 0;
  --bs-danger-rgb: 144, 28, 59;
  --bs-light-rgb: 183, 166, 109;
  --bs-dark-rgb: 51, 51, 51;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 30, 28, 28;
  --bs-body-color-rgb: 77, 77, 77;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", "Noto Sans", "Liberation Sans", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: var(--bs-font-sans-serif);
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: 400;
  --bs-body-line-height: 1.5;
  --bs-body-color: #4D4D4D;
  --bs-body-bg: #FFFFFF;
  --bs-border-width: 1px;
  --bs-border-style: solid;
  --bs-border-color: rgba(183, 166, 109, 0.3);
  --bs-border-color-translucent: rgba(0, 81, 149, 0.175);
  --bs-border-radius: 0.375rem;
  --bs-border-radius-sm: 0.25rem;
  --bs-border-radius-lg: 0.5rem;
  --bs-border-radius-xl: 1rem;
  --bs-border-radius-2xl: 2rem;
  --bs-border-radius-pill: 50rem;
  --bs-link-color: #005195;
  --bs-link-hover-color: #004177;
  --bs-code-color: #d63384;
  --bs-highlight-bg: #faf3cc; }

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

@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth; } }

body {
  margin: 0;
  font-family: var(--bs-body-font-family);
  font-size: var(--bs-body-font-size);
  font-weight: var(--bs-body-font-weight);
  line-height: var(--bs-body-line-height);
  color: var(--bs-body-color);
  text-align: var(--bs-body-text-align);
  background-color: var(--bs-body-bg);
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(30, 28, 28, 0); }

hr {
  margin: 1rem 0;
  color: inherit;
  border: 0;
  border-top: 1px solid;
  opacity: 0.25; }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2; }

h1 {
  font-size: calc(1.375rem + 1.5vw); }
  @media (min-width: 1200px) {
    h1 {
      font-size: 2.5rem; } }

h2 {
  font-size: calc(1.325rem + 0.9vw); }
  @media (min-width: 1200px) {
    h2 {
      font-size: 2rem; } }

h3 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 1200px) {
    h3 {
      font-size: 1.75rem; } }

h4 {
  font-size: calc(1.275rem + 0.3vw); }
  @media (min-width: 1200px) {
    h4 {
      font-size: 1.5rem; } }

h5 {
  font-size: 1.25rem; }

h6 {
  font-size: 1rem; }

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

abbr[title] {
  text-decoration: underline dotted;
  cursor: help;
  text-decoration-skip-ink: none; }

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

ol,
ul {
  padding-left: 2rem; }

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

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

dt {
  font-weight: 700; }

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

blockquote {
  margin: 0 0 1rem; }

b,
strong {
  font-weight: bolder; }

small {
  font-size: 0.875em; }

mark {
  padding: 0.1875em;
  background-color: var(--bs-highlight-bg); }

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

sub {
  bottom: -.25em; }

sup {
  top: -.5em; }

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

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

pre,
code,
kbd,
samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em; }

pre {
  display: block;
  margin-top: 0;
  margin-bottom: 1rem;
  overflow: auto;
  font-size: 0.875em; }
  pre code {
    font-size: inherit;
    color: inherit;
    word-break: normal; }

code {
  font-size: 0.875em;
  color: var(--bs-code-color);
  word-wrap: break-word; }
  a > code {
    color: inherit; }

kbd {
  padding: 0.1875rem 0.375rem;
  font-size: 0.875em;
  color: var(--bs-body-bg);
  background-color: var(--bs-body-color);
  border-radius: 0.25rem; }
  kbd kbd {
    padding: 0;
    font-size: 1em; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

button:focus:not(:focus-visible) {
  outline: 0; }

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

button,
select {
  text-transform: none; }

[role="button"] {
  cursor: pointer; }

select {
  word-wrap: normal; }
  select:disabled {
    opacity: 1; }

[list]:not([type="date"]):not([type="datetime-local"]):not([type="month"]):not([type="week"]):not([type="time"])::-webkit-calendar-picker-indicator {
  display: none !important; }

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

::-moz-focus-inner {
  padding: 0;
  border-style: none; }

textarea {
  resize: vertical; }

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

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.3vw);
  line-height: inherit; }
  @media (min-width: 1200px) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
  padding: 0; }

::-webkit-inner-spin-button {
  height: auto; }

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

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
  -webkit-appearance: none; }

::-webkit-color-swatch-wrapper {
  padding: 0; }

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

output {
  display: inline-block; }

iframe {
  border: 0; }

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

progress {
  vertical-align: baseline; }

[hidden] {
  display: none !important; }

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

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

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

.accordion {
  --bs-accordion-color: #4D4D4D;
  --bs-accordion-bg: white;
  --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: 0px;
  --bs-accordion-inner-border-radius: -1px;
  --bs-accordion-btn-padding-x: 1.25rem;
  --bs-accordion-btn-padding-y: 1rem;
  --bs-accordion-btn-color: #4d4d4d;
  --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='%23005195'%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: 2rem;
  --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='%23004986'%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: #80a8ca;
  --bs-accordion-btn-focus-box-shadow: 0 0 0 0.25rem rgba(0, 81, 149, 0.25);
  --bs-accordion-body-padding-x: 1.25rem;
  --bs-accordion-body-padding-y: 1rem;
  --bs-accordion-active-color: #004986;
  --bs-accordion-active-bg: #e6eef4; }

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

.breadcrumb {
  --bs-breadcrumb-padding-x: 0;
  --bs-breadcrumb-padding-y: 0;
  --bs-breadcrumb-margin-bottom: 1rem;
  --bs-breadcrumb-bg: ;
  --bs-breadcrumb-border-radius: ;
  --bs-breadcrumb-divider-color: #6c757d;
  --bs-breadcrumb-item-padding-x: 0.5rem;
  --bs-breadcrumb-item-active-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding: var(--bs-breadcrumb-padding-y) var(--bs-breadcrumb-padding-x);
  margin-bottom: var(--bs-breadcrumb-margin-bottom);
  font-size: var(--bs-breadcrumb-font-size);
  list-style: none;
  background-color: var(--bs-breadcrumb-bg);
  border-radius: var(--bs-breadcrumb-border-radius); }

.breadcrumb-item + .breadcrumb-item {
  padding-left: var(--bs-breadcrumb-item-padding-x); }
  .breadcrumb-item + .breadcrumb-item::before {
    float: left;
    padding-right: var(--bs-breadcrumb-item-padding-x);
    color: var(--bs-breadcrumb-divider-color);
    content: var(--bs-breadcrumb-divider, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }
.breadcrumb-item.active {
  color: var(--bs-breadcrumb-item-active-color); }

.btn {
  --bs-btn-padding-x: 0.75rem;
  --bs-btn-padding-y: 0.375rem;
  --bs-btn-font-family: ;
  --bs-btn-font-size: 1rem;
  --bs-btn-font-weight: 400;
  --bs-btn-line-height: 1.5;
  --bs-btn-color: #4D4D4D;
  --bs-btn-bg: transparent;
  --bs-btn-border-width: 1px;
  --bs-btn-border-color: transparent;
  --bs-btn-border-radius: 0.375rem;
  --bs-btn-hover-border-color: transparent;
  --bs-btn-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.15), 0 1px 1px rgba(30, 28, 28, 0.075);
  --bs-btn-disabled-opacity: 0.65;
  --bs-btn-focus-box-shadow: 0 0 0 0.25rem rgba(var(--bs-btn-focus-shadow-rgb), .5);
  display: inline-block;
  padding: var(--bs-btn-padding-y) var(--bs-btn-padding-x);
  font-family: var(--bs-btn-font-family);
  font-size: var(--bs-btn-font-size);
  font-weight: var(--bs-btn-font-weight);
  line-height: var(--bs-btn-line-height);
  color: var(--bs-btn-color);
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  user-select: none;
  border: var(--bs-btn-border-width) solid var(--bs-btn-border-color);
  border-radius: var(--bs-btn-border-radius);
  background-color: var(--bs-btn-bg);
  box-shadow: var(--bs-btn-box-shadow);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn {
      transition: none; } }
  .btn:hover {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color); }
  .btn-check + .btn:hover {
    color: var(--bs-btn-color);
    background-color: var(--bs-btn-bg);
    border-color: var(--bs-btn-border-color); }
  .btn:focus-visible {
    color: var(--bs-btn-hover-color);
    background-color: var(--bs-btn-hover-bg);
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow); }
  .btn-check:focus-visible + .btn {
    border-color: var(--bs-btn-hover-border-color);
    outline: 0;
    box-shadow: var(--bs-btn-box-shadow), var(--bs-btn-focus-box-shadow); }
  .btn-check:checked + .btn, :not(.btn-check) + .btn:active, .btn:first-child:active, .btn.active, .btn.show {
    color: var(--bs-btn-active-color);
    background-color: var(--bs-btn-active-bg);
    border-color: var(--bs-btn-active-border-color);
    box-shadow: var(--bs-btn-active-shadow); }
    .btn-check:checked + .btn:focus-visible, :not(.btn-check) + .btn:active:focus-visible, .btn:first-child:active:focus-visible, .btn.active:focus-visible, .btn.show:focus-visible {
      box-shadow: var(--bs-btn-active-shadow), var(--bs-btn-focus-box-shadow); }
  .btn:disabled, .btn.disabled, fieldset:disabled .btn {
    color: var(--bs-btn-disabled-color);
    pointer-events: none;
    background-color: var(--bs-btn-disabled-bg);
    border-color: var(--bs-btn-disabled-border-color);
    opacity: var(--bs-btn-disabled-opacity);
    box-shadow: none; }

.btn-primary {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #005195;
  --bs-btn-border-color: #005195;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #00457f;
  --bs-btn-hover-border-color: #004177;
  --bs-btn-focus-shadow-rgb: 38, 107, 165;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #004177;
  --bs-btn-active-border-color: #003d70;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(30, 28, 28, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #005195;
  --bs-btn-disabled-border-color: #005195; }

.btn-secondary {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #003A69;
  --bs-btn-border-color: #003A69;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #003159;
  --bs-btn-hover-border-color: #002e54;
  --bs-btn-focus-shadow-rgb: 38, 88, 128;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #002e54;
  --bs-btn-active-border-color: #002c4f;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(30, 28, 28, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #003A69;
  --bs-btn-disabled-border-color: #003A69; }

.btn-success {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #007a66;
  --bs-btn-border-color: #007a66;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #006857;
  --bs-btn-hover-border-color: #006252;
  --bs-btn-focus-shadow-rgb: 38, 142, 125;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #006252;
  --bs-btn-active-border-color: #005c4d;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(30, 28, 28, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #007a66;
  --bs-btn-disabled-border-color: #007a66; }

.btn-info {
  --bs-btn-color: #1E1C1C;
  --bs-btn-bg: #00b8e4;
  --bs-btn-border-color: #00b8e4;
  --bs-btn-hover-color: #1E1C1C;
  --bs-btn-hover-bg: #26c3e8;
  --bs-btn-hover-border-color: #1abfe7;
  --bs-btn-focus-shadow-rgb: 5, 161, 198;
  --bs-btn-active-color: #1E1C1C;
  --bs-btn-active-bg: #33c6e9;
  --bs-btn-active-border-color: #1abfe7;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(30, 28, 28, 0.125);
  --bs-btn-disabled-color: #1E1C1C;
  --bs-btn-disabled-bg: #00b8e4;
  --bs-btn-disabled-border-color: #00b8e4; }

.btn-warning {
  --bs-btn-color: #1E1C1C;
  --bs-btn-bg: #e4c300;
  --bs-btn-border-color: #e4c300;
  --bs-btn-hover-color: #1E1C1C;
  --bs-btn-hover-bg: #e8cc26;
  --bs-btn-hover-border-color: #e7c91a;
  --bs-btn-focus-shadow-rgb: 198, 170, 4;
  --bs-btn-active-color: #1E1C1C;
  --bs-btn-active-bg: #e9cf33;
  --bs-btn-active-border-color: #e7c91a;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(30, 28, 28, 0.125);
  --bs-btn-disabled-color: #1E1C1C;
  --bs-btn-disabled-bg: #e4c300;
  --bs-btn-disabled-border-color: #e4c300; }

.btn-danger {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #901C3B;
  --bs-btn-border-color: #901C3B;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #7a1832;
  --bs-btn-hover-border-color: #73162f;
  --bs-btn-focus-shadow-rgb: 161, 62, 88;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #73162f;
  --bs-btn-active-border-color: #6c152c;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(30, 28, 28, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #901C3B;
  --bs-btn-disabled-border-color: #901C3B; }

.btn-light {
  --bs-btn-color: #1E1C1C;
  --bs-btn-bg: rgba(183, 166, 109, 0.3);
  --bs-btn-border-color: rgba(183, 166, 109, 0.3);
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: rgba(92, 83, 55, 0.405);
  --bs-btn-hover-border-color: rgba(76, 69, 45, 0.44);
  --bs-btn-focus-shadow-rgb: 107, 97, 69;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: rgba(76, 69, 45, 0.44);
  --bs-btn-active-border-color: rgba(63, 57, 38, 0.475);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(30, 28, 28, 0.125);
  --bs-btn-disabled-color: #1E1C1C;
  --bs-btn-disabled-bg: rgba(183, 166, 109, 0.3);
  --bs-btn-disabled-border-color: rgba(183, 166, 109, 0.3); }

.btn-dark {
  --bs-btn-color: #FFFFFF;
  --bs-btn-bg: #333333;
  --bs-btn-border-color: #333333;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #525252;
  --bs-btn-hover-border-color: #474747;
  --bs-btn-focus-shadow-rgb: 82, 82, 82;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #5c5c5c;
  --bs-btn-active-border-color: #474747;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(30, 28, 28, 0.125);
  --bs-btn-disabled-color: #FFFFFF;
  --bs-btn-disabled-bg: #333333;
  --bs-btn-disabled-border-color: #333333; }

.btn-outline-primary {
  --bs-btn-color: #005195;
  --bs-btn-border-color: #005195;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #005195;
  --bs-btn-hover-border-color: #005195;
  --bs-btn-focus-shadow-rgb: 0, 81, 149;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #005195;
  --bs-btn-active-border-color: #005195;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(30, 28, 28, 0.125);
  --bs-btn-disabled-color: #005195;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #005195;
  --bs-gradient: none; }

.btn-outline-secondary {
  --bs-btn-color: #003A69;
  --bs-btn-border-color: #003A69;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #003A69;
  --bs-btn-hover-border-color: #003A69;
  --bs-btn-focus-shadow-rgb: 0, 58, 105;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #003A69;
  --bs-btn-active-border-color: #003A69;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(30, 28, 28, 0.125);
  --bs-btn-disabled-color: #003A69;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #003A69;
  --bs-gradient: none; }

.btn-outline-success {
  --bs-btn-color: #007a66;
  --bs-btn-border-color: #007a66;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #007a66;
  --bs-btn-hover-border-color: #007a66;
  --bs-btn-focus-shadow-rgb: 0, 122, 102;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #007a66;
  --bs-btn-active-border-color: #007a66;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(30, 28, 28, 0.125);
  --bs-btn-disabled-color: #007a66;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #007a66;
  --bs-gradient: none; }

.btn-outline-info {
  --bs-btn-color: #00b8e4;
  --bs-btn-border-color: #00b8e4;
  --bs-btn-hover-color: #1E1C1C;
  --bs-btn-hover-bg: #00b8e4;
  --bs-btn-hover-border-color: #00b8e4;
  --bs-btn-focus-shadow-rgb: 0, 184, 228;
  --bs-btn-active-color: #1E1C1C;
  --bs-btn-active-bg: #00b8e4;
  --bs-btn-active-border-color: #00b8e4;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(30, 28, 28, 0.125);
  --bs-btn-disabled-color: #00b8e4;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #00b8e4;
  --bs-gradient: none; }

.btn-outline-warning {
  --bs-btn-color: #e4c300;
  --bs-btn-border-color: #e4c300;
  --bs-btn-hover-color: #1E1C1C;
  --bs-btn-hover-bg: #e4c300;
  --bs-btn-hover-border-color: #e4c300;
  --bs-btn-focus-shadow-rgb: 228, 195, 0;
  --bs-btn-active-color: #1E1C1C;
  --bs-btn-active-bg: #e4c300;
  --bs-btn-active-border-color: #e4c300;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(30, 28, 28, 0.125);
  --bs-btn-disabled-color: #e4c300;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #e4c300;
  --bs-gradient: none; }

.btn-outline-danger {
  --bs-btn-color: #901C3B;
  --bs-btn-border-color: #901C3B;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #901C3B;
  --bs-btn-hover-border-color: #901C3B;
  --bs-btn-focus-shadow-rgb: 144, 28, 59;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #901C3B;
  --bs-btn-active-border-color: #901C3B;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(30, 28, 28, 0.125);
  --bs-btn-disabled-color: #901C3B;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #901C3B;
  --bs-gradient: none; }

.btn-outline-light {
  --bs-btn-color: rgba(183, 166, 109, 0.3);
  --bs-btn-border-color: rgba(183, 166, 109, 0.3);
  --bs-btn-hover-color: #1E1C1C;
  --bs-btn-hover-bg: rgba(183, 166, 109, 0.3);
  --bs-btn-hover-border-color: rgba(183, 166, 109, 0.3);
  --bs-btn-focus-shadow-rgb: 183, 166, 109;
  --bs-btn-active-color: #1E1C1C;
  --bs-btn-active-bg: rgba(183, 166, 109, 0.3);
  --bs-btn-active-border-color: rgba(183, 166, 109, 0.3);
  --bs-btn-active-shadow: inset 0 3px 5px rgba(30, 28, 28, 0.125);
  --bs-btn-disabled-color: rgba(183, 166, 109, 0.3);
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: rgba(183, 166, 109, 0.3);
  --bs-gradient: none; }

.btn-outline-dark {
  --bs-btn-color: #333333;
  --bs-btn-border-color: #333333;
  --bs-btn-hover-color: #FFFFFF;
  --bs-btn-hover-bg: #333333;
  --bs-btn-hover-border-color: #333333;
  --bs-btn-focus-shadow-rgb: 51, 51, 51;
  --bs-btn-active-color: #FFFFFF;
  --bs-btn-active-bg: #333333;
  --bs-btn-active-border-color: #333333;
  --bs-btn-active-shadow: inset 0 3px 5px rgba(30, 28, 28, 0.125);
  --bs-btn-disabled-color: #333333;
  --bs-btn-disabled-bg: transparent;
  --bs-btn-disabled-border-color: #333333;
  --bs-gradient: none; }

.btn-link {
  --bs-btn-font-weight: 400;
  --bs-btn-color: var(--bs-link-color);
  --bs-btn-bg: transparent;
  --bs-btn-border-color: transparent;
  --bs-btn-hover-color: var(--bs-link-hover-color);
  --bs-btn-hover-border-color: transparent;
  --bs-btn-active-color: var(--bs-link-hover-color);
  --bs-btn-active-border-color: transparent;
  --bs-btn-disabled-color: #6c757d;
  --bs-btn-disabled-border-color: transparent;
  --bs-btn-box-shadow: none;
  --bs-btn-focus-shadow-rgb: 38, 107, 165;
  text-decoration: underline; }
  .btn-link:focus-visible {
    color: var(--bs-btn-color); }
  .btn-link:hover {
    color: var(--bs-btn-hover-color); }

.btn-lg {
  --bs-btn-padding-y: 0.5rem;
  --bs-btn-padding-x: 1rem;
  --bs-btn-font-size: 1.25rem;
  --bs-btn-border-radius: 0.5rem; }

.btn-sm {
  --bs-btn-padding-y: 0.25rem;
  --bs-btn-padding-x: 0.5rem;
  --bs-btn-font-size: 0.875rem;
  --bs-btn-border-radius: 0.25rem; }

.card {
  --bs-card-spacer-y: 1rem;
  --bs-card-spacer-x: 1rem;
  --bs-card-title-spacer-y: 0.5rem;
  --bs-card-border-width: 1px;
  --bs-card-border-color: var(--bs-border-color-translucent);
  --bs-card-border-radius: 0.375rem;
  --bs-card-box-shadow: ;
  --bs-card-inner-border-radius: calc(0.375rem - 1px);
  --bs-card-cap-padding-y: 0.5rem;
  --bs-card-cap-padding-x: 1rem;
  --bs-card-cap-bg: rgba(30, 28, 28, 0.03);
  --bs-card-cap-color: ;
  --bs-card-height: ;
  --bs-card-color: ;
  --bs-card-bg: #FFFFFF;
  --bs-card-img-overlay-padding: 1rem;
  --bs-card-group-margin: 0.75rem;
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: var(--bs-card-height);
  word-wrap: break-word;
  background-color: var(--bs-card-bg);
  background-clip: border-box;
  border: var(--bs-card-border-width) solid var(--bs-card-border-color);
  border-radius: var(--bs-card-border-radius);
  box-shadow: var(--bs-card-box-shadow); }
  .card > hr {
    margin-right: 0;
    margin-left: 0; }
  .card > .list-group {
    border-top: inherit;
    border-bottom: inherit; }
    .card > .list-group:first-child {
      border-top-width: 0;
      border-top-left-radius: var(--bs-card-inner-border-radius);
      border-top-right-radius: var(--bs-card-inner-border-radius); }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: var(--bs-card-inner-border-radius);
      border-bottom-left-radius: var(--bs-card-inner-border-radius); }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  flex: 1 1 auto;
  padding: var(--bs-card-spacer-y) var(--bs-card-spacer-x);
  color: var(--bs-card-color); }

.card-title {
  margin-bottom: var(--bs-card-title-spacer-y); }

.card-subtitle {
  margin-top: calc(-.5 * var(--bs-card-title-spacer-y));
  margin-bottom: 0; }

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

.card-link + .card-link {
  margin-left: var(--bs-card-spacer-x); }

.card-header {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  margin-bottom: 0;
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color); }
  .card-header:first-child {
    border-radius: var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius) 0 0; }

.card-footer {
  padding: var(--bs-card-cap-padding-y) var(--bs-card-cap-padding-x);
  color: var(--bs-card-cap-color);
  background-color: var(--bs-card-cap-bg);
  border-top: var(--bs-card-border-width) solid var(--bs-card-border-color); }
  .card-footer:last-child {
    border-radius: 0 0 var(--bs-card-inner-border-radius) var(--bs-card-inner-border-radius); }

.card-header-tabs {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-bottom: calc(-1 * var(--bs-card-cap-padding-y));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x));
  border-bottom: 0; }
  .card-header-tabs .nav-link.active {
    background-color: var(--bs-card-bg);
    border-bottom-color: var(--bs-card-bg); }

.card-header-pills {
  margin-right: calc(-.5 * var(--bs-card-cap-padding-x));
  margin-left: calc(-.5 * var(--bs-card-cap-padding-x)); }

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: var(--bs-card-img-overlay-padding);
  border-radius: var(--bs-card-inner-border-radius); }

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

.card-img,
.card-img-top {
  border-top-left-radius: var(--bs-card-inner-border-radius);
  border-top-right-radius: var(--bs-card-inner-border-radius); }

.card-img,
.card-img-bottom {
  border-bottom-right-radius: var(--bs-card-inner-border-radius);
  border-bottom-left-radius: var(--bs-card-inner-border-radius); }

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

.container,
.container-fluid,
.container-sm,
.container-md,
.container-lg,
.container-xl,
.container-xxl {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  width: 100%;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  margin-right: auto;
  margin-left: auto; }

@media (min-width: 576px) {
  .container, .container-sm {
    max-width: 540px; } }
@media (min-width: 768px) {
  .container, .container-sm, .container-md {
    max-width: 720px; } }
@media (min-width: 992px) {
  .container, .container-sm, .container-md, .container-lg {
    max-width: 960px; } }
@media (min-width: 1200px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1270px; } }
@media (min-width: 1400px) {
  .container, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1870px; } }
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(-1 * var(--bs-gutter-y));
  margin-right: calc(-.5 * var(--bs-gutter-x));
  margin-left: calc(-.5 * var(--bs-gutter-x)); }
  .row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y); }

.col {
  flex: 1 0 0%; }

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

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

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

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

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

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

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

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

.col-1 {
  flex: 0 0 auto;
  width: 8.33333333%; }

.col-2 {
  flex: 0 0 auto;
  width: 16.66666667%; }

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

.col-4 {
  flex: 0 0 auto;
  width: 33.33333333%; }

.col-5 {
  flex: 0 0 auto;
  width: 41.66666667%; }

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

.col-7 {
  flex: 0 0 auto;
  width: 58.33333333%; }

.col-8 {
  flex: 0 0 auto;
  width: 66.66666667%; }

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

.col-10 {
  flex: 0 0 auto;
  width: 83.33333333%; }

.col-11 {
  flex: 0 0 auto;
  width: 91.66666667%; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media (min-width: 576px) {
  .col-sm {
    flex: 1 0 0%; }

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

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

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

  .row-cols-sm-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

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

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

  .row-cols-sm-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-sm-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-sm-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

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

  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

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

  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

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

  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

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

  .offset-sm-0 {
    margin-left: 0; }

  .offset-sm-1 {
    margin-left: 8.33333333%; }

  .offset-sm-2 {
    margin-left: 16.66666667%; }

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

  .offset-sm-4 {
    margin-left: 33.33333333%; }

  .offset-sm-5 {
    margin-left: 41.66666667%; }

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

  .offset-sm-7 {
    margin-left: 58.33333333%; }

  .offset-sm-8 {
    margin-left: 66.66666667%; }

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

  .offset-sm-10 {
    margin-left: 83.33333333%; }

  .offset-sm-11 {
    margin-left: 91.66666667%; }

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

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

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

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

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

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

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

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

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

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

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

  .g-sm-5,
  .gy-sm-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 768px) {
  .col-md {
    flex: 1 0 0%; }

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

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

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

  .row-cols-md-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

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

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

  .row-cols-md-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-md-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-md-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-md-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

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

  .col-md-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-md-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

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

  .col-md-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-md-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

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

  .col-md-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-md-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

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

  .offset-md-0 {
    margin-left: 0; }

  .offset-md-1 {
    margin-left: 8.33333333%; }

  .offset-md-2 {
    margin-left: 16.66666667%; }

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

  .offset-md-4 {
    margin-left: 33.33333333%; }

  .offset-md-5 {
    margin-left: 41.66666667%; }

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

  .offset-md-7 {
    margin-left: 58.33333333%; }

  .offset-md-8 {
    margin-left: 66.66666667%; }

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

  .offset-md-10 {
    margin-left: 83.33333333%; }

  .offset-md-11 {
    margin-left: 91.66666667%; }

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

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

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

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

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

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

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

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

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

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

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

  .g-md-5,
  .gy-md-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 992px) {
  .col-lg {
    flex: 1 0 0%; }

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

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

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

  .row-cols-lg-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

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

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

  .row-cols-lg-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-lg-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-lg-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

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

  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

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

  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

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

  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

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

  .offset-lg-0 {
    margin-left: 0; }

  .offset-lg-1 {
    margin-left: 8.33333333%; }

  .offset-lg-2 {
    margin-left: 16.66666667%; }

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

  .offset-lg-4 {
    margin-left: 33.33333333%; }

  .offset-lg-5 {
    margin-left: 41.66666667%; }

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

  .offset-lg-7 {
    margin-left: 58.33333333%; }

  .offset-lg-8 {
    margin-left: 66.66666667%; }

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

  .offset-lg-10 {
    margin-left: 83.33333333%; }

  .offset-lg-11 {
    margin-left: 91.66666667%; }

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

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

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

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

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

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

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

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

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

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

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

  .g-lg-5,
  .gy-lg-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 1200px) {
  .col-xl {
    flex: 1 0 0%; }

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

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

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

  .row-cols-xl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

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

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

  .row-cols-xl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

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

  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

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

  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

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

  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

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

  .offset-xl-0 {
    margin-left: 0; }

  .offset-xl-1 {
    margin-left: 8.33333333%; }

  .offset-xl-2 {
    margin-left: 16.66666667%; }

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

  .offset-xl-4 {
    margin-left: 33.33333333%; }

  .offset-xl-5 {
    margin-left: 41.66666667%; }

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

  .offset-xl-7 {
    margin-left: 58.33333333%; }

  .offset-xl-8 {
    margin-left: 66.66666667%; }

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

  .offset-xl-10 {
    margin-left: 83.33333333%; }

  .offset-xl-11 {
    margin-left: 91.66666667%; }

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

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

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

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

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

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

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

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

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

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

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

  .g-xl-5,
  .gy-xl-5 {
    --bs-gutter-y: 3rem; } }
@media (min-width: 1400px) {
  .col-xxl {
    flex: 1 0 0%; }

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

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

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

  .row-cols-xxl-3 > * {
    flex: 0 0 auto;
    width: 33.3333333333%; }

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

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

  .row-cols-xxl-6 > * {
    flex: 0 0 auto;
    width: 16.6666666667%; }

  .col-xxl-auto {
    flex: 0 0 auto;
    width: auto; }

  .col-xxl-1 {
    flex: 0 0 auto;
    width: 8.33333333%; }

  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.66666667%; }

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

  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.33333333%; }

  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.66666667%; }

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

  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.33333333%; }

  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.66666667%; }

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

  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.33333333%; }

  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.66666667%; }

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

  .offset-xxl-0 {
    margin-left: 0; }

  .offset-xxl-1 {
    margin-left: 8.33333333%; }

  .offset-xxl-2 {
    margin-left: 16.66666667%; }

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

  .offset-xxl-4 {
    margin-left: 33.33333333%; }

  .offset-xxl-5 {
    margin-left: 41.66666667%; }

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

  .offset-xxl-7 {
    margin-left: 58.33333333%; }

  .offset-xxl-8 {
    margin-left: 66.66666667%; }

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

  .offset-xxl-10 {
    margin-left: 83.33333333%; }

  .offset-xxl-11 {
    margin-left: 91.66666667%; }

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

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

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

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

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

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

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

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

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

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

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

  .g-xxl-5,
  .gy-xxl-5 {
    --bs-gutter-y: 3rem; } }
.img-fluid {
  max-width: 100%;
  height: auto; }

.img-thumbnail {
  padding: 0.25rem;
  background-color: #FFFFFF;
  border: 0 solid transparent;
  border-radius: 0;
  box-shadow: 0 0.125rem 0.25rem rgba(30, 28, 28, 0.075);
  max-width: 100%;
  height: auto; }

.figure {
  display: inline-block; }

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

.figure-caption {
  font-size: 0.875em;
  color: #6c757d; }

.list-group {
  --bs-list-group-color: #212529;
  --bs-list-group-bg: #FFFFFF;
  --bs-list-group-border-color: rgba(30, 28, 28, 0.125);
  --bs-list-group-border-width: 1px;
  --bs-list-group-border-radius: 0.375rem;
  --bs-list-group-item-padding-x: 1rem;
  --bs-list-group-item-padding-y: 0.5rem;
  --bs-list-group-action-color: #495057;
  --bs-list-group-action-hover-color: #495057;
  --bs-list-group-action-hover-bg: rgba(183, 166, 109, 0.7);
  --bs-list-group-action-active-color: #4D4D4D;
  --bs-list-group-action-active-bg: rgba(183, 166, 109, 0.4);
  --bs-list-group-disabled-color: #6c757d;
  --bs-list-group-disabled-bg: #FFFFFF;
  --bs-list-group-active-color: #FFFFFF;
  --bs-list-group-active-bg: #005195;
  --bs-list-group-active-border-color: #005195;
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: var(--bs-list-group-border-radius); }

.list-group-numbered {
  list-style-type: none;
  counter-reset: section; }
  .list-group-numbered > .list-group-item::before {
    content: counters(section,".") ". ";
    counter-increment: section; }

.list-group-item-action {
  width: 100%;
  color: var(--bs-list-group-action-color);
  text-align: inherit; }
  .list-group-item-action:hover, .list-group-item-action:focus {
    z-index: 1;
    color: var(--bs-list-group-action-hover-color);
    text-decoration: none;
    background-color: var(--bs-list-group-action-hover-bg); }
  .list-group-item-action:active {
    color: var(--bs-list-group-action-active-color);
    background-color: var(--bs-list-group-action-active-bg); }

.list-group-item {
  position: relative;
  display: block;
  padding: var(--bs-list-group-item-padding-y) var(--bs-list-group-item-padding-x);
  color: var(--bs-list-group-color);
  text-decoration: none;
  background-color: var(--bs-list-group-bg);
  border: var(--bs-list-group-border-width) solid var(--bs-list-group-border-color); }
  .list-group-item:first-child {
    border-top-left-radius: inherit;
    border-top-right-radius: inherit; }
  .list-group-item:last-child {
    border-bottom-right-radius: inherit;
    border-bottom-left-radius: inherit; }
  .list-group-item.disabled, .list-group-item:disabled {
    color: var(--bs-list-group-disabled-color);
    pointer-events: none;
    background-color: var(--bs-list-group-disabled-bg); }
  .list-group-item.active {
    z-index: 2;
    color: var(--bs-list-group-active-color);
    background-color: var(--bs-list-group-active-bg);
    border-color: var(--bs-list-group-active-border-color); }
  .list-group-item + .list-group-item {
    border-top-width: 0; }
    .list-group-item + .list-group-item.active {
      margin-top: calc(-1 * var(--bs-list-group-border-width));
      border-top-width: var(--bs-list-group-border-width); }

.list-group-horizontal {
  flex-direction: row; }
  .list-group-horizontal > .list-group-item:first-child:not(:last-child) {
    border-bottom-left-radius: var(--bs-list-group-border-radius);
    border-top-right-radius: 0; }
  .list-group-horizontal > .list-group-item:last-child:not(:first-child) {
    border-top-right-radius: var(--bs-list-group-border-radius);
    border-bottom-left-radius: 0; }
  .list-group-horizontal > .list-group-item.active {
    margin-top: 0; }
  .list-group-horizontal > .list-group-item + .list-group-item {
    border-top-width: var(--bs-list-group-border-width);
    border-left-width: 0; }
    .list-group-horizontal > .list-group-item + .list-group-item.active {
      margin-left: calc(-1 * var(--bs-list-group-border-width));
      border-left-width: var(--bs-list-group-border-width); }

@media (min-width: 576px) {
  .list-group-horizontal-sm {
    flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }
@media (min-width: 768px) {
  .list-group-horizontal-md {
    flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }
@media (min-width: 992px) {
  .list-group-horizontal-lg {
    flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }
@media (min-width: 1200px) {
  .list-group-horizontal-xl {
    flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }
@media (min-width: 1400px) {
  .list-group-horizontal-xxl {
    flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child:not(:last-child) {
      border-bottom-left-radius: var(--bs-list-group-border-radius);
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child:not(:first-child) {
      border-top-right-radius: var(--bs-list-group-border-radius);
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: var(--bs-list-group-border-width);
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: calc(-1 * var(--bs-list-group-border-width));
        border-left-width: var(--bs-list-group-border-width); } }
.list-group-flush {
  border-radius: 0; }
  .list-group-flush > .list-group-item {
    border-width: 0 0 var(--bs-list-group-border-width); }
    .list-group-flush > .list-group-item:last-child {
      border-bottom-width: 0; }

.list-group-item-primary {
  color: #003159;
  background-color: #ccdcea; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #003159;
    background-color: #b8c6d3; }
  .list-group-item-primary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #003159;
    border-color: #003159; }

.list-group-item-secondary {
  color: #00233f;
  background-color: #ccd8e1; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #00233f;
    background-color: #b8c2cb; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #00233f;
    border-color: #00233f; }

.list-group-item-success {
  color: #00493d;
  background-color: #cce4e0; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #00493d;
    background-color: #b8cdca; }
  .list-group-item-success.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #00493d;
    border-color: #00493d; }

.list-group-item-info {
  color: #006e89;
  background-color: #ccf1fa; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #006e89;
    background-color: #b8d9e1; }
  .list-group-item-info.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #006e89;
    border-color: #006e89; }

.list-group-item-warning {
  color: #6d5f11;
  background-color: #faf3cc; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #6d5f11;
    background-color: #e1dbb8; }
  .list-group-item-warning.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #6d5f11;
    border-color: #6d5f11; }

.list-group-item-danger {
  color: #561123;
  background-color: #e9d2d8; }
  .list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
    color: #561123;
    background-color: #d2bdc2; }
  .list-group-item-danger.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #561123;
    border-color: #561123; }

.list-group-item-light {
  color: rgba(38, 35, 23, 0.58);
  background-color: rgba(252, 251, 249, 0.86); }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: rgba(38, 35, 23, 0.58);
    background-color: rgba(220, 219, 217, 0.874); }
  .list-group-item-light.list-group-item-action.active {
    color: #FFFFFF;
    background-color: rgba(38, 35, 23, 0.58);
    border-color: rgba(38, 35, 23, 0.58); }

.list-group-item-dark {
  color: #1f1f1f;
  background-color: #d6d6d6; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: #1f1f1f;
    background-color: #c1c1c1; }
  .list-group-item-dark.list-group-item-action.active {
    color: #FFFFFF;
    background-color: #1f1f1f;
    border-color: #1f1f1f; }

.modal {
  --bs-modal-zindex: 1055;
  --bs-modal-width: 500px;
  --bs-modal-padding: 1rem;
  --bs-modal-margin: 0.5rem;
  --bs-modal-color: ;
  --bs-modal-bg: #FFFFFF;
  --bs-modal-border-color: var(--bs-border-color-translucent);
  --bs-modal-border-width: 1px;
  --bs-modal-border-radius: 0.5rem;
  --bs-modal-box-shadow: 0 0.125rem 0.25rem rgba(30, 28, 28, 0.075);
  --bs-modal-inner-border-radius: calc(0.5rem - 1px);
  --bs-modal-header-padding-x: 1rem;
  --bs-modal-header-padding-y: 1rem;
  --bs-modal-header-padding: 1rem 1rem;
  --bs-modal-header-border-color: var(--bs-border-color);
  --bs-modal-header-border-width: 1px;
  --bs-modal-title-line-height: 1.5;
  --bs-modal-footer-gap: 0.5rem;
  --bs-modal-footer-bg: ;
  --bs-modal-footer-border-color: var(--bs-border-color);
  --bs-modal-footer-border-width: 1px;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-modal-zindex);
  display: none;
  width: 100%;
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  outline: 0; }

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

.modal-dialog-scrollable {
  height: calc(100% - var(--bs-modal-margin) * 2); }
  .modal-dialog-scrollable .modal-content {
    max-height: 100%;
    overflow: hidden; }
  .modal-dialog-scrollable .modal-body {
    overflow-y: auto; }

.modal-dialog-centered {
  display: flex;
  align-items: center;
  min-height: calc(100% - var(--bs-modal-margin) * 2); }

.modal-content {
  position: relative;
  display: flex;
  flex-direction: column;
  width: 100%;
  color: var(--bs-modal-color);
  pointer-events: auto;
  background-color: var(--bs-modal-bg);
  background-clip: padding-box;
  border: var(--bs-modal-border-width) solid var(--bs-modal-border-color);
  border-radius: var(--bs-modal-border-radius);
  box-shadow: var(--bs-modal-box-shadow);
  outline: 0; }

.modal-backdrop {
  --bs-backdrop-zindex: 1050;
  --bs-backdrop-bg: #1E1C1C;
  --bs-backdrop-opacity: 0.5;
  position: fixed;
  top: 0;
  left: 0;
  z-index: var(--bs-backdrop-zindex);
  width: 100vw;
  height: 100vh;
  background-color: var(--bs-backdrop-bg); }
  .modal-backdrop.fade {
    opacity: 0; }
  .modal-backdrop.show {
    opacity: var(--bs-backdrop-opacity); }

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-modal-header-padding);
  border-bottom: var(--bs-modal-header-border-width) solid var(--bs-modal-header-border-color);
  border-top-left-radius: var(--bs-modal-inner-border-radius);
  border-top-right-radius: var(--bs-modal-inner-border-radius); }
  .modal-header .btn-close {
    padding: calc(var(--bs-modal-header-padding-y) * .5) calc(var(--bs-modal-header-padding-x) * .5);
    margin: calc(-.5 * var(--bs-modal-header-padding-y)) calc(-.5 * var(--bs-modal-header-padding-x)) calc(-.5 * var(--bs-modal-header-padding-y)) auto; }

.modal-title {
  margin-bottom: 0;
  line-height: var(--bs-modal-title-line-height); }

.modal-body {
  position: relative;
  flex: 1 1 auto;
  padding: var(--bs-modal-padding); }

.modal-footer {
  display: flex;
  flex-shrink: 0;
  flex-wrap: wrap;
  align-items: center;
  justify-content: flex-end;
  padding: calc(var(--bs-modal-padding) - var(--bs-modal-footer-gap) * .5);
  background-color: var(--bs-modal-footer-bg);
  border-top: var(--bs-modal-footer-border-width) solid var(--bs-modal-footer-border-color);
  border-bottom-right-radius: var(--bs-modal-inner-border-radius);
  border-bottom-left-radius: var(--bs-modal-inner-border-radius); }
  .modal-footer > * {
    margin: calc(var(--bs-modal-footer-gap) * .5); }

@media (min-width: 576px) {
  .modal {
    --bs-modal-margin: 1.75rem;
    --bs-modal-box-shadow: 0 0.5rem 1rem rgba(30, 28, 28, 0.15); }

  .modal-dialog {
    max-width: var(--bs-modal-width);
    margin-right: auto;
    margin-left: auto; }

  .modal-sm {
    --bs-modal-width: 300px; } }
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    --bs-modal-width: 800px; } }
@media (min-width: 1200px) {
  .modal-xl {
    --bs-modal-width: 1140px; } }
.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header,
  .modal-fullscreen .modal-footer {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }

@media (max-width: 575.98px) {
  .modal-fullscreen-sm-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-sm-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-header,
    .modal-fullscreen-sm-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-sm-down .modal-body {
      overflow-y: auto; } }
@media (max-width: 767.98px) {
  .modal-fullscreen-md-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-md-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-header,
    .modal-fullscreen-md-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-md-down .modal-body {
      overflow-y: auto; } }
@media (max-width: 991.98px) {
  .modal-fullscreen-lg-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-lg-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-header,
    .modal-fullscreen-lg-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-lg-down .modal-body {
      overflow-y: auto; } }
@media (max-width: 1199.98px) {
  .modal-fullscreen-xl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-header,
    .modal-fullscreen-xl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xl-down .modal-body {
      overflow-y: auto; } }
@media (max-width: 1399.98px) {
  .modal-fullscreen-xxl-down {
    width: 100vw;
    max-width: none;
    height: 100%;
    margin: 0; }
    .modal-fullscreen-xxl-down .modal-content {
      height: 100%;
      border: 0;
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-header,
    .modal-fullscreen-xxl-down .modal-footer {
      border-radius: 0; }
    .modal-fullscreen-xxl-down .modal-body {
      overflow-y: auto; } }
.nav {
  --bs-nav-link-padding-x: 1rem;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-size: 1.125rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: #333333;
  --bs-nav-link-hover-color: var(--bs-link-hover-color);
  --bs-nav-link-disabled-color: #6c757d;
  display: flex;
  flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link {
  display: block;
  padding: var(--bs-nav-link-padding-y) var(--bs-nav-link-padding-x);
  font-size: var(--bs-nav-link-font-size);
  font-weight: var(--bs-nav-link-font-weight);
  color: var(--bs-nav-link-color);
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link {
      transition: none; } }
  .nav-link:hover, .nav-link:focus {
    color: var(--bs-nav-link-hover-color); }
  .nav-link.disabled {
    color: var(--bs-nav-link-disabled-color);
    pointer-events: none;
    cursor: default; }

.nav-tabs {
  --bs-nav-tabs-border-width: 1px;
  --bs-nav-tabs-border-color: rgba(183, 166, 109, 0.3);
  --bs-nav-tabs-border-radius: 0.375rem;
  --bs-nav-tabs-link-hover-border-color: rgba(183, 166, 109, 0.4) rgba(183, 166, 109, 0.4) rgba(183, 166, 109, 0.3);
  --bs-nav-tabs-link-active-color: #495057;
  --bs-nav-tabs-link-active-bg: #FFFFFF;
  --bs-nav-tabs-link-active-border-color: rgba(183, 166, 109, 0.3) rgba(183, 166, 109, 0.3) #FFFFFF;
  border-bottom: var(--bs-nav-tabs-border-width) solid var(--bs-nav-tabs-border-color); }
  .nav-tabs .nav-link {
    margin-bottom: calc(-1 * var(--bs-nav-tabs-border-width));
    background: none;
    border: var(--bs-nav-tabs-border-width) solid transparent;
    border-top-left-radius: var(--bs-nav-tabs-border-radius);
    border-top-right-radius: var(--bs-nav-tabs-border-radius); }
    .nav-tabs .nav-link:hover, .nav-tabs .nav-link:focus {
      isolation: isolate;
      border-color: var(--bs-nav-tabs-link-hover-border-color); }
    .nav-tabs .nav-link.disabled, .nav-tabs .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-tabs .nav-link.active,
  .nav-tabs .nav-item.show .nav-link {
    color: var(--bs-nav-tabs-link-active-color);
    background-color: var(--bs-nav-tabs-link-active-bg);
    border-color: var(--bs-nav-tabs-link-active-border-color); }
  .nav-tabs .dropdown-menu {
    margin-top: calc(-1 * var(--bs-nav-tabs-border-width));
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav-pills {
  --bs-nav-pills-border-radius: 0.375rem;
  --bs-nav-pills-link-active-color: #FFFFFF;
  --bs-nav-pills-link-active-bg: #005195; }
  .nav-pills .nav-link {
    background: none;
    border: 0;
    border-radius: var(--bs-nav-pills-border-radius); }
    .nav-pills .nav-link:disabled {
      color: var(--bs-nav-link-disabled-color);
      background-color: transparent;
      border-color: transparent; }
  .nav-pills .nav-link.active,
  .nav-pills .show > .nav-link {
    color: var(--bs-nav-pills-link-active-color);
    background-color: var(--bs-nav-pills-link-active-bg); }

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

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

.nav-fill .nav-item .nav-link,
.nav-justified .nav-item .nav-link {
  width: 100%; }

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

.navbar {
  --bs-navbar-padding-x: 0;
  --bs-navbar-padding-y: 0.5rem;
  --bs-navbar-color: rgba(30, 28, 28, 0.55);
  --bs-navbar-hover-color: rgba(30, 28, 28, 0.7);
  --bs-navbar-disabled-color: rgba(30, 28, 28, 0.3);
  --bs-navbar-active-color: rgba(30, 28, 28, 0.9);
  --bs-navbar-brand-padding-y: 0.3125rem;
  --bs-navbar-brand-margin-end: 1rem;
  --bs-navbar-brand-font-size: 1.25rem;
  --bs-navbar-brand-color: rgba(30, 28, 28, 0.9);
  --bs-navbar-brand-hover-color: rgba(30, 28, 28, 0.9);
  --bs-navbar-nav-link-padding-x: 0.35rem;
  --bs-navbar-toggler-padding-y: 0.25rem;
  --bs-navbar-toggler-padding-x: 0.75rem;
  --bs-navbar-toggler-font-size: 1.25rem;
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2830, 28, 28, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
  --bs-navbar-toggler-border-color: rgba(30, 28, 28, 0.1);
  --bs-navbar-toggler-border-radius: 0.375rem;
  --bs-navbar-toggler-focus-width: 0.25rem;
  --bs-navbar-toggler-transition: box-shadow 0.15s ease-in-out;
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-navbar-padding-y) var(--bs-navbar-padding-x); }
  .navbar > .container,
  .navbar > .container-fluid,
  .navbar > .container-sm,
  .navbar > .container-md,
  .navbar > .container-lg,
  .navbar > .container-xl,
  .navbar > .container-xxl {
    display: flex;
    flex-wrap: inherit;
    align-items: center;
    justify-content: space-between; }

.navbar-brand {
  padding-top: var(--bs-navbar-brand-padding-y);
  padding-bottom: var(--bs-navbar-brand-padding-y);
  margin-right: var(--bs-navbar-brand-margin-end);
  font-size: var(--bs-navbar-brand-font-size);
  color: var(--bs-navbar-brand-color);
  text-decoration: none;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    color: var(--bs-navbar-brand-hover-color); }

.navbar-nav {
  --bs-nav-link-padding-x: 0;
  --bs-nav-link-padding-y: 0.5rem;
  --bs-nav-link-font-size: 1.125rem;
  --bs-nav-link-font-weight: ;
  --bs-nav-link-color: var(--bs-navbar-color);
  --bs-nav-link-hover-color: var(--bs-navbar-hover-color);
  --bs-nav-link-disabled-color: var(--bs-navbar-disabled-color);
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .show > .nav-link,
  .navbar-nav .nav-link.active {
    color: var(--bs-navbar-active-color); }
  .navbar-nav .dropdown-menu {
    position: static; }

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  color: var(--bs-navbar-color); }
  .navbar-text a,
  .navbar-text a:hover,
  .navbar-text a:focus {
    color: var(--bs-navbar-active-color); }

.navbar-collapse {
  flex-basis: 100%;
  flex-grow: 1;
  align-items: center; }

.navbar-toggler {
  padding: var(--bs-navbar-toggler-padding-y) var(--bs-navbar-toggler-padding-x);
  font-size: var(--bs-navbar-toggler-font-size);
  line-height: 1;
  color: var(--bs-navbar-color);
  background-color: transparent;
  border: var(--bs-border-width) solid var(--bs-navbar-toggler-border-color);
  border-radius: var(--bs-navbar-toggler-border-radius);
  transition: var(--bs-navbar-toggler-transition); }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    box-shadow: 0 0 0 var(--bs-navbar-toggler-focus-width); }

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  background-image: var(--bs-navbar-toggler-icon-bg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%; }

.navbar-nav-scroll {
  max-height: var(--bs-scroll-height, 75vh);
  overflow-y: auto; }

@media (min-width: 576px) {
  .navbar-expand-sm {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      box-shadow: none;
      transition: none; }
      .navbar-expand-sm .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-sm .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }
@media (min-width: 768px) {
  .navbar-expand-md {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      box-shadow: none;
      transition: none; }
      .navbar-expand-md .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-md .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }
@media (min-width: 992px) {
  .navbar-expand-lg {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      box-shadow: none;
      transition: none; }
      .navbar-expand-lg .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-lg .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }
@media (min-width: 1200px) {
  .navbar-expand-xl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      box-shadow: none;
      transition: none; }
      .navbar-expand-xl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }
@media (min-width: 1400px) {
  .navbar-expand-xxl {
    flex-wrap: nowrap;
    justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link {
        padding-right: var(--bs-navbar-nav-link-padding-x);
        padding-left: var(--bs-navbar-nav-link-padding-x); }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: flex !important;
      flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: static;
      z-index: auto;
      flex-grow: 1;
      width: auto !important;
      height: auto !important;
      visibility: visible !important;
      background-color: transparent !important;
      border: 0 !important;
      transform: none !important;
      box-shadow: none;
      transition: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-header {
        display: none; }
      .navbar-expand-xxl .offcanvas .offcanvas-body {
        display: flex;
        flex-grow: 0;
        padding: 0;
        overflow-y: visible; } }
.navbar-expand {
  flex-wrap: nowrap;
  justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link {
      padding-right: var(--bs-navbar-nav-link-padding-x);
      padding-left: var(--bs-navbar-nav-link-padding-x); }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: flex !important;
    flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas {
    position: static;
    z-index: auto;
    flex-grow: 1;
    width: auto !important;
    height: auto !important;
    visibility: visible !important;
    background-color: transparent !important;
    border: 0 !important;
    transform: none !important;
    box-shadow: none;
    transition: none; }
    .navbar-expand .offcanvas .offcanvas-header {
      display: none; }
    .navbar-expand .offcanvas .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible; }

.navbar-dark {
  --bs-navbar-color: rgba(255, 255, 255, 0.55);
  --bs-navbar-hover-color: rgba(255, 255, 255, 0.75);
  --bs-navbar-disabled-color: rgba(255, 255, 255, 0.25);
  --bs-navbar-active-color: #FFFFFF;
  --bs-navbar-brand-color: #FFFFFF;
  --bs-navbar-brand-hover-color: #FFFFFF;
  --bs-navbar-toggler-border-color: rgba(255, 255, 255, 0.1);
  --bs-navbar-toggler-icon-bg: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e"); }

.offcanvas-sm, .offcanvas-md, .offcanvas-lg, .offcanvas-xl, .offcanvas-xxl, .offcanvas {
  --bs-offcanvas-zindex: 1045;
  --bs-offcanvas-width: 400px;
  --bs-offcanvas-height: 30vh;
  --bs-offcanvas-padding-x: 1rem;
  --bs-offcanvas-padding-y: 1rem;
  --bs-offcanvas-color: ;
  --bs-offcanvas-bg: #FFFFFF;
  --bs-offcanvas-border-width: 1px;
  --bs-offcanvas-border-color: var(--bs-border-color-translucent);
  --bs-offcanvas-box-shadow: 0 0.125rem 0.25rem rgba(30, 28, 28, 0.075); }

@media (max-width: 575.98px) {
  .offcanvas-sm {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 575.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-sm {
      transition: none; } }
@media (max-width: 575.98px) {
    .offcanvas-sm.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-sm.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-sm.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-sm.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-sm.showing, .offcanvas-sm.show:not(.hiding) {
      transform: none; }
    .offcanvas-sm.showing, .offcanvas-sm.hiding, .offcanvas-sm.show {
      visibility: visible; } }
@media (min-width: 576px) {
  .offcanvas-sm {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-sm .offcanvas-header {
      display: none; }
    .offcanvas-sm .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 767.98px) {
  .offcanvas-md {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 767.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-md {
      transition: none; } }
@media (max-width: 767.98px) {
    .offcanvas-md.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-md.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-md.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-md.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-md.showing, .offcanvas-md.show:not(.hiding) {
      transform: none; }
    .offcanvas-md.showing, .offcanvas-md.hiding, .offcanvas-md.show {
      visibility: visible; } }
@media (min-width: 768px) {
  .offcanvas-md {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-md .offcanvas-header {
      display: none; }
    .offcanvas-md .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 991.98px) {
  .offcanvas-lg {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 991.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-lg {
      transition: none; } }
@media (max-width: 991.98px) {
    .offcanvas-lg.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-lg.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-lg.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-lg.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-lg.showing, .offcanvas-lg.show:not(.hiding) {
      transform: none; }
    .offcanvas-lg.showing, .offcanvas-lg.hiding, .offcanvas-lg.show {
      visibility: visible; } }
@media (min-width: 992px) {
  .offcanvas-lg {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-lg .offcanvas-header {
      display: none; }
    .offcanvas-lg .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1199.98px) {
  .offcanvas-xl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 1199.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xl {
      transition: none; } }
@media (max-width: 1199.98px) {
    .offcanvas-xl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-xl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-xl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-xl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-xl.showing, .offcanvas-xl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xl.showing, .offcanvas-xl.hiding, .offcanvas-xl.show {
      visibility: visible; } }
@media (min-width: 1200px) {
  .offcanvas-xl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xl .offcanvas-header {
      display: none; }
    .offcanvas-xl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

@media (max-width: 1399.98px) {
  .offcanvas-xxl {
    position: fixed;
    bottom: 0;
    z-index: var(--bs-offcanvas-zindex);
    display: flex;
    flex-direction: column;
    max-width: 100%;
    color: var(--bs-offcanvas-color);
    visibility: hidden;
    background-color: var(--bs-offcanvas-bg);
    background-clip: padding-box;
    outline: 0;
    box-shadow: var(--bs-offcanvas-box-shadow);
    transition: transform 0.3s ease-in-out; } }
  @media (max-width: 1399.98px) and (prefers-reduced-motion: reduce) {
    .offcanvas-xxl {
      transition: none; } }
@media (max-width: 1399.98px) {
    .offcanvas-xxl.offcanvas-start {
      top: 0;
      left: 0;
      width: var(--bs-offcanvas-width);
      border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(-100%); }
    .offcanvas-xxl.offcanvas-end {
      top: 0;
      right: 0;
      width: var(--bs-offcanvas-width);
      border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateX(100%); }
    .offcanvas-xxl.offcanvas-top {
      top: 0;
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(-100%); }
    .offcanvas-xxl.offcanvas-bottom {
      right: 0;
      left: 0;
      height: var(--bs-offcanvas-height);
      max-height: 100%;
      border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
      transform: translateY(100%); }
    .offcanvas-xxl.showing, .offcanvas-xxl.show:not(.hiding) {
      transform: none; }
    .offcanvas-xxl.showing, .offcanvas-xxl.hiding, .offcanvas-xxl.show {
      visibility: visible; } }
@media (min-width: 1400px) {
  .offcanvas-xxl {
    --bs-offcanvas-height: auto;
    --bs-offcanvas-border-width: 0;
    background-color: transparent !important; }
    .offcanvas-xxl .offcanvas-header {
      display: none; }
    .offcanvas-xxl .offcanvas-body {
      display: flex;
      flex-grow: 0;
      padding: 0;
      overflow-y: visible;
      background-color: transparent !important; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: var(--bs-offcanvas-zindex);
  display: flex;
  flex-direction: column;
  max-width: 100%;
  color: var(--bs-offcanvas-color);
  visibility: hidden;
  background-color: var(--bs-offcanvas-bg);
  background-clip: padding-box;
  outline: 0;
  box-shadow: var(--bs-offcanvas-box-shadow);
  transition: transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      transition: none; } }
  .offcanvas.offcanvas-start {
    top: 0;
    left: 0;
    width: var(--bs-offcanvas-width);
    border-right: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(-100%); }
  .offcanvas.offcanvas-end {
    top: 0;
    right: 0;
    width: var(--bs-offcanvas-width);
    border-left: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateX(100%); }
  .offcanvas.offcanvas-top {
    top: 0;
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-bottom: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(-100%); }
  .offcanvas.offcanvas-bottom {
    right: 0;
    left: 0;
    height: var(--bs-offcanvas-height);
    max-height: 100%;
    border-top: var(--bs-offcanvas-border-width) solid var(--bs-offcanvas-border-color);
    transform: translateY(100%); }
  .offcanvas.showing, .offcanvas.show:not(.hiding) {
    transform: none; }
  .offcanvas.showing, .offcanvas.hiding, .offcanvas.show {
    visibility: visible; }

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

.offcanvas-header {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x); }
  .offcanvas-header .btn-close {
    padding: calc(var(--bs-offcanvas-padding-y) * .5) calc(var(--bs-offcanvas-padding-x) * .5);
    margin-top: calc(-.5 * var(--bs-offcanvas-padding-y));
    margin-right: calc(-.5 * var(--bs-offcanvas-padding-x));
    margin-bottom: calc(-.5 * var(--bs-offcanvas-padding-y)); }

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

.offcanvas-body {
  flex-grow: 1;
  padding: var(--bs-offcanvas-padding-y) var(--bs-offcanvas-padding-x);
  overflow-y: auto; }

.pagination {
  --bs-pagination-padding-x: 0.75rem;
  --bs-pagination-padding-y: 0.375rem;
  --bs-pagination-font-size: 1rem;
  --bs-pagination-color: var(--bs-link-color);
  --bs-pagination-bg: #FFFFFF;
  --bs-pagination-border-width: 1px;
  --bs-pagination-border-color: rgba(183, 166, 109, 0.3);
  --bs-pagination-border-radius: 0.375rem;
  --bs-pagination-hover-color: var(--bs-link-hover-color);
  --bs-pagination-hover-bg: rgba(183, 166, 109, 0.4);
  --bs-pagination-hover-border-color: rgba(183, 166, 109, 0.3);
  --bs-pagination-focus-color: var(--bs-link-hover-color);
  --bs-pagination-focus-bg: rgba(183, 166, 109, 0.4);
  --bs-pagination-focus-box-shadow: 0 0 0 0.25rem rgba(0, 81, 149, 0.25);
  --bs-pagination-active-color: #FFFFFF;
  --bs-pagination-active-bg: #005195;
  --bs-pagination-active-border-color: #005195;
  --bs-pagination-disabled-color: #6c757d;
  --bs-pagination-disabled-bg: #FFFFFF;
  --bs-pagination-disabled-border-color: rgba(183, 166, 109, 0.3);
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  padding: var(--bs-pagination-padding-y) var(--bs-pagination-padding-x);
  font-size: var(--bs-pagination-font-size);
  color: var(--bs-pagination-color);
  text-decoration: none;
  background-color: var(--bs-pagination-bg);
  border: var(--bs-pagination-border-width) solid var(--bs-pagination-border-color);
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: var(--bs-pagination-hover-color);
    background-color: var(--bs-pagination-hover-bg);
    border-color: var(--bs-pagination-hover-border-color); }
  .page-link:focus {
    z-index: 3;
    color: var(--bs-pagination-focus-color);
    background-color: var(--bs-pagination-focus-bg);
    outline: 0;
    box-shadow: var(--bs-pagination-focus-box-shadow); }
  .page-link.active, .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-pagination-active-bg);
    border-color: var(--bs-pagination-active-border-color); }
  .page-link.disabled, .disabled > .page-link {
    color: var(--bs-pagination-disabled-color);
    pointer-events: none;
    background-color: var(--bs-pagination-disabled-bg);
    border-color: var(--bs-pagination-disabled-border-color); }

.page-item:not(:first-child) .page-link {
  margin-left: -1px; }
.page-item:first-child .page-link {
  border-top-left-radius: var(--bs-pagination-border-radius);
  border-bottom-left-radius: var(--bs-pagination-border-radius); }
.page-item:last-child .page-link {
  border-top-right-radius: var(--bs-pagination-border-radius);
  border-bottom-right-radius: var(--bs-pagination-border-radius); }

.pagination-lg {
  --bs-pagination-padding-x: 1.5rem;
  --bs-pagination-padding-y: 0.75rem;
  --bs-pagination-font-size: 1.25rem;
  --bs-pagination-border-radius: 0.5rem; }

.pagination-sm {
  --bs-pagination-padding-x: 0.5rem;
  --bs-pagination-padding-y: 0.25rem;
  --bs-pagination-font-size: 0.875rem;
  --bs-pagination-border-radius: 0.25rem; }

.badge {
  --bs-badge-padding-x: 0.65em;
  --bs-badge-padding-y: 0.35em;
  --bs-badge-font-size: 0.75em;
  --bs-badge-font-weight: 700;
  --bs-badge-color: #FFFFFF;
  --bs-badge-border-radius: 0.375rem;
  display: inline-block;
  padding: var(--bs-badge-padding-y) var(--bs-badge-padding-x);
  font-size: var(--bs-badge-font-size);
  font-weight: var(--bs-badge-font-weight);
  line-height: 1;
  color: var(--bs-badge-color);
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: var(--bs-badge-border-radius); }
  .badge:empty {
    display: none; }

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

.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: #FFFFFF;
  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: #FFFFFF;
    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='%23FFFFFF'%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='%23FFFFFF'%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: #FFFFFF;
    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: #FFFFFF;
  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: #1E1C1C; }
.carousel-dark .carousel-caption {
  color: #1E1C1C; }

.btn-close {
  box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #1E1C1C;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%231E1C1C'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat;
  border: 0;
  border-radius: 0.375rem;
  opacity: 0.5; }
  .btn-close:hover {
    color: #1E1C1C;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    box-shadow: 0 0 0 0.25rem rgba(0, 81, 149, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    user-select: none;
    opacity: 0.25; }

.btn-close-white {
  filter: invert(1) grayscale(100%) brightness(200%); }

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4D4D4D;
  background-color: #FFFFFF;
  background-clip: padding-box;
  border: 1px solid rgba(183, 166, 109, 0.2);
  appearance: none;
  border-radius: 0.375rem;
  box-shadow: inset 0 1px 2px rgba(30, 28, 28, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #4D4D4D;
    background-color: #FFFFFF;
    border-color: #80a8ca;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(30, 28, 28, 0.075), 0 0 0 0.25rem rgba(0, 81, 149, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.5em; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled {
    background-color: rgba(183, 166, 109, 0.4);
    opacity: 1; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    margin-inline-end: 0.75rem;
    color: #4D4D4D;
    background-color: rgba(183, 166, 109, 0.4);
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::file-selector-button {
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: rgba(151, 137, 90, 0.43); }

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

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

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

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

.form-control-color {
  width: 3rem;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem; }
  .form-control-color:not(:disabled):not([readonly]) {
    cursor: pointer; }
  .form-control-color::-moz-color-swatch {
    border: 0 !important;
    border-radius: 0.375rem; }
  .form-control-color::-webkit-color-swatch {
    border-radius: 0.375rem; }
  .form-control-color.form-control-sm {
    height: calc(1.5em + 0.5rem + 2px); }
  .form-control-color.form-control-lg {
    height: calc(1.5em + 1rem + 2px); }

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 3px);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4D4D4D;
  background-color: #FFFFFF;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='m2 5 6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid rgba(183, 166, 109, 0.2);
  border-radius: 0.375rem;
  box-shadow: inset 0 1px 2px rgba(30, 28, 28, 0.075);
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      transition: none; } }
  .form-select:focus {
    border-color: #80a8ca;
    outline: 0;
    box-shadow: inset 0 1px 2px rgba(30, 28, 28, 0.075), 0 0 0 0.25rem rgba(0, 81, 149, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: rgba(183, 166, 109, 0.4); }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #4D4D4D; }

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

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

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

.form-check-reverse {
  padding-right: 1.5em;
  padding-left: 0;
  text-align: right; }
  .form-check-reverse .form-check-input {
    float: right;
    margin-right: -1.5em;
    margin-left: 0; }

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

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

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

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

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  appearance: none; }
  .form-range:focus {
    outline: 0; }
    .form-range:focus::-webkit-slider-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(0, 81, 149, 0.25); }
    .form-range:focus::-moz-range-thumb {
      box-shadow: 0 0 0 1px #FFFFFF, 0 0 0 0.25rem rgba(0, 81, 149, 0.25); }
  .form-range::-moz-focus-outer {
    border: 0; }
  .form-range::-webkit-slider-thumb {
    width: 1rem;
    height: 1rem;
    margin-top: -0.25rem;
    background-color: #005195;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(30, 28, 28, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-webkit-slider-thumb {
        transition: none; } }
    .form-range::-webkit-slider-thumb:active {
      background-color: #b3cbdf; }
  .form-range::-webkit-slider-runnable-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: rgba(183, 166, 109, 0.3);
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(30, 28, 28, 0.075); }
  .form-range::-moz-range-thumb {
    width: 1rem;
    height: 1rem;
    background-color: #005195;
    border: 0;
    border-radius: 1rem;
    box-shadow: 0 0.1rem 0.25rem rgba(30, 28, 28, 0.1);
    transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    appearance: none; }
    @media (prefers-reduced-motion: reduce) {
      .form-range::-moz-range-thumb {
        transition: none; } }
    .form-range::-moz-range-thumb:active {
      background-color: #b3cbdf; }
  .form-range::-moz-range-track {
    width: 100%;
    height: 0.5rem;
    color: transparent;
    cursor: pointer;
    background-color: rgba(183, 166, 109, 0.3);
    border-color: transparent;
    border-radius: 1rem;
    box-shadow: inset 0 1px 2px rgba(30, 28, 28, 0.075); }
  .form-range:disabled {
    pointer-events: none; }
    .form-range:disabled::-webkit-slider-thumb {
      background-color: rgba(183, 166, 109, 0.1); }
    .form-range:disabled::-moz-range-thumb {
      background-color: rgba(183, 166, 109, 0.1); }

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

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

.input-group-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #4D4D4D;
  text-align: center;
  white-space: nowrap;
  background-color: rgba(183, 166, 109, 0.4);
  border: 1px solid rgba(183, 166, 109, 0.2);
  border-radius: 0.375rem; }

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

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

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

.input-group:not(.has-validation) > :not(:last-child):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n + 3),
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-control,
.input-group:not(.has-validation) > .form-floating:not(:last-child) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group.has-validation > :nth-last-child(n + 3):not(.dropdown-toggle):not(.dropdown-menu):not(.form-floating),
.input-group.has-validation > .dropdown-toggle:nth-last-child(n + 4),
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-control,
.input-group.has-validation > .form-floating:nth-last-child(n + 3) > .form-select {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }
.input-group > :not(:first-child):not(.dropdown-menu):not(.valid-tooltip):not(.valid-feedback):not(.invalid-tooltip):not(.invalid-feedback) {
  margin-left: -1px;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }
.input-group > .form-floating:not(:first-child) > .form-control,
.input-group > .form-floating:not(:first-child) > .form-select {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #FFFFFF;
  background-color: rgba(0, 122, 102, 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: #007a66;
  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='%23007a66' 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: #007a66;
    box-shadow: 0 0 0 0.25rem rgba(0, 122, 102, 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: #007a66; }
  .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='%23007a66' 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: #007a66;
    box-shadow: 0 0 0 0.25rem rgba(0, 122, 102, 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: #007a66; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #007a66; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    box-shadow: 0 0 0 0.25rem rgba(0, 122, 102, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #007a66; }

.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: #901C3B; }

.invalid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: .1rem;
  font-size: 0.875rem;
  color: #FFFFFF;
  background-color: rgba(144, 28, 59, 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: #901C3B;
  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='%23901C3B'%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='%23901C3B' 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: #901C3B;
    box-shadow: 0 0 0 0.25rem rgba(144, 28, 59, 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: #901C3B; }
  .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='%23901C3B'%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='%23901C3B' 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: #901C3B;
    box-shadow: 0 0 0 0.25rem rgba(144, 28, 59, 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: #901C3B; }
  .was-validated .form-check-input:invalid:checked, .form-check-input.is-invalid:checked {
    background-color: #901C3B; }
  .was-validated .form-check-input:invalid:focus, .form-check-input.is-invalid:focus {
    box-shadow: 0 0 0 0.25rem rgba(144, 28, 59, 0.25); }
  .was-validated .form-check-input:invalid ~ .form-check-label, .form-check-input.is-invalid ~ .form-check-label {
    color: #901C3B; }

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

.clearfix::after {
  display: block;
  clear: both;
  content: ""; }

.text-bg-primary {
  color: #FFFFFF !important;
  background-color: RGBA(0, 81, 149, var(--bs-bg-opacity, 1)) !important; }

.text-bg-secondary {
  color: #FFFFFF !important;
  background-color: RGBA(0, 58, 105, var(--bs-bg-opacity, 1)) !important; }

.text-bg-success {
  color: #FFFFFF !important;
  background-color: RGBA(0, 122, 102, var(--bs-bg-opacity, 1)) !important; }

.text-bg-info {
  color: #1E1C1C !important;
  background-color: RGBA(0, 184, 228, var(--bs-bg-opacity, 1)) !important; }

.text-bg-warning {
  color: #1E1C1C !important;
  background-color: RGBA(228, 195, 0, var(--bs-bg-opacity, 1)) !important; }

.text-bg-danger {
  color: #FFFFFF !important;
  background-color: RGBA(144, 28, 59, var(--bs-bg-opacity, 1)) !important; }

.text-bg-light {
  color: #1E1C1C !important;
  background-color: RGBA(183, 166, 109, var(--bs-bg-opacity, 1)) !important; }

.text-bg-dark {
  color: #FFFFFF !important;
  background-color: RGBA(51, 51, 51, var(--bs-bg-opacity, 1)) !important; }

.link-primary {
  color: #005195 !important; }
  .link-primary:hover, .link-primary:focus {
    color: #004177 !important; }

.link-secondary {
  color: #003A69 !important; }
  .link-secondary:hover, .link-secondary:focus {
    color: #002e54 !important; }

.link-success {
  color: #007a66 !important; }
  .link-success:hover, .link-success:focus {
    color: #006252 !important; }

.link-info {
  color: #00b8e4 !important; }
  .link-info:hover, .link-info:focus {
    color: #33c6e9 !important; }

.link-warning {
  color: #e4c300 !important; }
  .link-warning:hover, .link-warning:focus {
    color: #e9cf33 !important; }

.link-danger {
  color: #901C3B !important; }
  .link-danger:hover, .link-danger:focus {
    color: #73162f !important; }

.link-light {
  color: rgba(183, 166, 109, 0.3) !important; }
  .link-light:hover, .link-light:focus {
    color: rgba(225, 218, 195, 0.44) !important; }

.link-dark {
  color: #333333 !important; }
  .link-dark:hover, .link-dark:focus {
    color: #292929 !important; }

.ratio {
  position: relative;
  width: 100%; }
  .ratio::before {
    display: block;
    padding-top: var(--bs-aspect-ratio);
    content: ""; }
  .ratio > * {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }

.ratio-1x1 {
  --bs-aspect-ratio: 100%; }

.ratio-4x3 {
  --bs-aspect-ratio: calc(3 / 4 * 100%); }

.ratio-16x9 {
  --bs-aspect-ratio: calc(9 / 16 * 100%); }

.ratio-21x9 {
  --bs-aspect-ratio: calc(9 / 21 * 100%); }

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

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

.sticky-top {
  position: sticky;
  top: 0;
  z-index: 1020; }

.sticky-bottom {
  position: sticky;
  bottom: 0;
  z-index: 1020; }

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020; }

  .sticky-sm-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020; }

  .sticky-md-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020; }

  .sticky-lg-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }

  .sticky-xl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020; }

  .sticky-xxl-bottom {
    position: sticky;
    bottom: 0;
    z-index: 1020; } }
.hstack {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-self: stretch; }

.vstack {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  align-self: stretch; }

.visually-hidden,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important; }

.stretched-link::after {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1;
  content: ""; }

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

.vr {
  display: inline-block;
  align-self: stretch;
  width: 1px;
  min-height: 1em;
  background-color: currentcolor;
  opacity: 0.25; }

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

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

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

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

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

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

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

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

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

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

.opacity-25 {
  opacity: 0.25 !important; }

.opacity-50 {
  opacity: 0.5 !important; }

.opacity-75 {
  opacity: 0.75 !important; }

.opacity-100 {
  opacity: 1 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.top-50 {
  top: 50% !important; }

.top-100 {
  top: 100% !important; }

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

.bottom-50 {
  bottom: 50% !important; }

.bottom-100 {
  bottom: 100% !important; }

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

.start-50 {
  left: 50% !important; }

.start-100 {
  left: 100% !important; }

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

.end-50 {
  right: 50% !important; }

.end-100 {
  right: 100% !important; }

.translate-middle {
  transform: translate(-50%, -50%) !important; }

.translate-middle-x {
  transform: translateX(-50%) !important; }

.translate-middle-y {
  transform: translateY(-50%) !important; }

.border {
  border: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-top {
  border-top: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-end {
  border-right: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-bottom {
  border-bottom: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-start {
  border-left: var(--bs-border-width) var(--bs-border-style) var(--bs-border-color) !important; }

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

.border-primary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-primary-rgb), var(--bs-border-opacity)) !important; }

.border-secondary {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-secondary-rgb), var(--bs-border-opacity)) !important; }

.border-success {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-success-rgb), var(--bs-border-opacity)) !important; }

.border-info {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-info-rgb), var(--bs-border-opacity)) !important; }

.border-warning {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-warning-rgb), var(--bs-border-opacity)) !important; }

.border-danger {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-danger-rgb), var(--bs-border-opacity)) !important; }

.border-light {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-light-rgb), var(--bs-border-opacity)) !important; }

.border-dark {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-dark-rgb), var(--bs-border-opacity)) !important; }

.border-white {
  --bs-border-opacity: 1;
  border-color: rgba(var(--bs-white-rgb), var(--bs-border-opacity)) !important; }

.border-1 {
  --bs-border-width: 1px; }

.border-2 {
  --bs-border-width: 2px; }

.border-3 {
  --bs-border-width: 3px; }

.border-4 {
  --bs-border-width: 4px; }

.border-5 {
  --bs-border-width: 5px; }

.border-opacity-10 {
  --bs-border-opacity: 0.1; }

.border-opacity-25 {
  --bs-border-opacity: 0.25; }

.border-opacity-50 {
  --bs-border-opacity: 0.5; }

.border-opacity-75 {
  --bs-border-opacity: 0.75; }

.border-opacity-100 {
  --bs-border-opacity: 1; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.order-first {
  order: -1 !important; }

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

.order-1 {
  order: 1 !important; }

.order-2 {
  order: 2 !important; }

.order-3 {
  order: 3 !important; }

.order-4 {
  order: 4 !important; }

.order-5 {
  order: 5 !important; }

.order-last {
  order: 6 !important; }

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

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

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

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

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

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

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

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

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

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

.mx-3 {
  margin-right: 1rem !important;
  margin-left: 1rem !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.me-0 {
  margin-right: 0 !important; }

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

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

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

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

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

.me-auto {
  margin-right: auto !important; }

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

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

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

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

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

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

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

.ms-0 {
  margin-left: 0 !important; }

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

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

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

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

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

.ms-auto {
  margin-left: auto !important; }

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

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

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

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

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

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

.px-0 {
  padding-right: 0 !important;
  padding-left: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.pe-0 {
  padding-right: 0 !important; }

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

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

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

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

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

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

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

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

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

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

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

.ps-0 {
  padding-left: 0 !important; }

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

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

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

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

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

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

.gap-1 {
  gap: 0.25rem !important; }

.gap-2 {
  gap: 0.5rem !important; }

.gap-3 {
  gap: 1rem !important; }

.gap-4 {
  gap: 1.5rem !important; }

.gap-5 {
  gap: 3rem !important; }

.font-monospace {
  font-family: var(--bs-font-monospace) !important; }

.fs-1 {
  font-size: calc(1.375rem + 1.5vw) !important; }

.fs-2 {
  font-size: calc(1.325rem + 0.9vw) !important; }

.fs-3 {
  font-size: calc(1.3rem + 0.6vw) !important; }

.fs-4 {
  font-size: calc(1.275rem + 0.3vw) !important; }

.fs-5 {
  font-size: 1.25rem !important; }

.fs-6 {
  font-size: 1rem !important; }

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

.fst-normal {
  font-style: normal !important; }

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

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

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

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

.fw-semibold {
  font-weight: 600 !important; }

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

.lh-1 {
  line-height: 1 !important; }

.lh-sm {
  line-height: 1.25 !important; }

.lh-base {
  line-height: 1.5 !important; }

.lh-lg {
  line-height: 2 !important; }

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

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

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

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

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

.text-decoration-line-through {
  text-decoration: line-through !important; }

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

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

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

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

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

/* rtl:begin:remove */
.text-break {
  word-wrap: break-word !important;
  word-break: break-word !important; }

/* rtl:end:remove */
.text-primary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-primary-rgb), var(--bs-text-opacity)) !important; }

.text-secondary {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-secondary-rgb), var(--bs-text-opacity)) !important; }

.text-success {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-success-rgb), var(--bs-text-opacity)) !important; }

.text-info {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-info-rgb), var(--bs-text-opacity)) !important; }

.text-warning {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-warning-rgb), var(--bs-text-opacity)) !important; }

.text-danger {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-danger-rgb), var(--bs-text-opacity)) !important; }

.text-light {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-light-rgb), var(--bs-text-opacity)) !important; }

.text-dark {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-dark-rgb), var(--bs-text-opacity)) !important; }

.text-black {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-black-rgb), var(--bs-text-opacity)) !important; }

.text-white {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-white-rgb), var(--bs-text-opacity)) !important; }

.text-body {
  --bs-text-opacity: 1;
  color: rgba(var(--bs-body-color-rgb), var(--bs-text-opacity)) !important; }

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

.text-black-50 {
  --bs-text-opacity: 1;
  color: rgba(30, 28, 28, 0.5) !important; }

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

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

.text-opacity-25 {
  --bs-text-opacity: 0.25; }

.text-opacity-50 {
  --bs-text-opacity: 0.5; }

.text-opacity-75 {
  --bs-text-opacity: 0.75; }

.text-opacity-100 {
  --bs-text-opacity: 1; }

.bg-primary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-primary-rgb), var(--bs-bg-opacity)) !important; }

.bg-secondary {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-secondary-rgb), var(--bs-bg-opacity)) !important; }

.bg-success {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-success-rgb), var(--bs-bg-opacity)) !important; }

.bg-info {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-info-rgb), var(--bs-bg-opacity)) !important; }

.bg-warning {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-warning-rgb), var(--bs-bg-opacity)) !important; }

.bg-danger {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-danger-rgb), var(--bs-bg-opacity)) !important; }

.bg-light {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-light-rgb), var(--bs-bg-opacity)) !important; }

.bg-dark {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-dark-rgb), var(--bs-bg-opacity)) !important; }

.bg-black {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-black-rgb), var(--bs-bg-opacity)) !important; }

.bg-white {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-white-rgb), var(--bs-bg-opacity)) !important; }

.bg-body {
  --bs-bg-opacity: 1;
  background-color: rgba(var(--bs-body-bg-rgb), var(--bs-bg-opacity)) !important; }

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

.bg-opacity-10 {
  --bs-bg-opacity: 0.1; }

.bg-opacity-25 {
  --bs-bg-opacity: 0.25; }

.bg-opacity-50 {
  --bs-bg-opacity: 0.5; }

.bg-opacity-75 {
  --bs-bg-opacity: 0.75; }

.bg-opacity-90 {
  --bs-bg-opacity: 0.9; }

.bg-opacity-100 {
  --bs-bg-opacity: 1; }

.bg-gradient {
  background-image: var(--bs-gradient) !important; }

.user-select-all {
  user-select: all !important; }

.user-select-auto {
  user-select: auto !important; }

.user-select-none {
  user-select: none !important; }

.pe-none {
  pointer-events: none !important; }

.pe-auto {
  pointer-events: auto !important; }

.rounded {
  border-radius: var(--bs-border-radius) !important; }

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

.rounded-1 {
  border-radius: var(--bs-border-radius-sm) !important; }

.rounded-2 {
  border-radius: var(--bs-border-radius) !important; }

.rounded-3 {
  border-radius: var(--bs-border-radius-lg) !important; }

.rounded-4 {
  border-radius: var(--bs-border-radius-xl) !important; }

.rounded-5 {
  border-radius: var(--bs-border-radius-2xl) !important; }

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

.rounded-pill {
  border-radius: var(--bs-border-radius-pill) !important; }

.rounded-top {
  border-top-left-radius: var(--bs-border-radius) !important;
  border-top-right-radius: var(--bs-border-radius) !important; }

.rounded-end {
  border-top-right-radius: var(--bs-border-radius) !important;
  border-bottom-right-radius: var(--bs-border-radius) !important; }

.rounded-bottom {
  border-bottom-right-radius: var(--bs-border-radius) !important;
  border-bottom-left-radius: var(--bs-border-radius) !important; }

.rounded-start {
  border-bottom-left-radius: var(--bs-border-radius) !important;
  border-top-left-radius: var(--bs-border-radius) !important; }

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

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

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

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

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

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

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

  .d-sm-grid {
    display: grid !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-sm-evenly {
    justify-content: space-evenly !important; }

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

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

  .align-items-sm-center {
    align-items: center !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-sm-first {
    order: -1 !important; }

  .order-sm-0 {
    order: 0 !important; }

  .order-sm-1 {
    order: 1 !important; }

  .order-sm-2 {
    order: 2 !important; }

  .order-sm-3 {
    order: 3 !important; }

  .order-sm-4 {
    order: 4 !important; }

  .order-sm-5 {
    order: 5 !important; }

  .order-sm-last {
    order: 6 !important; }

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

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

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

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

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

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

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

  .mx-sm-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-sm-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .mx-sm-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-sm-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-sm-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-sm-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-sm-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-sm-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-sm-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-sm-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-sm-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-sm-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-sm-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-sm-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

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

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

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

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

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

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

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

  .me-sm-0 {
    margin-right: 0 !important; }

  .me-sm-1 {
    margin-right: 0.25rem !important; }

  .me-sm-2 {
    margin-right: 0.5rem !important; }

  .me-sm-3 {
    margin-right: 1rem !important; }

  .me-sm-4 {
    margin-right: 1.5rem !important; }

  .me-sm-5 {
    margin-right: 3rem !important; }

  .me-sm-auto {
    margin-right: auto !important; }

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

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

  .mb-sm-2 {
    margin-bottom: 0.5rem !important; }

  .mb-sm-3 {
    margin-bottom: 1rem !important; }

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

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

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

  .ms-sm-0 {
    margin-left: 0 !important; }

  .ms-sm-1 {
    margin-left: 0.25rem !important; }

  .ms-sm-2 {
    margin-left: 0.5rem !important; }

  .ms-sm-3 {
    margin-left: 1rem !important; }

  .ms-sm-4 {
    margin-left: 1.5rem !important; }

  .ms-sm-5 {
    margin-left: 3rem !important; }

  .ms-sm-auto {
    margin-left: auto !important; }

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

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

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

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

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

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

  .px-sm-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-sm-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .px-sm-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-sm-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-sm-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-sm-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-sm-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-sm-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-sm-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-sm-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-sm-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-sm-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

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

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

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

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

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

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

  .pe-sm-0 {
    padding-right: 0 !important; }

  .pe-sm-1 {
    padding-right: 0.25rem !important; }

  .pe-sm-2 {
    padding-right: 0.5rem !important; }

  .pe-sm-3 {
    padding-right: 1rem !important; }

  .pe-sm-4 {
    padding-right: 1.5rem !important; }

  .pe-sm-5 {
    padding-right: 3rem !important; }

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

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

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

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

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

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

  .ps-sm-0 {
    padding-left: 0 !important; }

  .ps-sm-1 {
    padding-left: 0.25rem !important; }

  .ps-sm-2 {
    padding-left: 0.5rem !important; }

  .ps-sm-3 {
    padding-left: 1rem !important; }

  .ps-sm-4 {
    padding-left: 1.5rem !important; }

  .ps-sm-5 {
    padding-left: 3rem !important; }

  .gap-sm-0 {
    gap: 0 !important; }

  .gap-sm-1 {
    gap: 0.25rem !important; }

  .gap-sm-2 {
    gap: 0.5rem !important; }

  .gap-sm-3 {
    gap: 1rem !important; }

  .gap-sm-4 {
    gap: 1.5rem !important; }

  .gap-sm-5 {
    gap: 3rem !important; }

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

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

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

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

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

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

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

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

  .d-md-grid {
    display: grid !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-md-evenly {
    justify-content: space-evenly !important; }

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

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

  .align-items-md-center {
    align-items: center !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-md-first {
    order: -1 !important; }

  .order-md-0 {
    order: 0 !important; }

  .order-md-1 {
    order: 1 !important; }

  .order-md-2 {
    order: 2 !important; }

  .order-md-3 {
    order: 3 !important; }

  .order-md-4 {
    order: 4 !important; }

  .order-md-5 {
    order: 5 !important; }

  .order-md-last {
    order: 6 !important; }

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

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

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

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

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

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

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

  .mx-md-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-md-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .mx-md-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-md-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-md-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-md-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-md-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-md-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-md-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-md-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-md-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-md-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-md-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-md-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

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

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

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

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

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

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

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

  .me-md-0 {
    margin-right: 0 !important; }

  .me-md-1 {
    margin-right: 0.25rem !important; }

  .me-md-2 {
    margin-right: 0.5rem !important; }

  .me-md-3 {
    margin-right: 1rem !important; }

  .me-md-4 {
    margin-right: 1.5rem !important; }

  .me-md-5 {
    margin-right: 3rem !important; }

  .me-md-auto {
    margin-right: auto !important; }

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

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

  .mb-md-2 {
    margin-bottom: 0.5rem !important; }

  .mb-md-3 {
    margin-bottom: 1rem !important; }

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

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

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

  .ms-md-0 {
    margin-left: 0 !important; }

  .ms-md-1 {
    margin-left: 0.25rem !important; }

  .ms-md-2 {
    margin-left: 0.5rem !important; }

  .ms-md-3 {
    margin-left: 1rem !important; }

  .ms-md-4 {
    margin-left: 1.5rem !important; }

  .ms-md-5 {
    margin-left: 3rem !important; }

  .ms-md-auto {
    margin-left: auto !important; }

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

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

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

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

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

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

  .px-md-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-md-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .px-md-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-md-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-md-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-md-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-md-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-md-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-md-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-md-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-md-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-md-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

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

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

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

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

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

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

  .pe-md-0 {
    padding-right: 0 !important; }

  .pe-md-1 {
    padding-right: 0.25rem !important; }

  .pe-md-2 {
    padding-right: 0.5rem !important; }

  .pe-md-3 {
    padding-right: 1rem !important; }

  .pe-md-4 {
    padding-right: 1.5rem !important; }

  .pe-md-5 {
    padding-right: 3rem !important; }

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

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

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

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

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

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

  .ps-md-0 {
    padding-left: 0 !important; }

  .ps-md-1 {
    padding-left: 0.25rem !important; }

  .ps-md-2 {
    padding-left: 0.5rem !important; }

  .ps-md-3 {
    padding-left: 1rem !important; }

  .ps-md-4 {
    padding-left: 1.5rem !important; }

  .ps-md-5 {
    padding-left: 3rem !important; }

  .gap-md-0 {
    gap: 0 !important; }

  .gap-md-1 {
    gap: 0.25rem !important; }

  .gap-md-2 {
    gap: 0.5rem !important; }

  .gap-md-3 {
    gap: 1rem !important; }

  .gap-md-4 {
    gap: 1.5rem !important; }

  .gap-md-5 {
    gap: 3rem !important; }

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

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

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

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

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

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

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

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

  .d-lg-grid {
    display: grid !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-lg-evenly {
    justify-content: space-evenly !important; }

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

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

  .align-items-lg-center {
    align-items: center !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-lg-first {
    order: -1 !important; }

  .order-lg-0 {
    order: 0 !important; }

  .order-lg-1 {
    order: 1 !important; }

  .order-lg-2 {
    order: 2 !important; }

  .order-lg-3 {
    order: 3 !important; }

  .order-lg-4 {
    order: 4 !important; }

  .order-lg-5 {
    order: 5 !important; }

  .order-lg-last {
    order: 6 !important; }

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

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

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

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

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

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

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

  .mx-lg-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-lg-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .mx-lg-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-lg-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-lg-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-lg-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-lg-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-lg-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-lg-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-lg-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-lg-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-lg-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-lg-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-lg-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

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

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

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

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

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

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

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

  .me-lg-0 {
    margin-right: 0 !important; }

  .me-lg-1 {
    margin-right: 0.25rem !important; }

  .me-lg-2 {
    margin-right: 0.5rem !important; }

  .me-lg-3 {
    margin-right: 1rem !important; }

  .me-lg-4 {
    margin-right: 1.5rem !important; }

  .me-lg-5 {
    margin-right: 3rem !important; }

  .me-lg-auto {
    margin-right: auto !important; }

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

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

  .mb-lg-2 {
    margin-bottom: 0.5rem !important; }

  .mb-lg-3 {
    margin-bottom: 1rem !important; }

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

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

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

  .ms-lg-0 {
    margin-left: 0 !important; }

  .ms-lg-1 {
    margin-left: 0.25rem !important; }

  .ms-lg-2 {
    margin-left: 0.5rem !important; }

  .ms-lg-3 {
    margin-left: 1rem !important; }

  .ms-lg-4 {
    margin-left: 1.5rem !important; }

  .ms-lg-5 {
    margin-left: 3rem !important; }

  .ms-lg-auto {
    margin-left: auto !important; }

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

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

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

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

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

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

  .px-lg-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-lg-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .px-lg-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-lg-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-lg-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-lg-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-lg-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-lg-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-lg-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-lg-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-lg-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-lg-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

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

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

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

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

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

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

  .pe-lg-0 {
    padding-right: 0 !important; }

  .pe-lg-1 {
    padding-right: 0.25rem !important; }

  .pe-lg-2 {
    padding-right: 0.5rem !important; }

  .pe-lg-3 {
    padding-right: 1rem !important; }

  .pe-lg-4 {
    padding-right: 1.5rem !important; }

  .pe-lg-5 {
    padding-right: 3rem !important; }

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

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

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

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

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

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

  .ps-lg-0 {
    padding-left: 0 !important; }

  .ps-lg-1 {
    padding-left: 0.25rem !important; }

  .ps-lg-2 {
    padding-left: 0.5rem !important; }

  .ps-lg-3 {
    padding-left: 1rem !important; }

  .ps-lg-4 {
    padding-left: 1.5rem !important; }

  .ps-lg-5 {
    padding-left: 3rem !important; }

  .gap-lg-0 {
    gap: 0 !important; }

  .gap-lg-1 {
    gap: 0.25rem !important; }

  .gap-lg-2 {
    gap: 0.5rem !important; }

  .gap-lg-3 {
    gap: 1rem !important; }

  .gap-lg-4 {
    gap: 1.5rem !important; }

  .gap-lg-5 {
    gap: 3rem !important; }

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

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

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

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

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

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

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

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

  .d-xl-grid {
    display: grid !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-xl-evenly {
    justify-content: space-evenly !important; }

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

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

  .align-items-xl-center {
    align-items: center !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xl-first {
    order: -1 !important; }

  .order-xl-0 {
    order: 0 !important; }

  .order-xl-1 {
    order: 1 !important; }

  .order-xl-2 {
    order: 2 !important; }

  .order-xl-3 {
    order: 3 !important; }

  .order-xl-4 {
    order: 4 !important; }

  .order-xl-5 {
    order: 5 !important; }

  .order-xl-last {
    order: 6 !important; }

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

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

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

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

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

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

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

  .mx-xl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-xl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .mx-xl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-xl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-xl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-xl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-xl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-xl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-xl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-xl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-xl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-xl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-xl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-xl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

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

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

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

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

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

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

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

  .me-xl-0 {
    margin-right: 0 !important; }

  .me-xl-1 {
    margin-right: 0.25rem !important; }

  .me-xl-2 {
    margin-right: 0.5rem !important; }

  .me-xl-3 {
    margin-right: 1rem !important; }

  .me-xl-4 {
    margin-right: 1.5rem !important; }

  .me-xl-5 {
    margin-right: 3rem !important; }

  .me-xl-auto {
    margin-right: auto !important; }

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

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

  .mb-xl-2 {
    margin-bottom: 0.5rem !important; }

  .mb-xl-3 {
    margin-bottom: 1rem !important; }

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

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

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

  .ms-xl-0 {
    margin-left: 0 !important; }

  .ms-xl-1 {
    margin-left: 0.25rem !important; }

  .ms-xl-2 {
    margin-left: 0.5rem !important; }

  .ms-xl-3 {
    margin-left: 1rem !important; }

  .ms-xl-4 {
    margin-left: 1.5rem !important; }

  .ms-xl-5 {
    margin-left: 3rem !important; }

  .ms-xl-auto {
    margin-left: auto !important; }

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

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

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

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

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

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

  .px-xl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-xl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .px-xl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-xl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-xl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-xl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-xl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-xl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-xl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-xl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-xl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-xl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

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

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

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

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

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

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

  .pe-xl-0 {
    padding-right: 0 !important; }

  .pe-xl-1 {
    padding-right: 0.25rem !important; }

  .pe-xl-2 {
    padding-right: 0.5rem !important; }

  .pe-xl-3 {
    padding-right: 1rem !important; }

  .pe-xl-4 {
    padding-right: 1.5rem !important; }

  .pe-xl-5 {
    padding-right: 3rem !important; }

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

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

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

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

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

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

  .ps-xl-0 {
    padding-left: 0 !important; }

  .ps-xl-1 {
    padding-left: 0.25rem !important; }

  .ps-xl-2 {
    padding-left: 0.5rem !important; }

  .ps-xl-3 {
    padding-left: 1rem !important; }

  .ps-xl-4 {
    padding-left: 1.5rem !important; }

  .ps-xl-5 {
    padding-left: 3rem !important; }

  .gap-xl-0 {
    gap: 0 !important; }

  .gap-xl-1 {
    gap: 0.25rem !important; }

  .gap-xl-2 {
    gap: 0.5rem !important; }

  .gap-xl-3 {
    gap: 1rem !important; }

  .gap-xl-4 {
    gap: 1.5rem !important; }

  .gap-xl-5 {
    gap: 3rem !important; }

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

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

  .text-xl-center {
    text-align: center !important; } }
@media (min-width: 1400px) {
  .float-xxl-start {
    float: left !important; }

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

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

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

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

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

  .d-xxl-grid {
    display: grid !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .justify-content-xxl-evenly {
    justify-content: space-evenly !important; }

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

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

  .align-items-xxl-center {
    align-items: center !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .order-xxl-first {
    order: -1 !important; }

  .order-xxl-0 {
    order: 0 !important; }

  .order-xxl-1 {
    order: 1 !important; }

  .order-xxl-2 {
    order: 2 !important; }

  .order-xxl-3 {
    order: 3 !important; }

  .order-xxl-4 {
    order: 4 !important; }

  .order-xxl-5 {
    order: 5 !important; }

  .order-xxl-last {
    order: 6 !important; }

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

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

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

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

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

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

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

  .mx-xxl-0 {
    margin-right: 0 !important;
    margin-left: 0 !important; }

  .mx-xxl-1 {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important; }

  .mx-xxl-2 {
    margin-right: 0.5rem !important;
    margin-left: 0.5rem !important; }

  .mx-xxl-3 {
    margin-right: 1rem !important;
    margin-left: 1rem !important; }

  .mx-xxl-4 {
    margin-right: 1.5rem !important;
    margin-left: 1.5rem !important; }

  .mx-xxl-5 {
    margin-right: 3rem !important;
    margin-left: 3rem !important; }

  .mx-xxl-auto {
    margin-right: auto !important;
    margin-left: auto !important; }

  .my-xxl-0 {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }

  .my-xxl-1 {
    margin-top: 0.25rem !important;
    margin-bottom: 0.25rem !important; }

  .my-xxl-2 {
    margin-top: 0.5rem !important;
    margin-bottom: 0.5rem !important; }

  .my-xxl-3 {
    margin-top: 1rem !important;
    margin-bottom: 1rem !important; }

  .my-xxl-4 {
    margin-top: 1.5rem !important;
    margin-bottom: 1.5rem !important; }

  .my-xxl-5 {
    margin-top: 3rem !important;
    margin-bottom: 3rem !important; }

  .my-xxl-auto {
    margin-top: auto !important;
    margin-bottom: auto !important; }

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

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

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

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

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

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

  .mt-xxl-auto {
    margin-top: auto !important; }

  .me-xxl-0 {
    margin-right: 0 !important; }

  .me-xxl-1 {
    margin-right: 0.25rem !important; }

  .me-xxl-2 {
    margin-right: 0.5rem !important; }

  .me-xxl-3 {
    margin-right: 1rem !important; }

  .me-xxl-4 {
    margin-right: 1.5rem !important; }

  .me-xxl-5 {
    margin-right: 3rem !important; }

  .me-xxl-auto {
    margin-right: auto !important; }

  .mb-xxl-0 {
    margin-bottom: 0 !important; }

  .mb-xxl-1 {
    margin-bottom: 0.25rem !important; }

  .mb-xxl-2 {
    margin-bottom: 0.5rem !important; }

  .mb-xxl-3 {
    margin-bottom: 1rem !important; }

  .mb-xxl-4 {
    margin-bottom: 1.5rem !important; }

  .mb-xxl-5 {
    margin-bottom: 3rem !important; }

  .mb-xxl-auto {
    margin-bottom: auto !important; }

  .ms-xxl-0 {
    margin-left: 0 !important; }

  .ms-xxl-1 {
    margin-left: 0.25rem !important; }

  .ms-xxl-2 {
    margin-left: 0.5rem !important; }

  .ms-xxl-3 {
    margin-left: 1rem !important; }

  .ms-xxl-4 {
    margin-left: 1.5rem !important; }

  .ms-xxl-5 {
    margin-left: 3rem !important; }

  .ms-xxl-auto {
    margin-left: auto !important; }

  .p-xxl-0 {
    padding: 0 !important; }

  .p-xxl-1 {
    padding: 0.25rem !important; }

  .p-xxl-2 {
    padding: 0.5rem !important; }

  .p-xxl-3 {
    padding: 1rem !important; }

  .p-xxl-4 {
    padding: 1.5rem !important; }

  .p-xxl-5 {
    padding: 3rem !important; }

  .px-xxl-0 {
    padding-right: 0 !important;
    padding-left: 0 !important; }

  .px-xxl-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important; }

  .px-xxl-2 {
    padding-right: 0.5rem !important;
    padding-left: 0.5rem !important; }

  .px-xxl-3 {
    padding-right: 1rem !important;
    padding-left: 1rem !important; }

  .px-xxl-4 {
    padding-right: 1.5rem !important;
    padding-left: 1.5rem !important; }

  .px-xxl-5 {
    padding-right: 3rem !important;
    padding-left: 3rem !important; }

  .py-xxl-0 {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .py-xxl-1 {
    padding-top: 0.25rem !important;
    padding-bottom: 0.25rem !important; }

  .py-xxl-2 {
    padding-top: 0.5rem !important;
    padding-bottom: 0.5rem !important; }

  .py-xxl-3 {
    padding-top: 1rem !important;
    padding-bottom: 1rem !important; }

  .py-xxl-4 {
    padding-top: 1.5rem !important;
    padding-bottom: 1.5rem !important; }

  .py-xxl-5 {
    padding-top: 3rem !important;
    padding-bottom: 3rem !important; }

  .pt-xxl-0 {
    padding-top: 0 !important; }

  .pt-xxl-1 {
    padding-top: 0.25rem !important; }

  .pt-xxl-2 {
    padding-top: 0.5rem !important; }

  .pt-xxl-3 {
    padding-top: 1rem !important; }

  .pt-xxl-4 {
    padding-top: 1.5rem !important; }

  .pt-xxl-5 {
    padding-top: 3rem !important; }

  .pe-xxl-0 {
    padding-right: 0 !important; }

  .pe-xxl-1 {
    padding-right: 0.25rem !important; }

  .pe-xxl-2 {
    padding-right: 0.5rem !important; }

  .pe-xxl-3 {
    padding-right: 1rem !important; }

  .pe-xxl-4 {
    padding-right: 1.5rem !important; }

  .pe-xxl-5 {
    padding-right: 3rem !important; }

  .pb-xxl-0 {
    padding-bottom: 0 !important; }

  .pb-xxl-1 {
    padding-bottom: 0.25rem !important; }

  .pb-xxl-2 {
    padding-bottom: 0.5rem !important; }

  .pb-xxl-3 {
    padding-bottom: 1rem !important; }

  .pb-xxl-4 {
    padding-bottom: 1.5rem !important; }

  .pb-xxl-5 {
    padding-bottom: 3rem !important; }

  .ps-xxl-0 {
    padding-left: 0 !important; }

  .ps-xxl-1 {
    padding-left: 0.25rem !important; }

  .ps-xxl-2 {
    padding-left: 0.5rem !important; }

  .ps-xxl-3 {
    padding-left: 1rem !important; }

  .ps-xxl-4 {
    padding-left: 1.5rem !important; }

  .ps-xxl-5 {
    padding-left: 3rem !important; }

  .gap-xxl-0 {
    gap: 0 !important; }

  .gap-xxl-1 {
    gap: 0.25rem !important; }

  .gap-xxl-2 {
    gap: 0.5rem !important; }

  .gap-xxl-3 {
    gap: 1rem !important; }

  .gap-xxl-4 {
    gap: 1.5rem !important; }

  .gap-xxl-5 {
    gap: 3rem !important; }

  .text-xxl-start {
    text-align: left !important; }

  .text-xxl-end {
    text-align: right !important; }

  .text-xxl-center {
    text-align: center !important; } }
@media (min-width: 1200px) {
  .fs-1 {
    font-size: 2.5rem !important; }

  .fs-2 {
    font-size: 2rem !important; }

  .fs-3 {
    font-size: 1.75rem !important; }

  .fs-4 {
    font-size: 1.5rem !important; } }
@media print {
  .d-print-inline {
    display: inline !important; }

  .d-print-inline-block {
    display: inline-block !important; }

  .d-print-block {
    display: block !important; }

  .d-print-grid {
    display: grid !important; }

  .d-print-table {
    display: table !important; }

  .d-print-table-row {
    display: table-row !important; }

  .d-print-table-cell {
    display: table-cell !important; }

  .d-print-flex {
    display: flex !important; }

  .d-print-inline-flex {
    display: inline-flex !important; }

  .d-print-none {
    display: none !important; } }
p:empty {
  display: none; }

.title {
  margin: 0 0 20px;
  border-bottom: 3px solid #005195; }

.page-main-header {
  margin: 0 0 20px;
  /*    padding: 0 0 11px;
      border-bottom: 3px solid #005195;
      border-bottom-width: 3px;
      border-bottom-style: solid;
      border-bottom-color: rgb(0, 81, 149);*/ }

/*@media (min-width: 768px) {*/
.page-main-header .title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center; }

/* } */
.pull-left {
  float: left; }

.breadcrumb {
  /*padding: 8px 15px!important;*/
  margin-bottom: 20px;
  list-style: none;
  line-height: 1.7 !important;
  /*background: var(--bs-gray-400);*/ }

hr.no-border, div.no-border {
  border: none !important; }

#navbar img, .hero-image img {
  height: auto !important;
  max-width: 100%; }

.highlight img.img-fluid {
  height: auto !important;
  max-width: 100%;
  width: auto !important;
  padding: 0; }

.general-content img {
  margin-right: 2rem !important;
  box-shadow: none;
  border: none;
  height: auto !important;
  max-width: 100%;
  width: auto !important;
  padding: 0; }

.general-content img.img-tinymce.float-md-start.img-thumbnail.img-fluid {
  float: none !important; }

/* causes text next to images in the College publications section to stack instead of wrap 
.general-content img.float-md-start {
    float: none !important;
}*/
:target:before {
  content: "";
  display: block;
  height: 200px;
  /* fixed header height*/
  margin: -200px 0 0;
  /* negative fixed header height */ }

.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 15px;
  padding-right: 15px; }

.visually-hidden {
  position: absolute !important; }

.col.col-sm-12 {
  flex: 0 0 auto;
  width: 100%; }

@media (min-width: 768px) {
  .container {
    width: 95%; }

  nav.navbar > .container {
    width: 100%; }

  .container.marketing p {
    margin-bottom: 0; } }
@media (min-width: 992px) {
  .container {
    /*width: /*~~970px*/
    /*~95%;*/ } }
@media (max-width: 768px) {
  .alert .container, #marketing .container {
    width: 95%; } }
@media (min-width: 1900px) {
  .container {
    width: 1870px; }

  .container.marketinginfo {
    width: 1270px; } }
button > span.fa-solid.fa-chevron-right {
  padding-left: 5px; }

.card-img-top {
  border-radius: 0;
  height: auto !important;
  max-width: 100%; }

.card {
  --bs-card-inner-border-radius: 0;
  border: 1px solid rgba(183, 166, 109, 0.7);
  /*background-color: $gray-500;*/
  border-radius: 0px;
  /*box-shadow: $gray-400 0px 2px 8px 0px;*/ }

.card:not(.hp-item .card):not(.hp-events .card) {
  color: white;
  border: none; }

.card-body:not(.hp-item):not(.hp-item .card-body):not(.hp-events .card-body) {
  background: linear-gradient(135deg, #004986 0%, #004986 95%, white 95%, white 80%); }

.card a {
  border-bottom: none; }

.card-footer {
  background-color: rgba(183, 166, 109, 0.1);
  border-radius: 0px !important; }

.card-header {
  border-radius: 0px !important; }

h3.card-title.h4 {
  color: var(--bs-white); }

h3.border-none:after {
  height: 0; }

.form-required {
  font-weight: 700;
  color: #901C3B;
  font-size: 1.2rem; }

.hero-image-header {
  display: block;
  padding: 15px 15px 5px 15px;
  margin: 15px;
  width: fit-content;
  background-color: rgba(0, 81, 149, 0.93);
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  height: auto; }

.hero-image {
  position: relative; }

@media screen and (max-width: 1300px) {
  .hero-image img.img-fluid {
    border-bottom-left-radius: 0;
    border-bottom-right-radius: 0; } }
@media screen and (max-width: 1300px) {
  .hero-image-header {
    margin: 0;
    width: 100%;
    background-color: #005195;
    position: relative;
    bottom: 0;
    left: 0;
    left: 0;
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px; } }
.hero-image-header h2 {
  color: white;
  padding-top: 0 !important;
  margin: 0;
  word-wrap: break-word;
  padding-bottom: 10px;
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }

img.img-fluid {
  width: 100%;
  border-radius: 0px; }

.show {
  display: block !important; }

.label {
  display: inline;
  padding: .3em .6em;
  font-size: 80%;
  text-transform: uppercase;
  line-height: 1.2;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline; }

.jumbotron {
  padding: 35px;
  margin-top: 0;
  margin-bottom: 10px;
  background-color: rgba(183, 166, 109, 0.2);
  border: 1px solid #dfd7c2; }

.video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none; }

iframe {
  border: none !important; }

.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden; }

.video iframe, .video object, .video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.img-cover {
  object-fit: cover; }

.big-icon span:before {
  font-size: 3.75rem;
  line-height: 130px;
  padding-left: 2px; }

.big-icon {
  border-radius: 100px;
  border: 2px solid #005094;
  display: block;
  height: 130px;
  margin: 0 auto 20px;
  text-align: center;
  width: 130px;
  -webkit-transition: opacity .2s linear;
  transition: opacity .2s linear; }

/* removed 121324
.charts ul{
	border-radius: 0;
}
.charts ul.list-group {
    border: 0 solid #dfd7c2;
    border-width: 0 0 1px 1px;
}
.charts ul.list-group li {
    border: 0 solid #dfd7c2;
	border-width: 1px;
}
.charts li.list-group-item:nth-of-type(odd) {
    background-color: $gray-500;
}
.charts p{
	margin-bottom:0px;
}
*/
/*
.charts li.list-group-item {
    border: 1px solid $gray-100;
}
*/
#termList.nav-tabs {
  --bs-nav-tabs-border-width: 0 !important;
  padding-bottom: 10px; }

#termList .nav-tabs .nav-link {
  border: none !important;
  margin-bottom: 0 !important; }

#term-list .nav-link a {
  border-bottom: none !important; }

#termList a {
  border: none;
  border-radius: 0;
  color: #005195;
  font-weight: 400;
  border-bottom-width: 1px !important; }

#termList li a.nav-link.active {
  /*    border-bottom: 4px solid #0086c5 !important;*/
  color: white;
  background-color: #005195;
  border: 1px solid #005195 !important; }

#termList a:hover, #termList a:focus, #termList a:active,
#termList a.active:hover, #termList a.active:focus, #termList a.active:active {
  background-color: rgba(183, 166, 109, 0.7);
  /*#80744c;*/
  border-color: rgba(183, 166, 109, 0.7) !important;
  /*color: var(--bs-accordion-color);white*/
  cursor: pointer;
  /*border-left-color: white;
  border-right-color: white;*/ }

#termList a.active {
  /*background-color: $blue;*/
  color: var(--bs-accordion-color);
  font-weight: 400;
  /*border-color: $blue;*/
  /*border: 1px solid $blue;*/
  border-radius: 0;
  border: none !important;
  margin: 0; }

#termList li a.nav-link {
  padding-left: 0;
  padding-right: 0;
  /*border-bottom: 4px solid #dfd7c2;*/
  border-left: 1px solid rgba(183, 166, 109, 0.7);
  border-top: 1px solid rgba(183, 166, 109, 0.7);
  border-bottom-color: rgba(183, 166, 109, 0.7);
  border-radius: 0;
  color: #005195;
  border-bottom-style: solid;
  border-bottom-width: 1px !important; }

#termList a.nav-link:hover, #termList a.nav-link:focus, #termList a.nav-link:active {
  background-color: rgba(183, 166, 109, 0.7);
  cursor: pointer !important;
  color: #1E1C1C;
  margin: 0 !important;
 /* border-left-color: white!important;
	border-right-color: white!important; */ }

#termList a.nav-link.active:hover,
#termList a.nav-link.active:focus,
#termList a.nav-link.active:active {
  /*color: #005195!important;
  background-color: white!important;*/ }

#termList .nav-tabs .nav-link, #termList .nav-tabs .nav-link a {
  border: none !important;
  border-bottom: none !important; }

#termList li:last-of-type {
  border-right: 1px solid rgba(183, 166, 109, 0.7); }

@media screen and (max-width: 576px) {
  #termList a:hover, #termList a:focus, #termList a:active {
    border-left-color: #005195;
    border-right-color: #005195;
    border-top-color: white;
    /*border-bottom-color: white;*/ } }
#course-modal .fa-solid {
  color: #2D2D2D !important;
  -webkit-transform: scale(0.9);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s; }

#course-modal .fa-solid:hover, #course-modal .fa-solid:focus, #course-modal .fa-solid:active {
  -webkit-transform: scale(1); }

a.page_link.active_page {
  background-color: #005195;
  color: white;
  border-color: #005195; }

a.right-arrow, a.left-arrow {
  border: none !important; }

#page_navigation a.page_link {
  border: 1px solid transparent;
  text-decoration: underline; }

#page_navigation a.page_link:hover, #page_navigation a.page_link:focus, #page_navigation a.page_link:active {
  background-color: rgba(183, 166, 109, 0.1);
  color: #4D4D4D;
  border-color: #005195; }

p.eDesc {
  padding: 15px;
  overflow: hidden;
  border-bottom: 1px solid #dfd7c2;
  margin: 0; }

.date-only .eDescription, .date-only > br:last-of-type, .date-only > h4 {
  display: none; }

nav#area-sidenav:empty {
  display: none; }

.video .play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 75px;
  height: 75px;
  background-color: #b7a66d;
  border-radius: 50%;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1;
  pointer-events: none; }

.video .play-button::before {
  content: "\25BA";
  /* Unicode play icon */
  font-size: 2em;
  color: white; }

.video iframe {
  opacity: 1;
  -webkit-transition: .5s all; }

.video iframe:hover, .video iframe:focus, .video iframe:active {
  filter: opacity(0.8);
  -webkit-transition: .5s all; }

.t4Directedit div {
  text-align: left;
  bottom: 15px;
  font-size: 0.875rem;
  margin-bottom: -10px; }

.t4Directedit a {
  color: #1E1C1C;
  padding-left: calc(var(--bs-gutter-x)* .35); }

.t4Directedit a span {
  font-family: "Font Awesome 6 Sharp" !important; }

.t4Directedit a:hover {
  color: #80744c; }

.t4Directedit span {
  padding-right: calc(var(--bs-gutter-x) * .3); }

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%; }

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.share-button {
  margin: 17px 7px 0 0;
  display: none; }

blockquote {
  margin: 0 0 1rem;
  padding: 10px 20px;
  border-left: 4px solid rgba(183, 166, 109, 0.4); }

blockquote p:last-child, blockquote ul:last-child, blockquote ol:last-child {
  margin-bottom: 0; }

blockquote footer:before, blockquote small:before, blockquote .small:before {
  content: '\2014 \00A0'; }

.embed-responsive.embed-responsive-16by9 {
  padding-bottom: 56.25%;
  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-light {
  border-color: #dfd7c2 !important; }

.gsc-adBlock, #adBlock {
  display: none !important; }

body#ECC-secondary {
  padding-right: 0 !important; }

#admissions-intake .form-control {
  width: 100%; }

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button, p.open-button .btn, .close-button, p.close-button .btn {
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
  opacity: 0.95;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: auto;
  z-index: 99; }

a.chat-icon::before, a.email-icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  text-rendering: auto;
  margin-right: 10px;
  -webkit-font-smoothing: antialiased; }

a.chat-icon::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f4b6"; }

a.email-icon::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f0e0"; }

a.open-button.btn-success:active, a.open-button.btn-success:visited, a.open-button.btn-success:focus {
  background-color: #538000;
  border-color: #476e00;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-decoration: none; }

a.close-button.btn-secondary:active, a.close-button.btn-secondary:visited, a.close-button.btn-secondary:focus {
  background-color: #dee1e3;
  color: #262626;
  border-color: #5c5c5c;
  text-decoration: none; }

#footer-mega::before {
  margin-top: 40px; }

#ECC-home #footer-mega::before {
  margin-top: 0; }

#footer-bottom .list-group-item {
  border: none;
  font-size: 1.125rem;
  /*background-color: #252525;*/
  background-color: rgba(0, 0, 0, 0.5);
  padding: 0;
  margin-bottom: 10px; }

#footer-mega .list-group-item {
  background-color: transparent; }

#footer-mega a {
  color: #ffffff;
  padding: 0.5rem 0;
  text-decoration: none;
  /*white-space: nowrap;*/
  border-bottom: 2px solid transparent !important; }

#footer-mega ul {
  list-style-type: none; }

#footer-mega .list-group a {
  /*~		padding: 0.5rem 1.5rem;*/
  margin-top: 1.5rem; }

/*#footer-mega {
		background-image: url(../img/ecc-footer-background.jpg);
		/*background-image: url(../img/ecc-footer-bg.jpg);
		background-repeat: no-repeat;
		background-size: cover;
}*/
#footer-mega > .container-fluid, #footer-mega > .container-sm, #footer-mega > .container-md, #footer-mega > .container-lg, #footer-mega > .container-xl, #footer-mega > .container-xxl {
  /*background-color: rgba(0,0,0,0.6);/*var(--bs-body-color)/*#005195*/
  /*#003a69*/
  background-color: #003a69; }

#footer-mega > .container-fluid, #footer-mega > .container-sm, #footer-mega > .container-md, #footer-mega > .container-lg, #footer-mega > .container-xl, #footer-mega > .container-xxl {
  padding-top: 55px;
  padding-bottom: 20px; }

#footer-mega .col-lg-3 {
  text-align: center; }

#footer-mega li.list-group-item {
  border: none; }

#footer-mega ul li.list-group-item:first-of-type {
  padding-left: 5px; }

.social {
  /* _custom-footer.scss:20*/
  color: #005195; }

.fa.fa-facebook, .fa.fa-twitter {
  font-family: "Font Awesome 6 Brands";
  font-weight: 400; }

a#social_facebook, a#social_instagram {
  text-decoration: none; }

/**/
/* CSS pseudo-element styling */
/* general reset/setup styling for icons - needed on all */
.icon::before {
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1; }

.col-lg-4.footer-right.text-end {
  text-align: right !important;
  position: relative;
  top: -8px; }

/* defining the right font-family/font-face for each style */
.icon-solid::before,
.icon-regular::before,
.icon-light::before {
  font-family: "Font Awesome 5 Pro"; }

.icon-brand::before {
  font-family: "Font Awesome 5 Brands"; }

/* defining the right weight for each style */
.icon-solid::before {
  font-weight: 900; }

.icon-regular::before {
  font-weight: 400; }

.icon-light::before {
  font-weight: 300; }

.icon-brand::before {
  font-weight: 400; }

/* defining the right unicode values for each icon */
.icon-chevron-right::after {
  content: "\f054";
  padding-left: 5px; }

.icon-location-dot::before,
.fa-location-dot::before {
  content: "\f3c5";
  margin-right: 10px; }

.icon-phone-flip::before,
.fa-phone-flip::before {
  content: "\f879";
  padding-right: 10px; }

#footer-maga > .container > .row .col-lg-8 > .row {
  padding-bottom: 10px; }

.footer-address a, .footer-phone a {
  font-size: 1.35rem;
  /*margin-left: 10px;*/ }

.footer-address ul, .footer-phone ul {
  padding-left: 0; }

span.fa-regular.fa-location-dot, span.fa-regular.fa-phone-flip {
  color: #ccdcea !important; }

#footer-mega .list-group-item a {
  font-size: 0.875rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.8); }

footer li {
  width: fit-content; }

.footer-address a:hover, .footer-address a:focus, .footer-address a:active,
#footer-mega a:hover, #footer-mega a:focus, #footer-mega a:active,
#footer-mega .list-group-item a:hover, #footer-mega .list-group-item a:focus, #footer-mega .list-group-item a:active {
  color: #ccdcea !important;
  text-decoration: none;
  /*transition: width 0.3s ease!important;
  border-bottom: 2px solid #00b8e4!important;*/ }

#footer-mega li > a:hover, #footer-mega li > a:focus, #footer-mega li > a:active,
#footer-mega .footer-cta-link > a:hover, #footer-mega .footer-cta-link > > a:focus, #footer-mega .footer-cta-link > a:active {
  transition: width 0.3s ease !important;
  border-bottom: 1px solid transparent !important; }

#footer-mega li > a:after,
#footer-mega .footer-cta-link > a:after {
  content: '';
  width: 0;
  height: 2px;
  display: block;
  margin-top: 0px;
  left: 0%;
  background: #00b8e4;
  transition: width .3s ease; }

#footer-mega li > a:hover:after,
#footer-mega .footer-cta-link > a:hover:after {
  width: 100%;
  left: 0%; }

#footer-logo .footer-cta {
  margin-top: 50px; }

#footer-logo figure {
  margin-top: 1px; }

#footer-mega hr {
  border-top: 1px solid rgba(255, 255, 255, 0.3); }

a span.social {
  text-decoration: none;
  color: #1E1C1C !important; }

.col-lg-4.footer-right a {
  text-decoration: none; }

@media (min-width: 992px) {
  .bd-example > [class*="list-group-horizontal"] {
    max-width: 100%; }

  #footer-mega > .container-fluid, #footer-mega > .container-sm, #footer-mega > .container-md, #footer-mega > .container-lg, #footer-mega > .container-xl, #footer-mega > .container-xxl {
    padding-top: 85px;
    padding-bottom: 55px; }

  #footer-mega .col-lg-9 {
    padding-right: 50px; }

  /*#footer-logo {
  	border-left: 1px solid rgba(255, 255, 255, 0.1);
  }*/
  #footer-logo a {
    line-height: 2rem; } }
@media (max-width: 991px) {
  #footer-mega hr {
    display: none; }

  #footer-mega li.list-group-item {
    padding-left: 0; }

  .footer-address a, .footer-phone a {
    font-size: 1.15rem; }

  #footer-logo {
    padding-top: 30px; } }
@media (min-width: 768px) {
  .footer-links-row-1 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    padding: 40px 0 0;
    /*~ margin-bottom: 20px;*/ }

  .footer-links-row-2 {
    padding-top: 20px; }

  .footer-links-row-1 li:first-of-type {
    padding-left: 20px; }

  .footer-links-row-1 > .col-md.text-start {
    padding-bottom: 20px; } }
@media (max-width: 767px) {
  #footer-mega > .container-fluid, #footer-mega > .container-sm, #footer-mega > .container-md, #footer-mega > .container-lg, #footer-mega > .container-xl, #footer-mega > .container-xxl {
    padding: 30px 0 20px; }

  .footer-phone a {
    margin-left: 0 !important; }

  footer .text-start, footer .text-end {
    text-align: center !important; }

  footer .list-group-horizontal {
    flex-direction: column; }

  .footer-links-row-1 {
    border-top: 1px solid rgba(255, 255, 255, 0.3);
    margin: 10px 20px 0;
    padding-top: 20px; }

  .footer-links-row-2 {
    border-bottom: 1px solid rgba(255, 255, 255, 0.3);
    margin: 0px 20px;
    padding-bottom: 20px; }

  #footer-mega ul li.list-group-item:first-of-type {
    padding-left: 0; }

  .footer-address,
  .footer-phone,
  #footer-mega li {
    text-align: left; }

  .footer-address,
  .footer-phone {
    padding-left: 33px !important; } }
@media screen and (max-width: 768.98px) and (min-width: 584px) {
  #footer-mega .col-sm-12 {
    /*		margin-left: 30px;*/
    margin-right: 0; }

  #footer-mega .footer-phone {
    padding-left: 8px; } }
/* 13. Footer -------------------------*/
/*
	.social {
		color: var(--bs-body-color)!important;
		-webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -o-transform: scale(0.8);
    -webkit-transition-duration: 0.5s;
    -moz-transition-duration: 0.5s;
    -o-transition-duration: 0.5s;
	}
	.social:hover {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.1);
		-o-transform: scale(1.1);
		color: #00b8e4!important;
	}
*/
.social {
  color: var(--bs-body-color) !important;
  -webkit-transform: scale(0.8);
  -moz-transform: scale(0.8);
  -o-transform: scale(0.8);
  -webkit-transition-duration: 0.5s;
  -moz-transition-duration: 0.5s;
  -o-transition-duration: 0.5s; }
  .social:hover {
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
    -o-transform: scale(1.1);
    color: #00b8e4 !important; }

footer .badge:hover {
  -webkit-transition: all .3s ease-in-out;
  transition: all .2s ease-in-out;
  transform: scale(1.1); }

#footer-bottom {
  margin-top: 30px; }

@media screen and (min-width: 992px) {
  #footer-bottom {
    margin-bottom: 40px !important; } }
@media (max-width: 991px) {
  #footer-bottom {
    margin-bottom: 10px !important; }

  #footer-bottom .footer-right.text-end,
  #footer-bottom .copyright {
    text-align: center !important; }

  #footer-mega .text-end {
    text-align: left; }

  #footer-bottom .copyright {
    font-size: 90%; }

  #footer-bottom .footer-right {
    font-size: 80%; }

  #footer-bottom .footer-right .p-2 {
    padding: 0.15rem !important; }

  #footer-mega a {
    white-space: inherit; } }
.footer-address a,
.footer-phone a,
.footer-links-row-1 a,
.footer-links-row-2 a,
.footer-cta-link a {
  line-height: 52px !important; }

#footer-bottom a {
  text-decoration: none; }

/* /13. Footer -------------------------*/
.navbar {
  --bs-navbar-nav-link-padding-x: 0.35rem; }

/* CSS Document */
/* Info Graphic - Added 7-13-23 **************************************/
.info-graphic h2 {
  font-weight: 700; }

.info-graphic hr {
  border-top: 4px solid #005195;
  margin: 0 30px; }

/* ADDED 7-13-23 !!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!*/
.row > .navbar-nav {
  padding-left: calc(var(--bs-gutter-x) * .5); }

header {
  border-bottom: 0.045em solid #FFFFFF; }

header > header {
  border-bottom: none; }

@media screen and (min-width: 1900px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: none !important; } }
.navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
  padding-right: 0;
  padding-left: 0; }

nav.navbar.navbar-expand-lg {
  display: contents; }

.navbar-nav .col .navbar-brand img.img-fluid {
  max-width: 155px; }

.navbar-nav .col .navbar-brand img.img-fluid.ecc-75 {
  max-height: 149px;
  top: -12px; }

.nav-row-1 {
  float: right; }

.nav-row-1 a.nav-link {
  font-size: 0.875rem !important;
  color: var(--bs-black); }

.nav-row-2 a {
  color: white; }

.nav-row-2 .sticky-search button:hover a.nav-link {
  color: #333 !important; }

.navbar-brand {
  margin-right: 0; }

a.navbar-brand.ecc-75 {
  top: -11px;
  position: relative; }

.btn-circle.btn-lg {
  width: 50px;
  height: 50px;
  padding: 10px 16px;
  font-size: 1.1rem;
  line-height: 150%;
  border-radius: 25px; }

span.fa-solid.fa-magnifying-glass {
  text-indent: -2px;
  color: white !important; }

/*~~ from _custom-header.scss */
.nav-row-1 a.nav-link:hover, .nav-row-1 a.nav-link:active {
  color: var(--bs-dark-color) !important;
  text-decoration: none;
  transition: all 0.4s ease 0s;
  border-bottom: 1px solid #333333 !important; }

.nav-row-1 a.nav-link .btn-search {
  color: var(--bs-white) !important; }

.nav-row-1 a.nav-link .btn-search:hover {
  color: var(--bs-dark) !important; }

.navbar-nav.container {
  max-width: 100%; }

@media (max-width: 991px) {
  .navbar-nav.container {
    max-width: 95%; }

  /*.navbar-nav.container-fluid {
  	max-width: 100%;
  }*/
  img#eccLogo.img-fluid.ecc-75 {
    /*.navbar-nav .col .navbar-brand img. {*/
    max-height: 140px;
    padding: 10px; } }
@media screen and (max-width: 991.98px) and (min-width: 768px) {
  .top-nav-container .container {
    width: 100% !important; } }
/*
@media (min-width: 1400px) {
	.container, 
    
  .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
  	max-width: 1320px;
  }
}
*/
/* This can be addresed in the _custom-header.scss file - discuss with BB *****************/
@media (min-width: 1400px) {
  .container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: none; } }
@media screen and (min-width: 1900px) {
  .container,
  .container-lg, .container-md, .container-sm, .container-xl, .container-xxl {
    max-width: 1900px; } }
/*.nav-row-2 .sticky-search*/
.d-flex.nav-search button:hover a.nav-link,
.show button:hover a.nav-link {
  color: #333 !important; }

@media (min-width: 992px) {
  .btn-circle.btn-lg {
    color: #fff;
    background-color: var(--bs-blue);
    border: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    width: 34px;
    height: 34px;
    margin-top: -6px;
    line-height: 150%; }

  .btn-circle.btn-lg .nav-link {
    position: relative;
    color: white; }

  span.fa-solid.fa-magnifying-glass {
    text-indent: -14px;
    position: relative;
    top: -6px;
    left: 7px;
    font-size: 1rem; }

  .nav-row-1 .text-end li:last-child a.nav-link:hover, .nav-row-1 .text-end li:last-child a.nav-link:active {
    border-bottom: none !important; }

  .nav-row-2 a.nav-link li {
    color: var(--bs-white); }

  .nav-row-2 a.nav-link li#add-search:hover, .nav-row-2 a.nav-link li#add-search:focus, .nav-row-2 a.nav-link li#add-search:active {
    color: var(--bs-blue); }

  .nav-row-2 a.nav-link:hover {
    color: #ccdcea;
    text-decoration: none;
    transition: all 0.4s ease 0s;
    border-bottom: 1px solid #ccdcea !important; }

  #add-search .btn-circle.btn-lg {
    /*!color: #fff;*/
    border: 1px solid white;
    height: 34px;
    width: 34px;
    margin-top: 2px;
    line-height: 3rem; }

  #add-search .btn-transparent.btn-circle.btn-lg:hover, #add-search .btn-transparent.btn-circle.btn-lg:focus, #add-search .btn-transparent.btn-circle.btn-lg:active {
    border: 1px solid #004986;
    background: #80744c !important; }

  #add-search .btn-circle.btn-lg span.fa-solid.fa-magnifying-glass {
    text-indent: -12px;
    /*position: absolute;*/
    top: -19px;
    left: 4px; }

  #add-search button .nav-link .fa-solid.fa-magnifying-glass {
    font-size: 1rem; }

  .nav-row-2 .sticky-search a.nav-link:hover {
    color: #333 !important; }

  .container-fluid > a.navbar-brand, .container-sm > a.navbar-brand, .container-md > a.navbar-brand, .container-lg > a.navbar-brand, .container-xl > a.navbar-brand, .container-xxl > a.navbar-brand, .ecc-search {
    display: none; }

  .navbar-dark.bg-blue {
    height: 104px; }

  .navbar-expand-lg .navbar-collapse {
    display: block !important; }

  .navbar-expand-lg .navbar-collapse {
    display: block !important; }

  .navbar-nav.container-fluid.nav-row-1, .navbar-nav.nav-row-1.container-sm, .navbar-nav.nav-row-1.container-md, .navbar-nav.nav-row-1.container-lg, .navbar-nav.nav-row-1.container-xl, .navbar-nav.nav-row-1.container-xxl {
    padding-top: 15px;
    padding-bottom: 0;
    background-color: #ffffff; }

  .navbar-brand img.img-fluid {
    position: relative;
    z-index: 1; }

  .navbar-brand img.img-fluid.ecc-75 {
    max-height: 149px;
    top: -12px; }

  /* -- OVERRIDES | UPDATES **************************************************/
  /* navigation.css l: 
  /*navigation.css l:132 override */
  	 /*.nav-row-2 a.nav-link, .nav-row-2 a.nav-link, .nav-row-2 a.nav-link {
      		border-bottom: 1px solid white!important;
     }*/
  .nav-row-1 a.nav-link:hover, .nav-row-1 a.nav-link:focus, .nav-row-1 a.nav-link:active,
  .nav-row-2 a.nav-link:hover, .nav-row-2 a.nav-link:focus, .nav-row-2 a.nav-link:active {
    transition: width 0.3s ease !important;
    border-bottom: 1px solid transparent !important; }

  .nav-row-1 a.nav-link:after,
  .nav-row-2 a.nav-link:after {
    content: '';
    width: 0;
    height: 2px;
    display: block;
    margin-top: 0px;
    left: 0%;
    background: #00b8e4;
    transition: width .3s ease; }

  .nav-row-1 a.nav-link:hover:after,
  .nav-row-2 a.nav-link:hover:after {
    width: 100%;
    left: 0%; }

  #add-search {
    display: none; }

  #add-search.sticky-search {
    display: block; } }
@media (max-width: 991px) {
  .nav-row-1 a.nav-link,
  .nav-row-2 a.nav-link {
    font-size: 0.875rem !important;
    transition: all 0.4s ease 0s;
    /*transition: opacity 0.5s ease, transform 0.5s ease;*/
    animation: FadeIn 2s ease;
    animation-fill-mode: both; }

  span.search-title {
    float: left;
    position: relative;
    top: -22px;
    left: 35px; }

  .top-nav-container {
    padding-left: 35px; }

  #add-search {
    display: none; }

  .navbar-dark.bg-blue {
    background-color: #005195 !important; }

  .navbar-nav a.navbar-brand img.img-fluid {
    display: none; }

  img.img-fluid.d-block.my-1 {
    display: block;
    width: 100px; }

  .col.p-3 {
    display: none; }

  /*~~ #005195 background on navigation fly out */
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    background-color: #005195 !important; }

  .navbar-nav .show > a.nav-link, .navbar-nav .nav-link {
    color: #3b3b3b; }

  .navbar-dark.bg-blue {
    background-color: #fff; }

  .offcanvas > .row {
    padding-right: 0;
    width: 95%;
    margin-right: 0;
    margin-left: 0; }

  .offcanvas .order-md-first {
    padding-right: 0 !important; }

  .offcanvas .container.order-lg-first {
    padding-left: 26px; }

  .offcanvas .container.order-lg-first,
  .offcanvas .order-md-first {
    margin: 0 !important; }

  .offcanvas .order-lg-last {
    margin: 0 !important; }

  .btn-circle.btn-lg {
    width: 32px;
    height: 32px;
    padding: 2px 9px; }

  li.nav-item {
    padding-left: 5px;
    padding-right: 10%;
    text-align: left !important; }

  .nav-link .fa-magnifying-glass {
    font-size: 0.875rem; }

  span.fa-solid.fa-magnifying-glass {
    text-indent: -1px;
    position: relative;
    top: -2px; }

  .offcanvas span.fa-solid.fa-magnifying-glass {
    top: 0px !important;
    left: -1px !important; }

  .btn a {
    position: relative;
    top: -1px; }

  .nav-search a .btn {
    position: relative;
    top: -1px; }

  .show .btn a {
    top: -9px !important; }

  .show .navbar-nav a.nav-link {
    border-bottom: 0px solid transparent; }

  .nav-row-1 a.nav-link:hover, .nav-row-1 a.nav-link:active {
    text-decoration: none;
    transition: all 0.4s ease;
    border-bottom: 0px solid transparent !important; }

  .nav-row-1 a.nav-link:hover, .nav-row-1 a.nav-link:active,
  .nav-row-2 a.nav-link:hover, .nav-row-2 a.nav-link:active {
    transition: width 0.3s ease !important; }

  .nav-row-1 a.nav-link:after, .nav-row-2 a.nav-link:after {
    content: '';
    width: 0;
    height: 2px;
    display: block;
    margin-top: 0px;
    left: 0%;
    background: #00b8e4;
    transition: width .3s ease; }

  .show .navbar-nav.nav-row-1 button a.nav-link:after {
    background-color: transparent !important; }

  .show .navbar-nav.nav-row-1 button {
    margin-bottom: 8px; }

  .nav-row-1 a.nav-link:hover:after, .nav-row-2 a.nav-link:hover:after {
    width: 100%;
    left: 0%; }

  /*!*	.nav-row-2 */
  .offcanvas a.nav-link {
    color: white; }

  .nav-row-2 a.nav-link:hover, .nav-row-2 a.nav-link:active {
    color: #ccdcea !important; }

  .show ul.navbar-nav {
    margin-bottom: 0 !important; }

  .nav-row-1 a.nav-link {
    border-bottom: 1px solid transparent; }

  li.nav-item button > a.nav-link:hover, li.nav-item button > a.nav-link:active {
    border-bottom: 1px solid transparent !important; }

  li.nav-item button > a.nav-link:hover:last-child, li.nav-item button > a.nav-link:active:last-child {
    background: transparent; }

  li.nav-item button > a.nav-link:hover:last-child .fa-magnifying-glass:before {
    color: var(--bs-black); }

  .navbar-nav .p-0.flex-fill {
    width: 95%; }

  .col.p-0.flex-fill.text-center {
    display: none; }

  .nav-link {
    padding-top: 0;
               /*
padding-bottom: 6px;*/ }

  .show .nav-link {
    padding-top: 9px;
    padding-bottom: 9px; }

  .full-width-logo {
    display: none; } }
@media screen and (min-width: 992px) {
  .search-title {
    display: none; }

  .navbar-nav {
    /*.nav-link*/
    color: black; } }
body:before {
  /* l:6 */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1; }

body.offcanvas-menu:before {
  /* l:20 */
  opacity: 1;
  z-index: 1002;
  visibility: visible; }

h5.offcanvas-title {
  position: relative;
  right: 35%;
  padding: 8px; }

h5.offcanvas-title > a > img.img-fluid {
  max-width: 92px; }

button.btn.btn-primary.btn-circle.btn-lg {
  border: 2px solid #fff; }

.offcanvas.show .text-end ul.navbar-nav li:last-child {
  padding-top: 5px; }

@media screen and (max-width: 991px) {
  button.oc-search {
    font-size: 0.875rem; }

  button.oc-search:hover {
    color: #ccdcea;
    transition: width 0.3s ease !important; }

  button.oc-search:after {
    content: "Search";
    position: relative;
    right: -30px;
    bottom: 28px;
    font-size: 14px; }

  button.oc-search:hover:after {
    color: white;
    font-size: 0.875rem; } }
body:before {
  /* l:6 */
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: rgba(0, 0, 0, 0.5);
  -webkit-transition: .3s all ease;
  -o-transition: .3s all ease;
  transition: .3s all ease;
  opacity: 0;
  visibility: hidden;
  z-index: 1; }

body.offcanvas-menu:before {
  /* l:20 */
  opacity: 1;
  z-index: 1002;
  visibility: visible; }

h5.offcanvas-title > img.img-fluid {
  max-width: 100px; }

button.btn.btn-primary.btn-circle.btn-lg {
  border: 2px solid #fff; }

/* Color of 3 lines * /
.navbar-toggler .navbar-toggler-icon{
	background: rgba(256,256,256,1);
}
*/
.navbar-toggler {
  width: 20px;
  /*height: 20px;*/
  position: relative;
  transition: .5s ease-in-out; }

.navbar-toggler,
.navbar-toggler-focus,
.navbar-toggler-icon:focus {
  outline: none;
  box-shadow: none;
  border: 0; }

.navbar-toggler span {
  margin: 0;
  padding: 0; }

.toggler-icon {
  display: block;
  position: absolute;
  height: 2px;
  width: 100%;
  background: #ffffff;
  border-radius: 1px;
  opacity: 1;
  left: 0;
  transform: rotate(0deg);
  transition: .25s ease-in-out; }

.middle-bar {
  margin-top: 0px; }

.offcanvas-header .btn-close {
  margin-right: 0;
  opacity: 1;
  position: relative;
  left: -15px; }

.offcanvas-header .btn-close:hover {
  opacity: 0.7 !important; }

#menu-icon {
  display: flex;
  padding: 1px 0;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center; }

#menu-icon.navbar-toggler {
  /*_custom-navigation:381*/
  width: 27px;
  color: initial; }

@media only screen and (max-width: 991.98px) {
  #menu-icon.navbar-toggler {
    /*_custom-navigation:381*/
    display: block !important; } }
#menu-icon .bar {
  margin: 4px;
  width: 25px;
  height: 2px;
  position: relative;
  transition: margin 0.2s, transform 0.2s;
  /* same as above but with prefixes added */
  -webkit-transition: margin 0.2s, -webkit-transform 0.2s;
  transition: margin 0.2s, -webkit-transform 0.2s;
  -o-transition: margin 0.2s, transform 0.2s;
  transition: margin 0.2s, transform 0.2s;
  transition: margin 0.2s, transform 0.2s, -webkit-transform 0.2s; }

#menu-icon:not(.close):hover {
  /*  padding: 6px 10px;*/ }

#menu-icon:not(.close):hover .bar {
  margin: 7px 3px; }

#menu-icon:not(.close):focus .bar {
  margin: 7px 3px; }

/*when navigation is clicked*/
.navbar-toggler .top-bar {
  margin-top: 0px;
  transform: rotate(135deg); }

.navbar-toggler .middle-bar {
  opacity: 0;
  filter: alpha(opacity=0); }

.navbar-toggler .bottom-bar {
  margin-top: 0px;
  transform: rotate(-135deg); }

/* state when the navbar is collapsed */
.navbar-toggler.collapsed .top-bar {
  margin-top: -20px;
  transform: rotate(0deg); }

.navbar-toggler.collapsed .middle-bar {
  opacity: 1;
  filter: alpha(opacity=100); }

.navbar-toggler.collapsed .bottom-bar {
  margin-top: 20px;
  transform: rotate(0deg); }

.offcanvas-header {
  /*_offcanvas.scss 121*/
  background-color: #005195;
  padding: 4px 4px 4px 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  margin-bottom: 7px; }

.offcanvas.offcanvas-start {
  border-right: none !important; }

.offcanvas-title img {
  transition: max-width 0.3s ease-in-out; }

@media only screen and (min-width: 992px) {
  .nav-logo {
    margin-right: 24px; } }
@media only screen and (min-width: 881px) {
  body.fixed-nav nav#main {
    position: fixed;
    z-index: 998;
    top: 0;
    left: 0;
    padding: 0; }

  .fixed-nav li.logo {
    max-width: 500px;
    transition: all 1.5s; } }
@media only screen and (max-width: 880.98px) {
  body.fixed-nav {
    padding-top: 0 !important; } }
.navbar-nav {
  --bs-nav-link-padding-y: 0.65rem; }

.navbar-nav .col .navbar-brand img.img-fluid {
  /*transform: translateY(0px);*/ }

#eccLogo {
  transition: max-width 0.3s ease-in-out; }

#eccLogo.ecc-75 {
  transition: max-width 0.2s ease-in-out; }

span.fa-solid.fa-chevron-right {
  padding-left: 5px; }

@media (max-width: 991px) {
  #footer-mega hr {
    display: none; }

  .col-lg-4.footer-right.text-end {
    text-align: right !important;
    position: relative;
    top: -8px; } }
/* /Navigation ******************************************/
.notice {
  /*background: #def1fb;*/
  opacity: 1 !important;
  display: list-item;
  border-bottom: 1px solid white; }

.notice.emergency {
  background: #e95530; }

.notice.warning {
  background: #ff7900; }

.notice-close {
  line-height: 0 !important;
  position: relative;
  top: -15px;
  height: 5px; }

.notice a, .notice-lead {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 40px 50px 40px 120px;
  text-decoration: none;
  overflow: hidden;
  border: none; }

.notice a:hover, .notice a:focus, .notice a:active {
  text-decoration: none !important;
  border: none; }

.notice-close .btn-close.fa {
  color: white;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23FFFFFF'%3e%3cpath d='M.293.293a1 1 0 0 1 1.414 0L8 6.586 14.293.293a1 1 0 1 1 1.414 1.414L9.414 8l6.293 6.293a1 1 0 0 1-1.414 1.414L8 9.414l-6.293 6.293a1 1 0 0 1-1.414-1.414L6.586 8 .293 1.707a1 1 0 0 1 0-1.414z'/%3e%3c/svg%3e") center/1em auto no-repeat !important; }

.notice.closed {
  display: block !important;
  transition: opacity 500ms ease-out, max-height 500ms ease-out !important;
  max-height: 0 !important;
  opacity: 0 !important; }

.notice.closed .fa {
  display: none !important; }

.notice.closed a {
  padding-top: 0 !important;
  padding-bottom: 0 !important;
  transition: padding 500ms ease-out !important;
  max-height: 0 !important; }

.notice .row {
  margin-left: 0;
  margin-right: 0; }

.notice.notice {
  background: #003a69;
  border: none !important;
  font-weight: 400;
  padding: 0;
  text-align: left;
  font-size: 1.313rem;
  line-height: 1.65em;
  list-style-type: none;
  text-shadow: none;
  /* was on it's own .notice.notice */ }

.notice.notice a {
  /*background: url(https://elgin.edu/media/website/site-assets/css/images/warning_dkblue_64.png) no-repeat scroll 32px 50%;*/
  background: url(https://elgin.edu/media/website/site-assets/css/images/warning_64.png) no-repeat scroll 32px 50%;
  color: #FFFFFF;
  text-decoration: underline; }

.notice.notice .notice-lead {
  /*background: url(https://elgin.edu/media/website/site-assets/css/images/warning_dkblue_64.png) no-repeat scroll 32px 50%;
  color: #003968; */
  background: url(https://elgin.edu/media/website/site-assets/css/images/warning_64.png) no-repeat scroll 32px 50%;
  color: #FFFFFF;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.notice.emergency {
  background: #be0f34;
  border-color: #ab0d2f; }

.notice.warning a {
  background: url("https://elgin.edu/media/website/site-assets/css/images/warning_dkblue_64.png") no-repeat scroll 32px 50%;
  color: #fff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-decoration: underline; }

.notice.emergency > .row > span {
  display: block;
  font-size: 1.25rem;
  font-weight: bold;
  padding: 40px 50px 40px 120px;
  text-decoration: none;
  overflow: hidden;
  text-decoration: none; }

.notice.info {
  background: #80744c; }

.notice.warning {
  background: #ff7900; }

.emergencynotice.dd {
  display: block; }

.emergencynotice span.fa-solid, .notice span.fa-solid {
  display: none !important; }

.notice.emergency > .row > span, .notice.emergency a {
  background: url(https://elgin.edu/media/website/site-assets/css/images/warning_64.png) no-repeat scroll 32px 50%;
  color: #FFFFFF;
  text-decoration: none; }

.notice.emergency a {
  text-decoration: underline; }

.notice .fa {
  color: #FFFFFF; }

@media (max-width: 550px) {
  .emergencynotice, .notice {
    line-height: 1.65em; }

  .notice.emergency > .row > span, .notice.notice a, .notice.emergency a, .notice.warning a, .notice.info a, .notice.notice .notice-lead {
    background: none; }

  .notice.emergency > .row > span, .notice a, .notice-lead {
    font-size: .85rem;
    padding: 40px 20px 40px 30px; }

  .notice.emergency > .row > span, .notice.emergency a, .notice.warning a, .notice.notice a, .notice.info a, .notice-lead {
    background: none; } }
.notice .fa {
  float: right;
  font-weight: bold;
  color: #0e4966;
  /*padding: 2px;*/
  display: flex;
  justify-content: flex-end;
  position: relative;
  top: 30px;
  left: -10px; }

.notice.warning .fa, .notice.notice .fa, .notice.info .fa {
  color: rgba(255, 255, 255, 0.5) !important;
  /*  border: 2px solid #fff !important;*/ }

.btn {
  font-family: 'Noto Sans', verdana, "sans-serif";
  text-transform: capitalize;
  font-size: 1rem !important;
  line-height: 1.5;
  /*border-width: 1px;
  border-style: solid;
  border-radius: 0px;*/
  list-style: none;
  border: none;
  border-radius: 0; }

.btn a {
  text-decoration: none;
  color: inherit;
  border: none; }

.btn a:hover, .btn a:focus, .btn a:active {
  text-shadow: none;
  text-decoration: none;
  border-bottom: none;
  color: inherit; }

a.btn:hover, a.btn:focus, a.btn:active {
  border-bottom-style: solid; }

a.button.btn:hover, a.button.btn:focus, a.button.btn:active {
  border-bottom-style: none;
  border-bottom: none; }

.btn a:focus {
  text-decoration: underline;
  color: inherit; }

.btn .white {
  background-color: transparent;
  color: #fff;
  border-color: #fff; }

.btn-group-sm > .btn, .btn-sm {
  font-size: 0.875rem; }

.btn-group-md > .btn, .btn-md {
  font-size: 1rem;
  width: 100%;
  max-width: 200px;
  height: 100%;
  min-height: 35px; }

.btn-group-lg > .btn, .btn-lg {
  padding: .75rem 1.5rem;
  width: 100%;
  line-height: 1.75;
  padding: 10px 16px;
  font-size: 1.25rem; }

.btn-primary {
  background-color: #003a69;
  border-color: #003a69;
  color: white;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.9);
  padding: 0.5rem 1rem; }

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
  background-color: #80744c;
  border-color: #80744c;
  text-shadow: none;
  color: white;
  border-bottom: 0 solid transparent; }

.btn-default {
  color: white;
  border-color: #80744c;
  background-color: #80744c;
  padding: 0.5rem 1rem; }

.btn-default:hover, .btn-default:focus, .btn-default:active {
  background-color: #003a69 !important;
  border-color: #003a69 !important;
  color: white !important;
  border-bottom: 0 solid transparent; }

.card-body > .btn-default:hover, .card-body > .btn-default:focus, .card-body > .btn-default:active,
.card-body .btn-default:hover, .card-body .btn-default:focus, .card-body .btn-default:active {
  background-color: #0086c5;
  border-color: #0086c5;
  color: white; }

/*
.btn-secondary {
  color: $blue;
  background-color: white;
  border-width: 2px;
  border-color: var(--bs-body);
}
.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active  {
  background-color: #0086c5/*#262626* /;
  color: white;
  border-color: #0086c5/*#262626* /;
}
*/
.btn-secondary {
  background: linear-gradient(135deg, white 0%, white 94%, rgba(255, 255, 255, 0) 91%, rgba(255, 255, 255, 0) 100%);
  border: none;
  color: #005195;
  text-shadow: none;
  box-shadow: none;
  padding: 10px 0 11px; }

.btn-secondary:hover, .btn-secondary:focus, .btn-secondary:active {
  /*box-shadow: none;*/
  /*background-color: #0086c5;*/
  background: linear-gradient(135deg, #0086c5 0%, #0086c5 94%, transparent 91%, transparent 100%);
  color: white; }

.btn-tertiary {
  color: white;
  background-color: #4D4D4D;
  border-color: #4D4D4D;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-tertiary:hover, .btn-tertiary:focus, .btn-tertiary:active {
  background-color: white;
  color: #4D4D4D;
  border-color: #4D4D4D;
  text-shadow: none; }

.btn-success {
  background: linear-gradient(135deg, #538000 0%, #538000 94%, transparent 91%, transparent 100%) !important;
  /*shade -30 */
  border-color: #476e00;
  /*shade -40*/
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.93);
  box-shadow: none !important; }

.btn-success:hover, .btn-success:focus, .btn-success:active {
  color: white;
  border-color: #003a69;
  text-shadow: none;
  box-shadow: none !important; }

a#chatliveButton .btn.btn-success:hover, a#chatliveButton .btn.btn-success:focus, a#chatliveButton .btn.btn-success:active {
  color: white !important; }

.btn-info {
  background-color: #00b8e4;
  border-color: #00a5cd; }

.btn-info:hover, .btn-info:focus, .btn-info:active {
  background-color: white;
  border-color: #0093B6;
  text-shadow: none; }

.btn-warning {
  background-color: #ff7900;
  border-color: #e56d00; }

.btn-warning:hover, .btn-warning:focus, .btn-warning:active {
  background-color: white;
  border-color: #ff7900;
  text-shadow: none; }

.btn-danger {
  background-color: #be0f34;
  border-color: #ab0d2f;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-danger:hover, .btn-danger:focus, .btn-danger:active {
  color: #be0f34;
  background-color: white;
  border-color: #be0f34;
  text-shadow: none; }

.btn-transparent {
  color: #fff;
  background-color: transparent;
  border: 1px solid #ffffff;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-transparent:hover, .btn-transparent:focus, .btn-transparent:active {
  color: #005195 !important;
  background-color: #f1ede2 !important;
  /*border: 1px solid $gray-201!important;*/
  text-shadow: none !important; }

.search- .btn-transparent:hover, .search- .btn-transparent:focus, .search- .btn-transparent:active {
  color: #005195 !important;
  background-color: #80744c !important;
  /*border: 1px solid $gray-201!important;*/
  text-shadow: none !important; }

.search-desktop .btn-transparent:hover, .search-desktop .btn-transparent:focus, .search-desktop .btn-transparent:active {
  background-color: #80744c !important; }

/*
.btn-dkblue {
  background-color:$indigo;
  border-color:$indigo;
  color:white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
	padding: 10px 0 11px;
}
.btn-dkblue:hover, .btn-dkblue:focus, .btn-dkblue:active {
  background-color: white;
  color:$indigo;
  border-color:$indigo;
  text-shadow: none;
}
*/
.btn-dkblue {
  background: linear-gradient(135deg, #003a69 0%, #003a69 94%, transparent 91%, transparent 100%);
  border: none;
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  box-shadow: none;
  padding: 10px 0 11px; }

.btn.btn-dkblue, btn.btn-gold {
  padding: 20px; }

.btn-dkblue:hover, .btn-dkblue:focus, .btn-dkblue:active {
  box-shadow: none;
  /*background-color: #0086c5;*/
  background: linear-gradient(135deg, #0086c5 0%, #0086c5 94%, transparent 91%, transparent 100%);
  color: white; }

.btn-dkblue a {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.btn-dkblue a:hover, .btn-dkblue a:focus, .btn-dkblue a:active {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.btn.btn-dkblue a, .btn.btn-gold a {
  display: inline-block;
  min-width: 44px;
  min-height: 44px;
  line-height: 1.2;
  padding: 12px 16px !important;
  border-bottom: 1px solid transparent !important; }

/*
.container-video div.btn.btn-dkblue, .container-video div.btn.btn-gold {
    padding: 0;
}
.container-video div.btn.btn-dkblue a {
    background: linear-gradient(135deg, rgb(0, 58, 105) 0%, rgb(0, 58, 105) 94%, transparent 91%, transparent 100%);    
}
.container-video div.btn.btn-gold a {
    background: linear-gradient(135deg, rgb(128, 116, 76) 0%, rgb(128, 116, 76) 94%, transparent 91%, transparent 100%);
}
.container-video div.btn.btn-dkblue a, .container-video div.btn.btn-gold a {
    background: linear-gradient(135deg, rgb(0, 58, 105) 0%, rgb(0, 58, 105) 94%, transparent 91%, transparent 100%);
    border: none;
    color: white;
    text-shadow: rgba(0, 0, 0, 0.6) 0px 1px 2px;
    box-shadow: none;
}
*/
.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
  background-color: transparent;
  -webkit-box-shadow: none;
  box-shadow: none; }

div.btn.btn-dkblue a {
  border-bottom: 1px solid transparent !important; }

div.btn.btn-dkblue a:hover, div.btn.btn-dkblue a:focus, div.btn.btn-dkblue a:active {
  border-bottom: 1px solid transparent !important; }

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
  border-color: transparent; }

.btn-link:hover, .btn-link:focus {
  color: #23527c;
  text-decoration: underline;
  background-color: transparent; }

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
  color: #777777;
  text-decoration: none; }

.btn-link {
  color: #333333;
  text-decoration: none; }

.btn-link:hover, .btn-link:focus {
  background-color: transparent;
  text-decoration: none; }

/* HEADINGS --- from master.css
/*------------------------------------------------------*/
/*h1, .h1, h2, .h2, h3, .h3 { 
	margin-top: 20px;
}*/
/*margin-top from legacy BS3*/
/*h4, .h4, h5, .h5, h6, .h6 { 
  margin-top: 10px;
}*/
/*margin-top from legacy BS3*/
hr {
  margin-bottom: 1rem !important;
  margin-top: 0 !important;
  border: 0;
  border-top: 1px solid rgba(183, 166, 109, 0.3);
  opacity: 1; }

.general-content hr {
  display: none; }

#main-stories hr.mt-3, #in-the-news hr.mt-3 {
  /*~ update to _utilities.scss:67 **/
  border-top: none;
  margin-top: 3rem !important; }

h1 {
  color: #005195;
  font-weight: 700; }

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, h1.main-header, .utility-menu a, .nav.main li a, .nav.search li a, a.navbar-brand {
  font-style: normal;
  font-family: 'Noto Sans', verdana, "sans-serif";
  line-height: 1.5; }

/*.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, h1.main-header, .utility-menu a, .nav.main li a, .nav.search li a, a.navbar-brand {
  line-height: 1.75;
}
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, h1.main-header, .utility-menu a, .nav.main li a, .nav.search li a, a.navbar-brand {
  line-height: 1.15;
}*/
.h2, .h3, .h4, h2, h3, h4 {
  /* per style guide */
  /*color:$body-color;*/
  color: var(--bs-black); }

.h5, .h6, footer .h4, h5, h6, footer h4 {
  /* per style guide */
  color: #262626;
  line-height: 1.5em;
  margin-bottom: 1em; }

h2:not(.contact h2):after, .h2:not(.contact .h2):after {
  content: " ";
  display: -webkit-box;
  width: 10%;
  max-width: 60px;
  background: #b7a66d;
  height: 4px;
  margin: 10px 0 15px; }

.hero-image h2 {
  font-size: 1.75rem !important; }

.hero-image h2:not(.contact h2):after, .h2:not(.contact .h2):after {
  height: 0 !important; }

h2.fs-1:after {
  margin-top: 15px; }

h3:not(h3:has(a)):after, .h3:not(.h3:has(a)):after {
  height: 3px;
  margin-top: 10px;
  content: " ";
  display: block;
  width: 10%;
  max-width: 40px;
  background: #b7a66d;
  display: flex; }

.card h3:not(.card h3:has(a)):after, .card .h3:not(.card .h3:has(a)):after {
  background: rgba(255, 255, 255, 0.4); }

.h1, h1 {
  font-size: 2.5rem;
  margin-bottom: .25em;
  text-transform: capitalize; }

.h2, h2 {
  font-size: 1.625rem;
  margin-bottom: .375em;
  text-transform: none; }

.h3, h3 {
  font-size: 1.313rem;
  margin-bottom: .522em;
  text-transform: none; }

.h4, h4 {
  font-size: 1.125rem;
  margin-bottom: .5em;
  text-transform: none; }

.h5, h5 {
  font-size: 1rem; }

.h6, h6 {
  font-size: 0.875rem; }

.col-lg-9 h2, .two-col-left h2, h2.sub-header {
  margin-top: 0;
  font-size: 1.875rem; }

#fast-facts h2:after, #fast-facts h3:after {
  margin: 10px auto 15px; }

h4.section-header, h2.section-header {
  /*color: #005195;*/
  text-transform: capitalize;
  text-align: center; }

h4.section-header span:after, h2.section-header span:after {
  border-bottom: medium solid;
  content: ' ';
  display: block;
  width: 60px;
  margin: 25px auto; }

h2.section-divider {
  border-top: 3px solid #005195;
  padding-top: 15px;
  margin-top: 10px;
  top: 5px;
  padding-bottom: 5px;
  position: relative; }

.col-sm-9 li, .col-sm-8.two-col-left li, .list-of-links li {
  padding-bottom: .25em;
  padding-top: .25em; }

.row > .col-md-8 > h3 {
  margin-top: 30px; }

/*Begin changes to ECC-bootstrap styles - overwrite*/
/*ECC-bootstrap line: 1096 through 1104*/
a {
  color: #005195;
  text-decoration: none;
  border-bottom: 1px solid var(--bs-gray-100);
  /*#80726B*/ }

a:hover, a:active, a:focus {
  color: var(--bs-black);
  text-decoration: none;
  border-bottom: 1px dashed var(--bs-black); }

a:focus-visible {
  /*    outline-color: #80726B;
      outline-width: thin;
      outline-style: double;
      outline-offset: 3px;
      border-bottom: none !important;
  */
  border-color: #00b8e4;
  outline-offset: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 184, 228, 0.25); }

a.patient-cal-book-now-button {
  border-bottom: 0 solid transparent; }

header a, footer a, img > a, a:has(img) {
  border: none; }

header a:hover, header a:focus, header a:active, footer a:hover, footer a:focus, footer a:active, a:has(img):hover, a:has(img):focus, a:has(img):active {
  border: none; }

/*Accessibility - Skip to Content*/
a.skip-to-content {
  overflow: hidden;
  position: absolute;
  top: -1000px;
  left: -1000px;
  width: 1px;
  height: 1px;
  text-align: left;
  padding: 10px;
  /*box-shadow: 0 4px 8px 0 rgba(0 0 0 / 20%);*/
  color: #fff !important;
  background-color: #005195;
  z-index: 999;
  text-decoration: none; }

a.skip-to-content:hover, a.skip-to-content:focus, a.skip-to-content:active {
  overflow: visible;
  top: 0;
  left: 0;
  width: auto;
  height: auto;
  text-decoration: underline; }

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px; }

/*End changes to ECC-bootstrap styles - overwrite*/
.textShadow {
  /* already part of Bootstrap's '.carousel-caption'  */
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); }

span.header-hLine:after {
  border-bottom-width: medium;
  border-bottom-style: solid;
  content: ' ';
  display: block;
  width: 100%;
  margin-bottom: 20px; }

span.header-hLine-thin:after {
  border-bottom-width: thin;
  border-bottom-style: solid; }

.indent {
  padding-left: 25px;
  margin-top: -.4em;
  padding-bottom: 0.5em; }

.small, .note, .disclaimer, .source, .asterisk, .asterisk-double {
  font-size: 80% !important; }

.note::before {
  content: "Please Note: "; }

.disclaimer::before {
  content: "Disclaimer: "; }

.source::before {
  content: "Source: "; }

.asterisk::before {
  content: "*"; }

.asterisk-double::before {
  content: "**"; }

@media (max-width: 1299px) {
  .h2, h2 {
    font-size: 1.875rem; } }
@media screen and (max-width: 481px) {
  h1 {
    font-size: 2rem; } }
@media screen and (max-width: 481px) {
  .h2, h2, .col-sm-9 h2, .two-col-left h2, h2.sub-header {
    font-size: 1.5rem; } }
/* /HEADINGS
/*------------------------------------------------------*/
body {
  font-family: Arial, sans-serif;
  margin: 0 auto !important;
  float: none;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
  font-size: 1rem; }

body, p, span .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6, h1.main-header, .utility-menu a, .nav.main li a, .nav.search li a, a.navbar-brand, html, label, button, input, textarea {
  line-height: 1.7; }

/* Accessibility fixes */
ul, ol {
  padding-left: 1.5rem; }

table {
  line-height: 1.5 !important;
  border-collapse: collapse; }

blockquote,
cite {
  line-height: 1.8 !important;
  font-style: italic; }

/* Eo fixes*/
html {
  line-height: 1.7;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

.b-example-divider {
  flex-shrink: 0;
  width: 1.5rem;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.1);
  border: solid rgba(0, 0, 0, 0.15);
  border-width: 1px 0;
  box-shadow: inset 0 0.5em 1.5em rgba(0, 0, 0, 0.1), inset 0 0.125em 0.5em rgba(0, 0, 0, 0.15); }

.bi {
  vertical-align: -.125em;
  pointer-events: none;
  fill: currentColor; }

.dropdown-toggle {
  outline: 0; }

.nav-flush .nav-link {
  border-radius: 0; }

.btn-toggle {
  display: inline-flex;
  align-items: center;
  padding: .25rem .5rem;
  font-weight: 600;
  color: rgba(0, 0, 0, 0.65);
  background-color: transparent;
  border: 0; }

.btn-toggle:hover,
.btn-toggle:focus {
  color: rgba(0, 0, 0, 0.85);
  background-color: rgba(183, 166, 109, 0.3); }

.btn-toggle::before {
  width: 1.25em;
  line-height: 0;
  content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
  transition: transform .35s ease;
  transform-origin: .5em 50%; }

.btn-toggle[aria-expanded="true"] {
  color: rgba(0, 0, 0, 0.85); }

.btn-toggle[aria-expanded="true"]::before {
  transform: rotate(90deg); }

.btn-toggle-nav a {
  display: inline-flex;
  padding: .1875rem .5rem;
  margin-top: .125rem;
  margin-left: 1.25rem;
  text-decoration: none; }

.btn-toggle-nav a:hover,
.btn-toggle-nav a:focus {
  background-color: rgba(183, 166, 109, 0.3); }

.scrollarea {
  overflow-y: auto; }

.fw-semibold {
  font-weight: 600; }

.lh-tight {
  line-height: 1.7; }

/*Custom Button Styles*/
.btn-outline-darker {
  color: #4D4D4D;
  border-color: #4D4D4D; }

.style-guide-text p {
  display: inline-block; }

.style-guide-text p::after {
  content: " -- ";
  color: #FFFFFF; }

/* ECC COLORS --- from master.css
/* PLEASE NOTE: Default Bootstrap button selectors are stored in buttons.css */
/* BLACK & WHITE (and everything in between) */
/* white */
.e-ffffff, .e-white, .e-white h1, .e-white h2, .e-white h3, .e-white h4, .e-white h5, .e-white h6, h1.e-white, h2.e-white, h3.e-white, h4.e-white, h5.e-white, h6.e-white, #ECC-home h2.e-white, .e-white .panel-heading, .e-white .panel-body {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-ffffff, .btn-white {
  color: #005195;
  background-color: #ffffff;
  border-color: #ffffff; }

.btn-ffffff:hover, .btn-white:focus {
  color: #005195;
  text-decoration: underline; }

.bg-ffffff, .bg-white {
  /* white */
  background-color: #fff;
  background-color: white; }

.bg-t-white {
  /* white */
  background-color: rgba(255, 255, 255, 0.95); }

/* MONOCHROMATIC */
.e-5c5c5c {
  /* Dark Gray */
  color: #5c5c5c; }

.bg-5c5c5c {
  /* Dark Gray */
  background-color: #5c5c5c;
  background-color: #5e91bc; }

.bg-t-5c5c5c {
  /* Dark Gray */
  background-color: rgba(94, 145, 188, 0.93); }

.btn-5c5c5c {
  /* Dark Gray */
  color: #FFFFFF;
  background-color: #5c5c5c;
  border-color: #5c5c5c;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-5c5c5c:hover, .btn-5c5c5c:focus {
  /* Dark Gray */
  color: #FFFFFF;
  background-color: #515151;
  border-color: #515151; }

.e-a3abaf {
  /* Light Gray*/
  color: #a3abaf; }

.bg-a3abaf {
  /* Light Gray*/
  background-color: #a3abaf;
  background-color: #a3abaf; }

.bg-t-a3abaf {
  /* Light Gray*/
  /*background-color:#a3abaf \.93;*/
  background-color: rgba(163, 171, 175, 0.93);
  opacity: 0.93;
  filter: alpha(opacity=93);
  /* For IE8 and earlier */ }

.btn-a3abaf {
  /* Light Gray*/
  color: var(--bs-black);
  background-color: #a3abaf;
  border-color: #a3abaf;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3); }

.btn-a3abaf:hover, .btn-a3abaf:focus {
  /* Light Gray*/
  color: #FFFFFF;
  background-color: #969da0;
  border-color: #969da0; }

/* GRAYS */
/* text gray */
.e-262626, #home-carousel .carousel-caption .lead .e-262626 {
  color: #262626; }

.bg-dee1e3 {
  /* gray, light */
  background-color: #dee1e3;
  background-color: #dee1e3; }

.bg-t-dee1e3 {
  /* gray, light */
  background-color: rgba(222, 225, 227, 0.95); }

.btn-dee1e3 {
  color: var(--bs-black);
  background-color: #dee1e3;
  border-color: #dee1e3;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3); }

.btn-f1f2f3:hover, .btn-f1f2f3:focus {
  color: var(--bs-black);
  background-color: #a3abaf; }

/* gray, lightest shade */
.e-f1f2f3 {
  color: #f1f2f3; }

.bg-f1f2f3 {
  background-color: #f1f2f3;
  background-color: #f1f2f3; }

.bg-t-f1f2f3 {
  background-color: rgba(241, 242, 243, 0.93); }

.btn-f1f2f3 {
  color: var(--bs-black);
  background-color: #f1f2f3;
  border-color: #f1f2f3;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3); }

.btn-f1f2f3:hover, .btn-f1f2f3:focus {
  color: var(--bs-black);
  background-color: #a3abaf; }

/* NEUTRAL */
.e-766a63 {
  color: #766a63; }

.bg-766a63 {
  /*brown, dark */
  background-color: #766a63; }

.bg-t-766a63 {
  background-color: rgba(118, 106, 99, 0.93); }

.btn-766a63 {
  color: #FFFFFF;
  background-color: #766a63;
  border-color: #766a63;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-766a63:hover, .btn-766a63:focus {
  color: #FFFFFF;
  background-color: #6a5f59;
  border-color: #6a5f59; }

/* /ECC COLORS --- from master.css*/
.swatch {
  position: relative;
  display: block;
  border: 1px solid #dbdbdb; }

.swatch img {
  margin: 0;
  padding: 0;
  height: 30px !important;
  width: 100% !important; }

.swatch-text {
  margin: 0;
  padding: 0;
  top: 0;
  position: inherit;
  min-height: 65px; }

.swatch-text ul {
  list-style: none;
  padding-left: 0; }

#bg_colors .panel-heading {
  padding: 10px 15px; }

.panel-primary > .panel-heading {
  color: #fff;
  background-color: #337ab7;
  border-color: #337ab7; }

.panel-heading h5 {
  line-height: 1.7;
  color: #FFFFFF; }

.panel-body {
  padding: 15px; }

ul.palette li:first-child {
  margin-top: 10px; }

/*Background Solid Colors*/
.bg-blue, .bg-005195 {
  background-color: #005195; }

.bg-indigo, .bg-003a69 {
  background-color: #003a69; }

.bg-purple, .bg-4b116f {
  background-color: #4B116F; }

/*.bg-pink {
  background-color: $pink;    
}*/
.bg-red, .bg-901c3b {
  background-color: #901C3B; }

.bg-be0f34 {
  background-color: #be0f34; }

.bg-orange {
  background-color: #E55302; }

.bg-yellow {
  background-color: #e4c300; }

.bg-green, .bg-007e66 {
  background-color: #007a66; }

.bg-005c56 {
  background-color: #005c56; }

.bg-light {
  background-color: rgba(183, 166, 109, 0.3); }

.bg-dee1e3 {
  background-color: #dee1e3; }

.bg-t-005195 {
  background-color: rgba(0, 81, 149, 0.93); }

.bg-t-7f1399 {
  /* purple; using darker shade */
  background-color: rgba(127, 19, 153, 0.93);
  filter: alpha(opacity=93);
  /* For IE8 and earlier */ }

.bg-t-77b800 {
  /* green light; using darker shade */
  background-color: rgba(107, 165, 0, 0.93);
  filter: alpha(opacity=93);
  /* For IE8 and earlier */ }

.bg-t-005c56 {
  /* green dark; using darker shade */
  background-color: rgba(0, 92, 86, 0.93);
  filter: alpha(opacity=93);
  /* For IE8 and earlier */ }

.bg-dc291e {
  background-color: #dc291e; }

.bg-edb700 {
  background-color: #edb700; }

.bg-007e66 {
  background-color: #007e66; }

.bg-77b800 {
  background-color: #77b800; }

.bg-7f1399 {
  background-color: #7f1399; }

/*.e-00b8e4 {
    color: #00b8e4;
}
.e-0086c5 {
    color: #0086c5;
}
.e-003a69 {
    color: #003a69;
}
.e-77b800 {
    color: #6ba500;
}
.e-007e66 {
    color: #007e66;
}
.e-005c56 {
    color: #005c56;
}
.e-fed900 {
    color: #fed900;
}
.e-edb700 {
    color: #edb700;
}
.e-f4aa00 {
    color: #f4aa00;
}
.e-ff7900 {
    color: #ff7900;
}
.e-e55302 {
    color: #e55302;
}
.e-dc291e, .red.bigger-110 {
    color: #dc291e;
}
.e-a3abaf {
    color: #a3abaf;
}*/
/*Border Colors*/
/*Greens*/
.border-lime-green {
  border-color: #007a66; }

/*Purples*/
.border-magenta-purple {
  border-color: #d63384 !important; }

/*Black Text*/
.text-black {
  color: var(--bs-black) !important; }

label {
  max-width: 100%;
  margin-bottom: 5px; }

.table-wrap {
  width: 100%;
  overflow-x: auto; }

.calendar-right {
  position: relative; }

.fa-chevron-left:before {
  content: "\f053"; }

.fa-chevron-right:before {
  content: "\f054"; }

.fa-clock-o:before {
  content: "\f017"; }

.fa-location-arrow:before {
  content: "\f124"; }

.fa-university:before {
  content: "\f19c"; }

/* ECC COLORS ---

/* PLEASE NOTE: Default Bootstrap button selectors are stored in buttons.css */
/* BLACK & WHITE (and everything in between) */
.btn-transparent {
  color: #fff;
  background-color: transparent;
  border-color: #fff; }

.btn-transparent:hover, .btn-transparent:focus {
  color: #005195;
  background-color: #e6e6e6;
  border-color: #adadad; }

/* white */
.e-ffffff, .e-white, .e-white h1, .e-white h2, .e-white h3, .e-white h4, .e-white h5, .e-white h6, h1.e-white, h2.e-white, h3.e-white, h4.e-white, h5.e-white, h6.e-white, #ECC-home h2.e-white, .e-white .panel-heading, .e-white .panel-body {
  color: white;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-ffffff, .btn-white {
  color: #005195;
  background-color: #ffffff;
  border-color: #ffffff; }

.btn-ffffff:hover, .btn-white:focus {
  color: #005195;
  text-decoration: underline; }

.bg-ffffff, .bg-white {
  /* white */
  background-color: #fff;
  background-color: white; }

.bg-t-white {
  /* white */
  background-color: rgba(255, 255, 255, 0.95); }

/* MONOCHROMATIC */
.e-5c5c5c {
  /* Dark Gray */
  color: #5c5c5c; }

.bg-5c5c5c {
  /* Dark Gray */
  background-color: #5c5c5c;
  background-color: #5e91bc; }

.bg-t-5c5c5c {
  /* Dark Gray */
  background-color: rgba(94, 145, 188, 0.93); }

.btn-5c5c5c {
  /* Dark Gray */
  color: #FFFFFF;
  background-color: #5c5c5c;
  border-color: #5c5c5c;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-5c5c5c:hover, .btn-5c5c5c:focus {
  /* Dark Gray */
  color: #FFFFFF;
  background-color: #515151;
  border-color: #515151; }

.e-a3abaf {
  /* Light Gray*/
  color: #a3abaf; }

.bg-a3abaf {
  /* Light Gray*/
  background-color: #a3abaf;
  background-color: #a3abaf; }

.bg-t-a3abaf {
  /* Light Gray*/
  /*background-color:#a3abaf \.93;*/
  background-color: rgba(163, 171, 175, 0.93);
  opacity: 0.93;
  filter: alpha(opacity=93);
  /* For IE8 and earlier */ }

.btn-a3abaf {
  /* Light Gray*/
  color: #000000;
  background-color: #a3abaf;
  border-color: #a3abaf;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3); }

.btn-a3abaf:hover, .btn-a3abaf:focus {
  /* Light Gray*/
  color: #FFFFFF;
  background-color: #969da0;
  border-color: #969da0; }

/* GRAYS */
/* text gray */
.e-262626, #home-carousel .carousel-caption .lead .e-262626 {
  color: #262626; }

.bg-dee1e3 {
  /* gray, light */
  background-color: #dee1e3;
  background-color: #dee1e3; }

.bg-t-dee1e3 {
  /* gray, light */
  background-color: rgba(222, 225, 227, 0.95); }

.btn-dee1e3 {
  color: #000000;
  background-color: #dee1e3;
  border-color: #dee1e3;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3); }

.btn-f1f2f3:hover, .btn-f1f2f3:focus {
  color: #000000;
  background-color: #a3abaf; }

/* gray, lightest shade */
.e-f1f2f3 {
  color: #f1f2f3; }

.bg-f1f2f3 {
  background-color: #f1f2f3;
  background-color: #f1f2f3; }

.bg-t-f1f2f3 {
  background-color: rgba(241, 242, 243, 0.93); }

.btn-f1f2f3 {
  color: #000000;
  background-color: #f1f2f3;
  border-color: #f1f2f3;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3); }

.btn-f1f2f3:hover, .btn-f1f2f3:focus {
  color: #000000;
  background-color: #a3abaf; }

/* BLUE */
.e-5e91bc {
  /* Donate Blue */
  color: #5e91bc; }

.bg-5e91bc {
  background-color: #5e91bc;
  background-color: #5e91bc; }

.bg-t-5e91bc {
  background-color: rgba(94, 145, 188, 0.93); }

.btn-5e91bc {
  color: #FFFFFF;
  background-color: #5e91bc;
  border-color: #5e91bc;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-5e91bc:hover, .btn-5e91bc:focus {
  color: #FFFFFF;
  background-color: #5786ae;
  border-color: #5786ae; }

.e-005195 {
  /* ECC blue */
  color: #005195; }

.bg-005195 {
  background-color: #005195; }

.bg-t-005195 {
  background-color: rgba(0, 81, 149, 0.93); }

.btn-005195 {
  color: #FFFFFF;
  background-color: #005195;
  border-color: #005195;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-005195:hover, .btn-005195:focus {
  color: #FFFFFF;
  background-color: #004986;
  border-color: #004986; }

.e-00b8e4 {
  /* blue, light */
  color: #00b8e4; }

.bg-00b8e4 {
  background-color: #00b8e4; }

.bg-t-00b8e4 {
  background-color: rgba(0, 184, 228, 0.93); }

.btn-00b8e4 {
  color: #FFFFFF;
  background-color: #00b8e4;
  border-color: #00b8e4;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-00b8e4:hover, .btn-00b8e4:focus {
  color: #FFFFFF;
  background-color: #00a5cd;
  border-color: #00a5cd; }

.e-0086c5 {
  /* blue, medium */
  color: #0086c5; }

.bg-0086c5 {
  background-color: #0086c5; }

.bg-t-0086c5 {
  background-color: rgba(0, 134, 197, 0.93); }

.btn-0086c5 {
  color: #FFFFFF;
  background-color: #0086c5;
  border-color: #0086c5;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-0086c5:hover, .btn-0086c5:focus {
  color: #FFFFFF;
  background-color: #0078b1;
  border-color: #0078b1; }

.e-003a69 {
  /* blue, dark */
  color: #003a69; }

.bg-003a69 {
  /* blue, dark */
  background-color: #003a69; }

.bg-t-003a69 {
  /* blue, dark */
  background-color: rgba(0, 58, 105, 0.93); }

.btn-003a69 {
  color: #FFFFFF;
  background-color: #003a69;
  border-color: #003a69;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-003a69:hover, .btn-003a69:focus {
  color: #FFFFFF;
  background-color: #00345e;
  border-color: #00345e; }

/* GREEN */
.e-77b800 {
  color: #6ba500; }

.bg-77b800 {
  /* green light; using darker shade */
  background-color: #6ba500; }

.bg-t-77b800 {
  /* green light; using darker shade */
  background-color: rgba(107, 165, 0, 0.93);
  /* becasue it is a lighter color */
  /*opacity: 0.93*/
  filter: alpha(opacity=93);
  /* For IE8 and earlier */ }

.btn-77b800 {
  color: #ffffff;
  background-color: #77b800;
  border-color: #77b800;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-77b800:hover, .btn-77b800:focus {
  color: #ffffff;
  background-color: #6ba500;
  border-color: #6ba500; }

.e-007e66 {
  /* green, medium */
  color: #007e66; }

.bg-007e66 {
  background-color: #007e66; }

.bg-t-007e66 {
  background-color: rgba(0, 126, 102, 0.93); }

.btn-007e66 {
  color: #FFFFFF;
  background-color: #007e66;
  border-color: #007e66;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-007e66:hover, .btn-007e66:focus {
  color: #FFFFFF;
  background-color: #00715c;
  border-color: #00715c; }

.e-005c56 {
  /* green, dark */
  color: #005c56; }

.bg-005c56 {
  /* green dark */
  background-color: #005c56; }

.bg-t-005c56 {
  /* green dark */
  /*background-color: #005c56 \.93;*/
  background-color: rgba(0, 92, 86, 0.93);
  /*opacity: 0.93*/
  filter: alpha(opacity=93);
  /* For IE8 and earlier */ }

.btn-005c56 {
  color: #FFFFFF;
  background-color: #005c56;
  border-color: #005c56;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-005c56:hover, .btn-005c56:focus {
  color: #FFFFFF;
  background-color: #00534d;
  border-color: #00534d; }

/* YELLOW */
.e-fed900 {
  /* yellow, light */
  color: #fed900; }

.bg-fed900 {
  background-color: #fed900; }

.bg-t-fed900 {
  /*background-color: #fed900 \.95;*/
  background-color: rgba(254, 217, 0, 0.95);
  /*opacity: 0.95;*/
  filter: alpha(opacity=95);
  /* For IE8 and earlier */ }

.btn-fed900 {
  color: #000000;
  background-color: #fed900;
  border-color: #fed900; }

.btn-fed900:hover, .btn-fed900:focus {
  color: #000000;
  background-color: #e4c300;
  border-color: #e4c300; }

.e-edb700 {
  /* yellow, medium */
  color: #edb700; }

.bg-edb700 {
  background-color: #edb700; }

.bg-t-edb700 {
  /*background-color: #edb700 \.93;*/
  background-color: rgba(237, 183, 0, 0.93);
  /*opacity: 0.93*/
  filter: alpha(opacity=93);
  /* For IE8 and earlier */ }

.btn-edb700 {
  color: #000000;
  background-color: #edb700;
  border-color: #edb700;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3); }

.btn-edb700:hover, .btn-edb700:focus {
  color: #000000;
  background-color: #d5a400;
  border-color: #d5a400; }

.e-f4aa00 {
  /* yellow, dark */
  color: #f4aa00; }

.bg-f4aa00 {
  background-color: #f4aa00; }

.bg-t-f4aa00 {
  background-color: rgba(244, 170, 0, 0.93); }

.btn-f4aa00 {
  color: #000000;
  background-color: #f4aa00;
  border-color: #f4aa00;
  text-shadow: 0 1px 2px rgba(255, 255, 255, 0.3); }

.btn-f4aa00:hover, .btn-f4aa00:focus {
  color: #000000;
  background-color: #db9900;
  border-color: #db9900; }

/*Yellow tints of yellow, medium #edb700*/
.bg-fdf8e6, .fdf8e6 {
  background-color: #fdf8e6; }

/* ORANGE */
.e-ff7900 {
  /* orange, medium */
  color: #ff7900; }

.bg-ff7900 {
  background-color: #ff7900; }

.bg-t-ff7900 {
  background-color: rgba(255, 122, 0, 0.93); }

.btn-ff7900 {
  color: #FFFFFF;
  background-color: #ff7900;
  border-color: #ff7900;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-ff7900:hover, .btn-ff7900:focus {
  color: #FFFFFF;
  background-color: #e56d00;
  border-color: #e56d00; }

.e-e55302 {
  /* orange, dark */
  color: #e55302; }

.bg-e55302 {
  background-color: #e55302; }

.bg-t-e55302 {
  background-color: rgba(229, 83, 2, 0.93); }

.btn-e55302 {
  color: #FFFFFF;
  background-color: #e55302;
  border-color: #e55302;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-e55302:hover, .btn-e55302:focus {
  color: #FFFFFF;
  background-color: #ce4b02;
  border-color: #ce4b02; }

/* RED */
.e-dc291e, .red.bigger-110 {
  /* red, light (color used for asterisk on the forms) */
  color: #dc291e; }

.bg-dc291e {
  background-color: #dc291e; }

.bg-t-dc291e {
  background-color: rgba(220, 41, 30, 0.93); }

.btn-dc291e {
  color: #FFFFFF;
  background-color: #dc291e;
  border-color: #dc291e;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-dc291e:hover, .btn-dc291e:focus {
  color: #FFFFFF;
  background-color: #c6251b;
  border-color: #c6251b; }

.e-be0f34 {
  /* red, medium */
  color: #be0f34; }

.bg-be0f34 {
  background-color: #be0f34; }

.bg-t-be0f34 {
  background-color: rgba(190, 15, 52, 0.93); }

.btn-be0f34 {
  color: #FFFFFF;
  background-color: #be0f34;
  border-color: #be0f34;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-be0f34:hover, .btn-be0f34:focus {
  color: #FFFFFF;
  background-color: #ab0d2f;
  border-color: #ab0d2f; }

.e-9c3c25 {
  /* red, rust */
  color: #9c3c25; }

.bg-9c3c25 {
  background-color: #9c3c25; }

.bg-t-9c3c25 {
  background-color: rgba(156, 60, 37, 0.93); }

.btn-9c3c25 {
  color: #FFFFFF;
  background-color: #9c3c25;
  border-color: #9c3c25; }

.btn-9c3c25:hover, .btn-9c3c25:focus {
  color: #FFFFFF;
  background-color: #8c3621;
  border-color: #8c3621; }

.e-901c3b {
  /* red, dark */
  color: #901c3b; }

.bg-901c3b {
  background-color: #901c3b; }

.bg-t-901c3b {
  background-color: rgba(144, 28, 59, 0.93); }

.btn-901c3b {
  color: #FFFFFF;
  background-color: #901c3b;
  border-color: #901c3b;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-901c3b:hover, .btn-901c3b:focus {
  color: #FFFFFF;
  background-color: #811935;
  border-color: #811935; }

/* PURPLE */
.e-b70b9b {
  /* purple, light */
  color: #b70b9b; }

.bg-b70b9b {
  background-color: #b70b9b; }

.bg-t-901c3b {
  background-color: rgba(144, 28, 59, 0.95); }

.btn-b70b9b {
  color: #FFFFFF;
  background-color: #b70b9b;
  border-color: #b70b9b;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-b70b9b:hover, .btn-b70b9b:focus {
  color: #FFFFFF;
  background-color: #a40a8b;
  border-color: #a40a8b; }

.e-7f1399 {
  /* purple, medium */
  color: #7f1399; }

.bg-7f1399 {
  background-color: #7f1399; }

.bg-t-7f1399 {
  background-color: rgba(75, 17, 111, 0.93); }

.btn-7f1399 {
  color: #FFFFFF;
  background-color: #7f1399;
  border-color: #7f1399;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-7f1399:hover, .btn-7f1399:focus {
  color: #FFFFFF;
  background-color: #721189;
  border-color: #721189; }

.e-4b116f {
  /* purple, dark */
  color: #4b116f; }

.bg-4b116f {
  background-color: #4b116f; }

.bg-t-4b116f {
  background-color: rgba(75, 17, 111, 0.93); }

.btn-4b116f {
  color: #FFFFFF;
  background-color: #4b116f;
  border-color: #4b116f;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-4b116f:hover, .btn-4b116f:focus {
  color: #FFFFFF;
  background-color: #430f64;
  border-color: #430f64; }

.e-b7a66d {
  /*brown, light */
  color: #b7a66d; }

.bg-b7a66d {
  background-color: #b7a66d; }

.bg-t-b7a66d {
  background-color: rgba(183, 166, 109, 0.95); }

.btn-b7a66d {
  color: #FFFFFF;
  background-color: #b7a66d;
  border-color: #b7a66d;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-b7a66d:hover, .btn-b7a66d:focus {
  color: #000000;
  background-color: #a49562;
  border-color: #a49562; }

/* NEUTRAL */
.e-766a63 {
  color: #766a63; }

.bg-766a63 {
  /*brown, dark */
  background-color: #766a63; }

.bg-t-766a63 {
  background-color: rgba(118, 106, 99, 0.93); }

.btn-766a63 {
  color: #FFFFFF;
  background-color: #766a63;
  border-color: #766a63;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.btn-766a63:hover, .btn-766a63:focus {
  color: #FFFFFF;
  background-color: #6a5f59;
  border-color: #6a5f59; }

/* /ECC COLORS ---
/* /colors.css
-------------------------------------------------- */
/*!
 * Datetimepicker for Bootstrap 3
 * version : 4.17.47
 * https://github.com/Eonasdan/bootstrap-datetimepicker/
 */
/*Fixes*/
.bootstrap-datetimepicker-widget.dropdown-menu {
  widows: inherit; }

.bootstrap-datetimepicker-widget.dropdown-menu a span:hover,
.bootstrap-datetimepicker-widget.dropdown-menu a span:focus {
  background-color: transparent !important; }

.order-xs-first {
  order: -1 !important; }

a.btn, p.btn, button.btn, button.crt-load-more, button.crt-post-read-more-button {
  text-transform: capitalize; }

/*Link Menu Navigation*/
.card > .quick-links {
  border-top: 1px solid rgba(0, 0, 0, 0.125); }

.list-group-item.active {
  background-color: transparent;
  border-color: transparent; }

.list-group-item.active span.currentsection {
  color: #4D4D4D !important;
  font-weight: 700 !important; }

.list-group ul li::marker {
  color: #4D4D4D !important; }

/*Event Details*/
#event-details .list-group-item {
  background-color: transparent; }

/*.general-content-container ul li*/
#main-content ul li:not(#section-nav ul li):not(#offcanvasFilters ul li), #main-content ol li {
  /*list-style-position: inside;*/
  margin-top: 0; }

#offcanvasFilters {
  visibility: visible !important; }

.offcanvas.show {
  overflow-y: scroll; }

#cBar .item {
  width: auto;
  padding: 0; }

/* MVPs */
.img-thumbnail {
  box-shadow: none; }

.img-thumbnail img {
  margin-right: 0 !important; }

/* Library H3lp */
.modal-content {
  /* border-radius: var(--bs-modal-border-radius); */
  border-radius: 0; }

.modal-header {
  display: block; }

#adminChat .modal-header a.close {
  float: right;
  border-bottom: none !important; }

.modal-header.align-items-center {
  display: flex; }

h2.h3.modal-title {
  font-size: 1.313rem !important; }

/*.close {
    float: right;
    font-size: 21px;
    font-weight: bold;
    line-height: 1;
    color: #003a69;
    text-shadow: 0 1px 0 #fff;
    opacity: 1;
    margin-top: 0;
    border-bottom: none;
}*/
.close:hover, .close:active, .close:focus {
  color: #80744c !important;
  text-decoration: none;
  cursor: pointer;
  /*opacity: 0.5;
 filter: alpha(opacity=50);
border-bottom: none*/ }

.modal a:hover, .modal a:active, .modal a:focus {
  border-bottom: none !important; }

.accordion .accordion-item + .accordion-item {
  margin-top: 5px; }

.accordion .accordion-item {
  border-radius: 0px; }

.accordion-item:first-of-type .accordion-header {
  border-top: none; }

.accordion .accordion-header {
  margin-bottom: 0;
  border-top: 1px solid #dfd7c2;
  /*border-radius: 5px;*/ }

.accordion-button {
  background-color: rgba(183, 166, 109, 0.2); }

.accordion-button:hover, .accordion-button:active, .accordion-button:focus {
  color: #FFFFFF;
  text-decoration: none;
  background: #003a69;
  /*border-top-left-radius: 5px;
  border-top-right-radius: 5px;*/
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  border-bottom: none; }

.accordion-button:not(.collapsed) {
  background-color: #003a69;
  color: white; }

.accordion-button:hover::after, .accordion-button:focus::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  margin-left: auto;
  content: "";
  flex-shrink: 0; }

.accordion-button::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%33333'%3e%3cpath fill-rule='evenodd' d='M8 2a.5.5 0 0 1 .5.5v5h5a.5.5 0 0 1 0 1h-5v5a.5.5 0 0 1-1 0v-5h-5a.5.5 0 0 1 0-1h5v-5A.5.5 0 0 1 8 2Z'/%3e%3c/svg%3e");
  transform: scale(0.7) !important;
  width: 1.5rem;
  height: 1.5rem;
  background-repeat: no-repeat;
  background-size: 1.5rem;
  margin-left: auto;
  content: "";
  flex-shrink: 0; }

.accordion-button:not(.collapsed)::after {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='white'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3e%3c/svg%3e"); }

/*.accordion-button.collapsed.py-2::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%33333'%3e%3cpath fill-rule='evenodd' d='M2 8a.5.5 0 0 1 .5-.5h11a.5.5 0 0 1 0 1h-11A.5.5 0 0 1 2 8Z'/%3e%3c/svg%3e");
}*/
/*.accordion-button.collapsed.py-2:hover::after, .accordion-button.collapsed.py-2:focus::after {
  color: #FFFFFF;
    text-decoration: none;
    background: #003a69;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
}*/
/* Responsive Web Design - Table  ----------------------------------*/
div.table-responsive {
  overflow-x: overlay; }

table {
  width: 100%;
  margin-bottom: 1em;
  border: 1px solid #dfd7c2;
  border-collapse: collapse;
  border-spacing: 0;
  /*font-size: 0.875rem;*/
  caption-side: top; }

table caption {
  margin: 1rem 0 0.625rem 0;
  padding: 0;
  color: #003a69;
  font: 400 1rem/1.3 'Noto Sans', sans-serif; }

table thead {
  color: #fff;
  background: #003a69; }

/*~0301table:not(.cal-table) thead {
  background: #003a69;
  color: #fff;
}*/
table thead tr th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-weight: 700;
  text-align: left; }

table tr th, table tr td, table tbody tr td {
  padding: 0.5625rem 0.625rem;
  line-height: 1.5rem; }

/*table tr:nth-of-type(even) {
  background: white;
}*/
table thead tr th, table tbody tr td, table tr td {
  display: table-cell;
  line-height: 1.5rem; }

div, th, td {
  margin: 0;
  padding: 0; }

.rwd-table {
  margin: 10px 0 1.25em 0; }

table.rwd-table > caption {
  margin-top: 0; }

.rwd-table tbody th {
  color: #4D4D4D; }

.rwd-table tr {
  border: 1px solid #dfd7c2; }

.rwd-table th {
  display: none; }

.rwd-table td {
  display: block; }

.rwd-table td:first-child {
  padding-top: .25em; }

.rwd-table td:last-child {
  padding-bottom: .5em; }

.rwd-table td:before {
  content: attr(data-th) ":";
  font-weight: bold;
  display: inline-block;
  margin-right: 0.5rem; }

.table > thead > tr > th, .table > tbody > tr > td, .rwd-table th, .rwd-table td {
  text-align: left;
  vertical-align: middle; }

/*~.rwd-table thead tr:nth-of-type(even) {
  background: #005195
}*/
/*.table-responsive > p.small {
  margin-top: -1.25em;
  margin-bottom: 2.25em;
}*/
.rwd-table.table-last {
  margin: 0 0 .25em 0; }

tfoot tr:last-child {
  background: rgba(183, 166, 109, 0.3); }

.rwd-table th, .rwd-table:not(#table-container-table) td {
  margin: .25em;
  color: #4D4D4D; }

table th, table td {
  padding: 0px 10px; }

.rwd-table th, .rwd-table td:before {
  color: #4D4D4D; }

.rwd-table .colgroup-th {
  background-color: rgba(183, 166, 109, 0.3); }

@media (max-width: 481px) {
  .rwd-table tbody th {
    margin: 0;
    display: block;
    background-color: rgba(183, 166, 109, 0.1);
    border-bottom: 1px solid #dfd7c2; }

  .rwd-table.table-bordered > tbody > tr > th, .rwd-table .table-responsive > .table-bordered > tbody > tr:last-child > th {
    border-bottom: 1px solid #dfd7c2;
    border-right: 0;
    border-top: 0;
    border-left: 0;
    margin: 0; }

  .rwd-table.table-bordered > tbody > tr > td {
    border: 0; }

  .table-responsive > .table-bordered > tfoot > tr:last-child > td {
    border-top: 0; }

  .rwd-table .colgroup-th {
    background-color: #005195 !important;
    border-bottom: 0 !important;
    color: white; }

  .table-striped > tbody > tr:nth-of-type(odd) {
    background-color: white !important; } }
@media (min-width: 480px) {
  .rwd-table tr {
    border-right: 1px solid #dfd7c2; }

  .rwd-table td:before {
    display: none; }

  .rwd-table th, .rwd-table td {
    display: table-cell;
    padding: .25em .5em; }

  .rwd-table th:first-child, .rwd-table td:first-child {
    padding-left: 0; }

  .rwd-table th:last-child, .rwd-table td:last-child {
    padding-right: 0; }

  .rwd-table th, .rwd-table td {
    padding: 1em !important; }

  .rwd-table th, .rwd-table td:before {
    color: #ffffff; }

  table th, table td {
    padding: 10px 10px; }

  .rwd-table tfoot > tr > th {
    color: #4D4D4D; } }
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: rgba(183, 166, 109, 0.1); }

.table-bordered > thead > tr > th {
  border: 1px solid rgba(183, 166, 109, 0.7);
  border-left: none; }

.table-bordered > tbody > tr > th, .table-bordered > tfoot > tr > th, .table-bordered > thead > tr > td, .table-bordered > tbody > tr > td, .table-bordered > tfoot > tr > td {
  border: 1px solid rgba(183, 166, 109, 0.4); }

.headerNav nav {
  width: 100%; }

nav#landing-sidenav > ul.list-group > li.list-group-item {
  border-left: 3px solid #005195;
  border-right: 1px solid #d2d2d2; }

nav#landing-sidenav > ul.list-group > li.list-group-item.active, nav#landing-sidenav > ul.list-group > li.list-group-item.active:hover, nav#landing-sidenav > ul.list-group > li.list-group-item.active:focus {
  border-right: 1px solid #d2d2d2; }

nav#landing-sidenav > ul.list-group > li.list-group-item.active {
  border-left-color: #0086c5; }

nav#landing-sidenav > ul.list-group > li.list-group-item:hover {
  border-left: 3px solid #5e91bc; }

nav#area-sidenav li.list-group-item:first-of-type, nav#landing-sidenav li.list-group-item:first-of-type {
  border-top-right-radius: 0px;
  border-top-left-radius: 0px;
  border-top: 1px solid #dfd7c2; }

nav#area-sidenav li.list-group-item:last-of-type, nav#landing-sidenav li.list-group-item:last-of-type {
  border-bottom: 1px solid #dfd7c2;
  border-bottom-right-radius: 0px;
  border-bottom-left-radius: 0px; }

nav#area-sidenav a::after, nav#landing-sidenav a::after {
  content: '\f054';
  font-family: FontAwesome;
  margin-left: 5px;
  font-size: 12px; }

nav#area-sidenav a, nav#landing-sidenav a {
  border-color: transparent; }

nav#area-sidenav a:hover, nav#area-sidenav a:focus, nav#area-sidenav a:active, nav#landing-sidenav a:hover, nav#landing-sidenav a:focus, nav#landing-sidenav a:active {
  border-bottom: 1px dashed var(--bs-black) !important; }

@media screen and (max-width: 767.98px) {
  .two-col-right, .headerNav {
    border-top: thin solid #d2d2d2;
    padding-top: 15px;
    width: 100%;
    margin-top: 20px; }

  .col-md-4.mb-3.two-col-right {
    padding-left: 0;
    padding-right: 0; } }
nav > ul.list-group > li.list-group-item {
  border-right: 3px solid #005195;
  border-left-color: #dfd7c2; }

.charts .list-group-item {
  border-color: rgba(183, 166, 109, 0.2);
  border-style: solid;
  border-width: thin;
  border-radius: 0 !important;
  border-color: #dfd7c2 !important;
  position: relative;
  display: block;
  padding: 10px 15px; }

.charts > ul.list-group > li:nth-child(even) {
  background-color: #f1ede2;
  border-top: 0;
  border-bottom: 0; }

.charts > ul.list-group > li:last-of-type {
  border-bottom: thin solid #dfd7c2;
  border-top: 0; }

li.list-group-item > ul li {
  padding-top: .3em;
  padding-bottom: 0px !important; }

.list-group-item.active li, .list-group-item.active:hover li, .list-group-item.active:focus li {
  font-weight: 400; }

li.list-group-item > ul li {
  display: block;
  /*font-size: 0.875rem;*/
  margin-left: -30px;
  padding-bottom: .1em; }

#area-sidenav li.list-group-item.active > ul li {
  display: block;
  margin-left: -10px; }

nav > ul.list-group > li.list-group-item.active, nav > ul.list-group > li.list-group-item.active:hover, nav > ul.list-group > li.list-group-item.active:focus {
  border-left: 1px solid #dfd7c2; }

nav > ul.list-group > li.list-group-item.active {
  border-right-color: #0086c5; }

nav > ul.list-group > li.list-group-item:hover {
  border-right: 3px solid #5e91bc; }

.list-group-item.active, .list-group-item.active:hover, .list-group-item.active:focus {
  color: #1E1C1C;
  background-color: #f1ede2;
  border-color: #dfd7c2;
  padding-top: 10px !important;
  padding-bottom: 10px !important; }

list-group-item.active > ul {
  padding-inline-start: 20px; }

/*ul.list-group li:nth-child(4), ul.list-group li:nth-child(5), ul.list-group li:nth-child(6) {
	background-color: $gray-400 !important;
}
*/
/*
#area-sidenav ul.list-group li:nth-child(4), #area-sidenav ul.list-group li:nth-child(5), #area-sidenav ul.list-group li:nth-child(6) {
	background-color: #f1ede2!important;
}
*/
/*
#footer-mega ul.list-group li, #footer-mega ul.list-group li:nth-child(4), #footer-mega ul.list-group li:nth-child(5), #footer-mega ul.list-group li:nth-child(6) {
	background-color: transparent !important;
}*/
/*.contact .highlight{
	border: 1px solid $gray-100 !important;
}*/
.contact {
  background-color: rgba(183, 166, 109, 0.4);
  border: 1px solid #dfd7c2; }

/*.contact h2{
	color:$blue;
}*/
.callout-box {
  padding: 10px;
  /* margin-top: 15px; */
  margin-bottom: 15px; }

.callout-box a {
  overflow-wrap: anywhere; }

.callout-box .highlight {
  padding: 10px;
  border: 1px solid #dfd7c2; }

.callout-box h2, .callout-box div > h2 {
  font-size: 1.313rem; }

.callout-box > .h4, .callout-box > h4 {
  margin-top: 0;
  font-size: 1.125rem;
  margin-bottom: 0.5em;
  text-transform: none; }

div.highlight h3 {
  margin-top: 0 !important;
  font-size: 1.125rem !important; }

.col-lg-4 > div.callout-box.callout-cta {
  text-align: center;
  padding: 0 0 10px 0; }

.col-lg-4 > div.callout-box, .callout-box {
  padding: 10px;
  /* margin-top: 15px; */
  margin-bottom: 15px; }

.callout-box.callout-cta {
  padding: 0 !important; }

#calendar_events .snippet .date-stamp {
  min-height: 12rem;
  width: 4rem;
  text-align: center; }

/*#calendar_events a{
	color: $blue;
}
#calendar_events a:hover, #calendar_events a:active, #calendar_events a:focus{
	border-bottom: 1px dashed #333333;
}
.snippet.event a {
	color: #333333;
}
.snippet.event a:hover {
	color: #005195!important
}
.snippet.event .title a {
	border-bottom: 1px solid #333333;
}
.snippet.event .title a:hover {
	border-bottom: 1px dashed #005195;
}*/
.list-unstyled {
  padding-left: 0;
  list-style: none; }

.snippet img, .snippet .date-stamp {
  float: left;
  margin-right: 2em; }

.list-unstyled a {
  line-height: 1.5em; }

.snippet .title {
  /* ~override _custom-master.scss */
  border-bottom: none !important; }

.snippet .date-stamp .day {
  font-size: 2em;
  font-weight: 700;
  border-top: none; }

.snippet .date-stamp .month, .snippet .date-stamp .day {
  padding: 0.25em; }

.event-info p {
  font-weight: 400;
  line-height: 1.6;
  margin-bottom: 0;
  text-rendering: optimizeLegibility; }

.snippet p {
  margin-bottom: 0; }

.snippet .badge {
  background-color: #777777; }

h3.headline {
  margin-top: 10px; }

.homepage-events .card-header {
  background-color: #FFFFFF;
  border-radius: none; }

/*#calendar_events .page-link:hover {
    border-bottom: none !important;
}*/
@media screen and (max-width: 420px) {
  #calendar_events .snippet .date-stamp {
    min-height: 1rem; }

  #calendar_events .event-item {
    margin-bottom: 1rem; }

  #calendar_events .event-date-box {
    width: 100%;
    display: inline-block; }

  #calendar_events .event-info {
    margin-left: 0.875rem; } }
/* ~_card.scss */
.homepage-events > .card > .card-header:first-child {
  border-radius: 0;
  border-top: 5px solid #005195; }

.homepage-events .card-header {
  /* ~_card.scss l:101 */
  text-align: center;
  border-bottom: none; }

.homepage-events .card-footer {
  /* ~_card.scss l:113 */
  border-top: none; }

#calendar_box table tr td.hasEvents a {
  display: block;
  padding: 9px 0;
  height: 100%;
  background: rgba(183, 166, 109, 0.1); }

#calendar_box table tr td.hasEvents a {
  border: 1px solid transparent;
  /*text-decoration: underline;*/ }

#calendar_box table tr td.hasEvents a:hover {
  border: 1px solid #005195; }

#calendar_box table thead {
  background: white; }

#calendar_box table tr th, #calendar_box table tr td {
  border: thin solid white;
  width: calc(100%/7);
  text-align: center; }

#calendar_box table tr th .prev-next-link {
  text-indent: -9999px;
  display: block;
  float: left; }

#calendar_box .ajax-load-link span, #calendar_page_custom .ajax-load-link span {
  font-size: 1em; }

#calendar_box table thead tr th {
  padding: 0.5rem 0.625rem 0.625rem;
  font-size: 0.875rem;
  font-weight: 700;
  color: #222; }

#calendar_box table tr td {
  padding: 0.5625rem 0.625rem;
  font-size: 0.875rem;
  color: #222; }

#calendar_box table tr td.hasEvents {
  padding: 0; }

#calendar_box table tr:nth-of-type(even) {
  background: white; }

#calendar_box table tr td.today {
  background-color: #005195; }

#calendar_page_custom > .calendar-dayhead th, .calendar-box-header th {
  font-size: 1rem !important; }

#calendar_box table tr td.today a.ajax-load-link {
  background-color: #005195 !important; }

#calendar_box table tr td.today a, #calendar_box table tr td.today span {
  color: white; }

.alert {
  padding: 15px;
  margin-bottom: 20px;
  border: none;
  /*1px solid transparent*/
  background-color: rgba(183, 166, 109, 0.1); }

.alert .btn {
  margin: 0.125rem; }

.container-fluid.alert, .alert.container-sm, .alert.container-md, .alert.container-lg, .alert.container-xl, .alert.container-xxl {
  padding: 0; }

a#calendar-plus, a#repeat, a#filter, a#print, button#print {
  display: block;
  border-width: 0;
  border-color: #004986;
  margin-left: 0.125rem; }

@media screen and (max-width: 430px) {
  select.btn.btn-default.btn-sm {
    width: 70% !important;
    white-space: normal !important;
    word-wrap: break-word !important; } }
@media screen and (max-width: 710px) {
  .alert select, .controls-right {
    display: table-row;
    margin-left: 0; } }
#event-jumbotron .list-group-item {
  background-color: rgba(0, 0, 0, 0);
  border: none !important; }

#calendar_box table tr td.hasEvents.outperiodday a {
  opacity: 0.5; }

#calendar_page_custom table tr th {
  width: calc(100%/7);
  text-align: center; }

#calendar_page_custom .today {
  border: 4px solid #005195 !important; }

#calendar_page_custom tr.calendar-box-header {
  background: #003A69; }

#calendar_box table tr, #calendar_box table td, #calendar_page_custom table tr, #calendar_page_custom table td {
  text-align: center !important; }

#calendar_page_custom table tr.calendar-box-header th .prev-next-link {
  text-indent: -9999px;
  display: block;
  float: left; }

#calendar_page_custom table tbody tr.calendar-dayrow td {
  vertical-align: top;
  padding: 0.1em;
  height: 8em;
  border: 1px solid #eee; }

#calendar_page_custom table tbody tr.calendar-dayrow span {
  font-size: 1.2em;
  border-radius: 50%;
  width: 30px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  display: inline-block;
  font-weight: bold; }

#calendar_page_custom .calendar-dayhead th {
  background-color: rgba(183, 166, 109, 0.1) !important;
  color: white; }

#calendar_page_custom table tbody tr.calendar-dayrow td.fillday span {
  color: #999; }

#calendar_page_custom table tbody tr.calendar-dayrow .cal-event a {
  font-size: 1rem;
  line-height: 1.5em;
  display: block;
  max-height: 2rem;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0.2em;
  margin-bottom: 4px;
  word-break: break-all;
  white-space: unset; }

a.hasMoreEvents, a.hasEvents, a.ajax-load-link:has(span.fa-solid) {
  border: none; }

.slider-container figcaption {
  top: 50%;
  transform: translateY(-50%) !important;
  z-index: 1; }

.slider-container .caption-left {
  left: 0; }

.slider-container .caption-right {
  right: 0; }

.slider-container {
  position: relative;
  display: flex;
  justify-content: center;
  width: 900px;
  height: 600px;
  border: 2px solid white; }
  .slider-container .img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-size: 900px 100%; }
  .slider-container .foreground-img {
    width: 50%; }
  .slider-container .slider {
    position: absolute;
    -webkit-appearance: none;
    appearance: none;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    outline: none;
    margin: 0;
    transition: all .2s;
    display: flex;
    justify-content: center;
    align-items: center; }
    .slider-container .slider:hover {
      background: rgba(0, 0, 0, 0.1); }
    .slider-container .slider::-webkit-slider-thumb {
      -webkit-appearance: none;
      appearance: none;
      width: 6px;
      height: 600px;
      height: 600px;
      background: white;
      cursor: pointer; }
    .slider-container .slider::-moz-range-thumb {
      width: 6px;
      height: 600px;
      background: white;
      cursor: pointer; }
  .slider-container .slider-button {
    pointer-events: none;
    position: absolute;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background-color: white;
    left: calc(50% - 15px);
    top: calc(50% - 15px);
    display: flex;
    justify-content: center;
    align-items: center; }
    .slider-container .slider-button:after {
      content: '';
      padding: 3px;
      display: inline-block;
      border: solid #5D5D5D;
      border-width: 0 2px 2px 0;
      transform: rotate(-45deg); }
    .slider-container .slider-button:before {
      content: '';
      padding: 3px;
      display: inline-block;
      border: solid #5D5D5D;
      border-width: 0 2px 2px 0;
      transform: rotate(135deg); }

.carousel-indicators [data-bs-target] {
  display: none !important; }

.fs-80 {
  font-size: 80% !important; }

span.header-hLine:after {
  border-bottom-width: medium;
  border-bottom-style: solid;
  content: ' ';
  display: block;
  width: 100%;
  margin-bottom: 15px;
  margin-top: 25px; }

.e-005195 {
  color: #005195; }

.featured-stories p {
  font-size: 0.875rem;
  line-height: 1.5rem; }

.share-icons a {
  -webkit-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  border: none; }

.share-icons a:hover, .share-icons a:focus, .share-icons a:active {
  opacity: .7; }

.carousel-indicators button {
  /* border: 1px solid #dee1e3; */
  height: 10px !important;
  width: 40px !important; }

.carousel-control-prev, .carousel-control-next {
  width: 5% !important; }

.filter-pills ul {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin: 0 -20px 0 0;
  padding: 0;
  font: 1rem/1.750 'Noto Sans', sans-serif;
  list-style: none; }

.filter-pills li {
  margin: 0 20px 20px 0;
  padding: 0;
  color: white; }

.filter-pills a {
  display: block;
  padding: 0 10px;
  background-color: #005195;
  color: white;
  text-decoration: none;
  -webkit-transition: background-color 0.25s ease-in-out;
  transition: background-color 0.25s ease-in-out;
  cursor: pointer;
  border-bottom: none;
  border: 1px solid #005195; }

.filter-pills a:hover, .filter-pills a:focus, .filter-pills a:active {
  color: #005195;
  background-color: white;
  border-color: #005195; }

.filter-pills.categories li.on a, .filter-pills.dates li.on a {
  background-color: white;
  color: #005195; }

.full-article img {
  max-width: 800px; }

#event-contact span.h4.fs-5 {
  font-size: 1.125rem !important; }

.campus-map-link {
  display: none !important; }

.label {
  display: inline;
  padding: .3em .6em;
  font-size: 80%;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

/*.two-col-right nav {
    display: none;
}*/
div#map-sideNav .h3 {
  margin-top: 0; }

button.gm-ui-hover-effect img {
  display: none !important; }

button.gm-ui-hover-effect::after {
  font: normal normal normal 16px/0 FontAwesome;
  content: "\f057";
  margin: 10px !important;
  position: absolute;
  top: 0;
  right: 0;
  /* float: right; */
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #005195;
  background-color: white !important; }

.gm-style-iw-d h4 {
  margin-top: 0 !important; }

button.gm-control-active.gm-fullscreen-control {
  display: block !important; }

/*@media (min-width: 768px) {*/
label.btn {
  position: absolute;
  left: auto;
  font-weight: bold;
  z-index: 1;
  background: white;
  border: 1px solid #dfd7c2;
  margin-left: 10px;
  /*	bottom: -50px;
  	transition: all .0s ease-in-out;*/ }

label.btn:hover {
  background: white; }

#autocomplete-suggestions {
  position: absolute;
  background: white;
  max-height: 200px;
  overflow-y: auto;
  z-index: 1000;
  width: 100%;
  /* Match search box width */
  margin-top: 40px; }

.autocomplete-item {
  cursor: pointer;
  padding: 5px; }

.autocomplete-item:hover, .autocomplete-item:focus, .autocomplete-item:active {
  background: #005195;
  color: white; }

/*~~@media (max-width: 767.98px) {
label.btn {
    botom: 160px;
}
}*/
#campus-map-canvas, #district-map-canvas {
  width: 100%;
  height: 650px; }

#buildings, #lots, #campus-locations, #services {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.875rem;
  width: 100%; }

#map-sideNav .map-nav {
  width: 100%;
  height: auto;
  vertical-align: text-top;
  display: block; }

#map-sideNav .map-nav a, #campus-map .dropdown-content a {
  padding: 5px;
  display: block;
  text-indent: 10px;
  border-bottom: 1px solid #a3abaf; }

#map-sideNav .map-nav a:first-child {
  padding: 5px;
  display: block;
  text-indent: 10px;
  border-top: 1px solid #a3abaf; }

#map-sideNav .map-nav a:last-child, #campus-map .dropdown-content a:last-child {
  border-bottom: none; }

#map-sideNav .map-nav a:link {
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out; }

#map-sideNav .map-nav a:hover, #campus-map .dropdown-content a:hover {
  background-color: #F1F2F3;
  color: #262626;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out; }

.dataTables_paginate
#map-sideNav .panel-body.map-nav {
  padding: 0; }

#map-sideNav .map-nav-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: 15px;
  color: #262626;
  font-size: inherit; }

/* Info Windows */
#infoWndContent {
  width: 100%;
  max-width: 400px;
  height: 100%; }

#infoWndContent img {
  width: 400px;
  max-width: 100%;
  float: left;
  margin-right: 15px; }

#infoWndContent p, #infoWndContent li {
  font-size: inherit;
  font-weight: normal; }

#infoWndContent hr {
  border-color: #a3abaf;
  margin: 10px 0; }

#infoWndContent .footer-links a {
  font-size: 0.875rem; }

#infoWndContent .tourECC {
  position: relative;
  display: inline-block;
  margin-bottom: 15px; }

#infoWndContent .tourECC .tourECC-links {
  position: absolute;
  bottom: 15px;
  right: 15px; }

#infoWndContent .tourECC .btn {
  border-color: white; }

#infoWndContent ul li {
  list-style: none;
  line-height: 1.5em;
  font-weight: normal; }

#infoWndContent .footer-list-left {
  float: left;
  padding: 0; }

#infoWndContent .footer-list-right {
  float: right;
  padding: 0; }

/* Dropdown Button */
#campus-map .dropdown-container {
  display: none; }

#campus-map .dropdown {
  position: relative; }

#campus-map .dropdown .btn {
  font-size: .75rem; }

#campus-map .dropdown .btn:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0d7";
  margin-left: 10px; }

#campus-map .dropdown button {
  z-index: 3;
  /*position: absolute;*/
  top: 10px;
  left: 10px;
  margin-bottom: 10px; }

#campus-map .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  max-width: 350px;
  margin-right: 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  top: 55px;
  left: 10px;
  z-index: 1; }

@media (max-width: 767px) {
  #campus-map-canvas {
    height: 350px; }

  #map-sideNav {
    display: none; }

  #campus-map .dropdown {
    display: block; }

  #map-container {
    width: 100%; }

  #infoWndContent .tourECC, #infoWndContent p {
    display: none; }

  #infoWndContent ul li {
    font-size: 0.875rem; }

  #infoWndContent .footer-list-left {
    padding-right: 5px; }

  #infoWndContent .footer-list-right {
    float: left; } }
/*Hero*/
/* ECC-bootstrap.min.css l:5 */
.clearfix:after, .clearfix:before, .container-fluid:after, .container-sm:after, .container-md:after, .container-lg:after, .container-xl:after, .container-xxl:after, .container-fluid:before, .container-sm:before, .container-md:before, .container-lg:before, .container-xl:before, .container-xxl:before, .container:after, .container:before, .dl-horizontal dd:after, .dl-horizontal dd:before, .form-horizontal .form-group:after, .form-horizontal .form-group:before, .modal-footer:after, .modal-footer:before, .modal-header:after, .modal-header:before, .nav:after, .nav:before, .navbar-collapse:after, .navbar-collapse:before, .navbar-header:after, .navbar-header:before, .navbar:after, .navbar:before, .panel-body:after, .panel-body:before, .row:after, .row:before {
  content: " ";
  display: table; }

.container-fluid, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl, .container.footer-social, .navbar-collapse, .two-col-both > div {
  padding-right: 0;
  padding-left: 0; }

/* marketing */
.anniversary-75 {
  position: relative; }

.container {
  max-width: 95%; }

.container-video {
  height: 700px;
  position: relative;
  background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.65) 70%);
  padding: 150px 40px 40px; }

@media screen and (min-width: 1220px) {
  .container-video {
    height: 770px; } }
@media screen and (max-width: 1199.98px) and (min-width: 992px) {
  /* max-width:1219 */
  .container-video {
    height: 700px; } }
button.btn.btn-primary.btn-circle.btn-lg.play,
button.btn.btn-transparent.btn-circle.btn-lg.play {
  height: 44px;
  width: 44px;
  border: 1px solid #b7a66d !important;
  background-color: #b7a66d;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0 110px 45px; }

button.btn.btn-transparent.btn-circle.btn-lg.play:hover,
button.btn.btn-transparent.btn-circle.btn-lg.play a.nav-link:hover
button span.reveal.fa-solid.fa-play:hover {
  color: #005195 !important; }

button span.reveal.fa-solid.fa-play {
  bottom: 9px;
  left: 14px;
  /*	font-size: 18px;*/ }

.container-video button.btn, .container-video div.btn {
  text-align: left !important;
  /**/
  padding-right: 30px; }

.container-video button.btn, .container-video div.btn {
  /**/
  padding-right: 12px; }

span.reveal {
  position: relative;
  bottom: 14px;
  left: -9px;
  font-size: x-large; }

.d-flex.nav-search button:hover a.nav-link, .show button:hover a.nav-link {
  color: #333 !important; }

.container-video button#pauseButton:hover a.nav-link {
  color: #005195 !important; }

.container-video button.btn, .container-video div.btn {
  /**/
  padding: 10px 12px 11px; }

@media screen and (min-width: 992px) {
  /*button span.reveal.fa-solid.fa-play {
  	bottom: 4px;
  	left: -1px;
  	/*margin: 30px 110px 45px;
  }*/
  button span.reveal.fa-solid.fa-play,
  button span.reveal.fa-solid.fa-pause {
    bottom: 1px;
    left: 2px;
    /*font-size: x-large;*/ }

  .container-video button.btn, .container-video div.btn {
    width: 250px;
    text-align: left !important; } }
@media screen and (max-width: 991px) {
  a.nav-link:hover .reveal.fa-play,
  a.nav-link:hover .reveal.fa-pause {
    color: #005195 !important; }

  span.reveal.fa-pause {
    bottom: 9px;
    left: 13px; } }
.h1 {
  font-size: 4.5rem; }

.overlay-text .d-grid.gap-2 {
  z-index: 2;
  position: absolute;
  top: 0;
  right: 0;
  margin: 150px 0 0 10px; }

#backgroundVideo, #backgroundImage {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover; }

.hero-messaging {
  display: inline-block;
  flex-direction: column;
  justify-content: flex-end;
  position: absolute;
  bottom: 0;
  z-index: 3;
  color: #fff;
  padding-left: 50px;
  margin-bottom: 30px; }

.hero-messaging h2,
h2#header-text {
  text-shadow: 0 4px 7px rgba(0, 0, 0, 0.7);
  color: #ffffff; }

#areas-of-study h2 {
  color: var(--bs-white);
  font-weight: 500;
  line-height: 4.5rem;
  text-align: center; }

#areas-of-study h2:after {
  height: 0;
  background: transparent; }

@media (max-width: 991px) {
  .hero-messaging {
    padding-left: 0; }

  /*~~ [+] navigation.css:54 */
  .container-video .btn-circle.btn-lg {
    color: #fff;
    background-color: var(--bs-blue);
    border: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    width: 30px;
    height: 30px;
    margin-top: 5px; }

  span.reveal {
    position: absolute;
    /*`bottom: 22px;*/
    left: 5px;
    font-size: x-large; }

  /*~~ [+] navigation.css:54 */
  .container-video .btn-circle.btn-lg {
    color: #fff;
    background-color: #80744c;
    /* border-color: #fff; */
    border: none;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    width: 30px;
    height: 30px;
    margin-top: 5px; }

  span.reveal {
    bottom: 11px;
    left: 5px; } }
/*Connects*/
/*News*/
/* Calendar/Quick Links */
.snippet .date-stamp {
  /*l:2*/ }

/* CSS Document _custom-info-graphic */
#ig {
  position: relative; }

.ig .row {
  margin-right: 0 !important;
  margin-left: 0 !important; }

.ig-wrap {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 400px;
  color: white; }

.ig-wrap p {
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.8); }

.ig-text-container {
  z-index: 5; }

.ig-text-element {
  z-index: 5; }

.ig-number p {
  font-weight: 700; }

.ig-text-container.ig-copy {
  position: relative;
  bottom: -70px; }

.ig-overlay {
  transition: background-color 0.5s; }

.bg-1 .ig-overlay, .bg-2 .ig-overlay, .bg-3 .ig-overlay, .bg-4 .ig-overlay {
  position: absolute;
  z-index: 1; }

/* Animation */
@keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
@-webkit-keyframes fadeInUp {
  from {
    transform: translate3d(0, 40px, 0); }
  to {
    transform: translate3d(0, 0, 0);
    opacity: 1; } }
.animated {
  animation-duration: 1s;
  animation-fill-mode: both;
  -webkit-animation-duration: 1s;
  -webkit-animation-fill-mode: both; }

.fadeInUp {
  opacity: 0;
  animation-name: fadeInUp;
  -webkit-animation-name: fadeInUp; }

/*@media (min-width:992px) {*/
.bg-1 .ig-overlay,
.bg-2 .ig-overlay,
.bg-3 .ig-overlay,
.bg-4 .ig-overlay {
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
  /*background-color: rgba(0, 81, 149, 0.6);*/
  /*background-color: rbba(0, 0, 0, 0.65);*/
  background: linear-gradient(180deg, transparent 0%, transparent 40%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0.85) 100%); }

.ig-text-container {
  transition-delay: 0s, 0s, 0s, 0s, 0s;
  transition-duration: 0.3s, 0.3s, 0.3s, 0.3s, 0.4s;
  transition-property: background, border, border-radius, box-shadow, transform;
  transition-timing-function: ease, ease, ease, ease, ease; }

.ig-text-element {
  z-index: 5; }

.ig-number {
  /*    margin-bottom: 30px;*/ }

.ig-text-container.ig-copy {
  position: relative;
  bottom: -70px; }

.bg-1, .bg-2, .bg-3, .bg-4 {
  background-size: cover;
  align-content: center;
  align-items: center;
  background-position: center 10%; }

.bg-1 {
  background-image: url("https://pxl-elginedu.terminalfour.net/prod01/cdn-pxl-elginedu-prod/media/elginedu/index/ecc-degrees-600.jpg"); }

.bg-2 {
  background-image: url("https://pxl-elginedu.terminalfour.net/prod01/cdn-pxl-elginedu-prod/media/elginedu/index/ecc-transfer-institutions-600.jpg"); }

.bg-3 {
  background-image: url("https://pxl-elginedu.terminalfour.net/prod01/cdn-pxl-elginedu-prod/media/elginedu/index/ecc-soccer-600.jpg"); }

.bg-4 {
  background-image: url("https://pxl-elginedu.terminalfour.net/prod01/cdn-pxl-elginedu-prod/media/elginedu/index/ecc-debate-club-600.jpg"); }

@media (min-width: 1200px) {
  .fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important; }

  .fs-5 {
    font-size: calc(0.4rem + 0.5vw) !important; } }
/*  0. Sticky Nav ---------------------*/
/*  1. Hero ---------------------------*/
/*.    Chat Alert ---------------------*/
/*  2. Connect-1 ----------------------*/
/*  3. Navigation ---------------------*/
/*  4. Custom CSS ---------------------*/
/*  5. Transitions --------------------*/
/*     Custom legacy typography -------*/
/*  6. Search -------------------------*/
/*  7. Connect-2 ----------------------*/
/*  8. Chat ---------------------------*/
/*  9. Aspen --------------------------*/
/* 10. Calendar -----------------------*/
/* 11. News ---------------------------*/
/* 12. Badges -------------------------*/
/* 13. Footer -------------------------*/
/*  0. Sticky Nav ---------------------*/
/* From the enrollment website */
/* -- OVERRIDES | UPDATES **************************************************/
/* navigation.css l:
/*navigation.css l:132 override */
body, h2 {
  color: var(--bs-black); }

/*  Hero ---------------------------*/
@media (min-width: 992px) {
  /* l:9590*/
  .mb-lg-3 {
    margin-bottom: 1rem !important; } }
.features-icons .features-icons-item {
  /*l:10831*/
  max-width: 20rem; }

.features-icons .features-icons-item .features-icons-icon {
  /*l:10834*/
  height: 7rem; }

.features-icons .features-icons-item .features-icons-icon i {
  /*l:10837*/
  font-size: 4.5rem; }

/* Hero: ----------------------------*/
/* Sample mobile size 576px ****************************************************************/
.spotlight {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  /*	overflow: hidden; */ }

.container-video {
  width: 100%; }

#hiddenDiv > p {
  text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  max-width: 70%;
  padding: 10px;
  background: rgba(0, 0, 0, 0.6); }

@media only screen and (max-width: 575.98px) {
  #backgroundVideo, #pauseButton, #toggleButton, #hiddenDiv {
    display: none !important; }

  img#backgroundImage {
    min-height: 200px !important; }

  /*		#hiddenDiv > p {
  			 text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
  			 max-width: 70%; 
  		}*/
  .container-video {
    height: 200px;
    position: relative; }

  .overlay-text {
    position: absolute;
    bottom: -20px;
    width: 100%;
    left: 0; }

  .overlay-text h2 {
    position: relative;
    margin-bottom: 0;
    bottom: -10px; }

  .hero-messaging h2,
  h2#header-text {
    font-weight: 500;
    font-size: 1.75rem;
    line-height: 2.5rem;
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.7) !important; }

  .hero-messaging h2 {
    text-shadow: 0 2px 2px rgba(0, 0, 0, 0.6) !important;
    padding: 10px;
    background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.65) 70%); }

  /* hello */
  .something-new {
    background: -webkit-linear-gradient(top left, #003a69 0%, #003a69 94%, transparent 91%, transparent 100%);
    background: -o-linear-gradient(top left, #003a69 0%, #003a69 94%, transparent 91%, transparent 100%);
    background: linear-gradient(to bottom right, #003a69 0%, #003a69 94%, transparent 91%, transparent 100%); }

  .overlay-text .d-grid.gap-2 {
    margin-top: -20px; }

  .hero-messaging {
    display: flex;
    /*`flex-direction: column; 
    justify-content: flex-end; */
    position: relative;
    bottom: 0;
    z-index: 3;
    color: #fff;
    padding-left: 0;
    /*50px;*/
    margin-bottom: 30px; }

  .container-video {
    padding: 10px; }

  .container-video button.btn,
  .container-video div.btn {
    margin: 0 10px !important; }

  #backgroundImage {
    width: 100%;
    height: auto; }

  .overlay-text .d-grid.gap-2 {
    position: inherit;
    top: 105px;
    width: 100%; }

  h2.connect-h2-text {
    font-weight: 500;
    font-size: 2.5rem;
    line-height: auto;
    padding: 30px 25px; } }
@media only screen and (max-width: 575.98px) {
  h2.connect-h2-text {
    padding-top: 50px; }

  #connect #connect-left p {
    font-size: 1.125rem !important; }

  #connect-left h2,
  #connect #connect-left p {
    padding-left: 20px !important;
    padding-right: 20px !important; } }
@media only screen and (max-width: 369.98px) and (min-width: 269px) {
  .notice.notice a {
    background: transparent !important; } }
@media only screen and (max-width: 268.98px) {
  #quick-links {
    padding: 200px 0 !important; } }
/* Chat Alert -------------------------*/
.chat-alert {
  padding: 20px; }

/* /Chat Alert ------------------------*/
/*  2. Connect-1 ----------------------*/
#toggleButton {
  display: inline-block;
  position: relative; }

/*@ trying Display headings via .display-#
		h2.connect-h2-text {
			font-weight: 500;
			font-size: 3.25rem;
			line-height: 4.5rem;
		}*/
/*  3. Navigation ---------------------*/
button.navbar-toggler.ms-3.collapsed.d-flex.d-lg-none.flex-column.justify-content-around {
  /* float: left; */
  position: absolute; }

/*		.top-nav-container {
			background: #005195;
		}*/
.d-flex.nav-search {
  position: absolute;
  right: 0; }

@media (max-width: 991px) {
  .offcanvas {
    background-color: #005195; }

  .nav-row-1 a.nav-link:hover, .nav-row-1 a.nav-link:active {
    color: #ccdcea !important; }

  .nav-row-1 a {
    /*_custom-haeder.scss:27*/
    font-size: 0.875rem !important; } }
/* Custom CSS */
.btn-group button {
  background-color: #005195;
  /* Green background */
  border: 1px solid #005195;
  /* Green border */
  color: white;
  /* White text */
  padding: 10px 24px;
  /* Some padding */
  cursor: pointer;
  /* Pointer/hand icon */
  width: 50%;
  /* Set a width if needed */
  display: block;
  /* Make the buttons appear below each other */ }

.btn-group button:not(:last-child) {
  border-bottom: none;
  /* Prevent double borders */ }

/* Add a background color on hover */
.btn-group button:hover {
  background-color: #005195; }

/*  5. Transitions --------------------*/
/*  5. Transitions .in-view --------------------------*/
.hp-item {
  opacity: 0;
  -webkit-transition: opacity 1s;
  transition: opacity 1s; }

.hp-item.in-view {
  opacity: 1; }

/* Box transform ---------------------------------------*/
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

@keyframes typeIn {
  to {
    width: 28ch; } }
.box {
  margin-left: calc(50% - 50);
  transition-delay: 4s, 3s;
  transition: transform 0.75s, opacity 0.25s;
  animation: slide-in-right 2s ease-in-out both;
  transition-timing-function: ease-out;
  transition-timing-function: cubic-bezier(0, 0, 0.28, 1); }

.box.left {
  transform: translateX(-200px);
  opacity: 0; }

/*
.box.left.box1 {
	transition: all 1.3s 1.5s;
}
.box.left.box2 {
	transition: all 1.3s 2s;
}	
.box.left.box3 {
	transition: all 1.3s 0.5s;
}	
.box.left.box4 {
	transition: all 1.3s 1.25s;
}
*/
.box.right {
  transform: translateX(200px);
  opacity: 0;
  transition: all 1.3s 1s; }

.box.top {
  transform: translateY(-200px) rotate(360deg);
  opacity: 0;
  background-color: #3D2645; }

.box.bottom {
  transform: translateY(200px);
  /* scaleX(3);*/
  opacity: 0;
  transition: all 1.3s;
  /*background: #EDE580;*/ }

.box.active {
  transform: translateX(0);
  opacity: 1; }

/*
.loader {
    text-align: center;
}	*/
/* /Box transform ---/




/*  6. Search -------------------------*/
/*~ default.css */
.gsc-input {
  /*~ [+] default.css 21 */
  font-size: 20px;
  font-weight: 700;
  /* [+] */ }

/*~ The following default.css styles are being overwritten */
.gsc-search-button-v2 {
  /*~ default.css l:45 */
  font-size: 0;
  padding: 6px 27px;
  width: auto;
  vertical-align: middle;
  border: 1px solid #666;
  border-radius: 0 !important;
  /*~ [+/-] */
  border-color: #3079ed;
  background-color: var(--bs-blue);
  /*#0086c5;*/
  background-image: linear-gradient(top, #4d90fe, #4787ed); }

.gsc-search-button-v2:hover {
  /*~ default.css l:59 being overwritten */
  border-color: #2f5bb7;
  background-color: #0086c5;
  background-image: linear-gradient(top, #4d90fe, #357ae8); }

.gsc-search-button-v2 svg {
  /*~ default.css l:65 */
  fill: #fff; }

/* Custom */
#hp-search {
  padding: 100px 50px 100px;
  margin-top: 100px; }

@media screen and (min-width: 577px) {
  #hp-search {
    margin-top: 0px; } }
#___gcse_2 {
  padding: 20px 0 50px; }

@media screen and (max-width: 767px) {
  div#___gcse_2 {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
#hp-search a.btn {
  /*~ _custom-styles.scss:457 */
  text-transform: initial; }

/* /Styles used for custom Google search. */
/*~ Taken from master.css */
/*~ lines 5256 - 5459 are coppied here: */
/*~ /lines 5226 - 5459 */
/* SEARCH - this should be placed in it's own style sheet as it is only needed on the home page, serach page and search results page */
/* Styles used for custom Google search. */
form.gsc-search-box {
  /*~ overrides default+en.css l:35 */
  z-index: 99999;
  margin-bottom: 0 !important; }

div#___gcse_2 form.gsc-search-box {
  margin-bottom: 15px !important; }

.gsc-search-box .gsc-input > input:hover, .gsc-input-box-hover {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.gsc-search-box .gsc-input > input:focus, .gsc-input-box-focus {
  -moz-box-shadow: none !important;
  -webkit-box-shadow: none !important;
  box-shadow: none !important; }

.gsc-search-box-tools .gsc-search-box .gsc-input {
  /*padding-right: 0 !important;*/
  width: 100%; }

table.gsc-search-box {
  margin-bottom: 0 !important; }

table#gs_id50, table#gs_id51, table#gs_id52 {
  height: 40px; }

input#gsc-i-id1 {
  padding: 0 !important;
  margin: 0 !important;
  background: transparent !important;
  /*text-indent: 0 !important;*/ }

#gsc-iw-id1 {
  background: #ffffff; }

.gsst_a {
  /*~ + */
  padding: 0 8px !important; }

#gsc-iw-id1 .gsst_a .gscb_a, #gsc-iw-id3 .gsst_a .gscb_a {
  color: #a3abaf;
  font-size: 2rem;
  padding-top: 4px; }

#gsc-iw-id2 .gsst_a .gscb_a {
  /*~~This should all be assigned in Google*/
  color: #ddd;
  font-size: 1.875rem;
  padding-top: 11px; }

input#gsc-i-id2 {
  font-size: 1rem;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

#gsc-i-id1, #gsc-i-id2, #gsc-i-id3 {
  background: transparent !important;
  text-indent: 10px !important; }

#gsc-iw-id1, #gsc-iw-id2, #gsc-iw-id3 {
  background: transparent !important;
  text-indent: 5px !important;
  vertical-align: middle;
  padding-top: 10px; }

.gsib_a {
  font-weight: 700;
  color: #262626; }

#gsc-iw-id2 .gsib_a {
  color: #ffffff !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

div#_search input#gsc-i-id1 {
  background: #ffffff; }

.gsc-input-box {
  /*~ + */
  border: thin solid #b7a66d !important;
  border-radius: 0 !important;
  height: 60px !important; }

div#_search2 .gsc-input-box {
  border-top: none !important;
  border-bottom: none !important;
  border-left: none !important;
  border-color: rgba(255, 255, 255, 0.35) !important; }

/* CUSTOM BUTTON STYLING */
input.gsc-search-button.gsc-search-button-v2, .gsc-search-button-v2, .gsc-search-button-v2:hover, .gsc-search-button-v2:focus {
  width: 50px !important;
  min-width: 50px !important;
  height: 50px !important;
  padding: 10px !important;
  /*~ updated */
  margin-top: 0 !important;
  border-radius: 0 !important;
  border: 0 solid #666666 !important;
  border-radius: 26px !important; }

.cse input.gsc-search-button, input.gsc-search-button {
  font-size: 1rem !important;
  background-color: #005094 !important;
  background-image: none !important; }

.gsc-search-button.gsc-search-button-v2 svg {
  height: 23px !important;
  /*~ + */
  width: 23px !important;
  /*~ + */ }

.gsc-table-result, .gsc-thumbnail-inside, .gsc-url-top {
  padding-left: 0 !important;
  padding-right: 0 !important; }

.gsc-control-cse, .gsc-control-cse .gsc-table-result {
  font-family: 'Noto Sans', Verdana, " sans-serif" !important;
  font-size: 1rem !important; }

@media screen and (max-width: 880px) {
  .nav li.dropdown.mega-dropdown.expanded {
    background-color: transparent !important; }

  .nav li.dropdown.mega-dropdown.expanded a {
    color: #ffffff; }

  #_search2 .gsc-input-box {
    border: none !important; }

  #_search2 input.gsc-search-button.gsc-search-button-v2, #_search2 input.gsc-search-button-v2, #_search2 input.gsc-search-button-v2:hover, #_search2 input.gsc-search-button-v2:focus {
    background-color: transparent !important; } }
.gsc-result .gs-title {
  height: 1.5em !important; }

/*Overwrite layout.scss */
div#___gcse_0 table, div#___gcse_1 table, div#___gcse_2 table {
  margin-bottom: 0 !important;
  border: none !important;
  border-collapse: inherit !important; }

/*td.gsc-search-button,*/
td.gsib_a, td.gsib_b, td.gsc-input, td.gsc-result-info-container, td.gsc-result-info, td.gsc-orderby-container, .gsc-result-info {
  margin: 0 !important;
  padding: 0 !important; }

.gsc-search-box, .gsc-table-result, .gsc-resultsHeader, .gsc-above-wrapper-area-container, .gsc-resultsHeader tr, .gsc-above-wrapper-area-container tr, .gsc-table-result tr, .gs-promotion-table tr {
  margin: 0 !important;
  padding: 0 !important;
  border: none !important; }

.hp-search-end .btn {
  border-width: 1px; }

.hp-search-end .btn a:hover {
  color: #005195;
  text-decoration: none;
  border-bottom-style: dashed;
  border-width: 1px; }

.hp-search-bar {
  padding: 20px 0; }

/*  /6. Search -------------------------*/
/*  7. Connect-2 ----------------------*/
/* Extra utilities */
.flex-equal > * {
  flex: 1; }

.col.connect[data-body-text] {
  transition: opacity 0.5s 0.25s, transform 0.5s 0.25s, -webkit-transform 0.5s; }

.text-bg-transparent {
  /*background: rgba(0,0,0,0.3);*/
  background: rgba(0, 81, 149, 0.25); }

.text-bg-transparent-aos {
  background: rgba(0, 0, 0, 0.6);
  padding-top: 1.75rem;
  padding-bottom: 1.75rem; }

.text-bg-transparent-over {
  background: rgba(0, 0, 0, 0.5);
  /*background: rgba(10, 58, 105, 0.6);*/ }

#left-side-content, .right-side {
  background: rgba(10, 58, 105, 0.75); }

#left-side-content h3,
.right-side a {
  color: white; }

.row-right {
  /*--bs-gutter-y: 0;*/
  display: flex;
  flex-wrap: wrap; }

.left-side, .right-side {
  padding: 300px 0; }

p#body-text {
  color: white;
  background-color: transparent; }

.connect {
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  justify-content: center;
  padding-right: 0;
  padding-left: 0;
  width: 100%;
  display: flex; }

.connect:last-child {
  border-bottom: 0; }

#connect {
  padding-left: 0;
  padding-right: 0; }

#connect header {
  position: relative;
  display: flex;
  align-items: center; }

#connect h2, .connect-link-label {
  color: white;
  text-shadow: 1px 3px 7px rgba(0, 0, 0, 0.9); }

a:hover span.connect-link-label {
  text-shadow: 0px 1px 3px rgba(0, 0, 0, 0.5); }

#connect .btn {
  box-shadow: none;
  border: none; }

.btn-secondary {
  background: linear-gradient(135deg, #003a69 0%, #003a69 94%, white 91%, white 100%); }

#connect #connect-left p {
  position: relative;
  font-size: 1.25rem;
  color: white;
  padding: 0 0 15px;
  line-height: 1.5; }

.fade-effect.show #connect-left {
  opacity: 0;
  visibility: hidden;
  transform: translate(0, 40px); }

.connect-link:hover,
.connect-link:focus {
  background: rgba(0, 134, 197, 0.8);
  transition: background-color 0.5s; }

a.connect-link {
  color: white;
  width: 100%;
  display: flex;
  align-items: center;
  padding-left: 20px; }

.connect-link {
  color: white;
  -webkit-transition: background .25s, color .25a;
  transition: background .25s, color .25s;
  display: block;
  padding: 20px 0;
  text-align: left; }

a.connect-link,
a.connect-link:hover,
a.connect-link:focus {
  border-bottom: none; }

#connect .col.connect {
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6); }

.connect-right .connect-text {
  display: none; }

p.connect-text {
  position: relative; }

.connect-description {
  padding: 10px;
  background: rgba(0, 0, 0, 0.45); }

/* Added of master.min file */
.areas-of-study .card-body.bg-white {
  padding-bottom: 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  /*background-image: url("../assets/img/link-bg.jpg");*/
  background-repeat: no-repeat;
  background-size: cover;
  /*background:  #0086c5!important;*/ }

.hp-events .card {
  /*blue border: 1px solid rgba(0,81,149,0.176)!important;*/
  border: 1px solid var(--bs-gray-300) !important; }

.hp-events .card-footer {
  border-top: 1px solid var(--bs-gray-300) !important;
  border-radius: 0px !important; }

.hp-events .card-header:first-child,
.areas-of-study .card-header:first-child {
  border-radius: 0px !important;
  background-color: #003a69;
  border: 1px solid rgba(0, 81, 149, 0.176) !important;
  border-bottom: none !important; }

.areas-of-study .card-body.bg-white .row,
#footer-mega > .container-fluid > .row > div > .row.justify-content-start,
#footer-mega > .container-sm > .row > div > .row.justify-content-start,
#footer-mega > .container-md > .row > div > .row.justify-content-start,
#footer-mega > .container-lg > .row > div > .row.justify-content-start,
#footer-mega > .container-xl > .row > div > .row.justify-content-start,
#footer-mega > .container-xxl > .row > div > .row.justify-content-start,
#hp-news .row {
  margin-top: 0 !important;
  margin-right: 0 !important;
  margin-left: 0 !important; }

#hp-news {
  padding-right: 0;
  padding-left: 0; }

#hp-news .news-more {
  width: 100%;
  padding-left: 0 !important; }

.hp-events a,
#hp-calendar .areas-of-study a.btn.btn-link {
  color: #005195;
  /*border-bottom: 1px solid #80744c;/*#928557/*#80726B*/
  border-top: 1px solid #80744c;
  text-decoration: underline !important; }

.hp-events .card-text a {
  display: inline-block;
  padding: 15px 0px !important;
  min-height: 44px;
  line-height: 1.3; }

.hp-events .card-text a,
.hp-events .card-text a:hover,
.hp-events .card-text a.btn.btn-link:hover {
  border-top: 1px solid transparent !important; }

.hp-events a:hover, .hp-events a:active, .hp-events a:focus,
#hp-calendar .areas-of-study a.btn.btn-link:hover, #hp-calendar .areas-of-study a.btn.btn-link:active, #hp-calendar .areas-of-study a.btn.btn-link:focus {
  /*border-bottom: 1px dashed #80744c/*#928557/*#005195!important;*/
  text-decoration: none !important;
  color: #605739;
  border-top: 1px solid #005E8A; }

#hp-calendar .snippet .date-stamp {
  min-height: 12rem;
  width: 4rem;
  text-align: center; }

#hp-calendar #connect h2, #hp-calendar .connect-link-label {
  color: white; }

#hp-calendar .connect-link:hover span {
  color: white !important;
  transition: text-color 0.5s; }

#hp-news .col-md-12,
#hp-news > .row > .row {
  padding-left: 0 !important;
  padding-right: 0 !important; }

#hp-news .row div.col:nth-of-type(odd) {
  padding-left: 0 !important; }

#hp-news .row div.col:nth-of-type(even) {
  padding-right: 0 !important; }

@media screen and (min-width: 768px) {
  /*div.hp-item:nth-child(-n + 2) {
  	margin-top: 0!important;
  }*/
  .hp-events {
    margin-top: 25px; }

  .hp-cql.pt-5 {
    padding-top: 3.5% !important;
    padding-bottom: 0 !important; }

  .hp-cql.pt-5 .mb-5 {
    margin-bottom: 0 !important; } }
@media screen and (max-width: 991px) {
  #hp-events-news.px-4 {
    padding-left: 0 !important;
    padding-right: 0 !important; }

  #hp-events-news .row.gx-5 {
    --bs-gutter-x: 0!important;
    margin-right: 0 !important; } }
@media screen and (max-width: 991.98px) and (min-width: 768px) {
  .hp-events > div, .areas-of-study > div {
    min-height: auto !important; }

  #hp-news > .row > .row {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
/*
@media screen and (min-width:768px) {
		#hp-news .row > .col{
			padding-left: 0!important;
			padding-right: 0!important;			
		}
}
*/
@media screen and (max-width: 767px) {
  #hp-news > .row > .row,
  #hp-news .row .col {
    padding-left: 0 !important;
    padding-right: 0 !important; } }
.areas-of-study .connect {
  width: 25%;
  display: flex; }

.areas-of-study .connect:last-child,
.areas-of-study .connect:nth-last-child(2),
.areas-of-study .connect:nth-last-child(3),
.areas-of-study .connect:nth-last-child(4) {
  border-bottom: 0; }

.areas-of-study .connect-link {
  text-decoration: none;
  padding: 50px;
  width: 100%; }

.areas-of-study .connect-middle {
  transform: translate(-50%, -50%); }

.areas-of-study a.connect-link {
  color: white; }

.areas-of-study .fa-chevron-right:before {
  padding-left: 5px;
  bottom: 2px; }

#hp-calendar .connect:last-child {
  border-bottom: 0; }

@media only screen and (min-width: 768px) {
  #connect header {
    max-height: 700px; }

  #connect-container header.px,
  .px-md-5.connect-right {
    /*padding-right: 2.25rem !important;*/
    /*padding-left: 0/*2.25rem !important;*/ }

  button#connect-btn-1, button#connect-btn-2,
  a.button#connect-btn-1, a.button#connect-btn-2 {
    padding: 10px 0 11px; } }
@media only screen and (max-width: 767.98px) {
  #connect-container .connect-right {
    margin-top: 30px; } }
@media only screen and (max-width: 991.98px) {
  .text-bg-transparent-over {
    background: rgba(0, 0, 0, 0.6); }

  #connect .container-fluid, #connect .container-sm, #connect .container-md, #connect .container-lg, #connect .container-xl, #connect .container-xxl {
    --bs-gutter-x: 0; }

  #connect .container-fluid .row.row-cols-1, #connect .container-sm .row.row-cols-1, #connect .container-md .row.row-cols-1, #connect .container-lg .row.row-cols-1, #connect .container-xl .row.row-cols-1, #connect .container-xxl .row.row-cols-1 {
    display: block;
    --bs-gutter-x: 0; }

  #hp-calendar .connect-link-label:hover {
    color: #fff; } }
@media only screen and (max-width: 767.98px) and (min-width: 576px) {
  .py-3.position-relative.connect-middle.align-middle {
    margin: 0;
    padding: 0 50px; }

  span.connect-link-label.fs-5 {
    /*~!@padding-left: 30px!important;*/ } }
@media only screen and (max-width: 575.98px) {
  .py-3.position-relative.connect-middle.align-middle {
    padding: 0 25px; } }
@media only screen and (max-width: 1199.98px) and (min-width: 992px) {
  .areas-of-study .connect-link {
    padding: 40px; }

  .hp-events > div, .areas-of-study > div {
    min-height: 929; } }
@media only screen and (min-width: 992px) {
  .flex-md-equal > * {
    flex: 1; }

  #connect-container {
    min-height: 700px; }

  #connect header {
    position: relative; }

  #connect p {
    position: absolute;
    bottom: 20px;
    font-size: 1.25rem;
    background: transparent;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
    margin-right: 35px;
    padding: 15px 0 15px 15px;
    /*transition: background-color 0.3s ease; /* Add transition for smooth effect */ }

  .connect {
    width: 50%;
    display: flex; }

  .connect:nth-last-child(2),
  .areas-of-study .connect:nth-last-child(4) {
    border-bottom: 0; }

  .connect-link {
    text-decoration: none;
    padding: 50px 20px;
    width: 100%; }

  .connect-middle {
    transform: translate(-50%, -50%);
    left: 50%;
    top: 50%; }

  a.connect-link {
    color: white;
    height: auto;
    display: flex;
    align-items: center; }

  #hp-calendar .connect-link:hover {
    color: white;
    background: rgba(0, 134, 197, 0.8);
    transition: background-color 0.5s; }

  .connect-right .connect:nth-of-type(odd) {
    border-right: 1px solid rgba(255, 255, 255, 0.4); }

  #hp-calendar .hp-events li {
    padding-bottom: 1.075em; }

  #hp-calendar .hp-events li:last-child {
    padding-bottom: 0; }

  #hp-calendar span.event-date {
    padding-right: 10px; }

  #hp-calendar .container-fluid.text-center, #hp-calendar .text-center.container-sm, #hp-calendar .text-center.container-md, #hp-calendar .text-center.container-lg, #hp-calendar .text-center.container-xl, #hp-calendar .text-center.container-xxl {
    /*margin-left: 10px;
    margin-right: 10px;*/ }

  .areas-of-study .connect-middle {
    transform: translate(-50%, 0);
    left: 50%;
    top: 50%; }

  #hp-calendar .text-bg-transparent-over {
    background: white;
    color: #0086c5; } }
@media screen and (min-width: 768px) {
 /*.container {
 		width: 100%;
		max-width: 100%;
 }*/
  .areas-of-study .connect {
    border-right: 1px solid rgba(255, 255, 255, 0.4); }

  .areas-of-study .connect:nth-child(4n) {
    border-right: 1px solid transparent !important; } }
@media only screen and (max-width: 991.98px) {
  #hp-calendar .container, #hp-news.container {
    min-width: 100%; } }
@media only screen and (max-width: 767.98px) {
  .areas-of-study .connect-link {
    padding: 25px; }

  .areas-of-study .connect {
    width: 100%; }

  /*#hp-calendar a.connect-link {
  	background: #0086c5;
  	color: white;
  }*/
  /*#hp-calendar .connect-link:hover { 
  	background: white;
  	color: #005195;
  }	*/
  .text-bg-transparent-aos {
    padding-top: 0;
    padding-bottom: 0; }

  .areas-of-study .connect:last-child,
  .areas-of-study .connect:nth-last-child(2),
  .areas-of-study .connect:nth-last-child(3),
  .areas-of-study .connect:nth-last-child(4) {
    border-bottom: 1px solid rgba(255, 255, 255, 0.4); } }
@media only screen and (min-width: 577px) {
  #hp-calendar .connect {
    /*border-bottom: var(--bs-card-border-width) solid var(--bs-card-border-color);*/ }

  #hp-calendar .connect:nth-last-child(2) {
    /*border-bottom: 0;*/ }

  #hp-calendar .connect:last-child, #hp-calendar .connect:nth-last-child(2) {
    /*border-bottom: 0;*/ }

  #hp-calendar .connect:nth-of-type(odd) {
    /*border-right: var(--bs-card-border-width) solid var(--bs-card-border-color);*/ }

  #hp-calendar .container {
    max-width: 100%; } }
@media only screen and (max-width: 991.98px) and (min-width: 576px) {
  .areas-of-study .connect-middle {
    transform: translate(-50%);
    left: 50%;
    top: 50%; } }
@media only screen and (max-width: 575.98px) {
  .areas-of-study .py-3.connect-middle {
    padding-top: 0 !important;
    padding-bottom: 0 !important; }

  .areas-of-study .connect-middle {
    transform: translate(-50%);
    left: 50%;
    top: 50%; }

  .areas-of-study .connect {
    width: 100%; }

  .areas-of-study .connect-link {
    padding: 15px; }

  #hp-calendar .connect:nth-of-type(odd) {
    border-right: 0; } }
.fade-effect {
  opacity: 1.0;
  /* Set opacity to 1.0 for fade-in effect */
  transition-delay: 0s;
  /* Delay the fade-in transition to start after fade-out */
  transition: transform 1.25s, opacity 0.25s;
  transition-timing-function: ease-out;
  transition-timing-function: cubic-bezier(0, 0, 0.28, 1); }

.fade-effect.show {
  opacity: 1;
  transform: scale(1);
  /*~~~~0809:1100 Slightly scale up to create a smooth transition */ }

/* Add the CSS class for the transition effect */
.fade-in-bg, .fade-effect {
  opacity: 1;
  /* Set initial opacity to 0 for fade-out effect */
  transform: scale(1);
  /*scale(1.01); /* Slightly scale up to create a smooth transition */ }

/**/
.fade-in-bg.show, .fade-effect.show {
  opacity: 1.0;
  /* Set opacity to 1.0 for fade-in effect */
  transition-delay: 0s;
  /* Delay the fade-in transition to start after fade-out */
  transition: transform 1.25s, opacity 0.25s;
  transition-timing-function: ease-out;
  transition-timing-function: cubic-bezier(0, 0, 0.15, 1); }

.connect-text {
  border: 0;
  padding: 0;
  width: auto;
  height: auto;
  position: static;
  clip: auto;
  margin: 0;
  overflow: visible;
  display: none;
  transition: opacity 0.5s ease, transform 0.5s ease;
  animation: FadeIn 2s ease;
  animation-fill-mode: both; }

/*	}@media (min-width: 992px)*/
@media only screen and (max-width: 991.98px) and (min-width: 768px) {
  .connect-right, .stacked-list {
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    display: flex !important; }

  .px-md-5.connect-right {
    padding-right: 0;
    padding-left: 0; } }
/*  8. Chat -------------------------*/
.btn-outline-primary.chat-icon {
  background-color: var(--bs-white);
  border-color: #005195; }

.btn-outline-primary.chat-icon:hover,
.btn-outline-primary.chat-icon:focus,
.btn-outline-primary.chat-icon:active {
  background-color: var(--bs-blue);
  border-color: #005195; }

a.chat-icon::before, a.email-icon::before {
  margin-right: 0px; }

/* /Library Chat -----------------------------------------*/
/*  9. Aspen ~ card -----------------------------*/
#hp-calendar h2 {
  margin-bottom: 1em; }

.info-graphic h2,
#hp-calendar h2,
#hp-news .hp-h2 {
  font-weight: 700; }

.info-graphic .row {
  margin-left: 0;
  margin-right: 0; }

/*		
		#aspen-2023 .row {
			display: flex;
			align-items: center;
      text-align: center;
			justify-content: center;
		}
		#aspen-2023 .row img {
			max-width: 50%;
		}
*/
/*
 		@media (max-width: 991px) {
    	#aspen-prize.container-fluid {
      	margin-top: 0px !important;
      }
			.aspen-box h2 {
				font-size: 200%;
			}
    }
		
		@media (max-width: 767px) {
			#aspen-2023 {
				padding:40px!important;
			}
			#aspen-2023 .row img {
				max-width: 205px;
			}
		}
		
		@media (max-width: 510px) {
			#aspen-2023 {
				padding: 30px!important;
			}
			#aspen-2023 h2 {
				font-size: 125%;
				line-height: 1.25em;
			}
			#aspen-2023 .card-body {
				padding: auto 0;
			}
			.aspen-box {
				padding: 10px;
			}
		}
*/
@media only screen and (max-width: 991.98px) and (min-width: 768px) {
  .connect-right, .stacked-list {
    align-items: center !important;
    justify-content: center !important;
    width: 100% !important;
    display: flex !important; } }
/*   /Aspen ~ card ------------------------------*/
/* 9. Marketing Message -------------------------*/
#chat .card,
.marketing-message .card {
  border: none !important;
  background-color: white !important;
  border-radius: 0px !important;
  box-shadow: none !important; }

.marketing-message button, .marketing-message .button {
  width: 33.3%; }

.marketing-box {
  display: flex;
  align-items: center;
  text-align: center;
  justify-content: center;
  margin: 2.5% auto;
  padding: 25px;
  background-color: #fff;
  /*border: 1px solid rgba(183, 166, 109, 0.4);*/
  border: 1px solid #d5cbaf; }

.marketing-box h2 {
  color: var(--bs-black);
  font-weight: 500;
  font-size: 3.25rem;
  line-height: 4.5rem; }

.marketing-box .quote p {
  text-align: center; }

@media (max-width: 767px) {
  .marketing-box {
    margin: 5% auto;
    padding: 5%; }

  .marketing-box h2 {
    font-size: 200%;
    line-height: 1.5em; } }
@media (max-width: 510px) {
  .marketing-box {
    /*margin: 20% auto;*/
    padding: 3%; }

  .marketing-box h2 {
    font-size: 1.75em;
    line-height: 1.5em; } }
.full-width-block {
  margin-bottom: 0; }

/*.card a#chatliveButton {
	border-bottom: 1px solid #005195;
}*/
@media screen and (max-width: 575px) {
  .marketing-message button, .marketing-message .button {
    width: 100%; } }
/* 9. /Marketing Message -------------------------*/
/* 10. Calendar ~ Quick links -----------------------------*/
.fa-chevron-right:before {
  /*~ _custom-styles.scss:385 */
  content: "\f054";
  font-size: 10px;
  position: relative;
  bottom: 1px; }

.snippet .date-stamp {
  /*~ _custom-home-page.scss:12 */
  padding: 0;
  text-align: center; }

.snippet.event .title a {
  /*~ _custom-calendar.scss l:14 */
  border-bottom: none; }

span.event-date {
  color: var(--bs-dark-color);
  /*font-weight: 700;*/
  padding-right: 5px; }

#calendar_events .snippet .date-stamp {
  /*l:2*/
  min-height: 12rem;
  width: 4rem;
  padding: 1rem 0;
  text-align: center; }

.hp-events h3,
.areas-of-study h3 {
  text-align: center;
  color: var(--bs-dark-color);
  margin-top: 10px; }

.hp-events h3,
.areas-of-study h3 {
  text-align: center;
  color: white; }

.card-text a.btn.btn-link {
  border-bottom: 1px solid transparent; }

#hp-search a.btn:hover,
.areas-of-study li a:hover {
  border-bottom: 1px dashed #005195 !important; }

.card-text a.btn.btn-link:focus-visible {
  border-color: #00b8e4;
  outline-offset: 3px;
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.075), 0 0 0 0.25rem rgba(0, 184, 228, 0.25); }

.areas-of-study li.list-group-item {
  border: none;
  position: relative;
  display: block;
  padding: 25px 20px; }

.areas-of-study li.list-group-item:first-of-type {
  border-top: 0; }

.areas-of-study ul {
  padding-left: 0; }

#calendar_events .snippet .date-stamp {
  /*boostrap-master.5.2.3.min.css*/
  min-height: 12rem;
  width: 4rem;
  text-align: center !important; }

/* 10. /Calendar ~ Quick links ---------------*/
/* 11. News ---------------------------------*/
#hp-events-news .card {
  box-shadow: none; }

.hp-more-news {
  margin: 20px 0 30px; }

.event-date {
  /*_custom-calendar.scss:60*/
  font-weight: 700 !important; }

.news > div, #hp-news .card {
  background: #004986;
  /*background: linear-gradient(135deg, rgba(0,58,105,1) 0%, rgba(0,58,105,1) 97%, rgba(241,242,243,1) 95%, rgba(241,242,243,1) 100%);*/
  /*background: linear-gradient(135deg, rgba(0,58,105,1) 0%, rgba(0,58,105,1) 97%, rgba(255,255,255,1) 95%, rgba(255,255,255,1) 100%);*/
  color: white;
  /*padding-bottom: 10px!important;*/
  transition: opacity 1s; }

.news > div > a, #hp-news .card a {
  color: white;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4); }

.news > div > a:hover, .news > div > a:focus, .news > div > a:active {
  /*#hp-news a:hover, #hp-news a:focus, #hp-news a:active*/
  border-bottom: 1px dashed rgba(255, 255, 255, 0.4);
  color: #ccdcea; }

#hp-news a:hover, #hp-news a:focus, #hp-news a:active {
  border-bottom: 1px dashed rgba(255, 255, 255, 0.8);
  color: #ffffff; }

#hp-news .card {
  box-shadow: none;
  border: none; }

#hp-news .card-footer {
  /*_card.scss:113*/
  border-top: none;
  background: linear-gradient(135deg, #003a69 0%, #003a69 94%, white 91%, white 100%); }

/* 11. /News ---------------------------*/
/* 12. Badges -------------------------*/
#badges {
  background-color: #f1f2f3;
  padding: 30px; }

.badge {
  align-items: center;
  height: 100%; }

@media screen and (min-width: 577px) {
  .col-sm-4.center-both.badge-2.d-flex.justify-content-center.hp-item.in-view {
    padding-right: 0;
    position: relative;
    padding-left: 0; } }
.max-height-250 {
  height: auto;
  max-height: 180px;
  object-fit: contain; }

.center-both {
  display: flex;
  align-items: center;
  height: 100%; }

@media screen and (max-width: 767px) {
  #badges img.img-fluid {
    display: block;
    max-width: 170px;
    /*max-height: 160px;*/ }

  #badges .badge-1 img.img-fluid,
  #badges .badge-2 img.img-fluid {
    width: auto; }

  #badges .row > div {
    justify-content: center !important;
    text-align: center;
    display: flex !important; } }
@media screen and (max-width: 575.98px) {
  .badge-1 {
    padding-bottom: 20px; } }
@media only screen and (max-width: 1899.98px) {
  .fs-5 {
    font-size: calc(0.875rem + 0.25vw) !important; } }
@media only screen and (min-width: 1200px) {
  .fs-1 {
    font-size: calc(1.375rem + 1.5vw) !important; }

  .spotlight .fs-1 {
    font-size: calc(3.75rem + 1.5vw) !important; } }
@media only screen and (max-width: 1199.98px) and (min-width: 576px) {
  .spotlight .fs-1 {
    font-size: calc(2.75rem + 1.5vw) !important; } }
@media only screen and (max-width: 991px) {
  .ig .fs-1 {
    font-size: calc(2.75rem + 1.5vw) !important; }

  .ig .fs-5 {
    font-size: calc(1.0rem + 0.5vw) !important; } }
/* Quick links ---------------------*/
.ql-container {
  padding: 90px 0 !important;
  /*background: linear-gradient(120deg,#f1f2f3 55%,#003a69 45%)!important;*/ }

@media (max-width: 991px) {
  .ql-container {
    padding: 0 !important; } }
#quick-links a:focus,
#quick-links a:focus-visible {
  color: #005195; }

#quick-links a:hover,
#quick-links a:active,
#quick-links a:focus,
#quick-links a:focus-visible,
#quick-links .ql-box:hover,
#quick-links .ql-box:active,
#quick-links .ql-box:focus,
#quick-links .ql-box:focus-visible {
  color: #80744c;
  /*background: linear-gradient(135deg, #0086c5 0%, #0086c5 94%, transparent 91%, transparent 100%);*/
  background: linear-gradient(135deg, transparent 0%, transparent 94%, #b7a66d 91%, #b7a66d 100%);
  transition: background-color 0.5s;
  border-right: none !important;
  z-index: 10; }

.ql-box,
.ig-wrap {
  position: relative;
  opacity: 0;
  transform: scale(0.1); }

.ql-box.active,
.ig-wrap.active {
  /*transform: translateY(0);*/
  transform: scale(1);
  opacity: 1;
  transition: opacity 0.5s ease, transform 0.5s ease;
  animation: FadeIn 2s ease;
  animation-fill-mode: both; }

.intro {
  padding: 100px 50px;
  margin: 300px 0;
  font-size: 3em; }

@keyframes FadeIn {
  0% {
    opacity: 0;
    transform: scale(0.1); }
  85% {
    opacity: 1;
    transform: scale(1.01); }
  100% {
    transform: scale(1); } }
/*
.ql-box a>div{
	border-right: 1px solid rgba(0,81,149,0.176)!important;
}*/
.ql-box a > div {
  border-right: 1px solid var(--bs-gray-300) !important; }

.ql-box a > div:hover,
.ql-box a > div:focus,
.ql-box a > div:active {
  border-right: 1px solid transparent !important; }

.ql-box a > div.last {
  border-right: 1px solid transparent !important; }

.ql-box:last-child a > div {
  border-right: 1px solid transparent !important; }

.features-icons-item:last-of-type {
  /*border-right: none!important;*/ }

@media only screen and (max-width: 991.98px) and (min-width: 576px) {
  .ql-box a > div {
    /*border-right: 1px solid rgba(0,81,149,0.176)!important;*/
    border-right: 1px solid var(--bs-gray-300) !important; }

  .ql-box:nth-child(-n+3) {
    /*border-bottom: 1px solid rgba(0,81,149,0.176)!important;*/
    border-bottom: 1px solid var(--bs-gray-300) !important; }

  /*.ql-box:nth-of-type(3) {
  	border-right: none!important
  }*/
  .ql-box:nth-child(3n+3) a > div {
    border-right: 1px solid transparent !important; } }
@media only screen and (max-width: 575.98px) {
  .ql-box:nth-child(2n+1) {
    /*border-right: 1px solid rgba(0,81,149,0.176)!important;*/
    /*border-right: 1px solid var(--bs-gray-300)/*rgba(183, 166, 109, 0.3) !important;*/ }

  /*.ql-box:nth-child(2n+2),*/
  .ql-box:nth-child(2n+2) a > div {
    border-right: 1px solid transparent !important; }

  .ql-box:nth-child(-n+4) {
    /*border-bottom: 1px solid rgba(0,81,149,0.176)!important;*/
    border-bottom: 1px solid var(--bs-gray-300) !important; }

  .ql-box a > div {
    border-right: 1px solid transparent !important; } }
#quick-links .lead.mb-0 {
  padding-top: 20px;
  padding-bottom: 20px; }

#quick-links .row {
  margin-right: 0;
  margin-left: 0; }

#quick-links .row > * {
  padding-right: 0;
  padding-left: 0;
  margin-right: 0;
  margin-left: 0; }

#quick-links [class^="fa-"]::before, #quick-links [class*=" fa-"]::before, .fa-my-elgin:before {
  display: inline-block;
  vertical-align: -0.125em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 4.5rem;
  text-align: center;
  --bs-text-opacity: 1; }

#quick-links .fa-spartan-athletics:before {
  font-size: 6rem !important; }

#quick-links [class^="fa-chevron-right"]::before, #quick-links [class*=" fa-chevron-right"]::before {
  font-size: 1em; }

@media only screen and (max-width: 991.98px) {
  #quick-links {
    padding: 45px 0 !important; }

  #quick-links .features-icons-icon.pt-5 {
    padding-top: 1.5rem !important; }

  #quick-links .features-icons-item.pb-5 {
    padding-bottom: 1.5rem !important; } }
@media only screen and (max-width: 575.98px) {
  #quick-links .features-icons-item {
    padding-bottom: 2rem;
    margin-bottom: 0; }

  /*#quick-links [class^="fa-"]::before, #quick-links [class*=" fa-"]::before, */
  #quick-links .features-icons-icon :before {
    font-size: 3rem !important; }

  /* 111423-? #quick-links {	
  	padding-top: 190px!important;
  }	*/
  /*#quick-links [class^="fa-"]::before, #quick-links [class*=" fa-"]::before, */
  #quick-links .features-icons-icon :before {
    font-size: 3rem !important; }

  span.fa-kit.fa-spartan-athletics {
    padding-top: 1.5rem !important; } }
@media only screen and (max-width: 575.98px) and (min-width: 269px) {
  .overlay-text .d-grid.gap-2 {
    position: inherit;
    top: 230px;
    width: 100%; }

  #quick-links {
    padding: 235px 0 30px !important; }

  .notice.notice a {
    background: transparent !important; } }
@media only screen and (max-width: 268.98px) {
  .overlay-text .d-grid.gap-2 {
    top: 220px; }

  #quick-links {
    padding: 200px 0 30px !important; } }
/* /Quick links  ---------------------*/
/* Live Agent Chat -------------------*/
.hero-image-header h2:after,
.sidebarHeader h2:after,
.card-header h3:after {
  display: none; }

.sidebarHeader {
  background-color: #80744c !important; }

.sidebarHeader h2 {
  color: #FFFFFF !important; }

.embeddedServiceHelpButton {
  z-index: 99999; }

.embeddedServiceHelpButton .helpButton {
  right: 10px !important; }

.embeddedServiceHelpButton .helpButton .uiButton {
  border-radius: 0 !important;
  background: linear-gradient(135deg, #80744c 0%, #80744c 94%, transparent 91%, transparent 100%) !important;
  box-shadow: none !important; }

.embeddedServiceHelpButton .helpButton .helpButtonEnabled:hover::before, .embeddedServiceHelpButton .helpButton .helpButtonEnabled:focus::before {
  border-radius: 0 !important;
  background-color: transparent;
  background: linear-gradient(135deg, #003a69 0%, #003a69 94%, transparent 91%, transparent 100%) !important;
  opacity: 1 !important; }

.embeddedServiceHelpButton .helpButton .helpButtonEnabled:hover::before .message, .embeddedServiceHelpButton .helpButton .helpButtonEnabled:focus::before .message {
  border-bottom: 1px dashed #FFFFFF !important; }

/* /Live Agent Chat ------------------*/
/* Calendar --------------------------*/
p.title span {
  font-weight: 700; }

p.title > p {
  padding-left: 15px; }

p.title .through, p.title > p {
  font-weight: 400; }

#hp-calendar .date1, #hp-calendar .date2 {
  font-weight: 700; }

#hp-calendar p.event-title {
  padding: 0; }

/*Update */
@media only screen and (min-width: 992px) {
  #hp-calendar span.event-date {
    padding-right: 0; } }
/* /Calendar -------------------------*/
.ql-box a > div {
  border-right: 1px solid var(--bs-gray-300) !important; }

.ql-box a > div:hover {
  border-right: 1px solid transparent !important; }

.ql-box a > div:nth-child(6) {
  border-right: 1px solid transparent !important; }

#badges,
.bg-b7a66d,
#chat,
.marketing-message {
  background-color: rgba(183, 166, 109, 0.2); }

/*custom-legacy-buttons:181 */
.btn-dkblue:hover, .btn-dkblue:focus, .btn-dkblue:active, .btn.btn-dkblue:first-child:active {
  box-shadow: none;
  /* background-color: #0086c5; */
  background: linear-gradient(135deg, #80744c 0%, #80744c 94%, transparent 91%, transparent 100%);
  color: white; }

.btn-gold {
  background: linear-gradient(135deg, #80744c 0%, #80744c 94%, transparent 91%, transparent 100%);
  /* Darker - #615939 - #605639 background: linear-gradient(135deg, #b7a66d 0%, #b7a66d 94%, transparent 91%, transparent 100%);*/
  border: none;
  color: white;
  text-shadow: 0 2px 3px rgba(0, 0, 0, 0.9);
  box-shadow: none;
  padding: 10px 0 11px; }

.btn-gold:hover, .btn-gold:focus, .btn-gold:active {
  box-shadow: none;
  /* background-color: #0086c5; */
  background: linear-gradient(135deg, #003a69 0%, #003a69 94%, transparent 91%, transparent 100%);
  color: white; }

@media (min-width: 992px) {
  .btn-circle.btn-lg {
    background-color: #005195; }

  #toggleButton.btn-circle.btn-lg {
    background-color: #b7a66d; } }
.nav-row-1 a.nav-link.last:after {
  background: transparent !important; }

.bg-1 .ig-overlay, .bg-2 .ig-overlay, .bg-3 .ig-overlay, .bg-4 .ig-overlay {
  background-color: linear-gradient(180deg, transparent 0%, transparent 35%, rgba(0, 0, 0, 0) 35%, rgba(0, 0, 0, 0.65) 100%) !important; }

#ig p {
  margin-bottom: 10px; }

.ig-wrap {
  /*_custom-info-graphic */
  justify-content: flex-end;
  padding-bottom: 40px; }

.ig-number p {
  margin-bottom: 0px; }

.ig-text-container.ig-number {
  bottom: -20px; }

.ig-text-container.ig-copy {
  /* override l:1619 */
  bottom: -20px; }

@media (min-width: 992px) {
  .nav-row-1 a.nav-link.last:after {
    background: transparent; } }
button.btn.btn-primary.btn-circle.btn-lg.play:hover, button.btn.btn-transparent.btn-circle.btn-lg.play:hover {
  border: 1px solid #e6e6e6 !important; }

.marketing-message {
  position: relative; }

.card-body.hp-item.quote a {
  text-decoration: underline !important; }

/*#data-table*/
.table-responsive table.dataTable {
  border-collapse: collapse !important; }

/* Adjust child row width to fit within a container */
table.dataTable tbody tr.child td {
  padding: 10px;
  white-space: normal;
  word-wrap: break-word; }

/*#data-table*/
table.dataTable td:nth-child(3) {
  white-space: normal; }

table.dataTable tr.parent td.toggle-child-row::before {
  content: "-" !important;
  background-color: #005195; }

table.dataTable td.toggle-child-row::before {
  height: 1em;
  width: 1em;
  margin-top: -9px;
  display: inline-block;
  color: white !important;
  border: 0.15em solid white;
  border-radius: 1em;
  box-shadow: 0 0 0.2em #444;
  box-sizing: content-box;
  text-align: center;
  text-indent: 0 !important;
  font-family: "Courier New",Courier,monospace;
  line-height: 1em;
  content: "+" !important;
  background-color: #005195; }

/*#data-table*/
table.dataTable > tbody > tr.child:hover {
  /*Remove hover effects for child rows*/
  background-color: rgba(183, 166, 109, 0.1) !important;
  /* Reset the background color */ }

th.toggle-child-row.sorting_disabled::before, th.toggle-child-row.sorting_disabled::after {
  display: none !important; }

table.dataTable thead > tr > th.sorting::before, table.dataTable thead > tr > th.sorting::after {
  opacity: 0.8; }

table.dataTable > tbody > tr.child ul.dtr-details > li {
  border-bottom: none !important; }

/*#data-table*/
table.dataTable tr.child {
  background-color: rgba(183, 166, 109, 0.1); }

/*#data-table*/
table.dataTable tr {
  border-bottom: 1px solid rgba(183, 166, 109, 0.4) !important; }

@media (max-width: 768px) {
  /*#data-table*/
  table.dataTable tbody td:nth-child(1),
  table.dataTable tbody td:nth-child(2) {
    width: auto;
    white-space: normal; } }
.form-select-sm, .form-control {
  border-radius: 0px; }

.pagination li.active a {
  background-color: #005195;
  color: white;
  border-radius: 0px !important; }

a.right-arrow, a.left-arrow {
  border: none !important; }

.pagination li a {
  border: none;
  /*text-decoration: underline;*/
  text-decoration: none;
  border-bottom: 1px solid var(--bs-gray-100);
  padding: 4px 8px;
  margin: 0 4px; }

#calendar_events .pagination li a {
  border-bottom: 1px solid transparent; }

.dataTables_paginate .pagination li a {
  border-bottom: none; }

/*.pagination li a:hover, .pagination li a:focus, .pagination li a:active {
	color: var(--bs-black);
}*/
.pagination li a.next.page-link,
.pagination li a.last.page-link {
  border-bottom: none; }

.pagination li a.next.page-link:hover, .pagination li a.next.page-link:focus, .pagination li a.next.page-link:active,
.pagination li a.last.page-link:hover, .pagination li a.last.page-link:focus, .pagination li a.last.page-link:active {
  color: var(--bs-black);
  text-decoration: none;
  border: none; }

.pagination li a.page-link:hover, .pagination li a.page-link:focus, .pagination li a.page-link:active {
  background-color: rgba(183, 166, 109, 0.1);
  color: #4D4D4D;
  border-color: #005195;
  border-radius: 0px !important;
  text-decoration: none;
  border-bottom: 1px dashed var(--bs-black) !important; }

a.current.page.page-link, a.current.page.page-link:hover, a.current.page.page-link:focus, a.current.page.page-link:active {
  background: #005195;
  color: white; }

.dataTables_paginate .previous a.page-link, .dataTables_paginate .next a.page-link {
  font-size: 0;
  color: transparent; }

.dataTables_paginate .previous a.page-link::before {
  /* 	font-family: "Font Awesome 6 Pro";*/
  font-family: "FontAwesome";
  content: "\f0d9";
  /* Replace with the Font Awesome 6 class for the Caret Left icon */
  text-decoration: none;
  font-size: 1.5rem;
  color: #005195; }

.dataTables_paginate .next a.page-link::before {
  content: "\f0da";
  font-family: 'FontAwesome';
  text-decoration: none;
  font-size: 1.5rem;
  color: #005195; }

.dataTables_paginate .previous a.page-link:hover, .dataTables_paginate .previous a.page-link:active, .dataTables_paginate .previous a.page-link:focus, .dataTables_paginate .next a.page-link:hover, .dataTables_paginate .next a.page-link:active, .dataTables_paginate .next a.page-link:focus {
  background: none !important;
  border-color: transparent !important;
  box-shadow: none; }

.dataTables_paginate .page-item:not(:first-child) .page-link {
  margin-left: 0px; }

.dataTables_paginate .disabled a {
  border-color: transparent !important; }

.dataTables_paginate .disabled a::before {
  color: rgba(183, 166, 109, 0.4); }

.dataTables_paginate .previous a.page-link:hover::before, .dataTables_paginate .previous a.page-link:active::before, .dataTables_paginate .previous a.page-link:focus::before, .dataTables_paginate .next a.page-link:hover::before, .dataTables_paginate .next a.page-link:active::before, .dataTables_paginate .next a.page-link:focus::before {
  color: #000000;
  /*On hover change icons to blue*/ }

/*table.dataTable.dtr-inline.collapsed>tbody>tr>td.dtr-control:before, table.dataTable.dtr-inline.collapsed>tbody>tr>th.dtr-control:before{
	color:white !important;
}*/
th.sorting:focus, th.sorting:hover {
  /* border: 1px solid #00809f; */
  background: #005195;
  color: var(--bs-accordion-btn-color); }

table.dataTable td.toggle-child-row:hover::before {
  background-color: white !important;
  color: #4D4D4D !important;
  border-color: #4D4D4D !important;
  box-shadow: none !important; }

table.dataTable thead > tr > th.sorting:before, table.dataTable thead > tr > th.sorting_asc:before, table.dataTable thead > tr > th.sorting_desc:before, table.dataTable thead > tr > th.sorting_asc_disabled:before, table.dataTable thead > tr > th.sorting_desc_disabled:before, table.dataTable thead > tr > td.sorting:before, table.dataTable thead > tr > td.sorting_asc:before, table.dataTable thead > tr > td.sorting_desc:before, table.dataTable thead > tr > td.sorting_asc_disabled:before, table.dataTable thead > tr > td.sorting_desc_disabled:before {
  top: 17px; }

/*@import "custom-campus-map";*/
.osano-cm-link {
  color: #003a69 !important; }

.osano-cm-dialog--type_bar .osano-cm-button {
  font-weight: 700 !important; }

.osano-cm-dialog {
  padding: 2.5em !important;
  line-height: 1.5 !important; }

button.osano-cm-close {
  min-height: 44px !important;
  min-width: 44px !important;
  height: 44px  !important;
  width: 44px  !important;
  margin: 10px; }

button.osano-cm-close svg {
  overflow: hidden;
  height: 30px !important;
  width: 30px !important;
  top: 7px;
  position: relative; }

/* 
button svg {
    width: 30px !important;
    height: 30px !important;
}
removed 
.osano-cm-close svg {
    transition: transform 0.4s ease-in-out;
    transform-origin: center center;
}
*/
.osano-cm-close:active svg,
.osano-cm-close:focus svg,
.osano-cm-close:hover svg {
  transform: rotate(90deg); }

.osano-cm-dialog__content.osano-cm-content span {
  line-height: 1.35 em !important; }

.osano-cm-dialog--type_bar .osano-cm-button {
  margin-top: 10px !important; }

a.osano-cm-drawer-links__link.osano-cm-link.osano-cm-link--type_manage {
  line-height: 1.5;
  min-height: 44px !important;
  height: 44px !important; }

.osano-cm-dialog--type_bar .osano-cm-button {
  line-height: 1.5;
  padding: 12px 16px !important; }

.event-title a {
  display: inline-block;
  padding: 12px 0;
  min-height: 44px;
  line-height: 1.3; }

/* District map */
.header-hero {
  background: none !important; }

.bg-t-003a69 {
  background-color: rgba(0, 58, 105, 0.93); }

.gsContainer {
  margin: 15px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 1rem;
  font-weight: 300;
  height: auto;
  outline: none; }

/*Google Search Controls*/
#searchContainer {
  margin-bottom: 15px; }

#searchContainer:after {
  font-family: FontAwesome;
  font-size: 1.25rem;
  font-weight: 500;
  content: "\f002";
  color: white;
  float: right;
  margin: 5px 0;
  padding: 0 5px 0 10px; }

#searchBox {
  background-color: #fff;
  font-size: 15px;
  font-weight: 500;
  padding: 0 10px;
  text-overflow: ellipsis; }

#searchBox:focus {
  border: 3px solid #00b8e4; }

#title {
  padding-left: 15px;
  color: white; }

/* caused issue with campus map
#infoWndContent {
    display: none;
}*/
#district-map-canvas #infoWndContent {
  display: inline; }

.gsContainer {
  margin: 15px;
  padding: 10px;
  border-radius: 4px;
  border: 1px solid transparent;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
  box-sizing: border-box;
  -moz-box-sizing: border-box;
  font-size: 1rem;
  font-weight: 300;
  height: auto;
  outline: none; }

.controls {
  display: inline-block;
  background-color: #fff;
  height: 35px;
  outline: none;
  padding: 10px;
  text-overflow: ellipsis; }

.controls:focus {
  border-color: #4d90fe; }

/* /District map */
/* Campus Map */
#campus-map {
  position: relative; }

label.btn {
  position: absolute;
  top: 570px;
  left: 15px;
  font-weight: bold;
  z-index: 1;
  background: white;
  transition: all .0s ease-in-out; }

@media screen and (max-width: 767.98px) {
  label.btn {
    position: absolute;
    top: 315px;
    left: 10px; } }
.list-o-locations a {
  clear: both;
  float: left;
  margin-left: 25px;
  line-height: 2.5em; }

.list-o-locations a:first-of-type {
  margin-top: 10px; }

.list-o-locations a:last-of-type {
  margin-bottom: 20px; }

/* Brought in from _custom-campus-map.scss */
.campus-map-link {
  display: none !important; }

.label {
  display: inline;
  padding: .3em .6em;
  font-size: 80%;
  text-transform: uppercase;
  line-height: 1;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: .25em; }

/*.two-col-right nav {
    display: none;
}*/
div#map-sideNav .h3 {
  margin-top: 0; }

button.gm-ui-hover-effect img {
  display: none !important; }

button.gm-ui-hover-effect::after {
  font: normal normal normal 16px/0 FontAwesome;
  content: "\f057";
  margin: 10px !important;
  position: absolute;
  top: 0;
  right: 0;
  /* float: right; */
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #005195;
  background-color: white !important; }

.gm-style-iw-d h4 {
  margin-top: 0 !important; }

button.gm-control-active.gm-fullscreen-control {
  display: block !important; }

/*@media (min-width: 768px) {*/
label.btn {
  position: absolute;
  left: auto;
  font-weight: bold;
  z-index: 1;
  background: white;
  border: 1px solid #dfd7c2;
  margin-left: 10px;
  /*	bottom: -50px;
  	transition: all .0s ease-in-out;*/ }

label.btn:hover {
  background: white; }

/*}*/
/*~~@media (max-width: 767.98px) {
label.btn {
    botom: 160px;
}
}*/
#campus-map-canvas, #district-map-canvas {
  width: 100%;
  height: 650px; }

#buildings, #lots, #campus-locations, #services {
  padding-left: 0;
  padding-right: 0;
  font-size: 0.875rem;
  width: 100%; }

#map-sideNav .map-nav {
  width: 100%;
  height: auto;
  vertical-align: text-top;
  display: block; }

#map-sideNav .map-nav a, #campus-map .dropdown-content a {
  padding: 5px;
  display: block;
  text-indent: 10px;
  border-bottom: 1px solid #a3abaf; }

#map-sideNav .map-nav a:first-child {
  padding: 5px;
  display: block;
  text-indent: 10px;
  border-top: 1px solid #a3abaf; }

#map-sideNav .map-nav a:last-child, #campus-map .dropdown-content a:last-child {
  border-bottom: none; }

#map-sideNav .map-nav a:link {
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out; }

#map-sideNav .map-nav a:hover, #campus-map .dropdown-content a:hover {
  background-color: #F1F2F3;
  color: #262626;
  -webkit-transition: all .0s ease-in-out;
  transition: all .0s ease-in-out; }

#map-sideNav .panel-body.map-nav {
  padding: 0; }

#map-sideNav .map-nav-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  text-indent: 15px;
  color: #262626;
  font-size: inherit; }

/* Info Windows */
#infoWndContent {
  width: 100%;
  max-width: 400px;
  height: 100%; }

#infoWndContent img {
  width: 400px;
  max-width: 100%;
  float: left;
  margin-right: 15px; }

#infoWndContent p, #infoWndContent li {
  font-size: inherit;
  font-weight: normal; }

#infoWndContent hr {
  border-color: #a3abaf;
  margin: 10px 0; }

#infoWndContent .footer-links a {
  font-size: 0.875rem; }

#infoWndContent .tourECC {
  position: relative;
  display: inline-block;
  margin-bottom: 15px; }

#infoWndContent .tourECC .tourECC-links {
  position: absolute;
  bottom: 15px;
  right: 15px; }

#infoWndContent .tourECC .btn {
  border-color: white; }

#infoWndContent ul li {
  list-style: none;
  line-height: 1.5em;
  font-weight: normal; }

#infoWndContent .footer-list-left {
  float: left;
  padding: 0; }

#infoWndContent .footer-list-right {
  float: right;
  padding: 0; }

/* Dropdown Button */
#campus-map .dropdown-container {
  display: none; }

#campus-map .dropdown {
  position: relative; }

#campus-map .dropdown .btn {
  font-size: .75rem; }

#campus-map .dropdown .btn:after {
  font: normal normal normal 14px/1 FontAwesome;
  content: "\f0d7";
  margin-left: 10px; }

#campus-map .dropdown button {
  z-index: 3;
  /*position: absolute;*/
  top: 10px;
  left: 10px;
  margin-bottom: 10px; }

#campus-map .dropdown-content {
  display: none;
  position: absolute;
  background-color: #ffffff;
  max-width: 350px;
  margin-right: 15px;
  box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.2);
  top: 55px;
  left: 10px;
  z-index: 1; }

@media (max-width: 767px) {
  #campus-map-canvas {
    height: 350px; }

  #map-sideNav {
    display: none; }

  #campus-map .dropdown {
    display: block; }

  #map-container {
    width: 100%; }

  #infoWndContent .tourECC, #infoWndContent p {
    display: none; }

  #infoWndContent ul li {
    font-size: 0.875rem; }

  #infoWndContent .footer-list-left {
    padding-right: 5px; }

  #infoWndContent .footer-list-right {
    float: left; } }
/* /Brought in from _custom-campus-map.scss */
/* /Campus Map */
.biography {
  /*is part of the <section> for cl text/before-bs5 */ }

.biography .img-thumbnail.img-fluid.mb-3 {
  margin-bottom: 0 !important; }

body#ECC-secondary {
  padding-right: 0 !important; }

#admissions-intake .form-control {
  width: 100%; }

/* Button used to open the chat form - fixed at the bottom of the page */
.open-button, p.open-button .btn, .close-button, p.close-button .btn {
  font-size: 18px;
  cursor: pointer;
  font-weight: 700;
  opacity: 0.95;
  position: fixed;
  bottom: 15px;
  right: 15px;
  width: auto;
  z-index: 99; }

a.chat-icon::before, a.email-icon::before {
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  font-weight: 700;
  text-rendering: auto;
  margin-right: 10px;
  -webkit-font-smoothing: antialiased; }

a.chat-icon::before {
  font-family: "Font Awesome 6 Pro";
  content: "\f4b6"; }

a.email-icon::before {
  font-family: "Font Awesome 5 Pro";
  content: "\f0e0"; }

a.open-button.btn-success:active, a.open-button.btn-success:visited, a.open-button.btn-success:focus {
  background-color: #538000;
  border-color: #476e00;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.6);
  text-decoration: none; }

a.close-button.btn-secondary:active, a.close-button.btn-secondary:visited, a.close-button.btn-secondary:focus {
  background-color: #dee1e3;
  color: #262626;
  border-color: #5c5c5c;
  text-decoration: none; }

img.img-responsive {
  width: 100%; }

/*	.row { /* works with biography ct, but causes issues with rest of site ****
		margin-left: 0
	}*/
blockquote .v2, blockquote h2 {
  padding-top: 0px !important; }

.biography .bs-callout {
  padding: 0.75rem 0;
  /*1.25rem*/
  margin: 0 0 20px;
  border: thin solid rgba(183, 166, 109, 0.4);
  border-radius: 0;
  background-color: rgba(183, 166, 109, 0.2);
  /*rgba(0,0,0,.03);*/
  border-top: thin solid rgba(183, 166, 109, 0.4); }

.trustee-bios h2:after,
.biography h3:after {
  width: 0 !important;
  max-width: 0 !important;
  background: transparent !important;
  height: 0px !important;
  margin: 0 !important; }

.no-padding > .bs-callout {
  margin-top: 0; }

ul.trustee-bios {
  /* unique to cl text/bio-trustee-bs5 */
  margin-bottom: 0;
  padding: 0; }

ul.trustee-bios:last-of-type {
  margin-bottom: 20px; }

ul.trustee-bios li {
  padding-bottom: 10px; }

.biography .v2 h2 {
  margin-bottom: 0.075em; }

.biography .v2 h3 {
  margin-bottom: 0.175em; }

.biography img,
.biography .bios-dean img {
  padding-left: calc(var(--bs-gutter-x) * .5); }

.bio-name {
  font-weight: 700;
  margin-bottom: 0.175em; }

@media screen and (max-width: 575.98px) {
  /*.biography img {
  	padding-right: calc(var(--bs-gutter-x) * .5);
  }*/
  .biography .col-sm-8 {
    padding: 1.5rem 1.5rem 0 !important; }

  .biography .bs-callout {
    padding-bottom: 0; } }
section.trustee-bios {
  margin-bottom: 40px;
  background-color: var(--bs-gray-400);
  /*border: 1px solid rgba(183, 166, 109, 0.4);*/
  border: 1px solid #d5cbaf;
  padding-right: calc(var(--bs-gutter-x) * .5);
  padding-left: calc(var(--bs-gutter-x) * .5);
  /*margin-top: var(--bs-gutter-y);*/
  padding-top: 0.75rem; }

/*	section.trustee-bios img {
	}*/
@media screen and (max-width: 767px) {
  .no-padding > .bs-callout {
    margin-top: 20px; } }
.biography.color-bg {
  background: #005195;
  /*#e6eef5;*/
  color: white;
  margin: 15px 0;
  padding: 1px 20px; }

.biography.color-bg > h3 {
  color: white; }

.v2 > h3 {
  margin-top: 0;
  margin-bottom: 0; }

.weglot-container.wg-default {
  display: none; }

#custom-switcher button {
  border: none;
  background: none;
  color: #1E1C1C !important;
  font-size: 0.875rem !important; }

#custom-switcher button:hover, #custom-switcher button:focus, #custom-switcher button:active {
  transition: width 0.3s ease !important;
  border-bottom: 1px solid transparent !important;
  text-decoration: none;
  color: #333333 !important; }

@media (min-width: 992px) {
  #custom-switcher button:hover:after, #custom-switcher button:active:after, #custom-switcher button:focus:after {
    width: 100%;
    left: 0%; }

  #custom-switcher button:after {
    content: '';
    width: 0;
    height: 2px;
    display: block;
    margin-top: 0px;
    left: 0%;
    background: #00b8e4;
    transition: width .3s ease; } }
@media (max-width: 991px) {
  .offcanvas #custom-switcher button {
    color: white !important;
    text-align: left !important;
    border-bottom: 1px solid transparent;
    margin-bottom: 0px; }

  #custom-switcher button:hover, #custom-switcher button:active, #custom-switcher button:focus {
    color: #ccdcea !important; }

  #custom-switcher button:hover:after, #custom-switcher button:active:after, #custom-switcher button:focus:after {
    width: 100%;
    left: 0%; }

  #custom-switcher button:after {
    content: '';
    width: 0;
    height: 2px;
    display: block;
    margin-top: 0px;
    left: 0%;
    background: #00b8e4;
    transition: width .3s ease; } }
/*
@import "custom-master"; //Work here for new BS5 styles
@import "custom-notice";
@import "custom-legacy-buttons"; //Buttons
@import "custom-legacy-typography"; //Fonts
@import "custom-styles";
@import "custom-accordion";
@import "custom-tables";
@import "custom-sidebar";
@import "custom-calendar";
@import "custom-ecc75";
@import "custom-news";
@import "custom-datatables";
@import "custom-campus-map";
@import "custom-chat";

//DD Files
@import "custom-ecc75";
@import "custom-home-page";
@import "custom-info-graphic";
@import "custom-index";
@import "custom-footer";
@import "custom-navigation";*/

/*# sourceMappingURL=bootstrap-master.5.2.3.css.map */
