html {
    line-height: 1.15;
    -webkit-text-size-adjust: 100%;
}

body {
    margin: 0;
    font-family: "Satoshi", sans-serif;
}

#header {
    display: none;
}

main {
    display: block;
}

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;
    text-decoration: underline;
    text-decoration: underline dotted;
}

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,
[type="button"],
[type="reset"],
[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}

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.75em 0.625em;
}

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,
hr {
    display: none;
}

[hidden] {
    display: none;
}

html,
input[type="search"] {
    box-sizing: border-box;
}

*,
*:before,
*:after {
    box-sizing: inherit;
}

html {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

body {
    font-family: "Satoshi", sans-serif;
    color: #444;
    font-size: 16px;
}

.charitable-container h1,
h2 {
    font-family: "Satoshi", sans-serif;
}

.column-wrap {
    background-color: #fff;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-align-content: stretch;
    -ms-flex-line-pack: stretch;
    align-content: stretch;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    min-height: 100vh;
}

.column-left {
    width: 35%;
    margin: 0 auto;
    min-height: 100vh;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 959px) {
    .column-left {
        width: 100%;
        min-height: 0;
        height: auto;
        display: block;
        padding-top: 60px;
    }
}

.column-left .inner {
    padding: 0 50px;
    margin: 0 auto;
    max-width: 485px;
}

@media (max-width: 959px) {
    .column-left .inner {
        padding: 0 30px;
    }
}

.column-left a,
.column-left a:active,
.column-left a:visited {
    color: #e27730;
    text-decoration: none;
}

.column-left a:hover {
    color: #c45e1b;
}

.column-left img {
    width: 120px;
    display: block;
    margin: 0 auto;
}

.column-left h1 {
    color: #444;
    font-size: 30px;
    font-weight: 400;
    text-align: center;
    margin: 24px 0;
}

.column-left label {
    display: block;
    color: #777;
    font-size: 14px;
    font-weight: 700;
    margin: 0 0 10px 0;
}

.column-left label.regular {
    font-weight: 400;
}

.column-left input[type="text"],
.column-left input[type="password"] {
    display: block;
    width: 100%;
    border: 1px solid #ddd;
    border-radius: 3px;
    font-size: 18px;
    line-height: 1;
    padding: 13px 15px;
    color: #444;
    -webkit-appearance: none;
}

.column-left input[type="text"]:focus,
.column-left input[type="password"]:focus {
    outline: 0;
    border-color: #82c8ff;
}

.column-left input[type="checkbox"] {
    display: inline-block;
    margin-right: 6px;
}

.column-left button {
    display: block;
    width: 100%;
    line-height: 1;
    background-color: #e27730;
    border-radius: 3px;
    border: none;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    padding: 16px 15px;
    cursor: pointer;
}

.column-left button:hover {
    background-color: #c45e1b;
}

.column-left .input-wrap {
    margin: 0 0 25px 0;
}

.column-left .create {
    text-align: center;
    margin: 0 0 20px 0;
}

.column-left .error {
    border-left: 3px solid red;
    padding: 10px;
    background: #ffe7eb;
}

.column-left .message {
    border-left: 3px solid #668cff;
    padding: 10px;
    background: #e6f9ff;
}

.column-left .indicator-hint {
    font-size: 13px;
    color: #666;
    margin-bottom: 20px;
}

.column-left form {
    margin: 20px 0;
}

.column-left form .user-pass1-wrap .password-input-wrapper {
    display: table;
    width: 100%;
}

.column-left form .user-pass1-wrap #pass1-text {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    border-top-right-radius: 0;
}

.column-left form .user-pass1-wrap #pass1-text.strong,
.column-left form .user-pass1-wrap #pass1.strong {
    border-color: #83c373;
}

.column-left form .user-pass1-wrap #pass1-text,
.column-left form .user-pass1-wrap .show-password #pass1 {
    display: none;
}

.column-left form .user-pass1-wrap #pass1-text.short,
.column-left form .user-pass1-wrap #pass1.short {
    border-color: #e35b5b;
}

.column-left form .user-pass1-wrap .show-password #pass1-text {
    display: inline-block;
}

.column-left form .user-pass1-wrap .wp-hide-pw {
    width: 47px;
    text-align: center;
}

.column-left form .user-pass1-wrap .wp-hide-pw.button.button-secondary {
    display: table-cell;
    vertical-align: middle;
    color: #555;
    border-color: #ccc;
    background: #f7f7f7;
    box-shadow: 0 1px 0 #ccc;
    text-decoration: none;
    font-size: 13px;
    line-height: 26px;
    height: 28px;
    margin: 0;
    padding: 4px 0 0;
    cursor: pointer;
    border-width: 1px;
    border-style: solid;
    -webkit-appearance: none;
    white-space: nowrap;
    box-sizing: border-box;
    border-radius: 0;
    border-top-right-radius: 3px;
}

.column-left form .user-pass1-wrap #pass-strength-result {
    text-align: center;
    font-weight: 600;
    margin: -1px 5px 16px 0;
    padding: 6px 5px;
    width: 100%;
    color: #23282d;
    box-sizing: border-box;
}

