@media (min-width: 1200px) {
.categories-holder.two-cols-holder.moving {
    margin-left: -35px;
    margin-right: -35px;
} }
@media (min-width: 768px) {
.categories-holder.two-cols-holder.moving {
    margin-left: -20px;
    margin-right: -20px;
} }
@media (min-width: 1024px) {
.categories-holder {
    margin: 0 -23px;
}}
.categories-holder {
    display: flex;
    flex-wrap: wrap;
    margin: 0 -10px;
    position: relative;
    z-index: 3;
}
* {
    max-height: 1000000px;
}
*, :after, :before {
    box-sizing: inherit;
}
@media (min-width: 1200px) {
.moving .tab-col {
    width: calc(50% - 70px);
    margin: 0 35px 40px;
} }
@media (min-width: 768px) {
.moving .tab-col {
    width: calc(50% - 40px);
    margin-left: 20px;
    margin-right: 20px;
} }
.moving .tab-col {
    transition: transform .3s ease-in-out;
}
@media (min-width: 1200px) {
:not(.moving) .tab-col {
    width: calc(50% - 50px);
    margin: 0 25px 40px;
} }
@media (min-width: 768px) {
:not(.moving) .tab-col {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
} }

.tab-col {
    width: 100%;
    display: flex;
    margin: 0 10px 30px;
    position: relative;
}
.a, .a:focus, .a:hover {
    text-decoration: none;
    color: #333;
}
.a {
    transition: opacity .3s ease-in-out;
    color: #333;
    outline: none;
}
.a {
    transition: color .3s ease-in-out;
}
.a {
    background-color: transparent;
}
* {
    max-height: 1000000px;
}
*, :after, :before {
    box-sizing: inherit;
}

user agent stylesheet
.a:-webkit-any-link {
    color: -webkit-link;
    cursor: pointer;
    text-decoration: underline;
}

.moving .tab-col:hover:before {
    box-shadow: 0 0 20px rgb(0 0 0 / 10%);
}

@media (min-width: 768px) {
.moving .tab-col:before {
    left: 40px;
} }

@media (min-width: 480px) {
.moving .tab-col:before {
    left: 30px;
} }
.moving .tab-col:before {
    transition: box-shadow .3s linear;
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    left: 40px;
    bottom: 0;
    z-index: -2;
    background-color: #fff;
    box-shadow: 0 0 20px rgb(0 0 0 / 5%);
}

*, :after, :before {
    box-sizing: inherit;
}

.moving .tab-col .img-holder {
    transition: transform .3s ease-in-out;
    will-change: transform;
    transform-origin: center center;
}

@media (min-width: 1024px) {
.tab-col .img-holder  {
    margin-right: 30px;
} }
@media (min-width: 768px) {
.tab-col .img-holder  {
    width: 80px;
    height: 80px;
} }
@media (min-width: 480px) {
.tab-col .img-holder  {
    width: 60px;
    height: 60px;
} }
.tab-col .img-holder  {
    width: 80px;
    height: 80px;
    align-self: flex-start;
    text-align: center;
    flex-shrink: 0;
    margin: 20px 14px 20px 0px;
}


.moving .tab-col .text-holder {
    padding: 20px;
}
:not(.moving) .tab-col .text-holder {
    padding: 15px;
}
@media (min-width: 1024px) {
.tab-col .text-holder {
    padding-bottom: 25px;
} }
.tab-col .text-holder {
    position: relative;
}

@media (min-width: 1024px) {
.categories-holder .h6, .tab-content .categories-holder h5 {
    font-size: 16px;
} }
.tab-col .h5 {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 0.5em;
}
@media (min-width: 1024px) {
.categories-holder .h5 {
    font-size: 16px;
    display: block;
    font-family: "Montserrat";
    line-height: 1.25;
    font-weight: 600;
    margin: 0 0 0.5em;
    color: inherit;
    padding: 0 0 0 0;
}
}
@media (min-width: 1024px) {
.h5 {
    font-size: 16px;
}
.h5 {
    font-size: 15px;
} }

