/* Styles for get download center
	developer: yhechler
   requires:    /common/framework/css/framework.en.css
   ========================================================================== */

:root {
	--stroke-width: 2;
}
body {
	color: #222;
	font-family: 'Source Sans Pro', Arial, sans-serif;
	font-size: 1rem;
}
section, main header, main footer {
	padding: 1rem 2.5rem;
}
.inner {
	margin: 0 auto;
	max-width: 60rem;
}
main {
	margin-bottom: 4.5em;
}
main h2, main h3 {
	font-weight: 400;
}
main h2 {
	font-size: 1.375rem;
	margin-bottom: 2rem;
}
main h3 {
	font-size: 1.125rem;
}
main a {
	color: #dd1100;
}
main a:hover, main a:active {
	color: #f57300;
}
/* ==========================================================================
   lightbox content
   ========================================================================== */

span.download-message {
	background: #fef3d4;
	color: #de1100;
	display: block;
	font-size: 1.125rem;
	margin: 1.5rem 0;
	padding: 0.5rem;
	width: 100%;
}
span.download-message::before, #accessable-message span.red.title::before {
	background: url('https://www.wolfram.com/download-center/img/check.svg') no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 16px;
	margin-right: 1rem;
	width: 16px;
}
#accessable-message span.red.title::before {
	height: 24px;
	width: 24px;
}
button#closeLightbox {
	background: transparent;
	border: none;
	height: 36px;
	position: absolute;
	right: 10px;
	top: 10px;
	width: 36px;
}
#lightbox {
	color: #535353;
	font-family: Arial, sans-serif;
	font-size: 13px;
	font-weight: 400;
	line-height: 1.3;
	margin: 0;
	padding: 0;
	z-index: 2000000000;
}
#lightbox .close-button {
	background: #dd1100;
	border-radius: .25rem;
	border: 1px solid #b00f00;
	color: #fff;
	cursor: pointer;
	display: inline-block;
	font-size: 1.0rem;
	line-height: 1;
	margin: 2rem 0 0;
	padding: .4rem 1.8rem;
}
#lightbox .close-button:focus {
	background: #b00f00;
}
#lightbox .close-button:hover {
	background: #f80000;
	color: #fff;
}
#lightbox .message-wrapper {
	margin-left: 2.5rem;
}
#lightbox-backdrop {
	background-color: rgba(0, 0, 0, 0.4);
	bottom: 0;
	height: 100%;
	left: 0;
	min-width: 320px;
	position: fixed;
	right: 0;
	top: 0;
	width: 100%;
}
#lightbox .inner {
	margin: 0 auto 2rem auto;
}
#lightbox .intro {
	padding: 2rem 2.5rem 0 2rem;
}
#lightboxContent {
	-ms-transform: translate(-50%, -50%);
	-webkit-transform: translate(-50%, -50%);
	background: #fff;
	border-radius: 0.5rem;
	border: 1px solid #ccc;
	left: 50%;
	max-width: 800px;
	min-width: 620px;
	padding: 0;
	position: fixed;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
}
#lightbox ._form-gui .submit {
	font-size: 1rem;
	padding: .5rem 1.75rem;
}
.message-1 {
	font-size: 1.125rem;
	font-weight: 600;
	line-height: 1.33;
}
.message-2 span.red, .message-3 span.red {
	color: #d10;
	display: block;
	font-size: 1.25rem;
	line-height: 1.61;
	margin: 1rem 0 0 0;
}
.message-2 span {
	font-size: 1.125rem;
	text-align: left;
}
.m-icon {
	background-size: 288px 160px;
	display: block;
	font-size: 0;
	height: 41px;
	line-height: 0;
	min-width: 41px;
	overflow: hidden;
	width: 41px;
}
.w-cloud-app {
	background: url(https://www.wolfram.com/download-center/img/w-cloud-app.png) no-repeat;
}
.w-alpha-app {
	background: url(https://www.wolfram.com/download-center/img/w-alpha-app.png) no-repeat;
}
.w-player-app {
	background: url(https://www.wolfram.com/download-center/img/w-player-app.png) no-repeat;
}
/* ==========================================================================
   intro
   ========================================================================== */

#intro h1 {
	font-size: 2.25rem;
	font-weight: 300;
	margin-bottom: 1.5rem;
}
#intro p {
	font-size: 1.2rem;
	font-weight: 300;
	line-height: 1.5;
}
#intro p a {
	font-weight: 400;
}
header#intro {
	padding: 3rem 2.5rem 0;
}
/* ==========================================================================
   products
   ========================================================================== */