.column-left form .user-pass1-wrap #pass-strength-result.strong {
    border: 1px solid #83c373;
    background-color: #c1e1b9;
    opacity: 1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.column-left form .user-pass1-wrap #pass-strength-result.short {
    border: 1px solid #e35b5b;
    background-color: #f1adad;
    opacity: 1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.column-left form .user-pass1-wrap #pass-strength-result.good {
    border: 1px solid #ffc733;
    background-color: #ffe399;
    opacity: 1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.column-left form .user-pass1-wrap #pass-strength-result.bad {
    border: 1px solid #f78b53;
    background-color: #fbc5a9;
    opacity: 1;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px;
}

.column-left form .user-pass1-wrap #pass-strength-result.hide-if-no-js {
    display: none;
}

.column-left .forgot {
    text-align: center;
    font-size: 16px;
    margin: 20px 0 0;
}

.column-left .forgot a {
    color: #666;
    text-decoration: underline;
}

.column-left .forgot a:hover {
    color: #c45e1b;
}

.column-left .footer {
    text-align: center;
    margin: 40px 0 0;
    color: #888;
    font-size: 12px;
}

.column-left .footer a {
    color: #888;
    text-decoration: underline;
}

.column-left .footer a:hover {
    color: #c45e1b;
}

.column-left .footer .links {
    display: block;
    padding: 10px 0 0;
}

.column-left .footer .sep {
    display: inline-block;
    margin: 0 5px;
    color: #ccc;
}

.column-right {
    margin: 0;
    width: 65%;
    min-height: 100vh;
    height: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-repeat: no-repeat;
    background-size: cover;
}

@media (max-width: 959px) {
    .column-right {
        display: none;
    }
}

.column-right .inner {
    display: block;
    width: 100%;
    text-align: center;
}

.column-right .inner .a_message {
    padding: 44px 60px 50px 60px;
    background-color: #fff;
    max-width: 440px;
    margin: auto;
    text-align: left;
}

.column-right .inner .a_message .a_message_title {
    color: #444444;
    margin-bottom: 26px;
    line-height: 1.4;
    font-size: 27px;
    font-weight: 400;
    margin-top: 0;
}

.column-right .inner .a_message .a_message_content {
    color: #777777;
    font-size: 18px;
    margin-bottom: 32px;
    line-height: 1.6em;
}

.column-right .inner .a_message .a_message_button {
    background-color: #de7739;
    border-radius: 3px;
    font-size: 16px;
}

.column-right .inner .a_message .a_message_button:hover,
.column-right .inner .a_message .a_message_button:active {
    background-color: #c35e21;
}

.column-right .inner .a_message .a_message_button a {
    display: block;
    width: 100%;
    color: #fff;
    padding: 20px;
    text-decoration: none;
    background-image: url(../images/login/button-arrow-white.svg);
    background-repeat: no-repeat;
    background-position: calc(100% - 20px) center;
    background-size: 18px;
    font-weight: 800;
}

.column-right .inner .a_message.upsell_wpf {
    max-width: 680px;
    background-color: #036aa9;
}

.column-right .inner .a_message.upsell_wpf .a_message_content ul {
    padding-left: 0;
}

.column-right .inner .a_message.upsell_wpf .a_message_content ul li {
    list-style: none;
    background-image: url(../images/login/check-lightgreen.svg);
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 18px;
    padding-left: 27px;
    margin-bottom: 5px;
}

.column-right .inner .a_message.upsell_wpf .a_message_content ul li:last-of-type {
    margin-bottom: 0;
}

.column-right .inner .a_message.upsell_wpf .a_message_button {
    display: inline-block;
    width: auto;
    margin-left: 0;
    margin-right: 0;
}

.column-right .inner .a_message.upsell_wpf .a_message_button a {
    padding-right: 50px;
}

.column-right .inner .a_message.upsell_mi {
    background-color: #5f6197;
}

.column-right .inner .a_message.upsell_mi .a_message_button {
    background-color: #5cc0a5;
}

.column-right .inner .a_message.upsell_mi .a_message_button:hover,
.column-right .inner .a_message.upsell_mi .a_message_button:active {
    background-color: #41a88c;
}

.column-right .inner .a_message.upsell_wpf .a_message_title,
.column-right .inner .a_message.upsell_mi .a_message_title {
    color: #ffffff;
}

.column-right .inner .a_message.upsell_wpf .a_message_content,
.column-right .inner .a_message.upsell_mi .a_message_content {
    color: #f1eef8;
}

.login-submit input[type="submit"],
body.page-template-tpl-login .wpforms-form button[type="submit"] {
    width: 100%;
    color: white !important;
    background-color:#f89d35 !important;
    border-color: #e27730;
    font-weight: 600 !important;
}
body.page-template-tpl-login .wpforms-form input {
    width: 100% !important;
    max-width: none !important;
}
input[type="submit"], input[type="button"], button {
    padding: 10px 20px
    font-size: 15px;
    line-height: 2;
    color: #fff;
    background-color: #0078ff;
    text-transform: uppercase;
    letter-spacing: 0.1rem;
    border: .1rem solid #005bc2;
      border-top-color: rgb(0, 91, 194);
      border-right-color: rgb(0, 91, 194);
      border-bottom-color: rgb(0, 91, 194);
      border-left-color: rgb(0, 91, 194);
    border-radius: 0.3rem;
  }
.login-submit input[type="submit"], body.page-template-tpl-login .wpforms-form button[type="submit"] {
    width: 100%;
    color: white !important;
    background-color: #f89d35 !important;
    border-color: #e27730;
    font-weight: 600 !important;