/* cc-2026v2.css — Merged & deduplicated from cc-2024.css, cc-2024_plans.css, cc-2026.css */


/* ===== UTILITIES ===== */

.wrapper.small { max-width: 975px; }
.align-left > *, .align-left { text-align: left !important; }
.align-right > *, .align-right { text-align: right !important; }
.white-text > *, .white-text a, .white-text a:visited { color: #FFFFFF !important; }

/* Disable transitions (cc-2026) */
.wrapper, h1#ew-logo a, h2.big-heading, .pretitle {
	transition: none;
	-webkit-transition: none;
}


/* ===== PAGE ===== */

body, #cc23-page { background-color: #FFFFFF; }
#cc23-page .wrapper { text-align: center; }


/* ===== PRODUCT CENTERSTAGE ===== */

#product-centerstage h1 { display: none; }
#product-centerstage p.button { display: block; width: 100%; text-align: center; margin-top: 0px; }
#product-centerstage p.button a {
	background-color: #e22728;
	border-radius: 0px;
	font-size: 17px;
	font-weight: normal;
	padding: 8px 25px;
}
#product-centerstage p.button a:hover { background-color: #cf1819; }


/* ===== HEADINGS ===== */

.overview-section h2.big-heading, .fullmedia-section h2.big-heading,
.overview-section h3.big-heading, .fullmedia-section h3.big-heading { margin-bottom: 25px; }

.overview-section h2.big-heading:last-child, .fullmedia-section h2.big-heading:last-child,
.overview-section h3.big-heading:last-child, .fullmedia-section h3.big-heading:last-child,
.overview-section p:last-child, .fullmedia-section p:last-child { margin-bottom: 0px; }

h2.big-heading.black-friday-title, h2.medium-heading.black-friday-title,
h3.big-heading.black-friday-title, h3.medium-heading.black-friday-title {
	font-family: "tachyon", sans-serif;
	font-weight: 400;
	font-style: normal;
	line-height: 1.1em;
}
h2.big-heading.bigger, h3.big-heading.bigger { font-size: 38px; text-align: center; }
#composers-section .cc-bubble h2.big-heading:not(.no-gradient),
#composers-section .cc-bubble h3.big-heading:not(.no-gradient) { font-size: 40px; }

h6 { font-size: 20px; font-weight: 600; color: #FFFFFF; }

h1#cc-header {
	font-size: 22px;
	background: url('/images/ew-logo_1.svg') center top no-repeat;
	background-size: 100px auto;
	padding-top: 120px;
	text-align: center;
	font-weight: normal;
}


/* ===== BUTTONS ===== */

p.button a {
	border-radius: 35px;
	font-size: 20px;
	padding: 12px 60px;
	min-width: 100px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	background-color: #c80509;
	color: #FFFFFF !important;
}
p.button.centered { display: block; text-align: center; }

p.cc-play a, p.cc-video a {
	display: block;
	text-indent: -99999px;
	width: 40px; height: 40px;
	background: url('/images/cc24_play-button_1@2x.png') no-repeat;
	background-size: 40px auto;
	cursor: pointer;
}
p.cc-play.playing a { background-image: url('/images/cc24_pause-button_1@2x.png'); }


/* ===== TEXT ===== */

p.subheading { font-size: 16px; }
.small-text { font-size: 13px; }


/* ===== BUBBLE / MEDIA ===== */

.cc-bubble .mediatext { padding: 25px 0px 15px 0px; }
.cc-bubble .mediatext p { margin-bottom: 25px; }
#composers-section .cc-bubble .media-col { text-align: center; }


/* ===== SECTIONS ===== */

/* #coming-soon-section base color from cc-2026 */
#coming-soon-section {
	background-color: #c80509;
	padding-top: 15px;
	padding-bottom: 15px;
}
#coming-soon-section h2 { font-size: 30px; }

ul.cc-banners li img { display: block; width: 100%; }
#chapters-section { position: relative; }

/* product highlight paragraph font-size — base value; overridden per breakpoint below */
.cc-product-highlight p, .highlight-section p, .chapter-container p { font-size: 15px; }


/* ===== HIGHLIGHTS ===== */

.highlight-section {
	position: relative;
	border-radius: 35px 35px;
	overflow: hidden;
	margin-bottom: 35px;
	background-color: #000000;
	text-align: center;
}
.cc-product-highlight { position: relative; }
.highlight-section .cc-product-highlight { display: none; }
.highlight-section .cc-product-highlight:first-child { display: block; }
.highlight-multi .cc-product-highlight { padding-bottom: 200px; }
.highlight-multi .highlight-controls {
	position: absolute;
	bottom: 45px;
	width: calc(100% - 50px);
}
.product-highlight-container { padding: 35px 25px; }
.highlight-multi .product-highlight-container { padding: 35px 25px 0px 25px; }

.highlight-section .highlight-laptop {
	position: relative;
	width: 100%;
	max-width: 750px;
	margin: 0 auto; margin-bottom: 25px;
}
.highlight-section .highlight-laptop .laptop-screens {
	position: absolute;
	top: 6%; left: 12%; right: 12%;
}
.highlight-section .highlight-laptop .laptop-screens img { display: none; width: 100%; }
.highlight-section .highlight-laptop .laptop-screens img:first-child { display: block; }
.highlight-section .highlight-laptop .laptop-spacer img { display: block; width: 100%; }

.highlight-section .product-banners { position: relative; margin-bottom: 25px; }
.highlight-section .product-banners-container img { display: none; }
.highlight-section .product-banners-container img:first-child { display: block; }
.highlight-section .product-banners .banner-arrows, .highlight-laptop .laptop-arrows { display: none; }

