:root {
    --move-left-distance: 15px;
    --move-right-distance: 30px;
}

a{
	color: unset;
}

.b6-download-container:hover{
	background-color: var( --e-global-color-72c6ac1 ) !important;	
}
.b6-download-container:hover .b6-icon-download,
.b6-download-container:hover .jet-listing-dynamic-field__content{
	stroke: var( --e-global-color-a0b28d6 ) !important;
	color: var( --e-global-color-a0b28d6 ) !important;
}

.b6-icon-download{
	stroke: var( --e-global-color-72c6ac1 );
}

.b6web-button {
    display: inline-block;
}

.b6web-button-content-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    align-items: center;
}

.b6web-button-icon {
    display: flex;
    -webkit-box-flex: 0;
    -ms-flex-positive: 0;
    flex-grow: 0;
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5;
}

.b6web-button-text {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    -webkit-box-ordinal-group: 11;
    -ms-flex-order: 10;
    order: 10;
    display: inline-block;
}

.b6web-align-center {
    text-align: center; 
}
.b6web-align-center .b6web-button {
    width: auto; 
}
.b6web-align-right {
    text-align: right; 
}
.b6web-align-right .b6web-button {
    width: auto; 
}
.b6web-align-left {
    text-align: left; 
}
.b6web-align-left .b6web-button {
    width: auto; 
}
.b6web-align-justify .b6web-button {
    width: 100%; 
}

.b6web-button .b6web-align-icon-left {
    -webkit-box-ordinal-group: 6;
    -ms-flex-order: 5;
    order: 5; 
}
.b6web-button .b6web-align-icon-right {
    -webkit-box-ordinal-group: 16;
    -ms-flex-order: 15;
    order: 15; 
}

.b6web-button-icon svg {
    width: 1em;
    height: auto; 
}

.hidden{
	display: none;
}

.hidden-table{
	max-height: 213px;
	overflow: hidden;
}

/* B6 Team */
.b6-team {
    margin: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
}

.b6-head{
    display: flex;
    flex-direction: column;
}

.b6-team label[class^="tab"]:hover {
    cursor: pointer;
}
.b6-team input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}
.b6-team input[class^="tab"] {
    width: 100%;
    height: 100%;
    position: absolute;
    left: 0;
    top: 0;
}
.b6-team input[class^="tab"]:hover {
    cursor: pointer;
}

.b6-team .b6-people-name{
    display: inline-block;
    width: 100%;
}

.b6-team .b6-description {
    height: auto;
    max-height: 0;
    overflow: hidden;
    transition: all 3s;
}

.b6-team input[class^="tab"]:checked ~ .b6-description {
    max-height: 1000px;
}

.b6-team .linkedin-icon {
    display: inline-flex;
    position: absolute;
    right: 0px;
}
/* B6 Team */

@media (max-width: 1024px) {
    .b6web-tablet-align-center {
        text-align: center; 
    }
    .b6web-tablet-align-center .b6web-button {
        width: auto; 
    }
    .b6web-tablet-align-right {
        text-align: right; 
    }
    .b6web-tablet-align-right .b6web-button {
        width: auto; 
    }
    .b6web-tablet-align-left {
        text-align: left; 
    }
    .b6web-tablet-align-left .b6web-button {
        width: auto; 
    }
    .b6web-tablet-align-justify .b6web-button {
        width: 100%; 
    }
}

@media (max-width: 767px) {
    .b6web-mobile-align-center {
        text-align: center; 
    }
    .b6web-mobile-align-center .b6web-button {
        width: auto; 
    }
    .b6web-mobile-align-right {
        text-align: right; 
    }
    .b6web-mobile-align-right .b6web-button {
        width: auto; 
    }
    .b6web-mobile-align-left {
        text-align: left; 
    }
    .b6web-mobile-align-left .b6web-button {
        width: auto; 
    }
    .b6web-mobile-align-justify .b6web-button {
        width: 100%; 
    } 
	.hidden-table{
		max-height: 187px;
	}
}



