/*******************************
 Email form
*******************************/

.email-form {
	margin-top: 30px;
}

.email-form > li {
	display: flex;
	flex-wrap: wrap;
	justify-content: stretch;
	align-items: flex-start;
	margin-bottom: 20px;
}

.email-form > li > *:first-child {
	flex: 1 0 160px;
}

.email-form > li > *:last-child {
	flex: 100 1 400px;
}

.email-form ul {
	display: flex;
	flex-direction: column;
	align-items: stretch;
	margin-bottom: 0;
}

#email-to {
	width: 100%;
	max-width: 400px;
}

#email-subject {
	width: 100%;
}

#email-your-address {
	box-sizing: border-box;
	width: 100%;
	max-width: 400px;
	margin-bottom: 15px;
}

#email-body {
	height: 400px;
	overflow-y: scroll;
}

.email-form p {
	margin: 0;
	font-size: 0.9rem;
	line-height: 1.5rem;
}

/*******************************
 Side column
*******************************/

.img-center {
	display: block;
	margin: 0px auto 25px auto;
}

.side-col-images {
	padding-bottom: 20px;
}

.contact-images li {
	display: flex;
	flex-wrap: nowrap;
	justify-content: space-around;
	align-items: center;
	text-align: center;
}

.contact-images li > * {
	flex: 0 1 50%;
}

.contact-images li > *:first-child {
	margin-right: 8%;
}

.contact-images img {
	width: 46%;
	max-width: 200px;
	margin-bottom: 10px;
	border-radius: 7px;
}

.contact-images p {
	margin-bottom: 0;
}
