/*========= basic global font sizes =============*/
.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
	color: #433D6B;
	font-weight: 700;
	line-height: 1.2;
 margin-bottom: .5rem;
	letter-spacing: -.015em;
}
h1, .h1 {
	font-size: 8.333vw;
	font-weight: 600;
	line-height: 1.12;
}
h2, .h2 {
	font-size: 26px;
	font-weight: 600;
	margin-top: 15px;
	margin-bottom: 10px;
}
h3, .h3, .single-content h2 {
	font-size: 22px;
	margin-top: 15px;
	margin-bottom: 10px;
}
h4, .h4 {
	font-size: 18px;
	margin-top: 15px;
	margin-bottom: 10px;
}
p {
	font-size: 18px;
	line-height: 127%;
	margin-bottom: 10px;
}
div.lead p, p.lead {
	font-size: 26px;
	line-height: 125%;
	font-weight: 400;
	margin-bottom: 20px;
	color:#433D6B;
}

.entry-summary p.lead {
	font-size: 18px;
	line-height: 127%;
	margin-bottom: 10px;
}
/* bulleted lists */
.content ul {
	margin-left: 15px;
	margin-bottom: 15px;
}
.content ul ul, .content ul ol {
	margin-bottom: 0;
	margin-top: 3px;
}
.content ul li {
	font-size: 18px;
	line-height: 127%;
	list-style: none;
	margin-bottom: 7px;
}

.content ul li ul {
	
	margin-top: 6px;
}

.content ul li ul li{
	
	margin-bottom: 6px;
}
.content ul li:before {
	content: '\f111';
	font-family: 'FontAwesome';
	font-size: 6px;
	color: inherit;
	float: left;
	margin-left: -15px;
}
/* ordered lists */
.content ol ol, .content ol ul {
	margin-bottom: 0;
	margin-top: 3px;
}
.content ol li {
	font-size: 18px;
	line-height: 128%;
	margin-bottom: 8px;
}
strong {
	font-weight: 600;
}
 @media only screen and (min-width: 480px) {
h1, .h1 {
 font-size: 40px;
}
 h2, .h2 {
 font-size: 28px;
}
 h3, .h3, .single-content h2 {
 font-size: 24px;
}
 h4, .h4 {
 font-size: 21px;
}
 p {
 font-size: 20px;
}
 .content ul li, .content ol li {
 font-size: 20px;
}
 div.lead p, div.lead p, p.lead {
 font-size: 26px;
}

.entry-summary p.lead {
	font-size: 20px;
	line-height: 127%;

}
}
@media only screen and (min-width: 768px) {
h1, .h1 {
 font-size: 30px;
}
 h2, .h2 {
 font-size: 24px;
}
 h3, .h3, .single-content h2 {
 font-size: 20px;
}
 h4, .h4 {
 font-size: 18px;
}
 p {
 font-size: 17px;
}
 .content ul li, .content ol li {
 font-size: 17px;
}
div.lead p, p.lead {
 font-size: 22px;
}

.entry-summary p.lead {
	font-size: 17px;
	line-height: 127%;

}
}
@media only screen and (min-width: 992px) {
h1, .h1 {
 font-size: 38px;
}
 h2, .h2 {
 font-size: 26px;
}
 h3, .h3, .single-content h2 {
 font-size: 20px;
}
 h4, .h4 {
 font-size: 19px;
}
 p {
 font-size: 18px;
}
 .content ul li, .content ol li {
 font-size: 18px;
}
div.lead p, p.lead {
 font-size: 23px;
}

.entry-summary p.lead {
	font-size: 18px;
	line-height: 127%;

}
}
@media only screen and (min-width: 1200px) {
h1, .h1 {
 font-size: 44px;
}
 h2, .h2 {
 font-size: 28px;
}
 h3, .h3, .single-content h2 {
 font-size: 23px;
}
 h4, .h4 {
 font-size: 21px;
}
 p {
 font-size: 19px;
 margin-bottom: 1rem;
}
 .content ul li, .content ol li {
 font-size: 19px;
}
div.lead p, p.lead {
 font-size: 25px;
}

.entry-summary p.lead {
	font-size: 19px;
	line-height: 127%;

}
}
@media only screen and (min-width: 1400px) {
h1, .h1 {
 font-size: 54px;
}
 h2, .h2 {
 font-size: 36px;
}
 h3, .h3, .single-content h2 {
 font-size: 24px;
}
 h4, .h4 {
 font-size: 22px;
}
 p {
 font-size: 21px;
}
 .content ul li, .content ol li {
 font-size: 21px;
}
 div.lead p, p.lead {
 font-size: 28px;
}

.entry-summary p.lead {
	font-size: 21px;
	line-height: 127%;

}
}
