﻿#buying-tools #hero {
	margin-bottom: 40px;
	padding: 20px 50px;
}

#buying-tools p,
#buying-tools ul {
	font-family: 'Barlow Condensed','Arial Narrow',sans-serif;
	font-size: 1rem;
}
#buying-tools p.lead {
	font-size: 1.25rem;
	width: 64%;
}

#buying-tools h3 { margin-top: 8px; }

#buying-tool-icons {
	width: 55%;
}

#buying-tool-icons .bt-icon {
	width: 80px;
}

#buying-tool-icons a {
	text-decoration: none;
}

#buying-tool-icons a h5 {
	font-size: 14px;
	font-weight: 500 !important;
	margin-top: 10px;
}

#pa-logo {
	width: 300px;
}
#pa-copy {
	margin-bottom: 10px;
	margin-left: 77px;
}

.btn.btn-sm {
	padding: 3px 20px;
}

#buying-tools hr {
	margin: 40px 0;
}

#buying-tools ul {
	margin-left: 0;
}

#buying-tools ul a {
	font-weight: 500;
}

#section-bottom .bt-icon {
	width: 50px;
}

/* XS */
@media screen and (max-width: 599.98px){
	#buying-tools #hero {
		background-size: cover !important;
		margin-left: -15px;
		margin-top: 20px;
		padding: 15px;
	}
	#buying-tools #hero h1.pageTitle {
		font-size: 2rem;
		margin-top: 0;
	}
	#buying-tools p.lead {
		font-size: 1rem;
		width: auto;
	}
	#buying-tool-icons {
		width: auto;
	}
	#buying-tool-icons a h5 {
		margin-bottom: 25px;
		margin-top: 5px;
	}
	#pa-logo {
		width: 280px;
	}
	#pa-copy {
		margin-left: 72px;
	}
	#pa-advisors {
		margin-left: 55px;
	}
	#buying-tools p,
	#buying-tools ul {
		font-size: 0.9rem;
	}
	#buying-tools hr {
		margin: 30px 0 10px 0;
	}
	#section-bottom .bt-icon {
		width: 26px;
	}
}

/* SM */
@media screen and (min-width: 600px) and (max-width: 959.98px){
	#buying-tools #hero {
		background-position: -195px 0 !important;
		background-size: cover !important;
		padding-left: 20px;
	}
	#buying-tools #hero h1.pageTitle {
		font-size: 1.75rem;
	}
	#buying-tool-icons {
		background-color: #fff;
		border-radius: 10px;
		opacity: 0.7;
		filter: alpha(opacity=70);
		padding: 8px 10px 0 10px;
		width: 100%;
	}
	#buying-tool-icons .bt-icon {
		width: 40px;
	}
	#buying-tool-icons a h5 {
		font-size: 12px;
	}
	#section-bottom > div:first-of-type {
		padding-right: 25px;
	}
	#section-bottom > div:last-of-type {
		padding-left: 25px;
	}
	#pa-advisors > div.col-sm-6.col-md-3 {
		min-height: 175px;
	}
}

/* MD */
@media screen and (min-width: 960px) and (max-width: 1279.98px){
	#buying-tools #hero {
		background-size: cover !important;
	}
	#buying-tools p.lead {
		width: 60%;
	}
	#buying-tool-icons {
		width: 62%;
	}
	#buying-tool-icons .bt-icon {
		width: 64px;
	}
}

/* LG */
@media screen and (min-width: 1280px){
	#buying-tools #hero {
		height: 540px;
	}
	#buying-tools #hero h1.pageTitle {
		font-size: 3.25rem;
	}
	#buying-tools #hero h1.pageTitle,
	#buying-tools #hero h3 {
		margin-top: 50px;
	}
	#buying-tools h3 {
		font-size: 1.75rem;
	}
	#section-bottom > div:first-of-type {
		padding-right: 50px;
	}
	#section-bottom > div:last-of-type {
		padding-left: 50px;
	}
}