/* #### Components #### */

/* Blockquote */
blockquote,
blockquote.wp-block-quote.is-style-large {
  position: relative;
  background: transparent;
  border-radius: 5px;
  border: none;
  font-weight: normal;
  font-style: normal;
  font-size: 35px;
  line-height: 1.2;
  width: 600px;
  max-width: 100%;
  text-align: left;
  padding: 45px 0 40px;
  margin: 60px 0 40px;
  color: #202a2e;
  font-weight: normal;
  clear: both;
  border: none;
  box-shadow: none;
  transition: all ease 0.3s;
}

blockquote.gray,
blockquote.white,
blockquote.wp-block-quote.is-style-large {
  background: #f5f9fa;
  box-shadow: none;
  padding: 45px 55px 40px;
}

blockquote.white {
  background: #fff;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

blockquote:before {
  position: absolute;
  top: -40px;
  font-family: "Arial", "Helvetica", serif;
  display: block;
  font-size: 88px;
  font-weight: bold;
  line-height: 1;
  width: 65px;
  height: 65px;
  text-align: center;
  border-radius: 50%;
  box-shadow: none;
  color: #12a6f7;
  content: "“";
  margin: 0 0 0 -4px;
  padding-top: 7px;
  background: #f5f9fa;
}

blockquote.gray:before,
blockquote.wp-block-quote.is-style-large:before {
  background: #fff;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.05);
}

blockquote .wp-block-image {
  margin: 0;
}

blockquote .avatar img,
blockquote figure img {
  position: absolute;
  right: 35px;
  bottom: -30px;
  clear: both;
  width: 80px !important;
  height: 80px !important;
  margin: 20px auto 0;
  border-radius: 50%;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
}

blockquote .avatar .name,
blockquote cite {
  display: block;
  font-weight: normal;
  font-style: normal;
  color: #12a6f7;
  position: relative;
  top: 0;
  margin-top: 30px;
  font-size: 20px;
  border-radius: 2px;
}

.wp-block-quote.is-large p,
.wp-block-quote.is-style-large p {
  font-style: normal;
}

@media (max-width: 1440px) {
  blockquote,
  blockquote p {
    font-size: 26px;
  }

  blockquote .avatar .name,
  blockquote cite {
    font-size: 18px;
  }

  blockquote:before {
    transform: scale(0.9);
    top: -53px;
  }
}

@media (max-width: 600px) {
  blockquote,
  blockquote p {
    font-size: 24px;
  }

  blockquote:before {
    transform: scale(0.9);
  }

  blockquote .avatar .name,
  blockquote cite {
    font-size: 17px;
  }

  blockquote.gray,
  blockquote.white,
  blockquote.wp-block-quote.is-style-large {
    padding: 35px 45px 30px;
  }

  blockquote.gray:before,
  blockquote.white:before,
  blockquote.wp-block-quote.is-style-large:before {
    top: -40px;
  }
}

/* Image Caption */
figcaption,
.wp-block-image figcaption,
.image-caption {
  font-size: 17px;
  line-height: 1.2;
  color: #07191d;
}

.wp-block-image figcaption {
  margin-top: -24px;
  margin-bottom: 30px;
}

@media (max-width: 992px) {
  figcaption,
  .wp-block-image figcaption,
  .image-caption {
    font-size: 15px;
  }
}

/* Box */
.box,
.boxed-form,
.info-box,
.tabled-list {
  clear: both;
  background: #fff;
  padding: 30px;
  border-radius: 5px;
  margin-bottom: 30px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.box.gray {
  background: #f7f7f7;
  padding: 30px;
  box-shadow: none;
}

.box.green {
  background: #f1f7e6;
  padding: 30px;
  margin: 30px 0;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.035);
}

.box.green p {
  color: #888f80;
}

.box.green h2 {
  margin-top: 0;
}

.box.green:last-child {
  margin-bottom: 0;
}

.info-box,
.boxed-form,
.featured-company.box {
  position: relative;
  z-index: 1;
  padding: 30px 40px;
  border: none;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.03);
}

.info-box {
  font-size: 16px;
}

.info-box .box-title {
  font-size: 19px;
  color: #07191d;
  position: relative;
  margin-bottom: 10px;
}

.info-box .box-title img {
  max-width: 25px;
  position: relative;
  left: -5px;
  margin: 0 0 0 -30px;
}

.info-box .box-title .holder {
  display: inline-block;
}

.info-box .box-title .star-review {
  vertical-align: middle;
  display: inline-block;
  margin: -10px 0 0 6px;
  transform: scale(0.8) translate(-3px, 3px);
}

.info-box .stars-only-form {
  margin: 0 20px;
}

@media (max-width: 992px) {
  .box,
  .boxed-form,
  .info-box {
    margin-bottom: 55px;
  }

  .info-box .stars-only-form {
    display: block;
    margin: 0;
  }
}

@media (max-width: 540px) {
  .info-box,
  .boxed-form,
  .featured-company.box {
    padding-left: 25px;
    padding-right: 25px;
    .call-box .icn-holder;
  }

  .box.green {
    padding: 20px;
  }
}

/* Avatar */
img.avatar {
  border-radius: 50%;
  height: auto;
  box-shadow: none;
  max-width: 100%;
}

/* Iconed Menu Box */
div.iconed-menu-box {
  font-size: 14px;
  line-height: 1.1;
  height: 100%;
  margin-bottom: 15px;
  padding: 30px 15px 20px;
}

div.iconed-menu-box img {
  margin: 0 auto 0;
  height: auto;
  width: 30px;
}

div.iconed-menu-box p strong,
div.iconed-menu-box p .title {
  font-size: 15px;
  color: #07191d;
}

div.iconed-menu-box p strong a,
div.iconed-menu-box p .title a {
  color: #07191d;
  text-decoration: none;
}

div.iconed-menu-box p strong a:hover,
div.iconed-menu-box p .title a:hover,
div.iconed-menu-box p strong a:focus,
div.iconed-menu-box p .title a:focus {
  color: #12a6f7;
  text-transform: none;
}

div.iconed-menu-box p {
  margin: 0;
}

div.iconed-menu-box p + p {
  margin: 0;
  margin-top: 10px;
}

@media (max-width: 992px) {
  div.iconed-menu-box {
    margin-bottom: 20px;
  }
}

/* Boxed Form */
.boxed-form,
.featured-company.box {
  padding: 30px;
}

.boxed-form .box-title {
  background: #0f0632;
  padding: 30px;
  font-weight: bold;
  margin: -30px -40px 20px;
  font-size: 24px;
  line-height: 1.2;
  text-align: center;
  border-radius: 9px 9px 0 0;
}

