.external-link:after {
    font-family: "Font Awesome 5 Free";
    padding-left: 4px;
    content: "\f08e";
    text-decoration: none;
}
.cs-as-img-right {
	max-width:45%;
	margin-left:5%;
}

.cs-as-img-left {
	max-width:45%;
	margin-right:5%;
}

body {
	background: hsl(47,37%,98%);
}
#footer {
	background:#333;
	display:block;
	position:fixed;
	left:0;
	bottom:0em;
	width:100vw;
	height:3rem;
	text-align:center;
}
#footer a, #footer {
	color:#fff;
	text-decoration:none;
	line-height:3rem;
}
#footer a:hover {
	text-decoration:underline;
	
}

#bgrimg_r, #bgrimg_l {
	display:none;
}
@media (max-width: 549px) {
	.u-img-phone-full-width {
		width:100%;
		margin-left:0;
		margin-right:0;
		max-width: 100%;
	}

}
@media (min-width: 550px) {
	#bgrimg_l {
		display:block;
		position:fixed;
		height:100vh;
		width:auto;
		top:0;
		right:calc(50vw + calc(80% / 2) + 20px);
	}
	#bgrimg_r {
		display:block;
		position:fixed;
		height:100vh;
		width:auto;
		top:0;
		left:calc(50vw + calc(80% / 2) + 20px);
	}
}

@media (min-width: 960px) {
	#bgrimg_l {
		display:block;
		position:fixed;
		height:100vh;
		width:auto;
		top:0;
		right:calc(50vw + 480px + 40px);
	}
	#bgrimg_r {
		display:block;
		position:fixed;
		height:100vh;
		width:auto;
		top:0;
		left:calc(50vw + 480px + 40px);
	}
}

a.anchor {
	display:block;
	position:relative;
	top:-60px;
	visibility:hidden;
}

table td:nth-child(2) {
	text-align:right;
}

.row img {
	margin-top:0.5rem;
}