.text--cox-night-blue {
  color: #001842 !important;
}

.bg--cox-night-blue {
  background-color: #001842;
}

.border--cox-night-blue {
  border-color: #001842 !important;
}

.stroke--cox-night-blue {
  stroke: #001842 !important;
}

.highlight-cox-night-blue span {
  color: #001842 !important;
}

.text--cox-blue {
  color: #005280 !important;
}

.bg--cox-blue {
  background-color: #005280;
}

.border--cox-blue {
  border-color: #005280 !important;
}

.stroke--cox-blue {
  stroke: #005280 !important;
}

.highlight-cox-blue span {
  color: #005280 !important;
}

.text--cox-green {
  color: #00DCB1 !important;
}

.bg--cox-green {
  background-color: #00DCB1;
}

.border--cox-green {
  border-color: #00DCB1 !important;
}

.stroke--cox-green {
  stroke: #00DCB1 !important;
}

.highlight-cox-green span {
  color: #00DCB1 !important;
}

.text--cox-white {
  color: #FFFFFF !important;
}

.bg--cox-white {
  background-color: #FFFFFF;
}

.border--cox-white {
  border-color: #FFFFFF !important;
}

.stroke--cox-white {
  stroke: #FFFFFF !important;
}

.highlight-cox-white span {
  color: #FFFFFF !important;
}

.text--cox-cloud {
  color: #E1EAE7 !important;
}

.bg--cox-cloud {
  background-color: #E1EAE7;
}

.border--cox-cloud {
  border-color: #E1EAE7 !important;
}

.stroke--cox-cloud {
  stroke: #E1EAE7 !important;
}

.highlight-cox-cloud span {
  color: #E1EAE7 !important;
}

.text--cox-sunshine {
  color: #E6DC39 !important;
}

.bg--cox-sunshine {
  background-color: #E6DC39;
}

.border--cox-sunshine {
  border-color: #E6DC39 !important;
}

.stroke--cox-sunshine {
  stroke: #E6DC39 !important;
}

.highlight-cox-sunshine span {
  color: #E6DC39 !important;
}

.text--cox-amber {
  color: #FFAB0F !important;
}

.bg--cox-amber {
  background-color: #FFAB0F;
}

.border--cox-amber {
  border-color: #FFAB0F !important;
}

.stroke--cox-amber {
  stroke: #FFAB0F !important;
}

.highlight-cox-amber span {
  color: #FFAB0F !important;
}

.text--cox-mint {
  color: #00DCB1 !important;
}

.bg--cox-mint {
  background-color: #00DCB1;
}

.border--cox-mint {
  border-color: #00DCB1 !important;
}

.stroke--cox-mint {
  stroke: #00DCB1 !important;
}

.highlight-cox-mint span {
  color: #00DCB1 !important;
}

.text--ngc-sky-blue {
  color: #00A2FC !important;
}

.bg--ngc-sky-blue {
  background-color: #00A2FC;
}

.border--ngc-sky-blue {
  border-color: #00A2FC !important;
}

.stroke--ngc-sky-blue {
  stroke: #00A2FC !important;
}

.highlight-ngc-sky-blue span {
  color: #00A2FC !important;
}

.text--ngc-light-blue {
  color: #00A2FC !important;
}

.bg--ngc-light-blue {
  background-color: #00A2FC;
}

.border--ngc-light-blue {
  border-color: #00A2FC !important;
}

.stroke--ngc-light-blue {
  stroke: #00A2FC !important;
}

.highlight-ngc-light-blue span {
  color: #00A2FC !important;
}

.text--ngc-green {
  color: #009281 !important;
}

.bg--ngc-green {
  background-color: #009281;
}

.border--ngc-green {
  border-color: #009281 !important;
}

.stroke--ngc-green {
  stroke: #009281 !important;
}

.highlight-ngc-green span {
  color: #009281 !important;
}

.font--light {
  font-family: HelveticaProLight !important;
}
.font--roman {
  font-family: HelveticaProRoman !important;
}

.spritesheet--standard {
  width: 20px;
  height: 20px;
}

.ngc--hidden {
  display: none;
}

