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

body {
    line-height:1;
}

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

nav ul {
    list-style:none;
}

blockquote, q {
    quotes:none;
}

blockquote:before, blockquote:after,
q:before, q:after {
    content:'';
    content:none;
}

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* change colours to suit your needs */
ins {
    background-color:#eeeeee;
    color:#000000;
    text-decoration:none;
}

/* change colours to suit your needs */
mark {
    background-color:#ff9;
    color:#000000; 
    font-style:italic;
    font-weight:bold;
}

del {
    text-decoration: line-through;
}

abbr[title], dfn[title] {
    border-bottom:1px dotted;
    cursor:help;
}

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

/* change border colour to suit your needs */
hr {
    display:block;
    height:1px;
    border:0;   
    border-top:1px solid #cccccc;
    margin:1em 0;
    padding:0;
}

input, select {
    vertical-align:middle;

}
@font-face {
  font-family: 'FontAwesome';
  src: url('/static/fontawesome/fonts/fontawesome-webfont.eot?v=4.4.0&8b1ea69c7d12');
  src: url('/static/fontawesome/fonts/fontawesome-webfont.eot?&8b1ea69c7d12#iefix&v=4.4.0') format('embedded-opentype'),
    url('/static/fontawesome/fonts/fontawesome-webfont.woff2?v=4.4.0&8b1ea69c7d12') format('woff2'),
    url('/static/fontawesome/fonts/fontawesome-webfont.woff?v=4.4.0&8b1ea69c7d12') format('woff'),
    url('/static/fontawesome/fonts/fontawesome-webfont.ttf?v=4.4.0&8b1ea69c7d12') format('truetype'),
    url('/static/fontawesome/fonts/fontawesome-webfont.svg?v=4.4.0&8b1ea69c7d12#fontawesomeregular') format('svg');
  font-weight: normal;
  font-style: normal; }

  .fa {
    display: inline-block;
    font: normal normal normal 14px / 1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }

    .fa-lg {
      font-size: 1.33333em;
      line-height: 0.75em;
      vertical-align: -15%; }

      .fa-2x {
        font-size: 2em; }

        .fa-3x {
          font-size: 3em; }

          .fa-4x {
            font-size: 4em; }

            .fa-5x {
              font-size: 5em; }

              .fa-fw {
                width: 1.28571em;
                text-align: center; }

                .fa-ul {
                  padding-left: 0;
                  margin-left: 2.14286em;
                  list-style-type: none; }
                  .fa-ul > li {
                    position: relative; }

.fa-li {
  position: absolute;
  left: -2.14286em;
  width: 2.14286em;
  top: 0.14286em;
  text-align: center; }
  .fa-li.fa-lg {
    left: -1.85714em; }

.fa-border {
  padding: 0.2em 0.25em 0.15em;
  border: solid 0.08em #eee;
  border-radius: 0.1em; }

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

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

      .fa.fa-pull-left {
        margin-right: 0.3em; }
        .fa.fa-pull-right {
          margin-left: 0.3em; }

.pull-right {
  float: right; }

  .pull-left {
    float: left; }

    .fa.pull-left {
      margin-right: 0.3em; }
      .fa.pull-right {
        margin-left: 0.3em; }

.fa-spin {
  -webkit-animation: fa-spin 2s infinite linear;
  animation: fa-spin 2s infinite linear; }

  .fa-pulse {
    -webkit-animation: fa-spin 1s infinite steps(8);
    animation: fa-spin 1s infinite steps(8); }

    @-webkit-keyframes fa-spin {
      0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);   }
        100% {
          -webkit-transform: rotate(359deg);
          transform: rotate(359deg);   }
}

@keyframes fa-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);   }
    100% {
      -webkit-transform: rotate(359deg);
      transform: rotate(359deg);   }
}

