#pageContainer {
  font-family:"Lato",sans-serif;
}

.footer-social-icons .social-icons {
  display: flex;
  flex: 1 1;
  justify-content: space-between;
}

.footer-social-icons {
  padding-right:5rem;
}

.padding-section {
  padding-top: 4em;
  padding-bottom: 4em;
}

.footer-category-title {
  font-size:1.5em;
  color:#212529;
  margin-bottom:2rem;
}

.footer-category {
  margin-bottom:2rem;
}

.footer-category ul {
  padding:0;
}

.footer-category li  {
  list-style:none;
  margin-bottom:1rem;
  font-size:0.875rem;
}


.footer-category li a {
  text-decoration:none;
  color:#333333;
}

.footer-container-wrapper a:hover {
  opacity:0.7;
  transition:0.2s ease-in;
}

.footer-links {
    text-decoration:none;
  color:#333333;
  
}

.copyright-text {
  font-size:0.8rem;
  color:#ffffff;
}

.hs-input {
  line-height:32px;
}

.hs-button {
  width:100%;
  margin-top:16px;
}

/* Thank you message when user submits the subscribe form on footer */
.hbspt-form .submitted-message {
    border: 1px solid #e8e8e8;
   border-radius: 4px;
    padding: 8px;
}

.hbspt-form .submitted-message p {
  color: #fff !important;
}


/* Tablet Media Queries */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
  /* Footer Links */
  .footer-category li  {
  list-style:none;
  margin-bottom:1rem;
  font-size:0.675rem;
  }
  /* Freightcom Logo on Footer */
  .footer-section .hs-image-widget {
    width:150px !important;
  }
  /* Footer Header H4 Text */
  .footer-category ul li a, .footer-category h4 {
    font-size:1.1em;
  }
  /* Footer Social Icons */
  .social-icons img {
    width:14px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1366px) {
  /* Footer Div */
  .footer-tablet {
    padding-left: calc(5% + 18px);
    padding-right: calc(5% + 18px);
  }
}


@media only screen and (max-width:768px) {
  .footer-container {
    padding-left:calc(5% + 9px) !important;
    padding-right:calc(5% + 9px) !important;
  }
  .footer-tablet {
    padding-left:0 !important;
    padding-right:0 !important;
    
  }
}

.footer-section .hs-form-field {
  margin-bottom:0px !important;
}

.mobile-only {
  display:none;
}
/* Mobile Media Queries */

/* Mobile Media Queries */

@media screen and (max-width:991px) {
  .mobile-only {
  display:block;
}
  .desktop-only {
    display:block:
  }
  .mobile-social {
  flex-direction:column !important;
  column-gap:16px;
    flex-wrap:wrap;
}
    .fc-address .text-white {
    font-size:12px !important;
  }
    .fc-contact .text-white {
    font-size:12px !important;
  }

}

  .footer-text-center {
    display:none;
  }

@media screen and (max-width:1080px) {
        .fc-address, .fc-contact {
    width:100% !important;
  }
  .footer-text-center {
    display:block;
  }
  .desktop-only-footer {
    display:none;
  }
  
}