.wolfram, .sm {
	border-radius: 5px;
	box-shadow: 0 0 5px rgb(0 0 0 / 15%);
	padding: 30px;
	position: relative;
	text-align: center;
	width: 100%;
}
.sm {
	justify-content: center;
	align-items: center;
}
.wolfram h2 {
	color: #242424;
	font-size: 2rem;
	font-weight: 600;
	margin-top: .8rem;
}
.sm .grid-item:first-child span {
	color: #242424;
	display: block;
	font-size: 1.3125rem;
	font-weight: 600;
	margin-top: .6rem;
}
.learn-more.chevron-after span {
	color: unset;
	font-size: 1rem;
	font-weight: 300;
}
.learn-more.chevron-after:after {
	color: unset;
}
#more-trigger, #more-trigger-mobile {
	cursor: pointer;
	padding-top: 2.25rem;
}
#more-trigger span::before, #more-trigger-mobile span::before {
	background: url('https://www.wolfram.com/download-center/img/more-plus-black.svg') no-repeat center center;
	background-size: contain;
	content: "";
	display: inline-block;
	height: 11px;
	margin-right: 0.5rem;
	width: 11px;
}
#more-trigger:hover, #more-trigger-mobile:hover {
	color: #de1100;
}
#more-trigger:hover span::before, #more-trigger-mobile:hover span::before {
	background: url('https://www.wolfram.com/download-center/img/more-plus.svg') no-repeat center center;
}
#line-with-triangle.more-trigger, .more-trigger, .more-trigger+.more-option-content {
	display: none;
}
#line-with-triangle.more-trigger.open {
	display: flex;
}
.more-trigger.open {
	display: grid;
}
.triangle-container svg path {
	stroke-width: 1px;
}
.triangle-container svg {
	height: auto;
	margin: 0 auto;
	max-width: 820px;
	width: 100%;
}
.triangle-container {
	align-items: center;
	display: flex;
	height: 50px;
	justify-content: center;
}
.grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 15px;
	margin: 0 0 3rem 0;
}
.nested-grid-container {
	display: grid;
	grid-template-columns: 1fr 1fr;
	grid-gap: 20px;
	margin: 0;
}
.wolfram.grid-container, .sm.grid-container {
	grid-template-columns: 30% 70%;
}
.grid-item h3 {
	margin-top: 10px;
}
.grid-item p {
	margin-bottom: 10px;
	text-align: left;
}
span.v-bar {
	background-color: #c9c9c9;
	display: inline-block;
	height: 16px;
	margin: 0 4px;
	transform: translate3d(0, 0, 0);
	vertical-align: middle;
	width: 0.1px;
}
span.os {
	color: #535353;
	display: none;
	font-size: 11px;
	font-weight: 400;
	margin: 0 4px;
	width: 40px;
}
span.small-desc {
	display: block;
	margin-bottom: 1rem;
	text-align: left;
}
.w-intro {
	color: #000;
	font-size: 1.25rem;
	font-weight: 300;
	line-height: 1.35;
	text-align: left;
	margin: 2rem 1.5rem 0.875rem 0;
}
p.sm-intro {
	color: #000;
	font-size: 1.1875rem;
	font-weight: 300;
	line-height: 1.53;
}
.sm .grid-item:nth-child(2n) {
	align-items: flex-start;
}
.inc-msg {
	color: #000;
	display: block;
	font-size: 12px;
	padding-top: 0.25rem;
}
#products {
	margin-top: 35px;
}
#products .inner {
	padding-top: 15px;
}
.production {
	padding: .4rem 1rem .4rem 1rem;
}
.productname p {
	color: #242424;
	font-size: 1.125rem;
	font-weight: 600;
}
.product-grid {
	display: grid;
	gap: 20px;
	grid-template-columns: repeat(3, 1fr);
}
.producticon {
	height: 93px;
}
.product {
	margin-bottom: 1.5rem;
	border-radius: 5px;
	box-shadow: 0 0 5px rgb(0 0 0 / 15%);
	padding: 0 10px;
	position: relative;
	width: 100%;
}
.product .mini-t .icon {
	background-repeat: no-repeat;
	margin: 0 auto;
}
.product .mini-t img {
	image-rendering: pixelated;
	image-rendering: -moz-crisp-edges;
	image-rendering: crisp-edges;
}
.product h3 {
	font-size: 1.3125rem;
}
.product .links {
	text-align: center;
}
.product .links a {
	font-size: 13px;
}
.productname {
	height: 63px;
}
span.desc {
	color: #aaa;
	display: block;
	font-size: 1.0rem;
	margin-top: 0.25rem;
}
.info-message {
	font-size: 1rem;
}
.intro-text {
	font-size: 1.3125rem;
	font-weight: 300;
}
.downloadlink {
	font-size: 1rem;
	color: #d10;
}
.downloadlink .hover-item:hover {
	background: #ededed;
}
.downloadlink.button {
	border: 1px solid #ddd;
	border-radius: 0.2rem;
	height: 34px;
	margin: 1rem 0;
	padding: 6px 6px 0px 12px;
	width: 120px;
}
.downloadlink.button:hover {
	background: #fe0000;
	color: white;
	border: 1px solid #dd1100;
}
.downloadbtn {
	width: 100%;
}
.downloadlink.button a {
	color: #dd1100;
}
.downloadlink.button a:hover {
	color: #fff;
}
.downloadlink.button:hover a, .downloadlink.button:hover a:hover {
	color: #fff;
}
.download-wrapper {
	color: #dd1100;
	display: inline-block;
	font-size: 13px;
	margin-bottom: 5px;
	position: relative;
	text-align: left;
	user-select: none;
	width: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
}
.download-wrapper .button-text {
	align-items: center;
	color: #fff;
	display: flex;
	justify-content: flex-start;
	line-height: 1.5;
	padding: 6px;
	width: 100%;
}
.drop-down-content.show .hover-item a>span:first-child {
	align-items: center;
	display: inline-flex;
	justify-content: flex-start;
}
/* 
.drop-down-content.show .hover-item a:hover >span {
	color:#fff;
}
 */

