/* - CONTENT -> TEXT STYLES - */

.text-styles {
	color: inherit;
}

.text-styles h1,
.modal h1 {
	position: relative;
	display: block;
	font: 600 34px/40px 'Open Sans', sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
	color: #484848;
}

@media only screen and (max-width: 991px) {
	.text-styles h1,
	.modal h1 {
		
	}
}

.text-styles h2,
.modal h2 {
	position: relative;
	display: block;
	font: 600 34px/40px 'Open Sans', sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
	color: #999999;
}

@media only screen and (max-width: 991px) {
	.text-styles h2,
	.modal h2 {
		
	}
}

.text-styles h3,
.modal h3 {
	position: relative;
	display: block;
	font: 400 22px/28px 'Open Sans', sans-serif;
	padding: 0;
	margin: -15px 0 15px 0;
	color: #999999;
}

@media only screen and (max-width: 991px) {
	.text-styles h3,
	.modal h3 {
		
	}
}

.text-styles h4,
.modal h4 {
	position: relative;
	display: block;
	font: 600 18px/24px 'Open Sans', sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
	color: #484848;
}

@media only screen and (max-width: 991px) {
	.text-styles h4,
	.modal h4 {
		
	}
}

.text-styles h5,
.modal h5 {
	position: relative;
	display: block;
	font: 600 18px/24px 'Open Sans', sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
	color: #d9232b;
}

@media only screen and (max-width: 991px) {
	.text-styles h5,
	.modal h5 {
		
	}
}

.text-styles h6,
.modal h6 {
	position: relative;
	display: block;
	font: 600 14px/20px 'Open Sans', sans-serif;
	padding: 0;
	margin: 0 0 15px 0;
	color: inherit;
}

@media only screen and (max-width: 991px) {
	.text-styles h6,
	.modal h6 {
		
	}
}

.text-styles a,
.modal-body a,
.text-styles a:focus,
.modal-body a:focus {
	color: #ED7D44;
	text-decoration: underline;
}

.text-styles a:hover,
.modal-body a:hover {
	color: #ED7D44;
	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;
	list-style: disc;
}

.text-styles ul > li {
	list-style: disc;
	margin: 0;
	padding: 0;
	position: relative;
}

.text-styles ul.pagination {
	margin: 5px 0 15px 0 !important;
	padding: 0 !important;
	list-style: none !important;
}

.text-styles ul.pagination > li > a {
	color: inherit !important;
	text-decoration: none !important;
}

.text-styles ul.pagination > li.active > a {
	background: #ED7D44;
	border-color: #ED7D44;
	color: #fff !important;
	text-decoration: none !important;
}