body ul.one-col {
  column-count: 1;
}

.training-note {
  background-color: #f0f0f0;
}

.steps a {
  color: #0198ab;
}

.steps .step .step-number {
  background-color: #0198ab;
  padding: 2rem 3rem;
  color: #FFFFFF;
  z-index: 1;
  -webkit-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.steps .step .step-number md-icon {
  color: inherit;
  font-size: 300%;
  margin: 0px;
  width: auto;
  height: auto;
}

.steps .step .step-description {
  background-color: #f0f0f0;
  padding: 2rem;
  -webkit-transition: all .8s ease-in-out;
  -ms-transition: all .8s ease-in-out;
  transition: all .8s ease-in-out;
}

.steps .step:hover .step-number {
  background-color: #006a77;
}

.steps .step:hover .step-description {
  background-color: #e0e0e0;
}

.steps .step + .step {
  margin-top: 1rem;
}

.steps .step:nth-child(even) {
  /*
		&:hover {
			.step-number {
				transform: rotate(-7deg);
			}
		}
		
		.step-number {
			order: 2;
		}
		.step-description {
			order: 1;
		}
		*/
}

.conditions {
  padding: 2rem;
  margin-top: 1rem;
  background-color: #f0f0f0;
  border-top: 0.25rem solid #0198ab;
}

.conditions h3 {
  color: #0198ab;
}
