.followus .twitter, .icon.twitter {
    background-image: url("/img/x.svg") !important;
}
.followus .facebook, .icon.facebook {
    background-image: url("/img/facebook.svg") !important;
}
.followus .youtube, .icon.youtube {
    background-image: url("/img/youtube.svg") !important;
}
.followus .linkedin, .icon.linkedin {
    background-image: url("/img/linkedin.svg") !important;
}
.followus .instagram, .icon.instagram {
    background-image: url("/img/instagram.svg") !important;
}
.followus .rss, .icon.rss {
    background-image: url("/img/rss.svg") !important;
}
@media (pointer:coarse) {
	abbr[title]:hover::after,
	abbr[title]:focus::after {
		content: " (" attr(title) ")";
	}
}
.d-none{
	display: none !important;
}
/*Quick Escape*/
.Banner {
	background-color: #26374a;
	padding: 8px;
	width: 100%;
	box-shadow: inset 0 1px 1px rgba(0,0,0,.05);
	display: flex;
	justify-content: space-between;
}
.Sticky {
	position: sticky;
	z-index: 1052;
	top: 0;
}
.QuickWSText {
	font-family: Arial, Helvetica, sans-serif;
	text-align: center;
	line-height: 1.75;
	letter-spacing: 0.25px;
	font-size: 20px;
}
.btn-quick-escape{
	background-color: #2572b4 !important;
}
.btn-quick-escape:hover{
	background-color: #1c578a !important;
}
.close-btn{
	border: none;
	background-color: transparent;
	position: absolute;
	right: 15px;
}
.close-btn-text{
	text-align: center;
	font-size: 24px;
	color: #dde1e4;
}
.close-btn-text:hover{
	color: white;
}
.esc-btn-div {
	padding-bottom: 8px;
}
.fullwidth {
    margin-left: calc(50% - 50vw);
    margin-right: calc(50% - 50vw);
	width: 99.5vw;
}
@media only screen and (max-width: 478px) {
	.Banner{
		padding-top:10px;
		display:flex;
		flex-direction: column;
	}
	.close-btn{
		position: relative;
		right: 0;
		margin-top: 5px;
	}
	.close-btn-text{
		font-size: 32px;
	}
	.btn-quick-escape{
		width: 100%;
	}
}

/*Red line under H1*/
h1{
    border-bottom: .18em solid #af3c43;
    -o-border-image: linear-gradient(to right, #af3c43 71px, transparent 71px);
    border-image: linear-gradient(to right, #af3c43 71px, transparent 71px);
    border-image-slice: 1;
    border-left-width: 0;
    border-right-width: 0;
    border-top-width: 0;
}
/*//Quick Escape*/