﻿*,
*::before,
*::after {
    box-sizing: border-box;
}

@media (prefers-reduced-motion: no-preference) {
    :root {
        scroll-behavior: smooth;
    }
}

body {
    margin: 0;
    font-family: 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";
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5;
    color: #1d2a3e;
    background-color: #fff;
    -webkit-text-size-adjust: 100%;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.stretch {
    display: flex;
    flex: 1;
    background-color: #f1f4f8;
}

hr {
    margin: 1rem 0;
    color: inherit;
    background-color: currentColor;
    border: 0;
    opacity: 0.25;
}

    hr:not([size]) {
        height: 1px;
    }

h6, h5, h4, h3, h2, h1 {
    margin-top: 0;
    margin-bottom: 0.5rem;
    font-weight: 500;
    line-height: 1.2;
}

h1 {
    font-size: calc(1.375rem + 1.5vw);
}

@media (min-width: 1200px) {
    h1 {
        font-size: 2.5rem;
    }
}

h2 {
    font-size: calc(1.325rem + 0.9vw);
}

@media (min-width: 1200px) {
    h2 {
        font-size: 2rem;
    }
}

h3 {
    font-size: calc(1.3rem + 0.6vw);
}

@media (min-width: 1200px) {
    h3 {
        font-size: 1.75rem;
    }
}

h4 {
    font-size: calc(1.275rem + 0.3vw);
}

@media (min-width: 1200px) {
    h4 {
        font-size: 1.5rem;
    }
}

h5 {
    font-size: 1.25rem;
}

h6 {
    font-size: 1rem;
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

abbr[title],
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: 0.5rem;
    margin-left: 0;
}

blockquote {
    margin: 0 0 1rem;
}

b,
strong {
    font-weight: bolder;
}

small {
    font-size: 0.875em;
}

mark {
    padding: 0.2em;
    background-color: #fcf8e3;
}

sub,
sup {
    position: relative;
    font-size: 0.75em;
    line-height: 0;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

a {
    color: #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: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", 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: #fff;
    background-color: #212529;
    border-radius: 0.2rem;
}

    kbd kbd {
        padding: 0;
        font-size: 1em;
        font-weight: 700;
    }

figure {
    margin: 0 0 1rem;
}

img,
svg {
    vertical-align: middle;
}

table {
    caption-side: bottom;
    border-collapse: collapse;
}

caption {
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
    color: #6c757d;
    text-align: left;
}

th {
    text-align: inherit;
    text-align: -webkit-match-parent;
}

thead,
tbody,
tfoot,
tr,
td,
th {
    border-color: inherit;
    border-style: solid;
    border-width: 0;
}

label {
    display: inline-block;
}

button {
    border-radius: 0;
}

    button:focus:not(:focus-visible) {
        outline: 0;
    }

input,
button,
select,
optgroup,
textarea {
    margin: 0;
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}

button,
select {
    text-transform: none;
}

[role=button] {
    cursor: pointer;
}

select {
    word-wrap: normal;
}

    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: 1200px) {
    legend {
        font-size: 1.5rem;
    }
}

legend + * {
    clear: left;
}

::-webkit-datetime-edit-fields-wrapper,
::-webkit-datetime-edit-text,
::-webkit-datetime-edit-minute,
::-webkit-datetime-edit-hour-field,
::-webkit-datetime-edit-day-field,
::-webkit-datetime-edit-month-field,
::-webkit-datetime-edit-year-field {
    padding: 0;
}

::-webkit-inner-spin-button {
    height: auto;
}

[type=search] {
    outline-offset: -2px;
    -webkit-appearance: textfield;
}

/* rtl:raw:
[type="tel"],
[type="url"],
[type="email"],
[type="number"] {
  direction: ltr;
}
*/
::-webkit-search-decoration {
    -webkit-appearance: none;
}

::-webkit-color-swatch-wrapper {
    padding: 0;
}

::file-selector-button {
    font: inherit;
}

::-webkit-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;
}

/**/

@font-face {
    font-family: "proxima-nova";
    src: url("/fonts/proxima-bold-1.woff") format("woff2"),url("/fonts/proxima-bold-2.woff") format("woff"),url("/fonts/proxima-bold-3.woff") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 700;
}

