
#body [data-promo-list-wrapper] {
  position: absolute;
  z-index: 1000;
  left: 60px;
  top: 10%;
  max-width: 400px;
}

#body [data-promo-list-wrapper] [data-list] {
  background: #444;
}

#body [data-promo-list-wrapper] [data-list] > [data-outline] > [data-container] > [data-item]::before {
  content: none;
}

#body [data-promo-list-wrapper] [data-list] > [data-outline] > [data-container] > [data-item] > [data-card] > [data-info] {
  padding: 25px;
  display: flex;
  align-content: center;
  flex-direction: column;
}

#body [data-promo-list-wrapper] [data-list] > [data-outline] > [data-container] > [data-item] > [data-card] > [data-info] > [data-title] {
  color: #efeded;
  font-weight: 300;
  font-family: "open sans";
  line-height: 1.6;
  font-size: 18px;
  text-align: center;
  color: #fecb00;
}

#body [data-promo-list-wrapper] [data-list] > [data-outline] > [data-container] > [data-item] > [data-card] > [data-info] > [data-subtitle] {
  text-align: center;
  color: #efeded;
  font-weight: 300;
  font-family: "open sans";
  line-height: 1.6;
  font-size: 16px;
  padding-bottom: 20px;
}

#body [data-promo-list-wrapper] [data-list] > [data-outline] > [data-container] > [data-item] > [data-card] > [data-info] p {
  text-align: center;
  color: #efeded;
  font-weight: 300;
  font-family: "open sans";
  line-height: 2;
  font-size: 14px;
}

#body [data-promo-list-wrapper] > [data-nav] > [data-left] {
  position: absolute;
  z-index: 10002;
  top: 30%;
  left: -30px;
  font-size: 30px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: none;
  background: #efeded;
}

#body [data-promo-list-wrapper] > [data-nav] > [data-left]:hover {
  background: #fff;
}

#body [data-promo-list-wrapper] > [data-nav] > [data-right] {
  position: absolute;
  z-index: 10002;
  top: 30%;
  right: -30px;
  font-size: 30px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: none;
  background: #efeded;
}

#body [data-promo-list-wrapper] > [data-nav] > [data-right]:hover {
  background: #fff;
}


body #flexmodal {
  display: none;
}

body.flexmodal {
  overflow: hidden;
}

body.flexmodal #flexmodal {
  display: flex;
}


#flexmodal {
  position: fixed;
  overflow: hidden;
  overflow-y: auto;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  text-align: center;
  background: rgba(0, 0, 0, 0.85);
  z-index: 10031;
  align-items: center;
  justify-content: center;
}

#flexmodal > [data-flexmodal-wrapper] {
  width: 85vw;
  display: flex;
  flex-direction: column;
  background: #fff;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-header] {
  text-align: center;
  padding: 10px 0px;
  font-family: "open sans";
  font-size: 25px;
  font-weight: 300;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-close] {
  position: absolute;
  top: 10px;
  right: 10px;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-close] > button {
  opacity: 0.7;
  font-size: 30px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: none;
  background: #efeded;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-close] > button:hover {
  background: #fff;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-inner-wrapper] {
  background: #fff;
  display: flex;
  flex-direction: column;
  position: relative;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-inner-wrapper] > [data-flexmodal-aside] {
  position: relative;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-inner-wrapper] > [data-flexmodal-aside] > [data-nav] > [data-left] {
  position: absolute;
  z-index: 10002;
  top: 40%;
  opacity: 0.7;
  left: 5px;
  font-size: 30px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: none;
  background: #efeded;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-inner-wrapper] > [data-flexmodal-aside] > [data-nav] > [data-left]:hover {
  background: #fff;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-inner-wrapper] > [data-flexmodal-aside] > [data-nav] > [data-right] {
  position: absolute;
  z-index: 10002;
  top: 40%;
  right: 5px;
  opacity: 0.7;
  font-size: 30px;
  border-radius: 50%;
  width: 60px;
  height: 60px;
  border: none;
  background: #efeded;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-inner-wrapper] > [data-flexmodal-aside] > [data-nav] > [data-right]:hover {
  background: #fff;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-inner-wrapper] > [data-flexmodal-aside] img {
  width: 100%;
  max-width: 100%;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-inner-wrapper] > [data-flexmodal-content] {
  padding: 15px;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-inner-wrapper] > [data-flexmodal-content] h3 {
  margin-bottom: 20px;
  font-weight: 600;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-inner-wrapper] > [data-flexmodal-content] p {
  font-size: 16px;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-inner-wrapper] > [data-flexmodal-content] [data-flexmodal-well] {
  background: #eee;
  padding: 15px;
  padding-bottom: 0px;
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-inner-wrapper] > [data-flexmodal-content] [data-flexmodal-well] > [data-flexmodal-well-item] {
  width: 50%;
  font-size: 14px;
  text-align: left;
  margin-bottom: 15px;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-footer] {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-footer] .btn {
  width: 33.33%;
  padding: 15px;
  border: 0px;
  border-radius: 0px;
  background: #fff;
  height: 100%;
  align-content: stretch;
}

#flexmodal > [data-flexmodal-wrapper] > [data-flexmodal-footer] .btn:hover {
  background: #eee;
}
@media only screen and (min-width: 930px) {

  #flexmodal [data-flexmodal-wrapper] > [data-flexmodal-inner-wrapper] {
    display: flex;
    flex-direction: row;
  }

  #flexmodal [data-flexmodal-wrapper] > [data-flexmodal-inner-wrapper] > [data-flexmodal-aside] {
    width: 60%;
  }

  #flexmodal [data-flexmodal-wrapper] > [data-flexmodal-inner-wrapper] > [data-flexmodal-content] {
    width: 40%;
  }
}