/* ==========================================================================
   Normalize.scss settings
   ========================================================================== */
/**
 * Includes legacy browser support IE6/7
 *
 * Set to false if you want to drop support for IE6 and IE7
 */
/* Base
   ========================================================================== */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS and IE text size adjust after device orientation change,
 *    without disabling user zoom.
 * 3. Corrects text resizing oddly in IE 6/7 when body `font-size` is set using
 *  `em` units.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevents modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/10/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the grey background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability of focused elements when they are also in an
 * active/hover state.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Addresses styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 8/9/10.
 * 2. Improves image quality when scaled in IE 7.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *  Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 * 4. Improves appearance and consistency in all browsers.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *  and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *  `input` and others.
 * 4. Removes inner spacing in IE 7 without affecting normal text inputs.
 *  Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 *  Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome.
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  box-sizing: content-box;
  /* 2 */
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 * 3. Corrects text not wrapping in Firefox 3.
 * 4. Corrects alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

.logos {
  display: block;
  width: 300px;
  margin-left: 1rem;
  padding-bottom: 5rem;
}

.logos img {
  display: block;
  margin-left: 0px;
  margin-right: auto;
  max-width: 200px;
  max-height: 70px;
  padding: 3rem;
}

@media all {
  .page-break {
    display: none;
  }
}
@media print {
  .page-break {
    display: block;
    page-break-before: always;
  }
}
html {
  font-size: 62.5%;
}

