article
{
	max-width: 1060px;
	background-color: #f6f6f8;
	display: flex;
	flex-direction: column;
	justfiy-content: center;
}
article h2
{
	text-align: center;
}
article img
{
	height: auto;
	width: 100%;
	max-width: 864px;
	margin: 0 auto;
}
article section
{
	margin: 5px;
	align-self: flex-start;
	display: flex;
	flex-direction: row;
	align-items: center;
	max-width: 566px;
}
article section a
{
	color: #ef6b00;
}
article section > * 
{
	margin-right: 10px;
}
article section img
{
	margin: initial;
	width: 20px;
}
article section:nth-last-child(1)
{
	flex-direction: column;
}
article section form
{
	margin: 0;
	max-width: 70%;
	display: flex;
	flex-direction: column;
	flex-wrap: wrap;
	align-content: center;
}
article section form input, article section form textarea
{
	margin: 3px;
	align-self: center;
	max-width: 100%;
}
body#contact article h2
{
    font-family: 'Lato', sans-serif;
    font-weight: 400;
    font-size: 24px;

    display: inline-block;
    letter-spacing: 2px;
    margin-bottom: 30px;
    position: relative;
    text-transform: uppercase;
    width: 100%;

    margin-top: 30px;

    line-height: 25px;

    box-sizing: border-box;

    margin-block-start: 0.83em;
    margin-block-end: 0.83em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;

    text-align: center;
}
@media only screen and (max-width: 722px)
{
	article section
	{
		align-self: center;
		width: 305px;
	}
}
@media only screen and (min-width: 1010px)
{
    article section:nth-last-child(1)
	{
		position: relative;
		align-self: flex-end;
		margin-top: -305px;
		width: 50%;
		left: initial;
		right: 20px;
	}
	article section:nth-last-child(4)
	{
		margin-top: 50px;
	}
	article section
	{
		position: relative;
		left: 100px;
		width: 305px;
		max-width: 50%;
	}
}

/* Begin IE10 Optimization */

html[data-useragent*='MSIE 10.0'] article section{
        display: block;
}
html[data-useragent*='MSIE 10.0'] article section:nth-last-child(1){
        display: block;
        float: right;
        margin-top: -400px;
}

/* End IE10 Optimization */
