www.lifepro.com Open in urlscan Pro
13.91.242.166  Public Scan

Submitted URL: https://u8080026.ct.sendgrid.net/ss/c/ZuggETFJUmwZ3Msk4R3RWnIBx2brWJ9TCUnniZvo182Sl7TdLesOUH8aUGYUJrEldA15kNIbafxFPp4LfnxqWg/43h/...
Effective URL: https://www.lifepro.com/Home/linkID/Logo1Link
Submission: On February 02 via api from ES — Scanned from ES

Form analysis 1 forms found in the DOM

POST /

<form method="post" action="/" id="Form" enctype="multipart/form-data">
  <div class="aspNetHidden">
    <input type="hidden" name="StylesheetManager_TSSM" id="StylesheetManager_TSSM" value="">
    <input type="hidden" name="ScriptManager_TSM" id="ScriptManager_TSM" value=";;System.Web.Extensions, Version=4.0.0.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35:en:74e2d6b4-8086-4964-ae5a-39250647f25e:ea597d4b:b25378d2">
    <input type="hidden" name="__EVENTTARGET" id="__EVENTTARGET" value="">
    <input type="hidden" name="__EVENTARGUMENT" id="__EVENTARGUMENT" value="">
    <input type="hidden" name="__VIEWSTATE" id="__VIEWSTATE"
      value="87nbO1vo3syzbkibcaKltm2jAg21OmnOF0tSHnZKaOYztwkR/B8OeXMskHaeSgCDP9/+Hx/mRmv2PX9tUrbhOR7UTD2QFB3F0pJO+zKEaE8jn/ofxMxu1z5JipQvyTJ4PlxuVqO2WlP3gO4qcGZ96AIPHRJBcuF+ryE48zRKoauhVzBAyDoffMweUuMCcq6jEXxObEsL7dDYvg6/ZKtgM/VuEsyfRpQwhVx8ESn1Y9DVqQ+XDcZBNO478DHpaUhhxBeIGOjXr3ABccoypzB5pZA8igZNeo03jUcImIIw25LBX4a1XbsBMBePIHJkyoXGzBCoHWTlOB9G6lS6s9+B73Kdh0eKTnUZaLYJl4LVlkCX9XJWMBDquT1MMcYJ80CF6IQ5xfw9BVJFeM/4IQiMMg5XiWMGXgQaU6lrp4JqMnU45h12xRXSn5DL2v2BpFYGKs4v3NOXwe9Or1ZR7b2mFMNzojhYxWN6EhqHtEURkYapJ+I1rWVWsUYm/NnpvMoZTPX0Ftw6Zd4QBn8jVu8emu2a5snKiru2UwrYBbdJZmmsCChf30zvsTAn/h7CU6cVKS5+tfJ9I3+cKuTuekx7GSNf/9upKv34OwSuZybCiUtdgLLiD2M6+6WTshPAwBfEvJQgsepIve3IampT648F1Q+UYjmMEXFSZGdYISzvtZx1rmYLRXSPDdIZeQz/8pCewITg/8/5rb9lQEdS/K0trHUrC5YvoC0YDPojGjTJpxtLfaBxY6BlzsHaRnTw7pAqMTeVWg==">
  </div>
  <script type="text/javascript">
    //<![CDATA[
    var theForm = document.forms['Form'];
    if (!theForm) {
      theForm = document.Form;
    }

    function __doPostBack(eventTarget, eventArgument) {
      if (!theForm.onsubmit || (theForm.onsubmit() != false)) {
        theForm.__EVENTTARGET.value = eventTarget;
        theForm.__EVENTARGUMENT.value = eventArgument;
        theForm.submit();
      }
    }
    //]]>
  </script>
  <script src="/WebResource.axd?d=TdswvbDyv4nWKQhz-7PXvuA0emMXVpn2bBrD0t5RpFJOjXWmZy1xvnG_yVrjWM-VsjAk48prjIKnaDZJ0&amp;t=638295299463238378" type="text/javascript"></script>
  <script type="text/javascript">
    //<![CDATA[
    dnnsfjQuery(function() {
      window.angular = window.angular || window.dnnsfAngular15
    });
    dnnsfAngular15.module('blueimp.fileupload', []);
    dnnsfAngular15.module('afControls', ['ngSanitize', 'dnnsf', 'blueimp.fileupload']);
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('email', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^[A-Z0-9!#$%*+=?^_`{|}~-]+(?:\\.[a-z0-9!#$%*+=?^_`{|}~-]+)*@(?:[a-z0-9](?:[a-z0-9-]*[a-z0-9])?\\.)+[a-z0-9](?:[a-z0-9-]*[a-z0-9])?$', 'i');
        } catch (ex) {
          console.error('Invalid regex validator: Email Address.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid email address.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('url', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^((ftp|http|https):+\\/\\/)?(www.)?([a-zA-Z0-9_.-])+\\.[a-z]+([^ ]*)?', 'i');
        } catch (ex) {
          console.error('Invalid regex validator: Web Address.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid URL.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('domain', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp(
            '^(([a-zA-Z]{1})|([a-zA-Z]{1}[a-zA-Z]{1})|([a-zA-Z]{1}[0-9]{1})|([0-9]{1}[a-zA-Z]{1})|([a-zA-Z0-9][-_\\.a-zA-Z0-9]{1,61}[a-zA-Z0-9]))\\.([a-zA-Z]{2,13}|[a-zA-Z0-9-]{2,30}\\.[a-zA-Z]{2,3})(\\:([1-9]|[1-9][0-9]{1,3}|[1-5][0-9]{4}|6[0-4][0-9]{3}|65[0-4][0-9]{2}|655[0-2][0-9]|6553[0-5]))?$',
            'i');
        } catch (ex) {
          console.error('Invalid regex validator: Domain Validator.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'The specified domain is invalid!');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('password', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        isValid = dnnsfjQuery.trim(value).length == 0 || (dnnsfjQuery.trim(value).length >= 7 && dnnsfjQuery.trim(value).replace(/[0-9A-Z ]/gi, '').length >= 0);
        return this.optional(element) || isValid;
      }, 'Password must contain at least 7 characters.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('numberPositive', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^\\s*\\d+\\s*$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Positive Integer Number.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid positive integer number.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('numberStrictlyPositive', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^\\s*[1-9]+\\d*\\s*$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Strictly Positive Integer Number.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid strictly positive integer number.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('creditCardNumber', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^(?:4[0-9]{12}(?:[0-9]{3})?|[25][1-7][0-9]{14}|6(?:011|5[0-9][0-9])[0-9]{12}|3[47][0-9]{13}|3(?:0[0-5]|[68][0-9])[0-9]{11}|(?:2131|1800|35\\d{3})\\d{11})$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Credit Card Number.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid Visa, MasterCard, American Express, Diners Club, Discover or JCB card number.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('visaCardNumber', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^4[0-9]{12}(?:[0-9]{3})?$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Visa Card Number.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid Visa card number.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('mastercardCardNumber', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^5[1-5][0-9]{14}$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Master Card Number.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid MasterCard card number.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('amexCardNumber', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^3[47][0-9]{13}$', '');
        } catch (ex) {
          console.error('Invalid regex validator: AMEX Card Number.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid American Express card number.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('discoverCardNumber', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^6(?:011|5[0-9]{2})[0-9]{12}$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Discover Card Number.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid Discover card number.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('number', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^\\s*-?\\d+\\s*$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Integer Number.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid integer number.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('lettersOnly', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^[A-Za-z\\s]*$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Letters Only.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Only letters allowed.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('floatPositive', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^\\s*\\d+(\\.\\d+)?\\s*$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Positive Floating Point Number.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid positive float number.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('floatStrictlyPositive', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^\\s*[1-9.]+\\d*(\\.\\d+)?\\s*$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Strictly Positive Floating Point Number.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid strictly positive number.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('float', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^\\s*-?\\d+(\\.\\d+)?\\s*$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Floating Point Number.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid integer number.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('StripHTML', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        isValid = true;
        return this.optional(element) || isValid;
      }, '');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('phoneus', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^([\\(]{1}[0-9]{3}[\\)]{1}[\\.| |\\-]{0,1}|^[0-9]{3}[\\.|\\-| ]?)?[0-9]{3}(\\.|\\-| )?[0-9]{4}$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Phone (###) ###-####.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Phone number must be in format (###) ###-####.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('dateus', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^\\b([1-9]|0[0-9]|1[0-2])\\b\\/\\b([1-9]|0[0-9]|1[0-9]|2[0-9]|3[0-1])\\b\\/\\b(19[0-9]{2}|20[0-2][0-9])\\b$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Date US (mm/dd/yyyy).')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Date must be in format mm/dd/yyyy.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('nowhitespace', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^[^ ]*$', '');
        } catch (ex) {
          console.error('Invalid regex validator: No Whitespace.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'No spaces are allowed.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('validUsername', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var $ = dnnsfjQuery;
        $(element).addClass('server-validator');
        var mid = 27802;
        var urlParams = $.extend({}, dnnsf.getUrlParts(dnnsf.dnnPageQuery).query, dnnsf.getUrlParts(location.search).query, (dnnsf['af-' + mid].options.qs && !$.isEmptyObject(dnnsf['af-' + mid].options.qs) && dnnsf['af-' + mid].options.qs));
        isValid = true;
        $.ajax({
          type: 'POST',
          url: '/DesktopModules/DnnSharp/ActionForm/Validation.ashx?_mid=27802&_tabid=56' + (urlParams && !$.isEmptyObject(urlParams) ? '&' + $.param(urlParams) : ''),
          data: {
            validator: 'Username is Available',
            value: value,
            fieldId: $(element).attr('data-fieldid')
          },
          success: function(data) {
            if (data.success) {
              $(element).nextAll('.alert').stop(true, true).slideUp('fast', function() {
                $(this).remove()
              });
              return;
            }
            parseFormResponse(data, {
              error: function(err) {
                isValid = false;
                $(element).rules('add', {
                  //'validUsername': true,
                  messages: {
                    'validUsername': data.error
                  }
                });
              },
              message: function(msg) {
                isValid = false;
                if ($(element).nextAll('.alert').size()) {
                  $(element).nextAll('.alert').html(msg);
                } else {
                  $(element).after('<div class="alert alert-warning" style="display: none;">' + msg + '</div>');
                  $(element).nextAll('.alert').stop(true, true).slideDown('fast');
                }
              }
            });
          },
          dataType: 'json',
          async: false
        });
        return this.optional(element) || isValid;
      }, '');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('validUsernameExcludeCurrent', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var $ = dnnsfjQuery;
        $(element).addClass('server-validator');
        var mid = 27802;
        var urlParams = $.extend({}, dnnsf.getUrlParts(dnnsf.dnnPageQuery).query, dnnsf.getUrlParts(location.search).query, (dnnsf['af-' + mid].options.qs && !$.isEmptyObject(dnnsf['af-' + mid].options.qs) && dnnsf['af-' + mid].options.qs));
        isValid = true;
        $.ajax({
          type: 'POST',
          url: '/DesktopModules/DnnSharp/ActionForm/Validation.ashx?_mid=27802&_tabid=56' + (urlParams && !$.isEmptyObject(urlParams) ? '&' + $.param(urlParams) : ''),
          data: {
            validator: 'Username is Available (excluding current user)',
            value: value,
            fieldId: $(element).attr('data-fieldid')
          },
          success: function(data) {
            if (data.success) {
              $(element).nextAll('.alert').stop(true, true).slideUp('fast', function() {
                $(this).remove()
              });
              return;
            }
            parseFormResponse(data, {
              error: function(err) {
                isValid = false;
                $(element).rules('add', {
                  //'validUsernameExcludeCurrent': true,
                  messages: {
                    'validUsernameExcludeCurrent': data.error
                  }
                });
              },
              message: function(msg) {
                isValid = false;
                if ($(element).nextAll('.alert').size()) {
                  $(element).nextAll('.alert').html(msg);
                } else {
                  $(element).after('<div class="alert alert-warning" style="display: none;">' + msg + '</div>');
                  $(element).nextAll('.alert').stop(true, true).slideDown('fast');
                }
              }
            });
          },
          dataType: 'json',
          async: false
        });
        return this.optional(element) || isValid;
      }, '');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('validUsernameByEmail', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var $ = dnnsfjQuery;
        $(element).addClass('server-validator');
        var mid = 27802;
        var urlParams = $.extend({}, dnnsf.getUrlParts(dnnsf.dnnPageQuery).query, dnnsf.getUrlParts(location.search).query, (dnnsf['af-' + mid].options.qs && !$.isEmptyObject(dnnsf['af-' + mid].options.qs) && dnnsf['af-' + mid].options.qs));
        isValid = true;
        $.ajax({
          type: 'POST',
          url: '/DesktopModules/DnnSharp/ActionForm/Validation.ashx?_mid=27802&_tabid=56' + (urlParams && !$.isEmptyObject(urlParams) ? '&' + $.param(urlParams) : ''),
          data: {
            validator: 'User exists (by email)',
            value: value,
            fieldId: $(element).attr('data-fieldid')
          },
          success: function(data) {
            if (data.success) {
              $(element).nextAll('.alert').stop(true, true).slideUp('fast', function() {
                $(this).remove()
              });
              return;
            }
            parseFormResponse(data, {
              error: function(err) {
                isValid = false;
                $(element).rules('add', {
                  //'validUsernameByEmail': true,
                  messages: {
                    'validUsernameByEmail': data.error
                  }
                });
              },
              message: function(msg) {
                isValid = false;
                if ($(element).nextAll('.alert').size()) {
                  $(element).nextAll('.alert').html(msg);
                } else {
                  $(element).after('<div class="alert alert-warning" style="display: none;">' + msg + '</div>');
                  $(element).nextAll('.alert').stop(true, true).slideDown('fast');
                }
              }
            });
          },
          dataType: 'json',
          async: false
        });
        return this.optional(element) || isValid;
      }, '');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('currency', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('(?=.)^\\$?(([1-9][0-9]{0,2}(,[0-9]{3})*)|[0-9]+)?(\\.[0-9]{1,2})?$', 'i');
        } catch (ex) {
          console.error('Invalid regex validator: Currency.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid dollar amount.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('greaterThan5000', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('\\d*5\\d{3}(?:\\.\\d+)?', 'i');
        } catch (ex) {
          console.error('Invalid regex validator: Greater than 5000.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter value greater than or equal to 5000.');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('between1and10', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^([1-9]|10)$', 'i');
        } catch (ex) {
          console.error('Invalid regex validator: Integer between 1 and 10.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter value between 1 and 10');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('greaterthan0', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^[1-9][0-9]*$', 'i');
        } catch (ex) {
          console.error('Invalid regex validator: Integer greater than 0.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter value greater than 0');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('minimum200Characters', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^.{200,}$', 'i');
        } catch (ex) {
          console.error('Invalid regex validator: Minimum of 200 characters.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a minimum of 200 characters');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('minimum50Characters', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^.{50,}$', 'i');
        } catch (ex) {
          console.error('Invalid regex validator: Minimum of 50 characters.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a minimum of 50 characters');
    });
    dnnsfjQuery(function() {
      dnnsfjQuery.validator && dnnsfjQuery.validator.addMethod('phoneusnoformat', function(value, element) {
        var isValid;
        var field = dnnsfAngular15.element(element).scope().getField(element);
        value = (field && field.getValue && field.getValue(value)) || value;
        var regex = new RegExp();
        try {
          regex = new RegExp('^([\\(]{1}[0-9]{3}[\\)]{1}[\\.| |\\-]{0,1}|^[0-9]{3}[\\.|\\-| ]?)?[0-9]{3}(\\.|\\-| )?[0-9]{4}$', '');
        } catch (ex) {
          console.error('Invalid regex validator: Phone No Specific Format.')
        }
        isValid = dnnsfjQuery.trim(value).length == 0 || regex.test(value);
        return this.optional(element) || isValid;
      }, 'Please enter a valid phone number.');
    });
    $(function() {
      initForm({
        "virtualDirectory": "",
        "alias": "www.lifepro.com",
        "portalId": 0,
        "tabId": 56,
        "popupSettings": {
          "width": "400px",
          "name": "",
          "background": ""
        },
        "moduleId": 27802,
        "openMode": "Always",
        "frontEndTemplate": "\u003cdiv\u003e\u003cspan\u003e\u003ca href=\"javascript: ;\"\u003eClick here to change.\u003c/a\u003e\u003c/span\u003e\u003c/div\u003e",
        "rootElementClientId": "dnn_ctr27802_Main_pnlContent",
        "cssName": "-b-newsletter-b-sign-up",
        "showLoading": false,
        "onFocusoutValidation": false,
        "tabsProLoading": false,
        "dnnPageQuery": "language=en-US",
        "requestForm": {},
        "hasTabEnterActions": false,
        "hasTabLeaveActions": false
      })
    }); //]]>
  </script>
  <script
    src="/Telerik.Web.UI.WebResource.axd?_TSM_HiddenField_=ScriptManager_TSM&amp;compress=1&amp;_TSM_CombinedScripts_=%3b%3bSystem.Web.Extensions%2c+Version%3d4.0.0.0%2c+Culture%3dneutral%2c+PublicKeyToken%3d31bf3856ad364e35%3aen-US%3a74e2d6b4-8086-4964-ae5a-39250647f25e%3aea597d4b%3ab25378d2"
    type="text/javascript"></script>
  <div class="aspNetHidden">
    <input type="hidden" name="__VIEWSTATEGENERATOR" id="__VIEWSTATEGENERATOR" value="CA0B0334">
    <input type="hidden" name="__VIEWSTATEENCRYPTED" id="__VIEWSTATEENCRYPTED" value="">
    <input type="hidden" name="__EVENTVALIDATION" id="__EVENTVALIDATION"
      value="zWT5zuE9N2B2xNkIFgTC/VDabpaRuVx4atvaGLXNUKweQj2vgRJ2ja1lgTUE5sWU8qlkM83OboSwO7OObUGrJp/FsvM6IEIdQtRBvwJ/aqe1DAHzpZMhQ02CiI7r7h0vCXxqRj+zAGJoNEZRfu4xBdNpn85CqXjxoY5/Lv3BQVuXh6l6M9NRkLPZi8M=">
  </div>
  <script src="/DependencyHandler.axd/b6ff99db556b708074b67e99722aae06/1490/js" type="text/javascript"></script>
  <script
    src="/WebResource.axd?d=Yx_xEc2y7Yh6yY4JTDZL5mZlbQTNZ4ve9tu9eFL2OmOozgBezRd14nBhyN5yxpOw_gHVGMqEadkIhXnexlETZDu1raS05y4zZf8Zp8UdJ0RlzVKhIT5fM3MSrrFytRxDCEsarh0CcFiTugxrnq1MXFdRSKOQwv6mLNyYEviBRTErn8upcXauQtxECne30Vf3sKTGWQ2&amp;t=636077068220000000"
    type="text/javascript"></script>
  <script src="/DependencyHandler.axd/8718136e0e2ce4deba538a327e96640c/1490/js" type="text/javascript"></script>
  <script
    src="/WebResource.axd?d=mv2NQNIuwVYk8-o5QK1pOZ4MJkhleyzv45thhsK7D87WYnWHgZD_CNN9QIZTkSfqU3EfmIiXM0ikcCrKXg52Hk_v5Fnh8Jkq_IdHvuUQ3GBmzOSxxhGWFGHLLFkaS9fKoKOSnbkDA9Qz0L5jvjAmeycX00JUe_VCD6byRbk8-5s7Zg8hGNHLmgFTVDTKhvd4ySWAEjrOWQTBFviCV6aSQisvguc1&amp;t=636077068220000000"
    type="text/javascript"></script>
  <script src="/DependencyHandler.axd/b9c407a09fdc3d68e6f158a3d2af9231/1490/js" type="text/javascript"></script>
  <script
    src="/WebResource.axd?d=b__IZdSIqUdA37jJKtXJSd-PdzstpiEOq--1-I3odU6OqxTYJlrlvNKGnrNOfXvsjdaY4tS_RNcwtc9UM1z7iIa0_DMSuH-3R8TI6xb_3GSNE4JERKGAM9AJAvFk5tuVYf2vBFLL3HPAiCsHiMvxkyKeqXTzTuf_E2qctv0EPHwcCSEOCPrQpGqALibpcaiuSr_npZGUTfpI6zTzjidAfSxhm6E1G1KEXseohg2&amp;t=636077068220000000"
    type="text/javascript"></script>
  <script src="/DependencyHandler.axd/7fd9a257b5f6fead1244f314d75fc158/1490/js" type="text/javascript"></script>
  <link href="/DependencyHandler.axd/5eae5d3db74f9e60cb1aa17bab1b7c9c/1490/css" type="text/css" rel="stylesheet">
  <script type="text/javascript">
    //<![CDATA[
    Sys.WebForms.PageRequestManager._initialize('ScriptManager', 'Form', [], [], [], 90, '');
    //]]>
  </script>
  <link href="//fonts.googleapis.com/css?family=Open+Sans:300,400,600,700,800%7CShadows+Into+Light" rel="stylesheet" type="text/css">
  <div class="body">
    <div class="header-top navbar-fixed-top">
      <div class="container">
        <div class="lifeproCommunity">A community where independent does not mean alone.</div>
        <div class="social-icons">
          <ul class="social-icons">
            <li class="facebook"><a href="http://www.facebook.com/" target="_blank" title="Facebook">Facebook</a></li>
            <li class="twitter"><a href="http://www.twitter.com/" target="_blank" title="Twitter">Twitter</a></li>
            <li class="linkedin"><a href="http://www.linkedin.com/" target="_blank" title="Linkedin">Linkedin</a></li>
          </ul>
        </div>
        <div class="search">
          <div class="control-group">
            <span id="dnn_dnnSearch_ClassicSearch">
              <span class="searchInputContainer" data-moreresults="See More Results" data-noresult="No Results Found">
                <input name="dnn$dnnSearch$txtSearch" type="text" maxlength="255" size="20" id="dnn_dnnSearch_txtSearch" class="NormalTextBox" autocomplete="off" placeholder="Search...">
                <a class="dnnSearchBoxClearText" title="Clear search text"></a>
              </span>
              <a id="dnn_dnnSearch_cmdSearch" class="icon-search" href="javascript:__doPostBack('dnn$dnnSearch$cmdSearch','')">&nbsp;</a>
            </span>
            <script type="text/javascript">
              $(function() {
                if (typeof dnn != "undefined" && typeof dnn.searchSkinObject != "undefined") {
                  var searchSkinObject = new dnn.searchSkinObject({
                    delayTriggerAutoSearch: 400,
                    minCharRequiredTriggerAutoSearch: 2,
                    searchType: 'S',
                    enableWildSearch: true,
                    cultureCode: 'en-US',
                    portalId: -1
                  });
                  searchSkinObject.init();
                  // attach classic search
                  var siteBtn = $('#dnn_dnnSearch_SiteRadioButton');
                  var webBtn = $('#dnn_dnnSearch_WebRadioButton');
                  var clickHandler = function() {
                    if (siteBtn.is(':checked')) searchSkinObject.settings.searchType = 'S';
                    else searchSkinObject.settings.searchType = 'W';
                  };
                  siteBtn.on('change', clickHandler);
                  webBtn.on('change', clickHandler);
                }
              });
            </script>
          </div>
        </div>
        <div class="phoneNumber">1-888-LIFEPRO</div>
        <div id="login">
          <div id="dnn_dnnUser_registerGroup" class="registerGroup">
            <ul class="buttonGroup">
              <li class="userDisplayName"><a id="dnn_dnnUser_enhancedRegisterLink" title="Register" rel="nofollow" href="https://www.lifepro.com/Register?returnurl=https%3a%2f%2fwww.lifepro.com%2f">Register</a></li>
            </ul>
          </div>
          <div id="dnn_dnnLogin_loginGroup" class="loginGroup">
            <a id="dnn_dnnLogin_enhancedLoginLink" title="Login" class="LoginLink" rel="nofollow" href="https://www.lifepro.com/Login?returnurl=%2f">Login</a>
          </div>
        </div>
        <div class="blogLink"><a href="/blog">Blog</a></div>
        <div class="language">
          <div class="language-object">
          </div>
        </div>
      </div>
    </div>
    <header id="header" class="clean-top">
      <div class="container" id="mainHeaderContainer">
        <h1 class="logo">
          <a id="dnn_LOGO1_hypLogo" title="LifePro Financial Services, Inc." href="https://www.lifepro.com/"><img id="dnn_LOGO1_imgLogo" src="/Portals/0/LifePro-Simplicity.png?ver=2022-09-22-121333-687" alt="LifePro Financial Services, Inc."></a>
        </h1>
        <button type="button" class="btn btn-responsive-nav btn-inverse" data-toggle="collapse" data-target=".nav-main-collapse">
          <em class="fa fa-bars"></em>
        </button>
      </div>
      <div class="navbar-collapse nav-main-collapse collapse">
        <div class="container">
          <nav class="nav-main mega-menu">
            <ul class="nav nav-pills nav-main" id="mainMenu">
              <li data-col="" class="dropdown dropdown-full-color dropdown-primary"><a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown">Who We Are<i class="fa fa-caret-down"></i></a>
                <ul class="dropdown-menu">
                  <li><a href="https://www.lifepro.com/Who-We-Are/Our-Story">Our Story</a></li>
                  <li><a href="https://www.lifepro.com/Who-We-Are/Culture">Culture</a></li>
                  <li><a href="https://www.lifepro.com/Who-We-Are/Core-Values">Core Values</a></li>
                  <li><a href="https://www.lifepro.com/Who-We-Are/Leadership">Leadership</a></li>
                  <li><a href="https://www.lifepro.com/Who-We-Are/Success-Stories">Success Stories</a></li>
                  <li><a href="https://www.lifepro.com/Who-We-Are/Charities-We-Support">Charities We Support</a></li>
                </ul>
              </li>
              <li data-col="5" class="dropdown mega-menu-item mega-menu-fullwidth"><a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown">Our Services<i class="fa fa-caret-down"></i></a>
                <ul class="dropdown-menu">
                  <li>
                    <div class="mega-menu-content">
                      <div class="row">
                        <div class="col-md-4">
                          <ul class="sub-menu">
                            <li> <a href="/Our-Services/What-LifePro-Does-for-You" class="mega-menu-sub-title">What LifePro Does for You</a> </li>
                          </ul>
                          <a href="/Our-Services/What-LifePro-Does-for-You"><img alt="What LifePro Does For You" class="img-responsive" src="https://lifepro.blob.core.windows.net/lifepro-file-storage/images/daily-webinar.png" style="margin-top: -15px;"></a>
                          <p style="line-height: 200%;"> <span class="alternative-font">Learn what to look for in a marketing organization!</span> </p>
                        </div>
                        <div class="col-md-2 col-1">
                          <ul class="sub-menu">
                            <li class=""><a href="javascript:void(0)" data-toggle="dropdown" class="mega-menu-sub-title">Sales Support</a>
                              <ul class="sub-menu">
                                <li><a href="https://www.lifepro.com/Our-Services/Sales-Support/Licensing-Support">Licensing Support</a></li>
                                <li><a href="https://www.lifepro.com/Our-Services/Sales-Support/Field-Support">Field Support</a></li>
                                <li><a href="https://www.lifepro.com/Our-Services/Sales-Support/Marketing">Marketing</a></li>
                              </ul>
                            </li>
                          </ul>
                        </div>
                        <div class="col-md-2 col-2">
                          <ul class="sub-menu">
                            <li class=""><a href="javascript:void(0)" data-toggle="dropdown" class="mega-menu-sub-title">Case Development</a>
                              <ul class="sub-menu">
                                <li><a href="https://www.lifepro.com/Our-Services/Case-Development/Case-Design">Case Design</a></li>
                                <li><a href="https://www.lifepro.com/Our-Services/Case-Development/Impaired-Risk">Impaired Risk</a></li>
                                <li><a href="https://www.lifepro.com/Our-Services/Case-Development/Case-Management">Case Management</a></li>
                              </ul>
                            </li>
                          </ul>
                        </div>
                        <div class="col-md-2 col-3">
                          <ul class="sub-menu">
                            <li class=""><a href="javascript:void(0)" data-toggle="dropdown" class="mega-menu-sub-title">Operations</a>
                              <ul class="sub-menu">
                                <li><a href="https://www.lifepro.com/Our-Services/Operations/Administrative">Administrative</a></li>
                                <li><a href="https://www.lifepro.com/Our-Services/Operations/Accounting">Accounting</a></li>
                              </ul>
                            </li>
                          </ul>
                        </div>
                        <div class="col-md-2 col-4">
                          <ul class="sub-menu">
                            <li class=""><a href="javascript:void(0)" data-toggle="dropdown" class="mega-menu-sub-title">Life &amp; Annuities</a>
                              <ul class="sub-menu">
                                <li><a href="https://www.lifepro.com/Our-Services/Life-Annuities/Life-Insurance">Life Insurance</a></li>
                                <li><a href="https://www.lifepro.com/Our-Services/Life-Annuities/Annuities">Annuities</a></li>
                              </ul>
                            </li>
                          </ul>
                        </div>
                      </div>
                    </div>
                  </li>
                </ul>
                <div class="lft-cont" style="display:none;">&lt;ul class="sub-menu"&gt; &lt;li&gt; &lt;a href="/Our-Services/What-LifePro-Does-for-You" class="mega-menu-sub-title" &gt;What LifePro Does for You&lt;/a&gt; &lt;/li&gt; &lt;/ul&gt; &lt;a
                  href="/Our-Services/What-LifePro-Does-for-You"&gt;&lt;img alt="What LifePro Does For You" class="img-responsive" src="https://lifepro.blob.core.windows.net/lifepro-file-storage/images/daily-webinar.png" style="margin-top: -15px;"
                  /&gt;&lt;/a&gt; &lt;p style="line-height: 200%;"&gt; &lt;span class="alternative-font"&gt;Learn what to look for in a marketing organization!&lt;/span&gt; &lt;/p&gt;</div>
              </li>
              <li data-col="" class="dropdown dropdown-full-color dropdown-primary"><a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown">Marketing<i class="fa fa-caret-down"></i></a>
                <ul class="dropdown-menu">
                  <li><a href="https://www.lifepro.com/Marketing/Circle-of-Wealth">Circle of Wealth</a></li>
                  <li><a href="https://www.lifepro.com/marketing/college-funding">College Funding</a></li>
                  <li><a href="https://www.lifepro.com/Marketing/Indexed-Universal-Life">Indexed Universal Life</a></li>
                  <li><a href="https://www.lifepro.com/Marketing/Annuities">Annuities</a></li>
                  <li><a href="https://www.lifepro.com/Marketing/InsMark">InsMark</a></li>
                  <li><a href="https://www.lifepro.com/MarketPro">MarketPro</a></li>
                  <li><a href="https://www.lifepro.com/Marketing/My-Events">My Events</a></li>
                  <li><a href="https://www.lifepro.com/ReProject">ReProject</a></li>
                  <li><a href="https://www.lifepro.com/Marketing/SSI-Maximization">SSI Maximization</a></li>
                </ul>
              </li>
              <li data-col="" class="dropdown dropdown-full-color dropdown-primary"><a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown">Rewards<i class="fa fa-caret-down"></i></a>
                <ul class="dropdown-menu">
                  <li><a href="https://www.lifepro.com/Rewards/Elite-Conference">LifePro Elite Conference</a></li>
                  <li><a href="https://www.lifepro.com/Rewards/Top-5-Advisor">Top 5% Advisor</a></li>
                  <li><a href="https://www.lifepro.com/Rewards/LPG-Member">LPG Member</a></li>
                  <li><a href="https://www.lifepro.com/Rewards/Bonus-Program">Bonus Program</a></li>
                  <li><a href="https://www.lifepro.com/Rewards/Marketing-Rewards-Programs">Marketing Rewards Programs</a></li>
                  <li><a href="https://www.lifepro.com/Referrals">Referral Program</a></li>
                  <li><a href="https://www.lifepro.com/Rewards/Compensation-Comparison-Calculator">Compensation Comparison Calculator</a></li>
                </ul>
              </li>
              <li data-col="1" class="dropdown dropdown-full-color dropdown-primary"><a href="javascript:void(0)" class="dropdown-toggle" data-toggle="dropdown">Education<i class="fa fa-caret-down"></i></a>
                <ul class="dropdown-menu">
                  <li><a href="https://www.lifepro.com/Blog">Blog</a></li>
                  <li><a href="https://www.lifepro.com/Upcoming-Events">Live Events &amp; Webinars</a></li>
                  <li><a href="https://www.lifepro.com/resources/industry-articles">Industry Updates</a></li>
                </ul>
              </li>
              <li data-col="0" class="dropdown mega-menu-item mega-menu-fullwidth"><a href="https://www.lifepro.com/MyLifePro/Dashboard" class="dropdown-toggle">MyLifePro<i class="fa fa-caret-down"></i></a>
                <ul class="dropdown-menu">
                  <li style="display: none;"><a href="https://www.lifepro.com/Cases">Cases</a></li>
                  <li style="display: none;"><a href="https://www.lifepro.com/Clients">Clients</a></li>
                  <li style="display: none;"><a href="https://www.lifepro.com/MyLifePro/Client-Reports">Client Reports</a></li>
                  <li style="display: none;"><a href="https://www.lifepro.com/MyLifePro/Industry-Articles">Industry Articles</a></li>
                  <li style="display: none;"><a href="https://www.lifepro.com/MyLifePro/Forms">Forms</a></li>
                  <li style="display: none;"><a href="https://www.lifepro.com/MyLifePro/Fact-Finders">Fact Finders</a></li>
                  <li style="display: none;"><a href="https://www.lifepro.com/MyLifePro/Underwriting-Guides">Underwriting Guides</a></li>
                  <li style="display: none;"><a href="https://pipepasstoigo.ipipeline.com/default.aspx?gaid=0023">iGo e-App</a></li>
                  <li style="display: none;"><a href="https://www.lifepro.com/MyLifePro/Term-GUL-Quotes">Term &amp; GUL Quotes</a></li>
                  <li style="display: none;"><a href="https://www.lifepro.com/MyLifePro/Annuity-Rates">Annuity Rates</a></li>
                  <li style="display: none;"><a href="https://www.lifepro.com/Who-We-Are/Our-Carriers">Carrier Information</a></li>
                  <div class="mega-menu-content">
                    <style>
                      #mainMenu li[data-col="0"] section {
                        padding: 20px;
                        margin: 0;
                        border-radius: 6px;
                      }

                      #myLifeProMenu1 .col-md-2,
                      #myLifeProMenu2 .col-md-2,
                      #myLifeProMenu3 .col-md-2,
                      #myLifeProMenu4 .col-md-2,
                      #myLifeProMenu5 .col-md-2,
                      #myLifeProMenu6 .col-md-2 {
                        width: 14.2%;
                      }

                      #myLifeProMenu7 .col-md-2 {
                        width: 20%;
                      }

                      .featured-boxes .col-md-2 {
                        padding: 0 0 0 30px;
                      }

                      .call-to-action {
                        min-height: 0;
                      }

                      #mainMenu .featured-boxes-style-5 .featured-box .box-content {
                        padding: 0;
                      }

                      .featured-boxes-style-5 .featured-box .box-content h5 {
                        text-transform: none;
                      }

                      #mainMenu .featured-boxes-style-5 .featured-box .icon-featured {
                        width: 60px;
                        height: 60px;
                        line-height: 57px;
                      }

                      #mainMenu .featured-boxes .featured-box {
                        margin: 0;
                      }

                      #mainMenu .tab-content {
                        background-color: transparent;
                      }

                      @media (min-width: 992px) {
                        header nav ul.nav-main li a:hover {
                          background-color: transparent;
                        }
                      }

                      header nav ul.nav-main li ul .tabs li a {
                        font-size: 14px;
                      }

                      .tabs.tabs-vertical.tabs-left ul.col-sm-2 li.active a {
                        font-weight: bold;
                      }

                      .tabs.tabs-vertical.tabs-left ul.col-sm-2 li a:hover {
                        background-color: #fff !important;
                        border-right: 0;
                      }

                      tabs.tabs-vertical.tabs-left .tab-content .mt-lg {
                        margin-top: 0px !important;
                      }

                      tabs.tabs-vertical.tabs-left .tab-content .mb-lg {
                        margin-bottom: 0px !important;
                      }

                      #myLifeProMenu1 h5,
                      #myLifeProMenu2 h5,
                      #myLifeProMenu3 h5,
                      #myLifeProMenu4 h5,
                      #myLifeProMenu5 h5,
                      #myLifeProMenu6 h5,
                      #myLifeProMenu7 h5 {
                        margin-bottom: 0;
                        color: #1d2127;
                      }

                      header nav.mega-menu .tab-content a {
                        text-decoration: none;
                        display: inline-block;
                        padding: 0;
                        margin: 0;
                      }

                      header nav.mega-menu .tab-content .thumb-info.thumb-info-centered-info .thumb-info-title {
                        width: 70%;
                        left: 15%;
                      }

                      header nav.mega-menu .tab-content .thumb-info.thumb-info-centered-info:hover .thumb-info-title {
                        top: 23%;
                        left: 15%;
                        width: 70%;
                      }

                      header nav.mega-menu .tab-content .thumb-info {
                        background-color: transparent;
                      }

                      header nav.mega-menu li[data-col="0"] .mega-menu-content {
                        padding: 10px;
                      }

                      header nav.mega-menu li[data-col="0"] .tabs,
                      header nav.mega-menu li[data-col="0"] .tab-content p {
                        margin-bottom: 0;
                      }

                      #myLifeProMenu1 .call-to-action h3,
                      #myLifeProMenu2 .call-to-action h3,
                      #myLifeProMenu3 .call-to-action h3,
                      #myLifeProMenu4 .call-to-action h3,
                      #myLifeProMenu5 .call-to-action h3,
                      #myLifeProMenu6 .call-to-action h3,
                      #myLifeProMenu7 .call-to-action h3 {
                        font-size: 1.7em;
                      }

                      #myLifeProMenu1 .call-to-action .call-to-action-content,
                      #myLifeProMenu2 .call-to-action .call-to-action-content,
                      #myLifeProMenu3 .call-to-action .call-to-action-content,
                      #myLifeProMenu4 .call-to-action .call-to-action-content,
                      #myLifeProMenu5 .call-to-action .call-to-action-content,
                      #myLifeProMenu6 .call-to-action .call-to-action-content,
                      #myLifeProMenu7 .call-to-action .call-to-action-content {
                        width: 100%;
                        margin-left: 0;
                        padding-top: 0;
                      }

                      #myLifeProMenu1 small a,
                      #myLifeProMenu2 small a,
                      #myLifeProMenu3 small a,
                      #myLifeProMenu4 small a,
                      #myLifeProMenu5 small a,
                      #myLifeProMenu6 small a,
                      #myLifeProMenu7 small a {
                        font-weight: bold;
                        color: #cecbcb;
                      }
                    </style>
                    <div class="tabs tabs-vertical tabs-left">
                      <ul class="nav nav-tabs col-sm-2">
                        <li class="active"> <a data-toggle="tab" href="#myLifeProMenu1" aria-expanded="true"> Featured Items </a> </li>
                        <li class=""> <a data-toggle="tab" href="#myLifeProMenu2" aria-expanded="false"> My Business </a> </li>
                        <li class=""> <a data-toggle="tab" href="#myLifeProMenu6" aria-expanded="false"> My Education </a> </li>
                        <li class=""> <a data-toggle="tab" href="#myLifeProMenu7" aria-expanded="false"> My Marketing </a> </li>
                        <li class=""> <a data-toggle="tab" href="#myLifeProMenu3" aria-expanded="false"> Financial Calculators </a> </li> <!--<li class=""> <a data-toggle="tab" href="#myLifeProMenu5" aria-expanded="false"> Marketing </a> </li>-->
                        <li class=""> <a data-toggle="tab" href="#myLifeProMenu4" aria-expanded="false"> Other Resources </a> </li>
                        <!--<li class=""> <a data-toggle="tab" href="#myLifeProMenu5" aria-expanded="false"> Test </a> </li> <li class=""> <a data-toggle="tab" href="#tabsNavigationSimpleIcons6" aria-expanded="false"> Test2 </a> </li>-->
                      </ul>
                      <div class="tab-content">
                        <div id="myLifeProMenu1" class="tab-pane active">
                          <div class="featured-boxes featured-boxes-style-5">
                            <section class="call-to-action" style="padding-top: 0px;">
                              <div class="center">
                                <h4> The hottest <strong>tools, sales systems, and trainings</strong> available in the industry! </h4> <!--<p>Stay <strong>ahead of the competition</strong> with our proprietary tools</p>-->
                              </div>
                            </section>
                            <div class="row">
                              <div class="col-md-2">
                                <a href="/Wealth-Builder"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-diamond"></em> <h5>Wealth Builder Academy</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Financial-Calculators/Test-Drive-an-IUL"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-automobile"></em> <h5>Test Drive an IUL</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Resources/Term-GUL-Quotes"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-pie-chart"></em> <h5>Term &amp; GUL Quotes</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Marketing/MarketPro"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-send-o"></em> <h5>MarketPro</h5> </div> </div> </a> </div>
                              <div class="col-md-2">
                                <a href="/Resources/Industry-Articles"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-newspaper-o"></em> <h5>Industry Articles</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Resources/Annuity-Rates"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-exchange"></em> <h5>Annuity Rates</h5> </div> </div> </a>
                              </div>
                            </div>
                            <div class="row center">
                              <div class="col-md-12" style="font-style: italic; color: #cecbcb;"> <small> New to MyLifePro? Check out our <a href="/Overview">MyLifePro overview</a> video. </small> </div>
                            </div>
                          </div>
                        </div>
                        <div id="myLifeProMenu2" class="tab-pane">
                          <div class="featured-boxes featured-boxes-style-5">
                            <section class="call-to-action" style="padding-top: 0px;">
                              <div class="center">
                                <h4> LifePro makes it easy to track <strong>your business</strong> so you can concentrate on what <strong>you</strong> do best! </h4> <!--<p>Stay up to date on <strong>everything</strong> regarding your business</p>-->
                              </div>
                            </section>
                            <div class="row">
                              <div class="col-md-2">
                                <a href="/MyLifePro/Production-Summary"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-line-chart"></em> <h5>Production Summary</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2"> <a href="/Clients"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-users"></em> <h5>Clients</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/MyLifePro/Illustrations"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-bar-chart"></em> <h5>Illustrations</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Cases"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-folder-open-o"></em> <h5>Cases</h5> </div> </div> </a> </div>
                              <div class="col-md-2">
                                <a href="/Agent-Numbers"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-file-text-o"></em> <h5>Agent Numbers</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/MyLifePro/Calendar"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-calendar"></em> <h5>Calendar</h5> </div> </div> </a> </div>
                              <div class="col-md-2">
                                <a href="/MyLifePro/Client-Reports"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-area-chart"></em> <h5>Client Reports</h5> </div> </div> </a>
                              </div>
                            </div>
                            <div class="row center">
                              <div class="col-md-12" style="font-style: italic; color: #cecbcb;"> <small> Don't see what you're looking for? Visit the <a href="/MyLifePro/Dashboard">MyLifePro Dashbaord</a> to stay on top of everything in your
                                  business. </small> </div>
                            </div>
                          </div>
                        </div>
                        <div id="myLifeProMenu3" class="tab-pane">
                          <div class="featured-boxes featured-boxes-style-5">
                            <section class="call-to-action" style="padding-top: 0px;">
                              <div class="center">
                                <h4> The <strong>latest and greatest</strong> calculators available to help <strong>your clients</strong>! </h4> <!--<p>Create that <strong>aha moment</strong> using our suite of custom calculators</p>-->
                              </div>
                            </section>
                            <div class="row">
                              <div class="col-md-2">
                                <a href="/Financial-Calculators/Test-Drive-an-IUL"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-automobile"></em> <h5>Test Drive an IUL</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Financial-Calculators/CD-Vs-Annuity"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-dot-circle-o"></em> <h5>CD vs Annuity</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Financial-Calculators/Monte-Carlo-Machine"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-gear"></em> <h5>Monte Carlo Machine</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Financial-Calculators/Social-Security/SSI-Quick-Calculator"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-star"></em> <h5>Social Security Income</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Financial-Calculators/Investment-Expense-Calculator"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-dollar"></em> <h5>Investment Expense</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Financial-Calculators/Social-Security/SSI-Tax-Calculator"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-tag"></em> <h5>Social Security Income Tax</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Rewards/Compensation-Comparison-Calculator"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-dollar"></em> <h5>Compensation Comparison Calculator</h5> </div> </div> </a>
                              </div>
                            </div>
                            <div class="row center">
                              <div class="col-md-12" style="font-style: italic; color: #cecbcb;"> <small> Don't see what you're looking for? View all of our <a href="/Financial-Calculators">Financial Calculators</a> </small> </div>
                            </div>
                          </div>
                        </div>
                        <div id="myLifeProMenu4" class="tab-pane">
                          <div class="featured-boxes featured-boxes-style-5">
                            <section class="call-to-action" style="padding-top: 0px;">
                              <div class="center">
                                <h4> The information <strong>you need</strong> to stay <strong>ahead of the curve</strong>! </h4> <!--<p>Stay <strong>ahead or the curve</strong> with these proprietary calculators</p>-->
                              </div>
                            </section>
                            <div class="row">
                              <div class="col-md-2">
                                <a href="/Who-We-Are/Our-Carriers"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-info"></em> <h5>Carrier Information</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Resources/Forms"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-pencil-square-o"></em> <h5>Carrier Forms</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Resources/Software"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-desktop"></em> <h5>Carrier Software</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Resources/Fact-Finders"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-file-pdf-o"></em> <h5>Fact Finders</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Resources/Underwriting-Guides"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-file-text-o"></em> <h5>Underwriting Guides</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="https://pipepasstoigo.ipipeline.com/default.aspx?gaid=0023" target="_blank"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-laptop"></em> <h5>iGo e-App</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Resources/Hotels"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-building-o"></em> <h5>Hotels Near LifePro</h5> </div> </div> </a>
                              </div>
                            </div>
                            <div class="row center">
                              <div class="col-md-12" style="font-style: italic; color: #cecbcb;"> <small> Don't see what you're looking for? Drop us a line on our <a href="/contact-us">Contact Form</a> </small> </div>
                            </div>
                          </div>
                        </div>
                        <div id="myLifeProMenu5" class="tab-pane">
                          <div class="featured-boxes featured-boxes-style-5">
                            <section class="call-to-action" style="padding-top: 0px;">
                              <div class="center">
                                <h4> LifePro has an entire suite of <strong>proven systems</strong> to help get you get <strong>more clients</strong>! </h4> <!--<p>Keep your <strong>funnel filled</strong> so you can worry about the sale</p>-->
                              </div>
                            </section>
                            <div class="row">
                              <div class="col-md-2">
                                <a href="/Marketing/LifePro-Wealth-Builder"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-diamond"></em> <h5>Wealth Builder</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Marketing/MarketPro"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-send-o"></em> <h5>MarketPro</h5> </div> </div> </a> </div>
                              <div class="col-md-2">
                                <a href="/Marketing/SSI-Maximization"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-star"></em> <h5>Social Security Maximization</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Marketing/ReProject"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-search"></em> <h5>ReProject</h5> </div> </div> </a> </div>
                              <div class="col-md-2">
                                <a href="/Marketing/RATE"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-user-md"></em> <h5>R.A.T.E.</h5> </div> </div> </a> </div>
                              <div class="col-md-2">
                                <a href="/Marketing/Circle-of-Wealth"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-circle-o"></em> <h5>Circle of Wealth</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Marketing/Indexed-Universal-Life"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-line-chart"></em> <h5>Indexed Universal Life</h5> </div> </div> </a>
                              </div>
                            </div>
                            <div class="row center">
                              <div class="col-md-12" style="font-style: italic; color: #cecbcb;"> <small> Don't see what you're looking for? View all of our <a href="/Financial-Calculators">Marketing Systems</a> </small> </div>
                            </div>
                          </div>
                        </div>
                        <div id="myLifeProMenu6" class="tab-pane">
                          <div class="featured-boxes featured-boxes-style-5">
                            <section class="call-to-action" style="padding-top: 0px;">
                              <div class="center">
                                <h4> Use our collection of <strong>industry leading training</strong> to help you <strong>sharpen your saw</strong>! </h4> <!--<p>Keep your <strong>funnel filled</strong> so you can worry about the sale</p>-->
                              </div>
                            </section>
                            <div class="row">
                              <div class="col-md-2">
                                <a href="/MyLifePro/Videos"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-video-camera"></em> <h5>My Videos</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/MyLifePro/Events"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-trophy"></em> <h5>Past Events</h5> </div> </div> </a> </div>
                              <div class="col-md-2">
                                <a href="/Education/Live-Events/Upcoming-Live-Events"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-graduation-cap"></em> <h5>Upcoming Live Events</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <div style="display:none;">
                                  <a href="/Education/Daily-Webinars"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-laptop"></em> <h5>Upcoming Webinars</h5> </div> </div> </a>
                                </div>
                              </div>
                              <div class="col-md-2">
                                <a href="/resources/industry-articles"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-newspaper-o"></em> <h5>Industry Articles</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2"> <a href="/blog"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-comment-o"></em> <h5>Blog</h5> </div> </div> </a>
                              </div>
                            </div>
                            <div class="row center">
                              <div class="col-md-12" style="font-style: italic; color: #cecbcb;"> <small> Looking for a information on a specific product or concept? Drop us a line on our <a href="/contact-us">Contact Form</a> </small> </div>
                            </div>
                          </div>
                        </div>
                        <div id="myLifeProMenu7" class="tab-pane">
                          <div class="featured-boxes featured-boxes-style-5">
                            <section class="call-to-action" style="padding-top: 0px;">
                              <div class="center">
                                <h4> State of the art marketing tools to <strong>find new clients</strong> and <strong>grow your business</strong>! </h4> <!--<p>Keep your <strong>funnel filled</strong> so you can worry about the sale</p>-->
                              </div>
                            </section>
                            <div class="row">
                              <div class="col-md-2">
                                <a href="/Marketing/My-Marketing/Money-Script-Monday"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-dollar"></em> <h5>Money Script Monday</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/marketing/My-Events"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-calendar"></em> <h5>Events</h5> </div> </div> </a> </div>
                              <div class="col-md-2">
                                <a href="/Marketing/LifePro-Wealth-Builder"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-diamond"></em> <h5>Wealth Builder</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Marketing/Email-Campaigns"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-envelope-open"></em> <h5>Email Campaigns</h5> </div> </div> </a>
                              </div>
                              <div class="col-md-2">
                                <a href="/Marketing/MarketPro"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-send-o"></em> <h5>MarketPro</h5> </div> </div> </a> </div>
                              <!--<div class="col-md-2"> <a href="/Education/Video-Library"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-television"></em> <h5>Video Library</h5> </div> </div> </a> </div> <div class="col-md-2"> <a href="/resources/industry-articles"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-newspaper-o"></em> <h5>Industry Articles</h5> </div> </div> </a> </div> <div class="col-md-2"> <a href="/blog"> <div class="featured-box featured-box-primary featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa fa-comment-o"></em> <h5>Blog</h5> </div> </div> </a> </div>-->
                            </div>
                            <div class="row center">
                              <div class="col-md-12" style="font-style: italic; color: #cecbcb;"> <small> Have an idea for additional marketing tools? Drop us a line on our <a href="/contact-us">Contact Form</a> </small> </div>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </div>
                </ul>
                <div class="lft-cont" style="display:none;">&lt;style&gt; #mainMenu li[data-col="0"] section { padding: 20px; margin: 0; border-radius: 6px; } #myLifeProMenu1 .col-md-2, #myLifeProMenu2 .col-md-2, #myLifeProMenu3 .col-md-2,
                  #myLifeProMenu4 .col-md-2, #myLifeProMenu5 .col-md-2, #myLifeProMenu6 .col-md-2 { width: 14.2%; } #myLifeProMenu7 .col-md-2 { width: 20%; } .featured-boxes .col-md-2 { padding: 0 0 0 30px; } .call-to-action { min-height: 0; }
                  #mainMenu .featured-boxes-style-5 .featured-box .box-content { padding: 0; } .featured-boxes-style-5 .featured-box .box-content h5 { text-transform: none; } #mainMenu .featured-boxes-style-5 .featured-box .icon-featured { width:
                  60px; height: 60px; line-height: 57px; } #mainMenu .featured-boxes .featured-box { margin: 0; } #mainMenu .tab-content { background-color: transparent; } @media (min-width: 992px) { header nav ul.nav-main li a:hover {
                  background-color: transparent; } } header nav ul.nav-main li ul .tabs li a { font-size: 14px; } .tabs.tabs-vertical.tabs-left ul.col-sm-2 li.active a { font-weight: bold; } .tabs.tabs-vertical.tabs-left ul.col-sm-2 li a:hover {
                  background-color: #fff !important; border-right: 0; } tabs.tabs-vertical.tabs-left .tab-content .mt-lg { margin-top: 0px !important; } tabs.tabs-vertical.tabs-left .tab-content .mb-lg { margin-bottom: 0px !important; }
                  #myLifeProMenu1 h5, #myLifeProMenu2 h5, #myLifeProMenu3 h5, #myLifeProMenu4 h5, #myLifeProMenu5 h5, #myLifeProMenu6 h5, #myLifeProMenu7 h5 { margin-bottom: 0; color: #1d2127; } header nav.mega-menu .tab-content a { text-decoration:
                  none; display: inline-block; padding: 0; margin: 0; } header nav.mega-menu .tab-content .thumb-info.thumb-info-centered-info .thumb-info-title { width: 70%; left: 15%; } header nav.mega-menu .tab-content
                  .thumb-info.thumb-info-centered-info:hover .thumb-info-title { top: 23%; left: 15%; width: 70%; } header nav.mega-menu .tab-content .thumb-info { background-color: transparent; } header nav.mega-menu li[data-col="0"]
                  .mega-menu-content { padding: 10px; } header nav.mega-menu li[data-col="0"] .tabs, header nav.mega-menu li[data-col="0"] .tab-content p { margin-bottom: 0; } #myLifeProMenu1 .call-to-action h3, #myLifeProMenu2 .call-to-action h3,
                  #myLifeProMenu3 .call-to-action h3, #myLifeProMenu4 .call-to-action h3, #myLifeProMenu5 .call-to-action h3, #myLifeProMenu6 .call-to-action h3, #myLifeProMenu7 .call-to-action h3 { font-size: 1.7em; } #myLifeProMenu1 .call-to-action
                  .call-to-action-content, #myLifeProMenu2 .call-to-action .call-to-action-content, #myLifeProMenu3 .call-to-action .call-to-action-content, #myLifeProMenu4 .call-to-action .call-to-action-content, #myLifeProMenu5 .call-to-action
                  .call-to-action-content, #myLifeProMenu6 .call-to-action .call-to-action-content, #myLifeProMenu7 .call-to-action .call-to-action-content { width: 100%; margin-left: 0; padding-top: 0; } #myLifeProMenu1 small a, #myLifeProMenu2
                  small a, #myLifeProMenu3 small a, #myLifeProMenu4 small a, #myLifeProMenu5 small a, #myLifeProMenu6 small a, #myLifeProMenu7 small a { font-weight: bold; color: #cecbcb; } &lt;/style&gt; &lt;div class="tabs tabs-vertical
                  tabs-left"&gt; &lt;ul class="nav nav-tabs col-sm-2"&gt; &lt;li class="active"&gt; &lt;a data-toggle="tab" href="#myLifeProMenu1" aria-expanded="true"&gt; Featured Items &lt;/a&gt; &lt;/li&gt; &lt;li class=""&gt; &lt;a
                  data-toggle="tab" href="#myLifeProMenu2" aria-expanded="false"&gt; My Business &lt;/a&gt; &lt;/li&gt; &lt;li class=""&gt; &lt;a data-toggle="tab" href="#myLifeProMenu6" aria-expanded="false"&gt; My Education &lt;/a&gt; &lt;/li&gt;
                  &lt;li class=""&gt; &lt;a data-toggle="tab" href="#myLifeProMenu7" aria-expanded="false"&gt; My Marketing &lt;/a&gt; &lt;/li&gt; &lt;li class=""&gt; &lt;a data-toggle="tab" href="#myLifeProMenu3" aria-expanded="false"&gt; Financial
                  Calculators &lt;/a&gt; &lt;/li&gt; &lt;!--&lt;li class=""&gt; &lt;a data-toggle="tab" href="#myLifeProMenu5" aria-expanded="false"&gt; Marketing &lt;/a&gt; &lt;/li&gt;--&gt; &lt;li class=""&gt; &lt;a data-toggle="tab"
                  href="#myLifeProMenu4" aria-expanded="false"&gt; Other Resources &lt;/a&gt; &lt;/li&gt; &lt;!--&lt;li class=""&gt; &lt;a data-toggle="tab" href="#myLifeProMenu5" aria-expanded="false"&gt; Test &lt;/a&gt; &lt;/li&gt; &lt;li
                  class=""&gt; &lt;a data-toggle="tab" href="#tabsNavigationSimpleIcons6" aria-expanded="false"&gt; Test2 &lt;/a&gt; &lt;/li&gt;--&gt; &lt;/ul&gt; &lt;div class="tab-content"&gt; &lt;div id="myLifeProMenu1" class="tab-pane active"&gt;
                  &lt;div class="featured-boxes featured-boxes-style-5"&gt; &lt;section class="call-to-action" style="padding-top: 0px;"&gt; &lt;div class="center"&gt; &lt;h4&gt; The hottest &lt;strong&gt;tools, sales systems, and
                  trainings&lt;/strong&gt; available in the industry! &lt;/h4&gt; &lt;!--&lt;p&gt;Stay &lt;strong&gt;ahead of the competition&lt;/strong&gt; with our proprietary tools&lt;/p&gt;--&gt; &lt;/div&gt; &lt;/section&gt; &lt;div
                  class="row"&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Wealth-Builder"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa
                  fa-diamond"&gt;&lt;/em&gt; &lt;h5&gt;Wealth Builder Academy&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Financial-Calculators/Test-Drive-an-IUL"&gt; &lt;div
                  class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-automobile"&gt;&lt;/em&gt; &lt;h5&gt;Test Drive an IUL&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt;
                  &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Resources/Term-GUL-Quotes"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured
                  fa fa-pie-chart"&gt;&lt;/em&gt; &lt;h5&gt;Term &amp; GUL Quotes&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Marketing/MarketPro"&gt; &lt;div class="featured-box
                  featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-send-o"&gt;&lt;/em&gt; &lt;h5&gt;MarketPro&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div
                  class="col-md-2"&gt; &lt;a href="/Resources/Industry-Articles"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa
                  fa-newspaper-o"&gt;&lt;/em&gt; &lt;h5&gt;Industry Articles&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Resources/Annuity-Rates"&gt; &lt;div class="featured-box
                  featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-exchange"&gt;&lt;/em&gt; &lt;h5&gt;Annuity Rates&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt;
                  &lt;/div&gt; &lt;div class="row center"&gt; &lt;div class="col-md-12" style="font-style: italic; color: #cecbcb;"&gt; &lt;small&gt; New to MyLifePro? Check out our &lt;a href="/Overview"&gt;MyLifePro overview&lt;/a&gt; video.
                  &lt;/small&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id="myLifeProMenu2" class="tab-pane"&gt; &lt;div class="featured-boxes featured-boxes-style-5"&gt; &lt;section class="call-to-action" style="padding-top:
                  0px;"&gt; &lt;div class="center"&gt; &lt;h4&gt; LifePro makes it easy to track &lt;strong&gt;your business&lt;/strong&gt; so you can concentrate on what &lt;strong&gt;you&lt;/strong&gt; do best! &lt;/h4&gt; &lt;!--&lt;p&gt;Stay up
                  to date on &lt;strong&gt;everything&lt;/strong&gt; regarding your business&lt;/p&gt;--&gt; &lt;/div&gt; &lt;/section&gt; &lt;div class="row"&gt; &lt;div class="col-md-2"&gt; &lt;a href="/MyLifePro/Production-Summary"&gt; &lt;div
                  class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-line-chart"&gt;&lt;/em&gt; &lt;h5&gt;Production Summary&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt;
                  &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Clients"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa
                  fa-users"&gt;&lt;/em&gt; &lt;h5&gt;Clients&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/MyLifePro/Illustrations"&gt; &lt;div class="featured-box featured-box-primary
                  featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-bar-chart"&gt;&lt;/em&gt; &lt;h5&gt;Illustrations&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt;
                  &lt;a href="/Cases"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-folder-open-o"&gt;&lt;/em&gt; &lt;h5&gt;Cases&lt;/h5&gt;
                  &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Agent-Numbers"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em
                  class="icon-featured fa fa-file-text-o"&gt;&lt;/em&gt; &lt;h5&gt;Agent Numbers&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/MyLifePro/Calendar"&gt; &lt;div
                  class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-calendar"&gt;&lt;/em&gt; &lt;h5&gt;Calendar&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt;
                  &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/MyLifePro/Client-Reports"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa
                  fa-area-chart"&gt;&lt;/em&gt; &lt;h5&gt;Client Reports&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="row center"&gt; &lt;div class="col-md-12" style="font-style: italic; color:
                  #cecbcb;"&gt; &lt;small&gt; Don't see what you're looking for? Visit the &lt;a href="/MyLifePro/Dashboard"&gt;MyLifePro Dashbaord&lt;/a&gt; to stay on top of everything in your business. &lt;/small&gt; &lt;/div&gt; &lt;/div&gt;
                  &lt;/div&gt; &lt;/div&gt; &lt;div id="myLifeProMenu3" class="tab-pane"&gt; &lt;div class="featured-boxes featured-boxes-style-5"&gt; &lt;section class="call-to-action" style="padding-top: 0px;"&gt; &lt;div class="center"&gt;
                  &lt;h4&gt; The &lt;strong&gt;latest and greatest&lt;/strong&gt; calculators available to help &lt;strong&gt;your clients&lt;/strong&gt;! &lt;/h4&gt; &lt;!--&lt;p&gt;Create that &lt;strong&gt;aha moment&lt;/strong&gt; using our suite
                  of custom calculators&lt;/p&gt;--&gt; &lt;/div&gt; &lt;/section&gt; &lt;div class="row"&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Financial-Calculators/Test-Drive-an-IUL"&gt; &lt;div class="featured-box featured-box-primary
                  featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-automobile"&gt;&lt;/em&gt; &lt;h5&gt;Test Drive an IUL&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div
                  class="col-md-2"&gt; &lt;a href="/Financial-Calculators/CD-Vs-Annuity"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa
                  fa-dot-circle-o"&gt;&lt;/em&gt; &lt;h5&gt;CD vs Annuity&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Financial-Calculators/Monte-Carlo-Machine"&gt; &lt;div
                  class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-gear"&gt;&lt;/em&gt; &lt;h5&gt;Monte Carlo Machine&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt;
                  &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Financial-Calculators/Social-Security/SSI-Quick-Calculator"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt;
                  &lt;em class="icon-featured fa fa-star"&gt;&lt;/em&gt; &lt;h5&gt;Social Security Income&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a
                  href="/Financial-Calculators/Investment-Expense-Calculator"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-dollar"&gt;&lt;/em&gt;
                  &lt;h5&gt;Investment Expense&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Financial-Calculators/Social-Security/SSI-Tax-Calculator"&gt; &lt;div class="featured-box
                  featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-tag"&gt;&lt;/em&gt; &lt;h5&gt;Social Security Income Tax&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt;
                  &lt;div class="col-md-2"&gt; &lt;a href="/Rewards/Compensation-Comparison-Calculator"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa
                  fa-dollar"&gt;&lt;/em&gt; &lt;h5&gt;Compensation Comparison Calculator&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="row center"&gt; &lt;div class="col-md-12" style="font-style: italic;
                  color: #cecbcb;"&gt; &lt;small&gt; Don't see what you're looking for? View all of our &lt;a href="/Financial-Calculators"&gt;Financial Calculators&lt;/a&gt; &lt;/small&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div
                  id="myLifeProMenu4" class="tab-pane"&gt; &lt;div class="featured-boxes featured-boxes-style-5"&gt; &lt;section class="call-to-action" style="padding-top: 0px;"&gt; &lt;div class="center"&gt; &lt;h4&gt; The information
                  &lt;strong&gt;you need&lt;/strong&gt; to stay &lt;strong&gt;ahead of the curve&lt;/strong&gt;! &lt;/h4&gt; &lt;!--&lt;p&gt;Stay &lt;strong&gt;ahead or the curve&lt;/strong&gt; with these proprietary calculators&lt;/p&gt;--&gt;
                  &lt;/div&gt; &lt;/section&gt; &lt;div class="row"&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Who-We-Are/Our-Carriers"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt;
                  &lt;em class="icon-featured fa fa-info"&gt;&lt;/em&gt; &lt;h5&gt;Carrier Information&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Resources/Forms"&gt; &lt;div
                  class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-pencil-square-o"&gt;&lt;/em&gt; &lt;h5&gt;Carrier Forms&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt;
                  &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Resources/Software"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa
                  fa-desktop"&gt;&lt;/em&gt; &lt;h5&gt;Carrier Software&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Resources/Fact-Finders"&gt; &lt;div class="featured-box
                  featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-file-pdf-o"&gt;&lt;/em&gt; &lt;h5&gt;Fact Finders&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div
                  class="col-md-2"&gt; &lt;a href="/Resources/Underwriting-Guides"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa
                  fa-file-text-o"&gt;&lt;/em&gt; &lt;h5&gt;Underwriting Guides&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="https://pipepasstoigo.ipipeline.com/default.aspx?gaid=0023"
                  target="_blank"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-laptop"&gt;&lt;/em&gt; &lt;h5&gt;iGo e-App&lt;/h5&gt; &lt;/div&gt;
                  &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Resources/Hotels"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em
                  class="icon-featured fa fa-building-o"&gt;&lt;/em&gt; &lt;h5&gt;Hotels Near LifePro&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="row center"&gt; &lt;div class="col-md-12"
                  style="font-style: italic; color: #cecbcb;"&gt; &lt;small&gt; Don't see what you're looking for? Drop us a line on our &lt;a href="/contact-us"&gt;Contact Form&lt;/a&gt; &lt;/small&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;
                  &lt;/div&gt; &lt;div id="myLifeProMenu5" class="tab-pane"&gt; &lt;div class="featured-boxes featured-boxes-style-5"&gt; &lt;section class="call-to-action" style="padding-top: 0px;"&gt; &lt;div class="center"&gt; &lt;h4&gt; LifePro
                  has an entire suite of &lt;strong&gt;proven systems&lt;/strong&gt; to help get you get &lt;strong&gt;more clients&lt;/strong&gt;! &lt;/h4&gt; &lt;!--&lt;p&gt;Keep your &lt;strong&gt;funnel filled&lt;/strong&gt; so you can worry
                  about the sale&lt;/p&gt;--&gt; &lt;/div&gt; &lt;/section&gt; &lt;div class="row"&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Marketing/LifePro-Wealth-Builder"&gt; &lt;div class="featured-box featured-box-primary
                  featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-diamond"&gt;&lt;/em&gt; &lt;h5&gt;Wealth Builder&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt;
                  &lt;a href="/Marketing/MarketPro"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-send-o"&gt;&lt;/em&gt;
                  &lt;h5&gt;MarketPro&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Marketing/SSI-Maximization"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt;
                  &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-star"&gt;&lt;/em&gt; &lt;h5&gt;Social Security Maximization&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a
                  href="/Marketing/ReProject"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-search"&gt;&lt;/em&gt; &lt;h5&gt;ReProject&lt;/h5&gt;
                  &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Marketing/RATE"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em
                  class="icon-featured fa fa-user-md"&gt;&lt;/em&gt; &lt;h5&gt;R.A.T.E.&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Marketing/Circle-of-Wealth"&gt; &lt;div class="featured-box
                  featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-circle-o"&gt;&lt;/em&gt; &lt;h5&gt;Circle of Wealth&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt;
                  &lt;div class="col-md-2"&gt; &lt;a href="/Marketing/Indexed-Universal-Life"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa
                  fa-line-chart"&gt;&lt;/em&gt; &lt;h5&gt;Indexed Universal Life&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="row center"&gt; &lt;div class="col-md-12" style="font-style: italic; color:
                  #cecbcb;"&gt; &lt;small&gt; Don't see what you're looking for? View all of our &lt;a href="/Financial-Calculators"&gt;Marketing Systems&lt;/a&gt; &lt;/small&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div
                  id="myLifeProMenu6" class="tab-pane"&gt; &lt;div class="featured-boxes featured-boxes-style-5"&gt; &lt;section class="call-to-action" style="padding-top: 0px;"&gt; &lt;div class="center"&gt; &lt;h4&gt; Use our collection of
                  &lt;strong&gt;industry leading training&lt;/strong&gt; to help you &lt;strong&gt;sharpen your saw&lt;/strong&gt;! &lt;/h4&gt; &lt;!--&lt;p&gt;Keep your &lt;strong&gt;funnel filled&lt;/strong&gt; so you can worry about the
                  sale&lt;/p&gt;--&gt; &lt;/div&gt; &lt;/section&gt; &lt;div class="row"&gt; &lt;div class="col-md-2"&gt; &lt;a href="/MyLifePro/Videos"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div
                  class="box-content"&gt; &lt;em class="icon-featured fa fa-video-camera"&gt;&lt;/em&gt; &lt;h5&gt;My Videos&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/MyLifePro/Events"&gt;
                  &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-trophy"&gt;&lt;/em&gt; &lt;h5&gt;Past Events&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt;
                  &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Education/Live-Events/Upcoming-Live-Events"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em
                  class="icon-featured fa fa-graduation-cap"&gt;&lt;/em&gt; &lt;h5&gt;Upcoming Live Events&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;div style="display:none;"&gt;&lt;a
                  href="/Education/Daily-Webinars"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-laptop"&gt;&lt;/em&gt; &lt;h5&gt;Upcoming
                  Webinars&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt;&lt;/div&gt;&lt;div class="col-md-2"&gt; &lt;a href="/resources/industry-articles"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt;
                  &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-newspaper-o"&gt;&lt;/em&gt; &lt;h5&gt;Industry Articles&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a
                  href="/blog"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-comment-o"&gt;&lt;/em&gt; &lt;h5&gt;Blog&lt;/h5&gt; &lt;/div&gt;
                  &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;/div&gt; &lt;div class="row center"&gt; &lt;div class="col-md-12" style="font-style: italic; color: #cecbcb;"&gt; &lt;small&gt; Looking for a information on a specific product or concept?
                  Drop us a line on our &lt;a href="/contact-us"&gt;Contact Form&lt;/a&gt; &lt;/small&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;div id="myLifeProMenu7" class="tab-pane"&gt; &lt;div class="featured-boxes
                  featured-boxes-style-5"&gt; &lt;section class="call-to-action" style="padding-top: 0px;"&gt; &lt;div class="center"&gt; &lt;h4&gt; State of the art marketing tools to &lt;strong&gt;find new clients&lt;/strong&gt; and
                  &lt;strong&gt;grow your business&lt;/strong&gt;! &lt;/h4&gt; &lt;!--&lt;p&gt;Keep your &lt;strong&gt;funnel filled&lt;/strong&gt; so you can worry about the sale&lt;/p&gt;--&gt; &lt;/div&gt; &lt;/section&gt; &lt;div class="row"&gt;
                  &lt;div class="col-md-2"&gt; &lt;a href="/Marketing/My-Marketing/Money-Script-Monday"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa
                  fa-dollar"&gt;&lt;/em&gt; &lt;h5&gt;Money Script Monday&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/marketing/My-Events"&gt; &lt;div class="featured-box featured-box-primary
                  featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-calendar"&gt;&lt;/em&gt; &lt;h5&gt;Events&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a
                  href="/Marketing/LifePro-Wealth-Builder"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-diamond"&gt;&lt;/em&gt; &lt;h5&gt;Wealth
                  Builder&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/Marketing/Email-Campaigns"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div
                  class="box-content"&gt; &lt;em class="icon-featured fa fa-envelope-open"&gt;&lt;/em&gt; &lt;h5&gt;Email Campaigns&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a
                  href="/Marketing/MarketPro"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-send-o"&gt;&lt;/em&gt; &lt;h5&gt;MarketPro&lt;/h5&gt;
                  &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;!--&lt;div class="col-md-2"&gt; &lt;a href="/Education/Video-Library"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div
                  class="box-content"&gt; &lt;em class="icon-featured fa fa-television"&gt;&lt;/em&gt; &lt;h5&gt;Video Library&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a
                  href="/resources/industry-articles"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt; &lt;em class="icon-featured fa fa-newspaper-o"&gt;&lt;/em&gt; &lt;h5&gt;Industry
                  Articles&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt; &lt;div class="col-md-2"&gt; &lt;a href="/blog"&gt; &lt;div class="featured-box featured-box-primary featured-box-effect-4"&gt; &lt;div class="box-content"&gt;
                  &lt;em class="icon-featured fa fa-comment-o"&gt;&lt;/em&gt; &lt;h5&gt;Blog&lt;/h5&gt; &lt;/div&gt; &lt;/div&gt; &lt;/a&gt; &lt;/div&gt;--&gt; &lt;/div&gt; &lt;div class="row center"&gt; &lt;div class="col-md-12" style="font-style:
                  italic; color: #cecbcb;"&gt; &lt;small&gt; Have an idea for additional marketing tools? Drop us a line on our &lt;a href="/contact-us"&gt;Contact Form&lt;/a&gt; &lt;/small&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt; &lt;/div&gt;
                  &lt;/div&gt; &lt;/div&gt;</div>
              </li>
            </ul>
          </nav>
        </div>
      </div>
    </header>
    <div role="main" class="main">
      <div class="content full">
        <div id="dnn_TopUpperPaneFull">
          <div class="DnnModule DnnModule-LiveSlider DnnModule-1714"><a name="1714"></a>
            <div id="dnn_ctr1714_ContentPane">
              <!-- Start_Module_1714 -->
              <div id="dnn_ctr1714_ModuleContent" class="DNNModuleContent ModLiveSliderC">
                <div class="ls-wp-fullwidth-container" style="height:700px;">
                  <div class="ls-wp-fullwidth-helper" style="width: 1600px; height: 700px; left: 0px;">
                    <div id="LiveSlider1714" style="width: 1600px; height: 700px; visibility: visible;" class="ls-container ls-v5">
                      <div class="ls-inner" style="background-color: transparent; width: 1600px; height: 700px;">
                        <div class="ls-slide ls-active" data-ls="slidedelay: 5000; transition2d: 5; " style="width: 1600px; height: 700px; visibility: visible; display: none; inset: 0px 0px auto auto;"><img
                            src="/Portals/0/COW_Jan24_homepage_banner.jpg?ver=2024-01-10-133459-883" class="ls-bg ls-preloaded" alt="" style="padding: 0px; border-width: 0px; width: 1900px; height: 700px; margin-left: -150px; margin-top: 0px;">
                          <div class="ls-gpuhack" style="width: auto; height: auto; padding: 0px; border-width: 0px; left: 160px; top: 0px;"></div>
                          <h1 class="ls-l"
                            style="width: auto; height: auto; padding: 0px; border-width: 0px; border-style: initial; border-color: initial; font-size: 46px; line-height: 51px; background-color: transparent; border-radius: 0px; top: 208px; left: 400px; overflow-wrap: normal; visibility: visible; margin-left: 0px; margin-top: 0px; transform-origin: 50% 50% 0px; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.002, 0, 0, 0, 1); opacity: 1;"
                            data-ls="offsetxin: 0; offsetxout: 0; durationin: 0; durationout: 0; skewxin: -10; ">
                            <div style="text-align: center; color:#ffffff; font-weight: bold; letter-spacing: -1.5px;">Communicating the Power of Life Insurance<br>with The Circle of Wealth®</div>
                          </h1>
                          <h4 class="ls-l"
                            style="width: auto; height: auto; padding: 0px; border-width: 0px; border-style: initial; border-color: initial; font-size: 22px; line-height: normal; background-color: transparent; border-radius: 0px; top: 291px; left: 400px; overflow-wrap: normal; visibility: visible; margin-left: 0px; margin-top: 0px; transform-origin: 50% 50% 0px; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.002, 0, 0, 0, 1); opacity: 1;"
                            data-ls="offsetxin: 0; offsetxout: 0; durationin: 0; durationout: 0; easingin: linear; easingout: linear; ">
                            <div style="text-align: center; color:#ffffff;"><br>On January 24th, learn how the Circle of Wealth® System's powerful insurance planning tools can<br>help you convert more prospects into satisfied clients with this
                              incredible 10-step process. <br></div>
                          </h4>
                          <div class="ls-l"
                            style="width: auto; height: 15%; padding: 0px; border-width: 0px; border-style: initial; border-color: initial; line-height: normal; background-color: transparent; border-radius: 0px; top: 402.5px; left: 707.5px; overflow-wrap: normal; font-size: 14px; visibility: visible; margin-left: 0px; margin-top: 0px; transform-origin: 50% 50% 0px; transform: matrix3d(1, 0, 0, 0, 0, 1, 0, 0, 0, 0, 1, -0.002, 0, 0, 0, 1); opacity: 1;"
                            data-ls="offsetxin: 0; offsetxout: 0; durationin: 0; durationout: 0; easingin: linear; easingout: linear; ">
                            <div style="text-align: center">
                              <a type="button" class="btn btn-primary btn-lg" style="border: none; background-color: #fb9f06;" href="https://webinars.lifepro.com/circle-of-wealth?source=cowjan24ban">&nbsp;&nbsp;&nbsp;SAVE MY SPOT&nbsp;&nbsp;&nbsp;</a>
                            </div>
                          </div>
                        </div>
                        <div class="ls-slide" data-ls="slidedelay: 5000; transition2d: 5; " style="width: 1600px; height: 700px;"><img src="/Portals/0/homepage-banner11.png?ver=2024-01-05-112457-233" class="ls-bg ls-preloaded" alt="">
                          <div class="ls-gpuhack"></div>
                          <h1 class="ls-l"
                            style="width: auto; height: auto; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; font-size: 46px; line-height: 51px; background-color: transparent; border-radius: 0; top: 37%; left: 50%; word-wrap: normal;"
                            data-ls="offsetxin: 0; offsetxout: 0; durationin: 0; durationout: 0; skewxin: -10; ">
                            <div style="text-align: center; color:#ffffff; font-weight: bold; letter-spacing: -1.5px;">Join Us in San Diego at the<br>2024 LifePro Summit</div>
                          </h1>
                          <h4 class="ls-l"
                            style="width: auto; height: auto; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; font-size: 22px; line-height: normal; background-color: transparent; border-radius: 0; top: 48%; left: 50%; word-wrap: normal;"
                            data-ls="offsetxin: 0; offsetxout: 0; durationin: 0; durationout: 0; easingin: linear; easingout: linear; ">
                            <div style="text-align: center; color:#ffffff;">Use coupon code "SUMMIT2024" to waive your registration fee.</div>
                          </h4>
                          <div class="ls-l"
                            style="width: auto; height: 15%; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; line-height: normal; background-color: transparent; border-radius: 0; top: 62%; left: 50%; word-wrap: normal;"
                            data-ls="offsetxin: 0; offsetxout: 0; durationin: 0; durationout: 0; easingin: linear; easingout: linear; ">
                            <div style="text-align: center">
                              <a type="button" class="btn btn-primary btn-lg" style="border: none; background-color: #c8102e;" href="https://events.lifepro.com/summit-2024?source=summ24hb">&nbsp;&nbsp;&nbsp;SAVE MY SPOT&nbsp;&nbsp;&nbsp;</a></div>
                          </div>
                        </div>
                        <div class="ls-slide" data-ls="slidedelay: 5000; transition2d: 5; " style="width: 1600px; height: 700px;"><img src="/DesktopModules/LiveSlider/Themes/../css/blank.gif" class="ls-bg" alt="">
                          <div class="ls-gpuhack"></div>
                          <h2 class="ls-l"
                            style="width: auto; height: auto; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; font-size: 48px; line-height: 52px; background-color: transparent; border-radius: 0; top: 38%; left: 50%; word-wrap: normal;"
                            data-ls="offsetxin: 0; offsetxout: 0; durationin: 0; durationout: 0; easingin: easeInQuad; easingout: linear; ">
                            <div style="text-align: center; color:#ffffff; font-weight: bold; letter-spacing: -1.5px;">Celebrating over 20 years as<br>the Authority on IUL</div>
                          </h2>
                          <h4 class="ls-l"
                            style="width: auto; height: auto; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; font-size: 23px; line-height: normal; background-color: transparent; border-radius: 0; top: 49%; left: 50%; word-wrap: normal;"
                            data-ls="offsetxin: 0; offsetxout: 0; durationin: 0; durationout: 0; easingin: easeInQuad; easingout: linear; ">
                            <div style="text-align: center; color:#ffffff;">Unlock the largest box of IUL sales tools.</div>
                          </h4>
                          <div class="ls-l"
                            style="width: auto; height: 15%; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; line-height: normal; background-color: transparent; border-radius: 0; top: 62%; left: 50%; word-wrap: normal;"
                            data-ls="offsetxin: 0; offsetxout: 0; durationin: 0; durationout: 0; ">
                            <div style="text-align: center">
                              <a type="button" class="btn btn-primary btn-lg" style="border: none; background-color: #003087;" href="/Marketing/Indexed-Universal-Life">&nbsp;&nbsp;&nbsp;VIEW THE TOOLS NOW&nbsp;&nbsp;&nbsp;</a></div>
                          </div>
                        </div>
                        <div class="ls-slide" data-ls="slidedelay: 5000; transition2d: 5; " style="width: 1600px; height: 700px;"><img src="/DesktopModules/LiveSlider/Themes/../css/blank.gif" class="ls-bg" alt="">
                          <div class="ls-gpuhack"></div>
                          <h1 class="ls-l"
                            style="width: auto; height: auto; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; font-size: 48px; line-height: 52px; background-color: transparent; border-radius: 0; top: 37%; left: 50%; word-wrap: normal;"
                            data-ls="offsetxin: 0; offsetxout: 0; durationin: 0; durationout: 0; skewxin: -10; ">
                            <div style="text-align: center; color:#ffffff; font-weight: bold; letter-spacing: -1.5px;">Core Value of the Month: <br>Bold, Consistent Vision</div>
                          </h1>
                          <h4 class="ls-l"
                            style="width: auto; height: auto; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; font-size: 23px; line-height: normal; background-color: transparent; border-radius: 0; top: 48%; left: 50%; word-wrap: normal;"
                            data-ls="offsetxin: 0; offsetxout: 0; durationin: 0; durationout: 0; easingin: linear; easingout: linear; ">
                            <div style="text-align: center; color:#ffffff;">At LifePro, our core values are the cornerstone of our success.</div>
                          </h4>
                          <div class="ls-l"
                            style="width: auto; height: 15%; padding-top: 0; padding-right: 0; padding-bottom: 0; padding-left: 0; border-top: 0; border-right: 0; border-bottom: 0; border-left: 0; line-height: normal; background-color: transparent; border-radius: 0; top: 62%; left: 50%; word-wrap: normal;"
                            data-ls="offsetxin: 0; offsetxout: 0; durationin: 0; durationout: 0; easingin: linear; easingout: linear; ">
                            <div style="text-align: center">
                              <a type="button" class="btn btn-primary btn-lg" style="border: none; background-color: #0047BB;" href="https://www.lifepro.com/Who-We-Are/Core-Values">&nbsp;&nbsp;&nbsp;LEARN MORE&nbsp;&nbsp;&nbsp;</a></div>
                          </div>
                        </div>
                        <div class="ls-slide" data-ls="slidedelay: 5000; transition2d: 5; " style="width: 1600px; height: 700px; inset: 0px auto auto 0px;"><img src="/DesktopModules/LiveSlider/Themes/../css/blank.gif" class="ls-bg" alt="">
                          <div class="ls-gpuhack"></div>
                          <h1 class="ls-l"
                            style="width: auto; height: auto; padding: 0px; border-width: 0px; border-style: initial; border-color: initial; font-size: 48px; line-height: 52px; background-color: transparent; border-radius: 0px; top: 37%; left: 50%; overflow-wrap: normal; filter: none;"
                            data-ls="offsetxin: 0; offsetxout: 0; durationin: 0; durationout: 0; skewxin: -10; ">
                            <div style="text-align: center; color:#ffffff; font-weight: bold; letter-spacing: -1.5px;">Consumer-friendly videos sent<br>to your inbox every Monday.</div>
                          </h1>
                          <h4 class="ls-l"
                            style="width: auto; height: auto; padding: 0px; border-width: 0px; border-style: initial; border-color: initial; font-size: 23px; line-height: normal; background-color: transparent; border-radius: 0px; top: 48%; left: 50%; overflow-wrap: normal; filter: none;"
                            data-ls="offsetxin: 0; offsetxout: 0; durationin: 0; durationout: 0; easingin: linear; easingout: linear; ">
                            <div style="text-align: center; color:#ffffff;">Follow our Money Script Monday video series.</div>
                          </h4>
                          <div class="ls-l"
                            style="width: auto; height: 15%; padding: 0px; border-width: 0px; border-style: initial; border-color: initial; line-height: normal; background-color: transparent; border-radius: 0px; top: 62%; left: 50%; overflow-wrap: normal; filter: none;"
                            data-ls="offsetxin: 0; offsetxout: 0; durationin: 0; durationout: 0; easingin: linear; easingout: linear; ">
                            <div style="text-align: center">
                              <a type="button" class="btn btn-primary btn-lg" style="border: none; background-color: #C89933;" href="https://pages.lifepro.com/custom-msm?source=msmhb">&nbsp;&nbsp;&nbsp;LEARN MORE&nbsp;&nbsp;&nbsp;</a></div>
                          </div>
                        </div>
                        <div class="ls-circle-timer" style="display: block;">
                          <div class="ls-ct-left">
                            <div class="ls-ct-rotate" style="transform: matrix(-0.68454, 0.72896, -0.72896, -0.68454, 0, 0);">
                              <div class="ls-ct-hider">
                                <div class="ls-ct-half"></div>
                              </div>
                            </div>
                          </div>
                          <div class="ls-ct-right">
                            <div class="ls-ct-rotate" style="transform: matrix(-1, 0, 0, -1, 0, 0);">
                              <div class="ls-ct-hider">
                                <div class="ls-ct-half"></div>
                              </div>
                            </div>
                          </div>
                          <div class="ls-ct-center"></div>
                        </div>
                      </div>
                      <div class="ls-loading-container" style="z-index: -1; display: none;">
                        <div class="ls-loading-indicator"></div>
                      </div><a class="ls-nav-prev" href="#" style="display: none; visibility: visible;"></a><a class="ls-nav-next" href="#" style="display: none; visibility: visible;"></a>
                      <div class="ls-bottom-nav-wrapper" style="visibility: visible;"><span class="ls-nav-sides ls-nav-sideleft"></span><span
                          class="ls-bottom-slidebuttons"><a href="#" class="ls-nav-active"></a><a href="#"></a><a href="#"></a><a href="#"></a><a href="#" class=""></a></span><span class="ls-nav-sides ls-nav-sideright"></span></div>
                      <div class="ls-shadow"></div>
                    </div>
                  </div>
                </div>
                <script type="text/javascript">
                  $('#LiveSlider1714').layerSlider({
                    responsive: false,
                    responsiveUnder: 1280,
                    layersContainer: 1280,
                    pauseOnHover: false,
                    skinsPath: '/DesktopModules/LiveSlider/Themes/',
                    navStartStop: false,
                    thumbnailNavigation: 'disabled'
                  });
                </script>
              </div><!-- End_Module_1714 -->
            </div>
          </div>
          <div class="DnnModule DnnModule-DNN_HTML DnnModule-495"><a name="495"></a>
            <div id="dnn_ctr495_ContentPane">
              <!-- Start_Module_495 -->
              <div id="dnn_ctr495_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                <div id="dnn_ctr495_HtmlModule_lblContent" class="Normal">
                  <section class="call-to-action call-to-action-primary mb-xl" style="padding-top: 10px; padding-bottom: 20px; background-color: #222222;">
                    <div class="container">
                      <div class="row">
                        <div class="col-md-12">
                          <div class="call-to-action-content">
                            <h3 style="letter-spacing: -1px; color: #ffffff;">Start sending <strong>consumer-friendly</strong> videos to your clients today!</h3>
                            <p style="letter-spacing: -1px; color: #ffffff;">Visit the <span class="alternative-font" style="font-weight: bold; color: #698360;">Money Script Monday</span> section on the LifePro Blog.</p>
                          </div>
                          <div class="call-to-action-btn"> <a class="btn btn-lg btn-primary" href="/blog?category=Money%20Script%20Monday" target="_blank" style="letter-spacing: -.5px;">Send Consumer Videos</a> </div>
                        </div>
                      </div>
                    </div>
                  </section>
                </div>
              </div><!-- End_Module_495 -->
            </div>
          </div>
        </div>
        <div class="container">
          <div class="row">
            <div class="col-md-12">
              <div id="dnn_TopPane">
                <div class="DnnModule DnnModule-DNN_HTML DnnModule-494"><a name="494"></a>
                  <div id="dnn_ctr494_ContentPane">
                    <!-- Start_Module_494 -->
                    <div id="dnn_ctr494_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                      <div id="dnn_ctr494_HtmlModule_lblContent" class="Normal">
                        <h2 class="short word-rotator-title" style="text-align: center;padding-top:45px;"> LifePro&nbsp;<strong class="inverted">
                            <div class="word-rotate active">
                              <div class="word-rotate-items" style="width: 120px; top: -84px;"> <span>empowers</span> <span>supports</span> <span>elevates</span> <span>empowers</span></div>
                            </div>
                          </strong>&nbsp;independent financial professionals. </h2>
                        <p class="featured lead" style="text-align: center;"> The independent marketing organization you've been looking for. Whether it's case design, marketing or lucrative rewards, you've come to the right place.</p><br>
                        <hr><br>
                        <h2>Your <strong>Back Office</strong></h2>
                        <div class="col-md-4">
                          <div class="feature-box secundary">
                            <div class="feature-box-icon"> <em class="icon icon-group"></em> </div>
                            <div class="feature-box-info">
                              <h4 class="shorter"> Field Support</h4>
                              <p class="tall">Concierge assistance that personally guides you along the way to reach your <span class="alternative-font">true potential</span> as a financial advisor.</p>
                            </div>
                          </div>
                          <div class="feature-box secundary">
                            <div class="feature-box-icon"> <em class="icon icon-file"></em> </div>
                            <div class="feature-box-info">
                              <h4 class="shorter"> Case Management</h4>
                              <p class="tall">Supervision of all case activity through the underwriting process to make sure it is placed as quickly and efficiently as possible.</p>
                            </div>
                          </div>
                        </div>
                        <div class="col-md-4">
                          <div class="feature-box secundary">
                            <div class="feature-box-icon"> <em class="icon icon-bar-chart-o"></em> </div>
                            <div class="feature-box-info">
                              <h4 class="shorter"> Advanced Case Design</h4>
                              <p class="tall"> Development of complex financial strategies made into easy-to-understand solutions from the most popular illustration software.</p>
                            </div>
                          </div>
                          <div class="feature-box secundary">
                            <div class="feature-box-icon"> <em class="icon icon-briefcase"></em> </div>
                            <div class="feature-box-info">
                              <h4 class="shorter"> Point-of-Sale</h4>
                              <p class="tall">Access to an experienced veteran who will interface with your client and assist you in <span class="alternative-font">securing the sale.</span></p>
                            </div>
                          </div>
                        </div>
                        <div class="col-md-4">
                          <div class="feature-box secundary">
                            <div class="feature-box-icon"> <em class="icon icon-star"></em> </div>
                            <div class="feature-box-info">
                              <h4 class="shorter">Strategic Marketing</h4>
                              <p class="tall"> Tactical branding and marketing strategies used by top financial professionals that will bring your business to the&nbsp;<span class="alternative-font">next level.</span></p>
                            </div>
                          </div>
                          <div class="feature-box secundary">
                            <div class="feature-box-icon"> <em class="icon icon-desktop"></em> </div>
                            <div class="feature-box-info">
                              <h4 class="shorter"> Complete Support</h4>
                              <p class="tall"> A team of individuals to help you resolve your requests and streamline your business operations for you and your staff.</p>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div><!-- End_Module_494 -->
                  </div>
                </div>
              </div>
            </div>
          </div>
        </div>
        <div id="dnn_TopLowerPaneFull">
          <div class="DnnModule DnnModule-DNN_HTML DnnModule-496"><a name="496"></a>
            <div id="dnn_ctr496_ContentPane">
              <!-- Start_Module_496 -->
              <div id="dnn_ctr496_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                <div id="dnn_ctr496_HtmlModule_lblContent" class="Normal">
                  <section class="featured highlight" style="margin-bottom:0px !important;">
                    <div class="container">
                      <div class="row center counters">
                        <div class="col-md-3"> <strong data-to="3775">0</strong> <label>Financial Professionals</label> </div>
                        <div class="col-md-3"> <strong data-to="38">0</strong> <label>Years in Business</label> </div>
                        <div class="col-md-3"> <strong data-to="40876">0</strong> <label>Lives Protected</label> </div>
                        <div class="col-md-3">
                          <div class="counter counter-with-unit"><strong>$</strong> <strong data-plugin-options="{'decimals': 2}" data-to="19.55695541865">14.68</strong><strong>B</strong> <label> Death Benefit In-Force<br>(In Billions) </label>
                          </div>
                        </div>
                      </div>
                    </div>
                  </section>
                </div>
              </div><!-- End_Module_496 -->
            </div>
          </div>
          <div class="DnnModule DnnModule-DNN_HTML DnnModule-23736"><a name="23736"></a>
            <div id="dnn_ctr23736_ContentPane">
              <!-- Start_Module_23736 -->
              <div id="dnn_ctr23736_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                <div id="dnn_ctr23736_HtmlModule_lblContent" class="Normal">
                  <section class="parallax" style="background: 0% -914.094px rgb(246, 246, 246); margin-bottom: 0px !important; margin-top: 0px !important;" data-stellar-background-ratio="0.5">
                    <div class="container">
                      <div class="row center">
                        <div class="col-md-12">
                          <div class="row">
                            <div class="flexslider unstyled flexslider-init flexslider-control-nav" data-plugin-options="{'directionNav':false, 'animation':'slide', 'animationLoop': true, 'slideshowSpeed':10000}">
                              <div class="flex-viewport" style="overflow: hidden; position: relative;">
                                <ul class="slides" style="width: 1200%; transition-duration: 0s; transform: translate3d(-1170px, 0px, 0px);">
                                  <li class="clone" aria-hidden="true" style="width: 1170px; float: left; display: block;">
                                    <div class="col-md-12">
                                      <blockquote>
                                        <p>
                                          <em class="icon icon-quote-left"></em> When you're out there in the field and you're competing with other companies and other advisors, to have&nbsp;&nbsp; <span class="alternative-font"
                                            style="font-size: 26px; vertical-align: 15%; color: #0047bb;">the top knowledge available to dispel the myths</span>and the misinformation out there just puts you in a much more credible position in every
                                          situation that you're dealing with.
                                        </p>
                                        <span>- Lynn, Texas</span>
                                      </blockquote>
                                    </div>
                                  </li>
                                  <li style="width: 1170px; float: left; display: block;" class="flex-active-slide">
                                    <div class="col-md-12">
                                      <blockquote>
                                        <p>
                                          <em class="icon icon-quote-left"></em> This is a mission-driven company...It's not about just making a lot of money, but it's to make meaning. And that's something that Bill Zimmerman [and LifePro] just
                                          exude...&nbsp;&nbsp; <span class="alternative-font" style="font-size: 26px; vertical-align: 15%; color: #0047bb;">Personal income this year actually exceeded $4 million</span> and I attribute 90% of my
                                          success to the support, training, and continual guidance that I get from these folks.
                                        </p>
                                        <span>- Paul, Texas</span>
                                      </blockquote>
                                    </div>
                                  </li>
                                  <li style="width: 1170px; float: left; display: block;">
                                    <div class="col-md-12">
                                      <blockquote>
                                        <p>
                                          <em class="icon icon-quote-left"></em> LifePro has always given me&nbsp;&nbsp; <span class="alternative-font" style="font-size: 26px; vertical-align: 15%; color: #0047bb;">everything I need to do
                                            business</span>...They always look to provide customized solutions that I'm looking for with my clients...it really resonates with my clients that they know the depth we put into the process of finding them
                                          the right solution.
                                        </p>
                                        <span>- Ed, California</span>
                                      </blockquote>
                                    </div>
                                  </li>
                                  <li style="width: 1170px; float: left; display: block;">
                                    <div class="col-md-12">
                                      <blockquote>
                                        <p>
                                          <em class="icon icon-quote-left"></em> With LifePro as my back office, it's given me the ability to <span class="alternative-font" style="font-size: 26px; vertical-align: 15%; color: #0047bb;">focus on doing
                                            what I do best: servicing my clients.</span>The less work I do behind-the-scenes, the more money I can make as I stay in front of my clients. This has ultimately led me to spend more time with my family and
                                          I am very grateful for that!
                                        </p>
                                        <span>- J.B., Ohio</span>
                                      </blockquote>
                                    </div>
                                  </li>
                                  <li style="width: 1170px; float: left; display: block;">
                                    <div class="col-md-12">
                                      <blockquote>
                                        <p>
                                          <em class="icon icon-quote-left"></em> When you're out there in the field and you're competing with other companies and other advisors, to have&nbsp;&nbsp; <span class="alternative-font"
                                            style="font-size: 26px; vertical-align: 15%; color: #0047bb;">the top knowledge available to dispel the myths</span>and the misinformation out there just puts you in a much more credible position in every
                                          situation that you're dealing with.
                                        </p>
                                        <span>- Lynn, Texas</span>
                                      </blockquote>
                                    </div>
                                  </li>
                                  <li style="width: 1170px; float: left; display: block;" class="clone" aria-hidden="true">
                                    <div class="col-md-12">
                                      <blockquote>
                                        <p>
                                          <em class="icon icon-quote-left"></em> This is a mission-driven company...It's not about just making a lot of money, but it's to make meaning. And that's something that Bill Zimmerman [and LifePro] just
                                          exude...&nbsp;&nbsp; <span class="alternative-font" style="font-size: 26px; vertical-align: 15%; color: #0047bb;">Personal income this year actually exceeded $4 million</span> and I attribute 90% of my
                                          success to the support, training, and continual guidance that I get from these folks.
                                        </p>
                                        <span>- Paul, Texas</span>
                                      </blockquote>
                                    </div>
                                  </li>
                                </ul>
                              </div>
                              <ol class="flex-control-nav flex-control-paging">
                                <li><a class="flex-active">1</a></li>
                                <li><a>2</a></li>
                                <li><a>3</a></li>
                                <li><a>4</a></li>
                              </ol>
                            </div>
                          </div>
                        </div>
                      </div>
                    </div>
                  </section>
                </div>
              </div><!-- End_Module_23736 -->
            </div>
          </div>
        </div>
        <div class="container">
          <div class="row">
            <div class="col-md-3">
              <div id="dnn_TopLeftOuter" class="DNNEmptyPane">
              </div>
            </div>
            <div class="col-md-3">
              <div id="dnn_TopLeftInner" class="DNNEmptyPane">
              </div>
            </div>
            <div class="col-md-3">
              <div id="dnn_TopRightInner" class="DNNEmptyPane">
              </div>
            </div>
            <div class="col-md-3">
              <div id="dnn_TopRightOuter" class="DNNEmptyPane">
              </div>
            </div>
          </div>
          <div class="row">
            <div class="col-md-4">
              <div id="dnn_TopLeftPane" class="DNNEmptyPane">
              </div>
            </div>
            <div class="col-md-4">
              <div id="dnn_TopMiddlePane" class="DNNEmptyPane">
              </div>
            </div>
            <div class="col-md-4">
              <div id="dnn_TopRightPane" class="DNNEmptyPane">
              </div>
            </div>
          </div>
          <div class="row">
            <div class="col-md-3">
              <div id="dnn_TopLeftSidebar" class="DNNEmptyPane">
              </div>
            </div>
            <div class="col-md-9">
              <div id="dnn_TopLeftSidebarOuter" class="DNNEmptyPane">
              </div>
            </div>
          </div>
          <div class="row">
            <div class="col-md-9">
              <div id="dnn_TopRightSidebarOuter" class="DNNEmptyPane">
              </div>
            </div>
            <div class="col-md-3">
              <div id="dnn_TopRightSidebar" class="DNNEmptyPane">
              </div>
            </div>
          </div>
          <div class="row">
            <div class="col-md-4">
              <div id="dnn_LeftSidebar" class="DNNEmptyPane">
              </div>
            </div>
            <div class="col-md-8">
              <div id="dnn_LeftSidebarOuter" class="DNNEmptyPane">
              </div>
            </div>
          </div>
          <div class="row">
            <div class="col-md-8">
              <div id="dnn_RightSidebarOuter" class="DNNEmptyPane">
              </div>
            </div>
            <div class="col-md-4">
              <div id="dnn_RightSidebar" class="DNNEmptyPane">
              </div>
            </div>
          </div>
          <div class="row">
            <div class="col-md-6">
              <div id="dnn_LeftPane" class="DNNEmptyPane">
              </div>
            </div>
            <div class="col-md-6">
              <div id="dnn_RightPane" class="DNNEmptyPane">
              </div>
            </div>
          </div>
          <div class="row">
            <div class="col-md-12">
              <div id="dnn_contentPane">
                <div class="DnnModule DnnModule-DNN_HTML DnnModule-504"><a name="504"></a>
                  <div id="dnn_ctr504_ContentPane">
                    <!-- Start_Module_504 -->
                    <div id="dnn_ctr504_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                      <div id="dnn_ctr504_HtmlModule_lblContent" class="Normal">
                        <br><br>
                        <h2 class="short word-rotator-title" style="text-align: center; margin-top:15px;"> We partner with the most <strong>
                            <div class="word-rotate active">
                              <div class="word-rotate-items" style="width: 166px; top: -84px;"> <span>trusted</span> <span>committed</span> <span>responsible</span> <span>trusted</span></div>
                            </div>
                          </strong> insurance carriers. </h2>
                        <h4 class="lead tall" style="text-align: center; color:#0048BB;">56 different companies built off of integrity. That's what we look for.</h4>
                        <p style="text-align: center;"> <!-- End_Module_4378 --> </p>
                        <div class="center">
                          <div class="flexslider unstyled flexslider-init flexslider-control-nav" data-plugin-options="{'directionNav':false, 'animation':'slide', 'slideshow': false}">
                            <div class="flex-viewport" style="overflow: hidden; position: relative;">
                              <ul class="slides" style="width: 400%; transition-duration: 0s; transform: translate3d(0px, 0px, 0px);">
                                <li class="flex-active-slide" style="width: 1140px; float: left; display: block;">
                                  <div class="col-md-2"> <img class="img-responsive" alt="Allianz Insurance Company, LifePro" src="/portals/0/Images2021/carriers/allianz.png" draggable="false"> </div>
                                  <div class="col-md-2"> <img class="img-responsive" alt="National Life Insurance Company, LifePro" src="/portals/0/Images2021/carriers/national-life-group.png" draggable="false"> </div>
                                  <div class="col-md-2"> <img class="img-responsive" alt="North American Insurance Company, LifePro" src="/portals/0/Images2021/carriers/north-american.png" draggable="false"> </div>
                                  <div class="col-md-2"> <img class="img-responsive" alt="Genworth Insurance Company, LifePro" src="/portals/0/Images2021/carriers/genworth.png" draggable="false"> </div>
                                  <div class="col-md-2"> <img alt="Voya Financial Insurance Company, LifePro" src="/portals/0/Images2021/carriers/voya.png" draggable="false"> </div>
                                  <div class="col-md-2"> <img class="img-responsive" alt="Minnesota Insurance Company, LifePro" src="/portals/0/Images2021/carriers/minnesota-life.png" draggable="false"> </div>
                                </li>
                                <li style="width: 1140px; float: left; display: block;">
                                  <div class="col-md-2"> <img class="img-responsive" alt="Legal and General Insurance Company, LifePro" src="/portals/0/Images2021/carriers/legal-and-general.png" draggable="false"> </div>
                                  <div class="col-md-2"> <img class="img-responsive" alt="Transamerica Insurance Company, LifePro" src="/portals/0/Images2021/carriers/transamerica.png" draggable="false"> </div>
                                  <div class="col-md-2"> <img class="img-responsive" alt="AIG Insurance Company, LifePro" src="/portals/0/Images2021/carriers/aig.png" draggable="false"> </div>
                                  <div class="col-md-2"> <img class="img-responsive" alt="Protective Insurance Company, LifePro" src="/portals/0/Images2021/carriers/protective.png" draggable="false"> </div>
                                  <div class="col-md-2"> <img class="img-responsive" alt="Prudential Insurance Company, LifePro" src="/portals/0/Images2021/carriers/prudential.png" draggable="false"> </div>
                                  <div class="col-md-2"> <img class="img-responsive" alt="John Hancock Insurance Company, LifePro" src="/portals/0/Images2021/carriers/john-hancock.png" draggable="false"> </div>
                                </li>
                              </ul>
                            </div>
                            <ol class="flex-control-nav flex-control-paging">
                              <li><a class="flex-active">1</a></li>
                              <li><a>2</a></li>
                            </ol>
                          </div>
                        </div>
                        <p style="text-align: center;"> <span style="font-size: 13px;"> <a href="/who-we-are/our-carriers">View all</a> of our carrier partners </span> </p>
                      </div>
                    </div><!-- End_Module_504 -->
                  </div>
                </div>
              </div>
            </div>
          </div>
          <div class="row">
            <div id="dnn_ContentLowerPane" class="DNNEmptyPane">
            </div>
          </div>
        </div>
        <div id="dnn_BottomPaneFull">
          <div class="DnnModule DnnModule-DNN_HTML DnnModule-46224"><a name="46224"></a></div>
        </div>
      </div>
    </div>
    <footer id="footer">
      <div class="container">
        <div class="row">
          <div class="col-md-12">
            <div id="dnn_FooterTop" class="DNNEmptyPane">
            </div>
          </div>
        </div>
        <div class="row">
          <div class="col-md-6">
            <div id="dnn_FooterLeft" class="DNNEmptyPane">
            </div>
          </div>
          <div class="col-md-6">
            <div id="dnn_FooterRight" class="DNNEmptyPane">
            </div>
          </div>
        </div>
        <div class="row">
          <div class="col-md-4">
            <div id="dnn_FooterLeftPane" class="DNNEmptyPane">
            </div>
          </div>
          <div class="col-md-4">
            <div id="dnn_FooterMiddlePane" class="DNNEmptyPane">
            </div>
          </div>
          <div class="col-md-4">
            <div id="dnn_FooterRightPane" class="DNNEmptyPane">
            </div>
          </div>
        </div>
        <div class="row">
          <div class="col-md-3">
            <div id="dnn_FooterLeftOuter">
              <div class="DnnModule DnnModule-ActionForm DnnModule-27802"><a name="27802"></a>
                <h2>
                  <span id="dnn_ctr27802_dnnTITLE_titleLabel" class="Head"><b>Newsletter</b> Sign Up</span>
                </h2>
                <div id="dnn_ctr27802_ContentPane">
                  <!-- Start_Module_27802 -->
                  <div id="dnn_ctr27802_ModuleContent" class="DNNModuleContent ModActionFormC">
                    <div id="dnn_ctr27802_Main_pnlContent" class="pnlMessage flick bstrap30 -b-newsletter-b-sign-up" af-name="" data-moduleid="27802">
                      <div class="common-loading-container" style="display:none">
                        <div class="common-data-loading"></div>
                      </div>
                      <div data-ng-controller="ActionFormCtrl" has-repeaters="" class="form-root bstrap30  ng-scope" data-rootclass="bstrap30" style=";
                padding: 0px;color: ;" data-ng-init="load('27802')" id="dnn27802root" xmlns:utils="af:utils" novalidate="novalidate">
                        <div class="row">
                          <div class="c-form  form-horizontal normal label-align-inside col-sm-12 ">
                            <div class="form-group">
                              <div class="field-container af-slide  col-sm-12 "><input class="form-control                              required                           ng-pristine ng-untouched ng-valid ng-empty" id="dnn27802FirstName"
                                  name="dnn27802FirstName" data-fieldid="11728" data-af-field="FirstName" data-ng-model="form.fields.FirstName.value" data-ng-keyup="form.fields.FirstName.touched = true;" af-field-title="First Name" type="text"
                                  placeholder="First Name"></div>
                            </div>
                            <div class="form-group">
                              <div class="field-container af-slide  col-sm-12 "><input class="form-control   ng-pristine ng-untouched ng-valid ng-empty" id="dnn27802LastName" name="dnn27802LastName" data-fieldid="11729" data-af-field="LastName"
                                  data-ng-model="form.fields.LastName.value" data-ng-keyup="form.fields.LastName.touched = true;" af-field-title="Last Name" type="text" placeholder="Last Name"></div>
                            </div>
                            <div class="form-group">
                              <div class="field-container af-slide  col-sm-12 "><input class="email  form-control                              required                           ng-pristine ng-untouched ng-valid ng-empty" id="dnn27802Email"
                                  name="dnn27802Email" data-fieldid="11730" data-af-field="Email" data-ng-model="form.fields.Email.value" data-ng-keyup="form.fields.Email.touched = true;" af-field-title="Email" type="text" placeholder="Email"></div>
                            </div>
                            <div class="form-group">
                              <div class="field-container af-slide  col-sm-12 btn-form btnc  btnc-left"><button type="button" data-loading-text="Please wait..." data-name="SignUp" class="
                    btn submit form-button af-btn-loading
                     btn-lg btn-primary  " id="dnn27802SignUp" style="" data-validation="on" data-default-button="on"
                                  data-submiturl="/DesktopModules/DnnSharp/ActionForm/Submit.ashx?_mid=27802&amp;_tabId=56&amp;_portalId=0&amp;_alias=www.lifepro.com&amp;openMode=Always&amp;language=en-US&amp;referrer=&amp;event=click&amp;b=11731"
                                  data-submitquery="_mid=27802&amp;_tabId=56&amp;_portalId=0&amp;_alias=www.lifepro.com&amp;openMode=Always&amp;language=en-US&amp;referrer=&amp;event=click&amp;b=11731">Sign Up</button></div>
                            </div>
                            <div class="clearfix"></div>
                            <div class="alert alert-danger server-error" style="display: none;"></div>
                          </div>
                          <div class="alert alert-info submit-confirm" style="display: none; text-align: center;"></div>
                        </div>
                        <div dnnsf-modal=""></div>
                      </div>
                    </div>
                  </div><!-- End_Module_27802 -->
                </div>
                <div class="clearfix">
                </div>
              </div>
            </div>
          </div>
          <div class="col-md-3">
            <div id="dnn_FooterLeftInner">
              <div class="DnnModule DnnModule-DNN_HTML DnnModule-501"><a name="501"></a>
                <h2>
                  <span id="dnn_ctr501_dnnTITLE_titleLabel" class="Head"><b>About</b> LifePro</span>
                </h2>
                <div id="dnn_ctr501_ContentPane">
                  <!-- Start_Module_501 -->
                  <div id="dnn_ctr501_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                    <div id="dnn_ctr501_HtmlModule_lblContent" class="Normal">
                      <span style="background-color: #003087;">
                        <p>LifePro Financial Services, Inc. is a premier distributor of life, annuity, long-term care, and securities-based insurance products serving financial professionals nationwide. The company was formed solely to help
                          independent insurance agents, financial planners, and other financial service professionals become successful. LifePro understands that its success depends on its customers’
                          success.<a href="/Who-We-Are/Our-Story" class="btn-flat btn-xs">View More <em class="icon icon-arrow-right"></em></a> </p>
                      </span>
                    </div>
                  </div><!-- End_Module_501 -->
                </div>
                <div class="clearfix">
                </div>
              </div>
            </div>
          </div>
          <div class="col-md-3">
            <div id="dnn_FooterRightInner">
              <div class="DnnModule DnnModule-LiveBlogWidget DnnModule-503"><a name="503"></a>
                <h2>
                  <span id="dnn_ctr503_dnnTITLE_titleLabel" class="Head">Recent <b>News</b></span>
                </h2>
                <div id="dnn_ctr503_ContentPane">
                  <!-- Start_Module_503 -->
                  <div id="dnn_ctr503_ModuleContent" class="DNNModuleContent ModLiveBlogWidgetC">
                    <div class="porto_nowidgets widgetmodule">
                      <div class="mwidgetposts recentposts pull-bottom">
                        <h4> Recent Posts</h4>
                        <ul class="simple-post-list">
                          <li>
                            <div class="post-image">
                              <div class="img-thumbnail">
                                <a href="https://www.lifepro.com/Blog/PostId/2210/3-ps-of-estate-planning"><img src="/LinkClick.aspx?fileticket=spQQtSG43ys%3d&amp;tabid=56&amp;portalid=0&amp;mid=510" alt="Episode #316: 3 P's of Estate Planning"> </a>
                              </div>
                            </div>
                            <div class="post-info">
                              <a href="https://www.lifepro.com/Blog/PostId/2210/3-ps-of-estate-planning">Episode #316: 3 P's of Estate Planning</a>
                              <div class="post-meta"> Posted last week </div>
                            </div>
                          </li>
                          <li>
                            <div class="post-image">
                              <div class="img-thumbnail">
                                <a href="https://www.lifepro.com/Blog/PostId/2209/test-drive-an-annuity-calculator"><img src="/LinkClick.aspx?fileticket=v_RK1wQuoxg%3d&amp;tabid=56&amp;portalid=0&amp;mid=510" alt="Episode #315: Test Drive an Annuity Calculator"> </a>
                              </div>
                            </div>
                            <div class="post-info">
                              <a href="https://www.lifepro.com/Blog/PostId/2209/test-drive-an-annuity-calculator">Episode #315: Test Drive an Annuity Calculator</a>
                              <div class="post-meta"> Posted 2 weeks ago </div>
                            </div>
                          </li>
                          <li>
                            <div class="post-image">
                              <div class="img-thumbnail">
                                <a href="https://www.lifepro.com/Blog/PostId/2207/map-you-marketing-for-college-planning"><img src="/LinkClick.aspx?fileticket=HFIIAESVKA8%3d&amp;tabid=56&amp;portalid=0&amp;mid=510" alt="Episode #314: Map Your Marketing for College Planning"> </a>
                              </div>
                            </div>
                            <div class="post-info">
                              <a href="https://www.lifepro.com/Blog/PostId/2207/map-you-marketing-for-college-planning">Episode #314: Map Your Marketing for College Planning</a>
                              <div class="post-meta"> Posted last month </div>
                            </div>
                          </li>
                        </ul><a class="read-more" href="https://www.lifepro.com/Blog">Read More »</a>
                        <div style="clear: both">
                        </div>
                      </div>
                    </div>
                  </div><!-- End_Module_503 -->
                </div>
                <div class="clearfix">
                </div>
              </div>
            </div>
          </div>
          <div class="col-md-3">
            <div id="dnn_FooterRightOuter">
              <div class="DnnModule DnnModule-DNN_HTML DnnModule-502"><a name="502"></a>
                <h2>
                  <span id="dnn_ctr502_dnnTITLE_titleLabel" class="Head"><b>Contact</b> Us</span>
                </h2>
                <div id="dnn_ctr502_ContentPane">
                  <!-- Start_Module_502 -->
                  <div id="dnn_ctr502_ModuleContent" class="DNNModuleContent ModDNNHTMLC">
                    <div id="dnn_ctr502_HtmlModule_lblContent" class="Normal">
                      <span class="short">Phone: (888) 543-3776</span>
                      <p class="short">Fax: (858) 777-5334</p>
                      <ul class="list icons list-unstyled pull-top">
                        <li><em class="icon icon-map-marker"></em> <strong>Address:</strong> 11512 El Camino Real, Suite 100, San Diego, CA 92130</li>
                        <li><em class="icon icon-envelope"></em> <strong>Email:</strong> <a href="mailto:info@lifepro.com">info@lifepro.com</a></li>
                        <li><em class="icon icon-laptop"></em> <strong>Website:</strong> <a href="/">www.lifepro.com</a></li>
                        <li><em class="icon icon-info-circle"></em> <strong>&nbsp;More Info:</strong> <a href="/contact-us">www.lifepro.com/contact-us</a></li>
                      </ul><br><a href="https://www.librainsurancepartners.com/" target="_blank"><img alt="" src="https://lifepro.blob.core.windows.net/lifepro-file-storage/images/homepage/libra.png"></a><br><br><img alt=""
                        src="https://lifepro.blob.core.windows.net/lifepro-file-storage/images/homepage/bbb-accredited-business.png">
                    </div>
                  </div><!-- End_Module_502 -->
                </div>
                <div class="clearfix">
                </div>
              </div>
            </div>
          </div>
        </div>
        <div class="row">
          <div class="col-md-12">
            <div id="dnn_FooterBottom" class="DNNEmptyPane">
            </div>
          </div>
        </div>
      </div>
      <div class="footer-copyright">
        <div class="container">
          <div class="row">
            <div class="col-md-12">
              <div class="copyright"> © <span id="dnn_dnnCopyright_lblCopyright" class="SkinObject">Copyright 2024 LifePro Financial Services, Inc. All rights reserved.</span> |
                <a id="dnn_dnnTerms_hypTerms" class="SkinObject" rel="nofollow" href="https://www.lifepro.com/Terms">Terms Of Use</a> |
                <a id="dnn_dnnPrivacy_hypPrivacy" class="SkinObject" rel="nofollow" href="https://www.lifepro.com/Privacy">Privacy Statement</a>
              </div>
            </div>
          </div>
        </div>
      </div>
    </footer>
    <div class="layout_trigger">
    </div>
  </div>
  <!--CDF(Css|/Portals/_default/Skins/Porto/LP_Home.theme.css)-->
  <!--CDF(Javascript|/Portals/_default/Skins/Porto/LP_Home.js)-->
  <input name="ScrollTop" type="hidden" id="ScrollTop">
  <input name="__dnnVariable" type="hidden" id="__dnnVariable" autocomplete="off" value="`{`__scdoff`:`1`,`sf_siteRoot`:`/`,`sf_tabId`:`56`}">
  <input name="__RequestVerificationToken" type="hidden" value="XxPgZznm4-LH68vX2704Blq1Kyph0f5pP_7ZNjWwxAeEiZcXIEGNbsDAOLGaWSvdq72INw2">
  <script src="/DependencyHandler.axd/1067e08a1d0ff785113c047efac083b1/1490/js" type="text/javascript"></script>
