.footer-section {
	position: absolute;
    bottom: 0;
    width: 100%;
    height: 20rem;
}

.footer {
	background-color: #f1f1f1; 
	font-family: 'Defense Technical Information Center', sans-serif;
	margin-top: 20px;
}

.footer-content {
	width: 100%;
    max-width: 1400px;
    margin: 0 auto;
	padding-top: 20px;
	padding-bottom: 20px;
}

.footer-link-area {
	justify-content: space-between;
	display: flex;
	margin-bottom: -10px;
    font-family: Source Sans Pro Web;
}

.footer-link {
	padding: 1em;
}

.footer-right {
	align-self: flex-end;
	padding-bottom: 0.5em;
}

.footer-icons {
	padding: 0.5em;
}

.newsletter {
	vertical-align: super;
	margin-left: 1em;
}

.return {
	font-size: 14px;
	background-color: white;
}

.return-button {
	color: #565C65 !important;
	font-weight: bold;
	max-width: 1400px;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
    align-items: center;
    justify-content: end;
    padding: 0 16px;
	border: solid;
	border-width: medium;
	border-radius: 12px;
	transition: ease-in;
}

.return-button i {
    color: #565C65 !important;
}

.return-link {
	font-family: Helvetica Neue, Helvetica, Roboto, Arial, sans-serif;
	letter-spacing: var(--mdc-typography-button-letter-spacing, 0.0892857143em);
	color: #565C65 !important;
	font-weight: bold;
	max-width: 1400px;
    display: flex;
    margin: 0 auto;
    margin-top: 20px;
    align-items: center;
    justify-content: end;
    padding: 0 19px;
}

.return-link:hover {
    color: #112F4E !important;
}

.return-link i {
    color: #565C65 !important;
}

.sticky-div {
    bottom: 0;
	z-index: 400;
}

.sticky {
    position: fixed;
    bottom: 1.5rem;
	right: calc((100vw - 1400px) / 2);
}
  
.footer-header {
	display: flex;
	justify-content: space-between;
	align-items: baseline;
	padding: 0 16px;
	font-size: 28px; 
	font-weight: 400;
    margin-bottom: 20px;
}
  
.footer-header .header-text {
	font-size: 28px; 
}
  
.header-text {
	font-size: 1.5rem;
	font-weight: normal;
}
  
.footer-links {
	display: flex;
	margin-bottom: 20px;
	padding: 0 16px;
}
  
.column {
	display: flex;
	flex-direction: column;
	margin-right: 60px;
}
  
.footer-links a {
	margin-bottom: 7px;
	color: black; 
	text-decoration: none;
	font-family: 'Source Sans Pro Web'; 
	font-size: 0.875rem;
}
  
.footer-links a:hover {
	text-decoration: underline;
}
  
.notice {
	padding: 0 16px;
	font-size: 0.8rem; 
	color: #565C65; 
	font-family: 'Source Sans Pro Web'; 
	white-space: normal;
	line-height: 18px;
}
  
.footer-text-block {
	background-color: #565C65;
	min-height: 14.7px;
	padding: 5px 0;
	text-align: center;
	line-height: 14.7px; 
}
  
.footer-text {
	font-size: 0.8rem;
	color: white;
	font-family: 'Source Sans Pro Web';
}

.usa-footer__return-to-top {
	padding: 0;
	margin: 20px 20px 10px 20px;
	text-align: right;
	max-width: 100%;
	line-height: inherit;
}
