html,
body {
  overflow-x: hidden;
}
* {
  box-sizing: border-box;
}
.container {
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
}
@media all and (min-width: 1160px) {
  .container {
    max-width: 1140px;
    display: table;
  }
}
@media all and (max-width: 1159px) {
  .container {
    padding: 0px 10px;
  }
}
.top_menu {
  margin-bottom: 15px;
}
#top_menu {
  padding: 10px 0;
  width: 100%;
}
body:not(.home) .top_menu {
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
body.post-type-archive-articles .top_menu,
body.tax-article_category .top_menu {
  border-bottom: none;
}
.container.flex-grid-2-columns {
  padding-bottom: 20px;
  display: table;
}
#leftcol {
  width: 66.6666%;
}
#rightcol {
  width: 33.333%;
}
@media all and (min-width: 760px) {
  #leftcol {
    max-width: 66.6666%;
    float: left;
    padding-right: 20px;
  }
  #rightcol {
    max-width: 33.3333%;
    float: left;
  }
}
@media all and (max-width: 759px) {
  #leftcol {
    width: 100%;
    max-width: 100%;
  }
  #rightcol {
    width: 100%;
    max-width: 100%;
    text-align: center;
    margin-top: 30px;
  }
}
.logo_top img {
  float: left;
}
/* star rating
************************************/
.review_stars_empty {
  font-family: icomoon;
  position: relative;
  letter-spacing: 0.2em;
  text-align: left;
  white-space: nowrap;
}
span.review_stars_empty {
  display: inline-block;
}
div.review_stars_empty {
  display: table;
}
.review_full {
  overflow: hidden;
  height: 1em;
  font-family: icomoon;
  position: absolute;
  left: 0;
  top: 0;
  letter-spacing: 0.2em;
  text-align: left;
  white-space: nowrap;
}
.sticky_col {
  position: fixed;
  z-index: 101;
  transition: none !important;
}
.stop_sticky_col {
  position: relative;
  z-index: 101;
  transition: none !important;
}
#breadcrumbs {
  font-size: 14px;
  padding-bottom: 10px;
}
.recent_posts a:hover {
  text-decoration: underline;
}
.send_article_box {
  text-align: center;
  padding: 30px 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.send_article_box h2 {
  font-size: 32px;
  color: #030201;
  line-height: 1.3;
}
.compare_providers {
  color: #fff;
  font-size: 16px;
  background: #ff5858;
  background: linear-gradient(to right, #ff5858, #f09819);
  text-align: center;
  border-radius: 50px;
  text-transform: initial;
  display: inline-block;
  line-height: 16px;
  font-weight: 500;
  padding: 20px 30px;
  box-shadow: 0px 20px 25px rgba(253, 227, 227, 0.7);
}
body:not(.home) .compare_providers {
  display: table;
  margin: 20px auto 0;
}
#rightcol .recent_posts:first-of-type h5 {
  margin-top: 0;
}
picture img {
  width: 100%;
  height: auto;
}
.service_phone_no {
  display: none !important;
}
.service_phone_no.active {
  display: inline-block !important;
}
