/* language overview styles.

   developer:   yhechler
   requires:    framework
   ========================================================================== */

/* ==========================================================================
   page setup
   ========================================================================== */

html {
	color: #535353;
	font-family: 'source sans pro', arial, sans-serif;
}
main {
	margin: 0 auto;
	width: 100%;
}
.inner a {
	color: #ffdc85;
}
.inner a:hover {
	color: #fdecc2;
}
.inner {
	margin: 3.125rem auto;
	max-width: 1200px;
	padding: 3.125rem;
	width: 100%;
}
main h2, main h3 {
	color: #eb5800;
	font-size: 2.375rem;
	text-align: center;
}
main h2 {
	margin-bottom: 3rem;
}
main h4 {
	color: #545454;
}
/* ==========================================================================
   header
   ========================================================================== */

#hero h1 {
	color: #fff;
	font-size: 4rem;
	letter-spacing: -0.06rem;
	line-height: 1;
	padding-bottom: 1.625rem;
}
#hero p {
	color: #fff;
	font-size: 1.5rem;
	font-weight: 300;
	line-height: 1.5;
	margin-bottom: 2.0rem;
}
#hero {
	background: #d41000;
	width: 100%;
}
#hero .feature-grid {
	align-items: center;
	display: grid;
	grid-gap: 0 80px;
	grid-template-columns: 60% 1fr;
}
#hero ul li:nth-child(2n) {
	border-left: 1px solid #b41d10;
	border-right: 1px solid #b41d10;
	color: #b41d10;
	font-weight: 300;
	height: 50px;
	margin: 0 1.5rem;
	padding: 0 1.5em;
}
#hero ul li {
	display: inline-block;
}
#hero ul li a {
	display: inline-block;
	font-weight: 400;
	vertical-align: top;
	width: 120px;
}
#hero ul li:nth-of-type(2) a {
	width: 140px;
}
#hero ul li:nth-of-type(3) a {
	width: 170px;
}
#hero ul li a {
	display: inline-block;
	font-weight: 400;
	vertical-align: top;
	width: 120px;
}
#hero .inner {
	margin: 0 auto 0 auto;
}
#hero .button {
	border-radius: 6px;
	border: 2px solid #ffdb83;
	color: #ffdc85;
	font-size: 1.125rem;
	padding: 0.5rem 0.4rem;
	text-align: center;
}
#hero .button:hover {
	background: #ffdc85;
	border: 2px solid #ffdc85;
	color: #DD1100;
	font-size: 1.125rem;
}
#hero .feature-grid #hero .feature-right {
	font-size: 0;
	text-align: center;
}
#hero .feature-grid.img-on-left .feature-left {
	order: 2;
}
#hero .feature-grid.img-on-left .feature-right {
	order: 1;
}
#hero .feature-grid img {
	height: auto;
	max-width: 327px;
	width: 100%;
}
/* ==========================================================================
   intro
   ========================================================================== */

#intro .inner {
	margin: 0 auto;
	padding: 0;
	max-width: 1200px;
}
#intro .inner a {
	color: #e36925;
	line-height: 2;
}
#intro .inner a:hover {
	color: #fe7939;
}
#intro h3 {
	color: #4f4f4f;
	display: inline-block;
	font-size: 1.9rem;
	font-weight: 600;
	line-height: 1.25;
	margin: 2.5rem 0 0.5rem 0;
	text-align: left;
}
#intro .feature-grid {
	align-items: center;
	display: grid;
	grid-gap: 2rem;
	grid-template-columns: 635px 1fr;
	justify-items: center;
	padding-top: 4rem;
}
#intro .feature-grid:firt-child h3 {
	margin-top: 8.5rem;
}
#intro .feature-grid:nth-child(2n) h3 {
	margin-top: 2.5rem;
}
#intro .feature-grid.no-border h3 {
	margin-top: 3.0rem;
}
#intro .feature-grid:firt-child .video-wrapper .video {
	max-width: 635px;
}
#intro .feature-grid:nth-child(2n) img {
	max-width: 623px;
}
#intro .feature-grid.no-border img {
	max-width: 518px;
}
#intro .feature-grid.no-border>div:first-child, #intro .feature-grid:nth-child(2n) .text-wrapper {
	padding-left: 9rem;
}
#intro p {
	color: #404040;
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1.4;
	margin-bottom: 1rem;
	max-width: calc(100% - 2rem);
}
#intro img {
	width: 100%;
	height: auto;
}
/* ==========================================================================
 Playground
   ========================================================================== */
