/* CC+ Plans 2023 - v1.0.1 */

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

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;
}

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

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: "";
}






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;
	border-radius: 10px 10px 0px 0px;
	background-color: #4c4c4c;
	color: #FFFFFF;
	padding: 7px 20px;
}
ul.tabbed-selectors li.active a {
	background-color: #FFFFFF;
	color: #000000;
}

.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-container .plan {
	position: relative;
	margin-bottom: 25px;
	border: 2px solid #c80509;
	border-radius: 25px;
	color: #7e7e7e;
	padding-bottom: 90px;
}
.plan .plan-container {
	padding: 25px;
}
.plan h2 {
	color: #FFFFFF;
	text-transform: uppercase;
	font-size: 40px;
	font-size: 16vw;
	line-height: 1em;
	text-align: center;
}
.plan h5 {
	color: #000000;
	font-size: 20px;
}
.plan h5 span {
	font-size: 15px;
}
.plan h5 span.strikeout { text-decoration: line-through; margin-right: 5px; color: #7e7e7e; }
.plan p {
	font-size: 16px;
}
.plan ul.plan-details {
	text-align: left;
}
.plan ul.plan-details li {
	padding-left: 33px;
	background: url('/images/cc23_bullet_1@2x.png') 0px 1px no-repeat;
	background-size: 25px auto;
	min-height: 26px;
}
.plan .button {
	position: absolute;
	display: block;
	text-align: center;
	left: 50%; bottom: 35px;
	transform: translate(-50%);
}

.plan.monthly-plan:after {
	position: absolute;
	left: 50%; bottom: 20px;
	content: "*New subscribers only";
	transform: translate(-50%);
	font-size: 13px;
	font-style: italic;
}

@media only screen and (min-width: 480px) {
	
	ul#checkout-steps {
		text-align: center;
	}
	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;
	}
}


@media only screen and (min-width: 768px) {
	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;
	}
	.plans-container .plan {
		display: block;
		flex: 0 0 calc(50% - 18px);
		width: 47%;
		text-align: left;
		margin: 0px;
	}
	.plan .plan-container {
		padding: 25px 35px;
		margin: 0px 15px;
	}
	.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;
	}
	
}


@media only screen and (min-width: 1140px) {
	ul#checkout-steps li {
		margin: 0px 50px;
	}
	ul#checkout-steps li:after {
		width: 75px;
		right: -88px;
	}
	.plans-container .plan { padding-bottom: 80px; }
	.plan .plan-container {
		padding: 35px 60px;
	}
	.plan h2 {
		font-size: 75px;
		font-size: 6.75vw;
	}
	.plan h5 {
		font-size: 24px;
	}
	.plan p.button a {
		min-width: 260px;
	}
	/*
	#tab-ind .plan.yearly-plan:after {
		position: absolute;
		display: block;
		content: "";
		width: 183px;
		height: 223px;
		top: 0px;
		right: 0px;
		background: url('/images/cc23_sticker_one-week-only_1@2x.png') no-repeat;
		background-size: 183px auto;
	}
	*/
}

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





@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;
	}
    
}


