@font-face {
  font-family: "Proxima Nova";
  src: url("/fonts/ProximaNovaRegular.ttf") format("truetype");
}
.icon-banner {
  width: 32px;
}

.welcome-logo {
  width: 233px;
  height: 108px;
  margin: 0 auto;
}

body {
  color: #1B1B1B;
  line-height: 140%;
}

.full-height {
  min-height: calc(100vh - 56px);
}

.navbar-nav .dropdown-toggle::after {
  vertical-align: 0.14em;
  font-size: 1.25em;
}

.no-nav .full-height {
  min-height: 100vh;
}

.body-container {
  background-color: #E9E7E2;
}

.p-header {
  font-weight: 600;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
}

.label-text {
  font-size: 16px !important;
  font-weight: 500;
  line-height: 100%;
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 0px;
}

.portal-link {
  font-size: 14px !important;
  font-weight: 500;
  line-height: 16px;
  text-transform: lowercase;
  font-variant: small-caps;
  letter-spacing: 0px;
  vertical-align: middle;
  color: #fff !important;
  height: 100%;
}

.nav-page .navbar {
  height: 56px;
}
.nav-page .dropdown-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: 999;
  display: none;
}
.nav-page .dropdown-overlay.active {
  display: block;
}

.header-text {
  font-weight: 400;
  font-size: 20px;
  line-height: 120%;
  letter-spacing: 0px;
}

.value-text {
  font-size: 14px !important;
  font-weight: 400;
  line-height: 140%;
  letter-spacing: 0px;
}

a.btn.label-text {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.form-label {
  font-size: 14px !important;
}

.form-control {
  height: 52px;
  border-radius: 5px;
  font-size: 16px;
  line-height: 140%;
  border-color: #DDE5ED;
}

.form-control:focus {
  border-color: #888888;
  box-shadow: none;
}

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

.text-decoration-underline {
  text-decoration: underline;
}

.manage-nav-desktop {
  border-right: 1px solid #1B1B1B;
  height: 100%;
}

.text-regular {
  font-weight: 400;
  font-size: 16px;
  letter-spacing: 0px;
}

.grants-page .grants-header, .grants-page .grant-card {
  padding: 10px 5px;
}
.grants-page .grants-header [class*=col-], .grants-page .grant-card [class*=col-] {
  padding-right: 10px !important;
  padding-left: 10px !important;
}
.grants-page .grants-header p {
  font-weight: 500;
  font-size: 16px;
  line-height: 140%;
  letter-spacing: 0px;
}
.grants-page .grant-card {
  border-top: 1px solid #1B1B1B;
  padding-top: 30px;
}
.grants-page .grant-card:not(:last-child) {
  margin-bottom: 20px !important;
}
.grants-page .grant-card .card {
  border-radius: 8px;
  height: 100%;
}
.grants-page .grant-card .card .card-body {
  padding: 24px;
}
.grants-page .grant-list {
  list-style-type: disc;
  padding-left: 20px;
}
.grants-page .grant-list li {
  position: relative;
  padding-left: 5px;
}
.grants-page .grant-list li::marker {
  color: #000;
}
.grants-page .client-info {
  height: 100%;
}
.grants-page .client-info .client-name {
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
  letter-spacing: 0px;
}
.grants-page .client-info img {
  width: 30px;
  height: 30px;
  object-fit: contain;
}

.logo-new {
  max-height: 50px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}

.password-toggle-icon {
  position: absolute;
  right: 15px;
  top: 18px;
  cursor: pointer;
  z-index: 5;
  color: #888;
}
.password-toggle-icon:hover {
  color: #1B1B1B;
}
.password-toggle-icon i {
  font-size: 18px;
}

.checkbox-big {
  accent-color: #1B1B1B;
  width: 22px;
  height: 22px;
  cursor: pointer;
}

.mb-4-5 {
  margin-bottom: 2.5rem !important;
}

.mt-4-5 {
  margin-top: 2.5rem !important;
}

.container-card-small, .container-card-medium {
  background-color: #fff;
  border-radius: 8px !important;
  margin-top: 5rem;
  margin-bottom: 5rem;
}
.container-card-small h1, .container-card-medium h1 {
  line-height: 140%;
  font-weight: 400;
  letter-spacing: 0px;
}

@media (min-width: 576px) {
  .w-sm-100 {
    width: 100% !important;
  }
}
@media (max-width: 767px) {
  .container-mobile {
    width: 100%;
    margin-right: auto;
    margin-left: auto;
    padding: 1rem !important;
  }
  .container-card-mobile {
    background-color: #fff !important;
    border-radius: 8px !important;
    padding: 1.5rem !important;
  }
  .container-card-small, .container-card-medium {
    margin-left: 1rem !important;
    margin-right: 1rem !important;
  }
  .container-card-small h1, .container-card-medium h1 {
    font-size: 26px;
  }
  .container-card-small {
    padding: 1.5rem !important;
  }
  .container-card-medium {
    padding: 2rem 1.5rem !important;
  }
  .logo-new {
    top: 10%;
  }
  .no-nav .logo-new {
    top: 6.7%;
  }
  .top-border-mobile {
    border-top: 1px solid #1B1B1B;
  }
  .bottom-border-mobile {
    border-bottom: 1px solid #1B1B1B;
  }
}
@media (min-width: 768px) {
  .nav-page .navbar {
    padding-left: 1.5rem !important;
    padding-right: 1.5rem !important;
  }
  .container-desktop {
    display: -ms-flexbox !important;
    display: flex !important;
    flex-grow: 1;
    -ms-flex-pack: center !important;
    justify-content: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
  }
  .container-desktop .row {
    height: 100%;
  }
  .container-card-desktop {
    background-color: #fff !important;
    border-radius: 8px !important;
    width: 100% !important;
    max-width: 1000px;
    min-height: 600px !important;
    margin: 5rem 0;
    padding: 3rem !important;
  }
  .container-card-small, .container-card-medium {
    padding: 2rem 2rem 1rem 2rem;
    margin: 5rem 0;
  }
  .container-card-small h1, .container-card-medium h1 {
    font-size: 32px;
  }
  .container-card-small {
    max-width: 400px;
  }
  .container-card-medium {
    max-width: 475px;
  }
  .logo-new {
    top: 12%;
  }
  .no-nav .logo-new {
    top: 10.2%;
  }
  .row-md {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
  }
  .header-text {
    font-size: 28px;
  }
  .w-md-50 {
    width: 50% !important;
  }
  .grants-page .client-info .client-name {
    font-size: 20px;
  }
}
@media (max-width: 992px) and (orientation: landscape) {
  .logo-new {
    display: none !important;
  }
}

/*# sourceMappingURL=site.css.map */
