#b-footer {
	width: 100%;
	background-color: #333;
}
#b-footer p, #b-footer a, #b-footer ul, #b-footer li {
	color: white;
	font-size: 0.75rem;
}


/* columns */
#b-footer .b-footer-inner {
	display: flex;
	padding: 2rem 0;
}
#b-footer .b-column {
	width: 50%;
}
#b-footer .b-column:not(:first-child) {
	padding-left: 2rem;
}
#b-footer .b-column:not(:last-child) {
	padding-right: 2rem;
}

/* title */
#b-footer .b-column-top {
	position: relative;
	display: flex;
	align-items: center;
	width: 100%;
}
#b-footer .b-column-top h3 {
	font-family: "Open sans";
	color: white;
	white-space: nowrap;
}

/* title squares */

#b-footer .b-title-links {
	display: flex;
	position: absolute;
	right: 1px;
}
#b-footer .b-title-links a:not(:last-child) {
	margin-right: 0.5rem;
}

/*
#b-footer .b-socials .b-social-container {
	width: 1.2rem;
	height: 1.2rem;
	color: white;
	outline: 1px solid currentcolor;
}
#b-footer .b-socials .b-social-container:not(:last-child) {
	margin-right: 0.5rem;
}
#b-footer .b-socials .b-social-container svg {
	width: 100%;
	height: 100%;
}
*/

/* divider */
#b-footer .b-divider {
	width: 100%;
	height: 1px;
	background-color: white;
	margin: 0.5rem 0;
}

/* group includes */
#b-footer .b-group-includes {
	margin-top: 0.25rem;
	margin-bottom: 0;
}

/* smallprint */
#b-footer .b-smallprint {
	display: flex;
	flex-direction: column;
	align-items: center;
	padding-bottom: 10px;
}
#b-footer .b-smallprint p, #b-footer .b-smallprint a {
	font-size: 0.5rem;
	text-align: center;
}


/* responsiveness */
@media only screen and (max-width: 1024px) {
	#b-footer .b-footer-inner {
		padding: 25px 0;
	}
}
@media only screen and (max-width: 700px) {
	#b-footer .b-footer-inner {
		flex-direction: column;
	}
	#b-footer .b-column {
		width: 100%;
	}
	#b-footer .b-column:not(:first-child) {
		padding-top: 1rem; /*this used to be 1.5*/
		padding-left: unset;
	}
	#b-footer .b-column:not(:last-child) {
		padding-bottom: 1rem; /*this used to be 1.5*/
		padding-right: unset;
	}
}

/* twitter feed */
#b-footer #ctf.ctf-styles .ctf-item {
	padding: 0;
}
#b-footer #ctf.ctf-styles .ctf-item:not(:last-child) {
	margin-bottom: 30px;
}
#b-footer #ctf.ctf-styles .ctf-author-box-link {
	display: block;
}
#b-footer .ctf-tweet-text-media-wrap, .ctf-author-name, .ctf-screename-sep {
	display: none !important;
}
#b-footer #ctf.ctf-styles .ctf-author-screenname {
	font-size: 0.85rem;
	margin-left: 0;
}
#b-footer #ctf.ctf-styles .ctf-tweet-date {
	font-size: 0.6rem;
}
#b-footer #ctf.ctf-styles .ctf-tweet-text {
	font-size: 0.75rem;
}
#b-footer #ctf.ctf-styles .ctf-tweet-text a {
	color: var(--b-4eg-blue-l);
	font-size: 0.75rem;
}
:root.b-hover #b-footer #ctf.ctf-styles .ctf-author-screenname:hover,
:root.b-hover #b-footer #ctf.ctf-styles .ctf-tweet-text a:hover {
	text-decoration: underline;
}