equitable.com Open in urlscan Pro
107.162.159.74  Public Scan

Submitted URL: http://equitable.com/
Effective URL: https://equitable.com/
Submission: On July 12 via manual from US — Scanned from DE

Form analysis 5 forms found in the DOM

<form><span class="fieldset">
    <p><input type="checkbox" value="check" id="chkMain" checked="checked" class="legacy-group-status optanon-status-checkbox"><label for="chkMain">Active</label></p>
  </span></form>

<form class="fp-search-inputs">
  <div class="container">
    <div id="activeFields" class="row">
      <div class="col-12 col-sm-4 col-lg-2">
        <label for="searchType">Search by</label>
        <div class="custom-select searchby">
          <select class="searchby" id="searchType" data-param="type">
            <option value="zip">Zip code</option>
            <option value="citystate">City/State</option>
            <option value="name">Name</option>
            <option value="branch">Branch</option>
          </select>
        </div>
      </div>
      <div class="col-6 col-sm-6 col-md-4 col-lg-2 d-block">
        <label for="milesValue" id="distance-label">Within</label>
        <div class="custom-select milesValue">
          <select id="milesValue" name="milesValue" class="milesValue" data-param="radius">
            <option value="1">1 mile</option>
            <option value="5">5 miles</option>
            <option value="10" selected="">10 miles</option>
            <option value="20">20 miles</option>
            <option value="30">30 miles</option>
            <option value="40">40 miles</option>
            <option value="50">50 miles</option>
          </select>
        </div>
      </div>
      <div class="col-6 col-md-2 d-block">
        <label for="textinput-zipCode">Zip code</label>
        <input class="form-control" pattern="(\d{5}([\-]\d{4})?)" name="textinput-zipCode" data-errormessage="{&quot;valueMissing&quot;: &quot;Please input zip&quot;, &quot;typeMismatch&quot;: &quot;Please input a valid zip&quot;}"
          id="textinput-zipCode" placeholder="ZIP *" value="" type="text" required="" data-param="zipCode">
        <div class="invalid-feedback"> Please input a valid zip code </div>
      </div>
      <div class="col-12 col-md-2 go-button">
        <label aria-hidden="true" class="d-none d-md-block">&nbsp;</label>
        <button onclick="utag.link ({event_name: 'Find FP', event_category: 'BodyClick', event_label: 'Click-Find FP Go'})" id="goBtn" name="Go" class="btn btn-primary" data-role="none">Go</button>
      </div>
    </div>
    <div class="row next-button">
      <div class="d-none d-md-block col-12">
        <hr>
      </div>
      <div class="col-12 col-md-3 offset-md-9 text-right">
        <button name="Next" class="btn btn-primary" data-role="none" id="searchResultUpdate">Next</button>
      </div>
    </div>
  </div>
</form>

