/*
Name: Front-End Framework
Author: Brandon Sullivan
Collected: February 2015
*/
/* Variables / Mixins
--------------------------*/
.clearfix,
.container,
.container-fluid,
.row,
.large-gutters,
.container {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.large-gutters:before,
.large-gutters:after,
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.large-gutters:after,
.container:after {
  clear: both;
}
@font-face {
  font-family: 'icomoon';
  src: url('/fonts/icomoon.eot?-kqgk45');
  src: url('/fonts/icomoon.eot?#iefix-kqgk45') format('embedded-opentype'), url('/fonts/icomoon.woff?-kqgk45') format('woff'), url('/fonts/icomoon.ttf?-kqgk45') format('truetype'), url('/fonts/icomoon.svg?-kqgk45#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"],
[class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
[class^="icon-"]:before,
[class*=" icon-"]:before {
  content: '';
}
.icon-arrow-down:before {
  content: "\e600";
}
.icon-arrow-left:before {
  content: "\e601";
}
.icon-arrow-right:before {
  content: "\e610";
}
.icon-arrow-up:before {
  content: "\e611";
}
.icon-caret-down:before {
  content: "\e612";
}
.icon-caret-left:before {
  content: "\e613";
}
.icon-caret-right:before {
  content: "\e614";
}
.icon-caret-up:before {
  content: "\e615";
}
.icon-twitter:before {
  content: "\e604";
}
.icon-facebook:before {
  content: "\e606";
}
.icon-vimeo:before {
  content: "\e607";
}
.icon-tumblr:before {
  content: "\e60b";
}
.icon-instagram:before {
  content: "\e603";
}
.icon-youtube:before {
  content: "\e60a";
}
.icon-google-plus:before {
  content: "\e60c";
}
.icon-rss:before {
  content: "\e60d";
}
.icon-x:before {
  content: "\e602";
}
.icon-email:before {
  content: "\e608";
}
.icon-menu:before {
  content: "\e605";
}
.icon-search:before {
  content: "\e609";
}
.icon-minus:before {
  content: "\e60e";
}
.icon-plus:before {
  content: "\e60f";
}
/*! normalize.css v1.0.1 | MIT License | git.io/normalize */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
html {
  font-size: 100%;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
a:focus {
  outline: thin dotted;
}
a:active,
a:hover {
  outline: 0;
}
h1 {
  font-size: 1.5em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.25em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.75em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
mark {
  background: #ff0;
  color: #000;
}
pre {
  margin: 1em 0;
}
p {
  margin: 0 0 1em;
}
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
q {
  quotes: none;
}
q:before,
q:after {
  content: '';
  content: none;
}
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;
}
dl,
menu,
ol,
ul {
  margin: 1em 0;
}
dd {
  margin: 0 0 0 40px;
}
menu,
ol,
ul {
  padding: 0 0 0 40px;
}
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
img {
  border: 0;
  -ms-interpolation-mode: bicubic;
}
svg:not(:root) {
  overflow: hidden;
}
figure {
  margin: 0;
}
form {
  margin: 0;
}
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
legend {
  border: 0;
  padding: 0;
  white-space: normal;
  *margin-left: -7px;
}
button,
input,
select,
textarea {
  font-size: 100%;
  margin: 0;
  vertical-align: baseline;
  *vertical-align: middle;
}
button,
input {
  line-height: normal;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
  *overflow: visible;
}
button[disabled],
input[disabled] {
  cursor: default;
}
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
  *height: 13px;
  *width: 13px;
}
input[type="search"] {
  -webkit-appearance: textfield;
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
textarea {
  overflow: auto;
  vertical-align: top;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
@media (min-width: 48em) {
  .container {
    width: 721px;
  }
}
@media (min-width: 60em) {
  .container {
    width: 941px;
  }
}
@media (min-width: 75em) {
  .container {
    width: 1141px;
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.col-xxs-1, .col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xxs-2, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xxs-3, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xxs-4, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xxs-5, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xxs-6, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xxs-7, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xxs-8, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xxs-9, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xxs-10, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xxs-11, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xxs-12, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  position: relative;
  min-height: 1px;
  padding-left: 0.5em;
  padding-right: 0.5em;
}
.col-xxs-1, .col-xxs-2, .col-xxs-3, .col-xxs-4, .col-xxs-5, .col-xxs-6, .col-xxs-7, .col-xxs-8, .col-xxs-9, .col-xxs-10, .col-xxs-11, .col-xxs-12 {
  float: left;
}
.col-xxs-12 {
  width: 100%;
}
.col-xxs-11 {
  width: 91.66666667%;
}
.col-xxs-10 {
  width: 83.33333333%;
}
.col-xxs-9 {
  width: 75%;
}
.col-xxs-8 {
  width: 66.66666667%;
}
.col-xxs-7 {
  width: 58.33333333%;
}
.col-xxs-6 {
  width: 50%;
}
.col-xxs-5 {
  width: 41.66666667%;
}
.col-xxs-4 {
  width: 33.33333333%;
}
.col-xxs-3 {
  width: 25%;
}
.col-xxs-2 {
  width: 16.66666667%;
}
.col-xxs-1 {
  width: 8.33333333%;
}
.col-xxs-pull-12 {
  right: 100%;
}
.col-xxs-pull-11 {
  right: 91.66666667%;
}
.col-xxs-pull-10 {
  right: 83.33333333%;
}
.col-xxs-pull-9 {
  right: 75%;
}
.col-xxs-pull-8 {
  right: 66.66666667%;
}
.col-xxs-pull-7 {
  right: 58.33333333%;
}
.col-xxs-pull-6 {
  right: 50%;
}
.col-xxs-pull-5 {
  right: 41.66666667%;
}
.col-xxs-pull-4 {
  right: 33.33333333%;
}
.col-xxs-pull-3 {
  right: 25%;
}
.col-xxs-pull-2 {
  right: 16.66666667%;
}
.col-xxs-pull-1 {
  right: 8.33333333%;
}
.col-xxs-pull-0 {
  right: 0%;
}
.col-xxs-push-12 {
  left: 100%;
}
.col-xxs-push-11 {
  left: 91.66666667%;
}
.col-xxs-push-10 {
  left: 83.33333333%;
}
.col-xxs-push-9 {
  left: 75%;
}
.col-xxs-push-8 {
  left: 66.66666667%;
}
.col-xxs-push-7 {
  left: 58.33333333%;
}
.col-xxs-push-6 {
  left: 50%;
}
.col-xxs-push-5 {
  left: 41.66666667%;
}
.col-xxs-push-4 {
  left: 33.33333333%;
}
.col-xxs-push-3 {
  left: 25%;
}
.col-xxs-push-2 {
  left: 16.66666667%;
}
.col-xxs-push-1 {
  left: 8.33333333%;
}
.col-xxs-push-0 {
  left: 0%;
}
.col-xxs-offset-12 {
  margin-left: 100%;
}
.col-xxs-offset-11 {
  margin-left: 91.66666667%;
}
.col-xxs-offset-10 {
  margin-left: 83.33333333%;
}
.col-xxs-offset-9 {
  margin-left: 75%;
}
.col-xxs-offset-8 {
  margin-left: 66.66666667%;
}
.col-xxs-offset-7 {
  margin-left: 58.33333333%;
}
.col-xxs-offset-6 {
  margin-left: 50%;
}
.col-xxs-offset-5 {
  margin-left: 41.66666667%;
}
.col-xxs-offset-4 {
  margin-left: 33.33333333%;
}
.col-xxs-offset-3 {
  margin-left: 25%;
}
.col-xxs-offset-2 {
  margin-left: 16.66666667%;
}
.col-xxs-offset-1 {
  margin-left: 8.33333333%;
}
.col-xxs-offset-0 {
  margin-left: 0%;
}
@media (min-width: 37.5em) {
  .col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
    float: left;
  }
  .col-xs-12 {
    width: 100%;
  }
  .col-xs-11 {
    width: 91.66666667%;
  }
  .col-xs-10 {
    width: 83.33333333%;
  }
  .col-xs-9 {
    width: 75%;
  }
  .col-xs-8 {
    width: 66.66666667%;
  }
  .col-xs-7 {
    width: 58.33333333%;
  }
  .col-xs-6 {
    width: 50%;
  }
  .col-xs-5 {
    width: 41.66666667%;
  }
  .col-xs-4 {
    width: 33.33333333%;
  }
  .col-xs-3 {
    width: 25%;
  }
  .col-xs-2 {
    width: 16.66666667%;
  }
  .col-xs-1 {
    width: 8.33333333%;
  }
  .col-xs-pull-12 {
    right: 100%;
  }
  .col-xs-pull-11 {
    right: 91.66666667%;
  }
  .col-xs-pull-10 {
    right: 83.33333333%;
  }
  .col-xs-pull-9 {
    right: 75%;
  }
  .col-xs-pull-8 {
    right: 66.66666667%;
  }
  .col-xs-pull-7 {
    right: 58.33333333%;
  }
  .col-xs-pull-6 {
    right: 50%;
  }
  .col-xs-pull-5 {
    right: 41.66666667%;
  }
  .col-xs-pull-4 {
    right: 33.33333333%;
  }
  .col-xs-pull-3 {
    right: 25%;
  }
  .col-xs-pull-2 {
    right: 16.66666667%;
  }
  .col-xs-pull-1 {
    right: 8.33333333%;
  }
  .col-xs-pull-0 {
    right: 0%;
  }
  .col-xs-push-12 {
    left: 100%;
  }
  .col-xs-push-11 {
    left: 91.66666667%;
  }
  .col-xs-push-10 {
    left: 83.33333333%;
  }
  .col-xs-push-9 {
    left: 75%;
  }
  .col-xs-push-8 {
    left: 66.66666667%;
  }
  .col-xs-push-7 {
    left: 58.33333333%;
  }
  .col-xs-push-6 {
    left: 50%;
  }
  .col-xs-push-5 {
    left: 41.66666667%;
  }
  .col-xs-push-4 {
    left: 33.33333333%;
  }
  .col-xs-push-3 {
    left: 25%;
  }
  .col-xs-push-2 {
    left: 16.66666667%;
  }
  .col-xs-push-1 {
    left: 8.33333333%;
  }
  .col-xs-push-0 {
    left: 0%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-xs-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-xs-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-xs-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-xs-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-xs-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 48em) {
  .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12 {
    float: left;
  }
  .col-sm-12 {
    width: 100%;
  }
  .col-sm-11 {
    width: 91.66666667%;
  }
  .col-sm-10 {
    width: 83.33333333%;
  }
  .col-sm-9 {
    width: 75%;
  }
  .col-sm-8 {
    width: 66.66666667%;
  }
  .col-sm-7 {
    width: 58.33333333%;
  }
  .col-sm-6 {
    width: 50%;
  }
  .col-sm-5 {
    width: 41.66666667%;
  }
  .col-sm-4 {
    width: 33.33333333%;
  }
  .col-sm-3 {
    width: 25%;
  }
  .col-sm-2 {
    width: 16.66666667%;
  }
  .col-sm-1 {
    width: 8.33333333%;
  }
  .col-sm-pull-12 {
    right: 100%;
  }
  .col-sm-pull-11 {
    right: 91.66666667%;
  }
  .col-sm-pull-10 {
    right: 83.33333333%;
  }
  .col-sm-pull-9 {
    right: 75%;
  }
  .col-sm-pull-8 {
    right: 66.66666667%;
  }
  .col-sm-pull-7 {
    right: 58.33333333%;
  }
  .col-sm-pull-6 {
    right: 50%;
  }
  .col-sm-pull-5 {
    right: 41.66666667%;
  }
  .col-sm-pull-4 {
    right: 33.33333333%;
  }
  .col-sm-pull-3 {
    right: 25%;
  }
  .col-sm-pull-2 {
    right: 16.66666667%;
  }
  .col-sm-pull-1 {
    right: 8.33333333%;
  }
  .col-sm-pull-0 {
    right: 0%;
  }
  .col-sm-push-12 {
    left: 100%;
  }
  .col-sm-push-11 {
    left: 91.66666667%;
  }
  .col-sm-push-10 {
    left: 83.33333333%;
  }
  .col-sm-push-9 {
    left: 75%;
  }
  .col-sm-push-8 {
    left: 66.66666667%;
  }
  .col-sm-push-7 {
    left: 58.33333333%;
  }
  .col-sm-push-6 {
    left: 50%;
  }
  .col-sm-push-5 {
    left: 41.66666667%;
  }
  .col-sm-push-4 {
    left: 33.33333333%;
  }
  .col-sm-push-3 {
    left: 25%;
  }
  .col-sm-push-2 {
    left: 16.66666667%;
  }
  .col-sm-push-1 {
    left: 8.33333333%;
  }
  .col-sm-push-0 {
    left: 0%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-sm-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-sm-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-sm-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-sm-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-sm-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 60em) {
  .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
    float: left;
  }
  .col-md-12 {
    width: 100%;
  }
  .col-md-11 {
    width: 91.66666667%;
  }
  .col-md-10 {
    width: 83.33333333%;
  }
  .col-md-9 {
    width: 75%;
  }
  .col-md-8 {
    width: 66.66666667%;
  }
  .col-md-7 {
    width: 58.33333333%;
  }
  .col-md-6 {
    width: 50%;
  }
  .col-md-5 {
    width: 41.66666667%;
  }
  .col-md-4 {
    width: 33.33333333%;
  }
  .col-md-3 {
    width: 25%;
  }
  .col-md-2 {
    width: 16.66666667%;
  }
  .col-md-1 {
    width: 8.33333333%;
  }
  .col-md-pull-12 {
    right: 100%;
  }
  .col-md-pull-11 {
    right: 91.66666667%;
  }
  .col-md-pull-10 {
    right: 83.33333333%;
  }
  .col-md-pull-9 {
    right: 75%;
  }
  .col-md-pull-8 {
    right: 66.66666667%;
  }
  .col-md-pull-7 {
    right: 58.33333333%;
  }
  .col-md-pull-6 {
    right: 50%;
  }
  .col-md-pull-5 {
    right: 41.66666667%;
  }
  .col-md-pull-4 {
    right: 33.33333333%;
  }
  .col-md-pull-3 {
    right: 25%;
  }
  .col-md-pull-2 {
    right: 16.66666667%;
  }
  .col-md-pull-1 {
    right: 8.33333333%;
  }
  .col-md-pull-0 {
    right: 0%;
  }
  .col-md-push-12 {
    left: 100%;
  }
  .col-md-push-11 {
    left: 91.66666667%;
  }
  .col-md-push-10 {
    left: 83.33333333%;
  }
  .col-md-push-9 {
    left: 75%;
  }
  .col-md-push-8 {
    left: 66.66666667%;
  }
  .col-md-push-7 {
    left: 58.33333333%;
  }
  .col-md-push-6 {
    left: 50%;
  }
  .col-md-push-5 {
    left: 41.66666667%;
  }
  .col-md-push-4 {
    left: 33.33333333%;
  }
  .col-md-push-3 {
    left: 25%;
  }
  .col-md-push-2 {
    left: 16.66666667%;
  }
  .col-md-push-1 {
    left: 8.33333333%;
  }
  .col-md-push-0 {
    left: 0%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-md-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-md-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-md-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-md-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-md-offset-0 {
    margin-left: 0%;
  }
}
@media (min-width: 75em) {
  .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12 {
    float: left;
  }
  .col-lg-12 {
    width: 100%;
  }
  .col-lg-11 {
    width: 91.66666667%;
  }
  .col-lg-10 {
    width: 83.33333333%;
  }
  .col-lg-9 {
    width: 75%;
  }
  .col-lg-8 {
    width: 66.66666667%;
  }
  .col-lg-7 {
    width: 58.33333333%;
  }
  .col-lg-6 {
    width: 50%;
  }
  .col-lg-5 {
    width: 41.66666667%;
  }
  .col-lg-4 {
    width: 33.33333333%;
  }
  .col-lg-3 {
    width: 25%;
  }
  .col-lg-2 {
    width: 16.66666667%;
  }
  .col-lg-1 {
    width: 8.33333333%;
  }
  .col-lg-pull-12 {
    right: 100%;
  }
  .col-lg-pull-11 {
    right: 91.66666667%;
  }
  .col-lg-pull-10 {
    right: 83.33333333%;
  }
  .col-lg-pull-9 {
    right: 75%;
  }
  .col-lg-pull-8 {
    right: 66.66666667%;
  }
  .col-lg-pull-7 {
    right: 58.33333333%;
  }
  .col-lg-pull-6 {
    right: 50%;
  }
  .col-lg-pull-5 {
    right: 41.66666667%;
  }
  .col-lg-pull-4 {
    right: 33.33333333%;
  }
  .col-lg-pull-3 {
    right: 25%;
  }
  .col-lg-pull-2 {
    right: 16.66666667%;
  }
  .col-lg-pull-1 {
    right: 8.33333333%;
  }
  .col-lg-pull-0 {
    right: 0%;
  }
  .col-lg-push-12 {
    left: 100%;
  }
  .col-lg-push-11 {
    left: 91.66666667%;
  }
  .col-lg-push-10 {
    left: 83.33333333%;
  }
  .col-lg-push-9 {
    left: 75%;
  }
  .col-lg-push-8 {
    left: 66.66666667%;
  }
  .col-lg-push-7 {
    left: 58.33333333%;
  }
  .col-lg-push-6 {
    left: 50%;
  }
  .col-lg-push-5 {
    left: 41.66666667%;
  }
  .col-lg-push-4 {
    left: 33.33333333%;
  }
  .col-lg-push-3 {
    left: 25%;
  }
  .col-lg-push-2 {
    left: 16.66666667%;
  }
  .col-lg-push-1 {
    left: 8.33333333%;
  }
  .col-lg-push-0 {
    left: 0%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg-offset-11 {
    margin-left: 91.66666667%;
  }
  .col-lg-offset-10 {
    margin-left: 83.33333333%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-8 {
    margin-left: 66.66666667%;
  }
  .col-lg-offset-7 {
    margin-left: 58.33333333%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-5 {
    margin-left: 41.66666667%;
  }
  .col-lg-offset-4 {
    margin-left: 33.33333333%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-2 {
    margin-left: 16.66666667%;
  }
  .col-lg-offset-1 {
    margin-left: 8.33333333%;
  }
  .col-lg-offset-0 {
    margin-left: 0%;
  }
}
.row {
  margin-left: -0.5em;
  margin-right: -0.5em;
}
.no-gutters > * {
  padding: 0;
}
.large-gutters {
  margin-left: -1em;
  margin-right: -1em;
}
.large-gutters > * {
  padding-left: 1em;
  padding-right: 1em;
}
/* Common
/* ------------------------------------------*/
figure img {
  margin: 0 auto;
  display: block;
  height: auto;
  max-width: 100%;
}
figure.banner img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav a {
  display: block;
}
nav.tabs {
  border-bottom: 1px solid #555559;
  margin-bottom: 1em;
  padding-bottom: 0.75em;
}
nav.tabs li {
  border-left: 1px solid #555559;
  display: inline-block;
  padding: 0 0.5em;
}
nav.tabs li:first-child {
  border: 0;
  padding-left: 0;
}
nav.tabs a {
  text-decoration: none;
  text-transform: uppercase;
}
nav.tabs a.active,
nav.tabs a:hover {
  color: #000;
}
.alignleft {
  display: inline;
  float: left;
  margin-right: 1.625em;
}
.alignright {
  display: inline;
  float: right;
  margin-left: 1.625em;
}
.aligncenter {
  clear: both;
  float: none;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.unstyled-list {
  list-style: none;
  margin: 0;
  padding: 0;
}
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #fff;
  color: #555559;
  font-family: 'franklin-gothic-urw-comp-1', 'franklin-gothic-urw-comp-2', Helvetica, Arial, sans-serif;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}
a {
  color: #555559;
  text-decoration: none;
}
a:focus,
a:active,
a:hover {
  color: #232325;
  text-decoration: underline;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  color: #222;
  font-weight: 700;
  line-height: 1.1;
  margin-top: 0;
}
.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6 {
  margin-bottom: 0.25em;
}
.container {
  margin-right: auto;
  margin-left: auto;
  padding-left: 0.5em;
  padding-right: 0.5em;
  width: 960px;
}
@media (max-width: 60em) {
  .container {
    width: auto;
  }
}
/* Header + Navigation
**********************************/
#branding {
  background: #fff;
  height: 2.5em;
  left: 0;
  overflow: visible;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 1000;
}
#branding .container {
  position: relative;
}
#branding .logo {
  background-color: #0a0a0b;
  background-color: rgba(10, 10, 11, 0.7);
  filter: alpha(opacity=7000%);
  display: block;
  left: 0;
  padding: 0.75em 1em 1.5em;
  position: absolute;
  top: 0;
  width: 6em;
}
#branding .logo img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
}
#branding .collapser {
  cursor: pointer;
  float: right;
  display: block;
  padding-right: 1em;
  padding-top: 0.5em;
}
#branding .collapser .icons {
  display: inline-block;
  font-size: 0.75em;
  position: relative;
}
#branding .collapser .icons * {
  left: 0;
  margin-top: -1em;
  position: absolute;
  top: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
#branding .collapser .icons .icon-caret-down {
  opacity: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
#branding .collapser .icons .icon-caret-up {
  opacity: 0;
  -webkit-transform: rotate(-180deg);
  -moz-transform: rotate(-180deg);
  -o-transform: rotate(-180deg);
  transform: rotate(-180deg);
}
#branding .collapser.active .icons .icon-caret-down {
  opacity: 0;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  transform: rotate(180deg);
}
#branding .collapser.active .icons .icon-caret-up {
  opacity: 1;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -o-transform: rotate(0);
  transform: rotate(0);
}
#branding .collapsible {
  background: #fff;
  border: 1px solid #eee;
  border-top: 0;
  clear: both;
  display: none;
  overflow: hidden;
  padding: 0.5em;
}
#branding nav {
  overflow: hidden;
  padding: 1.5em 1em 0;
}
#branding nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
}
#branding nav li {
  display: block;
  position: relative;
}
#branding nav a {
  color: #555559;
  display: block;
  padding: 0.25em 0.5em;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