</form>

Text Content

A community where independent does not mean alone.
 * Facebook
 * Twitter
 * Linkedin

 
1-888-LIFEPRO
 * Register

Login
Blog


 * Who We Are
   * Our Story
   * Culture
   * Core Values
   * Leadership
   * Success Stories
   * Charities We Support
 * Our Services
   *  * What LifePro Does for You
     
     Learn what to look for in a marketing organization!
     
      * Sales Support
        * Licensing Support
        * Field Support
        * Marketing
     
      * Case Development
        * Case Design
        * Impaired Risk
        * Case Management
     
      * Operations
        * Administrative
        * Accounting
     
      * Life & Annuities
        * Life Insurance
        * Annuities
   <ul class="sub-menu"> <li> <a href="/Our-Services/What-LifePro-Does-for-You"
   class="mega-menu-sub-title" >What LifePro Does for You</a> </li> </ul> <a
   href="/Our-Services/What-LifePro-Does-for-You"><img alt="What LifePro Does
   For You" class="img-responsive"
   src="https://lifepro.blob.core.windows.net/lifepro-file-storage/images/daily-webinar.png"
   style="margin-top: -15px;" /></a> <p style="line-height: 200%;"> <span
   class="alternative-font">Learn what to look for in a marketing
   organization!</span> </p>
 * Marketing
   * Circle of Wealth
   * College Funding
   * Indexed Universal Life
   * Annuities
   * InsMark
   * MarketPro
   * My Events
   * ReProject
   * SSI Maximization
 * Rewards
   * LifePro Elite Conference
   * Top 5% Advisor
   * LPG Member
   * Bonus Program
   * Marketing Rewards Programs
   * Referral Program
   * Compensation Comparison Calculator
 * Education
   * Blog
   * Live Events & Webinars
   * Industry Updates
 * MyLifePro
   * Cases
   * Clients
   * Client Reports
   * Industry Articles
   * Forms
   * Fact Finders
   * Underwriting Guides
   * iGo e-App
   * Term & GUL Quotes
   * Annuity Rates
   * Carrier Information
      * Featured Items
      * My Business
      * My Education
      * My Marketing
      * Financial Calculators
        
      * Other Resources
        
     
     THE HOTTEST TOOLS, SALES SYSTEMS, AND TRAININGS AVAILABLE IN THE INDUSTRY!
     
     WEALTH BUILDER ACADEMY
     
     TEST DRIVE AN IUL
     
     TERM & GUL QUOTES
     
     MARKETPRO
     
     INDUSTRY ARTICLES
     
     ANNUITY RATES
     
     New to MyLifePro? Check out our MyLifePro overview video.
     
     LIFEPRO MAKES IT EASY TO TRACK YOUR BUSINESS SO YOU CAN CONCENTRATE ON WHAT
     YOU DO BEST!
     
     PRODUCTION SUMMARY
     
     CLIENTS
     
     ILLUSTRATIONS
     
     CASES
     
     AGENT NUMBERS
     
     CALENDAR
     
     CLIENT REPORTS
     
     Don't see what you're looking for? Visit the MyLifePro Dashbaord to stay on
     top of everything in your business.
     
     THE LATEST AND GREATEST CALCULATORS AVAILABLE TO HELP YOUR CLIENTS!
     
     TEST DRIVE AN IUL
     
     CD VS ANNUITY
     
     MONTE CARLO MACHINE
     
     SOCIAL SECURITY INCOME
     
     INVESTMENT EXPENSE
     
     SOCIAL SECURITY INCOME TAX
     
     COMPENSATION COMPARISON CALCULATOR
     
     Don't see what you're looking for? View all of our Financial Calculators
     
     THE INFORMATION YOU NEED TO STAY AHEAD OF THE CURVE!
     
     CARRIER INFORMATION
     
     CARRIER FORMS
     
     CARRIER SOFTWARE
     
     FACT FINDERS
     
     UNDERWRITING GUIDES
     
     IGO E-APP
     
     HOTELS NEAR LIFEPRO
     
     Don't see what you're looking for? Drop us a line on our Contact Form
     
     LIFEPRO HAS AN ENTIRE SUITE OF PROVEN SYSTEMS TO HELP GET YOU GET MORE
     CLIENTS!
     
     WEALTH BUILDER
     
     MARKETPRO
     
     SOCIAL SECURITY MAXIMIZATION
     
     REPROJECT
     
     R.A.T.E.
     
     CIRCLE OF WEALTH
     
     INDEXED UNIVERSAL LIFE
     
     Don't see what you're looking for? View all of our Marketing Systems
     
     USE OUR COLLECTION OF INDUSTRY LEADING TRAINING TO HELP YOU SHARPEN YOUR
     SAW!
     
     MY VIDEOS
     
     PAST EVENTS
     
     UPCOMING LIVE EVENTS
     
     UPCOMING WEBINARS
     
     INDUSTRY ARTICLES
     
     BLOG
     
     Looking for a information on a specific product or concept? Drop us a line
     on our Contact Form
     
     STATE OF THE ART MARKETING TOOLS TO FIND NEW CLIENTS AND GROW YOUR
     BUSINESS!
     
     MONEY SCRIPT MONDAY
     
     EVENTS
     
     WEALTH BUILDER
     
     EMAIL CAMPAIGNS
     
     MARKETPRO
     
     Have an idea for additional marketing tools? Drop us a line on our Contact
     Form
   <style> #mainMenu li[data-col="0"] section { padding: 20px; margin: 0;
   border-radius: 6px; } #myLifeProMenu1 .col-md-2, #myLifeProMenu2 .col-md-2,
   #myLifeProMenu3 .col-md-2, #myLifeProMenu4 .col-md-2, #myLifeProMenu5
   .col-md-2, #myLifeProMenu6 .col-md-2 { width: 14.2%; } #myLifeProMenu7
   .col-md-2 { width: 20%; } .featured-boxes .col-md-2 { padding: 0 0 0 30px; }
   .call-to-action { min-height: 0; } #mainMenu .featured-boxes-style-5
   .featured-box .box-content { padding: 0; } .featured-boxes-style-5
   .featured-box .box-content h5 { text-transform: none; } #mainMenu
   .featured-boxes-style-5 .featured-box .icon-featured { width: 60px; height:
   60px; line-height: 57px; } #mainMenu .featured-boxes .featured-box { margin:
   0; } #mainMenu .tab-content { background-color: transparent; } @media
   (min-width: 992px) { header nav ul.nav-main li a:hover { background-color:
   transparent; } } header nav ul.nav-main li ul .tabs li a { font-size: 14px; }
   .tabs.tabs-vertical.tabs-left ul.col-sm-2 li.active a { font-weight: bold; }
   .tabs.tabs-vertical.tabs-left ul.col-sm-2 li a:hover { background-color: #fff
   !important; border-right: 0; } tabs.tabs-vertical.tabs-left .tab-content
   .mt-lg { margin-top: 0px !important; } tabs.tabs-vertical.tabs-left
   .tab-content .mb-lg { margin-bottom: 0px !important; } #myLifeProMenu1 h5,
   #myLifeProMenu2 h5, #myLifeProMenu3 h5, #myLifeProMenu4 h5, #myLifeProMenu5
   h5, #myLifeProMenu6 h5, #myLifeProMenu7 h5 { margin-bottom: 0; color:
   #1d2127; } header nav.mega-menu .tab-content a { text-decoration: none;
   display: inline-block; padding: 0; margin: 0; } header nav.mega-menu
   .tab-content .thumb-info.thumb-info-centered-info .thumb-info-title { width:
   70%; left: 15%; } header nav.mega-menu .tab-content
   .thumb-info.thumb-info-centered-info:hover .thumb-info-title { top: 23%;
   left: 15%; width: 70%; } header nav.mega-menu .tab-content .thumb-info {
   background-color: transparent; } header nav.mega-menu li[data-col="0"]
   .mega-menu-content { padding: 10px; } header nav.mega-menu li[data-col="0"]
   .tabs, header nav.mega-menu li[data-col="0"] .tab-content p { margin-bottom:
   0; } #myLifeProMenu1 .call-to-action h3, #myLifeProMenu2 .call-to-action h3,
   #myLifeProMenu3 .call-to-action h3, #myLifeProMenu4 .call-to-action h3,
   #myLifeProMenu5 .call-to-action h3, #myLifeProMenu6 .call-to-action h3,
   #myLifeProMenu7 .call-to-action h3 { font-size: 1.7em; } #myLifeProMenu1
   .call-to-action .call-to-action-content, #myLifeProMenu2 .call-to-action
   .call-to-action-content, #myLifeProMenu3 .call-to-action
   .call-to-action-content, #myLifeProMenu4 .call-to-action
   .call-to-action-content, #myLifeProMenu5 .call-to-action
   .call-to-action-content, #myLifeProMenu6 .call-to-action
   .call-to-action-content, #myLifeProMenu7 .call-to-action
   .call-to-action-content { width: 100%; margin-left: 0; padding-top: 0; }
   #myLifeProMenu1 small a, #myLifeProMenu2 small a, #myLifeProMenu3 small a,
   #myLifeProMenu4 small a, #myLifeProMenu5 small a, #myLifeProMenu6 small a,
   #myLifeProMenu7 small a { font-weight: bold; color: #cecbcb; } </style> <div
   class="tabs tabs-vertical tabs-left"> <ul class="nav nav-tabs col-sm-2"> <li
   class="active"> <a data-toggle="tab" href="#myLifeProMenu1"
   aria-expanded="true"> Featured Items </a> </li> <li class=""> <a
   data-toggle="tab" href="#myLifeProMenu2" aria-expanded="false"> My Business
   </a> </li> <li class=""> <a data-toggle="tab" href="#myLifeProMenu6"
   aria-expanded="false"> My Education </a> </li> <li class=""> <a
   data-toggle="tab" href="#myLifeProMenu7" aria-expanded="false"> My Marketing
   </a> </li> <li class=""> <a data-toggle="tab" href="#myLifeProMenu3"
   aria-expanded="false"> Financial Calculators </a> </li> <!--<li class=""> <a
   data-toggle="tab" href="#myLifeProMenu5" aria-expanded="false"> Marketing
   </a> </li>--> <li class=""> <a data-toggle="tab" href="#myLifeProMenu4"
   aria-expanded="false"> Other Resources </a> </li> <!--<li class=""> <a
   data-toggle="tab" href="#myLifeProMenu5" aria-expanded="false"> Test </a>
   </li> <li class=""> <a data-toggle="tab" href="#tabsNavigationSimpleIcons6"
   aria-expanded="false"> Test2 </a> </li>--> </ul> <div class="tab-content">
   <div id="myLifeProMenu1" class="tab-pane active"> <div class="featured-boxes
   featured-boxes-style-5"> <section class="call-to-action" style="padding-top:
   0px;"> <div class="center"> <h4> The hottest <strong>tools, sales systems,
   and trainings</strong> available in the industry! </h4> <!--<p>Stay
   <strong>ahead of the competition</strong> with our proprietary tools</p>-->
   </div> </section> <div class="row"> <div class="col-md-2"> <a
   href="/Wealth-Builder"> <div class="featured-box featured-box-primary
   featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa
   fa-diamond"></em> <h5>Wealth Builder Academy</h5> </div> </div> </a> </div>
   <div class="col-md-2"> <a href="/Financial-Calculators/Test-Drive-an-IUL">
   <div class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-automobile"></em>
   <h5>Test Drive an IUL</h5> </div> </div> </a> </div> <div class="col-md-2">
   <a href="/Resources/Term-GUL-Quotes"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-pie-chart"></em> <h5>Term & GUL Quotes</h5> </div>
   </div> </a> </div> <div class="col-md-2"> <a href="/Marketing/MarketPro">
   <div class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-send-o"></em>
   <h5>MarketPro</h5> </div> </div> </a> </div> <div class="col-md-2"> <a
   href="/Resources/Industry-Articles"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-newspaper-o"></em> <h5>Industry Articles</h5>
   </div> </div> </a> </div> <div class="col-md-2"> <a
   href="/Resources/Annuity-Rates"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-exchange"></em> <h5>Annuity Rates</h5> </div>
   </div> </a> </div> </div> <div class="row center"> <div class="col-md-12"
   style="font-style: italic; color: #cecbcb;"> <small> New to MyLifePro? Check
   out our <a href="/Overview">MyLifePro overview</a> video. </small> </div>
   </div> </div> </div> <div id="myLifeProMenu2" class="tab-pane"> <div
   class="featured-boxes featured-boxes-style-5"> <section
   class="call-to-action" style="padding-top: 0px;"> <div class="center"> <h4>
   LifePro makes it easy to track <strong>your business</strong> so you can
   concentrate on what <strong>you</strong> do best! </h4> <!--<p>Stay up to
   date on <strong>everything</strong> regarding your business</p>--> </div>
   </section> <div class="row"> <div class="col-md-2"> <a
   href="/MyLifePro/Production-Summary"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-line-chart"></em> <h5>Production Summary</h5>
   </div> </div> </a> </div> <div class="col-md-2"> <a href="/Clients"> <div
   class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-users"></em>
   <h5>Clients</h5> </div> </div> </a> </div> <div class="col-md-2"> <a
   href="/MyLifePro/Illustrations"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-bar-chart"></em> <h5>Illustrations</h5> </div>
   </div> </a> </div> <div class="col-md-2"> <a href="/Cases"> <div
   class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-folder-open-o"></em>
   <h5>Cases</h5> </div> </div> </a> </div> <div class="col-md-2"> <a
   href="/Agent-Numbers"> <div class="featured-box featured-box-primary
   featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa
   fa-file-text-o"></em> <h5>Agent Numbers</h5> </div> </div> </a> </div> <div
   class="col-md-2"> <a href="/MyLifePro/Calendar"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-calendar"></em> <h5>Calendar</h5> </div> </div>
   </a> </div> <div class="col-md-2"> <a href="/MyLifePro/Client-Reports"> <div
   class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-area-chart"></em>
   <h5>Client Reports</h5> </div> </div> </a> </div> </div> <div class="row
   center"> <div class="col-md-12" style="font-style: italic; color: #cecbcb;">
   <small> Don't see what you're looking for? Visit the <a
   href="/MyLifePro/Dashboard">MyLifePro Dashbaord</a> to stay on top of
   everything in your business. </small> </div> </div> </div> </div> <div
   id="myLifeProMenu3" class="tab-pane"> <div class="featured-boxes
   featured-boxes-style-5"> <section class="call-to-action" style="padding-top:
   0px;"> <div class="center"> <h4> The <strong>latest and greatest</strong>
   calculators available to help <strong>your clients</strong>! </h4>
   <!--<p>Create that <strong>aha moment</strong> using our suite of custom
   calculators</p>--> </div> </section> <div class="row"> <div class="col-md-2">
   <a href="/Financial-Calculators/Test-Drive-an-IUL"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-automobile"></em> <h5>Test Drive an IUL</h5>
   </div> </div> </a> </div> <div class="col-md-2"> <a
   href="/Financial-Calculators/CD-Vs-Annuity"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-dot-circle-o"></em> <h5>CD vs Annuity</h5> </div>
   </div> </a> </div> <div class="col-md-2"> <a
   href="/Financial-Calculators/Monte-Carlo-Machine"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-gear"></em> <h5>Monte Carlo Machine</h5> </div>
   </div> </a> </div> <div class="col-md-2"> <a
   href="/Financial-Calculators/Social-Security/SSI-Quick-Calculator"> <div
   class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-star"></em> <h5>Social
   Security Income</h5> </div> </div> </a> </div> <div class="col-md-2"> <a
   href="/Financial-Calculators/Investment-Expense-Calculator"> <div
   class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-dollar"></em>
   <h5>Investment Expense</h5> </div> </div> </a> </div> <div class="col-md-2">
   <a href="/Financial-Calculators/Social-Security/SSI-Tax-Calculator"> <div
   class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-tag"></em> <h5>Social
   Security Income Tax</h5> </div> </div> </a> </div> <div class="col-md-2"> <a
   href="/Rewards/Compensation-Comparison-Calculator"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-dollar"></em> <h5>Compensation Comparison
   Calculator</h5> </div> </div> </a> </div> </div> <div class="row center">
   <div class="col-md-12" style="font-style: italic; color: #cecbcb;"> <small>
   Don't see what you're looking for? View all of our <a
   href="/Financial-Calculators">Financial Calculators</a> </small> </div>
   </div> </div> </div> <div id="myLifeProMenu4" class="tab-pane"> <div
   class="featured-boxes featured-boxes-style-5"> <section
   class="call-to-action" style="padding-top: 0px;"> <div class="center"> <h4>
   The information <strong>you need</strong> to stay <strong>ahead of the
   curve</strong>! </h4> <!--<p>Stay <strong>ahead or the curve</strong> with
   these proprietary calculators</p>--> </div> </section> <div class="row"> <div
   class="col-md-2"> <a href="/Who-We-Are/Our-Carriers"> <div
   class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-info"></em> <h5>Carrier
   Information</h5> </div> </div> </a> </div> <div class="col-md-2"> <a
   href="/Resources/Forms"> <div class="featured-box featured-box-primary
   featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa
   fa-pencil-square-o"></em> <h5>Carrier Forms</h5> </div> </div> </a> </div>
   <div class="col-md-2"> <a href="/Resources/Software"> <div
   class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-desktop"></em>
   <h5>Carrier Software</h5> </div> </div> </a> </div> <div class="col-md-2"> <a
   href="/Resources/Fact-Finders"> <div class="featured-box featured-box-primary
   featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa
   fa-file-pdf-o"></em> <h5>Fact Finders</h5> </div> </div> </a> </div> <div
   class="col-md-2"> <a href="/Resources/Underwriting-Guides"> <div
   class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-file-text-o"></em>
   <h5>Underwriting Guides</h5> </div> </div> </a> </div> <div class="col-md-2">
   <a href="https://pipepasstoigo.ipipeline.com/default.aspx?gaid=0023"
   target="_blank"> <div class="featured-box featured-box-primary
   featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa
   fa-laptop"></em> <h5>iGo e-App</h5> </div> </div> </a> </div> <div
   class="col-md-2"> <a href="/Resources/Hotels"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-building-o"></em> <h5>Hotels Near LifePro</h5>
   </div> </div> </a> </div> </div> <div class="row center"> <div
   class="col-md-12" style="font-style: italic; color: #cecbcb;"> <small> Don't
   see what you're looking for? Drop us a line on our <a
   href="/contact-us">Contact Form</a> </small> </div> </div> </div> </div> <div
   id="myLifeProMenu5" class="tab-pane"> <div class="featured-boxes
   featured-boxes-style-5"> <section class="call-to-action" style="padding-top:
   0px;"> <div class="center"> <h4> LifePro has an entire suite of
   <strong>proven systems</strong> to help get you get <strong>more
   clients</strong>! </h4> <!--<p>Keep your <strong>funnel filled</strong> so
   you can worry about the sale</p>--> </div> </section> <div class="row"> <div
   class="col-md-2"> <a href="/Marketing/LifePro-Wealth-Builder"> <div
   class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-diamond"></em> <h5>Wealth
   Builder</h5> </div> </div> </a> </div> <div class="col-md-2"> <a
   href="/Marketing/MarketPro"> <div class="featured-box featured-box-primary
   featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa
   fa-send-o"></em> <h5>MarketPro</h5> </div> </div> </a> </div> <div
   class="col-md-2"> <a href="/Marketing/SSI-Maximization"> <div
   class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-star"></em> <h5>Social
   Security Maximization</h5> </div> </div> </a> </div> <div class="col-md-2">
   <a href="/Marketing/ReProject"> <div class="featured-box featured-box-primary
   featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa
   fa-search"></em> <h5>ReProject</h5> </div> </div> </a> </div> <div
   class="col-md-2"> <a href="/Marketing/RATE"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-user-md"></em> <h5>R.A.T.E.</h5> </div> </div>
   </a> </div> <div class="col-md-2"> <a href="/Marketing/Circle-of-Wealth">
   <div class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-circle-o"></em>
   <h5>Circle of Wealth</h5> </div> </div> </a> </div> <div class="col-md-2"> <a
   href="/Marketing/Indexed-Universal-Life"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-line-chart"></em> <h5>Indexed Universal Life</h5>
   </div> </div> </a> </div> </div> <div class="row center"> <div
   class="col-md-12" style="font-style: italic; color: #cecbcb;"> <small> Don't
   see what you're looking for? View all of our <a
   href="/Financial-Calculators">Marketing Systems</a> </small> </div> </div>
   </div> </div> <div id="myLifeProMenu6" class="tab-pane"> <div
   class="featured-boxes featured-boxes-style-5"> <section
   class="call-to-action" style="padding-top: 0px;"> <div class="center"> <h4>
   Use our collection of <strong>industry leading training</strong> to help you
   <strong>sharpen your saw</strong>! </h4> <!--<p>Keep your <strong>funnel
   filled</strong> so you can worry about the sale</p>--> </div> </section> <div
   class="row"> <div class="col-md-2"> <a href="/MyLifePro/Videos"> <div
   class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-video-camera"></em>
   <h5>My Videos</h5> </div> </div> </a> </div> <div class="col-md-2"> <a
   href="/MyLifePro/Events"> <div class="featured-box featured-box-primary
   featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa
   fa-trophy"></em> <h5>Past Events</h5> </div> </div> </a> </div> <div
   class="col-md-2"> <a href="/Education/Live-Events/Upcoming-Live-Events"> <div
   class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-graduation-cap"></em>
   <h5>Upcoming Live Events</h5> </div> </div> </a> </div> <div
   class="col-md-2"> <div style="display:none;"><a
   href="/Education/Daily-Webinars"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-laptop"></em> <h5>Upcoming Webinars</h5> </div>
   </div> </a> </div></div><div class="col-md-2"> <a
   href="/resources/industry-articles"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-newspaper-o"></em> <h5>Industry Articles</h5>
   </div> </div> </a> </div> <div class="col-md-2"> <a href="/blog"> <div
   class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-comment-o"></em>
   <h5>Blog</h5> </div> </div> </a> </div> </div> <div class="row center"> <div
   class="col-md-12" style="font-style: italic; color: #cecbcb;"> <small>
   Looking for a information on a specific product or concept? Drop us a line on
   our <a href="/contact-us">Contact Form</a> </small> </div> </div> </div>
   </div> <div id="myLifeProMenu7" class="tab-pane"> <div class="featured-boxes
   featured-boxes-style-5"> <section class="call-to-action" style="padding-top:
   0px;"> <div class="center"> <h4> State of the art marketing tools to
   <strong>find new clients</strong> and <strong>grow your business</strong>!
   </h4> <!--<p>Keep your <strong>funnel filled</strong> so you can worry about
   the sale</p>--> </div> </section> <div class="row"> <div class="col-md-2"> <a
   href="/Marketing/My-Marketing/Money-Script-Monday"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-dollar"></em> <h5>Money Script Monday</h5> </div>
   </div> </a> </div> <div class="col-md-2"> <a href="/marketing/My-Events">
   <div class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-calendar"></em>
   <h5>Events</h5> </div> </div> </a> </div> <div class="col-md-2"> <a
   href="/Marketing/LifePro-Wealth-Builder"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-diamond"></em> <h5>Wealth Builder</h5> </div>
   </div> </a> </div> <div class="col-md-2"> <a
   href="/Marketing/Email-Campaigns"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-envelope-open"></em> <h5>Email Campaigns</h5>
   </div> </div> </a> </div> <div class="col-md-2"> <a
   href="/Marketing/MarketPro"> <div class="featured-box featured-box-primary
   featured-box-effect-4"> <div class="box-content"> <em class="icon-featured fa
   fa-send-o"></em> <h5>MarketPro</h5> </div> </div> </a> </div> <!--<div
   class="col-md-2"> <a href="/Education/Video-Library"> <div
   class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-television"></em>
   <h5>Video Library</h5> </div> </div> </a> </div> <div class="col-md-2"> <a
   href="/resources/industry-articles"> <div class="featured-box
   featured-box-primary featured-box-effect-4"> <div class="box-content"> <em
   class="icon-featured fa fa-newspaper-o"></em> <h5>Industry Articles</h5>
   </div> </div> </a> </div> <div class="col-md-2"> <a href="/blog"> <div
   class="featured-box featured-box-primary featured-box-effect-4"> <div
   class="box-content"> <em class="icon-featured fa fa-comment-o"></em>
   <h5>Blog</h5> </div> </div> </a> </div>--> </div> <div class="row center">
   <div class="col-md-12" style="font-style: italic; color: #cecbcb;"> <small>
   Have an idea for additional marketing tools? Drop us a line on our <a
   href="/contact-us">Contact Form</a> </small> </div> </div> </div> </div>
   </div> </div>

