/* --------------------------------------------------------------  
   LBR TYPOGRAPHY.css
-------------------------------------------------------------- */

body {
	background-color:#fff;
    font-family: 'Open Sans', sans-serif;
	line-height: 1.6;
	letter-spacing: 0.025em;
	-webkit-font-smoothing: subpixel-antialiased;
	font-size: 16px;
}

a {
	text-decoration: none;
	color:#0555A2;
}
a:hover, li.filter:hover {
	color:#243E90; /* customize_link_hover */
}
p {
    margin: 0 0 30px 0;
}
h1, h2, h3, h4, h5, h6 {
	color:#0555A2;  
}
h1 {
    font-family: 'Quattrocento', serif;
	line-height: 1.3em;
	text-decoration: none;
	font-size: 36px;
	font-weight: 400;
    font-style: normal;
    color: #666;
}
h2 {
    font-family: 'Quattrocento', serif;
	line-height: 1.3em;
	text-decoration: none;
	font-size: 24px;
	font-weight: 400;
    font-style: normal;
}
h3 {
    font-family: 'Quattrocento', serif;
	line-height: 1.6em;
	text-decoration: none;
	font-size: 20px;
    font-weight: 400;
}
h4 {
    font-family: 'Quattrocento', serif;
	line-height: 1.5em;
	text-decoration: none;
	font-size: 18px;
}
h5 {
    font-family: 'Quattrocento', serif;
	line-height: 1.4em;
	text-decoration: none;
	font-size: 16px;
}
h6 {
    font-family: 'Quattrocento', serif;
	line-height: 1.4em;
	text-decoration: none;
	font-size: 14px;
}
.hidden {
	display: none;
}
hr {
    border-top: 2px dotted #666;
}
.block {
	display: block;
}
.clear {
	clear: both;
}

/******************************************************************
	Colors
******************************************************************/
.white {
	color: #FFF;
}
.yellow {
	color: #FFCC00!important;
}
.dark-gray {
	color: #4b4b4b;
}
.mid-gray {
	color: #ababab;
}
.light-gray {
	color: #cfcfcf;
}

/* Images -------------------- */
img.pull-left {
	margin:4px 25px 25px 0;
}
img.pull-right {
	margin:4px 0 25px 25px;
}

/* Misc ---------------------- */
.pull-left { float: left; margin-right: 20px;}
.pull-right { float: right; }
.img-responsive {}
.img-rounded {}
.img-thumbnail {}
.img-circle {}
.thumbnail {}

.inner {}

.lead {}

.section-title {}

a.btn {
    padding: 10px;
    margin: 20px 0;
    text-decoration: none;
    border-radius: 5px;
    background-color: #243E90;
    color: #fff;
}
a.btn-primary {
    padding: 15px 20px;
    margin: 20px 0 0;
    text-decoration: none;
    border-radius: 5px;
    background-color: #0555A2;
    color: #fff!important;
}
.centre{text-align: center}