
.description-block{
display:none;
}
.button-group{
width:600px;
display: block;
margin: 40px auto 0 auto;
}

@media screen and (max-width: 768px) {
.container{
padding: 0 0 30px 0;
}
.form-column{
margin: 40px 0 2.5em 0;
}
.form-column-date .input-group select{
align-items: end;
}
.form-column-date .input-group select{
padding: 0 2px 0 2px;
}
.form-column-zip-code-autofill fieldset{
display: flex;
flex-direction: column;
gap: 0.5em;
}
.button-group{
width:100%;
margin: 40px auto 0 auto;
}
}

.button.button-confirm{
width: 100%;
height: 80px;
padding: 0;
background-color: #b00000;
color: #FFFFFF;
border:none;
border-radius: 40px;
box-shadow: 0 0 3px rgba(0,0,0,0.2),  0 2px 3px rgba(0,0,0,0.2);
font-size: 18px;
font-weight: bold;
}
.button.button-confirm span{
line-height: 80px;
}
.button.button-submit{
width: 100%;
height: 80px;
background-color: #b00000;
color: #FFFFFF;
border:none;
border-radius: 40px;
box-shadow: 0 0 3px rgba(0,0,0,0.2),  0 2px 3px rgba(0,0,0,0.2);
font-size: 18px;
font-weight: bold;
}
.button.button-submit span{
line-height: 80px;
}
.button.button-confirm:hover,
.button.button-submit:hover{
background-color: #b00000;
box-shadow: none;
}
.button.button-back{
width: 100%;
height: 80px;
margin-bottom: 20px;
background-color: #999999;
color: #FFFFFF;
border:none;
border-radius: 40px;
box-shadow: 0 0 3px rgba(0,0,0,0.2),  0 2px 3px rgba(0,0,0,0.2);
font-size: 18px;
font-weight: bold;
}
.button.button-back span{
line-height: 80px;
}
.button.button-back:hover{
background-color: #AAAAAA;
box-shadow: none;
}
#confirmation-container .form-column.form-column-radio{
display:none;
}
.help-block{
display: block;
text-align: center;
}
.message-block.message-block-complete{
border:none;
}

.message-block-error, .form-column-recaptcha-v3-error{
margin: 1em 1em 2.5em 1em;
}
.message-container{
margin: 1em 1em 2.5em 1em;
}
.form-column,
.form-column-zip-code-autofill{
padding-bottom: 15px;
border-bottom: 1px solid #cccccc;
}