body {
    overflow: auto;
}

.content-area {
    max-width: 600px;
    margin: 0 auto;
}

button {
    border-radius: 5px;
    background: #000;
    color: #fff;
    font-size: 16px;
    height: 48px;
    display: block;
    min-width: 120px;
    border: none;
    font-weight: bold;
    padding: 0 20px;
    border: 1px solid #000;
    font-family: 'Santander Text';
}

body:not(.theme-preset-active) footer#colophon {
    background-color: #6C777B;
    padding: 20px 0 10px 0;
}

.step-title {
    font-size: 10px;
    padding: 10px 0 0px 0;
    font-family: 'Santander Micro Text';
}

.entry-content {
    padding: 15px;
}

.header {
    width: 100%;
    height: auto;
    background: #6C777B;
    text-align: center;
    padding: 10px;
}

.header img {
    width: 100%;
    max-width: 375px;
}

fieldset {
    border: none;
    margin: 0;
    padding: 0;
}

.options {
    padding: 0;
    box-shadow: none;
}

.options .btn-check:checked+.btn-outline-primary {
    background: #000;
    border-color: #000;
}

.options label.btn.btn-outline-primary:first-of-type {
    border-radius: 5px 0 0 5px;
}

.btn {
    border-color: #000;
}

.options .btn-group .btn:last-child {
    border-radius: 0 5px 5px 0;
}

input#annual-mileage-selector {
    color: #000;
    background: transparent;
}

input[type=range]::-webkit-slider-runnable-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000;
    background: #000;
    border-radius: 3px;
    border: 0px solid #000000;
}

input[type=range]::-webkit-slider-thumb {
    box-shadow: 0 0 0 1px #000;
    border: none;
    height: 28px;
    width: 28px;
    border-radius: 15px;
    background: #6C777B;
    cursor: pointer;
    -webkit-appearance: none;
    margin-top: -14px;
}

input[type=range]::-moz-range-thumb {
    box-shadow: 0 0 0 1px #000;
    border: none;
    height: 28px;
    width: 28px;
    background: #6C777B;
    cursor: pointer;
    border-radius: 15px;
    margin-top: -14px;
}

input[type=range]::-ms-thumb {
    margin-top: 1px;
    box-shadow: 0 0 0 1px #000;
    border: none;
    height: 28px;
    width: 28px;
    border-radius: 15px;
    background: #6C777B;
    cursor: pointer;
    margin-top: -14px;
}

input[type=range]::-webkit-slider-thumb:hover {
    background: #6C777B;
}

input[type=range]:focus::-webkit-slider-runnable-track {
    background: #000;
}

input[type=range]::-moz-range-track {
    width: 100%;
    height: 2px;
    cursor: pointer;
    box-shadow: 0px 0px 0px #000000;
    background: #000;
    border-radius: 3px;
    border: 0px solid #000000;
}

input[type=range]::-moz-range-thumb:hover {
    background: #6C777B;
}

input[type=range]::-ms-fill-lower {
    background: #000;
    border: 0px solid #000000;
    border-radius: 6px;
    box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-fill-upper {
    background: #000;
    border: 0px solid #000000;
    border-radius: 6px;
    box-shadow: 0px 0px 0px #000000;
}

input[type=range]::-ms-thumb:hover {
    background: #000;
}

input[type=range]:focus::-ms-fill-lower {
    background: #000;
}

input[type=range]:focus::-ms-fill-upper {
    background: #000;
}

.options .btn-check:checked+.btn-outline-primary {
    background: #6C777B;
    border-color: #000;
    color: #fff;
}

h3 {
    font-family: 'Santander Headline';
    font-weight: normal;
    font-size: 22px;
    margin-bottom: 10px;
    line-height: 28px;
}

.entry-content>h3 {
    margin-top: 0;
    margin-bottom: 20px;
}

.option label {
    font-family: 'Santander Headline';
    font-size: 16px;
    margin-bottom: 10px;
}

.options .btn-group .btn {
    height: 36px;
    line-height: 35px;
    padding: 0;
}

.options .mileage-text {
    display: none;
}

.options .price {
    color: #000;
}

.options .row {
    margin-bottom: 5px;
}

.summary-panel {
    margin: 15px;
    background: #f0f0f0;
    padding: 25px;
    border-radius: 5px;
}

.vehicle-panel {
    position: relative;
}

.order-id {
    position: absolute;
    bottom: 10px;
    right: 10px;
    font-family: 'Santander Micro Text';
    font-size: 12px;
}

#onetrust-banner-sdk #onetrust-button-group #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-button-group #onetrust-reject-all-handler,
#onetrust-banner-sdk #onetrust-button-group #onetrust-pc-btn-handler,
#onetrust-consent-sdk #onetrust-pc-sdk button.save-preference-btn-handler.onetrust-close-btn-handler {
    background-color: #000 !important;
    border-radius: 5px !important;
    border-color: #000 !important;
    color: #fff !important;
}