.notebook .cell {
    background: white;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}
.notebook .cell:hover {
    background: #eaf1f680;
    transition: background .25s ease-in-out;
    -moz-transition: background .25s ease-in-out;
    -webkit-transition: background .25s ease-in-out;
}


#playground {
	background: #28537e;
	background-size: inherit;
	min-height: 700px;
}

#playground #OpenCloud-Example {
    background: #fff;
    border-radius: 20px;
    min-height: 600px;
}
.permission-CellCreate.scroller {
	border-radius: 8px 8px 0 0;
	min-height:500px; 
}

._6ZTmc9sTCuFzAqRSPQrTQ {
	border-radius: 0 0 8px 8px;
	padding: 20px;
}
.mQZG3mA--uTmBBbog0GFe {
	margin-right: 15px!important;
}

@keyframes gradient {
	0% {
		background-position: 0% 50%;
	}
	50% {
		background-position: 100% 50%;
	}
	100% {
		background-position: 0% 50%;
	}
}
#playground .inner {
    margin-bottom: 0;
    padding-bottom: 2rem;
}
#playground h2 {
	color: #3a9901;
	color: #fff;
	margin-bottom: 1.5rem;
}
#playground span.desc {
	display: none;
}

.reload-wrapper {
	text-align: center;
	margin: 1rem;
}
#reload-button {
	background: #ff5900;
	border-radius: 5px;
	color: #fff;
	font-size: 0.9375rem;
	padding: 2px 10px 4px 10px;
}
#reload-button:hover {
	background: #ff882f;
}
#reset-button {
	background: #ff5900;
	border-radius: 5px;
	color: #fff;
	cursor: pointer;
	font-size: 0.9375rem;
	margin: 1.0rem 2rem;
	position:absolute;
	right:0;
	padding: 2px 10px 4px 10px;
	width: 8.25rem;
	z-index:9999;
	text-align: center;
	text-decoration: none;
}
#reset-button:hover {
	background: #ff882f;
	cursor: pointer;
	z-index:9999;
}
.run-button {
	background: #ff5900;
	border-radius: 0.3125rem;
	color: #fff;
	cursor: pointer;
	font-size: 0.9375rem;
	padding: 2px 10px 4px 10px;
	position: absolute;
	right: 4rem;
	top: 3px;
	z-index: 9999;
}
.run-button:hover {
	cursor: pointer;
	background: #ff882f;
}
.free-trial {
    text-align: center;
    color: #fff;
    line-height: 2;
    max-width: 525px;
    margin: 2rem auto;
    font-size: 1.1rem;
}
.inner a.trial-button:hover {
    background: #ff5900;
    color: #fff;
    border: solid 1px #ff5900; 
}
.inner a.trial-button {
    background: inherit;
    border: solid 1px #ffffffaa;
    border-radius: 4px;
    color: #fff;
    padding: 2px 7px 3px 7px;
    margin-left: 0.4rem;
    font-size: 1rem;
}
/* ==========================================================================
community-resources
   ========================================================================== */

#community-resources h2 {
	color: #e76b14;
	font-size: 2.375rem;
	margin-bottom: 3rem;
}
#community-resources .cgrid {
	column-gap: 0;
	display: grid;
	grid-template-columns: 1fr 1fr;
	row-gap: 3rem;
}
#community-resources .cgrid a {
	align-items: flex-start;
	display: flex;
}
#community-resources .cgrid a>div:first-child {
	margin-right: 1rem;
}
#community-resources .cgrid h3 {
	color: #323232;
	font-size: 1.5rem;
	line-height: 1.2;
	text-align: left;
	margin-bottom: 0.25rem;
}
#community-resources .cgrid p {
	color: #7f7f7f;
	font-size: 1.1875rem;
	line-height: 1.5;
}
#community-resources .cgrid a:hover h3 {
	color: #f77700;
}
#community-resources {
	border-bottom: 1px solid #bbbbbb;
}
/* ==========================================================================
   core areas
   ========================================================================== */

