	h1, h2, h3{
        font-family: "minion-pro","Georgia","Times New Roman","Times",serif;	
        color: #55585a;
        margin-top: 24px;
        margin-bottom: 12px;
	}
	h1{
        font-size: 50px;
        color: #da291c;
		margin: 0 0 25px 0;
	}
	h2{
        font-size: 30px;
	}
	h3{
        font-size: 25px;
	}
	 ul.seneca-list {
	  list-style: none;
	  padding: 0;
	  width: 100%;
	  margin: 0;
	}
	 ul.seneca-list li {
	  display: inline-block;
	  width: 100%;
	  border-bottom: 1px solid #c9c9c9;
	  padding: 10px 0;
	  margin-top: 0;
	}
    .fa{
        font-size: 20px !important;
        margin: 0 10px 0 0;
    }
    .fa-twitter::before {
        content: "\e61b";
        font-style: normal;   
        font-size: inherit;
        font-family: "Font Awesome 6 Brands";
        font-weight: 400;
    }
    .fa-twitter-square::before {
        content: "\e61a";
        font-size: inherit;
        line-height: 0.9em;
        font-weight: bold;
        font-family: "Font Awesome 6 Brands";
    }
    .fa, .fa:hover{
        text-decoration:none;
    }
