/*
	Outputs classes (.columns-#) for each column <= $nbrOfColumns in _variables.scss
	<div class="columns-6"></div> is 50% width in a 12-column layout
*/
.columns-1, .columns-2, .columns-3, .columns-4, .columns-5, .columns-6, .columns-7, .columns-8, .columns-9, .columns-10, .columns-11, .columns-12 {
  width: 100%; }

@media only screen and (min-width: 64em) {
  .columns-1 {
    float: left;
    width: 8.33333%;
    padding: 0 0.625em; }

  .columns-2 {
    float: left;
    width: 16.66667%;
    padding: 0 0.625em; }

  .columns-3 {
    float: left;
    width: 25%;
    padding: 0 0.625em; }

  .columns-4 {
    float: left;
    width: 33.33333%;
    padding: 0 0.625em; }

  .columns-5 {
    float: left;
    width: 41.66667%;
    padding: 0 0.625em; }

  .columns-6 {
    float: left;
    width: 50%;
    padding: 0 0.625em; }

  .columns-7 {
    float: left;
    width: 58.33333%;
    padding: 0 0.625em; }

  .columns-8 {
    float: left;
    width: 66.66667%;
    padding: 0 0.625em; }

  .columns-9 {
    float: left;
    width: 75%;
    padding: 0 0.625em; }

  .columns-10 {
    float: left;
    width: 83.33333%;
    padding: 0 0.625em; }

  .columns-11 {
    float: left;
    width: 91.66667%;
    padding: 0 0.625em; }

  .columns-12 {
    float: left;
    width: 100%;
    padding: 0 0.625em; } }
@font-face {
  font-family: 'berthold';
  src: url("../fonts/berthold-webfont.eot");
  src: url("../fonts/berthold-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/berthold-webfont.woff") format("woff"), url("../fonts/berthold-webfont.ttf") format("truetype"), url("../fonts/berthold-webfont.svg#berthold") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'berthold italic';
  src: url("../fonts/berthold-italic-webfont.eot");
  src: url("../fonts/berthold-italic-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/berthold-italic-webfont.woff") format("woff"), url("../fonts/berthold-italic-webfont.ttf") format("truetype"), url("../fonts/berthold-italic-webfont.svg#berthold") format("svg");
  font-weight: normal; }
@font-face {
  font-family: 'geometria';
  src: url("../fonts/geometria-light-webfont.eot");
  src: url("../fonts/geometria-light-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/geometria-light-webfont.woff") format("woff"), url("../fonts/geometria-light-webfont.ttf") format("truetype"), url("../fonts/geometria-light-webfont.svg#geometria") format("svg");
  font-weight: normal;
  font-style: normal; }
@font-face {
  font-family: 'source sans pro';
  src: url("../fonts/sourcesanspro-regular-webfont.eot");
  src: url("../fonts/sourcesanspro-regular-webfont.eot?#iefix") format("embedded-opentype"), url("../fonts/sourcesanspro-regular-webfont.woff") format("woff"), url("../fonts/sourcesanspro-regular-webfont.ttf") format("truetype"), url("../fonts/sourcesanspro-regular-webfont.svg#ssp") format("svg");
  font-weight: normal;
  font-style: normal; }
/*
  ---- ---- ---- ---- RESET STYLESHEET ---- ---- ---- ----
*/
html, body {
  margin: 0;
  padding: 0; }

h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, q, s, samp, small, strike, strong, sub, sup, tt, var, dd, dl, dt, li, ol, ul, fieldset, form, label, legend, button, table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  border: 0;
  font-weight: normal;
  font-style: normal;
  font-size: 100%;
  line-height: 1.35em;
  font-family: "Open Sans", sans-serif; }

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
  display: block; }

audio[controls], canvas, video {
  display: inline-block;
  *display: inline;
  *zoom: 1; }

*,
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word; }

/*
  ---- ---- ---- ---- ALL VIEWPORTS AND SIZES ---- ---- ---- ----
*/
/* BODY */
@-webkit-viewport {
  width: device-width; }
@-moz-viewport {
  width: device-width; }
@-ms-viewport {
  width: device-width; }
@-o-viewport {
  width: device-width; }
@viewport {
  width: device-width; }
html {
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%; }

