.et-db #et-boc .et-l #footer-section .custom-blog-list {
	margin-bottom: 50px;
}
.et-db #et-boc .et-l #footer-section .custom-blog-list article {
	margin-bottom: 0;
}
.et-db #et-boc .et-l #footer-section .custom-blog-list .entry-featured-image-url {
	grid-row-start: 1;
    grid-row-end: 3;
    width: auto;
}
.et-db #et-boc .et-l #footer-section .custom-blog-list .entry-featured-image-url img {
	height: 100%;
}
.et-db #et-boc .et-l #footer-section .custom-blog-list .entry-title {
	grid-row-start: 1;
    grid-row-end: 2;
    grid-column-start: 2;
    width: auto;
}
.et-db #et-boc .et-l #footer-section .custom-blog-list .post-content {
	grid-row-start: 2;
    grid-row-end: 4;
    grid-column-start: 2;
    width: auto;
}
.et-db #et-boc .et-l #footer-section #social-networks-shortcode ul {
	list-style-type: none;
	padding: 0;
	display: flex;
	line-height: 0;
}
.et-db #et-boc .et-l #footer-section #social-networks-shortcode ul li:not(:last-child) {
	margin-right: 24px;
}
.et-db #et-boc .et-l #footer-section #social-networks-shortcode .et-social-icon a {
	color: var(--white);
}
.et-db #et-boc .et-l #footer-section #social-networks-shortcode .et-social-icon a:hover {
	color: var(--lightgreen);
}
.et-db #et-boc .et-l .et-social-linkedin a.icon:before {
/*	content: url('../img/linkedin.svg');*/
	content: '\E0CB';
}

.et-db #et-boc .et-l #footer-section .menu-title {
    color: var(--white);
    font-size: 20px;
    line-height: 26px;
    font-weight: 600;
    margin-bottom: 7px 
}
.et-db #et-boc .et-l #footer-section .menu-container ul {
	padding: 0;
	list-style: none;
}
.et-db #et-boc .et-l #footer-section .menu-container li a {
	color: var(--textWhite700);
	line-height: 32px;
    font-weight: 400;
    font-size: var(--copyFontLarge);
    transition: .4s ease;
}
.et-db #et-boc .et-l #footer-section .menu-container li a:hover {
	color: var(--lightgreen);
}
.flex-2-row .menu-container,
.flex-3-row .menu-container {
/*	flex: 0 0 33%;*/
	flex: 1;
	max-width: 33%;
}
body.title-class-careers #footer-section .expert-help-row {
	display: none;
}
ul.legal-menu {
    list-style: none;
    padding: 0;
    display: flex;
    column-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
}
ul.legal-menu li a {
	color: var(--charcol);
	transition: .4s ease;
}
ul.legal-menu li a:hover {
	opacity: .5;
}
#et-boc.et-boc .et-l .bottom-bar .et_pb_column {
	display: flex;
	flex-direction: column;
    width: 90%;
    justify-content: space-between;
    max-width: 1440px;
    margin: auto !important;
    float: none;
}
@media only screen and (min-width: 981px) {
	#et-boc.et-boc .et-l .bottom-bar .et_pb_column {
		flex-direction: row;
	}
	.et-db #et-boc .et-l #footer-section .custom-blog-list article {
		display: grid;
	}
}
@media only screen and (max-width: 812px) {
	.flex-2-row .menu-container,
	.flex-3-row .menu-container {
		flex: 0 0 50%;
		max-width: 50%;
		margin-bottom: 40px;
	}
}