﻿/*$colorBlack: #1e1e1e !default;*/
/*Borders*/
/*SLIDE HOMEPAGE*/
.site-map .top {
  min-height: initial; }

.site-map .intro h1 {
  font-size: 3.6em;
  margin-bottom: -22px;
  color: #738593; }

.site-map .middle-content {
  display: table;
  padding-left: 20%;
  width: 80%; }
  @media only screen and (max-width: 767px) {
    .site-map .middle-content {
      padding: 0;
      width: 100%; } }
  .site-map .middle-content .wrapper {
    display: table-row;
    width: 100%; }
  .site-map .middle-content .col {
    display: table-cell;
    width: 30%;
    float: left;
    padding: 65px 3% 0 0; }
    @media only screen and (max-width: 1024px) {
      .site-map .middle-content .col {
        width: 47%; } }
    @media only screen and (max-width: 500px) {
      .site-map .middle-content .col {
        width: 100%;
        padding: 35px 0 0 0; } }
    .site-map .middle-content .col:nth-child(3n+1) {
      clear: both; }
      @media only screen and (max-width: 1024px) {
        .site-map .middle-content .col:nth-child(3n+1) {
          clear: none; } }
    @media only screen and (max-width: 1024px) {
      .site-map .middle-content .col:nth-child(2n+1) {
        clear: both; } }
    @media only screen and (max-width: 500px) {
      .site-map .middle-content .col:nth-child(2n+1) {
        clear: none; } }
  .site-map .middle-content dt {
    font: 2.4em "aaux_problackregular", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #94a2ac;
    padding-bottom: 20px; }
    .site-map .middle-content dt a {
      color: #94a2ac; }
      .site-map .middle-content dt a:hover {
        color: #d7dadc; }
  .site-map .middle-content dd {
    margin: 0;
    font: 700 1.4em "aaux_proregularregular", Helvetica, Arial, sans-serif;
    text-transform: uppercase;
    color: #94a2ac;
    padding-bottom: 10px; }
    .site-map .middle-content dd a {
      color: #94a2ac; }
      .site-map .middle-content dd a:hover {
        color: #d7dadc; }
    .site-map .middle-content dd ul {
      padding: 12px 0; }
      .site-map .middle-content dd ul li {
        font: 300 0.8em/2 "aaux_proregularregular", Helvetica, Arial, sans-serif; }
        .site-map .middle-content dd ul li a:hover {
          font-weight: 700;
          color: #94a2ac; }
