﻿body {
  box-sizing: border-box;
  padding: 50px 50px 50px 80px;
  overflow: auto !important;
  user-select: text;
  line-height: 1.4;
}
h1 {
  font-size: 36px;
  margin: 0 0 20px;
  padding: 10px 30px;
  color: #fff;
  font-weight: normal;
  display: inline-block;
  width: auto;
  background-color: #DA1A32;
  position: relative;
  left: -30px;
}
p {
  line-height: 1.4;
}
h2 {
  color: #999;
  font-size: 18px;
  margin: 0 0 10px;
  padding: 0;
}
.row {
  clear: both;
}
.row .news {
  float: left;
  width: 40%;
  margin-right: 50px;
  min-width: 400px;
  position: relative;
}
.row .about {
  float: left;
  width: 400px;
  font-size: 14px;
}
.row .about a {
  color: #da1a32;
}
.remplanlogo {
  position: relative;
  width: 140px;
  height: 51px;
}
.remplanlogo .overlay {
  width: 140px;
  height: 51px;
  position: absolute;
  background: url(/Content/img/header/remplan-logo-nobars.png) no-repeat;
  pointer-events: none;
  margin-top: 1px;
}
.remplanlogo .bar {
  position: absolute;
  bottom: 5px;
  width: 18px;
  background: #DA1A32;
  -webkit-transition: margin-top 200ms ease-out, height 200ms ease-out;
  transition: margin-top 200ms ease-out, height 200ms ease-out;
}
.remplanlogo .bar-0 {
  left: 1px;
  height: 34px;
}
.remplanlogo .bar-0:hover {
  height: 40px;
}
.remplanlogo .bar-1 {
  left: 21px;
  height: 21px;
}
.remplanlogo .bar-1:hover {
  height: 27px;
}
.remplanlogo .bar-2 {
  left: 41px;
  height: 27px;
}
.remplanlogo .bar-2:hover {
  height: 33px;
}
.remplanlogo .bar-3 {
  left: 61px;
  height: 34px;
}
.remplanlogo .bar-3:hover {
  height: 40px;
}
.remplanlogo .bar-4 {
  left: 81px;
  height: 22px;
}
.remplanlogo .bar-4:hover {
  height: 28px;
}
.remplanlogo .bar-5 {
  left: 101px;
  height: 31px;
}
.remplanlogo .bar-5:hover {
  height: 37px;
}
.remplanlogo .bar-6 {
  left: 121px;
  height: 23px;
}
.remplanlogo .bar-6:hover {
  height: 29px;
}
.newsfeed-item {
  margin-bottom: 10px;
  border-bottom: 1px solid #ccc;
  font-size: 14px;
}
.news h4 {
  color: #dd1a32;
  margin: 0;
  margin-bottom: 5px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 1.4;
}
.news a {
  color: #dd1a32;
}