.highlight-section .product-banners .banner-arrows .banner-arrow,
.highlight-laptop .laptop-arrows .laptop-arrow {
	width: 30px; height: 30px;
	background: url('/images/cc24_next-button_1@2x.png') no-repeat;
	background-size: 30px auto;
	position: absolute;
	top: 50%;
	cursor: pointer;
}
.highlight-section .product-banners .banner-arrows .banner-arrow.arrow-left,
.highlight-laptop .laptop-arrows .laptop-arrow.arrow-left {
	left: 3%;
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
}
.highlight-section .product-banners .banner-arrows .banner-arrow.arrow-right,
.highlight-laptop .laptop-arrows .laptop-arrow.arrow-right { right: 3%; }


/* ===== SECTION CONTROLS ===== */

.section-controls .product-controls { display: none; }
.section-controls #controls-pd, .section-controls #controls-steinway { display: block; }
.section-controls { text-align: center; padding-top: 10px; }
.section-controls p { padding: 0px 15px; }
.section-controls p:first-child { padding-left: 0px; }
.section-controls p:last-child { padding-right: 0px; }
.section-controls p.button { margin: 0px; }
.section-controls p.button a {
	border: none;
	font-weight: normal;
	padding: 8px 45px;
	font-size: 15px;
	background-color: #c80509;
}
.section-controls p.cc-play, .section-controls p.cc-video { display: inline-block; margin: 0px; }


/* ===== SECTION NAV (max-width 840px from cc-2026 wins) ===== */

.section-nav { max-width: 840px; margin: 0 auto; }
.section-nav ul { text-align: center; }
.section-nav ul li {
	display: inline-block;
	font-size: 14px;
	text-transform: uppercase;
	padding: 0px 10px 0px 5px;
	border-right: 1px solid #000000;
	list-style: none;
}
.section-nav ul li.active { font-weight: bold; }
.section-nav ul li a { color: #000000; }
.dark-section .section-nav ul li { border-right: 1px solid #CACACA; }
.dark-section .section-nav ul li a { color: #CACACA; }
.dark-section .section-nav ul li.active { border-right: 1px solid #FFFFFF; }
.dark-section .section-nav ul li.active a { color: #FFFFFF; }
.dark-section .section-nav ul li:last-child, .section-nav ul li:last-child { border: none; padding-right: 0px; }


/* ===== INDIVIDUAL HIGHLIGHT BACKGROUNDS ===== */

#hs2-highlight {
	padding-top: 35%;
	background: #000000 url('/images/cc23_hs2-banner_1@2x.jpg') no-repeat;
	background-size: 100% auto;
}
#hs2-highlight .product-highlight-container { padding-bottom: 90px; }
/*
#hs2-highlight:after { ... }
*/

#hfb-highlight { padding-top: 37%; background: #000000 url('/images/cc23_hfb-banner_2@2x.jpg') no-repeat; background-size: contain; }
/* #hfs-highlight: cc-2026 adds display:block */
#hfs-highlight { padding-top: 37%; background: #000000 url('/images/cc23_hfs-banner_2@2x.jpg') no-repeat; background-size: contain; display: block; }
#hfw-highlight { padding-top: 37%; background: #000000 url('/images/cc23_hfw-banner_1@2x.jpg') no-repeat; background-size: contain; }
#hfp-highlight { padding-top: 37%; background: #000000 url('/images/cc23_hfp-banner_1@2x.jpg') no-repeat; background-size: contain; }
/* #hfv-highlight: display:none from cc-2026; cc25 bg wins; background-image override from cc-2026 */
#hfv-highlight {
	padding-top: 37%;
	display: none;
	background: #000000 url('/images/cc25_hfv_background_1@2x.jpg') top center no-repeat;
	background-size: cover;
	background-image: url('/images/cc23_hfv-banner_3@2x.jpg');
}
#hfoo-highlight { padding-top: 37%; background: #000000 url('/images/cc23_hfo-banner_1@2x.jpg') no-repeat; background-size: contain; }

/* new-sticker badge shared by multiple highlights */
#hfb-highlight:after, #hfs-highlight:after, #hfw-highlight:after, #hfp-highlight:after,
#hfv-highlight:after, #hfoo-highlight:after, #hs2-highlight:after, #iconic-highlight:after,
#lofi-highlight:after, #ak-highlight:after, #drumx-highlight:after {
	display: block;
	position: absolute;
	top: 0px; left: 0px;
	content: "";
	width: 112px; height: 85px;
	background: url('/images/cc23_new-sticker_1@2x.png') no-repeat;
	background-size: 112px auto;
}
/*
#lofi-highlight:after { background-image: url('/images/cc23_new-sticker_black_1@2x.png'); }
*/

/* #ho-highlight: merged background (cc-2024) + background-size: 101% auto (cc-2026 wins) */
#ho-highlight {
	background: #000000 url('/images/cc23_ho_background_1@2x.jpg') no-repeat;
	background-size: 101% auto;
}
#ho-highlight:after {
	display: block;
	position: absolute;
	top: 0px; left: 0px;
	content: "";
	width: 125px; height: 100px;
	background: url('/images/cc24_sticker_namm-award-winner_1@2x.png') no-repeat;
	background-size: 125px auto;
}
#ho-highlight .product-highlight-container { padding-top: 13%; }

#so-highlight { background: #000000 url('/images/cc23_so_background_1@2x.jpg') no-repeat; background-size: cover; }
#so-highlight p.interface img { max-width: 200px; }

