@charset "UTF-8";
/*
Theme Name:     Hello Elementor Child
Theme URI: 		https://github.com/elementor/hello-theme/
Description:    Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/
@keyframes pulse {
  0% {
    padding: 20px 30px !important; }
  100% {
    padding: 22px 34px !important; } }

body .cfp-explicit-link-style a {
  color: #F99C3F !important; }
  body .cfp-explicit-link-style a:hover, body .cfp-explicit-link-style a:active, body .cfp-explicit-link-style a:focus {
    color: #e56604 !important; }

/* How to Invest icon set (xs+) */
.how-to-invest-steps__wrapper {
  width: 90%;
  max-width: 400px; }

.how-to-invest-steps__list {
  list-style-type: none; }

.how-to-invest-steps__list-item {
  padding-bottom: 20px;
  text-align: center;
  position: relative; }

.how-to-invest-steps__img {
  display: block;
  width: 90%;
  max-width: 90%;
  margin: 0 auto 15px; }

.how-to-invest-steps__step-label {
  text-align: center;
  font-size: 24px;
  max-width: 11em;
  margin: 0 auto 10px;
  color: #a2a2a2; }

.how-to-invest-steps__step-number {
  display: block;
  font-weight: bold;
  color: #fff;
  background: #00a1e1;
  position: absolute;
  top: 20px;
  left: 10%;
  height: 80px;
  width: 80px;
  border-radius: 40px;
  font-size: 60px;
  line-height: 74px; }

.how-to-invest-steps__step-label strong {
  color: #a2a2a2 !important;
  font-weight: bold; }

/* How to Invest icon set (768+) */
@media screen and (min-width: 768px) {
  .how-to-invest-steps__wrapper {
    position: relative;
    width: 100%;
    max-width: 700px; }
  .how-to-invest__bg-line {
    /*background-image: url('/wp-content/uploads/2019/04/arrow_line_gradient_bg.png');
    background-repeat: no-repeat;
    background-size: 100% auto;
    position: relative;
z-index: 1;
height: 20px;
    min-height: 20px;
    max-height: 20px;
    background-color: transparent;
top: 5.75rem;
margin: auto;
width: 70%;*/ }
  .how-to-invest-steps__list {
    text-align: center;
    position: relative;
    z-index: 2;
    margin-left: 0;
    margin-right: 0;
    width: 100%;
    background-image: url("/wp-content/themes/hello-theme-child-master/assets/images/how_to_invest/arrow_line_gradient_bg.png");
    background-repeat: no-repeat;
    background-size: 80% auto;
    background-position: center 25%; }
  .how-to-invest-steps__list-item {
    width: 22%;
    margin-left: 1%;
    margin-right: 1%;
    max-width: 200px;
    display: inline-block;
    vertical-align: top; }
  .how-to-invest-steps__list-item:first-child {
    margin-left: 0; }
  .how-to-invest-steps__list-item:last-child {
    margin-right: 0; }
  .how-to-invest-steps__step-number {
    top: 0px;
    left: 6%;
    height: 40px;
    width: 40px;
    border-radius: 20px;
    font-size: 24px;
    line-height: 40px; }
  .how-to-invest-steps__step-label {
    font-size: 15px;
    max-width: none; } }

/* min 768 */
/* How to Invest icon set (1100+) */
/* min 1100 */
@media only screen and (max-width: 768px) {
  .how-to-invest-steps__list-item {
    max-width: 155px !important;
    margin: 0 auto; }
  .how-to-invest-steps__step-number {
    top: 0;
    left: 6%;
    height: 40px;
    width: 40px;
    font-size: 24px;
    line-height: 40px; }
  .how-to-invest-steps__step-label {
    font-size: 100%; } }

.how-to-invest-steps__step-number {
  display: none; }

.how-to-invest-steps__step-label {
  text-align: left;
  color: #555555; }

@keyframes howToInvestArrows {
  from {
    background-position: 0 25%; }
  to {
    background-position: 100% 25%; } }

@keyframes howToInvestArrowsLarge {
  from {
    background-position: 0 33%; }
  to {
    background-position: 100% 33%; } }

@media screen and (min-width: 768px) {
  .how-to-invest-steps__list {
    background-repeat: repeat-x;
    animation: howToInvestArrows 10s linear infinite; }
    .how-to-invest-steps__list:before {
      content: '';
      width: 55px;
      height: 150px;
      background: white;
      display: block;
      position: absolute;
      top: 0;
      left: 0; }
    .how-to-invest-steps__list:after {
      content: '';
      width: 50px;
      height: 150px;
      background: white;
      display: block;
      position: absolute;
      top: 0;
      right: 0;
      z-index: -1; } }

/*
 * Biopact
 */
body .cfp-biopact-hti div.how-to-invest-steps__wrapper {
  max-width: 100% !important;
  width: 100% !important; }
  @media all and (max-width: 992px) {
    body .cfp-biopact-hti div.how-to-invest-steps__wrapper {
      margin: 0 !important; } }
  body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list {
    background-position: center 25% !important; }
    @media all and (max-width: 992px) {
      body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list {
        background-position: center 25% !important;
        animation: howToInvestArrows 10s linear infinite !important; } }
    @media all and (max-width: 992px) {
      body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list {
        margin: 0 auto !important; } }
    @media all and (max-width: 992px) {
      body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list {
        background: none !important; } }
    body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list::before, body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list::after {
      height: 100% !important; }
    body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list > li.how-to-invest-steps__list-item {
      width: 23% !important;
      max-width: 23% !important; }
      @media all and (max-width: 992px) {
        body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list > li.how-to-invest-steps__list-item {
          max-width: 412px !important;
          width: 412px !important; } }
      @media all and (max-width: 992px) {
        body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list > li.how-to-invest-steps__list-item {
          display: flex;
          flex-direction: row;
          flex-wrap: nowrap;
          align-items: center;
          max-width: 512px !important;
          width: 512px !important;
          margin: 0 auto !important; } }
      @media all and (max-width: 768px) {
        body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list > li.how-to-invest-steps__list-item {
          max-width: 412px !important;
          width: 412px !important; } }
      @media all and (max-width: 500px) {
        body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list > li.how-to-invest-steps__list-item {
          max-width: 312px !important;
          width: 312px !important; } }
      @media all and (max-width: 992px) {
        body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list > li.how-to-invest-steps__list-item img.how-to-invest-steps__img {
          max-width: 204px !important;
          width: 204px !important;
          max-height: 204px !important;
          height: 204px !important;
          margin: 0 !important; } }
      @media all and (max-width: 768px) {
        body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list > li.how-to-invest-steps__list-item img.how-to-invest-steps__img {
          max-width: 154px !important;
          width: 154px !important;
          max-height: 154px !important;
          height: 154px !important; } }
      @media all and (max-width: 500px) {
        body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list > li.how-to-invest-steps__list-item img.how-to-invest-steps__img {
          max-width: 104px !important;
          width: 104px !important;
          max-height: 104px !important;
          height: 104px !important; } }
      @media all and (max-width: 500px) {
        body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list > li.how-to-invest-steps__list-item img.how-to-invest-steps__img {
          max-width: 74px !important;
          width: 74px !important;
          max-height: 74px !important;
          height: 74px !important; } }
      body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list > li.how-to-invest-steps__list-item p.how-to-invest-steps__step-label {
        font-size: 18px !important;
        width: 90%;
        margin: 0 auto 15px; }
        @media all and (max-width: 992px) {
          body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list > li.how-to-invest-steps__list-item p.how-to-invest-steps__step-label {
            margin: 0 !important;
            width: auto !important;
            margin-left: 32px !important; } }
        @media all and (max-width: 992px) {
          body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list > li.how-to-invest-steps__list-item p.how-to-invest-steps__step-label {
            margin: 0 !important;
            margin-left: 32px !important;
            max-width: calc( 512px - 204px + 32px);
            width: calc( 512px - 204px + 32px); } }
        @media all and (max-width: 768px) {
          body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list > li.how-to-invest-steps__list-item p.how-to-invest-steps__step-label {
            max-width: calc( 412px - 154px + 32px);
            width: calc( 412px - 154px + 32px); } }
        @media all and (max-width: 500px) {
          body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list > li.how-to-invest-steps__list-item p.how-to-invest-steps__step-label {
            margin-left: 24px !important;
            max-width: calc( 312px - 104px + 24px);
            width: calc( 312px - 104px + 24px); } }
        @media all and (max-width: 375px) {
          body .cfp-biopact-hti div.how-to-invest-steps__wrapper > ol.how-to-invest-steps__list > li.how-to-invest-steps__list-item p.how-to-invest-steps__step-label {
            margin-left: 18px !important;
            max-width: calc( 212px - 74px + 18px);
            width: calc( 212px - 74px + 18px); } }

body #cfp-main-footer a {
  color: white !important; }
  body #cfp-main-footer a:hover, body #cfp-main-footer a:active, body #cfp-main-footer a:focus {
    color: #e56604 !important; }
  body #cfp-main-footer a.elementor-item-active {
    color: #e56604 !important; }

body .elementor-nav-menu a:hover {
  line-height: 1.5em !important; }

body #cfp-main-nav nav.elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item > a {
  border-radius: 5px !important; }
  body #cfp-main-nav nav.elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item > a::before {
    border-radius: 5px !important; }
  body #cfp-main-nav nav.elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item > a.elementor-item-active {
    background-color: #ededed !important; }

