.staff .section {
  padding-top: 40px;
  padding-bottom: 40px;
  width: 100%;

}
.staff .section-blue {
  background-color: rgb(15, 56, 83);
  color: #fff;
}
.staff .section-white {
  background-color: #fff;
}
.staff .section-sand {
  background-color: rgb(244, 243, 240);
}
.staff .center {
  text-align: center;
}
.staff .max-800 {
  max-width: 800px;
}
.staff .margin-auto {
  margin: 0 auto;
}
.staff img {
  max-width: 80%;
}

.staff img.img-responsive {
  max-width: 100%;
}

.staff .navigation {
  width: 100%;
  height: 51px;
}
.staff ul {
    margin-top: 10px;
}
.staff h2 {
  font-weight: bold;
}
.findleasing-logo {
  margin-top: 17px;
  margin-left: 13px;
  margin-bottom: 20px;
}
.center {
  text-align: center;
}
.right {
  text-align: right;
}
.footer {
  background-color: rgb(15, 56, 83);
  color: #fff;
  padding: 36px 0;
}
.footer h4 {
  color: white;
  text-decoration: underline;
}
.footer a {
  color: #fff;
}
button.confirmButton {
  width: 100%;
}
.contact-footer {
  text-align: center;
  font-style: italic;
}
.contact-card {
  top: 15px;
  position: relative;
}
.contact-card img {
  position: absolute;
  left: 35px;
  top: 15px;
  border-radius: 100px;
  width: 200px;
  height: 200px;
  border: 5px solid white;
}
.contact-card-upper {
    width: 100%;
    height: 123px;
    background-color: rgb(15, 56, 83);
    font-size: 20px;
    color: #fff;
}
.contact-card-info {
    background-color: rgb(15, 56, 83);
    text-align: left;
    margin-left: 247px;
    padding-top: 50px;
}
.contact-card-lower {
    margin-left: 249px;
    text-align: left;
    margin-top: 24px;
    margin-bottom: 50px;
}
.contact-section {
    margin-bottom: 20px;
}

@media (max-width: 600px) {
    .contact-card img {
        position: absolute;
        left: 11px;
        top: 12px;
        border-radius: 100px;
        width: 100px;
        height: 100px;
        border: 5px solid #fff;
    }
    .contact-card {
        margin-left: 15px;
        margin-right: 15px;
    }
    .contact-card-lower {
        margin-left: 0px;
    }
    .contact-card-info {
        margin-left: 130px;
        font-size: 16px;
    }
}

.wrapper {
  margin: 0 auto;
  width: 960px;
}

.navbar .wrapper {
  width: 960px;
}

.logo-list {
  display: block;
}

.logo-list .logo {
  display: inline-block;
  margin: 5px;
  width: 146px;
}

.navbar-brand > img {
  height: 24px;
}

nav.navbar {
  background-color: rgb(15, 56, 83);
}

nav.navbar li > a {
  color: white !important;
}

nav.navbar li.active > a,
nav.navbar li.dropdown.open > a {
  background-color: #144769 !important;
  color: white !important;
}

nav.navbar button {
  color: white;
  background: transparent !important;
}

nav.navbar .dropdown-menu a {
  color: black !important;
}

@media (max-width: 767px) {
  .wrapper {
    max-width: 100%; width: 100%;
  }

  .xs-top0 {
    margin-top: 0 !important;
  }

  .xs-center {
    text-align: center;
  }

  .logo-list .logo {
    display: inline-block;
    margin-top: 14px;
  }

  nav.navbar .dropdown-menu a {
    color: white !important;
  }
}
