section#post_footer {
  background-color: #eeece9;
  padding-bottom: 60px; }
  section#post_footer .top {
    gap: 120px;
    padding: 128px 0 64px 0;
    margin-bottom: 64px;
    border-bottom: 2px solid #e0e0e0;
    display: flex;
    flex-direction: column; }
    section#post_footer .top i.fa,
    section#post_footer .top i.fab {
      color: #28aa9b;
      margin-right: 0.8em; }
    section#post_footer .top img {
      width: 144px;
      height: auto; }
    @media (width >= 80rem) {
      section#post_footer .top {
        flex-direction: row; } }
  section#post_footer div#offices {
    flex-grow: 1; }
  section#post_footer .copyright {
    color: #104036;
    display: flex;
    flex-direction: column;
    gap: 30px; }
    @media (width >= 80rem) {
      section#post_footer .copyright {
        flex-direction: row; } }
    section#post_footer .copyright a {
      color: #104036; }
    section#post_footer .copyright .flex {
      flex-direction: column; }
      @media (width >= 48rem) {
        section#post_footer .copyright .flex {
          flex-direction: row;
          align-items: center; } }
  section#post_footer .back-to-top-container {
    display: flex;
    align-items: center;
    gap: 12px; }
    section#post_footer .back-to-top-container a {
      color: #28aa9b; }
    section#post_footer .back-to-top-container .codex {
      margin-right: 1em; }
    section#post_footer .back-to-top-container .back-to-top {
      width: 44px;
      height: 44px;
      background-color: white;
      border-radius: 22px;
      display: flex;
      align-items: center;
      justify-content: center;
      cursor: pointer; }

#breakpoints {
  background-color: red;
  position: fixed;
  top: 0;
  left: 0;
  width: auto;
  z-index: 9999;
  padding: 5px;
  line-height: 1em;
  border-radius: 8px; }
  #breakpoints::before {
    content: "small"; }
  @media (width >= 48rem) {
    #breakpoints {
      background-color: lime; }
      #breakpoints::before {
        content: "medium"; } }
  @media (width >= 64rem) {
    #breakpoints {
      background-color: blue; }
      #breakpoints::before {
        content: "large"; } }
  @media (width >= 80rem) {
    #breakpoints {
      background-color: yellow; }
      #breakpoints::before {
        content: "xlarge"; } }
  @media (width >= 96rem) {
    #breakpoints {
      background-color: cyan; }
      #breakpoints::before {
        content: "xxlarge"; } }
  @media (width >= 112rem) {
    #breakpoints {
      background-color: magenta; }
      #breakpoints::before {
        content: "xxxlarge"; } }

section#hero h1 {
  font-size: 48px;
  border-bottom: 2px solid #28aa9b;
  padding-bottom: 0.5em;
  margin-bottom: 0.5em; }
  @media (min-width: 800px) {
    section#hero h1 {
      font-size: 96px; } }
section#hero p {
  color: #EEECE9; }
section#hero div.bottom-15 {
  bottom: 128px; }

section#about {
  background: linear-gradient(0deg, #186056 43%, white 43%); }
  section#about .hover-cards {
    column-gap: 40px; }
    section#about .hover-cards .card {
      border-radius: 7px;
      overflow: hidden;
      position: relative; }
      @media (min-width: 1600px) {
        section#about .hover-cards .card {
          height: 550px; } }
      section#about .hover-cards .card .background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-size: cover;
        background-position: center center;
        transition: scale 0.3s ease-in-out; }
      section#about .hover-cards .card .content {
        background: linear-gradient(0deg, #032f29 10%, rgba(0, 0, 0, 0) 100%);
        padding: 160px 40px 40px 40px;
        height: 100%;
        position: relative; }
        @media (min-width: 1600px) {
          section#about .hover-cards .card .content {
            position: absolute;
            top: calc(100% - 280px);
            left: 0;
            transition: top 0.3s ease-in-out; } }
        section#about .hover-cards .card .content h3 {
          font-size: 48px;
          margin-bottom: 0.8em; }
        section#about .hover-cards .card .content p {
          transition: opacity 0.2s ease-in-out;
          line-height: 1.4em; }
          @media (min-width: 1600px) {
            section#about .hover-cards .card .content p {
              opacity: 0; } }
      section#about .hover-cards .card:hover .background {
        scale: 1.02; }
      section#about .hover-cards .card:hover .content {
        top: 0; }
        section#about .hover-cards .card:hover .content p {
          opacity: 1; }

