/*Important to leave it 240 so that the carousel pictures align perfectly*/
/*Fancy commands ---------------------------------------------------------------------------------------------------------------------*/
html.education .tm-fancy-command {
  background: #00c893;
}

html.education .tm-fancy-command.outline {
  background: white;
  border: solid 1px #00c893;
}

html.education .tm-fancy-command.outline .command-text {
  color: #009970;
}

html.education .tm-fancy-command.outline .tm-icon {
  color: #009970;
}

html.education .tm-fancy-command:hover {
  background: #009970;
}

html.education .tm-fancy-command.outline:hover {
  background: rgba(0, 200, 147, 0.05);
}

html.education .tm-fancy-command .icon-bg,
html.education .tm-fancy-command .icon-bg2 {
  display: none;
}

html.education .tm-fancy-command .tm-icon {
  left: 20px;
}

html.education .tm-fancy-command.large .tm-icon {
  left: 40px;
}

/*Product card -----------------------------------------------------------------------------------------------------------------------*/
html.education .tm-product-card {
  border: solid 1px rgba(153, 237, 215, 0.5);
}

html.education .tm-product-card:hover {
  border: solid 1px #99edd7;
}

/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {
  html.education #secondary-navbar {
    background: #00c893;
    background: linear-gradient(90deg, #009970 0%, #00c893 100%);
  }
}