#core-areas {
	background: url('/language/img/overview/functions-background.png');
	background-size: cover;
}
#core-areas .inner {
	padding: 6.125rem 3.125rem 2.25rem;
	margin: 0 auto;
}
#core-areas .cgrid {
	align-items: center;
	display: grid;
	grid-gap: 0.2rem;
	grid-template-columns: 1fr 1fr 1fr;
}
#core-areas .cgrid a, #core-areas .cgrid .last {
	align-items: center;
	background: #ffedc2;
	color: #222;
	display: grid;
	font-size: 1.13rem;
	font-weight: 400;
	grid-gap: 0;
	height: 4.875rem;
	justify-content: space-between;
	line-height: 1.2;
	padding: 0 1.25rem;
}
#core-areas .cgrid a:hover {
	background: #ffd497;
}
#core-areas .cgrid.core a, #core-areas .cgrid.core .last {
	color: #7b7b7b;
	font-weight: 300;
}
#core-areas .cgrid.core a span {
	color: #5e5e5e;
	display: inline-block;
	font-size: 1rem; 
	font-weight: 300;
	line-height: 1.2; 
	padding: 0.125rem 1rem 0.5rem; 
	vertical-align: top;
	padding-top: 2px; 
}
#core-areas .cgrid.core a span strong {
	color: #222;
	font-size: 1.25rem; 
}
#core-areas .cgrid.core a {
	grid-template-columns: 100%;
}
#core-areas .cgrid.core i {
	background-repeat: no-repeat;
	background-size: 48px auto;
	display: inline-block;
	height: 48px;
	width: 48px;
}
#core-areas .cgrid a#machine-learning i { background-image: url('/language/img/overview/core-areas-machine-learning.png'); }
#core-areas .cgrid a#visualization i { background-image: url('/language/img/overview/core-areas-visualization.png'); }
#core-areas .cgrid a#image i { background-image: url('/language/img/overview/core-areas-image.png'); }
#core-areas .cgrid a#calculus-algebra i { background-image: url('/language/img/overview/core-areas-calculus-algebra.png'); }
#core-areas .cgrid a#optimization i { background-image: url('/language/img/overview/core-areas-optimization.png'); }
#core-areas .cgrid a#finite-element-method i { background-image: url('/language/img/overview/core-areas-fem.png'); }
#core-areas .cgrid a#geometry i { background-image: url('/language/img/overview/core-areas-geometry.png'); }
#core-areas .cgrid a#chemistry i { background-image: url('/language/img/overview/core-areas-chemistry.png'); }
#core-areas .cgrid a#controls i { background-image: url('/language/img/overview/core-areas-controls.png'); }
#core-areas .cgrid a#audio i { background-image: url('/language/img/overview/core-areas-audio.png'); }
#core-areas .cgrid a#video i { background-image: url('/language/img/overview/core-areas-video.png'); }
#core-areas .cgrid a#geography i { background-image: url('/language/img/overview/core-areas-geography.png'); }
#core-areas .cgrid a#aitools i { background-image: url('/language/img/overview/core-areas-aitools.png'); }
#core-areas .cgrid a#knowledgebase i { background-image: url('/language/img/overview/knowledge-base.png'); }
#core-areas .cgrid a#mathematicalFunctions i { background-image: url('/language/img/overview/mathematical-functions.png'); }
#core-areas .cgrid a#signalprocessing i { background-image: url('/language/img/overview/signal-processing-pod.png'); }
#core-areas .cgrid a#user-interfaces i { background-image: url('/language/img/overview/core-areas-user-interfaces.png'); }


#core-areas .full-documentation {
	color: #e3692e;
	font-size: 0.9375rem;
	font-style: italic;
	line-height: 1;
}
/* ==========================================================================
   wolfram notebook 
   ========================================================================== */

