/* shared.css.en for Featured Topics Pages 

   developer:   yhechler
   requires:    /common/framework/css/framework.en.css
                /start/css/global.css.en
   ========================================================================== */

main h3 {
	color: #fff;
	font-size: 1.56rem;
	font-weight: 400;
	line-height: 1.8;
	padding: 0 0 1.0rem 0;
}
.featured-topics h1 {
	color: #ffffff;
	font-size: 3.13rem;
	font-weight: 400;
	padding-bottom: 0.625rem;
}
.featured-topics .slide-header h2 {
	color: #fff;
	font-size: 20px;
	font-weight: 400;
	padding-top: 8px;
}
.featured-topics main a:not(a.button) {
	color: #f57300;
}
.featured-topics main a:hover:not(a.button) {
	color: #efad34;
}
.featured-topics main p:not(.intro-text > p) {
	color: #404040;
	font-size: 1.03rem;
	font-weight: 400;
	line-height: 1.45;
}
.featured-topics main .slide-content p:not(#slide-content-3 p) {
	color: #404040;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 1.4;
	padding-bottom: 1rem;
}
.remove-edge {
	border-top-left-radius: 8px;
	border-top-right-radius: 8px;
}



/* c2c
========================================================================== */
.clipboard-table {
    display: table;
    min-height: 32px;
}
.clipboard-table.output {
    padding-left: 5px;
}
.clipboard-table > div {
    display: table-row;
}
.clipboard-cell,
.clipboard-img {
    color: #999;
    display: table-cell;
    font-family: Arial;
    font-size: .7rem;
    line-height: 0;
    padding: .5rem;
    position: relative;
    vertical-align: top;
}
.clipboard-cell {
    min-width: 3rem;
    padding-right: 0;
    padding-top: 1rem;
    text-align: right;
}
.clipboard-img a:hover {
    background: #e8f3ff;
    display: inline-block;
}
.clipboard-table .chevron-after,
.clipboard-table .arrow-after {
    display: none;
}
.clipboard-img video,
.clipboard-img img {
    max-height: 100%;
    max-width: 100%;
}
.clipboard-img img:not([src^="data"]),
.clipboard-img video {
    height: auto;
}



/* slideshow
========================================================================== */

.carousel {
	align-items: center;
	display: flex;
	position: relative;
}
#carousel-sliders {
	align-items: center;
	display: flex;
	gap: 0;
	height: auto;
	margin: 0 auto;
	overflow-x: scroll;
	overscroll-behavior-x: contain;
	position: relative;
	scroll-snap-type: x mandatory;
	scrollbar-width: none;
	width: 39.375rem;
}
#carousel-sliders::-webkit-scrollbar {
	display: none;
}
.carousel-slide {
	align-items: center;
	display: flex;
	flex-shrink: 0;
	justify-content: center;
	scroll-snap-align: center;
}
.carousel-slide a img {
	height: 100%;
	max-width: 100%;
	object-fit: contain;
}
#carousel-slide-navs {
	display: flex;
	position: absolute;
	right: calc(50% - 2.4375rem);
	top: calc(100% - 4.1rem);
}
.carousel-slide-nav {
	padding: 0;
}
.carousel-slide-nav-button {
	background: none;
	border: none;
}
.carousel-slide-nav-button:after {
	color: #777;
	content: '\2022';
	font-size: 3.7em;
	letter-spacing: 0.5rem;
	padding: 0;
}
.carousel-slide-nav-button:hover:after {
	color: #444444;
}
.carousel-slide-nav-button:active {
	color: #999;
	padding: 0;
}
.carousel-slide-nav-button[aria-pressed="true"]:after {
	color: #0579c1;
	content: '\2022';
}
.carousel,
.carousel-slide,
#intro video {
	height: auto;
	margin: 0 auto;
	max-width: 42.1875rem;
	object-fit: cover;
	width: 100%;
}
.video-wrapper {
	font-size: 0;
}
/* ==========================================================================
   intro
   ========================================================================== */

#intro {
	background: #0079c1;
	color: #fff;
	padding: 4.375rem 0 0 0;
}
#intro .intro-text {
	text-align: center;
}
#intro p {
	color: #fff;
	font-size: 1.63rem;
	font-weight: 300;
	line-height: 1.35;
	padding-bottom: 2.5rem;
}
/* ==========================================================================
   blockchain example
   ========================================================================== */

.slide-content img {
	height: auto;
	max-width: 100%;
}
/* ==========================================================================
   slide up and down
   ========================================================================== */

