.content h1,
.content h2,
.content h3,
.content h4,
.content h5,
.content h6,
.content p.lead{
	font-family: "RaleighLightCBT_2";	
}

.content h1,
.content p.lead{
	font-size:23px;
	margin:0 0 .67em 0;
	font-weight: bold;
}

.content h2 { font-size: 20px;}
.content h3 { font-size: 18px;}
.content h4 { font-size: 16px;}

.content p{
	margin:0 0 7px;
}

.vmiddle{
	vertical-align: middle !important;
}

.text-right{
	text-align:right !important;
}

.text-left{
	text-align:left !important;
}

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

.text-muted{
	color:#666 !important;
}

.text-info{
	color:#D0B373 !important;
}

.text-default{
	color:#222 !important;
}

.text-success{
	color:#4c71a5 !important;
}

.text-primary{
	color:#007A85 !important;
}

.more{background:url(/assets/img/more-bg.png) right 6px no-repeat; padding-right:15px; font-size:12px;line-height:12px; color: #b28d3f; text-decoration:none;}

.title{display: block; margin-bottom: 10px;}   

.info-bg{
	background:#D0B373 !important;
}

.default-bg{
	background:#e0e0e0;
}

.padding10{
	padding: 10px;
}

blockquote {
  
  padding: 10px 50px;
  quotes: "\201C""\201D""\2018""\2019";
font-style: italic;
position: relative;
display: block;
height: 82px;
line-height: 20px;
}
blockquote:before {
  	color: #007A85;
 	content: open-quote;
	position:absolute;
	right:0px;
	top:20px;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 70px;
}
blockquote:after {
  	color: #007A85;
 	content: close-quote;
	position:absolute;
	left:0px;
	bottom:0px;
	font-family: Times New Roman;
	font-style: italic;
	font-size: 70px;
}
blockquote p {
  display: inline;
}
.btn-more img { margin-left: 10px; }

.btn-counsil-question{
    display:block;
    padding-right:50px;
    white-space:normal;
    text-align: left;
    border-radius:0;
    background: #007b85 url("/assets/img/info/info134_small.png") no-repeat 95% center;
}

.content ul, .content ol{
    list-style:initial;
    margin-left:40px;
}

.content ul.list-unstyled, .content ol.list-unstyled{
    margin:0;
    list-style: none;
}