@charset "UTF-8";

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 16px;
	vertical-align: top;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/* Defaults */
body, body * {
	border: 0;
	outline: 0;
	padding: 0;
	margin: 0;
	box-sizing: border-box;
}
*, *:before, *:after {
	box-sizing: inherit;
}
div,
svg {
	width: 300px;
	height: 1400px;
	top: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	visibility: hidden;
}
.svgImg {
	width: auto;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	position: absolute;
	z-index: 0;
	visibility: hidden;
	margin: 0 auto;
	display: block;
}
#container {
	position: relative;
	background-color: #ffffff;
	visibility: visible;
	overflow: hidden;
	height: 850px;
}
#wrap {
	width: 150px;
	height: 670px;
}
#mainExit {
	cursor: pointer;
	background-color: rgba(255,255,255,0);
	visibility: visible;
}
#border {
    width: 100%;
    height: 100%;
	fill: black;
    stroke: #cccccc;
    stroke-width: 1px;
    fill-opacity: 0.0;
    stroke-opacity: 1.0;
	visibility: visible;
}
#gutterBackground {
	width: 350px;
	height: 850px;
	top: 0px;
	left: 0px;
	visibility: hidden;
}
#logo {
	height: 45px;
	top: 30px;
}
#subline {
	height: 14px;
	top: 85px;
}
.dash {
	width: 8px;
	height: 2px;
	top: 127px;
	left: 71px;
	fill: #c60317;
}
#dashB { top: 198px; }
#headline {
    height: 50px;
	top: 140px;
}
#cta {
	width: 96px;
	height: 50px;
	border: 1px solid black;
	top: 216px;
	left: 27px;
	overflow: hidden;
}
#ctaText {
    height: 21px;
    top: 13px;
}
#ctaReveal {
	width: 96px;
	height: 1px;
	top: 241px;
	left: 27px;
	fill: #fff;
	stroke: #000;
	stroke-width: 2;
	fill-opacity: 0.0;
	stroke-opacity: 1.0;
}