@charset "UTF-8";
/*====================================*\
    Flowserve Styles
\*====================================*/
.td_tabactive {
  background-color: #CD0000;
}
.td_tabalt {
  background-color: #777777;
}

/*=============================*\
   Color Key
	Red #CD0000
	Grey #777777
\*=============================*/

/*=============================================*\
   Welcome Block Size Manipulation for Nav Bar
\*=============================================*/

#welcome-block {
  height: 48px;
  padding: 0px!important;
  background-color: #CD0000;
  border: 1px solid white!important;
}
#welcome-block .wrapper {
  height: 40px;
  background-color: #CD0000;
  padding: 0px!important;
}

/*====================================*\
    $EE/ADMIN Home Page Panel Headers
	JD COMMENT - not recommended
\*====================================*/
}
/* [Panel Headers Font Color]*/
}
.hr-panel span.charm, 
.rsp-manager-dsn .panel span.charm {
  margin-left: 5px;
}

/*=============================*\
   $CLIENT SPECIFIC - EE HOME PAGE 6.0 - Welcome Panel
\*=============================*/
#welcome-main {
	background-color: #fff;
	border-color: #e2e2e2;
}
.welcome-name, 
#welcome-alerts,
#welcome-calendar.welcome-no-enroll .welcome-calendar-content li a {
	border-bottom-color: #e2e2e2;
}
.portlet-sidebar {
	background: #888;
}


/*=============================*\
   Top Navigation
\*=============================*/

/* Utility Navigation */
#nav-top .nav-top-link,
#nav-top .nav-utility #nav-top-link-wrapper a,
#chat-tools .chat-tools-phone,
#chat-tools .chat-tools-phone:before,
#chat-tools .chat-tools-intro a,
#chat-tools .chat-tools-chat a {
	color: #CD0000;
}
#nav-top .nav-top-link:hover, 
#nav-top .nav-utility #nav-top-link-wrapper a:hover, 
#chat-tools .chat-tools-phone:hover, 
#chat-tools .chat-tools-phone:hover:before,
#chat-tools .chat-tools-intro a:hover, 
#chat-tools .chat-tools-chat a:hover, 
#nav-top .nav-top-link:active, 
#nav-top .nav-utility #nav-top-link-wrapper a:active, 
#chat-tools .chat-tools-phone:active,
#chat-tools .chat-tools-phone:active:before,
#chat-tools .chat-tools-intro a:active, 
#chat-tools .chat-tools-chat a:active, 
#nav-top .nav-top-link:focus, 
#nav-top .nav-utility #nav-top-link-wrapper a:focus, 
#chat-tools .chat-tools-phone:focus, 
#chat-tools .chat-tools-phone:focus:before,
#chat-tools .chat-tools-intro a:focus, 
#chat-tools .chat-tools-chat a:focus {
	color: #CD0000;
}

/*------------------------------------*\
    $Main Navigation
\*------------------------------------*/
/* 
}
/* Font color of navigation and active navigation tab */
#nav-mainNav a,
#nav-mainNav a.current {
	color: #fff;
}

/* [Secondary Color] - Hover and active background color of primary navigation tab */
#nav-mainNav > ul li a:hover, 
#nav-mainNav > ul li a.current, 
#nav-mainNav > ul li a.active {
	background-color: #777;
}
/* Background Color of secondary navigation items */
#nav-mainNav > ul li > ul li a, 
#responsive-nav .links-top-nav-responsive li ul li a {
	background-color: #777;
	border-bottom: 1px solid #777;
}
/* Color of borders between each navigation tabs */
#nav-mainNav > ul li a {
	border-right: 1px solid #eee;
}
/* Far left border */
#nav-mainNav > ul > li:first-child > a {
	border-left: 1px solid #eee;
}

/* [Tertiary Color] - Hover color of secondary navigation items */
#nav-mainNav > ul li > ul li a:hover, 
#nav-mainNav > ul li > ul li a.current {
	background-color: #CD0000;
}