body #cfp-investor-education-menu a.elementor-item-active {
  font-weight: 600 !important; }

body #cfp-next-course-button {
  float: right;
  padding: 12px 24px;
  font-size: 12px !important;
  line-height: 1 !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  border: 2px solid #01a1dd;
  background-color: white;
  color: #444444;
  transition-duration: 0.35s; }
  body #cfp-next-course-button:hover, body #cfp-next-course-button:active, body #cfp-next-course-button:focus {
    color: white;
    background-color: #01a1dd; }

li.menu-item.exception--cleared, li.menu-item.exception--pending, li.menu-item.exception--contact_issuer {
  position: relative; }
  li.menu-item.exception--cleared::after, li.menu-item.exception--pending::after, li.menu-item.exception--contact_issuer::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    color: #01a1dd;
    height: 17px;
    width: 17px;
    font-size: 13px;
    line-height: 1;
    position: absolute;
    top: 0;
    right: 0;
    padding-top: 4px;
    padding-right: 4px;
    pointer-events: none; }
    @media all and (max-width: 1025px) {
      li.menu-item.exception--cleared::after, li.menu-item.exception--pending::after, li.menu-item.exception--contact_issuer::after {
        padding-top: 10px;
        line-height: 1.5em;
        left: 2px; } }

li.menu-item.exception--cleared::after {
  content: "";
  color: #28a745; }

li.menu-item.exception--pending::after {
  content: "";
  color: #ffc107; }

li.menu-item.exception--contact_issuer::after {
  content: "";
  color: #dc3545; }

body #cfp-glossary-filter-wrapper div.elementor-shortcode {
  display: flex;
  width: 100%;
  flex-direction: row;
  flex-wrap: wrap; }

body div.cfp-glossary-listing {
  flex-direction: column !important;
  align-items: start !important;
  -webkit-box-align: start !important;
  border-bottom: 1px solid #ededed !important;
  padding-bottom: 15px !important; }
  body div.cfp-glossary-listing h3 {
    line-height: 1.5em !important;
    font-weight: 700 !important;
    padding: 24px 25px 0 0 !important;
    font-size: 16px !important; }

body span.cfp-glossary-filter-item {
  padding: 12px 14px;
  line-height: 13px;
  font-size: 13px;
  letter-spacing: 1px;
  cursor: pointer;
  transition-duration: 0.35s; }
  body span.cfp-glossary-filter-item:hover, body span.cfp-glossary-filter-item:active, body span.cfp-glossary-filter-item:focus, body span.cfp-glossary-filter-item.active {
    background-color: #ededed; }
  body span.cfp-glossary-filter-item.active {
    cursor: default;
    pointer-events: none !important; }

body {
  /*
   * Global
   */
  /*
   * END
   */
  /*
   * Sign Up
   */
  /*
   * END
   */
  /*
   * Contact
   */
  /*
   * END
   */
  /*
   * Investment Calculator
   */
  /*
   * END
   */
  /*
   * Raise Capital
   */
  /*
   * END
   */
  /*
   * Login
   */
  /*
   * END
   */
  /*
   * Password Recovery
   */
  /*
   * END
   */
  /*
   * Password Reset
   */
  /*
   * END
   */
  /*
   * Pre-Investment Agreement
   */
  /*
   * END
   */
  /*
   * Update Profile
   */
  /*
   * END
   */
  /*
   * Pre-Subscription Agreement
   */
  /*
   * END
   */
  /*
   * Wait List / Over Subscribed
   */
  /*
   * END
   */ }
  body .gfield_visibility_hidden {
    display: none !important; }
  body div.ginput_container_textarea {
    position: relative !important; }
    body div.ginput_container_textarea > div.charleft.ginput_counter {
      position: absolute !important;
      right: 0 !important;
      bottom: 0 !important;
      display: inline !important;
      width: auto !important;
      margin-bottom: 4px !important;
      margin-right: 4px !important;
      color: #767676 !important; }
  body div.gform_wrapper ul.gform_fields {
    list-style-type: none !important;
    padding-left: 0 !important; }
  body div.gform_wrapper li.hidden_label label {
    display: none !important; }
  body div.gform_wrapper input[type="text"], body div.gform_wrapper input[type="password"], body div.gform_wrapper textarea {
    color: #767676 !important;
    background-color: #fdfdfd !important;
    border: 1px solid #e3e3e3 !important;
    outline: 0 !important;
    border-radius: 0 !important;
    margin-top: 12px !important;
    margin-bottom: 2px !important;
    font-size: 14px !important;
    padding: 10px !important; }
  body .cfp-sign-up_wrapper {
    margin: 0 !important; }
  body .cfp-sign-up {
    margin: 0 !important; }
    body .cfp-sign-up li.gfield {
      margin-top: 0 !important; }
    body .cfp-sign-up div.ginput_container {
      margin-top: 0 !important; }
    body .cfp-sign-up li.cfp-sign-up--name span.name_first {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      padding-right: 16px;
      margin-right: -4px;
      width: 50%; }
    body .cfp-sign-up li.cfp-sign-up--name span.name_last {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      width: 50%; }
    body .cfp-sign-up li.cfp-sign-up--email input {
      width: 100% !important;
      margin-top: 12px !important;
      margin-bottom: 2px !important;
      border: 1px solid #e3e3e3 !important;
      border-radius: 0 !important;
      outline: 0 !important;
      font-size: 14px !important;
      padding: 10px !important; }
    body .cfp-sign-up li.cfp-sign-up--password span.ginput_left {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      padding-right: 16px;
      margin-right: -4px;
      width: 50%; }
    body .cfp-sign-up li.cfp-sign-up--password span.ginput_right {
      display: -moz-inline-stack;
      display: inline-block;
      vertical-align: top;
      width: 50%; }
    body .cfp-sign-up li.cfp-sign-up--captcha {
      margin-top: 12px !important;
      margin-bottom: 2px !important; }
    body .cfp-sign-up li.cfp-sign-up--utm-variables {
      display: none !important; }
    body .cfp-sign-up li.cfp-sign-up--deal-pages {
      display: none !important; }
    body .cfp-sign-up li.cfp-sign-up--deal-object {
      display: none !important; }
    body .cfp-sign-up li.cfp-sign-up--do-trigger {
      display: none !important; }
    body .cfp-sign-up li.cfp-sign-up--extra-facebook-ids {
      display: none !important; }
    body .cfp-sign-up div.gform_footer {
      margin: 0 !important;
      padding-top: 12px !important;
      text-align: center !important; }
      body .cfp-sign-up div.gform_footer input[type="submit"] {
        padding: 12px 30px !important;
        width: 100% !important;
        margin: 0 auto !important;
        text-transform: uppercase !important; }
        body .cfp-sign-up div.gform_footer input[type="submit"].cfp-sign-up--white-label--submit-button {
          font-family: Lato, "Font Awesome 5 Free", sans-serif; }
  body .cfp-contact_wrapper {
    margin: 0 !important; }
  body .cfp-contact {
    margin: 0 !important; }
    body .cfp-contact li.gfield {
      margin-top: 0 !important; }
    body .cfp-contact div.ginput_container {
      margin-top: 0 !important; }
    body .cfp-contact li.cfp-contact--name {
      margin: 0 !important; }
      body .cfp-contact li.cfp-contact--name input {
        margin-top: 0 !important; }
    body .cfp-contact li.cfp-contact--email input {
      width: 100% !important; }
    body .cfp-contact li.cfp-contact--message textarea {
      margin-bottom: 10px !important; }
    body .cfp-contact div.gform_footer {
      margin: 0 !important;
      padding-top: 12px !important; }
      body .cfp-contact div.gform_footer input[type="submit"] {
        padding: 12px 30px !important;
        margin: 0 auto !important;
        text-transform: uppercase !important; }
  body .cfp-investment-calculator_wrapper {
    margin: 0 !important; }
  body .cfp-investment-calculator {
    margin: 0 !important; }
    body .cfp-investment-calculator li.gfield {
      margin-top: 0 !important; }
    body .cfp-investment-calculator div.ginput_container {
      margin-top: 0 !important; }
    body .cfp-investment-calculator li.cfp-investment-calculator--annual-income input {
      margin-top: 5px !important;
      margin-bottom: 10px !important; }
    body .cfp-investment-calculator li.cfp-investment-calculator--net-worth input {
      margin-top: 5px !important;
      margin-bottom: 10px !important; }
    body .cfp-investment-calculator li.cfp-investment-calculator--investment input {
      margin-top: 5px !important;
      margin-bottom: 10px !important; }
    body .cfp-investment-calculator div.gform_footer {
      margin: 0 !important;
      padding-top: 12px !important; }
      body .cfp-investment-calculator div.gform_footer input[type="submit"] {
        padding: 12px 30px !important;
        margin: 0 auto !important;
        text-transform: uppercase !important; }
  body .cfp-raise-capital_wrapper {
    margin: 0 !important; }
  body .cfp-raise-capital {
    margin: 0 !important; }
    body .cfp-raise-capital li.gfield {
      margin-top: 0 !important; }
    body .cfp-raise-capital div.gform_fileupload_multifile {
      margin-top: 5px !important; }
      body .cfp-raise-capital div.gform_fileupload_multifile > div.gform_drop_area {
        margin-bottom: 5px !important; }
    body .cfp-raise-capital div.ginput_container {
      margin-top: 0 !important; }
      body .cfp-raise-capital div.ginput_container textarea {
        margin-top: 5px !important;
        margin-bottom: 10px !important; }
      body .cfp-raise-capital div.ginput_container input {
        margin-top: 5px !important;
        margin-bottom: 10px !important; }
        body .cfp-raise-capital div.ginput_container input[type="radio"] {
          cursor: pointer !important;
          margin-top: 0 !important;
          margin-bottom: 0 !important; }
    body .cfp-raise-capital div.gfield_description {
      padding-top: 0 !important;
      padding-bottom: 16px !important; }
    body .cfp-raise-capital li.cfp-raise-capital--pitch-deck div.gform_fileupload_multifile {
      margin-bottom: 10px !important; }
    body .cfp-raise-capital div.gform_footer {
      margin: 0 !important;
      padding-top: 12px !important; }
      body .cfp-raise-capital div.gform_footer input[type="submit"] {
        padding: 12px 30px !important;
        margin: 0 auto !important;
        text-transform: uppercase !important; }
  body .cfp-login_wrapper {
    margin: 0 !important; }
  body .cfp-login div.ginput_container {
    margin-top: 0 !important; }
  body .cfp-login li.cfp-login--email {
    padding-right: 16px !important; }
    body .cfp-login li.cfp-login--email input {
      margin-top: 0 !important;
      width: 100% !important;
      margin-bottom: 2px !important;
      border: 1px solid #e3e3e3 !important;
      border-radius: 0 !important;
      outline: 0 !important;
      font-size: 14px !important;
      padding: 10px !important; }
  body .cfp-login label.gfield_label {
    font-size: 15px !important;
    line-height: 22px !important;
    font-weight: 400 !important;
    color: #444444 !important;
    margin-bottom: 5px !important; }
    body .cfp-login label.gfield_label span.gfield_required {
      opacity: 0; }
  body .cfp-login li.cfp-login--password {
    margin-top: 16px !important;
    padding-right: 16px !important; }
    body .cfp-login li.cfp-login--password div.ginput_container_password span {
      display: block !important;
      width: 100% !important; }
    body .cfp-login li.cfp-login--password input {
      margin-top: 0 !important;
      width: 100% !important; }
  body .cfp-login li.cfp-login--is-popup {
    display: none; }
  body .cfp-login li.cfp-login--deal-id {
    display: none; }
  body .cfp-login div.gform_footer {
    margin: 0 !important;
    padding-top: 16px !important;
    padding-right: 16px !important;
    text-align: center !important; }
    body .cfp-login div.gform_footer input[type="submit"] {
      padding: 12px 30px !important;
      width: 100% !important;
      margin: 0 auto !important;
      text-transform: uppercase !important; }
  body .cfp-password-recovery_wrapper {
    margin: 0 !important; }
  body .cfp-password-recovery div.ginput_container {
    margin-top: 0 !important; }
  body .cfp-password-recovery li.cfp-password-recovery--email {
    margin-top: 0 !important; }
    body .cfp-password-recovery li.cfp-password-recovery--email input {
      margin-top: 0 !important; }
  body .cfp-password-recovery div.gform_footer {
    margin: 0 !important;
    padding-top: 12px !important; }
    body .cfp-password-recovery div.gform_footer input[type="submit"] {
      padding: 12px 30px !important;
      margin: 0 auto !important;
      text-transform: uppercase !important; }
  body .cfp-password-reset_wrapper {
    margin: 0 !important; }
  body .cfp-password-reset div.ginput_container {
    margin-top: 0 !important; }
  body .cfp-password-reset li.cfp-password-reset--password {
    margin-top: 0 !important; }
    body .cfp-password-reset li.cfp-password-reset--password input {
      margin-top: 0 !important; }
  body .cfp-password-reset div.gform_footer {
    margin: 0 !important;
    padding-top: 12px !important; }
    body .cfp-password-reset div.gform_footer input[type="submit"] {
      padding: 12px 30px !important;
      margin: 0 auto !important;
      text-transform: uppercase !important; }
  body .ef-investment-agreement--logo {
    width: 165px;
    margin-top: -20px; }
  body .ef-investment-agreement--for {
    font-weight: 600; }
  body .cfp-investment-agreement_wrapper {
    margin: 0 !important; }
    body .cfp-investment-agreement_wrapper form.cfp-investment-agreement > div.gform_body > ul.gform_fields > li.gfield.cfp-investment-agreement--copy > ul {
      margin-top: 0 !important;
      margin-bottom: 0 !important; }
  body .cfp-investment-agreement {
    margin: 0 !important;
    font-size: 14px !important; }
    body .cfp-investment-agreement div.ginput_container {
      margin-top: 0 !important; }
    body .cfp-investment-agreement li.cfp-investment-agreement--copy {
      margin-top: 0 !important; }
    body .cfp-investment-agreement li.cfp-investment-agreement--check {
      margin-top: 0 !important; }
      body .cfp-investment-agreement li.cfp-investment-agreement--check input {
        margin-top: 2px !important;
        margin-right: 4px !important;
        cursor: pointer !important; }
      body .cfp-investment-agreement li.cfp-investment-agreement--check label.gfield_label {
        font-size: 14px !important;
        font-weight: 700 !important; }
      body .cfp-investment-agreement li.cfp-investment-agreement--check label#label_8_2_1 {
        font-size: 14px !important;
        font-weight: 700 !important;
        display: -moz-inline-stack !important;
        display: inline-block !important; }
    body .cfp-investment-agreement div.gform_footer {
      margin: 0 !important;
      padding-top: 12px !important; }
      body .cfp-investment-agreement div.gform_footer input {
        font-size: 16px !important;
        line-height: 1.5 !important; }
      body .cfp-investment-agreement div.gform_footer input[type="submit"] {
        padding: 12px 30px !important;
        margin: 0 auto !important;
        text-transform: uppercase !important; }
        body .cfp-investment-agreement div.gform_footer input[type="submit"][data-button-color] {
          position: relative;
          z-index: 1;
          background: var(--button-color);
          background: linear-gradient(to right, var(--button-color) 0%, var(--button-color) 100%);
          cursor: pointer;
          transition-duration: 0.65s; }
          body .cfp-investment-agreement div.gform_footer input[type="submit"][data-button-color]::before {
            border-radius: inherit;
            background: linear-gradient(to right, var(--button-color) 0%, var(--button-color) 100%);
            content: '';
            display: block;
            width: 100%;
            height: 100%;
            position: absolute;
            top: 0;
            left: 0;
            opacity: 0;
            z-index: -100;
            transition-duration: 0.65s; }
          body .cfp-investment-agreement div.gform_footer input[type="submit"][data-button-color]:hover::before, body .cfp-investment-agreement div.gform_footer input[type="submit"][data-button-color]:active::before, body .cfp-investment-agreement div.gform_footer input[type="submit"][data-button-color]:focus::before {
            opacity: 1; }
          body .cfp-investment-agreement div.gform_footer input[type="submit"][data-button-color]:hover, body .cfp-investment-agreement div.gform_footer input[type="submit"][data-button-color]:active, body .cfp-investment-agreement div.gform_footer input[type="submit"][data-button-color]:focus {
            border-width: 0 !important;
            background: linear-gradient(to right, var(--button-color) 0%, var(--button-color) 100%); }
  body .cfp-update-profile_wrapper {
    margin: 0 !important; }
  body .cfp-update-profile {
    margin: 0 !important; }
    body .cfp-update-profile div.ginput_container {
      margin-top: 0 !important; }
    body .cfp-update-profile li.cfp-update-profile--picture {
      margin-top: 0 !important; }
    body .cfp-update-profile div.gform_footer {
      margin: 0 !important;
      padding-top: 12px !important; }
      body .cfp-update-profile div.gform_footer input[type="submit"] {
        padding: 12px 30px !important;
        margin: 0 auto !important;
        text-transform: uppercase !important; }
  body .cfp-pre-subscription-agreement_wrapper {
    margin: 0 !important; }
  body .cfp-pre-subscription-agreement {
    margin: 0 !important; }
    body .cfp-pre-subscription-agreement div.ginput_container {
      margin-top: 0 !important; }
    body .cfp-pre-subscription-agreement div.gform_footer {
      margin: 0 !important;
      padding-top: 12px !important; }
      body .cfp-pre-subscription-agreement div.gform_footer input[type="submit"] {
        padding: 12px 30px !important;
        margin: 0 auto !important;
        text-transform: uppercase !important;
        font-size: 16px !important; }
  body .cfp-over-subscribed_wrapper {
    margin: 0 !important; }
  body .cfp-over-subscribed {
    margin: 0 !important; }
    body .cfp-over-subscribed div.ginput_container {
      margin-top: 0 !important; }
    body .cfp-over-subscribed div.gform_footer {
      margin: 0 !important;
      padding-top: 12px !important; }
      body .cfp-over-subscribed div.gform_footer input[type="submit"] {
        padding: 12px 30px !important;
        margin: 0 auto !important;
        text-transform: uppercase !important;
        font-size: 16px !important; }

body section.cfp-deal-highlight > div.elementor-container {
  height: 100% !important; }
  body section.cfp-deal-highlight > div.elementor-container > div.elementor-row > div.elementor-column > div.elementor-column-wrap > div.elementor-widget-wrap {
    flex-direction: column !important; }
    @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
      body section.cfp-deal-highlight > div.elementor-container > div.elementor-row > div.elementor-column > div.elementor-column-wrap > div.elementor-widget-wrap {
        /* IE10+ CSS styles go here */
        display: block !important; } }

body section.cfp-deal-highlight ul.cfp-investment-highlights {
  list-style-type: none !important; }
  body section.cfp-deal-highlight ul.cfp-investment-highlights li p {
    display: block !important;
    color: #000000 !important; }
  body section.cfp-deal-highlight ul.cfp-investment-highlights div.jet-listing-dynamic-repeater__counter {
    visibility: hidden !important; }
    body section.cfp-deal-highlight ul.cfp-investment-highlights div.jet-listing-dynamic-repeater__counter svg {
      visibility: visible !important;
      width: 18px;
      margin-right: 10px;
      margin-left: -8px;
      margin-top: 10px;
      fill: currentColor; }

body section.cfp-deal-highlight div.cfp-deal-highlight-spacer {
  flex-basis: max-content !important;
  flex-grow: 1 !important; }

body section.cfp-deal-highlight div.cfp-deal-highlight-thumbnail a {
  display: block !important;
  width: 100% !important; }

body #cfp-dashboard-tabs div.elementor-tabs-content-wrapper > div.elementor-tab-content {
  padding: 0 !important; }

body #cfp-dashboard-tabs div.elementor-tab-title.exception--cleared a, body #cfp-dashboard-tabs div.elementor-tab-title.exception--pending a, body #cfp-dashboard-tabs div.elementor-tab-title.exception--contact_issuer a {
  position: relative;
  display: block; }
  body #cfp-dashboard-tabs div.elementor-tab-title.exception--cleared a::after, body #cfp-dashboard-tabs div.elementor-tab-title.exception--pending a::after, body #cfp-dashboard-tabs div.elementor-tab-title.exception--contact_issuer a::after {
    font-family: "Font Awesome 5 Free";
    font-weight: 900;
    display: block;
    color: #01a1dd;
    height: 17px;
    width: 17px;
    font-size: 13px;
    line-height: 1;
    position: absolute;
    top: -10px;
    right: -13px;
    padding-top: 0;
    pointer-events: none; }