.panel {
	background: #ffffff;
	border-radius: 0.5rem;
	box-shadow: 1px 1px 0.625rem 0 rgb(51, 51, 51, 0.3);
	margin: 0 0 1.875rem 0;
	padding: 1.0rem 1.875rem;
	z-index: 1;
}
#slide-content-3 .inner>div:last-child {
	margin: 0 0 3.125rem 0;
}
.slide h2,
.second-head {
	color: #f57300;
	font-size: 2.25rem;
	font-weight: 300;
	padding: 0 0 1.25rem 0;
	text-align: center;
}
.second-head {
	display: block;
	font-size: 1.875rem;
}
.subtitle {
	color: #222;
	display: inline-block;
	font-size: 1.25rem;
	font-weight: 600;
	margin: 1.0rem 0 0.5rem 0;
}
.example-1 .desc:nth-child(n+1),
.example-2 .desc:nth-child(n+1) {
	padding-top: 1.875rem;
}
.usage,
.desc {
	color: #222222;
	display: block;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.3;
	padding-bottom: 1rem;
}
.usage {
	font-weight: 400;
}
.usage.last {
	padding-bottom: 0;
}
.panel>div.divider,
.divider {
	border-top: 1px solid #ccc;
	margin: 2.5rem 0 0 0;
	padding-top: 2.5rem;
}
a.button {
	background: #f57300;
	border-radius: 0.25rem;
	color: #fff;
	display: inline-block;
	padding: 0.5rem 1rem;
}
main a.button:hover {
	background: #f2b00a;
}
a.button span {
	display: inline-block;
	font-size: 1rem;
	text-align: center;
	vertical-align: middle;
}
footer {
	display: none;
}
.slide-header.open .slide-content {
	visibility: visible;
}
slide-header .slide-content {
	visibility: hidden;
}
.slide-header,
.slide-content {
	padding: 0 16px 0 16px;
}
.slide-header {
	height: 40px;
	position: sticky;
	width: 100%;
	z-index: 2;
}
#slide-header-1,
#slide-content-1 {
	background: #f2b00a;
}
#slide-header-2,
#slide-content-2 {
	background: #f57300;
}
#slide-header-3,
#slide-content-3 {
	background: #024b75;
}
.slide-content {
	display: none;
	overflow: hidden;
	padding: 0 16px 8px 16px;
	z-index: 0;
}
.padding-top-40-px {
	padding-top: 1.875rem;
}
#slide-content-3 {
	padding: 0 1rem 0.625rem 1rem;
}
#slide-content-3 .panel:nth-child(2n) {
	margin: 0;
}
#slide-content-3 h2 {
	font-weight: 600;
}
#slide-content-3 .slide h2:nth-child(2n) {
	padding: 3.125rem 0 1.875rem 0;
}
#slide-content-3 .slide>.panel+h2 {
	padding: 3.125rem 0 0.9375rem 0;
}
#slide-content-3 .panel h2 {
	font-weight: 300;
}
#slide-content-3 .panel>#learning-resources h3 {
	padding: 0 0 1.875rem 0;
}
#learning-resources p {
	font-weight: 400;
	padding: 0 1.0rem 1.25rem 0;
}
#learning-resources img {
	height: auto;
	width: 95%;
}
#slide-content-3 ul {
	line-height: 1.5;
	list-style-type: disc;
	padding: 0 0 1.25rem 1.5rem;
}
#slide-content-3 li {
	display: list-item;
	font-size: 1.03rem;
	list-style-type: disc;
}
#learning-resources span.small {
	display: block;
	font-size: 0.875rem;
	font-weight: 400;
	margin-top: 0.25rem;
}
.learing-resources-button-wrapper {
	display: none;
}
#recommended-product .subtitle {
	margin: 0 0 0.5rem 0;
}
#recommended-product img {
	height: auto;
	width: 97%;
}
#recommended-product p {
	padding-bottom: 1.25rem;
}
#explore-other-topics-tracks h2 {
	color: #fff;
	font-size: 1.375rem;
	font-weight: 400;
	padding: 3.125rem 0 0.9375rem 0;
	text-align: left;
}
#featured-topic {
	background: #024b75;
}
#background {
	background: #024b75;
	border-top: 1px solid #ccc;
	margin-top: 3.125rem;
	padding: 3.125rem 0;
}
/* ==========================================================================
   card
   ========================================================================== */