#without-doc .download-wrapper .download-button .button-text, #doc-only .download-wrapper .download-button .button-text {
	background: #fff;
	color: #dd1100;
	font-size: 1.0rem;
}
#without-doc .download-wrapper .download-button .button-text:hover, #doc-only .download-wrapper .download-button .button-text:hover {
	background: #fe0000;
	color: #fff;
}
.drop-down-content .button-text {
	color: #000;
}
.download-wrapper .button-text.not-selected {
	padding: 4px 12px
}
.download-wrapper .download-button {
	background: #dd1100;
	border-radius: 4px;
	border: 1px solid #dddddd;
	display: -ms-flexbox;
	display: -webkit-box;
	display: flex;
	font-size: 14px;
	max-width: 230px;
	overflow: auto;
}
#with-doc .download-wrapper .download-button, .sm .download-wrapper .download-button {
	border: 1px solid #b00f00;
}
.download-wrapper .download-button.format-drop-down {
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0
}
.download-wrapper .download-button:hover {
	border: 1px solid #dddddd;
}
.download-wrapper .drop-down-content {
	background: #fff;
	border: 1px solid #d5d5d5;
	box-shadow: -2px 2px 5px 2px #00000012;
	display: none;
	min-width: 380px;
	overflow: auto;
	position: absolute;
	white-space: nowrap;
	z-index: 1;
}
.download-wrapper .drop-down-content:hover {
	border: 1px solid #d5d5d5;
}
#without-doc .download-wrapper .drop-down-content, #doc-only .download-wrapper .drop-down-content {
	min-width: 285px;
}
.sm .download-wrapper .drop-down-content {
	width: 36.5%;
}
.download-wrapper .hover-item:hover {
	background-color: #dd1100;
}
.drop-down-content .product-name {
	font-weight: 600;
	padding-left: 0.25rem;
	padding-right: 0.1rem;
}
.drop-down-content.show .hover-item:hover {
	background-color: #ededed;
}
.download-wrapper .hover-item:hover .button-text {
	background-color: #fe0000;
	color: #fff !important
}
.download-wrapper .drop-down-content.show .hover-item:hover a {
	background-color: #ededed;
}
.drop-down-content.show .hover-item:hover .button-text {
	color: #000 !important;
}
#without-doc .download-arrow-wrapper, #doc-only .download-arrow-wrapper {
	background: #fff;
}
#without-doc .download-arrow-wrapper:hover, #doc-only .download-arrow-wrapper:hover {
	background: #fe0000;
}
.download-arrow-wrapper {
	border-left: 1px solid #dddddd;
	cursor: pointer;
	padding: 0 12px;
}
#with-doc .download-arrow-wrapper, .sm .download-arrow-wrapper {
	border-left: 1px solid #b00f00;
	cursor: pointer;
	padding: 0 12px;
}
.download-arrow-wrapper:hover {
	background-color: #fe0000
}
.download-arrow-wrapper:hover .arrow-down:after {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #fe0000
}
.download-arrow-wrapper:hover .arrow-down:before {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff
}
#with-doc .download-arrow-wrapper .arrow-down:after, .sm .download-arrow-wrapper .arrow-down:after {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #dd1100;
}
#with-doc .download-arrow-wrapper .arrow-down:before, .sm .download-arrow-wrapper .arrow-down:before {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff
}
#with-doc .download-arrow-wrapper:hover .arrow-down:after, .sm .download-arrow-wrapper:hover .arrow-down:after {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #fe0000;
}
#with-doc .download-arrow-wrapper:hover .arrow-down:before, .sm .download-arrow-wrapper:hover .arrow-down:before {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
}
.download-arrow-wrapper .arrow-down {
	padding: 7px
}
.border-arrow {
	position: relative
}
.border-arrow:after, .border-arrow:before {
	border: solid transparent;
	content: " ";
	height: 0;
	pointer-events: none;
	position: absolute;
	width: 0;
}
.arrow-down:after, .arrow-down:before {
	top: 100%;
}
.arrow-down:after {
	border-color: rgba(136, 183, 213, 0);
	border-top-color: #fff;
	border-width: 6px;
	margin-left: -6px;
}
.arrow-down:before {
	border-color: rgba(194, 225, 245, 0);
	border-top-color: #d10;
	border-width: 8px;
	margin-left: -8px;
}
.arrow-up:after, .arrow-up:before {
	bottom: 100%;
}
.arrow-up:after {
	border-color: rgba(136, 183, 213, 0);
	border-bottom-color: #fff;
	border-width: 4px;
	margin-left: -4px
}
.arrow-up:before {
	border-color: rgba(194, 225, 245, 0);
	border-bottom-color: #d10;
	border-width: 6px;
	margin-left: -6px
}
span.hover-item, span.download-item {
	font-size: 1.0rem;
	min-width: 173px;
	width: 100%;
}
span.question-mark svg {
	fill: #aaa;
	margin: 0 .3rem .2rem 0;
	width: 12px;
}
.button-icon-wrapper {
	width: 20px;
	display: inline-block;
}
.button-icon {
	background-color: unset !important;
	display: inline-block;
	min-height: 17px;
	min-width: 17px;
}
#macOS {
	background: url('https://www.wolfram.com/download-center/img/apple.svg') no-repeat;
	/* background-size: 16px 16px; */
}
.downloadlink#with-doc .download-button #macOS, .sm .downloadlink .download-button #macOS {
	background: url('https://www.wolfram.com/download-center/img/apple-invert.svg') no-repeat;
}
#Windows {
	background: url('https://www.wolfram.com/download-center/img/windows.svg') no-repeat;
}
.downloadlink#with-doc .download-button #Windows, .sm .downloadlink .download-button #Windows {
	background: url('https://www.wolfram.com/download-center/img/windows-invert.svg') no-repeat;
}
#Linux {
	background: url('https://www.wolfram.com/download-center/img/linux.svg') no-repeat;
}
.downloadlink#with-doc .download-button #Linux, .sm .downloadlink .download-button #Linux {
	background: url('https://www.wolfram.com/download-center/img/linux-invert.svg') no-repeat;
}
.hover-item:hover #macOS {
	background: url('https://www.wolfram.com/download-center/img/apple-invert.svg') no-repeat;
}
.drop-down-content.show .button-icon {
	background-color: #fff;
}
.drop-down-content.show .hover-item:hover #macOS {
	background: url('https://www.wolfram.com/download-center/img/apple.svg') no-repeat;
}
.hover-item:hover #Windows {
	background: url('https://www.wolfram.com/download-center/img/windows-invert.svg') no-repeat;
}
.drop-down-content.show .hover-item:hover #Windows {
	background: url('https://www.wolfram.com/download-center/img/windows.svg') no-repeat;
}
.hover-item:hover #Linux {
	background: url('https://www.wolfram.com/download-center/img/linux-invert.svg') no-repeat;
}
.drop-down-content.show .hover-item:hover #Linux {
	background: url('https://www.wolfram.com/download-center/img/linux.svg') no-repeat;
}
#request-access, #trial-license {
	font-size: 15px;
}
label.consent-label {
	font-size: 13px;
}
input#email::placeholder {
	font-size: 13px;
	color: #9d9d9d;
}
#error p {
	font-size: 1.5rem;
	font-weight: 300;
	padding: 1.5rem 0 0 1.0rem;
}
.grid-item p {
	margin: 0.7rem 0;
}
.icon {
	align-items: center;
	display: flex;
	gap: 10px;
}
.free-download .icon h3 {
	color: #242424;
	font-size: 1.3125rem;
	font-weight: 600;
	margin: 2rem 0;
}
.desc p {
	color: #222;
	font-size: 15px;
	font-weight: 300;
}
.desc-wrapper {
	min-height: 100px;
}
#welcome-section {
	padding: 0 4rem 1rem;
}
#accessable-message p {
	font-size: 1.375rem;
	line-height: 1.27;
	margin: 2rem 0;
}
#lightbox #accessable-message .inner {
	margin: 2rem auto;
}
span.red.title {
	font-size: 1.625rem;
	line-height: 32px;
}
.free-download h3 {
	color: #de1100;
	font-size: 1.5rem;
	font-weight: 300;
	margin: 4rem 0 1rem 0;
}
h2.servererror {
	font-size: 2rem;
	color: #dd1100;
}
p.servererror {
	font-size: 1rem;
}
.mfp-bg {
	background: #2d2e2f;
	opacity: 0.7;
}
.mfp-content {
	max-width: 600px;
	padding: 0;
}
.mobile-alert {
	background: #fff;
	color: #dd1100;
	font-size: 14px;
	font-weight: 600;
	line-height: 24px;
	margin: 20px auto;
	max-width: 85%;
	padding: 20px 15px;
	position: relative;
	width: 360px;
}
.mobile-alert * {
	color: #222;
}
#mobile-content {
	color: #000;
	display: none;
	font-size: 2rem;
	font-weight: 400;
}
.mobile-alert span.msg {
	color: #616161;
	font-size: 1rem;
	line-height: 1.2;
}
.mobile-alert span.red {
	font-size: 1.125rem;
}
.mobile-alert .mini {
	margin-bottom: 1rem;
}
.mobile-alert .m-icon {
	margin: 0 1rem 1rem 0;
}
button.mfp-close {
	background: unset;
	box-shadow: unset;
	color: #000 !important;
	right: 10px;
	top: 10px !important;
}
.mobile-alert span.title {
	display: flex;
	font-size: 1rem;
	font-weight: 600;
	line-height: 1.2;
}
.mobile-alert span.title+span {
	font-size: 13px;
	font-weight: 400;
	line-height: 1;
}
.latest-release {
    color: #616161;
	display: inline-block;
    font-size:.9rem;
    margin: .4rem 0 .2rem 0;
}
.version {
    color:#222;
    font-weight:600;
}
/* styles for medium screens (1200px)
   ========================================================================== */

