#example-one {
  position: relative;
}
#example-one-checkbox {
  display: none;
}
#example-one-checkbox:checked + #example-one:after {
  content: " To display a logo, there must be permission given from the owner.";
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}       
        
#example-two {
  position: relative;
}
#example-two-checkbox {
  display: none;
}
#example-two-checkbox:checked + #example-two:after {
  content: "Please send us an e-mail to refer a business. See our contact page for e-mail address. ";
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}       
        
#example-three {
  position: relative;
}
#example-three-checkbox {
  display: none;
}
#example-three-checkbox:checked + #example-three:after {
  content: " A business can contact us by e-mail to request a representative contact them. See Contact Page..";
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}  
        
#example-four {
  position: relative;
}
#example-four-checkbox {
  display: none;
}
#example-four-checkbox:checked + #example-four:after {
  content: " Any business that meets our Policy requirements is welcome to join. See Policies page.";
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}
        
#example-five {
  position: relative;
}
#example-five-checkbox {
  display: none;
}
#example-five-checkbox:checked + #example-five:after {
  content: " As we expand, we will be looking for suggestions as to where to go next. Please contact us via e-mail to suggest a city. Please see the Contact Page.";
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}       
        
#example-six {
  position: relative;
}
#example-six-checkbox {
  display: none;
}
#example-six-checkbox:checked + #example-six:after {
  content: "  CityElevated is a 'Family Friendly' website. Anyone is welcome. Just be certain you are of age to make purchases before contracting with any specific company that you may find here.";
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}       
        
#example-seven {
  position: relative;
}
#example-seven-checkbox {
  display: none;
}
#example-seven-checkbox:checked + #example-seven:after {
  content: " Please see the Policies Page to learn more.";
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}       
        
#example-eight {
  position: relative;
}
#example-eight-checkbox {
  display: none;
}
#example-eight-checkbox:checked + #example-eight:after {
  content: " The cost for a business is on the B2B page. Select CityCenter, scroll to the bottom, then select Business or contact us via e-mail. We will be happy to assist with any questions you may have.";
  position: relative;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: white;
}