body {
  font-family: 'Open Sans', sans-serif;
  color: #565d6b;
  font-size: 18px;
  line-height: 28px;
  font-weight: 300;
}

.blog-content-wrap {
  position: relative;
  overflow: hidden;
  padding-top: 20px;
}

.blog-container {
  display: block;
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
}

.banner-img {
  width: 100%;
}

.blog-row {
  padding-top: 40px;
}

.blog-main-content {
  width: 60%;
  padding-right: 40px;
  float: left;
}

.blog-right-col {
  width: 40%;
  height: 500px;
  padding-top: 20px;
  float: left;
  border: 1px solid #dbdbdb;
  background-color: #eee;
}

.blog-date {
  padding-top: 4px;
  padding-bottom: 4px;
  padding-left: 20px;
  background-image: url('../images/calendar.png');
  background-position: 0px 50%;
  background-size: 13px;
  background-repeat: no-repeat;
  color: #898d97;
  font-size: 13px;
}

.social-plugin {
  padding-top: 10px;
  clear: both;
}

.n-image {
  margin-top: 10px;
  margin-bottom: 20px;
}

.grab-fixed {
  position: fixed;
  top: 45%;
  right: 14px;
  padding: 10px 28px 10px 60px;
  border-radius: 66px;
  background-color: #109e48;
  background-image: url('../images/steering-wheel.png');
  background-position: 11px 50%;
  background-size: 41px;
  background-repeat: no-repeat;
  box-shadow: 0 0 22px 3px rgba(0, 0, 0, .15);
  color: #fff;
  text-decoration: none;
  z-index:99999;
}
.grab-fixed:hover,.grab-fixed:visited{
	color: #fff;
  text-decoration: none!important;
}

.find-text {
  font-size: 10px;
  line-height: 15px;
  text-transform: uppercase;
}

.indented {
  margin-bottom: 30px;
  padding-left: 30px;
}

.side-fixed {
  position: fixed;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: none;
  height: 100%;
  padding-right: 17px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

html.w-mod-js *[data-ix="grabhide"] {
  opacity: 0;
  -webkit-transform: translate(125%, 0px);
  -ms-transform: translate(125%, 0px);
  transform: translate(125%, 0px);
}

@media (max-width: 1024px) {
  .grab-fixed {
    top: auto;
    right: 14px;
    bottom: 12px;
  }
  .side-fixed {
    padding-bottom: 17px;
    -webkit-box-align: end;
    -webkit-align-items: flex-end;
    -ms-flex-align: end;
    align-items: flex-end;
  }
}

@media (max-width: 767px) {
  .blog-main-content {
    width: 100%;
    padding-right: 0px;
  }
  .blog-right-col {
    width: 100%;
    margin-top: 30px;
  }
}

@media (max-width: 479px) {
  .blog-row {
    padding-top: 20px;
  }
  .grab-fixed {
    left: 15%;
    right: 14px;
    bottom: 16px;
    display: block;
    width: 70%;
    padding-left: 60px;
  }
}