section#overview {
  padding-bottom: 7em; }
  section#overview h2 {
    line-height: 1.4em; }
  section#overview .counting-cards {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 20px; }
    @media (width >= 48rem) {
      section#overview .counting-cards {
        grid-template-columns: repeat(8, minmax(0, 1fr)); } }
    @media (width >= 80rem) {
      section#overview .counting-cards {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        gap: 60px; } }
    @media (width >= 96rem) {
      section#overview .counting-cards {
        gap: 140px; } }
    section#overview .counting-cards .card {
      grid-column: span 4 / span 4; }
      section#overview .counting-cards .card .number {
        font-size: 36px;
        font-weight: 500;
        color: #28aa9b;
        padding-bottom: 44px;
        border-bottom: 2px solid #F5F5F5; }
      section#overview .counting-cards .card h3 {
        font-family: 'GeneralSans-Extralight', sans-serif;
        font-size: 80px;
        font-weight: 400;
        margin: 0.3em 0; }
        @media (width >= 80rem) {
          section#overview .counting-cards .card h3 {
            font-size: 96px; } }
        @media (width >= 112rem) {
          section#overview .counting-cards .card h3 {
            font-size: 128px; } }
        section#overview .counting-cards .card h3 .text-smaller {
          font-size: 0.8em; }
      section#overview .counting-cards .card p {
        font-size: 24px;
        line-height: 1.6em;
        font-weight: 400; }

body.home section#overview {
  background: linear-gradient(180deg, #186056 0%, #104036 100%); }
  body.home section#overview .counting-cards .card .number {
    border-bottom-color: #19665c; }

section#leadership {
  padding-bottom: 160px; }
  section#leadership .heading {
    display: flex;
    flex-direction: column;
    gap: 30px; }
    @media (width >= 80rem) {
      section#leadership .heading {
        flex-direction: row;
        align-items: center; } }
    section#leadership .heading .title {
      flex-grow: 1; }
    section#leadership .heading .intro {
      max-width: 600px; }
      section#leadership .heading .intro a {
        margin-top: 1em;
        display: inline-block; }
        section#leadership .heading .intro a i.fa {
          margin-right: 0.5em; }
  section#leadership .card .background-container {
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    height: 384px;
    margin-bottom: 42px; }
    section#leadership .card .background-container .background {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: top center;
      transition: scale 0.3s ease-in-out; }
    section#leadership .card .background-container:hover .background {
      scale: 1.02; }
  section#leadership .card h3 {
    font-size: 24px; }
  section#leadership .card p.position {
    color: #19665c; }

section#aboutHero {
  padding: 200px 0 100px 0; }

section#aboutAwards .awards {
  display: grid;
  grid-template-columns: repeat(1, 1fr);
  gap: 2rem;
  padding: 0;
  margin: 0; }
  @media (min-width: 48rem) {
    section#aboutAwards .awards {
      grid-template-columns: repeat(2, 1fr); } }
  @media (min-width: 64rem) {
    section#aboutAwards .awards {
      grid-template-columns: repeat(3, 1fr); } }
  section#aboutAwards .awards .award {
    background-color: white;
    padding: 2.5rem 2rem;
    border-radius: 0.5rem;
    text-align: center;
    font-weight: 600;
    display: flex;
    flex-direction: column;
    align-items: center; }
    section#aboutAwards .awards .award .title {
      font-size: 36px;
      font-family: "EB Garamond", "serif";
      font-weight: 300;
      color: #262643;
      line-height: 1.3em;
      flex-grow: 1;
      padding-bottom: 1em;
      border-bottom: 1px solid #e4e4e4;
      margin-bottom: 1em; }
    section#aboutAwards .awards .award img {
      max-height: 37px; }

