:root
{
  --brand-primary-color: #0c73be;
  --brand-primary-light-color: #48baea;
  --brand-secondary-color: #ff8b00;
  --default-border-radius: 4px;
  --large-border-radius: 6px;
  --hero-hdr-text-shadow: 0 0 .15em #000;
  --hero-intro-text-shadow: 0 0 .2em #000;
}

body
{
  font-size: 16px;
  color: #444;
}

/*
  #######################
  COVID pre header ribbon
  #######################
*/
.covid-cover-wrapper
{
  height: 42px;
  display: flex;
  flex-flow: row-reverse nowrap;
  justify-content: center;
  align-items: center;
  align-content: flex-start;
  padding: 5px 15px;
  background-color: #6700c4;
  color: #fff;
}

.covid-cover
{
  max-width: 400px;
}

.covid-cover__txt
{
  margin: 0px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1em;
}

.covid-cover__icon
{
  width: 30px;
  height: 30px;
  margin-right: 8px;
}

.covid-cover__link:link,
.covid-cover__link:visited
{
  color: #fff;
  text-decoration: underline;
}

.covid-cover__link:focus,
.covid-cover__link:hover,
.covid-cover__link:active
{
  color: #fff;
  text-decoration: none;
}

/*
  #############
  Header styles
  #############
*/
.hdr
{
  display: flex;
  flex-flow: row nowrap;
  align-items: center;
  justify-content: space-between;
  background-color: var(--brand-primary-color);
  min-height: 76px;
}

@media (min-width: 768px)
{
  .hdr
  {
    min-height: 150px;
  }
}

.hdr__logo
{
  margin: 45px 50px;
  flex: 0 0 auto;
}

.hdr__logo-img
{
  display: block;
}

.hdr__nav
{
  flex: 1 0 auto;
}

@media (min-width: 768px)
{
  .hdr__nav
  {
    flex: 0 1 auto;
    margin-right: 50px;
  }
}

/*
  ######
  Navbar
  ######
*/
.navbar-brand
{
  padding: 6px;
}

.navbar
{
  margin-bottom: 0;
}

/* xs */
.navbar-default
{
  background-color: transparent;
  border-color: #fff;
  border-radius: 0;
  border: none;
  min-height: inherit;
}

.navbar-nav
{
  margin-top: 10px;
  margin-bottom: 20px;
}

.navbar-default .navbar-brand
{
  height: auto;
  padding: 20px 0 20px 15px;
  color: #fff;
}

.navbar-default .navbar-brand:hover,
.navbar-default .navbar-brand:focus
{
  color: #fff;
}

.navbar-default .navbar-text
{
  color: #fff;
}

.navbar-default .navbar-toggle
{
  margin-top: 20px;
  border-color: #fff;
}

.navbar-default .navbar-toggle:hover,
.navbar-default .navbar-toggle:focus
{
  background-color: transparent;
}