/*=============================*\
   Help Button Color
\*=============================*/

#help #trigger-overlay {
  background-color: #777777;
  border-left-color: transparent;
  border-right-color: transparent;
}
#help #trigger-overlay:hover {
  background-color: #777777;
}

/*====================================*\
    $LEFT NAVIGATION
\*====================================*/
    
/* Selected Color */
#nav-tertiary li.selected a {
  background-color: #CD0000;
  border-left-color: #CD0000;
  color: #fff;
}
    
/* Sub Navigation, Main Color */
#nav-tertiary ul li.selected ul li a {
  background-color: #777;
}
    
/* Sub Navigation, Selected & Hover Color */
#nav-tertiary ul li.selected ul li.selected a, 
#nav-tertiary li ul li a:hover {
  background-color: #555 !important;
}


/* CLIENT SPECIFIC - Library Panel Background*/
.library-header {
	background: #777;
	color: #fff;
}
.library-header:hover {
	color: #777;
}

/*====================================
   Login Page
====================================

.login-page #languageSelectionDiv {
  margin-top: 10px;
}
.login-page #banner {
  background: #f5f5f5 url(https://secure.bswift.com/images/documentImage/60018_502575.jpg) no-repeat left top;
  height: 500px;
}
#login-main {
  background: url(https://lh5.googleusercontent.com/-A92KsoVm9Yk/UqZ1DPHVBvI/AAAAAAAAAYg/SeioBis3NVA/s10-no/blk-75.png);
  border: 1px solid #222;
  bottom: 20px;
  position: absolute;
  right: 20px;
}
#login fieldset span.field-title,
#login-container h4,
#login-container li a {
  color: #fff;
}
#login-container li a:active,
#login-container li a:hover {
  color: #bb2a1e;
}
--this section hides default image on homepage--
.login-page .slideshow-wrapper {
  background: none;
  border: none;
  display: none;
  position: absolute;
  width: 100%;
}
.login-page .slideshow-wrapper img {
  display: none;
}
--end login page section--*/

/*====================================*\
    $SUB NAVIGATION, ENROLLMENT
\*====================================*/

/* change navigation background */
#nav-subnavWrapper {
    background-color: #BEBEBE;
}
/* change tab dividers to match navigation background */
.topNav_selection_tab a:after, 
.topNav_selection_tab span:after {
    border-left-color: #BEBEBE;
}

/* tab color */
.topNav_selection_tab div,
.topNav_selection_tab a, 
.topNav_selection_tab span {
    background-color: #666666;
    color: #fff; /*optional*/
}
.topNav_selection_tab a:before, 
.topNav_selection_tab span:before {
    border-left-color: #666666;
}

/* tab hover color */
.topNav_selection_tab a:hover, 
.topNav_selection_tab span:hover {
	background-color: #555;
}
.topNav_selection_tab a:hover:before, 
.topNav_selection_tab span:hover:before {
	border-left-color: #555;
}

/* selected tab color */
.topNav_selection_tab a#selected-step, 
.topNav_selection_tab span#selected-step {
    background-color: #CD0000;   
    color: #fefefe; /*optional*/ 
}
.topNav_selection_tab a#selected-step:before, 
.topNav_selection_tab span#selected-step:before {
    border-left-color: #CD0000;
}

/*------------------------------------*\
   $Sub Navigation Enrollment Cart
\*------------------------------------*/
/* light rule on both sides of the cart icon  - must match hover & active state on the cart icon*/
#enrollment-summary-cart-wrap {
    border-left-color: #666666;
    border-right-color: #666666;
}
/* cart background */
#enrollment-summary-cart {
	background-color: #666666;
}
/* hover & active state on the cart icon and cart flyout background */
#enrollment-summary-cart:hover,
#enrollment-summary-cart.active,
#enrollment-cost-summary-dropdown {
    background-color: #777;
}


