@font-face {
  font-family: "36c312 0 0";
  src: url('../fonts/36C312_0_0.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "36c312 1 0";
  src: url('../fonts/36C312_1_0.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "36c312 1 0";
  src: url('../fonts/36C312_1_0.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bitstream bankgothic lt bt;
  src: url('../fonts/Bitstream---BankGothic-Lt-BT-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bitstream bankgothic md bt;
  src: url('../fonts/Bitstream---BankGothic-Md-BT-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

:root {
  --fmep-red: #ef3d32;
  --midnight-blue: #133553;
  --fmep-blue: #162e7a;
  --dark-cyan: #018a80;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

h1 {
  color: #fff;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Bitstream bankgothic md bt, sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

.nav {
  z-index: 100;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: fixed;
  box-shadow: 1px 1px 10px 6px #00000021;
}

.nav-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  width: 95vw;
  height: 14vh;
  min-height: 100px;
  display: grid;
}

.nav-logo {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nav-logo.w--current {
  min-height: 1px;
}

.image {
  width: 70%;
}

.logo-image {
  width: 60%;
  line-height: 1vh;
}

.nav-link {
  color: #000;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-right: 1.6em;
  font-family: Bitstream bankgothic md bt, sans-serif;
  font-size: 1.07vw;
  font-weight: 500;
  line-height: 1.8em;
  text-decoration: none;
  transition: color .3s cubic-bezier(.275, .077, .123, 1.001);
}

.nav-link:hover {
  color: var(--fmep-red);
}

.nav-link.last {
  margin-right: 0;
}

.body {
  font-family: proxima-nova, sans-serif;
  font-size: 16px;
  font-weight: 400;
}

.section.is--blue {
  background-color: #133552;
}

.section.is--blue.is--w-padding {
  padding-top: 5em;
  padding-bottom: 5em;
}

.section.is--gray {
  background-color: #f0f0f0;
  padding-bottom: 2em;
}

.section.is--grey {
  background-color: #eef0f6;
}

.hero {
  background-image: url('../images/top-banner.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 65vh;
  display: flex;
}

.hero.contact {
  height: 100vh;
}

.hero-text-wrap {
  background-color: #0000006b;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60vw;
  height: 40vh;
  min-height: 360px;
  padding-left: 3%;
  padding-right: 3%;
  display: flex;
}

.p {
  color: #000;
  font-size: 1.25em;
  line-height: 1.4em;
  display: block;
}

.p.is--white {
  color: #fff;
  line-height: 1.4em;
}

.p.is--white.is--centered {
  text-align: center;
}

.p.is--white.is--no-margin {
  margin-bottom: 2px;
  font-size: 1.1em;
}

.p.is--white.is--withtopmargin {
  margin-top: 14px;
}

.p.hasmargin {
  margin-bottom: 10px;
}

.p.topmargin {
  margin-top: 20px;
}

.heading {
  margin-bottom: 1em;
  margin-left: 0;
  font-size: 2.3em;
  line-height: 1.4em;
}

.heading.is--centered {
  text-align: center;
  margin-bottom: 1.5em;
}

.heading.is--centered.hero {
  width: 65%;
}

.heading.is--centered.heroheading {
  width: 75%;
  margin-top: 3em;
  margin-bottom: 0;
}

.heading.is--centered.is--black {
  color: #000;
}

.heading.is--wmargin {
  margin-top: 0;
  margin-left: 0;
}

.heading.teamname {
  text-align: center;
  font-size: 1.5em;
  position: absolute;
  inset: auto 0% .5em;
}

.heading.contact {
  margin-bottom: 10px;
  font-size: 2em;
}

.arrow {
  margin-top: 1.3em;
}

.container {
  max-width: 70vw;
  padding-top: 7em;
  padding-bottom: 7em;
}

.container.no--margin {
  padding-top: 1em;
  padding-bottom: 1em;
}

.container.our-team {
  max-width: 55vw;
}

.container.portfolio {
  max-width: 95vw;
}

.container.portfolio.hide {
  display: none;
}

.container.lesspadding {
  padding-top: 4em;
}

.list {
  color: #000;
}

.list.is--wmargin {
  margin-left: 2.5em;
  list-style-type: square;
}

.list.is--wmargin.extended {
  margin-left: 4.7em;
}

.team-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
}

.team-item {
  width: auto;
  height: auto;
  min-height: auto;
  margin-top: 0;
  position: relative;
}

.team-item.logo {
  background-color: var(--midnight-blue);
}

.team-image {
  opacity: 1;
  width: 100%;
  height: 100%;
  margin-top: 0;
  transition: opacity .2s;
  display: inline-block;
}

.team-image:hover {
  opacity: .85;
}

.team-image.is--logo {
  opacity: 1;
}

.team-image.is--logo.logo {
  background-color: var(--midnight-blue);
}

.list-item-2 {
  list-style-type: none;
}

.list-item-3 {
  list-style-type: square;
}

.image-hor-grid {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-100vh {
  background-image: url('../images/bg-our-history.jpg');
  background-position: 50%;
  background-size: cover;
  height: 100%;
  min-height: 700px;
  max-height: none;
}

.text-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.affiliates-top-grid {
  grid-column-gap: 16px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.sub-headline-block {
  background-color: var(--midnight-blue);
  justify-content: center;
  align-items: center;
  padding: .5em 2em;
  display: flex;
}

.text-block {
  color: #fff;
  text-transform: uppercase;
  font-family: futura-pt-condensed, sans-serif;
  font-size: 1.4em;
  line-height: 1.4em;
}

.text-block.is--cetered {
  text-align: center;
}

.affiliates-image {
  width: 60%;
}

.affiliates-image.is--smaller {
  width: 40%;
}

.affiliates-image.is--smaller._2 {
  width: 45%;
}

.affiliates-image.is--bigger {
  width: 90%;
}

.affiliates-image.is--bigger._2 {
  width: 85%;
}

.affiliates-image.tristate {
  width: 55%;
}

.affiliates-image.slightlybigger {
  width: 70%;
}

.link-block {
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.affilites-double-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3em;
  display: grid;
}

.affilites-double-grid.is--3-4 {
  grid-template-columns: .5fr 1fr;
}

.internal-grid-affiliates {
  grid-column-gap: 34px;
  grid-row-gap: 28px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1em;
  display: grid;
}

.internal-grid-affiliates.is--with-margin {
  margin-bottom: 21px;
}

.internal-grid-affiliates.is--with-margin.is--tripled {
  grid-column-gap: 20px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.internal-grid-affiliates.is--single {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-columns: 1fr;
  margin-bottom: 21px;
}

.internal-grid-affiliates.construction {
  grid-row-gap: 30px;
  grid-template-columns: 1fr;
}

.italic-text {
  text-align: center;
  font-size: 1em;
  font-style: italic;
  line-height: 1.2em;
}

.italic-text.is--w-margin {
  font-size: .8em;
}

.asterisk {
  color: #131313;
  margin-right: .5em;
  font-size: 1.2em;
  text-decoration: none;
}

.affiliates-bottom-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 3em;
  display: grid;
}

.internal-grid-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-bg-image {
  background-image: url('../images/contact-background.png');
  background-position: 50%;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: 90vh;
  min-height: 800px;
  display: flex;
}

.contact-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  min-width: 60vw;
  height: 50vh;
  min-height: 450px;
  max-height: 600px;
  display: grid;
}

.contact-wrap {
  padding: 1em;
}

.contact-wrap.is--padded {
  padding-top: 6.2em;
  padding-left: 0;
}

.submit-btn {
  background-color: var(--fmep-blue);
  text-transform: uppercase;
  width: 100%;
  font-family: Bitstream bankgothic md bt, sans-serif;
  font-size: 1.2em;
  transition: background-color .275s;
}

.submit-btn:hover {
  background-color: var(--fmep-red);
}

.submit-btn._w-margin {
  margin-top: 2em;
}

.submit-btn._w-margin.is--centered {
  text-align: center;
}

.textarea {
  height: auto;
  min-height: 170px;
}

.email-link {
  color: #fff;
  transition: color .275s;
}

.email-link:hover {
  color: var(--fmep-red);
  text-decoration: underline;
}

.footer-text {
  font-size: 1.15em;
  line-height: 1.6em;
}

.footer-text.copyright {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 0;
  font-family: Oswald, sans-serif;
}

.mobile-menu, .mm-container {
  display: none;
}

.heading-2 {
  color: var(--midnight-blue);
  text-align: center;
  letter-spacing: 6px;
  margin-bottom: 60px;
  font-size: 2.3em;
  line-height: 48px;
}

.heading-2.port {
  margin-bottom: 40px;
  font-size: 2.3em;
}

.heading-2.newpage {
  text-align: left;
  letter-spacing: 1px;
  text-transform: none;
  margin-bottom: 10px;
  font-family: proxima-nova, sans-serif;
  line-height: 1em;
}

.heading-2.newpage.amaller {
  letter-spacing: 0;
  font-size: 1.6em;
  line-height: 1.4em;
}

.heading-2.margintop {
  margin-top: 4em;
}

.newsitem {
  justify-content: center;
  align-items: center;
  width: 50vw;
  height: 200px;
  margin: 10px;
  display: flex;
  box-shadow: 1px 1px 20px 2px #00000026;
}

.text-bottom {
  flex: 1;
  padding: 20px;
  text-decoration: none;
}

.text-bottom.fmboxtext {
  padding-top: 0;
}

.p-2 {
  color: #333;
  font-family: Oswald, sans-serif;
  font-size: 1.125em;
  font-weight: 400;
  line-height: 26px;
  text-decoration: none;
}

.p-2.port {
  font-size: 1em;
}

.link {
  color: #333333a1;
  font-family: Oswald, sans-serif;
}

.link:hover {
  color: #748699;
}

.link.fmboxhover:hover {
  color: #b35b38;
}

.link.fmmhover:hover {
  color: #000;
}

.link.fmehover:hover {
  color: #a81d3f;
}

.logo-top {
  width: 30%;
  min-width: 200px;
  height: 60%;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.logo-top.fmbox {
  background-image: url('../images/FMBOX.svg');
  background-size: auto 80px;
  padding-top: 147px;
}

.logo-top.fmbox.newslogo {
  background-image: url('../images/FMP-Logos.svg');
  background-size: contain;
  width: 35%;
  padding-top: 0;
}

.logo-top.fme {
  background-image: url('../images/FME.svg');
  background-size: auto 115px;
}

.logo-top.fme.newslogo {
  background-image: url('../images/FME-Logos.svg');
  background-size: contain;
  width: 35%;
  padding-left: 0;
}

.logo-top.medical {
  background-image: url('../images/FMMed-LOGO-2020-outlined-01.svg');
}

.logo-top.medical.newslogo {
  background-image: url('../images/FMM-Logos.svg');
  background-size: contain;
  width: 35%;
}

.logo-top.portfolio {
  width: auto;
  height: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.logo-top.portfolio._2 {
  margin-bottom: 1em;
}

.logo-top.portfolio._3 {
  margin-top: 1em;
  margin-bottom: 1em;
}

.logo-top.news {
  width: auto;
}

.content-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px #000;
  border-radius: 2px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  padding: 20px;
  display: grid;
}

.content-container.news {
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-flow: row;
  justify-content: stretch;
}

.content-container.porfoliocontainer {
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  padding-top: 40px;
  padding-left: 0;
  padding-right: 0;
}

.content-container.porfoliocontainer._4items {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.card-wrap {
  flex-direction: column;
  align-items: stretch;
  width: 225px;
  height: 375px;
  margin: 10px 5px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 20px 2px #00000026;
}

.section-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  max-height: none;
  padding-top: 7em;
  display: flex;
}

.section-3 {
  padding-bottom: 7em;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  align-items: center;
  width: 260px;
  display: flex;
}

.section-4 {
  padding-top: 13vh;
  position: static;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0000;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 20vh;
  margin-top: 8.5em;
  display: grid;
}

.container-4 {
  max-width: 100vw;
}

.text-block-2 {
  font-family: Bitstream bankgothic md bt, sans-serif;
  font-size: 1.125em;
}

.div-block-2 {
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-3 {
  width: auto;
  height: auto;
  padding-right: 2.1em;
}

.container-5 {
  max-width: 70vw;
  max-height: none;
}

.thumbnail {
  width: 6vw;
}

.heading-3 {
  font-size: 2.4em;
  line-height: 1.4em;
}

.text-block-3 {
  font-size: 1em;
}

.news-image {
  width: auto;
  padding-left: 1em;
  padding-right: 1em;
}

.fm-logo {
  width: auto;
}

.fm-logo.news {
  min-width: 200px;
}

.modal {
  z-index: 200;
  background-color: #000000db;
  flex-direction: column;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.modal.scott, .modal.stevens, .modal.beyersdorfer, .modal.lowry, .modal.gary, .modal.scott-stevens, .modal.william, .modal.audrey, .modal.brandon-white, .modal.johanning, .modal.moore, .modal.pierce {
  display: none;
}

.top-modal {
  justify-content: flex-end;
  display: flex;
}

.bottom-modal {
  flex: 1;
}

.x {
  cursor: pointer;
  background-color: #00000045;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  display: flex;
}

.x-text {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
}

.blue-bar {
  background-color: var(--fmep-blue);
  height: 2em;
}

.tab-link-tab-1 {
  padding-left: 0;
}

.tab-link-tab-1.w--current {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.tab-link-tab-2 {
  padding-left: 0;
}

.tab-link {
  width: 12em;
  margin-left: .2em;
  margin-right: .2em;
  padding: 0;
  transition: all .275s;
}

.tab-link:hover {
  filter: grayscale();
}

.tab-link.w--current {
  filter: grayscale(95%);
  width: 12em;
  padding: 0;
}

.tab-pane {
  background-color: #fff;
  height: 60vh;
}

.tab-menu {
  background-color: #fff;
  justify-content: center;
  display: flex;
}

.tab-pane-eft {
  flex: 0 auto;
  justify-content: flex-end;
  width: 35%;
  padding: 5.3em 0 4.1em;
  display: flex;
}

.tab-pane-right {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-left: 2em;
  padding-right: 3em;
  display: flex;
}

.tab-pane-container {
  height: 100%;
  display: flex;
}

.h2 {
  font-family: Bitstream bankgothic lt bt, sans-serif;
  font-size: 2em;
}

.news-container {
  display: flex;
}

.sub-wrap {
  position: sticky;
  top: 18%;
}

.heading-4 {
  font-family: Bitstream bankgothic lt bt, sans-serif;
  font-size: 1.2em;
}

.p-3 {
  color: #000;
  margin-bottom: 0;
  line-height: 1.4em;
  text-decoration: none;
}

.p-3.w {
  color: #ececec;
}

.p-3.w.is--left {
  color: #ecececa1;
  justify-content: flex-end;
  display: flex;
}

.dropdown-toggle {
  border-bottom: 4px solid #0000;
  padding: 0;
  display: block;
}

.dropdown-toggle.w--open {
  border-bottom: 4px solid var(--midnight-blue);
}

.dropdown-list {
  background-color: #ebcece;
}

.dropdown-list.w--open {
  background-color: #fff;
  transition: color .25s, background-color .25s;
  box-shadow: 0 8px 6px 6px #00000021;
}

.dropdown-link {
  color: #000;
  border-bottom: 1px solid #000;
  padding-top: 15px;
  padding-bottom: 15px;
}

.dropdown-link:hover {
  background-color: #e8e8e8;
}

.dropdown-link.w--current {
  color: #000;
}

.dropdown-link.bottom {
  border-bottom-style: none;
}

.dropdown-link.bottom.w--current {
  color: #000;
}

.icon {
  margin-right: 5px;
}

.dropdown {
  margin-right: 1.6em;
}

.pastprojects {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

@media screen and (min-width: 1920px) {
  h3 {
    font-size: 1.2vw;
    line-height: 1.6em;
  }

  .nav {
    position: fixed;
  }

  .logo-image {
    width: 55%;
  }

  .nav-link {
    font-size: 1.15vw;
  }

  .p {
    font-size: 1vw;
    line-height: 1.6em;
  }

  .p.is--white, .p.is--white.is--centered, .p.is--white.is--no-margin {
    font-size: 1.15vw;
  }

  .heading.is--centered {
    margin-bottom: 1.4em;
    font-size: 2.2vw;
  }

  .heading.is--wmargin {
    font-size: 2vw;
  }

  .arrow {
    width: 2.5vw;
    margin-top: 3.5em;
  }

  .container.portfolio {
    max-width: 80vw;
  }

  .text-block {
    font-size: 1.4vw;
  }

  .contact-container {
    height: auto;
    max-height: none;
  }

  .text-field {
    padding: 1em;
    font-size: 1.15vw;
    line-height: 2em;
  }

  .submit-btn {
    padding: 1em 1.3em;
    font-size: 1.15vw;
  }

  .textarea {
    min-height: 20vh;
    max-height: 400px;
    padding-top: .4em;
    padding-left: 1em;
    font-size: 1.15vw;
  }

  .footer-text {
    font-size: 1.15vw;
  }

  .heading-2 {
    letter-spacing: .1em;
    margin-top: 0;
    margin-bottom: 60px;
    font-family: Bitstream bankgothic md bt, sans-serif;
    font-size: 2vw;
    line-height: 1.4em;
  }

  .heading-2.port {
    margin-bottom: 0;
  }

  .newsitem {
    width: 100%;
    height: auto;
    padding: 2em;
  }

  .text-bottom {
    padding-left: 1vw;
    padding-right: 1vw;
  }

  .text-bottom.fmboxtext {
    padding-bottom: 0;
    padding-left: .5vw;
    padding-right: .5vw;
  }

  .text-bottom.less--padding, .text-bottom.less-padding {
    padding-left: .5vw;
    padding-right: .5vw;
  }

  .p-2 {
    margin-bottom: 1em;
    font-size: 1.2vw;
    line-height: 1.4em;
  }

  .p-2.port {
    font-size: 1.125vw;
  }

  .link {
    font-size: 1.1vw;
  }

  .logo-top {
    width: 22%;
    height: auto;
  }

  .logo-top.portfolio {
    width: auto;
    margin-bottom: 1em;
  }

  .logo-top.portfolio._2 {
    margin-bottom: 2em;
  }

  .logo-top.news {
    width: 22%;
  }

  .content-container.porfoliocontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .container-2 {
    max-width: 50vw;
  }

  .card-wrap {
    width: 16vw;
    height: 55vh;
    min-height: 400px;
    max-height: 800px;
    margin-left: 1em;
    margin-right: 1em;
    padding: 1em;
  }

  .container-3 {
    margin-top: 40px;
  }

  .div-block {
    grid-template-rows: auto;
    margin-top: 12%;
  }

  .text-block-2 {
    font-size: 1.1vw;
    line-height: 1.4em;
  }

  .fm-logo {
    text-align: center;
    flex: 0 auto;
    width: auto;
    display: block;
  }

  .modal {
    display: none;
  }

  .x {
    width: 3vw;
    height: 3vw;
  }

  .x-text {
    font-size: 1.5vw;
  }

  .blue-bar {
    height: 2vw;
  }

  .tab-image {
    width: 100%;
  }

  .tab-link, .tab-link.w--current {
    width: 12vw;
  }

  .tab-pane-right {
    padding-left: 2vw;
    padding-right: 4.9em;
  }

  .h2 {
    font-size: 1.7vw;
    line-height: 1.4em;
  }

  .heading-4 {
    font-size: 1.3vw;
    line-height: 1.4em;
  }

  .arrow-image {
    width: 100%;
  }

  .heading-5 {
    font-size: 1.4vw;
    line-height: 1.4em;
  }

  .rich {
    font-size: 1vw;
    line-height: 1.4em;
  }
}

@media screen and (max-width: 991px) {
  .nav-container {
    grid-template-columns: .5fr 1fr;
    width: 90vw;
  }

  .nav-link {
    display: none;
  }

  .nav-link.mm {
    color: #fff;
    margin-bottom: 2em;
    font-size: 1em;
    display: inline-block;
  }

  .nav-link.mm.dropdown {
    margin-bottom: 0;
  }

  .nav-link.dropdown {
    display: flex;
  }

  .hero {
    background-position: 100% 0;
  }

  .hero-text-wrap {
    width: 80vw;
  }

  .heading.teamname {
    margin-bottom: .5em;
    font-size: 1.75em;
  }

  .container, .container.our-team, .container.portfolio {
    max-width: 80vw;
  }

  .container.lesspadding {
    padding-top: 2em;
  }

  .team-image {
    width: 100%;
  }

  .text-block.is--cetered {
    font-size: 1.2em;
  }

  .internal-grid-affiliates.is--with-margin.is--tripled {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .internal-grid-affiliates.construction {
    grid-template-columns: 1fr;
  }

  .contact-container {
    min-width: 80vw;
  }

  .mobile-menu {
    width: 60px;
    display: block;
  }

  .mm-container {
    z-index: 10;
    background-color: var(--fmep-blue);
    width: 100%;
    height: auto;
    min-height: auto;
    max-height: 80vh;
    padding-top: 2em;
    display: none;
    position: fixed;
    inset: 0%;
    overflow: auto;
  }

  .mm-link-wrap {
    padding-top: 19%;
    padding-left: 5%;
    padding-right: 5%;
    display: inline-block;
  }

  .newsitem {
    justify-content: center;
    width: 80vw;
  }

  .logo-top {
    height: auto;
  }

  .logo-top.news {
    width: 30%;
  }

  .content-container {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    justify-content: center;
  }

  .content-container.news {
    grid-template-rows: auto auto auto auto auto;
    grid-auto-flow: column;
    place-items: stretch stretch;
    width: auto;
    max-width: none;
    padding-left: 0;
  }

  .content-container.porfoliocontainer {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .card-wrap {
    width: 250px;
    height: 400px;
  }

  .div-block {
    flex-direction: column;
    grid-template-columns: .25fr;
    height: auto;
    display: flex;
  }

  .news-image {
    width: 40%;
  }

  .modal.paul, .bottom-modal {
    overflow: auto;
  }

  .tab-pane {
    height: auto;
  }

  .tab-pane-eft {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .tab-pane-eft.paul {
    justify-content: center;
    align-items: flex-start;
  }

  .p-3 {
    font-size: 15px;
  }

  .dropdown-toggle {
    padding-right: 10px;
  }

  .icon {
    color: #fff;
  }

  .dropdown {
    margin-bottom: 2em;
  }

  .dropdown.hidemobile {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .nav {
    position: fixed;
  }

  .nav-container {
    grid-column-gap: 0px;
    grid-template-columns: .75fr 1fr;
  }

  .nav-link.mm {
    margin-bottom: 0;
  }

  .hero {
    background-position: 50%;
    height: 70vh;
    min-height: 600px;
  }

  .heading.is--centered.heroheading {
    width: 85%;
    font-size: 2em;
  }

  .heading.teamname {
    font-size: 2em;
  }

  .team-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .image-hor-grid {
    grid-template-columns: 1fr;
  }

  .internal-grid-affiliates.is--with-margin.is--tripled {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .contact-container {
    grid-template-columns: 1.25fr;
    height: auto;
    min-height: auto;
    max-height: none;
  }

  .contact-wrap.is--padded {
    padding-top: 2em;
  }

  .mm-container {
    max-height: none;
    display: none;
    position: sticky;
  }

  .mm-link-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-top: 17%;
    padding-bottom: 3%;
    display: grid;
  }

  .newsitem {
    height: auto;
    margin: 0;
  }

  .logo-top.fmbox.newslogo {
    background-size: auto 65px;
    margin-left: 10px;
  }

  .logo-top.fme.newslogo {
    background-size: auto 90px;
    margin-left: 10px;
  }

  .logo-top.medical.newslogo {
    background-size: auto 120px;
    margin-left: 10px;
  }

  .logo-top.portfolio {
    padding-left: 2em;
    padding-right: 2em;
  }

  .logo-top.news {
    padding-left: 1em;
    padding-right: 1em;
  }

  .content-container {
    grid-column-gap: 16px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .content-container.news {
    padding: 0;
  }

  .content-container.porfoliocontainer {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .card-wrap {
    width: 300px;
  }

  .utility-page-wrap {
    min-height: 400px;
  }

  .div-block {
    align-items: flex-start;
  }

  .div-block-2 {
    width: 75vw;
  }

  .news-image {
    order: 1;
  }

  .modal {
    position: absolute;
    overflow: scroll;
  }

  .tab-pane-eft {
    padding-top: 2em;
    padding-left: 2em;
  }

  .tab-pane-right {
    padding-bottom: 2em;
    padding-right: 2em;
  }

  .tab-pane-container {
    flex-direction: column;
  }

  .p-3 {
    font-size: 16px;
  }
}

@media screen and (max-width: 479px) {
  .nav {
    position: fixed;
    top: 0;
  }

  .nav-container {
    grid-template-columns: 2.25fr 1fr;
    height: 10vh;
  }

  .nav-link {
    display: none;
  }

  .nav-link.mm {
    margin-bottom: 1.5em;
    display: block;
  }

  .hero-text-wrap {
    height: 60vh;
  }

  .p {
    font-size: 1.15em;
  }

  .heading.is--centered {
    line-height: 1em;
  }

  .heading.is--centered.heroheading {
    text-align: center;
    width: 95%;
    font-size: 1.75em;
    line-height: 1.25em;
  }

  .heading.teamname {
    font-size: 1.7em;
  }

  .container {
    max-width: 90vw;
  }

  .container.portfolio {
    max-width: 80vw;
  }

  .container.lesspadding {
    padding-top: 2em;
  }

  .list.is--wmargin {
    margin-left: 1.7em;
  }

  .list.is--wmargin.extended {
    margin-left: 2.2em;
  }

  .team-grid {
    grid-template-columns: 1fr;
  }

  .team-item.logo, .team-image.is--logo.logo {
    display: none;
  }

  .image-100vh {
    min-height: 400px;
  }

  .affiliates-top-grid {
    grid-template-columns: 1fr;
  }

  .affiliates-image {
    width: 40%;
  }

  .affiliates-image.is--smaller {
    width: 30%;
  }

  .affiliates-image.is--bigger, .affiliates-image.is--bigger._2 {
    width: 50%;
  }

  .affiliates-image.tristate {
    width: 35%;
  }

  .affiliates-image.slightlybigger {
    width: 50%;
  }

  .affilites-double-grid {
    grid-template-columns: 1fr;
  }

  .affilites-double-grid.is--3-4 {
    grid-template-columns: 2fr;
    width: 100%;
  }

  .internal-grid-affiliates {
    grid-template-columns: 1fr;
  }

  .internal-grid-affiliates.is--with-margin.is--tripled {
    grid-row-gap: 35px;
    grid-template-rows: auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .internal-grid-affiliates.is--single.withmargin {
    margin-bottom: 21px;
  }

  .internal-grid-affiliates.dining {
    margin-bottom: 1em;
  }

  .internal-grid-4 {
    grid-template-columns: 1fr;
  }

  .contact-bg-image {
    height: auto;
  }

  .contact-container {
    grid-template-columns: 1.25fr;
    height: auto;
    max-height: none;
  }

  .contact-wrap.is--padded {
    padding-bottom: 2em;
    padding-left: 1em;
  }

  .mm-container {
    height: 100vh;
    max-height: none;
    display: none;
    position: fixed;
    top: 0%;
  }

  .mm-link-wrap {
    padding-top: 40%;
    padding-bottom: 10%;
    display: block;
  }

  .heading-2, .heading-2.port {
    font-size: 2em;
  }

  .heading-2.newpage {
    font-size: 1.6em;
    line-height: 1.1em;
  }

  .newsitem {
    flex-direction: column;
    height: auto;
    padding-top: 1em;
  }

  .p-2 {
    margin-bottom: 2em;
  }

  .link.fmboxhover, .link.fmmhover, .link.fmehover {
    font-size: 1.2em;
  }

  .logo-top {
    justify-content: center;
    width: 100%;
    min-width: auto;
  }

  .logo-top.fmbox.newslogo, .logo-top.fme.newslogo, .logo-top.medical.newslogo {
    width: 65%;
    margin-left: 0;
  }

  .logo-top.portfolio {
    padding-top: 1em;
    padding-bottom: 1.3em;
  }

  .logo-top.news {
    width: 75%;
  }

  .content-container {
    grid-template-columns: 1fr;
  }

  .content-container.news {
    grid-template-rows: auto auto auto auto auto;
  }

  .content-container.porfoliocontainer {
    padding-left: 0;
    padding-right: 0;
  }

  .card-wrap {
    width: 100%;
    height: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .div-block {
    height: auto;
  }

  .text-block-2 {
    font-size: 1em;
  }

  .div-block-2 {
    width: auto;
    margin-bottom: 0;
  }

  .news-image {
    width: 60%;
  }

  .modal {
    position: fixed;
    top: 0%;
    overflow: scroll;
  }

  .bottom-modal {
    overflow: auto;
  }

  .tab-link {
    width: auto;
    margin-top: .2em;
    margin-bottom: .2em;
  }

  .tab-link.w--current {
    width: auto;
  }

  .tab-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .tab-pane-eft {
    width: 60%;
    padding-top: 1em;
    padding-left: 1em;
  }

  .tab-pane-right {
    padding-left: 1em;
    padding-right: 1em;
  }

  .news-container {
    flex-direction: column;
  }

  .heading-4 {
    margin-top: 1em;
    margin-bottom: .5em;
  }

  .p-3 {
    font-size: 14px;
  }

  .p-3.w.is--left {
    justify-content: center;
  }
}

#w-node-caa644b7-8d81-89d2-fa09-82cac0f69be9-418eae3c, #w-node-_48d842b1-add3-0739-d4a0-b0cae6674b51-418eae3c, #w-node-_5c3f805e-a7ec-e2b4-65a8-acc1f2727012-418eae3c, #w-node-_0f5979fc-25ea-7c0a-0790-8d1adbd28c70-418eae3c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_153b187c-d313-4555-3bff-01fc958721fa-958721f6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center end;
}


@font-face {
  font-family: '36c312 0 0';
  src: url('../fonts/36C312_0_0.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '36c312 1 0';
  src: url('../fonts/36C312_1_0.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '36c312 1 0';
  src: url('../fonts/36C312_1_0.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitstream bankgothic lt bt';
  src: url('../fonts/Bitstream---BankGothic-Lt-BT-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bitstream bankgothic md bt';
  src: url('../fonts/Bitstream---BankGothic-Md-BT-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}