﻿h2 {
    font-size: 40px;
    line-height: 47px;
    margin: 0px;
    padding: 0px;
    margin-bottom: 16px;
}

h3 {
    font-size: 32px;
    line-height: 38px;
    color: #006940;
    text-transform: uppercase;
    padding: 0px;
    margin-bottom: 3px;
}

h4 {
    font-size: 24px;
    line-height: 28px;
    font-weight: bold;
    margin-bottom: 16px;
}

hr {
    border: 0;
    border-bottom: 2px solid #0E6940;
    margin: 0px 0px 24px;
}

.banner {
    padding: 60px 0px 84px;
}

    .banner .page_subtitle {
        font-size: 18px;
        line-height: 24px;
    }

.area-breadcrumbs {
    margin-bottom: 64px;
}

.page-section {
    margin-bottom: 64px;
}

.content {
    font-size: 16px;
    line-height: 22px;
}

    .content p {
        margin-bottom: 12px;
    }

.left-col {
    padding-right: 32px;
}

.right-col {
    padding-left: 32px;
}

#definition {
    padding: 84px;
    text-align: center;
    box-shadow: 0px 0px 6px #00000029;
}

#infographic .content {
    width: calc(50vw);
    margin-left: auto;
    margin-right: auto;
}

    #infographic .content.top {
        margin-bottom: calc(13vw + 64px);
    }

.infographic-image-container.non-tablet {
    width: calc(100vw);
    height: calc(33.24vw);
    margin-top: calc(-23.12vw - 32px);
    margin-bottom: calc(-10.12vw + 32px);
}

#whoshoulduse {
    background-color: #4FAC5015;
    padding-top: 116px;
    padding-bottom: 116px;
}

    #whoshoulduse .container {
        width: calc(50vw);
    }

    #whoshoulduse .icons-container {
        display: table;
        width: 100%;
    }

    #whoshoulduse .icon-container {
        display: table-cell;
        width: 25%;
        text-align: center;
    }

        #whoshoulduse .icon-container .label-container {
            font-size: 16px;
            line-height: 19px;
            font-weight: bold;
            margin-bottom: 32px;
        }

#solution {
    background-color: #4FAC5015;
    padding-top: 116px;
    padding-bottom: 116px;
    text-align: center;
}

#features .image-container {
    height: 100%;
    align-content: center;
}

#features ul {
    margin: 0;
    padding: 0;
    position: relative;
    list-style: none;
    margin-bottom: 8px;
}

    #features ul li {
        font-size: 16px;
        line-height: 22px;
        margin-bottom: 16px;
    }

        #features ul li::before {
            content: " ";
            background-color: #006940;
            border-radius: 50%;
            display: inline-block;
            height: 6px;
            width: 6px;
            margin-right: 12px;
            margin-bottom: 4px;
        }

#demo_cta {
    padding: 72px 56px;
    box-shadow: 0px 0px 6px #00000029;
}

    #demo_cta .content-container {
        align-content: center;
    }

    #demo_cta a {
        color: #006940;
        text-decoration: underline;
    }



@media (max-width: 1200px) {
}

@media (max-width: 992px) {
}

@media (min-width: 769px) {
    .tablet {
        display: none !important;
    }
}

@media (max-width: 768px) {
    .non-tablet {
        display: none !important;
    }

    #infographic .content {
        width: calc(66vw);
    }

        #infographic .content.top {
            margin-bottom: 36px;
        }

    .infographic-image-container.tablet {
        margin-bottom: 48px;
        width: calc(66vw);
        margin-left: auto;
        margin-right: auto;
    }

    #whoshoulduse {
        padding-top: 54px;
        padding-bottom: 36px;
    }

        #whoshoulduse .container {
            width: calc(66vw);
        }
}

@media (min-width: 577px) {
}

@media (max-width: 576px) {

    .col-xs-6 {
        width: 50%;
    }

    h2 {
        font-size: 32px;
        line-height: 38px;
        white-space: normal;
    }

    h3 {
        font-size: 24px;
        line-height: 28px;
    }

    h5 {
        font-size: 16px;
        line-height: 20px;
    }

    .btn {
        width: 100%;
    }

    .banner {
        padding: 32px 0px 16px;
    }

        .banner h1, .banner .page_title {
            font-size: 40px;
            line-height: 47px;
            text-shadow: 0px 0px 8px #1C1C1C84;
            padding: 0px 0px 8px 0px;
        }

        .banner .page_subtitle {
            font-size: 16px;
            line-height: 22px;
        }

    .area-breadcrumbs {
        padding: 16px 0px 32px;
        margin-bottom: 0px;
    }

    .page-section {
        margin-bottom: 48px;
    }

    .left-col {
        padding-right: 15px;
    }

    .right-col {
        padding-left: 15px;
    }

    #definition {
        padding: 32px 16px;
        text-align: left;
    }

    #infographic .content {
        width: 100%;
        padding-left: 15px;
        padding-right: 15px;
    }
    .infographic-image-container.tablet {
        width: 100%
    }

    #whoshoulduse .container {
        width: 100%;
    }

    #whoshoulduse .icons-container {
        display: block;
    }

    #whoshoulduse .icon-container {
        width: calc(50vw - 20px);
        display: inline-block;
    }

    #challenge .content {
        margin-bottom: 24px;
    }

    #solution {
        padding-top: 54px;
        padding-bottom: 54px;
        text-align: left;
    }

        #solution h2 {
            text-align: center;
        }

    #features ul {
        margin-bottom: 24px;
    }

    #demo_cta {
        padding: 32px 20px 40px;
    }
}