COMMUNICATING THE POWER OF LIFE INSURANCE
WITH THE CIRCLE OF WEALTH®


ON JANUARY 24TH, LEARN HOW THE CIRCLE OF WEALTH® SYSTEM'S POWERFUL INSURANCE
PLANNING TOOLS CAN
HELP YOU CONVERT MORE PROSPECTS INTO SATISFIED CLIENTS WITH THIS INCREDIBLE
10-STEP PROCESS.


   SAVE MY SPOT   
JOIN US IN SAN DIEGO AT THE
2024 LIFEPRO SUMMIT

USE COUPON CODE "SUMMIT2024" TO WAIVE YOUR REGISTRATION FEE.

   SAVE MY SPOT   
CELEBRATING OVER 20 YEARS AS
THE AUTHORITY ON IUL

UNLOCK THE LARGEST BOX OF IUL SALES TOOLS.

   VIEW THE TOOLS NOW   
CORE VALUE OF THE MONTH:
BOLD, CONSISTENT VISION

AT LIFEPRO, OUR CORE VALUES ARE THE CORNERSTONE OF OUR SUCCESS.

   LEARN MORE   
CONSUMER-FRIENDLY VIDEOS SENT
TO YOUR INBOX EVERY MONDAY.

FOLLOW OUR MONEY SCRIPT MONDAY VIDEO SERIES.

   LEARN MORE   






