.btn-builds {
  background-color: #D63D4D;
  border-radius: 20px;
  color: #fff !important;
  padding: .5em 1em;
  transition: .3s ease;
}

.btn-builds:hover {
  background-color: #5B1865;
  color: #fff;
  text-decoration: none;
}

.btn-builds:visited, .btn-builds:active {
  color: #fff;
}

.mission {
  margin: 0 auto;
  text-align: center;
}

@media only screen and (min-width: 44.75em) {
  .mission {
    width: 70%;
  }
}

.card-link-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media only screen and (min-width: 44.75em) {
  .card-link-wrapper {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.card-link {
  -webkit-flex: 1 1 10.9375em;
  flex: 1 1 10.9375em;
  margin: 1em;
}

@media only screen and (min-width: 44.75em) {
  .card-link {
    width: 33%;
  }
}

.card-link h3 {
  font-size: 1.75rem !important;
  text-align: center;
}

.card-link div {
  text-align: center;
}

.icon-convo,
.icon-resources,
.icon-engage {
  color: #454B66;
  display: block;
  opacity: .5;
  text-align: center;
}

.icon-convo::before,
.icon-resources::before,
.icon-engage::before {
  font-family: 'Fontcons';
  font-size: 4rem;
}

.icon-convo::before {
  content: '\f007';
}

.icon-resources::before {
  content: '\f02d';
}

.icon-engage::before {
  content: '\f086';
}

.network-wrap {
  margin-top: 2em;
}

.network {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-justify-content: center;
  justify-content: center;
}

.network img {
  height: 5rem;
  margin: 1em;
}

.oec-wrapper {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-top: 2em;
}

@media only screen and (min-width: 44.75em) {
  .oec-wrapper {
    -webkit-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }
}

.title-wrapper {
  background: #5B1865;
  display: -webkit-flex;
  display: flex;
  height: 12rem;
  -webkit-justify-content: center;
  justify-content: center;
  margin-right: 2em;
  width: 100%;
}

@media only screen and (min-width: 44.75em) {
  .title-wrapper {
    width: 30rem;
  }
}

.title-wrapper h2 {
  -webkit-align-self: center;
  align-self: center;
  color: #fff;
  text-align: center;
}
