@charset "UTF-8";
/*! normalize.css v3.0.0 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   ========================================================================== */
/**
 * Correct `block` display not defined in IE 8/9.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9.
 * Hide the `template` element in IE, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   ========================================================================== */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   ========================================================================== */
/**
 * Address styling not present in IE 8/9, Safari 5, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari 5, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari 5 and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari 5, and Chrome.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove border when inside `a` element in IE 8/9.
 */
img {
  border: 0;
}

/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   ========================================================================== */
/**
 * Address margin not present in IE 8/9 and Safari 5.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   ========================================================================== */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari 5, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  /* 1 */
  font: inherit;
  /* 2 */
  margin: 0;
  /* 3 */
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8+, and Opera
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
button,
html input[type='button'],
input[type='reset'],
input[type='submit'] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type='checkbox'],
input[type='radio'] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type='number']::-webkit-inner-spin-button,
input[type='number']::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type='search'] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type='search']::-webkit-search-cancel-button,
input[type='search']::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  /* 2 */
}

/**
 * Remove default vertical scrollbar in IE 8/9.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

body {
  color: #333;
  font-family: 'Helvetica Neue', Helvetica, Arial, sans-serif;
  font-size: 1em;
  -webkit-font-smoothing: antialiased;
  line-height: 1.5em;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  line-height: 1.25em;
  margin: 0;
  text-rendering: optimizeLegibility;
}

h1 {
  font-size: 2.25em;
}

h2 {
  font-size: 2em;
}

h3 {
  font-size: 1.75em;
}

h4 {
  font-size: 1.5em;
}

h5 {
  font-size: 1.25em;
}

h6 {
  font-size: 1em;
}

p {
  margin: 0 0 0.75em;
}

a {
  color: #477dca;
  text-decoration: none;
  transition: color 0.1s linear;
}
a:hover {
  color: #2c5999;
}
a:active,
a:focus {
  color: #2c5999;
  outline: none;
}

hr {
  border-bottom: 1px solid #ddd;
  border-left: none;
  border-right: none;
  border-top: none;
  margin: 1.5em 0;
}

img {
  margin: 0;
  max-width: 100%;
}

abbr,
acronym {
  border-bottom: 1px dotted #ddd;
  cursor: help;
}

address {
  display: block;
  margin: 0 0 0.75em;
}

hgroup {
  margin-bottom: 0.75em;
}

del {
  color: #595959;
}

blockquote {
  border-left: 2px solid #ddd;
  color: #595959;
  margin: 1.5em 0;
  padding-left: 0.75em;
}

cite {
  color: #737373;
  font-style: italic;
}
cite:before {
  content: '\2014 \00A0';
}

.small {
  font-size: 12px;
  clear: both;
}

fieldset {
  border: 0 solid #ddd;
  margin: 0 0 0.75em;
  padding: 1.5em;
}

input,
label {
  display: block;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  font-size: 14px;
}

label {
  margin-bottom: 0.375em;
}
label.required:after {
  content: '*';
}
label abbr {
  display: none;
}

input[type='email'],
input[type='number'],
input[type='password'],
input[type='search'],
input[type='tel'],
input[type='text'],
input[type='url'],
input[type='color'],
input[type='date'],
input[type='datetime'],
input[type='datetime-local'],
input[type='month'],
input[type='time'],
input[type='week'],
.pcaAutoComplete .inputArea,
textarea,
select[multiple='multiple'] {
  outline: none;
  box-sizing: border-box;
  transition: background-color 0.5s ease-in-out;
  background-color: #f8f8f8;
  border-radius: 10px;
  border: 2px solid #bcc0bf;
  box-shadow: none;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  margin-bottom: 0.75em;
  padding: 6px 0.5em;
  width: 100%;
  clear: both;
  font-weight: normal;
}
input[type='email']:hover,
input[type='number']:hover,
input[type='password']:hover,
input[type='search']:hover,
input[type='tel']:hover,
input[type='text']:hover,
input[type='url']:hover,
input[type='color']:hover,
input[type='date']:hover,
input[type='datetime']:hover,
input[type='datetime-local']:hover,
input[type='month']:hover,
input[type='time']:hover,
input[type='week']:hover,
.pcaAutoComplete .inputArea:hover,
textarea:hover,
select[multiple='multiple']:hover {
  border-color: #a2a7a6;
}
input[type='email']:focus,
input[type='number']:focus,
input[type='password']:focus,
input[type='search']:focus,
input[type='tel']:focus,
input[type='text']:focus,
input[type='url']:focus,
input[type='color']:focus,
input[type='date']:focus,
input[type='datetime']:focus,
input[type='datetime-local']:focus,
input[type='month']:focus,
input[type='time']:focus,
input[type='week']:focus,
.pcaAutoComplete .inputArea:focus,
textarea:focus,
select[multiple='multiple']:focus {
  border-color: #00bff3;
  box-shadow: none;
  outline: none;
  background: white;
}

textarea {
  resize: vertical;
}

input[type='search'] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  -o-appearance: none;
  appearance: none;
}

input[type='checkbox'],
input[type='radio'] {
  display: inline;
  margin-right: 0.375em;
}

input[type='file'] {
  width: 100%;
}

select {
  max-width: 100%;
  border-radius: 10px;
  padding: 5px;
  background: #f8f8f8;
  position: relative;
  color: #04334f;
  width: 100%;
  border: none;
  font-size: 14px;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
}

table {
  border-collapse: collapse;
  margin: 0.75em 0;
  table-layout: fixed;
  width: 100%;
}

th {
  border-bottom: 1px solid #b7b7b7;
  font-weight: bold;
  padding: 0.75em 0;
  text-align: left;
}

td {
  border-bottom: 1px solid #ddd;
  padding: 0.75em 0;
}

tr,
td,
th {
  vertical-align: middle;
}

tbody tr:nth-child(odd) {
  background: #eee;
}

section > table {
  border: 1px solid #eee;
  border-collapse: collapse;
  font-family: 'Arial';
  margin: 25px auto;
}
section > table tr:hover {
  background: #f4f4f4;
}
section > table tr:hover td {
  color: #555;
}
section > table th,
section > table td {
  border: 1px solid #eee;
  border-collapse: collapse;
  color: #999;
}
section > table th {
  color: #3d3d3d;
  font-size: 12px;
  padding: 0;
  text-align: center;
  text-transform: uppercase;
  vertical-align: bottom;
}
section > table th.last {
  border-right: none;
}
section > table th.active div {
  background: #0ff;
  color: #555;
  padding: 30px 10px 10px;
  transition: all ease 0.3s;
}
section > table th div {
  color: #555;
  padding: 10px;
  transition: all ease 3s;
}
section > table td {
  padding: 12px 35px;
}

section table td.hidden,
section table th.hidden {
  display: none;
}

ul,
ol {
  margin: 0;
  padding: 0;
}

dl {
  line-height: 1.5em;
  margin-bottom: 0.75em;
}
dl dt {
  margin-top: 0.75em;
}
dl dd {
  margin: 0;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}

html {
  box-sizing: border-box;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

.pricing-table-a,
.pricing-table-b,
.pricing-table-c,
.pricing-table-d,
.policy-summary-table {
  margin: 20px 0 40px 0;
  text-align: center;
  width: 180%;
  font-size: 12px;
  overflow: hidden;
}
.pricing-table-a sup,
.pricing-table-b sup,
.pricing-table-c sup,
.pricing-table-d sup,
.policy-summary-table sup {
  font-weight: normal;
  padding: 3px;
}
.pricing-table-a th,
.pricing-table-b th,
.pricing-table-c th,
.pricing-table-d th,
.policy-summary-table th,
.pricing-table-a td,
.pricing-table-b td,
.pricing-table-c td,
.pricing-table-d td,
.policy-summary-table td {
  padding: 5px 5px;
}
.pricing-table-a th,
.pricing-table-b th,
.pricing-table-c th,
.pricing-table-d th,
.policy-summary-table th {
  line-height: 16px;
  background: #093051;
  color: white;
  border: none;
  padding: 5px 10px;
  text-align: center;
  border-radius: 12px 12px 0 0;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
}
.pricing-table-a td:first-child,
.pricing-table-b td:first-child,
.pricing-table-c td:first-child,
.pricing-table-d td:first-child,
.policy-summary-table td:first-child {
  font-weight: bold;
  text-align: left;
  line-height: 16px;
}

.pricing-table-a {
  color: rgba(255, 255, 255, 0.87);
}
.pricing-table-a td {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
}
.pricing-table-a tr:nth-child(odd) td {
  background: #093051;
}
.pricing-table-a tr:nth-child(even) td {
  background: #2a4963;
}
.pricing-table-a tr td:first-child {
  background: transparent;
  color: #093051;
}
.pricing-table-a tr:nth-child(2) td {
  background: #42d0f7;
}
.pricing-table-a tr:nth-child(2) td:first-child {
  color: rgba(255, 255, 255, 0.87);
  background: #0ac0f2;
}

.pricing-table-b th {
  color: white;
}

.pricing-table-b tr:nth-child(even) td {
  background: #e6e7e9;
}

.pricing-table-b tr:nth-child(odd) td {
  background: #d0d1d5;
}

.pricing-table-b td {
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #093051;
}

.pricing-table-b td:first-child {
  text-transform: uppercase;
}

.pricing-table-b tr:nth-child(2) td {
  background: #42d0f7;
  color: rgba(255, 255, 255, 0.87);
  font-size: 0.8em;
}
.pricing-table-b tr:nth-child(2) td:first-child {
  background: #0ac0f2;
}

.pricing-table-c th {
  text-transform: uppercase;
  color: #0ac0f2;
}

.pricing-table-c tr td:nth-child(odd) {
  background: #d0d1d5;
}

.pricing-table-c tr td:nth-child(even) {
  background: #e6e7e9;
}

.pricing-table-c td {
  border-right: 1px solid rgba(255, 255, 255, 0.7);
  border-top: 1px solid rgba(255, 255, 255, 0.7);
  color: #093051;
}

.pricing-table-c td:first-child {
  text-transform: uppercase;
}

.pricing-table-c tr:nth-child(2) td {
  background: #42d0f7;
  color: rgba(255, 255, 255, 0.87);
  font-size: 0.8em;
}
.pricing-table-c tr:nth-child(2) td:nth-child(odd) {
  background: #0ac0f2;
}

.pricing-table-c tr:nth-child(2) td:first-child {
  position: relative;
}
.pricing-table-c tr:nth-child(2) td:first-child:after {
  content: '';
  height: 0;
  width: 0;
  border-top: 15px solid transparent;
  border-bottom: 15px solid transparent;
  border-left: 15px solid #0ac0f2;
  display: block;
  position: absolute;
  right: -14px;
  top: 2px;
}

.pricing-table-d th,
.policy-summary-table th {
  background: #093051;
  border-radius: 0;
  border: none;
}
.pricing-table-d th:first-child,
.policy-summary-table th:first-child {
  background: #093051;
  color: rgba(255, 255, 255, 0.87);
}

.pricing-table-d tr:nth-child(2) td,
.policy-summary-table tr:nth-child(2) td {
  background: transparent;
  color: rgba(0, 0, 0, 0.87);
  font-size: 14px;
}

.pricing-table-d td:first-child,
.policy-summary-table td:first-child {
  text-align: left;
}

.pricing-table-d tr:nth-child(even) td,
.policy-summary-table tr:nth-child(even) td {
  background: white;
}

.pricing-table-d tr:nth-child(odd) td,
.policy-summary-table tr:nth-child(odd) td {
  background: #eeeeee;
}

.single,
.annual {
  cursor: pointer;
  border-radius: 10px;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  text-align: center;
  background: #ecf1f4;
  color: #093051;
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  -webkit-font-smoothing: antialiased;
  font-size: 1em;
  font-weight: bold;
  width: calc(50% - 5px);
  display: block;
  float: left;
  line-height: 55px;
  position: relative;
  padding: 10px;
  line-height: 1.6em;
}
.single:hover,
.annual:hover {
  color: #fff;
  background: #c0c0c0;
  transition: all 0.25s ease-in-out;
}
.single.active,
.annual.active {
  color: #fff;
  background: #0ac0f2;
}
.single:before,
.annual:before {
  content: '';
  position: absolute;
  bottom: 0px;
  left: 35px;
  transition: all 0.3s ease;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid inherit;
}
.single.active:before,
.annual.active:before {
  bottom: -20px;
  transition: all 0.3s ease;
  height: 0;
  width: 0;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
  border-top: 20px solid #0ac0f2;
}

.it .single,
.it .annual {
  font-size: 0.875rem;
}

.single {
  margin-right: 10px;
}

.btn.cta {
  cursor: pointer;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  text-align: center;
  background: #c4dd37;
  color: #093051;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  border: 5px solid rgba(8, 48, 80, 0.25);
  background-clip: padding-box;
  display: block;
  position: relative;
  padding: 10px 35px 10px 15px;
  border-radius: 10px;
  font-size: 16px;
  margin: 0 0 10px;
}
.btn.cta:before {
  content: '';
}
.btn.cta:after {
  top: 15px;
  right: 10px;
  height: 0;
  width: 0;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 7.5px solid #093051;
}
.btn.cta:hover {
  color: #041523;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1040px) {
  .btn.cta {
    font-size: 30px;
    border-radius: 20px;
    padding: 18px 50px 20px 20px;
  }
  .btn.cta:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 8px;
    height: 0;
    width: 0;
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
    border-left: 12.5px solid #093051;
  }
}

.barrel .btn.cta {
  cursor: pointer;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  text-align: center;
  background: #c4dd37;
  color: #093051;
  transition: all 0.2s ease-in-out;
  vertical-align: middle;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  border: 5px solid rgba(8, 48, 80, 0.25);
  background-clip: padding-box;
  display: block;
  position: relative;
  padding: 10px 35px 10px 15px;
  border-radius: 10px;
  font-size: 16px;
  margin: 0 0 10px;
}
.barrel .btn.cta:before {
  content: '';
}
.barrel .btn.cta:after {
  top: 15px;
  right: 10px;
  height: 0;
  width: 0;
  border-top: 7.5px solid transparent;
  border-bottom: 7.5px solid transparent;
  border-left: 7.5px solid #093051;
}
.barrel .btn.cta:hover {
  color: #041523;
  transition: all 0.2s ease-in-out;
  box-shadow: 0 2px 3px rgba(0, 0, 0, 0.4);
}
@media screen and (min-width: 1040px) {
  .barrel .btn.cta {
    font-size: 16px;
    border-radius: 20px;
    padding: 18px 50px 20px 20px;
  }
  .barrel .btn.cta:after {
    content: '';
    position: absolute;
    top: 18px;
    right: 8px;
    height: 0;
    width: 0;
    border-top: 12.5px solid transparent;
    border-bottom: 12.5px solid transparent;
    border-left: 12.5px solid #093051;
  }
}

.btn.cta.larger-button {
  padding: 20px 50px;
  font-size: 1.6em;
  margin: 20px 0;
}

@font-face {
  font-family: 'Asap-Regular';
  src: url('../assets/fonts/asap/asap-regular.eot?v=1');
  src:
    url('../assets/fonts/asap/asap-regular.eot?v=1#iefix')
      format('embedded-opentype'),
    url('../assets/fonts/asap/asap-regular.woff?v=1') format('woff'),
    url('../assets/fonts/asap/asap-regular.ttf?v=1') format('truetype'),
    url('../assets/fonts/asap/asap-regular.svg?v=1#AsapRegular') format('svg');
}

@font-face {
  font-family: 'Asap-Bold';
  src: url('../assets/fonts/asap/asap-bold.eot?v=1');
  src:
    url('../assets/fonts/asap/asap-bold.eot?v=1#iefix')
      format('embedded-opentype'),
    url('../assets/fonts/asap/asap-bold.woff?v=1') format('woff'),
    url('../assets/fonts/asap/asap-bold.ttf?v=1') format('truetype'),
    url('../assets/fonts/asap/asap-bold.svg?v=1#AsapBold') format('svg');
}

h1,
h2,
h3 {
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h4,
h5,
h6 {
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  font-weight: normal;
}

h1,
h2 {
  color: #fcffff;
}

h3 {
  color: #093051;
}

h4 {
  text-transform: capitalize;
  margin: 0 0 5px;
}

p {
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
}

* {
  outline: none;
}

input[type='radio'] {
  display: none;
}

select {
  margin-bottom: 20px;
  border: 2px solid #bcc0bf;
}
@media screen and (min-width: 740px) {
  select {
    margin-bottom: 0;
  }
}
select:focus {
  background: #fff;
  border: 2px solid #0ac0f2;
}

fieldset {
  position: relative;
}

@media screen and (min-width: 740px) {
  form select {
    max-width: 250px;
  }
}

legend {
  margin: 10px 0 20px;
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  color: #093051;
  color: rgba(9, 48, 81, 0.87);
  font-size: 16px;
  font-weight: bold;
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
  clear: left;
}
legend:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1040px) {
  legend {
    display: block;
    float: left;
    margin: 6px 20px 0px;
    width: 33%;
    text-align: right;
    padding-right: 10px;
  }
}
legend:last-child {
  margin-right: 0;
}

.form.no-title {
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  font-weight: bold;
}
.form.no-title label {
  color: rgba(9, 48, 81, 0.87);
  font-size: 16px;
}

::-webkit-input-placeholder {
  color: #aaa;
  padding: 2px 0 0 2px;
  font-size: 12px;
}

:-moz-placeholder {
  color: #aaa;
  padding: 2px 0 0 2px;
  font-size: 12px;
}

::-moz-placeholder {
  color: #aaa;
  padding: 2px 0 0 2px;
  font-size: 12px;
}

:-ms-input-placeholder {
  color: #aaa;
  padding: 2px 0 0 2px;
  font-size: 12px;
}

.form {
  transition: all 1s ease;
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
}
.form:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1040px) {
  .form {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
  }
  .form:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1040px) {
  .form.no-title {
    width: 100%;
    margin-top: 20px;
  }
  .form.no-title label {
    display: block;
    float: left;
    margin: 6px 20px 20px;
    padding-right: 10px;
    width: 33%;
    text-align: right;
  }
}
@media screen and (min-width: 1040px) and (min-width: 740px) {
  .form.no-title label {
    margin-bottom: 0;
  }
}

.required_notification {
  color: #fbe3e4;
  margin: 5px 0 0;
  display: inline;
  float: right;
}

.quote-engine input[type='radio'] + label {
  background: #f8f8f8;
  padding: 18px 10px;
  display: inline-block;
  cursor: pointer;
  border-radius: 10px;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  text-align: left;
  width: 46%;
  margin-right: 2%;
  margin-bottom: 10px;
  transition: background 0.5s ease;
  border: 2px solid #bcc0bf;
}
@media screen and (min-width: 740px) {
  .quote-engine input[type='radio'] + label {
    width: 20%;
    margin-right: 1%;
    margin-bottom: 0px;
  }
}

.quote-engine input[type='radio']:checked + label {
  background: #00bff3;
  color: #fff;
  border: 0;
}

.ie8 main {
  background: #fff;
}

.ie8 .form.dates {
  width: 51%;
  margin-right: 0;
}

.ie8 .contact-form {
  background: #ecf1f4;
}

.price-details li {
  font-size: 12px;
  position: relative;
}
.price-details li span:last-child {
  position: absolute;
  right: 0;
}

.quote-tick {
  margin-left: 5px;
}
.quote-tick li {
  color: #0ac0f2;
  font-size: 22px;
  line-height: 60px;
}
.quote-tick li:before {
  background: url('../assets/img/sprite.svg') no-repeat -250px;
  background-size: 480px 200px;
  content: '';
  display: inline-block;
  position: relative;
  top: 5px;
  right: 5px;
  width: 30px;
  height: 30px;
}

#landing-page .quote-tick li:before {
  position: absolute;
  left: -20px;
}

.content-wrapper .container {
  position: relative;
}
@media screen and (min-width: 740px) {
  .content-wrapper .container {
    padding: 0 15px;
  }
}

.container {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
.container::after {
  clear: both;
  content: '';
  display: table;
}

main {
  background: #fff;
  border-radius: 10px 10px 0 0;
}
main::after {
  clear: both;
  content: '';
  display: table;
}
@media screen and (min-width: 1040px) {
  main {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%;
    padding: 30px 10px 10px 10px;
    min-height: 500px;
  }
  main:last-child {
    margin-right: 0;
  }
}
main section {
  background: #ecf1f4;
}
main section.slider {
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
  background: transparent;
}
main section.slider:last-child {
  margin-right: 0;
}
main aside {
  background: #ecf1f4;
}
main h2 {
  color: #093051;
  margin: 0 20px 20px;
}

a {
  color: #0ac0f2;
  cursor: pointer;
}
a p {
  font-weight: bold;
}

ul {
  list-style-type: none;
}

ol {
  list-style-type: decimal;
}

article > ol {
  margin-left: 20px;
}
article > ol li ol {
  margin-left: 20px;
}

.hidden {
  display: none;
}

.screen-read {
  position: absolute;
  top: -9999px;
  left: -9999px;
}

::selection {
  background: #ddeb8a;
}

main {
  background: transparent;
  top: 140px;
  margin: 0;
}
@media screen and (min-width: 1040px) {
  main {
    padding-top: 30px;
    position: relative;
    z-index: 5;
    top: 0;
    background: #fff;
  }
}

iframe {
  border: 0 inset;
}

html.no-cssgradients.beach.ie8 {
  background: #e6edf3 url(/assets/img/ie8/beach-bg-ie8.jpg) no-repeat top center;
}

html {
  background: #eee;
}
@media screen and (min-width: 740px) {
  html {
    background-position:
      center,
      center 138px;
    background-repeat: repeat, no-repeat;
  }
}
html.beach {
  transition: background-position 1s ease;
}
@media screen and (min-width: 740px) {
  html.beach {
    background-image: linear-gradient(rgba(9, 48, 81, 0.5) 20%, #f2f7fa 70%),
      url('../assets/img/bg-img/beach-bg.jpg');
    background-size: 100%;
    background-position:
      center,
      center 140px;
  }
}
@media screen and (min-width: 1040px) {
  html.beach {
    background-position:
      center,
      center 120px;
  }
}
@media screen and (min-width: 1440px) {
  html.beach {
    background-position:
      center,
      center 90px;
  }
}
@media screen and (min-width: 1600px) {
  html.beach {
    background-position:
      center,
      center 30px;
  }
}
@media screen and (min-width: 740px) {
  html.mountains {
    background-image: url('../assets/img/bg-img/ski-bg.jpg'),
      linear-gradient(to, #f2f7fa 70%);
  }
}
@media screen and (min-width: 740px) {
  html.no-cssgradients.beach {
    background: #fff url('../assets/img/bg-img/beach-bg.jpg') no-repeat top
      center;
    background-size: 150%;
    background-position:
      center 138px,
      center;
    background-repeat: no-repeat, repeat;
    background-color: transparent;
  }
}
@media screen and (min-width: 740px) {
  html.house {
    background-image: url('../assets/img/bg-img/home-bg.jpg'),
      linear-gradient(to, #f2f7fa 70%);
  }
}
@media screen and (min-width: 740px) {
  html.no-cssgradients.house {
    background: #fff url('../assets/img/bg-img/home-bg.jpg') no-repeat top
      center;
    background-size: 150%;
    background-position:
      center 138px,
      center;
    background-repeat: no-repeat, repeat;
    background-color: transparent;
  }
}
@media screen and (min-width: 740px) {
  html.sunset {
    background-image: url('./assets/img/bg-img/home-bg.jpg'),
      linear-gradient(to, #f2f7fa 70%);
  }
}
html.blank {
  background: none;
}

.content-wrapper {
  background-image: none;
}
@media screen and (min-width: 740px) {
  .content-wrapper {
    background-image: linear-gradient(
      rgba(229, 238, 243, 0) 240px,
      #e5eef3 300px
    );
  }
}
@media screen and (min-width: 1040px) {
  .content-wrapper {
    background-image: linear-gradient(
      rgba(229, 238, 243, 0) 370px,
      #e5eef3 550px
    );
  }
}

.table-wrapper {
  overflow: hidden;
  position: relative;
}
.table-wrapper:after {
  content: '';
  position: absolute;
  top: 0;
  left: 100%;
  width: 50px;
  height: 100%;
  border-radius: 10px 0 0 10px / 50% 0 0 50%;
  box-shadow: -5px 0 10px rgba(0, 0, 0, 0.25);
}
.table-wrapper > div {
  overflow-x: auto;
}
.table-wrapper > div::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 14px;
  height: 14px;
}
.table-wrapper > div::-webkit-scrollbar-thumb {
  border-radius: 8px;
  border: 3px solid #fff;
  background-color: rgba(0, 0, 0, 0.3);
}
@media screen and (min-width: 740px) {
  .table-wrapper {
    overflow: visible;
    box-shadow: none;
  }
  .table-wrapper:after {
    content: none;
  }
}

@media screen and (min-width: 740px) {
  .pricing-table-a {
    width: 100%;
    font-size: 14px;
  }
}

.pricing-table-a tr:nth-child(2) td:first-child {
  border-radius: 5px;
  margin: 2px 10px 2px 0;
  padding: 5px 26px;
  text-align: center;
  position: relative;
  display: block;
  bottom: 1px;
  line-height: 22px;
}
.pricing-table-a tr:nth-child(2) td:first-child:after {
  content: '';
  height: 0;
  width: 0;
  border-top: 19px solid transparent;
  border-bottom: 19px solid transparent;
  border-left: 19px solid #0ac0f2;
  display: block;
  position: absolute;
  right: -16px;
  top: 2px;
}
@media screen and (min-width: 740px) {
  .pricing-table-a tr:nth-child(2) td:first-child:after {
    top: 12px;
  }
}

@media screen and (min-width: 740px) {
  .pricing-table-b {
    width: 100%;
    font-size: 14px;
  }
}

@media screen and (min-width: 740px) {
  .pricing-table-c {
    width: 100%;
    font-size: 14px;
  }
}

@media screen and (min-width: 740px) {
  .pricing-table-d {
    width: 100%;
    font-size: 14px;
  }
}

.pricing-table-e {
  color: rgba(9, 48, 81, 0.87);
}
.pricing-table-e td:first-child {
  font-weight: bold;
}
.pricing-table-e tr:nth-child(even) td {
  background: rgba(230, 231, 233, 0.5);
}
.pricing-table-e tr:nth-child(odd) td {
  background: rgba(208, 209, 213, 0.5);
}
@media screen and (min-width: 740px) {
  .pricing-table-e {
    width: 100%;
    font-size: 14px;
  }
}

.policy-summary-table th:first-child,
.policy-summary-table td:first-child,
.policy-summary-table tr:nth-child(2) td:first-child {
  color: #0ac0f2;
}

@media screen and (min-width: 740px) {
  .policy-summary-table {
    width: 100%;
    max-width: 600px;
    font-size: 14px;
    text-align: left;
  }
}

.notification {
  background: rgba(255, 255, 255, 0.87);
  padding: 30px;
}
@media screen and (min-width: 740px) {
  .notification {
    background: rgba(255, 255, 255, 0.87) url(../assets/img/dog-pointing.png)
      no-repeat right -90px top 20px;
    padding: 30px 310px 30px 30px;
    min-height: 210px;
  }
}
.notification p:first-of-type {
  font-weight: bold;
  color: rgba(9, 48, 81, 0.87);
  font-size: 1.2em;
}
.notification .phone {
  color: #0ac0f2;
  font-weight: bold;
}

.notification--success {
  border-right: solid 5px rgba(196, 221, 55, 0.77);
}

.notification--error {
  border-right: solid 5px rgba(211, 59, 59, 0.77);
}

.notification--notice {
  border-right: solid 5px rgba(189, 189, 189, 0.77);
}

.notification--alert {
  border-right: solid 5px rgba(255, 242, 0, 0.77);
}

.list-content,
.list-content-tick-blue,
.list-content-tick-green,
.list-content-cross,
.purchase-check-list,
.purchase-quote-page ul.notification,
li.list-content-cross,
.list-content--tick-blue,
.pregnancy-calculator-list {
  margin: 30px 50px;
}

.list-content-box,
.list-content-tick-blue.box,
.purchase-check-list.box,
.list-content-tick-green,
.purchase-quote-page ul.notification,
li.box:before,
.list-content--tick-blue.box,
.list-content-tick-green.box,
.list-content-cross.box,
.pregnancy-calculator-list.box {
  margin: 50px 30px;
  background: #fff;
  padding: 50px;
  border-radius: 4px;
}

.pseudo-icon,
.list-content-tick-blue li:before,
.list-content-tick-green li:before,
.list-content-cross li:before,
.purchase-check-list li:before,
li:before,
li:before li:before,
.purchase-quote-page .notification ul:first-of-type li:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: -40px;
  top: 5px;
}

.list-content-tick-blue li {
  position: relative;
  list-style-type: none;
  margin-bottom: 5px;
}
.list-content-tick-blue li:before {
  background: url(../../assets/img/icons/icon-tick-blue.svg) no-repeat;
}

.list-content-tick-green li {
  position: relative;
  list-style-type: none;
  margin-bottom: 5px;
}
.list-content-tick-green li:before {
  background: url(../../assets/img/icons/icon-tick-green.svg) no-repeat;
}

.list-content-cross li {
  position: relative;
  list-style-type: none;
  margin-bottom: 5px;
}
.list-content-cross li:before {
  background: url(../../assets/img/icons/icon-cross-red.svg) no-repeat;
}

.accordion {
  background-color: #ecf1f4;
  border: 4px solid #fff;
  margin-bottom: 1.5em;
}
.accordion::after {
  clear: both;
  content: '';
  display: table;
}
@media screen and (min-width: 1040px) {
  .accordion {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%;
  }
  .accordion:last-child {
    margin-right: 0;
  }
}
.accordion li {
  border-bottom: 4px solid #fff;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  cursor: pointer;
}
.accordion li a {
  color: #093051;
}
.accordion li h3 {
  font-size: 16px;
}
@media screen and (min-width: 740px) {
  .accordion li h3 {
    font-size: 24px;
  }
}
.accordion li h3 a {
  color: #093051;
}
.accordion li > h3 {
  padding: 30px 60px;
  color: #093051;
  display: block;
}
.accordion li:last-child {
  border: none;
}
.accordion li:hover {
  background-color: #ccd9e1;
}
.accordion > li > h3:before {
  width: 40px;
  height: 32px;
  content: '';
  display: inline-block;
  position: relative;
  float: left;
  bottom: 2px;
  right: 10px;
  background: url('../assets/img/sprite.svg') no-repeat -610px;
  background-size: 644px 38px;
}
.accordion ul.submenu {
  display: none;
}
.accordion ul.submenu li {
  background-color: #dfefff;
  font-size: 18px;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  color: #323232;
  padding: 20px;
}
.accordion ul.submenu li:first-child {
  border-top: 4px solid #fff;
}
.accordion ul.submenu li:hover {
  background-color: #c6e2ff;
}
.accordion .is-expanded {
  background-color: #dfefff;
  display: block;
  padding-bottom: 0;
}
.accordion .is-expanded > h3:before {
  background-position: -577px;
  background-size: 644px 38px;
}

main section.primary-column ul.accordion {
  list-style-type: none;
  padding-left: 0;
  clear: both;
}
main section.primary-column ul.accordion li {
  margin-bottom: 0;
}
main section.primary-column ul.accordion .submenu {
  list-style-type: none;
  padding-left: 0;
}

.modal label {
  cursor: pointer;
  margin-bottom: 0;
}
.modal label img {
  border-radius: 150px;
  display: block;
  max-width: 300px;
}

.modal input[type='checkbox'] {
  display: none;
}

.modal .btn {
  font-size: 1em;
  margin-bottom: 1.5em;
}

.modal .modal-open {
  overflow: hidden;
}

.modal .modal-window {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  background: rgba(0, 0, 0, 0.85);
  text-align: left;
  z-index: 99999999999;
  display: none;
}
.modal .modal-window .modal-bg {
  position: absolute;
  top: 0px;
  right: 0px;
  bottom: 0px;
  left: 0px;
  cursor: pointer;
}

.modal .modal-close {
  position: absolute;
  top: 1.5em;
  right: 1.5em;
  bottom: 0;
  left: 0;
  height: 2.5em;
  width: 2.5em;
  top: 10px;
  right: 4px;
  cursor: pointer;
  background: #fff;
  padding: 5px 20px 0 27px;
}
.modal .modal-close:after,
.modal .modal-close:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  top: 3px;
  right: 3px;
  bottom: 0;
  left: 50%;
  height: 1.5em;
  width: 0.25em;
  background: #aa1a1a;
  content: '';
  display: block;
  margin: -3px 0 0 -1px;
}
.modal .modal-close:hover:after,
.modal .modal-close:hover:before {
  background: #7e1313;
}
.modal .modal-close:before {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.modal .modal-inner {
  transition: opacity 0.25s ease;
  border-radius: 0.1875em;
  background: #fff;
  max-height: 95%;
  position: relative;
  width: 90%;
  padding: 20px;
  margin: auto;
  margin-top: 4em;
  display: block;
  overflow: auto;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
}
@media screen and (min-width: 740px) {
  .modal .modal-inner {
    max-height: 90%;
  }
}
@media screen and (min-width: 1040px) {
  .modal .modal-inner {
    max-height: 85%;
    max-width: 1040px;
  }
}
.modal .modal-inner h1 {
  color: #333;
  margin-bottom: 0.6em;
  text-align: left;
  text-transform: capitalize;
}
.modal .modal-inner p {
  font-size: 1em;
  max-width: 100% !important;
  padding: 0;
  text-align: left;
}
.modal .modal-inner p.intro {
  color: #093051;
  line-height: 1.6em;
}
.modal .modal-inner p.body {
  color: #333;
  line-height: 1.45em;
}
@media screen and (min-width: 740px) {
  .modal .modal-inner p.body {
    columns: 2 8em;
  }
}
.modal .modal-inner a.cta {
  color: #fff;
  display: inline-block;
  margin-right: 0.5em;
  margin-top: 1em;
}
.modal .modal-inner a.cta:last-child {
  padding: 0 2em;
}

.modal .modal-state:checked + .modal-window {
  display: block;
}
.modal .modal-state:checked + .modal-window .modal-inner {
  top: 0;
}

body.modal-open {
  overflow: hidden;
}

.ie8 .modal .modal-inner {
  height: 520px;
}

.ie8 body.mqe {
  min-width: auto;
}

.content-wrapper:before {
  display: none;
}
@media screen and (min-width: 740px) {
  .content-wrapper:before {
    content: '';
    position: absolute;
    display: block;
    background: url('../assets/img/sail-bg-main.svg') no-repeat center center;
    transition: opacity 1s ease;
    opacity: 0;
    z-index: -2;
    width: 1600px;
    height: 1900px;
    background-size: 1450px;
    top: -900px;
    right: 47.5%;
  }
}
@media screen and (min-width: 1040px) {
  .content-wrapper:before {
    opacity: 1;
  }
}

nav {
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  background: #fff;
  height: auto;
}
nav::after {
  clear: both;
  content: '';
  display: table;
}
@media screen and (min-width: 740px) {
  nav {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    background: #093051;
  }
}
nav a {
  display: inline-block;
  border-bottom: 1px solid #c0bfbf;
  width: 90%;
  color: #093051;
  padding: 7px 20px 7px 50px;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  position: relative;
}
nav a:hover {
  background: #0ac0f2;
  transition: all 0.25s ease-in-out;
  color: #093051;
}
nav a:first-child {
  display: none;
}
nav a:hover:first-child {
  display: none;
}
nav a:after {
  display: none;
}
@media screen and (min-width: 1040px) {
  nav a:after {
    content: '';
    display: none;
    width: 1px;
    height: 10px;
    background-color: #16c1f3;
    opacity: 0.4;
    position: relative;
    left: 20px;
  }
}
@media screen and (min-width: 740px) {
  nav a {
    background: #093051;
    display: inline-block;
    padding: 10px 20px 10px 40px;
    color: #fff;
    border-bottom: none;
    width: auto;
    text-align: left;
  }
  nav a:first-child {
    display: none;
  }
}
@media screen and (min-width: 1040px) {
  nav a {
    text-align: center;
    padding: 9px 20px 10px 30px;
  }
}
nav a:not(.home-button):before {
  content: '';
  display: inline-block;
  left: 15px;
  top: 10px;
  width: 20px;
  height: 20px;
  transition: all 0.25s ease-in-out;
  position: absolute;
  z-index: 1;
}
@media screen and (min-width: 1040px) {
  nav a:not(.home-button):before {
    left: -14px;
    top: 3px;
    position: relative;
  }
}
nav a.travel:before {
  background: url('../assets/img/sprite.svg') no-repeat -20px;
  background-size: 270px;
}
nav a.home:before {
  background: url('../assets/img/sprite.svg') no-repeat -41px;
  background-size: 270px;
}
nav a.income:before {
  background: url('../assets/img/sprite.svg') no-repeat -64px;
  background-size: 290px;
}
nav a.life:before {
  background: url('../assets/img/sprite.svg') no-repeat -77px;
  background-size: 270px;
}

header .logo {
  display: none;
}
@media screen and (min-width: 740px) {
  header .logo {
    display: block;
  }
}

.menu-wrapper {
  min-height: 600px;
  background: #fff;
  z-index: 999;
  position: fixed;
  top: 50px;
}
@media screen and (min-width: 740px) {
  .menu-wrapper {
    top: 0;
    min-height: 30px;
    background: #fff;
  }
}
@media screen and (min-width: 1040px) {
  .menu-wrapper {
    z-index: 999;
    position: relative;
  }
}

@media (min-width: 20px) and (max-width: 719px) {
  .menu-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .header-wrapper {
    -ms-flex-order: 2;
    order: 2;
  }
  .nav-wrapper {
    -ms-flex-order: 1;
    order: 1;
  }
  aside > .existing-customers-container,
  aside > .search-header {
    display: none;
  }
}

nav a .home-button {
  display: none;
}

.home-button span:first-child {
  background: url('../assets/img/sprite.svg') no-repeat -1px;
  background-size: 270px;
  display: none;
  width: 20px;
  height: 20px;
}

.menu-trigger-rwd {
  padding: 10px 20px;
  background: #093051;
  color: #fff;
  height: 50px;
  display: block;
  position: fixed;
  top: 0;
  z-index: 1000;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .menu-trigger-rwd {
    display: none;
  }
}
.menu-trigger-rwd .login,
.menu-trigger-rwd .click-to-call,
.menu-trigger-rwd .search {
  display: inline-block;
  width: 30px;
  height: 30px;
  float: right;
  position: relative;
  bottom: 0;
  margin: 0 30px 0 0;
}
.menu-trigger-rwd > span:nth-child(2) {
  margin: 0;
}

.burger-bun,
.burger-bun:before,
.burger-bun:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #fff;
  position: absolute;
  top: 20px;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}

.burger-bun:before {
  top: -10px;
}

.burger-bun:after {
  top: 10px;
}

.active .burger-bun {
  background-color: transparent;
}

.active .burger-bun:before,
.active .burger-bun:after {
  top: 0;
}

.active .burger-bun:before {
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.active .burger-bun:after {
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.utility-menu {
  width: 90%;
  margin: 10px;
}
@media screen and (min-width: 740px) {
  .utility-menu {
    float: right;
    width: 100%;
    margin-right: 0;
    text-align: right;
    list-style-position: inside;
  }
}
.utility-menu li {
  font-size: 12px;
  display: block;
  border-bottom: 1px solid #c0bfbf;
  padding: 5px 10px 5px 20px;
  float: none;
}
@media screen and (min-width: 740px) {
  .utility-menu li {
    display: inline-block;
    border-bottom: none;
    padding: 0 8px;
  }
}
.utility-menu li label {
  margin: 0;
}
.utility-menu li a {
  color: #093051;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  font-weight: 200;
  font-weight: normal;
}
.utility-menu li:hover {
  background-color: #093051;
  border-radius: 3px;
}
.utility-menu li:hover a,
.utility-menu li:hover label {
  color: #fff;
  cursor: pointer;
}

.existing-customers-container {
  text-align: right;
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 46.66667%;
  float: right;
  width: auto;
  margin-right: 0;
}
.existing-customers-container:last-child {
  margin-right: 0;
}
.existing-customers-container div {
  border-radius: 10px;
  color: #fff;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  text-align: center;
  background: #093051;
  border: none;
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  padding: 5px 10px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  font-size: 16px;
  text-transform: capitalize;
  padding: 5px 15px;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  font-weight: normal;
}
.existing-customers-container div:hover {
  color: #041523;
  background: #d1e463;
  transition: all 0.25s ease-in-out;
}
.existing-customers-container div.active {
  color: #fff;
  background: #0ac0f2;
}
.existing-customers-container a div:before {
  background: url('../assets/img/sprite.svg') no-repeat -107px;
  background-size: 300px;
  content: '';
  display: inline-block;
  position: relative;
  top: 3px;
  right: 5px;
  width: 20px;
  height: 20px;
}

.search-header {
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 46.66667%;
  margin-right: 0;
}
.search-header input {
  border: none;
}
.search-header:last-child {
  margin-right: 0;
}

aside > .search-header {
  display: block;
  width: 90%;
  margin: 5%;
}
@media screen and (min-width: 740px) {
  aside > .search-header {
    width: 23.667%;
    margin: 0 2% 0 0;
    float: right;
    border-radius: 0;
    border: none;
  }
}

input.top-menu-search {
  border: 1px solid #ccc;
  border-radius: 10px;
}
@media screen and (min-width: 740px) {
  input.top-menu-search {
    border: none;
  }
}

.phone-header {
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 46.66667%;
  float: right;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  color: #093051;
  font-size: 30px;
  text-align: right;
  padding: 5px 0 0;
  width: auto;
  opacity: 0.8;
  margin-top: 20px;
}
.phone-header:last-child {
  margin-right: 0;
}
@media screen and (min-width: 740px) {
  .phone-header {
    margin-top: 3px;
  }
}
.phone-header:last-child {
  margin-right: 8%;
}
@media screen and (min-width: 740px) {
  .phone-header:last-child {
    margin-right: 3%;
  }
}
.phone-header input {
  border: none;
}

.it .phone-header {
  margin-right: 0;
}

.it .phone-label {
  float: right;
  font-style: italic;
  margin: 10px 20px;
  color: rgba(0, 0, 0, 0.6);
}

.menu-wrapper.active {
  border-radius: 0 0 20px;
  box-shadow: 3px 3px 2px 0px rgba(50, 50, 50, 0.4);
}
.menu-wrapper.active nav a {
  padding: 2px;
}
.menu-wrapper.active .centered-navigation {
  background-color: #06223a;
}
.menu-wrapper.active .centered-navigation ul li.nav-link {
  background-color: #06223a;
  padding: 3px 15px 7px;
  font-size: 16px;
}

@media screen and (min-width: 740px) {
  .flags {
    float: left;
    display: block;
    width: 18%;
    margin: 2% 3%;
  }
}

.ie8 .home-button span:first-child {
  background: url('../assets/img/ie8_sprite.png') no-repeat 0 0;
  width: 15px;
  height: 12px;
  padding: 0;
}

.ie8 .home-button:hover span:first-child {
  background: url('../assets/img/ie8_sprite.png') no-repeat -15px 0;
}

.ie8 .existing-customers-container a button:before {
  background: url('../assets/img/ie8_sprite.png') no-repeat -113px 3px;
  width: 15px;
}

nav a {
  position: relative;
}
nav a:hover:after {
  content: '';
  width: 36px;
  height: 36px;
  border-radius: 50%;
  background: #093051;
  display: inline-block;
  position: absolute;
  left: 9px;
  bottom: 5px;
  opacity: 0.8;
  z-index: 0;
}

.uk .menu-trigger-rwd .burger-bun,
.uk .menu-trigger-rwd .search,
.uk .menu-trigger-rwd .login {
  display: none;
}

.uk .header-logo {
  background-image: url(../assets/img/logos/columbus_logo_monowhite.png);
  background-repeat: no-repeat;
  background-size: contain;
  display: inline-block;
  height: 190%;
  margin-left: -12px;
  margin-top: -15px;
  position: relative;
  text-align: center;
  width: 35%;
}

.nav-wrapper {
  height: 46px;
  background: #093051;
}

@media screen and (min-width: 740px) {
  .header-wrapper {
    background: #f4f4f4;
  }
}

header {
  padding: 0;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
}
@media screen and (min-width: 740px) {
  header {
    padding: 0 15px 10px;
  }
}
header::after {
  clear: both;
  content: '';
  display: table;
}
header > div {
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
  padding: 10px 0;
}
header > div:last-child {
  margin-right: 0;
}
@media screen and (min-width: 740px) {
  header > div {
    background: #f4f4f4;
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 48.3871%;
    width: 41.387%;
  }
  header > div:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1040px) {
  header > div {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
    width: 41.387%;
  }
  header > div:last-child {
    margin-right: 0;
  }
}
header aside {
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
}
header aside label {
  display: inline-block;
}
header aside:last-child {
  margin-right: 0;
}
@media screen and (min-width: 740px) {
  header aside {
    display: block;
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 48.3871%;
    width: 55.387%;
  }
  header aside:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1040px) {
  header aside {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
    width: 55.387%;
  }
  header aside:last-child {
    margin-right: 0;
  }
}

.logo {
  max-width: 200px;
  height: auto;
}

input.top-menu-search {
  background: #fff;
  transition: all 0.5s ease;
  height: 18px;
}

.no-svg header div[role='banner'] {
  background: transparent url('../assets/img/ie8/logo.png') no-repeat center
    center;
  display: inline-block;
  max-width: 300px;
  min-height: 100px;
}
.no-svg header div[role='banner'] img {
  display: none;
}

.menu-wrapper {
  left: -100%;
  transition: all 0.5s ease;
  position: fixed;
  width: 80%;
}
@media screen and (min-width: 740px) {
  .menu-wrapper {
    left: 0%;
    width: auto;
    position: relative;
    transition-duration: 0s;
  }
}

.menu-wrapper.active {
  left: 0%;
  transition: all 0.5s ease;
}

.small-logo-click {
  background: url('../assets/img/logo.svg') no-repeat center;
  display: block;
  background-size: 50%;
  width: 100%;
  height: 130px;
  margin-top: 50px;
  padding-top: 100px;
  background-position: center;
}
@media screen and (min-width: 740px) {
  .small-logo-click {
    display: none;
  }
}

.uk .small-logo-click {
  background: none;
  display: block;
  background-size: 50%;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  padding-top: 100px;
  background-position: center;
}
@media screen and (min-width: 740px) {
  .uk .small-logo-click {
    display: none;
  }
}

.it .small-logo-click {
  background: url('../assets/img/logo-it.svg') no-repeat center;
}

.ie8 {
  background-color: #fff;
}
.ie8 .header-wrapper {
  height: 110px;
}
.ie8 #qeTrips {
  clear: both;
}

.it header {
  padding-bottom: 0;
}

footer {
  text-align: center;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  padding: 35px 20px;
}
footer::after {
  clear: both;
  content: '';
  display: table;
}
@media screen and (min-width: 740px) {
  footer {
    padding: 35px 100px;
  }
}
footer .footer-links {
  font-size: 14px;
  text-align: center;
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
}
footer .footer-links:last-child {
  margin-right: 0;
}
@media screen and (min-width: 740px) {
  footer .footer-links {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 74.19355%;
    text-align: left;
  }
  footer .footer-links:last-child {
    margin-right: 0;
  }
}
footer .footer-links h6 {
  font-size: 30px;
  margin-bottom: 20px;
  color: #093051;
}
footer .footer-links ul {
  float: left;
  display: block;
  margin-right: 14.28571%;
  width: 100%;
  margin: 0 0 20px;
}
footer .footer-links ul:last-child {
  margin-right: 0;
}
@media screen and (min-width: 740px) {
  footer .footer-links ul {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 22.58065%;
    width: 30%;
  }
  footer .footer-links ul:last-child {
    margin-right: 0;
  }
}
footer aside {
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
}
footer aside:last-child {
  margin-right: 0;
}
@media screen and (min-width: 740px) {
  footer aside {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 22.58065%;
    margin-right: 0;
  }
  footer aside:last-child {
    margin-right: 0;
  }
}
footer .logo {
  width: 220px;
  height: 93px;
  display: block;
  background: url('../assets/img/logo.svg') no-repeat center;
  margin: auto;
}

.copyright {
  border-top: 1px solid #ebf2f5;
  display: block;
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
  width: 100% !important;
  font-size: 12px;
  color: #6b6b6b;
  padding-top: 20px;
}
.copyright:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1040px) {
  .copyright {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
  }
  .copyright:last-child {
    margin-right: 0;
  }
  .copyright small {
    width: 60%;
    display: block;
    text-align: left;
  }
}

.social-icons {
  margin: 20px auto;
  width: 180px;
  overflow: hidden;
}
.social-icons a span:first-child {
  background-repeat: no-repeat;
  display: inline-block;
  width: 35px;
  height: 35px;
  float: left;
  background-size: 35px;
  margin: 0 5px;
}
.social-icons .twitter span:first-child {
  background-image: url('/assets/img/social-icons/twitter-icon.svg');
}
.social-icons .you-tube span:first-child {
  background-image: url('/assets/img/social-icons/youtube-icon.svg');
}
.social-icons .facebook span:first-child {
  background-image: url('/assets/img/social-icons/facebook-icon.svg');
}
.social-icons .google span:first-child {
  background-image: url('/assets/img/social-icons/google-icon.svg');
}
.social-icons .logo {
  max-width: 220px;
}

.footer-wrapper {
  background: #fff;
  border-top: 1px solid #efefef;
  border-bottom: 1px solid #efefef;
}

.ie8 .content-wrapper {
  overflow: hidden;
}

.ie8 .content-wrapper:before {
  background: none;
  height: auto;
  content: none;
}

.ie8 .footer-links {
  margin-top: 35px;
}
.ie8 .footer-links ul {
  float: left;
  width: 230px;
  margin-top: 20px;
}
.ie8 .footer-links ul li {
  font-size: 14px;
}

.it footer .logo {
  background: url('../assets/img/logo-it.svg') no-repeat center;
}

.secondary-column {
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
  margin-right: 0;
}
.secondary-column:last-child {
  margin-right: 0;
}
.secondary-column h4 {
  color: #093051;
}
@media screen and (min-width: 1040px) {
  .secondary-column {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 31.91489%;
    margin-right: 0;
    padding: 30px 10px 10px 10px;
    margin-right: 0;
  }
  .secondary-column:last-child {
    margin-right: 0;
  }
}
.secondary-column > div {
  margin-bottom: 20px;
}
.secondary-column .inner-bottom {
  background: #dfeeff;
  margin: 8px 15px 15px 15px;
  margin-bottom: 20px;
}
.secondary-column .quote-tick li {
  position: relative;
  color: rgba(9, 48, 81, 0.87);
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  font-size: 19px;
  line-height: 26px;
  padding-left: 45px;
  margin-bottom: 20px;
}
.secondary-column .quote-tick li:before {
  position: absolute;
  left: 5px;
  top: 2px;
}
.secondary-column .quote-tick + img {
  width: calc(100% - 40px);
  margin: 20px 20px;
  display: none;
}
@media screen and (min-width: 1040px) {
  .secondary-column .quote-tick + img {
    display: block;
  }
}

.list-content,
.list-content-tick-blue,
.list-content-tick-green,
.list-content-cross,
.purchase-check-list,
.purchase-quote-page ul.notification,
li.list-content-cross,
.list-content--tick-blue,
.pregnancy-calculator-list {
  margin: 30px 50px;
}

.list-content-box,
.list-content-tick-blue.box,
.purchase-check-list.box,
.list-content-tick-green,
.purchase-quote-page ul.notification,
li.box:before,
.list-content--tick-blue.box,
.list-content-tick-green.box,
.list-content-cross.box,
.pregnancy-calculator-list.box {
  margin: 50px 30px;
  background: #fff;
  padding: 50px;
  border-radius: 4px;
}

.pseudo-icon,
.list-content-tick-blue li:before,
.list-content-tick-green li:before,
.list-content-cross li:before,
.purchase-check-list li:before,
li:before,
li:before li:before,
.purchase-quote-page .notification ul:first-of-type li:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: -40px;
  top: 5px;
}

.list-content-tick-blue li,
.purchase-check-list li {
  position: relative;
  list-style-type: none;
  margin-bottom: 5px;
}
.list-content-tick-blue li:before,
.purchase-check-list li:before {
  background: url(../../assets/img/icons/icon-tick-blue.svg) no-repeat;
}

li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
}
li:before li {
  position: relative;
  list-style-type: none;
  margin-bottom: 5px;
}
li:before li:before {
  background: url(../../assets/img/icons/icon-tick-green.svg) no-repeat;
}
li.list-content-cross.box {
  background: url(../../assets/img/icons/icon-cross-red.svg) no-repeat;
}

.purchaseCallToActionContainer,
.retrieveCallToActionContainer {
  margin: 30px 0 0;
  font-weight: bold;
  font-size: 20px;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  color: rgba(9, 48, 81, 0.87);
  display: block;
}
.purchaseCallToActionContainer .purchaseCallToActionNumber,
.purchaseCallToActionContainer .retrieveCallToActionNumber,
.retrieveCallToActionContainer .purchaseCallToActionNumber,
.retrieveCallToActionContainer .retrieveCallToActionNumber {
  padding-left: 6px;
}

#qeButtonRenew {
  position: static;
  max-width: 400px;
}

#qeTripsFormContent .content-block {
  padding: 20px;
}

.content-block .btn.primary {
  position: static;
}

.qeRQPhoneNo {
  font-weight: 700;
  color: #0ac0f2;
  white-space: nowrap;
}

.purchase-quote-page .notification ul:first-of-type {
  margin: 30px 0 30px 40px;
  background: transparent;
  padding: 0;
}
.purchase-quote-page .notification ul:first-of-type li a {
  font-weight: bold;
}
.purchase-quote-page .notification ul:first-of-type li:before {
  background: url(../../assets/img/icons/icon-tick-green.svg) no-repeat;
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  left: -30px;
  top: 4px;
  position: absolute;
}

.retrieve-quote .server-help {
  margin: 20px 60% 20px 0;
  float: none;
}

span[style*='font-weight:bold;display:block;'][style*='background:#ff0'] {
  display: none !important;
}

.quote-engine-container > h1 {
  margin: 0 0 10px 0;
}
@media screen and (min-width: 740px) {
  .quote-engine-container > h1 {
    margin: 25px 50px;
  }
}

.quote-engine br {
  display: none;
}

nav .home-button.qe {
  display: none;
}

.quote-engine-container h1 {
  color: #093051;
  text-align: center;
}
@media screen and (min-width: 740px) {
  .quote-engine-container h1 {
    color: #fff;
    text-align: left;
  }
}

.quote-engine {
  min-height: 600px;
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
  padding-bottom: 100px;
  background: transparent;
}
.quote-engine:last-child {
  margin-right: 0;
}
@media screen and (min-width: 740px) {
  .quote-engine {
    background: #fff;
  }
}
@media screen and (min-width: 1040px) {
  .quote-engine {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%;
    padding: 30px 10px 10px 10px;
  }
  .quote-engine:last-child {
    margin-right: 0;
  }
}
.quote-engine form {
  background: #ecf1f4;
  margin-bottom: 20px;
  padding: 6.66667% 6.66667% 100px 6.66667%;
  min-height: 600px;
  padding: 20px;
}
.quote-engine form::after {
  clear: both;
  content: '';
  display: table;
}
.quote-engine section {
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
}
.quote-engine section:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1040px) {
  .quote-engine section {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 65.95745%;
    padding: 30px 10px 10px 10px;
  }
  .quote-engine section:last-child {
    margin-right: 0;
  }
}
.quote-engine fieldset {
  padding: 10px;
  margin: 0 0 10px 0;
  clear: both;
  padding: 5px;
}
@media screen and (min-width: 740px) {
  .quote-engine fieldset {
    padding: 5px 10px 15px 10px;
  }
}
.quote-engine .secondary-column {
  padding: 0;
  margin: 0;
}

.your-policy {
  background: #fff;
  border-radius: 10px;
  padding: 10px 0 0 0;
}
.your-policy::after {
  clear: both;
  content: '';
  display: table;
}
.your-policy h3 {
  font-size: 24px;
  margin: 5px 0 10px 0;
}
.your-policy .inner-top {
  padding: 20px 15px 5px 15px;
}
.your-policy .inner-top::after {
  clear: both;
  content: '';
  display: table;
}
.your-policy .inner-top p {
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  color: rgba(9, 48, 81, 0.87);
}
.your-policy .inner-bottom {
  border-radius: 10px;
  padding: 30px 20px 20px 20px;
}

.medical-cross {
  color: rgba(9, 48, 81, 0.87);
  font-size: 16px;
  margin: 15px 5px 30px 5px;
  background: #f9f9f9;
  border-radius: 10px;
  padding: 15px;
}
.medical-cross span {
  display: block;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  font-size: 24px;
  margin-bottom: 20px;
}

.price-details {
  color: #093051;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
}
.price-details::after {
  clear: both;
  content: '';
  display: table;
}
.price-details span.qePriceWithMedLoading {
  font-size: 12px;
  line-height: 14px;
}
.price-details input[type='radio'] + label {
  padding: 10px;
  margin: 10px;
  width: auto;
  height: auto;
  min-height: initial;
}
.price-details input[type='radio']:checked + label {
  content: '';
}
.price-details .price-label {
  font-size: 19px;
}
.price-details .price {
  font-size: 24px;
}
.price-details li {
  border-bottom: 1px solid rgba(255, 255, 255, 0.51);
  padding: 7px 0;
}
.price-details li::after {
  clear: both;
  content: '';
  display: table;
}
.price-details li:first-child {
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
}
.price-details li span {
  float: left;
  display: block;
  clear: none;
  word-wrap: break-word;
}
.price-details li span:last-child {
  max-width: 50%;
  text-align: right;
  display: inline-block;
  color: #0ac0f2;
  position: static;
  float: right;
}

.quote-engine .trust-messages {
  padding: 0 10px 20px 10px;
}

.quote-engine .policy-docs {
  padding: 20px;
  background: #fff;
  position: relative;
  border-radius: 10px;
  font-size: 11px;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  text-decoration: underline;
  min-height: 100px;
}
.quote-engine .policy-docs a {
  color: #093051;
  font-size: 12px;
}
.quote-engine .policy-docs ul {
  padding: 0 0 0 70px;
}
.quote-engine .policy-docs img {
  position: absolute;
  top: 20px;
  left: 20px;
  width: 50px;
}

.progress-container {
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  margin: 0 20px;
  position: relative;
  top: 30px;
}
.progress-container::after {
  clear: both;
  content: '';
  display: table;
}
@media screen and (min-width: 740px) {
  .progress-container {
    margin: 20px 0 0 0;
  }
}
@media screen and (min-width: 1040px) {
  .progress-container {
    top: 0;
  }
}
.progress-container .progress-bar {
  display: block;
  height: 10px;
  max-width: 80%;
  margin: 0 auto;
  background: #fafafa;
}
@media screen and (min-width: 740px) {
  .progress-container .progress-bar {
    background: #e6e6e6;
    display: block;
  }
}
.progress-container .progress-bar .progress-value {
  background: #0ac0f2;
  display: block;
  width: 50%;
  height: 10px;
}
.progress-container .progress-bar .progress-value.one {
  width: 0;
}
.progress-container .progress-bar .progress-value.two {
  width: 25%;
}
.progress-container .progress-bar .progress-value.three {
  width: 50%;
}
.progress-container .progress-bar .progress-value.four {
  width: 75%;
}
.progress-container .progress-bar .progress-value.five {
  width: 100%;
}
.progress-container .step {
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 20%;
  font-size: 12px;
  margin: 0 2.5% 0 1%;
  text-align: center;
  width: 16%;
  bottom: 30px;
  position: relative;
  color: #999;
}
.progress-container .step:last-child {
  margin-right: 0;
}
@media screen and (min-width: 740px) {
  .progress-container .step {
    margin: 0 3% 0 1%;
  }
}
@media screen and (min-width: 1040px) {
  .progress-container .step {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%;
    width: 16.5%;
    font-size: 16px;
    margin: 0 3% 0 1%;
  }
  .progress-container .step:last-child {
    margin-right: 0;
  }
}
.progress-container .step .no {
  background: #fafafa;
  padding: 12px 5px 10px 5px;
  border-radius: 50%;
  display: block;
  width: 45px;
  height: 45px;
  margin: 0 auto 10px;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  font-size: 20px;
}
@media screen and (min-width: 740px) {
  .progress-container .step .no {
    background: #e6e6e6;
  }
}
.progress-container .step .text {
  display: none;
}
@media screen and (min-width: 740px) {
  .progress-container .step .text {
    display: block;
  }
}
.progress-container .step .active {
  color: white;
  background: #0ac0f2;
}
.progress-container .active {
  color: #0ac0f2;
}
.progress-container .active .no {
  color: white;
  background-color: #0ac0f2;
}

.idol .progress-container {
  display: none;
}

.progress-container .step:first-of-type {
  margin-left: 0;
}

.quote-engine .radio-tick,
.quote-engine .trip-type,
.quote-engine .group-type {
  display: block;
}
.quote-engine .radio-tick input + label,
.quote-engine .trip-type input + label,
.quote-engine .group-type input + label {
  background: #f8f8f8;
  padding: 18px 10px;
  display: inline-block;
  cursor: pointer;
  border-radius: 10px;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  text-align: center;
  width: 46%;
  margin-bottom: 10px;
  transition: background 0.5s ease;
  border: 2px solid #bcc0bf;
}
@media screen and (min-width: 740px) {
  .quote-engine .radio-tick input + label,
  .quote-engine .trip-type input + label,
  .quote-engine .group-type input + label {
    min-height: initial;
    width: 125px;
    background: transparent;
    padding: 5px 10px 0px 40px;
    color: #093051;
    position: relative;
    border: 0;
    text-align: left;
  }
}
@media screen and (min-width: 1040px) {
  .quote-engine .radio-tick input + label,
  .quote-engine .trip-type input + label,
  .quote-engine .group-type input + label {
    height: 20px;
  }
}
.quote-engine .radio-tick input[type='radio'] + label:before,
.quote-engine .trip-type input[type='radio'] + label:before,
.quote-engine .group-type input[type='radio'] + label:before {
  content: none;
}
@media screen and (min-width: 740px) {
  .quote-engine .radio-tick input[type='radio'] + label:before,
  .quote-engine .trip-type input[type='radio'] + label:before,
  .quote-engine .group-type input[type='radio'] + label:before {
    background: #f8f8f8;
    content: '';
    padding: 13px;
    width: 13px;
    height: 13px;
    border-radius: 10px;
    border: 2px solid #bfbfc1;
    display: inline-block;
    position: absolute;
    left: 0px;
    line-height: 13px;
    width: 32px;
    height: 32px;
  }
}
.quote-engine .radio-tick input[type='radio']:checked + label,
.quote-engine .trip-type input[type='radio']:checked + label,
.quote-engine .group-type input[type='radio']:checked + label {
  background: #0ac0f2;
  content: '';
  border: 1px solid transparent;
  background-position: right 18px top 50%;
}
@media screen and (min-width: 740px) {
  .quote-engine .radio-tick input[type='radio']:checked + label,
  .quote-engine .trip-type input[type='radio']:checked + label,
  .quote-engine .group-type input[type='radio']:checked + label {
    background: none;
  }
}
.quote-engine .radio-tick input[type='radio'] + label span,
.quote-engine .trip-type input[type='radio'] + label span,
.quote-engine .group-type input[type='radio'] + label span {
  position: relative;
  top: 0px;
  left: 0px;
}
.quote-engine .radio-tick input[type='radio']:checked + label span,
.quote-engine .trip-type input[type='radio']:checked + label span,
.quote-engine .group-type input[type='radio']:checked + label span {
  color: #fff;
}
@media screen and (min-width: 740px) {
  .quote-engine .radio-tick input[type='radio']:checked + label span,
  .quote-engine .trip-type input[type='radio']:checked + label span,
  .quote-engine .group-type input[type='radio']:checked + label span {
    color: #093051;
    position: relative;
  }
}
.quote-engine .radio-tick input[type='radio']:checked + label:before,
.quote-engine .trip-type input[type='radio']:checked + label:before,
.quote-engine .group-type input[type='radio']:checked + label:before {
  content: none;
}
@media screen and (min-width: 740px) {
  .quote-engine .radio-tick input[type='radio']:checked + label:before,
  .quote-engine .trip-type input[type='radio']:checked + label:before,
  .quote-engine .group-type input[type='radio']:checked + label:before {
    background: #0ac0f2;
    content: '';
    background: #0ac0f2 url(../assets/img/icons/icon-tick-white.svg) no-repeat
      7px 7px;
    border: 1px solid transparent;
    padding: 10px 20px 20px 10px;
  }
}

.qeSumStrikeThrough,
.qeOriginalPriceTXT {
  text-decoration: line-through;
}

.help {
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
  margin-right: 0;
  padding: 20px;
  margin-top: 20px;
  margin-bottom: 20px;
  background: #093051;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  color: white;
  border-radius: 10px;
  position: static;
}
.help:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1040px) {
  .help {
    z-index: 999;
    right: 0;
    top: -25%;
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%;
    margin-right: 0;
    position: absolute;
  }
  .help:last-child {
    margin-right: 0;
  }
  .help:after {
    content: '';
    position: absolute;
    top: 20px;
    left: -20px;
    transition: all 0.3s ease;
    height: 0;
    width: 0;
    border-top: 20px solid transparent;
    border-bottom: 20px solid transparent;
    border-right: 20px solid #093051;
  }
}
.help span:first-child {
  color: #0ac0f2;
  font-weight: bold;
  display: block;
  margin-bottom: 10px;
}
.help span:last-child {
  font-size: 14px;
}

fieldset.highlighted,
fieldset.highlighted > span {
  background: #d5e5ee;
  transition: all 1s ease;
}

span.card-details {
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
}
span.card-details:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1040px) {
  span.card-details {
    float: left;
    display: block;
    margin-right: 4.34783%;
    width: 30.43478%;
  }
  span.card-details:last-child {
    margin-right: 0;
  }
  span.card-details:nth-child(3n) {
    margin-right: 0;
  }
  span.card-details:nth-child(3n + 1) {
    clear: left;
  }
}

.btn.primary {
  border-radius: 20px;
  color: #093051;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  text-align: center;
  background: #c4dd37;
  border: 5px solid #fff;
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  padding: 10px 20px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  margin: 0 0 10px;
  width: 100%;
  max-width: 360px;
  font-size: 1.5em;
}
.btn.primary:hover {
  color: #041523;
  background: #d1e463;
  transition: all 0.25s ease-in-out;
}
.btn.primary.active {
  color: #fff;
  background: #0ac0f2;
}
@media screen and (min-width: 740px) {
  .btn.primary {
    max-width: 220px;
  }
}

.btn.secondary {
  cursor: pointer;
  border-radius: 10px;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  text-align: center;
  background: #0ac0f2;
  color: #fff;
  padding: 10px 20px;
  border: none;
  transition: all 0.25s ease-in-out;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 0 10px;
  width: 100%;
  max-width: 360px;
}
.btn.secondary:hover {
  color: #fff;
  background: #c4dd37;
  transition: all 0.25s ease-in-out;
}
.btn.secondary.active {
  color: #fff;
  background: #0ac0f2;
}
@media screen and (min-width: 740px) {
  .btn.secondary {
    max-width: 220px;
  }
}

.btn.utility {
  border-radius: 10px;
  color: #fff;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  text-align: center;
  background: #093051;
  border: none;
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  padding: 5px 10px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  margin: 0 0 10px;
}
.btn.utility:hover {
  color: #041523;
  background: #d1e463;
  transition: all 0.25s ease-in-out;
}
.btn.utility.active {
  color: #fff;
  background: #0ac0f2;
}

@media screen and (min-width: 740px) {
  .it .btn.primary {
    max-width: 320px;
  }
}

.it footer aside {
  display: none !important;
}

.it .footer-links {
  display: none !important;
}

.it .menu-trigger-rwd .login {
  display: none !important;
}

.it .menu-trigger-rwd .search {
  display: none !important;
}

.it .payment-logo {
  display: none !important;
}

.it .utility-menu {
  display: none;
}

.it .policy-documents {
  width: 90%;
  margin: 10px;
  text-align: center;
  display: block !important;
}

.it .policy-docs {
  display: none !important;
}

.it .quote-tick + img {
  display: none !important;
}

.it h1 {
  font-size: 1.4em;
}

.it .small-logo-click {
  width: 288px;
  height: 70px;
  margin: 46px auto 0 auto;
  background-position: center;
  padding-top: 0 !important;
}

.blue-bg {
  background-image: none;
}
@media screen and (min-width: 1040px) {
  .blue-bg {
    background-image: linear-gradient(rgba(9, 48, 81, 0) 20%, #f2f7fa 70%),
      url(https://www.columbusassicurazioni.it/media/32580/blue-bg.jpg);
    background-repeat: repeat-y;
    background-size: contain;
  }
}
@media screen and (min-width: 740px) {
  .blue-bg {
    background-image: linear-gradient(rgba(9, 48, 81, 0) 20%, #f2f7fa 70%),
      url(https://www.columbusassicurazioni.it/media/32580/blue-bg.jpg);
    background-repeat: repeat-y;
    background-size: contain;
  }
}

#additionalDestinationContainer > span {
  margin-top: 26px;
}

.server-help {
  background: #fae8e6;
  padding: 6px 12px;
  display: block;
  float: left;
  width: 100%;
  border-radius: 15px;
  border: 2px solid #ac151a;
  margin: 10px 0;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  color: #ac151a;
  font-size: 14px;
}
@media screen and (min-width: 1040px) {
  .server-help {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 74.46809%;
    margin-left: 25.53191%;
    width: 34.46809%;
    margin-left: 36.53191%;
    margin-top: 20px;
  }
  .server-help:last-child {
    margin-right: 0;
  }
}
.server-help p:last-child {
  margin: 0;
}

@media screen and (min-width: 1040px) {
  .step-1 .server-help {
    width: 48.93617%;
    max-width: 310px;
  }
}

.summary-container {
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  font-size: 12px;
  text-align: center;
}
.summary-container:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1040px) {
  .summary-container {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 48.93617%;
    margin-left: 25.53191%;
    padding: 10px;
  }
  .summary-container:last-child {
    margin-right: 0;
  }
}

#step4Contents {
  width: 100%;
  display: block;
  float: left;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable {
  z-index: 99999;
  background: white url(../assets/img/preloader/preloader.gif) no-repeat center;
  border-radius: 20px;
  padding: 10px 20px;
  height: 40px !important;
  width: 100px !important;
  opacity: 0.5;
}

div[aria-describedby='qeLoadingMSG'] {
  text-indent: -9999px;
}

.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable[aria-describedby='qeConfirmMSG'] {
  opacity: 1;
  background: white;
  padding: 15px 20px;
  width: 280px !important;
  height: 140px !important;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  border: 2px solid #bcc0bf;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable[aria-describedby='qeConfirmMSG']
  .ui-widget-header {
  display: none;
}
.ui-dialog.ui-widget.ui-widget-content.ui-corner-all.ui-front.ui-draggable.ui-resizable[aria-describedby='qeConfirmMSG']
  button {
  background: #0ac0f2;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  border-radius: 10px;
  color: white;
  border: none;
  margin: 25px 15px 0 0;
  padding: 5px 10px;
}

.back-to-top {
  text-align: right;
  text-transform: uppercase;
  margin-right: 2%;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
}
.back-to-top strong {
  position: relative;
  bottom: 18px;
  right: 10px;
}
.back-to-top svg {
  max-width: 50px;
  max-height: 50px;
}

.home.qe {
  display: none;
}

.btns-row {
  position: relative;
}

@media screen and (min-width: 740px) {
  .btn.primary {
    position: absolute;
    right: 0;
  }
}

.step-1 .btn.primary {
  position: static;
}
@media screen and (min-width: 740px) {
  .step-1 .btn.primary {
    max-width: 240px;
  }
}

.agentLayoutHolder {
  vertical-align: top;
}

.agentLayoutCell {
  font-size: 12px;
  line-height: 12px;
  background: rgba(255, 255, 255, 0.9);
  position: fixed;
  left: 0;
  top: 0;
  max-width: 200px;
  padding: 170px 10px 10px 10px;
  box-shadow: 5px 5px 5px -1px rgba(14, 54, 77, 0.5);
  z-index: 9999;
  overflow-y: scroll;
  height: 100%;
  cursor: pointer;
}
.agentLayoutCell p,
.agentLayoutCell li {
  font-size: 12px;
  line-height: 12px;
}

.agentLayoutMainCell {
  width: 100%;
}

.qeButtonAgentLogOut {
  cursor: pointer;
  border-radius: 10px;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  text-align: center;
  background: #0ac0f2;
  color: #fff;
  padding: 10px 20px;
  border: none;
  transition: all 0.25s ease-in-out;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 30px;
}
.qeButtonAgentLogOut:hover {
  color: #fff;
  background: #c4dd37;
  transition: all 0.25s ease-in-out;
}
.qeButtonAgentLogOut.active {
  color: #fff;
  background: #0ac0f2;
}

.qeAdminMenuButton {
  cursor: pointer;
  border-radius: 10px;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  text-align: center;
  background: #0ac0f2;
  color: #fff;
  padding: 10px 20px;
  border: none;
  transition: all 0.25s ease-in-out;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 30px;
  margin: 10px 10px 10px 40px;
}
.qeAdminMenuButton:hover {
  color: #fff;
  background: #c4dd37;
  transition: all 0.25s ease-in-out;
}
.qeAdminMenuButton.active {
  color: #fff;
  background: #0ac0f2;
}

.idol .phone-header {
  margin: 20px 0 0 0;
}

.idol .nav-wrapper {
  height: 48px;
}

.idol .step-4 .quote-1 {
  width: 100%;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
}
.idol .step-4 .quote-1 dt {
  margin: 0;
  width: 50%;
  padding: 10px 10px 10px 15px;
  font-size: 16px;
  min-height: 70px;
}
@media screen and (min-width: 1040px) {
  .idol .step-4 .quote-1 dt {
    background: #fff;
    min-height: initial;
  }
}
.idol .step-4 .quote-1 dd {
  padding: 10px 10px 10px 10px;
  min-height: 70px;
}
@media screen and (min-width: 1040px) {
  .idol .step-4 .quote-1 dd {
    min-height: initial;
  }
}

.idol .step-4 .show-hide-summary {
  width: 100%;
  margin: 0;
  border-radius: 15px;
}
@media screen and (min-width: 1040px) {
  .idol .step-4 .show-hide-summary {
    border-radius: 0 0 15px 15px;
  }
}

.idol .step-4 .con-help {
  max-width: 600px;
  font-size: 14px;
  color: #093051;
}
.idol .step-4 .con-help h4 {
  font-size: 18px;
}

.idol .step-4 dl:first-child dt {
  border-radius: 15px 0 0 0;
}

.idol .step-4 dl:first-child dd {
  border-radius: 0 15px 0 0;
}

.idol .step-4 dl:nth-child(even) dt {
  background: #365771;
}
@media screen and (min-width: 1040px) {
  .idol .step-4 dl:nth-child(even) dt {
    background: #f5f5f5;
  }
}

.idol .step-4 dl:nth-child(even) dd {
  background: #365771;
}

.ie8 body {
  min-width: 1040px;
}

.ie8 .footer-wrapper {
  overflow: hidden;
  float: left;
  width: 100%;
}

.ie8 .quote-engine {
  padding-top: 50px;
  padding-bottom: 0;
  min-height: 0;
}
.ie8 .quote-engine form {
  overflow: hidden;
}
.ie8 .quote-engine .back-to-top a {
  display: block;
}
.ie8 .quote-engine input[type='radio'] {
  display: inline;
  margin-right: 0;
}
.ie8 .quote-engine input[type='radio'] + label {
  float: left;
  min-height: 54px;
  padding-bottom: 0;
  display: inline;
}
.ie8 .quote-engine input[type='radio'] + label.active {
  background: #0ac0f2;
  color: white;
}
.ie8 .quote-engine input[type='radio'].active + label,
.ie8 .quote-engine .trip-type label.active,
.ie8 .quote-engine .group-type label.active {
  background: #0ac0f2;
  border: #0ac0f2;
  color: #fff;
}
.ie8 .quote-engine .radio-tick input[type='radio'] + label.active,
.ie8 .quote-engine .trip-type input[type='radio'] + label.active,
.ie8 .quote-engine .group-type input[type='radio'] + label.active {
  background: none;
  color: #093051;
}
.ie8 .quote-engine .radio-tick input[type='radio'] + label.active:before,
.ie8 .quote-engine .trip-type input[type='radio'] + label.active:before,
.ie8 .quote-engine .group-type input[type='radio'] + label.active:before {
  background: #0ac0f2;
  border-color: #0ac0f2;
  color: #fff;
}

.ie8 .progress-container .step {
  width: 15.8%;
}
.ie8 .progress-container .step span:first-child {
  padding-bottom: 0;
}

.hero.compact {
  margin: 40px;
}

.page-full {
  background: #ecf1f4;
  margin-bottom: 20px;
  padding: 40px;
}
.page-full h3 {
  margin: 10px 0 30px 0;
}
.page-full .btn {
  max-width: 300px;
  margin: 20px 0;
}
.page-full .btn:after {
  right: 18px;
}

.list-content,
.list-content-tick-blue,
.list-content-tick-green,
.list-content-cross,
.purchase-check-list,
.purchase-quote-page ul.notification,
li.list-content-cross,
.list-content--tick-blue,
.pregnancy-calculator-list {
  margin: 30px 50px;
}

.list-content-box,
.list-content-tick-blue.box,
.purchase-check-list.box,
.list-content-tick-green,
.purchase-quote-page ul.notification,
li.box:before,
.list-content--tick-blue.box,
.list-content-tick-green.box,
.list-content-cross.box,
.pregnancy-calculator-list.box {
  margin: 50px 30px;
  background: #fff;
  padding: 50px;
  border-radius: 4px;
}

.pseudo-icon,
.list-content-tick-blue li:before,
.list-content-tick-green li:before,
.list-content-cross li:before,
.purchase-check-list li:before,
li:before,
li:before li:before,
.purchase-quote-page .notification ul:first-of-type li:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: -40px;
  top: 5px;
}

.list-content--tick-blue li,
.list-content-tick-blue li {
  position: relative;
  list-style-type: none;
  margin-bottom: 5px;
}
.list-content--tick-blue li:before,
.list-content-tick-blue li:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: -40px;
  top: 5px;
  background: url(../../assets/img/icons/icon-tick-blue.svg) no-repeat;
}

.list-content-tick-green li {
  position: relative;
  list-style-type: none;
  margin-bottom: 5px;
}
.list-content-tick-green li:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: -40px;
  top: 5px;
  background: url(../../assets/img/icons/icon-tick-green.svg) no-repeat;
}

.list-content-cross li,
.pregnancy-calculator-list li {
  list-style-type: none;
  margin-bottom: 5px;
  position: relative;
}
.list-content-cross li:before,
.pregnancy-calculator-list li:before {
  content: '';
  width: 15px;
  height: 15px;
  display: inline-block;
  position: absolute;
  left: -40px;
  top: 5px;
  background: url(../../assets/img/icons/icon-cross-red.svg) no-repeat;
}

.pregnancy-calculator .server-general {
  padding: 5%;
}

.ie8 .progress-container .step span {
  background: url(/assets/img/ie8/circle-bg-grey.png) !important;
}

.ie8 .progress-container .step.active span {
  background: url(/assets/img/ie8/circle-bg-blue.png) !important;
}

.ie8 .back-to-top {
  background: url(/assets/img/ie8/back-to-top.png) no-repeat top right;
  height: 50px;
  width: 150px;
  text-align: left;
  float: right;
  margin-bottom: 20px;
}
.ie8 .back-to-top strong {
  text-align: left;
  margin-top: 30px;
  position: relative;
  top: 20px;
}

.ie8 .btn.primary {
  background: url(/assets/img/ie8/cta.png) no-repeat top right;
  border: none;
  width: 492px;
  height: 77px;
}

.ie8 header aside {
  margin-left: 100px;
  float: right;
}

.ie8 .quote-tick li:before {
  background: url(/assets/img/ie8/tick.png) no-repeat top right;
}

.ie8 .footer-wrapper aside {
  background: url(/assets/img/ie8/logo.png) no-repeat bottom left;
}
.ie8 .footer-wrapper aside img {
  display: none;
}

.ie8 .policy-docs ul {
  position: relative;
}
.ie8 .policy-docs ul:after {
  background: url(/assets/img/ie8/pdf-icon.png) no-repeat top left;
  content: '';
  height: 100px;
  width: 100px;
  position: absolute;
  left: 0;
  top: 0;
}

.ie8 .policy-docs img {
  display: none;
}

.ie8 .btn.secondary {
  background: url(/assets/img/ie8/back.png) no-repeat top left;
  height: 55px;
}

.ie8 .content-wrapper:before {
  background: url('../assets/img/ie8/sail-bg-main.png') no-repeat center center;
  z-index: -5;
  position: absolute;
  content: '';
  display: block;
  top: -668px;
  right: 43.8%;
  top: -800px;
  width: 1600px;
  height: 1550px;
  overflow: visible;
}

main h2.title {
  margin-left: 0;
}

.breadcrumbs-container {
  margin: 0 0 10px;
}

.browser {
  display: none;
}

.ie8 body .browser,
.ie9 body .browser {
  display: block;
  width: 100%;
  height: 50px;
  position: fixed;
  top: 0;
  left: 0;
  background: #cc0000;
  z-index: 99999;
  text-align: center;
}
.ie8 body .browser p,
.ie9 body .browser p {
  color: white;
  font-size: 18px;
  line-height: 50px;
}
.ie8 body .browser a,
.ie9 body .browser a {
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  color: #fff;
  text-decoration: underline;
}
.ie8 body .browser a i,
.ie9 body .browser a i {
  margin-left: 7px;
}

@media screen and (min-width: 740px) {
  #qeButtonNextStep {
    float: right;
  }
}

.dates {
  width: 100%;
}

.date-pickers {
  display: block;
  overflow: hidden;
}
.date-pickers > span {
  width: calc(33% - 20px);
  float: left;
  display: block;
  clear: none;
  margin-right: 20px;
  max-width: 90px;
  margin-top: 8px;
}
.date-pickers > span:last-child {
  margin-right: 0;
}
.date-pickers > span select {
  width: 100%;
}
.date-pickers > label {
  margin-top: 10px;
}
@media screen and (min-width: 1040px) {
  .date-pickers > label {
    width: 33%;
    margin: 9px 20px 0px;
    float: left;
    text-align: right;
    font-style: italic;
    padding-right: 12px;
  }
}
.date-pickers:first-child {
  margin-bottom: 15px;
}

#additionalDestinationContainer > span.form.no-title {
  margin-left: 0;
}

#pmAge_1,
#pmAge_2,
#pmAge_3,
#pmAge_4,
#pmAge_5,
#pmAge_6,
#pmAge_7,
#pmAge_8 {
  width: 80%;
}
@media screen and (min-width: 740px) {
  #pmAge_1,
  #pmAge_2,
  #pmAge_3,
  #pmAge_4,
  #pmAge_5,
  #pmAge_6,
  #pmAge_7,
  #pmAge_8 {
    width: 46%;
  }
}

@media screen and (min-width: 740px) {
  #pmAge_1,
  #promotionCode {
    margin-bottom: 0;
    max-width: 307px;
  }
}

#row_partyMember1,
#row_partyMember2,
#row_partyMember3,
#row_partyMember4,
#row_partyMember5,
#row_partyMember6,
#row_partyMember7,
#row_partyMember8 {
  width: 25%;
  float: left;
  margin-top: 5px;
}
#row_partyMember1 label,
#row_partyMember2 label,
#row_partyMember3 label,
#row_partyMember4 label,
#row_partyMember5 label,
#row_partyMember6 label,
#row_partyMember7 label,
#row_partyMember8 label {
  color: #093051;
}

#row_numberOfTravellers {
  display: block;
  overflow: hidden;
  margin-top: 6px;
}
#row_numberOfTravellers select {
  width: 100%;
}
@media screen and (min-width: 740px) {
  #row_numberOfTravellers select {
    width: auto;
  }
}

@media screen and (min-width: 740px) {
  .step-1 form select {
    max-width: 307px;
  }
}

.step-1 fieldset:last-of-type {
  margin-bottom: 50px;
}

.step-1 .radio-tick input[type='radio'] + label span {
  left: 0;
}

.step-1 .promo label {
  display: none;
}

.quote-engine .form.trip-type {
  margin-bottom: 20px;
}
@media screen and (min-width: 740px) {
  .quote-engine .form.trip-type {
    max-width: 310px;
  }
}
.quote-engine .form.trip-type label {
  margin-bottom: 20px;
}

@media screen and (min-width: 740px) {
  .group-type .form {
    max-width: 307px;
  }
}

@media screen and (min-width: 740px) {
  .group-type .form label:first-of-type {
    margin-bottom: 30px;
  }
}

.quote-engine.step-1 form {
  padding-top: 60px;
}

.ie8 form input[type='radio'] {
  display: block;
  width: 0px;
}

.ie8 .form.dates {
  clear: both;
  margin: 0 0 0 17.5%;
  width: 51%;
}

.ie8 .datePickers span {
  margin-right: 10px;
}

.uk .step-1 #ST_STContainer,
.uk .step-1 #MT_MTContainer,
.uk .step-1 #ST_BPContainer {
  float: none;
}
@media screen and (min-width: 1040px) {
  .uk .step-1 #ST_STContainer,
  .uk .step-1 #MT_MTContainer,
  .uk .step-1 #ST_BPContainer {
    float: left;
  }
}
@media screen and (min-width: 740px) {
  .uk .step-1 #ST_STContainer,
  .uk .step-1 #MT_MTContainer,
  .uk .step-1 #ST_BPContainer {
    float: left;
  }
}

@media screen and (min-width: 740px) {
  .age-bands .form > span {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 48.3871%;
    margin-bottom: 20px;
  }
  .age-bands .form > span:last-child {
    margin-right: 0;
  }
  .age-bands .form > span:nth-child(even) {
    margin-right: 0;
  }
  .age-bands .form > span label {
    position: relative;
    top: 5px;
    min-width: 115px;
    float: left;
  }
  .age-bands .form > span select {
    max-width: 50px;
  }
}

.it .step-1 #ST_STContainer,
.it .step-1 #ST_ABXContainer {
  display: initial;
  margin-right: 3.22581%;
  width: 33%;
  margin: 0 0 20px 0;
  float: none;
}
@media screen and (min-width: 740px) {
  .it .step-1 #ST_STContainer,
  .it .step-1 #ST_ABXContainer {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 33%;
    margin-bottom: 20px;
  }
}
@media screen and (min-width: 1040px) {
  .it .step-1 #ST_STContainer,
  .it .step-1 #ST_ABXContainer {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 33%;
    margin-bottom: 20px;
  }
}

.it .step-1 label[for='policyTypeOption_ST_AXX'],
.it label[for='policyTypeOption_ST_ABC'] {
  margin-left: 0;
}
@media screen and (min-width: 740px) {
  .it .step-1 label[for='policyTypeOption_ST_AXX'],
  .it label[for='policyTypeOption_ST_ABC'] {
    margin-left: 4%;
  }
}
@media screen and (min-width: 1040px) {
  .it .step-1 label[for='policyTypeOption_ST_AXX'],
  .it label[for='policyTypeOption_ST_ABC'] {
    margin-left: 4%;
  }
}

.it .quote-engine .radio-tick input + label,
.it .quote-engine .trip-type input + label,
.it .quote-engine .group-type input + label {
  width: 100%;
}
@media screen and (min-width: 1040px) {
  .it .quote-engine .radio-tick input + label,
  .it .quote-engine .trip-type input + label,
  .it .quote-engine .group-type input + label {
    width: 125px;
  }
}
@media screen and (min-width: 740px) {
  .it .quote-engine .radio-tick input + label,
  .it .quote-engine .trip-type input + label,
  .it .quote-engine .group-type input + label {
    width: 125px;
  }
}

.it .step-1 label[for='policyTypeOption_ST_ST'] {
  font-weight: bold;
}

.it .step-1 .form trip-type {
  float: left;
  display: block;
}

.it .step-1 .productOptionPreText {
  width: 185px;
}

.it .step-1 #ST_ABXContainer span,
.it #ST_AXXContainer span,
.it #ST_ABCContainer span {
  font-weight: bold;
}

.it .step-1 #ST_ABXContainer p,
.it #ST_AXXContainer p,
.it #ST_ABCContainer p {
  font-weight: normal;
}

.au .step-1 label {
  font-size: 13px;
}
.au .step-1 label[for='policyTypeOption_MT_MT'] {
  position: relative;
  top: 12px;
  padding: 5px 10px;
}
.au .step-1 label[for='policyTypeOption_MT_MT'] span {
  max-width: 110px;
  display: inline-block;
}
@media screen and (min-width: 740px) {
  .au .step-1 label[for='policyTypeOption_MT_MT'] {
    white-space: nowrap;
    top: 0;
    padding: 5px 10px 0px 40px;
  }
  .au .step-1 label[for='policyTypeOption_MT_MT'] span {
    display: inline;
    max-width: inherit;
  }
}

.quote-header-style,
.quote-1 .quote-header,
.quote-4 .quote-header {
  background: #093051;
  color: #fff;
  text-align: center;
  border-radius: 20px 20px 0 0;
}

.quotes-columns,
.quote-header,
.quote-2,
.quote-5,
.quote-3,
.quote-4,
.quote-6 {
  color: #fff;
  text-align: center;
  border-radius: 20px 20px 0 0;
}

dl {
  margin: 0;
  padding: 0;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  line-height: 14px;
}
dl::after {
  clear: both;
  content: '';
  display: table;
}
@media screen and (min-width: 740px) {
  dl {
    font-size: 16px;
    min-height: 50px;
  }
}

.step-2 .pricing-table {
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
}
.step-2 .pricing-table:last-child {
  margin-right: 0;
}
.step-2 .pricing-table::after {
  clear: both;
  content: '';
  display: table;
}
@media screen and (min-width: 740px) {
  .step-2 .pricing-table {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
    margin-right: 0;
    padding-top: 50px;
  }
  .step-2 .pricing-table:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1040px) {
  .step-2 .pricing-table {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 74.46809%;
    padding: 30px 10px 10px 10px;
  }
  .step-2 .pricing-table:last-child {
    margin-right: 0;
  }
}

.step-2 .secondary-column {
  margin-right: 0;
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
}
.step-2 .secondary-column::after {
  clear: both;
  content: '';
  display: table;
}
.step-2 .secondary-column:last-child {
  margin-right: 0;
}
@media screen and (min-width: 740px) {
  .step-2 .secondary-column {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 100%;
  }
  .step-2 .secondary-column:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1040px) {
  .step-2 .secondary-column {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%;
    margin-right: 0;
    padding: 0 0 0 10px;
  }
  .step-2 .secondary-column:last-child {
    margin-right: 0;
  }
}

.quote-engine.step-2 form {
  padding: 30px 20px 20px 20px;
}
@media screen and (min-width: 1040px) {
  .quote-engine.step-2 form {
    padding-top: 70px;
  }
}

.pricing-cell,
.pricing-table dt,
.pricing-table dd {
  min-height: 30px;
  text-align: left;
  padding: 10px;
  line-height: 20px;
}
@media screen and (min-width: 740px) {
  .pricing-cell,
  .pricing-table dt,
  .pricing-table dd {
    min-height: 50px;
    padding: 5px;
  }
}
@media screen and (min-width: 1040px) {
  .pricing-cell,
  .pricing-table dt,
  .pricing-table dd {
    min-height: 50px;
  }
}

.pricing-table input[type='radio'] + label {
  padding: 5px;
  cursor: pointer;
  background: #c4dd37;
  color: #093051;
  transition: background 0.5s ease;
  margin-bottom: 0;
  border: 0;
}

.pricing-table {
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  padding: 0;
}
.pricing-table h2 {
  font-size: 18px;
  word-wrap: break-word;
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
.pricing-table h3 {
  color: #fff;
}
.pricing-table .hidden {
  display: none;
}

.show-hide-summary {
  text-align: center;
  margin: 0 0 50px;
  padding: 10px 20px;
  border-radius: 5px;
  background: transparent;
  border: 2px solid #0ac0f2;
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
}
.show-hide-summary:last-child {
  margin-right: 0;
}
@media screen and (min-width: 740px) {
  .show-hide-summary {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 112.90323%;
    margin-left: 38.70968%;
    background: #0ac0f2;
    border-radius: 0px;
    margin-left: 25%;
    width: 75%;
  }
  .show-hide-summary:last-child {
    margin-right: 0;
  }
}
.show-hide-summary a {
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  font-weight: bold;
  color: #0ac0f2;
}
@media screen and (min-width: 740px) {
  .show-hide-summary a {
    color: rgba(255, 255, 255, 0.87);
  }
}

.quote-1.active,
.quote-4.active,
.quote-2.active,
.quote-5.active,
.quote-3.active,
.quote-6.active {
  background: #0ac0f2;
}
@media screen and (min-width: 740px) {
  .quote-1.active,
  .quote-4.active,
  .quote-2.active,
  .quote-5.active,
  .quote-3.active,
  .quote-6.active {
    background: transparent;
  }
}

.quote-1,
.quote-4,
.quote-2,
.quote-5,
.quote-3,
.quote-6 {
  width: 100%;
  margin: 0 0 20px;
  padding: 10px;
  border-radius: 5px;
  color: #fff;
  background: #093051;
}
.quote-1::after,
.quote-4::after,
.quote-2::after,
.quote-5::after,
.quote-3::after,
.quote-6::after {
  clear: both;
  content: '';
  display: table;
}
@media screen and (min-width: 740px) {
  .quote-1,
  .quote-4,
  .quote-2,
  .quote-5,
  .quote-3,
  .quote-6 {
    border-radius: 10px;
    background: transparent;
  }
}
.quote-1 dd,
.quote-4 dd,
.quote-2 dd,
.quote-5 dd,
.quote-3 dd,
.quote-6 dd {
  padding: 14px;
  text-align: left;
}
@media screen and (min-width: 740px) {
  .quote-1 dd,
  .quote-4 dd,
  .quote-2 dd,
  .quote-5 dd,
  .quote-3 dd,
  .quote-6 dd {
    text-align: center;
    min-height: 50px;
  }
}
@media screen and (min-width: 740px) {
  .quote-1,
  .quote-4,
  .quote-2,
  .quote-5,
  .quote-3,
  .quote-6 {
    padding: 0;
    text-align: center;
  }
}

.quote-header {
  background: #093051;
  padding: 10px 10px 15px 10px;
  transition: padding 0.2s ease-in-out;
}
@media screen and (min-width: 740px) {
  .quote-header {
    padding: 25px 15px 15px 15px;
  }
}
.quote-header h2 {
  color: rgba(255, 255, 255, 0.87);
  color: #fff;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  word-wrap: wrap;
  margin-top: 20px;
}
@media screen and (min-width: 740px) {
  .quote-header h2 {
    min-height: 110px;
    margin-top: 0;
  }
}

.pricing-table dl.even > dt {
  background: #365771;
}
@media screen and (min-width: 740px) {
  .pricing-table dl.even > dt {
    background: transparent;
  }
}

.pricing-table dl.even > dd {
  background: transparent;
  background: #365771;
}
@media screen and (min-width: 740px) {
  .pricing-table dl.even > dd {
    background: #365771;
  }
}

.pricing-table .active dl.even {
  background: #30ccf5;
}
@media screen and (min-width: 740px) {
  .pricing-table .active dl.even {
    background: transparent;
  }
}

.pricing-table .active dl.even > dt {
  background: #30ccf5;
}
@media screen and (min-width: 740px) {
  .pricing-table .active dl.even > dt {
    background: transparent;
  }
}

.pricing-table .active dl.even > dd {
  background: transparent;
  background: #30ccf5;
}
@media screen and (min-width: 740px) {
  .pricing-table .active dl.even > dd {
    background: #30ccf5;
  }
}

.pricing-table .cross {
  background: url('../assets/img/icons/cross.svg') no-repeat center;
  background-size: contain;
  text-indent: -9999px;
  height: 15px;
  width: 10%;
  display: block;
}
@media screen and (min-width: 740px) {
  .pricing-table .cross {
    width: 100%;
  }
}

.quote-1,
.quote-4 {
  z-index: 2;
  border-left: 0px solid transparent !important;
  border-top: 0px solid transparent !important;
}
@media screen and (min-width: 740px) {
  .quote-1,
  .quote-4 {
    width: 50%;
    float: left;
    display: block;
    clear: none;
    margin: 0;
    color: #365771;
    color: rgba(9, 48, 81, 0.87);
    background: transparent;
  }
}
@media screen and (min-width: 740px) {
  .quote-1 .quote-header,
  .quote-4 .quote-header {
    width: 50%;
    float: left;
    display: block;
    clear: none;
    margin: 0;
    margin-left: 50%;
  }
}
.quote-1 dt,
.quote-4 dt {
  margin-right: 0;
  width: 50%;
  float: left;
  display: block;
  clear: none;
  margin: 0;
}
@media screen and (min-width: 740px) {
  .quote-1 dt,
  .quote-4 dt {
    width: 50%;
    float: left;
    display: block;
    clear: none;
    margin: 0;
    text-align: right;
    padding-right: 16px;
    font-size: 14px;
  }
}
.quote-1 dt span,
.quote-4 dt span {
  font-weight: normal;
}
.quote-1 dd,
.quote-4 dd {
  width: 50%;
  float: left;
  display: block;
  clear: none;
  margin: 0;
}
@media screen and (min-width: 740px) {
  .quote-1 dd,
  .quote-4 dd {
    background: #093051;
    color: #fff;
    text-align: center;
  }
}

dt:hover {
  background: rgba(255, 255, 255, 0.5);
}

.quote-2,
.quote-5,
.quote-3,
.quote-4,
.quote-6 {
  margin: 0 0 20px;
  z-index: 1;
  position: relative;
}
@media screen and (min-width: 740px) {
  .quote-2,
  .quote-5,
  .quote-3,
  .quote-4,
  .quote-6 {
    width: 25%;
    float: left;
    display: block;
    clear: none;
    margin: 0;
  }
}
.quote-2 dt,
.quote-5 dt,
.quote-3 dt,
.quote-4 dt,
.quote-6 dt {
  width: 50%;
  float: left;
  display: block;
  clear: none;
  margin: 0;
  margin-right: 0;
}
@media screen and (min-width: 740px) {
  .quote-2 dt,
  .quote-5 dt,
  .quote-3 dt,
  .quote-4 dt,
  .quote-6 dt {
    width: calc(50% - 10px);
    float: left;
    display: block;
    clear: none;
    margin: 0;
    margin-right: 10px;
    display: none;
  }
}
.quote-2 dd,
.quote-5 dd,
.quote-3 dd,
.quote-4 dd,
.quote-6 dd {
  width: 50%;
  float: left;
  display: block;
  clear: none;
  margin: 0;
}
@media screen and (min-width: 740px) {
  .quote-2 dd,
  .quote-5 dd,
  .quote-3 dd,
  .quote-4 dd,
  .quote-6 dd {
    width: 100%;
    float: left;
    display: block;
    clear: none;
    margin: 0;
    background: #093051;
  }
}

.pricing-table .quote-header .quote-selector > label {
  background: #c4dd37;
  border-radius: 3px;
  width: 100%;
  margin: 15px 0 0 0;
  color: #093051;
  min-height: 34px;
  text-align: center;
}
@media screen and (min-width: 740px) {
  .pricing-table .quote-header .quote-selector > label {
    border-radius: 5px;
    width: 80%;
    margin: 10px 15px 10px 15px;
  }
}

.pricing-table .active h2 {
  font-size: 32px;
}

.pricing-table .active .quote-header,
.pricing-table .active dd {
  background: #0ac0f2;
  transition: padding 5s ease;
}

.pricing-table .active .quote-selector input[type='radio'] + label {
  background: #fff;
  width: 100%;
  margin: 15px 0 0 0;
  color: #0ac0f2;
}
@media screen and (min-width: 740px) {
  .pricing-table .active .quote-selector input[type='radio'] + label {
    border-radius: 5px;
    width: 80%;
    margin: 10px;
  }
}
.pricing-table .active .quote-selector input[type='radio'] + label:after {
  background: url('../assets/img/sprite.svg') no-repeat -160px;
  background-size: 308px;
  content: '';
  display: inline-block;
  position: relative;
  top: 4px;
  right: -12px;
  width: 17px;
  height: 17px;
}

.it .pricing-table .active h2 {
  font-size: 18px;
}

.it .pricing-table .active .quote-selector input[type='radio'] + label:after {
  right: -8px;
}

.pricing-table article:not(.active) {
  transition: padding 0.2s ease-in-out;
}
@media screen and (min-width: 740px) {
  .pricing-table article:not(.active) {
    padding: 0;
  }
}
@media screen and (min-width: 1040px) {
  .pricing-table article:not(.active) {
    padding: 72px 0 0 0;
  }
}

.pricing-table article.active {
  transition: padding 0.2s ease-in-out;
  border: 1px solid rgba(255, 255, 255, 0.5);
  border-radius: 20px 20px 0 0;
}

.pricing-table article.active .quote-header {
  transition: padding 0.2s ease-in-out;
}
.pricing-table article.active .quote-header h2 {
  min-height: 10px;
}
@media screen and (min-width: 740px) {
  .pricing-table article.active .quote-header h2 {
    min-height: 131px;
  }
}
@media screen and (min-width: 1040px) {
  .pricing-table article.active .quote-header {
    padding: 25px 15px 19px 15px;
  }
  .pricing-table article.active .quote-header h2 {
    min-height: 177px;
  }
}

@media screen and (min-width: 1040px) {
  .it .pricing-table article:not(.active) {
    padding: 51px 0 0 0;
  }
}

dt {
  position: relative;
}

@media screen and (min-width: 1040px) {
  .close {
    display: none;
  }
}

.con-help {
  opacity: 0;
  display: none;
  position: absolute;
  background: #fff;
  background: rgba(255, 255, 255, 0.95);
  z-index: 999;
  padding: 20px;
  transition: all 0.5s ease;
  top: 50px;
  left: 0;
  width: 200%;
  color: #093051;
  text-align: left;
}
.con-help h4 {
  color: #093051;
  font-weight: bold;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 740px) {
  .con-help {
    top: 30px;
    left: 100%;
    width: 200%;
  }
}

dt:hover .con-help {
  opacity: 1;
  display: block;
  transition: all 0.5s ease;
}

.btns-row {
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
  margin: 50px 0 50px;
}
.btns-row:last-child {
  margin-right: 0;
}
@media screen and (min-width: 1040px) {
  .btns-row {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 100%;
  }
  .btns-row:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 740px) {
  .btns-row .button-container {
    float: left;
    display: block;
    margin-right: 3.22581%;
    width: 22.58065%;
  }
  .btns-row .button-container:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 1040px) {
  .btns-row .button-container {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%;
  }
  .btns-row .button-container:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 740px) {
  #quote-2,
  #quote-5 {
    margin-top: 0;
  }
}

#quote-2 .quote-header:before,
#quote-5 .quote-header:before {
  content: 'Most Popular';
  display: block;
  background: #fff;
  color: #0ac0f2;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
  margin: 0 0 20px 0;
  z-index: -1;
  position: absolute;
}
@media screen and (min-width: 740px) {
  #quote-2 .quote-header:before,
  #quote-5 .quote-header:before {
    padding: 16px 18px 40px 18px;
    border-radius: 170px/20px;
    border-radius: 20px;
    font-size: 20px;
    left: 10px;
    top: -50px;
    margin: 0;
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 1040px) {
  #quote-2 .quote-header:before,
  #quote-5 .quote-header:before {
    font-size: 20px;
  }
}

.quote-header {
  position: relative;
}

#quote-2 .quote-header:after,
#quote-5 .quote-header:after {
  display: block;
  position: absolute;
  color: #0ac0f2;
  font-size: 25px;
  z-index: 10;
  top: 35px;
  left: 20px;
}
@media screen and (min-width: 740px) {
  #quote-2 .quote-header:after,
  #quote-5 .quote-header:after {
    content: '\2605';
    top: -35px;
    left: 7%;
  }
}

@media screen and (min-width: 740px) {
  .it #quote-3,
  .it #quote-6 {
    margin-top: 0;
  }
}

.it #quote-3 .quote-header:before,
.it #quote-6 .quote-header:before {
  content: 'La più popolare';
  display: block;
  background: #fff;
  color: #0ac0f2;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  font-weight: bold;
  padding: 10px;
  border-radius: 10px;
  margin: 0 0 20px 0;
  z-index: -1;
  position: absolute;
}
@media screen and (min-width: 740px) {
  .it #quote-3 .quote-header:before,
  .it #quote-6 .quote-header:before {
    padding: 16px 18px 40px 18px;
    border-radius: 170px/20px;
    border-radius: 20px;
    font-size: 12px;
    left: 10px;
    top: -50px;
    margin: 0;
    width: calc(100% - 20px);
  }
}
@media screen and (min-width: 1040px) {
  .it #quote-3 .quote-header:before,
  .it #quote-6 .quote-header:before {
    font-size: 0.875rem;
  }
}

.it #quote-3 .quote-header:after,
.it #quote-6 .quote-header:after {
  display: block;
  position: absolute;
  color: #0ac0f2;
  font-size: 25px;
  z-index: 10;
  top: 35px;
  left: 20px;
}
@media screen and (min-width: 740px) {
  .it #quote-3 .quote-header:after,
  .it #quote-6 .quote-header:after {
    content: '\2605';
    top: -35px;
    left: 8%;
  }
}

.it #quote-2 .quote-header:before,
.it #quote-5 .quote-header:before,
.it #quote-2 .quote-header:after,
.it #quote-5 .quote-header:after {
  display: none;
}

.it .quote-1 dt,
.it .quote-4 dt {
  font-weight: bold;
}

.it .quote-header dt span {
  font-style: italic;
}

.au #quote-1,
.au #quote-4 {
  position: relative;
}
@media screen and (min-width: 740px) {
  .au #quote-1,
  .au #quote-4 {
    margin-top: 0;
  }
}

.au #quote-2 .quote-header:after,
.au #quote-3 .quote-header:after,
.au #quote-5 .quote-header:after,
.au #quote-6 .quote-header:after,
.au #quote-2 .quote-header:before,
.au #quote-3 .quote-header:before,
.au #quote-5 .quote-header:before,
.au #quote-6 .quote-header:before {
  display: none;
}

.au #quote-1 .quote-header:before,
.au #quote-4 .quote-header:before {
  content: 'Most Popular';
  display: block;
  position: relative;
  background: #fff;
  color: #0ac0f2;
  padding: 10px;
  border-radius: 10px;
  margin: 0 0 20px 0;
}
@media screen and (min-width: 740px) {
  .au #quote-1 .quote-header:before,
  .au #quote-4 .quote-header:before {
    padding: 20px 12px 40px 12px;
    border-radius: 80px/20px;
    font-size: 20px;
    top: -56px;
    left: 4%;
    z-index: -1;
    position: absolute;
    margin: 0;
    width: 92%;
  }
}
@media screen and (min-width: 1040px) {
  .au #quote-1 .quote-header:before,
  .au #quote-4 .quote-header:before {
    font-size: 20px;
  }
}

.quote-header {
  position: relative;
}

.au #quote-1 .quote-header:after,
.au #quote-4 .quote-header:after {
  content: '\2605';
  display: block;
  position: absolute;
  color: #0ac0f2;
  font-size: 40px;
  z-index: 10;
  top: 39px;
  left: 20px;
}
@media screen and (min-width: 740px) {
  .au #quote-1 .quote-header:after,
  .au #quote-4 .quote-header:after {
    top: -60px;
    left: 0;
  }
}

.au #quote-1.active .quote-header,
.au #quote-4.active .quote-header {
  padding-top: 30px;
}

.au .step-2 form {
  padding-top: 30px;
}

.au .step-2 #step2HeaderTxt {
  color: #003151;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  font-size: 18px;
  width: 100%;
  float: left;
}
@media screen and (min-width: 740px) {
  .au .step-2 #step2HeaderTxt {
    width: 74.7%;
  }
}

.au .step-2 #pricing-table {
  padding-top: 30px;
}
@media screen and (min-width: 740px) {
  .au .step-2 #pricing-table {
    padding-top: 100px;
  }
}

.au .step-2 [id^='maxNoOfDays'] {
  font-weight: 700;
}

.au .button-container #qeButtonNextStep2 {
  display: none;
  position: relative;
  max-width: 257px;
  right: auto;
  left: 10px;
}
@media screen and (min-width: 1040px) {
  .au .button-container #qeButtonNextStep2 {
    display: block;
  }
}

.btn.secondary.small {
  font-size: 16px;
}

.button-container #qeButtonNextStep2 {
  display: none;
}
@media screen and (min-width: 1040px) {
  .button-container #qeButtonNextStep2.show {
    display: block;
  }
}

.ie8 .button-container {
  position: relative;
  width: 47% !important;
  text-align: right;
}

.ie8 .button-container input#qeButtonNextStep {
  position: absolute;
  right: 0;
}

.ie8 .quote-header {
  height: 250px;
  z-index: 999;
}

.ie8 .quote-selector > label {
  min-height: 34px !important;
}

.ie8 .price-details li {
  border-bottom: 1px solid #fff;
  display: block;
  overflow: hidden;
}
.ie8 .price-details li span {
  color: #0ac0f2;
  float: right;
  word-wrap: break-word;
}
.ie8 .price-details li span:first-child {
  color: #093051;
  float: left;
}

.ie8 .cross {
  background: none;
  text-indent: 0;
  display: block;
  content: ' x ';
  color: red;
  line-height: 30px;
}

.ie8 .pricing-table .active .quote-header {
  padding-top: 20px;
}
.ie8 .pricing-table .active .quote-header h2 {
  font-size: 24px;
  margin: 0px 20px 20px;
  min-height: 120px;
}
.ie8
  .pricing-table
  .active
  .quote-header
  .quote-selector
  input[type='radio']
  + label:after {
  content: none;
}

.ie8 #quote-2 .quote-header:before,
.ie8 #quote-5 .quote-header:before {
  z-index: -1;
  padding: 25px 20px 20px;
}

#single article:first-child .travel-cover,
#annual article:first-child .travel-cover {
  float: left;
  width: 100%;
}

@media screen and (max-width: 740px) {
  .pricing-table article {
    position: relative;
  }
  .pricing-table div article:before {
    content: 'Tap to close';
    font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
    height: 30px;
    width: 200px;
    display: inline-block;
    position: absolute;
    right: 10px;
    top: 8px;
    z-index: 99;
    font-size: 1em;
    text-align: right;
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
  }
  .pricing-table div article.closed:before {
    content: 'Tap to open';
    pointer-events: none;
  }
  .it .pricing-table div article:before {
    content: 'Mostra dettagli';
  }
  .it .pricing-table div article.closed:before {
    content: 'Nascondi dettagli';
  }
}

#chooseConceptionOrDueDateContainer .radio-tick input + label {
  width: 160px;
}

#chooseConceptionOrDueDateContainer + span .dates .help {
  max-width: 300px;
}

#qeButtonCalculate {
  float: right;
}

.server-general {
  background: #fff;
  padding: 60px;
  color: #000;
  color: rgba(0, 0, 0, 0.54);
  display: block;
  margin: 20px 0 40px 0;
}
.server-general p {
  max-width: 750px;
  line-height: 1.8em;
}
.server-general p:first-of-type {
  color: rgba(9, 48, 81, 0.87);
  font-weight: bold;
  font-size: 26px;
}
.server-general .server-general {
  margin: 0;
  padding: 0;
  background: transparent;
}

.pregnancy-calculator-list {
  margin: 10px 10px 20px 30px;
}
.pregnancy-calculator-list li {
  line-height: 1.8em;
  max-width: 750px;
}

@media screen and (max-width: 720px) {
  #single,
  #annual {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    position: relative;
  }
  #single article,
  #annual article {
    position: relative;
  }
  #single .quote-1,
  #single .quote-4,
  #annual .quote-1,
  #annual .quote-4 {
    -ms-flex-order: 3;
    order: 3;
  }
  #single .quote-2,
  #single .quote-5,
  #annual .quote-2,
  #annual .quote-5 {
    -ms-flex-order: 2;
    order: 2;
  }
  #single .quote-3,
  #single .quote-6,
  #annual .quote-3,
  #annual .quote-6 {
    -ms-flex-order: 1;
    order: 1;
  }
  .pricing-table div article:before {
    content: 'Tap to open';
    font-family: inherit;
    height: 30px;
    width: 200px;
    display: inline-block;
    position: absolute;
    right: 25px;
    top: 10px;
    z-index: 999;
    font-size: 1em;
    text-align: right;
    color: rgba(255, 255, 255, 0.5);
    pointer-events: none;
  }
  .pricing-table div article.open:before {
    content: 'Touch to close';
  }
  #single.hidden,
  #annual.hidden,
  .travel-cover {
    display: none;
  }
}

@media screen and (min-width: 720px) {
  .it .quote-1 .quote-header {
    background-image: url(/assets/img/icons/medical.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 30px;
  }
  .it .quote-1.active .quote-header {
    background-image: url(/assets/img/icons/medical-reverse.svg);
  }
  .it .quote-2 .quote-header {
    background-image: url(/assets/img/icons/two.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 80px;
  }
  .it .quote-2.active .quote-header {
    background-image: url(/assets/img/icons/two-reverse.svg);
  }
  .it .quote-3 .quote-header {
    background-image: url(/assets/img/icons/three.svg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: 120px;
  }
  .it .quote-3.active .quote-header {
    background-image: url(/assets/img/icons/three-reverse.svg);
  }
}

@media screen and (min-width: 740px) {
  .it .quote-header h2 {
    min-height: 131px;
  }
}

.it .quote-1 dt span,
.it .quote-4 dt span {
  font-style: italic;
}

@media screen and (max-width: 720px) {
  .it #single .quote-1,
  .it #single .quote-4,
  .it #annual .quote-1,
  .it #annual .quote-4 {
    -ms-flex-order: 3;
    order: 3;
  }
  .it #single .quote-2,
  .it #single .quote-5,
  .it #annual .quote-2,
  .it #annual .quote-5 {
    -ms-flex-order: 2;
    order: 2;
  }
  .it #single .quote-3,
  .it #single .quote-6,
  .it #annual .quote-3,
  .it #annual .quote-6 {
    -ms-flex-order: 1;
    order: 1;
  }
}

@media screen and (min-width: 740px) {
  .au dl {
    font-size: 14px;
  }
}

@media screen and (min-width: 740px) {
  .au .pricing-table .active h2 {
    font-size: 18px;
  }
}

@media screen and (min-width: 740px) {
  .au .quote-header h2,
  .au .pricing-table article.active .quote-header h2 {
    min-height: 112px;
  }
}

@media screen and (min-width: 1040px) {
  .au .pricing-table #annual article.active .quote-header h2 {
    min-height: 133px;
  }
}

@media screen and (min-width: 1040px) {
  .au #annual .quote-header h2 {
    min-height: 66px;
  }
}

@media screen and (min-width: 1040px) {
  .au .quote-header h2 {
    min-height: inherit;
  }
}

.au #ME_MEDICAL_REPATRIATION_value_COZSTS,
.au #ME_MEDICAL_REPATRIATION_value_COZSTP,
.au #ME_MEDICAL_REPATRIATION_value_COZMTS,
.au #ME_MEDICAL_REPATRIATION_value_COZMTP,
.au #ME_MEDICAL_REPATRIATION_value_COZSPD,
.au #ME_MEDICAL_REPATRIATION_value_COZSDP,
.au #ME_MEDICAL_REPATRIATION_value_COZSDS,
.au #ME_MEDICAL_REPATRIATION_value_CNZSTS,
.au #ME_MEDICAL_REPATRIATION_value_CNZSTP,
.au #ME_MEDICAL_REPATRIATION_value_CNZMTS,
.au #ME_MEDICAL_REPATRIATION_value_CNZMTP,
.au #ME_MEDICAL_REPATRIATION_value_CNZSPD,
.au #ME_MEDICAL_REPATRIATION_value_CNZSDP,
.au #ME_MEDICAL_REPATRIATION_value_CNZSDS,
.au #ME_MEDICAL_REPATRIATION_item_COZSTS,
.au #ME_MEDICAL_REPATRIATION_item_COZSTP,
.au #ME_MEDICAL_REPATRIATION_item_COZMTS,
.au #ME_MEDICAL_REPATRIATION_item_COZMTP,
.au #ME_MEDICAL_REPATRIATION_item_COZSPD,
.au #ME_MEDICAL_REPATRIATION_item_COZSDP,
.au #ME_MEDICAL_REPATRIATION_item_COZSDS,
.au #ME_MEDICAL_REPATRIATION_item_CNZSTS,
.au #ME_MEDICAL_REPATRIATION_item_CNZSTP,
.au #ME_MEDICAL_REPATRIATION_item_CNZMTS,
.au #ME_MEDICAL_REPATRIATION_item_CNZMTP,
.au #ME_MEDICAL_REPATRIATION_item_CNZSPD,
.au #ME_MEDICAL_REPATRIATION_item_CNZSDP,
.au #ME_MEDICAL_REPATRIATION_item_CNZSDS {
  height: 90px;
}

.au #BX_P_COMPS_value_COZSTS,
.au #BX_P_COMPS_value_COZSTP,
.au #BX_P_COMPS_value_COZMTS,
.au #BX_P_COMPS_value_COZMTP,
.au #BX_P_COMPS_value_COZSDP,
.au #BX_P_COMPS_value_COZSDS,
.au #BX_P_COMPS_value_CNZSTS,
.au #BX_P_COMPS_value_CNZSTP,
.au #BX_P_COMPS_value_CNZMTS,
.au #BX_P_COMPS_value_CNZMTP,
.au #BX_P_COMPS_value_CNZSDS,
.au #BX_P_COMPS_value_CNZSDP,
.au #BX_P_COMPS_item_COZSTS,
.au #BX_P_COMPS_item_COZSTP,
.au #BX_P_COMPS_item_COZMTS,
.au #BX_P_COMPS_item_COZMTP,
.au #BX_P_COMPS_item_COZSDP,
.au #BX_P_COMPS_item_COZSDS,
.au #BX_P_COMPS_item_CNZSTS,
.au #BX_P_COMPS_item_CNZSTP,
.au #BX_P_COMPS_item_CNZMTS,
.au #BX_P_COMPS_item_CNZMTP,
.au #BX_P_COMPS_item_CNZSDS,
.au #BX_P_COMPS_item_CNZSDP {
  height: 130px;
}

.it .step-2 .discountBadge {
  display: none;
}
@media screen and (min-width: 740px) {
  .it .step-2 .discountBadge {
    background-image: url(../assets/img/italy/columbus-disount-image.jpg);
    height: 197px;
    background-repeat: no-repeat;
    width: 44%;
    float: left;
    background-position: center center;
    background-size: cover;
    display: block;
  }
}
@media screen and (min-width: 1040px) {
  .it .step-2 .discountBadge {
    background-image: url(../assets/img/italy/columbus-disount-image.jpg);
    height: 197px;
    background-repeat: no-repeat;
    width: 44%;
    float: left;
    background-position: center center;
    background-size: cover;
    display: block;
  }
}

.it .discount {
  display: none;
}
@media screen and (min-width: 1040px) {
  .it .discount {
    left: 0;
    width: 130px;
    height: 130px;
    padding-left: 5px;
  }
}

@media screen and (min-width: 740px) {
  .it #allProductsShown {
    position: relative;
  }
  .it .step-2 .secondary-column {
    display: none;
  }
  .it .discount {
    display: block;
    position: absolute;
    left: 0px;
    top: 25px;
  }
  .it .pricing-table dl.even.custom-hover > dd,
  .it .pricing-table dl.custom-hover > dd {
    color: #000;
    background: rgba(158, 190, 214, 0.51) !important;
    cursor: pointer;
  }
  .it .pricing-table dl.even.custom-hover > dd:hover,
  .it .pricing-table dl.custom-hover > dd:hover {
    cursor: pointer;
  }
  .it .pricing-table .active dl.custom-hover > dd,
  .it .pricing-table .active dl.custom-hover > dd {
    background: rgba(158, 190, 214, 0.51) !important;
    color: #003151;
    cursor: pointer;
  }
  .it .pricing-table .active dl.custom-hover > dd:hover,
  .it .pricing-table .active dl.custom-hover > dd:hover {
    cursor: pointer;
  }
  .it .quote-engine-container h1 {
    display: none;
  }
  .it .utility-menu {
    width: 61% !important;
    text-align: left !important;
    padding: 0;
    margin: 0;
  }
  .it .footer-links,
  .it footer aside {
    display: none !important;
  }
  .it footer {
    padding: 0 100px;
  }
  .it footer .copyright {
    border-bottom: 1px solid #ddd;
    padding-bottom: 1.5rem;
    margin-bottom: 1rem;
  }
  .it .payment-logo {
    width: 215px;
  }
  .it .step-2 form {
    padding: 0;
    margin: 0;
    background: #fff;
  }
  .it .step-2 .pricing-table {
    width: 100%;
    background: #fff;
  }
  .it .step-2 .pricing-table dt,
  .it .step-2 .pricing-table dl {
    min-height: 40px;
  }
  .it .step-2 .pricing-table article:not(.active) {
    padding: 0 !important;
  }
  .it
    .step-2
    .pricing-table
    .active
    .quote-selector
    input[type='radio']
    + label {
    border-radius: 14px;
    width: 100%;
    margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 8px 0 7px;
  }
  .it .step-2 .quote-1 {
    width: 48%;
    width: calc(48% - 5px);
    margin-right: 5px;
  }
  .it .step-2 .quote-1 .quote-header {
    margin-left: 0.1%;
    width: 55%;
    float: right;
  }
  .it .step-2 .quote-1 dt {
    font-size: 13px;
    padding: 0 5px 0 0;
    width: 45%;
  }
  .it .step-2 .quote-1 dd {
    width: 55%;
  }
  .it .step-2 .quote-2,
  .it .step-2 .quote-3 {
    width: 25%;
    width: calc(25% - 5px);
    margin-right: 5px;
  }
  .it .step-2 .quote-4 {
    width: 20%;
    display: none;
  }
  .it .step-2 .quote-4 .quote-header {
    margin: 0;
    width: 100%;
  }
  .it .step-2 .quote-4 dt {
    display: none;
  }
  .it .step-2 .quote-1 dd,
  .it .step-2 .quote-2 dd,
  .it .step-2 .quote-3 dd,
  .it .step-2 .quote-4 dd {
    background: #e6e7ea;
    padding: 10px;
    min-height: 40px;
  }
  .it .step-2 .quote-1 .quote-header,
  .it .step-2 .quote-2 .quote-header,
  .it .step-2 .quote-3 .quote-header,
  .it .step-2 .quote-4 .quote-header {
    background-image: none;
  }
  .it .step-2 .quote-1 .quote-header .quote-selector > label,
  .it .step-2 .quote-2 .quote-header .quote-selector > label,
  .it .step-2 .quote-3 .quote-header .quote-selector > label,
  .it .step-2 .quote-4 .quote-header .quote-selector > label {
    border-radius: 14px;
    width: 80%;
    margin: 0 auto;
    font-size: 16px;
    text-transform: uppercase;
    font-weight: bolder;
    padding: 8px 0 7px;
  }
  .it .step-2 .quote-1.active .quote-header,
  .it .step-2 .quote-2.active .quote-header,
  .it .step-2 .quote-3.active .quote-header,
  .it .step-2 .quote-4.active .quote-header {
    background: #0ac0f2;
  }
  .it .step-2 .quote-1,
  .it .step-2 .quote-4,
  .it .step-2 .quote-2,
  .it .step-2 .quote-3,
  .it .step-2 .quote-1 dd,
  .it .step-2 .quote-4 dd {
    color: #083050;
  }
  .it .step-2 .active dd {
    background: #d1f4fd !important;
  }
  .it .step-2 dl {
    margin-bottom: 1px;
  }
  .it .step-2 dt[id*='maxDaysSki_item'],
  .it .step-2 dt[id*='areaCovered_item'],
  .it .step-2 dt[id*='noOfTripsAllowed_item'],
  .it .step-2 dt[id*='maxNoOfDays_item'],
  .it .step-2 dt[id*='AS_ASSISTANCE_SERVICES_item'],
  .it .step-2 dt[id*='ME_MEDICAL_EXPENSES_item'],
  .it .step-2 dt[id*='BE_BAGGAGE_item'],
  .it .step-2 dt[id*='PA_PERSONAL_ACCIDENT_item'],
  .it .step-2 dt[id*='PL_PERSONAL_LIABILITY_item'],
  .it .step-2 dt[id*='TD_TRAVEL_DELAY_item'],
  .it .step-2 dt[id*='CC_CANCELLATION_item'],
  .it .step-2 dt[id*='CU_CURTAILMENT_item'],
  .it .step-2 dt[id*='LE_LEGAL_EXPENSES_item'],
  .it .step-2 dt[id*='WH_WS_EQUIPMENT_HIRE_item'],
  .it .step-2 dt[id*='WP_WS_PACK_item'],
  .it .step-2 dt[id*='LT_SMARTPHONE_TABLET_item'],
  .it .step-2 dt[id*='MEDICAL_EXCESS'],
  .it .step-2 dt[id*='BAGGAGE_EXCESS'],
  .it .step-2 dt[id*='CANCELLATION_EXCESS'] {
    background-color: #093051 !important;
    color: #fff;
  }
  .it .step-2 dt[id*='AS_IT_REP_item'],
  .it .step-2 dt[id*='AS_IT_TRA_item'],
  .it .step-2 dt[id*='AS_IT_SAR_item'],
  .it .step-2 dt[id*='AX_IT_DOC_item'],
  .it .step-2 dt[id*='AX_IT_MON_item'],
  .it .step-2 dt[id*='AX_IT_EXT_item'],
  .it .step-2 dt[id*='AY_IT_TEL_item'],
  .it .step-2 dt[id*='AY_IT_PRO_item'],
  .it .step-2 dt[id*='AY_IT_URH_item'],
  .it .step-2 dt[id*='AZ_IT_TEFM_item'],
  .it .step-2 dt[id*='AZ_IT_AFM_item'],
  .it .step-2 dt[id*='ME_SURGERY_item'],
  .it .step-2 dt[id*='ME_HOSPITAL_item'],
  .it .step-2 dt[id*='MX_DENTAL_item'],
  .it .step-2 dt[id*='BE_SAL_item'],
  .it .step-2 dt[id*='BE_VALUABLES_item'],
  .it .step-2 dt[id*='BX_DELAY_B_item'],
  .it .step-2 dt[id*='BX_AFTR_12HRS_item'],
  .it .step-2 dt[id*='BX_AFTR_24HRS_item'],
  .it .step-2 dt[id*='PL_PROP_DAM_item'],
  .it .step-2 dt[id*='PL_BODILY_INJ_item'],
  .it .step-2 dt[id*='TD_AFTR_10HRS_item'],
  .it .step-2 dt[id*='WP_PER_WEEK_item'],
  .it .step-2 dt[id*='WH_PER_DAY_item'] {
    background-color: #ffffff !important;
    color: #000;
    padding: 0 3px 0px 0px;
    border-bottom: #e6e7ea solid 1px;
  }
  .it .step-2 dd[id*='AY_IT_TEL_value'],
  .it .step-2 dd[id*='ME_SURGERY_value'],
  .it .step-2 dd[id*='ME_HOSPITAL_value'],
  .it .step-2 dd[id*='AZ_IT_TEFM_value'],
  .it .step-2 dd[id*='AZ_IT_AFM_value'],
  .it .step-2 dd[id*='PL_PROP_DAM_value'],
  .it .step-2 dd[id*='PL_BODILY_INJ_value'],
  .it .step-2 dd[id*='AS_ASSISTANCE_SERVICES_value'],
  .it .step-2 dd[id*='AS_IT_REP_value'],
  .it .step-2 dd[id*='AS_IT_TRA_value'],
  .it .step-2 dd[id*='AS_IT_SAR_value'],
  .it .step-2 dd[id*='AX_IT_MON_value'],
  .it .step-2 dd[id*='AX_IT_DOC_value'],
  .it .step-2 dd[id*='AX_IT_EXT_value'],
  .it .step-2 dd[id*='AY_IT_PRO_value'],
  .it .step-2 dd[id*='AY_IT_URH_value'] {
    color: #10872f;
    font-weight: bolder;
  }
  .it .step-2 .quote-2.active .quote-header {
    background-image: none;
  }
  .it .step-2 .quote-3.active .quote-header {
    background-image: none;
  }
  .it .step-2 .quote-4.active .quote-header {
    background-image: none;
  }
  .it .step-2 .quote-header {
    padding: 22px 0 18px 0;
    background: #a0a0a0;
  }
  .it .step-2 .quote-3 .quote-header:before,
  .it .step-2 .quote-6 .quote-header:before {
    padding: 16px 18px 40px 18px;
    border-radius: 170px/20px;
    border-radius: 20px;
    font-size: 12px;
    left: 10px;
    top: -41px;
    margin: 0;
    width: calc(100% - 20px);
    content: 'La più popolare';
    display: block;
    background: #fff;
    color: #0ac0f2;
    font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
    font-weight: bold;
    padding: 10px;
    border-radius: 10px;
    margin: 0 0 20px 0;
    z-index: -1;
    position: absolute;
    -ms-transform: rotate(0);
    transform: rotate(0);
    line-height: 12px;
    box-shadow: none;
  }
  .it .step-2 .quote-3 .quote-header:after,
  .it .step-2 .quote-6 .quote-header:after {
    display: block;
    position: absolute;
    color: #0ac0f2;
    font-size: 25px;
    z-index: 10;
    top: 35px;
    left: 20px;
    content: '\2605';
    top: -35px;
    left: 8%;
    -ms-transform: rotate(0);
    transform: rotate(0);
  }
  .it .step-2 .quote-header h2 {
    margin-top: 19px;
    width: 95%;
    margin: 0 auto;
    padding: 0 0 0 5px;
    font-size: 22px;
    min-height: 85px;
    text-align: left;
    font-size: 22px;
  }
  .it .step-2 .quote-header h2 span {
    display: block;
  }
  .it .step-2 .quote-header h2 span::first-letter {
    color: #093051;
  }
  .it .step-2 .quote-4 .quote-header h2 span {
    display: inline-block;
  }
  .it .step-2 .quote-4 .quote-header h2 span.specialProductName:nth-of-type(2) {
    font-style: italic;
    font-size: 13px;
  }
  .it
    .step-2
    .quote-4
    .quote-header
    h2
    span.specialProductName:nth-of-type(2)::first-letter {
    color: #fff;
  }
  .it .step-2 article.active .quote-header {
    padding: 22px 10px 18px;
  }
  .it .step-2 article.active .quote-header h2 {
    min-height: 85px;
  }
  .it .step-2 .quote-header h3 {
    padding-left: 24px;
    text-align: left;
  }
  .it .step-2 .active h2 {
    font-size: 20px;
  }
  .it .step-2 .show-hide-summary {
    margin-bottom: 0;
    margin-left: 21.2%;
    width: 76.3%;
  }
  .it .step-2 footer {
    padding: 0 100px;
  }
  .it .step-2 footer aside {
    display: none;
  }
  .it .step-2 .footer-links {
    display: none !important;
  }
  .it.mt .step-2 .pricing-table {
    width: 72.46809%;
    background: #ecf1f4;
  }
  .it.mt .step-2 .secondary-column {
    margin-top: 30px;
    display: block;
  }
  .it.mt .step-2 .secondary-column .policy-docs {
    display: none;
  }
  .it.mt .step-2 form {
    background: #ecf1f4;
  }
  .it.mt .step-2 .quote-1,
  .it.mt .step-2 .quote-2,
  .it.mt .step-2 .quote-3 {
    display: none;
  }
  .it.mt .step-2 .quote-4 {
    display: block;
    width: 50%;
    margin: 0 auto;
  }
  .it.mt .step-2 .quote-4 dt {
    display: block;
    margin-left: 0;
  }
  .it.mt .step-2 .quote-4 dd {
    width: 50%;
  }
  .it.mt .step-2 .quote-4 .quote-header {
    width: 50%;
    margin-left: 50%;
  }
  .it.mt .step-2 .show-hide-summary {
    margin-bottom: 0;
    margin-left: 0%;
    width: 50%;
  }
}

@media screen and (min-width: 1040px) {
  .it .step-2 .quote-1 {
    width: 38%;
    width: calc(38% - 5px);
  }
  .it .step-2 .quote-2,
  .it .step-2 .quote-3 {
    width: 20%;
    width: calc(20% - 5px);
  }
  .it .step-2 .quote-4 {
    display: block;
  }
  .it #single {
    width: 100%;
  }
  .it .step-2 .show-hide-summary {
    margin-left: 17%;
    width: 81%;
  }
  .it .step-2 .quote-3 .quote-header:before,
  .it .step-2 .quote-6 .quote-header:before {
    padding: 5px 18px 8px 55px !important;
    border-radius: 0 !important;
    font-size: 12px !important;
    left: 53% !important;
    top: 0% !important;
    margin: 0 !important;
    width: 60% !important;
    z-index: 100 !important;
    -ms-transform: rotate(32deg) !important;
    transform: rotate(32deg) !important;
    line-height: 12px !important;
    box-shadow: 6px 3px 0 0 rgba(0, 0, 0, 0.2) !important;
  }
  .it .step-2 .quote-3 .quote-header:after,
  .it .step-2 .quote-6 .quote-header:after {
    content: '\2605' !important;
    top: -5% !important;
    left: 63% !important;
    z-index: 100 !important;
    -ms-transform: rotate(24deg) !important;
    transform: rotate(24deg) !important;
    font-size: 43px !important;
  }
}

.it .mt .quote-4 dt {
  width: 50%;
  display: block;
  margin-right: 0;
}

.it .mt .show-hide-summary {
  width: 100% !important;
  margin-left: 0 !important;
}

.it .mt .quote-4 dd {
  width: 50%;
  margin-right: 0;
}

.it .mt .quote-4 dd {
  width: 50%;
  margin-right: 0;
}

.it .mt .quote-header {
  width: 100% !important;
}
@media screen and (min-width: 740px) {
  .it .mt .quote-header {
    width: 50.1% !important;
  }
}
@media screen and (min-width: 1040px) {
  .it .mt .quote-header {
    width: 50.1% !important;
  }
}

.it .step-2 .mt .quote-4 {
  width: 100%;
}
@media screen and (min-width: 740px) {
  .it .step-2 .mt .quote-4 {
    display: block;
    width: calc(48% - 5px);
  }
}
@media screen and (min-width: 1040px) {
  .it .step-2 .mt .quote-4 {
    display: block;
    width: calc(38% - 5px);
  }
}

#annual .quote-4 .quote-header {
  width: 100%;
  float: none;
}
@media screen and (min-width: 1040px) {
  #annual .quote-4 .quote-header {
    width: 50%;
    float: right;
  }
}
@media screen and (min-width: 740px) {
  #annual .quote-4 .quote-header {
    width: 50%;
    float: right;
  }
}

#annual .quote-4 {
  width: 100%;
}
@media screen and (min-width: 1040px) {
  #annual .quote-4 {
    width: 50%;
  }
}
@media screen and (min-width: 740px) {
  #annual .quote-4 {
    width: 50%;
  }
}

#annual .quote-4 dd {
  width: 50%;
}
@media screen and (min-width: 1040px) {
  #annual .quote-4 dd {
    width: 50%;
  }
}
@media screen and (min-width: 740px) {
  #annual .quote-4 dd {
    width: 50%;
  }
}

#annual .quote-4 {
  display: block;
}

@media screen and (min-width: 1040px) {
  .quote-engine.step-3 .main-column {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 74.46809%;
  }
  .quote-engine.step-3 .main-column:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1040px) {
  .quote-engine.step-3 .secondary-column {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%;
    margin-right: 0;
  }
  .quote-engine.step-3 .secondary-column:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 740px) {
  .quote-engine.step-3 .main-column {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}

form .bolt-ons {
  padding: 4% 4% 40px 4%;
  margin-bottom: 20px;
  background: #093051;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  color: white;
  font-size: 0.8em;
  border-radius: 10px;
  position: relative;
  margin-right: 0;
  float: left;
  display: block;
  margin-right: 6.66667%;
  width: 100%;
  margin: 0 0 20px 0;
}
form .bolt-ons:last-child {
  margin-right: 0;
}
@media screen and (min-width: 740px) {
  form .bolt-ons {
    float: left;
    display: block;
    margin-right: 2.85714%;
    width: 31.42857%;
    padding: 0 3% 40px 3%;
  }
  form .bolt-ons:last-child {
    margin-right: 0;
  }
  form .bolt-ons:nth-child(3n) {
    margin-right: 0;
  }
  form .bolt-ons:nth-child(3n + 1) {
    clear: left;
  }
  form .bolt-ons h4 {
    margin-top: 20px;
  }
  form .bolt-ons p + h4 {
    margin-bottom: 30px;
  }
}

.bolt-ons.selected {
  background: #0ac0f2;
}

.main-column .bolt-ons input {
  padding: 10px 10px 10px 45px;
  margin: 0 0 20px 0;
  border-radius: 10px;
  border: none;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  text-transform: uppercase;
  font-size: 14px;
  position: static;
  bottom: 10px;
  right: 10px;
}

.main-column .bolt-ons .selected-tick {
  color: #093051;
  background: #fff;
}

.main-column .bolt-ons .unselected-add {
  background: #c4dd37 url(/assets/img/icons/select.svg) no-repeat 8px center;
  background-size: 26px;
  color: #093051;
}

.main-column .bolt-ons .selected-remove {
  background: #093051 url(/assets/img/icons/remove.svg) no-repeat 8px center;
  background-size: 26px;
  color: #fff;
}

.main-column .bolt-ons .unselected-add,
.main-column .bolt-ons .selected-remove {
  position: absolute;
  bottom: 0;
  right: 20px;
}
.main-column .bolt-ons .unselected-add.inline,
.main-column .bolt-ons .selected-remove.inline {
  position: static;
}

.extras-included h4 {
  margin: 10px 0;
}

.extras-included .extra {
  background: #0ac0f2;
  color: #fff;
  border-radius: 10px;
  margin: 3px 0;
  padding: 10px 15px;
}
.extras-included .extra span {
  display: none;
  height: 10px;
  width: 10px;
  color: #fff;
  font-family: arial, sans-serif;
  content: '\2716';
}

.ie8 .bolt-ons {
  width: 30%;
  min-height: 270px;
}

form .bolt-ons {
  color: rgba(255, 255, 255, 0.87);
}
form .bolt-ons h4,
form .bolt-ons strong {
  color: white;
}
form .bolt-ons span {
  cursor: pointer;
}
form .bolt-ons ul {
  margin: 10px 0 10px 20px;
}
form .bolt-ons ul li {
  list-style-type: circle;
}

.no-flexbox.flexboxlegacy body {
  min-height: 2000px;
}

.no-flexbox.flexboxlegacy .header-wrapper div {
  max-height: 120px;
}

.no-flexbox.flexboxlegacy .logo {
  max-width: 300px;
  max-height: 1420px;
  height: auto;
  display: inline-block;
  position: relative;
  bottom: 320px;
}

.no-flexbox.flexboxlegacy .step-3 .main-column {
  display: block;
}

.quote-engine.step-4 .main-column,
.quote-engine.purchase-quote-page .main-column {
  padding-top: 0;
}
@media screen and (min-width: 1040px) {
  .quote-engine.step-4 .main-column,
  .quote-engine.purchase-quote-page .main-column {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 74.46809%;
  }
  .quote-engine.step-4 .main-column:last-child,
  .quote-engine.purchase-quote-page .main-column:last-child {
    margin-right: 0;
  }
}

@media screen and (min-width: 1040px) {
  .quote-engine.step-4 .secondary-column,
  .quote-engine.purchase-quote-page .secondary-column {
    float: left;
    display: block;
    margin-right: 2.12766%;
    width: 23.40426%;
    margin-right: 0;
  }
  .quote-engine.step-4 .secondary-column:last-child,
  .quote-engine.purchase-quote-page .secondary-column:last-child {
    margin-right: 0;
  }
}

.uk .first-name,
.uk .credit-card-number {
  float: left;
  clear: none;
  width: 100%;
}

.uk .step-4 label[for='smsPhoneNo'] {
  width: 100%;
}
@media screen and (min-width: 740px) {
  .uk .step-4 label[for='smsPhoneNo'] {
    width: 22%;
  }
}
@media screen and (min-width: 1040px) {
  .uk .step-4 label[for='smsPhoneNo'] {
    width: 22%;
  }
}

.uk .step-4 .radio-tick span {
  margin: 0 0 10px 0;
}

.uk .step-4 .form label[for='DOB_2'],
.uk .step-4 .form label[for='DOB_3'],
.uk .step-4 .form label[for='DOB_4'],
.uk .step-4 .form label[for='DOB_5'],
.uk .step-4 .form label[for='DOB_6'],
.uk .step-4 .form label[for='DOB_7'],
.uk .step-4 .form label[for='DOB_8'] {
  width: 100%;
}
@media screen and (min-width: 740px) {
  .uk .step-4 .form label[for='DOB_2'],
  .uk .step-4 .form label[for='DOB_3'],
  .uk .step-4 .form label[for='DOB_4'],
  .uk .step-4 .form label[for='DOB_5'],
  .uk .step-4 .form label[for='DOB_6'],
  .uk .step-4 .form label[for='DOB_7'],
  .uk .step-4 .form label[for='DOB_8'] {
    text-align: left;
    margin: 6px 0 0 0;
    width: 38.5%;
  }
}
@media screen and (min-width: 1040px) {
  .uk .step-4 .form label[for='DOB_2'],
  .uk .step-4 .form label[for='DOB_3'],
  .uk .step-4 .form label[for='DOB_4'],
  .uk .step-4 .form label[for='DOB_5'],
  .uk .step-4 .form label[for='DOB_6'],
  .uk .step-4 .form label[for='DOB_7'],
  .uk .step-4 .form label[for='DOB_8'] {
    text-align: left;
    margin: 6px 0 0 0;
    width: 38.5%;
  }
}

.uk .step-4 .radio-tick span {
  margin: 0 0 10px 0;
}

.uk .step-4 #row_passengerMS_1,
.uk .step-4 #row_passengerMS_2,
.uk .step-4 #row_passengerMS_3,
.uk .step-4 #row_passengerMS_4,
.uk .step-4 #row_passengerMS_5,
.uk .step-4 #row_passengerMS_6,
.uk .step-4 #row_passengerMS_7,
.uk .step-4 #row_passengerMS_8 {
  margin: 0;
}

.uk .step-4 #questionGDPRPrivacy {
  width: 100%;
}

.uk .step-4 label[for='privacy_EMAIL'] {
  float: left !important;
  font-size: 14px;
  font-weight: 100 !important;
  width: 80% !important;
  margin: 6px 0 0 0 !important;
}

.uk .step-4 label[for='privacy_SMS'],
.uk .step-4 label[for='privacy_PHONE'],
.uk .step-4 label[for='privacy_POST'] {
  float: left !important;
  width: 100px !important;
}

.uk .step-4 #privacySpan_EMAIL {
  width: 0;
}
@media screen and (min-width: 740px) {
  .uk .step-4 #privacySpan_EMAIL {
    width: 462px;
  }
}
@media screen and (min-width: 1040px) {
  .uk .step-4 #privacySpan_EMAIL {
    width: 462px;
  }
}

.uk .step-4 .auto-renewal-consent label[for='autoRenewalConsent_Y'],
.uk .step-4 .card-number-consent label[for='cardConsent_Y'] {
  width: 100%;
  height: auto;
}

.uk .step-4 .card-number-consent .form {
  width: 100%;
  height: auto;
}
@media screen and (min-width: 740px) {
  .uk .step-4 .card-number-consent .form {
    width: 12% !important;
    height: auto;
  }
}
@media screen and (min-width: 1040px) {
  .uk .step-4 .card-number-consent .form {
    width: 12% !important;
    height: auto;
  }
}

.uk .step-4 .card-number-consent .form label[for='cardConsent_Y'] span,
.uk .step-4 .card-number-consent .form label[for='cardConsent_N'] span {
  padding: 5px 10px 0px 40px;
}

.uk .step-4 .card-number-consent label[for='cardConsent'] {
  margin: 28px 0 0 0;
}

.uk label[for='cardConsent_Y'],
.uk label[for='cardConsent_N'] {
  padding: 18px 10px !important;
  display: inline-block;
  cursor: pointer;
  border-radius: 10px;
  width: 100%;
  margin-right: 2%;
  margin-bottom: 10px;
  transition: background 0.5s ease;
}

.uk label[for='initials_1'],
.uk label[for='title_1'],
.uk label[for='surname_1'],
.uk label[for='DOB_1'],
.uk label[for='email'],
.uk label[for='emailConfirm'],
.uk label[for='telephone'],
.uk label[for='qeButtonShowAddress'],
.uk label[for='ccName'],
.uk label[for='ccNumber'],
.uk label[for='validDate'],
.uk label[for='expiryDate'],
.uk label[for='issueNumber'],
.uk label[for='cvv'],
.uk label[for='cardType'] {
  width: 100%;
}
@media screen and (min-width: 740px) {
  .uk label[for='initials_1'],
  .uk label[for='title_1'],
  .uk label[for='surname_1'],
  .uk label[for='DOB_1'],
  .uk label[for='email'],
  .uk label[for='emailConfirm'],
  .uk label[for='telephone'],
  .uk label[for='qeButtonShowAddress'],
  .uk label[for='ccName'],
  .uk label[for='ccNumber'],
  .uk label[for='validDate'],
  .uk label[for='expiryDate'],
  .uk label[for='issueNumber'],
  .uk label[for='cvv'],
  .uk label[for='cardType'] {
    width: 22% !important;
  }
}
@media screen and (min-width: 1040px) {
  .uk label[for='initials_1'],
  .uk label[for='title_1'],
  .uk label[for='surname_1'],
  .uk label[for='DOB_1'],
  .uk label[for='email'],
  .uk label[for='emailConfirm'],
  .uk label[for='telephone'],
  .uk label[for='qeButtonShowAddress'],
  .uk label[for='ccName'],
  .uk label[for='ccNumber'],
  .uk label[for='validDate'],
  .uk label[for='expiryDate'],
  .uk label[for='issueNumber'],
  .uk label[for='cvv'],
  .uk label[for='cardType'] {
    width: 22% !important;
  }
}

.quote-engine .med-dec {
  margin-bottom: 30px;
  margin-left: 20px;
}
.quote-engine .med-dec legend {
  text-align: left;
  margin-left: 5px;
  margin-top: 30px;
  margin-bottom: 0.75em;
  font-size: 1.5em;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  width: auto;
  margin-left: 0;
}
.quote-engine .med-dec.highlighted {
  background: none;
}
@media screen and (min-width: 740px) {
  .quote-engine .med-dec p,
  .quote-engine .med-dec .medical-declaration-warning-text {
    max-width: 70%;
    margin-left: 0;
  }
  .quote-engine .med-dec p > span,
  .quote-engine .med-dec .medical-declaration-warning-text > span {
    cursor: pointer;
  }
  .quote-engine .med-dec p > div > span,
  .quote-engine .med-dec .medical-declaration-warning-text > div > span {
    cursor: pointer;
  }
  .quote-engine .med-dec p ol,
  .quote-engine .med-dec .medical-declaration-warning-text ol {
    margin: 40px 10px 40px 40px;
    max-width: 500px;
  }
  .quote-engine .med-dec p ol li,
  .quote-engine .med-dec .medical-declaration-warning-text ol li {
    list-style-type: decimal;
  }
}

.quote-engine .form {
  margin-bottom: 0;
}

.medical-declaration-warning-text {
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  color: #093051;
  font-size: 14px;
}
.medical-declaration-warning-text.bold {
  margin-bottom: 20px;
  display: block;
}
.medical-declaration-warning-text p,
.medical-declaration-warning-text ul {
  margin-left: 5px;
  margin-right: 5px;
}
.medical-declaration-warning-text p:first-child {
  margin-top: 6px;
}
.medical-declaration-warning-text ul {
  list-style-type: disc;
  padding-left: 18px;
}
.medical-declaration-warning-text ul li {
  margin-bottom: 16px;
}

form .qeButtonAddMC {
  cursor: pointer;
  border-radius: 10px;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  text-align: center;
  background: #0ac0f2;
  color: #fff;
  padding: 10px 20px;
  border: none;
  transition: all 0.25s ease-in-out;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 30px;
  margin: 20px 0 10px;
  max-width: initial;
  font-size: 16px;
}
form .qeButtonAddMC:hover {
  color: #fff;
  background: #c4dd37;
  transition: all 0.25s ease-in-out;
}
form .qeButtonAddMC.active {
  color: #fff;
  background: #0ac0f2;
}

.qePassengerRow {
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
}
.qePassengerRow .btn.secondary {
  margin-top: 20px;
}
.qePassengerRow .qeMedTitle {
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  font-weight: bold;
  display: block;
}

#qeButtonShowAddress {
  cursor: pointer;
  border-radius: 10px;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  text-align: center;
  background: #0ac0f2;
  color: #fff;
  padding: 10px 20px;
  border: none;
  transition: all 0.25s ease-in-out;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 30px;
  font-size: 16px;
  clear: both;
}
#qeButtonShowAddress:hover {
  color: #fff;
  background: #c4dd37;
  transition: all 0.25s ease-in-out;
}
#qeButtonShowAddress.active {
  color: #fff;
  background: #0ac0f2;
}
@media screen and (min-width: 740px) {
  #qeButtonShowAddress {
    margin: 20px 0 15px 41%;
    margin-left: calc(36% + 40px);
  }
}

@media screen and (min-width: 740px) {
  .pcaAutoComplete,
  .pcaAutoCompleteSmall {
    width: 250px;
    float: left;
  }
}

.pcaAutoComplete .inputArea,
.pcaAutoCompleteSmall .inputArea {
  border: 2px solid #bcc0bf !important;
  border-radius: 10px !important;
  background-image: none !important;
  background-color: #f8f8f8 !important;
  margin-bottom: 15px;
}
.pcaAutoComplete .inputArea .suggestion span,
.pcaAutoCompleteSmall .inputArea .suggestion span {
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  color: #aaa !important;
  font-size: 13px;
}

#add1 {
  margin-bottom: 22px;
}

label[for='DOB_1'] {
  margin: 30px 0 20px 0;
}

@media screen and (min-width: 740px) {
  .dob {
    float: left;
    clear: none;
    margin-right: 12px;
  }
  .dob:last-child {
    margin-right: 0;
  }
  .dob select {
    width: auto;
  }
}

.qePassenger {
  float: left;
  width: 100%;
}

#row_passengerMS_1,
#row_passengerMS_2,
#row_passengerMS_3,
#row_passengerMS_4,
#row_passengerMS_5,
#row_passengerMS_6,
#row_passengerMS_7,
#row_passengerMS_8 {
  width: 100%;
  margin-top: 30px;
}
@media screen and (min-width: 740px) {
  #row_passengerMS_1,
  #row_passengerMS_2,
  #row_passengerMS_3,
  #row_passengerMS_4,
  #row_passengerMS_5,
  #row_passengerMS_6,
  #row_passengerMS_7,
  #row_passengerMS_8 {
    float: left;
    width: 50%;
    margin-left: 41%;
    margin-left: calc(36% + 40px);
    display: block;
  }
}

.card-number-short {
  float: left;
  clear: none;
  width: 48.42222%;
  margin-right: 12px;
}
.card-number-short:nth-child(odd) {
  margin-right: 0;
}

@media screen and (min-width: 740px) {
  #cardType {
    width: auto;
    max-width: none;
  }
}

.radio-tick.change {
  width: 100%;
  clear: both;
  float: left;
}
.radio-tick.change label {
  text-indent: -9999px;
}
.radio-tick.change input {
  padding: 20px;
  background: #0ac0f2;
  border-width: 0px;
  border-radius: 15px;
  color: #fff;
}

.step-4 fieldset:nth-child(3) {
  z-index: 100;
}

#row_country {
  display: block;
}
#row_country span {
  font-size: 14px;
  float: left;
}

.your-policy .price .qeOriginalPriceTXT {
  position: relative;
  right: 45px;
}

.step-4
  .price-details
  input[type='radio']
  + label
  .purchase-quote-page
  .price-details
  input[type='radio']
  + label {
  content: '\2714';
  display: block;
  width: 40px;
  height: 40px;
  border: 2px solid #ddd;
  color: #fff;
  font-size: 1em;
}

.price-details li span:last-child.con-help {
  position: absolute;
  max-width: 100%;
  top: 150px;
  left: 0%;
  text-align: left;
  color: #093051;
}
@media screen and (min-width: 1040px) {
  .price-details li span:last-child.con-help {
    max-width: 405px;
    top: 0;
    left: -211%;
    border-radius: 5px 0 0 5px;
  }
}

.price-details li:hover .con-help {
  opacity: 1;
}

.step-4 .inner-bottom,
.purchase-quote-page .inner-bottom {
  padding: 20px;
  overflow: hidden;
}
.step-4 .inner-bottom .btn.primary,
.purchase-quote-page .inner-bottom .btn.primary {
  max-width: 100%;
  width: 100%;
}
@media screen and (min-width: 740px) {
  .step-4 .inner-bottom .btn.primary,
  .purchase-quote-page .inner-bottom .btn.primary {
    max-width: 220px;
    float: right;
    font-size: 1em;
  }
}
@media screen and (min-width: 1040px) {
  .step-4 .inner-bottom .btn.primary,
  .purchase-quote-page .inner-bottom .btn.primary {
    max-width: 360px;
    font-size: 1em;
  }
}

li.qePriceListElement {
  padding: 0;
}

.qePriceListElement .price-label {
  width: 100%;
  max-width: 100%;
  margin: 4px 0 14px 0;
}

.qePriceListElement .price,
.qePriceListElement .qeTotal {
  float: right;
  font-size: 32px;
  position: relative;
  top: 5px;
}

.price-details .qePriceListElement .qePriceWithMedLoading,
.price-details .qePriceListElement .qePriceWithoutMedLoading {
  width: 100%;
  max-width: 100%;
  margin: 0 0 20px 0;
  font-size: 12px;
  text-align: left;
  color: #093051;
}

.step-4 .qePriceListElement input[type='radio'] + label,
.purchase-quote-page .qePriceListElement input[type='radio'] + label {
  background: transparent;
  border: 2px solid transparent;
  position: relative;
  margin: 0 0 10px 0;
}

.step-4 .qePriceListElement input[type='radio'] + label:before,
.purchase-quote-page .qePriceListElement input[type='radio'] + label:before {
  content: '';
  width: 35px;
  height: 35px;
  margin: 0 0 10px 0;
  background: #fff;
  display: inline-block;
  border-radius: 10px;
  position: absolute;
  top: 0;
  left: 0;
  border: 2px solid #ddd;
}

.qePriceListElement input[type='radio']:checked + label:before {
  background: #00bff3;
  border: 2px solid transparent;
}

.qePriceListElement input[type='radio']:checked + label:after {
  content: '\2714';
  position: relative;
  bottom: 1px;
  right: 3px;
  font-size: 23px;
}

/* Travel dates toggle */
.multitripOD,
.your-policy .inner-bottom .price-details .multitripTD {
  display: block;
  width: 100%;
  max-width: 100%;
}