@media all and (max-width: 1200px) {}
/* styles for medium screens (900px)
   ========================================================================== */

@media all and (max-width: 900px) {
	section, main header, main footer {
		padding: .5rem 2.5rem;
	}
	.w-intro {
	    margin: 1rem 1.5rem 1.875rem 0;
	}
	.wolfram.grid-container, .sm.grid-container {
		grid-gap: 0;
		grid-template-columns: 100%;
		margin: 0 0 3rem;
		text-align: left;
	}
	.wolfram h2, .sm .grid-item:first-child span {
		display: inline-block;
		margin-left: 1rem;
		margin-top: 1rem;
		vertical-align: top;
	}
	.more-option-content.grid-container {
		grid-gap: 12px;
	}
	.wolfram h2 {
		margin-top: 1.4rem;
	}
	.grid-item p {
		margin: 1rem 0 2rem 0;
	}
	.wolfram, .sm {
		padding: 22px;
	}
	.inc-msg {
		color: #222;
		padding-top: 0.4rem;
	}
	.product {
		padding: 0px
	}
	#w-logo {
		height: auto;
		width: 70px;
	}
	#sm-logo {
		height: auto;
		width: 48px;
	}
	span.small-desc {
		font-size: 0.98rem;
	}
	#download-message {
		padding: 1rem 1.25rem 0 1.25rem;
	}
	#more-trigger {
		text-align: right;
	}
	.product-grid {
		grid-template-columns: repeat(2, 1fr);
	}
	.product .mini-t .text {
		height: 160px;
	}
	#lightboxContent {
		max-width: 450px;
		min-width: 300px;
	}
	.desc-wrapper {
		min-height: 100px;
	}
	.downloadlink.button {
		padding: 6px 6px 0px 17px;
	}
}
/* styles for medium screens (600px)
   ========================================================================== */

