﻿.sitemap {}

.sitemap:before,
.sitemap:after {
  display: table;
  clear: both;
}

.sitemap-row {
  margin: 0 -15px;
}

.sitemap-col {
  float: left;
  padding: 15px;
  width: 33.333333333333336%;
}

.sitemap-col:nth-child(3n+1) {
  clear: left;
} 

@media (max-width: 30rem) {
  .sitemap-col {
    width: 50%;
  }
  
  .sitemap-col:nth-child(odd) {
    clear: both;
  }

  .sitemap-col:nth-child(3n+1) {
    clear: none;
  } 
}

@media (max-width: 20rem) {
  .sitemap-col {
    width: 100%;
    float: none;
  }
}

.sitemap h4 {
  border-bottom: 1px solid #cacaca;
  margin: 0 0 4px;
  padding-bottom: 4px;
}

.sitemap ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

.sitemap ul li {  
  padding: 5px;
  margin-left: -5px;
  
}

.sitemap ul li a {
  color: #353535;
}

.sitemap ul li a:hover {
  color: #b50a47;
}

.sitemap ul ul {
  padding-left: 12px;
}
