@font-face {
  font-family: 'services';
  src:  url('fonts/services.eot');
  src:  url('fonts/services.eot') format('embedded-opentype'),
    url('fonts/services.ttf') format('truetype'),
    url('fonts/services.woff') format('woff'),
    url('fonts/services.svg') format('svg');
  font-weight: normal;
  font-style: normal;
}

.si {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'services' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.si-cake:before {
  content: "\e900";
  color: #FF5A5F;
}
.si-converse:before {
  content: "\e901";
  color: #FF5A5F;
}
.si-authenticate:before {
  content: "\e902";
  color: #FF5A5F;
}
.si-place:before {
  content: "\e903";
  color: #FF5A5F;
}
.si-diamond:before {
  content: "\e904";
  color: #FF5A5F;
}
.si-euro:before {
  content: "\e905";
  color: #FF5A5F;
}
.si-sidaction:before {
  content: "\e906";
  color: #FF5A5F;
}
.si-bike:before {
  content: "\e907";
  color: #FF5A5F;
}
.si-cookie:before {
  content: "\e908";
  color: #FF5A5F;
}
.si-world:before {
  content: "\e909";
  color: #FF5A5F;
}

#cms #tracking h2 {
  font-style: normal;
}

#cms #tracking h2 span {
  font-size: 22px;
  font-weight: 600;
}

#cms #tracking strong span {
  font-weight: 600;
}

#cms #tracking .bigtext,
#cms #tracking .bigtext a,
#cms #tracking .bigtext span {
  font-size: 1.2em;
  line-height: 1.6em;
}

#cms #tracking .bigtext a {
  border-bottom: 1px solid #222222;
}

#cms #tracking .clearfix {
  margin-bottom: 25px;
}

#cms #tracking .column .inner_column {
  padding: 0 15px;
}

#cms #tracking .step img {
  width: 150px;
  padding: 20px 0;
  margin: 0 auto;
  display: block;
}