header {
  position: relative;
}

header #top-strip-container {
  width: 100%;
  z-index: 1000;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 0 2rem;
  color: black;
  background: #F0EFEF;
  position: fixed;
}

@media screen and (min-width: 1024px) {
  header #top-strip-container.transparent {
    background: transparent;
    color: white;
  }
}

header #top-strip-container.white {
  background: #F0EFEF;
}

header #top-strip-container #top-strip {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  padding: 1rem 0;
}

header #top-strip-container #top-strip #logo {
  width: 50%;
  height: auto;
  position: relative;
}

header #top-strip-container #top-strip #logo .main {
  position: relative;
  left: 0;
  opacity: 1;
}

header #top-strip-container #top-strip #logo .icon {
  width: 110px;
  height: 110px;
  bottom: -15px;
  left: -35px;
  opacity: 0.3;
  position: absolute;
}

header #top-strip-container #top-strip #logo img {
  height: 3rem;
  width: auto;
}

@media screen and (min-width: 760px) {
  header #top-strip-container #top-strip #logo {
    width: auto;
  }
  header #top-strip-container #top-strip #logo img {
    height: 5rem;
  }
}

header #top-strip-container #top-strip #mobile-menu-button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

@media screen and (min-width: 1024px) {
  header #top-strip-container #top-strip #mobile-menu-button {
    display: none;
  }
}

header #top-strip-container #top-strip #navigation-wrapper {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

@media screen and (min-width: 1024px) {
  header #top-strip-container #top-strip #navigation-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

header #top-strip-container #top-strip #navigation-wrapper .menu-links {
  display: none;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

header #top-strip-container #top-strip #navigation-wrapper .menu-links .menu-link {
  padding: 2em 1.2rem;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 1rem;
  cursor: pointer;
  font-weight: 600;
  color: #464646;
  border-radius: 0 0 0.5rem 0.5rem;
}

header #top-strip-container #top-strip #navigation-wrapper .menu-links .menu-link.auth-link {
  color: #51C272;
}

header #top-strip-container #top-strip #navigation-wrapper .menu-links .menu-link.selected, header #top-strip-container #top-strip #navigation-wrapper .menu-links .menu-link:hover {
  background: #51C272;
  color: #fff;
}

@media screen and (min-width: 1024px) {
  header #top-strip-container #top-strip #navigation-wrapper .menu-links {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
  }
}

header #top-strip-container #top-strip #navigation-wrapper .extra-menu-links-wrapper {
  padding: 1rem 0rem 0rem 0rem;
}

header #top-strip-container #top-strip #navigation-wrapper .extra-menu-links-wrapper .extra-menu-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  cursor: pointer;
}

header #top-strip-container #top-strip #navigation-wrapper .extra-menu-links-wrapper .extra-menu-links .extra-menu-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 1rem;
  cursor: pointer;
}

header #top-strip-container #top-strip #navigation-wrapper .extra-menu-links-wrapper .extra-menu-links .extra-menu-link:last-child {
  margin: 0;
}

header #top-strip-container #top-strip #navigation-wrapper .extra-menu-links-wrapper .extra-menu-links .extra-menu-link .extra-menu-link-image {
  height: 1.8rem;
  width: 1.8rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  background: #34657f;
  margin-right: 0.5rem;
}

header #top-strip-container #top-strip #navigation-wrapper .extra-menu-links-wrapper .extra-menu-links .extra-menu-link .menu-text {
  color: #51C272;
}

header #top-strip-container #top-strip #navigation-wrapper .extra-menu-links-wrapper .extra-menu-links .extra-menu-link #internet-banking-button {
  font-weight: bold;
}

@media screen and (min-width: 760px) {
  header #top-strip-container {
    padding: 0 6rem;
  }
  header #top-strip-container #logo {
    padding-top: 0.8rem;
  }
}

@media screen and (min-width: 1024px) {
  header #top-strip-container {
    padding: 0 10rem;
  }
  header #top-strip-container #top-strip {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding: 0 0 0.8rem 0;
  }
}

header #menu-wrapper .mobile-menu-container {
  background: #F0EFEFB5;
  width: 100%;
  position: relative;
}

header #menu-wrapper .mobile-menu-container #mobile-menu-close {
  position: absolute;
  right: 2rem;
  top: 2rem;
}