.ngc-spinner {
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -1;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: none;
  opacity: 0;
  transition: opacity 0.25s ease;
}
.ngc-spinner__icon {
  width: 200px;
  height: auto;
  position: relative;
  z-index: 200;
}
.ngc-spinner::after {
  content: " ";
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0.5;
  z-index: 100;
}
.ngc-spinner--active {
  opacity: 1;
  z-index: 1000;
  pointer-events: all;
}

.ngc-breakout-highlights {
  position: relative;
}
.ngc-breakout-highlights.inited .e-con-inner > div:last-child {
  padding-top: 100vh;
  max-width: 675px;
}

.ca-button {
  font-size: 19px;
  font-weight: 400;
  line-height: 100%;
  display: inline-flex;
  gap: 12px;
  align-items: center;
  justify-content: center;
  text-wrap: nowrap;
  height: 56px;
  padding: 0 30px;
  border-radius: 1000px;
  border-width: 0px;
  border-style: solid;
  border-color: #E1EAE7;
  cursor: pointer;
  transition: transform ease-out 0.5s;
  text-decoration: none !important;
  text-align: center;
}
.ca-button--dark {
  color: #FFFFFF !important;
  background-color: #001842;
}
.ca-button--smaller {
  height: 48px;
}
.ca-button--icon.ca-button--smaller {
  width: 48px;
}
.ca-button--icon {
  width: 56px;
  padding: 0;
  padding-top: 4px;
  text-align: center;
  justify-content: center;
  font-size: 0 !important;
}
.ca-button--icon svg {
  stroke: #001842;
}
.ca-button__innericon svg {
  stroke: #001842;
}
.ca-button--secondary, .ca-button--dark {
  font-family: HelveticaProLight;
  border-color: #001842;
  border-width: 2px;
}
.ca-button--secondary {
  background-color: #FFFFFF;
}
.ca-button--open {
  background-color: transparent;
  border-color: #00DCB1 !important;
  border-width: 1px;
}
.ca-button--open svg {
  stroke: #00DCB1;
}
.ca-button__icon, .ca-button__inset {
  width: 20px;
  height: 20px;
}
@media (max-width: 370px) {
  .ca-button {
    font-size: 17px;
    padding: 0 20px;
  }
}

.ca-button-group {
  display: inline-flex;
  flex-wrap: nowrap;
}
.ca-button-group--stretch {
  width: 100%;
}
.ca-button-group--stretch > :first-child {
  flex: 1;
}
.ca-button-group--stretch > :first-child .ca-button {
  width: 100%;
  text-align: center;
  justify-content: center;
}
.ca-button-group--bordered .ca-button-border {
  border: 1px solid #005280;
}
.ca-button-group--rev {
  flex-direction: row-reverse;
}

.ca-button--icon:after {
  top: 0;
  left: 0;
  padding: 0;
  z-index: -1;
  box-shadow: 0 0 0 1px rgba(255, 255, 255, 0.1);
  opacity: 0;
  transform: scale(0.9);
}

.ca-button--icon:hover, .ca-button-group:hover .ca-button--icon {
  transform: scale(0.9);
}

.ca-button--icon:hover:after, .ca-button-group:hover .ca-button--icon:after, .ca-button--icon.ca-button--secondary:hover:after {
  animation-delay: 0;
  animation-iteration-count: 1;
  animation-direction: forward;
}

.ca-button--icon:hover:after, .ca-button-group:hover .ca-button--icon:after {
  animation: buttonPulse 1s ease-out 80ms;
}

.ca-button--icon.ca-button--secondary:hover:after, .ca-button-group:hover .ca-button--icon.ca-button--secondary:after {
  animation: buttonPulseSecondary 1s ease-out 80ms;
}

.ca-button--icon:after {
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 1000px;
  content: "";
  pointer-events: none;
}

