body {
    color: #676a6c;
    font-size: .9rem;
}

a:hover {
    text-decoration: none;
}

/*Global Headings ------------------------------------------------------------------------- */
h1 {
    font-weight: 300;
    line-height: 1.2;
    color: inherit;
    font-size: 2rem;
    margin-bottom: 1.5rem;
}

h2 {
    font-size: 2.5rem;
    margin-bottom: 1.25rem;
}

h3 {
    margin-bottom: 0.5rem;
    font-family: inherit;
    font-weight: 300;
    line-height: 1.4;
    color: #666666;
    font-size: 1.2rem;
}

h4 {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: .4rem;
    color: #ff6665;
}

h5 {
    text-transform: uppercase;
    font-size: .9rem;
    font-weight: 300;
    letter-spacing: .05rem;
}

h6 {
}

/*Misc. Elements ------------------------------------------------------------------------- */
.trumbowyg-editor, .trumbowyg-textarea {
    min-height: 200px !important;
}

.trumbowyg-box, .trumbowyg-editor {
    min-height: 200px !important;
}

label {
    margin-bottom: .3rem;
    font-weight: 700;
    font-size: .8rem;
}

.mt-7, .my-7 {
    margin-top: 7rem !important;
}

.rounded-btn {
    border-radius: 50px;
    font-size: .75rem;
    font-weight: bold;
    letter-spacing: .05rem;
}

.btn-danger {
    color: #fff !important;
}

.box-shadow {
    box-shadow: 0px 0.15rem 0.5rem rgba(0,0,0,0.05);
    transition: all .4s ease-in-out;
}

.box-shadow-strong {
    -webkit-box-shadow: 0px 10px 50px -7px rgba(0,0,0,0.15);
    -moz-box-shadow: 0px 10px 50px -7px rgba(0,0,0,0.15);
    box-shadow: 0px 10px 50px -7px rgba(0,0,0,0.15);
}

/*Checkbox Override*/
.label__checkbox {
    display: none;
}

.label__check {
    display: inline-block;
    border-radius: 50%;
    border: 5px solid rgba(0,0,0,0.1);
    background: white;
    vertical-align: middle;
    margin-right: 5px;
    width: 2em;
    height: 2em;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: border .3s ease;
}

i .icon {
    opacity: 0.2;
    font-size: ~'calc(1rem + 1vw)';
    color: transparent;
    transition: opacity .3s .1s ease;
    -webkit-text-stroke: 3px rgba(0,0,0,.5);
}

    i .icon:hover {
        border: 5px solid rgba(0,0,0,0.2);
    }

.label__checkbox:checked + .label__text .label__check {
    animation: check .5s cubic-bezier(0.895, 0.030, 0.685, 0.220) forwards;
}

.icon {
    opacity: 1;
    transform: scale(0);
    color: white;
    -webkit-text-stroke: 0;
    animation: icon .3s cubic-bezier(1.000, 0.008, 0.565, 1.650) .1s 1 forwards;
}

@keyframes icon {
    from {
        opacity: 0;
        transform: scale(0.3);
    }

    to {
        opacity: 1;
        transform: scale(1)
    }
}

@keyframes check {
    0% {
        width: 1.5em;
        height: 1.5em;
        border-width: 5px;
    }

    10% {
        width: 1.5em;
        height: 1.5em;
        opacity: 0.1;
        background: rgba(0,0,0,0.2);
        border-width: 15px;
    }

    12% {
        width: 1.5em;
        height: 1.5em;
        opacity: 0.4;
        background: rgba(0,0,0,0.1);
        border-width: 0;
    }

    50% {
        width: 2em;
        height: 2em;
        background: #00d478;
        border: 0;
        opacity: 0.6;
    }

    100% {
        width: 2em;
        height: 2em;
        background: #00d478;
        border: 0;
        opacity: 1;
    }
}

/*TABLES*/
.table {
    border: 1px solid #e9ecef;
    background: #FFFFFF;
}

.table-sm td, .table-sm th {
    padding: .6rem 1rem;
}

.table-sm thead td, .table-sm thead th {
    padding: .5rem 1rem;
}

.table-sm tfoot td, .table-sm tfoot th {
    padding: .4rem 1rem;
}

.table thead {
    border-bottom: 4px solid #e9ecef;
    background: #FFFFFF;
}

.table tfoot {
    border-top: 4px solid #e9ecef;
    background: #FFFFFF;
}

