/* Insert your VARTHEME_BS4_SUBTHEME footer custom SASS styling. */
/* @media screen and (min-width: 1200px) {
  .custom-footer-class {
    padding: 0 15px;
  }
} */
.footer-wrapper {
  color: #FFFFFF;
}
/* @media screen and (min-width: 992px) {
  .footer-wrapper {
    margin-left: -15px;
    margin-right: -15px; 
  }
} */
@media screen and (min-width: 1290px) {
  .footer-wrapper {
    margin-left: -15px;
  }
}
.footer-wrapper .footer {
  border: 0;
  padding-top: 0;
  padding-bottom: 0;
  margin-top: 3rem;
}
.footer.container {
  height: auto;
  min-height: 87px;
  /* padding-left: 103px;
  padding-right: 103px; */
  padding: 0;
}
@media screen and (min-width: 768px) {
  .footer.container {
    padding-left: 0;
    padding-right: 0;
    /* background-color: green !important; */
  }
}
.custom-footer-class .footer-wrapper .footer {
  margin-top:0 !important;
}
/* @media screen and (min-width: 992px) {
  .custom-footer-class .footer-wrapper .footer {
    margin-top:0;
  }
} */
.footer-wrapper .footer section.region-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
/* @media screen and (min-width: 992px) {
  .footer-wrapper .footer section.region-footer {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
  }
} */
.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded .nav-link{
  border-bottom: 1px solid #fff;
  /* margin-bottom: 10px; */
  padding: 0.5rem 1rem 0.2rem 1rem;
  padding-left: 0;
} 
@media screen and (min-width: 992px) {
  .footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) .nav-link{
    padding-left: 1rem;
  }
}
.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded li.nav-item .nav-link {
  border: 0;
  font-size: 0.75rem;
  padding-left: 0;
} 

@media screen and (min-width: 992px) {
.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) ul.menu{
     display: grid;
     /* grid-template-columns: repeat(5, 1fr); */
     /* gap: 20px; */
     /* height: 105px; */
     width: 99.1%;
     padding-left: 1rem;
  }
.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) ul.menu li:nth-child(1) {
  grid-column: 1;
  grid-row: 1;
}

.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) ul.menu li:nth-child(2) {
  grid-column: 1;
  grid-row: 2;
}

.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) ul.menu li:nth-child(3) {
  grid-column: 1;
  grid-row: 3;
}

.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) ul.menu li:nth-child(4) {
  grid-column: 1;
  grid-row: 4;
}

.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) ul.menu li:nth-child(5) {
  grid-column: 2;
  grid-row: 1;
}

.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) ul.menu li:nth-child(6) {
  grid-column: 2;
  grid-row: 2;
}

.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) ul.menu li:nth-child(7) {
  grid-column: 2;
  grid-row: 3;
}

.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) ul.menu li:nth-child(8) {
  grid-column: 3;
  grid-row: 1;
}

.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) ul.menu li:nth-child(9) {
  grid-column: 3;
  grid-row: 2;
}

.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) ul.menu li:nth-child(10) {
  grid-column: 3;
  grid-row: 3;
}

.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) ul.menu li:nth-child(11) {
  grid-column: 4;
  grid-row: 1;
}

.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) ul.menu li:nth-child(12) {
  grid-column: 4;
  grid-row: 2;
}

.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) ul.menu li:nth-child(13) {
  grid-column: 4;
  grid-row: 3;
}

.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) ul.menu li:nth-child(14) {
  grid-column: 5;
  grid-row: 1;
}

.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) ul.menu li:nth-child(15) {
  grid-column: 5;
  grid-row: 2;
}

.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) ul.menu li:nth-child(16) {
  grid-column: 5;
  grid-row: 3;
}

}

#block-awmsfooterbottomprivacylinks h2 {
  display: none;
}

