* {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

html {
    font-size: 17px;
    line-height: 1.5;
}

body {
    background-color: #f8f8f8;
}

.StripeElement {
    background-color: #f8f8f8;
    padding: 8px 12px;
    border-radius: 4px;
    border: 1px solid transparent;
    box-shadow: 0 1px 3px 0 #e6ebf1;
    -webkit-transition: box-shadow 150ms ease;
    transition: box-shadow 150ms ease;
}

h1, h2, h3, h4, h5, h6 {
    margin: 1rem 0 1rem;
}

p,
li {
    font-size: 1rem;
}

.shards-landing-page--1 .welcome {
    position: relative;
    height: 70vh;
    min-height: 550px;
    background-size: cover;
}

.shards-landing-page--1 .welcome.small {
    height: 60vh;
    min-height: 450px;
}

.shards-landing-page--1 .welcome.tiny {
    height: unset;
    min-height: 0;
}

.shards-landing-page--1 .welcome p {
    font-size: 1.25rem;
}

.joblink {
    text-decoration-style: none;
    color: black;
}

.media-content {
    width: 100%;
}

.joblink:hover, .joblink:focus, .joblink:active {
    text-decoration-style: none;
    color: black;
}

.job-card {
    padding-bottom: 5px;
}

.divider svg {
    position: absolute;
    left: 0;
    bottom: -5px;
    width: 100vw;
    min-width: 800px;
}

.shards-landing-page--1 .welcome:before {
    position: absolute;
    z-index: 0;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .8;
    background: rgba(54, 109, 255, 1.0);
}

.btn-primary {
    background: #5F8BF9;
}

.company-logo {
    margin: 0 auto;
    padding: 10px;
    width: 80%;
    height: 85%;
    max-width: 150px;
    max-height: 150px;
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}

.vacancy-tag {
    display: inline-block;
    margin-bottom: 5px;
}

.card.featured {
    background-color: #fbf6de;
}

@media (max-width: 767.98px) {
    .shards-landing-page--1 .welcome .inner-wrapper {
        text-align: center;
    }
}

@media (max-width: 400px) {
    .shards-landing-page--1 .welcome .welcome-heading {
        font-size: 2.415rem;
    }
}

.shards-landing-page--1 .section-title {
    position: relative;
}

.shards-landing-page--1 .section-title:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #5F8BF9;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -20px;
}

.shards-landing-page--1 .feature .icon {
    border-radius: 50%;
    min-width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(33, 37, 41, 0.1), 0 7px 14px rgba(33, 37, 41, 0.1);
    font-size: 27px;
}

.shards-landing-page--1 .section {
    border-bottom: 1px solid #eaebed;
}

.shards-landing-page--1 .section-invert {
    background: #f9fafc;
}

.shards-landing-page--1 .testimonials .avatar {
    max-width: 80px;
    overflow: hidden;
}

.shards-app-promo-page--1 .welcome {
    position: relative;
    height: 100vh;
    min-height: 700px;
    background: url("../images/app-promo/welcome-cover.jpg") no-repeat center center fixed;
    background-size: cover;
}

.shards-app-promo-page--1 .welcome:before {
    position: absolute;
    z-index: 0;
    content: '';
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: .9;
    background: #212529;
}

@media (max-width: 991.98px) {
    .shards-app-promo-page--1 .welcome {
        height: auto;
    }

    .shards-app-promo-page--1 .welcome .header-social-icons {
        display: none;
    }
}

@media (max-width: 767.98px) {
    .shards-app-promo-page--1 .welcome {
        height: auto;
    }

    .shards-app-promo-page--1 .welcome .inner-wrapper {
        padding-top: 4.5rem;
        text-align: center;
    }
}

@media (max-width: 400px) {
    .shards-app-promo-page--1 .welcome .welcome-heading {
        font-size: 2.415rem;
    }
}

.shards-app-promo-page--1 .welcome .iphone-mockup {
    max-width: 85%;
}

.shards-app-promo-page--1 .section-title {
    position: relative;
}

.shards-app-promo-page--1 .section-title:after {
    content: '';
    width: 30px;
    height: 2px;
    background: #17c671;
    position: absolute;
    left: 50%;
    margin-left: -15px;
    bottom: -20px;
}

.shards-app-promo-page--1 .section-title.underline--left:after {
    left: 0;
    margin-left: 0;
}

.shards-app-promo-page--1 .app-screenshot {
    background: url("../images/app-promo/features-background.jpg") no-repeat center center fixed;
    background-size: cover;
}

.shards-app-promo-page--1 .app-screenshot:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    background: #e9ecef;
    opacity: .6;
}

.shards-app-promo-page--1 .app-screenshot img {
    max-width: 300px;
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 100%;
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-shadow: 0 13px 25px rgba(0, 0, 0, 0.05), 0 60px 100px rgba(192, 192, 192, 0.5);
}