@media (max-width: 1440px) {
  .boxed-form .box-title {
    font-size: 18px;
    padding: 25px 30px;
  }
}

@media (max-width: 540px) {
  .boxed-form .box-title {
    background: #0f0632;
    padding: 30px;
    font-weight: bold;
    margin: -30px -25px 20px;
  }
}

/* Panel Tooltip */
.panel-tooltip {
  position: relative;
  line-height: 1;
  clear: both;
  margin-left: auto;
  margin-right: auto;
}

.panel-tooltip:before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 20px solid transparent;
  border-bottom: 20px solid #f7f7f7;
  position: absolute;
  top: -38px;
  left: 50%;
  margin-left: -20px;
}

.panel-tooltip .wp-block-image {
  margin-bottom: 0;
}

.panel-tooltip .title {
  font-size: 25px;
  font-weight: bold;
  margin: 10px 0 30px;
}

.panel-tooltip figure {
  width: 100%;
  text-align: center;
}

.panel-tooltip div img {
  margin: 0;
}

.panel-tooltip figcaption {
  font-size: 20px;
  margin-bottom: 0;
}

@media (max-width: 992px) {
  .panel-tooltip .wp-block-column {
    flex-basis: 50%;
  }
}

@media (max-width: 600px) {
  .panel-tooltip figcaption {
    font-size: 15px;
  }
}

/* General Tooltips */
.tooltip-trigger {
  position: relative;
  height: 100%;
}

.tooltip {
  display: none;
  left: 50%;
  top: 100%;
  transform: translate(-50%, 0);
}

.tooltip-trigger:hover .tooltip {
  display: block;
  position: absolute;
  opacity: 1;
}

.tooltip .inner {
  display: block;
  position: relative;
  opacity: 1;
  font-family: inherit;
  text-align: center;
  font-size: 12px;
  z-index: 2;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 10px;
  border-radius: 10px;
  min-width: 220px;
}

.tooltip .inner:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-bottom: 10px solid rgba(0, 0, 0, 0.8);
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
}

.tooltip.top {
  top: auto;
  bottom: 102%;
}

.tooltip.top .inner:after {
  border: 10px solid transparent;
  border-top: 10px solid rgba(0, 0, 0, 0.8);
  top: auto;
  bottom: -20px;
}

/* Checked Lists */
ul.checked-list li,
ul.cons-list li,
ul.na-list li,
ul.question-list li {
  background: url(../img/li-check.png) no-repeat left 0;
  background-size: 22px auto;
  margin-bottom: 10px;
  padding-left: 25px;
  list-style: none;
  padding-top: 1px;
  line-height: 1.3;
}

ul li.checked-list {
  background-image: url(../img/li-check.png);
}

ul.checked-list li:before,
ul.cons-list li:before,
ul.na-list li:before,
ul.question-list li:before {
  display: none;
}

ul.checked-list,
ul.cons-list,
ul.na-list,
ul.question-list {
  margin: 40px 0 40px;
  overflow: hidden;
}

ul.checked-list.featured li {
  float: left;
  font-size: 18px;
  font-weight: bold;
  break-inside: avoid;
  width: 48%;
  background-image: url(../img/li-check-white.png);
}

ul.checked-list.in-2-columns,
.in-2-columns {
  columns: 2;
}

ul.checked-list.in-3-columns,
.in-3-columns {
  columns: 3;
}

ul.checked-list.horizontal li,
ul.na.horizontal li,
ul.question-list.horizontal li,
ul.cons-list.horizontal li {
  display: inline-block;
  margin: 0 15px;
}

@media (max-width: 1440px) {
  ul.checked-list.featured li {
    font-size: 16px;
  }
}

@media (max-width: 540px) {
  ul.checked-list {
    margin: 30px 0;
  }

  ul.checked-list.in-2-columns,
  ul.checked-list.in-3-columns,
  .in-3-columns {
    columns: 1;
  }

  .sub-header ul.checked-list.featured li {
    text-align: center;
    display: inline-block;
    width: auto;
    margin: 0 30px 10px;
    padding-left: 26px;
    float: none;
  }
}

/* Cons List */
ul.cons-list li,
ul li.cons-list {
  background-image: url(../img/li-check-cross.png);
}

/* N/A List */
ul.na-list li,
ul li.na-list {
  background-image: url(../img/li-na.png);
}

/* Question List */
ul.question-list li,
ul li.question-list {
  background-image: url(../img/li-question.png);
}

/* Arrow List */
ul.arrow-list {
  margin: 30px 0;
  overflow: hidden;
}

ul.arrow-list li,
.sidebar .widget_recent_entries ul li {
  background: url(../img/right-arrow.png) no-repeat left 4px;
  background-size: 17px auto;
  margin-bottom: 10px;
  padding-left: 25px;
  padding-top: 1px;
}

ul.arrow-list li:before,
.sidebar .widget_recent_entries ul li:before {
  display: none !important;
}

/* Iconed List */
ul.iconed-list {
  list-style: none;
  padding: 0;
  font-size: 15px;
  margin: 0;
}

ul.iconed-list li {
  margin-bottom: 10px;
  line-height: 1.5;
}

ul.iconed-list li:before {
  display: none;
}

ul.iconed-list li .fa {
  position: absolute;
  font-size: 18px;
  top: 3px;
  left: 0;
  opacity: 0.5;
}

/* Numbered Lists */
ol.numbered-list {
  display: block;
  clear: both;
  padding: 30px 0;
  margin: 0;
  overflow: hidden;
}

ol.numbered-list li,
.page-content ol.numbered-list li {
  position: relative;
  background: none;
  background-size: 23px auto;
  margin-bottom: 25px;
  padding-left: 50px;
  list-style: none;
  padding-top: 1px;
  counter-increment: li;
}

ol.numbered-list li:before {
  content: counter(li);
  display: block;
  position: absolute;
  left: 0;
  color: #771032;
  padding-top: 2px;
  line-height: 1;
  padding-top: 5px;
  width: 28px;
  height: 28px;
  border: 2px solid #771032;
  text-align: center;
  font-size: 14px;
  border-radius: 50%;
}

ol.numbered-list.in-2-columns {
  columns: 2;
}

ol.numbered-list.in-2-columns li {
  height: 30px;
}

@media (max-width: 600px) {
  ol.numbered-list.in-2-columns li {
    padding-left: 35px;
    line-height: 1.3;
  }

  ol.numbered-list li:before {
    content: counter(li);
  }
}

/* Boxed List */
.box.gray ul {
  margin: 0;
}

/* Review List */
.review-list,
.widget .review-list {
  margin: 0;
}