.footer-wrapper .footer section.region-footer .privacy-links a {
  color: #ffffff;
  margin: 0.5rem 0;
  display: inline-block;
  color: #ffffff;
  font-size: 0.75rem;
}
@media screen and (max-width: 991px) {
  .footer-wrapper .footer section.region-footer .navigation .nav {
    display: block;
  }
  .footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded {
    margin-bottom: 15px;
  }
  .footer-wrapper .footer section.region-footer .privacy-links {
    margin:15px 0 15px 15px;
    display: inline-flex;
    flex-direction: column;
  }
}
@media screen and (min-width: 992px) {
  .footer-wrapper .footer section.region-footer .navigation .nav {
    margin-right: -30px;
  }
  .footer-wrapper .footer section.region-footer .privacy-links {
    margin: 15px;
    padding-left: 1rem;
  }
  .footer-wrapper .footer section.region-footer .privacy-links a {
    display: inline-block;
    margin: 0 1rem;
    position: relative;
  }
  .footer-wrapper .footer section.region-footer .privacy-links a::after {
    content: "|";
    position: absolute;
    z-index: 1;
    right: -21px;
  }
  .footer-wrapper .footer section.region-footer .privacy-links a:last-child::after {
    content: "";
  }
  .footer-wrapper .footer section.region-footer .privacy-links a:first-child {
    margin-left: 0;
  }
}

