h1 {
	font-family: 'Trade Hv';
	line-height: 1.0;
	font-size: 35px;
	color: #FFF;
	margin: 0px;
	padding: 15px 0px 5px;
	text-align: left;
	text-transform: uppercase;
}
	article h1 {
		color: #0b2149;
		font-size: 46px;
		text-align: center;
	}
	h1.green {
		color: #fff;
	}
	h1.red {
		color: #db0011;
	}
	h1 span {
		font-family: 'Trade Regular';
	}	
h2 {
	font-family: 'Trade Hv';
	line-height: 1.0;
	font-size: 22px;
	color: #0b2149;
	margin: 0px;
	padding: 10px 0;
	text-transform: uppercase;
}
	h2 span {
		font-family: 'Trade Regular';
	}	
h3 {
	font-family: 'Trade Bold';
	line-height: 1.0;
	font-size: 19px;
	color: #db0011;
	margin: 0px;
	padding: 10px 0 5px;
	font-weight: normal;
	text-transform: uppercase;
}
h4 {
	font-family: 'Trade Regular';
	line-height: 1.0;
	font-size: 13px;
	color: #111010;
	margin: 0px;
	padding: 5px 0px;
	font-weight: normal;
	text-transform: uppercase;
}

h1.wpb, h2.wpb, h3.wpb, h4.wpb {
	padding-bottom: 10px;
}
section.white h1 {
	font-size: 46px;
	color: #0b2149;
}



.h1-filter {
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
	width: 100%;
	margin: 15px 0 10px;
}
	.h1-filter h1 {
		padding: 0;
		margin: auto 0;
	}
	.h1-filter select {
		width: 180px;
		margin: auto 0;
		margin-left: auto;
	}

.title-wsocials {
	display: flex; display: -webkit-flex; 
	flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
	justify-content: flex-start; -webkit-justify-content: flex-start;
}
	.title-wsocials .social-link, .h1-filter .social-link {
		margin: auto 0;
		margin-right: 95px;
		margin-left: auto;
		display: flex; display: -webkit-flex; 
		flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
		justify-content: flex-end; -webkit-justify-content: flex-end;
	}
		.h1-filter .social-link {
			margin-right: 0px;
		}
		.title-wsocials .social-link .text, .h1-filter .social-link .text {
			margin: auto 0;
			font-size: 16px;
			color: #FFF;
			text-transform: uppercase;
		}
			.title-wsocials .social-link.blue .text {
				color: #009de2;
			}

		.title-wsocials .social-link .links, .h1-filter .social-link .links {
			margin: auto 0;
			margin-left: 10px;
			display: flex; display: -webkit-flex; 
			flex-flow: row nowrap; -webkit-flex-flow: row nowrap;
			justify-content: space-around; -webkit-justify-content: space-around;
		}
			.title-wsocials .social-link .links a, .h1-filter .social-link .links a {
				margin: auto 5px;
			}