.review-list li,
.sidebar .widget .review-list li {
  position: relative;
  font-size: 16px;
  min-height: 50px;
  padding-left: 90px;
}

.review-list p {
  margin: 0;
}

.review-list li a {
  color: #7c828e;
}

.review-list .star-review {
  display: block;
  margin: 3px 0 0;
  transform: scale(0.5) translate(0, -16px);
  transform-origin: left;
}

.review-list img {
  position: absolute;
  left: 0;
  float: left;
  width: 80px;
  height: auto;
  padding: 6px;
  background: #fff;
  border: 1px solid #e9e9ea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  border-radius: 5px;
}

/* Top Product List */
.review-list,
.sidebar .widget .top-product-list {
  margin: 0 -30px;
}

.top-product-list li,
.sidebar .widget .top-product-list li {
  position: relative;
  font-size: 16px;
  min-height: 50px;
  border-bottom: 1px solid #f6f6f7;
  padding: 0 30px 15px;
  clear: both;
  overflow: hidden;
}

.top-product-list li:last-child,
.sidebar .widget .top-product-list li:last-child {
  border-bottom: none;
  padding-bottom: 0;
}

.top-product-list li:first-child,
.sidebar .widget .top-product-list li:first-child {
  padding-top: 0;
}

.top-product-list li a,
.sidebar .widget .top-product-list li a {
  color: #7c828e;
}

.top-product-list p {
  margin: 0;
}

.top-product-list img {
  display: block;
  margin: 0 auto !important;
  clear: both;
}

.top-product-list .review-bubble {
  top: -1px;
  float: right;
  margin: 0 0 0 15px;
  font-size: 10px;
  background: url(../img/review-bubble-gray.png) no-repeat center center /
    contain;
  width: 40px;
  height: 40px;
  line-height: 40px;
  color: #888;
}

.top-product-list .review-bubble p {
  font-size: 11px;
}

.top-product-list .review-bubble .value {
  font-size: 14px;
}

@media (max-width: 992px) {
  .review-list,
  .sidebar .widget .top-product-list {
    margin: 0 -30px;
  }
}

/* Social Links */
ul.social-links {
  margin-top: 10px;
  margin-bottom: 10px;
}

ul.social-links li {
  display: inline-block;
  padding: 0;
}

ul.social-links li:before {
  display: none;
}

ul.social-links a {
  display: inline-block;
  font-size: 26px;
  color: #ddd;
  margin: 0 10px 0 0;
}

ul.social-links a:hover {
  color: #787681;
}

/* Tabled List */
.white-bg .tabled-list {
  background: #fafafa;
  box-shadow: none;
}

.tabled-list {
  padding: 10px 30px;
  font-size: 0;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  background-color: white;
}

.tabled-list.unboxed {
  padding: 0;
  font-size: 0;
  box-shadow: none;
  background-color: transparent;
}

.tabled-list li {
  display: block;
  position: relative;
  font-size: 14px;
  /* overflow: hidden; */
  height: auto;
  padding: 10px 0 10px 0;
  margin: 0;
  border-bottom: 1px dotted #eee;
  line-height: 1.3;
}

.tabled-list li:after {
  content: "";
  display: block;
  height: 1px;
  zoom: 1;
  clear: both;
}

.tabled-list li:hover {
  background: #fafafa;
}

.tabled-list li:before {
  display: none;
}

.tabled-list li > div {
  display: inline-block;
  width: 49.1%;
  vertical-align: middle;
}

.tabled-list li:last-child {
  border-bottom: 0;
}

.tabled-list li > div:last-child,
.tabled-list li > strong:last-child {
  /* position: absolute; */
  right: 0;
  display: inline-block;
  float: right;
  text-align: right;
  font-weight: normal;
}

.tabled-list li div.title {
  width: 100%;
  text-align: left;
  font-size: 20px;
  margin-bottom: 10px;
}

.tabled-list li img {
  margin: 0;
}

.tabled-list.left-side-text li > div:last-child,
.tabled-list.left-side-text li > strong:last-child {
  text-align: left;
}

.tabled-list.left-side-text li > div {
  width: 70%;
}

@media (max-width: 540px) {
  .tabled-list li {
    padding-right: 0;
    font-size: 14px;
  }

  .tabled-list li > div:last-child,
  .tabled-list li > strong:last-child {
    position: static;
    display: block;
    width: 100%;
    float: none;
    padding-top: 8px;
    text-align: left;
  }
}

/* Call Box */
.call-box {
  display: inline-block;
  max-width: 100%;
  width: 400px;
  background: rgba(0, 0, 0, 0.2);
  padding: 15px 20px;
  margin-bottom: 40px;
  border-radius: 10px;
}

.call-box .icn-holder {
  width: 40px;
  margin: 0 15px 0 0;
  float: left;
}

.call-box .icn-holder img {
  width: 100%;
  height: auto;
}

.call-box p {
  font-size: 15px;
  margin: 0 !important;
}

.call-box a {
  color: #fff;
  opacity: 0.65;
}

.call-box a:hover,
.call-box a:focus {
  opacity: 1;
}

@media (max-width: 540px) {
  .call-box .icn-holder {
    margin: 0 15px 15px 0;
  }
}

/* CTA Box */
.cta-box {
  background: #27303c no-repeat right top;
  background-size: cover;
  padding: 0;
  color: #fff;
  font-size: 16px;
  border-radius: 5px;
  margin: 30px 0;
  padding: 30px;
  box-shadow: 0 2px 2px rgba(0, 0, 0, 0.03);
}

.cta-box .title {
  font-size: 28px;
  line-height: 1.2;
  margin: 0 0 10px;
}

div.cta-box p + p {
  margin-top: 10px;
}

.cta-box .btn,
.wp-block-button .wp-block-button__link {
  font-size: 18px;
  height: auto;
  padding: 10px 22px;
}

.cta-box img,
.page-content .cta-box img {
  margin-bottom: 0;
}

.cta-box.white {
  color: inherit;
  background: #fff;
}

.cta-box.white .title {
  color: #07191d;
}

.cta-box.gray {
  color: inherit;
  background: #f5f9fa;
  box-shadow: none;
}

.cta-box.gray .title {
  color: #07191d;
}

.cta-box small img {
  max-width: 70px;
  margin: 0 1px;
  mix-blend-mode: multiply;
}

@media (max-width: 1440px) {
  .cta-box .title {
    font-size: 24px;
  }
}

@media (max-width: 1024px) {
  .cta-box {
    margin-bottom: 60px;
  }
}

@media (max-width: 540px) {
  .cta-box {
    padding: 20px;
  }
}