.tab-col .p {
    margin-bottom: 0;
    margin: 0 0 1.5em;
    font-family: "Montserrat" ;
    font-size: 14px;
    line-height: 1.428;
    font-weight: 300;
    display: block;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
}
.moving .tab-col:hover:after {
    height: 10px;
}
@media (min-width: 768px) {
.moving .tab-col:after {
    left: 40px;
} }
@media (min-width: 480px) {
.moving .tab-col:after {
    left: 30px;
} }
.moving .tab-col:after {
    transition: height .3s ease-in-out;
    content: "";
    position: absolute;
    top: 100%;
    left: 40px;
    right: 0;
    height: 0;
    background-color: #d22222;
    z-index: -1;
}

.moving .tab-col:hover .img-holder {
    transform: scale(1.125);
}

.container-tc {
    width: 100%;
    max-width: 1446px;
}

/* Addiontial CSS for Blurb-2 Styles*/

@media (min-width: 768px) {
    .category-holder.two-cols-holder.moving {
        margin-left: -20px;
        margin-right: -20px;
    } }
    @media (min-width: 1024px) {
    .category-holder {
        margin: 0 -23px;
    }}
    .category-holder {
        display: flex;
        flex-wrap: wrap;
        margin: 0 -10px;
        position: relative;
        z-index: 3;
    }
    * {
        max-height: 1000000px;
    }
    *, :after, :before {
        box-sizing: inherit;
    }
    @media (min-width: 1200px) {
    .moving .tab-cols {
        width: calc(33% - 70px);
        margin: 0 35px 40px;
    } }
    .moving .tab-cols {
        transition: transform .3s ease-in-out;
    }
    @media (min-width: 1200px) {
    :not(.moving) .tab-cols {
        width: calc(33% - 50px);
        margin: 0 25px 80px;
    } }
    .tab-cols {
        width: 100%;
        display: flex;
        margin: 0 10px 70px;
        position: relative;
    }
    a, a:focus, a:hover {
        text-decoration: none;
        color: #333;
    }
    a {
        transition: opacity .3s ease-in-out;
        color: #333;
        outline: none;
    }
    a {
        transition: color .3s ease-in-out;
    }
    a {
        background-color: transparent;
    }
    * {
        max-height: 1000000px;
    }
    *, :after, :before {
        box-sizing: inherit;
    }
    
    user agent stylesheet
    a:-webkit-any-link {
        color: -webkit-link;
        cursor: pointer;
        text-decoration: underline;
    }
    
    .moving .tab-cols:hover:before {
        box-shadow: 0 0 20px rgb(0 0 0 / 10%);
    }
    
    @media (min-width: 768px) {
    .moving .tab-cols:before {
        left: 40px;
    } }
    
    @media (min-width: 480px) {
    .moving .tab-cols:before {
        left: 30px;
    } }
    .moving .tab-cols:before {
        transition: box-shadow .3s linear;
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        left: 15px;
        bottom: 0;
        z-index: -2;
        background-color: #fff;
        box-shadow: 0 0 20px rgb(0 0 0 / 5%);
        
    }
    
    *, :after, :before {
        box-sizing: inherit;
    }
    
    .moving .tab-cols .img-holder img.img-2 {
        transition: transform .3s ease-in-out;
        will-change: transform;
        transform-origin: center center;
    }
    
    @media (min-width: 1024px) {
    .tab-cols .img-holder img.img-2 {
        margin-right: 30px;
        padding-right: 15px;
    } }
    @media (min-width: 768px) {
    .tab-cols .img-holder img.img-2 {
        width: 80px;
        height: 80px;
    } }
    @media (min-width: 480px) {
    .tab-cols .img-holder img.img-2 {
        width: 60px;
        height: 60px;
    } }
    .tab-cols .img-holder img.img-2  {
        width: 90px;
        height: 80px;
        transition: transform .3s ease-in-out;
        position: absolute;
        top: -55px;
        left: 30px;
        display: flex;
        align-items: flex-end;
    }
    
    .moving .tab-cols .text-holders {
        padding: 45px 45px 15px 45px;
        
    }
    :not(.moving) .tab-cols .text-holders {
        padding: 45px 45px 15px 45px;
        
    }
    @media (min-width: 1024px) {
    .tab-cols .text-holders {
        padding-bottom: 25px;
    } }
    .tab-cols .text-holders {
        position: relative;
    }
    
    @media (min-width: 1024px) {
    .category-holder .h6, .tab-content .category-holder h5 {
        font-size: 16px;
    } }
    .tab-cols h5 {
        text-transform: uppercase;
        font-size: 16px;
        font-weight: 600;
        margin-bottom: 0.5em;
    }
    @media (min-width: 1024px) {
    .category-holder h5 {
        font-size: 16px;
    } }
    @media (min-width: 1024px) {
    .h5, h5 {
        font-size: 16px;
    }
    .h5, h5 {
        font-size: 15px;
    } }
    .h, .h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
        display: block;
        font-family: "Montserrat";
        line-height: 1.25;
        font-weight: 800;
        margin: 0 0 0.5em;
        color: inherit;
    }
    
    .tab-cols .p {
        margin-bottom: 0;
        
            margin: 0 0 1.5em;
            font-family: "Montserrat" ;
            font-size: 14px;
            line-height: 1.428;
            font-weight: 500;
            display: block;
            margin-block-end: 1em;
            margin-inline-start: 0px;
            margin-inline-end: 0px;
    }
    .moving .tab-cols:hover:after {
        height: 10px;
    }
    @media (min-width: 768px) {
    .moving .tab-cols:after {
        left: 40px;
    } }
    @media (min-width: 480px) {
    .moving .tab-cols:after {
        left: 30px;
    } }
    .moving .tab-cols:after {
        transition: height .3s ease-in-out;
        content: "";
        position: absolute;
        top: 100%;
        left: 15px;
        right: 0;
        height: 0;
        background-color: #d22222;
        z-index: -1;
    }
    
    .moving .tab-cols:hover img.img-2 {
        transform: scale(1.125);
    }
    .blurb-container {
        width: 100%;
        max-width: 1446px;
        padding-top: 110px;
    }


