.purple-quote {
  color: #8d64aa;
  font-weight: bold;
  font-size: 13px;
}
.embed-responsive-16by9 {
  margin-top: 20px;
}
.emphasis-quote {
  font-family: "Poppins", sans-serif;
  font-weight: 300;
  font-style: italic;
  font-size: 14px;
  color: var(--ncwit-primary-dpurp);
  margin-bottom: 0;
  line-height: 1.6;
  text-align: justify;
}
.quote-attribution {
  font-size: 16px;
  color: var(--ncwit-secondary-green);
  padding-top: 5px;
  text-align: center;
}
#engineering-image-col {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--ncwit-secondary-green);
}
#engineering-image-col img {
  height: 185px;
}
@media (min-width: 769px) and (max-width: 991px) {
  #engineering-image-col img {
    height: 150px;
  }
}
@media (max-width: 768px) {
  #engineering-image-col {
    display: none !important;
  }
}
#engineering-text-col {
  margin-top: 10px;
  margin-bottom: 10px;
  border-bottom: 2px solid var(--ncwit-secondary-green);
  padding-bottom: 14px;
}
#engineering-text-col p {
  font-size: 28px;
  font-weight: 200;
  color: var(--ncwit-primary-dpurp);
  margin-bottom: 0px;
}
#engineering-text-col h1,
.k12-sub-title {
  font-size: 21px;
  font-weight: 600;
  color: var(--ncwit-primary-dpurp);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 4px;
}
#whatFlow {
  display: none;
  color: #6091ba;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15%;
  padding-right: 15%;
}
#whatFlow i {
  font-weight: 300;
}
#k12-title-box {
  display: flex;
  width: 75%;
  margin: auto;
  padding: 15px 25px;
}
#k12-content-box {
  display: flex;
  flex-direction: column;
  width: 60%;
  margin: auto;
  padding: 15px 25px;
}

#k12-content-box .row {
  margin-bottom: 35px;
}

#k12-content-box .row:last-child {
  margin-bottom: 0;
}

#k12-content-box img {
  max-width: 75px;
}

.row p {
  font-size: 14px;
}

#k12-content-box .row .col-sm-4 {
  display: flex;
  justify-content: end;
}
#k12-content-box .row .col-sm-8 p {
  margin: 0;
}
#k12-content-box .row .col-sm-8 p:first-child {
  font-weight: 500;
}
.panel-group .panel .panel-heading .panel-title a::before {
  float: right;
  content: none;
}

.panel-group .panel .panel-heading .panel-title a.collapsed::before {
  content: none;
}

.k12Why-accordion .panel-heading {
  border: none !important;
  margin-top: -1px;
}

.k12Why-accordion h1 a {
  font-weight: bold !important;
  color: black !important;
}

.k12Why-accordion .panel-body {
  border-top: none !important;
}

.k12Why-accordion .panel {
  border: none;
}

.k12Why-accordion.panel-group .panel + .panel {
  margin-top: 0 !important;
}

.k12Why-accordion .panel,
.k12Why-accordion .panel-default,
.k12Why-accordion .panel-body,
.k12Why-accordion .panel-heading {
    border: none !important;
    box-shadow: none !important;
}

.design-process-callout {
  background-color: #3c8212;
  color: white;
  padding: 15px;
  margin-top: 15px !important;
  width: 482px;
}

.design-process-callout:hover {
  background-color: #2d5e0a;
  color: white;
}

.design-process-callout-a {
  text-decoration: none;
  align-self: center;
}

@media (max-width: 767px) {
  #k12-content-box .row .col-sm-4 {
    justify-content: center;
    padding-bottom: 15px;
  }

  .design-process-callout-a {
    width: 100%;
  }

  .design-process-callout {
    width: 100%;
    text-align: center;
    word-break: break-word;
    overflow-wrap: break-word;
  }

  .design-process-callout h3 {
    word-break: break-word;
    overflow-wrap: break-word;
  }

  
  .k12-content-img {
    width: 75%;
    align-self: center;
  }
}