.row-display {
  display: flex;
  flex-direction: row;
}

.column-display {
  display: flex;
  flex-direction: column;
}

.defaultButton {
  color: white;
  text-decoration: none;
  font-weight: 600;
  padding: .8rem 1.5rem .8rem 1.5rem ;
}

.container {
  max-width: 1320px;
}

h1, h2, h3 {
  margin-bottom: 30px;
}

h2 {
  font-size: 30px !important;
}

h3 {
  font-size: 23px !important;
}

/* TEMPORARY FULL PAGE EDITS */

main ul {
  list-style-type: none;
  padding: 0;
  margin-bottom: 0;
}

/* ------------------------- */


/* Desktop Specific */
@media (width >= 1000px) {
  .hero-section-container {
    flex-direction: row;
  }

  .hero-section-text-container {
    padding-right: 2rem;
  }

  .hero-section .img-container {
    padding: 1rem;
  }

  .section-1 {
    padding: 6rem 0 6rem;
  }

  .section-1-container {
    flex-direction: row;
  }

  .section-1 .text-container {
    padding-left: 3rem;
  }

  .section-2-container {
    flex-direction: row;
  }

  .section-2-card-container-link-container {
    display: none;
  }

  .section-2-card-container-link-container .button {
    margin: none;
  }

  .section-4 {
    padding: 6rem 0 6rem;
  }

  .section-4-container {
    flex-direction: row;
    justify-content: space-evenly;
  }

  .section-5-header {
    text-align: center;
  }

  .section-5-header span {
    display: block;
  }

  .section-6 {
    padding: 6rem 0 6rem;
  }

  .section-6-container {
    flex-direction: row;
  }

  .section-6 .contact-container .text-row {
    flex-direction: row;
    justify-content: space-evenly;
  }

  .contact-container-img {
    display: none;
  }

  .icon-row {
    flex-direction: row;
  }

}

/* Responsive Specific */
@media (width < 1000px) {
  main .container {
    padding: 0 3rem !important;
  }

  .hero-section-container {
    flex-direction: column;
  }

  .hero-section-text-container {
    padding: 0 1rem;
    margin-bottom: 1rem;
  }

  .hero-section-text-container-link-container {
    text-align: center;
  }

  .hero-section .img-container {
    display: none;
  }

  .hero-section-link-button {
    padding: 20px 30% !important;
  }

  .section-1 {
    padding: 1rem 0 1rem;
  }

  .section-1-container {
    flex-direction: column;
  }

  .section-1 .img-container {
    text-align: center;
    margin: 2rem 0;
  }

  .section-1 .img-fluid {
    max-width: 80%;
  }

  .section-1 .text-container {
    margin-bottom: 1rem;
  }

  .section-2-container {
    flex-direction: column;
  }

  .section-2-text-container-link-container {
    display: none;
  }
  
  .section-2-card-container-link-container a {
    margin: 0;
  }

  .section-2 .card-container {
    display: flex;
    flex-direction: column;
  }

  .section-4-container {
    flex-direction: column;
    width: fit-content;
    justify-content: center;
    align-items: center;
  }

  .section-4 .content-container {
    margin-bottom: 1rem;
  }

  .section-5-header {
    text-align: center;
  }

  .section-6 {
    padding: 0 0 6rem;
  }

  .section-6-container {
    flex-direction: column-reverse;
  }

  .section-6 .img-container {
    text-align: center;
    margin-bottom: 2rem;
  }

  .section-6 .contact-container .text-row {
    flex-direction: column;
  }

  .desktop-img {
    display: none;
  }

  .icon-row {
    flex-direction: column;
  }
}

.hero-section {
  background-color: #F4EDDF;
}

.hero-section .container {
  padding: 3rem 0 3rem;
}

.hero-section-container {
  display: flex;
}

.hero-section-text-container {
  padding-top: 2rem;
}

.hero-section-link-button {
  text-decoration: none;
  font-weight: 600;
  text-transform: none !important;
  background-color: #09263F !important;
  border-radius: 15px;
  padding: 20px 15px !important;
  height: 36px !important;
  line-height: 0px !important;
  font-size: 18px;
  display: inline-block;
  position: relative;
  cursor: pointer;
  outline: none;
  white-space: nowrap;
  margin: 5px;
}

