/* @group Greys */
/* @end */
/* @group Corporate colours taken from logo */
/* @end */
/* @group Site Defaults */
/* @end */
/*********************
BREAKPOINTS
*********************/
.furtherInfo {
  text-align: center;
  color: white;
  background: #F00000;
  /* fallback for old browsers */
  background: -webkit-linear-gradient(to bottom, #DC281E, #e1251b);
  /* Chrome 10-25, Safari 5.1-6 */
  background: linear-gradient(to bottom, #DC281E, #e1251b);
  /* W3C, IE 10+/ Edge, Firefox 16+, Chrome 26+, Opera 12+, Safari 7+ */ }
  .furtherInfo .RoundPortrait {
    width: 140px;
    height: 140px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: 100px;
    -moz-border-radius: 100px;
    border-radius: 100px;
    background-size: 220px 330px;
    -webkit-background-size: 220px 330px;
    -moz-background-size: 220px 330px;
    -o-background-size: 220px 330px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: right 0px bottom -65px; }
  .furtherInfo h2, .furtherInfo a {
    color: white;
    margin-top: 0px;
    margin-bottom: 1rem; }
  .furtherInfo h6, .furtherInfo h5 {
    color: white;
    margin-bottom: 0.5rem; }
  .furtherInfo li, .furtherInfo p {
    margin-bottom: 0px; }
  .furtherInfo .belowtext {
    margin-top: 0.6rem !important; }
  .furtherInfo ul {
    padding: 0px;
    margin-top: .5rem;
    margin-bottom: 0px; }
    .furtherInfo ul li {
      list-style: none;
      display: inline-block !important;
      font-family: "Geometric415W01-Medium", Arial, sans-serif; }

.FurtherInfoSideBar ul {
  padding: 0px;
  margin-top: 1rem;
  margin-bottom: 0px; }
  .FurtherInfoSideBar ul li {
    list-style: none;
    line-height: 1.14em;
    margin-bottom: .75rem; }
  .FurtherInfoSideBar ul li:last-child {
    margin-bottom: 0px; }