header #menu-wrapper .mobile-menu-container .mobile-menu-links-wrapper {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

header #menu-wrapper .mobile-menu-container .mobile-menu-links-wrapper .mobile-menu-links {
  text-align: center;
}

header #menu-wrapper .mobile-menu-container .mobile-menu-links-wrapper .mobile-menu-links .mobile-menu-link {
  padding: 0.8rem 0;
  font-size: 1.5rem;
  text-transform: uppercase;
  color: #464646;
}

header #menu-wrapper .mobile-menu-container .mobile-menu-links-wrapper .mobile-menu-links .mobile-menu-link:visited {
  color: #fff;
}

header #menu-wrapper .mobile-menu-container .mobile-menu-links-wrapper .mobile-menu-links .mobile-menu-link::after, header #menu-wrapper .mobile-menu-container .mobile-menu-links-wrapper .mobile-menu-links .mobile-menu-link::before {
  content: "-";
  color: #fff;
  margin: 0 0.2rem;
}

footer {
  background: #F7F7F7;
}

.footer-spacing, .footer-container .main-footer, .footer-container .social-links-section {
  padding: 2.5rem 2rem;
}

@media screen and (min-width: 760px) {
  .footer-spacing, .footer-container .main-footer, .footer-container .social-links-section {
    padding: 3rem 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .footer-spacing, .footer-container .main-footer, .footer-container .social-links-section {
    padding: 3rem 10rem;
  }
}

.footer-container {
  background: transparent;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: 100%;
  height: 100%;
  color: black;
  padding: 0 !important;
}

.footer-container .main-footer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

@media screen and (min-width: 760px) {
  .footer-container .main-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  .footer-container .main-footer .logo {
    -webkit-box-flex: 2;
        -ms-flex: 2;
            flex: 2;
  }
  .footer-container .main-footer .footer-links-section {
    -webkit-box-flex: 4;
        -ms-flex: 4;
            flex: 4;
  }
}

.footer-container .main-footer .logo img {
  height: 5rem;
}

.footer-container .main-footer .company-details {
  margin-top: 1rem;
}

.footer-container .main-footer .company-details div {
  margin: 0.2rem 0;
}

.footer-container .main-footer .footer-links-section {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: -webkit-max-content;
  max-width: -moz-max-content;
  max-width: max-content;
}

@media screen and (min-width: 760px) {
  .footer-container .main-footer .footer-links-section {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
}

.footer-container .main-footer .footer-links-section .links-column-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  width: 100%;
}

.footer-container .main-footer .footer-links-section .links-column-container .links-column {
  width: 25%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 1.5rem 1rem 1.5rem 0;
}

@media screen and (min-width: 760px) {
  .footer-container .main-footer .footer-links-section .links-column-container .links-column {
    margin: 0 2rem;
  }
}

.footer-container .main-footer .footer-links-section .links-column-container .links-column.master {
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

.footer-container .main-footer .footer-links-section .links-column-container .links-column .link-row-header {
  color: #484848;
  padding: 0.3rem 0;
  font-weight: bold;
}

.footer-container .main-footer .footer-links-section .links-column-container .links-column .link-row-header span {
  color: #fff;
}

.footer-container .main-footer .footer-links-section .links-column-container .links-column .link-row {
  font-size: 0.8rem;
  padding: 0.5rem 0;
}

.footer-container .main-footer .footer-links-section .links-column-container .links-column .link-row:hover {
  font-size: 0.9rem;
  color: #51C272;
  cursor: pointer;
}

.footer-container .social-links-section {
  height: 100%;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.footer-container .social-links-section .social-links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.footer-container .social-links-section .social-links .social-link {
  padding: 0.5rem;
}

.footer-container .social-links-section .social-links .social-link img {
  cursor: pointer;
  height: 1.5rem;
  width: 1.5rem;
}

.footer-container .social-links-section .social-links .social-link img:hover {
  height: 1.8rem;
  width: 1.8rem;
}

.copyright-container {
  background: #51C272;
  color: #fff;
}

.copyright-container .copyright {
  max-width: 1440px;
  margin: 0 auto;
  color: white;
  margin: 0 auto;
  padding: 2rem;
  font-size: 0.8rem;
}

@media screen and (min-width: 760px) {
  .copyright-container .copyright {
    padding: 1rem 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .copyright-container .copyright {
    padding: 1rem 10rem;
  }
}

* {
  padding: 0;
  margin: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  scroll-behavior: smooth;
  font-family: 'Lato', sans-serif;
  -webkit-transition: 0.1s ease-in;
  transition: 0.1s ease-in;
}

a {
  color: inherit;
  text-decoration: none;
}

html {
  font-size: 90%;
}

body {
  color: #333431;
  background: #FBFBFB;
  line-height: 1.6;
}

.header-text {
  text-transform: uppercase;
}

.header-text.lowcase {
  text-transform: capitalize;
}

.large-text, .medium-text, .sub-text {
  letter-spacing: -0.44px;
}

.small-text {
  font-size: 0.9rem;
  letter-spacing: 0.48px;
}

.large-text {
  font-size: 2rem;
  font-weight: 600;
}

@media screen and (min-width: 760px) {
  .large-text {
    font-size: 2.5rem;
  }
}

.medium-text {
  font-size: 1.5rem;
}

.sub-text {
  font-size: 1.2rem;
  line-height: 2.5rem;
}

.accented-text {
  color: #51C272;
}

main {
  padding: 5.5rem 0 5rem 0;
}

#loan-calculator-section .loan-calculator-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 3rem;
}

#loan-calculator-section .loan-calculator-header .fill-space {
  width: 100%;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 0.1px;
  border: 1px solid #484848;
  margin: 0 1rem;
}

#loan-calculator-section .loan-calculator-header .loan-nav-buttons {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

#loan-calculator-section .loan-calculator-header .loan-nav-buttons .loan-nav-button {
  height: 3rem;
  width: 3rem;
  background: black;
  color: white;
  margin: 0 0.5rem;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

#loan-calculator-section .loan-calculator-header .loan-nav-buttons .loan-nav-button:hover {
  background: #51C272;
}

#loan-calculator-section .investment-calculator {
  background: #FFF2E3;
}