#onetrust-banner-sdk .ot-sdk-button:focus,
#onetrust-banner-sdk :not(.ot-leg-btn-container)>button:focus,
#onetrust-banner-sdk input[type="submit"]:focus,
#onetrust-banner-sdk input[type="reset"]:focus,
#onetrust-banner-sdk input[type="button"]:focus,
#onetrust-pc-sdk .ot-sdk-button:focus,
#onetrust-pc-sdk :not(.ot-leg-btn-container)>button:focus,
#onetrust-pc-sdk input[type="submit"]:focus,
#onetrust-pc-sdk input[type="reset"]:focus,
#onetrust-pc-sdk input[type="button"]:focus,
#ot-sdk-cookie-policy .ot-sdk-button:focus,
#ot-sdk-cookie-policy :not(.ot-leg-btn-container)>button:focus,
#ot-sdk-cookie-policy input[type="submit"]:focus,
#ot-sdk-cookie-policy input[type="reset"]:focus,
#ot-sdk-cookie-policy input[type="button"]:focus {
    outline-color: rgba(0, 0, 0, 0.4) !important;
}

#onetrust-consent-sdk #onetrust-accept-btn-handler,
#onetrust-banner-sdk #onetrust-reject-all-handler {
    background-color: #000;
}

button#onetrust-pc-btn-handler {
    border-color: #000 !important;
    color: #000 !important;
}

#onetrust-consent-sdk #onetrust-banner-sdk a[href],
#onetrust-consent-sdk #onetrust-banner-sdk a[href] font,
#onetrust-consent-sdk #onetrust-banner-sdk .ot-link-btn {
    color: #000;
}

#onetrust-consent-sdk #onetrust-pc-sdk button {
    background-color: #000 !important;
}

.options .btn-outline-primary:hover {
    box-shadow: 0px 0px 0px 1px #6C777B inset;
    border-color: #000;
}

h1.entry-title {
    color: #444444;
    text-align: left;
    padding: 22px 15px 10px 15px;
    font-size: 26px;
    font-weight: bold;
}

.entry-content>h2 {
    font-size: 24px;
    margin: 0;
}

.wp-block-button__link {
    background: #000;
    border-radius: 5px;
    border-color: #000;
    width: 100%;
    padding: 20px 10px;
}

.wp-block-buttons>.wp-block-button {
    width: 100%;
}

.wp-block-buttons {
    margin-bottom: 40px;
}

.panel {
    background: #f0f0f0;
    border-radius: 5px;
    margin: 0 0 30px 0;
    padding: 0;
}

h2.wp-block-heading {
    margin-top: 5px;
    font-weight: normal;
    font-size: 22px;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper a {
    background: #6C777B;
    color: #fff;
    padding: 15px 15px;
    border-radius: 5px;
    font-family: 'Santander Headline';
}

.wp-block-getwid-accordion__icon .fa-minus,
.wp-block-getwid-accordion__icon .fa-angle-down {
    color: #fff;
    font-size: 24px;
}

.wp-block-getwid-accordion .wp-block-getwid-accordion__header-wrapper.ui-accordion-header-active a {
    border-radius: 5px 5px 0 0;
}

.wp-block-getwid-accordion__content {
    background: #fff;
}

p.terms {
    font-size: 12px;
    font-family: 'Santander Micro Text';
}

p a {
    color: #444;
    text-decoration: underline;
}

.page-contract-hire-quote.customer-type-business .price-text small:after {
    content: "\271D";
}

input[type="submit"],
input[type="button"] {
    background: #000;
    border: 1px solid #000;
    border-radius: 5px;
    width: 100%;
    color: #fff;
    font-family: 'Santander Text';
    font-size: 16px;
    padding: 0 20px;
    margin-bottom: 30px;
    height: 48px;
}

.options span {
    display: block;
    font-family: 'Santander Micro Text';
    font-size: 14px;
}

#rental {
    display: inline;
    font-family: 'Santander Headline';
    font-weight: bold;
    font-size: 32px;
}

#annual-mileage-text {
    display: inline-block;
}

.options .label {
    display: inline;
    font-weight: bold;
    font-family: 'Santander Micro Text';
    font-size: 14px;
}

