/* IMAGE CHOICES */

.brake-selector-row {
    margin-top: -50px;
}

.image-choices-field {
     max-width: 100%;
     width: 100%;
}
 .image-choices-field, .gform_wrapper .gfield.image-choices-field {
     margin-right: -3%;
}
 .image-choices-field .image-choices-choice, .gform_wrapper .gfield.image-choices-field li.image-choices-choice {
     position: relative;
     vertical-align: middle;
     transition: all 0.3s;
     width: 30%;
     border-radius: 50%;
     margin-right: 3% !important;
     margin-bottom: 90px !important;
     overflow: visible;
}
 .image-choices-field .image-choices-choice:before {
     content: "" !important;
     width: 100%;
     height: 100%;
     top: 0;
     left: 0;
     margin: 0;
     background-color: rgba(255,255,255,0);
     z-index: 1;
     display: block;
     position: absolute;
     border-radius: 50%;
     pointer-events: none;
     transition: all 0.3s;
}
 .image-choices-field .image-choices-choice:after {
     content: "\2714" !important;
     width: 40px;
     height: 40px;
     overflow: hidden;
     border-radius: 50%;
     pointer-events: none;
     transition: all 0.3s ease;
     text-align: center;
     line-height: 40px;
     display: block;
     position: absolute;
     left: 50%;
     margin: -20px 0 0 -20px;
     top: 0;
     color: #fff;
     z-index: 2;
     opacity: 0;
     background-color: #f90a07;
}
 .image-choices-field .image-choices-choice,
 .image-choices-field .image-choices-choice.image-choices-choice-hover .image-choices-field .image-choices-choice.image-choices-choice-selected {
     box-shadow: none;
     background-color: transparent !important;
     border-color: transparent !important;
}
 .image-choices-field .gfield_label {
     font-size: 1.6em;
     margin-bottom: 1.6em;
     display: block;
     text-align: center;
}
 .image-choices-field .image-choices-choice label,
 .gform_wrapper .gfield.image-choices-field li.image-choices-choice label {
     padding: 0 !important;
     display: block;
     border: none !important;
}
 .image-choices-field .image-choices-choice-image-wrap {
    background-position: center;
     border: 2px solid #fff;
     width: 100%;
     height: auto;
     padding-bottom: 100%;
     background-color: transparent;
     border-radius: 50%;
     background-size: cover;
     box-shadow: 0 0 0 0 rgba(255,255,255,0), 0 0 10px 5px rgba(0,0,0,0);
     transition: all 0.3s ease;
}

.image-choices-field .image-choices-choice.image-choices-choice-selected .image-choices-choice-text {
    color: #f90a07;
    font-weight: 500;
}

.image-choices-field.image-choices-show-labels .image-choices-choice-text {
    font-size: inherit;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    bottom: -50px;
    z-index: 3;
    transition: all 0.3s ease;
    background-color: transparent;
    border-radius: 15px;
    padding: 0px;
    width: 100%;
    font-size: 16px;
    line-height: 18px;
    color: #0000004a;
}

.image-choices-field .image-choices-choice.image-choices-choice-selected {
    box-shadow: 0 50px 70px 0 rgb(0 0 0 / 10%);
}

.image-choices-field .image-choices-choice:not(.image-choices-choice-selected):before {
     background-color: rgba(255,255,255, 0.4);
}

.image-choices-field .image-choices-choice.image-choices-choice-selected:before {
    background-color: rgba(255,255,255, 0);
}

.image-choices-field .image-choices-choice.image-choices-choice-selected:after {
    opacity: 1;
    color: #fff;
    background: #f90a07;
    box-shadow: 0px 10px 60px black;
    top: 50%;
    transform: scale(1.25);
    content: "\f00c" !important;
    font-family: 'FontAwesome';
}

.image-choices-field .image-choices-choice:after {

    content: "\f00c" !important;
    font-family: 'FontAwesome';
}

 .image-choices-field .image-choices-choice.image-choices-choice-other.image-choices-choice-selected:after {
     top: 30%;
}

