/* 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.1
 * All styles are fully namespaced under .sweepsCustom
 */
.sweepsCustom {
    font-family: 'Helvetica Now', Arial, sans-serif;
}

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

/* Typography */
.sweepsCustom h1,
.sweepsCustom h2,
.sweepsCustom h3 {
    font-weight: 600;
}

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

/* Header */
.sweepsCustom #globalNav {
    height: 50px;
    width: 100%;
    z-index: 10;
	padding-top:15px;
}

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

/* Intro Section - Updated for Single-Column Layout */
.sweepsCustom #introScreen {
    padding: 20px;
    text-align: center;
}

.sweepsCustom .introCopy {
    font-size: 2.5em;
  font-family: "Helvetica Now", serif;
  font-optical-sizing: auto;
  font-weight: 800;
  font-style: normal;
    margin-bottom: 5px;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
}

.sweepsCustom .image-container,
.sweepsCustom .mobile-image {
    max-width: 600px; /* Adjust max-width of images as needed */
    margin-left: auto;
    margin-right: auto;
}

.sweepsCustom .image-container img,
.sweepsCustom .mobile-image {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}

/* By default, hide the desktop image container and show the mobile one */
.sweepsCustom .image-container {
    display: none;
}

.sweepsCustom .mobile-image {
    display: block;
}

.sweepsCustom .info-box {
    max-width: 500px;
    margin: 0 auto;
}

.sweepsCustom .seeOfferDetails {
    font-size: 1em;
	  font-family: "Helvetica Now", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
    color: #ffffff;
    line-height: 1.5;
}

.sweepsCustom .sweeps_button_primary {
    display: inline-block;
    background-color: #fbd23a;
    color: #000;
    padding: 15px 30px;
    border-radius: 30px;
    text-decoration: none;
    font-weight: 700;
    text-transform: uppercase;
    margin: 20px 0;
    border: none;
    cursor: pointer;
    transition: background-color 0.3s;
}

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


/* Entry Form Section */
.sweepsCustom #entryDiv {
    padding: 20px;
    background-color: #ffffff;
	color:#000;
}

.sweepsCustom #entryDiv a {
    color: #000;
    text-decoration: underline;
}

.sweepsCustom #entryFormContainer {
    max-width: 600px;
    margin: 0 auto;
/*    background: #202d62;*/
    padding: 20px;
    border-radius: 12px;
}

.sweepsCustom #entryCongrats h1 {
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.sweepsCustom #entryCongrats p {
    text-align: center;
    line-height: 1.5;
}

.sweepsCustom #entryForm fieldset {
    border: none;
    padding: 0;
    margin: 0 0 20px 0;
}

.sweepsCustom #entryForm legend {
    font-weight: 600;
    font-size: 1.2em;
    margin-bottom: 15px;
}

.sweepsCustom .form-group {
    margin-bottom: 15px;
}

.sweepsCustom .form-group-inline {
    display: flex;
    gap: 15px;
}

.sweepsCustom .form-group-inline .form-group {
    flex: 1;
}

/* Make form input fields show pointer on hover */
.sweepsCustom #entryForm input:hover,
.sweepsCustom #entryForm select:hover,
.sweepsCustom #entryForm textarea:hover {
    cursor: pointer;
}

.sweepsCustom select,
.sweepsCustom select option {
    color: #000 !important;
    background-color: #fff !important;
    -webkit-text-fill-color: #000 !important; /* Fixes iOS Safari */
    appearance: none; /* Remove OS default styling */
    -webkit-appearance: none;
    -moz-appearance: none;
}


.sweepsCustom #entryForm input[type="text"],
.sweepsCustom #entryForm input[type="email"],
.sweepsCustom #entryForm input[type="number"],
.sweepsCustom #entryForm input[type="tel"],
.sweepsCustom #entryForm select {
    width: 100%;
    padding: 12px;
    border: 1px solid #ccc;
    border-radius: 6px;
    font-size: 1em;
}

.sweepsCustom #entryForm .agreements {
    display: flex;
    align-items: flex-start;
    gap: 10px;
}

.sweepsCustom #entryForm input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-top: 2px;
}

.sweepsCustom #entryForm button[type="submit"] {
    width: 100%;
}

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

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

/* Confirmation Section */
.sweepsCustom #confirmScreen {
    padding: 40px 20px;
    text-align: center;
}

.sweepsCustom .confirm-content {
    max-width: 800px;
    margin: 0 auto;
}

.sweepsCustom #confirmScreen video {
    width: 100%;
    max-width: 600px;
    border-radius: 8px;
    margin: 20px 0;
}

/* Details and FAQ Sections */
.sweepsCustom #contestDetails{
	    padding: 40px 20px 0px 20px;
}

.sweepsCustom #faqDetails {
    padding: 40px 20px;
}

.sweepsCustom #contestDetails .content-container,
.sweepsCustom #faqInner {
    max-width: 1080px;
    margin: 0 auto;
    background: #fff;
    color: #000;
    padding: 20px;
    border-radius: 12px;
}

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

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

.sweepsCustom .faq-toggle h3 {
    padding-right: 15px; /* Add space between text and icon */
	font-size:1em;
}

.sweepsCustom .toggle-icon {
    font-size: 1em;
    font-weight: bold;
    transition: transform 0.3s;
    flex-shrink: 0; /* Prevent icon from shrinking */
}

/* REMOVED incorrect rotation for the expanded state */
.sweepsCustom .faq-toggle[aria-expanded="true"] .toggle-icon {
    transform: none; 
}

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

.sweepsCustom .faq-content p {
    padding: 0 15px 15px 15px;
}

.sweepsCustom .form-header {
    max-width: 600px;
    margin: 0 auto 20px auto;
    text-align: center;
}

.sweepsCustom .form-header h1 {
    color: #000;
    font-size: 1.8em;
    margin-bottom: 10px;
}

.sweepsCustom .form-header p {
    color: #333;
    line-height: 1.5;
}

.sweepsCustom .sponsor-section {
    margin-top: 5px;
    padding-top: 0px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    text-align: center;
}

.sweepsCustom .sponsor-section h4 {
    color: #000;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 1px;
    margin-bottom: 15px;
}

.sweepsCustom .sponsor-section img {
    max-width: 100%;
    height: auto;
    border-radius: 6px;
}

/* Footer */
.sweepsCustom #footerDiv {
    padding: 0px;
    background-color: #000;
}

/* Responsive Styles */
@media (max-width: 767px) {
    .sweepsCustom .form-group-inline {
        flex-direction: column;
        gap: 0;
    }
	.sweepsCustom .introCopy {
    font-size: 1.75em;

}
	.sweepsCustom .image-container img, .sweepsCustom .mobile-image {
    width: 75%;
}
}

/* On screens 768px or wider, show desktop image and hide mobile */
@media (min-width: 768px) {
    .sweepsCustom .image-container {
        display: block;
    }

    .sweepsCustom .mobile-image {
        display: none;
    }
}

.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;*/
}