.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded ul.menu{
  padding-left: 0;
  list-style: none;
}
@media screen and (min-width: 992px) {
  .footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) {
    width: 64.25%;
  }
}
.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(1) {
  padding-left: 15px;
  padding-right: 15px;
}
@media screen and (min-width: 992px) {
  .footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(2), .footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(3) {
    width: 16.66667%;
  }
}
.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(2), .footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(3) {
  padding-left: 15px;
  padding-right: 15px;
}
/* @media screen and (min-width: 992px) {
  .footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(3) {
    padding-right: 0px;
  }
}
@media screen and (min-width: 1290px) {
  .footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(3) {
    padding-right: 15px;
  }
} */
.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(3) .scl-links {
  padding: 0.5rem 1rem 0.5rem 0;
}
.footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(3) .scl-links .fab, .footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(3) .scl-links .far{
  font-size: 18px;
  margin-right: 15px;
  color: #ffffff;
  padding: 0;
}
/* @media screen and (min-width: 992px) {
  .footer-wrapper .footer section.region-footer .navigation .nav li.nav-item.menu-item--expanded:nth-child(3) .scl-links {
    padding: 0.5rem 1rem;
  }
} */
.footer-wrapper .footer section.region-footer .site-branding {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-flow: column;
  -ms-flex-flow: column;
  flex-flow: column;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-flow: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 58px 1rem 10px 30px;
  font-size: 12px;
  margin: 0;
  /* text-align: center;
  order: 2; */
}
/* ACW-1287 */
.footer-wrapper .footer section.region-footer .site-branding .site-logo img{
  content: url('/themes/custom/ares_awms/logo.svg') !important;
}
/* ACW-1287 */
@media screen and (max-width: 991px) {
  .footer-wrapper .footer section.region-footer .site-branding {
    padding-top: 0;
  }
}
@media screen and (min-width: 992px) {
  .footer-wrapper .footer section.region-footer .site-branding {
    padding-left: 15px;
  }
}
.footer-wrapper .footer section.region-footer .site-branding .site-logo {
  margin: 0;
  max-width: 300px;
}
@media screen and (max-width: 991px) {
  .footer-wrapper .footer section.region-footer .site-branding {
    margin: 0 auto;
  }
  .footer-wrapper .footer section.region-footer .site-branding .site-logo {
    text-align: center;
    /* ACW-1287 */
    width: 200px;
    /* ACW-1287 */
    margin-left: 0 !important;
  }  
}
/* @media screen and (min-width: 992px) {
  .footer-wrapper .footer section.region-footer div[id$="-copyright"] {
    text-align: left;
    order: 1;
    padding: 1rem 1rem 0 1rem; 
  }
} */
.footer-wrapper .footer section.region-footer .menu--footer {
  padding: 0.85rem 0;
  font-size: 12px;
  display: block;
  text-align: center;
  order: 2;
}
.footer-wrapper .footer section.region-footer .menu--footer ul.nav {
  display: inline-block;
  padding: 0.75rem 1rem 1rem 1rem;
}
/* Narendra for social link in footer*/
/* div#block-sociallinks {
  order: 3;
}
.scl-links {
  display: none;
} 
@media (min-width: 1170px) {
  .page-node-119 .footer-wrapper .footer section.region-footer .menu--footer {
    margin-left: 37%;
  }
  .page-node-119 .scl-links {
    display: block;
  }
  .page-node-119 div#block-sociallinks {
    order: 3;
    display: block !important;
  }
}
div#block-sociallinks {
  order: 3;
  display: none;
}
@media (max-width: 1169px) {
  .page-node-119 .scl-links {
    display: none;
  }
  div#block-sociallinks {
    order: 3;
    display: none;
  }
  .page-node-119 .footer-wrapper .footer section.region-footer .menu--footer {
    margin-left: 0;
  }
}
.page-node-119 .scl-links {
  margin-top: 36px;
  display: block;
}
a.linkedin {
  margin: 0 5px 0 0;
  font-size: 15px;
}
a.envelope {
  margin: 0 0 0 5px;
  font-size: 15px;
}
div#block-sociallinks .scl-links a.linkedin .fa-linkedin:before {
  color: #fff;
}
div#block-sociallinks .scl-links a.envelope .fa-envelope:before {
  color: #fff;
}*/
@media screen and (min-width: 992px) {
  .footer-wrapper .footer section.region-footer .menu--footer {
    padding: 0.85rem 0;
    font-size: 12px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-flow: column;
    -ms-flex-flow: column;
    flex-flow: column;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    order: 3;
  }
  .footer-wrapper .footer section.region-footer .menu--footer ul.nav {
    padding: 1rem 0 0 1rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-flow: row;
    -ms-flex-flow: row;
    flex-flow: row;
    -webkit-box-pack: space-between;
    -webkit-justify-content: space-between;
    -ms-flex-pack: space-between;
    justify-content: space-between;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    align-content: center;
  }
}
.footer-wrapper .footer section.region-footer .menu--footer ul.nav li {
  padding: 0 0.75rem;
  display: inline-block;
}
.footer-wrapper .footer .nav-link {
  color: #FFFFFF;
}
#block-scrolltotop-2 {
  background: #43739d;
  position: relative;
  border-radius: 35px;
  /* bottom: 30px; */
  width: 55px;
  height: 55px;
  right: 30px;
  /* order: 1; */
  align-self: flex-end;
  top: -27px;
}
#block-scrolltotop-2 div .field--name-body {
  margin-top: 15px;
}
#block-scrolltotop-2 a {
  color: #FFFFFF;
  padding: 20px 22px;
}
#block-scrolltotop-2 a::after {
  content: "\f0d8";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  margin-top: 30px;
}
@media (min-width: 992px) {
  #block-scrolltotop-2 {
    order: 3;
    right: 0;
    align-self: center;
    display: none;
  }
}
.scrollup-text {
  display: none;
}
/*.scrollup-text {
  display: none;
}
.block-scroll-top {
  background: #43739d;
  position: relative;
  border-radius: 35px;
  bottom: 30px;
  width: 55px;
  height: 55px;
  right: 30px;
  order: 1;
  align-self: flex-end;
}
.block-scroll-top a {
  color: #FFFFFF;
  padding: 20px 22px;
}
.block-scroll-top a::after {
  content: "\f0d8";
  font-family: "Font Awesome 5 Pro";
  font-weight: bold;
  margin-top: 30px;
}
.block-scroll-top div .field--name-body {
  margin-top: 15px;
}
@media (min-width: 992px) {
  .block-scroll-top {
    order: 3;
    right: 0;
    align-self: center;
    display: none;
  }
}
@media only screen and (max-width: 576px) and (min-width: 320px) {
  .footer.container {
    height: auto;
    min-height: 87px;
    padding-left: 0px;
    padding-right: 0px;
  }
}
@media (min-width : 768px) and (max-width : 1024px) {
  .footer-wrapper .footer section.region-footer .menu--footer ul.nav {
    display: inline-block;
    padding: 0 0 3rem 0;
  }
  .footer-wrapper .footer section.region-footer .menu--footer {
    margin-left: -3%;
  }
}*/
/* ACW-771 */
/* @media only screen and (max-width: 1024px) and (min-width: 320px) {
  .footer-wrapper {
    margin-left: -15px;
    margin-right: -15px;
  }
} */
/* ACW-771 */
/*@media only screen and (min-width: 1274px) {
  .footer-wrapper .footer section.region-footer div#block-arcccopyright {
    padding-right: 43%;
    padding-left: 0;
  }
}
@media only screen and (min-width:410px) and (max-width:575px) {
  .footer-wrapper .footer section.region-footer .menu--footer ul.nav li {
    padding: 0 1.25rem;
    display: inline-block;
  }
}*/
/* ACW-771 */
@media only screen and (max-width: 767px){
  .footer-wrapper .footer section.region-footer{
    margin-left: 0 !important;
    margin-right: 0 !important;
  }
}
/* ACW-771 */
.custom-footer-class {
  /* max-width: 100%; */
  padding: 0;
  background-color: #012a41;
}


