/* Wizard-v2 */
@media screen and (min-width: 40em) {
	.checkboxes .brdr-fix-left:before {
		right: 50%!important;
		width: 42%!important;
	}
}

div.checkboxes label:after {
	top: 0.875rem;
	left: 21%;
}

/* Standard cover */
.continue-box-text {
    background-color: rgb(217, 31, 38);
    color: rgb(255, 255, 255);
    font-family: "MuseoSans-Boldest";
    font-size: 2em;
    font-size: 1.875rem;
    padding: 10px 35px;
    text-align: center;
}

.continue-box-text {
	display: none;
}

.continue-box-text.mobile {
	padding: 0;
}

@media screen and (min-width: 64em) {
	.added-notification {
		top: 14.375rem;
	}
	.multi-line + .wrapper {
		top: 0 !important;
		margin-top: 1%;
	}
	div.basket-contents .wrapper .tooltip {
		right: -10px !important;
	}
}

@media screen and (min-width: 64em){
	.added-notification.animate:before {
		left: 85%!important;
		bottom: 345px!important;
	}
}

.search {
	margin-bottom: 0!important;
}

.autocomplete ul {
	background: #fff;
	z-index: 103;
	margin-left: 0;
	margin-bottom: 0;
	position: absolute;
    width: 85.666667%;
	cursor: pointer;
	list-style-type: none;
}
.autocomplete li.active {
     background-color: #b6d323;
}
@media screen and (min-width: 40em) {
	.autocomplete ul {
		margin-left: auto;
		margin-right: auto;
		width: 23.9375rem;
	}
}


@media only screen and (min-width: 320px) and (max-width:479px) {
    .autocomplete ul {
		margin-left: auto;
        margin-right: auto;
        width: 85.666667%;
	}
}

.autocomplete .highlight {
	font-weight: bold;
    line-height: inherit;
}

.checkboxes .formrow label span span {
		border: 0;
}

@media screen and (min-width: 40em) {
	.checkboxes .formrow label span span {
		padding-left: 0rem!important;
		padding-right: 0rem!important;
	}
}

.checkboxes .formrow input[type='checkbox']:checked + span span ,
.checkboxes .formrow input[type='radio']:checked + span span {
    background: #b6d323;
	color: #ffffff;
	-webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}
.formrow .option:nth-child(odd) {
	float: left;
}
.formrow .option:nth-child(even) {
	float: right;
}

.checkboxes .formrow .option label {
    width: auto!important;
}

/* cover selection styling */
.wrapper .aside {
    margin: 0;
    position: absolute;
    top: 12px;
}
.wrapper.right {
	left: auto;
	right: -68px!important;
}
.wrapper.left {
	left: -40px;
	right: auto;
}
.wrapper.left  .tooltip {
    left: 0;
    right: auto;
}

@media screen and (max-width: 39.9375em){
	.formrow {
		width: 60%;
		margin-left: auto;
		margin-right: auto;
	}
}
@media only screen and (min-width: 320px) and (max-width:639px) {
    .formrow {
        width: 49%!important
    }
	.wrapper.left {
		right: -68px!important;
		top: 0!important;
		left: auto!important;
	}
	.wrapper.right  {
		left: auto !important;
		right: -68px !important;
		top: 0px !important;
	}
	.formrow .option:nth-child(odd),.formrow .option:nth-child(even) {
		position:relative;
	}
	.wrapper.left .tooltip {
		left: auto!important;
		right:-12px;
	}
	.multi-line + .wrapper {
		top: 0%!important;
	}
	.section-error p {
		text-align:center;
	}
}

.validation-satisfied .text-input input.search {
	font-family: "MuseoSans"!important;
}

.generic-wizard {
    padding-bottom: 634px!important
}

@media only screen and (min-width: 320px) and (max-width:479px) {
    .generic-wizard {
        padding-bottom:300px!important
    }
}

@media screen and (max-width: 39.9375em) {
	.question .checkboxes:before {
		height: 92% !important;
	}
	/*
	div.formrow:last-of-type:after {
		bottom:9.5rem !important;
	}*/
}