.fa-rotate-90 {
  filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=1);
  -webkit-transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  transform: rotate(90deg); }

  .fa-rotate-180 {
    filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg); }

    .fa-rotate-270 {
      filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=3);
      -webkit-transform: rotate(270deg);
      -ms-transform: rotate(270deg);
      transform: rotate(270deg); }

      .fa-flip-horizontal {
        filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=0);
        -webkit-transform: scale(-1, 1);
        -ms-transform: scale(-1, 1);
        transform: scale(-1, 1); }

        .fa-flip-vertical {
          filter: progid:DXImageTransform.Microsoft.BasicImage(rotation=2);
          -webkit-transform: scale(1, -1);
          -ms-transform: scale(1, -1);
          transform: scale(1, -1); }

          :root .fa-rotate-90, :root .fa-rotate-180, :root .fa-rotate-270,
          :root .fa-flip-horizontal, :root .fa-flip-vertical {
            filter: none; }

            .fa-stack {
              position: relative;
              display: inline-block;
              width: 2em;
              height: 2em;
              line-height: 2em;
              vertical-align: middle; }

              .fa-stack-1x, .fa-stack-2x {
                position: absolute;
                left: 0;
                width: 100%;
                text-align: center; }

                .fa-stack-1x {
                  line-height: inherit; }

                  .fa-stack-2x {
                    font-size: 2em; }

                    .fa-inverse {
                      color: #fff; }

                      .fa-glass:before {
                        content: ""; }

                        .fa-music:before {
                          content: ""; }

                          .fa-search:before {
                            content: ""; }

                            .fa-envelope-o:before {
                              content: ""; }

                              .fa-heart:before {
                                content: ""; }

                                .fa-star:before {
                                  content: ""; }

                                  .fa-star-o:before {
                                    content: ""; }

                                    .fa-user:before {
                                      content: ""; }

                                      .fa-film:before {
                                        content: ""; }

                                        .fa-th-large:before {
                                          content: ""; }

                                          .fa-th:before {
                                            content: ""; }

                                            .fa-th-list:before {
                                              content: ""; }

                                              .fa-check:before {
                                                content: ""; }

                                                .fa-remove:before, .fa-close:before, .fa-times:before {
                                                  content: ""; }

                                                  .fa-search-plus:before {
                                                    content: ""; }

                                                    .fa-search-minus:before {
                                                      content: ""; }

                                                      .fa-power-off:before {
                                                        content: ""; }

                                                        .fa-signal:before {
                                                          content: ""; }

                                                          .fa-gear:before, .fa-cog:before {
                                                            content: ""; }

                                                            .fa-trash-o:before {
                                                              content: ""; }

                                                              .fa-home:before {
                                                                content: ""; }

                                                                .fa-file-o:before {
                                                                  content: ""; }

                                                                  .fa-clock-o:before {
                                                                    content: ""; }

                                                                    .fa-road:before {
                                                                      content: ""; }

                                                                      .fa-download:before {
                                                                        content: ""; }

                                                                        .fa-arrow-circle-o-down:before {
                                                                          content: ""; }

                                                                          .fa-arrow-circle-o-up:before {
                                                                            content: ""; }

                                                                            .fa-inbox:before {
                                                                              content: ""; }

                                                                              .fa-play-circle-o:before {
                                                                                content: ""; }

                                                                                .fa-rotate-right:before, .fa-repeat:before {
                                                                                  content: ""; }

                                                                                  .fa-refresh:before {
                                                                                    content: ""; }

                                                                                    .fa-list-alt:before {
                                                                                      content: ""; }

                                                                                      .fa-lock:before {
                                                                                        content: ""; }

                                                                                        .fa-flag:before {
                                                                                          content: ""; }

                                                                                          .fa-headphones:before {
                                                                                            content: ""; }

                                                                                            .fa-volume-off:before {
                                                                                              content: ""; }

                                                                                              .fa-volume-down:before {
                                                                                                content: ""; }

                                                                                                .fa-volume-up:before {
                                                                                                  content: ""; }

                                                                                                  .fa-qrcode:before {
                                                                                                    content: ""; }

                                                                                                    .fa-barcode:before {
                                                                                                      content: ""; }

                                                                                                      .fa-tag:before {
                                                                                                        content: ""; }

                                                                                                        .fa-tags:before {
                                                                                                          content: ""; }

                                                                                                          .fa-book:before {
                                                                                                            content: ""; }

                                                                                                            .fa-bookmark:before {
                                                                                                              content: ""; }

                                                                                                              .fa-print:before {
                                                                                                                content: ""; }

                                                                                                                .fa-camera:before {
                                                                                                                  content: ""; }

                                                                                                                  .fa-font:before {
                                                                                                                    content: ""; }

                                                                                                                    .fa-bold:before {
                                                                                                                      content: ""; }

                                                                                                                      .fa-italic:before {
                                                                                                                        content: ""; }

                                                                                                                        .fa-text-height:before {
                                                                                                                          content: ""; }

                                                                                                                          .fa-text-width:before {
                                                                                                                            content: ""; }

                                                                                                                            .fa-align-left:before {
                                                                                                                              content: ""; }

                                                                                                                              .fa-align-center:before {
                                                                                                                                content: ""; }

                                                                                                                                .fa-align-right:before {
                                                                                                                                  content: ""; }

                                                                                                                                  .fa-align-justify:before {
                                                                                                                                    content: ""; }

                                                                                                                                    .fa-list:before {
                                                                                                                                      content: ""; }

                                                                                                                                      .fa-dedent:before, .fa-outdent:before {
                                                                                                                                        content: ""; }

                                                                                                                                        .fa-indent:before {
                                                                                                                                          content: ""; }

                                                                                                                                          .fa-video-camera:before {
                                                                                                                                            content: ""; }

                                                                                                                                            .fa-photo:before, .fa-image:before, .fa-picture-o:before {
                                                                                                                                              content: ""; }

                                                                                                                                              .fa-pencil:before {
                                                                                                                                                content: ""; }

                                                                                                                                                .fa-map-marker:before {
                                                                                                                                                  content: ""; }

                                                                                                                                                  .fa-adjust:before {
                                                                                                                                                    content: ""; }

                                                                                                                                                    .fa-tint:before {
                                                                                                                                                      content: ""; }

                                                                                                                                                      .fa-edit:before, .fa-pencil-square-o:before {
                                                                                                                                                        content: ""; }

                                                                                                                                                        .fa-share-square-o:before {
                                                                                                                                                          content: ""; }

                                                                                                                                                          .fa-check-square-o:before {
                                                                                                                                                            content: ""; }

                                                                                                                                                            .fa-arrows:before {
                                                                                                                                                              content: ""; }

                                                                                                                                                              .fa-step-backward:before {
                                                                                                                                                                content: ""; }

                                                                                                                                                                .fa-fast-backward:before {
                                                                                                                                                                  content: ""; }

                                                                                                                                                                  .fa-backward:before {
                                                                                                                                                                    content: ""; }

                                                                                                                                                                    .fa-play:before {
                                                                                                                                                                      content: ""; }

                                                                                                                                                                      .fa-pause:before {
                                                                                                                                                                        content: ""; }

                                                                                                                                                                        .fa-stop:before {
                                                                                                                                                                          content: ""; }

                                                                                                                                                                          .fa-forward:before {
                                                                                                                                                                            content: ""; }

                                                                                                                                                                            .fa-fast-forward:before {
                                                                                                                                                                              content: ""; }

                                                                                                                                                                              .fa-step-forward:before {
                                                                                                                                                                                content: ""; }

                                                                                                                                                                                .fa-eject:before {
                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                  .fa-chevron-left:before {
                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                    .fa-chevron-right:before {
                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                      .fa-plus-circle:before {
                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                        .fa-minus-circle:before {
                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                          .fa-times-circle:before {
                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                            .fa-check-circle:before {
                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                              .fa-question-circle:before {
                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                .fa-info-circle:before {
                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                  .fa-crosshairs:before {
                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                    .fa-times-circle-o:before {
                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                      .fa-check-circle-o:before {
                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                        .fa-ban:before {
                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                          .fa-arrow-left:before {
                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                            .fa-arrow-right:before {
                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                              .fa-arrow-up:before {
                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                .fa-arrow-down:before {
                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                  .fa-mail-forward:before, .fa-share:before {
                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                    .fa-expand:before {
                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                      .fa-compress:before {
                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                        .fa-plus:before {
                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                          .fa-minus:before {
                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                            .fa-asterisk:before {
                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                              .fa-exclamation-circle:before {
                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                .fa-gift:before {
                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                  .fa-leaf:before {
                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                    .fa-fire:before {
                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                      .fa-eye:before {
                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                        .fa-eye-slash:before {
                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                          .fa-warning:before, .fa-exclamation-triangle:before {
                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                            .fa-plane:before {
                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                              .fa-calendar:before {
                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                .fa-random:before {
                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                  .fa-comment:before {
                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                    .fa-magnet:before {
                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                      .fa-chevron-up:before {
                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                        .fa-chevron-down:before {
                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                          .fa-retweet:before {
                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                            .fa-shopping-cart:before {
                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                              .fa-folder:before {
                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                .fa-folder-open:before {
                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                  .fa-arrows-v:before {
                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                    .fa-arrows-h:before {
                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                      .fa-bar-chart-o:before, .fa-bar-chart:before {
                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                        .fa-twitter-square:before {
                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                          .fa-facebook-square:before {
                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                            .fa-camera-retro:before {
                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                              .fa-key:before {
                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                .fa-gears:before, .fa-cogs:before {
                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                  .fa-comments:before {
                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                    .fa-thumbs-o-up:before {
                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                      .fa-thumbs-o-down:before {
                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                        .fa-star-half:before {
                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                          .fa-heart-o:before {
                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                            .fa-sign-out:before {
                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                              .fa-linkedin-square:before {
                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                .fa-thumb-tack:before {
                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                  .fa-external-link:before {
                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                    .fa-sign-in:before {
                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                      .fa-trophy:before {
                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                        .fa-github-square:before {
                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                          .fa-upload:before {
                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                            .fa-lemon-o:before {
                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                              .fa-phone:before {
                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                .fa-square-o:before {
                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                  .fa-bookmark-o:before {
                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                    .fa-phone-square:before {
                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                      .fa-twitter:before {
                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                        .fa-facebook-f:before, .fa-facebook:before {
                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                          .fa-github:before {
                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                            .fa-unlock:before {
                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                              .fa-credit-card:before {
                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                .fa-feed:before, .fa-rss:before {
                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                  .fa-hdd-o:before {
                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                    .fa-bullhorn:before {
                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                      .fa-bell:before {
                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                        .fa-certificate:before {
                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                          .fa-hand-o-right:before {
                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                            .fa-hand-o-left:before {
                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                              .fa-hand-o-up:before {
                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                .fa-hand-o-down:before {
                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                  .fa-arrow-circle-left:before {
                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                    .fa-arrow-circle-right:before {
                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                      .fa-arrow-circle-up:before {
                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                        .fa-arrow-circle-down:before {
                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                          .fa-globe:before {
                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                            .fa-wrench:before {
                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                              .fa-tasks:before {
                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                .fa-filter:before {
                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                  .fa-briefcase:before {
                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                    .fa-arrows-alt:before {
                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                      .fa-group:before, .fa-users:before {
                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                        .fa-chain:before, .fa-link:before {
                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                          .fa-cloud:before {
                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                            .fa-flask:before {
                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                              .fa-cut:before, .fa-scissors:before {
                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                .fa-copy:before, .fa-files-o:before {
                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                  .fa-paperclip:before {
                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                    .fa-save:before, .fa-floppy-o:before {
                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                      .fa-square:before {
                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                        .fa-navicon:before, .fa-reorder:before, .fa-bars:before {
                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                          .fa-list-ul:before {
                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                            .fa-list-ol:before {
                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                              .fa-strikethrough:before {
                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                .fa-underline:before {
                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                  .fa-table:before {
                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                    .fa-magic:before {
                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                      .fa-truck:before {
                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                        .fa-pinterest:before {
                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                          .fa-pinterest-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                            .fa-google-plus-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                              .fa-google-plus:before {
                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                .fa-money:before {
                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-caret-down:before {
                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-caret-up:before {
                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-caret-left:before {
                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-caret-right:before {
                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-columns:before {
                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-unsorted:before, .fa-sort:before {
                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-sort-down:before, .fa-sort-desc:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-sort-up:before, .fa-sort-asc:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-envelope:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-linkedin:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-rotate-left:before, .fa-undo:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-legal:before, .fa-gavel:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-dashboard:before, .fa-tachometer:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-comment-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-comments-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-flash:before, .fa-bolt:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-sitemap:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-umbrella:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-paste:before, .fa-clipboard:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-lightbulb-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-exchange:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-cloud-download:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-cloud-upload:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-user-md:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-stethoscope:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-suitcase:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-bell-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-coffee:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-cutlery:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-file-text-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-building-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-hospital-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-ambulance:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-medkit:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-fighter-jet:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-beer:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-h-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-plus-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-angle-double-left:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-angle-double-right:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-angle-double-up:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-angle-double-down:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-angle-left:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-angle-right:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-angle-up:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-angle-down:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-desktop:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-laptop:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-tablet:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-mobile-phone:before, .fa-mobile:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-circle-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-quote-left:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-quote-right:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-spinner:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-circle:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-mail-reply:before, .fa-reply:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-github-alt:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-folder-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-folder-open-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-smile-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-frown-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-meh-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-gamepad:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-keyboard-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-flag-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-flag-checkered:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-terminal:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-code:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-mail-reply-all:before, .fa-reply-all:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-star-half-empty:before, .fa-star-half-full:before, .fa-star-half-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-location-arrow:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-crop:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-code-fork:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-unlink:before, .fa-chain-broken:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-question:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-info:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-exclamation:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-superscript:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-subscript:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-eraser:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-puzzle-piece:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-microphone:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-microphone-slash:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-shield:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-calendar-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-fire-extinguisher:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-rocket:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-maxcdn:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-chevron-circle-left:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-chevron-circle-right:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-chevron-circle-up:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-chevron-circle-down:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-html5:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-css3:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-anchor:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-unlock-alt:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-bullseye:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-ellipsis-h:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-ellipsis-v:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-rss-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-play-circle:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-ticket:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-minus-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-minus-square-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-level-up:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-level-down:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-check-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-pencil-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-external-link-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-share-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-compass:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-toggle-down:before, .fa-caret-square-o-down:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-toggle-up:before, .fa-caret-square-o-up:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-toggle-right:before, .fa-caret-square-o-right:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-euro:before, .fa-eur:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-gbp:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-dollar:before, .fa-usd:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-rupee:before, .fa-inr:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-cny:before, .fa-rmb:before, .fa-yen:before, .fa-jpy:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-ruble:before, .fa-rouble:before, .fa-rub:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-won:before, .fa-krw:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-bitcoin:before, .fa-btc:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-file:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-file-text:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-sort-alpha-asc:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-sort-alpha-desc:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-sort-amount-asc:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-sort-amount-desc:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-sort-numeric-asc:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-sort-numeric-desc:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-thumbs-up:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-thumbs-down:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-youtube-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-youtube:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-xing:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-xing-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-youtube-play:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-dropbox:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-stack-overflow:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-instagram:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-flickr:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-adn:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-bitbucket:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-bitbucket-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-tumblr:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-tumblr-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-long-arrow-down:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-long-arrow-up:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-long-arrow-left:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-long-arrow-right:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-apple:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-windows:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-android:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-linux:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-dribbble:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-skype:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-foursquare:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-trello:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-female:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-male:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-gittip:before, .fa-gratipay:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-sun-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-moon-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-archive:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-bug:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-vk:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-weibo:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-renren:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-pagelines:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-stack-exchange:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-arrow-circle-o-right:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-arrow-circle-o-left:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-toggle-left:before, .fa-caret-square-o-left:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-dot-circle-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-wheelchair:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-vimeo-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-turkish-lira:before, .fa-try:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-plus-square-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-space-shuttle:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-slack:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-envelope-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-wordpress:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-openid:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-institution:before, .fa-bank:before, .fa-university:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-mortar-board:before, .fa-graduation-cap:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-yahoo:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-google:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-reddit:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-reddit-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-stumbleupon-circle:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-stumbleupon:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-delicious:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-digg:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-pied-piper:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-pied-piper-alt:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-drupal:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-joomla:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-language:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-fax:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-building:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-child:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-paw:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-spoon:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-cube:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-cubes:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-behance:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-behance-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-steam:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-steam-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-recycle:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-automobile:before, .fa-car:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-cab:before, .fa-taxi:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-tree:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-spotify:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-deviantart:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-soundcloud:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-database:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-file-pdf-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-file-word-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-file-excel-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-file-powerpoint-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-file-photo-o:before, .fa-file-picture-o:before, .fa-file-image-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-file-zip-o:before, .fa-file-archive-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-file-sound-o:before, .fa-file-audio-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-file-movie-o:before, .fa-file-video-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-file-code-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-vine:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-codepen:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-jsfiddle:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-life-bouy:before, .fa-life-buoy:before, .fa-life-saver:before,
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-support:before, .fa-life-ring:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-circle-o-notch:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-ra:before, .fa-rebel:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-ge:before, .fa-empire:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-git-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-git:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

.fa-y-combinator-square:before, .fa-yc-square:before, .fa-hacker-news:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-tencent-weibo:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-qq:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-wechat:before, .fa-weixin:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-send:before, .fa-paper-plane:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-send-o:before, .fa-paper-plane-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-history:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-circle-thin:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-header:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-paragraph:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-sliders:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-share-alt:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-share-alt-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-bomb:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-soccer-ball-o:before, .fa-futbol-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-tty:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-binoculars:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-plug:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-slideshare:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-twitch:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-yelp:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-newspaper-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-wifi:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-calculator:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-paypal:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-google-wallet:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-cc-visa:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-cc-mastercard:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-cc-discover:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-cc-amex:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-cc-paypal:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-cc-stripe:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-bell-slash:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-bell-slash-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-trash:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-copyright:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-at:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-eyedropper:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-paint-brush:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-birthday-cake:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-area-chart:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-pie-chart:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-line-chart:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-lastfm:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-lastfm-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-toggle-off:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-toggle-on:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-bicycle:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-bus:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-ioxhost:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-angellist:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-cc:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-shekel:before, .fa-sheqel:before, .fa-ils:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-meanpath:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-buysellads:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-connectdevelop:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-dashcube:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-forumbee:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-leanpub:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-sellsy:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-shirtsinbulk:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-simplybuilt:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-skyatlas:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-cart-plus:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-cart-arrow-down:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-diamond:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-ship:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-user-secret:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-motorcycle:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-street-view:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-heartbeat:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-venus:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-mars:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-mercury:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-intersex:before, .fa-transgender:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-transgender-alt:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-venus-double:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-mars-double:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-venus-mars:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-mars-stroke:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-mars-stroke-v:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-mars-stroke-h:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-neuter:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-genderless:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-facebook-official:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-pinterest-p:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-whatsapp:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-server:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-user-plus:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-user-times:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-hotel:before, .fa-bed:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-viacoin:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-train:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-subway:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-medium:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-yc:before, .fa-y-combinator:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-optin-monster:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-opencart:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-expeditedssl:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-battery-4:before, .fa-battery-full:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-battery-3:before, .fa-battery-three-quarters:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-battery-2:before, .fa-battery-half:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-battery-1:before, .fa-battery-quarter:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-battery-0:before, .fa-battery-empty:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-mouse-pointer:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-i-cursor:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-object-group:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-object-ungroup:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-sticky-note:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-sticky-note-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-cc-jcb:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-cc-diners-club:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-clone:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-balance-scale:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-hourglass-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-hourglass-1:before, .fa-hourglass-start:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-hourglass-2:before, .fa-hourglass-half:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-hourglass-3:before, .fa-hourglass-end:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-hourglass:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-hand-grab-o:before, .fa-hand-rock-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-hand-stop-o:before, .fa-hand-paper-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-hand-scissors-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-hand-lizard-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-hand-spock-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-hand-pointer-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-hand-peace-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-trademark:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-registered:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-creative-commons:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-gg:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-gg-circle:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-tripadvisor:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-odnoklassniki:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-odnoklassniki-square:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-get-pocket:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-wikipedia-w:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-safari:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-chrome:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-firefox:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-opera:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-internet-explorer:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-tv:before, .fa-television:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-contao:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-500px:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-amazon:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-calendar-plus-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-calendar-minus-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-calendar-times-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-calendar-check-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-industry:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-map-pin:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-map-signs:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        .fa-map-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                          .fa-map:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                            .fa-commenting:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                              .fa-commenting-o:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                .fa-houzz:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                  .fa-vimeo:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                    .fa-black-tie:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      content: ""; }

                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                      .fa-fonticons:before {
                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                                        content: ""; }

/* Swipeshow
 * http://ricostacruz.com/swipeshow
 * https://github.com/rstacruz/swipeshow
 *
 * Load this stylesheet when using jquery.swipeshow.js.
 *
 * This provides no styles or embelishments: just basic resets. For a sample
 * theme, also try:
 *
 *     http://ricostacruz.com/swipeshow/slideshow-theme.css
 *
 */

.swipeshow,
.swipeshow .slides,
.swipeshow .slide {
  /* Basic resets */
  display: block;
  margin: 0;
  padding: 0;
  list-style: none;
  position: relative;

  /* Prevent flickers */
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);

  /* In case you add padding */
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}

/* iOS: disable text select, disable callout, image save panel (popup) */
.swipeshow img {
  -webkit-touch-callout: none; 
  -webkit-user-select: none;   
  -moz-user-select: none;   
  user-select: none;   
}

.swipeshow {
  overflow: hidden;
}

/* Cursor (open-hand) */
.swipeshow-active .slides {
  cursor: move;
}

/* Cursor (closed-hand) */
html.swipeshow-grabbed,
html.swipeshow-grabbed * {
  cursor: move;
}

/* Positioning */
.swipeshow .slides,
.swipeshow .slide {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

/* First slide should be visible by default */
.swipeshow .slide {
  visibility: hidden;
}

.swipeshow .slide:first-child {
  visibility: visible;
}

/* Defaults: OVERRIDE THIS! */
.swipeshow {
  width: 100px;
  height: 100px;
}

a.button, button, input[type='submit'], input[type='button'] {
  transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  background: #171a1e;
  border: 0px;
  color: white;
  cursor: pointer;
  display: inline-block;
  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
  font-weight: 300;
  font-size: 22px;
  line-height: 26px;
  height: auto;
  letter-spacing: 0px;
  margin: 0px;
  outline: 0px;
  padding: 10px 20px;
  text-align: center;
  text-decoration: none;
  width: auto; }
  a.button:hover, button:hover, input[type='submit']:hover,
  input[type='button']:hover {
    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); }
    a.button.block, button.block, input[type='submit'].block,
    input[type='button'].block {
      display: block; }
      a.button.big, button.big, input[type='submit'].big, input[type='button'].big {
        font-size: 20px;
        padding: 15px 25px; }

input[type='submit'] {
  float: right; }

  html, body {
    background: ;
    font-size: 14px;
    line-height: 24px;
    color: #454b53;
    padding-top: 0;
    -webkit-text-size-adjust: 100%; }
    @media (max-width: 680px) {
      html, body {
        font-size: 13px;
        line-height: 20px;   }
}

body {
  padding-top: 94px; }

  .wrapper {
    display: block;
    height: auto;
    min-width: 960px;
    position: relative;
    width: 100%;
    z-index: 1; }
    .wrapper:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
      * html .wrapper {
        height: 1px; }
        .wrapper .inner {
          display: block;
          margin: 0 auto;
          padding: 0px;
          text-align: left;
          width: 960px;
          width: 960px; }
          .wrapper .inner:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden; }
            * html .wrapper .inner {
              height: 1px; }

h1, h2, h3, h4, h5, h6 {
  font-weight: 300;
  text-rendering: optimizeLegibility;
  font-variant-ligatures: no-common-ligatures;
  -moz-font-feature-settings: "liga" 0, "clig" 0;
  -ms-font-feature-settings: "liga" 0, "clig" 0;
  -webkit-font-feature-settings: "liga" 0, "clig" 0;
  font-feature-settings: "liga" 0, "clig" 0; }

  h1 {
    color: #454b53;
    font-size: 32px;
    font-weight: 400;
    letter-spacing: -0.35px;
    margin: 0 0 12px 0;
    text-align: left; }
    @media (max-width: 680px) {
      h1 {
        font-size: 32px;
        line-height: 40px;   }
}

h2 {
  color: #454b53;
  font-size: 34px;
  font-weight: 300;
  line-height: 40px;
  letter-spacing: -1px;
  margin: 5px 0 15px 0; }
  @media (max-width: 680px) {
    h2 {
      font-size: 24px;
      line-height: 30px;   }
}

h3 {
  color: #454b53;
  font-size: 20px;
  line-height: 30px;
  font-weight: normal;
  margin: 0 0 10px 0; }
  @media (max-width: 680px) {
    h3 {
      font-size: 18px;
      line-height: 24px;   }
}

h2 > a.block, h3 > a.block {
  transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  border: 2px solid #171a1e;
  color: #171a1e;
  display: block;
  overflow: hidden;
  padding: 8px 12px;
  position: relative;
  text-decoration: none; }
  h2 > a.block i, h3 > a.block i {
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    color: black;
    position: absolute;
    top: 12px;
    right: 15px; }
    h2 > a.block:hover, h3 > a.block:hover {
      background: #171a1e;
      color: white; }
      h2 > a.block:hover i, h3 > a.block:hover i {
        color: white;
        right: 25px; }
  h2 > a.block.white, h3 > a.block.white {
    border-color: white;
    color: white; }
    h2 > a.block.white i, h3 > a.block.white i {
      color: #171a1e; }
      h2 > a.block.white:hover, h3 > a.block.white:hover {
        background: white;
        color: #171a1e; }
        h2 > a.block.white:hover i, h3 > a.block.white:hover i {
          color: #171a1e; }

h4 {
  color:#333;
  font-size: 18px;
  line-height: 26px;
  margin: 0 0 14px; 
  font-weight:600;
  }
  @media (max-width: 680px) {
    h4 {
      font-size: 14px;
      line-height: 20px;   }
}

p {
  font-weight: 500;
  margin: 0 0 20px ; 
  color:#777;
  }
  p.intro {
    color: #58585a;
    font-size: 20px;
    font-weight: 300;
    line-height: 28px;
    margin-bottom: 25px; }

.serif {
  font-family: serif;
  font-weight: normal; }

  a {
    color: #777777;
    text-decoration: underline; }
    a:hover {
      color: #9d9d9d; }

.orange {
  color: #ff9600; }

  figure {
    margin-bottom: 25px; }
    figure > img {
      height: auto;
      max-width: 100%; }
      figure figcaption {
        color: #a7a7a7;
        display: block;
        font-size: 13px;
        font-style: italic;
        font-weight: 300;
        text-align: left; }
        figure.center {
          display: block;
          clear: both; }
          figure.center:after {
            content: ".";
            display: block;
            height: 0;
            clear: both;
            visibility: hidden; }
            * html figure.center {
              height: 1px; }
              figure.center img {
                margin: 0 auto; }
                figure.center figcaption {
                  text-align: center; }
    figure.left {
      float: left;
      margin-right: 25px; }
      figure.right {
        float: right;
        margin-left: 25px; }
        figure.right figcaption {
          text-align: right; }

hr {
  display: inline;
  float: left;
  height: auto;
  width: 100%;
  background: transparent;
  border: 0px;
  border-top: 2px solid #dddddd;
  height: 0;
  font-size: 0;
  line-height: 0;
  margin: 10px 0 20px 0; }

  video {
    border: 0px;
    height: auto;
    margin: 10px 0 25px 0;
    width: 100%; }

    .videoWrap {
      clear: both;
      position: relative;
      padding-bottom: 56.25%;
      padding-top: 25px;
      height: 0;
      margin-bottom: 30px; }
      .videoWrap iframe {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }

ul {
  list-style-type: square;
}
  ul.features {
    -webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    padding: 0;
    list-style: none;
    text-align: center; }
    @media (max-width: 680px) {
      ul.features {
        display: block;   }
}
      ul.features li {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        text-align: left;
        font-size: 14px;
        line-height: 20px;
        color: #777777;
        font-weight: bold;
        padding: 0 25px;
        position: relative; }
        ul.features li:before {
          content: "";
          font-family: FontAwesome;
          margin-right: 5px;
          color: #66ca97;
          position: absolute;
          top: 0;
          left: 0; }
  ul.panels {
    -webkit-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-flow: row wrap;
    flex-flow: row wrap;
    -webkit-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
    list-style: none;
    position: relative;
    left: -10px;
    width: calc(100% + 20px); }
    ul.panels li {
      box-sizing: border-box;
      -moz-box-sizing: border-box;
      -webkit-box-sizing: border-box;
      -webkit-box-flex: 1;
      -moz-box-flex: 1;
      -webkit-flex: 1;
      -ms-flex: 1;
      flex: 1;
      flex: 1 1 20%;
      padding: 10px;
      text-align: center;
      position: relative;
      max-width: 20%;
      min-width: 20%; }
      @media (max-width: 1000px) {
        ul.panels li {
          flex-basis: 33%;
          max-width: 33%;
          min-width: 33%;   }
}
        @media (max-width: 680px) {
          ul.panels li {
            flex-basis: 50%;
            max-width: 50%;
            min-width: 50%;   }
}
          ul.panels li a, ul.panels li > span {
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            font-size: 14px;
            line-height: 20px;
            padding: 20px;
            display: block;
            height: 100%; }
            ul.panels li a:hover {
              border-color: #777777;
              color: #454b53; }
              ul.panels li span {
                display: block;
                clear: both;
                text-align: center; }
                ul.panels li i {
                  color: black;
                  opacity: 0.7;
                  display: inline-block;
                  margin: 0 auto 10px auto;
                  font-size: 34px;
                  text-decoration: none; }
                  ul.panels li i img {
                    max-height: 34px;
                    width: auto;
                    display: block;
                    margin: 0 auto; }

ol {
  list-style: decimal;
 }

      ul li p, ol li p {
        margin: 0; }
        ul li ul, ul li ol, ol li ul, ol li ol {
          margin: 10px 0;
           }

strong, .strong {
  font-weight: bold; }

  em, .em {
    font-style: italic; }

    sup {
      font-size: 60% !important;
      position: relative; }

      blockquote {
        background: #dddddd;
        margin: 20px 0px;
        padding: 15px 25px;
        font-style: italic; }
        blockquote.cta {
          clear: both;
          font-style: normal;
          background: #454b53;
          color: white;
          margin: 50px 0;
          border-radius: 5px;
          -o-border-radius: 5px;
          -ms-border-radius: 5px;
          -moz-border-radius: 5px;
          -webkit-border-radius: 5px; }
          blockquote.cta h2 {
            margin-bottom: 10px !important; }
            blockquote.cta h1, blockquote.cta h2, blockquote.cta h3, blockquote.cta h4,
            blockquote.cta p {
              color: white; }
        blockquote > :last-child {
          margin-bottom: 0; }

code {
  background: rgba(0, 0, 0, 0.1);
  font-family: monospace; }

  pre {
    background: rgba(0, 0, 0, 0.1);
    max-width: 100%;
    height: auto;
    overflow: auto;
    padding: 15px;
    font-family: monospace;
    font-size: 0.8em;
    line-height: 1.5em;
    margin-bottom: 15px; }
    pre code {
      background: transparent; }

.codesample {
  clear: both;
  margin: 10px 0 15px 0;
  max-width: 100%;
  overflow: auto; }
  .codesample table {
    margin: 0; }
    .codesample table pre, .codesample table code {
      margin: 0; }

tt, kbd, samp, code {
  font-family: monospace; }

  cite {
    font-style: italic;
    padding: 10px; }

    small {
      font-size: 70%; }

      big {
        font-size: 150%; }

        address {
          display: inline;
          font-style: italic; }

          q {
            font-style: italic; }

            var {
              font-weight: bold; }

              del {
                text-decoration: line-through; }

                .error, .errors li {
                  color: #dc4545; }

                  label.required {
                    font-weight: bold; }

                    label.required:after {
                      content: '*';
                      color: #dc4545; }

                      .right {
                        float: right; }

                        .left {
                          float: left; }

                          img.right {
                            margin: 0 0 25px 25px; }

                            img.left {
                              margin: 0 25px 25px 0; }

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

                                input[type='text'], input[type='password'], input[type='email'],
                                input[type='search'], input[type='number'], input[type='tel'], input[type='file'],
                                textarea, select {
                                  box-sizing: border-box;
                                  -moz-box-sizing: border-box;
                                  -webkit-box-sizing: border-box;
                                  transition: all 0.25s ease 0s;
                                  -o-transition: all 0.25s ease 0s;
                                  -ms-transition: all 0.25s ease 0s;
                                  -moz-transition: all 0.25s ease 0s;
                                  -webkit-transition: all 0.25s ease 0s;
                                  border: 2px solid #454b53;
                                  color: #454b53;
                                  font-family: "proxima-nova", Helvetica, Arial, sans-serif;
                                  font-size: 14px;
                                  line-height: 18px;
                                  margin: 0px;
                                  outline: none;
                                  padding: 8px;
                                  width: 100%; }
                                  input[type='text']:hover, input[type='text']:focus, input[type='password']:hover,
                                  input[type='password']:focus, input[type='email']:hover, input[type='email']:focus,
                                  input[type='search']:hover, input[type='search']:focus, input[type='number']:hover,
                                  input[type='number']:focus, input[type='tel']:hover, input[type='tel']:focus,
                                  input[type='file']:hover, input[type='file']:focus, textarea:hover, textarea:focus,
                                  select:hover, select:focus {
                                    box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
                                    -o-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
                                    -ms-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
                                    -moz-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3);
                                    -webkit-box-shadow: 0px 3px 10px rgba(0, 0, 0, 0.3); }

input[type='checkbox'], input[type='radio'] {
  margin: 0;
  padding: 0; }

  label {
    display: inline-block;
    margin: 0 0 5px 0; }

    textarea {
      height: 100px; }

      .formField {
        display: inline;
        float: left;
        height: auto;
        width: 100%;
        margin: 0 0 20px 0; }

        .help_text {
          font-size: 13px;
          opacity: 0.65; }

          section.breadcrumb {
            display: block; }
            section.breadcrumb .inner {
              color: white;
              display: block;
              margin: 0 auto;
              font-size: 13px;
              line-height: 18px;
              padding: 10px 0;
              width: 960px; }
              section.breadcrumb .inner a {
                color: #777777;
                text-decoration: none; }
                section.breadcrumb .inner a:hover {
                  color: #a7a7a7; }
                  section.breadcrumb .inner a:after {
                    content: "";
                    font-family: FontAwesome;
                    margin: 0 5px 0 10px; }

section.breadcrumb.banner {
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover; }
  section.breadcrumb.banner div.inner {
    background: rgba(23, 26, 30, 0.8);
    padding: 50px 0;
    text-align: center;
    width: 100%; }
    section.breadcrumb.banner div.inner h1, section.breadcrumb.banner div.inner h2,
    section.breadcrumb.banner div.inner h3, section.breadcrumb.banner div.inner h4,
    section.breadcrumb.banner div.inner h5, section.breadcrumb.banner div.inner h6,
    section.breadcrumb.banner div.inner p {
      color: white;
      text-align: center; }
      section.breadcrumb.banner div.inner p.crumbs {
        color: #777777; }
        @media (max-width: 680px) {
          section.breadcrumb.banner div.inner {
            padding-top: 70px;   }
}
  section.breadcrumb.banner + section.content div.inner {
    padding-bottom: 30px;
    padding-top: 40px; }
    section.breadcrumb.banner + section.content div.inner.cta {
      padding: 40px 0;
      max-width: 100%;
      width: 100%;
      text-align: center;
      background: #f4f4f4; }
      section.breadcrumb.banner + section.content div.inner.cta h2 {
        margin: 0 0 10px 0; }
        @media (max-width: 1000px) {
          section.breadcrumb.banner + section.content div.inner.cta {
            width: 100% !important;   }
}

p.crumbs {
  transition: background 0s ease 0s;
  -o-transition: background 0s ease 0s;
  -ms-transition: background 0s ease 0s;
  -moz-transition: background 0s ease 0s;
  -webkit-transition: background 0s ease 0s;
  color: #777777;
  font-size: 11px;
  line-height: 16px;
  padding: 5px 0;
  top: 0; }
  p.crumbs a {
    color: #777777;
    text-decoration: none; }
    p.crumbs a:hover {
      color: #a7a7a7; }
      p.crumbs a:after {
        content: "";
        font-family: FontAwesome;
        margin: 0 5px 0 10px; }
  p.crumbs span.crumbsInner {
    display: block;
    margin: 0 auto;
    width: 960px; }
    @media (max-width: 1000px) {
      p.crumbs span.crumbsInner {
        width: 92%;   }
}
  p.crumbs.is_stuck {
    transition: background 0.5s ease 0s;
    -o-transition: background 0.5s ease 0s;
    -ms-transition: background 0.5s ease 0s;
    -moz-transition: background 0.5s ease 0s;
    -webkit-transition: background 0.5s ease 0s;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
    background: black;
    color: #a7a7a7;
    left: 0 !important;
    z-index: 900 !important;
    width: 100% !important; }
    p.crumbs.is_stuck a {
      color: #a7a7a7; }
      @media (max-width: 680px) {
        p.crumbs.is_stuck {
          box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
          top: 50px !important;   }
}
  @media (max-width: 680px) {
    p.crumbs {
      box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
      transition: left 0.25s ease 0s;
      -o-transition: left 0.25s ease 0s;
      -ms-transition: left 0.25s ease 0s;
      -moz-transition: left 0.25s ease 0s;
      -webkit-transition: left 0.25s ease 0s;
      background: black !important;
      color: #a7a7a7;
      position: fixed;
      left: 0 !important;
      top: 50px !important;
      z-index: 900 !important;
      width: 100% !important;   }
}

body.short p.crumbs.is_stuck {
  transition: background 0.25s ease 0s, top 0.25s ease 0s;
  -o-transition: background 0.25s ease 0s, top 0.25s ease 0s;
  -ms-transition: background 0.25s ease 0s, top 0.25s ease 0s;
  -moz-transition: background 0.25s ease 0s, top 0.25s ease 0s;
  -webkit-transition: background 0.25s ease 0s, top 0.25s ease 0s;
  top: 46px !important; }
  @media (max-width: 680px) {
    body.short p.crumbs.is_stuck {
      top: 50px !important;   }
}

header.wrapper {
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
  transition: all 0.5s ease 0s;
  -o-transition: all 0.5s ease 0s;
  -ms-transition: all 0.5s ease 0s;
  -moz-transition: all 0.5s ease 0s;
  -webkit-transition: all 0.5s ease 0s;
  background: white;
  left: 0px;
  padding: 0;
  position: fixed;
  top: 0px;
  width: 100%;
  z-index: 5000; }
  header.wrapper .inner {
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    display: block;
    height: auto;
    margin: 0 auto;
    padding: 20px 0px;
    text-align: center;
    position: relative;
    width: 960px; }
    header.wrapper .inner .logo {
      background: url('/static/image/logo/fb-logo-4c.svg?f4daf36e2ddc') no-repeat center;
      background-size: contain;
      background-repeat: no-repeat;
      background-position: center;
      display: inline-block;
      float: none;
      height: 32px;
      width: 200px;
      display: inline-block;
      margin: 16px 0 0 0;
      float: left; }
      header.wrapper .inner div.supernav {
        display: inline;
        float: right;
        margin: 0;
        text-align: right; }
        header.wrapper .inner div.supernav a {
          transition: all 0.25s ease 0s;
          -o-transition: all 0.25s ease 0s;
          -ms-transition: all 0.25s ease 0s;
          -moz-transition: all 0.25s ease 0s;
          -webkit-transition: all 0.25s ease 0s;
          color: #454b53;
          font: 600 12px "proxima-nova", Helvetica, Arial, sans-serif;
          line-height: 14px;
          margin: 0 0 0 10px;
          text-decoration: none;
          text-transform: lowercase; }
          header.wrapper .inner div.supernav a:hover {
            color: #777777; }
    header.wrapper .inner nav {
      clear: right;
      display: inline;
      float: right;
      margin: 5px 0 0 0;
      text-align: right; }
      header.wrapper .inner nav li {
        transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -ms-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        margin-left: 20px; }
        header.wrapper .inner nav a {
          transition: all 0.25s ease 0s;
          -o-transition: all 0.25s ease 0s;
          -ms-transition: all 0.25s ease 0s;
          -moz-transition: all 0.25s ease 0s;
          -webkit-transition: all 0.25s ease 0s;
          color: #171a1e;
          font: 400 19px "proxima-nova", Helvetica, Arial, sans-serif;
          line-height: 24px;
          margin: 0 0 0 20px;
          text-decoration: none;
          text-transform: lowercase; }
          header.wrapper .inner nav a:hover {
            color: #777777; }
    header.wrapper .inner a.mobileMenu {
      display: none;
      font-size: 19px;
      left: 20px;
      position: absolute;
      top: 16px;
      z-index: 100; }
  @media (max-width: 680px) {
    header.wrapper {
      box-shadow: 0 0 0 transparent;
      -o-box-shadow: 0 0 0 transparent;
      -ms-box-shadow: 0 0 0 transparent;
      -moz-box-shadow: 0 0 0 transparent;
      -webkit-box-shadow: 0 0 0 transparent;
      border-bottom: 1px solid #dddddd;   }
}

body.short header.wrapper {
  box-shadow: 0 0 0 transparent;
  -o-box-shadow: 0 0 0 transparent;
  -ms-box-shadow: 0 0 0 transparent;
  -moz-box-shadow: 0 0 0 transparent;
  -webkit-box-shadow: 0 0 0 transparent;
  border-bottom: 1px solid #dddddd; }
  body.short header.wrapper .inner {
    padding: 10px 0; }
    body.short header.wrapper .inner .logo {
      margin: 0;
      height: 22px;
      width: 100px; }
      body.short header.wrapper .inner nav, body.short header.wrapper .inner div.supernav {
        clear: none;
        margin: 0; }
        body.short header.wrapper .inner nav a,
        body.short header.wrapper .inner div.supernav a {
          font-size: 15px;
          line-height: 25px;
          margin-left: 15px; }
          @media (max-width: 1000px) {
            body.short header.wrapper .inner nav a,
            body.short header.wrapper .inner div.supernav a {
              font-size: 14px;
              margin-left: 10px;   }
}
            @media (max-width: 680px) {
              body.short header.wrapper .inner nav a,
              body.short header.wrapper .inner div.supernav a {
                font-size: 19px;
                line-height: 24px;
                margin-left: 0;   }
}
    body.short header.wrapper .inner div.supernav {
      margin-left: 10px;
      opacity: 0.5; }
      @media (max-width: 680px) {
        body.short header.wrapper .inner div.supernav {
          margin-left: 0;
          opacity: 1;   }
          body.short header.wrapper .inner div.supernav a {
            font-size: 12px;
            line-height: 14px;   }
}

section.content {
  background: white; }
  section.content.cta {
    background: #f4f4f4;
    text-align: left; }
    section.content.cta > .inner {
      padding: 50px 25px; }
  section.content.line {
    background: white;
    border-top: 1px solid #a7a7a7;
    border-bottom: 1px solid #a7a7a7;
    text-align: left; }
    section.content.line > .inner {
      padding: 50px 25px; }
  section.content > .inner {
    display: block;
    margin: 0 auto;
    min-width: 960px;
    max-width: 960px;
    width: 960px;
    padding: 50px 25px; }
    section.content > .inner:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; }
      * html section.content > .inner {
        height: 1px; }
        section.content > .inner > :last-child {
          margin-bottom: 0; }
  section.content article {
    float: left;
    width: 100%; }
    section.content article.single {
      display: block;
      float: none;
      margin: 0 auto; }
      section.content article.single:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
        * html section.content article.single {
          height: 1px; }
          @media (max-width: 680px) {
            section.content article.single {
              width: 100%;
              margin-left: 0;   }
}
            section.content article.single.serviceIcon {
              position: relative; }
              section.content article.single.serviceIcon > i {
                position: absolute;
                top: 5px;
                left: -70px;
                font-size: 40px;
                line-height: 40px;
                width: 70px;
                text-align: center;
                color: #a7a7a7; }
                @media (max-width: 680px) {
                  section.content article.single.serviceIcon {
                    width: auto;
                    box-sizing: border-box;
                    -moz-box-sizing: border-box;
                    -webkit-box-sizing: border-box;
                    padding-left: 70px;   }
                    section.content article.single.serviceIcon > i {
                      left: 0;   }
}
    section.content article img {
      display: block;
      height: auto;
      max-width: 100%; }
      section.content article h2 {
        margin: 35px 0 10px 0; }
        section.content article h3 {
          margin: 25px 0 5px 0; }
          section.content article > :first-child {
            margin-top: 0; }
  section.content article + aside {
    float: right;
    width: 26%; }
    section.content aside figure {
      margin: 10px 0 10px 0; }
      section.content aside img {
        height: auto;
        max-width: 100%; }
        section.content aside a.text-button {
          background: black;
          color: white;
          overflow: hidden;
          font-family: "proxima-nova", Helvetica, Arial, sans-serif;
          font-weight: normal;
          font-size: 18px;
          line-height: 46px;
          letter-spacing: 0px;
          padding: 0;
          margin: 0px;
          outline: 0px;
          text-align: center;
          text-decoration: none;
          width: auto;
          display: block; }
          section.content aside a.text-button span {
            position: relative;
            display: inline-block;
            -webkit-transition: -webkit-transform 0.3s;
            -moz-transition: -moz-transform 0.3s;
            transition: transform 0.3s;
            padding: 0; }
            section.content aside a.text-button span:before {
              background: #ff9600;
              color: white;
              position: absolute;
              top: 100%;
              content: attr(data-hover);
              font-weight: 400;
              -webkit-transform: translate3d(0, 0, 0);
              -moz-transform: translate3d(0, 0, 0);
              transform: translate3d(0, 0, 0); }
          section.content aside a.text-button:hover span {
            -webkit-transform: translateY(-100%);
            -moz-transform: translateY(-100%);
            transform: translateY(-100%); }
          section.content aside a.text-button span {
            display: block; }
            section.content aside a.text-button span:before {
              display: block;
              font-family: FontAwesome;
              width: 100%; }
              @media (max-width: 1000px) {
                section.content aside a.text-button {
                  font-size: 14px;   }
}
                section.content aside a.text-button.phone-link-anchor {
                  display: none; }
                  @media (max-width: 680px) {
                    section.content aside a.text-button.phone-link-anchor {
                      display: block;   }
}
    section.content aside .phone-link-static {
      background: black;
      color: white;
      overflow: hidden;
      font-family: "proxima-nova", Helvetica, Arial, sans-serif;
      font-weight: normal;
      font-size: 18px;
      line-height: 46px;
      letter-spacing: 0px;
      padding: 0;
      margin: 0px;
      outline: 0px;
      text-align: center;
      text-decoration: none;
      width: auto;
      display: block; }
      section.content aside .phone-link-static span {
        position: relative;
        display: inline-block;
        -webkit-transition: -webkit-transform 0.3s;
        -moz-transition: -moz-transform 0.3s;
        transition: transform 0.3s;
        padding: 0; }
        section.content aside .phone-link-static span:before {
          background: #ff9600;
          color: white;
          position: absolute;
          top: 100%;
          content: attr(data-hover);
          font-weight: 400;
          -webkit-transform: translate3d(0, 0, 0);
          -moz-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0); }
      section.content aside .phone-link-static:hover span {
        -webkit-transform: translateY(-100%);
        -moz-transform: translateY(-100%);
        transform: translateY(-100%); }
      @media (max-width: 1000px) {
        section.content aside .phone-link-static {
          font-size: 14px;   }
}
        @media (max-width: 680px) {
          section.content aside .phone-link-static {
            display: none;   }
}
    section.content aside > div {
      border: 2px solid #171a1e;
      margin: 0 0 25px 0;
      padding: 23px; }
      section.content aside > div > p:last-child {
        margin: 0 !important; }
        section.content aside > div div.blog figure.avatar {
          float: left;
          font-size: 26px;
          height: 40px;
          line-height: 40px;
          margin: 5px 10px 20px 0;
          width: 40px; }
          section.content aside > div div.blog a {
            color: #171a1e; }
            section.content aside > div div.blog a:hover {
              color: #777777; }
        section.content aside > div div.blog p:first-child {
          margin: 0 !important; }
          section.content aside > div div.blog p.meta {
            color: #a7a7a7;
            font-size: 12px;
            line-height: 18px; }
            section.content aside > div div.blog p.blogIntro {
              font-size: 14px;
              line-height: 20px; }
      section.content aside > div.contact {
        padding: 0;
        text-align: center; }
        section.content aside > div.contact p {
          margin: 0;
          padding: 23px; }
          section.content aside > div.contact a.text-button {
            background: black;
            color: white;
            overflow: hidden;
            font-family: "proxima-nova", Helvetica, Arial, sans-serif;
            font-weight: normal;
            font-size: 18px;
            line-height: 46px;
            letter-spacing: 0px;
            padding: 0;
            margin: 0px;
            outline: 0px;
            text-align: center;
            text-decoration: none;
            width: auto;
            display: block; }
            section.content aside > div.contact a.text-button span {
              position: relative;
              display: inline-block;
              -webkit-transition: -webkit-transform 0.3s;
              -moz-transition: -moz-transform 0.3s;
              transition: transform 0.3s;
              padding: 0; }
              section.content aside > div.contact a.text-button span:before {
                background: #ff9600;
                color: white;
                position: absolute;
                top: 100%;
                content: attr(data-hover);
                font-weight: 400;
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0); }
            section.content aside > div.contact a.text-button:hover span {
              -webkit-transform: translateY(-100%);
              -moz-transform: translateY(-100%);
              transform: translateY(-100%); }
            section.content aside > div.contact a.text-button + a.text-button span:before {
              font-size: 1.5em; }
            section.content aside > div.contact a.text-button span {
              display: block; }
              section.content aside > div.contact a.text-button span:before {
                display: block;
                font-family: FontAwesome;
                width: 100%; }
                @media (max-width: 1000px) {
                  section.content aside > div.contact a.text-button {
                    font-size: 14px;   }
}
                  section.content aside > div.contact a.text-button.phone-link-anchor {
                    display: none; }
                    @media (max-width: 680px) {
                      section.content aside > div.contact a.text-button.phone-link-anchor {
                        display: block;   }
}
      section.content aside > div.archive > ul {
        list-style: none;
        padding: 0; }
        section.content aside > div.archive > ul > li {
          cursor: pointer;
          padding: 0 0 5px 30px;
          position: relative; }
          section.content aside > div.archive > ul > li:before {
            content: "";
            font-family: FontAwesome;
            font-size: 18px;
            left: 5px;
            position: absolute;
            top: 1px; }
            section.content aside > div.archive > ul > li.open:before {
              content: ""; }
              section.content aside > div.archive > ul > li ul {
                display: none;
                list-style: square; }
                section.content aside > div.archive > ul > li:hover:before {
                  color: #a7a7a7; }
                  section.content aside > div.archive > ul > li.open ul {
                    display: block; }

section.content section.serviceBoxes {
  clear: both;
  margin-bottom: 50px; }
  section.content section.serviceBoxes:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
    * html section.content section.serviceBoxes {
      height: 1px; }
      section.content section.serviceBoxes div.service {
        transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -ms-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        float: left;
        margin-left: 5%;
        height: auto;
        text-align: center;
        width: 30%; }
        section.content section.serviceBoxes div.service:first-child,
        section.content section.serviceBoxes div.service:nth-child(4n+1) {
          clear: left;
          margin-left: 0; }
          section.content section.serviceBoxes div.service h2 {
            font-weight: 300;
            font-size: 28px;
            line-height: 32px; }
            section.content section.serviceBoxes div.service i {
              display: inline-block;
              margin: 0 auto;
              padding: 20px 0 50px 0;
              font-size: 60px;
              text-align: center;
              text-decoration: none; }

.homePage {
  background: #454b53;
  background-size: 100%;
  font-family: 'proxima-nova', sans-serif;
  padding: 0 !important; }
  .homePage img.background {
    left: 0;
    position: fixed;
    top: 0px;
    min-height: 100%;
    min-width: 100%;
    z-index: 1; }
    .homePage > section {
      display: block;
      height: auto;
      min-width: 960px;
      position: relative;
      width: 100%;
      z-index: 1;
      min-height: 500px;
      padding: 50px 0px; }
      .homePage h1 {
        font-size: 65px;
        font-weight: 500;
        line-height: 90px;
        letter-spacing: -2px;
        margin: 200px 0 0 0;
        text-align: center; }
        .homePage section.content {
          background-repeat: no-repeat;
          background-size: 150%;
          height: auto;
          padding: 0;
          position: relative; }
          .homePage section.content > div.background {
            background-size: cover;
            left: 0;
            position: fixed;
            top: 0px;
            min-height: 100%;
            min-width: 100%;
            z-index: 1; }
            .homePage section.content .opacity {
              background: none repeat scroll 0 0 transparent;
              height: auto;
              position: absolute;
              width: 100%;
              z-index: 2; }
  .homePage section.inspiration {
    display: block;
    height: auto;
    min-width: 960px;
    position: relative;
    width: 100%;
    z-index: 1;
    background: white;
    height: auto;
    overflow: hidden;
    padding: 50px 0px; }
    .homePage section.inspiration h2 {
      font-size: 36px;
      font-weight: 100;
      line-height: 42px;
      letter-spacing: -1px;
      margin-bottom: 20px;
      text-align: center; }
      .homePage section.inspiration h2 + p {
        font-size: 24px;
        line-height: 30px;
        text-align: center; }
    .homePage section.inspiration #inspirationSlides {
      clear: both;
      display: block;
      height: auto;
      left: -100%;
      position: relative;
      text-align: center;
      width: 300%; }
      .homePage section.inspiration #inspirationSlides div.box {
        display: inline-block;
        height: auto;
        margin: 15px;
        padding: 0px;
        position: relative;
        width: 230px;
        vertical-align: top; }
  .homePage section.process {
    background: white;
    min-height: 0px;
    padding: 75px 0;
    position: relative;
    z-index: 100; }
    .homePage section.process .inner {
      display: block;
      margin: 0 auto;
      padding: 0px;
      text-align: left;
      width: 960px;
      width: 960px; }
      .homePage section.process .inner:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
        * html .homePage section.process .inner {
          height: 1px; }
    .homePage section.process h2 {
      display: block;
      font: 300 36px / 42px "proxima-nova", Helvetica, Arial, sans-serif;
      letter-spacing: -1px;
      margin: 0 0 8px 0;
      text-align: center; }
      .homePage section.process p {
        color: #777777;
        font: 300 22px / 30px "proxima-nova", Helvetica, Arial, sans-serif;
        margin-bottom: 35px;
        text-align: center; }
        .homePage section.process .bucket {
          display: inline;
          float: left;
          margin-left: 5%;
          width: 30%; }
          .homePage section.process .bucket p {
            color: #9d9fa2;
            font-weight: 300;
            font-size: 17px;
            line-height: 23px;
            font-family: "proxima-nova", Helvetica, Arial, sans-serif;
            margin-bottom: 8px; }
            .homePage section.process .bucket p.title {
              color: #58585a;
              font-size: 24px;
              line-height: 28px;
              margin-bottom: 4px; }
          .homePage section.process .bucket img {
            transition: all 0.25s ease 0s;
            -o-transition: all 0.25s ease 0s;
            -ms-transition: all 0.25s ease 0s;
            -moz-transition: all 0.25s ease 0s;
            -webkit-transition: all 0.25s ease 0s;
            display: block;
            height: auto;
            margin: 0 auto 15px auto;
            opacity: 0.25; }
            .homePage section.process .bucket img:hover {
              opacity: 1; }
          .homePage section.process .bucket:first-child {
            margin-left: 0; }
    .homePage section.process a:first-child .bucket {
      margin-left: 0; }
  .homePage section.blogAmino {
    display: block;
    height: auto;
    min-width: 960px;
    position: relative;
    width: 100%;
    z-index: 1;
    background: #f4f4f4;
    height: auto;
    min-height: 0;
    padding: 50px 0px;
    text-align: left; }
    .homePage section.blogAmino div.inner {
      display: block;
      margin: 0 auto;
      padding: 0px;
      text-align: left;
      width: 960px;
      width: 960px; }
      .homePage section.blogAmino div.inner:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
        * html .homePage section.blogAmino div.inner {
          height: 1px; }
    .homePage section.blogAmino h2 {
      font: 300 36px / 42px "proxima-nova", Helvetica, Arial, sans-serif;
      margin: 0 0 20px 0;
      padding: 0;
      text-align: center; }
      .homePage section.blogAmino div.blog {
        display: inline;
        float: left;
        height: auto;
        width: 100%; }
        .homePage section.blogAmino div.blog article {
          display: inline;
          float: left;
          height: auto;
          width: 100%;
          width: 48%; }
          .homePage section.blogAmino div.blog article + article {
            float: right; }
            .homePage section.blogAmino div.blog article figure.avatar {
              float: left;
              margin: 0;
              width: 90px; }
              .homePage section.blogAmino div.blog article figure.avatar + div.text {
                float: right;
                width: 75%; }
          .homePage section.blogAmino div.blog article p {
            color: #777777;
            font: 300 15px / 21px "proxima-nova", Helvetica, Arial, sans-serif;
            margin: 0 0 6px 0; }
            .homePage section.blogAmino div.blog article p.date {
              color: #777777;
              font: 400 13px / 19px "proxima-nova", Helvetica, Arial, sans-serif;
              margin: 0 0 10px 0; }
              .homePage section.blogAmino div.blog article p.title {
                color: #777777;
                font: 300 19px / 24px "proxima-nova", Helvetica, Arial, sans-serif; }
          .homePage section.blogAmino div.blog article a {
            color: #777777; }
            .homePage section.blogAmino div.blog article a:hover {
              color: #919191; }
  .homePage section.subfooter {
    display: block;
    height: auto;
    min-width: 960px;
    position: relative;
    width: 100%;
    z-index: 1;
    background: url('/static/image/optimized/video-stills-map.jpg?f4daf36e2ddc') no-repeat center;
    background-size: cover;
    height: auto;
    min-height: 0;
    padding: 0px; }
    .homePage section.subfooter div.overlay {
      background: rgba(23, 26, 30, 0.8); }
      .homePage section.subfooter > iframe {
        position: absolute;
        height: 425px;
        width: 100%;
        opacity: 0.15;
        z-index: 1; }
        .homePage section.subfooter div.inner {
          height: 275px;
          margin: 0 auto;
          padding: 75px 0;
          position: relative;
          width: 960px;
          z-index: 1000; }
          .homePage section.subfooter div.inner address {
            color: white;
            float: left;
            font-style: normal;
            width: 50%; }
            .homePage section.subfooter div.inner address > div {
              padding: 0px 50px 0 0px; }
              .homePage section.subfooter div.inner address p.h2 {
                color: white;
                font: 300 36px / 42px "proxima-nova", Helvetica, Arial, sans-serif;
                margin: 0 0 10px 0; }
                .homePage section.subfooter div.inner address p {
                  color: white;
                  font: 300 18px / 26px "proxima-nova", Helvetica, Arial, sans-serif;
                  margin: 0 0 10px 0; }
                  .homePage section.subfooter div.inner address p a {
                    font: 300 16px / 24px "proxima-nova", Helvetica, Arial, sans-serif;
                    text-decoration: underline;
                    color: white; }
                    .homePage section.subfooter div.inner address p span {
                      color: white;
                      font: 300 16px / 24px "proxima-nova", Helvetica, Arial, sans-serif; }
            .homePage section.subfooter div.inner address .social a {
              transition: all 0.25s ease 0s;
              -o-transition: all 0.25s ease 0s;
              -ms-transition: all 0.25s ease 0s;
              -moz-transition: all 0.25s ease 0s;
              -webkit-transition: all 0.25s ease 0s;
              background: white;
              color: #171a1e;
              border-radius: 50px;
              display: inline-block;
              float: none;
              font-size: 21px;
              height: 35px;
              line-height: 35px;
              margin: 15px 5px 0 0;
              text-align: center;
              width: 35px; }
              .homePage section.subfooter div.inner address .social a:hover {
                color: white; }
                .homePage section.subfooter div.inner address .social a.facebook:hover {
                  background: #3757a2; }
                  .homePage section.subfooter div.inner address .social a.twitter:hover {
                    background: #55a9e1; }
                    .homePage section.subfooter div.inner address .social a.linkedin:hover {
                      background: #0073b7; }
                      .homePage section.subfooter div.inner address .social a.github:hover {
                        background: #171515; }
                        .homePage section.subfooter div.inner address .social a.google:hover {
                          background: #dd4c39; }
          .homePage section.subfooter div.inner div.careers {
            float: right;
            width: 50%; }
            .homePage section.subfooter div.inner div.careers > div {
              background: rgba(23, 26, 30, 0.7);
              display: block;
              margin-bottom: 15px;
              padding: 20px 25px; }
              .homePage section.subfooter div.inner div.careers > div:after {
                content: ".";
                display: block;
                height: 0;
                clear: both;
                visibility: hidden; }
                * html .homePage section.subfooter div.inner div.careers > div {
                  height: 1px; }
            .homePage section.subfooter div.inner div.careers ul {
              list-style: none;
              margin: 0;
              padding: 0; }
              .homePage section.subfooter div.inner div.careers ul li {
                margin-top: 15px;
                padding: 0; }
                .homePage section.subfooter div.inner div.careers ul li a {
                  transition: all 0.25s ease 0s;
                  -o-transition: all 0.25s ease 0s;
                  -ms-transition: all 0.25s ease 0s;
                  -moz-transition: all 0.25s ease 0s;
                  -webkit-transition: all 0.25s ease 0s;
                  color: #a1a1a1;
                  background: rgba(88, 88, 90, 0.4);
                  display: block;
                  font: 400 14px / 20px "proxima-nova", Helvetica, Arial, sans-serif;
                  padding: 20px 25px;
                  text-decoration: none; }
                  .homePage section.subfooter div.inner div.careers ul li a:after {
                    content: ".";
                    display: block;
                    height: 0;
                    clear: both;
                    visibility: hidden; }
                    * html .homePage section.subfooter div.inner div.careers ul li a {
                      height: 1px; }
                      .homePage section.subfooter div.inner div.careers ul li a span {
                        color: #a1a1a1;
                        font: 300 14px / 20px "proxima-nova", Helvetica, Arial, sans-serif; }
                        .homePage section.subfooter div.inner div.careers ul li a span.title {
                          color: #e6e6e6;
                          display: block;
                          font: 300 20px / 26px "proxima-nova", Helvetica, Arial, sans-serif;
                          margin-bottom: 4px; }
                          .homePage section.subfooter div.inner div.careers ul li a span.more {
                            color: #e6e6e6; }
                  .homePage section.subfooter div.inner div.careers ul li a:hover {
                    background: rgba(23, 26, 30, 0.2); }
                .homePage section.subfooter div.inner div.careers ul li:first-child {
                  margin-top: 0px; }
            .homePage section.subfooter div.inner div.careers h2 {
              color: white;
              font: 300 36px / 42px "proxima-nova", Helvetica, Arial, sans-serif;
              margin: 0 0 10px 0; }
              .homePage section.subfooter div.inner div.careers p {
                color: #ffc066;
                font-size: 14px;
                font-weight: 300;
                line-height: 22px;
                margin: 0 0 15px 0; }
                .homePage section.subfooter div.inner div.careers p strong {
                  color: white;
                  font-size: 20px;
                  font-weight: 300; }
                  .homePage section.subfooter div.inner div.careers p a {
                    color: white; }
                    .homePage section.subfooter div.inner div.careers p:last-child {
                      margin: 0 !important; }

section.textSlide {
  display: block;
  height: auto;
  min-width: 960px;
  position: relative;
  width: 100%;
  z-index: 1;
  height: 500px;
  z-index: 10; }
  @media (max-width: 1000px) {
    section.textSlide {
      min-width: 0;   }
}
    section.textSlide div.text {
      display: block;
      padding: 100px 0 0 0;
      position: absolute;
      text-align: left;
      width: 100% !important; }
      section.textSlide div.text p {
        color: white;
        font-size: 22px;
        font-weight: normal;
        line-height: 30px;
        text-align: left; }
  section.textSlide h1 {
    color: white;
    font-size: 74px;
    font-weight: 600;
    line-height: 90px;
    letter-spacing: -2px;
    margin-top: 200px;
    text-align: center; }
    section.textSlide h2 {
      color: white;
      font: 300 40px "proxima-nova", Helvetica, Arial, sans-serif;
      line-height: 50px;
      margin: 150px auto 0;
      text-align: center; }
      section.textSlide.intro {
        height: 700px; }
        section.textSlide.intro h1 {
          margin: 150px 0 20px 0; }
          section.textSlide.intro h2 {
            font-size: 32px;
            line-height: 38px;
            margin: 0px 0 40px 0;
            letter-spacing: -0.4px; }
            section.textSlide.intro h3 {
              text-align: center; }
              section.textSlide.intro h3 a {
                color: white; }
                section.textSlide.intro h3 a:hover {
                  color: #dddddd; }
  section.textSlide.dark {
    background: rgba(23, 26, 30, 0.8);
    height: auto;
    padding: 75px 0; }
    section.textSlide.dark .inner {
      display: block;
      margin: 0 auto;
      padding: 0px;
      text-align: left;
      width: 960px;
      width: 960px; }
      section.textSlide.dark .inner:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
        * html section.textSlide.dark .inner {
          height: 1px; }
    section.textSlide.dark h2 {
      color: white;
      font: 300 36px / 42px "proxima-nova", Helvetica, Arial, sans-serif;
      margin-bottom: 20px;
      margin-top: 0; }
      @media (max-width: 1000px) {
        section.textSlide.dark h2 {
          font-size: 26px;
          line-height: 30px;   }
}
        @media (max-width: 680px) {
          section.textSlide.dark h2 {
            font-size: 22px;
            line-height: 26px;   }
}
    section.textSlide.dark p {
      color: #a7a7a7;
      font: 300 22px "proxima-nova", Helvetica, Arial, sans-serif;
      line-height: 30px;
      text-align: center; }
      @media (max-width: 1000px) {
        section.textSlide.dark p {
          font-size: 18px;
          line-height: 24px;   }
}
        @media (max-width: 680px) {
          section.textSlide.dark p {
            font-size: 16px;
            line-height: 22px;   }
}
    section.textSlide.dark div.logos {
      clear: both;
      height: auto;
      position: relative;
      text-align: center;
      margin-top: 40px;
      vertical-align: middle; }
      section.textSlide.dark div.logos:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden; }
        * html section.textSlide.dark div.logos {
          height: 1px; }
          section.textSlide.dark div.logos .project {
            transition: all 0.25s ease 0s;
            -o-transition: all 0.25s ease 0s;
            -ms-transition: all 0.25s ease 0s;
            -moz-transition: all 0.25s ease 0s;
            -webkit-transition: all 0.25s ease 0s;
            cursor: pointer;
            display: inline-block;
            margin: 0px 7px 14px 7px;
            padding-right: 0px;
            position: relative;
            vertical-align: top;
            width: auto; }
            @media (max-width: 680px) {
              section.textSlide.dark div.logos .project {
                display: block;
                width: 100%;
                clear: both;
                margin: 0 0 20px 0;
                text-decoration: none;
                text-align: center;   }
}
              section.textSlide.dark div.logos .project > img {
                transition: all 0.25s ease 0s;
                -o-transition: all 0.25s ease 0s;
                -ms-transition: all 0.25s ease 0s;
                -moz-transition: all 0.25s ease 0s;
                -webkit-transition: all 0.25s ease 0s;
                display: block;
                height: auto;
                float: left;
                opacity: 0.5;
                width: auto;
                max-width: 100%; }
                @media (max-width: 680px) {
                  section.textSlide.dark div.logos .project > img {
                    display: none;
                    float: none;   }
}
                  section.textSlide.dark div.logos .project > img.color {
                    left: 0;
                    opacity: 0;
                    position: absolute;
                    top: 0;
                    max-width: 100%;
                    z-index: 100; }
                    @media (max-width: 680px) {
                      section.textSlide.dark div.logos .project > img.color {
                        display: block;
                        opacity: 1;
                        margin: 0 auto;
                        position: static;   }
}
            section.textSlide.dark div.logos .project > div {
              transition: all 0.25s ease 0s;
              -o-transition: all 0.25s ease 0s;
              -ms-transition: all 0.25s ease 0s;
              -moz-transition: all 0.25s ease 0s;
              -webkit-transition: all 0.25s ease 0s;
              border-radius: 2px;
              -o-border-radius: 2px;
              -ms-border-radius: 2px;
              -moz-border-radius: 2px;
              -webkit-border-radius: 2px;
              background: white;
              display: block;
              height: auto;
              overflow: hidden;
              position: absolute;
              max-height: 0px;
              left: 0px;
              bottom: 95px;
              width: 200px;
              z-index: 100; }
              @media (max-width: 680px) {
                section.textSlide.dark div.logos .project > div {
                  box-sizing: border-box;
                  -moz-box-sizing: border-box;
                  -webkit-box-sizing: border-box;
                  position: static;
                  max-height: none;
                  padding: 15px;
                  clear: both;
                  background: transparent;
                  text-align: center;
                  width: 100%;   }
}
                section.textSlide.dark div.logos .project > div:before {
                  display: none;
                  content: "";
                  border-left: 10px solid transparent;
                  border-right: 10px solid transparent;
                  border-top: 10px solid white;
                  position: absolute;
                  left: 10px;
                  bottom: -10px;
                  height: 0px;
                  opacity: 0;
                  width: 0px;
                  z-index: 100; }
                  @media (max-width: 680px) {
                    section.textSlide.dark div.logos .project > div:before {
                      display: none;   }
}
              section.textSlide.dark div.logos .project > div p {
                transition: 0.25s all ease 0.25s;
                -o-transition: 0.25s all ease 0.25s;
                -ms-transition: 0.25s all ease 0.25s;
                -moz-transition: 0.25s all ease 0.25s;
                -webkit-transition: 0.25s all ease 0.25s;
                color: #777777;
                font-size: 15px;
                font-weight: 300;
                letter-spacing: 0;
                line-height: 21px;
                margin: 0;
                text-align: left;
                opacity: 0; }
                @media (max-width: 680px) {
                  section.textSlide.dark div.logos .project > div p {
                    opacity: 1;
                    color: #a7a7a7;
                    text-align: center;   }
}
                  section.textSlide.dark div.logos .project > div p span.link {
                    text-decoration: underline; }
            section.textSlide.dark div.logos .project:hover > img.color {
              opacity: 1; }
              section.textSlide.dark div.logos .project:hover > img.bw {
                opacity: 0; }
            section.textSlide.dark div.logos .project.active > img.color {
              opacity: 1; }
              section.textSlide.dark div.logos .project.active > img.bw {
                opacity: 0; }
                section.textSlide.dark div.logos .project.active > div {
                  overflow: visible;
                  max-height: 200px;
                  padding: 15px; }
                  section.textSlide.dark div.logos .project.active > div:before {
                    display: block;
                    opacity: 1; }
                    @media (max-width: 680px) {
                      section.textSlide.dark div.logos .project.active > div:before {
                        display: none;   }
}
                  section.textSlide.dark div.logos .project.active > div p {
                    opacity: 1; }
  section.textSlide.services div.bucket {
    flex: 0;
    float: left;
    margin-right: 2%;
    width: 23.5%;
    text-align: center; }
    section.textSlide.services div.bucket:last-of-type {
      margin-right: 0; }
      @media (max-width: 1000px) {
        section.textSlide.services div.bucket {
          width: 49%;
          margin-bottom: 25px;   }
          section.textSlide.services div.bucket:nth-of-type(2n) {
            margin-right: 0;   }
            section.textSlide.services div.bucket:nth-of-type(2n+1) {
              clear: left;   }
}
    @media (max-width: 680px) {
      section.textSlide.services div.bucket {
        width: 100%;
        margin-right: 0;   }
}
      @media (max-width: 680px) {
        section.textSlide.services div.bucket {
          flex: 0;   }
}
  section.textSlide.services h2, section.textSlide.services h3 {
    margin-top: 0;
    text-align: center; }
    section.textSlide.services h2 {
      margin-bottom: 25px; }
      section.textSlide.services h3 {
        color: white; }
        section.textSlide.services li {
          color: #a7a7a7; }
          section.textSlide.services a, section.textSlide.services i {
            color: white; }
  section.textSlide aside {
    background: #ff9600;
    color: white;
    display: inline-block;
    font-weight: bold;
    font-size: 30px;
    line-height: 40px;
    padding: 5px 15px;
    position: absolute;
    top: 25%;
    right: 0%;
    z-index: 10; }

.services {
  -webkit-flex-direction: row;
  flex-direction: row;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }
  .services:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
    * html .services {
      height: 1px; }
      .services div.bucket {
        -webkit-box-flex: 1;
        -moz-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
        flex: 1 1 25%;
        text-align: center; }
        @media (max-width: 680px) {
          .services div.bucket {
            flex: 1 1 50%;   }
}
          .services div.bucket > a {
            display: block;
            text-decoration: none; }
            .services div.bucket > a h3 {
              text-decoration: underline; }
              .services div.bucket > a:hover h3 {
                text-decoration: none; }
            .services div.bucket > a i {
              text-decoration: none; }
        .services div.bucket:last-of-type {
          margin-right: 0; }
          .services div.bucket i {
            display: block;
            margin: 0 auto;
            text-align: center;
            font-size: 60px;
            line-height: 100px; }
            .services div.bucket ul {
              margin: 0;
              padding: 0;
              list-style: none; }
              .services div.bucket ul li {
                border-top: 1px solid rgba(255, 255, 255, 0.25);
                margin: 0;
                font-size: 14px;
                line-height: 18px;
                padding: 10px 0; }

section.inspiration {
  text-align: center;
  padding-bottom: 100px; }
  section.inspiration h2 {
    margin-bottom: 50px; }
    section.inspiration div.swipeshow {
      width: 20%;
      height: 120px;
      margin: 0 40%;
      overflow: visible !important;
      z-index: 100; }
      @media (max-width: 680px) {
        section.inspiration div.swipeshow {
          width: 33.33%;
          margin: 0 33.33%;   }
}
        section.inspiration div.swipeshow div.slides {
          text-align: center;
          width: 100%; }
          section.inspiration div.swipeshow div.slides img {
            display: block;
            margin: 0 auto;
            max-width: 90%;
            width: 180px; }

section.content article div.logoSoup img {
  display: inline-block !important;
  margin: 10px;
  max-width: calc(50% - 25px); }

figure.avatar {
  background: #171a1e;
  color: white;
  float: left;
  font-size: 12px;
  font-weight: bold;
  height: 90px;
  line-height: 20px;
  margin: 5px 20px 0 0;
  text-align: center;
  text-transform: uppercase;
  width: 90px; }
  figure.avatar i {
    display: block;
    font-size: 50px;
    line-height: 50px;
    margin-top: 10px;
    font-weight: normal; }
    @media (max-width: 680px) {
      figure.avatar i {
        font-size: 20px;
        line-height: 20px;
        margin-bottom: 10px;   }
}

section.content article div.blog {
  display: inline;
  float: left;
  height: auto;
  width: 100%;
  border-bottom: 2px solid #dddddd;
  margin: 0 0 25px 0;
  padding-bottom: 25px; }
  section.content article div.blog figure.avatar {
    float: left;
    margin: 5px 20px 0 0;
    width: 90px; }
    section.content article div.blog figure.avatar + div.text {
      float: right;
      width: 550px; }
  section.content article div.blog p.title {
    font-size: 20px;
    line-height: 26px;
    font-weight: 300;
    margin: 0 0 5px 0 !important; }
    section.content article div.blog p.date {
      color: #a7a7a7;
      font-size: 13px;
      line-height: 16px;
      margin: 0 0 10px 0 !important; }

.workLanding section.content {
  padding: 40px 0 0 0;
  text-align: center; }
  .workLanding section.content:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
    * html .workLanding section.content {
      height: 1px; }
      .workLanding section.content > .inner {
        padding-bottom: 0;
        max-width: 1000px;
        padding-top: 0 !important;
        width: 1000px; }
        .workLanding section.content .work-box {
          float: left;
          margin: 10px;
          position: relative;
          overflow: hidden; }
          @media (max-width: 680px) {
            .workLanding section.content .work-box {
              margin: 0 0 30px 0;
              width: 100%;   }
}
            .workLanding section.content .work-box.size-1x1 {
              height: 225px;
              width: 225px; }
              @media (max-width: 680px) {
                .workLanding section.content .work-box.size-1x1 {
                  width: 100%;   }
}
                .workLanding section.content .work-box.size-1x1:hover {
                  transition: all 1s ease 0s;
                  -o-transition: all 1s ease 0s;
                  -ms-transition: all 1s ease 0s;
                  -moz-transition: all 1s ease 0s;
                  -webkit-transition: all 1s ease 0s; }
                  .workLanding section.content .work-box.size-1x1:hover .name {
                    bottom: 0px;
                    top: auto; }
          .workLanding section.content .work-box.size-2x1 {
            height: 225px;
            width: 470px; }
            @media (max-width: 680px) {
              .workLanding section.content .work-box.size-2x1 {
                width: 100%;   }
}
              .workLanding section.content .work-box.size-2x1 .logo,
              .workLanding section.content .work-box.size-2x1 .name,
              .workLanding section.content .work-box.size-2x1 .screenshot,
              .workLanding section.content .work-box.size-2x1 .cta {
                width: 470px; }
                @media (max-width: 680px) {
                  .workLanding section.content .work-box.size-2x1 .logo,
                  .workLanding section.content .work-box.size-2x1 .name,
                  .workLanding section.content .work-box.size-2x1 .screenshot,
                  .workLanding section.content .work-box.size-2x1 .cta {
                    width: 100%;   }
}
          .workLanding section.content .work-box.size-1x2 {
            height: 470px;
            width: 225px; }
            @media (max-width: 680px) {
              .workLanding section.content .work-box.size-1x2 {
                width: 100%;   }
}
              .workLanding section.content .work-box.size-1x2 .logo,
              .workLanding section.content .work-box.size-1x2 .name,
              .workLanding section.content .work-box.size-1x2 .screenshot,
              .workLanding section.content .work-box.size-1x2 .cta {
                height: 470px; }
                .workLanding section.content .work-box.size-1x2 .screenshot {
                  line-height: 425px;
                  display: block; }
                  .workLanding section.content .work-box.size-1x2:hover {
                    transition: all 1s ease 0s;
                    -o-transition: all 1s ease 0s;
                    -ms-transition: all 1s ease 0s;
                    -moz-transition: all 1s ease 0s;
                    -webkit-transition: all 1s ease 0s; }
          .workLanding section.content .work-box.size-2x2 {
            height: 470px;
            width: 470px; }
            @media (max-width: 680px) {
              .workLanding section.content .work-box.size-2x2 {
                width: 100%;   }
}
              .workLanding section.content .work-box.size-2x2 .logo,
              .workLanding section.content .work-box.size-2x2 .name,
              .workLanding section.content .work-box.size-2x2 .screenshot,
              .workLanding section.content .work-box.size-2x2 .cta {
                height: 470px;
                width: 470px; }
                @media (max-width: 680px) {
                  .workLanding section.content .work-box.size-2x2 .logo,
                  .workLanding section.content .work-box.size-2x2 .name,
                  .workLanding section.content .work-box.size-2x2 .screenshot,
                  .workLanding section.content .work-box.size-2x2 .cta {
                    width: 100%;   }
}
            .workLanding section.content .work-box.size-2x2 .screenshot {
              line-height: 425px; }
          .workLanding section.content .work-box.case-study {
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            border-bottom: 3px solid #171a1e; }
            .workLanding section.content .work-box.case-study .name {
              box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
              -o-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
              -ms-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
              -moz-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
              -webkit-box-shadow: 0px -2px 4px rgba(0, 0, 0, 0.1);
              bottom: -40px;
              height: auto;
              top: auto;
              padding-bottom: 55px; }
              .workLanding section.content .work-box.case-study .cta {
                bottom: -40px;
                height: 40px !important;
                font-size: 14px;
                height: 40px;
                line-height: 40px; }
                .workLanding section.content .work-box.case-study:hover .name {
                  bottom: 0px;
                  top: auto; }
                  .workLanding section.content .work-box.case-study:hover .cta {
                    bottom: 0px; }
          .workLanding section.content .work-box a {
            display: block; }
            .workLanding section.content .work-box a.inactive {
              cursor: default !important; }
              .workLanding section.content .work-box a.inactive .cta {
                background: #777777 !important; }
                .workLanding section.content .work-box a.inactive .cta i {
                  display: none !important; }
          .workLanding section.content .work-box .logo,
          .workLanding section.content .work-box .name,
          .workLanding section.content .work-box .screenshot,
          .workLanding section.content .work-box .cta {
            transition: all 0.5s ease 0s;
            -o-transition: all 0.5s ease 0s;
            -ms-transition: all 0.5s ease 0s;
            -moz-transition: all 0.5s ease 0s;
            -webkit-transition: all 0.5s ease 0s;
            position: absolute;
            top: 0;
            width: 225px;
            height: 225px;
            text-align: left; }
            @media (max-width: 680px) {
              .workLanding section.content .work-box .logo,
              .workLanding section.content .work-box .name,
              .workLanding section.content .work-box .screenshot,
              .workLanding section.content .work-box .cta {
                width: 100%;   }
}
          .workLanding section.content .work-box div.name {
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            background: white;
            bottom: -100px;
            height: auto !important;
            opacity: 1;
            padding: 15px 15px 45px 15px;
            top: auto;
            z-index: 5; }
            .workLanding section.content .work-box div.name p {
              color: black;
              margin: 0;
              font-size: 14px; }
              .workLanding section.content .work-box div.name p.title {
                font-size: 18px;
                font-weight: bold;
                line-height: 25px; }
          .workLanding section.content .work-box div.cta {
            box-sizing: border-box;
            -moz-box-sizing: border-box;
            -webkit-box-sizing: border-box;
            background: black;
            bottom: -30px;
            color: white;
            height: 30px !important;
            font-size: 13px;
            height: 30px;
            line-height: 30px;
            padding-right: 8px;
            margin: 0;
            text-align: right;
            top: auto;
            z-index: 500; }
            .workLanding section.content .work-box .logo {
              background-color: #E2E2E2;
              background-repeat: no-repeat;
              background-position: center;
              background-size: contain;
              z-index: 100;
              left: 0;
              opacity: 1; }
              .workLanding section.content .work-box .screenshot {
                background-size: cover;
                background-repeat: no-repeat;
                background-position: center;
                color: white;
                line-height: 200px;
                text-align: center;
                z-index: 1; }
                .workLanding section.content .work-box .screenshot div.bgfade {
                  transition: all 0.5s ease 0.5s;
                  -o-transition: all 0.5s ease 0.5s;
                  -ms-transition: all 0.5s ease 0.5s;
                  -moz-transition: all 0.5s ease 0.5s;
                  -webkit-transition: all 0.5s ease 0.5s;
                  background: transparent;
                  color: #a7a7a7;
                  font-size: 14px;
                  height: 100%;
                  text-align: center;
                  width: 100%; }
          .workLanding section.content .work-box:hover .logo {
            opacity: 0;
            transition: all 0.25s ease 0s;
            -o-transition: all 0.25s ease 0s;
            -ms-transition: all 0.25s ease 0s;
            -moz-transition: all 0.25s ease 0s;
            -webkit-transition: all 0.25s ease 0s; }
            .workLanding section.content .work-box:hover .name {
              bottom: 0;
              top: auto;
              transition: all 0.5s ease 0;
              -o-transition: all 0.5s ease 0;
              -ms-transition: all 0.5s ease 0;
              -moz-transition: all 0.5s ease 0;
              -webkit-transition: all 0.5s ease 0; }
              .workLanding section.content .work-box:hover .cta {
                transition: all 0.5s ease 0s;
                -o-transition: all 0.5s ease 0s;
                -ms-transition: all 0.5s ease 0s;
                -moz-transition: all 0.5s ease 0s;
                -webkit-transition: all 0.5s ease 0s;
                bottom: 0px; }
                .workLanding section.content .work-box:hover .screenshot .bgfade {
                  transition: all 0.5s ease 0.5s;
                  -o-transition: all 0.5s ease 0.5s;
                  -ms-transition: all 0.5s ease 0.5s;
                  -moz-transition: all 0.5s ease 0.5s;
                  -webkit-transition: all 0.5s ease 0.5s;
                  background: rgba(0, 0, 0, 0.5); }

.homePage section.inspiration div.portfolioItem {
  transition: all 0.25s ease 0s;
  -o-transition: all 0.25s ease 0s;
  -ms-transition: all 0.25s ease 0s;
  -moz-transition: all 0.25s ease 0s;
  -webkit-transition: all 0.25s ease 0s;
  box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  -o-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  -ms-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  -moz-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  -webkit-box-shadow: 0px 2px 10px rgba(0, 0, 0, 0.1);
  opacity: 0.75 !important; }
  .homePage section.inspiration div.portfolioItem a {
    text-decoration: none; }
    .homePage section.inspiration div.portfolioItem img {
      height: auto;
      width: 100%; }
      .homePage section.inspiration div.portfolioItem div.text {
        box-sizing: border-box;
        -moz-box-sizing: border-box;
        -webkit-box-sizing: border-box;
        background: white;
        bottom: -100px;
        height: auto !important;
        opacity: 1;
        padding: 15px;
        text-align: left;
        text-decoration: none;
        z-index: 5; }
        .homePage section.inspiration div.portfolioItem div.text p {
          color: black;
          margin: 0 !important;
          font-size: 14px;
		  }
          .homePage section.inspiration div.portfolioItem div.text p.title {
            font-size: 18px;
            font-weight: bold;
            line-height: 25px; 
			}
  .homePage section.inspiration div.portfolioItem:hover {
    box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.3);
    -o-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.3);
    -ms-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0px 10px 24px rgba(0, 0, 0, 0.3);
    opacity: 1 !important;
	}

.connected-carousels {
  background: #f4f4f4;
  margin: 0;
  overflow: hidden;
  padding: 30px 0;
  width: 100%;
  }
  .connected-carousels:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
    * html .connected-carousels {
      height: 1px;
	  }
      .connected-carousels .carousel {
        position: relative;
		}
        .connected-carousels .carousel:after {
          content: ".";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden;
		  }
          * html .connected-carousels .carousel {
            height: 1px;
			}
  .connected-carousels div.thumbs {
    margin: 0 auto;
    width: 90%; 
	}
    .connected-carousels div.thumbs:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden;
	  }
      * html .connected-carousels div.thumbs {
        height: 1px;
		}
        .connected-carousels div.thumbs ul {
          list-style: none;
          margin: 0;
          padding: 0; 
		  }
          .connected-carousels div.thumbs ul li {
            transition: all 0.25s ease 0s;
            -o-transition: all 0.25s ease 0s;
            -ms-transition: all 0.25s ease 0s;
            -moz-transition: all 0.25s ease 0s;
            -webkit-transition: all 0.25s ease 0s;
            cursor: pointer;
            display: inline;
            float: left;
            position: relative;
            text-align: center;
            width: 16%;
			}
            .connected-carousels div.thumbs ul li p {
              color: #171a1e;
              display: block;
              float: none;
              opacity: 0.6;
              text-align: center;
              width: auto;
			  }
              .connected-carousels div.thumbs ul li .line {
                border-top: 2px solid #a7a7a7;
                font-size: 0px;
                height: 1px;
                left: 0px;
                line-height: 0px;
                position: absolute;
                top: 50px;
                width: 100%;
                z-index:0;
				}
                .connected-carousels div.thumbs ul li .icon {
                  color: #171a1e;
                  background: transparent;
                  display: inline-block;
                  font-weight: bold;
                  font-size: 14px;
                  height: 64px;
                  letter-spacing: 0;
                  margin: 0 auto;
                  opacity: 0.6;
                  position: relative;
                  text-align: center;
                  width: 53px;
                  z-index: 250;
				  }
                  .connected-carousels div.thumbs ul li .icon img {
                    margin: 4px auto 0; 
					}
            .connected-carousels div.thumbs ul li:hover .icon,
            .connected-carousels div.thumbs ul li:hover p {
              opacity: 0.8;
			  }
            .connected-carousels div.thumbs ul li.active .icon,
            .connected-carousels div.thumbs ul li.active p {
              opacity: 1; 
			  }
            .connected-carousels div.thumbs ul li.completed .line {
              opacity: 1;
			  }
  .connected-carousels div.slides {
    margin: 0 auto;
    max-width: 600px;
    position: relative;
    width: 96%;
	}
    .connected-carousels div.slides ul {
      list-style: none;
      margin: 0;
      padding: 0;
      position: relative;
      width: 20000em;
	  }
      .connected-carousels div.slides ul li {
        transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -ms-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        display: block !important;
        float: left;
        height: 150px;
        line-height: 22px;
        margin: 0;
        opacity: 0.2;
        padding: 20px 3px;
        width: 480px;
		}
        .connected-carousels div.slides ul li img {
          display: inline;
          float: left;
          margin-right: 25px;
		  }
          .connected-carousels div.slides ul li p {
            margin-top: 5px;
            font-weight: 300;
            text-align: left; 
			}
            .connected-carousels div.slides ul li span {
              color: #171a1e;
              display: block;
              font-weight: 300;
              font-size: 26px;
              line-height: 32px;
              margin-bottom: 10px; 
			  }
              .connected-carousels div.slides ul li.active {
                opacity: 1;
				}

div.stat {
  display: inline;
  float: left;
  height: auto;
  width: 100%;
  padding: 0 2% 0 0;
  width: 18%; 
  }
  div.stat:nth-child(5n) {
    padding: 0;
    width: 20%; 
	}
    div.stat.agent {
      padding: 0;
      width: 100%; 
	  }

p.fieldSupport {
  margin-bottom: 15px; 
  }
  p.fieldSupport:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
	}
    * html p.fieldSupport {
      height: 1px; 
	  }
      p.fieldSupport input[type='text'] {
        float: left;
        width: 72%; 
		}
        p.fieldSupport input[type='submit'] {
          float: right;
          padding: 9px 0;
          width: 23%;
		  }

div.sitemap {
  display: inline;
  float: left;
  margin: 0 5% 20px 0;
  font-weight: 300;
  width: 30%; 
  }
  div.sitemap:last-child {
    margin-right: 0;
	}
    div.sitemap ul {
      font-size: 14px; 
	  }
      div.sitemap ul ul {
        font-size: 13px;
		}

img.cheshire {
  max-width: 100px;
  display: block;
  margin: 30px auto 20px;
  }

section.cta {
    text-align: center; 
	}

body.contactUs a:after {
      display: none;
	  }
body.contactUs section.banner > .inner:after {
        content: ".";
        display: block;
        height: 0;
        clear: both;
        visibility: hidden;
		}
* html body.contactUs section.banner > .inner {
          height: 1px;
		  }
body.contactUs section.banner > .inner h1 {
            margin-bottom: 50px;
            padding: 0 25px;
			}
body.contactUs section.banner > .inner .contactWrapper {
              display: block;
              margin: 0 auto;
              max-width: 960px;
              padding: 0 25px;
			  }
body.contactUs section.banner > .inner .contactBits {
                margin: 0 auto;
                width: 47.5%;
                float: right;
				}
body.contactUs section.banner > .inner .contactBits:after {
                  content: ".";
                  display: block;
                  height: 0;
                  clear: both;
                  visibility: hidden;
				  }
* html body.contactUs section.banner > .inner .contactBits {
                    height: 1px;
					}
@media (max-width: 680px) {
       body.contactUs section.banner > .inner .contactBits {
                        width: 100%;
                        float: left;
	   }
}
body.contactUs section.banner > .inner .contactBits > div {
                        display: inline;
                        float: left;
                        height: auto;
                        width: 100%;
                        box-sizing: border-box;
                        -moz-box-sizing: border-box;
                        -webkit-box-sizing: border-box;
                        text-align: left;
                        margin-bottom: 25px;
}
body.contactUs section.banner > .inner .contactBits > div p {
                          text-align: left;
}
body.contactUs section.banner > .inner .contactBits > div a {
                            color: white;
                            display: inline-block;
                            padding-left: 80px;
                            position: relative;
}
@media (max-width: 1000px) {
       body.contactUs section.banner > .inner .contactBits > div a {
                     padding-left: 60px; 
  }
}
       body.contactUs section.banner > .inner .contactBits > div a i {
                                border-radius: 100px;
                                -o-border-radius: 100px;
                                -ms-border-radius: 100px;
                                -moz-border-radius: 100px;
                                -webkit-border-radius: 100px;
                                transition: all 0.25s ease 0s;
                                -o-transition: all 0.25s ease 0s;
                                -ms-transition: all 0.25s ease 0s;
                                -moz-transition: all 0.25s ease 0s;
                                -webkit-transition: all 0.25s ease 0s;
                                background: transparent;
                                border: 2px solid rgba(255, 255, 255, 0.25);
                                color: white;
                                display: block;
                                text-align: center;
                                height: 60px;
                                width: 60px;
                                line-height: 60px;
                                text-decoration: none !important;
                                position: absolute;
                                top: 0;
                                left: 0;
                                z-index: 10;
}
@media (max-width: 1000px) {
        body.contactUs section.banner > .inner .contactBits > div a i {
                                    width: 40px;
                                    height: 40px;
                                    line-height: 40px;
  }
}
  body.contactUs section.banner > .inner .contactBits > div a i > span.dot {
                                    transition: all 0.25s ease 0s;
                                    -o-transition: all 0.25s ease 0s;
                                    -ms-transition: all 0.25s ease 0s;
                                    -moz-transition: all 0.25s ease 0s;
                                    -webkit-transition: all 0.25s ease 0s;
                                    width: 1px;
                                    height: 1px;
                                    background: #ff9600;
                                    position: absolute;
                                    top: 50%;
                                    left: 50%;
                                    opacity: 0;
                                    z-index: 1;
  }
 body.contactUs section.banner > .inner .contactBits > div a i:before {
                                      position: relative;
                                      z-index: 20;
 }
 body.contactUs section.banner > .inner .contactBits > div a span:not(.dot) {
                              transition: all 0.25s ease 0s;
                              -o-transition: all 0.25s ease 0s;
                              -ms-transition: all 0.25s ease 0s;
                              -moz-transition: all 0.25s ease 0s;
                              -webkit-transition: all 0.25s ease 0s;
                              display: inline-block;
                              font-size: 40px;
                              line-height: 40px;
                              vertical-align: top;
                              font-weight: 300;
                              opacity: 0.5;
                              padding-top: 10px;
 }
 @media (max-width: 1000px) {
 body.contactUs section.banner > .inner .contactBits > div a span:not(.dot) {
                                  font-size: 24px;
                                  line-height: 30px;
                                  padding-top: 5px
   }
}
 body.contactUs section.banner > .inner .contactBits > div a:hover {
                              text-decoration: underline;
 }
 body.contactUs section.banner > .inner .contactBits > div a:hover span:not(.dot) {
                                opacity: 1; 
 }
 body.contactUs section.banner > .inner .contactBits > div a:hover i {
                                  border-color: #ff9600;
}
 body.contactUs section.banner > .inner .contactBits > div a:hover i > span.dot {
                                    transform: scale(65);
                                    -o-transform: scale(65);
                                    -ms-transform: scale(65);
                                    -moz-transform: scale(65);
                                    -webkit-transform: scale(65);
                                    opacity: 1;
 }
@media (max-width: 680px) {
  body.contactUs section.banner > .inner .contactBits > div a:hover i > span.dot {
                                        transform: scale(45);
                                        -o-transform: scale(45);
                                        -ms-transform: scale(45);
                                        -moz-transform: scale(45);
                                        -webkit-transform: scale(45);
 }
}
body.contactUs section.banner > .inner div.contact_form {
        width: 47.5%;
        text-align: left;
        float: left;
}
@media (max-width: 680px) {
          body.contactUs section.banner > .inner div.contact_form {
            padding-top: 50px;
            border-top: 2px solid rgba(255, 255, 255, 0.5);
            width: 100%;
            float: left;
 }
}
body.contactUs section.banner > .inner div.contact_form .formField label {
            float: left;
            width: 100px;
            line-height: 38px; 
}
@media (max-width: 1000px) {
body.contactUs section.banner > .inner div.contact_form .formField label {
                width: 100%;
                line-height: 1.5;
  }
}
 body.contactUs section.banner > .inner div.contact_form .formField input[type='text'],
 body.contactUs section.banner > .inner div.contact_form .formField input[type='password'],
 body.contactUs section.banner > .inner div.contact_form .formField input[type='email'],
 body.contactUs section.banner > .inner div.contact_form .formField input[type='search'],
 body.contactUs section.banner > .inner div.contact_form .formField input[type='number'],
 body.contactUs section.banner > .inner div.contact_form .formField input[type='tel'],
 body.contactUs section.banner > .inner div.contact_form .formField input[type='file'],
 body.contactUs section.banner > .inner div.contact_form .formField textarea {
            float: left;
            width: calc(100% - 100px);
}
@media (max-width: 1000px) {
              body.contactUs section.banner > .inner div.contact_form .formField input[type='text'],
              body.contactUs section.banner > .inner div.contact_form .formField input[type='password'],
              body.contactUs section.banner > .inner div.contact_form .formField input[type='email'],
              body.contactUs section.banner > .inner div.contact_form .formField input[type='search'],
              body.contactUs section.banner > .inner div.contact_form .formField input[type='number'],
              body.contactUs section.banner > .inner div.contact_form .formField input[type='tel'],
              body.contactUs section.banner > .inner div.contact_form .formField input[type='file'],
              body.contactUs section.banner > .inner div.contact_form .formField textarea {
                width: 100%; 
	}
}
        body.contactUs section.banner > .inner div.contact_form input[type='text'],
        body.contactUs section.banner > .inner div.contact_form input[type='password'],
        body.contactUs section.banner > .inner div.contact_form input[type='email'],
        body.contactUs section.banner > .inner div.contact_form input[type='search'],
        body.contactUs section.banner > .inner div.contact_form input[type='number'],
        body.contactUs section.banner > .inner div.contact_form input[type='tel'],
        body.contactUs section.banner > .inner div.contact_form input[type='file'],
        body.contactUs section.banner > .inner div.contact_form textarea {
          background: transparent;
          border-color: rgba(255, 255, 255, 0.25);
          color: white; }
          body.contactUs section.banner > .inner div.contact_form input[type='text']:focus,
          body.contactUs section.banner > .inner div.contact_form input[type='password']:focus,
          body.contactUs section.banner > .inner div.contact_form input[type='email']:focus,
          body.contactUs section.banner > .inner div.contact_form input[type='search']:focus,
          body.contactUs section.banner > .inner div.contact_form input[type='number']:focus,
          body.contactUs section.banner > .inner div.contact_form input[type='tel']:focus,
          body.contactUs section.banner > .inner div.contact_form input[type='file']:focus,
          body.contactUs section.banner > .inner div.contact_form textarea:focus {
            border-color: white;
		}
        body.contactUs section.banner > .inner div.contact_form input[type='submit'] {
          background: rgba(0, 0, 0, 0.5);
          margin: 0;
	  }
body.contactUs section.banner > .inner div.contact_form input[type='submit']:hover {
            background: black;
			}
@media (max-width: 1000px) {
              body.contactUs section.banner > .inner div.contact_form input[type='submit'] {
                width: 100%; 
  }
}
body.contactUs footer {
      clear: both;
}

body.landingPage div.workrow div.project > img {
  -webkit-filter: grayscale(100%);
  filter: grayscale(100%);
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); }
body.landingPage h2 {
  margin-bottom: 30px;
 }
  body.landingPage h2.caseStudyHeader {
    background: #f4f4f4;
    margin: 0;
    padding: 50px 0;
	}
    body.landingPage .caseStudies {
      position: relative; }
      body.landingPage .caseStudies > a {
        color: white;
        position: absolute;
        top: 40%;
        left: 2.5%;
        z-index: 9999;
        font-size: 100px;
        opacity: 0.5; }
        @media (max-width: 1000px) {
          body.landingPage .caseStudies > a {
            font-size: 75px;   }
}
          @media (max-width: 680px) {
            body.landingPage .caseStudies > a {
              font-size: 50px;   }
}
            body.landingPage .caseStudies > a.slideshow-next {
              left: auto;
              right: 2.5%; }
              body.landingPage .caseStudies > a:hover {
                opacity: 1; }
      body.landingPage .caseStudies .slide.inner {
        -webkit-transform-style: preserve-3d;
        -moz-transform-style: preserve-3d;
        transform-style: preserve-3d;
        background: black;
        height: 450px;
        position: relative;
        padding: 0 !important;
        overflow: hidden;
        width: 100%; }
        @media (max-width: 1000px) {
          body.landingPage .caseStudies .slide.inner {
            width: 100% !important;   }
}
          @media (max-width: 680px) {
            body.landingPage .caseStudies .slide.inner {
              width: 100% !important;   }
}
            body.landingPage .caseStudies .slide.inner div.background {
              -webkit-filter: blur(20px);
              -moz-filter: blur(20px);
              -ms-filter: blur(20px);
              -o-filter: blur(20px);
              filter: url("data:image/svg+xml;utf8,<svg height='0' xmlns='http://www.w3.org/2000/svg'><filter id='svgBlur' x='-5%' y='-5%' width='110%' height='110%'><feGaussianBlur in='SourceGraphic' stdDeviation='20'/></filter></svg>#svgBlur");
              filter: blur(20px);
              background-position: center;
              background-size: cover;
              background-repeat: no-repeat;
              position: relative;
              position: absolute;
              width: 110%;
              left: -5%;
              height: 110%;
              top: -5%;
              z-index: -1;
              opacity: 0.5; }
              body.landingPage .caseStudies .slide.inner div.background.ie {
                opacity: 0.1; }
        body.landingPage .caseStudies .slide.inner div.foreground {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          box-sizing: border-box;
          -moz-box-sizing: border-box;
          -webkit-box-sizing: border-box;
          padding: 0;
          max-width: 960px;
          width: 90%;
          margin: 0 auto;
          padding-left: 500px;
          z-index: 100; }
          @media (max-width: 1000px) {
            body.landingPage .caseStudies .slide.inner div.foreground {
              font-size: 14px;
              line-height: 20px;
              width: 80%;
              padding-left: 300px;   }
}
            @media (max-width: 680px) {
              body.landingPage .caseStudies .slide.inner div.foreground {
                font-size: 13px;
                line-height: 20px;
                width: 80%;
                padding-left: 0;   }
}
              body.landingPage .caseStudies .slide.inner div.foreground > img {
                transition: all 0.5s ease 1s;
                -o-transition: all 0.5s ease 1s;
                -ms-transition: all 0.5s ease 1s;
                -moz-transition: all 0.5s ease 1s;
                -webkit-transition: all 0.5s ease 1s;
                border-radius: 3px 3px 0 0;
                -o-border-radius: 3px 3px 0 0;
                -ms-border-radius: 3px 3px 0 0;
                -moz-border-radius: 3px 3px 0 0;
                -webkit-border-radius: 3px 3px 0 0;
                box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
                -o-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
                -ms-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
                -moz-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
                -webkit-box-shadow: 0px 2px 6px rgba(0, 0, 0, 0.5);
                position: absolute;
                float: left;
                bottom: -50px;
                left: 0;
                max-width: 430px;
                height: auto;
                margin: 0;
                opacity: 0; }
                @media (max-width: 1000px) {
                  body.landingPage .caseStudies .slide.inner div.foreground > img {
                    max-width: 280px;   }
}
                  @media (max-width: 680px) {
                    body.landingPage .caseStudies .slide.inner div.foreground > img {
                      display: none;   }
}
          body.landingPage .caseStudies .slide.inner div.foreground h1,
          body.landingPage .caseStudies .slide.inner div.foreground h2,
          body.landingPage .caseStudies .slide.inner div.foreground h3,
          body.landingPage .caseStudies .slide.inner div.foreground h4,
          body.landingPage .caseStudies .slide.inner div.foreground p {
            color: white;
            clear: left;
            padding: 4px 8px;
            margin: 0;
            display: block;
            width: auto; }
            body.landingPage .caseStudies .slide.inner div.foreground .tags {
              background: transparent;
              font-size: 9px;
              line-height: 18px;
              text-transform: uppercase;
              font-weight: bold;
              margin-left: -4px; }
              body.landingPage .caseStudies .slide.inner div.foreground .tags span {
                border-radius: 2px;
                -o-border-radius: 2px;
                -ms-border-radius: 2px;
                -moz-border-radius: 2px;
                -webkit-border-radius: 2px;
                background: white;
                color: #171a1e;
                margin: 0 4px 4px;
                padding: 0 4px;
                display: inline-block; }
        body.landingPage .caseStudies .slide.inner.cycle-slide-active div.foreground > img {
          position: relative;
          top: 50%;
          -webkit-transform: translateY(-50%);
          -ms-transform: translateY(-50%);
          transform: translateY(-50%);
          position: absolute;
          bottom: auto;
          opacity: 1; }
body.landingPage section.content section.textSlide.openSource {
  background: #f4f4f4 !important; }
  body.landingPage section.content section.textSlide.openSource h1,
  body.landingPage section.content section.textSlide.openSource h2,
  body.landingPage section.content section.textSlide.openSource h3,
  body.landingPage section.content section.textSlide.openSource h4,
  body.landingPage section.content section.textSlide.openSource p {
    color: #454b53; }
    body.landingPage section.content section.textSlide.openSource p {
      color: #777777; }
      body.landingPage section.content section.textSlide.openSource div.logos .project > img.color {
        opacity: 0.667; }
        body.landingPage section.content section.textSlide.openSource div.logos .project > img.bw {
          opacity: 0; }
          body.landingPage section.content section.textSlide.openSource div.logos .project:hover > img.color {
            opacity: 1; }
            body.landingPage section.content section.textSlide.openSource div.logos .project:hover > img.bw {
              opacity: 0; }

div.bigForm {
  transition: top 500ms ease 0s;
  -o-transition: top 500ms ease 0s;
  -ms-transition: top 500ms ease 0s;
  -moz-transition: top 500ms ease 0s;
  -webkit-transition: top 500ms ease 0s;
  position: fixed;
  width: 100%;
  height: 100%;
  background: #171a1e;
  z-index: 9999;
  top: 100%;
  left: 0;
  overflow: auto; }
  div.bigForm a.formClose {
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50px;
    right: 50px;
    display: inline-block;
    width: 50px;
    height: 50px; }
    @media (max-width: 680px) {
      div.bigForm a.formClose {
        top: 45px;
        right: 20px;   }
}
      div.bigForm a.formClose:before, div.bigForm a.formClose:after {
        transition: all 0.25s ease 0s;
        -o-transition: all 0.25s ease 0s;
        -ms-transition: all 0.25s ease 0s;
        -moz-transition: all 0.25s ease 0s;
        -webkit-transition: all 0.25s ease 0s;
        content: "";
        font-size: 0;
        position: absolute; }
        div.bigForm a.formClose:before {
          width: 50px;
          height: 0;
          border-top: 1px solid #a7a7a7;
          top: 25px;
          left: 0; }
          div.bigForm a.formClose:after {
            height: 50px;
            width: 0;
            border-left: 1px solid #a7a7a7;
            top: 0;
            left: 25px; }
            div.bigForm a.formClose:hover, div.bigForm a.formClose:active {
              outline: 0;
              border: 0; }
              div.bigForm a.formClose:hover:before, div.bigForm a.formClose:hover:after,
              div.bigForm a.formClose:active:before, div.bigForm a.formClose:active:after {
                border-color: #ff9600; }
                div.bigForm a.formClose:hover:before, div.bigForm a.formClose:active:before {
                  left: -12.5px;
                  top: 37.5px; }
                  div.bigForm a.formClose:hover:after, div.bigForm a.formClose:active:after {
                    top: -12.5px;
                    left: 37.5px; }
  div.bigForm .inner {
    box-sizing: border-box;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    max-width: 600px;
    max-height: 100%;
    min-width: 300px;
    width: 60%;
    margin: 0 auto;
    padding: 50px 0;
    display: block; }
    div.bigForm h1, div.bigForm h2, div.bigForm h3, div.bigForm h4, div.bigForm p {
      color: #a7a7a7; }
      div.bigForm form input[type='text'], div.bigForm form input[type='password'],
      div.bigForm form input[type='email'], div.bigForm form input[type='search'],
      div.bigForm form input[type='number'], div.bigForm form input[type='tel'],
      div.bigForm form input[type='file'], div.bigForm form textarea {
        background: transparent;
        border-color: #a7a7a7;
        color: #a7a7a7; }
        div.bigForm form input[type='text']:focus,
        div.bigForm form input[type='password']:focus,
        div.bigForm form input[type='email']:focus,
        div.bigForm form input[type='search']:focus,
        div.bigForm form input[type='number']:focus,
        div.bigForm form input[type='tel']:focus,
        div.bigForm form input[type='file']:focus, div.bigForm form textarea:focus {
          color: white;
          border-color: white; }
      div.bigForm form label {
        color: #a7a7a7; }
        div.bigForm form input[type='submit'] {
          background: #454b53;
          color: white; }
          div.bigForm form input[type='submit']:hover {
            background: white;
            color: #171a1e; }

body.open-form {
  overflow: hidden; }
  body.open-form div.bigForm {
    top: 0; }

div.workrow {
  display: block;
  margin: 0 auto;
  height: auto;
  width: 100%; }
  div.workrow:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
    * html div.workrow {
      height: 1px; }
      div.workrow div.project {
        display: inline;
        float: left;
        margin: 0 0 25px 2%;
        width: 23.5%; }
        @media (max-width: 680px) {
          div.workrow div.project {
            width: 49%;   }
            div.workrow div.project:nth-child(2n) {
              margin-left: 0;   }
}
        div.workrow div.project:first-child {
          margin-left: 0; }
          div.workrow div.project > img {
            max-width: 100%;
            height: auto;
            margin: 0 auto; }
            div.workrow div.project > a {
              border-radius: 5px;
              -o-border-radius: 5px;
              -ms-border-radius: 5px;
              -moz-border-radius: 5px;
              -webkit-border-radius: 5px;
              transition: all 0.25s ease 0s;
              -o-transition: all 0.25s ease 0s;
              -ms-transition: all 0.25s ease 0s;
              -moz-transition: all 0.25s ease 0s;
              -webkit-transition: all 0.25s ease 0s;
              color: #919191;
              display: block;
              font-size: 15px;
              font-weight: 400;
              line-height: 21px;
              min-height: 70px;
              padding: 12px 15px;
              position: relative;
              text-decoration: none; }
              div.workrow div.project > a em {
                color: #5e5e5e;
                font-size: 19px;
                font-weight: 300;
                font-style: normal;
                line-height: 25px; }
                div.workrow div.project > a:hover {
                  box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
                  -o-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
                  -ms-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
                  -moz-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
                  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
                  background: gray; }
                  div.workrow div.project > a.active {
                    box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
                    -o-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
                    -ms-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
                    -moz-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
                    -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.1);
                    background: rgba(255, 255, 255, 0.9);
                    color: #a7a7a7; }
                    div.workrow div.project > a.active em {
                      color: #8e8e8e; }
                      div.workrow div.project > a.active:after {
                        content: "";
                        position: absolute;
                        bottom: -10px;
                        left: 10%;
                        border-left: 10px solid transparent;
                        border-right: 10px solid transparent;
                        border-top: 10px solid white;
                        display: block;
                        width: 0; }
  div.workrow > figure {
    border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    clear: both;
    display: block;
    height: auto;
    max-height: 0;
    margin: 0;
    overflow: hidden;
    padding: 0;
    position: relative; }
    div.workrow > figure.active {
      transition: all 0.25s ease 0.5;
      -o-transition: all 0.25s ease 0.5;
      -ms-transition: all 0.25s ease 0.5;
      -moz-transition: all 0.25s ease 0.5;
      -webkit-transition: all 0.25s ease 0.5;
      max-height: 1000px;
      margin-bottom: 20px; }
      div.workrow > figure > img {
        display: block;
        margin: 0; }
        div.workrow > figure > figcaption {
          border-radius: 1px;
          -o-border-radius: 1px;
          -ms-border-radius: 1px;
          -moz-border-radius: 1px;
          -webkit-border-radius: 1px;
          background: rgba(69, 75, 83, 0.9);
          color: #dddddd;
          height: 500px;
          font-style: normal;
          padding: 50px;
          position: absolute;
          top: 0px;
          width: 310px;
          z-index: 3; }
          @media (max-width: 1000px) {
            div.workrow > figure > figcaption {
              position: static;
              height: auto;
              width: auto;
              display: block;   }
}
            div.workrow > figure > figcaption.right {
              right: 0px; }
              div.workrow > figure > figcaption.left {
                left: 0px; }
                div.workrow > figure > figcaption h3 {
                  color: white;
                  font-size: 30px;
                  line-height: 35px;
                  margin-bottom: 4px; }
                  div.workrow > figure > figcaption h4 {
                    color: #dddddd;
                    font-size: 22px;
                    line-height: 30px;
                    margin-bottom: 15px; }
                    div.workrow > figure > figcaption p {
                      color: #dddddd;
                      font-size: 14px;
                      line-height: 20px;
                      margin-bottom: 10px; }
                      div.workrow > figure > figcaption p.tags {
                        font-style: italic;
                        font-size: 12px;
                        line-height: 16px;
                        letter-spacing: 0px; }
                        div.workrow > figure > figcaption p.tags strong {
                          color: white; }
                          div.workrow > figure > figcaption p.tags a {
                            color: #dddddd;
                            margin-right: 3px; }
                            div.workrow > figure > figcaption p.tags a:hover {
                              color: white; }

ul.team-photos {
  text-decoration: none;
  list-style: none;
  display: inline;
  }
  ul.team-photos li {
    float: left;
    display: inline;
    margin: 0;
    padding: 0;
	}
    ul.team-photos li img {
      height: 150px;
      width: 150px;
      border-radius: 100px;
	  }

.combined-years, .phds-held, .kittens {
  width: 200px;
  height: 200px;
  background: black;
  color: white;
  font-size: 80px;
  text-align: center;
  line-height: 200px;
  }

  .team-info {
    margin-top: 40px;
	}
    .team-info p {
      margin-bottom: 50px;
	  }

.info-box {
  display: inline;
  float: left;
  margin-right: 30px;
  padding: 0;
  }

  section.content div.inner p.mid-typography {
    font-size: 20px;
	}
    section.content div.inner div.text-columns {
      -webkit-columns: 2 297px;
      -moz-columns: 2 297px;
      columns: 2 297px;
      -webkit-column-gap: 2em;
      -moz-column-gap: 2em;
      column-gap: 2em;
      margin-bottom: 20px;
	  }

body:not(.homePage) section.content section.textSlide.openSource {
  background: none repeat scroll 0 0 rgba(27, 29, 33, 0.8);
  height: auto;
  padding: 0;
  position: relative;
  overflow: hidden; }
  body:not(.homePage) section.content section.textSlide.openSource div.inner {
    position: relative;
    z-index: 100;
    padding: 60px 0; }
    body:not(.homePage) section.content section.textSlide.openSource div.inner:after {
      content: ".";
      display: block;
      height: 0;
      clear: both;
      visibility: hidden; 
	  }
      * html body:not(.homePage) section.content section.textSlide.openSource div.inner {
        height: 1px; 
		}
  body:not(.homePage) section.content section.textSlide.openSource img.background {
    opacity: 0.3;
    position: absolute;
    width: 100%;
	}

.gray-bkg {
  background: #f4f4f4;
  }

  section.content img.background {
    left: 0;
    min-height: 100%;
    min-width: 100%;
    position: fixed;
    top: 0;
    z-index: 0;
	}
    section.content div.gray-bkg section.blogAmino {
      display: block;
      height: auto;
      min-width: 960px;
      position: relative;
      width: 100%;
      z-index: 1;
      background: #f4f4f4;
      height: auto;
      min-height: 0;
      padding: 50px 0px;
      text-align: left;
	  }
      section.content div.gray-bkg section.blogAmino > .py-inner {
        display: block;
        margin: 0 auto;
        min-width: 960px;
        max-width: 960px;
        width: 960px;
        padding: 25px;
		}
        section.content div.gray-bkg section.blogAmino > .py-inner:after {
          content: ".";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden;
		  }
          * html section.content div.gray-bkg section.blogAmino > .py-inner {
            height: 1px; 
			}

section.content div.inner div.workrow div.project img,
section.content section.partners img {
  filter: gray;
  filter: url("data:image/svg+xml;utf8,<svg version='1.1' xmlns='http://www.w3.org/2000/svg' height='0'><filter id='greyscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0' /></filter></svg>#greyscale"); }

  footer {
    display: block;
    height: auto;
    min-width: 960px;
    position: relative;
    width: 100%;
    z-index: 1;
    background:#333;
    height: auto;
    padding:60px 20px 0;
	}
    footer .inner {
      display: block;
      margin: 0 auto;
      padding: 0px;
      text-align: left;
      width: 960px;
	  }
      footer .inner ul {
        list-style: none;
        margin: 0 0 8px 0;
        padding: 0;
        text-align: center;
		}
        footer .inner ul li {
          color: #9f9f9f;
          display: inline;
          font: 400 13px / 19px "proxima-nova", Helvetica, Arial, sans-serif;
          margin: 0 2px;
		  }
          footer .inner ul li a {
            color: #9f9f9f;
            text-decoration: none;
			}
            footer .inner ul li a:hover {
              border-bottom: solid 1px #b9b9b9;
              color: #b9b9b9;
			  }
      footer .inner p {
        color: #a7a7a7;
        font: 400 12px / 18px "proxima-nova", Helvetica, Arial, sans-serif;
        text-align: center;
		}

@media screen and (max-width: 1000px) {
  .wrapper {
    min-width: 0 !important;
	}
    .inner {
      width: 92% !important; 
	  }
      section.breadcrumb.banner .inner {
        width: 100% !important; 
		}
  section.content > .inner {
    min-width: 0;
    max-width: 100%;
    padding: 25px 0;
    width: 92%;
	}
    section.content div.blog figure.avatar {
      display: inline !important;
      float: left !important;
      width: 90px !important; 
	  }
      section.content div.blog figure.avatar + div.text {
        display: inline !important;
        float: right !important;
        width: 65% !important;  
		}
  .homePage section.content section {
    min-width: 0 !important; 
	}
    .homePage section.content section.textSlide.intro div.text {
      padding: 100px 4% 0 4%;
      width: 92% !important; 
	  }
      .homePage section.content section.textSlide.intro h1 {
        font-size: 60px;
        line-height: 70px;
        margin-top: 60px; 
		}
        .homePage section.content section.textSlide.intro h2 {
          font-size: 30px;
          line-height: 38px;
		  }
          .homePage section.content section.textSlide.intro h2 br {
            display: none !important; 
			}
    .homePage section.content section.textSlide.openSource {
      height: auto; 
	  }
  .homePage section.content section.process .bucket img {
    height: auto;
    max-width: 80%;
	}
  .homePage section.content section.inspiration #inspirationSlides {
    left: 0;
    width: 100%;
	}
  div.sitemap {
    margin-right: 0;
    width: 100%;   
	}
    footer {
      min-width: 0;
	  }
}

@media screen and (max-width: 680px) {
  body {
    padding-top: 74px !important;
    overflow-x: hidden;
	}
    div.adapt {
      transition: all 0.25s ease 0s;
      -o-transition: all 0.25s ease 0s;
      -ms-transition: all 0.25s ease 0s;
      -moz-transition: all 0.25s ease 0s;
      -webkit-transition: all 0.25s ease 0s;
      left: 0px;
      position: relative;
      top: 0px;
	  }
      p.crumbs, p.crumbs.is_stuck {
        transition: left 0.25s ease 0s;
        -o-transition: left 0.25s ease 0s;
        -ms-transition: left 0.25s ease 0s;
        -moz-transition: left 0.25s ease 0s;
        -webkit-transition: left 0.25s ease 0s;
        left: 0px;
		}
        body.shift .adapt {
          left: 200px;
          top: 0px;
		  }
          body.shift header.wrapper, body.shift p.crumbs, body.shift p.crumbs.is_stuck {
            left: 200px !important;
			}
  header.wrapper {
    box-shadow: 0 0 0 transparent;
    -o-box-shadow: 0 0 0 transparent;
    -ms-box-shadow: 0 0 0 transparent;
    -moz-box-shadow: 0 0 0 transparent;
    -webkit-box-shadow: 0 0 0 transparent;
    transition: all 0.25s ease 0s;
    -o-transition: all 0.25s ease 0s;
    -ms-transition: all 0.25s ease 0s;
    -moz-transition: all 0.25s ease 0s;
    -webkit-transition: all 0.25s ease 0s;
    border-bottom: 1px solid #dddddd;
    height: 50px;
    left: 0px;
    position: fixed;
    top: 0px; 
	}
    header.wrapper div.inner {
      padding: 10px 0;
      position: static;
      text-align: center; 
	  }
      header.wrapper div.inner .logo {
        display: inline-block;
        float: none;
        margin: 0 auto;
        width: 110px !important;
        height: 34px !important;
		}
        header.wrapper div.inner nav {
          display: block;
          float: none;
          left: -200px;
          margin-top: 0;
          position: absolute;
          text-align: left;
          top: 0px;
          width: 200px;
          z-index: 100;
		  }
          header.wrapper div.inner nav a {
            color: white;
            display: block;
            margin: 0;
            padding: 10px 16px;
			}
            header.wrapper div.inner nav a:hover {
              color: #a7a7a7;
			  }
      header.wrapper div.inner div.supernav {
        display: block;
        float: none;
        left: -200px;
        position: absolute;
        text-align: left;
        top: 250px;
        width: 200px;
        z-index: 100;
		}
        header.wrapper div.inner div.supernav a {
          color: white;
          display: block;
          margin: 0;
          padding: 10px 16px;
		  }
          header.wrapper div.inner div.supernav a:hover {
            color: #a7a7a7;
			}
      header.wrapper div.inner a.mobileMenu {
        display: inline-block; 
		}
  section.content > .inner article {
    margin-bottom: 25px;
    width: 100% !important;
	}
    section.content > .inner article div.blog figure.avatar {
      display: inline !important;
      float: left !important;
      height: 40px !important;
      font-size: 30px !important;
      line-height: 40px !important;
      margin: 8px 0 0 0 !important;
      max-width: 20% !important;
      width: 40px !important;
	  }
      section.content > .inner article div.blog figure.avatar + div.text {
        display: inline !important;
        float: left !important;
        margin-left: 5% !important;
        width: 75% !important;
		}
        section.content > .inner article div.blog figure.avatar + div.text h1 {
          font-size: 36px;
          line-height: 42px;
          margin-bottom: 10px !important;
		  }
  section.content > .inner aside {
    border-top: 2px solid #dddddd;
    padding-top: 25px;
    width: 100% !important;   
	}
  section.content section.serviceBoxes div.service {
    width: 100%;
    padding-bottom: 40px;
    border-bottom: 1px solid #dddddd;
    margin: 0 0 40px 0;   }
    section.content section.serviceBoxes div.service:last-of-type {
      border-bottom: 0;
      padding-bottom: 0;   }
  .homePage section.content > div.background {
    min-height: 380px;
    position: absolute;
    top: 0;   }
    .homePage section.content section.textSlide.intro {
      height: 280px;   }
      .homePage section.content section.textSlide.intro div.text {
        padding: 40px 2% 0 2%;
        width: 96% !important;   }
        .homePage section.content section.textSlide.intro h1 {
          font-size: 40px;
          line-height: 46px;
          margin-top: 50px;   }
          .homePage section.content section.textSlide.intro h2 {
            font-size: 24px;
            line-height: 28px;   }
            .homePage section.content section.textSlide.intro h2 br {
              display: none !important;   }
  .homePage section.content section.process .bucket {
    margin: 0 0 25px 0 !important;
    width: 100%;   }
    .homePage section.content section.process a:last-child .bucket {
      margin-bottom: 0;   }
  .homePage section.content section.blogAmino div.blog article {
    margin: 0 0 40px 0;
    width: 100%;   }
    .homePage section.content section.blogAmino div.blog figure.avatar + div.text {
      float: left !important;
      margin-left: 20px !important;
      width: 60% !important;   }
  .homePage section.content section.subfooter {
    background: #22272d;   }
    .homePage section.content section.subfooter > iframe {
      height: 100%;   }
      .homePage section.content section.subfooter div.inner {
        height: auto;
        padding: 40px 0;   }
        .homePage section.content section.subfooter div.inner:after {
          content: ".";
          display: block;
          height: 0;
          clear: both;
          visibility: hidden;   }
          * html .homePage section.content section.subfooter div.inner {
            height: 1px;   }
            .homePage section.content section.subfooter div.inner address {
              margin: 0 0 25px 0;
              text-align: center;
              width: 100%;   }
              .homePage section.content section.subfooter div.inner address > div {
                padding: 0;   }
                .homePage section.content section.subfooter div.inner address span.social {
                  display: block;   }
        .homePage section.content section.subfooter div.inner div.careers {
          text-align: center;
          width: 100%;   }
  .connected-carousels div.thumbs ul li p {
    display: none;   }
  .connected-carousels div.slides ul li {
    text-align: center;
    width: 280px;   }
    .connected-carousels div.slides ul li > img {
      display: none;   }
  body.contactUs section.content article {
    height: auto;
    width: 100%;   }
    body.contactUs section.content aside {
      height: auto;
      min-height: 500px;
      width: 100%;   }
      body.contactUs section.content aside > div {
        left: 15%;
        width: 70%;   }
  footer .inner ul li {
    display: block;   }
    footer .inner ul li a {
      border-bottom: 1px solid #171a1e;
      display: inline-block;
      padding: 5px 0;   }
      footer .inner ul li a:hover {
        border-color: white;   }
}

.codesample .highlight code, .codesample .highlight pre {
  color: #fdce93;
  background-color: #3f3f3f; }
  .codesample .highlight .hll {
    background-color: #222; }
    .codesample .highlight .c {
      color: #7f9f7f; }
      .codesample .highlight .err {
        color: #e37170;
        background-color: #3d3535; }
        .codesample .highlight .g {
          color: #7f9f7f; }
          .codesample .highlight .k {
            color: #f0dfaf; }
            .codesample .highlight .l {
              color: #ccc; }
              .codesample .highlight .n {
                color: #dcdccc; }
                .codesample .highlight .o {
                  color: #f0efd0; }
                  .codesample .highlight .x {
                    color: #ccc; }
                    .codesample .highlight .p {
                      color: #41706f; }
                      .codesample .highlight .cm {
                        color: #7f9f7f; }
                        .codesample .highlight .cp {
                          color: #7f9f7f; }
                          .codesample .highlight .c1 {
                            color: #7f9f7f; }
                            .codesample .highlight .cs {
                              color: #cd0000;
                              font-weight: bold; }
                              .codesample .highlight .gd {
                                color: #cd0000; }
                                .codesample .highlight .ge {
                                  color: #ccc;
                                  font-style: italic; }
                                  .codesample .highlight .gr {
                                    color: red; }
                                    .codesample .highlight .gh {
                                      color: #dcdccc;
                                      font-weight: bold; }
                                      .codesample .highlight .gi {
                                        color: #00cd00; }
                                        .codesample .highlight .go {
                                          color: gray; }
                                          .codesample .highlight .gp {
                                            color: #dcdccc;
                                            font-weight: bold; }
                                            .codesample .highlight .gs {
                                              color: #ccc;
                                              font-weight: bold; }
                                              .codesample .highlight .gu {
                                                color: purple;
                                                font-weight: bold; }
                                                .codesample .highlight .gt {
                                                  color: #0040D0; }
                                                  .codesample .highlight .kc {
                                                    color: #dca3a3; }
                                                    .codesample .highlight .kd {
                                                      color: #ffff86; }
                                                      .codesample .highlight .kn {
                                                        color: #dfaf8f;
                                                        font-weight: bold; }
                                                        .codesample .highlight .kp {
                                                          color: #cdcf99; }
                                                          .codesample .highlight .kr {
                                                            color: #cdcd00; }
                                                            .codesample .highlight .kt {
                                                              color: #00cd00; }
                                                              .codesample .highlight .ld {
                                                                color: #cc9393; }
                                                                .codesample .highlight .m {
                                                                  color: #8cd0d3; }
                                                                  .codesample .highlight .s {
                                                                    color: #cc9393; }
                                                                    .codesample .highlight .na {
                                                                      color: #9ac39f; }
                                                                      .codesample .highlight .nb {
                                                                        color: #efef8f; }
                                                                        .codesample .highlight .nc {
                                                                          color: #efef8f; }
                                                                          .codesample .highlight .no {
                                                                            color: #ccc; }
                                                                            .codesample .highlight .nd {
                                                                              color: #ccc; }
                                                                              .codesample .highlight .ni {
                                                                                color: #c28182; }
                                                                                .codesample .highlight .ne {
                                                                                  color: #c3bf9f;
                                                                                  font-weight: bold; }
                                                                                  .codesample .highlight .nf {
                                                                                    color: #efef8f; }
                                                                                    .codesample .highlight .nl {
                                                                                      color: #ccc; }
                                                                                      .codesample .highlight .nn {
                                                                                        color: #8fbede; }
                                                                                        .codesample .highlight .nx {
                                                                                          color: #ccc; }
                                                                                          .codesample .highlight .py {
                                                                                            color: #ccc; }
                                                                                            .codesample .highlight .nt {
                                                                                              color: #9ac39f; }
                                                                                              .codesample .highlight .nv {
                                                                                                color: #dcdccc; }
                                                                                                .codesample .highlight .ow {
                                                                                                  color: #f0efd0; }
                                                                                                  .codesample .highlight .w {
                                                                                                    color: #ccc; }
                                                                                                    .codesample .highlight .mf {
                                                                                                      color: #8cd0d3; }
                                                                                                      .codesample .highlight .mh {
                                                                                                        color: #8cd0d3; }
                                                                                                        .codesample .highlight .mi {
                                                                                                          color: #8cd0d3; }
                                                                                                          .codesample .highlight .mo {
                                                                                                            color: #8cd0d3; }
                                                                                                            .codesample .highlight .sb {
                                                                                                              color: #cc9393; }
                                                                                                              .codesample .highlight .sc {
                                                                                                                color: #cc9393; }
                                                                                                                .codesample .highlight .sd {
                                                                                                                  color: #cc9393; }
                                                                                                                  .codesample .highlight .s2 {
                                                                                                                    color: #cc9393; }
                                                                                                                    .codesample .highlight .se {
                                                                                                                      color: #cc9393; }
                                                                                                                      .codesample .highlight .sh {
                                                                                                                        color: #cc9393; }
                                                                                                                        .codesample .highlight .si {
                                                                                                                          color: #cc9393; }
                                                                                                                          .codesample .highlight .sx {
                                                                                                                            color: #cc9393; }
                                                                                                                            .codesample .highlight .sr {
                                                                                                                              color: #cc9393; }
                                                                                                                              .codesample .highlight .s1 {
                                                                                                                                color: #cc9393; }
                                                                                                                                .codesample .highlight .ss {
                                                                                                                                  color: #cc9393; }
                                                                                                                                  .codesample .highlight .bp {
                                                                                                                                    color: #efef8f; }
                                                                                                                                    .codesample .highlight .vc {
                                                                                                                                      color: #efef8f; }
                                                                                                                                      .codesample .highlight .vg {
                                                                                                                                        color: #dcdccc; }
                                                                                                                                        .codesample .highlight .vi {
                                                                                                                                          color: #ffffc7; }
                                                                                                                                          .codesample .highlight .il {
                                                                                                                                            color: #8cd0d3; }

form {
  padding-bottom: 30px; }

.kalendae {
  display: inline-block;
  zoom: 1;
  *display: inline;
  background: #eee;
  padding: 10px;
  margin: 5px;
  border-radius: 5px;
  -moz-border-radius: 5px;
  -webkit-border-radius: 5px;
  font-size: 11px;
  font-family: 'Helvetica Neue', 'Helvetica';
  cursor: default;
  position: relative; }

  .kalendae.k-floating {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100000;
    margin: 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    -moz-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
    -webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75); }

    .kalendae .k-btn-close {
      position: absolute;
      top: -8px;
      right: -8px;
      width: 16px;
      height: 16px;
      background: white;
      border: 2px solid #ccc;
      color: #999;
      line-height: 17px;
      text-align: center;
      font-size: 13px;
      border-radius: 10px;
      box-shadow: 0 1px 3px rgba(0, 0, 0, 0.75);
      cursor: pointer;
      text-decoration: none; }

      .kalendae .k-btn-close:after {
        content: "✖"; }

        .kalendae .k-btn-close:hover {
          color: #7EA0E2;
          background: white;
          border-color: #7EA0E2; }

          .kalendae .k-calendar {
            display: inline-block;
            zoom: 1;
            *display: inline;
            width: 155px;
            vertical-align: top; }

            .kalendae .k-separator {
              display: inline-block;
              zoom: 1;
              *display: inline;
              width: 2px;
              vertical-align: top;
              background: #ddd;
              height: 155px;
              margin: 0px 10px; }

              .kalendae .k-title {
                text-align: center;
                white-space: nowrap;
                position: relative;
                height: 18px; }

                .kalendae .k-caption {
                  font-size: 12px;
                  line-height: 18px; }

                  .kalendae .k-btn-previous-month, .kalendae .k-btn-next-month,
                  .kalendae .k-btn-previous-year, .kalendae .k-btn-next-year {
                    width: 16px;
                    height: 16px;
                    cursor: pointer;
                    position: absolute;
                    top: -3px;
                    color: #777;
                    font-size: 26px;
                    line-height: 18px;
                    font-weight: bold;
                    font-family: arial;
                    text-decoration: none; }

                    .kalendae .k-btn-previous-year {
                      left: 0; }

                      .kalendae .k-btn-previous-month {
                        left: 16px; }

                        .kalendae .k-btn-next-month {
                          right: 16px; }

                          .kalendae .k-btn-next-year {
                            right: 0; }

                            .kalendae .k-btn-previous-month:after {
                              content: "‹"; }

                              .kalendae .k-btn-next-month:after {
                                content: "›"; }

                                .kalendae .k-btn-previous-year:after {
                                  content: "«"; }

                                  .kalendae .k-btn-next-year:after {
                                    content: "»"; }

                                    .kalendae .k-btn-previous-month:hover, .kalendae .k-btn-next-month:hover {
                                      color: #7EA0E2; }

                                      .kalendae .k-btn-previous-year:hover, .kalendae .k-btn-next-year:hover {
                                        color: #6FDF81; }

                                        .kalendae .k-first-month .k-btn-next-month,
                                        .kalendae .k-middle-month .k-btn-next-month,
                                        .kalendae .k-middle-month .k-btn-previous-month,
                                        .kalendae .k-last-month .k-btn-previous-month,
                                        .kalendae .k-first-month .k-btn-next-year,
                                        .kalendae .k-middle-month .k-btn-next-year,
                                        .kalendae .k-middle-month .k-btn-previous-year,
                                        .kalendae .k-last-month .k-btn-previous-year {
                                          display: none; }

                                          .kalendae .k-title.k-disable-year-nav .k-btn-next-year,
                                          .kalendae .k-title.k-disable-year-nav .k-btn-previous-year {
                                            display: none; }

                                            .kalendae .k-title.k-disable-year-nav .k-btn-next-month {
                                              right: 0; }

                                              .kalendae .k-title.k-disable-year-nav .k-btn-previous-month {
                                                left: 0; }

                                                .kalendae .k-title, .kalendae .k-header, .kalendae .k-days {
                                                  width: 154px;
                                                  display: block;
                                                  overflow: hidden; }

                                                  .kalendae.k-disable-next-month-btn .k-btn-next-month,
                                                  .kalendae.k-disable-previous-month-btn .k-btn-previous-month,
                                                  .kalendae.k-disable-next-year-btn .k-btn-next-year,
                                                  .kalendae.k-disable-previous-year-btn .k-btn-previous-year {
                                                    display: none; }

                                                    .kalendae .k-header span, .kalendae .k-days span {
                                                      float: left;
                                                      margin: 1px 1px; }

                                                      .kalendae .k-header span {
                                                        text-align: center;
                                                        font-weight: bold;
                                                        width: 20px;
                                                        padding: 1px 0;
                                                        color: #666; }

                                                        .kalendae .k-days span {
                                                          text-align: right;
                                                          width: 13px;
                                                          height: 1.1em;
                                                          line-height: 1em;
                                                          padding: 2px 3px 2px 2px;
                                                          border: 1px solid transparent;
                                                          border-radius: 3px;
                                                          -moz-border-radius: 3px;
                                                          -webkit-border-radius: 3px;
                                                          color: #999; }

                                                          .kalendae .k-today {
                                                            text-decoration: underline; }

                                                            .kalendae .k-days span.k-in-month.k-active {
                                                              border-color: #ddd;
                                                              background-color: #fff;
                                                              color: #333; }

                                                              .kalendae .k-days span.k-out-of-month {
                                                                color: #ddd; }

                                                                .kalendae .k-days span.k-active {
                                                                  cursor: pointer; }

                                                                  .kalendae .k-days span.k-selected {
                                                                    border-color: #1072A5;
                                                                    color: #1072A5; }

                                                                    .kalendae .k-days span.k-selected.k-active {
                                                                      background: #7EA0E2;
                                                                      color: white; }

                                                                      .kalendae .k-days span.k-range {
                                                                        background: none;
                                                                        border-color: #6DD4FE; }

                                                                        .kalendae .k-days span.k-range.k-in-month {
                                                                          background: #C4D4F1;
                                                                          border-color: #19AEFE;
                                                                          color: #333; }

                                                                          .kalendae .k-days span.k-active:hover {
                                                                            border-color: #666; }

                                                                            .kalendae.ie8.k-floating {
                                                                              border: 1px solid #ccc; }

                                                                              .kalendae.ie8 .k-btn-close {
                                                                                width: 20px;
                                                                                height: 20px;
                                                                                border: none;
                                                                                background: url('/static/widgy/form_builder/close.png') no-repeat top left; }

                                                                                .kalendae.ie8 .k-btn-close:after {
                                                                                  display: none; }

                                                                                  .kalendae.ie8 .k-btn-previous-month, .kalendae.ie8 .k-btn-next-month,
                                                                                  .kalendae.ie8 .k-btn-previous-year, .kalendae.ie8 .k-btn-next-year {
                                                                                    width: 16px;
                                                                                    height: 16px;
                                                                                    cursor: pointer;
                                                                                    background: #777 url('/static/widgy/form_builder/arrows.png') no-repeat center left;
                                                                                    position: absolute;
                                                                                    top: 0; }

                                                                                    .kalendae.ie8 .k-btn-next-month, .kalendae.ie8 .k-btn-next-year {
                                                                                      background-position: center right; }

                                                                                      .kalendae.ie8 .k-btn-previous-month:hover, .kalendae.ie8 .k-btn-next-month:hover {
                                                                                        background-color: #7EA0E2; }

                                                                                        .kalendae.ie8 .k-btn-previous-year, .kalendae.ie8 .k-btn-next-year {
                                                                                          background-color: #333; }

                                                                                          .kalendae.ie8 .k-btn-previous-year:hover, .kalendae.ie8 .k-btn-next-year:hover {
                                                                                            background-color: #6FDF81; }

                                                                                            .kalendae.ie8 .k-btn-previous-month:after, .kalendae.ie8 .k-btn-next-month:after,
                                                                                            .kalendae.ie8 .k-btn-previous-year:after, .kalendae.ie8 .k-btn-next-year:after {
                                                                                              display: none; }

input[type='submit'], button[type='submit'] {
  clear: both;
  float: right;
  margin: 0px 0px 15px 10px; }
  input[type='submit']:after, button[type='submit']:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden; }
    * html input[type='submit'], * html button[type='submit'] {
      height: 1px; }
      input[type='submit'] + input[type='submit'],
      input[type='submit'] + button[type='submit'],
      button[type='submit'] + input[type='submit'],
      button[type='submit'] + button[type='submit'] {
        clear: none; }

.no-details details > * {
  position: absolute;
  visibility: hidden; }
  .no-details details > summary, .no-details details[open] > * {
    position: static;
    visibility: visible; }
    .no-details details > summary {
      display: block; }
      .no-details details > summary:before {
        content: "►";
        padding-right: 5px; }
.no-details details[open] > summary:before {
  content: "▼"; }

figure {
  display: block; }
  figure.left {
    display: inline;
    float: left; }
    figure.right {
      display: inline;
      float: right; }
      figure.center {
        margin: 0 auto;
        float: none; }
        figure figcaption {
          text-align: center; }
          figure figcaption .title {
            display: block; }

.googleMap iframe {
  display: block;
  width: 100%;
  height: 400px; }
  .googleMap a {
    color: #0000ff;
    font-size: 75%; }

.cke_editable .align-left, .htmlOutput .align-left {
  text-align: left; }
  .cke_editable .align-center, .htmlOutput .align-center {
    text-align: center; }
    .cke_editable .align-right, .htmlOutput .align-right {
      text-align: right; }
      .cke_editable .align-justify, .htmlOutput .align-justify {
        text-align: justify; }
        .cke_editable .text-indent-1, .htmlOutput .text-indent-1 {
          text-indent: 10px; }
          .cke_editable .text-indent-2, .htmlOutput .text-indent-2 {
            text-indent: 20px; }
            .cke_editable .text-indent-3, .htmlOutput .text-indent-3 {
              text-indent: 30px; }
              .cke_editable .text-indent-4, .htmlOutput .text-indent-4 {
                text-indent: 40px; }
                .cke_editable .text-indent-5, .htmlOutput .text-indent-5 {
                  text-indent: 50px; }

.tabify .tabContent {
  display: none;
  padding: 10px 10px; }
  .tabify .tabContent.active {
    display: block; }

iframe.video {
  width: 560px;
  height: 315px; }
