.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;
}

.embed-vimeo {
  background-color: #000;
  margin-bottom: 30px;
  position: relative;
  padding-top: 56.25%;
  overflow: hidden;
  cursor: pointer;
  height: 0;
}

.embed-vimeo iframe {
  height: 100%;
  width: 100%;
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  position: absolute;
}

.embed-vimeo img {
  width: 100%;
  top: -16.84%;
  left: 0;
  opacity: 0.7;
}

.embed-vimeo .embed-vimeo-play {
  width: 54px;
  height: 54px;
  background-color: transparent;
  border: 1px solid #ffffff;
  -webkit-box-shadow: none;
          box-shadow: none;
  z-index: 1;
  border-radius: 100%;
  cursor: pointer;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.embed-vimeo .embed-vimeo-play:hover {
  background-color: #F5AEB3;
}

.embed-vimeo .embed-vimeo-play:before {
  content: "";
  border-style: solid;
  border-width: 6px 0 6px 12px;
  border-color: transparent transparent transparent #ffffff;
  position: absolute;
}

.embed-vimeo img,
.embed-vimeo .embed-vimeo-play,
.embed-vimeo .embed-vimeo-play .embed-vimeo .embed-vimeo-play,
.embed-vimeo .embed-vimeo-play:before {
  top: 50%;
  left: 50%;
  -webkit-transform: translate3d(-50%, -50%, 0);
          transform: translate3d(-50%, -50%, 0);
  position: absolute;
}

.two-custom-video.right-video .col-right {
  -webkit-box-ordinal-group: 0;
      -ms-flex-order: -1;
          order: -1;
}

.two-custom-video h2 em {
  display: block;
  color: #7B7B7B;
  font-style: italic;
}

.two-custom-video .dflex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.two-custom-video .col-left {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 55%;
          flex: 1 1 55%;
  max-width: 55%;
}

.two-custom-video .col-right {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 45%;
          flex: 1 1 45%;
  max-width: 45%;
}

.two-custom-video .dflex {
  margin-left: -27px;
  margin-right: -27px;
}

.two-custom-video .dflex .col-right,
.two-custom-video .dflex .col-left {
  padding-left: 27px;
  padding-right: 27px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .two-custom-video.right-video .col-right {
    -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
            order: -1;
  }
  .two-custom-video .col-left,
  .two-custom-video .col-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 50%;
            flex: 1 1 50%;
    max-width: 50%;
  }
  .two-custom-video .dflex {
    margin-left: -15px;
    margin-right: -15px;
  }
  .two-custom-video .dflex .col-right,
  .two-custom-video .dflex .col-left {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 991px) {
  .two-custom-video.right-video .col-right {
    -webkit-box-ordinal-group: 1;
        -ms-flex-order: 0;
            order: 0;
  }
  .two-custom-video .dflex {
    display: block;
  }
  .two-custom-video .col-left,
  .two-custom-video .col-right {
    -webkit-box-flex: 1;
        -ms-flex: 1 1 100%;
            flex: 1 1 100%;
    max-width: 100%;
  }
  .two-custom-video .dflex {
    margin-left: -15px;
    margin-right: -15px;
  }
  .two-custom-video .dflex .col-right,
  .two-custom-video .dflex .col-left {
    padding-left: 15px;
    padding-right: 15px;
  }
}
/*# sourceMappingURL=custom-videos.css.map */