/*------------------------------------*\
    $BUTTONS: Arrow & Continue Button
\*------------------------------------*/  
.btn-arrow,
a.btn-arrow,
input[type="submit"].btn-arrow,
input[type="button"].btn-arrow {
    background-color: #777;
	border-bottom-color: #444;
}
.btn-arrow:hover,
a.btn-arrow:hover,
input[type="submit"].btn-arrow:hover,
input[type="button"].btn-arrow:hover,
.btn-arrow:active,
a.btn-arrow:active,
input[type="submit"].btn-arrow:active,
input[type="button"].btn-arrow:active {
    background-color: #CD0000;
}

/*================================*\
   Hide Plan Details Links
\*================================*/

#benefittype-14 .view-plan-details-link,
#benefittype-112 .view-plan-details-link,
#benefittype-8 .view-plan-details-link,
#benefittype-110 .view-plan-details-link,
#benefittype-111 .view-plan-details-link,
#benefittype-113 .view-plan-details-link,
#benefittype-33 .view-plan-details-link,
#benefittype-117 .view-plan-details-link,
#benefittype-73 .view-plan-details-link,
#benefittype-99 > div.plan-content > div > div > div.confirm-buttons > a,
#benefittype-73 > div.plan-content > div > div > div.confirm-buttons > a,
#benefittype-9 > div.plan-content > div > div > div.confirm-buttons > a,
#benefittype-13 > div.plan-content > div > div > div.confirm-buttons > a,
#benefittype-10 > div.plan-content > div > div > div.confirm-buttons > a,
#benefittype-4 > div.plan-content > div > div > div.confirm-buttons > a,
#benefittype-55 > div.plan-content > div > div > div.confirm-buttons > a,
#benefittype-74 > div.plan-content > div > div > div.confirm-buttons > a,
#details_container_142402 > div > span > a{
  display: none!important;
}


/*================================*\
   Hide Back Button on Sub Pages
\*================================*/
#MasterPage_ctl00_Base_Content_pageContent_backButton {
  display: none!important;
}

div.plan-detail-your-est-oop-cost{
  display: none!important;
}

#ctl01_bestFitOOPCostContainer,
#ctl02_bestFitOOPCostContainer,
#ctl03_bestFitOOPCostContainer,
#ctl04_bestFitOOPCostContainer,
#ctl05_bestFitOOPCostContainer{
  display: none!important;
}


/*===========================*\
   Hide Post-Tax 
\*===========================*/
#summarySection-13 > div.plan-selection-step-content > table > tbody > tr:nth-child(6),
#summarySection-5 > div.plan-selection-step-content > table > tbody > tr:nth-child(6),
#summarySection-4 > div.plan-selection-step-content > table > tbody > tr:nth-child(6),
#summarySection-55 > div.plan-selection-step-content > table > tbody > tr:nth-child(6),
#summarySection-73 > div.plan-selection-step-content > table > tbody > tr:nth-child(6),
#summarySection-74 > div.plan-selection-step-content > table > tbody > tr:nth-child(6),
#summarySection-12 > div.plan-selection-step-content > table > tbody > tr:nth-child(6),
#summarySection-105 > div.plan-selection-step-content > table > tbody > tr:nth-child(6),
#summarySection-106 > div.plan-selection-step-content > table > tbody > tr:nth-child(6),
#summarySection-108 > div.plan-selection-step-content > table > tbody > tr:nth-child(6),
#summarySection-10 > div.plan-selection-step-content > table > tbody > tr:nth-child(6),
#summarySection-107 > div.plan-selection-step-content > table > tbody > tr:nth-child(4),
#summarySection-107 > div.plan-selection-step-content > table > tbody > tr:nth-child(6),
#benefittype-4 > div.plan-content > div > div.confirm-data.clearfix > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-5 > div.plan-content > div > div.confirm-data.clearfix > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-55 > div.plan-content > div > div.confirm-data.clearfix > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-73 > div.plan-content > div > div.confirm-data.clearfix > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-74 > div.plan-content > div > div.confirm-data.clearfix > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-9 > div.plan-content > div > div.confirm-data.clearfix > div.confirm-data-right > div > ul > li.your-cost-total,
#benefittype-4 > div.plan-content > div > div > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-5 > div.plan-content > div > div > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-55 > div.plan-content > div > div > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-73 > div.plan-content > div > div > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-74 > div.plan-content > div > div > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-9 > div.plan-content > div > div > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-111 > div.plan-content > div.plan-sub-content > div > div.confirm-data-right > div > ul > li:nth-child(2),
#benefittype-113 > div.plan-content > div.plan-sub-content > div > div.confirm-data-right > div > ul > li:nth-child(2),
#benefittype-105 > div.plan-content > div > div > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-106 > div.plan-content > div.plan-sub-content > div > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-108 > div.plan-content > div.plan-sub-content > div > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-13 > div.plan-content > div > div > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-12 > div.plan-content > div > div > div.confirm-data-right > div > ul > li:nth-child(2),
#cost-summary_142581 > tbody,
#planTypeCostSummary-169 > tbody,
#summarySection-169 > div.plan-selection-step-content > table{
  display: none!important;
}


