#about-us-intro-card-media{
    padding: 0 20px; 
    margin: 0 auto;
    width: 100%;
    max-width: 1280px;
}
.standard-media-intro-card{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
	width: 100%;
	/* max-width: 1200px; */
	margin:  0 auto;
	/* padding: 20px; */
	background-color: #FFFFFF;
	border: none;
	border-radius:  11px;
	box-shadow: 0 0 4px 0 rgba(232,232,232,0.5);
	/* margin-bottom: 60px; */
	clear: both;
}
.media-intro-card-column{
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    /* min-width: 400px; */
}
.media-intro-card-column.video-wrapper{
    justify-content: center;
    align-items: center;
    height: fit-content;
}
.intro-card-media{
    flex: 3;
    /* max-height:327px; */
}
.intro-card-media video, .intro-card-media img{
    width: 100%;
    height: auto;
    /* min-height: 284px; */
}
.intro-card-media video[poster]{
    height: auto;
}
.intro-card-text{
    flex: 4;
    padding:30px;
}
.intro-card-text-wrap{
    width: 100%;
    color: #252525;
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 32px;
}

.flex-card-wrap{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    gap: 40px;
    margin-bottom:40px;
    justify-content: left;
}
#organisation-members>div>.flex-card-wrap{
    justify-content: left;
}
.glide__arrow{
    display: block;
    background-color: #FFFFFF;
    border: none;
    border-radius: 8px;
    cursor: pointer;
}
.glide__arrows{
    display: flex;
    justify-content: space-between;
}

.people-slider-dots-wrap{
    letter-spacing: 17.5px;
    display: inline-block;
    text-align: center;
    width: 100%;
}
.people-slider-dots {
    height: 16px;
    width: 16px;
    padding: 0;
    border-radius: 50%;
    border: 2px solid #000;
    opacity: 0.5;
    display: inline-block;
    cursor: pointer;
}
.glide__arrow i{
    padding: 12px;
    color: #162d46;
}
.navigation-arrows:nth-child(1){
    float: left;
}
.navigation-arrows:nth-child(2){
    float: right;
}
.flex-card-3-column{
    flex:1 300;
    height: auto;
    background-color: #FFFFFF;
    border-radius: 12.59px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.08);
    padding:20px;
    max-width: 400px;
    min-width: 300px;
}
.flex-card-6-column{
    flex-grow: 0;
    height: 167px;
    width: 167px;
    background-color: #FFFFFF;
    border-radius: 12.59px;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.08);
    padding:15px;
}
.home-page .flex-card-6-column{
    height: 150px;
    width: 260px;
	padding: 10px;
    box-shadow: none;
}
.home-page .brand_imgwrap{
	height: 130px;
	text-align:center;
	vertical-align:middle;
	align-items: unset;
}
.home-page .brand_image{
	margin:unset;
}


.card-content-wrap{
    width: 100%;
    display: block;
}
.card-title{
    position      : relative;
    margin        : 12px 0px 6px 0px;
    color         : #323232;
    font-size     : 22px;
    font-weight   : 300;
    letter-spacing: 0;
    line-height   : 30px;
}
.card-subtitle{
    width: 271px;
    color: rgba(37,37,37,0.5);
    font-weight: 300;
    letter-spacing: 0;
    line-height: 22px;
}
.card-subtitle-dark{
    color: #323232;
    font-size: 18px;
    font-weight: 300;
    letter-spacing: 0;
    line-height: 28px;
}
.flex-card-3-column .card-content-wrap .imgwrap{
    display: block;
}

.flexcol-500{
    display: flex;
    flex-direction: column;
    flex-basis: 100%;
    flex: 1;
    min-width: 500px;
}
.brands-list-container{
    margin-bottom: 40px;
}
.grid-6-col-container{
    width: 100%;
    display: grid;
    grid-template-columns: repeat(auto-fill, 167px);
    justify-content: space-between;
    grid-gap: 40px;
}

.rsp-invisible-person-card {
	display: none;
}

@media screen and (max-width: 998px) {
    .intro-card-text-wrap{
        font-size: 22px;
    }
    .intro-card-text{
        padding-right: 15px
    }
}
@media screen and (max-width: 925px) {
    .intro-card-text-wrap{
        font-size: 18px;
    }
    .intro-card-text{
        padding-right: 10px
    }
}
@media screen and (max-width: 809px) {
    /* .intro-card-text-wrap{
        font-size: 16px;
    } */
}
@media screen and (max-width: 1158px) {
    .intro-card-text-wrap{
        font-size: 18px;
    }
}
@media screen and (max-width: 1024px) {
    #about-us-intro-card-media{
        padding: 0;
    }
    .standard-media-intro-card{
        flex-direction: column;
        background-color: transparent;
    }
    .intro-card-text-wrap{
        font-size: 18px;
    }
    .intro-card-text{
        padding-right: 30px;
        border-radius: 11px;
        z-index: 3;
        margin-top: -30px;
        margin-left: 20px;
        margin-right: 20px;
        background-color: #fff;
    }
}

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

    .grid-6-col-container
    {
        justify-content: space-evenly;
    }
    .technology-card-wrap>.standard-two-colum-card{
        gap:11px;
    }
}

