@charset "utf-8";
/* CSS Document */

/* ==========================================================================
   WEBFONT DECLARATION
   ========================================================================== */

@font-face {
	font-family: 'arrrows-regular-webfont';
	src: url('../fonts/arrrows-regular-webfont.eot');
	src: url('../fonts/arrrows-regular-webfont.eot?#iefix') format('embedded-opentype'), 
		 url('../fonts/arrrows-regular-webfont.woff') format('woff'), 
		 url('../fonts/arrrows-regular-webfont.ttf') format('truetype'),
		 url('../fonts/arrrows-regular-webfont.svg#arrrows-regular-webfont') format('svg');
	font-weight: normal;
	font-style: normal;
}

@font-face {
  font-family: 'FontAwesome';
  src: url('../fonts/fontawesome-webfont.eot?v=4.6.3');
  src: url('../fonts/fontawesome-webfont.eot?#iefix&v=4.6.3') format('embedded-opentype'), url('../fonts/fontawesome-webfont.woff2?v=4.6.3') format('woff2'), url('../fonts/fontawesome-webfont.woff?v=4.6.3') format('woff'), url('../fonts/fontawesome-webfont.ttf?v=4.6.3') format('truetype'), url('../fonts/fontawesome-webfont.svg?v=4.6.3#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal;
}




/* ==========================================================================
   FONT ASSIGNMENTS
   ========================================================================== */


body {
	font:13px/16px 'Montserrat', sans-serif;
	-webkit-font-smoothing: antialiased;
	text-rendering: optimizeLegibility;
	color:#231f20;
	font-weight: 400;
}


h1, h2, h3, h4, h5, h6,
nav {
	font-family:'Montserrat', sans-serif;
	font-weight: 700;
	text-transform:uppercase;
	}


strong {
	font-weight: 700;
}

strong + p {
	margin-top: 0;
}


p>strong {
	display: block;
}

/* ==========================================================================
   TYPOGRAPHY BASICS
   ========================================================================== */
   
a:link,
a:active,
a:visited {
	text-decoration:none;
}





/* ==========================================================================
   TYPOGRAPHY SIZE
   ========================================================================== */
   
   p.legal {
	   font-size: 0.85em;
	   line-height: 1em;
   }