@keyframes buttonPulse {
  0% {
    opacity: 0.25;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #00DCB1, 0 0 0 5px rgba(255, 255, 255, 0.5);
  }
  100% {
    opacity: 0;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #00DCB1, 0 0 0 5px rgba(255, 255, 255, 0.5);
    transform: scale(1.25);
  }
}
@keyframes buttonPulseSecondary {
  0% {
    opacity: 0.25;
  }
  40% {
    opacity: 0.5;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #001842, 0 0 0 5px rgba(255, 255, 255, 0.5);
  }
  100% {
    opacity: 0;
    box-shadow: 0 0 0 2px rgba(255, 255, 255, 0.1), 0 0 5px 5px #001842, 0 0 0 5px rgba(255, 255, 255, 0.5);
    transform: scale(1.25);
  }
}
.ca-button-border {
  border-radius: 1000px;
  padding: 0;
  background: linear-gradient(206.92deg, rgba(255, 255, 255, 0.5) -75.45%, rgba(255, 255, 255, 0.275) 110.99%);
  font-size: 0;
}

.ca-button-secondary, a.ca-button-secondary {
  display: inline-flex;
  min-width: 220px;
  height: 43px;
  justify-content: center;
  align-items: center;
  border-width: 1px;
  border-style: solid;
  border-color: #D1D8D8;
  border-radius: 6px;
  text-decoration: none !important;
  color: #001842;
  background-image: url(../img/btn-bg.svg);
  background-position: bottom;
}
.ca-button-secondary:hover, a.ca-button-secondary:hover {
  color: #001842;
}

