  @charset "UTF-8";
/* --------------------------------------------------------------------------
   Joyce Theme Revamp
   Source file only. Do not paste compiled CSS into this file.
-------------------------------------------------------------------------- */
/* 1. Theme variable overrides
   Loaded before Bootstrap so Bootstrap !default variables can be overridden.
*/
/* 2. Bootstrap
   Full Bootstrap source. Do not also import bootstrap-grid/reboot/utilities.
*/
/*!
 * Bootstrap v5.0.0-beta2 (https://getbootstrap.com/)
 * Copyright 2011-2021 The Bootstrap Authors
 * Copyright 2011-2021 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
:root {
  --bs-blue: #0086d6;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #f66230;
  --bs-yellow: #ffc107;
  --bs-green: #2FAC66;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: #f66230;
  --bs-secondary: #222222;
  --bs-success: #2FAC66;
  --bs-info: #0086d6;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: "Poppins", sans-serif;
  --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));
}

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

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

body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #004084;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(34, 34, 34, 0);
}

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}

hr:not([size]) {
  height: 1px;
}

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

h1, .h1 {
  font-size: calc(1.375rem + 1.2857142857vw);
}
@media (min-width: 1400px) {
  h1, .h1 {
    font-size: 2.5rem;
  }
}

h2, .h2 {
  font-size: calc(1.325rem + 0.7714285714vw);
}
@media (min-width: 1400px) {
  h2, .h2 {
    font-size: 2rem;
  }
}

h3, .h3 {
  font-size: calc(1.3rem + 0.5142857143vw);
}
@media (min-width: 1400px) {
  h3, .h3 {
    font-size: 1.75rem;
  }
}

h4, .h4 {
  font-size: calc(1.275rem + 0.2571428571vw);
}
@media (min-width: 1400px) {
  h4, .h4 {
    font-size: 1.5rem;
  }
}

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

h6, .h6 {
  font-size: 1rem;
}

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

abbr[title],
abbr[data-bs-original-title] {
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
          text-decoration: underline dotted;
  cursor: help;
  -webkit-text-decoration-skip-ink: none;
          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: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small, .small {
  font-size: 0.875em;
}

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

a {
  color: #f66230;
  text-decoration: underline;
}
a:hover {
  color: rgb(196.8, 78.4, 38.4);
}

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;
  direction: ltr /* rtl:ignore */;
  unicode-bidi: bidi-override;
}

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: #d63384;
  word-wrap: break-word;
}
a > code {
  color: inherit;
}

kbd {
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

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

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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.2571428571vw);
}
@media (min-width: 1400px) {
  legend {
    font-size: 1.5rem;
  }
}
legend {
  line-height: inherit;
}
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-file-upload-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;
}

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

.display-1 {
  font-size: calc(1.625rem + 3.8571428571vw);
}
@media (min-width: 1400px) {
  .display-1 {
    font-size: 5rem;
  }
}
.display-1 {
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: calc(1.575rem + 3.3428571429vw);
}
@media (min-width: 1400px) {
  .display-2 {
    font-size: 4.5rem;
  }
}
.display-2 {
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: calc(1.525rem + 2.8285714286vw);
}
@media (min-width: 1400px) {
  .display-3 {
    font-size: 4rem;
  }
}
.display-3 {
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: calc(1.475rem + 2.3142857143vw);
}
@media (min-width: 1400px) {
  .display-4 {
    font-size: 3.5rem;
  }
}
.display-4 {
  font-weight: 300;
  line-height: 1.2;
}

.display-5 {
  font-size: calc(1.425rem + 1.8vw);
}
@media (min-width: 1400px) {
  .display-5 {
    font-size: 3rem;
  }
}
.display-5 {
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: calc(1.375rem + 1.2857142857vw);
}
@media (min-width: 1400px) {
  .display-6 {
    font-size: 2.5rem;
  }
}
.display-6 {
  font-weight: 300;
  line-height: 1.2;
}

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

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

.blockquote {
  margin-bottom: 1rem;
  font-size: 1.25rem;
}
.blockquote > :last-child {
  margin-bottom: 0;
}

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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;
}

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

@media (min-width: 576px) {
  .container-sm, .container {
    max-width: 540px;
  }
}
@media (min-width: 768px) {
  .container-md, .container-sm, .container {
    max-width: 720px;
  }
}
@media (min-width: 992px) {
  .container-lg, .container-md, .container-sm, .container {
    max-width: 960px;
  }
}
@media (min-width: 1200px) {
  .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1140px;
  }
}
@media (min-width: 1400px) {
  .container-xxl, .container-xl, .container-lg, .container-md, .container-sm, .container {
    max-width: 1320px;
  }
}
.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.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.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .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.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .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;
  }
}
.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #004084;
  --bs-table-striped-bg: rgba(34, 34, 34, 0.05);
  --bs-table-active-color: #004084;
  --bs-table-active-bg: rgba(34, 34, 34, 0.1);
  --bs-table-hover-color: #004084;
  --bs-table-hover-bg: rgba(34, 34, 34, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #004084;
  vertical-align: top;
  border-color: #dee2e6;
}
.table > :not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}
.table > :not(:last-child) > :last-child > * {
  border-bottom-color: currentColor;
}

.caption-top {
  caption-side: top;
}

.table-sm > :not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered > :not(caption) > * {
  border-width: 1px 0;
}
.table-bordered > :not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless > :not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: rgb(253.2, 223.6, 213.6);
  --bs-table-striped-bg: rgb(242.24, 214.12, 204.62);
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: rgb(231.28, 204.64, 195.64);
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: rgb(236.76, 209.38, 200.13);
  --bs-table-hover-color: #222222;
  color: #222222;
  border-color: rgb(231.28, 204.64, 195.64);
}

.table-secondary {
  --bs-table-bg: rgb(210.8, 210.8, 210.8);
  --bs-table-striped-bg: rgb(201.96, 201.96, 201.96);
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: rgb(193.12, 193.12, 193.12);
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: rgb(197.54, 197.54, 197.54);
  --bs-table-hover-color: #222222;
  color: #222222;
  border-color: rgb(193.12, 193.12, 193.12);
}

.table-success {
  --bs-table-bg: rgb(213.4, 238.4, 224.4);
  --bs-table-striped-bg: rgb(204.43, 228.18, 214.88);
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: rgb(195.46, 217.96, 205.36);
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: rgb(199.945, 223.07, 210.12);
  --bs-table-hover-color: #222222;
  color: #222222;
  border-color: rgb(195.46, 217.96, 205.36);
}

.table-info {
  --bs-table-bg: rgb(204, 230.8, 246.8);
  --bs-table-striped-bg: rgb(195.5, 220.96, 236.16);
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: rgb(187, 211.12, 225.52);
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: rgb(191.25, 216.04, 230.84);
  --bs-table-hover-color: #222222;
  color: #222222;
  border-color: rgb(187, 211.12, 225.52);
}

.table-warning {
  --bs-table-bg: rgb(255, 242.6, 205.4);
  --bs-table-striped-bg: rgb(243.95, 232.17, 196.83);
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: rgb(232.9, 221.74, 188.26);
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: rgb(238.425, 226.955, 192.545);
  --bs-table-hover-color: #222222;
  color: #222222;
  border-color: rgb(232.9, 221.74, 188.26);
}

.table-danger {
  --bs-table-bg: rgb(248, 214.6, 217.8);
  --bs-table-striped-bg: rgb(237.3, 205.57, 208.61);
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: rgb(226.6, 196.54, 199.42);
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: rgb(231.95, 201.055, 204.015);
  --bs-table-hover-color: #222222;
  color: #222222;
  border-color: rgb(226.6, 196.54, 199.42);
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: rgb(237.3, 238.25, 239.2);
  --bs-table-striped-color: #222222;
  --bs-table-active-bg: rgb(226.6, 227.5, 228.4);
  --bs-table-active-color: #222222;
  --bs-table-hover-bg: rgb(231.95, 232.875, 233.8);
  --bs-table-hover-color: #222222;
  color: #222222;
  border-color: rgb(226.6, 227.5, 228.4);
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: rgb(44.1, 47.9, 51.7);
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: rgb(55.2, 58.8, 62.4);
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: rgb(49.65, 53.35, 57.05);
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: rgb(55.2, 58.8, 62.4);
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
.btn {
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #004084;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  border-radius: 0.25rem;
  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: #004084;
}
.btn-check:focus + .btn, .btn:focus {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(246, 98, 48, 0.25);
}
.btn:disabled, .btn.disabled, fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

.btn-primary {
  color: #222222;
  background-color: #f66230;
  border-color: #f66230;
}
.btn-primary:hover {
  color: #222222;
  background-color: rgb(247.35, 121.55, 79.05);
  border-color: rgb(246.9, 113.7, 68.7);
}
.btn-check:focus + .btn-primary, .btn-primary:focus {
  color: #222222;
  background-color: rgb(247.35, 121.55, 79.05);
  border-color: rgb(246.9, 113.7, 68.7);
  box-shadow: 0 0 0 0.25rem rgba(214.2, 88.4, 45.9, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary, .btn-primary:active, .btn-primary.active, .show > .btn-primary.dropdown-toggle {
  color: #222222;
  background-color: rgb(247.8, 129.4, 89.4);
  border-color: rgb(246.9, 113.7, 68.7);
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus, .btn-primary:active:focus, .btn-primary.active:focus, .show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(214.2, 88.4, 45.9, 0.5);
}
.btn-primary:disabled, .btn-primary.disabled {
  color: #222222;
  background-color: #f66230;
  border-color: #f66230;
}

.btn-secondary {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-secondary:hover {
  color: #ffffff;
  background-color: rgb(28.9, 28.9, 28.9);
  border-color: rgb(27.2, 27.2, 27.2);
}
.btn-check:focus + .btn-secondary, .btn-secondary:focus {
  color: #ffffff;
  background-color: rgb(28.9, 28.9, 28.9);
  border-color: rgb(27.2, 27.2, 27.2);
  box-shadow: 0 0 0 0.25rem rgba(67.15, 67.15, 67.15, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary, .btn-secondary:active, .btn-secondary.active, .show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(27.2, 27.2, 27.2);
  border-color: rgb(25.5, 25.5, 25.5);
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus, .btn-secondary:active:focus, .btn-secondary.active:focus, .show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(67.15, 67.15, 67.15, 0.5);
}
.btn-secondary:disabled, .btn-secondary.disabled {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}

.btn-success {
  color: #222222;
  background-color: #2FAC66;
  border-color: #2FAC66;
}
.btn-success:hover {
  color: #222222;
  background-color: rgb(78.2, 184.45, 124.95);
  border-color: rgb(67.8, 180.3, 117.3);
}
.btn-check:focus + .btn-success, .btn-success:focus {
  color: #222222;
  background-color: rgb(78.2, 184.45, 124.95);
  border-color: rgb(67.8, 180.3, 117.3);
  box-shadow: 0 0 0 0.25rem rgba(45.05, 151.3, 91.8, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success, .btn-success:active, .btn-success.active, .show > .btn-success.dropdown-toggle {
  color: #222222;
  background-color: rgb(88.6, 188.6, 132.6);
  border-color: rgb(67.8, 180.3, 117.3);
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus, .btn-success:active:focus, .btn-success.active:focus, .show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(45.05, 151.3, 91.8, 0.5);
}
.btn-success:disabled, .btn-success.disabled {
  color: #222222;
  background-color: #2FAC66;
  border-color: #2FAC66;
}

.btn-info {
  color: #222222;
  background-color: #0086d6;
  border-color: #0086d6;
}
.btn-info:hover {
  color: #222222;
  background-color: rgb(38.25, 152.15, 220.15);
  border-color: rgb(25.5, 146.1, 218.1);
}
.btn-check:focus + .btn-info, .btn-info:focus {
  color: #222222;
  background-color: rgb(38.25, 152.15, 220.15);
  border-color: rgb(25.5, 146.1, 218.1);
  box-shadow: 0 0 0 0.25rem rgba(5.1, 119, 187, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info, .btn-info:active, .btn-info.active, .show > .btn-info.dropdown-toggle {
  color: #222222;
  background-color: rgb(51, 158.2, 222.2);
  border-color: rgb(25.5, 146.1, 218.1);
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus, .btn-info:active:focus, .btn-info.active:focus, .show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(5.1, 119, 187, 0.5);
}
.btn-info:disabled, .btn-info.disabled {
  color: #222222;
  background-color: #0086d6;
  border-color: #0086d6;
}

.btn-warning {
  color: #222222;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #222222;
  background-color: rgb(255, 202.3, 44.2);
  border-color: rgb(255, 199.2, 31.8);
}
.btn-check:focus + .btn-warning, .btn-warning:focus {
  color: #222222;
  background-color: rgb(255, 202.3, 44.2);
  border-color: rgb(255, 199.2, 31.8);
  box-shadow: 0 0 0 0.25rem rgba(221.85, 169.15, 11.05, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active, .show > .btn-warning.dropdown-toggle {
  color: #222222;
  background-color: rgb(255, 205.4, 56.6);
  border-color: rgb(255, 199.2, 31.8);
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus, .btn-warning:active:focus, .btn-warning.active:focus, .show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(221.85, 169.15, 11.05, 0.5);
}
.btn-warning:disabled, .btn-warning.disabled {
  color: #222222;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
}
.btn-check:focus + .btn-danger, .btn-danger:focus {
  color: #ffffff;
  background-color: rgb(187, 45.05, 58.65);
  border-color: rgb(176, 42.4, 55.2);
  box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger, .btn-danger:active, .btn-danger.active, .show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(176, 42.4, 55.2);
  border-color: rgb(165, 39.75, 51.75);
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus, .btn-danger:active:focus, .btn-danger.active:focus, .show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225.25, 83.3, 96.9, 0.5);
}
.btn-danger:disabled, .btn-danger.disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #222222;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #222222;
  background-color: rgb(249.05, 249.9, 250.75);
  border-color: rgb(248.7, 249.6, 250.5);
}
.btn-check:focus + .btn-light, .btn-light:focus {
  color: #222222;
  background-color: rgb(249.05, 249.9, 250.75);
  border-color: rgb(248.7, 249.6, 250.5);
  box-shadow: 0 0 0 0.25rem rgba(215.9, 216.75, 217.6, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light, .btn-light:active, .btn-light.active, .show > .btn-light.dropdown-toggle {
  color: #222222;
  background-color: rgb(249.4, 250.2, 251);
  border-color: rgb(248.7, 249.6, 250.5);
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus, .btn-light:active:focus, .btn-light.active:focus, .show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(215.9, 216.75, 217.6, 0.5);
}
.btn-light:disabled, .btn-light.disabled {
  color: #222222;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
}
.btn-check:focus + .btn-dark, .btn-dark:focus {
  color: #ffffff;
  background-color: rgb(28.05, 31.45, 34.85);
  border-color: rgb(26.4, 29.6, 32.8);
  box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark, .btn-dark:active, .btn-dark.active, .show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: rgb(26.4, 29.6, 32.8);
  border-color: rgb(24.75, 27.75, 30.75);
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus, .btn-dark:active:focus, .btn-dark.active:focus, .show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66.3, 69.7, 73.1, 0.5);
}
.btn-dark:disabled, .btn-dark.disabled {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #f66230;
  border-color: #f66230;
}
.btn-outline-primary:hover {
  color: #222222;
  background-color: #f66230;
  border-color: #f66230;
}
.btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 98, 48, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary, .btn-outline-primary:active, .btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  color: #222222;
  background-color: #f66230;
  border-color: #f66230;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus, .btn-outline-primary:active:focus, .btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 98, 48, 0.5);
}
.btn-outline-primary:disabled, .btn-outline-primary.disabled {
  color: #f66230;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #222222;
  border-color: #222222;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 34, 34, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary, .btn-outline-secondary:active, .btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus, .btn-outline-secondary:active:focus, .btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 34, 34, 0.5);
}
.btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
  color: #222222;
  background-color: transparent;
}

.btn-outline-success {
  color: #2FAC66;
  border-color: #2FAC66;
}
.btn-outline-success:hover {
  color: #222222;
  background-color: #2FAC66;
  border-color: #2FAC66;
}
.btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(47, 172, 102, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success, .btn-outline-success:active, .btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #222222;
  background-color: #2FAC66;
  border-color: #2FAC66;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus, .btn-outline-success:active:focus, .btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(47, 172, 102, 0.5);
}
.btn-outline-success:disabled, .btn-outline-success.disabled {
  color: #2FAC66;
  background-color: transparent;
}

.btn-outline-info {
  color: #0086d6;
  border-color: #0086d6;
}
.btn-outline-info:hover {
  color: #222222;
  background-color: #0086d6;
  border-color: #0086d6;
}
.btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 134, 214, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info, .btn-outline-info:active, .btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #222222;
  background-color: #0086d6;
  border-color: #0086d6;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus, .btn-outline-info:active:focus, .btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 134, 214, 0.5);
}
.btn-outline-info:disabled, .btn-outline-info.disabled {
  color: #0086d6;
  background-color: transparent;
}

.btn-outline-warning {
  color: #ffc107;
  border-color: #ffc107;
}
.btn-outline-warning:hover {
  color: #222222;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning, .btn-outline-warning:active, .btn-outline-warning.active, .btn-outline-warning.dropdown-toggle.show {
  color: #222222;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus, .btn-outline-warning:active:focus, .btn-outline-warning.active:focus, .btn-outline-warning.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-outline-warning:disabled, .btn-outline-warning.disabled {
  color: #ffc107;
  background-color: transparent;
}

.btn-outline-danger {
  color: #dc3545;
  border-color: #dc3545;
}
.btn-outline-danger:hover {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:focus + .btn-outline-danger, .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger, .btn-outline-danger:active, .btn-outline-danger.active, .btn-outline-danger.dropdown-toggle.show {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus, .btn-outline-danger:active:focus, .btn-outline-danger.active:focus, .btn-outline-danger.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-outline-danger:disabled, .btn-outline-danger.disabled {
  color: #dc3545;
  background-color: transparent;
}

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #222222;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light, .btn-outline-light:active, .btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #222222;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus, .btn-outline-light:active:focus, .btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled, .btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark, .btn-outline-dark:active, .btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus, .btn-outline-dark:active:focus, .btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled, .btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #f66230;
  text-decoration: underline;
}
.btn-link:hover {
  color: rgb(196.8, 78.4, 38.4);
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.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: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}
.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
@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 0.25rem;
}

.navbar-toggler-icon {
  display: inline-block;
  width: 1.5em;
  height: 1.5em;
  vertical-align: middle;
  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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
}
@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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
}
@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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
}
@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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
}
@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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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 {
  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: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(34, 34, 34, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(34, 34, 34, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(34, 34, 34, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(34, 34, 34, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(34, 34, 34, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(34, 34, 34, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(34, 34, 34, 0.55);
  border-color: rgba(34, 34, 34, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2834, 34, 34, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(34, 34, 34, 0.55);
}
.navbar-light .navbar-text a,
.navbar-light .navbar-text a:hover,
.navbar-light .navbar-text a:focus {
  color: rgba(34, 34, 34, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: 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");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a,
.navbar-dark .navbar-text a:hover,
.navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(34, 34, 34, 0.125);
  border-radius: 0.25rem;
}
.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: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .card-header + .list-group,
.card > .list-group + .card-footer {
  border-top: 0;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

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

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

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

.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem /* rtl:ignore */;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(34, 34, 34, 0.03);
  border-bottom: 1px solid rgba(34, 34, 34, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(34, 34, 34, 0.03);
  border-top: 1px solid rgba(34, 34, 34, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

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

.card-img,
.card-img-top {
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img,
.card-img-bottom {
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}
@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;
  }
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  color: #004084;
  text-align: left;
  background-color: transparent;
  border: 1px solid rgba(34, 34, 34, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
}
.accordion-button.collapsed {
  border-bottom-width: 0;
}
.accordion-button:not(.collapsed) {
  color: rgb(221.4, 88.2, 43.2);
  background-color: rgb(254.1, 239.3, 234.3);
}
.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='rgb%28221.4, 88.2, 43.2%29'%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");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23004084'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button::after {
    transition: none;
  }
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: rgb(250.5, 176.5, 151.5);
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(246, 98, 48, 0.25);
}

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

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-collapse {
  border: solid rgba(34, 34, 34, 0.125);
  border-width: 0 1px;
}

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

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

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

.page-link {
  position: relative;
  display: block;
  color: #f66230;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  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: rgb(196.8, 78.4, 38.4);
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: rgb(196.8, 78.4, 38.4);
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(246, 98, 48, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #f66230;
  border-color: #f66230;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.page-link {
  padding: 0.375rem 0.75rem;
}

.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: rgb(147.6, 58.8, 28.8);
  background-color: rgb(253.2, 223.6, 213.6);
  border-color: rgb(252.3, 207.9, 192.9);
}
.alert-primary .alert-link {
  color: rgb(118.08, 47.04, 23.04);
}

.alert-secondary {
  color: rgb(20.4, 20.4, 20.4);
  background-color: rgb(210.8, 210.8, 210.8);
  border-color: rgb(188.7, 188.7, 188.7);
}
.alert-secondary .alert-link {
  color: rgb(16.32, 16.32, 16.32);
}

.alert-success {
  color: rgb(28.2, 103.2, 61.2);
  background-color: rgb(213.4, 238.4, 224.4);
  border-color: rgb(192.6, 230.1, 209.1);
}
.alert-success .alert-link {
  color: rgb(22.56, 82.56, 48.96);
}

.alert-info {
  color: rgb(0, 80.4, 128.4);
  background-color: rgb(204, 230.8, 246.8);
  border-color: rgb(178.5, 218.7, 242.7);
}
.alert-info .alert-link {
  color: rgb(0, 64.32, 102.72);
}

.alert-warning {
  color: rgb(122.4, 97.6, 23.2);
  background-color: rgb(255, 242.6, 205.4);
  border-color: rgb(255, 236.4, 180.6);
}
.alert-warning .alert-link {
  color: rgb(97.92, 78.08, 18.56);
}

.alert-danger {
  color: rgb(132, 31.8, 41.4);
  background-color: rgb(248, 214.6, 217.8);
  border-color: rgb(244.5, 194.4, 199.2);
}
.alert-danger .alert-link {
  color: rgb(105.6, 25.44, 33.12);
}

.alert-light {
  color: rgb(119.6, 120, 120.4);
  background-color: rgb(253.6, 253.8, 254);
  border-color: rgb(252.9, 253.2, 253.5);
}
.alert-light .alert-link {
  color: rgb(95.68, 96, 96.32);
}

.alert-dark {
  color: rgb(19.8, 22.2, 24.6);
  background-color: rgb(210.6, 211.4, 212.2);
  border-color: rgb(188.4, 189.6, 190.8);
}
.alert-dark .alert-link {
  color: rgb(15.84, 17.76, 19.68);
}

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

.link-primary {
  color: #f66230;
}
.link-primary:hover, .link-primary:focus {
  color: rgb(247.8, 129.4, 89.4);
}

.link-secondary {
  color: #222222;
}
.link-secondary:hover, .link-secondary:focus {
  color: rgb(27.2, 27.2, 27.2);
}

.link-success {
  color: #2FAC66;
}
.link-success:hover, .link-success:focus {
  color: rgb(88.6, 188.6, 132.6);
}

.link-info {
  color: #0086d6;
}
.link-info:hover, .link-info:focus {
  color: rgb(51, 158.2, 222.2);
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: rgb(255, 205.4, 56.6);
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: rgb(176, 42.4, 55.2);
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: rgb(249.4, 250.2, 251);
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: rgb(26.4, 29.6, 32.8);
}

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

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

@media (min-width: 576px) {
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 768px) {
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 992px) {
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1200px) {
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
@media (min-width: 1400px) {
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
}
.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;
}

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

.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(34, 34, 34, 0.15) !important;
}

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(34, 34, 34, 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: 1px solid #dee2e6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #2FAC66 !important;
}

.border-info {
  border-color: #0086d6 !important;
}

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

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

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

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

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.fs-4 {
  font-size: calc(1.275rem + 0.2571428571vw) !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-bolder {
  font-weight: bolder !important;
}

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

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

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

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

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

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

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

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

.text-success {
  color: #2FAC66 !important;
}

.text-info {
  color: #0086d6 !important;
}

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

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

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

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

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

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

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

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

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

.text-reset {
  color: inherit !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;
}

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

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

.bg-success {
  background-color: #2FAC66 !important;
}

.bg-info {
  background-color: #0086d6 !important;
}

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

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

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

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

.bg-body {
  background-color: #ffffff !important;
}

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

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

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

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

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

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

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

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

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

/* rtl:end:remove */
.font-monospace {
  font-family: var(--bs-font-monospace) !important;
}

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

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

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

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

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

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

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

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

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

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

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

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

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
}
@media (min-width: 1400px) {
  .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;
  }
}
/* 3. Theme globals */
/*Fonts Include Start*/
@font-face {
  font-family: "SourceSansProRegular";
  src: url("/wp-content/themes/joyce/fonts/SourceSansPro-Regular-subset.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E, U+00A0, U+2013-2014, U+2018-2019, U+201C-201D, U+2022, U+00AE, U+2122;
}
@font-face {
  font-family: "SourceSansProBold";
  src: url("/wp-content/themes/joyce/fonts/SourceSansPro-Bold-subset.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E, U+00A0, U+2013-2014, U+2018-2019, U+201C-201D, U+2022, U+00AE, U+2122;
}
@font-face {
  font-family: "SourceSansProLight";
  src: url("/wp-content/themes/joyce/fonts/SourceSansPro-Light-subset.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
  unicode-range: U+0020-007E, U+00A0, U+2013-2014, U+2018-2019, U+201C-201D, U+2022, U+00AE, U+2122;
}
/*Fonts Include End*/
body {
  margin: 0;
  font-family: var(--bs-font-sans-serif);
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  -webkit-text-size-adjust: 100%;
  -webkit-tap-highlight-color: rgba(34, 34, 34, 0);
  font-size: 18px;
  color: #222222;
  padding-top: 154px;
}
body #wpfront-notification-bar a {
  color: #ffffff;
}
body.modal-open header {
  z-index: 9;
}
body.home {
  padding-top: 154px;
}
body.logged-in {
  padding-top: 110px;
}
body.search .card {
  border-bottom: 1px solid #E2E2E2;
  border-top: 0;
  border-left: 0;
  border-right: 0;
}
body.search .card .card-title a {
  color: #00426a;
  text-decoration: none;
}
body.privacy-policy .wrapper ul li:after {
  top: 6px;
}
body p,
body li {
  font-family: "SourceSansProRegular";
  line-height: 1.67;
  letter-spacing: 0.38px;
}
body li {
  padding-left: 21px;
  position: relative;
}
body p,
body ol,
body li,
body label {
  color: #00426a;
}
body img {
  max-width: 100%;
}
body a {
  font-family: "SourceSansProBold";
}

header {
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 101;
  background-color: #ffffff;
  min-height: 154px;
  display: flex;
  align-items: center;
}
header .navbar-menu nav {
  margin-right: 26px;
  background: transparent;
}
header .navbar-menu nav ul li {
  padding: 0 35px;
  font-size: 1.125em;
}
header .navbar-menu nav ul li ul.ubermenu-submenu li a,
header .navbar-menu nav ul li ul.ubermenu-submenu li .ubermenu-target-text {
  font-family: "SourceSansProRegular";
  font-size: 13px;
  padding-top: 0px;
  padding-bottom: 0px;
  line-height: 1.5;
  letter-spacing: 1px;
  text-align: left;
  color: #00426a;
  font-weight: 300;
}
header .navbar-menu nav ul li ul.ubermenu-submenu li a:hover,
header .navbar-menu nav ul li ul.ubermenu-submenu li .ubermenu-target-text:hover {
  color: #f66230;
}
header .navbar-menu nav ul li ul.ubermenu-submenu li.ubermenu-current-menu-item, header .navbar-menu nav ul li ul.ubermenu-submenu li > .ubermenu-target {
  color: #f66230 !important;
  background: transparent !important;
}
header .navbar-menu nav ul li ul.ubermenu-submenu li ul li a span {
  font-size: 13px !important;
}
header .navbar-menu nav ul li ul.ubermenu-submenu li ul li.ubermenu-current-menu-item a span {
  color: #f66230;
}
header .navbar-menu nav ul li ul.ubermenu-submenu li.ubermenu-item-has-children .ubermenu-current-menu-item a span {
  color: #f66230;
}
header .navbar-menu nav ul li ul.ubermenu-submenu li.ubermenu-item-has-children .ubermenu-item-has-children .ubermenu-submenu li a {
  color: #00426a;
}
header .navbar-menu nav ul li ul.ubermenu-submenu li.ubermenu-item-has-children .ubermenu-item-has-children > .ubermenu-submenu li a span {
  color: #f66230;
}
header .navbar-menu nav ul li .ubermenu-custom-content h2,
header .navbar-menu nav ul li .ubermenu-custom-content .h2 {
  font-family: "SourceSansProBold";
  font-size: 62px;
  font-weight: bold;
  line-height: 0.47;
  color: #00426a;
}
header .navbar-menu nav ul li .ubermenu-custom-content h6,
header .navbar-menu nav ul li .ubermenu-custom-content .h6 {
  font-weight: 600;
  letter-spacing: 1px;
  color: #00426a;
}
header .navbar-menu nav ul li a {
  color: #222222;
  font-size: 16px;
  text-decoration: none;
  font-family: "SourceSansProBold";
}
header .navbar-menu nav ul li .ubermenu-row {
  padding: 45px 0 30px;
  display: flex;
  align-items: center;
}
header .navbar-menu nav ul li .ubermenu-row .ubermenu-row {
  padding: 0;
  align-items: flex-start;
  margin-bottom: 0;
}
header .navbar-menu nav ul li.has-dropdown, header .navbar-menu nav ul li.menu-item-has-children {
  position: relative;
}
header .navbar-menu nav ul li.has-dropdown:after, header .navbar-menu nav ul li.menu-item-has-children:after {
  content: "";
  right: 15px;
  width: 10px;
  height: 5px;
  position: absolute;
  top: 12px;
  z-index: 9;
  display: block;
  cursor: pointer;
  border: none;
}
header .navbar-menu nav ul li.has-dropdown:hover ul.sub-menu, header .navbar-menu nav ul li.menu-item-has-children:hover ul.sub-menu {
  opacity: 1;
  top: 100%;
  z-index: 1;
  pointer-events: auto;
}
header .navbar-menu nav .ubermenu-nav .ubermenu-item-has-children > .ubermenu-target-text,
header .navbar-menu nav .ubermenu-nav .ubermenu-item-has-children .ubermenu-current-menu-item a span {
  color: #f66230;
}
header .navbar-menu nav .ubermenu-nav .ubermenu-item-has-children .ubermenu-row li .ubermenu-submenu .ubermenu-row li .ubermenu-submenu .ubermenu-item-has-children.ubermenu-current-menu-item ul li a span {
  color: #00426a;
}
header .navbar-menu .ubermenu-nav .ubermenu-active .ubermenu-submenu .ubermenu-submenu-type-stack:before {
  content: "";
  left: 45%;
  background-color: #D4D4D4;
  width: 1px;
  height: 69%;
  position: absolute;
  z-index: 999;
  top: 50%;
  transform: translateY(-50%);
}
header .navbar-menu .ubermenu-transition-shift .ubermenu-item .ubermenu-submenu-drop {
  top: 154px;
}
header .ubermenu-skin-grey-white .ubermenu-item-level-0 > .ubermenu-target {
  font-family: "SourceSansProBold";
  color: #00426a;
  text-transform: capitalize;
  font-size: 18px;
}
header .ubermenu-skin-grey-white .ubermenu-item-level-0:hover > .ubermenu-target, header .ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-active > .ubermenu-target, header .ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-current-menu-ancestor > .ubermenu-target {
  color: #f66230 !important;
  background: transparent;
}
header .ubermenu-skin-grey-white .ubermenu-item-level-0:hover .fa-angle-down {
  background-color: #f66230;
}
header li.ubermenu-current_page_item .ubermenu-sub-indicator.fa-angle-down {
  background-color: #f66230;
}
header .ubermenu-skin-grey-white .ubermenu-item-level-0.ubermenu-current-menu-item > .ubermenu-target {
  background-color: #ffffff;
  color: #f66230;
}
header .search-form {
  display: none;
  position: absolute;
  left: 0;
  right: 0;
  width: 100%;
  padding: 60px 20px;
  background-color: #ffffff;
  top: 0px;
  min-height: 154px;
  z-index: 99;
  transition: 0.3s;
}
header .search-form form {
  max-width: 850px;
  width: 100%;
  margin: 0 auto;
}
header .search-form form .form-control,
header .search-form form .is-search-input {
  font-family: "SourceSansProLight";
  padding: 0 20px;
  border-bottom: 1px solid #ced4da;
  min-height: 54px;
  border-left: none;
  border-right: none;
  border-top: none;
  font-size: 18px;
  color: #000000;
}
header .search-form form .btn.btn-primary {
  font-size: 18px;
  text-transform: capitalize;
  color: #ffffff;
  min-width: 182px;
  min-height: 54px;
  width: auto;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px ​15px;
  border-radius: 50px;
}
header .search-form form .btn.btn-primary:focus, header .search-form form .btn.btn-primary:active {
  outline: none;
  box-shadow: none;
}
header .search-form form .is-search-submit {
  font-size: 18px;
  text-transform: capitalize;
  color: #ffffff;
  min-width: 182px;
  min-height: 54px;
  width: auto;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px ​15px;
  border-radius: 50px;
}
header .search-form form .is-search-submit:focus, header .search-form form .is-search-submit:active {
  outline: none;
  box-shadow: none;
}
header .search-form .close {
  position: absolute;
  right: 40px;
  top: 25px;
}
header .search-form .close .btn-close:focus {
  outline: none;
  box-shadow: none;
}
header #header-search {
  border-bottom: 3px solid #f66230;
}
header .container {
  max-width: 1350px;
}
header .logo img {
  max-width: 100%;
}
header li:after {
  border: none;
}
header .boldness-remove a span {
  font-weight: 300;
  font-size: 13px;
}
header .navbar-menu nav ul li ul.ubermenu-submenu li:first-child > a > span {
  font-size: 18px;
  font-weight: 600;
}
header .navbar-menu nav ul li ul.ubermenu-submenu li:first-child > a > span ul li {
  font-size: 13px;
  font-weight: 300;
}
header .navbar-menu nav ul li ul.ubermenu-submenu li ul li a span,
header .navbar-menu nav ul li ul.ubermenu-submenu li ul li ul li a span {
  font-weight: 300;
  letter-spacing: 1px;
  color: #00426a;
  font-size: 13px;
}
header .user-contact ul li {
  position: relative;
  padding-left: 0 !important;
  margin: 0 15px;
}
header .user-contact ul li a {
  font-family: "SourceSansProBold";
  color: #0086d6;
  text-decoration: none;
  padding-left: 24px;
  border-bottom: 0;
}
header .user-contact ul li a:before {
  content: "";
  background-repeat: no-repeat;
  background-size: 42%;
  position: absolute;
  left: 0;
  width: 35px;
  height: 15px;
  top: 7px;
}
header .user-contact ul li:after {
  display: none;
}
header .user-contact ul li.search-form-header {
  line-height: 0;
}
header .user-contact ul li.search-form-header img {
  cursor: pointer;
}
header .user-contact ul li.user a:before {
  background-image: url(/wp-content/themes/joyce/images/nav_account.svg);
}
header .user-contact ul li.contact a:before {
  background-image: url(/wp-content/themes/joyce/images/nav_phone.svg);
}
header .fas.fa-angle-down {
  background-color: #00426a;
  -webkit-mask: url("/wp-content/themes/joyce/images/fa-angle-down.svg") no-repeat center;
  mask: url("/wp-content/themes/joyce/images/fa-angle-down.svg") no-repeat center;
  width: 18px;
  height: 18px;
  display: inline-block;
}
header .fas.fa-times {
  background-color: #00426a;
  -webkit-mask: url("/wp-content/themes/joyce/images/fa-times.svg") no-repeat center;
  mask: url("/wp-content/themes/joyce/images/fa-times.svg") no-repeat center;
  width: 18px;
  height: 18px;
  display: inline-block;
}
header .fas.fa-bars {
  background-color: #00426a;
  -webkit-mask: url("/wp-content/themes/joyce/images/fa-bars.svg") no-repeat center;
  mask: url("/wp-content/themes/joyce/images/fa-bars.svg") no-repeat center;
  width: 18px;
  height: 18px;
  display: inline-block;
}
header .ubermenu-responsive-toggle-open .fa-bars {
  -webkit-mask: url("/wp-content/themes/joyce/images/fa-times.svg") no-repeat center;
  mask: url("/wp-content/themes/joyce/images/fa-times.svg") no-repeat center;
}
header .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
  right: 5px;
  margin-top: -8px;
}

@media (max-width: 991px) {
  header {
    min-height: 83px;
  }
  header .search-form form .btn {
    font-size: 16px !important;
    min-width: 140px;
    min-height: 45px;
  }
  header .search-form form .form-control {
    font-size: 16px !important;
  }
  header .navbar-menu nav {
    margin-right: 0;
    position: absolute;
    left: 0;
    right: 0;
    width: 100%;
    background: #f9f9f9 !important;
    padding: 0px 0;
    top: 83px;
    height: 100vh;
  }
  header .navbar-menu nav ul {
    margin-top: 10px;
  }
  header .navbar-menu nav ul li .ubermenu-row {
    display: block;
    padding-top: 0 !important;
  }
  header .navbar-menu nav ul li ul.ubermenu-submenu li:first-child a span {
    position: relative;
    width: 100%;
  }
  header .navbar-menu nav ul li ul.ubermenu-submenu li:first-child ul li a span {
    font-size: 13px !important;
    font-weight: 300 !important;
    font-size: 13px !important;
    font-weight: 300 !important;
  }
  header .navbar-menu nav ul li ul.ubermenu-submenu li a span {
    font-size: 13px !important;
    font-weight: 300 !important;
    display: none;
  }
  header .navbar-menu nav ul li ul.ubermenu-submenu li a span:after {
    display: none;
  }
  header .navbar-menu nav ul li ul.ubermenu-submenu li .ubermenu-target-text {
    display: block;
  }
  header .navbar-menu nav ul li ul.ubermenu-submenu li.ubermenu-item-has-children:first-child a span:after {
    top: 7px;
    right: -26px;
  }
  header .navbar-menu nav ul li ul.ubermenu-submenu li.ubermenu-active ul.ubermenu-submenu {
    display: block !important;
  }
  header .navbar-menu nav ul li ul.ubermenu-submenu li.boldness-remove a span {
    font-size: 13px !important;
    font-weight: 400 !important;
  }
  header .navbar-menu nav ul li ul.ubermenu-submenu li.boldness-remove a span:after {
    display: none !important;
  }
  header .navbar-menu nav ul li ul.ubermenu-submenu li.custom-title-menu > a .ubermenu-target-text {
    font-size: 16px !important;
    font-weight: 600 !important;
    display: block;
    letter-spacing: 1.23px;
  }
  header .navbar-menu nav ul li ul.ubermenu-submenu > li:first-child a span {
    font-size: 16px !important;
    font-weight: 600 !important;
    display: block;
  }
  header .navbar-menu nav ul .ubermenu-custom-content h2,
  header .navbar-menu nav ul .ubermenu-custom-content .h2 {
    display: none;
  }
  header .navbar-menu nav .ubermenu .ubermenu-target-text {
    color: #00426a !important;
  }
  header .navbar-menu nav .ubermenu-nav .ubermenu-active .ubermenu-submenu .ubermenu-submenu-type-stack:before {
    display: none;
  }
  header .navbar-menu nav .ubermenu-nav .ubermenu-item-has-children .ubermenu-current-menu-item .ubermenu-submenu li a span {
    color: #00426a !important;
  }
  header .user-contact ul {
    margin-bottom: 12px;
    margin-top: 9px;
  }
  header .user-contact ul li {
    position: relative;
    padding-left: 0 !important;
    margin: 0 15px;
  }
  header .user-contact ul li a {
    font-family: "SourceSansProBold";
    color: #0086d6;
    text-decoration: none;
    padding-left: 24px;
    border-bottom: 0;
  }
  header .user-contact ul li a:before {
    content: "";
    background-repeat: no-repeat;
    background-size: 42%;
    position: absolute;
    width: 35px;
    height: 15px;
    left: -15px;
    top: -7px;
  }
  header .user-contact ul li:after {
    display: none;
  }
  header .user-contact ul li.search-form-header {
    line-height: 0;
  }
  header .user-contact ul li.search-form-header img {
    cursor: pointer;
  }
  header .user-contact ul li.user a:before {
    background-image: url(/wp-content/themes/joyce/images/nav_account.svg);
  }
  header .user-contact ul li.contact a:before {
    background-image: url(/wp-content/themes/joyce/images/nav_phone.svg);
  }
  header li.user {
    z-index: 99;
    font-size: 0;
  }
  header li.user a {
    padding-left: 0;
  }
  header .ubermenu.ubermenu-responsive .ubermenu-column,
  header .ubermenu.ubermenu-responsive .ubermenu-column-auto {
    min-width: 100%;
  }
  header .ubermenu.ubermenu-responsive {
    padding: 0 22px;
    padding: 0 20px 0 0px;
  }
  header .ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack > .ubermenu-item-normal.ubermenu-active ul.ubermenu-submenu {
    display: block !important;
    opacity: 1;
  }
  header .ubermenu .ubermenu-item-type-column > .ubermenu-submenu-type-stack > .ubermenu-item-normal.ubermenu-active ul.ubermenu-submenu li a span:after {
    display: none !important;
  }
  header .ubermenu .ubermenu-submenu-type-stack > .ubermenu-item-normal > .ubermenu-target {
    padding: 5px 62px;
    padding-right: 55px;
  }
  header .ubermenu .ubermenu-item .ubermenu-submenu-drop {
    box-shadow: none;
  }
  header .ubermenu.ubermenu-submenu-indicator-closes .ubermenu-sub-indicator-close {
    right: 0px;
  }
  header .ubermenu-skin-grey-white .ubermenu-item-level-0 > .ubermenu-target {
    font-size: 16px;
    font-size: 16px;
    padding: 20px 35px !important;
    letter-spacing: 1.23px;
  }
  header .ubermenu-skin-grey-white .ubermenu-submenu.ubermenu-submenu-drop {
    border-bottom: 0;
    padding-top: 10px;
    padding-bottom: 10px;
    border: 0;
  }
  header .custom-title-menu a span {
    font-size: 16px !important;
    font-weight: 600 !important;
    display: block;
  }
  header ul.ubermenu-submenu li a {
    padding: 5px 54px !important;
    padding-right: 55px !important;
  }
  header .ubermenu-responsive .ubermenu-nav .ubermenu-item .custom-title-menu a span.ubermenu-sub-indicator-close {
    max-width: 20px;
    height: 20px;
    position: absolute;
    right: 5px;
    top: 7px;
    display: none;
  }
  header .ubermenu-responsive .ubermenu-submenu.ubermenu-submenu-type-mega > .ubermenu-item.ubermenu-active span.ubermenu-sub-indicator-close {
    display: block;
  }
  header .ubermenu-sub-indicators .ubermenu-has-submenu-drop > .ubermenu-target > .ubermenu-sub-indicator {
    right: 4px;
    top: 50%;
    margin-top: -8px;
  }
  header .ubermenu-submenu .ubermenu-item .ubermenu-target .ubermenu-sub-indicator {
    right: 51px !important;
  }
  header .ubermenu-submenu .ubermenu-item .ubermenu-target .ubermenu-sub-indicator-close {
    right: 45px !important;
  }
  header .logo img {
    max-width: 150px;
  }
}
@media (max-width: 767px) {
  header .search-form form .btn,
  header .search-form form .is-search-submit {
    min-width: 135px;
  }
}
@media (max-width: 575px) {
  header .user-contact ul {
    margin-top: 25px;
  }
  header .search-form {
    padding: 20px 15px;
    top: 0px;
    min-height: inherit;
  }
  header .search-form form {
    display: block !important;
  }
  header .search-form form {
    display: block;
  }
  header .search-form form .btn,
  header .search-form form .is-search-submit {
    margin-top: 20px;
    min-width: 135px;
    position: relative;
    font-size: 16px;
    min-width: 140px;
    min-height: 45px;
  }
}
/* FOOTER */
footer {
  background-color: #00426a;
  padding: 77px 76px;
  color: #ffffff;
}
footer .footer-logo img {
  max-width: 100%;
}
footer .social-icons {
  margin-top: 82px;
}
footer .social-icons ul li {
  margin-right: 21px;
}
footer .social-icons ul li:last-child {
  margin-right: 0;
}
footer .widget h6,
footer .widget .h6 {
  font-weight: 600;
  color: #ffffff !important;
  margin-bottom: 20px;
  letter-spacing: 1px;
}
footer .widget ul {
  transition: 0.3s;
}
footer .widget ul li {
  padding-left: 0;
}
footer .widget ul li:after {
  display: none;
}
footer .widget ul li a {
  color: #ffffff;
  text-decoration: none;
  font-size: 13px;
  letter-spacing: 1px;
}
footer .widget .footer-menu {
  margin-bottom: 32px;
}
footer .widget address {
  font-size: 13px;
  line-height: 2.23;
  letter-spacing: 1px;
}
footer .widget address a {
  color: #ffffff;
  text-decoration: none;
}
footer .footer-menu .menu {
  padding-left: 0;
  list-style: none;
  padding-left: 0;
  margin: 0;
}
footer .copyright {
  margin-top: 92px;
}
footer .copyright ul {
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 1090px;
  width: 100%;
  margin: 0 auto;
  flex-wrap: wrap;
}
footer .copyright ul li a {
  font-size: 13px;
  padding: 0 10px;
  color: #ffffff;
  text-decoration: none;
  border-right: 1px solid #ffffff;
  letter-spacing: 1px;
}

@media (max-width: 1199px) {
  footer {
    padding: 77px 35px;
  }
}
@media (max-width: 991px) {
  footer .footer-logo img {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  footer {
    padding: 70px 35px;
  }
  footer .footer-logo {
    text-align: center;
  }
  footer .footer-logo img {
    max-width: 100%;
  }
  footer .social-icons {
    max-width: 204px;
    width: 100%;
    margin: 38px auto 66px;
  }
  footer .social-icons ul {
    justify-content: space-around;
  }
  footer .widget {
    margin-bottom: 34px;
  }
  footer .widget > h6,
  footer .widget > .h6 {
    position: relative;
    cursor: pointer;
    margin-bottom: 23px;
  }
  footer .widget > h6:after,
  footer .widget > .h6:after {
    content: "";
    position: absolute;
    top: 0px;
    z-index: 999;
    border: solid #ffffff;
    display: inline-block;
    transform: rotate(45deg) !important;
    border-width: 0 2px 2px 0;
    padding: 4.4px;
    position: absolute;
    right: 0px;
  }
  footer .widget .footer-menu {
    margin-bottom: 33px;
  }
  footer .widget .footer-menu h6,
  footer .widget .footer-menu .h6 {
    font-size: 16px;
    position: relative;
    cursor: pointer;
  }
  footer .widget .footer-menu h6:after,
  footer .widget .footer-menu .h6:after {
    content: "";
    background-color: #ffffff;
    position: absolute;
    right: -1px;
    top: 6.5px;
    width: 15.1px;
    height: 2.3px;
    z-index: 999;
  }
  footer .widget .footer-menu h6:before,
  footer .widget .footer-menu .h6:before {
    content: "";
    background-color: #ffffff;
    position: absolute;
    right: 5px;
    top: 0.5px;
    width: 2.3px;
    height: 15.1px;
  }
  footer .widget .footer-menu ul.menu {
    display: none;
    margin-bottom: 38px !important;
  }
  footer .widget .footer-menu.open ul {
    display: block;
  }
  footer .widget .footer-menu.open h6:before,
  footer .widget .footer-menu.open .h6:before {
    display: none;
  }
  footer .widget h6,
  footer .widget .h6 {
    font-size: 16px;
    position: relative;
  }
  footer .widget.open h6,
  footer .widget.open .h6 {
    display: block;
  }
  footer .widget.open .footer-menu h6,
  footer .widget.open .footer-menu .h6, footer .widget.open .footer-menu.open ul {
    display: block;
  }
  footer .widget.open > h6:after,
  footer .widget.open > .h6:after {
    top: 5px;
    transform: rotate(-135deg) !important;
  }
  footer .widget.open.academics {
    margin-bottom: 45px !important;
  }
  footer .widget.open.academics .footer-menu {
    display: block;
  }
  footer .widget.location-widget h6:after,
  footer .widget.location-widget .h6:after {
    display: none;
  }
  footer .widget.academics .footer-menu {
    padding-left: 26px;
    display: none;
  }
  footer .widget.footer_address .widget_text h6:before, footer .widget.footer_address .widget_text .h6:before, footer .widget.footer_address .widget_text h6:after, footer .widget.footer_address .widget_text .h6:after {
    display: none;
  }
  footer .widget.footer_address .widget_text .h6:before, footer .widget.footer_address .widget_text .h6:after {
    display: none;
  }
  footer .copyright {
    margin-top: 55px;
  }
  footer .copyright .container {
    padding: 0;
  }
  footer .copyright ul {
    justify-content: flex-start !important;
    flex-wrap: wrap !important;
  }
  footer .copyright ul li a {
    line-height: 2.46;
    letter-spacing: 1px;
    padding: 0 5px;
  }
}
.tuition-fees .nursing-collapse .btn {
  font-family: "SourceSansProBold";
  max-width: 833px;
  min-height: 67px;
  width: 100%;
  justify-content: flex-start;
  padding: 19px 0;
  position: relative;
  font-size: 20px;
  color: #0086d6;
  background-color: #ffffff;
  border-color: #ffffff;
  border-radius: 0;
  border-bottom: 0.1px solid #E8F3FB;
  letter-spacing: 0.28px;
}
.tuition-fees .nursing-collapse .btn:hover, .tuition-fees .nursing-collapse .btn:focus {
  background-color: #ffffff;
  color: #0086d6;
}
.tuition-fees .nursing-collapse .btn:after {
  content: "";
  border: solid #0086d6;
  border-width: 0px 3px 3px 0;
  display: inline-block;
  padding: 4.7px;
  background-image: none;
  width: 0;
  height: 0;
  transform: rotate(46deg);
  position: absolute;
  right: 0;
  top: 25px;
}

.btn-lg {
  color: #ffffff;
  min-width: 160px;
  min-height: 41px;
  width: auto;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px ​15px;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-lg:focus, .btn-lg:active {
  outline: none;
  box-shadow: none;
}
.btn-lg + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn-group-lg > .btn {
  color: #ffffff;
  min-width: 160px;
  min-height: 41px;
  width: auto;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px ​15px;
  border-radius: 50px;
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.btn-group-lg > .btn + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem;
}

.btn {
  color: #ffffff;
  min-width: 160px;
  min-height: 41px;
  width: auto;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px ​15px;
  border-radius: 50px;
  display: inline-block;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  text-decoration: none;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 0.375rem 0.75rem;
  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;
}
.btn:focus {
  outline: none;
  box-shadow: none;
  outline: 2px solid #000;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(246, 98, 48, 0.25);
}
.btn:active {
  outline: none;
  box-shadow: none;
}
.btn:hover {
  color: #212529;
}
.btn:disabled {
  pointer-events: none;
  opacity: 0.65;
}
.btn .badge {
  position: relative;
  top: -1px;
}

.btn-arrow {
  position: relative;
  padding: 5px 45.2px 5px 24px;
}
.btn-arrow:after {
  content: "";
  background-image: url(/wp-content/themes/joyce/images/Icon-arrow-right.png);
  background-position: center right;
  background-repeat: no-repeat;
  background-size: cover;
  width: 13px;
  height: 9px;
  right: 23px;
  position: absolute;
}

.btn-large {
  min-width: 182px;
  min-height: 54px;
}

.button {
  color: #ffffff;
  min-width: 160px;
  min-height: 41px;
  width: auto;
  font-size: 16px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 5px ​15px;
  border-radius: 50px;
}
.button:focus, .button:active {
  outline: none;
  box-shadow: none;
}

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none;
}
.btn-check:disabled + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}
.btn-check:focus + .btn {
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(246, 98, 48, 0.25);
}
.btn-check:focus + .btn-primary {
  color: #ffffff;
  background-color: #f66230;
  border-color: #f77245;
  box-shadow: 0 0 0 0.25rem rgba(214, 88, 46, 0.5);
}
.btn-check:focus + .btn-secondary {
  color: #ffffff;
  box-shadow: 0 0 0 0.25rem rgba(67, 67, 67, 0.5);
}
.btn-check:focus + .btn-success {
  color: #ffffff;
  background-color: #4eb87d;
  border-color: #44b475;
  box-shadow: 0 0 0 0.25rem rgba(45, 151, 92, 0.5);
}
.btn-check:focus + .btn-info {
  color: #ffffff;
  background-color: #2698dc;
  border-color: #1a92da;
  box-shadow: 0 0 0 0.25rem rgba(5, 119, 187, 0.5);
}
.btn-check:focus + .btn-warning {
  color: #222222;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(222, 169, 11, 0.5);
}
.btn-check:focus + .btn-danger {
  color: #ffffff;
  background-color: #AF0055;
  border-color: #AF0055;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:focus + .btn-light {
  color: #222222;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(216, 217, 218, 0.5);
}
.btn-check:focus + .btn-dark {
  color: #ffffff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:focus + .btn-outline-primary {
  box-shadow: 0 0 0 0.25rem rgba(246, 98, 48, 0.5);
}
.btn-check:focus + .btn-outline-secondary {
  box-shadow: 0 0 0 0.25rem rgba(34, 34, 34, 0.5);
}
.btn-check:focus + .btn-outline-success {
  box-shadow: 0 0 0 0.25rem rgba(47, 172, 102, 0.5);
}
.btn-check:focus + .btn-outline-info {
  box-shadow: 0 0 0 0.25rem rgba(0, 134, 214, 0.5);
}
.btn-check:focus + .btn-outline-warning {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:focus + .btn-outline-danger {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:focus + .btn-outline-light {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:focus + .btn-outline-dark {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check:checked + .btn-primary, .btn-check:active + .btn-primary {
  background-color: #f66230;
  border-color: #f77245;
}
.btn-check:checked + .btn-primary:focus, .btn-check:active + .btn-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 88, 46, 0.5);
}
.btn-check:checked + .btn-secondary, .btn-check:active + .btn-secondary {
  color: #ffffff;
  background-color: #1b1b1b;
  border-color: #1a1a1a;
}
.btn-check:checked + .btn-secondary:focus, .btn-check:active + .btn-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(67, 67, 67, 0.5);
}
.btn-check:checked + .btn-success, .btn-check:active + .btn-success {
  color: #222222;
  background-color: #59bd85;
  border-color: #44b475;
}
.btn-check:checked + .btn-success:focus, .btn-check:active + .btn-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(45, 151, 92, 0.5);
}
.btn-check:checked + .btn-info, .btn-check:active + .btn-info {
  color: #222222;
  background-color: #339ede;
  border-color: #1a92da;
}
.btn-check:checked + .btn-info:focus, .btn-check:active + .btn-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(5, 119, 187, 0.5);
}
.btn-check:checked + .btn-warning, .btn-check:active + .btn-warning {
  color: #222222;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-check:checked + .btn-warning:focus, .btn-check:active + .btn-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 169, 11, 0.5);
}
.btn-check:checked + .btn-danger, .btn-check:active + .btn-danger {
  color: #ffffff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-check:checked + .btn-danger:focus, .btn-check:active + .btn-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-check:checked + .btn-light, .btn-check:active + .btn-light {
  color: #222222;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-check:checked + .btn-light:focus, .btn-check:active + .btn-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 217, 218, 0.5);
}
.btn-check:checked + .btn-dark, .btn-check:active + .btn-dark {
  color: #ffffff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-check:checked + .btn-dark:focus, .btn-check:active + .btn-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary {
  color: #222222;
  background-color: #f66230;
  border-color: #f66230;
}
.btn-check:checked + .btn-outline-primary:focus, .btn-check:active + .btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 98, 48, 0.5);
}
.btn-check:checked + .btn-outline-secondary, .btn-check:active + .btn-outline-secondary {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-check:checked + .btn-outline-secondary:focus, .btn-check:active + .btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 34, 34, 0.5);
}
.btn-check:checked + .btn-outline-success, .btn-check:active + .btn-outline-success {
  color: #222222;
  background-color: #2FAC66;
  border-color: #2FAC66;
}
.btn-check:checked + .btn-outline-success:focus, .btn-check:active + .btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(47, 172, 102, 0.5);
}
.btn-check:checked + .btn-outline-info, .btn-check:active + .btn-outline-info {
  color: #222222;
  background-color: #0086d6;
  border-color: #0086d6;
}
.btn-check:checked + .btn-outline-info:focus, .btn-check:active + .btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 134, 214, 0.5);
}
.btn-check:checked + .btn-outline-warning, .btn-check:active + .btn-outline-warning {
  color: #222222;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-check:checked + .btn-outline-warning:focus, .btn-check:active + .btn-outline-warning:focus {
  box-shadow: 0 0 0 0.25rem rgba(255, 193, 7, 0.5);
}
.btn-check:checked + .btn-outline-danger, .btn-check:active + .btn-outline-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-check:checked + .btn-outline-danger:focus, .btn-check:active + .btn-outline-danger:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
}
.btn-check:checked + .btn-outline-light, .btn-check:active + .btn-outline-light {
  color: #222222;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-check:checked + .btn-outline-light:focus, .btn-check:active + .btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-check:checked + .btn-outline-dark, .btn-check:active + .btn-outline-dark {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}
.btn-check:checked + .btn-outline-dark:focus, .btn-check:active + .btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-check[disabled] + .btn {
  pointer-events: none;
  filter: none;
  opacity: 0.65;
}

.btn.disabled {
  pointer-events: none;
  opacity: 0.65;
}

.btn.btn-primary {
  font-family: "SourceSansProBold";
  color: #ffffff;
  padding: 14px 45px 15px;
  border-radius: 50px;
  background-color: #f66230;
  border-color: #f66230;
}
.btn.btn-primary:not(:disabled):not(.disabled).active, .btn.btn-primary:not(:disabled):not(.disabled):active {
  color: #ffffff !important;
  background-color: #f66230 !important;
  border-color: #f66230 !important;
}
.btn.btn-primary:hover {
  color: #ffffff;
  background-color: #f66230;
  border-color: #f77245;
}
.btn.btn-primary:focus {
  color: #ffffff;
  background-color: #f66230;
  border-color: #f77245;
  box-shadow: 0 0 0 0.25rem rgba(214, 88, 46, 0.5);
}
.btn.btn-primary:active {
  color: #ffffff;
  background-color: #f88159;
  border-color: #f77245;
}
.btn.btn-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 88, 46, 0.5);
}
.btn.btn-primary:disabled {
  color: #ffffff;
  background-color: #f66230;
  border-color: #f66230;
}
.btn.btn-primary.hollow {
  background-color: #ffffff;
  color: #f66230;
}
.btn.btn-primary.hollow:hover {
  color: #f66230;
  background-color: #ffffff;
  outline: 1px solid #f66230;
}

.btn-secondary {
  font-family: "SourceSansProBold";
  border: 2px solid #0086d6;
  font-size: 18px;
  line-height: 38px;
  opacity: 1;
  color: #ffffff;
  border-radius: 50px;
  background-color: #0086d6;
  min-width: 182px;
  min-height: 54px;
  color: #ffffff;
}
.btn-secondary:active {
  background-color: #0086d6;
  border-color: #0086d6;
  outline: 2px solid #0086d6;
  color: #ffffff;
}
.btn-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(67, 67, 67, 0.5);
}
.btn-secondary:hover {
  background-color: #0086d6;
  border-color: #0086d6;
  outline: 2px solid #0086d6;
  color: #ffffff;
}
.btn-secondary:focus {
  color: #ffffff;
  background-color: #1d1d1d;
  border-color: #1b1b1b;
  box-shadow: 0 0 0 0.25rem rgba(67, 67, 67, 0.5);
}
.btn-secondary:disabled {
  color: #ffffff;
  background-color: #e8eff3;
  border-color: #e8eff3;
  cursor: not-allowed;
}

.btn-magenta {
  font-family: "SourceSansProBold";
  border: 2px solid #AF0055;
  font-size: 18px;
  line-height: 38px;
  opacity: 1;
  color: #ffffff;
  border-radius: 50px;
  background-color: #ffffff;
  min-width: 182px;
  min-height: 54px;
  color: #AF0055;
}
.btn-magenta:active {
  background-color: #ffffff;
  border-color: #AF0055;
  outline: 2px solid #AF0055;
  color: #AF0055;
}
.btn-magenta:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(67, 67, 67, 0.5);
}
.btn-magenta:hover {
  background-color: #ffffff;
  border-color: #AF0055;
  outline: 2px solid #AF0055;
  color: #AF0055;
}
.btn-magenta:focus {
  color: #ffffff;
  background-color: #AF0055;
  border-color: #AF0055;
  box-shadow: 0 0 0 0.25rem rgba(67, 67, 67, 0.5);
}
.btn-magenta:disabled {
  color: #ffffff;
  background-color: #e8eff3;
  border-color: #e8eff3;
  cursor: not-allowed;
}

.btn-success {
  color: #222222;
  background-color: #2FAC66;
  border-color: #2FAC66;
}
.btn-success:hover {
  color: #222222;
  background-color: #4eb87d;
  border-color: #44b475;
}
.btn-success:focus {
  color: #222222;
  background-color: #4eb87d;
  border-color: #44b475;
  box-shadow: 0 0 0 0.25rem rgba(45, 151, 92, 0.5);
}
.btn-success:active {
  color: #222222;
  background-color: #59bd85;
  border-color: #44b475;
}
.btn-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(45, 151, 92, 0.5);
}
.btn-success:disabled {
  color: #222222;
  background-color: #2FAC66;
  border-color: #2FAC66;
}
.btn-success.active {
  color: #222222;
  background-color: #59bd85;
  border-color: #44b475;
}
.btn-success.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(45, 151, 92, 0.5);
}
.btn-success.disabled {
  color: #222222;
  background-color: #2FAC66;
  border-color: #2FAC66;
}

.btn-info {
  color: #222222;
  background-color: #0086d6;
  border-color: #0086d6;
}
.btn-info:hover {
  color: #222222;
  background-color: #2698dc;
  border-color: #1a92da;
}
.btn-info:focus {
  color: #222222;
  background-color: #2698dc;
  border-color: #1a92da;
  box-shadow: 0 0 0 0.25rem rgba(5, 119, 187, 0.5);
}
.btn-info:active {
  color: #222222;
  background-color: #339ede;
  border-color: #1a92da;
}
.btn-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(5, 119, 187, 0.5);
}
.btn-info:disabled {
  color: #222222;
  background-color: #0086d6;
  border-color: #0086d6;
}
.btn-info.active {
  color: #222222;
  background-color: #339ede;
  border-color: #1a92da;
}
.btn-info.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(5, 119, 187, 0.5);
}
.btn-info.disabled {
  color: #222222;
  background-color: #0086d6;
  border-color: #0086d6;
}

.btn-warning {
  color: #222222;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning:hover {
  color: #222222;
  background-color: #ffca2c;
  border-color: #ffc720;
}
.btn-warning:focus {
  color: #222222;
  background-color: #ffca2c;
  border-color: #ffc720;
  box-shadow: 0 0 0 0.25rem rgba(222, 169, 11, 0.5);
}
.btn-warning:active {
  color: #222222;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-warning:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 169, 11, 0.5);
}
.btn-warning:disabled {
  color: #222222;
  background-color: #ffc107;
  border-color: #ffc107;
}
.btn-warning.active {
  color: #222222;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.btn-warning.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 169, 11, 0.5);
}
.btn-warning.disabled {
  color: #222222;
  background-color: #ffc107;
  border-color: #ffc107;
}

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger:hover {
  color: #ffffff;
  background-color: #bb2d3b;
  border-color: #b02a37;
}
.btn-danger:focus {
  color: #ffffff;
  background-color: #bb2d3b;
  border-color: #b02a37;
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:active {
  color: #ffffff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-danger:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger:disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}
.btn-danger.active {
  color: #ffffff;
  background-color: #b02a37;
  border-color: #a52834;
}
.btn-danger.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.btn-danger.disabled {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545;
}

.btn-light {
  color: #222222;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light:hover {
  color: #222222;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-light:focus {
  color: #222222;
  background-color: #f9fafb;
  border-color: #f9fafb;
  box-shadow: 0 0 0 0.25rem rgba(216, 217, 218, 0.5);
}
.btn-light:active {
  color: #222222;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 217, 218, 0.5);
}
.btn-light:disabled {
  color: #222222;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-light.active {
  color: #222222;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.btn-light.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 217, 218, 0.5);
}
.btn-light.disabled {
  color: #222222;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}

.btn-dark {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark:hover {
  color: #ffffff;
  background-color: #1c1f23;
  border-color: #1a1e21;
}
.btn-dark:focus {
  color: #ffffff;
  background-color: #1c1f23;
  border-color: #1a1e21;
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:active {
  color: #ffffff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark:disabled {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}
.btn-dark.active {
  color: #ffffff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.btn-dark.active:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}
.btn-dark.disabled {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}

.btn-outline-primary {
  color: #f66230;
  border-color: #f66230;
}
.btn-outline-primary:hover {
  background-color: #f66230;
  border-color: #f66230;
}
.btn-outline-primary:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 98, 48, 0.5);
}
.btn-outline-primary:active {
  background-color: #f66230;
  border-color: #f66230;
}
.btn-outline-primary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 98, 48, 0.5);
}
.btn-outline-primary:disabled {
  color: #f66230;
  background-color: transparent;
}
.btn-outline-primary.active, .btn-outline-primary.dropdown-toggle.show {
  background-color: #f66230;
  border-color: #f66230;
}
.btn-outline-primary.active:focus, .btn-outline-primary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(246, 98, 48, 0.5);
}
.btn-outline-primary.disabled {
  color: #f66230;
  background-color: transparent;
}

.btn-outline-secondary {
  color: #222222;
  border-color: #222222;
}
.btn-outline-secondary:hover {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-outline-secondary:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 34, 34, 0.5);
}
.btn-outline-secondary:active {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-outline-secondary:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 34, 34, 0.5);
}
.btn-outline-secondary:disabled {
  color: #222222;
  background-color: transparent;
}
.btn-outline-secondary.active, .btn-outline-secondary.dropdown-toggle.show {
  color: #ffffff;
  background-color: #222222;
  border-color: #222222;
}
.btn-outline-secondary.active:focus, .btn-outline-secondary.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(34, 34, 34, 0.5);
}
.btn-outline-secondary.disabled {
  color: #222222;
  background-color: transparent;
}

.btn-outline-success {
  color: #2FAC66;
  border-color: #2FAC66;
}
.btn-outline-success:hover {
  color: #222222;
  background-color: #2FAC66;
  border-color: #2FAC66;
}
.btn-outline-success:focus {
  box-shadow: 0 0 0 0.25rem rgba(47, 172, 102, 0.5);
}
.btn-outline-success:active {
  color: #222222;
  background-color: #2FAC66;
  border-color: #2FAC66;
}
.btn-outline-success:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(47, 172, 102, 0.5);
}
.btn-outline-success:disabled {
  color: #2FAC66;
  background-color: transparent;
}
.btn-outline-success.active, .btn-outline-success.dropdown-toggle.show {
  color: #222222;
  background-color: #2FAC66;
  border-color: #2FAC66;
}
.btn-outline-success.active:focus, .btn-outline-success.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(47, 172, 102, 0.5);
}
.btn-outline-success.disabled {
  color: #2FAC66;
  background-color: transparent;
}

.btn-outline-info {
  color: #0086d6;
  border-color: #0086d6;
}
.btn-outline-info:hover {
  color: #222222;
  background-color: #0086d6;
  border-color: #0086d6;
}
.btn-outline-info:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 134, 214, 0.5);
}
.btn-outline-info:active {
  color: #222222;
  background-color: #0086d6;
  border-color: #0086d6;
}
.btn-outline-info:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 134, 214, 0.5);
}
.btn-outline-info:disabled {
  color: #0086d6;
  background-color: transparent;
}
.btn-outline-info.active, .btn-outline-info.dropdown-toggle.show {
  color: #222222;
  background-color: #0086d6;
  border-color: #0086d6;
}
.btn-outline-info.active:focus, .btn-outline-info.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(0, 134, 214, 0.5);
}
.btn-outline-info.disabled {
  color: #0086d6;
  background-color: transparent;
}

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

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

.btn-outline-light {
  color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:hover {
  color: #222222;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:active {
  color: #222222;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light:disabled {
  color: #f8f9fa;
  background-color: transparent;
}
.btn-outline-light.active, .btn-outline-light.dropdown-toggle.show {
  color: #222222;
  background-color: #f8f9fa;
  border-color: #f8f9fa;
}
.btn-outline-light.active:focus, .btn-outline-light.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
}
.btn-outline-light.disabled {
  color: #f8f9fa;
  background-color: transparent;
}

.btn-outline-dark {
  color: #212529;
  border-color: #212529;
}
.btn-outline-dark:hover {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-dark:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:active {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-dark:active:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark:disabled {
  color: #212529;
  background-color: transparent;
}
.btn-outline-dark.active, .btn-outline-dark.dropdown-toggle.show {
  color: #ffffff;
  background-color: #212529;
  border-color: #212529;
}
.btn-outline-dark.active:focus, .btn-outline-dark.dropdown-toggle.show:focus {
  box-shadow: 0 0 0 0.25rem rgba(33, 37, 41, 0.5);
}
.btn-outline-dark.disabled {
  color: #212529;
  background-color: transparent;
}

.btn-link {
  font-weight: 400;
  color: #f66230;
  text-decoration: underline;
}
.btn-link:hover {
  color: #c54e26;
}
.btn-link:disabled, .btn-link.disabled {
  color: #6c757d;
}

.btn-sm,
.btn-group-sm > .btn {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0.2rem;
}
.btn-sm + .dropdown-toggle-split,
.btn-group-sm > .btn + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem;
}

.btn-group {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
}
.btn-group > .btn {
  position: relative;
  flex: 1 1 auto;
}
.btn-group > .btn:hover, .btn-group > .btn:focus, .btn-group > .btn:active {
  z-index: 1;
}
.btn-group > .btn:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn:not(:last-child):not(.dropdown-toggle) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group > .btn:nth-child(n+3) {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-check:checked + .btn, .btn-group > .btn-check:focus + .btn {
  z-index: 1;
}
.btn-group > .btn.active {
  z-index: 1;
}
.btn-group > .btn-group:not(:first-child) {
  margin-left: -1px;
}
.btn-group > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group > .btn-group:not(:last-child) > .btn {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.btn-group:not(.btn-check) + .btn {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-group-vertical {
  position: relative;
  display: inline-flex;
  vertical-align: middle;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}
.btn-group-vertical > .btn {
  position: relative;
  flex: 1 1 auto;
  width: 100%;
}
.btn-group-vertical > .btn:hover, .btn-group-vertical > .btn:focus, .btn-group-vertical > .btn:active {
  z-index: 1;
}
.btn-group-vertical > .btn:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle) {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}
.btn-group-vertical > .btn ~ .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-vertical > .btn-check:checked + .btn, .btn-group-vertical > .btn-check:focus + .btn {
  z-index: 1;
}
.btn-group-vertical > .btn.active {
  z-index: 1;
}
.btn-group-vertical > .btn-group {
  width: 100%;
}
.btn-group-vertical > .btn-group:not(:first-child) {
  margin-top: -1px;
}
.btn-group-vertical > .btn-group:not(:first-child) > .btn {
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.btn-group-vertical > .btn-group:not(:last-child) > .btn {
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.btn-toolbar {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-start;
}
.btn-toolbar .input-group {
  width: auto;
}

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

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

button.cky-banner-btn-close img {
  height: 15px;
  width: 15px;
  margin: 1.4em 0.5em;
}

/* 4. Temporary holding file for confirmed still-needed legacy styles.
   Delete this import once everything has been moved into proper modules.
*/
.info-blue {
  color: #0086d6 !important;
}

.bg-blue {
  background-color: #0086d6 !important;
}

.bg-lightblue {
  background-color: #e8eff3 !important;
}

.font-awesome {
  font-family: "fontawesome";
}

.SourceSansProRegular {
  font-family: "SourceSansProRegular";
}

.sort-dropdown {
  margin-bottom: 50px;
}
.sort-dropdown .select-wrapper {
  cursor: pointer;
}
.sort-dropdown .select-wrapper select {
  font-family: "SourceSansProRegular";
  padding: 0 35px 0 0 !important;
  border: none !important;
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #0085d6;
  text-align: left;
  background-image: url(/wp-content/themes/joyce/images/dropdown-blue.svg);
  background-repeat: no-repeat;
  background-position: right 50%;
  cursor: pointer;
}

.sources-code {
  margin-top: 22px;
}
.sources-code ul {
  padding-left: 0;
}
.sources-code ul li {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.33px;
  color: #949494;
  padding-left: 0;
}
.sources-code ul li a {
  text-decoration: none;
  color: #0086d6;
  border-bottom: 1px solid #0086d6;
}
.sources-code ul li:after {
  display: none;
}
.sources-code ol {
  counter-reset: section;
  list-style: none;
  padding-left: 12px;
  margin-left: 0;
}
.sources-code ol li {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.33px;
  color: #949494;
  position: relative;
  display: inline;
}
.sources-code ol li a {
  text-decoration: none;
  color: #0086d6;
  border-bottom: 1px solid #0086d6;
}
.sources-code ol li:before {
  counter-increment: section;
  content: counter(section) ".";
  font-size: 12px;
  color: #949494;
  position: absolute;
  left: -12px;
  top: -3px;
}
.sources-code ol li:after {
  content: "";
  display: block;
}
.sources-code ol li p {
  position: relative;
  display: inline-block;
}
.sources-code p {
  font-size: 12px;
  margin-bottom: 0;
}

h6,
.h6 {
  font-family: "SourceSansProRegular";
  font-weight: 600 !important;
  letter-spacing: 1px !important;
  color: #00426a !important;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #00426a;
}

.SourceSansProBold {
  font-family: "SourceSansProBold";
}

.page-not-found {
  position: relative;
  overflow: hidden;
  padding: 80px 0;
}
.page-not-found p {
  color: #00426a;
}
.page-not-found p a {
  color: #0086d6;
  text-decoration: none;
  border-bottom: 2px solid #0086d6;
  padding-bottom: 3px;
}
.page-not-found h1,
.page-not-found .h1 {
  font-family: "SourceSansProBold";
  font-size: 72px;
  color: #00426a;
  margin-bottom: 35px;
}
.page-not-found:before {
  content: "";
  background-image: url(/wp-content/themes/joyce/images/quartercirclebottom-left.svg);
  background-repeat: no-repeat;
  width: 415px;
  height: 365px;
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
  transform: rotateY(180deg);
}
.page-not-found:after {
  content: "";
  background-image: url(/wp-content/themes/joyce/images/backgroundcross.svg);
  background-repeat: no-repeat;
  width: 415px;
  height: 455px;
  position: absolute;
  top: 30px;
  left: 0;
  z-index: -1;
  transform: rotate(180deg);
}
.page-not-found h2,
.page-not-found .h2 {
  text-align: left;
}
.page-not-found .content-links {
  max-width: 800px;
  width: 100%;
  margin: 181px auto 0;
}
.page-not-found .content-links > [class*=col-]:first-child .content {
  position: relative;
}
.page-not-found .content-links > [class*=col-]:first-child .content:after {
  content: "";
  background-color: #f4f4f4;
  width: 2px;
  height: 100%;
  right: 0;
  position: absolute;
  top: 0;
}
.page-not-found .content-links > [class*=col-]:nth-child(2) .content {
  padding-left: 50px;
}
.page-not-found ul {
  text-align: left;
}
.page-not-found ul li {
  padding-left: 0;
}
.page-not-found ul li:after {
  display: none;
}
.page-not-found ul li a {
  color: #00426a;
  text-decoration: none;
}

.related-articles {
  padding-top: 75px;
  padding-bottom: 81px;
  overflow: hidden;
  margin-top: 63px;
}
.related-articles .tags {
  margin-bottom: 82px;
}
.related-articles .tags ul li {
  padding: 0 42px;
}
.related-articles .tags ul li a {
  font-size: 18px;
  line-height: 2.61;
  letter-spacing: 0.43px;
  color: #003d62;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 3px ​solid #003d62;
  position: relative;
}
.related-articles .tags ul li a::after {
  content: "";
  background-color: #00385a;
  width: 100%;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: -4px;
}
.related-articles .tags ul li:first-child {
  padding-left: 0;
}
.related-articles .tags ul li:after {
  display: none !important;
}
.related-articles .tags h3,
.related-articles .tags .h3 {
  font-size: 30px;
  letter-spacing: -0.59px;
  color: #00426a;
  margin-bottom: 23px;
}
.related-articles .title h2,
.related-articles .title .h2 {
  color: #0086d6 !important;
  margin-bottom: 5px;
}
.related-articles .slider-arrow-style {
  margin-bottom: 30px;
  margin-left: auto;
  min-height: 50px;
}
.related-articles .slider-arrow-style .product-prev:before, .related-articles .slider-arrow-style .product-prev:after {
  top: 0;
}
.related-articles .slider-arrow-style .product-next:before, .related-articles .slider-arrow-style .product-next:after {
  top: 0;
}
.related-articles .related-articles-slider {
  padding-left: 88px;
}
.related-articles .related-articles-slider .card-body {
  background-color: #ffffff;
  font-family: "SourceSansProLight";
  letter-spacing: 1.29px;
}
.related-articles .related-articles-slider .slick-slide {
  padding: 0 21px;
}
.related-articles .related-articles-slider .slick-list {
  padding-right: 502px;
}
.related-articles .related-articles-slider .card img {
  max-width: 1283px;
  width: 100%;
}

.jumplink-section h6,
.jumplink-section .h6 {
  font-family: "SourceSansProBold";
  letter-spacing: 0.15px;
  text-align: left;
  color: #00426a;
  margin-bottom: 43px;
}
.jumplink-section ul li {
  margin-bottom: 24px;
}
.jumplink-section ul li a {
  font-size: 18px;
  letter-spacing: 0.09px;
  color: #0086d6;
  text-decoration: none;
  border-bottom: 2px solid #0086d6;
}
.jumplink-section ul li:after {
  display: none !important;
}

.degree-section {
  padding-bottom: 127px;
}
.degree-section .card {
  border-radius: 13px;
  box-shadow: 0 3px 6px 0 rgba(109, 114, 120, 0.16);
  background-color: #e8eff3;
  border: 0;
}
.degree-section .card .card-body {
  padding: 30px 46px;
}
.degree-section .card .card-body .time-fees {
  margin-bottom: 7px;
}
.degree-section .card .card-body .time-fees h6,
.degree-section .card .card-body .time-fees .h6 {
  font-family: "SourceSansProBold";
  line-height: 1.67;
  letter-spacing: 0.25px;
  color: #00426a;
  margin-bottom: 0;
}
.degree-section .card .card-body h4,
.degree-section .card .card-body .h4 {
  margin-bottom: 24px;
}
.degree-section .card .card-body .row {
  margin-top: 31px;
}
.degree-section .card .card-body .card-link {
  margin-top: 36px;
  min-width: 150px;
  margin-left: auto;
}
.degree-section .top-border {
  margin-bottom: 43px;
}
.degree-section .top-border h4,
.degree-section .top-border .h4 {
  font-family: "SourceSansProBold";
  line-height: 1.11;
  letter-spacing: 0.39px;
  color: #00426a;
  margin-top: 25px;
}
.degree-section .top-border:before {
  width: 24px;
  height: 6px;
}
.degree-section .container {
  margin-bottom: 67px;
}

.faq-learn-more h3,
.faq-learn-more .h3 {
  font-family: "SourceSansProBold";
  line-height: 1.53;
  letter-spacing: 0.24px;
  color: #1586d6;
}
.faq-learn-more .faq-section {
  padding-top: 10px;
  max-width: 630px;
  width: 100%;
  margin-left: auto;
  padding-bottom: 92px;
}
.faq-learn-more .faq-section .container {
  padding: 0;
}
.faq-learn-more .border-bottom-1:last-child {
  margin-bottom: 0;
  border-bottom: 0;
}

.title-content-catalog {
  margin-bottom: 71px !important;
}
.title-content-catalog p {
  max-width: 678px;
}
.title-content-catalog p a {
  font-size: 18px !important;
  color: #f66230 !important;
  text-decoration: none !important;
  border-bottom: 2px solid #f66230 !important;
  padding-bottom: 2px !important;
  margin-top: 0 !important;
  line-height: 1.4;
}
.title-content-catalog h2,
.title-content-catalog .h2 {
  margin-bottom: 15px;
}

.how-to-enroll .enroll-content {
  padding-left: 90px;
}
.how-to-enroll .enroll-content ul {
  margin-top: 45px !important;
  padding-left: 80px;
  counter-reset: section;
}
.how-to-enroll .enroll-content ul li {
  font-weight: 300;
  line-height: 2.78;
  letter-spacing: 0.25px;
  color: #00426a;
  padding-left: 15px;
  position: relative;
}
.how-to-enroll .enroll-content ul li a {
  color: #f66230;
  text-decoration: none;
  border-bottom: solid 2px #f66230;
}
.how-to-enroll .enroll-content ul li:before {
  content: counter(section) ".";
  counter-increment: section;
  color: #00426a;
  left: 0;
  top: 0;
  position: absolute;
  font-size: 18px;
  font-weight: 700;
}
.how-to-enroll .enroll-content ul li:after {
  display: none;
}
.how-to-enroll .enroll-content h3,
.how-to-enroll .enroll-content .h3 {
  font-family: "SourceSansProLight";
  font-size: 36px;
  line-height: 1;
  letter-spacing: 0.75px;
  color: #00426a;
}
.how-to-enroll .step-box h4,
.how-to-enroll .step-box .h4 {
  font-family: "SourceSansProLight";
}

.scholarships-tabs .nav.nav-tabs {
  border: none;
  justify-content: center;
  margin-bottom: 50px;
}
.scholarships-tabs .nav.nav-tabs .nav-item {
  padding: 0 43px;
}
.scholarships-tabs .nav.nav-tabs .nav-item .nav-link {
  font-family: "SourceSansProBold";
  font-size: 18px;
  line-height: 2.61;
  letter-spacing: 0.43px;
  color: #00426a;
  text-transform: uppercase;
  border: none;
}
.scholarships-tabs .nav.nav-tabs .nav-item .nav-link.active {
  border-bottom: solid 3px #00426a;
}
.scholarships-tabs .nav.nav-tabs .nav-item:after {
  display: none !important;
}

.press-release-content-inner2 {
  padding: 50px 0;
  border-bottom: 1px solid #979797;
  width: 100%;
  max-width: 77%;
  margin: auto;
}
.press-release-content-inner2 ul {
  padding-left: 0;
  margin: 0;
  list-style: none;
}
.press-release-content-inner2 ul h6,
.press-release-content-inner2 ul .h6 {
  font-family: "SourceSansProBold";
  font-size: 18px;
  letter-spacing: 1.5px;
  color: #0085d6;
  margin: 0 0 20px 0 !important;
  padding-left: 0;
}
.press-release-content-inner2 ul li {
  margin: 0 0 80px 0;
  line-height: 1.4;
}
.press-release-content-inner2 ul li:last-child {
  margin: 0;
}
.press-release-content-inner2 ul li:last-child p {
  margin-bottom: 0;
}
.press-release-content-inner2 h3,
.press-release-content-inner2 .h3 {
  font-weight: 300;
  line-height: 1.53;
  letter-spacing: 0.75px;
  color: #00426a;
  font-family: "SourceSansProLight";
}

.press-title h1,
.press-title .h1 {
  font-family: "SourceSansProBold";
  font-size: 80px;
  line-height: 0.85;
  letter-spacing: 0.83px;
  color: #00426a;
}

.bl-block {
  margin: 0 0 28px 0;
  height: calc(100% - 28px);
}
.bl-block .card-body {
  box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.11);
  background-color: #e8eff3;
  padding: 17px 21px 28px;
}
.bl-block .card-body h6,
.bl-block .card-body .h6 {
  font-family: "SourceSansProBold";
  font-size: 18px;
  letter-spacing: 1.29px;
  color: #0085d6;
  text-transform: uppercase;
  margin: 0 0 15px 0;
}
.bl-block .card-body h5.card-title, .bl-block .card-body .card-title.h5 {
  font-family: "SourceSansProBold";
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: 0.28px;
  color: #00426a !important;
}
.bl-block .card-body h5.card-title a, .bl-block .card-body .card-title.h5 a {
  color: #00426a !important;
  text-decoration: none;
}
.bl-block .card-body .card-title.h5 {
  font-family: "SourceSansProBold";
  font-size: 28px;
  line-height: 1.14;
  letter-spacing: 0.28px;
  color: #00426a !important;
}
.bl-block .card-body .card-title.h5 a {
  color: #00426a !important;
  text-decoration: none;
  color: #00426a !important;
  text-decoration: none;
}
.bl-block .card-body p {
  line-height: 1.75;
  letter-spacing: 0.86px;
  color: #00426a;
}

.tablink-wrapper {
  margin: 35px 0 90px;
  margin: 35px 0 90px;
}
.tablink-wrapper .btn-outline-secondary {
  font-family: "SourceSansProBold";
  font-size: 14px !important;
  letter-spacing: 0.7px;
  color: #0085d6 !important;
  padding: 10px 45px 11px;
  border-radius: 26.5px !important;
  border: solid 2px #0085d6;
  font-size: 14px !important;
  letter-spacing: 0.7px;
  color: #0085d6 !important;
  padding: 10px 45px 11px;
  border-radius: 26.5px !important;
  border: solid 2px #0085d6;
}
.tablink-wrapper .btn-outline-secondary:hover {
  color: #ffffff !important;
  background-color: #0085d6 !important;
  color: #ffffff !important;
  background-color: #0085d6 !important;
  border-color: #0085d6;
}

.recent-post-list h6,
.recent-post-list .h6 {
  font-family: "SourceSansProBold";
  font-size: 18px;
  line-height: 1.56;
  color: #00426a;
  margin: 0 0 15px 0;
  font-size: 18px;
  line-height: 1.56;
  color: #00426a;
  margin: 0 0 15px 0;
}
.recent-post-list h6 a,
.recent-post-list .h6 a {
  color: #00426a;
  text-decoration: none;
}
.recent-post-list .card-body {
  padding: 25px 0;
  border-bottom: 1px solid #979797;
  padding: 25px 0;
  border-bottom: 1px solid #979797;
}

.recent-post {
  position: relative;
  width: 100%;
  padding: 30px 0;
  position: relative;
  width: 100%;
  padding: 30px 0;
}
.recent-post > h6,
.recent-post > .h6 {
  font-family: "SourceSansProBold";
  line-height: 1.56;
  letter-spacing: 1.29px;
  color: #0085d6;
  text-transform: uppercase;
  line-height: 1.56;
  letter-spacing: 1.29px;
  color: #0085d6;
  text-transform: uppercase;
}

.blog-wrapper {
  padding: 60px 0 100px;
}
.blog-wrapper h1,
.blog-wrapper .h1 {
  font-family: "SourceSansProBold";
  line-height: 1.19;
  letter-spacing: 0.42px;
  color: #00426a;
  font-size: 2.625rem;
  margin: 0 0 40px 0;
}
.blog-wrapper [class*=col-] {
  padding: 0 13px;
}
.blog-wrapper .card img {
  width: 100%;
}
.blog-wrapper .row {
  margin-right: -13px;
  margin-left: -13px;
}
.blog-wrapper .row [class*=col-]:first-child .card-body {
  padding: 25px 31px;
}
.blog-wrapper h2,
.blog-wrapper .h2 {
  margin: 0 0 40px 0;
}

ul.location-list {
  margin: 0;
  padding-left: 0;
}
ul.location-list li {
  list-style: none;
  margin: 0 0 50px 0;
  padding-left: 0;
}
ul.location-list li h2,
ul.location-list li .h2 {
  font-family: "SourceSansProBold";
  margin: 0;
  letter-spacing: 0.88px;
  color: #fff !important;
}
ul.location-list li:after {
  display: none;
}
ul.location-list li:last-child {
  margin: 0;
}
ul.location-list li h4,
ul.location-list li .h4 {
  margin: 0;
  letter-spacing: 0.78px;
  color: #fff;
}

.semister-block {
  padding: 65px 60px 75px;
}
.semister-block table tfoot tr td {
  font-family: "SourceSansProBold";
  font-size: 16px;
  color: #00426a;
}
.semister-block table thead tr th {
  font-family: "SourceSansProBold";
  font-size: 16px;
  text-transform: uppercase;
  color: #00426a;
}
.semister-block table tr th {
  padding: 12.5px 15px 12.5px 0;
}
.semister-block table tr td {
  padding: 12.5px 15px 12.5px 0;
  color: #00426a;
}
.semister-block h5,
.semister-block .h5 {
  font-family: "SourceSansProBold";
  font-size: 28px;
  margin-bottom: 40px;
}

.admission-tuition-section {
  margin-top: 105px;
  margin-bottom: 281px;
  position: relative;
}
.admission-tuition-section .admission-tuition-content a {
  font-family: "SourceSansProBold";
  font-size: 12px;
  letter-spacing: 0.1px;
  color: #0086d6;
  text-decoration: none;
  border-bottom: 2px solid #0086d6;
  margin-bottom: 5px;
  margin-top: 42px;
  display: inline-flex;
  padding-bottom: 6px;
}
.admission-tuition-section .admission-tuition-content ul {
  list-style: none;
  margin-top: 25px;
  margin-bottom: 26px;
  padding-left: 0;
}
.admission-tuition-section .admission-tuition-content ul li {
  padding-left: 0;
  font-size: 18px;
  position: relative;
  padding-left: 21px;
  letter-spacing: 0.38px;
  color: #00426a;
}
.admission-tuition-section .admission-tuition-content ul li:after {
  display: none;
  content: "";
  width: 11px;
  height: 11px;
  border: solid 1px #00426a;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 10px;
  display: block;
}
.admission-tuition-section .admission-tuition-content ul li a {
  margin-top: 0;
  font-size: 18px;
  border-bottom: 0;
  margin-bottom: 0;
}
.admission-tuition-section .admission-tuition-content ol li {
  padding-left: 0;
  font-size: 18px;
}
.admission-tuition-section .admission-tuition-content ol li:after {
  display: none;
}
.admission-tuition-section .admission-tuition-content ol li a {
  margin-top: 0;
  font-size: 18px;
  border-bottom: 0;
  margin-bottom: 0;
}
.admission-tuition-section .link {
  font-family: "SourceSansProBold";
  font-size: 12px;
  letter-spacing: 0.1px;
  color: #0086d6;
  text-decoration: none;
  border-bottom: 2px solid #0086d6;
  margin-bottom: 5px;
  margin-top: 42px;
  display: inline-block;
  padding-bottom: 6px;
}
.admission-tuition-section p {
  line-height: 2;
  letter-spacing: 0.38px;
  color: #00426a;
  max-width: 513px;
}
.admission-tuition-section h2,
.admission-tuition-section .h2 {
  margin-bottom: 40px;
}
.admission-tuition-section .btn {
  max-width: 304px;
  width: 100%;
}
.admission-tuition-section .view-btn {
  margin-top: 57.5px;
  position: absolute;
  bottom: -105px;
  max-width: 304px;
  width: 100%;
}

.section-title {
  padding-top: 118px;
  padding-bottom: 100px;
  margin-bottom: 76px;
}
.section-title h4,
.section-title .h4 {
  font-family: "SourceSansProLight";
  font-weight: 300;
  line-height: 1.96;
  letter-spacing: 0.39px;
  text-align: center;
  color: #00426a;
  position: relative;
}
.section-title h4 strong,
.section-title .h4 strong {
  font-family: "SourceSansProBold";
}
.section-title h4:after,
.section-title .h4:after {
  content: "";
  left: 0;
  right: 0;
  position: absolute;
  margin: 0 auto;
  width: 76.6px;
  height: 9px;
  bottom: -98px;
  background-color: #f66230;
}
.section-title ul {
  list-style: none;
  margin-top: 25px;
  margin-bottom: 26px;
  padding-left: 0;
}
.section-title ul li {
  position: relative;
  letter-spacing: 0.38px;
  color: #00426a;
}
.section-title ul li:after {
  content: "";
  width: 11px;
  height: 11px;
  border: solid 1px #00426a;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
}
.section-title .container {
  max-width: 1108px !important;
}
.section-title .h4more:after {
  bottom: -170px !important;
}

.pagescroll-links ul {
  background-color: #e8eff3;
  justify-content: center;
}
.pagescroll-links ul li {
  padding: 0 20px;
}
.pagescroll-links ul li a {
  font-family: "SourceSansProBold";
  display: block;
  padding: 2.3px 40px;
  line-height: 2.61;
  letter-spacing: 0.43px;
  text-align: center;
  color: #00426a;
  text-transform: uppercase;
  text-decoration: none;
  border-bottom: 0;
}
.pagescroll-links ul li:after,
.pagescroll-links ul li span {
  display: none;
}
.pagescroll-links ul li a.secondnavLink:hover {
  background: #fff;
  border-radius: 30px;
}
.pagescroll-links ul li a.secondnavLink:active {
  box-shadow: 1px 1px 1px #ccc inset;
  border: none !important;
  border-radius: 30px;
  background-color: #FFFFFF !important;
}
.pagescroll-links ul li a.secondnavLink:focus {
  background: #fff;
  border: solid 3px #00426a;
  border-radius: 30px;
}
.pagescroll-links ul li.get-started {
  padding-left: 0;
  max-width: 254px;
  width: 100%;
}
.pagescroll-links ul li.get-started a {
  font-family: "SourceSansProBold";
  background-color: #f66230;
  font-size: 27px;
  letter-spacing: 0.18px;
  text-align: center;
  text-transform: capitalize;
  color: #ffffff !important;
}
.pagescroll-links ul li.get-started a:hover {
  background: #db5629;
}
.pagescroll-links ul li.get-started a:active {
  box-shadow: 2px 2px 3px #666 inset;
}

.inner-banner {
  min-height: 444px;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  display: flex;
  align-items: flex-end;
}
.inner-banner h1,
.inner-banner .h1 {
  font-family: "SourceSansProBold";
  font-weight: 700;
  font-size: 80px;
  color: #ffffff;
}
.inner-banner h2,
.inner-banner .h2 {
  color: #ffffff !important;
}
.inner-banner .inner-content {
  padding-left: 116px;
  margin-bottom: 71px;
}

h1,
.h1 {
  font-family: "SourceSansProBold";
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(1.375rem + 1.2857142857vw);
  letter-spacing: 0;
  font-weight: 400;
  color: #00426a;
  font-weight: 700;
  font-size: 80px;
}

.learn-more-section {
  padding-top: 99px;
  padding-bottom: 101px;
}
.learn-more-section h2,
.learn-more-section .h2 {
  font-family: "SourceSansProBold";
  font-size: 50px;
  margin-bottom: 74px;
}
.learn-more-section p {
  font-family: "SourceSansProLight";
  line-height: 2;
  color: #00426a;
  max-width: 373px;
  width: 100%;
  margin: 0 auto 35px;
}
.learn-more-section .btn {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  font-size: 18px !important;
}
.learn-more-section .row .col-md:nth-child(2n) {
  position: relative;
}
.learn-more-section .row .col-md:nth-child(2n):before {
  content: "";
  left: 0;
  background-color: #949494;
  width: 0.4px;
  height: 148px;
  top: 30px;
  position: absolute;
}

.learn-more-link {
  font-family: "SourceSansProBold";
  letter-spacing: 0.15px;
  color: #f66230;
  text-decoration: none;
  border-bottom: solid 2px #f66230;
}

.counting-wrap .counter-number,
.counting-wrap span {
  font-family: "SourceSansProBold";
  font-size: 100px;
  color: #0086d6;
  line-height: 1.2;
}

.request-compaire {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 100%;
}
.request-compaire .cta {
  font-family: "SourceSansProBold";
  max-width: 336px;
  width: 100%;
  min-height: 137px;
  padding: 15px 10px;
  color: #ffffff;
  text-decoration: none;
  font-size: 27px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.request-compaire .cta.request-info {
  background-color: #00426a;
  background-color: #f66230;
}
.request-compaire .cta.compare-info {
  background-color: #0485d6;
}

.search-results h1,
.search-results .h1 {
  font-family: "SourceSansProBold";
  font-size: 80px;
  line-height: 0.85;
  letter-spacing: 0.83px;
  color: #00426a;
}

.inner-banner-title {
  font-family: "SourceSansProBold";
  font-size: 80px;
  line-height: 0.78;
  letter-spacing: 0.53px;
}

.client-testimonials {
  margin-top: 121px;
  padding-bottom: 130px;
}
.client-testimonials .content {
  max-width: 605px;
  width: 100%;
  margin-left: 118px;
  position: relative;
  margin: 106px auto 0;
}
.client-testimonials .content h6,
.client-testimonials .content .h6 {
  font-family: "SourceSansProBold";
  font-size: 18px;
  letter-spacing: 1px;
  color: #00426a;
}
.client-testimonials .content h4,
.client-testimonials .content .h4 {
  font-family: "SourceSansProLight";
  line-height: 1.61;
  letter-spacing: 0.39px;
  color: #00426a;
  margin-bottom: 58px;
}
.client-testimonials .content:before {
  content: "";
  background-image: url(/wp-content/themes/joyce/images/quote.png);
  background-repeat: no-repeat;
  position: absolute;
  background-size: contain;
  max-width: 80px;
  width: 100%;
  height: 68px;
  left: -110px;
  top: -30px;
}
.client-testimonials .container {
  margin-left: 254px;
}

.general-requirements {
  margin-top: 134px;
  margin-bottom: 177px;
}
.general-requirements .gray-bg {
  padding: 66.5px 141.4px 71px 140.9px;
  border-radius: 8px;
  background-color: #e8eff3;
  max-width: 767px;
  width: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.general-requirements .gray-bg ul li {
  position: relative;
  letter-spacing: 0.38px;
  color: #00426a;
}
.general-requirements .gray-bg ul li a {
  font-family: "SourceSansProBold";
  color: #00426a;
  text-decoration: none;
  border-bottom: 2px solid #00426a;
}
.general-requirements .gray-bg ul li:after {
  content: "";
  width: 11px;
  height: 11px;
  border: solid 1px #00426a;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
}
.general-requirements .container {
  position: relative;
  z-index: 999;
}

.tuition-fees {
  margin-top: 231px;
}
.tuition-fees .nursing-collapse {
  margin-bottom: 0;
}
.tuition-fees .nursing-collapse ul {
  max-width: 424px;
  width: 100%;
  margin: 46px auto 76px !important;
}
.tuition-fees .nursing-collapse ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  font-size: 20px;
  color: #00426a;
  line-height: 3.5;
  letter-spacing: normal;
  border-bottom: 1px solid #05426a;
}
.tuition-fees .nursing-collapse ul li:last-child {
  border-bottom: 0;
}
.tuition-fees .nursing-collapse ul li span {
  min-width: 70px;
  text-align: left;
}
.tuition-fees .nursing-collapse p {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.72;
  letter-spacing: 0.25px;
  text-align: center;
  color: #00426a;
}
.tuition-fees .nursing-collapse p a {
  color: #1586d6;
  text-decoration: none;
}
.tuition-fees .nursing-collapse .fee-custom.show-fees-title {
  display: block !important;
}
.tuition-fees h4,
.tuition-fees .h4 {
  font-family: "SourceSansProBold";
  line-height: 1.11;
  letter-spacing: 0.39px;
  color: #00426a;
  margin-bottom: 0;
  text-align: right;
}
.tuition-fees .container {
  max-width: 857px !important;
}
.tuition-fees ul li:after {
  display: none !important;
}

.tools-resources {
  margin-top: 129px;
}
.tools-resources .card {
  padding: 19.5px 10px;
  border-radius: 13px;
  box-shadow: 1px 1px 2px 0 rgba(109, 114, 120, 0.16);
  background-color: #f2f7fa;
  border: none;
  margin-bottom: 19.5px;
}
.tools-resources .card .card-body {
  font-family: "SourceSansProBold";
  line-height: 1.72;
  letter-spacing: 0.25px;
  color: #00426a;
}
.tools-resources .card .card-body a {
  text-decoration: none;
  color: #00426a;
}

.retention {
  margin-top: 172px;
  margin-bottom: 159px;
  position: relative;
}
.retention .retention-table {
  max-width: 820px;
  width: 100%;
  margin-top: 112px;
}
.retention .retention-table .table .card-body {
  font-family: "SourceSansProBold";
  padding: 18px 15px;
  border-radius: 8px;
  box-shadow: 1px 1px 3px 0 rgba(109, 114, 120, 0.16);
  background-color: #fff;
  border: none;
  text-align: center;
  font-weight: 600;
}
.retention .retention-table .table thead tr th {
  line-height: 1.72;
  letter-spacing: 0.25px;
  color: #00426a;
  font-weight: 400;
  padding-bottom: 22px;
  position: relative;
}
.retention .retention-table .table thead tr th:after {
  border: solid #00426a;
  border-width: 0px 1px 1px 0;
  display: inline-block;
  padding: 2.7px;
  background-image: none !important;
  width: 0;
  height: 0;
  content: "";
  position: absolute;
  right: 10px;
  transform: rotate(45deg) !important;
  top: 18px;
}
.retention .retention-table .table thead tr th:first-child:after {
  display: none;
}
.retention .retention-table .table tbody tr td {
  font-size: 18px;
  line-height: 1.72;
  letter-spacing: 0.25px;
  color: #00426a;
}
.retention .retention-table .table tbody tr td:first-child .card-body {
  padding: 18px 64px;
  text-align: left;
}
.retention .retention-table .table .card {
  border: none;
  margin-bottom: 48px;
}
.retention h6,
.retention .h6 {
  font-family: "SourceSansProLight";
  font-size: 18px;
  line-height: 1.67;
  letter-spacing: 0.38px;
  color: #00426a;
}
.retention:before {
  content: "";
  background-image: url(/wp-content/themes/joyce/images/retention-bg.png);
  background-repeat: no-repeat;
  width: 399px;
  height: 1280px;
  position: absolute;
  top: 147px;
  right: 0;
  z-index: -1;
}

.chart-content {
  margin: 52.2px auto;
  padding: 52.2px 0;
}
.chart-content .expand {
  margin-top: 22px;
}
.chart-content .expand a {
  font-family: "SourceSansProBold";
  color: #00426a;
  text-decoration: none;
}
.chart-content .expand a img {
  margin-left: 7px;
}
.chart-content p {
  font-family: "SourceSansProLight";
  font-size: 18px;
  font-weight: 300;
  line-height: 1.67;
  letter-spacing: 0.38px;
  color: #00426a;
  max-width: 500px;
  width: 100%;
}
.chart-content h2,
.chart-content .h2 {
  margin-bottom: 21px;
  margin-top: 37px;
}
.chart-content .image-content [class*=col-]:first-child {
  order: 1;
  padding-left: 66px;
}
.chart-content .image-content .expand a {
  justify-content: flex-start !important;
}

.a-to-z {
  border-bottom: 0.2px solid #05426a;
  margin-bottom: 43px;
  margin-top: 55px;
}
.a-to-z ul {
  display: flex;
  align-items: center;
  justify-content: center;
  list-style: none;
  padding-left: 0;
}
.a-to-z ul li {
  font-family: "SourceSansProBold";
  letter-spacing: 6.22px;
  text-align: center;
  color: #0085d6;
  padding: 0 5px;
}
.a-to-z ul li:after {
  display: none;
}
.a-to-z ul li a {
  text-decoration: none;
  color: #0d6efd;
  border-bottom: 0 !important;
}
.a-to-z ul li a.active {
  color: #f66230;
}
.a-to-z ul li a.disable-link {
  cursor: not-allowed;
  color: #ccc;
}
.a-to-z p {
  font-family: "SourceSansProBold";
  letter-spacing: 6.22px;
  text-align: center;
  color: #0085d6;
}

.title-content-student-login .service-hours {
  min-height: 591px;
  max-width: 398px;
  margin: 0 auto;
}
.title-content-student-login .service-hours h6,
.title-content-student-login .service-hours .h6 {
  font-family: "SourceSansProBold";
  color: #ffffff !important;
  margin-bottom: 35px;
}
.title-content-student-login .service-hours p {
  font-family: "SourceSansProRegular";
  color: #ffffff;
  letter-spacing: 0.07px;
}
.title-content-student-login .service-hours h2,
.title-content-student-login .service-hours .h2 {
  color: #ffffff !important;
  margin-bottom: 46px;
}
.title-content-student-login .service-hours .login-btns {
  margin-bottom: 47px;
}
.title-content-student-login .service-hours .login-btns .btn:first-child {
  margin-right: 22px;
}
.title-content-student-login .content {
  max-width: 538px;
  margin: 0 auto;
}
.title-content-student-login .content p {
  font-family: "SourceSansProLight";
}
.title-content-student-login .content h2,
.title-content-student-login .content .h2 {
  margin-bottom: 42px;
}

.press-release-content h1,
.press-release-content .h1 {
  font-family: "SourceSansProBold";
  font-size: 42px;
  line-height: 1.19;
  letter-spacing: 0.63px;
  color: #0085d6;
}
.press-release-content p {
  line-height: 1.67;
  letter-spacing: -0.35px;
  color: #00426a;
  margin: 0 0 40px 0;
  font-weight: 300;
}
.press-release-content h6,
.press-release-content .h6 {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.31px;
  color: #00426a;
  text-transform: capitalize;
}
.press-release-content .social-icons {
  overflow: hidden;
}

.mission-section {
  margin: 0 0 100px 0;
}
.mission-section h4,
.mission-section .h4 {
  font-family: "SourceSansProBold";
  margin: 0 0 30px 0;
  color: #00426a;
}
.mission-section h5,
.mission-section .h5 {
  font-family: "SourceSansProLight";
  line-height: 1.58;
  letter-spacing: 0.5px;
}
.mission-section h3,
.mission-section .h3 {
  font-family: "SourceSansProLight";
  font-weight: 300;
  line-height: 1.53;
  letter-spacing: 0.75px;
  color: #00426a;
  margin: 0 0 60px 0;
}
.mission-section h2,
.mission-section .h2 {
  margin: 0 0 60px 0;
}

.wp-pagenavi {
  text-align: center;
  margin: 30px 0 0 0;
  text-align: center;
  margin: 63px 0 0 0;
}
.wp-pagenavi span {
  font-family: "SourceSansProBold";
  font-size: 1.125rem;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 0 10px;
  color: #5fb4e7;
  font-size: 1.125rem;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 0 10px;
  color: #5fb4e7;
}
.wp-pagenavi a {
  font-family: "SourceSansProBold";
  font-size: 1.125rem;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 0 10px;
  color: #00426a;
  font-size: 1.125rem;
  letter-spacing: 1px;
  text-decoration: none;
  padding: 0 10px;
  color: #00426a;
}

.right-img-left-content {
  padding: 130px 0 100px;
}
.right-img-left-content h2,
.right-img-left-content .h2 {
  font-family: "SourceSansProBold";
  font-size: 42px;
  line-height: 1.19;
  letter-spacing: 0.58px;
  color: #00426a !important;
  margin: 0 0 70px 0;
}
.right-img-left-content p {
  line-height: 1.67;
  letter-spacing: 0.38px;
  color: #00426a;
  font-family: "SourceSansProLight";
  margin: 0 0 60px 0;
}
.right-img-left-content p:last-child {
  margin: 0 0 0 0;
}

.resources-wrapper {
  padding: 0 15px;
}
.resources-wrapper h6,
.resources-wrapper .h6 {
  font-family: "SourceSansProBold";
  font-weight: 600;
  letter-spacing: 0.25px;
  text-align: center;
  color: #00426a;
  margin: 0 0 15px 0;
}
.resources-wrapper h6 a,
.resources-wrapper .h6 a {
  color: #00426a;
  text-decoration: none;
}
.resources-wrapper img {
  margin: 0 0 15px 0;
}

.values-wrapper {
  margin: 0 0 70px 0;
}
.values-wrapper h4,
.values-wrapper .h4 {
  font-family: "SourceSansProBold";
  letter-spacing: 0.39px;
  color: #00426a;
  margin: 0 0 23px 0;
}
.values-wrapper p {
  line-height: 2;
  letter-spacing: 0.25px;
  color: #00426a;
  font-family: "SourceSansProLight";
  max-width: 295px;
}
.values-wrapper p a {
  color: #1586d6;
}
.values-wrapper .top-border {
  padding-top: 30px !important;
}
.values-wrapper .top-border:before {
  width: 40px !important;
  height: 10px !important;
}

.testimonial-block .card-body p {
  font-family: "SourceSansProBold";
}
.testimonial-block img {
  width: 100%;
  max-width: 218px;
  max-height: 218px;
  margin: 0 auto 45px;
  border-radius: 50%;
}
.testimonial-block a {
  margin-top: 45px;
  display: inline-block;
}
.testimonial-block p {
  margin: 0;
  font-size: 18px;
  line-height: 1.83;
  letter-spacing: 0.12px;
  color: #00426a;
}

.high-score-placement h2,
.high-score-placement .h2 {
  font-family: "SourceSansProBold";
  color: #00426a;
  line-height: 1.19;
  letter-spacing: 0.28px;
}
.high-score-placement .row {
  justify-content: center;
}

.motivational-section {
  position: relative;
  overflow: hidden;
}
.motivational-section .career-layout {
  margin-top: 85px;
}
.motivational-section .career-layout .card {
  background-color: transparent;
}
.motivational-section .career-layout .card .card-title {
  font-family: "SourceSansProBold";
  color: #00426a;
  letter-spacing: 0.33px;
  margin-bottom: 21px;
}
.motivational-section .career-layout .card .card-title a {
  color: #00426a;
  text-decoration: none;
}
.motivational-section .career-layout .card p {
  font-family: "SourceSansProLight";
  line-height: 1.5;
  letter-spacing: 0.25px;
  text-align: left;
  color: #00426a;
  max-width: 272px;
}
.motivational-section .career-layout .card .card-body {
  padding: 0;
  margin-top: 45px;
}
.motivational-section .career-layout .container {
  max-width: 990px !important;
}
.motivational-section .career-layout .row {
  margin-right: -35px;
  margin-left: -35px;
}
.motivational-section .career-layout .row [class*=col-] {
  padding: 0 35px;
}
.motivational-section .title-content {
  margin-top: 119px;
  z-index: 9;
  position: relative;
}
.motivational-section .title-content h2,
.motivational-section .title-content .h2 {
  font-family: "SourceSansProBold";
  color: #0086d6;
}
.motivational-section .title-content h2 p,
.motivational-section .title-content .h2 p {
  font-family: "SourceSansProBold";
  color: #0086d6;
  font-size: 42px;
  line-height: 1.19;
}
.motivational-section .title-content p {
  font-family: "SourceSansProLight";
  font-size: 28px;
  line-height: 1.61;
  letter-spacing: 0.58px;
  color: #00426a;
}
.motivational-section:before {
  content: "";
  right: 0;
  top: 120px;
  background-image: url(/wp-content/themes/joyce/images/backgroundcross.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  max-width: 374.8px;
  height: 439.1px;
  width: 100%;
}
.motivational-section:after {
  content: "";
  background-image: url(/wp-content/themes/joyce/images/quartercirclecenter-bottom.svg);
  background-repeat: no-repeat;
  width: 134px;
  height: 715px;
  position: absolute;
  top: 65px;
  left: -5px;
  z-index: -1;
  transform: rotateY(160deg);
}

.classes .classes-start-date {
  max-width: 571px;
  width: 100%;
  margin: 0 auto;
}
.classes .classes-start-date h2,
.classes .classes-start-date .h2 {
  font-family: "SourceSansProBold";
  margin: 30px 0 20px;
  font-weight: 600;
  letter-spacing: 0.16px;
  color: #00426a;
}
.classes .classes-start-date .program-campus {
  background-color: #f7f7f7;
  min-height: 92px;
  margin: 0 auto 25px;
  padding: 26px 35px 25px 32px;
  border-radius: 6px;
}
.classes .classes-start-date .program-campus h4,
.classes .classes-start-date .program-campus .h4 {
  font-family: "SourceSansProLight";
  color: #0086d6;
  margin-bottom: 0;
  font-weight: 300;
}
.classes .classes-start-date .program-campus h4 span,
.classes .classes-start-date .program-campus .h4 span {
  font-family: "SourceSansProBold";
}
.classes .step-box {
  padding: 212px 96px 194px 129px;
  min-height: 570px;
  background-color: #0086d6 !important;
}
.classes .step-box h2,
.classes .step-box .h2 {
  font-family: "SourceSansProBold";
  margin-bottom: 22px;
  color: #ffffff !important;
  line-height: 1.19;
  letter-spacing: 0.16px;
  color: #ffffff;
}
.classes .step-box h4,
.classes .step-box .h4 {
  color: #ffffff;
}

.card-link.blue-link {
  font-family: "SourceSansProBold";
  color: #00426a;
  text-decoration: none;
}

h2,
.h2 {
  font-family: "SourceSansProBold";
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(1.325rem + 0.7714285714vw);
  letter-spacing: 0;
  font-weight: 400;
  color: #00426a;
  color: #00426a !important;
}

.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(34, 34, 34, 0.125);
  border-radius: 0.25rem;
}
.card h4,
.card .h4 {
  font-family: "SourceSansProBold";
  letter-spacing: 0.39px;
  color: #00426a;
}
.card ul {
  list-style: none;
  margin-top: 25px;
  margin-bottom: 26px;
  padding-left: 0;
}
.card ul li {
  font-family: "SourceSansProLight";
  position: relative;
  padding-left: 21px;
  line-height: 1.67;
  letter-spacing: 0.38px;
  color: #00426a;
}
.card ul li:after {
  content: "";
  width: 11px;
  height: 11px;
  border: solid 1px #00426a;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
}
.card p {
  font-family: "SourceSansProLight";
  font-weight: 300;
  letter-spacing: 0.25px;
}
.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: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.card > .list-group:last-child {
  border-bottom-width: 0;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}
.card > .list-group + .card-footer {
  border-top: 0;
}
.card > .card-header + .list-group {
  border-top: 0;
}

.SourceSansProLight {
  font-family: "SourceSansProLight";
}

.wrapper ul {
  list-style: none;
  margin-top: 25px;
  margin-bottom: 26px;
}
.wrapper .press-release-content-inner1 ul li {
  padding-left: 25px !important;
}
.wrapper .about-accreditation ul li:after {
  display: none !important;
}

.blog-landing-v2 {
  padding-bottom: 0;
}
.blog-landing-v2 .press-release-content-inner1 {
  border-bottom: 0;
  padding: 55px 10%;
}
.blog-landing-v2 .press-release-content-inner1 h4,
.blog-landing-v2 .press-release-content-inner1 .h4 {
  font-family: "SourceSansProLight";
  color: #00426a;
  line-height: 1.39;
  letter-spacing: 0.54px;
  margin-bottom: 21px;
}
.blog-landing-v2 .press-release-content-inner1 img {
  max-width: 673px;
  width: 100%;
  height: auto;
}
.blog-landing-v2 .press-release-content-inner1 .social-icons img {
  max-width: auto;
  width: auto;
}

.title-content-link {
  margin-top: 130px;
  margin-bottom: 100px;
}
.title-content-link h3,
.title-content-link .h3 {
  font-family: "SourceSansProLight";
  line-height: 1.53;
  color: #00426a;
  margin-bottom: 54px;
}
.title-content-link .container {
  max-width: 853px !important;
}
.title-content-link h2,
.title-content-link .h2 {
  margin-bottom: 46px;
}

.section-title-new {
  margin-top: 81px;
  margin-bottom: 51px;
  padding: 0;
  text-align: left !important;
}
.section-title-new ul {
  list-style: none;
  margin-top: 25px;
  margin-bottom: 26px;
  padding-left: 0;
}
.section-title-new ul li {
  position: relative;
}
.section-title-new ul li:after {
  content: "";
  width: 11px;
  height: 11px;
  border: solid 1px #00426a;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
}
.section-title-new h3,
.section-title-new .h3 {
  font-family: "SourceSansProLight";
  line-height: 1.53;
  letter-spacing: 0.75px;
  color: #00426a;
}
.section-title-new h2,
.section-title-new .h2 {
  margin-bottom: 41px;
}

.left-image-right-content-generation {
  overflow: hidden;
}
.left-image-right-content-generation .content {
  max-width: 509px;
  width: 100%;
  margin-left: 66px;
}
.left-image-right-content-generation .content h2,
.left-image-right-content-generation .content .h2 {
  margin-bottom: 22px;
}
.left-image-right-content-generation img {
  max-width: 675px;
  width: 100%;
}

.board-passage-rates {
  padding-top: 84px;
  padding-bottom: 92px;
}
.board-passage-rates p {
  font-size: 18px;
  color: #00426a;
  max-width: 552px;
}
.board-passage-rates h2,
.board-passage-rates .h2 {
  margin-bottom: 46px;
}
.board-passage-rates .counter-block {
  margin-top: 45px;
  max-width: 255px;
  width: 100%;
}
.board-passage-rates .counting-wrap .counter-number,
.board-passage-rates .counting-wrap span {
  font-size: 80px;
  color: #00426a;
  color: #00426a;
}
.board-passage-rates .counter-text p {
  font-size: 20px;
  letter-spacing: 0.97px;
}
.board-passage-rates .sources-code a {
  text-decoration: none;
}
.board-passage-rates .sources-code p {
  font-size: 10px !important;
  margin-bottom: 8px;
  max-width: 100%;
}
.board-passage-rates .sources-code ul li:after {
  display: none !important;
}
.board-passage-rates .sources-code ul li a {
  border-bottom: 0;
}

.press-release {
  padding: 20px 0 125px;
}
.press-release ul {
  list-style: none;
  margin-top: 25px;
  margin-bottom: 26px;
}
.press-release ul li {
  position: relative;
  padding-left: 0;
}
.press-release ul li:after {
  content: "";
  width: 11px;
  height: 11px;
  border: solid 1px #00426a;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
  display: none;
}
.press-release .press-release-content-inner2 ul li:after {
  top: 9px;
}

.request-content-info-section .card {
  padding-top: 155px;
  max-width: 552px;
  width: 100%;
  margin: 0 auto;
}
.request-content-info-section .card h4,
.request-content-info-section .card .h4 {
  font-family: "SourceSansProLight";
  font-weight: 300;
  line-height: 1.61;
  letter-spacing: 0.58px;
  color: #00426a;
  margin-bottom: 43px;
}
.request-content-info-section .card h2,
.request-content-info-section .card .h2 {
  margin-bottom: 83px;
}
.request-content-info-section .card a {
  margin-top: 56px;
  display: inline-block;
}
.request-content-info-section img {
  max-width: 675.7px;
  margin-left: 0;
  display: block;
}

.left-image-right-content {
  margin-top: 63px;
}
.left-image-right-content h6,
.left-image-right-content .h6 {
  font-family: "SourceSansProLight";
  font-size: 18px;
  line-height: 2;
  letter-spacing: 0.25px;
  color: #00426a;
  max-width: 295px;
  width: 100%;
  margin-bottom: 79px;
}
.left-image-right-content img {
  max-width: 488px;
  width: 100%;
}

.title-content ul {
  list-style: none;
  margin-top: 25px;
  margin-bottom: 26px;
  padding-left: 0;
}
.title-content ul li {
  position: relative;
  letter-spacing: 0.38px;
  color: #00426a;
}
.title-content ul li:after {
  content: "";
  width: 11px;
  height: 11px;
  border: solid 1px #00426a;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
}
.title-content h3,
.title-content .h3 {
  font-family: "SourceSansProLight";
  font-weight: 300;
  line-height: 1.53;
  letter-spacing: 0.75px;
  color: #00426a;
  max-width: 713px;
  margin-left: auto;
}

.program-layout {
  margin-bottom: 30px;
}
.program-layout .card .card-footer h4, .program-layout .card .card-footer .h4 {
  font-size: 18px;
}
.program-layout .card .card-footer h4 strong > strong, .program-layout .card .card-footer .h4 strong > strong {
  font-family: "SourceSansProBold";
}
.program-layout .card-footer h4 strong, .program-layout .card-footer .h4 strong {
  font-weight: 300 !important;
  font-family: "SourceSansProRegular";
}
.program-layout .titlecontent {
  margin-bottom: 57px;
}
.program-layout .titlecontent p {
  font-weight: 300;
  letter-spacing: 0.25px;
  text-align: left;
  color: #00426a;
  max-width: 295px;
  width: 100%;
}
.program-layout .titlecontent h3,
.program-layout .titlecontent .h3 {
  font-family: "SourceSansProLight";
  color: #00426a;
}
.program-layout .titlecontent h6,
.program-layout .titlecontent .h6 {
  color: #0086d6;
}
.program-layout h2,
.program-layout .h2 {
  line-height: 1.19;
  letter-spacing: 0.44px;
}
.program-layout h3,
.program-layout .h3 {
  color: #0086d6;
  line-height: 1.36;
}
.program-layout .title-section {
  margin-bottom: 50px;
}
.program-layout .title-section h6,
.program-layout .title-section .h6,
.program-layout .title-section h4,
.program-layout .title-section .h4 {
  color: #0086d6;
}

.title-text-slider-new h3,
.title-text-slider-new .h3 {
  font-family: "SourceSansProLight";
  line-height: 1.53;
  letter-spacing: 0.5px;
  color: #00426a;
  margin-bottom: 31px;
}
.title-text-slider-new h5,
.title-text-slider-new .h5 {
  max-width: 449px;
}
.title-text-slider-new .top-border {
  padding-top: 55px;
  margin-top: 127px;
}
.title-text-slider-new .top-border:before {
  width: 42px;
}
.title-text-slider-new:after {
  top: 0px;
  max-width: 625px;
  min-height: 667px;
}
.title-text-slider-new .section-image {
  margin-top: 0;
}
.title-text-slider-new .section-image img {
  margin-left: auto;
}
.title-text-slider-new h2,
.title-text-slider-new .h2 {
  margin-bottom: 0;
}

.title-text-slider-section {
  padding-top: 150px;
  margin-bottom: 209px;
  overflow: hidden;
  height: auto;
  min-height: 643px;
}
.title-text-slider-section h5,
.title-text-slider-section .h5 {
  font-family: "SourceSansProLight";
  font-size: 18px;
}
.title-text-slider-section:after {
  content: "";
  position: absolute;
  right: 0;
  top: 84px;
  background-size: contain;
  background-image: url(/wp-content/themes/joyce/images/quartercircle.svg);
  background-repeat: no-repeat;
  max-width: 518px;
  min-height: 574px;
  width: 100%;
  z-index: -9;
}
.title-text-slider-section .title-text-slider-arrow {
  position: absolute;
  right: 33px;
  top: -23px;
}
.title-text-slider-section .section-image img {
  max-width: 100%;
  width: 100%;
}

.counter-text {
  font-family: "SourceSansProLight";
  line-height: 1.83;
  color: #00426a;
}

.SofiaProMediumAz {
  font-family: "SofiaProMediumAz";
}

.CaslonGraD {
  font-family: "CaslonGraD";
}

.sofiaprolight {
  font-family: "sofiaprolight";
}

.SofiaProBoldItalic {
  font-family: "SofiaProBoldItalic";
}

h5,
.h5 {
  font-weight: 600 !important;
  letter-spacing: 0.39px !important;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: 1.25rem;
  letter-spacing: 0;
  font-weight: 400;
  color: #00426a;
}

h3,
.h3 {
  font-weight: 300 !important;
  line-height: 1.53 !important;
  letter-spacing: 0.75px !important;
  color: #00426a !important;
  font-family: "SourceSansProLight" !important;
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(1.3rem + 0.5142857143vw);
  letter-spacing: 0;
  font-weight: 400;
  color: #00426a;
}

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

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

.form-submit .submit {
  color: #ffffff !important;
  min-width: 160px;
  min-height: 41px;
  width: auto;
  font-size: 16px !important;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  padding: 5px ​15px !important;
  border-radius: 50px !important;
}
.form-submit .submit:focus, .form-submit .submit:active {
  outline: none;
  box-shadow: none !important;
}

input[type=checkbox] {
  height: 14px;
  width: 14px;
  background-image: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #000000;
  cursor: pointer;
}
input[type=checkbox]:checked {
  background-image: url("/wp-content/themes/joyce/images/checkbox-checked.png");
  background-size: contain;
  background-repeat: no-repeat;
  border: none;
}

.form-check-label {
  color: #000000;
}

.min-height-300 {
  min-height: 300px;
}

.min-height-334 {
  min-height: 334px;
}

.min-width-361 {
  min-width: 361px;
}

.show > .btn-primary.dropdown-toggle {
  color: #ffffff !important;
  background-color: #f66230 !important;
  border-color: #f66230 !important;
  color: #222222;
  background-color: #f88159;
  border-color: #f77245;
}
.show > .btn-primary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 88, 46, 0.5);
}
.show > .btn-secondary.dropdown-toggle {
  color: #ffffff;
  background-color: #1b1b1b;
  border-color: #1a1a1a;
}
.show > .btn-secondary.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(67, 67, 67, 0.5);
}
.show > .btn-success.dropdown-toggle {
  color: #222222;
  background-color: #59bd85;
  border-color: #44b475;
}
.show > .btn-success.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(45, 151, 92, 0.5);
}
.show > .btn-info.dropdown-toggle {
  color: #222222;
  background-color: #339ede;
  border-color: #1a92da;
}
.show > .btn-info.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(5, 119, 187, 0.5);
}
.show > .btn-warning.dropdown-toggle {
  color: #222222;
  background-color: #ffcd39;
  border-color: #ffc720;
}
.show > .btn-warning.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(222, 169, 11, 0.5);
}
.show > .btn-danger.dropdown-toggle {
  color: #ffffff;
  background-color: #b02a37;
  border-color: #a52834;
}
.show > .btn-danger.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
}
.show > .btn-light.dropdown-toggle {
  color: #222222;
  background-color: #f9fafb;
  border-color: #f9fafb;
}
.show > .btn-light.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(216, 217, 218, 0.5);
}
.show > .btn-dark.dropdown-toggle {
  color: #ffffff;
  background-color: #1a1e21;
  border-color: #191c1f;
}
.show > .btn-dark.dropdown-toggle:focus {
  box-shadow: 0 0 0 0.25rem rgba(66, 70, 73, 0.5);
}

.bg-gray {
  background-color: #E2E2E2;
}

.form-control-lg {
  padding: 0 43px !important;
  min-height: 41px !important;
  font-size: 14px !important;
  line-height: 22px !important;
  border: 1px solid #00426a !important;
  border-radius: 8px;
  color: #E2E2E2;
  background-color: #ffffff;
  border: none;
  padding: 0 43px;
  min-height: calc(1.5em + 1rem + 2px);
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0.3rem;
}
.form-control-lg::file-selector-button {
  padding: 0 43px !important;
  padding: 0.5rem 1rem;
  margin: -0.5rem -1rem;
  margin-inline-end: 1rem;
}
.form-control-lg::-webkit-input-placeholder, .form-control-lg::-moz-placeholder, .form-control-lg::-o-placeholder, .form-control-lg::-ms-input-placeholder {
  color: #E2E2E2;
}

.form-control {
  min-height: 40px;
  font-size: 20px !important;
  padding: 0.175rem 0.75rem !important;
  color: #000000 !important;
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 0 0 13.5px !important;
  border-radius: 0 !important;
  min-height: 40px !important;
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border-radius: 0.25rem;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}
.form-control:focus {
  box-shadow: none !important;
  outline: none;
  border-color: #000000 !important;
  box-shadow: none !important;
  color: #212529;
  background-color: #ffffff;
  border-color: #fbb198;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(246, 98, 48, 0.25);
}
.form-control::-webkit-input-placeholder, .form-control::-moz-placeholder {
  color: #00426a !important;
  color: #6c757d;
  opacity: 1;
}
.form-control::-o-placeholder {
  color: #00426a !important;
}
.form-control::-ms-input-placeholder {
  color: #00426a !important;
  color: #6c757d;
  opacity: 1;
}
.form-control::-webkit-date-and-time-value {
  height: 1.5em;
}
.form-control::-moz-placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control::-moz-placeholder, .form-control::placeholder {
  color: #6c757d;
  opacity: 1;
}
.form-control:disabled {
  background-color: #e9ecef;
  opacity: 1;
}
.form-control::file-selector-button {
  padding: 0.375rem 0.75rem;
  margin: -0.375rem -0.75rem;
  margin-inline-end: 0.75rem;
  color: #212529;
  background-color: #e9ecef;
  pointer-events: none;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
  border-inline-end-width: 1px;
  border-radius: 0;
  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;
}
.form-control:hover:not(:disabled):not([readonly])::file-selector-button {
  background-color: #dde0e3;
}

.form-select {
  border-top: none !important;
  border-left: none !important;
  border-right: none !important;
  padding: 0 0 13.5px !important;
  border-radius: 0 !important;
  min-height: 40px !important;
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  background-color: #ffffff;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right 0.75rem center;
  background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-select:focus {
  box-shadow: none !important;
  border-color: #fbb198;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(246, 98, 48, 0.25);
}
.form-select:disabled {
  color: #6c757d;
  background-color: #e9ecef;
}
.form-select:-moz-focusring {
  color: transparent;
  text-shadow: 0 0 0 #212529;
}

.mt-160 {
  margin-top: 160px;
}

.mb-165 {
  margin-bottom: 165px;
}

textarea[name=homeworkDescription], textarea[name=description] {
  min-height: 160px !important;
}

.mb-30 {
  margin-bottom: 30px;
}

:root {
  --bs-blue: $blue;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: $orange;
  --bs-yellow: #ffc107;
  --bs-green: #2FAC66;
  --bs-teal: #20c997;
  --bs-cyan: #0dcaf0;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-primary: $orange;
  --bs-secondary: $black;
  --bs-success: #2FAC66;
  --bs-info: $blue;
  --bs-warning: #ffc107;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #212529;
  --bs-font-sans-serif: SourceSansProRegular;
  --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));
}

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

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

hr {
  margin: 1rem 0;
  color: inherit;
  background-color: currentColor;
  border: 0;
  opacity: 0.25;
}
hr:not([size]) {
  height: 1px;
}

h4,
.h4 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-weight: 500;
  line-height: 1.2;
  font-size: calc(1.275rem + 0.2571428571vw);
  letter-spacing: 0;
  font-weight: 400;
  color: #00426a;
}

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

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

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

ol {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
ol ol,
ol ul {
  margin-bottom: 0;
}

ul {
  padding-left: 2rem;
  margin-top: 0;
  margin-bottom: 1rem;
}
ul ul,
ul ol {
  margin-bottom: 0;
}

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

dt {
  font-weight: 700;
}

dd {
  margin-bottom: 0.5rem;
  margin-left: 0;
}

blockquote {
  margin: 0 0 1rem;
}

b,
strong {
  font-weight: bolder;
}

small,
.small {
  font-size: 0.875em;
}

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

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

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

a {
  color: #f66230;
  font-family: "SourceSansProBold";
  text-decoration: underline;
}
a:hover {
  color: #c54e26;
}
a:not([href]):not([class]) {
  color: inherit;
  text-decoration: none;
}
a:not([href]):not([class]):hover {
  color: inherit;
  text-decoration: none;
}
a > code {
  color: inherit;
}

pre {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
  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-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
  font-size: 0.875em;
  color: #d63384;
  word-wrap: break-word;
}

kbd {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
  padding: 0.2rem 0.4rem;
  font-size: 0.875em;
  color: #ffffff;
  background-color: #212529;
  border-radius: 0.2rem;
}
kbd kbd {
  padding: 0;
  font-size: 1em;
  font-weight: 700;
}

samp {
  font-family: var(--bs-font-monospace);
  font-size: 1em;
  direction: ltr;
  unicode-bidi: bidi-override;
}

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;
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

thead,
tbody,
tfoot,
tr,
td {
  border-color: inherit;
  border-style: solid;
  border-width: 0;
}

label {
  display: inline-block;
}

button {
  border-radius: 0;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  -webkit-appearance: button;
}
button:focus:not(:focus-visible) {
  outline: 0;
}
button:not(:disabled) {
  cursor: pointer;
}

input {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

select {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  text-transform: none;
  word-wrap: normal;
}

optgroup {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}

textarea {
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
  resize: vertical;
}

[role=button] {
  cursor: pointer;
}

[list]::-webkit-calendar-picker-indicator {
  display: none;
}

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

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

fieldset {
  min-width: 0;
  padding: 0;
  margin: 0;
  border: 0;
}
fieldset:disabled .btn {
  pointer-events: none;
  opacity: 0.65;
}

legend {
  float: left;
  width: 100%;
  padding: 0;
  margin-bottom: 0.5rem;
  font-size: calc(1.275rem + 0.2571428571vw);
  line-height: inherit;
}
legend + * {
  clear: left;
}

output {
  display: inline-block;
}

iframe {
  border: 0;
}

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

progress {
  vertical-align: baseline;
}

[hidden] {
  display: none !important;
}

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

.display-1 {
  font-size: calc(1.625rem + 3.8571428571vw);
  font-weight: 300;
  line-height: 1.2;
}

.display-2 {
  font-size: calc(1.575rem + 3.3428571429vw);
  font-weight: 300;
  line-height: 1.2;
}

.display-3 {
  font-size: calc(1.525rem + 2.8285714286vw);
  font-weight: 300;
  line-height: 1.2;
}

.display-4 {
  font-size: calc(1.475rem + 2.3142857143vw);
  font-weight: 300;
  line-height: 1.2;
}

.display-5 {
  font-size: calc(1.425rem + 1.8vw);
  font-weight: 300;
  line-height: 1.2;
}

.display-6 {
  font-size: calc(1.375rem + 1.2857142857vw);
  font-weight: 300;
  line-height: 1.2;
}

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

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

.initialism {
  font-size: 0.875em;
  text-transform: uppercase;
}

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

.blockquote-footer {
  margin-top: -1rem;
  margin-bottom: 1rem;
  font-size: 0.875em;
  color: #6c757d;
}
.blockquote-footer::before {
  content: "— ";
}

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

.img-thumbnail {
  padding: 0.25rem;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  border-radius: 0.25rem;
  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;
}

.container {
  width: 100%;
  padding-right: var(--bs-gutter-x, 0.75rem);
  padding-left: var(--bs-gutter-x, 0.75rem);
  margin-right: auto;
  margin-left: auto;
  max-width: 1254px;
}

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

.row {
  --bs-gutter-x: 1.5rem;
  --bs-gutter-y: 0;
  display: flex;
  flex-wrap: wrap;
  margin-top: calc(var(--bs-gutter-y) * -1);
  margin-right: calc(var(--bs-gutter-x) / -2);
  margin-left: calc(var(--bs-gutter-x) / -2);
}
.row > * {
  flex-shrink: 0;
  width: 100%;
  max-width: 100%;
  padding-right: calc(var(--bs-gutter-x) / 2);
  padding-left: calc(var(--bs-gutter-x) / 2);
  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.3333333333%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.g-0 {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table {
  --bs-table-bg: transparent;
  --bs-table-striped-color: #212529;
  --bs-table-striped-bg: rgba(34, 34, 34, 0.05);
  --bs-table-active-color: #212529;
  --bs-table-active-bg: rgba(34, 34, 34, 0.1);
  --bs-table-hover-color: #212529;
  --bs-table-hover-bg: rgba(34, 34, 34, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  color: #212529;
  vertical-align: top;
  border-color: #dee2e6;
}
.table:not(caption) > * > * {
  padding: 0.5rem 0.5rem;
  background-color: var(--bs-table-bg);
  border-bottom-width: 1px;
  box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
}
.table > tbody {
  vertical-align: inherit;
}
.table > thead {
  vertical-align: bottom;
}

.caption-top {
  caption-side: top;
}

.table-sm:not(caption) > * > * {
  padding: 0.25rem 0.25rem;
}

.table-bordered:not(caption) > * {
  border-width: 1px 0;
}
.table-bordered:not(caption) > * > * {
  border-width: 0 1px;
}

.table-borderless:not(caption) > * > * {
  border-bottom-width: 0;
}

.table-striped > tbody > tr:nth-of-type(odd) {
  --bs-table-accent-bg: var(--bs-table-striped-bg);
  color: var(--bs-table-striped-color);
}

.table-active {
  --bs-table-accent-bg: var(--bs-table-active-bg);
  color: var(--bs-table-active-color);
}

.table-hover > tbody > tr:hover {
  --bs-table-accent-bg: var(--bs-table-hover-bg);
  color: var(--bs-table-hover-color);
}

.table-primary {
  --bs-table-bg: #fde0d6;
  --bs-table-striped-bg: #f2d7cd;
  --bs-table-striped-color: $black;
  --bs-table-active-bg: #e7cdc4;
  --bs-table-active-color: $black;
  --bs-table-hover-bg: #edd2c9;
  --bs-table-hover-color: $black;
  color: #222222;
  border-color: #e7cdc4;
}

.table-secondary {
  --bs-table-bg: lightgray;
  --bs-table-striped-bg: #cacaca;
  --bs-table-striped-color: $black;
  --bs-table-active-bg: #c1c1c1;
  --bs-table-active-color: $black;
  --bs-table-hover-bg: #c6c6c6;
  --bs-table-hover-color: $black;
  color: #222222;
  border-color: #c1c1c1;
}

.table-success {
  --bs-table-bg: #d5eee0;
  --bs-table-striped-bg: #cce4d7;
  --bs-table-striped-color: $black;
  --bs-table-active-bg: #c3dacd;
  --bs-table-active-color: $black;
  --bs-table-hover-bg: #c8dfd2;
  --bs-table-hover-color: $black;
  color: #222222;
  border-color: #c3dacd;
}

.table-info {
  --bs-table-bg: #cce7f7;
  --bs-table-striped-bg: #c4ddec;
  --bs-table-striped-color: $black;
  --bs-table-active-bg: #bbd3e2;
  --bs-table-active-color: $black;
  --bs-table-hover-bg: #bfd8e7;
  --bs-table-hover-color: $black;
  color: #222222;
  border-color: #bbd3e2;
}

.table-warning {
  --bs-table-bg: #fff3cd;
  --bs-table-striped-bg: #f4e9c4;
  --bs-table-striped-color: $black;
  --bs-table-active-bg: #e9debc;
  --bs-table-active-color: $black;
  --bs-table-hover-bg: #eee3c0;
  --bs-table-hover-color: $black;
  color: #222222;
  border-color: #e9debc;
}

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #edced1;
  --bs-table-striped-color: $black;
  --bs-table-active-bg: #e3c5c8;
  --bs-table-active-color: $black;
  --bs-table-hover-bg: #e8c9cc;
  --bs-table-hover-color: $black;
  color: #222222;
  border-color: #e3c5c8;
}

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #edeeef;
  --bs-table-striped-color: $black;
  --bs-table-active-bg: #e3e4e4;
  --bs-table-active-color: $black;
  --bs-table-hover-bg: #e8e9ea;
  --bs-table-hover-color: $black;
  color: #222222;
  border-color: #e3e4e4;
}

.table-dark {
  --bs-table-bg: #212529;
  --bs-table-striped-bg: #2c3034;
  --bs-table-striped-color: #ffffff;
  --bs-table-active-bg: #373b3e;
  --bs-table-active-color: #ffffff;
  --bs-table-hover-bg: #323539;
  --bs-table-hover-color: #ffffff;
  color: #ffffff;
  border-color: #373b3e;
}

.table-responsive {
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.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[type=file] {
  overflow: hidden;
}
.form-control[type=file]:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control[readonly] {
  background-color: #e9ecef;
  opacity: 1;
}

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

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

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 {
  max-width: 3rem;
  height: auto;
  padding: 0.375rem;
}
.form-control-color:not(:disabled):not([readonly]) {
  cursor: pointer;
}
.form-control-color::-moz-color-swatch, .form-control-color::-webkit-color-swatch {
  height: 1.5em;
  border-radius: 0.25rem;
}

.form-select[multiple], .form-select[size]:not([size="1"]) {
  padding-right: 0.75rem;
  background-image: none;
}

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

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

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

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

.form-switch {
  padding-left: 2.5em;
}
.form-switch .form-check-input {
  width: 2em;
  margin-left: -2.5em;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='rgba%280, 0, 0, 0.25%29'/%3e%3c/svg%3e");
  background-position: left center;
  border-radius: 2em;
  transition: background-position 0.15s ease-in-out;
}
.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='%23fbb198'/%3e%3c/svg%3e");
}
.form-switch .form-check-input:checked {
  background-position: right center;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.form-check-inline {
  display: inline-block;
  margin-right: 1rem;
}
.form-check-inline .form-check-input ~ .valid-feedback,
.form-check-inline .form-check-input ~ .invalid-feedback {
  margin-left: 0.5em;
}

.form-range {
  width: 100%;
  height: 1.5rem;
  padding: 0;
  background-color: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.form-range:focus {
  outline: 0;
}
.form-range:focus::-webkit-slider-thumb, .form-range:focus::-moz-range-thumb {
  box-shadow: 0 0 0 1px #ffffff, 0 0 0 0.25rem rgba(246, 98, 48, 0.25);
}
.form-range::-moz-focus-outer {
  border: 0;
}
.form-range::-webkit-slider-thumb {
  width: 1rem;
  height: 1rem;
  margin-top: -0.25rem;
  background-color: #f66230;
  border: 0;
  border-radius: 1rem;
  -webkit-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
  appearance: none;
}
.form-range::-webkit-slider-thumb:active {
  background-color: #fcd0c1;
}
.form-range::-webkit-slider-runnable-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range::-moz-range-thumb {
  width: 1rem;
  height: 1rem;
  background-color: #f66230;
  border: 0;
  border-radius: 1rem;
  -moz-transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  -moz-appearance: none;
  appearance: none;
}
.form-range::-moz-range-thumb:active {
  background-color: #fcd0c1;
}
.form-range::-moz-range-track {
  width: 100%;
  height: 0.5rem;
  color: transparent;
  cursor: pointer;
  background-color: #dee2e6;
  border-color: transparent;
  border-radius: 1rem;
}
.form-range:disabled {
  pointer-events: none;
}
.form-range:disabled::-webkit-slider-thumb, .form-range:disabled::-moz-range-thumb {
  background-color: #adb5bd;
}

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

.input-group {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 100%;
}
.input-group > .form-control,
.input-group > .form-select {
  position: relative;
  flex: 1 1 auto;
  width: 1%;
  min-width: 0;
}
.input-group > .form-control:focus,
.input-group > .form-select:focus {
  z-index: 3;
}
.input-group .btn {
  position: relative;
  z-index: 2;
}
.input-group .btn:focus {
  z-index: 3;
}
.input-group:not(.has-validation):not(:last-child):not(.dropdown-toggle):not(.dropdown-menu),
.input-group:not(.has-validation) > .dropdown-toggle:nth-last-child(n+3) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.input-group: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-text {
  display: flex;
  align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  color: #212529;
  text-align: center;
  white-space: nowrap;
  background-color: #e9ecef;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
}

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

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

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

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

.valid-tooltip {
  position: absolute;
  top: 100%;
  z-index: 5;
  display: none;
  max-width: 100%;
  padding: 0.25rem 0.5rem;
  margin-top: 0.1rem;
  font-size: 0.875rem;
  color: #222222;
  background-color: rgba(47, 172, 102, 0.9);
  border-radius: 0.25rem;
}

.was-validated:valid ~ .valid-feedback,
.was-validated:valid ~ .valid-tooltip {
  display: block;
}
.was-validated .form-control:valid {
  border-color: #2FAC66;
  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='%232FAC66' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:valid:focus {
  border-color: #2FAC66;
  box-shadow: 0 0 0 0.25rem rgba(47, 172, 102, 0.25);
}
.was-validated .form-control:invalid {
  border-color: #dc3545;
  padding-right: calc(1.5em + 0.75rem);
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-control:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated textarea.form-control:valid, .was-validated textarea.form-control: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:valid {
  border-color: #2FAC66;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3e%3cpath fill='%232FAC66' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:valid:focus {
  border-color: #2FAC66;
  box-shadow: 0 0 0 0.25rem rgba(47, 172, 102, 0.25);
}
.was-validated .form-select:invalid {
  border-color: #dc3545;
  padding-right: 4.125rem;
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e"), url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 12 12' width='12' height='12' fill='none' stroke='%23dc3545'%3e%3ccircle cx='6' cy='6' r='4.5'/%3e%3cpath stroke-linejoin='round' d='M5.8 3.6h.4L6 6.5z'/%3e%3ccircle cx='6' cy='8.2' r='.6' fill='%23dc3545' stroke='none'/%3e%3c/svg%3e");
  background-position: right 0.75rem center, center right 2.25rem;
  background-size: 16px 12px, calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.was-validated .form-select:invalid:focus {
  border-color: #dc3545;
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:valid {
  border-color: #2FAC66;
}
.was-validated .form-check-input:valid:checked {
  background-color: #2FAC66;
}
.was-validated .form-check-input:valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(47, 172, 102, 0.25);
}
.was-validated .form-check-input:valid ~ .form-check-label {
  color: #2FAC66;
}
.was-validated .form-check-input:invalid {
  border-color: #dc3545;
}
.was-validated .form-check-input:invalid:checked {
  background-color: #dc3545;
}
.was-validated .form-check-input:invalid:focus {
  box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
}
.was-validated .form-check-input:invalid ~ .form-check-label {
  color: #dc3545;
}
.was-validated:invalid ~ .invalid-feedback,
.was-validated:invalid ~ .invalid-tooltip {
  display: block;
}

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

.form-control.is-valid {
  border-color: #2FAC66;
  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='%232FAC66' d='M2.3 6.73L.6 4.53c-.4-1.04.46-1.4 1.1-.8l1.1 1.4 3.4-3.8c.6-.63 1.6-.27 1.2.7l-4 4.6c-.43.5-.8.4-1.1.1z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-position: right calc(0.375em + 0.1875rem) center;
  background-size: calc(0.75em + 0.375rem) calc(0.75em + 0.375rem);
}
.form-control.is-valid:focus {
  border-color: #2FAC66;
  box-shadow: 0 0 0 0.25rem rgba(47, 172, 102, 0.25);
}

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

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

.form-check-input.is-valid {
  border-color: #2FAC66;
}
.form-check-input.is-valid:checked {
  background-color: #2FAC66;
}
.form-check-input.is-valid:focus {
  box-shadow: 0 0 0 0.25rem rgba(47, 172, 102, 0.25);
}
.form-check-input.is-valid ~ .form-check-label {
  color: #2FAC66;
}

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

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

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

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

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

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

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

.fade {
  transition: opacity 0.15s linear;
}
.fade:not(.show) {
  opacity: 0;
}

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

.collapsing {
  height: 0;
  overflow: hidden;
  transition: height 0.35s ease;
}

.dropup {
  position: relative;
}
.dropup .dropdown-menu {
  top: auto;
  bottom: 100%;
}
.dropup .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-bottom: 0.125rem;
}
.dropup .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0;
  border-right: 0.3em solid transparent;
  border-bottom: 0.3em solid;
  border-left: 0.3em solid transparent;
}
.dropup .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropup .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropend {
  position: relative;
}
.dropend .dropdown-menu {
  top: 0;
  right: auto;
  left: 100%;
}
.dropend .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-left: 0.125rem;
}
.dropend .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0;
  border-bottom: 0.3em solid transparent;
  border-left: 0.3em solid;
  vertical-align: 0;
}
.dropend .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropend .dropdown-toggle-split::after {
  margin-left: 0;
}

.dropdown {
  position: relative;
}

.dropstart {
  position: relative;
}
.dropstart .dropdown-menu {
  top: 0;
  right: 100%;
  left: auto;
}
.dropstart .dropdown-menu[data-bs-popper] {
  margin-top: 0;
  margin-right: 0.125rem;
}
.dropstart .dropdown-toggle::after {
  display: inline-block;
  margin-left: 0.255em;
  vertical-align: 0.255em;
  content: "";
  display: none;
}
.dropstart .dropdown-toggle::before {
  display: inline-block;
  margin-right: 0.255em;
  vertical-align: 0.255em;
  content: "";
  border-top: 0.3em solid transparent;
  border-right: 0.3em solid;
  border-bottom: 0.3em solid transparent;
  vertical-align: 0;
}
.dropstart .dropdown-toggle:empty::after {
  margin-left: 0;
}
.dropstart .dropdown-toggle-split::before {
  margin-right: 0;
}

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

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

.dropdown-menu-start {
  --bs-position: start;
}
.dropdown-menu-start[data-bs-popper] {
  right: auto;
  left: 0;
}

.dropdown-menu-end {
  --bs-position: end;
}
.dropdown-menu-end[data-bs-popper] {
  right: 0;
  left: auto;
}

.dropdown-divider {
  height: 0;
  margin: 0.5rem 0;
  overflow: hidden;
  border-top: 1px solid rgba(34, 34, 34, 0.15);
}

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: 400;
  color: #212529;
  text-align: inherit;
  text-decoration: none;
  white-space: nowrap;
  background-color: transparent;
  border: 0;
}
.dropdown-item:hover, .dropdown-item:focus {
  color: #1e2125;
  background-color: #e9ecef;
}
.dropdown-item:active {
  color: #ffffff;
  text-decoration: none;
  background-color: #f66230;
}
.dropdown-item:disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}
.dropdown-item.active {
  color: #ffffff;
  text-decoration: none;
  background-color: #f66230;
}
.dropdown-item.disabled {
  color: #adb5bd;
  pointer-events: none;
  background-color: transparent;
}

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

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

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

.dropdown-menu-dark {
  color: #dee2e6;
  background-color: #343a40;
  border-color: rgba(34, 34, 34, 0.15);
}
.dropdown-menu-dark .dropdown-item {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-item:hover, .dropdown-menu-dark .dropdown-item:focus {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.15);
}
.dropdown-menu-dark .dropdown-item:active {
  color: #ffffff;
  background-color: #f66230;
}
.dropdown-menu-dark .dropdown-item:disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-item.active {
  color: #ffffff;
  background-color: #f66230;
}
.dropdown-menu-dark .dropdown-item.disabled {
  color: #adb5bd;
}
.dropdown-menu-dark .dropdown-divider {
  border-color: rgba(34, 34, 34, 0.15);
}
.dropdown-menu-dark .dropdown-item-text {
  color: #dee2e6;
}
.dropdown-menu-dark .dropdown-header {
  color: #adb5bd;
}

.dropdown-toggle-split {
  padding-right: 0.5625rem;
  padding-left: 0.5625rem;
}
.dropdown-toggle-split::after {
  margin-left: 0;
}

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

.nav-link {
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
}
.nav-link.disabled {
  color: #6c757d;
  pointer-events: none;
  cursor: default;
}

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

.nav-pills .nav-link {
  background: none;
  border: 0;
  border-radius: 0.25rem;
}
.nav-pills .nav-link.active {
  color: #ffffff;
  background-color: #f66230;
}
.nav-pills .show > .nav-link {
  color: #ffffff;
  background-color: #f66230;
}

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

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

.navbar {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
.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: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  text-decoration: none;
  white-space: nowrap;
}

.navbar-nav {
  display: flex;
  flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none;
}
.navbar-nav .nav-link {
  padding-right: 0;
  padding-left: 0;
}
.navbar-nav .dropdown-menu {
  position: static;
}

.navbar-text {
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}

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

.navbar-toggler {
  padding: 0.25rem 0.75rem;
  font-size: 1.25rem;
  line-height: 1;
  background-color: transparent;
  border: 1px solid transparent;
  border-radius: 0.25rem;
  transition: box-shadow 0.15s ease-in-out;
}
.navbar-toggler:hover {
  text-decoration: none;
}
.navbar-toggler:focus {
  text-decoration: none;
  outline: 0;
  box-shadow: 0 0 0 0.25rem;
}

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

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

.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: 0.5rem;
  padding-left: 0.5rem;
}
.navbar-expand .navbar-nav-scroll {
  overflow: visible;
}
.navbar-expand .navbar-collapse {
  display: flex !important;
  flex-basis: auto;
}
.navbar-expand .navbar-toggler {
  display: none;
}

.navbar-light .navbar-brand {
  color: rgba(34, 34, 34, 0.9);
}
.navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
  color: rgba(34, 34, 34, 0.9);
}
.navbar-light .navbar-nav .nav-link {
  color: rgba(34, 34, 34, 0.55);
}
.navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .nav-link:focus {
  color: rgba(34, 34, 34, 0.7);
}
.navbar-light .navbar-nav .nav-link.disabled {
  color: rgba(34, 34, 34, 0.3);
}
.navbar-light .navbar-nav .show > .nav-link,
.navbar-light .navbar-nav .nav-link.active {
  color: rgba(34, 34, 34, 0.9);
}
.navbar-light .navbar-toggler {
  color: rgba(34, 34, 34, 0.55);
  border-color: rgba(34, 34, 34, 0.1);
}
.navbar-light .navbar-toggler-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%2834, 34, 34, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}
.navbar-light .navbar-text {
  color: rgba(34, 34, 34, 0.55);
}
.navbar-light .navbar-text a {
  color: rgba(34, 34, 34, 0.9);
}
.navbar-light .navbar-text a:hover, .navbar-light .navbar-text a:focus {
  color: rgba(34, 34, 34, 0.9);
}

.navbar-dark .navbar-brand {
  color: #ffffff;
}
.navbar-dark .navbar-brand:hover, .navbar-dark .navbar-brand:focus {
  color: #ffffff;
}
.navbar-dark .navbar-nav .nav-link {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .nav-link:focus {
  color: rgba(255, 255, 255, 0.75);
}
.navbar-dark .navbar-nav .nav-link.disabled {
  color: rgba(255, 255, 255, 0.25);
}
.navbar-dark .navbar-nav .show > .nav-link,
.navbar-dark .navbar-nav .nav-link.active {
  color: #ffffff;
}
.navbar-dark .navbar-toggler {
  color: rgba(255, 255, 255, 0.55);
  border-color: rgba(255, 255, 255, 0.1);
}
.navbar-dark .navbar-toggler-icon {
  background-image: 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");
}
.navbar-dark .navbar-text {
  color: rgba(255, 255, 255, 0.55);
}
.navbar-dark .navbar-text a {
  color: #ffffff;
}
.navbar-dark .navbar-text a:hover, .navbar-dark .navbar-text a:focus {
  color: #ffffff;
}

.card-body {
  flex: 1 1 auto;
  padding: 1rem 1rem;
}

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

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

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

.card-link {
  padding-right: 51px;
  position: relative;
  min-height: 52px;
  display: flex;
  align-items: center;
  justify-content: end;
}
.card-link:hover {
  text-decoration: none;
}
.card-link + .card-link {
  margin-left: 1rem;
}
.card-link:after {
  content: "";
  max-width: 51px;
  width: 100%;
  min-height: 51px;
  background-color: #f7f7f7;
  border-radius: 100%;
  position: absolute;
  background-image: url(/wp-content/themes/joyce/images/circle_arrow.svg);
  background-repeat: no-repeat;
  right: -18px;
}

.card-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  background-color: rgba(34, 34, 34, 0.03);
  border-bottom: 1px solid rgba(34, 34, 34, 0.125);
}
.card-header:first-child {
  border-radius: calc(0.25rem - 1px) calc(0.25rem - 1px) 0 0;
}

.card-footer {
  padding: 0.5rem 1rem;
  background-color: rgba(34, 34, 34, 0.03);
  border-top: 1px solid rgba(34, 34, 34, 0.125);
}
.card-footer:last-child {
  border-radius: 0 0 calc(0.25rem - 1px) calc(0.25rem - 1px);
}

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

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

.card-img-overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  padding: 1rem;
  border-radius: calc(0.25rem - 1px);
}

.card-img {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-img-top {
  width: 100%;
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}

.card-img-bottom {
  width: 100%;
  border-bottom-right-radius: calc(0.25rem - 1px);
  border-bottom-left-radius: calc(0.25rem - 1px);
}

.card-group > .card {
  margin-bottom: 0.75rem;
}

.breadcrumb {
  display: flex;
  flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  list-style: none;
}

.breadcrumb-item + .breadcrumb-item {
  padding-left: 0.5rem;
}
.breadcrumb-item + .breadcrumb-item::before {
  float: left;
  padding-right: 0.5rem;
  color: #6c757d;
  content: var(--bs-breadcrumb-divider, "/");
}
.breadcrumb-item.active {
  color: #6c757d;
}

.page-link {
  position: relative;
  display: block;
  color: #f66230;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  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;
  padding: 0.375rem 0.75rem;
}
.page-link:hover {
  z-index: 2;
  color: #c54e26;
  background-color: #e9ecef;
  border-color: #dee2e6;
}
.page-link:focus {
  z-index: 3;
  color: #c54e26;
  background-color: #e9ecef;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(246, 98, 48, 0.25);
}

.page-item:not(:first-child) .page-link {
  margin-left: -1px;
}
.page-item:first-child .page-link {
  border-top-left-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}
.page-item:last-child .page-link {
  border-top-right-radius: 0.25rem;
  border-bottom-right-radius: 0.25rem;
}
.page-item.active .page-link {
  z-index: 3;
  color: #ffffff;
  background-color: #f66230;
  border-color: #f66230;
}
.page-item.disabled .page-link {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
  border-color: #dee2e6;
}

.pagination-lg .page-link {
  padding: 0.75rem 1.5rem;
  font-size: 1.25rem;
}
.pagination-lg .page-item:first-child .page-link {
  border-top-left-radius: 0.3rem;
  border-bottom-left-radius: 0.3rem;
}
.pagination-lg .page-item:last-child .page-link {
  border-top-right-radius: 0.3rem;
  border-bottom-right-radius: 0.3rem;
}

.pagination-sm .page-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
}
.pagination-sm .page-item:first-child .page-link {
  border-top-left-radius: 0.2rem;
  border-bottom-left-radius: 0.2rem;
}
.pagination-sm .page-item:last-child .page-link {
  border-top-right-radius: 0.2rem;
  border-bottom-right-radius: 0.2rem;
}

.badge {
  display: inline-block;
  padding: 0.35em 0.65em;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  vertical-align: baseline;
  border-radius: 0.25rem;
}
.badge:empty {
  display: none;
}

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

.alert-heading {
  color: inherit;
}

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

.alert-dismissible {
  padding-right: 3rem;
}
.alert-dismissible .btn-close {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 2;
  padding: 1.25rem 1rem;
}

.alert-primary {
  color: #943b1d;
  background-color: #fde0d6;
  border-color: #fcd0c1;
}
.alert-primary .alert-link {
  color: #762f17;
}

.alert-secondary {
  color: #141414;
  background-color: lightgray;
  border-color: #bdbdbd;
}
.alert-secondary .alert-link {
  color: #101010;
}

.alert-success {
  color: #1c673d;
  background-color: #d5eee0;
  border-color: #c1e6d1;
}
.alert-success .alert-link {
  color: #165231;
}

.alert-info {
  color: #005080;
  background-color: #cce7f7;
  border-color: #b3dbf3;
}
.alert-info .alert-link {
  color: #004066;
}

.alert-warning {
  color: #7a6217;
  background-color: #fff3cd;
  border-color: #ffecb5;
}
.alert-warning .alert-link {
  color: #624e12;
}

.alert-danger {
  color: #842029;
  background-color: #f8d7da;
  border-color: #f5c2c7;
}
.alert-danger .alert-link {
  color: #6a1a21;
}

.alert-light {
  color: #787878;
  background-color: #fefefe;
  border-color: #fdfdfe;
}
.alert-light .alert-link {
  color: #606060;
}

.alert-dark {
  color: #141619;
  background-color: #d3d3d4;
  border-color: #bcbebf;
}
.alert-dark .alert-link {
  color: #101214;
}

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

.progress-bar {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #f66230;
  transition: width 0.6s ease;
}

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

.progress-bar-animated {
  animation: 1s linear infinite progress-bar-stripes;
}

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

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

.list-group-item {
  position: relative;
  display: block;
  padding: 0.5rem 1rem;
  text-decoration: none;
  background-color: #ffffff;
  border: 1px solid rgba(34, 34, 34, 0.125);
}
.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 {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item + .list-group-item {
  border-top-width: 0;
}
.list-group-item + .list-group-item.active {
  margin-top: -1px;
  border-top-width: 1px;
}
.list-group-item.disabled {
  color: #6c757d;
  pointer-events: none;
  background-color: #ffffff;
}
.list-group-item.active {
  z-index: 2;
  color: #ffffff;
  background-color: #f66230;
  border-color: #f66230;
}

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

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

.list-group-item-primary {
  color: #943b1d;
  background-color: #fde0d6;
}
.list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
  color: #943b1d;
  background-color: #e4cac1;
}
.list-group-item-primary.list-group-item-action.active {
  color: #ffffff;
  background-color: #943b1d;
  border-color: #943b1d;
}

.list-group-item-secondary {
  color: #141414;
  background-color: lightgray;
}
.list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
  color: #141414;
  background-color: #bebebe;
}
.list-group-item-secondary.list-group-item-action.active {
  color: #ffffff;
  background-color: #141414;
  border-color: #141414;
}

.list-group-item-success {
  color: #1c673d;
  background-color: #d5eee0;
}
.list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
  color: #1c673d;
  background-color: #c0d6ca;
}
.list-group-item-success.list-group-item-action.active {
  color: #ffffff;
  background-color: #1c673d;
  border-color: #1c673d;
}

.list-group-item-info {
  color: #005080;
  background-color: #cce7f7;
}
.list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
  color: #005080;
  background-color: #b8d0de;
}
.list-group-item-info.list-group-item-action.active {
  color: #ffffff;
  background-color: #005080;
  border-color: #005080;
}

.list-group-item-warning {
  color: #7a6217;
  background-color: #fff3cd;
}
.list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
  color: #7a6217;
  background-color: #e6dbb9;
}
.list-group-item-warning.list-group-item-action.active {
  color: #ffffff;
  background-color: #7a6217;
  border-color: #7a6217;
}

.list-group-item-danger {
  color: #842029;
  background-color: #f8d7da;
}
.list-group-item-danger.list-group-item-action:hover, .list-group-item-danger.list-group-item-action:focus {
  color: #842029;
  background-color: #dfc2c4;
}
.list-group-item-danger.list-group-item-action.active {
  color: #ffffff;
  background-color: #842029;
  border-color: #842029;
}

.list-group-item-light {
  color: #787878;
  background-color: #fefefe;
}
.list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
  color: #787878;
  background-color: #e5e5e5;
}
.list-group-item-light.list-group-item-action.active {
  color: #ffffff;
  background-color: #787878;
  border-color: #787878;
}

.list-group-item-dark {
  color: #141619;
  background-color: #d3d3d4;
}
.list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
  color: #141619;
  background-color: #bebebf;
}
.list-group-item-dark.list-group-item-action.active {
  color: #ffffff;
  background-color: #141619;
  border-color: #141619;
}

.toast {
  width: 350px;
  max-width: 100%;
  font-size: 0.875rem;
  pointer-events: auto;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border: 1px solid rgba(0, 0, 0, 0.1);
  box-shadow: 0 0.5rem 1rem rgba(34, 34, 34, 0.15);
  border-radius: 0.25rem;
}
.toast:not(.showing):not(.show) {
  opacity: 0;
}
.toast.hide {
  display: none;
}

.toast-container {
  width: -moz-max-content;
  width: max-content;
  max-width: 100%;
  pointer-events: none;
}
.toast-container:not(:last-child) {
  margin-bottom: 0.75rem;
}

.toast-header {
  display: flex;
  align-items: center;
  padding: 0.5rem 0.75rem;
  color: #6c757d;
  background-color: rgba(255, 255, 255, 0.85);
  background-clip: padding-box;
  border-bottom: 1px solid rgba(0, 0, 0, 0.05);
  border-top-left-radius: calc(0.25rem - 1px);
  border-top-right-radius: calc(0.25rem - 1px);
}
.toast-header .btn-close {
  margin-right: -0.375rem;
  margin-left: 0.75rem;
}

.toast-body {
  padding: 0.75rem;
  word-wrap: break-word;
}

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

.bs-tooltip-top,
.bs-tooltip-auto[data-popper-placement^=top] {
  padding: 0.4rem 0;
}
.bs-tooltip-top .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow {
  bottom: 0;
}
.bs-tooltip-top .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=top] .tooltip-arrow::before {
  top: -1px;
  border-width: 0.4rem 0.4rem 0;
  border-top-color: #222222;
}

.bs-tooltip-end,
.bs-tooltip-auto[data-popper-placement^=right] {
  padding: 0 0.4rem;
}
.bs-tooltip-end .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow {
  left: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-end .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=right] .tooltip-arrow::before {
  right: -1px;
  border-width: 0.4rem 0.4rem 0.4rem 0;
  border-right-color: #222222;
}

.bs-tooltip-bottom,
.bs-tooltip-auto[data-popper-placement^=bottom] {
  padding: 0.4rem 0;
}
.bs-tooltip-bottom .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow {
  top: 0;
}
.bs-tooltip-bottom .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=bottom] .tooltip-arrow::before {
  bottom: -1px;
  border-width: 0 0.4rem 0.4rem;
  border-bottom-color: #222222;
}

.bs-tooltip-start,
.bs-tooltip-auto[data-popper-placement^=left] {
  padding: 0 0.4rem;
}
.bs-tooltip-start .tooltip-arrow,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow {
  right: 0;
  width: 0.4rem;
  height: 0.8rem;
}
.bs-tooltip-start .tooltip-arrow::before,
.bs-tooltip-auto[data-popper-placement^=left] .tooltip-arrow::before {
  left: -1px;
  border-width: 0.4rem 0 0.4rem 0.4rem;
  border-left-color: #222222;
}

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

.popover {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1060;
  display: block;
  max-width: 276px;
  font-family: var(--bs-font-sans-serif);
  font-style: normal;
  font-weight: 400;
  line-height: 1.5;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid rgba(34, 34, 34, 0.2);
  border-radius: 0.3rem;
}
.popover .popover-arrow {
  position: absolute;
  display: block;
  width: 1rem;
  height: 0.5rem;
}
.popover .popover-arrow::before, .popover .popover-arrow::after {
  position: absolute;
  display: block;
  content: "";
  border-color: transparent;
  border-style: solid;
}

.bs-popover-top > .popover-arrow,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow {
  bottom: calc(-0.5rem - 1px);
}
.bs-popover-top > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::before {
  bottom: 0;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: rgba(34, 34, 34, 0.25);
}
.bs-popover-top > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=top] > .popover-arrow::after {
  bottom: 1px;
  border-width: 0.5rem 0.5rem 0;
  border-top-color: #ffffff;
}

.bs-popover-end > .popover-arrow,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow {
  left: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-end > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::before {
  left: 0;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: rgba(34, 34, 34, 0.25);
}
.bs-popover-end > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=right] > .popover-arrow::after {
  left: 1px;
  border-width: 0.5rem 0.5rem 0.5rem 0;
  border-right-color: #ffffff;
}

.bs-popover-bottom > .popover-arrow,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow {
  top: calc(-0.5rem - 1px);
}
.bs-popover-bottom > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::before {
  top: 0;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: rgba(34, 34, 34, 0.25);
}
.bs-popover-bottom > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=bottom] > .popover-arrow::after {
  top: 1px;
  border-width: 0 0.5rem 0.5rem 0.5rem;
  border-bottom-color: #ffffff;
}
.bs-popover-bottom .popover-header::before,
.bs-popover-auto[data-popper-placement^=bottom] .popover-header::before {
  position: absolute;
  top: 0;
  left: 50%;
  display: block;
  width: 1rem;
  margin-left: -0.5rem;
  content: "";
  border-bottom: 1px solid #f0f0f0;
}

.bs-popover-start > .popover-arrow,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow {
  right: calc(-0.5rem - 1px);
  width: 0.5rem;
  height: 1rem;
}
.bs-popover-start > .popover-arrow::before,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::before {
  right: 0;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: rgba(34, 34, 34, 0.25);
}
.bs-popover-start > .popover-arrow::after,
.bs-popover-auto[data-popper-placement^=left] > .popover-arrow::after {
  right: 1px;
  border-width: 0.5rem 0 0.5rem 0.5rem;
  border-left-color: #ffffff;
}

.popover-header {
  padding: 0.5rem 1rem;
  margin-bottom: 0;
  font-size: 1rem;
  background-color: #f0f0f0;
  border-bottom: 1px solid #d8d8d8;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.popover-header:empty {
  display: none;
}

.popover-body {
  padding: 1rem 1rem;
  color: #212529;
}

.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;
}
.carousel-item.active {
  display: block;
}

.carousel-item-next {
  display: block;
}
.carousel-item-next:not(.carousel-item-start) {
  transform: translateX(100%);
}

.carousel-item-prev {
  display: block;
}
.carousel-item-prev:not(.carousel-item-end) {
  transform: translateX(-100%);
}

.active.carousel-item-end {
  transform: translateX(100%);
}
.active.carousel-item-start {
  transform: translateX(-100%);
}

.carousel-fade .carousel-item {
  opacity: 0;
  transition-property: opacity;
  transform: none;
}
.carousel-fade .carousel-item.active {
  z-index: 1;
  opacity: 1;
}
.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;
}

.carousel-control-prev {
  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;
  left: 0;
}
.carousel-control-prev:hover, .carousel-control-prev:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.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;
  right: 0;
}
.carousel-control-next:hover, .carousel-control-next:focus {
  color: #ffffff;
  text-decoration: none;
  outline: 0;
  opacity: 0.9;
}

.carousel-control-prev-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  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 {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  background-size: 100% 100%;
  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;
}
.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: #222222;
}
.carousel-dark .carousel-caption {
  color: #222222;
}

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

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

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

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

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

.link-primary {
  color: #f66230;
}
.link-primary:hover, .link-primary:focus {
  color: #f88159;
}

.link-secondary {
  color: #222222;
}
.link-secondary:hover, .link-secondary:focus {
  color: #1b1b1b;
}

.link-success {
  color: #2FAC66;
}
.link-success:hover, .link-success:focus {
  color: #59bd85;
}

.link-info {
  color: #0086d6;
}
.link-info:hover, .link-info:focus {
  color: #339ede;
}

.link-warning {
  color: #ffc107;
}
.link-warning:hover, .link-warning:focus {
  color: #ffcd39;
}

.link-danger {
  color: #dc3545;
}
.link-danger:hover, .link-danger:focus {
  color: #b02a37;
}

.link-light {
  color: #f8f9fa;
}
.link-light:hover, .link-light:focus {
  color: #f9fafb;
}

.link-dark {
  color: #212529;
}
.link-dark:hover, .link-dark:focus {
  color: #1a1e21;
}

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

.ratio-16x9 {
  --bs-aspect-ratio: 56.25%;
}

.ratio-21x9 {
  --bs-aspect-ratio: 42.8571428571%;
}

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

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

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

.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(34, 34, 34, 0.15) !important;
}

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

.shadow-lg {
  box-shadow: 0 1rem 3rem rgba(34, 34, 34, 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: 1px solid #dee2e6 !important;
}

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

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

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

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

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

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

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

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

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

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

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

.border-success {
  border-color: #2FAC66 !important;
}

.border-info {
  border-color: #0086d6 !important;
}

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

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

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

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

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

.border-1 {
  border-width: 1px !important;
}

.border-2 {
  border-width: 2px !important;
}

.border-3 {
  border-width: 3px !important;
}

.border-4 {
  border-width: 4px !important;
}

.border-5 {
  border-width: 5px !important;
}

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

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

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

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

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

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

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

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

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

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

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

.fs-4 {
  font-size: calc(1.275rem + 0.2571428571vw) !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-bolder {
  font-weight: bolder !important;
}

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

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

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

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

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

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

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

.text-success {
  color: #2FAC66 !important;
}

.text-info {
  color: #0086d6 !important;
}

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

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

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

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

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

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

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

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

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

.text-reset {
  color: inherit !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;
}

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

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

.bg-success {
  background-color: #2FAC66 !important;
}

.bg-info {
  background-color: #0086d6 !important;
}

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

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

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

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

.bg-body,
.bg-white {
  background-color: #ffffff !important;
}

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

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

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

.text-nowrap {
  white-space: nowrap !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-break {
  word-wrap: break-word !important;
  word-break: break-word !important;
}

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

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

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

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

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

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

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

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

.rounded-1 {
  border-radius: 0.2rem !important;
}

.rounded-2 {
  border-radius: 0.25rem !important;
}

.rounded-3 {
  border-radius: 0.3rem !important;
}

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

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

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

.rounded-end {
  border-top-right-radius: 0.25rem !important;
  border-bottom-right-radius: 0.25rem !important;
}

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

.rounded-start {
  border-bottom-left-radius: 0.25rem !important;
  border-top-left-radius: 0.25rem !important;
}

.visible {
  visibility: visible !important;
}

.invisible {
  visibility: hidden !important;
}

.menu-btn {
  display: none;
}

.title {
  font-size: 42px;
}
.title h2,
.title .h2 {
  margin-bottom: 55px;
}

.gray-bg {
  background-color: #f7f7f7;
}

.spacing-top-142 {
  margin-top: 142px;
}

.spacing-bottom-142 {
  margin-bottom: 142px;
}

header.open .search-form {
  display: block;
}

.title-text-slider .row {
  display: flex !important;
}
.title-text-slider .section-image {
  margin-top: 0;
  height: 300px;
}
.title-text-slider h2,
.title-text-slider .h2 {
  margin-bottom: 64px;
}
.title-text-slider h5,
.title-text-slider .h5 {
  line-height: 1.58;
  letter-spacing: 0.5px;
  max-width: 424px;
  width: 100%;
}

.slider-arrow-style {
  position: relative;
  max-width: 130px;
  width: 100%;
}
.slider-arrow-style .slick-arrow {
  border: none;
  background-color: transparent;
}
.slider-arrow-style .slick-arrow:after, .slider-arrow-style .slick-arrow:before {
  content: "";
  max-width: 51px;
  width: 100%;
  min-height: 51px;
  background-color: #f7f7f7;
  border-radius: 100%;
  position: absolute;
  background-repeat: no-repeat;
  right: 0;
}
.slider-arrow-style .product-prev:before {
  content: "";
  background-image: url(/wp-content/themes/joyce/images/circle_arrow_left.svg);
  left: 0;
}
.slider-arrow-style .product-next:after {
  content: "";
  background-image: url(/wp-content/themes/joyce/images/circle_arrow.svg);
}

.about-accreditation.about-accreditation-new ul {
  justify-content: center !important;
}
.about-accreditation.about-accreditation-new ul li {
  padding: 0 40px;
}

.learn-more-section.learn-more-section-new h2,
.learn-more-section.learn-more-section-new .h2 {
  margin-bottom: 31px;
}

.pagescroll-links.with_gs_link ul {
  justify-content: flex-start;
}

.page-financial-aid .pagescroll-links ul,
.page-compare-nursing .pagescroll-links ul {
  justify-content: space-around;
}
.page-financial-aid .es-wrapper,
.page-compare-nursing .es-wrapper {
  padding-top: 0;
}

.full-width-image {
  overflow: hidden;
}
.full-width-image img {
  width: 100%;
}

.title-content.title-content-elememnt {
  margin-top: 114px;
  margin-bottom: 60px;
}
.title-content.title-content-elememnt h3,
.title-content.title-content-elememnt .h3 {
  font-size: 28px;
}
.title-content.title-content-elememnt .container {
  width: 100%;
}
.title-content.title-content-elememnt.faculty-text-24 .container {
  max-width: 1065px !important;
}

.top-border {
  position: relative;
  padding-top: 21px;
}
.top-border:before {
  content: "";
  width: 32px;
  height: 9px;
  position: absolute;
  left: 0;
  top: 0;
  background-color: #f66230;
}

.admission-tuition-section.title-content-procontent-full {
  margin-bottom: 163px;
}

.faculty-text-24 h2,
.faculty-text-24 .h2 {
  max-width: 380px;
  margin-left: auto;
}
.faculty-text-24 h3,
.faculty-text-24 .h3 {
  font-size: 24px;
  line-height: 1.58;
  max-width: 510px;
}

.slider-table {
  background-color: #e8eff3;
  padding: 110px 0 165px;
  overflow: hidden;
}
.slider-table h2,
.slider-table .h2 {
  margin-bottom: 65px;
  padding-left: 16px;
}

.semister-slider {
  padding-left: 30px !important;
}
.semister-slider .slick-slide {
  margin-right: 40px;
}
.semister-slider .slick-list.draggable {
  margin-right: -16%;
}

.faq-section {
  padding: 100px 0 165px;
}
.faq-section h2,
.faq-section .h2 {
  margin-bottom: 85px;
}

.testimonial-section {
  padding: 50px 0 135px;
}

.testimonial-inner {
  max-width: 900px;
  margin: auto;
}
.testimonial-inner a.card-link {
  margin: 50px auto 0 !important;
  justify-content: center;
  display: inline-flex;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.07px;
  color: #00426a;
  text-decoration: none;
}
.testimonial-inner .card {
  margin-bottom: 50px;
}

.request-form input.btn {
  margin: 60px 0 65px;
}

.info {
  font-size: 11px;
  line-height: 2;
  letter-spacing: normal;
  color: #00426a;
}
.info p {
  font-size: 11px;
  line-height: 2;
  letter-spacing: normal;
  color: #00426a;
}

.corevalue-section {
  padding: 135px 0;
  background-color: #e8eff3;
}
.corevalue-section h2,
.corevalue-section .h2 {
  padding: 0 0 115px 0;
}

.additional-resources {
  padding: 50px 0;
}
.additional-resources h2,
.additional-resources .h2 {
  margin: 0 0 80px 0;
}

.right-img-left-content-inner,
.mission-section-inner {
  width: 100%;
  max-width: 1440px;
  margin: auto;
  padding-left: 7.2%;
}
.right-img-left-content-inner .card-body,
.mission-section-inner .card-body {
  padding-right: 15%;
}

.our-campus-inner {
  max-width: 1440px;
  margin: auto;
}
.our-campus-inner .map-section {
  position: relative;
  display: inline-block;
  margin: 120px 0 0 0;
}
.our-campus-inner .map-section iframe {
  width: 991px !important;
  min-height: 689px;
}

.location-section {
  position: absolute;
  width: 100%;
  top: 0;
  right: 0;
  max-width: 574px;
  background-color: #0086d6;
  height: 100%;
  max-height: 516px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

.our-campus {
  padding: 180px 0 100px;
}

.es-slider-wrap {
  background-color: #00426a;
}
.es-slider-wrap .slick-slide {
  height: 582px;
}
.es-slider-wrap .slick-slide img {
  height: 582px;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: top;
  object-position: top;
}

.es-slide {
  overflow: hidden;
}
.es-slide .card-body {
  padding: 0 80px;
}
.es-slide h2,
.es-slide .h2 {
  line-height: 1.19;
  letter-spacing: 0.58px;
  color: #fff !important;
}
.es-slide h4,
.es-slide .h4 {
  letter-spacing: 0.39px;
  color: #fff;
  margin: 0 0 45px 0;
}
.es-slide p {
  line-height: 2;
  letter-spacing: 0.38px;
  text-align: left;
  color: #fff;
}
.es-slide a.btn {
  margin-top: 30px;
}

.es-circuler-shape:after {
  content: "";
  background-image: url("/wp-content/themes/joyce/images/circuler-img.png");
  top: 0;
  width: 322px;
  height: 594px;
  position: absolute;
  right: -5px;
  background-size: cover;
}

.es-wrapper {
  padding-top: 124px;
}
.es-wrapper .slider-arrow-style {
  height: 53px;
  margin: 0px 110px 30px auto;
}
.es-wrapper .slider-arrow-style .slick-arrow:after, .es-wrapper .slider-arrow-style .slick-arrow:before {
  top: 0;
}
.es-wrapper.facilities-slider-section .slider-arrow-style {
  margin: 0px 110px 50px auto;
}
.es-wrapper.facilities-slider-section .title {
  margin-bottom: 88px;
}
.es-wrapper.facilities-slider-section .card .video-btn {
  max-width: 128px;
  width: 100%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
}
.es-wrapper.facilities-slider-section .card .video-btn img {
  width: 128px;
  height: 128px !important;
  -o-object-fit: inherit;
  object-fit: inherit;
}
.es-wrapper.facilities-slider-section .es-slider-wrap {
  line-height: 0;
}
.es-wrapper.facilities-slider-section .es-slider-wrap .slick-slide {
  height: inherit;
}
.es-wrapper.facilities-slider-section .es-slider-wrap .slick-slide img {
  height: 439px;
}
.es-wrapper.facilities-slider-section .es-slide .card-body {
  padding-top: 62px;
}
.es-wrapper.facilities-slider-section .es-slide .card-body h4,
.es-wrapper.facilities-slider-section .es-slide .card-body .h4 {
  margin: 0 0 38px 0;
}
.es-wrapper.facilities-slider-section .es-slide p {
  margin-bottom: 8px;
}
.es-wrapper.facilities-slider-section .title-text-slider-arrow2 {
  position: absolute;
  top: 160px;
  right: 0;
}
.es-wrapper.facilities-slider-section .btn {
  max-width: 228px;
  width: 100%;
  font-size: 18px;
}

.blog-listing-tag-title h6 a,
.blog-listing-tag-title .h6 a {
  color: #00426a;
  text-decoration: none;
}
.blog-listing-tag-title h6 strong,
.blog-listing-tag-title .h6 strong {
  color: #f66230;
  text-transform: uppercase;
}
.blog-listing-tag-title h1,
.blog-listing-tag-title .h1 {
  margin: 0 0 20px 0;
}

.select-wrapper.drop-icon {
  position: relative;
  cursor: pointer;
  background-image: url(/wp-content/themes/joyce/images/dropdown-blue.svg);
  background-repeat: no-repeat;
  background-position: right 50%;
  cursor: pointer;
}

.why-section {
  padding-top: 143px;
  padding-bottom: 112px;
}
.why-section .title {
  margin-bottom: 99px;
  z-index: 9;
  position: relative;
}
.why-section .title h2,
.why-section .title .h2 {
  font-weight: 600;
  line-height: 1.19;
  letter-spacing: 0.44px;
  color: #0086d6 !important;
}
.why-section .card {
  background-color: transparent;
}
.why-section .card h4,
.why-section .card .h4 {
  margin-bottom: 22px;
}
.why-section .card .img-box {
  min-height: 126px;
  margin-bottom: 40px;
  display: flex;
  align-items: flex-end;
}
.why-section .card img {
  max-width: 100px;
  width: 100%;
  margin: 0 auto;
}
.why-section a.card-link {
  margin: 0px auto 0 !important;
  justify-content: center;
  display: inline-grid;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.07px;
  color: #00426a;
  text-decoration: none;
}
.why-section.learn-more-section2 {
  padding-top: 123px;
}
.why-section.learn-more-section2 .card {
  margin-bottom: 53px;
}
.why-section.learn-more-section2 .card .img-box {
  margin-bottom: 61px;
}
.why-section.learn-more-section2 p {
  margin-bottom: 31px;
}
.why-section.learn-more-section2 .text-end .card-link {
  display: none;
}
.why-section.learn-more-section2 .title {
  margin-bottom: 77px;
}
.why-section.learn-more-section2 .title h2,
.why-section.learn-more-section2 .title .h2 {
  color: #00426a !important;
}
.why-section.learn-more-section2.with-background-bg:after {
  background-image: url(/wp-content/themes/joyce/images/backgroundcircle.svg);
  top: 0;
  height: 1176px;
}
.why-section.learn-more-section2.with-background-bg .with-background-bg:before {
  content: "";
  right: 0;
  top: 0px;
  background-image: url(/wp-content/themes/joyce/images/backgroundcross.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  max-width: 335px;
  height: 335px;
  width: 100%;
}

.request-content-info-section.view-more-faculty .social-mail-linkedin {
  padding-left: 0;
  margin-top: 63px;
  margin-left: auto;
  max-width: 250px;
  width: 100%;
  text-align: center;
}
.request-content-info-section.view-more-faculty .social-mail-linkedin ul li {
  padding-left: 0;
}
.request-content-info-section.view-more-faculty .social-mail-linkedin ul li a {
  display: inline-block;
}

.press-release-content-inner1 {
  padding: 100px 10%;
  max-width: 77%;
  margin: auto;
  border-bottom: solid 1px #979797;
}
.press-release-content-inner1 p:last-child {
  margin-bottom: 0;
}
.press-release-content-inner1 h3,
.press-release-content-inner1 .h3 {
  font-weight: 300;
  line-height: 1.53;
  letter-spacing: 0.75px;
  color: #00426a;
  font-family: "SourceSansProBold" !important;
}
.press-release-content-inner1 ul li {
  padding-left: 25px !important;
}
.press-release-content-inner1 ul li:after {
  content: "" !important;
  display: block !important;
}

.card.press-tabs-wrapper {
  box-shadow: none;
}

ul.press-tabs-link {
  padding: 3px 10px;
  border-radius: 50px;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.16);
  background-color: #0086d6;
  align-items: center;
  flex-wrap: wrap;
}
ul.press-tabs-link li {
  width: 25%;
  text-align: center;
  padding-left: 0 !important;
}
ul.press-tabs-link li:after {
  display: none;
}
ul.press-tabs-link li a {
  font-size: 21px;
  font-weight: 600;
  line-height: normal;
  letter-spacing: 0.5px;
  color: #ffffff !important;
  text-transform: uppercase;
  text-decoration: none;
  padding: 25px;
  display: block;
}
ul.press-tabs-link li.active a {
  color: #003d62 !important;
  padding: 19.9px 15px;
  border-radius: 34px;
  background-color: #fff;
}

.press-tabs-wrapper {
  border-radius: 5px;
  box-shadow: 1px 1px 6px 0 rgba(0, 0, 0, 0.16);
  margin: 0 0 85px 0;
}

.press-release-title h6,
.press-release-title .h6 {
  margin: 0 0 50px 0;
  text-transform: uppercase;
}
.press-release-title h6 strong,
.press-release-title .h6 strong {
  color: #f66230;
  position: relative;
  margin-left: 8px;
  padding-left: 5px;
}
.press-release-title h6 strong:before,
.press-release-title .h6 strong:before {
  content: "";
  left: -4px;
  background-color: #00426a;
  height: 18px;
  width: 1px;
  position: absolute;
  top: 3px;
}
.press-release-title h6 a,
.press-release-title .h6 a {
  position: relative;
  padding-left: 12px;
  color: #00426a;
  text-decoration: none;
}
.press-release-title h6 a:before,
.press-release-title .h6 a:before {
  content: "";
  left: 4px;
  background-color: #00426a;
  height: 18px;
  width: 1px;
  position: absolute;
  top: 3px;
}
.press-release-title h6 a:first-child,
.press-release-title .h6 a:first-child {
  padding-left: 0;
}
.press-release-title h6 a:first-child:before,
.press-release-title .h6 a:first-child:before {
  display: none;
}

.press-release-banner {
  margin-bottom: 65px;
}

.press-release-content-inner3 {
  padding: 130px 0 0;
  width: 100%;
  max-width: 77%;
  margin: auto;
}
.press-release-content-inner3 ul {
  padding-left: 0;
  list-style: none;
  margin: 0;
}
.press-release-content-inner3 ul li {
  font-size: 1.125rem;
  line-height: 1.61;
  letter-spacing: 1.5px;
  color: #00426a;
  display: flex;
}
.press-release-content-inner3 ul li h6,
.press-release-content-inner3 ul li .h6 {
  color: #00426a;
}
.press-release-content-inner3 h6,
.press-release-content-inner3 .h6 {
  font-size: 1.125rem;
  letter-spacing: 1.5px;
  color: #0085d6;
  margin-bottom: 30px;
  margin-right: 10px;
  margin-top: 3px;
}
.press-release-content-inner3 h3,
.press-release-content-inner3 .h3 {
  font-weight: 300;
  line-height: 1.53;
  letter-spacing: 0.75px;
  color: #00426a;
  font-family: "SourceSansProLight";
}

.with-background-bg {
  position: relative;
  overflow: hidden;
}
.with-background-bg:before {
  content: "";
  right: 0;
  top: 0px;
  background-image: url(/wp-content/themes/joyce/images/backgroundcross.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  max-width: 374.8px;
  height: 439.1px;
  width: 100%;
}
.with-background-bg:after {
  content: "";
  background-image: url(/wp-content/themes/joyce/images/quartercirclecenter-bottom.svg);
  background-repeat: no-repeat;
  width: 282px;
  height: 1316px;
  position: absolute;
  top: 65px;
  left: -50px;
  z-index: -1;
  transform: rotateY(160deg);
}

.home-cross-background-bg {
  position: relative;
}
.home-cross-background-bg:before {
  content: "";
  right: 0;
  top: 0px;
  background-image: url(/wp-content/themes/joyce/images/backgroundcross.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  max-width: 294px;
  height: 294px;
  width: 100%;
  z-index: -1;
  transform: rotateX(160deg);
}
.home-cross-background-bg:after {
  content: "";
  background-image: url(/wp-content/themes/joyce/images/backgroundcross.svg);
  background-repeat: no-repeat;
  max-width: 463px;
  height: 439.1px;
  width: 100%;
  position: absolute;
  bottom: -180px;
  left: -50px;
  z-index: -1;
  transform: rotateY(160deg);
  z-index: -1;
}

.circle-background-bg {
  position: relative;
  overflow: hidden;
}
.circle-background-bg:before {
  content: "";
  right: -400px;
  bottom: -240px;
  background-image: url(/wp-content/themes/joyce/images/Ellipse_left.png);
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  max-width: 864.8px;
  height: 619.1px;
  width: 100%;
  z-index: -1;
}
.circle-background-bg:after {
  content: "";
  background-image: url(/wp-content/themes/joyce/images/Ellipse_right.png);
  background-repeat: no-repeat;
  width: 329px;
  height: 1316px;
  position: absolute;
  top: 80px;
  left: -50px;
  z-index: -1;
  transform: rotateY(160deg);
}

.card-layout-section {
  padding-top: 141px;
  padding-bottom: 190px;
}
.card-layout-section .title {
  margin-bottom: 62px;
}
.card-layout-section .title h2,
.card-layout-section .title .h2 {
  color: #0086d6 !important;
}
.card-layout-section .card {
  padding: 13px 28px 17px 13px;
  border-radius: 8px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.16);
}
.card-layout-section .card h4,
.card-layout-section .card .h4 {
  margin-bottom: 17px;
}
.card-layout-section .card p {
  margin-bottom: 21px;
}

.tuition-fees.with-background-bg {
  overflow: visible;
}
.tuition-fees.with-background-bg:before {
  z-index: -1;
  top: -60px;
}
.tuition-fees.with-background-bg:after {
  height: 1036px;
  top: -70px;
  left: -100px;
}

.border-bottom-1 {
  border-bottom: 1px solid #707070;
  margin-bottom: 86px;
}

.client-testimonials.without-image .container {
  max-width: 1025px !important;
  margin-left: 254px;
}
.client-testimonials.without-image .content {
  max-width: 785px;
  margin: 106px auto;
}
.client-testimonials.without-image.with-background-bg-backgroundcross:before {
  bottom: 40px;
}

.with-background-bg-backgroundcross {
  position: relative;
  overflow: hidden;
}
.with-background-bg-backgroundcross:before {
  content: "";
  background-image: url(/wp-content/themes/joyce/images/backgroundcross.svg);
  background-repeat: no-repeat;
  max-width: 498px;
  height: 529px;
  width: 100%;
  position: absolute;
  bottom: -10px;
  left: -40px;
  z-index: -1;
  transform: rotateY(160deg);
  z-index: -1;
  background-size: cover;
}

.why-section-new {
  padding-bottom: 89px;
}
.why-section-new .source-link {
  margin-top: 35px;
}
.why-section-new .source-link p {
  font-size: 12px;
  line-height: 2;
  letter-spacing: 0.17px;
  color: #00426a;
}
.why-section-new .source-link p a {
  color: #0086d6;
  text-decoration: none;
  border-bottom: 1px solid #0086d6;
  padding-bottom: 1px;
}

.video-wrapper iframe {
  width: 100%;
  height: 100vh;
}

.video-popup {
  margin: 0 auto !important;
}
.video-popup .btn-close {
  background-color: #ffffff;
  border-radius: 100%;
  padding: 0;
  top: 60px;
  right: 50px;
  background-size: 70%;
}
.video-popup .modal {
  margin: 1.75rem auto;
}

.page-asn .high-score-placement {
  margin-top: 50px;
  margin-bottom: 50px;
}
.page-asn .es-wrapper {
  padding-top: 100px;
}

.sources-code.sources-code-new {
  padding: 30px 0 0;
  margin-top: 0;
}
.sources-code.sources-code-new p {
  font-size: 18px;
}
.sources-code.sources-code-new ol {
  margin-bottom: 0;
}
.sources-code.sources-code-new ol li {
  font-size: 18px;
}
.sources-code.sources-code-new ol li:before {
  font-size: 18px;
  left: -18px;
  top: -6px;
}

.slick-dots li {
  padding-left: 0 !important;
}
.slick-dots li:after {
  display: none !important;
}

#wpfront-notification-bar-spacer.wpfront-notification-bar-spacer {
  z-index: 98;
}

#curriculum:before {
  content: "";
  height: 154px;
  width: 100%;
  margin-top: -100px;
  display: block;
}

#admission-tuition-section:before,
#faculty:before {
  content: "";
  height: 154px;
  width: 100%;
  margin-top: -154px;
  display: block;
}

.link-section-new:before {
  content: "";
  height: 154px;
  width: 100%;
  margin-top: -154px;
  display: block;
}
.link-section-new .about-accreditation ul li:after {
  display: none !important;
}

ul.press-tabs-link.list-unstyled.d-flex.mb-0 li:last-child {
  display: none;
}

#menu-copyright {
  display: flex !important;
}

@media (max-width: 767px) {
  .btn-lg,
  .btn-group-lg > .btn,
  .btn,
  .button,
  .form-submit .submit {
    min-width: 135px;
  }
  .blog-wrapper h2,
  .blog-wrapper .h2 {
    padding: 0 20px;
  }
  .blog-wrapper .sort-dropdown {
    max-width: 100%;
  }
  .slider-arrow-style {
    max-width: 90px;
  }
  .slider-arrow-style .slick-arrow:after, .slider-arrow-style .slick-arrow:before {
    max-width: 36px;
    min-height: 36px;
    background-size: cover;
  }
  .title-text-slider-section {
    padding-top: 100px;
    margin-bottom: 62px;
    overflow: hidden;
    height: auto;
  }
  .title-text-slider-section .title-text-slider-arrow {
    top: 61%;
    right: 20%;
  }
  .title-text-slider-section .title-text-slider {
    margin-left: -11px;
  }
  .view-more-faculty .card {
    padding: 0 13px !important;
  }
  .view-more-faculty .card .btn {
    margin-top: 0;
  }
  .slider-table {
    padding: 86px 0 107px;
  }
  .slider-table h2,
  .slider-table .h2 {
    padding-right: 160px;
    margin-bottom: 30px;
    font-size: 30px;
  }
  .slider-table .slider-arrow-style {
    position: absolute;
    right: 10px;
    top: 80px;
    margin-right: 30px;
    min-height: 51px;
    margin-bottom: 42px;
  }
  body {
    font-size: 16px;
  }
  body.page-template-template-blog-listing {
    padding-top: 58px;
  }
  h1,
  .h1 {
    font-size: 45px;
  }
  .title-content.title-content-elememnt .container {
    padding: 0 35px;
  }
  .program-layout {
    max-width: 328px;
    margin: 0 auto 0px;
    width: 100%;
  }
  .program-layout .title-section h4,
  .program-layout .title-section .h4 {
    font-size: 18px;
    letter-spacing: 0.25px;
  }
  .program-layout h2,
  .program-layout .h2 {
    font-size: 30px;
    margin-bottom: 15px;
  }
  .program-layout h3,
  .program-layout .h3 {
    font-size: 24px;
  }
  .program-layout .titlecontent {
    margin-bottom: 40px;
  }
  .program-layout .titlecontent p {
    max-width: 100%;
    line-height: 1.69;
    letter-spacing: 0.22px;
  }
  .admission-tuition-section .container {
    padding: 0 35px;
  }
  .admission-tuition-section .view-btn {
    margin-top: 0;
  }
  .admission-tuition-section h2,
  .admission-tuition-section .h2 {
    font-size: 30px;
    line-height: 1.27;
  }
  .admission-tuition-section .admission-tuition-content {
    margin-bottom: 30px;
  }
  .admission-tuition-section.title-content-procontent-full {
    margin-bottom: 49px;
  }
  .testimonial-section {
    padding: 50px 0 86px;
  }
  .about-accreditation .container {
    padding: 0 35px;
  }
  .about-accreditation p {
    line-height: 1.69;
    font-family: "SourceSansProRegular";
  }
  .about-accreditation h2,
  .about-accreditation .h2 {
    font-size: 30px;
  }
  .about-accreditation ul {
    flex-wrap: wrap;
    margin: 35px auto 7px;
  }
  .about-accreditation ul li {
    width: 100%;
    margin-bottom: 20px;
    padding: 0;
    text-align: left;
    padding-left: 20px;
  }
  .about-accreditation .learn-more-link {
    color: #00426a;
    border-bottom: solid 2px #00426a;
    padding-bottom: 4px;
  }
  .learn-more-section {
    padding-top: 92px;
    padding-bottom: 78px;
  }
  .learn-more-section .col-md {
    margin-bottom: 59px;
  }
  .learn-more-section .col-md:last-child {
    margin-bottom: 0;
  }
  .learn-more-section .col-md:nth-child(2n) {
    padding-top: 80px;
  }
  .learn-more-section .col-md:nth-child(2n):before {
    width: 210px !important;
    height: 0.4px !important;
    right: 0;
    margin: 0 auto;
  }
  .learn-more-section h2,
  .learn-more-section .h2 {
    font-family: "SourceSansProBold";
  }
  .left-image-right-content h6,
  .left-image-right-content .h6 {
    max-width: 100%;
    line-height: 1.69;
  }
  .left-image-right-content .container-fluid,
  .left-image-right-content .container-sm,
  .left-image-right-content .container-md,
  .left-image-right-content .container-lg,
  .left-image-right-content .container-xl,
  .left-image-right-content .container-xxl {
    padding: 0 35px;
  }
  .left-image-right-content img {
    max-width: 100%;
  }
  .right-img-left-content {
    padding: 50px 0 45px;
  }
  .right-img-left-content .right-img-left-content-inner .text-end {
    text-align: left !important;
  }
  .right-img-left-content .right-img-left-content-inner img {
    padding-right: 36px;
    margin-right: auto;
    text-align: left !important;
  }
  .right-img-left-content h2,
  .right-img-left-content .h2 {
    font-size: 30px;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: 0.42px;
    margin: 0 0 25px 0;
  }
  .right-img-left-content p {
    font-size: 16px;
    line-height: 1.69;
    letter-spacing: 0.22px;
  }
  .semister-slider {
    padding: 0 15px !important;
  }
  .semister-slider .slick-slide,
  .semister-slider .slick-list.draggable {
    margin-right: 0;
  }
  .request-content-info-section .col-lg-5 {
    margin-left: -22px;
    overflow: hidden;
  }
  .request-content-info-section .card {
    padding-top: 61px;
    margin-bottom: 79px;
  }
  .request-content-info-section .card h2,
  .request-content-info-section .card .h2 {
    font-size: 30px;
  }
  .request-content-info-section .card h4,
  .request-content-info-section .card .h4 {
    font-size: 16px;
  }
  .request-content-info-section .card h4 p br,
  .request-content-info-section .card .h4 p br {
    display: none;
  }
  .request-content-info-section .card .request-info-link .learn-more-link {
    font-size: 18px;
    padding-bottom: 4px;
  }
  .ar-slider-mobile .slick-slide {
    margin: 0 25px 0 0;
  }
  .ar-slider-mobile .slick-list.draggable {
    padding-right: 110px;
    padding-left: 36px;
  }
  .es-slider-wrap .slick-slide {
    height: auto;
  }
  .es-slider-wrap .slick-slide img {
    max-height: 360px;
    height: auto;
  }
  .es-wrapper.facilities-slider-section {
    padding-top: 48px;
  }
  .es-wrapper.facilities-slider-section .title {
    padding: 0 20px;
    margin-top: 5px;
  }
  .es-wrapper.facilities-slider-section .title h2,
  .es-wrapper.facilities-slider-section .title .h2 {
    margin-bottom: 0;
  }
  .es-wrapper.facilities-slider-section .card .video-btn img {
    width: 70.5px;
    height: 70.5px !important;
    margin: 0 auto;
  }
  .es-wrapper.facilities-slider-section h2,
  .es-wrapper.facilities-slider-section .h2 {
    font-size: 30px;
  }
  .es-wrapper.facilities-slider-section .es-slide .card-body {
    padding-top: 31px;
    padding: 36px 36px 50px;
  }
  .es-wrapper.facilities-slider-section .es-slide .card-body h4,
  .es-wrapper.facilities-slider-section .es-slide .card-body .h4 {
    margin: 0 0 25px 0;
  }
  .es-wrapper.facilities-slider-section .title-text-slider-arrow2 {
    margin-right: 0;
    right: 35px;
    margin-top: 50px;
  }
  .es-wrapper.facilities-slider-section .btn {
    max-width: 302px;
    letter-spacing: 0.25px;
    font-size: 18px;
  }
  .es-wrapper .slider-arrow-style {
    margin-right: 36px;
  }
  .mission-section h2,
  .mission-section .h2 {
    font-size: 30px !important;
    letter-spacing: 0.42px;
    margin: 0 0 30px 0;
  }
  .mission-section h3,
  .mission-section .h3 {
    font-size: 18px !important;
    font-weight: 300;
    line-height: 1.61;
    letter-spacing: 0.25px;
  }
  .mission-section h4,
  .mission-section .h4 {
    font-size: 24px;
  }
  .mission-section h5,
  .mission-section .h5 {
    font-size: 16px !important;
    font-weight: 300;
    line-height: 1.61;
    letter-spacing: 0.25px;
  }
  .mission-section .mission-section-inner img {
    padding-left: 36px;
    max-width: 95vw;
  }
  .mission-section-inner .card-body {
    padding-right: 35px;
    padding-left: 35px;
    padding-bottom: 40px;
  }
  .corevalue-section {
    padding: 60px 20px 25px;
  }
  .corevalue-section h2,
  .corevalue-section .h2 {
    font-size: 30px;
    letter-spacing: 0.42px;
    text-align: left !important;
  }
  .values-wrapper {
    margin: 0 0 35px 0;
  }
  .values-wrapper .top-border {
    padding-top: 36px !important;
  }
  .values-wrapper h4,
  .values-wrapper .h4 {
    font-size: 24px;
  }
  .our-campus {
    padding: 58px 0 25px;
  }
  .our-campus .container {
    padding: 0 35px;
  }
  ul.location-list li {
    margin: 0 0 22px 0;
  }
  ul.location-list li h4,
  ul.location-list li .h4 {
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 0.33px;
  }
  ul.location-list li h2,
  ul.location-list li .h2 {
    font-size: 24px !important;
    line-height: 1.17;
    letter-spacing: 0.33px;
  }
  .location-section {
    max-width: 339px;
    max-height: 310px;
    min-height: 308px;
    position: relative;
    margin: -25px 0 0 0;
    margin-left: auto;
  }
  .our-campus-inner {
    padding-left: 0px;
  }
  .our-campus-inner .map-section {
    margin: 25px 0 0 0px;
    max-width: 100%;
    width: 100%;
  }
  .es-slide .card-body {
    padding: 36px 36px 60px;
  }
  .es-slide h2,
  .es-slide .h2 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.42px;
  }
  .es-slide h4,
  .es-slide .h4 {
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 0.33px;
    margin: 0 0 25px 0;
  }
  .es-slide p {
    font-size: 16px;
    font-style: normal;
    line-height: 1.69;
    letter-spacing: 0.22px;
  }
  .es-slide a.btn {
    margin-top: 15px;
    display: block;
    width: 100%;
  }
  .right-img-left-content-inner {
    padding-left: 0;
  }
  .right-img-left-content-inner .card-body {
    padding: 0 36px 75px;
  }
  .right-img-left-content-inner img {
    padding-right: 36px;
  }
  .resources-wrapper h6,
  .resources-wrapper .h6 {
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 0.33px;
  }
  .resources-wrapper .card-body {
    padding-left: 0;
    padding-right: 0;
  }
  .es-circuler-shape:after {
    background-image: url("/wp-content/themes/joyce/images/circuler-img01.svg");
    background-repeat: no-repeat;
    height: 400px !important;
    width: 100%;
    right: 0;
  }
  .title-text-slider .row .col-md-6:first-child {
    order: 1;
    margin-top: 65px;
    padding: 0 35px;
  }
  .title-text-slider h2,
  .title-text-slider .h2 {
    margin-bottom: 39px;
    font-size: 30px;
    letter-spacing: 0.42px;
  }
  .title-text-slider h2 br,
  .title-text-slider .h2 br {
    display: none;
  }
  .title-text-slider h5,
  .title-text-slider .h5 {
    font-size: 16px;
  }
  .title-text-slider-new {
    padding-top: 0;
  }
  .title-text-slider-new .title-text-slider .row {
    margin: 0 auto;
  }
  .title-text-slider-new .title-text-slider .row .col-md-12 {
    order: -1;
    margin-top: -50px;
  }
  .title-text-slider-new .title-text-slider .row .col-md-7 {
    order: -1;
  }
  .title-text-slider-new .title-text-slider .section-image {
    margin-top: 155px;
  }
  .title-text-slider-new .title-text-slider .section-image img {
    margin-left: 0;
  }
  .title-text-slider-new .container {
    padding-left: 0;
  }
  .title-text-slider-new .slick-list {
    padding-top: 124px;
  }
  .title-text-slider-new .top-border {
    margin-top: 45px;
    padding-top: 0;
    padding-left: 30px;
  }
  .title-text-slider-new .top-border:before {
    display: none;
  }
  .title-text-slider-new .title-text-slider-arrow {
    top: 220px;
  }
  .title-text-slider-new:after {
    top: 194px;
  }
  .title-text-slider-new h2,
  .title-text-slider-new .h2,
  .title-text-slider-new h5,
  .title-text-slider-new .h5 {
    padding-left: 30px;
  }
  .section-title-new h3,
  .section-title-new .h3 {
    font-size: 24px;
    line-height: 1.17;
    letter-spacing: 0.33px;
  }
  .section-title-new .container {
    padding: 0 35px;
  }
  .section-title-new h2,
  .section-title-new .h2 {
    margin-bottom: 26px;
  }
  .high-score-placement h2,
  .high-score-placement .h2 {
    max-width: 300px;
    width: 100%;
    margin: 0 auto 46px;
  }
  .high-score-placement h2 br,
  .high-score-placement .h2 br {
    display: none;
  }
  ul.press-tabs-link {
    padding: 8px !important;
    border-radius: 44px !important;
    flex-direction: column;
  }
  ul.press-tabs-link li {
    display: none;
    width: 100%;
  }
  ul.press-tabs-link li a {
    color: #ffffff !important;
    display: inline-block;
  }
  ul.press-tabs-link li.active {
    background-color: #fff;
    position: relative;
    color: #003d62 !important;
    display: inline-block;
    border-radius: 34px;
  }
  ul.press-tabs-link li.active a {
    background-color: #fff;
    position: relative;
    color: #003d62 !important;
  }
  ul.press-tabs-link li.active a:after {
    content: "";
    border: solid #00426a;
    border-width: 0px 3px 3px 0;
    display: inline-block;
    padding: 4.7px;
    background-image: none !important;
    width: 0;
    height: 0;
    transform: rotate(-135deg) !important;
    position: absolute;
    right: -10px;
    top: 30px;
  }
  ul.press-tabs-link.open li.active a:after {
    transform: rotate(46deg) !important;
    top: 25px;
  }
  .motivational-section:before {
    top: 180px;
    max-width: 233px;
    height: 300px;
    right: -50px;
  }
  .motivational-section:after {
    width: 102px;
    height: 473px;
    top: 465px;
    left: -18px;
  }
  .motivational-section .title-content {
    margin-top: 81px;
    padding: 0 23px;
  }
  .motivational-section .title-content h2 p,
  .motivational-section .title-content .h2 p {
    max-width: 100%;
    letter-spacing: 0.42px;
  }
  .motivational-section .title-content p {
    line-height: 2;
    max-width: 305px;
    letter-spacing: 0.25px;
  }
  .motivational-section .career-layout {
    padding-left: 23px;
    margin-top: 46px;
  }
  .motivational-section .career-layout .slick-list {
    padding-right: 86px;
  }
  .motivational-section .career-layout .row [class*=col-] {
    padding: 0 12px;
  }
  .motivational-section .career-layout ul.slick-dots {
    margin: 22px auto 0;
  }
  .motivational-section .career-layout .card .card-title {
    font-size: 24px;
  }
  .motivational-section .career-layout .card p {
    line-height: 1.69;
  }
  .motivational-section .career-layout .card .card-body {
    margin-top: 29px;
  }
  .classes .step-box {
    max-width: 320px;
    min-height: 333px;
  }
  .classes .classes-start-date {
    padding: 0 35px;
  }
  .classes .classes-start-date h2,
  .classes .classes-start-date .h2 {
    font-size: 30px;
    text-align: center;
  }
  .additional-resources .additional-resources-slider {
    padding-left: 10px;
  }
  .additional-resources .additional-resources-slider .slick-list {
    padding-right: 86px;
  }
  .additional-resources .additional-resources-slider.row [class*=col-] {
    padding: 0 12px;
  }
  .additional-resources ul.slick-dots {
    margin: 34px auto 0;
  }
  .why-section {
    padding-bottom: 20px;
  }
  .why-section .title {
    margin-bottom: 66px;
  }
  .why-section .card {
    margin-bottom: 17px;
  }
  .why-section .card h4,
  .why-section .card .h4 {
    font-size: 24px;
  }
  .why-section .card h4 br,
  .why-section .card .h4 br {
    display: none;
  }
  .why-section .card .img-box {
    margin-bottom: 17px;
  }
  .why-section .why-request-link {
    display: none;
  }
  .why-section.learn-more-section2 {
    padding-top: 62px;
  }
  .why-section.learn-more-section2 .title {
    margin-bottom: 0;
  }
  .why-section.learn-more-section2 .title h2,
  .why-section.learn-more-section2 .title .h2 {
    font-size: 30px;
  }
  .why-section.learn-more-section2 .card .img-box {
    margin-bottom: 17px;
  }
  .with-background-bg:before {
    max-width: 184px;
    height: 219px;
  }
  .with-background-bg:after {
    width: 132px;
    height: 460px;
    top: 285px;
    left: -50px;
  }
  .wp-pagenavi {
    margin: 19px 0 0 0;
  }
  .title-content-student-login .content {
    margin-top: 56px;
    margin-bottom: 66px;
  }
  .title-content-student-login .service-hours {
    min-height: 470px;
    max-width: 320px;
    margin-left: auto;
    padding-left: 34px;
    padding-top: 32px;
  }
  .title-content-student-login .service-hours h2,
  .title-content-student-login .service-hours .h2 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.42px;
    margin-bottom: 27px;
  }
  .title-content-student-login .service-hours h6,
  .title-content-student-login .service-hours .h6 {
    line-height: 1.67;
    margin-bottom: 13px;
  }
  .title-content-student-login .service-hours p {
    line-height: 1.69;
    letter-spacing: 0.22px;
    margin-bottom: 25px;
  }
  .title-content-student-login .service-hours .login-btns {
    margin-bottom: 22px;
  }
  .title-content-student-login .bg-blue {
    max-width: 320px;
    margin-left: auto;
  }
  .learn-more-section2 .learn-more-section2-slider {
    padding-left: 10px;
  }
  .learn-more-section2 .learn-more-section2-slider .slick-list {
    padding-right: 120px;
    padding-left: 10px;
  }
  .learn-more-section2 .learn-more-section2-slider.row [class*=col-] {
    padding: 0 12px;
  }
  .learn-more-section2 ul.slick-dots {
    margin: 34px auto 30px;
    justify-content: center;
  }
  .learn-more-section2 ul.slick-dots li {
    margin: 0 11px;
  }
  .learn-more-section2 .card {
    margin-bottom: 12px;
  }
  .card-layout-section {
    padding-top: 56px;
    padding-bottom: 110px;
  }
  .card-layout-section .col-md-4 {
    padding: 0 7.5px;
  }
  .card-layout-section .slider-arrow-style {
    margin-left: auto;
    margin-top: 5px;
  }
  .scholarships-tabs .nav.nav-tabs .nav-item {
    padding: 0 10px !important;
  }
  .scholarships-tabs .nav.nav-tabs .nav-item .nav-link {
    font-size: 14px;
  }
  .a-to-z p {
    font-size: 12px;
    letter-spacing: 1.27px;
  }
  .a-to-z ul li {
    padding: 0 2px;
    font-size: 12px;
    letter-spacing: 1.27px;
    text-transform: uppercase;
  }
  .a-to-z ul li a {
    text-decoration: none;
    font-size: 12px;
    letter-spacing: 1.27px;
    text-transform: uppercase;
    padding: 0 0px;
  }
  .learn-more-section2.with-background-bg:after {
    background-image: url(/wp-content/themes/joyce/images/backgroundcircle.svg);
    top: 0 !important;
    height: 1100px !important;
    width: 112px !important;
    background-size: cover !important;
  }
  .search-results h1,
  .search-results .h1 {
    font-size: 45px;
  }
  .tools-resources {
    margin-top: 52px;
  }
  .tools-resources .card {
    padding: 11px 10px;
  }
  .tools-resources .card .card-body {
    font-size: 28px;
  }
  .tuition-fees .nursing-collapse .btn {
    min-height: 52px;
    padding: 10px 25px;
    font-size: 14px !important;
    background-color: transparent !important;
    border-left: 0 !important;
    border-top: 0 !important;
  }
  .tuition-fees .nursing-collapse .btn:after {
    border-width: 0px 2px 2px 0;
    right: 37px;
    top: 16px;
  }
  .tuition-fees .nursing-collapse .btn:hover, .tuition-fees .nursing-collapse .btn:focus {
    background-color: transparent !important;
  }
  .tuition-fees .nursing-collapse ul {
    padding: 0 0px !important;
    margin: 12px auto 25px !important;
  }
  .tuition-fees .nursing-collapse ul li {
    font-size: 16px;
  }
  .tuition-fees .nursing-collapse p {
    display: none;
  }
  .tuition-fees.with-background-bg:after {
    height: 695px;
    top: -90px;
    left: -95px;
  }
  .how-to-enroll .enroll-content {
    padding: 0 35px;
  }
  .how-to-enroll .enroll-content ul {
    padding-left: 44px;
  }
  .how-to-enroll .enroll-content ul li {
    line-height: 1.69;
    margin-bottom: 10px;
  }
  .faq-learn-more h3,
  .faq-learn-more .h3 {
    font-size: 24px;
    line-height: 1.17;
    margin-bottom: 20px;
  }
  .general-requirements {
    overflow: hidden;
    display: inline-block;
    margin-bottom: 0;
    padding-bottom: 158px;
    padding-top: 101px;
    margin-top: 0;
  }
  .general-requirements .container {
    padding: 0 35px;
  }
  .general-requirements .gray-bg {
    padding: 47px 30px;
  }
  .general-requirements .gray-bg ul li {
    margin-bottom: 10px;
  }
  .general-requirements .title h2,
  .general-requirements .title .h2 {
    margin-bottom: 33px;
  }
  .home-cross-background-bg:before {
    top: -150px;
    max-width: 177px;
  }
  .home-cross-background-bg:after {
    max-width: 257px;
    bottom: -340px;
    left: -10px;
    background-size: contain;
  }
  .client-testimonials {
    margin-top: 86px;
  }
  .client-testimonials .container {
    padding: 0 35px;
  }
  .client-testimonials .content {
    margin-top: 26px;
    margin-left: 0;
  }
  .client-testimonials .content:before {
    display: none;
    left: 0;
  }
  .client-testimonials .content h4,
  .client-testimonials .content .h4 {
    max-width: 298px;
    margin-left: 0;
    width: 100%;
    padding-left: 70px;
  }
  .with-background-bg-backgroundcross:before {
    max-width: 238px;
    height: 250px;
  }
  .degree-section {
    padding-bottom: 31px;
  }
  .degree-section .top-border {
    margin: 0 23px 25px;
  }
  .degree-section .top-border h4,
  .degree-section .top-border .h4 {
    margin-top: 21px;
    font-size: 18px;
  }
  .degree-section .container {
    margin-bottom: 31px;
  }
  .degree-section .card {
    margin-bottom: 21px;
  }
  .degree-section .card .card-body {
    padding: 16px 19px !important;
  }
  .degree-section .card .card-body .row {
    margin-top: 15px;
  }
  .degree-section .card .card-body .time-fees {
    margin-bottom: 4px;
  }
  .degree-section .card .card-body .card-link {
    margin-right: 16px;
  }
  .why-section-new {
    margin-top: 52px;
    padding-bottom: 50px;
  }
  .why-section-new .source-link {
    margin-top: 0;
  }
  .page-request-info .request-compaire {
    display: none !important;
  }
  .video-popup .modal-body {
    overflow-y: auto;
    padding: 20px;
  }
  .video-popup .btn-close {
    top: 1px;
    right: 20px;
    background-size: 50%;
  }
  .blog-landing-v2 .container {
    padding: 0 0 !important;
  }
  .blog-landing-v2 .press-release-title h6,
  .blog-landing-v2 .press-release-title .h6 {
    padding-left: 35px;
  }
  .blog-landing-v2 .press-release-content {
    padding: 0 15px;
  }
  .blog-landing-v2 .press-release-content .press-release-content-inner1 {
    padding-bottom: 22px !important;
  }
  .blog-landing-v2 .press-release-content h1,
  .blog-landing-v2 .press-release-content .h1,
  .blog-landing-v2 .press-release-content h6,
  .blog-landing-v2 .press-release-content .h6 {
    padding-left: 18px;
  }
  .blog-landing-v2 .related-articles .container {
    padding: 0 15px !important;
  }
  .blog-landing-v2 .press-release-content-inner1 {
    padding: 45px 20px !important;
  }
  .jumplink-section .press-release-content-inner1 {
    padding: 0 35px !important;
  }
  .related-articles {
    padding-top: 38px;
    padding-bottom: 63px;
  }
  .related-articles .slider-arrow-style {
    margin-bottom: 16px;
  }
  .related-articles .tags h3,
  .related-articles .tags .h3 {
    font-size: 24px;
    font-family: "SourceSansProBold";
    padding: 0 17px;
  }
  .related-articles .tags ul {
    flex-wrap: wrap;
  }
  .related-articles .tags ul li {
    width: 50%;
  }
  .related-articles .tags ul li:first-child {
    padding-left: 17px;
  }
  .related-articles .tags ul li a {
    letter-spacing: 0.15px;
  }
  .related-articles .title h2,
  .related-articles .title .h2 {
    margin-bottom: 19px;
  }
  .related-articles .related-articles-slider {
    padding: 0 15px !important;
  }
  .related-articles .related-articles-slider .slick-list {
    padding: 0 0 !important;
  }
  .related-articles .related-articles-slider .slick-list .slick-slide {
    padding: 0 15px;
  }
  .sources-code ol li:before {
    top: -4px;
  }
  .sources-code.sources-code-new {
    padding: 40px 0 0;
  }
  .sources-code.sources-code-new p {
    font-size: 12px;
  }
  .sources-code.sources-code-new ol li {
    font-size: 12px;
  }
  .sources-code.sources-code-new ol li:before {
    font-size: 12px;
    left: -15px;
  }
  .general-requirements.home-cross-background-bg:before {
    top: -100px;
  }
  .general-requirements.home-cross-background-bg:after {
    bottom: -239px;
  }
  .page-not-found h1,
  .page-not-found .h1 {
    margin-bottom: 25px;
  }
  .page-not-found .content-links {
    margin: 60px auto 0;
  }
  .page-not-found .content-links > [class*=col-]:first-child .content:after {
    display: none;
  }
  .page-not-found .content-links > [class*=col-]:nth-child(2) .content {
    padding-left: 0;
    margin-top: 30px;
  }
  .page-not-found:after {
    width: 245px;
    height: 285px;
    top: 0;
  }
  .page-not-found:before {
    width: 265px;
    height: 215px;
  }
  .page-nursing .request-content-info-section .card {
    margin-bottom: 18px;
    padding-top: 0;
  }
  .page-nursing .request-content-info-section img {
    margin-bottom: 47px;
  }
  .page-nursing .request-content-info-section .col-md-12 {
    order: 0 !important;
  }
  .wpfront-notification-bar-spacer {
    z-index: 9999 !important;
  }
}
@media (prefers-reduced-motion: no-preference) {
  :root {
    scroll-behavior: smooth;
  }
}
@media (min-width: 1400px) {
  h1,
  .h1 {
    font-size: 2.5rem;
  }
  h2,
  .h2 {
    font-size: 2rem;
  }
  h3,
  .h3 {
    font-size: 1.75rem;
  }
  h4,
  .h4,
  legend {
    font-size: 1.5rem;
  }
  .display-1 {
    font-size: 5rem;
  }
  .display-2 {
    font-size: 4.5rem;
  }
  .display-3 {
    font-size: 4rem;
  }
  .display-4 {
    font-size: 3.5rem;
  }
  .display-5 {
    font-size: 3rem;
  }
  .display-6 {
    font-size: 2.5rem;
  }
  .container-xxl,
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1320px;
  }
  .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.3333333333%;
  }
  .col-xxl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xxl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xxl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xxl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xxl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xxl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xxl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xxl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xxl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xxl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xxl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xxl-0 {
    margin-left: 0;
  }
  .offset-xxl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xxl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xxl-3 {
    margin-left: 25%;
  }
  .offset-xxl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xxl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xxl-6 {
    margin-left: 50%;
  }
  .offset-xxl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xxl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xxl-9 {
    margin-left: 75%;
  }
  .offset-xxl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xxl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xxl-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }
  .gx-xxl-0 {
    --bs-gutter-x: 0;
  }
  .gy-xxl-0 {
    --bs-gutter-y: 0;
  }
  .g-xxl-1 {
    --bs-gutter-x: 0.25rem;
    --bs-gutter-y: 0.25rem;
  }
  .gx-xxl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .gy-xxl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xxl-2 {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
  }
  .gx-xxl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .gy-xxl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xxl-3 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
  .gx-xxl-3 {
    --bs-gutter-x: 1rem;
  }
  .gy-xxl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xxl-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
  .gx-xxl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .gy-xxl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xxl-5 {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
  .gx-xxl-5 {
    --bs-gutter-x: 3rem;
  }
  .gy-xxl-5 {
    --bs-gutter-y: 3rem;
  }
  .dropdown-menu-xxl-start {
    --bs-position: start;
  }
  .dropdown-menu-xxl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xxl-end {
    --bs-position: end;
  }
  .dropdown-menu-xxl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
  .list-group-horizontal-xxl {
    flex-direction: row;
  }
  .list-group-horizontal-xxl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .list-group-horizontal-xxl > .list-group-item.active {
    margin-top: 0;
  }
  .sticky-xxl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .text-xxl-start {
    text-align: left !important;
  }
  .text-xxl-end {
    text-align: right !important;
  }
  .text-xxl-center {
    text-align: center !important;
  }
  .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 (min-width: 576px) {
  .container-sm,
  .container {
    max-width: 540px;
  }
  .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.3333333333%;
  }
  .col-sm-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-sm-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-sm-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-sm-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-sm-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-sm-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-sm-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-sm-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-sm-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-sm-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-sm-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-sm-0 {
    margin-left: 0;
  }
  .offset-sm-1 {
    margin-left: 8.3333333333%;
  }
  .offset-sm-2 {
    margin-left: 16.6666666667%;
  }
  .offset-sm-3 {
    margin-left: 25%;
  }
  .offset-sm-4 {
    margin-left: 33.3333333333%;
  }
  .offset-sm-5 {
    margin-left: 41.6666666667%;
  }
  .offset-sm-6 {
    margin-left: 50%;
  }
  .offset-sm-7 {
    margin-left: 58.3333333333%;
  }
  .offset-sm-8 {
    margin-left: 66.6666666667%;
  }
  .offset-sm-9 {
    margin-left: 75%;
  }
  .offset-sm-10 {
    margin-left: 83.3333333333%;
  }
  .offset-sm-11 {
    margin-left: 91.6666666667%;
  }
  .g-sm-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }
  .gx-sm-0 {
    --bs-gutter-x: 0;
  }
  .gy-sm-0 {
    --bs-gutter-y: 0;
  }
  .g-sm-1 {
    --bs-gutter-x: 0.25rem;
    --bs-gutter-y: 0.25rem;
  }
  .gx-sm-1 {
    --bs-gutter-x: 0.25rem;
  }
  .gy-sm-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-sm-2 {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
  }
  .gx-sm-2 {
    --bs-gutter-x: 0.5rem;
  }
  .gy-sm-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-sm-3 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
  .gx-sm-3 {
    --bs-gutter-x: 1rem;
  }
  .gy-sm-3 {
    --bs-gutter-y: 1rem;
  }
  .g-sm-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
  .gx-sm-4 {
    --bs-gutter-x: 1.5rem;
  }
  .gy-sm-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-sm-5 {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
  .gx-sm-5 {
    --bs-gutter-x: 3rem;
  }
  .gy-sm-5 {
    --bs-gutter-y: 3rem;
  }
  .dropdown-menu-sm-start {
    --bs-position: start;
  }
  .dropdown-menu-sm-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-sm-end {
    --bs-position: end;
  }
  .dropdown-menu-sm-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
  .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;
  }
  .list-group-horizontal-sm {
    flex-direction: row;
  }
  .list-group-horizontal-sm > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .list-group-horizontal-sm > .list-group-item.active {
    margin-top: 0;
  }
  .sticky-sm-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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) {
  .container-md,
  .container-sm,
  .container {
    max-width: 720px;
  }
  .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.3333333333%;
  }
  .col-md-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-md-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-md-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-md-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-md-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-md-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-md-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-md-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-md-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-md-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-md-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-md-0 {
    margin-left: 0;
  }
  .offset-md-1 {
    margin-left: 8.3333333333%;
  }
  .offset-md-2 {
    margin-left: 16.6666666667%;
  }
  .offset-md-3 {
    margin-left: 25%;
  }
  .offset-md-4 {
    margin-left: 33.3333333333%;
  }
  .offset-md-5 {
    margin-left: 41.6666666667%;
  }
  .offset-md-6 {
    margin-left: 50%;
  }
  .offset-md-7 {
    margin-left: 58.3333333333%;
  }
  .offset-md-8 {
    margin-left: 66.6666666667%;
  }
  .offset-md-9 {
    margin-left: 75%;
  }
  .offset-md-10 {
    margin-left: 83.3333333333%;
  }
  .offset-md-11 {
    margin-left: 91.6666666667%;
  }
  .g-md-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }
  .gx-md-0 {
    --bs-gutter-x: 0;
  }
  .gy-md-0 {
    --bs-gutter-y: 0;
  }
  .g-md-1 {
    --bs-gutter-x: 0.25rem;
    --bs-gutter-y: 0.25rem;
  }
  .gx-md-1 {
    --bs-gutter-x: 0.25rem;
  }
  .gy-md-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-md-2 {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
  }
  .gx-md-2 {
    --bs-gutter-x: 0.5rem;
  }
  .gy-md-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-md-3 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
  .gx-md-3 {
    --bs-gutter-x: 1rem;
  }
  .gy-md-3 {
    --bs-gutter-y: 1rem;
  }
  .g-md-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
  .gx-md-4 {
    --bs-gutter-x: 1.5rem;
  }
  .gy-md-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-md-5 {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
  .gx-md-5 {
    --bs-gutter-x: 3rem;
  }
  .gy-md-5 {
    --bs-gutter-y: 3rem;
  }
  .dropdown-menu-md-start {
    --bs-position: start;
  }
  .dropdown-menu-md-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-md-end {
    --bs-position: end;
  }
  .dropdown-menu-md-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
  .list-group-horizontal-md {
    flex-direction: row;
  }
  .list-group-horizontal-md > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-md > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .list-group-horizontal-md > .list-group-item.active {
    margin-top: 0;
  }
  .sticky-md-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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) {
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 960px;
  }
  .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.3333333333%;
  }
  .col-lg-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-lg-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-lg-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-lg-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-lg-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-lg-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-lg-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-lg-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-lg-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-lg-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-lg-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-lg-0 {
    margin-left: 0;
  }
  .offset-lg-1 {
    margin-left: 8.3333333333%;
  }
  .offset-lg-2 {
    margin-left: 16.6666666667%;
  }
  .offset-lg-3 {
    margin-left: 25%;
  }
  .offset-lg-4 {
    margin-left: 33.3333333333%;
  }
  .offset-lg-5 {
    margin-left: 41.6666666667%;
  }
  .offset-lg-6 {
    margin-left: 50%;
  }
  .offset-lg-7 {
    margin-left: 58.3333333333%;
  }
  .offset-lg-8 {
    margin-left: 66.6666666667%;
  }
  .offset-lg-9 {
    margin-left: 75%;
  }
  .offset-lg-10 {
    margin-left: 83.3333333333%;
  }
  .offset-lg-11 {
    margin-left: 91.6666666667%;
  }
  .g-lg-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }
  .gx-lg-0 {
    --bs-gutter-x: 0;
  }
  .gy-lg-0 {
    --bs-gutter-y: 0;
  }
  .g-lg-1 {
    --bs-gutter-x: 0.25rem;
    --bs-gutter-y: 0.25rem;
  }
  .gx-lg-1 {
    --bs-gutter-x: 0.25rem;
  }
  .gy-lg-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-lg-2 {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
  }
  .gx-lg-2 {
    --bs-gutter-x: 0.5rem;
  }
  .gy-lg-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-lg-3 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
  .gx-lg-3 {
    --bs-gutter-x: 1rem;
  }
  .gy-lg-3 {
    --bs-gutter-y: 1rem;
  }
  .g-lg-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
  .gx-lg-4 {
    --bs-gutter-x: 1.5rem;
  }
  .gy-lg-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-lg-5 {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
  .gx-lg-5 {
    --bs-gutter-x: 3rem;
  }
  .gy-lg-5 {
    --bs-gutter-y: 3rem;
  }
  .dropdown-menu-lg-start {
    --bs-position: start;
  }
  .dropdown-menu-lg-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-lg-end {
    --bs-position: end;
  }
  .dropdown-menu-lg-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
  .list-group-horizontal-lg {
    flex-direction: row;
  }
  .list-group-horizontal-lg > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .list-group-horizontal-lg > .list-group-item.active {
    margin-top: 0;
  }
  .sticky-lg-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .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) {
  .container-xl,
  .container-lg,
  .container-md,
  .container-sm,
  .container {
    max-width: 1140px;
  }
  .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.3333333333%;
  }
  .col-xl-2 {
    flex: 0 0 auto;
    width: 16.6666666667%;
  }
  .col-xl-3 {
    flex: 0 0 auto;
    width: 25%;
  }
  .col-xl-4 {
    flex: 0 0 auto;
    width: 33.3333333333%;
  }
  .col-xl-5 {
    flex: 0 0 auto;
    width: 41.6666666667%;
  }
  .col-xl-6 {
    flex: 0 0 auto;
    width: 50%;
  }
  .col-xl-7 {
    flex: 0 0 auto;
    width: 58.3333333333%;
  }
  .col-xl-8 {
    flex: 0 0 auto;
    width: 66.6666666667%;
  }
  .col-xl-9 {
    flex: 0 0 auto;
    width: 75%;
  }
  .col-xl-10 {
    flex: 0 0 auto;
    width: 83.3333333333%;
  }
  .col-xl-11 {
    flex: 0 0 auto;
    width: 91.6666666667%;
  }
  .col-xl-12 {
    flex: 0 0 auto;
    width: 100%;
  }
  .offset-xl-0 {
    margin-left: 0;
  }
  .offset-xl-1 {
    margin-left: 8.3333333333%;
  }
  .offset-xl-2 {
    margin-left: 16.6666666667%;
  }
  .offset-xl-3 {
    margin-left: 25%;
  }
  .offset-xl-4 {
    margin-left: 33.3333333333%;
  }
  .offset-xl-5 {
    margin-left: 41.6666666667%;
  }
  .offset-xl-6 {
    margin-left: 50%;
  }
  .offset-xl-7 {
    margin-left: 58.3333333333%;
  }
  .offset-xl-8 {
    margin-left: 66.6666666667%;
  }
  .offset-xl-9 {
    margin-left: 75%;
  }
  .offset-xl-10 {
    margin-left: 83.3333333333%;
  }
  .offset-xl-11 {
    margin-left: 91.6666666667%;
  }
  .g-xl-0 {
    --bs-gutter-x: 0;
    --bs-gutter-y: 0;
  }
  .gx-xl-0 {
    --bs-gutter-x: 0;
  }
  .gy-xl-0 {
    --bs-gutter-y: 0;
  }
  .g-xl-1 {
    --bs-gutter-x: 0.25rem;
    --bs-gutter-y: 0.25rem;
  }
  .gx-xl-1 {
    --bs-gutter-x: 0.25rem;
  }
  .gy-xl-1 {
    --bs-gutter-y: 0.25rem;
  }
  .g-xl-2 {
    --bs-gutter-x: 0.5rem;
    --bs-gutter-y: 0.5rem;
  }
  .gx-xl-2 {
    --bs-gutter-x: 0.5rem;
  }
  .gy-xl-2 {
    --bs-gutter-y: 0.5rem;
  }
  .g-xl-3 {
    --bs-gutter-x: 1rem;
    --bs-gutter-y: 1rem;
  }
  .gx-xl-3 {
    --bs-gutter-x: 1rem;
  }
  .gy-xl-3 {
    --bs-gutter-y: 1rem;
  }
  .g-xl-4 {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 1.5rem;
  }
  .gx-xl-4 {
    --bs-gutter-x: 1.5rem;
  }
  .gy-xl-4 {
    --bs-gutter-y: 1.5rem;
  }
  .g-xl-5 {
    --bs-gutter-x: 3rem;
    --bs-gutter-y: 3rem;
  }
  .gx-xl-5 {
    --bs-gutter-x: 3rem;
  }
  .gy-xl-5 {
    --bs-gutter-y: 3rem;
  }
  .dropdown-menu-xl-start {
    --bs-position: start;
  }
  .dropdown-menu-xl-start[data-bs-popper] {
    right: auto;
    left: 0;
  }
  .dropdown-menu-xl-end {
    --bs-position: end;
  }
  .dropdown-menu-xl-end[data-bs-popper] {
    right: 0;
    left: auto;
  }
  .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: 0.5rem;
    padding-left: 0.5rem;
  }
  .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;
  }
  .list-group-horizontal-xl {
    flex-direction: row;
  }
  .list-group-horizontal-xl > .list-group-item:first-child {
    border-bottom-left-radius: 0.25rem;
    border-top-right-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item:last-child {
    border-top-right-radius: 0.25rem;
    border-bottom-left-radius: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item {
    border-top-width: 1px;
    border-left-width: 0;
  }
  .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
    margin-left: -1px;
    border-left-width: 1px;
  }
  .list-group-horizontal-xl > .list-group-item.active {
    margin-top: 0;
  }
  .sticky-xl-top {
    position: sticky;
    top: 0;
    z-index: 1020;
  }
  .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;
  }
  .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;
  }
  .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;
  }
  .text-xl-start {
    text-align: left !important;
  }
  .text-xl-end {
    text-align: right !important;
  }
  .text-xl-center {
    text-align: center !important;
  }
}
@media (max-width: 575.98px) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 767.98px) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 991.98px) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1199.98px) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (max-width: 1399.98px) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
  }
}
@media (prefers-reduced-motion: reduce) {
  .form-control {
    transition: none;
  }
  .form-control::file-selector-button {
    transition: none;
  }
  .form-switch .form-check-input {
    transition: none;
  }
  .form-range::-webkit-slider-thumb {
    -webkit-transition: none;
    transition: none;
  }
  .form-range::-moz-range-thumb {
    -moz-transition: none;
    transition: none;
  }
  .form-floating > label,
  .btn,
  .fade,
  .collapsing,
  .nav-link,
  .navbar-toggler {
    transition: none;
  }
  .page-link,
  .progress-bar {
    transition: none;
  }
  .progress-bar-animated {
    animation: none;
  }
  .modal.fade .modal-dialog,
  .carousel-item {
    transition: none;
  }
  .carousel-fade .active.carousel-item-start, .carousel-fade .active.carousel-item-end {
    transition: none;
  }
  .carousel-control-prev,
  .carousel-control-next,
  .carousel-indicators [data-bs-target] {
    transition: none;
  }
  .spinner-border,
  .spinner-grow {
    animation-duration: 1.5s;
  }
}
@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;
  }
}
@media (max-width: 991px) {
  body.page-accelerated-bsn .high-score-placement, body.page-bsn .high-score-placement {
    margin-top: 50px;
  }
  body.home {
    padding-top: 84px;
  }
  body {
    padding-top: 72px;
    font-size: 16px !important;
  }
  body.logged-in {
    padding-top: 72px;
    font-size: 16px !important;
  }
  .ubermenu-skin-grey-white.ubermenu-responsive-toggle {
    background: transparent !important;
    font-size: 0px !important;
    position: absolute;
    top: 16px;
    right: 0;
    left: auto;
    width: auto;
    display: block;
    color: #222222;
    font-size: 0;
    padding-right: 0;
  }
  .ubermenu-skin-grey-white.ubermenu-responsive-toggle i {
    font-size: 20px;
    color: #00426a;
  }
  .logo {
    max-width: 220px;
    width: 100%;
  }
  .logo img {
    width: 100%;
  }
  .request-compaire {
    bottom: 0px;
  }
  .request-compaire .cta.request-info {
    background-color: #f66230;
    min-height: 49px;
    position: fixed;
    left: 0;
    right: 0;
    width: 100%;
    max-width: 100%;
    bottom: 0;
    font-size: 18px;
    padding: 11px 10px;
    z-index: 999;
    height: inherit;
  }
  .request-compaire .cta.compare-info {
    background-color: #0485d6;
    margin-bottom: 49px;
    max-width: 187px;
    min-height: 87px;
    font-size: 18px;
  }
  .inner-banner h1,
  .inner-banner .h1 {
    font-size: 60px;
  }
  h1,
  .h1 {
    font-size: 60px;
  }
  .pagescroll-links ul {
    min-height: inherit;
    display: -webkit-box !important;
    overflow: scroll;
    scrollbar-width: none;
    box-shadow: 0 1px 2px 0px #ccc;
  }
  .pagescroll-links ul::-webkit-scrollbar {
    display: none;
  }
  .pagescroll-links ul li {
    text-align: center;
  }
  .pagescroll-links ul li a {
    padding: 8px 10px;
    display: inline-block;
  }
  .pagescroll-links ul li.get-started {
    max-width: 225px;
    display: none !important;
  }
  .pagescroll-links ul li.active {
    display: flex !important;
    align-items: center;
    justify-content: center;
  }
  .pagescroll-links ul li.active a {
    position: relative;
  }
  .pagescroll-links ul li.active span {
    display: inline-block;
    position: relative;
    margin-top: -57px;
    margin-left: 20px;
  }
  .pagescroll-links ul li.active span:after {
    content: "";
    border: solid #00426a;
    border-width: 0px 3px 3px 0;
    display: inline-block;
    padding: 4.7px;
    background-image: none !important;
    width: 0;
    height: 0;
    transform: rotate(-135deg) !important;
    position: absolute;
    right: 0px;
    top: 25px;
  }
  .pagescroll-links ul.open li.active a:after {
    transform: rotate(46deg) !important;
    top: 20px;
  }
  .section-title {
    padding-top: 64px;
    padding-bottom: 65px;
    margin-bottom: 32px;
  }
  .section-title h4,
  .section-title .h4 {
    max-width: 303px;
    width: 100%;
    margin: 0 auto;
    font-size: 18px;
    line-height: 1.61;
    letter-spacing: 0.25px;
  }
  .title-content.title-content-elememnt {
    margin-top: 57px;
    margin-bottom: 39px;
  }
  .title-content.title-content-elememnt h2,
  .title-content.title-content-elememnt .h2 {
    margin-bottom: 29px;
    font-size: 30px;
  }
  .title-content.title-content-elememnt h2 br,
  .title-content.title-content-elememnt .h2 br {
    display: none;
  }
  .title-content.title-content-elememnt h3,
  .title-content.title-content-elememnt .h3 {
    max-width: 100%;
    font-size: 18px !important;
  }
  .semister-block {
    padding: 45px 27px 31px;
  }
  .slider-table {
    padding: 110px 0 107px;
  }
  .slider-table .slider-arrow-style {
    position: absolute;
    right: 30px;
    top: 110px;
  }
  .left-image-right-content {
    margin-top: 0;
  }
  .left-image-right-content h6,
  .left-image-right-content .h6 {
    font-size: 16px;
  }
  .left-image-right-content img {
    margin-bottom: 60px;
  }
  .left-image-right-content .col-lg-5 {
    order: 1;
    margin-top: 24px;
    margin-left: -22px;
  }
  .high-score-placement {
    margin-bottom: 80px;
    margin-top: 0;
  }
  .high-score-placement h2,
  .high-score-placement .h2 {
    font-size: 32px;
    margin-bottom: 46px;
  }
  .high-score-placement .row {
    justify-content: center;
  }
  .counter-block {
    margin-bottom: 59px;
  }
  .counter-block .counting-wrap {
    margin-bottom: 21px;
  }
  .counting-wrap .counter-number,
  .counting-wrap span {
    font-size: 72px;
  }
  .faq-section {
    padding: 59px 0 63px;
  }
  .faq-section h2,
  .faq-section .h2 {
    margin-bottom: 48px;
    font-size: 32px;
  }
  .admission-tuition-section {
    margin-top: 52px;
    margin-bottom: 91px;
  }
  .admission-tuition-section h2,
  .admission-tuition-section .h2 {
    margin-bottom: 24px;
    font-size: 32px;
  }
  .admission-tuition-section .view-btn {
    margin-top: 57.5px;
    position: static;
    bottom: 0;
  }
  .admission-tuition-section .admission-tuition-content {
    margin-bottom: 55px;
  }
  .admission-tuition-section .admission-tuition-content a {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .admission-tuition-section .admission-tuition-content ul li {
    font-size: 16px;
  }
  .admission-tuition-section .admission-tuition-content ul li:after {
    top: 9px;
  }
  .admission-tuition-section .admission-tuition-content ol li {
    font-size: 16px;
  }
  .admission-tuition-section p {
    max-width: 100%;
  }
  .admission-tuition-section .link {
    margin-bottom: 50px;
    margin-top: 0;
  }
  .admission-tuition-section.title-content-procontent-full {
    margin-bottom: 84px;
  }
  ul.slick-dots {
    list-style: none;
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 104px;
    width: 100%;
    margin: 64px auto 0;
    padding: 0;
  }
  ul.slick-dots li button {
    width: 13px;
    height: 13px;
    margin: 0px;
    border: solid 1px #00426a;
    border-radius: 100%;
    background-color: transparent;
    text-indent: -180px;
    overflow: hidden;
    padding: 0;
  }
  ul.slick-dots li.slick-active button {
    background-color: #00426a;
  }
  .testimonial-inner a.card-link {
    margin: 29px auto 0 !important;
  }
  .testimonial-inner .card {
    margin-bottom: 0;
  }
  .learn-more-section h2,
  .learn-more-section .h2 {
    font-size: 38px;
  }
  .faculty-text-24 h2,
  .faculty-text-24 .h2 {
    max-width: 100%;
    margin: 0 auto;
  }
  .classes .classes-start-date {
    margin-top: 79px;
  }
  .classes .classes-start-date h2,
  .classes .classes-start-date .h2 {
    margin-bottom: 38px;
  }
  .classes .classes-start-date .program-campus {
    margin-bottom: 17px;
    display: block !important;
    text-align: center;
    padding: 24px 35px 21px 32px;
  }
  .classes .classes-start-date .program-campus h4,
  .classes .classes-start-date .program-campus .h4 {
    font-size: 22px;
    margin-bottom: 17px;
  }
  .classes .classes-start-date .program-campus .btn {
    font-size: 18px;
    max-width: 266px;
    width: 100%;
    min-height: 54px;
  }
  .classes .step-box {
    padding: 0px 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .classes .step-box h2,
  .classes .step-box .h2,
  .classes .step-box h4,
  .classes .step-box .h4 {
    max-width: 225px;
    width: 100%;
    margin: 0 auto 22px;
  }
  .title-text-slider-section {
    height: auto;
  }
  .title-text-slider-section:after {
    top: 84px;
    max-width: 338px;
    min-height: 535px;
    right: -40px;
  }
  .title-text-slider-section .title-text-slider-arrow {
    top: -37px;
  }
  .title-text-slider-section .title-text-slider .section-image {
    margin-top: 39px;
  }
  .mission-section {
    margin: 0 0 50px 0;
  }
  .location-section {
    max-width: 420px;
    max-height: 360px;
  }
  .our-campus-inner .map-section {
    margin: 50px 0 0 0;
  }
  .our-campus-inner .map-section iframe {
    width: 100% !important;
    height: 550px;
    max-width: 100% !important;
    min-height: inherit;
  }
  .es-slide h4,
  .es-slide .h4 {
    margin: 0 0 30px 0;
  }
  .es-slide a.btn {
    margin-top: 15px;
  }
  .mission-section-inner {
    padding-left: 0;
  }
  .mission-section-inner .card-body {
    padding-right: 35px;
    padding-left: 35px;
  }
  .mission-section-inner .img-wrapper {
    padding-left: 35px;
  }
  .corevalue-section {
    padding: 70px 20px;
  }
  .committed-student-section {
    padding: 0 16px;
    margin-top: 0 !important;
    margin-bottom: 55px !important;
  }
  .committed-student-section .admission-tuition-content {
    margin-bottom: 25px !important;
  }
  .committed-student-section h2,
  .committed-student-section .h2 {
    margin-bottom: 23px !important;
  }
  .bl-block {
    margin: 0 0 15px 0;
    height: calc(100% - 15px);
  }
  .bl-block .card-body {
    padding: 20px !important;
    min-height: inherit;
  }
  .bl-block .card-body h5.card-title, .bl-block .card-body .card-title.h5 {
    font-size: 24px;
    line-height: 1.13;
    letter-spacing: 0.24px;
  }
  .bl-block .card-body .card-title.h5 {
    font-size: 24px;
    line-height: 1.13;
    letter-spacing: 0.24px;
    font-size: 24px;
    line-height: 1.13;
    letter-spacing: 0.24px;
  }
  .bl-block .card-body p {
    font-size: 12px;
    line-height: 1.75;
    letter-spacing: 0.86px;
  }
  .blog-wrapper {
    padding: 18px 0 100px;
  }
  .blog-wrapper .tablink-wrapper {
    padding-left: 0;
    overflow-x: auto;
    flex-wrap: nowrap !important;
  }
  .blog-wrapper .tablink-wrapper .btn-outline-secondary {
    margin: 0 10px;
    min-width: 186px;
  }
  .blog-wrapper .tablink-wrapper .btn-outline-secondary:first-child {
    margin-left: 0;
  }
  .blog-wrapper h1,
  .blog-wrapper .h1 {
    font-size: 45px;
    line-height: 1.4;
    letter-spacing: 0.42px;
    margin: 0 0 12px 0;
  }
  .blog-wrapper .sort-dropdown {
    justify-content: start !important;
    padding-left: 23px;
  }
  .tablink-wrapper {
    flex-wrap: wrap;
    padding-left: 25px;
  }
  .tablink-wrapper .btn-outline-secondary {
    padding: 10px 45px 11px;
    white-space: nowrap;
  }
  .tablink-wrapper .slick-slide {
    margin-right: 23px !important;
  }
  .tablink-wrapper ul.slick-dots {
    margin: auto !important;
    margin: 30px auto 0 !important;
    max-width: -moz-max-content;
    max-width: max-content;
  }
  .tablink-wrapper ul.slick-dots li {
    padding: 0 15px !important;
  }
  .recent-post {
    padding: 0 20px 30px;
    margin-top: 34px;
  }
  .blog-listing-tag-title {
    padding-left: 23px;
  }
  .blog-listing-tag-title h6,
  .blog-listing-tag-title .h6 {
    font-size: 12px;
    letter-spacing: 0.67px;
    margin: 0;
  }
  .blog-listing-tag-title h1,
  .blog-listing-tag-title .h1 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.42px;
  }
  .sort-dropdown {
    margin-bottom: 20px;
    max-width: 163px;
  }
  .press-release {
    padding-bottom: 0;
  }
  .press-release-content-inner1 {
    padding: 45px 26px !important;
  }
  .press-release-content-inner2 {
    padding: 50px 26px !important;
    max-width: 100% !important;
  }
  .press-release-content-inner3 {
    padding: 50px 26px !important;
    max-width: 100% !important;
  }
  .press-release-content-inner3 h6,
  .press-release-content-inner3 .h6 {
    padding-left: 0 !important;
  }
  .press-release-content-inner3 ul {
    margin-bottom: 45px;
  }
  .press-release-content-inner3 ul li h6,
  .press-release-content-inner3 ul li .h6 {
    padding-left: 0;
  }
  .press-release-banner {
    margin-bottom: 35px !important;
  }
  .press-release-content h1,
  .press-release-content .h1 {
    font-size: 30px;
    line-height: 1.4;
    letter-spacing: 0.42px;
    padding-left: 24px;
    margin-bottom: 0;
  }
  .press-release-content h6,
  .press-release-content .h6 {
    padding-left: 24px;
    margin-bottom: 20px;
  }
  .press-release-content ul li h6,
  .press-release-content ul li .h6 {
    padding-left: 0;
    margin-bottom: 0;
  }
  .press-release-title h6,
  .press-release-title .h6 {
    padding-left: 24px;
    margin-bottom: 25px !important;
    font-size: 12px;
    letter-spacing: 0.67px;
  }
  .press-release-title h6 strong:before,
  .press-release-title .h6 strong:before {
    height: 11px;
  }
  .motivational-section .title-content h2,
  .motivational-section .title-content .h2 {
    margin-bottom: 44px;
  }
  .motivational-section .title-content h2 p,
  .motivational-section .title-content .h2 p {
    font-size: 30px;
    line-height: 1.4;
  }
  .motivational-section .title-content p {
    font-size: 18px;
  }
  .request-content-info-section {
    margin-bottom: 39px;
  }
  .request-content-info-section .card {
    margin-bottom: 99px;
  }
  .title-content-procontent-full .container {
    padding: 0 35px;
  }
  ul.press-tabs-link li {
    width: 50%;
  }
  .why-section {
    padding-top: 69px;
    padding-bottom: 70px;
  }
  .title-content-student-login .service-hours {
    padding: 0 15px;
  }
  .title-content-student-login .service-hours .login-btns {
    display: block !important;
  }
  .title-content-student-login .service-hours .login-btns .btn {
    max-width: 249px;
    width: 100%;
    font-size: 18px !important;
  }
  .title-content-student-login .service-hours .login-btns .btn:first-child {
    margin-right: 0;
    margin-bottom: 12px;
  }
  .scholarships-tabs {
    margin-top: 68px;
  }
  .scholarships-tabs .nav.nav-tabs {
    margin-bottom: 35px;
  }
  .scholarships-tabs .nav.nav-tabs .nav-item {
    padding: 0 20px !important;
  }
  .scholarships-tabs .nav.nav-tabs .nav-item .nav-link {
    line-height: 1;
    font-size: 16px;
    padding: 7px 0px;
  }
  .a-to-z {
    border-bottom: 0;
    margin-top: 38px;
    margin-bottom: 50px;
  }
  .a-to-z p {
    font-size: 12px;
  }
  .circle-background-bg:before, .circle-background-bg:after {
    display: none;
  }
  .left-image-right-content-generation .content {
    margin-left: 0;
    padding: 0 35px;
    margin: 62px auto 39px;
  }
  .left-image-right-content-generation img {
    max-width: 100%;
    width: 100%;
  }
  .board-passage-rates {
    padding-bottom: 95px;
    padding-top: 68px;
  }
  .board-passage-rates .counter-block {
    margin: 33px auto 40px;
    margin-top: 33px;
  }
  .board-passage-rates .counter-text p {
    margin: 0 auto;
  }
  .board-passage-rates p {
    margin: 0 auto 1rem;
    font-size: 16px;
  }
  .board-passage-rates .container {
    padding: 0 35px;
  }
  .board-passage-rates .sources-code {
    text-align: center;
  }
  .board-passage-rates h2,
  .board-passage-rates .h2 {
    margin-bottom: 28px;
  }
  .chart-content {
    margin: 27.5px auto;
    padding: 27.5px 0;
  }
  .chart-content img {
    margin: 0 auto;
    display: block;
  }
  .chart-content h2,
  .chart-content .h2 {
    max-width: 500px;
    width: 100%;
    margin: 21px auto 37px;
    font-size: 30px;
    padding: 0 22px;
  }
  .chart-content p {
    margin: 0 auto 1rem;
    font-size: 16px;
    padding: 0 22px;
  }
  .chart-content .expand a {
    justify-content: center !important;
  }
  .chart-content .expand a img {
    margin: 0 0 0 7px;
  }
  .chart-content .image-content .expand a {
    justify-content: center !important;
  }
  .chart-content .image-content [class*=col-]:first-child {
    order: 0;
    padding-left: 0;
  }
  h2,
  .h2 {
    font-size: 30px !important;
  }
  .gform_submission_error {
    font-size: 14px !important;
  }
  .page-financial-aid .section-title {
    margin-bottom: 74px;
  }
  .retention {
    margin-top: 30px;
    margin-bottom: 0;
  }
  .retention h2,
  .retention .h2 {
    padding: 0 18px;
  }
  .retention h6,
  .retention .h6 {
    padding: 0 18px;
    font-size: 16px;
  }
  .retention .retention-table {
    margin-top: 48px;
    margin-bottom: 53px;
  }
  .retention .retention-table .table thead tr th {
    padding-bottom: 14px;
    padding-right: 30px;
  }
  .retention .retention-table .table tbody tr {
    border-bottom: 0.2px solid #707070;
  }
  .retention .retention-table .table tbody tr:last-child {
    border-bottom: none;
  }
  .retention .retention-table .table tbody tr td {
    padding-top: 7px;
    padding-bottom: 4px;
  }
  .retention .retention-table .table tbody tr td:first-child .card-body {
    padding: 0 0;
  }
  .retention .retention-table .table .card {
    margin-bottom: 0;
  }
  .retention .retention-table .table .card .card-body {
    box-shadow: none;
    padding: 0 0;
  }
  .retention:before {
    display: none;
  }
  .tuition-fees {
    margin-top: 84px;
  }
  .faq-learn-more {
    margin-bottom: 33px;
  }
  .faq-learn-more .container {
    padding: 0 21px;
  }
  .faq-learn-more .faq-section {
    max-width: 100%;
    margin-left: 0;
  }
  .faq-learn-more .title {
    padding: 0 15px;
  }
  .title-content-catalog {
    margin-bottom: 34px !important;
  }
  .title-content-catalog p a {
    font-size: 16px !important;
  }
  .how-to-enroll {
    margin-top: 84px;
  }
  .how-to-enroll .step-box h4,
  .how-to-enroll .step-box .h4 {
    font-size: 24px;
    font-family: "SourceSansProLight";
  }
  .how-to-enroll .enroll-content {
    margin-top: 50px;
  }
  .how-to-enroll .enroll-content h3,
  .how-to-enroll .enroll-content .h3 {
    font-size: 30px;
  }
  .how-to-enroll .enroll-content ul {
    margin-top: 26px !important;
  }
  .how-to-enroll .enroll-content ul li {
    font-size: 16px;
  }
  .how-to-enroll .enroll-content ul li:before {
    font-size: 16px;
  }
  .general-requirements {
    margin-top: 101px;
    margin-bottom: 158px;
  }
  .with-background-bg-backgroundcross:before {
    max-width: 378px;
    height: 420px;
  }
  .client-testimonials .row [class*=col-]:nth-child(2) {
    order: -1;
  }
  .client-testimonials .content {
    margin: 26px auto;
  }
  .client-testimonials .content h4,
  .client-testimonials .content .h4 {
    font-size: 18px;
    margin-bottom: 34px;
  }
  .client-testimonials .testimonials-img {
    text-align: center;
    margin-bottom: 52px;
  }
  .client-testimonials .container {
    margin-left: auto;
  }
  .page-compare-nursing .left-image-right-content .col-lg-5 {
    order: 0;
    margin-top: 0;
  }
  .related-articles .tags ul li,
  .related-articles .title {
    padding: 0 17px;
  }
  .blog-landing-v2 {
    overflow: hidden;
  }
  .blog-landing-v2 .related-articles .container {
    padding: 0 0px !important;
  }
  .client-testimonials.without-image .container {
    margin: 0 auto;
  }
  .client-testimonials.without-image .content {
    margin: 26px auto;
  }
  .client-testimonials.without-image .content:before {
    left: -95px;
  }
  .page-not-found h1,
  .page-not-found .h1 {
    font-size: 36px;
  }
  .page-not-found:before {
    width: 315px;
    height: 265px;
  }
  .page-not-found:after {
    width: 315px;
    height: 355px;
    background-size: 100%;
  }
  body.error404 {
    padding-top: 70px;
  }
  .page-nursing .request-content-info-section .col-lg-5 {
    order: 0 !important;
  }
  .page-nursing .title-content-link {
    margin-top: 0;
  }
  #curriculum:before,
  #admission-tuition-section:before,
  #faculty:before,
  .link-section-new:before {
    content: "";
    height: 83px;
    width: 100%;
    margin-top: -83px;
    display: block;
  }
}
@media (max-width: 575px) {
  header .search-form .close {
    right: 25px;
    top: 90px;
  }
}
@media (max-width: 1199px) {
  .page-asn .es-wrapper {
    padding-top: 40px;
  }
  .pagescroll-links ul li {
    padding: 0 10px;
  }
  .pagescroll-links ul li a {
    padding: 2.3px 15px;
    font-size: 16px;
  }
  header .navbar-menu nav ul li .ubermenu-custom-content h2,
  header .navbar-menu nav ul li .ubermenu-custom-content .h2 {
    font-size: 45px;
  }
  header .ubermenu .ubermenu-target {
    padding: 15px 9px;
  }
  .section-title h4:after,
  .section-title .h4:after {
    content: "";
    bottom: -77px;
  }
  .section-title .h4more:after {
    bottom: -280px !important;
  }
  .left-image-right-content h6,
  .left-image-right-content .h6 {
    margin-bottom: 30px;
  }
  .counting-wrap .counter-number,
  .counting-wrap span {
    font-size: 80px;
  }
  .inner-banner h1,
  .inner-banner .h1 {
    font-size: 70px;
  }
  h1,
  .h1 {
    font-size: 70px;
  }
  .classes .classes-start-date {
    padding: 0 15px;
  }
  .mission-section-inner .card-body {
    padding-right: 40px;
  }
  .corevalue-section {
    padding: 70px 0;
  }
  .corevalue-section h2,
  .corevalue-section .h2 {
    padding: 0 0 40px 0;
  }
  .values-wrapper p {
    line-height: 1.6;
  }
  .our-campus {
    padding: 70px 0 50px;
  }
  .es-wrapper {
    padding-top: 40px;
  }
  .es-slide .card-body {
    padding: 0 40px;
  }
  .right-img-left-content-inner .card-body {
    padding-right: 40px;
  }
  .right-img-left-content {
    padding: 90px 0 50px;
  }
  .additional-resources {
    padding: 50px 0 90px;
  }
  .resources-wrapper {
    padding: 0;
  }
  .committed-student-section {
    margin-top: 0 !important;
    margin-bottom: 70px !important;
  }
  .tablink-wrapper .btn-outline-secondary {
    padding: 10px 30px 11px;
  }
  .press-release-content-inner1 {
    max-width: 100% !important;
  }
  .es-wrapper.facilities-slider-section .title-text-slider-arrow2 {
    top: 0;
    margin-top: 34px;
  }
  .es-wrapper.facilities-slider-section .title {
    margin-bottom: 45px;
  }
  .title-content-student-login .content {
    padding: 0 15px;
  }
  .view-more-faculty .card {
    margin-left: 0;
  }
  .chart-content {
    margin: 30px auto;
    padding: 30px 0;
  }
  .board-passage-rates .counting-wrap {
    margin-bottom: 0 !important;
  }
  .board-passage-rates .counting-wrap .counter-number,
  .board-passage-rates .counting-wrap span {
    font-size: 86px !important;
  }
  .left-image-right-content-generation .content {
    margin-left: 0;
    padding-right: 15px;
  }
  .our-campus-inner .map-section iframe {
    width: 760px !important;
    min-height: 600px;
  }
  .faq-learn-more .faq-section {
    padding-bottom: 45px;
  }
  .border-bottom-1 {
    margin-bottom: 45px;
  }
  .degree-section {
    padding-bottom: 50px;
  }
  .request-content-info-section img {
    margin: 0 auto;
    display: block;
  }
  .page-not-found h1,
  .page-not-found .h1 {
    font-size: 50px;
  }
}
@media (max-width: 1280px) {
  .page-asn .es-wrapper {
    padding-top: 75px;
  }
  .request-form .mb-5 {
    margin-bottom: 2rem !important;
  }
  .request-form input.btn {
    margin: 0px 0 0 !important;
  }
  header .navbar-menu nav ul li .ubermenu-custom-content h2,
  header .navbar-menu nav ul li .ubermenu-custom-content .h2 {
    font-size: 50px;
  }
  .learn-more-section h2,
  .learn-more-section .h2 {
    font-size: 40px;
  }
  .section-title {
    padding-top: 100px;
    padding-bottom: 100px;
    margin-bottom: 65px;
  }
  .high-score-placement {
    margin-top: 70px;
    margin-bottom: 70px;
  }
  .high-score-placement h2,
  .high-score-placement .h2 {
    margin-bottom: 85px;
  }
  .classes .step-box {
    padding: 160px 30px 30px 79px;
    min-height: 480px;
  }
  .mission-section-inner,
  .right-img-left-content-inner {
    padding-left: 5px;
  }
  .mission-section {
    margin: 0 0 70px 0;
  }
  .mission-section h2,
  .mission-section .h2 {
    margin: 0 0 35px 0;
  }
  .mission-section h3,
  .mission-section .h3 {
    margin: 0 0 40px 0;
  }
  .mission-section h4,
  .mission-section .h4 {
    margin: 0 0 20px 0;
  }
  .corevalue-section {
    padding: 90px 0;
  }
  .corevalue-section h2,
  .corevalue-section .h2 {
    padding: 0 0 60px 0;
  }
  .values-wrapper {
    margin: 0 0 40px 0;
  }
  .values-wrapper p {
    max-width: 100%;
  }
  .our-campus {
    padding: 100px 0 70px;
  }
  .location-section {
    max-width: 480px;
    max-height: 420px;
  }
  ul.location-list li {
    margin: 0 0 30px 0;
  }
  .our-campus-inner .map-section {
    margin: 70px 0 0 0;
  }
  .es-wrapper {
    padding-top: 75px;
  }
  .right-img-left-content {
    padding: 90px 0 70px;
  }
  .right-img-left-content h2,
  .right-img-left-content .h2 {
    margin: 0 0 50px 0;
  }
  .right-img-left-content p {
    margin: 0 0 40px 0;
  }
  .additional-resources {
    padding: 80px 0 120px;
  }
  .additional-resources h2,
  .additional-resources .h2 {
    margin: 0 0 50px 0;
  }
  .committed-student-section {
    margin-top: 0 !important;
    margin-bottom: 100px !important;
  }
  .es-wrapper.facilities-slider-section .title-text-slider-arrow2 {
    top: 115px;
  }
  .retention:before {
    width: 300px;
  }
  .page-not-found {
    padding: 60px 0;
  }
  .page-not-found h1,
  .page-not-found .h1 {
    font-size: 60px;
  }
  .page-not-found .content-links {
    margin: 100px auto 0;
  }
}
@media (max-width: 1366px) {
  header .navbar-menu nav ul li .ubermenu-custom-content h2,
  header .navbar-menu nav ul li .ubermenu-custom-content .h2 {
    font-size: 55px;
  }
  .inner-banner h1,
  .inner-banner .h1 {
    font-size: 75px;
  }
  h1,
  .h1 {
    font-size: 75px;
  }
  .learn-more-section h2,
  .learn-more-section .h2 {
    font-size: 45px;
    margin-bottom: 65px;
  }
  .high-score-placement {
    margin-top: 110px;
    margin-bottom: 110px;
  }
  .counting-wrap .counter-number,
  .counting-wrap span {
    font-size: 90px;
  }
  .faq-section {
    padding: 80px 0 115px;
  }
  .faq-section h2,
  .faq-section .h2 {
    padding: 0 21px;
  }
  .mission-section-inner,
  .right-img-left-content-inner {
    padding-left: 60px;
  }
  .blog-wrapper [class*=col-] {
    padding: 0 15px !important;
  }
  .blog-wrapper .row {
    margin-right: -10px !important;
    margin-left: -10px !important;
  }
  .why-section .why-request-link {
    padding: 0 20px;
  }
  .request-content-info-section .card {
    padding-top: 90px;
  }
  .our-campus-inner .map-section iframe {
    width: 850px !important;
  }
  .pagescroll-links ul li a {
    padding: 2.3px 25px;
  }
  .request-form input.btn {
    margin: 20px 0 0 !important;
  }
  .page-not-found {
    padding: 70px 0;
  }
  .page-not-found h1,
  .page-not-found .h1 {
    font-size: 65px;
  }
  .page-not-found .content-links {
    margin: 120px auto 0;
  }
}
@media (max-width: 1024px) {
  .inner-banner .inner-content {
    padding-left: 30px;
    padding-right: 10px;
    margin-bottom: 50px;
  }
  .inner-banner h1,
  .inner-banner .h1 {
    font-size: 65px;
  }
  .counting-wrap .counter-number,
  .counting-wrap span {
    font-size: 75px;
  }
  h1,
  .h1 {
    font-size: 65px;
  }
  .motivational-section {
    overflow: hidden;
  }
  .motivational-section .title-content p {
    font-size: 24px;
  }
  .tablink-wrapper {
    justify-content: center !important;
  }
  .tablink-wrapper .btn-outline-secondary {
    margin-bottom: 10px;
    margin-right: 0 !important;
  }
  .request-content-info-section .card h2,
  .request-content-info-section .card .h2 {
    margin-bottom: 40px;
  }
  .request-content-info-section .card h4,
  .request-content-info-section .card .h4 {
    margin-bottom: 10px;
    font-size: 20px;
  }
  .scholarships-tabs .tab-content {
    padding: 0 24px;
  }
  .scholarships-tabs .nav.nav-tabs .nav-item .nav-link {
    line-height: 1;
  }
  .chart-content .image-content .col-md-6:first-child {
    padding-left: 12px;
  }
  .our-campus-inner .map-section iframe {
    width: 680px !important;
    min-height: 600px;
  }
  .client-testimonials {
    margin-top: 90px;
    padding-bottom: 80px;
  }
  .client-testimonials .content:before {
    max-width: 60px;
    left: -70px;
    top: -30px;
    display: block !important;
  }
  .related-articles .related-articles-slider .slick-list {
    padding-right: 250px;
  }
  .related-articles .tags {
    margin-bottom: 20px;
  }
  .page-not-found h1,
  .page-not-found .h1 {
    font-size: 40px;
  }
}
@media (max-width: 650px) {
  .title-text-slider-section .title-text-slider-arrow {
    right: 15%;
  }
}
@media (max-width: 620px) {
  .title-text-slider-section .title-text-slider-arrow {
    top: 57%;
  }
}
@media (max-width: 570px) {
  .title-text-slider-section .title-text-slider-arrow {
    top: 53%;
  }
}
@media (max-width: 560px) {
  .title-text-slider-section .title-text-slider-arrow {
    top: 49%;
  }
}
@media (max-width: 575px) {
  #wpfront-notification-bar {
    min-height: 50px;
  }
  #wpfront-notification-bar .wpfront-message.wpfront-div {
    line-height: 1.2;
  }
  .resources-wrapper img {
    max-width: 243px;
    width: 100%;
  }
  ul.press-tabs-link li {
    width: 100%;
  }
  .request-form input.btn {
    margin: 50px auto 0;
    display: block !important;
  }
  .title-text-slider-new .title-text-slider .section-image {
    margin-top: 120px;
  }
}
@media (max-width: 480px) {
  .es-circuler-shape:after {
    height: 150px !important;
    bottom: -20px;
    top: auto;
    z-index: 9;
    left: 0;
    background-size: cover;
    width: 100%;
  }
  .es-slide .card-body {
    padding: 34px 36px 60px;
  }
}
@media (max-width: 460px) {
  .title-text-slider-section .title-text-slider-arrow {
    top: 45%;
  }
}
@media (max-width: 428px) {
  .title-text-slider-section .title-text-slider-arrow {
    top: 44%;
  }
}
@media (max-width: 390px) {
  .title-text-slider-section .title-text-slider-arrow {
    top: 40%;
  }
}
@media (max-width: 320px) {
  .title-text-slider-section .title-text-slider-arrow {
    top: 31%;
  }
  ul.press-tabs-link li a {
    font-size: 18px;
  }
  ul.press-tabs-link li.active a:after {
    right: -10px;
  }
  .related-articles .tags ul li a {
    font-size: 16px;
  }
}
.container {
  max-width: 1254px;
}

.custom-min-w-50 {
  min-width: 162px;
}

.custom-mb-65 {
  margin-bottom: 65px;
}

.custom-mb-35 {
  margin-bottom: 35px;
}

.custom-mt-65 {
  margin-top: 65px;
}

.custom-pt-65 {
  padding-top: 65px;
}

.custom-pb-65 {
  padding-bottom: 65px;
}

.badge {
  min-width: 75px;
  min-height: 30px;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  position: relative;
  padding-left: 0 !important;
}
.badge:after {
  content: "";
  position: absolute;
  right: -13px;
  top: 0;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-top: 25px solid #dc3545;
}
.badge:before {
  content: "";
  position: absolute;
  border-left: 0 solid transparent;
  border-right: 25px solid transparent;
  border-bottom: 25px solid #dc3545;
  right: -13px;
  bottom: 0px;
}
.badge.bg-success:after {
  border-top-color: #f66230;
}
.badge.bg-success:before {
  border-bottom-color: #f66230;
}
.badge.bg-danger:after {
  border-top-color: #dc3545;
}
.badge.bg-danger:before {
  border-bottom-color: #dc3545;
}
.badge.bg-warning:after {
  border-top-color: #ffc107;
}
.badge.bg-warning:before {
  border-bottom-color: #ffc107;
}

h5, .h5 {
  font-weight: 600;
  letter-spacing: 0.39px;
  color: #00426a;
}

.off-badge {
  position: absolute;
  left: 0;
  top: 21px;
}

/* 5. Page-specific styles */
/* COURCES (yes I know it's a typo) */
.cources.cources-new .row > [class*=col-]:first-child .card:before {
  content: "";
  height: 113%;
  top: -29px;
}

.cources .card {
  min-height: 448px;
  background-color: #e8eff3;
  padding: 119.5px 95px 38px 0;
  position: relative;
  overflow: visible;
  border-radius: 2px;
  transition: 0.3s;
}
.cources .card .card-link {
  font-family: "SourceSansProBold";
  letter-spacing: 0.07px;
  color: #00426a;
  text-decoration: none;
}
.cources .card .card-title {
  font-family: "SourceSansProBold";
  color: #00426a;
  min-height: 71px;
  position: relative;
}
.cources .card .card-title:before {
  content: "";
  width: 18px;
  border-bottom: solid 4px #f66230;
  position: absolute;
  top: -40px;
  left: 0;
}
.cources .card:before {
  content: "";
  position: absolute;
  box-shadow: 0 0 22px 0 rgba(109, 114, 120, 0.25);
  background-color: #fff;
  padding: 119.5px 95px 88px 108px;
  height: 107.1%;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9;
  opacity: 0;
  transition: 0.3s;
}
.cources .card:hover:before {
  opacity: 1;
}
.cources .card .card-body {
  max-width: 272px;
  margin: 0 auto;
  color: #00426a;
  display: flex;
  flex-direction: column;
  justify-content: center;
  z-index: 9;
  position: relative;
  padding-top: 0;
}

@media (max-width: 1199px) {
  .cources .card {
    padding: 90px 75px 30px 0;
  }
  .cources .row > [class*=col-]:first-child .card:before {
    padding: 68px 15px 80px 20px;
  }
}
@media (max-width: 991px) {
  .cources .row > [class*=col-]:first-child .card {
    padding-top: 121px;
  }
  .cources .row > [class*=col-]:first-child .card:before {
    padding: 68px 0px 40px 20px;
    height: 100%;
  }
  .cources .card {
    min-height: 378px;
  }
  .cources .card .card-title:before {
    content: "";
    top: -41px;
  }
  .cources .card .card-link {
    font-size: 18px;
  }
  .cources.cources-new .row > [class*=col-]:first-child .card {
    padding-top: 64px;
  }
  .cources.cources-new .row > [class*=col-]:first-child .card:before {
    height: 100%;
    top: -19px;
  }
  .cources.cources-new .title {
    margin-bottom: 50px !important;
  }
}
@media (max-width: 767px) {
  .cources .row > [class*=col-]:first-child .card {
    padding-top: 86px;
  }
  .cources .card {
    padding: 90px 15px 30px 15px;
  }
  .cources .card .card-body {
    max-width: 290px;
  }
  .cources .card .card-title {
    font-size: 24px;
  }
}
.faculty-wrapper {
  padding-top: 61px;
  overflow: hidden;
}
.faculty-wrapper h6,
.faculty-wrapper .h6 {
  color: #00426a;
  text-transform: uppercase;
}
.faculty-wrapper h6 a,
.faculty-wrapper .h6 a {
  color: #00426a;
  text-decoration: none;
}
.faculty-wrapper .sort-by-title h2,
.faculty-wrapper .sort-by-title .h2 {
  text-transform: capitalize;
}
.faculty-wrapper .row {
  margin-left: -38px;
  margin-right: -38px;
}
.faculty-wrapper .row [class*=col-] {
  padding: 0 38px;
}
.faculty-wrapper .bl-block .card-body {
  min-height: 132px;
  padding: 26px 21px 20px;
}
.faculty-wrapper .bl-block .card-body h6,
.faculty-wrapper .bl-block .card-body .h6 {
  font-size: 14px;
  margin-bottom: 6px;
}
.faculty-wrapper .bl-block .card-body h5,
.faculty-wrapper .bl-block .card-body .h5 {
  font-size: 22px;
  line-height: 1.23;
  letter-spacing: 0.22px;
}
.faculty-wrapper .wp-pagenavi {
  margin-bottom: 117px;
}
.faculty-wrapper .card img {
  width: 100%;
  max-width: 180px;
  margin: 0 auto 20px;
  display: block;
  border-radius: 50%;
  padding: -2px;
}
.faculty-wrapper .card p a {
  margin-top: auto;
  display: inline;
}
.faculty-wrapper .request-content-info-section img {
  max-width: 250px;
  margin-left: auto;
  border-radius: 50%;
  padding: -2px;
}

.view-more-faculty {
  overflow: hidden;
}
.view-more-faculty .title-subtitle {
  margin-bottom: 30px;
}
.view-more-faculty .title-subtitle h6,
.view-more-faculty .title-subtitle .h6 {
  font-family: "SourceSansProBold";
  margin-bottom: 0 !important;
  color: #0085d6;
  letter-spacing: 0.94px;
}
.view-more-faculty .title-subtitle p {
  font-size: 16px;
  color: #00426a;
  line-height: 1.88;
  letter-spacing: -0.31px;
  margin-bottom: 46px;
}
.view-more-faculty .card {
  padding-top: 0 !important;
  max-width: 649px;
  margin: 0;
  margin-left: 35px;
}
.view-more-faculty .card h6,
.view-more-faculty .card .h6 {
  font-family: "SourceSansProBold";
  letter-spacing: -0.31px;
  margin-bottom: 38px;
}
.view-more-faculty .card h2,
.view-more-faculty .card .h2 {
  margin-bottom: 0 !important;
  color: #0085d6 !important;
  line-height: 1.19;
  letter-spacing: 0.63px;
}
.view-more-faculty .card .btn {
  max-width: 232px;
  width: 100%;
  margin-top: 52px;
  line-height: 2;
}
.view-more-faculty .social-mail-linkedin {
  padding-left: 83px;
  margin-top: 63px;
}
.view-more-faculty .social-mail-linkedin ul li:after {
  display: none;
}
.view-more-faculty .social-mail-linkedin ul li a {
  font-size: 16px;
  font-weight: 600;
  color: #00426a;
  text-decoration: none;
  position: relative;
  padding-left: 29px;
  margin-bottom: 3px;
  display: block;
  text-transform: uppercase;
}
.view-more-faculty .social-mail-linkedin ul li a:before {
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center left;
  position: absolute;
  left: 0;
  top: 4px;
}
.view-more-faculty .social-mail-linkedin ul li.mail a:before {
  background-image: url(/wp-content/themes/joyce/images/mail.png);
  width: 16px;
  height: 10px;
  top: 6px;
}
.view-more-faculty .social-mail-linkedin ul li.linkedin-user a:before {
  background-image: url(/wp-content/themes/joyce/images/linkedin2.png);
  width: 16px;
  height: 17px;
}

@media (max-width: 1199px) {
  .faculty-wrapper .row [class*=col-] {
    padding: 0 38px !important;
  }
}
@media (max-width: 991px) {
  .faculty-wrapper {
    padding-bottom: 74px;
  }
  .faculty-wrapper .sort-by-title {
    padding: 0 21px;
  }
  .faculty-wrapper .sort-by-title .sort-dropdown {
    display: block !important;
  }
  .faculty-wrapper .sort-by-title .press-release-title h6,
  .faculty-wrapper .sort-by-title .press-release-title .h6 {
    padding-left: 0;
  }
  .faculty-wrapper h6,
  .faculty-wrapper .h6 {
    font-size: 12px;
  }
  .faculty-wrapper h2,
  .faculty-wrapper .h2 {
    font-size: 30px;
    margin-bottom: 28px;
  }
  .faculty-wrapper .row {
    margin-left: -15px;
    margin-right: -15px;
  }
  .faculty-wrapper .row [class*=col-] {
    padding: 0 15px;
  }
  .faculty-wrapper .bl-block .card-body h6,
  .faculty-wrapper .bl-block .card-body .h6 {
    font-size: 16px;
  }
  .faculty-wrapper .wp-pagenavi {
    margin-bottom: 0;
  }
  .faculty-wrapper .view-more-faculty .card {
    margin-bottom: 0;
    padding: 0 35px;
  }
  .faculty-wrapper .view-more-faculty .card h6,
  .faculty-wrapper .view-more-faculty .card .h6 {
    font-size: 16px;
  }
  .faculty-wrapper .view-more-faculty img {
    max-width: 100%;
    margin-bottom: 29px;
  }
  .faculty-wrapper .view-more-faculty .container-fluid,
  .faculty-wrapper .view-more-faculty .container-sm,
  .faculty-wrapper .view-more-faculty .container-md,
  .faculty-wrapper .view-more-faculty .container-lg,
  .faculty-wrapper .view-more-faculty .container-xl,
  .faculty-wrapper .view-more-faculty .container-xxl {
    padding: 0 0;
  }
  .faculty-wrapper .learn-more-section {
    padding-top: 29px;
  }
  .faculty-wrapper .learn-more-section h2,
  .faculty-wrapper .learn-more-section .h2 {
    font-size: 38px;
  }
  .faculty-wrapper .learn-more-section .btn {
    max-width: 232px;
    width: 100%;
    line-height: 2;
  }
}
.request-info {
  padding: 200px 0 150px;
  height: 100%;
  overflow: hidden;
}
.request-info h1,
.request-info .h1 {
  font-family: "SourceSansProBold";
  font-size: 42px;
  color: #00426a;
}
.request-info .container {
  z-index: 99;
  position: relative;
}
.request-info select {
  background-image: url(http://joyce.reviewtestlink.com/wp-content/uploads/2022/01/dropdown.svg);
  background-repeat: no-repeat;
  background-position: 96% center;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background-color: transparent;
  color: #00426a !important;
}
.request-info .form-control {
  background-color: transparent;
  color: #00426a !important;
  font-size: 18px !important;
}
.request-info .gravity-theme input {
  background-color: transparent;
  color: #00426a !important;
  font-size: 18px !important;
  background-clip: padding-box;
  border-bottom: 1px solid #ced4da !important;
  border: none;
  font-weight: 400;
  line-height: 1.5;
}
.request-info .gravity-theme input:focus {
  border-bottom: 1px solid #ced4da !important;
  outline: none;
}
.request-info .gravity-theme select {
  border-bottom: 1px solid #ced4da !important;
  border: none;
}
.request-info .gravity-theme select:focus {
  border-bottom: 1px solid #ced4da !important;
  outline: none;
}
.request-info .gravity-theme .gfield_label {
  color: #00426a !important;
  font-size: 18px !important;
}
.request-info .gravity-theme .gform_footer.top_label input {
  background-color: #f66230;
  border-color: #f66230;
  color: #ffffff !important;
  min-width: 182px;
  min-height: 54px;
  padding: 0.375rem 0.75rem;
  font-size: 16px !important;
  font-weight: 400;
  line-height: 1.5;
  font-family: "SourceSansProBold";
}
.request-info .gravity-theme.gform_wrapper .gform_fields {
  display: flex !important;
  flex-direction: row !important;
  flex-wrap: wrap !important;
}
.request-info .gravity-theme.gform_wrapper #field_1_33,
.request-info .gravity-theme.gform_wrapper #field_1_32 {
  display: none !important;
}
.request-info .gravity-theme.gform_wrapper .gfield {
  width: 48% !important;
}
.request-info .gform_wrapper .gfield_error [aria-invalid=true] {
  border: 1px solid #c02b0a !important;
}
.request-info.right-center-shape:before {
  content: "";
  background-image: url(/wp-content/themes/joyce/images/quartercirclecenter-bottom.svg);
  background-repeat: no-repeat;
  width: 134px;
  height: 715px;
  position: absolute;
  top: 50%;
  right: -5px;
  transform: translateY(-50%);
  z-index: -1;
}
.request-info.left-bottom-shape:after {
  content: "";
  background-image: url(/wp-content/themes/joyce/images/quartercirclebottom-left.svg);
  background-repeat: no-repeat;
  width: 415px;
  height: 365px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}

@media (max-width: 991px) {
  .request-info {
    padding: 94px 0 30px;
    overflow-y: auto;
    min-height: 1155px;
  }
  .request-info h1,
  .request-info .h1 {
    font-size: 32px;
    line-height: 1.19;
    margin-bottom: 38px;
  }
  .request-info .form-control {
    font-size: 18px !important;
  }
  .request-info .container {
    padding: 0 35px;
  }
  .page-request-info-2 .request-compaire.d-md-block.d-sm-block.d-block {
    display: none !important;
  }
}
@media (max-width: 767px) {
  .request-info .gravity-theme.gform_wrapper .gfield {
    width: 100% !important;
  }
}
@media (max-width: 575px) {
  .request-info.right-center-shape:before {
    top: 310px;
    right: -60px;
  }
  .request-info.right-center-shape:after {
    width: 339px;
    height: 311px;
  }
  .request-info .request-form .wpcf7-form-control-wrap {
    margin-bottom: 10px;
    display: block;
  }
}
#gform_confirmation_message_1 p {
  color: #212529;
}

.about-accreditation {
  margin: 0px 0 94px;
  padding: 71.5px 0 65px;
  background-color: #e8eff3;
}
.about-accreditation h2,
.about-accreditation .h2 {
  font-family: "SourceSansProBold";
  color: #00426a;
  margin-bottom: 70px;
}
.about-accreditation ul {
  max-width: 565px;
  width: 100%;
  margin: 69px auto 64px;
  list-style: none;
  margin-top: 25px;
  margin-bottom: 26px;
  padding-left: 0;
}
.about-accreditation ul li {
  padding: 0 30px;
  text-align: left;
}
.about-accreditation ul li:after {
  content: "";
  width: 11px;
  height: 11px;
  border: solid 1px #00426a;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
  display: block;
}
.about-accreditation p {
  line-height: 2;
  color: #00426a;
}
.about-accreditation .container {
  max-width: 823px !important;
}

@media (max-width: 767px) {
  .about-accreditation ul li img {
    max-width: 100%;
  }
}
.multi-tuition-fees.scholarships-tabs {
  margin-top: 48px;
}

.multi-tuition-fees.scholarships-tabs #tuitionTabs .tuition-fees {
  margin-top: 48px;
}
.multi-tuition-fees.scholarships-tabs #tuitionTabs .tuition-fees .accordion {
  padding: 48px;
}
.multi-tuition-fees.scholarships-tabs #tuitionTabs .accordion .accordion-header {
  padding: 0px 40px;
}
.multi-tuition-fees.scholarships-tabs #tuitionTabs .accordion .accordion-header.fee-title-active .btn.accordion-button {
  border-radius: 0px !important;
  box-shadow: none !important;
  background-color: #fff !important;
  color: #1586D6 !important;
  border: none !important;
  padding: 0 !important;
}
.multi-tuition-fees.scholarships-tabs #tuitionTabs .accordion .accordion-header .accordion-button,
.multi-tuition-fees.scholarships-tabs #tuitionTabs .accordion .accordion-header .accordion-button:hover,
.multi-tuition-fees.scholarships-tabs #tuitionTabs .accordion .accordion-header .accordion-button:active {
  box-shadow: rgba(0, 0, 0, 0.125) 0px -1px 0px 0px inset;
  padding-right: 0 !important;
  outline: none !important;
  border: none !important;
}
.multi-tuition-fees.scholarships-tabs #tuitionTabs .accordion .accordion-item {
  padding: 0;
  margin-bottom: 24px;
  box-shadow: rgba(0, 0, 0, 0.125) 0px -1px 0px 0px inset, 0 3px 6px 0 rgba(0, 0, 0, 0.09);
}
.multi-tuition-fees.scholarships-tabs #tuitionTabs .accordion .accordion-item.nursing-collapse {
  background-color: #fff;
}
.multi-tuition-fees.scholarships-tabs #tuitionTabs .accordion .accordion-item:hover, .multi-tuition-fees.scholarships-tabs #tuitionTabs .accordion .accordion-item:active, .multi-tuition-fees.scholarships-tabs #tuitionTabs .accordion .accordion-item:focus {
  box-shadow: rgba(0, 0, 0, 0.125) 0px -1px 0px 0px inset, 0 3px 6px 0 rgba(0, 0, 0, 0.29);
}
.multi-tuition-fees.scholarships-tabs #tuitionTabs .accordion .accordion-button:not(.collapsed) {
  font-size: 18px;
  color: #1586D6;
  background-color: #fff;
}
.multi-tuition-fees.scholarships-tabs #tuitionTabs .accordion .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='%23707070'%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");
}

@media (max-width: 767px) {
  #tuitionTabs.tab-content {
    padding: 0 12px;
    margin-left: -30px;
  }
  #tuitionTabs .tuition-fees .accordion {
    padding: 12px;
  }
  #tuitionTabs .accordion .accordion-header {
    padding: 0 20px !important;
  }
  #tuitionTabs .accordion .accordion-header .accordion-button {
    font-size: 16px;
  }
}
#accordiontuitionfees .d-none {
  display: block !important;
}

.page-scholarships-grants #linksection3:before {
  height: 100px;
}
@media screen and (max-width: 991px) {
  .page-scholarships-grants #linksection3:before {
    height: 10px;
  }
}

#scholarship-secondary {
  display: block;
  font-size: 18px;
}

/* 6. Components */
.accordion .accordion-body {
  font-family: "SourceSansProRegular";
  padding: 25px 48px 78px;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.25px;
  color: #00426a;
  max-width: 907px;
  width: 100%;
}
.accordion .accordion-body ul {
  list-style: none;
  margin-top: 25px;
  margin-bottom: 26px;
}
.accordion .accordion-body ul a {
  font-family: "SourceSansProBold";
  color: #00426a;
  text-decoration: none;
  border-bottom: 2px solid #00426a;
}
.accordion .accordion-body ul:after {
  content: "";
  width: 11px;
  height: 11px;
  border: solid 1px #00426a;
  border-radius: 100%;
  position: absolute;
  left: 0;
  top: 9px;
}
.accordion .fee-content-div .accordion-body ul::after {
  content: "";
  border: none;
}
.accordion .accordion-item {
  margin-bottom: 25px;
  border: none;
  border-radius: 9px;
}
.accordion .accordion-header {
  border: none;
  font-size: 18px;
  font-weight: 600;
  letter-spacing: 0.33px;
  color: #00426a !important;
  padding: 20.2px ​40px;
  cursor: pointer;
  box-shadow: none;
}
.accordion .accordion-header:after {
  border: solid #00426a;
  border-width: 0px 3px 3px 0;
  display: inline-block;
  padding: 4.7px;
  background-image: none !important;
  width: 0;
  height: 0;
  transform: rotate(-135deg) !important;
}
.accordion .accordion-button {
  padding: 1.23rem 2.95rem !important;
}
.accordion .accordion-collapse {
  border: none;
}
.accordion h3,
.accordion .h3 {
  font-weight: 300 !important;
  line-height: 1.53 !important;
  letter-spacing: 0.75px !important;
  color: #00426a !important;
  font-family: "SourceSansProLight" !important;
}
.accordion .accordion-header.collapsed:after {
  transform: rotate(45deg) !important;
}

.accordion-button {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  padding: 1rem 1.25rem;
  font-size: 1rem;
  text-align: left;
  background-color: transparent;
  border: 1px solid rgba(34, 34, 34, 0.125);
  border-radius: 0;
  overflow-anchor: none;
  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;
}
.accordion-button:not(.collapsed) {
  color: #dd582b;
  background-color: #feefea;
}
.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='%23dd582b'%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");
  transform: rotate(180deg);
}
.accordion-button::after {
  flex-shrink: 0;
  width: 1.25rem;
  height: 1.25rem;
  margin-left: auto;
  content: "";
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23212529'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
  background-repeat: no-repeat;
  background-size: 1.25rem;
  transition: transform 0.2s ease-in-out;
}
.accordion-button:hover {
  z-index: 2;
}
.accordion-button:focus {
  z-index: 3;
  border-color: #fbb198;
  outline: 0;
  box-shadow: 0 0 0 0.25rem rgba(246, 98, 48, 0.25);
}
.accordion-button.collapsed {
  border-bottom-width: 0;
}

.disabled-message {
  padding-bottom: 20px;
}

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

.accordion-item:first-of-type .accordion-button {
  border-top-left-radius: 0.25rem;
  border-top-right-radius: 0.25rem;
}
.accordion-item:last-of-type .accordion-button.collapsed,
.accordion-item:last-of-type .accordion-collapse {
  border-bottom-width: 1px;
  border-bottom-right-radius: 0.25rem;
  border-bottom-left-radius: 0.25rem;
}

.accordion-collapse {
  border: solid rgba(34, 34, 34, 0.125);
  border-width: 0 1px;
}

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

.accordion-flush .accordion-button {
  border-right: 0;
  border-left: 0;
  border-radius: 0;
}
.accordion-flush .accordion-collapse {
  border-width: 0;
}
.accordion-flush .accordion-item:first-of-type .accordion-button {
  border-top-width: 0;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
}
.accordion-flush .accordion-item:last-of-type .accordion-button.collapsed {
  border-bottom-width: 0;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
}

.faq-learn-more .accordion .accordion-body {
  padding: 25px 80px 30px;
}
.faq-learn-more .accordion .accordion-body p a {
  font-family: "SourceSansProBold";
}
.faq-learn-more .accordion .accordion-body .card-link {
  font-family: "SourceSansProBold";
  letter-spacing: 0.07px;
  color: #00426a;
  text-decoration: none;
  padding-right: 71px;
  min-width: 160px;
  margin-left: auto;
}
.faq-learn-more .accordion .accordion-body .card-link:after {
  right: 0;
}
.faq-learn-more .accordion .accordion-header {
  font-size: 28px;
  padding-right: 79px !important;
  padding-left: 80px !important;
}
.faq-learn-more .accordion .accordion-header:after {
  border-width: 0px 4px 4px 0;
  padding: 9.8px;
  position: absolute;
  right: 40px;
}
.faq-learn-more .accordion .accordion-item {
  box-shadow: 1px 1px 4px 0 rgba(0, 0, 0, 0.16);
}

.scholarships-tabs .accordion .accordion-header:after {
  padding: 9.7px;
  border-width: 0px 4px 4px 0;
}
.scholarships-tabs .accordion .accordion-item {
  margin-bottom: 48px;
  border-radius: 9px;
  box-shadow: 0 3px 6px 0 rgba(0, 0, 0, 0.09);
  padding: 0px 0px 0px 46px;
}
.scholarships-tabs .accordion .accordion-body {
  padding: 25px 0px 78px;
  max-width: 946px;
}
.scholarships-tabs .accordion .apply-btn,
.scholarships-tabs .accordion .expiration-message {
  display: inline-block;
  margin: 40px auto 0px;
  width: 100%;
  text-align: center;
}
.scholarships-tabs .accordion .apply-btn .btn,
.scholarships-tabs .accordion .expiration-message .btn {
  margin: 0 auto;
  min-width: 160px;
  min-height: 41px;
  display: block !important;
  text-align: center;
  font-size: 16px !important;
  max-width: 160px;
  width: 100%;
}
.scholarships-tabs .accordion .accordion-button {
  font-size: 28px;
  padding-left: 0 !important;
}

.tuition-fees .accordion {
  padding: 46px 68.5px 115.1px 63.5px;
  border-radius: 20px;
  box-shadow: 1px 1px 4px 0 rgba(109, 114, 120, 0.16);
  background-color: #fff;
  margin-top: 74px;
}
.tuition-fees .accordion .inner-accordion {
  box-shadow: none;
  padding: 0;
  border-radius: 0;
  padding: 0;
  margin-top: 0 !important;
}
.tuition-fees .accordion .inner-accordion .btn:after {
  display: none;
}
.tuition-fees .nursing-collapse .accordion .accordion-header.fee-title-active .btn {
  border-radius: 51px !important;
  box-shadow: 1px 1px 4px 0 rgba(109, 114, 120, 0.16) !important;
  background-color: #1586d6 !important;
  color: #ffffff !important;
  padding: 19px 65px !important;
  border-color: #0086d6 !important;
}
.tuition-fees .nursing-collapse .accordion .accordion-header.fee-title-active .btn:after {
  display: block !important;
  border-color: #ffffff !important;
  right: 68px;
  transform: rotate(227deg) !important;
  top: 29px;
}
.tuition-fees .nursing-collapse .accordion .fee-content-active {
  display: block !important;
}

@media (max-width: 1366px) {
  .accordion .accordion-body {
    padding: 5px 15px 30px;
    padding-left: 45.2px;
    font-size: 16px;
  }
}
@media (max-width: 1024px) {
  .accordion .accordion-button {
    font-size: 24px;
  }
  .accordion .accordion-header:after {
    padding: 3.8px;
    border-width: 0px 3px 3px 0;
  }
  .accordion .accordion-body p {
    line-height: 1.69;
    font-size: 16px;
  }
  .faq-learn-more .accordion .accordion-header {
    font-size: 24px;
    padding-left: 30px !important;
  }
  .faq-learn-more .accordion .accordion-body {
    padding: 25px 30px 30px;
  }
}
@media (max-width: 991px) {
  .accordion .accordion-item {
    margin-bottom: 13px;
  }
  .accordion .accordion-header {
    padding-right: 50px !important;
    position: relative;
  }
  .accordion .accordion-header:after {
    border-width: 0 2px 2px 0;
    padding: 4.4px;
    height: 0;
    width: 0;
    position: absolute;
    right: 20px;
  }
  .scholarship-tabs .accordion .accordion-item {
    padding: 0px 0px 0px 21px;
  }
  .faq-learn-more .accordion .accordion-item {
    margin-bottom: 17px;
  }
  .faq-learn-more .accordion .accordion-header {
    padding-left: 20px !important;
  }
  .faq-learn-more .accordion .accordion-header:after {
    padding: 6px;
  }
  .faq-learn-more .accordion .accordion-body {
    padding: 25px 20px 30px;
  }
}
@media (max-width: 767px) {
  .accordion .inner-accordion .accordion-header {
    padding: 0 !important;
  }
  .accordion .accordion-header {
    padding: 25px 21px;
  }
  .accordion .accordion-button {
    padding-left: 1.1rem !important;
  }
  .accordion .accordion-body {
    padding-left: 15px;
  }
  .tuition-fees .nursing-collapse .accordion .accordion-header.fee-title-active .btn {
    padding: 10px 35px !important;
  }
  .tuition-fees .nursing-collapse .accordion .accordion-header.fee-title-active .btn:after {
    right: 18px;
    top: 23px;
  }
  .tuition-fees .accordion {
    padding: 20px 10px 0;
    box-shadow: none;
    background-color: transparent;
    margin-top: 0;
  }
  .tuition-fees .accordion .accordion-body {
    padding-bottom: 0;
  }
  .tuition-fees .accordion .accordion-item {
    background-color: transparent;
  }
  .faq-learn-more .accordion .accordion-header {
    font-size: 18px;
  }
  .faq-learn-more .accordion .accordion-header:after {
    border-width: 0px 3px 3px 0;
  }
  .faq-learn-more .accordion .accordion-body ul {
    padding-left: 28px;
  }
}
@media (prefers-reduced-motion: reduce) {
  .accordion-button {
    transition: none;
  }
  .accordion-button::after {
    transition: none;
  }
}
.hero-banner {
  max-height: 650px;
  width: 100%;
  position: relative;
  overflow: hidden;
  height: calc(100vh - 142px);
}
.hero-banner__picture {
  position: absolute;
  inset: 0;
  z-index: 0;
  display: block;
  width: 100%;
  height: 100%;
}
.hero-banner__image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center center;
     object-position: center center;
}
.hero-banner .banner-title {
  max-width: 621px;
  width: 100%;
  position: absolute;
  bottom: 14.3%;
  left: 110px;
  z-index: 2;
}
.hero-banner .banner-title h1,
.hero-banner .banner-title .h1 {
  font-family: "SourceSansProBold";
  font-size: 130px;
  color: #ffffff;
  line-height: 0.85;
  margin-bottom: 21px;
}
.hero-banner .banner-title h2,
.hero-banner .banner-title .h2 {
  color: #ffffff !important;
}
.hero-banner .request-compaire {
  position: absolute;
  z-index: 2;
}
.hero-banner .video-banner-main {
  position: relative;
  z-index: 0;
}
.hero-banner .mobile-video {
  display: none;
}

@media (max-width: 767px) {
  .hero-banner {
    height: calc(100vh - 164px);
    max-height: 900px;
  }
  .hero-banner__image {
    -o-object-position: center top;
       object-position: center top;
  }
  .hero-banner .banner-title {
    bottom: 0;
    left: 0;
    background: rgba(0, 86, 167, 0.75);
    padding: 20px;
  }
  .hero-banner .banner-title h1,
  .hero-banner .banner-title .h1 {
    font-size: 80px;
  }
  .hero-banner .banner-title h2,
  .hero-banner .banner-title .h2 {
    font-size: 27px;
  }
  .hero-banner .request-compaire {
    padding-left: 20px;
    padding-right: 20px;
  }
  .inner-banner {
    background-position: 72% 100%;
  }
  .inner-banner h1,
  .inner-banner .h1 {
    font-size: 2.5rem;
    line-height: 1;
    margin-bottom: 14px;
  }
  .inner-banner h2,
  .inner-banner .h2 {
    font-size: 30px;
    line-height: 1.19;
  }
  .inner-banner .inner-content {
    margin-bottom: 47px;
  }
}
@media (max-width: 991px) {
  .hero-banner {
    height: calc(100vh - 84px);
    min-height: inherit;
    overflow: hidden;
  }
  .hero-banner__image {
    -o-object-position: 40% 0;
       object-position: 40% 0;
  }
  .hero-banner .desktop-video {
    display: none;
  }
  .hero-banner .mobile-video {
    display: block;
  }
  .hero-banner .request-compaire .request-info {
    display: none;
  }
  .hero-banner .banner-title h1,
  .hero-banner .banner-title .h1 {
    font-size: 80px;
  }
  .hero-banner.video_banner {
    min-height: 550px;
    height: calc(100vh - 84px);
  }
}
@media (max-width: 991px) and (orientation: landscape) {
  .hero-banner {
    min-height: 400px;
  }
  .hero-banner__image {
    -o-object-position: 0 25%;
       object-position: 0 25%;
  }
  .hero-banner .banner-title {
    bottom: auto;
    top: 0;
  }
}
@media (max-width: 1199px) {
  .hero-banner.video_banner {
    height: 63vh;
  }
  .hero-banner .banner-title h1,
  .hero-banner .banner-title .h1 {
    font-size: 90px;
  }
}
@media (max-width: 1540px) {
  .hero-banner {
    height: calc(100vh - 162px);
  }
}
@media (max-width: 1550px) {
  .hero-banner {
    height: calc(100vh - 172px);
  }
}
@media (max-width: 1484px) {
  .hero-banner.video_banner {
    height: 79vh;
    min-height: inherit;
  }
}
@media (max-width: 1410px) {
  .hero-banner.video_banner {
    height: 77vh;
  }
}
@media (max-width: 1372px) {
  .hero-banner.video_banner {
    height: 75vh;
  }
  .hero-banner .banner-title {
    left: 40px;
  }
  .hero-banner .banner-title h1,
  .hero-banner .banner-title .h1 {
    font-size: 100px;
  }
}
@media (max-width: 1302px) {
  .hero-banner.video_banner {
    height: 68vh;
  }
}
@media (max-width: 1120px) {
  .hero-banner.video_banner {
    height: 60vh;
  }
}
@media (max-width: 1080px) {
  .hero-banner.video_banner {
    height: 57vh;
  }
}
@media (max-width: 1024px) {
  .hero-banner.video_banner {
    height: 54vh;
  }
}
@media (max-width: 320px) {
  .hero-banner .banner-title {
    left: 15px;
  }
  .hero-banner .banner-title h1,
  .hero-banner .banner-title .h1 {
    font-size: 50px;
  }
  .hero-banner .banner-title h3,
  .hero-banner .banner-title .h3 {
    font-size: 24px;
  }
}
.modal-open {
  overflow: hidden;
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1050;
  display: none;
  width: 100%;
  height: 100%;
  overflow: hidden;
  outline: 0;
}
.modal .request-info.right-center-shape:before, .modal .request-info.right-center-shape:after {
  z-index: 9;
}
.modal .btn-close {
  position: absolute;
  right: 68px;
  z-index: 99;
  top: 71px;
  padding: 0;
  opacity: 1;
  background-image: url(/wp-content/themes/joyce/images/close.svg);
  background-size: contain;
  width: 27.4px;
  height: 27.4px;
  transform: rotate(135deg);
}
.modal .btn-close:focus {
  outline: none;
  box-shadow: none;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none;
}

.modal.fade .modal-dialog {
  transition: transform 0.3s ease-out;
  transform: translate(0, -50px);
}
.modal.show .modal-dialog {
  transform: none;
}
.modal.modal-static .modal-dialog {
  transform: scale(1.02);
}

.modal-dialog-scrollable {
  height: calc(100% - 1rem);
}
.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% - 1rem);
}

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

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

.modal-header {
  display: flex;
  flex-shrink: 0;
  align-items: center;
  justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: calc(0.3rem - 1px);
  border-top-right-radius: calc(0.3rem - 1px);
}
.modal-header .btn-close {
  padding: 0.5rem 0.5rem;
  margin: -0.5rem -0.5rem -0.5rem auto;
}

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

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

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

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

.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 {
  border-radius: 0;
}
.modal-fullscreen .modal-body {
  overflow-y: auto;
  padding: 0 0;
}
.modal-fullscreen .modal-footer {
  border-radius: 0;
}
.modal-fullscreen .info {
  margin-top: 39px;
}

.modal.outcomes-image-popup .btn-close {
  right: 20px;
  top: 10px;
  width: 10px;
  height: 10px;
}
.modal.outcomes-image-popup .modal-dialog {
  max-width: 700px;
}

@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 {
    border-radius: 0;
  }
  .modal-fullscreen-xxl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xxl-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 1366px) {
  .modal-fullscreen .info {
    margin-top: 0 !important;
  }
  .modal-fullscreen .request-info {
    max-height: 800px;
    overflow-y: scroll;
  }
}
@media (min-width: 1200px) {
  .modal-xl {
    max-width: 1140px;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-xl-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-xl-down .modal-footer {
    border-radius: 0;
  }
}
@media (min-width: 992px) {
  .modal-lg,
  .modal-xl {
    max-width: 800px;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-lg-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-lg-down .modal-footer {
    border-radius: 0;
  }
  .modal {
    z-index: 105099 !important;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-md-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-md-down .modal-footer {
    border-radius: 0;
  }
}
@media (max-width: 767px) {
  .modal-fullscreen .request-info.right-center-shape:after {
    width: 339px;
    height: 311px;
    bottom: -264px;
    top: auto;
  }
}
@media (min-width: 576px) {
  .modal-dialog {
    max-width: 500px;
    margin: 1.75rem auto;
  }
  .modal-dialog-scrollable {
    height: calc(100% - 3.5rem);
  }
  .modal-dialog-centered {
    min-height: calc(100% - 3.5rem);
  }
  .modal-sm {
    max-width: 300px;
  }
}
@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 {
    border-radius: 0;
  }
  .modal-fullscreen-sm-down .modal-body {
    overflow-y: auto;
  }
  .modal-fullscreen-sm-down .modal-footer {
    border-radius: 0;
  }
}
.program-hours {
  padding: 36px 0 0;
  border-radius: 9px !important;
  background-color: #00426a !important;
  max-width: 458px;
  width: 100%;
  color: #ffffff;
  margin-left: auto;
  margin-top: 87px;
}
.program-hours .title-hours {
  margin-bottom: 12px;
}
.program-hours .title-hours h4,
.program-hours .title-hours .h4 {
  font-family: "SourceSansProRegular";
  color: #ffffff;
}
.program-hours .title-hours h4 strong,
.program-hours .title-hours .h4 strong {
  font-family: "SourceSansProBold";
}
.program-hours .card-footer {
  padding: 25px 90px 41px 90px;
  border-radius: 0px 0 9px 9px !important;
  border-top: 0;
  background-color: #0086d6;
}
.program-hours .card-footer h4,
.program-hours .card-footer .h4 {
  color: #ffffff;
}
.program-hours .card-body {
  padding-bottom: 46px;
}

@media (max-width: 991px) {
  .program-layout .program-hours {
    margin: 0 auto 94px;
    padding-top: 27px;
  }
  .program-layout .program-hours .card-body {
    padding-bottom: 31px;
  }
  .program-hours h4,
  .program-hours .h4 {
    font-size: 24px;
  }
}
@media (max-width: 767px) {
  .program-hours .card-footer {
    padding: 25px 30px;
  }
  .program-hours .title-hours {
    margin-bottom: 24px;
  }
}
.tuition-table {
  width: 100%;
}
.tuition-table tbody tr {
  border-bottom: 1px solid;
}
.tuition-table tbody tr:last-child {
  border-bottom: none;
}
.tuition-table tbody td {
  padding: 10px 0px;
  width: 50%;
}

.accordion-body .tuition-table-wrapper {
  width: 80%;
  margin: 0 auto;
}

/* --------------------------------------------------------------------------
   Miscellaneous / temporary overrides

   Goal for this file: keep only small, cross-cutting overrides here.
   Larger groups should be moved into the recommended partials noted below.
-------------------------------------------------------------------------- */
/* --------------------------------------------------------------------------
   Breadcrumbs
   Recommended home: modules/components/_breadcrumbs.scss
-------------------------------------------------------------------------- */
ol.breadcrumb {
  margin: 0 0 50px 0;
  text-transform: uppercase;
  font-size: 1rem;
  font-family: "SourceSansProRegular";
}
ol.breadcrumb li {
  padding-left: 0;
  padding-right: 18px;
}
ol.breadcrumb li:last-child {
  padding-left: 10px;
  padding-right: 0;
}
ol.breadcrumb li:last-child::before {
  content: "";
  left: -4px;
  background-color: #00426a;
  height: 18px;
  width: 1px;
  position: absolute;
  top: 4px;
}
ol.breadcrumb a {
  font-family: "SourceSansProBold";
  color: #f66230;
  text-decoration: none;
}

.breadcrumbs-wrapper {
  margin: 20px 15px;
}

.breadcrumbs__list {
  display: flex;
  align-items: center;
  width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  list-style: none;
  text-transform: uppercase;
  font-size: 16px;
}

.breadcrumbs__item {
  padding-left: 15px;
}
.breadcrumbs__item a {
  text-decoration: none;
}
.breadcrumbs__item:last-child {
  padding-left: 10px;
  margin-left: 10px;
}
.breadcrumbs__item:last-child::before {
  content: "";
  left: 0;
  border-left: 1px solid #00426a;
  height: 18px;
  width: 1px;
  position: absolute;
  top: 4px;
}

.breadcrumb-item + .breadcrumb-item::before {
  content: "|";
}

ol.breadcrumb li:last-child::before {
  padding-right: 0;
}

@media (max-width: 767px) {
  .breadcrumbs-wrapper {
    margin: 20px 0;
  }
  .breadcrumb-nav {
    width: 100%;
  }
  .breadcrumbs__item {
    min-width: 0;
  }
  .breadcrumbs__item:first-child {
    flex: 0 0 auto;
    white-space: nowrap;
  }
  .breadcrumbs__item:last-child {
    flex: 1 1 auto;
    min-width: 0;
    overflow: hidden;
  }
  .breadcrumbs__item:last-child span,
  .breadcrumbs__item:last-child a {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
  }
}
/* --------------------------------------------------------------------------
   Events
   Recommended home: modules/pages/_events.scss or components/_event-list.scss
-------------------------------------------------------------------------- */
.event {
  padding: 20px 0 125px;
}
.event > .container > .row > .col-xs-12 .event-content {
  max-width: 900px;
  margin-left: auto;
  margin-right: auto;
}

.event-list {
  padding-left: 0;
}
.event-list li {
  display: block;
  padding-left: 0;
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 18px;
}
.event-list span.calendar-icon {
  display: block;
  background: #0086d6;
  color: #ffffff;
  margin-right: 10px;
  padding: 6px 2px;
  border-radius: 4px;
  font-size: 16px;
  line-height: 14px;
  font-family: "SourceSansProBold";
  float: left;
}
.event-list span.calendar-icon .cal-month,
.event-list span.calendar-icon .cal-day {
  display: block;
  text-align: center;
  width: 32px;
}
.event-list span.calendar-icon .cal-month {
  text-transform: uppercase;
}

.event-location {
  margin-bottom: 30px;
}

.event-content ul {
  list-style: inherit;
}

/* --------------------------------------------------------------------------
   Embeds
   Recommended home: modules/components/_embeds.scss
-------------------------------------------------------------------------- */
.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%;
}

#objectPDF {
  width: 100%;
  height: calc(100vh - 180px);
}

/* --------------------------------------------------------------------------
   Global typography, list, and table overrides
   Recommended home: modules/_globals.scss
-------------------------------------------------------------------------- */
.section-title .h4:after {
  display: none;
}

.section-title .h4:last-child:after {
  display: block;
}

h1,
.h1,
h2,
.h2,
h3,
.h3,
h4,
.h4,
h5,
.h5,
h6,
.h6 {
  color: #00426a;
}

b,
strong {
  font-family: "SourceSansProBold";
}

table {
  margin-bottom: 40px;
}

tr:first-child {
  border-bottom: 4px solid #f66230;
}

thead + tbody > tr:first-child,
tr {
  border-bottom: 1px solid #979797;
}

.press-release-content h6, .press-release-content .h6 {
  padding-left: 0 !important;
}

* ul.bulleted-list li {
  list-style: disc;
}

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

.text-center p,
.text-center p.h2 {
  text-align: center;
}

.text-center p {
  -moz-text-align-last: center;
       text-align-last: center;
}

.sources-code.text-center .text-left {
  text-align: left !important;
}

.section-title h4 small, .section-title h4 .small, .section-title .h4 .small,
.section-title .h4 small {
  font-size: 14px;
}

.degree-section .card .card-body .time-fees h6, .degree-section .card .card-body .time-fees .h6 {
  white-space: nowrap;
}

.page-template-default .wrapper ul {
  list-style: initial;
}

/* --------------------------------------------------------------------------
   WordPress block editor output
   Recommended home: modules/components/_wp-blocks.scss or modules/_globals.scss
-------------------------------------------------------------------------- */
.wp-element-button {
  background-color: #f66230;
  padding-left: 50px;
  padding-right: 50px;
  color: #fff;
}
.wp-element-button:hover {
  background-color: #f66230;
  color: #fff;
}
.wp-element-button:focus {
  box-shadow: 0 0 0 0.25rem rgba(214, 88, 46, 0.5);
}

/* --------------------------------------------------------------------------
   Header / navigation overrides
   Recommended home: modules/_header.scss
-------------------------------------------------------------------------- */
@media screen and (min-width: 990px) {
  img.header-logo {
    height: 120px;
  }
}
/* --------------------------------------------------------------------------
   Footer overrides
   Recommended home: modules/_footer.scss
-------------------------------------------------------------------------- */
footer .footer-logo img {
  width: 280px;
}

/* --------------------------------------------------------------------------
   Accordions
   Recommended home: modules/components/_accordions.scss
-------------------------------------------------------------------------- */
.accordion .accordion-body ul {
  list-style: inherit;
}

.accordion .accordion-body ul:after {
  border: none;
}

#accordionScholarships .accordion-body ul {
  list-style: disc;
}

/* --------------------------------------------------------------------------
   Tuition / admission tuition blocks
   Recommended home: modules/components/_tuition-table.scss and/or a new
   modules/components/_admission-tuition.scss
-------------------------------------------------------------------------- */
.admission-tuition-section {
  margin-bottom: 180px;
}
.admission-tuition-section .admission-tuition-content {
  padding: 0 15px;
}
.admission-tuition-section .admission-tuition-content a {
  margin-top: 10px;
  font-size: 1rem;
}
.admission-tuition-section .admission-tuition-content .view-btn a {
  font-size: 16px;
}
.admission-tuition-section .admission-tuition-content > p {
  max-width: 100%;
}
.admission-tuition-section .admission-tuition-content > h3 > img, .admission-tuition-section .admission-tuition-content > .h3 > img {
  width: 100%;
}

.accordion-body .tuition-table-wrapper {
  width: 80%;
  margin: 0 auto;
}

.tuition-table-wrapper tr:first-child {
  border-bottom: 1px solid;
}

@media screen and (max-width: 990px) {
  .multi-tuition-fees.scholarships-tabs #tuitionTabs .tuition-fees .accordion {
    padding: 12px;
    margin-right: -30px;
  }
}

/* --------------------------------------------------------------------------
   Program/course page overrides
   Recommended home: modules/pages/_cources.scss or a renamed
   modules/pages/_programs.scss
-------------------------------------------------------------------------- */
.learn-more-section {
  padding-top: 15px;
}
.learn-more-section p {
  min-height: 90px;
}

.slider-table {
  padding-top: 25px;
}

.high-score-placement {
  margin-top: 75px;
  margin-bottom: 75px;
}
.high-score-placement .h2 {
  margin-bottom: 25px;
}

.why-section {
  padding-top: 75px;
  padding-bottom: 55px;
}
.why-section .title {
  margin-bottom: 55px;
}
.why-section .card img {
  max-height: 100px;
}

.page-bsn h1.inner-banner-title, .page-bsn .inner-banner-title.h1 {
  font-size: 4rem;
  line-height: 1.1em;
}
@media (max-width: 1366px) {
  .page-bsn .inner-banner h1, .page-bsn .inner-banner .h1 {
    font-size: 4rem;
    line-height: 1.1em;
  }
}
@media (max-width: 1024px) {
  .page-bsn .inner-banner h1, .page-bsn .inner-banner .h1 {
    font-size: 3.5rem;
  }
}
@media (max-width: 767px) {
  .page-bsn .inner-banner {
    background-position: 57% 100%;
  }
  .page-bsn .inner-banner h1, .page-bsn .inner-banner .h1 {
    font-size: 2.5rem;
  }
  .page-bsn .inner-content h2, .page-bsn .inner-content .h2 {
    font-size: 1.15rem !important;
  }
}

.page-bachelor-of-science-in-nursing .section-title {
  padding-top: 25px;
  padding-bottom: 25px;
}

.program-layout .card .card-footer h4,
.program-layout .card .card-footer .h4 {
  font-size: 22px;
}
.program-layout .card .card-footer h5, .program-layout .card .card-footer .h5 {
  font-size: 18px;
  color: #fff;
  letter-spacing: 0.39px;
}

.page-rn-to-bsn #linksection5 p {
  min-height: 0;
}
.page-rn-to-bsn .admission-tuition-content,
.page-rn-to-bsn .admission-tuition-content a {
  font-size: 18px;
}

.cources .row {
  align-items: stretch;
}
.cources .row > [class*=col] {
  display: flex;
}
.cources .row > [class*=col] > * {
  width: 100%;
  height: 100%;
}

.page-ota .card-footer {
  display: none;
}

@media screen and (min-width: 991px) {
  #curriculum.slider-table {
    padding: 25px 0 25px;
  }
}
/* --------------------------------------------------------------------------
   Homepage overrides
   Recommended home: modules/pages/_home.scss
-------------------------------------------------------------------------- */
.home .title-text-slider-section {
  margin-bottom: 0;
}

@media (max-width: 1372px) {
  .hero-banner .banner-title h1, .hero-banner .banner-title .h1 {
    font-size: 4.5em;
  }
}
/* --------------------------------------------------------------------------
   Testimonials
   Recommended home: modules/components/_testimonials.scss
-------------------------------------------------------------------------- */
@media (max-width: 767px) {
  .client-testimonials .content h4,
  .client-testimonials .content .h4 {
    padding-left: 10px;
  }
  .client-testimonials .content:before {
    max-width: 40px;
    left: -27px;
    top: -25px;
    display: block !important;
  }
}
/* --------------------------------------------------------------------------
   Cards / press listing
   Recommended home: modules/components/_cards.scss or modules/pages/_press.scss
-------------------------------------------------------------------------- */
.col-md-6 .card a picture {
  height: 280px;
  width: 100%;
}
.col-md-6 .card a picture img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 280px;
  width: 100%;
}

@media (max-width: 1200px) {
  .col-md-6 .card a picture img {
    height: 230px;
  }
}
@media (max-width: 1025px) {
  .col-md-6 .card a picture img {
    height: 200px;
  }
}
@media (max-width: 990px) {
  .col-md-6 .card a picture img {
    height: 150px;
  }
}
@media (max-width: 768px) {
  .col-md-6 .card a picture img {
    height: 225px;
  }
}
/* --------------------------------------------------------------------------
   Forms / Gravity Forms
   Recommended home: modules/components/_forms.scss, with request-info-specific
   selectors moved to modules/pages/_request-info.scss
-------------------------------------------------------------------------- */
.alumniform .gfield,
.alumniform fieldset.gfield {
  margin-bottom: 36px;
}

.gform_wrapper input[type=checkbox] {
  background: none;
  border: 1px solid black;
  -webkit-appearance: checkbox !important;
  -moz-appearance: checkbox !important;
  -o-appearance: checkbox !important;
  appearance: checkbox !important;
}
.gform_wrapper input[type=checkbox]:checked {
  background: none;
  border: 1px solid black;
}
.gform_wrapper.gravity-theme .gfield_consent_description {
  overflow-y: hidden !important;
  border: none !important;
}

.request-info .gravity-theme.gform_wrapper .gfield.gfield--type-consent {
  width: 100% !important;
}

body.page-request-info-2 #gform_wrapper_9 {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

#input_1_43_1,
#input_9_43_1 {
  display: inline;
}

#input_9_43_1 {
  display: inline-block;
  width: 40px;
  float: left;
  margin-top: 5px;
}

label[for=input_1_43_1] {
  display: inline;
  margin-left: 6px;
  font-size: 15px;
}

label[for=input_9_43_1] {
  display: inline-block;
  width: calc(100% - 45px);
  float: left;
}

/* --------------------------------------------------------------------------
   51cg page
   Recommended home: modules/pages/_about.scss
-------------------------------------------------------------------------- */
.page-about #linksection11:before {
  height: 30px;
}
.page-about #linksection11 .admission-tuition-section {
  margin-top: 30px;
  margin-bottom: 30px;
}

/* --------------------------------------------------------------------------
   How to enroll / admissions
   Recommended home: modules/pages/_how-to-enroll.scss or page-specific partial
-------------------------------------------------------------------------- */
.how-to-enroll .enroll-content ul li {
  line-height: 1.5;
}
.how-to-enroll .enroll-content ul li:before {
  left: -5px;
}

/* --------------------------------------------------------------------------
   Student life page
   Recommended home: modules/pages/_student-life.scss
-------------------------------------------------------------------------- */
.page-student-life #pagescroll-links li {
  padding: 0;
}
.page-student-life #pagescroll-links li a {
  padding: 5px 30px;
  line-height: 1.25;
}
.page-student-life #pagescroll-links li.get-started a {
  line-height: 2.6;
}
.page-student-life .link-section-new .section-title {
  padding-top: 20px;
  padding-bottom: 40px;
  margin-bottom: 20px;
}
.page-student-life .left-image-right-content .col-lg-5 img {
  max-width: 100% !important;
}
.page-student-life #linksection3 .request-content-info-section .card {
  padding-top: 95px;
}
.page-student-life .about-accreditation {
  padding: 0;
  background-color: #0086d6 !important;
}
.page-student-life .about-accreditation .container {
  max-width: 1100px !important;
}
.page-student-life .about-accreditation .embed-container {
  margin-bottom: -25px;
}
.page-student-life .about-accreditation ul {
  display: none;
}
@media screen and (max-width: 991px) {
  .page-student-life .admission-tuition-section {
    margin-bottom: 40px;
  }
  .page-student-life .inner-banner {
    background-image: url("https://www.joyce.edu/wp-content/uploads/2024/09/StudentLifeHeroUTSQ.jpg") !important;
  }
  .page-student-life #pagescroll-links li a {
    padding-top: 15px;
  }
}

/* --------------------------------------------------------------------------
   State/location pages
   Recommended home: modules/pages/_locations.scss
-------------------------------------------------------------------------- */
.page-colorado-nursing-school .client-testimonials h4, .page-colorado-nursing-school .client-testimonials .h4 {
  font-size: 16px;
}
.page-colorado-nursing-school #linksection14 .left-image-right-content-generation img {
  max-width: 800px;
}
@media screen and (min-width: 992px) {
  .page-colorado-nursing-school #linksection14 .left-image-right-content-generation img {
    margin-left: 60px;
  }
}
.page-colorado-nursing-school #linksection5 .cta_block p.h2,
.page-colorado-nursing-school #linksection10 .cta_block p.h2 {
  color: #0693e3 !important;
  font-size: 24.1961px;
  letter-spacing: 0.39;
  max-width: 70%;
  line-height: 1.2em;
}
.page-colorado-nursing-school .admission-tuition-section {
  margin-bottom: 0;
}
.page-colorado-nursing-school #linksection8:before,
.page-colorado-nursing-school #linksection17:before {
  height: 25px;
  width: 100%;
  margin-top: -25px;
  display: block;
}

.page-utah-nursing-school .inner-banner.desktop,
.page-colorado-nursing-school .inner-banner.desktop,
.page-arizona-nursing-school .inner-banner.desktop {
  background-size: auto 100%;
  background-position: center right;
  background-color: #0090D4;
}

.page-utah-nursing-school .inner-banner.desktop::after {
  content: "";
  position: absolute;
  left: 50px;
  width: 400px;
  height: 400px;
  opacity: 1;
  background-attachment: scroll;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url("https://www.joyce.edu/wp-content/uploads/2025/07/utah-graphic-1.svg");
}

.page-new-mexico-nursing-school .inner-banner.desktop {
  background-size: contain;
  background-color: #0091d3;
}

@media screen and (max-width: 990px) {
  .page-utah-nursing-school .inner-banner.desktop,
  .page-colorado-nursing-school .inner-banner.desktop,
  .page-arizona-nursing-school .inner-banner.desktop {
    min-height: 300px;
    background-size: auto 100%;
    background-position: left center;
  }
  .page-utah-nursing-school .inner-banner.desktop h1, .page-utah-nursing-school .inner-banner.desktop .h1,
  .page-colorado-nursing-school .inner-banner.desktop h1,
  .page-colorado-nursing-school .inner-banner.desktop .h1,
  .page-arizona-nursing-school .inner-banner.desktop h1,
  .page-arizona-nursing-school .inner-banner.desktop .h1 {
    font-size: 40px;
  }
  .page-utah-nursing-school .inner-banner.desktop::after {
    width: 250px;
    height: 250px;
  }
}
/* --------------------------------------------------------------------------
   Student outcomes page
   Recommended home: modules/pages/_student-outcomes.scss
-------------------------------------------------------------------------- */
#RententionTable tbody > tr:first-child {
  border-bottom: none;
}
#RententionTable tbody > tr:first-child .card {
  margin-top: 48px;
}

@media screen and (min-width: 990px) {
  .page-student-outcomes #linksection5::before,
  .page-student-outcomes #linksection6::before,
  .page-student-outcomes #linksection8::before,
  .page-student-outcomes #linksection9::before,
  .page-student-outcomes #linksection10::before,
  .page-student-outcomes #linksection11::before,
  .page-student-outcomes #linksection12::before,
  .page-student-outcomes #linksection13::before,
  .page-student-outcomes #linksection14::before,
  .page-student-outcomes #linksection15::before,
  .page-student-outcomes #linksection16::before {
    height: 30px;
  }
  .page-student-outcomes #linksection7::before {
    height: 0;
  }
  .page-student-outcomes #linksection7 .section-title {
    padding-top: 38px;
  }
  .page-student-outcomes .retention .retention-table .table .card {
    margin-bottom: 0;
    background-color: transparent;
  }
  .page-student-outcomes .retention .retention-table .table .card .card-body {
    border-radius: 0;
    box-shadow: none;
    background-color: transparent;
  }
  .page-student-outcomes #RententionTable tbody tr.item {
    border-bottom: 1px solid #e8eff3;
  }
  .page-student-outcomes .retention-table .table tbody tr td:nth-child(2),
  .page-student-outcomes .retention-table .table thead tr th:nth-child(2) {
    visibility: hidden;
  }
}
/* --------------------------------------------------------------------------
   Tags
   Recommended home: modules/components/_tags.scss
-------------------------------------------------------------------------- */
.tags ul.d-flex.align-items-center {
  gap: 42px;
  margin-left: 4px !important;
  flex-wrap: wrap;
}
.tags ul.d-flex.align-items-center li {
  padding: 0;
}

/* --------------------------------------------------------------------------
   Inner banner mobile overrides
   Recommended home: modules/components/_hero-image.scss
-------------------------------------------------------------------------- */
.inner-content.text-right {
  text-align: right;
  width: 100%;
  padding-right: 116px;
  padding-left: 20px;
}

@media screen and (max-width: 768px) {
  .inner-banner.mobile {
    background-position: 80% 100%;
    position: relative;
    margin-top: 70px;
    min-height: 300px !important;
  }
  .inner-banner.mobile .inner-content {
    padding-left: 0;
    padding-right: 0;
    position: absolute;
    margin-bottom: 0;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin-top: -60px;
  }
  .inner-banner.mobile h1.inner-banner-title, .inner-banner.mobile .inner-banner-title.h1 {
    font-size: 20px;
    background: #00426A;
    display: block;
    padding: 20px 20px;
    width: 100%;
  }
  .inner-banner.mobile h2, .inner-banner.mobile .h2 {
    position: absolute;
    bottom: 0;
    font-size: 18px !important;
    font-family: "SourceSansProRegular";
    left: 0;
    right: 0;
    width: 100%;
    padding: 10px 20px;
    background: rgba(0, 66, 106, 0.7);
    display: block;
    margin-bottom: 0;
  }
  #pagescroll-links ul.list-unstyled {
    min-height: 45px !important;
  }
  .sticky {
    margin-top: -70px;
  }
}
@media screen and (min-width: 1024px) {
  .inner-banner h1, .inner-banner .h1 {
    max-width: 65%;
  }
}
/* --------------------------------------------------------------------------
   Miscellaneous one-offs still needing ownership decisions
-------------------------------------------------------------------------- */
/* The sticky class is added to the navbar with JS when it reaches its scroll position */
.sticky {
  position: fixed;
  width: 100%;
  z-index: 100;
}

#pagescroll-links ul.list-unstyled {
  min-height: 75px;
}

@media only screen and (max-width: 991px) {
  .sticky {
    translate: 0 -435px;
  }
  .secondNavActive .secondnavLink {
    padding-bottom: 4px;
    background: #e8eff3 !important;
    border-radius: 0 !important;
  }
  .pagescroll-links ul li :not(.secondNavActive) {
    background: #e8eff3 !important;
  }
  /* Only Firefox position adjustment */
  @-moz-document url-prefix() {
    .sticky {
      translate: 0 -435px;
    }
  }
}
@media only screen and (min-width: 991px) {
  .sticky {
    translate: 0 -445px;
  }
  .secondNavActive {
    border-bottom: solid 13px #e8eff3;
    margin-top: 10px;
  }
  /* Only Firefox position adjustment */
  @-moz-document url-prefix() {
    .sticky {
      translate: 0 -445px !important;
    }
  }
}
.slick-slide .btn {
  font-size: 18px;
}

.semister-block h5.card-title, .semister-block .card-title.h5 {
  color: #00426a;
}

.toast-notification {
  background-color: #AF0055;
  width: 100%;
  position: relative;
  padding: 15px;
}
.toast-notification.hide {
  display: none;
}
.toast-notification .toast-message {
  width: 100%;
  text-align: center;
  color: #ffffff;
  padding: 0;
  margin: 0;
}
.toast-notification .toast-message a {
  color: #ffffff;
}
.toast-notification .toast-close-btn {
  background-color: #AF0055;
  color: #ffffff;
  border: none;
  position: absolute;
  right: 30px;
  bottom: 0;
  top: 0;
  font-size: 30px;
  line-height: 30px;
}
@media screen and (max-width: 767px) {
  .toast-notification .toast-message {
    padding-right: 30px;
  }
  .toast-notification .toast-close-btn {
    right: 10px;
  }
}

#header-search .gsc-control-cse .gsc-above-wrapper-area,
#header-search .gsc-control-cse .gsc-wrapper {
  max-width: 100%;
}
#header-search .gsc-control-cse table {
  margin-bottom: 0;
}
#header-search .gsc-control-cse tr:first-child {
  border-bottom: none;
}/*# sourceMappingURL=style-revamp.css.map */