@font-face {
    font-family: 'titilliumthin';
    src: url('../fonts/Titillium-Thin-webfont.eot');
    src: url('../fonts/Titillium-Thin-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Titillium-Thin-webfont.woff2') format('woff2'),
         url('../fonts/Titillium-Thin-webfont.woff') format('woff'),
         url('../fonts/Titillium-Thin-webfont.ttf') format('truetype'),
         url('../fonts/Titillium-Thin-webfont.svg#titilliumthin') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'titilliumbold';
    src: url('../fonts/Titillium-Semibold-webfont.eot');
    src: url('../fonts/Titillium-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Titillium-Semibold-webfont.woff2') format('woff2'),
         url('../fonts/Titillium-Semibold-webfont.woff') format('woff'),
         url('../fonts/Titillium-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/Titillium-Semibold-webfont.svg#titilliumbold') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'titilliumlight';
    src: url('../fonts/Titillium-Light-webfont.eot');
    src: url('../fonts/Titillium-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Titillium-Light-webfont.woff2') format('woff2'),
         url('../fonts/Titillium-Light-webfont.woff') format('woff'),
         url('../fonts/Titillium-Light-webfont.ttf') format('truetype'),
         url('../fonts/Titillium-Light-webfont.svg#titilliumlight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'titilliumregular';
    src: url('../fonts/Titillium-Regular-webfont.eot');
    src: url('../fonts/Titillium-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/Titillium-Regular-webfont.woff2') format('woff2'),
         url('../fonts/Titillium-Regular-webfont.woff') format('woff'),
         url('../fonts/Titillium-Regular-webfont.ttf') format('truetype'),
         url('../fonts/Titillium-Regular-webfont.svg#titilliumregular') format('svg');
    font-weight: normal;
    font-style: normal;

}
body {
  font: 14px/1.5 'titilliumthin', Helvetica, Arial, sans-serif;
}

a:link, a:visited {
  color: #0062A0;
  text-decoration: underline;
}

a:hover {
  color: #202124;
  text-decoration: none;
}

a:active {
  color: #202124;
  text-decoration: none;
  color: #000;
}

hr {
  margin: 0;
  padding: 0;
  border: none;
  height: 1px;
  background: #cacaca;
}

h1, h2, h3, h4, h5, h6 {
  /*letter-spacing: -0.02em;*/
  font-family: 'titilliumregular', 'Times New Roman', serif;
  font-weight:normal;
}

h1 {
  font-size: 36px;
}

h2 {
  font-size: 28px;
}

/* Make site titles the same size if it's an H1 (home) or H2 (internal) */
h1.site-name,
h2.site-name {
  font-size: 36px;
}

/* Make it a bit smaller for block headers */
h2.block-title {
  font-size: 18px;
  margin: 0;	
}

h2.node-title {
  font-size: 28px;
}

h3 {
  font-size: 21px;
}

h4 {
  font-size: 19px;
}

h5 {
  font-size: 17px;
}

h6 {
  font-size: 15px;
}

ol {
  list-style: decimal;
}

ul {
  list-style: disc;
}

ul ul,
ol ol {
  padding-top: 0.5em;
}

.node ol,
.node ul {
  padding-left: 1.2em;
}

.node ul.inline,
.node ol.inline {
  padding-left: 0;
}

p, dl, hr, h1, h2, h3, h4, h5, h6, ol,
ul, pre, table, address, fieldset {
  margin-bottom: 20px;
}

dt, .admin h3 {
  font-size: 18px;
  margin: 0;
}

dd {
  padding-left: 10px;
  font-size: 0.9em;
  font-style: italic;
  margin-bottom: 20px;
}