* {box-sizing: border-box;}
body, .page-wrapper {font-family:'Open Sans','Helvetica Neue',Arial,sans-serif;font-size:1rem;font-weight:300;margin:0;padding:0;color:#3c3c3c;}
.page-wrapper {max-width: 950px;}
.content-container {margin:2.5em;}
h1, h2 {text-transform: uppercase;letter-spacing: -0.02em;font-weight:700;margin:0;}
h1 {font-size:1.875rem;line-height:1.1em;margin:0;}
h2 {font-size:1.5rem;line-height:1.1em;margin:0;}
h3 {font-size:1.3125rem;line-height:1.3em;margin:0.5em 0 0;padding-bottom:0.5em;border-bottom:2px solid #004876;}
h4 {font-size:1.125rem;line-height:1em;margin:1.5em 0 0;}
h5, h6 {font-size:1rem;line-height:1em;}
h3, h4, h6 {font-weight:600;}
h5 {font-weight:700;margin:5px 0 0;}
p {margin:1em 0 0;}
ul {margin:0.67em 0 0;padding-left:1.15em;}
ul li {padding-bottom:0.33em;}
a:link, a:visited {text-decoration:none;color:#006eab;}
a:active, a:hover {color:#eea420;}
strong {font-weight:400;}
img {border:0;margin:0;padding:0;width:100%;}
/* VEI colours */
.corp-blue { color:#004876;}
.corp-yellow { color:#eea420;}
.corp-tag-blue { color:#006eab;}
.header { text-align:center;}
/* Create two unequal columns that floats next to each other */
.column {float:left;}
/* Left column */
.column.side {width:35%;padding-right:2em;}
.column.side p {font-weight:400;}
.column.side p strong {font-weight:700;}
/* Main column */
.column.main {width: 65%;}
.join-today {margin-top:1.5em;}
.join-today img {width:45%;}
/* Clear floats after the columns */
.row:after {content:"";display:table;clear:both;}
/* Style the footer */
.footer {margin-bottom:0;}
.vei-logo {float:right;width:220px;}
.social-icons {padding-top:15px;min-width:220px;}
.social-icons img {width:25px;margin-right:5px;}
.coloured-bars {clear: both;}
.coloured-bars img {width:100%;height:10px;}
/* Responsive layout - makes columns stack on top of each other instead of next to each other */
@media (max-width:600px) {
	.content-container {margin: 1.25em;}
	.column.side, .column.main {width: 100%;padding:1.25em 0;}
	.footer {margin-bottom:0;}
	.footer .column.side, .footer .column.main {width:100%;padding:0;}
	.vei-logo {float:none;width:210px;margin-top:1em;}
}