#news-articles {
	margin: 0 auto;
	margin-top: 30px;
	margin-bottom: 30px;
	max-width: 920px;
}
#news-articles h3 {
	margin-top: 0;
	font-family: Helvetica, sans-serif;
	font-weight: bold;
}
#news-articles hr {
	border-top: 1px solid #e3001b;
}

h1, h2, h3, h4, h5, h6 {
    font-family: Helvetica, sans-serif;
    margin-bottom: 20px;
}

.p1 {
    font-size: 36px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.p2 {
    font-size: 30px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.p3 {
    font-size: 24px;
    margin-top: 10px;
    margin-bottom: 10px;
    line-height: 1.1;
}
.p4 {
    font-size: 18px;
    margin-top: 10px;
    margin-bottom: 10px;
}
hr {
    border-top: 2px solid #e3001b;
    margin-top: 8px;
    margin-bottom: 8px;
}
.hr1 {
    border-top: 1px solid #e3001b;
    margin-top: 20px;
    margin-bottom: 20px;
}
.modal-open {
  overflow:hidden;
  overflow-y:scroll;
  padding-right:0 !important;
}
#CookieModal .modal-footer {
    text-align: left;
}

@media only screen and ( max-width: 767px ) {
	#news-articles h3 {
		margin-top: 20px;
	}
	#news-articles .hr1 {
		margin-top: 0;
	}
}
