.ntm-position-filters {
  margin: 3rem 0 1rem;

  text-align: center;
}

  .ntm-position-filters .row { margin-bottom: 1rem; }
  .ntm-position-filters .ethnos-btn.btn {
    width: 100%;
    margin-bottom: 0 !important;
  }

  .ntm-position-filters input,
  .ntm-position-filters input[type="text"],
  .ntm-position-filters select {
    width: 100%;
  }
  .ntm-position-filters select { padding: 16px 18px; }

.ntm-search-position {
  padding: 2em 0 !important;
  background: #fff !important;
  border-top: 2px solid #000;

  vertical-align: top;
}
  .ntm-search-position:first-of-type {
    border-top: 0;
  }

  .ntm-search-position a {
    text-decoration: none !important;
  }

  .ntm-search-position h3 {
    margin-bottom: 0 !important;
    font-size: 1.4em !important;
  }
  .ntm-search-position ul.ethnos-position-meta {
    padding: 0;
    margin: 0 0 1em;
    list-style: none;
  }
    .ntm-search-position ul.ethnos-position-meta li {
      display: inline-block;
      margin-right: 20px;
      font-size: 0.8em;
    }

  .ntm-search-position a.button {
    display: block;
    margin-bottom: 8px;
  }

  .ntm-search-position .ntm-position-desc {
    margin-bottom: 2rem;
  }

.ntm-position-desc {
  display: flex;
  gap:3rem;
}
.ntm-position-req {
  margin: 0;
  padding: 0 0 0 0;

  font-size: 0.9rem;

  list-style: none;
}
  .ntm-position-req > li {
    margin-bottom: 1rem;
  }


.ethnos-position-meta {
  margin-bottom: 2rem;

  font-family: 'Roboto Condensed';
  text-transform: uppercase;
  font-weight: 700;

  color: #777;
}
  .ntm-search-position .ethnos-position-meta a {
    color: #777;
    text-decoration: none !important;
  }

  .ethnos-position-meta label,
  .ethnos-position-meta strong {
    color: #ac2b37;

    white-space: nowrap;
    vertical-align: top;
  }


#ntm-overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 9999;

  background: rgba( 0, 0, 0, 0.25 );
}
#ntm-ask-a-question,
#ntm-send-to-friend {
  position: fixed;
  top: 0;
  left: 50%;
  z-index: 10000;

  width: 34vw;
  margin-top: 50px;
  margin-left: -17vw;
  padding: 0;

  font-size: 14px;

  color: #7f6d5f;
  background: #fff;
  box-shadow: 0 0 10px #555;
}
  #ntm-send-to-friend { margin-top: -250px; }
  #ntm-ask-a-question header,
  #ntm-send-to-friend header { 
  }
    #ntm-ask-a-question header .close,
    #ntm-send-to-friend header .close {
      display: block;
      position: absolute;
      top: -10px;
      right: -10px;
      width: 40px;
      height: 40px;

      padding-left: 0;

      font-family: 'Roboto Condensed';
      font-size: 1.2rem;
      line-height: 40px;
      text-align: center;
      text-decoration: none;
      font-weight: 300;

      color: #03354c;
      background: #fff;
      border-radius: 20px;

      cursor: pointer;
    }

    #ntm-ask-a-question header .ntm-aaq-logo {
      display: none;
      width: 150px;
      height: 150px;
      margin: 0 auto 15px;

      font-size: 0;
      line-height: 0;
      text-align: center;
      text-indent: -9999px;

      background-image: url(/wp-content/uploads/2022/06/Ethnos-Canada-no-tagline-e1654527821983.png);
      background-repeat: no-repeat;
      background-size: contain;

      overflow: hidden;
    }
    #ntm-ask-a-question header .ntm-aaq-description {
      margin: 0 0 1.5rem;
      padding: 1.5rem;

      font-size: 1.25rem;
      font-family: 'Roboto Slab';
      line-height: 1.4rem;
      text-align: center;

      color: #fff;
      background: #03354c;
    }

  #ntm-ask-a-question section, #ntm-send-to-friend section { padding: 10px 20px; }
    #ntm-ask-a-question section.main, #ntm-send-to-friend section.main { padding-top: 0; }
      #ntm-ask-a-question .response,
      #ntm-send-to-friend .response {
        margin-top: 10px;
        padding: 10px 20px;

        background: rgba( 0, 0, 0, 0.1 );
      }

    #ntm-ask-a-question label,
    #ntm-send-to-friend label {
      display: block;
      margin-top: 20px;

			font-weight: bold;

			color: #000;
    }
    #ntm-ask-a-question #first-name, #ntm-ask-a-question #last-name { width: 46%; }
    #ntm-send-to-friend #your-first-name, #ntm-send-to-friend #your-last-name { width: 46%; }
    #ntm-send-to-friend #friend-first-name, #ntm-send-to-friend #friend-last-name { width: 46%; }
      #ntm-ask-a-question #first-name { margin-right: 5%; }
      #ntm-send-to-friend #your-first-name, #ntm-send-to-friend #friend-first-name { margin-right: 5%; }
    #ntm-ask-a-question input[type="email"], #ntm-ask-a-question textarea { width: 100% !important; }
      #ntm-ask-a-question textarea { height: 100px; }
    #ntm-send-to-friend input[type="email"], #ntm-send-to-friend textarea { width: 100% !important; }
      #ntm-send-to-friend textarea { height: 100px; }

  #ntm-ask-a-question .ethnos-btn.btn {
    color: #fff;
    background-color: #ac2b37;
  }


@media (max-width:600px) {
  .ntm-position-desc {
    flex-wrap: wrap;
  }
}
@media (min-width:1024px) {
  .ntm-position-desc > div:first-child {
    min-width: 65%;
    max-width: 65%;
  }
}
