@charset "utf-8";

[class*=grid-col]
{
	position: relative;
	width: 100%;
	box-sizing: border-box;
}

.grid-col,.grid-col-auto,.grid-col-fill
{
	width: auto!important;
	max-width: 100%!important;
}

.grid-col
{
	flex: 1 1 0%;
	min-width: 1px;
}

.grid-col-auto,.grid-col-fill
{
	flex: 0 1 auto;
}

.grid-col-fill
{
	flex: 1 1 0%;
	min-width: 1px;
}

@media (min-width: 40em)
.site-banner .usa-banner__content {
    padding-bottom: 1.5rem;
    padding-top: 1.5rem;
}
@media (min-width: 64em)
.usa-banner
{
	font-size: 1.06rem;
	line-height: 1.5;
}

@media all and (min-width:40em)
{
	.usa-banner
	{
		font-size: .87rem;
		padding-bottom: 0;
	}
}

.usa-banner .usa-accordion
{
	font-size: 1.06rem;
	line-height: 1.5;
}

.usa-banner__content,.usa-banner__header
{
	color: #1b1b1b;
}

.usa-banner__content
{
	margin-left: auto;
	margin-right: auto;
	max-width: 64rem;
	background-color: transparent;
	font-size: 1rem;
	overflow: hidden;
	
        padding: .25rem 0 1rem 0;
	width: 100%;
}

@media all and (min-width:64em)
{
	.usa-banner__content
	{
		padding-left: 2rem;
		padding-right: 2rem;
	}
}

@media all and (min-width:40em)
{
	.usa-banner__content
	{
		padding-bottom: 1.5rem;
		padding-top: 1.5rem;
	}
}

.usa-banner__content p:first-child
{
	margin: 0;
}

.usa-banner__guidance
{
	display: flex;
	align-items: flex-start;
	max-width: 64ex;
	padding-top: 1rem;
}

@media all and (min-width:40em)
{
	.usa-banner__guidance
	{
		padding-top: 0;
	}
}

.usa-banner__lock-image
{
	height: 1.5ex;
	width: 1.21875ex;
}

.site-banner .usa-banner__lock-image path,.usa-banner__lock-image path
{
	fill: currentColor;
}

.usa-banner__inner
{
	margin-left: auto;
	margin-right: auto;
	max-width: 64rem;
        
	padding-right: 1rem;
	display: flex!important;
	flex-wrap: wrap!important;
	align-items: flex-start;
	padding-right: 0;
}

@media all and (min-width:64em)
{
	.usa-banner__inner
	{
		
	}
}

@media all and (min-width:40em)
{
	.usa-banner__inner
	{
		align-items: center;
	}
}

.usa-banner__header
{
	padding-bottom: .5rem;
	padding-top: .5rem;
	font-size: .8rem;
	font-weight: 400;
	min-height: 3rem;
        border-bottom: 1px solid #f2f2f2;
	position: relative;
}

@media all and (min-width:40em)
{
	.usa-banner__header
	{
		padding-bottom: .25rem;
		padding-top: .25rem;
		min-height: 0;
	}
}

.usa-banner__header-text
{
	margin-bottom: 0;
	margin-top: 0;
	font-size: .8rem;
	line-height: 1.1;
}

.usa-banner__header-action
{
	color: #005ea2;
	line-height: 1.1;
	margin-bottom: 0;
	margin-top: 2px;
	text-decoration: underline;
}





.usa-banner__header-action:visited
{
	color: #54278f;
}

.usa-banner__header-action:active,.usa-banner__header-action:hover
{
	color: #1a4480;
}

@media all and (min-width:40em)
{
	.usa-banner__header-action
	{
		display: none;
	}
}

.usa-banner__header-flag
{
	float: left;
	margin-right: .5rem;
	width: 1rem
}

@media all and (min-width:40em)
{
	.usa-banner__header-flag
	{
		margin-right: .5rem;
		padding-top: 0;
	}
}

.usa-banner__header--expanded
{
	padding-right: 3.5rem;
}

@media all and (min-width:40em)
{
	.usa-banner__header--expanded
	{
		background-color: transparent;
		display: block;
		font-size: .8rem;
		font-weight: 400;
		min-height: 0;
		padding-right: 0;
	}
}

.usa-banner__header--expanded .usa-banner__inner
{
	margin-left: 0;
}

@media all and (min-width:40em)
{
	.usa-banner__header--expanded .usa-banner__inner
	{
		margin-left: auto;
	}
}

.usa-banner__header--expanded .usa-banner__header-action
{
	display: none;
}

.usa-banner__button
{
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: transparent;
	border: 0;
	border-radius: 0;
	box-shadow: none;
	font-weight: 400;
	margin: 0;
	text-align: left;
	left: 0;
	position: absolute;
	bottom: 0;
	top: 0;
	vertical-align: baseline;
	color: #005ea2;
	display: block;
	font-size: .8rem;
	height: auto;
	line-height: 1.1;
	padding: 0;
	text-decoration: none;
	width: auto;
}

.usa-banner__button:focus
{
	outline: .25rem solid #2491ff;
	outline-offset: 0;
}

.usa-banner__button:active,.usa-banner__button:hover
{
	-moz-osx-font-smoothing: auto;
	-webkit-font-smoothing: subpixel-antialiased;
	background-color: transparent;
	box-shadow: none;
	text-decoration: underline;
}