.image-choices-field .image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {
    box-shadow: 0 0 0 7px #f90a07, 0 10px 70px rgb(0 0 0 / 15%);
    border: 2px solid #f90a07;
}

 .image-choices-field .image-choices-choice.image-choices-choice-focus .image-choices-choice-image-wrap {
     border-color: #00a7f7;
}
 .image-choices-field .gfield_radio .image-choices-choice.image-choices-choice-focus.image-choices-choice-selected .image-choices-choice-image-wrap {
     border-color: #fff;
}
 @media only screen and (max-width: 736px) {
     .image-choices-field .image-choices-choice, .gform_wrapper .gfield.image-choices-field li.image-choices-choice {
         width: 48%;
         margin-right: 2% !important;
    }
}
 @media only screen and (max-width: 480px) {
     .image-choices-field .image-choices-choice, .gform_wrapper .gfield.image-choices-field li.image-choices-choice {
         width: 98%;
         margin-right: 2% !important;
    }
}

/* END - IMAGE CHOICES */





.gform_anchor::before {
    content: "";
    display: block;
    width: 0;
    height: 50px;
    margin: -50px 0 0;
}































.call-to-discuss.gfield_html {
    padding: 40px !important;
    background-color: rgb(195 195 195 / 5%);
    border: 1px solid #e1e1e1;
    margin-top: 70px !important;
    margin-bottom: 50px !important;
}

.call-to-discuss.gfield_html h3 {
    font-size: 25px;
    line-height: 34px;
    width: 850px;
    margin: auto;
}



.brake-selector-row .gform_footer.top_label {
    display: none;
}

.brake-selector .gfield_radio li {
    width: 21.5% !important;
}

li#field_16_112 {
	padding-top: 80px;
}

li#field_16_89 {
	padding-top: 80px;
}

/* END */

/* NUMBERED STEP BLOCKS */

.brake-selector .gfield.brake-selector-step-block h2 {
    font-size: 32px;
    line-height: 52px;
    margin-bottom: 20px;
    margin-left: 15px;
    float: left;
}

.brake-selector .gfield.brake-selector-step-block img {
    float: left;
    width: 55px !important;
    height: 55px !important;
}

.brake-selector div#field_column_7 h2 {
    font-size: 32px;
    line-height: 52px;
    margin-bottom: 0px;
    margin-left: 0px;
    float: none;
}

.brake-selector div#field_column_7 {
    width: 100%;
    float: left;
    border-top: 2px solid #1b3686;
    padding-top: 85px;
    margin-top: 85px;
}

.brake-selector div#field_column_7 .gfield.brake-selector-step-block {
    border:none;
}
 
/* END */


/* FIELD COLUMNS */

.brake-selector div#field_column_1 {
    border-bottom: 2px solid #1b3686;
    padding-bottom: 85px;
    margin-bottom: 85px;
}

.gfield.brake-selector-step-block {
    margin-top: 0px !important;
    margin-bottom: 0px;
    padding-bottom: 15px;
    padding-top: 75px !important;
    border-top: 1px solid #ebebeb;
    padding-right: 0px !important;
}

.brake-selector div#field_column_2,
.brake-selector div#field_column_3,
.brake-selector div#field_column_5,
.brake-selector div#field_column_6
 {
    width: 50%;
    float: left;
}

.brake-selector div#field_column_3,
.brake-selector div#field_column_6 {
    padding-left: 40px;
}

.brake-selector div#field_column_2,
.brake-selector div#field_column_5 {
    padding-right: 40px;
}

.brake-selector div#field_column_4 {
    margin-top: 0px !important;
    margin-bottom: 50px;
    padding-bottom: 85px;
    border-bottom: 1px solid #ebebeb;
}

.brake-selector div#field_column_2 .gfield,
.brake-selector div#field_column_3 .gfield,
.brake-selector div#field_column_5 .gfield,
.brake-selector div#field_column_6 .gfield {padding-right: 0px !important;}

.brake-selector div#field_column_7 {
    width: 100%;
    float: left;
}

.brake-selector div#field_column_8 {
    border-top: 2px solid #1b3686;
    padding-top: 85px;
    margin-top: 85px;
    width: 100%;
    float: left;
}

/* END */

.brake-selector-icons {
    width: 830px;
    margin: auto;
    margin-top: -70px;
}

.brake-selector-icons img {
    padding: 0px;
    box-shadow: 0px 20px 60px rgb(0 0 0 / 15%) !important;
    border-radius: 100000px;
}

.brake-selector div#field_column_7 li.gfield {
    clear: none;
}

.brake-selector div#field_column_1 .gfield_radio li {
    width: 33.3%;
    display: inline-block;
    text-align: center;
    margin: 0px;
    float: left;
    padding: 18px !important;
    font-size: 18px;
    line-height: 20px;
}

