/* - TEXT STYLES - */

.text-styles h1 {
	color: inherit;
}

.text-styles h1 {
	display: block;
	padding: 0;
	font: 400 28px/34px 'Open Sans', sans-serif;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 991px) {
	.text-styles h1 {
		font: 400 24px/30px 'Open Sans', sans-serif;
	}
}

.text-styles h2 {
	display: block;
	padding: 0;
	font: 400 24px/30px 'Open Sans', sans-serif;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 991px) {
	.text-styles h2 {
		font: 400 22px/28px 'Open Sans', sans-serif;
	}
}

.text-styles h3 {
	display: block;
	padding: 0;
	font: 400 22px/28px 'Open Sans', sans-serif;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 991px) {
	.text-styles h3 {
		font: 400 20px/26px 'Open Sans', sans-serif;
	}
}

.text-styles h4 {
	display: block;
	padding: 0;
	font: 400 18px/24px 'Open Sans', sans-serif;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 991px) {
	.text-styles h4 {
		font: 400 16px/22px 'Open Sans', sans-serif;
	}
}

.text-styles h5 {
	display: block;
	padding: 0;
	font: 600 14px/20px 'Open Sans', sans-serif;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 991px) {
	.text-styles h5 {
		font: 600 14px/20px 'Open Sans', sans-serif;
	}
}

.text-styles h6 {
	display: block;
	padding: 0;
	font: 600 13px/19px 'Open Sans', sans-serif;
	margin: 0 0 15px 0;
}

@media only screen and (max-width: 991px) {
	.text-styles h6 {
		font: 600 13px/19px 'Open Sans', sans-serif;
	}
}

.text-styles a {
	color: inherit;
	text-decoration: underline;
}

.text-styles a:hover {
	color: inherit;
	text-decoration: none;
}

.text-styles p {
	display: block;
	padding: 0;
	margin: 0 0 15px 0;
}

.text-styles hr {
	display: block;
	padding: 0;
	margin: 1px 0 15px 0;
}

.text-styles ul {
	margin: 0 0 15px 14px;
}