/* ---------- Color Module Styles ----------- */

.channel--boxed:before {
  background: #f38b00;
}

.channel--bordered {
  border-left-color: #f38b00;
}

.teaser--compact.is--highlighted:before {
  background: #f38b00!important;
}

/*
 * Primary Button
 */
.button--primary {
  background-color: #263238!important;
  border-color: #263238!important;
}
  .button--primary:hover {
    background-color: #f38b00!important;
    border-color: #f38b00!important;
  }
  
/* 
 * Article text & links
 */
.paragraph--type--text {
  color: #263239!important;
}
  .paragraph--type--text a,
  .paragraph--type--text a:hover {
    color: #db7112!important;
  }

/*
* Poll
*/

.poll__choice__percent {
  color: #f38b00;
}

.poll .bar .foreground {
  background-color: #f38b00;
}