@charset "UTF-8";
/* line 5, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
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, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

/* default grid value */
/* layouts settings */
@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/fontawesome-webfont.eot?v=4.0.3");
  src: url("../fonts/fontawesome-webfont.eot?#iefix&v=4.0.3") format("embedded-opentype"), url("../fonts/fontawesome-webfont.woff?v=4.0.3") format("woff"), url("../fonts/fontawesome-webfont.ttf?v=4.0.3") format("truetype"), url("../fonts/fontawesome-webfont.svg?v=4.0.3#fontawesomeregular") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* line 16, ../../stylesheets/_fonts.scss */
a[href^="mailto:"]:before, a.phone:before, a.mobile:before, a.fax:before {
  display: inline-block;
  font-family: FontAwesome;
  font-style: normal;
  font-weight: normal;
  line-height: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  padding-right: 5px;
}

/* line 29, ../../stylesheets/_fonts.scss */
a[href^="mailto:"]:before {
  content: "" !important;
}

/* line 30, ../../stylesheets/_fonts.scss */
a.phone:before {
  content: "" !important;
}

/* line 31, ../../stylesheets/_fonts.scss */
a.mobile:before {
  content: "" !important;
}

/* line 32, ../../stylesheets/_fonts.scss */
a.fax:before {
  content: "" !important;
}

/* line 106, ../../../../../.rvm/gems/ruby-head/gems/compass-core-1.0.3/stylesheets/compass/typography/_vertical_rhythm.scss */
html {
  font-size: 100%;
  line-height: 1.4375em;
}

/* fonts */
/* line 21, ../../stylesheets/style.scss */
body {
  font-family: "Palatino", sans-serif;
}

/* line 22, ../../stylesheets/style.scss */
strong {
  font-weight: bold;
}

/* line 23, ../../stylesheets/style.scss */
em {
  font-style: italic;
}

/* line 24, ../../stylesheets/style.scss */
h1 {
  font-size: 2em;
  line-height: 1.4375em;
}

/* line 25, ../../stylesheets/style.scss */
h2 {
  font-size: 1.5em;
  line-height: 1.4375em;
}

/* line 26, ../../stylesheets/style.scss */
h3 {
  font-size: 1.2em;
  line-height: 1.19792em;
}

/* line 28, ../../stylesheets/style.scss */
p, dt {
  -ms-word-break: break-all;
  word-break: break-all;
  /* Non standard for webkit */
  word-break: break-word;
  -webkit-hyphens: auto;
  -moz-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}

/* line 41, ../../stylesheets/style.scss */
a {
  text-decoration: none;
  color: inherit;
}

/* Header */
/* line 61, ../../stylesheets/style.scss */
header {
  width: 100%;
  float: right;
  margin-right: 0;
  text-align: center;
}
/* line 68, ../../stylesheets/style.scss */
header h1 span[itemprop="givenName"] {
  color: black;
}
/* line 69, ../../stylesheets/style.scss */
header h1 span[itemprop="familyName"] {
  color: black;
  text-transform: uppercase;
}
/* line 72, ../../stylesheets/style.scss */
header h2 {
  font-style: italic;
  color: #595959;
}
/* line 77, ../../stylesheets/style.scss */
header [itemprop='address'] {
  color: black;
}
@media screen and (max-width: 47.9375em) {
  /* line 81, ../../stylesheets/style.scss */
  header #title {
    width: 100%;
    float: right;
    margin-right: 0;
    margin-bottom: 1.4375em;
  }
  /* line 86, ../../stylesheets/style.scss */
  header .details {
    width: 100%;
    float: right;
    margin-right: 0;
  }
  /* line 90, ../../stylesheets/style.scss */
  header img {
    margin-bottom: 1.4375em;
    width: 100%;
    float: right;
    margin-right: 0;
  }
}
@media screen and (min-width: 30em) and (max-width: 47.9375em) {
  /* line 98, ../../stylesheets/style.scss */
  header img {
    padding-left: 25.42373%;
    padding-right: 25.42373%;
    margin-top: 1.4375em;
    margin-bottom: 1.4375em;
    width: 49.15254%;
    float: left;
    margin-right: 1.69492%;
  }
}
@media screen and (min-width: 48em), print, projection {
  /* line 110, ../../stylesheets/style.scss */
  header.with-photo #title {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    text-align: right;
  }
  /* line 114, ../../stylesheets/style.scss */
  header.with-photo #title h2 {
    margin-bottom: 0.71875em;
  }
  /* line 117, ../../stylesheets/style.scss */
  header.with-photo .details {
    width: 66.10169%;
    float: left;
    margin-right: 1.69492%;
    margin-left: 0px;
    text-align: right;
  }
  /* line 123, ../../stylesheets/style.scss */
  header.with-photo img {
    width: 32.20339%;
    float: right;
    margin-right: 0;
  }
  /* line 129, ../../stylesheets/style.scss */
  header:not(.with-photo) #title {
    width: 57.62712%;
    float: left;
    margin-right: 1.69492%;
    text-align: left;
  }
  /* line 134, ../../stylesheets/style.scss */
  header:not(.with-photo) .details {
    width: 40.67797%;
    float: right;
    margin-right: 0;
    text-align: right;
  }
}
@media screen and (min-width: 62em), print, projection {
  /* line 144, ../../stylesheets/style.scss */
  header.with-photo #title {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 148, ../../stylesheets/style.scss */
  header.with-photo .details {
    width: 74.57627%;
    float: left;
    margin-right: 1.69492%;
  }
  /* line 152, ../../stylesheets/style.scss */
  header.with-photo img {
    width: 23.72881%;
    float: right;
    margin-right: 0;
  }
}

