/* Single Inline Styles */

.custom-footer__section-1__form>span{
  align-self: stretch;
}
.custom-footer__section-1__form form {
  display: flex;
  align-items: stretch;
}
.custom-footer__section-1__form form .hs-form-field {
  flex-grow: 1;
  position: relative;
  z-index: 0;
}
.custom-footer__section-1__form form .hs-form-field>label {
  position: absolute;
  z-index: 1;
  bottom: 100%;
  left: 0;
}
.custom-footer__section-1__form form .hs-error-msgs{
  position: absolute;
  left: 0;
  bottom: -5px;
}
.custom-footer__section-1__form form .hs-error-msg{
  font-size: 13px;
}
.custom-footer__section-1__form form .hs-form-field,
.custom-footer__section-1__form form .actions {
  margin: 0;
}
.custom-footer__section-1__form form .actions,
.custom-footer__section-1__form form .actions>input,
.custom-footer__section-1__form form .input,
.custom-footer__section-1__form form .input>input{
  height: 100%;
}
.custom-footer__section-1__form form .hs_error_rollup {
  display: none;
}

.custom-footer__section-1__form form .actions>input[value]{
  content: "";
}



{# Footer Top #}

.custom-footer__section-1{
  width: 100%;
}

.custom-footer__section-1__form .hs-form-private{
  display: flex;
  flex-direction: row;
}

.custom-footer__section-1__container{
  display: flex;
  flex-direction: row;
  max-width: 1200px;
  justify-content: space-between;
  margin: 0 auto;
}

.custom-footer__section-1__services{
  display: flex;
  flex-direction: row;
  gap: 24px;
}

.custom-footer__section-1__service{
  display: flex;
  flex-direction: column;
}

.custom-footer__section-1__form .hs-form-private .hs_submit{
  margin-top: 0;
  margin-bottom: 18px;
  border-radius: 0;
}

.custom-footer__section-1__form .hs-form-private .input > input{
  height: 37px;
}

.custom-footer__section-1__form .hs-form-private .actions .hs-button{
  padding: 8px 21px;
  background: #99918a url(//1818694.fs1.hubspotusercontent-na1.net/hubfs/1818694/PackLeaderUSA_August2018/Images/ezgif-1-2269a9d962.png) no-repeat scroll center center; 
  white-space: nowrap; 
  width: 50px;
  height: 37px;
  border-radius: 0px;
}

.custom-footer__section-1__form .hs-form-private .hs-input{
  background-color: #fff;
  border: none;
  border-radius: 0;
}

.custom-footer__section-1__logos{
  display: flex;
  flex-direction: row;
  gap: 8px;
}

.custom-footer__section-1__form .hs_cos_wrapper .form-title{
  display: none;
}

.custom-footer__section-1__form-title{
  margin-bottom: 10px;
}

{# Footer Bottom #}

.custom-footer{
  width: 100%;
}

.custom-footer__wrapper{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  max-width: 1200px;
  margin: 0 auto;
}


.custom-footer__link li > a{
  text-decoration: none;
  padding: 0;
  font-size: 13px;
}


.custom-footer__link .hs-menu-item.hs-menu-depth-1:hover > a{
  color: #FFF;
  opacity: 1;
}


.custom-footer__link ul{
  display: flex;
  padding-top: 15px;
  margin-bottom: 10px;
}

@media (max-width: 576px) { 
  .custom-footer__link ul{ 
    margin-bottom: 20px;
  }
}
 

.custom-footer__link li{
  padding: 0 10px;
}

.custom-footer__link li:not(:last-child) {
  border-right: 2px solid #999999;
}


.custom-footer__social-icons-list{
  display: flex;
  flex-direction: row;
  margin-top: 0;
  margin-bottom: 20px;
  margin-left: 17px; 
  padding: 0;
  padding-top: 15px;
  gap: 6px;
}

.custom-footer__social-icons-item{
  list-style: none;
  width: 20px;
  height: 20px;
}

.custom-footer__copyright-text{
  margin-top: 0;
  padding-left: 10px;
  display: flex;
  gap: 5px;
}

.custom-footer__social-icons-item svg {
  width: 100%;
  height: 100%;
}

{# Breakpoints #}

@media(max-width: 900px) {
  .custom-footer__section-1__container{
    gap: 15px;
  }
  .custom-footer__wrapper, .custom-footer__section-1__container {
    flex-direction: column;
    align-items: center;
  }
  .custom-footer__links{
    align-items: center;
    display: flex;
    flex-direction: column;
  }
}



@media(max-width: 500px){
  .custom-footer__links{
    text-align: center;
  }
  .custom-footer__copyright-text{
    display: flex;
    flex-direction: column;
  }
}

@media(max-width: 400px){
  .custom-footer__link ul{
    flex-wrap: wrap;
  }
}