#imageSelectBox .inputWrap{
display: grid;
grid-column-gap: 50px;
grid-template-columns: repeat(3, 1fr);
}
#imageSelectBox label {
text-align: center;
}
#imageSelectBox label:hover{
cursor: pointer;
}
#imageSelectBox label img {
max-width: 80px;
}
#imageSelectBox input[type="checkbox"] {
display: none;
}
#imageSelectBox input[type="checkbox"]+img {
opacity: .5;
transition: opacity 0.3s;
}
#imageSelectBox input[type="checkbox"]:checked+img {
opacity: 1;
}
.post-content p.softTitle{
margin-bottom: 0;
}
.hidden-image-field .ginput_container_text,
.hidden-image-field input{
display: none !important;
}
.post-content .customDownload h3{
font-size: 1.25em;
}
.post-content .customDownload h3, 
.post-content .customDownload p.softTitle,
.gform_confirmation_message_1, .gform_confirmation_message_1 a,
#gform_wrapper_1 .gform_required_legend,
#gform_wrapper_1 .white-text{
color: #fff !important;
}
#imageError{
display: none;
}