.tabs-wrapper {
  background-color: #e0e0e0;
  z-index: 3;
  -webkit-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.3);
  -ms-box-shadow: 0 7px 7px rgba(0, 0, 0, 0.3);
  box-shadow: 0 7px 7px rgba(0, 0, 0, 0.3);
}

.tabs-wrapper.tabs-fixed {
  position: fixed;
  right: 0;
  left: 0;
}

.tabs-wrapper .tabs .tab {
  margin: 0rem 1rem;
  padding: 1rem 1rem 0.75rem;
  color: #777777;
  border-bottom: 0.25rem solid transparent;
  -webkit-transition: all .2s ease;
  transition: all .2s ease;
}

.tabs-wrapper .tabs .tab.active {
  color: #0198ab;
  border-bottom: 0.25rem solid #0198ab;
}
.text-description-full-width .section {
  position: relative;
}

.text-description-full-width .section .section-content-wrapper {
  z-index: 1;
  color: #777777;
}

.text-description-full-width .section .section-content-wrapper .section-content {
  padding: 2rem;
}

.text-description-full-width .section .section-content-wrapper .section-content .header {
  font-weight: normal;
  font-size: 160%;
  color: #555555;
}

.text-description-full-width .section .section-content-wrapper .section-content p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.6);
}
h3.caption {
  font-weight: normal;
  font-size: 160%;
}

.section-wrapper {
  padding: 1rem;
}

.section-wrapper .section {
  transition: background-color .5s ease;
  /*
		&:hover {
			background-color: #F7F7F7;
			.section-header-image img {
				transform: scale(1.2);
			}
			.section-content {
				.color-line {
					margin-left: 25%;
				}
				h2 {
					color: #0198ab;
				}
			}
		}
		*/
}

.section-wrapper .section .section-header-image {
  overflow: hidden;
  font-size: 0px;
}

.section-wrapper .section .section-header-image img {
  transition: transform .5s ease;
}

.section-wrapper .section .section-content {
  padding: 1rem 0rem;
}

.section-wrapper .section .section-content h4 {
  color: rgba(0, 0, 0, 0.7);
  font-weight: normal;
  font-size: 130%;
}

.section-wrapper .section .section-content md-icon {
  width: auto;
  height: auto;
  margin: 0px;
}

.section-wrapper .section .section-content p {
  line-height: 1.5;
  color: rgba(0, 0, 0, 0.4);
}

.section-wrapper .section .section-content .color-line {
  transition: all .5s ease;
  position: absolute;
  width: 50%;
  left: 0px;
  right: 0px;
  height: 3px;
  top: -2px;
  background-color: #0098aa;
}

.section-wrapper .section .section-link .md-button {
  margin: 1rem 0px 0px;
}

.section-wrapper .section .section-link .md-button md-icon {
  line-height: 0.9;
}
