/* Font Faces */
@font-face {
    font-family: 'Helvetica Now';
    src: url(https://www.siriusxm.com/app-download/fonts/helvetica-now/HelveticaNowTextRegular_normal_normal_subset1.woff2) format("woff2");
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Now';
    src: url(https://www.siriusxm.com/app-download/fonts/helvetica-now/HelveticaNowTextMedium_normal_normal_subset1.woff2) format("woff2");
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Now';
    src: url(https://www.siriusxm.com/app-download/fonts/helvetica-now/HelveticaNowTextBold_normal_normal_subset1.woff2) format("woff2");
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Helvetica Now';
    src: url(https://www.siriusxm.com/app-download/fonts/helvetica-now/HelveticaNowDisplayBlack_normal_normal_subset1.woff2) format("woff2");
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

.helvetica-100 {
  font-family: "Helvetica Now", serif;
  font-optical-sizing: auto;
  font-weight: 100;
  font-style: normal;
}

.helvetica-400 {
  font-family: "Helvetica Now", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
}

.helvetica-800 {
  font-family: "Helvetica Now", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
}

* {
    box-sizing: border-box;
}

body, html {
	background-color:#090a1c;
	margin: 0;
    padding: 0;
    font-family: 'Helvetica Now', Arial, sans-serif;
 /*   height: 100%;*/
   /* overflow-x: hidden;*/
}
/*
body {
  overflow-y: hidden !important;
}*/
html {
    scroll-behavior: smooth;
}

button#QSIFeedbackButton-btn {
	display:none !important;
}

/*
 * Sweeps Page Stylesheet
 * Version 2.14
 * All styles are fully namespaced under .sweepsCustom
 * Corrected form grid alignment and checkbox layout.
 */

.sweepsCustom {
    background-color: #fff;
    color: #000;
}

.sweepsCustom .sweeps-container {
    font-family: 'Helvetica Now', Arial, sans-serif;
    margin: 0;
    padding: 0;
    overflow-x: hidden;
}

/* Typography */
.sweepsCustom h1, .sweepsCustom h2 {
    font-weight: 800;
    margin: 0;
    font-size: 2.5rem;
    line-height: 1.2;
}

.sweepsCustom h3 {
    font-weight: 600;
}

.sweepsCustom a {
    color: #0072CE;
    text-decoration: underline;
}

/* Header */
.sweepsCustom #globalNav {
    background-color: transparent;
    height: auto;
    width: 100%;
    z-index: 10;
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 10px;
}

.sweepsCustom .sxm-nav-content-container {
    display: flex;
    align-items: center;
    height: 100%;
    margin: 0 auto;
    max-width: 1200px;
    padding: 0 20px;
}

.sweepsCustom .icon-logo.white {
    color: #fff;
    fill: #fff;
}


/* Intro Section */
.sweepsCustom #introScreen {
    position: relative; 
    padding: 4rem 2rem 4rem;
    text-align: left;
    overflow: hidden; 
    background-color: #000;
    color: #fff;
}

.sweepsCustom .intro-background {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; 
    background-image: url('../images/ed-sheeran_keyart.jpg');
    background-size: cover;
    background-position: center center;
    filter: blur(20px);
    opacity: 0.3;
    transform: scale(1.1);
}

.sweepsCustom .intro-content {
    position: relative;
    z-index: 2;
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 2rem;
    align-items: center;
}


.sweepsCustom .intro-image img {
    width: 100%;
    height: auto;
    border-radius: 8px;
}

.sweepsCustom .cta-container {
    background-color: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 1.5rem;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    margin-top: 0;
}

.sweepsCustom .entry-deadline {
    background-color: #000;
    color: #fff;
    padding: 0.25rem 0.5rem;
    border-radius: 4px;
    font-size: 0.8rem;
    font-weight: bold;
    display: inline-block;
    margin-bottom: 0.5rem;
}

.sweepsCustom .cta-details .subhead {
    font-size: 1rem;
    margin: 0;
    color: #fff;
}


/* General Page Sections */
.sweepsCustom .page-section {
    padding: 2rem 2rem;
}

.sweepsCustom .grid-container {
    max-width: 1200px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: 1fr;
    gap: 0rem 4rem;
}

.sweepsCustom .section-headline h2 {
    margin-bottom: 1rem;
}

.sweepsCustom .section-body p, .sweepsCustom .section-body ul {
    line-height: 1.6;
    margin-bottom: 1rem;
}

.sweepsCustom .section-body ul {
    list-style-position: inside;
}

/* How to Enter Section */
.sweepsCustom .listen-box {
    background-color: #f5f5f5;
    border-radius: 8px;
    padding: 2rem;
    margin-top: 2rem;
    display: grid;
    grid-template-columns: 1fr;
    gap: 1.5rem;
    align-items: center;
}

.sweepsCustom .listen-link {
    font-weight: bold;
}

.sweepsCustom .listen-image img {
    width: 100%;
    max-width: 200px;
    height: auto;
    border-radius: 8px;
}

/* Entry Form Section - UPDATED */
.sweepsCustom #entryDiv {
    background-color: #fff; 
}

.sweepsCustom #entryFormContainer {
    padding: 0;
}

