<link href="https://fonts.googleapis.com" rel="preconnect">
<link crossorigin="" href="https://fonts.gstatic.com" rel="preconnect">
<link href="https://fonts.googleapis.com/css2?family=Noto+Sans+Display:wght@400;500;600;700;800;900&amp;display=swap" rel="stylesheet">

<style>
* {
	box-sizing: border-box;
}
body {
	position: relative;
	margin: 2%;
	font-family: "Source Sans Pro", san-serif;
	overflow-x: hidden;
}

body.page-temp h1, h2, h3, h4, h5, h6 {
	font-family: 'Noto Sans Display', sans-serif;
	font-weight: 600;
}
.header-image {
	margin: 0 auto;
    display: block;
}
/* horiz rule */
hr {
	height: 1px;
    background: #A71930;
    border: none;
    position: relative;
    overflow: initial;
    margin: 50px auto;
	width: 200%;
	margin-left: -50%;
} 
hr::before {  
    content: "\27A1";
    position: absolute;
    top: 50%;
    left: 50%;
    background: white;
    color: #002664;
    padding: 0.5em 3em;
   	transform:translate(-50%, -50%);
    font-size: 36px;
    line-height: 36px;
    padding: 5px 36px;
    background: white;
    text-align: center;
}
@media only screen and (min-width: 400px) {
}

@media only screen and (min-width: 600px) {
}
@media only screen and (min-width: 800px) {
}
@media only screen and (min-width: 900px) {
}
@media only screen and (min-width: 1000px) {
}
@media only screen and (min-width: 1024px) {
}
  
</style>