.hero-section-link-button:hover {
  color: white !important;
}

.hero-section p {
  margin-bottom: 2rem;
}

.section-1-container {
  display: flex;
}

.section-1 .text-container li {
  margin-bottom: .5rem;
}

.section-2 {
  padding: 6rem 0 6rem;
}

.section-2 .text-container {
  padding-right: 3rem;
}

.section-2-container {
  display: flex;
}

.section-2-text-container-link-container {
  margin-top: 3rem;
}

.section-2-card-container-link-container {
  text-align: center;
  margin-top: 2rem;
}

.section-2 .card-container {
  padding-top: 2rem;
}

.section-2 .card {
  border-radius: 10px;
}

.section-2 .card-list {
  list-style-type: disc;
  padding: 3rem 5rem 3rem 6rem;
}

.section-2 .card-list li {
  margin-bottom: 1rem;
  font-weight: 600;
}

.section-3 {
  padding: 6rem 0 6rem;
}

.section-3 .container {
  text-align: center;
}

.section-3-container {
  flex-direction: column;
}

.section-4-container {
  display: flex;
}

.section-4 .content-container {
  max-width: 400px;
  padding: 0 2rem 0 2rem;
  justify-content: center;
  align-items: center;
}

.section-4 .content-container img {
  height: 100px;
  width: auto;
  margin-bottom: 2rem;
}


.section-4a {
  padding: 2rem 0;
}

.section-4a-header {
  text-align: center;
}

.section-4a-container {
  
}

.section-4a-card-row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 1rem;
  padding-bottom: 2rem;
}

.section-4a-card {
  width: 260px;
  padding: 1rem;
}

.section-4a-card-content {
}

.section-4a-card-link, .card-content-no-link {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.section-4a-card-img-container {
  position: relative;
  overflow: hidden;
  width: 200px;
  height: 200px;
  border-radius: 100px;
  margin-bottom: 1rem;
}

.section-4a-card-img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  object-position: center;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.section-4a-card-name {
  margin-bottom: .5rem
}

.section-4a-card-location {

}

.section-4a-card-nmls {

}

.section-4a-card-phone {
  font-weight: 800;
  font-size: 26px;
}

.section-4a-card-email {

}


.section-5 {
  padding: 6rem 0 6rem;
}

.section-5 .container {
  justify-content: center;
  align-items: center;
}

.section-5 .form-container {
  min-width: 60%;
}

#contactForm .contact-input input {
  /* font-size: 1rem;
  padding: 1rem; */
}

#contactForm .contact-input label {
  /* font-size: 1rem;
  margin-bottom: .5rem; */
}

.contact-form-select {
  width: 100%;
  padding: .7rem .9rem;
  border-radius: 4px;
}

.dlp-button-container {
  display: flex;
  justify-content: center;
  width: 100%;
}

#LOSubmitButton:hover {
  cursor: pointer;
}

#LOSubmitButton {
  color: white;
  font-weight: 600;
  font-family: "interface", sans-serif;
  font-size: 18px;
  width: 100%;
  max-width: 289px;
  height: 45px;
  border-color: #09263F;
  background-color: #09263F;
  margin-top: 30px;
  border-radius: 12px !important;
}

.section-6 .container {
  justify-content: space-evenly;
}

.section-6-container {
  display: flex;
}

.section-6 .contact-container {
  text-align: center;
  gap: 20px;
}

.section-6 .contact-container h2 {
  color: #4193b3;
}

.contact-container-name {
  font-size: 25px;
  font-weight: 600;
  color: #09263F;
}

.section-6 .contact-container .text-row {
  display: flex;
}

.section-6 .contact-container .icon-row {
  display: flex;
  justify-content: space-evenly;
}

.section-6 .contact-container .icon-row .icon-row-item {
  display: flex;
  justify-content: center;
  gap: 1rem;
}

.item-row-icon-img {
  margin-top: 5px;
  height: 15px;
  width: auto;
}

.section-6 .img-container img {
  border-radius: 10px;
}