@import"https://fonts.googleapis.com/css2?family=Source+Sans+Pro:ital,wght@0,300;0,400;0,600;0,700;0,900;1,400&display=swap";

:root {
    --bs-blue: #0d6efd;
    --bs-indigo: #6610f2;
    --bs-purple: #6f42c1;
    --bs-pink: #d63384;
    --bs-red: #dc3545;
    --bs-orange: #fd7e14;
    --bs-yellow: #ffc107;
    --bs-green: #198754;
    --bs-teal: #20c997;
    --bs-cyan: #0dcaf0;
    --bs-white: #fff;
    --bs-gray: #6c757d;
    --bs-gray-dark: #343a40;
    --bs-gray-100: #f8f9fa;
    --bs-gray-200: #e9ecef;
    --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: #34a3d4;
    --bs-primary-rgb: 52, 163, 212;
    --bs-white-rgb: 255, 255, 255;
    --bs-black-rgb: 0, 0, 0;
    --bs-body-color-rgb: 33, 37, 41;
    --bs-body-bg-rgb: 255, 255, 255;
    --bs-font-sans-serif: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation 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: var(--bs-font-sans-serif);
    --bs-body-font-size: 1rem;
    --bs-body-font-weight: 400;
    --bs-body-line-height: 1.5;
    --bs-body-color: #212529;
    --bs-body-bg: #fff
}

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

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

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

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

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

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

h1,
.h1 {
    font-size: calc(1.375rem + 1.5vw)
}

@media(min-width: 1200px) {

    h1,
    .h1 {
        font-size: 2.5rem
    }
}

h2,
.h2 {
    font-size: calc(1.325rem + 0.9vw)
}

@media(min-width: 1200px) {

    h2,
    .h2 {
        font-size: 2rem
    }
}

h3,
.h3 {
    font-size: calc(1.3rem + 0.6vw)
}

@media(min-width: 1200px) {

    h3,
    .h3 {
        font-size: 1.75rem
    }
}

h4,
.h4 {
    font-size: calc(1.275rem + 0.3vw)
}

@media(min-width: 1200px) {

    h4,
    .h4 {
        font-size: 1.5rem
    }
}

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

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

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: 700
}

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: .2em;
    background-color: #fcf8e3
}

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

sub {
    bottom: -0.25em
}

sup {
    top: -0.5em
}

a {
    color: #0d6efd;
    text-decoration: underline
}

a:hover {
    color: #0a58ca
}

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: .2rem .4rem;
    font-size: 0.875em;
    color: #fff;
    background-color: #212529;
    border-radius: .2rem
}

kbd kbd {
    padding: 0;
    font-size: 1em;
    font-weight: 700
}

figure {
    margin: 0 0 1rem
}

img,
svg {
    vertical-align: middle
}

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

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

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

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

label {
    display: inline-block
}

button {
    border-radius: 0
}

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

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

button,
select {
    text-transform: none
}

[role=button] {
    cursor: pointer
}

select {
    word-wrap: normal
}

select:disabled {
    opacity: 1
}

[list]::-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: .5rem;
    font-size: calc(1.275rem + 0.3vw);
    line-height: inherit
}

@media(min-width: 1200px) {
    legend {
        font-size: 1.5rem
    }
}

legend + * {
    clear: left
}

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

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

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

::-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.2
}

@media(min-width: 1200px) {
    .display-1 {
        font-size: 5rem
    }
}

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

@media(min-width: 1200px) {
    .display-2 {
        font-size: 4.5rem
    }
}

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

@media(min-width: 1200px) {
    .display-3 {
        font-size: 4rem
    }
}

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

@media(min-width: 1200px) {
    .display-4 {
        font-size: 3.5rem
    }
}

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

@media(min-width: 1200px) {
    .display-5 {
        font-size: 3rem
    }
}

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

@media(min-width: 1200px) {
    .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: .5rem
}

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

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

.blockquote > :last-child {
    margin-bottom: 0
}

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

.blockquote-footer::before {
    content: "Ã¢â‚¬â€Ã‚ "
}

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

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

.figure {
    display: inline-block
}

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


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

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

@media(min-width: 576px) {

    .container-sm,
    .container {
        max-width: 540px
    }
}

@media(min-width: 768px) {

    .container-md,
    .container-sm,
    .container {
        max-width: 720px
    }
}

@media(min-width: 992px) {

    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 960px
    }
}