#planTypeCostSummary-4 > tbody > tr:nth-child(6),
#planTypeCostSummary-5 > tbody > tr:nth-child(6),
#planTypeCostSummary-55 > tbody > tr:nth-child(6),
#planTypeCostSummary-55 > tbody > tr:nth-child(6),
#planTypeCostSummary-73 > tbody > tr:nth-child(6),
#planTypeCostSummary-73 > tbody > tr:nth-child(6),
#planTypeCostSummary-74 > tbody > tr:nth-child(6),
#planTypeCostSummary-105 > tbody > tr:nth-child(6),
#planTypeCostSummary-106 > tbody > tr:nth-child(6),
#planTypeCostSummary-108 > tbody > tr:nth-child(6),
#planTypeCostSummary-13 > tbody > tr:nth-child(6),
#planTypeCostSummary-10 > tbody > tr:nth-child(6),
#planTypeCostSummary-12 > tbody > tr:nth-child(3),
#planTypeCostSummary-12 > tbody > tr:nth-child(6),
#planTypeCostSummary-107 > tbody > tr:nth-child(4),
#planTypeCostSummary-107 > tbody > tr:nth-child(6),
#cost-summary_141867 > tbody > tr:nth-child(6),
#summarySection-14 > div.plan-selection-step-content > table > tbody > tr:nth-child(3),
#summarySection-14 > div.plan-selection-step-content > table > tbody > tr:nth-child(6),
#eeHeaderCostPP_8,
#planTypeCostSummary-8 > tbody > tr:nth-child(5),
#planTypeCostSummary-8 > tbody > tr:nth-child(6),
#summarySection-8 > div.plan-selection-step-content > table > tbody > tr:nth-child(5),
#summarySection-8 > div.plan-selection-step-content > table > tbody > tr:nth-child(6){
  display: none!important;
}

#cost-summary_141868 > tbody > tr:nth-child(6){
  display: none!important;
}

