/*# sourceMappingURL=lava-ests-software-release-package.css.map */

.plain-text {
	font-weight: normal;
	font-size: 1em;
}

.lava-page-content .content-header {
	background-color: #3f86c4;
}

.lava-page-content .content-header * {
	color: white;
	text-align: center;
}

.lava-page-content .content-header .page-title {
	font-weight: bold;
}

.software .section-subhead {
	margin-bottom: 75px;
	font-size: 1.3em;
	font-weight: bold;
}

.software .release-content-columns-wrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}

.software .release-content-columns-wrap .release-column {
	width: 32.5%;
}

.software .release-content-columns-wrap .release-column .tile {
	display: flex;
	flex-direction: column;
	box-sizing: border-box;
	box-shadow: 8px 8px 32px rgba(0, 0, 0, .37);
	transition: all .2s linear;
	margin-bottom: 35px;
	padding: 30px 20px;
	border-radius: 15px;
}

.software .release-content-columns-wrap .release-column .tile .bundle-list {
	margin-left: 20px;
	margin-bottom: 35px;
	list-style-type: disc;
	color: #444;
}

.software .release-content-columns-wrap .release-column .tile .bundle-list li {
	line-height: 1.6;
	font-size: 1em;
}

.software .release-content-columns-wrap .release-column .tile .video-wrap {
	position: relative;
	height: 0;
	width: 100%;
	padding-bottom: 56.25%;
}

.software .release-content-columns-wrap .release-column .tile .video-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
}

.software .release-content-columns-wrap .release-column .form-tile {
	background-color: #3f86c4;
}

@media screen and (max-width: 1050px) and (min-width: 768px) {
	.software .release-content-columns-wrap .release-column {
		width: 32%;
	}
	
	.software .release-content-columns-wrap .release-column .tile a {
		font-size: 14px;
	}
}

@media screen and (max-width: 1050px) {
	.software .release-content-columns-wrap .release-column {
		width: 48.5%;
	}
	
	.software .release-content-columns-wrap .release-column:last-child {
		width: 100%;
	}
	
	.software .release-content-columns-wrap .release-column:last-child .form-tile {
		margin: 0 auto;
		max-width: 450px;
	}
	
	.software .release-content-columns-wrap .release-column .tile .bundle-list li {
		font-size: 1.2em;
	}
	
	.plain-text {
		font-size: 1.2em;
	}
}

@media screen and (max-width: 767px) {
	.software .section-title {
		margin-bottom: 10px;
		font-size: 1.7em;
	}
	
	.software .section-subhead {
		font-size: 1.5em;
	}
	
	.software .release-content-columns-wrap .release-column {
		width: 100%;
	}
	
	.software .release-content-columns-wrap .release-column .tile .bundle-list li {
		font-size: 1.4em;
	}
	
	.plain-text {
		font-size: 1.4em;
	}
}