@media all and (max-width: 600px) {
	section, main header, main footer {
		padding: 0rem 1.5rem;
	}
	header#intro {
		padding: 2rem 1.5rem 0;
	}
	#intro h1 {
		font-size: 2rem;
		padding: 2rem 1.5rem 0;
	}
	#w-logo {
		height: auto;
		width: 130px;
	}
	.triangle-container {
		display: none;
	}
	.grid-container {
		grid-template-columns: 1fr;
		margin: 0;
	}
	.wolfram h2 {
		margin-bottom: 0px;
	}
	.sm .grid-item p {
		margin: 0.375rem 0 2rem 0;
	}
	#sm-logo {
		width: 80px;
	}
	.download-wrapper .drop-down-content {
		width: max-content;
		white-space: wrap;
		min-width: 300px;
	}
	.desc-wrapper {
		min-height: 20px;
	}
	.wolfram.grid-container .grid-item, .sm.grid-container .grid-item {
		align-items: center;
		display: flex;
		flex-direction: column;
		height: 100%;
		justify-content: center;
		text-align: center;
	}
	.wolfram.grid-container .grid-item img, .sm.grid-container .grid-item img {
		height: auto;
		max-width: 100%;
	}
	.nested-grid-container {
		display: grid;
		grid-template-columns: 1fr;
		margin: 0;
	}
	.more-trigger-container {
		width: 100%;
	}
	#more-trigger {
		border-top: 1px solid #ccc;
		margin: 0 0 1rem 0;
		padding: 1rem 0 0;
	}
	#more-trigger-mobile {
		align-items: flex-start;
		border-top: 1px #ccc solid;
		display: flex;
		justify-content: flex-start;
		margin: 1rem 0;
		padding: 10px 0;
		text-align: left;
	}
	#more-trigger-mobile span::before {
		height: 11px;
		margin-right: 0.5rem;
		width: 11px;
	}
	.more-option-content.grid-container .grid-item, #more-trigger.grid-item {
		align-items: flex-start;
		justify-content: flex-start;
		text-align: left;
	}
	span.small-desc {
		margin-bottom: 0.5rem;
	}
	.production {
		padding: .4rem 2rem;
	}
	.product-grid {
		display: grid;
		grid-template-columns: 1fr;
		grid-column: 1 /-1;
	}
	.product .mini-t .text {
		height: unset;
		display: block;
	}
	.product-grid>div {
		margin: 2rem 0 1rem 0;
	}
	.sm .download-wrapper .drop-down-content {
		width: 110%;
	}
	.free-download .downloadlink.button {
		height: 30px;
		margin: 1rem auto 1rem auto;
		padding: 6px 6px 4px 10px;
		width: 80px;
	}
	.free-download h3 {
		margin: 2rem 0 0;
	}
	.free-download .production h3 {
		margin: 2rem 0 2.5rem;
	}
	.free-download .product .mini-t img {
		width: 40px;
	}
}
/* styles for medium screens (320px)
   ========================================================================== */

@media all and (max-width: 320px) {
	.desc-wrapper {
		min-height: 70px;
	}
}