body {
  height: 100%;
  font-family: "Avenir Book";
}

header {
  background-color: #FFFFFF !important;
}

main {
  margin-top: 10vh;
  margin-left: auto;
  margin-right: auto;
  padding: 2px;
  max-width: 1600px;
  min-height: 50%;
  font-size: 1rem !important;
}
main section {
  width: 100%;
}
section.top {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  text-align: left;
  background-color: #feeee5;
}
#contact-us section.top {
  background-color: transparent;
}
#contact-us section.top p {
  margin-bottom: 0px;
}
body#contact-us section.top::before {
  content: "";
  position: absolute;
  top: 0px;
  right: 6rem;
  width: 25rem;
  height: 100%;
  /* background-image: url("/websiteNew/assets/img/website/homepage/newHome/undraw_contact_us_15o2.svg"); */
  background-position: right center;
  background-size: contain;
  background-repeat: no-repeat;
}

section.top h1 {
  color: #de6834;
  font-weight: 600;
}
#contact-us section.top h2 {
  font-weight: 600;
  color: #de6834;
}
section.top p {
  /* width: 50%; */
  font-size: 20px;
}
section a {
  display: inline-flex;
  align-items: center;
  color: #de6834;
  font-size: 16px;
  font-weight: 500;
}
#contact-us section a {
  display: inline-flex;
  font-size: 1em;
}
section a:hover {
  color: #de6834;
}
section a svg {
  margin-right: 0.5rem;
  width: 1.25em;
  height: 1.25em;
  transition: 150ms ease-in-out transform;
}
section a:hover svg {
  transform: rotate(20deg);
}
section a.dir-acw:hover svg {
  transform: rotate(-20deg);
}

section.addresses {
  display: flex;
  justify-content: space-between;
  gap: 2rem;
  background-color: #feeee5;
  /* border-radius: 1rem; */
}
section#get-in-touch .column,
section.addresses .column {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 0.75rem;
  width: 50%;
}
section#get-in-touch .column {
  width: 100%;
}
section.addresses .column.smaller {
  width: 40%;
}
section.addresses .column .linkedin-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 1rem;
  width: 100%;
  font-family: "Avenir Book";
  font-size: 1.25rem;
  font-weight: 600;
}
section.addresses .column .linkedin-header a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding: 7px;
  text-align: center;
  outline: none;
  text-decoration: none !important;
  color: #ffffff !important;
  width: 200px;
  height: 32px;
  border-radius: 16px;
  background-color: #0A66C2;
  font-family: "SF Pro Text", Helvetica, sans-serif;
}
section.addresses .column .frame {
  width: 100%;
  min-height: 300px;
  height: 100%;
}
section.addresses h3 {
  font-weight: 600;
}
section#get-in-touch p
section.addresses p {
  font-size: 18px;
  font-weight: 500;
}
section#get-in-touch a,
section.addresses a {
  font-size: 1.05rem !important;
  font-weight: 600;
  text-decoration: none;
}
section#get-in-touch a svg,
section.addresses a svg {
  margin-right: 0.75rem;
  transform: rotate(0deg) !important;
}
/* section.addresses a:first-of-type {
  margin-top: auto;
} */
section.addresses ul {
  display: flex;
  justify-content: center;
  gap: 10rem;
  padding: 3rem 3rem;
  width: 100%;
  list-style: none;
  background-color: #feeee5;
  border-radius: 1rem;
}
section.addresses ul li {
  line-height: 2rem;
}
section.addresses ul li .label {
  margin-bottom: 1rem;
  font-size: 24px;
  font-weight: 600;
  text-transform: uppercase;
  color: #de6834;
}

section.levels {
  display: flex;
  padding-bottom: 1rem !important;
}
section.levels .level {
  padding: 0px 4rem;
  width: 50%;
}
section.levels .level:not(:first-child) {
  border-left: 1px solid #ddd;
}
section.levels .level h3 {
  font-weight: 600;
}
section.levels .level h4 {
  margin: 1rem 0px;
  font-weight: 500;
}
section.levels .level p {
  font-size: 1.1rem;
}
section.levels .level ul {
  padding-left: 0px;
  list-style: none;
}
section.levels .level ul li {
  position: relative;
  padding-left: 2rem;
  font-size: 1.1rem;
  line-height: 1.75em;
}
section.levels .level ul li::before {
  content: "";
  position: absolute;
  top: 0.75em;
  left: 0px;
  width: 0.75rem;
  height: 3px;
  background-color: currentColor;
}

section.columns {
  flex-wrap: wrap;
  justify-content: center;
  gap: 1rem;
  padding-top: 1rem !important;
  padding-bottom: 0px !important;
}
section.columns p {
  font-size: 20px;
  text-align: center;
  width: 100%;
}
section.columns .column {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 1rem;
  padding: 2rem;
  width: calc(50% - 1rem);
  max-width: 500px;
  font-size: 20px;
  text-align: center;
  background-color: #feeee5;
  border-radius: 0.5rem;
}