@media all and (max-width: 768px) {
  body #cfp-dashboard-tabs div.elementor-tab-title.exception--cleared, body #cfp-dashboard-tabs div.elementor-tab-title.exception--pending, body #cfp-dashboard-tabs div.elementor-tab-title.exception--contact_issuer {
    position: relative;
    padding-left: 24px; }
    body #cfp-dashboard-tabs div.elementor-tab-title.exception--cleared::after, body #cfp-dashboard-tabs div.elementor-tab-title.exception--pending::after, body #cfp-dashboard-tabs div.elementor-tab-title.exception--contact_issuer::after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: block;
      color: #01a1dd;
      height: 17px;
      width: 17px;
      font-size: 13px;
      line-height: 1;
      position: absolute;
      top: 0;
      left: 4px;
      padding-top: 16px;
      pointer-events: none; } }

body #cfp-dashboard-tabs div.elementor-tab-title.exception--cleared a::after {
  content: "";
  color: #28a745; }

@media all and (max-width: 768px) {
  body #cfp-dashboard-tabs div.elementor-tab-title.exception--cleared::after {
    content: "";
    color: #28a745; } }

body #cfp-dashboard-tabs div.elementor-tab-title.exception--pending a::after {
  content: "";
  color: #ffc107; }

@media all and (max-width: 768px) {
  body #cfp-dashboard-tabs div.elementor-tab-title.exception--pending::after {
    content: "";
    color: #ffc107; } }

body #cfp-dashboard-tabs div.elementor-tab-title.exception--contact_issuer a::after {
  content: "";
  color: #dc3545; }

@media all and (max-width: 768px) {
  body #cfp-dashboard-tabs div.elementor-tab-title.exception--contact_issuer::after {
    content: "";
    color: #dc3545; } }

body div.cfp-dashboard-issuer-listing {
  padding: 10px; }
  body div.cfp-dashboard-issuer-listing img {
    margin: 20px;
    max-width: 240px !important; }

body div.cfp-dashboard--comments-wrapper {
  margin: 20px; }
  body div.cfp-dashboard--comments-wrapper > h4 {
    margin: 0;
    padding: 10px 20px 10px 20px;
    background-color: #01a1dd;
    color: white !important;
    font-weight: 600; }

body div#cfp-investments {
  margin: 20px 0 20px 20px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  width: calc( 100% - 10px);
  justify-content: space-between; }
  @media all and (max-width: 768px) {
    body div#cfp-investments {
      margin: 20px 0;
      width: 100%; } }
  body div#cfp-investments > div.cfp-single-investment {
    overflow: hidden;
    background: white;
    color: #1a1c1d;
    padding: 22px;
    border-radius: 0;
    width: calc(50% - 30px);
    display: inline-block;
    margin-right: 30px;
    margin-bottom: 30px;
    border: 1px solid #01a1dd;
    box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.35);
    position: relative; }
    @media all and (max-width: 768px) {
      body div#cfp-investments > div.cfp-single-investment {
        width: 100%;
        margin-right: 0; } }
    body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-wrapper {
      position: relative;
      margin-top: -22px;
      margin-left: -22px;
      min-height: 22px;
      width: calc( 100% + 44px);
      display: block; }
      body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-wrapper .aml-exceptions--inner {
        padding: 12px 22px 12px 22px;
        margin-bottom: 22px;
        display: flex;
        width: 100%;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center; }
        body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-wrapper .aml-exceptions--inner.exception--pending {
          border: 12px solid #ffc107; }
          body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-wrapper .aml-exceptions--inner.exception--pending .aml-exceptions--help-text {
            color: #ffc107; }
        body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-wrapper .aml-exceptions--inner.exception--contact_issuer {
          border: 12px solid #dc3545; }
          body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-wrapper .aml-exceptions--inner.exception--contact_issuer .aml-exceptions--help-text {
            color: #dc3545; }
        body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-wrapper .aml-exceptions--inner .aml-exceptions--help-text {
          width: calc( 100% - 48px);
          padding: 4px; }
          body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-wrapper .aml-exceptions--inner .aml-exceptions--help-text p {
            margin-bottom: 0 !important; }
        body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-wrapper .aml-exceptions--inner .aml-exceptions {
          position: relative;
          height: 40px;
          width: 40px;
          float: right;
          padding: 4px;
          display: inline-block;
          text-align: center; }
          body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-wrapper .aml-exceptions--inner .aml-exceptions::after {
            font-family: "Font Awesome 5 Free";
            font-weight: 900;
            display: block;
            color: #01a1dd;
            height: 100%;
            width: 100%;
            font-size: 32px;
            line-height: 1;
            pointer-events: none; }
          body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-wrapper .aml-exceptions--inner .aml-exceptions.exception--cleared::after {
            content: "";
            color: #28a745; }
          body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-wrapper .aml-exceptions--inner .aml-exceptions.exception--pending::after {
            content: "";
            color: #ffc107; }
          body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-wrapper .aml-exceptions--inner .aml-exceptions.exception--contact_issuer::after {
            content: "";
            color: #dc3545; }
    body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-updates-wrapper {
      position: absolute;
      top: 0;
      left: -120%;
      background: white;
      padding: 20px;
      width: 100%;
      height: 100%;
      z-index: 66;
      outline: 4px solid #F99C3F;
      overflow-y: scroll; }
      body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-updates-wrapper .aml-exceptions-updates-close {
        position: relative;
        float: right;
        height: 40px;
        width: 40px;
        padding: 4px;
        display: inline-block;
        text-align: center;
        cursor: pointer; }
        body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-updates-wrapper .aml-exceptions-updates-close::after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          display: block;
          font-size: 32px;
          line-height: 1;
          color: #444444;
          content: '\f00d'; }
      body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-updates-wrapper .aml-exceptions-updates-title {
        padding-right: 55px;
        min-height: 45px;
        display: block;
        font-weight: 700; }
      body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-updates-wrapper span.aml-exceptions {
        position: relative;
        padding: 4px;
        display: inline-block; }
        body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-updates-wrapper span.aml-exceptions::after {
          font-family: "Font Awesome 5 Free";
          font-weight: 900;
          display: block;
          color: #01a1dd;
          height: 100%;
          width: 100%;
          font-size: 14px;
          line-height: 1; }
        body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-updates-wrapper span.aml-exceptions.exception--cleared::after {
          content: "";
          color: #28a745; }
        body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-updates-wrapper span.aml-exceptions.exception--pending::after {
          content: "";
          color: #ffc107; }
        body div#cfp-investments > div.cfp-single-investment div.aml-exceptions-updates-wrapper span.aml-exceptions.exception--contact_issuer::after {
          content: "";
          color: #dc3545; }
    body div#cfp-investments > div.cfp-single-investment h4.cfp-single-investment--title {
      text-align: left;
      font-weight: 700; }
    body div#cfp-investments > div.cfp-single-investment span.cfp-blue-block {
      width: 8px;
      height: 8px;
      background: #01a1dd;
      display: inline-block;
      float: left;
      transform: translateY(10px);
      margin-right: 6px;
      margin-left: 6px; }
    body div#cfp-investments > div.cfp-single-investment div.fa-payment-details-modal {
      display: none;
      border-bottom: 1px solid #01a1dd;
      padding-bottom: 8px;
      margin-bottom: 8px; }
    body div#cfp-investments > div.cfp-single-investment span.fa-payment-details {
      color: #1a1c1d !important;
      position: relative; }
      body div#cfp-investments > div.cfp-single-investment span.fa-payment-details:hover, body div#cfp-investments > div.cfp-single-investment span.fa-payment-details:active, body div#cfp-investments > div.cfp-single-investment span.fa-payment-details:focus {
        color: black !important; }
      body div#cfp-investments > div.cfp-single-investment span.fa-payment-details.has-details {
        text-decoration: underline !important;
        cursor: pointer !important;
        color: #01a1dd !important;
        transition-duration: 0.35s; }
        body div#cfp-investments > div.cfp-single-investment span.fa-payment-details.has-details:hover, body div#cfp-investments > div.cfp-single-investment span.fa-payment-details.has-details:active, body div#cfp-investments > div.cfp-single-investment span.fa-payment-details.has-details:focus {
          color: #F99C3F !important; }
        body div#cfp-investments > div.cfp-single-investment span.fa-payment-details.has-details .fa-payment-details--chevron {
          position: absolute;
          text-decoration: none !important;
          right: -24px;
          top: 0; }
          body div#cfp-investments > div.cfp-single-investment span.fa-payment-details.has-details .fa-payment-details--chevron::after {
            content: '\f078';
            font-family: "Font Awesome 5 Free";
            font-weight: 900; }
        body div#cfp-investments > div.cfp-single-investment span.fa-payment-details.has-details.details-opened {
          color: #F99C3F !important; }
          body div#cfp-investments > div.cfp-single-investment span.fa-payment-details.has-details.details-opened .fa-payment-details--chevron {
            transform: scaleY(-1); }
    body div#cfp-investments > div.cfp-single-investment p.cfp-single-investment--bank-address {
      margin: 0;
      margin-left: 20px !important; }
    body div#cfp-investments > div.cfp-single-investment p.cfp-single-investment--bank-name {
      margin: 0; }
    body div#cfp-investments > div.cfp-single-investment p.cfp-single-investment--bank-phone {
      margin: 0; }
    body div#cfp-investments > div.cfp-single-investment p.cfp-single-investment--routing-number {
      margin: 0; }
    body div#cfp-investments > div.cfp-single-investment p.cfp-single-investment--swift-code {
      margin: 0; }
    body div#cfp-investments > div.cfp-single-investment p.cfp-single-investment--account-number {
      margin: 0; }
    body div#cfp-investments > div.cfp-single-investment p.cfp-single-investment--beneficiary-name {
      margin: 0; }
    body div#cfp-investments > div.cfp-single-investment p.cfp-single-investment--beneficiary-address {
      margin: 0;
      margin-left: 20px !important; }
    body div#cfp-investments > div.cfp-single-investment p.cfp-single-investment--amount {
      margin: 0; }
    body div#cfp-investments > div.cfp-single-investment p.cfp-single-investment--shares {
      margin: 0; }
    body div#cfp-investments > div.cfp-single-investment p.cfp-single-investment--date {
      margin: 0; }
    body div#cfp-investments > div.cfp-single-investment p.cfp-single-investment--agreement {
      font-weight: 600 !important; }

