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

DIV.site-footer__bottom {
  overflow: auto;
  margin: 0;
}

DIV.site-footer__bottom DIV.block {
  margin: 0;
  padding-left: 0;
  padding-right: 0;
  border: none;
}

DIV.site-footer__bottom DIV.region-footer-fifth {
  max-width: 1170px;
  margin: auto;
  padding: 0 8px;
  box-sizing: border-box;
}

/* Footer Logo Section */

DIV.site-footer__bottom DIV#footer-logo {
  float: right; 
  text-align: center;
  margin-right: 8px;
}

DIV.site-footer__bottom DIV#footer-logo IMG {
  max-width: 120px;
}

DIV.site-footer__bottom DIV#footer-logo A {
  text-decoration: none;
  border-bottom: none;
}


DIV.site-footer__bottom DIV#footer-logo P {
  font-weight: 300;
  text-align: center;
  margin: 8px 0 0 0;
}

@media all and (max-width: 966px) {

  DIV.site-footer__bottom DIV#footer-logo {
    float: none;
  }
}


/* Footer Utility Links */

DIV.site-footer__bottom DIV#footer-utility-links {
  float: left;
}

DIV.site-footer__bottom DIV#footer-utility-links UL {
  clear: both;
  padding: 5px 0;
  margin: 0.25em 0 0.5em 0;
}

DIV.site-footer__bottom DIV#footer-utility-links UL.gt-footer-utility-links {
  padding-bottom: 4px;
}

DIV.site-footer__bottom DIV#footer-utility-links UL.gt-footer-legal-links {
  padding-top: 4px;
}

DIV.site-footer__bottom DIV#footer-utility-links UL LI {
  display: inline;
}

DIV.site-footer__bottom DIV#footer-utility-links UL LI:after {
  content: '|';
  padding-left: 6px;
  padding-right: 2px;
}

DIV.site-footer__bottom DIV#footer-utility-links UL LI:last-child:after {
  content: '';
}

DIV.site-footer__bottom DIV#footer-utility-links UL LI A {
  text-decoration: none;
  font-size: 1.2em;
}


@media all and (max-width: 966px) {

  DIV.site-footer__bottom {
    position: relative;
  }

  DIV.site-footer__bottom DIV#footer-utility-links {
    float: none;
  }

  DIV.site-footer__bottom DIV#footer-utility-links UL.gt-footer-utility-links,
  DIV.site-footer__bottom DIV#footer-utility-links UL.gt-footer-legal-links {
    float: none;
  }

  DIV.site-footer__bottom DIV#footer-utility-links UL {
    text-align: left;
    clear: none;
    font-size: 1.35em;
    margin-left: 22px;
  }

  DIV.site-footer__bottom DIV#footer-utility-links UL LI {
    display: block;
    padding: 10px 0;
  }

  DIV.site-footer__bottom DIV#footer-utility-links UL LI:after {
    content: '';
    padding: 0;
  }

  DIV.block-gt-themeblocks-goldfooter-block > DIV.content {
    position: relative;
  }

  DIV.site-footer__bottom DIV#footer-logo {
    position: relative;
    text-align: center;
    width: 100%;
    margin-left: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }
  
  DIV.gt-footer-copyright-wrapper P {
    position: absolute;
    bottom: 20px;
    width: 100%;
    margin: 0;
    text-align: center;
  }

}