.your-policy > .inner-bottom ul .multitripOD > label,
.your-policy > .inner-bottom ul .multitripTD > label {
  background: transparent;
  border: 1px solid transparent;
  width: 100%;
  position: relative;
  margin: 0 0 10px;
}

.your-policy > .inner-bottom ul .multitripOD > label:before,
.your-policy > .inner-bottom ul .multitripTD > label:before {
  background: #fff;
  content: '';
  padding: 0px;
  width: 32px;
  height: 32px;
  border-radius: 10px;
  border: 2px solid #ddd;
  padding: 10px;
  display: inline-block;
  position: absolute;
  left: 0px;
  top: 6px;
}

.your-policy .multitripOD input[type='radio']:checked + label:before,
.your-policy .multitripTD input[type='radio']:checked + label:before {
  background: #00bff3;
  border: 1px solid transparent;
}

.your-policy .multitripOD input:checked + label:after,
.your-policy .multitripTD input:checked + label:after {
  content: '';
  background: url(../assets/img/icons/icon-tick-white.svg) no-repeat 7px 7px;
  width: 32px;
  height: 32px;
  position: absolute;
  top: 8px;
  left: 2px;
}

.your-policy li .multitripOD label > span,
.your-policy li .multitripTD label > span {
  width: 100%;
  max-width: 100%;
  display: block;
}

