#site-map #header #header-logo .logo {
  background: linear-gradient(to bottom, #05070c 1%, #1c468e 100%);
  border: 0px;
}

/*Banner section*/

#map {
  margin-top: -2px;
}

#map #banner-content #banner-txt {
  padding: 0px;
}

#map #banner-content #banner-txt .banner-content {
  background-color: #1c468e;
  background-repeat: no-repeat;
  background-size: 100% 100%;
}

#map #banner-content #banner-txt .banner-content .inner-page-content {
  width: 90%;
  max-width: 1366px;
  margin: 0 auto;
  padding-bottom: 10px;
}

#map #banner-content #banner-txt .banner-content .inner-page-content h1 {
  margin-top: 0;
  padding-bottom: 30px;
  padding-top: 30px;
  font-family: "helvetica-neue-lt-pro-cond";
  font-weight: 700;
  color: #ffffff;
  margin-bottom: 10px;
  font-size: 23px;
  line-height: 25.3px;
}

/*second section*/

#map #sitemap-content-txt {
  padding: 0px;
}

#map #sitemap-content-txt .outer-content {
  width: 100%;
}

#map #sitemap-content-txt .outer-content .inner-content {
  width: 90%;
  margin: 0 auto;
  max-width: 1366px;
  padding: 20px 0;
  padding-bottom: 0px;
}

#map #sitemap-content-txt .outer-content .inner-content p {
  color: black;
  font-family: Arial;
  margin-bottom: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 600;
}

#map #sitemap-content-txt .outer-content .inner-content ul {
  padding-left: 0;
  margin-top: 0;
  margin-bottom: 10px;
}

#map #sitemap-content-txt .outer-content .inner-content ul li {
  list-style-type: none;
  padding: 10px 0;
  background: url('/content/dam/intelligentcontent/brands/daliresp/us/en/image/blue-arrow-right.png');
  background-repeat: no-repeat;
  background-position: 0px 7px;
  padding-left: 39px;
  background-size: 24px;
  font-family: "helvetica-neue-lt-pro";
  font-size: 15px;
  line-height: 21.4286px;
  font-weight: 600;
  color: #1c466e;
}

#map #sitemap-content-txt .outer-content .inner-content ul li a {
  font-family: "helvetica-neue-lt-pro";
  font-size: 15px;
  line-height: 21.4286px;
  font-weight: 500;
  color: #1c466e;
}

#map #sitemap-content-txt .outer-content .inner-content ul li a:hover {
  text-decoration: underline;
}

#map #sitemap-content-txt .outer-content .inner-content ul li a:focus,
#map #sitemap-content-txt .outer-content .inner-content ul li a:focus-visible {
  text-decoration: none;
  outline: none;
}

#map .margin {
  height: 2px;
  border-bottom: 1px solid #e59e25;
  width: 50%;
}

#map #sitemap-content-txt .outer-content .inner-content ul.sub-li {
  padding-top: 20px;
  padding-bottom: 20px;
}

/*Third section*/

#map #isi-section {
  padding: 0px;
}

#map #isi-section .isi-section {
  background-image: url('/content/dam/intelligentcontent/brands/daliresp/us/en/image/lighter-bg.jpg');
}

#map .isi-section .isi-inner {
  width: 90%;
  margin: 0 auto;
  padding: 5px 0;
  margin-top: -20px;
  padding-bottom: 10px ! important;
}

#map .isi-section .isi-inner h2 {
  font-family: "helvetica-neue-lt-pro-cond";
  color: #e59e25;
  font-size: 24px;
  margin-top: 0;
  font-weight: 500;
  margin-bottom: 10px;
  padding-top: 10px;
  line-height: 26.4px;
}

#map .isi-section .isi-inner h3 {
  font-family: "helvetica-neue-lt-pro";
  font-weight: 600;
  font-size: 15px;
  color: #e59e25;
  line-height: 16.5px;
  margin-top: 20px;
  margin-bottom: 10px;
}

#map .isi-section .isi-inner p {
  color: white;
  font-family: Arial;
  margin-bottom: 10px;
}

#map .isi-section .isi-inner p span.nowrap {
  white-space: nowrap;
}

#map .isi-section .isi-inner p.bold {
  font-weight: bold;
}

