@media (min-width: 700px) { 

/* Make it clear that one of the registration boxes is for the dependent, not the user */
label[for^="registration_form_person_dependents_attributes_"][for$="_first_name"]::after {
    content: " (Of Your Child)";
    color: blue;
    font-style: italic;
}


/* Completely for got what these are for .... */
#content > div > div.flexbox_content > div:nth-child(12) > div:nth-child(2) > h4 > a{
display:none;
}
#content > div > div.flexbox_content > div:nth-child(12) > div:nth-child(3) > h4 > a{
display:none;
}

/* On class pages, such as Java Classes, make centered bold text into bolder larger headings */
#content div.wysiwyg-text-align-center b {
font-size: 20pt;
}