#loan-calculator-section .loan-calculator {
  background: #E3ECDB;
}

#loan-calculator-section .investment-calculator,
#loan-calculator-section .loan-calculator {
  padding: 4rem 2rem;
}

#loan-calculator-section .investment-calculator .action-row,
#loan-calculator-section .loan-calculator .action-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

#loan-calculator-section .investment-calculator .action-row .cta,
#loan-calculator-section .loan-calculator .action-row .cta {
  margin-left: 0.5rem;
}

#banner-container .banner {
  height: 25rem; 
  width: 100%;
  background-image: url(../images/Banner/mini_Loan.png);
  background-size: cover;
  background-position: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 760px) {
  #banner-container .banner {
    background-size: 110% 110%;
  }
}

#banner-container .banner-text {
  padding: 1.5rem;
  text-align: center;
  letter-spacing: 0.9px;
  color: #fff;
  background: rgba(16, 17, 20, 0.5);
  font-family: "Roboto Condensed", sans-serif;
  font-size: 2rem;
  text-transform: uppercase;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media screen and (min-width: 760px) {
  #banner-container .banner-text {
    padding: 1.5rem 4rem;
  }
}

@media screen and (min-width: 1024px) {
  #banner-container .banner-text {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    padding: 1.5rem 10rem;
  }
}

.section-wrapper section {
  max-width: 1440px;
  margin: 0 auto;
  margin: 0 auto !important;
  padding: 2rem 0;
}

.section-wrapper section div.section-container, .section-wrapper section.section-container {
  padding: 2rem;
}

@media screen and (min-width: 760px) {
  .section-wrapper section div.section-container, .section-wrapper section.section-container {
    padding: 4rem;
  }
}

@media screen and (min-width: 1024px) {
  .section-wrapper section div.section-container, .section-wrapper section.section-container {
    padding: 4rem 8rem;
  }
}

.section-wrapper section.top {
  padding: 0;
}

.section-wrapper section .section-header {
  text-align: center;
}

