.simple-text h3 {
  margin-top: 1rem;
}

.simple-text ul {
  list-style: none;
  overflow: hidden;
  padding-left: 20px;
  margin: 0.5rem 0px 0px;
  font-size: 90%;
}

.simple-text ul li {
  position: relative;
  margin-bottom: 0.25rem;
}

.simple-text ul li:before {
  font-family: 'Material Icons';
  content: '\e5cc';
  margin: 0px 0px 0px -20px;
  display: block;
  color: #0198ab;
  position: absolute;
  font-size: 130%;
  left: -7px;
  top: 0px;
}
.section-full-width {
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.section-full-width .section {
  position: relative;
  background-color: #AAAAAA;
}

.section-full-width .section .section-bg-image {
  -webkit-filter: brightness(50%);
  filter: brightness(50%);
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  position: absolute;
  left: 0px;
  right: 0px;
  top: 0px;
  bottom: 0px;
}

.section-full-width .section .section-content-wrapper {
  z-index: 1;
  color: #FFFFFF;
}

.section-full-width .section .section-content-wrapper .section-content {
  padding: 2rem;
}

.section-full-width .section .section-content-wrapper .section-content .header {
  font-weight: normal;
  font-size: 220%;
}

.section-full-width .section .section-content-wrapper .section-content p {
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.9);
}

.tab-content {
  margin: 0rem -1rem;
}
.section-wrapper {
  padding: 1rem;
  transition: background-color .5s ease;
}

.section-wrapper .section {
  background-color: #F0F0F0;
  transition: background-color .5s ease;
}

.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;
}

.section-wrapper .section .section-content h2 {
  color: rgba(0, 0, 0, 0.7);
}

.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.55);
}

.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;
}

.section-wrapper .section:hover .section-header-image img {
  transform: scale(1.2);
}

.section-wrapper .section:hover .section-content .color-line {
  margin-left: 25%;
}

.section-wrapper .section:hover .section-content h2 {
  color: #0198ab;
}

.section-wrapper:hover {
  background-color: #F0F0F0;
}