START SENDING CONSUMER-FRIENDLY VIDEOS TO YOUR CLIENTS TODAY!

Visit the Money Script Monday section on the LifePro Blog.

Send Consumer Videos


LIFEPRO 
EMPOWERS SUPPORTS ELEVATES EMPOWERS
 INDEPENDENT FINANCIAL PROFESSIONALS.

The independent marketing organization you've been looking for. Whether it's
case design, marketing or lucrative rewards, you've come to the right place.


--------------------------------------------------------------------------------



YOUR BACK OFFICE

FIELD SUPPORT

Concierge assistance that personally guides you along the way to reach your true
potential as a financial advisor.

CASE MANAGEMENT

Supervision of all case activity through the underwriting process to make sure
it is placed as quickly and efficiently as possible.

ADVANCED CASE DESIGN

Development of complex financial strategies made into easy-to-understand
solutions from the most popular illustration software.

POINT-OF-SALE

Access to an experienced veteran who will interface with your client and assist
you in securing the sale.

STRATEGIC MARKETING

Tactical branding and marketing strategies used by top financial professionals
that will bring your business to the next level.

COMPLETE SUPPORT

A team of individuals to help you resolve your requests and streamline your
business operations for you and your staff.

0 Financial Professionals
0 Years in Business
0 Lives Protected
$ 14.68B Death Benefit In-Force
(In Billions)

 * > When you're out there in the field and you're competing with other
   > companies and other advisors, to have   the top knowledge available to
   > dispel the mythsand the misinformation out there just puts you in a much
   > more credible position in every situation that you're dealing with.
   > 
   > - Lynn, Texas

 * > This is a mission-driven company...It's not about just making a lot of
   > money, but it's to make meaning. And that's something that Bill Zimmerman
   > [and LifePro] just exude...   Personal income this year actually exceeded
   > $4 million and I attribute 90% of my success to the support, training, and
   > continual guidance that I get from these folks.
   > 
   > - Paul, Texas

 * > LifePro has always given me   everything I need to do business...They
   > always look to provide customized solutions that I'm looking for with my
   > clients...it really resonates with my clients that they know the depth we
   > put into the process of finding them the right solution.
   > 
   > - Ed, California

 * > With LifePro as my back office, it's given me the ability to focus on doing
   > what I do best: servicing my clients.The less work I do behind-the-scenes,
   > the more money I can make as I stay in front of my clients. This has
   > ultimately led me to spend more time with my family and I am very grateful
   > for that!
   > 
   > - J.B., Ohio

 * > When you're out there in the field and you're competing with other
   > companies and other advisors, to have   the top knowledge available to
   > dispel the mythsand the misinformation out there just puts you in a much
   > more credible position in every situation that you're dealing with.
   > 
   > - Lynn, Texas

 * > This is a mission-driven company...It's not about just making a lot of
   > money, but it's to make meaning. And that's something that Bill Zimmerman
   > [and LifePro] just exude...   Personal income this year actually exceeded
   > $4 million and I attribute 90% of my success to the support, training, and
   > continual guidance that I get from these folks.
   > 
   > - Paul, Texas

 1. 1
 2. 2
 3. 3
 4. 4