div.split-row,
section.split-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.split-row .row-half,
section.split-row .row-half {
  padding: 1.5rem 0;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

div.split-row .row-half.master, div.split-row .row-half.wider-master,
section.split-row .row-half.master,
section.split-row .row-half.wider-master {
  width: 100%;
  -webkit-box-flex: 2;
      -ms-flex: 2;
          flex: 2;
}

div.split-row .row-half .row-contents,
section.split-row .row-half .row-contents {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  max-width: 26rem;
}

div.split-row .row-half .row-contents .action-button,
section.split-row .row-half .row-contents .action-button {
  padding: 1.2rem 0;
}

div.split-row .left, div.split-row .right,
section.split-row .left,
section.split-row .right {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media screen and (min-width: 760px) {
  div.split-row,
  section.split-row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
  }
  div.split-row .left,
  section.split-row .left {
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  div.split-row .right,
  section.split-row .right {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  div.split-row .row-half,
  section.split-row .row-half {
    padding: 0 1rem;
    width: 50%;
  }
}

@media screen and (min-width: 1024px) {
  div.split-row,
  section.split-row {
    margin: 0;
  }
  div.split-row .row-half,
  section.split-row .row-half {
    padding: 0 2rem;
  }
  div.split-row .row-half.wider-master,
  section.split-row .row-half.wider-master {
    -webkit-box-flex: 3;
        -ms-flex: 3;
            flex: 3;
  }
}

.input {
  width: 100%;
  border: none;
  background: transparent;
  border-bottom: 1px solid #00000029;
  padding: 0.8rem 1rem;
  margin-bottom: 1rem;
}

.select {
  color: inherit;
}

.btn {
  padding: 0.8rem 2rem;
  text-transform: uppercase;
  letter-spacing: 0.5px;
  border-radius: 8px;
  border: none;
  cursor: pointer;
  color: #777777;
  background: transparent;
  text-decoration: none;
  font-weight: bold;
}

.btn a {
  color: #fff;
  text-decoration: none;
}

.btn.solid {
  text-align: center;
  background: #51C272;
  color: #fff;
}

.btn.solid.primary {
  background: #464646;
}

.btn.plain {
  color: #51C272;
  padding: 0.8rem 0;
}

.btn.plain.no-arrow::after {
  content: "";
  padding: 0;
}

.btn.plain::after {
  content: "->";
  padding-left: 1rem;
  color: #51C272;
}

.btn:hover {
  color: #333431;
}

.modal {
  display: none;
  z-index: 10000;
  overflow: scroll;
}

.modal.visible {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: fixed;
  left: 0;
  top: 0;
  height: 100vh;
  width: 100%;
  background: rgba(16, 17, 20, 0.8);
}

.modal .mask {
  width: 100%;
  margin: 0 auto;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  position: relative;
  padding: 6rem 2rem 2rem 2rem;
}

.modal .mask .mask-close {
  right: 3rem;
  top: 3rem;
  color: white;
  font-size: 1.5rem;
  cursor: pointer;
  position: absolute;
}

@media screen and (min-width: 760px) {
  .modal .mask {
    padding: 10rem 0 0 0;
    padding: 6rem 4rem;
  }
  .modal .mask .mask-close {
    right: 5rem;
  }
}

@media screen and (min-width: 1024px) {
  .modal .mask {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 6rem;
  }
  .modal .mask .mask-close {
    right: 7rem;
  }
}

.modal .mask .mask-contents {
  background-color: white;
  border-radius: 4px;
  padding: 2rem;
}

.nav-item img {
  height: 20px;
  width: 20px;
}

.nav-item img.reverse {
  -webkit-transform: rotate(180deg);
          transform: rotate(180deg);
}

button.cta {
  padding: 1.3rem 3rem;
  color: white;
  background-color: #51C272;
  text-align: center;
  border-radius: 4px;
  border: 0;
  font-size: 1rem;
  height: -webkit-max-content;
  height: -moz-max-content;
  height: max-content;
  cursor: pointer;
}

button.cta.secondary {
  background: #484848;
}

button.cta.transparent {
  color: #464646;
  background: transparent;
}

.input-container {
  position: relative;
  border-radius: 5px;
}

.input-container label {
  position: absolute;
  top: 0.5rem;
  padding: 0 1rem;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  color: #464646;
  text-transform: uppercase;
  font-size: 0.75rem;
}

.input-container div,
.input-container select,
.input-container textarea,
.input-container input {
  width: 100%;
  padding: 2.1rem 1rem 1rem;
  border: none;
  border-radius: 5px;
  font-size: 0.8rem;
  background: white;
}

.input-container div:focus,
.input-container select:focus,
.input-container textarea:focus,
.input-container input:focus {
  -webkit-box-shadow: 0px 3px 15px 6px #00000010;
          box-shadow: 0px 3px 15px 6px #00000010;
  outline: dotted #00000010;
  border-left: 5px solid #51C272;
  border-radius: 0 10px 10px 0;
}

.input-container div.plain {
  background: none;
  border-bottom: 1px solid gray;
  border-radius: 0;
}

.input-container.full-width {
  max-width: 100% !important;
}

.input-container.shaded div {
  background: #D0EFD9;
}

.input-container.date {
  position: relative;
}

.input-container.date input {
  padding-right: 3.5rem;
}

.input-container.date::after {
  position: absolute;
  right: 2.5rem;
  top: 1rem;
  content: url(../images/calendar.svg);
  width: 0.8em;
  height: 0.5em;
  justify-self: flex-end;
}

.input-container.select {
  position: relative;
  display: -ms-grid;
  display: grid;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
      grid-template-areas: "select";
}

.input-container.select select, .input-container.select:after {
  -ms-grid-row: 1;
  -ms-grid-column: 1;
  grid-area: select;
}

.input-container.select select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  padding-right: 3.5rem;
}

.input-container.select::after {
  content: "";
  -webkit-clip-path: polygon(100% 0%, 0 0%, 50% 100%);
          clip-path: polygon(100% 0%, 0 0%, 50% 100%);
  margin-right: 1rem;
  width: 0.8em;
  height: 0.5em;
  justify-self: flex-end;
  background: #51C272;
}

.input-container.upload input {
  height: 0.1px;
  width: 0.1px;
  position: absolute;
  padding: 0;
}

.input-container.upload label.file-input {
  position: static;
  width: 100%;
  padding: 2.1rem 1rem 1rem;
  border: none;
  border-radius: 5px;
  font-size: 0.8rem;
  background: white;
  text-transform: none;
}

.input-container.upload::after {
  position: absolute;
  right: 1.5rem;
  top: 1.2rem;
  content: url(../images/upload.png);
}

.card {
  width: 100%;
  min-width: 15rem;
  margin: 0 1rem 1rem 0;
  border-bottom: 5px solid #51C272;
}

.card .image {
  width: auto;
  max-height: 15rem;
  width: 100%;
  height: auto;
  border: 1px solid #51C272;
}

.card .overlay {
  text-align: center;
  padding: 1rem 1rem;
  background: #E9E9E9;
}

@media screen and (min-width: 760px) {
  .card {
    width: 10rem;
  }
}

.list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.table-page-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  width: 100%;
  padding: 0 1rem;
}

.table-page-row span {
  margin: 0 0.3rem;
}

.table-pages {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 1rem;
}

.table-pages .table-page {
  height: 2rem;
  width: 2rem;
  border: 1px solid #E8E9EC;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 5px;
  margin-right: 0.3rem;
  cursor: pointer;
}

.table-pages .table-page.selected, .table-pages .table-page:hover {
  background: #51C272;
  color: white;
  cursor: pointer;
}

.table {
  background: white;
  border-radius: 5px;
  padding: 0.5rem;
  max-height: 50rem;
  overflow-y: scroll;
  display: table;
}

.table .table-entry, .table .table-header {
  display: table-row;
}

.table .table-entry .cell, .table .table-header .cell {
  display: table-cell;
  padding: 0.8rem 1rem;
  text-align: center;
}

.table .table-entry .cell .action-checkbox-container, .table .table-header .cell .action-checkbox-container {
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.table .table-entry .cell .action-checkbox-container .action-checkbox, .table .table-header .cell .action-checkbox-container .action-checkbox {
  height: 1.3rem;
  width: 1.3rem;
  padding: 0.2rem;
  border: 1px solid #51C272;
  border-radius: 5px;
}

.table .table-entry .cell .action-checkbox-container .action-checkbox .checkbox-inside, .table .table-header .cell .action-checkbox-container .action-checkbox .checkbox-inside {
  width: 100%;
  height: 100%;
  border-radius: 3px;
}

.table .table-entry .cell .action-checkbox-container .action-checkbox.checked .checkbox-inside, .table .table-header .cell .action-checkbox-container .action-checkbox.checked .checkbox-inside {
  background: black;
}

.table .table-header {
  text-transform: uppercase;
  font-weight: bold;
  font-size: 0.9rem;
  letter-spacing: 0.5px;
}

.table .table-body {
  display: table-row-group;
}

.table .table-body .table-entry {
  padding: 0.5rem 0;
  margin: 0.5rem 0;
  border-bottom: 1px solid #B8B8B8;
  font-size: 0.9rem;
}

.table .table-body .table-entry:last-child {
  padding-bottom: 0;
  margin-bottom: 0;
}

.table.history-table {
  padding: 0;
  width: 100%;
}

.table.history-table .table-header {
  background: #D0EFD9;
}

.table.history-table .table-entry .cell {
  vertical-align: middle;
  border-bottom: 1px solid #F7F7F7;
}

@media screen and (min-width: 760px) {
  .table {
    min-width: 40rem;
  }
}

.table .delete-icon {
  cursor: pointer;
}

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-bottom: 1rem;
}

.row button {
  margin-bottom: 1rem;
}

.row .input-container {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  margin: 0 1rem 1rem 0;
  max-width: 20rem;
  min-width: 10rem;
}

@media screen and (min-width: 760px) {
  .row {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.history-search-row input {
  height: 3.5rem;
  padding: 1rem;
  border: 1px solid #51C272;
  border-radius: 5px;
  margin-right: 1rem;
  width: 100%;
  margin-bottom: 1rem;
}

@media screen and (min-width: 760px) {
  .history-search-row input {
    margin-bottom: 0;
    width: unset;
  }
}

.history-search-row .cta {
  padding: 1.1rem 3rem;
}

.image-upload-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
  max-width: 15rem;
  background: white;
  padding: 1rem 1.5rem 2rem;
  border-radius: 5px;
  border-bottom: 5px solid #51C272;
}

.image-upload-container .label {
  text-transform: uppercase;
  font-weight: bold;
}

.image-upload-container div.label {
  font-size: 0.8rem;
}

.image-upload-container .image {
  height: 10rem;
  width: 10rem;
  border-radius: 50%;
  margin: 0 auto;
  margin: 1.5rem 0;
}

.image-upload-container .image img {
  height: 100%;
  width: 100%;
}

.image-upload-container .image-upload-input {
  text-align: center;
}

.image-upload-container .image-upload-input input {
  height: 0.1px;
  width: 0.1px;
}

.image-upload-container .image-upload-input label {
  color: #51C272;
  font-size: 0.9rem;
}

[data-page] {
  display: none;
}

[data-page].selected {
  display: block;
  width: 100%;
}

[data-page-target] {
  cursor: pointer;
}

.back {
  font-size: 1rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.back::before {
  content: url(../images/back.svg);
  margin-right: 0.8rem;
}

[data-tab] {
  cursor: pointer;
}

[data-tab-target] {
  display: none;
  width: 100%;
}

[data-tab-target].selected {
  display: block;
}

#loans-section {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#loans-section .row-half {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

#loans-section .left {
  width: 100%;
}

#loans-section .tabs {
  background: #F7F7F7;
  padding: 2rem 0;
  border-top: 5px solid #51C272;
  width: 100%;
  text-align: center;
}

#loans-section .tabs .tab {
  padding: 0.5rem 2rem;
  cursor: pointer;
  margin: 0.5rem 0;
  font-weight: bold;
}

#loans-section .tabs .tab.selected {
  background: #D0EFD9;
  color: #51C272;
  border-left: 5px solid #51C272;
}

@media screen and (min-width: 760px) {
  #loans-section .left {
    max-width: 20rem;
  }
  #loans-section .right {
    padding: 0;
  }
  #loans-section .tab {
    text-align: left;
  }
}

#loans-section .details-page {
  width: 100%;
  background: #F7F7F7;
}

#loans-section .details-page .details-header {
  padding: 1rem 1.5rem;
  background: #51C272;
  color: white;
}

#loans-section .details-page .details-body {
  padding: 1.5rem;
  line-height: 1.5;
}

#loans-section .details-page .details-body p {
  margin-bottom: 1rem;
}

#loans-section .details-page .details-actions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 1.5rem;
  font-size: 1.2rem !important;
}
/*# sourceMappingURL=loans.css.map */