/* 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: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* 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;
}

html {
    font-size: 62.5%; 
}

body {
    font-size: 1.4rem;
    position: relative;
}

.hide {
    left: -9999px;
    position: absolute;
    top: -9999px;
}

* {
    box-sizing: border-box;
}

ol,
ul {
    line-height: 1.3em;
    list-style: none;
    margin: 0;
    padding: 0;
}

textarea {
    max-width: 100%;
    resize: vertical;
}

[type='text'],
[type='email'],
[type='tel'],
[type='submit'],
[type='number'],
[type='password'],
textarea {
    appearance: none;
    border-radius: 0;
}

iframe,
object {
    border: 0;
    max-width: 100%;
}

p {
    hyphens: none;
    line-height: 1.3em;
    margin: 0;
    word-wrap: normal;
}

img {
    display: block;
    height: auto !important;
    max-width: 100%;
}

a {
    text-decoration: none;
}

/*********************
LAYOUT & GRID STYLES
*********************/

.page-container {
    font-size: 1.5rem;
    line-height: 1.5em;
    overflow: hidden;
    position: relative;
}


@font-face {
    font-family: 'Econ Sans';
    src: url('../fonts/econsans/ecosalig-webfont.eot?#iefix');
    src: url('../fonts/econsans/ecosalig-webfont.eot?#iefix') format('eot'), url('../fonts/econsans/ecosalig-webfont.woff2') format('woff2'), url('../fonts/econsans/ecosalig-webfont.woff') format('woff'), url('../fonts/econsans/ecosalig-webfont.ttf') format('truetype'), url('../fonts/econsans/ecosalig-webfont.svg#ecosamed-webfont') format('svg');
    font-weight: 100;
    font-style: normal;
}

@font-face {
    font-family: 'Econ Sans';
    src: url('../fonts/econsans/ecosamed-webfont.eot?#iefix');
    src: url('../fonts/econsans/ecosamed-webfont.eot?#iefix') format('eot'), url('../fonts/econsans/ecosamed-webfont.woff2') format('woff2'), url('../fonts/econsans/ecosamed-webfont.woff') format('woff'), url('../fonts/econsans/ecosamed-webfont.ttf') format('truetype'), url('../fonts/econsans/ecosamed-webfont.svg#ecosamed-webfont') format('svg');
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: 'Econ Sans';
    src: url('../fonts/econsans/ecosabol-webfont.eot?#iefix');
    src: url('../fonts/econsans/ecosabol-webfont.eot?#iefix') format('eot'), url('../fonts/econsans/ecosabol-webfont.woff2') format('woff2'), url('../fonts/econsans/ecosabol-webfont.woff') format('woff'), url('../fonts/econsans/ecosabol-webfont.ttf') format('truetype'), url('../fonts/econsans/ecosabol-webfont.svg#ecosabol-webfont') format('svg');
    font-weight: 700;
    font-style: normal;
}