/* Iconed Titles */
.main-content .iconed-small-title {
  clear: both;
  font-size: 26px;
  line-height: 100px;
  margin-top: 30px;
}

.main-content .iconed-small-title img {
  max-width: 110px;
  height: auto;
  margin: 0 20px 0 0;
}

.main-content .iconed-small-title:after {
  display: table;
  content: "";
  clear: both;
}

.main-content .iconed-small-title.small {
  line-height: 1;
  overflow: visible;
  margin-top: 0;
  font-size: 18px;
}

.main-content .iconed-small-title.small img {
  position: relative;
  max-width: 50px;
  top: -16px;
  margin-right: 15px;
}

@media (max-width: 1440px) {
  .main-content .iconed-small-title,
  .main-content .iconed-small-title.small {
    font-size: 16px;
    line-height: 1;
  }

  .main-content .iconed-small-title img {
    max-width: 80px;
  }
}

@media (max-width: 640px) {
  .main-content .iconed-small-title {
    font-size: 18px;
    line-height: 70px;
  }
}

/* Iconed Text */
.iconed-text {
  display: inline-block;
}

@media (max-width: 600px) {
  .iconed-text a {
    font-size: 15px;
  }

  .iconed-text img {
    height: 35px;
    width: auto;
  }
}

/* Icon Box */
.icon-box {
  text-align: center;
  margin: 30px 0;
}

.icon-box img {
  max-height: 100%;
}

/* Icon Row */
@media (max-width: 992px) {
  .icon-row .col-sm-6:nth-child(2n + 1) {
    clear: both;
  }
}

/* ## Accordion ## */
.accordion-list {
  margin: 30px 0;
}

.accordion {
  position: relative;
  padding: 3px 0 0;
  border-top: 1px solid #e3e3e3;
}

.accordion:after {
  position: absolute;
  top: 34px;
  right: 0;
  content: "";
  display: block;
  width: 17px;
  height: 3px;
  background: #ddd;
  pointer-events: none;
}

.accordion:before {
  position: absolute;
  top: 34px;
  right: 0;
  content: "";
  display: block;
  width: 17px;
  height: 3px;
  background: #ddd;
  pointer-events: none;
  transform: rotate(90deg);
}

.accordion-list .accordion:first-child {
  border-top-color: transparent;
}

.accordion:hover {
  background-color: rgba(0, 0, 0, 0.02);
}

.accordion.opened {
  background: none;
}

.accordion.opened:before {
  display: none !important;
}

.accordion.opened:after {
  background: #16b8f9;
}

.accordion.opened:hover {
  background-color: transparent;
}

.accordion .title {
  cursor: pointer;
  font-size: 20px;
  font-weight: normal;
  color: #202a2e;
  line-height: 1.1;
  padding: 20px 50px 27px 0;
  margin: 0;
}

.accordion .holder {
  transform: translateZ(0);
  overflow: hidden;
  display: none;
  padding-bottom: 20px;
}

.accordion-block .title {
  color: transparent;
}

.accordion-block .title p {
  padding: 0;
  font-size: 10px;
  margin: 0;
}

.accordion-block .item .content {
  display: none;
  padding: 0;
  float: none;
  width: 100%;
}

@media (max-width: 992px) {
  .accordion-list {
    margin-bottom: 20px;
    margin-top: 10px;
  }
}

@media (max-width: 768px) {
  .accordion:after,
  .accordion:before {
    zoom: 0.8;
    top: 42px;
  }

  .accordion .title {
    font-size: 17px;
  }
}

/* Features Box */
.features.box {
  position: relative;
  padding: 30px;
  border: 1px solid #e9e9ea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
}

.features.box small.number {
  position: absolute;
  top: 20px;
  right: 20px;
  color: #ddd;
}

.features.box p {
  margin: 0;
}

.features.box > img.special,
.features.box > p > img.special {
  display: block;
  margin: -80px auto 0;
}

.features.box ul li {
  margin-bottom: 10px;
  line-height: 1.4;
  font-size: 14px;
}

.features.box .btn {
  height: auto;
}

.horizontal-item-list {
  clear: both;
  text-align: center;
  margin-bottom: 40px;
}

@media (min-width: 992px) {
  .horizontal-item-list {
    margin: 0 -180px 40px;
  }

  .horizontal-item-list img {
    margin-top: -50px;
    max-height: 160px;
    width: auto;
  }

  .features.box > img.special,
  .features.box > p > img.special {
    margin: -60px auto 0;
  }
}

.horizontal-item-list .item {
  display: inline-block;
  width: 300px;
  margin: 0 10px 20px;
  vertical-align: text-top;
  overflow: hidden;
}

.horizontal-item-list .features.box .title {
  font-size: 18px;
  margin-bottom: 15px;
}

.horizontal-item-list .features.box ul {
  margin: 20px 0;
}

@media (max-width: 1660px) and (min-width: 992px) {
  .horizontal-item-list {
    margin: 0 -160px 40px;
  }

  .horizontal-item-list .item {
    width: 250px;
    padding: 30px 25px 25px;
  }

  .horizontal-item-list .features.box .title {
    font-size: 15px;
  }

  .features.box ul li {
    margin-bottom: 5px;
    font-size: 13px;
  }

  .features.box .btn {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 1440px) and (min-width: 992px) {
  .horizontal-item-list .features.box .title {
    font-size: 14px;
  }

  .horizontal-item-list .item {
    width: 230px;
    padding: 30px 23px 23px;
  }

  .horizontal-item-list img {
    max-height: 140px;
  }
}

@media (max-width: 1320px) and (min-width: 992px) {
  .horizontal-item-list {
    margin: 0 -45px 40px;
  }

  .horizontal-item-list .item {
    width: 45%;
    padding: 30px 23px 23px;
    margin: 0 1% 20px;
  }

  .horizontal-item-list img {
    max-height: 140px;
  }
}

@media (max-width: 992px) {
  .horizontal-item-list .item {
    width: 100%;
    clear: both;
    display: block;
    padding: 30px 23px 23px;
    margin: 0 0 30px;
  }

  .horizontal-item-list img {
    max-height: 160px;
    width: auto;
  }
}

@media (max-width: 768px) {
  .horizontal-item-list {
    padding-top: 30px;
  }
}

@media (max-width: 550px) {
  .horizontal-item-list {
    padding-top: 20px;
  }
}

/* Pros Cons Box */
.pros-cons.box {
  position: relative;
  padding: 30px;
  border: 1px solid #e9e9ea;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.03);
  margin: 40px 0;
  overflow: hidden;
}

.pros-cons.box:before {
  content: "";
  display: block;
  background: #fbfbfb;
  position: absolute;
  width: 80%;
  height: 180%;
  top: -30%;
  right: -27%;
  pointer-events: none;
  transform: rotate(20deg);
}

.pros-cons.box .pros,
.pros-cons.box .cons {
  position: relative;
  width: 50%;
  float: left;
  padding: 0 0 0 80px;
  z-index: 1;
}

.pros-cons.box .title {
  font-size: 30px;
  font-weight: 700;
  color: #202a2e;
}

.pros-cons.box ul {
  font-size: 14px;
  color: #202a2e;
  margin-bottom: 10px;
}

.pros-cons.box li {
  margin-top: 10px;
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAANlBMVEUAAACm1jKm1jKm1jKm1jKm1jKm1jKm1jKm1jKm1jKm1jKm1jKm1jKm1jKm1jKm1jKm1jKm1jKbRmoPAAAAEXRSTlMAVDuBFuMGiVjRvYteTiskDAxQBZ4AAABQSURBVCjPvcxLDoAwFEJRrdXWv+x/s8YEJ8IbWobnJnQ/rxbvCSiXd+AIvAbet/K0ZOs7MGb3M4Dl9U8RZ5k3uhS6FLoWum6l604RtynyJ9yBuwYL2XUsJgAAAABJRU5ErkJggg==);
  background-position: left 2px;
  background-size: 11px 11px;
  padding-bottom: 2px;
  background-repeat: no-repeat;
  line-height: 1.2;
  padding-left: 20px;
  margin-left: -20px;
  overflow: visible;
}