#lofi-highlight { background: #000000 url('/images/cc23_lofi_bg_1@2x.jpg') center no-repeat; background-size: cover; }
#lofi-highlight h2, #lofi-highlight h3 { text-align: center; }
#lofi-highlight h2 img, #lofi-highlight h3 img { display: inline-block; width: 100%; max-width: 150px; }
#lofi-highlight p.cc-play a { background-image: url('/images/cc24_play-button_blue_1@2x.png'); }
#lofi-highlight p.cc-play.playing a { background-image: url('/images/cc24_pause-button_blue_1@2x.png'); }
#lofi-highlight .section-controls p.button a {
	background: rgb(27,78,241);
	background: linear-gradient(164deg, rgba(27,78,241,1) 0%, rgba(124,86,246,1) 100%);
}
#lofi-highlight .section-controls p.button a:hover { background: none; background-color: #7c56f6; }

#iconic-highlight { background: #000000 url('/images/cc23_iconic_bg_2@2x.jpg') center no-repeat; background-size: cover; }
#iconic-highlight h2, #iconic-highlight h3 { text-align: center; margin-bottom: 20px; }
#iconic-highlight h2 img, #iconic-highlight h3 img { display: inline-block; width: 100%; max-width: 550px; }

#fp-highlight, .fp-highlight { background: #000000 url('/images/cc23_syths-fx_background_1@2x.jpg') center no-repeat; background-size: cover; }
#sm-highlight, .sm-highlight { background: #000000 url('/images/cc23_sm-background_1@2x.jpg') center no-repeat; background-size: cover; }

/* #pianos-highlight: cc-2026 background (cc24 image) wins */
#pianos-highlight { background: #000000 url('/images/cc24_pianos-bg_1@2x.jpg') right no-repeat; background-size: auto 100%; }
#pianos-highlight .product-banners { margin-left: -25px; }

#spaces-highlight { background: #000000 url('/images/cc23_spaces-ii_background_1@2x.jpg') no-repeat; background-size: cover; }

/* cc-2025 highlight backgrounds */
#ak-highlight { background: #000000 url('/images/cc25_ak_background_1@2x.jpg') top center no-repeat; background-size: cover; padding-top: 26%; }
#gypsy-highlight { background: #000000 url('/images/cc25_gypsy_background_1@2x.jpg') top center no-repeat; padding-top: 34%; background-size: cover; }
#ra-highlight   { background: #000000 url('/images/cc25_ra_background_1@2x.jpg') top center no-repeat; background-size: cover; }
#silk-highlight { background: #000000 url('/images/cc25_silk_background_1@2x.jpg') top center no-repeat; background-size: cover; }
#sd3-highlight  { background: #000000 url('/images/cc25_sd3_background_1@2x.jpg') top center no-repeat; background-size: cover; }
#sd2-highlight  { background: #000000 url('/images/cc25_sd2_background_1@2x.jpg') top center no-repeat; background-size: cover; }
#hbs-highlight  { background: #000000 url('/images/cc25_hbs_background_1@2x.jpg') top center no-repeat; background-size: cover; }
#hc-highlight   { background: #000000 url('/images/cc25_hc_background_1@2x.jpg') top center no-repeat; background-size: cover; }
#sc-highlight   { background: #000000 url('/images/cc25_sc_background_1@2x.jpg') top center no-repeat; background-size: cover; }
#voo-highlight  { background: #000000 url('/images/cc25_voo_background_1@2x.jpg') top center no-repeat; background-size: cover; }
#vop-highlight  { background: #000000 url('/images/cc25_vop_background_1@2x.jpg') top center no-repeat; background-size: cover; }
#vos-highlight  { background: #000000 url('/images/cc25_vos_background_2@2x.jpg') top center no-repeat; background-size: cover; }
#vote-highlight { background: #000000 url('/images/cc25_vote_background_1@2x.jpg') top center no-repeat; background-size: cover; }
#ff-highlight   { background: #000000 url('/images/cc25_ff_background_1@2x.jpg') top center no-repeat; background-size: cover; }
#gw-highlight   { background: #000000 url('/images/cc25_gw_background_1@2x.jpg') top center no-repeat; background-size: cover; }
#gol-highlight  { background: #000000 url('/images/cc25_gol_background_1@2x.jpg') top center no-repeat; background-size: cover; }
#hpb-highlight  { background: #000000 url('/images/cc25_hpb_background_1@2x.jpg') top center no-repeat; background-size: cover; }
#mor1-highlight { background: #000000 url('/images/cc25_mor1_background_1@2x.jpg') top center no-repeat; background-size: cover; }
#mor2-highlight { background: #000000 url('/images/cc25_mor2_background_1@2x.jpg') top center no-repeat; background-size: cover; }
#pd-highlight   { background: #000000 url('/images/cc25_pd_background_1@2x.jpg') top center no-repeat; background-size: cover; }
#tds-highlight  { background: #000000 url('/images/cc25_tds_background_2@2x.jpg') top center no-repeat; background-size: cover; }

/* cc-2026 highlights */
/* padding-bottom and background-position merged into one rule */
#hfo-highlight .cc-product-highlight { padding-bottom: 275px; background-position: top; }

#ho-orchestrator-highlight { background: #000000 url('/images/cc24_hf-orchestrator-bg_1@2x.jpg') center no-repeat; background-size: cover; }

#drumx-highlight {
	padding-top: 65%;
	background: #08111c url('/images/cc26_drumx_bg_1@2x.jpg') top no-repeat;
	background-size: 100% auto;
}
#drumx-highlight:after { background-image: url('/images/cc26_coming-soon-sticker_1@2x.png'); }


/* ===== GRADIENT HIGHLIGHT CLASSES ===== */

