@font-face {
  font-family: "formed";
  src: url("../fonts/formed_icons.eot") format("embedded-opentype");
  src: url("../fonts/formed_icons.svg") format("svg");
  src: url("../fonts/formed_icons.ttf") format("truetype");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Sailec-bold-italic";
  src: url("../fonts/Ai-Sailec-bold-italic.otf") format("opentype");
}
@font-face {
  font-family: "Sailec-bold";
  src: url("../fonts/Ai-Sailec-bold.otf") format("opentype");
}
@font-face {
  font-family: "Sailec-italic";
  src: url("../fonts/Ai-Sailec-italic.otf") format("opentype");
}
@font-face {
  font-family: "Sailec";
  src: url("../fonts/Ai-Sailec.otf") format("opentype");
}
@font-face {
  font-family: "Publico";
  src: url("../fonts/Publico-Black.otf") format("opentype");
}
@font-face {
  font-family: "Publico-Light";
  src: url("../fonts/Publico-Light.otf") format("opentype");
}
@font-face {
  font-family: "Publico-Medium";
  src: url("../fonts/Publico-Medium.otf") format("opentype");
}
@font-face {
  font-family: "Publico-Roman";
  src: url("../fonts/Publico-Roman.otf") format("opentype");
}
/* @import "bootstrap/scss/bootstrap"; */
a,
body,
button,
li,
p,
span {
  font-family: "Sailec", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

h1,
h2,
h3,
h4,
h5 {
  font-family: "Publico-Light", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

a {
  color: #1574E4;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

a:hover {
  color: rgb(87.7084337349, 157.413253012, 239.5915662651);
  text-decoration: none;
}

body {
  background: #FAFAFA;
  height: 100vh;
}

@media (min-width: 575px) {
  body {
    padding: 0 22px;
    background: #FAFAFA;
  }
}
body p {
  margin-bottom: 0;
}

body .container-fluid {
  display: flex;
  flex-direction: column;
  padding: 0 22px;
}

body #kc-header {
  display: none;
}

body #global-nav-row {
  color: #939598;
  margin-top: 34px;
  margin-bottom: 20px;
}

body #global-nav-row .col {
  padding: 0 0 0 2px;
  max-width: 534px;
  margin-left: auto;
  margin-right: auto;
}

body #global-nav-row img.ai-logo {
  position: relative;
  width: 105%;
  left: -2.5%;
}

@media (max-width: 574px) {
  body #global-nav-row {
    margin-top: 19px;
    margin-bottom: 34px;
  }
  body #global-nav-row .col {
    padding: 0;
  }
}
body #brand-logos-row {
  max-width: 544px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 22px;
}

@media (max-width: 574px) {
  body #brand-logos-row {
    margin-bottom: 18px;
  }
  body #brand-logos-row .col {
    padding: 0px;
  }
}
body .custom-card {
  position: relative;
  padding: 6px 0 0 0;
  width: 100%;
  min-height: 392px;
  border-top: 1px solid #DDD;
  border-bottom: 1px solid #DDD;
  flex-shrink: 0;
}

@media (min-width: 575px) {
  body .custom-card {
    background: #fff;
    width: 514px;
    padding: 14px 67px 47px;
    border: 1px solid #DDD;
    min-height: 514px;
    margin: 0 auto 0px auto;
  }
  body .custom-card.tall {
    min-height: 615px;
  }
}
body .custom-card h1 {
  font-size: 28px;
  letter-spacing: 1.64px;
}

@media (min-width: 575px) {
  body .custom-card h1 {
    font-size: 34px;
  }
}
body .custom-card form .email-container, body .custom-card div.form .email-container {
  justify-content: center;
  margin-bottom: 23px;
}

@media (min-width: 575px) {
  body .custom-card form .email-container, body .custom-card div.form .email-container {
    margin-bottom: 28px;
  }
}
body .custom-card form .email-input-container, body .custom-card div.form .email-input-container {
  margin-bottom: 22px;
}

@media (min-width: 575px) {
  body .custom-card form .email-input-container, body .custom-card div.form .email-input-container {
    margin-bottom: 27px;
  }
}
body .custom-card form .email-input-container span, body .custom-card div.form .email-input-container span {
  margin-left: 11px;
}

