/*!
 * Metal Mustang Robotics v1.0.0
 * Copyright 2015 Metal Mustang Robotics
 * Licensed under MIT (https://github.com/caps-robotics/Website/blob/rewrite/LICENSE)
 */
/*! normalize.css v3.0.3 | MIT License | github.com/necolas/normalize.css */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%; }

body {
  margin: 0; }

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

audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline; }

audio:not([controls]) {
  display: none;
  height: 0; }

[hidden],
template {
  display: none; }

a {
  background-color: transparent; }

a:active {
  outline: 0; }

a:hover {
  outline: 0; }

abbr[title] {
  border-bottom: 1px dotted; }

b,
strong {
  font-weight: bold; }

dfn {
  font-style: italic; }

h1 {
  font-size: 2em;
  margin: 0.67em 0; }

mark {
  background: #ff0;
  color: #000; }

small {
  font-size: 80%; }

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline; }

sup {
  top: -0.5em; }

sub {
  bottom: -0.25em; }

img {
  border: 0; }

svg:not(:root) {
  overflow: hidden; }

figure {
  margin: 1em 40px; }

hr {
  box-sizing: content-box;
  height: 0; }

pre {
  overflow: auto; }

code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em; }

button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0; }

button {
  overflow: visible; }

button,
select {
  text-transform: none; }

button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer; }

button[disabled],
html input[disabled] {
  cursor: default; }

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0; }

input {
  line-height: normal; }

input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0; }

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto; }

input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box; }

input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none; }

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em; }

legend {
  border: 0;
  padding: 0; }

textarea {
  overflow: auto; }

