body {
	background-color: #ececec;
	font-family: "inter-variable", sans-serif;
	font-variation-settings: "slnt" 0, "wght" 400;
	}

.white-back {
	background-color:#fff;
	border-right: 1px solid #ccc;
	border-left: 1px solid #ccc;
	padding:25px;
	}

a, a:VISITED {
	color:#1e4380;
	text-decoration:none;
	}

a:HOVER, a:ACTIVE {
	color:#1e4380;
	text-decoration:underline;
	}

.bua-blue {
	color:#1e4380;
	}

.bua-lt-blue {
	background-color:#f3f9fe;
	}

.callout-box {
	background-color:#f3f9fe;
	border-left:4px solid #1e4380;
	color:#1e4380;
	}


.the-headline {
	font-size:34px;
	}

.the-headline span {
	font-size: 25px;
	display:block;
	padding-bottom:8px;
	}

strong {
	font-variation-settings: "slnt" 0, "wght" 600;
	}


.footer-background {
	min-height:450px;
	color:#fff;
	background-color: #1e4380;
    background-image: url(new-back.jpg);
	background-position: bottom center;
    background-repeat: no-repeat;
    background-size:cover;
	}

.footer-background a, .footer-background a:VISITED {
	color:#fff;
	text-decoration:underline;
	}

.green-bar {
	display:block;
	background-color: #98ca3d;
	width:100px;
	height:3px;
	margin:34px 0 20px 0;
	}

.bua-alert {
	margin:20px 0;
	display:block;
	width:250px;
	font-size:0.9em;
	font-variation-settings: "slnt" 0, "wght" 500;
	}

.bua-alert span {
	color: #98ca3d;
	font-size:2em;
	margin-top:-5px;
	}


h2 {
	font-size:20px;
	font-variation-settings: "slnt" 0, "wght" 500;
	}

.bua-copy {
font-size: 15px;
line-height:22px;
}


/* Small devices (landscape phones, 576px and up) */
@media (min-width: 576px) {


}

/* Medium devices (tablets, 768px and up)*/
@media (min-width: 768px) {

 }

/* Large devices (desktops, 992px and up)*/
@media (min-width: 992px) {
	.white-back {
		padding:100px 80px;
	}

}

/* X-Large devices (large desktops, 1200px and up)*/
@media (min-width: 1200px) {

}

