.flex-table, .flex-report-gallery {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.flex-table-v2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

    .flex-table-v2.content-center {
        -webkit-box-align: center;
        -ms-flex-align: center;
        -ms-grid-row-align: center;
        align-items: center;
    }

.flex-table-column {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: 1px #666666 dotted;
    margin-bottom: 30px;
}

.flex-table-column-v2 {
    padding: 15px;
    margin-bottom: 30px;
    border: 1px #666666 dotted;
    width: 100%;
}

.flex-table-column-v3 {
    width: 100%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
}

.flex-table-column-v2.flex-product-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    border: none;
    padding: 0;
    background-color: #F2F2F2;
    padding: 0 15px 15px 15px;
}

.flex-table-column-v2:last-child {
    margin-bottom: 0;
}

.flex-table-column-v3 > .flex-deployment-desc {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    border: 1px #666666 dotted;
}

.flex-table-header {
    border-bottom: 1px #666666 dotted;
    text-align: center;
}


.flex-table-column p, .flex-report-gallery p, .flex-table-column-v2 p {
    margin: 0;
}

.flex-report-gallery {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    -ms-grid-row-align: center;
    align-items: center;
}

    .flex-report-gallery > div {
        padding: 10px;
    }

        .flex-report-gallery > div:last-child {
            padding: 20px;
        }

#reportCarousel {
    background: #EEF7F8; /* For browsers that do not support gradients */
    background: -webkit-radial-gradient(circle, #EEF7F8,#D2EDF3); /* For Safari 5.1 to 6.0 */
    background: -o-radial-gradient(circle, #EEF7F8,#D2EDF3); /* For Opera 11.1 to 12.0 */
    background: -moz-radial-gradient(circle, #EEF7F8,#D2EDF3); /* For Firefox 3.6 to 15 */
    background: radial-gradient(circle, #EEF7F8,#D2EDF3); /* Standard syntax */
}

.flex-product-item .flex-product-header {
    background-color: #DBDCDC;
    padding: 5px 0;
    margin: 0 -15px;
}

.flex-product-item .flex-product-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
}

    .flex-product-item .flex-product-content > div {
        -webkit-box-flex: 1;
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }

.flex-deployment-desc > * {
    padding: 10px;
}

.o-p-bg-light-turqoise {
    margin-top: 20px;
    padding: 20px;
    background: #EEF7F8; /* For browsers that do not support gradients */
    background: -webkit-linear-gradient(#FFFFFF, #EEF7F8); /* For Safari 5.1 to 6.0 */
    background: -o-linear-gradient(#FFFFFF, #EEF7F8); /* For Opera 11.1 to 12.0 */
    background: -moz-linear-gradient(#FFFFFF, #EEF7F8); /* For Firefox 3.6 to 15 */
    background: linear-gradient(#FFFFFF, #EEF7F8); /* Standard syntax */
}


.flex-table.logo-row {
    border-top: 2px solid #2888C9;
    border-bottom: 2px solid #2888C9;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

    .flex-table.logo-row > .logo-item {
        width: calc(100% / 4);
    }

@media(min-width: 768px) {
    .flex-table-column {
        width: 50%;
        margin-bottom: 0;
    }

    .flex-report-gallery > div:first-child {
        width: 60%;
    }

    .flex-report-gallery > div:last-child {
        width: 40%;
    }

    .flex-report-gallery > div {
        margin-bottom: 0;
    }

    .flex-table-column-v2 {
        width: calc(50% - 15px);
    }

        .flex-table-column-v2.three-cols {
            width: calc((100% - 60px) / 3);
        }

        .flex-table-column-v2:nth-child(3), .flex-table-column-v2:nth-child(4), .flex-table-column-v2.flex-product-item {
            margin-bottom: 0;
        }

    .flex-table-column-v3 {
        width: calc(100% / 3);
    }


    .flex-table.logo-row > .logo-item {
        width: calc(100% / 7);
    }
}

@media(min-width: 992px) {
    .flex-report-gallery > div img {
        height: 564px;
    }
}

@media(min-width: 1200px) {
    .flex-report-gallery > div img {
        height: 692px;
    }
}

.slider-wrapper.no-border {
    padding: 0 !important;
    border: none !important;
}

    .slider-wrapper.no-border .owl-controls {
        bottom: 0;
        position: absolute;
        width: 100%;
    }
