/* TYPE YOUR OWN CSS HERE */
.logo-container
{
    padding: 10px;
}

#header
{
    height: 100px;
}

#sub-nav
{
    height: 70px;    
}

/* Footer */
#footer
{
  background-color: #113B75;
}

.ftcolumn
{
  /* flex: 1 1 calc(15% - 32px); */
  /* box-sizing: border-box; */
  /* gap: 16px; */
  /* padding: 32px;  */
  /* text-align: left; */
  /* justify-content: center; */
  /* max-width: 250px; */
}

.ftcontainer
{
  display: flex;
  flex-wrap: wrap;
  gap: 32px;
  justify-content: center;
  padding: 32px;
  width: auto;
}

a.ftr:hover
{
   text-decoration-color: #fff;
   text-decoration: underline !important;
}

.inline-links
{
  display: flex;
  gap: 20px;
  padding: 16px;
  justify-content: center;
}

.inline-links a
{
  color: #fff !important;
  font-size: 14px !important;
  text-decoration: none;
}

.inline-links a:hover
{
  color: #fff !important;
}