/*! Place your custom styles here */
.bar .logo {
    max-height: 100%;
}
.bg--dark {
    background: #1b1b1b;
}
.bg--white:not(.nav-bar):not(.bar) p, 
.bg--white:not(.nav-bar):not(.bar) h2, 
.bg--white:not(.nav-bar):not(.bar) h3
{
    color: #252525;
  }
.bg--white .btn .btn__text {
    color: #fff;
}
.btn--voice-survey,
.btn--voice-survey:visited {
  background: #f18f01;
  border-color: #f18f01 !important;
}
.btn--ssml,
.btn--ssml:visited {
  background: #7adfbb;
  border-color: #7adfbb !important;
}
.btn--flashbuilder,
.btn--flashbuilder:visited {
  background: #4A90E2;
  border-color: #4A90E2 !important;
}
.btn--slotmarket,
.btn--slotmarket:visited {
  background: #9696F3;
  border-color: #9696F3 !important;
}

.feature.feature--sssml:after {
    background: #7adfbb;
  }
.feature.feature--voice-survey:after {
    background: #f18f01;
  }
.feature.feature--flashbuilder:after {
    background: #4A90E2;
  }
.feature.feature--slotmarket:after {
    background: #9696F3;
  }

  .feature-5 .feature__body {
    width: 85%;
}

.voice-survey .label:not([class*='bg--']) {
  background: #945700;
}

.voice-survey .btn--primary-1, .voice-survey  .btn--primary-1:visited {
  background: #945700;
  border-color: #945700;
}

.voice-survey .bg--primary-1 {
  background: #945700;
}
