@charset "utf-8";

/******************************************************************************************************************/
/* Reset */
/******************************************************************************************************************/
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, font, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center, input,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	font-weight: normal;
	text-decoration: none;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: collapse;
	border-spacing: 0;
}

/******************************************************************************************************************/
/* Basic Styling */
/******************************************************************************************************************/
body {
    cursor: default;
    font-size: 16px;
}

b, strong { font-weight: bold; }
em { font-style: italic; }

.vertical_align {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

input, select, textarea {
    background-color: #F8F8FF;
    width: 200px;
    border-color: black;
    border-style: dotted;
    border-width: 1px;
    padding: 3px;
    margin: 5px 12px;
}

input[type="submit"] {
    cursor: pointer;
}

input[type="submit"]:hover {
    background-color: #b9ea5b;
}

a {
    color: #505050;
}
a:hover {
    color: #8080F0;
}
/******************************************************************************************************************/
/* Fonts */
/******************************************************************************************************************/
@font-face {
    font-family: 'herolight';
    src: url('hero_light-webfont.eot');
    src: url('hero_light-webfont.eot?#iefix') format('embedded-opentype'),
         url('hero_light-webfont.woff2') format('woff2'),
         url('hero_light-webfont.woff') format('woff'),
         url('hero_light-webfont.ttf') format('truetype'),
         url('hero_light-webfont.svg#hero_lightlight') format('svg');
    font-weight: normal;
    font-style normal;

}




@font-face {
    font-family: 'heroregular';
    src: url('hero-webfont.eot');
    src: url('hero-webfont.eot?#iefix') format('embedded-opentype'),
         url('hero-webfont.woff2') format('woff2'),
         url('hero-webfont.woff') format('woff'),
         url('hero-webfont.ttf') format('truetype'),
         url('hero-webfont.svg#heroregular') format('svg');
    font-weight: normal;
    font-style: normal;

}