.card-wrap {
	display: grid;
	grid-gap: 1.875rem;
}
a.card {
	background: white;
	border-radius: 0.5rem;
	box-shadow: 1px 1px 0.625rem 0 rgba(51, 51, 51, 0.3);
	display: grid;
	grid-template-columns: 1fr;
	grid-template-rows: 3.5rem 1fr;
	padding: 1.25rem;
	text-align: center;
}
.card h3 {
	color: var(--grey-33);
	font-size: 1.1875rem;
	line-height: 1.4;
	padding-bottom: 1.25rem;
}
.card img {
	margin: 0 auto;
}
.card p {
	color: var(--grey-33);
	display: none;
	font-size: 0.9375rem;
	text-align: left;
}
#featured-topic .card p {
	height: 6.25rem;
}
#featured-topic .card img {
	height: 6.25rem;
	width: 6.25rem;
}
#background .card p {
	height: 7.5rem;
}
#background .card img {
	height: auto;
	max-width: 100%;
	width: 12.25rem;
}
.card.full {
	font-size: 1.1875rem;
	grid-template-rows: 1fr;
}
.card:hover {
	background: var(--gold);
}
.card:hover img {
	display: none;
}
.card:hover h3 {
	color: var(--grey-33);
}
.card:hover p {
	display: block;
}
/* ==========================================================================
   Download
   ========================================================================== */

.download-open-cloud-notebook-wrapper {
	padding: 0.5rem 0;
}
.download-open-cloud-notebook-wrapper img,
.download-open-cloud-notebook-wrapper svg {
	vertical-align: middle;
}
.download-open-cloud-notebook-wrapper ul,
.download-open-cloud-notebook-wrapper li {
	display: inline-block;
}
.download-open-cloud-notebook-wrapper li span {
	font-size: 0.75rem;
	font-weight: 400;
	color: #646464;
	padding: 0 0 0 1.25rem;
}
.download-open-cloud-notebook-wrapper li.open-cloud-notebook a {
	background: url(https://www.wolfram.com/start/featured-topics/img/copy.png) no-repeat 0 5px;
	background-size: 12px 14px;
}
.download-open-cloud-notebook-wrapper li.download a {
	background: url(https://www.wolfram.com/start/featured-topics/img/download.png) no-repeat 0 5px;
	background-size: 10px 13px;
}
.download-open-cloud-notebook-wrapper li.open-cloud-notebook a:hover {
	background: url(https://www.wolfram.com/start/featured-topics/img/copy-hover.png) no-repeat 0 5px;
	background-size: 12px 14px;
}
.download-open-cloud-notebook-wrapper li.download a:hover {
	background: url(https://www.wolfram.com/start/featured-topics/img/download-hover.png) no-repeat 0 5px;
	background-size: 10px 13px;
}
.download-open-cloud-notebook-wrapper li:nth-child(2n) span {
	padding: 0 1rem;
}
.download-open-cloud-notebook-wrapper span:hover {
	color: #efad34;
}
/* ==========================================================================
   by featured topic
   ========================================================================== */

#featured-topic .card-wrap {
	grid-template-columns: 1fr 1fr 1fr;
}
/* ==========================================================================
   by background
   ========================================================================== */

#background .card-wrap {
	grid-template-columns: 1fr 1fr 1fr 1fr;
}
#background .card.full {
	grid-column: 1 / span 4;
}
#background .card.full span {
	text-align: center;
}
#blockchain #blockchain-menu,
#data-science #data-science-menu,
#machine-learning #machine-learning-menu,
#web-applications #web-applications-menu,
#financial-technology #financial-technology-menu,
#geography-gis #geography-gis-menu {
    display: none !important;
}
#blockchain #blockchain-menu,
#data-science #data-science-menu,
#machine-learning #machine-learning-menu,
#web-applications #web-applications-menu,
#financial-technology #financial-technology-menu,
#geography-gis #geography-gis-menu {
	display: none;
}
/* ========================================================================== 
   responsive breakpoint styles 
   ========================================================================== */
@media (max-width: 1200px) {}