body #cfp-my-profile-section {
  margin: 0 20px 20px 20px; }
  body #cfp-my-profile-section .cfp-user-avatar {
    width: 125px;
    height: 125px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    text-align: center;
    margin: 0 auto;
    position: relative;
    z-index: 5; }

body > section#comments {
  display: none !important; }

body section#comments .comment-form-comment-subscribe {
  display: none; }

body section#comments div.nsl-container {
  display: none !important; }

body section#comments div#respond h3#reply-title {
  font-size: 16px !important;
  margin-bottom: 20px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important; }

body section#comments div#respond input[type="submit"] {
  padding: 12px 30px !important;
  font-size: 14px !important;
  text-transform: uppercase !important;
  line-height: 1 !important;
  letter-spacing: 1px !important;
  margin-top: 10px !important;
  position: relative;
  z-index: 1;
  background: #da691d;
  background: linear-gradient(to right, #f1950a 0%, #da691d 100%);
  cursor: pointer; }
  body section#comments div#respond input[type="submit"]::before {
    border-radius: inherit;
    background: linear-gradient(to right, #da691d 0%, #f1950a 100%);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    transition-duration: 0.65s; }
  body section#comments div#respond input[type="submit"]:hover::before, body section#comments div#respond input[type="submit"]:active::before, body section#comments div#respond input[type="submit"]:focus::before {
    opacity: 1; }

