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,
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-weight: inherit;
	font-style: inherit;
	font-size: 1em;
	font-family: inherit;
	vertical-align: baseline;
}
/* remember to define focus styles! */
:focus {
	outline: 0;
}
body {
	line-height: 1;
	color: black;
	background: white;
}
ol, ul, li {
	list-style: none;
	list-style-image: none !important;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
	border-collapse: separate;
	border-spacing: 0;
}
caption, th, td {
	text-align: left;
	font-weight: normal;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: "";
}
blockquote, q {
	quotes: "" "";
}
div.form-item {
  display: inline;
  margin: 0;
 }
.form-checkboxes, .form-radios {
  margin: 0;
}
.block ul,
ul.menu li ,
li.collapsed,
li.expanded {
  margin: 0;
  padding: 0;
}

.views-exposed-form .views-exposed-widget .form-submit,
body.page-user div#inner-site-content .form-submit {
  margin-top: 0;
  height: 23px;
}
form#views-ui-preview-form input#preview-submit,
#edit-views-apply  {
  margin: 0;
}

/* HPI Font Icon */
@font-face {
  font-family: 'hpi-icon';
  src:url('fonts/hpi-icon.eot?r4rh68');
  src:url('fonts/hpi-icon.eot?r4rh68#iefix') format('embedded-opentype'),
    url('fonts/hpi-icon.ttf?r4rh68') format('truetype'),
    url('fonts/hpi-icon.woff?r4rh68') format('woff'),
    url('fonts/hpi-icon.svg?r4rh68#hpi-icon') format('svg');
  font-weight: normal;
  font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
    /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'hpi-icon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-search:before {
  content: "\f002";
}
.icon-play:before {
  content: "\f04b";
}
.icon-chevron-right:before {
  content: "\f054";
}
.icon-circle:before {
  content: "\f111";
}
