.home .recent-bar {
    display: none;
}

.home-posts>h2{font-weight: 500;
    margin: 0 0 20px;
    margin-bottom: 30px;
    color: #183853;text-align:center;margin-top:30px;
margin-bottom:30px;}
.home .carousel-control {
    display: none;
}
.home .slide-post .slide-post-wrapper {
    padding: 1rem;padding-top:10px;
}
.home  a.read-more.deskbtn {
       background: #3d86ca;
    color: #fff;
    display: inline-block;
    text-transform: uppercase;
    font-size: 14px;
    text-decoration: none!important;
    line-height: 1.5!important;
    float: left;
    margin-top: 10px;
    clear: both;
    position: relative;
    border-color: #3d86ca;
    color: #fff;
    vertical-align: middle;
    font-weight: 700;
    font-size: 1rem;
    padding: .75rem 2rem .75rem 1rem;
    font-family: 'Century Gothic', sans-serif;
}
.home a.read-more.deskbtn:after{
	font-family: "Font Awesome 5 Free";
    content: "\f0da";
    right: 1rem;font-weight: 900;
    position: absolute;
    top: .75rem;
    font-size: 1rem;
}
.home .post-container h2.more-title.text-uppercase {
    margin-top: 30px;
}
.desk-lead {
    padding: 5px !important;
    background: #3e87cb;
    color: white;
    text-align: center;
    padding-bottom: 20px !important;    padding-top: 15px !important;
}
.desk-lead img {
    display: table;
    margin: 0 auto;
    margin-top: 5px;
    margin-bottom: 10px;
}
.desk-lead h3 {
    line-height: 35px;
    font-family: inherit;font-size: 28px;
}
.desk-lead a.free-quote::after {
    content: '';
    vertical-align: top;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 7px 0 7px 10px;
    border-color: transparent transparent transparent #3e87cb;
    margin-left: 8px;
    display: inline-block;
    margin-top: 5px;
}
.desk-lead a.free-quote {
    background: white;
    padding: 10px;
	padding-left:15px;padding-right:15px;
    display: table;
    font-size: 15px;
    margin: 0 auto;
    margin-top: 10px;
    color: black;
    border-radius: 5px;    color: #3e87cb;
    font-weight: bold;cursor:pointer;
}
.desk-lead a.free-quote:hover {
    color: #3e87cb;    background: #e6e6e6;
}
a.post-phone {
    background: #3d86ca;
    color: white !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}
.homepostdiv .card-bottom {
    padding: 20px;float:left;width:100%;
    font-size: 1rem;
    font-weight: 600;
    background: #fff;    box-shadow: 1px 1px 5px #f3f3f3;
    -moz-boz-shadow: 1px 1px 5px #f3f3f3;
    -webkit-box-shadow: 1px 1px 5px #f3f3f3;
}
.container.homepostdiv {
    clear: both;
    width: 100%;
    float: none;
    display: table;
    margin: 0 auto;padding:0px;
}
.homepostdiv .col-lg-4.blogPost {
    float: left;
    margin-top: 15px;
}
a.read-more.deskbtn.btn-clearoff {
    display: table;
    margin: 0 auto !important;
    text-align: center;
    float: none !important;
    width: auto;
    position: relative;margin-top:30px !important;
}
.deskbtn{transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}

.deskbtn:hover{color: #cbd3da!important;}
button.alm-load-more-btn.more.btn.btn-primary-alt.text-light.pl-3.pr-5 {
	 transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
button.alm-load-more-btn.more.btn.btn-primary-alt.text-light.pl-3.pr-5:hover {
	color: #cbd3da!important;
}
.home .post-container .row {
    margin: 0px !important;
}
.primary-menu>li:hover>a {
    color: #3e87cb !important;
    opacity: 1;
}
.home-posts a {
    text-decoration: none !important;
}
.homepostdiv a {
    text-decoration: none !important;
}
.carousel-cell a {
    text-decoration: none !important;
}
.card-bottom a {
    text-decoration: none !important;
}
.homepostdiv h3 {
    padding-left: 15px;
    margin-top: 25px;
}

@media screen and (min-width:767px){
.single .sticky {
    position: -webkit-sticky;
    position: sticky;
   top: 20%;
    height: 135vh;
}
}
@media screen and (max-width:767px)
{
	.desk-lead{display:none;}
a.post-phone {
    background: #3d86ca;
    color: white !important;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 10px;
    padding-bottom: 10px;
    border-radius: 5px;
}
	.blog-post-content p.meta {text-align:center !important;}
.flickity-viewport {
    min-height: 500px;
}
}

@media screen and (max-width:600px)
{
	.flickity-viewport {
    min-height: 0px;
    height: 270px !important;
}
}
@media screen and (max-height:800px)
{
	.single .sticky {
    position: relative !important;top:0%;
}
}

p{
  word-break: break-word;
}

.single-post .entry-content a {
    word-break: break-word !important;
}
}