
/* Footer */
footer {
    margin: 0;
    background-color: var(--cbr-color);
  }
  
  /* .footerSub {
    padding-left: 20px;
    text-align: left;
  } */

      
  .footerContactCBR {
    color: white;
    font-size: 0.8rem;
    line-height: 1.1rem;
    font-weight: 500;
  }

  .footerContact {
  display: block;
    color: white;
    font-size: 1.0rem;
    line-height: 1.1rem;
    font-weight: 500;
text-align: center;
  }  
  .footerContact a:link {
    color: white;
    font-size: 1.0rem;
    line-height: 1.1rem;
    display: inline-block;
    font-weight: 500;
  }
  

  
  .footerHome {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 40px;
/*
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
*/
    background-color: var(--cbr-color);
    background-image: linear-gradient(rgba(2, 76, 99, 1), rgb(1, 45, 58));
  }
  
  .footerHomeCenter {
/*
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
*/
display: block;
margin: auto;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    border-bottom: 1px solid #305d6c;
    margin-bottom: 15px;
  }
  .footerHomeCenterUWunits {
    display: block;
	margin: auto;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
    flex-wrap: unset;
  }
  
  .footerSub {
    margin: 0;
    padding-top: 20px;
    padding-bottom: 40px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    background-color: var(--cbr-color);
    background-image: linear-gradient(rgba(2, 76, 99, 1), rgb(1, 45, 58));
  }
  
  .footerSubCenter {
    display: flex;
    flex: 1;
    flex-direction: row;
    justify-content: space-between;
    gap: 20px;
    max-width: 1000px;
    padding-left: 20px;
    padding-right: 20px;
  }
  
  .footerHomeCenter a {
    display: block;
    color: var(--cbr-footer-link);
    font-size: 0.7rem;
    line-height: 1rem;
  }

  
*/
  .footerCol {
    flex: 1;
    display: block;
    color: white;
    font-size: 0.6rem;
    line-height: 1rem;
  }
  
  .footerColAlt1 {
    display: flex;
    flex-direction: column;
    flex: 1;
  }
  
  .footerColSub1 {
    flex: 1;
    display: block;
    color: white;
    font-size: 0.6rem;
    line-height: 1rem;
  }
  
  h6 a.footerHdr {
    display: block;
    margin: 0;
    padding: 0;
    color: var(--cbr-footer-alt1);
    font-size: 0.8rem;
    font-weight: 400;
    line-height: 1rem;
    text-transform: uppercase;
  }
  
  .footerColAlt2 {
    flex: 2;
    display: flex;
    flex-direction: column;
  }
  
  .footerRow {
    flex: 1;
    display: flex;
    color: white;
    font-size: 0.6rem;
    line-height: 1rem;
  }
  
  .footerColSub2 {
    flex: 1;
    display: block;
    color: white;
    font-size: 0.6rem;
    line-height: 1rem;
  }
  .footerColSearch {
    padding-top: 30px;
    flex: 0.75;
    display: block;
    color: white;
    font-size: 0.6rem;
    line-height: 1rem;
  }
  .footer_nav {
    border-top: none;
    margin: 0;
    display: inline-block;
  }
  
  .footer_nav ul {
    list-style: none;
    padding: 0;
  }
  
  .footer_nav li {
    display: inline-block;
    color: white;
    line-height: 3rem;
  }
  
  .footer_nav a,
  a.link {
    color: white;
    text-decoration: none;
    font-size: 0.7rem;
/*
    padding: 20px;
*/
    padding: 10px;
  }  
  
  .footerUWunits {
  display: block;
    color: white;
    font-size: 0.8rem;
    font-weight: 500;
text-align: center;
  }  
  .footerUWunits a {
    color: white;
    font-size: 0.8rem;
    display: inline-block;
    font-weight: 500;
  }
   
/* make a list with no bullets so wrapping items stay together */
/* put space only between items */
/* line height for readable in accordion and megamenu */
ul.footer_list {
  list-style: none;
  padding-left: 0;
}

ul.footer_list li {
    font-size: 0.8rem;
    font-weight: 400;
}

ul.footer_list li:not(:last-child) {
   margin-bottom: 3px;
}

footer_list > a,
footer_list > a:link,
footer_list > a:visited {
  color: var(--cbr-navlink);
  text-decoration: none;
}
footer_list > a:hover { 
  text-decoration: underline;
  color: var(--cbr-navlink);
} 

  #searchbox {
    font-size: 0.8rem;
    color: var(--cbr-darkestgray);
  }
  
  .search-img {
	vertical-align: top;
  }
     
  #homeAltFooter {
    display: none;
  }
  

