a:hover {
	color: #FFF;
}

p {
	letter-spacing: 0.125rem;
	color: #333;
	font-weight: normal;
	line-height: 35px;
}

.guidance .banner {
	background-image: linear-gradient(rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.1)), url("../../images/bg/banner-2.jpg");
	background-size: cover;
}

.guidance-block .row {
	margin-bottom: 3rem;
}

.guidance-block img {
	width: 80%;
	display: block;
	margin: 0 auto;
	padding: 2rem;
	border: dashed 2px #F3F3F3;
	border-radius: 15px;
	transition: all 0.3s ease-in-out
}

.guidance-block img:hover {
	border: dashed 2px #c6c6c6;
}

blockquote {
	display: flex;
	flex-direction: row;
	border-left: 5px solid #EE5340;
	color: #1a1a1a;
	font-size: 1.25em;
	line-height: 1.8em;
	margin: 1.1em 0;
	padding: 0 1em;
	position: relative;
	transition: .2s border ease-in-out;
	z-index: 0;
	align-items: center;
}

blockquote:before {
	content: "";
	position: absolute;
	top: 50%;
	left: -4px;
	height: 2em;
	width: 5px;
	margin-top: -1em;
}

blockquote:after {
	position: absolute;
	top: 50%;
	left: -0.5em;
	color: #EE5340;
	font-style: normal;
	line-height: 1em;
	text-align: center;
	text-indent: -2px;
	width: 1em;
	margin-top: -0.5em;
	transition: .2s all ease-in-out, .4s transform ease-in-out;
}

blockquote.format:before, blockquote.format:after {
	display: none;
}

blockquote:active:after {
	transform: rotateY(360deg);
}

blockquote h6 {
	margin-bottom: 0;
	letter-spacing: 0.05rem;
	font-weight: bold;
	font-size: 1.5rem
}

@media (max-width:746px) {
	blockquote h4 {
		font-size: 1.8rem;
	}

	blockquote h6 {
		font-size: 1.25rem
	}
}

.download-btn {
	background: linear-gradient(90deg, #EE5340 0%, #ED7F43 100%);
	border: 1px solid transparent;
	border-radius: 10rem;
	box-shadow: rgb(0 0 0 / 2%) 0 1px 3px 0;
	box-sizing: border-box;
	color: #fff;
	cursor: pointer;
	font-size: 1.25rem;
	font-weight: 400;
	line-height: 2.55;
	padding: calc(0.1rem - 1px) calc(2.7rem - 1px);
	position: relative;
	text-decoration: none;
	transition: all 250ms;
	user-select: none;
	-webkit-user-select: none;
	touch-action: manipulation;
	width: auto;
	letter-spacing: 3px;
	margin-left: 0.5rem
}

@media (max-width:746px) {
	.download-btn {
		font-size: 1.15rem;
	}
}

.download-btn:hover,
.download-btn:focus {
	background-color: #fb8332;
	box-shadow: rgba(0, 0, 0, 0.1) 0 4px 12px;
}

.download-btn:hover {
	transform: translateY(-1px);
}

.download-btn:active {
	background-color: #c85000;
	box-shadow: rgba(0, 0, 0, .06) 0 2px 4px;
	transform: translateY(0);
}

.row {
	align-items: center;
}