﻿.footer-content-container {
    box-sizing: border-box;
    width: 100%;
}

.main-container {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    max-width: 90%;
}

@media screen and (min-width:600px) {
    .footer-content-container {
        width: auto;
    }
}

.page-heading {
    box-sizing: border-box;
    margin: 0;
    padding-top: 20px;
    color: rgb(0, 0, 0);
    text-align: center;
}

@media screen and (min-width:900px) {
    .page-heading {
        padding-top: 0px;
    }
}

@media screen and (min-width:0px) {
    .page-heading {
        font-size: 1.625rem;
    }
}

@media screen and (min-width:1200px) {
    .page-heading {
        font-size: 2.625rem;
    }
}

.content-container {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    max-width: 680px;
}

.form-section {
    box-sizing: border-box;
    padding-top: 30px;
    max-width: 1200px;
    margin: 0 auto;
    max-width: 300px;
    padding-top: 30px;
}

.grid-container {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
    max-width: 300px;
}

@media screen and (min-width:0px) {
    .grid-container {
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-gap: 1.25rem;
    }
}

.centered-container {
    box-sizing: border-box;
    max-width: 1200px;
    margin: 0 auto;
}

.button-container {
    box-sizing: border-box;
    padding-top: 10px;
    max-width: 1200px;
    margin: 0 auto;
    text-align: center;
    max-width: 300px;
    padding-top: 10px;
}

.padded-container {
    box-sizing: border-box;
    padding-top: 0.625rem;
    padding-left: 0;
    padding-right: 0;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 0.625rem;
}

@media screen and (min-width:600px) {
    .padded-container {
        padding-top: 3.125rem;
    }
}

@media screen and (min-width:900px) {
    .padded-container {
        padding-top: 5.5rem;
        padding-left: 1.5625rem;
        padding-right: 1.5625rem;
    }
}

@media screen and (min-width:600px) {
    .padded-container {
        padding-top: 3.125rem;
    }
}

@media screen and (min-width:900px) {
    .padded-container {
        padding-top: 5.5rem;
    }
}

.divider {
    display: block;
    width: 100%;
    position: relative;
    height: 1.875rem;
}

@media screen and (min-width:900px) {
    .divider {
        height: 3.125rem;
    }
}

.form-label {
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    font-family: BrownStd-Regular;
    line-height: 1.2;
    letter-spacing: 1.5px;
    text-transform: uppercase;
}

@media screen and (min-width:0px) {
    .form-label {
        font-size: 0.625rem;
    }
}

.input-text {
    box-sizing: border-box;
    font-family: BrownStd-Regular;
    line-height: 1.42;
}

@media screen and (min-width:0px) {
    .input-text {
        font-size: 0.875rem;
    }
}

.checkbox-label {
    box-sizing: border-box;
    color: rgb(0, 0, 0);
    font-family: BrownStd-Regular;
    line-height: 1.42;
}

@media screen and (min-width:0px) {
    .checkbox-label {
        font-size: 0.8rem;
    }
}

@media screen and (max-width:350px) {
    .checkbox-label {
        font-size: 0.75rem;
    }
}

.centered-margin {
    margin: auto 0;
}

.forgot-password-link {
    box-sizing: border-box;
    color: #859395;
    font-family: BrownStd-Regular;
    line-height: 2.5;
    text-align: right;
    margin-right: 15px;
}

@media screen and (min-width:0px) {
    .forgot-password-link {
        font-size: 0.75rem;
    }
}

.login-btn {
    box-sizing: border-box;
    font-family: BrownStd-Regular;
    line-height: 1.5;
    letter-spacing: 1px;
    text-transform: uppercase;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
}

@media screen and (min-width:0px) {
    .login-btn {
        font-size: 0.75rem;
    }
}