body section#comments ul.cfp-commentlist {
  list-style-type: none !important;
  padding-left: 0 !important; }
  body section#comments ul.cfp-commentlist li.comment {
    word-break: break-word; }
    body section#comments ul.cfp-commentlist li.comment ul.children {
      background: #eee !important;
      margin-top: -20px !important;
      padding-left: 20px !important;
      padding-right: 20px !important; }
    body section#comments ul.cfp-commentlist li.comment > div.cfp-single-comment {
      border: 1px solid #eee !important;
      padding: 20px 0 0 20px !important;
      margin-bottom: 20px !important;
      color: #444444 !important; }
      body section#comments ul.cfp-commentlist li.comment > div.cfp-single-comment > div.gravatar {
        width: 45px !important;
        height: 45px !important;
        display: inline-block !important;
        position: relative !important; }
        body section#comments ul.cfp-commentlist li.comment > div.cfp-single-comment > div.gravatar > div {
          height: 100%;
          width: 100%;
          background-repeat: no-repeat;
          background-size: cover;
          background-position: center;
          border-radius: 50%; }
      body section#comments ul.cfp-commentlist li.comment > div.cfp-single-comment > div.comment-meta {
        margin-top: 10px;
        margin-left: 10px;
        display: inline-block !important;
        vertical-align: top !important; }
        body section#comments ul.cfp-commentlist li.comment > div.cfp-single-comment > div.comment-meta > span.comment-author {
          font-weight: 700 !important; }
        body section#comments ul.cfp-commentlist li.comment > div.cfp-single-comment > div.comment-meta > .comment-time {
          color: #999 !important;
          margin: 6px 16px 0 0 !important;
          font-size: 11px !important; }
      body section#comments ul.cfp-commentlist li.comment > div.cfp-single-comment > span.comment-reply {
        margin-top: 10px;
        display: inline-block !important;
        vertical-align: top !important;
        line-height: 1; }
      body section#comments ul.cfp-commentlist li.comment > div.cfp-single-comment > span.comment-delete {
        margin-top: 10px;
        display: inline-block !important;
        vertical-align: top !important;
        line-height: 1 !important; }
      body section#comments ul.cfp-commentlist li.comment > div.cfp-single-comment > div.comment-content > div.sce-edit-comment {
        margin-bottom: 10px !important; }
        body section#comments ul.cfp-commentlist li.comment > div.cfp-single-comment > div.comment-content > div.sce-edit-comment span.sce-seperator, body section#comments ul.cfp-commentlist li.comment > div.cfp-single-comment > div.comment-content > div.sce-edit-comment span.sce-timer {
          display: none !important; }

