@font-face {
    font-family: 'Helvetica';
    src: url('fonts/helvetica-neue-bold.ttf');
}

.card-lg {
    margin: 4rem;
}

.card {
    background: #fff;
    margin-bottom: 2rem;
}

.card, .card-simple, .modal, .hero-block {
    padding: 3rem;
}

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

.list-icons {
    text-align: left;
    list-style: none;
    font-size: 18px;
}

.pr-10 {
    padding-right: 10px;
}

.mb-50 {
    margin-bottom: 50px;
}

.mt-50 {
    margin-top: 50px;
}

* {
    box-sizing: border-box;
}

.font-family-helvetica{
    font-family: 'Helvetica';
}

.nav.navbar-nav > li.active {
  border-bottom: 2px solid #347af4;
}

.navbar-default .navbar-nav>.active>a {
    background: transparent !important;
}

.font-size-60 {
    font-size:90px;
    float: left !important;
}

.color-orange {
    color: #347af4;
}

.mySlides {
    display:none;
}

body {
    -webkit-font-feature-settings: "kern", "liga", "pnum";
    -moz-font-feature-settings: "kern", "liga", "pnum";
    -ms-font-feature-settings: "kern", "liga", "pnum";
    font-feature-settings: "kern", "liga", "pnum";
    -webkit-font-smoothing: antialiased;
}

.text-xxs-center, .hero-block, .page-competitors .hs-form .post-submit-message, .page-competitors .hbspt-form .post-submit-message {
    text-align: center;
}

.text-light, .text-xl, .text-xxl, .page-title, .text-xxxl, .hero-block h1, .text-xxxxl, .text-xxxxxl {
    font-weight: 300;
}

.text-xxxl, .hero-block h1 {
    font-size: 36px;
    line-height: 1.25;
}

.m-t-sm {
    margin-top: 1.5rem;
}

.text-sm, .hero-block p, .page-job article h1, .page-job article h2, .page-job article h3, .page-job article h4, .page-job article h5, .page-competitors .features-table tbody {
    font-size: 18px;
}

.m-b-lg {
    margin-bottom: 3rem;
}

.text-xxl, .page-title {
    font-size: 32px;
    line-height: 1.25;
}

.m-b {
    margin-bottom: 2rem;
}

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

.text-xs, .alert .alert-body, .page-job article p, .page-job article ul, .page-job article ol, .page-features .feature .learn-more {
    font-size: 16px;
}

.m-x-auto {
    margin-right: auto !important;
    margin-left: auto !important;
}

.m-b-xs, .hero-block h1 {
    margin-bottom: 1rem;
}
