@charset "UTF-8";
.hcFooter {
  padding-bottom: 20px; }

.footSI img {
  height: 32px;
  width: 32px;
  margin: 4px;
  transition: 0.3s; }
  .footSI img:hover {
    filter: brightness(85%); }

#footSIcontain {
  padding: 0 0 10px 0;
  display: flex;
  justify-content: flex-end; }

.footNavCont {
  display: flex;
  flex-direction: column;
  max-height: 325px;
  flex-wrap: wrap;
  list-style: none;
  font-size: .8125rem; }

.child-link, .titleBold {
  list-style: none;
  padding-left: 0;
  color: #484747;
  line-height: 16px;
  font-size: 14px; }

.titleBold {
  font-weight: 700;
  text-transform: uppercase;
  cursor: default;
  pointer-events: none; }

.child-link {
  font-weight: 300;
  text-transform: none;
  color: #77787b; }
  .child-link:hover {
    color: #77787b; }

.child {
  padding-left: 0; }

.child li {
  list-style: none; }

.subNavTitles {
  font-weight: 400;
  color: #484747;
  margin-left: 5px;
  font-size: 9.8px;
  display: inline-block;
  padding-bottom: 10px; }
  .subNavTitles:nth-last-child(-n+3) {
    font-weight: bold; }
  @media only screen and (max-width: 425px) {
    .subNavTitles {
      margin-left: 0px; } }

.subNavTitles::after {
  content: " · ";
  display: inline-block;
  margin: 0 5px 0 8px; }

.subNavTitles:last-of-type::after {
  content: ""; }

.subHeadImg {
  max-width: 90%; }

.copyText {
  width: 100%;
  font-size: 10px;
  color: #77787B; }
  @media only screen and (max-width: 425px) {
    .copyText {
      margin-top: 10px; } }

div.sub {
  margin-top: 12px; }

.subHeaderNav {
  display: inline-block;
  margin-left: 10px;
  font-size: 9px;
  text-align: right; }
  @media only screen and (max-width: 425px) {
    .subHeaderNav {
      margin-bottom: 10px; } }

#rowContain {
  justify-content: space-between;
  width: 100%; }

.rightCol, .leftCol {
  width: 50%; }

.leftCol {
  float: left; }

.rightCol {
  float: right;
  text-align: right; }

@media screen and (max-width: 768px) {
  .footNavCont {
    max-height: 340px; }

  .listItems {
    justify-content: center; } }
@media screen and (max-width: 575px) {
  .footNavCont {
    max-height: fit-content; }

  #footSIcontain {
    justify-content: center;
    padding: 10px 0px; } }
#mobile-footer {
  display: flex;
  flex-direction: column; }
  #mobile-footer button {
    border: none;
    border-bottom: 1px solid #9f9f9f;
    background-color: white;
    padding: 8px; }
    #mobile-footer button::after {
      content: "\f0c9";
      font-family: FontAwesome;
      float: right; }
  #mobile-footer .child li {
    padding: 10px;
    border-bottom: 1px solid #9f9f9f;
    background-color: white;
    text-align: center; }

#m-subNav {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  flex-direction: column; }
  #m-subNav .subHeaderNav {
    margin-bottom: 20px;
    font-size: 9px;
    text-align: center;
    margin-left: 0; }
  #m-subNav a {
    text-align: center; }
  #m-subNav .copyText {
    text-align: center;
    margin-bottom: 0px; }