/* Section */
/* line 161, ../../stylesheets/style.scss */
section {
  width: 100%;
  float: right;
  margin-right: 0;
}
/* line 167, ../../stylesheets/style.scss */
section > p {
  margin-top: 1.4375em;
  width: 100%;
  float: right;
  margin-right: 0;
  text-align: justify;
}
/* line 175, ../../stylesheets/style.scss */
section > h2 {
  margin-top: 0.95833em;
  width: 100%;
  float: right;
  margin-right: 0;
  color: #595959;
}
/* line 180, ../../stylesheets/style.scss */
section > h2:before {
  content: "";
  display: inline-block;
  margin-right: 1.69492%;
  width: 13.55932%;
  height: 0.47917em;
  margin-bottom: 0.23958em;
  background-color: #bfbfbf;
}
/* line 191, ../../stylesheets/style.scss */
section > h3 {
  margin-left: 16.94915%;
  margin-top: 1.19792em;
  width: 83.05085%;
  float: left;
  margin-right: 1.69492%;
}
/* line 199, ../../stylesheets/style.scss */
section > dl {
  width: 100%;
  float: right;
  margin-right: 0;
}
/* line 202, ../../stylesheets/style.scss */
section > dl dl {
  margin-left: -20.40816%;
}
/* line 207, ../../stylesheets/style.scss */
section:not(.listing) > dl > dt, section:not(.listing) > dl > dd, section.listing > dl > dt:first-of-type, section.listing > dl > dd:first-of-type {
  margin-top: 1.4375em;
}
/* line 212, ../../stylesheets/style.scss */
section dt {
  width: 15.25424%;
  float: left;
  margin-right: 1.69492%;
  text-align: right;
  clear: both;
}
/* line 218, ../../stylesheets/style.scss */
section dd {
  width: 83.05085%;
  float: right;
  margin-right: 0;
}
/* line 221, ../../stylesheets/style.scss */
section dd dt {
  font-style: italic;
}
/* line 228, ../../stylesheets/style.scss */
section.jumbotron {
  margin-top: 1.4375em;
  width: 100%;
  float: right;
  margin-right: 0;
  margin-bottom: 1.4375em;
}
/* line 229, ../../stylesheets/style.scss */
section.jumbotron h1, section.jumbotron h2 {
  display: none;
}
/* line 237, ../../stylesheets/style.scss */
section.jumbotron, section.jumbotron p {
  text-align: center;
}

/* Footer */
@media screen {
  /* line 261, ../../stylesheets/style.scss */
  #qrcode {
    display: none;
  }
}
@media print, projection {
  @page {
    /* always print with A4 */
    size: portrait;
    size: 210mm 297mm;
    /* this affects the margin in the printer settings */
    margin: 1.5cm 1.5cm 1.5cm 1.5cm;
    padding: 0;
    /* too bad @page is not well supported */
  }
  /* line 294, ../../stylesheets/style.scss */
  #qrcode {
    width: 20.45455%;
    float: left;
    margin-right: 2.27273%;
    max-width: 6.25em;
  }

  /* line 301, ../../stylesheets/style.scss */
  h2, h3 {
    page-break-after: avoid;
  }

  /* line 302, ../../stylesheets/style.scss */
  dt {
    page-break-after: avoid !important;
  }

  /* line 303, ../../stylesheets/style.scss */
  dd, p {
    page-break-before: avoid !important;
  }

  /* line 304, ../../stylesheets/style.scss */
  dl, dt, dd, p {
    orphans: 3;
    widows: 3;
  }

  /* line 305, ../../stylesheets/style.scss */
  dt, dd, p {
    page-break-inside: avoid !important;
  }

  /* line 306, ../../stylesheets/style.scss */
  .page-breaker {
    page-break-before: always;
  }
}