.qeMedicalDeclaration.qePassenger input {
  background: #f8f8f8;
  color: #f8f8f8;
  width: 13px;
  height: 13px;
  border-radius: 10px;
  border: 2px solid #bfbfc1;
  padding: 13px;
  position: absolute;
}
.qeMedicalDeclaration.qePassenger
  input.qeButtonPolicyMedicalDeclarationYesClicked,
.qeMedicalDeclaration.qePassenger
  input.qeButtonPolicyMedicalDeclarationNoClicked {
  background: #0ac0f2;
  border-color: transparent;
  color: transparent;
}
.qeMedicalDeclaration.qePassenger input + label {
  width: 100px;
  background: none;
  border: none;
  text-indent: 0;
  margin-top: -48px;
  margin-right: 15px;
}
.qeMedicalDeclaration.qePassenger input:hover {
  cursor: pointer;
}

.medicalConditionsYesClicked,
.medicalConditionsNoClicked {
  position: relative;
}
.medicalConditionsYesClicked:before,
.medicalConditionsNoClicked:before {
  content: '\2714';
  position: absolute;
  color: #fff;
  top: 9px;
  left: 8px;
  z-index: 1;
}

.step-4 .btn.secondary {
  max-width: 100%;
}
@media screen and (min-width: 1040px) {
  .step-4 .btn.secondary {
    width: auto;
  }
}

