@charset "utf-8";
/* Retire styles */

.spotlight_container h1 span {
	color: #660099;
}

h1 {
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 1.0em 0px;
	font-family: 'Droid Serif', Georgia, "Times New Roman", Times, serif;
	font-size: 3.0em;
	font-weight: normal;
	color: #660099;
}
ul.two-col {
-webkit-column-count: 2;
-moz-column-count: 2;
-ms-column-count: 2;
-o-column-count: 2;
column-count: 2;
-webkit-column-gap: 4em;
-moz-column-gap: 4em;
-ms-column-gap: 4em;
-o-column-gap: 4em;
column-gap: 4em;
}


/* Card Layout */

.banner {
	background: transparent linear-gradient(180deg, #FFFFFF 0%, #EFEFEF 100%) 0% 0% no-repeat padding-box; 
	margin-top: -23px; 
	margin-bottom: 20px;
}

.banner-content {
	width: 980px; 
	margin: 0 auto;
}

.banner-content h1 {
	font-size: 40px; 
	font-weight: bold;  
	padding: 40px 0 20px 0;
	color: #363534;
}

.banner-content p {
	font-size: 20px; 
	padding-bottom: 50px; 
	line-height: 30px;
}

.MainContent ul.usa-card-group {
	list-style: none;
	margin: 0;
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
}

.usa-card__container {
	margin-left: 0;
	margin-right: 1rem;
	border-radius: 0;
	border-width: 4px;
	color: #1b1b1b;
    background-color: #fff;
    font-size: 1rem;
    line-height: 1.6;
    border-width: 2px;
    border-color: #dfe1e2;
    border-style: solid;
    display: flex;
    height: 100%;
    flex-direction: column;
    position: relative;
}

.usa-card {
	margin-bottom: 2rem;
	max-width: none;
	flex: 0 1 auto;
	width: 33.33333333%;
}

.usa-card__media--inset {
	padding-top: 8px;
	padding-left: 1.5rem;
    padding-right: 1.5rem;
	order: -1;
    min-height: 1px;
}

.usa-card__body {
    flex: 1 1 0;
    padding: 0.5rem 1.5rem;
    flex-basis: auto;
}

.usa-card__body>:only-child, .usa-card__header>:only-child {
    margin-bottom: 0;
    margin-top: 0;
    padding-bottom: 0;
    padding-top: 0;
}

.usa-card__img {
	background: none;
	text-align: center;
	font-size: 60px;
	color: #474747;
}

.usa-card__header {
	padding: 8px 1.5rem 2px 1.5rem;;
}

h3.usa-card__heading {
	font-size: 16px;
	text-align: center;
	line-height: 22px;
	font-weight: bold;
}

h3.usa-card__heading a {
	color: #005B94;
}
	
.MainContent ul .usa-card__body p {
	font-size: 14px;
	color: #363636;
	line-height: 22px;
	text-align: center;
}

.usa-card__footer {
	text-align: center;
	padding: 16px 1.5rem 1.5rem;
}

.usa-button {
    font-family: Public Sans Web,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica,Arial,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol;
    font-size: 1rem;
    line-height: 1;
    color: #fff;
    background-color: #005ea2;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    border: 0;
    border-radius: 0.25rem;
    cursor: pointer;
    display: inline-block;
    font-weight: 700;
    margin-right: 0;
	width: auto;
    padding: 0.75rem 1.25rem;
    text-align: center;
    text-decoration: none;
}

@media (max-width: 1024px) {
    body {
        display: grid;
    }
}


@media (max-width: 700px) {
	.usa-card {
		width: 50%;
	}
}

@media (max-width: 480px) {
	.usa-card {
		width: 100%;
	}
}