.waw-vi-map-wrapper {
	padding: 50px 20px;
    width: 100%;
    max-width: 1150px;
    margin-left: auto;
    margin-right: auto;
    overflow: hidden;
}

#gform_fields_6 {
	text-align: center;
}
.gform_wrapper .gform_footer, .gform_wrapper .gform_page_footer {
	text-align: center;
}
#gform_submit_button_6 {
	padding: 10px;
}
#gform_confirmation_message_6 {
	text-align: center;
    font-size: 1.8rem;
    padding: 50px;
    font-weight: 500;
    border-bottom: 1px solid black;
    border-top: 1px solid black;
    margin-top: 5px;
}
.checkbox-wrapper {
    overflow: auto;
}
.waw-mobile-padding {
    padding: 40px;
    margin-left: 5%;
}

/* confirmation message styles */
.confirmation-msg {
    font-size: 2rem;
    margin-bottom: 40px;
    font-weight: 400;
}

.confirmation-details p {
    font-size: 1.8rem;
}
.confirmation-links {
    display: inline-flex;
}

.confirmation-links li {
    min-width: 75px;
    text-align: center;
    font-size: 1.8rem;
    font-weight: 400;
}

.confirmation-links li:nth-child(2) {
    margin-right: 15px;
}
.confirmation-details-list-item {
    list-style: inside;
}

