body {
	font-family: 'Open Sans', sans-serif;
  font-size: 15px;
	line-height: 22px;
}
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 {
	font-family: inherit;
	font-weight: 400;
	line-height: 1.1;
	color: inherit;
	text-transform: none;
	color: #003262;
	letter-spacing: 0;
	
}
h1 {
	font-family: 'Open Sans', sans-serif;
}
h2 {
	font-family: 'Open Sans', sans-serif;
}
h3 {
	font-size: 24px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
}
h4 {
	font-size: 18px;
}
h5 {
	font-size: 14px;
}
h6 {
	font-size: 12px;
}
h3.block-header {
	font-size: 12px;
margin-top: 0;
text-transform: uppercase;
letter-spacing: 1px;
font-weight: 700;
color: #003262;
font-family: 'Open Sans', sans-serif;
}
h4.category {
font-size: 11px;
text-transform: uppercase;
color: #999;
letter-spacing: 1px;
font-weight: 400;
}
.block {
	font-family: 'Open Sans', sans-serif;
	line-height: 22px;
	font-size: 15px;
}
h2.block-header  {
	text-transform: none;
	font-weight: 600;
	font-size: 24px;
	line-height: 27px;
	margin-bottom: 20px;
	margin-top: 0;
}
.lead {
	margin-bottom: 30px;
	font-size: 21px;
	line-height: 1.75;
	color: #555;
	font-family: 'Open Sans', sans-serif;
}

body.home .block-header {
	
}
.block .more-link {
	text-align: center;
	padding-top: 40px;
	padding-bottom: 20px;
}
.block .more-link a {
	padding: 20px;
	border-top: 1px solid #ddd;
}
p {
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	line-height: 22px;
}

a {
	color: #003262;
	text-decoration: none;
	-webkit-transition: color .2s ease-in-out;
	-moz-transition: color .2s ease-in-out;
	-ms-transition: color .2s ease-in-out;
	-o-transition: color .2s ease-in-out;
	transition: color .2s ease-in-out;
}
a:hover, a:focus {
	color: #000b16;
	text-decoration: underline;
}

p a {
	text-decoration: underline;
}
blockquote {
	padding: 0;
	margin: 0 0 30px;
	font-size: 27.5px;
	line-height: 34px;
	border-left: 0;
	line-height: 1.2em;
	border-left: none;
	font-family: 'Open Sans', sans-serif;
}
blockquote p {
	font-size: 27.5px;
line-height: 34px;
	font-family: 'Open Sans', sans-serif;
}
blockquote footer {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
}

blockquote .quotename {
	font-family: "Open Sans",sans-serif; 
}
.profile-title .pipe {
	color: #000; padding: 0 4px;
}
.pipe {
	color: #bbb;
	padding: 0 4px;
}
#header-meta {
	background-color: #003263;
}
#header-meta.inverse {
	background-color: #012950;
}
#header-meta h1 {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
	margin: 8px 0;
	line-height: 18px;
}
#header-meta h1 a {
	color: #fff;
	-webkit-transition: color .2s ease-in-out;
		-moz-transition: color .2s ease-in-out;
		-ms-transition: color .2s ease-in-out;
		-o-transition: color .2s ease-in-out;
		transition: color .2s ease-in-out;
}
#header-meta h1 a:hover,
#header-meta h1 a:focus {
	color: #fdb515;
	text-decoration: none;
}
/* Extra small devices (phones, less than 768px) */
/* No media query since this is the default in Bootstrap */

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
	h1 {
		font-size: 44px;
	}
	h2 {
		font-size: 30px;
	}
	h3 {
		font-size: 24px;
	}
	h4 {
		font-size: 18px;
	}
	h5 {
		font-size: 14px;
	}
	h6 {
		font-size: 12px;
	}
	.lead {
		font-size: 27px;
		line-height: 38px;
		margin-bottom: 30px;
	}
}


/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
	
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {
	.lead {
		font-size: 29px;
		line-height: 38px;
		margin-bottom: 30px;
	}
}