@media only screen and (min-width: 480px) and (max-width:1024px) {
    .generic-wizard {
        padding-bottom:125px!important
    }
}

.basket-help {
	right: 5.75rem!important;
}

@media only screen and (min-width: 320px) and (max-width:359px) {
    .basket-help {
		right: 3.75rem!important;
	}
}
@media only screen and (min-width: 639px) and (max-width:1023px) {
    .basket-help {
		right: 6.75rem!important;
	}
}
@media only screen and (min-width: 1024px) {
	.basket-help {
		top: 1.925rem!important;
	}
}

@media only screen and (min-width: 639px) and (max-width:1023px) {
    .small-basket-container .small-basket .basket-icon {
		top: -6.375rem!important;
    }

	.basket-help {
		top: 0.25rem!important;
		right: 10.75rem!important;
	}

	.multi-line + .wrapper {
		top: 1%!important;
		margin-top: 0;
	}
}

.multi-line  {
	min-height: 45px;
    height: auto!important;
    padding-left: 1.75rem;
    padding-right: 1.75rem;
    border-radius: 1.25rem;
	padding-top: 8px;
    padding-bottom: .4375rem;
    line-height: 1.2em;
}

.validation-satisfied .multi-line {
    border: 2px solid #b6d323!important;
    -webkit-transition: all 0.5s ease;
    transition: all 0.5s ease;
}

.validation-satisfied .checkboxes .formrow .outer-span {
    border: 2px solid #b6d323!important;
}

.validation-satisfied  .checkboxes:before {
	border: 1px solid #b6d323!important;
}

.validation-satisfied .checkboxes .formrow:before {
	border: 1px solid #b6d323!important;
}

/*.question {
    margin-bottom: 4rem!important;
}*/

@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
     /* IE10+ CSS styles go here */
	.added-notification.animate {
		top: 587px;
		margin-left: 50px;
	}
}

.small-basket-container .basket-contents #small-basket-contents {
    display:block!important;
}

.small-basket-container .basket-contents #small-basket-contents ul li.selected {
	display:block!important;
}

.small-basket-container .basket-contents #small-basket-contents ul li.last {
	display:none!important;
}

.small-basket-container .basket-contents #small-basket-contents ul li span {
    width: 53%!important;
	line-height: 1rem!important;
}

.basket-prompt {
    margin-bottom: 5rem;
}

.continue-box-text.mobile {
    text-align: center;
    float: left;
    font-size: 22px;
    font-weight: bold;
}

.section-clearfix {
	width: 100%;
	clear: both;
}

.section-error p {
	margin-top: 1rem;
	float: none;
	margin-bottom: 1rem;
	text-align: center;
}

.first-step .section-error {
	float: left;
    padding: 1.4rem 1.5rem 0rem 1.5rem;
	text-align: center;
}

@media only screen and (min-width: 320px) and (max-width:479px) {
    .continue-box-text.mobile {
        font-size: .9375rem;
    }
}


@media only screen and (min-width: 320px) and (max-width:479px) {
    .checkboxes:before {
		height: 94% !important;
		padding-bottom: 40% !important;
	}
}

.small-basket-container .basket-contents #small-basket-contents ul li .wrapper {
    margin-right: 0.8125rem!important;
}

.small-basket-container {
	min-height: auto!important;
	max-height: auto!important;
}

@media only screen and (min-width: 1024px) {
    .small-basket-container {
		min-height: 0px!important;
		max-height: 0px!important;
	}
}

@media only screen and (min-width: 479px) and (max-width:1023px) {
	.multi-line{
		width: 100%!important;
	}
}

.section-error, .section-error a {
    font-size: 1rem;
    font-family: 'MuseoSans';
    font-weight: 500;
    color: red;
}

.section-error a {
	text-decoration: underline;
}

.section-error a:hover, .section-error a:visited {
	color: red;
}

#C1__p1_dummy-question-set {
	display: none;
}

.radio label:after {
    content: ''!important;
}