/*===========================*\
   Hide Pre-Tax 
\*===========================*/
#summarySection-9 > div.plan-selection-step-content > table > tbody > tr:nth-child(5),
#summarySection-12 > div.plan-selection-step-content > table > tbody > tr:nth-child(5),
#summarySection-111 > div.plan-selection-step-content > table > tbody > tr:nth-child(5),
#summarySection-113 > div.plan-selection-step-content > table > tbody > tr:nth-child(5),
#summarySection-112 > div.plan-selection-step-content > table > tbody > tr:nth-child(5),
#summarySection-12 > div.plan-selection-step-content > table > tbody,
#benefittype-111 > div.plan-content > div.plan-sub-content > div.confirm-data.clearfix > div.confirm-data-right > div > ul > li.your-cost-total,
#benefittype-113 > div.plan-content > div.plan-sub-content > div.confirm-data.clearfix > div.confirm-data-right > div > ul > li.your-cost-total,
#benefittype-105 > div.plan-content > div > div.confirm-data.clearfix > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-106 > div.plan-content > div.plan-sub-content > div.confirm-data.clearfix > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-108 > div.plan-content > div.plan-sub-content > div.confirm-data.clearfix > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-13 > div.plan-content > div > div.confirm-data.clearfix > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-10 > div.plan-content > div > div.confirm-data.clearfix > div.confirm-data-right > div > ul > li.your-cost-total,
#benefittype-12 > div.plan-content > div > div.confirm-data.clearfix > div.confirm-data-right > div > ul > li:nth-child(4),
#benefittype-12 > div.plan-content > div > div.confirm-data.clearfix > div.confirm-data-right > div > ul > li:nth-child(2),
#rules_8_141883 > div > div.clearfix > div.sub-column-2 > div > div.costs-wrapper > ul > li:nth-child(4){
  display: none!important;
}

#planTypeCostSummary-9 > tbody > tr:nth-child(6),
#planTypeCostSummary-9 > tbody > tr:nth-child(5),
#planTypeCostSummary-9 > tbody > tr:nth-child(5),
#planTypeCostSummary-111 > tbody > tr:nth-child(5),
#planTypeCostSummary-113 > tbody > tr:nth-child(5),
#planTypeCostSummary-112 > tbody > tr:nth-child(5),
#benefittype-12 > div.header.masthead.expanded > div.type_plan_cont > div > ul > li.benefit-panel-plan-cost-total,
#benefittype-12 > div.plan-content > div > div > div.confirm-data-right > div > ul > li:nth-child(1),
#benefittype-12 > div.plan-content > div > div > div.confirm-data-right > div > ul > li:nth-child(3),
#benefittype-12 > div.plan-content > div > div > div.confirm-data-right > div,
#benefittype-12 > div.plan-content > div > div > div.confirm-data-right > h5{
  display: none!important;
}

/*===========================*\
   Hide Pre-Tax 
\*===========================*/
<div class="header">
              <div class="icon"></div>
              <div class="type"><span class="name">Supplemental Employee Life Insurance</span></div>
              <div class="plan"><span class="name">Beneficiaries</span></div>
            </div>
<div class="content ui-tabs ui-widget ui-widget-content ui-corner-all" id="tabs_9" style=""> 
                <div id="tabs" class="beneficiary-tabs">
                  <ul class="ui-tabs-nav ui-helper-reset ui-helper-clearfix ui-widget-header ui-corner-all" role="tablist">
                    <li class="ui-state-default ui-corner-top ui-tabs-active ui-state-active" role="tab" tabindex="0" aria-controls="tabs-1" aria-labelledby="beneficiaryTabsP_9" aria-selected="true" aria-expanded="true"><a id="beneficiaryTabsP_9" href="#tabs-1" class="ui-tabs-anchor" role="presentation" tabindex="-1">Primary Beneficiaries <span class="required">required</span></a></li>
                    <li class="ui-state-default ui-corner-top" role="tab" tabindex="-1" aria-controls="tabs-1" aria-labelledby="beneficiaryTabsS_9" aria-selected="false" aria-expanded="false"><a id="beneficiaryTabsS_9" href="#tabs-1" class="ui-tabs-anchor" role="presentation" tabindex="-1">Secondary Beneficiaries <span class="optional">optional</span></a></li>
                  </ul>                           
                  <div class="dependents ui-tabs-panel ui-widget-content ui-corner-bottom" id="tabs-1" aria-labelledby="beneficiaryTabsS_9" role="tabpanel" aria-hidden="false">
                    <table class="beneficiaries-distribution-table responsiveTable styledWithJS">
                      <thead>
                        <tr class="header">                     
                          <th id="name">Beneficiary</th>
                          <th id="primary"><span class="editable-text-239 client-text-container" id="editable-text-239">Percentage</span></th>
                          <th id="secondary" style="display: none;"><span class="editable-text-240 client-text-container" id="editable-text-240">Percentage</span></th>
                          
                        </tr>
                      </thead>
                      <tbody>
                       <tr>
	<td><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="name">My Estate (Employee)</span></div></div></div></td><td><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="primary"><input name="Primary_9_4126995" type="text" id="Primary_9_4126995"></span><span class="percent">%</span></div></div></div></td><td style="display: none;"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="primary"><input name="Contingent_9_4126995" type="text" id="Contingent_9_4126995"></span><span class="percent">%</span><input name="Notes_9_4126995" type="hidden" id="Notes_9_4126995"></div></div></div></td>
