/* cmsms stylesheet: foundation_styles modified: Tuesday, June 30, 2026 12:39:55 PM */
      
.no-js #top-nav {
  display: none;
}

:focus {outline:none !important;}
::-moz-focus-inner {border:0 !important;}

body {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-style: normal;
  display: flex;
  flex-direction: column;
  min-height: 100svh;
  margin: 0;
  overflow-y: auto;
  overflow-x: hidden;
  background: #3d3d3d;
}

#main {
  flex-grow: 1;
}

h1 {
  font-family: "Sail", system-ui;
  font-weight: 400;
  font-style: normal;
}

h2, .h2, h3, .h3, h4, h5, h6 {
  font-family: "Lato", sans-serif;
  font-weight: 700;
  font-style: normal;
}

h2, .h2 {
  text-transform: uppercase;
  color: white;
  font-weight: 800;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

h3, .h3 {
  font-size: 1rem;
  text-transform: uppercase;
}

a {
  color: #523a4a;
  transition: all 0.2s ease;
}

a:hover, a.menuactive, .menu .is-active>a {
  color: #3d3d3d;
}

b, strong {
  font-weight: 800;
}

.button {
  background: #523a4a;
  border-radius: 5px;
}

.button:hover {
  background: #ac9872;
  color: white;
}

.upper {
  text-transform: uppercase;
}

#header {
  background: #3d3d3d;
  position: sticky;
  top: 0;
  z-index: 100;
  will-change: transform;
  transform: translateZ(0);
}

#header .logo a {
  display: inline-block;
  padding: 0.75rem;
}

#header .logo img {
  max-width: 200px;
}

#mobile-nav a {
  display: block;
  color: white;
  padding: 1rem;
}

#top-nav {
  background: #ac9872;
}

#hero-container {
  background: #2c2417;
}

#hero {
  height: 250px;
  max-width: 1800px;
  margin: 0 auto;
  position: relative;
}

#hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

#hero-content {
  position: absolute;
  background: white;
  width: 450px;
  top: 0;
  height: 100%;
  right: calc(50% - 450px);
  padding: 1rem 2rem;
  color: #523a4a;
}

#hero-content p {
  font-weight: 700;
  margin-bottom: 0.5rem;
}

#hero h1 {
  color: #ac9872;
}


#top-nav a {
  font-weight: 700;
  color: white;
}

#top-nav a:hover, #top-nav a.menuactive {
  color: #523a4a;
}

#footer-nav a {
  color: white;
}

#footer-nav a:hover, #footer-nav a.menuactive {
  color: #ac9872;
}


#services-container {
  background: #2c2417;
  padding-top: 2rem;
  padding-bottom: 2rem;
  flex-wrap: wrap;
}

.service-block {
  margin: 1.5rem;
}

.service-image {
  margin-right: 25px;
}

.service-text {
  margin-left: 15px;
  margin-top: -3rem;
  margin-bottom: 0;
  padding: 0.75rem;
  background: rgba(255,255,255,0.9);
  color: #2c2417;
  position: relative;
  z-index: 1;
  border: 1px solid #ac9872;
  font-weight: 300;
}

.service-text h3 {
  color: #523a4a;
  font-weight: 800;
}

.team-member {
  background-color: black;
  background-image: url('/assets/images/ApexTexture.webp');
  background-size: cover;
  position: relative;
  padding: 0.5rem 0;
}

.pattern {
  background-color: black;
  background-image: url('/assets/images/ApexTexture.webp');
  background-size: contain;
  position: relative;
}

.border {
  position: relative;
  border: 1px solid #2c2417;
}

.border::before, .border::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 0;
  top: 0;
  background-color: #2c2417;
  mask-image: url('/assets/images/grunge-bottom.webp');
  mask-repeat: no-repeat;
  mask-position: center bottom;
  mask-size: contain;
  transform: rotate(180deg);
}

.border::after {
  mask-image: url('/assets/images/grunge-bottom.webp');
  mask-position: center bottom;
  transform: rotate(0deg);
}

.team-member-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 0.5rem 0;
  position: relative;
  z-index: 10;
}

.team-member .bio {
  background: white;
  background: rgba(255,255,255,0.9);
  padding: 3rem 3.75rem;
  max-width: 400px;
  font-size: 0.9rem;
  margin: 0 auto;
  font-weight: 300;
}

.team-member h2 {
  margin-top: 0;
  color: #ac9872;
  font-size: 1.5rem;
}

.team-member .photo {
  box-shadow: 0px 4px 10px rgba(0,0,0,0.1);
  position: relative;
  width: 200px;
  margin: 2rem auto 2rem auto;
}

.team-member .photo img {
  background: white;
  padding: 4px;
  width: 200px;
}

.team-member .tag {
  background: white;
  padding: 0.5rem;
  width: 200px;
  position: absolute;
  bottom: -1rem;
  left: 1.5rem;
}

.team-member .tag strong {
  color: #ac9872;
  font-weight: 800;
}