.brake-selector .clearfix {
    clear: both;
}

.brake-selector .gform_wrapper .top_label li ul.gfield_checkbox,
.brake-selector .gform_wrapper .top_label li ul.gfield_radio {
    width: 100%;
}

.brake-type-container a.nectar-button {
    width: auto;
    margin-bottom: 0px;
    margin-top: 25px;
    background-color: #f90c09;
	margin-right: 7px;
}

.brake-selector div#field_column_1 .gfield_radio li label {
    text-align: center;
}

.brake-selector div#field_column_1 .gfield_radio li input {
    display: none;
}

.brake-type-container img {
    display: block;
    margin: 0 auto;
}

.where-to-buy a {
    width: 15%;
    display: block;
    float: left;
}
.brake-type-container ul {
	list-style: none;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul, 
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul {
    margin: 0px !important;
    margin-left: 30px !important;
}

.brake-type-container ul.check li {
    font-size: 14px;
    line-height: 25px;
    margin-bottom: 7px !important;
    position: relative;
}

.brake-type-container {
    width: 33.3%;
    height: auto !important;
    padding: 0px 30px;
    margin-bottom: 45px;
}

.gfield.product {
    display: flex;
    flex-wrap: wrap;
    padding-right: 0px !important;
}

.brake-type-container h4.brake-type-title {
    font-size: 22px;
    line-height: 25px;
    margin-bottom: 15px;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li,
body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul li {
    margin: 0;
    list-style: none !important;
}

div#field_column_7 ul.check {
    margin: 0px !important;
    padding-left: 26px;
}

div#field_column_7 ul.check li {
    position: relative;
}

.product.gfield_html ul.check li:before {
    content: url(/wp-content/uploads/2021/07/selector-tick.svg);
    width: 15px;
    position: absolute;
    left: -30px;
    top: 2px;
}

.product.gfield_html ul.check li.cross:before {
    content: url(/wp-content/uploads/2021/07/cross.svg);
}

.page-template-page-brake-type p {
    margin-bottom: 10px;
}

h3.please-contact {
    text-align: center;
    font-weight: bold;
    font-size: 24px;
}

h3.please-contact span,
h3.please-contact span a {
    color: #f90a07;
}


.brake-selector_wrapper ul.gfield_radio li input {
    visibility: hidden;
}


.brake-selector div#field_column_1 .gfield_radio li {
    border: none !important;
    display: inline-block;
    text-align: center;
    margin: 2% !important;
    float: left;
    padding: 0px !important;
    font-size: 18px;
    line-height: 20px;
    background-color: whitesmoke;
    transition: all 0.25s ease !important;
}

.brake-selector div#field_column_1 .gfield_radio li:last-child {margin-right: 0px !important}

.brake-selector_wrapper .gform_body > ul ul.gfield_radio li label {
    padding: 10px !important;
    color: #000;
    margin: 0 1%;
    width: 100%;
    font-size: 16px;
}

.brake-selector_wrapper ul.gfield_radio li.checkeditis,
.brake-selector_wrapper ul.gfield_radio li:hover {
    color: #fff !important;
    transition: all 0.25s ease !important;
}

.brake-selector_wrapper ul.gfield_radio li.checkeditis label:before,
.brake-selector_wrapper ul.gfield_radio li:hover label:before {
    opacity: 1 !important;
    transition:all 0.25s ease;
}

.driving-style {
    margin-top: 0px !important;
    padding: 0px !important;
    margin-bottom: 65px;
    float: left;
}

.gfield.brake-selector-step-block.recommended-products h2 {
    margin-left: 0px;
}

.driving-style .rcui__state i {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 999;
    margin: 0px;
}

.driving-style .rcui__state {
    display: table !important;
    margin: auto;
    position: initial !important;
    padding-bottom: 30px;
}

.brake-selector_wrapper .driving-style ul.gfield_radio li.checkeditis label:before {
    opacity: 1 !important;
    transition: all 0.25s ease;
}

.circular-square {
    border-radius: 50%;
}

.brake-selector div#field_column_2 input,
.brake-selector div#field_column_3 input {
    text-align: center;
    font-size: 40px !important;
    line-height: 40px !important;
    color: #1b3686;
    font-weight: bold;
    margin-top: 22px;
    box-shadow: none !important;
    appearance: none !important;
}