body .custom-card form .form-floating .form-control::placeholder, body .custom-card div.form .form-floating .form-control::placeholder {
  color: transparent;
}

body .custom-card form .form-floating label, body .custom-card div.form .form-floating label {
  color: #A5A5A5;
  display: inline-block;
}

body .custom-card form .form-control, body .custom-card div.form .form-control {
  -webkit-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -moz-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -ms-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  -o-transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  transition: border-color 0.3s ease-in-out, box-shadow 0.3s ease-in-out;
  border-radius: unset;
  padding: 14px 11px;
  line-height: 16px;
  font-size: 13px;
  border-color: #979797;
  height: unset;
}

body .custom-card form .form-control::placeholder, body .custom-card div.form .form-control::placeholder {
  /* Chrome, Firefox, Opera, Safari 10.1+ */
  color: #A5A5A5;
  opacity: 1;
  /* Firefox */
}

body .custom-card form .form-control:-ms-input-placeholder, body .custom-card div.form .form-control:-ms-input-placeholder {
  /* Internet Explorer 10-11 */
  color: #A5A5A5;
}

body .custom-card form .form-control::-ms-input-placeholder, body .custom-card div.form .form-control::-ms-input-placeholder {
  /* Microsoft Edge */
  color: #A5A5A5;
}

body .custom-card form .login-card.success, body .custom-card div.form .login-card.success {
  display: none;
}

body #footer-card {
  max-width: 514px;
  width: 100%;
  margin-top: 8px;
  margin-left: auto;
  margin-right: auto;
  color: #939598;
}

body #footer-card a:not(.normal-size) {
  font-size: 13px;
}

body #verifyEmail {
  width: 369px;
  margin: 60px auto 0 auto;
}

body #verifyEmail h4 {
  font-family: "Proxima-Soft", sans-serif;
  margin-bottom: 30px;
  font-size: 24px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 0em;
}

body #verifyEmail p {
  font-family: "Proxima-Soft", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 27px;
  letter-spacing: 0em;
}

body #verifyEmail a {
  text-decoration: none;
}

body #verifyEmail img.wol-logo {
  padding-left: 1.8%;
  width: 100%;
}

.alert {
  font: large;
}

span.error {
  color: #D0021B;
  font-size: 12px;
  margin-left: 12px;
  line-height: 22px;
}

input.error {
  border: #D0021B solid 1px !important;
  background: #FEF8F8;
}

input.success {
  color: green;
  margin-bottom: 20px;
}

input.readonly, input.readonly:focus {
  color: #BEBEBE;
  cursor: not-allowed;
}

.form-group {
  margin-bottom: 1rem;
}

.form-group .submit-container {
  width: 100%;
}

.form-group .submit-container button {
  width: 100%;
}

.form-group .submit-desc {
  color: #4A4A4A;
  font-size: 13px;
}

@media (max-width: 574px) {
  .form-group .submit-desc {
    letter-spacing: 0.37px;
  }
}
.form-group .password {
  padding: 0;
  margin-bottom: 9px;
}

.form-group .password input {
  height: 66px;
  width: 100%;
}

.form-group .password span {
  margin-left: 11px;
}

.form-group .password-submit {
  width: 100%;
  height: 66px;
}

.form-group .password-submit button {
  width: 100%;
}

.form-group input[type=text], .form-group input[type=email], .form-group input[type=password] {
  height: 40px;
  font-size: 16px;
  border: 1px solid #939598;
  padding-left: 8px;
  padding-right: 8px;
  width: 100%;
  margin-bottom: 20px;
  border-radius: unset;
}

.form-group input[type=text].passwordless, .form-group input[type=email].passwordless, .form-group input[type=password].passwordless {
  margin: 0;
}

.form-group .radio-label {
  position: relative;
  top: -45px;
}

#show, #hide {
  margin-left: 11px;
}

.login-landing-btn {
  width: 99px;
}

@media (min-width: 575px) {
  .login-landing-btn {
    width: 121px;
  }
}
.login-landing-btn.mobile-oauth-btn {
  width: unset;
}

