.page-content [data-id]:not([data-overlap]) {
        overflow:hidden;
        max-width: 100%;
}
.page-content [data-id] > div:not(.gridContainer) > div {
    margin-left: auto !important;
    margin-right: auto !important;
}

.white-text p,
.white-text h1,
.white-text h2,
.white-text h3,
.white-text h4,
.white-text h5,
.white-text h6 {
    color: #ffffff;
}

.white-text-section .dynamic-color p,
.white-text-section .dynamic-color h1,
.white-text-section .dynamic-color h2,
.white-text-section .dynamic-color h3,
.white-text-section .dynamic-color h4,
.white-text-section .dynamic-color h5,
.white-text-section .dynamic-color h6 {
    color: #ffffff;
}

.homepage-template.home .page-content {
    padding: 0px;
}

.flexbox-list {
    display: -webkit-box;
    display: -webkit-flex;
    display: -webkit-flexbox;
    display: -moz-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex: 0 1 auto;
    flex: 0 1 auto;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
}

.flexbox-list:before,
.flexbox-listw:after,
.flexbox-list *:before,
.flexbox-listw *:after {
    content: normal;
}

.custom-image {
    margin-bottom: 18px;
}

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

.cp12cols .bg-alt-color,
.cp6cols:nth-of-type(2n+1) .bg-alt-color,
.cp4cols:nth-of-type(3n+1) .bg-alt-color,
.cp3cols:nth-of-type(4n+1) .bg-alt-color,
.cp2cols:nth-of-type(6n+1) .bg-alt-color {
    background-color: rgb(3, 169, 244);
    color: #ffffff;
}

.cp6cols:nth-of-type(2n+2) .bg-alt-color,
.cp4cols:nth-of-type(3n+2) .bg-alt-color,
.cp3cols:nth-of-type(4n+2) .bg-alt-color,
.cp2cols:nth-of-type(6n+2) .bg-alt-color {
    background-color: #4caf50;
    color: #ffffff;
}

.cp4cols:nth-of-type(3n+3) .bg-alt-color,
.cp3cols:nth-of-type(4n+3) .bg-alt-color,
.cp2cols:nth-of-type(6n+3) .bg-alt-color {
    background-color: #fbc02d;
    color: #ffffff;
}

.cp3cols:nth-of-type(4n+4) .bg-alt-color,
.cp2cols:nth-of-type(6n+4) .bg-alt-color {
    background-color: #9c27b0;
    color: #ffffff;
}

.cp2cols:nth-of-type(6n+5) .bg-alt-color {
    background-color: #4caf50;
    color: #ffffff;
}

.cp2cols:nth-of-type(6n+6) .bg-alt-color {
    background-color: #9c27b0;
    color: #ffffff;
}

.cp12cols.border-bottom-alt-color,
.cp6cols:nth-of-type(2n+1).border-bottom-alt-color,
.cp4cols:nth-of-type(3n+1).border-bottom-alt-color,
.cp3cols:nth-of-type(4n+1).border-bottom-alt-color,
.cp2cols:nth-of-type(6n+1).border-bottom-alt-color {
    border-bottom-color: rgb(3, 169, 244);
}

.cp6cols:nth-of-type(2n+2).border-bottom-alt-color,
.cp4cols:nth-of-type(3n+2).border-bottom-alt-color,
.cp3cols:nth-of-type(4n+2).border-bottom-alt-color,
.cp2cols:nth-of-type(6n+2).border-bottom-alt-color {
    border-bottom-color: #4caf50;
}

.cp4cols:nth-of-type(3n+3).border-bottom-alt-color,
.cp3cols:nth-of-type(4n+3).border-bottom-alt-color,
.cp2cols:nth-of-type(6n+3).border-bottom-alt-color {
    border-bottom-color: #fbc02d;
}

.cp3cols:nth-of-type(4n+4).border-bottom-alt-color,
.cp2cols:nth-of-type(6n+4).border-bottom-alt-color {
    border-bottom-color: #9c27b0;
}

.cp2cols:nth-of-type(6n+5).border-bottom-alt-color {
    border-bottom-color: #4caf50;
}

.cp2cols:nth-of-type(6n+6).border-bottom-alt-color {
    border-bottom-color: #9c27b0;
}

.header-homepage {
    background-color: #ffffff;
}

.header_description {
    padding-top: 5%;
    padding-bottom: 5%;
    min-height: auto;
}

div#fancybox-overlay {
    display: none;
}

.cp-icon {
    display: block;
    margin-bottom: 14px;
}

.cp-icon.fa6 {

    font-size: 1rem !important;
}

.cp-icon.fa5 {

    font-size: 2rem !important;
}

.cp-icon.fa4 {

    font-size: 3rem !important;
}

.cp-icon.fa3 {

    font-size: 4rem !important;
}

.cp-icon.fa2 {

    font-size: 5rem !important;
}

.cp-icon.fa1 {

    font-size: 6rem !important;
}

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

    .header_description {
        padding-top: 5%;
        padding-bottom: 5%;
        min-height: auto;
        width: 60%;
    }

    [data-overlap=true] {
        padding-top: 0px !important;
        padding-bottom: 75px;
    }

}

