/**
 * Reset some basic elements
 */
body, h1, h2, h3, h4, h5, h6,
p, blockquote, pre, hr,
dl, dd, ol, ul, figure {
  margin: 0;
  padding: 0; }

tbody {
  display: block; }

/**
 * Basic styling
 */
body {
  font: 400 20px/1 "Helvetica Neue", Helvetica, Arial, sans-serif;
  color: #474747;
  background: url("/2018/montreal/images/chip1.jpg");
  z-index: -1;
  background-position: center top;
  background-repeat: no-repeat;
  background-attachment: fixed;
  width: 100%;
  height: 100%;
  height: auto !important;
  min-height: 100%;
  background-color: #000000;
  -webkit-text-size-adjust: 100%;
  -webkit-font-feature-settings: "kern" 1;
  -moz-font-feature-settings: "kern" 1;
  -o-font-feature-settings: "kern" 1;
  font-feature-settings: "kern" 1;
  font-kerning: normal; }

/**
 * Set `margin-bottom` to maintain vertical rhythm
 */
h1, h2, h3, h4, h5, h6,
p, blockquote, pre,
ul, ol, dl, figure,
.highlight {
  margin-bottom: 15px; }

/**
 * Images
 */
img {
  max-width: 100%;
  vertical-align: middle; }

/**
 * Figures
 */
figure > img {
  display: block; }

figcaption {
  font-size: 17.5px; }

/**
 * Lists
 */
ul, ol {
  margin-left: 30px; }

li > ul,
li > ol {
  margin-bottom: 0; }

/**
 * Headings
 */
h1, h2, h3, h4, h5, h6 {
  font-weight: 400; }

/**
 * Links
 */
