/* colors */
/*font family*/
/* breakpoints */
/*transform*/
/*transform*/
/*opacity*/
/*opacity- end*/
.cp-site-map {
  margin-bottom: 4rem;
  padding-bottom: 1.3rem;
  border-bottom: 1px solid #e2e2e2; }
  .cp-site-map:last-child {
    border-bottom: none; }
  @media only screen and (max-width: 768px) {
    .cp-site-map {
      margin-bottom: 3rem;
      padding-bottom: 0; } }
  .cp-site-map .site-title {
    font-family: "Gotham-Bold";
    font-size: 2rem;
    line-height: 2rem;
    letter-spacing: normal;
    color: #000000;
    text-transform: uppercase;
    margin-bottom: 3rem; }
    @media only screen and (max-width: 768px) {
      .cp-site-map .site-title {
        font-size: 1.6rem;
        line-height: 1.6rem;
        margin-bottom: 2rem; } }
  .cp-site-map .site-list {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap; }
  .cp-site-map .site-item {
    width: 25%;
    padding-right: 1.6rem;
    margin-bottom: 1.7rem; }
    @media only screen and (max-width: 768px) {
      .cp-site-map .site-item {
        width: 100%;
        margin-bottom: 3rem; }
        .cp-site-map .site-item:last-child {
          margin-bottom: 2rem; } }
  .cp-site-map .site-link {
    font-family: "Gotham-Medium";
    font-size: 1.6rem;
    line-height: 2rem;
    color: #666; }
    @media only screen and (max-width: 768px) {
      .cp-site-map .site-link {
        font-size: 1.4rem; } }
