@font-face {
    font-family: "MediaCore";
    src: url(../fonts/media-core.ttf);
    src: url(../fonts/media-core.woff2); }
@font-face {
    font-family: "MediaCore Light";
    src: url(../fonts/core-light.eot);
    src: url(../fonts/core-light.svg);
    src: url(../fonts/core-light.ttf);
    src: url(../fonts/core-light.woff);
    src: url(../fonts/core-light.woff2); }
@font-face {
    font-family: "Simplon Norm Regular";
    src: url(../fonts/simplonnorm-regular-webxl.svg);
    src: url(../fonts/simplonnorm-regular-webxl.ttf);
    src: url(../fonts/simplonnorm-regular-webxl.woff);
    src: url(../fonts/simplonnorm-regular-webxl.woff2); }
@font-face {
    font-family: "Simplon Norm Bold";
    src: url(../fonts/simplonnorm-bold-webxl.svg);
    src: url(../fonts/simplonnorm-bold-webxl.ttf);
    src: url(../fonts/simplonnorm-bold-webxl.woff);
    src: url(../fonts/simplonnorm-bold-webxl.woff2); }
@font-face {
    font-family: "Simplon Norm Light";
    src: url(../fonts/simplonnorm-light-webxl.svg);
    src: url(../fonts/simplonnorm-light-webxl.ttf);
    src: url(../fonts/simplonnorm-light-webxl.woff);
    src: url(../fonts/simplonnorm-light-webxl.woff2); }
@font-face {
    font-family: "Simplon Norm Medium";
    src: url(../fonts/simplonnorm-medium-webxl.svg);
    src: url(../fonts/simplonnorm-medium-webxl.ttf);
    src: url(../fonts/simplonnorm-medium-webxl.woff);
    src: url(../fonts/simplonnorm-medium-webxl.woff2); }
@font-face {
    font-family: "Simplon Norm Regular Italic";
    src: url(../fonts/simplonnorm-regularitalic-webxl.svg);
    src: url(../fonts/simplonnorm-regularitalic-webxl.ttf);
    src: url(../fonts/simplonnorm-regularitalic-webxl.woff);
    src: url(../fonts/simplonnorm-regularitalic-webxl.woff2); }
@font-face {
    font-family: "Simplon Norm Bold Italic";
    src: url(../fonts/simplonnorm-bolditalic-webxl.svg);
    src: url(../fonts/simplonnorm-bolditalic-webxl.ttf);
    src: url(../fonts/simplonnorm-bolditalic-webxl.woff);
    src: url(../fonts/simplonnorm-bolditalic-webxl.woff2); }
@font-face {
    font-family: "Simplon Norm Light Italic";
    src: url(../fonts/simplonnorm-lightitalic-webxl.svg);
    src: url(../fonts/simplonnorm-lightitalic-webxl.ttf);
    src: url(../fonts/simplonnorm-lightitalic-webxl.woff);
    src: url(../fonts/simplonnorm-lightitalic-webxl.woff2); }
@font-face {
    font-family: "Simplon Norm Medium Italic";
    src: url(../fonts/simplonnorm-mediumitalic-webxl.svg);
    src: url(../fonts/simplonnorm-mediumitalic-webxl.ttf);
    src: url(../fonts/simplonnorm-mediumitalic-webxl.woff);
    src: url(../fonts/simplonnorm-mediumitalic-webxl.woff2); }
/**
 * Background gradient for static and animated screens.
 */
/**
* Background gradient for modal mask for start screen.
*/
html {
    -webkit-text-size-adjust: 100%;
    -ms-text-size-adjust: 100%;
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased; }

body {
    -webkit-overflow-scrolling: auto;
    text-rendering: optimizeLegibility; }

html {
    height: 100%; }

body, html {
    overflow-x: hidden; }

body {
    min-height: 100%;
    width: auto;
    margin: 0;
    background-image: linear-gradient(180deg, #672779 0%, #006cae 50%, #6fc3b8 100%) !important;
    background-size: 100% 200%;
    font-size: 13px;
    font-family: "Simplon Norm Regular", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    color: #ffffff; }
@media screen and (min-width: 768px) {
    body {
        font-size: 16px; } }
body a {
    color: #6fc3b8;
    text-decoration: none; }
body a :hover {
    color: #6fc3b8; }

body {
    display: grid;
    justify-content: center;
    align-content: center;
    grid-template-rows: 1fr auto;
    grid-row-gap: 100px; }

#main {
    padding-top: 100px; }
#main_header {
    padding-bottom: 20px; }
#main_header .subhead {
    padding-top: 20px;
    font-size: 13px; }
