* {
    box-sizing: border-box;
}

html, body {
	max-width: 1064px;
	height: 100%;
    font-family: Segoe UI, SegoeUI, 'Helvetica Neue', Helvetica, Arial, sans-serif;
    position: relative;
    margin: auto;
    padding: 0;
    background-color: #ffffff;
	overflow:auto

}

img {
    height: auto;
    vertical-align: middle;
    border: 0;
}

h1 {
	line-height: 1.2;
	padding: 0;
	margin: 16px 0 0;
	font-size: 28px;
}

p {
    font-size: 15px;
}

.logo {
    text-align: right;
}

.img-container {
    text-align: center;
}

.img-container img {
	max-width: 782px;
}

.content {
    margin: 0 auto;
    width: 100%;
	height: auto;
}

.cta-wrapper {
    text-align: right;
}

.cta-wrapper > span {
	color: #0067b8;
	display: block;
	font-size: 15px;
	padding: 6px 0 0;
	margin: 2px;
}

a {
    padding: 3px 22px 5px 22px;
    margin: 2px;
    max-width: 100%;
    display: inline-block;
    overflow: hidden;
    text-align: center;
    text-decoration: none;
    letter-spacing: 0;
    white-space: nowrap;
}

a.call-to-action {
	background: #0067b8;
	color: #fff;
	font-size: 20px;
}

a.call-to-action:hover, a.call-to-action:focus {
	background: #005da6;
}

a.call-to-action:focus {
	outline: #000 dashed 2px !important;
}

a.call-to-action:hover span, a.call-to-action:focus span {
	box-shadow: 0 3px 0 -1px currentColor;
}

a span {
	max-width: 100%;
	display: inline-block;
	position: relative;
	left: 0;
	text-overflow: clip;
	overflow: hidden;
}