.reset-password-form-btn {
  width: 189px;
}

@media (min-width: 575px) {
  .reset-password-form-btn {
    width: 197px;
  }
}
.btn {
  padding: 11px 12px;
  line-height: 17px;
  font-size: 14px;
  height: 41px;
  width: 100%;
  background: #1574E4;
  border: none;
  color: #FFFFFF;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: unset;
  font-weight: 700;
}

@media (min-width: 575px) {
  .btn {
    font-size: 14px;
    height: 52px;
    padding: 13px 12px;
    font-weight: 400;
  }
}
.btn:active, .btn:focus, .btn:hover {
  background: rgb(87.7084337349, 157.413253012, 239.5915662651);
  border-color: rgb(87.7084337349, 157.413253012, 239.5915662651);
  color: #FFFFFF;
  box-shadow: none;
}

.btn.btn-primary:disabled {
  background-color: #9B9B9B !important;
  border: #979797 solid 1px !important;
  color: #FFFFFF !important;
}

.btn.btn-large + .btn-large {
  margin-top: 1em;
}

.btn.password-button {
  font-size: 14px;
}

.btn.reset-password-button {
  padding: 14px 7px;
  letter-spacing: 1.4px;
}

@media (min-width: 575px) {
  .btn.reset-password-button {
    padding: 19px 7px;
  }
}
.btn.btn-user {
  color: #000000 !important;
  background: #e5e5e5 !important;
  text-transform: none;
  height: auto;
  margin-bottom: 1rem;
  border-radius: 0.7rem;
}

.btn.btn-user small {
  display: block;
  margin-top: 0.2rem;
}

.btn.btn-user:hover {
  background: #4391fc !important;
}

.password-link-container-left {
  display: flex;
  padding-left: 16px;
  margin-bottom: 15px;
  width: 45%;
  font-size: 13px;
  line-height: 22px;
}

@media (min-width: 575px) {
  .password-link-container-left {
    margin-top: 1px;
    margin-bottom: 24px;
    padding-left: 16px;
    width: 50%;
  }
}
.password-link-container-left a {
  color: #1574E4 !important;
  cursor: pointer !important;
  font-size: 13px;
}

@media (max-width: 574px) {
  .password-link-container-left a {
    letter-spacing: 0.37px;
  }
}
.password-link-container-right {
  display: flex;
  padding-right: 15px;
  width: 55%;
  line-height: 22px;
}

@media (min-width: 575px) {
  .password-link-container-right {
    margin-top: 1px;
    width: 50%;
  }
}
.password-link-container-right a {
  margin-left: auto;
  color: #1574E4 !important;
  cursor: pointer !important;
  font-size: 13px;
  margin-right: 5px;
}

@media (max-width: 574px) {
  .password-link-container-right a {
    letter-spacing: 0.37px;
  }
}
.password-container {
  justify-content: center;
  margin-bottom: 23px;
}

.req {
  color: #5F9F18;
  font-size: 10px;
  text-align: center;
  padding: 0;
}

.req.gray {
  color: #9B9B9B;
  opacity: 55%;
}

.formed-icon {
  font-family: "formed";
  color: #1574E4;
  -webkit-transition: all 0.2s linear 0s;
  -moz-transition: all 0.2s linear 0s;
  -ms-transition: all 0.2s linear 0s;
  -o-transition: all 0.2s linear 0s;
  transition: all 0.2s linear 0s;
}

.formed-icon:hover {
  color: rgb(87.7084337349, 157.413253012, 239.5915662651);
}

.formed-icon:before {
  content: "!";
  font-style: normal;
}

hr {
  margin-top: 16px;
  margin-bottom: 0;
  border-width: 1px;
  border-color: #979797;
  opacity: 1;
}

.seperator {
  color: #4A4A4A;
  margin-top: 7px;
  font-size: 13px;
  margin-bottom: 0;
}

#kc-social-providers, #social-providers {
  text-align: center;
}

