/* Mixins imports
   Authors: Wlodek Chimiak (wchimiak@gmail.com) and Andre Calvo (andresrcalvo@gmail.com) 
=================================================== */
/* Authors: Wlodek Chimiak (wchimiak@gmail.com) and Andre Calvo (andresrcalvo@gmail.com) */
/* Typography variables
=================================================== */
/* Size Value */
/* Font-face */
/* Menu tile background */
/* Base color*/
/* Block color */
/* Social media  colors */
/* Mixin for enhancements */
/* Generic Styles
=================================================== */
/* Inline Block */
/* Border Box */
/* RGBA */
/* CSS3
=================================================== */
/* Opacity */
/* Border Radius */
/* Box sizing */
.box-sizing {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
/* Background Cover */
/* Rotate */
/* Box Shadow */
/* Transform */
/* RGBA background-color*/
/* CSS3 Transitions
=================================================== */
/* Transition */
/* Color variables
=================================================== */
/* Mixin for colors
=================================================== */
/* Primary color */
/* Logo tile background */
/* Client font
=================================================== */
/*#main-content*/
body {
  font-family: arial, "Lucida Grande", "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;
}
/* font */
/* std font */
h1,
h2,
h3 {
  font-family: 'Arial';
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
/* Background
=================================================== */
.bk {
  background-image: url('https://storystream-live.s3-eu-west-1.amazonaws.com/images/Story_Images/Backgrounds/20140408173811/Triumph-Motorcycles-Background-image.jpg');
}
/* @primary styles
=================================================== */
.inner-page.custom-layout .wrapper-inner article .content-wrapper .content .button,
.brand-block .section-title,
.twitter .follow a:hover,
article.custom-image .link .source-icon {
  background-color: #a11c29;
}
article.quote .text-area,
.inner-page .content blockquote,
.inner-page.quote .content {
  border-left: 5px #a11c29 solid;
}
.inner-page.custom-layout .wrapper-inner article .page-header,
.inner-page.custom-layout .wrapper-inner article .content-wrapper .content h1.section-title {
  border-bottom: 4px solid #a11c29;
}
ul.actions li a:hover,
.share-icon span:hover,
.second-level li .squared a span,
.second-level li .squared .squared-item span,
.inner-page .content a:link,
a.row:hover .icon {
  color: #a11c29;
}
.inner-page .content ul li,
.inner-page .content ol li,
.inner-page .content ul.credentials li {
  list-style-color: #a11c29;
}
article.tweet.even {
  background-color: #a11c29;
  /* IE8 */
  background: rgba(160, 28, 42, 0.9);
}
.tweet.even .source-icon {
  background-color: #090203;
}
.second-level li.tabs .box a.active {
  border: 2px solid #a11c29;
}
/* @logo-tile-bg styles
=================================================== */
.brand-block .brand-info {
  background-color: #ffffff;
}
/* @link styles
=================================================== */
a,
article.tweet .text-area p a,
article.tweet-and-image .text-area p a,
article.tweet.even .content-wrapper ul.actions li a:hover,
article.tweet-and-image.even .content-wrapper ul.actions li a:hover {
  color: #090203;
}
.tweet .source-icon,
article .info .follow a:hover {
  background-color: #090203;
}
/* @hash-tag styles
=================================================== */
.brand-block .brand-info .brand-wrap .brand-hashtag h2 {
  color: #a11c29;
}
