
/*--- Footer CSS --- */ 
/* Footer ALL */ 

footer {
  border-top: solid #d6d6d6 1px;
  background-color: #fff;
}

#footer-nav {
  color: #4F4D51;
  font-size: 0.875rem;
}

#footer-legal {
  color: #4F4D51;
  font-size: 0.75rem;
}

#footer-nav h2 {
  color: #006298;
  font-size: 0.75rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 1px;
}

#footer-nav ul li a {
  font-size: 0.875rem;
  padding-left: 0px;
  color: #4F4D51;
  display: inline-block;
}

a.footer-nav:focus,
a.footer-nav:hover,
#footer-nav ul li a:focus,
#footer-nav ul li a:hover {
  color:#4F4D51;
}

#footer-legal ul li a {
  font-size: 0.75rem;
  padding-left: 0px;
  color: #4F4D51;
  display: inline;
  border-bottom: solid 1px #F0F0F0;
  padding-bottom: 2px;
  padding-right: 0rem;
}

#footer-legal ul li a:focus,
#footer-legal ul li a:hover {
  text-decoration: none;
  border-bottom: 1px solid #4F4D51;
  padding-bottom: 2px;
  color:#4F4D51;
}

div#footer-legal {
  color: #4F4D51;
}

.social-media-icon {
  width: 30px;
  height: 30px;
  margin-right: 5px;
}

#footer-legal a.external-link {
  padding-bottom: 2px;
  margin-bottom: .5rem;
  font-size: .75rem;
}

#footer-legal a.external-link:after, 
#footer-legal a.external-link:after, 
#footer-legal a.external-link:after {
  font-size: .75rem;
  font-family: "Font Awesome 5 Pro"; 
  content: "\f14c";
  position: relative;
  left: 2px;
  padding-right: 2px;
  color:#F0F0F0;
}

 
/*#footer-legal a.external-link:active:after,*/
#footer-legal a.external-link:hover:after, 
#footer-legal a.external-link:focus:after {
    font-size: .75rem;
    color: #4F4D51;
    font-weight: 500;
}

div#contact-info {
    line-height: 1.625rem;
}

/* End ALL */ 

/* ----------- Smartphone Device Styles (XS)  ----------- */

@media (max-width: 767px) {

  #footer-nav {
    padding-top: 2rem;
    margin-top:0rem;
  }

  #footer-nav h2 {
    font-size: 0.875rem;
    font-weight: 700;
  }
  
  #footer-nav .footer-border {
    padding-bottom: 1.5rem;
    border-bottom: solid #d6d6d6 1px;
  }
  
  #footer-nav .footer-rule {
    width: 100%;
    margin: 2rem 15px;
    border-top: solid 1px #d6d6d6;
  }
  
  /* this might not stay */ 
  div#select-language a {
    display: block;
  }

  .nav-link {
    padding: 0.25rem 0rem;
    border-bottom: 1px solid #fff;
  }

  .translation-link {
    font-size: 0.875rem;
    padding: 0.25rem 1rem .5rem 0rem;
    color: #4F4D51;
    border-bottom: 0px!important; 
  }

  #footer-legal ul li a {
    display: block;
    margin-bottom: .25rem;
  }

  #footer-legal a.external-link {
    margin-bottom: .25rem;
    padding-bottom: 2px;
    display: block;
  }

}

/* End XS */ 

/* ---------------------- Tablet styles (SM)  ---------------------- */
@media (min-width: 768px) {

  footer {
    padding-top: 1rem;
  }

  .fl-non-external {
    padding-right: 2rem;
  }

  #footer-nav {
    margin-top:1.5rem;
    margin-bottom: 1.5rem;
  }

  .translation-link {
    margin-right: 0rem;
    display: table;
    text-align: left;
  }

  div#select-language {
    position: relative;
    top: -4px;
  }

  #footer-nav a.external-link {
    padding-bottom: 2px;
    margin-bottom: .5rem;
  }

  #footer-nav .nav-link {
    margin: 0.5rem 1rem .5rem 0rem;
    padding:0 0 0 0;
    border-bottom: 1px solid #fff;
  }

  #footer-nav .nav-link:hover {
    border-bottom: solid 1px #4F4D51;
    text-decoration: none;
  }

  #footer-legal ul li a {
    margin: .5rem .5rem .5rem;
  }

  
}

/* End SM */

/* ----------- Desktops and laptops (MD) ----------- */
@media (min-width: 992px) {
	
  .translation-link {
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 1px solid #fff;
  }

  .translation-link:hover {
    padding-bottom: 2px;
    border-bottom: 1px solid #006298;
    text-decoration: none;
    color:#006298!important;
  }

  .lang-divider {
    color: #4f4d51;
    padding-left: 15px;
    padding-right: 15px;
  }
}

/* End MD */

/* ----------- Large Desktops (LG) ----------- */

@media (min-width: 1200px) {


}