body.elementor-kit-32 a.elementor-button {
  position: relative;
  z-index: 1;
  background: #0f75bc;
  background: linear-gradient(to right, #00a1e1 0%, #0f75bc 100%);
  cursor: pointer; }
  body.elementor-kit-32 a.elementor-button::before {
    border-radius: inherit;
    background: linear-gradient(to right, #0f75bc 0%, #00a1e1 100%);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    transition-duration: 0.65s; }
  body.elementor-kit-32 a.elementor-button:hover::before, body.elementor-kit-32 a.elementor-button:active::before, body.elementor-kit-32 a.elementor-button:focus::before {
    opacity: 1; }

body .cfp-button-blue {
  color: white !important; }
  body .cfp-button-blue a.elementor-button {
    position: relative;
    z-index: 1;
    background: #0f75bc;
    background: linear-gradient(to right, #00a1e1 0%, #0f75bc 100%);
    cursor: pointer; }
    body .cfp-button-blue a.elementor-button::before {
      border-radius: inherit;
      background: linear-gradient(to right, #0f75bc 0%, #00a1e1 100%);
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: -100;
      transition-duration: 0.65s; }
    body .cfp-button-blue a.elementor-button:hover::before, body .cfp-button-blue a.elementor-button:active::before, body .cfp-button-blue a.elementor-button:focus::before {
      opacity: 1; }
  body .cfp-button-blue input.cfp-invest-now {
    position: relative;
    z-index: 1;
    background: #0f75bc;
    background: linear-gradient(to right, #00a1e1 0%, #0f75bc 100%);
    cursor: pointer;
    transition-duration: 0.65s; }
    body .cfp-button-blue input.cfp-invest-now::before {
      border-radius: inherit;
      background: linear-gradient(to right, #0f75bc 0%, #00a1e1 100%);
      content: '';
      display: block;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0;
      opacity: 0;
      z-index: -100;
      transition-duration: 0.65s; }
    body .cfp-button-blue input.cfp-invest-now:hover::before, body .cfp-button-blue input.cfp-invest-now:active::before, body .cfp-button-blue input.cfp-invest-now:focus::before {
      opacity: 1; }
    body .cfp-button-blue input.cfp-invest-now:hover, body .cfp-button-blue input.cfp-invest-now:active, body .cfp-button-blue input.cfp-invest-now:focus {
      border-width: 0 !important;
      background: linear-gradient(to right, #00a1e1 0%, #00a1e1 100%); }

body .invest-now-button-small a[data-post_id] {
  font-size: 17px !important;
  padding: 12px 20px 12px 20px !important; }

body input.gform_button_select_files {
  font-size: 13px !important;
  line-height: 13px !important;
  padding: 12px 15px !important;
  text-transform: uppercase !important;
  vertical-align: top !important;
  letter-spacing: 1px !important;
  white-space: nowrap !important;
  background-color: #252525 !important;
  transition-duration: 0.35s !important;
  border-radius: 0 !important; }
  body input.gform_button_select_files:hover, body input.gform_button_select_files:active, body input.gform_button_select_files:focus {
    background-color: #707070 !important; }

body div.gform_wrapper input.button, body div.gform_wrapper input[type="submit"] {
  position: relative;
  z-index: 1;
  background: #0f75bc;
  background: linear-gradient(to right, #00a1e1 0%, #0f75bc 100%);
  cursor: pointer;
  transition-duration: 0.65s; }
  body div.gform_wrapper input.button::before, body div.gform_wrapper input[type="submit"]::before {
    border-radius: inherit;
    background: linear-gradient(to right, #0f75bc 0%, #00a1e1 100%);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    transition-duration: 0.65s; }
  body div.gform_wrapper input.button:hover::before, body div.gform_wrapper input.button:active::before, body div.gform_wrapper input.button:focus::before, body div.gform_wrapper input[type="submit"]:hover::before, body div.gform_wrapper input[type="submit"]:active::before, body div.gform_wrapper input[type="submit"]:focus::before {
    opacity: 1; }
  body div.gform_wrapper input.button:hover, body div.gform_wrapper input.button:active, body div.gform_wrapper input.button:focus, body div.gform_wrapper input[type="submit"]:hover, body div.gform_wrapper input[type="submit"]:active, body div.gform_wrapper input[type="submit"]:focus {
    border-width: 0 !important;
    background: linear-gradient(to right, #00a1e1 0%, #00a1e1 100%); }

body div.gform_footer input[type="submit"] {
  position: relative;
  z-index: 1;
  background: #0f75bc;
  background: linear-gradient(to right, #00a1e1 0%, #0f75bc 100%);
  cursor: pointer;
  transition-duration: 0.65s; }
  body div.gform_footer input[type="submit"]::before {
    border-radius: inherit;
    background: linear-gradient(to right, #0f75bc 0%, #00a1e1 100%);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    transition-duration: 0.65s; }
  body div.gform_footer input[type="submit"]:hover::before, body div.gform_footer input[type="submit"]:active::before, body div.gform_footer input[type="submit"]:focus::before {
    opacity: 1; }
  body div.gform_footer input[type="submit"]:hover, body div.gform_footer input[type="submit"]:active, body div.gform_footer input[type="submit"]:focus {
    border-width: 0 !important;
    background: linear-gradient(to right, #00a1e1 0%, #00a1e1 100%); }

body .cfp-invest-now span {
  pointer-events: none !important; }

body #cfp-deal-mobile-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  max-width: 100vw;
  overflow: hidden; }

body .cfp-button-blue.offering-closed a.elementor-button {
  pointer-events: none !important;
  cursor: default !important;
  position: relative;
  z-index: 1;
  background: #494949;
  background: linear-gradient(to right, #808080 0%, #494949 100%);
  cursor: pointer; }
  body .cfp-button-blue.offering-closed a.elementor-button::before {
    border-radius: inherit;
    background: linear-gradient(to right, #494949 0%, #808080 100%);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    transition-duration: 0.65s; }
  body .cfp-button-blue.offering-closed a.elementor-button:hover::before, body .cfp-button-blue.offering-closed a.elementor-button:active::before, body .cfp-button-blue.offering-closed a.elementor-button:focus::before {
    opacity: 1; }

.offering-progress-wrapper {
  position: relative;
  pointer-events: none !important;
  text-align: right; }
  .offering-progress-wrapper .offering-progress-bar {
    pointer-events: none !important;
    height: 80px !important; }
  .offering-progress-wrapper .offering-progress-dollar {
    position: absolute;
    top: 10px;
    right: 0;
    color: #1CA100;
    pointer-events: none !important;
    font-weight: 700;
    font-size: 24px; }
    .offering-progress-wrapper .offering-progress-dollar small {
      font-weight: 400;
      font-size: 16px; }
  .offering-progress-wrapper .offering-progress-count {
    position: absolute;
    bottom: 10px;
    right: 0;
    color: #696969;
    pointer-events: none !important;
    font-size: 16px; }

body span.ips-item {
  display: list-item;
  color: #444;
  margin: -1rem 0 0 18px !important; }
  body span.ips-item:first-of-type {
    margin-top: 0 !important;
    margin-bottom: 0 !important; }
  body span.ips-item:last-of-type:not(:first-of-type) {
    margin-top: -1rem !important;
    margin-bottom: 0 !important; }

body div.invest-now-modal div.modal-content {
  border-radius: 0 !important; }

body div.invest-now-modal form#fa-invest-now-modal span.input-group-addon {
  background: #00a1e1 !important;
  border: 0 !important;
  box-shadow: none !important;
  color: white !important; }

body div.invest-now-modal form#fa-invest-now-modal div.progress {
  background: white !important;
  margin-top: 10px !important;
  box-shadow: none !important;
  border-radius: 2px !important; }
  body div.invest-now-modal form#fa-invest-now-modal div.progress .progress-bar {
    background: #0f75bc !important;
    color: white !important;
    box-shadow: none !important; }

body div.invest-now-modal form#fa-invest-now-modal .ssl .ssl_inner {
  background-image: none !important;
  background: none !important;
  background-color: #0f75bc !important;
  color: #FFF !important;
  border-radius: 0 !important;
  border: 0 !important; }
  body div.invest-now-modal form#fa-invest-now-modal .ssl .ssl_inner > div {
    background-image: none !important;
    background: none !important;
    position: relative !important;
    padding-left: 26px !important; }
    body div.invest-now-modal form#fa-invest-now-modal .ssl .ssl_inner > div::after {
      font-family: "Font Awesome 5 Free";
      font-weight: 900;
      display: block;
      position: absolute;
      top: 50%;
      left: 6px;
      transform: translateY(-50%);
      color: white;
      content: '\f3ed'; }

body div.invest-now-modal form#fa-invest-now-modal .modal-header {
  background-image: none !important;
  background-color: #00a1e1 !important;
  color: #FFF !important; }

body div.invest-now-modal form#fa-invest-now-modal .close {
  color: #FFF !important;
  opacity: 1.0 !important; }

body div.invest-now-modal form#fa-invest-now-modal .modal-footer {
  background-image: none !important;
  background-color: #FFF !important;
  border-top: none !important; }
  @media all and (max-width: 768px) {
    body div.invest-now-modal form#fa-invest-now-modal .modal-footer {
      padding-bottom: 96px !important; } }

body div.invest-now-modal form#fa-invest-now-modal .btn-primary {
  background-image: none !important;
  background-color: #00a1e1 !important;
  position: relative;
  z-index: 1;
  background: #0f75bc;
  background: linear-gradient(to right, #00a1e1 0%, #0f75bc 100%);
  cursor: pointer;
  transition-duration: 0.65s;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  padding: 9px 21px !important;
  font-weight: 600 !important;
  color: white !important;
  text-transform: uppercase !important;
  border-radius: 2px !important; }
  body div.invest-now-modal form#fa-invest-now-modal .btn-primary::before {
    border-radius: inherit;
    background: linear-gradient(to right, #0f75bc 0%, #00a1e1 100%);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    transition-duration: 0.65s; }
  body div.invest-now-modal form#fa-invest-now-modal .btn-primary:hover::before, body div.invest-now-modal form#fa-invest-now-modal .btn-primary:active::before, body div.invest-now-modal form#fa-invest-now-modal .btn-primary:focus::before {
    opacity: 1; }
  body div.invest-now-modal form#fa-invest-now-modal .btn-primary:hover, body div.invest-now-modal form#fa-invest-now-modal .btn-primary:active, body div.invest-now-modal form#fa-invest-now-modal .btn-primary:focus {
    background-color: #00a1e1 !important;
    border-width: 0 !important;
    background: linear-gradient(to right, #00a1e1 0%, #00a1e1 100%);
    color: white !important; }

body div.invest-now-modal form#fa-invest-now-modal .help {
  background-image: none !important;
  background-color: #00a1e1 !important;
  box-shadow: none !important;
  color: #FFF !important; }

body div.invest-now-modal form#fa-invest-now-modal .btn-default {
  background-image: none !important;
  background-color: #00a1e1 !important;
  position: relative;
  z-index: 1;
  background: #0f75bc;
  background: linear-gradient(to right, #00a1e1 0%, #0f75bc 100%);
  cursor: pointer;
  transition-duration: 0.65s;
  border: none !important;
  box-shadow: none !important;
  text-shadow: none !important;
  padding: 9px 21px !important;
  font-weight: 600 !important;
  color: white !important;
  text-transform: uppercase !important;
  border-radius: 2px !important; }
  body div.invest-now-modal form#fa-invest-now-modal .btn-default::before {
    border-radius: inherit;
    background: linear-gradient(to right, #0f75bc 0%, #00a1e1 100%);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    transition-duration: 0.65s; }
  body div.invest-now-modal form#fa-invest-now-modal .btn-default:hover::before, body div.invest-now-modal form#fa-invest-now-modal .btn-default:active::before, body div.invest-now-modal form#fa-invest-now-modal .btn-default:focus::before {
    opacity: 1; }
  body div.invest-now-modal form#fa-invest-now-modal .btn-default:hover, body div.invest-now-modal form#fa-invest-now-modal .btn-default:active, body div.invest-now-modal form#fa-invest-now-modal .btn-default:focus {
    background-color: #00a1e1 !important;
    border-width: 0 !important;
    background: linear-gradient(to right, #00a1e1 0%, #00a1e1 100%);
    color: white !important; }

body div.invest-now-modal form#fa-invest-now-modal .alert-danger {
  background-image: none !important; }

.cfp-text-shadow {
  text-shadow: 3px 2px 3px rgba(0, 0, 0, 0.3); }

.cfp-guac-list ul {
  list-style: none; }

.cfp-guac-list li {
  position: relative;
  padding-bottom: 30px; }

.cfp-guac-list li:before {
  content: '';
  width: 10px;
  height: 10px;
  background-color: #3AB100;
  display: block;
  position: absolute;
  top: 0.4em;
  left: -20px; }

.cfp-guac-list.cfp-guac-list-tight li {
  padding-bottom: 15px; }

.cfp-list-right .elementor-icon-list-text {
  padding-right: 25px;
  width: 100%;
  text-align: right; }

.cfp-list-right i, .cfp-list-right svg {
  position: absolute;
  right: 0;
  top: 5px; }

.cfp-list-right i {
  width: auto !important;
  top: 2px; }

a.cfp-link-white-white {
  color: white !important;
  text-decoration: underline !important; }
  a.cfp-link-white-white:hover, a.cfp-link-white-white:active, a.cfp-link-white-white:focus {
    color: whitesmoke !important; }

a.cfp-link-black-black {
  color: #1a1c1d !important;
  text-decoration: underline !important; }
  a.cfp-link-black-black:hover, a.cfp-link-black-black:active, a.cfp-link-black-black:focus {
    color: black !important; }

div#wpadminbar li#wp-admin-bar-enable-jquery-migrate-helper {
  display: none !important; }

#equifund-spinner-wrapper {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.8);
  z-index: 9999998;
  opacity: 1;
  display: flex;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center; }
  #equifund-spinner-wrapper #equifund-spinner {
    position: relative;
    display: block;
    opacity: 0;
    z-index: 9999999;
    height: 251px;
    width: 251px; }

body header.page-header > .entry-title {
  display: none !important; }

body #cfp-verify-email-resend {
  color: #01a1dd;
  transition-duration: 0.35s;
  cursor: pointer; }
  body #cfp-verify-email-resend:hover, body #cfp-verify-email-resend:active, body #cfp-verify-email-resend:focus {
    color: #0f75bc; }

body:not(.elementor-editor-active) #cfp-oversubscribed-trigger {
  display: none !important; }

body .elementor-widget:not(:last-child) {
  margin-bottom: 0 !important; }

body > div.elementor-popup-modal {
  z-index: 1999999998 !important; }
  body > div.elementor-popup-modal .validation_message {
    font-size: 14px !important;
    color: #790000 !important; }
  body > div.elementor-popup-modal .validation_error {
    font-size: 14px !important;
    color: #790000 !important;
    background-color: rgba(255, 223, 224, 0.25) !important;
    margin-bottom: 6px !important;
    border-top: 1px solid #c89797 !important;
    border-bottom: 1px solid #c89797 !important;
    padding-bottom: 6px !important;
    padding-top: 8px !important; }
  body > div.elementor-popup-modal li.gfield_error {
    background-color: rgba(255, 223, 224, 0.25) !important;
    margin-bottom: 6px !important;
    border-top: 1px solid #c89797 !important;
    border-bottom: 1px solid #c89797 !important;
    padding-bottom: 6px !important;
    padding-top: 8px !important; }

body a#cfp-invest-now--closed {
  pointer-events: none !important;
  cursor: default !important;
  position: relative;
  z-index: 1;
  background: #494949;
  background: linear-gradient(to right, #808080 0%, #494949 100%);
  cursor: pointer; }
  body a#cfp-invest-now--closed::before {
    border-radius: inherit;
    background: linear-gradient(to right, #494949 0%, #808080 100%);
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -100;
    transition-duration: 0.65s; }
  body a#cfp-invest-now--closed:hover::before, body a#cfp-invest-now--closed:active::before, body a#cfp-invest-now--closed:focus::before {
    opacity: 1; }

body div#conversations-wrap, body iframe#conversations-iframe {
  z-index: 2147480001 !important; }

body div.fa-widget-backdrop {
  z-index: 2147480002 !important; }

body div.invest-now-modal {
  z-index: 2147480003 !important; }

body .cfp-exclusive-banner {
  display: none; }
  @media all and (max-width: 1025px) {
    body .cfp-exclusive-banner {
      margin: 0 -20px -10px -20px !important; } }
  @media all and (max-width: 768px) {
    body .cfp-exclusive-banner {
      margin: 0 -15px -10px -15px !important; } }
  body .cfp-exclusive-banner a {
    color: white !important;
    text-decoration: none !important;
    display: block !important;
    height: 100% !important;
    width: 100% !important;
    padding: 15px 15%; }
    body .cfp-exclusive-banner a:hover, body .cfp-exclusive-banner a:active, body .cfp-exclusive-banner a:focus {
      color: white !important;
      text-decoration: none !important; }
  body .cfp-exclusive-banner .cfp-exclusive-banner-close i {
    cursor: pointer; }

div.cfp-modal-disclaimer {
  font-size: 16px !important; }

body.cfp_deal-template-elementor_canvas > div[data-elementor-type="wp-post"] {
  margin-top: 0 !important; }

header.elementor-top-section {
  border: none !important;
  box-shadow: 0 1px 1px #0000001a !important;
  height: 56px;
  z-index: 1000;
  width: 100% !important; }

header.elementor-top-section .elementor-widget-image a {
  display: block;
  margin-top: -7px; }

header.elementor-top-section .elementor-widget-image a:hover img,
header.elementor-top-section .elementor-widget-image a:focus img {
  opacity: 0.8; }

nav.elementor-nav-menu--main {
  margin-top: -20px; }

.eicon-menu-bar:before,
.eicon-close:before {
  color: #2fa7df; }

.elementor-menu-toggle:hover .eicon-menu-bar:before,
.elementor-menu-toggle:focus .eicon-menu-bar:after,
.elementor-menu-toggle:hover .eicon-menu-bar:before,
.elementor-menu-toggle:focus .eicon-menu-bar:after {
  color: #66c2e8; }

nav.elementor-nav-menu--dropdown {
  background-color: white !important; }

nav.elementor-nav-menu--dropdown ul li a {
  color: #737f8b !important;
  font-weight: 500 !important;
  font-size: 14px !important;
  line-height: 1.5 !important;
  font-family: Roboto, "Montserrat", Sans-serif !important;
  padding-top: 20px !important;
  padding-bottom: 20px !important; }

nav.elementor-nav-menu--dropdown ul li a.elementor-item-active {
  background-color: #fff !important;
  color: #2fa7df !important; }

.elementor-nav-menu--dropdown a.highlighted {
  background-color: #fff !important; }

nav.elementor-nav-menu--dropdown ul li a:hover,
nav.elementor-nav-menu--dropdown ul li a:focus,
nav.elementor-nav-menu--dropdown ul li a.elementor-item-active:hover,
nav.elementor-nav-menu--dropdown ul li a.elementor-item-active:focus {
  background-color: #fff !important;
  color: #2fa7df !important; }

.elementor-nav-menu--dropdown.sub-menu {
  background-color: #fff !important;
  border-top-width: 1px !important; }

.elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown.sub-menu,
.elementor-43 .elementor-element.elementor-element-e09fde1 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown,
.elementor-43 .elementor-element.elementor-element-e09fde1 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
  margin-top: -2px !important; }

.elementor-nav-menu--dropdown.sub-menu li a {
  padding-left: 25px !important; }

@media (min-width: 1025px) {
  header.elementor-top-section {
    height: 70x; }
  header.elementor-top-section .elementor-widget-image a {
    display: block;
    margin-top: -20px; } }

@media (min-width: 1025px) {
  nav.elementor-nav-menu--main {
    margin-top: -20px; } }

body .elementor-nav-menu a.elementor-item {
  font-family: "Montserrat", Roboto, Sans-serif !important;
  font-weight: 500 !important;
  color: #737f8b !important; }

.elementor-nav-menu a.elementor-item:hover,
.elementor-nav-menu a.elementor-item:focus {
  color: #2fa7df !important;
  fill: #2fa7df !important; }

.elementor-nav-menu a.elementor-item:before {
  border: none !important; }

#cfp-main-nav nav.elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item > a.elementor-item-active {
  background-color: #fff !important;
  color: #005777 !important; }

#cfp-main-nav nav.elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item > a.has-submenu:hover,
#cfp-main-nav nav.elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item > a.has-submenu:focus,
#cfp-main-nav nav.elementor-nav-menu--main > ul.elementor-nav-menu > li.menu-item > a.has-submenu[aria-expanded=true] {
  background: #edeef0 !important;
  color: #005777 !important;
  border-radius: 0 !important; }

body #cfp-main-nav nav.elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-item.sub-menu a.has-submenu:hover,
body #cfp-main-nav nav.elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-item.sub-menu a.has-submenu:focus {
  background-color: #edeef0 !important; }

.elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown.sub-menu {
  margin-top: -5px !important;
  border-radius: 0px !important;
  outline: 0 !important;
  box-shadow: 0 2px 4px -1px rgba(0, 0, 0, 0.2), 0 4px 5px 0 rgba(0, 0, 0, 0.14), 0 1px 10px 0 rgba(0, 0, 0, 0.12) !important;
  border-bottom: 10px solid transparent !important;
  border-top: 10px solid transparent !important;
  background-color: #494949 !important; }

body .elementor-43 .elementor-element.elementor-element-e09fde1 .elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown,
body .elementor-43 .elementor-element.elementor-element-e09fde1 .elementor-nav-menu__container.elementor-nav-menu--dropdown {
  margin-top: 0 !important; }

.elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown.sub-menu a.elementor-sub-item {
  background: none !important;
  color: #fff !important;
  line-height: 1.5 !important;
  font-family: "Montserrat", Roboto, sans-serif !important;
  border-left: none !important;
  padding-left: 20px !important;
  letter-spacing: 1px !important; }

.elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown.sub-menu a:hover,
.elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown.sub-menu a:focus {
  background-color: transparent !important;
  /*color: #737f8b!important;*/
  line-height: 1.5 !important;
  color: #2fa7df !important; }

body #cfp-main-nav nav.elementor-nav-menu--main > .elementor-nav-menu > li > .elementor-nav-menu--dropdown.sub-menu a.elementor-sub-item-active {
  background: none !important;
  color: #005777 !important; }

section.cfp-load-more {
  display: none; }