a {
  text-decoration: none;
  color: #FFFFFF;
  font-weight: bold; }
  a:hover {
    text-decoration: none;
    text-shadow: 2px 2px 5px #406976; }

/**
 * Blockquotes
 */
blockquote {
  padding-left: 15px; }
  blockquote > :last-child {
    margin-bottom: 0; }
  blockquote p {
    font-size: 2em; }

/**
 *  formatting
 */
pre,
code {
  color: #FFFFFF;
  padding: 3px;
  font-family: "monospace", monospace; }

code {
  padding: 0px 0px; }

pre {
  padding: 2px 3px; }
  pre > code {
    border: 0;
    padding-right: 0;
    padding-left: 0; }

/**
 * Clearfix
 */
.footer-col-wrapper:after {
  content: "";
  display: table;
  clear: both; }

/**
 * Icons
 */
.icon > svg {
  display: inline-block;
  width: 16px;
  height: 16px;
  vertical-align: middle; }
  .icon > svg path {
    fill: #828282; }

/**
 * Site header
 */
.site-header {
  /*border-top: 30px solid $brand-color;*/
  /*border-bottom: 13px solid $brand-colorB;*/
  min-height: 150px;
  position: relative; }
  @media screen and (max-width: 768px) {
    .site-header {
      min-height: 150px; } }
  @media screen and (max-width: 767px) {
    .site-header {
      min-height: 150px; } }
  @media screen and (max-width: 640px) {
    .site-header {
      min-height: 120px; } }
  @media screen and (max-width: 450px) {
    .site-header {
      min-height: 100px; } }

.site-title {
  font-size: 1em;
  line-height: 80px;
  letter-spacing: 10px;
  margin-left: 10px;
  margin-bottom: 0px;
  float: left;
  color: #FFFFFF;
  -ms-transition: width 2s, height 2s, background-color 2s, -webkit-transform 2s;
  -moz-transition: width 2s, height 2s, background-color 2s, -webkit-transform 2s;
  -webkit-transition: width 2s, height 2s, background-color 2s, -webkit-transform 2s;
  transition: width 2s, height 2s, background-color 2s, transform 2s; }
  .site-title, .site-title:hover {
    color: #DCDCDC; }

.site-nav {
  line-height: 20px; }
  .site-nav .menu-icon {
    display: none; }
  .site-nav .page-link {
    color: #FFFFFF;
    line-height: 2.5;
    background-color: #0c3474;
    box-shadow: 0px 3px 10px #FFFFFF;
    border-radius: 10px;
    padding: 10px;
    font-size: 1em;
    -ms-transition: width 0.5s, height 0.5s, background-color 0.5s, -ms-transform 0.5s;
    -moz-transition: width 0.5s, height 0.5s, background-color 0.5s, -moz-transform 0.5s;
    -webkit-transition: width 0.5s, height 0.5s, background-color 0.5s, -webkit-transform 0.5s;
    transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
    -ms-transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
    -moz-transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s;
    -webkit-transition: width 0.5s, height 0.5s, background-color 0.5s, transform 0.5s; }
    .site-nav .page-link:not(:last-child) {
      margin-right: 6px; }
    .site-nav .page-link:hover {
      color: #0c3474;
      background-color: #406976;
      -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
      -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
      box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); }
  @media screen and (max-width: 450px) {
    .site-nav {
      position: absolute;
      top: 9px;
      right: 15px;
      border: 1px solid #406976;
      border-radius: 2px;
      text-align: center; }
      .site-nav .menu-icon {
        display: block;
        width: 24px;
        height: 20px;
        line-height: 0;
        padding: 5px;
        text-align: center; }
        .site-nav .menu-icon > svg {
          width: 15px;
          height: 18px; }
          .site-nav .menu-icon > svg path {
            fill: #424242; }
      .site-nav .trigger {
        width: 100%;
        clear: both;
        display: none; }
      .site-nav:hover .trigger {
        display: block;
        padding-bottom: 10px; }
      .site-nav .page-link {
        display: block; }
        .site-nav .page-link:not(:last-child) {
          margin-right: 6px; } }

/**
 * Site footer
 */
.site-footer {
  border-top: 1px solid #e8e8e8;
  padding: 30px 0; }

.footer-heading {
  font-size: 18px;
  margin-bottom: 15px;
  color: #FFFFFF; }

.contact-list,
.social-media-list {
  list-style: none;
  margin-left: 0; }

.footer-col-wrapper {
  font-size: 15px;
  color: #FFFFFF;
  margin-left: -15px; }

.footer-col {
  float: left;
  margin-bottom: 15px;
  padding-left: 15px; }

.footer-col-1 {
  width: -webkit-calc(33% - (30px / 2));
  width: calc(33% - (30px / 2)); }

.footer-col-2 {
  width: -webkit-calc(33% - (30px / 2));
  width: calc(33% - (30px / 2)); }

.footer-col-3 {
  width: -webkit-calc(34% - (30px / 2));
  width: calc(34% - (30px / 2)); }

@media screen and (max-width: 768px) {
  .footer-col-1,
  .footer-col-2 {
    width: -webkit-calc(50% - (30px / 2));
    width: calc(50% - (30px / 2)); }

  .footer-col-3 {
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
@media screen and (max-width: 450px) {
  .footer-col {
    float: none;
    width: -webkit-calc(100% - (30px / 2));
    width: calc(100% - (30px / 2)); } }
/**
 * Page content
 */
.page-content {
  padding: 30px 0;
  margin-bottom: 30px;
  background-color: #000000;
  border: 1px solid #e8e8e8;
  border-radius: 5px; }
  .page-content p {
    font-size: 20px;
    margin-left: 10px; }
  .page-content h1 {
    font-size: 38px; }
    @media screen and (max-width: 768px) {
      .page-content h1 {
        font-size: 32px; } }
  .page-content h2 {
    font-size: 32px; }
    @media screen and (max-width: 768px) {
      .page-content h2 {
        font-size: 28px; } }
  .page-content h3 {
    font-size: 26px; }
    @media screen and (max-width: 768px) {
      .page-content h3 {
        font-size: 22px; } }
  .page-content h4 {
    font-size: 20px; }
    @media screen and (max-width: 768px) {
      .page-content h4 {
        font-size: 18px; } }

.page-heading {
  font-size: 20px; }

.post-list {
  margin-left: 0;
  list-style: none; }
  .post-list > li {
    margin-bottom: 30px;
    color: #FFFFFF;
    padding: 3px;
    border-radius: 5px; }
  .post-list .post-content h2 {
    color: #406976;
    margin: 5px; }

.post-meta {
  font-size: 17.5px;
  color: #828282; }

.post-link {
  display: block;
  font-size: 24px; }

/**
 * Posts
 */
.post-header {
  margin-bottom: 30px; }

.post-header h1 {
  font-size: 50px;
  margin-top: 20px;
  margin-left: 20px;
  margin-right: 20px;
  color: #FFFFFF; }
  @media screen and (max-width: 768px) {
    .post-header h1 {
      font-size: 50px;
      margin-top: 55px; } }
  @media screen and (max-width: 767px) {
    .post-header h1 {
      font-size: 42px;
      margin-top: 50px; } }
  @media screen and (max-width: 640px) {
    .post-header h1 {
      font-size: 36px;
      margin-top: 40px; } }
  @media screen and (max-width: 450px) {
    .post-header h1 {
      font-size: 28px;
      margin-top: 30px; } }

.post-title {
  font-size: 60px;
  font-weight: bold;
  letter-spacing: -1px;
  line-height: 1; }
  @media screen and (max-width: 768px) {
    .post-title {
      font-size: 36px; } }

.post-content {
  margin-bottom: 30px;
  /*border: 3px solid $brand-color;*/
  /*border-radius: 3px;*/
  border-radius: 5px; }
  @media screen and (max-width: 450px) {
    .post-content {
      border: 0px solid #474747; } }
  .post-content p {
    color: #d9d9d9;
    font-size: 1em;
    margin-left: 45px;
    text-align: justify; }
    @media screen and (max-width: 768px) {
      .post-content p {
        font-size: 1em;
        margin-left: 45px; } }
    @media screen and (max-width: 767px) {
      .post-content p {
        font-size: 1em;
        margin-left: 30px; } }
    @media screen and (max-width: 640px) {
      .post-content p {
        font-size: 1em;
        margin-left: 15px; } }
    @media screen and (max-width: 450px) {
      .post-content p {
        font-size: .9em;
        margin-left: 10px; } }
  .post-content h1 {
    font-size: 1.3em;
    margin: 5px 15px 5px 25px;
    line-height: 1em;
    font-weight: bold;
    color: #d9d9d9; }
    @media screen and (max-width: 768px) {
      .post-content h1 {
        font-size: 1.3em;
        margin: 5px 15px 5px 15px; } }
    @media screen and (max-width: 767px) {
      .post-content h1 {
        font-size: 1.2em;
        margin: 5px 12px 5px 12px; } }
    @media screen and (max-width: 640px) {
      .post-content h1 {
        font-size: 1.1em;
        margin: 3px 11px 3px 11px; } }
    @media screen and (max-width: 450px) {
      .post-content h1 {
        font-size: 1em;
        margin: 2px 2px 10px 10px; } }
  .post-content h2 {
    font-size: 1.4em;
    margin: 30px 10px 20px 10px;
    color: #d9d9d9; }
    @media screen and (max-width: 768px) {
      .post-content h2 {
        font-size: 1.3em;
        margin: 30px 10px 20px 10px; } }
    @media screen and (max-width: 767px) {
      .post-content h2 {
        font-size: 1.2em;
        margin: 20px 10px 20px 10px; } }
    @media screen and (max-width: 640px) {
      .post-content h2 {
        font-size: 1.1em;
        margin: 10px 10px 5px 8px; } }
    @media screen and (max-width: 450px) {
      .post-content h2 {
        font-size: 1em;
        margin: 20px 10px 20px 5px; } }
  .post-content h3 {
    font-size: 40px;
    font-weight: bold;
    margin: 20px 50px; }
    @media screen and (max-width: 768px) {
      .post-content h3 {
        font-size: 40px;
        margin: 20px 50px; } }
    @media screen and (max-width: 767px) {
      .post-content h3 {
        font-size: 32px;
        margin: 20px 25px; } }
    @media screen and (max-width: 640px) {
      .post-content h3 {
        margin: 15px 10px;
        font-size: 24px; } }
    @media screen and (max-width: 450px) {
      .post-content h3 {
        font-size: 18px;
        letter-spacing: 2px;
        margin: 10px 10px; } }
  .post-content h3 a {
    font-size: 30px;
    font-weight: bold;
    color: #FFFFFF; }
    @media screen and (max-width: 768px) {
      .post-content h3 a {
        font-size: 30px; } }
    @media screen and (max-width: 767px) {
      .post-content h3 a {
        font-size: 24px; } }
    @media screen and (max-width: 640px) {
      .post-content h3 a {
        font-size: 28px; } }
    @media screen and (max-width: 450px) {
      .post-content h3 a {
        font-size: 14px; } }
    .post-content h3 a a.hover {
      color: #FFFFFF; }
  .post-content h4 {
    font-size: 20px;
    margin: 20px 50px;
    color: #FFFFFF; }
    @media screen and (max-width: 768px) {
      .post-content h4 {
        font-size: 20px;
        margin: 20px 50px; } }
    @media screen and (max-width: 767px) {
      .post-content h4 {
        font-size: 18px;
        margin: 20px 25px; } }
    @media screen and (max-width: 640px) {
      .post-content h4 {
        font-size: 16px;
        margin: 20px 10px; } }
    @media screen and (max-width: 450px) {
      .post-content h4 {
        font-size: 16px;
        margin: 10px 10px; } }
  .post-content pre {
    margin: 20px; }
  .post-content ul {
    list-style: none; }
  .post-content li {
    font-size: 18px;
    /*font-weight: bold;*/
    font-weight: lighter;
    color: #d9d9d9;
    letter-spacing: 1px;
    list-style: disc;
    margin-left: 80px; }
    @media screen and (max-width: 768px) {
      .post-content li {
        font-size: 18px;
        margin-left: 80px; } }
    @media screen and (max-width: 767px) {
      .post-content li {
        font-size: 16px;
        margin-left: 60px; } }
    @media screen and (max-width: 640px) {
      .post-content li {
        font-size: 12px;
        margin-left: 40px; } }
    @media screen and (max-width: 450px) {
      .post-content li {
        font-size: 10px;
        margin-left: 30px; } }
  .post-content li a {
    font-size: 24px;
    /*font-weight: bold;*/
    font-weight: lighter;
    color: #DCDCDC;
    letter-spacing: 1px; }
    @media screen and (max-width: 768px) {
      .post-content li a {
        font-size: 24px; } }
    @media screen and (max-width: 767px) {
      .post-content li a {
        font-size: 18px; } }
    @media screen and (max-width: 640px) {
      .post-content li a {
        font-size: 14px; } }
    @media screen and (max-width: 450px) {
      .post-content li a {
        font-size: 12px; } }
  .post-content li a:hover {
    color: #FFFFFF; }

/**
 * Syntax highlighting styles
 */
.highlight {
  /*background: #121212;*/
  /*.highlighter-rouge & {
    background: #232323;
  }*/ }
  .highlight .c {
    color: #998;
    font-style: italic; }
  .highlight .err {
    color: #a61717;
    background-color: #e3d2d2; }
  .highlight .k {
    font-weight: bold; }
  .highlight .o {
    font-weight: bold; }
  .highlight .cm {
    color: #998;
    font-style: italic; }
  .highlight .cp {
    color: #999;
    font-weight: bold; }
  .highlight .c1 {
    color: #998;
    font-style: italic; }
  .highlight .cs {
    color: #999;
    font-weight: bold;
    font-style: italic; }
  .highlight .gd {
    color: #000;
    background-color: #fdd; }
  .highlight .gd .x {
    color: #000;
    background-color: #faa; }
  .highlight .ge {
    font-style: italic; }
  .highlight .gr {
    color: #a00; }
  .highlight .gh {
    color: #999; }
  .highlight .gi {
    color: #000;
    background-color: #dfd; }
  .highlight .gi .x {
    color: #000;
    background-color: #afa; }
  .highlight .go {
    color: #888; }
  .highlight .gp {
    color: #555; }
  .highlight .gs {
    font-weight: bold; }
  .highlight .gu {
    color: #aaa; }
  .highlight .gt {
    color: #a00; }
  .highlight .kc {
    font-weight: bold; }
  .highlight .kd {
    font-weight: bold; }
  .highlight .kp {
    font-weight: bold; }
  .highlight .kr {
    font-weight: bold; }
  .highlight .kt {
    color: #458;
    font-weight: bold; }
  .highlight .m {
    color: #099; }
  .highlight .s {
    color: #d14; }
  .highlight .na {
    color: #008080; }
  .highlight .nb {
    color: #0086B3; }
  .highlight .nc {
    color: #458;
    font-weight: bold; }
  .highlight .no {
    color: #008080; }
  .highlight .ni {
    color: #800080; }
  .highlight .ne {
    color: #900;
    font-weight: bold; }
  .highlight .nf {
    color: #900;
    font-weight: bold; }
  .highlight .nn {
    color: #555; }
  .highlight .nt {
    color: #000080; }
  .highlight .nv {
    color: #008080; }
  .highlight .ow {
    font-weight: bold; }
  .highlight .w {
    color: #bbb; }
  .highlight .mf {
    color: #099; }
  .highlight .mh {
    color: #099; }
  .highlight .mi {
    color: #099; }
  .highlight .mo {
    color: #099; }
  .highlight .sb {
    color: #d14; }
  .highlight .sc {
    color: #d14; }
  .highlight .sd {
    color: #d14; }
  .highlight .s2 {
    color: #d14; }
  .highlight .se {
    color: #d14; }
  .highlight .sh {
    color: #d14; }
  .highlight .si {
    color: #d14; }
  .highlight .sx {
    color: #d14; }
  .highlight .sr {
    color: #009926; }
  .highlight .s1 {
    color: #d14; }
  .highlight .ss {
    color: #990073; }
  .highlight .bp {
    color: #999; }
  .highlight .vc {
    color: #008080; }
  .highlight .vg {
    color: #008080; }
  .highlight .vi {
    color: #008080; }
  .highlight .il {
    color: #099; }

.site-title {
  font-size: 3em;
  padding-top: 10px;
  transition: 2s;
  margin: 3px;
  line-height: 1em;
  color: #FFFFFF; }
  @media screen and (max-width: 768px) {
    .site-title {
      font-size: 3em; } }
  @media screen and (max-width: 767px) {
    .site-title {
      font-size: 2em; } }
  @media screen and (max-width: 640px) {
    .site-title {
      font-size: 2em; } }
  @media screen and (max-width: 450px) {
    .site-title {
      font-size: 1em; } }

.site-title:hover {
  color: #FFFFFF; }

.site-nav .page-link {
  padding: 5px;
  font-size: 1.2em;
  margin: 3px; }
  @media screen and (max-width: 768px) {
    .site-nav .page-link {
      padding: 3px;
      font-size: 1.2em; } }
  @media screen and (max-width: 767px) {
    .site-nav .page-link {
      padding: 2px;
      font-size: 1.1em; } }
  @media screen and (max-width: 640px) {
    .site-nav .page-link {
      padding: 2px;
      font-size: 1em; } }
  @media screen and (max-width: 450px) {
    .site-nav .page-link {
      padding: 5px;
      font-size: 1em;
      margin: 5px; } }

@media screen and (max-width: 450px) {
  .header .site-header {
    min-height: 30px; } }

.post-content span.soldout {
  color: #FF0000; }
  @media screen and (max-width: 450px) {
    .post-content span.soldout {
      font-size: .8em; } }

.main .post-content {
  border-radius: 5px; }
.main .post-list {
  margin-top: 30px;
  border-radius: 10px; }
.main p {
  font-size: 1em;
  margin: 0px 12px 30px 0px;
  color: #FFFFFF; }
  @media screen and (max-width: 768px) {
    .main p {
      font-size: 1em;
      margin: 0px 12px 10px 0px; } }
  @media screen and (max-width: 767px) {
    .main p {
      font-size: 1em;
      margin: 0px 12px 0px 0px; } }
  @media screen and (max-width: 640px) {
    .main p {
      font-size: 1em;
      margin: 0px 12px 0px 0px; } }
  @media screen and (max-width: 450px) {
    .main p {
      font-size: .8em;
      margin: 0px 12px 20px 0px; } }
.main h1 {
  font-size: 1em;
  margin: 2px; }
.main h2 {
  font-size: 1.6em;
  margin: 3px; }
  @media screen and (max-width: 768px) {
    .main h2 {
      font-size: 1.6em;
      margin: 0px 12px 0px 0px; } }
  @media screen and (max-width: 767px) {
    .main h2 {
      font-size: 1.5em;
      margin: 0px 12px 0px 10px; } }
  @media screen and (max-width: 640px) {
    .main h2 {
      font-size: 1.4em;
      margin: 0px 12px 0px 2px; } }
  @media screen and (max-width: 450px) {
    .main h2 {
      font-size: 1.2em;
      margin: 0px 12px 0px 12px; } }
.main h3 {
  font-size: 10px;
  margin: 2px; }
.main h4 {
  font-size: 10px;
  margin: 2px; }

.post-content {
  background-color: rgba(12, 52, 116, 0.6); }
  .post-content p {
    margin: 5px 20px 10px 20px; }
  .post-content a {
    font-size: 1em; }
    @media screen and (max-width: 768px) {
      .post-content a {
        font-size: 1em; } }
    @media screen and (max-width: 767px) {
      .post-content a {
        font-size: 1em; } }
    @media screen and (max-width: 640px) {
      .post-content a {
        font-size: 1em; } }
    @media screen and (max-width: 450px) {
      .post-content a {
        font-size: 1em; } }
    .post-content a:hover {
      text-decoration: none;
      color: #FFFFFF;
      /*text-shadow: 3px 3px 20px $text-color5;*/ }
  .post-content td {
    left: -20px;
    border: 1px solid #FFFFFF;
    font-family: "monospace", monospace;
    color: #DCDCDC;
    min-width: 40px;
    padding: 3px; }
  .post-content pre {
    font-size: 1.3em;
    font-family: "monospace", monospace;
    padding: 0px;
    color: #d9d9d9; }
    @media screen and (max-width: 768px) {
      .post-content pre {
        font-size: 1.3em; } }
    @media screen and (max-width: 767px) {
      .post-content pre {
        font-size: 1.2em; } }
    @media screen and (max-width: 640px) {
      .post-content pre {
        font-size: 1.1em; } }
    @media screen and (max-width: 450px) {
      .post-content pre {
        font-size: 1em;
        letter-spacing: -1px;
        margin-left: -5px; } }
  .post-content .footnote {
    color: #DCDCDC;
    font-size: 1.5em;
    text-align: right; }
  .post-content blockquote p {
    font-size: 1.5em;
    color: #FFFFFF;
    font-style: italic; }
    @media screen and (max-width: 768px) {
      .post-content blockquote p {
        font-size: 1.2em; } }
    @media screen and (max-width: 767px) {
      .post-content blockquote p {
        font-size: 1.1em; } }
    @media screen and (max-width: 640px) {
      .post-content blockquote p {
        font-size: 1em; } }
    @media screen and (max-width: 450px) {
      .post-content blockquote p {
        font-size: .9em; } }

.cfp h1 {
  color: #FFFFFF;
  font-size: 30px;
  margin: 30px 15px 5px 25px;
  line-height: 1em;
  font-weight: bold;
  padding: 5px; }
  @media screen and (max-width: 768px) {
    .cfp h1 {
      font-size: 30px;
      margin: 5px 15px 5px 15px; } }
  @media screen and (max-width: 767px) {
    .cfp h1 {
      font-size: 24px;
      margin: 5px 12px 5px 12px; } }
  @media screen and (max-width: 640px) {
    .cfp h1 {
      font-size: 14px;
      margin: 3px 11px 3px 11px; } }
  @media screen and (max-width: 450px) {
    .cfp h1 {
      font-size: 14px;
      margin: 2px 2px 10px 2px; } }
.cfp p {
  font-size: 14px;
  font-family: "monospace", monospace;
  text-align: justify;
  margin: 10px 40px 3px 40px;
  color: #d9d9d9; }
  @media screen and (max-width: 768px) {
    .cfp p {
      font-size: 14px;
      margin: 10px 40px 3px 40px; } }
  @media screen and (max-width: 767px) {
    .cfp p {
      font-size: 12px;
      margin: 8px 20px 3px 15px; } }
  @media screen and (max-width: 640px) {
    .cfp p {
      font-size: 10px;
      margin: 5px 10px 3px 10px; } }
  @media screen and (max-width: 450px) {
    .cfp p {
      font-size: 9px;
      margin: 3px 5 px 3px 5px; } }
.cfp pre {
  font-size: 14px;
  font-family: "monospace", monospace;
  padding: 0px;
  color: #d9d9d9; }
  @media screen and (max-width: 768px) {
    .cfp pre {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .cfp pre {
      font-size: 12px; } }
  @media screen and (max-width: 640px) {
    .cfp pre {
      font-size: 9px; } }
  @media screen and (max-width: 450px) {
    .cfp pre {
      font-size: 9px;
      letter-spacing: -1px;
      margin-left: -5px; } }
.cfp li {
  font-size: 14px;
  font-family: "monospace", monospace;
  text-align: justify;
  margin: 5px 20px 3px 40px;
  color: #d9d9d9; }
  @media screen and (max-width: 768px) {
    .cfp li {
      font-size: 14px; } }
  @media screen and (max-width: 767px) {
    .cfp li {
      font-size: 12px; } }
  @media screen and (max-width: 640px) {
    .cfp li {
      font-size: 10px; } }
  @media screen and (max-width: 450px) {
    .cfp li {
      font-size: 9px;
      margin: 5px 20px 3px 15px;
      line-height: -2px; } }

.traininglist p {
  font-size: 1.2em;
  margin: 5px 5px 3px 40px; }
  @media screen and (max-width: 768px) {
    .traininglist p {
      font-size: 1.2em;
      margin: 5px 5px 3px 40px; } }
  @media screen and (max-width: 767px) {
    .traininglist p {
      font-size: 1.1em;
      margin: 5px 5px 3px 40px; } }
  @media screen and (max-width: 640px) {
    .traininglist p {
      font-size: 1em;
      margin: 5px 5px 3px 40px; } }
  @media screen and (max-width: 450px) {
    .traininglist p {
      font-size: .9em;
      margin: 5px 5px 3px 15px; } }
.traininglist ul li ul li:before {
  content: "* ";
  color: #474747;
  /* or whatever color you prefer */ }
.traininglist li {
  font-size: 1.5em;
  /*font-weight: bold;*/
  font-weight: lighter;
  color: #d9d9d9;
  letter-spacing: 3px;
  list-style: none;
  margin-top: 20px;
  text-align: initial;
  margin-left: 60px;
  margin-right: 60px; }
  @media screen and (max-width: 768px) {
    .traininglist li {
      font-size: 1.5em;
      margin-left: 39px;
      margin-right: 60px; } }
  @media screen and (max-width: 767px) {
    .traininglist li {
      font-size: 1.3em; } }
  @media screen and (max-width: 640px) {
    .traininglist li {
      font-size: 1.3em; } }
  @media screen and (max-width: 450px) {
    .traininglist li {
      font-size: 1.2em;
      margin-left: 5px;
      margin-right: 15px; } }
.traininglist ul li a:before {
  content: "\2234  ";
  color: #474747; }
.traininglist li a {
  font-size: 1em;
  /*font-weight: bold;*/
  font-weight: lighter;
  color: #DCDCDC;
  letter-spacing: 1px; }
  @media screen and (max-width: 768px) {
    .traininglist li a {
      font-size: 1em; } }
  @media screen and (max-width: 767px) {
    .traininglist li a {
      font-size: 1em; } }
  @media screen and (max-width: 640px) {
    .traininglist li a {
      font-size: 1em; } }
  @media screen and (max-width: 450px) {
    .traininglist li a {
      font-size: .9em; } }
.traininglist li a:hover {
  color: #DCDCDC; }
.traininglist h2 {
  font-size: 1.6em;
  font-weight: bold;
  color: #DCDCDC;
  background-color: #000000;
  padding-left: 20px;
  margin-top: 20px; }
  @media screen and (max-width: 768px) {
    .traininglist h2 {
      font-size: 1.6em; } }
  @media screen and (max-width: 767px) {
    .traininglist h2 {
      font-size: 1.4em; } }
  @media screen and (max-width: 640px) {
    .traininglist h2 {
      font-size: 1.2em; } }
  @media screen and (max-width: 450px) {
    .traininglist h2 {
      font-size: 1.1em; } }
.traininglist h3 {
  color: #DCDCDC;
  font-size: 28px;
  font-weight: bold;
  margin: 80px 50px 20px 40px;
  border-bottom: 1px solid #FFFFFF; }
  @media screen and (max-width: 768px) {
    .traininglist h3 {
      font-size: 24px;
      margin: 80px 50px 20px 40px; } }
  @media screen and (max-width: 767px) {
    .traininglist h3 {
      font-size: 18px;
      margin: 60px 40px 10px 20px; } }
  @media screen and (max-width: 640px) {
    .traininglist h3 {
      margin: 40px 10px 10px 10px;
      font-size: 16px; } }
  @media screen and (max-width: 450px) {
    .traininglist h3 {
      font-size: 14px;
      letter-spacing: 2px;
      margin: 40px 10px 10px 10px; } }
.traininglist h3 a {
  font-size: 1.4em;
  font-weight: bold;
  line-height: .8em;
  color: #DCDCDC;
  margin-top: 200px; }
  @media screen and (max-width: 768px) {
    .traininglist h3 a {
      font-size: 1.4em; } }
  @media screen and (max-width: 767px) {
    .traininglist h3 a {
      font-size: 1.2em; } }
  @media screen and (max-width: 640px) {
    .traininglist h3 a {
      font-size: 1em; } }
  @media screen and (max-width: 450px) {
    .traininglist h3 a {
      font-size: .9em; } }
.traininglist h3 a:hover {
  color: #FFFFFF; }
.traininglist h4 {
  color: #FFFFFF;
  font-size: 20px;
  margin: 10px 80px 10px 80px;
  text-align: justify; }
  @media screen and (max-width: 768px) {
    .traininglist h4 {
      font-size: 20px;
      margin: 10px 80px 10px 80px; } }
  @media screen and (max-width: 767px) {
    .traininglist h4 {
      font-size: 18px;
      margin: 10px 50px 10px 50px; } }
  @media screen and (max-width: 640px) {
    .traininglist h4 {
      font-size: 14px;
      margin: 10px 50px 10px 50px; } }
  @media screen and (max-width: 450px) {
    .traininglist h4 {
      font-size: 12px;
      margin: 5px 40px 5px 30px; } }
.traininglist blockquote p {
  margin: 10px 20px 10px 30px;
  font-size: 1.1em;
  color: #DCDCDC;
  text-align: right; }
  @media screen and (max-width: 768px) {
    .traininglist blockquote p {
      font-size: 1.1em; } }
  @media screen and (max-width: 767px) {
    .traininglist blockquote p {
      font-size: 1.1em; } }
  @media screen and (max-width: 640px) {
    .traininglist blockquote p {
      font-size: 1em; } }
  @media screen and (max-width: 450px) {
    .traininglist blockquote p {
      font-size: .9em; } }

.trainingpage {
  padding-left: 0px;
  padding-right: 0px; }
  .trainingpage .title_data {
    padding: 5px;
    border-bottom: 1px solid #474747; }
    .trainingpage .title_data h3 {
      color: #474747;
      font-size: 1em; }
      @media screen and (max-width: 450px) {
        .trainingpage .title_data h3 {
          font-size: .8em;
          margin: 1px; } }
  .trainingpage .data {
    border-radius: 5px;
    background-color: #000000;
    box-shadow: 10px 5px 5px #121212; }
    .trainingpage .data h3 {
      color: #DCDCDC;
      font-size: 1.2em;
      margin: 20px 50px; }
      @media screen and (max-width: 450px) {
        .trainingpage .data h3 {
          font-size: .9em;
          margin: 10px 20px; } }
  .trainingpage p {
    font-size: 1em;
    margin: 5px 40px; }
    @media screen and (max-width: 768px) {
      .trainingpage p {
        font-size: 1em;
        margin: 5px 40px; } }
    @media screen and (max-width: 767px) {
      .trainingpage p {
        font-size: 1em;
        margin: 5px 40px; } }
    @media screen and (max-width: 640px) {
      .trainingpage p {
        font-size: 1em;
        margin: 5px 15px; } }
    @media screen and (max-width: 450px) {
      .trainingpage p {
        font-size: .9em;
        margin: 5px 30px 5px 2px; } }
  .trainingpage h2 {
    font-size: 1.5em;
    font-weight: bold;
    color: #d9d9d9;
    background-color: #000000;
    padding-left: 20px; }
    @media screen and (max-width: 768px) {
      .trainingpage h2 {
        font-size: 1.5em; } }
    @media screen and (max-width: 767px) {
      .trainingpage h2 {
        font-size: 1.3em; } }
    @media screen and (max-width: 640px) {
      .trainingpage h2 {
        font-size: 1.2em; } }
    @media screen and (max-width: 450px) {
      .trainingpage h2 {
        font-size: 1em; } }
  .trainingpage h3 {
    color: #FFFFFF;
    font-size: 1.2em; }
    @media screen and (max-width: 768px) {
      .trainingpage h3 {
        font-size: 1.2em; } }
    @media screen and (max-width: 767px) {
      .trainingpage h3 {
        font-size: 1em; } }
    @media screen and (max-width: 640px) {
      .trainingpage h3 {
        font-size: 1em; } }
    @media screen and (max-width: 450px) {
      .trainingpage h3 {
        font-size: 14px;
        letter-spacing: 2px;
        margin: 40px 10px 10px 10px; } }
  .trainingpage h4 {
    color: #FFFFFF;
    font-size: 1.5em;
    margin: 20px 80px 10px 80px;
    text-align: justify; }
    @media screen and (max-width: 768px) {
      .trainingpage h4 {
        font-size: 1.2em;
        margin: 10px 80px 10px 80px; } }
    @media screen and (max-width: 767px) {
      .trainingpage h4 {
        font-size: 1.2em;
        margin: 10px 50px 10px 50px; } }
    @media screen and (max-width: 640px) {
      .trainingpage h4 {
        font-size: 1em;
        margin: 10px 50px 10px 50px; } }
    @media screen and (max-width: 450px) {
      .trainingpage h4 {
        font-size: .9em;
        margin: 5px 40px 5px 30px; } }
  .trainingpage li {
    font-size: 1.2em;
    /*font-weight: bold;*/
    font-weight: lighter;
    color: #FFFFFF;
    letter-spacing: 1px;
    list-style: none;
    margin: 10px 50px;
    line-height: 40px; }
    @media screen and (max-width: 768px) {
      .trainingpage li {
        font-size: 1.3em;
        margin: 10px 50px;
        line-height: 30px; } }
    @media screen and (max-width: 767px) {
      .trainingpage li {
        font-size: 1.2em;
        margin: 10px 60px;
        line-height: 25px; } }
    @media screen and (max-width: 640px) {
      .trainingpage li {
        font-size: 1.1em;
        margin: 10px 50px;
        line-height: 20px; } }
    @media screen and (max-width: 450px) {
      .trainingpage li {
        font-size: 1em;
        margin: 10px 50px 10px 10px; } }
  .trainingpage ul li:before {
    content: "\2234  ";
    color: #FFFFFF; }
  .trainingpage ul li ul li:before {
    content: "* ";
    color: #FFFFFF; }
  .trainingpage .content {
    margin-top: 50px; }

.conf p {
  font-size: 1.2em;
  margin: 10px 30px; }
  @media screen and (max-width: 768px) {
    .conf p {
      font-size: 1.2em; } }
  @media screen and (max-width: 767px) {
    .conf p {
      font-size: 1em; } }
  @media screen and (max-width: 640px) {
    .conf p {
      font-size: 1em; } }
  @media screen and (max-width: 450px) {
    .conf p {
      font-size: .8em;
      margin: 10px 20px; } }
.conf h1 {
  font-size: 60px;
  margin: 5px 15px 5px 25px;
  line-height: 1em;
  font-weight: bold;
  color: #d9d9d9; }
  @media screen and (max-width: 768px) {
    .conf h1 {
      font-size: 60px;
      margin: 5px 15px 5px 15px; } }
  @media screen and (max-width: 767px) {
    .conf h1 {
      font-size: 38px;
      margin: 5px 12px 5px 12px; } }
  @media screen and (max-width: 640px) {
    .conf h1 {
      font-size: 32px;
      margin: 3px 11px 3px 11px; } }
  @media screen and (max-width: 450px) {
    .conf h1 {
      font-size: 20px;
      margin: 2px 2px 10px 10px; } }
.conf h2 {
  color: #FFFFFF;
  font-size: 1.4em;
  font-weight: bolder; }
  @media screen and (max-width: 768px) {
    .conf h2 {
      font-size: 1.4em;
      margin: 5px 15px 5px 15px; } }
  @media screen and (max-width: 767px) {
    .conf h2 {
      font-size: 1.2em;
      margin: 5px 12px 5px 12px; } }
  @media screen and (max-width: 640px) {
    .conf h2 {
      font-size: 1.1em;
      margin: 3px 11px 3px 11px; } }
  @media screen and (max-width: 450px) {
    .conf h2 {
      font-size: 1em;
      margin: 2px 2px 10px 10px; } }
.conf h3 {
  color: #FFFFFF;
  margin: 5px 80px;
  padding: 2px;
  font-size: 1.4em; }
  @media screen and (max-width: 768px) {
    .conf h3 {
      font-size: 1.4em;
      margin: 5px 80px; } }
  @media screen and (max-width: 767px) {
    .conf h3 {
      font-size: 1.2em;
      margin: 5px 60px; } }
  @media screen and (max-width: 640px) {
    .conf h3 {
      font-size: 1em;
      margin: 5px 40px; } }
  @media screen and (max-width: 450px) {
    .conf h3 {
      font-size: .8em;
      margin: 1px 20px;
      padding: 1px 3px; } }
.conf h4 {
  font-family: "monospace", monospace;
  font-size: 1.3em;
  color: #FFFFFF;
  margin-left: 40px;
  padding-left: 4px; }
  @media screen and (max-width: 768px) {
    .conf h4 {
      font-size: 1.3em; } }
  @media screen and (max-width: 767px) {
    .conf h4 {
      font-size: 1.2em; } }
  @media screen and (max-width: 640px) {
    .conf h4 {
      font-size: 1em; } }
  @media screen and (max-width: 450px) {
    .conf h4 {
      font-size: .9em;
      margin-left: 20px; } }
.conf blockquote p {
  font-size: 1.1em;
  color: #FFFFFF;
  margin: 10px 40px; }
  @media screen and (max-width: 768px) {
    .conf blockquote p {
      font-size: 1.1em;
      margin: 10px 40px; } }
  @media screen and (max-width: 767px) {
    .conf blockquote p {
      font-size: 1em;
      margin: 10px 70px; } }
  @media screen and (max-width: 640px) {
    .conf blockquote p {
      font-size: 1em;
      margin: 10px 70px; } }
  @media screen and (max-width: 450px) {
    .conf blockquote p {
      font-size: .9em;
      margin: 10px 50px; } }

.schedule .friday_link {
  background-color: #003b6f;
  font-size: 1.5em;
  font-weight: bold;
  color: #FFFFFF;
  padding: 3px;
  margin-bottom: 60px;
  border-radius: 5px; }
  @media screen and (max-width: 450px) {
    .schedule .friday_link {
      font-size: 1em;
      padding: 2px; } }
.schedule .saturday_link {
  background-color: #75871c;
  font-size: 1.5em;
  font-weight: bold;
  color: #FFFFFF;
  padding: 3px;
  margin-bottom: 60px;
  border-radius: 5px; }
  @media screen and (max-width: 450px) {
    .schedule .saturday_link {
      font-size: 1em;
      padding: 2px; } }
.schedule .sunday_link {
  background-color: #880000;
  font-size: 1.5em;
  font-weight: bold;
  color: #FFFFFF;
  padding: 3px;
  margin-bottom: 60px;
  border-radius: 5px; }
  @media screen and (max-width: 450px) {
    .schedule .sunday_link {
      font-size: 1em;
      padding: 2px; } }
.schedule .friday {
  background-color: #003b6f;
  font-size: 3em;
  font-weight: bold;
  color: #FFFFFF;
  padding: 3px;
  margin-bottom: 30px; }
  @media screen and (max-width: 450px) {
    .schedule .friday {
      font-size: 1.5em; } }
.schedule .saturday {
  background-color: #75871c;
  font-size: 3em;
  font-weight: bold;
  color: #FFFFFF;
  padding: 3px;
  margin-bottom: 30px; }
  @media screen and (max-width: 450px) {
    .schedule .saturday {
      font-size: 1.5em; } }
.schedule .sunday {
  background-color: #880000;
  font-size: 3em;
  font-weight: bold;
  color: #FFFFFF;
  padding: 3px;
  margin-bottom: 30px; }
  @media screen and (max-width: 450px) {
    .schedule .sunday {
      font-size: 1.5em; } }
.schedule .scheduleevent {
  background-color: #dbd60d;
  font-size: 1.2em;
  font-weight: bold;
  color: #000000;
  padding: 3px;
  margin-bottom: 30px; }
  .schedule .scheduleevent a {
    font-size: 1.2em;
    color: #000000; }
  .schedule .scheduleevent a:hover {
    color: #474747; }
.schedule .event_time {
  background-color: #474747;
  color: #FFFFFF;
  font-size: 1em;
  padding: 3px; }
.schedule h1 {
  background-color: #FFFFFF;
  color: #000000;
  margin-top: 50px;
  line-height: 2em;
  margin-left: 10px;
  padding-left: 20px;
  font-size: 2em; }
.schedule h3 {
  margin-top: 50px;
  font-size: 1.2em;
  padding-left: 20px;
  border-left: 1px solid #FFFFFF;
  border-top: 1px solid #FFFFFF;
  color: #FFFFFF; }
.schedule h4 {
  font-size: 1em;
  margin: 5px 15px 5px 30px;
  line-height: 1em;
  font-weight: bold;
  padding-left: 3px;
  color: #FFFFFF; }
  @media screen and (max-width: 768px) {
    .schedule h4 {
      font-size: 1em;
      margin: 5px 15px 5px 15px; } }
  @media screen and (max-width: 767px) {
    .schedule h4 {
      font-size: 1em;
      margin: 5px 12px 5px 12px; } }
  @media screen and (max-width: 640px) {
    .schedule h4 {
      font-size: 1em;
      margin: 3px 11px 3px 11px; } }
  @media screen and (max-width: 450px) {
    .schedule h4 {
      font-size: 1em;
      margin: 2px 2px 10px 10px; } }
  .schedule h4 a {
    font-size: 1.5em; }
    @media screen and (max-width: 768px) {
      .schedule h4 a {
        font-size: 1.5em; } }
    @media screen and (max-width: 767px) {
      .schedule h4 a {
        font-size: 1.2em; } }
    @media screen and (max-width: 640px) {
      .schedule h4 a {
        font-size: 1em; } }
    @media screen and (max-width: 450px) {
      .schedule h4 a {
        font-size: 1em; } }
.schedule ul li {
  list-style: none;
  margin-top: 0px;
  padding: 3px; }
.schedule li a {
  font-size: 1.2em;
  padding: 3px;
  color: #FFFFFF; }
.schedule li a:hover {
  color: #d9d9d9; }
.schedule a {
  font-size: 2em;
  color: #FFFFFF;
  text-shadow: none; }
  @media screen and (max-width: 768px) {
    .schedule a {
      font-size: 2em; } }
  @media screen and (max-width: 767px) {
    .schedule a {
      font-size: 1.5em; } }
  @media screen and (max-width: 640px) {
    .schedule a {
      font-size: 1.3em; } }
  @media screen and (max-width: 450px) {
    .schedule a {
      font-size: 1.3em; } }
.schedule a:hover {
  color: #d9d9d9; }

.presentation h4 {
  color: #FFFFFF; }
  .presentation h4 a {
    color: #FFFFFF;
    text-shadow: none; }
  .presentation h4 a:hover {
    color: #d9d9d9; }

.footer_right {
  text-align: right;
  margin-right: 70px; }

.sponsor {
  margin: 60px;
  display: inline-block; }

.opacity_50 {
  opacity: 0.3; }

.reflect-x {
  -moz-transform: scale(1, -1.2);
  -webkit-transform: scale(1, -1.2);
  -o-transform: scale(1, -1.2);
  -ms-transform: scale(1, -1.2);
  transform: scale(1, -1.2);
  position: relative;
  top: -15px; }
  @media screen and (max-width: 768px) {
    .reflect-x {
      top: -20px; } }
  @media screen and (max-width: 767px) {
    .reflect-x {
      top: -25px; } }
  @media screen and (max-width: 640px) {
    .reflect-x {
      top: -45px; } }
  @media screen and (max-width: 450px) {
    .reflect-x {
      top: -50px; } }

.rotate {
  -ms-transform: scale(1.01) rotate(1deg);
  -moz-transform: scale(1.01) rotate(1deg);
  -webkit-transform: scale(1.01) rotate(1deg);
  -webkit-box-shadow: blur 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: blur 1px rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2);
  box-shadow: blur 1px 0 rgba(255, 255, 255, 0.4), 0 1px 1px rgba(0, 0, 0, 0.2); }

#align_center {
  text-align: center; }

#mono {
  font-family: "monospace", monospace;
  color: #FFFFFF; }

.bumpup {
  position: relative;
  top: -120px;
  opacity: .8; }

.big_bouton_BRX {
  color: #FFFFFF;
  height: 150px;
  background-color: #070b45;
  border-radius: 5px;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 100px;
  transition: 1.2s; }
  .big_bouton_BRX pre {
    font-size: 1.2em;
    line-height: 1.1em; }
    @media screen and (max-width: 768px) {
      .big_bouton_BRX pre {
        font-size: 1.2em; } }
    @media screen and (max-width: 767px) {
      .big_bouton_BRX pre {
        font-size: 1em; } }
    @media screen and (max-width: 640px) {
      .big_bouton_BRX pre {
        font-size: .8em;
        line-height: 1.3em; } }
    @media screen and (max-width: 450px) {
      .big_bouton_BRX pre {
        font-size: .8em;
        line-height: 1.5em; } }
  .big_bouton_BRX p {
    font-size: 12px; }

.big_bouton_BRX:hover {
  background: #2029a7; }

.big_bouton_MTL {
  color: #000000;
  height: 150px;
  background-color: #e95800;
  border-radius: 5px;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 100px; }
  .big_bouton_MTL pre {
    color: #000000;
    font-size: 1.2em;
    line-height: 1.1em; }
    @media screen and (max-width: 768px) {
      .big_bouton_MTL pre {
        font-size: 1.2em; } }
    @media screen and (max-width: 767px) {
      .big_bouton_MTL pre {
        font-size: 1em; } }
    @media screen and (max-width: 640px) {
      .big_bouton_MTL pre {
        font-size: .8em;
        line-height: 1.3em; } }
    @media screen and (max-width: 450px) {
      .big_bouton_MTL pre {
        font-size: .8em;
        line-height: 1.5em; } }
  .big_bouton_MTL p {
    font-size: 12px; }
  .big_bouton_MTL a {
    text-shadow: none; }

.big_bouton_MTL:hover {
  background: #ff5600; }

.big_bouton_slides {
  color: #FFFFFF;
  height: 80px;
  background-color: #336633;
  border-radius: 5px;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 100px;
  transition: .5s; }

.big_bouton_slides:hover {
  background: #00FF00; }

.big_bouton_video {
  color: #FFFFFF;
  height: 80px;
  background-color: #336633;
  border-radius: 5px;
  text-align: center;
  padding-top: 10px;
  margin-bottom: 100px;
  transition: .5s; }

.big_bouton_video:hover {
  background: #00FF00; }

.top-spacer {
  height: 40px; }

.hell h1 {
  font-size: 1.3em;
  margin-top: 55px;
  margin-left: 20px;
  margin-right: 20px;
  text-shadow: 0px 80px 150px #8B0000;
  color: #8B0000; }
  @media screen and (max-width: 768px) {
    .hell h1 {
      font-size: 1.3em;
      margin-top: 55px; } }
  @media screen and (max-width: 767px) {
    .hell h1 {
      font-size: 1.3em;
      margin-top: 50px; } }
  @media screen and (max-width: 640px) {
    .hell h1 {
      font-size: 1em;
      margin-top: 40px; } }
  @media screen and (max-width: 450px) {
    .hell h1 {
      font-size: .9em;
      margin-top: 30px; } }

.blurb {
  font-size: 1em;
  text-shadow: 0px 80px 150px #474747;
  color: #DCDCDC;
  margin-top: 25px; }
  @media screen and (max-width: 768px) {
    .blurb {
      font-size: 1em;
      margin-top: 25px; } }
  @media screen and (max-width: 767px) {
    .blurb {
      font-size: .9em;
      margin-top: 20px; } }
  @media screen and (max-width: 640px) {
    .blurb {
      font-size: .8em;
      margin-top: 15px; } }
  @media screen and (max-width: 450px) {
    .blurb {
      font-size: .8em;
      margin-top: 10px; } }

.greenbox {
  font-size: .7em;
  color: #006600;
  width: 100px;
  border-style: solid;
  border-width: thin;
  border-color: #004400;
  margin: 10px;
  padding: 2px; }

.noise {
  background: url("/2018/montreal/images/greenline-00.png") no-repeat;
  background-size: 50%; }

.plustaxe {
  font-size: .7em;
  baseline-shift: sub; }
