#contact-modal .modal-dialog {
	outline: 1px solid rgba(0,0,0,.2);
	border-radius: 0.3rem;
	overflow: hidden;
}

#contact-modal .modal-content {
	max-height: calc(100% - 56px);
	border: none;
	border-radius: 0;
	overflow: auto;
}

#contact-modal .modal-header {
	border-radius: 0;
	background: var(--metallicSeaweed);
	color: white;
}

#contact-modal .modal-header h4 {
	margin: 0.5rem 0;
}

#contact-modal .close {
	color: white;
	opacity: 0.6;
}

#contact-modal .close:not(:disabled):not(.disabled):focus,
#contact-modal .close:not(:disabled):not(.disabled):hover {
	opacity: 1;
}

#contact-modal p,
#contact-feedback-modal p {
	line-height: 1.5;
}

#contact-modal .asterisk,
#contact-form .asterisk {
	padding: 0 0.25em;
}

#contact-form .form-group {
	padding-top: unset;
	padding-bottom: unset;
}

#contact-form select.form-control {
	width: 100%;
}

#contact-form label {
	font-weight: 600;
}

#contact-feedback-modal #message :last-child {
	margin-bottom: 0;
}