#wolfram-notebook-wolfram-scripts {
	background: linear-gradient(to right, #008bad 48%, #565656 0%);
}
#wolfram-notebook-wolfram-scripts .cgrid {
	align-items: start;
	display: grid;
	grid-gap: 4rem;
	grid-template-columns: 535px 535px;
	justify-content: space-evenly;
}
#wolfram-notebook-wolfram-scripts .script2 img {
	margin-top: 2rem;
	max-width: 485px;
}
#wolfram-notebook-wolfram-scripts span:not(.clipboard-tooltip span, span.dollarsign) {
	display: inline-block;
	font-size: 1.1875rem;
	font-style: italic;
	line-height: 1.1;
	margin-bottom: 2rem;
}
#wolfram-notebooks span {
	color: #c3f3ff;
	max-width: 477px;
	width: 100%;
}
#wolfram-notebook-wolfram-scripts h3, #wolfram-notebook-wolfram-scripts span.dollarsign {
	color: #fff;
	font-size: 1.75rem;
	line-height: 1.9;
	max-width: 485px;
}
#wolfram-notebook-wolfram-scripts span.dollarsign {
	color: #a8a7a7;
	font-style: normal;
	margin-bottom: 0;
}
#wolfram-notebook-wolfram-scripts h3:hover, #wolfram-notebook-wolfram-scripts h3:hover span.dollarsign {
	color: #ffdc85;
}
#wolfram-notebooks img {
	height: auto;
	width: 100%;
	max-width: 477px;
}
/* ==========================================================================
   wolfram script
   ========================================================================== */

.script-wrapper {
	margin-top: 0.5rem;
}
#wolframscript img {
	height: auto;
	width: 100%;
}
#wolframscript ul li {
	display: inline-block;
}
#wolframscript ul li a {
	color: #fff;
}
#wolframscript ul li a:hover {
	color: #f77700;
}
#wolframscript ul li:first-child::after, #wolframscript ul li:nth-child(2n)::after {
	color: #a9a9a9;
	content: "|";
	padding: 0.5em;
}
#wolframscript div:nth-child(2n)>span {
	font-style: unset;
	margin: 1rem 0;
	text-transform: uppercase;
}
#wolframscript span:not(.clipboard-tooltip span) {
	color: #d1d1d1;
}
#wolfram-notebook-wolfram-scripts .clipboard-tooltip span {
	color: #565656;
	font-size: 1.0rem;
}
#wolfram-notebook-wolfram-scripts .clipboard-cell, .clipboard-img {
	color: #999;
	padding: 0px;
}
#wolfram-notebook-wolfram-scripts .clipboard-hover:not(.clipboard-link), #wolfram-notebook-wolfram-scripts .clipboard-container:hover .clipboard-hover .link-button {
	border-radius: 0px;
}
#wolfram-notebook-wolfram-scripts .clipboard-container:hover .clipboard-hover:not(.clipboard-link), #wolfram-notebook-wolfram-scripts .clipboard-container:hover .clipboard-hover .link-button {
	border: 1px solid #86dbff;
}
#wolfram-notebook-wolfram-scripts .clipboard-container:hover .clipboard-hover:not(.clipboard-link):focus, #wolfram-notebook-wolfram-scripts .clipboard-container:hover .clipboard-hover:not(.clipboard-link):hover, #wolfram-notebook-wolfram-scripts .clipboard-container:hover .clipboard-link:focus .link-button, #wolfram-notebook-wolfram-scripts .clipboard-container:hover .clipboard-link:hover .link-button, #wolfram-notebook-wolfram-scripts .clipboard-inline:hover, #wolfram-notebook-wolfram-scripts .clipboard-block:hover {
	background: #86dbff;
	border: 1px solid #86dbff;
}
#wolfram-notebook-wolfram-scripts .clipboard-inlineblock:hover {
	background: #86dbff;
	border: 1px solid #86dbff;
}
#wolfram-notebook-wolfram-scripts .clipboard-tooltip {
	border-bottom: 1px solid #f5f5f5;
}
/* ==========================================================================
   support for support-for-organizations
   ========================================================================== */

#support-for-organizations .inner {
	margin: auto;
	max-width: 1067px;
	padding: 3.125rem;
}
#support-for-organizations ul {
	max-width: 1067px;
	margin: 0 auto;
}
#support-for-organizations li {
	height: 4rem;
	width: 6rem;
}
#support-for-organizations li img {
	filter: brightness(0.5);
	height: 40px;
	width: 70px;
}
/* ==========================================================================
   learning-resources
   ========================================================================== */