<form class="d-none" id="inactiveFields">
  <div class="col-12 col-sm-6 col-md-4 col-lg-2 d-none">
    <label for="textinput-firstName">First name</label>
    <input class="form-control" name="textinput-firstName" id="textinput-firstName" placeholder="First name" value="" type="text" data-param="firstName">
    <div class="invalid-feedback"> Please input a first name </div>
  </div>
  <div class="col-12 col-sm-6 col-md-4 col-lg-2 d-none">
    <label for="textinput-lastName">Last name</label>
    <input class="form-control" name="textinput-lastName" data-errormessage="Please input last name" id="textinput-lastName" placeholder="Last name *" value="" type="text" required="required" data-param="lastName">
    <div class="invalid-feedback"> Please input a last name </div>
  </div>
  <div class="col-12 col-sm-6 col-md-4 col-lg-2 d-none">
    <label for="textinput-city">City</label>
    <input class="form-control" name="textinput-city" id="textinput-city" placeholder="Enter city*" value="" type="text" required="required" data-param="city">
    <div class="invalid-feedback"> Please input a city</div>
  </div>
  <div class="col-12 col-sm-3 col-md-4 col-lg-2 d-none">
    <label for="select-stateName">State</label>
    <div class="custom-select stateName">
      <select id="select-stateName" name="select-stateName" required="" data-param="stateName">
        <option value="">Select State *</option>
        <option value="AL">Alabama</option>
        <option value="AK">Alaska</option>
        <option value="AZ">Arizona</option>
        <option value="AR">Arkansas</option>
        <option value="CA">California</option>
        <option value="CO">Colorado</option>
        <option value="CT">Connecticut</option>
        <option value="DE">Delaware</option>
        <option value="DC">District Of Columbia</option>
        <option value="FL">Florida</option>
        <option value="GA">Georgia</option>
        <option value="HI">Hawaii</option>
        <option value="ID">Idaho</option>
        <option value="IL">Illinois</option>
        <option value="IN">Indiana</option>
        <option value="IA">Iowa</option>
        <option value="KS">Kansas</option>
        <option value="KY">Kentucky</option>
        <option value="LA">Louisiana</option>
        <option value="ME">Maine</option>
        <option value="MD">Maryland</option>
        <option value="MA">Massachusetts</option>
        <option value="MI">Michigan</option>
        <option value="MN">Minnesota</option>
        <option value="MS">Mississippi</option>
        <option value="MO">Missouri</option>
        <option value="MT">Montana</option>
        <option value="NE">Nebraska</option>
        <option value="NV">Nevada</option>
        <option value="NH">New Hampshire</option>
        <option value="NJ">New Jersey</option>
        <option value="NM">New Mexico</option>
        <option value="NY">New York</option>
        <option value="NC">North Carolina</option>
        <option value="ND">North Dakota</option>
        <option value="OH">Ohio</option>
        <option value="OK">Oklahoma</option>
        <option value="OR">Oregon</option>
        <option value="PA">Pennsylvania</option>
        <option value="RI">Rhode Island</option>
        <option value="SC">South Carolina</option>
        <option value="SD">South Dakota</option>
        <option value="TN">Tennessee</option>
        <option value="TX">Texas</option>
        <option value="UT">Utah</option>
        <option value="VT">Vermont</option>
        <option value="VA">Virginia</option>
        <option value="WA">Washington</option>
        <option value="WV">West Virginia</option>
        <option value="WI">Wisconsin</option>
        <option value="WY">Wyoming</option>
      </select>
      <div class="invalid-feedback"> Please choose a state </div>
    </div>
  </div>
</form>

Name: Lead Form

<form id="leadForm" name="Lead Form" class="needs-validation" data-sfdcleadform="ContactUs" novalidate="">
  <div class="row">
    <div class="col-12 first">
      <label class="sr-only" for="LM_first_name">First Name</label>
      <input class="form-control" name="LM_first_name" id="LM_first_name" value="" type="text" required="" title="Please input your first name" data-errormessage="First name required" maxlength="75" tabindex="0"
        oninvalid="setCustomValidity('First name required');" oninput="setCustomValidity('');" placeholder="First Name">
      <div class="invalid-feedback">First name required</div>
    </div>
    <div class="col-12">
      <label class="sr-only" for="LM_last_name">Last Name</label>
      <input class="form-control" name="LM_last_name" id="LM_last_name" value="" type="text" required="" title="Please input your last name" data-errormessage="Last name required" maxlength="75" tabindex="0"
        oninvalid="setCustomValidity('Last name required');" oninput="setCustomValidity('');" placeholder="Last Name">
      <div class="invalid-feedback">Last name required</div>
    </div>
  </div>
  <div class="row">
    <div class="col-12">
      <label class="sr-only" for="LM_contact">Phone number or email address</label>
      <input class="form-control" name="LM_contact" id="LM_contact" value="" pattern="^[^@]+@[^@]+\.[a-zA-Z]{2,6}|^\(?([0-9]{3})\)?[-. ]?([0-9]{3})[-. ]?([0-9]{4})" type="text" required="" title="Please input your phone number or email address"
        data-errormessage="Phone or email required" maxlength="46" aria-label="phone number or email address" oninvalid="setCustomValidity('Phone or email required');" oninput="setCustomValidity('')" tabindex="0"
        placeholder="Phone number or email address">
      <div class="invalid-feedback">Phone or email required</div>
    </div>
  </div>
  <div class="row">
    <div class="col-sm-12 submit-wrapper text-right">
      <p>All fields required</p>
    </div>
    <div class="col-sm-12 submit-wrapper">
      <input value="" id="profileId" name="profileId" type="hidden">
      <input value="" id="profileIdGenDate" name="profileIdGenDate" type="hidden">
      <input value="C202043294" id="LM_campaign_id" name="LM_campaign_id" type="hidden">
      <button type="submit" id="leadFormSubmit" class="btn btn-primary mb-4 float-left"><span class="content">Request</span></button>
    </div>
  </div>
  <div class="alert alert-success good hidden" role="alert"> Your request has been submitted. </div>
  <div class="alert alert-warning bad hidden" role="alert"> There was a problem processing your request. Please try again. </div>