@font-face {
    font-family: "proxima-nova";
    src: url("/fonts/proxima-regular-1.woff") format("woff2"),url("/fonts/proxima-regular-2.woff") format("woff"),url("/fonts/proxima-regular-3.woff") format("opentype");
    font-display: auto;
    font-style: normal;
    font-weight: 400;
}

html {
    min-height: 100%;
}

body {
    display: flex;
    flex-direction: column;
    font-family: "proxima-nova";
    height: 100%;
    min-height: 100vh;
}

.page-container {
    display: block;
    margin: 0 auto;
    max-width: 1020px;
    padding: 0 20px;
    width: 100%;
}

/**/

.navbar {
    background-color: #1D2A3E;
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
}

    .navbar .logo {
        height:50px;
    }

@media (max-width: 768px) {

    .navbar {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }

    .navbar .logo {
        height: 30px;
    }
}

    #header {
        background-color: #1D2A3E;
        position: relative;
    }

        #header .box {
            align-items: center;
            display: flex;
            justify-content: space-between;
            padding: 35px 0;
        }


        #header .box-logo a {
            display: block;
        }

        #header .box-logo img {
            display: block;
            width: 280px;
        }


        #header .box-nav ul {
            display: flex;
            margin: 0 -20px;
            padding: 0;
        }

            #header .box-nav ul li {
                list-style: none;
                padding: 0 20px;
            }

                #header .box-nav ul li a {
                    color: #4EA4E1;
                    display: block;
                    font-size: 24px;
                    font-weight: 700;
                    line-height: 100%;
                    text-decoration: none;
                }

                    #header .box-nav ul li a:hover {
                        color: #fff;
                    }

        #header .nav-opener {
            background: none;
            border: none;
            display: none;
            height: 30px;
            position: relative;
            width: 30px;
        }

    .nav-opener span, .nav-opener:after, .nav-opener:before {
        background-color: #fff;
        border-radius: 3px;
        height: 3px;
        left: 0;
        margin-top: -1.5px;
        position: absolute;
        right: 0;
        -webkit-transition: all .2s linear;
        -o-transition: all .2s linear;
        transition: all .2s linear;
    }

    .nav-opener:before {
        content: "";
        top: 15%;
    }

    .nav-opener span {
        top: 50%;
    }

    .nav-opener:after {
        content: "";
        top: 85%;
    }

    .nav-active .nav-opener:before {
        top: 50%;
        -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
        transform: rotate(45deg);
    }

    .nav-active .nav-opener span {
        opacity: 0;
    }

    .nav-active .nav-opener:after {
        top: 50%;
        -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
    }

    @media (max-width: 768px) {
        #header .box {
            padding: 25px 0;
        }

        #header .box-logo img {
            width: 180px;
        }

        #header .box-nav {
            left: 0;
            overflow: hidden;
            position: absolute;
            top: 100%;
            width: 100%;
            z-index: 1;
        }

            #header .box-nav ul {
                background-color: #1D2A3E;
                display: block;
                margin: 0;
                padding: 0 20px 10px;
                transform: translateY(-100%);
                -webkit-transition: all .25s linear;
                -o-transition: all .25s linear;
                transition: all .25s linear;
            }

        .nav-active #header .box-nav ul {
            transform: translateY(0);
        }

        #header .box-nav ul li {
            border-top: 1px solid #434b56;
            padding: 0;
        }

            #header .box-nav ul li a {
                color: #fff;
                font-size: 20px;
                font-weight: 700;
                padding: 15px;
            }

        #header .nav-opener {
            display: block;
        }
    }

    /**/

    #page-login {
        /*align-items: center;*/
        background-color: #d9ebf9;
        display: flex;
        flex: 1;
    }

        #page-login .box {
            /*align-items: center;*/
            display: flex;
            justify-content: center;
            padding: 50px 0;
            width: 100%;
        }

    @media (max-width: 768px) {
        #page-login .box {
            padding: 100px 0;
        }
    }

    @media (max-width: 480px) {
        #page-login .box {
            padding: 50px 0;
        }
    }

    /**/

    #page-login .box-box {
        border-radius: 20px;
        box-shadow: 0 0 10px rgb(0 0 0 / 50%);
        margin: 0 auto;
        max-width: 410px;
        width: 100%;
    }

        #page-login .box-box .box-heading {
            background-color: #1D2A3E;
            border-radius: 20px 20px 0 0;
            color: #4EA4E1;
            font-size: 28px;
            font-weight: 400;
            line-height: 125%;
            margin: 0;
            padding: 30px;
            text-align: center;
        }

        #page-login .box-box .box-content {
            background-color: #fff;
            border-radius: 0 0 20px 20px;
            padding: 45px 45px 30px;
        }

            #page-login .box-box .box-content form {
                margin: 0;
            }

        #page-login .box-box .box-row {
            padding: 0 0 30px;
        }

            #page-login .box-box .box-row.box-row-submit {
                display: flex;
                justify-content: center;
                padding: 10px 0 0;
            }

            #page-login .box-box .box-row input[type="text"], #page-login .box-box .box-row input[type="password"] {
                background-color: #EEEEEE;
                border: 1px solid #C8C8C8;
                font-size: 24px;
                padding: 10px 15px;
                width: 100%;
            }

        #page-login .box-box .box-extra {
            display: flex;
            padding: 5px 20px 0;
        }

            #page-login .box-box .box-extra a {
                color: #4EA4E1;
                display: block;
                font-size: 20px;
                line-height: 125%;
                text-decoration: none;
            }

    .purpleText {
        color: #652D8C !important;
    }

    .blackText {
        color: #000 !important;
    }

    #page-login .box-box .box-row button {
        background-color: #652D8C;
        border: none;
        border-radius: 5px;
        color: #fff;
        font-size: 24px;
        line-height: 125%;
        max-width: 240px;
        padding: 15px 20px 20px;
        width: 100%;
    }

        #page-login .box-box .box-row button:hover button:not(:disabled) {
            background-color: #4f2570;
        }

        #page-login .box-box .box-row button:disabled {
            background-color: darkgray;
        }

    @media (max-width: 480px) {
        #page-login .box-box .box-heading {
            font-size: 24px;
            padding: 25px 20px;
        }

        #page-login .box-box .box-content {
            padding: 25px 20px;
        }

        #page-login .box-box .box-row input[type="text"], #page-login .box-box .box-row input[type="password"] {
            font-size: 20px;
        }

        #page-login .box-box .box-extra a {
            font-size: 16px;
        }

        #page-login .box-box .box-row button {
            font-size: 20px;
        }
    }
    /**/

    .btn-green {
        background-color: #39b54a !important;
        color: white;
    }

        .btn-green:hover:enabled {
            background-color: #3e8a48 !important;
            color: white;
        }

        .btn-green:disabled {
            background-color: gray;
        }

    #page-login .box-box-alt {
        background-color: #fff;
        border-radius: 20px;
        box-shadow: 0 0 10px rgb(0 0 0 / 50%);
        margin: 0 auto;
        max-width: 720px;
        padding: 50px 40px 30px;
        position: relative;
        width: 100%;
    }

        #page-login .box-box-alt .box-close {
            position: absolute;
            right: 20px;
            top: 20px;
        }

            #page-login .box-box-alt .box-close a {
                display: block;
                background-image: url(images/icon-close.svg);
                background-position: 0 0;
                background-repeat: no-repeat;
                background-size: 30px 30px;
                height: 30px;
                width: 30px;
            }

        #page-login .box-box-alt .box-heading {
            display: block;
            font-size: 60px;
            letter-spacing: -1.5px;
            line-height: 125%;
            margin: 0 0 25px;
            text-align: center;
        }

        #page-login .box-box-alt .box-content {
            margin: 0 0 60px;
        }

            #page-login .box-box-alt .box-content h3 {
                font-size: 28px;
                line-height: 125%;
                margin: 0 0 10px;
            }

            #page-login .box-box-alt .box-content p {
                font-size: 24px;
                line-height: 125%;
                margin: 0 0 20px;
            }

                #page-login .box-box-alt .box-content p:last-child {
                    margin: 0;
                }

            #page-login .box-box-alt .box-content ul {
                margin: 0 0 20px;
                padding: 0 0 0 25px;
            }

                #page-login .box-box-alt .box-content ul li {
                    font-size: 24px;
                    line-height: 125%;
                    list-style: disc outside;
                    margin: 0 0 10px;
                }

                    #page-login .box-box-alt .box-content ul li:last-child {
                        margin: 0;
                    }

            #page-login .box-box-alt .box-content ol {
                margin: 0 0 20px;
                padding: 0 0 0 25px;
            }

                #page-login .box-box-alt .box-content ol li {
                    font-size: 24px;
                    line-height: 125%;
                    list-style: decimal outside;
                    margin: 0 0 10px;
                }

                    #page-login .box-box-alt .box-content ol li:last-child {
                        margin: 0;
                    }

        #page-login .box-box-alt .box-button {
            display: flex;
            justify-content: center;
        }

            #page-login .box-box-alt .box-button a {
                background-color: #652D8C;
                border-radius: 4px;
                color: #fff;
                font-size: 24px;
                line-height: 100%;
                max-width: 240px;
                padding: 15px 20px 20px;
                text-align: center;
                text-decoration: none;
                width: 100%;
            }

                #page-login .box-box-alt .box-button a:hover {
                    background-color: #4f2570;
                }

    @media (max-width: 1024px) {
        #page-login .box-box-alt {
            padding: 45px 30px 30px;
        }

            #page-login .box-box-alt .box-heading {
                font-size: 40px;
            }

            #page-login .box-box-alt .box-content h3 {
                font-size: 25px;
            }

            #page-login .box-box-alt .box-content {
                margin: 0 0 40px;
            }

                #page-login .box-box-alt .box-content p {
                    font-size: 20px;
                }

                #page-login .box-box-alt .box-content ul li {
                    font-size: 20px;
                }

                #page-login .box-box-alt .box-content ol li {
                    font-size: 20px;
                }

            #page-login .box-box-alt .box-button a {
                font-size: 20px;
            }
    }

    @media (max-width: 768px) {
        #page-login .box-box-alt .box-close a {
            background-size: 20px 20px;
            height: 20px;
            width: 20px;
        }

        #page-login .box-box-alt .box-heading {
            font-size: 35px;
        }
    }

    /**/

    #footer {
        background-color: #1D2A3E;
        padding: 35px 0;
    }

        #footer .box {
            align-items: center;
            display: flex;
            justify-content: space-between;
        }

        #footer .box-copy {
            align-items: center;
            display: flex;
        }

            #footer .box-copy p {
                color: #fff;
                font-size: 16px;
                line-height: 100%;
                margin: 0;
            }

                #footer .box-copy p a {
                    color: #fff;
                    text-decoration: none;
                }

                    #footer .box-copy p a:hover {
                        color: #4ea4e1;
                    }

            #footer .box-copy ul {
                display: flex;
                margin: 0;
                padding: 0 0 0 5px;
            }

                #footer .box-copy ul li {
                    border-left: 1px solid #fff;
                    margin: 0 0 0 5px;
                    padding: 0 0 0 5px;
                }

                    #footer .box-copy ul li a {
                        color: #fff;
                        display: block;
                        font-size: 16px;
                        line-height: 100%;
                        text-decoration: none;
                    }

                        #footer .box-copy ul li a:hover {
                            color: #4ea4e1;
                        }

        #footer .box-icons {
            display: flex;
            margin: 0 -10px;
        }

        #footer .box-icon {
            padding: 0 10px;
        }

            #footer .box-icon a {
                align-items: center;
                background-color: #4ea4e1;
                display: flex;
                height: 45px;
                justify-content: center;
                width: 45px;
            }

                #footer .box-icon a:hover {
                    background-color: #258dd7;
                }

            #footer .box-icon img {
                display: block;
                height: 25px;
                width: 25px;
            }

    @media (max-width: 768px) {
        #footer .box {
            display: block;
        }

        #footer .box-copy {
            margin: 0 0 30px;
        }

            #footer .box-copy p {
                font-size: 14px;
                text-align: center;
            }

            #footer .box-copy ul li a {
                font-size: 14px;
            }

        #footer .box-icons {
            justify-content: center;
            margin: 0;
        }
    }

    @media (max-width: 768px) {
        #footer .box-copy {
            display: block;
        }

            #footer .box-copy ul {
                justify-content: center;
                margin: 10px 0 0;
                padding: 0;
            }

                #footer .box-copy ul li:first-child {
                    border: none;
                    margin: 0;
                    padding: 0;
                }
    }