#learning-resources {
	border-bottom: 1px solid #bbbbbb;
}
#learning-resources .cgrid {
	align-items: start;
	display: grid;
	grid-gap: 3.5%;
	grid-template-columns: 31% 31% 31%;
}
#learning-resources a {
	color: #eb661d;
}
#learning-resources a:hover {
	color: #fe7939;
}
#learning-resources a.button {
	background: #eb661d;
	border-radius: 6px;
	border: 2px solid #eb661d;
	color: #fff;
	max-width: 300px;
	padding: 0.8rem;
}
#learning-resources a.button:hover {
	background: #fe7939;
	border: 2px solid #fe7939;
}
#learning-resources img {
	border: 3px solid #fe7939;
	height: auto;
	max-width: 100%;
	width: 309px;
}
#learning-resources a span:first-child {
	color: #535353;
}
#learning-resources h4 {
	font-size: .9rem;
	margin-top: .5rem;
}
#learning-resources span {
	font-size: 1.25rem;
}
/* ==========================================================================
   design-process
   ========================================================================== */

#design-process .cgrid {
	display: grid;
	grid-gap: 3rem;
	grid-template-columns: 1fr 1fr 1fr;
	grid-gap: 2rem 30px;
}
#design-process span {
	color: #555555;
	display: inline-block;
	font-size: 1.25rem;
	line-height: 1.5;
}
#design-process img {
	border: 3px solid #fe7939;
	height: auto;
	max-width: 309px;
	text-align: center;
	width: 100%;
}
#design-process a:hover span {
	color: #f77700;
}
/* ==========================================================================
   responsive breakpoint styles
   ========================================================================== */

/* styles for large screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {
	#hero .feature-grid {
		grid-gap: 0 10px;
	}
	#intro .inner>div {
		columns: unset;
		column-gap: unset;
		column-fill: unset;
	}
	#intro .feature-grid>div {
		max-width: 750px;
		margin: 0 auto;
	}
	#intro .feature-grid {
		align-items: center;
		border-bottom: 1px solid #bbbbbb;
		display: grid;
		grid-gap: unset;
		grid-template-columns: 1fr;
		padding: 3rem 0;
	}
	#intro .feature-grid:firt-child .video-wrapper .video {
		width: 635px;
	}
	#intro .feature-grid:nth-child(2n) img {
		width: 100%;
	}
	#intro .feature-grid.no-border {
		border-bottom: none;
	}
	#intro .video-wrapper {
		height: 525px;
	}
	#intro .feature-grid.no-border>div:first-child {
		padding-left: 0;
		padding-right: 4rem;
	}
	#intro .feature-grid:nth-of-type(1) h3 {
		margin-top: 1.0rem;
	}
	#intro .feature-grid:nth-of-type(2) h3, #intro .feature-grid:nth-of-type(3) h3 {
		margin-top: 1.5rem;
	}
	#intro h3 {
		display: inline-block;
		line-height: 1.25;
		margin: 2.5rem 0 0.5rem 0;
	}
	#intro .img-right {
		margin-left: 0;
	}
	#intro .text-right {
		margin-left: 0;
	}
	#intro .feature-grid:nth-child(2n) .text-wrapper {
		padding-left: 0;
	}
	#core-areas .cgrid.core {
		grid-template-columns: 1fr 1fr;
	}
	#core-areas .cgrid .last {
		opacity: .8;
	}
	#core-areas .cgrid.explore-wl {
		grid-template-columns: 1fr 1fr 1fr;
	}
	#learning-resources .cgrid {
		grid-gap: 4rem;
		grid-template-columns: 300px 300px;
		margin: 0 auto;
		max-width: max-content;
	}
	#wolfram-notebook-wolfram-scripts .cgrid {
		grid-template-columns: 400px 400px;
	}
	#wolfram-notebook img {
		max-width: 400px;
		width: 100%;
	}
	#wolfram-notebook-wolfram-scripts {
		background: linear-gradient(to right, #008bad 49.6%, #565656 0%);
	}
	#wolframscript .clipboard-img img {
		height: auto;
		width: 100%;
	}
	#community-resources .cgrid {
		column-gap: 2rem;
		row-gap: 3rem;
	}
	#design-process .cgrid {
		grid-gap: 4rem;
		grid-template-columns: 303px 303px;
		margin: 0 auto;
		max-width: max-content;
	}
	#design-process span {
		display: block;
		margin: 0 auto;
		text-align: left;
		width: 309px;
	}
	.display-b__1200, .heirs-display-b__1200 > *, .show__1200, .hide.show__1200, .heirs-show__1200 > * {
		display: block !important;
	}
}
/* styles for medium screens (900px)
   ========================================================================== */