@media only screen and (max-width: 767px) {
    .cp2cols-mobile {
        width: 16.66666% !important;
        max-width: 16.66666% !important;
        flex-basis: 16.66666% !important;
        float: left !important;
    }

    .cp3cols-mobile {
        width: 25% !important;
        max-width: 25% !important;
        flex-basis: 25% !important;
        float: left !important;
    }

    .cp4cols-mobile {
        width: 33.33333% !important;
        max-width: 33.33333% !important;
        flex-basis: 33.33333% !important;
        float: left !important;
    }

    .cp6cols-mobile {
        width: 50% !important;
        max-width: 50% !important;
        flex-basis: 50% !important;
        float: left !important;
    }

    .cp12cols-mobile {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
        float: none !important;
    }

    div .cp1cols-mobile:nth-of-type(12n+1) {
        clear: left;
    }

    div .cp2cols-mobile:nth-of-type(6n+1) {
        clear: left;
    }

    div .cp3cols-mobile:nth-of-type(4n+1) {
        clear: left;
    }

    div .cp4cols-mobile:nth-of-type(3n+1) {
        clear: left;
    }

    div .cp6cols-mobile:nth-of-type(2n+1) {
        clear: left;
    }
}

@media only screen and (min-width: 768px) and (max-width: 1023px) {
    .cp1cols-tablet {
        width: 8.33333% !important;
        max-width: 8.33333% !important;
        flex-basis: 8.33333% !important;
        float: left;
    }

    .cp2cols-tablet {
        width: 16.66666% !important;
        max-width: 16.66666% !important;
        flex-basis: 16.66666% !important;
        float: left !important;
    }

    .cp3cols-tablet {
        width: 25% !important;
        max-width: 25% !important;
        flex-basis: 25% !important;
        float: left !important;
    }

    .cp4cols-tablet {
        width: 33.33333% !important;
        max-width: 33.33333% !important;
        flex-basis: 33.33333% !important;
        float: left !important;
    }

    .cp6cols-tablet {
        width: 50% !important;
        max-width: 50% !important;
        flex-basis: 50% !important;
        float: left !important;
    }

    .cp12cols-tablet {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
        float: none;
    }

    ul .cp1cols-tablet:nth-of-type(12n+1),
    div .cp1cols-tablet:nth-of-type(12n+1) {
        clear: left;
    }

    ul .cp2cols-tablet:nth-of-type(6n+1),
    div .cp2cols-tablet:nth-of-type(6n+1) {
        clear: left;
    }

    ul .cp3cols-tablet:nth-of-type(4n+1),
    div .cp3cols-tablet:nth-of-type(4n+1) {
        clear: left;
    }

    ul .cp4cols-tablet:nth-of-type(3n+1),
    div .cp4cols-tablet:nth-of-type(3n+1) {
        clear: left;
    }

    ul .cp6cols-tablet:nth-of-type(2n+1),
    div .cp6cols-tablet:nth-of-type(2n+1) {
        clear: left;
    }
}

@media only screen and (min-width: 1024px) {
    .header-homepage {
        min-height: auto;
    }

    .header_description {
        padding-top: 5%;
        padding-bottom: 5%;
        width: 50%;
    }

    .cp1cols {
        max-width: 8.33333% !important;
        width: 8.33333% !important;
        flex-basis: 8.33333% !important;
        float: left !important;
    }

    .cp2cols {
        max-width: 16.66666% !important;
        width: 16.66666% !important;
        flex-basis: 16.66666% !important;
        float: left !important;
    }

    .cp3cols {
        max-width: 25% !important;
        width: 25% !important;
        flex-basis: 25% !important;
        float: left !important;
    }

    .cp4cols {
        width: 33.33333% !important;
        max-width: 33.33333% !important;
        flex-basis: 33.33333% !important;
        float: left !important;
    }

    .cp6cols {
        width: 50% !important;
        max-width: 50% !important;
        flex-basis: 50% !important;
        float: left !important;
    }

    .cp12cols {
        width: 100% !important;
        max-width: 100% !important;
        flex-basis: 100% !important;
        float: none !important;
    }

    ul .cp1cols:nth-of-type(12n+1) ,
    div .cp1cols:nth-of-type(12n+1) {
        clear: left;
    }

    ul .cp2cols:nth-of-type(6n+1) ,
    div .cp2cols:nth-of-type(6n+1) {
        clear: left;
    }

    ul .cp3cols:nth-of-type(4n+1) ,
    div .cp3cols:nth-of-type(4n+1) {
        clear: left;
    }

    ul .cp4cols:nth-of-type(3n+1) ,
    div .cp4cols:nth-of-type(3n+1) {
        clear: left;
    }

    ul .cp6cols:nth-of-type(2n+1) ,
    div .cp6cols:nth-of-type(2n+1) {
        clear: left;
    }

}

p {
    margin: 00px 0px 20px 0px;
}