body {
  width: 100%;
  height: 100%;
  background: #e0e0e0;
  font-family: "Open Sans", sans-serif;
  font-size: 100%;
  font-weight: 300;
  line-height: 1.35em;
  color: #333333; }

.clearfix {
  *zoom: 1; }
  .clearfix:before, .clearfix:after {
    display: table;
    content: ""; }
  .clearfix:after {
    clear: both; }

/* TYPOGRAPHY */
h1,
h2,
h3,
h4,
h5,
h6 {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  line-height: 1.1;
  text-rendering: optimizeLegibility;
  text-shadow: none; }
  h1 *,
  h2 *,
  h3 *,
  h4 *,
  h5 *,
  h6 * {
    line-height: 1.1; }

h1,
.h1 {
  margin-bottom: 0.9em;
  color: #333333;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 300; }
  h1 a,
  .h1 a {
    font-weight: 300; }

h2,
.h2 {
  margin-bottom: 0.9em;
  color: #333333;
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 300; }
  h2 a,
  .h2 a {
    font-weight: 300; }

h3,
.h3 {
  margin-bottom: 0.77143em;
  color: #333333;
  font-size: 22px;
  font-size: 1.375rem;
  font-weight: 300; }
  h3 a,
  .h3 a {
    font-weight: 300; }

h4,
.h4 {
  margin-bottom: 0.77143em;
  color: #333333;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 300; }
  h4 a,
  .h4 a {
    font-weight: 300; }

h5,
.h5 {
  margin-bottom: 0.675em;
  color: #333333;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 300; }
  h5 a,
  .h5 a {
    font-weight: 300; }

h6,
.h6 {
  margin-bottom: 0.675em;
  color: 1em;
  font-size: 16px;
  font-size: 1rem; }
  h6 a,
  .h6 a {
    font-weight: 300; }

ol,
ul,
dl {
  margin-bottom: 1.35em;
  line-height: 1.6875em; }

p,
address {
  margin-bottom: 0.675em; }

small {
  font-size: .875em; }

ul,
ol {
  margin-left: 1em;
  padding: 0 0 0 1em; }
  ul ul,
  ul ol,
  ol ul,
  ol ol {
    margin-bottom: 0; }

li {
  margin: .25em 0; }

blockquote {
  margin-bottom: 14px;
  margin-bottom: 0.875rem;
  padding-left: 0;
  border-left: 0 solid #cccccc;
  color: gray;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 200; }
  blockquote * {
    font-family: "Open Sans", sans-serif;
    font-size: 20px;
    font-size: 1.25rem;
    font-style: italic;
    font-weight: 200; }

dl,
dd {
  margin-bottom: 0.675em; }

dt {
  font-weight: bold; }

b,
strong {
  font-weight: bold; }
  b a,
  strong a {
    font-weight: bold; }

i,
dfn,
em {
  font-style: italic; }
  i a,
  dfn a,
  em a {
    font-style: italic; }

u {
  text-decoration: underline; }

ins {
  background-color: #cccccc;
  color: red;
  text-decoration: none; }

mark {
  background-color: #cccccc;
  color: red;
  font-style: italic;
  font-weight: bold; }

pre,
code,
kdb,
samp {
  display: block;
  margin: 1em 0;
  padding: 0.5em;
  background-color: white;
  border: 0;
  font-family: "Source Code Pro", monospace;
  font-size: 0.875em;
  color: #333333; }

pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word; }

sub,
sup {
  position: relative;
  font-size: .75em;
  line-height: 0;
  vertical-align: middle; }

sup {
  top: -.5em; }

sub {
  bottom: -.25em; }

/* LINKS */
a {
  color: blue;
  font-weight: bold;
  text-decoration: none;
  cursor: pointer; }
  a:hover {
    color: #0000e6;
    text-decoration: underline;
    border: 0;
    outline: 0; }
  a:visited {
    color: #0000cc;
    color: #0000cc; }
  a:focus, a:active {
    color: #0000b3;
    border: 0;
    outline: 0; }
  a img {
    border: 0;
    outline: 0; }

strong a {
  font-weight: bold; }

/* SELECTION */
::-moz-selection {
  background-color: #cccccc;
  color: white;
  text-shadow: none; }

::selection {
  background-color: #cccccc;
  color: white;
  text-shadow: none; }

/* ELEMENTS */
hr {
  display: block;
  margin: 1em 0;
  padding: 0;
  height: 1px;
  border: 0;
  background-color: #cccccc; }

img {
  max-width: 100%;
  height: auto;
  height: auto;
  vertical-align: middle;
  border: 0;
  -ms-interpolation-mode: bicubic; }

figure {
  margin-bottom: 1.35em; }

figcaption {
  display: block;
  margin: .25em 0 0 0;
  padding: 0;
  font-weight: normal; }

/* FORMS */
label {
  font-size: 1.125em;
  color: #333333; }

input[type="text"],
input[type="date"],
input[type="time"],
input[type="datetime"],
input[type="datetime-local"],
input[type="url"],
input[type="email"],
input[type="number"],
input[type="search"],
input[type="file"],
input[type="password"],
select,
textarea,
.textbox {
  display: block;
  width: 100%;
  width: -moz-calc(100% - .5em);
  width: -webkit-calc(100% - .5em);
  width: calc(100% - .5em);
  padding: 0.375em 1.5em;
  margin-bottom: 1.35em;
  background-color: #e2e2e2;
  border: 1px solid #e2e2e2;
  color: #333333;
  font-size: .875em;
  -webkit-box-shadow: 0.5em 0.125em 0 #d5d5d5;
  -moz-box-shadow: 0.5em 0.125em 0 #d5d5d5;
  box-shadow: 0.5em 0.125em 0 #d5d5d5;
  font-family: "Open Sans", sans-serif; }
  input[type="text"]:active, input[type="text"]:focus,
  input[type="date"]:active,
  input[type="date"]:focus,
  input[type="time"]:active,
  input[type="time"]:focus,
  input[type="datetime"]:active,
  input[type="datetime"]:focus,
  input[type="datetime-local"]:active,
  input[type="datetime-local"]:focus,
  input[type="url"]:active,
  input[type="url"]:focus,
  input[type="email"]:active,
  input[type="email"]:focus,
  input[type="number"]:active,
  input[type="number"]:focus,
  input[type="search"]:active,
  input[type="search"]:focus,
  input[type="file"]:active,
  input[type="file"]:focus,
  input[type="password"]:active,
  input[type="password"]:focus,
  select:active,
  select:focus,
  textarea:active,
  textarea:focus,
  .textbox:active,
  .textbox:focus {
    outline-color: red; }

input[type="checkbox"],
input[type="radio"] {
  margin: 3px 0;
  padding: 0;
  *width: 13px;
  *height: 13px; }

button,
.button,
input[type="button"],
input[type="submit"],
input[type="reset"] {
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0.5em 1.5em;
  background-color: white;
  -webkit-box-shadow: 0 0.375em 0.25em rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 0 0.375em 0.25em rgba(0, 0, 0, 0.5);
  box-shadow: 0 0.375em 0.25em rgba(0, 0, 0, 0.5);
  border: 0.25em solid #333333;
  color: #333333;
  font-family: "Open Sans", sans-serif;
  font-size: 0.875em;
  font-weight: 600;
  cursor: pointer;
  text-transform: uppercase; }
  button.alt,
  .button.alt,
  input[type="button"].alt,
  input[type="submit"].alt,
  input[type="reset"].alt {
    background-color: #333333; }
  button:active, button:focus,
  .button:active,
  .button:focus,
  input[type="button"]:active,
  input[type="button"]:focus,
  input[type="submit"]:active,
  input[type="submit"]:focus,
  input[type="reset"]:active,
  input[type="reset"]:focus {
    outline-color: none; }
  button:hover, button:focus, button:visited,
  .button:hover,
  .button:focus,
  .button:visited,
  input[type="button"]:hover,
  input[type="button"]:focus,
  input[type="button"]:visited,
  input[type="submit"]:hover,
  input[type="submit"]:focus,
  input[type="submit"]:visited,
  input[type="reset"]:hover,
  input[type="reset"]:focus,
  input[type="reset"]:visited {
    color: #333333;
    text-decoration: none;
    border: 0.25em solid #333333; }

input[type="hidden"] {
  display: none; }

input[disabled],
select[disabled],
textarea[disabled],
input[readonly],
select[readonly],
textarea[readonly] {
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=50);
  opacity: 0.5;
  cursor: not-allowed; }

::-webkit-input-placeholder {
  color: gray;
  font-size: 0.875em;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  line-height: 2; }

:-moz-placeholder {
  color: gray;
  font-size: 0.875em;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  line-height: 2; }

::-moz-placeholder {
  color: gray;
  font-size: 0.875em;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  line-height: 2; }

:-ms-input-placeholder {
  color: gray;
  font-size: 0.875em;
  font-style: normal;
  text-transform: uppercase;
  font-family: "Open Sans", sans-serif;
  line-height: 2; }

/* BUTTON SIZES */
.button-xl {
  padding: .875em 1.75em;
  font-size: 1.25em;
  -webkit-border-top-right-radius: 6px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 6px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 6px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box; }

.button-lg {
  padding: .5em 1em;
  font-size: 1em;
  -webkit-border-top-right-radius: 5px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 5px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box; }

.button-med {
  padding: .375em .75em;
  font-size: .875em;
  line-height: 1em;
  -webkit-border-top-right-radius: 4px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 4px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box; }

.button-xs {
  padding: .25em .5em;
  font-size: .75em;
  line-height: .875em;
  -webkit-border-top-right-radius: 3px;
  -webkit-border-bottom-right-radius: 0;
  -webkit-border-bottom-left-radius: 0;
  -webkit-border-top-left-radius: 0;
  -moz-border-radius-topright: 3px;
  -moz-border-radius-bottomright: 0;
  -moz-border-radius-bottomleft: 0;
  -moz-border-radius-topleft: 0;
  border-top-right-radius: 3px;
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  border-top-left-radius: 0;
  background-clip: padding-box; }

/* TABLES */
table {
  height: 100%;
  width: 100%;
  margin-bottom: 0.675em;
  background-color: transparent;
  border-spacing: 0; }

th,
td {
  padding: 0.25em;
  vertical-align: middle;
  line-height: 1.35em;
  text-align: left;
  font-size: .875em; }

th {
  font-weight: bold; }

td {
  border-top: 1px solid #cccccc; }

thead th {
  vertical-align: bottom; }

thead:first-child tr:first-child th,
thead:first-child tr-first-child td {
  border-top: 0; }

tbody tr td,
tbody tr th {
  -webkit-transition: background-color 0.25s 0 ease;
  -moz-transition: background-color 0.25s 0 ease;
  -ms-transition: background-color 0.25s 0 ease;
  -o-transition: background-color 0.25s 0 ease;
  transition: background-color 0.25s 0 ease; }

tbody tr:hover td,
tbody tr:hover th {
  background-color: transparent; }

.table-striped tbody tr:nth-child(odd) td,
.table-striped tbody tr:nth-child(odd) th {
  background-color: #cccccc; }

.wrapper {
  overflow: hidden; }

.key {
  -webkit-transform: translate(0, 0);
  -moz-transform: translate(0, 0);
  -ms-transform: translate(0, 0);
  -o-transform: translate(0, 0);
  transform: translate(0, 0); }
  .key.click {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    transform: translate(0, 3px); }
    .key.click .shadow {
      -webkit-transform: translate(0, -3px);
      -moz-transform: translate(0, -3px);
      -ms-transform: translate(0, -3px);
      -o-transform: translate(0, -3px);
      transform: translate(0, -3px); }

@-webkit-keyframes click {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  70% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-moz-keyframes click {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  70% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-o-keyframes click {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  70% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes click {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  70% {
    -webkit-transform: translate(0, 3px);
    -moz-transform: translate(0, 3px);
    -ms-transform: translate(0, 3px);
    -o-transform: translate(0, 3px);
    transform: translate(0, 3px); }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes click2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-moz-keyframes click2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-o-keyframes click2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes click2 {
  0% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }
  100% {
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); } }
.main--section_full h2 {
  font-family: "berthold";
  text-transform: uppercase;
  letter-spacing: .05em;
  font-size: 2em;
  text-align: center;
  display: inline-block;
  position: relative;
  z-index: 20;
  background: #e0e0e0;
  margin: 0;
  padding: 0 2.5%; }

.body--header {
  position: relative;
  background: #2b2b2b;
  text-align: center;
  overflow: hidden;
  -webkit-transition: height 2s ease;
  -moz-transition: height 2s ease;
  -ms-transition: height 2s ease;
  -o-transition: height 2s ease;
  transition: height 2s ease; }
  .body--header.shrink .header--title {
    top: 0;
    -webkit-transform: translate(0, 0);
    -moz-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    transform: translate(0, 0); }

.header--title {
  max-width: 840px;
  margin: 0 auto;
  position: relative;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  -moz-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  transform: translate(0, -50%);
  -webkit-transition: all 2s ease;
  -moz-transition: all 2s ease;
  -ms-transition: all 2s ease;
  -o-transition: all 2s ease;
  transition: all 2s ease; }
  .header--title svg {
    position: absolute;
    left: 0;
    top: 0;
    height: 100%;
    width: 100%; }

.header--title_inner {
  position: relative;
  height: 0;
  padding-top: 20.74341%; }

.header--description {
  position: absolute;
  top: 100%; }

@media only screen and (max-width: 36.5em) {
  #keyboard {
    display: none; }

  #mobile--header {
    font-family: "berthold italic";
    color: #9ecec3; }

  .body--header {
    padding: 1rem 0rem; } }
@media only screen and (min-width: 36.5em) {
  #mobile--header {
    display: none; }

  .body--header {
    padding: 2rem 1rem; } }
.body--main {
  padding-bottom: 2rem; }

.body--header, .workflow .content--graphic {
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.2); }

.workflow .content--graphic {
  border-radius: 50%; }

.main--section {
  margin-top: 1.5em; }

.section--header {
  background: #2b2b2b;
  margin-bottom: 1rem;
  padding: .5rem 0;
  text-align: center;
  font-family: 'berthold'; }
  .section--header h3 {
    margin-bottom: 0;
    color: white; }

.workflow .content--summary {
  background: none;
  margin: 10% 0;
  height: auto; }

.main--section .workflow {
  box-shadow: none; }

.section--content {
  margin-bottom: 3em;
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.2); }

.content--summary {
  background: white;
  border-radius: 0 0 .4em .4em;
  height: 0; }

.section--graphic {
  text-align: center; }

.main--section_full img {
  box-shadow: 7px 7px 20px rgba(0, 0, 0, 0.2);
  -webkit-filter: grayscale(1); }

.main--section_full img.animate {
  -webkit-animation: grayscale-animation 10s forwards; }

@-webkit-keyframes grayscale-animation {
  0% {
    -webkit-filter: grayscale(1); }
  100% {
    -webkit-filter: grayscale(0); } }
.main--section_full .section--header {
  margin: 3% auto; }

.device {
  position: relative; }
  .device.Mobile {
    padding-top: 800px; }
    .device.Mobile .device_inner {
      width: 390px;
      height: 800px;
      background: url(../img/iphone-frame.png) no-repeat 50% 50%; }
    .device.Mobile .device--iframe {
      margin-top: 95px; }
  .device.Tablet {
    padding-top: 1024px; }
    .device.Tablet .device_inner {
      width: 789px;
      height: 1024px;
      background: url(../img/ipad-frame.png) no-repeat 50% 50%; }
    .device.Tablet .device--iframe {
      margin-top: 88px; }
  .device.Desktop {
    padding-top: 996px; }
    .device.Desktop .device_inner {
      width: 1200px;
      height: 996px;
      background: url(../img/computer-frame.png) no-repeat 50% 50%; }
    .device.Desktop .device--iframe {
      margin-top: 68px; }

.device--buttons {
  margin: 2rem 0; }
  .device--buttons button {
    border: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: #2b2b2b;
    -webkit-border-radius: 0.4rem;
    -moz-border-radius: 0.4rem;
    border-radius: 0.4rem;
    background-clip: padding-box;
    padding: 11px 1em 10px .75em; }
    .device--buttons button:before {
      content: '';
      display: block;
      height: 0;
      border-top: .5rem solid transparent;
      border-bottom: .5rem solid transparent;
      border-right: .75rem solid white; }
    .device--buttons button:active, .device--buttons button:focus {
      outline: 0; }
  .device--buttons .device--next {
    padding: 11px .75em 10px 1em; }
    .device--buttons .device--next:before {
      border-right: 0;
      border-left: .75rem solid white; }

.device--name {
  display: inline-block;
  color: white;
  background: #2b2b2b;
  -webkit-border-radius: 0.4rem;
  -moz-border-radius: 0.4rem;
  border-radius: 0.4rem;
  background-clip: padding-box;
  padding: .5rem 0;
  width: 200px;
  text-align: center;
  font-size: 1.375rem; }

.device_inner {
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

.device--iframe {
  position: absolute;
  left: 50%;
  -webkit-transform: translate(-50%, 0);
  -moz-transform: translate(-50%, 0);
  -ms-transform: translate(-50%, 0);
  -o-transform: translate(-50%, 0);
  transform: translate(-50%, 0); }

@media only screen and (min-width: 800px) {
  .content--summary {
    padding: 4% 4% 40% 4%; } }
@media only screen and (max-width: 800px) and (min-width: 700px) {
  .content--summary {
    padding: 4% 4% 55% 4%; } }
@media only screen and (max-width: 700px) and (min-width: 650px) {
  .content--summary {
    padding: 4% 4% 70% 4%; } }
@media only screen and (max-width: 650px) and (min-width: 36.5em) {
  .content--summary {
    padding: 4% 4% 80% 4%; } }
@media only screen and (max-width: 36.5em) {
  .workflow .content--summary {
    padding: 10%; }

  .content--summary {
    padding: 5% 5% 30% 5%; }

  .languages, .programs, .workflow--section, .finish--line {
    text-align: center; }

  .flip--effect {
    width: 80%;
    margin: 0 auto; } }
@media only screen and (min-width: 36.5em) {
  .workflow .content--summary {
    padding: 0; }

  .section--header {
    border-radius: .4em; }

  .body--main, .section--container {
    display: -ms-flexbox;
    -ms-box-orient: horizontal;
    display: -moz-box;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: justify;
    -moz-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    -webkit-box-align: start;
    -moz-box-align: start;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    -webkit-box-pack: multiple;
    -moz-box-pack: multiple;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    max-width: 870px;
    padding: 2rem 1rem;
    margin: 0 auto; }

  .heading--lines {
    width: 100%;
    top: 0;
    position: absolute;
    z-index: 10; }

  .heading--line {
    border-top: 0.15em solid #2b2b2b;
    width: 10%;
    margin: .25em auto .5em auto;
    transition-property: 'width';
    transition-duration: 2s; }

  .main--section {
    width: -moz-calc(100%/3 - 1.5em);
    width: -webkit-calc(100%/3 - 1.5em);
    width: calc(100%/3 - 1.5em); }

  .main--section_full {
    width: 100%;
    position: relative;
    text-align: center; }

  .flexbox .section--header {
    z-index: 0;
    position: relative;
    -webkit-transform: translate(0, 150%);
    transform: translate(0, 150%);
    transition-property: 'transform';
    transition-duration: 2s; }

  .workflow--header.section--header {
    transform: translate(0%, 0%);
    -webkit-transform: translate(0%, 0%); }

  .flip--effect {
    -webkit-perspective: 1300px;
    perspective: 1300px; }

  .no-cssfilters .flip--effect {
    opacity: 1; }

  .no-cssfilters .flip--effect section {
    opacity: 1; }

  .no-cssfilters .flip--effect section.animate {
    opacity: 1;
    -webkit-transform-style: none;
    transform-style: none;
    -webkit-transform-origin: none;
    transform-origin: none;
    -webkit-transform: none;
    transform: none;
    -webkit-animation: none;
    animation: none; }

  .flip--effect section {
    opacity: 0;
    transition-property: 'opacity';
    transition-duration: .5s; }

  .flip--effect section.animate {
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -webkit-transform-origin: 0% 0%;
    transform-origin: 0% 0%;
    -webkit-transform: rotateX(-80deg);
    transform: rotateX(-80deg);
    -webkit-animation: flip .8s ease-in-out forwards;
    animation: flip .8s ease-in-out forwards;
    opacity: 1; }

  @-webkit-keyframes flip {
    100% {
      -webkit-transform: rotateX(0deg);
      opacity: 1; } }
  @keyframes flip {
    100% {
      -webkit-transform: rotateX(0deg);
      transform: rotateX(0deg);
      opacity: 1; } }
  .flexbox .first--section {
    position: relative;
    z-index: 50; }

  .flexbox .second--section {
    position: relative;
    z-index: 40;
    transform: translate(-90%, 0%);
    -webkit-transform: translate(-90%, 0%);
    transition-property: 'transform';
    transition-duration: 2s; }

  .flexbox .third--section {
    z-index: 30;
    transform: translate(-182%, 0%);
    -webkit-transform: translate(-182%, 0%);
    transition-property: 'transform';
    transition-duration: 2s; }

  .flexbox .first--section--right {
    position: relative;
    z-index: 30;
    transform: translate(182%, 0%);
    -webkit-transform: translate(182%, 0%);
    transition-property: 'transform';
    transition-duration: 2s; }

  .flexbox .second--section--right {
    position: relative;
    z-index: 40;
    transform: translate(90%, 0%);
    -webkit-transform: translate(90%, 0%);
    transition-property: 'transform';
    transition-duration: 2s; }

  .flexbox .third--section--right {
    z-index: 50;
    position: relative; }

  .section--content {
    padding: 0;
    position: relative;
    z-index: 50; }

  .no-flexbox .main--section {
    display: inline-block;
    vertical-align: top;
    margin-top: 0; }
  .no-flexbox .first--section, .no-flexbox .third--section, .no-flexbox .first--section--right, .no-flexbox .third--section--right {
    margin-top: 0; }
  .no-flexbox .second--section--right, .no-flexbox .second--section, .no-flexbox .second--bottom {
    margin: 0 3%; }
  .no-flexbox .device--prev, .no-flexbox .device--name, .no-flexbox .device--next {
    vertical-align: top; } }
.body--footer {
  background: #2b2b2b; }

@media only screen and (min-width: 36.5em) {
  .logo {
    width: 30%;
    margin: 0 auto;
    max-width: 270px; } }
.sources {
  clear: both;
  position: relative;
  width: 100%;
  margin-top: 4em;
  padding: 1em;
  background: #404040;
  text-align: left; }
  .sources.active {
    top: auto;
    bottom: 0; }
  .sources ol {
    margin-bottom: 0;
    padding: 0; }
  .sources li {
    padding-left: 0; }
  .sources a {
    color: blue; }
    .sources a:hover, .sources a:active, .sources a:focus, .sources a:visited {
      color: blue; }

.sources--tab {
  position: absolute;
  left: .5em;
  bottom: 100%;
  padding: .5em;
  padding-bottom: .125em;
  background: white;
  border: 1px solid #cccccc;
  border-bottom: 0; }
  .sources--tab:hover, .sources--tab:active, .sources--tab:focus, .sources--tab:visited {
    color: blue;
    border: 1px solid #cccccc;
    border-bottom: 0; }

.share-active #sourcesToggle {
  opacity: .5; }
.share-active .share--list {
  display: block; }

.sources-active #shareToggle {
  opacity: .5; }
.sources-active .sources--list {
  display: block; }

.sources--list,
.share--list {
  display: none; }

.sources--nav {
  position: absolute;
  left: 1em;
  bottom: 100%; }
  .sources--nav a {
    display: inline-block;
    position: relative;
    padding: .25em 1em;
    background: #404040;
    border: 0;
    color: white;
    font-size: .875em; }
    .sources--nav a:first-child {
      margin-right: 1em; }
    .sources--nav a:hover, .sources--nav a:active, .sources--nav a:focus, .sources--nav a:visited {
      color: white;
      border: 0;
      text-decoration: none; }

.csstransforms .sources--nav a:after {
  content: '';
  display: block;
  position: absolute;
  right: -1.8em;
  top: 10px;
  border-top: 1.375em solid #404040;
  border-left: 1.375em solid transparent;
  border-right: 1.375em solid transparent;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg); }

.share-options {
  padding: 1em 0; }
  .share-options a {
    display: inline-block;
    height: 46px;
    width: 46px;
    margin-right: .75em;
    background: url(../img/share-icons.png) no-repeat left top/auto 46px; }
  .share-options .twitter {
    background-position: -72px 0; }
  .share-options .gplus {
    background-position: -144px 0; }
  .share-options .email {
    background-position: -216px 0; }

.embed-code-wrapper {
  font-family: "Open Sans", sans-serif;
  color: white; }

.embed-code-wrapper a {
  font-family: "Open Sans", sans-serif;
  font-size: .875em; }

.embed-code {
  max-width: 500px;
  background: #e6e6e6;
  color: #1a1a1a;
  font-family: sans-serif;
  opacity: 1 !important;
  cursor: default !important;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-border-radius: 0.25em;
  -moz-border-radius: 0.25em;
  border-radius: 0.25em;
  background-clip: padding-box;
  border: 2px solid #e6e6e6;
  font-size: .75em;
  margin: .5rem 0; }

.static-embed {
  display: none; }

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