.main-content h1 {
	font-size: 40px;
	line-height: 60px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 15px;
}
.main-content h2 {
	font-size: 40px;
	line-height: 50px;
	font-weight: 700;
	color: #000000;
	padding-bottom: 15px;
	position: relative;
	margin-bottom: 15px;
}
.main-content h2:before {
	content: "";
    width: 78px;
    height: 3px;
    background: #ba2025;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 0 auto;
    display: block;
}
.main-content h3 {
	font-size: 35px;
	line-height: 45px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 15px;
}
.main-content h4 {
	font-size: 30px;
	line-height: 40px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 15px;
}
.main-content h5 {
	font-size: 25px;
	line-height: 35px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 15px;
}
.main-content h6 {
	font-size: 20px;
	line-height: 30px;
	font-weight: 700;
	color: #000000;
	margin-bottom: 15px;
}
.main-content p {
	font-size: 18px;
    line-height: 28px;
    font-weight: 400;
    color: #404040;
}
.main-content p a {
	color: #ba2025;
	font-weight: 700;
}
/*.main-content p strong,
.main-content p b {
	color: #ba2025;
}*/
.main-content .main-body ol {
  counter-reset: section;
  padding-bottom: 20px;
}

.main-content .main-body ol > li {
  font-size: 18px;
  line-height: 30px;
  color: #20313B;
  padding: 20px 25px 20px 40px;
  background: #fff;
  box-shadow: 0px 3px 6px rgba(0, 0, 0, 0.16);
  margin-bottom: 10px;
  position: relative;
}

.main-content .main-body ol > li:before {
  counter-increment: section;
  content: ""counter(section)".";
  position: absolute;
  top: 20px;
  left: 15px;
  color: #900000;
  font-size: 18px;
  font-weight: 700;
}
.main-content .main-body ol > li > ol {

}
.main-content .main-body ol > li > ol > li:before {
  counter-increment: section;
  content: ""counter(section, lower-alpha)".";
  position: absolute;
  top: 20px;
  left: 15px;
  color: #900000;
  font-size: 18px;
  font-weight: 700;
}
.main-content .main-body ul {
   padding-bottom: 20px;
}
.main-content .main-body ol ul {
	padding-top: 20px;
}
.main-content .main-body ul ol {
	padding-top: 20px;
}
.main-content .main-body ul > li {
  font-size: 18px;
  line-height: 30px;
  color: #20313B;
  padding-left: 30px;
  margin-bottom: 20px;
  position: relative;
}

.main-content .main-body ul > li:before {
  content: "";
  width: 9px;
  height: 9px;
  background: #BA2025;
  position: absolute;
  top: 10px;
  left: 0;
  -webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
.accordion-body strong {
	color: #BA2025;
}
.messages  ul {
	padding: 0;
}
.messages ul li {
	padding-left: 0;
	margin-bottom: 0;
}
.messages ul li:before {
	display: none;
}
.messages ol li {
	padding-left: 0;
	margin-bottom: 0;
}
.messages ol li:before {
	display: none;
}
.related-references-listing .container > ul li:before {
	display: none;
}
.related-references-listing .container > ul li {
	padding-left: 0;
}
.share-social-media ul li {
	padding-left: 0;
}
.share-social-media ul li:before {
	display: none;
}
.normal-listing li:before {
	background: transparent;
}
.main-content ul > li:before {
	border: 0;
}
@media (max-width: 1366px) {
	.main-content h1 {
			font-size: 40px;
			line-height: 50px;
		}
		.main-content h2 {
			font-size: 30px;
			line-height: 40px;
		}
		.main-content h3 {
			font-size: 25px;
			line-height: 35px;
		}
		.main-content h4 {
			font-size: 20px;
			line-height: 30px;
		}
		.main-content h5 {
			font-size: 18px;
			line-height: 28px;
		}
		.main-content h6 {
			font-size: 16px;
			line-height: 26px;
		}
		.main-content p {
			font-size: 14px;
	    line-height: 24px;
		}
		.main-content p a {
			color: #ba2025;
			font-weight: 700;
		}
		.main-content ol {
		  counter-reset: section;
		  padding-bottom: 20px;
		}
		.main-content ol > li {
		  font-size: 16px;
		  line-height: 26px;
		}
		.main-content ol > li:before {
		  font-size: 16px;
		}
		.main-content ul > li {
		  font-size: 16px;
		  line-height: 24px;
		}
}

@media (max-width: 1024px) {
	.main-content h1 {
			font-size: 35px;
			line-height: 45px;
		}
		.main-content h2 {
			font-size: 25px;
			line-height: 35px;
		}
		.main-content h3 {
			font-size: 20px;
			line-height: 30px;
		}
		.main-content h4 {
			font-size: 20px;
			line-height: 30px;
		}
		.main-content h5 {
			font-size: 18px;
			line-height: 28px;
		}
		.main-content h6 {
			font-size: 16px;
			line-height: 26px;
		}
		.main-content p {
			font-size: 14px;
	    line-height: 24px;
		}
		.main-content ol > li {
		  font-size: 14px;
		  line-height: 24px;
		}
		.main-content ol > li:before {
		  font-size: 14px;
		}
		.main-content ul > li {
		  font-size: 14px;
		  line-height: 24px;
		}
}