.coxauto-form, .elementor-form {
  position: relative;
  z-index: 9999;
}
.coxauto-form label, .elementor-form label {
  color: #001842 !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 120%;
  margin-bottom: 8px;
}
.coxauto-form a, .elementor-form a {
  color: #001842;
}
.coxauto-form input[type=text],
.coxauto-form input[type=email],
.coxauto-form input[type=tel],
.coxauto-form input[type=url],
.coxauto-form input[type=search],
.coxauto-form input[type=password],
.coxauto-form input[type=number],
.coxauto-form input[type=date],
.coxauto-form input[type=time],
.coxauto-form select,
.coxauto-form textarea,
.coxauto-form .elementor-field-group .elementor-field-textual, .elementor-form input[type=text],
.elementor-form input[type=email],
.elementor-form input[type=tel],
.elementor-form input[type=url],
.elementor-form input[type=search],
.elementor-form input[type=password],
.elementor-form input[type=number],
.elementor-form input[type=date],
.elementor-form input[type=time],
.elementor-form select,
.elementor-form textarea,
.elementor-form .elementor-field-group .elementor-field-textual {
  all: unset;
  all: revert;
  width: 100%;
  margin: 0;
  padding: 16px;
  border-width: 1px;
  border-style: solid;
  border-color: #D1D8D8;
  border-radius: 4px !important;
  font-size: 16px;
  line-height: 21px;
  height: 53px;
  color: #001842 !important;
  background-color: #F1F7F7 !important;
  box-sizing: border-box;
  outline: none !important;
}
.coxauto-form input[type=date], .elementor-form input[type=date] {
  font-family: inherit;
}
.coxauto-form .iti, .elementor-form .iti {
  --iti-hover-color: transparent;
  width: 100%;
}
.coxauto-form .iti__selected-country, .elementor-form .iti__selected-country {
  padding: 0 15px 0 10px;
  background-color: #fff;
  display: flex;
}
.coxauto-form .iti__search-input, .elementor-form .iti__search-input {
  display: none !important;
}
.coxauto-form .iti__selected-country, .elementor-form .iti__selected-country {
  border: none !important;
}
.coxauto-form .iti__selected-country:hover, .coxauto-form .iti__selected-country:focus, .elementor-form .iti__selected-country:hover, .elementor-form .iti__selected-country:focus {
  background-color: #fff !important;
}
.coxauto-form .iti__selected-dial-code, .elementor-form .iti__selected-dial-code {
  color: #001842;
}
.coxauto-form .iti__country-container, .elementor-form .iti__country-container {
  max-height: 53px;
}
.coxauto-form input:not([type=range]):focus,
.coxauto-form select:focus,
.coxauto-form textarea:focus, .elementor-form input:not([type=range]):focus,
.elementor-form select:focus,
.elementor-form textarea:focus {
  outline: none !important;
  border-color: #001842 !important;
}
.coxauto-form select, .elementor-form select {
  appearance: none !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  background-image: url("data:image/svg+xml,%3Csvg%20width='13'%20height='7'%20viewBox='0%200%2013%207'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3E%3Cpath%20d='M1%201.00002L6%205.50002L11.2529%201.00002'%20stroke='%23001842'%20stroke-width='2'%20stroke-linecap='round'%20stroke-linejoin='round'/%3E%3C/svg%3E") !important;
  background-repeat: no-repeat !important;
  background-position: calc(100% - 16px) 50% !important;
}
.coxauto-form textarea, .elementor-form textarea {
  min-height: 137px !important;
}
.coxauto-form input[type=radio], .coxauto-form input[type=checkbox], .coxauto-form form.ngc-form input[type=checkbox], .elementor-form input[type=radio], .elementor-form input[type=checkbox], .elementor-form form.ngc-form input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  position: relative;
  width: 20px;
  height: 20px;
  margin-right: 8px;
  border: 1px solid #D1D8D8 !important;
  border-radius: 50%;
  background-color: #F1F7F7 !important;
  cursor: pointer;
  vertical-align: middle;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
}
.coxauto-form input[type=radio]::before, .coxauto-form input[type=checkbox]::before, .elementor-form input[type=radio]::before, .elementor-form input[type=checkbox]::before {
  content: "";
  position: absolute;
  inset: 4px;
  border-radius: 50%;
  background-color: #001842;
  transform: scale(0);
  transition: transform 0.15s ease;
}
.coxauto-form input[type=radio]:checked::before, .coxauto-form input[type=checkbox]:checked::before, .elementor-form input[type=radio]:checked::before, .elementor-form input[type=checkbox]:checked::before {
  transform: scale(1);
}
.coxauto-form input[type=radio]:focus, .coxauto-form input[type=checkbox]:focus, .elementor-form input[type=radio]:focus, .elementor-form input[type=checkbox]:focus {
  outline: none;
  border: 1px solid #D1D8D8 !important;
}
.coxauto-form input[type=checkbox], .coxauto-form form.ngc-form input[type=checkbox], .elementor-form input[type=checkbox], .elementor-form form.ngc-form input[type=checkbox] {
  border-radius: 25%;
}
.coxauto-form input[type=checkbox]::before, .coxauto-form form.ngc-form input[type=checkbox]::before, .elementor-form input[type=checkbox]::before, .elementor-form form.ngc-form input[type=checkbox]::before {
  border-radius: 25%;
}
.coxauto-form ::placeholder, .elementor-form ::placeholder {
  color: #001842 !important;
  opacity: 0.8 !important;
}
.coxauto-form .cox-form__row, .coxauto-form .elementor-field-group, .elementor-form .cox-form__row, .elementor-form .elementor-field-group {
  margin-bottom: 20px !important;
}
.coxauto-form .coxauto-label--required label::after, .coxauto-form .elementor-field-required label::after, .elementor-form .coxauto-label--required label::after, .elementor-form .elementor-field-required label::after {
  content: "*";
  color: #F70004;
  margin-left: -3px;
}
.coxauto-form .elementor-field-option, .coxauto-form .ngc-form .checkbox-wrapper, .coxauto-form .radio-wrapper, .elementor-form .elementor-field-option, .elementor-form .ngc-form .checkbox-wrapper, .elementor-form .radio-wrapper {
  margin-bottom: 5px;
  display: flex;
  gap: 10px;
  align-items: center;
}
.coxauto-form .elementor-field-option label, .coxauto-form .ngc-form .checkbox-wrapper label, .coxauto-form .radio-wrapper label, .elementor-form .elementor-field-option label, .elementor-form .ngc-form .checkbox-wrapper label, .elementor-form .radio-wrapper label {
  margin-bottom: 0;
  font-size: 14px !important;
  line-height: 120%;
  flex: 1;
}
.coxauto-form .elementor-field-option label::after, .coxauto-form .ngc-form .checkbox-wrapper label::after, .coxauto-form .radio-wrapper label::after, .elementor-form .elementor-field-option label::after, .elementor-form .ngc-form .checkbox-wrapper label::after, .elementor-form .radio-wrapper label::after {
  content: "";
}
.coxauto-form .show-hide-toggle, .elementor-form .show-hide-toggle {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 53px;
  border: none;
  font-size: 15px;
  text-transform: lowercase;
  color: #001842;
}
.coxauto-form .show-hide-toggle:hover, .coxauto-form .show-hide-toggle:focus, .elementor-form .show-hide-toggle:hover, .elementor-form .show-hide-toggle:focus {
  background-color: transparent !important;
  color: #001842 !important;
}
.coxauto-form .select-wrapper, .elementor-form .select-wrapper {
  width: 100% !important;
  margin-top: 0 !important;
  border-radius: 4px !important;
}
.coxauto-form .elementor-select-wrapper .select-caret-down-wrapper, .elementor-form .elementor-select-wrapper .select-caret-down-wrapper {
  display: none;
}
.coxauto-form .elementor-field-group .elementor-select-wrapper:before, .elementor-form .elementor-field-group .elementor-select-wrapper:before {
  display: none !important;
}
.coxauto-form .ca-button--label, .elementor-form .ca-button--label {
  min-width: 223px;
  border-width: 1px;
  border-color: rgba(0, 24, 66, 0.2);
}
@media (max-width: 370px) {
  .coxauto-form .ca-button--label, .elementor-form .ca-button--label {
    min-width: 175px;
  }
}
.coxauto-form__submit, .elementor-form__submit {
  margin-top: 20px;
}
.coxauto-form__error, .coxauto-form .form-error, .coxauto-form form.ngc-form .form-error, .elementor-form__error, .elementor-form .form-error, .elementor-form form.ngc-form .form-error {
  color: #EE0004;
  font-size: 11px;
  padding: 0;
  margin: 0;
  margin-top: 10px;
}
.coxauto-form .radio-wrapper label, .coxauto-form .checkbox-wrapper label, .elementor-form .radio-wrapper label, .elementor-form .checkbox-wrapper label {
  margin-bottom: 0;
}

