// Get the modal var modal = document.getElementById("myModal"); // Get the button that opens the modal var btn = document.getElementById("openModalBtn"); // Get the element that closes the modal var span = document.getElementsByClassName("close")[0]; // When the user clicks on the button, open the modal btn.onclick = function() { modal.style.display = "block"; } // When the user clicks on (x), close the modal span.onclick = function() { modal.style.display = "none"; } // When the user clicks anywhere outside of the modal, close it window.onclick = function(event) { if (event.target == modal) { modal.style.display = "none"; } } /* The Modal (background) */ .modal { display: none; /* Hidden by default */ position: fixed; /* Stay in place */ z-index: 1; /* Sit on top */ left: 0; top: 0; width: 100%; /* Full width */ height: 100%; /* Full height */ overflow: auto; /* Enable scroll if needed */ background-color: rgba(0,0,0,0.4); /* Black w/ opacity */ } /* Modal Content/Box */ .modal-content { background-color: #fefefe; margin: 15% auto; /* 15% from the top and centered */ padding: 20px; border: 1px solid #888; width: 80%; /* Could be more or less, depending on screen size */ } /* The Close Button */ .close { color: #aaa; float: right; font-size: 28px; font-weight: bold; } .close:hover, .close:focus { color: black; text-decoration: none; cursor: pointer; }
top of page

Life Insurance

What Is Life Insurance?

Life insurance is a contract between you and an insurance company. Essentially, in exchange for your premium payments, the insurance company will pay a lump sum known as a death benefit to your beneficiaries after your death.

Your beneficiaries can use the money for whatever purpose they choose. Often this includes paying everyday bills, paying a mortgage or putting a child through college. Having the safety net of life insurance can ensure that your family can stay in their home and pay for the things that you planned for.

There are two primary types of life insurance: term and permanent life. Permanent life insurance such as whole life insurance or universal life insurance can provide lifetime coverage, while term life insurance provides protection for a certain period.

A local agent in our network can help you compare plans, options and quotes from multiple insurance companies and can customize a plan for your unique situation. Contact an independent agent in your area today.

Here are some of types

bottom of page