.brake-selector .instruction {
    padding-top: 10px;
}

.brake-selector div#field_column_2 .gfield_checkbox li .rcui__text,
.brake-selector div#field_column_3 .gfield_checkbox li .rcui__text {
    font-size: 18px;
    line-height: 20px;
    padding-top: 0px;
}

.brake-selector div#field_column_2 .gfield_checkbox li,
.brake-selector div#field_column_3 .gfield_checkbox li {
    margin-bottom: -18px;
    margin-top: 25px;
}

.vehicle-weight-power-unknown ul > li {
    margin-top: 35px !important;
    display: flex;
    align-items: center;
}
.vehicle-weight-power-unknown ul > li > input {
    margin-top: 0 !important;
}
.vehicle-weight-power-unknown ul > li > label {
    margin-left: 10px !important;
}

.bhp-tonne-calculation input {
    text-align: center;
    font-size: 40px !important;
    line-height: 40px !important;
    background-color: #f90c09;
    border-color: #f90c09 !important;
    color: #fff;
    font-weight: bold;
    user-select: none;
    pointer-events: none;
    position: relative;
    box-shadow: none !important;
    appearance: none !important;
    box-shadow: none !important;
    --webkit-appearance: none !important;
    padding-left: 70px !important;
}

.gfield.brake-selector-step-block:first-child {
    border-top: 0px;
    padding-top: 45px !important;
}

.brake-selector input,
.bhp-tonne-calculation input {
    box-shadow: none !important;
}

.brake-selector div#field_column_6 label.gfield_label {
    font-size: 20px;
    line-height: 25px;
    margin-bottom: 10px;
    font-weight: 600 !important;
}

.brake-selector .bhp-tonne-calculation div {
    width: calc(100% - 150px);
    float: left;
}
.brake-selector .bhp-tonne-calculation label.gfield_label {
    width: 150px;
    font-size: 20px;
    line-height: 24px;
    float: left;
    margin-top: 25px !important;
    font-weight: 600 !important;
}

.bhp-tonne-calculation .ginput_container.ginput_container_number {
    position: relative;
}

.bhp-tonne-calculation .ginput_container:before {
    content: url(/wp-content/uploads/2021/07/keys.svg);
    width: 50px;
    height: 50px;
    left: 20px;
    top: 17px;
    opacity: 1;
    display: block;
    visibility: visible;
    z-index: 999999;
    float: left;
    position: absolute;
}

.brake-selector .vehicle-examples-wrapper {
    margin-top: -70px;
}

body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul.vehicle-examples {
    margin-left: 0px !important;
    padding: 0;
}

body .gform_wrapper div.gform_body ul.gform_fields li.gfield.gfield_html ul li, body .gform_wrapper form div.gform_body ul.gform_fields li.gfield.gfield_html ul.vehicle-examples  li {
    list-style: none !important;
}

.brake-selector ul.vehicle-examples li {
    width: 33.3%;
    padding: 15px;
    padding-top: 0px;
    height: auto;
    float: left;
    clear: none;
    text-align: center;
    margin-top: -10px !important;
}

.brake-selector ul.vehicle-examples li span {
    position: relative;
    margin-top: -22px;
    background-color: #1b3686;
    display: block;
    color: #fff;
    font-size: 13px;
    line-height: 42px;
    border-radius: 10000px;
}

.brake-selector a.reset-selector {
    background-color: #bdbdbd;
    display: inline-block;
    color: #ffffff !important;
    margin-top: 23px;
    padding: 19px 40px;
    font-size: 17px;
    line-height: 30px;
    border-radius: 10000px;
    transition: all 0.25s ease;
}

.brake-selector a.reset-selector:hover {
    background-color: #1b3686;
}
.brake-selector a.reset-selector:before {
    content: '\f021';
    font-family: 'FontAwesome';
    margin-right: 10px;
}

.brake-selector a.results-selector {
    background-color: #a0ce4e;
    display: inline-block;
    color: #ffffff !important;
    margin-left: 15px;
    margin-top: 23px;
    font-size: 17px;
    line-height: 30px;
    padding: 19px 26px;
    border-radius: 10000px;
    transition: all 0.25s ease;
    width: calc(100% - 165px);
    text-align: center;
}

.brake-selector a.results-selector:hover {
    background-color: #bdbdbd;
}
.brake-selector a.results-selector:before {
    content: '\f063';
    font-family: 'FontAwesome';
    margin-right: 10px;
}


