@font-face {
  font-family: Materialicons;
  src: url('../fonts/MaterialIcons-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --white-smoke: #ececec;
  --dark-cyan-2: #252f66;
  --black: #333;
  --dark-cyan: #008680;
  --light-steel-blue: #a9b2de;
  --white: white;
  --pale-turquoise: #a8edea;
  --dim-grey: #494949;
}

.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;
}

.w-form-formrecaptcha {
  margin-bottom: 8px;
}

.navigation-bar {
  z-index: 10;
  background-color: var(--white-smoke);
  justify-content: space-between;
  padding: 30px 5vw;
  display: flex;
  position: relative;
}

.navigation-bar.home {
  height: 10vh;
  min-height: 80px;
  padding-top: 0;
  padding-bottom: 0;
}

.menu-icon {
  width: 24px;
  margin-top: 13px;
  margin-left: 16px;
}

.hero-content-wrapper {
  width: 100%;
  height: auto;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero-content-wrapper.anageent {
  height: 40vh;
  margin-top: 0;
  position: relative;
}

.hero-content-wrapper.bio {
  height: auto;
}

.menu-link {
  color: #e1b24c;
  text-transform: uppercase;
  padding-left: 24px;
  padding-right: 24px;
  font-size: 4.5vw;
  font-weight: 300;
  line-height: 11vh;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.nav-text {
  color: #212218;
  font-size: 32px;
  font-weight: 300;
  line-height: 40px;
}

.menu-button {
  cursor: pointer;
  align-items: center;
  display: none;
}

.navigation-content-wrapper {
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.hero-wrapper {
  object-fit: fill;
  background-color: #f1f1f1;
  height: auto;
  min-height: 50vh;
  transition: all .2s;
  position: relative;
}

.hero-wrapper.bio {
  height: auto;
  min-height: auto;
}

.menu-text {
  color: #fff;
  font-size: 3.5vw;
  font-weight: 400;
  position: relative;
}

.hero-image-wrapper {
  width: 100%;
  height: 60vh;
  line-height: 20%;
  overflow: hidden;
}

.hero-image-wrapper.flex {
  height: auto;
  padding-top: 0;
  display: flex;
}

.hero-image-wrapper.center {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

.hero-image-wrapper.recruiting {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  display: flex;
}

.page-wrapper {
  object-fit: fill;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: block;
}

.navigation-image {
  z-index: 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.navigation-image.nature, .navigation-image.fairy, .navigation-image.lullaby, .navigation-image.vintage {
  opacity: 0;
}

.navigation-image.current {
  z-index: 1;
  display: inline-block;
}

.navigation-links {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 10vh;
  display: flex;
}

.nav-logo {
  width: 350px;
  font-size: .8em;
  text-decoration: none;
}

.navigation-image-container {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.hero-heading {
  position: absolute;
  inset: auto 0% 0 auto;
}

.navigation-container {
  z-index: 9;
  background-color: var(--dark-cyan-2);
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.body {
  font-family: Oswald, sans-serif;
  font-size: 1em;
}

.slider-container {
  width: 100vw;
  min-height: 300px;
  padding: 40px;
  display: none;
  overflow: hidden;
}

.section {
  background-color: var(--dark-cyan);
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 70vh;
  display: none;
  overflow: hidden;
}

.slider-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.slider-right-arrow {
  color: #444;
  line-height: 30px;
}

.mask {
  position: static;
  overflow: visible;
}

.slider-text {
  text-align: center;
  font-family: Oswald, sans-serif;
  font-size: 60px;
  font-weight: 700;
  line-height: 60px;
}

.slider {
  background-color: #0000;
  width: 400px;
  height: 400px;
  position: static;
}

.slide-content-wrapper {
  background-color: #e1e1e100;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.slider-icon {
  color: #fff;
  background-color: #0000;
}

.slider-left-arrow {
  color: #444;
}

.section-2 {
  border-bottom: 1px solid #aaa;
}

.container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1300px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  position: static;
}

.header-container {
  flex-direction: column;
  flex: 1;
  align-items: center;
  display: flex;
  position: sticky;
  top: 3px;
}

.section-header {
  text-align: center;
  width: 250px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 10px 20px;
}

.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 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: none;
  padding: 20px;
  display: grid;
}

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

.slide-nav {
  display: none;
}

.footer-link {
  color: #a9b2de;
  margin-right: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.footer-link:hover {
  opacity: .5;
  color: var(--light-steel-blue);
}

.footer-link.w--current {
  color: var(--light-steel-blue);
  padding-left: 0;
}

.footer-link.mountain {
  color: var(--white);
}

.footer-bottom {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-top: 92px;
  display: flex;
}

.footer-grid-01 {
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr 1fr;
}

.footer-wrapper {
  align-items: center;
  display: flex;
}

.button {
  color: #fff;
  background-color: #7b89d4;
  border-radius: 50px;
  padding: 20px 30px;
  font-size: 16px;
}

.footer-title {
  color: var(--white);
  margin-bottom: 22px;
  font-size: 17px;
}

.container-2 {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.secondary-link {
  color: #fff;
  margin-right: 32px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  display: block;
}

.footer-01 {
  background-color: #121732;
  padding: 80px 3% 132px;
}

.footer-01.mountain {
  background-color: #2a2a2a;
}

.footer-top {
  border-bottom: 1px solid #ffffff1a;
  justify-content: space-between;
  margin-bottom: 40px;
  padding-bottom: 60px;
  display: flex;
}

.footer-column {
  flex-direction: column;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.footer-logo {
  filter: contrast(0%) brightness(2000%);
  padding-bottom: 80px;
}

.footer-map {
  height: auto;
  margin-top: 220px;
  padding-top: 0;
  display: flex;
}

.footer-map-l {
  flex: 1;
  height: auto;
}

.footer-map-r {
  background-color: #f3f3f3;
  flex: 1;
  justify-content: center;
  align-items: center;
  display: flex;
}

.contact-form {
  align-items: flex-start;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.text-field-cf3 {
  text-align: left;
  background-color: #f0f4f8;
  border: 1px solid #dedede;
  border-radius: 4px;
  height: 50px;
  margin-top: 20px;
  font-size: 16px;
  font-weight: 600;
}

.text-field-cf3.big {
  height: 100px;
}

.success-message-cf3 {
  background-color: #f0f4f8;
  font-weight: 600;
}

.form-cf3 {
  text-align: center;
  margin-top: 20px;
}

.form-subtitle-cf3 {
  color: #969696;
  text-align: center;
  max-width: 400px;
  font-size: 16px;
  line-height: 24px;
}

.error-message-cf3 {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
}

.form-title-cf3 {
  text-align: center;
  font-size: 28px;
  font-weight: 700;
}

.map {
  height: 100%;
}

.hero-slider {
  background-color: #ddd0;
  height: 100%;
}

.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;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.bio-wrap {
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.bio-wrap-top {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  flex: 1;
}

.bio-wrap-bottom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.h4 {
  color: #fff;
  font-size: 1.6em;
}

.h4.dark {
  color: var(--black);
  margin-bottom: 30px;
  font-size: 1.8em;
}

.bio-title {
  color: #d5d5d5;
}

.bio-image {
  background-image: url('../images/FMM-Placeholder.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  width: auto;
  height: 100%;
  overflow: hidden;
}

.bio-image.paul {
  background-image: url('../images/FMI-team-foster.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.will {
  background-image: url('../images/FMI-team-Kell.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.yolanda {
  background-image: url('../images/FMI-team-Giner.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.brent {
  background-image: url('../images/FMI-team-Harris.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.kassi {
  background-image: url('../images/FMI-team-K.Foster.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.richard {
  background-image: url('../images/FMI-team-Bransford.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.tim {
  background-image: url('../images/FMI-team-Mallardi.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.alba {
  background-image: url('../images/FMM-team-DeAlba.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.espinoza {
  background-image: url('../images/FMM-team-Espinoza.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.monarez {
  background-image: url('../images/FMM-team-Monarez.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.regan {
  background-image: url('../images/FMM-team-Regan.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.tanamal {
  background-image: url('../images/FMM-team-Tanamai.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.rodriguez {
  background-image: url('../images/FMM-team-Rodriguez.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.sandra-2 {
  background-image: url('../images/FMI-team-Mendez.jpg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: contain;
}

.bio-image.ceniceros {
  background-image: url('../images/FMI-LydiaC.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.palencia {
  background-image: url('../images/FMI-FridaPV2-02.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.johnson {
  background-image: url('../images/FMI-LaWandaV2-01.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.lisa {
  background-image: url('../images/FMI-LisaR.png');
}

.bio-image.gina {
  background-image: url('../images/FMI_Portraits_Gina-01.jpg');
}

.bio-image.kirk {
  background-image: url('../images/FMM_KirkClifton_-17EmailWeb-01.jpg');
}

.bio-image.flores {
  background-image: url('../images/FMM_GermanFlores4_2023HiRez-1.jpg');
}

.bio-image.nick {
  background-image: url('../images/NicolasValles_4_2023HiRez.jpg');
}

.bio-image.michael {
  background-image: url('../images/FMM_MichaelLozano_002.jpg');
}

.bio-image.cecy {
  background-image: url('../images/Mithoff_FMPS_CecyEstradaBLK_EMAIL-01.jpg');
}

.bio-image.hanir {
  background-image: url('../images/FMM_HanirArellano-resized-01.jpg');
}

.bio-image.dirk {
  background-image: url('../images/FMM_DirkM.jpg');
}

.bio-image.joepineda {
  background-image: url('../images/FMM-JoePineda.jpg');
}

.bio-image.vespinoza {
  background-image: url('../images/Victor-Espinoza.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.trejo {
  background-image: url('../images/Trejo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.cassandra-anchondo {
  background-image: url('../images/Cassandra-Anchondo.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.glenn {
  background-image: url('../images/Glenn.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
}

.bio-image.magana {
  background-image: url('../images/FMM_GilbertMagana.jpg');
}

.bio-image.galvan {
  background-image: url('../images/Galvan.jpg');
}

.image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: auto;
  overflow: visible;
}

.slide-wrap {
  flex-direction: column;
  align-items: center;
  height: 100%;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.slide-wrap-l {
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
  position: relative;
}

.slide-wrap-r {
  background-image: linear-gradient(to top, #000000b0, #fff0 37%), url('../images/1W9A1497-III-H.jpg');
  background-position: 0 0, 50% 15%;
  background-size: auto, cover;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: auto;
  display: flex;
}

.slide-wrap-r.aviation {
  background-image: linear-gradient(to top, #000000b3, #fff0 24%), url('../images/Million-Air-EP-359725.jpg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  flex: 1;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-left: 0;
  display: flex;
}

.slide-wrap-r.sport {
  background-image: url('../images/Ball-Park1x.png');
  background-position: 50%;
  background-size: cover;
}

.slide-wrap-r.fountains {
  background-image: linear-gradient(to top, #000000d9 6%, #00000073 22%, #0000 30%), url('../images/MTZ_5051.jpg');
  background-position: 0 0, 50% 100%;
  background-size: auto, cover;
}

.slide-wrap-r.construction {
  background-image: linear-gradient(to top, #000000e3, #fff0 44%), url('../images/construction.JPG');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.slide-wrap-r.a11 {
  background-image: linear-gradient(to top, #000000b0, #fff0 37%), url('../images/FMI-herobanner-Plaza-A11night.jpg');
  background-position: 0 0, 50%;
}

.slide-wrap-r.plaza-hotel {
  background-image: linear-gradient(to top, #000000b0, #fff0 37%), url('../images/FMI-herobanner-Plaza.jpg');
  background-position: 0 0, 50% 100%;
}

.slide-wrap-r.mill-building {
  background-image: linear-gradient(to top, #000000b0, #fff0 37%), url('../images/FMI-herobanner-Mills.jpg');
}

.slider-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70%;
  padding-bottom: 6px;
  display: flex;
  position: static;
  inset: 32% -30% 0% auto;
}

.h3 {
  color: #fff;
  text-align: center;
  margin-top: 10px;
  padding-bottom: 14px;
  padding-right: 0;
  font-family: Open Sans, sans-serif;
  font-size: 1.2vw;
  font-weight: 600;
  line-height: 1.4em;
}

.h1 {
  font-size: 3.5vw;
  line-height: 1.2em;
}

.h1.smaller {
  border-bottom: 1px #000;
  justify-content: center;
  min-width: 2em;
  margin-top: 52px;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-size: 3vw;
  display: flex;
}

.h1.smaller.officebulding {
  border-bottom-style: solid;
}

.h1.smaller.officebulding.fmcomm._2, .h1.smaller.success {
  text-align: center;
}

.icon {
  color: #fff;
  text-shadow: 1px 1px 5px #00000059;
  margin-top: 316%;
  margin-bottom: 0;
  line-height: 20px;
  inset: 0%;
}

.hero-image-l {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
}

.hero-image-l.bio {
  min-height: auto;
  padding-top: 140px;
  padding-bottom: 140px;
}

.hero-image-r {
  background-image: url('../images/20201008_130504.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  padding-left: 10%;
}

.hero-image-r.bio {
  background-image: none;
  order: -1;
}

.info-section {
  background-color: #fff;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  padding: 100px 3%;
  display: flex;
}

.recruting-grid {
  grid-column-gap: 122px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  max-width: 1200px;
}

.recruting-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: 200px;
  display: flex;
}

.h5 {
  font-size: 2vw;
  line-height: 1.2em;
}

.sub {
  font-size: 1.2em;
  line-height: 1.3em;
}

.link-block-bottom {
  flex: 1;
  align-items: flex-end;
  display: flex;
}

.link-big {
  color: var(--dark-cyan-2);
  font-size: 1.4em;
  text-decoration: underline;
}

.sub-headline {
  font-size: 2em;
  line-height: 1.2em;
}

.sub-headline.margin-bottom {
  text-align: center;
  margin-bottom: 40px;
}

.team-image {
  background-image: url('../images/you-x-ventures-6awfTPLGaCE-unsplash-smaller.jpg');
  background-position: 50%;
  background-size: cover;
  flex: 1;
  width: 100%;
  margin-top: 100px;
  padding-top: 0;
}

.team-image.contact {
  background-image: url('../images/burst-kUqqaRjJuw0-unsplash.jpg');
  background-position: 50% 100%;
  flex: none;
  height: 60vh;
  margin-top: 0;
}

.team-image.management {
  background-image: url('../images/20201008_130520.jpg');
  background-position: 50%;
  margin-top: 0;
}

.team-image.recutment {
  background-image: url('../images/iStock-1157919760.jpg90.jpg');
  flex: none;
  height: 60vh;
  margin-top: 0;
}

.card-wrap {
  flex-direction: column;
  width: 220px;
  height: 320px;
  min-height: 320px;
  margin: 10px;
  text-decoration: none;
  display: flex;
  box-shadow: 1px 1px 20px 2px #00000026;
}

.logo-top {
  background-image: url('../images/FMPropertyColor.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 60%;
}

.logo-top.anson {
  background-image: url('../images/ANSON11_tm22.png');
  background-repeat: no-repeat;
  margin-left: 20px;
  margin-right: 20px;
}

.logo-top.ambar {
  background-image: url('../images/AMBAR_tm22.png');
  background-repeat: no-repeat;
  margin-left: 20px;
  margin-right: 20px;
}

.logo-top.toby {
  object-fit: fill;
  background-image: url('../images/25694.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 50%;
  margin-top: 0;
  padding-top: 0;
}

.logo-top.madeline {
  background-image: url('../images/LaMadeleine.svg');
  background-repeat: no-repeat;
}

.logo-top.chihuahuas {
  background-image: url('../images/Chihuahuas.svg');
  background-repeat: no-repeat;
}

.logo-top.fc-juarez {
  background-image: url('../images/FCJuarez-Cropped.png');
  background-repeat: no-repeat;
  background-size: auto 120px;
  margin-top: 0;
}

.logo-top.jordan {
  background-image: url('../images/JordanFoster.svg');
  background-repeat: no-repeat;
  background-size: 200px;
}

.logo-top.francis {
  background-image: url('../images/FrancisAviationCircle.svg');
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.logo-top.campo {
  background-image: url('../images/CampoDelSol_VerticalColor.svg');
  height: 35%;
}

.logo-top.tradition {
  background-image: url('../images/Tradition-senior-living.svg');
}

.logo-top.industrial {
  background-image: url('../images/FMIndustrialColor.svg');
  background-repeat: no-repeat;
}

.logo-top.left-bank {
  background-image: url('../images/left-bank.svg');
  background-repeat: no-repeat;
}

.logo-top.fountains {
  background-image: url('../images/FountainsatFarahColor.svg');
}

.logo-top.energy {
  background-image: url('../images/FMEnergyColor.svg');
}

.logo-top.vomaris {
  background-image: url('../images/vomaris.png');
}

.logo-top.happy-tails {
  background-image: url('../images/Happy-tails-logo.png');
  background-size: 150px;
}

.logo-top.plaza {
  background-image: url('../images/Plaza-Hotel-Vertical-Cropped.png');
}

.logo-top.locomotive {
  background-image: url('../images/1200px-El_Paso_Locomotive_FC_logo.svg.png');
  background-size: auto 130px;
}

.logo-top.starbucks {
  background-image: url('../images/Starbucks_Corporation_Logo_2011.svg.png');
  background-size: 140px;
}

.logo-top.fanklin-capital {
  background-image: url('../images/FMCapitalColor.svg');
}

.logo-top.million-air {
  background-image: url('../images/9821-FMM-Website-icons_Million-Air.svg');
}

.logo-top.multi-fam {
  background-image: url('../images/9821-FMM-Website-icons-Multi-Family_Multi-Family.svg');
}

.logo-top.citadel-card {
  background-image: url('../images/CitadelLogo.svg');
  background-size: contain;
  margin-left: 25px;
  margin-right: 25px;
}

.logo-top.royalton {
  background-image: url('../images/Royalton-blue.png');
  background-size: contain;
  margin-left: 25px;
  margin-right: 25px;
}

.logo-top.cypress {
  background-image: url('../images/cypress.png');
  background-size: contain;
  margin-right: 0;
}

.logo-top.bungalow {
  background-image: url('../images/bungalows.png');
  background-size: contain;
  margin-left: 25px;
  margin-right: 25px;
}

.logo-top.lasventanas {
  background-image: url('../images/las-ventanas.png');
  background-size: contain;
  margin-left: 25px;
  margin-right: 25px;
}

.logo-top.vistancia {
  background-image: url('../images/logo.png');
  min-width: auto;
  max-width: none;
  margin: 0 16px;
}

.logo-top.rumor-mill {
  background-image: url('../images/TRMMIcon-03-01.svg');
  background-repeat: no-repeat;
  margin: 15px 28px 0;
}

.logo-top.medical {
  background-image: url('../images/FMMedicalColor.svg');
}

.logo-top.fmpg {
  background-image: url('../images/FMPackagingGrpColor.svg');
  background-position: 50%;
  background-size: auto 125px;
}

.logo-top.fmcomunities {
  background-image: url('../images/FMCommunitiesColor.svg');
  background-size: 75%;
  margin-top: 2%;
  padding-top: 0%;
}

.logo-top.laperla {
  background-image: url('../images/LA-PERLA-BLACK-CROPPED.png');
  margin-top: 15px;
  margin-left: 10px;
  margin-right: 10px;
}

.logo-top.kress {
  background-image: url('../images/KressTM.png');
  height: 60%;
  margin-top: 1em;
  margin-left: 1em;
  margin-right: .5em;
}

.logo-top.terralane {
  background-image: url('../images/logo_1.png');
  height: 60%;
  margin-top: 15px;
  margin-left: 15px;
  margin-right: 15px;
  padding-left: 0;
}

.logo-top.axislogpark {
  background-image: url('../images/AXIS_Outlinese_Full_Color.png.webp');
  margin-top: 2%;
  margin-left: 15px;
  margin-right: 15px;
}

.logo-top.fmp {
  background-image: url('../images/FMIPackagingColor.svg');
}

.logo-top.durabox {
  background-image: url('../images/DuraBoxLogo-03-p-500.png');
  margin-left: 15px;
  margin-right: 15px;
}

.logo-top.tristate {
  background-image: url('../images/tristate.png');
  background-size: contain;
  margin-left: 15px;
  margin-right: 15px;
}

.logo-top.starbucksserve {
  background-image: url('../images/starbucks-serve.png');
  margin-top: 10px;
  margin-left: 0;
  margin-right: 0;
}

.logo-top.westernrefining {
  background-image: url('../images/western-refining-logo.png');
  height: 35%;
  margin-top: 20px;
}

.logo-top.fmepartners {
  background-image: url('../images/FMEnergyPartners.svg');
}

.logo-top.austin {
  background-image: url('../images/Austin-Logo.jpg');
}

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

.text-bottom.rumormill {
  padding-top: 20px;
}

.text-bottom.terralane {
  padding-top: 15px;
  padding-bottom: 15px;
}

.text-bottom.fmpgtext {
  padding-top: 10px;
  padding-bottom: 10px;
}

.text-bottom.starbucksserve {
  padding-top: 15px;
}

.text-bottom.propertyservice {
  padding-top: 12px;
}

.container-r {
  display: flex;
}

.container-l {
  margin-right: -68px;
  position: sticky;
  top: 2px;
}

.p {
  color: var(--black);
  font-size: 1em;
  font-weight: 400;
  text-decoration: none;
}

.p.big {
  text-align: left;
  margin-top: 20px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1.3em;
}

.p.big.margin-bottom {
  margin-bottom: 35px;
}

.p.new-home {
  text-align: justify;
  padding-left: 0;
  padding-right: 0;
  font-size: 1em;
  line-height: 1.6em;
}

.p.small {
  margin-bottom: 0;
}

.left-arrow {
  line-height: 30px;
}

.section-open-positions {
  background-color: #f8f8f8;
  justify-content: center;
  align-items: center;
  padding: 130px 3%;
  display: flex;
}

.positions-wrap {
  width: 100%;
  max-width: 1200px;
  display: flex;
}

.positions-l {
  flex: 1;
  padding-right: 40px;
}

.positions-r {
  width: 35%;
  padding-left: 5px;
  padding-right: 65px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  padding: 24px 30px 14px;
  display: block;
  overflow: visible;
  box-shadow: 0 3px 7px 8px #0000000d;
}

.content-wrapper {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
}

.content-wrapper.slim {
  max-width: 940px;
}

.accordion-wrapper {
  margin-top: 50px;
}

.icon-2.accordion-icon {
  color: #0009;
  cursor: pointer;
  font-family: Materialicons, sans-serif;
  font-size: 32px;
  line-height: 30px;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.header-center-box {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.header-center-box._75 {
  width: 75%;
}

.accordion-heading {
  cursor: pointer;
  flex: 1;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 30px;
}

.accordion-item-content {
  margin-top: 10px;
  margin-right: 30px;
  overflow: hidden;
}

.list-item {
  margin-bottom: 14px;
  font-family: Open Sans, sans-serif;
}

.list-big {
  margin-top: 40px;
}

.sticky-div {
  position: static;
  top: 23px;
}

.button-wrapp {
  margin-top: 60px;
}

.icon-business {
  width: 70px;
}

.nav {
  z-index: 10;
  background-color: #e6e6e6;
  height: auto;
  padding: 0 5vw;
  position: relative;
  inset: 0% 0% auto;
}

.nav-container {
  height: 80%;
  display: flex;
}

.nav-left {
  align-items: center;
  width: 30%;
  display: flex;
}

.nav-r {
  flex: 1;
  justify-content: flex-end;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.navigation-link-new {
  color: #1c1c1c;
  letter-spacing: 0;
  margin-right: 40px;
  font-size: 1em;
  font-weight: 600;
  text-decoration: none;
  transition: all .2s;
}

.navigation-link-new:hover {
  color: var(--dark-cyan);
  background-color: #0000;
}

.about-container {
  background-color: #e9e9e9;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 50px 10% 100px;
  display: flex;
}

.h2-mountain {
  color: var(--black);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 17px;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.2em;
}

.h2-mountain.black {
  color: var(--black);
  text-transform: uppercase;
  margin-left: 40px;
  margin-right: 40px;
  font-size: 2em;
}

.h2-mountain.black.applyh2 {
  text-align: center;
}

.p-mountain {
  color: #fff;
  text-align: center;
  margin: 0 146px;
  font-family: Open Sans, sans-serif;
  font-size: 1.2em;
  line-height: 1.4em;
}

.management-mountain {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 130px 10%;
  display: flex;
}

.management-mountain._2 {
  padding-left: 7%;
  padding-right: 7%;
}

.line-wrap-mountain {
  justify-content: center;
  align-items: center;
  margin-bottom: 60px;
  display: flex;
}

.line-2000 {
  background-color: var(--black);
  flex: 1;
  height: 3px;
}

.fmiteam-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  max-width: 1000px;
  display: grid;
}

.fmiteam-grid._3 {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: auto;
  max-width: 700px;
}

.fmiteam-grid._3.diff {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: auto;
  max-width: 750px;
  margin-bottom: 20px;
}

.fmiteam-grid._2persongrid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 500px;
  max-width: 500px;
  margin-top: 20px;
  margin-bottom: 0;
}

.fmiteam-grid._2persongrid.marginbottom {
  margin-bottom: 20px;
}

.fmiteam-grid._4grid {
  grid-template-rows: auto;
  margin-bottom: 20px;
}

.fmiteam-grid._4grid.nomargin {
  margin-bottom: 0;
}

.fmm-team-people {
  flex-direction: column;
  align-items: stretch;
  height: 420px;
  text-decoration: none;
  display: flex;
}

.person-image {
  background-image: url('../images/FMM-Placeholder.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex: 1;
}

.person-image.rodriuez {
  background-image: url('../images/FMM-team-Rodriguez.jpg');
  background-position: 50% 0;
}

.person-image.espinoza {
  background-image: url('../images/FMM-team-Espinoza.jpg');
  background-position: 50% 0;
}

.person-image.ut {
  background-image: url('../images/FMM-team-Tanamai.jpg');
}

.person-image.alba {
  background-image: url('../images/FMM-team-DeAlba.jpg');
}

.person-image.paul {
  background-image: url('../images/FMI-team-foster.jpg');
}

.person-image.william {
  background-image: url('../images/FMI-team-Kell.jpg');
}

.person-image.brent {
  background-image: url('../images/FMI-team-Harris.jpg');
}

.person-image.yolanda {
  background-image: url('../images/FMI-team-Giner.jpg');
}

.person-image.sandra {
  background-image: url('../images/FMI-team-Mendez.jpg');
}

.person-image.kassi {
  background-image: url('../images/FMI-team-K.Foster.jpg');
}

.person-image.tim {
  background-image: url('../images/FMI-team-Mallardi.jpg');
}

.person-image.richard {
  background-image: url('../images/FMI-team-Bransford.jpg');
  flex: 1;
}

.person-image.wells {
  background-image: url('../images/wellsfargo-small.jpg');
}

.person-image.san1 {
  background-image: url('../images/DJI_0762.jpg');
  background-position: 50% 0;
}

.person-image.mills-complex {
  background-image: url('../images/Mills.jpg');
  background-position: 35%;
}

.person-image.frost-tower {
  background-image: url('../images/Frost-Tower-Midland.jpg');
}

.person-image.boa {
  background-image: url('../images/Bank-of-America-Building-Midland.jpg');
}

.person-image.first-capital {
  background-image: url('../images/First-Capital--Midland.jpg');
  background-position: 30% 0;
}

.person-image.onewall-plaza {
  background-image: url('../images/one-wall-plaza.png');
}

.person-image.atrium-center {
  background-image: url('../images/Atrium-Centre-midland.jpg');
  background-position: 30% 0;
}

.person-image.dinero-plaza {
  background-image: url('../images/Dinero-Plaza-Midland.jpg');
  background-position: 50%;
}

.person-image.monarez {
  background-image: url('../images/FMM-team-Monarez.jpg');
  background-position: 50% 0;
}

.person-image.regan {
  background-image: url('../images/FMM-team-Regan.jpg');
}

.person-image.santa-tresa {
  background-image: url('../images/DJI_0155.jpg');
  background-position: 50% 0;
}

.person-image.centre {
  background-image: url('../images/Chase-parking2.jpg');
  background-position: 50%;
}

.person-image.chase-parking {
  background-image: url('../images/FMI-web-Centre-Building.jpg');
  background-position: 50%;
}

.person-image.stregis {
  background-image: url('../images/StRegis2.jpg');
  background-position: 70%;
}

.person-image.plaza-parking {
  background-image: url('../images/Plaza-Parking.jpg');
  background-position: 50%;
}

.person-image.wellsfargo-parking {
  background-image: url('../images/wells-fargo-parking.jpg');
  background-position: 50%;
}

.person-image.johnson {
  background-image: url('../images/FMI-LaWandaV2-01.jpg');
}

.person-image.palencia {
  background-image: url('../images/FMI-FridaPV2-02.jpg');
}

.person-image.ceniceros {
  background-image: url('../images/FMI-LydiaC.jpg');
}

.person-image.lisa {
  background-image: url('../images/FMI-LisaR.png');
}

.person-image.gina {
  background-image: url('../images/FMI_Portraits_Gina-01.jpg');
}

.person-image.kirk {
  background-image: url('../images/FMM_KirkClifton_-17EmailWeb-01.jpg');
}

.person-image.flores {
  background-image: url('../images/FMM_GermanFlores4_2023HiRez-1.jpg');
}

.person-image.nick {
  background-image: url('../images/NicolasValles_4_2023HiRez.jpg');
}

.person-image.michael {
  background-image: url('../images/FMM_MichaelLozano_002.jpg');
}

.person-image.cecy {
  background-image: url('../images/Mithoff_FMPS_CecyEstradaBLK_EMAIL-01.jpg');
}

.person-image.hanir {
  background-image: url('../images/FMM_HanirArellano-resized-01.jpg');
}

.person-image.dirk {
  background-image: url('../images/FMM_DirkM.jpg');
}

.person-image.joep {
  background-image: url('../images/FMM-JoePineda.jpg');
}

.person-image.vespinoza {
  background-image: url('../images/Victor-Espinoza.jpg');
  background-position: 50% 0;
}

.person-image.trejo {
  background-image: url('../images/Trejo.jpg');
  background-position: 50% 0;
}

.person-image.anchondo {
  background-image: url('../images/Cassandra-Anchondo.jpg');
}

.person-image.glenn {
  background-image: url('../images/Glenn.jpg');
  background-position: 50% 0;
}

.person-image.magana {
  background-image: url('../images/FMM_GilbertMagana.jpg');
}

.person-image.galvan {
  background-image: url('../images/Galvan.jpg');
}

.people-copy {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 120px;
  padding: 9px;
  display: flex;
}

.h4-mountain {
  color: var(--black);
  text-align: center;
  font-size: 1.4em;
}

.sub-mountain {
  color: var(--black);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
}

.menu-mountain {
  display: none;
}

.nav-links {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
  position: static;
}

.nav-link-text {
  color: var(--black);
  text-transform: uppercase;
  margin-right: 0;
  padding: 10px 15px;
  font-family: Oswald, sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.nav-link-text:hover {
  color: #3f4fa9;
}

.nav-link-text.w--current {
  border: 1px none var(--black);
  color: var(--dark-cyan-2);
}

.team-mountain-people {
  flex-direction: column;
  height: 400px;
  display: flex;
}

.spacer-bio {
  background-color: #f1f1f1;
  height: 10vh;
}

.text-block-2 {
  justify-content: center;
  display: flex;
}

.office-container {
  justify-content: center;
  align-items: center;
  padding: 50px 3%;
  display: flex;
}

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

.office-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "Area"
                 "."
                 / 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: center;
  width: 100%;
  max-width: 900px;
  display: grid;
}

.office-grid.manual {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  justify-items: stretch;
  display: grid;
}

.office-grid.manual._4 {
  grid-template-columns: .5fr 1fr 1fr .5fr;
  margin-top: 55px;
}

.fmi-office-building {
  flex-direction: column;
  height: 420px;
  text-decoration: none;
  display: flex;
}

.h4-office {
  color: var(--black);
  text-align: center;
  font-size: 1.4em;
}

.sub-office {
  color: var(--black);
  text-align: center;
  font-family: Open Sans, sans-serif;
  font-size: 1.1em;
}

.image-2 {
  max-width: 100%;
  overflow: visible;
}

.bold-text {
  color: var(--black);
  font-size: .9em;
  font-weight: 600;
}

.new-home-hero {
  background-image: url('../images/mountains-green-cut.png');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: contain;
  height: 90vh;
  min-height: 600px;
  display: flex;
}

.new-hero-l {
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin-left: 10%;
  padding-top: 3%;
  display: flex;
}

.new-hero-r {
  flex: 1;
  margin-right: 10%;
}

.nehome-logo {
  width: 100%;
  margin-bottom: 20px;
}

.heading-2 {
  font-weight: 400;
}

.heading-2.space {
  width: 220px;
  padding-left: 10px;
}

.family-container {
  justify-content: center;
  align-items: center;
  padding: 50px 3%;
  display: flex;
}

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

.new-hero-bounding-box {
  max-width: 500px;
}

.paragraph {
  padding-left: 0;
  padding-right: 0;
  font-size: .75em;
  line-height: 100%;
}

.paragraph.desktop {
  line-height: 1.2em;
}

.paragraph.mobile {
  display: none;
}

.container-box {
  background-color: #e1dfed;
  flex-direction: column;
  width: auto;
  height: auto;
  margin-top: 0;
  padding: 10px;
  display: none;
  position: absolute;
  top: auto;
}

.sub-nav-link {
  color: #7a7a7a;
  text-transform: none;
  padding: 6px 0;
  text-decoration: none;
  transition: color .5s;
  display: block;
}

.sub-nav-link:hover {
  color: var(--dark-cyan-2);
}

.line-sub-menu {
  background-color: #908e8e;
  height: 2px;
  display: block;
}

.columns-2 {
  align-self: center;
  width: 70%;
  margin-top: 25px;
}

.fmm-column {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-3 {
  margin-top: -51px;
  margin-bottom: 6px;
  padding-top: 0;
  display: block;
}

.footer-extension {
  background-color: #303d84;
  padding-left: 10px;
  padding-right: 10px;
  display: none;
}

.slide-3, .mask-2 {
  transition: opacity .2s;
}

.madeline-hero {
  background-image: url('../images/the-fountains-storefronts-22.jpg');
  background-position: 50%;
  background-size: cover;
  height: 60vh;
}

.madeline-container {
  height: auto;
  display: flex;
}

.madeline--r {
  flex: 1;
  padding: 0%;
}

.madeline-l {
  background-color: #0000;
  flex: none;
  width: 50%;
  padding: 5%;
}

.madeline-map {
  height: 100%;
}

.p-sub {
  color: var(--dark-cyan-2);
  margin-bottom: 8px;
  font-size: 1.4em;
  line-height: 1.4em;
}

.p-sub.dark {
  color: var(--black);
  margin-bottom: 23px;
  font-size: 1.3em;
}

.investment-dropdown-full {
  position: relative;
  top: 0;
}

.investments-list-container {
  flex-direction: column;
  width: 150px;
  margin-left: -18px;
  display: none;
  position: absolute;
  overflow: visible;
}

.small-triangle {
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 20px;
  margin-left: 0%;
  margin-right: 0%;
  display: flex;
}

.investments-link-wrap {
  z-index: 25;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 4% 8%;
  text-decoration: none;
  transition: background-color .4s;
  display: flex;
  position: relative;
}

.investments-link-wrap:hover {
  background-color: #d5daf9;
}

.investment-list-icon {
  height: 30px;
  display: block;
}

.investment-list-icon.small {
  height: 23px;
  padding-left: 2px;
  padding-right: 5px;
}

.investment-link-text {
  color: var(--dim-grey);
  margin-left: 10px;
  font-size: .9em;
  line-height: 1.2em;
  text-decoration: none;
}

.image-4 {
  opacity: 1;
  width: 30px;
}

.investements-list-margin {
  margin-top: -9px;
  box-shadow: 0 0 14px -5px #0000008a;
}

.dropdown-toggle {
  padding-left: 12px;
  padding-right: 24px;
  transition: all .2s;
  overflow: visible;
}

.dropdown-toggle:hover {
  color: #8c54ff;
}

.dropdown-pointer {
  position: relative;
}

.navigation-dropdown {
  min-width: 140px;
}

.navigation-dropdown.w--open {
  background-color: #0000;
  min-width: 190px;
  max-height: 100vh;
  padding-top: 10px;
  top: 66px;
  left: -21px;
}

.dropdown-wrapper {
  background-color: #fff;
  border-radius: 10px;
  min-width: 100px;
  overflow: hidden;
  box-shadow: 4px -19px 35px #20355a14, 11px 11px 30px -10px #20355a26;
}

.dropdown-wrapper.w--open {
  background-color: #fff;
  border-radius: 15px;
  min-width: 300px;
  max-height: 100vh;
  left: -97px;
  box-shadow: 0 50px 25px -50px #20355a26, 8px 18px 60px 4px #00000021;
}

.icon-4 {
  margin-left: 0;
  margin-right: 15px;
}

.pointer {
  z-index: 20;
  background-color: #fff;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: -1% 4% auto 0%;
  transform: rotate(45deg);
}

.text-bottom-smaller {
  flex: 1;
  padding: 20px;
  font-size: 1em;
  text-decoration: none;
}

.image-6 {
  margin-top: -26px;
  margin-bottom: 22px;
  margin-left: -14px;
  padding-left: 0;
}

.link-big-phone {
  color: var(--dark-cyan-2);
  font-size: 1.4em;
  text-decoration: none;
}

.section-3 {
  padding: 0 15%;
}

.paragraph-2 {
  text-align: left;
  display: block;
}

.paragraph-2.locationpara {
  margin-bottom: 0;
}

.nav-link-text-2 {
  color: #333;
  text-transform: uppercase;
  margin-right: 0;
  padding: 10px 15px;
  font-family: Oswald, sans-serif;
  font-size: 1em;
  font-weight: 500;
  text-decoration: none;
  transition: opacity .2s;
  display: block;
}

.nav-link-text-2:hover {
  color: #3f4fa9;
}

.nav-link-text-2.w--current {
  color: #252f66;
  border: 1px #333;
}

.footer-copright {
  color: var(--light-steel-blue);
  margin-bottom: 20px;
  font-size: .9em;
}

.footer-copright.fmm {
  color: var(--pale-turquoise);
}

.footer-copright.fmm.fmm2 {
  color: var(--white);
}

.p-2 {
  color: var(--black);
  font-size: .9em;
  font-weight: 400;
  line-height: 17px;
  text-decoration: none;
}

.p-2.main {
  font-size: .8em;
  line-height: 16px;
}

.circle {
  background-color: var(--black);
  border-radius: 10px;
  width: 4px;
  height: 4px;
  margin-right: 10px;
}

.circle.dash {
  border-radius: 0;
  height: 2px;
}

.text-block-arial {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: .9em;
}

.list-container {
  align-items: flex-start;
  margin-bottom: 10px;
  display: flex;
}

.list-container.margin {
  padding-left: 20px;
}

.list-wrap {
  width: 100%;
  padding-left: 5%;
}

.circle-wrap {
  height: 100%;
  padding-top: 8px;
}

.logo-bottom {
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.logo-bottom.campo {
  margin-bottom: 20px;
}

.logo-bottom-image {
  width: auto;
  height: 4vw;
}

.logo-bottom-image.campos {
  width: 75%;
  height: auto;
}

.list-item-14 {
  margin-left: 0;
  list-style-type: disc;
}

.sublistitem {
  margin-left: 40px;
  list-style-type: square;
}

.text-span-2, .text-span-3 {
  font-size: 1em;
}

.submit-button-2 {
  background-color: var(--dark-cyan-2);
  text-align: center;
  width: 30%;
  margin-top: 1.5em;
}

.submit-button-2.recruting {
  width: 25%;
  margin-top: 1em;
  margin-bottom: 1em;
}

.submit-button-2.recruting.hide--fornow {
  display: block;
}

.submit-button-2.is--hidden {
  margin-top: 0;
  display: none;
}

.form-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 65%;
  display: grid;
}

.form-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-span-5 {
  font-size: .55em;
}

.successtext {
  text-align: center;
  font-size: 2em;
  line-height: 35px;
}

.div-block {
  background-color: #f1f1f1;
  padding: 2em 1em;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.is--hidden {
  display: none;
}

.html-embed {
  margin-top: 1em;
}

.hidden-onlaptop {
  display: none;
}

.bold-text-4 {
  text-align: center;
  display: block;
}

.location {
  line-height: 30px;
}

.listlocations {
  margin-bottom: 0;
}

.text-span-6 {
  text-decoration: underline;
}

.recaptcha {
  margin-top: 20px;
  margin-bottom: 20px;
}

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

.fmpg-grid {
  grid-template-rows: auto;
}

.careerdiv {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.careerbtn {
  background-color: var(--dark-cyan-2);
  text-align: center;
  margin-top: 5px;
  padding: 30px 35px;
  font-size: 2em;
  transition: background-color .3s;
}

.careerbtn:hover {
  background-color: #435097;
}

.eeostatement {
  background-color: var(--white-smoke);
  color: var(--black);
  max-width: 660px;
  margin-top: 4em;
  padding: 15px;
  line-height: 25px;
}

@media screen and (min-width: 1920px) {
  .navigation-bar {
    padding-top: 2vw;
    padding-bottom: 2vw;
  }

  .hero-wrapper {
    height: auto;
  }

  .hero-image-wrapper.flex {
    height: 100%;
  }

  .nav-logo {
    width: 8vw;
  }

  .navigation-container {
    display: none;
  }

  .section-2 {
    font-size: 1vw;
    line-height: 10px;
  }

  .container {
    max-width: 70vw;
  }

  .header-container {
    align-items: center;
    width: 20vw;
  }

  .section-header {
    width: auto;
    font-size: 1.5vw;
  }

  .footer-link {
    font-size: .9vw;
    line-height: 1.4em;
  }

  .footer-title {
    font-size: 1vw;
  }

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

  .footer-01 {
    padding-top: 7%;
    padding-bottom: 7%;
  }

  .footer-logo {
    width: 12vw;
    padding-bottom: 0;
  }

  .footer-map {
    margin-top: 0;
  }

  .footer-map-r {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .contact-form {
    max-width: 40vw;
    margin-left: auto;
    padding-left: 0;
  }

  .text-field-cf3 {
    height: 5vh;
    font-size: .6vw;
  }

  .form-cf3 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .form-subtitle-cf3 {
    font-size: 1vw;
    line-height: 1.4em;
  }

  .form-title-cf3 {
    font-size: 1.2vw;
  }

  .h4.dark {
    font-size: 1.1vw;
  }

  .bio-image.nick {
    background-image: url('../images/NicolasValles_4_2023HiRez.jpg');
  }

  .bio-image.galvan {
    background-image: url('../images/Galvan.jpg');
  }

  .slide-wrap-r.aviation {
    background-image: linear-gradient(to top, #000000b3, #fff0 24%), url('../images/Million-Air-EP-359725.jpg');
  }

  .h3 {
    margin-bottom: 1vw;
  }

  .h1.smaller.officebulding {
    border-bottom-width: 1px;
    font-size: 2.5vw;
  }

  .h1.smaller.officebulding.fmcomm._2 {
    text-align: center;
  }

  .recruting-grid {
    max-width: 60vw;
  }

  .sub {
    font-size: 1.2vw;
  }

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

  .sub-headline, .sub-headline.margin-bottom {
    font-size: 1.5vw;
  }

  .team-image.recutment {
    background-image: url('../images/iStock-1157919760.jpg90.jpg');
    height: 50vh;
  }

  .card-wrap {
    width: 12vw;
    height: 45vh;
  }

  .logo-top.fc-juarez {
    background-size: 185px;
  }

  .logo-top.jordan {
    background-size: 250px;
  }

  .logo-top.francis {
    margin-left: 20px;
    margin-right: 20px;
  }

  .logo-top.campo {
    height: 45%;
    font-size: 1vw;
    line-height: 2em;
  }

  .logo-top.plaza {
    height: 50%;
    margin-left: 20px;
    margin-right: 20px;
  }

  .logo-top.locomotive {
    background-size: 185px;
  }

  .logo-top.rumor-mill {
    margin: 28px;
  }

  .logo-top.fmpg {
    background-size: auto 150px;
    height: 45%;
  }

  .logo-top.fmcomunities {
    background-image: url('../images/FMCommunitiesColor.svg');
    background-size: 100%;
  }

  .logo-top.laperla {
    margin-left: 15px;
    margin-right: 15px;
  }

  .logo-top.terralane {
    height: 40%;
    margin-left: 25px;
    margin-right: 25px;
  }

  .logo-top.starbucksserve {
    margin-left: 25px;
    margin-right: 25px;
  }

  .logo-top.westernrefining {
    height: 40%;
    margin-top: 35px;
    margin-left: 50px;
    margin-right: 50px;
  }

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

  .text-bottom.rumormill {
    padding-top: 20px;
  }

  .p {
    font-size: .9vw;
    line-height: 1.4em;
  }

  .p.big, .p.new-home {
    font-size: 1vw;
  }

  .positions-wrap {
    max-width: 70vw;
  }

  .accordion-item {
    max-width: 60vw;
    padding: 1.5vw 2vw .5vw;
  }

  .content-wrapper.slim {
    max-width: 60vw;
  }

  .icon-2.accordion-icon {
    font-size: 2vw;
  }

  .accordion-heading {
    font-size: 1.25vw;
    font-weight: 400;
  }

  .accordion-item-content {
    margin-top: 1vw;
    font-size: 1.5em;
    font-weight: 400;
    line-height: 32px;
  }

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

  .icon-business {
    width: 3vw;
  }

  .nav {
    padding-top: 1vw;
    padding-bottom: 1vw;
  }

  .navigation-link-new {
    font-size: 1.1vw;
    line-height: 1.4em;
  }

  .about-container {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .h2-mountain {
    font-size: 1.4vw;
  }

  .h2-mountain.black {
    font-size: 2vw;
  }

  .management-mountain._2 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .fmiteam-grid {
    max-width: 60vw;
  }

  .fmiteam-grid._3, .fmiteam-grid._3.diff {
    width: 100%;
    max-width: 900px;
  }

  .fmiteam-grid._2persongrid {
    grid-template-columns: 1fr 1fr;
    width: 570px;
    max-width: 900px;
  }

  .fmiteam-grid._4grid {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .fmm-team-people {
    height: 50vh;
  }

  .person-image.johnson {
    background-image: url('../images/FMI-LaWandaV2-01_1.jpg');
  }

  .person-image.galvan {
    background-image: url('../images/Galvan.jpg');
  }

  .people-copy {
    height: 7vw;
  }

  .h4-mountain {
    font-size: 1.1vw;
    line-height: 1.4em;
  }

  .sub-mountain {
    font-size: .9vw;
    line-height: 1.4em;
  }

  .nav-link-text {
    padding-left: 20px;
    padding-right: 19px;
    font-size: .9vw;
  }

  .nav-link-text.w--current {
    font-size: .9vw;
  }

  .text-block-2 {
    font-size: 1vw;
    line-height: 1.3em;
  }

  .office-container {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .office-grid {
    max-width: 60vw;
  }

  .fmi-office-building {
    height: 60vh;
  }

  .h4-office {
    font-size: 1vw;
    line-height: 1.2em;
  }

  .sub-office {
    font-size: .9vw;
    line-height: 1.4em;
  }

  .image-2 {
    width: 8vw;
    max-width: 100%;
    height: auto;
  }

  .bold-text {
    font-size: .9vw;
    line-height: 1.6em;
  }

  .new-hero-l {
    padding-top: 3%;
  }

  .nehome-logo {
    margin-bottom: 25px;
  }

  .mfp-grid {
    max-width: none;
  }

  .new-hero-bounding-box {
    max-width: 30vw;
  }

  .paragraph.desktop {
    font-size: .9vw;
  }

  .columns-2 {
    margin-top: 3vw;
  }

  .p-sub {
    font-size: 1.1vw;
  }

  .p-sub.dark {
    font-size: .9vw;
  }

  .investment-list-icon {
    height: 2vw;
  }

  .investment-link-text {
    font-size: .7vw;
  }

  .dropdown-wrapper {
    min-width: 9vw;
  }

  .icon-4 {
    font-size: .7vw;
  }

  .link-big-phone {
    font-size: 1vw;
    line-height: 1.4em;
  }

  .section-3 {
    padding-left: 15%;
    padding-right: 15%;
  }

  .nav-link-text-2 {
    padding-left: 20px;
    padding-right: 19px;
    font-size: .9vw;
  }

  .nav-link-text-2.w--current, .footer-copright {
    font-size: .9vw;
  }

  .p-2 {
    font-size: .9vw;
    line-height: 1.3em;
  }

  .p-2.main {
    font-size: .9vw;
    line-height: 1.2em;
  }

  .circle {
    width: 6px;
    height: 6px;
    margin-right: 20px;
  }

  .circle.dash {
    border-radius: 0;
    height: 3px;
  }

  .text-block-arial {
    font-size: 1.05vw;
    line-height: 1.2em;
  }

  .list-container {
    margin-bottom: 16px;
    margin-left: 0;
  }

  .list-container.margin {
    margin-left: 40px;
  }

  .circle-wrap {
    padding-top: 2%;
  }

  .logo-bottom {
    background-size: auto 100%;
    flex: 1;
  }

  .submit-button-2.recruting {
    font-size: 1em;
  }

  .form-2 {
    width: 65%;
  }

  .location {
    line-height: 35px;
  }

  .eeostatement {
    max-width: 700px;
  }
}

@media screen and (max-width: 991px) {
  .navigation-bar {
    background-color: var(--white-smoke);
    display: flex;
  }

  .hero-content-wrapper {
    width: 90%;
  }

  .menu-button {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .menu-text {
    position: static;
  }

  .menu-text.management-link {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hero-image-wrapper.flex {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .navigation-links {
    width: 100%;
    padding-top: 13vh;
  }

  .navigation-container {
    display: none;
  }

  .container {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }

  .header-container {
    flex-direction: row;
    align-items: center;
    position: static;
  }

  .section-header {
    width: auto;
  }

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

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

  .footer-bottom {
    flex-direction: column;
  }

  .footer-01 {
    padding-left: 7%;
    padding-right: 7%;
  }

  .footer-column {
    padding-right: 20px;
  }

  .footer-map {
    flex-direction: column;
    height: auto;
  }

  .footer-map-l {
    flex: none;
    height: 400px;
  }

  .footer-map-r {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .bio-image, .bio-image.paul, .bio-image.will, .bio-image.yolanda, .bio-image.brent, .bio-image.kassi, .bio-image.richard, .bio-image.tim, .bio-image.alba, .bio-image.espinoza, .bio-image.monarez, .bio-image.regan, .bio-image.tanamal, .bio-image.rodriguez, .bio-image.ceniceros, .bio-image.palencia, .bio-image.johnson, .bio-image.vespinoza, .bio-image.trejo, .bio-image.cassandra-anchondo, .bio-image.glenn {
    background-position: 0%;
    background-size: contain;
  }

  .slide-wrap {
    flex-direction: column;
    padding-left: 0%;
    padding-right: 0%;
  }

  .slide-wrap-l {
    width: 100%;
    padding-bottom: 60px;
  }

  .slide-wrap-r {
    background-image: linear-gradient(to top, #000000b0, #fff0 37%), url('../images/FMI-herobanner-energy.jpg');
    background-position: 0 0, 50% 0;
    background-size: auto, cover;
    flex: 1;
    width: 100%;
  }

  .slide-wrap-r.aviation {
    background-position: 0 0, 100%;
    flex: 1;
    width: 100%;
    margin-left: 0;
  }

  .slide-wrap-r.fountains {
    background-image: linear-gradient(to top, #000000ba 6%, #fff0 32%), url('../images/FMI-herobanner-FF.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .slider-text-wrap {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: auto;
    padding-bottom: 14px;
    padding-left: 27px;
    padding-right: 27px;
    display: flex;
  }

  .h3 {
    text-align: center;
    font-size: .9em;
    font-weight: 400;
    line-height: 20px;
  }

  .h1 {
    font-size: 4em;
  }

  .h1.smaller {
    font-size: 3em;
  }

  .hero-image-l.bio {
    flex: 1;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .hero-image-r {
    width: 100%;
    margin-top: 40px;
  }

  .hero-image-r.bio {
    flex: none;
    height: 300px;
  }

  .recruting-grid {
    grid-column-gap: 60px;
  }

  .h5 {
    font-size: 2em;
  }

  .h5.dark {
    color: var(--black);
    text-align: center;
    margin-top: 0;
    font-size: 1em;
    line-height: 1.1em;
    text-decoration: none;
  }

  .h5.dark.small {
    font-size: .9em;
  }

  .card-wrap {
    width: 200px;
    height: 300px;
  }

  .logo-top.fc-juarez {
    background-size: contain;
    margin-top: 10px;
  }

  .logo-top.jordan {
    margin-left: 5px;
    margin-right: 5px;
  }

  .logo-top.locomotive {
    background-size: contain;
    margin-top: 10px;
  }

  .logo-top.rumor-mill {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .logo-top.fmpg {
    margin-left: 5px;
    margin-right: 5px;
  }

  .logo-top.starbucksserve {
    margin-top: 5px;
  }

  .container-l {
    margin-right: 0;
    position: static;
  }

  .p.new-home {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .section-open-positions, .positions-wrap {
    flex-direction: column;
  }

  .positions-l {
    padding-right: 0;
  }

  .positions-r {
    width: 100%;
    padding-left: 0;
  }

  .nav {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navigation-link-new {
    margin-right: 30px;
    font-size: 1.3em;
  }

  .h2-mountain {
    margin-top: 0;
  }

  .p-mountain {
    text-align: left;
    margin: 0;
  }

  .fmiteam-grid {
    grid-template-columns: 1fr 1fr;
    width: 70%;
  }

  .fmiteam-grid._3.diff {
    grid-template-columns: 1fr 1fr;
    width: 70%;
    max-width: 1000px;
  }

  .fmiteam-grid._2persongrid {
    width: 70%;
    max-width: 1000px;
  }

  .fmm-team-people {
    height: 340px;
  }

  .person-image {
    background-position: 50% 10%;
  }

  .h4-mountain {
    text-align: center;
  }

  .nav-links {
    display: none;
  }

  .nav-links.back, .nav-link-text.back {
    display: flex;
  }

  .team-mountain-people {
    height: 340px;
  }

  .spacer-bio {
    display: none;
  }

  .office-grid, .office-grid.manual {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .fmi-office-building {
    height: 340px;
  }

  .h4-office {
    text-align: center;
  }

  .new-home-hero {
    flex-direction: column;
  }

  .new-hero-l {
    justify-content: flex-start;
    align-items: center;
    margin-left: 0%;
    padding-top: 20%;
    padding-left: 10%;
    padding-right: 10%;
  }

  .new-hero-r {
    flex: none;
    margin-right: 0%;
  }

  .new-hero-bounding-box {
    width: 400px;
  }

  .container-box {
    display: none;
  }

  .columns-2 {
    align-self: flex-start;
  }

  .madeline-container {
    flex-direction: column;
    height: auto;
  }

  .madeline--r {
    flex: none;
    height: 40vh;
  }

  .madeline-l {
    order: -1;
    width: 100%;
  }

  .investments-dropdown {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template: ". Area"
                   ". ."
                   / 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 70%;
    display: grid;
  }

  .investments-icon {
    background-color: var(--white);
    border-radius: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    height: 100px;
    padding-left: 3px;
    padding-right: 3px;
    text-decoration: none;
    display: flex;
  }

  .image-icon-investements {
    width: 60px;
  }

  .image-icon-investements.small {
    width: 35px;
    margin-bottom: 5px;
  }

  .drop-mobile.w--open {
    background-color: #ddd0;
    justify-content: center;
    align-items: center;
    width: auto;
    display: flex;
    position: static;
  }

  .drop-down-mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .dropdown-toggle-2 {
    justify-content: flex-end;
    align-items: flex-end;
    padding-right: 20px;
    display: flex;
  }

  .horizontal-div {
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .nav-link-text-2.back {
    display: flex;
  }

  .hidden-onlaptop {
    display: block;
  }

  .careerdiv {
    margin-bottom: 8em;
  }

  .careerbtn {
    margin-top: 0;
  }

  .eeostatement {
    width: 85%;
    max-width: none;
  }

  .placeholder {
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .navigation-bar {
    justify-content: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .navigation-bar.home {
    padding-bottom: 55px;
  }

  .menu-icon {
    color: var(--dark-cyan-2);
    background-color: #6b393900;
    height: 24px;
    margin-top: 0;
    margin-left: 0;
  }

  .hero-content-wrapper {
    height: auto;
    margin-top: 5vh;
  }

  .menu-link {
    flex: 0 auto;
    font-size: 3em;
    line-height: 20vh;
  }

  .nav-text {
    display: none;
  }

  .menu-button {
    z-index: 99;
    border: 3px solid #5c68ad;
    border-radius: 100%;
    padding: 12px;
    display: block;
    position: fixed;
    inset: 3% 5% auto auto;
  }

  .navigation-content-wrapper {
    background-color: #3330;
    position: relative;
  }

  .hero-wrapper {
    height: auto;
    min-height: auto;
    padding-top: 0;
    padding-bottom: 0;
    position: relative;
  }

  .menu-text {
    font-size: 3vw;
    line-height: 10vh;
  }

  .page-wrapper {
    padding-bottom: 0;
  }

  .navigation-image.current {
    z-index: 4;
  }

  .navigation-links {
    z-index: 5;
    width: 100%;
    position: relative;
  }

  .nav-logo {
    flex: 1;
  }

  .navigation-image-container {
    width: 100%;
    position: absolute;
    inset: 0%;
  }

  .hero-heading {
    top: auto;
    left: 0%;
    right: 0%;
  }

  .navigation-container {
    min-height: 100vh;
    display: none;
  }

  .slider-right-arrow {
    display: none;
  }

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

  .footer-bottom {
    flex-wrap: wrap;
    margin-top: 40px;
  }

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

  .footer-column {
    padding-right: 0;
  }

  .contact-form {
    padding: 40px 20px;
  }

  .slide-wrap-l {
    padding-top: 60px;
  }

  .slide-wrap-r {
    flex: none;
    height: 350px;
  }

  .slide-wrap-r.aviation {
    flex: none;
    height: 400px;
  }

  .slider-text-wrap {
    display: none;
  }

  .h3 {
    padding-left: 20px;
  }

  .h1.smaller.officebulding.fmcomm {
    text-align: center;
  }

  .hero-image-r {
    flex: none;
    height: 300px;
  }

  .info-section {
    padding-left: 7%;
    padding-right: 7%;
  }

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

  .recruting-block {
    justify-content: center;
  }

  .h5.dark {
    font-size: .8em;
  }

  .link-block-bottom {
    flex: none;
    margin-top: 20px;
  }

  .team-image {
    flex: none;
    height: 300px;
  }

  .logo-top.rumor-mill {
    margin-top: 0;
    margin-bottom: 0;
  }

  .logo-top.westernrefining {
    height: 45%;
    margin-top: 25px;
    padding-left: 35px;
    padding-right: 35px;
  }

  .p.new-home {
    text-align: justify;
  }

  .left-arrow {
    display: none;
  }

  .section-open-positions {
    padding-left: 7%;
    padding-right: 7%;
  }

  .accordion-item-content {
    margin-right: 0;
  }

  .nav {
    z-index: 100;
    height: 100px;
  }

  .navigation-link-new {
    display: none;
  }

  .about-container {
    padding-left: 7%;
    padding-right: 7%;
  }

  .h2-mountain {
    margin-top: 0;
  }

  .h2-mountain.black {
    margin-left: 20px;
    margin-right: 20px;
    font-size: 1.6em;
  }

  .management-mountain {
    padding-left: 7%;
    padding-right: 7%;
  }

  .line-2000 {
    margin-bottom: 14px;
  }

  .fmiteam-grid {
    grid-column-gap: 25px;
    grid-row-gap: 26px;
    grid-template-columns: 1fr 1fr;
    width: 80%;
  }

  .fmiteam-grid._3 {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    width: 70%;
    max-width: 1000px;
  }

  .fmiteam-grid._3.diff {
    grid-template-columns: 1fr 1fr;
    width: 80%;
  }

  .fmiteam-grid._2persongrid {
    width: 80%;
    margin-top: 26px;
  }

  .person-image {
    background-position: 50% 0;
  }

  .menu-mountain {
    display: block;
  }

  .mm-mountain-links {
    color: #fff;
    margin-top: 20px;
    margin-bottom: 20px;
    font-size: 2em;
    line-height: 1.2em;
    text-decoration: none;
  }

  .nav-links {
    display: none;
  }

  .office-container {
    padding-left: 7%;
    padding-right: 7%;
  }

  .office-grid {
    grid-column-gap: 25px;
    grid-row-gap: 26px;
    grid-template-columns: 1fr 1fr;
  }

  .office-grid.manual {
    grid-template-columns: 1fr;
  }

  .office-grid.manual._4 {
    grid-template-columns: 1fr 1fr;
  }

  .new-home-hero {
    height: auto;
    min-height: 400px;
  }

  .new-hero-l {
    padding-top: 10%;
    padding-bottom: 15%;
  }

  .family-container {
    padding-left: 7%;
    padding-right: 7%;
  }

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

  .paragraph.desktop {
    display: none;
  }

  .paragraph.mobile {
    display: block;
  }

  .madeline-l {
    padding: 10% 7%;
  }

  .investments-dropdown {
    grid-column-gap: 11px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .investments-icon {
    height: 80px;
  }

  .image-icon-investements {
    width: 40px;
  }

  .dropdown-toggle-2 {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-3 {
    padding-left: 10%;
    padding-right: 10%;
  }

  .form-2 {
    width: 95%;
  }

  .hidden-onlaptop {
    display: none;
  }

  .eeostatement {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .navigation-bar {
    justify-content: flex-start;
    padding: 24px 0 31px 9vw;
  }

  .navigation-bar.home {
    background-color: #ececec00;
    padding-bottom: 84px;
  }

  .menu-icon {
    color: var(--black);
  }

  .hero-content-wrapper {
    height: auto;
  }

  .menu-link {
    font-size: 14vw;
    line-height: 14vh;
  }

  .nav-text {
    font-size: 22px;
  }

  .menu-button {
    top: 28px;
    bottom: auto;
  }

  .menu-text {
    font-size: 7vw;
  }

  .hero-image-wrapper {
    padding-bottom: 100px;
  }

  .navigation-links {
    padding-top: 0;
  }

  .nav-logo {
    width: 140px;
  }

  .navigation-container {
    display: none;
  }

  .header-container {
    padding-left: 7%;
    padding-right: 7%;
    position: static;
  }

  .section-header {
    width: auto;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 32px;
  }

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

  .footer-link.mountain {
    color: var(--pale-turquoise);
  }

  .footer-bottom {
    text-align: center;
    flex-direction: column;
  }

  .footer-grid-01 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 2fr;
  }

  .footer-wrapper {
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .footer-top {
    flex-direction: column;
    align-items: flex-start;
  }

  .footer-column {
    flex-direction: column;
    justify-content: space-between;
  }

  .footer-logo {
    margin-bottom: 32px;
  }

  .contact-form {
    width: 100%;
  }

  .success-message-cf3 {
    color: #f22d83;
    font-size: 16px;
  }

  .bio-image.sandra-2 {
    background-image: url('../images/FMI-team-Mendez.jpg');
    background-position: 0%;
    background-repeat: no-repeat;
    background-size: contain;
  }

  .slide-wrap-r {
    flex: none;
    height: 300px;
  }

  .slide-wrap-r.aviation {
    background-position: 0 0, 100%;
    flex: none;
    height: 300px;
  }

  .slide-wrap-r.sport, .slide-wrap-r.fountains, .slide-wrap-r.construction, .slide-wrap-r.a11, .slide-wrap-r.plaza-hotel, .slide-wrap-r.mill-building {
    flex: none;
    height: 300px;
  }

  .slider-text-wrap {
    flex: 1;
    width: 100%;
    height: auto;
  }

  .h3 {
    text-align: center;
    font-size: 1em;
  }

  .h1 {
    font-size: 2.5em;
  }

  .h1.smaller {
    font-size: 2em;
  }

  .h1.smaller.officebulding.fmcomm._2 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-image-l {
    padding-top: 40px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .hero-image-l.bio {
    padding-top: 60px;
  }

  .sub-headline.margin-bottom {
    font-size: 1.4em;
  }

  .card-wrap {
    width: 260px;
    height: 360px;
  }

  .logo-top.jordan {
    margin-left: 0;
    margin-right: 0;
  }

  .logo-top.campo {
    height: 40%;
  }

  .logo-top.rumor-mill {
    margin: 28px;
  }

  .logo-top.terralane {
    height: 35%;
  }

  .logo-top.tristate {
    margin-left: 15px;
    margin-right: 15px;
  }

  .logo-top.starbucksserve {
    margin-top: 30px;
    margin-left: 35px;
    margin-right: 35px;
  }

  .text-bottom.starbucksserve {
    padding-top: 20px;
  }

  .container-l {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    margin-right: 0;
    display: flex;
  }

  .p.big {
    font-size: 1.1em;
    line-height: 1.4em;
  }

  .p.big.margin-bottom {
    font-size: 1.1em;
  }

  .p.new-home {
    margin-left: 0;
    margin-right: 0;
  }

  .left-arrow {
    inset: 0% auto 0% 0%;
  }

  .positions-l {
    order: -1;
  }

  .positions-r {
    order: -1;
    padding-top: 0;
    padding-bottom: 60px;
  }

  .header-center-box._75 {
    width: 90%;
  }

  .icon-business {
    width: 50px;
  }

  .nav-left {
    justify-content: center;
    align-items: center;
  }

  .nav-left.fmm {
    width: 50%;
  }

  .nav-r {
    flex: 1;
  }

  .home-link.fmm {
    width: auto;
  }

  .h2-mountain {
    text-align: center;
    margin-top: 0;
  }

  .h2-mountain.black {
    text-align: center;
  }

  .management-mountain {
    padding-left: 5%;
    padding-right: 5%;
  }

  .fmiteam-grid {
    grid-row-gap: 39px;
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 200px;
  }

  .fmiteam-grid._3 {
    grid-template-rows: auto auto auto auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 200px;
    margin-top: 1em;
  }

  .fmiteam-grid._3.diff {
    grid-template-rows: auto auto auto auto auto auto;
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 200px;
  }

  .fmiteam-grid._2persongrid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    width: 70%;
    max-width: 200px;
    margin-top: 39px;
    margin-bottom: 0;
  }

  .fmiteam-grid._4grid {
    margin-bottom: 39px;
  }

  .fmm-team-people, .team-mountain-people {
    height: 350px;
  }

  .office-grid {
    grid-row-gap: 39px;
    grid-template-columns: 1fr;
    max-width: 200px;
  }

  .office-grid.manual {
    grid-template-columns: 1fr;
  }

  .fmi-office-building {
    height: 350px;
  }

  .new-hero-l {
    flex: none;
    justify-content: flex-start;
    height: 80vh;
    padding-top: 5%;
    padding-bottom: 0%;
  }

  .heading-2 {
    margin-left: 32px;
  }

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

  .new-hero-bounding-box {
    width: 320px;
    padding-left: 7%;
    padding-right: 7%;
  }

  .columns-2 {
    width: 100%;
  }

  .investments-dropdown {
    grid-template-columns: 1fr 1fr 1fr;
    width: 85%;
  }

  .section-3 {
    padding-left: 1%;
    padding-right: 1%;
  }

  .fmm-logo {
    width: 150px;
  }

  .footer-copright.fmm, .footer-copright.fmm.fmm2 {
    color: var(--pale-turquoise);
  }

  .p-2 {
    font-size: 1em;
    line-height: 18px;
  }

  .sublistitem {
    margin-left: 20px;
  }

  .submit-button-2.recruting {
    width: 50%;
  }

  .form-2 {
    width: 100%;
  }

  .fmcommunitiesgrid, .fmpg-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .careerdiv {
    margin-bottom: 6em;
  }

  .careerbtn {
    text-align: center;
    width: 100%;
  }
}

#w-node-d5af07ff-a473-fca7-06ba-04ac2454b731-60d45d83 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13a09598-af66-2db6-0796-5d60251d3faa-60d45d83 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-f880abd3-4d3e-11b4-8dd4-d2c5cb5a985f-60d45d83 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-d5af07ff-a473-fca7-06ba-04ac2454b731-60d45d84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13a09598-af66-2db6-0796-5d60251d3faa-60d45d84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-f880abd3-4d3e-11b4-8dd4-d2c5cb5a985f-60d45d84 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-c4b6c53a-9ae5-8f65-51b9-bf37dc46ba08-60d45d89 {
  grid-row: span 1 / span 1;
  grid-column-start: span .989583;
  grid-column-end: span .989583;
}

#w-node-d5af07ff-a473-fca7-06ba-04ac2454b731-60d45d8b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_13a09598-af66-2db6-0796-5d60251d3faa-60d45d8b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-f880abd3-4d3e-11b4-8dd4-d2c5cb5a985f-60d45d8b {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_34b601a8-348e-b578-a444-4c72fd17b7c5-60d45d99, #w-node-_123b3fdd-e51b-413e-85d6-91074346ac8d-60d45d99, #w-node-a353789d-9012-2eae-5020-1416de517b1e-60d45d99, #w-node-_9394b074-e7dc-d857-74da-cdfb55013b03-60d45d99, #w-node-c5117f6d-2ab5-0f87-75ec-290c7e79d973-60d45d99, #w-node-_7a089239-99b0-ab1b-5da6-8b8f48a675e3-60d45d99, #w-node-c7ea17c2-f090-0026-f296-fb1f31898db6-60d45d99, #w-node-_0b5ff23b-131e-b4b8-b2db-e555a9f09e5e-60d45d99, #w-node-_99f47d70-c060-534f-007e-01cf7be60cc8-60d45d99, #w-node-_3f8ecbcc-dd7d-1099-ac88-12292821fb39-60d45d99, #w-node-_6b235f10-b5e0-d5b7-14e3-61c3e2ca08ac-60d45d99, #w-node-ce7f1aa8-fb8c-4d7e-1dca-63a6dc144964-60d45d99, #w-node-e736f99f-3ee5-dbf5-daf6-61b8008e1da4-60d45d99, #w-node-d437dc98-b602-0d40-252b-e8d594fc1dd7-60d45d99, #w-node-ede99398-c54f-5578-1b12-bdc36a57afcb-60d45d99 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_86715fab-aa76-b31d-45df-caff8bf66f56-60d45db3, #w-node-ab084ef0-6d10-833a-6e10-d6ab59108773-60d45db3, #w-node-_0b06de5c-9559-c73e-c3d1-1a8082c27d69-60d45db3, #w-node-_7735966d-2630-d944-eed5-981ff11a8adb-60d45db3, #w-node-ebf0a155-2022-6ba0-23b5-06d9e892a438-60d45db3, #w-node-_539bb297-d249-db5f-5b00-d2edd053989c-60d45db3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_00c35c7a-297c-c837-6b61-e6c5e82bd9cf-60d45db3 {
  grid-area: 1 / 3 / 2 / 4;
}

#w-node-_6110e238-cd7b-60c9-1eb0-3edf561e31d2-60d45db3 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-cdeb04e2-d7ea-a172-6b55-b5c562afdc3b-60d45db8, #w-node-cdeb04e2-d7ea-a172-6b55-b5c562afdc3b-9d159c46 {
  grid-row: span 1 / span 1;
  grid-column-start: span .989583;
  grid-column-end: span .989583;
}

@media screen and (min-width: 1920px) {
  #w-node-_13a09598-af66-2db6-0796-5d60251d3faa-60d45d83, #w-node-_13a09598-af66-2db6-0796-5d60251d3faa-60d45d84, #w-node-_13a09598-af66-2db6-0796-5d60251d3faa-60d45d8b {
    align-self: center;
  }

  #w-node-d437dc98-b602-0d40-252b-e8d594fc1dd7-60d45d99 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 991px) {
  #w-node-a3bdd77a-fdfc-64a8-f81c-44b5c09e896a-f609fdbb, #w-node-bb7b266b-1d84-5c06-7b55-dab8fea7f8f1-f609fdbb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_7293da77-4182-7b32-c2d0-6abb4fe1f431-f609fdbb, #w-node-_5b4c5977-eddb-6469-a149-9524fbe78ca5-f609fdbb, #w-node-_912fb6ba-a3cf-0095-6688-bb338073b742-f609fdbb {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b37fd048-af59-6116-dd34-5535f609fe64-f609fdbb {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }

  #w-node-_773fb3d8-308e-d4ca-e80e-12ed1a6869b4-f609fdbb, #w-node-_86715fab-aa76-b31d-45df-caff8bf66f56-60d45db3, #w-node-ab084ef0-6d10-833a-6e10-d6ab59108773-60d45db3, #w-node-_0b06de5c-9559-c73e-c3d1-1a8082c27d69-60d45db3, #w-node-_7735966d-2630-d944-eed5-981ff11a8adb-60d45db3, #w-node-ebf0a155-2022-6ba0-23b5-06d9e892a438-60d45db3, #w-node-_539bb297-d249-db5f-5b00-d2edd053989c-60d45db3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_00c35c7a-297c-c837-6b61-e6c5e82bd9cf-60d45db3, #w-node-_6110e238-cd7b-60c9-1eb0-3edf561e31d2-60d45db3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_64dc1135-ea32-ee83-0b6e-3d9ea8d402f3-a8d402ee {
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_64dc1135-ea32-ee83-0b6e-3d9ea8d402f3-a8d402ee {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_86715fab-aa76-b31d-45df-caff8bf66f56-60d45db3, #w-node-ab084ef0-6d10-833a-6e10-d6ab59108773-60d45db3, #w-node-_0b06de5c-9559-c73e-c3d1-1a8082c27d69-60d45db3, #w-node-_7735966d-2630-d944-eed5-981ff11a8adb-60d45db3, #w-node-ebf0a155-2022-6ba0-23b5-06d9e892a438-60d45db3, #w-node-_539bb297-d249-db5f-5b00-d2edd053989c-60d45db3 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'Materialicons';
  src: url('../fonts/MaterialIcons-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}