.list-all ul,
.list-all ol {
  padding: 0;
  margin: 0;
  font-weight: normal;
  color: #403F46;
  letter-spacing: 0;
  text-align: left;
  margin: 0 0 1.5rem 1.25rem;
  padding: 0;
}

.list-all ul li,
.list-all ol li {
  position: relative;
  padding-bottom: 0.5rem;
  line-height: 1.7;
}

.list-all ul {
  list-style: none;
  margin-left: 0;
}

.list-all ul li {
  font-size: 1rem;
  position: relative;
  padding-left: 20px;
}

.list-all ul li:last-child {
  padding-bottom: 0;
}

.list-all ul li:before {
  content: "";
  background-color: #403F46;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  position: absolute;
  left: 0;
  top: 11px;
  top: 0.62rem;
}

.list-all ol {
  margin-left: 1rem;
}

.list-all ol li {
  padding-left: 5px;
}

.research-methods {
  background: #F7F7F8;
}

.research-methods .heading-row {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}

.research-methods .heading-row .btn-simple-arrow {
  width: auto;
  margin-bottom: 15px;
}

.research-methods .research-item-row {
  margin-top: 15px;
}

.research-methods .research-item-row .research-item {
  margin-bottom: 20px;
}

.research-methods .research-item-inner {
  background-color: #ffffff;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  position: relative;
}

.research-methods .research-item-inner .research-image {
  background-image: url(https://savanta.com/us/wp-content/themes/savanta/resources/images/ph-square.jpg);
  width: 0;
  min-height: 100px;
  height: 100%;
  display: block;
  background-size: cover;
  background-position: center;
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
}

.research-methods .research-item-inner .research-image img {
  display: none;
}

.research-methods .research-item-inner:hover .research-image {
  width: 100px;
}

.research-methods .research-item-inner .research-name {
  padding: 36px 25px 30px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.research-methods .research-item-inner .research-name h3 {
  padding-bottom: 6px;
  margin-bottom: 0;
}

.research-methods .research-item-inner .research-name .btn-simple-arrow {
  margin-bottom: 0;
  background-image: url(https://savanta.com/us/wp-content/themes/savanta/resources/images/sml-arrow.svg);
  font-size: 0;
  width: 26px;
  height: 26px;
  background-size: 100%;
  background-position: center;
  padding: 0;
  position: initial;
}

.research-methods .research-item-inner .research-name .btn-simple-arrow:before {
  display: none;
}

.research-methods .research-item-inner .research-name .btn-simple-arrow::after {
  content: " (" attr(href) ")";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 1;
  font-size: 0;
}

.research-methods .research-item-inner .research-name .btn-simple-arrow:hover {
  background-image: url(https://savanta.com/us/wp-content/themes/savanta/resources/images/sml-arrow-pink.svg);
  background-size: 100%;
  background-position: center;
}

@media (max-width: 767px) {
  .research-methods .heading-row .btn-simple-arrow {
    margin-bottom: 0px;
  }
  .research-methods .research-item-row .research-item:last-child {
    margin-bottom: 0;
  }
}
/*# sourceMappingURL=research-methods.css.map */