.js .tooltip-toggle, a:active, a:hover,
button.quote-back-link:focus {
    outline: 0;
}

.opt-in-out .tooltip-icon,
.password-strength-indicator__suggestion,
.password-strength-indicator__warning,
.warning-message,
dfn {
    font-style: italic;
}

body {
    margin: 0;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
    display: block;
}
audio,
canvas,
progress,
video {
    display: inline-block;
    vertical-align: baseline;
}
audio:not([controls]) {
    display: none;
    height: 0;
}

template {
    display: none;
}
a {
    background: 0 0;
}
b,
optgroup,
strong {
    font-weight: 700;
}

h1 {
    font-size: 2em;
    margin: 0.67em 0;
}
mark {
    background: #ff0;
    color: #000;
}
sub,
sup {
    font-size: 75%;
    line-height: 0;
    position: relative;
    vertical-align: baseline;
}
sup {
    top: -0.5em;
}
sub {
    bottom: -0.25em;
}
img {
    border: 0;
}
svg:not(:root) {
    overflow: hidden;
}
figure {
    margin: 1em 40px;
}
hr {
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    height: 0;
}
pre,
textarea {
    overflow: auto;
}
code,
kbd,
pre,
samp {
    font-family: monospace, monospace;
    font-size: 1em;
}
button,
input,
optgroup,
select,
textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}
button {
    overflow: visible;
}
.hidden,
.hidden-label,
.js .tooltip-toggle,
.tooltip-info__dismiss {
    white-space: nowrap;
    overflow: hidden;
}
button,
select {
    text-transform: none;
}
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
    -webkit-appearance: button;
    cursor: pointer;
}
button[disabled],
html input[disabled] {
    cursor: default;
}
button::-moz-focus-inner,
input::-moz-focus-inner {
    border: 0;
    padding: 0;
}
input {
    line-height: normal;
}
input[type="checkbox"],
input[type="radio"] {
    box-sizing: border-box;
    padding: 0;
}
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
    height: auto;
}
input[type="search"] {
    -webkit-appearance: textfield;
    -moz-box-sizing: content-box;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
    -webkit-appearance: none;
}

fieldset {
    border: 1px solid silver;
    margin: 0 2px;
    padding: 0.35em 0.625em 0.75em;
}
legend {
    border: 0;
    padding: 0;
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}
td,
th {
    padding: 0;
}
* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.clearfix:after {
    content: "";
    display: table;
    clear: both;
}
abbr[title] {
    border-bottom: 0;
}
.clear {
    clear: both;
}
.hidden {
    position: absolute;
    display: block;
    height: 0;
    width: 0;
    text-indent: 200%;
    font-size: 0;
}
.band,
.position-relative,
.spinner {
    position: relative;
}
.band,
.full-width {
    width: 100%;
}
.display-none {
    display: none;
}
.display-block,
.float-left,
.float-right {
    display: block;
}
.unstyled-list {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
}
.float-left {
    float: left;
}
.float-right,
table.icon-table td .icon,
td.td-align-right .icon {
    float: right;
}
.fade-in,
.fade-out {
    -webkit-transition: opacity 0.25s ease-in;
    transition: opacity 0.25s ease-in;
}
.fade-out {
    opacity: 0 !important;
}
.fade-in {
    opacity: 1 !important;
}
.break-word {
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
}
.max-width-full {
    max-width: 100%;
}
@media all and (max-width: 767px) {
    .hidden-mobile-only {
        display: none;
    }
    .block-mobile {
        display: block !important;
    }
}
@media all and (min-width: 768px) {
    .hidden-non-mobile-only {
        display: none;
    }
    .float-right-non-mobile-only {
        float: right;
    }
    .inline-block-non-mobile {
        display: inline-block !important;
    }
}
.band,
.col {
    float: left;
}
@media all and (max-width: 900px) {
    .hidden-tablet-and-mobile,
    .line-break--desktop-only {
        display: none;
    }
}
@media all and (min-width: 901px) {
    .hidden-desktop-only {
        display: none;
    }
}
.auto-row:after,
.container:after,
.row:after {
    content: "";
    display: table;
    clear: both;
}
@media print {
    *,
    :after,
    :before {
        background: 0 0 !important;
        color: #000 !important;
        box-shadow: none !important;
    }
    :after,
    :before {
        border: 0 !important;
    }
    a {
        text-decoration: underline !important;
    }
    img {
        max-width: 500px;
        height: auto;
    }
}
.band.no-bottom-padding {
    padding-bottom: 0;
}
.band.reduced-bottom-padding {
    padding-bottom: 10px;
}
.band.no-padding {
    padding-top: 0;
    padding-bottom: 0;
}
.band.negative-bottom-margin {
    margin-bottom: -180px;
}
.auto-row,
.row {
    height: 1%;
}
.col {
    padding-left: 20px;
}
.col:empty {
    min-height: 1px;
}
.container {
    margin: 0 auto;
}
@media all and (max-width: 600px) {
    .cell {
        padding: 5px 0 10px;
    }
    .cell--bottom-deep {
        padding: 5px 0 20px;
    }
    .band {
        padding: 20px 0;
    }
    .mobile-reverse .col {
        float: right;
    }
    .mobile-reverse .col .col {
        float: left;
    }
    .row {
        margin-left: -10px;
        margin-right: 10px;
    }
    .row .row {
        margin-left: -20px;
        margin-right: 0;
    }
    .mobile-full {
        width: 100%;
    }
    .mobile-half {
        width: 50%;
    }
    .mobile-quarter {
        width: 25%;
    }
    .mobile-three-quarters {
        width: 75%;
    }
    .mobile-third {
        width: 33.333%;
    }
    .mobile-two-thirds {
        width: 66.666%;
    }
    .auto-row,
    .auto-row--mobile-full,
    .col {
        width: 100%;
    }
    .constrain--510 {
        margin-left: -10px;
        margin-right: -10px;
    }
}
@media all and (min-width: 601px) {
    .cell--standard {
        padding: 10px 10px 15px;
    }
    .cell--bottom-deep {
        padding: 10px 10px 25px;
    }
    .cell--deep {
        padding: 40px 10px;
    }
    .cell--vertical,
    .cell--vertical--bottom-only {
        padding-bottom: 20px;
    }
    .cell--vertical {
        padding-top: 20px;
    }
    .cell--vertical-shallow {
        padding-top: 10px;
        padding-bottom: 10px;
    }
    .cell--vertical-deep {
        padding-top: 40px;
        padding-bottom: 40px;
    }
    .auto-row,
    .row {
        margin-left: -20px;
    }
    .non-mobile-reverse .col {
        float: right;
    }
    .non-mobile-reverse .col .col {
        float: left;
    }
    .constrain,
    .constrained {
        margin-right: auto;
        margin-left: auto;
    }
    .constrain--510 {
        max-width: 510px;
    }
    .constrain--650 {
        max-width: 650px;
    }
    .constrain--700 {
        max-width: 700px;
    }
    .constrain--880 {
        max-width: 880px;
    }
}
@media all and (min-width: 601px) and (max-width: 900px) {
    .band {
        padding: 20px;
    }
    .tablet-reverse .col {
        float: right;
    }
    .tablet-full {
        width: 100%;
    }
    .tablet-half {
        width: 50%;
    }
    .tablet-quarter {
        width: 25%;
    }
    .tablet-three-quarters {
        width: 75%;
    }
    .tablet-third {
        width: 33.333%;
    }
    .tablet-two-thirds {
        width: 66.666%;
    }
    .auto-row.auto-row--tablet-half .col {
        width: 50%;
    }
    .auto-row.auto-row--tablet-half .col:nth-child(3) {
        clear: both;
    }
    .auto-row.auto-row--tablet-full .col {
        width: 100%;
    }
    .row .tablet-half + .tablet-half:nth-child(odd) {
        clear: left;
    }
    .row .tablet-full:not(.desktop-full) + .tablet-half + .tablet-half:nth-child(odd) {
        clear: none !important;
    }
    .row .tablet-full:not(.desktop-full) + .tablet-half + .tablet-half:nth-child(even) {
        clear: left;
    }
}
@media all and (min-width: 901px) {
    .band {
        padding: 20px;
    }
    .desktop-reverse .col {
        float: right;
    }
    .desktop-reverse .col .col {
        float: left;
    }
    .desktop-full {
        width: 100%;
    }
    .desktop-half {
        width: 50%;
    }
    .desktop-quarter {
        width: 25%;
    }
    .desktop-three-quarters {
        width: 75%;
    }
    .desktop-third {
        width: 33.333%;
    }
    .desktop-two-thirds {
        width: 66.666%;
    }
    .auto-row.auto-row--desktop-half .col {
        width: 50%;
    }
    .auto-row.auto-row--desktop-half .col:nth-child(3) {
        clear: both;
    }
    .row.row--wide-gutters {
        margin-left: -40px;
    }
    .row.row--wide-gutters .col {
        padding-left: 40px;
    }
    .row.row--wide-gutters .col .col {
        padding-left: 20px;
    }
    .centered-container {
        margin-left: auto;
        margin-right: auto;
        text-align: center;
    }
    .centered-container--900 {
        max-width: 900px;
    }
}
.add-on,
.longer-than-expected,
.or-option,
.replaced-input-label,
.spinner {
    text-align: center;
}
@keyframes spinner {
    to {
        transform: rotate(360deg);
    }
}
@-webkit-keyframes spinner {
    to {
        -webkit-transform: rotate(360deg);
    }
}
.spinner:before {
    content: "Loading...";
    position: absolute;
    top: 50%;
    left: 50%;
}
.dropdown__trigger:after,
.spinner:not(:required):before,
.validation-message:before {
    content: "";
}
.spinner:not(:required):before {
    border-radius: 50%;
    border-style: solid;
    -webkit-animation: spinner 0.6s linear infinite;
    animation: spinner 0.6s linear infinite;
    border-color: #0d4ebc transparent transparent #0d4ebc;
}
.spinner span {
    display: block;
    margin-bottom: 20px;
}
.spinner--white:not(:required):before {
    border-top-color: #fff;
    border-left-color: #fff;
}
.spinner--small {
    min-height: 24px;
}
.spinner--small:not(:required):before {
    width: 16px;
    height: 16px;
    margin-top: -8px;
    margin-left: -8px;
    border-width: 2.67px;
}
.spinner--small span {
    padding-top: 46px;
}
.spinner--standard {
    min-height: 45px;
}
.spinner--standard:not(:required):before {
    width: 30px;
    height: 30px;
    margin-top: -15px;
    margin-left: -15px;
    border-width: 5px;
}
.spinner--standard span {
    padding-top: 135px;
}
.spinner--large {
    min-height: 90px;
}
.spinner--large:not(:required):before {
    width: 60px;
    height: 60px;
    margin-top: -30px;
    margin-left: -30px;
    border-width: 10px;
}
.spinner--large span {
    padding-top: 135px;
}
.spinner--align-to-right {
    display: inline;
    position: absolute;
    height: 40px;
    margin-left: 20px;
}
.pending-quote-container {
    padding: 0 20px;
    font-size: 1.142857rem;
}
.pending-quote-container a {
    margin: 0 0 20px;
}
.longer-than-expected {
    padding-top: 20px;
}
fieldset {
    border-top: none;
    border-right: none;
    border-left: none;
    padding-right: 0;
    padding-left: 0;
    position: relative;
}
fieldset:not(.bordered-section) {
    margin: 0;
    padding-top: 0;
    padding-bottom: 0;
    border-bottom: none;
}
fieldset p {
    margin-top: 0;
    margin-bottom: 20px;
}
.form-row,
.heading-with-buttons {
    margin-bottom: 30px;
}
fieldset legend + *,
fieldset legend + .form-row-supplementary + *,
fieldset legend + .hidden-label + * {
    -webkit-margin-top-collapse: separate;
    margin-top: 10px;
}
fieldset.separation-top {
    border-top: 1px solid #ccc;
    margin-top: -15px;
    padding-top: 20px;
}
.autocomplete_searchtext,
.form-row--vertical .tooltip-info + input[type="email"],
.form-row--vertical .tooltip-info + input[type="number"],
.form-row--vertical .tooltip-info + input[type="password"],
.form-row--vertical .tooltip-info + input[type="tel"],
.form-row--vertical .tooltip-info + input[type="text"],
.form-row--vertical .tooltip-info + select,
.form-row--vertical .tooltip-info + textarea,
.form-row--vertical label + input[type="email"],
.form-row--vertical label + input[type="number"],
.form-row--vertical label + input[type="password"],
.form-row--vertical label + input[type="tel"],
.form-row--vertical label + input[type="text"],
.form-row--vertical label + select,
.form-row--vertical label + textarea,
.label-style + .input-group,
.tooltip-info + .input-group,
label + .input-group {
    margin-top: 10px;
}
.dropdown__trigger,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
    font-size: 1.142857rem;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