.technology-card-wrap>.standard-two-colum-card{
    margin-bottom:40px;
    min-height: 346px;
}
.technology-card-wrap>.standard-two-colum-card:nth-last-child(){
    margin-bottom: 0;
}
.brand_wide_image_wrap{
    max-height     : 290px;
    /* height         : 290px; */
    overflow       : hidden;
}
.brand_wide_image{
    height: auto;
    max-width: 100%;
}
.no-results-wrapper{
    width:100%;
    text-align:center;
}

.star-cards{
    justify-content: left;
    flex-flow: row wrap;
    justify-content: space-between;
    flex-basis: 0;
}
.star-cards>.flex-card-3-column{
    min-width: unset;
    width:calc((100% - 80px)/3);
    flex:auto;
    max-width:auto;
}
@media screen and (max-width:950px) {
    .star-cards>.flex-card-3-column{
        width:calc((100% - 40px)/2);
        min-width:calc((100% - 40px)/2);
        max-width:calc((100% - 40px)/2);
        flex-basis: 0;
    }
}

@media screen and (max-width:650px) {
    .star-cards>.flex-card-3-column{
        width:100%;
        min-width:100%;
        max-width:100%;
        flex-basis: 0;
    }
}




@media screen and (max-width: 1024px) {
	.flex-card-wrap{
		/* gap: 40px 20px; */
	}
    .flex-card{
        width: calc((100% - 40px)/3);
    }
    .rc-standard-vertical-card-image-wrap{
        width: 275px;
        height: 144px;
    }
}
@media screen and (max-width: 768px) {
	.flex-card-wrap{
		/* gap: 40px 20px; */
	}
    .home-page .flex-card-wrap{
		flex-direction: row;
        gap: 10px;
	}
    .home-page .flex-card-6-column {
        width: 150px;
    }
    .flex-card{
        width: calc((100% - 20px)/2);
    }
    .rc-standard-vertical-card-image-wrap{
		width: 347px;
		height: 182px;
    }
}
@media screen and (max-width: 629px) {
	.intro-card-text{
	    flex: 4;
	    padding:20px;
	}
    .flex-card-wrap{
		flex-direction: column;
	}
    .organisation-person-slider-wrap .flex-card-wrap{
		flex-direction: row;
	}
    .flex-card{
        width: 100%;
    }
    .rc-standard-vertical-card-image-wrap{
        width: 100%;
        height: auto;
    }
	.rsp-invisible-person-card {
		display: none;
	}
}
@media screen and (max-width: 425px) {
	.home-page .grid-6-col-container {
        grid-template-columns: repeat(auto-fill, 130px);
        justify-content: space-around;
        grid-column-gap: 0;
    }
	.home-page .flex-card-6-column{
		width: 130px;
	}
	.grid-6-col-container {
		grid-gap:15px;
	}

}
@media screen and (max-width: 389px) {
	/*Styling for the 2 column brands rows on small phones needs to come here.*/
	.grid-6-col-container {
		grid-template-columns: repeat(auto-fill, 132px);
	}	
	.flex-card-6-column{
	    height: 132px;
	    width: 132px;
	    padding: 10px;
	}
	.brand_imgwrap{
		height: 112px;
	}
}
@media screen and (max-width: 350px) {
	/*Styling to address 2 column brand layout on home page*/
	.home-page .flex-card-6-column{
	    height: 115px;
	    width: 115px;
		padding: 10px;
	    box-shadow: none;
	}
	.home-page .brand_imgwrap{
		height: 95px;
		text-align:center;
		vertical-align:middle;
		align-items: unset;
	}
}



.about-activities-two-columns>.flex-card{
    width: calc((100% - 40px)/2);
}
@media screen and (max-width: 1024px){
    .about-activities-two-columns>.flex-card{
        width: calc((100% - 20px)/2);
    }
}
.about-activities-two-columns>.flex-card>.rc-standard-vertical-card-image-wrap{
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1.9 / 1;
    overflow: hidden;
}
.about-activities-two-columns>.flex-card>.rc-standard-vertical-card-image-wrap>img{
    width: auto;
    height: 100%;
    display: block;
    object-fit: cover;
}
@media screen and (max-width: 629px)
{
    .flex-card-wrap {
        flex-direction: column;
    }
    .about-activities-two-columns>.flex-card{
        width: 100%;
    }
}


.about-activities-three-columns>.flex-card{
    width: calc((100% - 80px)/3);
}
@media screen and (max-width: 1024px){
    .about-activities-three-columns>.flex-card{
        width: calc((100% - 40px)/3);
    }
}
.about-activities-three-columns>.flex-card>.rc-standard-vertical-card-image-wrap{
    width: 100%;
    height: auto;
    display: block;
    aspect-ratio: 1.9 / 1;
    overflow: hidden;
}
.about-activities-three-columns>.flex-card>.rc-standard-vertical-card-image-wrap>img{
    width: auto;
    height: 100%;
    display: block;
    object-fit: cover;
}
@media screen and (max-width: 629px)
{
    .flex-card-wrap {
        flex-direction: column;
    }
    .about-activities-three-columns>.flex-card{
        width: 100%;
    }
}