.primary-button {
    display: inline-block;
    padding: 0.9375rem 3.125rem;
    box-shadow: 0;
    background: #7E8A4A;
    border: 1px solid #7E8A4A;
    color: #FFF;
    -webkit-transition: background ease-in 0.2s, color ease-in 0.2s;
    transition: background ease-in 0.2s, color ease-in 0.2s;
    width: 100%;
}

    .primary-button > * {
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
    }

    .primary-button:hover:not(:disabled),
    .primary-button:focus:not(:disabled) {
        background: #F5F0E6;
        border-color: #7E8A4A;
        color: #7E8A4A;
        outline: 0;
        cursor: pointer;
    }

    .primary-button:disabled {
        color: #989393;
    }

.form-label-container {
    display: block;
}

.input-field {
    border: 1px solid transparent !important;
    outline: none;
    -webkit-transition: border 0.3s ease-in-out !important;
    transition: border 0.3s ease-in-out !important;
    width: 100% !important;
    padding: 0.9375rem !important;
    color: #455255 !important;
    border-color: #7E8A4A !important;
    background-color: inherit;
}

    .input-field:focus {
        border-color: #7E8A4A !important;
    }

/* sc-component-id: lmkx99-1 */
.form-group {
    margin: 1.875rem 0;
}

@media screen and (min-width:600px) {
    .form-group {
        margin: 0.9375rem 0;
    }
}

/* sc-component-id: sc-8tszql-2 */
.checkbox-container input[type='checkbox'] {
    display: none;
}

    .checkbox-container input[type='checkbox'] + p {
        display: -webkit-box;
        display: -webkit-flex;
        display: -ms-flexbox;
        display: flex;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
        position: relative;
    }

        .checkbox-container input[type='checkbox'] + p:before,
        .checkbox-container input[type='checkbox'] + p:after {
            content: '';
            display: block;
        }

        .checkbox-container input[type='checkbox'] + p:before {
            width: 30px;
            height: 30px;
            background: #F5F0E6;
            margin-right: 1rem;
            border: 1px solid transparent;
            border-color: rgb(126, 138, 74);
        }

        .checkbox-container input[type='checkbox'] + p:after {
            width: 25px;
            height: 16px;
            position: absolute;
            z-index: 10;
            background-color: transparent;
            left: 4px;
            top: 7px;
            background-repeat: no-repeat, repeat;
            background-position: 0;
            background-size: 100%;
            background-image: url("data:image/svg+xml,%3Csvg version='1.1' id='Layer_1' xmlns='http://www.w3.org/2000/svg' x='0px' y='0px' viewBox='0 0 16 16'%3E%3Cpolygon points='6.1,12.2 2.8,8.9 3.5,8.1 6.1,10.8 12.8,4.1 13.5,4.9' fill='%23455255' /%3E%3C/svg%3E");
            -webkit-transform: scale(0);
            -ms-transform: scale(0);
            transform: scale(0);
            -webkit-transition: -webkit-transform 0.1s ease-out;
            -webkit-transition: transform 0.1s ease-out;
            transition: transform 0.1s ease-out;
        }

    .checkbox-container input[type='checkbox']:checked + p:after {
        -webkit-transform: scale(1);
        -ms-transform: scale(1);
        transform: scale(1);
    }

.text-container {
    color: #455255;
    padding: 0 20px;
    text-align: center;
}

.centered-content {
    margin: 0 auto;
    max-width: 580px;
    text-align: center;
}

.intro-text {
    box-sizing: border-box;
    color: #859395;
    font-family: BrownStd-Regular;
    line-height: 1.5;
}

@media screen and (min-width:0px) {
    .intro-text {
        font-size: 0.75rem;
    }
}

@media screen and (min-width:600px) {
    .intro-text {
        font-size: 0.75rem;
    }
}

@media screen and (min-width:900px) {
    .intro-text {
        font-size: 0.75rem;
    }
}

@media screen and (min-width:1200px) {
    .intro-text {
        font-size: 0.75rem;
    }
}

@media screen and (min-width:1800px) {
    .intro-text {
        font-size: 0.75rem;
    }
}

.intro-container {
    color: rgb(0, 0, 0);
    font-size: .875rem;
    margin: 20px auto 0;
    /*text-align: center;*/
}

    .intro-container p {
        font-family: BrownStd-Regular;
        line-height: 1.5;
    }

        .intro-container p a {
            text-decoration: underline;
        }

