
/* 
CheezitYellow - #FFBB00
*/
@font-face {
	font-family: 'futura-pt-condensed';
	src: url('/content/dam/global/promotions/cheez-it-college-football/fonts/Futura-PT-Cond-Medium.ttf');
}
.cheezit_ag_container {
  background: #C82026;
  color: white;
  padding: 10px 40px 40px 40px;
  text-align: center;
  width:30%;
  margin: auto;
  border: 5px solid #FFBB00;
  font-family: 'futura-pt-condensed';
  margin-top: 9%;
   margin-bottom: 9%;
}
.cheezit_ag_container select:focus{
	outline: none;
}
.cheezit_ag_container p, 
.cheezit_ag_country label,
.cheezit_ag_dob label{
    text-transform: uppercase
}
.cheezit_ag_container p, 
.cheezit_ag_country label{
    font-size: 14px;
    font-weight: 600;
}
.cheezit_ag_dob label{
    font-size: 12px;
}
.cheezit_ag_country select{
	border: 2px solid #FFBB00;
	border-radius: 3px;
	height: 50px;
	text-transform: uppercase;
	font-size: 16px;
}
.cheezit_ag_container p.cheezit_ag_pp_content {
	font-size: 10px;
}
/* Country dropdown */
.country-section select {
  padding: 10px 20px;
  border-radius: 20px;
  border: 1px solid #FFFFFF;
  background: transparent;
  color: #FFFFFF;
  cursor: pointer;
  width: 200px;
  text-align: center;
}

/* Fix dropdown options */
.country-section select option {
  color: black;
}

/* DOB inputs */
.dob-section {
  margin: 20px 0;
}

.dob-section input {
  width: 70px;
  padding: 10px;
  margin: 0 8px;
  text-align: center;
  font-size: 18px;
  border: none;
  border-bottom: 2px solid white;
  background: transparent;
  color: white;
}

/* Button */
.button-cta {
  background: #FFBB00;
  color: #370207;
  border: none;
}
.button-cta:hover {
  background: #FFA200;
 // outline: none;
}
.cheezit_ag_country option,
.cheezit_ag_dob_field option{
    color: red;
    font-weight: 500;
    text-align: left;
}
/* Error message */
.error {
  color: #ffcccc;
  margin-top: 10px;
  font-size: 14px;
}
 .cheezit_ag_dob {
    display: flex;
    gap: 10%;
    align-items: flex-start;
    flex-wrap: nowrap;
    width: 100%;
    padding-bottom: 15px;
  }

	.cheezit_ag_dob_field {
    display: flex;
    flex-direction: column;
    min-width: 25%;
    flex: 1;
  }

  .cheezit_ag_dob_field label {
    margin-bottom: 4px;
  }
  p#cheezit_ag_dobError {
    background: #FFBB00;
    color: #c92027;
    padding: 3px;
    font-weight: 400;
    margin: 0 0 10px 0;
}
.cheezit_ag_dob select {
    font-size: 1.5rem;
    border-top:none;
    border-left:none;
    border-right:none;
    padding:0.45em;
    text-align: center;
    text-align-last: center;
    border-bottom: 5px solid #FFBB00;
}
.cheezit_ag_formError{
	display:none;
    padding-top: 30px;
    font-size: 25px;
}
.cheezit_ag_formError a{
	color: #fff;
    text-decoration:underline;
}
.cmp-container .container.responsivegrid {
    padding: 11rem 0 5.5rem 0;
    background: url(/content/dam/global/promotions/cheez-it-college-football/images/BeerCheezLogo-L.svg), url(/content/dam/global/promotions/cheez-it-college-football/images/AgeGateBG-XL.png);
    background-repeat: no-repeat;
    background-size: 20% ,contain;
    background-position: 3% 12%, 0 88px;
    min-height: 712px;
}
@media (min-width: 1401px) and (max-width: 2400px) {
   .cmp-container .container.responsivegrid {
		padding: 11rem 0 5.5rem 0;
		background: url(/content/dam/global/promotions/cheez-it-college-football/images/BeerCheezLogo-L.svg), url(/content/dam/global/promotions/cheez-it-college-football/images/AgeGateBG-XL.png);
		background-repeat: no-repeat;
		background-size: 20% ,contain;
		background-position: 3% 12%, 0 88px;
		min-height: 900px;
	}
}
@media (min-width: 769px) and (max-width: 1024px) {
	.cmp-container .container.responsivegrid {
		padding: 11rem 0 1rem 0;
		background: url(/content/dam/global/promotions/cheez-it-college-football/images/BeerCheezLogo-L.svg), url(/content/dam/global/promotions/cheez-it-college-football/images/AgeGateBG-L.png);
		min-height: 500px;
		background-repeat: no-repeat;
		background-size: 20% ,contain;
		background-position: 3% 20%, 0 88px;
	}
    .cheezit_ag_dob select {
    	font-size: 1rem !important;
    }
    .button-cta {
      min-width: 30%;
    }
    .cheezit_ag_container {
      padding: 0px 10px 10px 10px;
      margin-top: 2%;
    }
    .cheezit_ag_country select{
        height: 40px;
    }
    .cheezit_ag_container p, 
    .cheezit_ag_country label{
        margin: 10px 0px;
    }
}
@media (min-width: 320px) and (max-width: 768px) {
	.cmp-container .container.responsivegrid {
		padding: 11rem 0 1rem 0;
		background: url(/content/dam/global/promotions/cheez-it-college-football/images/BeerCheezLogo-MB.png), url(/content/dam/global/promotions/cheez-it-college-football/images/AgeGateBG-MB.png);
		min-height: 190vw;
		background-repeat: no-repeat;
		background-position: 14% 120px, 0 88px;
		background-size: 30vw ,contain;
	}
    .cheezit_ag_container {
      padding: 10px;
      width:75%;
	 }	
    .cheezit_ag_dob select {
    	font-size: 1rem !important;
    }
}
@media (min-width: 500px) and (max-width: 768px) {
	.cmp-container .container.responsivegrid {
		min-height: 200vw;
	}
}