.vehicle-panel .vehicle-description,
.vehicle-panel .price {
    font-family: 'Santander Headline';
    font-size: 18px;
}

.vehicle-image {
    text-align: right;
    padding-bottom: 20px;
}

button:focus {
    outline-color: #000;
}

.btn-group input[type="radio"],
.btn-group input[type="checkbox"] {
    position: absolute;
    opacity: 0;
}

.site-main {
    min-height: calc(100vh - 355px);
}

.btn-primary.disabled,
.btn-primary:disabled {
    background: #aaa;
    border-color: #aaa;
}

.btn-primary:hover {
    color: #fff;
}

.error-panel {
    margin: 40px 15px;
    background-color: #FFCD0C;
    padding: 20px;
    border-radius: 5px;
    font-weight: bold;
    display: flex;
    align-items: center;
    column-gap: 10px;
}

.error-panel:before {
    content: "\e904";
    font-family: 'scuk-icons';
    font-size: 36px;
    font-weight: normal;
}

.wpcf7-submit {
    width: 100%;
}

input[type="checkbox"] {
    position: relative;
    opacity: 1;
}

#footer-menu {
    display: block;
    margin: 0 auto;
}

.menu-and-copyright {
    flex-flow: column;
}

.site-info {
    margin: 0 auto;
}

.wp-block-getwid-section__wrapper:not(.getwid-padding-bottom-normal) {
    padding: 20px 20px 30px 20px;
}

p.success-message {
    padding: 20px;
    background: #00BB62;
    color: #fff;
    border-radius: 5px;
    display: none;
    column-gap: 10px;
    font-family: 'Santander Headline';
    font-weight: bold;
    font-size: 18px;
    align-items: center;
}

p.success-message:before {
    content: "\e94c";
    font-family: 'scuk-icons';
    font-size: 36px;
    font-weight: normal;
}

input[type="checkbox"] {
    -webkit-appearance: none;
    appearance: none;
    background-color: var(--form-background);
    margin: 0;

    font: inherit;
    color: currentColor;
    width: 1.15em;
    height: 1.15em;
    border: 0.15em solid currentColor;
    border-radius: 0.15em;
    transform: translateY(-0.075em);

    display: grid;
    place-content: center;
}

input[type="checkbox"]::before {
    content: "";
    width: 0.65em;
    height: 0.65em;
    clip-path: polygon(14% 44%, 0 65%, 50% 100%, 100% 16%, 80% 0%, 43% 62%);
    transform: scale(0);
    transform-origin: bottom left;
    transition: 120ms transform ease-in-out;
    box-shadow: inset 1em 1em var(--form-control-color);
    background-color: CanvasText;
}

input[type="checkbox"]:checked::before {
    transform: scale(1);
}

input[type="checkbox"]:focus {
    background: #000;
}

input[type="checkbox"]:disabled {
    --form-control-color: var(--form-control-disabled);
    color: var(--form-control-disabled);
    cursor: not-allowed;
}

.btn-primary:hover {
    background: #000;
    border-color: #000;
}

.btn-primary.focus,
.btn-primary:focus {
    box-shadow: none;
    background: #000;
    border: 0;
}

.popup-container {
    display: block;
    position: fixed;
    height: calc(100vh - 30px);
    width: calc(100vw - 30px);
    background: #fff;
    top: 15px;
    left: 15px;
    border-radius: 5px;
    box-shadow: 0 0 5px 5px rgba(0, 0, 0, 0.2);
}

.close-button {
    display: block;
    position: absolute;
    height: 32px;
    width: 32px;
    top: 15px;
    right: 15px;
    padding: 0;
    transform: rotate(45deg);
    cursor: pointer;
}

.close-button:after {
    content: '\e945';
    font-family: 'scuk-icons';
    font-size: 32px;
    line-height: 32px;
}

body.overlaid {
    overflow: hidden;
}

.popup-content {
    margin-top: 60px;
    padding: 15px;
    overflow-y: scroll;
    height: calc(100% - 75px);
}

h1 {
    margin: 0 0 20px;
}

.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background: rgba(0, 0, 0, 0.5);
    z-index: 2;
}

a.btn {
    background: #000;
    border-color: #000;
    border-radius: 5px;
    text-decoration: none;
}

table tbody tr>th {
    background: #f0f0f0;
}

table thead th,
table tfoot td {
    background: #6C777B;
}

.quote-controls {
    background: #f0f0f0;
    padding: 0 15px 15px;
    border-radius: 5px;
    margin: 10px 0;
}

