@charset "utf-8";
/* CSS Document */

footer a {
	font-size: 14px;
	color: #093453;
	text-decoration: underline;
}	

.footer-uswds{
	background-color: #F0F0F0;
	width: 100%;
	margin-top: 0px;
	padding-top: 30px;
}

.footer-uswds p {
	font-family: 'Open Sans';
	color: #093453;
	font-size: 14px;
	font-weight: lighter;
	line-height: 20px;	
	padding-bottom: 0px;
}	

.footer-uswds b {
	font-weight: 800;
}	


.footer-uswds ul li a {
	font-size: 14px;
	color: #093453;
	font-weight: lighter;
	text-decoration: underline;
}	

.footer-uswds a:hover {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: lighter;
	text-decoration: underline;
	color: #006FB5;
}	

.footer-uswds p a {
	font-size: 14px;
	color: #093453;
	font-weight: lighter;
	text-decoration: underline;
}	

.footer-uswds p a:hover {
	font-family: 'Open Sans';
	font-size: 14px;
	font-weight: lighter;
	text-decoration: underline;
	color: #006FB5;
}	

.line-height {
	line-height: 16px;
}

.uswds-hr {
  border: none; /* Remove default border */
  height: 1px; /* Set thin height */
  background-color: #093453; /* Light gray color */
  margin-top: 5px;
	margin-bottom: 20px;
}


.footer-uswds li a.ext_link:after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-size: 14px;
    padding-left: 8px;
    font-weight: 600;
}

.footer-uswds a.ext_link:after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-size: 14px;
    padding-left: 8px;
    font-weight: 600;
}

ul.top {
  list-style: none;
}

ul.top li {
  display: inline-flex;
  margin-right: 10px; /* add spacing between items */
}

 /* Styles for medium-sized screens */
/*@media (min-width: 768px) and (max-width: 1023px) {
 
	 ul.top li {
	  display: flex;
	  margin-right: 10px; 
	}

}*/

 /* Styles for small screens (mobile devices) */
@media (max-width: 767px) {
 	 ul.top li {
	  display: flex;
	  margin-right: 10px; /* add spacing between items */
	}
}

.logo-top {
	width: 150px;
}

.logo-top-fedpoint {
		width: 130px;
		margin-top: -10px;
    margin-bottom: 10px;
}

.logo-top-fltcip {
	width: 300px;
}


.opm-logo{
	width: 100px;
	padding-left: 15px;
}

ul.bottom {
  	list-style: none;
	padding-left: 0px;
}

ul.bottom li {
	text-align: left;
	padding-left: 0px;
}


.logo-bottom {
	width: 100px;
}

.add-pad {
	margin-left: -20px;
}

@media (max-width: 768px) { /* Adjust breakpoint as needed */
  .add-pad {
    margin-left: 1px;
  }
}


.mt-minus-10 {
	margin-top: -10px;
}

.ml-minus-15px {
	margin-left: -15px;
}