@charset "UTF-8";
@import "https://uk.monsoon.co.uk/monsoon/styles/legacy-styles.css?buildNumber=9781";
@import "https://uk.monsoon.co.uk/monsoon/styles/desktop/styles.css?buildNumber=9781";
@import "https://uk.monsoon.co.uk/monsoon/styles/reset.css?buildNumber=9781";
@import "https://uk.monsoon.co.uk/monsoon/styles/magiczoom.css?buildNumber=9781";
@import "https://uk.monsoon.co.uk/monsoon/js/facebox/facebox.css?buildNumber=9781";
@import "https://uk.monsoon.co.uk/monsoon/styles/jquery_ui_smoothness_theme/jquery-ui-1.8.9.custom.css?buildNumber=9781";
@import "https://uk.monsoon.co.uk/monsoon/styles/print.css?buildNumber=9781";
@import "https://uk.monsoon.co.uk/monsoon/js/magnific/magnific-popup.css?buildNumber=9781";
@import url("https://use.typekit.net/jpd3jmw.css");
.ip_wrapper {
  color: #484848;
  font-family: "proxima-nova";
  font-size: 1.7em;
  line-height: 1.5; }
  .ip_wrapper button, .ip_wrapper [type='button'], .ip_wrapper [type='reset'], .ip_wrapper [type='submit'] {
    appearance: none;
    background-color: #1565c0;
    border: 0;
    border-radius: 3px;
    color: #fff;
    cursor: pointer;
    display: inline-block;
    font-family: "proxima-nova";
    font-size: 16px;
    -webkit-font-smoothing: antialiased;
    font-weight: 600;
    line-height: 1;
    padding: 0.75em 1.5em;
    text-align: center;
    text-decoration: none;
    transition: background-color 150ms ease;
    user-select: none;
    vertical-align: middle;
    white-space: nowrap; }
    .ip_wrapper button:hover, .ip_wrapper [type='button']:hover, .ip_wrapper [type='reset']:hover, .ip_wrapper [type='submit']:hover {
      background-color: #11519a;
      color: #fff; }
    .ip_wrapper button:focus, .ip_wrapper [type='button']:focus, .ip_wrapper [type='reset']:focus, .ip_wrapper [type='submit']:focus {
      outline: 3px solid rgba(21, 101, 192, 0.6);
      outline-offset: 2px; }
    .ip_wrapper button:disabled, .ip_wrapper [type='button']:disabled, .ip_wrapper [type='reset']:disabled, .ip_wrapper [type='submit']:disabled {
      cursor: not-allowed;
      opacity: 0.5; }
      .ip_wrapper button:disabled:hover, .ip_wrapper [type='button']:disabled:hover, .ip_wrapper [type='reset']:disabled:hover, .ip_wrapper [type='submit']:disabled:hover {
        background-color: #1565c0; }
  .ip_wrapper fieldset {
    background-color: transparent;
    border: 0;
    margin: 0;
    padding: 0; }
  .ip_wrapper legend {
    font-weight: 600;
    margin-bottom: 0.375em;
    padding: 0; }
  .ip_wrapper label {
    display: block;
    font-weight: 600;
    margin-bottom: 0.375em; }
  .ip_wrapper input,
  .ip_wrapper select,
  .ip_wrapper textarea {
    display: block;
    font-family: "proxima-nova";
    font-size: 16px; }
  .ip_wrapper [type='color'], .ip_wrapper [type='date'], .ip_wrapper [type='datetime'], .ip_wrapper [type='datetime-local'], .ip_wrapper [type='email'], .ip_wrapper [type='month'], .ip_wrapper [type='number'], .ip_wrapper [type='password'], .ip_wrapper [type='search'], .ip_wrapper [type='tel'], .ip_wrapper [type='text'], .ip_wrapper [type='time'], .ip_wrapper [type='url'], .ip_wrapper [type='week'], .ip_wrapper input:not([type]), .ip_wrapper textarea {
    appearance: none;
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 3px;
    box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06);
    box-sizing: border-box;
    margin-bottom: 0.75em;
    padding: 0.5em;
    transition: border-color 150ms ease;
    width: 100%; }
    .ip_wrapper [type='color']:hover, .ip_wrapper [type='date']:hover, .ip_wrapper [type='datetime']:hover, .ip_wrapper [type='datetime-local']:hover, .ip_wrapper [type='email']:hover, .ip_wrapper [type='month']:hover, .ip_wrapper [type='number']:hover, .ip_wrapper [type='password']:hover, .ip_wrapper [type='search']:hover, .ip_wrapper [type='tel']:hover, .ip_wrapper [type='text']:hover, .ip_wrapper [type='time']:hover, .ip_wrapper [type='url']:hover, .ip_wrapper [type='week']:hover, .ip_wrapper input:not([type]):hover, .ip_wrapper textarea:hover {
      border-color: #b1b1b1; }
    .ip_wrapper [type='color']:focus, .ip_wrapper [type='date']:focus, .ip_wrapper [type='datetime']:focus, .ip_wrapper [type='datetime-local']:focus, .ip_wrapper [type='email']:focus, .ip_wrapper [type='month']:focus, .ip_wrapper [type='number']:focus, .ip_wrapper [type='password']:focus, .ip_wrapper [type='search']:focus, .ip_wrapper [type='tel']:focus, .ip_wrapper [type='text']:focus, .ip_wrapper [type='time']:focus, .ip_wrapper [type='url']:focus, .ip_wrapper [type='week']:focus, .ip_wrapper input:not([type]):focus, .ip_wrapper textarea:focus {
      border-color: #1565c0;
      box-shadow: inset 0 1px 3px rgba(0, 0, 0, 0.06), 0 0 5px rgba(21, 101, 192, 0.7);
      outline: none; }
    .ip_wrapper [type='color']:disabled, .ip_wrapper [type='date']:disabled, .ip_wrapper [type='datetime']:disabled, .ip_wrapper [type='datetime-local']:disabled, .ip_wrapper [type='email']:disabled, .ip_wrapper [type='month']:disabled, .ip_wrapper [type='number']:disabled, .ip_wrapper [type='password']:disabled, .ip_wrapper [type='search']:disabled, .ip_wrapper [type='tel']:disabled, .ip_wrapper [type='text']:disabled, .ip_wrapper [type='time']:disabled, .ip_wrapper [type='url']:disabled, .ip_wrapper [type='week']:disabled, .ip_wrapper input:not([type]):disabled, .ip_wrapper textarea:disabled {
      background-color: #f2f2f2;
      cursor: not-allowed; }
      .ip_wrapper [type='color']:disabled:hover, .ip_wrapper [type='date']:disabled:hover, .ip_wrapper [type='datetime']:disabled:hover, .ip_wrapper [type='datetime-local']:disabled:hover, .ip_wrapper [type='email']:disabled:hover, .ip_wrapper [type='month']:disabled:hover, .ip_wrapper [type='number']:disabled:hover, .ip_wrapper [type='password']:disabled:hover, .ip_wrapper [type='search']:disabled:hover, .ip_wrapper [type='tel']:disabled:hover, .ip_wrapper [type='text']:disabled:hover, .ip_wrapper [type='time']:disabled:hover, .ip_wrapper [type='url']:disabled:hover, .ip_wrapper [type='week']:disabled:hover, .ip_wrapper input:not([type]):disabled:hover, .ip_wrapper textarea:disabled:hover {
        border: 1px solid #ddd; }
    .ip_wrapper [type='color']::placeholder, .ip_wrapper [type='date']::placeholder, .ip_wrapper [type='datetime']::placeholder, .ip_wrapper [type='datetime-local']::placeholder, .ip_wrapper [type='email']::placeholder, .ip_wrapper [type='month']::placeholder, .ip_wrapper [type='number']::placeholder, .ip_wrapper [type='password']::placeholder, .ip_wrapper [type='search']::placeholder, .ip_wrapper [type='tel']::placeholder, .ip_wrapper [type='text']::placeholder, .ip_wrapper [type='time']::placeholder, .ip_wrapper [type='url']::placeholder, .ip_wrapper [type='week']::placeholder, .ip_wrapper input:not([type])::placeholder, .ip_wrapper textarea::placeholder {
      color: #858585; }
  .ip_wrapper textarea {
    resize: vertical; }
  .ip_wrapper [type="checkbox"],
  .ip_wrapper [type="radio"] {
    display: inline;
    margin-right: 0.375em; }
  .ip_wrapper [type="file"] {
    margin-bottom: 0.75em;
    width: 100%; }
  .ip_wrapper select {
    margin-bottom: 0.75em;
    width: 100%; }
  .ip_wrapper [type="checkbox"]:focus,
  .ip_wrapper [type="radio"]:focus,
  .ip_wrapper [type="file"]:focus,
  .ip_wrapper select:focus {
    outline: 3px solid rgba(21, 101, 192, 0.6);
    outline-offset: 2px; }
  .ip_wrapper ul,
  .ip_wrapper ol {
    list-style-type: none;
    margin: 0;
    padding: 0; }
  .ip_wrapper dl {
    margin: 0; }
  .ip_wrapper dt {
    font-weight: 600;
    margin: 0; }
  .ip_wrapper dd {
    margin: 0; }
  .ip_wrapper figure {
    margin: 0; }
  .ip_wrapper img,
  .ip_wrapper picture {
    margin: 0;
    max-width: 100%; }
  .ip_wrapper table {
    border-collapse: collapse;
    margin: 1.5em 0;
    table-layout: fixed;
    text-align: left;
    width: 100%; }
  .ip_wrapper thead {
    line-height: 1.2;
    vertical-align: bottom; }
  .ip_wrapper tbody {
    vertical-align: top; }
  .ip_wrapper tr {
    border-bottom: 1px solid #ddd; }
  .ip_wrapper th {
    font-weight: 600; }
  .ip_wrapper th,
  .ip_wrapper td {
    padding: 0.75em 0.75em 0.75em 0; }
  .ip_wrapper h1,
  .ip_wrapper h2,
  .ip_wrapper h3,
  .ip_wrapper h4,
  .ip_wrapper h5,
  .ip_wrapper h6 {
    font-family: "proxima-nova";
    font-size: 1.25em;
    line-height: 1.2;
    margin: 1.5em 0 0.75em;
    padding: 0; }
  .ip_wrapper p {
    margin: 0 0 0.75em; }
    .ip_wrapper p.cc {
      margin: 3em 0 0.75em;
      font-size: 0.8em; }
  .ip_wrapper a {
    color: #1565c0;
    text-decoration-skip: ink;
    transition: color 150ms ease; }
    .ip_wrapper a:hover {
      color: #104c90; }
    .ip_wrapper a:focus {
      outline: 3px solid rgba(21, 101, 192, 0.6);
      outline-offset: 2px; }
  .ip_wrapper hr {
    border-bottom: 1px solid #ddd;
    border-left: 0;
    border-right: 0;
    border-top: 0;
    margin: 1.5em 0; }
  .ip_wrapper .inner {
    max-width: 1000px;
    margin: auto;
    padding: 0 1em; }
  .ip_wrapper h2 {
    font-size: 2em;
    margin: 0.7em 0 0.5em;
    color: #90DDD6; }
  .ip_wrapper .flex {
    display: flex; }
  .ip_wrapper section.header {
    background-color: #90DDD6;
    overflow: hidden; }
    .ip_wrapper section.header img {
      max-width: 1200px;
      margin: 2em auto;
      width: 100%;
      display: block;
      padding-left: 30px; }
  .ip_wrapper section.intro {
    margin: 40px 0 60px; }
  .ip_wrapper section.table_wrap {
    margin: 40px 0; }
    .ip_wrapper section.table_wrap .top .flex, .ip_wrapper section.table_wrap .bar .flex {
      justify-content: space-between;
      align-items: center; }
      .ip_wrapper section.table_wrap .top .flex .select, .ip_wrapper section.table_wrap .bar .flex .select {
        width: 25px;
        margin-right: 30px; }
      .ip_wrapper section.table_wrap .top .flex .hobby, .ip_wrapper section.table_wrap .bar .flex .hobby {
        margin-right: auto; }
    .ip_wrapper section.table_wrap .sort_wrap {
      margin: 20px 0;
      text-transform: uppercase;
      font-size: 0.9em; }
      .ip_wrapper section.table_wrap .sort_wrap .flex {
        justify-content: flex-end;
        flex-wrap: no-wrap; }
        .ip_wrapper section.table_wrap .sort_wrap .flex .sort {
          margin: 0 10px;
          line-height: 20px;
          color: #BCBCBC;
          cursor: pointer; }
          .ip_wrapper section.table_wrap .sort_wrap .flex .sort:before {
            content: "";
            height: 20px;
            width: 20px;
            border-radius: 20px;
            display: inline-block;
            margin-bottom: -5px;
            margin-right: 10px;
            border: 1px solid; }
          .ip_wrapper section.table_wrap .sort_wrap .flex .sort.active:before {
            background-color: #e6e6e6; }
    .ip_wrapper section.table_wrap .top {
      background-color: #F7F7F7;
      padding: 10px 0;
      text-transform: uppercase;
      color: #949494; }
      .ip_wrapper section.table_wrap .top .hobby {
        margin-left: 60px; }
    .ip_wrapper section.table_wrap .row_wrap.selected .bar .select {
      background-image: url(../img/tick.png);
      background-size: 70%;
      background-position: left 5px bottom 5px;
      background-repeat: no-repeat;
      border: 2px solid #0ccc0c; }
    .ip_wrapper section.table_wrap .bar {
      color: #fff;
      font-size: 2em;
      text-transform: uppercase;
      padding: 5px 0;
      cursor: pointer; }
      .ip_wrapper section.table_wrap .bar .select {
        background-color: #fff;
        border-radius: 50px;
        cursor: pointer;
        height: 25px;
        border: 2px solid #fff; }
      .ip_wrapper section.table_wrap .bar .hobby {
        display: flex;
        align-items: center; }
        .ip_wrapper section.table_wrap .bar .hobby .icon {
          display: flex;
          justify-content: center; }
        .ip_wrapper section.table_wrap .bar .hobby img {
          margin-right: 10px;
          max-width: 50px;
          height: 100%;
          width: 100%; }
    .ip_wrapper section.table_wrap .dropdown {
      padding: 30px 0; }
      .ip_wrapper section.table_wrap .dropdown .flex > div {
        width: 50%;
        align-items: center; }
      .ip_wrapper section.table_wrap .dropdown .flex .info {
        display: flex;
        align-items: center; }
      .ip_wrapper section.table_wrap .dropdown .flex .data {
        margin-left: 40px; }
        .ip_wrapper section.table_wrap .dropdown .flex .data ul {
          display: flex;
          justify-content: space-between;
          align-items: center; }
          .ip_wrapper section.table_wrap .dropdown .flex .data ul li:nth-of-type(1) {
            margin-left: 25px;
            position: relative; }
            .ip_wrapper section.table_wrap .dropdown .flex .data ul li:nth-of-type(1):before {
              content: "";
              height: 20px;
              width: 20px;
              display: block;
              position: absolute;
              left: -25px;
              top: 4px;
              background-size: cover;
              background-blend-mode: multiply; }
          .ip_wrapper section.table_wrap .dropdown .flex .data ul li:nth-of-type(2) {
            font-size: 1.4em; }
          .ip_wrapper section.table_wrap .dropdown .flex .data ul:nth-of-type(1) li:nth-child(1):before {
            background-image: url(../img/icon1.png); }
          .ip_wrapper section.table_wrap .dropdown .flex .data ul:nth-of-type(2) li:nth-child(1):before {
            background-image: url(../img/icon1.png); }
          .ip_wrapper section.table_wrap .dropdown .flex .data ul:nth-of-type(3) li:nth-child(1):before {
            background-image: url(../img/icon2.png); }
          .ip_wrapper section.table_wrap .dropdown .flex .data ul:nth-of-type(4) li:nth-child(1):before {
            background-image: url(../img/icon2.png); }
          .ip_wrapper section.table_wrap .dropdown .flex .data ul:nth-of-type(5) li:nth-child(1):before {
            background-image: url(../img/icon3.png); }
    .ip_wrapper section.table_wrap .bottom {
      background-color: #F7F7F7;
      padding: 20px 0; }
      .ip_wrapper section.table_wrap .bottom .flex {
        justify-content: flex-end;
        align-items: center; }
        .ip_wrapper section.table_wrap .bottom .flex .result {
          margin-left: 20px;
          width: 150px;
          line-height: 30px;
          height: 30px;
          background-color: #fff;
          border: 1px solid #dedede;
          text-align: center;
          color: #7c7c7c;
          position: relative; }
          .ip_wrapper section.table_wrap .bottom .flex .result:before {
            content: "£"; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(1) .bar {
      background-color: #90DDD6; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(1) .dropdown {
      background-color: #c8eeeb; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(1) .dropdown .data ul li:nth-of-type(1):before {
        background-color: #c8eeeb; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(1) .dropdown .data ul li:nth-of-type(2) {
        color: #73b1ab; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(2) .bar {
      background-color: #A1C26F; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(2) .dropdown {
      background-color: #d0e1b7; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(2) .dropdown .data ul li:nth-of-type(1):before {
        background-color: #d0e1b7; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(2) .dropdown .data ul li:nth-of-type(2) {
        color: #819b59; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(3) .bar {
      background-color: #EA9E76; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(3) .dropdown {
      background-color: #f5cfbb; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(3) .dropdown .data ul li:nth-of-type(1):before {
        background-color: #f5cfbb; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(3) .dropdown .data ul li:nth-of-type(2) {
        color: #bb7e5e; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(4) .bar {
      background-color: #7EBAD3; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(4) .dropdown {
      background-color: #bfdde9; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(4) .dropdown .data ul li:nth-of-type(1):before {
        background-color: #bfdde9; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(4) .dropdown .data ul li:nth-of-type(2) {
        color: #6595a9; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(5) .bar {
      background-color: #D496B2; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(5) .dropdown {
      background-color: #eacbd9; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(5) .dropdown .data ul li:nth-of-type(1):before {
        background-color: #eacbd9; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(5) .dropdown .data ul li:nth-of-type(2) {
        color: #aa788e; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(6) .bar {
      background-color: #E7DF65; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(6) .dropdown {
      background-color: #f3efb2; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(6) .dropdown .data ul li:nth-of-type(1):before {
        background-color: #f3efb2; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(6) .dropdown .data ul li:nth-of-type(2) {
        color: #b9b251; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(7) .bar {
      background-color: #CFAE8F; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(7) .dropdown {
      background-color: #e7d7c7; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(7) .dropdown .data ul li:nth-of-type(1):before {
        background-color: #e7d7c7; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(7) .dropdown .data ul li:nth-of-type(2) {
        color: #a68b72; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(8) .bar {
      background-color: #BB9FD5; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(8) .dropdown {
      background-color: #ddcfea; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(8) .dropdown .data ul li:nth-of-type(1):before {
        background-color: #ddcfea; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(8) .dropdown .data ul li:nth-of-type(2) {
        color: #967faa; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(9) .bar {
      background-color: #D98382; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(9) .dropdown {
      background-color: #ecc1c1; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(9) .dropdown .data ul li:nth-of-type(1):before {
        background-color: #ecc1c1; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(9) .dropdown .data ul li:nth-of-type(2) {
        color: #ae6968; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(10) .bar {
      background-color: #ABDDAD; }
    .ip_wrapper section.table_wrap .row_wrap:nth-of-type(10) .dropdown {
      background-color: #d5eed6; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(10) .dropdown .data ul li:nth-of-type(1):before {
        background-color: #d5eed6; }
      .ip_wrapper section.table_wrap .row_wrap:nth-of-type(10) .dropdown .data ul li:nth-of-type(2) {
        color: #89b18a; }
    @media screen and (max-width: 700px) {
      .ip_wrapper section.table_wrap {
        font-size: 0.8em; }
        .ip_wrapper section.table_wrap .sort_wrap .flex {
          flex-direction: column; }
          .ip_wrapper section.table_wrap .sort_wrap .flex .sort {
            margin: 2px 0; }
        .ip_wrapper section.table_wrap .top {
          font-size: 0.7em; }
          .ip_wrapper section.table_wrap .top .hobby {
            margin-left: 0; }
        .ip_wrapper section.table_wrap .bar {
          font-size: 1.4em; }
          .ip_wrapper section.table_wrap .bar .icon {
            max-width: 25px; }
          .ip_wrapper section.table_wrap .bar .flex .select {
            margin-right: 15px; }
        .ip_wrapper section.table_wrap .dropdown .flex {
          flex-wrap: wrap; }
          .ip_wrapper section.table_wrap .dropdown .flex > div {
            width: 100%;
            margin: 20px 0 20px 0 !important; } }
  .ip_wrapper section.expert {
    background-color: #90DDD6;
    color: #fff;
    padding: 20px 0;
    margin: 40px 0; }
    .ip_wrapper section.expert h2 {
      color: inherit;
      margin-top: 0; }
    .ip_wrapper section.expert .flex > * {
      width: calc(100% - 300px); }
    .ip_wrapper section.expert .flex .left {
      width: 250px; }
      .ip_wrapper section.expert .flex .left h3 {
        margin: 0; }
      .ip_wrapper section.expert .flex .left img {
        width: 150px; }
      .ip_wrapper section.expert .flex .left a {
        color: inherit;
        text-decoration: underline; }
    @media screen and (max-width: 700px) {
      .ip_wrapper section.expert .flex {
        flex-wrap: wrap; }
        .ip_wrapper section.expert .flex > * {
          width: 100% !important; } }