.quote-controls label.btn.btn-outline-primary {
    background: #fff;
}

h2 {
    margin-top: 20px;
}

hr {
    margin: 30px 0;
}

.responsive-video .wp-block-getwid-section__wrapper {
    padding: 0;
}

.responsive-video .wp-block-getwid-section__inner-wrapper {
    height: auto;
}

.responsive-video .wp-block-getwid-section__wrapper .wp-block-getwid-section__inner-wrapper {
    height: auto;
}

.confirmation {
    margin-left: 30px;
    display: block;
    text-indent: -18px;
}

.confirmation input[type="checkbox"] {
    float: left;
    margin-left: -30px;
    margin-right: 30px;
    margin-top: 4px;
}

input[type="checkbox"]:focus::before {
    background: #fff;
}

em {
    background-color: yellow;
}

button[disabled],
html input[disabled] {
    background: #ccc;
    border-color: #ccc;
}

span.wpcf7-list-item {
    font-size: 16px;
    display: inline-flex;
    column-gap: 7px;
    align-items: center;
    flex-direction: row-reverse;
    margin: 0 15px 0 0;
}

.form-control {
    padding: 0;
}

.scrollable {
    height: 200px;
    overflow-x: hidden;
    overflow-y: scroll;
    margin-bottom: 30px;
    background-color: #fff;
}

.scrollable .wp-block-getwid-section__wrapper {
    height: auto;
    padding-bottom: 0;
}

.scrollable h3:first-child {
    margin-top: 0;
}

#contact span.wpcf7-list-item-label {
    margin-left: 0;
    margin-top: 0;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot {
    min-width: 60px;
    padding: 15px 5px;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active .step-index {
    background: #6C777B;
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot .step-index,
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed .step-index {
    background: none;
    border: 1px solid #6C777B;
    color: #6C777B;
    font-weight: bold;
    font-family: 'Santander Headline';
}

.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.active,
.wpcf7cf_multistep .wpcf7cf_steps-dots .dot.completed {
    border-bottom-color: #6C777B;
}

@media (max-width: 768px) {
    .panel {
        margin: 0 0 30px 0;
    }
}

@media (max-width: 599px) {
    .entry-content>h2 {
        margin: 40px 0 20px 0;
    }
}

@media (max-width: 575px) {
    h1.entry-title {
        padding-top: 22px;
    }

    .summary-panel {
        padding: 10px;
    }

    :not(.card) .wp-block-getwid-section:not(.top-circle-1):not(.top-circle-2):not(.top-circle-3):not(.responsive-video)>.wp-block-getwid-section__wrapper {
        padding: 15px;
    }
}

@media only screen and (max-width: 960px) {
    .wp-block-getwid-section__wrapper:not(.getwid-padding-tablet-top-normal) {
        padding: 20px;
    }
}

@media (min-width: 576px) {
    .site-main {
        min-height: calc(100vh - 277px);
    }
}

@media (min-width: 880px) {
    .site-main {
        min-height: calc(100vh - 259px);
    }
}

@media (min-width: 992px) {

    #offer-summary-container .pb-lg-0,
    #offer-summary-container .py-lg-0,
    #offer-summary-container .pb-3,
    #offer-summary-container .py-3 {
        padding-bottom: 1rem !important;
    }

    #offer-summary-container .col-lg-12 {
        -ms-flex: 0 0 50%;
        flex: 0 0 50%;
        max-width: 0 0 50%;
    }
}

/* MDC START */
#cf7md-form .mdc-card {
    background: none;
    margin: 20px 0;
    padding: 0;
}

#cf7md-form .cf7md-card-body {
    margin: 20px 0;
}

#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled),
#cf7md-form .mdc-select:not(.mdc-select--disabled) {
    background-color: #f0f0f0;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    background-color: #FFCD0C;
    border-radius: 5px;
    padding: 20px 30px 20px 20px;
    margin: 20px 0;
    color: #000;
    display: flex;
    column-gap: 10px;
    font-family: 'Santander Headline';
    font-weight: normal;
    font-size: 18px;
    align-items: center;
}

.wpcf7 form.invalid .wpcf7-response-output,
.wpcf7 form.unaccepted .wpcf7-response-output,
.wpcf7 form.payment-required .wpcf7-response-output {
    border-color: #FFCD0C;
}

.wpcf7 form.invalid .wpcf7-response-output:before,
.wpcf7 form.unaccepted .wpcf7-response-output:before,
.wpcf7 form.payment-required .wpcf7-response-output:before {
    content: "\e94e";
    font-family: 'scuk-icons';
    font-size: 36px;
    font-weight: normal;
}