body {
  font-size: 2rem;
  line-height: 1.4;
  font-weight: 400;
  font-family: Palatino, "Palatino Linotype", "Palatino LT STD", "Book Antiqua",
    Georgia, serif;
  color: #272a2e;
  background-color: #333333;
  background: linear-gradient(to bottom right, #252e37, #3a4756);
}

@media (max-width: 568pt) {
  body {
    font-size: 1.6rem;
  }
}
.container {
  position: relative;
  width: 100%;
  max-width: 860px;
  margin: 0 auto;
  margin-top: 3rem;
  margin-bottom: 3rem;
  box-sizing: border-box;
  background-color: white;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
}

@media (max-width: 768pt) {
  .container {
    margin-top: 0;
  }
}
.content {
  margin: 4rem;
}

@media (max-width: 768pt) {
  .content {
    margin: 3rem;
  }
}
@media (max-width: 568pt) {
  .content {
    margin: 2rem 1rem 2rem 1rem;
  }
}
a,
.link {
  text-decoration: none;
  color: #0077b3;
}
a:hover,
.link:hover {
  color: #006699;
  text-decoration: underline;
}

@font-face {
  font-family: Changa;
  src: url(../fonts/Changa-Bold.ttf);
  font-weight: bold;
}
@font-face {
  font-family: Changa;
  src: url(../fonts/Changa-Regular.ttf);
}
.center {
  text-align: center;
}

h1 {
  font-family: "Changa", sans-serif;
  font-weight: bold;
  line-height: 0.9;
  font-size: 6rem;
  margin-top: -1rem;
  margin-bottom: 2rem;
}

h1.big {
  font-size: 6rem;
}

h1.bigger {
  font-size: 8rem;
}

h1.biggerer {
  font-size: 9rem;
}

h1.biggererer {
  font-size: 10rem;
}

h2,
h3,
h4,
h5,
h6 {
  font-family: "Changa", sans-serif;
  margin-top: 1rem;
  margin-bottom: 1rem;
  font-weight: bold;
}

h2 {
  font-size: 4.2rem;
  line-height: 1.25;
}

h3 {
  font-size: 3.2rem;
  line-height: 1.3;
}

h4 {
  font-size: 2.8rem;
  line-height: 1.35;
}

h5 {
  font-size: 2.2rem;
  line-height: 1.5;
}

h6 {
  font-size: 1.5rem;
  line-height: 1.6;
}

@media (max-width: 768pt) {
  h1 {
    font-size: 5.5rem;
  }

  h2 {
    font-size: 3rem;
  }

  h3 {
    font-size: 2.5rem;
  }

  h4 {
    font-size: 2rem;
  }

  h1.big {
    font-size: 5rem;
  }

  h1.bigger {
    font-size: 5.5rem;
  }

  h1.biggerer {
    font-size: 6rem;
  }

  h1.biggererer {
    font-size: 7.5rem;
  }
}
@media (max-width: 568pt) {
  h1 {
    font-size: 4.2rem;
  }

  h2 {
    font-size: 2.7rem;
  }

  h3 {
    font-size: 2.2rem;
  }

  h4 {
    font-size: 1.7rem;
  }

  h1.big {
    font-size: 4.7rem;
  }

  h1.bigger {
    font-size: 5rem;
  }

  h1.biggerer {
    font-size: 5.3rem;
  }

  h1.biggererer {
    font-size: 5.6rem;
  }
}
p {
  margin-top: 0;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: middle;
  border: 0 none;
  margin-bottom: 0.5rem;
}

img.arrow {
  z-index: 100;
  left: 3rem;
  top: 5rem;
  position: absolute;
  width: 12rem;
  height: 12rem;
}

@media (max-width: 768pt) {
  img.arrow {
    top: 9rem;
    width: 9rem;
    height: 9rem;
  }
}
@media (max-width: 568pt) {
  img.arrow {
    display: none;
  }
}
ul {
  list-style: disk;
}

ol {
  list-style: decimal inside;
  padding-left: 0;
  margin-top: 0;
}

ul {
  padding-left: 1em;
  margin-top: 0;
}
ul ul,
ul ol {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

ol ol,
ol ul {
  margin: 1.5rem 0 1.5rem 3rem;
  font-size: 90%;
}

li {
  margin-bottom: 1rem;
}

code {
  font-size: 0.8em;
  line-height: 1.5rem;
  white-space: nowrap;
  background: #f9fafb;
  border: 1px solid #d6d6d6;
  -webkit-border-radius: 4px;
  border-radius: 4px;
  background-clip: padding-box;
  display: inline-block;
  color: #025002;
  padding: 0 0.3em;
  margin: -1px 0;
}

blockquote code {
  background: #eaedf1;
  border: 1px solid #c9c9c9;
  color: #013701;
}

pre > code {
  display: block;
  padding: 1rem 1.5rem;
  white-space: pre;
  background: #002b36;
  border: none;
  color: #e0b6ec;
  font-size: 80%;
  overflow: auto;
}

@media (max-width: 768pt) {
  pre > code {
    padding: 0.5rem 0.5rem;
    font-size: 70%;
  }
}
@media (max-width: 568pt) {
  pre > code {
    padding: 0.1rem 0.1rem;
    font-size: 80%;
  }
}
blockquote {
  background-color: #d2d5e0;
  padding-top: 1rem;
  padding-bottom: 0.5rem;
  padding-right: 2%;
  padding-left: 2%;
  margin-right: 12%;
  margin-left: 5%;
  font-size: 90%;
}
blockquote a {
  color: #006699;
  text-decoration: underline;
}
blockquote h1:first-child,
blockquote h2:first-child,
blockquote h3:first-child,
blockquote h4:first-child,
blockquote h5:first-child {
  margin-top: 0.3em;
}
blockquote p:first-child {
  margin-top: 0.4em;
}
blockquote p {
  margin-top: 1rem;
  margin-bottom: 0;
}
blockquote p:last-child {
  margin-bottom: 1rem;
}
blockquote ul {
  margin-top: 1em;
}
blockquote div.highlight {
  margin-top: 0;
  margin-bottom: -1rem;
}

@media (max-width: 768pt) {
  blockquote {
    margin: 0;
  }
  blockquote pre > code {
    font-size: 80%;
  }
}
@media (max-width: 568pt) {
  blockquote {
    margin: 0;
  }
  blockquote pre > code {
    font-size: 80%;
  }
}
.nav {
  margin: 0;
  width: 100%;
  border-radius: 0;
  font-family: "Changa", sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  background-color: #1a1a1a;
  background-image: linear-gradient(to bottom, #1b2128, #121212);
  background-repeat: repeat-x;
  min-height: 2rem;
  box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.067);
}
.nav .nav-center {
  display: table;
  margin: 0 auto;
}
.nav ul.nav-list {
  list-style: outside none none;
  float: left;
  left: 0;
  width: 100%;
  position: relative;
  margin: 0 0.8rem 0 0;
  padding-left: 3%;
  display: block;
}
.nav ul.nav-list .active > a,
.nav ul.nav-list .active > a:hover,
.nav ul.nav-list .active > a:focus {
  color: #ffd675;
  background-color: #121212;
}
.nav ul.nav-list li {
  display: inline;
  font-size: 120%;
  line-height: 120%;
  text-shadow: 0px -1px 0px rgba(0, 0, 0, 0.25);
  color: #8d939b;
  float: left;
  margin: 0;
}
.nav ul.nav-list li a {
  float: none;
  padding: 0.8rem 1rem;
  color: #8d939b;
  text-decoration: none;
  display: block;
}
.nav ul.nav-list li a:hover,
.nav ul.nav-list li a:focus {
  color: white;
}

@media (max-width: 768pt) {
  .nav ul.nav-list li {
    font-size: 105%;
  }
  .nav ul.nav-list li a {
    padding: 0.8rem 0.6rem;
  }
}
@media (max-width: 414pt) {
  .nav ul.nav-list li {
    font-size: 95%;
  }
  .nav ul.nav-list li a {
    padding: 0.8rem 0.4rem;
  }

  .optional {
    display: none !important;
    height: 0;
    max-height: 0;
  }
}
.masthead {
  text-align: center;
  position: relative;
  padding-top: 2.6rem;
  padding-bottom: 1.8rem;
  background-color: #121212;
}

.masthead h1 {
  font-family: "Changa", sans-serif;
  font-size: 9rem;
  line-height: 0.5;
  text-transform: uppercase;
  text-decoration: none;
  text-align: center;
  font-weight: bold;
  font-style: normal;
  color: white;
  margin-top: 0.3rem;
  margin-bottom: 1.5rem;
  display: inline-block;
  width: 100%;
  white-space: nowrap;
}

@media (max-width: 768pt) {
  .masthead h1 {
    font-size: 7rem;
  }
}
@media (max-width: 568pt) {
  .masthead h1 {
    font-size: 5rem;
    line-height: 0.3;
  }
}
@media (max-width: 414pt) {
  .masthead h1 {
    font-size: 4rem;
    line-height: 0.2;
  }
}
/* Footer */
.footer {
  color: #444;
  text-align: center;
  position: relative;
  padding-top: 30px;
  padding-bottom: 10px;
  background-color: #121212;
}

.footer a {
  color: #bee4f7;
}

.footer a:hover,
a:focus {
  color: #ffd675;
}

input,
textarea,
select,
fieldset {
  margin-bottom: 1.5rem;
}

pre,
blockquote,
dl,
figure,
table,
p,
ul,
ol,
form {
  margin-bottom: 2.5rem;
}

.u-full-width {
  width: 100%;
  box-sizing: border-box;
}

.u-max-full-width {
  max-width: 100%;
  box-sizing: border-box;
}

.u-pull-right {
  float: right;
}

.u-pull-left {
  float: left;
}

hr {
  margin-top: 3rem;
  margin-bottom: 3.5rem;
  border-width: 0;
  border-top: 1px solid #b8b8b8;
}

.container:after,
.row:after,
.u-cf {
  content: "";
  display: table;
  clear: both;
}

.column,
.columns {
  width: 100%;
  float: left;
  box-sizing: border-box;
}

@media (min-width: 400px) {
  .container {
    width: 95%;
    padding: 0;
  }
}
@media (min-width: 550px) {
  .container {
    width: 90%;
  }

  .column,
  .columns {
    margin-left: 4%;
  }

  .column:first-child,
  .columns:first-child {
    margin-left: 0;
  }

  .one.column,
  .one.columns {
    width: 4.6666666667%;
  }

  .two.columns {
    width: 13.3333333333%;
  }

  .three.columns {
    width: 22%;
  }

  .four.columns {
    width: 30.6666666667%;
  }

  .five.columns {
    width: 39.3333333333%;
  }

  .six.columns {
    width: 48%;
  }

  .seven.columns {
    width: 56.6666666667%;
  }

  .eight.columns {
    width: 65.3333333333%;
  }

  .nine.columns {
    width: 74%;
  }

  .ten.columns {
    width: 82.6666666667%;
  }

  .eleven.columns {
    width: 91.3333333333%;
  }

  .twelve.columns {
    width: 100%;
    margin-left: 0;
  }

  .one-third.column {
    width: 30.6666666667%;
  }

  .two-thirds.column {
    width: 65.3333333333%;
  }

  .one-half.column {
    width: 48%;
  }

  .offset-by-one.column,
  .offset-by-one.columns {
    margin-left: 8.6666666667%;
  }

  .offset-by-two.column,
  .offset-by-two.columns {
    margin-left: 17.3333333333%;
  }

  .offset-by-three.column,
  .offset-by-three.columns {
    margin-left: 26%;
  }

  .offset-by-four.column,
  .offset-by-four.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-five.column,
  .offset-by-five.columns {
    margin-left: 43.3333333333%;
  }

  .offset-by-six.column,
  .offset-by-six.columns {
    margin-left: 52%;
  }

  .offset-by-seven.column,
  .offset-by-seven.columns {
    margin-left: 60.6666666667%;
  }

  .offset-by-eight.column,
  .offset-by-eight.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-nine.column,
  .offset-by-nine.columns {
    margin-left: 78%;
  }

  .offset-by-ten.column,
  .offset-by-ten.columns {
    margin-left: 86.6666666667%;
  }

  .offset-by-eleven.column,
  .offset-by-eleven.columns {
    margin-left: 95.3333333333%;
  }

  .offset-by-one-third.column,
  .offset-by-one-third.columns {
    margin-left: 34.6666666667%;
  }

  .offset-by-two-thirds.column,
  .offset-by-two-thirds.columns {
    margin-left: 69.3333333333%;
  }

  .offset-by-one-half.column,
  .offset-by-one-half.column {
    margin-left: 52%;
  }
}
.btn {
  display: inline-block;
  padding: 4px 12px;
  margin-bottom: 0;
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  color: #333333;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  background-color: #f5f5f5;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#ffffff),
    to(#e6e6e6)
  );
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff', endColorstr='#ffe6e6e6', GradientType=0);
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
  border: 1px solid #cccccc;
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow:
    inset 0 2px 4px rgba(0, 0, 0, 0.15),
    0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
  -moz-transition: background-position 0.1s linear;
  -o-transition: background-position 0.1s linear;
  transition: background-position 0.1s linear;
}

.btn-warning {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #faa732;
  background-image: -moz-linear-gradient(top, #fbb450, #f89406);
  background-image: -webkit-gradient(
    linear,
    0 0,
    0 100%,
    from(#fbb450),
    to(#f89406)
  );
  background-image: -webkit-linear-gradient(top, #fbb450, #f89406);
  background-image: -o-linear-gradient(top, #fbb450, #f89406);
  background-image: linear-gradient(to bottom, #fbb450, #f89406);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbb450', endColorstr='#fff89406', GradientType=0);
  border-color: #f89406 #f89406 #ad6704;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.btn-warning:hover,
.btn-warning:focus,
.btn-warning:active,
.btn-warning.active {
  color: #ffffff;
  background-color: #f39106;
}

.btn-xlarge {
  width: 80%;
  font-size: 2.5em;
  padding: 0.2em;
  margin-top: 0.5em;
  margin-bottom: 1em;
  line-height: normal;
  -webkit-border-radius: 8px;
  -moz-border-radius: 8px;
  border-radius: 8px;
}

@media (max-width: 768pt) {
  .btn-xlarge {
    font-size: 1.5em;
    width: 94%;
  }
}
@media (max-width: 568pt) {
  .btn-xlarge {
    font-size: 1.5em;
    width: 92%;
  }
}
/**
 * Syntax highlighting styles
 */
.highlight {
  background: none repeat scroll 0% 0% #002b36;
  margin-bottom: 15px;
  /* From https://github.com/richleland/pygments-css/blob/master/monokai.css */
  /* Comment */
  /* Error */
  /* Keyword */
  /* Literal */
  /* Name */
  /* Operator */
  /* Punctuation */
  /* Comment.Multiline */
  /* Comment.Preproc */
  /* Comment.Single */
  /* Comment.Special */
  /* Generic.Emph */
  /* Generic.Strong */
  /* Keyword.Constant */
  /* Keyword.Declaration */
  /* Keyword.Namespace */
  /* Keyword.Pseudo */
  /* Keyword.Reserved */
  /* Keyword.Type */
  /* Literal.Date */
  /* Literal.Number */
  /* Literal.String */
  /* Name.Attribute */
  /* Name.Builtin */
  /* Name.Class */
  /* Name.Constant */
  /* Name.Decorator */
  /* Name.Entity */
  /* Name.Exception */
  /* Name.Function */
  /* Name.Label */
  /* Name.Namespace */
  /* Name.Other */
  /* Name.Property */
  /* Name.Tag */
  /* Name.Variable */
  /* Operator.Word */
  /* Text.Whitespace */
  /* Literal.Number.Float */
  /* Literal.Number.Hex */
  /* Literal.Number.Integer */
  /* Literal.Number.Oct */
  /* Literal.String.Backtick */
  /* Literal.String.Char */
  /* Literal.String.Doc */
  /* Literal.String.Double */
  /* Literal.String.Escape */
  /* Literal.String.Heredoc */
  /* Literal.String.Interpol */
  /* Literal.String.Other */
  /* Literal.String.Regex */
  /* Literal.String.Single */
  /* Literal.String.Symbol */
  /* Name.Builtin.Pseudo */
  /* Name.Variable.Class */
  /* Name.Variable.Global */
  /* Name.Variable.Instance */
  /* Literal.Number.Integer.Long */
  /* Generic Heading & Diff Header */
  /* Generic.Subheading & Diff Unified/Comment? */
  /* Generic.Deleted & Diff Deleted */
  /* Generic.Inserted & Diff Inserted */
  /* My additions */
}
.highlight .hll {
  background-color: #49483e;
}
.highlight .c {
  color: #999999;
}
.highlight .err {
  color: #960050;
  background-color: #1e0010;
}
.highlight .k {
  color: #66d9ef;
}
.highlight .l {
  color: #c679dd;
}
.highlight .n {
  color: #f8f8f2;
}
.highlight .o {
  color: #f92672;
}
.highlight .p {
  color: #f8f8f2;
}
.highlight .cm {
  color: #999999;
}
.highlight .cp {
  color: #999999;
}
.highlight .c1 {
  color: #999999;
}
.highlight .cs {
  color: #999999;
}
.highlight .ge {
  font-style: italic;
}
.highlight .gs {
  font-weight: bold;
}
.highlight .kc {
  color: #66d9ef;
}
.highlight .kd {
  color: #66d9ef;
}
.highlight .kn {
  color: #f92672;
}
.highlight .kp {
  color: #66d9ef;
}
.highlight .kr {
  color: #66d9ef;
}
.highlight .kt {
  color: #66d9ef;
}
.highlight .ld {
  color: #8fc6f4;
}
.highlight .m {
  color: #c679dd;
}
.highlight .s {
  color: #8fc6f4;
}
.highlight .na {
  color: #a6e22e;
}
.highlight .nb {
  color: #f8f8f2;
}
.highlight .nc {
  color: #a6e22e;
}
.highlight .no {
  color: #4fa74f;
}
.highlight .nd {
  color: #a6e22e;
}
.highlight .ni {
  color: #f8f8f2;
}
.highlight .ne {
  color: #a6e22e;
}
.highlight .nf {
  color: #a6e22e;
}
.highlight .nl {
  color: #f8f8f2;
}
.highlight .nn {
  color: #f8f8f2;
}
.highlight .nx {
  color: #a6e22e;
}
.highlight .py {
  color: #f8f8f2;
}
.highlight .nt {
  color: #f92672;
}
.highlight .nv {
  color: #f8f8f2;
}
.highlight .ow {
  color: #f92672;
}
.highlight .w {
  color: #f8f8f2;
}
.highlight .mf {
  color: #c679dd;
}
.highlight .mh {
  color: #c679dd;
}
.highlight .mi {
  color: #c679dd;
}
.highlight .mo {
  color: #c679dd;
}
.highlight .sb {
  color: #8fc6f4;
}
.highlight .sc {
  color: #8fc6f4;
}
.highlight .sd {
  color: #8fc6f4;
}
.highlight .s2 {
  color: #8fc6f4;
}
.highlight .se {
  color: #c679dd;
}
.highlight .sh {
  color: #8fc6f4;
}
.highlight .si {
  color: #8fc6f4;
}
.highlight .sx {
  color: #8fc6f4;
}
.highlight .sr {
  color: #8fc6f4;
}
.highlight .s1 {
  color: #8fc6f4;
}
.highlight .ss {
  color: #8fc6f4;
}
.highlight .bp {
  color: #f8f8f2;
}
.highlight .vc {
  color: #f8f8f2;
}
.highlight .vg {
  color: #f8f8f2;
}
.highlight .vi {
  color: #f8f8f2;
}
.highlight .il {
  color: #c679dd;
}
.highlight .gu {
  color: #999999;
}
.highlight .gd {
  color: #f92672;
}
.highlight .gi {
  color: #a6e22e;
}
.highlight .gp {
  color: #878eab;
}
.highlight .s {
  color: #8fc6f4;
}
.highlight .pi {
  color: #61aeef;
}

ul {
  list-style-type: disc;
}

ul ul {
  list-style-type: circle;
}

ul ul ul {
  list-style-type: square;
}
