@charset "UTF-8";
/* CSS Document */

h1 {
    font-size: 1.75em;
}
h2 {
	font-size: 1.5em;
}
h3 {
	font-size: 1.25em;
}
#FooterUtility {
    flex-direction: column;
}
#PageFooter .logo {
    margin-right: 0;
    margin-bottom: 1em;
}
#FooterContact {
    max-width: 90%;
    text-align: center;
}
#FooterContact p {
    display: inline;
    margin: 10px;
    white-space: nowrap;
}
.GridThumbContainer {
    width: auto;
}