/* Code of Ethics */

.code-of-ethics {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  flex-wrap: wrap;
}

.code-of-ethics .value {
  width: 26vw;
  text-align: center;
  font-size: 18px;
}

.code-of-ethics .value i {
  font-size: 3rem;
  cursor: default;
}

p.description {
  width: 75%;
  margin: auto;
  font-size: 20px;
  line-height: 3rem;
}
.dnbdoula {
  color: var(--primary-colour);
  font-weight: bold;
}
.standards ul,
.join ul {
  width: 75%;
  margin: auto;
}
.standards ul li,
.join ul li {
  margin-top: 5vh;
  list-style-type: none;
  font-size: 18px;
  font-weight: 600;
}
.standards ul li::before,
.join ul li::before {
  content: "*";
  font-family: var(--font-mission-stmt);
  color: var(--primary-colour);
  font-size: 1.5rem;
  font-weight: 900;
  padding-right: 10px;
}
.standards ul li.no-style,
.join ul li.no-style {
  display: flex;

  align-content: center;
}
.standards ul li.no-style .point::before {
  content: "-";
  margin-right: 2vw;
}
.standards ul li.no-style::before {
  content: "";
}
.standards ul li .col2 {
  display: flex;
  align-items: start;
  justify-content: flex-start;
  flex-direction: column;

  flex-wrap: wrap;
}
.standards ul li ul {
  display: flex;
  margin-top: 0;
  flex-wrap: wrap;
  align-content: start;
  justify-content: space-between;
  max-width: 95%;
}
.standards ul li ul li {
  font-weight: 300;
  max-width: 47%;
  width: 400px;
}
.standards ul li .col2 .point {
  width: 100%;
  text-align: left;
}
.standards ul li ul li:before {
  content: "➢";
  color: var(--primary-colour);
  font-size: 2rem;
  font-weight: 300;
  margin-right: 8px;
}
.standards li.dont::before {
  content: "✘";
}

.standards li.check::before {
  content: "✔ ";
}

.notes {
  font-style: italic;
  padding-left: 50px;
  margin-top: 25px;
  font-size: 18px;
}

.join a:hover {
  color: var(--primary-colour);
}

.join ul li {
  font-size: 24px;
}
.join-team, 
.thanks{
  min-height: 75vh;
  margin-top: 10vh;
}


.thanks{
  width: 75vw;
  margin: 10vh auto;
}

.thanks p{
  margin: 0;
  padding: 10px;
  text-align: center;
}

a.button{
  width: 25vw;
  margin: 10vh auto;
  font-size: 1.7rem;
  padding: 15px;
  border: var(--card-border);
  box-shadow: 5px 5px 10px black;
  background-color: var(--primary-dark-colour);
  color: #fff;
  text-align: center;
  letter-spacing: 1.5px;
  text-decoration: none;
  border-radius: 10px;
  font-weight: 900;
}

a.button:hover{
  background-color: #fff;
  color: var(--primary-dark-colour);
  font-weight: normal;
  text-shadow: none;
}
.thanks h1{
  margin-bottom: 0;
  padding-bottom: 0;
}

.thanks h2{
  margin-top: 0;
  padding-top: 10px;
}
