footer h1, footer h2, footer h3, footer h4, footer h5, footer h6, footer .h1, footer .h2, footer .h3, footer .h4, footer .h5,  footer .h6 {
	font-family: "TradeGothic BoldCn 20";
}

h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: "Trade Gothic LT W01 Light";
}

.panel-heading a p {
	font-family: "Trade Gothic LT W01 Light";
}

.video-transcript .visual-element,
.visual-element {
	display: inline-block;
	width: 13.9%;
	height: 70px;
	background: url("../../img/CAAI/CAAI Slash.svg");
	background-size: auto 70px;
	background-repeat: no-repeat;
	background-position-x: right;
	margin-top: 8px;
	background-color: transparent !important;
	margin-right: 5.5%;
}

.hero-module .visual-element,
.gray.component .video-transcript .visual-element,
.gray.component .visual-element {
	background-image: url("../../img/CAAI/CAAI Slash gray.svg");
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-position-x: right;
}

.green.component .video-transcript .visual-element,
.green.component .visual-element,
.teal.component .video-transcript .visual-element,
.teal.component .visual-element {
	background-image: url("../../img/CAAI/CAAI Slash gray.svg");
	background-color: transparent !important;
	background-repeat: no-repeat;
	background-position-x: right;
}

.green, .teal {
	--component-background-color: #1B365D;
	--button-color: var(--main-highlight-color);
	--button-inverse: var(--component-background-color);
	--button-font-color: var(--component-background-color);
	--button-font-inverse: var(--main-highlight-color);
}

.teal a.btn,
.green a.btn {
	--external-icon-maroon: url("../img/newWindowWhite.svg");
	--download-icon-maroon: url("../img/downloadWhite.svg");
	--external-icon-white: url("../../img/CAAI/newWindowDarkBlue.svg");
	--download-icon-white: url("../../img/CAAI/downloadDarkBlue.svg");
}

.teal-banner .persistent-banner {
	--component-background-color: #1B365D;;
	--font-color: var(--white);
	--close-icon: var(--close-icon-white);
}

.persistent-banner .visual-element {
	background: none !important;
	position: relative;
	overflow: none;
	
}

.persistent-banner .visual-element:before {
	content: "";
	background-image: url("../../img/CAAI/CAAI Slash gray.svg");
	background-size: auto 25px;
	background-repeat: no-repeat;
	background-position-x: right;
	position: absolute;
	right: 0;
	top: -5px;
	height: 30px;
	width: 20px;
}

@media screen and (max-width: 767px) {
	/* .video-transcript .visual-element,
	.visual-element {
		display: none;
	} */

	/* .hero-module .visual-element,
.gray.component .video-transcript .visual-element,
.gray.component .visual-element,
.green.component .video-transcript .visual-element,
.green.component .visual-element,
.teal.component .video-transcript .visual-element,
.teal.component .visual-element {
	background-repeat: no-repeat;
	background-position-x: right;
} */

	.persistent-banner .visual-element:before {
		display: none;
	}

	.video-transcript .visual-element,
	.visual-element {
		height: 40px;
		background: url("../../img/CAAI/CAAI Slash.svg");
		background-size: auto 40px;
		background-repeat: no-repeat;
		background-position-x: left !important;
		margin-bottom: 10px;
	}

	.body-copy h1:first-of-type::after, .body-copy h2:first-of-type::after, section header:first-of-type::after, .author-content h2::after {
    /* content: "";
    position: absolute;
    width: 22%;
    bottom: -20px;
    left: 0;
		height: 40px;
		background: url("../../img/CAAI/CAAI Slash.svg");
		background-size: auto 40px;
		background-repeat: no-repeat;
		background-position-x: left;
		border-bottom: none; */
		display: none;
	}

}