@media (max-width: 900px) {
	.inner {
		max-width: 100%;
		padding: 3.125rem 2rem;
	}
	#hero .feature-grid img {
		width: 30%;
	}
	#hero .feature-grid {
		grid-gap: 0;
		grid-template-columns: 1fr;
	}
	#hero h1 {
		text-align: center;
	}
	.feature-left {
		margin: 0 auto;
		width: 95%;
	}
	ul.links {
		margin: 0 auto;
		width: 95%;
	}
	#intro .inner {
		max-width: 100%;
		padding: 0 2rem;
	}
	#intro .feature-grid>div.video-wrapper {
		margin-bottom: 1rem;
	}
	#intro .feature-grid>div {
		max-width: 550px;
		margin: 0 auto;
		height: auto;
	}
	#intro .feature-grid:nth-of-type(1) h3 {
		margin-top: 0.0rem;
	}
	#intro .feature-grid:nth-of-type(2) h3, #intro .feature-grid:nth-of-type(3) h3 {
		margin-top: 1.5rem;
	}
	#hero ul li:nth-child(2n) {
		margin: 0 1.25rem;
		padding: 0 1.25em;
	}
	#intro .feature-grid video {
		max-height: 508px;
		max-width: 635px;
		width: 100%;
		height: auto;
	}
	  #core-areas .inner {
    	padding: 3.125rem 2rem 2.25rem;
  	}
	#core-areas .cgrid.explore-wl {
		grid-template-columns: 1fr 1fr;
	}
	#core-areas .cgrid.core .last {
		grid-template-columns: 36px 80%;
	}
	#learing-resources .cgrid {
		grid-gap: 2rem;
		grid-template-columns: 1fr 1fr;
	}
	#support-for-organizations li {
		height: 5vw;
		width: 10.3vw;
	}
	#support-for-organizations li img {
		height: auto;
		width: 7vw;
	}
	#wolfram-notebook-wolfram-scripts {
		background: linear-gradient(to bottom, #008bad 49.5%, #565656 0%);
	}
	#wolfram-notebook-wolfram-scripts .cgrid {
		grid-template-columns: 464px;
		grid-gap: 6.25rem;
	}
	.script-wrapper {
		margin-top: 0;
	}
	#community-resources .cgrid a>div:first-child {
		margin-right: 1rem;
		max-width: 118px;
		width: 100%;
	}
	#community-resources .cgrid img {
		height: auto;
		max-width: 113px;
		width: 100%;
	}
	#community-resources .cgrid {
		display: grid;
		grid-template-columns: 1fr;
		row-gap: 3rem;
	}
	#learning-resources .cgrid {
		grid-template-columns: 1fr 1fr;
	}
	#design-process .cgrid {
		grid-template-columns: 1fr;
	}
	#design-process span {
		margin: 0 auto;
		text-align: left;
		width: 309px;
	}
}
/* styles for small screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
	.inner {
		padding: 3.125rem 1rem;
	}
	#hero .feature-grid {
		grid-template-columns: 1fr;
	}
	#hero h1 {
		text-align: center;
	}
	#hero p {
		font-size: 1.35rem;
		margin-bottom: 0rem;
	}
	#hero .feature-grid img {
		max-width: 200px;
	}
	#hero ul li:nth-child(1n) a, #hero ul li:nth-child(2n) a {
		width: 100%;
	}
	#hero ul li:nth-child(2n) {
		border-right: none;
		border-left: none;
		height: 20px;
		margin: 0 0 1rem 0;
		padding: 0;
	}
	#hero ul li {
		display: block;
		text-align: left;
	}
	#hero ul li a, #hero ul li:nth-of-type(2) a, #hero ul li:nth-of-type(3) a {
		text-align: left;
		width: 100%;
	}
	#intro .feature-grid:first-child {
		margin-top: 2rem;
	}
	#intro .feature-grid .video-wrapper {
		background: none;
		height: 100%;
		width: 100%;
	}
	#intro .feature-grid video {
		height: auto;
		margin: 0 auto;
		max-height: 508px;
		max-width: 477px;
		width: 100%;
	}
	#intro .feature-grid:nth-child(2n) img {
		max-width: 477px;
	}
	#intro .feature-grid.no-border>div:first-child {
		padding-left: 0;
		padding-right: 0;
	}
	#core-areas .inner { padding: 2rem 0.3rem; }
	#core-areas h2 {
		font-size: 2.1rem;
	}
	#core-areas .cgrid.core {
	 grid-template-columns: 1fr 1fr;
	  width: 100%;
	}
	#core-areas .cgrid a, #core-areas .cgrid .last { height: 4rem; }
	#core-areas .cgrid.core a div {
		display: inline-block;
		margin: 0 auto;
		max-width: 300px;
		width: 100%;
	}
	#core-areas .cgrid.core i {
		background-size: 28px auto;
		height: 29px;
		width: 29px; 
	}
	#core-areas .cgrid.core a { padding: 0; }
	#core-areas .cgrid.core a span {
		padding: 0 0.3rem; 
		font-size: 0.9rem; 
	}
	#core-areas .cgrid.core a span strong { font-size: 0.95rem; }
	#core-areas .cgrid.core a div { padding: 5px 0 0 10%; } 
	#support-for-organizations li {
		height: 7vw;
		width: 14.3vw;
	}
	#support-for-organizations li img {
		height: auto;
		width: 10vw;
	}
	#wolfram-notebook-wolfram-scripts {
		background: linear-gradient(to bottom, #008bad calc(50% - 1.5rem), #565656 40.5%);
	}
	#wolfram-notebook-wolfram-scripts .cgrid {
		grid-template-columns: calc(100% - 32px);
		grid-gap: 6rem;
	}
	#wolframscript .clipboard-table {
		min-height: 27px;
	}
	#community-resources .cgrid a>div:first-child {
		max-width: 70px;
	}
	#community-resources .cgrid h3 {
		font-size: 1.4rem;
		text-align: left;
	}
	#learning-resources .cgrid {
		grid-gap: 2rem;
		grid-template-columns: 300px;
	}
	#design-process img {
		max-width: 288px;
	}
	.hide.display-ib__600, .heirs-display-ib__600>* {
		display: inline-block !important;
	}
	.display-b__600, .heirs-display-b__600>*, .hide.show__600, .heirs-show__600>* {
		display: block !important;
	}
}
/* styles for minimum supported screen width (320px)
   ========================================================================== */