.pd-highlight  { background: rgb(52,75,113);   background: -webkit-linear-gradient(rgba(52,75,113,1)   0%, rgba(0,0,0,1) 100%); background: linear-gradient(rgba(52,75,113,1)   0%, rgba(0,0,0,1) 100%); }
.hpb-highlight { background: rgb(121,159,178); background: -webkit-linear-gradient(rgba(121,159,178)   0%, rgba(0,0,0,1) 100%); background: linear-gradient(rgba(121,159,178)   0%, rgba(0,0,0,1) 100%); }
.gw-highlight  { background: rgb(68,76,85);    background: -webkit-linear-gradient(rgba(68,76,85)     0%, rgba(0,0,0,1) 100%); background: linear-gradient(rgba(68,76,85)     0%, rgba(0,0,0,1) 100%); }
.tds-highlight { background: rgb(129,113,77);  background: -webkit-linear-gradient(rgba(129,113,77)   0%, rgba(0,0,0,1) 100%); background: linear-gradient(rgba(129,113,77)   0%, rgba(0,0,0,1) 100%); }
.mor2-highlight { background: rgb(108,12,17);  background: -webkit-linear-gradient(rgba(108,12,17)    0%, rgba(0,0,0,1) 100%); background: linear-gradient(rgba(108,12,17)    0%, rgba(0,0,0,1) 100%); }
.mor1-highlight { background: rgb(130,71,2);   background: -webkit-linear-gradient(rgba(130,71,2)     0%, rgba(0,0,0,1) 100%); background: linear-gradient(rgba(130,71,2)     0%, rgba(0,0,0,1) 100%); }
.ff-highlight  { background: rgb(43,165,150);  background: -webkit-linear-gradient(rgba(43,165,150)   0%, rgba(0,0,0,1) 100%); background: linear-gradient(rgba(43,165,150)   0%, rgba(0,0,0,1) 100%); }
.gol-highlight { background: rgb(45,73,111);   background: -webkit-linear-gradient(rgba(45,73,111)    0%, rgba(0,0,0,1) 100%); background: linear-gradient(rgba(45,73,111)    0%, rgba(0,0,0,1) 100%); }


/* ===== INTERFACE ANIMATIONS ===== */

.interface-animations { position: relative; }
.interface-animations img.interface-animation { position: absolute; width: 40%; top: 0px; left: 0px; z-index: 106; opacity: 1; }
.interface-animations img.interface-animation:nth-child(2) { left: 15%; z-index: 105; }
.interface-animations img.interface-animation:nth-child(3) { left: 30%; z-index: 104; }
.interface-animations img.interface-animation:nth-child(4) { left: 45%; z-index: 103; }
.interface-animations img.interface-animation:nth-child(5) { left: 60%; z-index: 102; }


/* ===== CC SLIDERS ===== */

.cc-sliders-outer { position: relative; overflow: hidden; height: 315px; margin-bottom: 15px; }
.cc-sliders-outer .cc-sliders {
	position: absolute;
	left: 0px;
	width: 100%;
	overflow-x: scroll;
	overflow-y: hidden;
	white-space: nowrap;
	height: 545px;
	overflow: -moz-scrollbars-none;
	-ms-overflow-style: none;
	scrollbar-width: none;
}
.cc-sliders-outer .cc-sliders-container { position: absolute; padding: 0px 10px; }
.cc-sliders .cc-slider {
	overflow: hidden;
	display: inline-block;
	width: 175px;
	margin-right: 10px;
	border: 1px solid #000000;
	border-radius: 25px 0px 25px 0px;
}
.cc-sliders .cc-slider:last-child { margin-right: 0px; }
.cc-sliders .cc-slider .slider-cover { max-height: 381px; overflow: hidden; }
.cc-sliders .cc-slider .slider-cover img { display: block; width: 100%; }
.cc-slider .section-controls { padding: 0px; }
.cc-slider .section-controls p { padding: 0px 15px; margin-bottom: 15px; }
.cc-slider .section-controls p.button { display: none; }


/* ===== FAQ (border color #333333 from cc-2026 wins) ===== */

