/*
 * GUIDE PAGE
*/

article.guides .half .row {
	align-items: center;
}

.guide-content {
	font-family: Mulish;
	font-size: 1.29em;
}

article.guides .button {
	max-width: 13em;
	width: 100%;
}

.video-block {
	margin: 3.5em 0 2em;
}

.video-block-section {
	display: flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0px 4px 25px rgba(0, 0, 0, 0.25);
	min-height: 27em;
	position: relative;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
}

.video-block-section::before {
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	text-align: ;
	background: rgba(0, 0, 0, 0.28);
}

.video-block-bg-button {
	position: relative;
}

.modal-content iframe {
	width: 100%;
	display: block;
	height: ;
	min-height: 35em;
}

.video-block {
	margin: 3.5em 0 2.7em;
}

.big-download {
	margin: 2.7em 0;
}

.big-download-link {
	display: flex;
	align-items: center;
	justify-content: center;
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	min-height: 13em;
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.5em;
	color: #FFF;
	transition: all 0.5s ease;
}

.big-download-link::before {
	content: "";
	display: block;
	height: 100%;
	width: 100%;
	background: rgba(123, 161, 171, 0.9);
	position: absolute;
	left: 0;
	top: 0;
}

.big-download-link > span {
	position: relative;
}

.big-download .row {
	align-items: center;
}

.big-download .col-lg-4 {
	font-family: Mulish;
	font-weight: 800;
	font-size: 1.29em;
}

.big-download p {
	max-width: 18.5em;
	margin: 0 auto;
}

.big-download-link:hover {
	color: #FFF;
	text-decoration: none;
}

.big-download-link:hover::before  {
	opacity: 0.95;
}

.full-width-image {
	padding: 4em 0;
	text-align: center;
}

.full-width-image h2 {
	margin-bottom: 1em;
}

.full-width-image-img {
	width: 100%;
}

.form-title {
	margin-bottom: 0.5em;
	text-align: center;
}

.form-subtitle {
	margin-bottom: 1.5em;
	text-align: center;
}


/*
 * RESPONSIVE STYLES
*/

/* Large desktop */
@media (max-width: 1310px) { 
	
}

@media (max-width: 1199px){
	
}

/* Portrait tablet to landscape and desktop */
@media (min-width: 768px) and (max-width: 991px) {

}
 
/* Landscape phone to portrait tablet */
@media (max-width: 767px) {

}
 
/* Landscape phones and down */
@media (max-width: 480px) {
	
}