WE PARTNER WITH THE MOST
TRUSTED COMMITTED RESPONSIBLE TRUSTED
INSURANCE CARRIERS.

56 DIFFERENT COMPANIES BUILT OFF OF INTEGRITY. THAT'S WHAT WE LOOK FOR.



 * 
 * 

 1. 1
 2. 2

View all of our carrier partners





NEWSLETTER SIGN UP

Sign Up







ABOUT LIFEPRO

LifePro Financial Services, Inc. is a premier distributor of life, annuity,
long-term care, and securities-based insurance products serving financial
professionals nationwide. The company was formed solely to help independent
insurance agents, financial planners, and other financial service professionals
become successful. LifePro understands that its success depends on its
customers’ success.View More




RECENT NEWS

RECENT POSTS

 * Episode #316: 3 P's of Estate Planning
   Posted last week
 * Episode #315: Test Drive an Annuity Calculator
   Posted 2 weeks ago
 * Episode #314: Map Your Marketing for College Planning
   Posted last month

Read More »




CONTACT US

Phone: (888) 543-3776

Fax: (858) 777-5334

 * Address: 11512 El Camino Real, Suite 100, San Diego, CA 92130
 * Email: info@lifepro.com
 * Website: www.lifepro.com
 *  More Info: www.lifepro.com/contact-us






© Copyright 2024 LifePro Financial Services, Inc. All rights reserved. | Terms
Of Use | Privacy Statement