html {
  font-size: 10px;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
body {
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  line-height: 1.42857143;
  color: #333333;
  background-color: #ffffff;
}

h1              { font-size: 2em; margin: .67em 0 }
h2              { font-size: 1.5em; margin: .75em 0 }
h3              { font-size: 1.17em; margin: .83em 0; letter-spacing: 0.01em; }
h4				{ font-size: 1em; margin: 1em 0; }
h5              { font-size: .83em; margin: 1.5em 0 }
h6              { font-size: .75em; margin: 1.67em 0 }
h1, h2, h3, h4,
h5, h6          { display: block; font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; font-weight: bolder; color: inherit; }

/* overrides for standard styles */
.page-content,
.content {font-size: 100%;}
.page-content a {
  font-size: inherit;
  font-weight: bold;
}
ul.no-bullet {list-style-type: none;}
ul.checkbox {list-style-type: none;}
ul.checkbox li:before {
  font-family: 'FontAwesome';
  content: '\f046';
  margin:0 5px 0 -15px;
}

a.external-link:after {
    content: "\f08e"; /* external link icon */
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 20px;
    text-align: right;
    margin-right: 10px;
}

/* add some icons for links to non-html files */
a.link-icon:after,
a.link-icon.link-file[href]:after {
    content: "\f016"; /* generic file icon */
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    transform: translate(0, 0);
    width: 20px;
    text-align: right;
    margin-right: 10px;
}
a[href$=".txt"].link-icon:after,
a.link-icon.link-text[href]:after {
    content: "\f0f6"; /*Text*/
}
a[href$=".pdf"].link-icon:after,
a.link-icon.link-pdf[href]:after {
    content: "\f1c1"; /*PDF*/
}
a[href$=".doc"].link-icon:after,
a[href$=".docx"].link-icon:after,
a.link-icon.link-word[href]:after {
    content: "\f1c2"; /*Word*/
}
table {
    width: 100%;
    border-collapse: collapse;
}