.purchase-quote-page .btn.secondary {
  max-width: 100%;
}
@media screen and (min-width: 1040px) {
  .purchase-quote-page .btn.secondary {
    width: auto;
  }
}

.qeHolderRow {
  line-height: 3em;
  border: 1px;
  background: #e6e6e6;
  display: block;
  border-radius: 6px;
  padding: 0 10px;
  font-weight: bold;
}

.additionalBuyNowButton .btn.primary {
  position: relative;
  top: 10px;
  font-size: 1em;
}

.step-4 .terms .form,
.purchase-quote-page .terms .form {
  font-size: 14px;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 1040px) {
  .step-4 .terms .form legend,
  .purchase-quote-page .terms .form legend {
    width: auto;
    text-align: left;
    margin-left: 0;
  }
}
.step-4 .terms .form input,
.purchase-quote-page .terms .form input {
  margin-bottom: 0;
}
.step-4 .terms .form > span,
.purchase-quote-page .terms .form > span {
  display: block;
}
@media screen and (min-width: 740px) {
  .step-4 .terms .form > span,
  .purchase-quote-page .terms .form > span {
    margin: 10px 20px 10px 20px;
  }
}
.step-4 .terms .form span label,
.purchase-quote-page .terms .form span label {
  width: auto;
  margin: 0;
  padding: 0;
  float: none;
  text-align: left;
  font-weight: bold;
  clear: both;
}
.step-4 .terms .form .help.autorenew,
.purchase-quote-page .terms .form .help.autorenew {
  width: 440px;
}

