html,
body {
	font-family: 'Open Sans', sans-serif;
	font-size: 100%;
}

.logo-row {
	padding: 3px 0 10px 0;
	background-color:  #fafafa;
}

.text-sml {
	font-size:  .9em;
}

.logo {
	max-width:  200px;
}

h1 {
	color: rgb(250, 169, 0);
	font-size: 40px;
	line-height: 52px;
}

h3 {
	font-size:  1.9rem;
	line-height: 2.6rem;
	font-weight: 600;
	margin-bottom: 20px;
}

h4 {
	font-size: 1.2rem;
	line-height: 1.8rem;
	font-weight: 600;
}

h5 {
	font-size:  1.2rem;
	line-height: 1.8rem;
	font-weight: 600;
	margin-bottom: 20px;
}

p {
	font-size:  15px;
	line-height: 24px;
	margin-bottom: 17px;
}

.listicle-item {
	margin: 25px 0;
	clear: both;
}

.img-money {
	width:  100%;
}

.img-intext {
	max-width: 340px;
	margin-bottom: 15px;
}

.btn-primary {
	display: block;
	width: 100%;
	background-color: rgba(219,158,29,1);
	border: 0;
	margin-top: 15px;
	font-weight: 600;
	font-size: 1.2rem;
	padding: 12px 0;
}

.btn-primary:hover, .btn-primary:focus, .btn-primary:active {
	background-color: rgba(208,140,22,1);
}

.footer {
	background-color: rgba(88,95,105,1);
	padding: 45px 0;
	margin-top: 80px;
}

@media screen and (max-width:  767px) {
	.img-intext {
		display: block;
		width: 100%;
	}
}