/* .footer-wrapper .footer section.region-footer div[id$="-sociallinks"] {
  display: inline;
}
.footer-wrapper .footer section.region-footer div[id$="-sociallinks"] div {
  display: inline;
} */


/* div#sliding-popup {
  display: none !important;
} */

@media screen and (min-width: 992px) {
  
}
@media (max-width: 767px) {
  body .footer-wrapper .footer.container {
      margin-top: 0px !important;
  }
}
/* .path-frontpage .custom-footer-class .footer-wrapper .footer, .custom-footer-class .footer-wrapper .footer {
  margin-top: 0;
} */
/* ACW-1410 */
.footer-wrapper .footer section.region-footer .navigation .nav > li.nav-item.menu-item--expanded > a {
  pointer-events: none;
}
/* ACW-1410 */
/*ACW - 1692*/
.page-node-24739 .footer-wrappe, .page-node-23611 .footer-wrapper, .page-node-24722 .footer-wrapper, .page-node-24723 .footer-wrapper, .page-node-24724 .footer-wrapper, .page-node-24725 .footer-wrapper{
  margin-left: 0px;
}
.page-node-24739 .footer-wrapper .site-branding, .page-node-23611 .footer-wrapper .site-branding, .page-node-24722 .footer-wrapper .site-branding, .page-node-24723 .footer-wrapper .site-branding, .page-node-24724 .footer-wrapper .site-branding, .page-node-24725 .footer-wrapper .site-branding{
  display: inline-block !important;
    width: fit-content;
    padding: 0 !important;
}
.page-node-24739 .footer-wrapper .footer.container, .page-node-23611 .footer-wrapper .footer.container, .page-node-24722 .footer-wrapper .footer.container, .page-node-24723 .footer-wrapper .footer.container, .page-node-24724 .footer-wrapper .footer.container, .page-node-24725 .footer-wrapper .footer.container{
  height: auto;
    min-height: 87px;
    padding-left: 103px;
    padding-right: 103px;
}
.page-node-24739 .footer-wrapper .footer section.region-footer .privacy-links a.sitemap-link, .page-node-23611 .footer-wrapper .footer section.region-footer .privacy-links a.sitemap-link, .page-node-24722 .footer-wrapper .footer section.region-footer .privacy-links a.sitemap-link, .page-node-24723 .footer-wrapper .footer section.region-footer .privacy-links a.sitemap-link, .page-node-24724 .footer-wrapper .footer section.region-footer .privacy-links a.sitemap-link, .page-node-24725 .footer-wrapper .footer section.region-footer .privacy-links a.sitemap-link{
  display: none;
}
.page-node-24739 .footer-wrapper .footer section.region-footer .privacy-links a.legal-link:after, .page-node-23611 .footer-wrapper .footer section.region-footer .privacy-links a.legal-link:after, .page-node-24722 .footer-wrapper .footer section.region-footer .privacy-links a.legal-link:after, .page-node-24723 .footer-wrapper .footer section.region-footer .privacy-links a.legal-link:after, .page-node-24724 .footer-wrapper .footer section.region-footer .privacy-links a.legal-link:after, .page-node-24725 .footer-wrapper .footer section.region-footer .privacy-links a.legal-link:after{
  content:none;
}
@media (min-width:992px) {
  .page-node-24739 .footer-wrapper .footer section.region-footer .site-branding .site-logo, .page-node-23611 .footer-wrapper .footer section.region-footer .site-branding .site-logo, .page-node-24722 .footer-wrapper .footer section.region-footer .site-branding .site-logo, .page-node-24723 .footer-wrapper .footer section.region-footer .site-branding .site-logo, .page-node-24724 .footer-wrapper .footer section.region-footer .site-branding .site-logo, .page-node-24725 .footer-wrapper .footer section.region-footer .site-branding .site-logo{
    width: 300px;
    padding-bottom: 0px;
  }
  .page-node-24739 .footer-wrapper .footer section.region-footer, .page-node-23611 .footer-wrapper .footer section.region-footer, .page-node-24722 .footer-wrapper .footer section.region-footer, .page-node-24723 .footer-wrapper .footer section.region-footer, .page-node-24724 .footer-wrapper .footer section.region-footer, .page-node-24725 .footer-wrapper .footer section.region-footer{
    flex-flow: row;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    padding: 10px 0px;
  }
  .page-node-24739 .footer-wrapper .footer.container, .page-node-23611 .footer-wrapper .footer.container, .page-node-24722 .footer-wrapper .footer.container, .page-node-24723 .footer-wrapper .footer.container, .page-node-24724 .footer-wrapper .footer.container,.page-node-24725 .footer-wrapper .footer.container{
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
  .page-node-24739 .footer-wrapper .footer section.region-footer .privacy-links, .page-node-23611 .footer-wrapper .footer section.region-footer .privacy-links, .page-node-24722 .footer-wrapper .footer section.region-footer .privacy-links, .page-node-24723 .footer-wrapper .footer section.region-footer .privacy-links, .page-node-24724 .footer-wrapper .footer section.region-footer .privacy-links, .page-node-24725 .footer-wrapper .footer section.region-footer .privacy-links{
    margin: 15px 0px;
  }
  .page-node-24739 .footer-wrapper .footer section.region-footer .privacy-links a:last-child, .page-node-23611 .footer-wrapper .footer section.region-footer .privacy-links a.legal-link, .page-node-23611 .footer-wrapper .footer section.region-footer .privacy-links a:last-child, .page-node-23611 .footer-wrapper .footer section.region-footer .privacy-links a.legal-link, .page-node-24722 .footer-wrapper .footer section.region-footer .privacy-links a.legal-link, .page-node-24722 .footer-wrapper .footer section.region-footer .privacy-links a:last-child, .page-node-24722 .footer-wrapper .footer section.region-footer .privacy-links a.legal-link, .page-node-24723 .footer-wrapper .footer section.region-footer .privacy-links a.legal-link, .page-node-24723 .footer-wrapper .footer section.region-footer .privacy-links a:last-child, .page-node-24723 .footer-wrapper .footer section.region-footer .privacy-links a.legal-link, .page-node-24724 .footer-wrapper .footer section.region-footer .privacy-links a.legal-link, .page-node-24724 .footer-wrapper .footer section.region-footer .privacy-links a:last-child, .page-node-24724 .footer-wrapper .footer section.region-footer .privacy-links a.legal-link, .page-node-24725 .footer-wrapper .footer section.region-footer .privacy-links a.legal-link, .page-node-24725 .footer-wrapper .footer section.region-footer .privacy-links a:last-child, .page-node-24725 .footer-wrapper .footer section.region-footer .privacy-links a.legal-link {
    margin-right: 0px;
  }
}
@media (max-width:991px) {
  .page-node-24739 .footer-wrapper .footer section.region-footer .privacy-link, .page-node-23611 .footer-wrapper .footer section.region-footer .privacy-links, .page-node-24722 .footer-wrapper .footer section.region-footer .privacy-links, .page-node-24723 .footer-wrapper .footer section.region-footer .privacy-links, .page-node-24724 .footer-wrapper .footer section.region-footer .privacy-links, .page-node-24725 .footer-wrapper .footer section.region-footer .privacy-links{
        display: block;
    padding: 0.75rem 0px 1rem 0px;
        text-align: center;
    margin: 0px !important;
  }
  .page-node-24739 .footer-wrapper .footer section.region-footer .privacy-links a,.page-node-23611 .footer-wrapper .footer section.region-footer .privacy-links a, .page-node-24722 .footer-wrapper .footer section.region-footer .privacy-links a, .page-node-24723 .footer-wrapper .footer section.region-footer .privacy-links a, .page-node-24724 .footer-wrapper .footer section.region-footer .privacy-links a, .page-node-24725 .footer-wrapper .footer section.region-footer .privacy-links a{
    padding: 0.5rem 0.75rem;
        margin: 0;

  }
}
@media (max-width:991px) {
    .page-node-24739 .footer-wrapper .footer.container, .page-node-23611 .footer-wrapper .footer.container, .page-node-24722 .footer-wrapper .footer.container, .page-node-24723 .footer-wrapper .footer.container, .page-node-24724 .footer-wrapper .footer.container, .page-node-24725 .footer-wrapper .footer.container{
        padding-left: 0px;
        padding-right: 0px;
    }
}

/*ACW - 1692*/
/*ACW - 1906*/
@media (max-width:991px) {
  .non-us-logo-footer{
      text-align:center;
  }
}
/*ACW - 1906*/
/* ACW-1904 */
.footer-wrapper .scl-links > a > i,.footer-wrapper .scl-links > a > span{
  margin-right: 12px !important;
}
/* ACW-1904 */