.article-content {
    margin: 2vw;
}

.article-container {
    margin: 2vw;
}

.article-cat {
    border: 1px solid;
    background: #000;
    width: 8vw;
    color: #fff;
    text-align: center;
    padding: 5px;
    text-transform: uppercase;
}

.article-section {
    margin: 2vh;
}

.brand {
    float: left;
    margin-left: 1em;
    cursor: pointer;
}

.blue-text {
    color: #0066FF;
}

.btn-demo {
    background: #0066FF;
    color: white;
    padding: 2vh;
    font-size: 1.5vw;
    justify-content: space-around;
    display: flex;
    align-items: center;
    width: 17%;
    cursor: pointer;
}

.btn-demo svg {
    fill: white;
    height: 3vh;
}

.container {
    border-bottom: 1px solid #aaa;
    height: 6.5vh;
}

#o-column-1 {  
    flex: 65% !important;
    height: 20vh !important;
    background-image: url(/img/iStock-1147195672.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 2vw 0 !important;
}

#o-column-2 {  
    flex: 65% !important;
    height: 20vh !important;
    background-image: url(/img/iStock-1212006391.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 2vw 0 !important;
}

#o-column-3 {  
    flex: 65% !important;
    height: 20vh !important;
    background-image: url(/img/iStock-667795446.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 2vw 0 !important;
}

#o-column-4 {
    flex: 65% !important;
    height: 20vh !important;
    background-image: url(/img/MAR-reporting-v1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 2vw 0 !important;    
}

#o-column-5 {
    flex: 65% !important;
    height: 20vh !important;
    background-image: url(/img/reporting-v1.jpg);
    background-size: cover;
    background-repeat: no-repeat;
    margin: 0 0 2vw 0 !important;    
}

.column-container.three-images {
    margin: 4vh;
    width: 33.3%
}

.column-container.two-images {
    margin: 4vh;
    width: 33.3%
}

/*.column-text {
    font-family: lato;
    font-size: 16px;
    line-height: 24px;
}*/

.subtext p {
    font-size: 12px;
    margin-top: 16px;
}

/*span.column-header {
    color: black;
    font-weight: bold;
}*/

/*span.italic {
    font-style: italic;
    font-weight: 100;
    font-size: 11pt;
    color: #68727F;
}*/

.overview-banner {
    padding: 2vw 0;
    background: #F5F6FA;
    height: 12vh;
    display: flex;
    align-items: center;
    justify-content: space-evenly;
}

.o-banner-text {
    width: 70%;
    font-size: 21pt;
    font-weight: bold;
}

.hero-image {
    background-image: url(/img/features-banner-v1.jpg);
    background-position: unset;
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    min-height: 45vmin;
    max-height: 960px;
}

@media screen and (max-width: 1024px) {

    .btn-demo {
        font-size: 3.5vw;
        width: 50%;
        text-align: left;
        margin: auto;
    }

    .column-container {
        margin: 3vh;
    }

    .overview-banner {
        display: inline-table;
        text-align: center;
        padding: 2vh;
    }

    .o-banner-text {
        width: auto;
        font-size: 20pt;
        padding: 0 0 2vh 0;
    }

    .column {
        flex: auto !important;
    }
}


@media screen and (max-width: 768px) {

    .article-cat {
        width: 40%;
    }

    .article-section {
        margin: .5em;
    }

    .btn-demo {
        font-size: 3.5vw;
        width: 50%;
        text-align: left;
        margin: auto;
    }

    .container {
        height: auto;
    }

    .column {
        flex: auto !important;
    }

    .column-text {
        padding-bottom: 5vh;
    }

    h2 {
        font-size: 18pt !important;
    }

    .o-banner-text {
        width: auto;
        font-size: 13pt;
        padding: 0 0 2vh 0;
    }

    span.italic {
        font-size: 11pt;
    }

    .overview-banner {
        display: inline-table;
        text-align: center;
        padding: 2vh;
    }

    .row {
        display: block !important;
    }

    .row {
        padding: 1em !important;
    }
    
}