/* IMPORTS  */
/* VARIABLES */
@import url("https://fonts.googleapis.com/css?family=Rubik:700,500,400,700italic,500italic,400italic");
@import url("https://fonts.googleapis.com/css?family=Ubuntu:700,500,400,700italic,500italic,400italic");
@-webkit-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fade {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }

@-webkit-keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-o-keyframes pop {
  0% {
    opacity: 0;
    -o-transform: scale(0.9);
       transform: scale(0.9); }
  100% {
    opacity: 1;
    -o-transform: scale(1);
       transform: scale(1); } }

@keyframes pop {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); } }

@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-o-keyframes spin {
  0% {
    -o-transform: rotate(0deg);
       transform: rotate(0deg); }
  100% {
    -o-transform: rotate(360deg);
       transform: rotate(360deg); } }

@keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
         -o-transform: rotate(0deg);
            transform: rotate(0deg); }
  100% {
    -webkit-transform: rotate(360deg);
         -o-transform: rotate(360deg);
            transform: rotate(360deg); } }

@-webkit-keyframes drop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
            transform: translateY(-25%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-o-keyframes drop {
  0% {
    opacity: 0;
    -o-transform: translateY(-25%);
       transform: translateY(-25%); }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0); } }

@keyframes drop {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-25%);
         -o-transform: translateY(-25%);
            transform: translateY(-25%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes pull {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
            transform: translateY(25%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
            transform: translateY(0); } }

@-o-keyframes pull {
  0% {
    opacity: 0;
    -o-transform: translateY(25%);
       transform: translateY(25%); }
  100% {
    opacity: 1;
    -o-transform: translateY(0);
       transform: translateY(0); } }

@keyframes pull {
  0% {
    opacity: 0;
    -webkit-transform: translateY(25%);
         -o-transform: translateY(25%);
            transform: translateY(25%); }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
         -o-transform: translateY(0);
            transform: translateY(0); } }

@-webkit-keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25%);
            transform: translateX(25%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
            transform: translateX(0); } }

@-o-keyframes slide {
  0% {
    opacity: 0;
    -o-transform: translateX(25%);
       transform: translateX(25%); }
  100% {
    opacity: 1;
    -o-transform: translateX(0);
       transform: translateX(0); } }

@keyframes slide {
  0% {
    opacity: 0;
    -webkit-transform: translateX(25%);
         -o-transform: translateX(25%);
            transform: translateX(25%); }
  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
         -o-transform: translateX(0);
            transform: translateX(0); } }

@-webkit-keyframes push {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
            transform: scale(1); } }

@-o-keyframes push {
  0% {
    opacity: 0;
    -o-transform: scale(0.9);
       transform: scale(0.9); }
  100% {
    opacity: 1;
    -o-transform: scale(1);
       transform: scale(1); } }

@keyframes push {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.9);
         -o-transform: scale(0.9);
            transform: scale(0.9); }
  100% {
    opacity: 1;
    -webkit-transform: scale(1);
         -o-transform: scale(1);
            transform: scale(1); } }

/*!
 * Bootstrap v5.1.3 (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: #004799;
  --bs-indigo: #6610f2;
  --bs-purple: #6f42c1;
  --bs-pink: #d63384;
  --bs-red: #dc3545;
  --bs-orange: #ff5f00;
  --bs-yellow: #FFC700;
  --bs-green: #28a745;
  --bs-teal: #20c997;
  --bs-cyan: #00ADEE;
  --bs-white: #ffffff;
  --bs-gray: #6c757d;
  --bs-gray-dark: #343a40;
  --bs-gray-100: #f8f9fa;
  --bs-gray-200: #f5f5f5;
  --bs-gray-300: #dee2e6;
  --bs-gray-400: #ced4da;
  --bs-gray-500: #adb5bd;
  --bs-gray-600: #6c757d;
  --bs-gray-700: #495057;
  --bs-gray-800: #343a40;
  --bs-gray-900: #212529;
  --bs-primary: #00ADEE;
  --bs-secondary: #FFC700;
  --bs-success: #28a745;
  --bs-info: #00ADEE;
  --bs-warning: #FFC700;
  --bs-danger: #dc3545;
  --bs-light: #f8f9fa;
  --bs-dark: #000000;
  --bs-primary-rgb: 0, 173, 238;
  --bs-secondary-rgb: 255, 199, 0;
  --bs-success-rgb: 40, 167, 69;
  --bs-info-rgb: 0, 173, 238;
  --bs-warning-rgb: 255, 199, 0;
  --bs-danger-rgb: 220, 53, 69;
  --bs-light-rgb: 248, 249, 250;
  --bs-dark-rgb: 0, 0, 0;
  --bs-white-rgb: 255, 255, 255;
  --bs-black-rgb: 0, 0, 0;
  --bs-body-color-rgb: 20, 19, 19;
  --bs-body-bg-rgb: 255, 255, 255;
  --bs-font-sans-serif: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
  --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
  --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
  --bs-body-font-family: Rubik, Arial, Verdana, sans-serif;
  --bs-body-font-size: 1rem;
  --bs-body-font-weight: normal;
  --bs-body-line-height: 1.4;
  --bs-body-color: #141313;
  --bs-body-bg: #ffffff; }

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

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

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

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

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

h1, .h1, h2, .h2, h3, .h3, .accordion .accordion-button, h4, .h4, #footer .menu-item--expanded > a, #footer .menu-item--expanded > span, h5, .h5, h6, .h6 {
  margin-top: 0;
  margin-bottom: 0.5rem;
  font-family: "Ubuntu", Arial, Verdana, sans-serif;
  font-weight: 700;
  line-height: 1.3; }

h1, .h1 {
  font-size: calc(1.425rem + 2.1vw); }
  @media (min-width: 75rem) {
    h1, .h1 {
      font-size: 3rem; } }

h2, .h2 {
  font-size: calc(1.3rem + 0.6vw); }
  @media (min-width: 75rem) {
    h2, .h2 {
      font-size: 1.75rem; } }

h3, .h3, .accordion .accordion-button {
  font-size: 1.25rem; }

h4, .h4, #footer .menu-item--expanded > a, #footer .menu-item--expanded > span {
  font-size: 1rem; }

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

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

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

abbr[title],
abbr[data-bs-original-title] {
  -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: bold; }

dd {
  margin-bottom: .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: -.25em; }

sup {
  top: -.5em; }

a {
  color: #0D4BA0;
  text-decoration: none; }
  a:hover {
    /*color: #76abf4;*/
    color: #1870EC; 
    text-decoration: underline; }

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; }
  kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: bold; }

figure {
  margin: 0 0 1rem; }

img,
svg {
  vertical-align: middle; }

table {
  caption-side: bottom;
  border-collapse: collapse; }

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

th {
  text-align: inherit;
  text-align: -webkit-match-parent; }

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

label {
  display: inline-block; }

button {
  border-radius: 0; }

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

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

button,
select {
  text-transform: none; }

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

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

[list]::-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.3vw);
  line-height: inherit; }
  @media (min-width: 75rem) {
    legend {
      font-size: 1.5rem; } }
  legend + * {
    clear: left; }

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

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

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

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

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

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

::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 + 4.5vw);
  font-weight: 300;
  line-height: 1.3; }
  @media (min-width: 75rem) {
    .display-1 {
      font-size: 5rem; } }

.display-2 {
  font-size: calc(1.575rem + 3.9vw);
  font-weight: 300;
  line-height: 1.3; }
  @media (min-width: 75rem) {
    .display-2 {
      font-size: 4.5rem; } }

.display-3 {
  font-size: calc(1.525rem + 3.3vw);
  font-weight: 300;
  line-height: 1.3; }
  @media (min-width: 75rem) {
    .display-3 {
      font-size: 4rem; } }

.display-4 {
  font-size: calc(1.475rem + 2.7vw);
  font-weight: 300;
  line-height: 1.3; }
  @media (min-width: 75rem) {
    .display-4 {
      font-size: 3.5rem; } }

.display-5 {
  font-size: calc(1.425rem + 2.1vw);
  font-weight: 300;
  line-height: 1.3; }
  @media (min-width: 75rem) {
    .display-5 {
      font-size: 3rem; } }

.display-6 {
  font-size: calc(1.375rem + 1.5vw);
  font-weight: 300;
  line-height: 1.3; }
  @media (min-width: 75rem) {
    .display-6 {
      font-size: 2.5rem; } }

.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: "\2014\00A0"; }

.img-fluid, .view-id-blog img {
  max-width: 100%;
  height: auto; }

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

.figure {
  display: inline-block; }

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

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

.container, #v-pills-tab + .tab-content, section.banner.image .image-mobile, section.banner.image .image-desktop, section.banner.image .image-banner, section.quotes .inner,
.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; }

@media (min-width: 36rem) {
  .container, #v-pills-tab + .tab-content, section.banner.image .image-mobile, section.banner.image .image-desktop, section.banner.image .image-banner, section.quotes .inner, .container-sm {
    max-width: 550px; } }

@media (min-width: 48rem) {
  .container, #v-pills-tab + .tab-content, section.banner.image .image-mobile, section.banner.image .image-desktop, section.banner.image .image-banner, section.quotes .inner, .container-sm, .container-md {
    max-width: 740px; } }

@media (min-width: 62rem) {
  .container, #v-pills-tab + .tab-content, section.banner.image .image-mobile, section.banner.image .image-desktop, section.banner.image .image-banner, section.quotes .inner, .container-sm, .container-md, .container-lg {
    max-width: 970px; } }

@media (min-width: 75rem) {
  .container, #v-pills-tab + .tab-content, section.banner.image .image-mobile, section.banner.image .image-desktop, section.banner.image .image-banner, section.quotes .inner, .container-sm, .container-md, .container-lg, .container-xl {
    max-width: 1170px; } }

@media (min-width: 100rem) {
  .container, #v-pills-tab + .tab-content, section.banner.image .image-mobile, section.banner.image .image-desktop, section.banner.image .image-banner, section.quotes .inner, .container-sm, .container-md, .container-lg, .container-xl, .container-xxl {
    max-width: 1570px; } }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.table-borderless > :not(:first-child) {
  border-top-width: 0; }

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

.table-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: #ccdaeb;
  --bs-table-striped-bg: #c2cfdf;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8c4d4;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bdcad9;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b8c4d4; }

.table-secondary {
  --bs-table-bg: #e2e3e5;
  --bs-table-striped-bg: #d7d8da;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #cbccce;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #d1d2d4;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #cbccce; }

.table-success {
  --bs-table-bg: #d4edda;
  --bs-table-striped-bg: #c9e1cf;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #bfd5c4;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #c4dbca;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #bfd5c4; }

.table-info {
  --bs-table-bg: #cceffc;
  --bs-table-striped-bg: #c2e3ef;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #b8d7e3;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #bddde9;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #b8d7e3; }

.table-warning {
  --bs-table-bg: #fff4cc;
  --bs-table-striped-bg: #f2e8c2;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #e6dcb8;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #ece2bd;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #e6dcb8; }

.table-danger {
  --bs-table-bg: #f8d7da;
  --bs-table-striped-bg: #eccccf;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dfc2c4;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e5c7ca;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dfc2c4; }

.table-light {
  --bs-table-bg: #f8f9fa;
  --bs-table-striped-bg: #ecedee;
  --bs-table-striped-color: #000000;
  --bs-table-active-bg: #dfe0e1;
  --bs-table-active-color: #000000;
  --bs-table-hover-bg: #e5e6e7;
  --bs-table-hover-color: #000000;
  color: #000000;
  border-color: #dfe0e1; }

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

@media (max-width: 35.99875rem) {
  .table-responsive-sm {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 47.99875rem) {
  .table-responsive-md {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 61.99875rem) {
  .table-responsive-lg {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 74.99875rem) {
  .table-responsive-xl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

@media (max-width: 99.99875rem) {
  .table-responsive-xxl {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch; } }

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

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

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

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

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

.form-control {
  display: block;
  width: 100%;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  color: #141313;
  background-color: #ffffff;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .form-control {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-control[type="file"] {
    overflow: hidden; }
    .form-control[type="file"]:not(:disabled):not([readonly]) {
      cursor: pointer; }
  .form-control:focus {
    color: #141313;
    background-color: #ffffff;
    border-color: #80a3cc;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 71, 153, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(0, 71, 153, 0.25); }
  .form-control::-webkit-date-and-time-value {
    height: 1.4em; }
  .form-control::-webkit-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-moz-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::-ms-input-placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control::placeholder {
    color: #6c757d;
    opacity: 1; }
  .form-control:disabled, .form-control[readonly] {
    background-color: #f5f5f5;
    opacity: 1; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #141313;
    background-color: #f5f5f5;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    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, -webkit-box-shadow 0.15s ease-in-out; }
  .form-control::file-selector-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
       -moz-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #141313;
    background-color: #f5f5f5;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    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, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; }
      .form-control::file-selector-button {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #e9e9e9; }
  .form-control:hover:not(:disabled):not([readonly])::file-selector-button {
    background-color: #e9e9e9; }
  .form-control::-webkit-file-upload-button {
    padding: 0.375rem 0.75rem;
    margin: -0.375rem -0.75rem;
    -webkit-margin-end: 0.75rem;
            margin-inline-end: 0.75rem;
    color: #141313;
    background-color: #f5f5f5;
    pointer-events: none;
    border-color: inherit;
    border-style: solid;
    border-width: 0;
    border-inline-end-width: 1px;
    border-radius: 0;
    -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    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, -webkit-box-shadow 0.15s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .form-control::-webkit-file-upload-button {
        -webkit-transition: none;
        transition: none; } }
  .form-control:hover:not(:disabled):not([readonly])::-webkit-file-upload-button {
    background-color: #e9e9e9; }

.form-control-plaintext {
  display: block;
  width: 100%;
  padding: 0.375rem 0;
  margin-bottom: 0;
  line-height: 1.4;
  color: #141313;
  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.4em + 0.5rem + 2px);
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
  .form-control-sm::file-selector-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
       -moz-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }
  .form-control-sm::-webkit-file-upload-button {
    padding: 0.25rem 0.5rem;
    margin: -0.25rem -0.5rem;
    -webkit-margin-end: 0.5rem;
            margin-inline-end: 0.5rem; }

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

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

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

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

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

.form-select {
  display: block;
  width: 100%;
  padding: 0.375rem 2.25rem 0.375rem 0.75rem;
  -moz-padding-start: calc(0.75rem - 0.1875rem);
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  color: #141313;
  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;
  -webkit-background-size: 16px 12px;
          background-size: 16px 12px;
  border: 1px solid #ced4da;
  border-radius: 0;
  -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }
  @media (prefers-reduced-motion: reduce) {
    .form-select {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .form-select:focus {
    border-color: #80a3cc;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 71, 153, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(0, 71, 153, 0.25); }
  .form-select[multiple], .form-select[size]:not([size="1"]) {
    padding-right: 0.75rem;
    background-image: none; }
  .form-select:disabled {
    background-color: #f5f5f5; }
  .form-select:-moz-focusring {
    color: transparent;
    text-shadow: 0 0 0 #141313; }

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

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

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

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

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

.btn-check {
  position: absolute;
  clip: rect(0, 0, 0, 0);
  pointer-events: none; }
  .btn-check[disabled] + .btn, .layout-quadrant .cell-1 .cta .btn-check[disabled] + a, .btn-check[disabled] + .button, .node-readmore .btn-check[disabled] + a, section.showcase .cta .btn-check[disabled] + a, section.campus-finder .leaflet-popup .btn-check[disabled] + .campus__view-link, .btn-check:disabled + .btn, .layout-quadrant .cell-1 .cta .btn-check:disabled + a, .btn-check:disabled + .button, .node-readmore .btn-check:disabled + a, section.showcase .cta .btn-check:disabled + a, section.campus-finder .leaflet-popup .btn-check:disabled + .campus__view-link {
    pointer-events: none;
    -webkit-filter: none;
            filter: none;
    opacity: 0.65; }

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

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

.input-group {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  width: 100%; }
  .input-group > .form-control,
  .input-group > .form-select {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            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, .input-group .layout-quadrant .cell-1 .cta a, .layout-quadrant .cell-1 .cta .input-group a, .input-group .button, .input-group .node-readmore a, .node-readmore .input-group a, .input-group section.showcase .cta a, section.showcase .cta .input-group a, .input-group section.campus-finder .leaflet-popup .campus__view-link, section.campus-finder .leaflet-popup .input-group .campus__view-link {
    position: relative;
    z-index: 2; }
    .input-group .btn:focus, .input-group .layout-quadrant .cell-1 .cta a:focus, .layout-quadrant .cell-1 .cta .input-group a:focus, .input-group .button:focus, .input-group .node-readmore a:focus, .node-readmore .input-group a:focus, .input-group section.showcase .cta a:focus, section.showcase .cta .input-group a:focus, .input-group section.campus-finder .leaflet-popup .campus__view-link:focus, section.campus-finder .leaflet-popup .input-group .campus__view-link:focus {
      z-index: 3; }

.input-group-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.375rem 0.75rem;
  font-size: 1rem;
  font-weight: normal;
  line-height: 1.4;
  color: #141313;
  text-align: center;
  white-space: nowrap;
  background-color: #f5f5f5;
  border: 1px solid #ced4da;
  border-radius: 0; }

.input-group-lg > .form-control,
.input-group-lg > .form-select,
.input-group-lg > .input-group-text,
.input-group-lg > .btn,
.layout-quadrant .cell-1 .cta .input-group-lg > a,
.input-group-lg > .button,
.node-readmore .input-group-lg > a,
section.showcase .cta .input-group-lg > a,
section.campus-finder .leaflet-popup .input-group-lg > .campus__view-link {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0; }

.input-group-sm > .form-control,
.input-group-sm > .form-select,
.input-group-sm > .input-group-text,
.input-group-sm > .btn,
.layout-quadrant .cell-1 .cta .input-group-sm > a,
.input-group-sm > .button,
.node-readmore .input-group-sm > a,
section.showcase .cta .input-group-sm > a,
section.campus-finder .leaflet-popup .input-group-sm > .campus__view-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0; }

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

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

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

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

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

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

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

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

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

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

.was-validated .form-check-input:valid, .form-check-input.is-valid {
  border-color: #28a745; }
  .was-validated .form-check-input:valid:checked, .form-check-input.is-valid:checked {
    background-color: #28a745; }
  .was-validated .form-check-input:valid:focus, .form-check-input.is-valid:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.25); }
  .was-validated .form-check-input:valid ~ .form-check-label, .form-check-input.is-valid ~ .form-check-label {
    color: #28a745; }

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

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

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

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

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

.was-validated .form-control:invalid, .form-control.is-invalid {
  border-color: #dc3545;
  padding-right: calc(1.4em + 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.35em + 0.1875rem) center;
  -webkit-background-size: calc(0.7em + 0.375rem) calc(0.7em + 0.375rem);
          background-size: calc(0.7em + 0.375rem) calc(0.7em + 0.375rem); }
  .was-validated .form-control:invalid:focus, .form-control.is-invalid:focus {
    border-color: #dc3545;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.25); }

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

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

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

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

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

.btn, .layout-quadrant .cell-1 .cta a, .button, .node-readmore a, section.showcase .cta a, section.campus-finder .leaflet-popup .campus__view-link {
  display: inline-block;
  font-family: "Ubuntu", Arial, Verdana, sans-serif;
  font-weight: 500;
  line-height: 1.4;
  color: #141313;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  background-color: transparent;
  border: 1px solid transparent;
  padding: 1em 1.25em;
  font-size: 0.85rem;
  border-radius: 0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .btn, .layout-quadrant .cell-1 .cta a, .button, .node-readmore a, section.showcase .cta a, section.campus-finder .leaflet-popup .campus__view-link {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .btn:hover, .layout-quadrant .cell-1 .cta a:hover, .button:hover, .node-readmore a:hover, section.showcase .cta a:hover, section.campus-finder .leaflet-popup .campus__view-link:hover {
    color: #141313;
    text-decoration: none; }
  .btn-check:focus + .btn, .layout-quadrant .cell-1 .cta .btn-check:focus + a, .btn-check:focus + .button, .node-readmore .btn-check:focus + a, section.showcase .cta .btn-check:focus + a, section.campus-finder .leaflet-popup .btn-check:focus + .campus__view-link, .btn:focus, .layout-quadrant .cell-1 .cta a:focus, .button:focus, .node-readmore a:focus, section.showcase .cta a:focus, section.campus-finder .leaflet-popup .campus__view-link:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 71, 153, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(0, 71, 153, 0.25); }
  .btn:disabled, .layout-quadrant .cell-1 .cta a:disabled, .button:disabled, .node-readmore a:disabled, section.showcase .cta a:disabled, section.campus-finder .leaflet-popup .campus__view-link:disabled, .btn.disabled, .layout-quadrant .cell-1 .cta a.disabled, .disabled.button, .node-readmore a.disabled, section.showcase .cta a.disabled, section.campus-finder .leaflet-popup .disabled.campus__view-link,
  fieldset:disabled .btn,
  fieldset:disabled .layout-quadrant .cell-1 .cta a,
  .layout-quadrant .cell-1 .cta fieldset:disabled a,
  fieldset:disabled .button,
  fieldset:disabled .node-readmore a,
  .node-readmore fieldset:disabled a,
  fieldset:disabled section.showcase .cta a,
  section.showcase .cta fieldset:disabled a,
  fieldset:disabled section.campus-finder .leaflet-popup .campus__view-link,
  section.campus-finder .leaflet-popup fieldset:disabled .campus__view-link {
    pointer-events: none;
    opacity: 0.65; }

.btn-primary, .layout-quadrant .cell-1 .cta a:nth-child(1), .button, .navbar-inner .secondary-menu .btn-apply, .video.modal .btn-apply, section.campus-finder .leaflet-popup .campus__view-link {
  color: #000000;
  background-color: #00ADEE;
  border-color: #00ADEE; }
  .btn-primary:hover, .layout-quadrant .cell-1 .cta a:hover:nth-child(1), .button:hover, .navbar-inner .secondary-menu .btn-apply:hover, .video.modal .btn-apply:hover, section.campus-finder .leaflet-popup .campus__view-link:hover {
    color: #000000;
    background-color: #26b9f1;
    border-color: #1ab5f0; }
  .btn-check:focus + .btn-primary, .layout-quadrant .cell-1 .cta .btn-check:focus + a:nth-child(1), .btn-check:focus + .button, .navbar-inner .secondary-menu .btn-check:focus + .btn-apply, .video.modal .btn-check:focus + .btn-apply, section.campus-finder .leaflet-popup .btn-check:focus + .campus__view-link, .btn-primary:focus, .layout-quadrant .cell-1 .cta a:focus:nth-child(1), .button:focus, .navbar-inner .secondary-menu .btn-apply:focus, .video.modal .btn-apply:focus, section.campus-finder .leaflet-popup .campus__view-link:focus {
    color: #000000;
    background-color: #26b9f1;
    border-color: #1ab5f0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5); }
  .btn-check:checked + .btn-primary, .layout-quadrant .cell-1 .cta .btn-check:checked + a:nth-child(1), .btn-check:checked + .button, .navbar-inner .secondary-menu .btn-check:checked + .btn-apply, .video.modal .btn-check:checked + .btn-apply, section.campus-finder .leaflet-popup .btn-check:checked + .campus__view-link,
  .btn-check:active + .btn-primary,
  .layout-quadrant .cell-1 .cta .btn-check:active + a:nth-child(1),
  .btn-check:active + .button,
  .navbar-inner .secondary-menu .btn-check:active + .btn-apply,
  .video.modal .btn-check:active + .btn-apply,
  section.campus-finder .leaflet-popup .btn-check:active + .campus__view-link, .btn-primary:active, .layout-quadrant .cell-1 .cta a:active:nth-child(1), .button:active, .navbar-inner .secondary-menu .btn-apply:active, .video.modal .btn-apply:active, section.campus-finder .leaflet-popup .campus__view-link:active, .btn-primary.active, .layout-quadrant .cell-1 .cta a.active:nth-child(1), .active.button, .navbar-inner .secondary-menu .active.btn-apply, .video.modal .active.btn-apply, section.campus-finder .leaflet-popup .active.campus__view-link,
  .show > .btn-primary.dropdown-toggle,
  .layout-quadrant .cell-1 .cta .show > a.dropdown-toggle:nth-child(1),
  .show > .dropdown-toggle.button,
  .navbar-inner .secondary-menu .show > .dropdown-toggle.btn-apply,
  .video.modal .show > .dropdown-toggle.btn-apply,
  section.campus-finder .leaflet-popup .show > .dropdown-toggle.campus__view-link {
    color: #000000;
    background-color: #33bdf1;
    border-color: #1ab5f0; }
    .btn-check:checked + .btn-primary:focus, .layout-quadrant .cell-1 .cta .btn-check:checked + a:focus:nth-child(1), .btn-check:checked + .button:focus, .navbar-inner .secondary-menu .btn-check:checked + .btn-apply:focus, .video.modal .btn-check:checked + .btn-apply:focus, section.campus-finder .leaflet-popup .btn-check:checked + .campus__view-link:focus,
    .btn-check:active + .btn-primary:focus,
    .layout-quadrant .cell-1 .cta .btn-check:active + a:focus:nth-child(1),
    .btn-check:active + .button:focus,
    .navbar-inner .secondary-menu .btn-check:active + .btn-apply:focus,
    .video.modal .btn-check:active + .btn-apply:focus,
    section.campus-finder .leaflet-popup .btn-check:active + .campus__view-link:focus, .btn-primary:active:focus, .layout-quadrant .cell-1 .cta a:active:focus:nth-child(1), .button:active:focus, .navbar-inner .secondary-menu .btn-apply:active:focus, .video.modal .btn-apply:active:focus, section.campus-finder .leaflet-popup .campus__view-link:active:focus, .btn-primary.active:focus, .layout-quadrant .cell-1 .cta a.active:focus:nth-child(1), .active.button:focus, .navbar-inner .secondary-menu .active.btn-apply:focus, .video.modal .active.btn-apply:focus, section.campus-finder .leaflet-popup .active.campus__view-link:focus,
    .show > .btn-primary.dropdown-toggle:focus,
    .layout-quadrant .cell-1 .cta .show > a.dropdown-toggle:focus:nth-child(1),
    .show > .dropdown-toggle.button:focus,
    .navbar-inner .secondary-menu .show > .dropdown-toggle.btn-apply:focus,
    .video.modal .show > .dropdown-toggle.btn-apply:focus,
    section.campus-finder .leaflet-popup .show > .dropdown-toggle.campus__view-link:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5); }
  .btn-primary:disabled, .layout-quadrant .cell-1 .cta a:disabled:nth-child(1), .button:disabled, .navbar-inner .secondary-menu .btn-apply:disabled, .video.modal .btn-apply:disabled, section.campus-finder .leaflet-popup .campus__view-link:disabled, .btn-primary.disabled, .layout-quadrant .cell-1 .cta a.disabled:nth-child(1), .disabled.button, .navbar-inner .secondary-menu .disabled.btn-apply, .video.modal .disabled.btn-apply, section.campus-finder .leaflet-popup .disabled.campus__view-link {
    color: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE; }

.btn-secondary, .layout-quadrant .cell-1 .cta a:nth-child(2), .node-readmore a, .navbar-inner .secondary-menu .btn-info, section.showcase .cta a, .video.modal .btn-info {
  color: #000000;
  background-color: #FFC700;
  border-color: #FFC700; }
  .btn-secondary:hover, .layout-quadrant .cell-1 .cta a:hover:nth-child(2), .node-readmore a:hover, .navbar-inner .secondary-menu .btn-info:hover, section.showcase .cta a:hover, .video.modal .btn-info:hover {
    color: #000000;
    background-color: #ffcf26;
    border-color: #ffcd1a; }
  .btn-check:focus + .btn-secondary, .layout-quadrant .cell-1 .cta .btn-check:focus + a:nth-child(2), .node-readmore .btn-check:focus + a, .navbar-inner .secondary-menu .btn-check:focus + .btn-info, section.showcase .cta .btn-check:focus + a, .video.modal .btn-check:focus + .btn-info, .btn-secondary:focus, .layout-quadrant .cell-1 .cta a:focus:nth-child(2), .node-readmore a:focus, .navbar-inner .secondary-menu .btn-info:focus, section.showcase .cta a:focus, .video.modal .btn-info:focus {
    color: #000000;
    background-color: #ffcf26;
    border-color: #ffcd1a;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 169, 0, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(217, 169, 0, 0.5); }
  .btn-check:checked + .btn-secondary, .layout-quadrant .cell-1 .cta .btn-check:checked + a:nth-child(2), .node-readmore .btn-check:checked + a, .navbar-inner .secondary-menu .btn-check:checked + .btn-info, section.showcase .cta .btn-check:checked + a, .video.modal .btn-check:checked + .btn-info,
  .btn-check:active + .btn-secondary,
  .layout-quadrant .cell-1 .cta .btn-check:active + a:nth-child(2),
  .node-readmore .btn-check:active + a,
  .navbar-inner .secondary-menu .btn-check:active + .btn-info,
  section.showcase .cta .btn-check:active + a,
  .video.modal .btn-check:active + .btn-info, .btn-secondary:active, .layout-quadrant .cell-1 .cta a:active:nth-child(2), .node-readmore a:active, .navbar-inner .secondary-menu .btn-info:active, section.showcase .cta a:active, .video.modal .btn-info:active, .btn-secondary.active, .layout-quadrant .cell-1 .cta a.active:nth-child(2), .node-readmore a.active, .navbar-inner .secondary-menu .active.btn-info, section.showcase .cta a.active, .video.modal .active.btn-info,
  .show > .btn-secondary.dropdown-toggle,
  .layout-quadrant .cell-1 .cta .show > a.dropdown-toggle:nth-child(2),
  .node-readmore .show > a.dropdown-toggle,
  .navbar-inner .secondary-menu .show > .dropdown-toggle.btn-info,
  section.showcase .cta .show > a.dropdown-toggle,
  .video.modal .show > .dropdown-toggle.btn-info {
    color: #000000;
    background-color: #ffd233;
    border-color: #ffcd1a; }
    .btn-check:checked + .btn-secondary:focus, .layout-quadrant .cell-1 .cta .btn-check:checked + a:focus:nth-child(2), .node-readmore .btn-check:checked + a:focus, .navbar-inner .secondary-menu .btn-check:checked + .btn-info:focus, section.showcase .cta .btn-check:checked + a:focus, .video.modal .btn-check:checked + .btn-info:focus,
    .btn-check:active + .btn-secondary:focus,
    .layout-quadrant .cell-1 .cta .btn-check:active + a:focus:nth-child(2),
    .node-readmore .btn-check:active + a:focus,
    .navbar-inner .secondary-menu .btn-check:active + .btn-info:focus,
    section.showcase .cta .btn-check:active + a:focus,
    .video.modal .btn-check:active + .btn-info:focus, .btn-secondary:active:focus, .layout-quadrant .cell-1 .cta a:active:focus:nth-child(2), .node-readmore a:active:focus, .navbar-inner .secondary-menu .btn-info:active:focus, section.showcase .cta a:active:focus, .video.modal .btn-info:active:focus, .btn-secondary.active:focus, .layout-quadrant .cell-1 .cta a.active:focus:nth-child(2), .node-readmore a.active:focus, .navbar-inner .secondary-menu .active.btn-info:focus, section.showcase .cta a.active:focus, .video.modal .active.btn-info:focus,
    .show > .btn-secondary.dropdown-toggle:focus,
    .layout-quadrant .cell-1 .cta .show > a.dropdown-toggle:focus:nth-child(2),
    .node-readmore .show > a.dropdown-toggle:focus,
    .navbar-inner .secondary-menu .show > .dropdown-toggle.btn-info:focus,
    section.showcase .cta .show > a.dropdown-toggle:focus,
    .video.modal .show > .dropdown-toggle.btn-info:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 169, 0, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(217, 169, 0, 0.5); }
  .btn-secondary:disabled, .layout-quadrant .cell-1 .cta a:disabled:nth-child(2), .node-readmore a:disabled, .navbar-inner .secondary-menu .btn-info:disabled, section.showcase .cta a:disabled, .video.modal .btn-info:disabled, .btn-secondary.disabled, .layout-quadrant .cell-1 .cta a.disabled:nth-child(2), .node-readmore a.disabled, .navbar-inner .secondary-menu .disabled.btn-info, section.showcase .cta a.disabled, .video.modal .disabled.btn-info {
    color: #000000;
    background-color: #FFC700;
    border-color: #FFC700; }

.btn-success {
  color: #000000;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success:hover {
    color: #000000;
    background-color: #48b461;
    border-color: #3eb058; }
  .btn-check:focus + .btn-success, .btn-success:focus {
    color: #000000;
    background-color: #48b461;
    border-color: #3eb058;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(34, 142, 59, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(34, 142, 59, 0.5); }
  .btn-check:checked + .btn-success,
  .btn-check:active + .btn-success, .btn-success:active, .btn-success.active,
  .show > .btn-success.dropdown-toggle {
    color: #000000;
    background-color: #53b96a;
    border-color: #3eb058; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(34, 142, 59, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(34, 142, 59, 0.5); }
  .btn-success:disabled, .btn-success.disabled {
    color: #000000;
    background-color: #28a745;
    border-color: #28a745; }

.btn-info {
  color: #000000;
  background-color: #00ADEE;
  border-color: #00ADEE; }
  .btn-info:hover {
    color: #000000;
    background-color: #26b9f1;
    border-color: #1ab5f0; }
  .btn-check:focus + .btn-info, .btn-info:focus {
    color: #000000;
    background-color: #26b9f1;
    border-color: #1ab5f0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5); }
  .btn-check:checked + .btn-info,
  .btn-check:active + .btn-info, .btn-info:active, .btn-info.active,
  .show > .btn-info.dropdown-toggle {
    color: #000000;
    background-color: #33bdf1;
    border-color: #1ab5f0; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5); }
  .btn-info:disabled, .btn-info.disabled {
    color: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE; }

.btn-warning {
  color: #000000;
  background-color: #FFC700;
  border-color: #FFC700; }
  .btn-warning:hover {
    color: #000000;
    background-color: #ffcf26;
    border-color: #ffcd1a; }
  .btn-check:focus + .btn-warning, .btn-warning:focus {
    color: #000000;
    background-color: #ffcf26;
    border-color: #ffcd1a;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 169, 0, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(217, 169, 0, 0.5); }
  .btn-check:checked + .btn-warning,
  .btn-check:active + .btn-warning, .btn-warning:active, .btn-warning.active,
  .show > .btn-warning.dropdown-toggle {
    color: #000000;
    background-color: #ffd233;
    border-color: #ffcd1a; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 169, 0, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(217, 169, 0, 0.5); }
  .btn-warning:disabled, .btn-warning.disabled {
    color: #000000;
    background-color: #FFC700;
    border-color: #FFC700; }

.btn-danger {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger:hover {
    color: #ffffff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger, .btn-danger:focus {
    color: #ffffff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 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: #b02a37;
    border-color: #a52834; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-danger:disabled, .btn-danger.disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-light {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light:hover {
    color: #000000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light, .btn-light:focus {
    color: #000000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-check:checked + .btn-light,
  .btn-check:active + .btn-light, .btn-light:active, .btn-light.active,
  .show > .btn-light.dropdown-toggle {
    color: #000000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-light:disabled, .btn-light.disabled {
    color: #000000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-dark {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000; }
  .btn-dark:hover {
    color: #ffffff;
    background-color: black;
    border-color: black; }
  .btn-check:focus + .btn-dark, .btn-dark:focus {
    color: #ffffff;
    background-color: black;
    border-color: black;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 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: black;
    border-color: black; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5); }
  .btn-dark:disabled, .btn-dark.disabled {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000; }

.btn-outline-primary {
  color: #00ADEE;
  border-color: #00ADEE; }
  .btn-outline-primary:hover {
    color: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE; }
  .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 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: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5); }
  .btn-outline-primary:disabled, .btn-outline-primary.disabled {
    color: #00ADEE;
    background-color: transparent; }

.btn-outline-secondary {
  color: #FFC700;
  border-color: #FFC700; }
  .btn-outline-secondary:hover {
    color: #000000;
    background-color: #FFC700;
    border-color: #FFC700; }
  .btn-check:focus + .btn-outline-secondary, .btn-outline-secondary:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 199, 0, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(255, 199, 0, 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: #000000;
    background-color: #FFC700;
    border-color: #FFC700; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 199, 0, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(255, 199, 0, 0.5); }
  .btn-outline-secondary:disabled, .btn-outline-secondary.disabled {
    color: #FFC700;
    background-color: transparent; }

.btn-outline-success {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success:hover {
    color: #000000;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-check:focus + .btn-outline-success, .btn-outline-success:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 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: #000000;
    background-color: #28a745;
    border-color: #28a745; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success:disabled, .btn-outline-success.disabled {
    color: #28a745;
    background-color: transparent; }

.btn-outline-info {
  color: #00ADEE;
  border-color: #00ADEE; }
  .btn-outline-info:hover {
    color: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE; }
  .btn-check:focus + .btn-outline-info, .btn-outline-info:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 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: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5); }
  .btn-outline-info:disabled, .btn-outline-info.disabled {
    color: #00ADEE;
    background-color: transparent; }

.btn-outline-warning {
  color: #FFC700;
  border-color: #FFC700; }
  .btn-outline-warning:hover {
    color: #000000;
    background-color: #FFC700;
    border-color: #FFC700; }
  .btn-check:focus + .btn-outline-warning, .btn-outline-warning:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 199, 0, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(255, 199, 0, 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: #000000;
    background-color: #FFC700;
    border-color: #FFC700; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 199, 0, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(255, 199, 0, 0.5); }
  .btn-outline-warning:disabled, .btn-outline-warning.disabled {
    color: #FFC700;
    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 {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
            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 {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(220, 53, 69, 0.5);
              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: #000000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }
  .btn-check:focus + .btn-outline-light, .btn-outline-light:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
            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: #000000;
    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 {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(248, 249, 250, 0.5);
              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: #000000;
  border-color: #000000; }
  .btn-outline-dark:hover {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000; }
  .btn-check:focus + .btn-outline-dark, .btn-outline-dark:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 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: #000000;
    border-color: #000000; }
    .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 {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(0, 0, 0, 0.5); }
  .btn-outline-dark:disabled, .btn-outline-dark.disabled {
    color: #000000;
    background-color: transparent; }

.btn-link {
  font-weight: normal;
  color: #0D4BA0;
  text-decoration: none; }
  .btn-link:hover {
    color: #0D4BA0;
    text-decoration: underline; }
  .btn-link:focus {
    text-decoration: underline; }
  .btn-link:disabled, .btn-link.disabled {
    color: #6c757d; }

.btn-lg, .btn-group-lg > .btn, .layout-quadrant .cell-1 .cta .btn-group-lg > a, .btn-group-lg > .button, .node-readmore .btn-group-lg > a, section.showcase .cta .btn-group-lg > a, section.campus-finder .leaflet-popup .btn-group-lg > .campus__view-link {
  padding: 0.5rem 1rem;
  font-size: 1.25rem;
  border-radius: 0; }

.btn-sm, .btn-group-sm > .btn, .layout-quadrant .cell-1 .cta .btn-group-sm > a, .btn-group-sm > .button, .node-readmore .btn-group-sm > a, section.showcase .cta .btn-group-sm > a, section.campus-finder .leaflet-popup .btn-group-sm > .campus__view-link {
  padding: 0.25rem 0.5rem;
  font-size: 0.875rem;
  border-radius: 0; }

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

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

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

.dropup,
.dropend,
.dropdown,
.dropstart {
  position: relative; }

.dropdown-toggle {
  white-space: nowrap; }

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

@media (min-width: 36rem) {
  .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; } }

@media (min-width: 48rem) {
  .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; } }

@media (min-width: 62rem) {
  .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; } }

@media (min-width: 75rem) {
  .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; } }

@media (min-width: 100rem) {
  .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; } }

.dropup .dropdown-menu[data-bs-popper] {
  top: auto;
  bottom: 100%;
  margin-top: 0;
  margin-bottom: 0.125rem; }

.dropend .dropdown-menu[data-bs-popper] {
  top: 0;
  right: auto;
  left: 100%;
  margin-top: 0;
  margin-left: 0.125rem; }

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

.dropstart .dropdown-menu[data-bs-popper] {
  top: 0;
  right: 100%;
  left: auto;
  margin-top: 0;
  margin-right: 0.125rem; }

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

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

.dropdown-item {
  display: block;
  width: 100%;
  padding: 0.25rem 1rem;
  clear: both;
  font-weight: normal;
  color: #212529;
  text-align: inherit;
  white-space: nowrap;
  background-color: transparent;
  border: 0; }
  .dropdown-item:hover, .dropdown-item:focus {
    color: #1e2125;
    text-decoration: none;
    background-color: #f5f5f5; }
  .dropdown-item.active, .dropdown-item:active {
    color: #ffffff;
    text-decoration: none;
    background-color: #004799; }
  .dropdown-item.disabled, .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(0, 0, 0, 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, .dropdown-menu-dark .dropdown-item:active {
      color: #ffffff;
      background-color: #004799; }
    .dropdown-menu-dark .dropdown-item.disabled, .dropdown-menu-dark .dropdown-item:disabled {
      color: #adb5bd; }
  .dropdown-menu-dark .dropdown-divider {
    border-color: rgba(0, 0, 0, 0.15); }
  .dropdown-menu-dark .dropdown-item-text {
    color: #dee2e6; }
  .dropdown-menu-dark .dropdown-header {
    color: #adb5bd; }

.btn-group,
.btn-group-vertical {
  position: relative;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  vertical-align: middle; }
  .btn-group > .btn, .layout-quadrant .cell-1 .cta .btn-group > a, .btn-group > .button, .node-readmore .btn-group > a, section.showcase .cta .btn-group > a, section.campus-finder .leaflet-popup .btn-group > .campus__view-link,
  .btn-group-vertical > .btn,
  .layout-quadrant .cell-1 .cta .btn-group-vertical > a,
  .btn-group-vertical > .button,
  .node-readmore .btn-group-vertical > a,
  section.showcase .cta .btn-group-vertical > a,
  section.campus-finder .leaflet-popup .btn-group-vertical > .campus__view-link {
    position: relative;
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
        -ms-flex: 1 1 auto;
            flex: 1 1 auto; }
  .btn-group > .btn-check:checked + .btn, .layout-quadrant .cell-1 .cta .btn-group > .btn-check:checked + a, .btn-group > .btn-check:checked + .button, .node-readmore .btn-group > .btn-check:checked + a, section.showcase .cta .btn-group > .btn-check:checked + a, section.campus-finder .leaflet-popup .btn-group > .btn-check:checked + .campus__view-link,
  .btn-group > .btn-check:focus + .btn,
  .layout-quadrant .cell-1 .cta .btn-group > .btn-check:focus + a,
  .btn-group > .btn-check:focus + .button,
  .node-readmore .btn-group > .btn-check:focus + a,
  section.showcase .cta .btn-group > .btn-check:focus + a,
  section.campus-finder .leaflet-popup .btn-group > .btn-check:focus + .campus__view-link,
  .btn-group > .btn:hover,
  .layout-quadrant .cell-1 .cta .btn-group > a:hover,
  .btn-group > .button:hover,
  .node-readmore .btn-group > a:hover,
  section.showcase .cta .btn-group > a:hover,
  section.campus-finder .leaflet-popup .btn-group > .campus__view-link:hover,
  .btn-group > .btn:focus,
  .layout-quadrant .cell-1 .cta .btn-group > a:focus,
  .btn-group > .button:focus,
  .node-readmore .btn-group > a:focus,
  section.showcase .cta .btn-group > a:focus,
  section.campus-finder .leaflet-popup .btn-group > .campus__view-link:focus,
  .btn-group > .btn:active,
  .layout-quadrant .cell-1 .cta .btn-group > a:active,
  .btn-group > .button:active,
  .node-readmore .btn-group > a:active,
  section.showcase .cta .btn-group > a:active,
  section.campus-finder .leaflet-popup .btn-group > .campus__view-link:active,
  .btn-group > .btn.active,
  .layout-quadrant .cell-1 .cta .btn-group > a.active,
  .btn-group > .active.button,
  .node-readmore .btn-group > a.active,
  section.showcase .cta .btn-group > a.active,
  section.campus-finder .leaflet-popup .btn-group > .active.campus__view-link,
  .btn-group-vertical > .btn-check:checked + .btn,
  .layout-quadrant .cell-1 .cta .btn-group-vertical > .btn-check:checked + a,
  .btn-group-vertical > .btn-check:checked + .button,
  .node-readmore .btn-group-vertical > .btn-check:checked + a,
  section.showcase .cta .btn-group-vertical > .btn-check:checked + a,
  section.campus-finder .leaflet-popup .btn-group-vertical > .btn-check:checked + .campus__view-link,
  .btn-group-vertical > .btn-check:focus + .btn,
  .layout-quadrant .cell-1 .cta .btn-group-vertical > .btn-check:focus + a,
  .btn-group-vertical > .btn-check:focus + .button,
  .node-readmore .btn-group-vertical > .btn-check:focus + a,
  section.showcase .cta .btn-group-vertical > .btn-check:focus + a,
  section.campus-finder .leaflet-popup .btn-group-vertical > .btn-check:focus + .campus__view-link,
  .btn-group-vertical > .btn:hover,
  .layout-quadrant .cell-1 .cta .btn-group-vertical > a:hover,
  .btn-group-vertical > .button:hover,
  .node-readmore .btn-group-vertical > a:hover,
  section.showcase .cta .btn-group-vertical > a:hover,
  section.campus-finder .leaflet-popup .btn-group-vertical > .campus__view-link:hover,
  .btn-group-vertical > .btn:focus,
  .layout-quadrant .cell-1 .cta .btn-group-vertical > a:focus,
  .btn-group-vertical > .button:focus,
  .node-readmore .btn-group-vertical > a:focus,
  section.showcase .cta .btn-group-vertical > a:focus,
  section.campus-finder .leaflet-popup .btn-group-vertical > .campus__view-link:focus,
  .btn-group-vertical > .btn:active,
  .layout-quadrant .cell-1 .cta .btn-group-vertical > a:active,
  .btn-group-vertical > .button:active,
  .node-readmore .btn-group-vertical > a:active,
  section.showcase .cta .btn-group-vertical > a:active,
  section.campus-finder .leaflet-popup .btn-group-vertical > .campus__view-link:active,
  .btn-group-vertical > .btn.active,
  .layout-quadrant .cell-1 .cta .btn-group-vertical > a.active,
  .btn-group-vertical > .active.button,
  .node-readmore .btn-group-vertical > a.active,
  section.showcase .cta .btn-group-vertical > a.active,
  section.campus-finder .leaflet-popup .btn-group-vertical > .active.campus__view-link {
    z-index: 1; }

.btn-toolbar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .btn-toolbar .input-group {
    width: auto; }

.btn-group > .btn:not(:first-child), .layout-quadrant .cell-1 .cta .btn-group > a:not(:first-child), .btn-group > .button:not(:first-child), .node-readmore .btn-group > a:not(:first-child), section.showcase .cta .btn-group > a:not(:first-child), section.campus-finder .leaflet-popup .btn-group > .campus__view-link:not(:first-child),
.btn-group > .btn-group:not(:first-child) {
  margin-left: -0.0625rem; }

.btn-group > .btn:not(:last-child):not(.dropdown-toggle), .layout-quadrant .cell-1 .cta .btn-group > a:not(:last-child):not(.dropdown-toggle), .btn-group > .button:not(:last-child):not(.dropdown-toggle), .node-readmore .btn-group > a:not(:last-child):not(.dropdown-toggle), section.showcase .cta .btn-group > a:not(:last-child):not(.dropdown-toggle), section.campus-finder .leaflet-popup .btn-group > .campus__view-link:not(:last-child):not(.dropdown-toggle),
.btn-group > .btn-group:not(:last-child) > .btn,
.layout-quadrant .cell-1 .cta .btn-group > .btn-group:not(:last-child) > a,
.btn-group > .btn-group:not(:last-child) > .button,
.node-readmore .btn-group > .btn-group:not(:last-child) > a,
section.showcase .cta .btn-group > .btn-group:not(:last-child) > a,
section.campus-finder .leaflet-popup .btn-group > .btn-group:not(:last-child) > .campus__view-link {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0; }

.btn-group > .btn:nth-child(n + 3), .layout-quadrant .cell-1 .cta .btn-group > a:nth-child(n + 3), .btn-group > .button:nth-child(n + 3), .node-readmore .btn-group > a:nth-child(n + 3), section.showcase .cta .btn-group > a:nth-child(n + 3), section.campus-finder .leaflet-popup .btn-group > .campus__view-link:nth-child(n + 3),
.btn-group > :not(.btn-check) + .btn,
.layout-quadrant .cell-1 .cta .btn-group > :not(.btn-check) + a,
.btn-group > :not(.btn-check) + .button,
.node-readmore .btn-group > :not(.btn-check) + a,
section.showcase .cta .btn-group > :not(.btn-check) + a,
section.campus-finder .leaflet-popup .btn-group > :not(.btn-check) + .campus__view-link,
.btn-group > .btn-group:not(:first-child) > .btn,
.layout-quadrant .cell-1 .cta .btn-group > .btn-group:not(:first-child) > a,
.btn-group > .btn-group:not(:first-child) > .button,
.node-readmore .btn-group > .btn-group:not(:first-child) > a,
section.showcase .cta .btn-group > .btn-group:not(:first-child) > a,
section.campus-finder .leaflet-popup .btn-group > .btn-group:not(:first-child) > .campus__view-link {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0; }

.dropdown-toggle-split {
  padding-right: 0.9375em;
  padding-left: 0.9375em; }
  .dropdown-toggle-split::after,
  .dropup .dropdown-toggle-split::after,
  .dropend .dropdown-toggle-split::after {
    margin-left: 0; }
  .dropstart .dropdown-toggle-split::before {
    margin-right: 0; }

.btn-sm + .dropdown-toggle-split, .btn-group-sm > .btn + .dropdown-toggle-split, .layout-quadrant .cell-1 .cta .btn-group-sm > a + .dropdown-toggle-split, .btn-group-sm > .button + .dropdown-toggle-split, .node-readmore .btn-group-sm > a + .dropdown-toggle-split, section.showcase .cta .btn-group-sm > a + .dropdown-toggle-split, section.campus-finder .leaflet-popup .btn-group-sm > .campus__view-link + .dropdown-toggle-split {
  padding-right: 0.375rem;
  padding-left: 0.375rem; }

.btn-lg + .dropdown-toggle-split, .btn-group-lg > .btn + .dropdown-toggle-split, .layout-quadrant .cell-1 .cta .btn-group-lg > a + .dropdown-toggle-split, .btn-group-lg > .button + .dropdown-toggle-split, .node-readmore .btn-group-lg > a + .dropdown-toggle-split, section.showcase .cta .btn-group-lg > a + .dropdown-toggle-split, section.campus-finder .leaflet-popup .btn-group-lg > .campus__view-link + .dropdown-toggle-split {
  padding-right: 0.75rem;
  padding-left: 0.75rem; }

.btn-group-vertical {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  
  .btn-group-vertical > .btn,
  .layout-quadrant .cell-1 .cta .btn-group-vertical > a,
  .btn-group-vertical > .button,
  .node-readmore .btn-group-vertical > a,
  section.showcase .cta .btn-group-vertical > a,
  section.campus-finder .leaflet-popup .btn-group-vertical > .campus__view-link,
  .btn-group-vertical > .btn-group {
    width: 100%; }
  .btn-group-vertical > .btn:not(:first-child), .layout-quadrant .cell-1 .cta .btn-group-vertical > a:not(:first-child), .btn-group-vertical > .button:not(:first-child), .node-readmore .btn-group-vertical > a:not(:first-child), section.showcase .cta .btn-group-vertical > a:not(:first-child), section.campus-finder .leaflet-popup .btn-group-vertical > .campus__view-link:not(:first-child),
  .btn-group-vertical > .btn-group:not(:first-child) {
    margin-top: -0.0625rem; }
  .btn-group-vertical > .btn:not(:last-child):not(.dropdown-toggle), .layout-quadrant .cell-1 .cta .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), .btn-group-vertical > .button:not(:last-child):not(.dropdown-toggle), .node-readmore .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), section.showcase .cta .btn-group-vertical > a:not(:last-child):not(.dropdown-toggle), section.campus-finder .leaflet-popup .btn-group-vertical > .campus__view-link:not(:last-child):not(.dropdown-toggle),
  .btn-group-vertical > .btn-group:not(:last-child) > .btn,
  .layout-quadrant .cell-1 .cta .btn-group-vertical > .btn-group:not(:last-child) > a,
  .btn-group-vertical > .btn-group:not(:last-child) > .button,
  .node-readmore .btn-group-vertical > .btn-group:not(:last-child) > a,
  section.showcase .cta .btn-group-vertical > .btn-group:not(:last-child) > a,
  section.campus-finder .leaflet-popup .btn-group-vertical > .btn-group:not(:last-child) > .campus__view-link {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0; }
  .btn-group-vertical > .btn ~ .btn, .layout-quadrant .cell-1 .cta .btn-group-vertical > a ~ .btn, .btn-group-vertical > .button ~ .btn, .node-readmore .btn-group-vertical > a ~ .btn, section.showcase .cta .btn-group-vertical > a ~ .btn, section.campus-finder .leaflet-popup .btn-group-vertical > .campus__view-link ~ .btn, .layout-quadrant .cell-1 .cta .btn-group-vertical > .btn ~ a, .layout-quadrant .cell-1 .cta .btn-group-vertical > a ~ a, .layout-quadrant .cell-1 .cta .btn-group-vertical > .button ~ a, section.campus-finder .leaflet-popup .layout-quadrant .cell-1 .cta .btn-group-vertical > .campus__view-link ~ a, .layout-quadrant .cell-1 .cta section.campus-finder .leaflet-popup .btn-group-vertical > .campus__view-link ~ a, .btn-group-vertical > .btn ~ .button, .layout-quadrant .cell-1 .cta .btn-group-vertical > a ~ .button, .btn-group-vertical > .button ~ .button, .node-readmore .btn-group-vertical > a ~ .button, section.showcase .cta .btn-group-vertical > a ~ .button, section.campus-finder .leaflet-popup .btn-group-vertical > .campus__view-link ~ .button, .node-readmore .btn-group-vertical > .btn ~ a, .layout-quadrant .cell-1 .cta .node-readmore .btn-group-vertical > a ~ a, .node-readmore .btn-group-vertical > .button ~ a, .node-readmore .btn-group-vertical > a ~ a, section.campus-finder .leaflet-popup .node-readmore .btn-group-vertical > .campus__view-link ~ a, .node-readmore section.campus-finder .leaflet-popup .btn-group-vertical > .campus__view-link ~ a, section.showcase .cta .btn-group-vertical > .btn ~ a, section.showcase .cta .btn-group-vertical > .button ~ a, section.showcase .cta .node-readmore .btn-group-vertical > a ~ a, section.showcase .cta .btn-group-vertical > a ~ a, section.campus-finder .leaflet-popup section.showcase .cta .btn-group-vertical > .campus__view-link ~ a, section.showcase .cta section.campus-finder .leaflet-popup .btn-group-vertical > .campus__view-link ~ a, section.campus-finder .leaflet-popup .btn-group-vertical > .btn ~ .campus__view-link, .layout-quadrant .cell-1 .cta section.campus-finder .leaflet-popup .btn-group-vertical > a ~ .campus__view-link, section.campus-finder .leaflet-popup .layout-quadrant .cell-1 .cta .btn-group-vertical > a ~ .campus__view-link, section.campus-finder .leaflet-popup .btn-group-vertical > .button ~ .campus__view-link, .node-readmore section.campus-finder .leaflet-popup .btn-group-vertical > a ~ .campus__view-link, section.campus-finder .leaflet-popup .node-readmore .btn-group-vertical > a ~ .campus__view-link, section.showcase .cta section.campus-finder .leaflet-popup .btn-group-vertical > a ~ .campus__view-link, section.campus-finder .leaflet-popup section.showcase .cta .btn-group-vertical > a ~ .campus__view-link, section.campus-finder .leaflet-popup .btn-group-vertical > .campus__view-link ~ .campus__view-link,
  .btn-group-vertical > .btn-group:not(:first-child) > .btn,
  .layout-quadrant .cell-1 .cta .btn-group-vertical > .btn-group:not(:first-child) > a,
  .btn-group-vertical > .btn-group:not(:first-child) > .button,
  .node-readmore .btn-group-vertical > .btn-group:not(:first-child) > a,
  section.showcase .cta .btn-group-vertical > .btn-group:not(:first-child) > a,
  section.campus-finder .leaflet-popup .btn-group-vertical > .btn-group:not(:first-child) > .campus__view-link {
    border-top-left-radius: 0;
    border-top-right-radius: 0; }

.nav, .navbar .menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }

.nav-link, .navbar .menu-item {
  display: block;
  padding: 0.5rem 1rem;
  font-size: 1rem;
  font-weight: 500;
  color: #0D4BA0;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .nav-link, .navbar .menu-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .nav-link:hover, .navbar .menu-item:hover, .nav-link:focus, .navbar .menu-item:focus {
    color: #76abf4;
    text-decoration: none; }
  .nav-link.disabled, .navbar .disabled.menu-item {
    color: #6c757d;
    pointer-events: none;
    cursor: default; }

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

.nav-pills .nav-link, .nav-pills .navbar .menu-item, .navbar .nav-pills .menu-item {
  background: none;
  border: 0;
  border-radius: 0; }

.nav-pills .nav-link.active, .nav-pills .navbar .active.menu-item, .navbar .nav-pills .active.menu-item,
.nav-pills .show > .nav-link,
.nav-pills .navbar .show > .menu-item,
.navbar .nav-pills .show > .menu-item {
  color: #ffffff;
  background-color: #0D4BA0; }

.nav-fill > .nav-link, .navbar .nav-fill > .menu-item,
.nav-fill .nav-item {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  text-align: center; }

.nav-justified > .nav-link, .navbar .nav-justified > .menu-item,
.nav-justified .nav-item {
  -webkit-flex-basis: 0;
      -ms-flex-preferred-size: 0;
          flex-basis: 0;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  text-align: center; }

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

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

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

.navbar {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem; }
  .navbar > .container, .navbar > #v-pills-tab + .tab-content, section.banner.image .navbar > .image-mobile, section.banner.image .navbar > .image-desktop, section.banner.image .navbar > .image-banner, section.quotes .navbar > .inner,
  .navbar > .container-fluid, .navbar > .container-sm, .navbar > .container-md, .navbar > .container-lg, .navbar > .container-xl, .navbar > .container-xxl {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: inherit;
        -ms-flex-wrap: inherit;
            flex-wrap: inherit;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }

.navbar-brand {
  padding-top: 0;
  padding-bottom: 0;
  margin-right: 1rem;
  font-size: 1.25rem;
  white-space: nowrap; }
  .navbar-brand:hover, .navbar-brand:focus {
    text-decoration: none; }

.navbar-nav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  list-style: none; }
  .navbar-nav .nav-link, .navbar-nav .navbar .menu-item, .navbar .navbar-nav .menu-item {
    padding-right: 0;
    padding-left: 0; }
  .navbar-nav .dropdown-menu {
    position: static; }

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

.navbar-collapse {
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          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;
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .navbar-toggler {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .navbar-toggler:hover {
    text-decoration: none; }
  .navbar-toggler:focus {
    text-decoration: none;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem;
            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;
  -webkit-background-size: 100% 100%;
          background-size: 100%; }

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

@media (min-width: 36rem) {
  .navbar-expand-sm {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-sm .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-sm .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-sm .navbar-nav .nav-link, .navbar-expand-sm .navbar-nav .navbar .menu-item, .navbar .navbar-expand-sm .navbar-nav .menu-item {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-sm .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-sm .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-sm .navbar-toggler {
      display: none; }
    .navbar-expand-sm .offcanvas-header {
      display: none; }
    .navbar-expand-sm .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: none;
           -o-transform: none;
              transform: none; }
    .navbar-expand-sm .offcanvas-top,
    .navbar-expand-sm .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-sm .offcanvas-body {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 48rem) {
  .navbar-expand-md {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-md .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-md .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-md .navbar-nav .nav-link, .navbar-expand-md .navbar-nav .navbar .menu-item, .navbar .navbar-expand-md .navbar-nav .menu-item {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-md .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-md .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-md .navbar-toggler {
      display: none; }
    .navbar-expand-md .offcanvas-header {
      display: none; }
    .navbar-expand-md .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: none;
           -o-transform: none;
              transform: none; }
    .navbar-expand-md .offcanvas-top,
    .navbar-expand-md .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-md .offcanvas-body {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 62rem) {
  .navbar-expand-lg {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-lg .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-lg .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-lg .navbar-nav .nav-link, .navbar-expand-lg .navbar-nav .navbar .menu-item, .navbar .navbar-expand-lg .navbar-nav .menu-item {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-lg .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-lg .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-lg .navbar-toggler {
      display: none; }
    .navbar-expand-lg .offcanvas-header {
      display: none; }
    .navbar-expand-lg .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: none;
           -o-transform: none;
              transform: none; }
    .navbar-expand-lg .offcanvas-top,
    .navbar-expand-lg .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-lg .offcanvas-body {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 75rem) {
  .navbar-expand-xl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xl .navbar-nav .nav-link, .navbar-expand-xl .navbar-nav .navbar .menu-item, .navbar .navbar-expand-xl .navbar-nav .menu-item {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xl .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-xl .navbar-toggler {
      display: none; }
    .navbar-expand-xl .offcanvas-header {
      display: none; }
    .navbar-expand-xl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: none;
           -o-transform: none;
              transform: none; }
    .navbar-expand-xl .offcanvas-top,
    .navbar-expand-xl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xl .offcanvas-body {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

@media (min-width: 100rem) {
  .navbar-expand-xxl {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start; }
    .navbar-expand-xxl .navbar-nav {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row; }
      .navbar-expand-xxl .navbar-nav .dropdown-menu {
        position: absolute; }
      .navbar-expand-xxl .navbar-nav .nav-link, .navbar-expand-xxl .navbar-nav .navbar .menu-item, .navbar .navbar-expand-xxl .navbar-nav .menu-item {
        padding-right: 0.5rem;
        padding-left: 0.5rem; }
    .navbar-expand-xxl .navbar-nav-scroll {
      overflow: visible; }
    .navbar-expand-xxl .navbar-collapse {
      display: -webkit-box !important;
      display: -webkit-flex !important;
      display: -ms-flexbox !important;
      display: flex !important;
      -webkit-flex-basis: auto;
          -ms-flex-preferred-size: auto;
              flex-basis: auto; }
    .navbar-expand-xxl .navbar-toggler {
      display: none; }
    .navbar-expand-xxl .offcanvas-header {
      display: none; }
    .navbar-expand-xxl .offcanvas {
      position: inherit;
      bottom: 0;
      z-index: 1000;
      -webkit-box-flex: 1;
      -webkit-flex-grow: 1;
          -ms-flex-positive: 1;
              flex-grow: 1;
      visibility: visible !important;
      background-color: transparent;
      border-right: 0;
      border-left: 0;
      -webkit-transition: none;
      -o-transition: none;
      transition: none;
      -webkit-transform: none;
           -o-transform: none;
              transform: none; }
    .navbar-expand-xxl .offcanvas-top,
    .navbar-expand-xxl .offcanvas-bottom {
      height: auto;
      border-top: 0;
      border-bottom: 0; }
    .navbar-expand-xxl .offcanvas-body {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-flex: 0;
      -webkit-flex-grow: 0;
          -ms-flex-positive: 0;
              flex-grow: 0;
      padding: 0;
      overflow-y: visible; } }

.navbar-expand {
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start; }
  .navbar-expand .navbar-nav {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .navbar-expand .navbar-nav .dropdown-menu {
      position: absolute; }
    .navbar-expand .navbar-nav .nav-link, .navbar-expand .navbar-nav .navbar .menu-item, .navbar .navbar-expand .navbar-nav .menu-item {
      padding-right: 0.5rem;
      padding-left: 0.5rem; }
  .navbar-expand .navbar-nav-scroll {
    overflow: visible; }
  .navbar-expand .navbar-collapse {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-flex-basis: auto;
        -ms-flex-preferred-size: auto;
            flex-basis: auto; }
  .navbar-expand .navbar-toggler {
    display: none; }
  .navbar-expand .offcanvas-header {
    display: none; }
  .navbar-expand .offcanvas {
    position: inherit;
    bottom: 0;
    z-index: 1000;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    visibility: visible !important;
    background-color: transparent;
    border-right: 0;
    border-left: 0;
    -webkit-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
         -o-transform: none;
            transform: none; }
  .navbar-expand .offcanvas-top,
  .navbar-expand .offcanvas-bottom {
    height: auto;
    border-top: 0;
    border-bottom: 0; }
  .navbar-expand .offcanvas-body {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -webkit-flex-grow: 0;
        -ms-flex-positive: 0;
            flex-grow: 0;
    padding: 0;
    overflow-y: visible; }

.navbar-light .navbar-brand {
  color: rgba(0, 0, 0, 0.9); }
  .navbar-light .navbar-brand:hover, .navbar-light .navbar-brand:focus {
    color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-nav .nav-link, .navbar-light .navbar-nav .navbar .menu-item, .navbar .navbar-light .navbar-nav .menu-item {
  color: rgba(0, 0, 0, 0.55); }
  .navbar-light .navbar-nav .nav-link:hover, .navbar-light .navbar-nav .navbar .menu-item:hover, .navbar .navbar-light .navbar-nav .menu-item:hover, .navbar-light .navbar-nav .nav-link:focus, .navbar-light .navbar-nav .navbar .menu-item:focus, .navbar .navbar-light .navbar-nav .menu-item:focus {
    color: rgba(0, 0, 0, 0.7); }
  .navbar-light .navbar-nav .nav-link.disabled, .navbar-light .navbar-nav .navbar .disabled.menu-item, .navbar .navbar-light .navbar-nav .disabled.menu-item {
    color: rgba(0, 0, 0, 0.3); }

.navbar-light .navbar-nav .show > .nav-link, .navbar-light .navbar-nav .navbar .show > .menu-item, .navbar .navbar-light .navbar-nav .show > .menu-item,
.navbar-light .navbar-nav .nav-link.active,
.navbar-light .navbar-nav .navbar .active.menu-item,
.navbar .navbar-light .navbar-nav .active.menu-item {
  color: rgba(0, 0, 0, 0.9); }

.navbar-light .navbar-toggler {
  color: rgba(0, 0, 0, 0.55);
  border-color: rgba(0, 0, 0, 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%280, 0, 0, 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(0, 0, 0, 0.55); }
  .navbar-light .navbar-text a,
  .navbar-light .navbar-text a:hover,
  .navbar-light .navbar-text a:focus {
    color: rgba(0, 0, 0, 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, .navbar-dark .navbar-nav .navbar .menu-item, .navbar .navbar-dark .navbar-nav .menu-item {
  color: rgba(255, 255, 255, 0.55); }
  .navbar-dark .navbar-nav .nav-link:hover, .navbar-dark .navbar-nav .navbar .menu-item:hover, .navbar .navbar-dark .navbar-nav .menu-item:hover, .navbar-dark .navbar-nav .nav-link:focus, .navbar-dark .navbar-nav .navbar .menu-item:focus, .navbar .navbar-dark .navbar-nav .menu-item:focus {
    color: rgba(255, 255, 255, 0.75); }
  .navbar-dark .navbar-nav .nav-link.disabled, .navbar-dark .navbar-nav .navbar .disabled.menu-item, .navbar .navbar-dark .navbar-nav .disabled.menu-item {
    color: rgba(255, 255, 255, 0.25); }

.navbar-dark .navbar-nav .show > .nav-link, .navbar-dark .navbar-nav .navbar .show > .menu-item, .navbar .navbar-dark .navbar-nav .show > .menu-item,
.navbar-dark .navbar-nav .nav-link.active,
.navbar-dark .navbar-nav .navbar .active.menu-item,
.navbar .navbar-dark .navbar-nav .active.menu-item {
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  min-width: 0;
  word-wrap: break-word;
  background-color: #ffffff;
  background-clip: border-box;
  border: 1px solid rgba(0, 0, 0, 0.125);
  border-radius: 0; }
  .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: 0;
      border-top-right-radius: 0; }
    .card > .list-group:last-child {
      border-bottom-width: 0;
      border-bottom-right-radius: 0;
      border-bottom-left-radius: 0; }
  .card > .card-header + .list-group,
  .card > .list-group + .card-footer {
    border-top: 0; }

.card-body {
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          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; }

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

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

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

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

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

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

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

@media (min-width: 36rem) {
  .card-group {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row wrap;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap; }
    .card-group > .card {
      -webkit-box-flex: 1;
      -webkit-flex: 1 0 0%;
          -ms-flex: 1 0 0%;
              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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 2.5rem;
  font-size: 1rem;
  color: #000000;
  text-align: left;
  background-color: #ffffff;
  border: 0;
  border-radius: 0;
  overflow-anchor: none;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, border-radius 0.15s ease, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, border-radius 0.15s ease;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .accordion-button {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .accordion-button:not(.collapsed) {
    color: #000000;
    background-color: #ffffff;
    -webkit-box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125);
            box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.125); }
    .accordion-button:not(.collapsed)::after {
      background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
      -webkit-transform: rotate(-180deg);
           -o-transform: rotate(-180deg);
              transform: rotate(-180deg); }
  .accordion-button::after {
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    width: 1rem;
    height: 1rem;
    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='%23000000'%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;
    -webkit-background-size: 1rem 1rem;
            background-size: 1rem;
    -webkit-transition: -webkit-transform 0.2s ease-in-out;
    transition: -webkit-transform 0.2s ease-in-out;
    -o-transition: -o-transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out;
    transition: transform 0.2s ease-in-out, -webkit-transform 0.2s ease-in-out, -o-transform 0.2s ease-in-out; }
    @media (prefers-reduced-motion: reduce) {
      .accordion-button::after {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .accordion-button:hover {
    z-index: 2; }
  .accordion-button:focus {
    z-index: 3;
    border-color: #80a3cc;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 71, 153, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(0, 71, 153, 0.25); }

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

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

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

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

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

.breadcrumb {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  padding: 0 0;
  margin-bottom: 1rem;
  font-size: 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, "/") /* rtl: var(--bs-breadcrumb-divider, "/") */; }

.breadcrumb-item.active {
  color: #bbb; }

.pagination {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 0;
  list-style: none; }

.page-link {
  position: relative;
  display: block;
  color: #0D4BA0;
  background-color: #ffffff;
  border: 1px solid #dee2e6;
  -webkit-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  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, -webkit-box-shadow 0.15s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .page-link {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }
  .page-link:hover {
    z-index: 2;
    color: #76abf4;
    text-decoration: none;
    background-color: #f5f5f5;
    border-color: #dee2e6; }
  .page-link:focus {
    z-index: 3;
    color: #76abf4;
    background-color: #f5f5f5;
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 71, 153, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(0, 71, 153, 0.25); }

.page-item:not(:first-child) .page-link {
  margin-left: -0.0625rem; }

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

.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;
  border-bottom-left-radius: 0; }

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

.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;
  border-bottom-left-radius: 0; }

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

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

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

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

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

.btn .badge, .layout-quadrant .cell-1 .cta a .badge, .button .badge, .node-readmore a .badge, section.showcase .cta a .badge, section.campus-finder .leaflet-popup .campus__view-link .badge {
  position: relative;
  top: -1px; }

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

.alert-heading {
  color: inherit; }

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

.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: #00688f;
  background-color: #cceffc;
  border-color: #b3e6fa; }
  .alert-primary .alert-link {
    color: #005372; }

.alert-secondary {
  color: #665000;
  background-color: #fff4cc;
  border-color: #ffeeb3; }
  .alert-secondary .alert-link {
    color: #524000; }

.alert-success {
  color: #186429;
  background-color: #d4edda;
  border-color: #bfe5c7; }
  .alert-success .alert-link {
    color: #135021; }

.alert-info {
  color: #00688f;
  background-color: #cceffc;
  border-color: #b3e6fa; }
  .alert-info .alert-link {
    color: #005372; }

.alert-warning {
  color: #665000;
  background-color: #fff4cc;
  border-color: #ffeeb3; }
  .alert-warning .alert-link {
    color: #524000; }

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

.alert-light {
  color: #636464;
  background-color: #fefefe;
  border-color: #fdfdfe; }
  .alert-light .alert-link {
    color: #4f5050; }

.alert-dark {
  color: black;
  background-color: #cccccc;
  border-color: #b3b3b3; }
  .alert-dark .alert-link {
    color: black; }

@-webkit-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

@-o-keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

@keyframes progress-bar-stripes {
  0% {
    background-position-x: 1rem; } }

.progress {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 1rem;
  overflow: hidden;
  font-size: 0.75rem;
  background-color: #f5f5f5;
  border-radius: 0; }

.progress-bar {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  overflow: hidden;
  color: #ffffff;
  text-align: center;
  white-space: nowrap;
  background-color: #004799;
  -webkit-transition: width 0.6s ease;
  -o-transition: width 0.6s ease;
  transition: width 0.6s ease; }
  @media (prefers-reduced-motion: reduce) {
    .progress-bar {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

.progress-bar-striped {
  background-image: -webkit-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-image: -o-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-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);
  -webkit-background-size: 1rem 1rem;
          background-size: 1rem 1rem; }

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

.list-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-left: 0;
  margin-bottom: 0;
  border-radius: 0; }

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

.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: #141313;
    background-color: #f5f5f5; }

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

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

@media (min-width: 36rem) {
  .list-group-horizontal-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-sm > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-sm > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-sm > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-sm > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-sm > .list-group-item + .list-group-item.active {
        margin-left: -0.0625rem;
        border-left-width: 1px; } }

@media (min-width: 48rem) {
  .list-group-horizontal-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-md > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-md > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-md > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-md > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-md > .list-group-item + .list-group-item.active {
        margin-left: -0.0625rem;
        border-left-width: 1px; } }

@media (min-width: 62rem) {
  .list-group-horizontal-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-lg > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-lg > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-lg > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-lg > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-lg > .list-group-item + .list-group-item.active {
        margin-left: -0.0625rem;
        border-left-width: 1px; } }

@media (min-width: 75rem) {
  .list-group-horizontal-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xl > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-xl > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xl > .list-group-item + .list-group-item.active {
        margin-left: -0.0625rem;
        border-left-width: 1px; } }

@media (min-width: 100rem) {
  .list-group-horizontal-xxl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row; }
    .list-group-horizontal-xxl > .list-group-item:first-child {
      border-bottom-left-radius: 0;
      border-top-right-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item:last-child {
      border-top-right-radius: 0;
      border-bottom-left-radius: 0; }
    .list-group-horizontal-xxl > .list-group-item.active {
      margin-top: 0; }
    .list-group-horizontal-xxl > .list-group-item + .list-group-item {
      border-top-width: 1px;
      border-left-width: 0; }
      .list-group-horizontal-xxl > .list-group-item + .list-group-item.active {
        margin-left: -0.0625rem;
        border-left-width: 1px; } }

.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: #00688f;
  background-color: #cceffc; }
  .list-group-item-primary.list-group-item-action:hover, .list-group-item-primary.list-group-item-action:focus {
    color: #00688f;
    background-color: #b8d7e3; }
  .list-group-item-primary.list-group-item-action.active {
    color: #ffffff;
    background-color: #00688f;
    border-color: #00688f; }

.list-group-item-secondary {
  color: #665000;
  background-color: #fff4cc; }
  .list-group-item-secondary.list-group-item-action:hover, .list-group-item-secondary.list-group-item-action:focus {
    color: #665000;
    background-color: #e6dcb8; }
  .list-group-item-secondary.list-group-item-action.active {
    color: #ffffff;
    background-color: #665000;
    border-color: #665000; }

.list-group-item-success {
  color: #186429;
  background-color: #d4edda; }
  .list-group-item-success.list-group-item-action:hover, .list-group-item-success.list-group-item-action:focus {
    color: #186429;
    background-color: #bfd5c4; }
  .list-group-item-success.list-group-item-action.active {
    color: #ffffff;
    background-color: #186429;
    border-color: #186429; }

.list-group-item-info {
  color: #00688f;
  background-color: #cceffc; }
  .list-group-item-info.list-group-item-action:hover, .list-group-item-info.list-group-item-action:focus {
    color: #00688f;
    background-color: #b8d7e3; }
  .list-group-item-info.list-group-item-action.active {
    color: #ffffff;
    background-color: #00688f;
    border-color: #00688f; }

.list-group-item-warning {
  color: #665000;
  background-color: #fff4cc; }
  .list-group-item-warning.list-group-item-action:hover, .list-group-item-warning.list-group-item-action:focus {
    color: #665000;
    background-color: #e6dcb8; }
  .list-group-item-warning.list-group-item-action.active {
    color: #ffffff;
    background-color: #665000;
    border-color: #665000; }

.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: #636464;
  background-color: #fefefe; }
  .list-group-item-light.list-group-item-action:hover, .list-group-item-light.list-group-item-action:focus {
    color: #636464;
    background-color: #e5e5e5; }
  .list-group-item-light.list-group-item-action.active {
    color: #ffffff;
    background-color: #636464;
    border-color: #636464; }

.list-group-item-dark {
  color: black;
  background-color: #cccccc; }
  .list-group-item-dark.list-group-item-action:hover, .list-group-item-dark.list-group-item-action:focus {
    color: black;
    background-color: #b8b8b8; }
  .list-group-item-dark.list-group-item-action.active {
    color: #ffffff;
    background-color: black;
    border-color: black; }

.btn-close {
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
  width: 1em;
  height: 1em;
  padding: 0.25em 0.25em;
  color: #000000;
  background: transparent url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23000000'%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;
  opacity: 0.5; }
  .btn-close:hover {
    color: #000000;
    text-decoration: none;
    opacity: 0.75; }
  .btn-close:focus {
    outline: 0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 71, 153, 0.25);
            box-shadow: 0 0 0 0.25rem rgba(0, 71, 153, 0.25);
    opacity: 1; }
  .btn-close:disabled, .btn-close.disabled {
    pointer-events: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    opacity: 0.25; }

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

.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);
  -webkit-box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
          box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
  border-radius: 0; }
  .toast.showing {
    opacity: 0; }
  .toast:not(.show) {
    display: none; }

.toast-container {
  width: -webkit-max-content;
  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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          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: 0;
  border-top-right-radius: 0; }
  .toast-header .btn-close {
    margin-right: -0.375rem;
    margin-left: 0.75rem; }

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

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

.modal-dialog {
  position: relative;
  width: auto;
  margin: 0.5rem;
  pointer-events: none; }
  .modal.fade .modal-dialog {
    -webkit-transition: -webkit-transform 0.3s ease-out;
    transition: -webkit-transform 0.3s ease-out;
    -o-transition: -o-transform 0.3s ease-out;
    transition: transform 0.3s ease-out;
    transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out, -o-transform 0.3s ease-out;
    -webkit-transform: translate(0, -50px);
         -o-transform: translate(0, -50px);
            transform: translate(0, -50px); }
    @media (prefers-reduced-motion: reduce) {
      .modal.fade .modal-dialog {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .modal.show .modal-dialog {
    -webkit-transform: none;
         -o-transform: none;
            transform: none; }
  .modal.modal-static .modal-dialog {
    -webkit-transform: scale(1.02);
         -o-transform: scale(1.02);
            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: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  min-height: calc(100% - 1rem); }

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

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

.modal-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem;
  border-bottom: 1px solid #dee2e6;
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .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.4; }

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

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

@media (min-width: 36rem) {
  .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 (min-width: 62rem) {
  .modal-lg,
  .modal-xl {
    max-width: 800px; } }

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

.modal-fullscreen {
  width: 100vw;
  max-width: none;
  height: 100%;
  margin: 0; }
  .modal-fullscreen .modal-content {
    height: 100%;
    border: 0;
    border-radius: 0; }
  .modal-fullscreen .modal-header {
    border-radius: 0; }
  .modal-fullscreen .modal-body {
    overflow-y: auto; }
  .modal-fullscreen .modal-footer {
    border-radius: 0; }

@media (max-width: 35.99875rem) {
  .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; } }

@media (max-width: 47.99875rem) {
  .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: 61.99875rem) {
  .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; } }

@media (max-width: 74.99875rem) {
  .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 (max-width: 99.99875rem) {
  .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; } }

.tooltip {
  position: absolute;
  z-index: 1080;
  display: block;
  margin: 0;
  font-family: "Rubik", Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  text-align: left;
  text-align: start;
  text-decoration: none;
  text-shadow: none;
  text-transform: none;
  letter-spacing: normal;
  word-break: normal;
  word-spacing: normal;
  white-space: normal;
  line-break: auto;
  font-size: 0.875rem;
  word-wrap: break-word;
  opacity: 0; }
  .tooltip.show {
    opacity: 0.9; }
  .tooltip .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; }

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

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

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

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

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

.popover {
  position: absolute;
  top: 0;
  left: 0 /* rtl:ignore */;
  z-index: 1070;
  display: block;
  max-width: 276px;
  font-family: "Rubik", Arial, Verdana, sans-serif;
  font-style: normal;
  font-weight: normal;
  line-height: 1.4;
  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(0, 0, 0, 0.2);
  border-radius: 0; }
  .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(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 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(0, 0, 0, 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 rgba(0, 0, 0, 0.2);
  border-top-left-radius: 0;
  border-top-right-radius: 0; }
  .popover-header:empty {
    display: none; }

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

.carousel {
  position: relative; }

.carousel.pointer-event {
  -ms-touch-action: pan-y;
      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%;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-transition: -webkit-transform 0.6s ease-in-out;
  transition: -webkit-transform 0.6s ease-in-out;
  -o-transition: -o-transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out;
  transition: transform 0.6s ease-in-out, -webkit-transform 0.6s ease-in-out, -o-transform 0.6s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-item {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

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

/* rtl:begin:ignore */
.carousel-item-next:not(.carousel-item-start),
.active.carousel-item-end {
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%); }

.carousel-item-prev:not(.carousel-item-end),
.active.carousel-item-start {
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%); }

/* rtl:end:ignore */
.carousel-fade .carousel-item {
  opacity: 0;
  -webkit-transition-property: opacity;
  -o-transition-property: opacity;
  transition-property: opacity;
  -webkit-transform: none;
       -o-transform: none;
          transform: none; }

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

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

.carousel-control-prev,
.carousel-control-next {
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 15%;
  padding: 0;
  color: #ffffff;
  text-align: center;
  background: none;
  border: 0;
  -webkit-transition: opacity 0.15s ease;
  -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; }
  @media (prefers-reduced-motion: reduce) {
    .carousel-control-prev,
    .carousel-control-next {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } 
    }
.carousel-control-prev:focus, .carousel-control-next:focus {
  background-color:#000;
   opacity: 0.5;
   -webkit-transition: opacity 0.15s ease;
   -o-transition: opacity 0.15s ease;
  transition: opacity 0.15s ease; 
}

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

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

.carousel-control-prev-icon,
.carousel-control-next-icon {
  display: inline-block;
  width: 2rem;
  height: 2rem;
  background-repeat: no-repeat;
  background-position: 50%;
  -webkit-background-size: 100% 100%;
          background-size: 100% 100%; 
  color:#fff !important}

/* rtl:options: {
  "autoRename": true,
  "stringMap":[ {
    "name"    : "prev-next",
    "search"  : "prev",
    "replace" : "next"
  } ]
} */
.carousel-control-prev-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M11.354 1.646a.5.5 0 0 1 0 .708L5.707 8l5.647 5.646a.5.5 0 0 1-.708.708l-6-6a.5.5 0 0 1 0-.708l6-6a.5.5 0 0 1 .708 0z'/%3e%3c/svg%3e"); }

.carousel-control-next-icon {
  background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23ffffff'%3e%3cpath d='M4.646 1.646a.5.5 0 0 1 .708 0l6 6a.5.5 0 0 1 0 .708l-6 6a.5.5 0 0 1-.708-.708L10.293 8 4.646 2.354a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e"); }

.carousel-indicators {
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0;
  margin-right: 15%;
  margin-bottom: 1rem;
  margin-left: 15%;
  list-style: none; }
  .carousel-indicators [data-bs-target] {
    -webkit-box-sizing: content-box;
            box-sizing: content-box;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 auto;
        -ms-flex: 0 1 auto;
            flex: 0 1 auto;
    width: 30px;
    height: 3px;
    padding: 0;
    margin-right: 0.1875rem;
    margin-left: 0.1875rem;
    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;
    -webkit-transition: opacity 0.6s ease;
    -o-transition: opacity 0.6s ease;
    transition: opacity 0.6s ease; }
    @media (prefers-reduced-motion: reduce) {
      .carousel-indicators [data-bs-target] {
        -webkit-transition: none;
        -o-transition: none;
        transition: none; } }
  .carousel-indicators .active {
    opacity: 1; }

.carousel-caption {
  position: absolute;
  right: 15%;
  bottom: 1.25rem;
  left: 15%;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  color: #ffffff;
  text-align: center; }

.carousel-dark .carousel-control-prev-icon,
.carousel-dark .carousel-control-next-icon {
  -webkit-filter: invert(1) grayscale(100);
          filter: invert(1) grayscale(100); }

.carousel-dark .carousel-indicators [data-bs-target] {
  background-color: #000000; }

.carousel-dark .carousel-caption {
  color: #000000; }

@-webkit-keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */; } }

@-o-keyframes spinner-border {
  to {
    -o-transform: rotate(360deg) /* rtl:ignore */;
       transform: rotate(360deg) /* rtl:ignore */; } }

@keyframes spinner-border {
  to {
    -webkit-transform: rotate(360deg) /* rtl:ignore */;
         -o-transform: rotate(360deg) /* rtl:ignore */;
            transform: rotate(360deg) /* rtl:ignore */; } }

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

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

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

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

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

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

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

@media (prefers-reduced-motion: reduce) {
  .spinner-border,
  .spinner-grow {
    -webkit-animation-duration: 1.5s;
         -o-animation-duration: 1.5s;
            animation-duration: 1.5s; } }

.offcanvas {
  position: fixed;
  bottom: 0;
  z-index: 1045;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 100%;
  visibility: hidden;
  background-color: #ffffff;
  background-clip: padding-box;
  outline: 0;
  -webkit-transition: -webkit-transform 0.3s ease-in-out;
  transition: -webkit-transform 0.3s ease-in-out;
  -o-transition: -o-transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out;
  transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out; }
  @media (prefers-reduced-motion: reduce) {
    .offcanvas {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

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

.offcanvas-header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1rem 1rem; }
  .offcanvas-header .btn-close {
    padding: 0.5rem 0.5rem;
    margin-top: -0.5rem;
    margin-right: -0.5rem;
    margin-bottom: -0.5rem; }

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

.offcanvas-body {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  padding: 1rem 1rem;
  overflow-y: auto; }

.offcanvas-start {
  top: 0;
  left: 0;
  width: 400px;
  border-right: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(-100%);
       -o-transform: translateX(-100%);
          transform: translateX(-100%); }

.offcanvas-end {
  top: 0;
  right: 0;
  width: 400px;
  border-left: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateX(100%);
       -o-transform: translateX(100%);
          transform: translateX(100%); }

.offcanvas-top {
  top: 0;
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(-100%);
       -o-transform: translateY(-100%);
          transform: translateY(-100%); }

.offcanvas-bottom {
  right: 0;
  left: 0;
  height: 30vh;
  max-height: 100%;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  -webkit-transform: translateY(100%);
       -o-transform: translateY(100%);
          transform: translateY(100%); }

.offcanvas.show {
  -webkit-transform: none;
       -o-transform: none;
          transform: none; }

.placeholder {
  display: inline-block;
  min-height: 1em;
  vertical-align: middle;
  cursor: wait;
  background-color: currentColor;
  opacity: 0.5; }
  .placeholder.btn::before, .layout-quadrant .cell-1 .cta a.placeholder::before, .placeholder.button::before, .node-readmore a.placeholder::before, section.showcase .cta a.placeholder::before, section.campus-finder .leaflet-popup .placeholder.campus__view-link::before {
    display: inline-block;
    content: ""; }

.placeholder-xs {
  min-height: .6em; }

.placeholder-sm {
  min-height: .8em; }

.placeholder-lg {
  min-height: 1.2em; }

.placeholder-glow .placeholder {
  -webkit-animation: placeholder-glow 2s ease-in-out infinite;
       -o-animation: placeholder-glow 2s ease-in-out infinite;
          animation: placeholder-glow 2s ease-in-out infinite; }

@-webkit-keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }

@-o-keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }

@keyframes placeholder-glow {
  50% {
    opacity: 0.2; } }

.placeholder-wave {
  -webkit-mask-image: -webkit-linear-gradient(320deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
          mask-image: linear-gradient(130deg, #000000 55%, rgba(0, 0, 0, 0.8) 75%, #000000 95%);
  -webkit-mask-size: 200% 100%;
          mask-size: 200% 100%;
  -webkit-animation: placeholder-wave 2s linear infinite;
       -o-animation: placeholder-wave 2s linear infinite;
          animation: placeholder-wave 2s linear infinite; }

@-webkit-keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%; } }

@-o-keyframes placeholder-wave {
  100% {
    mask-position: -200% 0%; } }

@keyframes placeholder-wave {
  100% {
    -webkit-mask-position: -200% 0%;
            mask-position: -200% 0%; } }

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

.link-primary {
  color: #00ADEE; }
  .link-primary:hover, .link-primary:focus {
    color: #33bdf1; }

.link-secondary {
  color: #FFC700; }
  .link-secondary:hover, .link-secondary:focus {
    color: #ffd233; }

.link-success {
  color: #28a745; }
  .link-success:hover, .link-success:focus {
    color: #53b96a; }

.link-info {
  color: #00ADEE; }
  .link-info:hover, .link-info:focus {
    color: #33bdf1; }

.link-warning {
  color: #FFC700; }
  .link-warning:hover, .link-warning:focus {
    color: #ffd233; }

.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: #000000; }
  .link-dark:hover, .link-dark:focus {
    color: black; }

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

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

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

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

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

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

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

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

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

@media (min-width: 48rem) {
  .sticky-md-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 62rem) {
  .sticky-lg-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 75rem) {
  .sticky-xl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

@media (min-width: 100rem) {
  .sticky-xxl-top {
    position: -webkit-sticky;
    position: sticky;
    top: 0;
    z-index: 1020; } }

.hstack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

.vstack {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
  -webkit-flex: 1 1 auto;
      -ms-flex: 1 1 auto;
          flex: 1 1 auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-align-self: stretch;
      -ms-flex-item-align: stretch;
          align-self: stretch; }

.visually-hidden, .mailchimp-signup-subscribe-form form label, #footer .block-social-media-block h3, #footer .block-social-media-block .h3, #footer .block-social-media-block .accordion .accordion-button, .accordion #footer .block-social-media-block .accordion-button, header .search-close span, header #search-block-form-trigger span,
.visually-hidden-focusable:not(:focus):not(:focus-within) {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -0.0625rem !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; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.d-flex {
  display: -webkit-box !important;
  display: -webkit-flex !important;
  display: -ms-flexbox !important;
  display: flex !important; }

.d-inline-flex {
  display: -webkit-inline-box !important;
  display: -webkit-inline-flex !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important; }

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

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

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

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

.shadow-none {
  -webkit-box-shadow: none !important;
          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: -webkit-sticky !important;
  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 {
  -webkit-transform: translate(-50%, -50%) !important;
       -o-transform: translate(-50%, -50%) !important;
          transform: translate(-50%, -50%) !important; }

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

.translate-middle-y {
  -webkit-transform: translateY(-50%) !important;
       -o-transform: translateY(-50%) !important;
          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: #00ADEE !important; }

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

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

.border-info {
  border-color: #00ADEE !important; }

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

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

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

.border-dark {
  border-color: #000000 !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 {
  -webkit-box-flex: 1 !important;
  -webkit-flex: 1 1 auto !important;
      -ms-flex: 1 1 auto !important;
          flex: 1 1 auto !important; }

.flex-row {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: row !important;
      -ms-flex-direction: row !important;
          flex-direction: row !important; }

.flex-column {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -webkit-flex-direction: column !important;
      -ms-flex-direction: column !important;
          flex-direction: column !important; }

.flex-row-reverse {
  -webkit-box-orient: horizontal !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: row-reverse !important;
      -ms-flex-direction: row-reverse !important;
          flex-direction: row-reverse !important; }

.flex-column-reverse {
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: reverse !important;
  -webkit-flex-direction: column-reverse !important;
      -ms-flex-direction: column-reverse !important;
          flex-direction: column-reverse !important; }

.flex-grow-0 {
  -webkit-box-flex: 0 !important;
  -webkit-flex-grow: 0 !important;
      -ms-flex-positive: 0 !important;
          flex-grow: 0 !important; }

.flex-grow-1 {
  -webkit-box-flex: 1 !important;
  -webkit-flex-grow: 1 !important;
      -ms-flex-positive: 1 !important;
          flex-grow: 1 !important; }

.flex-shrink-0 {
  -webkit-flex-shrink: 0 !important;
      -ms-flex-negative: 0 !important;
          flex-shrink: 0 !important; }

.flex-shrink-1 {
  -webkit-flex-shrink: 1 !important;
      -ms-flex-negative: 1 !important;
          flex-shrink: 1 !important; }

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

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

.flex-wrap-reverse {
  -webkit-flex-wrap: wrap-reverse !important;
      -ms-flex-wrap: wrap-reverse !important;
          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 {
  -webkit-box-pack: start !important;
  -webkit-justify-content: flex-start !important;
      -ms-flex-pack: start !important;
          justify-content: flex-start !important; }

.justify-content-end {
  -webkit-box-pack: end !important;
  -webkit-justify-content: flex-end !important;
      -ms-flex-pack: end !important;
          justify-content: flex-end !important; }

.justify-content-center {
  -webkit-box-pack: center !important;
  -webkit-justify-content: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important; }

.justify-content-between {
  -webkit-box-pack: justify !important;
  -webkit-justify-content: space-between !important;
      -ms-flex-pack: justify !important;
          justify-content: space-between !important; }

.justify-content-around {
  -webkit-justify-content: space-around !important;
      -ms-flex-pack: distribute !important;
          justify-content: space-around !important; }

.justify-content-evenly {
  -webkit-box-pack: space-evenly !important;
  -webkit-justify-content: space-evenly !important;
      -ms-flex-pack: space-evenly !important;
          justify-content: space-evenly !important; }

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

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

.align-items-center {
  -webkit-box-align: center !important;
  -webkit-align-items: center !important;
      -ms-flex-align: center !important;
          align-items: center !important; }

.align-items-baseline {
  -webkit-box-align: baseline !important;
  -webkit-align-items: baseline !important;
      -ms-flex-align: baseline !important;
          align-items: baseline !important; }

.align-items-stretch {
  -webkit-box-align: stretch !important;
  -webkit-align-items: stretch !important;
      -ms-flex-align: stretch !important;
          align-items: stretch !important; }

.align-content-start {
  -webkit-align-content: flex-start !important;
      -ms-flex-line-pack: start !important;
          align-content: flex-start !important; }

.align-content-end {
  -webkit-align-content: flex-end !important;
      -ms-flex-line-pack: end !important;
          align-content: flex-end !important; }

.align-content-center {
  -webkit-align-content: center !important;
      -ms-flex-line-pack: center !important;
          align-content: center !important; }

.align-content-between {
  -webkit-align-content: space-between !important;
      -ms-flex-line-pack: justify !important;
          align-content: space-between !important; }

.align-content-around {
  -webkit-align-content: space-around !important;
      -ms-flex-line-pack: distribute !important;
          align-content: space-around !important; }

.align-content-stretch {
  -webkit-align-content: stretch !important;
      -ms-flex-line-pack: stretch !important;
          align-content: stretch !important; }

.align-self-auto {
  -webkit-align-self: auto !important;
      -ms-flex-item-align: auto !important;
          align-self: auto !important; }

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

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

.align-self-center {
  -webkit-align-self: center !important;
      -ms-flex-item-align: center !important;
          align-self: center !important; }

.align-self-baseline {
  -webkit-align-self: baseline !important;
      -ms-flex-item-align: baseline !important;
          align-self: baseline !important; }

.align-self-stretch {
  -webkit-align-self: stretch !important;
      -ms-flex-item-align: stretch !important;
          align-self: stretch !important; }

.order-first {
  -webkit-box-ordinal-group: 0 !important;
  -webkit-order: -1 !important;
      -ms-flex-order: -1 !important;
          order: -1 !important; }

.order-0 {
  -webkit-box-ordinal-group: 1 !important;
  -webkit-order: 0 !important;
      -ms-flex-order: 0 !important;
          order: 0 !important; }

.order-1 {
  -webkit-box-ordinal-group: 2 !important;
  -webkit-order: 1 !important;
      -ms-flex-order: 1 !important;
          order: 1 !important; }

.order-2 {
  -webkit-box-ordinal-group: 3 !important;
  -webkit-order: 2 !important;
      -ms-flex-order: 2 !important;
          order: 2 !important; }

.order-3 {
  -webkit-box-ordinal-group: 4 !important;
  -webkit-order: 3 !important;
      -ms-flex-order: 3 !important;
          order: 3 !important; }

.order-4 {
  -webkit-box-ordinal-group: 5 !important;
  -webkit-order: 4 !important;
      -ms-flex-order: 4 !important;
          order: 4 !important; }

.order-5 {
  -webkit-box-ordinal-group: 6 !important;
  -webkit-order: 5 !important;
      -ms-flex-order: 5 !important;
          order: 5 !important; }

.order-last {
  -webkit-box-ordinal-group: 7 !important;
  -webkit-order: 6 !important;
      -ms-flex-order: 6 !important;
          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; }

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

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

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

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

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

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

.fs-6 {
  font-size: 0.875rem !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: normal !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.bg-gradient {
  background-image: var(--bs-gradient) !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;
      -ms-user-select: auto !important;
          user-select: auto !important; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.visible {
  visibility: visible !important; }

.invisible {
  visibility: hidden !important; }

@media (min-width: 36rem) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-sm-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-sm-none {
    display: none !important; }
  .flex-sm-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-sm-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-sm-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-sm-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-sm-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-sm-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-sm-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-sm-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-sm-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-sm-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-sm-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-sm-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            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 {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-sm-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-sm-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-sm-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-sm-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-sm-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-sm-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-sm-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-sm-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-sm-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-sm-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-sm-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-sm-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-sm-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-sm-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-sm-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-sm-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-sm-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-sm-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-sm-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-sm-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-sm-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-sm-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; }
  .order-sm-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-sm-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-sm-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-sm-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-sm-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-sm-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-sm-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-sm-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            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: 48rem) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-md-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-md-none {
    display: none !important; }
  .flex-md-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-md-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-md-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-md-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-md-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-md-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-md-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-md-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-md-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-md-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-md-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-md-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            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 {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-md-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-md-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-md-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-md-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-md-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-md-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-md-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-md-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-md-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-md-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-md-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-md-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-md-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-md-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-md-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-md-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-md-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-md-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-md-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-md-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-md-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-md-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; }
  .order-md-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-md-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-md-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-md-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-md-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-md-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-md-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-md-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            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: 62rem) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-lg-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-lg-none {
    display: none !important; }
  .flex-lg-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-lg-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-lg-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-lg-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-lg-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-lg-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-lg-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-lg-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-lg-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-lg-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-lg-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-lg-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            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 {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-lg-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-lg-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-lg-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-lg-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-lg-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-lg-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-lg-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-lg-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-lg-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-lg-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-lg-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-lg-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-lg-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-lg-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-lg-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-lg-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-lg-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-lg-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-lg-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-lg-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-lg-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-lg-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; }
  .order-lg-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-lg-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-lg-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-lg-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-lg-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-lg-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-lg-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-lg-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            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: 75rem) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xl-none {
    display: none !important; }
  .flex-xl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-xl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            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 {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-xl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; }
  .order-xl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            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: 100rem) {
  .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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-xxl-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-xxl-none {
    display: none !important; }
  .flex-xxl-fill {
    -webkit-box-flex: 1 !important;
    -webkit-flex: 1 1 auto !important;
        -ms-flex: 1 1 auto !important;
            flex: 1 1 auto !important; }
  .flex-xxl-row {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: row !important;
        -ms-flex-direction: row !important;
            flex-direction: row !important; }
  .flex-xxl-column {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: normal !important;
    -webkit-flex-direction: column !important;
        -ms-flex-direction: column !important;
            flex-direction: column !important; }
  .flex-xxl-row-reverse {
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: row-reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important; }
  .flex-xxl-column-reverse {
    -webkit-box-orient: vertical !important;
    -webkit-box-direction: reverse !important;
    -webkit-flex-direction: column-reverse !important;
        -ms-flex-direction: column-reverse !important;
            flex-direction: column-reverse !important; }
  .flex-xxl-grow-0 {
    -webkit-box-flex: 0 !important;
    -webkit-flex-grow: 0 !important;
        -ms-flex-positive: 0 !important;
            flex-grow: 0 !important; }
  .flex-xxl-grow-1 {
    -webkit-box-flex: 1 !important;
    -webkit-flex-grow: 1 !important;
        -ms-flex-positive: 1 !important;
            flex-grow: 1 !important; }
  .flex-xxl-shrink-0 {
    -webkit-flex-shrink: 0 !important;
        -ms-flex-negative: 0 !important;
            flex-shrink: 0 !important; }
  .flex-xxl-shrink-1 {
    -webkit-flex-shrink: 1 !important;
        -ms-flex-negative: 1 !important;
            flex-shrink: 1 !important; }
  .flex-xxl-wrap {
    -webkit-flex-wrap: wrap !important;
        -ms-flex-wrap: wrap !important;
            flex-wrap: wrap !important; }
  .flex-xxl-nowrap {
    -webkit-flex-wrap: nowrap !important;
        -ms-flex-wrap: nowrap !important;
            flex-wrap: nowrap !important; }
  .flex-xxl-wrap-reverse {
    -webkit-flex-wrap: wrap-reverse !important;
        -ms-flex-wrap: wrap-reverse !important;
            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 {
    -webkit-box-pack: start !important;
    -webkit-justify-content: flex-start !important;
        -ms-flex-pack: start !important;
            justify-content: flex-start !important; }
  .justify-content-xxl-end {
    -webkit-box-pack: end !important;
    -webkit-justify-content: flex-end !important;
        -ms-flex-pack: end !important;
            justify-content: flex-end !important; }
  .justify-content-xxl-center {
    -webkit-box-pack: center !important;
    -webkit-justify-content: center !important;
        -ms-flex-pack: center !important;
            justify-content: center !important; }
  .justify-content-xxl-between {
    -webkit-box-pack: justify !important;
    -webkit-justify-content: space-between !important;
        -ms-flex-pack: justify !important;
            justify-content: space-between !important; }
  .justify-content-xxl-around {
    -webkit-justify-content: space-around !important;
        -ms-flex-pack: distribute !important;
            justify-content: space-around !important; }
  .justify-content-xxl-evenly {
    -webkit-box-pack: space-evenly !important;
    -webkit-justify-content: space-evenly !important;
        -ms-flex-pack: space-evenly !important;
            justify-content: space-evenly !important; }
  .align-items-xxl-start {
    -webkit-box-align: start !important;
    -webkit-align-items: flex-start !important;
        -ms-flex-align: start !important;
            align-items: flex-start !important; }
  .align-items-xxl-end {
    -webkit-box-align: end !important;
    -webkit-align-items: flex-end !important;
        -ms-flex-align: end !important;
            align-items: flex-end !important; }
  .align-items-xxl-center {
    -webkit-box-align: center !important;
    -webkit-align-items: center !important;
        -ms-flex-align: center !important;
            align-items: center !important; }
  .align-items-xxl-baseline {
    -webkit-box-align: baseline !important;
    -webkit-align-items: baseline !important;
        -ms-flex-align: baseline !important;
            align-items: baseline !important; }
  .align-items-xxl-stretch {
    -webkit-box-align: stretch !important;
    -webkit-align-items: stretch !important;
        -ms-flex-align: stretch !important;
            align-items: stretch !important; }
  .align-content-xxl-start {
    -webkit-align-content: flex-start !important;
        -ms-flex-line-pack: start !important;
            align-content: flex-start !important; }
  .align-content-xxl-end {
    -webkit-align-content: flex-end !important;
        -ms-flex-line-pack: end !important;
            align-content: flex-end !important; }
  .align-content-xxl-center {
    -webkit-align-content: center !important;
        -ms-flex-line-pack: center !important;
            align-content: center !important; }
  .align-content-xxl-between {
    -webkit-align-content: space-between !important;
        -ms-flex-line-pack: justify !important;
            align-content: space-between !important; }
  .align-content-xxl-around {
    -webkit-align-content: space-around !important;
        -ms-flex-line-pack: distribute !important;
            align-content: space-around !important; }
  .align-content-xxl-stretch {
    -webkit-align-content: stretch !important;
        -ms-flex-line-pack: stretch !important;
            align-content: stretch !important; }
  .align-self-xxl-auto {
    -webkit-align-self: auto !important;
        -ms-flex-item-align: auto !important;
            align-self: auto !important; }
  .align-self-xxl-start {
    -webkit-align-self: flex-start !important;
        -ms-flex-item-align: start !important;
            align-self: flex-start !important; }
  .align-self-xxl-end {
    -webkit-align-self: flex-end !important;
        -ms-flex-item-align: end !important;
            align-self: flex-end !important; }
  .align-self-xxl-center {
    -webkit-align-self: center !important;
        -ms-flex-item-align: center !important;
            align-self: center !important; }
  .align-self-xxl-baseline {
    -webkit-align-self: baseline !important;
        -ms-flex-item-align: baseline !important;
            align-self: baseline !important; }
  .align-self-xxl-stretch {
    -webkit-align-self: stretch !important;
        -ms-flex-item-align: stretch !important;
            align-self: stretch !important; }
  .order-xxl-first {
    -webkit-box-ordinal-group: 0 !important;
    -webkit-order: -1 !important;
        -ms-flex-order: -1 !important;
            order: -1 !important; }
  .order-xxl-0 {
    -webkit-box-ordinal-group: 1 !important;
    -webkit-order: 0 !important;
        -ms-flex-order: 0 !important;
            order: 0 !important; }
  .order-xxl-1 {
    -webkit-box-ordinal-group: 2 !important;
    -webkit-order: 1 !important;
        -ms-flex-order: 1 !important;
            order: 1 !important; }
  .order-xxl-2 {
    -webkit-box-ordinal-group: 3 !important;
    -webkit-order: 2 !important;
        -ms-flex-order: 2 !important;
            order: 2 !important; }
  .order-xxl-3 {
    -webkit-box-ordinal-group: 4 !important;
    -webkit-order: 3 !important;
        -ms-flex-order: 3 !important;
            order: 3 !important; }
  .order-xxl-4 {
    -webkit-box-ordinal-group: 5 !important;
    -webkit-order: 4 !important;
        -ms-flex-order: 4 !important;
            order: 4 !important; }
  .order-xxl-5 {
    -webkit-box-ordinal-group: 6 !important;
    -webkit-order: 5 !important;
        -ms-flex-order: 5 !important;
            order: 5 !important; }
  .order-xxl-last {
    -webkit-box-ordinal-group: 7 !important;
    -webkit-order: 6 !important;
        -ms-flex-order: 6 !important;
            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: 75rem) {
  .fs-1 {
    font-size: 3rem !important; }
  .fs-2 {
    font-size: 1.75rem !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: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important; }
  .d-print-inline-flex {
    display: -webkit-inline-box !important;
    display: -webkit-inline-flex !important;
    display: -ms-inline-flexbox !important;
    display: inline-flex !important; }
  .d-print-none {
    display: none !important; } }

/* MIXINS */
.btn-primary a, .layout-quadrant .cell-1 .cta a:nth-child(1) a, .button a, .navbar-inner .secondary-menu .btn-apply a, .video.modal .btn-apply a, section.campus-finder .leaflet-popup .campus__view-link a {
  color: #000000;
  background-color: #00ADEE;
  border-color: #00ADEE; }
  .btn-primary a:hover, .layout-quadrant .cell-1 .cta a:nth-child(1) a:hover, .button a:hover, .navbar-inner .secondary-menu .btn-apply a:hover, .video.modal .btn-apply a:hover, section.campus-finder .leaflet-popup .campus__view-link a:hover {
    color: #000000;
    background-color: #26b9f1;
    border-color: #1ab5f0; }
  .btn-check:focus + .btn-primary a, .layout-quadrant .cell-1 .cta .btn-check:focus + a:nth-child(1) a, .btn-check:focus + .button a, .navbar-inner .secondary-menu .btn-check:focus + .btn-apply a, .video.modal .btn-check:focus + .btn-apply a, section.campus-finder .leaflet-popup .btn-check:focus + .campus__view-link a, .btn-primary a:focus, .layout-quadrant .cell-1 .cta a:nth-child(1) a:focus, .button a:focus, .navbar-inner .secondary-menu .btn-apply a:focus, .video.modal .btn-apply a:focus, section.campus-finder .leaflet-popup .campus__view-link a:focus {
    color: #000000;
    background-color: #26b9f1;
    border-color: #1ab5f0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5); }
  .btn-check:checked + .btn-primary a, .layout-quadrant .cell-1 .cta .btn-check:checked + a:nth-child(1) a, .btn-check:checked + .button a, .navbar-inner .secondary-menu .btn-check:checked + .btn-apply a, .video.modal .btn-check:checked + .btn-apply a, section.campus-finder .leaflet-popup .btn-check:checked + .campus__view-link a,
  .btn-check:active + .btn-primary a,
  .layout-quadrant .cell-1 .cta .btn-check:active + a:nth-child(1) a,
  .btn-check:active + .button a,
  .navbar-inner .secondary-menu .btn-check:active + .btn-apply a,
  .video.modal .btn-check:active + .btn-apply a,
  section.campus-finder .leaflet-popup .btn-check:active + .campus__view-link a, .btn-primary a:active, .layout-quadrant .cell-1 .cta a:nth-child(1) a:active, .button a:active, .navbar-inner .secondary-menu .btn-apply a:active, .video.modal .btn-apply a:active, section.campus-finder .leaflet-popup .campus__view-link a:active, .btn-primary a.active, .layout-quadrant .cell-1 .cta a:nth-child(1) a.active, .button a.active, .navbar-inner .secondary-menu .btn-apply a.active, .video.modal .btn-apply a.active, section.campus-finder .leaflet-popup .campus__view-link a.active,
  .show > .btn-primary a.dropdown-toggle,
  .layout-quadrant .cell-1 .cta .show > a:nth-child(1) a.dropdown-toggle,
  .show > .button a.dropdown-toggle,
  .navbar-inner .secondary-menu .show > .btn-apply a.dropdown-toggle,
  .video.modal .show > .btn-apply a.dropdown-toggle,
  section.campus-finder .leaflet-popup .show > .campus__view-link a.dropdown-toggle {
    color: #000000;
    background-color: #33bdf1;
    border-color: #1ab5f0; }
    .btn-check:checked + .btn-primary a:focus, .layout-quadrant .cell-1 .cta .btn-check:checked + a:nth-child(1) a:focus, .btn-check:checked + .button a:focus, .navbar-inner .secondary-menu .btn-check:checked + .btn-apply a:focus, .video.modal .btn-check:checked + .btn-apply a:focus, section.campus-finder .leaflet-popup .btn-check:checked + .campus__view-link a:focus,
    .btn-check:active + .btn-primary a:focus,
    .layout-quadrant .cell-1 .cta .btn-check:active + a:nth-child(1) a:focus,
    .btn-check:active + .button a:focus,
    .navbar-inner .secondary-menu .btn-check:active + .btn-apply a:focus,
    .video.modal .btn-check:active + .btn-apply a:focus,
    section.campus-finder .leaflet-popup .btn-check:active + .campus__view-link a:focus, .btn-primary a:active:focus, .layout-quadrant .cell-1 .cta a:nth-child(1) a:active:focus, .button a:active:focus, .navbar-inner .secondary-menu .btn-apply a:active:focus, .video.modal .btn-apply a:active:focus, section.campus-finder .leaflet-popup .campus__view-link a:active:focus, .btn-primary a.active:focus, .layout-quadrant .cell-1 .cta a:nth-child(1) a.active:focus, .button a.active:focus, .navbar-inner .secondary-menu .btn-apply a.active:focus, .video.modal .btn-apply a.active:focus, section.campus-finder .leaflet-popup .campus__view-link a.active:focus,
    .show > .btn-primary a.dropdown-toggle:focus,
    .layout-quadrant .cell-1 .cta .show > a:nth-child(1) a.dropdown-toggle:focus,
    .show > .button a.dropdown-toggle:focus,
    .navbar-inner .secondary-menu .show > .btn-apply a.dropdown-toggle:focus,
    .video.modal .show > .btn-apply a.dropdown-toggle:focus,
    section.campus-finder .leaflet-popup .show > .campus__view-link a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5); }
  .btn-primary a:disabled, .layout-quadrant .cell-1 .cta a:nth-child(1) a:disabled, .button a:disabled, .navbar-inner .secondary-menu .btn-apply a:disabled, .video.modal .btn-apply a:disabled, section.campus-finder .leaflet-popup .campus__view-link a:disabled, .btn-primary a.disabled, .layout-quadrant .cell-1 .cta a:nth-child(1) a.disabled, .button a.disabled, .navbar-inner .secondary-menu .btn-apply a.disabled, .video.modal .btn-apply a.disabled, section.campus-finder .leaflet-popup .campus__view-link a.disabled {
    color: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE; }

.btn-secondary a, .layout-quadrant .cell-1 .cta a:nth-child(2) a, .node-readmore a a, .navbar-inner .secondary-menu .btn-info a, section.showcase .cta a a, .video.modal .btn-info a {
  color: #000000;
  background-color: #FFC700;
  border-color: #FFC700; }
  .btn-secondary a:hover, .layout-quadrant .cell-1 .cta a:nth-child(2) a:hover, .node-readmore a a:hover, .navbar-inner .secondary-menu .btn-info a:hover, section.showcase .cta a a:hover, .video.modal .btn-info a:hover {
    color: #000000;
    background-color: #ffcf26;
    border-color: #ffcd1a; }
  .btn-check:focus + .btn-secondary a, .layout-quadrant .cell-1 .cta .btn-check:focus + a:nth-child(2) a, .node-readmore .btn-check:focus + a a, .navbar-inner .secondary-menu .btn-check:focus + .btn-info a, section.showcase .cta .btn-check:focus + a a, .video.modal .btn-check:focus + .btn-info a, .btn-secondary a:focus, .layout-quadrant .cell-1 .cta a:nth-child(2) a:focus, .node-readmore a a:focus, .navbar-inner .secondary-menu .btn-info a:focus, section.showcase .cta a a:focus, .video.modal .btn-info a:focus {
    color: #000000;
    background-color: #ffcf26;
    border-color: #ffcd1a;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 169, 0, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(217, 169, 0, 0.5); }
  .btn-check:checked + .btn-secondary a, .layout-quadrant .cell-1 .cta .btn-check:checked + a:nth-child(2) a, .node-readmore .btn-check:checked + a a, .navbar-inner .secondary-menu .btn-check:checked + .btn-info a, section.showcase .cta .btn-check:checked + a a, .video.modal .btn-check:checked + .btn-info a,
  .btn-check:active + .btn-secondary a,
  .layout-quadrant .cell-1 .cta .btn-check:active + a:nth-child(2) a,
  .node-readmore .btn-check:active + a a,
  .navbar-inner .secondary-menu .btn-check:active + .btn-info a,
  section.showcase .cta .btn-check:active + a a,
  .video.modal .btn-check:active + .btn-info a, .btn-secondary a:active, .layout-quadrant .cell-1 .cta a:nth-child(2) a:active, .node-readmore a a:active, .navbar-inner .secondary-menu .btn-info a:active, section.showcase .cta a a:active, .video.modal .btn-info a:active, .btn-secondary a.active, .layout-quadrant .cell-1 .cta a:nth-child(2) a.active, .node-readmore a a.active, .navbar-inner .secondary-menu .btn-info a.active, section.showcase .cta a a.active, .video.modal .btn-info a.active,
  .show > .btn-secondary a.dropdown-toggle,
  .layout-quadrant .cell-1 .cta .show > a:nth-child(2) a.dropdown-toggle,
  .node-readmore .show > a a.dropdown-toggle,
  .navbar-inner .secondary-menu .show > .btn-info a.dropdown-toggle,
  section.showcase .cta .show > a a.dropdown-toggle,
  .video.modal .show > .btn-info a.dropdown-toggle {
    color: #000000;
    background-color: #ffd233;
    border-color: #ffcd1a; }
    .btn-check:checked + .btn-secondary a:focus, .layout-quadrant .cell-1 .cta .btn-check:checked + a:nth-child(2) a:focus, .node-readmore .btn-check:checked + a a:focus, .navbar-inner .secondary-menu .btn-check:checked + .btn-info a:focus, section.showcase .cta .btn-check:checked + a a:focus, .video.modal .btn-check:checked + .btn-info a:focus,
    .btn-check:active + .btn-secondary a:focus,
    .layout-quadrant .cell-1 .cta .btn-check:active + a:nth-child(2) a:focus,
    .node-readmore .btn-check:active + a a:focus,
    .navbar-inner .secondary-menu .btn-check:active + .btn-info a:focus,
    section.showcase .cta .btn-check:active + a a:focus,
    .video.modal .btn-check:active + .btn-info a:focus, .btn-secondary a:active:focus, .layout-quadrant .cell-1 .cta a:nth-child(2) a:active:focus, .node-readmore a a:active:focus, .navbar-inner .secondary-menu .btn-info a:active:focus, section.showcase .cta a a:active:focus, .video.modal .btn-info a:active:focus, .btn-secondary a.active:focus, .layout-quadrant .cell-1 .cta a:nth-child(2) a.active:focus, .node-readmore a a.active:focus, .navbar-inner .secondary-menu .btn-info a.active:focus, section.showcase .cta a a.active:focus, .video.modal .btn-info a.active:focus,
    .show > .btn-secondary a.dropdown-toggle:focus,
    .layout-quadrant .cell-1 .cta .show > a:nth-child(2) a.dropdown-toggle:focus,
    .node-readmore .show > a a.dropdown-toggle:focus,
    .navbar-inner .secondary-menu .show > .btn-info a.dropdown-toggle:focus,
    section.showcase .cta .show > a a.dropdown-toggle:focus,
    .video.modal .show > .btn-info a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 169, 0, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(217, 169, 0, 0.5); }
  .btn-secondary a:disabled, .layout-quadrant .cell-1 .cta a:nth-child(2) a:disabled, .node-readmore a a:disabled, .navbar-inner .secondary-menu .btn-info a:disabled, section.showcase .cta a a:disabled, .video.modal .btn-info a:disabled, .btn-secondary a.disabled, .layout-quadrant .cell-1 .cta a:nth-child(2) a.disabled, .node-readmore a a.disabled, .navbar-inner .secondary-menu .btn-info a.disabled, section.showcase .cta a a.disabled, .video.modal .btn-info a.disabled {
    color: #000000;
    background-color: #FFC700;
    border-color: #FFC700; }

.btn-success a {
  color: #000000;
  background-color: #28a745;
  border-color: #28a745; }
  .btn-success a:hover {
    color: #000000;
    background-color: #48b461;
    border-color: #3eb058; }
  .btn-check:focus + .btn-success a, .btn-success a:focus {
    color: #000000;
    background-color: #48b461;
    border-color: #3eb058;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(34, 142, 59, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(34, 142, 59, 0.5); }
  .btn-check:checked + .btn-success a,
  .btn-check:active + .btn-success a, .btn-success a:active, .btn-success a.active,
  .show > .btn-success a.dropdown-toggle {
    color: #000000;
    background-color: #53b96a;
    border-color: #3eb058; }
    .btn-check:checked + .btn-success a:focus,
    .btn-check:active + .btn-success a:focus, .btn-success a:active:focus, .btn-success a.active:focus,
    .show > .btn-success a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(34, 142, 59, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(34, 142, 59, 0.5); }
  .btn-success a:disabled, .btn-success a.disabled {
    color: #000000;
    background-color: #28a745;
    border-color: #28a745; }

.btn-info a {
  color: #000000;
  background-color: #00ADEE;
  border-color: #00ADEE; }
  .btn-info a:hover {
    color: #000000;
    background-color: #26b9f1;
    border-color: #1ab5f0; }
  .btn-check:focus + .btn-info a, .btn-info a:focus {
    color: #000000;
    background-color: #26b9f1;
    border-color: #1ab5f0;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5); }
  .btn-check:checked + .btn-info a,
  .btn-check:active + .btn-info a, .btn-info a:active, .btn-info a.active,
  .show > .btn-info a.dropdown-toggle {
    color: #000000;
    background-color: #33bdf1;
    border-color: #1ab5f0; }
    .btn-check:checked + .btn-info a:focus,
    .btn-check:active + .btn-info a:focus, .btn-info a:active:focus, .btn-info a.active:focus,
    .show > .btn-info a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(0, 147, 202, 0.5); }
  .btn-info a:disabled, .btn-info a.disabled {
    color: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE; }

.btn-warning a {
  color: #000000;
  background-color: #FFC700;
  border-color: #FFC700; }
  .btn-warning a:hover {
    color: #000000;
    background-color: #ffcf26;
    border-color: #ffcd1a; }
  .btn-check:focus + .btn-warning a, .btn-warning a:focus {
    color: #000000;
    background-color: #ffcf26;
    border-color: #ffcd1a;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 169, 0, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(217, 169, 0, 0.5); }
  .btn-check:checked + .btn-warning a,
  .btn-check:active + .btn-warning a, .btn-warning a:active, .btn-warning a.active,
  .show > .btn-warning a.dropdown-toggle {
    color: #000000;
    background-color: #ffd233;
    border-color: #ffcd1a; }
    .btn-check:checked + .btn-warning a:focus,
    .btn-check:active + .btn-warning a:focus, .btn-warning a:active:focus, .btn-warning a.active:focus,
    .show > .btn-warning a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(217, 169, 0, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(217, 169, 0, 0.5); }
  .btn-warning a:disabled, .btn-warning a.disabled {
    color: #000000;
    background-color: #FFC700;
    border-color: #FFC700; }

.btn-danger a {
  color: #ffffff;
  background-color: #dc3545;
  border-color: #dc3545; }
  .btn-danger a:hover {
    color: #ffffff;
    background-color: #bb2d3b;
    border-color: #b02a37; }
  .btn-check:focus + .btn-danger a, .btn-danger a:focus {
    color: #ffffff;
    background-color: #bb2d3b;
    border-color: #b02a37;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-check:checked + .btn-danger a,
  .btn-check:active + .btn-danger a, .btn-danger a:active, .btn-danger a.active,
  .show > .btn-danger a.dropdown-toggle {
    color: #ffffff;
    background-color: #b02a37;
    border-color: #a52834; }
    .btn-check:checked + .btn-danger a:focus,
    .btn-check:active + .btn-danger a:focus, .btn-danger a:active:focus, .btn-danger a.active:focus,
    .show > .btn-danger a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(225, 83, 97, 0.5); }
  .btn-danger a:disabled, .btn-danger a.disabled {
    color: #ffffff;
    background-color: #dc3545;
    border-color: #dc3545; }

.btn-light a {
  color: #000000;
  background-color: #f8f9fa;
  border-color: #f8f9fa; }
  .btn-light a:hover {
    color: #000000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
  .btn-check:focus + .btn-light a, .btn-light a:focus {
    color: #000000;
    background-color: #f9fafb;
    border-color: #f9fafb;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-check:checked + .btn-light a,
  .btn-check:active + .btn-light a, .btn-light a:active, .btn-light a.active,
  .show > .btn-light a.dropdown-toggle {
    color: #000000;
    background-color: #f9fafb;
    border-color: #f9fafb; }
    .btn-check:checked + .btn-light a:focus,
    .btn-check:active + .btn-light a:focus, .btn-light a:active:focus, .btn-light a.active:focus,
    .show > .btn-light a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(211, 212, 213, 0.5); }
  .btn-light a:disabled, .btn-light a.disabled {
    color: #000000;
    background-color: #f8f9fa;
    border-color: #f8f9fa; }

.btn-dark a {
  color: #ffffff;
  background-color: #000000;
  border-color: #000000; }
  .btn-dark a:hover {
    color: #ffffff;
    background-color: black;
    border-color: black; }
  .btn-check:focus + .btn-dark a, .btn-dark a:focus {
    color: #ffffff;
    background-color: black;
    border-color: black;
    -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5); }
  .btn-check:checked + .btn-dark a,
  .btn-check:active + .btn-dark a, .btn-dark a:active, .btn-dark a.active,
  .show > .btn-dark a.dropdown-toggle {
    color: #ffffff;
    background-color: black;
    border-color: black; }
    .btn-check:checked + .btn-dark a:focus,
    .btn-check:active + .btn-dark a:focus, .btn-dark a:active:focus, .btn-dark a.active:focus,
    .show > .btn-dark a.dropdown-toggle:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(38, 38, 38, 0.5); }
  .btn-dark a:disabled, .btn-dark a.disabled {
    color: #ffffff;
    background-color: #000000;
    border-color: #000000; }

.btn-outline-primary a {
  color: #00ADEE;
  border-color: #00ADEE; }
  .btn-outline-primary a:hover {
    color: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE; }
  .btn-check:focus + .btn-outline-primary a, .btn-outline-primary a:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5); }
  .btn-check:checked + .btn-outline-primary a,
  .btn-check:active + .btn-outline-primary a, .btn-outline-primary a:active, .btn-outline-primary a.active, .btn-outline-primary a.dropdown-toggle.show {
    color: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE; }
    .btn-check:checked + .btn-outline-primary a:focus,
    .btn-check:active + .btn-outline-primary a:focus, .btn-outline-primary a:active:focus, .btn-outline-primary a.active:focus, .btn-outline-primary a.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5); }
  .btn-outline-primary a:disabled, .btn-outline-primary a.disabled {
    color: #00ADEE;
    background-color: transparent; }

.btn-outline-secondary a {
  color: #FFC700;
  border-color: #FFC700; }
  .btn-outline-secondary a:hover {
    color: #000000;
    background-color: #FFC700;
    border-color: #FFC700; }
  .btn-check:focus + .btn-outline-secondary a, .btn-outline-secondary a:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 199, 0, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(255, 199, 0, 0.5); }
  .btn-check:checked + .btn-outline-secondary a,
  .btn-check:active + .btn-outline-secondary a, .btn-outline-secondary a:active, .btn-outline-secondary a.active, .btn-outline-secondary a.dropdown-toggle.show {
    color: #000000;
    background-color: #FFC700;
    border-color: #FFC700; }
    .btn-check:checked + .btn-outline-secondary a:focus,
    .btn-check:active + .btn-outline-secondary a:focus, .btn-outline-secondary a:active:focus, .btn-outline-secondary a.active:focus, .btn-outline-secondary a.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 199, 0, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(255, 199, 0, 0.5); }
  .btn-outline-secondary a:disabled, .btn-outline-secondary a.disabled {
    color: #FFC700;
    background-color: transparent; }

.btn-outline-success a {
  color: #28a745;
  border-color: #28a745; }
  .btn-outline-success a:hover {
    color: #000000;
    background-color: #28a745;
    border-color: #28a745; }
  .btn-check:focus + .btn-outline-success a, .btn-outline-success a:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-check:checked + .btn-outline-success a,
  .btn-check:active + .btn-outline-success a, .btn-outline-success a:active, .btn-outline-success a.active, .btn-outline-success a.dropdown-toggle.show {
    color: #000000;
    background-color: #28a745;
    border-color: #28a745; }
    .btn-check:checked + .btn-outline-success a:focus,
    .btn-check:active + .btn-outline-success a:focus, .btn-outline-success a:active:focus, .btn-outline-success a.active:focus, .btn-outline-success a.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(40, 167, 69, 0.5); }
  .btn-outline-success a:disabled, .btn-outline-success a.disabled {
    color: #28a745;
    background-color: transparent; }

.btn-outline-info a {
  color: #00ADEE;
  border-color: #00ADEE; }
  .btn-outline-info a:hover {
    color: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE; }
  .btn-check:focus + .btn-outline-info a, .btn-outline-info a:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5); }
  .btn-check:checked + .btn-outline-info a,
  .btn-check:active + .btn-outline-info a, .btn-outline-info a:active, .btn-outline-info a.active, .btn-outline-info a.dropdown-toggle.show {
    color: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE; }
    .btn-check:checked + .btn-outline-info a:focus,
    .btn-check:active + .btn-outline-info a:focus, .btn-outline-info a:active:focus, .btn-outline-info a.active:focus, .btn-outline-info a.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(0, 173, 238, 0.5); }
  .btn-outline-info a:disabled, .btn-outline-info a.disabled {
    color: #00ADEE;
    background-color: transparent; }

.btn-outline-warning a {
  color: #FFC700;
  border-color: #FFC700; }
  .btn-outline-warning a:hover {
    color: #000000;
    background-color: #FFC700;
    border-color: #FFC700; }
  .btn-check:focus + .btn-outline-warning a, .btn-outline-warning a:focus {
    -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 199, 0, 0.5);
            box-shadow: 0 0 0 0.25rem rgba(255, 199, 0, 0.5); }
  .btn-check:checked + .btn-outline-warning a,
  .btn-check:active + .btn-outline-warning a, .btn-outline-warning a:active, .btn-outline-warning a.active, .btn-outline-warning a.dropdown-toggle.show {
    color: #000000;
    background-color: #FFC700;
    border-color: #FFC700; }
    .btn-check:checked + .btn-outline-warning a:focus,
    .btn-check:active + .btn-outline-warning a:focus, .btn-outline-warning a:active:focus, .btn-outline-warning a.active:focus, .btn-outline-warning a.dropdown-toggle.show:focus {
      -webkit-box-shadow: 0 0 0 0.25rem rgba(255, 199, 0, 0.5);
              box-shadow: 0 0 0 0.25rem rgba(255, 199, 0, 0.5); }
  .btn-outline-warning a:disabled, .btn-outline-warning a.disabled {
    color: #FFC700;
    background-color: transparent; }

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

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

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

/**
 * @file
 * Styles for Bootstrap Barrio affix effect.
 */
.affix {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 1035;
  left: 0; }

/**
 * @file
 * Visual styles for comments in Barrio.
 */
.alert-wrapper {
  position: fixed;
  bottom: 0;
  left: 0;
  max-width: 100%;
  max-height: 75vh;
  overflow: scroll;
  z-index: 9999; }

.toast-wrapper {
  position: fixed;
  top: 0;
  right: 0;
  z-index: 9999; }

/**
 * @file
 * Bootstrap Barrio specific styling for the Book module.
 */
.book-navigation .menu {
  border-top: 1px solid #dee2e6; }

.book-navigation .book-pager {
  border-bottom: 1px solid #dee2e6;
  border-top: 1px solid #dee2e6;
  margin: 0; }

/**
 * @file
 * Styling for the Book module.
 */
.book-navigation .menu {
  padding-bottom: 0;
  padding-top: 1em; }

.book-navigation .book-pager {
  margin: 0;
  overflow: auto;
  padding: 0.5em 0; }

.book-pager__item {
  display: inline-block;
  list-style-type: none;
  vertical-align: top; }

.book-pager__item--previous {
  text-align: left;
  /* LTR */
  width: 45%; }

[dir="rtl"] .book-pager__item--previous {
  float: right;
  text-align: right; }

.book-pager__item--center {
  text-align: center;
  width: 8%; }

.book-pager__item--next {
  float: right;
  /* LTR */
  text-align: right;
  /* LTR */
  width: 45%; }

[dir="rtl"] .book-pager__item--next {
  float: left;
  text-align: left; }

/**
 * @file
 * Styles for Bootstrap Barrio's breadcrumbs.
 */
.breadcrumb {
  font-size: 0.929em 0.875rem; }

.region-breadcrumb {
  padding: 0 0.9375rem 0.25em;
  width: 100%; }

/**
 * @file
 * Visual styles for comments in Bartik.
 */
/* This is required to win over specificity of #content h2 */
#content .comment-wrapper h2, #content .comment-wrapper .h2 {
  margin-bottom: 1em; }

#content .comment-wrapper h2.comment-form__title, #content .comment-wrapper .comment-form__title.h2 {
  margin-bottom: 1em; }

.field-node--comment {
  font-size: 0.875rem; }

.comment {
  margin-bottom: 1.25em;
  vertical-align: top;
  display: table; }

[dir="rtl"] .comment {
  direction: rtl; }

.comment__meta {
  padding: 0 1.875rem 0 0;
  /* LTR */
  font-size: 1rem; }

[dir="rtl"] .comment__meta {
  padding: 0 0 0 1.875rem; }

.comment__attribution img {
  border: 1px solid #dee2e6; }

/* This is required to win over specificity of .field--type-image img */
.comment .field--name-user-picture img {
  margin: 0; }

.comment__author .username {
  white-space: nowrap; }

.comment__author {
  margin: 0.25rem 0;
  line-height: 1.2; }

.comment__time,
.comment__permalink {
  margin-bottom: 0.25rem;
  color: #68696b;
  font-size: 0.875rem;
  line-height: 1.2;
  padding: 0 0.5em 0 0;
  /* LTR */ }

[dir="rtl"] .comment__time,
.comment__permalink {
  padding: 0 0 0 0.5em; }

.comment__permalink {
  font-size: 0.875rem;
  line-height: 1.2; }

.comment__content:before {
  content: '';
  position: absolute;
  right: 100%;
  /* LTR */
  top: 1.25em;
  border-top: 1.25em solid transparent;
  border-right: 1.25em solid #dee2e6;
  /* LTR */
  border-bottom: 1.25em solid transparent; }

[dir="rtl"] .comment__content:before {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 1.25em solid #dee2e6; }

.comment__content:after {
  content: '';
  position: absolute;
  right: 100%;
  /* LTR */
  top: 1.25em;
  border-top: 1.25em solid transparent;
  border-right: 1.25em solid #ffffff;
  /* LTR */
  border-bottom: 1.25em solid transparent;
  margin-right: -0.0625rem;
  /* LTR */ }

[dir="rtl"] .comment__content:after {
  right: auto;
  left: 100%;
  border-right: none;
  border-left: 1.25em solid #ffffff;
  margin-right: 0;
  margin-left: -0.0625rem; }

.comment__content h3, .comment__content .h3, .comment__content .accordion .accordion-button, .accordion .comment__content .accordion-button {
  margin-top: 0.94em;
  margin-bottom: 0.45em;
  font-size: 1.25rem; }

.comment__content nav {
  padding-top: 0.0625rem; }

.indented {
  margin-left: 2.5rem;
  /* LTR */ }

[dir="rtl"] .indented {
  margin-right: 2.5rem;
  margin-left: 0; }

.comment .links {
  padding: 0 0 0.25em 0; }

.comment .links-inline span {
  padding: 0 0.5em 0 0;
  /* LTR */
  font-size: 1rem; }

[dir="rtl"] .comment .links-inline span {
  padding: 0 0 0 0.5em; }

.comment--unpublished {
  margin-right: 0.3125rem;
  /* LTR */
  padding: 0.3125rem 0.125rem 0.3125rem 0.3125rem;
  /* LTR */
  background: #fff0bd; }

[dir="rtl"] .comment--unpublished {
  margin-left: 0.3125rem;
  margin-right: 0;
  padding: 0.3125rem 0.3125rem 0.3125rem 0.125rem; }

/**
 * @todo: unpublished nodes have class .node--unpublished.
 * change this to .comment--unpublished.
 */
.unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff0bd;
  border-right: 1px solid #fff0bd; }

.unpublished {
  padding: 1.25em 1.25em 0; }

.comment-footer {
  display: table-row; }

.comment--unpublished .comment__text:after,
.node--unpublished .comment__text:after {
  border-right-color: #fff0bd;
  /* LTR */ }

[dir="rtl"] .comment--unpublished .comment__content:after,
[dir="rtl"] .node--unpublished .comment__content:after {
  border-left-color: #fff0bd; }

.views-field-variations > span > div {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center; }

.views-field-variations > span > div > div {
  display: inline-block; }

.views-field-variations {
  margin-bottom: 0; }
  .views-field-variations .field--name-price {
    display: inline-block;
    width: 70px;
    text-align: right;
    padding-bottom: 1.2rem; }
  .views-field-variations .field--type-entity-reference {
    padding-left: 1rem; }
  .views-field-variations .commerce-order-item-variation-cart-form-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%; }
    .views-field-variations .commerce-order-item-variation-cart-form-form .field--name-purchased-entity {
      padding: 0;
      margin: 0; }
    .views-field-variations .commerce-order-item-variation-cart-form-form .field--name-quantity {
      display: inline-block;
      margin-bottom: 0;
      padding: 0; }
      .views-field-variations .commerce-order-item-variation-cart-form-form .field--name-quantity label {
        display: none; }
      .views-field-variations .commerce-order-item-variation-cart-form-form .field--name-quantity input {
        width: 50px; }
    .views-field-variations .commerce-order-item-variation-cart-form-form .form-actions {
      display: inline-block;
      margin-bottom: 0;
      padding: 0; }

#edit-shipping-information .col-auto,
#edit-payment-information-billing-information .col-auto,
#edit-payment-information-billing-information.col-auto,
#edit-order-summary .col-auto,
#edit-order-summary.col-auto {
  padding: 0; }

#edit-shipping-information #edit-shipping-information-shipping-profile-field-ruc-wrapper {
  display: none; }

.view-id-listado_de_productos .views-row > div {
  display: inline-block; }

.view-id-listado_de_productos .views-row {
  border-bottom: 1px solid #ced4da;
  margin-top: 0.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .view-id-listado_de_productos .views-row .views-field-title {
    width: 320px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    color: #c29700; }

.cart-block--contents {
  background: #0F2948;
  color: #ffffff;
  font-size: 0.75rem;
  width: auto; }
  .cart-block--contents .cart-block--contents__items {
    max-height: inherit;
    overflow-y: hidden;
    overflow-x: hidden; }
    .cart-block--contents .cart-block--contents__items table {
      color: #ffffff; }
      .cart-block--contents .cart-block--contents__items table thead.thead-light {
        background: #0F2948;
        color: #ffffff; }
      .cart-block--contents .cart-block--contents__items table tr:hover {
        color: #ffffff; }

.cart--cart-offcanvas {
  background: #0F2948;
  color: #ffffff;
  font-size: 0.75rem; }
  .cart--cart-offcanvas .cart-block--offcanvas-contents__links {
    padding: 0.5rem 1rem; }
    .cart--cart-offcanvas .cart-block--offcanvas-contents__links a {
      color: #ffffff;
      text-decoration: none; }
    .cart--cart-offcanvas .cart-block--offcanvas-contents__links a:hover {
      color: #76abf4; }
  .cart--cart-offcanvas .btn-close {
    color: #ffffff;
    padding: 0.25rem; }
  .cart--cart-offcanvas table {
    color: #ffffff; }
    .cart--cart-offcanvas table .btn, .cart--cart-offcanvas table .layout-quadrant .cell-1 .cta a, .layout-quadrant .cell-1 .cta .cart--cart-offcanvas table a, .cart--cart-offcanvas table .button, .cart--cart-offcanvas table .node-readmore a, .node-readmore .cart--cart-offcanvas table a, .cart--cart-offcanvas table section.showcase .cta a, section.showcase .cta .cart--cart-offcanvas table a, .cart--cart-offcanvas table section.campus-finder .leaflet-popup .campus__view-link, section.campus-finder .leaflet-popup .cart--cart-offcanvas table .campus__view-link {
      color: #ffffff; }
    .cart--cart-offcanvas table td.cart-block--offcanvas-cart-table__title,
    .cart--cart-offcanvas table td.cart-block--offcanvas-cart-table__price {
      padding: 0.5rem 0.25rem !important; }
    .cart--cart-offcanvas table td.cart-block--offcanvas-cart-table__quantity {
      padding: 0.25rem !important; }
    .cart--cart-offcanvas table .btn, .cart--cart-offcanvas table .layout-quadrant .cell-1 .cta a, .layout-quadrant .cell-1 .cta .cart--cart-offcanvas table a, .cart--cart-offcanvas table .button, .cart--cart-offcanvas table .node-readmore a, .node-readmore .cart--cart-offcanvas table a, .cart--cart-offcanvas table section.showcase .cta a, section.showcase .cta .cart--cart-offcanvas table a, .cart--cart-offcanvas table section.campus-finder .leaflet-popup .campus__view-link, section.campus-finder .leaflet-popup .cart--cart-offcanvas table .campus__view-link {
      color: #ffffff;
      font-size: 0.75rem; }
    .cart--cart-offcanvas table .btn:hover, .cart--cart-offcanvas table .layout-quadrant .cell-1 .cta a:hover, .layout-quadrant .cell-1 .cta .cart--cart-offcanvas table a:hover, .cart--cart-offcanvas table .button:hover, .cart--cart-offcanvas table .node-readmore a:hover, .node-readmore .cart--cart-offcanvas table a:hover, .cart--cart-offcanvas table section.showcase .cta a:hover, section.showcase .cta .cart--cart-offcanvas table a:hover, .cart--cart-offcanvas table section.campus-finder .leaflet-popup .campus__view-link:hover, section.campus-finder .leaflet-popup .cart--cart-offcanvas table .campus__view-link:hover {
      color: #76abf4; }
    .cart--cart-offcanvas table tfoot .btn, .cart--cart-offcanvas table tfoot .layout-quadrant .cell-1 .cta a, .layout-quadrant .cell-1 .cta .cart--cart-offcanvas table tfoot a, .cart--cart-offcanvas table tfoot .button, .cart--cart-offcanvas table tfoot .node-readmore a, .node-readmore .cart--cart-offcanvas table tfoot a, .cart--cart-offcanvas table tfoot section.showcase .cta a, section.showcase .cta .cart--cart-offcanvas table tfoot a, .cart--cart-offcanvas table tfoot section.campus-finder .leaflet-popup .campus__view-link, section.campus-finder .leaflet-popup .cart--cart-offcanvas table tfoot .campus__view-link {
      background: transparent;
      color: white;
      border-color: white;
      font-size: 0.75rem;
      margin-top: 0.5rem; }
    .cart--cart-offcanvas table tfoot .btn:hover, .cart--cart-offcanvas table tfoot .layout-quadrant .cell-1 .cta a:hover, .layout-quadrant .cell-1 .cta .cart--cart-offcanvas table tfoot a:hover, .cart--cart-offcanvas table tfoot .button:hover, .cart--cart-offcanvas table tfoot .node-readmore a:hover, .node-readmore .cart--cart-offcanvas table tfoot a:hover, .cart--cart-offcanvas table tfoot section.showcase .cta a:hover, section.showcase .cta .cart--cart-offcanvas table tfoot a:hover, .cart--cart-offcanvas table tfoot section.campus-finder .leaflet-popup .campus__view-link:hover, section.campus-finder .leaflet-popup .cart--cart-offcanvas table tfoot .campus__view-link:hover {
      background: #0D4BA0; }

/**
 * @file
 * Contextual links styles for Bootstrap Barrio.
 */
.contextual-links a {
  border-bottom: none;
  text-shadow: 0 0 0; }

/**
 * @file
 * Collapsible details.
 *
 * @see collapse.js
 * @see http://nicolasgallagher.com/css-background-image-hacks/
 */
details {
  border: 1px solid #dee2e6;
  margin-top: 1rem;
  margin-bottom: 1rem; }

details > .details-wrapper {
  padding: 0.5em 1.5em; }

/* @todo Regression: The summary of uncollapsible details are no longer
     vertically aligned with the .details-wrapper in browsers without native
     details support. */
summary {
  cursor: pointer;
  padding: 0.2em 0.5em; }

/**
 * @file
 * Visual styles for Bartik's dropbutton component.
 */
.js .dropbutton-wrapper .dropbutton-widget {
  /* This is required to win over specifity of .js td .dropbutton-widget */
  position: relative; }

.js .dropbutton-widget {
  border: 1px solid;
  border-color: #e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2;
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e8e8e8));
  background-image: -o-linear-gradient(top, #f3f3f3, #e8e8e8);
  background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
  color: #3a3a3a;
  cursor: pointer;
  text-align: center;
  margin: 0.125em 0;
  border-radius: 1em;
  overflow: hidden; }

.js .dropbutton-widget:hover {
  border-color: #e4e4e4 #d2d2d2 #b4b4b4 #d2d2d2; }

.js .dropbutton-widget .button {
  border: none;
  margin: 0;
  padding: 0.32em 1em;
  background: transparent none; }

.js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
  margin-right: 0;
  /* LTR */ }

[dir="rtl"].js .dropbutton-multiple .dropbutton-widget .dropbutton-action a {
  margin-left: 0; }

.js .dropbutton .secondary-action {
  border-top-color: #ccc; }

.js .dropbutton-toggle button {
  background-color: #e8e8e8;
  background-image: -webkit-linear-gradient(top, #e8e8e8, #d2d2d2);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#e8e8e8), to(#d2d2d2));
  background-image: -o-linear-gradient(top, #e8e8e8, #d2d2d2);
  background-image: linear-gradient(to bottom, #e8e8e8, #d2d2d2); }

.js .dropbutton-toggle .dropbutton-arrow:hover {
  background: #ccc; }

.js .dropbutton a {
  color: #3a3a3a;
  border-bottom: 0 none; }

.js .dropbutton .dropbutton-action:hover,
.js .dropbutton a:hover {
  background: #dedede;
  border-bottom: 0 none; }

/**
 * @file
 * General styles for dropbuttons.
 */
.js .dropbutton-widget {
  background-color: white;
  border: 1px solid #cccccc; }

.js .dropbutton-widget:hover {
  border-color: #b8b8b8; }

.dropbutton .dropbutton-action > * {
  padding: 0.1em 0.5em;
  white-space: nowrap; }

.dropbutton .secondary-action {
  border-top: 1px solid #e8e8e8; }

.dropbutton-multiple .dropbutton {
  border-right: 1px solid #e8e8e8;
  /* LTR */ }

[dir="rtl"] .dropbutton-multiple .dropbutton {
  border-left: 1px solid #e8e8e8;
  border-right: 0 none; }

.dropbutton-multiple .dropbutton .dropbutton-action > * {
  margin-right: 0.25em;
  /* LTR */ }

[dir="rtl"] .dropbutton-multiple .dropbutton .dropbutton-action > * {
  margin-left: 0.25em;
  margin-right: 0; }

.js td .dropbutton-multiple {
  padding-right: 10em;
  margin-right: 2em;
  max-width: 100%; }

.js td .dropbutton-wrapper {
  min-height: 2em; }

.js .dropbutton-wrapper,
.js .dropbutton-widget {
  display: block;
  position: relative; }

.js td .dropbutton-widget {
  position: absolute; }

/**
 * @file
 * Feed icon styles for Bootstrap Barrio.
 */
.feed-icon {
  border-bottom: none;
  display: inline-block;
  padding: 1rem 0 0 0; }

/**
 * @file
 * Visual styles for Bootstrap Barrio's field components.
 */
.field--type-entity-reference {
  margin: 0 0 1.2rem; }

.field--type-entity-reference .field__label {
  font-weight: normal;
  margin: 0;
  padding-right: 0.3rem;
  /* LTR */ }

[dir="rtl"] .field--type-entity-reference .field__label {
  padding-left: 0.3rem;
  padding-right: 0; }

.field--type-entity-reference ul.links {
  padding: 0;
  margin: 0;
  list-style: none; }

.field--type-entity-reference ul.links li {
  float: left;
  /* LTR */
  padding: 0 1rem 0 0;
  /* LTR */
  white-space: nowrap; }

[dir="rtl"] .field--type-entity-reference ul.links li {
  padding: 0 0 0 1rem;
  float: right; }

@media all and (min-width: 35rem) {
  .node .field--type-image {
    float: left;
    /* LTR */
    margin: 0 1rem 0 0;
    /* LTR */ }
  [dir="rtl"] .node .field--type-image {
    float: right;
    margin: 0 0 0 1rem; }
  .node .field--type-image + .field--type-image {
    clear: both; } }

.field--type-image img,
.field--name-field-user-picture img {
  margin: 0 0 1rem; }

.field--type-image a {
  border-bottom: none; }

.field--name-field-tags {
  margin: 0 0 1.2rem; }

.field--name-field-tags .field__label {
  font-weight: normal;
  margin: 0;
  padding-right: 0.3125rem;
  /* LTR */ }

[dir="rtl"] .field--name-field-tags .field__label {
  padding-left: 0.3125rem;
  padding-right: 0; }

.field--name-field-tags .field__label,
.field--name-field-tags ul.links {
  font-size: 0.875rem; }

.node--view-mode-teaser .field--name-field-tags .field__label,
.node--view-mode-teaser .field--name-field-tags ul.links {
  font-size: 0.875rem; }

.field--name-field-tags ul.links {
  padding: 0;
  margin: 0; }

.field--name-field-tags ul.links li {
  float: left;
  /* LTR */
  padding: 0 1rem 0 0;
  /* LTR */
  white-space: nowrap; }

[dir="rtl"] .field--name-field-tags ul.links li {
  padding: 0 0 0 1rem;
  float: right; }

.field--label-inline .field__label,
.field--label-inline .field__item {
  display: inline-block; }

/**
 * @file
 * Default style for file module.
 */
/* File icons.*/
.file {
  padding-left: 1.5rem;
  /* LTR */
  display: inline-block;
  min-height: 1rem;
  background-repeat: no-repeat;
  background-position: left center;
  /* LTR */ }

[dir="rtl"] .file {
  padding-left: inherit;
  padding-right: 1.5rem;
  background-position: right center; }

.file--general,
.file--application-octet-stream {
  background-image: url(../images/icons/application-octet-stream.png); }

.file--package-x-generic {
  background-image: url(../images/icons/package-x-generic.png); }

.file--x-office-spreadsheet {
  background-image: url(../images/icons/x-office-spreadsheet.png); }

.file--x-office-document {
  background-image: url(../images/icons/x-office-document.png); }

.file--x-office-presentation {
  background-image: url(../images/icons/x-office-presentation.png); }

.file--text-x-script {
  background-image: url(../images/icons/text-x-script.png); }

.file--text-html {
  background-image: url(../images/icons/text-html.png); }

.file--text-plain {
  background-image: url(../images/icons/text-plain.png); }

.file--application-pdf {
  background-image: url(../images/icons/application-pdf.png); }

.file--application-x-executable {
  background-image: url(../images/icons/application-x-executable.png); }

.file--audio {
  background-image: url(../images/icons/audio-x-generic.png); }

.file--video {
  background-image: url(../images/icons/video-x-generic.png); }

.file--text {
  background-image: url(../images/icons/text-x-generic.png); }

.file--image {
  background-image: url(../images/icons/image-x-generic.png); }

/**
 * @file
 * Visual styles for Bootstrap Barrio's form components.
 */
.form-required::after {
  content: '';
  vertical-align: super;
  display: inline-block;
  background-image: url(../images/required.svg);
  background-repeat: no-repeat;
  -webkit-background-size: calc(1.4em + 0.75rem + 2px)/2 calc(1.4em + 0.75rem + 2px)/2;
          background-size: calc(1.4em + 0.75rem + 2px)/2 calc(1.4em + 0.75rem + 2px)/2;
  width: calc(1.4em + 0.75rem + 2px)/2;
  height: calc(1.4em + 0.75rem + 2px)/2;
  margin: 0 0.3em; }

.form-row > fieldset,
.form-row > div {
  padding-right: 0.3125rem;
  padding-left: 0.3125rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 1 auto;
      -ms-flex: 0 1 auto;
          flex: 0 1 auto;
  width: auto;
  max-width: none; }

.form-row .form-actions {
  -webkit-align-self: flex-end;
      -ms-flex-item-align: end;
          align-self: flex-end; }

form .filter-wrapper {
  padding-left: 0;
  padding-right: 0;
  margin-left: 1rem;
  margin-right: 1rem; }

form .form-type-textarea {
  margin-bottom: 0; }

/* ------------------ Header ------------------ */
#navbar-top {
  padding: 0 1rem; }

#navbar-top.navbar-dark .nav-link:hover, #navbar-top.navbar-dark .navbar .menu-item:hover, .navbar #navbar-top.navbar-dark .menu-item:hover,
#navbar-top.navbar-dark .nav-link:focus,
#navbar-top.navbar-dark .navbar .menu-item:focus,
.navbar #navbar-top.navbar-dark .menu-item:focus {
  color: rgba(255, 255, 255, 0.75); }

#navbar-top.navbar-dark .nav-link, #navbar-top.navbar-dark .navbar .menu-item, .navbar #navbar-top.navbar-dark .menu-item {
  color: rgba(255, 255, 255, 0.5); }

#navbar-top.navbar-light .nav-link:hover, #navbar-top.navbar-light .navbar .menu-item:hover, .navbar #navbar-top.navbar-light .menu-item:hover,
#navbar-top.navbar-light .nav-link:focus,
#navbar-top.navbar-light .navbar .menu-item:focus,
.navbar #navbar-top.navbar-light .menu-item:focus {
  color: rgba(0, 0, 0, 0.7); }

#navbar-top.navbar-light .nav-link, #navbar-top.navbar-light .navbar .menu-item, .navbar #navbar-top.navbar-light .menu-item {
  color: rgba(0, 0, 0, 0.5); }

.navbar-brand .site-logo {
  margin-right: 1rem; }

@media (max-width: 33.9em) {
  .navbar-toggleable-xs .navbar-nav .nav-item + .nav-item,
  .navbar-toggleable-xs.collapse.in .navbar-nav .nav-item {
    margin-left: 0;
    float: none; } }

@media (max-width: 47.9em) {
  .navbar-toggleable-sm .navbar-nav .nav-item + .nav-item,
  .navbar-toggleable-xs.collapse.in .navbar-nav .nav-item {
    margin-left: 0;
    float: none; } }

/**
 * @file
 * Styles for the help block.
 */
.block-help {
  border: 1px solid #dee2e6;
  padding: 0 1.5rem;
  margin-bottom: 2rem; }

/**
 * @file
 * Visual styles for icons.
 */
.icon-help {
  background: url(/../../images/help.png) 0 50% no-repeat;
  /* LTR */
  padding: 0.0625rem 0 0.0625rem 1.5rem;
  /* LTR */ }

[dir="rtl"] .icon-help {
  background-position: 100% 50%;
  padding: 0.0625rem 1.5rem 0.0625rem 0; }

.feed-icon {
  background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-rss-fill' viewBox='0 0 16 16' fill='%23ff5f00'%3E %3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm1.5 2.5c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1 0-2zm0 4a6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1 0-2zm.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z'/%3E %3C/svg%3E");
  background-repeat: no-repeat;
  overflow: hidden;
  text-indent: -9999px;
  display: block;
  width: 1rem;
  height: 1rem; }
  .feed-icon:hover {
    background-image: url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' class='bi bi-rss-fill' viewBox='0 0 16 16' fill='%23ff5f00'%3E %3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm1.5 2.5c5.523 0 10 4.477 10 10a1 1 0 1 1-2 0 8 8 0 0 0-8-8 1 1 0 0 1 0-2zm0 4a6 6 0 0 1 6 6 1 1 0 1 1-2 0 4 4 0 0 0-4-4 1 1 0 0 1 0-2zm.5 7a1.5 1.5 0 1 1 0-3 1.5 1.5 0 0 1 0 3z'/%3E %3C/svg%3E"); }

/**
 * @file
 * Styles for Bootstrap Barrio's image buttons.
 */
.image-button.is-disabled:hover,
.image-button.is-disabled:active,
.image-button.is-disabled:focus,
.image-button.is-disabled {
  background: transparent;
  opacity: 0.5;
  cursor: default; }

/**
 * @file
 * Basic styling for comment module.
 */
/**
 * Indent threaded comments.
 */
.indented {
  margin-left: 1.5rem;
  /* LTR */ }

[dir="rtl"] .indented {
  margin-left: 0;
  margin-right: 1.5rem; }

/**
 * @file
 * Visual styles for Bootstrap Barrio's item list.
 */
.item-list ul {
  list-style: none;
  margin: 0 0 0.5rem 0;
  padding: 0;
  /* LTR */ }

[dir="rtl"] .item-list ul {
  padding: 0; }

.item-list ul li {
  /* This is needed to reset styles in item-list.theme.css */
  margin: 0;
  padding: 0.5rem 1rem 0 0;
  /* LTR */ }

[dir="rtl"] .item-list ul li {
  /* This is needed to reset [dir="rtl"] styles in item-list.theme.css */
  margin: 0;
  padding: 0.5rem 0 0 1rem; }

.item-list .item-list__comma-list,
.item-list .item-list__comma-list li,
[dir="rtl"] .item-list .item-list__comma-list,
[dir="rtl"] .item-list .item-list__comma-list li {
  padding: 0; }

/**
 * @file
 * List group.
 * A list of links, grouped together.
 */
.list-group__link {
  border-top: 1px solid #dee2e6;
  padding: 0.5rem 0 0; }

.list-group__description {
  margin: 0 0 0.5rem; }

/**
 * @file
 * Visual styles for Bootstrap Barrio's node component.
 */
.node__content {
  font-size: 1rem;
  margin-top: 1rem; }

/* View mode teaser styles. */
.node--view-mode-teaser {
  border-bottom: 1px solid #dee2e6;
  margin-bottom: 1rem;
  padding-bottom: 1rem; }

.node--view-mode-teaser h2, .node--view-mode-teaser .h2 {
  margin-top: 0;
  padding-top: 0.5em; }

.node--view-mode-teaser.node--sticky {
  background: #f9f9f9;
  background: rgba(0, 0, 0, 0.024);
  border: 1px solid #dee2e6;
  padding: 0 1rem 1rem; }

.node--view-mode-teaser .node__content {
  clear: none;
  font-size: 1rem;
  line-height: 1.4; }

/* Node metadata styles. */
.node__meta {
  font-size: 0.875rem;
  margin-bottom: -0.3125rem; }

.node__meta .field--name-field-user-picture img {
  float: left;
  /* LTR */
  margin: 0.0625rem 1rem 0 0;
  /* LTR */ }

[dir="rtl"] .node__meta .field--name-field-user-picture img {
  float: right;
  margin-left: 1rem;
  margin-right: 0; }

/* Node links styles. */
.node__links {
  text-align: right;
  /* LTR */
  font-size: 1rem; }

[dir="rtl"] .node__links {
  text-align: left; }

/* Unpublished node styles. */
.node--unpublished {
  padding: 1rem 1rem 0; }

.node--unpublished .comment-text .comment-arrow {
  border-left: 1px solid #fff4f4;
  border-right: 1px solid #fff4f4; }

.node-preview-container {
  background: #d1e8f5;
  background-image: -webkit-linear-gradient(top, #d1e8f5, #d3e8f4);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#d1e8f5), to(#d3e8f4));
  background-image: -o-linear-gradient(top, #d1e8f5, #d3e8f4);
  background-image: linear-gradient(to bottom, #d1e8f5, #d3e8f4);
  font-family: Arial, sans-serif;
  -webkit-box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
          box-shadow: 0 1px 3px 1px rgba(0, 0, 0, 0.3333);
  position: fixed;
  z-index: 499;
  width: 100%;
  padding: 0.625rem; }

.node-preview-backlink {
  background-color: #419ff1;
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5);
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-gradient(linear, left top, left bottom, from(#419ff1), to(#1076d5));
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -o-linear-gradient(top, #419ff1, #1076d5);
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #419ff1, #1076d5);
  /* LTR */
  border: 1px solid #0048c8;
  border-radius: .4em;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4);
  color: #fff;
  font-size: 0.9em;
  line-height: normal;
  margin: 0;
  padding: 0.25rem 1em 0.25rem 0.6em;
  /* LTR */
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.5); }

[dir="rtl"] .node-preview-backlink {
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #419ff1, #1076d5);
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#419ff1), to(#1076d5));
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -o-linear-gradient(top, #419ff1, #1076d5);
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #419ff1, #1076d5);
  padding: 0.25rem 0.6em 0.25rem 1em;
  float: right; }

.node-preview-backlink:focus,
.node-preview-backlink:hover {
  background-color: #419cf1;
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef);
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-gradient(linear, left top, left bottom, from(#59abf3), to(#2a90ef));
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -o-linear-gradient(top, #59abf3, #2a90ef);
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef);
  /* LTR */
  border: 1px solid #0048c8;
  text-decoration: none;
  color: #fff; }

[dir="rtl"] .node-preview-backlink:focus,
[dir="rtl"] .node-preview-backlink:hover {
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #59abf3, #2a90ef);
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#59abf3), to(#2a90ef));
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -o-linear-gradient(top, #59abf3, #2a90ef);
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #59abf3, #2a90ef); }

.node-preview-backlink:active {
  background-color: #0e69be;
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -webkit-gradient(linear, left top, left bottom, from(#0e69be), to(#2a93ef));
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, -o-linear-gradient(top, #0e69be, #2a93ef);
  background: url(/core/misc/icons/000000/chevron-left.svg) left no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef);
  /* LTR */
  border: 1px solid #0048c8;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25);
          box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25); }

[dir="rtl"] .node-preview-backlink:active {
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-linear-gradient(top, #0e69be, #2a93ef);
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -webkit-gradient(linear, left top, left bottom, from(#0e69be), to(#2a93ef));
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, -o-linear-gradient(top, #0e69be, #2a93ef);
  background: url(/core/misc/icons/000000/chevron-right.svg) right no-repeat, linear-gradient(to bottom, #0e69be, #2a93ef); }

.node-preview-backlink::before {
  content: '';
  width: 10px;
  display: inline-block; }

/**
 * @file
 * Styles for Bootstrap Barrio page.
 */
/* Hack for .placeholder issue https://www.drupal.org/project/drupal/issues/3233533 */
em.placeholder {
  vertical-align: unset !important;
  cursor: unset !important;
  background-color: unset !important;
  opacity: unset !important; }

/**
 * @file
 * The visual styles for Bootstrap Barrio's search form(s).
 */
input[type="search"] {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

header #search-block-form {
  padding: 0.3125rem 0.9375rem;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-flow: row wrap;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap; }

#search-block-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }

/**
 * @file
 * Visual styles for the Shortcut action link in Bootstrap Barrio.
 */
.shortcut-wrapper {
  margin: 2.2em 0 1.1em 0;
  /* Same as usual .page-title margin. */ }

.shortcut-wrapper .page-title {
  float: left;
  /* LTR */
  margin: 0; }

[dir="rtl"] .shortcut-wrapper .page-title {
  float: right; }

.shortcut-action {
  border-bottom: none;
  margin-left: 0.5em;
  /* LTR */
  padding-top: 0.35em; }

[dir="rtl"] .shortcut-action {
  margin-left: 0;
  margin-right: 0.5em; }

.shortcut-action:hover,
.shortcut-action:active,
.shortcut-action:focus {
  border-bottom: none; }

/* ------------------ Sidebar ----------------- */
.sidebar .block {
  border-style: solid;
  border-width: 1px;
  padding: 1rem 1rem;
  margin: 0 0 1rem; }
  .sidebar .block .content {
    font-size: 1rem;
    line-height: 1.25; }

.sidebar h2, .sidebar .h2 {
  margin: 0 0 0.5rem;
  border-bottom: 1px solid #dee2e6;
  padding-bottom: 0.3125rem;
  text-shadow: 0 1px 0 #ffffff;
  font-size: 1.25rem;
  line-height: 1.3; }

.sidebar tbody {
  border: none; }

.sidebar tr.even,
.sidebar tr.odd {
  background: none;
  border-bottom: 1px solid #dee2e6; }

.sidebar nav ul.nav, .sidebar nav .navbar ul.menu, .navbar .sidebar nav ul.menu {
  margin: -1rem; }

/**
 * @file
 * Footer Styling.
 */
.site-footer {
  padding: 1rem 0; }
  .site-footer .layout-container {
    padding: 0 1rem; }

/* Footer Top Styling. */
.site-footer__top .content {
  margin-top: 0; }

/* Footer Bottom Styling. */
.site-footer__bottom .block {
  margin: 0.5rem 0; }

.site-footer__bottom .content {
  padding: 0.5rem 0;
  margin-top: 0; }

/**
 * @file
 * Styles for the skip link.
 */
.skip-link {
  z-index: 10000;
  background: #FFC700;
  font-size: 1rem;
  padding: 0.0625rem 1rem 0.125rem;
  border-radius: 0 0 0 0;
  border-bottom-width: 0;
  outline: 0; 
  position:absolute !important;
  color:#000;
  width:1px;
  font-family: "roboto-bold-webfont", Arial, Verdana, sans-serif;
  opacity:0;
  position:absolute; 
  left:-10000px;
}

.skip-link.visually-hidden.focusable:focus, .mailchimp-signup-subscribe-form form label.skip-link.focusable:focus, #footer .block-social-media-block h3.skip-link.focusable:focus, #footer .block-social-media-block .skip-link.focusable.h3:focus, #footer .block-social-media-block .accordion .skip-link.focusable.accordion-button:focus, .accordion #footer .block-social-media-block .skip-link.focusable.accordion-button:focus, header .search-close span.skip-link.focusable:focus, header #search-block-form-trigger span.skip-link.focusable:focus {
  position: absolute !important;
  color: #ffffff; }

.skip-link:focus { opacity:1; font-color:#000; width:100px; left:0px;}
 

/**
 * @file
 * Styles for Bootstrap Barrio's tables.
 */
.sticky-header thead th {
  vertical-align: bottom;
  border-bottom: 2px solid #dee2e6; }

.sticky-header th {
  padding: 1rem 0.75em;
  vertical-align: top;
  border-top: 1px solid #dee2e6; }

/**
 * @file
 * Visual styles for table drag.
 */
tr.drag {
  background-color: #fffff0; }

tr.drag-previous {
  background-color: #ffd; }

body div.tabledrag-changed-warning {
  margin-bottom: 0.5rem; }

/**
 * @file
 * Table select behavior.
 *
 * @see tableselect.js
 */
tr.selected td {
  background: #ffc; }

td.checkbox,
th.checkbox {
  text-align: center; }

[dir="rtl"] td.checkbox,
[dir="rtl"] th.checkbox {
  /* This is required to win over specificity of [dir="rtl"] td */
  text-align: center; }

/**
 * @file
 * Table sort indicator.
 */
th.is-active img {
  display: inline; }

td.is-active {
  background-color: #dee2e6; }

/**
 * @file
 * Tablesort indicator styles.
 */
.tablesort {
  width: 14px;
  height: 14px;
  vertical-align: top;
  margin: 0.0625rem 0 0 0.3125rem; }

.tablesort--asc {
  background-image: url(/core/misc/icons/ffffff/twistie-down.svg); }

.tablesort--desc {
  background-image: url(/core/misc/icons/ffffff/twistie-up.svg); }

/**
 * @file
 * Theme styling for tabs.
 */
nav.tabs {
  margin-bottom: 1rem; }

nav.tabs ul {
  background: #f5f5f5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  nav.tabs ul .nav-item {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    nav.tabs ul .nav-item a {
      color: #343a40;
      text-align: center; }
    nav.tabs ul .nav-item.active a {
      background: #fff0bd; }

/**
 * @file
 * Visual styles for a resizable textarea.
 */
.form-textarea-wrapper textarea {
  display: block;
  margin: 0;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/**
 * @file
 * Visual styles for Bartik's ui-widget component.
 */
/**
 * @file
 * Styles for Bartik's modal windows
 */
.ui-widget-overlay {
  background: #000000;
  opacity: 0.7; }

.ui-dialog {
  border-radius: 0; }

.ui-dialog input,
.ui-dialog select,
.ui-dialog textarea {
  font-size: 1rem; }

.ui-dialog .button {
  background-color: #fff;
  background-image: -webkit-linear-gradient(top, #f3f3f3, #e8e8e8);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#f3f3f3), to(#e8e8e8));
  background-image: -o-linear-gradient(top, #f3f3f3, #e8e8e8);
  background-image: linear-gradient(to bottom, #f3f3f3, #e8e8e8);
  border: 1px solid #e4e4e4;
  border-bottom-color: #b4b4b4;
  border-left-color: #d2d2d2;
  border-right-color: #d2d2d2;
  color: #3a3a3a;
  cursor: pointer;
  font-size: 1rem;
  font-weight: normal;
  text-align: center;
  padding: 0.250em 1.063em;
  border-radius: 1em; }

/**
 * @file
 * Theme styling for user module.
 */
/* Visual styling for the Password strength indicator */
.password-strength__meter {
  margin-top: 0.5em;
  background-color: #f5f5f5; }

.password-strength__indicator {
  background-color: theme-color("success");
  -webkit-transition: width 0.5s ease-out;
  -o-transition: width 0.5s ease-out;
  transition: width 0.5s ease-out; }

.password-strength__indicator.is-weak {
  background-color: theme-color("danger"); }

.password-strength__indicator.is-fair {
  background-color: theme-color("warning"); }

.password-strength__indicator.is-good {
  background-color: theme-color("info"); }

.password-strength__indicator.is-strong {
  background-color: theme-color("success"); }

.password-confirm,
.password-field,
.password-strength,
.password-confirm-match {
  width: 55%; }

.password-suggestions {
  padding: 0.2em 0.5em;
  margin: 0.7em 0;
  max-width: 34.7em;
  border: 1px solid #dee2e6; }

.password-suggestions ul {
  margin-bottom: 0; }

.confirm-parent,
.password-parent {
  clear: left;
  /* LTR */
  margin: 0;
  max-width: 33em;
  overflow: hidden; }

[dir="rtl"] .confirm-parent,
[dir="rtl"] .password-parent {
  clear: right; }

/* Styling for the status indicator of the passwords match test.  */
.password-confirm .ok {
  color: theme-color("success");
  font-weight: bold; }

.password-confirm .error {
  color: theme-color("danger");
  font-weight: bold; }

/* Login page stype */
.page-user-login main .region-content,
.page-user-password main .region-content {
  max-width: 400px;
  background: white;
  padding: 1rem 1rem;
  margin: 0 auto;
  border-radius: 0; }

body.path-user .field--label-inline .field__label {
  width: 100px;
  color: #0D4BA0; }

body.path-user .field--label-inline .field__item {
  padding: 0.25rem 1rem;
  border-radius: 1rem;
  background: #f5f5f5;
  min-width: 250px;
  margin: 0.25rem 0; }

body.path-user .field--label-above .field__label {
  color: #0D4BA0; }

body.path-user .field--label-above .field__item {
  padding: 0.25rem 1rem;
  border-radius: 1rem;
  background: #f5f5f5;
  width: 100%;
  margin: 0.25rem 0; }

/**
 * @file
 * Vertical tabs component.
 */
/* Vertical Tabs Reset */
.vertical-tabs__menu {
  margin: -0.0625rem 0 -0.0625rem;
  /* LTR */
  padding: 0; }

[dir="rtl"] .vertical-tabs__menu {
  margin-left: 0;
  margin-right: -1em;
  /* This is required to win specificity over [dir="rtl"] .region-content ul */
  padding: 0; }

/**
 * @file
 * Vertical Tabs.
 */
.vertical-tabs {
  margin: 0;
  /* LTR */
  border: 1px solid #dee2e6;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 0.875rem; }

[dir="rtl"] .vertical-tabs {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-left: 0;
  margin-right: 0; }

.vertical-tabs__menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  /* LTR */
  width: 15em;
  margin: 0;
  /* LTR */
  padding: 0;
  border-top: 1px solid #dee2e6;
  list-style: none; }

[dir="rtl"] .vertical-tabs__menu {
  margin-left: 0;
  margin-right: -15em; }

.vertical-tabs__pane {
  margin: 0;
  border: 0; }

.vertical-tabs__pane > summary {
  display: none; }

/* Layout of each tab. */
.vertical-tabs__menu-item {
  border: 1px solid #dee2e6;
  border-top: 0;
  background: #eee; }

.vertical-tabs__menu-item a {
  display: block;
  padding: 0.5em 0.6em;
  text-decoration: none; }

.vertical-tabs__menu-item a:focus .vertical-tabs__menu-item-title,
.vertical-tabs__menu-item a:active .vertical-tabs__menu-item-title,
.vertical-tabs__menu-item a:hover .vertical-tabs__menu-item-title {
  text-decoration: underline; }

.vertical-tabs__menu-item a:hover {
  outline: 1px dotted; }

.vertical-tabs__menu-item.is-selected {
  border-right-width: 0;
  /* LTR */
  background-color: #ffffff; }

[dir="rtl"] .vertical-tabs__menu-item.is-selected {
  border-left-width: 0;
  border-right-width: 1px; }

.vertical-tabs__menu-item.is-selected .vertical-tabs__menu-item-title {
  color: #000000; }

.vertical-tabs__menu-item-summary {
  display: block;
  margin-bottom: 0;
  line-height: normal; }

/**
 * @file
 * Styling for Views in Bartik.
 */
/* Tab styles */
.views-displays .tabs .open > a {
  border-radius: 0 0 0 0; }

.views-displays .tabs .open > a:hover,
.views-displays .tabs .open > a:focus {
  color: #0D4BA0; }

.views-displays .secondary .form-submit {
  font-size: 0.875rem; }

/* Tabs action list styles */
.views-displays .tabs .action-list {
  padding: 0; }

/* Contextual filter options styles */
.views-filterable-options .filterable-option:nth-of-type(even) .form-type-checkbox {
  background-color: #F9F9F9; }

/* Views action dropbutton styles */
.views-ui-display-tab-actions .dropbutton .form-submit {
  color: #76abf4; }

.views-ui-display-tab-actions .dropbutton .form-submit:hover,
.views-ui-display-tab-actions .dropbutton .form-submit:focus {
  color: #0D4BA0; }

/* TYPOGRAPHY */
/* Google Fonts */
@font-face {
  font-family: "Rubik-Skinny";
  src: url("/themes/custom/ecpi_university/assets/legacy/fonts/rubik-light.woff") format("woff"), url("/themes/custom/ecpi_university/assets/legacy/fonts/rubik-light.ttf") format("truetype"); }

@font-face {
  font-family: "roboto-regular-webfont";
  src: url("/themes/custom/ecpi_university/assets/legacy/fonts/roboto-regular-webfont.woff") format("woff"), url("/themes/custom/ecpi_university/assets/legacy/fonts/roboto-regular-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "roboto-bold-webfont";
  src: url("/themes/custom/ecpi_university/assets/legacy/fonts/roboto-bold-webfont.woff") format("woff"), url("/themes/custom/ecpi_university/assets/legacy/fonts/roboto-bold-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: "helvetica-light-webfont";
  src: url("/themes/custom/ecpi_university/assets/legacy/fonts/helvetica-light-webfont.woff") format("woff"), url("/themes/custom/ecpi_university/assets/legacy/fonts/helvetica-light-webfont.ttf") format("truetype");
  font-weight: normal;
  font-style: normal; }

h1:empty, .h1:empty, .h1:empty,
h2:empty,
.h2:empty, .h2:empty,
h3:empty,
.h3:empty,
.accordion .accordion-button:empty, .h3:empty, .accordion .accordion-button:empty,
h4:empty,
.h4:empty,
#footer .menu-item--expanded > a:empty,
#footer .menu-item--expanded > span:empty, .h4:empty, #footer .menu-item--expanded > a:empty, #footer .menu-item--expanded > span:empty,
h5:empty,
.h5:empty, .h5:empty,
h6:empty,
.h6:empty, .h6:empty {
  display: none; }

h1, .h1, .h1, h2, .h2, .h2 {
  letter-spacing: 0.02em; }

h4, .h4, #footer .menu-item--expanded > a, #footer .menu-item--expanded > span, .h4, #footer .menu-item--expanded > a, #footer .menu-item--expanded > span, h2, .h2, .h2 {
  letter-spacing: 0.01em; }

p {
  letter-spacing: 0.02em;
  line-height: 1.8; }

.placeholder {
  background: transparent; }

.keyline::after, .locations h3::after, .locations .h3::after, .locations .accordion .accordion-button::after, .accordion .locations .accordion-button::after, section.showcase .content h2::after, section.showcase .content .h2::after, section.showcase .content h3::after, section.showcase .content .h3::after, section.showcase .content .accordion .accordion-button::after, .accordion section.showcase .content .accordion-button::after, section.showcase .content h4::after, section.showcase .content .h4::after, section.showcase .content #footer .menu-item--expanded > a::after, #footer section.showcase .content .menu-item--expanded > a::after, section.showcase .content #footer .menu-item--expanded > span::after, #footer section.showcase .content .menu-item--expanded > span::after, section.showcase .content h5::after, section.showcase .content .h5::after, section.showcase .content h6::after, section.showcase .content .h6::after, section.showcase-accordion .content h2::after, section.showcase-accordion .content .h2::after, section.showcase-accordion .content h3::after, section.showcase-accordion .content .h3::after, section.showcase-accordion .content .accordion .accordion-button::after, .accordion section.showcase-accordion .content .accordion-button::after, section.showcase-accordion .content h4::after, section.showcase-accordion .content .h4::after, section.showcase-accordion .content #footer .menu-item--expanded > a::after, #footer section.showcase-accordion .content .menu-item--expanded > a::after, section.showcase-accordion .content #footer .menu-item--expanded > span::after, #footer section.showcase-accordion .content .menu-item--expanded > span::after {
  content: '';
  width: 4.0625rem;
  height: 0.25rem;
  background: #00ADEE;
  margin: 0.75em 0;
  display: block; }

.list-title {
  color: #000000; }

.block-list, .layout-quadrant ul, #v-pills-tab + .tab-content ul, .accordion .accordion-contents {
  list-style-type: none;
  margin: 0 0 1.2rem 0;
  padding: 0 0 0 1.2rem; }
  .block-list li, .layout-quadrant ul li, #v-pills-tab + .tab-content ul li, .accordion .accordion-contents li {
    letter-spacing: 0.02em; }
    .block-list li::before, .layout-quadrant ul li::before, #v-pills-tab + .tab-content ul li::before, .accordion .accordion-contents li::before {
      content: '';
      background-color: #00ADEE;
      display: inline-block;
      width: 0.6rem;
      height: 0.6rem;
      margin-right: 0.6rem;
      margin-bottom: 0.06rem;
      margin-left: -1.2rem; }

.region-secondary-menu {
  width: 100%;
  background: #ffffff;
  min-height: 3.125rem; }
  .region-secondary-menu .navbar-utils .nav-link, .region-secondary-menu .navbar-utils .navbar .menu-item, .navbar .region-secondary-menu .navbar-utils .menu-item {
    padding: 0.25rem 0.5rem 0.25rem 1rem; }
  .region-secondary-menu .navbar-utils .icon {
    margin-left: 0; }
  .region-secondary-menu .btn span, .region-secondary-menu .layout-quadrant .cell-1 .cta a span, .layout-quadrant .cell-1 .cta .region-secondary-menu a span, .region-secondary-menu .button span, .region-secondary-menu .node-readmore a span, .node-readmore .region-secondary-menu a span, .region-secondary-menu section.showcase .cta a span, section.showcase .cta .region-secondary-menu a span, .region-secondary-menu section.campus-finder .leaflet-popup .campus__view-link span, section.campus-finder .leaflet-popup .region-secondary-menu .campus__view-link span {
    display: none; }
  @media (min-width: 62rem) {
    .region-secondary-menu .btn, .region-secondary-menu .layout-quadrant .cell-1 .cta a, .layout-quadrant .cell-1 .cta .region-secondary-menu a, .region-secondary-menu .button, .region-secondary-menu .node-readmore a, .node-readmore .region-secondary-menu a, .region-secondary-menu section.showcase .cta a, section.showcase .cta .region-secondary-menu a, .region-secondary-menu section.campus-finder .leaflet-popup .campus__view-link, section.campus-finder .leaflet-popup .region-secondary-menu .campus__view-link {
      margin: 0.25rem 0 0.25rem 1rem;
      white-space: nowrap; } }
  @media (min-width: 48rem) {
    .region-secondary-menu {
      width: auto;
      background: transparent; }
      .region-secondary-menu .navbar-utils {
        display: none; } }

.region-content-upper {
  background: #ffffff;
  padding: 1.5rem 0; }

.region-footer-first {
  -webkit-align-content: space-between;
      -ms-flex-line-pack: justify;
          align-content: space-between;
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  text-align: left; }

.region-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  z-index: 100; }
  @media (min-width: 48rem) {
    .region-sticky {
      top: 2.3125rem; } }

.layout-navrail .nav, .layout-navrail .navbar .menu, .navbar .layout-navrail .menu {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-x;
  -ms-overflow-style: auto;
  -webkit-flex-wrap: nowrap;
      -ms-flex-wrap: nowrap;
          flex-wrap: nowrap;
  white-space: nowrap; }
  .layout-navrail .nav ul, .layout-navrail .navbar .menu ul, .navbar .layout-navrail .menu ul {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap; }
    @media (min-width: 48rem) {
      .layout-navrail .nav ul, .layout-navrail .navbar .menu ul, .navbar .layout-navrail .menu ul {
        display: block; } }
  @media (min-width: 48rem) {
    .layout-navrail .nav, .layout-navrail .navbar .menu, .navbar .layout-navrail .menu {
      white-space: normal;
      overflow: visible;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; } }

@media (min-width: 48rem) {
  .layout-navrail {
    width: 100%;
    padding-right: var(--bs-gutter-x, 0.75rem);
    padding-left: var(--bs-gutter-x, 0.75rem);
    margin-right: auto;
    margin-left: auto;
    padding-left: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start; }
    .layout-navrail ul {
      display: block; } }

.layout-quadrant .cell {
  margin-bottom: 1rem;
  height: calc(100% - 1rem); }

.layout-quadrant .cell-1 .cta {
  margin-top: 1rem;
  margin: 0 -0.75rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .layout-quadrant .cell-1 .cta a {
    margin: 0.25rem 0.75rem;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1; }
    @media (min-width: 48rem) {
      .layout-quadrant .cell-1 .cta a {
        display: inline-block; } }

@media (min-width: 48rem) {
  .layout-quadrant .cell-1 {
    background: #f5f5f5;
    padding: 2rem; } }

.layout-quadrant .cell-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: -1.5rem; }
  .layout-quadrant .cell-2 img {
    -o-object-fit: cover;
       object-fit: cover;
    width: 100%;
    height: 100%; }

.layout-quadrant .cell-3 {
  background: rgba(0, 173, 238, 0.1);
  padding: 2rem; }

.layout-quadrant .cell-4 {
  padding: 2rem 4rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  line-height: 1.8; }
  .layout-quadrant .cell-4 img {
    margin: 1.5rem auto;
    display: block;
    width: 100%;
    max-width: 18.75rem; }

.background-wrapper {
  -webkit-background-size: contain;
          background-size: contain;
  background-position: 50% 0;
  background-repeat: no-repeat;
  padding-top: 5rem; }

.raised {
  -webkit-box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
          box-shadow: 0 0 20px rgba(0, 0, 0, 0.2);
  background: #ffffff;
  padding: 0; }
  .raised .container, .raised #v-pills-tab + .tab-content, .raised section.banner.image .image-mobile, section.banner.image .raised .image-mobile, .raised section.banner.image .image-desktop, section.banner.image .raised .image-desktop, .raised section.banner.image .image-banner, section.banner.image .raised .image-banner, .raised section.quotes .inner, section.quotes .raised .inner {
    background: #ffffff; }

.sidebar {
  background: #ffffff;
  margin-bottom: 1.5rem;
  margin-top: 1.5rem; }

.section.fill {
  background: #ffffff; }

#main-wrapper {
  padding-top: 6.75rem; }
  @media (min-width: 48rem) {
    #main-wrapper {
      padding-top: 15.5rem; } }
  @media (min-width: 62rem) {
    #main-wrapper {
      padding-top: 6.75rem; } }
  @media (min-width: 75rem) {
    #main-wrapper {
      padding-top: 6rem; } }
  @media (min-width: 100rem) {
    #main-wrapper {
      padding-top: 8rem; } }
  .adminimal-admin-toolbar #main-wrapper {
    padding-top: 0; }

#main {
  min-height: 75vh; }
  @media (min-width: 36rem) and (max-width: 47.99875rem) {
    #main [class*="container"]:not(.has-legacy-content) {
      padding-left: 0;
      padding-right: 0; } }

#content {
  background: #ffffff;
  padding-bottom: 0; }

a.anchor {
  display: block;
  position: relative;
  top: -125px;
  visibility: hidden; }

.icon {
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-color: transparent; }
  .icon-chat {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230D4BA0' fill-rule='evenodd' clip-rule='evenodd' d='M6.24081 4.00821C6.35034 4.00276 6.46056 4 6.57143 4H10.4286C13.4288 4 15.9475 6.02897 16.7403 8.77812C17.4859 8.41707 18 7.65319 18 6.76923V5.76471C18 3.68552 16.3145 2 14.2353 2H9.23529C7.88282 2 6.72418 2.82989 6.24081 4.00821ZM16.9971 10.8191C16.8982 14.2018 14.2484 16.9743 10.8949 17.1933L8.3079 19.4787C6.97199 20.6588 4.875 19.7056 4.875 17.9181V17.0904C2.09534 16.5356 0 14.0712 0 11.115V10.6036C0 7.85392 1.67239 5.49677 4.05077 4.50325C4.40684 1.95843 6.59236 0 9.23529 0H14.2353C17.4191 0 20 2.58095 20 5.76471V6.76923C20 8.67879 18.7349 10.2929 16.9971 10.8191ZM9.86825 15.4242L6.98738 17.9692C6.94365 18.0079 6.875 17.9767 6.875 17.9181V16.0139C6.875 16.0003 6.87467 15.9868 6.87402 15.9735C6.86602 15.8085 6.80927 15.6563 6.71794 15.5313C6.57007 15.3288 6.33156 15.1974 6.0625 15.1974C3.81884 15.1974 2 13.3696 2 11.115V10.6036C2 8.0665 4.0467 6.00979 6.57143 6.00979H10.4286C12.9533 6.00979 15 8.08582 15 10.6229C15 13.1387 12.9704 15.1974 10.4669 15.1974C10.2465 15.1974 10.0337 15.278 9.86825 15.4242Z' /%3E%3C/svg%3E"); }
  .icon-phone {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230D4BA0' fill-rule='evenodd' clip-rule='evenodd' d='M4.30377 1.99792C4.30379 1.99791 4.30404 1.99817 4.30444 1.99878L4.30377 1.99792ZM4.34683 2.06621L6.3541 5.26003C6.11154 5.48999 5.84697 5.71777 5.56223 5.96291C5.3175 6.17359 5.05788 6.39711 4.78454 6.64585C4.10705 7.26238 3.97619 8.25394 4.41466 9.02561C6.73326 13.1062 9.89567 14.963 11.3107 15.6296C12.1632 16.0312 13.0894 15.7143 13.605 15.058L14.994 13.2899C14.9949 13.2888 14.9948 13.2891 14.9943 13.2894C14.9942 13.2895 14.9952 13.2889 14.9973 13.2885C14.9994 13.2882 15.0015 13.2882 15.0032 13.2885C15.0045 13.2888 15.0062 13.2892 15.0091 13.291C15.8185 13.7906 16.9477 14.4694 17.985 15.0442C17.7987 16.1688 17.3708 16.824 16.8989 17.2246C16.4035 17.6451 15.7628 17.8665 15.0482 17.9464C13.6213 18.106 12.1728 17.6731 11.8516 17.5677C11.4971 17.3864 9.55356 16.3634 7.47717 14.7056C5.33609 12.9961 3.18918 10.7178 2.36809 8.10491C1.768 6.19529 1.99428 4.85151 2.46593 3.92459C2.92188 3.02852 3.65972 2.42034 4.34683 2.06621ZM3.62071 0.175965C4.56664 -0.272689 5.54477 0.195095 6.00037 0.920022L8.10026 4.26123C8.52478 4.9367 8.55389 5.92415 7.86374 6.60058C7.56796 6.89048 7.15645 7.24679 6.77351 7.57836C6.56331 7.76036 6.36173 7.93491 6.19262 8.08692C8.18813 11.5617 10.856 13.1693 12.0694 13.7572L13.4201 12.0378C14.0579 11.226 15.1934 11.0363 16.0581 11.57C16.858 12.0636 17.9638 12.7281 18.966 13.2829C19.6343 13.653 20.1124 14.4244 19.977 15.2954C19.7337 16.8596 19.0982 17.999 18.1926 18.7678C17.3022 19.5237 16.2415 19.8444 15.2698 19.953C13.3585 20.1668 11.5305 19.588 11.1967 19.4763C11.1122 19.4479 11.042 19.4181 10.9666 19.3798C10.6083 19.1977 8.4963 18.0965 6.23016 16.2872C3.98759 14.4967 1.45851 11.9066 0.455138 8.71365C-0.28189 6.36823 -0.0638629 4.46651 0.680113 3.0044C1.41105 1.56791 2.59475 0.662575 3.62071 0.175965Z' /%3E%3C/svg%3E"); }

body.toolbar-fixed .toolbar-oriented .toolbar-bar {
  z-index: 1020; }

.field--type-entity-reference {
  margin: 0;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
      -ms-flex: 1;
          flex: 1; }

.node--unpublished {
  padding: 0; }

.node--type-location #block-ecpi-university-page-title, .node--type-college #block-ecpi-university-page-title, .node--type-degree #block-ecpi-university-page-title {
  display: none; }

body.page-view-taxonomy-term .block-page-title-block {
  display: none; }

.ui-dialog-titlebar {
  background: transparent;
  border: 0;
  padding: 1rem 1rem 0.5rem;
  font-size: 2rem; }

.ui-dialog-content {
  padding: 0 1rem 1rem; }

.ui-dialog-titlebar-close {
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000000' d='M32.3966 0.603417C32.0101 0.217049 31.486 0 30.9395 0C30.393 0 29.8689 0.217049 29.4824 0.603417L16.5129 13.5729L3.54336 0.603417C3.15466 0.227999 2.63406 0.0202668 2.09369 0.0249624C1.55331 0.0296581 1.0364 0.246406 0.654287 0.628522C0.272172 1.01064 0.0554237 1.52755 0.050728 2.06792C0.0460323 2.60829 0.253765 3.12889 0.629182 3.51759L13.5987 16.4871L0.629182 29.4566C0.432341 29.6468 0.275334 29.8742 0.167322 30.1256C0.0593096 30.3771 0.00245577 30.6475 7.78152e-05 30.9211C-0.00230014 31.1948 0.0498448 31.4662 0.153471 31.7195C0.257097 31.9727 0.410129 32.2029 0.603636 32.3964C0.797144 32.5899 1.02725 32.7429 1.28054 32.8465C1.53382 32.9502 1.8052 33.0023 2.07885 32.9999C2.3525 32.9975 2.62294 32.9407 2.87438 32.8327C3.12583 32.7247 3.35324 32.5677 3.54336 32.3708L16.5129 19.4013L29.4824 32.3708C29.8711 32.7462 30.3917 32.954 30.9321 32.9493C31.4724 32.9446 31.9894 32.7278 32.3715 32.3457C32.7536 31.9636 32.9703 31.4467 32.975 30.9063C32.9797 30.3659 32.772 29.8453 32.3966 29.4566L19.4271 16.4871L32.3966 3.51759C32.783 3.13111 33 2.60699 33 2.0605C33 1.51402 32.783 0.989901 32.3966 0.603417Z' /%3E%3C/svg%3E");
  width: 2rem;
  height: 2rem;
  margin-top: -1rem; }

.ui-dialog .feed-icons {
  display: none; }

/* CK Editor */
.rteindent1 {
  margin-left: 2.5rem; }

.rteindent2 {
  margin-left: 5rem; }

.rteindent3 {
  margin-left: 7.5rem; }

.rteindent4 {
  margin-left: 10rem; }

.rteleft {
  text-align: left; }

.rteright {
  text-align: right; }

.rtecenter {
  text-align: center; }

.rtejustify {
  text-align: justify; }

.ibimage_left {
  float: left; }

.ibimage_right {
  float: right; }

.sidebar .block {
  border: 0;
  margin: 0; }

#block-ecpi-university-page-title,
#block-ecpi-university-content {
  margin-top: 1em;
  margin-bottom: 1em; }

#block-whatareyouwaitingtwo {
  padding: 0; }

#block-blogheadingforblockpages {
  width: 100%;
  grid-column: 1;
  grid-row: 1; }
  #block-blogheadingforblockpages img {
    max-width: 100%;
    height: auto;
    display: block; }
  @media (min-width: 62rem) {
    #block-blogheadingforblockpages {
      width: auto; } }

#block-blogmainfeaturedentry {
  grid-column: 2;
  grid-row: 1 / span 3; }
  #block-blogmainfeaturedentry .content {
    height: 100%; }

#blog-featured {
  padding: 1.5rem 1.5rem 0;
  position: relative;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  #blog-featured a {
    width: 100%;
    overflow: hidden; }
  #blog-featured img {
    display: block;
    width: 100%;
    height: auto; }
  #blog-featured .views-field-title {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    line-clamp: 3;
    box-orient: vertical;
    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
    overflow: hidden;
    background: rgba(50, 50, 50, 0.75);
    font-weight: 500;
    padding: 0.5rem 0.5rem 0.25rem;
    position: absolute;
    bottom: 0;
    left: 1.5rem;
    right: 1.5rem;
    color: #00ADEE;
    border-top: 1px solid #ffffff; }
    #blog-featured .views-field-title a {
      color: #ffffff; }

.quicksearch-wrapper {
  margin: 0 -0.5rem; }
  .quicksearch-wrapper a {
    margin: 0.5rem 0;
    width: 100%;
    padding: 0.625rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    background-color: #f5f5f5;
    border-radius: 0.5rem;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
    .quicksearch-wrapper a:hover {
      color: #ffffff;
      text-decoration: none; }
    @media (min-width: 62rem) {
      .quicksearch-wrapper a {
        -webkit-box-align: start;
        -webkit-align-items: flex-start;
            -ms-flex-align: start;
                align-items: flex-start;
        margin: 0 0.5rem 1rem;
        width: 12.5rem;
        min-height: 3.75rem; } }
  .quicksearch-wrapper img {
    width: 3.125rem;
    height: 3.125rem; }
  .quicksearch-wrapper h3, .quicksearch-wrapper .h3, .quicksearch-wrapper .accordion .accordion-button, .accordion .quicksearch-wrapper .accordion-button {
    font-family: "roboto-bold-webfont", Arial, Verdana, sans-serif;
    color: #ffffff;
    line-height: 1em;
    margin: 0 1rem 0 0;
    text-transform: uppercase;
    font-size: 1rem; }
    @media (min-width: 62rem) {
      .quicksearch-wrapper h3, .quicksearch-wrapper .h3, .quicksearch-wrapper .accordion .accordion-button, .accordion .quicksearch-wrapper .accordion-button {
        font-size: 0.875rem; } }
  @media (min-width: 62rem) {
    .quicksearch-wrapper {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; } }

.mailchimp-signup-subscribe-form {
  margin: 0 1.5rem 1rem; }
  .mailchimp-signup-subscribe-form form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    position: relative; }
    .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields {
      width: 60%;
      display: inline-block; }
      .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields .form-control {
        font-size: 0.9rem;
        padding: 0.75rem; }
    .mailchimp-signup-subscribe-form form .form-email::-webkit-input-placeholder {
      font-size: 0.8rem; }
    .mailchimp-signup-subscribe-form form .form-email::-moz-placeholder {
      font-size: 0.8rem; }
    .mailchimp-signup-subscribe-form form .form-email:-ms-input-placeholder {
      font-size: 0.8rem; }
    .mailchimp-signup-subscribe-form form .form-email::-ms-input-placeholder {
      font-size: 0.8rem; }
    .mailchimp-signup-subscribe-form form .form-email::placeholder {
      font-size: 0.8rem; }
  .mailchimp-signup-subscribe-form .form-actions {
    width: 40%;
    display: inline-block; }
    .mailchimp-signup-subscribe-form .form-actions .form-submit {
      white-space: normal;
      word-wrap: break-word;
      font-size: 0.7rem;
      line-height: 1.2;
      padding: 0.85em 0.5em;
      height: 100%; }
  .sidebar .mailchimp-signup-subscribe-form {
    padding: 0 0 1rem; }
    .sidebar .mailchimp-signup-subscribe-form .mailchimp-newsletter-mergefields, .sidebar .mailchimp-signup-subscribe-form .form-actions {
      width: 100%; }
  .main-content .mailchimp-signup-subscribe-form {
    margin: 0 0 1rem;
    padding: 1rem;
    background: #004799;
    border-radius: 0.5rem; }
    .main-content .mailchimp-signup-subscribe-form h3, .main-content .mailchimp-signup-subscribe-form .h3, .main-content .mailchimp-signup-subscribe-form .accordion .accordion-button, .accordion .main-content .mailchimp-signup-subscribe-form .accordion-button {
      color: #ffffff;
      font-size: 1.2rem;
      line-height: 1.2;
      text-transform: uppercase;
      text-align: center;
      margin: 0 auto 1rem;
      padding: 0 1rem;
      font-weight: 400; }
      .main-content .mailchimp-signup-subscribe-form h3 span, .main-content .mailchimp-signup-subscribe-form .h3 span, .main-content .mailchimp-signup-subscribe-form .accordion .accordion-button span, .accordion .main-content .mailchimp-signup-subscribe-form .accordion-button span {
        font-weight: 700;
        display: block; }
      @media (min-width: 62rem) {
        .main-content .mailchimp-signup-subscribe-form h3, .main-content .mailchimp-signup-subscribe-form .h3, .main-content .mailchimp-signup-subscribe-form .accordion .accordion-button, .accordion .main-content .mailchimp-signup-subscribe-form .accordion-button {
          margin: 0 auto; } }

#block-militarybanner {
  width: 100%; }
  #block-militarybanner h2, #block-militarybanner .h2 {
    position: absolute;
    bottom: 0;
    margin: 0;
    left: 0;
    z-index: 2;
    font-family: "Ubuntu", Arial, Verdana, sans-serif;
    font-size: 2.25rem;
    line-height: 1;
    color: #ffffff;
    font-weight: normal;
    padding: 1.25rem;
    background-color: #0d4ba0; }
  #block-militarybanner section.hero.variant {
    min-height: auto; }
    #block-militarybanner section.hero.variant .inner {
      padding: 0;
      width: 100%;
      position: relative; }

.right-menu ul {
  list-style-type: none; }

.right-menu .nav-item {
  width: 100%; }

.right-menu .menu-item--expanded > .menu {
  display: none; }

.sidebar .legacy-menu {
  border-left: 2px solid #6c757d;
  padding-left: 1.5625rem; }
  .sidebar .legacy-menu ul li {
    margin-left: unset; }
  .sidebar .legacy-menu a, .sidebar .legacy-menu .nav-link, .sidebar .legacy-menu .navbar .menu-item, .navbar .sidebar .legacy-menu .menu-item {
    color: #053b5c; }

.sidebar .legacy-menu.highlight-items a:hover, .sidebar .legacy-menu.highlight-items .nav-link:hover, .sidebar .legacy-menu.highlight-items .navbar .menu-item:hover, .navbar .sidebar .legacy-menu.highlight-items .menu-item:hover {
  background-color: #f5f5f5;
  color: #384a56; }

.sidebar .legacy-menu.highlight-items .menu-item--expanded > .menu {
  padding-left: 0; }
  .sidebar .legacy-menu.highlight-items .menu-item--expanded > .menu > .nav-item a {
    padding-left: 1.6rem; }

.sidebar .legacy-menu.highlight-items .menu-item--active-trail .active, .sidebar .legacy-menu.highlight-items .menu-item--active-trail .active:hover {
  background-color: #f5f5f5;
  color: #343a40; }

.locations {
  margin: 2rem 0; }
  .locations h3, .locations .h3, .locations .accordion .accordion-button, .accordion .locations .accordion-button {
    line-height: 1;
    margin-bottom: 1.25rem; }
  .locations p, .locations a {
    font-size: 0.875rem; }
  .locations .inner {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='55' height='71' viewBox='0 0 55 71' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M27.5 70.2334C27.2031 70.2334 26.9062 70.1344 26.7083 69.8376L6.42187 43.3167C-0.802083 33.8167 -0.802083 20.6553 6.42187 11.1553C11.4687 4.52507 19.1875 0.764648 27.5 0.764648C35.8125 0.764648 43.5312 4.52507 48.5781 11.1553C55.8021 20.6553 55.8021 33.8167 48.5781 43.3167L28.2917 69.8376C28.0937 70.0355 27.7969 70.2334 27.5 70.2334ZM27.5 2.74382C19.7812 2.74382 12.6562 6.20736 8.00521 12.3428C1.27604 21.1501 1.27604 33.3219 8.00521 42.1292L27.5 67.5615L46.9948 42.1292C53.7239 33.3219 53.7239 21.1501 46.9948 12.3428C42.3437 6.30632 35.2187 2.74382 27.5 2.74382Z' fill='%2300ADEE' stroke='%2300ADEE' stroke-width='1.04167' stroke-miterlimit='10'/%3E%3Cpath d='M27.5013 43.1188C18.793 43.1188 11.668 35.9938 11.668 27.2855C11.668 18.5771 18.793 11.4521 27.5013 11.4521C36.2096 11.4521 43.3346 18.5771 43.3346 27.2855C43.3346 35.9938 36.2096 43.1188 27.5013 43.1188ZM27.5013 13.4313C19.8815 13.4313 13.6471 19.6657 13.6471 27.2855C13.6471 34.9053 19.8815 41.1397 27.5013 41.1397C35.1211 41.1397 41.3555 34.9053 41.3555 27.2855C41.3555 19.6657 35.1211 13.4313 27.5013 13.4313Z' fill='%2300ADEE' stroke='%2300ADEE' stroke-width='1.04167' stroke-miterlimit='10'/%3E%3C/svg%3E");
    background-color: #f5f5f5;
    -webkit-background-size: 2rem 2.75rem;
            background-size: 2rem 2.75rem;
    background-position: 1.5rem 1.5rem;
    padding: 2rem 2rem 2rem 4.75rem;
    position: relative; }
    @media (min-width: 48rem) {
      .locations .inner {
        -webkit-background-size: 3.5rem 4.5rem;
                background-size: 3.5rem 4.5rem;
        padding: 2.5rem 2rem 2.5rem 10.5rem;
        background-position: 2.5rem 2.5rem; }
        .locations .inner::before {
          display: block;
          content: '';
          width: 1px;
          background: rgba(0, 0, 0, 0.2);
          position: absolute;
          top: 2.25rem;
          height: 5rem;
          left: 8rem; } }
  @media (min-width: 48rem) {
    .locations .field--name-field-degree-locations {
      -webkit-column-count: 3;
         -moz-column-count: 3;
              column-count: 3; } }
  @media (min-width: 62rem) {
    .locations .field--name-field-degree-locations {
      -webkit-column-count: 4;
         -moz-column-count: 4;
              column-count: 4; } }
  .locations .cta a {
    font-size: 1rem; }

.block-views-blockdegrees-sitemap-block-degrees-sitemap .sitemap-wrapper ul,
.block-views-blocksitemap-colleges-sitemap-colleges .sitemap-wrapper ul,
.block-views-blocksection-audiences-sitemap-block-section-audiences-sitemap .sitemap-wrapper ul {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  -webkit-column-gap: 3.125rem;
     -moz-column-gap: 3.125rem;
          column-gap: 3.125rem;
  padding-left: 1.5625rem; }
  .block-views-blockdegrees-sitemap-block-degrees-sitemap .sitemap-wrapper ul h3.list-title, .block-views-blockdegrees-sitemap-block-degrees-sitemap .sitemap-wrapper ul .list-title.h3, .block-views-blockdegrees-sitemap-block-degrees-sitemap .sitemap-wrapper ul .accordion .list-title.accordion-button, .accordion .block-views-blockdegrees-sitemap-block-degrees-sitemap .sitemap-wrapper ul .list-title.accordion-button,
  .block-views-blocksitemap-colleges-sitemap-colleges .sitemap-wrapper ul h3.list-title,
  .block-views-blocksitemap-colleges-sitemap-colleges .sitemap-wrapper ul .list-title.h3,
  .block-views-blocksitemap-colleges-sitemap-colleges .sitemap-wrapper ul .accordion .list-title.accordion-button,
  .accordion .block-views-blocksitemap-colleges-sitemap-colleges .sitemap-wrapper ul .list-title.accordion-button,
  .block-views-blocksection-audiences-sitemap-block-section-audiences-sitemap .sitemap-wrapper ul h3.list-title,
  .block-views-blocksection-audiences-sitemap-block-section-audiences-sitemap .sitemap-wrapper ul .list-title.h3,
  .block-views-blocksection-audiences-sitemap-block-section-audiences-sitemap .sitemap-wrapper ul .accordion .list-title.accordion-button,
  .accordion .block-views-blocksection-audiences-sitemap-block-section-audiences-sitemap .sitemap-wrapper ul .list-title.accordion-button {
    padding: 2rem 0; }
  .block-views-blockdegrees-sitemap-block-degrees-sitemap .sitemap-wrapper ul li,
  .block-views-blocksitemap-colleges-sitemap-colleges .sitemap-wrapper ul li,
  .block-views-blocksection-audiences-sitemap-block-section-audiences-sitemap .sitemap-wrapper ul li {
    margin: 0 2% 1rem; }
  @media (min-width: 48rem) {
    .block-views-blockdegrees-sitemap-block-degrees-sitemap .sitemap-wrapper ul,
    .block-views-blocksitemap-colleges-sitemap-colleges .sitemap-wrapper ul,
    .block-views-blocksection-audiences-sitemap-block-section-audiences-sitemap .sitemap-wrapper ul {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; } }
  @media (min-width: 62rem) {
    .block-views-blockdegrees-sitemap-block-degrees-sitemap .sitemap-wrapper ul,
    .block-views-blocksitemap-colleges-sitemap-colleges .sitemap-wrapper ul,
    .block-views-blocksection-audiences-sitemap-block-section-audiences-sitemap .sitemap-wrapper ul {
      -webkit-columns: 3;
         -moz-columns: 3;
              columns: 3; } }

.block-page-content-text-and-cta {
  font-family: "Rubik", Arial, Verdana, sans-serif;
  padding-top: 2rem;
  width: 100%; }
  .block-page-content-text-and-cta .page-content-elements {
    margin-bottom: 0.625rem; }
    .block-page-content-text-and-cta .page-content-elements p {
      font-weight: 400;
      margin-bottom: 0.125rem;
      line-height: 1.375rem; }
    .block-page-content-text-and-cta .page-content-elements a:visited,
    .block-page-content-text-and-cta .page-content-elements a:link {
      color: #ff5f00;
      text-decoration: none; }
    .block-page-content-text-and-cta .page-content-elements a:hover {
      color: #004799; }
  @media (min-width: 62rem) {
    .block-page-content-text-and-cta {
      width: auto; } }

.block-page-content-contact-info-block .sidebar-main-phone a {
  margin: 0.625rem 0 0 0; }

.block-system-main-block p a {
  word-break: break-word; }

input:focus::-webkit-input-placeholder {
  -webkit-transition: opacity 0.25s 0.25s ease;
  transition: opacity 0.25s 0.25s ease;
  opacity: 0; }

.has-webform {
  position: relative; }
  .has-webform .webform-form-wrapper {
    position: absolute;
    width: 100%;
    padding: 4rem 3rem;
    top: auto;
    background-color: rgba(255, 199, 0, 0.9);
    border-radius: 0.7rem 0 0 0; }
    @media (min-width: 62rem) {
      .has-webform .webform-form-wrapper {
        padding: 4rem 6rem; } }
    .has-webform .webform-form-wrapper.closed {
      display: none; }
  .has-webform .close-webform {
    position: absolute;
    right: 1.5625rem;
    top: 1.25rem;
    color: #000;
    font-size: 1.25rem;
    line-height: 1;
    text-decoration: none; }
  .has-webform .webform-submission-form {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between; }
    .has-webform .webform-submission-form > fieldset {
      width: 100%;
      margin: 1rem 0; }
      @media (min-width: 48rem) {
        .has-webform .webform-submission-form > fieldset {
          max-width: 47%; } }
    .has-webform .webform-submission-form > .form-actions {
      width: 100%;
      margin: 1rem 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
      @media (min-width: 48rem) {
        .has-webform .webform-submission-form > .form-actions {
          -webkit-box-pack: end;
          -webkit-justify-content: end;
              -ms-flex-pack: end;
                  justify-content: end; } }
      .has-webform .webform-submission-form > .form-actions .webform-button--submit {
        width: 80%; }
        @media (min-width: 48rem) {
          .has-webform .webform-submission-form > .form-actions .webform-button--submit {
            max-width: 12.5rem; } }

.field--name-field-title-first-section {
  display: block;
  font-family: "Ubuntu", Arial, Verdana, sans-serif;
  font-weight: 700;
  font-size: 1.125rem;
  line-height: 1.3; }

.field--name-field-title-second-section {
  display: block;
  font-family: "Rubik", Arial, Verdana, sans-serif;
  font-weight: 500;
  font-size: 0.875rem;
  line-height: 1.3; }

.field--name-field-subheading-first,
.field--name-field-subheading-second {
  font-family: "Rubik", Arial, Verdana, sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  line-height: 1.3;
  margin-top: 0.3rem;
  display: block; }

main img, aside img {
  max-width: 100%;
  display: inline-block;
  height: auto; }

main .embedded, main .video, aside .embedded, aside .video {
  position: relative;
  cursor: pointer; }
  main .embedded img, main .video img, aside .embedded img, aside .video img {
    width: 100%;
    height: auto;
    display: block; }
  main .embedded .video-embed-field-launch-modal::after, main .video .video-embed-field-launch-modal::after, aside .embedded .video-embed-field-launch-modal::after, aside .video .video-embed-field-launch-modal::after {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='88' height='88' viewBox='0 0 88 88' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M0.666748 44.0003C0.666748 67.9327 20.0677 87.3337 44.0001 87.3337C67.9324 87.3337 87.3334 67.9327 87.3334 44.0003C87.3334 20.068 67.9324 0.666992 44.0001 0.666992C20.0677 0.666992 0.666748 20.068 0.666748 44.0003ZM9.33342 44.0003C9.33342 24.8545 24.8542 9.33366 44.0001 9.33366C63.146 9.33366 78.6667 24.8545 78.6667 44.0003C78.6667 63.1462 63.146 78.667 44.0001 78.667C24.8542 78.667 9.33342 63.1462 9.33342 44.0003ZM37.622 31.5131C39.0311 30.759 40.7407 30.8416 42.0704 31.7281L55.0704 40.3948C56.276 41.1985 57.0001 42.5515 57.0001 44.0003C57.0001 45.4492 56.276 46.8022 55.0704 47.6059L42.0704 56.2726C40.7407 57.159 39.0311 57.2417 37.622 56.4876C36.213 55.7335 35.3334 54.2651 35.3334 52.667V35.3337C35.3334 33.7356 36.213 32.2672 37.622 31.5131Z' fill='%23ffffff'/%3E%3C/svg%3E");
    content: '';
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -2.5rem 0 0 -2.5rem;
    width: 5rem;
    height: 5rem;
    background-color: rgba(0, 0, 0, 0.5);
    border: 4px solid transparent;
    border-radius: 100%; }

main section.video, aside section.video {
  cursor: default; }

.video-wrapper {
  background: #000000;
  width: 100%; }
  .video-wrapper h4, .video-wrapper .h4, .video-wrapper #footer .menu-item--expanded > a, #footer .video-wrapper .menu-item--expanded > a, .video-wrapper #footer .menu-item--expanded > span, #footer .video-wrapper .menu-item--expanded > span {
    background: #00ADEE;
    color: #ffffff;
    text-align: center;
    padding: 0.5rem;
    font-weight: 500;
    font-size: 1.2rem; }

.image-object-fit img {
  width: 100%;
  display: block; }

.image-object-fit-cover img {
  -o-object-fit: cover;
     object-fit: cover; }

.image-object-fit-contain img {
  -o-object-fit: contain;
     object-fit: contain; }

.node--type-press-release .background-wrapper.set-background {
  -webkit-background-size: cover;
          background-size: cover;
  width: 100%;
  background-position: center; }
  .node--type-press-release .background-wrapper.set-background .sidebar {
    margin-bottom: 0; }

.video-playbutton {
  position: relative; }
  .video-playbutton:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.25rem;
    margin-top: -1.875rem;
    background: url(../assets/legacy/play-button.svg) 0 0 no-repeat;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    z-index: 2;
    -webkit-filter: drop-shadow(0px 0px 5px #000);
            filter: drop-shadow(0px 0px 5px #000); }

.button {
  font-family: "Ubuntu", Arial, Verdana, sans-serif;
  border: 0; }

button {
  border: 0; }

.btn, .layout-quadrant .cell-1 .cta a, .button, .node-readmore a, section.showcase .cta a, section.campus-finder .leaflet-popup .campus__view-link {
  text-transform: none; }
  .btn a, .layout-quadrant .cell-1 .cta a a, .button a, .node-readmore a a, section.showcase .cta a a, section.campus-finder .leaflet-popup .campus__view-link a, .btn a:hover, .layout-quadrant .cell-1 .cta a a:hover, .button a:hover, .node-readmore a a:hover, section.showcase .cta a a:hover, section.campus-finder .leaflet-popup .campus__view-link a:hover {
    text-decoration: none; }
  .btn-primary, .layout-quadrant .cell-1 .cta a:nth-child(1), .button, .navbar-inner .secondary-menu .btn-apply, .video.modal .btn-apply, section.campus-finder .leaflet-popup .campus__view-link, .btn-secondary, .layout-quadrant .cell-1 .cta a:nth-child(2), .node-readmore a, .navbar-inner .secondary-menu .btn-info, section.showcase .cta a, .video.modal .btn-info, .btn-tertiary {
    color: #141313; }

.node-readmore {
  padding: 0; }
  .node-readmore a {
    font-family: "Ubuntu", Arial, Verdana, sans-serif;
    border: 0; }

.link-readmore, .locations .cta a, .quicklinks .tile span, section.infographics .tile a {
  font-weight: 500;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background: transparent;
  border: 0; }
  .link-readmore::after, .locations .cta a::after, .quicklinks .tile span::after, section.infographics .tile a::after {
    display: inline-block;
    content: '';
    width: 1.25em;
    height: 1em;
    position: static;
    background: transparent;
    top: auto;
    left: auto;
    right: auto;
    bottom: 100%; }
  .link-readmore::after, .locations .cta a::after, .quicklinks .tile span::after, section.infographics .tile a::after {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1956 11.7007C13.5826 12.0947 14.2158 12.1004 14.6098 11.7134L19.7007 6.71345C19.8922 6.52542 20 6.26834 20 6C20 5.73166 19.8922 5.47458 19.7007 5.28655L14.6098 0.286551C14.2158 -0.100439 13.5826 -0.0947351 13.1956 0.299292C12.8087 0.693318 12.8144 1.32646 13.2084 1.71345L16.5547 5L1 5C0.447715 5 0 5.44771 0 6C0 6.55228 0.447715 7 1 7L16.5547 7L13.2084 10.2866C12.8144 10.6735 12.8087 11.3067 13.1956 11.7007Z' fill='%230D4BA0'/%3E%3C/svg%3E");
    vertical-align: middle;
    margin-left: 0.5rem;
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    transition: -webkit-transform 0.3s ease-in-out;
    -o-transition: -o-transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out, -webkit-transform 0.3s ease-in-out, -o-transform 0.3s ease-in-out; }
  .link-readmore:hover::after, .locations .cta a:hover::after, .quicklinks .tile span:hover::after, section.infographics .tile a:hover::after {
    -webkit-transform: translateX(0.3em);
         -o-transform: translateX(0.3em);
            transform: translateX(0.3em); }

.dimelo_chat_item_action,
.dimelo-chat-round-button,
.dimelo-popup-window {
  margin-bottom: 2.4375rem !important; }

#v-pills-tab {
  background: #f5f5f5;
  min-width: 100%;
  -webkit-flex-basis: 100%;
      -ms-flex-preferred-size: 100%;
          flex-basis: 100%;
  padding: 0 1rem;
  margin-bottom: 2rem; }
  #v-pills-tab .nav-link, #v-pills-tab .navbar .menu-item, .navbar #v-pills-tab .menu-item {
    font-size: 0.75rem;
    font-family: "Rubik", Arial, Verdana, sans-serif;
    text-align: left;
    border: 1px solid rgba(0, 173, 238, 0);
    -webkit-transition: border-color 0.3s;
    -o-transition: border-color 0.3s;
    transition: border-color 0.3s;
    border-width: 0 0 0.5rem 0;
    padding: 1rem 0 0.5rem 0;
    color: #000000;
    background: transparent;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    margin: 0 0.5rem;
    letter-spacing: 0.01em; }
    @media (min-width: 48rem) {
      #v-pills-tab .nav-link, #v-pills-tab .navbar .menu-item, .navbar #v-pills-tab .menu-item {
        border-width: 0 0 0 0.5rem;
        padding: 0.5rem 0 0.5rem 1rem;
        margin: 0; } }
  #v-pills-tab .active, #v-pills-tab .active .nav-link, #v-pills-tab .active .navbar .menu-item, .navbar #v-pills-tab .active .menu-item {
    background: transparent;
    color: #000000;
    border-color: #00ADEE; }
  #v-pills-tab + .tab-content {
    margin-top: 2rem;
    width: calc(100% - 240px); }
    @media (max-width: 47.99875rem) {
      #v-pills-tab + .tab-content {
        width: 100%; } }
    #v-pills-tab + .tab-content ul li {
      margin: 0.75em 0; }
  @media (min-width: 48rem) {
    #v-pills-tab {
      -webkit-flex-basis: 14.0625rem;
          -ms-flex-preferred-size: 14.0625rem;
              flex-basis: 14.0625rem;
      min-width: 14.0625rem;
      position: -webkit-sticky;
      position: sticky;
      right: 100%;
      top: 2rem;
      margin-top: 2rem;
      padding: 0.75rem 0; } }

.glide {
  position: relative;
  width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }
  .glide * {
    -webkit-box-sizing: inherit;
            box-sizing: inherit; }
  .glide__track {
    overflow: hidden; }
  .glide__arrows {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    position: absolute;
    top: 50%;
    margin-top: -1rem;
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    z-index: 1; }
  .glide__prev, .glide__next {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='42' viewBox='0 0 23 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.75977 1.41309L21.5198 20.9131L1.75977 40.5864' stroke='%23000000' stroke-width='2.22222' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    width: 2rem;
    height: 2rem;
    display: block;
    -webkit-transition: opacity 0.2s;
    -o-transition: opacity 0.2s;
    transition: opacity 0.2s; }
    .glide__prev[disabled], .glide__next[disabled] {
      opacity: 0; }
  .glide__prev {
    -webkit-transform: scale(-1);
         -o-transform: scale(-1);
            transform: scale(-1); }
  .glide__slides {
    position: relative;
    z-index: 10;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
        touch-action: pan-Y;
    overflow: hidden;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    will-change: transform;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch; }
    .glide__slides--dragging {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .glide__slide {
    max-width: 100%;
    min-height: 100%;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0;
    white-space: normal;
    -webkit-user-select: none;
       -moz-user-select: none;
        -ms-user-select: none;
            user-select: none;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent; }
    .glide__slide a {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none; }
  .glide--rtl {
    direction: rtl; }
  .glide.default .glide__track {
    padding: 0.3125rem 0; }
  .glide.default .glide__arrows {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 116%;
    margin-left: -8%; }
    @media (min-width: 36rem) {
      .glide.default .glide__arrows {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 116%;
        margin-left: -8%; } }
    @media (min-width: 48rem) {
      .glide.default .glide__arrows {
        width: 112%;
        margin-left: -6%; } }
    @media (min-width: 62rem) {
      .glide.default .glide__arrows {
        width: 108%;
        margin-left: -4%; } }
    @media (min-width: 75rem) {
      .glide.default .glide__arrows {
        width: 107%;
        margin-left: -3.5%; } }

#v-pills-tab + .tab-content ul.glide__slides {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0; }
  #v-pills-tab + .tab-content ul.glide__slides li {
    margin: initial; }
    #v-pills-tab + .tab-content ul.glide__slides li::before {
      content: "";
      background-color: transparent; }
  #v-pills-tab + .tab-content ul.glide__slides li.video::before {
    display: none; }

@media (max-width: 35.99875rem) {
  #v-pills-tab + .tab-content .video-wrapper {
    margin: 0 !important;
    width: 100% !important; } }

.accordion footer {
  margin-top: 3rem;
  margin-bottom: 4rem;
  font-size: 0.875rem; }

.accordion .accordion-body {
  padding: 0 2.5rem; }
  .accordion .accordion-body .table th:first-of-type, .accordion .accordion-body .table td:first-of-type {
    padding-left: 2.5rem; }

.accordion .accordion-contents {
  font-size: 0.875rem;
  line-height: 1.5; }
  .accordion .accordion-contents li * {
    display: inline; }
  .accordion .accordion-contents li::before {
    width: 0.5rem;
    height: 0.5rem;
    margin-right: 0.4rem;
    margin-bottom: 0.1rem;
    margin-left: -0.9rem; }
  @media (min-width: 48rem) {
    .accordion .accordion-contents {
      -webkit-column-count: 2;
         -moz-column-count: 2;
              column-count: 2;
      -webkit-column-gap: 1rem;
         -moz-column-gap: 1rem;
              column-gap: 1rem; } }

.accordion .accordion-button {
  margin: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  background: transparent; }
  .accordion .accordion-button i {
    font-style: normal;
    font-weight: 400;
    margin-left: 0.5em;
    display: inline-block; }
  .accordion .accordion-button::after {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1943 1.11509C10.1943 0.499245 9.6951 0 9.07925 0C8.4634 0 7.96415 0.499245 7.96415 1.11509L7.96415 7.80566L1.1151 7.80566C0.499245 7.80566 0 8.3049 0 8.92075C0 9.5366 0.499245 10.0358 1.11509 10.0358H7.96415L7.96415 16.8849C7.96415 17.5008 8.4634 18 9.07924 18C9.6951 18 10.1943 17.5008 10.1943 16.8849L10.1943 10.0358H16.8849C17.5008 10.0358 18 9.5366 18 8.92075C18 8.3049 17.5008 7.80566 16.8849 7.80566L10.1943 7.80566L10.1943 1.11509Z' fill='%230D4BA0'/%3E%3C/svg%3E"); }
  .accordion .accordion-button:not(.collapsed)::after {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E%3Cpath fill='%230D4BA0' d='M10.2,10h6.7c0.6,0,1.1-0.5,1.1-1.1c0-0.6-0.5-1.1-1.1-1.1h-6.7H8H1.1C0.5,7.8,0,8.3,0,8.9C0,9.5,0.5,10,1.1,10 H8H10.2z'/%3E%3C/svg%3E"); }

.accordion .accordion-item {
  border: 1px solid rgba(0, 0, 0, 0.6);
  margin: 1rem 0; }
  .accordion .accordion-item:first-of-type {
    margin-top: 0; }
  .accordion .accordion-item .accordion-collapse .table-striped > tbody > tr:nth-child(odd) > td {
    background-color: #f5f5f5;
    --bs-table-accent-bg: $gray-200; }
  .accordion .accordion-item .accordion-collapse table thead, .accordion .accordion-item .accordion-collapse table tfoot {
    background-color: rgba(0, 0, 0, 0.4);
    color: #ffffff; }
  .accordion .accordion-item .accordion-collapse table tbody tr {
    background-color: #f5f5f5;
    border-color: #f5f5f5; }

.accordion.primary .accordion-item {
  border: 0; }

.accordion.primary .accordion-button {
  background: #0D4BA0;
  border: 0;
  font-size: 1rem;
  color: #ffffff; }
  .accordion.primary .accordion-button::after {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1943 1.11509C10.1943 0.499245 9.6951 0 9.07925 0C8.4634 0 7.96415 0.499245 7.96415 1.11509L7.96415 7.80566L1.1151 7.80566C0.499245 7.80566 0 8.3049 0 8.92075C0 9.5366 0.499245 10.0358 1.11509 10.0358H7.96415L7.96415 16.8849C7.96415 17.5008 8.4634 18 9.07924 18C9.6951 18 10.1943 17.5008 10.1943 16.8849L10.1943 10.0358H16.8849C17.5008 10.0358 18 9.5366 18 8.92075C18 8.3049 17.5008 7.80566 16.8849 7.80566L10.1943 7.80566L10.1943 1.11509Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
  .accordion.primary .accordion-button:not(.collapsed) {
    color: #ffffff; }
    .accordion.primary .accordion-button:not(.collapsed)::after {
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M10.2,10h6.7c0.6,0,1.1-0.5,1.1-1.1c0-0.6-0.5-1.1-1.1-1.1h-6.7H8H1.1C0.5,7.8,0,8.3,0,8.9C0,9.5,0.5,10,1.1,10 H8H10.2z'/%3E%3C/svg%3E"); }

.accordion.secondary .accordion-item {
  border: 0; }

.accordion.secondary .accordion-body {
  padding: 0; }
  .accordion.secondary .accordion-body * {
    font-size: 0.875rem; }
  .accordion.secondary .accordion-body > *:not(.field) {
    padding: 1.25rem 2.5rem 0.25rem; }

.accordion.secondary .accordion-button {
  background: #00ADEE;
  border: 0;
  font-size: 1rem; }
  .accordion.secondary .accordion-button::after {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1943 1.11509C10.1943 0.499245 9.6951 0 9.07925 0C8.4634 0 7.96415 0.499245 7.96415 1.11509L7.96415 7.80566L1.1151 7.80566C0.499245 7.80566 0 8.3049 0 8.92075C0 9.5366 0.499245 10.0358 1.11509 10.0358H7.96415L7.96415 16.8849C7.96415 17.5008 8.4634 18 9.07924 18C9.6951 18 10.1943 17.5008 10.1943 16.8849L10.1943 10.0358H16.8849C17.5008 10.0358 18 9.5366 18 8.92075C18 8.3049 17.5008 7.80566 16.8849 7.80566L10.1943 7.80566L10.1943 1.11509Z' fill='%23000000'/%3E%3C/svg%3E"); }
  .accordion.secondary .accordion-button:not(.collapsed) {
    color: #000000; }
    .accordion.secondary .accordion-button:not(.collapsed)::after {
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E%3Cpath fill='%23000000' d='M10.2,10h6.7c0.6,0,1.1-0.5,1.1-1.1c0-0.6-0.5-1.1-1.1-1.1h-6.7H8H1.1C0.5,7.8,0,8.3,0,8.9C0,9.5,0.5,10,1.1,10 H8H10.2z'/%3E%3C/svg%3E"); }

div.alert {
  font-size: 0.9rem; }
  div.alert::before, div.alert-success::before, div.alert-warning::before, div.alert-danger::before {
    -webkit-background-size: contain;
            background-size: contain;
    background-position: 50%;
    vertical-align: middle;
    width: 1.5rem;
    height: 1.5rem;
    margin-right: 0.25rem; }

aside.notification {
  background: #ccc; }
  aside.notification * {
    margin: auto; }
  aside.notification .warning-banner {
    font-size: 0.875rem;
    padding: 0.25rem; }
    aside.notification .warning-banner a {
      color: #000000; }

.header {
  display: block;
  position: fixed;
  width: 100%;
  z-index: 1000;
  background: #ffffff; }
  .adminimal-admin-toolbar .header {
    padding: 0;
    margin: 0;
    position: static; }

.navbar {
  padding: 0; }
  .navbar ul {
    list-style: none;
    margin: 0;
    padding: 0; }
  .navbar h3.accordion-header a, .navbar .accordion-header.h3 a, .navbar .accordion .accordion-header.accordion-button a, .accordion .navbar .accordion-header.accordion-button a {
    padding: 1rem 0; }
  .navbar h3.accordion-header .accordion-button:not(.collapsed)::before, .navbar .accordion-header.h3 .accordion-button:not(.collapsed)::before, .navbar .accordion .accordion-header.accordion-button .accordion-button:not(.collapsed)::before, .accordion .navbar .accordion-header.accordion-button .accordion-button:not(.collapsed)::before {
    position: absolute;
    content: '';
    left: -2rem;
    width: 0.625rem;
    height: 100%;
    background: #00ADEE; }
  .navbar h3.accordion-header .accordion-button::after, .navbar .accordion-header.h3 .accordion-button::after, .navbar .accordion .accordion-header.accordion-button .accordion-button::after, .accordion .navbar .accordion-header.accordion-button .accordion-button::after {
    width: 1.125rem;
    height: 1.125rem; }
  .navbar h4.accordion-header a, .navbar .accordion-header.h4 a, .navbar #footer .menu-item--expanded > a.accordion-header a, #footer .navbar .menu-item--expanded > a.accordion-header a, .navbar #footer .menu-item--expanded > span.accordion-header a, #footer .navbar .menu-item--expanded > span.accordion-header a {
    font-weight: 400;
    padding-left: 1rem; }
  .navbar h4.accordion-header .accordion-button:not(.collapsed), .navbar .accordion-header.h4 .accordion-button:not(.collapsed), .navbar #footer .menu-item--expanded > a.accordion-header .accordion-button:not(.collapsed), #footer .navbar .menu-item--expanded > a.accordion-header .accordion-button:not(.collapsed), .navbar #footer .menu-item--expanded > span.accordion-header .accordion-button:not(.collapsed), #footer .navbar .menu-item--expanded > span.accordion-header .accordion-button:not(.collapsed) {
    border-color: transparent; }
  .navbar ul.accordion.view-grouping {
    display: block;
    height: auto !important; }
    .navbar ul.accordion.view-grouping .accordion-button::after {
      width: 0.75rem;
      height: 0.75rem; }
    .navbar ul.accordion.view-grouping .accordion-button::after {
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1943 1.11509C10.1943 0.499245 9.6951 0 9.07925 0C8.4634 0 7.96415 0.499245 7.96415 1.11509L7.96415 7.80566L1.1151 7.80566C0.499245 7.80566 0 8.3049 0 8.92075C0 9.5366 0.499245 10.0358 1.11509 10.0358H7.96415L7.96415 16.8849C7.96415 17.5008 8.4634 18 9.07924 18C9.6951 18 10.1943 17.5008 10.1943 16.8849L10.1943 10.0358H16.8849C17.5008 10.0358 18 9.5366 18 8.92075C18 8.3049 17.5008 7.80566 16.8849 7.80566L10.1943 7.80566L10.1943 1.11509Z' fill='%23323232'/%3E%3C/svg%3E"); }
    .navbar ul.accordion.view-grouping .accordion-button:not(.collapsed)::after {
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E%3Cpath fill='%23323232' d='M10.2,10h6.7c0.6,0,1.1-0.5,1.1-1.1c0-0.6-0.5-1.1-1.1-1.1h-6.7H8H1.1C0.5,7.8,0,8.3,0,8.9C0,9.5,0.5,10,1.1,10 H8H10.2z'/%3E%3C/svg%3E"); }
    .navbar ul.accordion.view-grouping .accordion-collapse .degrees-degree-type {
      margin-top: 0.5rem; }
      .navbar ul.accordion.view-grouping .accordion-collapse .degrees-degree-type a {
        color: #000000;
        font-weight: 700; }
    .navbar ul.accordion.view-grouping .accordion-collapse > ul {
      margin: 0 0 0 2rem; }
      .navbar ul.accordion.view-grouping .accordion-collapse > ul h5, .navbar ul.accordion.view-grouping .accordion-collapse > ul .h5 {
        display: block;
        margin-top: 1rem;
        font-size: 0.875rem;
        font-weight: 500;
        color: #0D4BA0; }
        .navbar ul.accordion.view-grouping .accordion-collapse > ul h5:empty, .navbar ul.accordion.view-grouping .accordion-collapse > ul .h5:empty {
          display: none; }
      .navbar ul.accordion.view-grouping .accordion-collapse > ul a {
        border: 0;
        margin-top: 0.25rem;
        padding: 0.25rem 0;
        font-size: 0.8125rem;
        font-family: "Rubik", Arial, Verdana, sans-serif;
        font-weight: 400;
        min-height: 0; }
      .navbar ul.accordion.view-grouping .accordion-collapse > ul:last-child {
        margin-bottom: 1rem; }
  .navbar li.accordion-item {
    border: 0;
    margin: 0; }
  .navbar .navigation {
    padding: 0; }
  .navbar .menu-item {
    padding: 0; }
    @media (max-width: 47.99875rem) {
      .navbar .menu-item a {
        padding: 0.75rem 0;
        display: -webkit-inline-box;
        display: -webkit-inline-flex;
        display: -ms-inline-flexbox;
        display: inline-flex;
        border-bottom: 1px solid rgba(0, 0, 0, 0.2);
        width: 100%;
        font-size: 0.875rem;
        font-weight: 500;
        color: #0D4BA0; }
        .navbar .menu-item a.military::after {
          -webkit-background-size: contain;
                  background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-color: transparent;
          background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0V12.15H17.55V0H0ZM5.91158 1.96977L6.42884 1.93295L6.63205 1.45432C6.65053 1.4175 6.70595 1.4175 6.70595 1.45432L6.90916 1.93295L7.42642 1.96977C7.44489 1.96977 7.46337 1.98818 7.46337 2.00659C7.46337 2.025 7.46337 2.04341 7.44489 2.06182L7.05695 2.39318L7.16779 2.89023C7.16779 2.90864 7.16779 2.92705 7.14932 2.94545C7.13084 2.96386 7.11237 2.96386 7.09389 2.94545L6.65053 2.66932L6.20716 2.94545H6.18868C6.17021 2.94545 6.17021 2.94545 6.17021 2.94545C6.15174 2.92705 6.15174 2.90864 6.15174 2.90864L6.28105 2.41159L5.89311 2.08023C5.87463 2.06182 5.87463 2.04341 5.87463 2.025C5.87463 1.98818 5.89311 1.96977 5.91158 1.96977ZM5.91158 4.10523L6.42884 4.06841L6.63205 3.58977C6.65053 3.55295 6.70595 3.55295 6.70595 3.58977L6.90916 4.06841L7.42642 4.10523C7.44489 4.10523 7.46337 4.12364 7.46337 4.14205C7.46337 4.16045 7.46337 4.17886 7.44489 4.19727L7.05695 4.52864L7.16779 5.02568C7.16779 5.04409 7.16779 5.0625 7.14932 5.08091C7.13084 5.09932 7.11237 5.09932 7.09389 5.08091L6.65053 4.80477L6.20716 5.08091H6.18868H6.17021C6.15174 5.0625 6.15174 5.04409 6.15174 5.04409L6.28105 4.54705L5.89311 4.21568C5.87463 4.19727 5.87463 4.17886 5.87463 4.16045C5.87463 4.12364 5.89311 4.12364 5.91158 4.10523ZM3.67626 1.96977L4.19353 1.93295L4.39674 1.45432C4.41521 1.4175 4.47063 1.4175 4.47063 1.45432L4.67384 1.93295L5.1911 1.96977C5.20958 1.96977 5.22805 1.98818 5.22805 2.00659C5.22805 2.025 5.22805 2.04341 5.20958 2.06182L4.82163 2.39318L4.93247 2.89023C4.93247 2.90864 4.93247 2.92705 4.914 2.94545C4.89553 2.96386 4.87705 2.96386 4.85858 2.94545L4.41521 2.66932L3.97184 2.94545H3.95337H3.93489C3.91642 2.92705 3.91642 2.90864 3.91642 2.90864L4.04574 2.41159L3.65779 2.08023C3.63932 2.06182 3.63932 2.04341 3.63932 2.025C3.63932 1.98818 3.65779 1.96977 3.67626 1.96977ZM3.67626 4.10523L4.19353 4.06841L4.39674 3.58977C4.41521 3.55295 4.47063 3.55295 4.47063 3.58977L4.67384 4.06841L5.1911 4.10523C5.20958 4.10523 5.22805 4.12364 5.22805 4.14205C5.22805 4.16045 5.22805 4.17886 5.20958 4.19727L4.82163 4.52864L4.93247 5.02568C4.93247 5.04409 4.93247 5.0625 4.914 5.08091C4.89553 5.09932 4.87705 5.09932 4.85858 5.08091L4.41521 4.80477L3.97184 5.08091H3.95337C3.93489 5.08091 3.93489 5.08091 3.93489 5.08091C3.91642 5.0625 3.91642 5.04409 3.91642 5.04409L4.04574 4.54705L3.65779 4.21568C3.63932 4.19727 3.63932 4.17886 3.63932 4.16045C3.63932 4.14205 3.65779 4.12364 3.67626 4.10523ZM1.44095 1.96977L1.95821 1.93295L2.16142 1.45432C2.17989 1.4175 2.23532 1.4175 2.23532 1.45432L2.43853 1.93295L2.95579 1.96977C2.97426 1.96977 2.99274 1.98818 2.99274 2.00659C2.99274 2.025 2.99274 2.04341 2.97426 2.06182L2.58632 2.39318L2.71563 2.89023C2.71563 2.90864 2.71563 2.92705 2.69716 2.92705C2.67868 2.94545 2.66021 2.94545 2.64174 2.92705L2.19837 2.65091L1.755 2.92705H1.73653H1.71805C1.69958 2.90864 1.69958 2.89023 1.69958 2.89023L1.82889 2.39318L1.44095 2.06182C1.42247 2.04341 1.42247 2.025 1.42247 2.00659C1.404 1.98818 1.42247 1.96977 1.44095 1.96977ZM1.44095 4.10523L1.95821 4.06841L2.16142 3.58977C2.17989 3.55295 2.23532 3.55295 2.23532 3.58977L2.43853 4.06841L2.95579 4.10523C2.97426 4.10523 2.99274 4.12364 2.99274 4.14205C2.99274 4.16045 2.99274 4.17886 2.97426 4.19727L2.58632 4.52864L2.71563 5.02568C2.71563 5.04409 2.71563 5.0625 2.69716 5.08091C2.67868 5.09932 2.66021 5.09932 2.64174 5.08091L2.19837 4.80477L1.755 5.08091H1.73653H1.71805C1.69958 5.0625 1.69958 5.04409 1.69958 5.04409L1.82889 4.54705L1.44095 4.21568C1.42247 4.19727 1.42247 4.17886 1.42247 4.16045C1.404 4.12364 1.42247 4.12364 1.44095 4.10523ZM16.4046 11.0086H1.14537V9.38864H16.4046V11.0086ZM16.4046 8.26568H1.14537V6.64568H16.4046V8.26568ZM16.4046 5.50432H8.86737V3.88432H16.4046V5.50432ZM16.4046 2.76136H8.86737V1.14136H16.4046V2.76136Z' fill='%230D4BA0'/%3E%3C/svg%3E");
          content: '';
          display: inline-block;
          position: relative;
          width: 2.25rem;
          height: 1.25rem;
          background-position: 100% 50%;
          -webkit-background-size: 1.6em 1.6em;
                  background-size: 1.6em; } }
  .navbar .sub-trigger:focus + .sub-panel {
    opacity: 1;
    display: block; }
  .navbar .sub-panel {
    visibility: visible;
    position: absolute;
    background: #ffffff;
    width: 100%;
    border: 0; }
    .navbar .sub-panel + .modal-backdrop {
      position: absolute; }
  .navbar-list {
    position: relative; }
  .navbar-upper {
    padding: 0;
    background: #0D4BA0;
    display: none; }
    .navbar-upper a {
      color: #ffffff;
      font-size: 0.75rem;
      font-weight: 500;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      line-height: 1.7; }
      .navbar-upper a:hover, .navbar-upper a:focus {
        color: #ffffff;
        text-decoration: underline; }
    .navbar-upper .nav, .navbar-upper .navbar .menu, .navbar .navbar-upper .menu, .navbar-upper .menu-item {
      padding: 0; }
      .navbar-upper .nav a, .navbar-upper .navbar .menu a, .navbar .navbar-upper .menu a, .navbar-upper .menu-item a {
        padding: 0.5rem 1.25rem 0.5rem 0; }
        .navbar-upper .nav a.military, .navbar-upper .navbar .menu a.military, .navbar .navbar-upper .menu a.military, .navbar-upper .menu-item a.military {
          -webkit-background-size: contain;
                  background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-color: transparent;
          background-image: url("data:image/svg+xml,%3Csvg width='18' height='13' viewBox='0 0 18 13' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M0 0V12.15H17.55V0H0ZM5.91158 1.96977L6.42884 1.93295L6.63205 1.45432C6.65053 1.4175 6.70595 1.4175 6.70595 1.45432L6.90916 1.93295L7.42642 1.96977C7.44489 1.96977 7.46337 1.98818 7.46337 2.00659C7.46337 2.025 7.46337 2.04341 7.44489 2.06182L7.05695 2.39318L7.16779 2.89023C7.16779 2.90864 7.16779 2.92705 7.14932 2.94545C7.13084 2.96386 7.11237 2.96386 7.09389 2.94545L6.65053 2.66932L6.20716 2.94545H6.18868C6.17021 2.94545 6.17021 2.94545 6.17021 2.94545C6.15174 2.92705 6.15174 2.90864 6.15174 2.90864L6.28105 2.41159L5.89311 2.08023C5.87463 2.06182 5.87463 2.04341 5.87463 2.025C5.87463 1.98818 5.89311 1.96977 5.91158 1.96977ZM5.91158 4.10523L6.42884 4.06841L6.63205 3.58977C6.65053 3.55295 6.70595 3.55295 6.70595 3.58977L6.90916 4.06841L7.42642 4.10523C7.44489 4.10523 7.46337 4.12364 7.46337 4.14205C7.46337 4.16045 7.46337 4.17886 7.44489 4.19727L7.05695 4.52864L7.16779 5.02568C7.16779 5.04409 7.16779 5.0625 7.14932 5.08091C7.13084 5.09932 7.11237 5.09932 7.09389 5.08091L6.65053 4.80477L6.20716 5.08091H6.18868H6.17021C6.15174 5.0625 6.15174 5.04409 6.15174 5.04409L6.28105 4.54705L5.89311 4.21568C5.87463 4.19727 5.87463 4.17886 5.87463 4.16045C5.87463 4.12364 5.89311 4.12364 5.91158 4.10523ZM3.67626 1.96977L4.19353 1.93295L4.39674 1.45432C4.41521 1.4175 4.47063 1.4175 4.47063 1.45432L4.67384 1.93295L5.1911 1.96977C5.20958 1.96977 5.22805 1.98818 5.22805 2.00659C5.22805 2.025 5.22805 2.04341 5.20958 2.06182L4.82163 2.39318L4.93247 2.89023C4.93247 2.90864 4.93247 2.92705 4.914 2.94545C4.89553 2.96386 4.87705 2.96386 4.85858 2.94545L4.41521 2.66932L3.97184 2.94545H3.95337H3.93489C3.91642 2.92705 3.91642 2.90864 3.91642 2.90864L4.04574 2.41159L3.65779 2.08023C3.63932 2.06182 3.63932 2.04341 3.63932 2.025C3.63932 1.98818 3.65779 1.96977 3.67626 1.96977ZM3.67626 4.10523L4.19353 4.06841L4.39674 3.58977C4.41521 3.55295 4.47063 3.55295 4.47063 3.58977L4.67384 4.06841L5.1911 4.10523C5.20958 4.10523 5.22805 4.12364 5.22805 4.14205C5.22805 4.16045 5.22805 4.17886 5.20958 4.19727L4.82163 4.52864L4.93247 5.02568C4.93247 5.04409 4.93247 5.0625 4.914 5.08091C4.89553 5.09932 4.87705 5.09932 4.85858 5.08091L4.41521 4.80477L3.97184 5.08091H3.95337C3.93489 5.08091 3.93489 5.08091 3.93489 5.08091C3.91642 5.0625 3.91642 5.04409 3.91642 5.04409L4.04574 4.54705L3.65779 4.21568C3.63932 4.19727 3.63932 4.17886 3.63932 4.16045C3.63932 4.14205 3.65779 4.12364 3.67626 4.10523ZM1.44095 1.96977L1.95821 1.93295L2.16142 1.45432C2.17989 1.4175 2.23532 1.4175 2.23532 1.45432L2.43853 1.93295L2.95579 1.96977C2.97426 1.96977 2.99274 1.98818 2.99274 2.00659C2.99274 2.025 2.99274 2.04341 2.97426 2.06182L2.58632 2.39318L2.71563 2.89023C2.71563 2.90864 2.71563 2.92705 2.69716 2.92705C2.67868 2.94545 2.66021 2.94545 2.64174 2.92705L2.19837 2.65091L1.755 2.92705H1.73653H1.71805C1.69958 2.90864 1.69958 2.89023 1.69958 2.89023L1.82889 2.39318L1.44095 2.06182C1.42247 2.04341 1.42247 2.025 1.42247 2.00659C1.404 1.98818 1.42247 1.96977 1.44095 1.96977ZM1.44095 4.10523L1.95821 4.06841L2.16142 3.58977C2.17989 3.55295 2.23532 3.55295 2.23532 3.58977L2.43853 4.06841L2.95579 4.10523C2.97426 4.10523 2.99274 4.12364 2.99274 4.14205C2.99274 4.16045 2.99274 4.17886 2.97426 4.19727L2.58632 4.52864L2.71563 5.02568C2.71563 5.04409 2.71563 5.0625 2.69716 5.08091C2.67868 5.09932 2.66021 5.09932 2.64174 5.08091L2.19837 4.80477L1.755 5.08091H1.73653H1.71805C1.69958 5.0625 1.69958 5.04409 1.69958 5.04409L1.82889 4.54705L1.44095 4.21568C1.42247 4.19727 1.42247 4.17886 1.42247 4.16045C1.404 4.12364 1.42247 4.12364 1.44095 4.10523ZM16.4046 11.0086H1.14537V9.38864H16.4046V11.0086ZM16.4046 8.26568H1.14537V6.64568H16.4046V8.26568ZM16.4046 5.50432H8.86737V3.88432H16.4046V5.50432ZM16.4046 2.76136H8.86737V1.14136H16.4046V2.76136Z' fill='%23ffffff'/%3E%3C/svg%3E");
          background-position: 100% 50%;
          -webkit-background-size: 1.6em 1.6em;
                  background-size: 1.6em;
          padding-right: 1.6rem; }
    .navbar-upper .icon-chat {
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' clip-rule='evenodd' d='M6.24081 4.00821C6.35034 4.00276 6.46056 4 6.57143 4H10.4286C13.4288 4 15.9475 6.02897 16.7403 8.77812C17.4859 8.41707 18 7.65319 18 6.76923V5.76471C18 3.68552 16.3145 2 14.2353 2H9.23529C7.88282 2 6.72418 2.82989 6.24081 4.00821ZM16.9971 10.8191C16.8982 14.2018 14.2484 16.9743 10.8949 17.1933L8.3079 19.4787C6.97199 20.6588 4.875 19.7056 4.875 17.9181V17.0904C2.09534 16.5356 0 14.0712 0 11.115V10.6036C0 7.85392 1.67239 5.49677 4.05077 4.50325C4.40684 1.95843 6.59236 0 9.23529 0H14.2353C17.4191 0 20 2.58095 20 5.76471V6.76923C20 8.67879 18.7349 10.2929 16.9971 10.8191ZM9.86825 15.4242L6.98738 17.9692C6.94365 18.0079 6.875 17.9767 6.875 17.9181V16.0139C6.875 16.0003 6.87467 15.9868 6.87402 15.9735C6.86602 15.8085 6.80927 15.6563 6.71794 15.5313C6.57007 15.3288 6.33156 15.1974 6.0625 15.1974C3.81884 15.1974 2 13.3696 2 11.115V10.6036C2 8.0665 4.0467 6.00979 6.57143 6.00979H10.4286C12.9533 6.00979 15 8.08582 15 10.6229C15 13.1387 12.9704 15.1974 10.4669 15.1974C10.2465 15.1974 10.0337 15.278 9.86825 15.4242Z' /%3E%3C/svg%3E"); }
    .navbar-upper .icon-phone {
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' clip-rule='evenodd' d='M4.30377 1.99792C4.30379 1.99791 4.30404 1.99817 4.30444 1.99878L4.30377 1.99792ZM4.34683 2.06621L6.3541 5.26003C6.11154 5.48999 5.84697 5.71777 5.56223 5.96291C5.3175 6.17359 5.05788 6.39711 4.78454 6.64585C4.10705 7.26238 3.97619 8.25394 4.41466 9.02561C6.73326 13.1062 9.89567 14.963 11.3107 15.6296C12.1632 16.0312 13.0894 15.7143 13.605 15.058L14.994 13.2899C14.9949 13.2888 14.9948 13.2891 14.9943 13.2894C14.9942 13.2895 14.9952 13.2889 14.9973 13.2885C14.9994 13.2882 15.0015 13.2882 15.0032 13.2885C15.0045 13.2888 15.0062 13.2892 15.0091 13.291C15.8185 13.7906 16.9477 14.4694 17.985 15.0442C17.7987 16.1688 17.3708 16.824 16.8989 17.2246C16.4035 17.6451 15.7628 17.8665 15.0482 17.9464C13.6213 18.106 12.1728 17.6731 11.8516 17.5677C11.4971 17.3864 9.55356 16.3634 7.47717 14.7056C5.33609 12.9961 3.18918 10.7178 2.36809 8.10491C1.768 6.19529 1.99428 4.85151 2.46593 3.92459C2.92188 3.02852 3.65972 2.42034 4.34683 2.06621ZM3.62071 0.175965C4.56664 -0.272689 5.54477 0.195095 6.00037 0.920022L8.10026 4.26123C8.52478 4.9367 8.55389 5.92415 7.86374 6.60058C7.56796 6.89048 7.15645 7.24679 6.77351 7.57836C6.56331 7.76036 6.36173 7.93491 6.19262 8.08692C8.18813 11.5617 10.856 13.1693 12.0694 13.7572L13.4201 12.0378C14.0579 11.226 15.1934 11.0363 16.0581 11.57C16.858 12.0636 17.9638 12.7281 18.966 13.2829C19.6343 13.653 20.1124 14.4244 19.977 15.2954C19.7337 16.8596 19.0982 17.999 18.1926 18.7678C17.3022 19.5237 16.2415 19.8444 15.2698 19.953C13.3585 20.1668 11.5305 19.588 11.1967 19.4763C11.1122 19.4479 11.042 19.4181 10.9666 19.3798C10.6083 19.1977 8.4963 18.0965 6.23016 16.2872C3.98759 14.4967 1.45851 11.9066 0.455138 8.71365C-0.28189 6.36823 -0.0638629 4.46651 0.680113 3.0044C1.41105 1.56791 2.59475 0.662575 3.62071 0.175965Z' /%3E%3C/svg%3E"); }
    @media (min-width: 48rem) {
      .navbar-upper {
        display: block; } }
  .navbar-inner {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
    .navbar-inner .chat-link-navbar {
      display: none; }
      @media (min-width: 100rem) {
        .navbar-inner .chat-link-navbar {
          display: block;
          position: relative;
          top: 22px;
          margin-right: 1.25rem; } }
    .navbar-inner button {
      margin: auto; }
    .navbar-inner nav {
      width: 100%; }
    .navbar-inner .modal-backdrop {
      display: none; }
    .navbar-inner .menu, .navbar-inner .nav, .navbar-inner .navbar .menu, .navbar .navbar-inner .menu {
      width: 100%;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column; }
      @media (min-width: 48rem) {
        .navbar-inner .menu, .navbar-inner .nav, .navbar-inner .navbar .menu, .navbar .navbar-inner .menu {
          margin: 0;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media (min-width: 62rem) {
        .navbar-inner .menu, .navbar-inner .nav, .navbar-inner .navbar .menu, .navbar .navbar-inner .menu {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start; } }
    .navbar-inner .tb-megamenu-item, .navbar-inner .nav-link, .navbar-inner .navbar .menu-item, .navbar .navbar-inner .menu-item {
      font-family: "Ubuntu", Arial, Verdana, sans-serif;
      width: 100%;
      -webkit-transition: none;
      -o-transition: none;
      transition: none; }
      .navbar-inner .tb-megamenu-item a, .navbar-inner .nav-link a, .navbar-inner .navbar .menu-item a, .navbar .navbar-inner .menu-item a {
        -webkit-transition: none;
        -o-transition: none;
        transition: none;
        min-height: 3em; }
        @media (min-width: 48rem) {
          .navbar-inner .tb-megamenu-item a, .navbar-inner .nav-link a, .navbar-inner .navbar .menu-item a, .navbar .navbar-inner .menu-item a {
            display: inline-block;
            min-height: 0; } }
      @media (min-width: 48rem) {
        .navbar-inner .tb-megamenu-item, .navbar-inner .nav-link, .navbar-inner .navbar .menu-item, .navbar .navbar-inner .menu-item {
          width: auto; } }
    .navbar-inner .navbar-collapse {
      width: 100%; }
      .navbar-inner .navbar-collapse .navigation {
        position: absolute;
        opacity: 0;
        width: 100%;
        height: calc(100vh - 3.125rem);
        top: 3.125rem;
        border: 0;
        padding: 2rem 2rem 6rem;
        z-index: 1045; }
        .navbar-inner .navbar-collapse .navigation .search-close {
          display: none; }
        @media (min-width: 48rem) {
          .navbar-inner .navbar-collapse .navigation {
            opacity: 1;
            margin: 0 auto 1rem;
            padding: 0;
            z-index: initial; }
            .navbar-inner .navbar-collapse .navigation .block-search {
              display: none; } }
        @media (min-width: 62rem) {
          .navbar-inner .navbar-collapse .navigation {
            margin: 0; } }
      .navbar-inner .navbar-collapse.show {
        margin-bottom: 3.125rem; }
        .navbar-inner .navbar-collapse.show .navigation {
          -webkit-animation: fade 0.2s forwards;
               -o-animation: fade 0.2s forwards;
                  animation: fade 0.2s forwards; }
        .navbar-inner .navbar-collapse.show + .region-secondary-menu {
          opacity: 0;
          -webkit-animation: pull 0.4s 0.2s ease-in-out forwards;
               -o-animation: pull 0.4s 0.2s ease-in-out forwards;
                  animation: pull 0.4s 0.2s ease-in-out forwards;
          position: fixed;
          border-top: 1px solid rgba(0, 0, 0, 0.1);
          bottom: 0;
          left: 0;
          right: 0;
          z-index: 1046; }
          @media (min-width: 48rem) {
            .navbar-inner .navbar-collapse.show + .region-secondary-menu {
              position: static;
              z-index: initial;
              border: 0; } }
        @media (min-width: 48rem) {
          .navbar-inner .navbar-collapse.show {
            margin: 0; } }
      @media (min-width: 48rem) {
        .navbar-inner .navbar-collapse {
          opacity: 1;
          visibility: visible !important; } }
      @media (min-width: 62rem) {
        .navbar-inner .navbar-collapse {
          width: auto; } }
      @media (min-width: 75rem) {
        .navbar-inner .navbar-collapse {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center; } }
    .navbar-inner .secondary-menu {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; }
      .navbar-inner .secondary-menu .btn, .navbar-inner .secondary-menu .layout-quadrant .cell-1 .cta a, .layout-quadrant .cell-1 .cta .navbar-inner .secondary-menu a, .navbar-inner .secondary-menu .button, .navbar-inner .secondary-menu .node-readmore a, .node-readmore .navbar-inner .secondary-menu a, .navbar-inner .secondary-menu section.showcase .cta a, section.showcase .cta .navbar-inner .secondary-menu a, .navbar-inner .secondary-menu section.campus-finder .leaflet-popup .campus__view-link, section.campus-finder .leaflet-popup .navbar-inner .secondary-menu .campus__view-link {
        border: 1px solid #ffffff; }
      @media (min-width: 48rem) {
        .navbar-inner .secondary-menu {
          padding-bottom: 0.5rem; } }
      @media (min-width: 62rem) {
        .navbar-inner .secondary-menu {
          padding: 0; } }
    .navbar-inner-header {
      position: relative;
      z-index: 1046;
      background: #0D4BA0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      padding: 0 1rem; }
      @media (min-width: 48rem) {
        .navbar-inner-header {
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          background: transparent;
          z-index: initial;
          padding: 0; } }
      @media (min-width: 62rem) {
        .navbar-inner-header {
          width: 25%; } }
      @media (min-width: 100rem) {
        .navbar-inner-header {
          width: 30%; } }
    .navbar-inner-main {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center;
      padding: 0 1.5rem 0 1rem; }
      @media (min-width: 48rem) {
        .navbar-inner-main {
          padding: 0 0 1rem;
          -webkit-box-orient: vertical;
          -webkit-box-direction: reverse;
          -webkit-flex-direction: column-reverse;
              -ms-flex-direction: column-reverse;
                  flex-direction: column-reverse; } }
      @media (min-width: 62rem) {
        .navbar-inner-main {
          -webkit-box-pack: justify;
          -webkit-justify-content: space-between;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-flex-wrap: nowrap;
              -ms-flex-wrap: nowrap;
                  flex-wrap: nowrap;
          width: 75%;
          padding: 0;
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row; } }
      @media (min-width: 100rem) {
        .navbar-inner-main {
          width: 70%; } }
    @media (min-width: 62rem) {
      .navbar-inner {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
            -ms-flex-direction: row;
                flex-direction: row; } }
  .navbar-brand {
    width: 100%;
    margin: 0; }
    .navbar-brand img {
      display: block;
      width: auto;
      height: 2rem;
      margin: 0.5rem 1rem; }
      @media (min-width: 48rem) {
        .navbar-brand img {
          max-width: 17.5rem;
          width: auto;
          height: 5rem;
          -webkit-filter: none;
                  filter: none;
          margin: auto; } }
      @media (min-width: 62rem) {
        .navbar-brand img {
          margin: 0 1rem 0 0;
          height: 3.75rem; } }
      @media (min-width: 75rem) {
        .navbar-brand img {
          height: 4.375rem; } }
      @media (min-width: 100rem) {
        .navbar-brand img {
          height: 5rem; } }
  .navbar-utils {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
    .navbar-utils span {
      display: none; }
    .navbar-utils .nav-link, .navbar-utils .navbar .menu-item, .navbar .navbar-utils .menu-item {
      font-size: 0.75rem;
      font-weight: 500;
      padding: 0.5rem 1.25rem 0.5rem 0;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      border-width: 0 1px 0 0;
      white-space: nowrap; }
      .navbar-utils .nav-link:first-child, .navbar-utils .navbar .menu-item:first-child, .navbar .navbar-utils .menu-item:first-child {
        border-right: 1px solid #0D4BA0; }
        @media (min-width: 48rem) {
          .navbar-utils .nav-link:first-child, .navbar-utils .navbar .menu-item:first-child, .navbar .navbar-utils .menu-item:first-child {
            border: 0; } }
    .navbar-utils .icon {
      width: 1.25rem;
      height: 1.25rem;
      display: block;
      margin: 0 0.5rem; }
  .navbar-toggler {
    width: 3.4375rem;
    padding: 0.625rem;
    border: 0;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 3.4375rem;
        -ms-flex: 0 0 3.4375rem;
            flex: 0 0 3.4375rem; }
    .navbar-toggler-icon {
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg width='36' height='16' viewBox='0 0 36 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M20.5 6.125C20.5 9.2316 23.0184 11.75 26.125 11.75C27.4237 11.75 28.6197 11.3099 29.5718 10.5706C29.6076 10.6465 29.6569 10.7176 29.7197 10.7803L34.2197 15.2803C34.5126 15.5732 34.9874 15.5732 35.2803 15.2803C35.5732 14.9874 35.5732 14.5126 35.2803 14.2197L30.7803 9.71967C30.7176 9.65692 30.6465 9.60762 30.5706 9.57176C31.3099 8.61966 31.75 7.42373 31.75 6.125C31.75 3.0184 29.2316 0.5 26.125 0.5C23.0184 0.5 20.5 3.0184 20.5 6.125ZM22 6.125C22 3.84683 23.8468 2 26.125 2C28.4032 2 30.25 3.84683 30.25 6.125C30.25 8.40317 28.4032 10.25 26.125 10.25C23.8468 10.25 22 8.40317 22 6.125Z' fill='%23ffffff'/%3E%3Cline x1='1' y1='2' x2='16' y2='2' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='1' y1='8' x2='10' y2='8' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3Cline x1='1' y1='14' x2='18' y2='14' stroke='%23ffffff' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E");
      width: 1.75em; }
      .navbar-active .navbar-toggler-icon {
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M32.3966 0.603417C32.0101 0.217049 31.486 0 30.9395 0C30.393 0 29.8689 0.217049 29.4824 0.603417L16.5129 13.5729L3.54336 0.603417C3.15466 0.227999 2.63406 0.0202668 2.09369 0.0249624C1.55331 0.0296581 1.0364 0.246406 0.654287 0.628522C0.272172 1.01064 0.0554237 1.52755 0.050728 2.06792C0.0460323 2.60829 0.253765 3.12889 0.629182 3.51759L13.5987 16.4871L0.629182 29.4566C0.432341 29.6468 0.275334 29.8742 0.167322 30.1256C0.0593096 30.3771 0.00245577 30.6475 7.78152e-05 30.9211C-0.00230014 31.1948 0.0498448 31.4662 0.153471 31.7195C0.257097 31.9727 0.410129 32.2029 0.603636 32.3964C0.797144 32.5899 1.02725 32.7429 1.28054 32.8465C1.53382 32.9502 1.8052 33.0023 2.07885 32.9999C2.3525 32.9975 2.62294 32.9407 2.87438 32.8327C3.12583 32.7247 3.35324 32.5677 3.54336 32.3708L16.5129 19.4013L29.4824 32.3708C29.8711 32.7462 30.3917 32.954 30.9321 32.9493C31.4724 32.9446 31.9894 32.7278 32.3715 32.3457C32.7536 31.9636 32.9703 31.4467 32.975 30.9063C32.9797 30.3659 32.772 29.8453 32.3966 29.4566L19.4271 16.4871L32.3966 3.51759C32.783 3.13111 33 2.60699 33 2.0605C33 1.51402 32.783 0.989901 32.3966 0.603417Z' /%3E%3C/svg%3E");
        width: 1rem; }
  @media (max-width: 47.99875rem) {
    .navbar > .container, .navbar > #v-pills-tab + .tab-content, section.banner.image .navbar > .image-mobile, section.banner.image .navbar > .image-desktop, section.banner.image .navbar > .image-banner, section.quotes .navbar > .inner {
      padding: 0;
      max-width: none; } }
  @media (max-width: 47.99875rem) {
    .navbar {
      padding: 0; } }
  .navbar .show_online ul li[data-label="Programs"] {
    display: none; }
  .navbar .show_online ul li[data-label="Programs Online"] {
    display: block; }
    .navbar .show_online ul li[data-label="Programs Online"] a.dropdown-toggle {
      font-size: 0; }
      .navbar .show_online ul li[data-label="Programs Online"] a.dropdown-toggle span {
        font-size: 1rem; }
      .navbar .show_online ul li[data-label="Programs Online"] a.dropdown-toggle:before {
        content: "Programs";
        font-size: 1rem; }
  .navbar .hide_online ul li[data-label="Programs"] {
    display: block; }
  .navbar .hide_online ul li[data-label="Programs Online"] {
    display: none; }

#block-ecpi-university-main-menu {
  margin: 0; }

#block-mainnavigation {
  position: static; }



#navbar-desktop { -webkit-flex-basis: auto; -ms-flex-preferred-size: auto; flex-basis: auto; }
#main nav.tabs { margin: 0; }


/*
    @media (max-width: 47.99875rem) {
      .tb-megamenu .nav > li > a, .tb-megamenu .navbar .menu > li > a, .navbar .tb-megamenu .menu > li > a,
      .tb-megamenu .nav > li > span.tb-megamenu-no-link,
      .tb-megamenu .navbar .menu > li > span.tb-megamenu-no-link,
      .navbar .tb-megamenu .menu > li > span.tb-megamenu-no-link {
        border: 0; }
        .tb-megamenu .nav > li > a:hover, .tb-megamenu .navbar .menu > li > a:hover, .navbar .tb-megamenu .menu > li > a:hover,
        .tb-megamenu .nav > li > span.tb-megamenu-no-link:hover,
        .tb-megamenu .navbar .menu > li > span.tb-megamenu-no-link:hover,
        .navbar .tb-megamenu .menu > li > span.tb-megamenu-no-link:hover {
          color: #000000; } }
    @media (min-width: 48rem) {
      .tb-megamenu .nav > li > a, .tb-megamenu .navbar .menu > li > a, .navbar .tb-megamenu .menu > li > a,
      .tb-megamenu .nav > li > span.tb-megamenu-no-link,
      .tb-megamenu .navbar .menu > li > span.tb-megamenu-no-link,
      .navbar .tb-megamenu .menu > li > span.tb-megamenu-no-link {
        border-width: 0 0 4px;
        margin: 0 0.5rem; } }
    @media (min-width: 62rem) {
      .tb-megamenu .nav > li > a, .tb-megamenu .navbar .menu > li > a, .navbar .tb-megamenu .menu > li > a,
      .tb-megamenu .nav > li > span.tb-megamenu-no-link,
      .tb-megamenu .navbar .menu > li > span.tb-megamenu-no-link,
      .navbar .tb-megamenu .menu > li > span.tb-megamenu-no-link {
        font-size: 0.875rem;
        margin: 0 0.25rem; } }
    @media (min-width: 75rem) {
      .tb-megamenu .nav > li > a, .tb-megamenu .navbar .menu > li > a, .navbar .tb-megamenu .menu > li > a,
      .tb-megamenu .nav > li > span.tb-megamenu-no-link,
      .tb-megamenu .navbar .menu > li > span.tb-megamenu-no-link,
      .navbar .tb-megamenu .menu > li > span.tb-megamenu-no-link {
        font-size: 1rem;
        margin: 0 1rem; } }
  .tb-megamenu .nav > li.active > a, .tb-megamenu .navbar .menu > li.active > a, .navbar .tb-megamenu .menu > li.active > a, .tb-megamenu .nav > li.active > a:active, .tb-megamenu .navbar .menu > li.active > a:active, .navbar .tb-megamenu .menu > li.active > a:active, .tb-megamenu .nav > li.active > a:hover, .tb-megamenu .navbar .menu > li.active > a:hover, .navbar .tb-megamenu .menu > li.active > a:hover, .tb-megamenu .nav > li.active > a:focus, .tb-megamenu .navbar .menu > li.active > a:focus, .navbar .tb-megamenu .menu > li.active > a:focus,
  .tb-megamenu .nav > li.dropdown.active > .dropdown-toggle,
  .tb-megamenu .navbar .menu > li.dropdown.active > .dropdown-toggle,
  .navbar .tb-megamenu .menu > li.dropdown.active > .dropdown-toggle,
  .tb-megamenu .nav > li.dropdown.active > .dropdown-toggle:active,
  .tb-megamenu .navbar .menu > li.dropdown.active > .dropdown-toggle:active,
  .navbar .tb-megamenu .menu > li.dropdown.active > .dropdown-toggle:active,
  .tb-megamenu .nav > li.dropdown.active > .dropdown-toggle:hover,
  .tb-megamenu .navbar .menu > li.dropdown.active > .dropdown-toggle:hover,
  .navbar .tb-megamenu .menu > li.dropdown.active > .dropdown-toggle:hover,
  .tb-megamenu .nav > li.dropdown.active > .dropdown-toggle:focus,
  .tb-megamenu .navbar .menu > li.dropdown.active > .dropdown-toggle:focus,
  .navbar .tb-megamenu .menu > li.dropdown.active > .dropdown-toggle:focus,
  .tb-megamenu .nav > li.dropdown.active > .tb-megamenu-no-link,
  .tb-megamenu .navbar .menu > li.dropdown.active > .tb-megamenu-no-link,
  .navbar .tb-megamenu .menu > li.dropdown.active > .tb-megamenu-no-link,
  .tb-megamenu .nav > li.dropdown.active > .tb-megamenu-no-link:active,
  .tb-megamenu .navbar .menu > li.dropdown.active > .tb-megamenu-no-link:active,
  .navbar .tb-megamenu .menu > li.dropdown.active > .tb-megamenu-no-link:active,
  .tb-megamenu .nav > li.dropdown.active > .tb-megamenu-no-link:hover,
  .tb-megamenu .navbar .menu > li.dropdown.active > .tb-megamenu-no-link:hover,
  .navbar .tb-megamenu .menu > li.dropdown.active > .tb-megamenu-no-link:hover,
  .tb-megamenu .nav > li.dropdown.active > .tb-megamenu-no-link:focus,
  .tb-megamenu .navbar .menu > li.dropdown.active > .tb-megamenu-no-link:focus,
  .navbar .tb-megamenu .menu > li.dropdown.active > .tb-megamenu-no-link:focus,
  .tb-megamenu .nav > li.dropdown.open.active > .dropdown-toggle,
  .tb-megamenu .navbar .menu > li.dropdown.open.active > .dropdown-toggle,
  .navbar .tb-megamenu .menu > li.dropdown.open.active > .dropdown-toggle,
  .tb-megamenu .nav > li.dropdown.open.active > .dropdown-toggle:active,
  .tb-megamenu .navbar .menu > li.dropdown.open.active > .dropdown-toggle:active,
  .navbar .tb-megamenu .menu > li.dropdown.open.active > .dropdown-toggle:active,
  .tb-megamenu .nav > li.dropdown.open.active > .dropdown-toggle:hover,
  .tb-megamenu .navbar .menu > li.dropdown.open.active > .dropdown-toggle:hover,
  .navbar .tb-megamenu .menu > li.dropdown.open.active > .dropdown-toggle:hover,
  .tb-megamenu .nav > li.dropdown.open.active > .dropdown-toggle:focus,
  .tb-megamenu .navbar .menu > li.dropdown.open.active > .dropdown-toggle:focus,
  .navbar .tb-megamenu .menu > li.dropdown.open.active > .dropdown-toggle:focus {
    background: transparent;
    color: #0D4BA0;
    text-decoration: none;
    border-color: #0D4BA0; }
  @media (max-width: 47.99875rem) {
    .tb-megamenu .nav > li.active > a, .tb-megamenu .navbar .menu > li.active > a, .navbar .tb-megamenu .menu > li.active > a,
    .tb-megamenu .nav > li.dropdown.active > .dropdown-toggle,
    .tb-megamenu .navbar .menu > li.dropdown.active > .dropdown-toggle,
    .navbar .tb-megamenu .menu > li.dropdown.active > .dropdown-toggle,
    .tb-megamenu .nav > li.dropdown.active > .tb-megamenu-no-link,
    .tb-megamenu .navbar .menu > li.dropdown.active > .tb-megamenu-no-link,
    .navbar .tb-megamenu .menu > li.dropdown.active > .tb-megamenu-no-link,
    .tb-megamenu .nav > li.dropdown.open.active > .dropdown-toggle,
    .tb-megamenu .navbar .menu > li.dropdown.open.active > .dropdown-toggle,
    .navbar .tb-megamenu .menu > li.dropdown.open.active > .dropdown-toggle {
      border: 0; } }
  
  .tb-megamenu .dropdown-menu {
    -webkit-box-shadow: none;
            box-shadow: none;
    font-size: 1rem; }
    .tb-megamenu .dropdown-menu a {
      padding: 0.5em 1rem;
      font-weight: normal;
      color: #0D4BA0;
      line-height: 1; }
    .tb-megamenu .dropdown-menu .view-grouping-content ul.list-group {
      width: 100%; }
    .tb-megamenu .dropdown-menu ul {
      list-style: none;
      margin: 0;
      padding: 0; }
      .tb-megamenu .dropdown-menu ul.tb-megamenu-subnav {
        padding: 1.5rem;
        background: #f5f5f5;
        margin: 0;
        height: 100%; }
    .tb-megamenu .dropdown-menu li > a {
      padding: 0;
      color: #0D4BA0; }
      .tb-megamenu .dropdown-menu li > a:hover {
      text-decoration: underline !important;
      color: #0D4BA0 !important; }
    @media (min-width: 48rem) {
      .tb-megamenu .dropdown-menu {
        top: calc(100% - 1rem); } }
    @media (min-width: 62rem) {
      .tb-megamenu .dropdown-menu {
        top: calc(100% - 0.5rem); } }
    @media (min-width: 75rem) {
      .tb-megamenu .dropdown-menu {
        top: calc(100% - 0.7rem); } }
    @media (min-width: 100rem) {
      .tb-megamenu .dropdown-menu {
        top: calc(100% - 1rem); } }

*/

/* TB MEGA MENU MAIN STYLES */
#block-ecpi-university-mainnavigation .tbm-main { background: transparent; position: static; }
/* .tbm-main .nav > li, .tbm-main .navbar .menu > li, .navbar .tbm-main .menu > li { float: none; }
.tbm-main.animate .mega > .mega-dropdown-menu { display: none !important; }
.tbm-main.animate .mega.open > .mega-dropdown-menu { display: block !important; } */

#block-ecpi-university-mainnavigation .megamenu-third-col-viewmore { color: #000 !important;margin: 0 0 0 0 !important;background: #FFC700;width: 100% !important;display:inline-block;padding: 1em !important;text-align: center; text-decoration: none !important;}
#block-ecpi-university-mainnavigation  .megamenu-third-col-viewmore:hover {color: #FFF !important;margin: 0 0 0 0 !important;background: #000000 !important;width: 100% !important;padding: 1em !important;text-align: center !important; text-decoration: none !important;}
.addtop { margin-top: 1.3em !important; font-weight: bold !important; font-size: 1em !important; }
.addtop:hover { }

#block-ecpi-university-mainnavigation .tbm-main .caret {
  z-index: 10001;
  background-image: url(/sites/default/files/2023-04/caretupFinal.svg);
  -webkit-transform: rotate(180deg) !important;
  -o-transform: rotate(180deg) !important;
  transform: rotate(180deg) !important;
  position: relative;
  height: 1em;
  width: 100%;
  top: 1.5em;
  background-size: 45px;
  background-position: center top;
  background-repeat: no-repeat;
  visibility: hidden;
}


#block-ecpi-university-mainnavigation .tbm-main .tbm-toggle { position: relative; font-weight: 500; color: #0D4BA0; }
#block-ecpi-university-mainnavigation .tbm-main .tbm-toggle:hover > span.blueline { border-bottom: 3px solid #0D4BA0 !important; }
#block-ecpi-university-mainnavigation .tbm-main .tbm-toggle span.blueline { border-bottom: 3px solid transparent !important; display: block; width: 100%; }
#block-ecpi-university-mainnavigation .tbm-main .tbm-item.level-1 { border-right: none; padding: 1.4em 1em 0 1em;  }
#block-ecpi-university-mainnavigation .tbm-main .tbm-link.level-1 { padding: 0; }
#block-ecpi-university-mainnavigation .tbm-main .tbm-link.level-1:hover, .tbm-link.level-1:focus { background-color: transparent; }
#block-ecpi-university-mainnavigation .tbm-main .nav li.dropdown.open > .dropdown-toggle { border-bottom: none !important; }

#block-ecpi-university-mainnavigation .tbm-main .tbm-submenu { -webkit-box-shadow: none; box-shadow: 0 35px 35px rgb(0 0 0 / 25%) !important; font-size: 1rem; height: auto !important;width: 965px !important;  position: absolute; left: 50%;  transform: translateX(-50%);  padding: 0; top: 5em; padding-top: 0; border-top: 3px solid #104ba0; border-right: none; border-left: none; border-bottom: none; }
#block-ecpi-university-mainnavigation .tbm-main .tbm-submenu a { padding: 0.5em 1rem;font-weight: normal; color: #0D4BA0;line-height: 1;display: inline-block;}
#block-ecpi-university-mainnavigation .tbm-main .tbm-submenu .view-grouping-content ul.list-group { width: 100%; }
#block-ecpi-university-mainnavigation .tbm-main .tbm-submenu ul { list-style: none; margin: 0; padding: 0; }
#block-ecpi-university-mainnavigation .tbm-main .tbm-submenu li > a { padding: 0; color: #0D4BA0; }
#block-ecpi-university-mainnavigation .tbm-main .tbm-submenu li > a:hover { text-decoration: underline !important; color: #0D4BA0 !important; }
  
/* EXTRA INFO LEFT SIDE OF MEGA MENU SECTIONS */
#block-ecpi-university-mainnavigation .tbm-main .megamenu-campus-information .link-readmore, 
#block-ecpi-university-mainnavigation .tbm-main.megamenu-campus-information .locations .cta a, 
#block-ecpi-university-mainnavigation .tbm-main .megamenu-campus-information .quicklinks .tile span, 
#block-ecpi-university-mainnavigation .tbm-main .megamenu-campus-information section.infographics .tile a, 
#block-ecpi-university-mainnavigation .tbm-main .megamenu-admissions-information .link-readmore,
#block-ecpi-university-mainnavigation .tbm-main .megamenu-admissions-information .locations .cta a,
#block-ecpi-university-mainnavigation .tbm-main .megamenu-admissions-information .quicklinks .tile span,
#block-ecpi-university-mainnavigation .tbm-main .megamenu-admissions-information section.infographics .tile a { padding: 0; font-weight: 500; }

/* MEGA MENU LOCATIONS */
#block-ecpi-university-mainnavigation .tbm-main .megamenu-campus-information-tiles { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column;     -ms-flex-direction: column; flex-direction: column; width: 10%; min-width: 12rem; }
#block-ecpi-university-mainnavigation .tbm-main .megamenu-campus-information-tile { border-radius: 0.625rem; margin-left: 2rem; margin-right: 1rem; margin-top: 1.5rem; padding: 1rem; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;   -webkit-box-orient: vertical; -webkit-box-direction: normal; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; -webkit-box-pack: justify; -webkit-justify-content: space-between;       -ms-flex-pack: justify; justify-content: space-between; min-height: 9.0625rem; }
#block-ecpi-university-mainnavigation .tbm-main .megamenu-campus-information-tile .megamenu-tile-icon { width: 50%; margin-bottom: 0.5rem; display: block; }
#block-ecpi-university-mainnavigation .tbm-main .megamenu-campus-information-tile .megamenu-tile-cta a { font-size: 1rem; font-family: "Ubuntu", Arial, Verdana, sans-serif; font-weight: 500; white-space: normal; padding: 0; line-height: 1.3; }
#block-ecpi-university-mainnavigation .tbm-main .megamenu-campus-information-tile.emphasis-primary { background: #ffffff; }
#block-ecpi-university-mainnavigation .tbm-main .megamenu-campus-information-tile.emphasis-secondary { background: #0D4BA0; margin-bottom: 2rem; }
#block-ecpi-university-mainnavigation .tbm-main .megamenu-campus-information-tile.emphasis-secondary a { color: #ffffff; }
#block-ecpi-university-mainnavigation .tbm-main .megamenu-campus-information-tile.emphasis-secondary a::after { -webkit-background-size: contain; background-size: contain; background-repeat: no-repeat; background-position: center; background-color: transparent; background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1956 11.7007C13.5826 12.0947 14.2158 12.1004 14.6098 11.7134L19.7007 6.71345C19.8922 6.52542 20 6.26834 20 6C20 5.73166 19.8922 5.47458 19.7007 5.28655L14.6098 0.286551C14.2158 -0.100439 13.5826 -0.0947351 13.1956 0.299292C12.8087 0.693318 12.8144 1.32646 13.2084 1.71345L16.5547 5L1 5C0.447715 5 0 5.44771 0 6C0 6.55228 0.447715 7 1 7L16.5547 7L13.2084 10.2866C12.8144 10.6735 12.8087 11.3067 13.1956 11.7007Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
#block-ecpi-university-mainnavigation .tbm-main .block-views-blocklocations-mega-menu-block { background: #f5f5f5; height: 100%; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; font-family: "Rubik", Arial, Verdana, sans-serif; min-height: 22.1875rem; }
#block-ecpi-university-mainnavigation .tbm-main .block-views-blocklocations-mega-menu-block p { font-size: 0.875rem; line-height: 1.6; }
#block-ecpi-university-mainnavigation .tbm-main .block-views-blocklocations-mega-menu-block .views-element-container { position: relative; overflow-y: auto; -webkit-overflow-scrolling: touch; -ms-touch-action: pan-y; -ms-overflow-style: auto; width: 70%; }
#block-ecpi-university-mainnavigation .tbm-main .view-id-locations_mega_menu .list-title { margin: 0 0 0.2rem; font-family: "Rubik", Arial, Verdana, sans-serif; }
#block-ecpi-university-mainnavigation .tbm-main .view-id-locations_mega_menu .list-title .location-region { margin: 0.875rem 0 0.2rem; font-size: 0.875rem; font-weight: normal; }
#block-ecpi-university-mainnavigation .tbm-main .view-id-locations_mega_menu .list-group { margin: 0; line-height: 1.5; }
#block-ecpi-university-mainnavigation .tbm-main .view-id-locations_mega_menu .view-grouping-header a { -webkit-background-size: 1em 1em; background-size: 1em; background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-image: url("data:image/svg+xml,%3Csvg width='14' height='20' viewBox='0 0 14 20' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11.3013 9.85526L7 16.9501L2.69873 9.85526C0.612492 6.41407 3.03643 1.97091 7 1.97091C10.9636 1.97091 13.3875 6.41407 11.3013 9.85526ZM1.05757 10.8927C-1.82468 6.13846 1.52412 0 7 0C12.4759 0 15.8247 6.13846 12.9424 10.8927L7.64269 19.6344C7.34718 20.1219 6.65282 20.1219 6.35731 19.6344L1.05757 10.8927ZM7.00019 4.92727C5.93419 4.92727 5.07002 5.80967 5.07002 6.89818C5.07002 7.98668 5.93419 8.86908 7.00019 8.86908C8.0662 8.86908 8.93037 7.98668 8.93037 6.89818C8.93037 5.80967 8.0662 4.92727 7.00019 4.92727Z' fill='%2300ADEE'/%3E%3C/svg%3E"); text-indent: 1.25rem; font-weight: 500; color: #000000; line-height: 2; margin-bottom: 0.5rem; }
#block-ecpi-university-mainnavigation .tbm-main .view-id-locations_mega_menu .view-grouping-content { padding-left: 1.3rem; }
#block-ecpi-university-mainnavigation .tbm-main .view-id-locations_mega_menu .view-content.row { position: relative; overflow-y: auto; -webkit-overflow-scrolling: touch; -ms-touch-action: pan-y; -ms-overflow-style: auto; border: 0; margin: 0; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; padding-top: 1.5rem; height: 100%; }
#block-ecpi-university-mainnavigation .tbm-main .view-id-locations_mega_menu .view-content.row .list-group { padding-left: 1rem; }
#block-ecpi-university-mainnavigation .tbm-main .view-id-locations_mega_menu .view-content.row .list-group.region-element { padding: 0; }
#block-ecpi-university-mainnavigation .tbm-main .view-id-locations_mega_menu .view-content.row .list-group a,
#block-ecpi-university-mainnavigation .tbm-main .view-id-locations_mega_menu .view-content.row .location-state a,
#block-ecpi-university-mainnavigation .tbm-main .view-id-locations_mega_menu .view-content.row .location-region a { padding: 0; font-size: 0.875rem; }
#block-ecpi-university-mainnavigation .tbm-main .view-id-locations_mega_menu .view-content.row .location-state a { margin: 1rem 1rem 0 1rem !important; display: inline-block; }
#block-ecpi-university-mainnavigation .tbm-main .view-id-locations_mega_menu .view-content.row > .view-grouping { width: auto; padding: 0 1rem 2rem; }
#block-ecpi-university-mainnavigation .tbm-main .view-id-locations_mega_menu .view-content.row > .view-grouping:not(:last-child) { border-right: 1px solid #ffffff; }
#block-ecpi-university-mainnavigation .tbm-main .view-id-locations_mega_menu .view-content.row .location-state a { font-size: 1em; }
#block-ecpi-university-mainnavigation .tbm-main .megamenu-campus-information-tile { display:block; padding: 0 0 0 0; margin: 1em 0 0 0; padding-left: 0.88em; }
#block-ecpi-university-mainnavigation .tbm-main .megamenu-campus-information { width: 30%; padding: 2rem; background: #ffffff; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
#block-ecpi-university-mainnavigation .tbm-main .megamenu-campus-information-tile .megamenu-tile-icon { width: 18px !important; float: left; display: inline; }
#block-ecpi-university-mainnavigation .tbm-main .megamenu-campus-information-tile .megamenu-tile-cta { display: inline; width: auto; float: left; margin-left: 0.3em; }
#block-ecpi-university-mainnavigation .tbm-main .megamenu-campus-information { width: 30%; }
.view-grouping-florida div:nth-child(6) ul li div div a { font-size: 1rem !important; }
/* Add style for online + in mega menu 2.15.2023*/
#block-ecpi-university-mainnavigation .tbm-main .view-id-locations_mega_menu .megamenu-title{  margin: 1rem 1rem 0 0rem !important; background-size: 1em; background-repeat: no-repeat; background-position: 0 50%; background-color: transparent; background-image: url("/sites/default/files/2023-02/wifi2.svg"); background-size: 20px 14px;
  text-indent: 1.5rem; font-weight: 500 !important; color: #000 !important; display: inline-block;}
#block-ecpi-university-mainnavigation .tbm-main .view-id-locations_mega_menu .megamenu-title:hover{ color: #0D4BA0 !important; }
#block-ecpi-university-mainnavigation .tbm-main .view-id-locations_mega_menu .view-content.row > .view-grouping.view-grouping-florida .view-grouping-content:last-child { padding-left:0rem; }
/* End Style for Online+ in Mega Menu */

/* MEGA MENU PROGRAMS */
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms { height: 100%; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms p { font-size: rem(14);line-height: 1.6; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs { background: #f5f5f5; flex-grow: 1; display: flex; font-family: "Rubik", Arial, Verdana, sans-serif; padding: 1.5rem 2.5rem;	overflow: auto; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul { padding: 0 0 0 0 !important; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs > ul { display: flex; padding-top: 1.5rem; width: 100%; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs > ul a { display: block; padding: 0; border: 0;	font-size: 0.875rem; line-height: 1.4; margin: 0 0 0.5em; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs > ul a:hover { text-decoration: none;	color: #000; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs > ul ul { padding-bottom: 2rem; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs > ul > li { padding-right: 0;	margin-right: 0; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs > ul > li:not(:last-child) { border-right: none; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs > ul > li > a, .block-system-menu-blockprograms .menu-programs ul li ul li a.college-selector { color: #000; font-weight: bold; font-size: 1em;	margin-bottom: 1em; font-size: 1em; cursor: default; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul li ul li a.college-selector:hover,
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul li ul li a.degree-selector:hover,
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul li a.technology-links:hover,
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul li a.nursing-links:hover,
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul li a.health-links:hover,
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul li a.bus-links:hover,
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul li a.cj-links:hover,
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul li a.culinary-links:hover,
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul li ul li a.program-subcat:hover {color: #000 !important;	text-decoration: none !important;}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul li ul li a.program-subcat {color: #000;font-weight: 500; font-size: 1em;	margin-bottom: 1em; text-decoration: none !important; cursor: default; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul li ul li a.program-subcat.add-icon-loc { color: #000;font-weight: 500; font-size: 1em;margin-bottom: 0; text-decoration: none !important; cursor: default; background-image: url('/sites/default/files/2023-04/pin-dot.svg'); background-repeat: no-repeat; background-position: left; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs .program-subcat-inner {	color: #000;font-weight: 500; font-size: .875em;margin-bottom: 0; text-decoration: none !important; cursor: default; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs .program-subcat-inner:hover { color: #000 !important; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul li ul li a.program-subcat-next { color: #000;	font-weight: 500; font-size: 1em; margin-bottom: 1em;	margin-top: 1em; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul li ul li a.degree-selector { color: #000;font-weight: bold; margin-top: 1em; font-size: 1em; cursor: default;margin-bottom: 1em; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs .link-indent {	margin-left: 1em;  /*margin-bottom: 0;*/}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs .link-nobotmargin {	/*margin-bottom: 0;*/}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs .location-links { display: none !important;}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs > ul > li > a {	color: #000;font-size: 1em;	font-weight: bold;margin-bottom: 1em;}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs > ul > li > a:hover {	text-decoration: none;color: #000;}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms p { font-size: 0.875rem; line-height: 1.6; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs .technology-links { /* display: none; */ }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs .group-program-selector { display:none !important; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs { padding: 0 2.1rem 0 0; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul a.menu-item { width: 100%; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul a { padding: 0 1em; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul a.program-group { padding: 0 0 0 2em; width: 227px; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul a.menu-item-active { background: #DDDDDD; width: 100%; padding: .3em 0 .3em 2em; color: #000000 !important; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul .bachelor-program-group { font-size:0.875rem !important; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul .nav-link--online { padding-bottom: 1em !important; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs ul li ul li a { width: inherit; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs {padding: 0 0 0 0;}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs > ul > li:not(:first-child) { width: 70%; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockprograms .menu-programs .noshow { visibility: hidden; height: 20px; }

/* MEGA MENU ADMISSIONS */
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockadmissions { height: 100%; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockadmissions p { font-size: 0.875rem; line-height: 1.6; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockadmissions .menu-admissions { background: #f5f5f5; -webkit-box-flex: 1; -webkit-flex-grow: 1; -ms-flex-positive: 1; flex-grow: 1; display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; font-family: "Rubik", Arial, Verdana, sans-serif; padding: 1.5rem 2.5rem; overflow: auto; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockadmissions .menu-admissions > ul { display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex; }     
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockadmissions .menu-admissions > ul a { display: block; padding: 0; border: 0; font-size: 0.875rem; line-height: 1.4; margin: 0 0 0.5em; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockadmissions .menu-admissions > ul a:hover { text-decoration: underline; color: #0D4BA0; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockadmissions .menu-admissions > ul ul { padding-bottom: 2rem; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockadmissions .menu-admissions > ul > li { padding-right: 2rem; margin-right: 2rem; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockadmissions .menu-admissions > ul > li:not(:last-child) { border-right: 1px solid #ffffff; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockadmissions .menu-admissions > ul > li > a { color: #000000; font-weight: 500; margin-bottom: 1em; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockadmissions .menu-admissions > ul > li > a { color: #000000; font-size: 0.875rem; font-weight: 500; margin-bottom: 1em; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockadmissions .menu-admissions > ul > li > a:hover { text-decoration: underline; color: #000000; }
#block-ecpi-university-mainnavigation .tbm-main .megamenu-admissions-information { width: 40%; padding: 2rem; background: #ffffff; -webkit-flex-shrink: 0; -ms-flex-negative: 0; flex-shrink: 0; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockadmissions .menu-admissions> ul > li > a { color: #000;font-size: 1em; font-weight: bold !important; margin-bottom: 1em; cursor: default; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockadmissions .menu-admissions > ul > li > a { color: #000000; font-size: 1em; font-weight: 500; margin-bottom: 1em; text-decoration: none !important; cursor: default; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockadmissions .menu-admissions > ul > li > a.nav-link--admissions:hover { color: #000000 !important; text-decoration: none !important; }
#block-ecpi-university-mainnavigation .tbm-main .megamenu-admissions-information { width: 30%; }

/* MEGA MENU TUITION */
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blocktuition { height: 100%;}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blocktuition p { font-size: rem(14); line-height: 1.6;}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blocktuition .menu-tuition { background: #f5f5f5; flex-grow: 1; display: flex; font-family: "Rubik", Arial, Verdana, sans-serif;  padding: 1.5rem 2.5rem; overflow: auto;}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blocktuition .menu-tuition > ul {  display: flex;}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blocktuition .menu-tuition > ul a {  display: block; padding: 0; border: 0; font-size: 0.875rem; line-height: 1.4; margin: 0 0 0.5em;}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blocktuition .menu-tuition > ul a:hover { text-decoration: none; color: #000;}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blocktuition .menu-tuition > ul ul { padding-bottom: 2rem;}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blocktuition .menu-tuition > ul > li { padding-right: 2rem; margin-right: 2rem;}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blocktuition .menu-tuition > ul > li:not(:last-child) { border-right: 1px solid #fff;}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blocktuition .menu-tuition > ul > li > a { color: #000; font-weight: bold;  font-size: 1em; margin-bottom: 1em;  cursor: default;}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blocktuition .menu-tuition > ul > li > a:hover { color: #000000 !important; text-decoration: none !important;}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blocktuition p { font-size: 0.875rem; line-height: 1.6; }

/* MEGA MENU ABOUT */
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockabout { height: 100%; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockabout p { font-size: rem(14); line-height: 1.6; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockabout .menu-about { background: #f5f5f5; flex-grow: 1; display: flex; font-family: "Rubik", Arial, Verdana, sans-serif; padding: 1.5rem 2.5rem; overflow: auto; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockabout .menu-about > ul { display: flex;}
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockabout .menu-about > ul a { display: block; padding: 0; border: 0; font-size: 0.875rem; line-height: 1.4; margin: 0 0 0.5em; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockabout .menu-about > ul a:hover { text-decoration: none; color: #000; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockabout .menu-about > ul ul { padding-bottom: 2rem; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockabout .menu-about > ul > li { padding-right: 2rem; margin-right: 2rem; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockabout .menu-about > ul > li:not(:last-child) { border-right: 1px solid #fff; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockabout .menu-about > ul > li > a { color: #000; font-size: 1em; font-weight: bold; margin-bottom: 1em; cursor: default; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockabout .menu-about > ul > li > a:hover { text-decoration: none; color: #000; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockabout .menu-about > ul > li > a.about-selector:hover { text-decoration: none !important; color: #000 !important; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockabout p { font-size: 0.875rem; line-height: 1.6; }
#block-ecpi-university-mainnavigation .tbm-main .block-system-menu-blockabout .menu-about ul li ul li a.about-selector:hover { color: #000000 !important; text-decoration: none !important; }

/* CULINARY MENU */
#block-ecpi-culinary-culinarymainnavigation .tbm { background-color: #233786; }
#block-ecpi-culinary-culinarymainnavigation .tbm .tbm-link.level-1 { color: #FFF; padding: 1em 1.25em; font-size: 1.1em; text-decoration: none; }
#block-ecpi-culinary-culinarymainnavigation .tbm .tbm-link.level-1:hover, #block-ecpi-culinary-culinarymainnavigation .tbm .tbm-link.level-1:focus { background-color: #6f952e; }
#block-ecpi-culinary-culinarymainnavigation .tbm .tbm-item.level-1 { border-right: none; }
#block-ecpi-culinary-culinarymainnavigation .tbm .tbm-submenu-toggle { display: none !important; }
#block-ecpi-culinary-culinarymainnavigation .tbm .tbm-nav { justify-content: center; align-items: center; }
#block-ecpi-culinary-culinarymainnavigation .tbm .tbm-submenu { left: unset; width: unset; background-color: #6f952e; } 
#block-ecpi-culinary-culinarymainnavigation .tbm .tbm-submenu a { color: #FFF; text-decoration: none; padding:.5em 1em; }
#block-ecpi-culinary-culinarymainnavigation .tbm .tbm-submenu .tbm-item.level-2:hover a { color: #000; }
#block-ecpi-culinary-culinarymainnavigation .tbm .tbm-submenu .tbm-item.level-2:hover { background: #d3dfc0; }

/* INTERNATIONAL MENU */
.intl .navbar .justify-content-center { -webkit-box-pack: left !important; -webkit-justify-content: left !important; -ms-flex-pack: left !important; justify-content: left !important; }
#block-ecpi-international-internationalmainnavigation .tbm { background-color: #FFF;}
#block-ecpi-international-internationalmainnavigation .homeicon { background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 136 121' style='enable-background:new 0 0 136 121;' xml:space='preserve'%3E%3Cpolygon style='fill-rule:evenodd;clip-rule:evenodd;' fill='%23424242' points='68,0 136,66 113,66 113,121 81,121 81,86 55,86 55,121 23,121 23,66 0,66 '/%3E%3C/svg%3E"); -webkit-background-size: contain; background-size: contain; background-repeat: no-repeat; background-position: center; background-color: transparent; padding: 0; -webkit-background-size: 1.5rem 1.5rem; background-size: 1.5rem; font-size: 0; color: transparent; width: 2.5rem; height: 100%; }
#block-ecpi-international-internationalmainnavigation .tbm .tbm-link.level-1 { padding: 1em 1.25em; font-size: 1.1em; text-decoration: none; font-weight: bold; }
#block-ecpi-international-internationalmainnavigation .tbm .tbm-link.level-1.tbm-toggle:hover, #block-ecpi-international-internationalmainnavigation .tbm .tbm-link.level-1.tbm-toggle:focus { background-color: #073b87; color: #FFF; }
#block-ecpi-international-internationalmainnavigation .tbm .tbm-link.level-1:hover, #block-ecpi-international-internationalmainnavigation .tbm .tbm-link.level-1:focus { background-color: #FFF; }
#block-ecpi-international-internationalmainnavigation .tbm .tbm-item.level-1 { border-right: none; }
#block-ecpi-international-internationalmainnavigation .tbm .tbm-nav { justify-content: left; align-items: left; }
#block-ecpi-international-internationalmainnavigation .tbm .tbm-submenu { left: unset; width: unset; background-color: #073b87; } 
#block-ecpi-international-internationalmainnavigation .tbm .tbm-submenu a { color: #FFF; text-decoration: none; padding:.5em 1em; display: inline-block; width: 100%; }
#block-ecpi-international-internationalmainnavigation .tbm .tbm-submenu .tbm-item.level-2:hover a { color: #222222; background-color: #b4c4db; }
#block-ecpi-international-internationalmainnavigation .tbm .tbm-submenu .tbm-item.level-2:hover { background: #073b87; }
#block-ecpi-international-internationalmainnavigation .tbm .bubble span { background: #555555; color: #ffffff; position: relative; border-radius: 0.1875rem 0.1875rem 0.1875rem 0; display: block; margin: -0.1rem -0.5rem; padding: 0.1rem 0.5rem; text-transform: uppercase; }
#block-ecpi-international-internationalmainnavigation .tbm .bubble span::after { content: ''; width: 0; height: 0; position: absolute; left: 0; bottom: -0.375rem; border-top: 0.375rem solid #555555; border-right: 0.375rem solid transparent; }
.navbar-inner .tbm-nav {
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start; }

.pagination {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 1rem 0 2rem; }

#block-locationstertiarymenu {
  min-height: 50vh;
  margin: 2rem 0; }
  #block-locationstertiarymenu .content > .container, #block-locationstertiarymenu .content > #v-pills-tab + .tab-content, #block-locationstertiarymenu section.banner.image .content > .image-mobile, section.banner.image #block-locationstertiarymenu .content > .image-mobile, #block-locationstertiarymenu section.banner.image .content > .image-desktop, section.banner.image #block-locationstertiarymenu .content > .image-desktop, #block-locationstertiarymenu section.banner.image .content > .image-banner, section.banner.image #block-locationstertiarymenu .content > .image-banner, #block-locationstertiarymenu section.quotes .content > .inner, section.quotes #block-locationstertiarymenu .content > .inner {
    position: relative; }

#block-ecpi-university-breadcrumbs {
  padding-top: 1rem;
  margin-bottom: 1rem; }
  #block-ecpi-university-breadcrumbs ol.breadcrumb {
    margin: 0;
    font-size: 1rem; }
    .background-wrapper #block-ecpi-university-breadcrumbs ol.breadcrumb li.breadcrumb-item a {
      color: #ffffff; }
    #block-ecpi-university-breadcrumbs ol.breadcrumb li.breadcrumb-item.active {
      color: #000000; }
      .background-wrapper #block-ecpi-university-breadcrumbs ol.breadcrumb li.breadcrumb-item.active {
        color: #ffffff;
        text-shadow: 0 1px 1px rgba(0, 0, 0, 0.5); }
    @media (min-width: 48rem) {
      #block-ecpi-university-breadcrumbs ol.breadcrumb {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; } }
    @media (min-width: 62rem) {
      #block-ecpi-university-breadcrumbs ol.breadcrumb {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; } }

#footer {
  background: #0D4BA0;
  color: #ffffff;
  padding: 5rem 0 1rem;
  font-size: 0.875rem;
  position: relative; }
  @media (max-width: 47.99875rem) {
    #footer {
      padding-top: 6rem; }
      #footer nav#block-ecpi-university-footer {
        padding-top: 1.25rem; } }
  #footer a {
    color: #ffffff; }
  #footer .contextual .contextual-links a {
    color: #0D4BA0; }
  #footer ul {
    list-style: none;
    margin: 1rem 0 0;
    padding: 0; }
  #footer img {
    max-width: 15rem;
    width: 80%;
    display: block;
    height: auto; }
  #footer .inner {
    display: block; }
    @media (max-width: 47.99875rem) {
      #footer .inner {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap; } }
  #footer .logo, #footer .address {
    width: 50%; }
    @media (min-width: 48rem) {
      #footer .logo, #footer .address {
        width: 100%; } }
  #footer .address {
    font-weight: 500;
    font-size: 0.75rem; }
    @media (min-width: 48rem) {
      #footer .address {
        font-size: 0.875rem;
        margin-top: 1rem; } }
    @media (max-width: 47.99875rem) {
      #footer .address p {
        margin-bottom: 0; } }
  #footer .lower {
    font-size: 0.75rem;
    margin-top: auto; }
  #footer .container, #footer #v-pills-tab + .tab-content, #footer section.banner.image .image-mobile, section.banner.image #footer .image-mobile, #footer section.banner.image .image-desktop, section.banner.image #footer .image-desktop, #footer section.banner.image .image-banner, section.banner.image #footer .image-banner, #footer section.quotes .inner, section.quotes #footer .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex; }
  #footer .footer-utilities {
    position: absolute;
    background: #0F2948;
    padding: 0 0.25rem 0 0.25rem;
    left: 0;
    right: 0;
    top: 0;
    margin: 0; }
    @media (min-width: 48rem) {
      #footer .footer-utilities {
        right: 0;
        top: 0;
        bottom: 0;
        left: auto; } }
  #footer .block-social-media-block ul {
    margin: 0.5rem 0; }
    @media (min-width: 48rem) {
      #footer .block-social-media-block ul {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column; } }
  @media (min-width: 48rem) {
    #footer {
      min-height: 25rem;
      padding: 3rem 0 1rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex; } }

#block-ecpi-university-footer .accordion {
  margin: 0 0 2rem; }
  @media (min-width: 62rem) {
    #block-ecpi-university-footer .accordion .col-lg-4 {
      width: auto;
      margin-right: 7.5rem;
      max-width: calc(33.3% - 120px); }
    #block-ecpi-university-footer .accordion .col-lg-4:last-child {
      max-width: 33.3%;
      margin-right: 0; } }
  #block-ecpi-university-footer .accordion-item {
    margin: 0;
    padding: 0;
    background: transparent;
    border: 1px solid rgba(255, 255, 255, 0.7);
    border-width: 0 0 1px; }
    @media (min-width: 48rem) {
      #block-ecpi-university-footer .accordion-item {
        border: 0; } }
  #block-ecpi-university-footer .accordion-button {
    padding: 0;
    font-size: 0.875rem;
    color: #ffffff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding: 0.8rem 0;
    font-weight: 500;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none;
    cursor: default; }
    @media (max-width: 47.99875rem) {
      #block-ecpi-university-footer .accordion-button {
        cursor: pointer; } }
    #block-ecpi-university-footer .accordion-button::after {
      -webkit-background-size: 0.8rem 0.8rem;
              background-size: 0.8rem;
      background-repeat: no-repeat;
      background-position: center;
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg width='18' height='18' viewBox='0 0 18 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M10.1943 1.11509C10.1943 0.499245 9.6951 0 9.07925 0C8.4634 0 7.96415 0.499245 7.96415 1.11509L7.96415 7.80566L1.1151 7.80566C0.499245 7.80566 0 8.3049 0 8.92075C0 9.5366 0.499245 10.0358 1.11509 10.0358H7.96415L7.96415 16.8849C7.96415 17.5008 8.4634 18 9.07924 18C9.6951 18 10.1943 17.5008 10.1943 16.8849L10.1943 10.0358H16.8849C17.5008 10.0358 18 9.5366 18 8.92075C18 8.3049 17.5008 7.80566 16.8849 7.80566L10.1943 7.80566L10.1943 1.11509Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
      @media (min-width: 48rem) {
        #block-ecpi-university-footer .accordion-button::after {
          display: none; } }
    #block-ecpi-university-footer .accordion-button:not(.collapsed)::after {
      -webkit-background-size: 0.8rem 0.8rem;
              background-size: 0.8rem;
      background-repeat: no-repeat;
      background-position: center;
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' viewBox='0 0 18 18' style='enable-background:new 0 0 18 18;' xml:space='preserve'%3E%3Cpath fill='%23ffffff' d='M10.2,10h6.7c0.6,0,1.1-0.5,1.1-1.1c0-0.6-0.5-1.1-1.1-1.1h-6.7H8H1.1C0.5,7.8,0,8.3,0,8.9C0,9.5,0.5,10,1.1,10 H8H10.2z'/%3E%3C/svg%3E"); }
    @media (min-width: 48rem) {
      #block-ecpi-university-footer .accordion-button {
        font-weight: 700;
        font-size: 1rem; } }
    #block-ecpi-university-footer .accordion-button:hover {
      text-decoration: none; }
  #block-ecpi-university-footer .accordion-collapse {
    margin: 0; }
    #block-ecpi-university-footer .accordion-collapse li {
      margin: 0.25em 0; }
      #block-ecpi-university-footer .accordion-collapse li:last-child {
        margin-bottom: 1em; }
    @media (min-width: 48rem) {
      #block-ecpi-university-footer .accordion-collapse {
        display: block !important;
        height: auto !important;
        margin-top: 0.5rem;
        overflow: visible; } }
  @media (min-width: 48rem) {
    #block-ecpi-university-footer .accordion-collapsing {
      -webkit-transition: none;
      -o-transition: none;
      transition: none; } }

header .search-block-form form {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 1rem;
  position: relative; }
  header .search-block-form form fieldset {
    padding: 0;
    position: relative;
    width: 100%; }
  header .search-block-form form input[type="search"] {
    border-radius: 0;
    width: 100%; }
    header .search-block-form form input[type="search"]::-ms-clear, header .search-block-form form input[type="search"]::-ms-reveal {
      display: none;
      width: 0;
      height: 0; }
    header .search-block-form form input[type="search"]::-webkit-search-decoration, header .search-block-form form input[type="search"]::-webkit-search-cancel-button, header .search-block-form form input[type="search"]::-webkit-search-results-button, header .search-block-form form input[type="search"]::-webkit-search-results-decoration {
      display: none; }
  header .search-block-form form input[type="submit"], header .search-block-form form button[type="submit"] {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%230D4BA0' fill-rule='evenodd' clip-rule='evenodd' d='M0 7.5C0 11.6421 3.35786 15 7.5 15C9.23164 15 10.8262 14.4131 12.0957 13.4275C12.1435 13.5286 12.2092 13.6234 12.2929 13.7071L18.2929 19.7071C18.6834 20.0976 19.3166 20.0976 19.7071 19.7071C20.0976 19.3166 20.0976 18.6834 19.7071 18.2929L13.7071 12.2929C13.6234 12.2092 13.5286 12.1435 13.4275 12.0957C14.4131 10.8262 15 9.23164 15 7.5C15 3.35786 11.6421 0 7.5 0C3.35786 0 0 3.35786 0 7.5ZM2 7.5C2 4.46243 4.46243 2 7.5 2C10.5376 2 13 4.46243 13 7.5C13 10.5376 10.5376 13 7.5 13C4.46243 13 2 10.5376 2 7.5Z' /%3E%3C/svg%3E");
    position: absolute;
    color: transparent;
    z-index: 2;
    padding: 0;
    width: 1.3rem;
    height: 1.3rem;
    overflow: hidden;
    right: 0.5rem;
    top: 50%;
    margin: -0.65rem 0 0;
    border: 0;
    -webkit-appearance: none;
       -moz-appearance: none;
            appearance: none; }
  @media (min-width: 48rem) {
    header .search-block-form form {
      margin: 0; } }

header .search-block-form .form-actions {
  width: 0; }

header .search-block-form .container, header .search-block-form #v-pills-tab + .tab-content, header .search-block-form section.banner.image .image-mobile, section.banner.image header .search-block-form .image-mobile, header .search-block-form section.banner.image .image-desktop, section.banner.image header .search-block-form .image-desktop, header .search-block-form section.banner.image .image-banner, section.banner.image header .search-block-form .image-banner, header .search-block-form section.quotes .inner, section.quotes header .search-block-form .inner {
  padding: 0; }
  @media (max-width: 47.99875rem) {
    header .search-block-form .container, header .search-block-form #v-pills-tab + .tab-content, header .search-block-form section.banner.image .image-mobile, section.banner.image header .search-block-form .image-mobile, header .search-block-form section.banner.image .image-desktop, section.banner.image header .search-block-form .image-desktop, header .search-block-form section.banner.image .image-banner, section.banner.image header .search-block-form .image-banner, header .search-block-form section.quotes .inner, section.quotes header .search-block-form .inner {
      max-width: none; } }

#search-block-form-wrapper header .search-block-form {
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  margin: 0 1rem 0 2rem;
  position: static; }

header .search-close {
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23141313' d='M32.3966 0.603417C32.0101 0.217049 31.486 0 30.9395 0C30.393 0 29.8689 0.217049 29.4824 0.603417L16.5129 13.5729L3.54336 0.603417C3.15466 0.227999 2.63406 0.0202668 2.09369 0.0249624C1.55331 0.0296581 1.0364 0.246406 0.654287 0.628522C0.272172 1.01064 0.0554237 1.52755 0.050728 2.06792C0.0460323 2.60829 0.253765 3.12889 0.629182 3.51759L13.5987 16.4871L0.629182 29.4566C0.432341 29.6468 0.275334 29.8742 0.167322 30.1256C0.0593096 30.3771 0.00245577 30.6475 7.78152e-05 30.9211C-0.00230014 31.1948 0.0498448 31.4662 0.153471 31.7195C0.257097 31.9727 0.410129 32.2029 0.603636 32.3964C0.797144 32.5899 1.02725 32.7429 1.28054 32.8465C1.53382 32.9502 1.8052 33.0023 2.07885 32.9999C2.3525 32.9975 2.62294 32.9407 2.87438 32.8327C3.12583 32.7247 3.35324 32.5677 3.54336 32.3708L16.5129 19.4013L29.4824 32.3708C29.8711 32.7462 30.3917 32.954 30.9321 32.9493C31.4724 32.9446 31.9894 32.7278 32.3715 32.3457C32.7536 31.9636 32.9703 31.4467 32.975 30.9063C32.9797 30.3659 32.772 29.8453 32.3966 29.4566L19.4271 16.4871L32.3966 3.51759C32.783 3.13111 33 2.60699 33 2.0605C33 1.51402 32.783 0.989901 32.3966 0.603417Z' /%3E%3C/svg%3E");
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  color: transparent;
  overflow: hidden; }

header #search-block-form-trigger {
  -webkit-background-size: contain;
          background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  background-color: transparent;
  background-image: url("data:image/svg+xml,%3Csvg width='20' height='20' viewBox='0 0 20 20' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' clip-rule='evenodd' d='M0 7.5C0 11.6421 3.35786 15 7.5 15C9.23164 15 10.8262 14.4131 12.0957 13.4275C12.1435 13.5286 12.2092 13.6234 12.2929 13.7071L18.2929 19.7071C18.6834 20.0976 19.3166 20.0976 19.7071 19.7071C20.0976 19.3166 20.0976 18.6834 19.7071 18.2929L13.7071 12.2929C13.6234 12.2092 13.5286 12.1435 13.4275 12.0957C14.4131 10.8262 15 9.23164 15 7.5C15 3.35786 11.6421 0 7.5 0C3.35786 0 0 3.35786 0 7.5ZM2 7.5C2 4.46243 4.46243 2 7.5 2C10.5376 2 13 4.46243 13 7.5C13 10.5376 10.5376 13 7.5 13C4.46243 13 2 10.5376 2 7.5Z' /%3E%3C/svg%3E");
  width: 1.25rem;
  height: 1.25rem;
  margin: 0.5rem 0;
  border: 0; }

header #search-block-form-wrapper {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 1000; }
  header #search-block-form-wrapper::before {
    display: block;
    content: '';
    width: auto;
    height: 0;
    position: absolute;
    background: #ffffff;
    top: 0;
    left: 0;
    right: 0;
    bottom: 100%; }
  header #search-block-form-wrapper fieldset {
    width: 70%; }
  header #search-block-form-wrapper form {
    position: relative;
    background: #ffffff;
    height: 12rem;
    padding: 1.8rem 2rem 1.2rem 2rem;
    margin-left: auto;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    header #search-block-form-wrapper form input[type="submit"] {
      display: none; }
    @media (min-width: 62rem) {
      header #search-block-form-wrapper form {
        padding: 0.75rem 0;
        height: 100%;
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start;
        width: calc(100% - 16.25rem); } }
    @media (min-width: 75rem) {
      header #search-block-form-wrapper form {
        padding: 1rem 0;
        width: calc(100% - 19.0625rem); } }
    @media (min-width: 100rem) {
      header #search-block-form-wrapper form {
        padding: 1.35rem 0;
        width: calc(100% - 20.625rem); } }
  header #search-block-form-wrapper::before {
    -webkit-transition: height 0.35s ease-in-out;
    -o-transition: height 0.35s ease-in-out;
    transition: height 0.35s ease-in-out; }
  header #search-block-form-wrapper.show::before {
    height: 100%; }

header #search-block-form {
  padding: 0; }

.block-social-media-block {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .block-social-media-block ul {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap; }
    .block-social-media-block ul li {
      margin: 0.5rem; }
      .block-social-media-block ul li a {
        width: 1.75rem;
        height: 1.75rem;
        display: block;
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat; }
        .block-social-media-block ul li a.facebook {
          background-image: url("../assets/icons/social/facebook.svg"); }
        .block-social-media-block ul li a.google_plus {
          background-image: url("../assets/icons/social/google.svg"); }
        .block-social-media-block ul li a.instagram {
          background-image: url("../assets/icons/social/instagram.svg"); }
        .block-social-media-block ul li a.linkedin {
          background-image: url("../assets/icons/social/linkedin.svg"); }
        .block-social-media-block ul li a.rss_feed {
          background-image: url("../assets/icons/social/rss.svg"); }
        .block-social-media-block ul li a.twitter {
          background-image: url("../assets/icons/social/twitter.svg"); }
        .block-social-media-block ul li a.youtube {
          background-image: url("../assets/icons/social/youtube.svg"); }
        .block-social-media-block ul li a.pinterest {
          background-image: url("../assets/icons/social/pinterest.svg"); }
  .sidebar .block-social-media-block {
    border: 1px solid #e6e6e6; }
  .footer-utilities .block-social-media-block {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
  .path-blog .layout-main-wrapper .block-social-media-block ul {
    padding: 0; }
    .path-blog .layout-main-wrapper .block-social-media-block ul li {
      border: 1px solid #ffffff;
      margin: 0; }
      .path-blog .layout-main-wrapper .block-social-media-block ul li a {
        width: 2rem;
        height: 2rem; }
        .path-blog .layout-main-wrapper .block-social-media-block ul li a.facebook {
          background-image: url("../assets/icons/social/facebook-blog.png"); }
        .path-blog .layout-main-wrapper .block-social-media-block ul li a.google_plus {
          background-image: url("../assets/icons/social/google-blog.png"); }
        .path-blog .layout-main-wrapper .block-social-media-block ul li a.instagram {
          background-image: url("../assets/icons/social/instagram-blog.png"); }
        .path-blog .layout-main-wrapper .block-social-media-block ul li a.pinterest {
          background-image: url("../assets/icons/social/pinterest-blog.png"); }
        .path-blog .layout-main-wrapper .block-social-media-block ul li a.linkedin {
          background-image: url("../assets/icons/social/linkedin-blog.png"); }
        .path-blog .layout-main-wrapper .block-social-media-block ul li a.rss_feed {
          background-image: url("../assets/icons/social/rss-blog.png"); }
        .path-blog .layout-main-wrapper .block-social-media-block ul li a.twitter {
          background-image: url("../assets/icons/social/twitter-blog.png"); }
        .path-blog .layout-main-wrapper .block-social-media-block ul li a.youtube {
          background-image: url("../assets/icons/social/youtube-blog.png"); }
  .path-blog .layout-main-wrapper .block-social-media-block .social-media-links > * {
    color: #00ADEE;
    font-size: 0.8rem;
    text-transform: uppercase;
    white-space: nowrap;
    margin: 0; }

/* Press Page */
.page-view-press .background-wrapper {
  background-color: #EEE; }
  @media (min-width: 48rem) {
    .page-view-press .background-wrapper .col-md-9 {
      width: calc(70% - 15px);
      margin-right: 5%;
      margin-left: 0.9375rem; } }

.page-view-press #block-ecpi-university-content {
  margin-top: 0; }

.page-view-press .view-press .views-row {
  background: #fff;
  padding: 1.5625rem 1.25rem 0.9375rem;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -o-box-shadow: 0 8px 20px -2px #a9a9a9;
  -webkit-box-shadow: 0 8px 20px -2px #a9a9a9;
          box-shadow: 0 8px 20px -2px #a9a9a9;
  margin-bottom: 1.75rem; }
  .page-view-press .view-press .views-row .node--view-mode-press-release-search-result {
    margin-bottom: 0; }

.page-view-press #content {
  background: transparent; }

.page-view-press .sidebar_second {
  background: none; }
  @media (max-width: 47.99875rem) {
    .page-view-press .sidebar_second {
      padding: 0; } }
  .page-view-press .sidebar_second aside.section {
    background: #fff;
    padding: 0.3125rem 0.6875rem 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -o-box-shadow: 0 8px 20px -2px #a9a9a9;
    -webkit-box-shadow: 0 8px 20px -2px #a9a9a9;
            box-shadow: 0 8px 20px -2px #a9a9a9; }
    .page-view-press .sidebar_second aside.section .views-exposed-form {
      padding: 1.25rem; }

.node--type-press-release .background-wrapper {
  background-color: #EEE; }
  @media (max-width: 47.99875rem) {
    .node--type-press-release .background-wrapper {
      -webkit-background-size: unset unset;
              background-size: unset; } }
  @media (min-width: 48rem) {
    .node--type-press-release .background-wrapper .col-md-9 {
      width: calc(70% - 15px);
      margin-right: 5%;
      margin-left: 0.9375rem;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      -o-box-shadow: 0 8px 20px -2px #a9a9a9;
      -webkit-box-shadow: 0 8px 20px -2px #a9a9a9;
              box-shadow: 0 8px 20px -2px #a9a9a9;
      margin-bottom: 1.875rem; } }
  .node--type-press-release .background-wrapper h1.title, .node--type-press-release .background-wrapper .title.h1 {
    font-size: 1.75rem;
    letter-spacing: 0.01em;
    line-height: 1.3;
    margin-bottom: 1.5625rem; }

.node--type-press-release .sidebar_second {
  background: none; }
  @media (max-width: 47.99875rem) {
    .node--type-press-release .sidebar_second {
      padding: 0; } }
  .node--type-press-release .sidebar_second aside.section {
    background: #fff;
    padding: 0.3125rem 0.6875rem 0.625rem;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -o-box-shadow: 0 8px 20px -2px #a9a9a9;
    -webkit-box-shadow: 0 8px 20px -2px #a9a9a9;
            box-shadow: 0 8px 20px -2px #a9a9a9; }
    @media (max-width: 47.99875rem) {
      .node--type-press-release .sidebar_second aside.section {
        margin-top: 1.25rem; } }
    .node--type-press-release .sidebar_second aside.section .views-exposed-form {
      padding: 1.25rem; }

article[about="/online"] {
  background: #f0f1f1; }
  article[about="/online"] .image .inner {
    background: none !important;
    display: none !important; }
  article[about="/online"] section.banner.image .image-banner {
    position: relative; }
  @media (max-width: 36rem) {
    article[about="/online"] section.text {
      margin: 0 1.25rem; } }

#block-degreesbycollegeblock {
  background: #f0f1f1;
  padding: 3.875rem 0;
  margin-top: -1rem; }
  #block-degreesbycollegeblock h2, #block-degreesbycollegeblock .h2 {
    max-width: 1200px;
    margin: 0 auto;
    font-weight: normal !important;
    color: #2b7dad !important;
    font-size: 2.0625rem;
    margin-bottom: 1.875rem;
    position: relative;
    margin-top: 0;
    padding: 0.625rem 0;
    border-bottom: 1px solid #c1c0c0; }
    @media (max-width: 75rem) {
      #block-degreesbycollegeblock h2, #block-degreesbycollegeblock .h2 {
        margin-left: 1.25rem;
        margin-right: 1.25rem; } }
    #block-degreesbycollegeblock h2:after, #block-degreesbycollegeblock .h2:after {
      content: '';
      display: block;
      width: 100%;
      position: absolute;
      bottom: 0;
      border-bottom: 1px solid #fff; }
  #block-degreesbycollegeblock .content {
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 75rem) {
      #block-degreesbycollegeblock .content {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    #block-degreesbycollegeblock .content form {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end; }
      @media (max-width: 47.99875rem) {
        #block-degreesbycollegeblock .content form {
          display: block; } }
      #block-degreesbycollegeblock .content form #degrees-field-wrapper,
      #block-degreesbycollegeblock .content form > fieldset {
        margin-right: 3.75rem;
        margin-left: 3.4375rem;
        -webkit-box-flex: 1;
        -webkit-flex-grow: 1;
            -ms-flex-positive: 1;
                flex-grow: 1;
        width: 33%;
        position: relative;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start; }
        @media (max-width: 47.99875rem) {
          #block-degreesbycollegeblock .content form #degrees-field-wrapper,
          #block-degreesbycollegeblock .content form > fieldset {
            width: auto;
            margin-top: 1.25rem; } }
      #block-degreesbycollegeblock .content form input.btn, #block-degreesbycollegeblock .content form input.button, #block-degreesbycollegeblock .content form section.campus-finder .leaflet-popup input.campus__view-link, section.campus-finder .leaflet-popup #block-degreesbycollegeblock .content form input.campus__view-link {
        margin-right: 3.125rem;
        width: 130px;
        margin-top: 0.8125rem;
        -webkit-align-self: flex-start;
            -ms-flex-item-align: start;
                align-self: flex-start; }
        @media (max-width: 47.99875rem) {
          #block-degreesbycollegeblock .content form input.btn, #block-degreesbycollegeblock .content form input.button, #block-degreesbycollegeblock .content form section.campus-finder .leaflet-popup input.campus__view-link, section.campus-finder .leaflet-popup #block-degreesbycollegeblock .content form input.campus__view-link {
            margin-top: 1.25rem;
            margin-left: 3.4375rem; } }

@media (max-width: 47.99875rem) {
  .pane-ecpi-international-timer {
    padding: 0.4375rem 1.25rem; } }

.pane-ecpi-international-timer .pane-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 75rem) {
    .pane-ecpi-international-timer .pane-content {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }

.pane-ecpi-international-timer .timer-description {
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .pane-ecpi-international-timer .timer-description p {
    font-size: 1rem;
    line-height: 1.2;
    margin: 0; }
  .pane-ecpi-international-timer .timer-description h2, .pane-ecpi-international-timer .timer-description .h2 {
    font-size: 3.0625rem;
    line-height: 1.2;
    margin: 0; }

.pane-ecpi-international-timer #countdown {
  width: 50%; }
  @media (max-width: 47.99875rem) {
    .pane-ecpi-international-timer #countdown {
      width: 100%; } }
  .pane-ecpi-international-timer #countdown .ClassyCountdown-wrapper {
    padding-left: 3.4375rem;
    max-width: 420px;
    margin: auto; }
    @media (max-width: 47.99875rem) {
      .pane-ecpi-international-timer #countdown .ClassyCountdown-wrapper {
        max-width: 100%;
        padding-left: 0; } }
    .pane-ecpi-international-timer #countdown .ClassyCountdown-wrapper > div {
      display: inline-block;
      position: relative;
      width: calc(25% - 30px);
      margin: 0.625rem; }
      @media (max-width: 47.99875rem) {
        .pane-ecpi-international-timer #countdown .ClassyCountdown-wrapper > div {
          height: 243.5px !important; } }
      @media (max-width: 35.99875rem) {
        .pane-ecpi-international-timer #countdown .ClassyCountdown-wrapper > div {
          height: 138.25px !important; } }
    .pane-ecpi-international-timer #countdown .ClassyCountdown-wrapper .ClassyCountdown-value {
      width: 100%;
      line-height: 1em;
      position: absolute;
      top: 50%;
      text-align: center;
      left: 0;
      display: block; }
      @media (max-width: 47.99875rem) {
        .pane-ecpi-international-timer #countdown .ClassyCountdown-wrapper .ClassyCountdown-value {
          font-size: 3.25rem !important;
          margin-top: -3.5625rem !important; } }

.pane-bundle-ecpi-online-why {
  position: relative;
  z-index: 0; }
  .pane-bundle-ecpi-online-why:before {
    border-top: 6px solid #FF5F00 !important;
    border-bottom: 5px solid #006791;
    background: #00adee url(../assets/legacy/why-choose-bg.png) no-repeat;
    -webkit-background-size: cover;
            background-size: cover;
    content: '';
    position: absolute;
    width: 100%;
    top: 0;
    left: 0;
    display: block;
    margin-left: 0;
    height: 100%;
    z-index: -1; }
  .pane-bundle-ecpi-online-why .pane-content {
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 75rem) {
      .pane-bundle-ecpi-online-why .pane-content {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
  .pane-bundle-ecpi-online-why .pane-title {
    display: none; }
  .pane-bundle-ecpi-online-why .fieldable-panels-pane {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 1.5rem 0 2rem; }
    .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left {
      padding-right: 9%;
      font-family: "Ubuntu", Arial, Verdana, sans-serif;
      width: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (max-width: 60rem) {
        .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left {
          padding-right: 1rem; } }
      @media (max-width: 47.9375rem) {
        .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left {
          margin-bottom: 2.5rem;
          padding-right: 0;
          width: 100%; } }
      .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-name-title-ds {
        text-transform: uppercase;
        font-weight: normal;
        font-size: 5.5rem;
        color: #fff;
        white-space: nowrap; }
        .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-name-title-ds h2, .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-name-title-ds .h2 {
          font-size: 4.5rem;
          font-weight: 400;
          letter-spacing: 0;
          margin: 0;
          padding: 0;
          line-height: 4.0625rem;
          font-family: "Ubuntu", Arial, Verdana, sans-serif; }
          @media (max-width: 60rem) {
            .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-name-title-ds h2, .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-name-title-ds .h2 {
              font-size: 1.5625rem; } }
          @media (max-width: 47.9375rem) {
            .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-name-title-ds h2, .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-name-title-ds .h2 {
              font-size: 1.25rem; } }
      .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-name-field-online-why-subtitle {
        text-transform: uppercase;
        font-size: 2.5625rem;
        font-weight: bold;
        color: #fff;
        white-space: nowrap; }
        @media (max-width: 60rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-name-field-online-why-subtitle {
            font-size: 2rem; } }
        @media (max-width: 47.9375rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-name-field-online-why-subtitle {
            font-size: 1.8125rem; } }
      .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-collection-container {
        margin-top: 1.25rem;
        margin-bottom: 0; }
        .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-collection-container .field-name-field-online-why-quote > .field-items > .field-item {
          position: relative;
          margin-bottom: 1.875rem;
          padding: 0.9375rem 1.25rem;
          border-radius: 7px;
          background-color: #fff;
          font-size: 0.875rem;
          font-family: inherit;
          color: #000; }
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-collection-container .field-name-field-online-why-quote > .field-items > .field-item:before {
            content: '';
            display: block;
            position: absolute;
            bottom: -18px;
            left: 20px;
            z-index: 0;
            border-top: 9px solid #fff;
            border-bottom: 9px solid transparent;
            border-left: 8px solid #fff;
            border-right: 8px solid transparent; }
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-collection-container .field-name-field-online-why-quote > .field-items > .field-item .field-collection-view {
            padding: 0;
            margin: 0;
            border-bottom: 0; }
            .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-collection-container .field-name-field-online-why-quote > .field-items > .field-item .field-collection-view .content {
              display: -webkit-box;
              display: -webkit-flex;
              display: -ms-flexbox;
              display: flex;
              -webkit-flex-wrap: wrap;
                  -ms-flex-wrap: wrap;
                      flex-wrap: wrap;
              -webkit-box-pack: end;
              -webkit-justify-content: flex-end;
                  -ms-flex-pack: end;
                      justify-content: flex-end;
              margin-top: 0;
              width: 100%; }
            .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-collection-container .field-name-field-online-why-quote > .field-items > .field-item .field-collection-view .entity-field-collection-item {
              width: 100%;
              float: left; }
            .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-collection-container .field-name-field-online-why-quote > .field-items > .field-item .field-collection-view .field-name-field-online-why-quote-body {
              width: 100%;
              line-height: 1.3; }
              .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-collection-container .field-name-field-online-why-quote > .field-items > .field-item .field-collection-view .field-name-field-online-why-quote-body p {
                color: #323232;
                font-size: 0.75rem;
                line-height: 1rem; }
            .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-collection-container .field-name-field-online-why-quote > .field-items > .field-item .field-collection-view .field-name-field-online-why-quote-author {
              color: #FF5F00 !important;
              padding: 0 0.3125rem;
              font-size: 1.125rem;
              font-weight: bold; }
              .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-collection-container .field-name-field-online-why-quote > .field-items > .field-item .field-collection-view .field-name-field-online-why-quote-author .field-item:after {
                content: '|';
                display: inline-block;
                padding-left: 0.3125rem; }
            .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-left .field-collection-container .field-name-field-online-why-quote > .field-items > .field-item .field-collection-view .field-name-field-online-why-quote-auth-post {
              font-size: 0.75rem;
              color: #006791;
              line-height: 1.6875rem; }
    .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-align: end;
      -webkit-align-items: flex-end;
          -ms-flex-align: end;
              align-items: flex-end;
      min-height: 392px;
      padding-top: 4.375rem;
      padding-left: 4%;
      background-image: url(../assets/legacy/phone-white-bg.png);
      background-repeat: no-repeat;
      -webkit-background-size: auto auto;
              background-size: auto;
      background-position-x: 25px;
      font-family: "Ubuntu", Arial, Verdana, sans-serif;
      width: 50%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box; }
      @media (max-width: 47.9375rem) {
        .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right {
          width: 100%;
          background-position-y: 0;
          background-position-x: 20%;
          padding-top: 3.75rem; } }
      @media (max-width: 60rem) {
        .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right {
          background-position-y: 50px;
          -webkit-background-size: 170px auto;
                  background-size: 170px auto; } }
      @media (max-width: 30rem) {
        .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right {
          padding: 1.25rem 0 0 0;
          background-position-x: 10%;
          -webkit-background-size: 140px auto;
                  background-size: 140px auto; } }
      @media (max-width: 23.75rem) {
        .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right {
          padding: 0.9375rem 0 0 0; } }
      .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .field-name-field-online-why-app-subtitle {
        width: 60%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        text-transform: uppercase;
        font-size: 2.1875rem;
        font-weight: 400;
        color: #fff;
        text-align: center;
        line-height: 1; }
        @media (max-width: 75rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .field-name-field-online-why-app-subtitle {
            font-size: 1.875rem;
            width: 50%; } }
        @media (max-width: 60rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .field-name-field-online-why-app-subtitle {
            font-size: 1.625rem;
            margin-top: 0; } }
        @media (max-width: 47.9375rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .field-name-field-online-why-app-subtitle {
            margin-top: 0;
            width: 40%;
            margin-right: 15%; } }
        @media (max-width: 42.5rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .field-name-field-online-why-app-subtitle {
            margin-right: 10%; } }
        @media (max-width: 30rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .field-name-field-online-why-app-subtitle {
            font-size: 1.25rem; } }
        @media (max-width: 23.75rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .field-name-field-online-why-app-subtitle {
            margin-right: 0; } }
      .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .field-name-field-online-why-app-title {
        width: 60%;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        margin-top: -0.5rem;
        text-transform: uppercase;
        font-size: 3.5625rem;
        font-weight: 700;
        color: #fff;
        text-align: center;
        line-height: 1; }
        @media (max-width: 75rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .field-name-field-online-why-app-title {
            font-size: 2.8125rem;
            width: 50%; } }
        @media (max-width: 60rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .field-name-field-online-why-app-title {
            font-size: 2.25rem;
            margin-top: 0; } }
        @media (max-width: 47.9375rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .field-name-field-online-why-app-title {
            margin-top: 0;
            width: 40%;
            margin-right: 15%; } }
        @media (max-width: 42.5rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .field-name-field-online-why-app-title {
            margin-right: 10%;
            font-size: 1.9375rem; } }
        @media (max-width: 30rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .field-name-field-online-why-app-title {
            font-size: 1.875rem; } }
        @media (max-width: 23.75rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .field-name-field-online-why-app-title {
            margin-right: 0; } }
      .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .online-why-bubble {
        position: relative;
        width: 60%;
        margin-top: 1.5625rem;
        -webkit-box-sizing: border-box;
                box-sizing: border-box;
        display: inline-block;
        padding: 1.25rem;
        background-color: #fff;
        text-align: center; }
        @media (max-width: 75rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .online-why-bubble {
            width: 50%; } }
        @media (max-width: 60rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .online-why-bubble {
            margin-top: 1.25rem;
            padding: 0.625rem;
            width: 49%; } }
        @media (max-width: 47.9375rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .online-why-bubble {
            width: 40%;
            margin-right: 15%; } }
        @media (max-width: 42.5rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .online-why-bubble {
            margin-right: 10%; } }
        @media (max-width: 23.75rem) {
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .online-why-bubble {
            margin-right: 0; } }
        .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .online-why-bubble:before {
          content: '';
          display: block;
          position: absolute;
          top: 50%;
          left: -63px;
          z-index: 0;
          -webkit-transform: translateY(-50%);
               -o-transform: translateY(-50%);
                  transform: translateY(-50%);
          border-top: 13px solid transparent;
          border-bottom: 13px solid transparent;
          border-left: 0 solid transparent;
          border-right: 63px solid #fff; }
        .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .online-why-bubble .field-name-field-online-why-app-link-title {
          color: #05295e;
          font-size: 1.5625rem;
          font-weight: 700;
          font-family: inherit;
          text-transform: uppercase;
          letter-spacing: 0; }
          @media (max-width: 75rem) {
            .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .online-why-bubble .field-name-field-online-why-app-link-title {
              font-size: 1.25rem; } }
        .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .online-why-bubble .field-name-field-online-why-app-link {
          background-color: #FF5F00;
          border: none;
          display: inline-block;
          margin-top: 0.875rem;
          padding: 0.6875rem 0.5rem;
          color: #fff;
          font-size: 1.25rem;
          -webkit-box-sizing: border-box;
                  box-sizing: border-box; }
          @media (max-width: 60rem) {
            .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .online-why-bubble .field-name-field-online-why-app-link {
              font-size: 1rem; } }
          .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .online-why-bubble .field-name-field-online-why-app-link a {
            text-transform: uppercase;
            color: inherit; }
            .pane-bundle-ecpi-online-why .fieldable-panels-pane .online-why-col-right .online-why-bubble .field-name-field-online-why-app-link a:hover {
              text-decoration: none; }

#block-toolsandresourcesonline {
  background: #f0f1f1; }
  #block-toolsandresourcesonline .file {
    position: relative; }
  #block-toolsandresourcesonline a.media-colorbox .file-video:after {
    content: "";
    width: 50px;
    height: 50px;
    position: absolute;
    left: 50%;
    top: 50%;
    margin-left: -1.25rem;
    margin-top: -1.875rem;
    background: url(../assets/legacy/play-button.svg) 0 0 no-repeat;
    -webkit-background-size: 100% auto;
            background-size: 100% auto;
    z-index: 2;
    -webkit-filter: drop-shadow(0px 0px 5px #000);
            filter: drop-shadow(0px 0px 5px #000); }
  #block-toolsandresourcesonline a.media-colorbox:hover {
    text-decoration: none; }

.pane-bundle-ecpi-online-tool-res {
  max-width: 1200px;
  margin: 0 auto; }
  @media (max-width: 75rem) {
    .pane-bundle-ecpi-online-tool-res {
      padding-left: 1.25rem;
      padding-right: 1.25rem; } }
  .pane-bundle-ecpi-online-tool-res h2.pane-title, .pane-bundle-ecpi-online-tool-res .pane-title.h2 {
    max-width: 1200px;
    margin: 0 auto;
    font-weight: normal;
    color: #FF5F00;
    font-size: 2.0625rem;
    margin-bottom: 1.875rem;
    position: relative;
    margin-top: 0;
    padding: 0.625rem 0;
    border-bottom: 1px solid #c1c0c0; }
    .pane-bundle-ecpi-online-tool-res h2.pane-title:after, .pane-bundle-ecpi-online-tool-res .pane-title.h2:after {
      content: '';
      display: block;
      width: 100%;
      position: absolute;
      bottom: 0;
      border-bottom: 1px solid #fff; }
  .pane-bundle-ecpi-online-tool-res .field-name-field-online-tool-res-video .field-items {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
    margin: 2rem -0.5rem 0; }
    .pane-bundle-ecpi-online-tool-res .field-name-field-online-tool-res-video .field-items .field-item {
      width: 25%;
      -webkit-box-sizing: border-box;
              box-sizing: border-box;
      padding: 0.5rem;
      text-align: center; }
      @media (max-width: 75rem) {
        .pane-bundle-ecpi-online-tool-res .field-name-field-online-tool-res-video .field-items .field-item {
          width: 50%; } }
      @media (max-width: 47.9375rem) {
        .pane-bundle-ecpi-online-tool-res .field-name-field-online-tool-res-video .field-items .field-item {
          width: 100%; } }
      .pane-bundle-ecpi-online-tool-res .field-name-field-online-tool-res-video .field-items .field-item h2, .pane-bundle-ecpi-online-tool-res .field-name-field-online-tool-res-video .field-items .field-item .h2 {
        margin-top: 0.75rem;
        font-size: 1.25rem;
        padding-top: 0.5rem;
        color: #FF5F00; }
      .pane-bundle-ecpi-online-tool-res .field-name-field-online-tool-res-video .field-items .field-item .file {
        padding-left: 0;
        position: relative; }

.panel-box-bottom {
  border-top: 2px solid #c1c0c0;
  max-width: 1200px;
  margin: 1.875rem auto 0.9375rem; }
  @media (max-width: 75rem) {
    .panel-box-bottom {
      margin-left: 1.25rem;
      margin-right: 1.25rem; } }
  .panel-box-bottom .file {
    padding-left: 0; }
  .panel-box-bottom h4, .panel-box-bottom .h4, .panel-box-bottom #footer .menu-item--expanded > a, #footer .panel-box-bottom .menu-item--expanded > a, .panel-box-bottom #footer .menu-item--expanded > span, #footer .panel-box-bottom .menu-item--expanded > span {
    margin-top: 1.25rem; }

.pane-bundle-ecpi-online-award {
  background-color: rgba(0, 173, 238, 0.75); }
  .pane-bundle-ecpi-online-award .pane-content {
    max-width: 1200px;
    margin: 0 auto; }
    @media (max-width: 75rem) {
      .pane-bundle-ecpi-online-award .pane-content {
        padding-left: 1.25rem;
        padding-right: 1.25rem; } }
    .pane-bundle-ecpi-online-award .pane-content .field-type-field-collection > .field-items {
      padding: 0 7.5rem;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-flex-wrap: nowrap;
          -ms-flex-wrap: nowrap;
              flex-wrap: nowrap;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: center;
      -webkit-align-items: center;
          -ms-flex-align: center;
              align-items: center; }
      @media (max-width: 47.9375rem) {
        .pane-bundle-ecpi-online-award .pane-content .field-type-field-collection > .field-items {
          padding: 0; } }
      .pane-bundle-ecpi-online-award .pane-content .field-type-field-collection > .field-items > .field-item {
        -webkit-transition: -webkit-transform .25s;
        transition: -webkit-transform .25s;
        -o-transition: -o-transform .25s;
        transition: transform .25s;
        transition: transform .25s, -webkit-transform .25s, -o-transform .25s;
        -webkit-transition-timing-function: ease;
             -o-transition-timing-function: ease;
                transition-timing-function: ease;
        margin-bottom: 0.625rem; }
        .pane-bundle-ecpi-online-award .pane-content .field-type-field-collection > .field-items > .field-item img {
          max-height: 135px;
          max-width: 100%;
          width: auto;
          -webkit-filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.9));
                  filter: drop-shadow(3px 3px 5px rgba(0, 0, 0, 0.9)); }
        .pane-bundle-ecpi-online-award .pane-content .field-type-field-collection > .field-items > .field-item .field-collection-view {
          padding: 1em 0 0.3em 0;
          margin: 0 1em 0 1em; }

section.hero {
  background-position: 50% 50%;
  -webkit-background-size: cover;
          background-size: cover;
  background-repeat: no-repeat;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  section.hero .inner {
    margin: auto;
    padding: 30vh 0 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 48rem) {
      section.hero .inner {
        padding: 50vh 0 10rem; } }
    @media (min-width: 62rem) {
      section.hero .inner {
        width: 80%; } }
  section.hero.variant {
    height: auto; }
    section.hero.variant .inner {
      width: 100%;
      padding: 5rem 0 2rem;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (min-width: 48rem) {
        section.hero.variant .inner {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 10rem 0 5rem; } }
      @media (min-width: 62rem) {
        section.hero.variant .inner {
          padding: 10rem 0;
          width: 80%; } }
    section.hero.variant .title {
      font-size: 1.5rem;
      margin: 0; }
      section.hero.variant .title.heading-color-dark {
        color: #000000; }
      section.hero.variant .title.heading-color-light {
        color: #ffffff; }
      @media (min-width: 48rem) {
        section.hero.variant .title {
          font-size: 2.25rem; } }
      @media (min-width: 62rem) {
        section.hero.variant .title {
          font-size: 3rem; } }
    @media (min-width: 48rem) {
      section.hero.variant {
        min-height: 18.75rem; } }
    @media (min-width: 62rem) {
      section.hero.variant {
        min-height: 31.25rem; } }
  @media (min-width: 48rem) {
    section.hero {
      height: auto;
      min-height: 80vh; } }
  @media (min-width: 62rem) {
    section.hero {
      min-height: 60vh; } }

section.cards {
  padding: 2rem 0; }
  section.cards header {
    margin-bottom: 1rem; }
  section.cards footer {
    margin-top: 1.5rem;
    text-align: center; }
  section.cards .card {
    border: 1px solid #dee2e6;
    display: block;
    height: 100%; }
    section.cards .card img {
      -o-object-fit: cover;
         object-fit: cover;
      width: 100%;
      height: 20rem;
      display: block; }
      @media (min-width: 48rem) {
        section.cards .card img {
          height: 15rem; } }
    section.cards .card-image {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 80%;
          -ms-flex: 0 0 80%;
              flex: 0 0 80%;
      overflow: hidden; }
    section.cards .card-body {
      text-align: center;
      padding: 2rem 1rem;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 20%;
          -ms-flex: 0 0 20%;
              flex: 0 0 20%;
      position: relative; }
      section.cards .card-body::before {
        display: block;
        content: '';
        width: 3.5rem;
        height: 0.25rem;
        position: absolute;
        background: #00ADEE;
        top: 0.875rem;
        left: 50%;
        right: auto;
        bottom: auto; }
      section.cards .card-body::before {
        -webkit-transform: translateX(-50%);
             -o-transform: translateX(-50%);
                transform: translateX(-50%); }
  section.cards .glide__track {
    padding: 0.3125rem 0; }
  section.cards .glide__arrows {
    display: none; }
    @media (min-width: 36rem) {
      section.cards .glide__arrows {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 116%;
        margin-left: -8%; } }
    @media (min-width: 48rem) {
      section.cards .glide__arrows {
        width: 112%;
        margin-left: -6%; } }
    @media (min-width: 62rem) {
      section.cards .glide__arrows {
        width: 108%;
        margin-left: -4%; } }
  section.cards.multistate p {
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-box;
    line-clamp: 4;
    box-orient: vertical;
    -webkit-line-clamp: 4;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin: 0; }
  section.cards.multistate .link-readmore::after, section.cards.multistate .locations .cta a::after, .locations .cta section.cards.multistate a::after, section.cards.multistate .quicklinks .tile span::after, .quicklinks .tile section.cards.multistate span::after, section.cards.multistate section.infographics .tile a::after, section.infographics .tile section.cards.multistate a::after {
    width: 1rem;
    height: 0.75rem; }
  section.cards.multistate .inner {
    position: relative;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
    -ms-touch-action: pan-x;
    -ms-overflow-style: auto;
    overflow-y: hidden;
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding-bottom: 1rem; }
    section.cards.multistate .inner > div:nth-of-type(1) .card-content {
      color: #000000;
      background-color: #00ADEE;
      border-color: #00ADEE; }
      section.cards.multistate .inner > div:nth-of-type(1) .card-content p, section.cards.multistate .inner > div:nth-of-type(1) .card-content .card-title {
        background-color: #00ADEE; }
      section.cards.multistate .inner > div:nth-of-type(1) .card-content .link-readmore, section.cards.multistate .inner > div:nth-of-type(1) .card-content .locations .cta a, .locations .cta section.cards.multistate .inner > div:nth-of-type(1) .card-content a, section.cards.multistate .inner > div:nth-of-type(1) .card-content .quicklinks .tile span, .quicklinks .tile section.cards.multistate .inner > div:nth-of-type(1) .card-content span, section.cards.multistate .inner > div:nth-of-type(1) .card-content section.infographics .tile a, section.infographics .tile section.cards.multistate .inner > div:nth-of-type(1) .card-content a {
        color: #000000; }
        section.cards.multistate .inner > div:nth-of-type(1) .card-content .link-readmore::after, section.cards.multistate .inner > div:nth-of-type(1) .card-content .locations .cta a::after, .locations .cta section.cards.multistate .inner > div:nth-of-type(1) .card-content a::after, section.cards.multistate .inner > div:nth-of-type(1) .card-content .quicklinks .tile span::after, .quicklinks .tile section.cards.multistate .inner > div:nth-of-type(1) .card-content span::after, section.cards.multistate .inner > div:nth-of-type(1) .card-content section.infographics .tile a::after, section.infographics .tile section.cards.multistate .inner > div:nth-of-type(1) .card-content a::after {
          -webkit-background-size: contain;
                  background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-color: transparent;
          background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1956 11.7007C13.5826 12.0947 14.2158 12.1004 14.6098 11.7134L19.7007 6.71345C19.8922 6.52542 20 6.26834 20 6C20 5.73166 19.8922 5.47458 19.7007 5.28655L14.6098 0.286551C14.2158 -0.100439 13.5826 -0.0947351 13.1956 0.299292C12.8087 0.693318 12.8144 1.32646 13.2084 1.71345L16.5547 5L1 5C0.447715 5 0 5.44771 0 6C0 6.55228 0.447715 7 1 7L16.5547 7L13.2084 10.2866C12.8144 10.6735 12.8087 11.3067 13.1956 11.7007Z' fill='%23000000'/%3E%3C/svg%3E"); }
    section.cards.multistate .inner > div:nth-of-type(2) .card-content {
      color: #000000;
      background-color: #FFC700;
      border-color: #FFC700; }
      section.cards.multistate .inner > div:nth-of-type(2) .card-content p, section.cards.multistate .inner > div:nth-of-type(2) .card-content .card-title {
        background-color: #FFC700; }
      section.cards.multistate .inner > div:nth-of-type(2) .card-content .link-readmore, section.cards.multistate .inner > div:nth-of-type(2) .card-content .locations .cta a, .locations .cta section.cards.multistate .inner > div:nth-of-type(2) .card-content a, section.cards.multistate .inner > div:nth-of-type(2) .card-content .quicklinks .tile span, .quicklinks .tile section.cards.multistate .inner > div:nth-of-type(2) .card-content span, section.cards.multistate .inner > div:nth-of-type(2) .card-content section.infographics .tile a, section.infographics .tile section.cards.multistate .inner > div:nth-of-type(2) .card-content a {
        color: #000000; }
        section.cards.multistate .inner > div:nth-of-type(2) .card-content .link-readmore::after, section.cards.multistate .inner > div:nth-of-type(2) .card-content .locations .cta a::after, .locations .cta section.cards.multistate .inner > div:nth-of-type(2) .card-content a::after, section.cards.multistate .inner > div:nth-of-type(2) .card-content .quicklinks .tile span::after, .quicklinks .tile section.cards.multistate .inner > div:nth-of-type(2) .card-content span::after, section.cards.multistate .inner > div:nth-of-type(2) .card-content section.infographics .tile a::after, section.infographics .tile section.cards.multistate .inner > div:nth-of-type(2) .card-content a::after {
          -webkit-background-size: contain;
                  background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-color: transparent;
          background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1956 11.7007C13.5826 12.0947 14.2158 12.1004 14.6098 11.7134L19.7007 6.71345C19.8922 6.52542 20 6.26834 20 6C20 5.73166 19.8922 5.47458 19.7007 5.28655L14.6098 0.286551C14.2158 -0.100439 13.5826 -0.0947351 13.1956 0.299292C12.8087 0.693318 12.8144 1.32646 13.2084 1.71345L16.5547 5L1 5C0.447715 5 0 5.44771 0 6C0 6.55228 0.447715 7 1 7L16.5547 7L13.2084 10.2866C12.8144 10.6735 12.8087 11.3067 13.1956 11.7007Z' fill='%23000000'/%3E%3C/svg%3E"); }
    section.cards.multistate .inner > div:nth-of-type(3) .card-content {
      color: #ffffff;
      background-color: #0D4BA0;
      border-color: #0D4BA0; }
      section.cards.multistate .inner > div:nth-of-type(3) .card-content p, section.cards.multistate .inner > div:nth-of-type(3) .card-content .card-title {
        background-color: #0D4BA0;
        color: #ffffff; }
      section.cards.multistate .inner > div:nth-of-type(3) .card-content .link-readmore, section.cards.multistate .inner > div:nth-of-type(3) .card-content .locations .cta a, .locations .cta section.cards.multistate .inner > div:nth-of-type(3) .card-content a, section.cards.multistate .inner > div:nth-of-type(3) .card-content .quicklinks .tile span, .quicklinks .tile section.cards.multistate .inner > div:nth-of-type(3) .card-content span, section.cards.multistate .inner > div:nth-of-type(3) .card-content section.infographics .tile a, section.infographics .tile section.cards.multistate .inner > div:nth-of-type(3) .card-content a {
        color: #ffffff; }
        section.cards.multistate .inner > div:nth-of-type(3) .card-content .link-readmore::after, section.cards.multistate .inner > div:nth-of-type(3) .card-content .locations .cta a::after, .locations .cta section.cards.multistate .inner > div:nth-of-type(3) .card-content a::after, section.cards.multistate .inner > div:nth-of-type(3) .card-content .quicklinks .tile span::after, .quicklinks .tile section.cards.multistate .inner > div:nth-of-type(3) .card-content span::after, section.cards.multistate .inner > div:nth-of-type(3) .card-content section.infographics .tile a::after, section.infographics .tile section.cards.multistate .inner > div:nth-of-type(3) .card-content a::after {
          -webkit-background-size: contain;
                  background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-color: transparent;
          background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1956 11.7007C13.5826 12.0947 14.2158 12.1004 14.6098 11.7134L19.7007 6.71345C19.8922 6.52542 20 6.26834 20 6C20 5.73166 19.8922 5.47458 19.7007 5.28655L14.6098 0.286551C14.2158 -0.100439 13.5826 -0.0947351 13.1956 0.299292C12.8087 0.693318 12.8144 1.32646 13.2084 1.71345L16.5547 5L1 5C0.447715 5 0 5.44771 0 6C0 6.55228 0.447715 7 1 7L16.5547 7L13.2084 10.2866C12.8144 10.6735 12.8087 11.3067 13.1956 11.7007Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
    section.cards.multistate .inner > div:nth-of-type(4) .card-content {
      color: #ffffff;
      background-color: #323232;
      border-color: #323232; }
      section.cards.multistate .inner > div:nth-of-type(4) .card-content p, section.cards.multistate .inner > div:nth-of-type(4) .card-content .card-title {
        background-color: #323232;
        color: #ffffff; }
      section.cards.multistate .inner > div:nth-of-type(4) .card-content .link-readmore, section.cards.multistate .inner > div:nth-of-type(4) .card-content .locations .cta a, .locations .cta section.cards.multistate .inner > div:nth-of-type(4) .card-content a, section.cards.multistate .inner > div:nth-of-type(4) .card-content .quicklinks .tile span, .quicklinks .tile section.cards.multistate .inner > div:nth-of-type(4) .card-content span, section.cards.multistate .inner > div:nth-of-type(4) .card-content section.infographics .tile a, section.infographics .tile section.cards.multistate .inner > div:nth-of-type(4) .card-content a {
        color: #ffffff; }
        section.cards.multistate .inner > div:nth-of-type(4) .card-content .link-readmore::after, section.cards.multistate .inner > div:nth-of-type(4) .card-content .locations .cta a::after, .locations .cta section.cards.multistate .inner > div:nth-of-type(4) .card-content a::after, section.cards.multistate .inner > div:nth-of-type(4) .card-content .quicklinks .tile span::after, .quicklinks .tile section.cards.multistate .inner > div:nth-of-type(4) .card-content span::after, section.cards.multistate .inner > div:nth-of-type(4) .card-content section.infographics .tile a::after, section.infographics .tile section.cards.multistate .inner > div:nth-of-type(4) .card-content a::after {
          -webkit-background-size: contain;
                  background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-color: transparent;
          background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1956 11.7007C13.5826 12.0947 14.2158 12.1004 14.6098 11.7134L19.7007 6.71345C19.8922 6.52542 20 6.26834 20 6C20 5.73166 19.8922 5.47458 19.7007 5.28655L14.6098 0.286551C14.2158 -0.100439 13.5826 -0.0947351 13.1956 0.299292C12.8087 0.693318 12.8144 1.32646 13.2084 1.71345L16.5547 5L1 5C0.447715 5 0 5.44771 0 6C0 6.55228 0.447715 7 1 7L16.5547 7L13.2084 10.2866C12.8144 10.6735 12.8087 11.3067 13.1956 11.7007Z' fill='%23ffffff'/%3E%3C/svg%3E"); }
    @media (max-width: 47.99875rem) {
      section.cards.multistate .inner .card img {
        height: 100%;
        margin: 0; }
      section.cards.multistate .inner .card-title {
        padding: 0.75rem 0.5rem; }
      section.cards.multistate .inner .card-content {
        -webkit-transform: none;
             -o-transform: none;
                transform: none;
        position: static;
        padding: 0; }
        section.cards.multistate .inner .card-content .text-formatted {
          padding: 0.75rem;
          background: #ffffff;
          color: #000000; }
          section.cards.multistate .inner .card-content .text-formatted p {
            background: none !important;
            color: #000000 !important; }
        section.cards.multistate .inner .card-content .link-readmore, section.cards.multistate .inner .card-content .locations .cta a, .locations .cta section.cards.multistate .inner .card-content a, section.cards.multistate .inner .card-content .quicklinks .tile span, .quicklinks .tile section.cards.multistate .inner .card-content span, section.cards.multistate .inner .card-content section.infographics .tile a, section.infographics .tile section.cards.multistate .inner .card-content a {
          color: #000000 !important;
          display: block;
          background: #ffffff;
          padding: 0 0.5rem 0.75rem; }
          section.cards.multistate .inner .card-content .link-readmore::after, section.cards.multistate .inner .card-content .locations .cta a::after, .locations .cta section.cards.multistate .inner .card-content a::after, section.cards.multistate .inner .card-content .quicklinks .tile span::after, .quicklinks .tile section.cards.multistate .inner .card-content span::after, section.cards.multistate .inner .card-content section.infographics .tile a::after, section.infographics .tile section.cards.multistate .inner .card-content a::after {
            -webkit-background-size: contain;
                    background-size: contain;
            background-repeat: no-repeat;
            background-position: center;
            background-color: transparent;
            background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1956 11.7007C13.5826 12.0947 14.2158 12.1004 14.6098 11.7134L19.7007 6.71345C19.8922 6.52542 20 6.26834 20 6C20 5.73166 19.8922 5.47458 19.7007 5.28655L14.6098 0.286551C14.2158 -0.100439 13.5826 -0.0947351 13.1956 0.299292C12.8087 0.693318 12.8144 1.32646 13.2084 1.71345L16.5547 5L1 5C0.447715 5 0 5.44771 0 6C0 6.55228 0.447715 7 1 7L16.5547 7L13.2084 10.2866C12.8144 10.6735 12.8087 11.3067 13.1956 11.7007Z' fill='%23000000'/%3E%3C/svg%3E") !important; }
      section.cards.multistate .inner .card-title {
        margin: 0;
        white-space: normal; }
      section.cards.multistate .inner .card:hover {
        text-decoration: none; }
        section.cards.multistate .inner .card:hover .card-content {
          -webkit-transform: none;
               -o-transform: none;
                  transform: none; } }
  section.cards.multistate .card {
    position: relative;
    overflow: hidden; }
    section.cards.multistate .card p {
      font-size: 0.875rem;
      line-height: 1.3; }
    section.cards.multistate .card img {
      height: 12.5rem;
      margin-bottom: 2.8rem; }
    section.cards.multistate .card-content {
      position: absolute;
      -webkit-transform: translateY(-3rem);
           -o-transform: translateY(-3rem);
              transform: translateY(-3rem);
      width: 100%;
      left: 0;
      top: 100%;
      text-align: center;
      padding: 0.75rem;
      -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 1, 1);
      transition: -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 1, 1);
      -o-transition: -o-transform 0.3s cubic-bezier(0.17, 0.67, 1, 1);
      transition: transform 0.3s cubic-bezier(0.17, 0.67, 1, 1);
      transition: transform 0.3s cubic-bezier(0.17, 0.67, 1, 1), -webkit-transform 0.3s cubic-bezier(0.17, 0.67, 1, 1), -o-transform 0.3s cubic-bezier(0.17, 0.67, 1, 1);
      min-height: 3em; }
    section.cards.multistate .card-title {
      white-space: inherit;
      font-size: 1rem;
      margin-bottom: 1rem;
      line-height: 1.3;
      min-height: 1em; }
      @media (min-width: 48rem) {
        section.cards.multistate .card-title {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          white-space: nowrap;
          font-size: 1.25rem; } }
    section.cards.multistate .card:hover {
      text-decoration: none; }
      section.cards.multistate .card:hover .card-title {
        white-space: normal; }
      section.cards.multistate .card:hover .card-content {
        -webkit-transform: translateY(-100%);
             -o-transform: translateY(-100%);
                transform: translateY(-100%); }
  section.cards.cta {
    padding: 2rem 0; }
    section.cards.cta a {
      text-decoration: none; }
    section.cards.cta img {
      width: 60%;
      height: 100%;
      display: block;
      -o-object-fit: cover;
         object-fit: cover; }
    section.cards.cta h3, section.cards.cta .h3, section.cards.cta .accordion .accordion-button, .accordion section.cards.cta .accordion-button {
      margin: 0;
      font-size: 1rem; }
    section.cards.cta header .title {
      font-size: 1.5rem;
      font-weight: 700;
      line-height: 2.8125rem;
      color: #141313; }
      @media (min-width: 48rem) {
        section.cards.cta header .title {
          font-size: 1.75rem; } }
    section.cards.cta .inner.row {
      margin: 0 auto;
      -webkit-box-pack: center;
      -webkit-justify-content: center;
          -ms-flex-pack: center;
              justify-content: center; }
    section.cards.cta .card {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin-bottom: 1.5rem;
      border: 0;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -webkit-flex-direction: row;
          -ms-flex-direction: row;
              flex-direction: row;
      max-width: 18.75rem;
      height: auto; }
      section.cards.cta .card-content {
        position: relative;
        width: 40%;
        top: auto;
        background: #343a40;
        text-align: center;
        padding: 0.7rem;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center; }
        section.cards.cta .card-content .link-readmore, .locations section.cards.cta .card-content a, section.cards.cta .card-content .quicklinks .tile span, .quicklinks .tile section.cards.cta .card-content span, section.cards.cta .card-content section.infographics .tile a, section.infographics .tile section.cards.cta .card-content a {
          display: inline-block;
          margin-top: 0.5em; }
    section.cards.cta .inner > a:nth-of-type(1) .card-content {
      background-color: #00ADEE;
      color: #000000; }
    section.cards.cta .inner > a:nth-of-type(2) .card-content {
      background-color: #FFC700;
      color: #000000; }
    section.cards.cta .inner > a:nth-of-type(3) .card-content {
      background-color: #0F2948;
      color: #ffffff; }
    section.cards.cta.multistate img {
      width: 100%;
      height: auto; }
    section.cards.cta.multistate .card {
      max-width: unset;
      min-height: 7.8125rem; }
    section.cards.cta.multistate .inner {
      overflow: visible;
      -webkit-flex-wrap: wrap;
          -ms-flex-wrap: wrap;
              flex-wrap: wrap; }
    section.cards.cta.multistate .image-wrapper {
      position: relative;
      width: 60%; }
      section.cards.cta.multistate .image-wrapper > * {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        right: 0; }
      section.cards.cta.multistate .image-wrapper::before {
        display: block;
        content: '';
        padding-top: 60.46512%; }
      @media (min-width: 48rem) {
        section.cards.cta.multistate .image-wrapper {
          position: relative;
          width: 100%; }
          section.cards.cta.multistate .image-wrapper > * {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
          section.cards.cta.multistate .image-wrapper::before {
            display: block;
            content: '';
            padding-top: 74.4186%; } }
      @media (min-width: 62rem) {
        section.cards.cta.multistate .image-wrapper {
          position: relative; }
          section.cards.cta.multistate .image-wrapper > * {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
          section.cards.cta.multistate .image-wrapper::before {
            display: block;
            content: '';
            padding-top: 83.72093%; } }
      @media (min-width: 75rem) {
        section.cards.cta.multistate .image-wrapper {
          position: relative; }
          section.cards.cta.multistate .image-wrapper > * {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
          section.cards.cta.multistate .image-wrapper::before {
            display: block;
            content: '';
            padding-top: 76.74419%; } }
      @media (min-width: 100rem) {
        section.cards.cta.multistate .image-wrapper {
          position: relative; }
          section.cards.cta.multistate .image-wrapper > * {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 0;
            right: 0; }
          section.cards.cta.multistate .image-wrapper::before {
            display: block;
            content: '';
            padding-top: 72.09302%; } }
    section.cards.cta.multistate .inner.row {
      display: block; }
      @media (min-width: 48rem) {
        section.cards.cta.multistate .inner.row {
          display: -webkit-box;
          display: -webkit-flex;
          display: -ms-flexbox;
          display: flex; } }
    @media (max-width: 47.99875rem) {
      section.cards.cta.multistate .card img {
        height: 100%;
        margin: 0; }
      section.cards.cta.multistate .card-content {
        -webkit-transform: none;
             -o-transform: none;
                transform: none; }
      section.cards.cta.multistate .card-title {
        margin: 0;
        white-space: normal; }
      section.cards.cta.multistate .card .link-readmore, .locations section.cards.cta.multistate .card a, section.cards.cta.multistate .card .quicklinks .tile span, .quicklinks .tile section.cards.cta.multistate .card span, section.cards.cta.multistate .card section.infographics .tile a, section.infographics .tile section.cards.cta.multistate .card a {
        background: transparent; }
      section.cards.cta.multistate .card:hover .card-content {
        -webkit-transform: none;
             -o-transform: none;
                transform: none; }
      section.cards.cta.multistate .inner > div:nth-of-type(3) .card-content .link-readmore, .locations section.cards.cta.multistate .inner > div:nth-of-type(3) .card-content a, section.cards.cta.multistate .inner > div:nth-of-type(3) .card-content .quicklinks .tile span, .quicklinks .tile section.cards.cta.multistate .inner > div:nth-of-type(3) .card-content span, section.cards.cta.multistate .inner > div:nth-of-type(3) .card-content section.infographics .tile a, section.infographics .tile section.cards.cta.multistate .inner > div:nth-of-type(3) .card-content a, section.cards.cta.multistate .inner > div:nth-of-type(4) .card-content .link-readmore, .locations section.cards.cta.multistate .inner > div:nth-of-type(4) .card-content a, section.cards.cta.multistate .inner > div:nth-of-type(4) .card-content .quicklinks .tile span, .quicklinks .tile section.cards.cta.multistate .inner > div:nth-of-type(4) .card-content span, section.cards.cta.multistate .inner > div:nth-of-type(4) .card-content section.infographics .tile a, section.infographics .tile section.cards.cta.multistate .inner > div:nth-of-type(4) .card-content a {
        color: #ffffff !important; }
        section.cards.cta.multistate .inner > div:nth-of-type(3) .card-content .link-readmore::after, .locations section.cards.cta.multistate .inner > div:nth-of-type(3) .card-content a::after, section.cards.cta.multistate .inner > div:nth-of-type(3) .card-content .quicklinks .tile span::after, .quicklinks .tile section.cards.cta.multistate .inner > div:nth-of-type(3) .card-content span::after, section.cards.cta.multistate .inner > div:nth-of-type(3) .card-content section.infographics .tile a::after, section.infographics .tile section.cards.cta.multistate .inner > div:nth-of-type(3) .card-content a::after, section.cards.cta.multistate .inner > div:nth-of-type(4) .card-content .link-readmore::after, .locations section.cards.cta.multistate .inner > div:nth-of-type(4) .card-content a::after, section.cards.cta.multistate .inner > div:nth-of-type(4) .card-content .quicklinks .tile span::after, .quicklinks .tile section.cards.cta.multistate .inner > div:nth-of-type(4) .card-content span::after, section.cards.cta.multistate .inner > div:nth-of-type(4) .card-content section.infographics .tile a::after, section.infographics .tile section.cards.cta.multistate .inner > div:nth-of-type(4) .card-content a::after {
          -webkit-background-size: contain;
                  background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-color: transparent;
          background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1956 11.7007C13.5826 12.0947 14.2158 12.1004 14.6098 11.7134L19.7007 6.71345C19.8922 6.52542 20 6.26834 20 6C20 5.73166 19.8922 5.47458 19.7007 5.28655L14.6098 0.286551C14.2158 -0.100439 13.5826 -0.0947351 13.1956 0.299292C12.8087 0.693318 12.8144 1.32646 13.2084 1.71345L16.5547 5L1 5C0.447715 5 0 5.44771 0 6C0 6.55228 0.447715 7 1 7L16.5547 7L13.2084 10.2866C12.8144 10.6735 12.8087 11.3067 13.1956 11.7007Z' fill='%23ffffff'/%3E%3C/svg%3E") !important; } }
    @media (min-width: 48rem) {
      section.cards.cta.multistate .card img {
        width: 100%; }
      section.cards.cta.multistate .card p {
        font-size: 0.875rem;
        color: #141313; }
      section.cards.cta.multistate .card-content {
        position: absolute;
        width: 100%;
        top: 100%;
        -webkit-transform: translateY(-3rem);
             -o-transform: translateY(-3rem);
                transform: translateY(-3rem); }
      section.cards.cta.multistate .card-title {
        margin-bottom: 1rem;
        font-size: 1.25rem;
        color: #141313;
        font-weight: 700; } }

section.showcase {
  margin: 1rem 0; }
  section.showcase header {
    margin-top: 3rem;
    margin-bottom: 2rem; }
  section.showcase img {
    width: 100%;
    height: 100%;
    display: block;
    max-width: unset; }
  section.showcase .content {
    padding: 2rem calc(var(--bs-gutter-x) * 2);
    background: rgba(50, 50, 50, 0.05);
    width: 100%; }
    section.showcase .content h2, section.showcase .content .h2, section.showcase .content h3, section.showcase .content .h3, section.showcase .content .accordion .accordion-button, .accordion section.showcase .content .accordion-button, section.showcase .content h4, section.showcase .content .h4, section.showcase .content #footer .menu-item--expanded > a, #footer section.showcase .content .menu-item--expanded > a, section.showcase .content #footer .menu-item--expanded > span, #footer section.showcase .content .menu-item--expanded > span, section.showcase .content h5, section.showcase .content .h5, section.showcase .content h6, section.showcase .content .h6 {
      color: #000000; }
    section.showcase .content p {
      color: #000000;
      line-height: 1.5; }
  section.showcase .image {
    overflow: hidden; }
  section.showcase .cta {
    margin-top: 1rem; }
    section.showcase .cta a {
      display: block; }
      @media (min-width: 48rem) {
        section.showcase .cta a {
          display: inline-block; } }
  @media (min-width: 48rem) {
    section.showcase.layout-right .image {
      padding-right: calc(var(--bs-gutter-x) * 0.5); } }
  @media (min-width: 48rem) {
    section.showcase.layout-left .image {
      padding-left: calc(var(--bs-gutter-x) * 0.5); } }
  @media (min-width: 48rem) {
    section.showcase .image {
      padding: 0; } }
  @media (max-width: 35.99875rem) {
    section.showcase {
      padding: 0.0625rem 0; }
      section.showcase .image {
        margin: 0 calc(var(--bs-gutter-x) * -0.5);
        width: calc(100% + (var(--bs-gutter-x)));
        max-width: none;
        padding: 0; }
      section.showcase .content {
        margin: 0 calc(var(--bs-gutter-x) * -1);
        width: calc(100% + (var(--bs-gutter-x) * 2)); } }

section.banner {
  background: #ccc;
  text-transform: uppercase;
  text-align: center;
  padding: 3rem 0;
  margin: 1rem auto; }
  section.banner h2, section.banner .h2 {
    font-weight: 500;
    font-size: 2rem;
    margin: 0.2em;
    line-height: 1.2; }
    @media (min-width: 48rem) {
      section.banner h2, section.banner .h2 {
        font-size: 2.75rem; } }
  section.banner h3, section.banner .h3, section.banner .accordion .accordion-button, .accordion section.banner .accordion-button {
    font-weight: 700;
    font-size: 0.9375rem;
    line-height: 2rem;
    margin: 0.2em; }
    @media (min-width: 48rem) {
      section.banner h3, section.banner .h3, section.banner .accordion .accordion-button, .accordion section.banner .accordion-button {
        font-size: 1.75rem;
        line-height: 2.8125rem; } }
  section.banner .outer {
    position: relative; }
  section.banner .inner {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; }
  section.banner.headings-reversed .inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse; }
  section.banner.primary {
    background: #0D4BA0;
    color: #ffffff; }
  section.banner.secondary {
    background: #00ADEE;
    color: #ffffff; }
  section.banner.tertiary {
    background: #323232;
    color: #ffffff; }
  section.banner.highlight {
    background: #FFC700;
    color: #000000; }
  section.banner.image {
    position: relative;
    text-align: left;
    background: transparent;
    padding: 0;
    margin: 1rem 0; }
    section.banner.image h3, section.banner.image .h3, section.banner.image .accordion .accordion-button, .accordion section.banner.image .accordion-button {
      font-weight: 700;
      font-size: 0.9375rem;
      line-height: 2rem;
      margin: 0;
      color: #ffffff;
      position: relative; }
      @media (min-width: 48rem) {
        section.banner.image h3, section.banner.image .h3, section.banner.image .accordion .accordion-button, .accordion section.banner.image .accordion-button {
          font-size: 1.75rem;
          line-height: 2.8125rem; } }
    section.banner.image h4.divider::before, section.banner.image .divider.h4::before, section.banner.image #footer .menu-item--expanded > a.divider::before, #footer section.banner.image .menu-item--expanded > a.divider::before, section.banner.image #footer .menu-item--expanded > span.divider::before, #footer section.banner.image .menu-item--expanded > span.divider::before,
    section.banner.image h3.divider::before,
    section.banner.image .divider.h3::before,
    section.banner.image .accordion .divider.accordion-button::before,
    .accordion section.banner.image .divider.accordion-button::before {
      display: block;
      content: '';
      width: 3.5rem;
      height: 0.25rem;
      position: absolute;
      background: #00ADEE;
      top: auto;
      left: 0;
      right: auto;
      bottom: 105%; }
    section.banner.image h2, section.banner.image .h2 {
      font-weight: 700;
      font-size: 2rem;
      color: #ffffff;
      line-height: 1; }
      @media (min-width: 48rem) {
        section.banner.image h2, section.banner.image .h2 {
          font-size: 3rem; } }
    section.banner.image h4, section.banner.image .h4, section.banner.image #footer .menu-item--expanded > a, #footer section.banner.image .menu-item--expanded > a, section.banner.image #footer .menu-item--expanded > span, #footer section.banner.image .menu-item--expanded > span {
      font-weight: 700;
      max-width: 12.5rem;
      font-size: 1.9375rem;
      color: #ffffff;
      line-height: 2rem;
      position: relative; }
      @media (min-width: 48rem) {
        section.banner.image h4, section.banner.image .h4, section.banner.image #footer .menu-item--expanded > a, #footer section.banner.image .menu-item--expanded > a, section.banner.image #footer .menu-item--expanded > span, #footer section.banner.image .menu-item--expanded > span {
          max-width: unset;
          font-size: 3rem;
          line-height: 3.25rem; } }
    section.banner.image img {
      position: relative;
      width: 100%;
      height: 100%; }
    section.banner.image .container, section.banner.image #v-pills-tab + .tab-content, section.banner.image .image-mobile, section.banner.image .image-desktop, section.banner.image .image-banner, section.banner.image section.quotes .inner, section.quotes section.banner.image .inner {
      position: relative; }
      section.banner.image .container-full {
        padding-left: 0;
        padding-right: 0; }
      @media (max-width: 47.99875rem) {
        section.banner.image .container, section.banner.image #v-pills-tab + .tab-content, section.banner.image .image-mobile, section.banner.image .image-desktop, section.banner.image .image-banner, section.banner.image section.quotes .inner, section.quotes section.banner.image .inner {
          padding-left: 0;
          padding-right: 0; } }
    section.banner.image .inner {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      position: relative;
      z-index: 5;
      padding: 5rem 1.5rem 1.5rem;
      background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(15, 17, 36, 0.21)), color-stop(28.65%, rgba(15, 17, 36, 0)), color-stop(71.35%, rgba(15, 17, 36, 0.63)));
      background-image: -webkit-linear-gradient(top, rgba(15, 17, 36, 0.21) 0%, rgba(15, 17, 36, 0) 28.65%, rgba(15, 17, 36, 0.63) 71.35%);
      background-image: -o-linear-gradient(top, rgba(15, 17, 36, 0.21) 0%, rgba(15, 17, 36, 0) 28.65%, rgba(15, 17, 36, 0.63) 71.35%);
      background-image: linear-gradient(180deg, rgba(15, 17, 36, 0.21) 0%, rgba(15, 17, 36, 0) 28.65%, rgba(15, 17, 36, 0.63) 71.35%);
      min-height: 20rem; }
      section.banner.image .inner.display-border-bottom {
        border-bottom: 0.625rem solid #FFC700; }
      section.banner.image .inner.left {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
            -ms-flex-pack: start;
                justify-content: flex-start; }
      section.banner.image .inner.center {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
            -ms-flex-pack: center;
                justify-content: center;
        text-align: center; }
        section.banner.image .inner.center h4, section.banner.image .inner.center .h4, section.banner.image .inner.center #footer .menu-item--expanded > a, #footer section.banner.image .inner.center .menu-item--expanded > a, section.banner.image .inner.center #footer .menu-item--expanded > span, #footer section.banner.image .inner.center .menu-item--expanded > span {
          max-width: unset; }
          section.banner.image .inner.center h4::before, section.banner.image .inner.center .h4::before, section.banner.image .inner.center #footer .menu-item--expanded > a::before, #footer section.banner.image .inner.center .menu-item--expanded > a::before, section.banner.image .inner.center #footer .menu-item--expanded > span::before, #footer section.banner.image .inner.center .menu-item--expanded > span::before {
            left: calc(50% - 1.75rem); }
        section.banner.image .inner.center .cta {
          padding-right: 0; }
          section.banner.image .inner.center .cta div {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: center;
            -webkit-justify-content: center;
                -ms-flex-pack: center;
                    justify-content: center; }
      section.banner.image .inner.right {
        -webkit-box-pack: end;
        -webkit-justify-content: flex-end;
            -ms-flex-pack: end;
                justify-content: flex-end;
        text-align: right; }
        section.banner.image .inner.right h3::before, section.banner.image .inner.right .h3::before, section.banner.image .inner.right .accordion .accordion-button::before, .accordion section.banner.image .inner.right .accordion-button::before {
          left: auto;
          right: 0; }
        section.banner.image .inner.right h4, section.banner.image .inner.right .h4, section.banner.image .inner.right #footer .menu-item--expanded > a, #footer section.banner.image .inner.right .menu-item--expanded > a, section.banner.image .inner.right #footer .menu-item--expanded > span, #footer section.banner.image .inner.right .menu-item--expanded > span {
          max-width: unset; }
        section.banner.image .inner.right .cta {
          padding-right: 0; }
          section.banner.image .inner.right .cta div {
            display: -webkit-box;
            display: -webkit-flex;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-pack: end;
            -webkit-justify-content: flex-end;
                -ms-flex-pack: end;
                    justify-content: flex-end; }
      @media (min-width: 48rem) {
        section.banner.image .inner {
          -webkit-box-orient: horizontal;
          -webkit-box-direction: normal;
          -webkit-flex-direction: row;
              -ms-flex-direction: row;
                  flex-direction: row;
          -webkit-box-pack: start;
          -webkit-justify-content: flex-start;
              -ms-flex-pack: start;
                  justify-content: flex-start;
          -webkit-box-align: end;
          -webkit-align-items: flex-end;
              -ms-flex-align: end;
                  align-items: flex-end;
          padding: 5rem 3rem 1.5rem 4rem;
          min-height: 20.125rem; } }
    section.banner.image .content {
      padding: 0; }
    section.banner.image .cta {
      padding: 1rem 0 0;
      -webkit-align-self: flex-start;
          -ms-flex-item-align: start;
              align-self: flex-start; }
      @media (min-width: 48rem) {
        section.banner.image .cta {
          -webkit-align-self: flex-end;
              -ms-flex-item-align: end;
                  align-self: flex-end;
          margin-bottom: 0.5rem; } }
    section.banner.image .image-mobile, section.banner.image .image-desktop, section.banner.image .image-banner {
      max-width: none;
      position: absolute;
      top: 0;
      bottom: 0;
      left: 0;
      right: 0;
      padding: 0;
      overflow: hidden; }
      section.banner.image .image-mobile *, section.banner.image .image-desktop *, section.banner.image .image-banner * {
        margin: 0;
        height: 100%; }
    section.banner.image .image-mobile {
      display: block; }
    section.banner.image .image-desktop {
      display: none; }
    section.banner.image .image-banner-position {
      left: 1.5rem;
      top: 1.5rem;
      width: 8.5625rem; }
      @media (min-width: 48rem) {
        section.banner.image .image-banner-position {
          top: 1.8125rem;
          width: 7.8125rem; } }
    section.banner.image .btn, section.banner.image .layout-quadrant .cell-1 .cta a, .layout-quadrant .cell-1 .cta section.banner.image a, section.banner.image .button, section.banner.image .node-readmore a, .node-readmore section.banner.image a, section.banner.image section.showcase .cta a, section.showcase .cta section.banner.image a, section.banner.image section.campus-finder .leaflet-popup .campus__view-link, section.campus-finder .leaflet-popup section.banner.image .campus__view-link {
      font-size: 0.875rem;
      line-height: 1.75rem;
      font-weight: 500;
      display: block;
      min-width: 11.25rem;
      padding: 0.6em 1.25em; }
      @media (min-width: 48rem) {
        section.banner.image .btn, section.banner.image .layout-quadrant .cell-1 .cta a, .layout-quadrant .cell-1 .cta section.banner.image a, section.banner.image .button, section.banner.image .node-readmore a, .node-readmore section.banner.image a, section.banner.image section.showcase .cta a, section.showcase .cta section.banner.image a, section.banner.image section.campus-finder .leaflet-popup .campus__view-link, section.campus-finder .leaflet-popup section.banner.image .campus__view-link {
          font-weight: 700;
          line-height: 1.5rem;
          padding: 1em 1.25em;
          min-width: 13.375rem; } }
    section.banner.image .stacked .btn, section.banner.image .stacked .layout-quadrant .cell-1 .cta a, .layout-quadrant .cell-1 .cta section.banner.image .stacked a, section.banner.image .stacked .button, section.banner.image .stacked .node-readmore a, .node-readmore section.banner.image .stacked a, section.banner.image .stacked section.showcase .cta a, section.showcase .cta section.banner.image .stacked a, section.banner.image .stacked section.campus-finder .leaflet-popup .campus__view-link, section.campus-finder .leaflet-popup section.banner.image .stacked .campus__view-link {
      min-width: auto;
      width: -webkit-max-content;
      width: -moz-max-content;
      width: max-content; }
    section.banner.image.only .inner {
      background: transparent; }
    section.banner.image.only .image-banner {
      padding: 0; }
    section.banner.image.full .image-banner {
      padding: 0; }
    @media (min-width: 48rem) {
      section.banner.image .content {
        padding-right: 2rem; }
      section.banner.image .cta {
        padding: 0 1rem 0 0; }
      section.banner.image .image-mobile {
        display: none; }
      section.banner.image .image-desktop {
        display: block; }
      section.banner.image .image-banner-position {
        left: 3.125rem;
        top: 1.8125rem;
        max-width: 8.125rem; } }
    @media (min-width: 62rem) {
      section.banner.image:not(.full) {
        margin: 2rem 0;
        padding: 0; } }
    @media (min-width: 75rem) {
      section.banner.image:not(.full) {
        margin: 3rem 0;
        padding: 0; } }
  @media (min-width: 62rem) {
    section.banner:not(.full) {
      padding: 2rem 10%; } }
  @media (min-width: 75rem) {
    section.banner:not(.full) {
      padding: 3rem 0;
      width: 100%; } }

#block-ribbon {
  padding: 0.8rem;
  background: #DBDBDB; }
  #block-ribbon a {
    display: -webkit-inline-box;
    display: -webkit-inline-flex;
    display: -ms-inline-flexbox;
    display: inline-flex;
    font-weight: 500;
    font-size: 0.85rem;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center; }
  #block-ribbon span {
    display: none;
    font-weight: 600; }
    #block-ribbon span:last-of-type {
      margin-right: 0.6rem; }
    @media (min-width: 48rem) {
      #block-ribbon span {
        display: inline-block; } }
  #block-ribbon .phone-number {
    margin-left: 1rem; }
    @media (max-width: 47.99875rem) {
      #block-ribbon .phone-number {
        display: block;
        height: 1.25rem;
        width: 1.25rem;
        overflow: hidden;
        margin-left: 0.75rem; } }
  #block-ribbon .icon {
    width: 1.25rem;
    height: 1.25rem;
    display: block;
    margin-right: 0.6rem;
    -webkit-flex-shrink: 0;
        -ms-flex-negative: 0;
            flex-shrink: 0; }
  #block-ribbon .btn, #block-ribbon .layout-quadrant .cell-1 .cta a, .layout-quadrant .cell-1 .cta #block-ribbon a, #block-ribbon .button, #block-ribbon .node-readmore a, .node-readmore #block-ribbon a, #block-ribbon section.showcase .cta a, section.showcase .cta #block-ribbon a, #block-ribbon section.campus-finder .leaflet-popup .campus__view-link, section.campus-finder .leaflet-popup #block-ribbon .campus__view-link {
    margin: 0.2rem 0 0.2rem 0.8rem;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem; }
    @media (max-width: 47.99875rem) {
      #block-ribbon .btn, #block-ribbon .layout-quadrant .cell-1 .cta a, .layout-quadrant .cell-1 .cta #block-ribbon a, #block-ribbon .button, #block-ribbon .node-readmore a, .node-readmore #block-ribbon a, #block-ribbon section.showcase .cta a, section.showcase .cta #block-ribbon a, #block-ribbon section.campus-finder .leaflet-popup .campus__view-link, section.campus-finder .leaflet-popup #block-ribbon .campus__view-link {
        margin: 0.2rem 0 0.2rem 0.2rem; } }
  @media (max-width: 47.99875rem) {
    #block-ribbon .col-6.d-flex.align-items-center {
      width: 65px;
      padding: 0; }
    #block-ribbon .col-6.text-end.text-nowrap {
      margin-left: auto;
      width: auto;
      padding: 0; } }

section.text {
  padding: 1rem 0; }
  section.text p:last-of-type {
    margin: 0; }
  @media (max-width: 47.99875rem) {
    section.text .container, section.text #v-pills-tab + .tab-content, section.text section.banner.image .image-mobile, section.banner.image section.text .image-mobile, section.text section.banner.image .image-desktop, section.banner.image section.text .image-desktop, section.text section.banner.image .image-banner, section.banner.image section.text .image-banner, section.text section.quotes .inner, section.quotes section.text .inner {
      padding-left: 0;
      padding-right: 0; } }

section.quotes {
  background: #0F2948;
  color: #ffffff; }
  section.quotes strong {
    font-weight: 700; }
  section.quotes .video {
    position: relative; }
  @media (max-width: 35.99875rem) {
    section.quotes .inner {
      padding: 0; } }
  section.quotes .modal {
    position: fixed;
    z-index: 1100;
    -webkit-transform: none;
         -o-transform: none;
            transform: none; }
  section.quotes .glide__prev, section.quotes .glide__next {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='23' height='42' viewBox='0 0 23 42' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.75977 1.41309L21.5198 20.9131L1.75977 40.5864' stroke='%23ffffff' stroke-width='2.22222' stroke-miterlimit='10' stroke-linecap='round' stroke-linejoin='round'/%3E%3C/svg%3E"); }
  section.quotes .glide__arrows {
    display: none; }
    @media (min-width: 36rem) {
      section.quotes .glide__arrows {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        width: 116%;
        margin-left: -8%; } }
    @media (min-width: 48rem) {
      section.quotes .glide__arrows {
        width: 112%;
        margin-left: -6%; } }
    @media (min-width: 62rem) {
      section.quotes .glide__arrows {
        width: 108%;
        margin-left: -4%; } }
  section.quotes .quotes-media .field__item {
    display: none; }
    section.quotes .quotes-media .field__item:first-child {
      display: block; }
  section.quotes .quote {
    padding: 0;
    margin: 0; }
    section.quotes .quote-heading {
      font-size: 1rem;
      font-family: "Rubik", Arial, Verdana, sans-serif;
      padding: 0.9rem 3rem;
      margin-bottom: 3rem;
      color: #000000;
      background: #FFC700;
      border-radius: 0 0 0.75rem 0; }
      @media (min-width: 48rem) {
        section.quotes .quote-heading {
          white-space: nowrap;
          overflow: hidden;
          text-overflow: ellipsis;
          background: transparent; } }
    @media (min-width: 48rem) {
      section.quotes .quote-inner {
        padding: 0 3rem; } }
    section.quotes .quote-body {
      font-size: 1.25rem;
      font-family: "Ubuntu", Arial, Verdana, sans-serif; }
      section.quotes .quote-body::before {
        display: block;
        content: '';
        width: 5.9375rem;
        height: 3.4375rem;
        position: static;
        background: transparent;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto; }
      section.quotes .quote-body p {
        line-height: 1.5; }
      section.quotes .quote-body::before {
        -webkit-background-size: contain;
                background-size: contain;
        background-repeat: no-repeat;
        background-position: center;
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg width='45' height='56' viewBox='0 0 45 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.3518 51.5928C29.0344 51.5928 28.7658 51.3211 28.7658 51.0068C28.7719 50.9459 28.7842 50.8725 28.7842 50.8543C29.1809 48.7914 29.3762 46.7648 29.3762 44.6592C29.3762 42.6908 29.1992 40.7133 28.8451 38.7846L28.6803 37.866L28.1492 34.9395H25.1738H4.67832C4.06484 34.9395 3.56445 34.4359 3.56445 33.8225V4.7543C3.56445 4.14394 4.06191 3.64336 4.67539 3.64336H39.441C40.0514 3.64336 40.552 4.14375 40.552 4.7543L40.5398 28.7777C40.5186 31.1824 39.6334 35.577 35.5441 42.8615C33.2736 46.9051 30.6492 50.5916 30.0602 51.1775C29.642 51.5162 29.5078 51.5773 29.4926 51.5834C29.4922 51.5836 29.4555 51.5928 29.3518 51.5928ZM29.3518 55.1541C30.5846 55.1541 31.3416 54.7268 32.3059 53.9395C33.2215 53.1979 36.2549 48.8705 38.6504 44.6041C42.2301 38.226 44.0643 32.9129 44.1039 28.8113L44.116 4.7543C44.116 2.17852 42.0164 0.0820312 39.4406 0.0820312H4.675C2.09648 0.0822266 0 2.17871 0 4.7543L0.003125 33.8223C0.003125 36.398 2.09961 38.5006 4.67852 38.5006H25.1742L25.342 39.4191C25.6533 41.1434 25.8119 42.9072 25.8119 44.659C25.8119 46.5357 25.641 48.3424 25.2869 50.1826C25.2229 50.5641 25.2045 50.7869 25.2045 51.0006C25.2045 53.2895 27.066 55.1541 29.3518 55.1541Z' fill='%23FFC700'/%3E%3C/svg%3E");
        background-repeat: space;
        background-position: 0 0;
        margin-bottom: 2rem; }
    section.quotes .quote-author-caption {
      margin: 2rem 0; }
  section.quotes .field--type-entity-reference {
    position: relative; }
  @media (min-width: 48rem) {
    section.quotes::before {
      display: block;
      content: '';
      width: auto;
      height: 3rem;
      position: absolute;
      background: transparent;
      top: 0;
      left: 0;
      right: 50%;
      bottom: auto; }
    section.quotes .video-wrapper {
      margin: 1.5rem; }
    section.quotes::before {
      background: #FFC700;
      border-radius: 0 0 0.75rem 0; } }
  @media (min-width: 62rem) {
    section.quotes .quote {
      padding: 0 3rem 0 0; } }

.table th p, .table td p {
  margin-bottom: 0; }

.table-responsive table,
table.ecpi-table {
  width: 100%;
  caption-side: top; }

table {
  border-color: #0A3D83;
  border-style: solid;
  border-width: 26px 40px;
  vertical-align: top; }
  table tfoot th,
  table tbody th,
  table thead th {
    color: #ffffff;
    background: #0A3D83 !important;
    padding: 0 0 1.6875rem 0;
    font-size: 1rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.3125rem;
    letter-spacing: 0.02em;
    text-align: left;
    position: relative;
    vertical-align: top; }
    @media (max-width: 47.99875rem) {
      table tfoot th,
      table tbody th,
      table thead th {
        padding-right: 0.75rem; } }
    table tfoot th::after,
    table tbody th::after,
    table thead th::after {
      content: "";
      display: block;
      width: 56px;
      height: 4px;
      background: #FFC700;
      bottom: 19px;
      left: 0;
      position: absolute; }
  table tfoot td,
  table tbody td,
  table thead td {
    padding: 0.5625rem 0;
    background: #0A3D83;
    color: #ffffff;
    font-size: 1rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.75rem;
    letter-spacing: 0.02em;
    text-align: left;
    vertical-align: top; }
    @media (max-width: 47.99875rem) {
      table tfoot td,
      table tbody td,
      table thead td {
        padding-right: 0.75rem; } }

.curriculum table.curriculum-table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #141313;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #141313;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #141313;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  color: #141313;
  border-color: #dee2e6;
  border-width: 0px; }
  .curriculum table.curriculum-table tfoot th,
  .curriculum table.curriculum-table tbody th,
  .curriculum table.curriculum-table thead th {
    padding: 0.75em 1rem;
    background: #0D4BA0;
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
    .curriculum table.curriculum-table tfoot th:after,
    .curriculum table.curriculum-table tbody th:after,
    .curriculum table.curriculum-table thead th:after {
      display: none; }
  .curriculum table.curriculum-table tfoot td,
  .curriculum table.curriculum-table tbody td,
  .curriculum table.curriculum-table thead td {
    background-color: #f5f5f5;
    --bs-table-accent-bg: $gray-200;
    color: var(--bs-table-striped-color);
    line-height: 1.5625rem;
    font-size: 0.875rem; }

.paragraph--type--accordion .paragraph--type--table .table-responsive table {
  --bs-table-bg: transparent;
  --bs-table-accent-bg: transparent;
  --bs-table-striped-color: #141313;
  --bs-table-striped-bg: rgba(0, 0, 0, 0.05);
  --bs-table-active-color: #141313;
  --bs-table-active-bg: rgba(0, 0, 0, 0.1);
  --bs-table-hover-color: #141313;
  --bs-table-hover-bg: rgba(0, 0, 0, 0.075);
  width: 100%;
  margin-bottom: 1rem;
  margin-top: 0.5rem;
  color: #141313;
  border-color: #dee2e6;
  border-width: 0px; }
  .paragraph--type--accordion .paragraph--type--table .table-responsive table tfoot th,
  .paragraph--type--accordion .paragraph--type--table .table-responsive table tbody th,
  .paragraph--type--accordion .paragraph--type--table .table-responsive table thead th {
    padding: 0.75em 1rem;
    background: var(--bs-table-bg) !important;
    border-bottom-width: 1px;
    -webkit-box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg);
    box-shadow: inset 0 0 0 9999px var(--bs-table-accent-bg); }
    .paragraph--type--accordion .paragraph--type--table .table-responsive table tfoot th p,
    .paragraph--type--accordion .paragraph--type--table .table-responsive table tbody th p,
    .paragraph--type--accordion .paragraph--type--table .table-responsive table thead th p {
      margin-bottom: 0; }
    .paragraph--type--accordion .paragraph--type--table .table-responsive table tfoot th:after,
    .paragraph--type--accordion .paragraph--type--table .table-responsive table tbody th:after,
    .paragraph--type--accordion .paragraph--type--table .table-responsive table thead th:after {
      display: none; }
  .paragraph--type--accordion .paragraph--type--table .table-responsive table tfoot td,
  .paragraph--type--accordion .paragraph--type--table .table-responsive table tbody td,
  .paragraph--type--accordion .paragraph--type--table .table-responsive table thead td {
    background-color: #F5F5F5;
    --bs-table-accent-bg: $gray-200;
    color: var(--bs-table-striped-color);
    line-height: 1.5625rem;
    font-size: 0.875rem;
    padding: 0.75em 1rem; }
    .paragraph--type--accordion .paragraph--type--table .table-responsive table tfoot td p,
    .paragraph--type--accordion .paragraph--type--table .table-responsive table tbody td p,
    .paragraph--type--accordion .paragraph--type--table .table-responsive table thead td p {
      margin-bottom: 0; }
  .paragraph--type--accordion .paragraph--type--table .table-responsive table tfoot tr.even td,
  .paragraph--type--accordion .paragraph--type--table .table-responsive table tbody tr.even td,
  .paragraph--type--accordion .paragraph--type--table .table-responsive table thead tr.even td {
    background-color: #ffffff; }

.quicklinks .tile {
  border: 1px solid #d9d9d9;
  padding: 1rem 1.5rem;
  margin-bottom: 1.5rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 1.25rem;
  font-weight: 700;
  min-height: 6.25rem; }
  .quicklinks .tile span {
    font-family: "Ubuntu", Arial, Verdana, sans-serif;
    font-weight: 700; }
  .quicklinks .tile img {
    margin-right: 1rem;
    width: 3.125rem;
    height: 3.125rem;
    -o-object-fit: contain;
       object-fit: contain;
    display: block; }

.quicklinks.related img {
  display: none; }
  @media (min-width: 48rem) {
    .quicklinks.related img {
      display: block; } }

.quicklinks.related .tile {
  min-height: auto; }
  @media (min-width: 48rem) {
    .quicklinks.related .tile {
      min-height: 6.25rem; } }

section.related {
  margin: 2rem 0; }

section.infographics {
  padding: 2rem 0; }
  section.infographics h2, section.infographics .h2 {
    text-align: center; }
  section.infographics .container, section.infographics #v-pills-tab + .tab-content, section.infographics section.banner.image .image-mobile, section.banner.image section.infographics .image-mobile, section.infographics section.banner.image .image-desktop, section.banner.image section.infographics .image-desktop, section.infographics section.banner.image .image-banner, section.banner.image section.infographics .image-banner, section.infographics section.quotes .inner, section.quotes section.infographics .inner {
    padding: 0; }
  section.infographics .tile {
    padding: 1rem;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
        -ms-flex: 1;
            flex: 1;
    border: 0;
    text-align: center; }
    section.infographics .tile img {
      max-width: 100%;
      width: 100%;
      height: auto;
      margin: 1.5rem auto;
      display: block;
      -o-object-fit: contain;
         object-fit: contain; }
      @media (min-width: 48rem) {
        section.infographics .tile img {
          max-width: 11.875rem; } }
      @media (min-width: 62rem) {
        section.infographics .tile img {
          max-width: 17.1875rem; } }
      @media (min-width: 75rem) {
        section.infographics .tile img {
          max-width: 20.75rem; } }
    section.infographics .tile p {
      font-size: 0.875rem;
      line-height: 1.5; }
    section.infographics .tile a {
      display: inline-block;
      margin-top: 2rem;
      line-height: 1.25rem; }
    @media (min-width: 48rem) {
      section.infographics .tile {
        max-width: 33.3%;
        -webkit-flex-basis: 33.3%;
            -ms-flex-preferred-size: 33.3%;
                flex-basis: 33.3%; } }
  section.infographics .layout-full .tile {
    max-width: 100%; }
    section.infographics .layout-full .tile img {
      max-width: 18.75rem; }
    @media (min-width: 48rem) {
      section.infographics .layout-full .tile {
        max-width: 50%;
        -webkit-flex-basis: 50%;
            -ms-flex-preferred-size: 50%;
                flex-basis: 50%; } }
    @media (min-width: 62rem) {
      section.infographics .layout-full .tile {
        max-width: 25%;
        -webkit-flex-basis: 25%;
            -ms-flex-preferred-size: 25%;
                flex-basis: 25%; }
        section.infographics .layout-full .tile img {
          max-width: 12.5rem; } }
    @media (min-width: 75rem) {
      section.infographics .layout-full .tile img {
        max-width: 15.625rem; } }

section.video {
  padding: 2rem 0; }
  @media (max-width: 35.99875rem) {
    section.video .video-wrapper {
      padding: 0;
      margin: 0 calc(var(--bs-gutter-x) * -0.5);
      width: calc(100% + (var(--bs-gutter-x))); } }

.with-video .video, section.video .video {
  position: relative; }

.with-video .media-oembed-content, section.video .media-oembed-content {
  width: 100%; }

.with-video .modal, section.video .modal {
  position: fixed;
  z-index: 1100;
  -webkit-transform: none;
       -o-transform: none;
          transform: none; }

.video.modal .modal-content {
  background: #000000;
  color: #ffffff; }

.video.modal .modal-header,
.video.modal .modal-footer {
  border: 0;
  padding: 0 1rem 1rem; }

.video.modal .video-name {
  margin: 0.5rem; }
  @media (min-width: 48rem) {
    .video.modal .video-name {
      margin: 0;
      width: calc(45% - 2rem); } }
  @media (min-width: 62rem) {
    .video.modal .video-name {
      width: calc(65% - 2rem); } }

.video.modal .btn, .video.modal .layout-quadrant .cell-1 .cta a, .layout-quadrant .cell-1 .cta .video.modal a, .video.modal .button, .video.modal .node-readmore a, .node-readmore .video.modal a, .video.modal section.showcase .cta a, section.showcase .cta .video.modal a, .video.modal section.campus-finder .leaflet-popup .campus__view-link, section.campus-finder .leaflet-popup .video.modal .campus__view-link {
  margin: 0.5rem; }
  @media (min-width: 48rem) {
    .video.modal .btn-apply {
      margin: 0 0 0 1rem; } }
  @media (min-width: 48rem) {
    .video.modal .btn-info {
      margin: 0 0 0 auto; } }
  .video.modal .btn-close {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23ffffff' d='M32.3966 0.603417C32.0101 0.217049 31.486 0 30.9395 0C30.393 0 29.8689 0.217049 29.4824 0.603417L16.5129 13.5729L3.54336 0.603417C3.15466 0.227999 2.63406 0.0202668 2.09369 0.0249624C1.55331 0.0296581 1.0364 0.246406 0.654287 0.628522C0.272172 1.01064 0.0554237 1.52755 0.050728 2.06792C0.0460323 2.60829 0.253765 3.12889 0.629182 3.51759L13.5987 16.4871L0.629182 29.4566C0.432341 29.6468 0.275334 29.8742 0.167322 30.1256C0.0593096 30.3771 0.00245577 30.6475 7.78152e-05 30.9211C-0.00230014 31.1948 0.0498448 31.4662 0.153471 31.7195C0.257097 31.9727 0.410129 32.2029 0.603636 32.3964C0.797144 32.5899 1.02725 32.7429 1.28054 32.8465C1.53382 32.9502 1.8052 33.0023 2.07885 32.9999C2.3525 32.9975 2.62294 32.9407 2.87438 32.8327C3.12583 32.7247 3.35324 32.5677 3.54336 32.3708L16.5129 19.4013L29.4824 32.3708C29.8711 32.7462 30.3917 32.954 30.9321 32.9493C31.4724 32.9446 31.9894 32.7278 32.3715 32.3457C32.7536 31.9636 32.9703 31.4467 32.975 30.9063C32.9797 30.3659 32.772 29.8453 32.3966 29.4566L19.4271 16.4871L32.3966 3.51759C32.783 3.13111 33 2.60699 33 2.0605C33 1.51402 32.783 0.989901 32.3966 0.603417Z' /%3E%3C/svg%3E");
    margin: 1rem 0 -1rem auto; }

.video-showcase-with-text .inner.container, .video-showcase-with-text #v-pills-tab + .inner.tab-content, .video-showcase-with-text section.banner.image .inner.image-mobile, section.banner.image .video-showcase-with-text .inner.image-mobile, .video-showcase-with-text section.banner.image .inner.image-desktop, section.banner.image .video-showcase-with-text .inner.image-desktop, .video-showcase-with-text section.banner.image .inner.image-banner, section.banner.image .video-showcase-with-text .inner.image-banner, .video-showcase-with-text section.quotes .inner, section.quotes .video-showcase-with-text .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .video-showcase-with-text .inner.container .video-description, .video-showcase-with-text #v-pills-tab + .inner.tab-content .video-description, .video-showcase-with-text section.banner.image .inner.image-mobile .video-description, section.banner.image .video-showcase-with-text .inner.image-mobile .video-description, .video-showcase-with-text section.banner.image .inner.image-desktop .video-description, section.banner.image .video-showcase-with-text .inner.image-desktop .video-description, .video-showcase-with-text section.banner.image .inner.image-banner .video-description, section.banner.image .video-showcase-with-text .inner.image-banner .video-description, .video-showcase-with-text section.quotes .inner .video-description, section.quotes .video-showcase-with-text .inner .video-description {
    font-family: "Rubik", Arial, Verdana, sans-serif;
    padding: 1.875rem;
    text-align: left;
    max-width: 700px;
    background-color: #0D4BA0;
    color: #ffffff; }

.video-showcase-with-quote .inner.container, .video-showcase-with-quote #v-pills-tab + .inner.tab-content, .video-showcase-with-quote section.banner.image .inner.image-mobile, section.banner.image .video-showcase-with-quote .inner.image-mobile, .video-showcase-with-quote section.banner.image .inner.image-desktop, section.banner.image .video-showcase-with-quote .inner.image-desktop, .video-showcase-with-quote section.banner.image .inner.image-banner, section.banner.image .video-showcase-with-quote .inner.image-banner, .video-showcase-with-quote section.quotes .inner, section.quotes .video-showcase-with-quote .inner {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .video-showcase-with-quote .inner.container .video-description, .video-showcase-with-quote #v-pills-tab + .inner.tab-content .video-description, .video-showcase-with-quote section.banner.image .inner.image-mobile .video-description, section.banner.image .video-showcase-with-quote .inner.image-mobile .video-description, .video-showcase-with-quote section.banner.image .inner.image-desktop .video-description, section.banner.image .video-showcase-with-quote .inner.image-desktop .video-description, .video-showcase-with-quote section.banner.image .inner.image-banner .video-description, section.banner.image .video-showcase-with-quote .inner.image-banner .video-description, .video-showcase-with-quote section.quotes .inner .video-description, section.quotes .video-showcase-with-quote .inner .video-description {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    font-family: "Rubik", Arial, Verdana, sans-serif;
    padding: 1.875rem;
    text-align: left;
    max-width: 700px;
    background-color: #0D4BA0;
    color: #ffffff; }
    .video-showcase-with-quote .inner.container .video-description::before, .video-showcase-with-quote #v-pills-tab + .inner.tab-content .video-description::before, .video-showcase-with-quote section.banner.image .inner.image-mobile .video-description::before, section.banner.image .video-showcase-with-quote .inner.image-mobile .video-description::before, .video-showcase-with-quote section.banner.image .inner.image-desktop .video-description::before, section.banner.image .video-showcase-with-quote .inner.image-desktop .video-description::before, .video-showcase-with-quote section.banner.image .inner.image-banner .video-description::before, section.banner.image .video-showcase-with-quote .inner.image-banner .video-description::before, .video-showcase-with-quote section.quotes .inner .video-description::before, section.quotes .video-showcase-with-quote .inner .video-description::before {
      -webkit-background-size: contain;
              background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      background-color: transparent;
      background-image: url("data:image/svg+xml,%3Csvg width='45' height='56' viewBox='0 0 45 56' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M29.3518 51.5928C29.0344 51.5928 28.7658 51.3211 28.7658 51.0068C28.7719 50.9459 28.7842 50.8725 28.7842 50.8543C29.1809 48.7914 29.3762 46.7648 29.3762 44.6592C29.3762 42.6908 29.1992 40.7133 28.8451 38.7846L28.6803 37.866L28.1492 34.9395H25.1738H4.67832C4.06484 34.9395 3.56445 34.4359 3.56445 33.8225V4.7543C3.56445 4.14394 4.06191 3.64336 4.67539 3.64336H39.441C40.0514 3.64336 40.552 4.14375 40.552 4.7543L40.5398 28.7777C40.5186 31.1824 39.6334 35.577 35.5441 42.8615C33.2736 46.9051 30.6492 50.5916 30.0602 51.1775C29.642 51.5162 29.5078 51.5773 29.4926 51.5834C29.4922 51.5836 29.4555 51.5928 29.3518 51.5928ZM29.3518 55.1541C30.5846 55.1541 31.3416 54.7268 32.3059 53.9395C33.2215 53.1979 36.2549 48.8705 38.6504 44.6041C42.2301 38.226 44.0643 32.9129 44.1039 28.8113L44.116 4.7543C44.116 2.17852 42.0164 0.0820312 39.4406 0.0820312H4.675C2.09648 0.0822266 0 2.17871 0 4.7543L0.003125 33.8223C0.003125 36.398 2.09961 38.5006 4.67852 38.5006H25.1742L25.342 39.4191C25.6533 41.1434 25.8119 42.9072 25.8119 44.659C25.8119 46.5357 25.641 48.3424 25.2869 50.1826C25.2229 50.5641 25.2045 50.7869 25.2045 51.0006C25.2045 53.2895 27.066 55.1541 29.3518 55.1541Z' fill='%23ffffff'/%3E%3C/svg%3E");
      background-repeat: space;
      background-position: 0 0;
      margin-bottom: 2rem; }
    .video-showcase-with-quote .inner.container .video-description .quote, .video-showcase-with-quote #v-pills-tab + .inner.tab-content .video-description .quote, .video-showcase-with-quote section.banner.image .inner.image-mobile .video-description .quote, section.banner.image .video-showcase-with-quote .inner.image-mobile .video-description .quote, .video-showcase-with-quote section.banner.image .inner.image-desktop .video-description .quote, section.banner.image .video-showcase-with-quote .inner.image-desktop .video-description .quote, .video-showcase-with-quote section.banner.image .inner.image-banner .video-description .quote, section.banner.image .video-showcase-with-quote .inner.image-banner .video-description .quote, .video-showcase-with-quote section.quotes .inner .video-description .quote, section.quotes .video-showcase-with-quote .inner .video-description .quote {
      font-size: 1.5rem;
      margin-bottom: 0.865rem; }

.video-btn {
  position: absolute;
  z-index: 1000;
  background: transparent;
  font-size: 0;
  padding: 0;
  color: transparent;
  width: 100%;
  height: 100%;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  top: 0;
  left: 0; }

section.showcase-accordion {
  padding: 1rem 0; }
  section.showcase-accordion img {
    width: 100%; }
  section.showcase-accordion .content p {
    font-size: 0.875rem;
    color: #000000;
    line-height: 1.75; }
  @media (min-width: 48rem) {
    section.showcase-accordion .orientation-desktop-right {
      -webkit-box-orient: horizontal;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: row-reverse;
          -ms-flex-direction: row-reverse;
              flex-direction: row-reverse; } }
  @media (max-width: 47.99875rem) {
    section.showcase-accordion .orientation-mobile-bottom {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
      -webkit-flex-direction: column-reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse; } }
  @media (max-width: 47.99875rem) {
    section.showcase-accordion .row:not(.orientation-mobile-bottom) .field--name-field-showcase-image {
      padding-bottom: 1rem; } }
  section.showcase-accordion + section.showcase-accordion {
    margin-top: 1.5rem; }
  @media (max-width: 35.99875rem) {
    section.showcase-accordion {
      padding: 0.0625rem 0; }
      section.showcase-accordion .container, section.showcase-accordion #v-pills-tab + .tab-content, section.showcase-accordion section.banner.image .image-mobile, section.banner.image section.showcase-accordion .image-mobile, section.showcase-accordion section.banner.image .image-desktop, section.banner.image section.showcase-accordion .image-desktop, section.showcase-accordion section.banner.image .image-banner, section.banner.image section.showcase-accordion .image-banner, section.showcase-accordion section.quotes .inner, section.quotes section.showcase-accordion .inner, section.showcase-accordion .image {
        padding: 0; } }

.node--view-mode-press-release-search-result {
  margin: 0 0 3rem; }

.view-id-press .field {
  min-height: 2.8125rem; }

.view-id-press .float-right {
  float: right; }

.view-id-blog img {
  width: 100%; }

.view-id-blog .card {
  padding: 0.25rem;
  min-height: 5.625rem; }

.view-id-blog .title {
  margin: 0; }

.view-id-blog .content {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  display: -webkit-box;
  line-clamp: 3;
  box-orient: vertical;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  background: rgba(50, 50, 50, 0.75);
  font-weight: 500;
  padding: 0.5rem;
  position: absolute;
  bottom: 0.25rem;
  left: 0.25rem;
  right: 0.25rem;
  border-top: 1px solid #ffffff; }
  .view-id-blog .content a {
    color: #ffffff; }

.views-exposed-form ul {
  list-style: none;
  margin: 0;
  padding: 0; }
  .views-exposed-form ul li {
    margin-bottom: 0.5rem; }
    .views-exposed-form ul li a {
      display: block;
      padding: 0.5rem 0.75rem;
      background: #f8f9fa;
      font-weight: 500; }

.views-exposed-form fieldset {
  margin: 0 0 1rem;
  padding: 0; }
  .views-exposed-form fieldset label {
    font-weight: 700; }
  .views-exposed-form fieldset + fieldset {
    margin-bottom: 0; }

.views-exposed-form .form-select {
  border: 0;
  padding: 0.5rem 0;
  background: transparent; }

.views-exposed-form .form-actions {
  padding: 0; }

.sidebar .views-exposed-form {
  padding: 0; }

.view-id-campuses h3, .view-id-campuses .h3, .view-id-campuses .accordion .accordion-button, .accordion .view-id-campuses .accordion-button {
  color: #141313;
  font-size: 1rem;
  font-weight: 500;
  margin-bottom: 1rem; }

.view-id-campuses .vocabulary-campus {
  width: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .view-id-campuses .vocabulary-campus .content {
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end; }

.view-id-campuses .view-header {
  margin: 1.25rem 0; }

.view-id-campuses .views-view-grid {
  position: relative;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  -ms-touch-action: pan-x;
  -ms-overflow-style: auto;
  border: 1px solid #ced4da;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  @media (min-width: 62rem) {
    .view-id-campuses .views-view-grid {
      display: block; } }

.view-id-campuses .views-row {
  padding: 2rem 0 0;
  -webkit-flex-shrink: 0;
      -ms-flex-negative: 0;
          flex-shrink: 0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto; }
  .view-id-campuses .views-row:last-child .views-col:last-child {
    border-width: 0; }
  @media (min-width: 62rem) {
    .view-id-campuses .views-row {
      width: 100%; } }
  @media (max-width: 61.99875rem) {
    .view-id-campuses .views-row:not(:first-child) .views-col:first-child {
      min-width: auto; }
      .view-id-campuses .views-row:not(:first-child) .views-col:first-child .term-label {
        display: none; } }

.view-id-campuses .views-col {
  float: none;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border: 1px solid #ced4da;
  border-width: 0 1px 0 0;
  padding: 0 1.5rem;
  margin-bottom: 1.5rem;
  min-width: 18.75rem; }
  .view-id-campuses .views-col:first-child {
    min-width: 20rem; }
    .view-id-campuses .views-col:first-child .term-label {
      display: block; }
  @media (min-width: 62rem) {
    .view-id-campuses .views-col {
      min-width: auto;
      padding: 0 2rem;
      margin-bottom: 2rem; }
      .view-id-campuses .views-col:last-child {
        border-width: 0; } }

.view-id-campuses .term {
  max-width: 100%;
  word-wrap: break-word;
  font-size: 1rem;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  .view-id-campuses .term .campus-field-label {
    font-weight: 500;
    font-size: 1rem;
    color: #00ADEE;
    margin-right: 0.625rem; }
  .view-id-campuses .term:first-of-type {
    margin-bottom: auto; }
  .view-id-campuses .term-label {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
        -ms-flex: 0 0 auto;
            flex: 0 0 auto;
    width: 41.66667%;
    white-space: nowrap;
    display: none; }
  @media (min-width: 48rem) {
    .view-id-campuses .term-value {
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 auto;
          -ms-flex: 0 0 auto;
              flex: 0 0 auto;
      width: 58.33333%; } }

.view-id-campuses .address {
  font-size: 0.875rem; }

.view-id-campuses.view-display-id-block_locations_campuses .views-view-grid {
  border-width: 0;
  overflow: visible;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column; }

.view-id-campuses.view-display-id-block_locations_campuses .views-row {
  padding: 0;
  margin: 0;
  display: block; }

.view-id-campuses.view-display-id-block_locations_campuses .views-col {
  border-width: 0 0 1px;
  padding: 2.1875rem 0;
  padding: 1.5rem 0;
  margin: 0;
  min-width: auto; }

.view-id-campuses.view-display-id-block_locations_campuses .term-label {
  display: block !important; }

.view-display-id-block_locations_by_regions {
  margin: 2.5rem 0; }
  .view-display-id-block_locations_by_regions .ecpi-locations-regions-wrapper {
    margin: 1.5rem 0; }
    .view-display-id-block_locations_by_regions .ecpi-locations-regions-wrapper .accordion-body .views-field.views-field-title {
      display: none; }
    .view-display-id-block_locations_by_regions .ecpi-locations-regions-wrapper > h3, .view-display-id-block_locations_by_regions .ecpi-locations-regions-wrapper > .h3, .view-display-id-block_locations_by_regions .accordion .ecpi-locations-regions-wrapper > .accordion-button, .accordion .view-display-id-block_locations_by_regions .ecpi-locations-regions-wrapper > .accordion-button {
      color: #002b5c;
      -webkit-box-flex: 0;
      -webkit-flex: 0 0 100%;
          -ms-flex: 0 0 100%;
              flex: 0 0 100%;
      margin-bottom: 0.75em; }
      .view-display-id-block_locations_by_regions .ecpi-locations-regions-wrapper > h3 span, .view-display-id-block_locations_by_regions .ecpi-locations-regions-wrapper > .h3 span, .view-display-id-block_locations_by_regions .accordion .ecpi-locations-regions-wrapper > .accordion-button span, .accordion .view-display-id-block_locations_by_regions .ecpi-locations-regions-wrapper > .accordion-button span {
        -webkit-background-size: 1.25em 1.25em;
                background-size: 1.25em;
        background-repeat: no-repeat;
        background-position: 100% 50%;
        background-color: transparent;
        background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1956 11.7007C13.5826 12.0947 14.2158 12.1004 14.6098 11.7134L19.7007 6.71345C19.8922 6.52542 20 6.26834 20 6C20 5.73166 19.8922 5.47458 19.7007 5.28655L14.6098 0.286551C14.2158 -0.100439 13.5826 -0.0947351 13.1956 0.299292C12.8087 0.693318 12.8144 1.32646 13.2084 1.71345L16.5547 5L1 5C0.447715 5 0 5.44771 0 6C0 6.55228 0.447715 7 1 7L16.5547 7L13.2084 10.2866C12.8144 10.6735 12.8087 11.3067 13.1956 11.7007Z' fill='%230D4BA0'/%3E%3C/svg%3E");
        display: inline-block;
        padding-right: 1.75em; }
    @media (min-width: 62rem) {
      .view-display-id-block_locations_by_regions .ecpi-locations-regions-wrapper {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-wrap: wrap;
            -ms-flex-wrap: wrap;
                flex-wrap: wrap;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .view-display-id-block_locations_by_regions .ecpi-locations-regions-wrapper .views-row.accordion {
          width: calc(50% - 1rem);
          -webkit-box-flex: 0;
          -webkit-flex: 0 0 calc(50% - 1rem);
              -ms-flex: 0 0 calc(50% - 1rem);
                  flex: 0 0 calc(50% - 1rem); } }

body.page-vocabulary-degree-type .feed-icons,
body.page-vocabulary-course .feed-icons {
  display: none; }

.college-of-title a {
  color: #ffffff; }

.degree_marketing-content h2, .degree_marketing-content .h2 {
  color: #0D4BA0;
  padding-bottom: 1em; }

.degree_marketing-content .field--name-field-text {
  padding-bottom: 1em; }
  .degree_marketing-content .field--name-field-text p {
    font-family: "Ubuntu", Arial, Verdana, sans-serif;
    font-size: 0.875rem;
    line-height: 1.375rem;
    font-weight: 400; }

.degree_marketing-content .paragraph--type--iconography {
  margin: 1rem; }

.degree_marketing-content .field--name-field-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around; }
  .degree_marketing-content .field--name-field-icon .image-icon--wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    width: 100%;
    max-width: 10.75rem; }
  .degree_marketing-content .field--name-field-icon img {
    max-height: 100px;
    width: auto; }

.degree_marketing-content .field--name-field-long-text {
  font-family: "Ubuntu", Arial, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.25rem;
  font-weight: 700;
  padding: 1.25em 0;
  max-width: 140px;
  text-align: center; }

.degree_marketing-content .degree-by-college__wrapper .list-title,
.degree_marketing-content .degree-by-college-online__wrapper .list-title {
  font-family: "Ubuntu", Arial, Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500; }

.degree_marketing-content .degree-by-college__wrapper ul,
.degree_marketing-content .degree-by-college-online__wrapper ul {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0; }
  @media (min-width: 48rem) {
    .degree_marketing-content .degree-by-college__wrapper ul,
    .degree_marketing-content .degree-by-college-online__wrapper ul {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; } }
  @media (min-width: 75rem) {
    .degree_marketing-content .degree-by-college__wrapper ul,
    .degree_marketing-content .degree-by-college-online__wrapper ul {
      -webkit-columns: 3;
         -moz-columns: 3;
              columns: 3; } }
  .degree_marketing-content .degree-by-college__wrapper ul li,
  .degree_marketing-content .degree-by-college-online__wrapper ul li {
    margin-bottom: 0.5rem; }

.degree_marketing-content .degree-by-college__wrapper a,
.degree_marketing-content .degree-by-college-online__wrapper a {
  font-family: "Ubuntu", Arial, Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-weight: 400; }

.paragraph--type--degree-accordion-marketing .degree-accordion-marketing__wrapper,
.paragraph--type--degree-accordion-marketing .degree-accordion-mktg-online__wrapper,
.paragraph--type--degree-accordion-mktg-online .degree-accordion-marketing__wrapper,
.paragraph--type--degree-accordion-mktg-online .degree-accordion-mktg-online__wrapper {
  margin-top: 1.5rem; }
  .paragraph--type--degree-accordion-marketing .degree-accordion-marketing__wrapper h2, .paragraph--type--degree-accordion-marketing .degree-accordion-marketing__wrapper .h2,
  .paragraph--type--degree-accordion-marketing .degree-accordion-mktg-online__wrapper h2,
  .paragraph--type--degree-accordion-marketing .degree-accordion-mktg-online__wrapper .h2,
  .paragraph--type--degree-accordion-mktg-online .degree-accordion-marketing__wrapper h2,
  .paragraph--type--degree-accordion-mktg-online .degree-accordion-marketing__wrapper .h2,
  .paragraph--type--degree-accordion-mktg-online .degree-accordion-mktg-online__wrapper h2,
  .paragraph--type--degree-accordion-mktg-online .degree-accordion-mktg-online__wrapper .h2 {
    display: none; }

.paragraph--type--degree-accordion-marketing h2, .paragraph--type--degree-accordion-marketing .h2,
.paragraph--type--degree-accordion-mktg-online h2,
.paragraph--type--degree-accordion-mktg-online .h2 {
  line-height: 2.8125rem; }

.paragraph--type--degree-accordion-marketing > .field-description,
.paragraph--type--degree-accordion-mktg-online > .field-description {
  font-family: "Rubik", Arial, Verdana, sans-serif;
  font-size: 1rem;
  line-height: 1.875rem;
  font-weight: 400;
  margin-bottom: 1rem; }

.view-degree-by-college,
.view-degree-by-college-online {
  margin-top: 0;
  padding-top: 0;
  border-top: none; }

.degree-by-degree-type__wrapper .list-title {
  font-family: "Ubuntu", Arial, Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500; }

.degree-by-degree-type__wrapper ul {
  -webkit-columns: 1;
     -moz-columns: 1;
          columns: 1;
  list-style: none;
  margin: 0 0 2rem 0;
  padding: 0; }
  @media (min-width: 48rem) {
    .degree-by-degree-type__wrapper ul {
      -webkit-columns: 2;
         -moz-columns: 2;
              columns: 2; } }
  @media (min-width: 75rem) {
    .degree-by-degree-type__wrapper ul {
      -webkit-columns: 3;
         -moz-columns: 3;
              columns: 3; } }
  .degree-by-degree-type__wrapper ul li {
    margin-bottom: 0.5rem; }

.degree-by-degree-type__wrapper a {
  font-family: "Ubuntu", Arial, Verdana, sans-serif;
  font-size: 0.875rem;
  line-height: 1.5625rem;
  font-weight: 400; }

.with-ctas .cta, section.cta-blocks .cta {
  padding: 1.5rem;
  width: 50%; }
  .with-ctas .cta .btn, section.cta-blocks .cta .btn, .with-ctas .layout-quadrant .cell-1 .cta a, .layout-quadrant .cell-1 .with-ctas .cta a, section.cta-blocks .layout-quadrant .cell-1 .cta a, .layout-quadrant .cell-1 section.cta-blocks .cta a, .with-ctas .cta .button, section.cta-blocks .cta .button, .with-ctas .cta .node-readmore a, .node-readmore .with-ctas .cta a, section.cta-blocks .cta .node-readmore a, .node-readmore section.cta-blocks .cta a, .with-ctas section.showcase .cta a, section.showcase .with-ctas .cta a, section.cta-blocks section.showcase .cta a, section.showcase section.cta-blocks .cta a, .with-ctas .cta section.campus-finder .leaflet-popup .campus__view-link, section.campus-finder .leaflet-popup .with-ctas .cta .campus__view-link, section.cta-blocks .cta section.campus-finder .leaflet-popup .campus__view-link, section.campus-finder .leaflet-popup section.cta-blocks .cta .campus__view-link {
    border-width: 2px;
    width: 100%;
    font-weight: 600;
    padding: 1em 0.5em;
    margin-top: 0.5rem; }
    @media (min-width: 48rem) {
      .with-ctas .cta .btn, section.cta-blocks .cta .btn, .with-ctas .layout-quadrant .cell-1 .cta a, .layout-quadrant .cell-1 .with-ctas .cta a, section.cta-blocks .layout-quadrant .cell-1 .cta a, .layout-quadrant .cell-1 section.cta-blocks .cta a, .with-ctas .cta .button, section.cta-blocks .cta .button, .with-ctas .cta .node-readmore a, .node-readmore .with-ctas .cta a, section.cta-blocks .cta .node-readmore a, .node-readmore section.cta-blocks .cta a, .with-ctas section.showcase .cta a, section.showcase .with-ctas .cta a, section.cta-blocks section.showcase .cta a, section.showcase section.cta-blocks .cta a, .with-ctas .cta section.campus-finder .leaflet-popup .campus__view-link, section.campus-finder .leaflet-popup .with-ctas .cta .campus__view-link, section.cta-blocks .cta section.campus-finder .leaflet-popup .campus__view-link, section.campus-finder .leaflet-popup section.cta-blocks .cta .campus__view-link {
        margin-top: 0; } }

.with-ctas .cta-one, section.cta-blocks .cta-one {
  background: rgba(255, 199, 0, 0.9);
  border-radius: 0.7rem 0 0 0; }

.with-ctas .cta-two, section.cta-blocks .cta-two {
  background: rgba(255, 232, 148, 0.9);
  border-radius: 0 0 0.7rem 0; }

section.cta-blocks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex; }
  section.cta-blocks .inner {
    margin: auto;
    padding: 1rem 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center; }
    @media (min-width: 62rem) {
      section.cta-blocks .inner {
        width: 80%; } }
  section.cta-blocks.variant {
    height: auto; }
    section.cta-blocks.variant .inner {
      width: 100%;
      padding: 5rem 0 2rem;
      height: 100%;
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      margin: 0;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: end;
      -webkit-justify-content: flex-end;
          -ms-flex-pack: end;
              justify-content: flex-end; }
      @media (min-width: 48rem) {
        section.cta-blocks.variant .inner {
          -webkit-box-pack: center;
          -webkit-justify-content: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding: 10rem 0 5rem; } }
      @media (min-width: 62rem) {
        section.cta-blocks.variant .inner {
          padding: 10rem 0;
          width: 80%; } }
    section.cta-blocks.variant .title {
      font-size: 1.5rem;
      margin: 0; }
      section.cta-blocks.variant .title.heading-color-dark {
        color: #000000; }
      section.cta-blocks.variant .title.heading-color-light {
        color: #ffffff; }
      @media (min-width: 48rem) {
        section.cta-blocks.variant .title {
          font-size: 2.25rem; } }
      @media (min-width: 62rem) {
        section.cta-blocks.variant .title {
          font-size: 3rem; } }
    @media (min-width: 48rem) {
      section.cta-blocks.variant {
        min-height: 18.75rem; } }
    @media (min-width: 62rem) {
      section.cta-blocks.variant {
        min-height: 31.25rem; } }
  @media (min-width: 48rem) {
    section.cta-blocks {
      height: auto; } }

#block-financialassistanceurls .field--name-field-cta-heading,
#block-financialassistanceurls .field--name-field-cta-2-heading {
  font-family: roboto-bold-webfont;
  font-weight: 500;
  font-size: 0.875rem; }

#block-financialassistanceurls .field--name-field-cta-1,
#block-financialassistanceurls .field--name-field-cta-2 {
  font-family: Verdana,Helvetica,Arial,sans-serif;
  font-size: 0.875rem;
  line-height: 1.5; }

#block-financialassistancemenu {
  padding-left: 1rem;
  margin-left: 1rem; }

section.campus-finder {
  position: relative; }
  section.campus-finder header {
    padding: 2rem 1.5rem 1rem;
    background: #f5f5f5; }
    @media (min-width: 48rem) {
      section.campus-finder header {
        padding: 0;
        background: none; } }
  section.campus-finder .col {
    -webkit-flex-basis: 100%;
        -ms-flex-preferred-size: 100%;
            flex-basis: 100%;
    padding: 0; }
  section.campus-finder .leaflet-container {
    height: 80vh !important; }
    @media (min-width: 48rem) {
      section.campus-finder .leaflet-container {
        height: 24.75rem !important; } }
  section.campus-finder .leaflet-shadow-pane {
    display: none; }
  section.campus-finder .leaflet-marker-icon.icon-marker-287, section.campus-finder .leaflet-marker-icon.icon-marker-310, section.campus-finder .leaflet-marker-icon.icon-marker-285, section.campus-finder .leaflet-marker-icon.icon-marker-303, section.campus-finder .leaflet-marker-icon.icon-marker-282, section.campus-finder .leaflet-marker-icon.icon-marker-299, section.campus-finder .leaflet-marker-icon.icon-marker-300, section.campus-finder .leaflet-marker-icon.icon-marker-298, section.campus-finder .leaflet-marker-icon.icon-marker-297, section.campus-finder .leaflet-marker-icon.icon-marker-296, section.campus-finder .leaflet-marker-icon.icon-marker-304, section.campus-finder .leaflet-marker-icon.icon-marker-295 {
    -webkit-filter: invert(57%) sepia(31%) saturate(162%) hue-rotate(171deg) brightness(95%) contrast(91%);
            filter: invert(57%) sepia(31%) saturate(162%) hue-rotate(171deg) brightness(95%) contrast(91%); }
  section.campus-finder .leaflet-marker-icon.icon-marker-262, section.campus-finder .leaflet-marker-icon.icon-marker-258, section.campus-finder .leaflet-marker-icon.icon-marker-259, section.campus-finder .leaflet-marker-icon.icon-marker-257, section.campus-finder .leaflet-marker-icon.icon-marker-264, section.campus-finder .leaflet-marker-icon.icon-marker-261, section.campus-finder .leaflet-marker-icon.icon-marker-263, section.campus-finder .leaflet-marker-icon.icon-marker-260, section.campus-finder .leaflet-marker-icon.icon-marker-288, section.campus-finder .leaflet-marker-icon.icon-marker-284, section.campus-finder .leaflet-marker-icon.icon-marker-286, section.campus-finder .leaflet-marker-icon.icon-marker-283 {
    -webkit-filter: invert(70%) sepia(63%) saturate(722%) hue-rotate(358deg) brightness(103%) contrast(106%);
            filter: invert(70%) sepia(63%) saturate(722%) hue-rotate(358deg) brightness(103%) contrast(106%); }
  section.campus-finder .leaflet-marker-icon.icon-marker-305, section.campus-finder .leaflet-marker-icon.icon-marker-270, section.campus-finder .leaflet-marker-icon.icon-marker-314, section.campus-finder .leaflet-marker-icon.icon-marker-272, section.campus-finder .leaflet-marker-icon.icon-marker-268, section.campus-finder .leaflet-marker-icon.icon-marker-269, section.campus-finder .leaflet-marker-icon.icon-marker-267, section.campus-finder .leaflet-marker-icon.icon-marker-281, section.campus-finder .leaflet-marker-icon.icon-marker-279, section.campus-finder .leaflet-marker-icon.icon-marker-289, section.campus-finder .leaflet-marker-icon.icon-marker-290, section.campus-finder .leaflet-marker-icon.icon-marker-280, section.campus-finder .leaflet-marker-icon.icon-marker-271, section.campus-finder .leaflet-marker-icon.icon-marker-312, section.campus-finder .leaflet-marker-icon.icon-marker-266, section.campus-finder .leaflet-marker-icon.icon-marker-265, section.campus-finder .leaflet-marker-icon.icon-marker-278, section.campus-finder .leaflet-marker-icon.icon-marker-277, section.campus-finder .leaflet-marker-icon.icon-marker-276, section.campus-finder .leaflet-marker-icon.icon-marker-313, section.campus-finder .leaflet-marker-icon.icon-marker-274, section.campus-finder .leaflet-marker-icon.icon-marker-275, section.campus-finder .leaflet-marker-icon.icon-marker-273, section.campus-finder .leaflet-marker-icon.icon-marker-294, section.campus-finder .leaflet-marker-icon.icon-marker-302, section.campus-finder .leaflet-marker-icon.icon-marker-291, section.campus-finder .leaflet-marker-icon.icon-marker-292, section.campus-finder .leaflet-marker-icon.icon-marker-293, section.campus-finder .leaflet-marker-icon.icon-marker-311, section.campus-finder .leaflet-marker-icon.icon-marker-294 {
    -webkit-filter: invert(20%) sepia(72%) saturate(2077%) hue-rotate(205deg) brightness(92%) contrast(102%);
            filter: invert(20%) sepia(72%) saturate(2077%) hue-rotate(205deg) brightness(92%) contrast(102%); }
  section.campus-finder .leaflet-marker-icon.icon-marker-307, section.campus-finder .leaflet-marker-icon.icon-marker-301, section.campus-finder .leaflet-marker-icon.icon-marker-306 {
    -webkit-filter: invert(49%) sepia(79%) saturate(1721%) hue-rotate(162deg) brightness(97%) contrast(101%);
            filter: invert(49%) sepia(79%) saturate(1721%) hue-rotate(162deg) brightness(97%) contrast(101%); }
  section.campus-finder .leaflet-marker-icon.icon-marker-308, section.campus-finder .leaflet-marker-icon.icon-marker-309, section.campus-finder .leaflet-marker-icon.icon-marker-315 {
    -webkit-filter: invert(15%) sepia(12%) saturate(20%) hue-rotate(68deg) brightness(91%) contrast(85%);
            filter: invert(15%) sepia(12%) saturate(20%) hue-rotate(68deg) brightness(91%) contrast(85%); }
  section.campus-finder .leaflet-popup p {
    margin: 0; }
  section.campus-finder .leaflet-popup .campus__title {
    text-align: left; }
  section.campus-finder .leaflet-popup .campus__info {
    text-align: left;
    margin-top: 1rem; }
    section.campus-finder .leaflet-popup .campus__info dt, section.campus-finder .leaflet-popup .campus__info dd {
      margin: 0 0 0.5rem;
      display: inline-block;
      vertical-align: top; }
    section.campus-finder .leaflet-popup .campus__info dt {
      width: 30%; }
    section.campus-finder .leaflet-popup .campus__info dd {
      width: 70%; }
  section.campus-finder .leaflet-popup .link-readmore, section.campus-finder .leaflet-popup .locations .cta a, .locations .cta section.campus-finder .leaflet-popup a, section.campus-finder .leaflet-popup .quicklinks .tile span, .quicklinks .tile section.campus-finder .leaflet-popup span, section.campus-finder .leaflet-popup section.infographics .tile a, section.infographics .tile section.campus-finder .leaflet-popup a {
    padding: 0; }
  section.campus-finder .leaflet-popup-content {
    text-align: center; }
  section.campus-finder .leaflet-popup-content-wrapper {
    border-radius: 0;
    -webkit-box-shadow: none;
            box-shadow: none; }
  section.campus-finder .campus-finder-filters .accordion-header {
    border-left: 0.625rem solid #000000; }
  @media (max-width: 47.99875rem) {
    section.campus-finder .campus-finder-filters {
      position: absolute;
      bottom: 1rem;
      left: 0;
      width: 100%;
      z-index: 2; }
      section.campus-finder .campus-finder-filters .accordion {
        position: relative;
        overflow-x: auto;
        -webkit-overflow-scrolling: touch;
        -ms-touch-action: pan-x;
        -ms-overflow-style: auto;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        padding: 0 0 0 1rem; }
        section.campus-finder .campus-finder-filters .accordion-item {
          margin: 0 1rem 0 0;
          min-width: 18.75rem; }
        section.campus-finder .campus-finder-filters .accordion-button {
          padding: 1rem 1rem 0; }
          section.campus-finder .campus-finder-filters .accordion-button::after {
            display: none; }
        section.campus-finder .campus-finder-filters .accordion-collapse {
          display: none !important; } }
  section.campus-finder .link-readmore, section.campus-finder .locations .cta a, .locations .cta section.campus-finder a, section.campus-finder .quicklinks .tile span, .quicklinks .tile section.campus-finder span, section.campus-finder section.infographics .tile a, section.infographics .tile section.campus-finder a {
    font-size: 1rem;
    color: #0D4BA0;
    margin-top: 1rem;
    display: block;
    padding: 0 1rem 1rem; }
  section.campus-finder .accordion {
    margin-top: -1.5rem; }
    section.campus-finder .accordion .accordion-item {
      margin: 0.5rem; }
      section.campus-finder .accordion .accordion-item:nth-of-type(1) .accordion-header {
        border-left-color: #0D4BA0; }
      section.campus-finder .accordion .accordion-item:nth-of-type(2) .accordion-header {
        border-left-color: #FFC700; }
      section.campus-finder .accordion .accordion-item:nth-of-type(3) .accordion-header {
        border-left-color: #8794A2; }
      section.campus-finder .accordion .accordion-item:nth-of-type(4) .accordion-header {
        border-left-color: #00ADEE; }
      section.campus-finder .accordion .accordion-item:nth-of-type(5) .accordion-header {
        border-left-color: #323232; }
      @media (min-width: 48rem) {
        section.campus-finder .accordion .accordion-item {
          margin: 1.5rem 0; } }

#RequestInfoController #RequestInfoForm {
  background: #FFC700;
  font-family: "Ubuntu", Arial, Verdana, sans-serif;
  border-radius: 0.625rem 0 0 0;
  max-height: 100vh; }
  #RequestInfoController #RequestInfoForm legend {
    border: 0; }
  #RequestInfoController #RequestInfoForm .head_block {
    background: #FFC700;
    font-weight: 700;
    font-size: 1.125rem;
    padding: 1.875rem;
    color: #000000; }
  #RequestInfoController #RequestInfoForm .form_cont {
    background: #FFC700; }
  #RequestInfoController #RequestInfoForm .header-step {
    background: #0D4BA0;
    display: none; }
  #RequestInfoController #RequestInfoForm .close-btn {
    -webkit-background-size: contain;
            background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='33' height='33' viewBox='0 0 33 33' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill='%23000000' d='M32.3966 0.603417C32.0101 0.217049 31.486 0 30.9395 0C30.393 0 29.8689 0.217049 29.4824 0.603417L16.5129 13.5729L3.54336 0.603417C3.15466 0.227999 2.63406 0.0202668 2.09369 0.0249624C1.55331 0.0296581 1.0364 0.246406 0.654287 0.628522C0.272172 1.01064 0.0554237 1.52755 0.050728 2.06792C0.0460323 2.60829 0.253765 3.12889 0.629182 3.51759L13.5987 16.4871L0.629182 29.4566C0.432341 29.6468 0.275334 29.8742 0.167322 30.1256C0.0593096 30.3771 0.00245577 30.6475 7.78152e-05 30.9211C-0.00230014 31.1948 0.0498448 31.4662 0.153471 31.7195C0.257097 31.9727 0.410129 32.2029 0.603636 32.3964C0.797144 32.5899 1.02725 32.7429 1.28054 32.8465C1.53382 32.9502 1.8052 33.0023 2.07885 32.9999C2.3525 32.9975 2.62294 32.9407 2.87438 32.8327C3.12583 32.7247 3.35324 32.5677 3.54336 32.3708L16.5129 19.4013L29.4824 32.3708C29.8711 32.7462 30.3917 32.954 30.9321 32.9493C31.4724 32.9446 31.9894 32.7278 32.3715 32.3457C32.7536 31.9636 32.9703 31.4467 32.975 30.9063C32.9797 30.3659 32.772 29.8453 32.3966 29.4566L19.4271 16.4871L32.3966 3.51759C32.783 3.13111 33 2.60699 33 2.0605C33 1.51402 32.783 0.989901 32.3966 0.603417Z' /%3E%3C/svg%3E");
    color: transparent;
    width: 0.5em;
    height: 0.5em;
    right: 0.5em;
    top: 0.5em; }
  #RequestInfoController #RequestInfoForm .privacy {
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    font-size: 0.8rem; }
    #RequestInfoController #RequestInfoForm .privacy a {
      color: #0D4BA0; }
    #RequestInfoController #RequestInfoForm .privacy p:not(.ng-binding) {
      display: none; }

@media (max-width: 60rem) {
  #RequestInfoController {
    position: fixed !important; }
    #RequestInfoController #RequestInfoForm {
      border-radius: 0; } }

.additional_downloads h2{
  margin-top: 30px;
}

.file--application-pdf {
  margin: 10px;
}

#cboxTitle {
display: block;
position: absolute;
background: rgba(13, 75, 160, 0.7);
top: 0;
left: 0;
color: #ffffff;
width: 100%;
height: 45px;
padding: 0.25rem 0.5rem;
font-size: 1.5rem;
-webkit-box-sizing: border-box;
box-sizing: border-box;
-webkit-border-bottom-right-radius: 0;
-webkit-border-bottom-left-radius: 0;
-moz-border-radius-bottomright: 0;
-moz-border-radius-bottomleft: 0;
border-bottom-right-radius: 0;
border-bottom-left-radius: 0; }

#cboxClose.cbox-close-plain {
position: absolute;
font-size: 1.5rem;
line-height: 1.125rem;
text-align: center;
background-color: transparent;
color: rgba(255, 255, 255, 0.7);
top: 10px;
right: 10px;
width: 20px;
height: 20px;
border-radius: 10px; }


/* GENERAL STYLES
-------------------------------------------------*/
html {
  overflow-x: hidden;
  width: 100% !important;
  max-width: 100% !important;
}

body {
  --bs-gutter-x: 0;
  --bs-gutter-y: 0;
  background: #ffffff; 
  width: 100% !important;
  max-width: 100% !important;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.vr { display: inline-block; -webkit-align-self: stretch; -ms-flex-item-align: stretch; align-self: stretch; width: 1px; min-height: 1em; background-color: currentColor; opacity: 0.25; }
.vr { position: relative; margin: 1%; opacity: 0.80; }
.vr span { position: absolute; top: 48%; left: -10px; padding: 0.5em 0; background: #FFFFFF; }


body.navbar-active { padding: 0 !important; }
body.active-mobile-menu, html.active-mobile-menu { overflow: hidden; margin: 0; }

:root { --ecpiblue: #0D4BA0; }

/* MAKE ALL SITE BUTTONS ROUNDED 
----------------------------------------------*/
.btn { border-radius: 50px; }

/* SPECIAL SVG STYLES 
----------------------------------------------*/
#wifisvg { margin: 0 0 1em 0; }
#wavesource, #wavebottom, #wavemiddle, #wavetop { fill: var(--ecpiblue); }
#wavebottom, #wavemiddle, #wavetop { opacity:1; }
#wavetop { animation: fadeIn 4s infinite; animation-delay:.75s; animation-fill-mode: forwards; }
#wavemiddle { animation: fadeIn 4s infinite; animation-delay:.30s; animation-fill-mode: forwards; }
#wavebottom { animation: fadeIn 4s infinite; animation-fill-mode: forwards; }
@keyframes fadeIn {
    from {
        opacity: 1;
    }
    50% {
        opacity: 0;
    }
    to {
        opacity: 1; 
    }
}

/* LOCATION HOME PAGE SPECIFIC STYLES (/locations)
--------------------------------------------------*/
.locationsHome .ecpi-locations-regions-wrapper:nth-child(3) .accordion:nth-child(7) { display:none; }

/* HOME PAGE SPECIFIC STYLES (/)
--------------------------------------------------*/
section.quotes { background: #0D4BA0; }
.specialMobMenu { display:none; }

/* HOME PAGE SPECIFIC STYLES FOR MOBILE (/)
--------------------------------------------------*/
/* MOBILE BANNER STYLES */
.mobile-cta-banner-wrapper img { width: 100%; }
.mobile-cta-banner-wrapper { position: relative; min-height: 560px; background: #0D4BA0; background: linear-gradient(0deg, rgba(13,75,160,1) 50%, rgba(0,173,238,1) 100%); text-align: center; font-size: 2.2vw; }
.mobile-cta-banner-wrapper .cta-mobile { position: absolute; width: 100%; top: 9em; padding: 0 1em; }
.mobile-cta-banner-wrapper .cta-mobile h1 { color: #FFFFFF; text-shadow: 0 0 3px #333333; font-size: 4.5em; line-height: 1em; }
.mobile-cta-banner-wrapper .cta-mobile p { color: #FFFFFF; font-size: 1.5em; line-height: 1.2em; margin: 1em 0 !important; }
.mobile-cta-banner-wrapper .btn-skinny, .btn-skinny  { border-radius: 50px; margin: 0 .5em; padding: 0.5em 1.5em; width: auto !important; }
.btn-larger { font-size: 1em; }
.bannerimg { position: absolute; bottom: 0; text-align: center; }
.bannerimg img { width: 90%; }
header .search-block-form form input[type="search"] { border-radius: 8px; width: 100%; }
#mob-inner-cta-wrapper { background: #FFF; display:block; bottom: 0; position: relative; z-index: 1000; width: 100%; text-align: center; } 
/* ONLINE / LOCATION / VAL PROP STYLES */
.extramobcontent { text-align: center; }
.onlineLocSection { padding: 1em 1em 2em 1em; }
.onlineLocSection h2, .onlineLocSection p { }
.htagsectionwrap { width: fit-content; margin: 0 auto; }


/* FOOTER SPECIFIC STYLES
--------------------------------------------------*/
/* Custom footer menu style */
#footer {  --bs-gutter-x: 1.5rem; background: #0D4BA0; background: linear-gradient(0deg, rgba(32,99,191,1) 50%, rgba(13,75,160,1) 100%); padding: 3rem 0; }
#block-ribbon { background: #EBE7E3; }
.alignParallel { display:flex; flex-direction: row-reverse; }
.alignParallel p.copywrite { flex-basis: 30%; }
.alignParallel p.bottomMostMenu { flex-basis: 70%; text-align: right; }
.alignParallel p.bottomMostMenu a { padding: 0 9px; }
#footer .footer-utilities { display: none !important; }
#block-socialmediablock-2 .social-media-links ul li a.tiktok { background-image: url(/themes/custom/ecpi_university/assets/icons/social/tiktok.svg); }

/* CAROUSEL STYLES
--------------------------------------------------*/
.glide__arrows { 
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  position: absolute;
  top: 50%;
  margin-top: -1rem;
  width: 108%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: -30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  z-index: 10;
}

/* MOBILE SPECIFIC STYLES NOT BASED ON VIEWPORT OR SCREEN
--------------------------------------------------*/
.mobile-only { display: none; margin: 1em 0 0 0; }
.mobile-only.shaded { background: #EEEAE7; }
.mobile-only.shaded.noflex h2 { padding-top: 1em; }
.ecpibluetext { color: #0D4BA0; }
.mobile-only.blueshaded { background: #0D4BA0; background: linear-gradient(0deg, rgba(13,75,160,1) 50%, rgba(0,173,238,1) 100%); margin: 0 0 1em 0; }
.mobile-only.no-top-gutter { margin: 0 0 0 0; }
.mobile-only.add-bottom-gutter { margin: 0 0 2em 0; }

/* NEW MOBILE NAV BASE STYLES  
--------------------------------------------------*/
#mobile-navbar-main { padding: 10px 10px 0 10px; display: block; top: 0; position: fixed; z-index: 1000; overflow: scroll; height: auto; min-height: 85px; }
#mobile-navbar-main.mob-menu-active { height: 100%; background: rgba(0,24,35,0.4); }
#mobile-navbar-main .mobile-navbar-visible { background: #FFF; border-radius: 50px; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.2); display:flex; }
#mobile-navbar-main .mobile-navbar-visible .mobile-navbar-logo-wrapper { flex-basis: 50%; background: #0D4BA0; padding: 1em 1.3em; border-radius: 50px; }
#mobile-navbar-main .mobile-navbar-visible .mobile-navbar-logo-wrapper img { width: 100%; }
#mobile-navbar-main .mobile-navbar-visible .mobile-navbar-actions-wrapper { flex-basis: 50%; display:flex; align-items: center; justify-content: right; padding: 0 1.5em; }
#navbar-mobile { overflow: auto; position:relative; }
#navbar-mobile ul.menu { list-style:none !important; padding: 0 0 0 0; }
#navbar-mobile .nav-item { width: 100%; /*border-top: 1px solid #CCC;*/ }
#navbar-mobile .nav-link { font-weight: 100 !important; }
#navbar-mobile .nav-link:hover { color: #000 !important; }
#navbar-mobile .mobile-main-menu.active, #navbar-mobile .mobile-sub-menu.active { font-weight: 500 !important; color: #0D4BA0;  }
.mobile-sub-menu { padding-left: 2em; }
#navbar-mobile .campus-mobile-sub-menu { color:#0D4BA0; background-image: url(/sites/default/files/2023-06/pin-dot.svg); background-repeat: no-repeat; background-position: 1em .5em; padding-left: 2.3em; }
#navbar-mobile .online-mobile-sub-menu { color: #0D4BA0 !important; background-image: url(/sites/default/files/2023-06/wifi2.svg); background-repeat: no-repeat; background-position: 0.8em 0.6em; background-size: 20px; padding-left: 2.3em; }
#navbar-mobile .all-campus-mobile-sub-menu { color: #0D4BA0 !important; }
.mobile-sub-inner-menu { padding-left: 4em; }



/* SUB FOOTER CTAS */

#sub-footer-cta-wrapper { background: #FFF; display:none; bottom: 0; position: fixed; z-index: 1050; width: 100%; text-align: center; padding: .75em 0; box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); } 
.sub-footer-btn { border-radius: 50px; margin: 0 .5em; padding: 0.5em 1.5em; }
#sub-footer-cta-wrapper.mob-menu-footer-active { display: none; }

/* NEW GLOBAL THIRDS */
.rowflexwrap { display: flex; }
.rowflexwrap h2 { text-align: center; font-size: 1.6em; letter-spacing: -.04em; }
.rowflexwrap .colflexwrap { flex:1; margin: 1em 2em; text-align: center; }
.rowflexwrap .colflexwrap h3 { }
.rowflexwrap .colflexwrap img.iconsize { width: 25%; margin-bottom: 1em; }
.rowflexwrap .colflexwrap .accordion { text-align: left; }
.rowflexwrap .colflexwrap .accordion .accordion-button, .rowflexwrap .colflexwrap .accordion .accordion-body { padding: 0.5rem 1rem; }
.rowflexwrap .colflexwrap .accordion .accordion-button { font-size: 1rem !important; }
.rowflexwrap .colflexwrap .accordion .accordion-body ul { padding: 0 0 0 0; }
.rowflexwrap .colflexwrap .accordion .accordion-body ul { list-style: none; }
.rowflexwrap .colflexwrap .accordion .accordion-body ul li.regionitem { font-weight: bold; }

/* NEW GLOBAL MOBILE QUOTE BOXES */
.quotebox { position: relative; display:block; background-image: url(/sites/default/files/2023-06/quote-test-blue-banner2.jpg); background-repeat: no-repeat; background-position: top; background-size: contain; padding-bottom: 1em; }
.quotebox p { margin-bottom: 0;}
.quotebox .primaryalumni { font-family: 'Ubuntu', sans-serif; padding:7% 4% 15px 39%; }
.quotebox .primaryalumni p { color: #FFFFFF; margin: 0 0 0 0; line-height: 1.3em; }
.quotebox .primaryalumni p:first-child { font-size: 2em; }
.quotebox .primaryalumni p { }
.quotebox .primaryalumni .line-break-quote { border-bottom: 3px solid #FFC700; width: 30%; margin: .5em 0; height: 3px; }
.quotebox .quotelinewrapper .line-break-quote { border-bottom: 3px solid #FFC700; width: 30%; margin-left: 2.7em; margin-bottom: 1em; }
.quotebox .quotelinewrapper p { position: relative; padding-left: 3em; font-family: 'Ubuntu', sans-serif; line-height: 1.3em; font-size: .9em;}
.quotebox .quotelinewrapper p span { font-size: .75em; line-height: 1.3em; display: block; }
.quotebox .primaryquote p { font-size: .9em; }
.quotebox .quotelinewrapper p:first-child::before { content: ''; background-image: url(/sites/default/files/2023-06/quotes-mob-line.svg); background-repeat: no-repeat; position: absolute; top: 0; left: 0; width: 35px; height: 24px; }
.quotebox .primaryquote p:first-child::before { content: ''; background-image: url(/sites/default/files/2023-06/quotes-mob.svg); background-repeat: no-repeat; position: absolute; top: 0; left: 0; width: 35px; height: 24px;}
.quotebox .quotelinewrapper { padding: 1.5em; box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.2); background: #FFFFFF; position: relative; z-index: 1000; width: 88%; left: 0; right: 0; margin: 0 auto 1em auto; }     

/* HOME PAGE VID WRAPPER STYLES */
#homevideowrap .video-wrapper.embedded { top: -39px; }

/* FOOTER STYLES */
#footer .block-social-media-block { width: 100%; margin-bottom: 1em }
#footer .block-social-media-block .social-media-links ul { text-align: center; width: 100%; }

/* HAMBURGER STYLES */

#hamburger-icon {
  width: 36px;
  height: 30px;
  position: relative;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .5s ease-in-out;
  -moz-transition: .5s ease-in-out;
  -o-transition: .5s ease-in-out;
  transition: .5s ease-in-out;
  cursor: pointer;
  display: inline-block;
}

#hamburger-icon span {
  display: block;
  position: absolute;
  height: 5px;
  width: 100%;
  background: #000;
  border-radius: 2px;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger-icon span.noline {
  display: block;
  position: absolute;
  font-size: .8em;
  width: 100%;
  background: transparent;
  opacity: 1;
  left: 0;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: .25s ease-in-out;
  -moz-transition: .25s ease-in-out;
  -o-transition: .25s ease-in-out;
  transition: .25s ease-in-out;
}

#hamburger-icon span:nth-child(1) {
  top: 0px;
}

#hamburger-icon span:nth-child(2),#hamburger-icon span:nth-child(3) {
  top: 10px;
}

#hamburger-icon span:nth-child(4) {
  top: 18px;
}

#hamburger-icon.open span:nth-child(1) {
  top: 18px;
  width: 0%;
  left: 50%;
}

#hamburger-icon.open span:nth-child(2) {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 13px;
}

#hamburger-icon.open span:nth-child(3) {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 13px;
}

#hamburger-icon.open span:nth-child(4) {
  top: 18px;
  width: 0%;
  opacity: 0;
}

/* UP DOWN ARROW STYLES */

.toggle-arrow-btn {
  position: relative;
}

.arrow-link {
  position: absolute;
  top: 20px;
  right: 20px;
}

.arrow-link::before, .arrow-link::after {
  position: relative;
  content: '';
  display: block;
  width: 9px;
  height: 2px;
  background: #000000;
  transition: 0.3s ease-in-out;
}

.arrow-link::before {
  transform: rotate(45deg);
}

.arrow-link::after {
  left: 5px;
  top: -2px;
  transform: rotate(-45deg);
}

.toggle-arrow-btn.active .arrow-link::before {
  transform: rotate(-45deg);
  background: #000;
}

.toggle-arrow-btn.active .arrow-link::after {
  transform: rotate(45deg);
  background: #000;
}

.programs-mobile-sub-menu.active .arrow-link::before, .programs-mobile-sub-menu.active .arrow-link::after { background: #000 !important; }

/* MOBILE ICON STYLES */
#phonecall-icon { width: 36px; height: 36px; position: relative; border-radius: 50px; display:inline-block; background-color: #FFFFFF; border: solid 1px #CCCCCC; box-shadow: 0 0 7px rgba(0, 0, 0, 0.2); margin: 0 1em; }
#phonecall-icon img {width: 100%; }

/* DROP DOWN MOBILE NAV STYLES */
.navbar-click-to-show { display:none; background: #FFFFFF; position:relative; top:-1.8em; z-index: -1; padding: 3em 1.5em 1.5em 1.5em; }
.navbar-click-to-show.open-mobmenu {  }

#navbar-mobile .mobile-secondary-nav .nav-item { width: auto; border-top: none; }
#navbar-mobile .mobile-secondary-nav .nav-item .nav-link { padding: 0 1em; text-decoration:underline; }
#navbar-mobile .mobile-secondary-nav ul { border-top: 2px solid #0D4BA0; margin: 1rem 0 0 0; padding-top: 1rem; width: 100%; text-align: center; display: inline-block; }
#navbar-mobile .mobile-secondary-nav ul li { display: inline-block; }

/* PROGRAM PAGE STYLES NEW TEMPLATE JUNE 2023 START */
section.hero.variant .inner { width: 70%; float: left; padding: 0 0 0 0; }
.node--type-location section.hero.variant .inner { width: 70%; float: left; padding: 0 0 0 0; }
section.hero.variant h1.heading-color-light { text-shadow: 2px 2px 5px black; }
section.hero.variant h1.heading-color-dark { text-shadow: none !important; }
.page-node-5990 section.hero.variant h1.heading-color-light { text-shadow: 2px 2px 5px black; font-size: 5em; margin-bottom: 0; }
section.hero.variant .subtitle { margin: 0; font-size: 1.2em; line-height: 1.2em; }
section.hero.variant .subtitle.heading-color-light { color: #ffffff; padding-right: 0.5em; text-shadow: 2px 2px 5px black; }
section.hero.variant .title { line-height: 1em; }
section.hero.variant .subtitle.heading-color-dark { color: #000000; }
.page-node-5990 section.hero.variant .subtitle.heading-color-light { font-size: 2em; text-shadow: 2px 2px 5px black; }
section.hero.variant .glance { width: 30%; float: left; height: 100%; position: relative; top: 2em; }
section.hero.variant .locationForm { width: 30%; float: left; height: 100%; position: relative; top: 1em; }
section.hero.variant .glance .glancetitle { width: 100%; color: #FFFFFF; font-size: 1.2em; font-weight: bold; padding: .3em 1em; background: #0D4BA0; }
section.hero.variant .glance .glancetitle p { margin-bottom: 0 !important; }
section.hero.variant .glance .atGlanceWrap { display: block; width: 100%; padding: 1em 1.5em; box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.5); background: #FFF; border-top: solid 10px #00ADEE; }
section.hero.variant .glance .atGlanceWrap .atGlanceBtn { text-align: center; margin-top: 2em; }
section.hero.variant .glance .atGlanceWrap .atGlanceBtn .glanceTextLink { font-size: 1rem; margin-top: 1em; display:block; }
section.hero.variant .glance .atGlanceWrap .atGlanceItem { min-height: 3em; display: flex; align-items: center; margin-bottom: .5em; }
section.hero.variant .glance .atGlanceWrap .atGlanceItem p.iteminfo { font-size: 1em; margin-bottom: 0; color: #333; line-height: 1.2em; }
section.hero.variant .glance .atGlanceWrap .atGlanceItem img.iteminfoicon { width: 2.5em; float:left; margin-right: .6em; }
section.hero.variant .glance .atGlanceWrap .atGlanceItem img.iteminfoicon.noiconmargin { width: 1.9em; margin-right: 0; }
section.hero.variant .glance .atGlanceWrap .atGlanceItem p.iteminfo span.countval { font-weight: bold; color: #000; }
section.hero.variant .glance .atGlanceWrap hr.horizontal { margin-top: 1rem; margin-bottom: 1rem; border-top: .0625rem solid #cccccc; opacity: 1; }
section.hero.variant .glance .deliverymethodwrapper { width: 100%; display: flex; }
section.hero.variant .glance .deliverymethodwrapper .deliverymethod { display: flex; flex: 1; padding: 1em; justify-content: center; align-items: center; font-size: 1.1em; }
section.hero.variant .glance .deliverymethodwrapper .vr { position: relative; margin: 1% 5%; opacity: 0.80; }
section.hero.variant .glance .deliverymethodwrapper .vr span { position: absolute; top: 20%; left: -12px; padding: 0.2em 0; background: #FFFFFF; }
.node--type-degree #v-pills-tab { flex-basis: 17%; min-width: 17%; }
.node--type-degree #v-pills-tab + .tab-content { max-width: 83%; flex-basis: 83%; overflow:hidden;}
.node--type-degree section.hero.variant .container { margin-right: auto; margin-left: auto; max-width: 1570px; }
.node--type-degree section.hero.variant .inner { /* width: 90%; */ width: 50%; }
section.hero.variant .pre-inner { display:none; }
.node--type-degree section.hero.variant .pre-inner { width: 20%; -webkit-flex-direction: column; -ms-flex-direction: column; flex-direction: column; display: flex; float: left; }
.node--type-degree section.hero.variant .title.heading-color-light { padding-right: .5em; }
.node--type-degree section.hero.variant { background-position: top; background-size: 102%; }
/* .page-node-165 section.hero.variant { background-position: 0 5%; } POSSIBLE DISPLAY VARIANT */

/* RESPONSIVE BREAKPOINTS */

@media screen and (min-width: 1800px) {
  .node--type-degree section.hero.variant { background-size: 106%; background-position: 0px 2px; }
  .node--type-degree section.hero.variant .pre-inner {  }
  .node--type-degree section.hero.variant .inner {  }
  section.hero.variant .glance { }
}

@media screen and (min-width: 62rem) {
section.hero.variant { background-position: center; min-height: 25em; font-size: 1vw; }
.node--type-location section.hero.variant { background-position: center; min-height: 25em; font-size: 1em; }
section.hero.variant .title { font-size: 3em; margin-bottom: .3em; }
section.hero.variant .container { max-width: 88%; }
}

@media screen and (max-width: 1550px){
  .node--type-degree section.hero.variant { background-size: 105%; background-position: 0px 2px; }
}

@media screen and (max-width: 1199px){
  .node--type-degree section.hero.variant { background-size: 118%; background-position: 0px 2px; }
  .node--type-degree .block-system-main-block { margin-top: 11em !important; }
  .node--type-location section.hero.variant { margin-top: 10em; }
  .page-node-5990 section.hero.variant { margin-top: 16em; }
  .node--type-location section.hero.variant .inner { width: 50%; float: left; padding: 0 0 0 0; }
  .page-node-5990 section.hero.variant .inner { width: 50%; float: left; padding: 0 0 0 0; }
  section.hero.variant .locationForm { width: 50%; float: left; height: 100%; position: relative; top: 1em; }
}

@media screen and (max-width: 1024px){
  section.hero.variant .glance { top: 3em; }
  .node--type-degree #v-pills-tab + .tab-content { padding: 0; }
}

@media screen and (max-width: 992px){
  .node--type-degree section.hero.variant { background-size: 135%; background-position: -10px 2px; }
  .node--type-degree .block-system-main-block { margin-top: 0em !important; }
  section.hero.variant .glance .atGlanceWrap .atGanceColumn { flex-basis: 45%; }
  section.hero.variant .title { font-size: 2.25em; margin-bottom: .5em; }
  section.hero.variant .glance { font-size: 1.2vw; border-radius: 15px; height: 70%; top: 6em; }
  .node--type-location section.hero.variant { margin-top: 1em; }
  .page-node-5990 section.hero.variant { margin-top: 2em; }
}

@media screen and (max-width: 920px){
  section.hero.variant .glance { top: 3em; }
  .node--type-degree #v-pills-tab + .tab-content { padding: 0; }
}

@media screen and (min-width: 769px){
  #mobile-navbar-main, #sub-footer-cta-wrapper { display: none; }
  .mobile-main-nav { display:none !important; }
}

@media screen and (max-width: 768px){
  body { overflow-x: hidden; }
  .node--type-location #main-wrapper, 
  .node--type-location #main-wrapper #main,
  .page-node-5990 #main-wrapper,
  .page-node-5990 #main-wrapper #main { padding-top: 0 !important; }
  .node--type-location #block-ecpi-university-content,
  .page-node-5990 #block-ecpi-university-content { margin-top: 0; margin-bottom: 0; }
  .node--type-location section.hero.variant .inner,
  .page-node-5990 section.hero.variant .inner { width: 100%; padding-top: 1em }
  .node--type-degree #main-wrapper { padding-top: 0; }
  section.hero.variant { height: auto; padding-top: 6em; }
  .node--type-degree section.hero.variant { background-size: 100%; background-position: 0 -40px; padding-top: 24em; position: relative; }
  .type-degree-online section.hero.variant { background-size: 130%; background-position: unset; padding-top: unset; position: relative; }
  .type-degree-online section.hero.variant .inner { width: 100%; }
  .node--type-degree section.hero.variant .container { top: -8em; left: 13em; position: relative; }
  .type-degree-online section.hero.variant .container { position: unset; }
  section.hero.variant .glance { display:none; }
  section.hero.variant .inner { width: 100%; float: left; padding: 1em 0 0 0;  }
  .node--type-location section.hero.variant { margin-top: 0; display: block; }
  .node--type-location section.hero.variant .locationForm { width: 100%; }
  .page-node-5990 section.hero.variant { margin-top: 0; display: block; }
  .page-node-5990 section.hero.variant .locationForm { width: 100%; }
  .page-node-5988 .glide__prev, .page-node-5988 .glide__next { display: none !important; }
  #navbar-main, .navbar-upper { display: none !important; }
  .search-close { display: none !important; }
  .culi #navbar-main, .intl #navbar-main { display: block !important; }
  .culi .search-close, .intl .search-close { display: block !important; }
  .ecpi-university-search { margin: 1em 0 0 0; }
  #navbar-mobile { box-shadow: 0 0 10px rgba(0, 0, 0, 0.5); border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; }
  #mobile-navbar-main { min-height: 100px; }
  .video-playbutton:after { display:none; }
  .desktop-only { display: none; }
  .mobile-only { display: block; margin: 2em 0 0 0; }
  .mobile-only.btnOpenForm { margin: 0 0 0 0; }
  .mobile-only h2 { text-align:center; margin-bottom: .5em; font-size: 1.6em; letter-spacing: -.04em; }
  .mobile-only h2 img.text-ico { width: 1em; margin-right: 2px; vertical-align: text-bottom; }
  .mobile-only .accordion .accordion-item { border: 1px solid rgba(0, 0, 0, 0.3); border-radius: 8px; }
  .mobile-only .accordion .accordion-item div .accordion-body ul li { background-image: url(/sites/default/files/2023-06/thin-pin-dot3.svg); background-repeat: no-repeat; background-size: 1em; background-position: 1em 0.2em; padding: 0.2em 0 0.2em 2.2em; }
  .no-mobile { display: none; }
  section.quotes.carousel.with-video { display: none; }
  section.banner.primary { display: none !important; }
  section.infographics { display:none; }
  .rowflexwrap { display: inline-block; }
  .rowflexwrap .colflexwrap { flex:1; margin: 1em 2em; text-align: center; }
  .rowflexwrap.keepflex { display: flex; }
  .rowflexwrap.keepflex .colflexwrap { margin: 0; }
  .rowflexwrap .colflexwrap:last-child { }
  #footer .address { display:none; }
  #footer .upper.row .inner { display: block; text-align: center; }
  #footer .upper.row .inner .logo { display: inline-block !important; text-align: center; }
  #footer .upper.row .inner .logo img { display: inline !important; }
  .ecpi-university-footer .accordion .accordion-collapse li { margin: 0.3em 0 0.3em 1em !important; }
  /* MOB AT A GLANCE FOR DEGREE PAGES */
.mobile-only .glance { width: 92.5%; margin: 0 auto 1em auto; height: 100%; position: relative; top: 1em; }
.mobile-only .glance .glancetitle { width: 100%; color: #000000; font-size: 1.2em; font-weight: bold; }
.mobile-only .glance .glancetitle p { margin-bottom: 0 !important; }
.mobile-only .glance .atGlanceWrap { display: block; width: 100%; padding: 1em 1em; background: #FFF; border-top: solid 3px #00ADEE; }
.mobile-only .glance .atGlanceWrap .flexglancemobile { display: flex; }
.mobile-only .glance .atGlanceWrap .flexglancemobhr { height: 1px; background-color: #333;}
.mobile-only .glance .atGlanceWrap .atGlanceBtn { text-align: center; margin-bottom: 0; }
.mobile-only .glance .atGlanceWrap .atGlanceBtn .glanceTextLink { font-size: 1rem; margin-top: .5em; }
.mobile-only .glance .atGlanceWrap .atGlanceItem { min-height: 3em; display: flex; align-items: center; margin-bottom: .5em; flex: 1; }
.mobile-only .glance .atGlanceWrap .atGlanceItem p.iteminfo { font-size: .8em; margin-bottom: 0; color: #333; line-height: 1.3em; }
.mobile-only .glance .atGlanceWrap .atGlanceItem img.iteminfoicon { width: 2em; float:left; margin-right: .6em; }
.mobile-only .glance .atGlanceWrap .atGlanceItem img.iteminfoicon.noiconmargin { width: 1.9em; margin-right: 0; }
.mobile-only .glance .atGlanceWrap .atGlanceItem p.iteminfo span.countval { font-weight: bold; color: #000; }
.mobile-only .glance .atGlanceWrap hr.horizontal { margin-top: 1rem; margin-bottom: 1rem; border-top: .0625rem solid #cccccc; opacity: 1; }
.mobile-only .glance .deliverymethodwrapper { width: 100%; display: flex; }
.mobile-only .glance .deliverymethodwrapper .deliverymethod { display: flex; flex: 1; padding: 1em; justify-content: center; align-items: center; font-size: 1.1em; }
.mobile-only .glance .deliverymethodwrapper .vr { position: relative; margin: 1% 5%; opacity: 0.80; }
.mobile-only .glance .deliverymethodwrapper .vr span { position: absolute; top: 20%; left: -12px; padding: 0.2em 0; background: #FFFFFF; }


  /* FOOTER SPECIFIC STYLES
  --------------------------------------------------*/
  /* Custom footer menu style */
  .alignParallel { display:block; }
  .alignParallel p.copywrite { flex-basis:unset; text-align:center; }
  .alignParallel p.bottomMostMenu { flex-basis:unset; text-align:center; padding-bottom: 2rem; border-bottom: rgba(255, 255, 255, 0.7) solid 1px; }
  .alignParallel p.bottomMostMenu a { white-space: nowrap; }
  #footer { padding: 5rem 0rem 5rem 0rem; }
}

@media screen and (max-width: 600px){
  .node--type-degree section.hero.variant .title.heading-color-light { width: 190px; line-height: 1.1em; font-size: 1.1em; }
  .type-degree-online section.hero.variant .title.heading-color-light { width: 100%; line-height: 1.1em; font-size: 1.5em; }
  .node--type-degree section.hero.variant .subtitle.heading-color-light { width: 190px; }
  .mobile-only .glance .atGlanceWrap .flexglancemobile { display: block; }
  .mobile-only .glance .atGlanceWrap .flexglancemobhr { height: 0; margin: 0 0 0 0; }
  .mobile-only .glance .atGlanceWrap .atGlanceItem p.iteminfo { font-size: 1em; }
  .mobile-only .glance .atGlanceWrap .atGlanceItem img.iteminfoicon { width: 2.5em; float:left; margin-right: .4em; }
  .node--type-location section.hero.variant { height: auto; padding-top: 5em; }
  .node--type-location section.hero.variant .inner { float: none; }
  .page-node-5990 section.hero.variant { height: auto; padding-top: 5em; }
  .page-node-5990 section.hero.variant .inner { float: none; }
  .btn-larger { border-radius: 50px; margin: 0 .5em; padding: 0.5em 1.5em; width: auto !important; font-size: .85rem; }
  #main-wrapper, #main { padding-top:0 !important; } 
  .field--name-field-banner-section { display:none; }
  .page-node-5990 .field--name-field-banner-section { display:block; }
  #skip-button.hidden-button { display:none; }
  section.hero.variant .title { font-size: 1.5em; }
  section.hero.variant .subtitle.heading-color-light { font-size: .7em; padding-bottom: 1em; }
  section.hero.variant .inner { padding: 0 0 1em 0; }
  .node--type-degree section.hero.variant .inner { width: 100%; }
  .node--type-degree section.hero.variant { background-size: 135%; padding-top: 8em; background-position: 0 0; }
  .node--type-degree section.hero.variant .container { top: -1em; left: 11em; }
  .type-degree-online section.hero.variant { padding-top: 6em; }
  .type-degree-online section.hero.variant .container { top: -70px; left: 0; }
  .type-degree-online section.hero.variant .pre-inner { display:none }
  .specialMobMenu { display:block; padding: 1em 0 1.5em 0; }
  .specialMobMenu h2 { text-align:center; margin-bottom: .5em; font-size: 1.6em; letter-spacing: -.04em; }
  .specialMobMenu .rowfeatsolo { display: flex; margin-top: .5em; }
  .specialMobMenu .rowfeatsolo:first-child { margin-top: 0; }
  .specialMobMenu .rowfeatsolo .colfeatsolo { background-color: #FFFFFF; box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2); flex: 1; border-radius: 8px; border: 0px solid #DDDDDD; }
  .specialMobMenu .rowfeatsolo .colfeatsolo.leftbutton { margin-right: .15em; }
  .specialMobMenu .rowfeatsolo .colfeatsolo.rightbutton { margin-left: .15em; }
  .specialMobMenu .rowfeatsolo .colfeatsolo a { position: relative; padding: .3em .5em; display: inline-block; top: 0; left: 0; width: 100%; font-size: 4vw; }
  .specialMobMenu .rowfeatsolo .colfeatsolo a img { width: 20%; vertical-align: middle; padding-right: .3em; }

  /* HANDLE CARDS VISIBILITY BELOW THIS SECTION */
  section.cards { display: none !important; }

  /* BASIC PAGE / COLLEGE MOBILE SPECIFIC STYLES */
  .node--type-page #main { padding-top: 4em !important; }
  .node--type-college #main { padding-top: 4em !important; }
  .page-node-5988 #main { padding-top: 0 !important; }
  .page-node-5990 #main { padding-top: 5em !important; }
}

@media screen and (max-width: 575px){ 
  .specialMobMenu { display:block; padding: 1em 1em 1.5em 1em; }
  .bannerimg img { width: 73%; }
}

@media screen and (max-width: 400px){ 
  .bannerimg img { width: 88%; }
}



.menu-hide{
  display: none !important;
}

.view-id-degrees_mega_menu{
  display: none;
}

/* NEW BLOG DESIGN */

.new-blog-title-area{
  display:flex;
  font-size: 2vw;
  margin-bottom:2em;
}

.new-blog-title-wrapper{
  padding: 2em;
  display: flex;
  flex-basis: 50%;
  align-items:center;
  justify-content: center;
}

.new-blog-element-wrapper{
  display:block;
}

.field--name-field-blog-title{
  font-size:1.1em;
  font-family: "Ubuntu", Arial, Verdana, sans-serif;
  letter-spacing: 0.02em;
  font-weight:700;
  line-height: 1.3;
  margin-top: 0;
  margin-bottom: .5rem;
}

.field--name-field-tagline{
  font-size:16px;
  line-height: 1.8;
  letter-spacing: 0.02em;
  margin-top:0;
  margin-bottom: 1rem;
  display:flex;
}

.field--name-field-tagline:after{
  display:none!important;
}

.field--name-field-better-social-sharing3 .social-sharing-buttons{
  justify-content: left !important;
  margin: 0.5em 0 !important;;
}

.blog-image-wrapper{
  flex-basis:50%;
}

.field--name-field-blog-main-image img{
  max-width:100% !important;
  height:auto;
}

@media screen and (max-width:800px){
        .new-blog-title-area { display: block; }
        .nnew-blog-element-wrapper { padding: 2em 0; }
        .field--name-field-blog-title { font-size: 2rem; }
        .field--name-field-tagline { font-size: 16px; }
    }

.hidden{
  display:none !important;
}


/* Add Styling for Focus 3/21/2023 */
.btn:focus{
  outline: thick double #00ADEE;
}

.accordion-button:focus{
  outline: thick double #00ADEE;

}

body.page-node-6073 .glide__arrows{
    display: none !important;
}


    .nnew-blog-element-wrapper {
        padding: 2em 0;
    }

    .field--name-field-blog-title {
        font-size: 2rem;
    }

    .field--name-field-tagline {
        font-size: 16px;
    }

.hidden {
    display: none !important;
}

/* NEW NEWS PAGE*/
section.infographics {
    padding: 0 !important;
}

section.infographics h2,
section.infographics .h2 {
    text-align: left !important;
}

article[about="/news"] section.infographics .tile a {
    display: block !important;
    margin-top: 0 !important;
    line-height: 1.5 !important;
}
    
article[about="/news"] section.infographics .tile a::after {
    display: none !important;
}

article[about="/news"] section.infographics .tile a img{
  margin-top:0 !important;
}


section.infographics .tile {
    max-width: 33% !important;
}

.infographics p {
    text-align: left !important;
    font-weight: 500;
}

.instagram-title {
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
}


.instagram-title img {
    width: 20px;
    margin: 10px;
}

.infographics div img {
  min-width:100%;
}

.news_banner_logo{
    position:absolute;
    top:0;
    z-index:1;
    max-width:300px;
    margin-top:500px;
    margin-left:300px;
}
.news_banner_title{
    z-index:1;
    width:75%;
    height:75%;
    color:#fff;
    margin: 0 auto;
}

.news_banner_title img{
    margin-bottom:100px;
}

article[about="/news"] .infographics .tile p {
  padding: 0 !important;
}

article[about="/news"] .infographics a:hover{
  color: #0D4BA0!important;
}

article[about="/news"] a {
color:#000;
}

article[about="/news"] a:hover {
color:#fff !important;
}

article[about="/news"] .instagram-title a:hover {
color:#000 !important;
    text-decoration: underline;
}

article[about="/news"] .infographics h2 {
    margin: 20px 0 0 30px;
}

article[about="/news"] .infographics img {
    min-width:100%;
}

article[about="/news"] .infographics img{
    min-width:100%;
}

article[about="/news"] section .text:last-child {
    background-color: #f0f0f0;
}

.econnect_article{
    position:relative;
}

.econnect_icon_background {
  position: absolute;
    top:0px;
    right:2rem;
    text-align: center;
    background: #0c4a9f;
    display: block;
    width:4rem;
    height:4rem;
    padding-top:4rem;
}

.econnect_icon_background:after {
  content:"";
    width: 100%;
    top: 100%;
    position: absolute;
    display: block;
    border-width: 0 2rem 2rem 2rem;
    border-color:#0c4a9f;
    border-bottom-color: transparent;
    border-style:solid;
    box-sizing: border-box;
}

.econnect_icon {
  content: url("/sites/default/files/2023-06/econnect-white.png");
  position: absolute;
  top: 20px;
  right: 1.2rem;
  height: 30px;
  text-align: center;
}

.econnect-icon{
  visibility: hidden;
}

/* News Page eConnect Area */
.econnect-area h2 {
    color: white;
    margin-bottom: 20px;
}

.econnect-area .econnect-left{
    width: 30%;
    float: left;
    padding: 0 20px 0 20px;
}

.econnect-area .econnect-right{
    width: 60%;
    float: left;
 padding: 0 20px 0 20px;
}

.econnect-left .btn{
    width:100%;
    background-color:rgb(255, 199, 0);
    color:#000;
}

.econnect-left .btn-info a{
    background-color:transparent !important;
}

.econnect-area .econnect-right h2 {
    padding-left: 50px;
}

.econnect-right li {
    list-style-type: none;
}

.econnect-right hr {
    color: rgb(255, 199, 0);
    height: 2px;
    margin: 20px 0 20px 0;
}

.econnect-right a {
    background-color: rgb(255, 199, 0);
    text-align: right;
    margin: 30px 0 30px 0;
}

.econnect-right a:hover, .econnect-left a:hover {
    color:#fff !important;
}

.econnect-right .btn-info:hover{
  background-color:#000;
}

article[about="/news"] .main-content ul li {
    margin-left: 0px !important;
}

#archive-button {
    margin-top:20px;
}

#archive-button a{
    color: #fff;
    background-color: transparent !important;
}

article[about="/news"] .econnect-right li a {
    color: #fff;
    background-color: transparent !important;
}

article[about="/news"] .econnect-right li a:hover {
    color: #fff !important;
}

/* End eConnect Area for News Page */

article[about="/news"] .secondary-menu {
    text-align: center;
}

article[about="/news"] em{
    display:none;
}


.author-area{
    display:none;
    font-size:1rem;
}

.author-area a, .author-area span {
    font-size:1rem !important;
    color: #000;
}

.author-area a:hover {
    color: #000;
    text-decoration: underline;
}

#social-share-area .social-sharing-buttons{
    justify-content: left !important;
}


/* News Block Ribbon 3/27/2023*/
span.block-ribbon-prefix a {
         font-size: initial !important;
    }


@media only screen and (max-width: 600px) {

    .econnect-area .econnect-left,
    .econnect-area .econnect-right {
        float: none;
        margin: auto;
        width: 100%;
        padding: 20px;
    }

    article[about="/news"] .infographics .tile {
        min-width: 90% !important;
        margin: 0 auto;
    }

    article[about="/news"] .infographics .tile p {
        margin: 10px 0;
    }

    article[about="/news"] .econnect-area .econnect-right h2 {
        padding-left: 30px !important;
    }

    article[about="/news"] .main-content ul li {
        margin-left: 0px !important;
    }

    article[about="/news"] .infographics h2 {
    margin: 20px 0 0 18px !important;
    }
    .page-node-6170 .main-content ul li { margin-left: 0 !important }
    .page-node-6170 .main-content ul li { margin-left: 0 !important }
}

/* END NEW NEWS PAGE*/

/* Begin News Interior Pages */

#news-title-area{
    width:100%;
}

#news-title-area span{
    font-size:2rem;

}

#news-title-area .social-sharing-buttons{
    justify-content: left !important;
}

#news-content-area #news-page-image{
    float:right;
    width:50%;
    padding:10px;
}

#news-content-area{

}

/* End News Interior Pages */

/* BEGIN News Aggregator Pages */
#block-ecpi-university-content .field-content{
  width:100%;
}

#block-ecpi-university-content .views-field-field-in-the-news-title, #block-ecpi-university-content .views-field-field-university-news-title{
  padding-left:10px;
}

#block-ecpi-university-content .field-content img {
  min-width:100%;
  padding: 10px;
}

.views-field-field-in-the-news-title a, .views-field-field-university-news-title a {
  color:#000;
  font-weight:500 !important;
}
#block-views-block-university-news-block-2 > div.content > div > div.view-content.row > ul > li > div.views-field.views-field-field-university-news-title > div > a{
  color: #fff;
  font-size: 1.5rem;
  padding:10px;
  }

#block-views-block-university-news-block-2 > div.content > div > div.view-content.row > ul > li > div.views-field.views-field-field-university-news-title > div > a:hover{
  color:#fff important;
  font-weight:500 !important;
  text-decoration: underline;
}

#block-ecpi-university-page-title h1{
  /*display:none !important;*/
}

@media only screen and (max-width: 600px) {
  .view-in-the-news .views-col, .view-university-newws .views-col, .view-university-news .views-col{
    width:100% !important;
  }
}
/* END News Aggregator Pages */

body.page-node-6073 .glide__arrows{
    display:none;
}

.news-hero{
    display:flex;
}

.news-hero-left{
    width:30%;
    float:left;
    background-color:#0c4a9f;
    display: flex;
  justify-content: center;
  align-items: center;
}

.news-hero-right{
    width:70%;
    float:right;
}

.news-banner-wrapper { position: relative; font-size: 2vw; overflow: hidden; max-height: 635px; }
.news-banner-wrapper img { width: 100%; }



#block-views-block-university-news-block-1-2, #block-views-block-in-the-news-block-1{
padding: 0 !important;
max-width:90%;
margin: 0 auto;
}

#block-views-block-university-news-block-1-2 h2, #block-views-block-in-the-news-block-1 h2{
 margin: 20px 0 0 30px; 
}

#block-views-block-university-news-block-1-2 .field-content, #block-views-block-in-the-news-block-1 .field-content{
  padding:0 10px;
}

 a[href="/university_news/search"]:nth-of-type(1), a[href="/in_the_news/search"], #block-views-block-university-news-block-2 .views-field-field-university-news-title .field-content .news-link a{
    display: block;
    text-align: center;
    max-width:150px;
    margin:0 auto;
    background-color: rgb(255, 199, 0) !important;
    margin-top:10px;
    margin-bottom:12px;
  }


#block-views-block-university-news-block-2 ul{
  background-color: #0c4a9f;
}

#block-views-block-university-news-block-2 ul li {
      list-style: none;
    }

#block-views-block-university-news-block-2 .views-field-field-university-news-title {
  display: flex;
  justify-content: center;
  align-items: center; 
/*  height: 300px;*/
}
#block-views-block-university-news-block-2 .views-field-field-university-news-title .field-content{
  text-align:center;
  display: flex;
  flex-direction: column;
  align-items: center;
}

#block-views-block-university-news-block-2 .views-field-field-featured-news-image-1 {
  float:right;
  width: 70%;
}

#block-views-block-university-news-block-2 .views-field-field-featured-news-image-1 img {
  width:100%;
  height:100%;
}

.block-views-blockuniversity-news-block-2 .views-field-field-university-news-title .btn-info{
  margin-top:10px;
  margin-bottom:10px;
}

.block-views-blockuniversity-news-block-1 a.btn{
  margin-top:50px;
  margin-bottom:50px;
}

.block-views-blockuniversity-news-block-2 .views-field-field-university-news-title .field-content img{
  width:90%;
  padding: 25px;
  margin-bottom:35px;
}

/*.news-link{
  width: 45%;
  background-color: rgb(255, 199, 0) !important;
  color:#000;
}

.news-link:hover{
  background-color: transparent;
  color:#fff;
}

.news-link a, .news-link a:hover{
  background-color: transparent;
  color:#000 !important;
}*/

/* Start News Site Media */
@media only screen and (max-width: 770px){
  #block-views-block-university-news-block-2 .views-field-field-featured-news-image-1{
    width:100%;
    float:none;
  }

  #block-views-block-university-news-block-2 .views-field-field-featured-news-image-1 img{
    width:100%;
    margin-top:10px;
  }

  #block-views-block-university-news-block-2 .views-field-field-featured-news-image-1 .field-content{
  width:100%;
  }

  #block-views-block-university-news-block-2 .views-field-field-university-news-title {
    clear:none;
    height: auto;
  }

  .block-views-blockuniversity-news-block-2 .views-field-field-university-news-title .field-content img{
    width:50%;
    padding: 25px;
    margin: 0 auto;
  }

  #block-views-block-university-news-block-2 .views-field-field-university-news-title .field-content{
    display: flex;
    flex-direction: column;
    align-items: center;
  }

  #block-views-block-university-news-block-2 ul li {
      margin-left:0 !important;
    }
  #block-views-block-university-news-block-1-2, #block-views-block-in-the-news-block-1{
    width:100%;
  }

  .node--type-university-news{
    width:85%;
    margin:0 auto;
  }
  #social-share-area .social-sharing-buttons{
    justify-content: center !important;
  }

  #news-title-area{
    margin-top:100px;
  }

  .view-display-id-block_1{
    margin-bottom:20px;
  }

  a[href="/university_news/search"]:nth-of-type(1), a[href="/in_the_news/search"]{
    margin-top:15px;
    margin-bottom:15px;
  }
  .views-field-field-university-news-main-image, .views-field-field-in-the-news-main-image{
    padding:20px;
  }

  #block-views-block-university-news-block-1-2 .field-content, #block-views-block-in-the-news-block-1 .field-content{
  text-align: center;
}

#block-views-block-university-news-block-2 ul{
  background-color: #0c4a9f;
}

  .view-id-university_news .views-field-field-university-news-title .field-content, .view-in-the-news .views-field-field-in-the-news-title .field-content{
    text-align:center;
  }

  .page-view-university-news #block-ecpi-university-page-title, .page-view-in-the-news #block-ecpi-university-page-title{
    margin-top:70px;
    margin-bottom: 0px;
    padding:10px;
  }
  .econnect_icon_background {
  position: absolute;
    top:0px;
    right:2rem;
    text-align: center;
    background: #0c4a9f;
    display: block;
    width:4rem;
    height:4rem;
    padding-top:4rem;
}

.econnect_icon_background:after {
  content:"";
    width: 100%;
    top: 100%;
    position: absolute;
    display: block;
    border-width: 0 2rem 2rem 2rem;
    border-color:#0c4a9f;
    border-bottom-color: transparent;
    border-style:solid;
    box-sizing: border-box;
}

.econnect_icon {
  content: url("/sites/default/files/2023-06/econnect-white.png");
  position: absolute;
  top: 20px;
  right: 1rem;
  height: 30px;
  text-align: center;
}
}

@media only screen and (max-width: 990px){
  #block-views-block-university-news-block-2 .views-field-field-university-news-title .field-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding:1px;
  }
  .block-views-blockuniversity-news-block-2 .views-field-field-university-news-title .field-content img{
    margin-bottom:0px;
  }

   a[href="/university_news/search"]:nth-of-type(1), a[href="/in_the_news/search"]{
    margin-top:15px;
    margin-bottom:15px;
  }
  .econnect_icon_background {
    top:0px;
    right:2rem;
  }
}
@media only screen and (max-width: 770px){
  .econnect_icon_background {
    top:20px;
    right:2rem;
  }
}

@media only screen and (min-width: 2150px){
    .news-banner-wrapper { position: relative; font-size: 2vw; overflow: unset; max-height: unset; }
}

@media only screen and (max-width: 600px){
    .news-banner-wrapper h2 { font-size: 2em; text-shadow: 1px 1px 0 #000000; }
    .news-banner-wrapper p { line-height: 1.2em; font-size: 1em; color: #FFFFFF; text-shadow: 1px 1px 0 #000000; }
    .econnect_icon_background {right:0; margin-right:100px;}
}

@media only screen and (max-width: 400px){
     .econnect_icon_background { margin-right:40px;}
}

/* End News Site Media */

.block-social-media-block ul li a.twitter{
  background-image: url('../assets/icons/social/twitterx.svg'); 
}

/* Press Release Styling Code */
.news-press-wrapper {
    display: flex;
    background-color: #0c4a9f;
    padding:25px;
}

.inner-news-press{
  display:flex;
  width:70%;
  margin:0 auto;
}

.block-views-blockpress-block-2 {
    flex: 0 0 30%;
    color: #fff;
}

.block-views-blockpress-block-1 {
    flex: 0 0 70%;
    color: #fff;
}

.block-views-blockpress-block-1 ul li{
    margin-left: 25px !important;
    margin-top:30px;
    list-style-type: none;
}

.block-views-blockpress-block-1 ul li hr{
      color: rgb(255, 199, 0);
    height: 2px;
    margin: 20px 0 20px 0;
}

.block-views-blockpress-block-1 h2{
    margin-left: 25px !important;
}

.block-views-blockpress-block-1 a{
    color: #fff !important;
}

.block-views-blockpress-block-1 .secondary-menu{
  text-align: center;
}

.block-views-blockpress-block-1 .secondary-menu a{
  background-color: rgb(255, 199, 0);
  margin: 30px 0 30px 0;
  color:#000 !important;
}

.block-views-blockpress-block-1 .secondary-menu a:hover{ 
  color:#fff !important;
}

#archive-button{
  margin-top:20px;
}

#archive-button a{
  color:#fff;
}

@media only screen and (max-width: 600px){
  .news-press-wrapper{
    display:flex;
    flex-direction: column;
  }

  .block-views-blockpress-block-2{
    width:100%;
    margin-bottom:30px;
    text-align: center;
  }

  .block-views-blockpress-block-1{
    width:100%;
  }
}


/* MOBILE MENU STYLES JUNE 2023 */
#navbar-mobile nav ul li ul li.menu-item--expanded { padding: 0 2.1rem !important; display: block !important; }
#block-mobilesecondarymenumobile--2 {  }
#navbar-mobile .mobile-secondary-nav .nav-item { width: auto; border-top: none; }
#navbar-mobile .mobile-secondary-nav .nav-item .nav-link { padding: 0 1em; text-decoration:underline; }
#navbar-mobile .mobile-secondary-nav ul { border-top: 2px solid #0D4BA0; margin: 1rem 0 0 0; padding-top: 1rem; width: 100%; text-align: center; display: inline-block; }
#navbar-mobile .mobile-secondary-nav ul li { display: inline-block; }


/* LOCATIONS PAGE */
.locationsHome .title { display:none; }
.state-name-items-wrapper .state-name-item:first-child { display:none; }

/* CAROUSELS */
@media screen and (min-width: 75rem){
.glide.default .glide__arrows {
    margin-left: -0.5% !important;
}
}

.views-field-field-campus-icon-image {padding-bottom: 1rem;}

/* FIX FOR FULL WIDTH LOGO LINK */
.navbar-brand { width: auto; }

/* BTN CLASS FEB 2023 */
.btnprep { font-size: 1.2em; }

/* FOOTER RIBBON JAN 2023 POSSIBLE DELETE */
#block-footerribbon-2 { width: 100%; }

/* NEW BLOG STUFF */
.node--type-blog #block-bettersocialsharingbuttons--2 {display:none; }

/* WEBFORM SUB BUTTON FEB 2023 */
webform-button--submit { height: 50px; border-radius: 8px; width: 33%; margin: 2em 0; font-size: 1.2em; line-height: 0; }

/* NEW PROGRAM BOXES FEB 2023 */
#block-views-block-duplicate-of-available-programs-by-college-block-1 .view-grouping { border: solid 1px #333; background: #FFF; padding: 2em; float: left; width: auto; flex-basis: 31%; margin: 1em; }
#block-views-block-duplicate-of-available-programs-by-college-block-1 .view-grouping-header { font-size: 1.5em; margin-bottom: 1em; }
#block-views-block-duplicate-of-available-programs-by-college-block-1 .view-grouping.view-grouping-__----bluebox-- { border: solid 1px #0D4BA0; background: #0D4BA0; color: #FFF !important; }
#block-views-block-duplicate-of-available-programs-by-college-block-1 .view-content { display: flex; }
#block-views-block-duplicate-of-available-programs-by-college-block-1 .list-title { display:none; }
#block-views-block-duplicate-of-available-programs-by-college-block-1 .view-grouping .flexboxing { margin-bottom: 0; }
#block-views-block-duplicate-of-available-programs-by-college-block-1 .view-grouping .flexboxing li { margin-left: 0 !important; }
#block-views-block-duplicate-of-available-programs-by-college-block-1 .view-grouping:hover { border: 1px solid #000; box-shadow: 0 0 20px #CCC; }
#block-views-block-duplicate-of-available-programs-by-college-block-1 .view-grouping.view-grouping-__----bluebox-- { border: solid 1px #0D4BA0; box-shadow: none; }

#block-views-block-duplicate-of-available-programs-by-college-block-1 .view-grouping-__----technology-- { background-image: url('/sites/default/files/2023-06/tech-cs-icon2.png'); background-repeat: no-repeat; background-size:70px; background-position: 95% 5%; }
#block-views-block-duplicate-of-available-programs-by-college-block-1 .view-grouping-__----nursing-- { background-image: url('/sites/default/files/2023-06/nursing-cs-icon2.png'); background-repeat: no-repeat; background-size:70px; background-position: 95% 5%; }
#block-views-block-duplicate-of-available-programs-by-college-block-1 .view-grouping-__----health-science-- { background-image: url('/sites/default/files/2023-06/hs-cs-icon2.png'); background-repeat: no-repeat; background-size:70px; background-position: 95% 5%; }
#block-views-block-duplicate-of-available-programs-by-college-block-1 .view-grouping-__----culinary-arts-- { background-image: url('/sites/default/files/2023-06/culinary-cs-icon2.png'); background-repeat: no-repeat; background-size:70px; background-position: 95% 5%; }
#block-views-block-duplicate-of-available-programs-by-college-block-1 .view-grouping-__----online-- { background-image: url('/sites/default/files/2023-07/wifi-thinblue-nonsvg.png'); background-repeat: no-repeat; background-size:70px; background-position: 95% 5%; }







.culi .dropdown-toggle:hover > span.blueline, .intl .dropdown-toggle:hover > span.blueline { border-bottom: none !important; }

.culi span.blueline, .intl span.blueline { border-bottom: none !important; display: unset; width: unset%; }

/* TEMP STUFF TILL WE FIX AT A GLANCE*/
.page-node-5990 section.hero.variant .title.heading-color-light {
    color: #0e4c9f !important;
    text-shadow: 5px 5px 20px #FFF !important;
}

.page-node-5990 section.hero.variant .subtitle.heading-color-light {
    color: #000 !important;
    text-shadow: 5px 5px 20px #FFF !important;
}



@media screen and (max-width: 1599px){
    #block-views-block-duplicate-of-available-programs-by-college-block-1 .view-grouping { flex: auto; }
}

/* STICKY TOP FOOTER FIX */
.sticky-top { z-index: 1019; }

/* EXTRA MOBILE NAV */
.nextLevelMenu { display:none !important; }

/* LOCATIONS HOMEPAGE STYLES */
.locationsHome .title { }

/* LOCATION PAGE STYLES */
/* .node--type-location .view-campuses.view-id-campuses { display:none; } */
.locationsHome .node--type-location .view-campuses.view-id-campuses { display:block; }


/* LOCATION ELEMENT IN CAMPUS DROPDOWN */
.tbm-main .megamenu-campus-information-tile.emphasis-primary { background: transparent; width: 167px; }


/* FOOTER RIBBON */
#block-ribbon .align-items-center { display: none !important; }
#block-ribbon .text-nowrap { text-align: center !important; }
#block-ribbon .row { display:inline-block; }
#block-ribbon { text-align:center; }

/* Sidebar Menu Styles */
.menuSectionWrap { color: #FFFFFF !important; background: #004799 !important; }
.menuSectionDegreeWrap, .menuSectionSubCatWrap  { color: #000000 !important; font-size: 1.3rem; background: transparent !important; }
.menuSectionProgramWrap, .menuSectionListItemWrap  { border-bottom: 1px solid #CCCCCC !important; }

/* POSSIBLE PROGRAM PAGE CHANGE */
.layout-navrail { 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: 1570px; }
.curriculum .container, .overview .container, .program_description .container, .career_track .container, .outcomes .container, .program_guide .container { padding: 0 0 0 0; }

/* TB Mega Menu Styles */
/* .tb-megamenu .view-id-degrees_mega_menu .view-content.row > .view-grouping.top.show .view-grouping-content .view-grouping { flex-basis: fill-content; } */

.tbm-main .view-id-degrees_mega_menu .view-grouping-content > * { flex-basis: 27%; }


.tbm-main .tb-megamenu-nav .mega:first-child .dropdown-menu { width: 50% !important; }

.tbm-main .view-id-degrees_mega_menu .view-content.row > .view-grouping > .view-grouping-content { width: 80% !important; }
.tbm-main .view-id-locations_mega_menu .view-content.row .location-state a { margin: 1rem; }

.tbm-main .nav > li > span.tb-megamenu-no-link { border-bottom: 4px solid transparent;
}

/* Online Demo Button Styles */
.CTADEMOwrap a { background: #FFC700; width: 100%; padding: 20px; display: inline-block; text-align: center; text-decoration: none; font-size: 1.5rem; border: 1px solid #FFC700; color: #000000; }
.CTADEMOwrap a:hover { background: #000000; border: 1px solid #000000; color: #FFFFFF; }
.CTADEMOwrap p { font-size: .9rem; }

/* Header Section - Light Text */
section.hero.variant .title { text-shadow: 2px 2px 5px black; }

.hidethiscontainer { opacity: 0; }

/* BTN FUN */
.btn:hover {
  box-shadow: inset 0 -3.5em 0 0 var(--hover);
}
.btn {
  color: var(--color);
  transition: 0.35s;
  --hover: #000000;
  border: none !important;
}
.btn:hover {
  border-color: var(--hover);
  color: #fff !important;
} 

.intl .get-started.btn:hover { color: red !important; }
.intl .admission.btn:hover { color: #e59323 !important; }

/* RIF FORM STYLES */
#RequestInfoController #RequestInfoForm { background: #004799 !important; }
#RequestInfoController #RequestInfoForm .form_cont { background: #004799 !important; } 
#RequestInfoController #RequestInfoForm .head_block { background: #004799; color: #FFFFFF; }
#RequestInfoForm label { color: #FFFFFF; }
#RequestInfoForm input.form-control, #RequestInfoForm select.form-control { box-shadow: none !important; }
#RequestInfoForm .cont_btn { background: #FFC700 !important; color: #000000 !important; }
#RequestInfoForm .cont_btn:hover { background: #000000 !important;; color: #FFFFFF !important; }
#RequestInfoForm p { color: #FFFFFF !important; }
#RequestInfoController #RequestInfoForm legend { color: #FFF !important; }
#RequestInfoForm .privacy { color: #FFFFFF !important; }
#RequestInfoForm .back_btn { color: #000 !important; background: #00ADEE !important; }
#RequestInfoForm .back_btn:hover { color: #FFF !important; background: #000000 !important; }

/* RIF AND OTHER CULINARY */
.culi #RequestInfoController #RequestInfoForm { background: #233786 !important; }
.culi #RequestInfoController #RequestInfoForm .form_cont { background: #233786 !important; } 
.culi #RequestInfoController #RequestInfoForm .head_block { background: #233786; color: #FFFFFF; }
.culi #RequestInfoForm .cont_btn { background: #FBCA05 !important; color: #000000 !important; }
.culi #RequestInfoForm .cont_btn:hover { background: #000000 !important;; color: #FFFFFF !important; }
.culi #RequestInfoForm .back_btn { color: #FFF !important; background: #6f952e !important; }
.culi #RequestInfoForm .back_btn:hover { color: #FFF !important; background: #000000 !important; }
#RequestInfoController #RequestInfoForm .close-btn { background-image: url(/sites/default/files/2022-03/closeit.svg) !important; }

/* COMMENTING OUT MEGA MENU STYLES - MH 11/28/23
.culi .tb-megamenu .dropdown .dropdown-toggle { border-bottom: none !important; }
.culi .tb-megamenu .mega > .mega-dropdown-menu { height: auto !important; }
.culi .tb-megamenu .dropdown-menu li > a:focus { color: #0D4BA0!important; }
*/
.culi .video-wrapper { width: 100% !important; display: inline-block; }
.culi .field--name-field-marketing-cards { display: none; }

/* BLOG HOME */
h2.blogh2 { font-size: 1.6em;
    color: #02A3FF;
    border-bottom: 1px solid #02a3ff;
    padding-bottom: 0.25rem;
    font-family: inherit;
    font-weight: 100;
    margin: 1.5rem 0;}

/* INTERNATIONAL */
body.page-node-5993 .title-block-wrapper { display: none !important; }
.intl .navbar-utils .phone-number, .intl .navbar-utils .btn, .intl .navbar-utils .phone-number.btn-info, .intl .navbar-utils .btn.btn-info, .intl .navbar-utils .phone-number.btn-apply, .intl .navbar-utils .btn.btn-apply { padding: 0 1rem; }
.intl .navbar-utils .btn.btn-info { background-color: red; border: red 1px solid; } 
.tbm-main .nav > li.dropdown.open.active > span.tb-megamenu-no-link:hover { background-color: #043c8a; }
.intl .tb-megamenu .mega > .mega-dropdown-menu { height: auto !important; }

.legacy-theme .layout-main-wrapper .student-page .title-block-wrapper{padding: 0.875rem 0 0;}
.legacy-theme .layout-main-wrapper .student-page{overflow:hidden;}
.intl table tfoot th::after, .intl table tbody th::after, .intl table thead th::after { background: transparent !important; }
.legacy-theme .intl .layout-main-wrapper .main-content-wrapper h2 { font-size: 30px !important; line-height: 1.2 !important; text-transform: uppercase !important; color: #e59323 !important; font-weight: 700 !important; font-family: "Roboto Condensed",sans-serif !important; }*/
/*.intl #main { min-height: 75vh; max-width: 1200px; padding: 0 0 0 0; }


/* CHECKEDITOR STUFF */
.ckeditor-accordion-container > dl dt.active > a { background-color: transparent; color: #FFF; }
.ckeditor-accordion-container > dl { border: none; }
.ckeditor-accordion-container > dl dt > a { border: none; }

/* ONLINE HOME BG */
article[about="/online"] { background: #FFF !important; }

/* SECTION BANNERS */ 
.banner.primary { text-transform: none !important; }

/* FOOTER SOCIAL */
.block-social-media-block { display: inline-block !important; width: fit-content; }
#footer .block-social-media-block ul { display: inline-block; }
.block-social-media-block ul li { display: inline; }
.block-social-media-block ul li a { display: inline-block; }


/* Custom table link style */
.table-responsive a{color: #ffffff !important;}
.table-responsive a:hover .line-icon { -webkit-animation: draw 3s linear alternate infinite; animation: draw 3s linear alternate infinite; stroke: #fff; }

/* NEW FLEX TILES and 2-COLUMN */
.rowfeat2, .rowfeat { display: flex; }
.rowfeat .colfeat img { width: 50%; }
.colfeat { flex: 1; padding: 1em; }
.rowfeat .colfeat { text-align: center; }
.colfeat h3 { text-align: center; margin: 10px 0; padding: 0 0 20px 0; border-bottom: 1px solid #ccc; }

/* WEBFORM STYLES */
.webform-submission-form { background-color: #EFEFEF; border-radius: 15px; border: none; padding: 2rem; margin-bottom: 20px; }
/*.webform-submission-form .form-required::after { content: '*'; }*/
.webform-submission-form .field-wrapper { width: 50%; display: inline; float:left; padding: 1%; }
.webform-submission-form .field-wrapper-full { width: 100%; display: inline; float:left; padding: 1%; }
.webform-submission-form .submit-wrapper { width: 100%; text-align: center; }
.webform-submission-form .btn-primary { background: #FFC700; width: 40%; }
.webform-submission-form .btn-primary:hover { background: #000000; color: #FFFFFF; }
.webform-submission-form input.form-control, .webform-submission-form select.form-select { height: 50px; border-radius: 8px; } 
.webform-submission-form textarea { border-radius: 8px; } 
.webform-submission-form fieldset.fieldset-clear { padding: 1%; }

/* Tertiary Menu */
#v-pills-tab .nav-link { font-size: 1rem; }

/* TABLE STYLES */
#v-pills-curriculum table { width: 100%; } 

/* SUBHEADER PROGRAM PAGES */
.field--name-field-hero-banner h3 { margin-top: 20px; }

/* GLOBAL STYLES */
.main-content ul li {margin-left: 25px !important;}
section.quotes .quote { padding: 0 0 0 0; }
.main-content .glide ul li {margin-left: 0 !important; margin-right: 0 !important;}
.main-content section.cards .glide ul li {margin-left: 10px !important; margin-right: 10px !important;}
.main-content section.video .glide ul li {margin-left: 5px !important; margin-right: 5px !important;}


.locations h3::after { width:100%; }
.locations a { font-size: 1rem; }

/* HOME PAGE SPACE ABOVE 4 BLOCKS */
article[data-history-node-id='5988'] div.field--name-field-content section.text { padding:0 0 0 0; } 
article[data-history-node-id='6065'] div.field--name-field-content section.text { padding:0 0 0 0; }

/* WIDE VIDEO SINGLE */
main section.video { text-align: center; }
.video-wrapper { width: 75%; display:inline-block; }

/* EDIT TO CSS in https://dev-v3eduecpi.pantheonsite.io/themes/custom/ecpi_university/css/partials/components/_text.scss <- update this (Adam) */
section.text p:last-of-type {
margin: 0 0 10px 0;
}

section.infographics .tile { max-width: 25%; }

/* MULTISTATE ROUNDED CORNERS ON CARDS */
.cards.multistate a.card { border-radius: 10px; }


/* SCROLLING ISSUE IN MEGA MENU */
.tbm-main .mega > .mega-dropdown-menu {  } 
.tbm-main .megamenu-campus-information-tile.emphasis-secondary a::after {
          -webkit-background-size: contain;
                  background-size: contain;
          background-repeat: no-repeat;
          background-position: center;
          background-color: transparent;
          background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1956 11.7007C13.5826 12.0947 14.2158 12.1004 14.6098 11.7134L19.7007 6.71345C19.8922 6.52542 20 6.26834 20 6C20 5.73166 19.8922 5.47458 19.7007 5.28655L14.6098 0.286551C14.2158 -0.100439 13.5826 -0.0947351 13.1956 0.299292C12.8087 0.693318 12.8144 1.32646 13.2084 1.71345L16.5547 5L1 5C0.447715 5 0 5.44771 0 6C0 6.55228 0.447715 7 1 7L16.5547 7L13.2084 10.2866C12.8144 10.6735 12.8087 11.3067 13.1956 11.7007Z' fill='%230D4BA0'/%3E%3C/svg%3E"); }

/* HIDE LOCATION SECTION FOR NOW */
.view-display-id-block_locations_campus section.locations { display: none !important; }

/* ACCORDION ON /PROGRAMS */
.degree-accordion-marketing__wrapper .view-degree-by-college { border-top: none !important; margin-top: 0; padding-top: 0; }
.degree-accordion-marketing__wrapper h2 { display:none; }
.field.field--name-field-marketing-cards.field--type-entity-reference-revisions.field--label-hidden.field__items { border-bottom: 1px solid #ccc; margin-bottom: 30px; }

/* HERO IMAGE BANNER POSITIONING */
section.hero { background-position: 50% 10%; }

/* IMG TEXT PARA STYLES FOR PROGRAM PAGES + ALUMNI PAGES*/
.node--type-degree .col-12.col-md-6.d-flex.ps-md-0 { width: 70%; }
.node--type-location .col-12.col-md-6.d-flex.pe-md-0 { width: 70%; }
.page-node-6097 .col-12.col-md-6.d-flex.ps-md-0 { width: 70%; }
.node--type-degree .col-12.col-md-6.d-flex.image-object-fit-contain.image { width: 30%; }
.node--type-location .col-12.col-md-6.d-flex.image-object-fit-cover.image { width: 30%; }
.page-node-6097 .col-12.col-md-6.d-flex.image-object-fit-cover.image { width: 30%; }
.node--type-degree .col-12.col-md-6.d-flex.image-object-fit-cover.image { width: 30%; }
.node--type-location .col-12.col-md-6.d-flex.image-object-fit-contain.image { width: 30%; }
.page-node-6097 .col-12.col-md-6.d-flex.image-object-fit-contain.image { width: 30%; }


/* CENTER MULTI CARD PARAS */
section.cards.multistate .inner { justify-content: center !important; }
div[data-history-node-id="1037"] { display: none !important; }
section.video .inner { justify-content: unset; }
section.video .glide__slides { justify-content: center; }
section.video .glide__slides.ahahah { justify-content: unset; width: 100%; }

/* LEAFLET */
.leaflet-marker-icon {
    -webkit-filter: invert(20%) sepia(72%) saturate(2077%) hue-rotate(205deg) brightness(92%) contrast(102%) !important;
    filter: invert(20%) sepia(72%) saturate(2077%) hue-rotate(205deg) brightness(92%) contrast(102%) !important;
}

/* SECTION BANNER HOME PAGE BLUE */ 
.banner.primary { text-transform: none !important; }
.banner.primary h2 { font-size: 1.75rem; line-height: 2.8125rem; }
.banner.primary h3 { font-size: 2.75rem !important; }


/* MULTI-STATE CARDS ON HOMEPAGE - INTERCHANGING COLORS */

section.cards.multistate .inner > div:nth-of-type(1) .card-content {
    color: #000000;
    background-color: #FFC700;
    border-color: #FFC700;
}

section.cards.multistate .inner > div:nth-of-type(1) .card-content p, section.cards.multistate .inner > div:nth-of-type(1) .card-content .card-title {
    background-color: #FFC700 !important;
}

section.cards.multistate .inner > div:nth-of-type(2) .card-content {
    color: #000000;
    background-color: #00ADEE;
    border-color: #00ADEE;
}

section.cards.multistate .inner > div:nth-of-type(2) .card-content p, section.cards.multistate .inner > div:nth-of-type(2) .card-content .card-title {
    background-color: #00ADEE !important;
}

section.cards.multistate .inner > div:nth-of-type(3) .card-content {
    color: #ffffff;
    background-color: #FFC700;
    border-color: #FFC700;
}

section.cards.multistate .inner > div:nth-of-type(3) .card-content p, section.cards.multistate .inner > div:nth-of-type(3) .card-content .card-title {
    background-color: #FFC700;
    color: #000;
}

section.cards.multistate .inner > div:nth-of-type(4) .card-content {
    color: #ffffff;
    background-color: #323232;
    border-color: #323232;
}

section.cards.multistate .inner > div:nth-of-type(4) .card-content {
    color: #ffffff;
    background-color: #00ADEE;
    border-color: #00ADEE;
}

section.cards.multistate .inner > div:nth-of-type(4) .card-content p, section.cards.multistate .inner > div:nth-of-type(4) .card-content .card-title {
    background-color: #00ADEE;
    color: #000;
}

section.cards.multistate .inner > div:nth-of-type(3) .card-content .link-readmore, section.cards.multistate .inner > div:nth-of-type(3) .card-content .locations .cta a, .locations .cta section.cards.multistate .inner > div:nth-of-type(3) .card-content a, section.cards.multistate .inner > div:nth-of-type(3) .card-content .quicklinks .tile span, .quicklinks .tile section.cards.multistate .inner > div:nth-of-type(3) .card-content span, section.cards.multistate .inner > div:nth-of-type(3) .card-content section.infographics .tile a, section.infographics .tile section.cards.multistate .inner > div:nth-of-type(3) .card-content a {
    color: #000;
}

section.cards.multistate .inner > div:nth-of-type(4) .card-content .link-readmore, section.cards.multistate .inner > div:nth-of-type(4) .card-content .locations .cta a, .locations .cta section.cards.multistate .inner > div:nth-of-type(4) .card-content a, section.cards.multistate .inner > div:nth-of-type(4) .card-content .quicklinks .tile span, .quicklinks .tile section.cards.multistate .inner > div:nth-of-type(4) .card-content span, section.cards.multistate .inner > div:nth-of-type(4) .card-content section.infographics .tile a, section.infographics .tile section.cards.multistate .inner > div:nth-of-type(4) .card-content a {
    color: #000;
}

section.cards.multistate .inner > div:nth-of-type(3) .card-content .link-readmore::after, section.cards.multistate .inner > div:nth-of-type(3) .card-content .locations .cta a::after, .locations .cta section.cards.multistate .inner > div:nth-of-type(3) .card-content a::after, section.cards.multistate .inner > div:nth-of-type(3) .card-content .quicklinks .tile span::after, .quicklinks .tile section.cards.multistate .inner > div:nth-of-type(3) .card-content span::after, section.cards.multistate .inner > div:nth-of-type(3) .card-content section.infographics .tile a::after, section.infographics .tile section.cards.multistate .inner > div:nth-of-type(3) .card-content a::after {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1956 11.7007C13.5826 12.0947 14.2158 12.1004 14.6098 11.7134L19.7007 6.71345C19.8922 6.52542 20 6.26834 20 6C20 5.73166 19.8922 5.47458 19.7007 5.28655L14.6098 0.286551C14.2158 -0.100439 13.5826 -0.0947351 13.1956 0.299292C12.8087 0.693318 12.8144 1.32646 13.2084 1.71345L16.5547 5L1 5C0.447715 5 0 5.44771 0 6C0 6.55228 0.447715 7 1 7L16.5547 7L13.2084 10.2866C12.8144 10.6735 12.8087 11.3067 13.1956 11.7007Z' fill='%23000000'/%3E%3C/svg%3E"); }


section.cards.multistate .inner > div:nth-of-type(4) .card-content .link-readmore::after, section.cards.multistate .inner > div:nth-of-type(4) .card-content .locations .cta a::after, .locations .cta section.cards.multistate .inner > div:nth-of-type(4) .card-content a::after, section.cards.multistate .inner > div:nth-of-type(4) .card-content .quicklinks .tile span::after, .quicklinks .tile section.cards.multistate .inner > div:nth-of-type(4) .card-content span::after, section.cards.multistate .inner > div:nth-of-type(4) .card-content section.infographics .tile a::after, section.infographics .tile section.cards.multistate .inner > div:nth-of-type(4) .card-content a::after {
    -webkit-background-size: contain;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg width='20' height='12' viewBox='0 0 20 12' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M13.1956 11.7007C13.5826 12.0947 14.2158 12.1004 14.6098 11.7134L19.7007 6.71345C19.8922 6.52542 20 6.26834 20 6C20 5.73166 19.8922 5.47458 19.7007 5.28655L14.6098 0.286551C14.2158 -0.100439 13.5826 -0.0947351 13.1956 0.299292C12.8087 0.693318 12.8144 1.32646 13.2084 1.71345L16.5547 5L1 5C0.447715 5 0 5.44771 0 6C0 6.55228 0.447715 7 1 7L16.5547 7L13.2084 10.2866C12.8144 10.6735 12.8087 11.3067 13.1956 11.7007Z' fill='%23000000'/%3E%3C/svg%3E"); }

/* TB MEGA MENU LOCATION SQUARES */ /* megamenu-submenu look */
.tbm-main .megamenu-campus-information-tile.emphasis-primary { background: transparent; }
.tbm-main .megamenu-campus-information-tile.emphasis-secondary { background: transparent; }
.tbm-main .megamenu-campus-information-tile.emphasis-secondary a { color: #0e4c9f; }
.tb-megamenu-submenu .degrees-degree-type a:hover { text-decoration: underline !important; }


section.cards.multistate .inner .card-content .text-formatted { background: transparent; }
section.cards.multistate .inner .card-content .link-readmore { background: transparent; }

/* HAMBURGER MENUS TERTIARY */
.node--type-degree #v-pills-tab .nav-link:first-child span, #block-locationstertiarymenu #v-pills-tab .nav-link:first-child span { display: none !important; }

/* SECTION TILE P TAGS */
section.infographics .tile p { font-size: 1rem; padding: 0 6%; }

/* GLIDE SLIDES HOMEPAGE */
section.cards .glide__slides { width: 100% !important; justify-content: center !important; }

/* LIVE CHAT HIDE */
.nav-link.ecpi-chat-now.chatLink { display: none !important; }
.btn.asd { display: none !important; }

/* ACCORDION ::before TOGGLE - REF FA FAQ PAGE */
.ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:before, .ckeditor-accordion-container > dl dt > a > .ckeditor-accordion-toggle:after {background: #000!important;}
.ckeditor-accordion-container > dl dt.active > a {background-color: #00ADEE;}

/* MOBONLY VIDEO WRAPPER STYLES */
.mobonly .video-wrapper { display:none; }

/* FONT STANDARD SETTINGS TO 1REM */
.list-title, h5, .h5, .ctacolfeat { font-size: 1rem !important; }
.degree_marketing-content a { font-size: 1rem !important; } 
.degree-by-degree-type__wrapper a { font-size: 1rem !important; }
.field--name-field-text p { font-size: 1rem !important; } 
.accordion .accordion-contents { font-size: 1rem !important; }
.curriculum table.curriculum-table tfoot td, .curriculum table.curriculum-table tbody td, .curriculum table.curriculum-table thead td { font-size: 1rem !important; }
.paragraph--type--accordion .paragraph--type--table .table-responsive table tfoot th, .paragraph--type--accordion .paragraph--type--table .table-responsive table tbody th, .paragraph--type--accordion .paragraph--type--table .table-responsive table thead th, .accordion.secondary .accordion-body * { font-size: 1rem !important; }
.card p, .tile p, .card-body span, .link-readmore { font-size: 1rem !important; }

/* CULINARY TABLES ADDED 3/21/22 */
.culi .ecpi-table { width: 100% !important; border-color: #FFF !important; border-width: 2px !important; background-color: #243886 !important; }
.culi .ecpi-table a { color: #FFF !important; }
.culi .ecpi-table thead th, .culi .ecpi-table tbody td, .culi .ecpi-table tfoot td { background-color: #243886 !important; }
.culi .ecpi-table tbody td, .culi .ecpi-table tfoot td { padding: 10px !important; }

/* ONLINE BOX - PROGRAM PAGES (GROUND) ADDED 3/23/22 */
.node--type-degree section.locations { display: flex; }
.inner.available-online { background-image: unset !important; padding: 2.5rem 2rem 2.5rem 2rem; flex-basis: 12%; margin-right: 1%; text-align:center; }
.inner.available-online img { padding: 16%; }
.inner.available-online::before { width: 0; }
.inner.campus-locations { flex-basis: 88%; }

/* ADDED 3-30-22 MH Fix Home Banner */
.page-node-5988 #block-ecpi-university-content, .page-node-5990 #block-ecpi-university-content { margin-top: 0; }
.page-node-5988 .field--name-field-banner-section section.text, .page-node-5990 .field--name-field-banner-section section.text { padding: 0 0 1rem 0; }
.page-node-6065 #block-ecpi-university-content, .page-node-5990 #block-ecpi-university-content { margin-top: 0; }
.page-node-6065 .field--name-field-banner-section section.text, .page-node-5990 .field--name-field-banner-section section.text { padding: 0 0 1rem 0; }

@media (min-width: 100rem){
    .page-node-5988 #main-wrapper { padding-top: 6rem; }
    .page-node-6065 #main-wrapper, .page-node-5990 #main-wrapper { padding-top: 7rem; }
}

/* ADDED 3/31/22 - FIX EMPHASIS in LOCATIONS DROPDOWN MEGA MENU */
.tbm-main .megamenu-campus-information-tile .megamenu-tile-icon { width: 100px; }
.megamenu-campus-information { position: relatiive; }
.megamenu-locations-viewmore { /* position: absolute; bottom: 25px; KEEP */ margin-top: 20px; }

/* ADDED 3/31/22 - CAPTCHA WRAPPER STYLES */
.g-recaptcha { transform-origin: left top; -webkit-transform-origin: left top; text-align: center; margin-top: 20px; }
.captcha { clear: both; }

/* RN to BSN Online Style Adjustments */
.page-node-4773 section.infographics .tile { max-width: unset; }

/* Added 4/7/22 Mail Chimp Form */
/*#mailchimp-signup-subscribe-block-subscribe-to-ecpi-blog-form .form-submit { width: 40%; } 
.mailchimp-signup-subscribe-form { display: none !important; }*/

/* added 4/19/22 hover state in international menu */
.tbm-main .dropdown-menu li > a:hover, .tbm-main .dropdown-menu li > a:focus, .tbm-main .dropdown-submenu:hover > a, .tbm-main .dropdown-menu li > span.tb-megamenu-no-link:hover, .tbm-main .dropdown-menu li > span.tb-megamenu-no-link:focus, .tbm-main .dropdown-submenu:hover > span.tb-megamenu-no-link{
        color: #0BA5F2;
}


/* ADDED 4-26-22 - NEW LOC PAGE STYLES FROM LOCTEMPLATE MD*/
.campusSidebar { width: 23%; display: inline-block; float: left; box-sizing: border-box; margin-right: 2%; }
.campusSidebar .view-id-campuses .views-row { display:inline-block; border-bottom: 1px solid #999; padding-bottom: 25px; }
.campusSidebar .view-id-campuses .views-row .address { font-size: 1rem; }
.campusSidebar .view-id-campuses .views-row .views-field-name span { font-weight: bold; font-size: 1.2rem; }
.contentLocation { width: 75%; display: inline-block; float: left; box-sizing: border-box; }
.campusLocationContentWrapper { display:block; width: 100%; float:left; box-sizing: border-box; margin-bottom: 3rem; }

/* ADDED 4-26-22 - AB Form Button Styles */
.culi .btn-info { background: #ee3124; }
.culi .navbar-utils a:nth-child(3) { background: #ee3124; }
.housebut { background: red; }

/* ADDED 4/27/22 - LOCATION PAGES QUICK FIX 
#v-pills-tab { background: transparent; }
#v-pills-tab .nav-link { background: #EFEFEF; width: 100%; }
.mobcampusloc h3 { font-size: 1.5em; }
.mobcampusloc h4 { font-size: 1.2em; font-weight: bold; } */

/* NEW BLOG HOME PAGE STYLES 5-17-22 */
.page-node-6073 #sidebar_second { display: none; }
.page-node-6073 #content { width: 100%; }
.node--type-blog #sidebar_second { display: none; }
.node--type-blog #content { width: 100%; }
.page-node-6073 .view-id-blog .content { position: unset; border-top: none; background: transparent; padding: .5rem 0; }
.page-node-6073 .view-id-blog .content a { color: #0D4BA0; font-size: 1.3rem; }
.page-node-6073 .view-id-blog .card { border: none; padding: 3rem 0rem; }
.page-node-6073 #block-views-block-blog-block-2 { margin: 0 auto; padding: 0px 13em; }
.page-node-6073 section.cards { background: #EFEFEF; }
.page-node-6073 section.cards .card { background: transparent; text-decoration: none !important; }
.page-node-6073 section.cards footer { display: none; }
.page-node-6073 section.cards .container { max-width: unset; padding: 0 13em; }
.page-node-6073 section.cards .card { border: none; }
.page-node-6073 section.cards .card img { height: auto; }
.page-node-6073 section.cards ul li.glide__slide { width: 33.33333% !important; }
.page-node-6073 #block-views-block-blog-block-2 .views-row { padding: 1rem; }
.page-node-6073 section.text { padding: 0; }
.page-node-6073 .blogtitlewrapper { background: linear-gradient(90deg, rgba(13,75,160,1) 0%, rgba(0,173,238,1) 100%); padding: 1.5rem 0; font-size: 1.2vw; } 
.page-node-6073 .blogtitlewrapper p { color: #FFFFFF; }
.page-node-6073 .blogtitle { padding: 0 10em; margin: 0 auto; display: flex; }
.page-node-6073 .blogname { flex-basis: 30%; border-right: 1px solid #FFFFFF; padding: 1em 2em; }
.page-node-6073 .blogname p { font-size: 3.1em;  }
.page-node-6073 .blogphrase { flex-basis: 70%; padding: 2.9em 2em; }
.page-node-6073 .searchsocialwrapper { padding: 1.5rem 0; font-size: 1.2vw; background: -webkit-linear-gradient(-30deg, #f5c844 50%, #f9ba00 50%); } 
.page-node-6073 .searchsocialwrapper { color: #234c9a; }
.page-node-6073 .sswrap { padding: 0 10em; margin: 0 auto; display: flex; }
.page-node-6073 .searchwrap { flex-basis: 50%; font-size: 1em; }
.page-node-6073 .socialwrap { font-size: 1em;  flex-basis: 50%; font-style: italic; }
.page-node-6073 #views-exposed-form-blog-block-2 label { display:none; }
.page-node-6073 #views-exposed-form-blog-block-2 fieldset { margin: 0 0 0 0; width: 90%; float:left; }
.page-node-6073 .socialwrap p { float:right; }
.page-node-6073 .socialwrap a img { width: 1.2em; margin: 0 5px; display:inline-block; }
.page-node-6073 #block-views-block-blog-block-2 form.views-exposed-form { visibility: hidden; height: 0; }
.page-node-6073 section.cards .card-body::before { display: none; }
.page-node-6073 section.cards .card-body span.link-readmore::after { background-image: unset; content: 'Read More'; display: inline-table; margin-left: 0; width: auto; font-size: .7em; background-color: #FFC700; padding: 5px; color: #000 !important; text-decoration: none !important; }
.page-node-6073 section.cards .card-body { text-align: left; }
.page-node-6073 section.cards .card-body span { font-size: 1.2em !important; width: 100%; display:block; }
.page-node-6073 .main-content section.cards .glide ul li { margin-left: 5px !important; margin-right: 5px  !important; }
.page-node-6073 #edit-submit-blog { display: block; width: 10%; float: left; background-image: url(/sites/default/files/2022-05/searchblogicon2.png); background-repeat: no-repeat; background-color: transparent; border: none; background-size: contain; }
.page-node-6073 #block-views-block-blog-block-2 .row { width: 100%; }
.page-node-6073 #mailchimp-signup-subscribe-block-mail-chimp-email-form-form { margin: 0 auto; width: 70%; }
.page-node-6073 #mailchimp-signup-subscribe-block-mail-chimp-email-form-form-edit-submit { width: 40%; display: block; margin: 0 auto; }
.page-node-6073 .main-content .mailchimp-signup-subscribe-form { background: transparent; }
.page-node-6073 .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields { width: 100% }
.page-node-6073 .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields fieldset { float: left; width: 59%; margin-right: 1%; }
.page-node-6073 .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields #mailchimp-signup-subscribe-block-mail-chimp-email-form-form-edit-submit  { width: 40%; float: left; }
.page-node-6073 .captcha { margin: 0 auto; }
.page-node-6073 .section.fill { display: none; }
#block-mailchimpsubscriptionformsubscribetoecpiblog { display: none; }
#views-exposed-form-blog-page-1 fieldset:nth-child(2) { display: none; }

/* ADDED JUNE 13 2022 - Video Quote Box*/
.video-showcase-with-quote { font-size: 2vw; max-height: 360px; overflow: hidden; }
.video-showcase-with-quote .video-description { position: relative; }
.video-showcase-with-quote .video-description .headerbarquotes { position: absolute; top: 0; left: 0; background: #FFC700; color: black; font-weight: bold; height: auto; padding: 1em 1em 0 1em; width: 100%; width: 99%; border-bottom-right-radius: 25px; font-size: .7rem; }
.page-node-6065 .video-showcase-with-quote .video-description .headerbarquotes { position: absolute; top: 0; left: 0; background: #FFC700; color: black; font-weight: bold; height: auto; padding: 1em 1em 0 1em; width: 100%; width: 99%; border-bottom-right-radius: 25px; font-size: .8rem; }
.video-showcase-with-quote .video-description .quoteiconwrapper img { width: 2.5em; margin-bottom: 1em; }
.video-showcase-with-quote .video-description .quoteiconwrapper { height: 2em; margin-top: 25px; }
.video-showcase-with-quote .video-description .hearmorequotes { position: absolute; bottom: 0; right: 1em; color: #FFC700; }
.video-showcase-with-quote .video-description .hearmorequotes p { font-size: 1rem; }
.video-showcase-with-quote .video-description .hearmorequotes img { display: inline-block; width: 25px; }
.video-showcase-with-quote header.row { margin-left: unset; margin-right: unset; }
.video-showcase-with-quote .inner.container .video-description .quote { font-size: 1rem; }
.video-showcase-with-quote .video-description .author span { font-size: 1rem; }
section.cards ul li.glide__slide { width: 373px !important; }

/* ADDED SCROLL SUPPORT 8/11/22 */
.node--type-degree .tab-content { overflow: scroll; scroll-snap-type: y mandatory; scroll-behavior: smooth; }
.node--type-degree .tab-content .anchor { scroll-snap-align: start; }

/* ADDED CAMPAIGN BANNER CTA STYLES 8/26/22 */
.campaignLineHead { }
.programCampaignLine { color: #FFFFFF; }

@media screen and (min-width: 100rem){

}

@media screen and (max-width: 100rem){
  /* MEGA MENU MOBILE STYLES */
  #block-ecpi-university-mainnavigation .tbm-main .tbm-nav > li > .tb-megamenu-no-link { margin: 0 0.5rem; font-size: .99rem; }
  #block-ecpi-university-mainnavigation .tbm-main .tbm-item.level-1 { padding: 1.4em 0 0 0; }
}

@media (max-width: 1600px) and (min-width: 1200px){
  /* MEGA MENU MOBILE STYLES */
  #block-ecpi-university-mainnavigation .tbm-main .caret { top: 1.2em !important; }
  #block-ecpi-university-mainnavigation .tbm-main .tbm-submenu { top: 4.37em; }
}

@media (max-width: 1199px) and (min-width: 992px){
  .navbar-brand { width: 100%; }
  #block-ecpi-university-mainnavigation .tbm-main .tbm-submenu { top: 13.85em; }
  #block-ecpi-university-mainnavigation .tbm-main .caret { top: 2em !important; }
    .container { max-width: 740px; }
    .navbar-inner {
        width: 100%;
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -webkit-flex-direction: column;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .navbar-inner-header {
        -webkit-box-pack: start;
        -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        background: transparent;
        z-index: initial;
        padding: 0;
        Width: 100%;
    }
    .navbar-inner-main {
        padding: 0 0 1rem;
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -webkit-flex-direction: column-reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        Width: auto;
    }
    .navbar-brand img {
        max-width: 17.5rem;
        width: auto;
        height: 5rem;
        -webkit-filter: none;
        filter: none;
        margin: auto;
    }
    .d-md-block {
        display: block !important;
    }
    .d-md-none {
        display: none !important;
    }
    .navigation {
        display: block;
        width: auto !important;
        padding-right: 15px;
        padding-left: 15px;
    }
    .navbar-inner .nav {
        margin: 0;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .navbar-inner .secondary-menu { padding-bottom: 0.5rem; }
    
}

@media screen and (max-width: 991px){
  /* MEGA MENU MOBILE STYLES */
  #block-ecpi-university-mainnavigation .tbm-main .caret { top: 2em !important; }
  #block-ecpi-university-mainnavigation .tbm-main .tbm-submenu { top: 13.35em; }
}



@media screen and (max-width: 1200px){
.page-node-6073 #block-views-block-blog-block-2 { padding: 0px 2em; }
.page-node-6073 section.cards .container { padding: 0px 2em; }
.page-node-6073 .blogtitle { padding: 0px 2em; }
.page-node-6073 .sswrap { padding: 0px 2em; }
.page-node-6073 .socialwrap p { font-size: 1.3em; }
.page-node-6073 .glide__next, .page-node-6072 .glide__prev { display: none; }
}



@media screen and (max-width: 1100px){
     /* ADDED JUNE 13 2022 - VIDEO QUOTE */
     .video-showcase-with-quote { font-size: 2vw; max-height: unset; overflow: unset; }
     .video-showcase-with-quote .video-wrapper, .video-showcase-with-text .video-wrapper { width: 100%; margin-top: 20px !important; display: block; }
     .video-showcase-with-quote .inner.container, .video-showcase-with-text .inner.container { display: block !important; }
     .video-showcase-with-quote .inner.container .video-description .quote { font-size: 1rem; }
     .video-showcase-with-quote .video-description { min-height: 500px; max-width: unset !important; }
     .video-showcase-with-quote .video-description .quoteiconwrapper img { width: 5.5em; margin-bottom: 1em; }
     .video-showcase-with-quote .video-description .quoteiconwrapper { height: unset; margin-top: 25px; }
}



@media screen and (max-width: 1024px){
/* INTL Mobile fixes */
.intl .main-content.col { flex: 0 0 60%; }
.intl .sidebar_second.sidebar { flex: 0 0 40%; }
/* IMG TEXT PARA STYLES FOR PROGRAM PAGES ADDED 3-15-22 */
.node--type-degree .col-12.col-md-6.d-flex.ps-md-0 { width: 50%; }
.node--type-location .col-12.col-md-6.d-flex.pe-md-0 { width: 50%; }
.page-node-6097 .col-12.col-md-6.d-flex.ps-md-0  { width: 50%; }
.node--type-degree .col-12.col-md-6.d-flex.image-object-fit-contain.image { width: 50%; }
.node--type-location .col-12.col-md-6.d-flex.image-object-fit-cover.image { width: 50%; }
.node--type-degree .col-12.col-md-6.d-flex.image-object-fit-cover.image { width: 50%; }
.node--type-location .col-12.col-md-6.d-flex.image-object-fit-contain.image { width: 50%; }
.page-node-6097 .col-12.col-md-6.d-flex.image-object-fit-contain.image { width: 50%; }
.page-node-6097 .col-12.col-md-6.d-flex.image-object-fit-cover.image { width: 50%; }
}

@media (min-width: 48rem){
/* TERTIARY MENU FIX */
#v-pills-tab { top: 8rem; }
}

@media screen and (max-width: 820px){
/* INTL Mobile fixes */
.intl .main-content.col { flex: 0 0 50%; }
.intl .sidebar_second.sidebar { flex: 0 0 50%; }
/* IMG TEXT PARA STYLES FOR PROGRAM PAGES ADDED 3-15-22 */
.node--type-degree .col-12.col-md-6.d-flex.ps-md-0 { width: 100%; }
.node--type-location .col-12.col-md-6.d-flex.pe-md-0 { width: 100%; }
.page-node-6097 .col-12.col-md-6.d-flex.ps-md-0  { width: 100%; }
.node--type-degree .col-12.col-md-6.d-flex.image-object-fit-contain.image { width: fit-content; }
.node--type-location .col-12.col-md-6.d-flex.image-object-fit-cover.image { width: fit-content; }
.node--type-degree .col-12.col-md-6.d-flex.image-object-fit-cover.image { width: fit-content; }
.node--type-location .col-12.col-md-6.d-flex.image-object-fit-contain.image { width: fit-content; }
.page-node-6097 .col-12.col-md-6.d-flex.image-object-fit-contain.image { width: fit-content; }
.page-node-6097 .col-12.col-md-6.d-flex.image-object-fit-cover.image { width: fit-content; }
/* ADD 3-15-22 MOBILE FIXES */
  .mobonly { padding: 1.5rem; }
  .mobonly .video-wrapper { display:block !important; }
/* MOVED HERE 3-15-22 HIDE ALL QUOTES AFTER 1ST in TABLET/MOBILE */  
  section.quotes .glide__slides { display:inline; }
  section.quotes .glide__slide { width: 100% !important; }
  section.quotes div div div div div ul .quote:nth-child(2), section.quotes div div div div div ul .quote:nth-child(3), section.quotes div div div div div ul .quote:nth-child(4) { display:none; }
  section.cards.multistate .inner { justify-content: unset !important; }
  section.quotes .field--type-video-embed-field.field--label-hidden.embedded.video-wrapper { display:none; }
  .quotes-copy { width: 100%; }
  section.quotes::before { right: 0; }
}


@media screen and (max-width: 900px){
.page-node-6073 .searchwrap, .page-node-6072 .socialwrap { flex-basis:unset; width: 100%; }
.page-node-6073 .searchwrap { margin-bottom: 10px; }
.page-node-6073 .socialwrap { text-align: center; }
.page-node-6073 .socialwrap p { float: unset; font-size: 1.6em; }
.page-node-6073 .sswrap { display: block; }
}
  
@media screen and (max-width: 768px) { 


/* NEW MOB MENU STUFF */
.path-search #main { padding: 80px 1em 0 1em !important; }
.node--type-location #main, .type-degree-online #main { padding-top: 4.85em !important; }
.node--type-college #main { padding-top: 4.85em !important; }
/* END MOB MENU STUFF */


  .navbar-brand { width: 100%; }
  /* HIDE CAMPUS FINDER IN TABLET/MOBILE */
  .campus-finder.paragraph--type--campus-finder-map.paragraph--view-mode--default { display:none; }
  /* LEGACY STYLE UNSET IN TABLET/MOBILE */  
  .bucket-wrapper { width: unset; }
  /* LEGACY STYLE - UNDO FLEX FOR TABLET MOBILE STACKING */  
  .rowfeat2 { display: block; }
  .colfeat { padding: 0; }
  /* WEB FORM STYLING - FULL WIDTH FOR MOBILE TABLET VIEW */  
  .webform-submission-form .field-wrapper { width: 100%; display: inline; float:left; padding: 1%; }
  /* GLIDE SLIDE MOBILE TABLET HELPER */  
  .glide__slides { overflow:visible !important; width: 100% !important; }
  /* MAX WIDTH FIX FOR TABLET MOBILE */  
  section.infographics .tile { max-width: unset; }
  /* INTL STYLE FIXES */  
  .intl .main-content.col { flex: 0 0 100%; }
  .intl .sidebar_second.sidebar { flex: 0 0 100%; }
  /* TABLET AND MOBILE FIXES TO BREAK OUT OF GLIDE SLIDE FUNCTIONALITY IN TABLET AND MOBILE */  
  section.cards .glide__slides { width: 100%; justify-content: unset !important; display: inline-block !important; transform: unset !important; transition: unset !important; }
  section.cards .glide__slides .glide__slide { margin-left: 0 !important; width: 100% !important; margin: 0 0 20px 0 !important;}
  section.quotes .glide__slides .glide__slide { width: 100% !important; }
  section.quotes .glide__slides { display: inline !important; }
  section.quotes .quote-heading { margin-bottom: 0 !important; }
  section.quotes .quote-inner { padding: 3rem !important; }
  section.cards.multistate { padding: 0 0; }
  /* INLINE CONTENT IN MOBILE AND TABLET */  
  #block-ribbon span { display: inline-block; }

/* Blog New Home */
  .page-node-6073 section.cards ul li.glide__slide { width: 100% !important; }
  .page-node-6073 .blogname { padding: 1em 0; }
  .page-node-6073 .blogname p { font-size: 4em; margin: 0 0 0 0 !important; }
  .page-node-6073 .blogtitlewrapper { padding: .8rem 0; } 
  .page-node-6073 .blogphrase p { font-size: 1.6em; margin: 0 0 0 0 !important; }

   /* ADDED JUNE 16 2022 - VIDEO QUOTES */
   .video-showcase-with-quote .video-description { min-height: 330px; max-width: unset !important; }
   .video-showcase-with-text { max-height: unset !important; }
   .video-showcase-with-quote .video-description .hearmorequotes { display:none; }

}

@media screen and (max-width: 600px) {
  /* LIVE CHAT BOT PUSH DOWN */
body > div.theme-shopify.jetsense-chatbot-logo.not-visible.container-proactive.visible > div.jetsense-chatbot-excerpt.widget-wrapper.widget-proactive, .jetsense-chatbot-excerpt.widget-wrapper { margin-bottom: 2.5em !important; }

  /* PROGRAM BOXES FEB 2023*/
  #block-views-block-duplicate-of-available-programs-by-college-block-1 .view-grouping { margin: 1em 2em; }
  /* BTN CLASS FEB 2023 */
  .btnprep { font-size: .75em; }
  /* ONLINE BOX - PROGRAM PAGES (GROUND) ADDED 3/23/22 */
   .node--type-degree section.locations { display: flex; flex-direction: column-reverse; } 
   .inner.available-online { background-image: unset !important; padding: 2.5rem 2rem 2.5rem 2rem; flex-basis: 100%; margin-right: 0; margin-bottom: 1%; text-align:center; }
   .inner.available-online img { padding: 16%; }
   .inner.campus-locations { flex-basis: 100%; }
  /* Display in ONLY MOBILE - Chat */
  .nav-link.ecpi-chat-now.chatLink { display: block !important; }
  /* HIDE CIRCLE CHAT BUTTON MOBILE */
  /*.dimelo-chat-round-button.mobile-icon-show, .dimelo_chat_button { display: none !important }*/
  
  /* TERTIARY MENU FIXES AND CHANGES FOR MOBILE - REMOVE SLIDING HORIZONTAL - ADD BUTTON SHOW HIDE */
  #block-locationstertiarymenu .nav { display:inline-block !important; padding: 10px; }
  #block-locationstertiarymenu .nav ul { display:inline-block; }
  #block-locationstertiarymenu .nav ul li { margin-left: 0 !important; }
  #block-locationstertiarymenu #v-pills-tab { min-width: unset; width: 100%; margin-bottom: 0; }
  #block-locationstertiarymenu #v-pills-tab .nav-link { padding: 0 0 0 0; }
  .node--type-degree .layout-navrail .nav, #block-locationstertiarymenu .nav { display:inline-block !important; padding: 10px !important; overflow-x: unset; }
  .node--type-degree .nav ul { display:inline-block; }
  .node--type-degree .nav ul li { margin-left: 0 !important; }
  .node--type-degree #v-pills-tab { min-width: unset; width: 100%; margin-bottom: 0; }
  .node--type-degree #v-pills-tab .nav-link, #block-locationstertiarymenu #v-pills-tab .nav-link { padding: 10px 0 10px 0; display:none; width: 100%; }
  .node--type-degree #v-pills-tab .nav-link:first-child { display:block; position: relative; }
  #block-locationstertiarymenu #v-pills-tab .nav-link:first-child { display:block; position: relative; }
  .node--type-degree #v-pills-tab .nav-link:first-child span { position: absolute; right: 0; top: 0; font-size: 2rem; z-index: 1000; padding: 3px; }
  .node--type-degree #v-pills-tab .nav-link:first-child span { display: block !important; }
  #block-locationstertiarymenu #v-pills-tab .nav-link:first-child span { position: absolute; right: 0; top: -11px; font-size: 2rem; z-index: 1000; padding: 3px; }
  #block-locationstertiarymenu #v-pills-tab .nav-link:first-child span { display: block !important; }
  #block-locationstertiarymenu { display: block; }
  #block-locationstertiarymenu #v-pills-tab + .tab-content { width: 100%; }
  #block-locationstertiarymenu #v-pills-tab .nav-link { padding-bottom: 6px !important; width: 100%; }
  /* .layout-navrail { display: block; }
  #v-pills-tab { background: #EFEFEF; }
  #v-pills-tab .nav-link { background: transparent; } */


/* UNDO FLEX MOBILE */
.rowfeat2, .rowfeat { display: block; }
/* GLIDES FIXES */
.main-content section.cards .glide ul li {margin-left: 0 !important; margin-right: 0 !important;}
.main-content section.video .glide ul li {margin-left: 0 !important; margin-right: 0 !important;}
.programHome section.text .container { padding: 1.5rem; }
/* KILL GLIDES & OTHER MOBILE STUFF */
  .mobonly { padding: 1.5rem; }
  .mobonly .video-wrapper { display:block !important; }
  section.banner.primary h3 { line-height: 3.5rem; }
  section.infographics { padding : 0 0 0 0; }
  section.infographics .tile img { margin: 0 auto; }
  section.infographics .tile { padding: 0 0 0 0; }
  section.cards .card { height: auto; }
  section.cards.multistate .inner { -webkit-flex-wrap: nowrap; -ms-flex-wrap: nowrap; flex-wrap: wrap; }
  section.cards.multistate div .inner div:nth-child(2) .card, section.cards.multistate div .inner div:nth-child(3) .card, section.cards.multistate div .inner div:nth-child(4) .card { display:none; }
  .video-wrapper { width: 100%; display:block; }
  section.cards.multistate .inner { justify-content: unset !important; }
  /* EXTRA MOBILE NAV */
  .nextLevelMenu { display:block !important; background: #efefef; width: 100% !important; text-align: center !important; padding: 5px 0 !important; }
  .nextLevelMenu a { font-size: .85rem !important; font-weight: 500 !important; padding: 0 15px !important; color: #000000 !important; }
  .nextLevelWrapper { display: block; z-index: 1020 !important; width: 100% !important; }
  .locationsHome #main { padding-top: 36px; }
  #main { padding-top: 52px; }
  #block-ecpi-university-page-title, #block-ecpi-university-content { margin-top: 0; }

/* BLOG NEW HOME */
  .page-node-6073 .socialwrap p { font-size: 3em; }
  .page-node-6073 .blogphrase p { font-size: 2em; line-height: 1em; margin: 0 0 0 0; }
  .page-node-6073 .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields fieldset { width: 100% !important; margin-right: 0%; }
  .page-node-6073 .mailchimp-signup-subscribe-form form .mailchimp-newsletter-mergefields #mailchimp-signup-subscribe-block-mail-chimp-email-form-form-edit-submit  { width: 100% !important; clear: both; }
  .page-node-6073 #mailchimp-signup-subscribe-block-mail-chimp-email-form-form { width: 100%; }

     /* ADDED JUNE 13 2022 - VIDEO QUOTE */
     .video-showcase-with-quote .video-description { background-size: 3em; min-height: 400px; }
     .video video-wrapper { background: transparent;  }
     .video-showcase-with-text .video-description { margin-bottom: 25px; }
     .video-showcase-with-quote .video-description .headerbarquotes { font-size: .75rem; }
     .video-showcase-with-quote .quoteiconwrapper { margin-top: 20px; }
     .page-node-6065 .video-showcase-with-quote .video-wrapper { display: none; }


}

@media screen and (max-width: 530px) {
   .hero-msg { display:none; } 

   .two-btn-section.topmeoff { margin-top: 10px; }
   .two-btn-section.bottomdollar { margin-top: 20px; }
   .mobile-hero-ecpi .two-btn-section p { font-weight: bold; font-size: 1rem; }
   .mobile-hero-ecpi .two-btn-section p span { font-weight: normal; font-size: .8rem; }
   .mobile-hero-ecpi .two-btn-section p a { margin-top: 15px; }
   #footer { padding-top: 1rem; }
}

.page-node-6065 #RequestInfoController { display: none !important; }

#cboxWrapper { background: transparent !important; background-color: transparent !important; }
#cboxContent { background: transparent !important; background-color: transparent !important;  }
#cboxCurrent { display: none !important; }

#cboxPrevious { bottom: unset; top: 45%; left: 1%; background: url(/sites/default/files/2022-09/leftarrow.png) no-repeat; background-size: contain; width: 4em; height: 4em; text-indent: -9999px; }
#cboxNext { bottom: unset; top: 45%; left: 95.5%; background: url(/sites/default/files/2022-09/rightarrow.png) no-repeat; background-size: contain; width: 4em; height: 4em; text-indent: -9999px; }
#cboxClose { position: absolute; top: 1em; right: 1em; bottom: unset; background: url(/sites/default/files/2022-09/closebutton2.png) no-repeat; background-size: contain; width: 1em; height: 1em; text-indent: -9999px; }
#cboxPrevious:hover { bottom: unset; top: 45%; left: 1%; background: url(/sites/default/files/2022-09/leftarrow.png) no-repeat; background-size: contain; width: 4em; height: 4em; text-indent: -9999px; }
#cboxNext:hover { bottom: unset; top: 45%; left: 95.5%; background: url(/sites/default/files/2022-09/rightarrow.png) no-repeat; background-size: contain; width: 4em; height: 4em; text-indent: -9999px; }
#cboxClose:hover { position: absolute; top: 1em; right: 1em; bottom: unset; background: url(/sites/default/files/2022-09/closebutton2.png) no-repeat; background-size: contain; width: 1em; height: 1em; text-indent: -9999px; }

.block-views-blockupcoming-events-block-1 { padding: 2rem calc(var(--bs-gutter-x)* 2); background: rgba(50, 50, 50, 0.05); width: 100%; }
.eventsBlock {background-color: white;margin: 1rem 1% 0;padding: 1rem;width: 31%;}
.eventTitle {font-weight:500;}
.vocabulary-events h2 {display:none;}
@media screen and (max-width: 1200px) {
.eventsBlock {width:90%; margin: 1rem auto 0;}
}