#agreeTC,
#privacyCatcher,
#agreeIS {
  zoom: 1.6;
  position: relative;
  top: 3px;
  margin-right: 0.2em;
}
@media screen and (min-width: 1040px) {
  #agreeTC,
  #privacyCatcher,
  #agreeIS {
    zoom: 1;
    top: 0;
    margin-right: 0.375em;
  }
}

.step-4 .help,
.purchase-quote-page .help {
  top: 0;
  right: 20px;
}

@media screen and (min-width: 740px) {
  .step-4 #genericMSG.server-help,
  .purchase-quote-page #genericMSG.server-help {
    margin-left: 20px;
    width: calc(100% - 20px) !important;
    max-width: 100%;
  }
}

@media screen and (min-width: 740px) {
  .step-4 .server-help,
  .purchase-quote-page .server-help {
    max-width: 45%;
    margin-left: 41%;
    margin-left: calc(36% + 40px);
  }
}

@media screen and (min-width: 1040px) {
  .step-4 .server-help,
  .purchase-quote-page .server-help {
    max-width: 30%;
    margin-bottom: 20px;
  }
}

.step-4 #agreeISErrMSGs.server-help,
.step-4 #agreeTCErrMSGs.server-help,
.purchase-quote-page #agreeISErrMSGs.server-help,
.purchase-quote-page #agreeTCErrMSGs.server-help {
  margin-left: 0;
  float: none;
  width: calc(100% - 20px) !important;
  max-width: 100%;
}

