.ndn-email-signup {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  align-items: center;
}

.ndn-submit-button {
  outline: none;
  border: none;
  cursor: pointer;
  flex: 1;
  white-space: nowrap;
}

.ndn-email-input {
  outline: none;
  border: none;
  border-radius: 4px;
  padding: 6px 5px;
  margin: 10px 10px 10px 0;
  flex: 4;
}

.ndn-career-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-auto-rows: minmax(100px, auto);
}
.ndn-career-list article {
  margin: 10px;
}
.ndn-career-list article .background {
  padding: 20px 20px;
  background: #fff;
  border-radius: 4px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.ndn-career-list article p {
  margin-bottom: 10px !important;
}
.ndn-career-list article h3 {
  font-family: "alternate-gothic-no-1-d", Sans-serif;
  font-weight: 400;
  font-size: 28px;
  margin-top: 0;
}
.ndn-career-list article a.button {
  display: inline-block;
  outline: none;
  border: none;
  cursor: pointer;
  flex: 1;
  white-space: nowrap;
  background-color: rgb(195, 20, 37);
  color: #fff;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 4px;
  margin-top: auto;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 14px;
  align-self: start;
  flex: 0 0;
}
.ndn-career-list article:last-child {
  margin-bottom: 10px;
}

.ndn-newsletters-list {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
  grid-gap: 20px;
  margin: 0;
  padding: 0;
  list-style: none;
  grid-auto-rows: minmax(100px, auto);
}
.ndn-newsletters-list article {
  margin: 10px;
}
.ndn-newsletters-list article .background {
  background: #fff;
  border-radius: 4px;
  overflow: hidden;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
  width: 100%;
  height: 100%;
  display: flex;
  flex-flow: column;
}
.ndn-newsletters-list article .featured-image {
  margin-bottom: 10px;
  position: relative;
  width: 100%;
  height: 200px;
  overflow: hidden;
}
.ndn-newsletters-list article .featured-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.ndn-newsletters-list article .featured-image .tag {
  position: absolute;
  top: 10px;
  right: 10px;
  background-color: #718096;
  color: white;
  padding: 5px 10px;
  border-radius: 20px;
  font-size: 12px;
}
.ndn-newsletters-list article .content {
  padding: 20px;
}
.ndn-newsletters-list article .content p {
  margin-bottom: 10px !important;
}
.ndn-newsletters-list article .content h3 {
  font-family: "alternate-gothic-no-1-d", Sans-serif;
  text-transform: uppercase;
  font-weight: 400;
  font-size: 28px;
  margin-top: 0;
}
.ndn-newsletters-list article .content a.button {
  display: inline-block;
  outline: none;
  border: none;
  cursor: pointer;
  flex: 1;
  white-space: nowrap;
  background-color: rgb(195, 20, 37);
  color: #fff;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 4px;
  margin-top: auto;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 14px;
  align-self: start;
  flex: 0 0;
}
.ndn-newsletters-list article:last-child {
  margin-bottom: 10px;
}

script {
  display: none !important;
}

button.load-more-button {
  display: inline-block;
  outline: none;
  border: none;
  cursor: pointer;
  flex: 1;
  white-space: nowrap;
  background-color: rgb(195, 20, 37);
  color: #fff;
  font-weight: bold;
  padding: 6px 10px;
  border-radius: 4px;
  margin-top: 25px;
  font-family: Arial;
  text-transform: uppercase;
  font-size: 14px;
  align-self: start;
  flex: 0 0;
}/*# sourceMappingURL=style.css.map */