/* Footer CSS */
.footer-main {
  padding: 28px 0 0px 0;
  background-color: #eeefef;
}

.footer {
  /*max-width: 1380px;*/
  margin: 0 auto;
  max-width: 1440px;
}

.footer .footer-logo-container, .footer .footer-container {
  padding: 0 80px;
  padding: 0 88px;
}

.footer .footer-logo-container .footer-logo-content {
  display: flex;
  justify-content: space-between;
  padding: 0px 8px;
}

.footer .footer-logo-container .footer-logo-content img.az-logo {
  max-width: 187.5px;
  height: 45px;
}

.footer .footer-logo-container .footer-logo-content .youtube-logo {
    max-width: 34px;
    max-height: 25px;
    margin-top: 8px;
}

.footer .footer-container .footer-content {
  display: flex;
  max-width: 100%;
  padding: 68px 0 28px 0;
  /*justify-content: space-between;*/;
}

.footer .footer-container .footer-content .footer-section {
  display: flex;
  flex-direction: column;
  max-width: 25%;
  flex-basis: 25%;
  padding-left: 8px;
  padding-right: 8px;
}

.footer .footer-container .footer-content .footer-section a {
  position: relative;
  color: #830051;
  line-height: 16px;
  font-size: 13px;
  font-weight: bold;
  text-decoration: underline;
  padding: 8px 0px;
}

.footer .footer-container .footer-content .footer-section a:hover,
.footer .footer-container .footer-content .footer-section a:focus,
.footer .footer-container .footer-content .footer-section a:active {
  color: #003864;
}
.footer .footer-container .footer-content .footer-section a:focus-within {
  color: #830051;
}
.footer-link-img {
    display: inline-block;
    vertical-align: middle;
    width: 30px;
    height: auto;
    margin-left: 4px
}
a.privacy-choice-link {
    display: flex;
    flex-direction: row;
    align-items: center;
}
.footer .footer-container .footer-content .footer-section a.privacy-choice-link:after,
.footer .footer-container .footer-content .footer-section a.privacy-choice-link:hover:after,
.footer .footer-container .footer-content .footer-section a.privacy-choice-link:focus:after,
.footer .footer-container .footer-content .footer-section a.privacy-choice-link:active:after,
.footer .footer-container .footer-content .footer-section a.privacy-choice-link:focus-within:after{
    background: none;
}
.footer .footer-container .footer-content .footer-section a::after {
  content: '';
  background: url(/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/arrow-drop-up-icon.svg);
  background-size: 16px 16px;
  position: absolute;
  margin: 0px 0 0 4px;
  width: 16px;
  height: 16px;
}

.footer .footer-container .footer-content .footer-section a:hover::after,
.footer .footer-container .footer-content .footer-section a:active::after,
.footer .footer-container .footer-content .footer-section a:focus::after {
  background: url(/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/arrow-drop-up-icon-hover.svg);
  width: 16px;
  height: 16px;
  background-size: 16px 16px;
  position: absolute;
  margin: 0px 0 0 4px;
}
.footer .footer-container .footer-content .footer-section a:focus-within::after {
   background: url(/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/arrow-drop-up-icon.svg);
    width: 16px;
  height: 16px;
  background-size: 16px 16px;
  position: absolute;
  margin: 0px 0 0 4px;

}

.footer .footer-container .footer-content .footer-section p {
  font-size: 13px;
  padding-top: 8px;
  color: #3C4242;
  max-width: 270px;
}

.footer .footer-container .footer-content .footer-section.item-2 a {
  position: relative;
}

.footer .footer-container .footer-content .footer-section.item-2 a::after {
  content: '';
  background: url(/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/global/right-arrow.svg);
  background-size: 16px 16px;
  position: absolute;
  margin: 3px 0 0 6px;
  width: 16px;
  height: 16px;
}

.footer .footer-container .footer-content .footer-section.item-2 a:hover::after,
.footer .footer-container .footer-content .footer-section.item-2 a:active::after,
.footer .footer-container .footer-content .footer-section.item-2 a:focus::after {
  background: url('/content/dam/intelligentcontent/unbranded/ic-precisionmed-hcp/us/en/images/icon/right-arrow-blue-alt.svg');
}

.footer-copy-right {
  background-color: #dddedf;
  padding: 16px 24px;
}

.footer-copy-right p {
  color: #3C4242;
  font-size: 12px;
  line-height: 14px;
}
a.az-footer-logo-link {
    line-height: 0;
    display: block;
}

@media (min-width: 1035px) and (max-width: 1060px) {
    .footer .footer-container .footer-content .footer-section {
        padding-left: 11px;
        padding-right: 11px;
    }
} 
@media (max-width: 1024px) {
  .footer .footer-logo-container,
    .footer .footer-container {
    padding: 0 80px;
  }

  .footer .footer-container .footer-content {
    flex-direction: column;
  }

  .footer .footer-logo-container .footer-logo-content img.az-logo {
    max-width: 125px;
    height: 30px;
  }

  .footer .footer-container .footer-content .footer-section, 
  .footer .footer-container .footer-content .footer-section p {
    max-width: max-content;
  }
}

@media (max-width: 743.95px) {
  .footer .footer-logo-container .footer-logo-content img.az-logo {
    margin: 0 0 32px 0;
    width: auto;
    height: 45px;
    max-width: 100%;
  }

  .footer .footer-logo-container, .footer .footer-container {
    padding: 0 24px;
  }
  .footer .footer-container .footer-content .footer-section{
      padding-left: 0;
  }
  .footer .footer-logo-container .footer-logo-content{
      padding-left: 0;
  }
  .footer .footer-container .footer-content {
    padding: 16px 0;
  }

  .footer .footer-logo-container .footer-logo-content {
    flex-direction: column;
  }

  .footer .footer-logo-container .footer-logo-content {
    flex-direction: column;
    display: block;
  }

  .footer .footer-logo-container .footer-logo-content .youtube-logo {
    display: block;
    width:33.53px;
    margin-top: 0;
  }

  .footer .footer-container .footer-content .footer-section {
    gap: 16px;
    padding-top: 16px;
  }

  .footer-copy-right p {
    font-size: 12px;
    line-height: 28px;
  }

  .footer-main {
    padding: 16px 0 16px 0;
  }

  .footer .footer-container .footer-content .footer-section p {
    line-height: 24px;
  }

  .footer .footer-container .footer-content .footer-section a {
    padding: 0px 0px;
  }
}