.coxauto-form__inset {
  width: 100%;
}
.coxauto-form__section-toggle {
  width: 100%;
  text-align: right;
  font-size: 14px;
  margin-right: 5px;
}
.coxauto-form__picklist {
  position: relative;
  height: 0;
  width: 100%;
  display: none;
}
.coxauto-form__picklist ul, .coxauto-form__picklist li {
  padding: 0;
  margin: 0;
  list-style-type: none;
  width: 100%;
}
.coxauto-form__picklist ul {
  width: 100%;
  position: absolute;
  z-index: 9999;
  top: -3px;
  left: 0;
  border: 1px solid #D1D8D8;
  border-top: 0;
  background-color: #fff;
  max-height: 200px;
  overflow-y: auto;
}
.coxauto-form__picklist li {
  cursor: pointer;
  padding: 3px;
  color: #001842;
  background-color: #F1F7F7;
}
.coxauto-form__picklist li:hover {
  background-color: #001842;
  color: #F1F7F7;
}

.coxauto-form-wrapper {
  all: unset;
  all: revert;
  border-style: solid;
  border-width: 1px;
  border-color: #001842;
  border-radius: 1rem !important;
  padding: 36px !important;
  background-color: #fff;
}
.coxauto-form-wrapper .e-con, .coxauto-form-wrapper .e-con-inner {
  padding: 0 !important;
}
.coxauto-form-wrapper .coxauto-form-heading, .coxauto-form-wrapper .elementor-widget-heading .elementor-heading-title {
  color: #001842;
  font-weight: normal;
  margin-bottom: 36px;
  font-size: 36px;
  line-height: 1;
}
.coxauto-form-wrapper--max-width {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.ngc-address-lookup-fields {
  display: none;
}

.ngc-form-header {
  margin-top: 30px;
  margin-bottom: 0;
}
.ngc-form-header h3, .ngc-form-header h4, .ngc-form-header h5 {
  color: #001842;
  font-weight: normal;
  margin-bottom: 20px;
  font-size: 36px;
  line-height: 1;
}
.ngc-form-header p {
  font-family: var(--e-global-typography-97a388a-font-family), Sans-serif;
  font-size: var(--e-global-typography-97a388a-font-size);
  font-weight: var(--e-global-typography-97a388a-font-weight);
  line-height: var(--e-global-typography-97a388a-line-height);
  padding: 0;
  margin: 0;
}

.elementor-field-type-submit {
  width: 1px !important;
  height: 1px !important;
  overflow: hidden !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  visibility: hidden !important;
}

.ngc-sites {
  color: #fff;
  font-size: 14px;
  font-family: "Helvetica Pro Roman", Sans-serif;
  position: relative;
}
.ngc-sites a {
  color: #001842 !important;
}
.ngc-sites a:hover {
  color: #fff !important;
}
.ngc-sites__current {
  display: flex;
  align-items: center;
  gap: 5px;
  cursor: pointer;
  transition: all 0.2s ease;
}
.ngc-sites__current:hover {
  opacity: 0.8;
}
.ngc-sites__icon {
  width: 25px;
  height: 25px;
}
.ngc-sites__label {
  height: 15px;
}
.ngc-sites__menu {
  margin-top: 20px;
  color: #001842;
  display: flex;
  flex-direction: column;
  width: 250px;
  position: absolute;
  top: 15px;
  left: -10px;
  opacity: 0;
  pointer-events: none;
  border-radius: 12px;
  box-shadow: 0px 0px 2px #fff;
  transition: all 0.2s ease;
}
.ngc-sites__site {
  background-color: #FFFFFF;
  display: block;
  transition: all 0.2s ease;
  padding: 10px 15px;
  padding-bottom: 10px;
  __pointer-events: all;
}
.ngc-sites__site:first-child {
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  padding-top: 15px;
}
.ngc-sites__site:last-child {
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  padding-bottom: 12px;
}
.ngc-sites__site:hover {
  background-color: #001842;
  color: #FFFFFF;
}
.ngc-sites--active .ngc-sites__menu {
  opacity: 1;
  pointer-events: all;
}
.ngc-sites--dark {
  color: #001842;
}
@media (max-width: 800px) {
  .ngc-sites {
    font-size: 18px;
  }
  .ngc-sites__label {
    height: 20px;
  }
}

.ngc-article .font-light {
  font-family: "Helvetica Pro Roman", Sans-serif;
  font-size: 20px;
  font-weight: 300;
  color: #001842;
}
.ngc-article p {
  margin-top: 1.2em;
  margin-bottom: 1.2em;
}
.ngc-article ul {
  list-style-type: disc;
  margin-bottom: 1.2em;
  padding-inline-start: 1.6em;
}
.ngc-article ul li {
  margin-top: 0.6em;
  margin-bottom: 0.6em;
  padding-inline-start: 0.4em;
}
.ngc-article ul li::marker {
  color: #00A2FC;
}

.ngc-wtb {
  width: 100%;
  max-width: 1392px;
  margin-left: auto;
  margin-right: auto;
}
.ngc-wtb * {
  box-sizing: border-box;
}
.ngc-wtb a {
  color: #001842;
}
.ngc-wtb-search {
  background-color: #001842;
  display: flex;
  gap: 25px;
  align-items: flex-end;
  justify-content: flex-start;
  font-size: 0;
  padding: 34px 50px;
  border-radius: 10px;
}
.ngc-wtb-search--postcode, .ngc-wtb-search--distance, .ngc-wtb-search--type {
  width: 300px;
  min-width: 150px;
}
.ngc-wtb-search--submit {
  color: #fff;
  font-size: 16px;
  margin-left: auto;
}
.ngc-wtb-search .ca-button {
  justify-content: center;
}
.ngc-wtb-search .ca-button--label {
  width: 167px;
}
@media (max-width: 1000px) {
  .ngc-wtb-search .ca-button--label {
    width: auto;
  }
}
@media (max-width: 800px) {
  .ngc-wtb-search {
    flex-direction: column;
    padding: 25px 15px;
    gap: 15px;
  }
  .ngc-wtb-search--postcode, .ngc-wtb-search--distance, .ngc-wtb-search--type {
    width: 100%;
  }
}
.ngc-wtb-input {
  padding: 0;
  margin: 0;
  border: none;
  -webkit-appearance: none;
  width: 100%;
  font-size: 16px;
  height: 55px;
  padding: 0 20px;
  border-width: 2px;
  border-style: solid;
  border-color: #FFFFFF;
  background-color: #f1f7f7;
  color: #000;
  outline: none;
}
.ngc-wtb-input::placeholder {
  color: #000;
  opacity: 1;
}
.ngc-wtb-label {
  font-size: 16px;
  color: #FFFFFF;
  line-height: 120%;
  margin-bottom: 10px;
}
.ngc-wtb-label--mandatory::after {
  content: "*";
  color: #F70004;
  margin-left: 3px;
}
.ngc-wtb select.ngc-wtb-input {
  background-image: url(../img/select-down.svg);
  background-repeat: no-repeat;
  background-position: calc(100% - 20px) 50%;
}

.ngc-input-error {
  box-shadow: 0 0 15px 5px #ff0000;
  border-color: #ff0000;
}

.ngc-wtb-results {
  display: flex;
  flex-wrap: wrap;
  column-gap: 80px;
  row-gap: 40px;
  align-items: stretch;
}
.ngc-wtb-results__item {
  flex: 1 1 calc(50% - 40px);
  border-color: #001842;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 2px;
  padding-bottom: 40px;
}

.ngc-wtb-pagination {
  border-color: #001842;
  border-style: solid;
  border-width: 0;
  border-bottom-width: 2px;
  padding: 30px 20px;
  display: none;
  gap: 40px;
  font-size: 32px;
  text-decoration: none;
  outline: none;
}
.ngc-wtb-pagination--active {
  display: flex;
}

.ngc-wtb-pagination, a.ngc-wtb-pagination {
  color: #001842 !important;
}

.ngc-location {
  font-size: 0;
  position: relative;
  height: 100%;
  display: flex;
  flex-direction: column;
}
.ngc-location__head, .ngc-location__body {
  display: flex;
  align-items: center;
  gap: 10px;
  flex: 1;
}
.ngc-location__head {
  margin-bottom: 30px;
}
.ngc-location__icons {
  display: flex;
  min-width: 165px;
}
.ngc-location__icon {
  display: block;
}
.ngc-location__icon--physical {
  margin: 0 20px;
}
.ngc-location__title {
  font-size: 30px;
  line-height: 120%;
  margin-bottom: 5px;
}
.ngc-location__subtitle {
  font-size: 20px;
}
.ngc-location__links {
  display: flex;
  gap: 15px;
  height: 56px;
}
.ngc-location .ca-button--label {
  width: 170px;
}
.ngc-location--physical .ngc-location__icon--online {
  display: none;
}
.ngc-location--online .ngc-location__icon--physical {
  display: none;
}
.ngc-location--no-website .ngc-wtb-website {
  display: none;
}
.ngc-location--no-links .ngc-location__links {
  display: none;
}
@media (max-width: 510px) {
  .ngc-location__head, .ngc-location__body {
    flex-direction: column;
    gap: 20px;
  }
  .ngc-location__head > div, .ngc-location__body > div {
    width: 100%;
  }
  .ngc-location__body {
    gap: 0;
  }
  .ngc-location__icon {
    height: 40px;
  }
  .ngc-location__links {
    height: auto;
    flex-direction: column;
  }
  .ngc-location .ca-button--label {
    width: 250px;
  }
}
@media (max-width: 380px) {
  .ngc-location .ca-button--label {
    width: 200px;
  }
}

.ngc-wtb-empty {
  font-size: 35px;
  text-align: center;
  padding: 30px 10px;
  display: none;
}
.ngc-wtb-empty--active {
  display: block;
}

form.ngc-form {
  padding-top: 14px;
}
form.ngc-form div.px-6 {
  padding-left: 2em;
  padding-right: 2em;
}
form.ngc-form div.py-8 {
  padding-top: 1em;
  padding-bottom: 1em;
}
form.ngc-form a:not(.btn, .ca-button) {
  color: #001842 !important;
  text-decoration: underline;
}
form.ngc-form .btn--secondary {
  background-color: #fff !important;
  color: #001842 !important;
}
@media (max-width: 370px) {
  form.ngc-form div.px-6 {
    padding-left: 0.5em;
    padding-right: 0.5em;
  }
}
form.ngc-form fieldset {
  padding: 0;
  padding-bottom: 24px;
  margin-bottom: 0;
}
form.ngc-form fieldset:last-child {
  padding-bottom: 0;
}

.directorsContainer {
  margin-bottom: 35px;
}

.ngc-form-tel {
  position: relative;
}
.ngc-form-tel select {
  position: absolute;
  top: 0;
  left: 0;
  border: none !important;
  background-color: transparent !important;
}
.ngc-form-tel input {
  padding-left: 94px !important;
}

.ngc-form-header {
  padding-bottom: 5px !important;
}
.ngc-form-header__text {
  font-size: 28px;
  font-weight: 400;
  xxpadding-left: 10px;
  margin: 0;
}

.ngc-form-progress a {
  color: #001842 !important;
}

.ngc-apply-now-stepper {
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  gap: 20px;
}
.ngc-apply-now-stepper__label {
  color: #001842 !important;
  font-size: 16px;
  line-height: 100%;
}
.ngc-apply-now-stepper__text {
  color: #001842 !important;
  font-size: 18px;
  font-weight: 400;
}
.ngc-apply-now-stepper__bar {
  background-color: #F1F7F7;
  max-width: 182px;
  height: 8px;
  margin-top: 5px;
  border-radius: 16px;
  border: 1px solid #D1D8D8;
}
.ngc-apply-now-stepper__bar--completed {
  background-color: #00A2FC;
}
@media (max-width: 500px) {
  .ngc-apply-now-stepper {
    gap: 20px;
  }
  .ngc-apply-now-stepper .ngc-apply-now-stepper__text {
    font-size: 15px;
  }
}

.ngc-apply-now-save-continue {
  display: flex;
  flex-direction: row;
  gap: 25px;
  margin-bottom: 20px;
}
@media (max-width: 500px) {
  .ngc-apply-now-save-continue {
    flex-direction: column;
  }
}

.coxauto-form .ca-button--label.apply-now-save-button {
  min-width: 100px;
}

.ngc-apply-now-submit-section {
  margin-top: 20px;
}

.stepper-dark .ngc-apply-now-stepper__text {
  color: #001842 !important;
}

.ngc-range__value {
  color: #001842;
}
.ngc-range__labels {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  font-size: 12px;
  color: #001842;
  margin-top: 6px;
}

.ngc-slider {
  -webkit-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  padding: 0 !important;
  border: 2px solid #D1D8D8;
  border-radius: 4px !important;
  outline: none !important;
  background-color: #F1F7F7;
}

.ngc-slider::-webkit-slider-runnable-track {
  height: 16px;
  border-radius: 4px;
  -webkit-appearance: none;
  background: linear-gradient(to right, #001842 0, #001842 var(--slider-pos, 0%), #F1F7F7 var(--slider-pos, 0%), #F1F7F7 100%);
}

.ngc-slider::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #001842;
  border: 1px solid #D1D8D8;
  cursor: pointer;
  background-image: url(../img/slider-thumb.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: -7px;
}

.ngc-slider::-webkit-slider-runnable-track {
  height: 16px;
  border-radius: 4px;
  -webkit-appearance: none;
  background: linear-gradient(to right, #001842 0, #001842 var(--slider-pos, 0%), #F1F7F7 var(--slider-pos, 0%), #F1F7F7 100%);
}

.ngc-slider::-moz-range-track {
  height: 16px;
  background-color: #F1F7F7;
  border-radius: 4px;
}

.ngc-slider::-moz-range-progress {
  height: 20px;
  background-color: #001842;
  border-radius: 4px;
}

.ngc-slider::-moz-range-thumb {
  -webkit-appearance: none;
  appearance: none;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background-color: #001842;
  border: 1px solid #D1D8D8;
  cursor: pointer;
  background-image: url(../img/slider-thumb.svg);
  background-repeat: no-repeat;
  background-position: 50% 50%;
  margin-top: -7px;
}

.apply-now-form.container, .apply-now-form {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}
.apply-now-form.container .select-wrapper, .apply-now-form .select-wrapper {
  max-width: 300px;
}
.apply-now-form.container input[type=date], .apply-now-form input[type=date] {
  max-width: 170px;
}

.ngc-form-divider {
  background-color: #001842;
  height: 1px;
  width: 100%;
  opacity: 20%;
  margin: 50px 0 30px 0;
}

.ngc-form-prose {
  color: #001842;
  font-size: 16px;
}
.ngc-form-prose ol, .ngc-form-prose ul {
  margin-left: 20px;
}
.ngc-form-prose li {
  margin-bottom: 5px;
}

.ngc-input--narrow {
  max-width: 300px !important;
}
