/*
div.flex-container p {
    font-size: 1rem;
    width: 95%;
    margin: 0.5rem auto 1rem auto;
}
*/

div.new-member-info {
	width: 100%;
}
/* currently not used
div.privacy-statement > h3.privacy-statement-subheading {
	text-align: center;
	width: 95%;
	margin: 0 auto;
	border: 0px solid purple;"
}
*/

div.new-member-info > h3.bold {
	margin: 0.5rem 0 0.5rem 0;
	text-align: center;
}

/*
div.new-member-info > h3.join-now {
	font-weight: bolder;
	text-decoration: underline;
	text-align: center;
	margin: 2rem 0 2rem 0;
}
*/

div.new-member-info > h2.join-now {
	display: block;
    width: 70%;
    overflow: hidden;
    background-color: white;
    border: 1px solid #e0e0e0;
    border-radius: 7px;
    margin: 1.5rem auto 2.5rem auto;
    /* margin: 0 50px 0 50px; */
    /* padding: 5px; */
    padding: 10px 0 10px 0;
    box-shadow: 5px 5px 20px blue;
    /* font-size: 1.088em; */
    text-align: center;
	font-weight: bolder;
}