#map .isi-section .isi-inner p a {
  color: #3dadef;
  text-decoration: underline;
}

#map .isi-section .isi-inner p img.accesible-img {
  width: 10px;
  height: 10px;
  margin: 0 2px 4px 4px;
}

#map .isi-section .isi-inner p a:focus,
#map .isi-section .isi-inner p a:focus-visible {
  outline: none;
}

#map .isi-section .isi-inner ul {
  padding-left: 5%;
  margin-bottom: 10px;
}

#map .isi-section .isi-inner ul li {
  list-style-type: none;
  text-indent: -18px;
  color: #fff;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px;
}

#map .isi-section .isi-inner ul li:before {
  content: "\2022";
  color: #f5a900;
  font-size: 15px;
  padding-right: 12px;
  margin-left: 0px;
}

#site-map #footer .info-content .inner-info p.rights.others {
  display: block;
}

#site-map #footer .info-content .inner-info p.rights.register-activate {
  display: none;
}

/*============Responsive design============*/

@media only screen and (min-width: 768px) {
    /*Third section*/
  
  #map #sitemap {
    width: 100%;
  }

  #map .isi-section .isi-inner ul {
    padding-left: 3%;
  }

  #map .isi-section .isi-inner ul.pl {
    padding-left: 3%;
  }
}

@media only screen and (max-width: 991px) {
    
    /*Header*/
    
  #site-map #header .navigation-overlay.show {
    margin-top: -10px;
  }
}

@media only screen and (min-width: 769px) and (max-width: 990px) {
    
    /*Header*/
    
  #site-map #header #header-logo .logo {
    margin-top: -1px;
  }
  
  /*second section*/
  
  #map #sitemap-content-txt .outer-content .inner-content ul.sub-li {
    padding-bottom: 40px;
  }
  
   /*Third section*/
    
  #map .isi-section .isi-inner p {
    font-size: 14px;
    line-height: 20px;
  }
}

@media only screen and (min-width: 991px) {
    
     /*Banner section*/
    
  #map #banner-content #banner-txt .banner-content .inner-page-content h1 {
    font-size: 55px;
    padding-bottom: 0;
    line-height: 60.5px;
  }
  
  /*second section*/
  
  #map #sitemap-content-txt .outer-content .inner-content p {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 25.7143px;
  }

  #map #sitemap-content-txt .outer-content .inner-content ul li {
    background-position: 0px 9px;
  }

  #map .margin {
    width: 24%;
  }
  
  /*Third section*/
  
  #map .isi-section .isi-inner {
    margin-top: -23px;
    margin: 0 auto;
    width: 90%;
    max-width: 1366px;
    padding: 0;
  }

  #map .isi-section .isi-inner h2 {
    font-size: 30px;
    line-height: 33px;
  }

  #map .isi-section .isi-inner h3 {
    font-size: 20px;
    line-height: 22px;
  }

  #map .isi-section .isi-inner p {
    font-size: 16px;
    line-height: 22.8571px;
  }

  #map .isi-section .isi-inner ul li {
    font-size: 16px;
    line-height: 22.8571px;
  }
}

@media only screen and (min-width: 1200px) {
  #map .isi-section .isi-inner p img.accesible-img {
    position: relative;
    top: 3.5px;
  }
}

@media only screen and (min-width: 1250px) {
    
    /*Banner section*/
    
  #map #banner-content #banner-txt .banner-content .inner-page-content h1 {
    background-position: 85% 6%;
  }
}

@media only screen and (min-width: 1400px) {
  #map .isi-section .isi-inner p img.accesible-img {
    position: relative;
    top: 3px;
  }
}

@media only screen and (max-width: 768px) {
    
     /*Header*/
    
  #site-map #header #header-logo .logo {
    margin-top: -1px;
  }
  
  /*second section*/
  
  #map #sitemap-content-txt .outer-content .inner-content ul.sub-li {
    padding-bottom: 40px;
  }
  
     /*Third section*/
    
  #map .isi-section .isi-inner p {
    font-size: 14px;
    line-height: 20px;
  }

  #map .isi-section .isi-inner p img.accesible-img {
    position: relative;
    top: 4px;
  }
}

@media only screen and (max-width: 599px) {
    
    /*Header*/
    
  #site-map #header #header-logo .logo {
    margin-top: -1px;
  }
}