.table thead th {
    vertical-align: bottom;
    font-weight: 700;
    font-size: .8rem;
}

.table td {
    font-weight: 400;
    font-size: .85rem;
    vertical-align: middle;
}

.table th, .table td {
    padding: .3rem .75rem;
}

/*Pagination ------------------------------------------------------------------------- */
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
    background-color: #f4f4f4;
    border-color: #DDDDDD;
    color: inherit;
    cursor: default;
    z-index: 2;
    font-size: .7rem;
}

    .pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus {
        z-index: 3;
        color: #fff;
        cursor: default;
        background-color: #337ab7;
        border-color: #337ab7;
        font-size: .7rem;
    }

.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus {
    z-index: 2;
    color: #23527c;
    background-color: #eee;
    border-color: #ddd;
    font-size: .7rem;
}

.pagination > li > a, .pagination > li > span {
    background-color: #ffffff;
    border: 1px solid #DDDDDD;
    color: inherit;
    float: left;
    line-height: 1.4285;
    margin-left: -1px;
    padding: 4px 10px;
    position: relative;
    text-decoration: none;
    font-size: .7rem;
}

.pagination > li > a, .pagination > li > span {
    position: relative;
    float: left;
    padding: 6px 12px;
    margin-left: -1px;
    line-height: 1.4285;
    color: #337ab7;
    text-decoration: none;
    background-color: #fff;
    border: 1px solid #ddd;
    font-size: .7rem;
}


/*Primary Navbar ------------------------------------------------------------------------- */
.navbar {
    padding: 0 1rem;
    min-height: 55px;
}

    .navbar .nav-item .nav-link {
        padding: .2rem .7rem 0rem .7rem;
        font-size: .9rem;
    }

        .navbar .nav-item .nav-link i, .navbar .nav-item .nav-link svg {
            margin: 0rem 0rem 0rem .1rem;
            font-size: 1.4rem;
        }

        .navbar .nav-item .nav-link:hover {
            color: #ff403f;
        }

    .navbar .dropdown-menu {
        font-size: .9rem;
    }

.navbar-brand {
    font-size: 1.5rem;
    font-weight: 300;
}

a.navbar-brand:hover {
    text-decoration: none;
}

.navbar-brand .bug-text {
    font-weight: 800;
    margin-left: 2px;
}

.navbar-brand .svg-inline--fa {
    vertical-align: -0.05em;
    font-size: 1.6rem;
}

/*Splash ------------------------------------------------------------------------- */
.splash {
    padding: 4rem 0 1rem 0;
}

    .splash .screenshot {
        z-index: 25;
    }

.splash-image {
    margin-top: -27rem;
    padding: 0;
}

.splash h1 {
    font-weight: 700;
    line-height: 2.75rem;
    font-size: 2.25rem;
}

.splash p {
    font-weight: 300;
    line-height: 1.5rem;
    font-size: 1.05rem;
}

/*Call to Action Banner ------------------------------------------------------------------------- */
.cta-banner h3 {
    font-size: 1.75rem;
    font-weight: 700;
    margin: 0px;
    padding: 0px;
    margin-top: 6px;
}

.cta-banner .btn {
    font-weight: 700;
    padding: .5rem 2rem;
    line-height: 1.5;
    color: #ff6665;
    background: #FFFFFF;
    transition: all .3s ease-in-out;
    font-size: 1.1rem;
}

    .cta-banner .btn:hover {
        color: #FFFFFF;
        background-color: #006699;
        border-color: #006699;
    }