.sweepsCustom #entryForm {
    width: 100%;
    border: none; /* Removed unwanted border */
}

.sweepsCustom #entryForm input,
.sweepsCustom #entryForm select {
    width: 100%;
    padding: 18px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1em;
    background-color: #fff; /* Changed from gray to white */
}


/* CORRECTED Checkbox Width */
.sweepsCustom #entryForm input[type="checkbox"] {
    width: auto;
}

.sweepsCustom .form-group {
    margin-bottom: 0; /* Let the grid handle the gap */
}

.sweepsCustom #entryForm fieldset {
    border: none;
    padding: 0;
    margin: 0 0 2rem 0;
}

.sweepsCustom #entryForm legend {
    font-weight: bold;
    font-size: 1.2rem;
    margin-bottom: 1rem;
}

/* New replacement CSS for form layout */
.sweepsCustom .form-columns {
    display: grid;
    grid-template-columns: 1fr;
    gap: 1rem;
}


/* Mobile: Stack State and Zip fields */
.sweepsCustom .form-group-inline {
    display: grid;
    grid-template-columns: 1fr; 
    gap: 1rem;
}

/* CORRECTED Checkbox Layout */
.sweepsCustom .agreements .checkbox-container {
    display: flex;
    align-items: flex-start; /* Aligns checkbox to top of text */
    gap: 10px;
    font-size: 0.9em;
}

.sweepsCustom .agreements input[type="checkbox"] {
    width: 20px;
    height: 20px;
    min-width: 20px;
    margin-top: 2px; /* Fine-tune vertical alignment */
}

.sweepsCustom .formError {
    color: #d93025;
    font-size: 0.8em;
    margin-top: 5px;
    text-align: left;
    display: none;
}

.sweepsCustom .invalid-field {
    border-color: #d93025 !important;
}

/* Buttons */
.sweepsCustom .sweeps_button_primary {
    display: inline-block;
    background-color: #0072CE;
    color: #fff;
    padding: 1rem 2rem;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    margin: 0;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
    width: 100%;
    text-align: center;
}

.sweepsCustom .sweeps_button_primary:hover {
    background-color: #00569e;
}

/* FAQ Section */
.sweepsCustom #faqDetails {
    background-color: #fff;
}

.sweepsCustom #faq-accordion .faq-item {
    border-bottom: 1px solid #ddd;
}

.sweepsCustom .faq-toggle {
    width: 100%;
    background: none;
    border: none;
    text-align: left;
    padding: 1rem 1rem;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1.1em;
    color: #000;
}

.sweepsCustom .faq-toggle h3 {
    padding-right: 15px; 
	font-size:1.1rem;
}

.sweepsCustom .toggle-icon {
    font-size: 1.5em;
    font-weight: bold;
    transition: transform 0.3s ease-in-out;
    flex-shrink: 0;
}

.sweepsCustom .faq-toggle[aria-expanded="true"] .toggle-icon {
/*    transform: rotate(45deg); */
}

