.rsvp-form.box {
    padding: 16px;
    background-color: #eee;
    border-radius: 8px;
}

.rsvp-form .content {
    padding-left: 0px !important;
    width: 100% !important
}

.rsvp-form h3.title, .rsvp-form .media-type {
    display: none;
}

.rsvp-form h2 {
    font-size: 2.8rem;
    margin-bottom: 12.8px;
}


@media screen and (min-width: 501px) {
	.rsvp-form input.webform-submit.button-primary.form-submit {
	    margin-top: 8px;
	    width: calc(100% - 200px);
	    margin-left: 196px;
	    cursor: pointer;
	}
}

@media screen and (max-width: 500px) {
	.rsvp-form input.webform-submit.button-primary.form-submit {
	    margin-top: 8px;
	    width: calc(100% - 150px);
	    margin-left: 144px;
	    cursor: pointer;
	}
}

.rsvp-form .hide-block {display:none;}

.rsvp-form .webform-confirmation {
    display: block;
    width: 100%;
    padding: 16px;
    background-color: #ff9933;
    border-radius:8px;
    margin-bottom: 16px;
}

.rsvp-form.box .webform-confirmation {background-color: transparent !important;}

.rsvp-form .webform-confirmation p {
	font-family: "MuseoSans300" !important;
	font-family: 16px !important;
	line-height: 1.215 !important;
	color: #fff !important
}

.rsvp-form .webform-confirmation p a {color: #fff !important;}

.rsvp-form .webform-confirmation p strong {
	font-family: "MuseoSans" !important;
	font-weight: bold;
}