</form>

Name: loginPOST

<form target="_top" name="login" data-ajax="false" class="form" method="POST" onsubmit="return newcheckRememberLogin(this)">
  <input class="form-control" name="login" autocomplete="off" value="" placeholder="User ID" type="text">
  <input class="form-control loginPasswordID" name="password" value="" placeholder="Password" autocomplete="off" type="password">
  <div class="cta-btn">
    <fieldset>
      <button type="submit" class="btn btn-secondary" id="panel-desktop-login">Sign in</button>
    </fieldset>
  </div>
</form>

Text Content

Cookie Notice

We value your privacy and are committed to protecting information collected from
visitors to our website. This information includes cookies used to analyze
traffic on our site, offer personalized content and provide social media
features. Please review our Online Privacy Policy for more details.


Close
Accept Cookies


 * Your Privacy

 * Strictly Necessary Cookies

 * Performance Cookies

 * Functional Cookies

 * Targeting Cookies

 * More Information

Privacy Preference Centre

Active

Always Active



Save Settings

Allow All

We are continuously improving our digital accessibility, recognizing the
importance of having websites that are accessible to the widest possible
audience. Should you require assistance or have a Customer Service need, please
call (877) 222-2144Skip to main content

Sign in
 * 
 * Support


 * 
 * Sign in


ADVICE.
PROTECTION. RETIREMENT.






LET US HELP PLAN YOUR FINANCIAL FUTURE


FINANCIAL PLANNING AND ADVICE

A smart plan for the future considers your needs and lifestyle today, as well as
your long-term aspirations. It should reflect your personal goals and help you
reach them on your own terms.

Bring us your vision. We'll provide the plan. Together, we'll face the future
with courage, strength and wisdom.

Learn more




LIFE INSURANCE

Life insurance can be a smart addition to any financial plan. It can give you
the flexibility to supplement your retirement income, pay long-term care costs,
or leave money to your loved ones after you’re gone.

A financial professional can help you personalize a life insurance plan that
protects your family and gives you the flexibility to enjoy your life today.

Learn more




RETIREMENT

In retirement, you want the freedom to pursue your passions. It’s about feeling
empowered to make choices for a meaningful life as you define it and finding
fulfillment along the way.

Whether you’re just starting out, juggling the demands of mid-life,
transitioning to your next act, or defining your legacy, we can support you. Let
us help you define a smart retirement strategy so you can live the life you
want.

Learn more




EMPLOYEE BENEFITS

One of the easiest ways to protect your family, your assets and your health is
to enroll in  employee   benefits   through your employer. By selecting the 
benefits  that are right for you and your family, you can save on routine costs
such as dental and eye exams, and protect against unexpected expenses with 
benefits  that provide income when you need it most.

With our powerfully simple  employee   benefits  website, you’ll have the
information you need at your fingertips – to learn about, enroll in, and manage
your  benefits  online.

Learn more




NOT WORKING WITH A FINANCIAL PROFESSIONAL?

SEE HOW EQUITABLE CAN HELP ADDRESS YOUR NEEDS. FIND A PROFESSIONAL NEAR YOU.