@media screen and (min-width: 1024px) {
    #main_header .subhead {
        font-size: 16px; } }
#main_form_login-form {
    height: 200px;
    padding: 20px 0 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }

#loginForm {
    width: 230px;
    padding: 0 20px 0; }

#logo-box a img {
    height: 90px;
    width: 90px; }

.main-box {
    display: flex;
    align-content: center;
    justify-content: center;
    font-size: 13px;
    color: #ffffff; }
@media screen and (min-width: 1024px) {
    .main-box {
        font-size: 16px; } }

.main_form {
    display: flex;
    align-content: center;
    justify-content: center; }
.main_form_input {
    padding: 10px 0; }
.main_form_input label {
    display: block;
    padding: 4px 0;
    font-size: 13px;
    font-weight: bold; }
@media screen and (min-width: 1024px) {
    .main_form_input label {
        font-size: 16px; } }
.main_form_input input {
    width: 230px;
    border: 0;
    margin: 1px;
    padding: 6px 1px;
    background: none;
    border-bottom: 1px solid #ffffff;
    font-size: 13px;
    color: #ffffff; }
@media screen and (min-width: 1024px) {
    .main_form_input input {
        font-size: 16px; } }
.main_form_button {
    padding: 10px 0 2px;
    align-self: flex-end;
    border: none;
    background: none;
    font-size: 13px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ffffff; }
@media screen and (min-width: 1024px) {
    .main_form_button {
        font-size: 16px; } }
.main_form_button:hover {
    border-bottom: 1px solid #ffffff;
    cursor: pointer; }
.main_links div {
    padding: 6px 20px;
    font-size: 13px; }
@media screen and (min-width: 1024px) {
    .main_links div {
        padding: 6px 0;
        font-size: 16px; } }

#footer {
    width: 100%;
    margin: 0;
    padding-bottom: 12px;
    color: #ffffff;
    font-size: 13px;
    font-family: "Simplon Norm Regular", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-weight: 100;
    grid-row-start: 2;
    grid-row-end: 3; }
@media screen and (min-width: 1024px) {
    #footer {
        font-size: 16px; } }
#footer_links {
    padding: 0 30px;
    display: grid;
    grid-template-columns: auto;
    grid-template-rows: auto auto auto auto; }
@media screen and (min-width: 768px) {
    #footer_links {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: auto auto; } }
@media screen and (min-width: 1024px) {
    #footer_links {
        grid-template-columns: repeat(4, 1fr);
        grid-template-rows: auto; } }
#footer_legal {
    padding: 10px;
    display: flex;
    align-items: center;
    justify-content: center; }
#footer_legal a {
    display: inline-block;
    color: #ffffff;
    text-decoration: none; }
#footer_legal a:hover {
    text-decoration: underline; }
#footer_legal a::after {
    display: none; }
#footer_legal a:not(:last-child)::after {
    width: 18px;
    margin-left: 17px;
    display: inline-block;
    content: "|";
    color: #ffffff;
    font-weight: 100; }
#footer_copyright-box {
    padding: 10px 10px 4px;
    text-align: center; }

.footer-box {
    padding: 30px 0 20px; }
.footer-box h3 {
    margin: 0;
    padding-bottom: 10px;
    font-size: 18px;
    font-family: "MediaCore Light", "Simplon Norm Light", "Lucida Sans", "Lucida Sans Unicode", "Lucida Grande", Arial, Helvetica, sans-serif;
    font-weight: 400;
    text-transform: uppercase; }
@media screen and (min-width: 1024px) {
    .footer-box h3 {
        font-size: 20px; } }
.footer-box a {
    display: block;
    padding: 8px 0 10px;
    font-size: 13px;
    color: #ffffff;
    text-decoration: none; }
@media screen and (min-width: 1024px) {
    .footer-box a {
        font-size: 16px; } }
.footer-box a:hover {
    text-decoration: underline; }