@media (min-width: 575px) {
  #kc-social-providers #btn-google, #social-providers #btn-google {
    padding-left: 9px;
  }
  #kc-social-providers #btn-facebook, #social-providers #btn-facebook {
    padding-right: 9px;
    display: flex;
    align-items: center;
  }
}
@media (max-width: 574px) {
  #kc-social-providers, #social-providers {
    margin: 0;
  }
  #kc-social-providers #btn-facebook, #social-providers #btn-facebook {
    margin-bottom: 11px;
    display: flex;
    align-items: center;
  }
}
#kc-social-providers a img, #social-providers a img {
  width: 185px;
}

@media (max-width: 574px) {
  #kc-social-providers a img, #social-providers a img {
    height: 40px;
    width: unset;
  }
}
#back-row {
  margin-bottom: 18px;
}

@media (max-width: 574px) {
  #back-row {
    margin-bottom: 9px;
  }
}
#back-row a {
  color: #1574E4;
  cursor: pointer;
  position: relative;
  font-size: 13px;
  left: -53px;
  top: -7px;
  font-weight: normal;
}

@media (max-width: 574px) {
  #back-row a {
    top: 0;
    left: 0;
    letter-spacing: 0.37px;
  }
}
#login-title, #kc-page-title {
  line-height: 36px;
  margin-bottom: 24px;
}

@media (min-width: 575px) {
  #login-title, #kc-page-title {
    line-height: 41px;
    margin-bottom: 36px;
  }
}
.form-group.row.justify-content-center.success,
.login-card.success,
.login-footer.success {
  display: none;
}

.success-message, .error-message {
  color: #4A4A4A;
  font-size: 13px;
  text-align: center;
}

@media (max-width: 574px) {
  .success-message, .error-message {
    letter-spacing: 0.3px;
  }
}
.password-reset {
  display: none;
}

.password-reset.success {
  display: block;
}

.brand-logo {
  max-width: 180px;
}

.brand-logo.formed {
  width: 58px;
}

@media (max-width: 574px) {
  .brand-logo.formed {
    padding-top: 6px;
  }
}
@media (min-width: 575px) {
  .brand-logo.formed {
    float: left;
    width: 100px;
    padding-top: 15px;
  }
}
.brand-logo.catholic-market {
  width: 103px;
  margin-left: -20px;
  padding-top: 5px;
}

@media (min-width: 575px) {
  .brand-logo.catholic-market {
    width: unset;
    padding-top: 14px;
  }
}
.brand-logo.mission-circle {
  width: 83px;
  padding-top: 5px;
}

@media (min-width: 575px) {
  .brand-logo.mission-circle {
    float: right;
    width: 132px;
    padding-top: 18px;
  }
}
@media (max-width: 576px) {
  .brand-logo {
    padding: 0px;
  }
}
@media (max-width: 574px) {
  #formed {
    padding-right: 6%;
  }
  #catholic-market {
    max-width: unset;
    padding-right: 6.4%;
  }
  #mission-circle {
    max-width: unset;
  }
}
.tall .divider {
  margin-bottom: 22px;
}

@media (min-width: 575px) {
  .tall .divider {
    margin-bottom: 24px;
  }
}
.divider {
  margin-bottom: 22px;
}

@media (min-width: 575px) {
  .divider {
    margin-top: -6px;
    margin-bottom: 27px;
  }
}
.divider .left {
  left: 15px;
  padding-right: 7px;
}

.divider .right {
  right: 16px;
  padding-left: 7px;
}

/* client consent page */
#kc-oauth p, #kc-oauth label {
  color: #545454;
  font-size: 0.875rem;
  line-height: 1.3rem;
  width: 100%;
}

#kc-oauth p.fine-print, #kc-oauth label.fine-print {
  font-size: 0.75rem;
  line-height: 1.1rem;
  text-align: justify;
}

@media (max-width: 574px) {
  #kc-oauth p.fine-print, #kc-oauth fieldset {
    padding-left: 0.75rem;
    padding-right: 1rem;
  }
}
#kc-oauth label {
  display: inline;
}

.learn-more {
  color: #3D7CEB;
}

.form-actions {
  margin: auto;
}

.form-actions #kc-login {
  width: 121px;
  margin-bottom: 31px;
}

.form-actions #kc-connect {
  width: 160px;
  margin-bottom: 31px;
}