section#teamHero {
  padding: 200px 0 100px 0; }

section#teamInfo h2 {
  font-size: 48px; }
section#teamInfo h3 {
  font-size: 48px;
  margin-bottom: 0.5em; }

section#teamRoster {
  background-color: #f5f5f5; }
  section#teamRoster .left-line {
    margin: 5em 0; }
  section#teamRoster article .background-container {
    overflow: hidden;
    border-radius: 8px;
    width: 100%;
    height: 384px;
    margin-bottom: 42px; }
    section#teamRoster article .background-container .background {
      width: 100%;
      height: 100%;
      background-size: cover;
      background-position: top center;
      transition: scale 0.3s ease-in-out; }
    section#teamRoster article .background-container:hover .background {
      scale: 1.02; }
  section#teamRoster article button {
    text-align: left; }
    section#teamRoster article button .text-sm {
      margin-top: 15px; }
      section#teamRoster article button .text-sm i.fa {
        margin-right: 0.5em;
        font-size: 0.8em; }
    section#teamRoster article button img {
      border-radius: 6px; }

.team-modals .modal-dialog {
  max-width: 100vw;
  max-height: 100vh;
  margin: 0; }
.team-modals .modal-content {
  width: 100vw;
  height: 100vh; }
  .team-modals .modal-content .closex {
    background-color: #f9f9f9;
    width: 48px;
    height: 48px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    cursor: pointer; }
    .team-modals .modal-content .closex svg {
      width: 24px; }
      .team-modals .modal-content .closex svg path {
        fill: #19665c; }
  .team-modals .modal-content .h-full {
    max-height: 100vh; }
  .team-modals .modal-content h3 {
    font-size: 48px;
    color: #000;
    font-weight: 300; }
  .team-modals .modal-content .background {
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: top center; }
    @media (min-width: 1024px) {
      .team-modals .modal-content .background {
        max-width: 809px; } }
  .team-modals .modal-content img {
    background-color: #bfcfd5; }
    @media (min-width: 1024px) {
      .team-modals .modal-content img {
        max-width: 809px; } }
  .team-modals .modal-content .content-container {
    flex-grow: 1; }
    .team-modals .modal-content .content-container .content {
      max-width: 700px;
      margin: 0 auto; }
      .team-modals .modal-content .content-container .content .dismiss {
        margin-bottom: 2em;
        cursor: pointer; }
        .team-modals .modal-content .content-container .content .dismiss i.fa {
          margin-right: 0.5em;
          font-size: 0.8em; }
      .team-modals .modal-content .content-container .content .linkedin {
        margin-top: 2em; }
        .team-modals .modal-content .content-container .content .linkedin i.fa-linkedin {
          margin-right: 0.5em;
          color: #28aa9b; }

.bg-light {
  background-color: #f5f5f5; }

.pre-title {
  font-family: "EB Garamond", "serif";
  font-size: 18px;
  color: #28aa9b;
  text-transform: uppercase;
  margin-bottom: 1em;
  letter-spacing: 1px;
  font-weight: 600; }

.left-line {
  border-left: 4px solid #28aa9b;
  padding-left: 44px !important; }

.align-center {
  align-items: center; }

@media (width >= 64rem) {
  .lg-grid-cols-4 {
    grid-template-columns: repeat(4, minmax(0, 1fr)); } }

@media (width >= 64rem) {
  .lg\:w-1\/2 {
    width: calc(1 / 2 * 100%); } }
