.article-head h4{
      min-height:30px;
}


img.desaturate { -webkit-filter: grayscale(100%); filter: grayscale(100%); }


.btn-style3{
      background-color: #D94955;      
}

.footer{
      border-bottom: 10px solid #D94955;
}


.video-links li.available a:before { content: ''; display: block; background: url(images/video-button-available.png) no-repeat 0 0; width: 24px; height: 24px; position: absolute; top: 12px; left: 24px; }
.video-links li.available a:hover { opacity: 0.7; text-decoration: underline;}

.video-links li.locked a:before { content: ''; display: block; background: url(images/video-button-locked.png) no-repeat 0 0; width: 24px; height: 24px; position: absolute; top: 12px; left: 24px; }
.video-links li.locked a:hover { cursor: default;}

.underline{
      text-decoration: underline;
}


#slack .slackinputs input { height: 42px; margin-right: 14px; padding: 0 14px; border: 1px solid #C1E5E1; border-radius: 3px;}
#slack .slackinputs input:focus { outline: none; }
#slack .slackinputs input.submit { background: #DD4652; font-weight: bold; border: 1px solid #D94955; color: white;}