.pros-cons.box .cons li {
  background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABgAAAAYCAMAAADXqc3KAAAAY1BMVEUAAAD/f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f3//f38aDC3mAAAAIHRSTlMADPr2xOPccEYizOl9Z04oHBLx2b+6sbB2dGFSPzw5LIVFeNEAAACySURBVCjPfY1XDsMgEEQXgnHHvTfuf8qwYGcdLHk+0Mx7IOAlbDj+wTEwy4VOizsvUi3Q9FpbQ9yA3pS9NiWILx4HZtY71u3jDPHP5sbqDPEVzkRoZAlQSuQRgGeIk+EGNY05uOUUhQa5Ai8Lt3wBP5VEIasHT7RN4hmGnHM07MH1POMp2I0LJDlA7syDe4a1uEI3Quwts7y7OJkOjcI20ocjbnXeyeCW7Pd+cpzMBC/5AgqQFM/KrX6yAAAAAElFTkSuQmCC);
}

@media (max-width: 768px) {
  .pros-cons.box .pros,
  .pros-cons.box .cons {
    padding: 0 0 0 40px;
  }
}

@media (max-width: 540px) {
  .pros-cons.box .pros,
  .pros-cons.box .cons {
    padding: 0 0 0 30px;
  }

  .pros-cons.box .title {
    font-size: 24px;
  }
}

@media (max-width: 440px) {
  .pros-cons.box .pros,
  .pros-cons.box .cons {
    padding: 0 0 0 15px;
  }

  .pros-cons.box .title {
    font-size: 18px;
    margin-bottom: 0;
  }

  .pros-cons.box ul {
    font-size: 13px;
    margin-top: 15px;
    margin-bottom: 0;
    padding-right: 10px;
  }

  .pros-cons.box li {
    margin-top: 8px;
  }
}

/* Vertical Center Block */
.vertical-centered-block {
  position: relative;
  display: table;
  width: 100%;
  height: 100%;
  z-index: 100;
}

.vertical-centered-block .v-holder {
  display: table-cell;
  vertical-align: middle;
}

/* Responsive Video Embeds */
.video-container {
  position: relative;
  padding-bottom: 56.25%;
  /*16:9*/
  padding-top: 30px;
  margin-bottom: 60px;
  height: 0;
  overflow: hidden;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.1);
}

.video-container iframe,
.video-container object,
.video-container embed {
  background: #f2f2f2;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.video-container iframe {
  display: block;
}

/* Review Bubble */
.review-bubble {
  position: relative;
  top: -30px;
  display: block;
  width: 112px;
  height: 112px;
  background: url(../img/review-bubble.png) no-repeat center center / contain;
  text-align: center;
  vertical-align: middle;
  line-height: 105px;
  letter-spacing: -2px;
  white-space: nowrap;
  margin: 30px 0;
}

.review-bubble.empty {
  background-image: url(../img/review-bubble-empty.png);
}

.review-bubble.empty * {
  display: none;
}

.review-bubble.left {
  margin-right: 30px;
}

.review-bubble.right {
  margin-left: 30px;
}

.review-bubble .value {
  font-size: 43px;
  font-weight: bold;
}

@media (max-width: 700px) {
  .review-bubble.left {
    transform: scale(0.7);
    margin-right: 15px;
  }
}

/* Review Box */
.review-box {
  color: #24252b;
  font-size: 22px;
  width: 400px;
  max-width: 100%;
  margin: 40px auto 20px;
}

.review-box img,
.page-content .review-box img {
  margin-bottom: 0;
}

.review-box p,
.review-box p + p,
.page-content .review-box p,
.page-content .review-box p + p {
  margin: 0;
}

.review-box small {
  font-size: 60%;
}

/* Horizontal Scroll gallery */
.horizontal-scroll-gallery {
  font-size: 0;
  margin: 0;
  max-width: 100vw;
  clear: both;
}

.horizontal-scroll-gallery.enabled .holder {
  transform: scale(1.3);
  transform-origin: left;
}

.horizontal-scroll-gallery .gallery-item {
  display: inline-block;
  width: 50%;
  overflow: hidden;
  text-align: center;
  padding: 10px;
}

.horizontal-scroll-gallery .owl-item .gallery-item {
  width: 100%;
  padding: 0;
}

.horizontal-scroll-gallery .gallery-item img {
  border: none;
  width: auto;
  margin: 0 !important;
}

.horizontal-scroll-gallery .owl-item .gallery-item img {
  border: none;
  width: auto;
  height: auto;
  margin: 0 !important;
  max-height: 210px;
}

@media (min-width: 1300px) {
  .horizontal-scroll-gallery {
    margin: 80px 0 30px;
  }

  .horizontal-scroll-gallery.enabled .holder {
    transform: scale(1.8);
  }
}

/* Vertical Timeline */
.vertical-timeline {
  background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAYAQMAAADnK87dAAAABlBMVEUAAAAQ0/ZHittKAAAAAXRSTlMAQObYZgAAAA1JREFUCNdj+EAAogEA4D8PATZQoIkAAAAASUVORK5CYII=)
    repeat-y center top;
  background-size: 2px auto;
  position: relative;
  margin: 40px 0;
  overflow: hidden;
  padding: 40px 0 50px;
}

