/*=== GT Gold Footer Bar Style Rules ===*/


DIV.gt-background-gt-footer-alt {
  width: 100%;
  height: 16px;
  background: linear-gradient(to right, var(--gtweb-gradient-gold), var(--gtweb-primary-gold));
}

DIV.gt-background-gt-footer {
  background: linear-gradient(to left, var(--gtweb-medium-gold), var(--gtweb-primary-gold));
}

BODY DIV.gt-gt-footer {
  font-family: "Roboto";
  font-size: 85%;
  font-weight: 500;
  overflow: auto;
  padding-top: 16px;
}

@media all and (min-width: 966px) {
  BODY DIV.gt-gt-footer {
    display: grid;
    grid-template-columns: 19% 15% 40% 24%;
    grid-gap: 0.8rem;
    justify-content: space-between;
  }

  DIV.gt-gt-footer > DIV + DIV {
    border-left: solid 1px var(--gtweb-accent-gold);
    padding-left: 12px;
  }
}

DIV.gt-gt-footer > DIV {
  margin-top: 6px;
  margin-bottom: 6px;
}

DIV.gt-gt-footer > DIV.gt-gt-footer-left {
  margin-bottom: 24px;
}

DIV.gt-gt-footer > DIV > H2 {
  margin: 0;
  font-family: "Roboto Condensed", "Helvetica Neue", "Helvetica", "Arial", "sans-serif";
  font-size: 125%;
  margin-top: 0;
}

/* Footer Address */

DIV.gt-gt-footer DIV.gt-gt-footer-address P {
  margin-top: 0;
  margin-bottom: 6px;
}

DIV.gt-gt-footer DIV.gt-gt-footer-address P STRONG {
  font-weight: 700;
}


/* Footer General / Legal Links */

DIV.gt-gt-footer NAV {
  padding: 4px 0;
  box-sizing: border-box;
}

DIV.gt-gt-footer NAV UL {
  margin: 0;
  box-sizing: border-box;
  padding: 0;
}

DIV.gt-gt-footer NAV UL LI {
  
  display: block;
  font-size: 1.05em;
  padding-bottom: 4px;
}

DIV.gt-gt-footer NAV UL LI A {
  text-decoration: none;
}


/* Logo Section */

DIV.gt-gt-footer DIV.gt-gt-footer-right {
  padding: 12px 8px 0 0;
  text-align: center;
  float: left;
  margin-left: 16px;
}

@media all and (min-width: 966px) {
  DIV.gt-gt-footer DIV.gt-gt-footer-right {
    margin-left: 0;
    float: right;
  }
}

DIV.gt-gt-footer DIV.gt-gt-footer-right IMG {
  max-width: 200px;
}

DIV.gt-gt-footer DIV.gt-gt-footer-right A {
  border-bottom: none;
}

DIV.gt-gt-footer NAV UL.gt-gt-footer-legallinks LI {
  margin-bottom: 8px;
}

DIV.gt-gt-footer DIV.gt-gt-footer-right P.gt-gt-footer-copyright {
  font-weight: 500;
  font-size: 80%;
  margin: 2px 0 10px 0;
}


/***-- Print Output Special Rules --***/

@media print {

  DIV.gt-gt-footer NAV UL.gt-gt-footer-legallinks {
    display: none;
  }

}