/* This is the Swiper CSS */
.swiper-container-tc {
    background-position: center !important; 
    background-repeat: no-repeat !important;
    background-size: cover !important;
    font-family: Helvetica Neue, Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: white;
    margin: 0;
    padding: 0;
    height: 700px;
    max-height: 740px;
    transition: background-image 1.75s ease !important; 
    background-image: url(https://i.postimg.cc/6qsYjDrB/pexels-ketut-subiyanto-4559707-1.jpg);
    }
    
    .swiper-container-tc.legal {
    background-image: url(https://i.postimg.cc/6qsYjDrB/pexels-ketut-subiyanto-4559707-1.jpg);
    }

    .swiper-container-tc.education {
    background-image: url(https://i.postimg.cc/4dm2q8zL/pexels-pixabay-260689.jpg);
    }

    .swiper-container-tc.nprofit {
    background-image: url(https://i.postimg.cc/D0Nj71cv/pexels-international-fund-for-animal-welfare-5486959.jpg);
    }
    
    .swiper {
    width: 100%;
    height: 100%;
    }

    .swiper-slide-tc {
    height: 100%;
    width: 100%;
    text-align: left;
    font-size: 18px;
    vertical-align: baseline;
    background: linear-gradient(180deg,rgba(0,0,0,.32),rgba(0,0,0,.64));
    position: relative;
    transition:  0.9s ease;
    }
    .swiper-slide-tc img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
    }
    .text-container {
        position: absolute;
        top: 50;
        left: 0;
        right: 0;
        bottom: 0%;
        padding: 20px;
    }
    .hide-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height .5s ease;
    }
    .hide-content p {
    margin: 0 0 1.5em;
    font-family: "Montserrat" ;
    font-size: 18px;
    line-height: 1.428;
    font-weight: 500;
    margin-bottom: 0;
    display: block;
    margin-block-end: 1em;
    margin-inline-start: 0px;
    margin-inline-end: 0px;
    }
    .swiper-slide-tc:hover {
    background: linear-gradient(180deg,rgba(0,0,0,.4),rgba(0,0,0,.8));
    transition: 0.9s ease;
    }
    .swiper-slide-tc:hover .hide-content {
    max-height: 350px;
    height: 100%;
    overflow: hidden;
    transition: max-height .5s ease;
    }

.h3  {
    text-transform: uppercase;
    font-size: 32px;
    margin-bottom: 0.8em;
    display: block;
    font-family: "Montserrat";
    line-height: 1.55;
    font-weight: 800;
    color: inherit;
}
.slide-btn {
    font-family: "Montserrat";
    padding: 15px 30px;
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    background-color: #d22222;
    border: 2px solid #d22222;
    cursor: pointer;
    width: max-content;
    transition: 0.25s ease;
}
.slide-btn:hover {
    box-shadow: 0 6px 18px 0 rgba(#000, 0.1);
    transform: translateY(-6px);
}



/* This is Collage Grid CSS */

@media (min-width: 768px) {
.collage-block.to-right {
    grid-template-rows: 7.5vw 7.5vw 10vw;
    grid-template-areas:
        ". . . image-4 image-6"
        "image-1 image-2 image-3 image-4 image-6"
        "image-1 image-2 image-5 image-5 image-6";
    grid-template-columns: minmax(37.8%,1fr) minmax(11%,180px) minmax(14%,220px) minmax(10%,180px) minmax(20%,1fr);
    overflow-y: hidden;
}
}
@media (min-width: 768px) {
.viewport-section.in-viewport {
    -webkit-animation-name: slide-in-up;
    animation-name: slide-in-up;
    visibility: visible;
}
}
@media (min-width: 768px) {
.collage-block {
    display: grid;
    grid-gap: 20px;}
}

.collage-block .collage-image.image-1 {
    display: block;
    grid-area: image-1;
}

.collage-block .collage-image.image-2 {
    display: block;
    grid-area: image-2;
}

@media (min-width: 480px) {
.collage-block .collage-image.image-3 {
    display: block;
}
}

.collage-block .collage-image.image-3 {
    grid-area: image-3;
}

@media (min-width: 480px) {
.collage-block .collage-image.image-4 {
    display: block;
    overflow: hidden;
}
}

.collage-block .collage-image.image-4 {
    grid-area: image-4;
    overflow: hidden;
}

@media (min-width: 480px) {
.collage-block .collage-image.image-5 {
    display: block;
}
}

.collage-block .collage-image.image-5 {
    grid-area: image-5;
    height: 120%;
    width: 120%;
}

@media (min-width: 768px) {
.collage-block .collage-image.image-6 {
    display: block;
}
}

.collage-block .collage-image.image-6 {
    grid-area: image-6;
}
.collage-block .collage-image {
    background-size: cover;
    background-repeat: no-repeat;
    background-position: 50% 50%;
    display: none;
    position: relative;
    z-index: 2;
    padding: 0;
}

/* This is the CSS for the Partners */

.cert-item {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 12.5%;
    margin: 1vw 0;
    height: 180px;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

@media (max-width: 1100px) {
    .cert-item {
        width: 25% !important;
        height: 180px !important;
    }
}
@media (max-width: 600px) {
    .cert-item {
        width: 50% !important;
        height: 180px !important;
    }
}

.image-75 {
    color: transparent;
    display: inline-block;
    max-width: 100%;
    max-width: 100%;
    vertical-align: middle;
    display: inline-block;
    -webkit-filter: grayscale(100%); /* Safari 6.0 - 9.0 */
    filter: grayscale(100%);
    
}
.container-partner {
    display: flex;
    flex-flow: row wrap; 
}

/* This is the CSS for the Industries Brands */ 
.container-brands {
    display: flex;
    flex-flow: row wrap; 
    align-items: center;
    justify-content: center;
}

.container-brands-2 {
    display: flex;
    flex-flow: row wrap; 
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.img-brand {
    color: transparent;
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
    display: inline-block;
}

@media (max-width: 600px) {
    .around-brand {
        width: 50% !important;
        height: 180px !important;
    }
}

.around-brand {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 33.33%;
    height: 75px;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.around-brand-2 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 50% !important;
    height: 150px !important;
    padding: 15px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
}

.info-blurb {
    display: flex;
    background-color: white;
    width: 45%;
    color: black;
    height: 375px;
    margin-top: -150px;
}