.vertical-timeline:before,
.vertical-timeline:after {
  position: absolute;
  top: 0;
  left: 50%;
  margin: 0 0 0 -10px;
  display: block;
  content: "";
  width: 20px;
  height: 20px;
  background: #10d3f6;
  border-radius: 50%;
  pointer-events: none;
}

.vertical-timeline:after {
  top: auto;
  bottom: 0;
  left: 50%;
}

@media (min-width: 992px) {
  .vertical-timeline {
    margin: 60px 0;
    padding-top: 100px;
    padding-bottom: 60px;
  }
}

.vertical-timeline .item {
  float: right;
  display: block;
  width: 45%;
  background: #fff;
  padding: 30px 50px 30px;
  margin-bottom: 40px;
  border-radius: 10px;
}

@media (min-width: 992px) {
  .vertical-timeline .item {
    margin-bottom: 150px;
  }
}

.vertical-timeline .item:before {
  position: absolute;
  top: auto;
  left: 50%;
  margin: -20px 0 0 -8px;
  display: block;
  content: "";
  width: 16px;
  height: 16px;
  background: #10d3f6;
  border-radius: 50%;
  pointer-events: none;
}

.vertical-timeline .item:nth-child(even) {
  float: left;
  margin-top: 180px;
  margin-bottom: 0;
}

.vertical-timeline .item:nth-child(2n + 1) {
  clear: both;
}

.vertical-timeline .item:nth-child(even):last-of-type {
  float: right;
  margin-top: 0;
}

.vertical-timeline .item img:first-child {
  border-radius: 50%;
  box-shadow: 0 3px 15px rgba(0, 0, 0, 0.15);
  width: 140px;
  height: 140px;
  margin: -80px 0 0 0;
}

.vertical-timeline .item:nth-child(even) img:first-child {
  float: right;
}

.vertical-timeline .item:nth-child(even):last-of-type img:first-child {
  float: none;
}

.vertical-timeline .item .title {
  font-size: 24px;
  margin-bottom: 10px;
  line-height: 1.2;
}

.vertical-timeline .btn-final {
  text-align: center;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  clear: both;
  margin: 0;
  z-index: 2;
}

@media (max-width: 992px) {
  .vertical-timeline .item {
    padding: 30px 30px 10px;
  }

  .vertical-timeline .item img:first-child {
    width: 80px;
    height: 80px;
    margin-top: -70px;
  }

  .vertical-timeline .item .title {
    font-size: 18px;
    margin-bottom: 0;
  }
}

@media (max-width: 620px) {
  .vertical-timeline .item {
    padding: 30px 30px 15px;
    margin: 40px 0;
    float: none;
    clear: both;
    width: 100%;
  }

  .vertical-timeline .item:before {
    margin-top: -35px;
  }

  .vertical-timeline .item:nth-child(even) {
    float: left;
    margin-top: 20px;
    margin-bottom: 60px;
  }

  .vertical-timeline .item:nth-child(even) img:first-child {
    float: none;
  }

  .vertical-timeline .btn-final .btn {
    height: auto;
    line-height: 1.1;
  }
}

/* Steps List */
.steps-list,
ol {
  display: block;
  position: relative;
  border-left: 1px dashed #ccc;
  list-style: none;
  padding-top: 20px;
  padding-left: 40px;
  padding-bottom: 20px;
  margin-left: 20px !important;
}

ol {
  border: none;
  padding-top: 0;
  padding-bottom: 0;
}

.steps-list:before,
.steps-list:after {
  position: absolute;
  top: 0;
  left: -6px;
  content: "";
  width: 12px;
  height: 12px;
  background: #ccc;
  border-radius: 50%;
}

.steps-list:after {
  top: auto;
  bottom: 0;
}

.steps-list li,
ol li {
  display: block;
  position: relative;
  margin: 30px 0;
  padding-left: 0;
  counter-increment: li;
}

ol li {
  margin: 13px 0;
}

.steps-list li:before,
ol li:before {
  position: absolute;
  top: 0 !important;
  left: -56px;
  content: counter(li);
  display: block;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.17);
  text-align: center;
  color: #fff;
  font-weight: normal;
  padding: 4px;
  font-size: 14px;
  border-radius: 50%;
  transform: scale(0.95);
}

@media (max-width: 800px) {
  .steps-list {
    margin-left: 30px !important;
  }
}

/* Circled Char */
.circled-char {
  position: relative;
  left: 0;
  display: inline-block;
  width: 30px;
  height: 30px;
  background: rgba(0, 0, 0, 0.17);
  text-align: center;
  color: #fff;
  font-weight: normal;
  margin-right: 8px;
  padding: 4px;
  font-size: 14px;
  border-radius: 50%;
  transform: scale(0.95);
}