@media screen and (min-width: 740px) {
  .step-4 .form,
  .purchase-quote-page .form {
    width: 100%;
  }
  .step-4 .form legend,
  .purchase-quote-page .form legend {
    font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  }
  .step-4 .form span label,
  .step-4 .form label[for='DOB_1'],
  .step-4 .form label[for='DOB_2'],
  .step-4 .form label[for='DOB_3'],
  .step-4 .form label[for='DOB_4'],
  .step-4 .form label[for='DOB_5'],
  .step-4 .form label[for='DOB_6'],
  .step-4 .form label[for='DOB_7'],
  .step-4 .form label[for='DOB_8'],
  .purchase-quote-page .form span label,
  .purchase-quote-page .form label[for='DOB_1'],
  .purchase-quote-page .form label[for='DOB_2'],
  .purchase-quote-page .form label[for='DOB_3'],
  .purchase-quote-page .form label[for='DOB_4'],
  .purchase-quote-page .form label[for='DOB_5'],
  .purchase-quote-page .form label[for='DOB_6'],
  .purchase-quote-page .form label[for='DOB_7'],
  .purchase-quote-page .form label[for='DOB_8'] {
    display: block;
    float: left;
    margin: 6px 20px 0px;
    width: 36%;
    text-align: right;
    clear: left;
  }
  .step-4 .form label + span,
  .purchase-quote-page .form label + span {
    float: left;
    clear: right;
    display: block;
  }
  .step-4 .form span input,
  .purchase-quote-page .form span input {
    clear: right;
    max-width: 250px;
  }
  .step-4 .form span select,
  .step-4 .form span input,
  .purchase-quote-page .form span select,
  .purchase-quote-page .form span input {
    margin-bottom: 20px;
  }
}