.usa-banner__button:visited
{
	color: #54278f;
}

.usa-banner__button:active,.usa-banner__button:hover
{
	color: #1a4480;
}

@media all and (max-width:39.99em)
{
	.usa-banner__button
	{
		width: 100%;
	}
}

@media all and (min-width:40em)
{
	.usa-banner__button
	{
		color: #005ea2;
		bottom: auto;
		left: auto;
		right: auto;
		top: auto;
		display: inline;
		margin-left: .5rem;
		position: relative;
	}

	
}



.usa-banner__button:visited
{
	color: #54278f;
}

.usa-banner__button:active,.usa-banner__button:hover
{
	color: #1a4480;
}



.usa-banner__button:hover
{
	text-decoration: none;
}}

.usa-banner__button[aria-expanded=false],.usa-banner__button[aria-expanded=true]
{
	background-image: none;
}



.usa-banner__button[aria-expanded=true]:before
{
	bottom: 0;
	top: 0;
	position: absolute;
	right: 0;
	background-color: #e6e6e6;
	content: "";
	display: block;
	height: 3rem;
	width: 3rem;
}

}

@media all and (min-width:40em)
{
	.usa-banner__button[aria-expanded=true]
	{
		height: auto;
		padding: 0;
		position: relative;
	}

	
}
}
.usa-banner__button-text
{
	position: absolute;
	left: -999em;
	right: auto;
	text-decoration: underline;
}
@media all and (min-width:40em)
{
	.usa-banner__button-text
	{
		position: static;
		display: inline;
	}
}
.site-banner .usa-banner__button-text
{
	position: absolute;
	left: -999em;
	right: auto;
	text-decoration: underline;
}

@media all and (min-width:40em)
{
	.site-banner .usa-banner__button-text
	{
		position: static;
		display: inline;
	}
}

.usa-banner__icon
{
	width: 2.5rem;
}

.usa-js-loading .usa-banner__content
{
	position: absolute;
	left: -999em;
	right: auto;
}

@media all and (min-width: 40em) {
    .tablet\:grid-col,.tablet\:grid-col-fill {
        flex:1 1 0%;
        width: auto;
        max-width: 100%;
        min-width: 1px;
    }

    .tablet\:grid-col-auto {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%;
    }

    .tablet\:grid-col-1 {
        flex: 0 1 auto;
        width: 8.3333333333%;
    }

    .tablet\:grid-col-2 {
        flex: 0 1 auto;
        width: 16.6666666667%;
    }

    .tablet\:grid-col-3 {
        flex: 0 1 auto;
        width: 25%;
    }

    .tablet\:grid-col-4 {
        flex: 0 1 auto;
        width: 33.3333333333%;
    }

    .tablet\:grid-col-5 {
        flex: 0 1 auto;
        width: 41.6666666667%;
    }

    .tablet\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%;
    }

    .tablet\:grid-col-7 {
        flex: 0 1 auto;
        width: 58.3333333333%;
    }

    .tablet\:grid-col-8 {
        flex: 0 1 auto;
        width: 66.6666666667%;
    }

    .tablet\:grid-col-9 {
        flex: 0 1 auto;
        width: 75%;
    }

    .tablet\:grid-col-10 {
        flex: 0 1 auto;
        width: 83.3333333333%;
    }

    .tablet\:grid-col-11 {
        flex: 0 1 auto;
        width: 91.6666666667%;
    }

    .tablet\:grid-col-12 {
        flex: 0 1 auto;
        width: 100%;
    }
}

@media all and (min-width: 64em) {
    .desktop\:grid-col,.desktop\:grid-col-fill {
        flex:1 1 0%;
        width: auto;
        max-width: 100%;
        min-width: 1px;
    }

    .desktop\:grid-col-auto {
        flex: 0 1 auto;
        width: auto;
        max-width: 100%;
    }

    .desktop\:grid-col-1 {
        flex: 0 1 auto;
        width: 8.3333333333%;
    }

    .desktop\:grid-col-2 {
        flex: 0 1 auto;
        width: 16.6666666667%;
    }

    .desktop\:grid-col-3 {
        flex: 0 1 auto;
        width: 25%;
    }

    .desktop\:grid-col-4 {
        flex: 0 1 auto;
        width: 33.3333333333%;
    }

    .desktop\:grid-col-5 {
        flex: 0 1 auto;
        width: 41.6666666667%;
    }

    .desktop\:grid-col-6 {
        flex: 0 1 auto;
        width: 50%;
    }

    .desktop\:grid-col-7 {
        flex: 0 1 auto;
        width: 58.3333333333%;
    }

    .desktop\:grid-col-8 {
        flex: 0 1 auto;
        width: 66.6666666667%;
    }

    .desktop\:grid-col-9 {
        flex: 0 1 auto;
        width: 75%;
    }

    .desktop\:grid-col-10 {
        flex: 0 1 auto;
        width: 83.3333333333%;
    }

    .desktop\:grid-col-11 {
        flex: 0 1 auto;
        width: 91.6666666667%;
    }

    .desktop\:grid-col-12 {
        flex: 0 1 auto;
        width: 100%;
    }
}