.form-actions p {
  color: #4A4A4A;
  font-size: 10px;
  width: 231px;
}

.form-actions .link {
  border: none;
  background: transparent;
  color: #1574E4;
  margin-top: 214px;
  font-size: 13px;
}

.learn-more {
  color: #3D7CEB;
}

.backup-message {
  margin-top: 29px;
}

.backup-message a {
  color: black;
}

#registration-link-container {
  text-align: center;
  font-size: 13px;
  margin-top: 72px;
  margin-bottom: 27px;
}

@media (min-width: 575px) {
  #registration-link-container {
    position: absolute;
    left: 0px;
    bottom: 20px;
    width: 100%;
  }
}
#login-password.custom-card.tall {
  padding-top: 6px;
}

@media (min-width: 575px) {
  #login-password.custom-card.tall {
    padding-top: 14px;
  }
}
#login-password #login-title {
  margin-bottom: 23px;
}

@media (min-width: 575px) {
  #login-password #login-title {
    margin-bottom: 40px;
  }
}
#login-password .email-container {
  margin-bottom: 23px;
}

@media (min-width: 575px) {
  #login-password .email-container {
    margin-bottom: 23px;
  }
}
#view-email.custom-card.tall {
  padding-top: 6px;
}

@media (min-width: 575px) {
  #view-email.custom-card.tall {
    padding-top: 14px;
  }
}
#view-email #back-row a {
  top: -7px;
}

#view-email #login-title {
  margin-bottom: 20px;
}

@media (min-width: 575px) {
  #view-email #login-title {
    margin-bottom: 45px;
  }
}
#reset-password #login-title {
  margin-bottom: 20px;
}

@media (min-width: 575px) {
  #reset-password #login-title {
    margin-bottom: 48px;
  }
}
#reset-password .email-container input {
  margin-bottom: 31px;
}

.password-reset #login-title {
  margin-top: 18px;
  margin-bottom: 23px;
}

#error #login-title {
  margin-bottom: 23px;
}

.req-container {
  margin-bottom: 18px;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  line-height: 21px;
}

@media (min-width: 575px) {
  .req-container {
    margin-bottom: 16px;
  }
}
.form-label {
  margin-bottom: 3px;
}

p.error {
  padding-left: 12px;
  color: #D0021B;
  font-size: 12px;
  line-height: 22px;
  padding-top: 2px;
}

#update-password .password-link-container-left {
  padding-left: 16px;
}

#update-password #login-title {
  margin-bottom: 20px;
  margin-top: 24px;
}

@media (min-width: 575px) {
  #update-password #login-title {
    margin-bottom: 34px;
  }
}
#update-password #passwordConfirmContainer {
  margin-bottom: 9px;
}

#update-password #passwordConfirmContainer .error {
  margin-bottom: 9px;
}

#login-subaccount {
  flex-shrink: 0;
}

#login-subaccount fieldset {
  margin: 1rem 0;
}

#o-auth #login-title {
  margin-bottom: 22px;
}

.empty-footer {
  height: 23px;
}

.form-control:disabled, .form-control[readonly] {
  background-color: #F0F0F0;
}

.reg {
  font-size: 9px;
}

@media (min-width: 327px) {
  .reg {
    font-size: 10px;
  }
}
.reg.first-reg {
  padding-left: 9px;
  text-align: left;
}

@media (min-width: 327px) {
  .reg.first-reg {
    padding-left: 12px;
  }
}
@media (min-width: 575px) {
  .reg.first-reg {
    padding: 0;
    text-align: center;
  }
}
@media (max-width: 574px) {
  .email-text {
    font-size: 13px;
    line-height: 21px;
    letter-spacing: 0.3px;
  }
}
@media (min-width: 383px) {
  .phone-hide-line {
    display: none;
  }
}
.username-page .form-label, .password-page .form-label {
  display: none;
}

#kc-username {
  display: none;
}

.select-auth-box-parent {
  cursor: pointer;
}

.resend-button {
  background-color: transparent;
  border: 0;
  border-width: 0;
  text-decoration: underline;
}

#cancelWebAuthnAIA {
  margin-top: 0.7rem;
}