.step-4 .form .dob,
.purchase-quote-page .form .dob {
  margin: 7px 6px 0 0;
}
.step-4 .form .dob label,
.purchase-quote-page .form .dob label {
  display: none;
}

.step-4 .form .radio-tick label,
.step-4 .form .radio-tick.change,
.purchase-quote-page .form .radio-tick label,
.purchase-quote-page .form .radio-tick.change {
  clear: none;
}
@media screen and (min-width: 740px) {
  .step-4 .form .radio-tick label,
  .step-4 .form .radio-tick.change,
  .purchase-quote-page .form .radio-tick label,
  .purchase-quote-page .form .radio-tick.change {
    width: auto;
    margin: 0 30px 0 0;
  }
}

.step-4 .form #cardType,
.purchase-quote-page .form #cardType {
  min-width: 250px;
}

.step-4 .form .card-number-short,
.purchase-quote-page .form .card-number-short {
  width: 100%;
}
.step-4 .form .card-number-short select,
.purchase-quote-page .form .card-number-short select {
  width: 48.42222%;
  margin-right: 2%;
}
@media screen and (min-width: 740px) {
  .step-4 .form .card-number-short select,
  .purchase-quote-page .form .card-number-short select {
    width: 13.8%;
  }
}
.step-4 .form .card-number-short select:last-of-type,
.purchase-quote-page .form .card-number-short select:last-of-type {
  margin-right: 0;
}

#step4Contents fieldset {
  padding: 15px 0 30px;
  position: inherit;
}

#step4Contents legend {
  font-size: 1.5em;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
}

#step4Contents .homeins legend,
#step4Contents .wdyhau legend {
  font-size: 16px;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  text-align: left;
}
@media screen and (min-width: 740px) {
  #step4Contents .homeins legend,
  #step4Contents .wdyhau legend {
    text-align: right;
    width: 36%;
  }
}

#step4Contents .homeins select,
#step4Contents .wdyhau select {
  margin-bottom: 0;
}

.step-4 .form label,
.purchase-quote-page .form label {
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  color: rgba(9, 48, 81, 0.87);
  font-size: 16px;
  font-weight: bold;
}

.ie8 .con-help {
  left: -450px;
  display: none;
}

.ie8 .step-4 .form span input {
  float: left;
}

#priceShownNextToBuyNowButton {
  font-weight: 700;
  font-size: 1.5rem;
  background: rgba(255, 255, 255, 0.75);
  padding: 5px;
  border-radius: 10px;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  position: relative;
  top: -20px;
}
@media screen and (min-width: 740px) {
  #priceShownNextToBuyNowButton {
    top: 30px;
    float: right;
  }
}

#step4Contents fieldset.additionalNotes {
  color: #093051;
  color: rgba(9, 48, 81, 0.87);
  padding: 0 20px;
}
#step4Contents fieldset.additionalNotes h3 {
  color: rgba(9, 48, 81, 0.87);
  margin-bottom: 0.5rem;
}

@media screen and (min-width: 1040px) {
  .it #step4Contents .terms {
    padding-right: 200px;
  }
}

.it #step4Contents .terms .help {
  top: 0 !important;
}

.it #step4Contents .terms legend {
  margin-bottom: 1rem;
}

.it #step4Contents .terms .form > span {
  margin-bottom: 1rem;
}
.it #step4Contents .terms .form > span > label {
  display: none;
}

.it #step4Contents .btns-row {
  margin: 0 0 30px;
}
@media screen and (min-width: 1040px) {
  .it #step4Contents .btns-row {
    margin: 50px 0;
  }
}

.it #qeIbuttonCollection {
  display: none;
}

.it #qeButtonEmailAQuote {
  font-size: 12px;
  padding: 13px 15px;
}
@media screen and (min-width: 740px) {
  .it #qeButtonEmailAQuote {
    font-size: 9px;
  }
}
@media screen and (min-width: 1040px) {
  .it #qeButtonEmailAQuote {
    font-size: 12px;
  }
}

.it #priceShownNextToBuyNowButton {
  display: none;
}

.it .step-4 #sendPolicyDocsByEmail,
.it .step-4 #sendPolicyDocsByPost {
  float: none;
}
@media screen and (min-width: 740px) {
  .it .step-4 #sendPolicyDocsByEmail,
  .it .step-4 #sendPolicyDocsByPost {
    float: right;
  }
}
@media screen and (min-width: 1040px) {
  .it .step-4 #sendPolicyDocsByEmail,
  .it .step-4 #sendPolicyDocsByPost {
    float: right;
  }
}

.it .step-4 label[for='documentSendMethodEmail'],
.it .step-4 label[for='documentSendMethodPost'] {
  width: 100%;
  padding: 20px;
  text-align: center;
}
@media screen and (min-width: 740px) {
  .it .step-4 label[for='documentSendMethodEmail'],
  .it .step-4 label[for='documentSendMethodPost'] {
    width: 210px;
  }
}
@media screen and (min-width: 1040px) {
  .it .step-4 label[for='documentSendMethodEmail'],
  .it .step-4 label[for='documentSendMethodPost'] {
    width: 210px;
  }
}

.it .step-4 #step4Contents fieldset {
  background-color: #d5e5ee;
  padding: 15px 0 15px;
  position: inherit;
}

.it .step-4 .quote-engine section {
  padding: 0;
}

.it .quote-engine form {
  padding: 10px;
}

.it #step4Contents .homeins legend,
.it #step4Contents .wdyhau legend {
  text-align: left;
}

.it #step4Contents legend {
  margin-bottom: 8px;
}

.it .step-4 .form span label,
.it .step-4 .form label[for='DOB_1'],
.it .step-4 .form label[for='DOB_2'],
.it .step-4 .form label[for='DOB_3'],
.it .step-4 .form label[for='DOB_4'],
.it .step-4 .form label[for='DOB_5'],
.it .step-4 .form label[for='DOB_6'],
.it .step-4 .form label[for='DOB_7'],
.it .step-4 .form label[for='DOB_8'],
.it .purchase-quote-page .form span label,
.it .purchase-quote-page .form label[for='DOB_1'],
.it .purchase-quote-page .form label[for='DOB_2'],
.it .purchase-quote-page .form label[for='DOB_3'],
.it .purchase-quote-page .form label[for='DOB_4'],
.it .purchase-quote-page .form label[for='DOB_5'],
.it .purchase-quote-page .form label[for='DOB_6'],
.it .purchase-quote-page .form label[for='DOB_7'],
.it .purchase-quote-page .form label[for='DOB_8'] {
  text-align: left;
  width: 30%;
}

.it #step4Contents legend {
  padding: 0;
}
@media screen and (min-width: 740px) {
  .it #step4Contents legend {
    padding: 0 0 0 18px;
  }
}
@media screen and (min-width: 1040px) {
  .it #step4Contents legend {
    padding: 0;
  }
}

.it #step4Contents fieldset.additionalNotes h3,
.it .step-4 h4,
.it .step-4 .form ul {
  padding: 0;
}
@media screen and (min-width: 740px) {
  .it #step4Contents fieldset.additionalNotes h3,
  .it .step-4 h4,
  .it .step-4 .form ul {
    padding: 0 0 0 18px;
  }
}
@media screen and (min-width: 1040px) {
  .it #step4Contents fieldset.additionalNotes h3,
  .it .step-4 h4,
  .it .step-4 .form ul {
    padding: 0 0 0 18px;
  }
}

.receive-doc {
  width: 210px !important;
  float: left;
}
@media screen and (min-width: 740px) {
  .receive-doc {
    width: 210px;
  }
}
@media screen and (min-width: 1040px) {
  .receive-doc {
    width: 210px;
  }
}

.it .retrieve-quote #step4Contents fieldset {
  background-color: #d5e5ee;
  padding: 15px 0;
}

.it .retrieve-quote h4,
.it .retrieve-quote ul {
  padding: 0 0 0 18px;
}

.it .retrieve-quote #step4Contents .btns-row {
  margin: 20px 0;
}

.it .retrieve-quote .button-container {
  float: none;
  width: auto;
}

.it .retrieve-quote .btn.primary {
  margin: 0 auto;
  position: initial;
}

.uk .retrieve-quote label[for='initials_1'] {
  margin: 0 20px 0px 0 !important;
}

.uk .retrieve-quote label[for='add1'],
.uk .retrieve-quote label[for='add2'],
.uk .retrieve-quote label[for='add3'],
.uk .retrieve-quote label[for='add4'],
.uk .retrieve-quote label[for='postcode'],
.uk .retrieve-quote label[for='country'] {
  margin: 0 20px 0px 0 !important;
  float: none;
  width: 22%;
}

.uk .retrieve-quote .qeDeclarationBullets li::before {
  content: '-';
  display: inline-block;
  position: absolute;
  left: -10px;
}

.uk .retrieve-quote label[for='documentSendMethodEmail'] {
  margin: 0 28px 0 0;
}

.uk .retrieve-quote .qeDeclarationBullets {
  margin-left: 50px;
}

.uk .retrieve-quote .terms .form > span,
.uk .retrieve-quote .purchase-quote-page .terms .form > span {
  margin: 0;
}

.uk .retrieve-quote #privacySpan_EMAIL,
.uk .retrieve-quote #privacySpan_SMS,
.uk .retrieve-quote #privacySpan_PHONE,
.uk .retrieve-quote #privacySpan_POST {
  display: table;
}

.uk .retrieve-quote #privacy_EMAIL,
.uk .retrieve-quote #privacy_SMS,
.uk .retrieve-quote #privacy_PHONE,
.uk .retrieve-quote #privacy_POST {
  margin: 5px 0 0 0;
}

.uk .retrieve-quote label[for='privacy_#GDPROption#'] {
  float: left !important;
  width: 100px !important;
}

.uk .retrieve-quote .purchase-quote-page .form .radio-tick label {
  margin: 0 18px 20px 0 !important;
}

.uk .retrieve-quote .recommend .form span label,
.uk .retrieve-quote .recommend .form label[for='DOB_1'],
.uk .retrieve-quote .recommend .form label[for='DOB_2'],
.uk .retrieve-quote .recommend .form label[for='DOB_3'],
.uk .retrieve-quote .recommend .form label[for='DOB_4'],
.uk .retrieve-quote .recommend .form label[for='DOB_5'],
.uk .retrieve-quote .recommend .form label[for='DOB_6'],
.uk .retrieve-quote .recommend .form label[for='DOB_7'],
.uk .retrieve-quote .recommend .form label[for='DOB_8'],
.uk .retrieve-quote .purchase-quote-page .form label[for='DOB_1'],
.uk .retrieve-quote .purchase-quote-page .form label[for='DOB_2'],
.uk .retrieve-quote .purchase-quote-page .form label[for='DOB_3'],
.uk .retrieve-quote .purchase-quote-page .form label[for='DOB_4'],
.uk .retrieve-quote .purchase-quote-page .form label[for='DOB_5'],
.uk .retrieve-quote .purchase-quote-page .form label[for='DOB_6'],
.uk .retrieve-quote .purchase-quote-page .form label[for='DOB_7'],
.uk .retrieve-quote .purchase-quote-page .form label[for='DOB_8'] {
  display: block;
  float: left;
  margin: 6px 20px 0px 0;
  clear: left;
  text-align: left;
}

.uk .retrieve-quote .purchase-quote-page .form span label {
  float: none;
}
@media screen and (min-width: 1040px) {
  .uk .retrieve-quote .purchase-quote-page .form span label {
    display: block;
    float: left;
    margin: 0 20px 0px 0;
    clear: left;
    text-align: left;
  }
}
@media screen and (min-width: 740px) {
  .uk .retrieve-quote .purchase-quote-page .form span label {
    display: block;
    float: left;
    margin: 0 20px 0px 0;
    clear: left;
    text-align: left;
  }
}

.uk .retrieve-quote label[for='agreeTC'] {
  display: none !important;
}

.uk .retrieve-quote label[for='marketingConsentCatcher'] {
  width: 100% !important;
  margin: 10px 0 0 0 !important;
}

.uk
  .retrieve-quote
  .purchase-quote-page
  .form
  span
  label
  [for='privacy_#GDPROption#'] {
  width: 50% !important;
}

.au .step-4 #reactiveYourPolicyXHTML,
.nz .step-4 #reactiveYourPolicyXHTML {
  display: block;
}
@media screen and (min-width: 1040px) {
  .au .step-4 #reactiveYourPolicyXHTML,
  .nz .step-4 #reactiveYourPolicyXHTML {
    display: none;
  }
}

.au .step-4 #reactiveYourPolicyXHTML .inner-bottom,
.nz .step-4 #reactiveYourPolicyXHTML .inner-bottom {
  background: #dfeeff;
  margin: 8px 15px 15px 15px;
  margin-bottom: 20px;
}

.uk .step-4 .new-checkbox {
  background: #f8f8f8;
  color: #f8f8f8;
  width: 13px;
  height: 13px;
  border-radius: 10px;
  border: 1px solid #bfbfc1;
  padding: 13px;
  position: absolute;
  margin-top: 2px;
}

.uk .step-4 #privacy_EMAIL,
.uk .step-4 #privacy_SMS,
.uk .step-4 #privacy_PHONE,
.uk .step-4 #privacy_POST,
.uk .step-4 #agreeTC {
  opacity: 0;
  z-index: 999;
  width: 28px;
  height: 28px;
  margin-top: 2px !important;
  position: relative;
  left: 28px;
  top: 0;
}

.uk .quote-engine input[name='agreeTC'],
.uk .quote-engine input[name='privacy_EMAIL'],
.uk .quote-engine input[name='privacy_SMS'],
.uk .quote-engine input[name='privacy_PHONE'],
.uk .quote-engine input[name='privacy_POST'] {
  z-index: 999;
  width: 28px;
  height: 28px;
  margin-top: 2px !important;
}

.uk .quote-engine input[type='checkbox']:checked + .new-checkbox {
  background: #0ac0f2;
  content: '';
  background: #0ac0f2 url(../assets/img/icons/icon-tick-white.svg) no-repeat 7px
    7px;
  border: 1px solid transparent;
  padding: 10px 20px 20px 10px;
}

.uk .new-tc p {
  width: 80%;
  float: left;
}

.au .step-4 .secondary-column {
  display: none;
}
@media screen and (min-width: 1040px) {
  .au .step-4 .secondary-column {
    display: block;
  }
}

.yourPolicySummaryDesktopView {
  display: none;
}
@media screen and (min-width: 1040px) {
  .yourPolicySummaryDesktopView {
    display: block;
  }
}

.yourPolicySummaryMobileView {
  display: block;
}
@media screen and (min-width: 1040px) {
  .yourPolicySummaryMobileView {
    display: none;
  }
}

.yourPolicySummaryMobileView .inner-bottom {
  background: #dfeeff;
  margin: 8px 15px 15px 15px;
  margin-bottom: 20px;
}

.yourPolicySummaryMobileView .price-details li span:last-child,
.yourPolicySummaryDesktopView .price-details li span:last-child {
  color: #083050;
}

.step-5 h1 {
  padding: 6.66667% 6.66667% 6.66667% 0;
}

.step-5 input {
  display: block;
  margin: 20px 0;
}

.step-5 section {
  background: #fff;
  font-size: 14px;
  padding: 6.66667%;
  margin-bottom: 20px;
}

.step-5 .btn.primary {
  position: static;
  top: 20px;
  font-size: 16px;
}

.step-5 #qeButtonPrint {
  float: left;
  margin-right: 20%;
  background-color: #17c1f3;
  color: #ffffff;
}

.step-5 .pet-flt {
  float: left;
  width: 12% !important;
}

.step-5 .widthc {
  width: 100%;
}

.step-5 .flt-l {
  float: left;
}

.step-5 .ls {
  width: 65%;
  float: left;
  padding-right: 30px;
}

.step-5 .float-right {
  float: right !important;
}

.step-5 .h1-c {
  color: #072f52 !important;
  padding: 0 0 0.6em 0 !important;
  font-size: 2.8em !important;
}

.step-5 .section-confirmation {
  padding: 40px 0 0 45px;
  margin: 0 !important;
  width: 100% !important;
}

.step-5 .h2-c {
  color: #00bae5;
  margin: 0;
  font-size: 18px;
  padding-bottom: 1em;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif !important;
  font-weight: bold;
}

.step-5 .fontsizec {
  font-size: 19px;
}

.step-5 .contactc {
  background-color: #dfeeff;
  width: 98%;
  height: 100%;
  border-radius: 1em;
  background: #dfeeff
    url(https://authoring2.columbusdirect.com/media/28211/columbus_the_dog.png)
    no-repeat top 100% right 0;
  background-size: 225px;
  margin-top: 60px;
}

.step-5 .phn-iconc {
  padding: 25px 0 0 25px;
  height: 65px;
}

.step-5 .useful-confirmation {
  float: right;
}

.step-5 .ls-c {
  width: 100%;
}

.step-5 .right-side-confirmation {
  float: right;
}

.step-5 .usefultxt-c {
  position: relative;
  padding-left: 2em;
  font-size: 24px;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  color: #083050;
  top: 8px;
}

.step-5 .numone-c {
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif !important;
  color: #083050;
  font-size: 1.8em;
  font-weight: bold;
}

.step-5 .numtwo-con {
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif !important;
  color: #083050;
  font-size: 1.8em;
  font-weight: bold;
}

.step-5 .cs-con {
  padding: 1em 0 0 1.4em !important;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif !important;
  font-size: 18px;
}

.step-5 .firstnum-c {
  padding: 5px 0 0 25px;
}

.step-5 .medc {
  padding: 1em 0 0 1.4em !important;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif !important;
  font-size: 18px;
}

.step-5 .mednum-c {
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif !important;
  color: #083050;
  font-size: 1.8em;
  font-weight: bold;
  padding: 5px 0 0 25px;
}

.step-5 .claimsc {
  padding: 1em 0 0 1.4em !important;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif !important;
  font-size: 18px;
}

.step-5 .claimsn-c {
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif !important;
  color: #083050;
  font-size: 1.8em;
  font-weight: bold;
  padding: 5px 0 25px 25px;
}

.step-5 .custaside {
  background: #ffffff !important;
  height: 665px;
}

.step-5 .lounge-custom {
  width: 70%;
  background-color: #072f52;
  height: 100%;
}

.step-5 .lounge-icon-custom {
  float: left;
}

.step-5 .lounge-text-custom {
  float: right;
}

.step-5 .reg-c {
  width: 100%;
  background-color: #072f52;
  margin-left: auto;
  margin-right: auto;
  height: 175px;
  color: #ffffff;
}

.step-5 .petcon {
  width: 100%;
  background-color: #072f52;
  margin-left: auto;
  margin-right: auto;
  height: 230px;
  color: #ffffff;
}

.step-5 .vouch-c {
  width: 100%;
  background-color: #072f52;
  margin-left: auto;
  margin-right: auto;
  height: 217px;
  color: #ffffff;
}

.step-5 .space-confirmation {
  height: 50px;
}

.step-5 .reg-img {
  float: left;
  float: left;
  width: 25%;
  text-align: center;
}

.step-5 .reg-txtc {
  float: right;
  width: 75%;
  padding-right: 5px;
}

.step-5 .txt-img-con {
  width: 100%;
  height: 100%;
  padding-top: 12px;
}

.step-5 .reg-parac {
  width: 86%;
  font-size: 15px;
  line-height: 16px;
  font-weight: 100;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif !important;
  padding-top: 10px;
}

.step-5 .petc {
  font-size: 15px;
  line-height: 16px;
  font-weight: 100;
  font-family: Asap, Helvetica, Arial, sans-serif;
  padding-top: 12px;
}

.step-5 .petc-tick3 {
  font-size: 15px;
  line-height: 16px;
  font-weight: 100;
  font-family: Asap, Helvetica, Arial, sans-serif;
  padding-top: 12px;
}

.step-5 .bt-c {
  background-color: #c4dd39 !important;
  color: #072f52;
  padding: 5px !important;
  border: 3px solid #ffffff !important;
  border-radius: 12px !important;
  width: 82% !important;
  font-size: 14px;
  text-align: center;
  margin-top: 10px !important;
  font-family: Asap, Helvetica, Arial, sans-serif;
}

.step-5 .reg-headc {
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif !important;
  font-size: 20px;
  width: 100% !important;
  font-weight: bold;
}

.step-5 .phn-img {
  display: none;
}

.step-5 .usefultxt {
  display: none;
}

.step-5 .reg-img-mob {
  display: none;
}

.step-5 .space-c {
  height: 10px;
}

.step-5 .tickc {
  float: right;
  width: 88% !important;
  font-size: 15px;
  line-height: 16px;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
}

.step-5 .tick1 {
  padding-top: 16px;
  width: 190px;
}

.step-5 .tick2 {
  padding-top: 6px !important;
  width: 190px;
}

.step-5 .tick3 {
  padding-top: 19px !important;
  width: 190px;
}

.step-5 .pet-get-a-quote {
  padding: 115px 0 0 0 !important;
}

.step-5 .displaym {
  display: none;
}

@media only screen and (max-width: 1095px) {
  .step-5 .pet-get-a-quote {
    padding: 125px 0 0 0 !important;
  }
  .step-5 .petcon {
    height: 250px;
  }
}

@media only screen and (max-width: 480px) {
  .step-5 .displaym {
    display: block !important;
  }
  .step-5 .hidem {
    display: none;
  }
  .step-5 .numone-c,
  .step-5 .numtwo-con {
    font-size: 24px !important;
  }
  .step-5 .phn-iconc {
    display: none;
  }
  .step-5 .phn-img {
    display: block;
    width: 50%;
    margin: 0 auto;
    text-align: center;
    padding: 20px 0 0 0;
  }
  .step-5 .usefultxt-c {
    display: none;
  }
  .step-5 .usefultxt {
    font-size: 24px;
    font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
    color: #083050;
    display: block;
    text-align: center;
  }
  .step-5 .cs-con {
    padding: 1em 0 0 0;
    text-align: center;
  }
  .step-5 .firstnum-c {
    padding: 0 0 0 0;
    text-align: center;
    font-size: 11px;
    width: 65%;
    margin: 0 auto;
  }
  .step-5 .medc {
    padding: 1em 0 0 0;
    text-align: center;
  }
  .step-5 .mednum-c {
    padding: 0 0 0 0;
    text-align: center;
    font-size: 24px;
  }
  .step-5 .claimsc {
    padding: 1em 0 0 0;
    text-align: center;
  }
  .step-5 .claimsn-c {
    padding: 0 0 0 0;
    text-align: center;
    font-size: 24px;
    padding-bottom: 20px;
  }
  .step-5 .medc {
    width: 65%;
    margin: 0 auto;
  }
}

@media only screen and (max-width: 768px) {
  .step-5 .contactc {
    background-image: none;
  }
  .step-5 .mob-hide {
    display: none;
  }
  .step-5 .float-right {
    float: none !important;
  }
}

@media only screen and (max-width: 1040px) {
  .step-5 #qeButtonPrint {
    margin-right: 40%;
  }
  .step-5 .contactc {
    margin-bottom: 25px;
    width: 100%;
  }
  .step-5 .ls {
    width: 100%;
    padding: 0;
  }
  .step-5 .custaside {
    height: 960px !important;
  }
  .step-5 .section-confirmation {
    padding: 3em 0.8em 0 0.8em !important;
  }
  .step-5 .reg-img {
    display: none;
  }
  .step-5 .reg-txtc {
    width: 80%;
    margin: 0 auto;
    text-align: center;
    float: none;
  }
  .step-5 .reg-parac {
    width: 100%;
  }
  .step-5 .bt-c {
    width: 100% !important;
    margin: 30px auto !important;
  }
  .step-5 .reg-img-mob {
    display: block;
  }
  .step-5 .reg-c {
    height: 250px;
  }
  .step-5 .petcon {
    height: 300px;
  }
  .step-5 .vouch-c {
    height: 250px;
  }
  .step-5 .tick1,
  .step-5 .tick2,
  .step-5 .tick3 {
    text-align: left !important;
  }
  .step-5 .tick3 {
    padding-top: 22px;
  }
  .step-5 .tick2 {
    padding-top: 21px;
  }
  .step-5 .btns-row {
    margin: 0 !important;
  }
  .step-5 .space-confirmation {
    display: none;
  }
}

