/* line 5, ../../../Tools/Coding/Ruby22-x64/lib/ruby/gems/2.2.0/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, ../../../Tools/Coding/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, ../../../Tools/Coding/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, ../../../Tools/Coding/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, ../../../Tools/Coding/Ruby22-x64/lib/ruby/gems/2.2.0/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, ../../../Tools/Coding/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, ../../../Tools/Coding/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, ../../../Tools/Coding/Ruby22-x64/lib/ruby/gems/2.2.0/gems/compass-core-1.0.3/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, ../../../Tools/Coding/Ruby22-x64/lib/ruby/gems/2.2.0/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;
}

@media only screen {
  /* line 6, ../sass/topbar.scss */
  #TopBar {
    z-index: 200;
    margin: 0;
    padding: 0;
    border: none;
    background: #3a3a3a;
    box-shadow: 0px 2px 8px rgba(0,0,0,.75);
    max-width: 100%;
    position: fixed;
    border-radius: 0;
    top: 0;
    left: 0;
    width: calc(100% - 46px);
    height: 40px;
    vertical-align: bottom;
    padding: 0 0 0 46px;
  }
  /* line 23, ../sass/topbar.scss */
  #TopBar img {
    position: absolute;
    padding-top: 4px;
  }
  /* line 27, ../sass/topbar.scss */
  #TopBar ul {
    list-style: none;
    padding: 0;
    margin: 0;
    background: #3a3a3a;
  }
  /* line 33, ../sass/topbar.scss */
  #TopBar li {
    display: inline-block;
  }
  /* line 36, ../sass/topbar.scss */
  #TopBar #bar {
    margin-left: 190px;
    font-family: "Magra", sans-serif;
    vertical-align: middle;
  }
  /* line 40, ../sass/topbar.scss */
  #TopBar #bar * {
    z-index: 220;
  }
  /* line 43, ../sass/topbar.scss */
  #TopBar #bar .fa-caret-right {
    float: right;
    position: relative;
    top: 10px;
    left: 12px;
  }
  /* line 49, ../sass/topbar.scss */
  #TopBar #bar a {
    color: #bbb;
    font-size: 100%;
    line-height: 34px;
  }
  /* line 53, ../sass/topbar.scss */
  #TopBar #bar a:hover {
    color: white;
  }

  /* line 60, ../sass/topbar.scss */
  #root {
    visibility: hidden;
  }
  /* line 62, ../sass/topbar.scss */
  #root li {
    text-align: left;
    vertical-align: middle;
  }
  /* line 66, ../sass/topbar.scss */
  #root a {
    display: block;
    vertical-align: middle;
    padding: 3px 20px 0 20px;
    border-bottom: solid 3px #3a3a3a;
  }
  /* line 71, ../sass/topbar.scss */
  #root a:hover {
    border-bottom: solid 3px #fff;
    background: #c01f25;
    text-shadow: 1px 2px 5px #000;
  }
  /* line 78, ../sass/topbar.scss */
  #root ul {
    display: none;
    position: absolute;
    box-shadow: 0px 2px 8px rgba(0,0,0,.75);
  }
  /* line 83, ../sass/topbar.scss */
  #root li {
    display: block;
  }
  /* line 84, ../sass/topbar.scss */
  #root li:hover > ul {
    display: block !important;
  }
  /* line 90, ../sass/topbar.scss */
  #root ul a {
    width: 120px;
    text-align: left;
    white-space: nowrap;
  }
  /* line 95, ../sass/topbar.scss */
  #root ul ul {
    margin-left: 160px;
    margin-top: -40px;
  }
  /* line 100, ../sass/topbar.scss */
  #root > li {
    display: inline-block;
  }
  /* line 102, ../sass/topbar.scss */
  #root > li > ul {
    margin-top: -40px;
    visibility: visible;
    display: block;
    box-shadow: none;
  }
  /* line 107, ../sass/topbar.scss */
  #root > li > ul > li {
    visibility: visible;
    display: inline-block;
  }
  /* line 111, ../sass/topbar.scss */
  #root > li > ul > li > ul {
    margin-left: 0;
    margin-top: 0;
  }
  /* line 115, ../sass/topbar.scss */
  #root > li > ul > li > a {
    width: auto;
  }
  /* line 117, ../sass/topbar.scss */
  #root > li > ul > li > a .fa-caret-right {
    display: none;
  }

  /* line 127, ../sass/topbar.scss */
  ul#devices {
    float: right;
    display: none;
    font-size: 175%;
  }
  /* line 131, ../sass/topbar.scss */
  ul#devices li {
    margin: 0;
    display: inline-block;
    margin-left: 10px;
  }
  /* line 135, ../sass/topbar.scss */
  ul#devices li a {
    color: #bbb;
    display: block;
    width: 50px;
    line-height: 34px;
    padding-top: 6px;
    text-align: center;
    vertical-align: middle;
  }
  /* line 143, ../sass/topbar.scss */
  ul#devices li a:hover {
    color: white;
    background: #c01f25;
  }

  /* line 15, ../sass/screen.scss */
  * {
    transition: 0.25s ease;
  }

  /* line 18, ../sass/screen.scss */
  p *, h1 *, h2 *, h3 *, li *, span * {
    transition: font-size 0s;
  }

  /* line 19, ../sass/screen.scss */
  a, abbr {
    transition: color 0.25s ease;
  }

  /* line 23, ../sass/screen.scss */
  .fineprint {
    font-size: 80%;
    margin-top: 2.4em;
  }

  /* line 24, ../sass/screen.scss */
  .flight {
    float: left;
    margin: 0 1.5em 1em 0;
  }
  /* line 27, ../sass/screen.scss */
  .flight img {
    width: 10.4em;
    max-width: 100%;
  }

  /* line 34, ../sass/screen.scss */
  strong {
    font-weight: bold;
  }

  /* line 35, ../sass/screen.scss */
  em {
    font-style: italic;
  }

  /* line 37, ../sass/screen.scss */
  html, body {
    margin: 0;
    padding: 0;
    border: none;
    border-collapse: collapse;
    background: black;
  }

  /* line 45, ../sass/screen.scss */
  html {
    height: 100%;
    overflow-y: scroll;
  }

  /* line 50, ../sass/screen.scss */
  body {
    min-height: calc(100% - 80px);
    background: url("/res/triangle.jpg") center 0px;
    padding: 40px 0;
    margin: 0 auto;
    max-width: 100%;
    position: relative;
    z-index: 0;
  }
  /* line 58, ../sass/screen.scss */
  body > canvas {
    z-index: -10;
    max-width: 100%;
    position: fixed;
    height: 100%;
    display: block !important;
    margin: 0 auto;
  }

  /* line 68, ../sass/screen.scss */
  .sans {
    font-family: "Open Sans", serif;
  }

  /* line 71, ../sass/screen.scss */
  .smallcaps {
    font-size: 80%;
  }

  /* line 75, ../sass/screen.scss */
  a {
    text-decoration: none;
    cursor: pointer;
  }
  /* line 79, ../sass/screen.scss */
  a.button:hover div.button {
    color: #b22;
    background: #fff;
    border: solid 1px #a22;
    box-shadow: 0 5px 0 #a22, inset -3px -2px 20px rgba(0,0,0,.25);
  }
  /* line 85, ../sass/screen.scss */
  a.button + a.button {
    margin-left: 25px;
  }
  /* line 89, ../sass/screen.scss */
  a:hover img.client {
    border-color: #c01f25;
  }

  /* line 94, ../sass/screen.scss */
  h1 {
    text-shadow: 1px 2px 5px rgba(0,0,0,.75);
    color: white;
    font-size: 175%;
    line-height: 120%;
    margin-bottom: 1.2em;
    position: relative;
    background: linear-gradient(160deg, #800 0%, #d00 15%, transparent 75%);
    margin: 0.25em 0 1.5em -70px;
    padding: 15px 0 15px 70px;
  }
  /* line 104, ../sass/screen.scss */
  h1 .fa {
    padding-right: 0.5em;
  }
  /* line 107, ../sass/screen.scss */
  h1:before {
    content: '';
    border-top: 15px solid #800;
    position: absolute;
    bottom: -15px;
    left: 0;
    border-left: 30px solid transparent;
    z-index: -1;
  }

  /* line 118, ../sass/screen.scss */
  h2 {
    font-size: 125%;
  }
  /* line 120, ../sass/screen.scss */
  h2 + img {
    vertical-align: top;
  }

  /* line 125, ../sass/screen.scss */
  p {
    text-align: justify;
    margin: 1.2em 0 0 0;
  }
  /* line 128, ../sass/screen.scss */
  p.spaced {
    margin-top: 2.4em;
  }
  /* line 131, ../sass/screen.scss */
  p.screen {
    margin-top: 1.5em;
  }

  /* line 136, ../sass/screen.scss */
  span.arrow {
    line-height: 0;
    vertical-align: top;
    padding: 0.51em 0.16em 0 0;
    display: inline-block;
  }

  /* line 143, ../sass/screen.scss */
  .limited {
    max-width: 1000px;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }

  /* line 151, ../sass/screen.scss */
  img.team, img.web, img.client {
    width: 128px;
    height: 128px;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    border: solid 3px white;
    box-shadow: 3px 3px 7px rgba(0,0,0,.66);
    display: inline-block;
  }
  /* line 159, ../sass/screen.scss */
  img.web {
    width: 200px;
    height: 105px;
  }
  /* line 163, ../sass/screen.scss */
  img.client {
    width: 200px;
  }

  /* line 169, ../sass/screen.scss */
  div.button * {
    display: inline-block;
    vertical-align: middle;
    transition: none;
  }
  /* line 174, ../sass/screen.scss */
  div.team {
    min-height: 143px;
    margin: 0 0 0 160px;
    padding: 0;
    border: none;
    box-shadow: none;
  }
  /* line 181, ../sass/screen.scss */
  div.web {
    min-height: 120px;
    margin: 0 0 0 235px;
    padding: 0;
    border: none;
    box-shadow: none;
  }
  /* line 188, ../sass/screen.scss */
  div.team h2, div.web h2 {
    margin: 0 0 0.75em 0;
  }
  /* line 191, ../sass/screen.scss */
  div.team p, div.web p {
    margin: 0.25em 0 0 0;
  }
  /* line 194, ../sass/screen.scss */
  div.team p.bio, div.web p.description {
    margin-top: 1.5em;
  }
  /* line 197, ../sass/screen.scss */
  div.team p.bio + p.bio, div.web p.description + p.description {
    margin-top: 0.5em;
  }
  /* line 200, ../sass/screen.scss */
  div.team p {
    text-align: left;
  }
  /* line 202, ../sass/screen.scss */
  div.team p.bio {
    text-align: justify;
  }
  /* line 206, ../sass/screen.scss */
  div.web del, div.team a, div.web a {
    font-weight: bold;
  }
  /* line 209, ../sass/screen.scss */
  div.team p.bio, div.web p.description {
    font-style: italic;
    font-size: 90%;
  }
  /* line 212, ../sass/screen.scss */
  div.team p.bio em, div.team p.bio abbr, div.web p.description em, div.web p.description abbr {
    font-style: normal;
  }
  /* line 216, ../sass/screen.scss */
  div.gloss, div.glossweb {
    text-align: center;
    float: left;
  }
  /* line 220, ../sass/screen.scss */
  div.gloss:before {
    content: '';
    position: absolute;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    display: inline-block;
    background: linear-gradient(180deg, white 0%, rgba(255,255,255,.0) 100%);
    width: 134px;
    height: 50px;
  }
  /* line 229, ../sass/screen.scss */
  div.glossweb:before {
    content: '';
    position: absolute;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    -ms-border-radius: 12px;
    border-radius: 12px;
    display: inline-block;
    background: linear-gradient(180deg, white 0%, rgba(255,255,255,.0) 100%);
    width: 206px;
    height: 20px;
  }
  /* line 238, ../sass/screen.scss */
  div.button {
    margin-top: 1.5em;
    font-size: 180%;
    padding: 10px 15px;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    background: #eaeaea;
    display: inline-block;
    border: solid 1px #555;
    box-shadow: 0 5px 0 #555, inset -3px -2px 20px rgba(0,0,0,.25);
    color: #555;
    text-shadow: 0px -1px 0px rgba(0,0,0,.80), 0px 1px 0px rgba(255,255,255,.80);
    white-space: nowrap;
  }
  /* line 250, ../sass/screen.scss */
  div.button span {
    padding: 0 10px 4px 7px;
    vertical-align: middle;
    font: 900 26px "Sarpanch", sans-serif;
  }
  /* line 256, ../sass/screen.scss */
  div.flexer {
    text-align: justify;
    -ms-text-justify: distribute-all-lines;
    text-justify: distribute-all-lines;
  }
  /* line 260, ../sass/screen.scss */
  div.flexer span.stretch {
    width: 100%;
    display: none;
    height: 0;
    line-height: 0;
    font-size: 0;
  }
  /* line 268, ../sass/screen.scss */
  div.clients {
    text-align: center;
    margin-top: 1.2em;
  }
  /* line 272, ../sass/screen.scss */
  div.client {
    display: inline-block;
    margin: 0.6em;
  }

  /* line 278, ../sass/screen.scss */
  hr {
    clear: both;
    height: 5px;
    background: rgba(0,0,0,.0);
    border: 0;
    width: 100%;
    margin: 36px 0 45px 0;
    border-bottom-left-radius: 7px;
    border-bottom-right-radius: 7px;
    box-shadow: 0px 3px 5px rgba(0,0,0,.50);
  }

  /* line 290, ../sass/screen.scss */
  aside nav li a {
    font-family: "Magra", sans-serif;
    vertical-align: middle;
  }

  /* line 295, ../sass/screen.scss */
  aside {
    height: 100%;
    height: calc(100% - 40px);
    background: rgba(0,0,0,.80);
    position: fixed;
    margin: -40px 0 0 0 !important;
    padding: 40px 0 0 0;
    width: 46px;
    overflow: hidden;
  }
  /* line 304, ../sass/screen.scss */
  aside ul {
    padding: 0;
    margin-top: 75px;
  }
  /* line 307, ../sass/screen.scss */
  aside ul li {
    display: block;
    margin: 0.25em 0 0 0;
    text-indent: 0;
  }
  /* line 311, ../sass/screen.scss */
  aside ul li a {
    display: block;
    padding: 7px;
    font-size: 16px;
    height: 24px;
    color: white;
    white-space: nowrap;
    text-shadow: 1px 2px 3px rgba(0,0,0,.90);
  }
  /* line 319, ../sass/screen.scss */
  aside ul li a * {
    vertical-align: middle;
  }
  /* line 322, ../sass/screen.scss */
  aside ul li a:hover {
    background: #e30000;
    text-transform: uppercase;
  }
  /* line 326, ../sass/screen.scss */
  aside ul li a i {
    padding-right: 10px;
    font-size: 24px !important;
    text-shadow: 1px 2px 3px rgba(0,0,0,.75);
  }
  /* line 334, ../sass/screen.scss */
  aside + div {
    margin-left: 46px !important;
  }
  /* line 337, ../sass/screen.scss */
  aside:hover {
    width: 150px;
  }
  /* line 339, ../sass/screen.scss */
  aside:hover + div {
    margin: 0 104px 0 150px !important;
  }

  /* line 345, ../sass/screen.scss */
  section {
    font-size: 120%;
    font-family: "PT Serif", serif;
    display: block;
    background: url("/res/content.jpg") -1% 217px;
    border: solid 1px rgba(0,0,0,.20);
    padding: 40px;
    -webkit-border-radius: 5pt;
    -moz-border-radius: 5pt;
    -ms-border-radius: 5pt;
    border-radius: 5pt;
    box-shadow: 0 0 0 10px rgba(255,255,255,.52), 0 25px 50px rgba(0,0,0,.25), inset 0 -20px 50px rgba(0,0,0,.30), 0 5px 10px rgba(0,0,0,.25);
    margin: 66px 40px 0 40px;
    display: block;
    vertical-align: top;
  }
  /* line 357, ../sass/screen.scss */
  section a {
    color: #f00;
  }
  /* line 359, ../sass/screen.scss */
  section a:hover {
    color: #0a0;
    text-decoration: underline;
  }
  /* line 364, ../sass/screen.scss */
  section abbr {
    border-bottom: dotted 1px;
    cursor: help;
    color: #f00;
  }
  /* line 368, ../sass/screen.scss */
  section abbr:hover {
    color: #444;
  }
  /* line 372, ../sass/screen.scss */
  section ul, section ol {
    padding-left: 1.5em;
  }
  /* line 375, ../sass/screen.scss */
  section li {
    margin-top: 0.4em;
  }
  /* line 378, ../sass/screen.scss */
  section p {
    line-height: 1.3;
  }
  /* line 381, ../sass/screen.scss */
  section img {
    max-width: 100%;
  }
  /* line 384, ../sass/screen.scss */
  section ul {
    list-style-type: square;
  }
  /* line 386, ../sass/screen.scss */
  section ul.swlist {
    list-style-type: none;
    padding-left: 0;
    margin: 2em 0 0 0;
  }

  /* line 394, ../sass/screen.scss */
  footer {
    font: 90% "Cuprum", sans-serif;
    margin: 66px 40px 26px 40px;
    padding: 1em;
    background-color: rgba(0,0,0,.20);
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    -ms-border-radius: 10px;
    border-radius: 10px;
    box-shadow: 0 0 0 10px rgba(255,255,255,.40), 0 25px 50px rgba(0,0,0,.25), inset 0 -25px 50px rgba(0,0,0,.20), 0 5px 10px rgba(0,0,0,.25);
  }
  /* line 401, ../sass/screen.scss */
  footer p {
    color: white;
    text-shadow: 0px 1px 3px black;
    margin: 0;
    text-align: center;
  }
  /* line 406, ../sass/screen.scss */
  footer p + p {
    margin-top: 0.25em;
  }

  /* line 412, ../sass/screen.scss */
  .fa {
    transition: none;
  }

  /* line 416, ../sass/screen.scss */
  .fa-caret-down, .fa-caret-up {
    font-size: 15px;
    margin-left: 7px;
    height: 19px;
    vertical-align: middle;
  }

  /* line 423, ../sass/screen.scss */
  .fa-angle-double-up {
    float: right;
    padding-top: 3px;
    vertical-align: middle;
    text-shadow: 0px 1px 1px rgba(0,0,0,.75);
    color: red;
  }
  /* line 429, ../sass/screen.scss */
  .fa-angle-double-up:hover {
    color: #0a0;
  }

  /* line 434, ../sass/screen.scss */
  .fa-anchor {
    margin-right: 0.5em;
    transition: none;
  }
}
/*** RESPONSIVE MIXINS *****************/
/*** END RESPONSIVE MIXINS *************/
@media only screen {
  /* line 142, ../sass/_response.scss */
  .tablet {
    max-width: 768px;
  }
  /* line 3, ../sass/_response.scss */
  .tablet > canvas, .tablet #TopBar .limited {
    max-width: 768px;
  }
  /* line 6, ../sass/_response.scss */
  .tablet .collapsible {
    display: none;
  }
  /* line 9, ../sass/_response.scss */
  .tablet aside:hover {
    width: 46px !important;
  }
  /* line 11, ../sass/_response.scss */
  .tablet aside:hover + div {
    margin: 0 0 0 46px !important;
  }
  /* line 15, ../sass/_response.scss */
  .tablet section {
    padding-top: 30px;
  }
  /* line 17, ../sass/_response.scss */
  .tablet section h1 {
    font-size: 150%;
  }
  /* line 20, ../sass/_response.scss */
  .tablet section p, .tablet section li {
    font-size: 90%;
  }
  /* line 24, ../sass/_response.scss */
  .tablet .glossweb {
    float: none;
  }
  /* line 26, ../sass/_response.scss */
  .tablet .glossweb img {
    margin-top: 0px;
  }
  /* line 30, ../sass/_response.scss */
  .tablet .gloss {
    float: right;
    margin: 0 0 1em 1em;
  }
  /* line 34, ../sass/_response.scss */
  .tablet .web {
    margin: 1.5em 0 0 0;
  }
  /* line 37, ../sass/_response.scss */
  .tablet .team {
    margin: 0;
  }
  /* line 40, ../sass/_response.scss */
  .tablet div.flexer span.stretch {
    display: inline-block;
  }
  /* line 43, ../sass/_response.scss */
  .tablet div.button {
    font-size: 150%;
  }

  /* line 146, ../sass/_response.scss */
  .mobile {
    max-width: 480px;
  }
  /* line 79, ../sass/_response.scss */
  .mobile .flight {
    float: none;
    margin: 0 0 1.5em 0;
    text-align: center;
  }
  /* line 84, ../sass/_response.scss */
  .mobile > canvas, .mobile #TopBar .limited {
    max-width: 480px;
  }
  /* line 87, ../sass/_response.scss */
  .mobile aside:hover {
    width: 46px !important;
  }
  /* line 89, ../sass/_response.scss */
  .mobile aside:hover + div {
    margin: 0 0 0 46px !important;
  }
  /* line 93, ../sass/_response.scss */
  .mobile .collapsible, .mobile .mobilecollapsible {
    display: none;
  }
  /* line 96, ../sass/_response.scss */
  .mobile section {
    padding-top: 20px;
  }
  /* line 98, ../sass/_response.scss */
  .mobile section h1 {
    font-size: 130%;
  }
  /* line 101, ../sass/_response.scss */
  .mobile section p, .mobile section li {
    font-size: 80%;
  }
  /* line 105, ../sass/_response.scss */
  .mobile .glossweb {
    float: none;
  }
  /* line 107, ../sass/_response.scss */
  .mobile .glossweb img {
    margin-top: 0px;
  }
  /* line 111, ../sass/_response.scss */
  .mobile .gloss {
    float: right;
    margin: 0 0 1em 1em;
  }
  /* line 114, ../sass/_response.scss */
  .mobile .gloss img {
    width: 100px;
    height: 100px;
  }
  /* line 118, ../sass/_response.scss */
  .mobile .gloss:before {
    width: 106px;
  }
  /* line 122, ../sass/_response.scss */
  .mobile .web {
    margin: 1.5em 0 0 0;
  }
  /* line 125, ../sass/_response.scss */
  .mobile .team {
    margin: 0;
  }
  /* line 128, ../sass/_response.scss */
  .mobile .flexer span.stretch {
    display: inline-block;
  }
  /* line 131, ../sass/_response.scss */
  .mobile .button {
    font-size: 120%;
    padding: 8px 10px 6px 10px;
  }
  /* line 135, ../sass/_response.scss */
  .mobile a.button + a.button {
    margin-left: 5px;
  }

  /* line 48, ../sass/_response.scss */
  .tablet #TopBar, .mobile #TopBar {
    padding: 0;
    width: 100%;
  }
  /* line 52, ../sass/_response.scss */
  .tablet #root, .mobile #root {
    visibility: visible;
  }
  /* line 54, ../sass/_response.scss */
  .tablet #root > li > ul, .mobile #root > li > ul {
    margin-top: 0;
    display: none;
  }
  /* line 57, ../sass/_response.scss */
  .tablet #root > li > ul > li, .mobile #root > li > ul > li {
    display: block;
  }
  /* line 60, ../sass/_response.scss */
  .tablet #root > li > ul > li > a, .mobile #root > li > ul > li > a {
    width: 120px;
  }
  /* line 62, ../sass/_response.scss */
  .tablet #root > li > ul > li > a .fa-caret-down, .mobile #root > li > ul > li > a .fa-caret-down {
    display: none;
  }
  /* line 65, ../sass/_response.scss */
  .tablet #root > li > ul > li > a .fa-caret-right, .mobile #root > li > ul > li > a .fa-caret-right {
    display: block;
  }
  /* line 69, ../sass/_response.scss */
  .tablet #root > li > ul > li > ul, .mobile #root > li > ul > li > ul {
    margin-left: 160px;
    margin-top: -40px;
  }
}
@media only screen and (max-width: 1280px) {
  /* line 155, ../sass/_response.scss */
  aside:hover + div {
    margin: 0 0 0 150px !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 48, ../sass/_response.scss */
  #TopBar {
    padding: 0;
    width: 100%;
  }

  /* line 52, ../sass/_response.scss */
  #root {
    visibility: visible;
  }
  /* line 54, ../sass/_response.scss */
  #root > li > ul {
    margin-top: 0;
    display: none;
  }
  /* line 57, ../sass/_response.scss */
  #root > li > ul > li {
    display: block;
  }
  /* line 60, ../sass/_response.scss */
  #root > li > ul > li > a {
    width: 120px;
  }
  /* line 62, ../sass/_response.scss */
  #root > li > ul > li > a .fa-caret-down {
    display: none;
  }
  /* line 65, ../sass/_response.scss */
  #root > li > ul > li > a .fa-caret-right {
    display: block;
  }
  /* line 69, ../sass/_response.scss */
  #root > li > ul > li > ul {
    margin-left: 160px;
    margin-top: -40px;
  }

  /* line 3, ../sass/_response.scss */
  > canvas, #TopBar .limited {
    max-width: 768px;
  }

  /* line 6, ../sass/_response.scss */
  .collapsible {
    display: none;
  }

  /* line 9, ../sass/_response.scss */
  aside:hover {
    width: 46px !important;
  }
  /* line 11, ../sass/_response.scss */
  aside:hover + div {
    margin: 0 0 0 46px !important;
  }

  /* line 15, ../sass/_response.scss */
  section {
    padding-top: 30px;
  }
  /* line 17, ../sass/_response.scss */
  section h1 {
    font-size: 150%;
  }
  /* line 20, ../sass/_response.scss */
  section p, section li {
    font-size: 90%;
  }

  /* line 24, ../sass/_response.scss */
  .glossweb {
    float: none;
  }
  /* line 26, ../sass/_response.scss */
  .glossweb img {
    margin-top: 0px;
  }

  /* line 30, ../sass/_response.scss */
  .gloss {
    float: right;
    margin: 0 0 1em 1em;
  }

  /* line 34, ../sass/_response.scss */
  .web {
    margin: 1.5em 0 0 0;
  }

  /* line 37, ../sass/_response.scss */
  .team {
    margin: 0;
  }

  /* line 40, ../sass/_response.scss */
  div.flexer span.stretch {
    display: inline-block;
  }

  /* line 43, ../sass/_response.scss */
  div.button {
    font-size: 150%;
  }

  /* line 160, ../sass/_response.scss */
  #devices .fa-desktop {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  /* line 79, ../sass/_response.scss */
  .flight {
    float: none;
    margin: 0 0 1.5em 0;
    text-align: center;
  }

  /* line 84, ../sass/_response.scss */
  > canvas, #TopBar .limited {
    max-width: 480px;
  }

  /* line 87, ../sass/_response.scss */
  aside:hover {
    width: 46px !important;
  }
  /* line 89, ../sass/_response.scss */
  aside:hover + div {
    margin: 0 0 0 46px !important;
  }

  /* line 93, ../sass/_response.scss */
  .collapsible, .mobilecollapsible {
    display: none;
  }

  /* line 96, ../sass/_response.scss */
  section {
    padding-top: 20px;
  }
  /* line 98, ../sass/_response.scss */
  section h1 {
    font-size: 130%;
  }
  /* line 101, ../sass/_response.scss */
  section p, section li {
    font-size: 80%;
  }

  /* line 105, ../sass/_response.scss */
  .glossweb {
    float: none;
  }
  /* line 107, ../sass/_response.scss */
  .glossweb img {
    margin-top: 0px;
  }

  /* line 111, ../sass/_response.scss */
  .gloss {
    float: right;
    margin: 0 0 1em 1em;
  }
  /* line 114, ../sass/_response.scss */
  .gloss img {
    width: 100px;
    height: 100px;
  }
  /* line 118, ../sass/_response.scss */
  .gloss:before {
    width: 106px;
  }

  /* line 122, ../sass/_response.scss */
  .web {
    margin: 1.5em 0 0 0;
  }

  /* line 125, ../sass/_response.scss */
  .team {
    margin: 0;
  }

  /* line 128, ../sass/_response.scss */
  .flexer span.stretch {
    display: inline-block;
  }

  /* line 131, ../sass/_response.scss */
  .button {
    font-size: 120%;
    padding: 8px 10px 6px 10px;
  }

  /* line 135, ../sass/_response.scss */
  a.button + a.button {
    margin-left: 5px;
  }

  /* line 164, ../sass/_response.scss */
  #devices {
    display: none !important;
  }
}
