/* Hide HubSpot Generated Code causing footer space */
script + img page-bottom-width
  display: none;
}

.gm-rebrand-footer-2020 {
  background-size: cover !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  background-color: #ffffff;
  padding: 50px 0;
}

.gm-rebrand-footer-2020 * {
  font-size: 12px;
  color: #000000;
  letter-spacing: 2px;
}

.gm-rebrand-footer-2020 .page-width {
  max-width: 1000px !important;
  margin: 0 auto;
  float: none;
  padding: 0px 40px;
}

.gm-rebrand-footer-2020 {
  padding: 50px 0;
}

.two-column .gm-rebrand-footer-2020 .page-bottom-width {
  max-width: 100% !important;
  margin: 0 auto;
  float: none;
  padding: 0px 40px;
}

.gm-rebrand-footer-2020 .page-bottom-width {
  max-width: 100% !important;
  float: none;
  padding-left: 40px;
  padding-right: 40px;
}

.gm-rebrand-footer-2020 .flex {
  display: flex;
  flex-flow: row;
  flex-wrap: wrap;
  margin: 0 -20px;
}

.gm-rebrand-footer-2020 .col {
  flex: 1;
  padding: 0 20px;
}

.gm-rebrand-footer-2020 h4 {
  margin: 0 0 10px 0;
  line-height: 1.2;
  color: #000000;
}

.gm-rebrand-footer-2020 .simple-menu .hs-menu-wrapper ul{
  list-style: none;
}

.gm-rebrand-footer-2020 .simple-menu .hs-menu-wrapper ul li {
  padding: 5px 0;
  margin: 0;
}

.gm-rebrand-footer-2020 .simple-menu .hs-menu-wrapper ul li a{
  padding: 0px;
  margin: 0;
  font-weight: 400;
  display: inline;
  -webkit-transition: none;
  transition: none;
}

.gm-rebrand-footer-2020 .simple-menu .hs-menu-wrapper ul li a:hover {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000;
}

.gm-rebrand-footer-2020 .simple-menu.heading-link .hs-menu-wrapper ul li:first-child{
  padding-top: 0px;
}

.gm-rebrand-footer-2020 .simple-menu.heading-link .hs-menu-wrapper ul li:first-child a {
  font-weight: 700;
  margin-bottom: 0px;
  line-height: 1;
  padding: 0 !important;
}

.gm-rebrand-footer-2020 .simple-menu.heading-link .hs-menu-wrapper ul li:first-child a:hover {
  color: #000000;
  text-decoration: none;
  border-bottom: 2px solid #000000;
}

.gm-rebrand-footer-2020 .simple-menu .fa {
  display: inline;
}

.gm-rebrand-footer-2020 .copyright-link {
  text-align: left;
  margin-top: 60px;
  line-height: 1.5;
}

.gm-rebrand-footer-2020 .copyright-link ul {
  padding-left: 0;
  list-style: none;
}

.gm-rebrand-footer-2020 .copyright-link ul li {
  display: inline-block;
  float: none !important;
  line-height: 1.1;
}

.gm-rebrand-footer-2020 .copyright-link ul li:not(:last-child) {
  margin-right: 10px;
  padding-right: 10px;
  border-right: 1px solid #000000;
}

.gm-rebrand-footer-2020 .copyright-link ul li a {
  display: inline !important;
  max-width: 100%;
  text-overflow: initial;
  padding: 0px !important;
}

.gm-rebrand-footer-2020 .copyright-link ul li a:hover {
  color: #000000;
  text-decoration: none;
  border-bottom: 1px solid #000000;
}

.gm-rebrand-footer-2020 .copyright-text {
  text-align: right;
  margin-top: 60px;
}

@media(max-width:1024px) {
  .gm-rebrand-footer-2020 .copyright-link,
  .gm-rebrand-footer-2020 .copyright-text{
    text-align: center;
  }
  .gm-rebrand-footer-2020 .copyright-text{
    margin-top: 20px;
  }
  .gm-rebrand-footer-2020 .page-bottom-width .col {
    flex: 0 0 100%;
  }
}

@media(max-width:767px) {

  .gm-rebrand-footer-2020 {
    text-align: center;
  }

  .gm-rebrand-footer-2020 .page-width {
    padding: 0px 20px;
  }

  .gm-rebrand-footer-2020 .col {
    flex: 0 0 100%;
  }

  .gm-rebrand-footer-2020 .copyright-link {
    margin-top: 30px;
  }

  .gm-rebrand-footer-2020 .copyright-link ul li a {
    padding: 10px 0 !important;
    display: inline-block !important;
  }

  .gm-rebrand-footer-2020 .copyright-link ul li:not(:last-child) {
    border: 0;
  }

}