@media (max-width: 991.98px) {
    .shards-app-promo-page--1 .app-screenshot img {
        display: table;
        position: static;
        -webkit-transform: translate(0);
        transform: translate(0);
        margin: 0 auto;
    }
}

.shards-app-promo-page--1 .feature .icon {
    border-radius: 50%;
    min-width: 65px;
    height: 65px;
    line-height: 65px;
    text-align: center;
    box-shadow: 0 2px 4px rgba(33, 37, 41, 0.1), 0 7px 14px rgba(33, 37, 41, 0.1);
    font-size: 27px;
}

@media (max-width: 767.98px) {
    .shards-app-promo-page--1 .feature .icon {
        margin-right: 1.5rem !important;
    }
}

.shards-app-promo-page--1 .blog .card-img-top {
    height: 100%;
}

.shards-app-promo-page--1 .section {
    border-bottom: 1px solid #eaebed;
}

.shards-app-promo-page--1 .section-invert {
    background: #f9fafc;
}

.shards-app-promo-page--1 .testimonials .avatar {
    max-width: 80px;
    overflow: hidden;
}

@media (max-width: 767.98px) {
    .shards-app-promo-page--1 .subscribe input, .shards-app-promo-page--1 .subscribe button {
        width: 100%;
    }
}

/*# sourceMappingURL=shards-extras.css.map */

.footer {
    width: 100%;
    display: block;
    margin-top: 70px;
    background: #5F8BF9;
    padding: 20px 0;
    color: white;
    font-size: 1.25rem;
}

.footer:before {

}

.footer a {
    color: white;
    text-decoration: underline;
}

.footer p {
    padding: 0;
    margin: 0;
    font-size: 1.25rem;
}

.card a:not(.btn):not(.share-btn):not(.badge) {
    color: black;
}

.navbar-collapse.collapse.in {
    display: block !important;
}

.stats-small {
    min-height: 8.7rem;
    overflow: hidden !important;
}

.stats-small canvas {
    position: absolute;
    bottom: 0;
}

.stats-small__data {
    flex: 1;
    display: flex;
    justify-content: center;
    flex-flow: column;
    max-width: 50%;
    z-index: 1;
}

.stats-small__label {
    font-size: 0.625rem;
    letter-spacing: 0.0625rem;
    color: #818EA3;
}

.stats-small__value {
    font-family: Roboto, -apple-system, BlinkMacSystemFont, "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    font-size: 1.5rem;
    font-weight: 500;
}

.stats-small__percentage {
    position: relative;
    display: table;
    margin-left: auto;
    padding-left: 0.9375rem;
}

.stats-small__percentage--increase, .stats-small__percentage--decrease {
    font-size: 0.75rem;
}

.stats-small__percentage--increase::before, .stats-small__percentage--decrease::before {
    content: "";
    width: 0.75rem;
    height: 0.375rem;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    background-position: center center;
    background-repeat: no-repeat;
}

.stats-small__percentage--increase {
    color: #17c671;
}

.stats-small__percentage--increase::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjMTdjNjcxIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gPHBhdGggZD0iTTcgMTRsNS01IDUgNXoiLz4gPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPiA8L3N2Zz4=);
}

.stats-small__percentage--decrease {
    color: #c4183c;
}

.stats-small__percentage--decrease::before {
    background-image: url(data:image/svg+xml;base64,PHN2ZyBmaWxsPSIjYzQxODNjIiBoZWlnaHQ9IjI0IiB2aWV3Qm94PSIwIDAgMjQgMjQiIHdpZHRoPSIyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4gICAgPHBhdGggZD0iTTcgMTBsNSA1IDUtNXoiLz4gICAgPHBhdGggZD0iTTAgMGgyNHYyNEgweiIgZmlsbD0ibm9uZSIvPjwvc3ZnPg==);
}

.stats-small--1 .stats-small__data {
    max-width: 100%;
}

.stats-small--1 .stats-small__percentage {
    margin: 0 auto;
}

.stats-small--1 .stats-small__value {
    font-size: 2.0625rem;
}

.stats-small--1 .stats-small__label {
    font-size: 0.75rem;
}

.stats-small--1 .stats-small__percentage {
    font-size: 0.75rem;
}

.stats-small--1 canvas {
    opacity: 0.5;
}

.card-group .stats-small {
    position: relative;
    overflow: hidden;
}

@font-face {
    font-family: 'share-buttons';
    src: url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.eot?gpra60');
    src: url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.eot?#iefixgpra60') format('embedded-opentype'), url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.woff?gpra60') format('woff'), url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.ttf?gpra60') format('truetype'), url('https://cdn.rawgit.com/sunnysingh/share-buttons/v1.0.0/build/fonts/share-buttons.svg?gpra60#share-buttons') format('svg');
    font-weight: normal;
    font-style: normal;
}

