@charset "utf-8";
/* CSS Document */
.footer-stripe {
    background-color: #33355A;
}
footer a {
	font-size: 16px;
	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: 16px;
	line-height: 18px;	
	padding-bottom: 0px;
}	

.footer-uswds b {
	font-weight: 800;
}	


.footer-uswds ul li a {
	font-family: 'Open Sans';
	font-size: 16px;
	color: #093453;
	text-decoration: underline;
}	

.footer-uswds ul li a:hover, #footer-uswds li a:focus {
	font-family: 'Open Sans';
	font-size: 16px;
	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;
}


/* to counter act the css on lines 110 to 112 in the global.component.css file which removes the horizontal line in the footer */
@media (max-width: 991px) {
    hr {
        display: block;
    }
}
/* ******************************************************************** */


.footer-uswds li a.ext_link:after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-size: 16px;
    padding-left: 8px;
    font-weight: 600;
}

.footer-uswds p a.ext_link:after {
    font-family: "Font Awesome 5 Free";
    content: "\f35d";
    font-size: 16px;
    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) {
  .add-pad {
    margin-left: 1px;
  }
}


.mt-minus-10 {
	margin-top: -10px;
}

.ml-minus-15px {
	margin-left: -15px;
}