.brake-selector_wrapper .numbered-steps img  {
    float: left;
}

.brake-selector_wrapper .numbered-steps h2.gsection_title {
    top: 16px !important;
    margin-left: 10px !important;
    float: left;
}

.brake-selector_wrapper .numbered-steps hr {
    border: 1px solid #eee !important;
}

.brake-selector_wrapper .gform_footer input[type=submit] {
    display: none !important;
}

.version-2022.brake-selector div#field_column_1 {
    border-bottom: 0;
    padding-bottom: 0;
    margin-bottom: 0;
}

.version-2022.brake-selector li#field_19_112 {
    border-bottom: 0;
}

.version-2022.brake-selector div#field_column_7 {
    width: 100%;
    float: left;
    border-top: 2px solid #1b3686;
    padding-top: 45px;
    margin-top: 0px;
}

/* HELP */

.version-2022.brake-selector-help div#help {
    padding-top: 0 !important;
    padding-bottom: 50px !important;
    border-top: 0;
    margin-top: 0 !important;
}

.brake-selector-help.global-help-row {
    padding-top: 110px !important;
    padding-bottom: 115px !important;
    border-top: 1px solid #e7e8ed;
    margin-top: 25px !important;
    float: left;
}

.brake-selector-help .wpb_column {
    width: 700px;
    margin: auto !important;
}

/* HELP */























/* MEDIA QUEIRES */

/* 1500 */

@media screen and (max-width: 1500px) {
    .brake-selector-header h1 {font-size: 50px;line-height: 55px;}
}

/* END */


/* 1400 */

@media screen and (max-width: 1400px) {
    .brake-selector-intro {padding-top: 40px !important;}
}

/* END */


/* 1300 */

@media screen and (max-width: 1300px) {
    .brake-selector-header {padding-bottom: 160px !important;padding-top: 135px !important;}
    .brake-selector-icons {width: 700px;margin-top: -55px;}
    .brake-selector-header a.nectar-button {margin-top: 20px !important;}
    .brake-selector-intro {padding-top: 40px !important;padding-bottom: 30px !important;}
    .brake-selector-intro .wpb_column .vc_column-inner {padding: 0px;}
    .image-choices-field.image-choices-show-labels .image-choices-choice-text {font-size: 15px;line-height: 21px;transform: translateX(-50%) translateY(60%);bottom: -35px;}
}

/* END */


/* 1150 */

@media screen and (max-width: 1150px) {
    .brake-selector-intro .note {display: none;}
    .brake-selector .bhp-tonne-calculation label.gfield_label {width: 135px;}
    .brake-selector .bhp-tonne-calculation div {width: calc(100% - 135px);}
    .brake-selector div#field_column_2, .brake-selector div#field_column_5 {padding-right: 20px;}
    .brake-selector div#field_column_3, .brake-selector div#field_column_6 {padding-left: 20px;}
    .brake-selector .gfield.brake-selector-step-block h2 {font-size: 28px;line-height: 55px;}
    .brake-selector .gfield.brake-selector-step-block img {float: left;width: 50px !important;height: 52px !important;}
    .brake-type-container {width: 50%;margin-bottom: 45px !important;}
    .call-to-discuss.gfield_html h3 {width: 100%;}

}

/* END */


/* 999 */