.navbar-default .navbar-toggle .icon-bar
{
  background-color: #fff;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form
{
  border-color: #fff;
}

.navbar-default .navbar-link
{
  color: #fff;
}

.navbar-default .navbar-link:hover
{
  color: #fff;
}

.navbar-default .navbar-nav > li > a
{
  color: #fff;
  font: normal normal 700 16px/16px 'Lato', sans-serif;
  text-decoration: none;
  text-transform: uppercase;
  background-color: var(--brand-primary-color);
}

.navbar-default .navbar-nav > li > a:hover,
.navbar-default .navbar-nav > li > a:focus
{
  color: #ccc;
  background-color: var(--brand-primary-color);
}

.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus
{
  color: #ccc;
  background-color: var(--brand-primary-color);
}

.navbar-default .navbar-nav > .open > a,
.navbar-default .navbar-nav > .open > a:hover,
.navbar-default .navbar-nav > .open > a:focus
{
  color: #ccc;
  background-color: var(--brand-primary-color);
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a
{
  color: #fff;
  text-decoration: none;
  font-size: 16px;
  background-color: var(--brand-primary-color);
  padding-top: 10px;
  padding-bottom: 10px;
}

.navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
{
  color: #ccc;
  background-color: var(--brand-primary-color);
}

.navbar-default .navbar-nav .open .dropdown-menu > .active > a,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
.navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus
{
  color: #ccc;
  background-color: var(--brand-primary-color);
}

.navbar-default .navbar-nav .dropdown .dropdown-toggle .caret
{
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 5px dashed;
}

@media (min-width: 768px)
{
  .navbar-nav
  {
    margin: 0;
  }
  .navbar-default .navbar-nav > li > a
  {
    font-size: 14px;
    line-height: 14px;
  }

  .navbar-default .navbar-nav .open .dropdown-menu
  {
    left: 50%;
    transform: translateX(-50%);
    padding: 20px 10px;
    border-color: var(--brand-primary-color);
    font-size: 18px;
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
    box-shadow: 0 4px 4px rgba(0, 0, 0, .5);
  }

  .navbar-default .navbar-nav .open .dropdown-menu::before
  {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    display: block;
    font: 30px/30px 'FontAwesome';
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: #fff;
    content: "\f0d8";
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a
  {
    color: #404040;
    background-color: #fff;
    text-decoration: none;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > li > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > li > a:focus
  {
    color: #404040;
    background-color: #fce9e2;
  }

  .navbar-default .navbar-nav .open .dropdown-menu > .active > a,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:hover,
  .navbar-default .navbar-nav .open .dropdown-menu > .active > a:focus
  {
    color: #404040;
    background-color: #fce9e2;
  }
}

/* Bump for full desktop screen size. */
@media (min-width: 1400px)
{
  .navbar-default .navbar-nav > li > a
  {
    font-size: 18px;
    line-height: 18px;
  }
}

/*
  ############
  Main content 
  ############
*/
.container-main
{
  max-width: 970px;
  padding-top: 10px;
  padding-bottom: 35px;
}

.col--main
{
}

.col--aside
{
  padding-top: 20px;
}

/*
  ######
  Footer
  ######
*/
.ftr-trust-payment
{
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 30px;
}

.ftr-trust-payment__logos
{
  height: 40px;
  aspect-ratio: 5.14;
}

.ftr-content-wrapper
{
  padding-top: 50px;
  padding-bottom: 45px;
  background-color: var(--brand-primary-color);
}

.container-ftr
{
  max-width: 970px;
  color: white;
  font-size: 12px;
}

.ftr-logo
{
  padding-bottom: 20px;
}

.ftr-logo-wrapper
{
  max-width: 130px;
}

.ftr-general-info
{
}

.ftr-contact-info
{
  padding-top: 20px;
}

@media (min-width: 768px)
{
  .ftr-contact-info
  {
    padding-top: 0;
  }
}

.container-ftr a:link
{
  font: inherit;
  color: white;
  text-decoration: none;
}

.container-ftr a:visited
{
  font: inherit;
  color: white;
  text-decoration: none;
}

.container-ftr a:hover
{
  font: inherit;
  color: white;
  text-decoration: underline;
}

.container-ftr a:active
{
  font: inherit;
  color: white;
  text-decoration: none;
}

.ftr-social-wrapper
{
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #444;
}

.ftr-social-icons
{
  text-align: center;
}

.ftr-social-link
{
  margin: 0 5px;
  color: #fff;
}

/*
  ##########
  Typography
  ##########
*/
h1, h2, h3, h4, h5, h6
{
  font: normal normal 300 28px/34px 'Lato', sans-serif;
  margin-bottom: .4em;
  color: #9c9c9c;
  text-transform: uppercase;
}

h1
{
  color: var(--brand-primary-color);
}

h2
{
  font-size: 24px;
  line-height: 26px;
}

h3
{
  font-size: 18px;
  line-height: 20px;
}

h4, h5, h6
{
  font-size: 16px;
  line-height: 18px;
}

/*
  ###########
  Link styles
  ###########
*/
* a:link
{
  text-decoration: underline;
  color: var(--brand-primary-color);
}

* a:visited
{
  color: var(--brand-primary-color);
}

* a:focus,
* a:hover
{
  text-decoration: none;
  color: var(--brand-primary-color);
}

* a:active
{
  color: var(--brand-primary-color);
}

.btn-link
{
  display: inline-block;
  padding: 1em 2.4em;
  color: white;
  text-decoration: none;
  background-color: var(--brand-secondary-color);
  font: normal normal 300 20px/20px 'Lato', sans-serif;
  border-radius: var(--default-border-radius);
  text-transform: uppercase;
}

.btn-link:link,
.btn-link:visited,
.btn-link:focus,
.btn-link:hover,
.btn-link:active
{
  color: white;
  text-decoration: none;
  background-color: var(--brand-secondary-color);
}

.btn-link--xl
{
  color: var(--brand-secondary-color);
  font-size: 26px;
  line-height: 1em;
}

.btn-link--xl:link,
.btn-link--xl:visited,
.btn-link--xl:focus,
.btn-link--xl:hover,
.btn-link--xl:active
{
  color: var(--brand-secondary-color);
  background-color: #000;
}

.btn-link--lrg
{
  font-size: 24px;
  line-height: 1em;
}

.btn-link--sm
{
  font-size: 16px;
  line-height: 1em;
}

.hero-link
{
  display: inline-block;
  position: relative;
  z-index: 1;
  padding-right: 14px;
  text-decoration: none;
}

.hero-link::before
{

}

.hero-link::after
{
  position: absolute;
  z-index: -1;
  top: 0;
  bottom: 0;
  right: 2px;
  display: block;
  font: 20px/22px 'FontAwesome';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--brand-primary-color);
  content: "\f105";
  transition: right 150ms;
}

.hero-link:link,
.hero-link:visited,
.hero-link:focus
{
  text-decoration: none;
}

.hero-link:hover,
.hero-link:active
{
  text-decoration: underline;
}

.hero-link:hover::after,
.hero-link:active::after
{
  right: 0;
}

/*
  #############
  Error page styles
  #############
*/
.error-card
{
  padding-top: 85px;
  min-height: 150px;
  background-size: 150px 150px;
  background-repeat: no-repeat;
  background-position-x: right;
  background-position-y: 0;
}

@media (min-width: 768px)
{
  .error-card
  {
    padding-top: 100px;
    padding-right: 380px;
    min-height: 480px;
    background-size: 380px 380px;
    background-position-y: 30px;
  }
}

.error-card--404
{
  background-image: url("../../images/error-404-bg.webp");
}

.no-webp .error-card--404
{
  background-image: url("../../images/error-404-bg.jpg");
}

.error-card--400
{
  background-image: url("../../images/error-400-bg.webp");
}

.no-webp .error-card--400
{
  background-image: url("../../images/error-400-bg.jpg");
}

.error-card--500
{
  background-image: url("../../images/error-500-bg.webp");
}

.no-webp .error-card--500
{
  background-image: url("../../images/error-500-bg.jpg");
}

.error-card--other
{
  background-image: url("../../images/error-other-bg.webp");
}

.no-webp .error-card--other
{
  background-image: url("../../images/error-other-bg.jpg");
}

.error-code
{
  font-size: 16px;
  color: #888;
}

.error-cta-list
{
  margin: 2em 0 0 0;
  padding: 0;
  list-style-type: none;
  font-family: arial, helvetica, sans-serif;
  line-height: 1.6em;
  color: var(--brand-primary-color);
}

.error-cta-list__item
{
  position: relative;
  z-index: 1;
  padding: 3px 0 3px 25px;
}

.error-cta-list__item::before
{
  position: absolute;
  top: 10px;
  left: 5px;
  display: block;
  font: 12px/12px 'FontAwesome';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--brand-secondary-color);
  content: "\f054";
}

/*
  #############
  Common styles
  #############
*/
.common-hero-container
{
  position: relative;
  min-height: 330px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

.common-hero-container--single
{
  background-image: url("../../images/hero-single-mob.webp");
}

.no-webp .common-hero-container--single
{
  background-image: url("../../images/hero-single-mob.jpg");
}

.common-hero-container--annual
{
  background-image: url("../../images/hero-annual-mob.webp");
}

.no-webp .common-hero-container--annual
{
  background-image: url("../../images/hero-annual-mob.jpg");
}

.common-hero-container--medical
{
  background-image: url("../../images/hero-medical-mob.webp");
  background-position-x: left;
}

.no-webp .common-hero-container--medical
{
  background-image: url("../../images/hero-medical-mob.jpg");
}

.common-hero-container--longstay
{
  background-image: url("../../images/hero-longstay-mob.webp");
  background-position-x: left;
}

.no-webp .common-hero-container--longstay
{
  background-image: url("../../images/hero-longstay-mob.jpg");
}

.common-hero-container--sports
{
  background-image: url("../../images/hero-sports-mob.webp");
}

.no-webp .common-hero-container--sports
{
  background-image: url("../../images/hero-sports-mob.jpg");
}

.common-hero-container--cruise
{
  background-image: url("../../images/hero-cruise-mob.webp");
}

.no-webp .common-hero-container--cruise
{
  background-image: url("../../images/hero-cruise-mob.jpg");
}

.common-hero-container--why
{
  background-image: url("../../images/hero-why-mob.webp");
}

.no-webp .common-hero-container--why
{
  background-image: url("../../images/hero-why-mob.jpg");
}

.common-hero-container--defaqto
{
  background-image: url("../../images/hero-defaqto-mob.webp");
}

.no-webp .common-hero-container--defaqto
{
  background-image: url("../../images/hero-defaqto-mob.jpg");
}

.common-hero-container--about
{
  background-image: url("../../images/hero-about-mob.webp");
}

.no-webp .common-hero-container--about
{
  background-image: url("../../images/hero-about-mob.jpg");
}

.common-hero-content
{
  display: flex;
  flex-flow: row wrap;
  align-items: flex-start;
  justify-content: center;
  max-width: 970px;
  margin: 0 auto;
  padding: 0 15px;
}

.common-hero-content--text-only
{
  align-items: center;
  max-width: 760px;
  min-height: 330px;
}

.common-hero-content__intro
{
  flex: 1 1 auto;
  text-align: center;
}

.common-hero-content__intro > h1,
.common-hero-content__intro > p
{
  color: #fff;
}

.common-hero-content__intro > h1
{
  font-size: 28px;
  line-height: 1.2em;
  text-shadow: var(--hero-hdr-text-shadow);
}

.common-hero-content__intro > p
{
  font-size: 18px;
  line-height: 1.3em;
  text-shadow: var(--hero-intro-text-shadow);
}

.common-hero-hdr
{
  flex: 1 1 100%;
  margin-top: 30px;
  margin-bottom: 30px;
  font-size: 28px;
  font-weight: 300;
  line-height: 32px;
  color: #fff;
  text-shadow: var(--hero-hdr-text-shadow);
  text-align: center;
}

.common-hero-hdr + .common-hero-intro
{
  margin-top: -10px;
}

.common-hero-intro
{
  flex: 1 1 100%;
  margin-bottom: 30px;
  font-size: 18px;
  font-weight: 300;
  line-height: 28px;
  color: #fff;
  text-shadow: var(--hero-intro-text-shadow);
  text-align: center;
}

.common-hero-list
{
  position: relative;
  z-index: 1;
  flex: 1 1 100%;
  list-style: none;
  margin: 0 auto 60px auto;
  padding: 20px 34px;
  font: normal normal 300 18px/28px 'Lato', sans-serif;
  color: #444;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: var(--default-border-radius);
}

.common-hero-list__item
{
  margin: 0;
  padding: 5px 0;
}

.common-hero-list__item:first-of-type
{
  padding-top: 0;
}

.common-hero-list__item:last-of-type
{
  padding-bottom: 0;
}

.common-hero-btn
{
  margin-top: 0;
  padding-bottom: 30px;
  text-align: center;
}

.common-hero-btn__link
{
  display: inline-block;
  padding: .8em 1.8em;
  color: var(--brand-secondary-color);
  text-decoration: none;
  text-transform: uppercase;
  background-color: #000;
  font: normal normal 300 24px/24px 'Lato', sans-serif;
  border-radius: var(--default-border-radius);
}

.common-hero-btn__link:link,
.common-hero-btn__link:visited,
.common-hero-btn__link:focus,
.common-hero-btn__link:hover,
.common-hero-btn__link:active
{
  color: var(--brand-secondary-color);
  text-decoration: none;
}

.common-hero-defaqto-logo
{
  position: absolute;
  left: 15px;
  bottom: 15px;
  width: 82px;
  height: 52px;
}

.common-hero-defaqto-logo__img
{
  display: block;
  width: 82px;
  height: 52px;
}

@media (min-width: 768px)
{
  .common-hero-container
  {
    min-height: 586px;
  }

  .common-hero-container--single
  {
    background-image: url("../../images/hero-single-cover.webp");
  }

  .no-webp .common-hero-container--single
  {
    background-image: url("../../images/hero-single-cover.jpg");
  }

  .common-hero-container--annual
  {
    background-image: url("../../images/hero-annual-cover.webp");
  }

  .no-webp .common-hero-container--annual
  {
    background-image: url("../../images/hero-annual-cover.jpg");
  }

  .common-hero-container--medical
  {
    background-image: url("../../images/hero-medical-cover.webp");
    background-position-x: center;
  }

  .no-webp .common-hero-container--medical
  {
    background-image: url("../../images/hero-medical-cover.jpg");
  }

  .common-hero-container--longstay
  {
    background-image: url("../../images/hero-longstay-cover.webp");
    background-position-x: left 25%;
  }

  .no-webp .common-hero-container--longstay
  {
    background-image: url("../../images/hero-longstay-cover.jpg");
  }

  .common-hero-container--sports
  {
    background-image: url("../../images/hero-sports-cover.webp");
    background-position-x: right 25%;
  }

  .no-webp .common-hero-container--sports
  {
    background-image: url("../../images/hero-sports-cover.jpg");
  }

  .common-hero-container--cruise
  {
    background-image: url("../../images/hero-cruise-cover.webp");
  }

  .no-webp .common-hero-container--cruise
  {
    background-image: url("../../images/hero-cruise-cover.jpg");
  }

  .common-hero-container--why
  {
    background-image: url("../../images/hero-why-cover.webp");
  }

  .no-webp .common-hero-container--why
  {
    background-image: url("../../images/hero-why-cover.jpg");
  }

  .common-hero-container--defaqto
  {
    background-image: url("../../images/hero-defaqto-cover.webp");
  }

  .no-webp .common-hero-container--defaqto
  {
    background-image: url("../../images/hero-defaqto-cover.jpg");
  }

  .common-hero-container--about
  {
    background-image: url("../../images/hero-about-cover.webp");
  }

  .no-webp .common-hero-container--about
  {
    background-image: url("../../images/hero-about-cover.jpg");
  }

  .common-hero-content--text-only
  {
    min-height: 586px;
  }

  .common-hero-content__intro > h1
  {
    font-size: 49px;
  }

  .common-hero-content__intro > p
  {
    font-size: 22px;
  }

  .common-hero-hdr
  {
    margin-top: 50px;
    margin-bottom: 35px;
    font-size: 36px;
    line-height: 42px;
  }

  .common-hero-hdr + .common-hero-intro
  {
    margin-top: -15px;
  }

  .common-hero-intro
  {
    font-size: 22px;
    margin-bottom: 35px;
  }

  .common-hero-list
  {
    max-width: 624px;
    margin: 0 auto 60px auto;
    padding: 20px 30px 20px 194px;
    font: normal normal 300 22px/32px 'Lato', sans-serif;
  }

  .common-hero-list::before
  {
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 40px;
    transform: translateY(-50%);
    display: block;
    padding: 10px;
    font: 68px/68px 'FontAwesome';
    font-weight: 400;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    color: var(--brand-secondary-color);
    border: solid 3px var(--brand-secondary-color);
    border-radius: 50%;
    content: "\f00c";
  }

  .common-hero-defaqto-logo
  {
    left: 60px;
    bottom: 30px;
    width: 228px;
    height: 144px;
  }

  .common-hero-defaqto-logo__img
  {
    display: block;
    width: 228px;
    height: 144px;
  }
}

.common-info-panel
{
  margin-top: 30px;
  margin-bottom: 30px;
  padding: 30px 60px 30px 40px;
  background-color: #eee;
  border: solid 1px #ccc;
}

.common-info-panel h2:first-of-type,
.common-info-panel h3:first-of-type,
.common-info-panel h4:first-of-type,
.common-info-panel h5:first-of-type,
.common-info-panel h6:first-of-type
{
  margin-top: 0;
  color: var(--brand-primary-color);
}

.table thead td
{
  font-family: 'Ubuntu', arial, sans-serif;
  font-size: 16px;
}

.common-tp-container
{
  margin: 60px 0;
  padding: 35px 30px;
}

.common-tp-container--light
{
  background-color: transparent;
}

.common-tp-container--dark
{
  background-color: #666;
}

.card-container
{
  margin: 60px 0;
}

.card-content
{
  margin: 0 auto;
  padding: 0 15px;
  max-width: 970px;
}

.card-content--text-only
{
  max-width: 680px;
  text-align: center;
}

.card-content--image-only
{
  max-width: 970px;
}

.card-content--image-only img
{
  display: block;
  max-width: 100%;
  height: auto;
}

.card-content--media-text
{
  display: flex;
  flex-flow: row wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
}

.card-content__item
{
  flex: 0 1 auto;
  width: 100%;
}

.card-content__item--media
{
  display: flex;
  justify-content: center;
  order: 1;
}

.card-content__item--text
{
  order: 2;
  text-align: center;
}

@media (min-width: 768px)
{
  .card-container
  {
    margin: 80px 0;
  }

  .card-content--media-text
  {
    display: flex;
    flex-flow: row nowrap;
  }

  .card-content__item
  {

  }

  .card-content__item:first-of-type
  {
    margin-right: 15px;
  }

  .card-content__item:last-of-type
  {
    margin-left: 15px;
  }

  .card-content__item--media
  {
    order: 0;
  }

  .card-content__item--text
  {
    order: 0;
    text-align: left;
  }
}

.common-full-width-image-container
{
  margin: 30px 0;
}

.common-full-width-image-container > picture > img,
.common-full-width-image-container > img
{
  display: block;
  max-width: 100%;
  height: auto;
}

/*
  ###################
  Notification banner
  ###################
*/
.notification-wrapper
{
  margin: 0 0;
}

.container-notification
{
  max-width: 970px;
}

.notification
{
  position: relative;
  margin-bottom: 10px;
  padding: 1rem 1rem 1rem 85px;
  color: #4b4b4b;
  border: solid 1px #ffe294;
  border-radius: 3px;
  background-color: #fffbe2;
  min-height: calc(52px + 2rem);
}

.notification__icon
{
  width: 52px;
  height: 52px;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.notification__hdr
{
  color: inherit;
  font-size: 18px;
}

.notification__txt
{
  color: inherit;
}

.notification > .notification__txt:last-of-type
{
  margin-bottom: 0;
}

.notification__link:link,
.notification__link:visited
{
  color: #ffa500;
  text-decoration: underline;
}

.notification__link:focus
.notification__link:hover,
.notification__link:active
{
  color: #ffa500;
  text-decoration: none;
}

/*
  ######################
  Industry on page logos
  ######################
*/
.ind-logos-card
{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  margin: 30px 0;
}

.ind-logo__img.ukti
{
  height: 90px;
  aspect-ratio: 1.99;
}

.ind-logo__img.biba
{
  height: 110px;
  aspect-ratio: 1.52;
}

@media (min-width: 768px)
{
  .ind-logo__img.ukti
  {
    height: 110px;
  }

  .ind-logo__img.biba
  {
    height: 130px;
  }
}

/*
  ##########################
  Trustpilot on page reviews
  ##########################
*/
.tp-review-carousel-card
{
  margin: 30px 0;
  padding: 30px 15px;
  background-color: #666;
  text-align: center;
}

/*
  ###############
  Sidebar content
  ###############
*/
.sb-item-border
{
  border-bottom: solid 1px #d8d8d8;
}

.sb-quote-wrapper
{
  margin-bottom: 30px;
  background-color: var(--brand-secondary-color);
  border-radius: var(--default-border-radius);
}

.sb-quote-link
{
  display: block;
  padding: 20px 15px;
}

.sb-quote-link:link,
.sb-quote-link:visited,
.sb-quote-link:focus,
.sb-quote-link:hover,
.sb-quote-link:active
{
  font: normal normal 300 42px/42px 'Lato', sans-serif;
  color: white;
  text-decoration: none;
}

.sb-quote-link span.sb-quote-hdr
{
  display: block;
  margin-bottom: .6em;
}

.sb-quote-link span.sb-quote-sub
{
  display: block;
  margin-bottom: .2em;
  font-size: 24px;
  line-height: 1em;
  font-weight: 700;
}

.sb-quote-link span.sb-quote-tel
{
  display: block;
  margin-bottom: 1em;
  font-size: 36px;
  line-height: 1em;
  font-weight: 700;
}

.sb-quote-btn
{
  display: block;
  padding: .5em 1em;
  color: #fff;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
  background-color: #000;
  font-size: 30px;
  line-height: 1em;
  border-radius: var(--default-border-radius);
}

.sb-ret-wrapper
{
  position: relative;
  z-index: 1;
  margin-bottom: 50px;
  background-color: var(--brand-primary-color);
  border-radius: var(--default-border-radius);
}

.sb-ret-link
{
  display: block;
  padding: 20px 0 20px 70px;
  color: white;
  font: normal normal 300 16px/16px 'Lato', sans-serif;
  text-transform: uppercase;
}

.sb-ret-link:link,
.sb-ret-link:visited,
.sb-ret-link:focus,
.sb-ret-link:hover,
.sb-ret-link:active
{
  color: white;
  text-decoration: none;
}

.sb-ret-link__icon
{
  position: absolute;
  z-index: -1;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
}

.sb-trustpilot-wrapper
{
  margin-bottom: 30px;
  padding: 0 50px;
}

.sb-payment-logos
{
  display: flex;
  justify-content: center;
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.sb-payment-logos__img
{
  width: 200px;
  aspect-ratio: 5.14;
}

.sb-ben-list-wrapper
{
  margin-bottom: 30px;
  padding-bottom: 30px;
}

.sb-ben-list
{
  margin: 0;
  padding: 0;
  list-style-type: none;
  font: normal normal 300 16px/22px 'Lato', sans-serif;
  color: var(--brand-secondary-color);
}

.sb-ben-list__item
{
  position: relative;
  z-index: 1;
  padding: 7px 5px 7px 40px;
}

.sb-ben-list__item::before
{
  position: absolute;
  top: 5px;
  left: 5px;
  display: block;
  font: 28px/28px 'FontAwesome';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: var(--brand-primary-light-color);
  content: "\f00c";
}

.sb-social-wrapper
{
  margin-bottom: 30px;
  padding-bottom: 30px;
  text-align: center;
}

.sb-social-link
{
  margin: 0 15px;
}

.sb-social-link:link,
.sb-social-link:visited,
.sb-social-link:focus,
.sb-social-link:hover,
.sb-social-link:active
{
  color: #a6a6a6;
}

.sb-logo-wrapper
{
  text-align: center;
  margin-bottom: 30px;
}

.sb-logo
{
  display: flex;
  justify-content: center;
}

.sb-logo__img.ukti
{
  width: 200px;
  aspect-ratio: 1.99;
}

.sb-logo__img.biba
{
  width: 200px;
  aspect-ratio: 1.52;
}

.sb-sp-nav-wrapper
{

}

.sb-sp-nav-list
{
  list-style-type: none;
  padding-left: 0;
}

.sb-sp-nav-list__item
{
  background-color: var(--brand-secondary-color);
  border-bottom: solid 1px #fff;
}

.sb-sp-nav-list__item:first-of-type
{
  border-top-left-radius: var(--default-border-radius);
  border-top-right-radius: var(--default-border-radius);
}

.sb-sp-nav-list__item:last-of-type
{
  border-bottom-left-radius: var(--default-border-radius);
  border-bottom-right-radius: var(--default-border-radius);
  border-bottom: none;
}

.sb-sp-nav-list__link
{
  display: block;
  position: relative;
  z-index: 1;
  padding: 15px 15px 15px 70px;
  color: #fff;
}

.sb-sp-nav-list__link:link,
.sb-sp-nav-list__link:visited,
.sb-sp-nav-list__link:focus,
.sb-sp-nav-list__link:hover,
.sb-sp-nav-list__link:active
{
  color: #fff;
  text-decoration: none;
}

.sb-sp-nav-list__link::before
{
  position: absolute;
  top: 12px;
  left: 22px;
  display: block;
  font: 26px/26px 'FontAwesome';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "";
}

.sb-sp-nav-list__link--medical::before
{
  content: "\f0f0";
}

.sb-sp-nav-list__link--sports::before
{
  content: "\f206";
}

.sb-sp-nav-list__link--fcdo::before
{
  content: "\f071";
}

.sb-sp-nav-list__link--nonuk::before
{
  content: "\f11d";
}

.sb-sp-nav-list__link--gadget::before
{
  content: "\f10b";
}

/*
  ###########
  CTA list styles
  ###########
*/
.cta-item-wrapper
{
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 15px;
}

.cta-item-link
{
  flex: 1 0 auto;
  align-self: stretch;
  width: 100%;
  padding: 15px;
  border-bottom: 1px solid #fff;
  background-color: var(--brand-secondary-color);
  font: normal normal 300 22px/28px 'Lato', sans-serif;
  text-transform: uppercase;
  text-align: center;
}

.cta-item-link__btn
{
  display: none;
}

.cta-item-link__ret-icon
{
  display: none;
}

.cta-item-link:first-of-type
{
  border-top-right-radius: var(--default-border-radius);
  border-top-left-radius: var(--default-border-radius);
}

.cta-item-link:last-of-type
{
  border-bottom-right-radius: var(--default-border-radius);
  border-bottom-left-radius: var(--default-border-radius);
  border-bottom: none;
}

.cta-item-link:link,
.cta-item-link:visited,
.cta-item-link:focus,
.cta-item-link:hover,
.cta-item-link:active
{
  text-decoration: none;
  color: #fff;
}

@media (min-width: 768px)
{
  .cta-item-wrapper
  {
    display: flex;
    flex-flow: row nowrap;
    max-width: 960px;
    margin: 30px auto;
  }

  .cta-item-link
  {
    display: flex;
    align-items: center;
    flex: 1 0 0;
    flex-flow: column wrap;
    align-items: center;
    justify-content: center;
    min-height: 180px;
    margin: 0 10px;
    padding: 30px;
    border: 1px solid var(--brand-primary-color);
    background-color: transparent;
    font-size: 32px;
    line-height: 36px;
  }

  .cta-item-link__btn
  {
    display: inline-block;
    margin-top: 20px;
    padding: .5em 1em;
    color: #fff;
    text-decoration: none;
    text-transform: uppercase;
    background-color: var(--brand-secondary-color);
    font-size: 24px;
    line-height: 1em;
    border-radius: var(--default-border-radius);
  }

  .cta-item-link__small-text
  {
    font-size: 18px;
    line-height: 22px;
  }

  .cta-item-link__ret-icon
  {
    display: inline-block;
    color: var(--brand-secondary-color);
  }

  .cta-item-link:first-of-type
  {
    border-top-right-radius: unset;
    border-top-left-radius: var(--default-border-radius);
    border-bottom-left-radius: var(--default-border-radius);
  }

  .cta-item-link:last-of-type
  {
    border-bottom-left-radius: unset;
    border-top-right-radius: var(--default-border-radius);
    border-bottom-right-radius: var(--default-border-radius);
    border-bottom: 1px solid var(--brand-primary-color);
  }

  .cta-item-link:link,
  .cta-item-link:visited,
  .cta-item-link:focus,
  .cta-item-link:hover,
  .cta-item-link:active
  {
    text-decoration: none;
    color: var(--brand-secondary-color);
  }
}

/*
  ###########
  CTA mobile styles
  ###########
*/
.cta-mob-wrapper
{
  background-color: var(--brand-secondary-color);
  min-height: 76px;
}

.cta-mob-link
{
  position: relative;
  z-index: 1;
  padding: 10px 60px 10px 15px;
  display: block;
  background-color: transparent;
  font-family: 'Lato', sans-serif;
  font-size: 28px;
  line-height: 1em;
  color: #fff;
  text-transform: uppercase;
}

.cta-mob-link::before
{
  position: absolute;
  display: block;
  right: 25px;
  top: 50%;
  transform: translateY(-50%);
  font: 36px/36px 'FontAwesome';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  color: #fff;
  content: "\f054";
}

.cta-mob-link:link,
.cta-mob-link:visited,
.cta-mob-link:focus,
.cta-mob-link:hover,
.cta-mob-link:active
{
  text-decoration: none;
  color: #fff;
}

.cta-mob-link > span
{
  display: block;
  font-size: 18px;
  text-transform: none;
}

@media (min-width: 1200px)
{
  .cta-mob-wrapper
  {
    display: none;
  }
}

/*
  ###########
  Home styles
  ###########
*/
/* Home hero styles */
.home-hero-grid
{
  display: grid;
  position: relative;
  margin-bottom: 30px;
  grid-template-columns: minmax(0, 1fr);
  grid-template-rows: auto auto auto;
  column-gap: 0;
  row-gap: 0;
  grid-template-areas: "mob" "tp" "bens";
}

.home-hero-hdr
{
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  margin-top: 50px;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 38px;
  line-height: 44px;
  text-align: center;
  color: #fff;
}

@media (min-width: 768px)
{
  .home-hero-grid
  {
    grid-template-areas: "bens" "tp";
  }

  .home-hero-hdr
  {
    right: 0;
    max-width: 940px;
    margin-top: 50px;
    margin-left: auto;
    margin-right: auto;
    padding: 0 30px;
    font-size: 46px;
    line-height: 52px;
    text-align: left;
  }
}

.home-hero-mob-intro
{
  grid-area: mob;
  height: 330px;
  padding-bottom: 30px;
  background-image: url("../../images/hero-home-mob.webp");
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
}

.no-webp .home-hero-mob-intro
{
  background-image: url("../../images/hero-home-mob.jpg");
}

@media (min-width: 768px)
{
  .home-hero-mob-intro
  {
    display: none;
  }
}

.home-hero-mob-intro__btn
{
  display: flex;
  flex-flow: row nowrap;
  height: 100%;
  justify-content: center;
  align-items: flex-end;
}

.home-hero-tp
{
  grid-area: tp;
  padding: 35px 30px;
  background-color: #444;
}

.home-hero-bens
{
  grid-area: bens;
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.home-hero-bens__def
{
  flex: 0 0 auto;
  order: 2;
}

.home-defaqto-logo-img
{
  display: block;
  width: auto;
  height: 100px;
}

.home-hero-bens__list
{
  flex: 1 1 100%;
  order: 1;
  text-align: center;
}

.home-bens-list
{
  list-style: none;
  padding: 0;
  margin: 35px 15px;
  font: normal normal 700 22px/28px 'Lato', sans-serif;
  color: #444;
}

.home-bens-list__item
{
  padding: 5px 0;
}

.home-bens-list__item:first-of-type
{
  padding-top: 0;
}

.home-bens-list__item:last-of-type
{
  padding-bottom: 0;
}

.home-hero-bens__btn
{
  display: none;
  order: 3;
}

@media (min-width: 768px)
{
  .home-hero-bens
  {
    height: 526px;
    align-content: flex-start;
    align-items: flex-start;
    background-image: url("../../images/hero-home-cover.webp");
    background-size: cover;
    background-position-x: right;
    background-position-y: top;
  }

  .no-webp .home-hero-bens
  {
    background-image: url("../../images/hero-home-cover.jpg");
  }

  .home-hero-bens__def
  {
    flex: 0 0 auto;
    order: 1;
    margin-top: 176px;
    margin-right: 30px;
  }

  .home-defaqto-logo-img
  {
    height: 100px;
  }

  .home-hero-bens__list
  {
    flex: 0 0 auto;
    order: 2;
    max-width: 540px;
    margin-top: 125px;
    text-align: left;
  }

  .home-bens-list
  {
    color: #fff;
  }

  .home-bens-list__item
  {
  }

  .home-hero-bens__btn
  {
    flex: 1 0 100%;
    display: block;
    margin-top: 20px;
    text-align: center;
  }
}

@media (min-width: 992px)
{
  .home-hero-hdr
  {
    margin-top: 80px;
  }

  .home-hero-bens
  {
    height: 586px;
  }

  .home-hero-bens__def
  {
    margin-right: 145px;
  }

  .home-defaqto-logo-img
  {
    height: 150px;
  }
}

.home-intro-txt-container
{
  margin-bottom: 60px;
  text-align: center;
}

/* Home product styles */
.home-prod-row
{
  display: flex;
  flex-flow: row wrap;
}

.home-prod-item
{
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 80px;
}

.home-prod-item__icon
{
  position: absolute;
  z-index: -1;
  top: 0;
  left: 0;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  width: 90px;
  height: 90px;
  border: solid 1px #808080;
  color: #808080;
  border-radius: 50%;
}

a.home-prod-item__link
{
  display: block;
  padding-left: 135px;
  font: normal normal 300 42px/42px 'Lato', sans-serif;
  overflow-wrap: break-word;
  word-wrap: break-word;
}

a.home-prod-item__link:link,
a.home-prod-item__link:visited,
a.home-prod-item__link:focus,
a.home-prod-item__link:hover,
a.home-prod-item__link:active
{
  text-decoration: none;
  color: #808080;
}

.home-prod-item__link-hdr
{
  display: block;
  margin-bottom: .2em;
  color: var(--brand-primary-color);
  text-transform: uppercase;
}

.home-prod-item__link-sub
{
  display: block;
  margin-bottom: 12px;
  font: normal normal 700 20px/20px 'Lato', sans-serif;
  color: #444;
}

.home-prod-item__link-desc
{
  display: block;
  margin-bottom: 40px;
  font: 18px/20px "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.home-prod-item__link-btn
{
  display: block;
  max-width: 360px;
  padding: 1.2em;
  color: white;
  background-color: var(--brand-secondary-color);
  font-size: 24px;
  line-height: 24px;
  text-align: center;
  text-transform: uppercase;
  border-radius: var(--default-border-radius);
}

@media (min-width: 992px)
{
  .home-prod-row
  {
    flex-flow: row nowrap;
    align-items: flex-end;
  }

  .home-prod-item
  {
    max-width: 370px;
    margin-left: 50px;
    margin-right: 50px;
  }

  .home-prod-item:hover .home-prod-item__icon
  {
    color: var(--brand-primary-color);
    border-color: var(--brand-secondary-color);
  }

  .home-prod-item__icon
  {
    left: 50%;
    margin-left: -45px;
    transition: color 50ms ease-in, border-color 250ms ease-in;
  }

  a.home-prod-item__link
  {
    padding-top: 120px;
    padding-left: 0;
    text-align: center;
  }

  .home-prod-item__link-btn
  {
    max-width: unset;
  }
}

/* Home tel contact styles */
.home-tel-container
{
  margin-bottom: 40px;
  min-height: 330px;
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-image: url("../../images/hero-home-tel-mob.webp");
}

.no-webp .home-tel-container
{
  background-image: url("../../images/hero-home-tel-mob.jpg");
}

.home-tel
{
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  max-width: 970px;
  margin-right: auto;
  margin-left: auto;
  padding: 40px 15px 25px 15px;
}

.home-tel__logo
{
  flex: 0 0 auto;
}

.home-tel__logo-img
{
  width: 240px;
  height: auto;
}

.home-tel__txt
{
  flex: 1 0 100%;
  text-align: center;
  font: 26px/30px 'Lato', sans-serif;
  color: #fff;
}

.home-tel__txt-hdr
{
  margin-top: 30px;
  margin-bottom: .2em;
  font-size: 64px;
  line-height: 64px;
  font-weight: 300;
  color: #fff;
}

.home-tel__txt-sub
{
  margin-bottom: .2em;
}

@media (min-width: 768px)
{
  .home-tel-container
  {
    background-image: url("../../images/hero-home-tel-cover.webp");
  }

  .no-webp .home-tel-container
  {
    background-image: url("../../images/hero-home-tel-cover.jpg;");
  }
}

@media (min-width: 992px)
{
  .home-tel
  {
    align-items: center;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .home-tel__logo
  {
    flex: 0 0 auto;
    width: 340px;
  }

  .home-tel__logo-img
  {
    width: 340px;
    height: auto;
  }

  .home-tel__txt
  {
    flex: 1 1 auto;
  }

  .home-tel__txt-hdr
  {
    
  }
}

/* Home hygiene styles */
.home-hygiene-container
{
  position: relative;
  z-index: 1;
  padding-top: 50px;
  padding-bottom: 40px;
  text-align: center;
}

.home-hygiene-container:last-of-type
{
  padding-bottom: 0;
}

.home-hygiene-container::before
{
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 85%;
  height: 1px;
  background-color: #d7d7d7;
}

@media (min-width: 768px)
{
  .home-hygiene-container::before
  {
    width: 50%;
  }
}

.home-hygiene-hdr
{
  margin-top: 0;
  margin-bottom: 1em;
  font-size: 24px;
  line-height: 28px;
  font-weight: 700;
  color: #696969;
  text-transform: unset;
}

.home-hygiene-hdr--med
{
  color: var(--brand-primary-color);
}

/*
  ##################
  Why insure styles
  ##################
*/
@media (min-width: 768px) 
{
  .common-hero-container--why
  {
    background-position-x: -200px;
  }
}

@media (min-width: 992px)
{
  .common-hero-container--why
  {
    background-position-x: -250px;
  }
}

.card-container--why-bens-list
{
  padding-top: 30px;
  padding-bottom: 30px;
  background-color: #f7f7f4;
}

.why-bens-list-container
{
  margin-top: 30px;
  text-align: left;
}

.why-bens-list
{
  padding: 0;
  list-style: none;
}

.why-bens-list__item
{
  position: relative;
  z-index: 1;
  padding-left: 80px;
  line-height: 2em;
}

.why-bens-list__item::before
{
  position: absolute;
  top: 13px;
  left: 40px;
  display: block;
  font: 4px/4px 'FontAwesome';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "\f111";
}

.card-container--why-bens-list .card-content p:first-of-type
{
  text-transform: uppercase;
}

.card-content__item--why-defaqto img
{
  width: 200px;
  height: 127px;
}

.card-container--why-sailing
{
  height: 386px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: center;
  background-image: url("../../images/why-card-sailing-mob.webp");
}

.no-webp .card-container--why-sailing
{
  background-image: url("../../images/why-card-sailing-mob.jpg");
}

@media (min-width: 768px)
{
  .card-content__item--why-defaqto img
  {
    width: 290px;
    height: 183px;
  }

  .card-container--why-sailing
  {
    height: 586px;
    background-position-x: -500px;
    background-image: url("../../images/why-card-sailing-cover.webp");
  }

  .no-webp .card-container--why-sailing
  {
    background-image: url("../../images/why-card-sailing-cover.jpg");
  }
}

@media (min-width: 992px)
{
  .card-container--why-sailing
  {
    background-position-x: -300px;
  }
}

/*
  ##################
  Information styles
  ##################
*/
.policy-doc-list-wrapper
{
  margin: 30px 0;
}

ul.policy-doc-list
{
  margin: 0;
  padding: 0;
  list-style-type: none;
}

ul.policy-doc-list li
{
padding: 20px 10px;
font-family: arial, helvetica, sans-serif;
line-height: 1.3em;
color: #343434;
border-bottom: solid 1px #ccc;
}

ul.policy-doc-list li:first-child
{
  border-top: solid 1px #ccc;
}

.policy-doc-list-icon
{
  width: 6%;
  display: inline-block;
  padding-top: 0;
  text-align: right;
  vertical-align: top;
  font-size: 24px;
  color: var(--brand-primary-color);
}

.policy-doc-list-text
{
  width: 94%;
  display: inline-block;
  padding-top: 2px;
  padding-left: 15px;
}

a.policy-doc-link:link,
a.policy-doc-link:visited
{
  color: #343434;
  text-decoration: underline;
}

a.policy-doc-link:focus,
a.policy-doc-link:hover,
a.policy-doc-link:active
{
  text-decoration: none;
}

.table tr.no-border td
{
  border-top: none;
}

.sum-table-container
{
  overflow-x: auto;
}

.sum-covid-cover-tick
{
  color: #6700c4;
}

/* Defaqto styles */
.defaqto-in-flow-logo
{
  width: 160px;
  height: auto;
  margin: 0 60px 10px 60px;
}

/*
  ##########
  FAQ styles
  ##########
*/
.faq-group
{
  margin-bottom: 60px;
}

.faq-group > h2
{
  margin-bottom: 1em;
  color: #444;
}

.faq-accordion
{
  border: thin solid #eee;
  border-radius: 4px;
  overflow: hidden;
}

.faq-item
{
  border-top: thin solid #eee;
  color: #444;
}

.faq-accordion > .faq-item:first-child
{
  border-top: none;
}

.faq-item > h3
{
  margin-top: 0;
  margin-bottom: 0;
  padding: 15px 60px;
  position: relative;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  line-height: 1.42857143;
  text-transform: none;
  color: inherit;
}

.faq-item > h3 > .faq-hdr-icon,
.faq-item > h3 > .faq-hdr-toggle
{
  position: absolute;
  top: 50%;
  left: 30px;
  transform: translate(-50%, -50%);
}

.faq-item > h3 > .faq-hdr-toggle
{
  left: unset;
  right: 30px;
}

.faq-accordion > .faq-item:not(.selected) h3
{
  cursor: pointer;
}

.faq-accordion > .faq-item:not(.selected) h3:hover
{
background-color: #efefef;
}

.faq-accordion > .faq-item:not(.selected) h3:hover > .faq-hdr-icon
{
  color: var(--brand-primary-color);
}

.faq-overflow
{
  display: none;
  padding: 0 60px 10px 60px;
}

/*
  ##############
  Partner styles 
  ##############
*/
.partner-logo-row
{
  margin-bottom: 20px;
}

.partner-bf-hdr
{
  color: #4f5054;
}

.partner-bf-bens-intro
{
  margin-bottom: 1.5em;
}

@media (min-width: 768px)
{
  .partner-bf-bens-intro
  {
    margin-top: 70px;
  }
}

.partner-bf-bens-ul
{
  margin-bottom: 30px;
  font-size: 16px;
  color: #ffa02f;
}

@media (min-width: 768px)
{
  .partner-bf-bens-ul
  {
    margin-bottom: 10px;
  }
}

.partner-bf-bens-ul > li
{
  margin-bottom: .5em;
}

.partner-bf-bens-txt
{
  color: #4f5054;
}

.partner-bf-quote-item
{
  margin: 40px 0;
  padding-bottom: 15px;
  background-color: #f3f3f3;
  border: solid 2px #ffa02f;
  border-radius: 3px;
  text-align: center;
}

.partner-bf-quote-item > h3
{
  margin-top: 20px;
  margin-bottom: 15px;
  color: #444;
  font-size: 22px;
}

.partner-bf-quote-content
{
  height: 80px;
}

.partner-bf-quote-msg
{
  margin-top: 10px;
  color: #4f5054;
}

.partner-bf-quote-content > p
{
  font-size: 14px;
}

.btn-link-partner-bf:link,
.btn-link-partner-bf:visited,
.btn-link-partner-bf:focus,
.btn-link-partner-bf:hover,
.btn-link-partner-bf:active
{
  text-decoration: none;
  background-color: #5dbc58;
}

/*
  ##############
  About styles
  ##############
*/
.card-content__item--defaqto img
{
  width: 200px;
  height: 127px;
}

.card-content__item--collinson img
{
  width: 250px;
  height: 55px;
}

.card-content__item--robot img
{
  width: 140px;
  height: 174px;
}

@media (min-width: 768px)
{
  .card-content__item--defaqto img
  {
    width: 290px;
    height: 184px;
  }

  .card-content__item--collinson img
  {
    width: 350px;
    height: 77px;
  }

  .card-content__item--robot img
  {
    width: 287px;
    height: 357px;
  }
}

/*
  ##############
  Contact styles
  ##############
*/
.contact-row
{
  display: flex;
  flex-flow: column wrap;
  align-content: center;
  justify-content: center;
  align-items: center;
  margin: 15px 30px;
}

.contact-row__item
{
  flex: 0 1 auto;
  position: relative;
  z-index: 1;
  align-self: stretch;
  max-width: 320px;
  width: 100%;
  padding: 160px 15px 30px 15px;
  margin: 15px 0;
  overflow: hidden;
  border: 2px solid #d8d8d8;
  border-radius: var(--large-border-radius);
  text-align: center;
}

.contact-row__item::before
{
  position: absolute;
  z-index: -1;
  display: block;
  content: "";
  top: -152px;
  left: 0;
  width: 100%;
  height: 152px;
  background-size: 100% auto;
  background-position-x: center;
  background-position-y: 0;
  background-repeat: no-repeat;
  transition: top 250ms ease-out;
}

.contact-row__item--request-date::before
{
  background-image: url("../../images/contact-bg-request-date.svg");
}

.contact-row__item--refund::before
{
  background-image: url("../../images/contact-bg-refund.svg");
}

.contact-row__item--request-doc::before
{
  background-image: url("../../images/contact-bg-request-doc.svg");
}

.contact-row__item--claims::before
{
  background-image: url("../../images/contact-bg-claims.svg");
}

.contact-row__item--email::before
{
  background-image: url("../../images/contact-bg-email.svg");
}

.contact-row__item--address::before
{
  background-image: url("../../images/contact-bg-address.svg");
}

.contact-row__item--tel::before
{
  background-image: url("../../images/contact-bg-tel.svg");
}

.contact-row__item--open::before
{
  background-image: url("../../images/contact-bg-open.svg");
}

@media (min-width: 768px)
{
  .contact-row
  {
    flex-flow: row nowrap;
    margin: 30px -15px;
  }

  .contact-row__item
  {
    max-width: unset;
    margin: 0 15px;
    padding-top: 180px;
  }

  .contact-row__item::before
  {
    top: -162px;
    height: 162px;
  }
}

@media (min-width: 992px)
{
  .contact-row__item
  {
    padding-top: 220px;
  }

  .contact-row__item::before
  {
    top: -217px;
    height: 217px;
  }
}

@media (min-width: 1200px)
{
  .contact-row__item
  {
    padding-top: 150px;
  }

  .contact-row__item::before
  {
    top: -140px;
    height: 140px;
  }
}

.contact-row__item.contact-row__item--visible::before
{
  top: 0;
}

.contact-affiliate
{
  margin: 30px 0;
  padding: 30px 100px 15px 100px;
  border-radius: var(--large-border-radius);
  text-align: center;
  background-image: url("../../images/contact-bg-affiliate.webp");
  background-size: cover;
  background-position-x: center;
  background-position-y: center;
  background-repeat: no-repeat;
}

.no-webp .contact-affiliate
{
  background-image: url("../../images/contact-bg-affilate.jpg");
}

.contact-affiliate__hdr
{
  font: normal normal 300 36px/42px 'Lato', sans-serif;
  margin-bottom: .6em;
  color: #fff;
  text-transform: uppercase;
}

/*
  ##############
  Signposting styles
  ##############
*/
.sp-category-hdr
{
  position: relative;
  z-index: 1;
  margin-top: 45px;
  margin-bottom: 1em;
  padding-left: 60px;
  color: var(--brand-secondary-color);
}

.sp-category-hdr::before
{
  position: absolute;
  top: 2px;
  left: 0;
  display: block;
  font: 26px/26px 'FontAwesome';
  font-weight: 400;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  content: "";
}

.sp-category-hdr--medical::before
{
  content: "\f0f0";
}

.sp-category-hdr--sports::before
{
  content: "\f206";
}

.sp-category-hdr--fcdo::before
{
  content: "\f071";
}

.sp-category-hdr--nonuk::before
{
  content: "\f11d";
}

.sp-category-hdr--gadget::before
{
  content: "\f10b";
}

.sp-item
{
  margin-bottom: 30px;
  padding-bottom: 15px;
  border-bottom: solid 1px #ddd;
}

.sp-item__intro
{
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  align-content: flex-start;
  min-height: 60px;
}

.sp-item__hdr
{
  flex: 1 1 auto;
  margin-top: 1em;
  margin-bottom: 1em;
  margin-right: 15px;
  font-size: 20px;
  line-height: 24px;
  font-weight: 700;
  color: #444;
  text-transform: unset;
}

.sp-item__hdr-link
{
  color: #444;
}

.sp-item__hdr-link:link,
.sp-item__hdr-link:visited,
.sp-item__hdr-link:focus,
.sp-item__hdr-link:hover,
.sp-item__hdr-link:active
{
  text-decoration: none;
  color: #444;
}

.sp-item__logo
{
  width: 95px;
  flex: 0 0 auto;
  margin: 15px 0;
}

.sp-item__logo-img
{
  width: 95px;
  height: auto;
}

.sp-item__tel
{
  color: #666;
  font-size: 18px
}

.sp-item__btn
{
  margin-top: 15px;
  color: #fff;
}

.sp-item__btn:link,
.sp-item__btn:visited,
.sp-item__btn:focus,
.sp-item__btn:hover,
.sp-item__btn:active
{
  text-decoration: none;
  color: #fff;
}