main.home {
   display: flex;
}
main.home div.promotionheroimage,main.home div.simple-signup {
  flex: 0 50%;
  aspect-ratio: 4 / 4.25;  /* set what your design needs */
}
.promotionheroimage.aem-GridColumn {
   background-color: #21409A;
}
.simple-signup.aem-GridColumn {
    overflow-y: auto;
    display: flex;
    flex-direction: column;
    background-color: #006BFF;
    color: #FFFFFF;
    padding-top: 40px;
}
.promotionheroimage img {
  width: 100%;
  height: 100%;
  object-fit: cover;    /* fills the box, crops if needed */
  display: block;
}
/* Hide markuptext from grid layout since it will be moved via JavaScript */
main.home .markuptext.aem-GridColumn {
    display: none;
    /* Temporarily hidden until moved by script */
}

/* Style for markuptext after it's moved inside simple-signup */
.simple-signup .markuptext {
    display: block;
    grid-column: unset;
    grid-row: unset;
    height: auto;
}


/* Ensure images scale properly */
.promotionheroimage img {
    width: 100%;
    height: auto;
}

/* Optional: Add some padding to right column content */

h2.footer-logo {
    display: none;
}


.knova-soccer-abbr a {
    text-decoration: underline;
}

.footer-legal {
    padding: 25px;
    background-color: #ED1848;
    color: #FFFFFF;
    display: flex;
    justify-content: space-evenly;
}

.footer-legal a {
    text-decoration: none;
    color: #FFFFFF;
    font-family: HelveticaLTStd;
}
.footer-legal a:hover {
    text-decoration: underline;
}

.rv7-button {
    background-color: #ED1848;
    color: #FFFFFF;
    text-transform: uppercase;
    font-family: 'OpenSans-Bold';
    font-size: 28.21px;
    line-height: 100%;
    font-weight: 900;
    padding: 11.75px;
    border-radius: 15.28px;
    border: none;
    width: 50%;
    text-align: center;
}

.rv7-button:hover {
    background-color: #FFFFFF;
    color: #ED1848;
}
.form-control-label,
.simple-signup .form-inner input,
.simple-signup .form-inner textarea,
.simple-signup .form-inner select{
    max-width: 100%;
    border-radius: 0px !important;
}
.simple-signup>.simple-signup{
    width: 70%;
    margin: 0 auto !important;
    padding: 0px;    
}
.signup-button{
    text-align: center;
}
.simple-signup .form-inner input[type="checkbox"]{
    width: auto;
}
.simple-signup form input[type="checkbox"]:not(:checked), form input[type="checkbox"]:checked{
    position: relative
}
.rv7-consent-text a{
    color: #FFFFFF;
}
.simple-signup-subscription + .rv7-consent-text {
    margin-left: 10px;
}
.simple-signup .privacypolicy {
    margin-bottom: 1em !important;
}
.simple-signup .subscription{
	margin: 0 0;
}
.simple-signup .label-after{
	width: 100%;
}
.simple-signup .login-form-captcha{
	display: flex;
	justify-content: center;
	border: none;
}
.signup-monthyear {
    max-width: 100%;
}
.signup-monthyear select {
    color: #757575;
}
.rv7-TFA-container {
    text-align: center !important;
}
.link-text{
    background-color: transparent;
    border: none;
    color: #FFFFFF;
    text-decoration: underline;
    font-size:16px;
}
.twofa-success-message{
    color: #FFFFFF;
}
.twofa-step-1c{
    padding-bottom: 10px;
}
.signup-monthyear select {
    color: #000000;
}
.rv7-TFA-container h2{
    font-size: 2rem; 
}
.rv7-TFA-container .rv7-button{
    width: 50%;
}
.rv7-TFA-container h2, .rv7-generic-error-container h1{
    font-size: 2rem;
    color: #ffffff;
}
 .rv7-generic-error-container p{
    font-size: 1rem;
    color: #ffffff;
    text-align: center;
}
.rv7-generic-error-container{
   text-align: center;
   margin: 30px 0px;
}
.rv7-generic-error-container h1{
    border-bottom: none;
}
.signup-error-field,
.rv7-error-field,
.twofa-form-errors,
.simple-signup-error-form {
    margin-top: 5px;
    color: #fff200;
    background: #21409A;
}
.link-text{
	cursor: pointer;
}
@media (min-width: 320px) and (max-width: 768px) {
	main.home>div {
      flex: 1;
    }
    .promotionheroimage img {
      width: 100%;
      height: auto;
      display: block;
      background-color: #21409A;
    }
    main.home {
       display: flex;
    }
    main.home div.promotionheroimage,main.home div.simple-signup {
      aspect-ratio: auto;  /* set what your design needs */
    }
    main.home {
      flex-direction: column;
	}
	.simple-signup.aem-GridColumn {
	    height: auto;
	    overflow-y: visible;
	    display: flex;
	    flex-direction: column;
	    background-color: #006BFF;
	    color: #FFFFFF;
    	padding-top: 0px;
	}
	.simple-signup-body{
		padding: 10px 10px;
	}
	.simple-signup .simple-signup-reg-recaptcha {
		width: 100%;
		margin: auto;
        text-align: -webkit-center;
	}
	.simple-signup .login-form-captcha{
		padding: 0px;
	}
	.knova-soccer-abbr{
		padding: 10px 10px;
	}
	.footer-legal {
	    display: flex;
	    flex-wrap: wrap;
	    justify-content: center;
	    gap: 15px;
	}
	.footer-legal a {
	    flex: 0 1 calc(50% - 7.5px);
	    text-align: left;
	    display: block;
		font-size: 13px;
		font-weight: 700;
		font-family: Inter;
	}
	.footer-legal a:nth-child(7) {
	    flex: 0 1 calc(50% - 7.5px);
	    margin-right: auto;
	}
    .rv7-button, .rv7-TFA-container .rv7-button{
        width: 90%;
        font-size: 24px;
    }
    .simple-signup-section h1 {
        font-size: 24px;
    }
    .simple-signup-section h3 {
        font-size: 20px;
    }
    .simple-signup-section label {
        font-size: 16px !important;
    }
    .simple-signup>.simple-signup{
        width: 90%;    
    }
}