@media screen and (min-width:1200px) {
    .intro-container {
        font-size: 1rem;
        width: auto;
    }
}

@media screen and (min-width:900px) {
    .intro-container {
        width: 450px;
    }
}

html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
    text-size-adjust: 100%;
}

body {
    margin: 0;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}

hr {
    box-sizing: content-box;
    height: 0;
    overflow: visible;
}

pre {
    font-family: monospace, monospace;
    font-size: 1em;
}

a {
    background-color: transparent;
}

abbr[title] {
    border-bottom: none;
    -webkit-text-decoration: underline;
    text-decoration: underline;
}

b,
strong {
    font-weight: bolder;
}

code,
kbd,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}

small {
    font-size: 80%;
}

sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}

sub {
    bottom: -0.25em;
}

sup {
    top: -0.5em;
}

img {
    border-style: none;
}

button,
input,
optgroup,
select,
textarea {
    font-family: inherit;
    font-size: 100%;
    line-height: 1.15;
    margin: 0;
}

button,
input {
    overflow: visible;
}

button,
select {
    text-transform: none;
}

button,
html [type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
}

    button::-moz-focus-inner,
    [type="button"]::-moz-focus-inner,
    [type="reset"]::-moz-focus-inner,
    [type="submit"]::-moz-focus-inner {
        border-style: none;
        padding: 0;
    }

    button:-moz-focusring,
    [type="button"]:-moz-focusring,
    [type="reset"]:-moz-focusring,
    [type="submit"]:-moz-focusring {
        outline: 1px dotted ButtonText;
    }

fieldset {
    padding: 0.35em 0.625em 0.75em;
}

legend {
    box-sizing: border-box;
    color: inherit;
    display: table;
    max-width: 100%;
    padding: 0;
    white-space: normal;
}

progress {
    vertical-align: baseline;
}

textarea {
    overflow: auto;
}

[type="checkbox"],
[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}

[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
    height: auto;
}

[type="search"] {
    -webkit-appearance: textfield;
    outline-offset: -2px;
}

    [type="search"]::-webkit-search-decoration {
        -webkit-appearance: none;
    }

::-webkit-file-upload-button {
    -webkit-appearance: button;
    font: inherit;
}

details {
    display: block;
}

summary {
    display: list-item;
}

template {
    display: none;
}

[hidden] {
    display: none;
}

abbr[title] {
    -webkit-text-decoration: underline dotted;
    text-decoration: underline dotted;
}

html {
    font-size: 16px;
    box-sizing: border-box;
}

*,
*::before,
*::after {
    box-sizing: inherit;
}

p {
    margin-top: 0;
}

a {
    color: black;
    -webkit-text-decoration: none;
    text-decoration: none;
}

.field-validation-error {
    color: #e2635d !important;
    position: relative !important;
    padding-left: 2rem !important;
    margin: .625rem 0 !important;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    box-sizing: border-box;
    font-family: BrownStd-Regular;
    line-height: 1.5;
}

.g-recaptcha {
    padding-bottom: 15px;
}

@-webkit-keyframes fade-in-up {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

@keyframes fade-in-up {
    from {
        opacity: 0;
        -webkit-transform: translate3d(0, 50px, 0);
        -ms-transform: translate3d(0, 50px, 0);
        transform: translate3d(0, 50px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translate3d(0, 0, 0);
        -ms-transform: translate3d(0, 0, 0);
        transform: translate3d(0, 0, 0);
    }
}

.error {
    color: #e2635d !important;
}

span.error {
    color: #e2635d !important;
    position: relative !important;
    padding-left: 1.5625rem !important;
    margin: .625rem 0 !important;
    display: block;
    margin-block-start: 1em;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    box-sizing: border-box;
    font-family: BrownStd-Regular;
    line-height: 1.5;
    font-size: 0.75rem;
}

.failure-signin {
    padding-top: 20px;
    color: #e2635d;
    text-align: center;
    font-family: BrownStd-Regular;
    line-height: 1.5;
}