@media only screen and (max-width: 585px) {
  .step-5 .tick2 {
    padding-top: 5px;
  }
  .step-5 .petcon {
    height: 340px;
  }
  .step-5 .vouch-c {
    height: 270px;
  }
}

@media only screen and (max-width: 400px) {
  .step-5 .vouch-c {
    height: 295px;
  }
  .step-5 .reg-c {
    height: 280px;
  }
}

@media only screen and (max-width: 350px) {
  .step-5 .petc-tick3 {
    padding-top: 10px !important;
  }
}

.it .step-5 .btn.primary {
  margin: 0 auto;
  font-size: 16px;
}

.it .step-5 .section-confirmation {
  padding: 40px 30px 40px 30px;
}

.it .step-5 .test p:first-child {
  font-size: 28px;
  font-weight: bold;
}

.it .step-5 .thnk-container {
  width: 100%;
  display: table;
  overflow: auto;
}

.it .step-5 .refrenceno {
  color: #0ac0f2;
  font-size: 18px;
  font-weight: bold;
}

.it .lft-container img {
  width: 240px;
}

.it .step-5 .lft-container {
  float: none;
  width: 100%;
}
@media screen and (min-width: 1040px) {
  .it .step-5 .lft-container {
    width: 30%;
    float: left;
    margin-right: 10px;
  }
}
@media screen and (min-width: 740px) {
  .it .step-5 .lft-container {
    width: 30%;
    float: left;
    margin-right: 10px;
  }
}

.it .step-5 .rght-container {
  float: none;
  width: 100%;
}
@media screen and (min-width: 1040px) {
  .it .step-5 .rght-container {
    width: 68%;
    float: right;
  }
}
@media screen and (min-width: 740px) {
  .it .step-5 .rght-container {
    width: 68%;
    float: right;
  }
}

.uk .step-5 .contact a {
  font-size: 15px;
  text-decoration: underline;
}

.uk .confirmation-container {
  width: 100%;
  overflow: auto;
  margin: 30px 0 30px 0;
}

.uk .step-5 .contact {
  text-align: center;
}

.uk .step-5 .top-area-container {
  width: 100%;
  margin: 0 auto;
  text-align: center;
  overflow: auto;
}
@media screen and (min-width: 740px) {
  .uk .step-5 .top-area-container {
    width: 80%;
  }
}
@media screen and (min-width: 1040px) {
  .uk .step-5 .top-area-container {
    width: 80%;
  }
}

.uk .step-5 .bottom-area {
  width: 90%;
  margin: 0 auto 0 auto;
  overflow: auto;
}
@media screen and (min-width: 740px) {
  .uk .step-5 .bottom-area {
    margin: 75px auto 0 auto;
  }
}
@media screen and (min-width: 1040px) {
  .uk .step-5 .bottom-area {
    margin: 75px auto 0 auto;
  }
}

.uk .step-5 .top-area-container h1 {
  color: #093051;
  padding: 0;
  text-align: center;
  margin: 0 0 20px 0;
}

.uk .step-5 .section-confirmation {
  padding: 0;
}

.uk .step-5 .cta-container img {
  width: 100%;
}

.bottom-container-header {
  color: #093051;
  font-size: 25px;
  font-weight: bolder;
  margin: 0 0 20px 0;
}

.cta-container {
  width: 100%;
  overflow: auto;
}

.uk .step-5 #qeButtonPrint {
  float: none;
  margin: 0 auto;
}
@media screen and (min-width: 740px) {
  .uk .step-5 #qeButtonPrint {
    float: left;
  }
}
@media screen and (min-width: 1040px) {
  .uk .step-5 #qeButtonPrint {
    float: left;
  }
}

.uk .step-5 #qeButtonFinish {
  float: none;
  margin: 40px auto 40px auto;
}
@media screen and (min-width: 740px) {
  .uk .step-5 #qeButtonFinish {
    float: right;
    margin: 0 auto;
  }
}
@media screen and (min-width: 1040px) {
  .uk .step-5 #qeButtonFinish {
    float: right;
    margin: 0 auto;
  }
}

.uk .step-5 .img-one,
.uk .step-5 .img-two,
.uk .step-5 .img-three {
  float: none;
}
@media screen and (min-width: 740px) {
  .uk .step-5 .img-one,
  .uk .step-5 .img-two,
  .uk .step-5 .img-three {
    float: left;
    width: 32.33%;
    margin: 0 1% 0 0;
  }
}
@media screen and (min-width: 1040px) {
  .uk .step-5 .img-one,
  .uk .step-5 .img-two,
  .uk .step-5 .img-three {
    float: left;
    width: 32.33%;
    margin: 0 1% 0 0;
  }
}

.mqe input[type='submit'],
#MQE-search,
#MQE-previous,
#MQE-remove {
  cursor: pointer;
  border-radius: 10px;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  text-align: center;
  background: #0ac0f2;
  color: #fff;
  padding: 10px 20px;
  border: none;
  transition: all 0.25s ease-in-out;
  -webkit-font-smoothing: antialiased;
  font-weight: bold;
  vertical-align: middle;
  text-transform: uppercase;
  font-size: 30px;
  margin: 0 0 10px;
  font-size: 16px;
}
.mqe input[type='submit']:hover,
#MQE-search:hover,
#MQE-previous:hover,
#MQE-remove:hover {
  color: #fff;
  background: #c4dd37;
  transition: all 0.25s ease-in-out;
}
.mqe input[type='submit'].active,
#MQE-search.active,
#MQE-previous.active,
#MQE-remove.active {
  color: #fff;
  background: #0ac0f2;
}

.mqe input[title='Finish'] {
  padding: 20px !important;
}

.mqe input[title='Proceed to next page'] {
  color: #093051;
  background: #c4dd37;
  border: 5px solid #fff;
  border-radius: 20px;
}
.mqe input[title='Proceed to next page']:hover {
  color: #041523;
  background: #d1e463;
}

.mqe {
  background: #ecf1f4;
  padding: 20px;
  font-size: 14px;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
}
.mqe .logo {
  max-width: 200px;
  margin: 0 30px 0 0;
}
.mqe fieldset {
  padding: 0;
}
.mqe input {
  max-width: 400px;
}
.mqe ol li {
  list-style-type: none;
}
.mqe li {
  margin-bottom: 20px;
}

.MQE-answer label {
  display: inline;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
}

.MQE-answer input[type='checkbox'] {
  margin: 0 14px;
}

input#MQE-next {
  border-radius: 20px;
  color: #093051;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  text-align: center;
  background: #c4dd37;
  border: 5px solid #fff;
  transition: all 0.25s ease-in-out;
  vertical-align: middle;
  padding: 10px 20px;
  text-transform: uppercase;
  cursor: pointer;
  font-weight: bold;
  -webkit-font-smoothing: antialiased;
  font-size: 30px;
  margin: 0 0 10px;
  width: 100%;
  max-width: 220px;
}

#MQE-navigation legend {
  display: none;
}

#MQE-screening fieldset > legend {
  width: 100% !important;
  margin: 10px 0 20px;
  text-align: left;
  font-size: 1.5em;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
}

#MQE-screeningBody {
  width: 100%;
  clear: both;
}
#MQE-screeningBody fieldset > legend {
  width: 100% !important;
  margin: 10px 0 20px;
}
#MQE-screeningBody input[type='radio'] {
  display: inline-block;
  width: 30px;
  clear: none;
  float: left;
  margin: 5px;
}

#MQE-previousButton {
  float: left;
}

span#MQE-nextButton {
  float: right;
}

.MQE-validationMessage {
  color: #f00;
}

#MQE-currentConditions input[type='submit'] {
  padding: 5px 8px;
  font-size: 15px;
}
@media screen and (min-width: 740px) {
  #MQE-currentConditions input[type='submit'] {
    padding: 10px 20px;
    font-size: 16px;
  }
}

#MQE-screeningBody ol {
  list-style-type: none;
}

@media screen and (min-width: 740px) {
  .recommend .quote-engine {
    padding: 10px;
  }
}

@media screen and (min-width: 740px) {
  .recommend:before {
    content: '';
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    right: 50px;
    top: -12px;
    background: url(../assets/img/slider/dog-hand.png) top right no-repeat;
    z-index: -99;
  }
}

@media screen and (min-width: 1040px) {
  .recommend:before {
    content: '';
    display: block;
    width: 400px;
    height: 400px;
    position: absolute;
    right: 130px;
    top: -12px;
    background: url(../assets/img/slider/dog-hand.png) top right no-repeat;
    z-index: -99;
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    transform: translateX(40px);
  }
  100% {
    opacity: 1;
    transform: translateX(0);
  }
}

.recommend:before {
  animation-duration: 1s;
  animation-fill-mode: both;
  animation-name: fadeInRight;
}

.recommend h1 {
  margin: 20px;
}
@media screen and (min-width: 740px) {
  .recommend h1 {
    margin: 20px 20px 0 20px;
    max-width: 60%;
  }
}
@media screen and (min-width: 1040px) {
  .recommend h1 {
    margin: 40px 50px 10px 50px;
    max-width: 400px;
  }
}

.recommend h2 {
  font-size: 22px;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  text-align: center;
  margin: 0 0 20px;
  color: rgba(9, 48, 81, 0.8);
}
@media screen and (min-width: 740px) {
  .recommend h2 {
    max-width: 500px;
    margin: 5px 20px 110px;
    color: rgba(255, 255, 255, 0.87);
    text-align: left;
  }
}
@media screen and (min-width: 1040px) {
  .recommend h2 {
    margin: 0 50px 120px 50px;
  }
}

#rafHeader {
  padding: 10px;
}
@media screen and (min-width: 1040px) {
  #rafHeader {
    background: url(../assets/img/logos/RAF-ms-form.png) no-repeat top 20px
      right 20px;
    min-height: 140px;
    padding: 20px 420px 20px 20px;
  }
}

.recommend form select {
  max-width: 310px;
  margin-bottom: 15px;
}

.recommend .step-5 input {
  display: block;
  margin: 10px 0 15px 0;
}

.quote-engine-container.recommend .form input {
  max-width: 310px;
}

.recommend legend {
  font-size: 1.5em;
  font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  text-align: left;
  width: 100%;
  margin-bottom: 40px;
}

@media screen and (min-width: 740px) {
  .recommend .form,
  .purchase-quote-page .form {
    width: 100%;
  }
  .recommend .form legend,
  .purchase-quote-page .form legend {
    font-family: 'Asap-Bold', Helvetica, Arial, sans-serif;
  }
  .recommend .form span label,
  .recommend .form label[for='DOB_1'],
  .recommend .form label[for='DOB_2'],
  .recommend .form label[for='DOB_3'],
  .recommend .form label[for='DOB_4'],
  .recommend .form label[for='DOB_5'],
  .recommend .form label[for='DOB_6'],
  .recommend .form label[for='DOB_7'],
  .recommend .form label[for='DOB_8'],
  .purchase-quote-page .form span label,
  .purchase-quote-page .form label[for='DOB_1'],
  .purchase-quote-page .form label[for='DOB_2'],
  .purchase-quote-page .form label[for='DOB_3'],
  .purchase-quote-page .form label[for='DOB_4'],
  .purchase-quote-page .form label[for='DOB_5'],
  .purchase-quote-page .form label[for='DOB_6'],
  .purchase-quote-page .form label[for='DOB_7'],
  .purchase-quote-page .form label[for='DOB_8'] {
    display: block;
    float: left;
    margin: 6px 20px 0px;
    width: 36%;
    text-align: right;
    clear: left;
  }
  .recommend .form label + span,
  .purchase-quote-page .form label + span {
    float: left;
    clear: right;
    display: block;
  }
  .recommend .form span input,
  .purchase-quote-page .form span input {
    clear: right;
    max-width: 250px;
  }
  .recommend .form span select,
  .recommend .form span input,
  .purchase-quote-page .form span select,
  .purchase-quote-page .form span input {
    margin-bottom: 20px;
  }
}

.recommend .form .dob,
.purchase-quote-page .form .dob {
  margin: 7px 6px 0 0;
}
.recommend .form .dob label,
.purchase-quote-page .form .dob label {
  display: none;
}

.recommend .form .radio-tick label,
.recommend .form .radio-tick.change,
.purchase-quote-page .form .radio-tick label,
.purchase-quote-page .form .radio-tick.change {
  clear: none;
}
@media screen and (min-width: 740px) {
  .recommend .form .radio-tick label,
  .recommend .form .radio-tick.change,
  .purchase-quote-page .form .radio-tick label,
  .purchase-quote-page .form .radio-tick.change {
    width: auto;
    margin: 0 30px 0 0;
  }
}

.recommend .form #cardType,
.purchase-quote-page .form #cardType {
  min-width: 250px;
}

.recommend .form .card-number-short,
.purchase-quote-page .form .card-number-short {
  width: 100%;
}
.recommend .form .card-number-short select,
.purchase-quote-page .form .card-number-short select {
  width: 48.42222%;
  margin-right: 2%;
}
@media screen and (min-width: 740px) {
  .recommend .form .card-number-short select,
  .purchase-quote-page .form .card-number-short select {
    width: 13.8%;
  }
}
.recommend .form .card-number-short select:last-of-type,
.purchase-quote-page .form .card-number-short select:last-of-type {
  margin-right: 0;
}

.recommend .form label {
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  color: rgba(9, 48, 81, 0.87);
  font-size: 16px;
  font-weight: bold;
}

[id^='rafLink_'] {
  cursor: pointer;
  margin-left: 20px;
  background: #0ac0f2;
  color: #fff;
  display: inline-block;
  padding: 10px 20px;
  text-decoration: none !important;
  border-radius: 10px;
}

.recommend .btn.primary {
  position: static;
  float: right;
  display: block;
  width: 100%;
  max-width: 360px;
}

#qeButtonRecommendNow {
  max-width: 380px;
  float: right;
}

#rafFooter {
  float: left;
  font-size: 12px;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  margin: 20px;
  color: rgba(51, 51, 51, 0.65);
}

.recommend .help {
  right: 100px;
  top: 40px;
}

@media screen and (min-width: 1040px) {
  .recommend #genericMSG {
    width: 70%;
    margin: 0 0 15px 20px;
  }
}

@media screen and (min-width: 1040px) {
  #rafYourClientInfoErrMSGs,
  #raf1ErrMSGs {
    margin-left: 39.5%;
    width: 28%;
  }
}

section.RAFsection {
  background: transparent;
  width: 100%;
  padding: 0;
}
section.RAFsection p {
  max-width: 600px;
}

[id^='rafTitle_'] {
  margin-top: 10px;
}

@media screen and (min-width: 740px) {
  body.idol .step-4 .quote-1 dt {
    background: #365771;
    color: #fff;
  }
}

@media screen and (min-width: 740px) {
  .quote-1 .quote-header,
  .quote-4 .quote-header {
    float: right;
  }
}

#annual .quote-4 dt {
  display: block !important;
}

/*///////////////////////////////////////////////
///GDPR CHANGES UK
////////////////////////////////////////////////*/
.email-a-quote .qeDeclarationBullets p {
  width: 180px;
  float: left;
}

.email-a-quote .qeDeclarationBullets li {
  margin: 0 0 2px 20px;
}

.email-a-quote .qeDeclarationBullets li::before {
  content: '-';
  display: inline-block;
  position: absolute;
  left: -10px;
}

.email-a-quote .btn.primary {
  font-size: 1.2em;
}

.email-a-quote p,
.email-a-quote li {
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
  font-size: 12px;
}

.email-a-quote {
  overflow: hidden;
  background: #ecf1f4;
  padding: 20px;
}

.email-a-quote label {
  width: 22%;
  float: left;
}

.email-a-quote .data-protection {
  font-size: 12px;
  line-height: 22px;
  margin-top: 0;
  display: inline-block;
  word-break: break-word;
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif;
}

.email-a-quote .btns-row {
  margin: 0;
}

.email-a-quote .btns-row .button-container {
  float: right;
}

.email-a-quote .btns-row .button-container .btn.primary {
  position: relative;
}

.email-a-quote #step4Contents fieldset {
  padding: 5px 0 10px;
}

@media (min-width: 500px) {
  .email-a-quote input[type='text'],
  .email-a-quote input[type='email'] {
    clear: inherit;
    width: 40%;
  }
}

.uk .step-4 .qeDeclarationBullets li::before {
  content: '-';
  display: inline-block;
  position: absolute;
  left: -10px;
}

.uk .step-4 .qeDeclarationBullets {
  margin-left: 50px;
}

.uk .step-4 label[for='privacy_#GDPROption#'] {
  float: left !important;
  width: 100px !important;
}

.uk .step-4 #privacySpan_EMAIL,
#privacySpan_SMS,
#privacySpan_PHONE,
#privacySpan_POST {
  display: table;
}

.uk .step-4 #privacy_EMAIL,
#privacy_SMS,
#privacy_PHONE,
#privacy_POST {
  margin: 12px 0 0 0;
}

.uk .step-4 label[for='marketingConsentCatcher'] {
  padding: 20px 0 0 0 !important;
}

.uk .step-4 label[for='add1'],
.uk .step-4 label[for='add2'],
.uk .step-4 label[for='add3'],
.uk .step-4 label[for='add4'],
.uk .step-4 label[for='postcode'],
.uk .step-4 label[for='addCountry'] {
  width: 22%;
}

.uk .step-4 label[for='marketingConsentCatcher'] {
  padding: 20px 0 0 0;
}

.uk .step-4 #agreeTCErrMSGs.server-help {
  float: left;
}

/*///////////////////////////////////////////////
///GDPR CHANGES UK END
////////////////////////////////////////////////*/
/*///////////////////////////////////////////////
///GDPR CHANGES ITALY
////////////////////////////////////////////////*/
.it .step-4 .qeDeclarationBullets li {
  font-size: 12px;
}

.it .step-4 .qeDeclarationBullets li::before {
  content: '-';
  display: inline-block;
  position: absolute;
  left: -10px;
}

.it .step-4 .qeDeclarationBullets {
  margin-left: 50px;
}

/*///////////////////////////////////////////////
///GDPR CHANGES ITALY END
////////////////////////////////////////////////*/
/*///////////////////////////////////////////////
///IDD CHANGES
////////////////////////////////////////////////*/
/*Mobile hamburger logo*/
@media screen and (max-width: 768px) {
  .uk .thirty-year .logo-container a {
    display: none;
  }
}

/*Mobile hamburger logo*/
.uk .quick-quote .hero.compact {
  background: url('../assets/img/slider/dog-globe.png') bottom -20px left 95% no-repeat;
  padding: 10px 10px 20px 0;
  min-height: 410px;
}

@media screen and (max-width: 783px) {
  .uk .quick-quote .hero.compact {
    background: none;
  }
}

/*Footer changes */
.uk .footer-links-qe {
  text-align: center;
  width: 100% !important;
}

.uk .copyright {
  width: 100%;
}

.uk .copyright small {
  text-align: center;
  margin: 0 auto;
  width: 55%;
}

.uk .utility-menu-qe {
  width: 100% !important;
  text-align: center;
}

/*Footer changes */
/*IPID changes*/
.uk label[for='documentSendMethodPost'] {
  margin-right: 30px !important;
}

.uk #step4Contents legend {
  margin-bottom: 15px !important;
}

.uk #step4Contents fieldset {
  margin-left: 20px;
}

.uk .quote-engine fieldset {
  padding: 5px 10px 15px 0;
}

body {
  font-family: 'Asap-Regular', Helvetica, Arial, sans-serif !important;
}

.uk label[for='DOB_1'] {
  text-align: left !important;
  margin: 6px 20px 0px 0 !important;
}

.uk #qeButtonShowAddress {
  margin-left: calc(22% + 20px);
}

.uk .btns-row {
  float: right !important;
  width: 98% !important;
  margin: 0 0 50px !important;
}

.uk #step4Contents .wdyhau legend {
  text-align: left;
  width: 24%;
}

.uk .step-4 .terms .form > span {
  margin: 10px 20px 10px 0;
}

.uk .fsize-policydoc {
  font-size: 16px;
}

.uk .policy-docs {
  display: none;
}

/*IPID changes*/
/*IPID radio button changes*/
.uk .step-4 .form label + span {
  margin: 5px 0 0 0;
  float: left;
  font-size: 14px;
  color: #093051;
}

.uk .radio-tick span {
  width: 52%;
}

.uk #withSMSContainer span,
#row_postcodeAnywhere span {
  float: none;
}

.uk #withSMSContainer .form {
  display: table;
}

.uk .step-4 .form span label {
  text-align: left;
  margin: 6px 20px 0px 0;
}

.step-4 #row_add2,
.step-4 #row_add3,
.step-4 #row_add4,
.step-4 #row_postcode {
  display: block;
}

@media screen and (max-width: 1024px) {
  .additionalBuyNowButton > #qeButtonBuyNow2 {
    display: none;
  }

  .quote-engine .trust-messages {
    display: none;
  }
}

.uk #step4Contents legend {
  margin: 6px 0 10px 0 !important;
}

/*IPID radio button changes*/
@media screen and (max-width: 739px) {
  .uk #qeButtonShowAddress {
    margin-left: 0 !important;
  }
  .uk .step-4 .form span label {
    margin: 6px 20px 0px 4px !important;
  }
  .uk #step4Contents legend {
    margin: 6px 0 10px 0px !important;
  }
  .uk .quote-engine .radio-tick input + label,
  .uk .quote-engine .trip-type input + label,
  .uk .quote-engine .group-type input + label,
  .uk .quote-engine input[type='radio'] + label {
    width: 98%;
    text-align: center;
  }
  .uk label[for='initials_1'],
  .uk label[for='title_1'],
  .uk label[for='surname_1'],
  .uk label[for='DOB_1'],
  .uk label[for='email'],
  .uk label[for='emailConfirm'],
  .uk label[for='telephone'],
  .uk label[for='qeButtonShowAddress'],
  .uk label[for='ccName'],
  .uk label[for='ccNumber'],
  .uk label[for='validDate'],
  .uk label[for='expiryDate'],
  .uk label[for='issueNumber'],
  .uk label[for='cvv'],
  .uk .step-4 .form .card-number-short select,
  .uk .purchase-quote-page .form .card-number-short select {
    width: 100%;
  }
  .uk .radio-tick span,
  .uk #step4Contents .wdyhau legend,
  .uk .quote-engine .radio-tick {
    width: 100%;
  }
}

/*///////////////////////////////////////////////
///IDD CHANGES END
////////////////////////////////////////////////*/

/*# sourceMappingURL=../maps/quote-engine.css.map */