.cc-faq { border-bottom: 1px solid #333333; padding: 25px; padding-left: 0px; display: none; }
.cc-faq.faq-vis { display: block; }
.faq-heading { position: relative; padding-left: 25px; }
.faq-heading:before {
	content: "";
	position: absolute;
	left: 0px;
	top: 4px;
	display: inline-block;
	width: 0; height: 0;
	border-style: solid;
	border-width: 7.5px 0 7.5px 13.0px;
	border-color: transparent transparent transparent #c80509;
}
.faq-heading p { font-size: 16px; font-weight: bold; margin-bottom: 0px; cursor: pointer; }
.faq-heading p.faq-arrow {
	line-height: 1em;
	width: 10px; height: 13px;
	-webkit-transition: -webkit-transform .4s ease-in-out;
	transition: transform .4s ease-in-out;
	margin-right: 15px;
	margin-top: 5px;
}
.faq-heading p.faq-question { display: inline-block; }
.faq-heading p a { color: #FFFFFF; }
.faq-heading.faq-spin:before {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	transition: transform .4s ease-in-out;
}
.faq-answer { display: none; margin-top: 25px; padding-left: 25px; }
.faq-answer ul { list-style-type: disc; }
.faq-answer ul li { margin-bottom: 0px; font-weight: bold; }


/* ===== TESTIMONIALS ===== */

#testimonials-container { position: relative; overflow: hidden; }
#testimonials-section { position: relative; overflow: hidden; }
#testimonials-section ul {
	display: flex;
	padding: 10px;
	gap: 12px;
	scroll-behavior: smooth;
	-ms-overflow-style: none;
	scrollbar-width: none;
	white-space: normal;
}
#testimonials-section .hscroll::-webkit-scrollbar { display: none; }
#testimonials-section ul li {
	flex: 0 0 auto;
	width: 49%;
	border-radius: 15px;
	font-size: 1.2em;
	background-color: #FFFFFF;
	box-shadow: #777 0px 0px 7px;
	overflow: hidden;
}
#testimonials-section ul li p.endorser-img img { display: block; width: 100%; }
#testimonials-section ul li .t-container { padding: 7px 15px; }
#testimonials-section ul li .t-container p.quote {
	padding-top: 35px;
	background: url('/images/endorser25_quotes_1@2x.jpg') no-repeat;
	background-size: 38px auto;
}
#testimonials-section ul li .t-container p.pieces { font-size: 14px; }
.testimonial-holder { text-align: center; }
.testimonial-holder a.jp-previous, .testimonial-holder a.jp-next { display: none; }
.testimonial-holder a {
	display: inline-block;
	background-color: #d4d4d4;
	border-radius: 10px;
	width: 12px; height: 12px;
	margin: 0px 5px;
	cursor: pointer;
	text-indent: -9999px;
}
.testimonial-holder a.jp-current { background-color: #1b4ef1; }


/* ===== CHAPTER SELECTOR ===== */

#chapters-section #chapter-selector-container {
	display: none;
	position: fixed;
	width: 100%;
	text-align: center;
	z-index: 99999;
	top: -65px;
	box-shadow: none;
}
#chapter-selector-container ul#chapter-selector {
	display: inline-block !important;
	margin: 0 auto;
	padding: 0px 30px;
	text-align: center;
	white-space: nowrap;
	background-color: #FFFFFF;
	border: 2px solid #c80509;
	border-radius: 15px;
	box-shadow: #222 0px 4px 12px;
}
#chapter-selector-container ul#chapter-selector li {
	display: inline-block;
	margin: 0px 5px;
	margin-right: 25px;
	text-transform: uppercase;
	color: #FFFFFF;
	padding: 15px 0px;
	padding-bottom: 12px;
	cursor: pointer;
	font-size: 14px;
	border: none;
}
#chapter-selector-container ul#chapter-selector li a { position: relative; display: inline-block; color: #000000; }
#chapter-selector-container ul#chapter-selector li a:after { position: absolute; display: block; content: "|"; top: 0px; right: -20px; }
#chapter-selector-container ul#chapter-selector li:last-child a:after { display: none; }
#chapter-selector-container ul#chapter-selector li:last-child { border: none; padding-right: 0px; margin-right: 0px; }
#chapters-section ul#chapter-selector li, #chapters-section ul#chapter-selector li.chapter-active { border: none; }
#chapter-selector-container ul#chapter-selector li:first-child { padding-left: 0px; margin-left: 0px; border: none; }
#chapters-section ul#chapter-selector li.chapter-active a { border-bottom: 2px solid #c80509; padding-bottom: 5px; }
#chapters-section #chapter-selector-container p.button-rounded { display: none; position: absolute; top: 10px; right: 0%; }
#chapters-section #chapter-selector-container p.button-rounded a { padding: 5px 35px; text-transform: uppercase; cursor: pointer; }


/* ===== RANGE CONTAINER ===== */

.range-container .rangeslider { display: block; position: relative; }
.range-container .rangeslider--horizontal { width: 100%; background-color: #d3d3d3; height: 3px; border-radius: 25px; }
.range-container { position: relative; width: 100%; margin: 0 auto; margin-bottom: 25px; }
.range-container .rangeslider__fill { background-color: #8366f2; }
.range-container .rangeslider__handle {
	display: inline-block;
	position: absolute;
	top: -7px; left: 2px;
	width: 20px; height: 20px;
	border-radius: 25px;
	background-color: #3447e1;
	border: none;
	outline: none;
	cursor: pointer;
}
/*
.range-container .rangeslider--vertical .rangeslider__handle { left: -10px; touch-action: pan-x; -ms-touch-action: pan-x; }
.range-container .rangeslider__handle .handle-inner { position: absolute; left: -30px; width: 90px; height: 90px; background-color: transparent; background: url('https://media.soundsonline.com/mixer/images/mixer_fader_1@2x.png') no-repeat; background-size: 100px auto; background-position: 9px 2px; margin-top: -5px; }
*/


/* ===== CC HEADER / CHECKOUT ===== */

#cc-header-section { padding: 25px 0px; }

ul#checkout-steps { text-align: center; margin-bottom: 35px; }
ul#checkout-steps li {
	display: inline-block;
	position: relative;
	padding-left: 45px;
	margin: 0 15px;
	margin-bottom: 15px;
	line-height: 35px;
	font-size: 18px;
}
ul#checkout-steps li:first-child { margin-left: 0px; }
ul#checkout-steps li:last-child { margin-right: 0px; }
ul#checkout-steps li:before {
	display: block;
	width: 35px; height: 35px;
	border-radius: 35px;
	line-height: 35px;
	content: "1";
	position: absolute;
	left: 0px;
	background-color: #4c4c4c;
	text-align: center;
	color: #FFFFFF;
	font-weight: bold;
	font-size: 17px;
}
ul#checkout-steps li:nth-child(2):before { content: "2"; }
ul#checkout-steps li:nth-child(3):before { content: "3"; }
ul#checkout-steps li.completed:before {
	background: #7bd26f url('/images/cc23_checkmark_1@2x.png') center no-repeat;
	background-size: 15px auto;
	content: "";
}


/* ===== TABBED SELECTORS (cc-2026 values win throughout) ===== */

