@charset "UTF-8";
/* CSS Document */

/*** Contact Page ***/

#contactblock {
	font-family: "Arial Narrow";
	text-align: justify;
	text-justify: newspaper;
	font-weight: normal;
}

#contactblock img {
	margin: 0px;
}

.flexbox {
	display: flex;
}

.flexbox svg {
	width: 100%;
	flex: 1 0 34%;
}

h6 a {
	font-size: 27px !important;
	text-align: center !important;
	color: #32447D;
	font-family: "Arial Narrow",
	Helvetica,
	Arial,
	Verdana,
	Sans-Serif !important;
}

h6 {
	text-align: center !important;
	margin: 1px;
		
}

h3,
h4 {
	text-transform: uppercase;
    font-family: 'arial_narrow-webfont',
    Arial,
    sans-serif;
    font-style: normal;
	font-weight: 500;
	color: #32447D;
	margin: 0;
	line-height: 1.2;
}

h3 {
	font-size: 20px;
    letter-spacing: 0.002em;

}

h3.sm {
	letter-spacing: -0.003em;
}

h4 {
	font-size: 23.1px;
	    line-height: 1;
	letter-spacing: -0.005em;
}

h4.sm {
	letter-spacing: 0.003em;

}

h4.lg {
	font-size: 26.25px;
	font-weight: 600;
}

.lt-blue {
	opacity: .3;
}

.grey {
	color: #919195 !important;
}

.text-center {
	text-align: center;
}
