img.icons
{
    max-width: 75%; height: auto; display: block; margin-left: auto; margin-right: auto;
}
.logo
{
    max-width: 400px;
    max-height: 400px;
}
@media only screen and (max-width: 768px)
{
    .logo
    {
        display:none;
    }
}
main div.row h2
{
    font-weight: bold;
}
h3.cta
{
    margin-bottom:30px;
}
div#at-a-glance
{
    margin: 0px 40px;
}

div#at-a-glance div.container.nohead
{
	padding: 0px;
}

.at-a-glance-container
{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.at-a-glance-container div
{
    flex: 0 1 18%; /* Adjust the percentage to control the width */
    margin: 0px;
    background-color: transparent;
    text-align: center;
    padding: 20px;
    min-width: 200px;
}

#flex-what
{
	display: flex;  /* default direction is row now */
	flex-flow: row;
 	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
}

#flex-what .flex-item
{
	padding: 10px;
}

div.what-is-included
{
	max-width: 600px; /* */
	min-width: 400px;
}

div#cta-form
{
	border: 1px solid black;
	border-radius: 10px;
	padding: 10px 20px;
	margin: 40px 0px; /* To align top with left-hand column */
}
#cta-form input,
#cta-form select
{
	width: 100%;
	margin-bottom: 10px;
}
#cta-form label
{
	display: block;

	font-weight: bold;
}