.tabbed-selectors-container { text-align: center; position: relative; padding-bottom: 34px; }
ul.tabbed-selectors { text-align: center; margin: 0px; }
ul.tabbed-selectors li { display: inline-block; text-align: center; margin: 0px 5px; font-size: 15px; }
ul.tabbed-selectors li a {
	display: block;
	height: 20px;
	line-height: 20px;
	color: #FFFFFF;
	border: none;
	border-right: 1px solid #FFF;
	padding: 3px 20px;
	padding-right: 25px;
	background: none;
	border-radius: 0px;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
ul.tabbed-selectors li:last-child a { border: none; }
/* active state: cc-2026 color wins */
ul.tabbed-selectors li.active a { color: #c80509; background: none; }

.tabbed-section .tabbed-container { text-align: center; padding: 35px 0px; }
.tabbed-section .wrapper { max-width: 1050px; }
.tabbed-section .tabbed-content { display: none; }
.tabbed-section #tab-ind { display: block; }


/* ===== PLANS SECTION ===== */

.plans-section { background-color: #000000; padding: 45px 0px; padding-bottom: 0px; }

/* padding-bottom 115px from cc-2026 wins; color #FFFFFF from cc-2026 wins */
.plans-container .plan {
	position: relative;
	margin-bottom: 25px;
	border: 2px solid #c80509;
	border-radius: 25px;
	padding-bottom: 115px;
}
.plan .plan-container { padding: 25px; }
.plan h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 40px;
	font-size: 16vw;
	line-height: 1em;
	text-align: center;
}
/* color #FFFFFF and display/font-size from cc-2026 win */
.plan h5, .plan li, .plans-container .plan { color: #FFFFFF; }
.plan h5 { display: inline-block; font-size: 28px; }
/* font-size 16px from cc-2026 wins over 15px */
.plan h5 span { font-size: 16px; }
.plan h5 span.strikeout { text-decoration: line-through; margin-right: 5px; color: #7e7e7e; }
.plan h5.bf-strikeout { position: relative; }
.plan h5.bf-strikeout:after {
	position: absolute;
	display: block;
	content: "";
	top: 15px; left: 0px; right: 0px;
	width: 100%; height: 4px;
	background-color: #c80509;
}
.plan p { font-size: 16px; }
.plan ul.plan-details { text-align: left; }
/* background:none and position:relative from cc-2026 win; padding-left/min-height preserved */
.plan ul.plan-details li { padding-left: 33px; background: none; position: relative; min-height: 26px; }
.plan ul.plan-details li:after {
	display: block;
	position: absolute;
	content: "";
	left: 0px; top: -2px;
	width: 25px; height: 25px;
	background: url('/images/cc24_bullet_red_1@2x.jpg') no-repeat;
	background-size: 25px auto;
}
.plan .button { position: absolute; display: block; text-align: center; left: 50%; bottom: 35px; transform: translate(-50%); }
/* display:none from cc-2026 wins */
.plan.monthly-plan:after { display: none; }
.plan .plan-disclaimer { margin-bottom: 10px; }

.plan p.button { width: 100%; bottom: 0px; }
.plan p.button a { margin: 0 auto; margin-bottom: 12px; width: 225px; display: block; }
.plan p.button a.trial-button { background-color: #FFFFFF; color: #000000 !important; }
.plan p.button a.trial-button:hover { background-color: #dedede; }
.plan p.button a, p.cc-button a {
	border-radius: 35px;
	font-size: 20px;
	padding: 12px 25px;
	min-width: 100px;
	box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.5);
	background-color: #c80509;
	color: #FFFFFF !important;
	white-space: nowrap;
}

.plan.most-popular { margin-top: 40px; }
.plan.most-popular:after {
	display: block;
	position: absolute; top: -18px;
	left: 50%;
	transform: translateX(-50%);
	content: "Most Popular";
	background-color: #dedede;
	padding: 5px 40px;
	border-radius: 25px;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
}
.plan.back-to-school { margin-top: 40px; }
.plan.back-to-school:after {
	display: block;
	position: absolute; top: -18px;
	left: 50%;
	transform: translateX(-50%);
	content: "Back to School Sale";
	background-color: #dedede;
	padding: 5px 40px;
	border-radius: 25px;
	color: #000000;
	font-weight: bold;
	font-size: 18px;
	letter-spacing: 1px;
	text-transform: uppercase;
	white-space: nowrap;
	text-align: center;
}
.plan.yearly-plan p.note {
	position: absolute;
	display: block;
	text-align: center;
	left: 50%;
	bottom: 3px;
	transform: translate(-50%);
}


/* ===== BLACK FRIDAY ===== */

.black-friday-container ul {
	padding-top: 175px;
	background: url('/images/cc25_10-year-anniversary_sticker_1@2x.png') top center no-repeat;
	background-size: 155px auto;
}


/* ===== BANNER ROTATOR / HERO ===== */

#centerstage-banners, #video-centerstage { position: relative; }
#centerstage-banners #banner-rotator a { position: absolute; }
#centerstage-banners #banner-rotator a.rotate-banner { display: none; }
#centerstage-banners #banner-rotator a.rotate-banner:first-child { display: block; }
#desktop-hero { display: none; }
/*
#centerstage-banners { display: none; }
*/


/* ===== ORCHESTRATOR / AWARDS ===== */

#orchestrator-section { background-color: #FFFFFF; }
#orchestrator-section h2.big-heading { font-size: 8.5vw; }
#awards-section { padding-bottom: 0px; }


/* ===== MISC ===== */

.loading-hide { visibility: hidden; }


/* ============================================================
   @media 480px — merged from all three source files
   ============================================================ */

@media only screen and (min-width: 480px) {

	/* from cc-2024.css */
	.highlight-multi .cc-product-highlight { padding-bottom: 180px; }
	#so-highlight p.interface img { max-width: 250px; }
	#gypsy-highlight { background-size: 100% auto; padding-top: 16%; }

	/* from cc-2024_plans.css */
	ul#checkout-steps li { margin: 0px 25px; margin-bottom: 15px; }
	.plan h2 { font-size: 45px; font-size: 14vw; }
	.plan ul.plan-details li { font-size: 16px; }
	.plan p.button a { padding: 12px 35px; }

	/* from cc-2026.css */
	#desktop-hero { display: block; }
	#mobile-hero { display: none; }
	#orchestrator-section h2.big-heading { font-size: 43px; }
	#coming-soon-section h2 { font-size: 32px; }

}


/* ============================================================
   @media 768px — merged from all four blocks (in cascade order)
   ============================================================ */

@media only screen and (min-width: 768px) {

	/* from cc-2024.css */
	#cc23-page .wrapper { text-align: left; }
	h2.big-heading.bigger, h3.big-heading.bigger { font-size: 52px; }
	.product-page p, .product-page li { font-size: 17px; }
	p.subheading { font-size: 17px; }
	#coming-soon-section { padding-top: 25px; padding-bottom: 25px; }
	#chapters-section #chapter-selector-container { display: block; }
	#hs2-highlight .product-highlight-container { padding-bottom: 75px; }
	#so-highlight p.interface img { max-width: 325px; }
	.section-controls p { padding: 0px 25px; }
	.cc-bubble .mediatext { padding: 25px 0px; }
	.cc-bubble .mediawrapper { padding-left: 10%; }
	.cc-bubble .media-col { margin-right: 0px; }
	.cc-bubble p.fullimage { padding-left: 0px; }
	.cc-bubble.reverse p.fullimage { padding-right: 0px; }
	.cc-bubble.reverse .mediawrapper { padding-left: 0px; padding-right: 10%; }
	.cc-bubble h2.big-heading, .fullmedia-section h2.big-heading,
	.cc-bubble h3.big-heading, .fullmedia-section h3.big-heading { text-align: left; }
	#composers-section .cc-bubble .media-col,
	#composers-section .cc-bubble .media-col h2.big-heading,
	#composers-section .cc-bubble .media-col h3.big-heading { text-align: right; }
	#composers-section .cc-bubble h2.big-heading:not(.no-gradient), .cc-bubble h2.medium-heading:not(.no-gradient),
	#composers-section .cc-bubble h3.big-heading:not(.no-gradient), .cc-bubble h3.medium-heading:not(.no-gradient) { font-size: 45px; }
	#composers-section .cc-bubble p.fullimage img { margin-left: 10%; }
	#composers-section .cc-bubble.reverse p.fullimage img { margin-left: auto; margin-right: 10%; }
	.highlight-section { margin-bottom: 55px; text-align: left; }
	.highlight-section:last-child { margin-bottom: 0px; }
	.highlight-multi .cc-product-highlight { padding-bottom: 145px; }
	.highlight-multi .highlight-controls { width: calc(100% - 110px); }
	.product-highlight-container { padding: 55px; }
	.highlight-multi .product-highlight-container { padding: 45px 55px 0px 55px; }
	.highlight-section p.interface { margin: 35px 0px; }
	.highlight-section .highlight-laptop, .highlight-section .product-banners, .range-container { margin-bottom: 35px; }
	.cc-sliders-outer { height: 405px; }
	.cc-sliders-outer .cc-sliders-container { padding: 0px 20px; }
	.cc-sliders .cc-slider { width: 250px; margin-right: 20px; }
	#hfb-highlight, #hfs-highlight, #hfw-highlight, #hfp-highlight, #hfv-highlight, #hfoo-highlight { padding-top: 40%; }
	#hs2-highlight:after, #hfb-highlight:after, #hfs-highlight:after, #hfw-highlight:after,
	#hfp-highlight:after, #hfv-highlight:after, #hfoo-highlight:after, #iconic-highlight:after,
	#lofi-highlight:after, #ak-highlight:after, #drumx-highlight:after { width: 175px; height: 135px; background-size: 175px auto; }
	#ho-highlight:after { width: 225px; height: 170px; background-size: 225px auto; }
	#so-highlight .highlight-text-container { width: 72%; margin: 0 auto; }
	#lofi-highlight h2, #lofi-highlight h3 { margin-bottom: 35px; }
	#spaces-highlight { padding-top: 115px; }
	#pianos-highlight .product-banners { margin-left: -55px; }
	#ak-highlight { padding-top: 17%; }
	#testimonials-section ul { width: 82%; margin: 0 auto; }
	#testimonials-section ul li { width: 32.6%; }
	.testimonial-holder a.jp-previous, .testimonial-holder a.jp-next {
		display: inline-block;
		background: none;
		position: absolute;
		text-indent: -9999px;
		cursor: pointer;
		background-image: url('/images/cc24_next-button_1@2x.png');
		background-size: 35px auto;
		width: 35px; height: 35px;
		top: 400px;
	}
	.testimonial-holder a.jp-previous { left: 8px; transform: rotate(180deg); }
	.testimonial-holder a.jp-next { right: 8px; }

	/* from cc-2024_plans.css */
	ul#checkout-steps { margin-bottom: 45px; }
	ul#checkout-steps li { margin-bottom: 0px; }
	ul#checkout-steps li:after {
		display: block;
		width: 35px; height: 2px;
		background-color: #cfcfcf;
		content: "";
		position: absolute;
		top: 50%;
		right: -45px;
	}
	ul#checkout-steps li:last-child:after { display: none; }
	.tabbed-section .tabbed-container { padding: 55px 0px; padding-bottom: 150px; }
	.plans-container { display: flex; flex-flow: row; flex-wrap: wrap; gap: 25px; }

	/* from cc-2026.css blocks — text-align:center and padding:25px 20px win over cc-2024_plans values */
	.plan h2 { font-size: 55px; font-size: 6.75vw; }
	.plan h5 { font-size: 22px; }
	.plan p.button a { min-width: 235px; max-width: none; padding: 12px 30px; }
	.plans-container .plan { display: block; flex: 0 0 calc(50% - 18px); width: 47%; text-align: center; margin: 0px; }
	/* padding 25px 20px from cc-2026 wins; margin from cc-2024_plans kept */
	.plan .plan-container { padding: 25px 20px; margin: 0px 15px; }

	/* from cc-2026.css first 768 block */
	.chapter-container.content-container { padding: 35px 0px; }
	.plan.most-popular { margin-top: 0px; }
	.plan.back-to-school { margin-top: 0px; }
	#hfo-highlight .cc-product-highlight { padding-bottom: 175px; }
	/* cc-2026 padding-top 36% wins over cc-2024's 40% above */
	#hfb-highlight, #hfs-highlight, #hfw-highlight, #hfp-highlight, #hfv-highlight, #hfoo-highlight {
		padding-top: 36%;
		background-position: 0px -20px;
	}
	#hfv-highlight { background-position: 0px -17px; }
	#orchestrator-section h2.big-heading { font-size: 55px; }
	#coming-soon-section h2 { font-size: 37px; }

	/* from cc-2026.css second 768 block */
	.cc-product-highlight p, .highlight-section p, .chapter-container p { font-size: 16px; }
	ul.tabbed-selectors { margin-left: -16px; }
	.black-friday-container ul { background: none; position: relative; padding: 0px; }
	.black-friday-container ul li:first-child { padding-right: 65px; }
	.black-friday-container ul:after {
		position: absolute;
		display: block;
		content: "";
		width: 100px; height: 100px;
		top: -18px; right: -30px;
		background: url('/images/cc25_10-year-anniversary_sticker_1@2x.png') no-repeat;
		background-size: 100px auto;
	}
	.plan h5.bf-strikeout { margin-bottom: 0px; }

}


/* ============================================================
   @media 1140px — merged from all four blocks (in cascade order)
   ============================================================ */

@media only screen and (min-width: 1140px) {

	/* from cc-2024.css */
	h2.big-heading.bigger, h3.big-heading.bigger { font-size: 58px; }
	.cc-sliders-outer { height: 515px; }
	.cc-sliders-outer .cc-sliders-container { padding: 0px 25px; }
	.cc-sliders .cc-slider { width: 325px; margin-right: 25px; }
	.cc-slider .section-controls { padding: 15px 0px; }
	.cc-slider .section-controls p.button { display: inline-block; }
	.highlight-section .product-banners .banner-arrows, .highlight-laptop .laptop-arrows { display: block; }
	#so-highlight p.interface img { max-width: 400px; }
	/* consolidated arrow sizing (testimonial arrows included) */
	.testimonial-holder a.jp-previous, .testimonial-holder a.jp-next,
	.highlight-section .product-banners .banner-arrows .banner-arrow,
	.highlight-laptop .laptop-arrows .laptop-arrow { width: 45px; height: 45px; background-size: 45px auto; }
	.highlight-laptop .laptop-arrows .laptop-arrow.arrow-left { left: -15%; }
	.highlight-laptop .laptop-arrows .laptop-arrow.arrow-right { right: -15%; }
	.testimonial-holder a.jp-previous { left: 25px; }
	.testimonial-holder a.jp-next { right: 25px; }

	/* from cc-2024_plans.css */
	ul#checkout-steps li { margin: 0px 50px; }
	ul#checkout-steps li:after { width: 75px; right: -88px; }
	.plan h2 { font-size: 75px; font-size: 6.75vw; }
	.plan p.button a { min-width: 260px; margin-bottom: 0px; }
	/*
	#tab-ind .plan.yearly-plan:after { ... }
	*/

	/* from cc-2026.css first 1140 block */
	/* padding-bottom 75px wins over cc-2024_plans 80px */
	.plans-container .plan { padding-bottom: 75px; }
	.plan p.button { bottom: 25px; }
	.plan.most-popular:after { min-width: 200px; }
	#hfo-highlight .cc-product-highlight { padding-bottom: 160px; }
	#orchestrator-section h2.big-heading { font-size: 62px; }
	#coming-soon-section h2 { font-size: 45px; }
	/*
	.plan.monthly-plan p.button a { min-width: auto; display: inline-block; width: 130px; margin: 0px 6px; }
	.plan p.button a { min-width: auto; display: inline-block; width: 130px; margin: 0px 6px; }
	*/

	/* from cc-2026.css second 1140 block */
	.cc-product-highlight p, .highlight-section p, .chapter-container p { font-size: 18px; line-height: 1.7em; }
	/* text-align:left from cc-2026 */
	.plans-container .plan { text-align: left; }
	.plan .plan-container { padding: 35px 60px; }
	/* font-size 25px from cc-2026 wins over cc-2024_plans 24px */
	.plan h5 { font-size: 25px; }
	.plan h5 span { font-size: 18px; }
	.black-friday-container { margin-left: -65px; }
	.black-friday-container ul li:first-child { padding-right: 0px; }
	.black-friday-container ul:after { width: 130px; height: 130px; top: -30px; right: -109px; background-size: 130px auto; }
	.black-friday-container ul li:last-child { white-space: nowrap; }
	.plan-inner { max-width: 360px; margin: 0 auto; }
	.plan h5.bf-strikeout { margin-bottom: 15px; }
	#drumx-highlight .product-highlight-container { padding: 55px 130px; }
	#drumx-highlight::after { width: 220px; height: 170px; background-size: 215px auto; }

}


/* ============================================================
   @media 1380px
   ============================================================ */

@media only screen and (min-width: 1380px) {
	.plan h2 { font-size: 90px; }
}


/* ============================================================
   @media retina / high-DPI
   ============================================================ */

@media
only screen and (-webkit-min-device-pixel-ratio: 2),
only screen and (min--moz-device-pixel-ratio: 2),
only screen and (-o-min-device-pixel-ratio: 2/1),
only screen and (min-device-pixel-ratio: 2),
only screen and (min-resolution: 192dpi),
only screen and (min-resolution: 2dppx) {

	.faq-heading:before {
		background: url('/images/cc/cc_list-arrow@2x.png') no-repeat;
		background-size: 11px 13px;
	}

}