#talent-container {
  padding-bottom: 3rem;
}

.talent {
  margin: 3rem 1rem 0 1rem;
  max-width: 800px;
  position: relative;
  z-index: 2;
  background: #2c2417;
  padding: 2rem 2rem 0 2rem;
}

.talent.priority {
  border: 2px solid #2c2417;
  background: #ac9872;
}

.talent-image {
  position: relative;
  width: 300px;
  height: 300px;
  padding: 5px;
}

.talent-image img {
  border-radius: 50%;
}

.talent-image::after {
  content: "";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: #ac9872;
  mask-image: url('/assets/images/circle-border.svg');
  mask-repeat: no-repeat;
  mask-position: top;
  mask-size: contain;
}

.priority .talent-image::after {
  background: #2c2417;
}

.talent-bio {
  padding: 1rem;
  color: white;
  width: 500px;
  max-width: 100%;
}

.priority .talent-bio {
  border-color: #2c2417;
  color: #2c2417;
}

.talent-bio h2 {
  margin-top: 0;
}

.priority .talent-bio h2 {
  color: #2c2417;
}

.page-contact {
  background: url('/assets/images/ApexTexture.webp');
}

#contact-form {
  max-width: 600px;
  margin: 1rem auto;
  padding: 1rem;
  background: white;
}

#contact-form h2 {
  color: #ac9872;
}

#contact-form #mc_embed_signup {
  position: relative;
  z-index: 2;
}

#contact-form #mc_embed_signup .mc-field-group {
  padding-bottom: 0;
}

#footer {
  background: #3d3d3d;
  color: white;
  font-weight: 700;
  padding-top: 2rem;
}

#footer .logo {
  max-width: 50vw;
}

#copyright {
  padding-top: 2rem;
  font-weight: 300;
}

#copyright a {
  color: white;
  text-decoration: underline;
}
/* cmsms stylesheet: foundation_queries modified: Tuesday, June 30, 2026 12:41:29 PM */

/* Small only */
@media screen and (max-width: 39.9375em) {

  #hero-content {
    top: 1rem;
    left: 1rem;
    padding: 1rem;
    height: calc(100% - 2rem);
    width: calc(100% - 2rem);
    background: rgba(255,255,255,0.9);
    -webkit-mask-image: 
      linear-gradient(to right, transparent, black 1%, black 99%, transparent),
      linear-gradient(to bottom, transparent, black 1%, black 99%, transparent);
    mask-image: 
      linear-gradient(to right, transparent, black 1%, black 99%, transparent),
      linear-gradient(to bottom, transparent, black 1%, black 99%, transparent);
    -webkit-mask-composite: source-in;
    mask-composite: intersect; 
  }

  #hero-content p {
    font-size: 0.9rem;
  }

  #footer .logo {
    margin-bottom: 1rem;
  }

  #footer ul.no-bullet {
    border-top: 1px solid #ac9872;
    padding-top: 2rem;
    margin-bottom: 1rem;
  }

  #footer-nav {
    margin-bottom: 1rem;
  }

}

/* Medium and up */
@media screen and (min-width: 40em) {

  .menu.medium-align-right {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  #top-nav a {
    border-top: 4px solid #ac9872;
    border-bottom: 3px solid #ac9872;
  }

  #top-nav a:hover, #top-nav a.menuactive {
    border-top-color: #523a4a;
  }

  #hero h1 {
    font-size: 2rem;
  }

  .service-block {
    max-width: calc(50% - 3rem);
  }

  .service-text {
    min-height: 120px;
  }

  #footer-nav li:not(.last_child)::after {
    content: "|";
    padding-top: 0.35rem;
    color: gray;
  }

}

/* Medium only */
@media screen and (min-width: 40em) and (max-width: 63.9375em) {

  #hero-content {
    width: 450px;
    right: 0;
}

}

/* Large and up */
@media screen and (min-width: 64em) {

  .service-block {
    max-width: calc(25% - 3rem);
    font-size: 0.95rem;
  }

  .service-text {
    min-height: 9rem;
  }

  .team-member .bio {
    margin: 0;
  }

  .team-member.even .bio {
    margin-left: 50%;
  }

  .team-member .photo {
    margin: 0;
    position: absolute;
    top: 45%;
    transform: translateY(-50%);
    left: 380px;
  }

  .team-member.even .photo {
    left: auto;
    right: 380px;
  }

  .team-member .tag {
    position: absolute;
    bottom: -2.5rem;
    right: -25%;
  }

  .team-member.even .tag {
    right: auto;
    left: -25%;
  }

  .talent {
    margin-left: auto;
    margin-right: auto;
    padding: 2rem;
  }

  .talent-bio {
    margin-left: 2rem;
    border: 1px solid #ac9872;
  }

}

/* Large only */
@media screen and (min-width: 64em) and (max-width: 74.9375em) {}

/* X-Large and up */
@media screen and (min-width: 75em) {

  .service-block {
    max-width: calc(300px - 4rem);
  }
}
