body {
  font-family: 'Roboto Condensed', arial, sans-serif;
  font-size: 14px;
}
/* MIXINS (http://css-tricks.com/snippets/css/useful-css3-less-mixins/) */
.clearfix {
  zoom: 1;
}
.clearfix:before,
.clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.legal h2 {
  font-weight: bold;
  font-style: italic;
  font-size: 26px;
  margin-bottom: 30px;
  margin-top: 0;
}
.legal h3 {
  font-family: 'Roboto Condensed', arial, sans-serif;
  font-weight: bold;
  font-style: italic;
  font-size: 18px;
  color: #0082c3;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.legal h3 small {
  color: #393939;
  font-style: normal;
  font-size: 14px;
  font-weight: lighter;
}
.legal h4 {
  font-size: 16px;
  margin-bottom: 15px;
}
.legal h4 small {
  color: #393939;
  font-style: normal;
  font-size: 14px;
  font-weight: lighter;
}
.legal a {
  color: #0082c3;
}
.legal .contrast {
  color: #0082c3;
}
.legal .contrast-orange {
  color: #ff9000;
}
.legal .contrast-green {
  color: #83bc15;
}
.legal .read-more {
  font-weight: bold;
  display: block;
}
.legal .center {
  margin: 0 auto;
  display: block;
  padding: 15px 0 30px 0;
  max-width: 100%;
}
.legal h2 .center {
  padding: 0;
}
.legal .grid {
  padding-right: 0 !important;
}
.legal .col {
  float: left;
  padding-right: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
}
@media (min-width: 640px) {
  .legal .col-1-2 {
    width: 50%;
  }
  .legal .col-1-2:nth-child(odd) {
    clear: both;
  }
  .legal .col-border-left:before {
    content: '';
    width: 1px;
    height: 100%;
    background: #eeeeee;
    position: absolute;
    left: -15px;
  }
}
.legal .bodyNav .active {
  color: #0082c3 !important;
}
.legal .osmopanel-list {
  list-style: none;
  padding: 0;
}
.legal .osmopanel {
  -webkit-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.35);
  -moz-box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.35);
  box-shadow: 0 1px 4px -1px rgba(0, 0, 0, 0.35);
  margin-bottom: 30px;
}
.legal .osmopanel figure {
  padding: 0;
  margin: 0;
}
.legal .osmopanel figure img {
  max-width: 25%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-right: 15px;
  display: block;
  float: left;
}
.legal .osmopanel figcaption {
  float: right;
  width: 75%;
}
@media (max-width: 620px) {
  .legal .osmopanel figure img {
    max-width: 100%;
    float: none;
    margin: 0 auto 15px auto;
  }
  .legal .osmopanel figcaption {
    float: none;
    width: 100%;
  }
}
.legal .osmopanel-alone {
  padding: 15px;
  display: block;
  text-decoration: none;
  color: #393939;
}
.legal .osmopanel-collapse {
  -webkit-transition: max-height 0.3s;
  -moz-transition: max-height 0.3s;
  -ms-transition: max-height 0.3s;
  -o-transition: max-height 0.3s;
  overflow: hidden;
}
.legal .osmopanel-title {
  position: relative;
  margin: 0;
  font-style: italic !important;
  font-size: 18px;
  text-transform: uppercase;
}
.legal .osmopanel-title a {
  padding-right: 50px;
  padding: 20px 16px;
  display: block;
  border-color: #0082c3;
  border-width: 0 0 0 1px;
  border-style: solid;
  position: relative;
  text-decoration: none;
  background: #0082c3;
  color: white;
}
.legal .osmopanel-title a.collapsed {
  color: #393939;
  background: #EEEEEE;
}
.legal .osmopanel-title a.collapsed .icon:before {
  color: #393939;
  -webkit-transform: rotate(0);
  -moz-transform: rotate(0);
  -ms-transform: rotate(0);
  -o-transform: rotate(0);
}
.legal .osmopanel-title .icon {
  position: absolute;
  right: 21px;
  top: 28px;
}
.legal .osmopanel-title .icon:before {
  display: block;
  color: white;
  -webkit-transition: all 0.3s;
  -moz-transition: all 0.3s;
  -ms-transition: all 0.3s;
  -o-transition: all 0.3s;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -o-transform: rotate(180deg);
}
.legal .osmopanel-collapse.collapsed {
  max-height: 0;
}
.legal .osmopanel-body {
  border: 1px solid #0082c3;
  border-top: 0;
  padding: 10px 10px 10px 10px;
}
.legal .osmopanel-orange .osmopanel-title a,
.legal .osmopanel-orange .osmopanel-body {
  border-color: #ff9000;
}
.legal .osmopanel-orange .delivery-price {
  color: #ff9000;
}
.legal .osmopanel-orange .osmopanel-title a {
  background: #ff9000;
}
.legal .osmopanel-orange .osmopanel-title a.collapsed {
  background: #EEEEEE;
}
.legal .osmopanel-green .osmopanel-title a,
.legal .osmopanel-green .osmopanel-body {
  border-color: #83bc15;
}
.legal .osmopanel-green .delivery-price {
  color: #83bc15;
}
.legal .osmopanel-green .osmopanel-title a {
  background: #83bc15;
}
.legal .osmopanel-green .osmopanel-title a.collapsed {
  background: #EEEEEE;
}
.legal .delivery-price {
  float: right;
  padding-right: 50px;
  font-size: 14px;
  text-transform: none;
  color: #0082c3;
}
.legal .price {
  font-size: 1.3em;
  font-weight: bold;
}
.legal .steps-list {
  position: relative;
  list-style: none;
  counter-reset: li;
  margin-bottom: 30px;
  padding-left: 50px;
}
.legal .steps-list:last-child {
  margin-bottom: 0;
}
.legal .steps-list:before {
  content: '';
  display: block;
  height: 100%;
  position: absolute;
  left: 22px;
  width: 1px;
  background: #0082c3;
}
.legal .steps-list > li {
  position: relative;
  clear: both;
  padding-left: 50px;
  margin-left: -50px;
}
.legal .steps-list > li:last-child {
  background: white;
}
.legal .steps-list > li:before {
  color: white;
  counter-increment: li;
  content: counter(li);
  background: #0082c3;
  height: 44px;
  width: 44px;
  -webkit-border-radius: 100%;
  -moz-border-radius: 100%;
  border-radius: 100%;
  -moz-background-clip: padding;
  -webkit-background-clip: padding-box;
  background-clip: padding-box;
  display: block;
  line-height: 44px;
  text-align: center;
  position: absolute;
  top: -12px;
  left: 0;
}
.legal .steps-icon {
  float: left;
  width: 40px;
  height: auto;
  padding: 0 10px 10px 0;
  margin-top: -8px;
}
.legal .inline-image {
  line-height: 0;
  display: inline-block;
  margin-bottom: -5px;
  margin-top: -6px;
}
}