#contact-us section .sub-section {
  display: flex;
  justify-content: flex-start;
  gap: 4rem;
  width: 100%;
}
#contact-us section .sub-section .partition:not(.map) {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
  width: 30%;
}
#contact-us section .sub-section .partition.map {
  width: 50%;
}
#contact-us section .sub-section .partition.map iframe {
  width: 100%;
  min-height: 300px;
}
#contact-us section .sub-section .partition h4 {
  font-weight: 700;
}
#contact-us section .sub-section .partition pre {
  margin: 2rem 0px;
  font-family: inherit;
  font-size: 1.2rem;
  font-weight: 600;
}

#faqs section.top {
  background-color: #feeee5;
  background-position: 90% center;
  background-size: contain;
  background-repeat: no-repeat;
  background-image: url("/websiteNew/assets/img/website/about/page1/thinking.png");
}
#faqs section.top h1 {
  margin-top: 2rem;
  margin-bottom: 2rem;
  font-weight: 700;
  text-align: left;
  color: #de6834;
}
#faqs section.groups {
  margin-top: 2rem;
  padding-top: 0rem;
}
#faqs section.groups #academy-faq-section {
  margin-bottom: 1rem;
}
#faqs section .group .category {
  padding: 1rem 0px;
  font-size: 1.5rem;
  font-weight: 900;
  text-transform: uppercase;
  color: #de6834;
}
#faqs section .group .list {
  padding: 1rem 0px;
  font-size: 18px;
  font-weight: 900;
}
#faqs section.groups #academy-faq-section .card-title,
#faqs section.groups #academy-faq-section .card-title[aria-expanded=true] {
  color: #444 !important;
  font-family: "Avenir Book" !important;
  font-weight: 600 !important;
}
#faqs section.groups #academy-faq-section .card-title[aria-expanded=true] {
  color: #de6834 !important;
}
#faqs section.groups #academy-faq-section .card-body {
  font-weight: 400;
}
#faqs section.groups #academy-faq-section .card-body img {
  width: 100%;
}
#faqs section.groups #academy-faq-section .card-body ol,
#faqs section.groups #academy-faq-section .card-body ul {
  padding-left: 1.5rem;
}
#faqs section.groups #academy-faq-section .card-body ol li {
  line-height: 1.75em;
}
#faqs section.groups #academy-faq-section .card-body ol li::marker {
  font-weight: 500;
}

@media screen and (max-width: 800px) {
  main section {
    padding-left: 1rem;
    padding-right: 1rem;
  }
  main section:not(:is(#about, #get-in-touch)) {
    padding-top: 1.5rem;
    padding-bottom: 1.5rem;
  }
  body#contact-us section.top::before {
    display: none;
  }
  #faqs section.top {
    background-image: unset;
  }
  section.top h1 {
    margin-top: 0px;
    margin-bottom: 0px;
    font-size: 1.3rem;
  }
  section.top p {
    width: 100%;
    font-size: 1rem;
  }
  section.addresses ul {
    flex-direction: column;
    gap: 2rem;
    padding: 1rem;
  }
  section.levels,
  section.columns {
    flex-direction: column;
    padding-bottom: 0px !important;
  }
  section.levels .level {
    padding: 1rem;
    width: 100%;
  }
  section.levels .level h3 {
    font-size: 1.25rem;
  }
  section.levels .level h4 {
    font-size: 1.15rem;
  }
  section.columns p,
  section.levels .level ul li {
    font-size: 1rem;
  }
  section.columns .column {
    gap: 0.5rem;
    padding: 1.5rem;
    width: 100%;
    font-size: 1.1rem;
  }
  section.levels .level.level:not(:first-child) {
    border-left: none;
    border-top: 1px solid #ddd;
  }
  section.addresses {
    flex-direction: column;
  }
  #contact-us section .sub-section {
    flex-direction: column;
    gap: 0px;
  }
  section.addresses .column,
  section.addresses .column.smaller,
  #contact-us section .sub-section .partition:not(.map),
  #contact-us section .sub-section .partition.map {
    width: 100%;
  }
  #contact-us section .sub-section .partition.map iframe {
    min-height: 300px;
  }
  #contact-us section .sub-section .partition pre {
    margin: 0.25rem 0px;
    font-size: 1rem;
  }
  section.addresses .column .frame {
    min-height: 400px;
  }
  #faqs section .group .category {
    padding: 0px;
    font-size: 1.25rem;
  }
  #faqs section.groups #academy-faq-section .card-header {
    padding: 0px;
  }
  #faqs section.groups #academy-faq-section .card-title {
    color: #444 !important;
    font-size: 1rem;
    font-family: "Avenir Book" !important;
    font-weight: 500 !important;
  }
  #faqs section.groups #academy-faq-section .card-body {
    padding: 0px 1rem;
    font-size: 1rem;
  }
}