@media(min-width: 1200px) {

    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1140px
    }
}

@media(min-width: 1400px) {

    .container-xxl,
    .container-xl,
    .container-lg,
    .container-md,
    .container-sm,
    .container {
        max-width: 1320px
    }
}

.row {
    --bs-gutter-x: 1.5rem;
    --bs-gutter-y: 0;
    display: flex;
    flex-wrap: wrap;
    margin-top: calc(-1*var(--bs-gutter-y));
    margin-right: calc(-0.5*var(--bs-gutter-x));
    margin-left: calc(-0.5*var(--bs-gutter-x))
}

.row > * {
    flex-shrink: 0;
    width: 100%;
    max-width: 100%;
    padding-right: calc(var(--bs-gutter-x) * .5);
    padding-left: calc(var(--bs-gutter-x) * .5);
    margin-top: var(--bs-gutter-y)
}

.col {
    flex: 1 0 0%
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width: 768px) {
    .col-md {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width: 992px) {
    .col-lg {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width: 1200px) {
    .col-xl {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

@media(min-width: 1400px) {
    .col-xxl {
        flex: 1 0 0%
    }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


/* ///////////////////////////////////////////////////////////////////// 
// THE COMMONS
/////////////////////////////////////////////////////////////////////*/


/* ==========================================================================
	Global Styles
========================================================================== */
a {
    color: #000;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
    outline: none !important;
    text-decoration: none;
}

a:hover,
a:focus,
a:active {
    color: #34a3d4;
    text-decoration: none;
    outline: none !important;
}

p {
    color: #000;
    word-spacing: 1px;
    line-height: 25px;
    font-size: 14px;
}

.h2-com {
    font-size: 15px;
    color: #353535 !important;
    text-transform: uppercase;
    font-weight: bold;
    font-size: 1.5em;
    margin: 0.83em 0;
}

.h2-com::after {
    content: " ";
    border: solid 1px #CCCCCC;
    display: block;
    width: 65px;
    margin: 20px auto;
}

.h6-com {
    font-size: 20px;
    color: #fff;
    text-transform: uppercase;
    font-weight: bold;
}

.h6-com::after {
    content: " ";
    border: solid 1px #CCCCCC;
    display: block;
    width: 65px;
    margin-top: 20px;
}

/* ==========================================================================HTML5 display definitions========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
    display: block;
}

audio,
canvas,
video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

* Remove excess height in iOS 5 devices. */ audio:not([controls]) {
    display: none;
    height: 0;
}

[hidden] {
    display: none;
}

/* ==========================================================================Base========================================================================== */
html {
    font-size: 100%;
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
}

html,
html a {
    -webkit-font-smoothing: antialiased;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.004);
}

html,
button,
input,
select,
textarea {
    font-family: 'Source Sans Pro', sans-serif, ;
}

body {
    margin: 0;
    font-family: 'Source Sans Pro', sans-serif;
}

/* ==========================================================================Links========================================================================== */
a:focus {
    outline: thin dotted;
}

a:active,
a:hover {
    outline: 0;
}

/* ==========================================================================Typography========================================================================== */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:300,400);

.h1-com {
    font-size: 2em;
    margin: 0.67em 0;
    color: #353535;
}


.h3-com {
    font-size: 1.17em;
    margin: 1em 0;
}

.h4-com {
    font-size: 1em;
    margin: 1.33em 0;
}

.h5-com {
    font-size: 0.83em;
    margin: 1.67em 0;
}

.h6-com {
    font-size: 20px;
    margin: 2.33em 0;
}

abbr[title] {
    border-bottom: 1px dotted;
}

b,
strong {
    font-weight: bold;
}

blockquote {
    margin: 0em 55px;
    border-left: 4px solid #CCCCCC;
}

dfn {
    font-style: italic;
}

mark {
    background: #ff0;
    color: #000;
}

p,
pre {
    margin: 1em 0;
}

code,
kbd,
pre,
samp {
    font-family: monospace, serif;
    _font-family: 'courier new', monospace;
    font-size: 1em;
}

pre {
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}

q {
    quotes: none;
}

q:before,
q:after {
    content: '';
    content: none;
}

small {
    font-size: 75%;
}

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

sup {
    top: -0.5em;
}

sub {
    bottom: -0.25em;
}

p {
    font-size: 16px;
    font-weight: 500;
}

.pro-text-paragraph {
    color: #fff;
    font-weight: 700px;
    line-height: 28px !important;
}

.pro-text-paragraph-dark {
    color: #000;
    font-weight: 700px;
    line-height: 28px !important;
}

.hero-home-text {
    font-size: 1.17em;
    margin: 1em 0;
    position: absolute;
    top: 135%;
    left: -11%;
}

.itali {
    font-style: italic;
}

.blk-text {
    color: #000 !important;
}

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

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

/* ==========================================================================Lists========================================================================== */
dl,
menu,
ol,
ul {
    margin: 1em 0;
}

dd {
    margin: 0 0 0 40px;
}

enu,
ol,
ul {
    padding: 0 0 0 0px;
}

nav ul,
nav ol {
    list-style: none;
    list-style-image: none;
}

/* ==========================================================================Embedded content========================================================================== */
img {
    border: 0;
    -ms-interpolation-mode: bicubic;
}

svg:not(:root) {
    overflow: hidden;
}

/* ==========================================================================Figures========================================================================== */
figure {
    margin: 0;
}


/* ==========================================================================Tables========================================================================== */
table {
    border-collapse: collapse;
    border-spacing: 0;
}

/* ==========================================================================Section Styles========================================================================== */
.section-padding {
    padding: 90px 0 100px
}

.dark-bg {
    background: #f3f5f8;
}

.light-bg {
    background-color: #fff;
}

.dark-box {
    background: #F3F5F8;
    -webkit-box-shadow: 0px 3px 0px 0px #E04343;
    -moz-box-shadow: 0px 3px 0px 0px #E04343;
    box-shadow: 0px 3px 0px 0px #E04343;
    padding: 20px 0;
}

.dark-box:hover,
.dark-box:focus {
    -webkit-box-shadow: 0px 3px 0px 0px #FFE801;
    -moz-box-shadow: 0px 3px 0px 0px #FFE801;
    box-shadow: 0px 3px 0px 0px #FFE801;
}

.box-hover {
    transition: all 500ms ease-in-out;
    -webkit-transition: all 500ms ease-in-out;
    -moz-transition: all 500ms ease-in-out;
    -o-transition: all 500ms ease-in-out;
}

.box-hover:hover,
.box-hover:focus {
    transform: translate(0, -15px);
    -webkit-transform: translate(0, -15px);
    -ms-transform: translate(0, -15px);
}

.wrapper {
    height: 650px;
}

.nopadding {
    padding: 0;
}

.inner {
    padding-top: 138px;
}

.navigate-pro-site {
    background: #000;
}


/* ==========================================================================Hero========================================================================== */
.hero {
    background: url('https://canvaswsu.blob.core.windows.net/wsu/the-commons/img/home-page-image.png') right bottom no-repeat;
    background-size: contain;
    background-blend-mode: luminosity;
    padding: 339px 0 100px 0;
    height: auto;
    background-color: #000;
}

.hero .h1-com {
    font-size: 120px;
    letter-spacing: -8px;
    margin: 0;
    font-weight: 600;
    line-height: 95px;
    text-transform: uppercase;
}

.hero .h1-com span {
    color: #a1a9b0;
    /* display:inline-block; */
}

.hero .hero-home-text {
    font-size: 16px;
    margin: 0;
    padding: 0;
    opacity: 0.5;
    color: #00BDFF;
    letter-spacing: 12px;
    line-height: 50px;
    text-transform: uppercase;

}

.hero p {
    letter-spacing: 1px;
    color: #fff;
    font-size: 15px;
}

/* Boucing Arrow Animation */
@keyframes arrowbounce {
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-moz-keyframes arrowbounce {

    /* Firefox */
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-webkit-keyframes arrowbounce {

    /* Safari and Chrome */
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

@-o-keyframes arrowbounce {

    /* Opera */
    from {
        -webkit-transform: translateY(0);
        -moz-transform: translateY(0);
        transform: translateY(0);
    }

    to {
        -webkit-transform: translateY(-20px);
        -moz-transform: translateY(-20px);
        transform: translateY(-20px);
    }
}

.scrollto {
    padding: 190px 0px 0px 0px;
    display: block;
    color: #FFF;
    text-decoration: none;
    width: 200px;
    margin: 0 auto;
    border-bottom: none;
}

.scrollto--arrow {
    padding: 10px;
}

.scrollto--arrow img {
    animation: arrowbounce 1s alternate infinite;
    -moz-animation: arrowbounce 1s alternate infinite;
    /* Firefox */
    -webkit-animation: arrowbounce 1s alternate infinite;
    /* Safari and Chrome */
    -o-animation: arrowbounce 1s alternate infinite;
    /* Opera */
}

.the-commons-logo {
    max-width: 75%;
    min-width: 75%;
    min-height: 100%;
    position: absolute;
    margin-top: -44%;
    left: -23%;
    vertical-align: middle;
}

.the-commons-logo:hover {
    transform: scale(1.02);
}

.btn-com {
    border-radius: 25px;
    padding: 2px 10px;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    /* display: inline-flex; */
    min-width: 400px;
    max-width: 400px;
    justify-content: center;
    height: auto;
    font-size: 15px;
    line-height: 27px;
    z-index: 1;
    display: inline-block;
    text-align: center;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    cursor: pointer;
    text-decoration: none;
}

.btn-cta-com {
    -webkit-animation: gradient-moving 3s ease infinite;
    animation: gradient-moving 3s ease infinite;
    background-size: 200% 100% !important;
    position: relative;
}

.btn-dragon-com {
    background: linear-gradient(270deg, #B934FB, #00BDFF);
}

.btn-com:hover {
    transform: scale(1.15);
    color: #000;
}


.btn-com::before {
    content: "";
    position: absolute;
    top: 2.5px;
    right: 2.5px;
    bottom: 2.5px;
    left: 2.5px;
    background-color: #fff;
    border-radius: 25px;
    z-index: -1;
}

.btn-drk {
    color: #fff;
}

.btn-drk:hover {
    color: #fff;
}

.btn-drk::before {
    content: "";
    position: absolute;
    top: 2.5px;
    right: 2.5px;
    bottom: 2.5px;
    left: 2.5px;
    background-color: #000;
    border-radius: 25px;
    z-index: -1;
}

.btn-pos {
    text-transform: uppercase;
    margin: 10px;
}

.drawing-btn {
    position: absolute;
    left: 47px;
    top: 561px;
    z-index: 2000 !important;
}

.spotlight-btn {
    position: absolute;
    left: 583px;
    top: 456px;
    z-index: 2000 !important;
}

.small-btn {
    min-width: 100px;
    max-width: 100px;
}

.spacer-grey {
    background-color: #dedede;
    height: 10px;
    width: 100%;
}

.spacer-gradient {
    background-image: linear-gradient(270deg, #B934FB, #00BDFF);
    height: 10px;
    width: 100%;
}

.container-grid > a {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 2em;
}

.container-grid > a > img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    box-shadow: 0 2px 16px var(--shadow);
}

.container-grid {
    display: grid;
    grid-gap: 5px;
    grid-template-columns: repeat(auto-fit, minmax(130px, 1fr));
    grid-auto-rows: 125px;
    grid-auto-flow: dense;
}

.lobby-grid {
    grid-template-columns: repeat(auto-fit, minmax(139px, 1fr)) !important;
    grid-auto-rows: 143px !important;
}

.horizontal {
    grid-column: span 2;
}

.vertical {
    grid-row: span 2;
}

.big {
    grid-column: span 2;
    grid-row: span 2;
}

.intro-com p {
    margin: 20px 5px 28px 5px;
}

.h1-com.intro-com {
    font-size: 35px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 4px;
    font-weight: 900;
}

.h1-com.arrow-com {
    font-size: 25px;
    text-transform: uppercase;
    color: #000;
    letter-spacing: 4px;
    background: url('https://canvaswsu.blob.core.windows.net/wsu/the-commons/page-components/h1-bg.png') no-repeat center bottom;
    padding-bottom: 30px;
    font-weight: 500;
}

.h1-com.arrow-white {
    font-size: 25px;
    text-transform: uppercase;
    color: #FFF;
    letter-spacing: 4px;
    background: url('https://canvaswsu.blob.core.windows.net/wsu/the-commons/page-components/h1-bg-white.png') no-repeat center bottom;
    padding-bottom: 30px;
    font-weight: 500;
}

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

.p-text {
    font-size: 17px;
}

.trio-text {
    font-weight: 700;
    color: #000;
}

.remove-ital {
    font-style: normal;
}

.welcome-text {
    font-size: 18px;
    font-weight: 600;
    color: #000;
}

.welcome-padding {
    padding-top: 40px;
}

.h1-com-lite {
    font-weight: 200;
}

.h1-com-low {
    text-transform: lowercase;
}

.onboard-names {
    color: #fff !important;
    font-size: 16px !important;

}

.onboard-note {
    font-weight: 900;
}

.boldness {
    font-weight: 900 !important;
}

.about-image {
    height: 400px;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.color-bg {
    background: #000;
    -webkit-animation: gradient-moving 10s ease infinite;
    animation: gradient-moving 10s ease infinite;
    background-size: 200% 150% !important;
}

.color-bg-1 {
    background: #dedede;
}

.color-bg-2 {
    Background: #000;
}

.color-bg-3 {
    background: #2b2b2b;
}

.drk {
    color: #000;
}

.color-bg h6,
.color-bg p {
    color: white;
}

.color-bg h6::after {
    border-color: #fff;
}

.color-bg .weight-outline-btn {
    border-color: rgba(#00BDFF, #B934FB);
    border: 2px;
    border-radius: 25px;
}

.color-bg .weight-outline-btn:hover {
    background: #FFF;
    color: #00BDFF;
    border-color: rgba(#00BDFF, #B934FB);
    border: 2px;
    border-radius: 25px;
}

.about-text {
    padding: 20px 50px 25px 50px;
}

.about-text .h1-com {
    text-transform: uppercase;
    font-size: 24px;
    color: #8C8C8C;
}

.color-bg .h1-com.arrow-com span {
    color: #FFF;
}

.color-bg .h1-com.arrow-com {
    color: #FFF;
}

.commons-kim-img {
    border-radius: 50%;
    padding: 0%;
    max-width: 30%;
    min-width: 30%;
    max-height: 100%;
    /* display: flex; */
    margin-left: 15px !important;
    margin-right: 15px !important;
    margin-bottom: -17px;
}

.commons-kim-signature {
    padding: 0%;
    max-width: 100%;
    max-height: 100%;
    /* display: flex; */
    margin-bottom: 2px;
}

.commons-kim-p-text {
    padding-top: 30px;
}

.quoted {
    padding-top: 30px;
    font-family: Snell Roundhand, cursive;
    font-style: italic;
    font-size: 35px;
    line-height: 35px;
}

.quote-name {
    padding-top: 30px;
    font-family: Snell Roundhand, cursive;
    font-size: 22px;
}

.services {
    margin-top: 10px;
    margin-bottom: 10px;
    display: flex;
    text-align: center;
    justify-content: space-around;
}

.services .icon {
    position: relative;
    width: 100px;
    height: 100px;
    margin: 0 auto;
    text-align: center;
    line-height: 100px;
    font-size: 50px;
    border-radius: 50%;
    box-shadow: 0 0 0 0 rgba(0, 0, 0, 0.0);
    margin-bottom: 40px;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    background-image: linear-gradient(270deg, #B934FB, #00BDFF);
    color: #000;
    z-index: 1;
}

.services .icon::before {
    content: "";
    position: absolute;
    top: 2px;
    right: 2px;
    bottom: 2px;
    left: 2px;
    background-color: #fff;
    border-radius: 50%;
    z-index: -1;
}

.services .item:hover .icon {
    background-image: linear-gradient(270deg, #B934FB, #00BDFF);
    z-index: 1;
}

.services .item [class*=fa] {
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
}

.services .item:hover [class*=fa] {
    -webkit-transform: scale(1.2);
    transform: scale(1.2);
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #000;
}

.features-wrapper {
    margin: 70px 0 0;
}

i.respons {
    position: relative;
    width: 35px;
    height: 35px;
    margin: 0 auto;
    line-height: 35px;
    text-align: center;
    font-size: 15px;
    color: #fff;
    border-radius: 50%;
    -webkit-transition: all .3s ease-out;
    transition: all .3s ease-out;
    color: #CCCCCC;
}

.swag {
    padding: 75px 0;
}

.swag .h1-com {
    text-transform: uppercase;
    letter-spacing: 5px;
}

.swag .h1-com span {
    display: block;
    font-size: 25px;
    margin-top: 20px;
}

.down-arrow-btn {
    width: auto;
    height: 40px;
    background: rgba(0, 0, 0, 0.6);
    display: inline-block;
    margin: 15px 5px 15px 5px;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    padding: 0px 10px;
    text-align: center;
}

.down-arrow-btn:hover,
.down-arrow-btn:focus {
    color: #fff;
    background: rgba(0, 0, 0, 1);
}

.portfolio img {
    height: 300px;
    width: 100%;
}

img.grayscale {
    filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
    /* Firefox 3.5+,IE10 */
    filter: gray;
    /* IE6-9 */
    -webkit-filter: grayscale(100%);
    /* Chrome 19+& Safari 6+*/
    -webkit-transition: all .6s ease;
    /* Fade to color for Chrome and Safari */
    -webkit-backface-visibility: hidden;
    /* Fix for transition flickering */
}

img.grayscale:hover {
    filter: none;
    -webkit-filter: grayscale(0%);
}

.row-offset-0 {
    margin-left: 0;
    margin-right: 0;
}

.row-offset-0 > * {
    padding-left: 0;
    padding-right: 0;
}

.effects {
    padding-left: 15px;
}

.effects .img {
    position: relative;
    position: relative;
    z-index: 1;
    overflow: hidden;
}

.effects .img:nth-child(n) {
    margin-right: 5px;
}

.effects .img:first-child {
    margin-left: -15px;
}

.effects .img:last-child {
    margin-right: 0;
}

.effects .img img {
    display: block;
    margin: 0;
    padding: 0;
    height: auto;
}

.overlay {
    display: block;
    position: absolute;
    z-index: 20;
    filter: none !important;
    -webkit-filter: grayscale(0%);
    overflow: hidden;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -o-transition: all 0.5s;
}

.overlay-effect .img i {
    font-size: 30px;
}

.overlay-effect .overlay {
    bottom: 0;
    left: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}

.overlay-effect .overlay a.expand {
    left: 0;
    right: 0;
    bottom: 47%;
    margin: 0 auto -30px auto;
}

.overlay-effect .img.hover .overlay {
    height: 100%;
    opacity: 1;
}

.img img {
    width: -webkit-calc(100%+40px) !important;
    width: calc(100%+40px) !important;
    -webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
    transition: opacity 0.35s, transform 0.35s;
    -moz-transition: opacity 0.35s, -moz-transform 0.35s;
    -o-transition: opacity 0.35s, -o-transform 0.35s;
    -webkit-transform: translate3d(-40px, 0, 0);
    transform: translate3d(-40px, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
}

.img:hover img {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(-40px, 0, 0);
}

.hype {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    top: 50px;
}

footer a {
    color: #fff;
}

footer {
    background-color: #000;
    padding: 40px 0 30px;
}

footer p {
    color: #fff;
    font-weight: 900;
}

.commons-ws-logo {
    padding: 0%;
    max-width: 15%;
    max-height: 100%;
    margin-bottom: 25px;
}

.wrap-tile {
    margin: 50px auto 0 auto;
    width: 100%;
    max-width: 100%;
    text-align: center;
    padding: 5px 100px 0px 100px;

}

.wrap-tile-mid {
    margin: 0px auto 0px auto;
}

.wrap-tile-last {
    margin: 0px auto 20px auto;
}

.tile-btns {
    width: 300px;
    height: 380px;
    margin: 10px;
    background-color: #5e5e5e;
    display: inline-block;
    background-size: cover;
    position: relative;
    cursor: pointer;
    transition: all 0.4s ease-out;
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.44);
    overflow: hidden;
    color: white;
    font-family: 'Source Sans Pro';

}

.tile-btns img {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 0;
    transition: all 0.4s ease-out;
}

.tile-btns .text-tile {
    /*   z-index:99; */
    position: absolute;
    padding: 30px;
    height: calc(100% - 60px);
    color: #fff;
    width: 100%;
    min-width: 100%;
}


.tile-btns h1 {
    font-weight: 800 !important;
    margin: 0 !important;
    text-shadow: 2px 2px 10px rgba(0, 0, 0, 0.3);
    font-size: 22px !important;
    text-transform: uppercase !important;
    letter-spacing: 5px !important;
    color: #fff !important;
    line-height: 23px;

}

.tile-btns h2 {
    font-weight: 600 !important;
    margin: 20px 0 0 0 !important;
    transform: translateX(300px);
    font-size: 18px !important;
    text-transform: uppercase !important;
    color: #fff !important;
}

.tile-btns p {
    font-weight: 500 !important;
    margin: 20px 0 0 0 !important;
    line-height: 25px !important;
    /*   opacity:0; */
    transform: translateX(-300px);
    transition-delay: 0.2s;
    font-size: 14px !important;
    color: #fff !important;
}

.animate-text-tile {
    opacity: 0;
    transition: all 0.6s ease-in-out;
}

.tile-btns:hover {
    box-shadow: 0px 35px 77px -17px rgba(0, 0, 0, 0.64);
    transform: scale(1.12) !important;
    background-color: rgba(0, 0, 0, 0.93);
    -webkit-transition: all 0.5s !important;
    -moz-transition: all 0.5s !important;
    -o-transition: all 0.5s !important;
    transition: all 0.5s !important;
}

.tile-btns:hover img {
    opacity: 0.2;
}

.tile-btns:hover .animate-text-tile {
    transform: translateX(0) !important;
    opacity: 1;
}


.tile-btns:hover span {
    opacity: 1;
    transform: translateY(0px);
}

.deco-non {
    text-decoration: none;
}


@media (max-width: 1000px) {
    .wrap-tile {
        flex-direction: column;
        padding: 5px 0;
    }
}

.tile-btns-tech {
    width: 300px;
    height: 169px;

}

.tile-btns h2 {
    font-weight: 600 !important;
    margin: 0 0 0 0 !important;
    transform: translateX(200px);
    font-size: 16px !important;
    text-transform: uppercase !important;
    color: #fff !important;
    padding-bottom: 10px !important;
    line-height: 15px !important;
}

.tile-btns p {
    font-weight: 500 !important;
    margin: 0 0 0 0 !important;
    line-height: 12px !important;
    /*   opacity:0; */
    transform: translateX(-200px);
    transition-delay: 0.2s;
    font-size: 13px !important;
    color: #fff !important;
    padding-top: 20px;
}


/* ==========================================================================LOBBY========================================================================== */

.lobby-hero {
    background: url(https://canvaswsu.blob.core.windows.net/wsu/the-commons/img/hero/LOBBY.png) right bottom no-repeat;
    background-size: contain;
    padding: 200px 0 80px 0;
    background-color: #000;
}

.lobby-section-padding {
    padding: 20px 0 100px;
}


.subpage-title {
    font-family: 'Source Sans Pro';
    font-size: 50px;
    font-weight: 900;
    color: white;
}

.lobby-scrollto {
    padding: 95px 0px 0px 0px;
    display: block;
    color: #FFF;
    text-decoration: none;
    width: 200px;
    margin: 0 auto;
    border-bottom: none;
}

.lobby-scrollto-2 {
    padding: 15px 0px 0px 0px;
    display: block;
    color: #FFF;
    text-decoration: none;
    width: 200px;
    margin: 0 auto;
    border-bottom: none;
}

.lobby-container {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    text-align: left;
}

.lobby-annivsry {
    max-width: 500px !important;
    min-width: 500px !important;
}

.pro-annivsry {
    margin-top: 35px;
    display: flex;
    justify-content: center;
}


.announcements-cont {
    text-align: center;
    justify-content: center;
    display: flex;
    width: 100%;
}

.announcements-cent {
    width: 100% !important;
    padding: 10px 10px 18px 10px;
}

.coming-soon-cont {
    position: relative;
    width: 100%;
}

.coming-soon-img {
    position: absolute !important;
    top: 60px;
    left: 20%;
    width: 60%;
    z-index: 103;
}

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

.soon-overlay {
    z-index: 1 !important;
    background: rgba(27, 27, 27, 0.85) !important;
    width: 100%;
    min-width: 100%;
    height: 861px;
    position: absolute;

}

.lb-lobby:hover {
    transform: scale(1.02);
}

/* ==========================================================================NEW PRO PAGE ========================================================================== */

.new-pro-hero {
    background: url(https://canvaswsu.blob.core.windows.net/wsu/the-commons/img/hero/NEW-PROS.png) right bottom no-repeat;
    background-size: contain;
    padding: 200px 0 80px 0;
    background-color: #000;
    background-position-y: 70px;
}

.new-pro-welcome {
    padding: 0%;
    max-width: 40%;
    max-height: 100%;
    /* display: flex; */
    margin-bottom: 2px;

}

.welcome-text {
    margin-top: 10px !important;
    margin-bottom: 20px !important;
}

.new-pro-padding-top {
    padding-top: 40px !important;
}

.grid-row-photo {
    display: flex;
    justify-content: center;
    text-align: center;
    margin: 40px 20px 20px 20px;
}

.onboard-img {
    border-radius: 50%;
    padding: 0%;
    max-width: 200px;
    min-width: 200px;
    min-height: 200px;
    max-height: 200px;
    margin-left: 25px !important;
    margin-right: 25px !important;
    margin-bottom: 5px;
}

.placement-img {
    max-width: 65%;
    min-width: 65%;
    /* padding: 10px; */
    margin: 2% 17% 2% 17%;
}

.pro-img {
    max-width: max-content !important;
}

.cmp-badge {
    position: absolute;
    top: 317px;
    left: 43px;
    min-width: 300px;
}

.blanc-de-text {
    color: #fff;
}

/* ==========================================================================SPF PAGE ========================================================================== */

.spf-hero {
    background: url(https://canvaswsu.blob.core.windows.net/the-commons/spf/hero.png) right bottom no-repeat;
    background-size: contain;
    padding: 200px 0 80px 0;
    background-color: #000;
    background-position-y: 70px;
}


/* ==========================================================================END SPF PAGE ========================================================================== */



/* ==========================================================================SEARCH FEATURE PLACEMENT CONSULTANTS========================================================================= */


.list {
    margin: 0;
    padding-top: 20px;
    padding-left: 125px;
    padding-right: 125px;
    list-style-type: none;
    display: flex;
    justify-content: space-evenly;
    flex-wrap: wrap;
}

.list-item {
    width: 100%;
    max-width: 275px;
    max-height: 81px;
    margin-bottom: 2rem;
    padding: 3px;
    display: flex;
    align-items: center;
    position: relative;
    color: #000;
    text-decoration: none;
    background: linear-gradient(270deg, #B934FB, #00BDFF);
    animation: gradient-moving 3s ease infinite;
    background-size: 200% 100% !important;
    position: relative;
    border-radius: 25px;
    overflow: hidden;
    transition: transform 0.3s;
    font-family: "Source Sans Pro", sans-serif;
    font-weight: 700;
    line-height: 20px;
    font-size: 13px;
    z-index: 1;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.list-item::before {
    content: "";
    position: absolute;
    top: 3px;
    right: 3px;
    bottom: 3px;
    left: 3px;
    background-color: #fff;
    border-radius: 22px;
    z-index: -1;
}

.list-item:hover {
    transform: scale(1.05);
    color: #000;
}

.list-item-sans-img {
    justify-content: center;
}


.list-item__avatar img {
    width: 75px;
    height: 75px;
    border-radius: 21px 0% 0% 21px;
    object-fit: cover;
}

.list-item__content {
    margin: 7%;
}


.search label,
.search input {
    display: block;
}

.search label {
    font-weight: 700;
    margin-bottom: 1rem;
}

.search input {
    width: 100%;
    padding: 1rem;
    border-radius: 5px;
    border: 1px solid #cacfd9;
    font-family: inherit;
    outline: none;
}

.search input:focus {
    box-shadow: 0px 0px 0px 3px rgba(51, 132, 243, .15);
    border-color: #00BDFF;
}

.search__clear {
    position: absolute;
    top: 5.3rem;
    right: 1rem;
    cursor: pointer;
    background: #e1e4ea;
    width: 2rem;
    height: 2rem;
    line-height: 2rem;
    color: #91a1bb;
    border: 0;
    padding: 0;
    border-radius: 50%;
    font-size: 1.4rem;
}

.search__clear:focus,
.search__clear:active,
.search__clear:hover {
    outline: 0;
    background: #cacfd9;
    color: #597191;
}


.search-item {
    font-size: 1.4rem;
    display: inline-block;
    padding: .5rem;
    line-height: 1;
    color: #3384f3;
    border-radius: 5px;
    background: rgba(51, 132, 243, .15);
    cursor: pointer;
    margin: 0 .5rem .5rem 0;
}

.search-item:hover,
.search-item:focus {
    color: darken(#3384f3, 10%);
    background: rgba(51, 132, 243, .2);
}

.search-item__close {
    opacity: .5;
    display: inline-block;
    cursor: pointer;
    margin-left: .5rem;
}

.search-item__close:hover {
    color: #d63031;
}


body {
    display: none;
}

.banner-link {
    position: relative;
    display: block;
    width: 100%;
    max-width: 650px;
    margin: auto;
  }
  .banner-link img {
    display: block;
    width: 100%;
    height: auto;
    object-fit: contain;
}
  