

/* FOOTER ROW 1 
* ///////////////*/
.footer-link-cols .col-1 {
  max-width: 240px;
  margin-right:3%;
}

.footer .link-cols:not(:nth-last-child(1)),
.footer-link-cols .cols:not(:last-of-type) {
  margin-right: 3%;
}

.footer-link-cols ul {
  list-style: none;
  padding: 0;
  margin: 0;
  text-align: left;
}

.footer .group-title {
  text-align: left;
  font-weight: 600;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}

.footer .link-cols a {
  display: block;
  font-size: 0.8em;
  text-decoration: none;
  padding: 0.4em 0;
}

.footer .link-cols a:hover {
  text-decoration: underline;
}


/* FOOTER CONNECT
* ////////////////////*/
.flex-wrap.footer-connect {
  -webkit-box-pack: justify; -ms-flex-pack: justify; justify-content: space-between;
}

.footer-logo {
  display: block;
  text-align: left;
  max-width:130px;
}

.footer-phone, .footer-address {
  margin-top: 2em !important;
  text-align: left;
  font-size: 0.9em;
}

.footer-address address {
  font-style: inherit;
}

/* FOOTER SOCIAL */
.footer-social {
  margin-right: 3%;
}

.footer-social li {
  display: inline-block;
}

.footer-social li a {
  display: block;
  background-color: #00a6a4;
  width: 2em;
  height: 2em;
  border-radius: 100px;
  text-align: center;
  line-height: 2em;
}

.footer-social li:not(:nth-last-child(1)) {
  margin-right: 0.5em;
}

/* SUBSCRIPTION FORM /*/
.footer form {
  display: -webkit-box !important;
  display: -ms-flexbox !important;
  display: flex !important;
/*   -ms-flex-wrap: wrap !important;
  flex-wrap: wrap !important; */
  width: 100%;
/*   -webkit-box-pack: end;
  -ms-flex-pack: end; */
/*   justify-content: flex-end */
}

.footer-subscribe {
/*   min-width: 60%; */
}

.footer .legal-consent-container {
  display: none;
}

.footer h3.form-title,.footer .hs_email>label {
  display: none
}

.footer .hs-form-field {
  margin-bottom: 0;
  -webkit-box-flex: 1;-ms-flex: auto;flex: auto;
}

.footer form input[type="email"],.footer input[type="submit"] {
  border-radius: 0 !important
}

.footer form input[type="email"] {
  box-shadow: none;
  border: solid 1px rgba(0,0,0,0.08) !important;
  border-radius: 8px !important;
  background-color: rgba(255,255,255,1) !important;
  color: #2b3f4f;
  padding: 0 1em
}

.footer form input {
  margin: 0;
  height: 3.1em
}

.footer ul.hs-error-msgs {
  list-style: none;
  padding-left: 0;
  position: absolute;
  font-size: 11px;
  margin-top: 0;
  margin-bottom: 0
}

.footer ul.hs-error-msgs label {
  font-size: inherit;
  color: inherit;
}

.footer .hs_error_rollup {
  display: none
}

.footer .simple-sub-form_col-1 .hs-email,
.footer .simple-sub-form_col-1 .hs-submit {
  flex: auto;
  max-width: none;
  width: 100%;
  margin-bottom: .5em;
}

.footer .simple-sub-form_col-1 input[type="submit"] {
  margin: auto
}
.footer input[type="submit"].primary.large,
.footer input[type="submit"] {
  width: 100%;
  padding: 0 1em !important;
  margin: 0 !important;
  height: 2.75em;
  word-break: initial;
  background-color: #00a6a4 !important;
  border-color: #00a6a4 !important;
  border-radius: 8px !important;
  font-weight: 700;
  border: solid 2px #0b7b7b;
  color: #fff;
  display: inline-block;
  vertical-align: middle;
  white-space: normal;
  font-size: 17px;
}

.footer input[type="submit"]:hover {
  color: 
}

.footer .hs-form .hs_submit {
  margin-top: 0;
  margin-left: 0.5em;
}

.footer .submitted-message {
  text-align: left;
}

/* COPYRIGHT 
* //////////////*/
.footer-connect,
.copyright {
  padding-top: 3em;
  border-top: solid 1px #fff;
  margin-top: 3em;
}

.copyright ul {
  display: flex;
  align-items: center;
}

.copyright ul li {
  display: inline-block;
  font-size: 14px;
}

.copyright a {
  font-size: inherit;
}

.copyright ul li:not(:nth-last-child(1)) {
  margin-right: 2em;
}

.copyright ul li:nth-child(1) {
  border-right: solid 1px #fff;
  padding-right: 2em;
}

@media(min-width:981px){
  .footer .is-mobile-address {
    display: none !important;
  }

  .footer-link-cols ul{
    display:block !important;
  }
}


@media(max-width:980px){
  .footer .link-cols > ul,
  .footer .col-1 {
    display: none;
  }

  .footer .link-cols,
  .footer .cols {
    flex: auto;
    width: 100%;
    margin-right:0 !important;
  }


  .footer .link-cols .group-title {
    margin-bottom: 0;
    padding:1em 2em 1em 0;
    position:relative;
    border-bottom:solid 1px #fff;
    cursor:pointer;
  }

  .footer .link-cols.active .group-title {
    border-color: transparent;
  }

  .footer .link-cols:nth-child(1) .group-title{
    padding-top:0;
  }

  .footer .link-cols .group-title:before {
    content: "";
    position: absolute;
    right: 0;
    background-image: url(https://www.mikmak.com/hubfs/Icons/icon-plus_white.svg);
    width: 1.25em;
    height: 1.25em;
    background-repeat:no-repeat;
    background-position:center;
    background-size: contain;
  }

  .footer .link-cols.active .group-title:before{
    background-image: url(https://www.mikmak.com/hubfs/Icons/icon-minus_white.svg);
  }


  .footer .is-mobile-address {
    margin-top: 3em;
  }

  a.footer-logo {
    margin-right: 3em;
  }

  .footer .footer-phone {
    margin-top: 0 !important;
  }

  .footer-social, .footer-subscribe {
    flex: auto;
    max-width: none;
    min-width: initial;
    width: 100%;
    margin-right: 0 !important;
  }

  .footer-subscribe {
    margin-top: 1em;
    max-width: 500px;
    width: 100%;
  }
}



@media(max-width:768px){
  .footer input[type="submit"] {
    height: 3.1em;
  }

  a.footer-logo{
    max-width: 150px;
    width:100%;
  }

  .copyright ul{
    display:block;
  }

  .copyright ul li:nth-child(1){
    border-right: 0;
    display: block;
    margin-right: 0;
    padding-right: 0;
    margin-bottom: 1em;
  }
}

.copyright .privacy-choices {
  display: inline-flex;
  align-items: center;
}

.copyright .privacy-choices span {
  color: #fff !important;
  cursor: pointer;
}

.copyright .privacy-choices:hover {
  text-decoration: underline.
}

@media(max-width:480px){
    .footer form{
      flex-wrap: nowrap !important;
  }
}

@media(max-width:345px){
  .footer form{
    -webkit-box-pack: initial; -ms-flex-pack: initial; justify-content: initial;
     flex-wrap: nowrap !important;
  }

  .footer .hs-form-field{
    max-width: 175px;
    width: 100%;
  }
}



.footer-social li a i {

  background-color: #00a6a4 !important;
  color: #fff !important;
}