Search by
Zip code City/State Name Branch
Within
1 mile 5 miles 10 miles 20 miles 30 miles 40 miles 50 miles
Zip code
Please input a valid zip code
  Go

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

Next
First name
Please input a first name
Last name
Please input a last name
City
Please input a city
State
Select State * Alabama Alaska Arizona Arkansas California Colorado Connecticut
Delaware District Of Columbia Florida Georgia Hawaii Idaho Illinois Indiana Iowa
Kansas Kentucky Louisiana Maine Maryland Massachusetts Michigan Minnesota
Mississippi Missouri Montana Nebraska Nevada New Hampshire New Jersey New Mexico
New York North Carolina North Dakota Ohio Oklahoma Oregon Pennsylvania Rhode
Island South Carolina South Dakota Tennessee Texas Utah Vermont Virginia
Washington West Virginia Wisconsin Wyoming
Please choose a state
At Equitable, we pledge to combat systemic racism and embrace the diversity of
all individuals. We are committed to creating a more inclusive, understanding
and equitable society. Read more.


INSIGHTS

Times change rapidly and we are here with resources, tools and timely
perspectives to help you make smart decisions and stay on track to meet your
goals.

HOW PLANNING FOR TOMORROW CAN EASE UNCERTAINTY TODAY



10 YEAR-END TAX PLANNING TIPS FOR INDIVIDUALS AND BUSINESS OWNERS



FOUR WAYS AN ANNUITY CAN BOOST YOUR CONFIDENCE GOING INTO RETIREMENT



USING LIFE INSURANCE IN RETIREMENT



See Perspectives for more insights




NOT WORKING WITH A FINANCIAL PROFESSIONAL?

REQUEST TO HAVE AN EQUITABLE ADVISORS FINANCIAL PROFESSIONAL CONTACT YOU.

Or, Find a professional near you.

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

If you have an existing account and need support please visit our support
section.
We’re here to help you navigate through this unprecedented time. Read our
COVID-19 response.

Check the background of your financial professional or broker/dealer with FINRA
Brokercheck

For important information concerning the accounts, products and services offered
by Equitable Advisors, LLC, see Relationship Summary (Form CRS) for Retail
Investors and General Conflicts of Interest Disclosure

For important information regarding LIBOR


CONTACT US

Send a request to have one of our experts contact you

First Name
First name required
Last Name
Last name required
Phone number or email address
Phone or email required

All fields required

Request
Your request has been submitted.
There was a problem processing your request. Please try again.
GE-2884392 (01/2020) (Exp. 01/2022)



WELCOME TO EQUITABLE

Effective immediately, please use www.equitable.com
to access our website.



Please replace any bookmarks with www.equitable.com.
If you have an account with us, your user ID and password will not change.

Go to Equitable.com Equitable is the brand name of the retirement and protection
subsidiaries of Equitable Holdings, Inc., including Equitable Financial Life
Insurance Company (Equitable Financial) (NY, NY), Equitable Financial Life
Insurance Company of America (Equitable America), an AZ stock company with main
administrative headquarters in Jersey City, NJ, and Equitable Distributors, LLC.
Equitable Advisors is the brand name of Equitable Advisors, LLC (member FINRA,
SIPC). GE-2891061(01/20)

 * About Equitable
 * Equitable Foundation
 * Careers
 * Feedback
 * Equitable Holdings

 * 1290 Avenue of the Americas
   New York, NY 10104
 * 

 * Privacy and security
 * Usage agreement



© 2020 Equitable Holdings, Inc. All rights reserved.



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

Equitable is the brand name of the retirement and protection subsidiaries of
Equitable Holdings, Inc., including Equitable Financial Life Insurance Company
(Equitable Financial) (NY, NY), Equitable Financial Life Insurance Company of
America (Equitable America), an AZ stock company with main administrative
headquarters in Jersey City, NJ, and Equitable Distributors, LLC.  Equitable
Advisors is the brand name of Equitable Advisors, LLC (member FINRA, SIPC)
(Equitable Financial Advisors in MI & TN).


