.btn{
    color: #ffffff;
}
.btn-info{
background: #F17337;
border-color: #F17337;
    font-size: 18px;
    padding: 2px 12px;
}
.btn-lg {
padding: 11px 48px;
}
.btn-info:hover{
    background: #626060;
    border-color: #626060;
}
.cta.style1 h4{
    background:url('cta_arrow.png')no-repeat #626060;
color: #ffffff;
padding: 10px 10px;
padding-left: 33px;
background-position: 15px center;
}
.cta .btn{
    margin-top: 15px;
}
.cta.style2{
    background: #F4F8FB;
    text-align: center;
    width:30%;
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 20px;
    padding-bottom: 20px;
}
.cta.style2 h4{
    color: #626060;
}
.cta.style2:hover{
    background: #296195;
    color: #ffffff;
}
.cta.style2:hover h4{
    color: #ffffff;
}
.cta.style2:hover .btn-info{
    background: #131212;
 border-color: #131212;
}
.ui-accordion-header{
    font-size: 18px !important;
    margin: 0 !important;
    padding-left: 110px;
    background: url('accordion_plus.png') #FFFFFF no-repeat left center !important;
    outline: 0;
    border: 0;
    color: #ffffff;
    padding-top: 13px;
    padding-bottom: 17px;
    margin-top: 10px !important;
    cursor: pointer;
    font-weight: 700;
    font-family: 'Glyphicons Halflings'; */
    letter-spacing: normal;
    border: 1px solid #cccccc;
    word-spacing: -.5em;
}
.ui-accordion-header a{
    color: #7e7d7d;
    text-decoration: none;
}
.ui-accordion-header-active{
    background: url('accordion_minus.png') #FFFFFF no-repeat left center !important;
}
.ui-accordion-header-active a{
	color: #695B46;
}
hr {
       border : 1px solid #cccccc;
       height : 0px;
       background : transparent;
       margin : 1em 0;
    }
    hr.dashed{
        border : 1px dashed #cccccc;
    }
blockquote{
    font-size: 15px;
    padding:15px 10px;
    padding-left: 125px;
    background: url('quote.png')no-repeat 30px center #EEEFF1;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
ul.dot li,.post_content ul li{
list-style: outside;
margin-bottom: 0;
list-style: none;
list-style-image: url(dot.png);
}
ul.check li {
list-style: outside;
margin-bottom: 0;
list-style: none;
list-style-image: url(check.png);
}
.post_content ul{
    margin-left: 17px;
}
.post_content ol{
list-style: decimal outside;
    margin-left: 23px;
}
.icon h4{
    color: #626060;
}
.icon.style1{
    text-align: center;
    border-top: 7px solid #ffffff;
    border-bottom: 7px solid #ffffff;
    padding-top: 10px;
padding-bottom: 10px;
}
.icon.style1 .glyphicon{
    display: block;
text-align: center;
background: #ffffff;
width: 100%;
height: 60px;
margin-top: 40px;
}
.glyphicon:before{
        border: 2px solid #F17337;
        font-size: 32px;
padding: 17px 20px;
border-radius: 50px;
color:#F17337;
background: #ffffff;
}
.icon.style1:hover{
    border-top: 7px solid #F17337;
    border-bottom: 7px solid #F17337;
}
.icon.style1:hover .glyphicon:before{
    color: #ffffff;
    background: #F17337;
}
.icon.style2{
    padding: 15px 20px;
}
.icon.style2 .glyphicon{
    display: block;
text-align: center;
width: 114px;
float: left;
min-height: 85px;
margin-top: 35px;
}
.icon.style2:hover{
    background: #F17337;
    color: #ffffff;
}
.icon.style2:hover h4{
    color: #ffffff;
}
.tslider blockquote footer, .tslider blockquote footer a {
font-size: 16px !important;
color: #F17337 !important;
text-align: center !important;
}
.tslider blockquote {
margin: 0;
padding: 0;
background: none;
padding-left: 32px;
}
.bx-wrapper .bx-controls-direction a{
    display: none;
}
.tslider blockquote p:before{
   content: '';
background: url(quote-left.png) no-repeat left top;
width: 50px;
display: block;
height: 100%;
position: absolute;
top: 0;
left: 0;
}
.bx-wrapper ul li{
    padding: 0px 10px;
}
.tslider blockquote p:after{
content: '';
background: url(quote-right.png) no-repeat left bottom;
width: 50px;
margin-left: 10px;
margin-top: 31px;
padding-left: 40px;
padding-bottom: 7px;
}