body {
  font-size: 17px;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -moz-font-feature-settings: "liga" on;
  letter-spacing: -.003em;
  --x-height-multiplier: 0.35;
  --baseline-multiplier: 0.179;
  color: rgba(0, 0, 0, 0.9);
  font-weight: 400;
  background: #F3F3F3; }

a {
  transition: color .15s ease-in; }

a.external {
  position: relative;
  display: inline-block;
  padding-right: 1rem; }
  a.external:after {
    content: "\f08e";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-size: .75rem;
    vertical-align: super; }

a:hover {
  text-decoration: none;
  color: #e47b01 !important; }

strong {
  font-weight: 600; }

.type-serif {
  font-family: 'Droid Serif', serif; }

h1.main-title {
  font-family: 'Droid Serif', serif;
  font-style: italic;
  margin: 5rem 0 8rem 0;
  padding-bottom: 2.5rem;
  position: relative; }
  h1.main-title:after {
    content: '';
    width: 250px;
    background: #FE951A;
    height: 3px;
    position: absolute;
    bottom: 0;
    left: 0; }

h2 {
  font-size: 1.5rem;
  font-weight: 300; }

.entry-content a {
  color: #FE951A; }

.entry-content h1, .entry-content h2, .entry-content h3, .entry-content h4, .entry-content h5, .entry-content h6 {
  font-weight: 300; }

.entry-content h3 {
  margin: 3rem 0 1rem;
  font-size: 1.5rem;
  font-weight: 300; }

.entry-content h2 + h3 {
  margin-top: 1.15rem; }

.entry-content p {
  text-align: justify;
  margin-top: 0rem;
  margin-bottom: 1rem; }

.entry-content a[href*=".doc"],
.entry-content a[href*=".docx"],
.entry-content a[href*=".xlsx"],
.entry-content a[href*=".xls"],
.entry-content a[href*=".pdf"],
.entry-content a.lana-download {
  line-height: 1.2;
  position: relative;
  display: inline-block; }
  .entry-content a[href*=".doc"] span,
  .entry-content a[href*=".docx"] span,
  .entry-content a[href*=".xlsx"] span,
  .entry-content a[href*=".xls"] span,
  .entry-content a[href*=".pdf"] span,
  .entry-content a.lana-download span {
    color: #ADB5BD;
    font-size: 0.875rem; }
  .entry-content a[href*=".doc"]:before,
  .entry-content a[href*=".docx"]:before,
  .entry-content a[href*=".xlsx"]:before,
  .entry-content a[href*=".xls"]:before,
  .entry-content a[href*=".pdf"]:before,
  .entry-content a.lana-download:before {
    content: "";
    width: 16px;
    height: 16px;
    background-image: url(../img/icon-download-orange.svg);
    background-repeat: no-repeat;
    background-position: center;
    top: 2px;
    position: relative;
    display: inline-block; }

/*# sourceMappingURL=typography.css.map */