.sweepsCustom .faq-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease-in-out;
}

.sweepsCustom .faq-content p {
    padding: 0 0rem 0rem 1rem;
}

/* Legal Text Styling */
.sweepsCustom .legal {
    font-size: 0.8rem;
    color: #bbb;
    text-align: center;
    line-height: 1.4;
}

.sweepsCustom .sr-only {
/*    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;*/
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

.sweepsCustom #confirmScreen {
    background-color: #090a1c;
    color: #fff;
}
.sweepsCustom #confirmScreen video {
    width: 100%;
    /*max-width: 560px;*/
    margin: 1.5rem auto;
    display: block;
    border-radius: 8px;
}

.sweepsCustom #confirmScreen .section-headline h2 {
    color: #fff;
    font-size: 3rem; /* Make headline a bit bigger */
}

.sweepsCustom #confirmScreen .section-body {
    color: #fff;
}

.sweepsCustom #confirmScreen .section-body h3 {
    font-size: 1.5rem;
    margin-top: 2rem;
    margin-bottom: 1rem;
    font-weight: 700;
}

.sweepsCustom #confirmScreen .section-body p {
    font-size: 1rem;
    line-height: 1.6;
}

.sweepsCustom #confirmScreen .highlight-text {
    color: #f9ca00;
    font-weight: bold;
    font-size: 1.1rem;
}

.sweepsCustom #confirmScreen .sweeps_button_primary {
    margin-top: 1.5rem;
}

 


/* Responsive Grid Layouts (Desktop) */
@media (min-width: 768px) {
	
	.sweepsCustom .legal {
    grid-column: 1 / -1; /* Makes the div span the full width of the container */
    margin-top: -1rem;  /* Uses a negative margin to pull it closer to the CTA container above it */
}
    .sweepsCustom .intro-content {
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto auto;
    }
	

	
    .sweepsCustom .intro-text {
        grid-column: 1 / 2;
        grid-row: 1 / 2;
    }
    
    .sweepsCustom .intro-image {
        grid-column: 2 / 3;
        grid-row: 1 / 2;
    }

    .sweepsCustom .cta-container {
        grid-column: 1 / -1;
        grid-row: 2 / 3;
        flex-direction: row;
        justify-content: space-between;
        align-items: center;
    }

    .sweepsCustom .grid-container {
        grid-template-columns: 1fr 2fr;
        gap: 2rem 6rem;
        align-items: start;
    }
    
    .sweepsCustom #entryDiv .grid-container,
    .sweepsCustom #faqDetails .grid-container {
        align-items: start;
    }

    .sweepsCustom .listen-box {
        grid-template-columns: 2fr 1fr;
    }
    
.sweepsCustom .form-columns {
    grid-template-columns: 1fr 1fr;
    gap: 1rem 1rem; /* Tighter vertical and horizontal spacing */
}

/* Place each field in the two-column desktop layout */
#firstName-group    { grid-area: 1 / 1; }
#lastName-group     { grid-area: 1 / 2; }
#email-group        { grid-area: 2 / 1; }
#confirmEmail-group { grid-area: 2 / 2; }
#phone-group        { grid-area: 3 / 1; }
#address1-group     { grid-area: 3 / 2; }
#city-group         { grid-area: 4 / 1; }
#stateZip-group     { grid-area: 4 / 2; }


/* Desktop: Place State and Zip fields side-by-side */
.sweepsCustom .form-group-inline {
    display: grid; 
    grid-template-columns: 1fr 1fr; 
    gap: 1rem; 
}

    .sweepsCustom .sweeps_button_primary {
        width: auto;
        min-width: 185px;
    }
		.sweepsCustom .intro-text h1 {
    font-size: 3.5rem;
}

.sweepsCustom .grid-container {
    gap: 2rem 4rem;
}
	
	   .sweepsCustom #confirmScreen .section-headline h2 {
        font-size: 3.5rem;
    }
	
	.sweepsCustom .page-section {
    padding: 4rem 2rem;
}
}