@media (max-width: 900px) {
	#intro h1 {
		font-size: 2.25rem;
		padding-bottom: 1.5rem;
	}
	#intro p {
		font-size: 1.375rem;
	}
	#slide-content-3 .card-wrap {
		grid-template-columns: 1fr 1fr !important;
	}
	#background .card.full {
		grid-column: 1 / span 2;
	}
	.download-open-cloud-notebook-wrapper li.open-cloud-notebook a {
		background: url(https://www.wolfram.com/start/featured-topics/img/copy.png) no-repeat 0 3px;
		background-size: 12px 14px;
	}
	.download-open-cloud-notebook-wrapper li.open-cloud-notebook a:hover {
		background: url(https://www.wolfram.com/start/featured-topics/img/copy-hover.png) no-repeat 0 3px;
		background-size: 12px 14px;
	}
	.download-open-cloud-notebook-wrapper li.download a {
		background: url(https://www.wolfram.com/start/featured-topics/img/download.png) no-repeat 0 3px;
		background-size: 10px 13px;
	}
	.download-open-cloud-notebook-wrapper li.download a:hover {
		background: url(https://www.wolfram.com/start/featured-topics/img/download-hover.png) no-repeat 0 3px;
		background-size: 10px 13px;
	}
}

@media (max-width: 767px) {
	#intro p {
		padding-bottom: 1.875rem;
	}
}

@media (max-width: 600px) {
	.carousel {
		margin-bottom: -1px;
	}
	.carousel,
	.carousel-slide,
	#intro video {
		width: 93vw;
	}
	.inner {
		padding: 0 1rem;
	}
	.email-button {
		width: 100%;
	}
	.featured-topics-company-list .inner {
		padding: 30px 0;
	}
	.featured-topics .panel h2 {
		font-size: 20px;
		z-index: 4;
	}
	#slide-content-3 .panel>#learning-resources h2 {
		padding: 0 0 20px 0;
	}
	#intro h1 {
		font-size: 28px;
		padding-bottom: 20px;
	}
	#intro p {
		font-size: 22px;
		padding-bottom: 20px;
	}
	.panel h2 {
		font-size: 20px;
	}
	p {
		font-size: 18px;
	}
	a.button span {
		width: 100%;
	}
	.subtitle {
		margin: 15px 0 0 0;
	}
	.panel>div.divider,
	.divider {
		margin: 30px auto 0 auto;
		padding-top: 30px;
	}
	.usage {
		font-size: 14px;
	}
	.usage.last {
		padding-top: 20px;
	}
	.desc {
		padding-top: 30px;
	}
	a.button {
		display: inline-block;
		text-align: center;
	}
	#featured-topic a.card {
		grid-template-columns: 50px 1fr;
	}
	#featured-topic .card h3 {
		padding-left: 26px;
	}
	.featured-topics #slide-content-1 p,
	.featured-topics #slide-content-2 p {
		padding-bottom: 0;
	}
	.margin-t-30px__600 {
		margin-top: 30px;
	}
	#slide-content-3 .slide>h2 {
		padding: 20px 0;
	}
	#learning-resources img {
		width: 100%;
	}
	#learning-resources p {
		font-weight: 400;
		padding-bottom: 20px;
	}
	#recommended-product .subtitle {
		margin: 15px 0 0.5rem 0;
	}
	#explore-other-topics-tracks h2 {
		padding: 30px 0 20px 0;
	}
	.padding-top-30-px__600 {
		padding-top: 30px;
	}
	#slide-content-3 {
		padding: 0 1rem 0 1rem;
	}
	#slide-content-3 .card-wrap {
		grid-gap: 20px;
		grid-template-columns: 1fr !important;
	}
	#slide-content-3 a.card h3 {
		grid-template-rows: 1fr;
		text-align: left;
	}
	#background {
		margin-top: 30px;
		padding: 30px 0 30px 0;
	}
	#background a.card {
		grid-template-columns: 66px 1fr;
	}
	#background .card:not(.full) {
		padding: 0.625rem 1.25rem;
	}
	#background .card.full {
		grid-column: 1 / span 1;
	}
	#background .card.full h3 {
		grid-column: 1 / span 2;
		padding-left: 0;
	}
	#slide-content-3 .card img {
		height: 50px !important;
		order: 1;
		width: auto !important;
	}
	#slide-content-3 .card h3 {
		align-self: center;
		font-size: 16px;
		order: 2;
		padding-bottom: 0;
		padding-left: 10px;
	}
	#slide-content-3 .card p {
		order: 3;
	}
	#slide-content-3 a.card:hover img {
		display: block;
	}
	#slide-content-3 a.card:hover p {
		display: none;
	}
	
	/*c2c*/
    .clipboard-cell {
        min-width: 1rem;
        width: auto;
    }
    .clipboard-num {
        display: none;
    }
    .clipboard-table .chevron-after,
    .clipboard-table .arrow-after {
        display: inline;
    }
}

@media (max-width: 320px) {
	#intro h1 {
		font-size: 24px;
		padding-bottom: 16px;
	}
	#intro p {
		font-size: 18px;
	}
	.featured-topics .slide-header h2 {
		font-size: 1.0rem;
	}
	#intro video {
		width: 270px;
	}
}