.investors-search-results .see-more:hover {
  background-color: #000;
  color: #fff;
}
.investors-search-results .investor-item a {
  outline: none;
}
.investors-search-results .slick-track {
  min-width: 100%;
}
.fullwidthWrapper {
  padding: 70px 24px 55px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.rulebook {
  padding: 70px 0 55px;
  min-height: 100vh;
  display: flex;
  flex-direction: column;
}
.rulebook .title {
  background-image: url(../img/rulebook.png);
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 48px 0;
}
.rulebook .title h1 {
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  font-size: 48px;
}
.rulebook .contentWrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex-grow: 2;
}
.rulebook .content {
  padding: 32px;
  counter-reset: rule-counter;
  display: flex;
  align-items: flex-start;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 1440px;
  margin: 0 auto;
}
.rule {
  font-family: "Roboto Medium", sans-serif;
  max-width: 400px;
  padding: 8px 24px;
  position: relative;
}
.rule h2 {
  text-transform: uppercase;
  font-weight: 400;
  white-space: nowrap;
  font-size: 20px;
}
.rule .ruleContent {
  font-size: 16px;
  color: #0e0e0e;
  font-family: "Roboto Light", sans-serif;
}
.rule .ruleCounter {
  position: absolute;
  top: 31px;
  left: -18px;
  color: #516aa3;
  text-transform: uppercase;
  margin-bottom: 4px;
  transform: rotate(270deg);
}
.rule .ruleCounter:after {
  counter-increment: rule-counter;
  content: " " counter(rule-counter);
  color: #516aa3;
}
.woocommerce-form-coupon-toggle {
  display: none;
}
.woocommerce form .form-row input.input-text,
.woocommerce form .form-row textarea {
  border-radius: 3px;
  padding: 5px;
}
.woocommerce-notice--success.woocommerce-thankyou-order-received {
  text-align: center;
  font-size: 32px;
  margin-bottom: 24px;
  margin-top: 16px;
}
h2.woocommerce-order-details__title,
h2.woocommerce-column__title {
  font-weight: 400;
}
#profile_subheader {
  position: relative;
  /* overflow: hidden; */
}
.action_trigger_popups {
  position: absolute;
  right: 12px;
  top: 12px;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  z-index: 2;
}
.action_trigger_popups .popup {
  color: #000;
  background-color: #516aa3;
  overflow: hidden;
  height: 0;
  transform: translateX(200%);
  transition: 0.2s;
}
.action_trigger_popups .popup.is_active {
  height: auto;
  transform: translateX(0);
}
.action_trigger_popups .popup p {
  margin: 0;
  color: #fff;
  padding: 16px;
  font-size: 16px;
}
#profile_subheader .ico-wrap {
  cursor: pointer;
}
@media (max-width: 768px) {
  .profile-content-tab-switchers .btn {
    padding: 0 22px;
  }
  .action_trigger_popups {
    left: 0;
  }
  .woocommerce-thankyou-order-details.order_details {
    display: flex;
    flex-direction: column;
    padding: 0;
  }
  .fullwidthWrapper {
    padding: 60px 12px 85px;
  }
  .rulebook .content {
    padding: 24px 0;
    padding-left: 12px;
  }
  .rule h2 {
    white-space: normal;
  }
  .rulebook {
    padding: 60px 0 85px;
  }
  .rulebook .title {
    padding: 32px 0;
  }
  .rulebook .title h1 {
    font-size: 40px;
  }
}