.share-btn-icon {
    font-family: 'share-buttons';
    speak: none;
    font-style: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    line-height: 1;
    /* Better Font Rendering =========== */
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.share-btn-email .share-btn-icon:before {
    content: "\e945";
}

.share-btn-more .share-btn-icon:before {
    content: "\ea82";
}

.share-btn-googleplus .share-btn-icon:before {
    content: "\ea88";
}

.share-btn-facebook .share-btn-icon:before {
    content: "\ea8c";
}

.share-btn-twitter .share-btn-icon:before {
    content: "\ea91";
}

.share-btn-github .share-btn-icon:before {
    content: "\eab4";
}

.share-btn-tumblr .share-btn-icon:before {
    content: "\eabb";
}

.share-btn-reddit .share-btn-icon:before {
    content: "\eac7";
}

.share-btn-linkedin .share-btn-icon:before {
    content: "\eac8";
}

.share-btn-delicious .share-btn-icon:before {
    content: "\eacc";
}

.share-btn-stumbleupon .share-btn-icon:before {
    content: "\eace";
}

.share-btn-pinterest .share-btn-icon:before {
    content: "\ead0";
}

.share-btn,
.share-btn * {
    box-sizing: border-box;
}

.share-btn,
.share-btn *,
.share-btn *:before,
.share-btn *:after {
    box-sizing: border-box;
}

.share-btn {
    position: relative;
    display: inline-block;
    height: 24px;
    margin: 0;
    padding: 2px 8px;
    line-height: 1.53;
    letter-spacing: .04em;
    vertical-align: top;
    font-size: 12px;
    color: #111;
    background: #e0e0e0;
    border: 1px solid #c7c7c7;
    border-radius: 4px;
    text-decoration: none;
    transition: all 0.2s ease;
}

.share-btn:hover,
.share-btn:focus {
    background: #d3d3d3;
    border-color: #bababa;
    text-decoration: none;
    color: #111;
}

.share-btn:active {
    background: #c7c7c7;
    border-color: #adadad;
    text-decoration: none;
    color: #111;
}

.share-btn.share-btn-sm {
    height: 20px;
    font-size: 10px;
    padding: 0 8px;
    line-height: 1.6;
}

.share-btn.share-btn-lg {
    height: 28px;
    font-size: 16px;
    line-height: 1.4;
}

.share-btn .share-btn-text-sr {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    border: 0;
}

.share-btn.share-btn-inverse {
    color: #eeeeee;
    background: #363636;
    border-color: transparent;
}

.share-btn.share-btn-inverse:hover,
.share-btn.share-btn-inverse:focus {
    background: #121212;
    border-color: #000000;
    color: #eeeeee;
}

.share-btn.share-btn-inverse:active {
    background: #050505;
    border-color: #000000;
    color: #eeeeee;
}

.share-btn.share-btn-twitter .share-btn-icon,
.share-btn.share-btn-googleplus .share-btn-icon,
.share-btn.share-btn-tumblr .share-btn-icon,
.share-btn.share-btn-linkedin .share-btn-icon,
.share-btn.share-btn-pinterest .share-btn-icon,
.share-btn.share-btn-stumbleupon .share-btn-icon,
.share-btn.share-btn-delicious .share-btn-icon,
.share-btn.share-btn-more .share-btn-icon {
    position: relative;
    top: 1px;
}

@-moz-document url-prefix() {
    .share-btn.share-btn-twitter .share-btn-icon,
    .share-btn.share-btn-googleplus .share-btn-icon,
    .share-btn.share-btn-tumblr .share-btn-icon,
    .share-btn.share-btn-linkedin .share-btn-icon,
    .share-btn.share-btn-pinterest .share-btn-icon,
    .share-btn.share-btn-stumbleupon .share-btn-icon,
    .share-btn.share-btn-delicious .share-btn-icon,
    .share-btn.share-btn-more .share-btn-icon {
        top: 0;
    }
}

.share-btn.share-btn-more.share-btn-lg .share-btn-icon {
    top: 2px;
}

.share-btn .share-btn-text {
    padding-left: 2px;
}

.card-body#blogpost h1 {
    font-size: 2.052rem;
}

.card-body#blogpost h2:not(.card-title) {
    font-size: 1.552rem;
}

.card-body#blogpost .card-title {
    margin-bottom: 25px;
}

.card-body#blogpost p {
    margin-bottom: 1rem;
}

#carbonads {
    display: block;
    overflow: hidden;
    line-height: 1.5;
    padding: 15px;
    border: 1px solid #ccc;
    margin-bottom: 20px;
}

#carbonads a:hover {
    text-decoration: none;
}

#carbonads span {
    position: relative;
    display: block;
    overflow: hidden;
}

.carbon-img {
    float: left;
    margin-right: 1em;
}

.carbon-img img {
    display: block;
    line-height: 1;
}

.carbon-text {
    display: block;
    float: left;
    max-width: calc(100% - 130px - 1em);
    text-align: left;
}

.carbon-poweredby {
    position: absolute;
    right: 0;
    display: block;
    font-size: .8em;
    text-transform: uppercase;
    line-height: 1;
    letter-spacing: 1px;
}