/*Pricing ------------------------------------------------------------------------- */
.pricing-container {
    padding-top: 75px;
    padding-bottom: 375px;
    background: url(../Content/Images/bkg_landscape.jpg) no-repeat bottom center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

    .pricing-container a:hover {
        text-decoration: none;
    }

    .pricing-container .card {
        position: relative;
        display: flex;
        flex-direction: column;
        min-width: 0;
        word-wrap: break-word;
        background-color: #fff;
        background-clip: border-box;
        border: none;
        border-radius: .25rem;
    }

    .pricing-container .card-header {
        padding: 2rem 1.25rem;
        margin-bottom: 0;
        background-color: #1ab394;
        border-bottom: 1px solid rgba(0,0,0,.125);
        color: #FFFFFF;
        text-align: center;
    }

        .pricing-container .card-header h5 {
            text-transform: uppercase;
            font-size: .9rem;
            font-weight: 500;
            letter-spacing: .04rem;
        }

        .pricing-container .card-header p {
            margin-top: .75rem;
            margin-bottom: 0;
            font-weight: 400;
        }

    .pricing-container .card-body {
        flex: 1 1 auto;
        padding: 1rem 2.25rem;
        color: #676a6c;
    }

    .pricing-container .card-title {
        margin-bottom: .75rem;
    }

    .pricing-container .card-body ul li {
        padding: 8px 0;
        border-bottom: 1px solid rgba(0,0,0,.125);
    }

        .pricing-container .card-body ul li .svg-inline--fa {
            font-size: .8rem;
            margin-right: 4px;
        }

    /*.pricing-container .card:hover {
        -webkit-box-shadow: 0px 10px 50px -7px rgba(0,0,0,0.33);
        -moz-box-shadow: 0px 10px 50px -7px rgba(0,0,0,0.33);
        box-shadow: 0px 10px 50px -7px rgba(0,0,0,0.33);
        z-index: 10;
    }*/

    .pricing-container .btn {
        font-weight: 700;
        padding: .5rem 2rem;
        line-height: 1.5;
        color: #FFFFFF;
        background: #ff6665;
        transition: all .3s ease-in-out;
        font-size: .85rem;
    }

        .pricing-container .btn:hover {
            background-color: #1ab394;
            border-color: #1ab394;
        }

/*Start Page ------------------------------------------------------------------------- */
.start .btn-outline-primary {
    font-size: .9rem;
    text-align: left;
}

    .start .btn-outline-primary i, .start .btn-outline-primary svg {
        margin-right: 4px;
    }

/*Demo ------------------------------------------------------------------------- */
.demo-form {
    /*background: #f3f3f4;*/
}

/*Integrations ------------------------------------------------------------------------- */
.itemList {
    clear: both;
    list-style: none;
    margin: 0;
    padding: 0;
}

.integrationBox {
    padding: 12px 15px;
    background: #FFFFFF;
    border: 1px solid #dbdee2;
    border-bottom-color: rgba(0,0,0,0.15);
    border-radius: 3px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1);
    margin: 0 1.5% 10px 0;
    position: relative;
    float: left;
    min-width: 48.4%;
    font-size: 12px;
}

li {
    line-height: 1.3;
}

li {
    display: list-item;
    text-align: -webkit-match-parent;
}

.itemContent {
    float: left;
    margin: 5px 10px 10px;
}

    .itemContent .confirm {
        padding: 2px 5px 2px 20px;
    }

.integrationBox img {
    float: left;
    margin: 6px 0 0;
}

img {
    max-width: 100%;
    width: auto\9;
    height: auto;
    vertical-align: middle;
    border: 0;
    -ms-interpolation-mode: bicubic;
}

.integrationBox .notice {
    font-weight: 400 !important;
    padding: 5px 10px !important;
    right: -1px;
    position: absolute;
    top: -1px;
    border-radius: 0 2px 0 0;
    color: #FFFFFF;
}

.integrationBox .confirm {
    background: #99cb58;
}



/*Footer ------------------------------------------------------------------------- */
footer {
    /*background: #FFFFFF;*/
}

.site-brand {
    font-size: 1.5rem;
    font-weight: 300;
}

a.site-brand:hover {
    text-decoration: none;
}

.site-brand .bug-text {
    font-weight: 800;
    margin-left: 2px;
}

.site-brand .svg-inline--fa {
    vertical-align: -0.05em;
    font-size: 1.6rem;
}

footer ul {
}

    footer ul li {
        padding: 3px 0;
        font-size: .85rem;
    }

        footer ul li .svg-inline--fa {
            font-size: .8rem;
            margin-right: 4px;
        }

        footer ul li a:hover {
            text-decoration: none;
        }



@media (max-width: 960px) {
    .navbar .nav-item .nav-link {
        padding: .8rem .7rem 0rem .7rem;
    }

    .integrationBox {
        padding: 12px 15px;
        background: #FFFFFF;
        border: 1px solid #dbdee2;
        border-bottom-color: rgba(0,0,0,0.15);
        border-radius: 3px;
        box-shadow: 0 1px 2px rgba(0,0,0,0.1);
        margin: 0 1.5% 10px 0;
        position: relative;
        float: left;
        min-width: 100%;
        font-size: 12px;
    }
}

.hidden {
    display: none;
}

.show {
    display: block;
}