SIGN IN

WELCOME BACK

System availability notice
Sign in
Forgot User ID or Password
Don't have an account? Register Now

Equitable Retirement VisionSM,
Retirement Gateway, Momentum
& Retirement Strategies Administrators


for INDIVIDUALSfor EMPLOYERSfor FINANCIAL PROFESSIONALS
Advice
 * Why work with a Financial Professional
 * Saving and Investing
 * Find a Financial Professional

Retirement
 * Retirement Planning
 * 403(b) plans for educators
 * Products
    * Annuities
    * 401(k) Plans
    * 403(b) Plans
    * 457(b) Plans

Life Insurance
 * Benefits of life insurance
 * Products
    * Indexed universal life
    * Term life
    * Variable life

Employee Benefits
 * Discover your benefits
 * Products
    * Dental
    * Life
    * Long-term disability
    * Short-term disability
    * Vision
    * Accident
    * Critical Illness

 * Find a provider

Advice
 * Why work with a Financial Professional
 * Plan for your business at every stage
 * Find a Financial Professional

Retirement
 * Help employees retire confidently
 * 401(k) Plans
 * 403(b) Plans
 * 457(b) Plans

Life Insurance
 * Benefits of life insurance
 * Products
    * Indexed universal life
    * Term life
    * Variable life

Employee Benefits
 * Benefits made easy
 * Products
 * Find a provider

For your clients
 * Discover benefits
 * Saving and Investing
 * Benefits of life insurance
 * Retirement Planning

Retirement
 * Resources for retirement
 * Annuity products
 * Workplace retirement products
    * 401(k) Plans
    * 403(b) Plans
    * 457(b) Plans

Life Insurance
 * Resources
 * Products

Employee Benefits
 * Resources
 * Products

 * About Equitable
 * Perspectives
 * Careers
 * Newsroom
 * Equitable Foundation

   
 * for INDIVIDUALS
    * Advice
       * Why work with a Financial Professional
       * Saving and Investing
       * Find a Financial Professional
   
    * Retirement
       * Retirement Planning
       * 403(b) plans for educators
       * Products
          * Annuities
          * 401(k) Plans
          * 403(b) Plans
          * 457(b) Plans
   
    * Life Insurance
       * Benefits of life insurance
       * Products
          * Indexed universal life
          * Term life
          * Variable life
   
    * Employee Benefits
       * Discover your benefits
       * Resources
          * Products
      
       * Products
          * Dental
          * Life
          * Long-term disability
          * Short-term disability
          * Vision
          * Accident
          * Critical Illness
      
       * Find a provider

   
   
 * for EMPLOYERS
    * Advice
       * Why work with a Financial Professional
       * Plan for your business at every stage
       * Find a Financial Professional
   
    * Retirement
       * Help employees retire confidently
       * 401(k) Plans
       * 403(b) Plans
       * 457(b) Plans
   
    * Life Insurance
       * Benefits of life insurance
       * Products
          * Indexed universal life
          * Term life
          * Variable life
   
    * Employee Benefits
       * Benefits made easy
       * Resources
          * Our approach
          * Powerfully Simple
          * Integrated platform
          * Learn from the experts
      
       * Products
       * Find a provider

   
   
 * for FINANCIAL PROFESSIONALS
    * For your clients
       * Discover benefits
       * Saving and Investing
       * Benefits of life insurance
       * Retirement Planning
   
    * Retirement
       * Resources for retirement
       * Annuity products
       * Workplace retirement products
          * 401(k) Plans
          * 403(b) Plans
          * 457(b) Plans
   
    * Life Insurance
       * Resources
       * Products
       * Resources
          * Learning
          * Sales Concepts
   
    * Employee Benefits
       * Resources
       * Resources
          * Our approach
          * Powerfully Simple
          * Integrated platform
          * Compensation
          * Account service
          * Learn from the experts
      
       * Products

   

 * Search
 * Find a financial professional
 * Support
 * About Equitable
 * Perspectives
 * Careers
 * Newsroom
 * Equitable Foundation
   
 * Feedback