@charset "UTF-8";
/*@import url("https://fonts.googleapis.com/css?family=Barlow+Condensed|Open+Sans+Condensed:300|Wire+One|Shadows+Into+Light);") screen;*/

/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
/**
   * 1. Set default font family to sans-serif.
   * 2. Prevent iOS and IE text size adjust after device orientation change,
   *    without disabling user zoom.
   */
  html {
  font-family: "Arial", sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

/**
   * Remove default margin.
   */
/*body {
  font-family: "Open Sans Condensed", "Wire One", "Helvetica Neue Light", "Shadows Into Light", "Pe-icon-7-stroke", sans-serif;
  margin: 0; }*/
  
  /*WP*/ /*replacing font stack and size*/
body {
  padding: 1.0em;
  margin: 1.0em;
  font-family: "Arial", sans-serif;
  font-weight: normal;
  font-size: 1.0em;
  /*line-height: 1.1rem !important;*/
  color: #000000;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale; }

p {
	font-size: 1.1em;
	line-height: 1.3em;
	
}

h1 {
	line-height: normal;
	font-size: 2.5em;
	font-weight: bolder;
}

h2 {
	margin-top: 3.0em;
	margin-bottom: 0.8em;
	font-size: 1.6em;
	font-weight: bolder;
}

h3 {
	font-size: 1.1em;
	font-weight: bold;
}

ul li {
	font-size: 1.1em;
	line-height: 1.3em;
}

ol li {
	font-size: 1.1em;
	line-height: 1.3em;
}

sup {
	font-size: 0.7em;
}