optgroup {
  font-weight: bold; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

td,
th {
  padding: 0; }

html {
  box-sizing: border-box; }

*,
*::before,
*::after {
  box-sizing: inherit; }

html {
  -webkit-tap-highlight-color: transparent; }

pre {
  margin-top: 0;
  margin-bottom: 1rem; }

figure {
  margin: 0 0 1rem; }

img {
  vertical-align: middle; }

[role="button"] {
  cursor: pointer; }

html {
  font-size: 62.5%; }

body {
  font-family: "Raleway", "HelveticaNeue", "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6;
  color: #222; }

a {
  color: #00a8c6;
  text-decoration: none; }
  a:hover {
    color: #007d93;
    text-decoration: underline; }
  a.social-icon:hover {
    text-decoration: none; }

.hidden-xs-above {
  display: none !important; }

@media (max-width: 33.9em) {
  .hidden-xs-below {
    display: none !important; } }

@media (min-width: 34em) {
  .hidden-sm-above {
    display: none !important; } }

@media (max-width: 47.9em) {
  .hidden-sm-below {
    display: none !important; } }

@media (min-width: 48em) {
  .hidden-md-above {
    display: none !important; } }

@media (max-width: 61.9em) {
  .hidden-md-below {
    display: none !important; } }

@media (min-width: 62em) {
  .hidden-lg-above {
    display: none !important; } }

@media (max-width: 74.9em) {
  .hidden-lg-below {
    display: none !important; } }

@media (min-width: 75em) {
  .hidden-xl-above {
    display: none !important; } }

.hidden-xl-below {
  display: none !important; }

.text-indent {
  text-indent: 2em; }

.text-no-indent {
  text-indent: 0; }

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

.text-primary {
  color: #00a8c6; }

.text-success {
  color: #c3cb4c; }

.text-info {
  color: #3bc7b8; }

.text-warning {
  color: #edb92e; }

.text-danger {
  color: #ff4e50; }

.padding {
  padding: 1em; }

.padding-lr {
  padding: 0 1em; }

.padding-tb {
  padding: 1em 0; }

.padding-b {
  padding-bottom: 1em; }

.margin {
  margin: 1em; }

.margin-lr {
  margin: 0 1em; }

.margin-tb {
  margin: 1em 0; }

.margin-b {
  margin-bottom: 1em; }

.pull-left {
  float: left !important; }

.pull-right {
  float: right !important; }

.container {
  position: relative;
  width: 100%;
  padding: 0 20px;
  margin: 0 auto; }
  @media (min-width: 34em) {
    .container {
      max-width: 34em; } }
  @media (min-width: 48em) {
    .container {
      max-width: 45em; } }
  @media (min-width: 62em) {
    .container {
      max-width: 60em; } }
  @media (min-width: 75em) {
    .container {
      max-width: 72.25em; } }

.row {
  margin: 0 -20px; }

.column,
.columns {
  position: relative;
  float: left;
  width: 100%;
  min-height: 1px;
  padding: 1em; }

.xs-one.column,
.xs-one.columns {
  width: 8.33333%; }

.xs-two.column,
.xs-two.columns {
  width: 16.66667%; }

.xs-three.column,
.xs-three.columns {
  width: 25%; }

.xs-four.column,
.xs-four.columns {
  width: 33.33333%; }

.xs-five.column,
.xs-five.columns {
  width: 41.66667%; }

.xs-six.column,
.xs-six.columns {
  width: 50%; }

.xs-seven.column,
.xs-seven.columns {
  width: 58.33333%; }

.xs-eight.column,
.xs-eight.columns {
  width: 66.66667%; }

.xs-nine.column,
.xs-nine.columns {
  width: 75%; }

.xs-ten.column,
.xs-ten.columns {
  width: 83.33333%; }

.xs-eleven.column,
.xs-eleven.columns {
  width: 91.66667%; }

.xs-twelve.column,
.xs-twelve.columns {
  width: 100%; }

.prefix-by-one.column,
.prefix-by-one.columns {
  margin-left: 8.33333%; }

.prefix-by-two.column,
.prefix-by-two.columns {
  margin-left: 16.66667%; }

.prefix-by-three.column,
.prefix-by-three.columns {
  margin-left: 25%; }

.prefix-by-four.column,
.prefix-by-four.columns {
  margin-left: 33.33333%; }

.prefix-by-five.column,
.prefix-by-five.columns {
  margin-left: 41.66667%; }

.prefix-by-six.column,
.prefix-by-six.columns {
  margin-left: 50%; }

.prefix-by-seven.column,
.prefix-by-seven.columns {
  margin-left: 58.33333%; }

.prefix-by-eight.column,
.prefix-by-eight.columns {
  margin-left: 66.66667%; }

.prefix-by-nine.column,
.prefix-by-nine.columns {
  margin-left: 75%; }

.prefix-by-ten.column,
.prefix-by-ten.columns {
  margin-left: 83.33333%; }

.prefix-by-eleven.column,
.prefix-by-eleven.columns {
  margin-left: 91.66667%; }

.prefix-by-twelve.column,
.prefix-by-twelve.columns {
  margin-left: 100%; }

@media (min-width: 34em) {
  .sm-one.column,
  .sm-one.columns {
    width: 8.33333%; }
  .sm-two.column,
  .sm-two.columns {
    width: 16.66667%; }
  .sm-three.column,
  .sm-three.columns {
    width: 25%; }
  .sm-four.column,
  .sm-four.columns {
    width: 33.33333%; }
  .sm-five.column,
  .sm-five.columns {
    width: 41.66667%; }
  .sm-six.column,
  .sm-six.columns {
    width: 50%; }
  .sm-seven.column,
  .sm-seven.columns {
    width: 58.33333%; }
  .sm-eight.column,
  .sm-eight.columns {
    width: 66.66667%; }
  .sm-nine.column,
  .sm-nine.columns {
    width: 75%; }
  .sm-ten.column,
  .sm-ten.columns {
    width: 83.33333%; }
  .sm-eleven.column,
  .sm-eleven.columns {
    width: 91.66667%; }
  .sm-twelve.column,
  .sm-twelve.columns {
    width: 100%; }
  .prefix-by-one.column,
  .prefix-by-one.columns {
    margin-left: 8.33333%; }
  .prefix-by-two.column,
  .prefix-by-two.columns {
    margin-left: 16.66667%; }
  .prefix-by-three.column,
  .prefix-by-three.columns {
    margin-left: 25%; }
  .prefix-by-four.column,
  .prefix-by-four.columns {
    margin-left: 33.33333%; }
  .prefix-by-five.column,
  .prefix-by-five.columns {
    margin-left: 41.66667%; }
  .prefix-by-six.column,
  .prefix-by-six.columns {
    margin-left: 50%; }
  .prefix-by-seven.column,
  .prefix-by-seven.columns {
    margin-left: 58.33333%; }
  .prefix-by-eight.column,
  .prefix-by-eight.columns {
    margin-left: 66.66667%; }
  .prefix-by-nine.column,
  .prefix-by-nine.columns {
    margin-left: 75%; }
  .prefix-by-ten.column,
  .prefix-by-ten.columns {
    margin-left: 83.33333%; }
  .prefix-by-eleven.column,
  .prefix-by-eleven.columns {
    margin-left: 91.66667%; }
  .prefix-by-twelve.column,
  .prefix-by-twelve.columns {
    margin-left: 100%; } }

@media (min-width: 48em) {
  .md-one.column,
  .md-one.columns {
    width: 8.33333%; }
  .md-two.column,
  .md-two.columns {
    width: 16.66667%; }
  .md-three.column,
  .md-three.columns {
    width: 25%; }
  .md-four.column,
  .md-four.columns {
    width: 33.33333%; }
  .md-five.column,
  .md-five.columns {
    width: 41.66667%; }
  .md-six.column,
  .md-six.columns {
    width: 50%; }
  .md-seven.column,
  .md-seven.columns {
    width: 58.33333%; }
  .md-eight.column,
  .md-eight.columns {
    width: 66.66667%; }
  .md-nine.column,
  .md-nine.columns {
    width: 75%; }
  .md-ten.column,
  .md-ten.columns {
    width: 83.33333%; }
  .md-eleven.column,
  .md-eleven.columns {
    width: 91.66667%; }
  .md-twelve.column,
  .md-twelve.columns {
    width: 100%; }
  .prefix-by-one.column,
  .prefix-by-one.columns {
    margin-left: 8.33333%; }
  .prefix-by-two.column,
  .prefix-by-two.columns {
    margin-left: 16.66667%; }
  .prefix-by-three.column,
  .prefix-by-three.columns {
    margin-left: 25%; }
  .prefix-by-four.column,
  .prefix-by-four.columns {
    margin-left: 33.33333%; }
  .prefix-by-five.column,
  .prefix-by-five.columns {
    margin-left: 41.66667%; }
  .prefix-by-six.column,
  .prefix-by-six.columns {
    margin-left: 50%; }
  .prefix-by-seven.column,
  .prefix-by-seven.columns {
    margin-left: 58.33333%; }
  .prefix-by-eight.column,
  .prefix-by-eight.columns {
    margin-left: 66.66667%; }
  .prefix-by-nine.column,
  .prefix-by-nine.columns {
    margin-left: 75%; }
  .prefix-by-ten.column,
  .prefix-by-ten.columns {
    margin-left: 83.33333%; }
  .prefix-by-eleven.column,
  .prefix-by-eleven.columns {
    margin-left: 91.66667%; }
  .prefix-by-twelve.column,
  .prefix-by-twelve.columns {
    margin-left: 100%; } }

@media (min-width: 62em) {
  .lg-one.column,
  .lg-one.columns {
    width: 8.33333%; }
  .lg-two.column,
  .lg-two.columns {
    width: 16.66667%; }
  .lg-three.column,
  .lg-three.columns {
    width: 25%; }
  .lg-four.column,
  .lg-four.columns {
    width: 33.33333%; }
  .lg-five.column,
  .lg-five.columns {
    width: 41.66667%; }
  .lg-six.column,
  .lg-six.columns {
    width: 50%; }
  .lg-seven.column,
  .lg-seven.columns {
    width: 58.33333%; }
  .lg-eight.column,
  .lg-eight.columns {
    width: 66.66667%; }
  .lg-nine.column,
  .lg-nine.columns {
    width: 75%; }
  .lg-ten.column,
  .lg-ten.columns {
    width: 83.33333%; }
  .lg-eleven.column,
  .lg-eleven.columns {
    width: 91.66667%; }
  .lg-twelve.column,
  .lg-twelve.columns {
    width: 100%; }
  .prefix-by-one.column,
  .prefix-by-one.columns {
    margin-left: 8.33333%; }
  .prefix-by-two.column,
  .prefix-by-two.columns {
    margin-left: 16.66667%; }
  .prefix-by-three.column,
  .prefix-by-three.columns {
    margin-left: 25%; }
  .prefix-by-four.column,
  .prefix-by-four.columns {
    margin-left: 33.33333%; }
  .prefix-by-five.column,
  .prefix-by-five.columns {
    margin-left: 41.66667%; }
  .prefix-by-six.column,
  .prefix-by-six.columns {
    margin-left: 50%; }
  .prefix-by-seven.column,
  .prefix-by-seven.columns {
    margin-left: 58.33333%; }
  .prefix-by-eight.column,
  .prefix-by-eight.columns {
    margin-left: 66.66667%; }
  .prefix-by-nine.column,
  .prefix-by-nine.columns {
    margin-left: 75%; }
  .prefix-by-ten.column,
  .prefix-by-ten.columns {
    margin-left: 83.33333%; }
  .prefix-by-eleven.column,
  .prefix-by-eleven.columns {
    margin-left: 91.66667%; }
  .prefix-by-twelve.column,
  .prefix-by-twelve.columns {
    margin-left: 100%; } }

@media (min-width: 75em) {
  .xl-one.column,
  .xl-one.columns {
    width: 8.33333%; }
  .xl-two.column,
  .xl-two.columns {
    width: 16.66667%; }
  .xl-three.column,
  .xl-three.columns {
    width: 25%; }
  .xl-four.column,
  .xl-four.columns {
    width: 33.33333%; }
  .xl-five.column,
  .xl-five.columns {
    width: 41.66667%; }
  .xl-six.column,
  .xl-six.columns {
    width: 50%; }
  .xl-seven.column,
  .xl-seven.columns {
    width: 58.33333%; }
  .xl-eight.column,
  .xl-eight.columns {
    width: 66.66667%; }
  .xl-nine.column,
  .xl-nine.columns {
    width: 75%; }
  .xl-ten.column,
  .xl-ten.columns {
    width: 83.33333%; }
  .xl-eleven.column,
  .xl-eleven.columns {
    width: 91.66667%; }
  .xl-twelve.column,
  .xl-twelve.columns {
    width: 100%; }
  .prefix-by-one.column,
  .prefix-by-one.columns {
    margin-left: 8.33333%; }
  .prefix-by-two.column,
  .prefix-by-two.columns {
    margin-left: 16.66667%; }
  .prefix-by-three.column,
  .prefix-by-three.columns {
    margin-left: 25%; }
  .prefix-by-four.column,
  .prefix-by-four.columns {
    margin-left: 33.33333%; }
  .prefix-by-five.column,
  .prefix-by-five.columns {
    margin-left: 41.66667%; }
  .prefix-by-six.column,
  .prefix-by-six.columns {
    margin-left: 50%; }
  .prefix-by-seven.column,
  .prefix-by-seven.columns {
    margin-left: 58.33333%; }
  .prefix-by-eight.column,
  .prefix-by-eight.columns {
    margin-left: 66.66667%; }
  .prefix-by-nine.column,
  .prefix-by-nine.columns {
    margin-left: 75%; }
  .prefix-by-ten.column,
  .prefix-by-ten.columns {
    margin-left: 83.33333%; }
  .prefix-by-eleven.column,
  .prefix-by-eleven.columns {
    margin-left: 91.66667%; }
  .prefix-by-twelve.column,
  .prefix-by-twelve.columns {
    margin-left: 100%; } }

h1, h2, h3, h4, h5, h6 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-weight: 300; }
  h1 small, h2 small, h3 small, h4 small, h5 small, h6 small {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.6; }

h1 {
  font-size: 4rem;
  line-height: 1.2;
  letter-spacing: -0.1rem; }

h2 {
  font-size: 3.6rem;
  line-height: 1.25;
  letter-spacing: -0.1rem; }

h3 {
  font-size: 3rem;
  line-height: 1.3;
  letter-spacing: -0.1rem; }

h4 {
  font-size: 2.4rem;
  line-height: 1.35;
  letter-spacing: -0.08rem; }

h5 {
  font-size: 1.8rem;
  line-height: 1.5;
  letter-spacing: -0.05rem; }

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

@media (min-width: 550px) {
  h1 {
    font-size: 5rem; }
  h2 {
    font-size: 4.2rem; }
  h3 {
    font-size: 3.6rem; }
  h4 {
    font-size: 3rem; }
  h5 {
    font-size: 2.4rem; }
  h6 {
    font-size: 1.5rem; } }

p {
  margin-top: 0; }
  p a,
  p span {
    text-indent: 0; }

@media (min-width: 34em) {
  p {
    text-indent: 2em; } }

address {
  margin-bottom: 2em; }

.button {
  position: relative;
  display: inline-block;
  min-width: 5.5em;
  padding: 0.5em 1.5em;
  color: #222;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  vertical-align: middle;
  cursor: pointer;
  background-color: transparent;
  border: 0 solid transparent;
  border-bottom-color: transparent;
  border-bottom-width: 0.25em; }
  .button:hover {
    color: #222;
    text-decoration: none; }
  .button .active, .button:active {
    transform: translateY(0.25em); }
  .button:focus {
    outline: none; }

.button--default {
  color: #222;
  background-color: #e0e0e0;
  border-bottom-color: #c7c7c7; }
  .button--default:hover {
    color: #222; }
  .button--default .active, .button--default:active {
    background-color: lightgray; }

.button--primary {
  color: #fff;
  background-color: #00a8c6;
  border-bottom-color: #007d93; }
  .button--primary:hover {
    color: #fff; }
  .button--primary .active, .button--primary:active {
    background-color: #0092ad; }

.button--success {
  color: #fff;
  background-color: #c3cb4c;
  border-bottom-color: #a9b133; }
  .button--success:hover {
    color: #fff; }
  .button--success .active, .button--success:active {
    background-color: #bcc439; }

.button--info {
  color: #fff;
  background-color: #3bc7b8;
  border-bottom-color: #2ea195; }
  .button--info:hover {
    color: #fff; }
  .button--info .active, .button--info:active {
    background-color: #34b5a7; }

.button--warning {
  color: #fff;
  background-color: #edb92e;
  border-bottom-color: #d6a012; }
  .button--warning:hover {
    color: #fff; }
  .button--warning .active, .button--warning:active {
    background-color: #ebb117; }

.button--danger {
  color: #fff;
  background-color: #ff4e50;
  border-bottom-color: #ff1b1e; }
  .button--danger:hover {
    color: #fff; }
  .button--danger .active, .button--danger:active {
    background-color: #ff3537; }

.button--sponsor-default {
  margin: 0.25em;
  color: #00a8c6;
  border: 1px solid #e0e0e0;
  border-bottom-color: #c7c7c7;
  border-bottom-width: 0.25em; }
  .button--sponsor-default:hover {
    color: #00a8c6;
    text-decoration: underline; }

.button--sponsor-primary {
  margin: 0.25em;
  color: #00a8c6;
  border: 1px solid #00a8c6;
  border-bottom-color: #007d93;
  border-bottom-width: 0.25em; }
  .button--sponsor-primary:hover {
    color: #00a8c6;
    text-decoration: underline; }

.button--sponsor-success {
  margin: 0.25em;
  color: #00a8c6;
  border: 1px solid #c3cb4c;
  border-bottom-color: #a9b133;
  border-bottom-width: 0.25em; }
  .button--sponsor-success:hover {
    color: #00a8c6;
    text-decoration: underline; }

.button--sponsor-info {
  margin: 0.25em;
  color: #00a8c6;
  border: 1px solid #3bc7b8;
  border-bottom-color: #2ea195;
  border-bottom-width: 0.25em; }
  .button--sponsor-info:hover {
    color: #00a8c6;
    text-decoration: underline; }

.button--sponsor-warning {
  margin: 0.25em;
  color: #00a8c6;
  border: 1px solid #edb92e;
  border-bottom-color: #d6a012;
  border-bottom-width: 0.25em; }
  .button--sponsor-warning:hover {
    color: #00a8c6;
    text-decoration: underline; }

.button--sponsor-danger {
  margin: 0.25em;
  color: #00a8c6;
  border: 1px solid #ff4e50;
  border-bottom-color: #ff1b1e;
  border-bottom-width: 0.25em; }
  .button--sponsor-danger:hover {
    color: #00a8c6;
    text-decoration: underline; }

.button--facebook {
  color: #fff;
  background-color: #3b5999;
  border-bottom-color: #2d4474; }
  .button--facebook:hover {
    color: #fff; }
  .button--facebook .active, .button--facebook:active {
    background-color: #344e87; }

.button--twitter {
  color: #fff;
  background-color: #55acee;
  border-bottom-color: #2795e9; }
  .button--twitter:hover {
    color: #fff; }
  .button--twitter .active, .button--twitter:active {
    background-color: #3ea1ec; }

.button--github {
  color: #fff;
  background-color: #333;
  border-bottom-color: #1a1a1a; }
  .button--github:hover {
    color: #fff; }
  .button--github .active, .button--github:active {
    background-color: #262626; }

.button--facebook,
.button--twitter,
.button--github {
  padding: 0.5em; }

.button--link {
  color: #00a8c6;
  background-color: transparent;
  border-bottom-color: transparent; }
  .button--link:hover {
    color: #00a8c6; }
  .button--link .active, .button--link:active {
    background-color: transparent; }
  .button--link:hover {
    color: #007d93; }
  .button--link:active {
    color: #007d93;
    transform: none; }

.navbar {
  border-bottom: 0.25em solid transparent; }

.navbar-brand {
  display: inline-block;
  min-width: 5.5em;
  padding: 0.5em 1.5em;
  font-weight: bold;
  color: #222;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase; }

.navbar-list {
  display: inline-block;
  margin: 0;
  list-style: none; }
  .navbar-list li {
    display: inline-block; }
    .navbar-list li > a {
      display: inline-block;
      min-width: 5.5em;
      padding: 0.5em 1.5em;
      color: #222;
      text-align: center;
      text-decoration: none; }

.navbar--default {
  background-color: #e0e0e0;
  border-bottom-color: #c7c7c7; }
  .navbar--default .navbar-brand {
    color: #222; }
  .navbar--default .navbar-list:before {
    color: #222; }
  .navbar--default .navbar-list li > a {
    color: #222; }
    .navbar--default .navbar-list li > a:hover {
      background-color: lightgray; }
  .navbar--default .navbar-list .active {
    background-color: lightgray; }

.navbar--primary {
  background-color: #00a8c6;
  border-bottom-color: #007d93; }
  .navbar--primary .navbar-brand {
    color: #fff; }
  .navbar--primary .navbar-list:before {
    color: #fff; }
  .navbar--primary .navbar-list li > a {
    color: #fff; }
    .navbar--primary .navbar-list li > a:hover {
      background-color: #0092ad; }
  .navbar--primary .navbar-list .active {
    background-color: #0092ad; }

.navbar--success {
  background-color: #c3cb4c;
  border-bottom-color: #a9b133; }
  .navbar--success .navbar-brand {
    color: #fff; }
  .navbar--success .navbar-list:before {
    color: #fff; }
  .navbar--success .navbar-list li > a {
    color: #fff; }
    .navbar--success .navbar-list li > a:hover {
      background-color: #bcc439; }
  .navbar--success .navbar-list .active {
    background-color: #bcc439; }

.navbar--info {
  background-color: #3bc7b8;
  border-bottom-color: #2ea195; }
  .navbar--info .navbar-brand {
    color: #fff; }
  .navbar--info .navbar-list:before {
    color: #fff; }
  .navbar--info .navbar-list li > a {
    color: #fff; }
    .navbar--info .navbar-list li > a:hover {
      background-color: #34b5a7; }
  .navbar--info .navbar-list .active {
    background-color: #34b5a7; }

.navbar--warning {
  background-color: #edb92e;
  border-bottom-color: #d6a012; }
  .navbar--warning .navbar-brand {
    color: #fff; }
  .navbar--warning .navbar-list:before {
    color: #fff; }
  .navbar--warning .navbar-list li > a {
    color: #fff; }
    .navbar--warning .navbar-list li > a:hover {
      background-color: #ebb117; }
  .navbar--warning .navbar-list .active {
    background-color: #ebb117; }

.navbar--danger {
  background-color: #ff4e50;
  border-bottom-color: #ff1b1e; }
  .navbar--danger .navbar-brand {
    color: #fff; }
  .navbar--danger .navbar-list:before {
    color: #fff; }
  .navbar--danger .navbar-list li > a {
    color: #fff; }
    .navbar--danger .navbar-list li > a:hover {
      background-color: #ff3537; }
  .navbar--danger .navbar-list .active {
    background-color: #ff3537; }

.navbar--fixed {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  width: 100%; }

@media (max-width: 47.9em) {
  .navbar-list {
    width: 100%;
    padding: 0;
    margin: 0; }
    .navbar-list:before {
      display: block;
      padding: 0.5em 1.5em;
      text-align: center;
      content: "Menu"; }
    .navbar-list li {
      display: none;
      padding: 0.5em 1.5em;
      text-align: center; }
      .navbar-list li a {
        display: block; }
    .navbar-list.active li {
      display: block !important; }
  .navbar .navbar-brand {
    position: absolute; } }

.carousel {
  overflow: hidden; }
  .carousel-item {
    top: 0;
    width: 100%;
    height: 24em;
    text-align: center;
    transition: left 1s ease; }
  .carousel-hidden {
    display: none; }
  .carousel-control {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 1em;
    cursor: pointer;
    border: 2px solid #9e9e9e;
    border-radius: 1em;
    transition: background-color 1s ease, border-color 1s ease; }
    .carousel-control:hover {
      border-color: #00a8c6; }
  .carousel-controls {
    margin: 0 auto;
    margin-bottom: 1em;
    text-align: center; }
  .carousel img {
    display: block;
    width: 100%; }
  .carousel p {
    padding: 0 1em;
    text-indent: 0; }
  .carousel-control--active {
    background-color: #00a8c6;
    border-color: #00a8c6; }

.robot {
  height: 46em;
  text-align: center;
  margin-bottom: 1em; }
  .robot ul {
    list-style-type: none; }

.media-object {
  position: relative;
  display: inline-block;
  margin: 0.5em 1.5em;
  color: #222;
  vertical-align: middle;
  background-color: transparent;
  border: 1px solid #222;
  border-bottom-color: #090909;
  border-bottom-width: 0.25em; }
  .media-object .media-object--image {
    display: inline-block; }
    .media-object .media-object--image img {
      width: 4em; }
  .media-object .media-object--head {
    display: inline-block; }
    .media-object .media-object--head a {
      display: inline-block;
      height: 4em;
      padding: 0 1.5em;
      line-height: 4em;
      vertical-align: middle; }

.media-object--default {
  border-color: #e0e0e0; }

.media-object--primary {
  border-color: #00a8c6; }

.media-object--success {
  border-color: #c3cb4c; }

.media-object--info {
  border-color: #3bc7b8; }

.media-object--warning {
  border-color: #edb92e; }

.media-object--danger {
  border-color: #ff4e50; }
