* {
	box-sizing: border-box;
	margin: 0;
}

body {
	color: #555;
	font-family: Helvetica, Arial, Sans-Serif;
	font-size: 18px;
}

p {
    margin-bottom: 9px;
}

p:only-child,
p:last-child,
p:last-of-type {
    margin-bottom: 0;
}

.gps-clearfix:after {
	content: "";
	display: table;
	clear: both;
}

.gps-float-left {
	float: left;
}

.gps-text-center {
	text-align: center;
}

.gps-text-bold {
	font-weight: bold;
}

.gps-text-color-dark {
	color: #333;
}

.gps-text-size-small {
	font-size: 0.85em;
}

.gps-spacing-extra-large {
	margin-bottom: 25px;
}

.gps-spacing-large {
	margin-bottom: 15px;
}

.gps-spacing-medium {
	margin-bottom: 10px;
}

.gps-spacing-small {
	margin-bottom: 5px;
}

.gps-spacing-none {
	margin-bottom: 0 !important;
}

.gps-link {
	color: #0023a3;
	text-decoration: none;
}

.gps-container {
    margin: 65px auto 10px;
    width: 75%;
}


.gps-image {
    display: block;
    margin: 0 auto;
    max-width: 700px;
    min-width: 400px;
    width: 50%;
}
