.sitemap-page .sitemap-section h2 a {
  display: block;
  color: #000;
  overflow: hidden;
  height: 34px;
  line-height: 34px;
  text-decoration: none;
}
.sitemap-page .sitemap-section h2 a:hover {
  color: #000;
}

.sitemap-page .editor-content h2 { font-size: 22px; padding-bottom: 0; }
.sitemap-page .editor-content a { text-decoration: none; }
.sitemap-page .editor-content a:hover { color: #262730; }

.sitemap-page .sitemap-section h2 a span {
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #e39427;
  background-image: url("../images/sitemap/heading-icons/plus.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.sitemap-page .sitemap-section h2 a .icon_con {
  min-width: 50px;
  display: inline-block;
  text-align: center;
}
.sitemap-page .sitemap-section .sitemap-border {
  background-color: #ebebeb;
  height: 1px;
}
.sitemap-page .sitemap-section .sitemap-content {
  padding-top: 15px;
}
.sitemap-page .sitemap-section .html-sitemap {
  padding-bottom: 25px;
  list-style-image: none;
  list-style-type: none;
  display: none;
}
.sitemap-page .sitemap-section .html-sitemap li {
  background-image: url("../images/category-uses-icon.png");
  background-repeat: no-repeat;
  background-position: top 12px left;
  padding-left: 10px;
  margin-bottom: 0;
}
.sitemap-page .sitemap-section .html-sitemap li ul {
  list-style-image: none;
  list-style-type: none;
}
.sitemap-page .activetab h2 a span {
  background-image: url("../images/sitemap/heading-icons/minus.png");
  background-color: #000;
}
.sitemap-page .activetab .html-sitemap { display: block; }
.sitemap-page .three_col_content { -webkit-column-count: 3; -moz-column-count: 3; column-count: 3; }
.sitemap-page .two_col_content { -webkit-column-count: 2; -moz-column-count: 2; column-count: 2; }
.sitemap-page #state_city .html-sitemap { padding-left: 0; }
.sitemap-page #state_city .html-sitemap > li { background-image: none; border: 1px solid #ebebeb; margin-bottom: 10px; padding-left: 0; }
.sitemap-page #state_city .html-sitemap > li .stateli_collapse {
  border-left: 1px solid #ebebeb;
  display: inline-block;
  width: 30px;
  height: 30px;
  background-color: #2f97b5;
  background-image: url("../images/sitemap/heading-icons/plus.png");
  background-repeat: no-repeat;
  background-position: center center;
}
.sitemap-page #state_city .html-sitemap > li .statename {
  padding-left: 15px;
  display: inline-block;
  line-height: 30px;
  color: #cc2e03 !important;
}
.sitemap-page #state_city .html-sitemap > li .statename:hover {
  color: #2f97b4 !important;
}
.sitemap-page #state_city .html-sitemap > li .statename_con {
  height: 30px;
}
.sitemap-page #state_city .html-sitemap .active_state_li .stateli_collapse {
  background-image: url("../images/sitemap/heading-icons/minus.png");
  background-color: #000;
}
.sitemap-page #state_city .html-sitemap .active_state_li .city-list-con {
  display: block;
}
.sitemap-page #state_city .html-sitemap .city-list-con {
  display: none;
}
.sitemap-page #state_city .html-sitemap .alphabet-filters-list ul {
  border-top: 1px solid #ebebeb;
  display: table;
  table-layout: fixed;
  width: 100%;
  padding: 5px 5px 0 5px;
}
.sitemap-page #state_city .html-sitemap .alphabet-filters-list ul li {
  display: table-cell;
  padding: 0;
  background: none;
}
.sitemap-page #state_city .html-sitemap .alphabet-filters-list ul li a {
  height: 30px;
  width: 30px;
  text-align: center;
  display: block;
  text-transform: uppercase;
}
.sitemap-page #state_city .html-sitemap .alphabet-filters-list ul li a:hover {
  background-color: #2f97b4;
  color: #fff;
}
.sitemap-page #state_city .html-sitemap .alphabet-filters-list ul .activeli {
  background-color: #2f97b4;
  color: #fff;
}
.sitemap-page #state_city .html-sitemap .city_list {
  padding: 20px 15px 15px 15px;
}
.sitemap-page #state_city .html-sitemap .city_list ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
  -webkit-column-count: 4;
  /* Chrome, Safari, Opera */
  -moz-column-count: 4;
  /* Firefox */
  column-count: 4;
  list-style-image: none;
}
.sitemap-page .sitemap-category-navigation {
  background-color: #2f97b5;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 20px 0 0 0;
}
.sitemap-page .sitemap-category-navigation ul {
  display: table;
  width: 100%;
  table-layout: auto;
}
.sitemap-page .sitemap-category-navigation ul li {
  display: table-cell;
  text-align: center;
  vertical-align: bottom;
}
.sitemap-page .sitemap-category-navigation ul li a {
  text-transform: uppercase;
  font-size: 13px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  border-bottom: 4px solid transparent;
}
.sitemap-page .sitemap-category-navigation ul li a:hover, .sitemap-page .sitemap-category-navigation ul li a:active, .sitemap-page .sitemap-category-navigation ul li a:focus {
  border-bottom: 4px solid #d52e03;
}
.sitemap-page .sitemap-category-navigation ul li a .icon {
  height: 50px;
  display: flex;
  align-items: flex-end;
}
.sitemap-page .sitemap-category-navigation ul li a .icon img {
  margin: 0 auto;
}
.sitemap-page .sitemap-category-navigation ul li a span {
  padding-top: 10px;
  padding-bottom: 10px;
  display: block;
}