#branding nav a:hover,
#branding nav a.active {
  color: #60d0e4;
}
#branding nav .social {
  text-align: center;
}
#branding nav .social li {
  display: inline-block;
}
#branding nav .social a {
  background: #555559;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
  color: #fff;
  display: block;
  padding: 0.25em;
}
#branding nav .social a:hover {
  background: #60d0e4;
  color: #fff;
}
#branding nav .social a * {
  display: block;
}
@media (min-width: 37.5em) {
  #branding {
    height: 4em;
    position: relative;
  }
  #branding .logo {
    padding: 1em 1.5em 2.25em;
    width: 9em;
  }
  #branding .collapser {
    display: none;
  }
  #branding .collapsible {
    border: 0;
    clear: none;
    display: block!important;
    overflow: visible;
    padding: 0;
  }
  #branding nav {
    float: left;
  }
  #branding nav li {
    display: inline-block;
    position: relative;
  }
  #branding nav a {
    padding: 0 0.5em;
  }
  #branding nav.primary {
    margin-left: 9em;
  }
  #branding nav.secondary {
    float: right;
  }
  #branding nav.secondary ul {
    display: inline-block;
  }
  #branding nav.secondary .social {
    margin-left: 1em;
    margin-top: -0.5em;
  }
}
/* Footer
**********************************/
#colophon {
  background: #555559;
  clear: both;
  color: #fff;
  padding: 1em 0;
  text-align: center;
  text-transform: uppercase;
}
@media (min-width: 37.5em) {
  #colophon {
    text-align: left;
  }
}
#colophon a {
  color: #fff;
}
#colophon a.active,
#colophon a:hover {
  color: #eee;
  text-decoration: none;
}
#colophon .copyright {
  text-align: center;
}
/* Global Content Sections
**********************************/
#page {
  margin-top: 2.5em;
  overflow: hidden;
}
@media (min-width: 37.5em) {
  #page {
    margin: 0;
  }
}
section#main {
  padding: 2em 0 10em;
}
.page-title {
  color: #555559;
  font-size: 1em;
  margin-bottom: 2.5em;
  text-transform: uppercase;
}
header.underlined {
  border-bottom: 1px solid #555559;
  margin-bottom: 1em;
  padding-bottom: 0.75em;
  margin-bottom: 2.5em;
}
header.underlined .page-title {
  margin: 0;
}
/* Forms
/* ------------------------------------------*/
input,
button,
select,
textarea {
  font-family: inherit;
  font-size: inherit;
  line-height: inherit;
}
form {
  max-width: 22em;
}
label {
  display: block;
  margin-bottom: 0.25em;
}
input[type=text],
input[type=email],
textarea {
  border: 1px solid #555559;
  display: block;
  padding: 0.25em;
  width: 100%;
  -webkit-transition: border-color 0.5s ease;
  -moz-transition: border-color 0.5s ease;
  -o-transition: border-color 0.5s ease;
  transition: border-color 0.5s ease;
}
input[type=text]:focus,
input[type=email]:focus,
textarea:focus {
  border-color: #232325;
  outline: none;
}
input[type=checkbox],
input[type=radio] {
  display: inline;
}
button,
input[type=submit],
.btn {
  background: #555559;
  border: 1px solid #555559;
  color: #fff;
  display: inline-block;
  height: auto;
  padding: 0.25em 0.5em;
  text-transform: uppercase;
  width: auto;
}
button:hover,
input[type=submit]:hover,
.btn:hover {
  background: #6e6e73;
  border-color: #6e6e73;
  color: #fff;
  text-decoration: none;
}
.field {
  margin-bottom: 0.5em;
}
.home .signup {
  margin: 0 auto;
  max-width: 70%;
}
.signup .row {
  margin-left: 0;
  margin-right: 0;
}
.signup input {
  display: block;
  width: 100%;
}
table {
  width: 100%;
}
table th,
table td {
  border-left: 1px solid #333;
  border-bottom: 1px solid #333;
  padding: 0.25em 0.5em;
  vertical-align: top;
}
table th:first-child,
table td:first-child {
  border-left: none;
}
table thead th,
table thead td {
  font-weight: 700;
  text-transform: uppercase;
}
.build-kit table {
  margin: 0 0 1em;
}
.build-kit table td.component {
  width: 25%;
}
.build-kit table td.description {
  width: 75%;
}
/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus {
  outline: none;
}
.slides,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
/* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {
  display: block;
  height: auto;
  width: 100%;
}
/* Clearfix for the .slides element */
.slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .slides {
  display: block;
}
* html .slides {
  height: 1%;
}
/* No JavaScript Fallback */
.no-js .slides > li:first-child {
  display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
  margin: 0 0 1em;
  position: relative;
  zoom: 1;
}
.flex-viewport {
  /*max-height:2000px;*/
  max-height: 625px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.flexslider .slides {
  zoom: 1;
}
.carousel li {
  margin-right: 5px;
}
/* Direction Nav */
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  cursor: pointer;
  color: #555559;
  color: rgba(0, 0, 0, 0.8);
  display: block;
  height: 1em;
  margin: -20px 0 0;
  position: absolute;
  top: 50%;
  overflow: hidden;
  width: 1em;
  z-index: 10;
}
.flex-direction-nav .flex-prev {
  left: -2em;
}
.flex-direction-nav .flex-next {
  right: -2em;
  text-align: right;
}
.flexslider:hover .flex-next:hover,
.flexslider:hover .flex-prev:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  cursor: default;
  opacity: 0!important;
  filter: alpha(opacity=0);
}
.flex-direction-nav a {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.flex-direction-nav a:before {
  content: '';
}
.flex-direction-nav a:before {
  content: "\e613";
  display: inline-block;
  font-size: 1em;
  line-height: 1em;
}
.flex-direction-nav a.flex-next:before {
  content: "\e614";
}
/* Control Nav */
.flex-control-nav {
  text-align: center;
  width: 100%;
}
.flex-control-nav li {
  display: inline-block;
  *display: inline;
  margin: 0 6px;
  zoom: 1;
}
.flex-control-paging li a {
  background: #555559;
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  -o-border-radius: 20px;
  border-radius: 20px;
  cursor: pointer;
  display: block;
  height: 0.5em;
  text-indent: -9999px;
  width: 0.5em;
}
.flex-control-paging li a:hover {
  background: #999;
}
.flex-control-paging li a.flex-active {
  background: #000;
  cursor: default;
}
.flex-control-thumbs {
  margin: 5px 0 0;
  overflow: hidden;
  position: static;
}
.flex-control-thumbs li {
  float: left;
  margin: 0;
  width: 25%;
}
.flex-control-thumbs img {
  cursor: pointer;
  display: block;
  opacity: .7;
  width: 100%;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    left: 10px;
    opacity: 1;
  }
  .flex-direction-nav .flex-next {
    right: 10px;
    opacity: 1;
  }
}
#page.home .inset {
  margin: 0 auto;
  max-width: 30em;
}
#page.home .content {
  text-align: center;
}
#page.home .content h1,
#page.home .content h2 {
  color: #555559;
  font-family: "lobster-1", "lobster-2", script;
  font-weight: 400;
}
.products-grid {
  padding: 0;
  list-style: none;
}
.products-grid .product {
  margin: 0 0 2em;
  text-align: center;
}
.products-grid .product:nth-child(4n+5) {
  clear: both;
}
.products-grid .product a {
  display: block;
  opacity: 1;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  transition: all 0.25s ease;
}
.products-grid .product a:hover {
  opacity: 0.8;
  text-decoration: none;
}
.build-kits {
  clear: both;
  margin-top: 5em;
}
.build-kits nav.tabs li {
  display: inline-block;
  padding: 0 2em;
}
.build-kits nav.tabs li:first-child {
  padding-left: 0;
}
.build-kits nav.tabs span {
  display: block;
}
.build-kits nav.tabs .title {
  font-size: 1.125em;
}
.build-kits nav.tabs .price {
  font-size: 0.875em;
}
@media (max-width: 47em) {
  .build-kits nav.tabs li {
    border: 0;
    border-bottom: 1px solid #000;
    display: block;
    padding: 0.5em 0;
  }
}
.build-kits .build-kit {
  display: none;
}
.build-kits .build-kit.active {
  display: block;
}
#geometry {
  margin-top: 5em;
}
#geometry table tr:first-child th {
  border-left: 0;
}
#geometry table th {
  font-weight: 400;
}
#geometry table th:first-child {
  text-align: left;
}
#geometry table td {
  text-align: center;
}
#geometry ul.toggle {
  list-style: none;
  margin: 0;
  padding: 0;
  overflow: hidden;
  margin-bottom: 0.5em;
}
#geometry ul.toggle li {
  border: 1px solid #555559;
  color: #555559;
  cursor: pointer;
  display: block;
  float: left;
  padding: 0.25em 0.5em;
  text-transform: lowercase;
}
#geometry ul.toggle .active {
  background: #555559;
  border: 1px solid #555559;
  color: #fff;
}
.clearfix,
.container,
.container-fluid,
.row,
.large-gutters,
.container {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after,
.container:before,
.container:after,
.container-fluid:before,
.container-fluid:after,
.row:before,
.row:after,
.large-gutters:before,
.large-gutters:after,
.container:before,
.container:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after,
.container:after,
.container-fluid:after,
.row:after,
.large-gutters:after,
.container:after {
  clear: both;
}
.center-block {
  display: block;
  float: none;
  margin-left: auto;
  margin-right: auto;
}
.pull-left {
  float: left !important;
}
.pull-right {
  float: right !important;
}
@media (min-width: 48em) {
  .pull-left-sm {
    float: left !important;
  }
  .pull-right-sm {
    float: right !important;
  }
}
@media (min-width: 60em) {
  .pull-left-md {
    float: left !important;
  }
  .pull-right-md {
    float: right !important;
  }
}
@media (min-width: 75em) {
  .pull-left-lg {
    float: left !important;
  }
  .pull-right-lg {
    float: right !important;
  }
}
.hide {
  display: none !important;
}
.show {
  display: block !important;
}
.invisible {
  visibility: hidden;
}
.text-hide {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}
.hidden {
  display: none !important;
  visibility: hidden !important;
}
.affix {
  position: fixed;
}
/* Print
**********************************/