#cf7md-form h4 {
    font-family: 'Santander Headline';
    font-weight: normal;
    font-size: 18px;
    text-wrap: nowrap;
}

#cf7md-form .mdc-text-field:not(.mdc-text-field--disabled) .mdc-text-field__input,
#cf7md-form input {
    color: #000;
}

.wpcf7-spinner {
    position: absolute;
    background: rgba(0, 0, 0, 0.5);
    left: 23px;
    top: 12px;
    opacity: 1;
    outline: 10px solid rgba(0, 0, 0, 0.3);
}

#cf7md-form fieldset .cf7md-item {
    margin-top: 15px;
}

.wpcf7cf_add,
.wpcf7cf_remove {
    background: #fff;
    color: #000;
    border: 1px solid #000;
}

.wpcf7cf_step_controls .disabled {
    opacity: 0;
}

.wpcf7-form .text-field,
.wpcf7-form .number-field,
.wpcf7-form .date-field,
.wpcf7-form .select-field {
    font-size: 16px;
    font-family: 'Santander Micro Text';
    position: relative;
    padding: 0px;
    height: auto;
    display: block;
    margin-bottom: 15px;
}

.wpcf7-form .text-field label,
.wpcf7-form .number-field label,
.wpcf7-form .date-field label,
.wpcf7-form .select-field label {
    position: absolute;
    top: 0;
    transform: translateY(50%);
    pointer-events: none;
    font-weight: normal;
    transition: top 0.2s;
    color: #888;
    font-family: 'Santander Micro Text';
    padding: 4px 0 0 0;
    font-size: 16px;
    height: auto;
    margin: 0;
    left: 14px;
}

.wpcf7-form input.wpcf7-date,
.wpcf7-form input.wpcf7-number,
.wpcf7-form input.wpcf7-text {
    border: none;
    border-bottom: 1px solid #7b7b7b;
    padding: 25px 15px 10px 15px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    color: #444;
    font-size: 16px;
    height: 100%;
    font-weight: normal;
    border-radius: 3px 3px 0 0;
}

.wpcf7-form .select-field .wpcf7-select {
    border: none;
    border-bottom: 1px solid #7b7b7b;
    padding: 25px 40px 10px 14px;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.05);
    color: #444;
    font-size: 16px;
    font-size: 16px;
    height: 100%;
    appearance: none;
    background-image: url('data:image/svg+xml;charset=UTF-8,%3csvg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round"%3e%3cpolyline points="6 9 12 15 18 9"%3e%3c/polyline%3e%3c/svg%3e');
    background-repeat: no-repeat;
    background-position: right 17px center;
    background-size: 1em;
    border-radius: 3px 3px 0 0;
}

.wpcf7-form label.has-value,
.wpcf7-form .date-field label,
.wpcf7-form .select-field label {
    top: -10px;
    font-size: 11px;
    color: #666;
    z-index: 1;
}

.wpcf7-list-item label {
    display: flex;
    align-items: top;
    column-gap: 10px;
}

.wpcf7-list-item input[type="checkbox"] {
    margin-top: 3px;
    float: left;
    min-width: 1.15em;
}

.wpcf7-not-valid-tip {
    position: relative;
    top: 4px;
    font-size: 12px;
    color: #b00020;
    left: 0px;
}

.wpcf7-form .text-field input:focus,
.wpcf7-form .number-field input:focus,
.wpcf7-form .date-field input:focus,
.wpcf7-form .select-field select.wpcf7-select:focus .wpcf7-form .text-field input.form-control:focus,
.wpcf7-form .number-field input.form-control:focus,
.wpcf7-form .date-field input.form-control:focus,
.wpcf7-form .select-field select.form-control.wpcf7-select:focus {
    outline: none;
    box-shadow: none;
    background-color: rgba(0, 0, 0, 0.02);
    border-bottom-color: #ec0000;
}

.wpcf7-form .help {
    font-family: 'Santander Micro Text';
    font-size: 12px;
    margin-top: 3px;
}

.wpcf7-acceptance .wpcf7-list-item {
    display: inline-block;
}

span.wpcf7-list-item-label {
    display: inline-block;
}

.wpcf7-radio .wpcf7-list-item-label::after {
    top: 8px;
    background-color: #444;
}

.wpcf7-radio input:checked~.wpcf7-list-item-label::before {
    background-color: #444;
    border: 3px solid #444;
}

.radio-field>label {
    margin-right: 20px;
}

.radio-field {
    min-height: 48px;
}

/* MDC END */