@media screen and (max-width: 999px) {
    .brake-selector-header h1 {margin: auto;margin-bottom: 5px;}
    .brake-selector-icons {width: 100%;margin-top: -55px;}
    .brake-selector-icons .wpb_column {width: 25% !important;padding: 0px 30px !important;margin-bottom: 0px !important;}
    .brake-selector-header {padding-bottom: 150px !important;padding-top: 100px !important;}
    .brake-selector-intro h3 {font-size: 27px !important;line-height: 36px !important;}
    .brake-selector-intro {text-align: center;padding-top: 40px !important;padding-bottom: 20px !important;}
    .brake-selector-intro .wpb_column:last-child .vc_column-inner {padding-left: 5%;padding-right: 5% !important;margin-top: 35px;}
    .brake-selector div#field_column_2,
    .brake-selector div#field_column_5,
    .brake-selector div#field_column_3,
    .brake-selector div#field_column_6 {padding: 0px;}
    .brake-selector div#field_column_2,
    .brake-selector div#field_column_3,
    .brake-selector div#field_column_5,
    .brake-selector div#field_column_6 {width: 100%;float: left;}
    .brake-selector div#field_column_1 .gfield_radio li {border-right: 2px solid #fff;text-align:center;width: 50% !important;margin: 0px;margin-right: 0% !important;margin-bottom: 10px;height:350px;}
    .brake-selector_wrapper ul.gfield_radio li label:after,
    .brake-selector_wrapper ul.gfield_radio li label:before {left:0px;width: 100px;height: 100px;position: absolute;top: 0px;}
    .brake-selector div#field_column_1 .gfield_radio li label {margin: 0px;text-align: center;padding: 0px 0px 0px 0px;width: 100%;font-size: 13px;line-height: 20px;max-width: none;height: 200px;margin-bottom: 85px;}
    .brake-selector .driving-style {margin-top: 40px !important;}
    .brake-selector div#field_column_4 {margin-bottom: 45px;padding-bottom: 45px;}
    .brake-selector div#field_column_1 {border-bottom: 2px solid #1b3686;padding-bottom: 40px;margin-bottom: 45px;}
    .brake-selector .gfield.brake-selector-step-block h2,
    .brake-selector div#field_column_7 h2 {font-size: 32px;line-height: 50px;letter-spacing: -0.85px;}
    .brake-selector div#field_column_2 .gfield_checkbox li,
    .brake-selector div#field_column_3 .gfield_checkbox li {margin-bottom: 0px;margin-top: 25px;}
    .brake-selector div#field_column_3 {border-top: 2px solid #1b3686;padding-top: 45px;margin-top: 45px;}
    .brake-selector div#field_column_5 .gfield, .brake-selector div#field_column_5 .gfield  {margin-top: 0px !important;}
    .brake-selector div#field_column_7 {padding-top: 45px;margin-top: 45px;}
    .brake-selector div#field_column_6 {margin-top: 25px;}
    .brake-selector a.results-selector {margin-left: 4% !important;}
    .brake-selector .gfield.brake-selector-step-block img {float: left;width: 52px !important;height: 52px !important;margin-bottom: 0px !important;}
    .brake-selector a.results-selector,
    .brake-selector a.reset-selector {font-size: 15px;width: 48%;float: left;margin: 0px;text-align: center;margin-top: 30px;padding: 18px;}
    .brake-type-container {width: 50%;margin: 0px;margin-bottom: 00px;padding: 0px;}
    .brake-type-container h4.brake-type-title {font-size: 19px;line-height: 23px;margin-bottom: 15px;}
    .brake-type-container ul.check li {font-size: 13px;line-height: 21px;margin-bottom: 12px !important;padding-right: 30px !important;}
    div#field_column_7 ul.check li:before {width: 14px;left: -26px;top: 3px;}
    .brake-type-container img {margin-bottom: -5px !important;}
    .brake-selector-help {padding-top: 75px !important;padding-bottom: 30px !important;border-top: 1px solid #e7e8ed;margin-top: 25px !important;}
    .brake-selector a.results-selector,
    .brake-selector a.reset-selector {margin-top: 0px;}
	.brake-selector_wrapper .driving-style ul.gfield_radio li label:after {height: 200px;}
	.brake-selector_wrapper .driving-style ul.gfield_radio li label:before {height: 270px;}
	.brake-selector div#field_column_1 .gfield_radio li {width: 49% !important;}
	.brake-selector div#field_column_1 .gfield_radio li {height: 350px !important;}
    .brake-selector div#field_column_1 .gfield_radio li:last-child {margin-right: 3% !important;}
    .brake-selector div#field_column_1 .gfield_radio li {width: 44% !important;margin: 3% !important;margin-bottom: 80px !important;height: 280px;}
    .gfield.brake-selector-step-block:first-child {padding-top: 0px !important;}
    .brake-selector .driving-style {margin-top: 0px !important;}
    .image-choices-field .image-choices-choice,
    .gform_wrapper .gfield.image-choices-field li.image-choices-choice {width: 30% !important;margin: 1.333% !important;margin-bottom: 80px !important;}
}

/* END */


/* 690 */

@media screen and (max-width: 690px) {
    .brake-selector-header h1 {font-size: 45px;line-height: 50px;width: 370px;}
    .brake-type-container {width: 100%;margin-bottom: 50px;}
    .brake-type-container img {width: 80% !important;margin-top: 0px;}
    .brake-type-container a.nectar-button {margin-top: 15px;}
    .brake-type-container {height: auto !important;}
    li#field_9_108 {padding-bottom: 0px;}
    .brake-selector-icons .wpb_column {padding: 0px 18px !important;}
    .brake-selector-icons {margin-top: -50px;}
    .brake-selector-intro .wpb_column:last-child .vc_column-inner {padding-left: 0%;padding-right: 0% !important;margin-top: 30px;}
    .brake-selector ul.vehicle-examples li span {margin-top: -25px;font-size: 12px;line-height: 35px;}
    .brake-selector ul.vehicle-examples li {margin-top: -10px !important;}
    .brake-selector-icons {width: 80%;margin-top: -35px;}
    .brake-selector .bhp-tonne-calculation label.gfield_label,
    .brake-selector div#field_column_6 label.gfield_label {font-size: 18px;line-height: 22px;margin-bottom: 10px;}
    .brake-type-container ul.check li {padding-right: 0px !important;}
    .brake-selector-help.global-help-row h2 {font-size: 32px;line-height: 38px;}
    .brake-selector .bhp-tonne-calculation label.gfield_label {width: 100% !important;margin-top: 0px !important;}
    .brake-selector .bhp-tonne-calculation div {width: 100%;}
    .brake-selector a.results-selector,
    .brake-selector a.reset-selector {padding: 14px;}
    .brake-selector div#field_column_6 {margin-top: 15px;}
    .brake-selector_wrapper .driving-style ul.gfield_radio li label:before {height: 200px !important;}
    .brake-selector div#field_column_1 .gfield_radio li label {padding: 0px 0px 0px 0px !important; height: 300px !important;}
    .brake-selector div#field_column_1 .gfield_radio li:nth-child(odd) {border-right: 3px solid #fff !important;}
    .brake-selector div#field_column_1 .gfield_radio li {height: 198px;width: 45% !important;margin: 2.5% !important;margin-bottom: 80px !important;}
    .brake-selector div#field_column_1 .gfield_radio li:last-child {margin-right: 2.5% !important;}
    .image-choices-field .image-choices-choice,
    .gform_wrapper .gfield.image-choices-field li.image-choices-choice {width: 45% !important;margin: 2.2% !important;margin-bottom: 80px !important;}
    .gfield.brake-selector-step-block.recommended-products h2 {margin-left: 0px;margin: auto !important;display: table !important;float: none;}
    .brake-type-container h4.brake-type-title {font-size: 20px;line-height: 25px;margin-bottom: 15px;}
    .image-choices-field .image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap {margin-bottom: 0px !important;}
    .call-to-discuss.gfield_html h3 {font-size: 20px;line-height: 29px;letter-spacing: -0.5px;}
    body .gform_wrapper .call-to-discuss.gfield_html {padding: 35px !important;margin-top: 30px !important;}
}

/* END */


/* 641 */

@media screen and (max-width: 641px) {
    .gform_legacy_markup_wrapper .ginput_container span:not(.ginput_price) {margin-bottom: 0px !important;}
}

/* END */


/* 479 */

@media screen and (max-width: 479px) {
    .brake-type-container {margin-bottom: 65px;}
    .brake-selector_wrapper .driving-style ul.gfield_radio li label:before {height: 200px !important;}
    .brake-selector-icons .wpb_column {width: 25% !important;padding: 0px 10px !important;}
    .brake-selector-header h1 {width: 100%;font-size: 38px;line-height: 42px;}
    .brake-selector-intro h3 {font-size: 23px !important;line-height: 30px !important;}
    .brake-selector_wrapper ul.gfield_radio li label:after,
    .brake-selector_wrapper ul.gfield_radio li label:before {width: 85px;height: 85px;}
    .brake-selector div#field_column_1 .gfield_radio li label {padding: 0px 0px 0px 0px;height: 300px; font-size: 15px;line-height: 20px;height: 85px;margin-bottom: 99px !important;}
    .brake-selector .gfield.brake-selector-step-block h2,
    .brake-selector div#field_column_7 h2 {font-size: 26px;line-height: 40px;}
    .brake-selector .gfield.brake-selector-step-block img {width: 42px !important;height: 42px !important;}
    .brake-selector a.results-selector, .brake-selector a.reset-selector {font-size: 14px;line-height: 23px;}
    .brake-selector ul.vehicle-examples li {width: 33.3%;padding: 10px;}
    body .gform_wrapper.brake-selector_wrapper .brake-selector li.gfield.gfield_html ul.vehicle-examples {width: calc(100% + 10px);margin-top: -20px !important;}
    .brake-selector ul.vehicle-examples li span {font-weight: 600;font-size: 11px;line-height: 32px;margin-top: -30px;}
    .brake-selector div#field_column_2 .gfield_checkbox li .rcui__text,
    .brake-selector div#field_column_3 .gfield_checkbox li .rcui__text {font-size: 16px;line-height: 20px;}
    .brake-selector div#field_column_2 input,
    .brake-selector div#field_column_3 input,
    .bhp-tonne-calculation input {text-align: center;font-size: 30px !important;line-height: 45px !important;}
    .bhp-tonne-calculation input {padding-left: 60px !important;}
    .brake-selector ul.vehicle-examples li {width: 50%;padding: 10px !important;}
    body .brake-selector li.gfield.gfield_html ul.vehicle-examples {width: calc(100% + 0px);}
    .brake-selector div#field_column_3 .gfield_checkbox,
    .brake-selector div#field_column_2 .gfield_checkbox {margin-bottom: 0px !important;}
	.brake-selector .vehicle-type .gfield_radio li {width: 49% !important;}
	.gfield.brake-selector-step-block {padding-bottom: 0px;}    
    .brake-selector div#field_column_1 .gfield_radio li {height: 158px;width: 45% !important;margin: 2.5% !important;margin-bottom: 75px !important;}
    .image-choices-field.image-choices-show-labels .image-choices-choice-text {bottom: -30px;font-size: 14px;line-height: 19px;width: 80%;}
    .image-choices-field .image-choices-choice.image-choices-choice-selected .image-choices-choice-image-wrap,
    .image-choices-field .image-choices-choice .image-choices-choice-image-wrap {border: 0px solid #f90a07;}
    .brake-selector .gfield.brake-selector-step-block.recommended-products h2 {font-size: 29px !important;line-height: 30px !important;text-align: center !important;width: 100% !important;margin-left: 0px !important;}
    .brake-type-container h4.brake-type-title {font-size: 18px;line-height: 23px;}
}

/* END */


/* 414 */

@media screen and (max-width: 414px) {
    .brake-selector .gfield.brake-selector-step-block h2,
    .brake-selector div#field_column_7 h2 {font-size: 24px;line-height: 40px;margin-left: 12px !important;}
    .image-choices-field.image-choices-show-labels .image-choices-choice-text {bottom: -30px;font-size: 13px;line-height: 18px;width: 85%;}
    .brake-selector div#field_column_1 .gfield_radio li {height: 152px;}
    .image-choices-field .image-choices-choice,
    .gform_wrapper .gfield.image-choices-field li.image-choices-choice {margin-bottom: 65px !important;}
}

/* END */


/* 350 */

@media screen and (max-width: 350px) {
    .brake-selector_wrapper ul.gfield_radio li label:after,
    .brake-selector_wrapper ul.gfield_radio li label:before {display: none !important;}
    .brake-selector div#field_column_1 .gfield_radio li label {padding: 0px 0px 0px 0px !important; height: 300px !important;text-align: center;}
    body .brake-selector a.reset-selector {margin-top: 20px !important;}
    .brake-selector a.results-selector,
    .brake-selector a.reset-selector {width: 100%;margin-left: 0px !important;margin-right: 0px !important;margin-top: 10px !important;}
    .brake-selector .gfield.brake-selector-step-block h2,
    .brake-selector div#field_column_7 h2 {font-size: 20px;line-height: 35px;letter-spacing: -0.5px;}
    .brake-selector .gfield.brake-selector-step-block img {width: 32px !important;height: 32px !important;}
    .brake-selector .gfield.brake-selector-step-block h2 {margin-left: 13px;}
    .brake-selector div#field_column_6 {margin-top: -10px;}
    .brake-selector div#field_column_1 .gfield_radio li {height: 150px;}

}

/* END */


/* 320 */

@media screen and (max-width: 320px) {
    .brake-selector div#field_column_1 .gfield_radio li {height: 130px;}
    .image-choices-field .image-choices-choice,
    .gform_wrapper .gfield.image-choices-field li.image-choices-choice {width: 44% !important;margin: 2.5% !important;margin-bottom: 65px !important;}
}

/* END */

