.highcharts-container {
    position: relative;
    overflow: hidden;
    width: 100%;
    height: 100%;
    text-align: left;
    line-height: normal;
    z-index: 0;
    -webkit-tap-highlight-color: transparent;
    font-family: Lucida Grande, Lucida Sans Unicode, arial, helvetica, sans-serif;
    font-size: 0.75rem;
}
.highcharts-root text {
    stroke-width: 0;
}
.highcharts-strong {
    font-weight: 700;
}
.highcharts-emphasized {
    font-style: italic;
}
.highcharts-background {
    fill: #fff;
}
.highcharts-label-box,
.highcharts-plot-background,
.highcharts-plot-border {
    fill: none;
}
.highcharts-button-box {
    fill: inherit;
}
.highcharts-title {
    fill: #333;
    font-size: 1.5em;
}
.highcharts-subtitle {
    fill: #666;
}
.highcharts-axis-line {
    fill: none;
    stroke: #ccd6eb;
}
.highcharts-yaxis .highcharts-axis-line {
    stroke-width: 0;
}
.highcharts-axis-title {
    fill: #666;
}
.highcharts-axis-labels {
    fill: #666;
    cursor: default;
    font-size: 0.9em;
}
.highcharts-grid-line {
    fill: none;
    stroke: #e6e6e6;
}
.highcharts-xaxis-grid .highcharts-grid-line {
    stroke-width: 0;
}
.highcharts-tick {
    stroke: #ccd6eb;
}
.highcharts-yaxis .highcharts-tick {
    stroke-width: 0;
}
.highcharts-minor-grid-line {
    stroke: #f2f2f2;
}
.highcharts-crosshair-thin {
    stroke-width: 1px;
    stroke: #ccc;
}
.highcharts-crosshair-category {
    stroke: #ccd6eb;
    stroke-opacity: 0.25;
}
.highcharts-credits {
    cursor: pointer;
    fill: #999;
    font-size: 0.7em;
    transition: fill 0.25s, font-size 0.25s;
}
.highcharts-credits:hover {
    fill: #000;
    font-size: 1em;
}
.highcharts-tooltip {
    cursor: default;
    pointer-events: none;
    white-space: nowrap;
    transition: stroke 0.15s;
}
.highcharts-tooltip text {
    fill: #333;
}
.highcharts-tooltip .highcharts-header {
    font-size: 0.85em;
}
.highcharts-tooltip-box {
    stroke-width: 1px;
    fill: #f7f7f7;
    fill-opacity: 0.85;
}
.highcharts-selection-marker {
    fill: #335cad;
    fill-opacity: 0.25;
}
.highcharts-graph {
    fill: none;
    stroke-width: 2px;
    stroke-linecap: round;
    stroke-linejoin: round;
}
.highcharts-state-hover .highcharts-graph {
    stroke-width: 3;
}
.highcharts-state-hover path {
    transition: stroke-width 50;
}
.highcharts-state-normal path {
    transition: stroke-width 0.25s;
}
.highcharts-data-labels,
.highcharts-markers,
.highcharts-point,
g.highcharts-series {
    transition: opacity 0.25s;
}
.highcharts-legend-point-active .highcharts-point:not(.highcharts-point-hover),
.highcharts-legend-series-active .highcharts-data-labels:not(.highcharts-series-hover),
.highcharts-legend-series-active .highcharts-markers:not(.highcharts-series-hover),
.highcharts-legend-series-active g.highcharts-series:not(.highcharts-series-hover) {
    opacity: 0.2;
}
.highcharts-color-0 {
    fill: #7cb5ec;
    stroke: #7cb5ec;
}
.highcharts-color-1 {
    fill: #434348;
    stroke: #434348;
}
.highcharts-color-2 {
    fill: #90ed7d;
    stroke: #90ed7d;
}
.highcharts-color-3 {
    fill: #f7a35c;
    stroke: #f7a35c;
}
.highcharts-color-4 {
    fill: #8085e9;
    stroke: #8085e9;
}
.highcharts-color-5 {
    fill: #f15c80;
    stroke: #f15c80;
}
.highcharts-color-6 {
    fill: #e4d354;
    stroke: #e4d354;
}
.highcharts-color-7 {
    fill: #2b908f;
    stroke: #2b908f;
}
.highcharts-color-8 {
    fill: #f45b5b;
    stroke: #f45b5b;
}
.highcharts-color-9 {
    fill: #91e8e1;
    stroke: #91e8e1;
}
.highcharts-area {
    fill-opacity: 0.75;
    stroke-width: 0;
}
.highcharts-markers {
    stroke-width: 1px;
    stroke: #fff;
}
.highcharts-point {
    stroke-width: 1px;
}
.highcharts-dense-data .highcharts-point {
    stroke-width: 0;
}
.highcharts-data-label {
    font-size: 0.9em;
    font-weight: 700;
}
.highcharts-data-label-box {
    fill: none;
    stroke-width: 0;
}
.highcharts-data-label text {
    fill: #333;
}
.highcharts-data-label-connector {
    fill: none;
}
.highcharts-halo {
    fill-opacity: 0.25;
    stroke-width: 0;
}
.highcharts-point-select {
    fill: #ccc;
    stroke: #000;
}
.highcharts-column-series rect.highcharts-point {
    stroke: #fff;
}
.highcharts-column-series .highcharts-point {
    transition: fill-opacity 0.25s;
}
.highcharts-column-series .highcharts-point-hover {
    fill-opacity: 0.75;
    transition: fill-opacity 50ms;
}
.highcharts-pie-series .highcharts-point {
    stroke-linejoin: round;
    stroke: #fff;
}
.highcharts-pie-series .highcharts-point-hover {
    fill-opacity: 0.75;
    transition: fill-opacity 50ms;
}
.highcharts-pie-series .highcharts-point-select {
    fill: inherit;
    stroke: inherit;
}
.highcharts-funnel-series .highcharts-point {
    stroke-linejoin: round;
    stroke: #fff;
}
.highcharts-funnel-series .highcharts-point-hover {
    fill-opacity: 0.75;
    transition: fill-opacity 50ms;
}
.highcharts-funnel-series .highcharts-point-select {
    fill: inherit;
    stroke: inherit;
}
.highcharts-pyramid-series .highcharts-point {
    stroke-linejoin: round;
    stroke: #fff;
}
.highcharts-pyramid-series .highcharts-point-hover {
    fill-opacity: 0.75;
    transition: fill-opacity 50ms;
}
.highcharts-pyramid-series .highcharts-point-select {
    fill: inherit;
    stroke: inherit;
}
.highcharts-solidgauge-series .highcharts-point {
    stroke-width: 0;
}
.highcharts-treemap-series .highcharts-point {
    stroke-width: 1px;
    stroke: #e6e6e6;
    transition: stroke 0.25s, fill 0.25s, fill-opacity 0.25s;
}
.highcharts-treemap-series .highcharts-point-hover {
    stroke: #999;
    transition: stroke 25ms, fill 25ms, fill-opacity 25ms;
}
.highcharts-treemap-series .highcharts-above-level {
    display: none;
}
.highcharts-treemap-series .highcharts-internal-node {
    fill: none;
}
.highcharts-treemap-series .highcharts-internal-node-interactive {
    fill-opacity: 0.15;
    cursor: pointer;
}
.highcharts-treemap-series .highcharts-internal-node-interactive:hover {
    fill-opacity: 0.75;
}
.highcharts-legend-box {
    fill: none;
    stroke-width: 0;
}
.highcharts-legend-item text {
    fill: #333;
    font-weight: 700;
    cursor: pointer;
    stroke-width: 0;
}
.highcharts-legend-item:hover text {
    fill: #000;
}
.highcharts-legend-item-hidden * {
    fill: #ccc !important;
    stroke: #ccc !important;
    transition: fill 0.25s;
}
.highcharts-legend-nav-active {
    fill: #039;
    cursor: pointer;
}
.highcharts-legend-nav-inactive {
    fill: #ccc;
}
.highcharts-legend-title-box {
    fill: none;
    stroke-width: 0;
}
.highcharts-loading {
    position: absolute;
    background-color: #fff;
    opacity: 0.5;
    text-align: center;
    z-index: 10;
    transition: opacity 0.25s;
}
.highcharts-loading-hidden {
    height: 0 !important;
    opacity: 0;
    overflow: hidden;
    transition: opacity 0.25s, height 0.25s step-end;
}
.highcharts-loading-inner {
    font-weight: 700;
    position: relative;
    top: 45%;
}
.highcharts-pane,
.highcharts-plot-band {
    fill: #000;
    fill-opacity: 0.05;
}
.highcharts-plot-line {
    fill: none;
    stroke: #999;
    stroke-width: 1px;
}
.highcharts-boxplot-box {
    fill: #fff;
}
.highcharts-boxplot-median {
    stroke-width: 2px;
}
.highcharts-bubble-series .highcharts-point {
    fill-opacity: 0.5;
}
.highcharts-errorbar-series .highcharts-point {
    stroke: #000;
}
.highcharts-gauge-series .highcharts-data-label-box {
    stroke: #ccc;
    stroke-width: 1px;
}
.highcharts-gauge-series .highcharts-dial {
    fill: #000;
    stroke-width: 0;
}
.highcharts-polygon-series .highcharts-graph {
    fill: inherit;
    stroke-width: 0;
}
.highcharts-waterfall-series .highcharts-graph {
    stroke: #333;
    stroke-dasharray: 1, 3;
}
.highcharts-navigator-mask-outside {
    fill-opacity: 0;
}
.highcharts-navigator-mask-inside {
    fill: #6685c2;
    fill-opacity: 0.25;
    cursor: ew-resize;
}
.highcharts-navigator-outline {
    stroke: #ccc;
    fill: none;
}
.highcharts-navigator-handle {
    stroke: #ccc;
    fill: #f2f2f2;
    cursor: ew-resize;
}
.highcharts-navigator-series {
    fill: #335cad;
    stroke: #335cad;
}
.highcharts-navigator-series .highcharts-graph {
    stroke-width: 1px;
}
.highcharts-navigator-series .highcharts-area {
    fill-opacity: 0.05;
}
.highcharts-navigator-xaxis .highcharts-axis-line {
    stroke-width: 0;
}
.highcharts-navigator-xaxis .highcharts-grid-line {
    stroke-width: 1px;
    stroke: #e6e6e6;
}
.highcharts-navigator-xaxis.highcharts-axis-labels {
    fill: #999;
}
.highcharts-navigator-yaxis .highcharts-grid-line {
    stroke-width: 0;
}
.highcharts-scrollbar-thumb {
    fill: #ccc;
    stroke: #ccc;
    stroke-width: 1px;
}
.highcharts-scrollbar-button {
    fill: #e6e6e6;
    stroke: #ccc;
    stroke-width: 1px;
}
.highcharts-scrollbar-arrow {
    fill: #666;
}
.highcharts-scrollbar-rifles {
    stroke: #666;
    stroke-width: 1px;
}
.highcharts-scrollbar-track {
    fill: #f2f2f2;
    stroke: #f2f2f2;
    stroke-width: 1px;
}
.highcharts-button {
    fill: #f7f7f7;
    stroke: #ccc;
    cursor: default;
    stroke-width: 1px;
    transition: fill 0.25s;
}
.highcharts-button text {
    fill: #333;
}
.highcharts-button-hover {
    transition: fill 0ms;
    fill: #e6e6e6;
    stroke: #333;
}
.highcharts-button-pressed {
    font-weight: 700;
    fill: #e6ebf5;
    stroke: #335cad;
}
.highcharts-button-disabled text {
    fill: #ccc;
}
.highcharts-range-selector-buttons .highcharts-button {
    stroke-width: 0;
}
.highcharts-range-label rect {
    fill: none;
}
.highcharts-range-label text {
    fill: #666;
}
.highcharts-range-input rect {
    fill: none;
}
.highcharts-range-input text {
    fill: #333;
}
input.highcharts-range-selector {
    position: absolute;
    border: 0;
    width: 1px;
    height: 1px;
    padding: 0;
    text-align: center;
    left: -9em;
}
.highcharts-crosshair-label text {
    fill: #fff;
    font-size: 1.1em;
}
.highcharts-crosshair-label .highcharts-label-box {
    fill: inherit;
}
.highcharts-candlestick-series .highcharts-point {
    stroke: #000;
    stroke-width: 1px;
}
.highcharts-candlestick-series .highcharts-point-up {
    fill: #fff;
}
.highcharts-ohlc-series .highcharts-point-hover {
    stroke-width: 3px;
}
.highcharts-flags-series .highcharts-point {
    stroke: #999;
    fill: #fff;
}
.highcharts-flags-series .highcharts-point-hover {
    stroke: #000;
    fill: #ccd6eb;
}
.highcharts-flags-series .highcharts-point text {
    fill: #000;
    font-size: 0.9em;
    font-weight: 700;
}
.highcharts-map-series .highcharts-point {
    transition: fill 0.5s, fill-opacity 0.5s, stroke-width 0.25s;
    stroke: #ccc;
}
.highcharts-map-series .highcharts-point-hover {
    transition: fill 0ms, fill-opacity 0ms;
    fill-opacity: 0.5;
    stroke-width: 2px;
}
.highcharts-mapline-series .highcharts-point {
    fill: none;
}
.highcharts-heatmap-series .highcharts-point {
    stroke-width: 0;
}
.highcharts-map-navigation {
    font-size: 1.3em;
    font-weight: 700;
    text-align: center;
}
.highcharts-coloraxis {
    stroke-width: 0;
}
.highcharts-coloraxis-marker {
    fill: #999;
}
.highcharts-null-point {
    fill: #f7f7f7;
}
.highcharts-3d-frame {
    fill: transparent;
}
.highcharts-contextbutton {
    fill: #fff;
    stroke: none;
    stroke-linecap: round;
}
.highcharts-contextbutton:hover {
    fill: #e6e6e6;
    stroke: #e6e6e6;
}
.highcharts-button-symbol {
    stroke: #666;
    stroke-width: 3px;
}
.highcharts-menu {
    border: 1px solid #999;
    background: #fff;
    padding: 5px 0;
    box-shadow: 3px 3px 10px #888;
}
.highcharts-menu-item {
    padding: 0.5em 1em;
    background: none;
    color: #333;
    cursor: pointer;
    transition: background 0.25s, color 0.25s;
}
.highcharts-menu-item:hover {
    background: #335cad;
    color: #fff;
}
.highcharts-drilldown-point {
    cursor: pointer;
}
.highcharts-drilldown-axis-label,
.highcharts-drilldown-data-label text {
    cursor: pointer;
    fill: #039;
    font-weight: 700;
    text-decoration: underline;
}
.highcharts-no-data text {
    font-weight: 700;
    font-size: 0.75rem;
    fill: #666;
}
.m-data-group-item div.m-data-group-item__data > p,
.m-data-group-item div.m-data-group-item__data > ul {
    margin: 0;
}
.picture-fit-fallback {
    background-position: 50%;
    background-size: cover;
    display: block;
    height: 100%;
    width: 100%;
}
.no-objectfit .picture-fit img {
    display: none;
}
.l-max--left {
    margin-left: 0;
    margin-right: 0;
}
.prevent-scroll {
    overflow: hidden;
}
.download-link-wrapper {
    padding-left: 2em;
    position: relative;
}
.download-link-wrapper a:before {
    background-image: url(../images/icons/png/blue/icon-download.png);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 24px;
    margin-bottom: -0.375em;
    margin-left: -2em;
    position: absolute;
    width: 24px;
}
.svg .download-link-wrapper a:before {
    background-image: url(../images/icons/svg/blue/icon-download.svg);
}
.numero-vert {
    background: #fff;
    border: 1px solid #78b41e;
    color: #78b41e;
    display: inline-block;
    font-family: arial, helvetica, sans-serif;
    font-size: 1.1875rem;
    font-weight: 700;
    line-height: 1.105;
    margin: 10px 0;
    padding: 5px 5.7em 3px 0.526em;
    position: relative;
    text-align: left;
    white-space: nowrap;
}
.numero-vert:before {
    border-bottom: 8px solid transparent;
    border-left: 8px solid #fff;
    border-top: 8px solid transparent;
    content: "";
    height: 0;
    position: absolute;
    right: 87px;
    top: 8px;
    width: 0;
    z-index: 1;
}
.numero-vert:after {
    background-color: #78b41e;
    box-sizing: border-box;
    color: #fff;
    content: "Service & appel gratuits";
    display: inline-block;
    font-family: arial, helvetica, sans-serif;
    font-size: 0.625rem;
    font-weight: 400;
    height: 32px;
    line-height: 1;
    padding: 7px 0.5em 5px 1em;
    position: absolute;
    right: 5px;
    top: -2px;
    white-space: normal;
    width: 90px;
}
.numero-vert a,
.t-accent-dark .numero-vert a,
.t-accent-light .numero-vert a,
.t-card-accent-dark .m-card .numero-vert a,
.t-card-accent-light .m-card .numero-vert a {
    border-bottom: 0;
    color: #78b41e;
    font-family: arial, helvetica, sans-serif;
    padding-bottom: 0;
}
.forms .m-form-row {
    width: 100%;
}
.forms.forms--connection-error .forms__form {
    display: none;
}
.forms.forms--connection-error .forms__error-message {
    display: block;
}
.forms.forms--success .forms__form {
    display: none;
}
.forms.forms--success .forms__success-message {
    display: block;
}
.forms .forms__input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.forms .forms__input .a-label {
    -ms-flex: auto;
    flex: auto;
}
.forms .forms__terms-conditions-label {
    margin-bottom: 30px;
}
.forms .forms__modal {
    border: 1px solid #CCC;
    border-radius: 8px;
    box-shadow: inset 0 2px 2px 0 hsla(0, 0%, 80%, 0.5);
    max-height: 200px;
    overflow: auto;
    padding: 8px 1.25em;
}
.forms .forms__modal-link {
    word-break: break-word;
}
.forms .forms__checkbox {
    margin-bottom: 30px;
    margin-top: 15px;
}
.forms .forms__error-msg {
    display: none;
    letter-spacing: -0.00625rem;
}
.forms .forms__error-message,
.forms .forms__success-message {
    display: none;
    margin-top: 30px;
}
.forms .forms__heading {
    margin-bottom: 40px;
    margin-top: 0;
}
.forms .forms__sub-heading {
    margin-top: 40px;
}
.forms .forms__success-heading {
    margin-bottom: 10px;
}
.forms .a-keyline-divider {
    margin: 40px 0;
}
.forms .m-card-notification {
    margin-bottom: 40px;
}
.forms .forms__error-msg--show {
    display: block;
}
.forms .m-checkbox-group__item:last-child {
    margin-right: 1px;
}
.forms .l-columns,
.forms .l-columns .m-checkbox-group--multiselect {
    margin-top: 0;
}
.no-js .forms__modal-link {
    display: none;
}
.a-button.a-button--android,
.a-button.a-button--ios {
    background-color: transparent;
    background-size: 100%;
    border: 0;
    height: 55px;
    padding: 0;
}
.a-button.a-button--android:focus,
.a-button.a-button--android:hover,
.a-button.a-button--ios:focus,
.a-button.a-button--ios:hover {
    background-color: transparent;
}
.a-button.a-button--ios {
    background-image: url(../images/buttons/app-store-en.png);
    width: 165px;
}
.a-button.a-button--android {
    background-image: url(../images/buttons/google-play-en.png);
    width: 185px;
}
html:lang(fr-FR) .a-button.a-button--ios {
    background-image: url(../images/buttons/app-store-fr.png);
    width: 174px;
}
html:lang(fr-FR) .a-button.a-button--android {
    background-image: url(../images/buttons/google-play-fr.png);
}
html:lang(pl-PL) .a-button.a-button--ios {
    background-image: url(../images/buttons/app-store-pl.png);
}
html:lang(pl-PL) .a-button.a-button--android {
    background-image: url(../images/buttons/google-play-pl.png);
}
.button-app-wrapper {
    display: inline-block;
    vertical-align: bottom;
    width: 100%;
}
.hero-wrapper {
    position: relative;
}
.hero {
    display: table;
    height: 100%;
    min-height: 720px;
    overflow: hidden;
    width: 100%;
}
.hero-wrapper--viewport-height .hero {
    min-height: calc(100vh - 90px);
    position: relative;
}
.hero-wrapper--small-screen-bottom-centre .hero__content-wrapper,
.hero-wrapper--small-screen-bottom-left .hero__content-wrapper {
    bottom: 20px;
    position: absolute;
}
.hero-wrapper--small-screen-bottom-centre.hero-wrapper--chevron .hero__content-wrapper,
.hero-wrapper--small-screen-bottom-left.hero-wrapper--chevron .hero__content-wrapper {
    bottom: 36px;
}
.hero-wrapper--small-screen-bottom-left .hero__content {
    text-align: left;
}
.hero-wrapper--small-screen-middle-centre.hero-wrapper--chevron .hero__content {
    margin-bottom: 36px;
}
.hero-wrapper--small-screen-bottom-centre .button-app-wrapper .a-button,
.hero-wrapper--small-screen-middle-centre .button-app-wrapper .a-button,
.hero-wrapper--small-screen-top-centre .button-app-wrapper .a-button {
    margin-left: auto;
    margin-right: auto;
}
.hero__img-wrapper {
    height: 100%;
    position: absolute;
    width: 100%;
}
.hero__img {
    height: 100%;
    -o-object-fit: cover;
    font-family: object-fit\: cover;
    object-fit: cover;
    width: 100%;
}
.hero__content-wrapper {
    display: table-cell;
    padding: 20px 0;
    vertical-align: middle;
    width: 100%;
}
.hero__content {
    margin: 0 auto;
    position: relative;
    text-align: center;
    width: 100%;
    z-index: 2;
}
.hero__secondary-content {
    z-index: 1;
}
.hero__text,
.hero__title {
    color: #fff;
}
.hero__title {
    margin: 0;
}
.hero__text.a-heading--1 {
    margin-bottom: 0;
    margin-top: 5px;
}
.hero__btn {
    margin-top: 20px;
    width: 100%;
}
.hero__btn:first-of-type {
    margin-top: 15px;
}
.hero-usp-strip {
    background-color: #000;
    bottom: 0;
    display: none;
    height: 76px;
    opacity: 0.7;
    padding: 20px 0;
    position: absolute;
    text-align: center;
    width: 100%;
}
.hero-usp-strip__icon {
    height: 18px;
    margin-right: 0.375em;
    width: 26px;
}
.hero-usp-strip__icon--tick {
    background-image: url(../images/icons/png/green/icon-usp-tick.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
}
.hero-usp-strip__description {
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
}
.hero-usp-strip__description,
.hero-usp-strip__icon {
    display: inline-block;
    vertical-align: middle;
}
.hero-wrapper--with-form.hero-wrapper--chevron .hero-chevron {
    bottom: 661px;
}
.hero-chevron {
    background-image: url(../images/icons/png/white/icon-chevron.png);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    border: 0;
    bottom: 20px;
    display: inline-block;
    height: 16px;
    left: 50%;
    margin: 0 auto;
    position: absolute;
    transform: translateX(-50%);
    width: 36px;
}
.svg .hero-chevron {
    background-image: url(../images/icons/svg/white/icon-chevron.svg);
}
.svg .hero-usp-strip__icon--tick {
    background-image: url(../images/icons/svg/green/icon-usp-tick.svg);
}
.no-js .hero {
    min-height: 720px;
}
.no-js .hero-wrapper--chevron.hero-wrapper--with-form .hero-chevron {
    bottom: 20px;
}
.m-card.m-card--editorial {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
}
.l-columns--1-medium .m-card-content,
.m-card--50,
.m-card--50 .m-card__img,
.m-card-image__img {
    width: 100%;
}
.no-js .travel-form {
    display: none;
}
.no-js .nojs-wrapper {
    display: block;
    text-align: center;
}
.flexbox .travel-form__trip-list {
    display: -ms-flexbox;
    display: flex;
    margin: 0;
    padding: 0;
}
.travel-form__trip-item {
    background: #E5EAF2;
    border: 0;
    color: #2a2a2a;
    cursor: pointer;
    display: inline-block;
    font-family: source_sans_probold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    font-weight: 700;
    min-height: 100%;
    padding: 16px 1.25em 15px;
    text-align: center;
    transition: background 0.35s, border-color 0.35s, color 0.35s;
    width: 50%;
}
.travel-form__trip-item.travel-form__trip-item--selected,
.travel-form__trip-item:hover {
    background: #008153;
    color: #fff;
}
.flexbox .travel-form__form {
    display: -ms-flexbox;
    display: flex;
}
.travel-form__form-wrapper {
    background-color: #fff;
    padding: 0 0.625em;
}
.travel-form__form .l-columns,
.travel-form__form .travel-form__section,
.travel-form__submit .a-button--primary {
    width: 100%;
}
.l-columns > .l-columns__column.travel-form__submit {
    margin-top: 0;
}
.travel-form__section {
    border-top: 2px dotted #ccc;
}
.travel-form__section .m-form-row {
    border: none;
    margin-bottom: 20px;
    padding: 0;
}
.travel-form__section .a-label {
    margin-bottom: 10px;
    margin-top: 17px;
}
.travel-form__where {
    border-top: 0;
}
.flexbox .travel-form__date {
    -ms-flex-positive: 2;
    flex-grow: 2;
}
.travel-form__date-container {
    display: block;
}
.travel-form__date-container .a-date {
    background-color: #F1F3F8;
    box-shadow: 0 2px 2px 0 hsla(0, 0%, 80%, 0.5);
}
.travel-form__date-container .a-date:after {
    background-color: #F1F3F8;
}
.travel-form__date-separator {
    background: #fff;
    display: block;
    height: 15px;
    text-align: center;
    width: 100%;
}
.travel-form__date-separator--content {
    display: none;
}
.travel-form__date--left,
.travel-form__date--left:focus,
.travel-form__date--left:hover {
    border-radius: 5px;
}
.travel-form__date--right {
    clear: both;
    display: block;
    width: 100%;
}
.travel-form__date--right,
.travel-form__date--right:focus,
.travel-form__date--right:hover {
    border-radius: 5px;
}
.is-startrange .pika-button {
    background: #4ca02b;
    border-radius: 50px 0 0 50px;
}
.is-endrange .pika-button {
    background: #4CA79F;
    border-radius: 0 50px 50px 0;
}
.travel-form .m-datepicker .pika-lendar:last-child:before {
    border: 0;
}
.travel-form .m-datepicker .pika-lendar:before {
    left: 15%;
}
.travel-form .m-datepicker--range .pika-lendar:before {
    display: block;
}
.is-startrange.is-endrange .pika-button {
    border-radius: 50px;
}
.travel-form__submit .a-button--primary {
    margin-top: 20px;
}
.travel-form__date-placeholder:before {
    content: attr(placeholder);
    width: 100%;
}
.travel-form__date-placeholder:hover:before {
    content: "";
    width: 0;
}
.travel-form__groupbox {
    display: none;
}
.travel-form__groupbox .travel-form__groupsection {
    margin: 0;
    width: 100%;
}
.travel-form__groupbox .a-plusminus__minus,
.travel-form__groupbox .a-plusminus__plus {
    height: 55px;
    width: 3.438em;
}
.travel-form__groupbox.group-selected,
.travel-form__groupbox.group-selected .travel-form__groupsection--group {
    display: block;
}
.travel-form__groupbox.group-selected .travel-form__groupsection--adults,
.travel-form__groupbox.group-selected .travel-form__groupsection--children {
    display: none;
}
.travel-form__groupbox.family-selected,
.travel-form__groupbox.family-selected .travel-form__groupsection--adults,
.travel-form__groupbox.family-selected .travel-form__groupsection--children {
    display: block;
}
.travel-form__groupbox.family-selected .travel-form__groupsection--group {
    display: none;
}
.hero__secondary-content {
    position: relative;
}
.nojs-wrapper {
    display: none;
}
.l-section__cta-wrapper {
    padding-top: 15px;
}
.l-section__description p:first-child {
    margin-top: 0;
}
.l-columns--center {
    -ms-flex-pack: center;
    justify-content: center;
}
.l-section__cta {
    margin-right: 15px;
    margin-top: 15px;
}
.l-section {
    padding: 0;
}
.l-section.o-tabs-primary > .l-content-container {
    margin-bottom: 40px;
    margin-top: 0;
}
.l-section.o-tabs-primary > .l-content-container .l-section__cta-wrapper {
    padding-top: 0;
}
.l-section > .l-content-container {
    margin-bottom: 40px;
    margin-top: 40px;
}
.l-section > .l-content-container .l-section__description + div,
.l-section > .l-content-container > div + div {
    margin-top: 40px;
    padding-top: 0;
}
.l-section > .l-content-container .keyline-divider {
    margin: 0;
    padding: 0;
}
.l-section > .l-content-container .keyline-divider .a-keyline-divider--horizontal-solid,
.l-section > .l-content-container .keyline-divider .a-keyline-divider--horizontal-solid-light {
    margin-bottom: 40px;
    margin-top: 40px;
}
.l-section > .l-content-container .keyline-divider .a-keyline-divider--horizontal-dashed {
    margin-bottom: 30px;
    margin-top: 30px;
}
.l-section > .l-content-container .keyline-divider + div {
    margin-top: 0;
}
.l-section > .l-content-container .l-editorial-content .a-wayfinder {
    margin-bottom: 5px;
}
.l-section > .l-content-container .l-section__heading {
    margin: 0;
}
.l-section > .l-content-container .l-section__heading + div {
    margin-bottom: 0;
    margin-top: 20px;
}
.l-section > .l-content-container .l-section__heading + .l-section__description {
    margin-top: 10px;
}
.l-section > .l-content-container .l-section__heading + div.l-section__cta-wrapper {
    margin-top: 5px;
    padding-top: 0;
}
.l-section > .l-content-container .l-section__heading + div.l-section__cta-wrapper .l-section__cta {
    display: inline-block;
}
.l-section > .l-content-container .l-section__heading + div.l-section__cta-wrapper .l-section__cta:first-child {
    margin-top: 15px;
}
.l-section > .l-content-container .l-section__description + div.l-section__cta-wrapper {
    margin-top: 5px;
}
.l-section > .l-content-container .l-section__description + div.l-section__cta-wrapper .l-section__cta {
    display: inline-block;
}
.l-section > .l-content-container .l-section__description + div.l-section__cta-wrapper .l-section__cta:first-child {
    margin-top: 15px;
}
.l-section__description {
    margin-bottom: 0;
    margin-top: 0;
}
.l-section__description p:last-child {
    margin-bottom: 0;
}
.l-section__description + div .o-card-carousel .m-card,
.l-section__heading + div .o-card-carousel .m-card {
    margin-top: 0;
}
.text--centre .l-section__cta-wrapper,
.text--centre .l-section__description,
.text--centre .l-section__heading {
    text-align: center;
}
.text--centre .button-app-wrapper .a-button,
.text--centre .l-section__description {
    margin-left: auto;
    margin-right: auto;
}
.button--centre .l-section__cta-wrapper {
    text-align: center;
}
.t-accent-light--blue-tint,
.t-card-accent-dark .m-card.t-accent-light--blue-tint,
.t-card-accent-light .m-card.t-accent-light--blue-tint {
    background-color: #dbe1ed;
}
.t-accent-dark--dark-grey-tint,
.t-card-accent-dark .m-card.t-accent-dark--dark-grey-tint,
.t-card-accent-light .m-card.t-accent-dark--dark-grey-tint {
    background-color: #262633;
}
.l-columns--bordered .l-columns__column:before,
.l-columns--grid-lines .l-columns__column:before {
    display: block;
}
.l-columns--grid-lines .l-columns__column {
    overflow: visible;
    position: relative;
}
.l-columns--grid-lines .l-columns__column:before {
    border-color: #a7a7a7;
    border-width: 1px;
    content: "";
    opacity: 0.5;
    position: absolute;
}
.l-columns--grid-lines .l-columns__column:nth-child(n + 2):before {
    border-top-style: solid;
    left: 0;
    right: 0;
    top: -10px;
}
.l-columns--grid-lines .l-columns__column.richtext-advanced,
.l-columns--grid-lines .l-columns__column.richtext-basic,
.l-columns--grid-lines .l-columns__column.richtext-super {
    margin-top: 36px;
}
.l-columns--grid-lines .l-columns__column.richtext-advanced:first-child,
.l-columns--grid-lines .l-columns__column.richtext-basic:first-child,
.l-columns--grid-lines .l-columns__column.richtext-super:first-child {
    margin-top: 35px;
}
.l-columns--grid-lines .l-columns__column.richtext-advanced > :first-child > :first-child,
.l-columns--grid-lines .l-columns__column.richtext-advanced > :first-child > :first-child > :first-child,
.l-columns--grid-lines .l-columns__column.richtext-basic > :first-child > :first-child,
.l-columns--grid-lines .l-columns__column.richtext-basic > :first-child > :first-child > :first-child,
.l-columns--grid-lines .l-columns__column.richtext-super > :first-child > :first-child,
.l-columns--grid-lines .l-columns__column.richtext-super > :first-child > :first-child > :first-child {
    margin-top: 0;
}
.l-columns--grid-lines .l-columns__column.richtext-advanced:nth-child(n + 2):before,
.l-columns--grid-lines .l-columns__column.richtext-basic:nth-child(n + 2):before,
.l-columns--grid-lines .l-columns__column.richtext-super:nth-child(n + 2):before {
    top: -18px;
}
.t-accent-dark .l-columns--bordered,
.t-accent-dark .l-columns--grid-lines .l-columns__column:before {
    border-color: #fff;
}
.t-accent-dark .l-columns--bordered.t-accent-light,
.t-accent-dark .l-columns--grid-lines.t-accent-light .l-columns__column:before {
    border-color: #a7a7a7;
}
.l-content-container .l-columns.l-columns--bordered {
    border-radius: 10px;
    border-width: 2px;
    margin-left: 0;
}
.l-columns--bordered {
    border: 2px solid #ccc !important;
    border-radius: 10px;
    margin-top: 0;
    padding: 20px 2.313em 32px;
}
.t-accent-light.t-card-accent-dark .a-button:not(.a-button--transparent) {
    color: #000000;
}
.t-accent-light.t-card-accent-dark .a-button:not(.a-button--transparent):hover {
    border-color: #000000;
    color: #fff;
}
.t-accent-light.t-card-accent-dark .l-section__cta-wrapper a {
    color: #000000;
}
.t-accent-light.t-card-accent-dark .l-section__cta-wrapper a:hover {
    border-color: #000000;
    color: #000000;
}
.t-accent-light.t-card-accent-dark .l-section__cta-wrapper .a-button {
    border-style: solid;
}
.t-accent-light.t-card-accent-dark .l-section__cta-wrapper .a-button--transparent:hover {
    color: #fff;
}
.o-modal__content .l-section {
    padding-left: 0;
    padding-right: 0;
}
.o-modal__content .l-section .l-content-container > .l-section__description {
    width: auto;
}
.o-modal__content #main-content > .l-section:first-child .l-content-container,
.o-modal__content #main-content > div div:first-child .l-content-container {
    margin-top: 0;
}
.o-modal__content #main-content > .l-section:last-child .l-content-container,
.o-modal__content #main-content > div div:last-child .l-content-container {
    margin-bottom: 0;
}
.colour-tiles,
.colour-tiles__tile {
    width: 100%;
}
.flexbox .colour-tiles {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flexbox .colour-tiles--image,
.flexbox .colour-tiles--reverse {
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
}
.no-flexbox .colour-tiles {
    display: table;
}
.no-flexbox .colour-tiles__tile:first-child {
    display: table-caption;
}
.no-flexbox .colour-tiles--image .colour-tiles__tile:first-child,
.no-flexbox .colour-tiles--reverse .colour-tiles__tile:first-child,
.no-flexbox .colour-tiles__tile + .colour-tiles__tile {
    display: table-cell;
}
.no-flexbox .colour-tiles--image .colour-tiles__tile + .colour-tiles__tile,
.no-flexbox .colour-tiles--reverse .colour-tiles__tile + .colour-tiles__tile {
    display: table-caption;
}
.colour-tiles .colour-tiles__tile.colour-tiles__tile--image {
    padding: 0;
}
.colour-tiles__image {
    height: 100%;
    -o-object-fit: cover;
    font-family: object-fit\: cover;
    object-fit: cover;
    vertical-align: middle;
    width: 100%;
}
.t-accent-dark .a-list-ordered .a-list-ordered > li:before {
    color: #fff;
}
.colour-tiles--image .colour-tiles__tile--image {
    height: 160px;
}
.colour-tiles__tile .colour-tiles__heading {
    font-family: source_sans_prosemibold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    font-size: 1.75rem;
    font-weight: 600;
    letter-spacing: normal;
    line-height: 1.29;
    margin-top: 0;
}
.colour-tiles__description {
    font-family: source_sans_proregular, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    font-size: 1rem;
    font-weight: 300;
    line-height: 1.5;
    max-width: 400px;
    max-width: 25rem;
}
.colour-tiles__description p:first-of-type {
    margin-top: 0;
}
.colour-tiles__description p:last-of-type {
    margin-bottom: 0;
}
.colour-tiles--single .colour-tiles__tile {
    border-radius: 10px;
    padding: 44px 1.063em;
}
.colour-tiles--single .colour-tiles__tile .colour-tiles__heading {
    font-size: 1.75rem;
    letter-spacing: -0.00625rem;
    line-height: 1.25;
    margin-bottom: 15px;
}
.colour-tiles--single .colour-tiles__tile .colour-tiles__description {
    letter-spacing: -0.00625rem;
    max-width: 620px;
    max-width: 38.75rem;
}
.colour-tiles--single .colour-tiles__tile .colour-tiles__cta {
    margin-top: 25px;
}
.colour-tiles--double .colour-tiles__tile {
    padding: 40px 1.25em;
}
.colour-tiles--double .colour-tiles__tile .colour-tiles__heading {
    font-size: 1.5rem;
    line-height: 1.42;
    margin-bottom: 10px;
}
.colour-tiles--double .colour-tiles__tile .colour-tiles__cta {
    margin-top: 20px;
}
.colour-tiles--double .colour-tiles__tile:first-of-type {
    border-radius: 10px 10px 0 0;
}
.colour-tiles--double .colour-tiles__tile:last-of-type {
    border-radius: 0 0 10px 10px;
}
@media screen and (min-width: 48em) {
    .colour-tiles--double .colour-tiles__tile:first-of-type {
        border-radius: 10px 0 0 10px;
    }
    .colour-tiles--double .colour-tiles__tile:last-of-type {
        border-radius: 0 10px 10px 0;
    }
}
.colour-tiles--image .colour-tiles__tile {
    padding: 20px 1.25em;
}
.colour-tiles--image .colour-tiles__tile .colour-tiles__heading {
    margin-bottom: 10px;
}
.colour-tiles--image .colour-tiles__tile .colour-tiles__cta {
    margin-top: 20px;
}
.u-text--left .colour-tiles__description {
    margin: 0;
}
.u-text--center .colour-tiles__description {
    margin: 0 auto;
}
.colour-tiles--image.colour-tiles--full-bleed {
    height: 339px;
    position: relative;
}
.colour-tiles--image.colour-tiles--full-bleed .colour-tiles__heading {
    color: #fff;
    font-size: 2rem;
    letter-spacing: -0.0125rem;
    line-height: 1.313;
    margin-bottom: 15px;
}
.colour-tiles--image.colour-tiles--full-bleed .colour-tiles__tile {
    background-color: transparent;
    height: 100%;
    width: 100%;
    z-index: 1;
}
.colour-tiles--image.colour-tiles--full-bleed .colour-tiles__tile.colour-tiles__text-wrapper {
    display: table;
    position: relative;
}
.colour-tiles--image.colour-tiles--full-bleed .colour-tiles__tile .colour-tiles__tile-wrapper {
    display: table-cell;
    margin: 0 auto;
    vertical-align: middle;
}
.colour-tiles--image.colour-tiles--full-bleed .colour-tiles__tile--image {
    left: 0;
    padding: 0;
    position: absolute;
    width: 100%;
    z-index: 0;
}
.colour-tiles--image.colour-tiles--full-bleed .colour-tiles__description {
    color: #fff;
    font-size: 1.25rem;
    letter-spacing: -0.0125rem;
    line-height: 1.4;
    max-width: 11em;
    width: 11em;
}
.colour-tiles--image.colour-tiles--full-bleed .colour-tiles__cta:not(.a-button),
.colour-tiles--image.colour-tiles--full-bleed .colour-tiles__description a {
    color: #fff;
}
.colour-tiles--image.colour-tiles--full-bleed a.colour-tiles__cta:not(.a-button):hover {
    border-bottom-color: #fff;
}
.colour-tiles .colour-tiles__tile .colour-tiles__cta:not(.a-button) {
    display: inline-block;
    margin-top: 10px;
}
.u-text--center.colour-tiles__tile--double-cta .colour-tiles__cta--link {
    margin-left: 0.563em;
    margin-right: 0.563em;
}
.colour-tiles--single .colour-tiles__tile.colour-tiles__tile--double-cta .colour-tiles__cta--link {
    margin-top: 48px;
    vertical-align: middle;
}
.colour-tiles--double .colour-tiles__tile.colour-tiles__tile--double-cta .colour-tiles__cta--link,
.colour-tiles--image .colour-tiles__tile.colour-tiles__tile--double-cta .colour-tiles__cta--link {
    margin-top: 20px;
    vertical-align: middle;
}
.colour-tiles__icon {
    margin-bottom: 21px;
}
.article-byline {
    margin: 0 0 25px;
}
.article-byline__date {
    font-family: source_sans_prosemibold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.29;
}
.headline ~ .article-byline {
    border-bottom: 1px solid #E5EAF2;
    margin: 24px 0 0;
    padding-bottom: 13px;
}
.icon-card .icon-card__icon {
    margin: 30px auto 0;
}
.icon-card__icon {
    display: block;
    height: 75px;
    width: 4.688em;
}
.icon-card__icon--checkmark-green,
.icon-card__icon--checkmark-white {
    height: 32px;
    width: 2em;
}
.icon-card__icon--aircon,
.icon-card__icon--audiovisual,
.icon-card__icon--calculator,
.icon-card__icon--camera,
.icon-card__icon--chart,
.icon-card__icon--clothes,
.icon-card__icon--jewellery,
.icon-card__icon--laptop,
.icon-card__icon--money-dollar,
.icon-card__icon--wardrobe,
.icon-card__icon--washing-machine {
    height: 64px;
    width: 4em;
}
.icon-card__icon--accident-recovery-badge {
    background: url(../images/icons/png/multicolour/icon-accident-recovery-badge.png) no-repeat 50%;
}
.icon-card__icon--aircon {
    background: url(../images/icons/png/blue/icon-aircon.png) no-repeat 50% / contain;
}
.icon-card__icon--annual-boiler-service-badge {
    background: url(../images/icons/png/multicolour/icon-annual-boiler-service-badge.png) no-repeat 50%;
}
.icon-card__icon--at-home-repairs-badge {
    background: url(../images/icons/png/multicolour/icon-at-home-repairs-badge.png) no-repeat 50%;
}
.icon-card__icon--atv {
    background: url(../images/icons/png/multicolour/icon-atv.png) no-repeat 50% / contain;
}
.icon-card__icon--audiovisual {
    background: url(../images/icons/png/blue/icon-audiovisual.png) no-repeat 50% / contain;
}
.icon-card__icon--aviva-investment-account-badge {
    background: url(../images/icons/png/multicolour/icon-aviva-investment-account-badge.png) no-repeat 50%;
}
.icon-card__icon--awnings-and-generators-badge {
    background: url(../images/icons/png/multicolour/icon-awnings-and-generators-badge.png) no-repeat 50%;
}
.icon-card__icon--badge-apply-online {
    background: url(../images/icons/png/multicolour/badge-apply-online.png) no-repeat 50%;
}
.icon-card__icon--badge-corporate-insurance-products {
    background: url(../images/icons/png/multicolour/icon-badge-corporate-insurance-products.png) no-repeat 50%;
}
.icon-card__icon--badge-cover {
    background: url(../images/icons/png/multicolour/badge-cover.png) no-repeat 50%;
}
.icon-card__icon--badge-discount {
    background: url(../images/icons/png/multicolour/badge-discount.png) no-repeat 50%;
}
.icon-card__icon--badge-enhance-your-cover {
    background: url(../images/icons/png/multicolour/badge-enhance-your-cover.png) no-repeat 50%;
}
.icon-card__icon--badge-financial-support-loved-ones {
    background: url(../images/icons/png/multicolour/badge-financial-support-loved-ones.png) no-repeat 50% / contain;
}
.icon-card__icon--badge-guaranteed-payouts {
    background: url(../images/icons/png/multicolour/badge-guaranteed-payouts.png) no-repeat 50%;
}
.icon-card__icon--badge-home-medical-assistance {
    background: url(../images/icons/png/multicolour/badge-home-medical-assistance.png) no-repeat 50% / contain;
}
.icon-card__icon--badge-keep-100-percent {
    background: url(../images/icons/png/multicolour/badge-keep-100-percent.png) no-repeat 50%;
}
.icon-card__icon--badge-lowest-premium-fees {
    background: url(../images/icons/png/multicolour/badge-lowest-premium-fees.png) no-repeat 50%;
}
.icon-card__icon--badge-market-leader {
    background: url(../images/icons/png/multicolour/badge-market-leader.png) no-repeat 50%;
}
.icon-card__icon--badge-monthly-premium-poland {
    background: url(../images/icons/png/multicolour/badge-monthly-premium-poland.png) no-repeat 50%;
}
.icon-card__icon--badge-multiply-your-money {
    background: url(../images/icons/png/multicolour/badge-multiply-your-money.png) no-repeat 50%;
}
.icon-card__icon--badge-no-capital-gains-tax {
    background: url(../images/icons/png/multicolour/badge-no-capital-gains-tax.png) no-repeat 50% / contain;
}
.icon-card__icon--badge-private-medical {
    background: url(../images/icons/png/multicolour/badge-private-medical.png) no-repeat 50% / contain;
}
.icon-card__icon--badge-protect-loved-ones {
    background: url(../images/icons/png/multicolour/badge-protect-loved-ones.png) no-repeat 50%;
}
.icon-card__icon--badge-public-liability-insurance {
    background: url(../images/icons/png/multicolour/badge-public-liability-insurance.png) no-repeat 50%;
}
.icon-card__icon--badge-response-water {
    background: url(../images/icons/png/multicolour/badge-response-water.png) no-repeat 50%;
}
.icon-card__icon--badge-savings {
    background: url(../images/icons/png/multicolour/badge-savings.png) no-repeat 50%;
}
.icon-card__icon--badge-savings-poland {
    background: url(../images/icons/png/multicolour/badge-savings-poland.png) no-repeat 50% / contain;
}
.icon-card__icon--badge-specialist-care-and-treatment {
    background: url(../images/icons/png/multicolour/badge-specialist-care-and-treatment.png) no-repeat 50%;
}
.icon-card__icon--badge-stolen-baggage {
    background: url(../images/icons/png/multicolour/badge-stolen-baggage.png) no-repeat 50% / contain;
}
.icon-card__icon--badge-tax-benefit {
    background: url(../images/icons/png/multicolour/badge-tax-benefit.png) no-repeat 50% / contain;
}
.icon-card__icon--badge-tax-exemption-poland {
    background: url(../images/icons/png/multicolour/badge-tax-exemption-poland.png) no-repeat 50%;
}
.icon-card__icon--badge-towing {
    background: url(../images/icons/png/multicolour/badge-towing.png) no-repeat 50%;
}
.icon-card__icon--badge-treatment-repayment {
    background: url(../images/icons/png/multicolour/badge-treatment-repayment.png) no-repeat 50% / contain;
}
.icon-card__icon--boat {
    background: url(../images/icons/png/multicolour/icon-boat.png) no-repeat 50% / contain;
}
.icon-card__icon--calculator {
    background: url(../images/icons/png/blue/icon-calculator.png) no-repeat 50% / contain;
}
.icon-card__icon--claim-received-badge {
    background: url(../images/icons/png/multicolour/icon-claim-received-badge.png) no-repeat 50% / contain;
}
.icon-card__icon--camera {
    background: url(../images/icons/png/blue/icon-camera.png) no-repeat 50% / contain;
}
.icon-card__icon--car {
    background: url(../images/icons/png/multicolour/icon-car.png) no-repeat 50% / contain;
}
.icon-card__icon--care-and-support {
    background: url(../images/icons/png/multicolour/icon-care-and-support.png) no-repeat 50% / contain;
}
.icon-card__icon--car-damage-badge {
    background: url(../images/icons/png/multicolour/icon-car-damage-badge.png) no-repeat 50% / contain;
}
.icon-card__icon--chart {
    background: url(../images/icons/png/blue/icon-chart.png) no-repeat 50% / contain;
}
.icon-card__icon--check-shield {
    background: url(../images/icons/png/multicolour/icon-check-shield.png) no-repeat 50% / contain;
}
.icon-card__icon--checkmark-green {
    background: url(../images/icons/png/green/icon-checkmark-green.png) no-repeat 50% / contain;
}
.icon-card__icon--checkmark-white {
    background: url(../images/icons/png/white/icon-checkmark-white.png) no-repeat 50% / contain;
}
.icon-card__icon--childrens-cover-badge {
    background: url(../images/icons/png/multicolour/icon-childrens-cover-badge.png) no-repeat 50% / contain;
}
.icon-card__icon--choose-your-type-of-trust-badge {
    background: url(../images/icons/png/multicolour/icon-choose-your-type-of-trust-badge.png) no-repeat 50% / contain;
}
.icon-card__icon--classic-car-laid-up-cover-badge {
    background: url(../images/icons/png/multicolour/icon-classic-car-laid-up-cover-badge.png) no-repeat 50%;
}
.icon-card__icon--clothes {
    background: url(../images/icons/png/blue/icon-clothes.png) no-repeat 50% / contain;
}
.icon-card__icon--collector-car {
    background: url(../images/icons/png/multicolour/icon-collector-car.png) no-repeat 50% / contain;
}
.icon-card__icon--comprehensive-cover-motorbike-badge {
    background: url(../images/icons/png/multicolour/icon-comprehensive-cover-motorbike-badge.png) no-repeat 50%;
}
.icon-card__icon--condo {
    background: url(../images/icons/png/multicolour/icon-condo.png) no-repeat 50% / contain;
}
.icon-card__icon--convenience-badge {
    background: url(../images/icons/png/multicolour/icon-convenience-badge.png) no-repeat 50%;
}
.icon-card__icon--cottage {
    background: url(../images/icons/png/multicolour/icon-cottage.png) no-repeat 50% / contain;
}
.icon-card__icon--courtesy-vehicle-van-badge {
    background: url(../images/icons/png/multicolour/icon-courtesy-vehicle-van-badge.png) no-repeat 50%;
}
.icon-card__icon--cover-from-age-17-to-75-badge {
    background: url(../images/icons/png/multicolour/icon-cover-from-age-17-to-75-badge.png) no-repeat 50%;
}
.icon-card__icon--critical-illness {
    background: url(../images/icons/png/multicolour/icon-critical-illness.png) no-repeat 50% / contain;
}
.icon-card__icon--driving-other-cars-badge {
    background: url(../images/icons/png/multicolour/icon-driving-other-cars-badge.png) no-repeat 50%;
}
.icon-card__icon--emergency-treatment {
    background: url(../images/icons/png/multicolour/icon-emergency-treatment.png) no-repeat 50% / contain;
}
.icon-card__icon--european-cover-badge {
    background: url(../images/icons/png/multicolour/icon-european-cover-badge.png) no-repeat 50%;
}
.icon-card__icon--european-touring-cover-badge {
    background: url(../images/icons/png/multicolour/icon-european-touring-cover-badge.png) no-repeat 50%;
}
.icon-card__icon--equine-insurance {
    background: url(../images/icons/png/multicolour/icon-equine-insurance.png) no-repeat 50% / contain;
}
.icon-card__icon--family-cover {
    background: url(../images/icons/png/multicolour/icon-family-cover.png) no-repeat 50% / contain;
}
.icon-card__icon--free-parent-life-cover {
    background: url(../images/icons/png/multicolour/icon-free-parent-life-cover-badge.png) no-repeat 50% / contain;
}
.icon-card__icon--funds-SGD {
    background: url(../images/icons/png/multicolour/icon-funds-SGD.png) no-repeat 50% / contain;
}
.icon-card__icon--general-insurance-badge {
    background: url(../images/icons/png/multicolour/icon-general-insurance-badge.png) no-repeat 50% / contain;
}
.icon-card__icon--group-insurance {
    background: url(../images/icons/png/multicolour/icon-group-insurance.png) no-repeat 50% / contain;
}
.icon-card__icon--health {
    background: url(../images/icons/png/multicolour/icon-health.png) no-repeat 50% / contain;
}
.icon-card__icon--health-access {
    background: url(../images/icons/png/multicolour/icon-health-access.png) no-repeat 50% / contain;
}
.icon-card__icon--health-cover {
    background: url(../images/icons/png/multicolour/icon-health-cover.png) no-repeat 50% / contain;
}
.icon-card__icon--help-guidance-badge {
    background: url(../images/icons/png/multicolour/icon-help-guidance-badge.png) no-repeat 50% / contain;
}
.icon-card__icon--hole-in-one {
    background: url(../images/icons/png/multicolour/icon-hole-in-one.png) no-repeat 50% / contain;
}
.icon-card__icon--home {
    background: url(../images/icons/png/multicolour/icon-home.png) no-repeat 50% / contain;
}
.icon-card__icon--ideal-income-SGD {
    background: url(../images/icons/png/multicolour/icon-ideal-income-SGD.png) no-repeat 50% / contain;
}
.icon-card__icon--income-protect-SGD {
    background: url(../images/icons/png/multicolour/icon-income-protect-SGD.png) no-repeat 50% / contain;
}
.icon-card__icon--individual-no-claims-discount-badge {
    background: url(../images/icons/png/multicolour/icon-individual-no-claims-discount-badge.png) no-repeat 50%;
}
.icon-card__icon--invest-SGD {
    background: url(../images/icons/png/multicolour/icon-invest-SGD.png) no-repeat 50% / contain;
}
.icon-card__icon--investment {
    background: url(../images/icons/png/multicolour/icon-investment.png) no-repeat 50% / contain;
}
.icon-card__icon--investment-charges-badge {
    background: url(../images/icons/png/multicolour/icon-investment-charges-badge.png) no-repeat 50%;
}
.icon-card__icon--investments-account-flexibility-badge {
    background: url(../images/icons/png/multicolour/icon-investments-account-flexibility-badge.png) no-repeat 50%;
}
.icon-card__icon--jewellery {
    background: url(../images/icons/png/blue/icon-jewellery.png) no-repeat 50% / contain;
}
.icon-card__icon--laptop {
    background: url(../images/icons/png/blue/icon-laptop.png) no-repeat 50% / contain;
}
.icon-card__icon--leisure-activities {
    background: url(../images/icons/png/multicolour/icon-leisure-activities.png) no-repeat 50% / contain;
}
.icon-card__icon--legal-liability-badge {
    background: url(../images/icons/png/multicolour/icon-legal-liability-badge.png) no-repeat 50%;
}
.icon-card__icon--life {
    background: url(../images/icons/png/multicolour/icon-life.png) no-repeat 50% / contain;
}
.icon-card__icon--lifetime-cover-badge {
    background: url(../images/icons/png/multicolour/icon-lifetime-cover-badge.png) no-repeat 50% / contain;
}
.icon-card__icon--lost-money {
    background: url(../images/icons/png/multicolour/icon-lost-money.png) no-repeat 50% / contain;
}
.icon-card__icon--lump-sum-guarantee-badge {
    background: url(../images/icons/png/multicolour/icon-lump-sum-guarantee-badge.png) no-repeat 50% / contain;
}
.icon-card__icon--manufactured-home {
    background: url(../images/icons/png/multicolour/icon-manufactured-home.png) no-repeat 50% / contain;
}
.icon-card__icon--money-dollar {
    background: url(../images/icons/png/blue/icon-money-dollar.png) no-repeat 50% / contain;
}
.icon-card__icon--motor {
    background: url(../images/icons/png/multicolour/icon-motor.png) no-repeat 50% / contain;
}
.icon-card__icon--motorbike {
    background: url(../images/icons/png/multicolour/icon-motorbike.png) no-repeat 50% / contain;
}
.icon-card__icon--motorhome {
    background: url(../images/icons/png/multicolour/icon-motorhome.png) no-repeat 50% / contain;
}
.icon-card__icon--multicar-discount-badge {
    background: url(../images/icons/png/multicolour/icon-multicar-discount-badge.png) no-repeat 50%;
}
.icon-card__icon--multi-pet {
    background: url(../images/icons/png/multicolour/icon-multi-pet.png) no-repeat 50% / contain;
}
.icon-card__icon--new-bike-replacement-badge {
    background: url(../images/icons/png/multicolour/icon-new-bike-replacement-badge.png) no-repeat 50%;
}
.icon-card__icon--newborn-to-pre-school-badge {
    background: url(../images/icons/png/multicolour/icon-newborn-to-pre-school-badge.png) no-repeat 50% / contain;
}
.icon-card__icon--new-car-replacement-badge {
    background: url(../images/icons/png/multicolour/icon-new-car-replacement-badge.png) no-repeat 50%;
}
.icon-card__icon--no-fees-no-interest-badge {
    background: url(../images/icons/png/multicolour/icon-no-fees-no-interest-badge.png) no-repeat 50%;
}
.icon-card__icon--no-purchase-necessary-badge {
    background: url(../images/icons/png/multicolour/icon-no-purchase-necessary-badge.png) no-repeat 50%;
}
.icon-card__icon--our-isa-badge {
    background: url(../images/icons/png/multicolour/icon-our-isa-badge.png) no-repeat 50%;
}
.icon-card__icon--over-50s-life-cover-badge {
    background: url(../images/icons/png/multicolour/icon-over-50s-life-cover-badge.png) no-repeat 50% / contain;
}
.icon-card__icon--pay-as-you-go-badge {
    background: url(../images/icons/png/multicolour/icon-pay-as-you-go-badge.png) no-repeat 50%;
}
.icon-card__icon--payment-SGD {
    background: url(../images/icons/png/multicolour/icon-payment-SGD.png) no-repeat 50% / contain;
}
.icon-card__icon--personal-accident {
    background: url(../images/icons/png/multicolour/icon-personal-accident.png) no-repeat 50% / contain;
}
.icon-card__icon--personal-belongings-badge {
    background: url(../images/icons/png/multicolour/icon-personal-belongings-badge.png) no-repeat 50%;
}
.icon-card__icon--pet-cover {
    background: url(../images/icons/png/multicolour/icon-pet-cover.png) no-repeat 50% / contain;
}
.icon-card__icon--pet-protection {
    background: url(../images/icons/png/multicolour/icon-pet-protection.png) no-repeat 50% / contain;
}
.icon-card__icon--policy-in-learners-name-badge {
    background: url(../images/icons/png/multicolour/icon-policy-in-learners-name-badge.png) no-repeat 50%;
}
.icon-card__icon--policy-in-your-name-badge {
    background: url(../images/icons/png/multicolour/icon-policy-in-your-name-badge.png) no-repeat 50%;
}
.icon-card__icon--quick-and-easy-to-set-up-badge {
    background: url(../images/icons/png/multicolour/icon-quick-and-easy-to-set-up-badge.png) no-repeat 50%;
}
.icon-card__icon--receive-money-quickly-badge {
    background: url(../images/icons/png/multicolour/icon-receive-money-quickly-badge.png) no-repeat 50% / contain;
}
.icon-card__icon--recovery-transport-badge {
    background: url(../images/icons/png/multicolour/icon-recovery-transport-badge.png) no-repeat 50%;
}
.icon-card__icon--recreational-trailers {
    background: url(../images/icons/png/multicolour/icon-recreational-trailers.png) no-repeat 50% / contain;
}
.icon-card__icon--repair-guarantee-badge {
    background: url(../images/icons/png/multicolour/icon-repair-guarantee-badge.png) no-repeat 50%;
}
.icon-card__icon--retirement {
    background: url(../images/icons/png/multicolour/icon-retirement.png) no-repeat 50% / contain;
}
.icon-card__icon--rewards-for-good-driving-badge {
    background: url(../images/icons/png/multicolour/icon-rewards-for-good-driving-badge.png) no-repeat 50%;
}
.icon-card__icon--roadside-assistance-badge {
    background: url(../images/icons/png/multicolour/icon-roadside-assistance-badge.png) no-repeat 50%;
}
.icon-card__icon--savings {
    background: url(../images/icons/png/multicolour/icon-savings.png) no-repeat 50% / contain;
}
.icon-card__icon--securely-managed-badge {
    background: url(../images/icons/png/multicolour/icon-securely-managed-badge.png) no-repeat 50%;
}
.icon-card__icon--shield {
    background: url(../images/icons/png/multicolour/icon-shield.png) no-repeat 50% / contain;
}
.icon-card__icon--shield-plus {
    background: url(../images/icons/png/multicolour/icon-shield-plus.png) no-repeat 50% / contain;
}
.icon-card__icon--shield-protect {
    background: url(../images/icons/png/multicolour/icon-shield-protect.png) no-repeat 50% / contain;
}
.icon-card__icon--solid-buildings-and-contents {
    background: url(../images/icons/png/multicolour/icon-solid-buildings-and-contents.png) no-repeat 50%;
}
.icon-card__icon--solid-home-office-equipment {
    background: url(../images/icons/png/multicolour/icon-solid-home-office-equipment.png) no-repeat 50%;
}
.icon-card__icon--solid-private-medical {
    background: url(../images/icons/png/blue/icon-solid-private-medical.png) no-repeat 50%;
}
.icon-card__icon--solid-repair-guarantee {
    background: url(../images/icons/png/blue/icon-solid-repair-guarantee.png) no-repeat 50%;
}
.icon-card__icon--solid-replacement-locks {
    background: url(../images/icons/png/multicolour/icon-solid-replacement-locks.png) no-repeat 50%;
}
.icon-card__icon--solid-response-electricity {
    background: url(../images/icons/png/multicolour/icon-solid-response-electricity.png) no-repeat 50%;
}
.icon-card__icon--snowmobile {
    background: url(../images/icons/png/multicolour/icon-snowmobile.png) no-repeat 50% / contain;
}
.icon-card__icon--solid-response-water {
    background: url(../images/icons/png/multicolour/icon-solid-response-water.png) no-repeat 50%;
}
.icon-card__icon--tenant {
    background: url(../images/icons/png/multicolour/icon-tenant.png) no-repeat 50% / contain;
}
.icon-card__icon--travel {
    background: url(../images/icons/png/multicolour/icon-travel.png) no-repeat 50% / contain;
}
.icon-card__icon--tool-cover-badge {
    background: url(../images/icons/png/multicolour/icon-tool-cover-badge.png) no-repeat 50%;
}
.icon-card__icon--transfer-your-isa-badge {
    background: url(../images/icons/png/multicolour/icon-transfer-your-isa-badge.png) no-repeat 50%;
}
.icon-card__icon--wardrobe {
    background: url(../images/icons/png/blue/icon-wardrobe.png) no-repeat 50%;
}
.icon-card__icon--washing-machine {
    background: url(../images/icons/png/blue/icon-washing-machine.png) no-repeat 50% / contain;
}
.icon-card__icon--approved-experts-badge {
    background: url(../images/icons/png/multicolour/approved-experts-badge.png) no-repeat 50% / contain;
}
.icon-card__icon--boiler-replacement-promise-badge {
    background: url(../images/icons/png/multicolour/boiler-replacement-promise-badge.png) no-repeat 50% / contain;
}
.icon-card__icon--help-24-7-badge {
    background: url(../images/icons/png/multicolour/help-24-7-badge.png) no-repeat 50% / contain;
}
.icon-card__icon--buildings-badge {
    background: url(../images/icons/png/multicolour/buildings-badge.png) no-repeat 50%;
}
.icon-card__icon--contents-badge {
    background: url(../images/icons/png/multicolour/contents-badge.png) no-repeat 50%;
}
.icon-card__icon--cost-of-alternative-accommodation-badge {
    background: url(../images/icons/png/multicolour/cost-of-alternative-accommodation-badge.png) no-repeat 50%;
}
.icon-card__icon--fast-and-simple-badge {
    background: url(../images/icons/png/multicolour/icon-fast-and-simple-badge.png) no-repeat 50%;
}
.icon-card__icon--finding-and-fixing-leaks-badge {
    background: url(../images/icons/png/multicolour/finding-and-fixing-leaks-badge.png) no-repeat 50%;
}
.icon-card__icon--flexible-car-insurance-cover-badge {
    background: url(../images/icons/png/multicolour/icon-flexible-car-insurance-cover-badge.png) no-repeat 50%;
}
.icon-card__icon--flexible-cover-badge {
    background: url(../images/icons/png/multicolour/icon-flexible-cover-badge.png) no-repeat 50%;
}
.icon-card__icon--food-in-the-freezer-badge {
    background: url(../images/icons/png/multicolour/food-in-the-freezer-badge.png) no-repeat 50%;
}
.icon-card__icon--four-levels-of-cover-badge {
    background: url(../images/icons/png/multicolour/icon-four-levels-of-cover-badge.png) no-repeat 50%;
}
.icon-card__icon--home-office-equipment-badge {
    background: url(../images/icons/png/multicolour/home-office-equipment-badge.png) no-repeat 50%;
}
.icon-card__icon--limited-mileage-cover-badge {
    background: url(../images/icons/png/multicolour/icon-limited-mileage-cover-badge.png) no-repeat 50%;
}
.icon-card__icon--personal-claims-service-badge {
    background: url(../images/icons/png/multicolour/personal-claims-service-badge.png) no-repeat 50%;
}
.icon-card__icon--nearby-garage-tow-badge {
    background: url(../images/icons/png/multicolour/icon-nearby-garage-tow-badge.png) no-repeat 50%;
}
.icon-card__icon--specialist-cover-badge {
    background: url(../images/icons/png/multicolour/icon-specialist-cover-badge.png) no-repeat 50%;
}
.icon-card__icon--true-value-protection-badge {
    background: url(../images/icons/png/multicolour/icon-true-value-protection-badge.png) no-repeat 50%;
}
.icon-card__icon--uninsured-driver-promise-badge {
    background: url(../images/icons/png/multicolour/icon-uninsured-driver-promise-badge.png) no-repeat 50%;
}
.icon-card__icon--unlimited-sum-insured-badge {
    background: url(../images/icons/png/multicolour/unlimited-sum-insured-badge.png) no-repeat 50%;
}
.svg .icon-card__icon--accident-recovery-badge {
    background: url(../images/icons/svg/multicolour/icon-accident-recovery-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--aircon {
    background: url(../images/icons/svg/blue/icon-aircon.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--annual-boiler-service-badge {
    background: url(../images/icons/svg/multicolour/icon-annual-boiler-service-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--at-home-repairs-badge {
    background: url(../images/icons/svg/multicolour/icon-at-home-repairs-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--atv {
    background: url(../images/icons/svg/multicolour/icon-atv.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--audiovisual {
    background: url(../images/icons/svg/blue/icon-audiovisual.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--aviva-investment-account-badge {
    background: url(../images/icons/svg/multicolour/icon-aviva-investment-account-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--awnings-and-generators-badge {
    background: url(../images/icons/svg/multicolour/icon-awnings-and-generators-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-apply-online {
    background: url(../images/icons/svg/multicolour/badge-apply-online.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-corporate-insurance-products {
    background: url(../images/icons/svg/multicolour/icon-badge-corporate-insurance-products.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-cover {
    background: url(../images/icons/svg/multicolour/badge-cover.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-discount {
    background: url(../images/icons/svg/multicolour/badge-discount.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-enhance-your-cover {
    background: url(../images/icons/svg/multicolour/badge-enhance-your-cover.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-financial-support-loved-ones {
    background: url(../images/icons/svg/multicolour/badge-financial-support-loved-ones.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-guaranteed-payouts {
    background: url(../images/icons/svg/multicolour/badge-guaranteed-payouts.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-home-medical-assistance {
    background: url(../images/icons/svg/multicolour/badge-home-medical-assistance.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-keep-100-percent {
    background: url(../images/icons/svg/multicolour/badge-keep-100-percent.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-lowest-premium-fees {
    background: url(../images/icons/svg/multicolour/badge-lowest-premium-fees.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-market-leader {
    background: url(../images/icons/svg/multicolour/badge-market-leader.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-monthly-premium-poland {
    background: url(../images/icons/svg/multicolour/badge-monthly-premium-poland.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-multiply-your-money {
    background: url(../images/icons/svg/multicolour/badge-multiply-your-money.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-no-capital-gains-tax {
    background: url(../images/icons/svg/multicolour/badge-no-capital-gains-tax.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-private-medical {
    background: url(../images/icons/svg/multicolour/badge-private-medical.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-protect-loved-ones {
    background: url(../images/icons/svg/multicolour/badge-protect-loved-ones.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-public-liability-insurance {
    background: url(../images/icons/svg/multicolour/badge-public-liability-insurance.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-response-water {
    background: url(../images/icons/svg/multicolour/badge-response-water.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-savings {
    background: url(../images/icons/svg/multicolour/badge-savings.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-savings-poland {
    background: url(../images/icons/svg/multicolour/badge-savings-poland.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-specialist-care-and-treatment {
    background: url(../images/icons/svg/multicolour/badge-specialist-care-and-treatment.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-stolen-baggage {
    background: url(../images/icons/svg/multicolour/badge-stolen-baggage.svg) no-repeat 50%;
}
.svg .icon-card__icon--badge-tax-benefit {
    background: url(../images/icons/svg/multicolour/badge-tax-benefit.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-tax-exemption-poland {
    background: url(../images/icons/svg/multicolour/badge-tax-exemption-poland.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-towing {
    background: url(../images/icons/svg/multicolour/badge-towing.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--badge-treatment-repayment {
    background: url(../images/icons/svg/multicolour/badge-treatment-repayment.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--boat {
    background: url(../images/icons/svg/multicolour/icon-boat.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--calculator {
    background: url(../images/icons/svg/blue/icon-calculator.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--claim-received-badge {
    background: url(../images/icons/svg/multicolour/icon-claim-received-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--camera {
    background: url(../images/icons/svg/blue/icon-camera.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--car-damage-badge {
    background: url(../images/icons/svg/multicolour/icon-car-damage-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--care-and-support {
    background: url(../images/icons/svg/multicolour/icon-care-and-support.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--chart {
    background: url(../images/icons/svg/blue/icon-chart.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--check-shield {
    background: url(../images/icons/svg/multicolour/icon-check-shield.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--checkmark-green {
    background: url(../images/icons/svg/green/icon-checkmark-green.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--checkmark-white {
    background: url(../images/icons/svg/white/icon-checkmark-white.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--childrens-cover-badge {
    background: url(../images/icons/svg/multicolour/icon-childrens-cover-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--choose-your-type-of-trust-badge {
    background: url(../images/icons/svg/multicolour/icon-choose-your-type-of-trust-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--classic-car-laid-up-cover-badge {
    background: url(../images/icons/svg/multicolour/icon-classic-car-laid-up-cover-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--clothes {
    background: url(../images/icons/svg/blue/icon-clothes.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--comprehensive-cover-motorbike-badge {
    background: url(../images/icons/svg/multicolour/icon-comprehensive-cover-motorbike-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--convenience-badge {
    background: url(../images/icons/svg/multicolour/icon-convenience-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--courtesy-vehicle-van-badge {
    background: url(../images/icons/svg/multicolour/icon-courtesy-vehicle-van-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--cover-from-age-17-to-75-badge {
    background: url(../images/icons/svg/multicolour/icon-cover-from-age-17-to-75-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--collector-car {
    background: url(../images/icons/svg/multicolour/icon-collector-car.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--condo {
    background: url(../images/icons/svg/multicolour/icon-condo.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--cottage {
    background: url(../images/icons/svg/multicolour/icon-cottage.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--critical-illness {
    background: url(../images/icons/svg/multicolour/icon-critical-illness.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--driving-other-cars-badge {
    background: url(../images/icons/svg/multicolour/icon-driving-other-cars-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--emergency-treatment {
    background: url(../images/icons/svg/multicolour/icon-emergency-treatment.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--european-cover-badge {
    background: url(../images/icons/svg/multicolour/icon-european-cover-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--european-touring-cover-badge {
    background: url(../images/icons/svg/multicolour/icon-european-touring-cover-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--equine-insurance {
    background: url(../images/icons/svg/multicolour/icon-equine-insurance.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--family-cover {
    background: url(../images/icons/svg/multicolour/icon-family-cover.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--fast-and-simple-badge {
    background: url(../images/icons/svg/multicolour/icon-fast-and-simple-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--flexible-cover-badge {
    background: url(../images/icons/svg/multicolour/icon-flexible-cover-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--flexible-car-insurance-cover-badge {
    background: url(../images/icons/svg/multicolour/icon-flexible-car-insurance-cover-badge.svg) no-repeat 50%;
}
.svg .icon-card__icon--free-parent-life-cover {
    background: url(../images/icons/svg/multicolour/icon-free-parent-life-cover-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--four-levels-of-cover-badge {
    background: url(../images/icons/svg/multicolour/icon-four-levels-of-cover-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--funds-SGD {
    background: url(../images/icons/svg/multicolour/icon-funds-SGD.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--general-insurance-badge {
    background: url(../images/icons/svg/multicolour/icon-general-insurance-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--group-insurance {
    background: url(../images/icons/svg/multicolour/icon-group-insurance.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--health {
    background: url(../images/icons/svg/multicolour/icon-health.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--health-access {
    background: url(../images/icons/svg/multicolour/icon-health-access.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--health-cover {
    background: url(../images/icons/svg/multicolour/icon-health-cover.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--help-guidance-badge {
    background: url(../images/icons/svg/multicolour/icon-help-guidance-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--hole-in-one {
    background: url(../images/icons/svg/multicolour/icon-hole-in-one.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--home {
    background: url(../images/icons/svg/multicolour/icon-home.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--ideal-income-SGD {
    background: url(../images/icons/svg/multicolour/icon-ideal-income-SGD.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--income-protect-SGD {
    background: url(../images/icons/svg/multicolour/icon-income-protect-SGD.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--individual-no-claims-discount-badge {
    background: url(../images/icons/svg/multicolour/icon-individual-no-claims-discount-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--invest-SGD {
    background: url(../images/icons/svg/multicolour/icon-invest-SGD.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--investment {
    background: url(../images/icons/svg/multicolour/icon-investment.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--investment-charges-badge {
    background: url(../images/icons/svg/multicolour/icon-investment-charges-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--investments-account-flexibility-badge {
    background: url(../images/icons/svg/multicolour/icon-investments-account-flexibility-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--jewellery {
    background: url(../images/icons/svg/blue/icon-jewellery.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--laptop {
    background: url(../images/icons/svg/blue/icon-laptop.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--leisure-activities {
    background: url(../images/icons/svg/multicolour/icon-leisure-activities.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--legal-liability-badge {
    background: url(../images/icons/svg/multicolour/icon-legal-liability-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--life {
    background: url(../images/icons/svg/multicolour/icon-life.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--lifetime-cover-badge {
    background: url(../images/icons/svg/multicolour/icon-lifetime-cover-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--limited-mileage-cover-badge {
    background: url(../images/icons/svg/multicolour/icon-limited-mileage-cover-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--lost-money {
    background: url(../images/icons/svg/multicolour/icon-lost-money.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--lump-sum-guarantee-badge {
    background: url(../images/icons/svg/multicolour/icon-lump-sum-guarantee-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--manufactured-home {
    background: url(../images/icons/svg/multicolour/icon-manufactured-home.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--money-dollar {
    background: url(../images/icons/svg/blue/icon-money-dollar.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--motor {
    background: url(../images/icons/svg/multicolour/icon-motor.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--motorbike {
    background: url(../images/icons/svg/multicolour/icon-motorbike.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--motorhome {
    background: url(../images/icons/svg/multicolour/icon-motorhome.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--multicar-discount-badge {
    background: url(../images/icons/svg/multicolour/icon-multicar-discount-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--multi-pet {
    background: url(../images/icons/svg/multicolour/icon-multi-pet.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--nearby-garage-tow-badge {
    background: url(../images/icons/svg/multicolour/icon-nearby-garage-tow-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--new-bike-replacement-badge {
    background: url(../images/icons/svg/multicolour/icon-new-bike-replacement-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--newborn-to-pre-school-badge {
    background: url(../images/icons/svg/multicolour/icon-newborn-to-pre-school-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--new-car-replacement-badge {
    background: url(../images/icons/svg/multicolour/icon-new-car-replacement-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--no-fees-no-interest-badge {
    background: url(../images/icons/svg/multicolour/icon-no-fees-no-interest-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--no-purchase-necessary-badge {
    background: url(../images/icons/svg/multicolour/icon-no-purchase-necessary-badge.svg) no-repeat 50%;
}
.svg .icon-card__icon--our-isa-badge {
    background: url(../images/icons/svg/multicolour/icon-our-isa-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--over-50s-life-cover-badge {
    background: url(../images/icons/svg/multicolour/icon-over-50s-life-cover-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--pay-as-you-go-badge {
    background: url(../images/icons/svg/multicolour/icon-pay-as-you-go-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--payment-SGD {
    background: url(../images/icons/svg/multicolour/icon-payment-SGD.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--personal-accident {
    background: url(../images/icons/svg/multicolour/icon-personal-accident.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--personal-belongings-badge {
    background: url(../images/icons/svg/multicolour/icon-personal-belongings-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--pet-cover {
    background: url(../images/icons/svg/multicolour/icon-pet-cover.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--pet-protection {
    background: url(../images/icons/svg/multicolour/icon-pet-protection.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--policy-in-learners-name-badge {
    background: url(../images/icons/svg/multicolour/icon-policy-in-learners-name-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--policy-in-your-name-badge {
    background: url(../images/icons/svg/multicolour/icon-policy-in-your-name-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--quick-and-easy-to-set-up-badge {
    background: url(../images/icons/svg/multicolour/icon-quick-and-easy-to-set-up-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--receive-money-quickly-badge {
    background: url(../images/icons/svg/multicolour/icon-receive-money-quickly-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--recovery-transport-badge {
    background: url(../images/icons/svg/multicolour/icon-recovery-transport-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--recreational-trailers {
    background: url(../images/icons/svg/multicolour/icon-recreational-trailers.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--repair-guarantee-badge {
    background: url(../images/icons/svg/multicolour/icon-repair-guarantee-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--retirement {
    background: url(../images/icons/svg/multicolour/icon-retirement.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--rewards-for-good-driving-badge {
    background: url(../images/icons/svg/multicolour/icon-rewards-for-good-driving-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--roadside-assistance-badge {
    background: url(../images/icons/svg/multicolour/icon-roadside-assistance-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--savings {
    background: url(../images/icons/svg/multicolour/icon-savings.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--securely-managed-badge {
    background: url(../images/icons/svg/multicolour/icon-securely-managed-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--shield {
    background: url(../images/icons/svg/multicolour/icon-shield.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--shield-plus {
    background: url(../images/icons/svg/multicolour/icon-shield-plus.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--shield-protect {
    background: url(../images/icons/svg/multicolour/icon-shield-protect.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--solid-buildings-and-contents {
    background: url(../images/icons/svg/multicolour/icon-solid-buildings-and-contents.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--solid-home-office-equipment {
    background: url(../images/icons/svg/multicolour/icon-solid-home-office-equipment.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--solid-private-medical {
    background: url(../images/icons/svg/blue/icon-solid-private-medical.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--solid-repair-guarantee {
    background: url(../images/icons/svg/blue/icon-solid-repair-guarantee.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--solid-replacement-locks {
    background: url(../images/icons/svg/multicolour/icon-solid-replacement-locks.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--solid-response-electricity {
    background: url(../images/icons/svg/multicolour/icon-solid-response-electricity.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--solid-response-water {
    background: url(../images/icons/svg/multicolour/icon-solid-response-water.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--specialist-cover-badge {
    background: url(../images/icons/svg/multicolour/icon-specialist-cover-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--snowmobile {
    background: url(../images/icons/svg/multicolour/icon-snowmobile.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--tenant {
    background: url(../images/icons/svg/multicolour/icon-tenant.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--travel {
    background: url(../images/icons/svg/multicolour/icon-travel.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--true-value-protection-badge {
    background: url(../images/icons/svg/multicolour/icon-true-value-protection-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--tool-cover-badge {
    background: url(../images/icons/svg/multicolour/icon-tool-cover-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--transfer-your-isa-badge {
    background: url(../images/icons/svg/multicolour/icon-transfer-your-isa-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--wardrobe {
    background: url(../images/icons/svg/blue/icon-wardrobe.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--washing-machine {
    background: url(../images/icons/svg/blue/icon-washing-machine.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--uninsured-driver-promise-badge {
    background: url(../images/icons/svg/multicolour/icon-uninsured-driver-promise-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--approved-experts-badge {
    background: url(../images/icons/svg/multicolour/approved-experts-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--boiler-replacement-promise-badge {
    background: url(../images/icons/svg/multicolour/boiler-replacement-promise-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--help-24-7-badge {
    background: url(../images/icons/svg/multicolour/help-24-7-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--buildings-badge {
    background: url(../images/icons/svg/multicolour/buildings-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--contents-badge {
    background: url(../images/icons/svg/multicolour/contents-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--cost-of-alternative-accommodation-badge {
    background: url(../images/icons/svg/multicolour/cost-of-alternative-accommodation-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--finding-and-fixing-leaks-badge {
    background: url(../images/icons/svg/multicolour/finding-and-fixing-leaks-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--food-in-the-freezer-badge {
    background: url(../images/icons/svg/multicolour/food-in-the-freezer-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--home-office-equipment-badge {
    background: url(../images/icons/svg/multicolour/home-office-equipment-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--personal-claims-service-badge {
    background: url(../images/icons/svg/multicolour/personal-claims-service-badge.svg) no-repeat 50% / contain;
}
.svg .icon-card__icon--unlimited-sum-insured-badge {
    background: url(../images/icons/svg/multicolour/unlimited-sum-insured-badge.svg) no-repeat 50% / contain;
}
.l-columns.l-columns--grid-lines .l-columns__column.icon-card:nth-child(n + 2):before {
    left: 0.625em;
    right: 0.625em;
}
.icon-card .m-card-content {
    padding-bottom: 1.875em;
}
@media screen and (min-width: 48em) and (max-width: 60em) {
    .l-columns--1-medium .l-columns__column.m-card.icon-card {
        -ms-flex-direction: row;
        flex-direction: row;
        width: 100%;
    }
    .l-columns--1-medium .m-card-image.m-card-image--icon {
        width: 20%;
    }
    .l-columns--1-medium .m-card-content {
        text-align: left;
        width: 80%;
    }
    .l-columns--1-medium .no-flexbox .m-card-content,
    .l-columns--1-medium .no-flexbox .m-card-image {
        float: left;
    }
}
@media screen and (min-width: 35em) and (max-width: 60em) {
    .l-columns.l-columns--1-medium.l-columns--grid-lines .l-columns__column.icon-card:nth-child(n + 2):before {
        top: 0;
    }
}
.cookie-policy {
    display: none;
    z-index: 999;
}
.cookie-policy__content p {
    margin: 0;
}
.no-js .cookie-policy {
    display: block;
}
.no-js .cookie-policy__close,
.no-js .cookie-policy__close-mobile-only {
    display: none;
}
.cookie-policy {
    background-color: #E5EAF2;
    color: #2a2a2a;
    padding: 10px 0;
}
.cookie-policy__close-mobile-only {
    display: none;
}
.cookie-policy__content {
    display: block;
    font-size: 0.875rem;
    padding-left: 2.5em;
    position: relative;
}
.cookie-policy__content:before {
    background-image: url(../images/icons/png/blue/info.png);
    background-repeat: no-repeat;
    content: "";
    display: block;
    float: left;
    height: 28px;
    left: 0;
    position: absolute;
    width: 28px;
}
.svg .cookie-policy__content:before {
    background-image: url(../images/icons/svg/blue/info.svg);
}
.cookie-policy__close {
    font-size: 0.875rem;
    margin: 12px auto 0;
    width: auto;
}
.product-tiles__image,
.product-tiles__text {
    display: block;
    width: 100%;
}
.product-tiles__image-wrapper {
    padding-top: 56.25%;
    position: relative;
    width: 100%;
}
.product-tiles__image {
    height: 100%;
    -o-object-fit: cover;
    font-family: object-fit\: cover;
    object-fit: cover;
    position: absolute;
    top: 0;
    vertical-align: middle;
    width: 100%;
}
.product-tiles__text {
    padding: 30px 1.25em;
}
.product-tiles__heading {
    margin: 0 0 10px;
}
.product-tiles__description p {
    margin: 0;
}
.investment-calculator__form {
    border-radius: 5px;
    display: block;
    margin-bottom: 40px;
    padding: 20px 1.25em;
    position: relative;
    text-align: center;
}
.investment-calculator__copy-container {
    padding-bottom: 10px;
}
.investment-calculator__input-container {
    padding-bottom: 20px;
}
.investment-calculator__copy {
    font-family: source_sans_prolight, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 300;
    margin: 0;
}
.investment-calculator__error {
    display: none;
}
.is-error .investment-calculator__error {
    display: block;
    text-align: left;
}
.investment-calculator__form:after {
    border: 10px solid transparent;
    border-top-color: #dbe1ed;
    content: " ";
    height: 0;
    left: 50%;
    left: calc(50% - 10px);
    position: absolute;
    top: 100%;
    width: 0;
}
.investment-calculator__table thead > tr > th.investment-calculator__logo {
    background: #ffd400;
    position: relative;
    vertical-align: middle;
}
.investment-calculator__result {
    font-weight: 700;
}
table.investment-calculator__table {
    margin-bottom: 15px;
}
.investment-calculator__table tbody > tr > td {
    min-width: 7.5em;
    text-align: center;
    width: 20%;
}
.investment-calculator__table thead > tr > th {
    padding-top: 11px;
}
.investment-calculator__disclaimer .m-showhide {
    max-width: 100%;
}
.content-list-item {
    border-bottom: 1px solid #ccc;
    padding: 20px 0;
}
.content-list-item__heading {
    margin-bottom: 0;
    margin-top: 0;
}
.content-list-item__description p:first-child {
    margin-top: 0;
}
.content-list-item__description p:last-child {
    margin-bottom: 0;
}
.content-list-item__heading + .content-list-item__description {
    margin-top: 10px;
}
.cover-level__column {
    float: left;
    width: 100%;
}
.cover-level__nav .cover-level__tab {
    float: left;
    width: 33.33%;
}
.cover-level__tab {
    display: table;
    height: 80px;
    text-align: center;
    width: 100%;
}
.cover-level__tab:nth-child(2) {
    border-left: 1px solid #fff;
    border-right: 1px solid #fff;
}
.cover-level__tab--contents {
    margin-top: 15px;
    max-height: 80px;
    overflow: hidden;
}
.cover-level__heading {
    margin: 0;
}
.cover-level__item-detail,
.cover-level__item-heading {
    clear: both;
    float: left;
}
.cover-level__item-amount {
    float: right;
}
.cover-level__content-heading {
    border-bottom: 1px solid #ccc;
    color: #d77c94;
    padding-bottom: 15px;
}
.cover-level__item {
    list-style: none;
    margin-bottom: 10px;
}
.cover-level__content {
    border-bottom: 1px solid #ccc;
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc;
    height: 100%;
    padding: 8px 0.625em 15px 0.563em;
    word-spacing: 1px;
}
.cover-level__content-list {
    margin: 0;
    padding: 0;
}
.cover-level__tab--active {
    background-color: #2a2a2a;
    position: relative;
}
.cover-level__tab--active:after {
    border-left: 7px solid transparent;
    border-right: 7px solid transparent;
    border-top: 10px solid #2a2a2a;
    bottom: -10px;
    content: "";
    height: 0;
    left: 0;
    margin: 0 auto;
    position: absolute;
    right: 0;
    width: 0;
}
.js .cover-level__content,
.js .cover-level__tab {
    display: none;
}
.js .cover-level__nav {
    position: relative;
    z-index: 1;
}
.js .cover-level__nav .cover-level__tab {
    display: block;
}
.js .cover-level__column:first-child .cover-level__tab,
.js .cover-level__nav .cover-level__tab:first-child {
    border-top-left-radius: 5px;
}
.js .cover-level__column:last-child .cover-level__tab,
.js .cover-level__nav .cover-level__tab:last-child {
    border-top-right-radius: 5px;
}
.js .cover-level__content {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-top: -3px;
    padding-top: 11px;
}
.content-hero__wrapper {
    position: relative;
}
.content-hero__wrapper .a-wayfinder {
    margin-bottom: 5px;
}
.content-hero {
    display: table;
    height: 200px;
    overflow: hidden;
    width: 100%;
}
.content-hero__wrapper--small-screen-bottom-centre .content-hero__content-wrapper,
.content-hero__wrapper--small-screen-bottom-left .content-hero__content-wrapper {
    bottom: 20px;
    position: absolute;
}
.content-hero__wrapper--small-screen-bottom-left .content-hero__content {
    text-align: left;
}
.content-hero__img-wrapper {
    height: 100%;
    position: absolute;
    width: 100%;
}
.content-hero__img {
    height: 100%;
    -o-object-fit: cover;
    font-family: object-fit\: cover;
    object-fit: cover;
    width: 100%;
}
.content-hero__content-wrapper {
    display: table-cell;
    vertical-align: middle;
}
.content-hero__content {
    position: relative;
    text-align: center;
}
.content-hero__text,
.content-hero__title {
    color: #fff;
}
.content-hero__title {
    margin: 0;
}
.content-hero__text.a-heading--2 {
    margin-bottom: 0;
    margin-top: 5px;
}
.content-hero__wrapper--small-screen-bottom-left .a-wayfinder {
    display: block;
}
.content-hero__wrapper--small-screen-bottom-centre .a-wayfinder,
.content-hero__wrapper--small-screen-middle-centre .a-wayfinder {
    display: none;
}
.table-of-links {
    border-bottom: 1px solid #ccc;
    padding: 20px 1.188em 7px;
}
.table-of-links__heading {
    margin: 0 0 3px;
}
.table-of-links__list {
    margin: 0;
    padding: 0;
}
.table-of-links__list-item {
    border-bottom: 2px solid #ccc;
    display: block;
    list-style-type: none;
    padding: 14px 0;
    position: relative;
}
.table-of-links__list-item:last-child {
    border-bottom: none;
}
.table-of-links__list-item:after {
    background-image: url(../images/icons/png/blue/arrow-right-blue.png);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 24px;
    position: absolute;
    right: 3px;
    top: 15px;
    width: 1.5em;
}
.svg .table-of-links__list-item:after {
    background-image: url(../images/icons/svg/blue/arrow-right-blue.svg);
}
.table-of-links__link {
    border-bottom: 0;
    display: block;
    padding: 0 1.5em 0 0;
    z-index: 1;
}
.max-container-width {
    max-width: 100%;
}
.video-js {
    padding-top: 56.25%;
    width: 100%;
}
.video-js .vjs-tech {
    margin-top: 0;
    max-width: none;
}
.vjs-fullscreen video {
    max-width: none;
}
.brightcove-video {
    opacity: 0;
}
.brightcove-video__player {
    margin-bottom: 20px;
}
.brightcove-video__header {
    margin-bottom: 15px;
    margin-top: 20px;
}
.brightcove-video__error-message {
    display: none;
    text-align: center;
}
.brightcove-video__gallery {
    margin: 0 -0.625em;
}
.brightcove-video__full-width .brightcove-video__info,
.brightcove-video__twothird-width .brightcove-video__info {
    display: none;
}
.no-js .brightcove-video {
    opacity: 1;
}
.no-js .brightcove-video__error-message {
    display: block;
}
.no-js .brightcove-video__info,
.no-js .brightcove-video__player {
    display: none;
}
.m-country-selection-list > .m-country-selection-list__item--ca {
    padding-right: 0.9375em;
}
.region-switcher__content {
    clear: both;
}
.m-country-selection-list .region-switcher__content {
    margin-bottom: 0;
    margin-left: -3.875em;
}
.region-switcher__content .region-switcher__panel {
    display: none;
    margin-bottom: 0;
}
.region-switcher__content .region-switcher__panel .m-form-row {
    border-bottom: none;
    margin: 0;
    padding-bottom: 20px;
    width: 100%;
}
.no-js .region-switcher__panel {
    display: block;
}
.region-switcher__tab .region-switcher__tab-link {
    border-bottom-width: 4px;
    display: block;
    padding-bottom: 8px;
}
.region-switcher__tab .region-switcher__tab-link:focus,
.region-switcher__tab .region-switcher__tab-link:hover {
    border-bottom: 4px solid #3372c4;
}
.region-switcher__tab .region-switcher__tab-link:after {
    border-bottom: none;
}
.region-switcher__tab--is-selected .region-switcher__tab-link {
    border-bottom-color: #000000;
    border-bottom-style: solid;
}
.blog-image {
    margin: 27px 0;
    width: 100%;
}
.blog-image__image {
    width: 100%;
}
.blog-image__caption {
    font-size: 0.875rem;
    line-height: 1.285;
    margin-top: 5px;
}
.comparison-card {
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 5px;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    position: relative;
}
.comparison-card__content {
    padding: 0 0.625em 15px;
}
.comparison-card__header {
    background-color: #d77c94;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding: 15px 0;
    text-align: center;
}
.comparison-card__price,
h3.comparison-card__heading.a-heading {
    color: #fff;
    margin: 0;
}
.comparison-card__price.a-heading {
    color: #fff;
    margin-top: 0.25em;
}
.comparison-card__subheading {
    color: #d77c94;
    margin-top: 15px;
}
.comparison-card__content-header {
    border-bottom: 1px solid #ccc;
}
.comparison-card__footer {
    border-top: 1px solid #ccc;
    margin: auto 0.625em 15px;
}
.comparison-card__footer p:first-child {
    margin-top: 15px;
}
.comparison-card__footer p:last-child {
    margin-bottom: 0;
}
.forms-callback {
    margin-bottom: 30px;
}
.forms-callback__scheduled-options,
.forms-callback__success-message-advanced {
    display: none;
}
.forms-callback__success-message--advanced .forms-callback__success-message-advanced {
    display: block;
}
.forms-callback__success-message--advanced .forms-callback__success-message-simple {
    display: none;
}
.forms-complaints {
    margin-bottom: 40px;
}
.forms-complaints .a-textarea {
    height: 120px;
}
.forms-complaints .forms__attachment,
.js .forms-complaints__contact-fields {
    display: none;
}
.js .forms-complaints__email-toggle {
    display: block;
}
.no-js .forms-complaints__segmented-controls {
    display: none;
}
.agent-profile,
.agent-profile-card-container {
    margin-bottom: 40px;
}
.agent-profile-card {
    position: relative;
    width: 100%;
}
.agent-profile-card__image-wrapper {
    height: 100%;
    width: 100%;
}
.agent-profile-card__image {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    font-family: object-fit\: cover;
    object-fit: cover;
    width: 100%;
}
.agent-profile__text {
    margin-bottom: 30px;
    margin-top: 0;
}
.contact-us-card {
    background-color: #d77c94;
    box-shadow: inset 0 -2px 0 0 #d77c94;
    padding: 15px 1.25em;
    width: 100%;
}
.contact-us-card__title {
    color: #fff;
    margin: 0;
}
.contact-us-card__list {
    margin: 10px 0 0;
    padding: 0;
}
.contact-us-card__list-item {
    color: #fff;
    list-style-type: none;
    margin-top: 15px;
    padding-left: 25px;
    position: relative;
}
.contact-us-card__list-item:first-child {
    margin-top: 0;
}
.contact-us-card__list-item.icon--email {
    -ms-flex-align: start;
    align-items: start;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.contact-us-card__list-item.icon--email a {
    max-width: 100%;
    word-break: break-all;
}
.contact-us-card__list-item:before {
    background-repeat: no-repeat;
    content: "";
    left: 0;
    position: absolute;
    width: 15px;
}
.contact-us-card__list-item.icon--map-pin:before {
    background-image: url(../images/icons/png/white/icon-map-pin.png);
    background-size: 12px 18px;
    height: 18px;
    top: 3px;
}
.contact-us-card__list-item.icon--phone-left:before {
    background-image: url(../images/icons/png/white/icon-phone-left.png);
    background-size: 15px;
    height: 15px;
    top: 6px;
}
.contact-us-card__list-item.icon--email:before {
    background-image: url(../images/icons/png/white/icon-email.png);
    background-size: 14px 13px;
    height: 13px;
    top: 7px;
}
.contact-us-card__list-item.icon--facebook-white:before {
    background-image: url(../images/icons/png/white/icon-facebook.png);
    background-size: 15px;
    height: 15px;
    top: 5px;
}
.contact-us-card__list-item.icon--linkedin-white:before {
    background-image: url(../images/icons/png/white/icon-linkedin.png);
    background-size: 15px;
    height: 15px;
    top: 5px;
}
.svg .contact-us-card__list-item.icon--map-pin:before {
    background-image: url(../images/icons/svg/white/icon-map-pin.svg);
}
.svg .contact-us-card__list-item.icon--phone-left:before {
    background-image: url(../images/icons/svg/white/icon-phone-left.svg);
}
.svg .contact-us-card__list-item.icon--email:before {
    background-image: url(../images/icons/svg/white/icon-email.svg);
}
.svg .contact-us-card__list-item.icon--facebook-white:before {
    background-image: url(../images/icons/svg/white/icon-facebook.svg);
}
.svg .contact-us-card__list-item.icon--linkedin-white:before {
    background-image: url(../images/icons/svg/white/icon-linkedin.svg);
}
.product-expertise > .l-columns__column > .product-expertise__list--right {
    margin-top: -10px;
}
.product-expertise__list-item {
    margin-top: 10px;
}
.product-expertise__list-item:first-child {
    margin-top: 0;
}
.flexbox .agent-profile-card-container {
    overflow: hidden;
}
.flexbox .agent-profile-card-container,
.flexbox .agent-profile-card-container .agent-profile-card,
.flexbox .agent-profile-card-container .contact-us-card {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flexbox .agent-profile-card__image-wrapper {
    display: -ms-flexbox;
    display: flex;
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
    -ms-flex-direction: column;
    flex-direction: column;
}
.flexbox .agent-profile-card__image {
    -ms-flex: 1 1 100%;
    flex: 1 1 100%;
}
.point-of-interest .a-checkbox--select-all {
    display: none;
}
.point-of-interest .l-columns,
.point-of-interest .l-columns__column {
    overflow: visible;
}
.point-of-interest .l-columns > .l-columns__column {
    display: -ms-flexbox;
    display: flex;
}
.point-of-interest .forms__input {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: auto;
}
.point-of-interest .forms__input .a-label {
    -ms-flex: auto;
    flex: auto;
}
.point-of-interest__city,
.point-of-interest__garage,
.point-of-interest__geolocation,
.point-of-interest__landmark {
    border-bottom: 1px solid #a2a2a2;
    padding-bottom: 15px;
    width: 100%;
}
.point-of-interest__result-container {
    background-color: #F1F3F8;
    border-radius: 10px;
    padding: 15px;
}
.no-js .point-of-interest .m-checkbox-group {
    margin-top: 0;
}
.no-js .point-of-interest.forms .m-checkbox-group__item {
    margin-top: 0.9375em;
}
.no-js .point-of-interest.forms .m-checkbox-group__item:first-child {
    margin-top: 0;
}
.no-js .point-of-interest .forms__input {
    height: auto;
}
.no-js .point-of-interest .l-columns > .l-columns__column {
    -ms-flex-align: start;
    align-items: flex-start;
}
.back-to-top {
    background: #fff url(../images/icons/png/blue/arrow-up-blue.png) no-repeat;
    background-position: 47% 57%;
    border: 0;
    border-radius: 50%;
    bottom: 30px;
    box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: none;
    height: 45px;
    outline: none;
    padding: 0;
    position: fixed;
    right: 1em;
    transform: translateZ(0);
    transition: background 0.35s;
    width: 45px;
    z-index: 5;
}
.back-to-top:active,
.back-to-top:focus,
.back-to-top:hover {
    background-color: #000000;
    background-image: url(../images/icons/png/white/arrow-up-white.png);
    color: #fff;
}
.svg .back-to-top {
    background-image: url(../images/icons/svg/blue/arrow-up-blue.svg);
}
.svg .back-to-top:active,
.svg .back-to-top:focus,
.svg .back-to-top:hover {
    background-image: url(../images/icons/svg/white/arrow-up-white.svg);
}
.branch-profile {
    margin-bottom: 40px;
}
.branch-opening-times__day {
    font-family: source_sans_prosemibold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    font-weight: 400;
    padding-right: 1.125em;
    vertical-align: bottom;
}
.branch-opening-times__day,
.branch-opening-times__hours {
    line-height: 1.25;
    padding-top: 10px;
    text-align: left;
}
.branch-columns {
    margin-top: 0;
}
.branch-columns > .l-columns__column + .l-columns__column {
    margin-top: 40px;
}
.map-heading,
.profile-map {
    margin-bottom: 20px;
}
.profile-map__image-wrapper {
    height: 183px;
    overflow: hidden;
}
.profile-map__image {
    display: block;
    height: 100%;
    -o-object-fit: cover;
    font-family: "object-fit:cover;object-position:top";
    object-fit: cover;
    -o-object-position: top;
    object-position: top;
    width: 100%;
}
.profile-map__wrapper {
    display: none;
}
.profile-map__wrapper a[href^="http://maps.google.com/maps"],.profile-map__wrapper a[href^="https://maps.google.com/maps"]
{
    display: none !important;
}
.profile-map__wrapper .gm-style-cc,
.profile-map__wrapper .gmnoprint a,
.profile-map__wrapper .gmnoprint span {
    display: none;
}
.profile-map__canvas {
    height: 183px;
    width: 100%;
}
.profile-map__infobox {
    background-color: #F1F3F8;
    border-top: 1px solid #ccc;
    padding: 15px 1.25em;
}
.profile-map__infobox .profile-map__infobox-title {
    margin-top: 0;
    overflow: hidden;
    text-overflow: ellipsis;
}
.profile-map__infobox .profile-map__infobox-address {
    line-height: 1.25;
    margin-bottom: 0;
}
.js .profile-map__wrapper {
    display: block;
}
.l-columns__column .m-card--double {
    width: 100%;
}
.l-columns__column.flex-grow-row .m-card:first-child {
    margin-top: 0;
}
.l-columns__column.flex-grow-row .m-card:last-child {
    margin-bottom: 0;
}
.m-card-image--9x16 {
    display: none;
}
.profile-backbutton {
    display: none;
    margin-top: 15px;
    position: relative;
}
.profile-backbutton .profile-backbutton__link {
    color: #000000;
    left: 1.125em;
    line-height: 1.13;
    position: relative;
}
.profile-backbutton .profile-backbutton__link:after {
    background-image: url(../images/icons/png/blue/arrow-left-blue.png);
    background-position: 50%;
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    float: left;
    height: 16px;
    left: -1.125em;
    position: absolute;
    top: 3px;
    width: 8px;
}
.profile-backbutton--edit-mode {
    display: block;
}
.pagination__nav--disabled {
    visibility: hidden;
}
.poi-results__container {
    margin: 20px 1.25em 0;
}
.poi-results-wrapper {
    border-top: 1px solid #ccc;
    margin-top: 10px;
}
.poi-results--no-js .poi-results__container {
    margin-top: 5px;
}
.poi-results .l-columns__column {
    margin-top: 0;
}
.poi-results-bar {
    max-width: 62.625em;
}
.poi-results-bar .poi-results-bar__expanded-btn {
    float: right;
    height: 55px;
    min-width: 3.438em;
    padding: 0;
    width: 3.438em;
}
.poi-results-bar .poi-results-bar__expanded-btn:after {
    background-image: url(../images/icons/png/blue/icon-search.png);
    content: "";
    display: block;
    height: 18px;
    margin: 16px auto;
    width: 18px;
}
.poi-results-bar .poi-results-bar__expanded-btn:active:after,
.poi-results-bar .poi-results-bar__expanded-btn:focus:after,
.poi-results-bar .poi-results-bar__expanded-btn:hover:after {
    background-image: url(../images/icons/png/white/icon-search.png);
}
.poi-results-bar .point-of-interest__form-container {
    margin-bottom: 20px;
    margin-top: 0;
}
.poi-results-bar .poi-results-bar__location-label {
    margin-top: 15px;
}
.poi-results-bar .point-of-interest__form-submit {
    margin-bottom: 15px;
}
.poi-results-bar .poi-results-bar__close-btn {
    font-family: source_sans_prosemibold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
}
.poi-results-bar__close-btn {
    border-bottom: none;
    position: absolute;
    right: 0;
    text-align: right;
    z-index: 1;
}
.poi-results-bar__close-btn:active,
.poi-results-bar__close-btn:focus,
.poi-results-bar__close-btn:hover {
    border-bottom: none;
}
.poi-results-bar__close-btn:after {
    background-image: url(../images/icons/png/blue/close.png);
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    height: 14px;
    margin-bottom: -2px;
    margin-left: 0.5em;
    width: 14px;
}
.poi-results-bar--js {
    display: none;
}
.poi-results-bar__expanded-container {
    margin-bottom: 15px;
}
.poi-results-bar__expanded-info {
    display: inline-block;
}
.poi-results-bar__expanded-info .poi-results-bar__result-heading:first-child {
    margin-top: 0;
}
.poi-results-bar__result-heading {
    margin-bottom: 0;
    margin-top: 19px;
}
.poi-results-bar__result-name {
    margin-bottom: 2px;
    margin-top: 5px;
}
.poi-results__card {
    box-shadow: 0 1px 0 0 #ccc;
    margin-bottom: 20px;
}
.poi-results__card:hover {
    background-color: #dbe1ed;
    box-shadow: 0 1px 0 0 #000000;
}
.poi-results__card--with-img {
    min-height: 161px;
}
.poi-results__card--clickable:hover {
    cursor: pointer;
}
.poi-results__card-info {
    padding: 15px 1.25em;
}
.poi-results__card-info .poi-results__link {
    margin: 0;
}
.poi-results__card-info-address,
.poi-results__card-info-distance,
.poi-results__card-info-email,
.poi-results__card-info-name,
.poi-results__card-info-phone,
.poi-results__card-info-products,
.poi-results__link {
    margin-bottom: 0;
    margin-top: 10px;
}
.poi-results__card-info p:first-child {
    margin-top: 0;
}
.poi-results__link {
    display: inline-block;
    padding-bottom: 0;
}
.poi-results__card-info-distance {
    font-family: source_sans_proregular, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
}
.poi-results__card-location {
    text-transform: capitalize;
}
.poi-results__card-location--current {
    text-transform: none;
}
.poi-results__card-info-products {
    font-family: source_sans_prolight, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
}
.poi-results__card-img {
    display: none;
}
.poi-results--no-js .poi-results__card {
    display: block;
}
.no-js .profile-map-directions {
    display: none;
}
.poi-details-card {
    background-color: #F1F3F8;
    height: 100%;
    left: 0;
    max-width: 100%;
    overflow-y: auto;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 3;
}
.poi-details-card__back,
.poi-details-card__details,
.poi-details-card__name {
    box-sizing: content-box;
}
.poi-details-card__back,
.poi-details-card__details,
.poi-details-card__list,
.poi-details-card__name {
    border-bottom: 1px solid #ccc;
    padding-left: 1.875em;
    padding-right: 1.875em;
}
.poi-details-card__back {
    padding-bottom: 15px;
    padding-top: 15px;
}
.poi-details-card__back-button {
    border-bottom: none;
}
.poi-details-card__back-button:focus,
.poi-details-card__back-button:visited {
    border-bottom: none;
    color: #000000;
}
.poi-details-card__back-button:before {
    background-image: url(../images/icons/png/blue/arrow-left-blue.png);
    content: "";
    display: inline-block;
    height: 14px;
    margin-bottom: -1px;
    margin-right: 10px;
    width: 8px;
}
.poi-details-card__name {
    padding-bottom: 5px;
    word-break: break-word;
}
.poi-details-card__name .a-heading {
    margin-top: 15px;
}
.poi-details-card__details {
    padding-bottom: 5px;
    padding-top: 10px;
}
.poi-details-card__list {
    padding-bottom: 40px;
    padding-top: 20px;
}
.poi-details-card__details-address,
.poi-details-card__details-email,
.poi-details-card__details-number {
    margin-bottom: 15px;
}
.poi-details-card__details-address:before,
.poi-details-card__details-email:before,
.poi-details-card__details-number:before {
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    margin-right: 12px;
    width: 17px;
}
.poi-details-card__details-address:before {
    background-image: url(../images/icons/png/grey/map-pin.png);
    height: 18px;
}
.poi-details-card__details-number:before {
    background-image: url(../images/icons/png/grey/phone.png);
    height: 18px;
}
.poi-details-card__details-email:before {
    background-image: url(../images/icons/png/grey/email.png);
    height: 15px;
}
.svg .poi-details-card__back-button:before {
    background-image: url(../images/icons/svg/blue/arrow-left-blue.svg);
}
.svg .poi-details-card__details-address:before {
    background-image: url(../images/icons/svg/grey/map-pin.svg);
}
.svg .poi-details-card__details-number:before {
    background-image: url(../images/icons/svg/grey/phone.svg);
}
.svg .poi-details-card__details-email:before {
    background-image: url(../images/icons/svg/grey/email.svg);
}
.poi-results__error {
    margin-bottom: 40px;
    margin-top: 5px;
}
.poi-results__list-container {
    overflow: hidden;
}
.poi-results__pagination {
    margin: 20px auto 30px;
    max-width: 20em;
}
.poi-results--no-js .poi-results__list {
    margin-top: 20px;
}
.poi-results__pagination-label {
    margin-bottom: 20px;
}
.poi-results__map {
    display: none;
    margin-bottom: 40px;
    margin-top: -20px;
    position: relative;
}
.poi-results__map .poi-results__card {
    bottom: 0;
    box-shadow: 0 -1px 0 0 #ccc;
    margin-bottom: 0;
    position: absolute;
    width: 100%;
}
.poi-results__map .poi-results__card:hover {
    box-shadow: 0 -1px 0 0 #000000;
}
.poi-results__map-canvas-wrapper {
    height: 450px;
    margin-bottom: 1px;
    overflow: hidden;
    position: relative;
}
.poi-results__map-canvas-wrapper .poi-results__map-canvas {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}
.poi-results__map-canvas-wrapper a[href^="http://maps.google.com/maps"],.poi-results__map-canvas-wrapper a[href^="https://maps.google.com/maps"]
{
    display: none !important;
}
.poi-results__map-canvas-wrapper .gm-style-cc,
.poi-results__map-canvas-wrapper .gmnoprint a,
.poi-results__map-canvas-wrapper .gmnoprint span {
    display: none;
}
.poi-results__card-content {
    overflow: hidden;
    width: 100%;
}
.poi-results__card-content:hover {
    background-color: #dbe1ed;
    box-shadow: 0 1px 0 0 #000000;
}
.poi-results__map-card-image-wrapper {
    display: none;
}
.poi-results__name {
    margin-top: 0;
}
.poi-results__map .infoBox {
    font-size: 1rem;
}
.poi-results__toggle {
    border-bottom: 1px solid #ccc;
    display: none;
    padding: 20px 1.25em;
}
.poi-results__toggle--touch-visible {
    display: block;
}
.poi-results__toggle-btn--list:before,
.poi-results__toggle-btn--map:before {
    background-repeat: no-repeat;
    content: "";
    display: inline-block;
    margin-right: 0.625em;
    width: 16px;
}
.poi-results__toggle-btn--list {
    display: none;
}
.poi-results__toggle-btn--list:before {
    background-image: url(../images/icons/png/blue/icon-list.png);
    height: 10px;
}
.poi-results__toggle-btn--list:active:before,
.poi-results__toggle-btn--list:focus:before,
.poi-results__toggle-btn--list:hover:before {
    background-image: url(../images/icons/png/white/icon-list-white.png);
}
.poi-results__toggle-btn--map:before {
    background-image: url(../images/icons/png/blue/icon-map.png);
    height: 14px;
    margin-bottom: -2px;
}
.poi-results__toggle-btn--map:active:before,
.poi-results__toggle-btn--map:focus:before,
.poi-results__toggle-btn--map:hover:before {
    background-image: url(../images/icons/png/white/icon-map-white.png);
}
.svg .poi-results__toggle-btn--list:before {
    background-image: url(../images/icons/svg/blue/icon-list.svg);
}
.svg .poi-results__toggle-btn--list:active:before,
.svg .poi-results__toggle-btn--list:focus:before,
.svg .poi-results__toggle-btn--list:hover:before {
    background-image: url(../images/icons/svg/white/icon-list-white.svg);
}
.svg .poi-results__toggle-btn--map:before {
    background-image: url(../images/icons/svg/blue/icon-map.svg);
}
.svg .poi-results__toggle-btn--map:active:before,
.svg .poi-results__toggle-btn--map:focus:before,
.svg .poi-results__toggle-btn--map:hover:before {
    background-image: url(../images/icons/svg/white/icon-map-white.svg);
}
.poi-results--no-js .poi-results__toggle {
    display: none;
}
.poi-results--garage .poi-results-bar__checkbox {
    margin-bottom: 0;
    margin-top: 20px;
}
.poi-results--garage .poi-results-bar__result-authorised {
    display: none;
    font-style: italic;
    font-weight: 700;
    margin-bottom: 0;
    margin-top: 15px;
}
.poi-results--garage .poi-results-bar__result-authorised--show {
    display: block;
}
.poi-results--garage .poi-results-bar__result-filter {
    margin-bottom: 2px;
    margin-top: 5px;
}
.poi-results--garage .point-of-interest__form-container {
    margin-bottom: 30px;
    position: relative;
}
.poi-results--medical .poi-results-bar__checkbox {
    margin-bottom: 0;
    margin-top: 20px;
}
.poi-results--medical .poi-results-bar__result-filter {
    margin-bottom: 2px;
    margin-top: 5px;
}
.poi-results--medical .point-of-interest__form-container {
    margin-bottom: 30px;
    position: relative;
}
.a-review-stars {
    margin-left: auto;
    margin-right: auto;
    max-width: 13.75em;
}
.m-card--navigational.m-card {
    -ms-flex-positive: 1;
    flex-grow: 1;
    margin-bottom: 0;
}
.t-accent-light--yellow a.m-card--navigational.m-card:hover {
    background-color: #ffd400 !important;
}
.dynamic-list-of-links .a-list-unordered {
    margin-top: 5px;
}
.dynamic-list-of-links .a-list-unordered > .list-item {
    margin-bottom: 5px;
}
.dynamic-list-of-links .a-list-unordered .a-list-unordered {
    margin-left: 0;
}
.js .coveo-search-button-loading,
.js .coveo-visible-to-screen-reader-only,
.js .search__results-section--no-results,
.js .search__results-section--results,
.js .u-non-js,
.no-js .u-js {
    display: none;
}
.CoveoSearchbox,
.search__input-form {
    position: relative;
}
.magic-box-clear,
.magic-box-underlay,
.search__input-label {
    display: none;
}
.CoveoSearchbox .magic-box-input > input,
.search__input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: transparent;
    border: none;
    margin: 0;
    width: 100%;
}
.CoveoSearchbox .magic-box-input > input:active,
.CoveoSearchbox .magic-box-input > input:focus,
.CoveoSearchbox .magic-box-input > input:hover,
.search__input:active,
.search__input:focus,
.search__input:hover {
    border: none;
    outline: none;
}
.CoveoSearchButton,
.search__submit {
    background-color: transparent;
    background-repeat: no-repeat;
    border: none;
    color: transparent;
    cursor: pointer;
    position: absolute;
}
.CoveoOmnibox .magic-box-suggestions {
    display: none;
}
.search-result-item__file-type:after {
    content: "]";
}
.search-result-item__file-type:before {
    content: "[";
}
.coveo-highlight {
    font-family: source_sans_probold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
}
.coveo-query-summary-cancel-last,
.tabs__nav.tabs__nav--coveo.tabs__nav--hidden {
    display: none;
}
.coveo-did-you-mean-word-correction {
    cursor: pointer;
}
.u-js .search__count.search__count--no-tabs {
    margin-bottom: 10px;
}
.u-js .search__results-summary {
    display: inline-block;
}
.u-js .tabs__nav {
    border-bottom: 1px solid #ccc;
    margin-bottom: 10px;
}
.u-js .tab__heading {
    border: 0;
    color: #2a2a2a;
    cursor: pointer;
    float: left;
    font-family: source_sans_prosemibold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    margin-bottom: 1px;
    margin-right: 1.5em;
    margin-top: 0;
    outline: none;
}
.u-js .tab__heading > p {
    margin-bottom: 11px;
    margin-top: 0;
}
.u-js .tab__heading:focus:after,
.u-js .tab__heading:hover:after {
    opacity: 1;
}
.u-js .tab__heading:after {
    background: #2a2a2a;
    content: "";
    display: block;
    height: 4px;
    opacity: 0;
    position: relative;
    top: 2px;
    transition: opacity 0.35s;
    width: 100%;
}
.CoveoTab.coveo-selected {
    color: #000000;
}
.CoveoTab.coveo-selected:after {
    background: #000000;
    content: "";
    display: block;
    height: 4px;
    opacity: 1;
    position: relative;
    top: 2px;
    width: 100%;
}
.CoveoPager.a-pagination {
    overflow: visible;
    position: relative;
}
.CoveoPager .a-pagination-list__item--selected a {
    background: #000000;
    color: #fff;
}
.CoveoPager .coveo-pager-list-item {
    cursor: pointer;
}
.CoveoPager .a-pagination-list__item {
    margin-left: 0.313em;
}
.CoveoPager .a-pagination__next {
    right: 0;
}
.CoveoPager .a-pagination__next,
.CoveoPager .a-pagination__previous {
    bottom: 5px;
    margin-top: 5px;
    position: absolute;
    width: 1.563em;
}
.CoveoPager .a-pagination__next span,
.CoveoPager .a-pagination__previous span {
    height: 30px;
}
.CoveoPager .a-pagination__next a:focus,
.CoveoPager .a-pagination__next a:hover,
.CoveoPager .a-pagination__previous a:focus,
.CoveoPager .a-pagination__previous a:hover {
    background-color: transparent;
    background-repeat: no-repeat;
}
.pagination__item--hide-on-mobile {
    display: none;
}
.search__input-section .l-content-container {
    margin-bottom: 0;
}
.CoveoSearchbox,
.search__input-form {
    border-bottom: 1px solid #ccc;
    padding-bottom: 15px;
}
.CoveoSearchbox .magic-box-input > input,
.search__input {
    caret-color: #2a2a2a;
    color: #2a2a2a;
    font-weight: 300;
    line-height: 1.3;
    padding-right: 1.063em;
}
.CoveoSearchbox .magic-box-input > input::-webkit-input-placeholder,
.search__input::-webkit-input-placeholder {
    color: #CCC;
}
.CoveoSearchbox .magic-box-input > input::-ms-input-placeholder,
.search__input::-ms-input-placeholder {
    color: #CCC;
}
.CoveoSearchbox .magic-box-input > input::placeholder,
.search__input::placeholder {
    color: #CCC;
}
.CoveoSearchButton,
.search__submit {
    background-image: url(../images/icons/png/grey/search-icon@2x.png);
    background-size: 24px;
    height: 24px;
    right: 0;
    top: 12px;
    width: 24px;
}
.CoveoSearchButton {
    border: 0;
    overflow: hidden;
    text-indent: 50px;
}
.search__count {
    margin-bottom: 10px;
}
.search__result-list {
    margin-bottom: 40px;
}
.search-result-item {
    border-bottom: 1px solid #E5EAF2;
    padding: 30px 0;
}
.search-result-item__category,
.search-result-item__date,
.search-result-item__download {
    display: block;
}
.search-result-item__category {
    margin-bottom: 5px;
}
.search-result-item__link {
    margin-top: 0;
}
.search-result-item__date {
    margin-bottom: 15px;
    margin-top: 10px;
}
.search-result-item__description {
    margin-bottom: 0;
    margin-top: 0;
}
.search-result-item__download {
    margin-top: 20px;
}
.search-result-item__file-type {
    display: inline-block;
    font-family: source_sans_probold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    font-size: 0.875rem;
    letter-spacing: -0.036em;
    position: relative;
    text-transform: uppercase;
    top: -9px;
}
.search__pagination-label {
    margin-bottom: 18px;
}
.svg .CoveoSearchButton,
.svg .search__submit {
    background-image: url(../images/icons/svg/grey/search-icon.svg);
}
.tabs__nav {
    display: none;
}
.tabs__nav--coveo {
    display: block;
}
.js .emergency-notification.m-card-notification--warning,
.js .js-o-masthead--is-open .emergency-notification--show {
    display: none;
}
.js .emergency-notification.emergency-notification--show {
    display: block;
}
.emergency-notification {
    margin-bottom: 0;
    margin-top: 0;
}
.js .nric-discount-check__connection-error,
.js .nric-discount-check__input-error,
.js .nric-discount-check__no-js-container,
.no-js .nric-discount-check__connection-error,
.no-js .nric-discount-check__form {
    display: none;
}
.nric-discount-check__form-container .m-form-row {
    margin: 0;
}
.nric-discount-check__form-submit {
    margin-top: 20px;
}
.nric-discount-check__connection-error {
    margin-top: 40px;
}
.js .fp-chart__table-view,
.no-js .fp-chart__chart-view {
    display: none;
}
.fp-chart__date-buttons {
    margin: 0;
}
.fp-chart .a-radio__label-inner {
    word-break: break-all;
}
.icon--entire-history {
    background: url(../images/icons/png/grey/icon-back.png) no-repeat 50% / contain;
    display: block;
    height: 10px;
    margin: 0 auto;
    width: 10px;
}
.is-checked .icon--entire-history {
    background-image: url(../images/icons/png/white/icon-back.png);
}
.svg .icon--entire-history {
    background-image: url(../images/icons/svg/grey/icon-back.svg);
}
.svg .is-checked .icon--entire-history {
    background-image: url(../images/icons/svg/white/icon-back.svg);
}
.fp-chart__or-label {
    text-align: center;
}
.fp-chart__detail-wrapper {
    height: 135px;
    margin: 40px 0 -4px;
}
.fp-chart__detail {
    table-layout: fixed;
    text-align: left;
    width: 30em;
}
.fp-chart__detail th {
    color: #2a2a2a;
    font-family: source_sans_probold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 400;
    text-align: left;
    vertical-align: top;
    width: 7.143em;
}
.fp-chart__detail th:first-child {
    width: 12.857em;
}
.fp-chart__detail td {
    padding-top: 22px;
    text-align: left;
    vertical-align: top;
    width: 6.25em;
}
.fp-chart__detail-legend {
    width: 12.857em;
}
.fp-chart__detail-legend:before {
    background: #d77c94;
    border-radius: 50%;
    content: "";
    float: left;
    height: 10px;
    margin-right: 0.625em;
    margin-top: 7px;
    width: 10px;
}
.fp-chart__detail-fund {
    display: block;
    float: left;
    width: 9.875em;
}
.fp-chart__error {
    margin: 40px 0;
}
.fp-chart .highcharts-background {
    fill: transparent;
}
.fp-chart .highcharts-series-0,
.fp-chart .highcharts-series-2 {
    stroke: #d77c94;
}
.fp-chart .highcharts-grid-line {
    stroke: #ccc;
    stroke-opacity: 1;
}
.fp-chart .highcharts-axis-labels,
.fp-chart .highcharts-axis-title {
    fill: #2a2a2a;
}
.fp-chart .highcharts-axis-line {
    stroke: #ccc;
}
.fp-chart .highcharts-tick {
    display: none;
}
.fp-chart .highcharts-crosshair-thin {
    stroke: #2a2a2a;
    stroke-dasharray: 4;
    stroke-opacity: 0.5;
}
.fp-chart .highcharts-navigator-mask-outside,
.fp-chart .highcharts-navigator-outline {
    stroke: #ccc;
}
.fp-chart .highcharts-navigator-mask-inside {
    fill: #ccc;
    fill-opacity: 0.5;
}
.fp-chart .highcharts-navigator-series {
    fill: transparent;
}
.fp-chart .highcharts-markers.highcharts-series-0 {
    fill: #d77c94;
    stroke: #fff;
}
.fp-chart .highcharts-halo.highcharts-color-0 {
    fill: #d77c94;
    stroke: #d77c94;
}
.fp-chart .highcharts-label .highcharts-label-box {
    fill: #E5EAF2;
    fill-opacity: 1;
    stroke: transparent;
}
.fp-chart .highcharts-label .highcharts-tooltip text {
    fill: #fff;
}
.fp-chart .highcharts-label .highcharts-color-0 {
    fill: #d77c94;
}
.fp-chart .tooltip__series {
    list-style: none;
    padding-bottom: 6px;
    padding-left: 0;
}
.fp-chart .tooltip__series:before {
    background: #d77c94;
    border-radius: 50px;
    content: "";
    display: block;
    height: 10px;
    left: -1.188em;
    position: relative;
    top: 17px;
    width: 10px;
}
.fp-chart .tooltip__head {
    border-bottom: 1px solid #ccc;
    color: #2a2a2a;
    font-size: 1rem;
    margin: 5px 0.625em 0;
    padding-bottom: 6px;
}
.fp-chart .tooltip__head,
.fp-chart .tooltip__series-name {
    font-family: source_sans_proregular, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    line-height: 1.5;
    text-align: left;
}
.fp-chart .tooltip__series-name,
.fp-chart .tooltip__series-value {
    color: #2a2a2a;
    font-size: 1rem;
}
.fp-chart .tooltip__series-value {
    font-family: source_sans_proregular, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    line-height: 1.5;
    margin-top: 1px;
}
.fp-chart .tooltip__content {
    font-size: 1.125rem;
    margin-bottom: 0;
    margin-top: 0;
    padding-left: 1.611em;
}
.fp-chart div[class*=" highcharts-tooltip-"],
.fp-chart g[class*=" highcharts-tooltip-"] {
    filter: none;
}
.fp-chart .highcharts-input-group,
.fp-chart .highcharts-title {
    display: none;
}
.fp-chart .highcharts-container,
.fp-chart .highcharts-container > svg {
    overflow: visible;
}
.fp-chart .highcharts-navigator-series .highcharts-graph {
    stroke: #d77c94;
}
.fp-chart__chart--author {
    max-height: 405px;
}
.fp-chart-calculator {
    margin-bottom: 35px;
}
.fp-chart-calculator__input {
    font-size: 1.25rem;
    height: 50px;
    padding-bottom: 12px;
    padding-top: 12px;
    text-align: center;
}
.fp-chart-calculator__value {
    display: inline-block;
}
.fp-chart-calculator__text-end {
    margin-top: 10px;
    padding-right: 1.5em;
}
.fp-chart__fund-name {
    color: #000000;
    margin-bottom: 10px;
    margin-top: 40px;
}
.fp-chart__table-wrapper {
    margin-bottom: 37px;
    overflow-x: auto;
    width: 100%;
}
.fp-chart__table {
    width: 100%;
}
.fp-chart__table .fp-chart__fund-name,
.fp-chart__table .fp-chart__rates-label-row {
    display: none;
}
.fp-chart__table tr {
    display: block;
}
.fp-chart__table td,
.fp-chart__table th {
    width: 100%;
}
.fp-chart__table td:not(:first-child),
.fp-chart__table th:not(:first-child) {
    border-top: 1px solid #ccc;
    padding: 10px 0.938em 10px 0.625em;
}
.fp-chart__table td:nth-child(2n),
.fp-chart__table th:nth-child(2n) {
    background: #E5EAF2;
}
.fp-chart__table-head {
    float: left;
    width: 40%;
}
.fp-chart__table-head th {
    display: block;
    font-weight: 400;
    text-align: left;
}
.fp-chart__table-head .fp-chart__fund-name-label {
    display: none;
}
.fp-chart__table-body {
    float: right;
    width: 60%;
}
.fp-chart__table-body td {
    display: block;
    text-align: right;
}
.direction-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    font-size: 0;
    height: 0;
    margin-left: 3.008px;
    margin-left: 0.188rem;
    position: relative;
    width: 0;
}
.direction-arrow--down {
    border-top: 10px solid #CA0600;
    right: 0;
    top: -1px;
}
.direction-arrow--up {
    border-bottom: 10px solid #008153;
    bottom: 11px;
    right: 0;
}
.fp-chart__archive-links .a-link-icon {
    display: inline-block;
}
.fp-chart__archive-links .a-link-icon:last-child {
    margin-left: 1.063em;
}
.fp-chart__cta {
    display: block;
    margin-top: 30px;
    padding-bottom: 0;
    padding-top: 0;
    text-align: left;
}
.fp-info__heading {
    margin-top: 33px;
}
.fp-info__date {
    margin-left: 0.167em;
}
.fp-info__data {
    margin-top: 39px;
}
.gauge {
    position: relative;
    width: 17.5em;
}
.gauge__label {
    font-size: 0.75rem;
    position: absolute;
    text-align: center;
    top: 144px;
    width: 4.833em;
    word-wrap: break-word;
}
.gauge__label--minimum {
    left: 0;
}
.gauge__label--maximum {
    right: 0;
}
.gauge__legend {
    margin-top: 52px;
}
.gauge__text {
    margin-top: -9px;
}
.gauge__img {
    background-repeat: no-repeat;
    background-size: 280px;
    height: 150px;
}
.gauge__img--zero {
    background-image: url(../images/gauge/png/zero.png);
}
.gauge__img--low {
    background-image: url(../images/gauge/png/low.png);
}
.gauge__img--medium {
    background-image: url(../images/gauge/png/medium.png);
}
.gauge__img--high {
    background-image: url(../images/gauge/png/high.png);
}
.gauge__img--very-high {
    background-image: url(../images/gauge/png/very-high.png);
}
.svg .gauge__img--zero {
    background-image: url(../images/gauge/svg/zero.svg);
}
.svg .gauge__img--low {
    background-image: url(../images/gauge/svg/low.svg);
}
.svg .gauge__img--medium {
    background-image: url(../images/gauge/svg/medium.svg);
}
.svg .gauge__img--high {
    background-image: url(../images/gauge/svg/high.svg);
}
.svg .gauge__img--very-high {
    background-image: url(../images/gauge/svg/very-high.svg);
}
.social-share--blog {
    border-bottom: 1px solid #ccc;
    border-top: 1px solid #E5EAF2;
    display: -ms-flexbox;
    display: flex;
}
.social-share--blog .social-share__item {
    border-left: 1px solid #E5EAF2;
    display: inline-block;
    margin: 16px 0;
    padding: 0 0.625em;
}
.social-share--blog .social-share__text {
    font-family: source_sans_prosemibold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    font-size: 0.875rem;
    font-weight: 600;
    line-height: 1.29;
    margin: 16px 0;
    padding: 0 0.625em 0 0;
}
.social-share--article {
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 40px;
}
.social-share--article .social-share__item {
    border-bottom: 0;
    border-right: 1px solid #a2a2a2;
    display: inline-block;
    padding: 0 1.563em;
}
.social-share--article .social-share__item:first-child {
    padding-left: 0;
}
.social-share--article .social-share__item:last-child {
    border-right: none;
}
.social-share--article .a-social-links__icon,
.social-share--blog .a-social-links__icon {
    height: 1.25em;
    padding: 0;
    width: auto;
}
.svg .social-share__icon--email {
    background-image: url(../images/icons/svg/multicolour/social-icon-email.svg);
}
.social-share__icon--email {
    background-image: url(../images/icons/png/multicolour/social-icon-email.png);
    background-position: 0;
}
.social-share__icon--email:hover {
    background-position: 100%;
}
.bm-fund {
    padding: 15px 1.25em;
}
.bm-fund > .l-columns,
.bm-fund__name {
    margin-bottom: 0;
}
.bm-fund__price-change {
    margin-top: 0;
}
.bm-fund__date {
    margin: 0;
}
.bm-fund__button {
    width: 100%;
}
.bm-fund__label {
    font-family: source_sans_prosemibold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    margin-bottom: 0;
}
.l-columns__column.bm-fund__price-link {
    margin-top: 10px;
}
.l-columns__column.bm-fund__button-container {
    margin-top: 15px;
}
.keyline-divider {
    margin: -1px auto 0;
    max-width: 81.25em;
    padding: 0 1.25em;
    position: relative;
    z-index: 1;
}
.keyline-divider .a-keyline-divider {
    margin: 0;
}
.keyline-divider__hr--white {
    border-color: #fff;
}
.no-js .forms-transfer__form {
    display: none;
}
.equity-calculator {
    text-align: center;
}
.equity-calculator .m-form-row {
    display: block;
    margin-bottom: 15px;
    margin-top: 15px;
}
.equity-calculator .m-form-row.m-form-row--property-value {
    margin-bottom: 30px;
}
.equity-calculator .m-form-row .a-dropdown__select {
    display: inline-block;
}
.equity-calculator .l-section__cta-wrapper {
    display: none;
    padding-top: 0;
}
.equity-calculator .l-section__cta-wrapper .l-section__cta {
    margin-right: 0;
    margin-top: 0;
}
.no-js .equity-calculator .l-section__cta-wrapper {
    display: block;
}
.no-js .equity-calculator__ineligible-message,
.no-js .equity-calculator__result-prefix.a-heading--2 {
    margin-top: 30px;
}
.no-js .m-form-row.m-form-row--property-value {
    margin-bottom: 20px;
}
.equity-calculator__eligible-amount {
    margin-bottom: 40px;
    margin-top: 10px;
}
.equity-calculator__eligible-message,
.equity-calculator__ineligible-message,
.equity-calculator__result-prefix.a-heading--2 {
    margin-bottom: 0;
    margin-top: 0;
}
.equity-calculator__ineligible-message-display,
.no-js .fg-chart,
.no-js .fg-chart + .a-link-icon--rss {
    display: none;
}
.fg-chart__fund-selector {
    margin-left: 0;
}
.fg-chart .a-checkbox--select-all {
    display: none;
}
.fg-chart .fp-chart__detail th {
    width: 7.143em;
}
.fg-chart .fp-chart__detail th:first-child {
    width: 12.857em;
}
.fg-chart .fp-chart__detail tr {
    border-bottom: 2px dotted #ccc;
}
.fg-chart .fp-chart__detail tr:first-child > .fp-chart__detail-legend:before {
    background: #ffa000;
}
.fg-chart .fp-chart__detail tr:nth-child(2) > .fp-chart__detail-legend:before {
    background: #a98996;
}
.fg-chart .fp-chart__detail tr:nth-child(3) > .fp-chart__detail-legend:before {
    background: #d77c94;
}
.fg-chart .fp-chart__detail tr:nth-child(4) > .fp-chart__detail-legend:before {
    background: #d77c94;
}
.fg-chart .fp-chart__detail tr:nth-child(5) > .fp-chart__detail-legend:before {
    background: #2a2a2a;
}
.fg-chart .fp-chart__detail tr:first-child > .fg-chart__detail-legend--default:before {
    background: #fff;
    border: 1px solid #ccc;
}
.fg-chart .fp-chart__detail thead > tr {
    border-bottom: none;
}
.fg-chart .fp-chart__detail td {
    padding: 10px 0;
    width: 6.25em;
}
.fg-chart .fp-chart__detail-fund {
    float: none;
    width: auto;
}
.fg-chart .fp-chart__detail-legend {
    width: 12.857em;
}
.fg-chart__header {
    margin-bottom: 10px;
    margin-top: 0;
}
.fg-chart__detail-checkbox-container {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
}
.fg-chart__legend {
    font-size: 1.25rem;
    line-height: 1.4;
    padding-bottom: 10px;
}
.fg-chart .fp-chart .highcharts-halo.highcharts-color-0,
.fg-chart .fp-chart .highcharts-series-0 {
    fill: #ffa000;
    stroke: #ffa000;
}
.fg-chart .fp-chart .highcharts-halo.highcharts-color-1,
.fg-chart .fp-chart .highcharts-series-1 {
    fill: #a98996;
    stroke: #a98996;
}
.fg-chart .fp-chart .highcharts-halo.highcharts-color-2,
.fg-chart .fp-chart .highcharts-series-2 {
    fill: #d77c94;
    stroke: #d77c94;
}
.fg-chart .fp-chart .highcharts-halo.highcharts-color-3,
.fg-chart .fp-chart .highcharts-series-3 {
    fill: #d77c94;
    stroke: #d77c94;
}
.fg-chart .fp-chart .highcharts-halo.highcharts-color-4,
.fg-chart .fp-chart .highcharts-series-4 {
    fill: #2a2a2a;
    stroke: #2a2a2a;
}
.fg-chart .fp-chart .tooltip__series--0:before {
    background: #ffa000;
}
.fg-chart .fp-chart .tooltip__series--1:before {
    background: #a98996;
}
.fg-chart .fp-chart .tooltip__series--2:before {
    background: #d77c94;
}
.fg-chart .fp-chart .tooltip__series--3:before {
    background: #d77c94;
}
.fg-chart .fp-chart .tooltip__series--4:before {
    background: #2a2a2a;
}
.fg-chart .fp-chart .tooltip__series-name,
.fg-chart .fp-chart .tooltip__series-value {
    font-size: 0.875rem;
    height: auto;
}
.fund-group-tabs .pagination {
    margin-top: 55px;
}
.no-js .fund-group-tabs .m-tabs__heading {
    display: none;
}
.fund-group-table .fp-chart__table-wrapper {
    margin-bottom: 55px;
}
.fund-group-table .fp-chart__fund-name {
    font-size: 1rem;
}
.fund-group-table .fp-chart__table--mobile th {
    color: #000000;
    font-weight: 400;
    padding-bottom: 10px;
    padding-top: 20px;
    text-align: left;
}
.fund-group-table .fp-chart__table--mobile td {
    border-top: 1px solid #ccc;
    padding: 10px 0.938em 10px 0.625em;
    width: 40%;
}
.fund-group-table .fp-chart__table--mobile td:last-child {
    text-align: right;
    width: 60%;
}
.fund-group-table .fp-chart__table--mobile td .a-link-icon--download:last-child {
    margin-left: 0.938em;
}
.fund-group-table .fp-chart__table--mobile tr {
    display: table-row;
}
.fund-group-table .fp-chart__table--mobile tr:nth-child(odd) td {
    background: #E5EAF2;
}
.fund-group-table .fp-chart__table--mobile tr:nth-child(2n) td {
    background: #fff;
}
.fund-group-table__date {
    margin-top: 0;
}
.js .fund-group-table .fp-chart__table,
.js .fund-group-table .fp-chart__table-scroll-container {
    display: none;
}
.js .fund-group-table .fp-chart__table--mobile {
    display: table;
}
.no-js .fp-chart__table {
    width: 77.5em;
}
.no-js .fp-chart__table td:not(:first-child),
.no-js .fp-chart__table th:not(:first-child) {
    border-top: none;
    text-align: center;
}
.no-js .fp-chart__table th {
    color: #2a2a2a;
}
.no-js .fp-chart__table th:not(:first-child) {
    padding: 13px 0.625em;
}
.no-js .fp-chart__table td:not(:first-child) {
    min-width: 2.813em;
    padding: 15px 0.625em;
}
.no-js .fp-chart__table td:first-child,
.no-js .fp-chart__table th:first-child {
    padding-left: 1.25em;
    width: 29.8em;
}
.no-js .fp-chart__table td:nth-child(2),
.no-js .fp-chart__table th:nth-child(2) {
    width: 6.063em;
}
.no-js .fp-chart__table td:nth-child(3),
.no-js .fp-chart__table th:nth-child(3) {
    width: 6.25em;
}
.no-js .fp-chart__table td:nth-child(4),
.no-js .fp-chart__table th:nth-child(4) {
    width: 6.625em;
}
.no-js .fp-chart__table td:nth-child(5),
.no-js .fp-chart__table th:nth-child(5) {
    width: 100px;
}
.no-js .fp-chart__table td:nth-child(6),
.no-js .fp-chart__table td:nth-child(7),
.no-js .fp-chart__table th:nth-child(6),
.no-js .fp-chart__table th:nth-child(7) {
    width: 6.25em;
}
.no-js .fp-chart__table td:nth-child(8),
.no-js .fp-chart__table th:nth-child(8) {
    width: 10.375em;
}
.no-js .fp-chart__table td:not(:last-child) {
    border-right: 1px solid #ccc;
}
.no-js .fp-chart__table td:nth-child(2n),
.no-js .fp-chart__table thead th:nth-child(2n) {
    background: #fff;
}
.no-js .fp-chart__table tbody tr:nth-child(odd) td {
    background: #E5EAF2;
}
.no-js .fp-chart__table .fp-chart__fund-name,
.no-js .fp-chart__table .fp-chart__fund-name-label {
    display: table-cell;
}
.no-js .fp-chart__table .fp-chart__rates-label-row {
    display: table-row;
}
.no-js .fp-chart__rates-label {
    padding-right: 13.25em;
    position: relative;
    top: 6px;
}
.no-js .fp-chart__rates-label:after,
.no-js .fp-chart__rates-label:before {
    border-bottom: 1px solid #ccc;
    content: "";
    display: inline-block;
    position: relative;
    top: -4px;
}
.no-js .fp-chart__rates-label:before {
    margin-right: 0.75em;
    width: 8.125em;
}
.no-js .fp-chart__rates-label:after {
    margin-left: 0.75em;
    width: 9em;
}
.no-js .fp-chart__table-head {
    float: none;
    width: 100%;
}
.no-js .fp-chart__table-head th {
    display: table-cell;
    font-family: source_sans_probold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    text-align: left;
    width: auto;
}
.no-js .fp-chart__table-head .fp-chart__rates-label {
    line-height: 1.375;
    text-align: right;
}
.no-js .fp-chart__header-labels {
    margin-bottom: -2px;
    margin-top: 2px;
}
.no-js .fp-chart__table-body {
    float: none;
    width: 100%;
}
.no-js .fp-chart__table-body td {
    display: table-cell;
    text-align: left;
    width: auto;
}
.js .fp-chart__table--mobile,
.js .fp-chart__table-body tr {
    display: none;
}
.js .fp-chart__table-body tr.fp-chart__table--show {
    display: block;
}
.js .fp-chart__table--mobile.fp-chart__table--show {
    display: table;
}
.no-js .active-investment-plan .active-investment-plan__description,
.no-js .active-investment-plan .active-investment-plan__heading,
.no-js .active-investment-plan .active-investment-plan__input {
    display: none;
}
.active-investment-plan .active-investment-plan__heading .a-heading {
    margin-bottom: 5px;
}
.active-investment-plan .active-investment-plan__types {
    margin-bottom: 30px;
}
.active-investment-plan .active-investment-plan__input .m-form-row {
    margin-bottom: 20px;
    margin-top: 20px;
    width: 100%;
}
.active-investment-plan .ror-card__title {
    -ms-flex-align: center;
    align-items: center;
    background-color: #d77c94;
    display: -ms-flexbox;
    display: flex;
    height: 64px;
    -ms-flex-pack: center;
    justify-content: center;
}
.active-investment-plan .ror-card__title .heading-text {
    color: #fff;
    font-size: 1.5rem;
    margin: 0;
}
.active-investment-plan .ror-card {
    background-color: #fff;
}
.active-investment-plan .ror-card .ror-card__content {
    padding: 1.25em;
}
.active-investment-plan .ror-card .js-doughnut-chart {
    text-align: center;
}
.active-investment-plan .ror-card .ror-card__content__roi__label,
.active-investment-plan .ror-card .ror-card__content__ror__label {
    font-family: source_sans_prosemibold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    margin-bottom: 0;
    margin-top: 0;
}
.active-investment-plan .ror-card .ror-card__content__roi__value,
.active-investment-plan .ror-card .ror-card__content__ror__value {
    font-family: source_sans_prolight, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    font-size: 1.5rem;
    margin-bottom: 20px;
    margin-top: 0;
}
.active-investment-plan .ror-card .m-chart-container p,
.active-investment-plan .ror-card .o-chart--summary-below {
    margin-bottom: 0;
}
.segment-selector {
    background-color: #F1F3F8;
    border: 1px solid #CCC;
    border-radius: 4px;
    box-shadow: 0 2px 2px 0 hsla(0, 0%, 80%, 0.5);
    display: -ms-inline-flexbox;
    display: inline-flex;
    height: 50px;
    list-style: none;
    margin: 0;
    overflow: hidden;
    padding: 0;
}
.segment-selector.segment-selector--focused {
    border-color: #4CA79F;
}
.segment-selector__item {
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    margin-right: 0.125em;
    padding: 10px 0;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.segment-selector__item .icon--entire-history {
    width: 30px;
}
.segment-selector__item:focus,
.segment-selector__item:hover {
    background: #E5EAF2;
}
.segment-selector__item .segment-selector__item-content {
    border: 0 solid #CCC;
    border-left-width: 2px;
    margin-left: -0.125em;
    padding: 0 0.625em;
    white-space: nowrap;
}
.segment-selector__item.segment-selector__item--selected {
    background: #008153;
    border-radius: 3px;
    color: #fff;
    padding: 0 0.125em;
}
.segment-selector__item.segment-selector__item--selected .icon--entire-history {
    background-image: url(../images/icons/svg/white/icon-back.svg);
}
.segment-selector__item.segment-selector__item--selected + .segment-selector__item .segment-selector__item-content,
.segment-selector__item.segment-selector__item--selected .segment-selector__item-content {
    border-left-width: 0;
}
.segment-selector__item.segment-selector__item--selected:first-of-type {
    padding-left: 0;
}
.segment-selector__item:first-of-type .segment-selector__item-content {
    border-left-width: 0;
    margin-left: 0;
}
.segment-selector__item:last-of-type {
    margin-right: 0;
}
.notification {
    padding: 30px 0;
}
.notification .m-card-notification {
    margin-bottom: 0;
    margin-top: 0;
}
.o-faq-panel-item:last-of-type {
    border-bottom: 1px solid #ccc;
    margin-bottom: 1.875em;
    padding-bottom: 1.875em;
}
.js .tabs--navigational,
.tabs--navigational {
    display: block;
}
.tabs--navigational .tab__heading,
.tabs--navigational .tabs__nav {
    padding-left: 0;
}
.tabs--navigational .tabs__dropdown-control__label {
    font-family: source_sans_prosemibold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    font-weight: 600;
}
.tabs--navigational .tab__heading--active .tab__heading-link:after {
    content: "";
    display: block;
    height: 4px;
    position: relative;
    top: 10px;
    width: 100%;
}
.tabs--navigational .tab__heading-link,
.tabs--navigational .tab__heading-link:hover,
.tabs--navigational .tabs__dropdown-option-link,
.tabs--navigational .tabs__dropdown-option-link:hover {
    text-decoration: none;
}
.tabs--navigational .tabs__dropdown-option {
    padding: 0;
}
.tabs--navigational .tabs__dropdown-option-link {
    display: block;
    height: 100%;
    padding: 0 1.25em;
    width: 100%;
}
.no-js .tabs--navigational .tabs__nav {
    display: block;
}
.no-js .tabs--navigational .tabs__dropdown {
    display: none;
}
.no-js .tabs--navigational .tab__nav-item {
    list-style-type: none;
    padding-left: 0;
}
.tabs.tabs--navigational .tabs__nav {
    margin-bottom: 40px;
}
.tabs.tabs--navigational .tab__heading--active {
    color: #000000;
}
.tabs.tabs--navigational .tab__heading--active:after {
    content: "";
    display: block;
    height: 4px;
    position: relative;
    top: 29px;
    width: 100%;
}
.tabs.tabs--navigational .tab__heading {
    cursor: pointer;
    float: left;
    margin-bottom: 29px;
    margin-right: 2em;
    margin-top: 9px;
    outline: none;
}
.tabs.tabs--navigational .tab__heading:focus,
.tabs.tabs--navigational .tab__heading:hover {
    color: #000000;
}
.tabs.tabs--navigational .tabs__dropdown-option a.tabs__dropdown-option-link {
    color: #2a2a2a;
}
.tabs.tabs--navigational .tab__heading--active .tab__heading-label {
    color: #000000;
}
.js .tabs.tabs--navigational .tab__content {
    min-height: 150px;
}
.js .tabs.tabs--navigational .tabs__dropdown {
    border-bottom: 1px solid #ccc;
    display: table;
    height: auto;
    margin-bottom: 30px;
    margin-top: 0;
    position: relative;
    width: 100%;
}
.js .tabs.tabs--navigational .tabs__dropdown-control {
    color: #2a2a2a;
    cursor: pointer;
    float: right;
    font-size: 1.25rem;
    line-height: unset;
    outline: none;
    padding-right: 1.6em;
    position: relative;
    -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
    width: auto;
}
.js .tabs.tabs--navigational .tabs__dropdown-control:active,
.js .tabs.tabs--navigational .tabs__dropdown-control:focus,
.js .tabs.tabs--navigational .tabs__dropdown-control:hover {
    border-bottom: 4px solid;
}
.js .tabs.tabs--navigational .tabs__dropdown-option--active {
    color: #fff;
}
.js .tabs.tabs--navigational .tabs__dropdown-selection {
    border-bottom: 4px solid;
    color: #000000;
    display: inline-block;
    font-family: source_sans_prosemibold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 1.4375;
    vertical-align: middle;
}
.js .tabs.tabs--navigational .tabs__dropdown-control,
.js .tabs.tabs--navigational .tabs__dropdown-selection {
    padding-bottom: 10px;
}
.js .tabs.tabs--navigational .tabs__dropdown-control__label {
    display: block;
    font-family: source_sans_prosemibold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    font-weight: 600;
    margin: 0 auto;
    position: relative;
    width: 100%;
}
.js .tabs.tabs--navigational .tabs__dropdown-control__label:after {
    background-image: url(../images/icons/png/grey/arrow-down-tabs-grey.png);
    background-repeat: no-repeat;
    background-size: cover;
    content: "";
    display: block;
    height: 11px;
    position: absolute;
    right: -26px;
    top: 10px;
    width: 14px;
}
.js .tabs.tabs--navigational .tabs__dropdown--active .tabs__dropdown-control__label:after {
    background-image: url(../images/icons/png/grey/arrow-up-tabs-grey.png);
}
.js .tabs.tabs--navigational .tabs__dropdown-options {
    background: #fff;
    border-bottom: 4px solid #ccc;
    display: none;
    list-style: none;
    padding: 0;
    position: absolute;
    right: 0;
    top: 38px;
    width: 100%;
    z-index: 1;
}
.js .tabs.tabs--navigational .tabs__dropdown-option {
    font-family: source_sans_prosemibold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 600;
    line-height: 3.125;
    margin: 0;
    padding: 0;
}
.js .tabs.tabs--navigational .tabs__dropdown-option:last-child {
    border-bottom: none;
}
.js .tabs.tabs--navigational .tabs__dropdown-option-link {
    color: #2a2a2a;
    padding: 0;
}
.js .tabs.tabs--navigational .tabs__dropdown-option-link:active,
.js .tabs.tabs--navigational .tabs__dropdown-option-link:focus,
.js .tabs.tabs--navigational .tabs__dropdown-option-link:hover {
    border-bottom-color: #2a2a2a;
}
.js .tabs.tabs--navigational .t-accent-dark .tabs__dropdown-control__label:after {
    background-image: var(--icon-white-chevron-down);
}
.js .tabs.tabs--navigational .t-accent-dark .tabs__dropdown-option--active {
    background: #ffd400;
    border-bottom: none;
    color: #000000;
}
.js .tabs.tabs--navigational .t-accent-dark .tabs__dropdown-option--active .tabs__dropdown-control__label:after {
    background-image: var(--icon-white-chevron-up);
}
.js .tabs.tabs--navigational .t-accent-dark .tabs__dropdown-selection {
    color: #fff;
}
.js .tabs.tabs--navigational.svg .tabs__dropdown-control__label:after {
    background-image: url(../images/icons/svg/grey/arrow-down-tabs-grey.svg);
}
.js .tabs.tabs--navigational.svg .tabs__dropdown--active .tabs__dropdown-control__label:after {
    background-image: url(../images/icons/svg/grey/arrow-up-tabs-grey.svg);
}
.no-js .tabs.tabs--navigational .tab__heading--active .tab__heading-label {
    color: #000000;
}
.no-js .tabs.tabs--navigational .tab__heading--active:after {
    background: #000000;
    top: 8px;
}
.image-banner-wrapper {
    height: 660px;
    padding: 0;
    position: relative;
}
.image-banner {
    display: block;
    height: 100%;
}
.image-banner > .l-content-container {
    height: 100%;
}
.image-banner__vertical-align {
    display: table;
    height: 100%;
    min-height: 660px;
    overflow: hidden;
    width: 100%;
}
.image-banner-wrapper--small-screen-bottom-centre .image-banner__content-wrapper {
    background: linear-gradient(180deg, hsla(0, 0%, 7%, 0), #262633 25%);
    bottom: 0;
    left: 0;
    position: absolute;
}
.image-banner-wrapper--small-screen-bottom-centre .image-banner__content-wrapper .image-banner__content {
    margin-top: -5px;
    padding: 0 1.25em 30px;
}
.image-banner-wrapper--small-screen-top-centre .image-banner__content-wrapper {
    position: relative;
    top: 40px;
}
.image-banner__img-wrapper {
    height: 100%;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.image-banner__img {
    height: 100%;
    -o-object-fit: cover;
    font-family: "object-fit:cover;object-position:50% 0%";
    object-fit: cover;
    -o-object-position: 50% 0;
    object-position: 50% 0;
    width: 100%;
}
.image-banner__content-wrapper {
    display: table-cell;
    width: 100%;
}
.image-banner--navigation .image-banner__content-wrapper {
    padding-bottom: 84px;
}
.image-banner__content {
    padding: 0;
    position: relative;
    width: 100%;
}
.image-banner__description,
.image-banner__title {
    color: #fff;
}
.image-banner__title {
    margin: 0;
    text-align: center;
}
.image-banner__description {
    color: #fff;
    font-family: source_sans_prosemibold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    font-weight: 600;
    margin: 14px 0;
    text-align: center;
}
.image-banner__btn {
    width: 100%;
}
.image-banner__btn.btn--transparent {
    border-color: #fff;
    color: #fff;
}
.image-banner__btn.btn--transparent:focus,
.image-banner__btn.btn--transparent:hover {
    background-color: #fff;
    border-color: #fff;
    color: #4CA79F;
}
.image-banner__btn.btn--transparent:active {
    background-color: #a7a7a7;
    border-color: #a7a7a7;
}
.image-banner__img-wrapper {
    z-index: 0;
}
.image-banner__description {
    font-family: source_sans_proregular, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.4;
    margin-bottom: 0;
    margin-top: 10px;
}
.image-banner-wrapper--small-screen-bottom-centre .image-banner__content-wrapper,
.image-banner-wrapper--small-screen-top-centre .image-banner__content-wrapper {
    background: #262633;
}
.image-banner-wrapper--small-screen-bottom-centre .image-banner__content-wrapper .image-banner__content,
.image-banner-wrapper--small-screen-top-centre .image-banner__content-wrapper .image-banner__content {
    margin-top: 0;
    padding: 30px 1.25em;
    text-align: center;
}
.image-banner-wrapper--small-screen-bottom-centre .button-app-wrapper .a-button,
.image-banner-wrapper--small-screen-top-centre .button-app-wrapper .a-button {
    margin-left: auto;
    margin-right: auto;
}
.image-banner-wrapper--small-screen-top-centre .image-banner__content-wrapper {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
    left: 0;
    position: absolute;
    top: 0;
}
.image-banner-wrapper--small-screen-bottom-centre .image-banner__content-wrapper {
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.5);
}
.image-banner-wrapper--large-screen-middle-centre .image-banner__content-wrapper {
    background: none;
    border-top: 0;
    position: relative;
    vertical-align: middle;
}
.image-banner-wrapper.image-banner-wrapper--large-screen-middle-centre .image-banner__content {
    padding: 30px 0;
    text-align: center;
}
.image-banner__description + .image-banner__btn {
    margin-top: 30px;
}
.image-banner__btn + .image-banner__btn {
    margin-top: 20px;
}
.o-call-us-panel {
    margin-left: auto;
    margin-right: auto;
    max-width: 37.813em;
}
.o-call-us-panel--left {
    margin-left: 0;
    margin-right: 0;
}
.no-js .o-masthead-logged-in {
    display: none;
}
.search-filter {
    padding-top: 14px;
}
.search-filter .search-filter__container {
    border-bottom: 1px solid var(--colour-list-item-border);
    display: none;
    margin-bottom: 15px;
    padding-bottom: 30px;
    width: 100%;
}
.search-filter.search-filter--open .search-filter__container {
    display: inline-block;
    margin-top: 6.5px;
}
.search-filter .search-filter__clear {
    cursor: pointer;
    display: none;
}
.search-filter .search-filter__clear .search-filter__clear-link,
.search-filter .search-filter__show-hide-toggle {
    float: right;
}
.search-filter .search-filter__container {
    border-bottom: 4px solid #ccc;
}
.search-filter .search-filter__container .m-form-row {
    margin-top: 0;
}
.search-filter .search-filter__container .a-label {
    margin-top: 20px;
}
.contact-number-lookup .contact-number-lookup__heading {
    margin-top: 15px;
}
.contact-number-lookup .form-builder__form .m-form-row {
    margin-bottom: 20px;
    margin-top: 0;
}
.contact-number-lookup .form-builder__form .m-form-row .a-label,
.contact-number-lookup .form-builder__form .m-form-row .a-textbox {
    margin: 0;
}
.contact-number-lookup .form-builder__form .m-form-row .m-form-row__content {
    max-width: 30.938em;
}
.contact-number-lookup .contact-number-results {
    margin-top: 30px;
}
.contact-number-lookup .contact-number-results .contact-number-results__heading {
    margin-bottom: 5px;
}
.contact-number-lookup .contact-number-results .contact-number-results__phone-number {
    margin-bottom: 30px;
    margin-top: 0;
}
.contact-number-lookup .contact-number-results .contact-number-results__opening-times {
    max-width: 30.938em;
}
.no-js .form-builder .form-builder__no-js-message {
    display: block;
}
.no-js .form-builder .form-builder__error-message,
.no-js .form-builder .form-builder__form,
.no-js .form-builder .form-builder__success-message {
    display: none;
}
.js .form-builder .m-form-row {
    width: 100%;
}
.js .form-builder .form-builder__input {
    border: none;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: column;
    flex-direction: column;
    height: 100%;
    margin-bottom: 30px;
    margin-top: 30px;
}
.js .form-builder .form-builder__input .a-label {
    -ms-flex: auto;
    flex: auto;
}
.js .form-builder .form-builder__input--checkbox-group {
    margin-left: 0;
    margin-right: 0;
    padding: 0;
}
.js .form-builder .form-builder__dynamic-agreement-checkbox__content,
.js .form-builder .form-builder__dynamic-agreement-checkbox__error,
.js .form-builder .form-builder__error-message--hide,
.js .form-builder .form-builder__no-js-message,
.js .form-builder .form-builder__state-descriptor--hide,
.js .form-builder .form-builder__success-message--hide {
    display: none;
}
.js .form-builder .form-builder__error-message--show,
.js .form-builder .form-builder__modal--inline,
.js .form-builder .form-builder__state-descriptor--show,
.js .form-builder .form-builder__success-message--show {
    display: block;
}
.js .form-builder .form-builder__modal {
    border: 1px solid #CCC;
    border-radius: 8px;
    box-shadow: inset 0 2px 2px 0 hsla(0, 0%, 80%, 0.5);
    max-height: 200px;
    overflow: auto;
    padding: 8px 1.25em;
}
.js .form-builder .form-builder__modal-link {
    margin-bottom: 15px;
}
.js .form-builder .form-builder__modal-link a {
    word-break: break-word;
}
.js .form-builder .form-builder__input--confirmation-checkbox {
    margin-top: 0;
}
@media screen and (min-width: 35em) {
    .forms .a-keyline-divider {
        margin: 40px 0 60px;
    }
    .forms .forms__success-heading {
        margin-bottom: 20px;
    }
    .l-columns--grid-lines .l-columns__column.richtext-advanced,
    .l-columns--grid-lines .l-columns__column.richtext-basic,
    .l-columns--grid-lines .l-columns__column.richtext-super {
        margin-top: 70px;
    }
    .l-columns--grid-lines .l-columns__column.richtext-advanced:nth-child(n + 2):before,
    .l-columns--grid-lines .l-columns__column.richtext-basic:nth-child(n + 2):before,
    .l-columns--grid-lines .l-columns__column.richtext-super:nth-child(n + 2):before {
        top: -35px;
    }
    .l-columns--grid-lines.l-columns--2-medium .l-columns__column:nth-child(n + 2):before,
    .l-columns--grid-lines.l-columns--3-medium .l-columns__column:nth-child(n + 2):before,
    .l-columns--grid-lines.l-columns--4-medium .l-columns__column:nth-child(n + 2):before {
        border-left-style: solid;
        border-top: none;
        bottom: 0;
        left: -0.625em;
        right: auto;
        top: 0;
    }
    .l-columns--grid-lines.l-columns--2-medium .l-columns__column.richtext-advanced,
    .l-columns--grid-lines.l-columns--2-medium .l-columns__column.richtext-basic,
    .l-columns--grid-lines.l-columns--2-medium .l-columns__column.richtext-super,
    .l-columns--grid-lines.l-columns--3-medium .l-columns__column.richtext-advanced,
    .l-columns--grid-lines.l-columns--3-medium .l-columns__column.richtext-basic,
    .l-columns--grid-lines.l-columns--3-medium .l-columns__column.richtext-super,
    .l-columns--grid-lines.l-columns--4-medium .l-columns__column.richtext-advanced,
    .l-columns--grid-lines.l-columns--4-medium .l-columns__column.richtext-basic,
    .l-columns--grid-lines.l-columns--4-medium .l-columns__column.richtext-super {
        margin-top: 37px;
    }
    .l-columns--grid-lines.l-columns--1-medium .l-columns__column:nth-child(n + 1):before,
    .l-columns--grid-lines.l-columns--2-medium .l-columns__column:nth-child(odd):before,
    .l-columns--grid-lines.l-columns--3-medium .l-columns__column:nth-child(3n + 1):before,
    .l-columns--grid-lines.l-columns--4-medium .l-columns__column:nth-child(4n + 1):before {
        border-left-style: none;
    }
    .l-columns--bordered {
        padding: 48px 5.688em 55px;
    }
    .l-section .l-content-container .l-section__cta {
        display: inline-block;
    }
    .colour-tiles--image .colour-tiles__tile {
        height: 346px;
        padding: 30px 1.875em;
    }
    .colour-tiles__description {
        font-family: source_sans_prolight, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
        font-size: 1.25rem;
        letter-spacing: -0.01063rem;
        line-height: 1.4;
    }
    .colour-tiles--single .colour-tiles__tile {
        padding: 64px 1.875em;
    }
    .colour-tiles--single .colour-tiles__tile .colour-tiles__heading {
        font-size: 2.625rem;
        line-height: 1.19;
    }
    .colour-tiles--double .colour-tiles__tile {
        padding: 69px 1.25em;
    }
    .colour-tiles--double .colour-tiles__tile .colour-tiles__heading {
        font-size: 1.75rem;
        line-height: 1.29;
        margin-bottom: 5px;
    }
    .colour-tiles--double .colour-tiles__tile .colour-tiles__cta.a-button {
        min-width: 15.313em;
    }
    .colour-tiles--image.colour-tiles--full-bleed .colour-tiles__description {
        font-family: source_sans_proregular, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    }
    .colour-tiles .colour-tiles__tile--double-cta .colour-tiles__cta.a-button {
        min-width: auto;
    }
    .colour-tiles .u-text--left.colour-tiles__tile--double-cta .colour-tiles__cta + .colour-tiles__cta {
        margin-left: 1.125em;
    }
    .colour-tiles .u-text--center.colour-tiles__tile--double-cta .colour-tiles__cta.a-button {
        margin-left: 0.563em;
        margin-right: 0.563em;
    }
    .colour-tiles .u-text--center.colour-tiles__tile--double-cta .colour-tiles__cta + .colour-tiles__cta {
        margin-left: 0.563em;
    }
    .colour-tiles__icon {
        margin-bottom: 30px;
    }
    .l-columns.l-columns--grid-lines .l-columns__column.icon-card:nth-child(n + 2):before {
        bottom: 30px;
        left: -0.625em;
        top: 30px;
    }
    .flexbox .cookie-policy .l-content-container {
        -ms-flex-align: start;
        align-items: flex-start;
        display: -ms-flexbox;
        display: flex;
    }
    .flexbox .cookie-policy__content {
        -ms-flex: 1;
        flex: 1;
    }
    .no-flexbox .cookie-policy__close {
        margin-left: 0;
        margin-top: 10px;
    }
    .cookie-policy__close {
        margin-left: 1.625em;
        margin-top: 0;
        width: auto;
    }
    .investment-calculator__table thead > tr > th {
        padding-top: 16px;
    }
    .m-country-selection-list .region-switcher__content {
        padding-top: 14px;
    }
    .m-country-selection-list > .m-country-selection-list__item {
        width: 48%;
    }
    .flexbox .m-country-selection-list {
        column-count: 2;
    }
    .forms-complaints {
        margin-bottom: 57px;
    }
    .forms-complaints .a-textarea {
        height: 200px;
    }
    .agent-profile {
        margin-bottom: 60px;
    }
    .agent-profile .agent-profile-card-container .agent-profile-card,
    .agent-profile .agent-profile-card-container .contact-us-card {
        float: left;
        min-height: 209px;
    }
    .agent-profile .agent-profile-card-container .agent-profile-card,
    .agent-profile .agent-profile-card-container .agent-profile-card + .contact-us-card {
        width: 50%;
    }
    .agent-profile .agent-profile-card-container .agent-profile-card {
        height: auto;
    }
    .flexbox .agent-profile .agent-profile-card-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .product-expertise > .l-columns__column > .product-expertise__list--right {
        margin-top: 0;
    }
    .branch-profile {
        margin-bottom: 60px;
    }
    .branch-columns > .l-columns__column + .l-columns__column {
        margin-top: 0;
    }
    .profile-map__image-wrapper {
        height: 212px;
    }
    .profile-map__infobox {
        padding: 15px 0.938em;
    }
    .profile-map__canvas {
        height: 212px;
    }
    .poi-results__container {
        margin-left: 1.875em;
        margin-right: 1.875em;
    }
    .poi-details-card {
        height: 100%;
    }
    .poi-results__toggle {
        padding-left: 1.875em;
        padding-right: 1.875em;
    }
    .poi-results--garage .poi-results-bar__location-label,
    .poi-results--garage .poi-results-bar__multiselect-label,
    .poi-results--medical .poi-results-bar__location-label,
    .poi-results--medical .poi-results-bar__multiselect-label {
        margin-top: 0;
    }
    .a-review-stars {
        margin-left: 0;
        margin-right: 0.625em;
        max-width: none;
    }
    .pagination__item--hide-on-mobile {
        display: inline-block;
    }
    .search__results-container .search__sort-dropdown {
        width: auto;
    }
    .image-banner-wrapper--small-screen-bottom-centre .image-banner__content-wrapper .image-banner__content {
        padding-left: 1.875em;
        padding-right: 1.875em;
    }
    .image-banner-wrapper.image-banner-wrapper--large-screen-middle-centre .image-banner__content {
        padding: 30px 0;
    }
    .image-banner-wrapper--small-screen-top-centre .image-banner__content-wrapper .image-banner__content {
        padding-left: 1.875em;
        padding-right: 1.875em;
    }
}
@media screen and (min-width: 48em) {
    .picture-fit-fallback--smallUp {
        background-position: 50%;
        background-size: cover;
        display: block;
        height: 100%;
        width: 100%;
    }
    .no-objectfit .picture-fit--smallUp img {
        display: none;
    }
    .button-app-wrapper {
        width: auto;
    }
    .hero-wrapper--viewport-height .hero {
        min-height: 65vh;
    }
    .hero__content {
        padding: 0;
        width: 37.875em;
    }
    .hero-wrapper--usp-strip .hero__content {
        margin-bottom: 76px;
    }
    .hero-wrapper--usp-strip.hero-wrapper--with-form .hero-usp-strip {
        bottom: 535px;
    }
    .hero-wrapper--small-screen-bottom-centre .hero__content-wrapper,
    .hero-wrapper--small-screen-bottom-left .hero__content-wrapper {
        bottom: 0;
        position: relative;
    }
    .hero-wrapper--small-screen-bottom-centre.hero-wrapper--chevron .hero__content-wrapper,
    .hero-wrapper--small-screen-bottom-left.hero-wrapper--chevron .hero__content-wrapper {
        bottom: 0;
    }
    .hero-wrapper--small-screen-middle-centre.hero-wrapper--chevron .hero__content {
        margin-bottom: 0;
    }
    .hero-wrapper--large-screen-middle-left .hero__content {
        margin-left: 0;
        text-align: left;
    }
    .hero-wrapper--large-screen-middle-left .hero__content .hero__title {
        margin-left: -0.07em;
        margin-right: 0;
    }
    .hero-wrapper--large-screen-middle-left .hero__content .hero__btn,
    .hero-wrapper--large-screen-middle-left .hero__content .hero__text {
        margin-left: 0;
    }
    .hero-wrapper--large-screen-middle-centre .hero__content {
        text-align: center;
    }
    .hero-wrapper--with-form.hero-wrapper--chevron .hero-chevron {
        bottom: 598px;
    }
    .hero__text.a-heading--1 {
        margin-top: 10px;
    }
    .hero__btn {
        height: 55px;
        width: auto;
    }
    .hero__btn,
    .hero__btn:first-of-type {
        margin-top: 35px;
    }
    .hero-wrapper--large-screen-middle-left .hero__btn + .hero__btn,
    .hero__btn + .hero__btn {
        margin-left: 1.25em;
    }
    .hero-wrapper--large-screen-middle-left .nojs-wrapper {
        text-align: left;
    }
    .hero-usp-strip {
        display: block;
    }
    .hero-wrapper--usp-strip .hero-chevron {
        display: none;
    }
    .hero-chevron {
        bottom: 30px;
    }
    .travel-form__form-wrapper {
        padding: 0 7.5em;
    }
    .travel-form__date-container {
        background: #F1F3F8;
        border: 1px solid #CCC;
        border-radius: 5px;
        box-shadow: 0 2px 2px 0 hsla(0, 0%, 80%, 0.5);
    }
    .travel-form__section .a-label {
        margin-top: 15px;
    }
    .flexbox .travel-form__date-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    }
    .travel-form__date-container .a-date {
        border: none;
        box-shadow: none;
        height: 48px;
        max-width: 44%;
    }
    .travel-form__date-container .m-date-range__ui {
        min-width: 2px;
        position: relative;
    }
    .travel-form__date-separator {
        background: #F1F3F8;
        max-width: 14%;
    }
    .flexbox .travel-form__date-separator {
        height: 48px;
    }
    .svg .travel-form__date-separator--content {
        background: url(../images/icons/svg/grey/to-arrow.svg) no-repeat 80%;
    }
    .travel-form__date-separator--content {
        background: url(../images/icons/png/grey/to-arrow.png) no-repeat 80%;
        display: block;
        padding: 12px 1.18em 13px 0.313em;
    }
    .travel-form__date--left,
    .travel-form__date--left:focus,
    .travel-form__date--left:hover {
        border-radius: 5px 0 0 5px;
    }
    .travel-form__date--right,
    .travel-form__date--right:focus,
    .travel-form__date--right:hover {
        border-radius: 0 5px 5px 0;
    }
    .m-card-full-bleed .m-card-image {
        height: 100%;
    }
    .l-columns--1-medium .m-card--50 .m-card-image + .m-card-content {
        width: calc(50% + 0.9375em);
    }
    .l-section > .l-content-container {
        margin-top: 60px;
    }
    .l-section > .l-content-container > .l-section__cta-wrapper {
        margin-top: 25px;
    }
    .l-section > .l-content-container > .l-section__description {
        width: 30.85em;
    }
    .l-section > .l-content-container .richtext-advanced,
    .l-section > .l-content-container .richtext-basic,
    .l-section > .l-content-container .richtext-super,
    .l-section > .l-content-container .richtext-table {
        max-width: 38.563em;
    }
    .l-section > .l-content-container > .block-quote,
    .l-section > .l-content-container > .cq-Editable-dom > .block-quote {
        width: 75%;
    }
    .l-section > .l-content-container .l-section__heading + div {
        margin-top: 30px;
    }
    .l-section > .l-content-container .l-section__heading + div.l-section__cta-wrapper {
        margin-top: 0;
    }
    .l-section > .l-content-container .l-section__heading + div.l-section__cta-wrapper .l-section__cta,
    .l-section > .l-content-container .l-section__heading + div.l-section__cta-wrapper .l-section__cta:first-child {
        margin-top: 30px;
    }
    .l-section > .l-content-container .l-section__description + div.l-section__cta-wrapper {
        margin-top: 0;
    }
    .l-section > .l-content-container .l-section__description + div.l-section__cta-wrapper .l-section__cta,
    .l-section > .l-content-container .l-section__description + div.l-section__cta-wrapper .l-section__cta:first-child {
        margin-top: 30px;
    }
    .flexbox .colour-tiles--double {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flexbox .colour-tiles--double.colour-tiles--reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .no-flexbox .colour-tiles__tile + .colour-tiles__tile,
    .no-flexbox .colour-tiles__tile:first-child,
    .no-js .colour-tiles__tile + .colour-tiles__tile,
    .no-js .colour-tiles__tile:first-child {
        display: inline-block;
        float: right;
    }
    .no-flexbox .colour-tiles__tile:first-child,
    .no-js .colour-tiles__tile:first-child {
        float: left;
    }
    .no-flexbox .colour-tiles--reverse .colour-tiles__tile:first-child,
    .no-js .colour-tiles--reverse .colour-tiles__tile:first-child {
        display: inline-block;
        float: right;
    }
    .no-flexbox .colour-tiles--reverse .colour-tiles__tile + .colour-tiles__tile,
    .no-js .colour-tiles--reverse .colour-tiles__tile + .colour-tiles__tile {
        display: inline-block;
        float: left;
    }
    .colour-tiles--double .colour-tiles__tile,
    .no-flexbox .colour-tiles--image .colour-tiles__tile,
    .no-js .colour-tiles--image .colour-tiles__tile {
        width: 50%;
    }
    .colour-tiles--image .colour-tiles__tile .colour-tiles__cta {
        margin-top: 40px;
    }
    .colour-tiles--image.colour-tiles--full-bleed {
        height: 311px;
    }
    .colour-tiles--image.colour-tiles--full-bleed .colour-tiles__description {
        font-family: source_sans_proregular, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
        letter-spacing: -0.00625rem;
        max-width: 31.4em;
        width: 31.4em;
    }
    .colour-tiles--image.colour-tiles--full-bleed .colour-tiles__heading {
        font-size: 2rem;
        letter-spacing: -0.00625rem;
        line-height: 1.313;
    }
    .colour-tiles--image .colour-tiles__tile.colour-tiles__tile--double-cta .colour-tiles__cta--link {
        margin-top: 40px;
        vertical-align: middle;
    }
    .no-flexbox .colour-tiles--image.colour-tiles--full-bleed .colour-tiles__tile,
    .no-js .colour-tiles--image.colour-tiles--full-bleed .colour-tiles__tile {
        width: 100%;
    }
    .no-flexbox .colour-tiles--image.colour-tiles--full-bleed .colour-tiles__tile .colour-tiles__tile-wrapper,
    .no-js .colour-tiles--image.colour-tiles--full-bleed .colour-tiles__tile .colour-tiles__tile-wrapper {
        margin: auto 0;
    }
    .headline ~ .article-byline {
        margin: 20px 0 0;
        padding-bottom: 11px;
    }
    .icon-card__icon--checkmark-green,
    .icon-card__icon--checkmark-white {
        height: 48px;
        width: 3em;
    }
    .flexbox .product-tiles__row {
        display: -ms-flexbox;
        display: flex;
    }
    .no-flexbox .product-tiles__text,
    .no-js .product-tiles__text {
        width: auto;
    }
    .no-flexbox .product-tiles__row + .product-tiles__row,
    .no-js .product-tiles__row + .product-tiles__row {
        position: relative;
    }
    .no-flexbox .product-tiles__row + .product-tiles__row .product-tiles__text,
    .no-js .product-tiles__row + .product-tiles__row .product-tiles__text {
        margin-right: 253px;
    }
    .no-flexbox .product-tiles__row + .product-tiles__row .product-tiles__image-wrapper,
    .no-js .product-tiles__row + .product-tiles__row .product-tiles__image-wrapper {
        position: absolute;
        right: 0;
        top: 0;
    }
    .product-tiles__image-wrapper {
        float: left;
        height: 253px;
        min-width: 253px;
        padding-top: 0;
        width: 253px;
    }
    .product-tiles__image {
        position: static;
    }
    .product-tiles__text {
        height: 253px;
        overflow: hidden;
        padding: 30px 2.5em 0;
    }
    .investment-calculator__form {
        padding: 30px 5.625em;
    }
    .investment-calculator__form-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
        -ms-flex-pack: center;
        justify-content: center;
    }
    .investment-calculator__btn-container,
    .investment-calculator__input-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
    }
    .investment-calculator__copy-container {
        padding-bottom: 20px;
    }
    .investment-calculator__input-container {
        padding-bottom: 0;
        padding-right: 1.25em;
        width: 65%;
    }
    .investment-calculator__btn-container {
        width: 34%;
    }
    .investment-calculator__btn {
        max-height: 50px;
    }
    .investment-calculator__table tbody > tr > th {
        padding-left: 1.875em;
    }
    .is-error .investment-calculator__btn-container {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .cover-level__content-heading {
        margin: 20px;
        padding-bottom: 20px;
    }
    .cover-level__tab {
        height: 115px;
    }
    .cover-level__item {
        padding-left: 1.313em;
        padding-right: 1.125em;
    }
    .cover-level__tab--contents {
        margin-top: 35px;
        max-height: 115px;
    }
    .content-hero {
        height: 225px;
    }
    .content-hero__wrapper--small-screen-bottom-centre .content-hero__content-wrapper,
    .content-hero__wrapper--small-screen-bottom-left .content-hero__content-wrapper {
        bottom: 0;
        position: relative;
    }
    .content-hero__wrapper--large-screen-middle-left .content-hero__content {
        text-align: left;
    }
    .content-hero__wrapper--large-screen-middle-left .content-hero__content .content-hero__title {
        margin-left: -0.07em;
        margin-right: 0;
    }
    .content-hero__wrapper--large-screen-middle-left .content-hero__content .content-hero__text {
        margin-left: 0;
    }
    .content-hero__wrapper--large-screen-middle-left .nojs-wrapper {
        text-align: left;
    }
    .content-hero__wrapper--large-screen-middle-centre .content-hero__content {
        text-align: center;
    }
    .content-hero__wrapper--large-screen-middle-left .a-wayfinder {
        display: block;
    }
    .content-hero__wrapper--large-screen-middle-centre .a-wayfinder {
        display: none;
    }
    .table-of-links__heading {
        margin-bottom: 1px;
    }
    .brightcove-video__player {
        margin-bottom: 40px;
    }
    .brightcove-video__header {
        margin-bottom: 10px;
        margin-top: 40px;
    }
    .region-switcher__panel .m-form-row {
        padding-bottom: 30px;
    }
    .blog-image {
        margin: 24px 0;
    }
    .blog-image__caption {
        margin-top: 4px;
    }
    .comparison-card__header {
        padding: 30px 0;
    }
    .comparison-card__content {
        padding: 0 1.25em 20px;
    }
    .comparison-card__subheading {
        margin-top: 20px;
    }
    .comparison-card__footer {
        margin: auto 1.25em 20px;
    }
    .comparison-card__footer p:first-child {
        margin-top: 20px;
    }
    .comparison-card__price.a-heading {
        margin-top: 0.25em;
    }
    .point-of-interest__form-container {
        margin-right: 1.5em;
        width: 75%;
    }
    .point-of-interest__form-submit {
        margin-top: 44px;
        text-align: center;
        width: 20%;
    }
    .point-of-interest__form-submit--error {
        margin-top: 72px;
    }
    .point-of-interest__form-container,
    .point-of-interest__form-submit {
        float: left;
    }
    .m-card-image--9x16 {
        display: block;
    }
    .l-columns--1-medium .m-card-content {
        width: 100%;
    }
    .l-columns--1-medium .m-card--33 .m-card-image + .m-card-content {
        width: 67%;
    }
    .poi-results-bar {
        margin-top: 25px;
    }
    .poi-results-bar .point-of-interest__form {
        display: block;
    }
    .poi-results-bar .point-of-interest__form-container {
        display: inline-block;
        margin-bottom: 30px;
        width: 32.875em;
    }
    .poi-results-bar .point-of-interest__form-submit {
        display: inline-block;
        margin-bottom: 0;
        margin-left: 1.25em;
        margin-top: 59px;
        position: relative;
        top: -2px;
        width: inherit;
    }
    .poi-results-bar .is-error + .point-of-interest__form-submit {
        margin-top: 88px;
    }
    .poi-results-bar__location-label {
        margin-top: 0;
    }
    .poi-results-bar__close-btn,
    .poi-results-bar__expanded-container {
        display: none;
    }
    .poi-results--no-js .poi-results-bar {
        margin-top: 25px;
    }
    .poi-results__card-info {
        display: inline-block;
    }
    .poi-results__card-img {
        background-color: transparent;
        display: inline-block;
        float: right;
        height: 161px;
        width: 5.938em;
    }
    .poi-results__card--with-img .poi-results__card-info {
        padding-bottom: 15px;
        padding-top: 15px;
    }
    .poi-details-card {
        height: 100%;
    }
    .poi-details-card__list {
        padding-top: 20px;
    }
    .poi-results__error {
        margin-bottom: 96px;
        margin-top: -13px;
        max-width: 37.5em;
    }
    .poi-results__map {
        margin-bottom: 60px;
        margin-top: 0;
    }
    .poi-results__map-canvas-wrapper {
        height: 1024px;
    }
    .poi-results__toggle {
        padding-left: 1.875em;
    }
    .poi-results__toggle-btn {
        min-width: 10em;
    }
    .poi-results__toggle-btn--list:before,
    .poi-results__toggle-btn--map:before {
        margin-right: 0.5em;
    }
    .poi-results--garage .point-of-interest__form-container {
        float: left;
        width: 80%;
    }
    .poi-results--garage .poi-results-bar__input-container {
        float: left;
        width: 15.813em;
    }
    .poi-results--garage .poi-results-bar__checkbox {
        float: right;
        margin-top: 0;
    }
    .poi-results--garage .poi-results-bar__checkbox--authorised {
        width: 100%;
    }
    .poi-results--garage .point-of-interest__form-submit {
        float: none;
        text-align: left;
        width: 20%;
    }
    .poi-results--garage .point-of-interest__form-submit .a-button {
        margin-left: 1.25em;
    }
    .poi-results--garage .poi-results-bar .point-of-interest__form-submit {
        margin-left: 0;
    }
    .poi-results--garage .point-of-interest__form-submit--error {
        margin-top: 98px;
    }
    .poi-results--garage .poi-results-bar__location-label,
    .poi-results--garage .poi-results-bar__multiselect-label {
        margin-top: 15px;
    }
    .poi-results--medical .point-of-interest__form-container {
        float: left;
        margin-bottom: 10px;
        width: 80%;
    }
    .poi-results--medical .poi-results-bar__input-container {
        float: left;
        width: 15.813em;
    }
    .poi-results--medical .poi-results-bar__checkbox {
        float: right;
        margin-top: 0;
    }
    .poi-results--medical .poi-results-bar__checkbox--authorised {
        width: 100%;
    }
    .poi-results--medical .poi-results-bar__location-label,
    .poi-results--medical .poi-results-bar__multiselect-label {
        margin-top: 15px;
    }
    .poi-results--medical .point-of-interest__form-submit {
        float: none;
        text-align: left;
        width: 20%;
    }
    .poi-results--medical .point-of-interest__form-submit .a-button {
        margin-left: 1.25em;
    }
    .poi-results--medical .poi-results-bar .point-of-interest__form-submit {
        margin-left: 0;
    }
    .poi-results--medical .point-of-interest__form-submit--error {
        margin-top: 98px;
    }
    .search__input-section .l-content-container {
        margin-bottom: 40px;
    }
    .search__count,
    .search__results-section .l-content-container {
        margin-top: 0;
    }
    .CoveoSearchbox,
    .search__input-form {
        max-width: 28.438em;
    }
    .search-result-item__container {
        max-width: 38.563em;
    }
    .search__results-container {
        display: inline-block;
        width: 100%;
    }
    .search__results-container .search__sort-dropdown {
        float: right;
        width: auto;
    }
    .search__results-container .search__sort-dropdown .a-label {
        float: left;
        margin-top: 16px;
    }
    .search__results-container .search__sort-dropdown .m-form-row__content {
        float: right;
        margin-left: 1.25em;
        width: 11.25em;
    }
    .search__results-container .search__sort-dropdown .m-form-row {
        width: 100%;
    }
    .nric-discount-check__form-container {
        width: 37.5%;
    }
    .nric-discount-check__form-submit {
        margin-left: 1.25em;
        width: 25%;
    }
    .nric-discount-check__form-container,
    .nric-discount-check__form-submit {
        float: left;
    }
    .nric-discount-check__connection-error {
        margin-top: 0;
    }
    .nric-discount-check__connection-error .m-card {
        display: inline-block;
        margin-top: 40px;
    }
    .nric-discount-check__form {
        -ms-flex-align: end;
        align-items: flex-end;
        display: -ms-flexbox;
        display: flex;
    }
    .fp-chart__date-buttons.m-form-row {
        float: left;
        width: 17.5em;
    }
    .fp-chart__date-buttons.m-form-row .m-form-row__content {
        width: 17.5em;
    }
    .fp-chart__date-range {
        float: left;
        margin-top: 39px;
        width: 23.625em;
    }
    .fp-chart__date-range #fp-end-date,
    .fp-chart__date-range #fp-start-date {
        padding-right: 2.625em;
    }
    .fp-chart__or-label {
        display: block;
        float: left;
        margin-top: 39px;
        padding-top: 14px;
        width: 3.125em;
    }
    .fp-chart__detail-wrapper {
        height: 102px;
        margin-bottom: -15px;
    }
    .fp-chart__detail {
        width: 42.5em;
    }
    .fp-chart__detail th {
        width: 8.214em;
    }
    .fp-chart__detail th:first-child {
        width: 26em;
    }
    .fp-chart__detail th:last-child {
        width: 6.429em;
    }
    .fp-chart__detail td {
        padding-top: 21px;
        width: 7.188em;
    }
    .fp-chart__detail .fp-chart__detail-legend {
        width: 22.75em;
    }
    .fp-chart__detail .fp-chart__detail-fund {
        width: 20.25em;
    }
    .fp-chart__fund-name--mobile {
        display: none;
    }
    .fp-chart__table-wrapper {
        margin-bottom: 38px;
        margin-top: -9px;
    }
    .fp-chart-calculator {
        margin-bottom: 25px;
        margin-top: 22px;
    }
    .fp-chart-calculator__input,
    .fp-chart-calculator__text-end,
    .fp-chart-calculator__text-start {
        display: inline;
        margin-right: 0.5em;
    }
    .fp-chart-calculator__text-start {
        margin-bottom: 0;
    }
    .fp-chart-calculator__input {
        margin-right: 0.5em;
        width: 7em;
    }
    .fp-chart-calculator__text-end {
        line-height: 2.5;
    }
    .fp-chart__table {
        width: 77.5em;
    }
    .fp-chart__table td:not(:first-child),
    .fp-chart__table th:not(:first-child) {
        border-top: none;
        text-align: center;
    }
    .fp-chart__table th {
        color: #2a2a2a;
    }
    .fp-chart__table th:not(:first-child) {
        padding: 13px 0.625em;
    }
    .fp-chart__table td:not(:first-child) {
        min-width: 2.813em;
        padding: 15px 0.625em;
    }
    .fp-chart__table td:first-child,
    .fp-chart__table th:first-child {
        padding-left: 1.25em;
        width: 29.8em;
    }
    .fp-chart__table td:nth-child(2),
    .fp-chart__table th:nth-child(2) {
        width: 6.063em;
    }
    .fp-chart__table td:nth-child(3),
    .fp-chart__table th:nth-child(3) {
        width: 6.25em;
    }
    .fp-chart__table td:nth-child(4),
    .fp-chart__table th:nth-child(4) {
        width: 6.625em;
    }
    .fp-chart__table td:nth-child(5),
    .fp-chart__table td:nth-child(6),
    .fp-chart__table td:nth-child(7),
    .fp-chart__table th:nth-child(5),
    .fp-chart__table th:nth-child(6),
    .fp-chart__table th:nth-child(7) {
        width: 6.25em;
    }
    .fp-chart__table td:nth-child(8),
    .fp-chart__table th:nth-child(8) {
        width: 10.375em;
    }
    .fp-chart__table td:not(:last-child) {
        border-right: 1px solid #ccc;
    }
    .fp-chart__table td:nth-child(2n),
    .fp-chart__table thead th:nth-child(2n) {
        background: #fff;
    }
    .fp-chart__table tbody tr:nth-child(odd) td {
        background: #E5EAF2;
    }
    .fp-chart__table .fp-chart__fund-name,
    .fp-chart__table .fp-chart__fund-name-label {
        display: table-cell;
    }
    .fp-chart__table .fp-chart__rates-label-row {
        display: table-row;
    }
    .fp-chart__rates-label {
        padding-right: 13.25em;
        position: relative;
        top: 6px;
    }
    .fp-chart__rates-label:after,
    .fp-chart__rates-label:before {
        border-bottom: 1px solid #ccc;
        content: "";
        display: inline-block;
        position: relative;
        top: -4px;
    }
    .fp-chart__rates-label:before {
        margin-right: 0.75em;
        width: 8.125em;
    }
    .fp-chart__rates-label:after {
        margin-left: 0.75em;
        width: 9em;
    }
    .fp-chart__table-head {
        float: none;
        width: 100%;
    }
    .fp-chart__table-head th {
        display: table-cell;
        font-family: source_sans_probold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
        text-align: left;
        width: auto;
    }
    .fp-chart__table-head .fp-chart__rates-label {
        line-height: 1.375;
        text-align: right;
    }
    .fp-chart__header-labels {
        margin-bottom: -2px;
        margin-top: 2px;
    }
    .fp-chart__table-body {
        float: none;
        width: 100%;
    }
    .fp-chart__table-body td {
        display: table-cell;
        text-align: left;
        width: auto;
    }
    .fp-chart__cta {
        display: inline-block;
        margin-right: 1.875em;
        margin-top: 0;
    }
    .l-section .l-content-container .fp-chart + .l-section__cta-wrapper {
        margin-top: 20px;
    }
    .fp-info__heading {
        margin-top: 30px;
    }
    .fp-info__date {
        display: block;
        margin-left: 0;
    }
    .fp-info__data {
        margin-top: 31px;
    }
    .gauge {
        width: 17.813em;
    }
    .gauge__img {
        height: 153px;
    }
    .gauge__label--maximum {
        right: 0.417em;
    }
    .gauge__legend {
        margin-top: 39px;
    }
    .gauge__text {
        margin-top: -11px;
    }
    .l-columns__column.bm-fund__button-container {
        margin-top: 1.25em;
    }
    .keyline-divider {
        padding: 0 1.875em;
    }
    .equity-calculator {
        margin-left: auto;
        margin-right: auto;
        max-width: 35em;
    }
    .equity-calculator .m-form-row {
        display: inline-block;
        margin: 0 0.625em 20px;
    }
    .equity-calculator .m-form-row.m-form-row--age {
        width: 6.438em;
    }
    .equity-calculator .m-form-row.m-form-row--property-type {
        width: 10.063em;
    }
    .equity-calculator .m-form-row.m-form-row--property-value {
        width: 9.438em;
    }
    .equity-calculator__ineligible-message,
    .equity-calculator__result-prefix.a-heading--2 {
        margin-top: 10px;
    }
    .no-js .equity-calculator__ineligible-message,
    .no-js .equity-calculator__result-prefix.a-heading--2 {
        margin-top: 40px;
    }
    .no-js .m-form-row.m-form-row--property-value {
        margin-bottom: 30px;
    }
    .fg-chart .fp-chart__detail-wrapper {
        height: auto;
    }
    .fg-chart .fp-chart__detail {
        width: 100%;
    }
    .fg-chart .fp-chart__detail th {
        width: 7.08em;
    }
    .fg-chart .fp-chart__detail th:first-child {
        width: 24.59em;
    }
    .fg-chart .fp-chart__detail th:last-child {
        width: 4.08em;
    }
    .fg-chart .fp-chart__detail td {
        width: 7.188em;
    }
    .fg-chart .fp-chart__detail .fp-chart__detail-legend {
        width: 22.75em;
    }
    .fg-chart .fp-chart__detail .fp-chart__detail-fund {
        width: 20.25em;
    }
    .fg-chart .fp-chart__detail-wrapper:after {
        content: "";
    }
    .fg-chart .fp-chart .tooltip__series-name,
    .fg-chart .fp-chart .tooltip__series-value {
        font-size: 1rem;
        height: 24px;
    }
    .fund-group-tabs .pagination {
        margin-top: 35px;
    }
    .fund-group-table .fp-chart__table td {
        padding-bottom: 15px;
        padding-top: 16px;
        vertical-align: top;
    }
    .fund-group-table .fp-chart__table td:first-child {
        padding-right: 1.25em;
    }
    .fund-group-table .fp-chart__table-wrapper {
        margin-bottom: 35px;
    }
    .fund-group-table .fp-chart__rates-label {
        padding-top: 10px;
    }
    .js .fund-group-table .fp-chart__table-scroll-container {
        display: block;
    }
    .js .fund-group-table .fp-chart__table {
        display: table;
    }
    .js .fund-group-table .fp-chart__table--mobile {
        display: none;
    }
    .active-investment-plan .active-investment-plan__input .m-form-row {
        margin-bottom: 10px;
        margin-top: 15px;
    }
    .active-investment-plan .ror-card__title {
        height: 64px;
    }
    .active-investment-plan .ror-card__title .heading-text {
        font-size: 1.625rem;
    }
    .active-investment-plan .ror-card .ror-card__content {
        padding: 1.25em;
    }
    .active-investment-plan .ror-card .ror-card__content__roi__value,
    .active-investment-plan .ror-card .ror-card__content__ror__value {
        font-size: 1.625rem;
    }
    .tabs--navigational .tab__heading-label {
        font-family: source_sans_probold, -apple-system, blinkmacsystemfont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, arial, helvetica, sans-serif;
    }
    .tabs--navigational .tab__heading--active .tab__heading-link:after {
        content: none;
    }
    .image-banner--has-share-cards .image-banner__content-wrapper {
        padding-bottom: 121px;
    }
    .image-banner__content {
        width: 21.5em;
    }
    .image-banner--navigation .image-banner__content-wrapper {
        padding-bottom: 108px;
    }
    .image-banner-wrapper--large-screen-middle-left .image-banner__content {
        margin-left: 0;
        text-align: left;
    }
    .image-banner-wrapper--large-screen-middle-left .image-banner__content .image-banner__btn,
    .image-banner-wrapper--large-screen-middle-left .image-banner__content .image-banner__description {
        margin-left: 0;
    }
    .image-banner-wrapper--large-screen-middle-right .image-banner__content {
        float: right;
    }
    .image-banner-wrapper--small-screen-bottom-centre .image-banner__content-wrapper {
        background: none;
        bottom: 0;
        position: relative;
        vertical-align: middle;
    }
    .image-banner-wrapper--small-screen-bottom-centre .image-banner__content-wrapper .image-banner__content {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }
    .image-banner-wrapper--small-screen-top-centre .image-banner__content-wrapper {
        top: 0;
    }
    .image-banner__img {
        -o-object-position: 50% 50%;
        object-position: 50% 50%;
    }
    .image-banner__content-wrapper {
        vertical-align: middle;
    }
    .image-banner__title {
        text-align: left;
    }
    .image-banner__description {
        font-size: 1.25rem;
        line-height: 1.4;
        margin-bottom: 24px;
        text-align: left;
        width: 17.2em;
    }
    .image-banner__btn {
        width: auto;
    }
    .image-banner-wrapper--large-screen-middle-left .nojs-wrapper {
        text-align: left;
    }
    .image-banner__content {
        width: 15.75em;
    }
    .image-banner__description {
        margin-bottom: 0;
        width: auto;
    }
    .image-banner-wrapper--large-screen-middle-centre .image-banner__content,
    .image-banner-wrapper--large-screen-middle-centre .image-banner__content-wrapper,
    .image-banner-wrapper--large-screen-middle-centre .image-banner__description {
        width: auto;
    }
    .image-banner-wrapper--large-screen-middle-centre .image-banner__content,
    .image-banner-wrapper--large-screen-middle-centre .image-banner__description,
    .image-banner-wrapper--large-screen-middle-centre .image-banner__title {
        text-align: center;
    }
    .image-banner-wrapper--large-screen-middle-left .image-banner__content-wrapper .image-banner__content,
    .image-banner-wrapper--large-screen-middle-right .image-banner__content-wrapper .image-banner__content {
        text-align: left;
    }
    .image-banner-wrapper--large-screen-middle-left .image-banner__btn + .image-banner__btn,
    .image-banner-wrapper--large-screen-middle-right .image-banner__btn + .image-banner__btn {
        margin-left: 0;
        margin-top: 18px;
    }
    .image-banner__btn + .image-banner__btn {
        margin-left: 1.125em;
        margin-top: 30px;
    }
    .image-banner-wrapper--small-screen-bottom-centre .image-banner__content-wrapper {
        border-bottom: 0;
    }
    .image-banner-wrapper--small-screen-top-centre .image-banner__content-wrapper {
        background: none;
        bottom: 0;
        position: relative;
        vertical-align: middle;
    }
    .image-banner-wrapper--small-screen-top-centre .image-banner__content-wrapper .image-banner__content {
        margin-bottom: 0;
        margin-top: 0;
        padding: 0;
    }
    .search-filter.search-filter--open .search-filter__container,
    .search-filter .search-filter__container {
        display: block;
        padding-bottom: 24px;
    }
    .search-filter .search-filter__show-hide-toggle {
        display: none;
    }
    .search-filter .search-filter__clear .search-filter__clear-link {
        float: left;
    }
    .search-filter .search-filter__container {
        margin-bottom: 60px;
    }
    .search-filter .search-filter__container .search-filter__date-picker {
        margin-right: 20px;
    }
    .search-filter .search-filter__container .m-form-row {
        display: -ms-inline-flexbox;
        display: inline-flex;
        margin-top: 0;
        width: 100%;
    }
    .search-filter .search-filter__container .a-label {
        margin-top: 0;
    }
    .js .form-builder .form-builder__input--checkbox-group .input-group {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-flow: row wrap;
        flex-flow: row wrap;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
    .js .form-builder .form-builder__input--checkbox-group .input-group--2 .input-item-form-builder {
        width: calc((100% - 20px) / 2);
    }
    .js .form-builder .form-builder__input--checkbox-group .input-group--3 .input-item-form-builder {
        width: calc((100% - 40px) / 3);
    }
}
@media screen and (min-width: 60em) {
    .forms .forms__heading {
        margin-bottom: 60px;
    }
    .forms .forms__sub-heading {
        margin-top: 60px;
    }
    .forms .a-keyline-divider {
        margin: 60px 0 80px;
    }
    .no-js .forms .m-checkbox-group__item {
        margin-top: 30px;
    }
    .hero-wrapper--with-form .hero__content {
        margin-bottom: 297px;
    }
    .hero-wrapper--with-form .hero__secondary-content {
        padding-top: 178px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .hero-wrapper--with-form.hero-wrapper--usp-strip.hero-wrapper--chevron .hero__content,
    .hero-wrapper--with-form.hero-wrapper--usp-strip .hero__content {
        margin-bottom: 231px;
    }
    .hero-wrapper--with-form.hero-wrapper--usp-strip.hero-wrapper--chevron .hero__secondary-content,
    .hero-wrapper--with-form.hero-wrapper--usp-strip .hero__secondary-content {
        padding-top: 102px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .hero-wrapper--with-form.hero-wrapper--usp-strip .hero-usp-strip,
    .hero-wrapper--with-form.hero-wrapper--usp-strip.hero-wrapper--chevron .hero-usp-strip {
        bottom: 0;
    }
    .hero-wrapper--with-form.hero-wrapper--viewport-height .hero__content {
        margin-bottom: 231px;
    }
    .hero-wrapper--with-form.hero-wrapper--chevron .hero__content {
        margin-bottom: 287px;
    }
    .hero-wrapper--with-form.hero-wrapper--chevron .hero__secondary-content {
        padding-top: 102px;
        position: absolute;
        top: 50%;
        transform: translateY(-50%);
    }
    .hero-wrapper--with-form.hero-wrapper--chevron .hero-chevron {
        bottom: 40px;
    }
    .hero-wrapper--with-form.hero-wrapper--viewport-height.hero-wrapper--usp-strip.hero-wrapper--chevron .hero__content,
    .hero-wrapper--with-form.hero-wrapper--viewport-height.hero-wrapper--usp-strip .hero__content {
        margin-bottom: 307px;
    }
    .hero__content {
        width: 44.188em;
    }
    .hero-wrapper--viewport-height .hero__content-wrapper {
        height: 65vh;
    }
    .hero__btn {
        height: 55px;
    }
    .hero__btn,
    .hero__btn:first-of-type {
        margin-top: 45px;
    }
    .hero__secondary-content {
        left: 0;
        margin: 0 auto;
        max-width: 70em;
        right: 0;
        width: 100%;
    }
    .hero-usp-strip__icon {
        height: 24px;
        width: 34px;
    }
    .hero-usp-strip__description {
        font-size: 1.75rem;
    }
    .hero-chevron {
        bottom: 40px;
    }
    .travel-form {
        background: transparent;
        max-width: 70em;
    }
    .travel-form .m-datepicker--range .pika-lendar {
        width: 22em;
    }
    .travel-form .m-datepicker--range .pika-button {
        padding-bottom: 0.61em;
        padding-top: 0.61em;
    }
    .travel-form .m-datepicker--range .pika-heading {
        margin-right: -21px;
    }
    .travel-form .m-datepicker--range .pika-lendar--first .pika-heading {
        margin-left: -21px;
    }
    .travel-form__trip-item {
        border: 2px solid transparent;
        border-radius: 16px;
        height: 32px;
        margin: 0 1.25em 15px 0;
        padding: 2px 1.125em 4px;
        width: auto;
    }
    .travel-form__trip-item:focus {
        border-color: #4CA79F;
    }
    .travel-form__form-wrapper {
        border-radius: 5px;
        height: 139px;
        padding: 0 1.25em;
    }
    .travel-form__form .l-columns {
        margin: 0;
        width: 70em;
    }
    .travel-form__section.l-columns__column {
        border: 0;
        margin-top: 0;
        overflow: visible;
    }
    .travel-form__section .a-label {
        margin-top: 20px;
    }
    .travel-form__date-container .a-date {
        padding-right: 0.625em;
        width: 43%;
    }
    .travel-form__submit .a-button.a-button--primary {
        margin-top: 60px;
        max-height: 50px;
    }
    .no-flexbox .travel-form .travel-form__section {
        clear: none;
        display: inline-block;
        width: 100%;
    }
    .no-flexbox .travel-form__where,
    .no-flexbox .travel-form__who {
        max-width: 13.563em;
    }
    .no-flexbox .travel-form__date {
        max-width: 22.688em;
    }
    .no-flexbox .travel-form__submit {
        max-width: 8.75em;
    }
    .no-flexbox .travel-form__date-divider {
        display: none;
    }
    .no-flexbox .travel-form__date-container {
        border-spacing: 0;
        display: block;
        height: auto;
        max-height: 56px;
    }
    .no-flexbox .travel-form__date-container .a-date {
        border-spacing: 0;
        display: inline-block;
        max-width: 9.625em;
    }
    .no-flexbox .a-dropdown__select,
    .no-flexbox .travel-form__date-container .a-date {
        min-height: 0;
    }
    .no-flexbox .travel-form__date-separator {
        display: inline-block;
        max-width: 2.625em;
    }
    .no-flexbox .travel-form__date-separator .travel-form__date-separator--content {
        padding: 0 1.813em 0 0;
    }
    .travel-form__groupbox {
        background-color: #2a2a2a;
        border-radius: 5px;
        margin-top: -10px;
        max-width: 12em;
        padding: 10px 0.625em;
        position: absolute;
    }
    .travel-form__groupbox:before {
        border-bottom: 10px solid transparent;
        border-bottom-color: #2a2a2a;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        content: "";
        left: 50%;
        margin-left: -0.625em;
        position: absolute;
        top: -10px;
        transition: border-bottom-color 0s 0.35s, top 0.35s 0.35s;
    }
    .travel-form__groupbox .a-label {
        color: #fff;
        line-height: 0.857;
        margin-bottom: 10px;
    }
    .travel-form__groupsection--adults .a-label,
    .travel-form__groupsection--group .a-label {
        margin-top: 0;
    }
    .l-section.o-tabs-primary > .l-content-container {
        margin-bottom: 60px;
        margin-top: 0;
    }
    .l-section > .l-content-container {
        margin-bottom: 60px;
        margin-top: 80px;
    }
    .l-section > .l-content-container .l-section__description + div,
    .l-section > .l-content-container > div + div {
        margin-top: 60px;
    }
    .l-section > .l-content-container > .l-section__cta-wrapper {
        margin-top: 45px;
    }
    .l-section > .l-content-container > .l-section__description {
        width: 45.75em;
    }
    .l-section > .l-content-container .richtext-advanced,
    .l-section > .l-content-container .richtext-basic,
    .l-section > .l-content-container .richtext-super {
        max-width: 57.188em;
    }
    .l-section > .l-content-container .richtext-table {
        max-width: 100%;
    }
    .l-section > .l-content-container .keyline-divider .a-keyline-divider--horizontal-solid,
    .l-section > .l-content-container .keyline-divider .a-keyline-divider--horizontal-solid-light {
        margin-bottom: 60px;
        margin-top: 60px;
    }
    .l-section > .l-content-container .l-section__heading + div {
        margin-top: 30px;
    }
    .l-section > .l-content-container .l-section__heading + .l-section__description {
        margin-top: 15px;
    }
    .l-section > .l-content-container .l-section__description + div.l-section__cta-wrapper,
    .l-section > .l-content-container .l-section__heading + div.l-section__cta-wrapper {
        margin-top: 0;
    }
    .l-columns--bordered {
        padding: 22px 0 32px;
    }
    .l-columns--bordered .l-columns__column,
    .l-columns--bordered .l-columns__column + .section {
        padding: 0 2.688em;
    }
    .l-columns--bordered.l-columns--1-large .l-columns__column,
    .l-columns--bordered.l-columns--1-large .l-columns__column + .section {
        padding: 0 4.688em;
    }
    .l-columns--grid-lines .l-columns__column.richtext-advanced,
    .l-columns--grid-lines .l-columns__column.richtext-basic,
    .l-columns--grid-lines .l-columns__column.richtext-super {
        margin-top: 70px;
        padding: 0 2.688em;
    }
    .l-columns--grid-lines .l-columns__column.richtext-advanced:nth-child(n + 2):before,
    .l-columns--grid-lines .l-columns__column.richtext-basic:nth-child(n + 2):before,
    .l-columns--grid-lines .l-columns__column.richtext-super:nth-child(n + 2):before {
        left: 2.688em;
        right: 2.688em;
        top: -35px;
    }
    .l-columns--grid-lines.l-columns--2-large .l-columns__column:nth-child(n + 2):before,
    .l-columns--grid-lines.l-columns--2-medium .l-columns__column:nth-child(n + 2):before,
    .l-columns--grid-lines.l-columns--3-large .l-columns__column:nth-child(n + 2):before,
    .l-columns--grid-lines.l-columns--3-medium .l-columns__column:nth-child(n + 2):before,
    .l-columns--grid-lines.l-columns--4-large .l-columns__column:nth-child(n + 2):before,
    .l-columns--grid-lines.l-columns--4-medium .l-columns__column:nth-child(n + 2):before,
    .l-columns--grid-lines.l-columns--5-large .l-columns__column:nth-child(n + 2):before,
    .l-columns--grid-lines.l-columns--6-large .l-columns__column:nth-child(n + 2):before {
        border-left-style: solid;
        border-top-style: none;
        bottom: 0;
        left: -0.938em;
        right: auto;
        top: 0;
    }
    .l-columns--grid-lines.l-columns--2-large .l-columns__column.richtext-advanced,
    .l-columns--grid-lines.l-columns--2-large .l-columns__column.richtext-basic,
    .l-columns--grid-lines.l-columns--2-large .l-columns__column.richtext-super,
    .l-columns--grid-lines.l-columns--2-medium .l-columns__column.richtext-advanced,
    .l-columns--grid-lines.l-columns--2-medium .l-columns__column.richtext-basic,
    .l-columns--grid-lines.l-columns--2-medium .l-columns__column.richtext-super,
    .l-columns--grid-lines.l-columns--3-large .l-columns__column.richtext-advanced,
    .l-columns--grid-lines.l-columns--3-large .l-columns__column.richtext-basic,
    .l-columns--grid-lines.l-columns--3-large .l-columns__column.richtext-super,
    .l-columns--grid-lines.l-columns--3-medium .l-columns__column.richtext-advanced,
    .l-columns--grid-lines.l-columns--3-medium .l-columns__column.richtext-basic,
    .l-columns--grid-lines.l-columns--3-medium .l-columns__column.richtext-super,
    .l-columns--grid-lines.l-columns--4-large .l-columns__column.richtext-advanced,
    .l-columns--grid-lines.l-columns--4-large .l-columns__column.richtext-basic,
    .l-columns--grid-lines.l-columns--4-large .l-columns__column.richtext-super,
    .l-columns--grid-lines.l-columns--4-medium .l-columns__column.richtext-advanced,
    .l-columns--grid-lines.l-columns--4-medium .l-columns__column.richtext-basic,
    .l-columns--grid-lines.l-columns--4-medium .l-columns__column.richtext-super,
    .l-columns--grid-lines.l-columns--5-large .l-columns__column.richtext-advanced,
    .l-columns--grid-lines.l-columns--5-large .l-columns__column.richtext-basic,
    .l-columns--grid-lines.l-columns--5-large .l-columns__column.richtext-super,
    .l-columns--grid-lines.l-columns--6-large .l-columns__column.richtext-advanced,
    .l-columns--grid-lines.l-columns--6-large .l-columns__column.richtext-basic,
    .l-columns--grid-lines.l-columns--6-large .l-columns__column.richtext-super {
        margin-top: 37px;
    }
    .l-columns--grid-lines.l-columns--1-large .l-columns__column:nth-child(n + 1):before,
    .l-columns--grid-lines.l-columns--2-large .l-columns__column:nth-child(odd):before,
    .l-columns--grid-lines.l-columns--3-large .l-columns__column:nth-child(3n + 1):before,
    .l-columns--grid-lines.l-columns--4-large .l-columns__column:nth-child(4n + 1):before,
    .l-columns--grid-lines.l-columns--5-large .l-columns__column:nth-child(5n + 1):before,
    .l-columns--grid-lines.l-columns--6-large .l-columns__column:nth-child(6n + 1):before {
        border-left-style: none;
    }
    .flexbox .colour-tiles--image {
        -ms-flex-direction: row;
        flex-direction: row;
    }
    .flexbox .colour-tiles--image.colour-tiles--reverse {
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
    .colour-tiles--image .colour-tiles__tile {
        width: 50%;
    }
    .colour-tiles__description {
        letter-spacing: -0.0125rem;
    }
    .colour-tiles--single .colour-tiles__tile {
        padding: 114px 1.875em;
    }
    .colour-tiles--single .colour-tiles__tile .colour-tiles__heading {
        margin-bottom: 12px;
    }
    .colour-tiles--single .colour-tiles__tile .colour-tiles__cta {
        margin-top: 51px;
    }
    .colour-tiles--double .colour-tiles__tile {
        padding: 87px 1.25em;
    }
    .colour-tiles--image.colour-tiles--full-bleed {
        height: 396px;
    }
    .colour-tiles--image.colour-tiles--full-bleed .colour-tiles__description {
        letter-spacing: -0.0125rem;
        max-width: 40.5em;
        width: 40.5em;
    }
    .colour-tiles--image.colour-tiles--full-bleed .colour-tiles__heading {
        font-size: 2.625rem;
        letter-spacing: -0.0125rem;
        line-height: 1.19;
    }
    .headline ~ .article-byline {
        margin: 30px 0 0;
        padding-bottom: 12px;
    }
    .l-columns.l-columns--grid-lines .l-columns__column.icon-card:nth-child(n + 2):before {
        left: -0.938em;
    }
    .icon-card__icon--checkmark-green,
    .icon-card__icon--checkmark-white {
        height: 64px;
        width: 4em;
    }
    .l-columns.l-columns--1-large.l-columns--grid-lines .l-columns__column.icon-card:nth-child(n + 2):before {
        top: 0;
    }
    .investment-calculator__form {
        padding: 30px 0;
    }
    .investment-calculator__form-container {
        margin: 0 auto;
        width: 900px;
    }
    .investment-calculator__copy-container {
        display: -ms-flexbox;
        display: flex;
        -ms-flex-direction: column;
        flex-direction: column;
        height: 50px;
        -ms-flex-pack: center;
        justify-content: center;
        padding-bottom: 0;
        padding-right: 1.25em;
        text-align: right;
        width: 60%;
    }
    .investment-calculator__input-container {
        width: 25%;
    }
    .investment-calculator__btn-container {
        width: 15%;
    }
    .is-error .investment-calculator__copy-container {
        -ms-flex-item-align: end;
        align-self: flex-end;
    }
    .content-list-item {
        margin: 0 auto;
        width: 80%;
    }
    .content-hero {
        height: 360px;
    }
    .content-hero--with-nav {
        min-height: 360px;
    }
    .content-hero__text.a-heading--2 {
        margin-bottom: 0;
        margin-top: 15px;
    }
    .brightcove-video:after,
    .brightcove-video:before {
        content: "";
        display: table;
    }
    .brightcove-video:after {
        clear: both;
    }
    .brightcove-video__info,
    .brightcove-video__player {
        float: left;
        width: 50%;
    }
    .brightcove-video__player {
        margin-bottom: 0;
    }
    .brightcove-video__header {
        margin: 0 0 15px;
    }
    .brightcove-video__info {
        padding-left: 1.875em;
    }
    .brightcove-video__full-width .brightcove-video__player,
    .brightcove-video__twothird-width .brightcove-video__player {
        float: none;
        margin: 0 auto;
        width: 100%;
    }
    .brightcove-video__twothird-width .brightcove-video__player {
        width: 66.66%;
    }
    .m-country-selection-list > .m-country-selection-list__item {
        width: 31%;
    }
    .flexbox .m-country-selection-list {
        column-count: 3;
    }
    .blog-image {
        margin: 31px 0;
    }
    .blog-image__caption {
        margin-top: 0;
    }
    .comparison-card__price.a-heading {
        margin-top: 0.5em;
    }
    .no-js .forms-callback .m-checkbox-group__item {
        margin-top: 30px;
    }
    .forms-complaints {
        margin-bottom: 60px;
    }
    .agent-profile {
        margin-bottom: 70px;
    }
    .point-of-interest__form-container {
        margin-right: 0;
        width: 80%;
    }
    .csscalc .point-of-interest .l-columns--2-large > .l-columns__column {
        width: calc(50% - 1.88em);
    }
    .back-to-top {
        right: 1.875em;
    }
    .branch-profile {
        margin-bottom: 80px;
    }
    .poi-results-bar .point-of-interest__form-submit {
        margin-left: 1.875em;
    }
    .poi-results__list {
        position: relative;
    }
    .poi-results__map .a-heading--3 {
        margin-top: 0;
    }
    .poi-results__map-canvas-wrapper {
        margin-bottom: 1px;
    }
    .poi-results__map-card-wrapper {
        display: inline-block;
        width: 80%;
    }
    .poi-results__map-card-image-wrapper {
        display: inline-block;
        float: right;
        height: 170px;
        width: 5.938em;
    }
    .poi-results--garage .poi-results-bar__input-container {
        float: left;
        width: 24.375em;
    }
    .poi-results--garage .poi-results-bar__checkbox {
        float: right;
        margin-top: 0;
    }
    .poi-results--garage .poi-results-bar__checkbox--authorised {
        width: 100%;
    }
    .poi-results--garage .point-of-interest__form-submit {
        float: left;
    }
    .poi-results--garage .point-of-interest__form-submit .a-button {
        margin-left: 1.875em;
    }
    .poi-results--medical .poi-results-bar__input-container {
        float: left;
        width: 24.375em;
    }
    .poi-results--medical .poi-results-bar__checkbox {
        float: right;
    }
    .poi-results--medical .poi-results-bar__checkbox--authorised {
        width: 100%;
    }
    .poi-results--medical .point-of-interest__form-submit {
        float: left;
    }
    .poi-results--medical .point-of-interest__form-submit .a-button {
        margin-left: 1.875em;
    }
    .poi-results--medical .point-of-interest__form-container {
        margin-bottom: 0;
    }
    .search__results-section--no-results .l-content-container {
        margin-bottom: 46px;
        margin-top: 36px;
    }
    .search__input-section .l-content-container {
        margin-bottom: 40px;
    }
    .search__results-section .l-content-container {
        margin-top: 20px;
    }
    .search__count,
    .u-js .tabs__nav {
        margin-bottom: 30px;
    }
    .u-js .search__count.search__count--no-tabs {
        margin-bottom: 25px;
    }
    .u-js .search__results-container {
        margin-bottom: 20px;
    }
    .CoveoSearchbox,
    .search__input-form {
        max-width: 37.5em;
        padding-bottom: 20px;
    }
    .CoveoSearchbox .magic-box-input > input,
    .search__input {
        padding-right: 0.81em;
    }
    .CoveoSearchButton,
    .search__submit {
        top: 22px;
    }
    .search__result-list {
        margin-bottom: 60px;
    }
    .search-result-item__container {
        max-width: 50.625em;
    }
    .nric-discount-check__form-container {
        width: 25%;
    }
    .fp-chart-calculator {
        margin-bottom: 35px;
    }
    .fp-info__date {
        display: inline-block;
        margin-left: 0.321em;
    }
    .gauge__legend {
        margin-top: 23px;
    }
    .gauge__text {
        margin-top: -9px;
    }
    .l-columns__column.bm-fund__button-container,
    .l-columns__column.bm-fund__price-link {
        margin-top: 1.875em;
    }
    .equity-calculator {
        max-width: 100%;
    }
    .equity-calculator__eligible-amount {
        margin-bottom: 60px;
    }
    .equity-calculator__eligible,
    .equity-calculator__ineligible-message {
        margin-left: auto;
        margin-right: auto;
        max-width: 50.625em;
    }
    .fund-group-tabs .pagination {
        margin-top: 20px;
    }
    .fund-group-table .fp-chart__table-wrapper {
        margin-bottom: 33px;
    }
    .active-investment-plan .active-investment-plan__input .m-form-row {
        margin-bottom: 30px;
        margin-top: 15px;
    }
    .active-investment-plan .ror-card__title {
        height: 66px;
    }
    .active-investment-plan .ror-card__title .heading-text {
        font-size: 1.75rem;
    }
    .active-investment-plan .ror-card .ror-card__content {
        padding: 1.25em 2.5em 1.875em;
    }
    .active-investment-plan .ror-card .ror-card__content__roi__value,
    .active-investment-plan .ror-card .ror-card__content__ror__value {
        font-size: 1.75rem;
    }
    .js .tabs.tabs--navigational,
    .js .tabs.tabs--navigational .tabs__nav {
        display: block;
    }
    .js .tabs.tabs--navigational .tabs__dropdown {
        display: none;
    }
    .js .tabs.tabs--navigational .tab__heading--active:after {
        background: #000000;
        content: "";
        display: block;
        height: 4px;
        opacity: 1;
        position: relative;
        top: 0.5em;
        width: 100%;
    }
    .tabs.tabs--navigational .tabs__nav {
        border-bottom: 1px solid #ccc;
        margin-bottom: 1.875em;
        padding: 0;
    }
    .tabs.tabs--navigational .tab__heading {
        list-style: none;
        margin-bottom: 0;
        padding-bottom: 0.5em;
    }
    .tabs.tabs--navigational .tab__heading:active.tab__heading--active,
    .tabs.tabs--navigational .tab__heading:focus.tab__heading--active,
    .tabs.tabs--navigational .tab__heading:hover.tab__heading--active {
        border-bottom: none;
    }
    .tabs.tabs--navigational .tab__heading:active.tab__heading--active .tab__heading-label,
    .tabs.tabs--navigational .tab__heading:focus.tab__heading--active .tab__heading-label,
    .tabs.tabs--navigational .tab__heading:hover.tab__heading--active .tab__heading-label {
        color: #000000;
    }
    .tabs.tabs--navigational .tab__heading .tab__heading-link {
        border-bottom: none;
        color: #2a2a2a;
        font-size: 1.25rem;
    }
    .tabs.tabs--navigational .tab__heading .tab__heading-link:active,
    .tabs.tabs--navigational .tab__heading .tab__heading-link:focus,
    .tabs.tabs--navigational .tab__heading .tab__heading-link:hover {
        border-bottom: 4px solid #2a2a2a;
        padding-bottom: 10px;
    }
    .image-banner-wrapper--large-screen-middle-left .image-banner__content {
        display: block;
        margin-left: 0;
    }
    .image-banner__content {
        width: 37.5em;
    }
    .image-banner-wrapper--large-screen-middle-right .image-banner__content {
        margin-right: 0;
    }
    .image-banner__description {
        margin-bottom: 23px;
        width: 24.75em;
    }
    .image-banner__description:before {
        margin: 28px 0 29px;
    }
    .image-banner__content {
        width: 25em;
    }
    .image-banner__description {
        margin-bottom: 0;
        margin-top: 15px;
        width: auto;
    }
    .image-banner-wrapper--large-screen-middle-centre .image-banner__content {
        margin-left: auto;
        margin-right: auto;
        width: 50.625em;
    }
    .image-banner-wrapper--large-screen-middle-left .image-banner__btn + .image-banner__btn,
    .image-banner-wrapper--large-screen-middle-right .image-banner__btn + .image-banner__btn {
        margin-left: 1.125em;
        margin-top: 30px;
    }
    .search-filter .search-filter__container {
        padding-bottom: 19px;
    }
    .js .form-builder .form-builder__input--checkbox-group .input-group--2 .input-item-form-builder {
        width: calc((100% - 30px) / 2);
    }
    .js .form-builder .form-builder__input--checkbox-group .input-group--3 .input-item-form-builder {
        width: calc((100% - 60px) / 3);
    }
}
@media screen and (min-width: 80em) {
    .numero-vert {
        font-size: 1.3125rem;
        line-height: 1.095;
        margin: 20px 0;
        padding: 9px 7.333em 0.333em 10px;
    }
    .numero-vert:before {
        right: 122px;
        top: 11px;
    }
    .numero-vert:after {
        font-size: 0.875rem;
        height: 44px;
        right: 10px;
        top: -3px;
        width: 120px;
    }
    .colour-tiles .numero-vert {
        margin: 18px 0;
    }
    .m-card--50 .m-card-image {
        height: 100%;
    }
    .no-flexbox .product-tiles__row + .product-tiles__row .product-tiles__text,
    .no-js .product-tiles__row + .product-tiles__row .product-tiles__text {
        margin-right: 525px;
    }
    .product-tiles__image-wrapper {
        height: 295px;
        min-width: 525px;
        width: 525px;
    }
    .product-tiles__text {
        height: 295px;
        padding: 40px 4.688em 0;
    }
    .product-tiles__heading {
        margin: 0 0 20px;
    }
    .cover-level {
        border-radius: 5px;
        border-top-left-radius: 8px;
        border-top-right-radius: 8px;
        overflow: hidden;
    }
    .cover-level__column {
        border-bottom: 1px solid #ccc;
        border-right: 1px solid #ccc;
        float: left;
        width: 33.33%;
    }
    .cover-level__column--first {
        border-bottom-left-radius: 5px;
        border-left: 1px solid #ccc;
    }
    .cover-level__column--first .cover-level__tab {
        border-top-left-radius: 5px;
        margin-left: -1px;
    }
    .cover-level__column--last {
        border-bottom-right-radius: 5px;
    }
    .cover-level__column--last .cover-level__tab {
        border-top-right-radius: 5px;
        margin-right: -1px;
    }
    .touchevents .cover-level__column {
        border-bottom: 2px solid #ccc;
        border-right: 2px solid #ccc;
    }
    .touchevents .cover-level__column--first {
        border-left: 2px solid #ccc;
    }
    .cover-level__tab {
        display: block;
        height: 140px;
        margin: 0;
        position: relative;
    }
    .cover-level__tab:after {
        background: #fff;
        border-right: 1px solid #d77c94;
        content: "";
        display: block;
        height: 100%;
        position: absolute;
        right: -2px;
        top: 0;
        width: 1px;
    }
    .cover-level__tab:before {
        content: "";
        display: inline-block;
        height: 100%;
        vertical-align: middle;
    }
    .cover-level__column--first .cover-level__tab:after {
        border-left: 1px solid #d77c94;
        border-right: none;
    }
    .cover-level__column--last .cover-level__tab:after {
        display: none;
    }
    .cover-level__tab--contents {
        display: inline-block;
        margin-top: 0;
        max-height: 140px;
        max-width: 90%;
        vertical-align: middle;
    }
    .cover-level__content {
        border: none;
        border-radius: 0;
    }
    .js .cover-level,
    .js .cover-level__content,
    .js .cover-level__tab {
        display: block;
    }
    .js .cover-level__nav .cover-level__tab {
        display: none;
    }
    .js.flexbox .cover-level {
        display: -ms-flexbox;
        display: flex;
    }
    .js .cover-level__content {
        border: none;
        margin-top: 0;
        padding-top: 8px;
    }
    .no-js .cover-level__content {
        min-height: 654px;
    }
    .poi-results-wrapper {
        border-top: 1px solid #ccc;
    }
    .poi-results__container {
        margin: 0 auto;
        max-width: 76.875em;
    }
    .poi-results__card-info {
        max-width: 24.375em;
        padding-right: 2.188em;
    }
    .poi-results__card--with-img {
        min-height: 213px;
    }
    .poi-results__card--with-img .poi-results__card-img {
        height: 213px;
        position: absolute;
        right: -16px;
        width: 123px;
    }
    .poi-results--no-js .poi-results__card-info {
        max-width: 100%;
    }
    .poi-results--no-js .poi-results__card-info-distance,
    .poi-results--no-js .poi-results__card-info-name,
    .poi-results--no-js .poi-results__card-info-products {
        height: 100%;
    }
    .poi-details-card {
        max-width: 24.375em;
        position: absolute;
    }
    .poi-details-card__list {
        border-bottom: none;
    }
    .poi-details-card__details {
        padding-bottom: 8px;
    }
    .poi-results__error {
        margin-bottom: 140px;
        margin-top: 100px;
        max-width: 50.625em;
    }
    .poi-results__list {
        display: inline-block;
        height: 960px;
        width: 24.375em;
    }
    .poi-results__list-container {
        border-bottom: 1px solid #ccc;
        height: 960px;
    }
    .poi-results__list-container--with-pagination {
        height: 797px;
    }
    .poi-results__list-container .scrollable-content-wrapper {
        overflow-x: hidden;
    }
    .poi-results__pagination {
        margin-top: 40px;
        width: 100%;
    }
    .poi-results--no-js .poi-results__list {
        height: auto;
        margin-top: 20px;
        width: 37.5em;
    }
    .poi-results--no-js .poi-results__list-wrapper {
        box-shadow: none;
    }
    .poi-results__map {
        display: block;
        float: right;
        height: 960px;
        margin: 0;
        width: calc(100% - 24.375em);
    }
    .poi-results__map .poi-results__card {
        box-shadow: 0 1px 0 0 #ccc;
    }
    .poi-results-wrapper--visible .poi-results__map {
        box-shadow: -1px 0 0 0 #ccc;
    }
    .poi-results__map-canvas,
    .poi-results__map-canvas-wrapper {
        height: 100%;
    }
    .poi-results__card-info-distance {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }
    .poi-results__map .infoBox {
        pointer-events: none;
    }
    .poi-results__map .infoBox .poi-results__card {
        bottom: 0;
        box-shadow: 0 1px 1px 0 rgba(68, 68, 68, 0.5), inset 0 -1px 0 0 #ccc;
        pointer-events: auto;
        position: absolute;
        width: 100%;
    }
    .poi-results__map .infoBox .poi-results__card:after {
        border: 7px solid #F1F3F8;
        border-right-color: transparent;
        border-top-color: transparent;
        bottom: -12px;
        box-shadow: -2px 2px 0 0 #ccc;
        content: "";
        left: 185px;
        position: absolute;
        transform: rotate(-45deg);
        transform-origin: 0 0;
        z-index: 1;
    }
    .poi-results__map .infoBox .poi-results__card:hover:after {
        border-color: #dbe1ed;
    }
    .poi-results--no-js .poi-results__map,
    .poi-results__map .infoBox > img,
    .poi-results__toggle--touch-visible {
        display: none;
    }
    .poi-results--agent .poi-results__card-info {
        max-width: 16.688em;
        padding-right: 1.25em;
    }
    .poi-results--agent.poi-results--no-js .poi-results__card-info {
        max-width: 100%;
    }
    .nric-discount-check__connection-error {
        width: 75%;
    }
    .nric-discount-check__connection-error .m-card {
        display: inline-block;
        margin-top: 60px;
    }
    .nric-discount-check__form-submit {
        margin-left: 1.875em;
    }
    .fp-chart__date-range {
        width: 37.5em;
    }
    .fp-chart__detail-wrapper {
        height: 72px;
        margin-bottom: -4px;
    }
    .fp-chart__detail th {
        font-size: 1rem;
        width: 13.125em;
    }
    .fp-chart__detail th:first-child {
        width: 39.375em;
    }
    .fp-chart__detail th:last-child {
        width: 6.875em;
    }
    .fp-chart__detail td {
        padding-top: 12px;
        width: 13.125em;
    }
    .fp-chart__detail .fp-chart__detail-legend {
        width: 39.375em;
    }
    .fp-chart__detail .fp-chart__detail-fund {
        width: 37.5em;
    }
    .fp-chart__table-wrapper {
        margin-bottom: 35px;
    }
    .fp-chart__header-labels {
        margin-bottom: -3px;
    }
    .fp-chart__table {
        width: 77.5em;
    }
    .fp-chart__table td:first-child,
    .fp-chart__table th:first-child {
        padding-left: 1.25em;
        width: 30em;
    }
    .fg-chart .fp-chart__detail th {
        width: 11.75em;
    }
    .fg-chart .fp-chart__detail th:first-child {
        width: 40.938em;
    }
    .fg-chart .fp-chart__detail th:nth-last-child(2) {
        width: 7.75em;
    }
    .fg-chart .fp-chart__detail th:last-child {
        width: 4.688em;
    }
    .fg-chart .fp-chart__detail td {
        width: 11.8em;
    }
    .fg-chart .fp-chart__detail .fp-chart__detail-legend {
        width: 39.375em;
    }
    .fg-chart .fp-chart__detail .fp-chart__detail-fund {
        width: 37.5em;
    }
    .fg-chart .fp-chart__table {
        width: 77.5em;
    }
    .fg-chart .fp-chart__table td:first-child,
    .fg-chart .fp-chart__table th:first-child {
        width: 30.625em;
    }
    .fund-group-table .fp-chart__table-wrapper {
        margin-bottom: -15px;
    }
    .image-banner__content {
        width: 37.5em;
    }
}
/*!
 * Bootstrap v3.3.6 (http://getbootstrap.com)
 * Copyright 2011-2016 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */
.container {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}
@media (min-width: 48em) {
    .container {
        width: 46.875em;
    }
}
@media (min-width: 62em) {
    .container {
        width: 60.625em;
    }
}
@media (min-width: 75em) {
    .container {
        width: 73.125em;
    }
}
.container-fluid {
    margin-right: auto;
    margin-left: auto;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}
.row {
    margin-left: 0;
    margin-right: -1em;
}
.col-lg-1,
.col-lg-2,
.col-lg-3,
.col-lg-4,
.col-lg-5,
.col-lg-6,
.col-lg-7,
.col-lg-8,
.col-lg-9,
.col-lg-10,
.col-lg-11,
.col-lg-12,
.col-md-1,
.col-md-2,
.col-md-3,
.col-md-4,
.col-md-5,
.col-md-6,
.col-md-7,
.col-md-8,
.col-md-9,
.col-md-10,
.col-md-11,
.col-md-12,
.col-sm-1,
.col-sm-2,
.col-sm-3,
.col-sm-4,
.col-sm-5,
.col-sm-6,
.col-sm-7,
.col-sm-8,
.col-sm-9,
.col-sm-10,
.col-sm-11,
.col-sm-12,
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    position: relative;
    min-height: 1px;
    padding-left: 0.9375em;
    padding-right: 0.9375em;
}
.col-xs-1,
.col-xs-2,
.col-xs-3,
.col-xs-4,
.col-xs-5,
.col-xs-6,
.col-xs-7,
.col-xs-8,
.col-xs-9,
.col-xs-10,
.col-xs-11,
.col-xs-12 {
    float: left;
}
.col-xs-12 {
    width: 100%;
}
.col-xs-11 {
    width: 91.66666667%;
}
.col-xs-10 {
    width: 83.33333333%;
}
.col-xs-9 {
    width: 75%;
}
.col-xs-8 {
    width: 66.66666667%;
}
.col-xs-7 {
    width: 58.33333333%;
}
.col-xs-6 {
    width: 50%;
}
.col-xs-5 {
    width: 41.66666667%;
}
.col-xs-4 {
    width: 33.33333333%;
}
.col-xs-3 {
    width: 25%;
}
.col-xs-2 {
    width: 16.66666667%;
}
.col-xs-1 {
    width: 8.33333333%;
}
.col-xs-pull-12 {
    right: 100%;
}
.col-xs-pull-11 {
    right: 91.66666667%;
}
.col-xs-pull-10 {
    right: 83.33333333%;
}
.col-xs-pull-9 {
    right: 75%;
}
.col-xs-pull-8 {
    right: 66.66666667%;
}
.col-xs-pull-7 {
    right: 58.33333333%;
}
.col-xs-pull-6 {
    right: 50%;
}
.col-xs-pull-5 {
    right: 41.66666667%;
}
.col-xs-pull-4 {
    right: 33.33333333%;
}
.col-xs-pull-3 {
    right: 25%;
}
.col-xs-pull-2 {
    right: 16.66666667%;
}
.col-xs-pull-1 {
    right: 8.33333333%;
}
.col-xs-pull-0 {
    right: auto;
}
.col-xs-push-12 {
    left: 100%;
}
.col-xs-push-11 {
    left: 91.66666667%;
}
.col-xs-push-10 {
    left: 83.33333333%;
}
.col-xs-push-9 {
    left: 75%;
}
.col-xs-push-8 {
    left: 66.66666667%;
}
.col-xs-push-7 {
    left: 58.33333333%;
}
.col-xs-push-6 {
    left: 50%;
}
.col-xs-push-5 {
    left: 41.66666667%;
}
.col-xs-push-4 {
    left: 33.33333333%;
}
.col-xs-push-3 {
    left: 25%;
}
.col-xs-push-2 {
    left: 16.66666667%;
}
.col-xs-push-1 {
    left: 8.33333333%;
}
.col-xs-push-0 {
    left: auto;
}
.col-xs-offset-12 {
    margin-left: 100%;
}
.col-xs-offset-11 {
    margin-left: 91.66666667%;
}
.col-xs-offset-10 {
    margin-left: 83.33333333%;
}
.col-xs-offset-9 {
    margin-left: 75%;
}
.col-xs-offset-8 {
    margin-left: 66.66666667%;
}
.col-xs-offset-7 {
    margin-left: 58.33333333%;
}
.col-xs-offset-6 {
    margin-left: 50%;
}
.col-xs-offset-5 {
    margin-left: 41.66666667%;
}
.col-xs-offset-4 {
    margin-left: 33.33333333%;
}
.col-xs-offset-3 {
    margin-left: 25%;
}
.col-xs-offset-2 {
    margin-left: 16.66666667%;
}
.col-xs-offset-1 {
    margin-left: 8.33333333%;
}
.col-xs-offset-0 {
    margin-left: 0;
}
@media (min-width: 48em) {
    .col-sm-1,
    .col-sm-2,
    .col-sm-3,
    .col-sm-4,
    .col-sm-5,
    .col-sm-6,
    .col-sm-7,
    .col-sm-8,
    .col-sm-9,
    .col-sm-10,
    .col-sm-11,
    .col-sm-12 {
        float: left;
    }
    .col-sm-12 {
        width: 100%;
    }
    .col-sm-11 {
        width: 91.66666667%;
    }
    .col-sm-10 {
        width: 83.33333333%;
    }
    .col-sm-9 {
        width: 75%;
    }
    .col-sm-8 {
        width: 66.66666667%;
    }
    .col-sm-7 {
        width: 58.33333333%;
    }
    .col-sm-6 {
        width: 50%;
    }
    .col-sm-5 {
        width: 41.66666667%;
    }
    .col-sm-4 {
        width: 33.33333333%;
    }
    .col-sm-3 {
        width: 25%;
    }
    .col-sm-2 {
        width: 16.66666667%;
    }
    .col-sm-1 {
        width: 8.33333333%;
    }
    .col-sm-pull-12 {
        right: 100%;
    }
    .col-sm-pull-11 {
        right: 91.66666667%;
    }
    .col-sm-pull-10 {
        right: 83.33333333%;
    }
    .col-sm-pull-9 {
        right: 75%;
    }
    .col-sm-pull-8 {
        right: 66.66666667%;
    }
    .col-sm-pull-7 {
        right: 58.33333333%;
    }
    .col-sm-pull-6 {
        right: 50%;
    }
    .col-sm-pull-5 {
        right: 41.66666667%;
    }
    .col-sm-pull-4 {
        right: 33.33333333%;
    }
    .col-sm-pull-3 {
        right: 25%;
    }
    .col-sm-pull-2 {
        right: 16.66666667%;
    }
    .col-sm-pull-1 {
        right: 8.33333333%;
    }
    .col-sm-pull-0 {
        right: auto;
    }
    .col-sm-push-12 {
        left: 100%;
    }
    .col-sm-push-11 {
        left: 91.66666667%;
    }
    .col-sm-push-10 {
        left: 83.33333333%;
    }
    .col-sm-push-9 {
        left: 75%;
    }
    .col-sm-push-8 {
        left: 66.66666667%;
    }
    .col-sm-push-7 {
        left: 58.33333333%;
    }
    .col-sm-push-6 {
        left: 50%;
    }
    .col-sm-push-5 {
        left: 41.66666667%;
    }
    .col-sm-push-4 {
        left: 33.33333333%;
    }
    .col-sm-push-3 {
        left: 25%;
    }
    .col-sm-push-2 {
        left: 16.66666667%;
    }
    .col-sm-push-1 {
        left: 8.33333333%;
    }
    .col-sm-push-0 {
        left: auto;
    }
    .col-sm-offset-12 {
        margin-left: 100%;
    }
    .col-sm-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-sm-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-sm-offset-9 {
        margin-left: 75%;
    }
    .col-sm-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-sm-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-sm-offset-6 {
        margin-left: 50%;
    }
    .col-sm-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-sm-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-sm-offset-3 {
        margin-left: 25%;
    }
    .col-sm-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-sm-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-sm-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 62em) {
    .col-md-1,
    .col-md-2,
    .col-md-3,
    .col-md-4,
    .col-md-5,
    .col-md-6,
    .col-md-7,
    .col-md-8,
    .col-md-9,
    .col-md-10,
    .col-md-11,
    .col-md-12 {
        float: left;
    }
    .col-md-12 {
        width: 100%;
    }
    .col-md-11 {
        width: 91.66666667%;
    }
    .col-md-10 {
        width: 83.33333333%;
    }
    .col-md-9 {
        width: 75%;
    }
    .col-md-8 {
        width: 66.66666667%;
    }
    .col-md-7 {
        width: 58.33333333%;
    }
    .col-md-6 {
        width: 50%;
    }
    .col-md-5 {
        width: 41.66666667%;
    }
    .col-md-4 {
        width: 33.33333333%;
    }
    .col-md-3 {
        width: 25%;
    }
    .col-md-2 {
        width: 16.66666667%;
    }
    .col-md-1 {
        width: 8.33333333%;
    }
    .col-md-pull-12 {
        right: 100%;
    }
    .col-md-pull-11 {
        right: 91.66666667%;
    }
    .col-md-pull-10 {
        right: 83.33333333%;
    }
    .col-md-pull-9 {
        right: 75%;
    }
    .col-md-pull-8 {
        right: 66.66666667%;
    }
    .col-md-pull-7 {
        right: 58.33333333%;
    }
    .col-md-pull-6 {
        right: 50%;
    }
    .col-md-pull-5 {
        right: 41.66666667%;
    }
    .col-md-pull-4 {
        right: 33.33333333%;
    }
    .col-md-pull-3 {
        right: 25%;
    }
    .col-md-pull-2 {
        right: 16.66666667%;
    }
    .col-md-pull-1 {
        right: 8.33333333%;
    }
    .col-md-pull-0 {
        right: auto;
    }
    .col-md-push-12 {
        left: 100%;
    }
    .col-md-push-11 {
        left: 91.66666667%;
    }
    .col-md-push-10 {
        left: 83.33333333%;
    }
    .col-md-push-9 {
        left: 75%;
    }
    .col-md-push-8 {
        left: 66.66666667%;
    }
    .col-md-push-7 {
        left: 58.33333333%;
    }
    .col-md-push-6 {
        left: 50%;
    }
    .col-md-push-5 {
        left: 41.66666667%;
    }
    .col-md-push-4 {
        left: 33.33333333%;
    }
    .col-md-push-3 {
        left: 25%;
    }
    .col-md-push-2 {
        left: 16.66666667%;
    }
    .col-md-push-1 {
        left: 8.33333333%;
    }
    .col-md-push-0 {
        left: auto;
    }
    .col-md-offset-12 {
        margin-left: 100%;
    }
    .col-md-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-md-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-md-offset-9 {
        margin-left: 75%;
    }
    .col-md-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-md-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-md-offset-6 {
        margin-left: 50%;
    }
    .col-md-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-md-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-md-offset-3 {
        margin-left: 25%;
    }
    .col-md-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-md-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-md-offset-0 {
        margin-left: 0;
    }
}
@media (min-width: 75em) {
    .col-lg-1,
    .col-lg-2,
    .col-lg-3,
    .col-lg-4,
    .col-lg-5,
    .col-lg-6,
    .col-lg-7,
    .col-lg-8,
    .col-lg-9,
    .col-lg-10,
    .col-lg-11,
    .col-lg-12 {
        float: left;
    }
    .col-lg-12 {
        width: 100%;
    }
    .col-lg-11 {
        width: 91.66666667%;
    }
    .col-lg-10 {
        width: 83.33333333%;
    }
    .col-lg-9 {
        width: 75%;
    }
    .col-lg-8 {
        width: 66.66666667%;
    }
    .col-lg-7 {
        width: 58.33333333%;
    }
    .col-lg-6 {
        width: 50%;
    }
    .col-lg-5 {
        width: 41.66666667%;
    }
    .col-lg-4 {
        width: 33.33333333%;
    }
    .col-lg-3 {
        width: 25%;
    }
    .col-lg-2 {
        width: 16.66666667%;
    }
    .col-lg-1 {
        width: 8.33333333%;
    }
    .col-lg-pull-12 {
        right: 100%;
    }
    .col-lg-pull-11 {
        right: 91.66666667%;
    }
    .col-lg-pull-10 {
        right: 83.33333333%;
    }
    .col-lg-pull-9 {
        right: 75%;
    }
    .col-lg-pull-8 {
        right: 66.66666667%;
    }
    .col-lg-pull-7 {
        right: 58.33333333%;
    }
    .col-lg-pull-6 {
        right: 50%;
    }
    .col-lg-pull-5 {
        right: 41.66666667%;
    }
    .col-lg-pull-4 {
        right: 33.33333333%;
    }
    .col-lg-pull-3 {
        right: 25%;
    }
    .col-lg-pull-2 {
        right: 16.66666667%;
    }
    .col-lg-pull-1 {
        right: 8.33333333%;
    }
    .col-lg-pull-0 {
        right: auto;
    }
    .col-lg-push-12 {
        left: 100%;
    }
    .col-lg-push-11 {
        left: 91.66666667%;
    }
    .col-lg-push-10 {
        left: 83.33333333%;
    }
    .col-lg-push-9 {
        left: 75%;
    }
    .col-lg-push-8 {
        left: 66.66666667%;
    }
    .col-lg-push-7 {
        left: 58.33333333%;
    }
    .col-lg-push-6 {
        left: 50%;
    }
    .col-lg-push-5 {
        left: 41.66666667%;
    }
    .col-lg-push-4 {
        left: 33.33333333%;
    }
    .col-lg-push-3 {
        left: 25%;
    }
    .col-lg-push-2 {
        left: 16.66666667%;
    }
    .col-lg-push-1 {
        left: 8.33333333%;
    }
    .col-lg-push-0 {
        left: auto;
    }
    .col-lg-offset-12 {
        margin-left: 100%;
    }
    .col-lg-offset-11 {
        margin-left: 91.66666667%;
    }
    .col-lg-offset-10 {
        margin-left: 83.33333333%;
    }
    .col-lg-offset-9 {
        margin-left: 75%;
    }
    .col-lg-offset-8 {
        margin-left: 66.66666667%;
    }
    .col-lg-offset-7 {
        margin-left: 58.33333333%;
    }
    .col-lg-offset-6 {
        margin-left: 50%;
    }
    .col-lg-offset-5 {
        margin-left: 41.66666667%;
    }
    .col-lg-offset-4 {
        margin-left: 33.33333333%;
    }
    .col-lg-offset-3 {
        margin-left: 25%;
    }
    .col-lg-offset-2 {
        margin-left: 16.66666667%;
    }
    .col-lg-offset-1 {
        margin-left: 8.33333333%;
    }
    .col-lg-offset-0 {
        margin-left: 0;
    }
}
.clearfix:after,
.clearfix:before,
.container-fluid:after,
.container-fluid:before,
.container:after,
.container:before,
.row:after,
.row:before {
    content: " ";
    display: table;
}
.clearfix:after,
.container-fluid:after,
.container:after,
.row:after {
    clear: both;
}
.center-block {
    display: block;
    margin-left: auto;
    margin-right: auto;
}
.pull-right {
    float: right !important;
}
.pull-left {
    float: left !important;
}
.hide {
    display: none !important;
}
.show {
    display: block !important;
}
.invisible {
    visibility: hidden;
}
.text-hide {
    font: 0/0 a;
    color: transparent;
    text-shadow: none;
    background-color: transparent;
    border: 0;
}
.hidden {
    display: none !important;
}
.affix {
    position: fixed;
}
@-ms-viewport {
    width: device-width;
}
.visible-lg,
.visible-lg-block,
.visible-lg-inline,
.visible-lg-inline-block,
.visible-md,
.visible-md-block,
.visible-md-inline,
.visible-md-inline-block,
.visible-sm,
.visible-sm-block,
.visible-sm-inline,
.visible-sm-inline-block,
.visible-xs,
.visible-xs-block,
.visible-xs-inline,
.visible-xs-inline-block {
    display: none !important;
}
@media (max-width: 47em) {
    .visible-xs {
        display: block !important;
    }
    table.visible-xs {
        display: table !important;
    }
    tr.visible-xs {
        display: table-row !important;
    }
    td.visible-xs,
    th.visible-xs {
        display: table-cell !important;
    }
}
@media (max-width: 47em) {
    .visible-xs-block {
        display: block !important;
    }
}
@media (max-width: 47em) {
    .visible-xs-inline {
        display: inline !important;
    }
}
@media (max-width: 47em) {
    .visible-xs-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 48em) and (max-width: 61em) {
    .visible-sm {
        display: block !important;
    }
    table.visible-sm {
        display: table !important;
    }
    tr.visible-sm {
        display: table-row !important;
    }
    td.visible-sm,
    th.visible-sm {
        display: table-cell !important;
    }
}
@media (min-width: 48em) and (max-width: 61em) {
    .visible-sm-block {
        display: block !important;
    }
}
@media (min-width: 48em) and (max-width: 61em) {
    .visible-sm-inline {
        display: inline !important;
    }
}
@media (min-width: 48em) and (max-width: 61em) {
    .visible-sm-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 62em) and (max-width: 74em) {
    .visible-md {
        display: block !important;
    }
    table.visible-md {
        display: table !important;
    }
    tr.visible-md {
        display: table-row !important;
    }
    td.visible-md,
    th.visible-md {
        display: table-cell !important;
    }
}
@media (min-width: 62em) and (max-width: 74em) {
    .visible-md-block {
        display: block !important;
    }
}
@media (min-width: 62em) and (max-width: 74em) {
    .visible-md-inline {
        display: inline !important;
    }
}
@media (min-width: 62em) and (max-width: 74em) {
    .visible-md-inline-block {
        display: inline-block !important;
    }
}
@media (min-width: 75em) {
    .visible-lg {
        display: block !important;
    }
    table.visible-lg {
        display: table !important;
    }
    tr.visible-lg {
        display: table-row !important;
    }
    td.visible-lg,
    th.visible-lg {
        display: table-cell !important;
    }
}
@media (min-width: 75em) {
    .visible-lg-block {
        display: block !important;
    }
}
@media (min-width: 75em) {
    .visible-lg-inline {
        display: inline !important;
    }
}
@media (min-width: 75em) {
    .visible-lg-inline-block {
        display: inline-block !important;
    }
}
@media (max-width: 47em) {
    .hidden-xs {
        display: none !important;
    }
}
@media (min-width: 48em) and (max-width: 61em) {
    .hidden-sm {
        display: none !important;
    }
}
@media (min-width: 62em) and (max-width: 74em) {
    .hidden-md {
        display: none !important;
    }
}
@media (min-width: 75em) {
    .hidden-lg {
        display: none !important;
    }
}
.visible-print {
    display: none !important;
}
@media print {
    .visible-print {
        display: block !important;
    }
    table.visible-print {
        display: table !important;
    }
    tr.visible-print {
        display: table-row !important;
    }
    td.visible-print,
    th.visible-print {
        display: table-cell !important;
    }
}
.visible-print-block {
    display: none !important;
}
@media print {
    .visible-print-block {
        display: block !important;
    }
}
.visible-print-inline {
    display: none !important;
}
@media print {
    .visible-print-inline {
        display: inline !important;
    }
}
.visible-print-inline-block {
    display: none !important;
}
@media print {
    .visible-print-inline-block {
        display: inline-block !important;
    }
}
@media print {
    .hidden-print {
        display: none !important;
    }
}
