@charset "UTF-8";
/* CSS Document */

/* ---------   Colours   -------- */
/* Black  = #363636;
   Grey   = #CDCDCD;
   Orange = #FF5B34; */

   @font-face {
       font-family: 'brownregular';
       src: url('../fonts/brown-regular-webfont.woff2') format('woff2'),
            url('../fonts/brown-regular-webfont.woff') format('woff');
       font-weight: normal;
       font-style: normal;
   }




/* ---------   Headline   -------- */

.desc {
 font-size: 45px;
 line-height: 42px;
 color: #363636;
 padding-bottom: 10px;
 padding-top: 10px;
 font-family: 'brownregular';
}






/* ---------   Block & Cards   -------- */

.rBlock {
  padding-left: 17px;
  padding-right: 17px;
  margin-bottom: 20px;
}
.rBlock h2 {
  padding-bottom: 10px;
  font-size: 24px;
}
.rWrapper {
    margin-bottom: 12px;
}
.rLink {
  text-decoration: none;
}
.rCard {
  border: 2px solid;
  border-color: #CDCDCD;
  border-radius: 5px;
  padding: 12px;
  padding-top: 7px;
}
.rCard:hover {
  background-color: #F5F5F5;
  border-color: #CDCDCD;
}
.rCard img {
  width: 24px;
  height: 24px;
  display: inline;
  border-radius: 3px;
}
.rCard p {
  position: relative;
  font-size: 16px;
  top: 1px;
  left: 0;
  display: inline-block;
  margin-left: 5px;
  margin-bottom: 0;
}
.rCard:hover > p {
  /*color: #FFF;*/
  text-decoration: underline;
}
a:hover {
  text-decoration: none;
}