</tr><tr>
	<td><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="name">JAMES E COLLIER (Spouse)</span></div></div></div></td><td><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="primary"><input name="Primary_9_3862572" type="text" id="Primary_9_3862572" value="100.0"></span><span class="percent">%</span></div></div></div></td><td style="display: none;"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="primary"><input name="Contingent_9_3862572" type="text" id="Contingent_9_3862572"></span><span class="percent">%</span><input name="Notes_9_3862572" type="hidden" id="Notes_9_3862572"></div></div></div></td>
</tr><tr>
	<td><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="name">ABIGAIL M COLLIER (Child)</span></div></div></div></td><td><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="primary"><input name="Primary_9_4126998" type="text" id="Primary_9_4126998"></span><span class="percent">%</span></div></div></div></td><td style="display: none;"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="primary"><input name="Contingent_9_4126998" type="text" id="Contingent_9_4126998"></span><span class="percent">%</span><input name="Notes_9_4126998" type="hidden" id="Notes_9_4126998"></div></div></div></td>
</tr><tr>
	<td><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="name">JAMES E COLLIER JR (Child)</span></div></div></div></td><td><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="primary"><input name="Primary_9_4126999" type="text" id="Primary_9_4126999"></span><span class="percent">%</span></div></div></div></td><td style="display: none;"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="primary"><input name="Contingent_9_4126999" type="text" id="Contingent_9_4126999"></span><span class="percent">%</span><input name="Notes_9_4126999" type="hidden" id="Notes_9_4126999"></div></div></div></td>
</tr><tr>
	<td><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="name">JONATHAN M COLLIER (Child)</span></div></div></div></td><td><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="primary"><input name="Primary_9_4126997" type="text" id="Primary_9_4126997"></span><span class="percent">%</span></div></div></div></td><td style="display: none;"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="primary"><input name="Contingent_9_4126997" type="text" id="Contingent_9_4126997"></span><span class="percent">%</span><input name="Notes_9_4126997" type="hidden" id="Notes_9_4126997"></div></div></div></td>
</tr><tr>
	<td><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="name">MATTHEW J COLLIER (Child)</span></div></div></div></td><td><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="primary"><input name="Primary_9_4126996" type="text" id="Primary_9_4126996"></span><span class="percent">%</span></div></div></div></td><td style="display: none;"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="primary"><input name="Contingent_9_4126996" type="text" id="Contingent_9_4126996"></span><span class="percent">%</span><input name="Notes_9_4126996" type="hidden" id="Notes_9_4126996"></div></div></div></td>
</tr><tr class="footer">
	<td class="totalTextCell"><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Beneficiary</span><div class="responsiveTableCell">Total:</div></div></div></td><td class="totalPercentCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span id="PrimaryTotal_9" value="0" class="hundredPercent" total="100">100%</span></div></div></div></td><td class="totalPercentCell" style="display: none;"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span class="responsiveTableCellHead">Percentage</span><div class="responsiveTableCell"><span id="ContingentTotal_9" value="0" total="0">0% <small>(must equal 100%)</small></span></div></div></div></td>
</tr>
                      </tbody>
                    </table>
                  </div>
                </div>
            </div>
}