/* Loan Box & Sliders */
.loan-box {
  background: #14307d;
  background: #293e78;
  background: -moz-linear-gradient(
    -45deg,
    #293e78 0%,
    #172b62 100%,
    #14307d 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #293e78 0%,
    #172b62 100%,
    #14307d 100%
  );
  background: linear-gradient(135deg, #293e78 0%, #172b62 100%, #14307d 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#293e78', endColorstr='#14307d', GradientType=1);
  overflow: hidden;
  padding: 25px 60px 30px;
  color: #fff;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.1);
}

.loan-box.white {
  background: #fff;
  color: #0f1424;
}

.loan-box .title {
  font-size: 26px;
  font-weight: 500;
  margin: 0 0 30px;
}

.loan-box.white .title {
  color: #14307d;
}

.loan-slider {
  /* overflow: hidden; */
  padding: 10px 0;
}

@media (min-width: 992px) {
  .loan-slider.col-md-6 + .loan-slider.col-md-6 {
    margin-top: 0;
  }

  .loan-box > .row {
    display: flex;
    flex-direction: row;
    margin-left: -40px;
    margin-right: -40px;
  }

  .loan-box > .row > div {
    width: auto;
    float: none;
    flex: 1;
    padding: 0 40px;
  }
}

.loan-slider label {
  font-size: 18px;
  font-weight: normal;
  float: left;
  margin: 0;
}

.loan-box.white .loan-slider label {
  color: #14307d;
}

.loan-slider .value-holder {
  float: right;
  font-size: 18px;
  font-weight: 700;
  margin: 0;
}

.loan-slider .slider-holder {
  clear: both;
  padding: 17px 0;
}

.loan-slider .slider-range-info {
  font-size: 11px;
}

.loan-slider .slider-range-info .max {
  float: right;
}

.loan-box .loan-info-holder {
  margin-top: 40px;
  margin-bottom: 0;
}

.loan-box.white .loan-slider .rangeslider {
  background: #eee;
}

@media (min-width: 1200px) {
  .loan-box .loan-example {
    position: relative;
    left: -30px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .loan-slider label,
  .loan-slider .value-holder {
    font-size: 14px;
  }
}

@media (max-width: 992px) {
  .loan-box {
    padding: 30px;
  }

  .loan-box.white {
    padding: 15px 30px;
  }

  .loan-box .col-md-5.right {
    float: none;
    clear: both;
  }

  .loan-box .col-md-5 + .col-md-5 {
    padding-top: 30px;
  }

  .loan-box .loan-info-holder .col-md-2 {
    width: 50%;
    float: left;
    clear: none;
  }

  .loan-box .loan-info-holder .col-md-3,
  .loan-box .loan-info-holder .loan-example-holder {
    display: block;
    float: none;
    width: 100%;
    clear: both;
  }

  .loan-box .loan-info-holder .loan-example-holder {
    margin: 0;
    padding: 20px 15px 15px;
    clear: both;
    overflow: hidden;
  }

  .loan-box .btn-big {
    padding: 16px 18px;
  }
}

@media (max-width: 540px) {
  .loan-box .title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}

/* Company Address Card */
.company-address-card iframe {
  max-width: 100%;
  height: 180px;
  width: 100%;
}

.company-address-card .map {
  margin: -30px -30px 0 -30px;
}

.company-address-card .title {
  margin: 15px 0;
  font-size: 18px;
  font-weight: bold;
  color: #07191d;
}

.company-address-card ul.iconed-list {
  margin-bottom: 0;
  margin-top: 15px;
}

@media (max-width: 992px) {
  .company-address-card .holder.box {
    margin-bottom: 30px;
  }
}

/* Top Pick Box */
.top-pick-box {
  text-align: center;
  position: relative;
  background: #2f80c8;
  background: -moz-linear-gradient(
    -45deg,
    #5ca0dc 0%,
    #2278c5 50%,
    #4c98dc 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    #5ca0dc 0%,
    #2278c5 50%,
    #4c98dc 100%
  );
  background: linear-gradient(135deg, #5ca0dc 0%, #2278c5 50%, #4c98dc 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5ca0dc', endColorstr='#4c98dc', GradientType=1);
  background-size: cover;
  color: #fff;
  padding: 20px 35px 0;
  border-radius: 10px;
  box-shadow: inset 0 0 0 2px rgba(0, 0, 0, 0.03),
    0 6px 50px rgba(0, 0, 0, 0.01);
  margin-top: 205px;
  /* top: 165px; */
}

.sticky-sidebar .top-pick-box {
  margin-top: 205px;
  clear: both;
}

.top-pick-box .girl-image img,
.top-pick-box .couple-image img {
  display: block;
  position: absolute;
  left: 65px;
  top: -234px;
  width: 275px;
}

.top-pick-box .couple-image img {
  left: 60px;
  top: -199px;
  width: 235px;
}

.top-pick-box .top-rated-img {
  position: absolute;
  top: -85px;
  left: 50%;
  margin-left: -80px;

  margin-top: 17px;
  zoom: 0.55;
}

@-moz-document url-prefix() {
  .top-pick-box .top-rated-img {
    transform: scale(0.55);
  }
}

.top-pick-box .box-title {
  font-size: 27px;
  margin: 0 !important;
  color: #fff !important;
}

.top-pick-box .top-pick-text {
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 16px;
  padding-bottom: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.top-pick-box .box-title + .top-pick-text {
  font-size: 13px;
  margin-top: 4px;
  margin-bottom: 20px;
}

.top-pick-box .top-pick-company {
  display: block;
  width: 100%;
  text-align: center;
  padding-bottom: 0;
  margin: 0;
}

.top-pick-box .top-pick-company img {
  margin-bottom: 5px;
  margin-top: 5px;
  height: auto;
  max-width: 100%;
  width: 270px;
}

.top-pick-box .details-holder {
  margin-bottom: 0;
}

.top-pick-box .overal-score {
  text-align: left;
  margin-bottom: 10px;
}

.top-pick-box .overal-score .title {
  margin-bottom: 0;
  font-size: 14px;
}

.top-pick-box .overal-score span {
  display: block;
  width: 100%;
  font-size: 14px;
  text-transform: lowercase;
}

.top-pick-box .overal-score .rating {
  display: inline-block;
  position: relative;
  font-size: 60px;
  font-weight: 700;
  line-height: 1;
}

.top-pick-box .overal-score .rating small {
  position: absolute;
  bottom: 6px;
  right: -18px;
  font-size: 15px;
  font-weight: 500;
}

.top-pick-box .big-title .title {
  color: #fff;
  font-size: 24px;
  line-height: 1.2;
  margin: 10px 0 0;
}

.top-pick-box .checked-list {
  font-size: 12px;
  margin-top: 5px;
  margin-bottom: 15px;
}

.top-pick-box .checked-list li {
  background-image: url(../img/li-check-white.png);
  background-size: 12px auto;
  background-position: left 1px;
  padding-left: 18px;
  margin-bottom: 4px;
}

.top-pick-box .cta-holder {
  clear: both;
  padding-bottom: 10px;
}

.top-pick-box .big-title + .cta-holder {
  margin: 15px 0 16px;
}

.top-pick-box .review-summary-holder p {
  padding: 0;
}

.top-pick-box .review-summary-holder .value {
  position: relative;
  font-size: 87px;
  font-family: Montserrat, sans-serif;
  font-weight: bold;
  line-height: 1;
  padding-bottom: 0;
  text-align: center;
}

.top-pick-box .review-summary-holder .value .of {
  position: absolute;
  /* right: -14px; */
  bottom: 10px;
  font-size: 12px;
  opacity: 0.4;
}

.top-pick-box .review-summary-holder em {
  display: inline-block;
  width: 100%;
  font-size: 22px;
  text-align: center;
}

.top-pick-box .dcf-column {
  padding-bottom: 0;
}

.top-pick-box .cta-holder {
  margin-top: 0;
}

.top-pick-box .cta-holder .btn-cta,
.top-pick-box button[type="submit"] {
  background: orange;
  background: linear-gradient(135deg, #febc23 0%, #ff9200 100%);
  padding: 14px 35px;
  margin-bottom: 10px;
}

.top-pick-box button[type="submit"] {
  width: 100%;
  margin-bottom: -10px;
}

.top-pick-box .cta-holder .btn-cta:hover,
.top-pick-box .cta-holder .btn-cta:active,
.top-pick-box .cta-holder .btn-cta:focus {
  background: #ff9200;
  border-color: #ff9200;
}

.top-pick-box .inner-holder {
  background: #f6f6f6;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.025);
  color: #7a7e80;
  font-size: 14px;
  margin: 0 -35px;
  padding: 12px 30px 20px;
  overflow: hidden;
  border-radius: 0 0 8px 8px;
}

.top-pick-box .inner-holder p.title {
  margin-bottom: 6px;
  font-weight: bold;
  color: #07191d;
}

.top-pick-box .inner-holder p {
  margin-bottom: 0;
  margin-top: 0;
}

.top-pick-box .small-top-pick-label {
  font-size: 14px;
  margin-bottom: -7px;
  margin-top: 0;
}

.top-pick-box .small-top-pick-label img {
  width: 75px;
  margin: 0 0 0 6px;
}

.top-pick-box form {
  margin-top: 5px;
}

.top-pick-box label,
.top-pick-box .label {
  font-size: 16px;
  margin-bottom: 3px;
}

.top-pick-box form .dcf-control input {
  font-size: 15px;
  height: auto;
}

.top-pick-box .form-note {
  margin-bottom: 10px;
  opacity: 0.7;
}

@media (max-width: 1200px) {
  .sticky-sidebar .top-pick-box {
    margin-top: 155px;
  }

  .top-pick-box .girl-image img {
    left: -91px;
    top: -181px;
    margin-left: 50%;
    width: 212px;
  }

  .top-pick-box .couple-image img {
    left: -93px;
    top: -146px;
    margin-left: 50%;
    width: 172px;
  }
}

@media (max-width: 992px) {
  .sub-header .top-pick-box {
    margin-top: 180px;
  }

  .top-pick-box .overal-score {
    width: 50%;
    float: left;
    margin-bottom: 10px;
  }

  .top-pick-box .overal-score + .col-md-6 {
    width: 50%;
    float: left;
  }
}

@media (max-width: 350px) {
  .top-pick-box .overal-score {
    width: 100%;
    float: none;
    margin-bottom: 15px;
  }

  .top-pick-box .overal-score + .col-md-6 {
    width: 100%;
    float: none;
  }
}

/* Author Box */
.author-box {
  clear: both;
  margin-top: 3rem;
  color: var(--text-light-color);
  font-size: 1.6rem;
  box-shadow: inset 0 0 0 1px rgba(0, 0, 0, 0.07), 0 2px 3px rgba(0, 0, 0, 0.02);
  margin-bottom: 3rem;
}

.author-box .top {
  clear: both;
  margin-bottom: 0;
}

.author-box .author-image {
  display: inline-block;
  width: 6rem;
  height: 6rem;
  margin-right: 0.8rem;
}

.author-box .author-image img {
  box-shadow: 0 0.3rem 1rem rgba(0, 0, 0, 0.4);
  border-radius: 50% !important;
}

.author-box .author-avatar img {
  top: -0.5rem;
  position: relative;
  border-radius: 50% !important;
}

.author-box .title {
  color: #07191d;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  font-size: 2rem;
  font-weight: bold;
}

.author-box .title a {
  color: inherit;
}

.author-box .title a:hover,
.author-box .title a:focus {
  color: #12a6f7;
}

.author-box .author-tagline {
  margin-top: 0.2rem;
  font-size: 92%;
}

.author-box .social-links-column {
  text-align: right;
}

.author-box .social-links {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  margin-left: 0;
}

.author-box .social-links li a {
  font-size: 1.5rem;
  width: 3rem;
  height: 3rem;
  color: #697172;
  text-align: center;
  padding-top: 0.6rem;
  border-radius: 50%;
  background: rgba(0, 0, 0, 0.01);
}

.author-box .social-links li a:hover,
.author-box .social-links li a:focus {
  background: #12a6f7;
  text-decoration: none;
  color: #fff;
}

.author-box .social-links li a .fa {
  position: relative;
  top: -0.1rem;
}

.author-box .author-biography {
  font-size: 1.6rem;
}

.author-box .author-btn {
  height: auto;
  color: #999;
  background: rgba(0, 0, 0, 0.05);
  box-shadow: none;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
}

.author-box .author-btn:hover,
.author-box .author-btn:focus {
  background: #12a6f7;
  border-color: #12a6f7;
  color: #fff;
}

@media (min-width: 992px) {
  .author-box .author-avatar-column {
    padding-right: 0;
  }
}

@media (max-width: 992px) {
  .author-box .author-btn-column {
    clear: both;
    width: 100%;
    clear: both;
    margin: 1rem 0;
  }
}

@media (max-width: 600px) {
  .author-box .author-avatar img {
    position: relative;
  }
}

/* Vertical Author Box */
.author-box.vertical {
  padding-bottom: 0.5rem;
  margin: 0 0 4rem;
  max-width: 100%;
  width: 35rem;
}

.author-box.vertical .author-avatar {
  margin: 0 0 2rem;
}

.author-box.vertical .middle {
  border-top: 1px solid #eee;
  margin: 0 -3rem 0;
  padding: 2rem 3rem;
}

.author-box.vertical .middle p:last-child {
  margin-bottom: 0;
}

.author-box.vertical .bottom {
  border-top: 1px solid #eee;
  margin: 0 -3rem 0;
  padding: 0 3rem;
}

.author-box.vertical .social-links li a {
  margin: 0 0.5rem;
}

@media (max-width: 992px) {
  .author-box .row {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: auto;
  }

  .author-box .author-avatar-column {
    flex-basis: 7rem;
    width: 7rem;
    max-width: 7rem;
    min-width: 0;
    padding-right: 0;
  }

  .author-box .col-md {
    flex-basis: calc(100% - 11rem);
    width: calc(100% - 11rem);
    max-width: calc(100% - 11rem);
  }

  .author-box .social-links {
    margin-left: 0;
  }

  .author-box.vertical {
    width: 100%;
    max-width: 100%;
  }

  .author-box.vertical .row {
    display: block;
  }

  .author-box.vertical .author-avatar-column,
  .author-box.vertical .col-md {
    width: 100%;
    max-width: 100%;
  }
}

/* Reviews */
.review-holder.stars-only-form .pr-review-stars .holder {
  display: inline-flex !important;
}

.review-holder.stars-only-form .pr-review-stars .stars {
  display: contents;
}

.review-holder.stars-only-form {
  display: inline-block;
}

.review-holder.stars-only-form .summary-holder {
  display: none;
}

.review-holder.stars-only-form .rating-holder {
  position: relative;
  top: 4px;
  left: -24px;
  margin: 0;
}

@media (max-width: 992px) {
  .review-holder.stars-only-form .rating-holder {
    left: 0;
  }
}