select,
textarea {
    border-radius: 5px;
    padding: 6px;
    color: #000;
}
.combobox,
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"],
textarea {
    border: 1px solid #ccc;
}
input[type="email"].full-width,
input[type="number"].full-width,
input[type="password"].full-width,
input[type="tel"].full-width,
input[type="text"].full-width,
select.full-width,
textarea.full-width {
    width: 90%;
}
input[type="email"],
input[type="number"],
input[type="password"],
input[type="tel"],
input[type="text"] {
    box-shadow: inset 1px 1px 2px 0 rgba(0, 0, 0, 0.2);
}
.dropdown__trigger,
select {
    background-color: #fff;
    cursor: pointer;
    max-width: 100%;
}
input[type="checkbox"],
input[type="radio"] {
    width: 20px;
    height: 20px;
    position: absolute;
}
input[type="checkbox"] + input[type="hidden"] + label:not(.replaced-input-label),
input[type="checkbox"] + label:not(.replaced-input-label),
input[type="radio"] + input[type="hidden"] + label:not(.replaced-input-label),
input[type="radio"] + label:not(.replaced-input-label) {
    padding-left: 30px;
    font-weight: 400;
    display: inline-block;
}
label {
    line-height: 1.1em;
    cursor: pointer;
}
.hidden-label {
    position: absolute;
    height: 0;
    width: 0;
    text-indent: 200%;
    font-size: 0;
}
.form-row .label-style,
.form-row label {
    white-space: normal;
}
.form-row .label-style:not(.label-style--block),
.form-row label:not(.label-block) {
    display: inline-block;
}
.form-row .label-style--block,
.form-row label.label-block {
    display: block;
    margin-bottom: 10px;
}
.input-group {
    margin-bottom: -10px;
}
.form-row--centred label,
.input-group__item {
    margin-bottom: 10px;
}
.form-row--vertical input[type="email"],
.form-row--vertical input[type="number"],
.form-row--vertical input[type="tel"],
.form-row--vertical input[type="text"],
.form-row--vertical select,
.form-row--vertical textarea {
    display: block;
}
.form-row--horizontal .form-row--vertical input[type="email"],
.form-row--horizontal .form-row--vertical input[type="number"],
.form-row--horizontal .form-row--vertical input[type="tel"],
.form-row--horizontal .form-row--vertical input[type="text"],
.form-row--horizontal .form-row--vertical select,
.form-row--horizontal .form-row--vertical textarea,
.form-row--vertical .input-group__item {
    display: block;
}
.form-row--horizontal .form-row--vertical .input-with-prefix input[type="email"],
.form-row--horizontal .form-row--vertical .input-with-prefix input[type="number"],
.form-row--horizontal .form-row--vertical .input-with-prefix input[type="tel"],
.form-row--horizontal .form-row--vertical .input-with-prefix input[type="text"],
.form-row--horizontal .input-group__item,
.form-row--horizontal input[type="email"],
.form-row--horizontal input[type="number"],
.form-row--horizontal input[type="tel"],
.form-row--horizontal input[type="text"],
.form-row--horizontal select,
.form-row--horizontal textarea {
    display: inline-block;
}
.form-row--centred {
    width: 250px;
    margin-left: auto;
    margin-right: auto;
}
.combobox--full-width,
.form-row--centred input[type="email"],
.form-row--centred input[type="number"],
.form-row--centred input[type="tel"],
.form-row--centred input[type="text"] {
    width: 100%;
}
.form-row--centred .input-group__item {
    display: block;
}
.form-row--centred.form-row--horizontal .input-group__item {
    display: inline-block;
}
.combobox {
    overflow-y: auto;
    height: 190px;
    z-index: 999;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.2) inset;
    background-color: #fff;
    position: relative;
    margin-top: 5px;
}
.combobox__results {
    list-style: none;
    padding-left: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 10px;
}
.combobox__results li {
    padding: 5px 10px;
    border-bottom: 1px solid #efefef;
}
.combobox__results li input[type="radio"] {
    position: static;
}
.combobox__results li:hover:not(.combobox__results__selected) {
    background-color: #eff8ff;
}
.combobox__results__selected {
    background-color: #077ee2;
    color: #fff;
    cursor: pointer;
}
.replaced-input-label {
    background-image: linear-gradient(#fff, #efefef);
    background-color: #fff;
    color: #000;
    padding: 10px 20px;
    border-width: 1px;
    border-style: solid;
    box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.2);
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}
.replaced-input-label:not(.replaced-input-label--numeric) {
    border-radius: 5px;
}
.replaced-input-label--numeric {
    min-width: 60px;
}
.form-row .replaced-input-label {
    font-weight: 400;
}
.replaced-input-label--checkbox,
.replaced-input-label--radio {
    border-color: #ccc;
}
.replaced-input-label--selected,
input:checked + .replaced-input-label,
input:checked + input[type="hidden"] + .replaced-input-label {
    background-image: linear-gradient(#0477d2, #0992f0);
    background-color: #0477d2;
    color: #fff;
    box-shadow: none;
}
.replaced-input-label--selected.replaced-input-label--radio,
input:checked + .replaced-input-label.replaced-input-label--radio,
input:checked + input[type="hidden"] + .replaced-input-label.replaced-input-label--radio {
    box-shadow: inset 1px 1px 5px 0 rgba(0, 0, 0, 0.4);
    border-color: #ccc;
}
.replaced-input-label--selected.replaced-input-label--checkbox,
input:checked + .replaced-input-label.replaced-input-label--checkbox,
input:checked + input[type="hidden"] + .replaced-input-label.replaced-input-label--checkbox {
    padding-left: 10px !important;
    padding-right: 30px !important;
    border-color: #ccc;
}
.replaced-input-label--selected.replaced-input-label--checkbox:after,
input:checked + .replaced-input-label.replaced-input-label--checkbox:after,
input:checked + input[type="hidden"] + .replaced-input-label.replaced-input-label--checkbox:after {
    content: "✓";
    position: absolute;
    margin-left: 7px;
}
.replaced-input-label--focussed,
input:focus + .replaced-input-label,
input:focus + input[type="hidden"] + .replaced-input-label {
    box-shadow: 0 0 4px #323232;
}
input[type="checkbox"].replaced-input,
input[type="radio"].replaced-input {
    position: absolute;
    left: -3000px;
}
.input-with-suffix {
    padding-top: 10px;
}
.input-with-suffix input[type="email"],
.input-with-suffix input[type="number"],
.input-with-suffix input[type="tel"],
.input-with-suffix input[type="text"],
.input-with-suffix select {
    margin-right: 10px;
}
.input-with-suffix input[type="email"] + a,
.input-with-suffix input[type="number"] + a,
.input-with-suffix input[type="tel"] + a,
.input-with-suffix input[type="text"] + a,
.input-with-suffix select + a {
    display: inline-block;
    margin-top: 10px;
}
.form-row--horizontal .input-with-suffix input[type="email"],
.form-row--horizontal .input-with-suffix input[type="number"],
.form-row--horizontal .input-with-suffix input[type="tel"],
.form-row--horizontal .input-with-suffix input[type="text"],
.form-row--horizontal .input-with-suffix select,
.form-row--vertical .input-with-suffix input[type="email"],
.form-row--vertical .input-with-suffix input[type="number"],
.form-row--vertical .input-with-suffix input[type="tel"],
.form-row--vertical .input-with-suffix input[type="text"],
.form-row--vertical .input-with-suffix select {
    display: inline-block;
}
.add-on {
    background: #f6f6f6;
    font-size: 1.1em;
    position: relative;
    line-height: 1.1em;
    left: 3px;
    padding: 3px 4px 5px 3px;
}
.input-with-prefix {
    padding-top: 10px;
}
.input-with-prefix input[type="email"],
.input-with-prefix input[type="number"],
.input-with-prefix input[type="tel"],
.input-with-prefix input[type="text"] {
    display: inline-block;
    margin-left: -19px;
    padding-left: 1.4em;
}
.input-prefix--large,
.input-suffix--large {
    font-size: 1.214286rem;
}
.input-prefix--small,
.input-suffix--small {
    font-size: 0.928571rem;
}
select + .input-suffix {
    margin-left: 10px;
}
.or-option {
    margin-top: 20px;
    border-top: 1px solid #ccc;
    margin-bottom: 20px;
}
.or-option span {
    border-radius: 50%;
    background: #fff;
    border: 1px solid #ccc;
    display: block;
    width: 30px;
    height: 30px;
    padding-top: 3px;
    margin-top: -15px;
    margin-left: auto;
    margin-right: auto;
}
input.unstyled-input {
    background: 0 0;
    font-size: inherit;
    border: 0;
    padding: 0;
    margin: 0;
    line-height: inherit;
    box-shadow: none;
    color: inherit;
    border-radius: 0;
    cursor: inherit;
    -webkit-transition: none;
    transition: none;
}
input.unstyled-input--small {
    width: 1em;
}
.dropdown {
    position: relative;
    display: inline-block;
}
label + .dropdown {
    margin-left: 10px;
}
.dropdown__trigger {
    border: 1px solid #a9a9a9;
    position: relative;
    border-radius: 5px;
    padding: 8px 30px 6px 8px;
    color: #000;
}
.field-validation-error,
.label-error {
    color: red;
}
.dropdown__trigger:after {
    width: 0;
    height: 0;
    position: absolute;
    top: 45%;
    right: 10px;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
}
.dropdown__trigger:not(.dropdown__trigger--open):after {
    border-top: 5px solid #000;
}
.dropdown__trigger--open {
    border-bottom: none;
    margin-bottom: 1px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}
.dropdown__trigger--open:after {
    border-bottom: 5px solid #000;
}
.dropdown__options {
    position: absolute;
    z-index: 100;
    width: 100%;
    top: 100%;
    border-top: 1px solid #eee;
    border-right: 1px solid #a9a9a9;
    border-bottom: 1px solid #a9a9a9;
    border-left: 1px solid #a9a9a9;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    background: #fff;
    display: none;
}
.dropdown__options--active,
.tabs-nav li,
.tabs-nav__tab {
    display: block;
}
.dropdown__options li {
    padding: 10px;
}
.input-group__item .spinner--small {
    margin-bottom: -12px;
}
.input-group__item .spinner--small--inline {
    display: inline;
    margin-left: 20px;
    position: absolute;
}
.input-group__item .spinner--small--inline span {
    padding-top: 0;
    margin-bottom: 0;
}
select.error {
    outline: red solid 1px;
}
input[type="email"].error,
input[type="number"].error,
input[type="password"].error,
input[type="tel"].error,
input[type="text"].error,
textarea.error {
    border-color: red;
}
:not(tr).field-validation-error {
    display: inline-block;
    margin-top: 10px;
}
.validation-message {
    position: relative;
    width: 100%;
    border-radius: 5px;
    margin-bottom: 20px;
    border-left-style: solid;
    padding: 10px;
}
.validation-message:before {
    border-radius: 100%;
    border-style: solid;
    height: 0;
    width: 0;
    position: absolute;
    top: 20px;
}
.validation-message:after {
    font-weight: 700;
    color: #fff;
    height: 0;
    width: 0;
    position: absolute;
}
.validation-message--error {
    background: #ffdcdc;
    border-left-color: #f66;
}
.validation-message--error:before {
    border-color: #c00;
}
.validation-message--error:after {
    content: "!";
}
.validation-message--success {
    background: #deecc1;
    border-left-color: #009531;
}
.validation-message--success:before {
    border-color: #003414;
}
.validation-message--success:after {
    content: "✓";
}
.added-items-summary:not(.display-none) + .add-form {
    margin-top: -35px;
    border-top: 1px solid #ccc;
}
.indented-section {
    border-left: 2px solid #ccc;
}
.input-group + .indented-section {
    margin-top: 15px;
}
.autocomplete_searchtext + .spinner {
    margin-top: 12px;
}
input:disabled,
select:disabled,
textarea:disabled {
    opacity: 0.5;
}
.nectar-input {
    padding-top: 10px;
}
.nectar-input input[type="number"],
.nectar-input input[type="text"] {
    display: inline-block;
}
@media all and (max-width: 600px) {
    .form-row--100 .replaced-input-label:not(.replaced-input-label--numeric),
    .form-row--100 select,
    .form-row--50-50 .replaced-input-label:not(.replaced-input-label--numeric),
    .form-row--50-50 select {
        width: 100%;
    }
    .form-row--50-50 .input-group__item {
        width: calc(50% - 5px);
    }
    .form-row--50-50 .input-group__item:nth-child(even) {
        margin-right: 0 !important;
    }
    .form-row--50-50 .input-group__item.other-options {
        width: 100%;
    }
    .form-row--100 .input-group__item {
        width: 100%;
        margin-right: 0 !important;
    }
    .indented-section {
        margin-right: -10px;
        padding-left: 15px;
    }
    .indented-section .form-row .label-style:not(.label-style--block),
    .indented-section .form-row label:not(.label-block) {
        margin-right: 5px;
    }
    .indented-section .form-row--100 .input-group__item {
        width: calc(100% - 10px);
        margin-right: 0 !important;
    }
    .indented-section .form-row--50-50 .input-group__item {
        width: calc(50% - 10px);
        margin-right: 5px !important;
    }
    .indented-section .form-row--50-50:nth-child(even) {
        margin-right: 0 !important;
    }
    .form-row--horizontal .input-group__item {
        margin-right: 5px;
    }
    .form-row--horizontal .replaced-input-label--numeric {
        margin-right: -5px;
    }
    label:not(.replaced-input-label) {
        display: block;
        margin-bottom: 5px;
    }
    .combobox:not(.combobox--full-width) {
        width: 240px;
    }
    .mobile-autocomplete {
        margin-top: 10px;
    }
    .autocomplete_searchtext + .spinner {
        margin-left: -20px;
    }
    .replaced-input-label:not(.replaced-input-label--numeric) {
        min-width: 90px;
    }
}
table.simple-table,
table.standard-table {
    margin-bottom: 20px;
}
@media all and (max-width: 600px) and (max-width: 350px) {
    select {
        max-width: 280px;
    }
    .indented-section select {
        max-width: 220px;
    }
}
@media all and (max-width: 600px) and (min-width: 351px) and (max-width: 420px) {
    select {
        max-width: 290px;
    }
    .indented-section select {
        max-width: 250px;
    }
}
@media all and (max-width: 600px) and (min-width: 421px) and (max-width: 479px) {
    select {
        max-width: 360px;
    }
    .indented-section select {
        max-width: 320px;
    }
}
@media all and (max-width: 600px) and (min-width: 480px) and (max-width: 600px) {
    select {
        max-width: 420px;
    }
    .indented-section select {
        max-width: 380px;
    }
}
@media all and (min-width: 601px) {
    .form-row--horizontal .input-group__item:not(.full-width) {
        margin-right: 15px;
    }
    .form-row--horizontal .replaced-input-label--numeric {
        margin-right: -15px;
    }
    .form-row--horizontal label:not(.hidden-label) + input[type="email"],
    .form-row--horizontal label:not(.hidden-label) + input[type="number"],
    .form-row--horizontal label:not(.hidden-label) + input[type="tel"],
    .form-row--horizontal label:not(.hidden-label) + input[type="text"],
    .form-row--horizontal label:not(.hidden-label) + select,
    .form-row--horizontal label:not(.hidden-label) + textarea {
        margin-left: 10px;
    }
    .form-row--horizontal .form-row--vertical label:not(.hidden-label) + input[type="email"],
    .form-row--horizontal .form-row--vertical label:not(.hidden-label) + input[type="number"],
    .form-row--horizontal .form-row--vertical label:not(.hidden-label) + input[type="tel"],
    .form-row--horizontal .form-row--vertical label:not(.hidden-label) + input[type="text"],
    .form-row--horizontal .form-row--vertical label:not(.hidden-label) + select,
    .form-row--horizontal .form-row--vertical label:not(.hidden-label) + textarea {
        margin-left: 0;
    }
    .combobox:not(.combobox--full-width) {
        width: 273px;
    }
    .indented-section {
        padding-left: 30px;
    }
    .replaced-input-label:not(.replaced-input-label--numeric) {
        min-width: 100px;
    }
}
@media all and (max-width: 900px) {
    .form-error {
        padding: 10px;
    }
    .validation-message {
        border-left-width: 30px;
    }
    .validation-message:before {
        left: -25px;
        border-width: 10px;
    }
    .validation-message--error:after {
        font-size: 15px;
        top: 19px;
        left: -17px;
    }
    .validation-message--success:after {
        font-size: 13px;
        top: 21px;
        left: -20px;
    }
}
@media all and (min-width: 901px) {
    .col.desktop-full .constrain--70-30--desktop .form-row,
    .col.desktop-two-thirds .constrain--70-30--desktop .form-row {
        width: 70%;
    }
    .col.desktop-full .constrain--70-30--desktop .form-row .form-row,
    .col.desktop-two-thirds .constrain--70-30--desktop .form-row .form-row {
        width: 100%;
    }
    .col.desktop-full .constrain--70-30--desktop .form-row-supplementary,
    .col.desktop-two-thirds .constrain--70-30--desktop .form-row-supplementary {
        clear: both;
        float: right;
        width: 30%;
    }
    .col.desktop-full .constrain--60-40--desktop .form-row,
    .col.desktop-two-thirds .constrain--60-40--desktop .form-row {
        width: 60%;
    }
    .col.desktop-full .constrain--60-40--desktop .form-row .form-row,
    .col.desktop-two-thirds .constrain--60-40--desktop .form-row .form-row {
        width: 100%;
    }
    .col.desktop-full .constrain--60-40--desktop .form-row-supplementary,
    .col.desktop-two-thirds .constrain--60-40--desktop .form-row-supplementary {
        clear: both;
        float: right;
        width: 40%;
    }
    .col.desktop-full .constrain--50-50--desktop .form-row,
    .col.desktop-two-thirds .constrain--50-50--desktop .form-row {
        width: 50%;
    }
    .col.desktop-full .constrain--50-50--desktop .form-row .form-row,
    .col.desktop-two-thirds .constrain--50-50--desktop .form-row .form-row {
        width: 100%;
    }
    .col.desktop-full .constrain--50-50--desktop .form-row-supplementary,
    .col.desktop-two-thirds .constrain--50-50--desktop .form-row-supplementary {
        clear: both;
        float: right;
        width: 50%;
    }
    .form-error {
        padding: 20px;
    }
    .validation-message {
        border-left-width: 50px;
    }
    .validation-message:before {
        border-width: 12px;
        left: -37px;
    }
    .validation-message--error:after {
        font-size: 17px;
        top: 20px;
        left: -27px;
    }
    .validation-message--success:after {
        font-size: 15px;
        top: 21px;
        left: -30px;
    }
    .form-row--with-tooltip {
        padding-right: 320px;
    }
}
html {
    -ms-text-size-adjust: 100%;
    -webkit-text-size-adjust: 100%;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    font-size: 87.5%;
}
.h2-style,
h1,
h2 {
    color: #000a8c;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    line-height: 1.1em;
    font-weight: 700;
}
table.simple-table th,
table.standard-table th {
    text-align: left;
    font-weight: 400;
}
h2:first-child,
h3:first-child,
h4:first-child {
    margin-top: 0;
}
.xx-small-type {
    font-size: 0.714286rem;
}
.x-small-type {
    font-size: 0.785714rem;
}
.small-type {
    font-size: 0.857143rem;
}
.large-type {
    font-size: 1.142857rem;
}
.x-large-type {
    font-size: 1.285714rem;
}
@media all and (max-width: 600px) {
    .h1-style,
    h1 {
        font-size: 21px;
    }
    .h2-style,
    h2 {
        font-size: 18px;
    }
    .h3-style,
    h3 {
        font-size: 16px;
    }
    .h4-style,
    h4 {
        font-size: 14px;
    }
    .xx-large-type {
        font-size: 1.285714rem;
    }
}
@media all and (min-width: 601px) {
    .h1-style,
    h1 {
        font-size: 28px;
    }
    .h2-style,
    h2 {
        font-size: 22px;
    }
    .h3-style,
    h3 {
        font-size: 18px;
    }
    .h4-style,
    h4 {
        font-size: 16px;
    }
    .xx-large-type {
        font-size: 1.5rem;
    }
}
a:active,
a:hover,
a:link,
a:visited {
    color: #0d4ebc;
}
.full-height {
    height: 100%;
}
body {
    background-color: #eff8ff;
    min-width: 320px;
}
table.standard-table tr:nth-child(odd) td,
table.standard-table tr:nth-child(odd) th {
    background-color: #eee;
}
table.standard-table td {
    padding: 5px 10px 5px 0;
}
table.standard-table th {
    padding: 5px 10px;
}
table.icon-table td,
td.td-align-right {
    text-align: right;
}
table.simple-table td,
table.simple-table th {
    padding: 5px 20px 5px 0;
}
table.icon-table tr {
    height: 42px;
}
tr.edited-row {
    background-color: #fff4b6;
}
.tabs-nav {
    padding-left: 0;
}
.tabs-nav li {
    float: left;
}
.tabs-nav li:not(:last-child) .tabs-nav__tab {
    border-right: 1px solid #fff;
}
.tabs-nav li:first-child .tabs-nav__tab {
    border-top-left-radius: 10px;
}
.tabs-nav li:last-child .tabs-nav__tab {
    border-top-right-radius: 10px;
}
.tabs-nav__tab {
    width: 100%;
    float: left;
    padding: 20px;
    text-align: center;
    text-decoration: none;
}
.tabs-nav__tab:not(.tabs-nav__tab--active) {
    background-color: #000a8c;
    color: #fff;
}
.tabs-nav__tab.tabs-nav__tab--active {
    background-color: #fff;
    color: #0d4ebc;
}
.tabs-nav--2 li {
    width: 50%;
}
.tabs-nav--3 li {
    width: 33.33%;
}
.js .tabs-nav-content {
    display: none;
}
.separator--small {
    margin-top: 10px;
}
.bordered-separator {
    border-top: 1px solid #eee;
    border-bottom: 1px solid #eee;
    padding-top: 10px;
    padding-bottom: 10px;
}
.bordered-separator:after {
    content: "";
    display: table;
    clear: both;
}
small {
    font-size: 0.857143rem;
}
.align-right {
    text-align: right;
}
.align-center {
    text-align: center;
}
.uppercase {
    text-transform: uppercase;
}
.bordered {
    border: 1px solid #ddd;
}
.quote-back-link {
    text-transform: uppercase;
    font-size: 1.142857rem;
    padding: 10px 20px;
    display: inline-block;
}
.form-row--centred .quote-back-link,
.progress-tabs,
.tick-list {
    padding-left: 0;
}
.quote-back-link:link,
.quote-back-link:visited {
    text-decoration: none;
}
.cookie-wrapper p a,
.quote-back-link:active,
.quote-back-link:hover {
    text-decoration: underline;
}
button.quote-back-link {
    border: 0;
    background: 0 0;
    color: #0d4ebc;
}
.offset-top {
    margin-top: -15px;
}
.tick-list {
    list-style: none;
    display: block;
}
.tick-list li {
    margin-bottom: 10px;
    padding-left: 20px;
    position: relative;
}
.tick-list li:before {
    content: "✔";
    display: block;
    position: absolute;
    height: 20px;
    width: 15px;
    top: 0;
    left: 0;
    font-weight: 700;
    color: #a0d62d;
}
.phone-provider {
    background-color: #fffecc;
}
.company-info {
    max-width: 500px;
    margin: 20px 0;
}
.optin-check-row {
    margin-bottom: 10px;
}
@media all and (max-width: 600px) {
    .nonMobileOnly {
        display: none;
    }
}
@media all and (min-width: 601px) {
    .tabs-nav li {
        font-size: 1.214286rem;
    }
    .company-info__logo {
        float: left;
        width: 140px;
    }
    .company-info__text {
        margin-left: 145px;
    }
}
.btn:not(.btn--non-mobile):not(.btn--desktop) {
    display: inline-block;
    padding: 12px 15px;
    border-radius: 5px;
    box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.2);
    text-transform: uppercase;
    text-align: center;
    text-decoration: none;
    font-weight: 700;
    line-height: 1.1em;
}
button.btn,
input.btn {
    border-width: 0;
}
.btn--btn1:not(.btn--non-mobile):not(.btn--desktop) {
    background-color: #8ec32a;
    background-image: linear-gradient(#a0d52f, #8ec32a);
    color: #323232 !important;
}
.btn--btn1:not(.btn--non-mobile):not(.btn--desktop):hover {
    background-image: none;
    background-color: #a0d52f;
}
.btn--btn2:not(.btn--non-mobile):not(.btn--desktop) {
    background-color: #0084e9;
    background-image: linear-gradient(#0992f0, #0084e9);
    color: #fff !important;
}
.btn--btn2:not(.btn--non-mobile):not(.btn--desktop):hover {
    background-image: none;
    background-color: #0992f0;
}
.btn--btn3:not(.btn--non-mobile):not(.btn--desktop) {
    background-color: #e4edf2;
    background-image: linear-gradient(#eff9ff, #e4edf2);
    color: #323232 !important;
}
.btn--btn3:not(.btn--non-mobile):not(.btn--desktop):hover {
    background-image: none;
    background-color: #eff9ff;
}
.mobile-phone-icon:before,
span.star {
    background-image: url(../../images/_product/_shared/product-shared-sprite/v3.0/product-shared-sprite.png);
}
.btn--btn4:not(.btn--non-mobile):not(.btn--desktop) {
    background-color: #fff;
    border: 1px solid #666;
    padding: 8px 13px;
    color: #0d4ebc !important;
    text-transform: none;
    font-weight: 400;
}
.btn--btn4:not(.btn--non-mobile):not(.btn--desktop):hover {
    background-color: #efefef;
}
.btn:not(.btn--full-width) + .btn:not(.btn--full-width),
input:not([type="hidden"]) + .btn {
    margin-left: 10px;
}
.btn--small {
    font-size: 0.785714rem;
    letter-spacing: -0.5px;
    padding-left: 10px;
    padding-right: 10px;
}
.btn--large:not(.btn--non-mobile):not(.btn--desktop),
.ui-datepicker {
    font-size: 1.142857rem;
}
.btn--full-width {
    width: 100%;
    margin-bottom: 15px;
}
.btn--deep:not(.btn--non-mobile):not(.btn--desktop) {
    padding-top: 20px;
    padding-bottom: 20px;
}
.btn--wide:not(.btn--non-mobile):not(.btn--desktop) {
    padding-left: 60px;
    padding-right: 60px;
}
.btn__message {
    text-transform: none;
    margin-top: 0.2em;
    font-size: 0.75em;
}
.mobile-phone-icon {
    display: inline-block;
    position: relative;
    padding-left: 15px;
}
.mobile-phone-icon:before {
    content: "";
    display: block;
    height: 20px;
    width: 20px;
    position: absolute;
    left: 0;
    top: -2px;
    background-repeat: no-repeat;
    background-position: -173px -2px;
    padding: 2px 0 2px 13px;
}
.btn--add,
.product-header {
    position: relative;
}
.btn--add {
    padding-left: 30px !important;
}
.btn--add:before {
    content: "+";
    font-size: 1.857142rem;
    position: absolute;
    left: 8px;
    top: 12px;
}
.btn--delete {
    font-size: 0;
    padding: 6px 12px 7px 14px !important;
}
.btn--delete:before {
    content: "x";
    font-size: 1.214286rem;
    line-height: 1.1em;
}
@media all and (min-width: 601px) {
    .btn--non-mobile {
        display: inline-block;
        padding: 12px 15px;
        border-radius: 5px;
        box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.2);
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        line-height: 1.1em;
    }
    .btn--non-mobile.btn--btn1 {
        background-color: #8ec32a;
        background-image: linear-gradient(#a0d52f, #8ec32a);
        color: #323232 !important;
    }
    .btn--non-mobile.btn--btn1:hover {
        background-image: none;
        background-color: #a0d52f;
    }
    .btn--non-mobile.btn--btn2 {
        background-color: #0084e9;
        background-image: linear-gradient(#0992f0, #0084e9);
        color: #fff !important;
    }
    .btn--non-mobile.btn--btn2:hover {
        background-image: none;
        background-color: #0992f0;
    }
    .btn--non-mobile.btn--btn3 {
        background-color: #e4edf2;
        background-image: linear-gradient(#eff9ff, #e4edf2);
        color: #323232 !important;
    }
    .btn--non-mobile.btn--btn3:hover {
        background-image: none;
        background-color: #eff9ff;
    }
    .btn--non-mobile.btn--btn4 {
        background-color: #fff;
        border: 1px solid #666;
        padding: 8px 13px;
        color: #0d4ebc !important;
        text-transform: none;
        font-weight: 400;
    }
    .btn--non-mobile.btn--btn4:hover {
        background-color: #efefef;
    }
    .btn--non-mobile.btn--large {
        font-size: 1.142857rem;
    }
    .btn--non-mobile.btn--deep {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .btn--non-mobile.btn--wide {
        padding-left: 60px;
        padding-right: 60px;
    }
}
@media all and (min-width: 901px) {
    .btn--desktop {
        display: inline-block;
        padding: 12px 15px;
        border-radius: 5px;
        box-shadow: 0 2px 2px 0 rgba(50, 50, 50, 0.2);
        text-transform: uppercase;
        text-align: center;
        text-decoration: none;
        font-weight: 700;
        line-height: 1.1em;
    }
    .btn--desktop.btn--btn1 {
        background-color: #8ec32a;
        background-image: linear-gradient(#a0d52f, #8ec32a);
        color: #323232 !important;
    }
    .btn--desktop.btn--btn1:hover {
        background-image: none;
        background-color: #a0d52f;
    }
    .btn--desktop.btn--btn2 {
        background-color: #0084e9;
        background-image: linear-gradient(#0992f0, #0084e9);
        color: #fff !important;
    }
    .btn--desktop.btn--btn2:hover {
        background-image: none;
        background-color: #0992f0;
    }
    .btn--desktop.btn--btn3 {
        background-color: #e4edf2;
        background-image: linear-gradient(#eff9ff, #e4edf2);
        color: #323232 !important;
    }
    .btn--desktop.btn--btn3:hover {
        background-image: none;
        background-color: #eff9ff;
    }
    .btn--desktop.btn--btn4 {
        background-color: #fff;
        border: 1px solid #666;
        padding: 8px 13px;
        color: #0d4ebc !important;
        text-transform: none;
        font-weight: 400;
    }
    .btn--desktop.btn--btn4:hover {
        background-color: #efefef;
    }
    .btn--desktop.btn--large {
        font-size: 1.142857rem;
    }
    .btn--desktop.btn--deep {
        padding-top: 20px;
        padding-bottom: 20px;
    }
    .btn--desktop.btn--wide {
        padding-left: 60px;
        padding-right: 60px;
    }
}
.date-picker-trigger {
    cursor: pointer;
    width: 40px;
    height: 40px;
}
.ui-datepicker {
    border: 2px solid #0b51c0;
    border-radius: 3px;
    position: absolute;
    background: #fff;
    box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.25);
    z-index: 3000;
    display: none;
    margin-top: 20px;
}
.ui-datepicker:after,
.ui-datepicker:before {
    content: "";
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
    left: 40px;
}
.ui-datepicker:before {
    display: block;
    border-bottom: 10px solid #0b51c0;
    top: -10px;
}
.ui-datepicker:after {
    display: block;
    border-bottom: 10px solid #fff;
    top: -8px;
}
.ui-datepicker .ui-datepicker-header {
    color: #000a8c;
    font-weight: 700;
    background: #fff;
    border-bottom: 1px solid #ccc;
    border-radius: 3px 3px 0 0;
}
.ui-datepicker .ui-datepicker-header .ui-datepicker-title {
    text-align: center;
    padding: 5px 10px;
}
.ui-datepicker .ui-state-highlight {
    color: #fff;
    background: #0082e6;
    border: 1px solid #0082e6;
    font-weight: 700;
}
.ui-datepicker-group {
    width: 50%;
}
.ui-datepicker-group-first {
    float: left;
    border-right: 1px solid #ccc;
}
.ui-datepicker-group-last {
    float: right;
}
.ui-datepicker-calendar {
    border: 5px solid transparent;
    width: 100%;
}
.ui-datepicker-calendar th {
    font-weight: 700;
    font-size: 1rem;
    color: #999;
}
.ui-datepicker-calendar td {
    padding: 1px;
}
.ui-datepicker-calendar a {
    display: block;
    text-shadow: none;
    text-decoration: none;
    border: 1px solid #0082e6;
    color: #000a8c;
}
.ui-datepicker-calendar a:hover {
    text-decoration: none;
    color: #fff;
    background: #19abff;
    border: 1px solid #19abff;
}
.ui-datepicker-calendar td a,
.ui-datepicker-calendar th,
.ui-datepicker-unselectable span {
    padding: 5px;
    text-align: center;
}
.ui-datepicker-unselectable span {
    color: #ccc;
    display: block;
    border: 1px solid #ccc;
}
@media all and (max-width: 900px) {
    .ui-datepicker {
        left: 5% !important;
    }
    .ui-datepicker:after,
    .ui-datepicker:before {
        left: 50%;
    }
}
.main--results .container,
.main--results ~ .product-footer .container {
    max-width: 1220px;
}
.main--results ~ .product-footer p:not(:first-child) {
    display: none;
}
.main--quote .container,
.main--quote ~ .product-footer .container {
    max-width: 960px;
}
.main--wide-quote .container,
.main--wide-quote ~ .product-footer .container {
    max-width: 1160px;
}
@media all and (max-width: 600px) {
    .hidden-mobile {
        display: none !important;
    }
}
@media all and (min-width: 601px) and (max-width: 739px) {
    .hidden-small-tablet {
        display: none !important;
    }
}
@media all and (min-width: 601px) and (max-width: 900px) {
    .hidden-tablet {
        display: none !important;
    }
}
.header-band {
    background-color: #fff;
}
.product-header__logo .product-header__logo__container,
.product-header__logo a {
    display: inline-block;
    max-width: 230px;
    min-width: 130px;
}
.product-header__logo .product-header__logo__container img,
.product-header__logo a img {
    width: 100%;
}
.product-header__title {
    text-align: center;
    float: left;
}
.product-header__title h1 {
    margin: 0 auto;
    display: inline-block;
}
.product-header__title .btn {
    margin: 5px 10px;
}
.product-header__title__links {
    display: inline-block;
    font-weight: 700;
}
.product-header__title__links a:not(:first-child) {
    margin-left: 1em;
}
.product-header__options {
    display: inline-block;
    float: right;
    text-align: right;
}
.callme,
.callmeoptilead,
.maindriverwarning {
    position: absolute;
    background: #fff;
    z-index: 4900;
    text-align: left;
    box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.25);
}
.callme {
    right: 0;
    margin-top: 10px;
    width: 100%;
    max-width: 380px;
    border-top: 5px solid #23a3ff;
}
.maindriverwarning {
    right: 0;
    margin-top: 5px;
    max-width: 380px;
    border-top: 5px solid #23a3ff;
    width: 375px;
    left: -90px;
}
.callme__details {
    padding-top: 10px;
    padding-bottom: 10px;
}
.callme__details__number {
    display: block;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 1.5rem;
}
.callme__options {
    margin-top: 15px;
}
.callmeoptilead {
    right: 250px;
    top: -50px;
    width: 100%;
    max-width: 350px;
    border-top: 5px solid #23a3ff;
}
.callmeoptilead h3 {
    margin-top: 0;
}
#optileadcallme__call-button {
    float: left;
    margin-right: 10px;
}
.product-header__options__call b {
    display: block;
}
.product-header__title--byr .product-header__title__copy,
.product-header__title--byr img {
    display: inline-block;
    vertical-align: middle;
}
.product-header__title--byr img {
    max-height: 90px;
}
.product-header__title--byr .product-header__title__copy h1 {
    font-weight: 500;
    color: #323232;
}
.product-header__title--byr .product-header__title__copy h1 b {
    color: #f90;
}
.product-header__title--byr .product-header__title__copy span {
    display: block;
    font-size: 0.857143rem;
}
.product-header__title--byr h1 {
    font-size: 1.571429rem;
    font-weight: 700 !important;
}
.product-header__title--offer .product-header__title__copy,
.product-header__title--offer img {
    display: inline-block;
    vertical-align: middle;
}
.product-header__title--offer img {
    max-height: 90px;
}
.product-header__title--offer .product-header__title__copy h1 {
    font-weight: 500;
    color: #323232;
}
.product-header__title--offer .product-header__title__copy span {
    display: block;
    font-size: 0.857143rem;
}
.product-header__title--offer h1 {
    font-size: 1.285714rem;
    padding-bottom: 5px;
}
@media all and (max-width: 600px) {
    .product-header--quote .product-header__title--offer,
    .product-header__title__property {
        display: none;
    }
    .product-header__logo {
        width: 42%;
        float: left;
    }
    .product-header__logo img {
        max-width: 165px;
    }
    .product-header__title {
        width: 0;
        text-indent: 200%;
        white-space: nowrap;
        overflow: hidden;
        font-size: 0;
    }
    .product-header__options {
        width: 58%;
        text-align: right;
    }
    .product-header__options img {
        max-width: 130px;
        margin-right: 10px;
    }
}
@media all and (min-width: 601px) {
    .product-header__logo {
        display: inline-block; /*float:left;*/
        margin-left: 6% !important;
    }
    .product-header:not(.product-header--results) .product-header__logo--confused {
        padding-top: 5px !important;
    }
    .product-header:not(.product-header--results) .product-header__options {
        padding-top: 15px;
    }
    .product-header__options__call {
        margin-top: -17px;
    }
    .product-header__options__call b {
        font-size: 1.5rem;
        margin-top: 5px;
        margin-bottom: 5px;
    }
    .product-header--results .product-header__logo {
        margin-right: 1%;
    }
    .product-header--results .product-header__title {
        margin-top: -4px;
    }
}
@media all and (min-width: 601px) and (max-width: 1000px) {
    .product-header__logo {
        width: 24%;
    }
    .product-header__logo img {
        max-width: 190px;
    }
    .product-header--quote .product-header__title {
        width: 55%;
    }
    .product-header--quote .product-header__options {
        width: 20%;
    }
    .product-header__title__links {
        font-size: 0.928571rem;
    }
}
@media all and (min-width: 601px) and (max-width: 900px) {
    .product-header--results .product-header__title {
        width: 55%;
    }
    .product-header--results .product-header__options {
        width: 20%;
    }
    .product-header--results .product-header__options a {
        display: block;
        margin-bottom: 10px;
    }
}
@media all and (min-width: 901px) and (max-width: 1000px) {
    .product-header__title--byr .product-header__title__copy,
    .product-header__title--offer .product-header__title__copy {
        margin-top: 20px;
    }
    .product-header--results .product-header__title {
        width: 40%;
    }
    .product-header--results .product-header__options {
        width: 35%;
    }
    .product-header__title--byr {
        position: relative;
        padding-left: 180px;
        min-height: 90px;
    }
    .product-header__title--byr img {
        position: absolute;
        top: 0;
        left: 35px;
    }
    .product-header__title--offer {
        position: relative;
        padding-left: 180px;
        min-height: 90px;
    }
    .product-header__title--offer img {
        position: absolute;
        top: 0;
        left: 35px;
    }
}
@media all and (max-width: 1000px) {
    .product-header__title__links {
        font-size: 0.928571rem;
    }
    .product-header__options__call {
        font-size: 0.857143rem;
    }
    .product-header__options__call span {
        display: block;
    }
}
@media all and (min-width: 1001px) {
    .product-header__logo {
        width: 19%;
    }
    .product-header__title {
        width: 50%;
        min-height: 45px;
    }
    .product-header--quote .product-header__title h1 {
        margin-top: 15px;
    }
    .product-header--quote .product-header__title--byr .product-header__title__copy h1,
    .product-header--quote .product-header__title--offer .product-header__title__copy h1 {
        margin-top: 0;
    }
    .product-header--quote .product-header__title--byr .product-header__title__copy {
        text-align: left;
        margin-left: 15px;
    }
    .product-header--quote .product-header__title--offer .product-header__title__copy {
        text-align: left;
    }
    .product-header__title__property,
    .product-header__title__vehicle__name {
        color: #19abff;
    }
    .product-header__title__links {
        font-size: 1.071429rem;
    }
    .product-header__options {
        width: 30%;
    }
    .product-header__title--byr {
        position: relative;
        padding-left: 180px;
        min-height: 90px;
    }
    .product-header__title--byr img {
        position: absolute;
        top: 0;
        left: 35px;
    }
    .product-header__title--byr .product-header__title__copy {
        margin-top: 20px;
    }
    .product-header__title--offer {
        position: relative;
        padding-left: 0;
        text-align: center;
    }
    .product-header__title--offer .img-wrapper {
        width: 30%;
        text-align: right;
        float: left;
    }
    .product-header__title--offer .product-header__title__copy {
        margin: 0;
        float: left;
        width: 70%;
        padding-top: 15px;
        padding-left: 20px;
    }
    .product-header--quote .product-header__logo,
    .product-header--quote .product-header__options {
        width: 25%;
    }
}
@media all and (max-width: 1300px) {
    .product-header--results .product-header__title h1 {
        font-size: 1.214286rem;
    }
    .product-header--results .product-header__title .btn {
        font-size: 0.857143rem;
    }
    .product-header__title--byr h1 {
        font-size: 18px;
    }
}
@media all and (min-width: 1201px) {
    .product-header--results .product-header__title h1 {
        font-size: 1.428571rem;
    }
    .product-header--results .product-header__title .btn {
        font-size: 1rem;
    }
}
.product-footer {
    font-size: 0.928571rem;
}
.product-footer__list {
    margin-top: -10px;
}
.product-footer__list li {
    display: inline-block;
    margin-right: 20px;
    margin-bottom: 10px;
}
.quote-top {
    margin-top: -210px;
}
.quote-top__heading {
    color: #fff;
}
.message p:first-child {
    margin-top: 0;
}
.side-note p + p,
.warning-message,
[data-non-desktop-position] .side-note {
    margin-top: 10px;
}
.bordered-section {
    margin-bottom: 20px;
    padding: 10px 20px;
    border-bottom: 1px solid #ccc;
}
.side-note,
.warning-message {
    background-color: #e3ded8;
    padding: 20px;
    border-radius: 5px;
}
.bordered-section.bordered-section--full-width {
    float: left;
    width: 100%;
}
.side-note {
    margin-bottom: 10px;
}
.side-note p {
    margin-bottom: 0;
}
.warning-message {
    margin-bottom: 10px;
    width: 55%;
}
.side-note__header {
    color: #000a8c;
}
.details-table {
    margin-bottom: 20px;
}
.details-table td,
.details-table th {
    text-align: left;
    padding: 5px 40px 5px 0;
}
.reg-plate,
.select-table th {
    padding-bottom: 5px;
}
.details-table th {
    font-weight: 400;
}
.details-table td {
    font-weight: 700;
}
.item-image img {
    max-width: 100%;
}
.counter {
    text-align: center;
    font-size: 16px;
    font-weight: 700;
    display: inline-block;
    text-indent: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    line-height: 1.5em;
    background-color: #011091;
    color: #fff;
}
.box--rounded,
.reg-plate {
    border-radius: 5px;
}
.reg-plate {
    background-color: #f2e622;
    font-weight: 600;
    padding-top: 5px;
    display: inline-block;
    text-transform: uppercase;
}
.reg-plate--disabled {
    margin-left: 20px;
    text-align: center;
    background-color: #e3ded7;
}
.form-row--centred + .select-table {
    margin: 20px auto;
}
.select-table tr {
    border-bottom: 1px solid #ddd;
}
.select-table td {
    text-align: left;
    padding-top: 3px;
    padding-bottom: 3px;
}
.button-preamble {
    display: inline-block;
    margin-bottom: 10px;
}
.button-preamble + .btn {
    margin-left: 10px;
    margin-right: 10px;
}
.byr-quote-footer {
    text-align: center;
    padding: 0 10px;
}
.byr-quote-footer h1 {
    font-size: 19px;
    font-weight: 700 !important;
    font-weight: 500;
    color: #323232;
    margin-bottom: 5px;
}
.byr-quote-footer h1 b {
    color: #f90;
}
.byr-quote-footer span {
    display: block;
    font-size: 0.857143rem;
}
@media all and (max-width: 600px) {
    .bordered-section,
    .quote-top {
        margin-left: -10px;
        margin-right: -10px;
    }
    main > .band.bg-colour4 {
        background: #fff !important;
        padding-bottom: 0;
    }
    .quote-top > .box {
        border: 0;
        box-shadow: none;
        padding: 10px;
    }
    .quote-top__heading {
        padding-left: 10px;
        padding-right: 10px;
    }
    .select-table {
        width: 100%;
        max-width: 250px;
    }
    .select-table th {
        display: none;
    }
    .select-table td {
        display: block;
        width: 100%;
    }
    .select-table td:first-child {
        padding-top: 12px;
        font-weight: 700;
    }
    .select-table td:nth-child(2):after {
        content: " doors";
    }
    .select-table td:last-child {
        padding-top: 8px;
        padding-bottom: 10px;
    }
    .item-summary .item-image {
        max-width: 50%;
    }
    .item-summary .item-image + small {
        display: none;
    }
}
@media all and (max-width: 900px) {
    .reg-plate {
        font-size: 1.071429rem;
        min-width: 110px;
        padding-left: 10px;
        padding-right: 10px;
    }
}
@media all and (min-width: 601px) {
    .select-table td:not(:last-child),
    .select-table th:not(:last-child) {
        padding-right: 30px;
    }
    .select-table th {
        text-align: left;
    }
    .select-table td:last-child {
        text-align: right;
    }
    .heading-with-buttons {
        position: relative;
        padding-right: 230px;
    }
    .heading-with-buttons__buttons {
        position: absolute;
        right: 0;
        top: 0;
        max-width: 230px;
    }
    .bordered-section {
        margin-left: -20px;
        margin-right: -20px;
    }
}
@media all and (min-width: 901px) {
    .reg-plate {
        font-size: 1.5rem;
        min-width: 125px;
        padding-left: 5px;
        padding-right: 5px;
    }
}
.cookie-wrapper {
    font-size: 1rem;
    padding: 25px 75px 45px 25px;
    position: fixed;
    left: 0;
    bottom: -225px;
    background: #25495d;
    z-index: 999;
    color: #fff;
    width: 100%;
    -webkit-transition: bottom 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    -moz-transition: bottom 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
    transition: bottom 0.7s cubic-bezier(0.68, -0.55, 0.265, 1.55);
}
.cookie-wrapper a {
    color: #fff;
}
.cookie-wrapper p {
    margin: 0;
    padding: 0;
    font-size: fontSize14px;
}
.cookie-wrapper--slide-in {
    bottom: -20px;
}
.cookie-wrapper__close {
    display: block;
    text-indent: -9000px;
    width: 70px;
    height: 100%;
    background: #31566b;
    position: absolute;
    right: 0;
    top: 0;
    text-decoration: none !important;
}
.cookie-wrapper__close:after {
    content: "×";
    text-indent: 0;
    font-weight: 700;
    font-size: 36px;
    line-height: 1em;
    position: absolute;
    right: 23px;
    top: 50%;
    margin-top: -30px;
}
@media print {
    .cookie-wrapper {
        display: none;
    }
}
.bg-colour1 {
    background-color: #011091;
}
.bg-colour2 {
    background-color: #0b51c0;
}
.bg-colour3 {
    background-color: #077ee2;
}
.bg-colour4 {
    background-color: #eff8ff;
}
.bg-colour5 {
    background-color: #ecebe9;
}
.bg-colour6 {
    background-color: #e3ded7;
}
.bg-white {
    background-color: #fff;
}
.bg-colour7 {
    background-color: #f5f1ec;
}
.bg-price {
    background-color: #dfecc1;
}
.colour1 {
    color: #011091;
}
.highlight {
    color: #bdf14e;
}
.white {
    color: #fff;
}
a:active.white,
a:hover.white,
a:link.white,
a:visited.white {
    color: #fff !important;
}
.box {
    padding: 20px;
}
.box:after {
    content: "";
    display: table;
    clear: both;
}
.box--rounded-bottom {
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}
.box__inner-box {
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: -20px;
    padding: 20px;
    border-top: 1px solid #ccc;
}
.box__inner-box__divider {
    margin-left: -20px;
    margin-right: -20px;
    padding: 0 20px 20px;
    border-bottom: 1px solid #ccc;
    margin-bottom: 20px;
}
.box--shadow {
    box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.25);
}
.box--border {
    border: 1px solid #ccc;
}
.box--border-top {
    border-top: 5px solid #23a3ff;
}
.box--border-bottom {
    border-bottom: 5px solid #23a3ff;
}
.box--error {
    border: 1px solid red;
    margin-bottom: 10px !important;
    border-radius: 5px;
}
.alert-modal-inner,
.js .tooltip-info,
.modal-inner {
    border-radius: 5px;
    box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.25);
    font-weight: 400;
}
@media all and (max-width: 600px) {
    .box {
        margin-bottom: 20px;
    }
}
@media all and (min-width: 601px) {
    .box {
        margin-bottom: 30px;
    }
}
@media print {
    .box {
        padding: 0;
    }
}
.js .tooltip-info {
    background-color: #f9f9fb;
    color: #323232;
    text-align: left;
    font-size: 1rem;
    border-top: 5px solid #19abff;
    display: none;
}
.js .tooltip-info__arrow {
    position: absolute;
    width: 10px;
    height: 10px;
}
.js .tooltip-info__arrow:before {
    content: "";
    width: 0;
    height: 0;
    display: block;
}
.js .tooltip-info--below {
    position: absolute;
    z-index: 5000;
    margin-top: 10px;
}
.js .tooltip-info--below .tooltip-info__arrow {
    margin-left: -10px;
    left: 50%;
    top: -15px;
}
.js .tooltip-info--below .tooltip-info__arrow:before {
    border-bottom: 10px solid #19abff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
}
.js .tooltip-toggle {
    text-decoration: none;
    text-indent: 200%;
    font-size: 0;
    display: inline-block;
    width: 20px;
}
.js .tooltip-toggle:before {
    content: "?";
    color: #fff;
    text-align: center;
    font-size: 1rem;
    font-weight: 700;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    background-color: #077ee2;
    border-radius: 50%;
    display: block;
    text-indent: 0;
    width: 20px;
    height: 20px;
    line-height: 1.4em;
}
.js .icon-table td .tooltip-toggle {
    margin-left: 0;
}
.js .faux-results-header .tooltip-toggle:before {
    content: "i";
    font-size: 0.928571rem;
    color: #077ee2;
    background-color: #fff;
    width: 16px;
    height: 16px;
    line-height: 1.3em;
}
.js .tooltip-info--price-sensitive {
    border-top-color: #a0d62d;
}
.js .tooltip-toggle--price-sensitive:before {
    content: "£";
    background-color: #a0d62d;
    color: #006522;
}
.dimmer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.6);
    z-index: 4500;
    display: none;
}
.tooltip-info__dismiss {
    text-indent: 200%;
    font-size: 0;
    text-decoration: none;
    float: right;
    width: 20px;
}
.tooltip-info__dismiss:after {
    content: "x";
    color: #323232;
    text-align: center;
    display: block;
    width: 20px;
    height: 20px;
    font-size: 1.428571rem;
    text-indent: 0;
    line-height: 1em;
}
.label-tooltip-wrap {
    position: relative;
    display: inline-block;
    padding-right: 25px;
}
.label-tooltip-wrap .tooltip-toggle {
    position: absolute;
    top: 0;
    right: 0;
}
@media all and (max-width: 900px) {
    .js .tooltip-info {
        margin-top: 10px;
        margin-bottom: 10px;
        width: 100%;
        padding: 10px 10px 5px;
    }
}
@media all and (max-width: 900px) and (max-width: 320px) {
    .js .tooltip-info:not(.full-width) {
        max-width: 280px;
    }
}
@media all and (max-width: 900px) and (min-width: 420px) {
    .js .tooltip-info:not(.full-width) {
        width: 300px;
    }
}
@media all and (min-width: 901px) {
    .js .tooltip-info {
        width: 300px;
        padding: 10px 10px 0;
    }
    .js .tooltip-info--right {
        position: absolute;
        right: 30px;
        z-index: 5000;
    }
    .js .tooltip-info--right .tooltip-info__arrow {
        margin-top: -10px;
        top: 50%;
        left: -10px;
    }
    .js .tooltip-info--right .tooltip-info__arrow:before {
        border-right: 10px solid #ddd;
        border-top: 11px solid transparent;
        border-bottom: 11px solid transparent;
    }
    .js .tooltip-info--right .tooltip-info__arrow:after {
        content: "";
        width: 0;
        height: 0;
        display: block;
        margin-top: -21px;
        margin-left: 1px;
        border-right: 10px solid #f9f9fb;
        border-top: 10px solid transparent;
        border-bottom: 10px solid transparent;
    }
}
.star-rating a:link,
.star-rating a:visited {
    text-decoration: none;
}
.star-rating a:active,
.star-rating a:hover {
    text-decoration: underline;
}
span.star {
    display: inline-block;
    height: 17px;
    width: 115px;
    margin-right: 5px;
    margin-bottom: -2px;
    background-position: -80px -581px;
}
span.star-0 {
    background-position: -117px -615px;
}
span.star-0.star-qtr {
    background-position: -117px -591px;
}
span.star-0.star-half {
    background-position: -117px -568px;
}
span.star-0.star-3qtr {
    background-position: -117px -546px;
}
span.star-1 {
    background-position: -94px -615px;
}
span.star-1.star-qtr {
    background-position: -94px -591px;
}
span.star-1.star-half {
    background-position: -94px -568px;
}
span.star-1.star-3qtr {
    background-position: -94px -546px;
}
span.star-2 {
    background-position: -71px -615px;
}
span.star-2.star-qtr {
    background-position: -71px -591px;
}
span.star-2.star-half {
    background-position: -71px -568px;
}
span.star-2.star-3qtr {
    background-position: -71px -546px;
}
span.star-3 {
    background-position: -48px -615px;
}
span.star-3.star-qtr {
    background-position: -48px -591px;
}
span.star-3.star-half {
    background-position: -48px -568px;
}
span.star-3.star-3qtr {
    background-position: -48px -546px;
}
span.star-4 {
    background-position: -24px -615px;
}
span.star-4.star-qtr {
    background-position: -24px -591px;
}
span .star-4 .star-half {
    background-position: -24px -568px;
}
span .star-4 .star-3qtr {
    background-position: -24px -546px;
}
span.star-5 {
    background-position: 0 -546px;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min-device-pixel-ratio: 2) {
    span.star {
        background-image: url(/images/_product/_shared/product-shared-sprite/v3.0/product-shared-sprite@2x.png);
        background-size: 230px 733px;
    }
}
@media print {
    span.star {
        width: auto;
        height: auto;
    }
    .star[title]:after {
        content: attr(title);
    }
}
.alert-modal,
.modal {
    position: fixed;
    height: 95%;
    width: 100%;
    text-align: center;
    z-index: 5000;
    top: 0;
    left: 0;
}
.alert-modal-inner,
.modal-inner,
.modal-outer {
    position: relative;
    margin-left: auto;
    margin-right: auto;
}
.modal {
    display: none;
}
.modal-outer {
    max-width: 670px;
    height: 100%;
}
.alert-modal-inner,
.modal-inner {
    width: 90%;
    max-width: 600px;
    margin-top: 5%;
    z-index: 5500;
    background-color: #fff;
    color: #323232;
    text-align: left;
    font-size: 1rem;
    overflow-x: hidden;
    overflow-y: auto;
    max-height: 90%;
    padding: 20px;
}
.modal__dismiss {
    z-index: 6000;
    font-size: 0;
    overflow: hidden;
    text-decoration: none;
    position: absolute;
    top: 10px;
    right: 45px;
}
.modal__dismiss:after {
    content: "x";
    color: #011091;
    text-align: center;
    text-indent: 0;
    font-size: 1.785714rem;
    border-radius: 50%;
    display: block;
    width: 32px;
    height: 32px;
    line-height: 1em;
}
.alert-modal-dimmer,
.modal-dimmer {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.3);
    z-index: 4500;
}
.modal-dimmer {
    display: none;
}
.alert-modal--departure .btn {
    padding: 12px 15px !important;
}
.full-width-banner {
    background: #dbf2ff;
    margin-left: -20px;
    margin-right: -20px;
    margin-bottom: 20px;
    padding: 20px;
    font-size: 1.214286rem;
}
.full-width-banner span {
    display: block;
}
.full-width-banner span.normal {
    font-weight: 400;
}
.quote-top .page-chevron {
    margin: 0;
    padding: 0;
}
.bg-hero-gradient .btn,
.form-row--horizontal label:not(.hidden-label) + .input-block,
.form-row--vertical label:not(.hidden-label) + .input-block {
    margin-left: 0 !important;
}
.quote-top .page-chevron a {
    color: #fff;
    text-decoration: none;
}
.form-row--horizontal .input-group .input-group__item.dateofbirth,
.form-row--vertical .input-group .input-group__item.dateofbirth {
    vertical-align: top;
}
.fieldset--sts-2 .form-row {
    margin-bottom: 17px;
}
.fieldset--sts-2 .form-row--horizontal label + input[type="email"],
.fieldset--sts-2 .form-row--horizontal label + input[type="number"],
.fieldset--sts-2 .form-row--horizontal label + input[type="password"],
.fieldset--sts-2 .form-row--horizontal label + input[type="tel"],
.fieldset--sts-2 .form-row--horizontal label + input[type="text"],
.fieldset--sts-2 .form-row--horizontal label + select,
.fieldset--sts-2 .form-row--horizontal label + textarea,
.fieldset--sts-2 .form-row--vertical label + input[type="email"],
.fieldset--sts-2 .form-row--vertical label + input[type="number"],
.fieldset--sts-2 .form-row--vertical label + input[type="password"],
.fieldset--sts-2 .form-row--vertical label + input[type="tel"],
.fieldset--sts-2 .form-row--vertical label + input[type="text"],
.fieldset--sts-2 .form-row--vertical label + select,
.fieldset--sts-2 .form-row--vertical label + textarea {
    margin-top: 5px;
}
.personal-details-wrapper p {
    color: #0000a8;
    font-weight: 700;
    font-size: 1.142857rem;
}
.personal-details-wrapper p a {
    font-weight: 400;
}
.a-inline-block {
    display: inline-block;
    padding-top: 5px;
}
.fieldset--sts-2 .form-row--horizontal .input-group--full .input-group__item,
.fieldset--sts-2 .form-row--horizontal .input-group--full .input-group__item button,
.fieldset--sts-2 .form-row--horizontal .input-group--full .input-group__item input[type="text"],
.fieldset--sts-2 input[type="email"],
.fieldset--sts-2 input[type="password"],
.fieldset--sts-2 input[type="text"],
.fieldset--sts-2 select {
    width: 100%;
}
.fieldset--sts-2 span.label-style {
    line-height: 1.2em;
    cursor: pointer;
}
.box--rounded-top h1 + p {
    margin: 0 0 30px;
}
.box--rounded-top h4 {
    margin: 0 auto;
}
.footnote {
    background: #f5f1ec;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0 0;
}
.subscription-list {
    margin: 0;
    list-style: none;
    padding: 0;
}
.subscription-list li {
    margin: 0 0 20px;
}
.checkbox-row label {
    padding: 0 0 0 30px;
    font-weight: 400;
}
.checkbox-row input[type="checkbox"] {
    margin-top: 5px;
}
.ghost-grey {
    display: inline-block;
    border: 1px solid #707070;
    border-radius: 5px;
    text-decoration: none;
    color: #707070 !important;
    padding: 8px 15px;
}
.encription-img {
    float: right;
}
.encription-img img {
    width: 100%;
    max-width: 308px;
}
.form-row .error input,
.form-row .error select {
    border: 1px solid red;
    border-radius: 5px;
}
span.label-style + .input-group {
    margin-top: 0;
}
span.label-style + .input-group .replaced-input-label {
    margin-top: 5px;
}
legend {
    margin-bottom: 30px;
    padding-left: 60px;
    position: relative;
}
legend:before {
    padding: 15px 20px;
    position: absolute;
    top: -15px;
    left: 0;
    background: url(/images/_website/_shared/website-shared-sprite/v1.0/website-shared-sprite.png) -64px -50px no-repeat;
    font-size: 1.857142rem;
    color: #000a8c;
}
legend.step-1-legend:before {
    content: "1";
}
legend.step-2-legend:before {
    content: "2";
}
legend.step-3-legend:before {
    content: "3";
}
.page-chevron__step {
    float: left;
    font-weight: 700;
    display: -webkit-flex;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    -webkit-align-items: center;
    align-items: center;
    -webkit-align-content: center;
    align-content: center;
}
.page-chevron__step:first-child {
    background-color: #011091;
    border-top-left-radius: 5px;
    color: #fff;
}
.page-chevron__step:not(:first-child) {
    background-color: #dbf2ff;
    border-top-right-radius: 5px;
    color: #011091;
    position: relative;
}
.page-chevron__step:not(:first-child):before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 50%;
    left: -1px;
}
.form-row,
.opt-in-out {
    position: relative;
}
.opt-in-out .icon-wrapper .icon {
    background: url(../images/sts/opt-in-icons/v1.0/gdpr-account-creation-Sprite.png) no-repeat;
}
.opt-in-out-wrapper {
    display: block;
    width: 100%;
    max-width: 500px;
    text-decoration: none;
    margin-bottom: 15px;
    border: 3px solid #fff;
    transition: all 0.1s linear;
    -webkit-transition: all 0.1s linear;
}
.opt-in-out-wrapper .box {
    margin-bottom: 0;
}
.quote-top .box.email-provision-section {
    min-height: auto;
}
.quote-top .box .email-provision-section h4 {
    color: #000a8c;
    margin-bottom: 10px;
}
.quote-top .box .email-provision-section p {
    margin-bottom: 0;
}
.quote-top .box .email-provision-section p span {
    display: block;
    width: 100%;
    margin-bottom: 10px;
}
.opt-in-out {
    padding: 25px 10px 25px 80px;
    background: -webkit-linear-gradient(left, #0082e6 1%, #0082e6 70px, #ecebe9 70px, #ecebe9 100%);
    background: linear-gradient(to right, #0082e6 1%, #0082e6 70px, #ecebe9 70px, #ecebe9 100%);
}
.opt-in-out h3,
.opt-in-out p {
    margin: 10px 0;
}
.opt-in-out .option-check {
    position: absolute;
    top: 0;
    left: 0;
    height: 90px;
    width: 70px;
    padding: 15px 5px;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    text-align: center;
    color: #fff;
}
.opt-in-out .option-check input {
    display: block;
    position: relative !important;
    margin: 0 auto 5px;
}
.opt-in-out .option-check label {
    padding-left: 0 !important;
}
.opt-in-out .icon-wrapper {
    float: left;
    height: 30px;
    width: 40px;
    margin-top: 7px;
}
.opt-in-out .icon-wrapper .icon {
    height: 30px;
    background-size: 95% auto;
}
.opt-in-out .icon-wrapper .icon.icon--renewals {
    background-position: 0 0;
}
.opt-in-out .icon-wrapper .icon.icon--alerts {
    background-position: 0 -30px;
}
.opt-in-out .icon-wrapper .icon.icon--news {
    background-position: 0 -60px;
}
.opt-in-out .icon-wrapper .icon.icon--offers {
    background-position: 0 -93px;
}
.opt-in-out .tooltip-icon {
    position: absolute;
    top: 35px;
    right: 15px;
    height: 22px;
    width: 22px;
    border-radius: 50%;
    background-color: #0082e6;
    color: #fff;
    font-weight: 600;
    font-size: 1.2rem;
    text-align: center;
}
.opt-in-out p {
    display: none;
}
.opt-in-out-wrapper p {
    color: #323232;
}
.opt-in-out-wrapper.opt-in-out-wrapper--selected .opt-in-out {
    background: -webkit-linear-gradient(left, #0082e6 1%, #0082e6 70px, #eff8ff 70px, #eff8ff 100%);
    background: linear-gradient(to right, #0082e6 1%, #0082e6 70px, #eff8ff 70px, #eff8ff 100%);
}
@media all and (min-width: 601px) {
    .indented-section {
        padding-left: 15px;
    }
    .full-width-banner {
        margin-top: -20px;
    }
    .full-width-banner span {
        padding: 5px 0 5px 45px;
        background-image: url(../../images/sts/icons/v1.0/green-tick.png);
        background-position: 0 50%;
        background-repeat: no-repeat;
    }
    .fieldset--sts-2 .form-row--horizontal .input-group--full .input-group__item,
    .fieldset--sts-2 input[type="email"],
    .fieldset--sts-2 input[type="password"],
    .fieldset--sts-2 input[type="text"],
    .fieldset--sts-2 select {
        max-width: 320px;
    }
    .box--rounded-top {
        border-top-right-radius: 5px;
        border-top-left-radius: 5px;
    }
    .page-chevron__step {
        height: 58px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 10px;
        font-size: 1.428571rem;
    }
    .page-chevron__step:before {
        margin-top: -29px;
        border-top: 29px solid transparent;
        border-bottom: 29px solid transparent;
        border-left: 29px solid #011091;
    }
    .page-chevron__step:first-child {
        padding-left: 20px;
        width: 47%;
    }
    .page-chevron__step:last-child {
        padding-left: 40px;
        width: 53%;
    }
}
@media all and (max-width: 600px) {
    .fieldset--sts-2 .form-row--horizontal .input-group--full .input-group__item,
    .fieldset--sts-2 input[type="text"],
    .fieldset--sts-2 select {
        max-width: inherit;
    }
    .quote-top {
        margin-top: -210px;
        margin-left: -10px;
        margin-right: -10px;
    }
    .progress-tabs__step:first-child {
        border-top-left-radius: 0 !important;
    }
    .progress-tabs__step:last-child {
        border-top-right-radius: 0 !important;
    }
    .progress-tabs + .box--border-top {
        border-top: none;
    }
    .full-width-banner {
        padding: 5px 20px;
    }
    .full-width-banner span {
        padding: 5px 0;
    }
    .quote-top .box--rounded-bottom {
        box-shadow: none;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
    .fieldset--sts-2 .form-row--horizontal .input-group--password .input-group__item:first-child,
    .fieldset--sts-2 .form-row--horizontal .input-group--password .input-group__item:last-child {
        width: 100%;
    }
    .input-group__item--top-padding {
        padding-top: 15px;
    }
    .encription-img {
        padding-top: 20px;
        text-align: center;
    }
    .dropdown__trigger,
    .with-password-toggle,
    input[type="email"],
    input[type="number"],
    input[type="password"],
    input[type="tel"],
    input[type="text"],
    select,
    textarea {
        max-width: 450px;
    }
    .page-chevron__step {
        height: 70px;
        padding-top: 15px;
        padding-bottom: 15px;
        padding-right: 10px;
        font-size: 1.071429rem;
    }
    .page-chevron__step:before {
        margin-top: -35px;
        border-top: 35px solid transparent;
        border-bottom: 35px solid transparent;
        border-left: 35px solid #011091;
    }
    .page-chevron__step:first-child {
        padding-left: 20px;
        width: 43%;
    }
    .page-chevron__step:last-child {
        padding-left: 40px;
        width: 57%;
    }
    .form-row--horizontal label + input[type="password"],
    .form-row--vertical label + input[type="password"] {
        display: block;
    }
}
.box--blue-border-left,
.options-menu {
    box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.25);
}
@media all and (min-width: 901px) {
    .js .fieldset--sts-2 .tooltip-info--right {
        margin-top: -37px;
        right: -5px;
    }
    .quote-top .box.email-provision-section {
        z-index: 1000;
        position: absolute;
        left: 340px;
        top: -10px;
        min-height: auto;
    }
    #confirmemailaddress-section .field-validation-error,
    #emailaddress-section .field-validation-error {
        max-width: 320px;
    }
}
@media all and (max-width: 900px) {
    .quote-top .box.email-provision-section {
        display: block;
        width: 100%;
        margin: 10px auto;
    }
}
@media all and (min-width: 1024px) {
    .progress-tabs--5-steps .progress-tabs__step__tab span {
        font-size: 1rem !important;
    }
}
@media all and (max-width: 400px) {
    .opt-in-out .icon-wrapper {
        display: none;
    }
    .opt-in-out .tooltip-icon {
        right: 5px;
    }
}
.progress-tabs {
    list-style: none;
    margin: 0;
    width: 100%;
    counter-reset: progress;
}
.progress-tabs__step {
    display: block;
    float: left;
}
.progress-tabs__step__tab {
    display: block;
    opacity: 1;
    font-weight: 700;
    text-decoration: none;
}
.progress-tabs__step__tab:before {
    counter-increment: progress;
    text-align: center;
    font-size: 19px;
    font-weight: 700;
    font-family: "Open Sans", Helvetica, Arial, sans-serif;
    display: inline-block;
    text-indent: 0;
    margin-right: 10px;
    background-image: url(../../images/_product/_shared/product-shared-sprite/v3.0/product-shared-sprite.png);
    width: 43px;
    height: 30px;
    line-height: 1.6em;
    background-repeat: no-repeat;
}
.progress-tabs__step--complete {
    background-color: #0000a8;
}
.progress-tabs__step--complete .progress-tabs__step__tab {
    color: #fff;
}
.progress-tabs__step--complete .progress-tabs__step__tab:before {
    background-position: -54px -48px;
    color: #011091;
    content: "✓";
}
.progress-tabs__step--complete .progress-tabs__step__tab span {
    border-bottom: 1px solid #fff;
}
.progress-tabs__step--complete:hover {
    background-color: rgba(0, 0, 168, 0.6);
}
.progress-tabs__step--current {
    background-color: #fff;
}
.progress-tabs__step--current .progress-tabs__step__tab {
    color: #011091;
}
.progress-tabs__step--current .progress-tabs__step__tab:before {
    background-position: -2px -47px;
    color: #fff;
    content: counter(progress);
}
.progress-tabs__step--incomplete {
    background-color: rgba(255, 255, 255, 0.2);
}
.progress-tabs__step--incomplete .progress-tabs__step__tab {
    color: rgba(0, 0, 168, 0.4);
}
.progress-tabs__step--incomplete .progress-tabs__step__tab:before {
    background-position: -2px -47px;
    opacity: 0.6;
    color: #fff;
    content: counter(progress);
}
.progress-tabs__step--incomplete a.progress-tabs__step__tab:hover {
    background-color: rgba(255, 255, 255, 0.6);
}
@media all and (max-width: 600px) {
    .quote-header-band {
        padding-bottom: 170px;
    }
    .progress-tabs--4-steps .progress-tabs__step--complete,
    .progress-tabs--4-steps .progress-tabs__step--incomplete {
        width: 20%;
    }
    .progress-tabs--4-steps .progress-tabs__step--current {
        width: 40%;
    }
    .progress-tabs--4-steps .progress-tabs__step--complete span,
    .progress-tabs--4-steps .progress-tabs__step--incomplete span {
        display: none;
    }
    .progress-tabs--no-labels.progress-tabs--4-steps .progress-tabs__step {
        width: 25%!important;
    }
    .progress-tabs--no-labels .progress-tabs__step:last-child {
        border-right: 10px solid #0000a8;
    }
    .progress-tabs--no-labels .progress-tabs__step span {
        display: none !important;
    }
    .progress-tabs--5-steps .progress-tabs__step--complete,
    .progress-tabs--5-steps .progress-tabs__step--incomplete {
        width: 19%;
    }
    .progress-tabs--5-steps .progress-tabs__step--current {
        width: 24%;
    }
    .progress-tabs--5-steps .progress-tabs__step span {
        display: none;
    }
    .progress-tabs__step__tab {
        padding: 10px 5px 10px 10px;
    }
}
@media all and (min-width: 601px) {
    .quote-header-band {
        padding-bottom: 200px;
    }
    .progress-tabs--4-steps .progress-tabs__step {
        width: 25%;
    }
    .progress-tabs--5-steps .progress-tabs__step {
        width: 20%;
    }
    .progress-tabs__step__tab {
        padding: 20px 10px 20px 20px;
    }
    .progress-tabs__step:first-child {
        border-top-left-radius: 5px;
    }
    .progress-tabs__step:last-child {
        border-top-right-radius: 5px;
    }
}
@media all and (min-width: 601px) and (max-width: 900px) {
    .progress-tabs--5-steps .progress-tabs__step span {
        display: block;
    }
}
@media all and (min-width: 901px) {
    .progress-tabs--4-steps .progress-tabs__step__tab span {
        font-size: 19px;
    }
}
@media all and (min-width: 1024px) and (max-width: 1279px) {
    .progress-tabs--5-steps .progress-tabs__step__tab span {
        font-size: 17px;
    }
}
@media all and (min-width: 1280px) {
    .progress-tabs--5-steps .progress-tabs__step__tab span {
        font-size: 19px;
    }
}
.help-tip-container {
    display: inline-block;
}
.help-tip-container .help-tip-link {
    cursor: pointer;
}
.help-tip {
    position: relative;
}
.help-tip .tooltip-i-wrapper {
    right: 0;
}
.help-tip .tooltip-i-wrapper .btn--green:before,
.help-tip .tooltip-i-wrapper .title {
    display: none;
}
.help-tip .tooltip-i-wrapper,
.tooltip-content {
    clear: both;
    color: #323232;
    text-align: left;
    display: none;
}
.help-tip .tooltip-i-wrapper .mobile-number,
.tooltip-content .mobile-number {
    font-size: 2.785714rem;
    font-weight: 700;
}
.help-tip .tooltip-i-wrapper .cost,
.tooltip-content .cost {
    margin-bottom: 20px;
    color: #000;
    font-size: 1.142857rem;
}
.help-tip .tooltip-i-wrapper .quote-reference,
.tooltip-content .quote-reference {
    margin-bottom: 10px;
    font-size: 1.642857rem;
}
.help-tip .tooltip-i-wrapper .opening-times,
.tooltip-content .opening-times {
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
}
.help-tip .tooltip-i-wrapper .opening-times li,
.tooltip-content .opening-times li {
    margin-bottom: 5px;
}
.help-tip .tooltip-i-wrapper .opening-times li .day,
.tooltip-content .opening-times li .day {
    width: 80px;
}
.help-tip .tooltip-i-wrapper .opening-times li span,
.tooltip-content .opening-times li span {
    display: block;
    float: left;
}
.options-menu {
    margin: 0;
    padding: 10px;
    list-style: none;
    background: #fff;
    border-radius: 5px;
    position: absolute;
    width: 220px;
    z-index: 111;
    display: none;
}
.options-menu li a {
    padding: 5px;
    display: block;
    font-weight: 700;
    font-size: 1rem;
    color: #000;
    text-decoration: none;
}
.options-menu li a:hover {
    background: #dbf2ff;
}
.tooltip-i-wrapper {
    display: none;
}
.tooltip-i-wrapper .form-row {
    padding-right: 15px;
}
.tooltip-i-wrapper .form-row p.delete {
    font-weight: 700;
}
.tooltip-i-wrapper p {
    margin-top: 0;
    margin-bottom: 0;
    color: #000;
}
.tooltip-i-wrapper .title {
    margin-bottom: 5px;
    font-weight: 700;
    font-size: 1.142857rem;
}
.tooltip-i-wrapper .close {
    position: absolute;
    right: 20px;
    top: 10px;
    font-weight: 700;
    text-decoration: none;
    font-size: 1.571429rem;
    color: #ccc;
    text-transform: lowercase;
}
.tooltip-i .tooltip-i-wrapper {
    left: 10px;
}
.help-title {
    padding: 5px 25px 4px 0;
    display: inline-block;
    position: relative;
}
.help-title:after {
    width: 17px;
    height: 17px;
    content: "";
    display: inline-block;
    top: 5px;
    right: 0;
    position: absolute;
    background: url(/images/sts/misc-sprite/v1.0/misc-sprite.png) 0 -171px no-repeat;
}
.subscriptions .tooltip-i-wrapper {
    left: calc(100% - 35px);
    top: 40px;
}
@media all and (max-width: 900px) {
    .tooltip-i-wrapper {
        margin-top: 10px;
        width: 100%;
        border-radius: 5px;
        padding: 10px;
        margin-bottom: 20px;
        background: #eff8ff;
    }
    .help-tip {
        float: left;
        width: 100%;
    }
    .tooltip-i-wrapper .close {
        display: none;
    }
    .help-tip .tooltip-i-wrapper .mobile-number,
    .tooltip-content .mobile-number {
        font-size: 2.071429rem;
    }
    .phone-icon {
        position: relative;
    }
    .phone-icon:after {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-color: #fff;
        border-top-style: solid;
        border-top-width: 7px;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        right: 16px;
        top: 50%;
        margin-top: -3px;
    }
    .phone-icon.open:after {
        border-bottom-style: solid;
        border-bottom-width: 7px;
        border-top-width: 0;
        margin-top: -4px;
    }
}
@media all and (min-width: 901px) {
    .tooltip-i-wrapper {
        border-top: 5px solid #19abff;
        box-shadow: 0 3px 3px 0 rgba(50, 50, 50, 0.25);
        border-radius: 5px;
        position: absolute;
        width: 350px;
        top: 55px;
        z-index: 100;
        display: none;
        background: #fff;
        padding: 20px 50px 20px 20px;
    }
    .tooltip-i-wrapper:before {
        content: "";
        width: 0;
        height: 0;
        position: absolute;
        border-color: #19abff;
        border-bottom-style: solid;
        border-bottom-width: 10px;
        border-left: 10px solid transparent;
        border-right: 10px solid transparent;
        left: 15px;
        top: -15px;
    }
    .dimmer {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.2);
        z-index: 99;
    }
}
h2.expanding-panel__heading a:hover,
h3.expanding-panel__heading a:hover {
    color: #0d4ebc;
    text-decoration: none;
}
h2.expanding-panel__heading a:hover span,
h3.expanding-panel__heading a:hover span {
    color: #323232;
}
.expanding-panel__heading {
    margin-bottom: 0;
    position: relative;
}
.expanding-panel__heading:hover {
    cursor: pointer;
}
.expanding-panel__heading:before {
    content: "";
    display: block;
    position: absolute;
    top: 2px;
    height: 18px;
    width: 18px;
}
.expanding-panel__heading:after {
    display: block;
    position: absolute;
}
.expanding-panel__heading a {
    display: inline-block;
    font-weight: 700;
}
.expanding-panel__heading:not(.expanding-panel__heading--small):before {
    background-color: #19abff;
}
.expanding-panel__heading:not(.expanding-panel__heading--small):after {
    color: #fff;
}
.expanding-panel__heading:not(.expanding-panel__heading--small) a {
    color: #000a8c;
}
.expanding-panel__heading:not(.expanding-panel__heading--small) a .expanding-panel__heading__second-line {
    display: block;
    margin-top: 5px;
    font-weight: 400;
    color: #323232;
    line-height: 1.4em;
}
.expanding-panel__heading--small:after {
    color: #0082e6;
    line-height: 1.2em;
}
.expanding-panel__heading:not(.expanding-panel__heading--illustrated):not(.expanding-panel__heading--small) {
    font-size: 1.285714rem;
}
.expanding-panel__heading:not(.expanding-panel__heading--illustrated):not(.expanding-panel__heading--small):before {
    left: 0;
}
.expanding-panel__heading:not(.expanding-panel__heading--illustrated):not(.expanding-panel__heading--small):after {
    left: 4px;
}
.expanding-panel__heading:not(.expanding-panel__heading--illustrated):not(.expanding-panel__heading--small) a {
    padding-left: 35px;
}
.expanding-panel__heading:not(.expanding-panel__heading--illustrated):not(.expanding-panel__heading--small) a .expanding-panel__heading__second-line {
    font-size: 1rem;
}
.expanding-panel__heading.expanding-panel__heading--illustrated:before,
.expanding-panel__heading.expanding-panel__heading--small:before {
    right: 0;
}
.expanding-panel__heading.expanding-panel__heading--illustrated:after,
.expanding-panel__heading.expanding-panel__heading--small:after {
    right: 4px;
}
.expanding-panel__heading.expanding-panel__heading--illustrated a,
.expanding-panel__heading.expanding-panel__heading--small a {
    padding-right: 35px;
}
.expanding-panel__heading--closed:after {
    content: "+";
    top: 0;
    font-size: 1.285714rem;
}
.expanding-panel__heading--open {
    padding-bottom: 15px;
}
.expanding-panel__heading--open:after {
    content: "¯";
    font-weight: 700;
    top: 9px;
}
.expanding-panel__heading--open:not(.expanding-panel__heading--illustrated):not(.expanding-panel__heading--small) {
    border-bottom: 1px solid #e3ded7;
}
.expanding-panel__content {
    color: #323232;
}
.expanding-panel__heading--small a {
    display: block;
    width: 100%;
    color: #323232;
    text-decoration: none;
}
@media all and (max-width: 767px) {
    .expanding-panel__heading--illustrated img {
        display: block;
    }
    .expanding-panel__heading--illustrated:before {
        top: 0;
    }
}
@media all and (min-width: 768px) {
    .expanding-panel__heading--illustrated a {
        position: relative;
        padding-left: 180px;
        min-height: 110px;
        padding-top: 15px;
    }
    .expanding-panel__heading--illustrated a img {
        position: absolute;
        left: 0;
        margin-top: -15px;
    }
}
.option-select-wrapper {
    display: inline-block;
    text-decoration: none;
    margin-bottom: 15px;
    border: 3px solid #fff;
    transition: all 0.1s linear;
    border-radius: 5px;
    -webkit-transition: all 0.1s linear;
}
.option-select-wrapper:hover {
    border: 3px solid #0082e6;
}
.option-select-wrapper {
    font-weight: 600;
    color: #000a8c;
    font-size: 1.428571rem;
}
.option-select-wrapper label,
.option-select-wrapper p {
    color: #323232;
}
.option-select-wrapper .option-select {
    background-color: #f5f1ec;
    margin-bottom: 0;
    border-radius: 5px;
}
.option-select-wrapper .option-select-wrapper--selected .option-select {
    background-color: #eff8ff;
}
.expanding-panel__heading a {
    padding-right: 0;
    text-decoration: none;
}
.expanding-panel__heading--illustrated:before {
    left: 0;
    top: 40px;
    width: 22px;
    height: 22px;
    border-radius: 2px;
}
.expanding-panel__heading--illustrated:after {
    left: 5px;
    top: 40px;
    font-weight: 500;
}
.expanding-panel__heading--illustrated a img {
    left: 25px;
}
.expanding-panel__heading--illustrated.expanding-panel__heading--open:after {
    top: 49px;
}
.full-width-checkbox {
    position: relative;
    margin-bottom: 20px;
}
.full-width-checkbox__label {
    display: block;
    width: 100%;
    border-radius: 5px;
    background: #f5f1ec;
    border: 3px solid #fff;
}
.full-width-checkbox__label:hover {
    border: 3px solid #0082e6;
}
.full-width-checkbox__input {
    top: 18px;
    left: 15px;
}

input[type="checkbox"] + input[type="hidden"] + label.full-width-checkbox__label,
input[type="checkbox"] + label.full-width-checkbox__label {
    padding: 15px 10px 15px 50px;
}
.full-width-checkbox__input:checked + input[type="hidden"] + label,
.full-width-checkbox__input:checked + label {
    background: #eff8ff;
    color: #000a8c;
}

.bg-hero-gradient {
    background-color: #105fc7;
    background-image: -webkit-linear-gradient(to bottom, #2076d4, #105fc7);
    background-image: linear-gradient(to bottom, #2076d4, #105fc7);
    color: #fff;
}
.bg-hero-gradient a.white {
    color: #fff;
}
.bg-hero-gradient .btn {
    margin-bottom: 10px;
    margin-right: 10px;
}
.box--blue-border-left {
    background-color: #fff;
    border-radius: 5px;
    border-left: 5px solid #00c3ff;
}
@media all and (max-width: 767px) {
    .expanding-panel__heading a {
        padding-left: 35px;
    }
    .expanding-panel__heading img {
        display: none;
    }
    .expanding-panel__heading--illustrated:after,
    .expanding-panel__heading--illustrated:before {
        top: 0;
    }
    .expanding-panel__heading--illustrated a {
        padding-bottom: 15px;
    }
    .expanding-panel__heading--illustrated a img {
        left: 50px;
    }
    .expanding-panel__heading--illustrated.expanding-panel__heading--open:after {
        top: 9px;
    }
    .expanding-panel__content img {
        display: block;
        margin: 0 auto 10px;
    }
}
@media all and (min-width: 601px) {
    .expanding-panel__heading a {
        padding-left: 180px;
    }
    .expanding-panel__heading--illustrated:after,
    .expanding-panel__heading--illustrated:before {
        top: 40px;
    }
    .expanding-panel__heading--illustrated a img {
        left: 25px;
    }
    .expanding-panel__heading--illustrated .expanding-panel__heading--open:after {
        top: 49px;
    }
    .full-width-checkbox__label {
        font-size: 1.285714rem;
    }
    .bg-hero-gradient {
        min-height: 330px;
    }
}
.with-password-toggle {
    position: relative;
    margin-top: 5px;
}
.with-password-toggle input[type="password"],
.with-password-toggle input[type="text"] {
    padding-right: 35px;
}
.password-toggle {
    position: absolute;
    top: 9px;
    right: 27px;
}
.password-toggle input[type="checkbox"] + label {
    display: block;
    position: absolute;
    text-indent: -1000px;
    width: 20px;
    height: 20px;
    padding: 0;
    background-repeat: no-repeat;
    background-color: #fff;
    background-image: url(../../images/sts/password-toggle/v1.0/icon-show.svg);
    background-size: contain;
}
.password-toggle input[type="checkbox"]:checked + label {
    background-image: url(../../images/sts/password-toggle/v1.0/icon-hide.svg);
}
.password-strength-indicator__bar {
    margin-bottom: 5px;
}
.password-strength-indicator__bar__bg {
    margin-top: 10px;
    height: 8px;
    border-radius: 5px;
    background: #eee;
}
.password-strength-indicator__bar__scale {
    margin-top: -8px;
    height: 8px;
    border-radius: 5px;
    -webkit-transition: width 1s;
    transition: 1s;
}
.password-strength-indicator__bar__scale--very-weak,
.password-strength-indicator__bar__scale--weak,
.password-strength-indicator__bar__scale--weakest {
    background: #cb0201;
}
.password-strength-indicator__bar__scale--weakest {
    width: 10%;
}
.password-strength-indicator__bar__scale--very-weak {
    width: 25%;
}
.password-strength-indicator__bar__scale--weak {
    width: 40%;
}
.password-strength-indicator__bar__scale--okay {
    background: #fe980d;
    width: 70%;
}
.password-strength-indicator__bar__scale--strong {
    background: #9ed533;
    width: 100%;
}
.password-strength-indicator__rating--weak {
    color: #cb0201;
}
.password-strength-indicator__rating--okay {
    color: #fe980d;
}
.password-strength-indicator__rating--strong {
    color: #9ed533;
}
@media (max-width: 600px) {
.band .header-band {
        padding-bottom: 0;
}
    
    }