@media all and (max-width: 320px) {
	.inner {
		padding: 3.125rem 1rem;
	}
	#hero p {
		font-size: 16px;
	}
	#intro .inner {
		padding: 0 1rem;
	}
	#intro .feature-grid {
		padding: 3rem 0;
	}
	#intro .feature-grid:first-child {
		padding: 0 0 3rem 0;
	}
	#intro .video-wrapper {
		height: 310px;
		width: 100%;
	}
	#intro .feature-grid video {
		height: auto;
		margin: 4rem auto 2rem auto;
		max-height: 508px;
		max-width: 477px;
		width: 100%;
	}
	#community-resources .cgrid {
		row-gap: 2rem;
	}
	#core-areas .inner {
		padding: 0;
	}
	#core-areas .cgrid.core a span strong { font-size: 0.9rem; }
	#core-areas .cgrid.core a span {
		font-size: 0.9rem; 
		padding: 0 0.3rem; 
		
	}
	#wolfram-notebook-wolfram-scripts .cgrid {
		grid-template-columns: 280px;
		grid-gap: 4rem;
	}
	#wolfram-notebook-wolfram-scripts {
		background: linear-gradient(to bottom, #008bad 48%, #565656 0%);
	}
	#wolframscript {
		margin: 3rem auto 0 auto;
	}
	#community-resources .cgrid img {
		max-width: 85px;
		margin-right: 0;
	}
	#learning-resources a.button {
		max-width: 160px;
		padding: 0.8rem;
	}
	#design-process img {
		width: 97%;
	}
}
/* printer styles
   ========================================================================== */

@media print {}