html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong,
sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption,
tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header,
hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline; }

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

body {
  font-family: Lato;
  font-size: 14px;
  color: #F9F9F9;
  line-height: 1.3em;
  font-weight: 400; }

img {
  font-size: 14px; }

p {
  font-size: 1.1em;
  margin: 0.5em 0; }

.lead {
  font-size: 1.4em;
  margin: 0.8em 0;
  font-weight: 400; }

a {
  color: #14CC97;
  text-decoration: none; }
  a:hover {
    color: #0f9e75; }
  a:focus {
    color: #e46248; }

h1,
h2,
h3,
h4, h5, h6 {
  margin: 0;
  line-height: 1.3em;
  font-weight: 400; }

h1 {
  font-size: 3em;
  font-weight: 600; }

h2 {
  font-size: 2.5em; }

h3 {
  font-size: 2.2em; }

h4 {
  font-size: 1.8em; }

h5 {
  font-size: 1.5em; }

h6 {
  font-size: 1.3em; }

.light-text {
  font-weight: lighter; }

.bold-text {
  font-weight: 600; }

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

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

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

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

.text-dark {
  color: #292929 !important; }

.text-light {
  color: #F9F9F9 !important; }

.text-grey {
  color: #909090 !important; }

.subheading {
  color: #909090;
  font-size: 0.5em;
  font-weight: lighter; }

.text-primary {
  color: #14CC97 !important; }

.text-secondary {
  color: #279aac !important; }

.text-contrast {
  color: #e46248 !important; }

.text-compliment {
  color: #36D879 !important; }

.text-success {
  color: #46A346 !important; }

.text-info {
  color: #1792D0 !important; }

.text-warning {
  color: #FFAC38 !important; }

.text-error {
  color: #BD362F !important; }

.text-red {
  color: #f44336 !important; }

.text-pink {
  color: #e91e63 !important; }

.text-purple {
  color: #9c27b0 !important; }

.text-green {
  color: #8bc34a !important; }

.text-indigo {
  color: #3f51b5 !important; }

.text-blue {
  color: #2196f3 !important; }

.text-cyan {
  color: #00bcd4 !important; }

.text-teal {
  color: #009688 !important; }

.text-lime {
  color: #cddc39 !important; }

.text-amber {
  color: #ffb300 !important; }

.primary {
  background: #14CC97; }

.secondary {
  background: #279aac; }

.contrast {
  background: #e46248; }

.compliment {
  background: #36D879; }

.success {
  background: #46A346; }

.info {
  background: #1792D0; }

.warning {
  background: #FFAC38; }

.error {
  background: #BD362F; }

.red {
  background: #f44336; }

.pink {
  background: #e91e63; }

.purple {
  background: #9c27b0; }

.green {
  background: #8bc34a; }

.indigo {
  background: #3f51b5; }

.blue {
  background: #2196f3; }

.cyan {
  background: #00bcd4; }

.teal {
  background: #009688; }

.lime {
  background: #cddc39; }

.amber {
  background: #ffb300; }

button {
  background: none;
  border: none;
  outline: 0; }

input[type=button], input[type=submit] {
  outline: 0; }

.button {
  text-align: center;
  display: inline-block;
  font-size: 14px;
  cursor: pointer;
  font-weight: 600;
  text-transform: uppercase;
  color: #F9F9F9;
  padding: 0.65em 1.6em;
  margin: 12px 8px;
  border-radius: 0em;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  -webkit-tap-highlight-color: transparent;
  -webkit-tap-highlight-color: transparent; }
  .button:hover {
    opacity: 0.7;
    color: inherit; }
  .button:active {
    opacity: 0.5; }
  .button.disabled {
    opacity: 0.5;
    cursor: not-allowed; }

.button-round {
  border-radius: 2em; }

.button-block {
  width: 100%;
  display: block;
  margin: 15px 0px; }

.outline-primary {
  font-weight: 600;
  color: #14CC97;
  background: none;
  border: 0.15em solid #14CC97; }
  .outline-primary:hover {
    color: #F9F9F9;
    background: #14CC97;
    opacity: 1; }

.outline-secondary {
  font-weight: 600;
  color: #279aac;
  background: none;
  border: 0.15em solid #279aac; }
  .outline-secondary:hover {
    color: #F9F9F9;
    background: #279aac;
    opacity: 1; }

.outline-contrast {
  font-weight: 600;
  color: #e46248;
  background: none;
  border: 0.15em solid #e46248; }
  .outline-contrast:hover {
    color: #F9F9F9;
    background: #e46248;
    opacity: 1; }

.outline-compliment {
  font-weight: 600;
  color: #36D879;
  background: none;
  border: 0.15em solid #36D879; }
  .outline-compliment:hover {
    color: #F9F9F9;
    background: #36D879;
    opacity: 1; }

.outline-success {
  font-weight: 600;
  color: #46A346;
  background: none;
  border: 0.15em solid #46A346; }
  .outline-success:hover {
    color: #F9F9F9;
    background: #46A346;
    opacity: 1; }

.outline-info {
  font-weight: 600;
  color: #1792D0;
  background: none;
  border: 0.15em solid #1792D0; }
  .outline-info:hover {
    color: #F9F9F9;
    background: #1792D0;
    opacity: 1; }

.outline-warning {
  font-weight: 600;
  color: #FFAC38;
  background: none;
  border: 0.15em solid #FFAC38; }
  .outline-warning:hover {
    color: #292929;
    background: #FFAC38;
    opacity: 1; }

.outline-error {
  font-weight: 600;
  color: #BD362F;
  background: none;
  border: 0.15em solid #BD362F; }
  .outline-error:hover {
    color: #F9F9F9;
    background: #BD362F;
    opacity: 1; }

.outline-red {
  font-weight: 600;
  color: #f44336;
  background: none;
  border: 0.15em solid #f44336; }
  .outline-red:hover {
    color: #F9F9F9;
    background: #f44336;
    opacity: 1; }

.outline-pink {
  font-weight: 600;
  color: #e91e63;
  background: none;
  border: 0.15em solid #e91e63; }
  .outline-pink:hover {
    color: #F9F9F9;
    background: #e91e63;
    opacity: 1; }

.outline-purple {
  font-weight: 600;
  color: #9c27b0;
  background: none;
  border: 0.15em solid #9c27b0; }
  .outline-purple:hover {
    color: #F9F9F9;
    background: #9c27b0;
    opacity: 1; }

.outline-green {
  font-weight: 600;
  color: #8bc34a;
  background: none;
  border: 0.15em solid #8bc34a; }
  .outline-green:hover {
    color: #F9F9F9;
    background: #8bc34a;
    opacity: 1; }

.outline-indigo {
  font-weight: 600;
  color: #3f51b5;
  background: none;
  border: 0.15em solid #3f51b5; }
  .outline-indigo:hover {
    color: #F9F9F9;
    background: #3f51b5;
    opacity: 1; }

.outline-blue {
  font-weight: 600;
  color: #2196f3;
  background: none;
  border: 0.15em solid #2196f3; }
  .outline-blue:hover {
    color: #F9F9F9;
    background: #2196f3;
    opacity: 1; }

.outline-cyan {
  font-weight: 600;
  color: #00bcd4;
  background: none;
  border: 0.15em solid #00bcd4; }
  .outline-cyan:hover {
    color: #F9F9F9;
    background: #00bcd4;
    opacity: 1; }

.outline-teal {
  font-weight: 600;
  color: #009688;
  background: none;
  border: 0.15em solid #009688; }
  .outline-teal:hover {
    color: #F9F9F9;
    background: #009688;
    opacity: 1; }

.outline-lime {
  font-weight: 600;
  color: #cddc39;
  background: none;
  border: 0.15em solid #cddc39; }
  .outline-lime:hover {
    color: #F9F9F9;
    background: #cddc39;
    opacity: 1; }

.outline-amber {
  font-weight: 600;
  color: #ffb300;
  background: none;
  border: 0.15em solid #ffb300; }
  .outline-amber:hover {
    color: #F9F9F9;
    background: #ffb300;
    opacity: 1; }

.button-medium {
  font-size: 15px;
  padding: .9em 1.8em; }

.button-big {
  font-size: 16px;
  padding: 1.1em 2.1em; }

.button-group {
  margin: 0 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%; }
  .button-group .button {
    float: left;
    margin: 8px 0; }
    .button-group .button:not(:last-child) {
      border-right: none; }
  .button-group:after {
    content: "";
    clear: both;
    display: table; }

.button-group-round {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%; }
  .button-group-round .button {
    float: left;
    margin: 8px 0; }
    .button-group-round .button:not(:last-child) {
      border-right: none;
      border-radius: 0; }
    .button-group-round .button:first-child {
      border-radius: 2em 0 0 2em; }
    .button-group-round .button:last-child {
      border-radius: 0 2em 2em 0; }
  .button-group-round:after {
    content: "";
    clear: both;
    display: table; }

input,
textarea, select {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none; }

::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #F9F9F9;
  opacity: 0.5; }

::-moz-placeholder {
  /* Firefox 19+ */
  color: #F9F9F9;
  opacity: 0.5; }

:-ms-input-placeholder {
  /* IE 10+ */
  color: #F9F9F9;
  opacity: 0.5; }

:-moz-placeholder {
  /* Firefox 18- */
  color: #F9F9F9;
  opacity: 0.5; }

.input {
  position: relative; }
  .input select, .input input, .input textarea {
    display: block;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    width: 100%;
    background: #090b0d;
    border: none;
    border-radius: 0.2em;
    font-size: 15px;
    padding: 0.8em 0.5em;
    color: #F9F9F9;
    opacity: 0.7;
    position: relative;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    overflow: hidden; }
    .input select:focus, .input input:focus, .input textarea:focus {
      opacity: 1;
      outline: 0; }
  .input textarea {
    resize: vertical; }
  .input .input-icon {
    position: absolute;
    right: 4%;
    top: 50%;
    color: #909090; }

label {
  font-size: 15px;
  padding-left: 4px;
  color: #909090;
  opacity: 0.7; }

.select-input {
  position: relative; }
  .select-input:after {
    font-family: FontAwesome;
    content: "\f0d7";
    color: #F9F9F9;
    opacity: 0.5;
    font-size: 1em;
    position: absolute;
    right: 6%;
    top: 48%; }

input[type=checkbox] {
  display: none;
  -webkit-appearance: checkbox;
     -moz-appearance: checkbox;
          appearance: checkbox;
  outline: 0; }

input[type=radio] {
  display: none;
  -webkit-appearance: radio;
     -moz-appearance: radio;
          appearance: radio;
  outline: 0; }

.checkbox {
  margin-bottom: .2em; }
  .checkbox label {
    cursor: pointer;
    font-size: .8em;
    padding-left: 4px;
    color: #909090;
    opacity: 1; }
    .checkbox label input[type=checkbox] + .label-text:before {
      content: "\f0c8";
      color: #1e7582;
      font-family: FontAwesome;
      font-size: normal;
      font-weight: normal;
      speak: none;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      width: 1em;
      font-size: 1.5em;
      margin-right: 5px;
      display: inline-block;
      vertical-align: middle; }
    .checkbox label input[type=checkbox]:checked + .label-text {
      color: #14CC97;
      opacity: 1; }
    .checkbox label input[type=checkbox]:checked + .label-text:before {
      content: "\f14a";
      color: #14CC97;
      -webkit-animation: check 0.4s ease-in-out;
              animation: check 0.4s ease-in-out; }
    .checkbox label input[type=checkbox]:disabled + .label-text:before {
      opacity: 0.6;
      cursor: not-allowed; }
    .checkbox label input[type=checkbox]:disabled + .label-text {
      opacity: 0.6;
      cursor: not-allowed; }

.radio {
  margin-bottom: .2em; }
  .radio label {
    cursor: pointer;
    font-size: .8em;
    padding-left: 4px;
    opacity: 1;
    color: #909090; }
    .radio label input[type=radio] + .label-text:before {
      content: "\f1ce";
      color: #1e7582;
      font-family: FontAwesome;
      font-size: normal;
      font-weight: normal;
      speak: none;
      font-variant: normal;
      text-transform: none;
      line-height: 1;
      -webkit-font-smoothing: antialiased;
      width: 1em;
      font-size: 1.5em;
      margin-right: 5px;
      display: inline-block;
      vertical-align: middle; }
    .radio label input[type=radio]:checked + .label-text {
      color: #14CC97; }
    .radio label input[type=radio]:checked + .label-text:before {
      content: "\f111";
      color: #14CC97;
      text-align: center;
      -webkit-animation: check 0.4s ease-in-out;
              animation: check 0.4s ease-in-out; }
    .radio label input[type=radio]:disabled + .label-text:before {
      opacity: 0.6;
      cursor: not-allowed; }
    .radio label input[type=radio]:disabled + .label-text {
      opacity: 0.6;
      cursor: not-allowed; }

@-webkit-keyframes check {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

@keyframes check {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0); }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2); }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1); } }

img {
  max-width: 100%;
  height: auto; }

.img-responsive {
  display: block;
  max-width: 100%;
  height: auto; }

.img-round {
  border-radius: 50%; }

.img-round-corner {
  border-radius: 5%; }

.img-align-center {
  display: block;
  margin: 0 auto; }

.pagination {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 0.5em; }
  .pagination a {
    color: #F9F9F9;
    display: inline-block;
    background: rgba(200, 200, 200, 0.1);
    padding: 0.4em 0.8em;
    margin: 0 .1em;
    border-radius: 15%;
    -webkit-transition: all 0.25s ease-in-out;
    -o-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out; }
    .pagination a.active {
      background-color: #14CC97;
      color: #F9F9F9; }
    .pagination a:hover {
      background-color: #12b586;
      color: #F9F9F9; }

.align-center {
  margin: 0;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%); }

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

.align-right {
  margin: 0;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translate(0%, -50%);
      -ms-transform: translate(0%, -50%);
          transform: translate(0%, -50%); }

.hero {
  position: relative;
  width: 100%;
  height: 700px; }

.hero-medium {
  position: relative;
  width: 100%;
  height: 500px; }

.hero-small {
  position: relative;
  width: 100%;
  height: 300px; }

.card {
  background: #FFFFFF;
  color: #292929;
  height: auto;
  padding-bottom: 0.5em;
  margin: 0.5em;
  -webkit-box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.5);
          box-shadow: 0px 0px 13px -1px rgba(0, 0, 0, 0.5);
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .card img {
    width: 100%; }
  .card:hover {
    -webkit-box-shadow: 0px 0px 13px 6px rgba(0, 0, 0, 0.28);
            box-shadow: 0px 0px 13px 6px rgba(0, 0, 0, 0.28); }
  .card .card-heading {
    padding: 0.5em 0.4em;
    font-size: 1.2em;
    font-weight: 600; }
  .card .card-content {
    padding: 0 0.4em; }
  .card .card-action {
    border-top: 1px solid #ccc;
    margin: 1em 0em 0.2em 0em;
    padding-top: 0.4em; }
    .card .card-action a {
      font-weight: 600;
      padding: 0.2em 0.8em 0.4em 0.4em;
      margin-left: 0.2em; }
      .card .card-action a:hover {
        background-color: #14CC97;
        color: #F9F9F9; }

.card-dark {
  background: #2A2A2A; }
  .card-dark .card-heading, .card-dark .card-content {
    color: #F9F9F9; }
  .card-dark .card-action {
    border-top: 1px solid #444; }

ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex; }
  ul.breadcrumbs {
    list-style: none;
    padding: 0.8em 0.5em; }
    ul.breadcrumbs li {
      padding: .3em;
      display: inline-block;
      cursor: default; }
      ul.breadcrumbs li + li:before {
        padding: .5em;
        color: #909090;
        content: "/\00a0"; }
      ul.breadcrumbs li a:hover {
        text-decoration: underline;
        color: #14CC97;
        cursor: pointer; }

.messagebox {
  padding: 1em; }

.messagebox-dark {
  background: #090b0d;
  padding: 1em; }

.messagebox-light {
  background: #333d49;
  padding: 1em; }

blockquote {
  padding: 1em;
  background: #090b0d; }
  blockquote.quote-primary {
    border-left: 5px solid #14CC97; }
  blockquote.quote-secondary {
    border-left: 5px solid #279aac; }
  blockquote.quote-contrast {
    border-left: 5px solid #e46248; }
  blockquote.quote-compliment {
    border-left: 5px solid #36D879; }
  blockquote.quote-success {
    border-left: 5px solid #46A346; }
  blockquote.quote-info {
    border-left: 5px solid #1792D0; }
  blockquote.quote-warning {
    border-left: 5px solid #FFAC38; }
  blockquote.quote-error {
    border-left: 5px solid #BD362F; }
  blockquote.quote-red {
    border-left: 5px solid #f44336; }
  blockquote.quote-pink {
    border-left: 5px solid #e91e63; }
  blockquote.quote-purple {
    border-left: 5px solid #9c27b0; }
  blockquote.quote-green {
    border-left: 5px solid #8bc34a; }
  blockquote.quote-indigo {
    border-left: 5px solid #3f51b5; }
  blockquote.quote-blue {
    border-left: 5px solid #2196f3; }
  blockquote.quote-cyan {
    border-left: 5px solid #00bcd4; }
  blockquote.quote-teal {
    border-left: 5px solid #009688; }
  blockquote.quote-lime {
    border-left: 5px solid #cddc39; }
  blockquote.quote-amber {
    border-left: 5px solid #ffb300; }

.container {
  width: 95%;
  max-width: 1400px;
  margin: 0 auto;
  position: relative; }

.container-medium {
  width: 80%;
  max-width: 1000px;
  margin: 0 auto;
  position: relative; }

.container-small {
  width: 70%;
  max-width: 600px;
  margin: 0 auto;
  position: relative; }

.row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: relative; }

.row-space-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative; }

.row-space-around {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 100%;
  position: relative; }

.col-xs-1 {
  -ms-flex-preferred-size: 8.33333%;
      flex-basis: 8.33333%;
  max-width: 8.33333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em; }

.col-xs-2 {
  -ms-flex-preferred-size: 16.66667%;
      flex-basis: 16.66667%;
  max-width: 16.66667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em; }

.col-xs-3 {
  -ms-flex-preferred-size: 25%;
      flex-basis: 25%;
  max-width: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em; }

.col-xs-4 {
  -ms-flex-preferred-size: 33.33333%;
      flex-basis: 33.33333%;
  max-width: 33.33333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em; }

.col-xs-5 {
  -ms-flex-preferred-size: 41.66667%;
      flex-basis: 41.66667%;
  max-width: 41.66667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em; }

.col-xs-6 {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em; }

.col-xs-7 {
  -ms-flex-preferred-size: 58.33333%;
      flex-basis: 58.33333%;
  max-width: 58.33333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em; }

.col-xs-8 {
  -ms-flex-preferred-size: 66.66667%;
      flex-basis: 66.66667%;
  max-width: 66.66667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em; }

.col-xs-9 {
  -ms-flex-preferred-size: 75%;
      flex-basis: 75%;
  max-width: 75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em; }

.col-xs-10 {
  -ms-flex-preferred-size: 83.33333%;
      flex-basis: 83.33333%;
  max-width: 83.33333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em; }

.col-xs-11 {
  -ms-flex-preferred-size: 91.66667%;
      flex-basis: 91.66667%;
  max-width: 91.66667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em; }

.col-xs-12 {
  -ms-flex-preferred-size: 100%;
      flex-basis: 100%;
  max-width: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0.5em; }

.col-xs-offset-1 {
  margin-left: 8.33333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.col-xs-offset-2 {
  margin-left: 16.66667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.col-xs-offset-3 {
  margin-left: 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.col-xs-offset-4 {
  margin-left: 33.33333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.col-xs-offset-5 {
  margin-left: 41.66667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.col-xs-offset-6 {
  margin-left: 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.col-xs-offset-7 {
  margin-left: 58.33333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.col-xs-offset-8 {
  margin-left: 66.66667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.col-xs-offset-9 {
  margin-left: 75%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.col-xs-offset-10 {
  margin-left: 83.33333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.col-xs-offset-11 {
  margin-left: 91.66667%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

.col-xs-offset-12 {
  margin-left: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

body {
  background: #1E242B;
  overflow-x: hidden; }

.intro {
  height: auto;
  margin-bottom: 1em; }
  .intro img {
    max-height: 300px;
    padding-top: 2em; }

.promo {
  background: #090b0d;
  height: auto;
  margin-bottom: 1.5em;
  padding-bottom: 1em; }
  .promo img {
    padding-top: 2em;
    max-height: 200px; }
  .promo h3 {
    margin-top: 1em; }

.github {
  position: fixed;
  z-index: 100;
  height: 150px;
  width: 150px;
  top: 0;
  right: 0;
  border: 0; }

.heading {
  margin: 15px 0;
  color: #14CC97; }
  .heading p, .heading h4, .heading h5, .heading h3 {
    font-weight: 300; }

.colorbox {
  text-align: center;
  padding: 1em; }

.gridbox {
  text-align: center;
  padding: 1em;
  height: 20px;
  background-color: #aaa;
  overflow: hidden;
  -webkit-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out; }
  .gridbox:hover {
    background-color: #14CC97; }

.submit-button {
  padding-top: .8em; }

.hero-small {
  background-color: #090b0d; }

.imageRow img {
  max-height: 200px; }

.imageRow img.responsive {
  max-height: 400px; }

.pagination {
  margin-bottom: 13em; }

.alignBox {
  height: 300px;
  max-width: 500px;
  position: relative;
  background: #0f1216; }

.smallBox {
  text-align: center;
  padding: 30px; }

footer {
  padding: 20px;
  margin-top: 3em;
  background: #0d1013; }
  footer img {
    max-height: 200px;
    padding-top: 20px; }
  @media screen and (min-width: 768px) {
    body {
      font-size: 15px; }
  .col-med-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-med-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-med-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-med-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-med-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-med-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-med-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-med-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-med-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-med-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-med-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-med-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-med-offset-1 {
    margin-left: 8.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-med-offset-2 {
    margin-left: 16.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-med-offset-3 {
    margin-left: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-med-offset-4 {
    margin-left: 33.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-med-offset-5 {
    margin-left: 41.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-med-offset-6 {
    margin-left: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-med-offset-7 {
    margin-left: 58.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-med-offset-8 {
    margin-left: 66.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-med-offset-9 {
    margin-left: 75%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-med-offset-10 {
    margin-left: 83.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-med-offset-11 {
    margin-left: 91.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-med-offset-12 {
    margin-left: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }
  @media screen and (min-width: 1280px) {
    body {
      font-size: 16px; } }
  @media screen and (min-width: 600px) {
  .col-s-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-s-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-s-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-s-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-s-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-s-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-s-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-s-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-s-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-s-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-s-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-s-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-s-offset-1 {
    margin-left: 8.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-s-offset-2 {
    margin-left: 16.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-s-offset-3 {
    margin-left: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-s-offset-4 {
    margin-left: 33.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-s-offset-5 {
    margin-left: 41.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-s-offset-6 {
    margin-left: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-s-offset-7 {
    margin-left: 58.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-s-offset-8 {
    margin-left: 66.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-s-offset-9 {
    margin-left: 75%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-s-offset-10 {
    margin-left: 83.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-s-offset-11 {
    margin-left: 91.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-s-offset-12 {
    margin-left: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }
  @media only screen and (min-width: 1280px) {
  .col-large-1 {
    -ms-flex-preferred-size: 8.33333%;
        flex-basis: 8.33333%;
    max-width: 8.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-large-2 {
    -ms-flex-preferred-size: 16.66667%;
        flex-basis: 16.66667%;
    max-width: 16.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-large-3 {
    -ms-flex-preferred-size: 25%;
        flex-basis: 25%;
    max-width: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-large-4 {
    -ms-flex-preferred-size: 33.33333%;
        flex-basis: 33.33333%;
    max-width: 33.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-large-5 {
    -ms-flex-preferred-size: 41.66667%;
        flex-basis: 41.66667%;
    max-width: 41.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-large-6 {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-large-7 {
    -ms-flex-preferred-size: 58.33333%;
        flex-basis: 58.33333%;
    max-width: 58.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-large-8 {
    -ms-flex-preferred-size: 66.66667%;
        flex-basis: 66.66667%;
    max-width: 66.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-large-9 {
    -ms-flex-preferred-size: 75%;
        flex-basis: 75%;
    max-width: 75%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-large-10 {
    -ms-flex-preferred-size: 83.33333%;
        flex-basis: 83.33333%;
    max-width: 83.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-large-11 {
    -ms-flex-preferred-size: 91.66667%;
        flex-basis: 91.66667%;
    max-width: 91.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-large-12 {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
    max-width: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 0.5em; }
  .col-large-offset-1 {
    margin-left: 8.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-large-offset-2 {
    margin-left: 16.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-large-offset-3 {
    margin-left: 25%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-large-offset-4 {
    margin-left: 33.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-large-offset-5 {
    margin-left: 41.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-large-offset-6 {
    margin-left: 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-large-offset-7 {
    margin-left: 58.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-large-offset-8 {
    margin-left: 66.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-large-offset-9 {
    margin-left: 75%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-large-offset-10 {
    margin-left: 83.33333%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-large-offset-11 {
    margin-left: 91.66667%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; }
  .col-large-offset-12 {
    margin-left: 100%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box; } }
