/* ----------------------------------------- */
/* Start Progress Bar  */
/* ----------------------------------------- */  

.full-width {
	width: 100%; 
	padding: 2rem 0;
}

.row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -15px;
    margin-left: -15px;
    width: 65%;
    margin: 0 auto;
}
h1 {
    font-weight:900;
}
.gold {
    color:#FFC800;
}
.pound-play {
    position: absolute;
    top: 0;
    right: 0;
}
.col {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
    position: relative;
    width: 100%;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
}
 .form-progress__item {
 
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    
    height: auto;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    position: relative;
    text-align: center;
}
.form-progress__item-title {
   padding:0 0 1rem;
}
.form-progress__item-marker {
    background-color: #fff;
    border: 4px solid #207eef;
    border-radius: 50%;
    content: " ";
    display: block;
    z-index: 1;
    padding: 1rem 1.2rem;
   
}
.form-progress__item-marker {
font-weight: bold;
line-height: 1;
font-size: 1rem;
margin: 0 auto;
}
.form-progress__item.active .form-progress__item-marker {
    background-color: #002877;
    border-color: #002877;
    color: #fff;
 
}
.form-progress__item.complete .form-progress__item-marker {
    background-color:#002877;
    border-color: #002877;
    color: #fff; 
}

.form-progress__item::after {
	bottom: 24px;
	content: " ";
	display: block;
	left: 50%;
	position: absolute;
	width: 100%;
	border: 3px solid #002877;
}
.form-progress__item.last:after {
    background:none;
    width: 0;
    border-bottom:none;
}
.row.margin {
	margin:1rem auto 3rem;
	text-align: center;
	display: block;
	width:100%;
}
.row.margin .large {
    display:block;
    font-size:1.5rem;
    margin:1rem 0 0;
}

/* ----------------------------------------- */
/* End Progress Bar  */
/* ----------------------------------------- */


input[type="radio"] {
	height: 0;
	visibility: hidden;
	width: 0;
	z-index: -1;
	position: absolute;
}
.ul_frequency {
	display: flex;
	gap: 1rem;
}

input[name="product_code"] + label, input[name="donation_option"] + label {
	border: 2px solid #002877;
	color: #002877;
	font-size: 20px;
	height: auto;
	cursor: pointer;
	line-height: 1;
	margin: 0;
	padding: 1rem ;
	position: relative;
	text-align: center;
	width: 100%;
	display: inline-block;
	left: 0;
	z-index: 2;
	font-size: 2rem;
	font-weight: bold;
	border-radius: .5rem;
	box-sizing: border-box;
}
input[name="product_code"] + label span, input[name="donation_option"] + label span {
    display:block;
    font-size:1rem;
}
.svPurchase-stage-CVEntrant {
	margin: 0 auto;
	width: 70%;
}

.form_container {
    width:100%;
}
.controls-box {
	display: block;
	margin: 2rem 0 0;
}

#giftaid-stage-group input[type="checkbox"] + label {
	display: inline-block;
	font-size: 1.1rem;
	color: #000;
	font-weight: bold;
	vertical-align: top;
	width: 80%;
	margin: 0 0 0 .5rem;
}

.journey-group-container {
	display: grid;
	grid-template-columns:1fr 1fr;
	gap: 0 1rem;
	margin: 0 0 1rem;
}
#howmanyentrieswouldyoulike-stage-group > *, #giftaid-stage-group > *, #dataprotection-stage-group > p, #paymentdetails-stage-group > *,
#howmanychanceswouldyoulike-stage-group > * {
	grid-column: 1 / -1;
}
#dataprotection-stage-group > p, #giftaid-stage-group > p {
	margin: 5px 0;
}
.journey-group-container :first-child, .form_error, .bottom_error {
	grid-column: 1 / -1;
}

#dob\[\]-form-row .form-item {
	display: grid;
	gap: 0 1rem;
	grid-template-columns: 1fr 1fr 1fr;
}
.field select.day, .field select.month, .field select.year {
	width: 100%;
}
.field select.month {
    margin:0;
}
#dob\[\]-form-row .form-item  .validate-icon {
    display:none;
}
#house_no-form-row {
	grid-column: 1 / 1;
}
#contactdetails-stage-group, #addresssearch-stage-group {
	margin: 0;
}
#banksortcode-stage-group .form-item {
	grid-column: 1 / 1;
}
#banksortcode-stage-group .form-item div {
	display: grid;
	gap: 0 1rem;
	grid-template-columns: 1fr 1fr 1fr;
}
#banksortcode-stage-group .form-item div :first-child {
	grid-column: 1/ 1;
}
strong {
	font-weight: bold;
}

@media only screen and (max-width: 60em) { /*XX width*/
.row {
    width:80%;
}
}
@media only screen and (max-width: 50em) { /*800 width*/
.row {
    width:100%;
}
}
@media (max-width:695.9px){
    .svPurchase-stage-CVEntrant {
	margin: 0 auto;
	width: 100%;
}
#dataprotection-stage-group {
	grid-template-columns: 1fr;
}
}
@media (max-width:431.9px){
    .ul_frequency {
 
	flex-direction: column;
}
.journey-group-container {
    grid-template-columns: 1fr;
}
}