/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	margin:0;
	color:#000;
	font:14px/20px  Arial, Helvetica, sans-serif;
	background:#fff;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
img{
	border:none;
	vertical-align:top;
	max-width:100%;
	height:auto;
}
.ci-hidden-desktop,
.ci-panel,
.ci-nav-holder,
.ci-logo,
.ci-programs,
.ci-carousel,
.ci-visual-links,
.ci-upcoming-events,
.ci-events-carousel,
.ci-section,
.ci-verse,
.ci-whats-new .ci-buttons,
.ci-slideshow .ci-buttons,
.ci-btn-next,
.ci-btn-prev,
.ci-breadcrumbs,
.ci-sidebar,
.ci-aside,
#ci-bg,
#ci-footer,
.ci-skip{display:none;}
#ci-header{padding:20px 0;}
.ci-logo-print{
	display:block;
	margin:0 0 20px;
}
.ci-slideshow .ci-slideset{height:auto !important;}
.ci-slideshow .ci-slide{
	display:inline-block !important;
	vertical-align:top;
	width:47%;
	opacity:1 !important;
	filter:progid:DXImageTransform.Microsoft.Alpha(opacity=100) !important;
	padding:0 1% 20px;
}
.ci-slideshow .ci-slide img{margin:0 0 10px;}
.ci-posts{
	font-size:0;
	line-height:0;
	letter-spacing:-10px;
	margin:0 0 -8px -5.55555%;
}
.ci-post{
	font-size:12px;
	line-height:14px;
	letter-spacing:0;
	color:#34495e;
	display:inline-block;
	vertical-align:top;
	width:27.77777%;
	padding:0 0 40px 5.55555%;
}
* html .ci-post{display:inline;}
*+ html .ci-post{display:inline;}
.ci-post img{
	border:1px solid #a7a7a7;
	border-radius:2px;
	display:block;
	margin:0 0 10px;
}
.ci-post .ci-title{
	color:#121212;
	margin:0 0 10px;
	font-size:14px;
	line-height:16px;
	display:block;
	font-weight:normal;
}
.ci-post .ci-title a{
	text-decoration:none;
	color:#000;
}
.ci-two-columns h1{
	font-size:16px;
	line-height:19px;
	margin:0 0 20px;
}
#ci-content h1{
	font-size:30px;
	line-height:33px;
	font-weight:normal;
	margin:0 0 8px;
}
#ci-content p{margin:0 0 18px;}
.ci-article-header{margin:0 0 28px;}
.ci-intro{
	font:16px/19px 'noto_sansitalic', Arial, Helvetica, sans-serif;
	margin:0 0 18px;
}
.ci-article-header .ci-date{
	display:block;
	font-size:12px;
	line-height:16px;
}
.ci-image{
	display:block;
	margin:0 0 20px;
}