/* CBP Blog */

.cbp-blog-landing .black-pearl {
  color: #fff;
  background-color: #1c1e2a;
}
.cbp-blog-landing .container.large {
  max-width: 1680px;
  width: 100%;
  margin: 0 auto;
  display: block;
  padding: 0 30px;
}
.cbp-blog-landing .row {
  margin: 0 -8px;
}
.cbp-blog-landing .row > .column {
  padding: 0 8px;
}
.cbp-blog-landing .column.pad-top {
  padding-top: 16px;
}
.cbp-blog-landing .space-bottom {
  padding-bottom: 100px;
  margin-bottom: 0;
}
.cbp-blog-landing .hero-banner {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 540px;
  overflow: hidden;
}
@media only screen and (max-width: 1599px) {
  .cbp-blog-landing .hero-banner {
    height: 442px;
  }
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .hero-banner {
    height: 334px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner {
    height: 250px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .hero-banner {
    height: 150px;
  }
}
@media only screen and (max-width: 768px) {
  .cbp-blog-landing .hero-banner.badge-container .column {
    min-height: 0;
  }
}
@media only screen and (max-width: 500px) {
  .cbp-blog-landing .hero-banner.badge-container .column .badge {
    float: left;
    padding: 10px 5px 0 0;
  }
}
@media only screen and (max-width: 500px) {
  .cbp-blog-landing .hero-banner.badge-container .column .btn {
    margin-top: 7%;
  }
}

.cbp-blog-landing .btn-container {
    margin-top: 40px;
}

.cbp-blog-landing .hero-banner .logo-overlay {
  position: absolute;
  bottom: 5%;
  left: 5%;
  max-width: 180px;
}
@media only screen and (max-width: 1152px) {
  .cbp-blog-landing .hero-banner .logo-overlay {
    max-width: 140px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner .logo-overlay {
    max-width: 120px;
  }
}
@media only screen and (max-width: 500px) {
  .cbp-blog-landing .hero-banner .logo-overlay {
    max-width: 80px;
  }
}
.cbp-blog-landing .hero-banner .column {
  height: 540px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  -moz-align-items: center;
  align-items: center;
  position: relative;
}
@media only screen and (max-width: 1599px) {
  .cbp-blog-landing .hero-banner .column {
    height: 442px;
  }
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .hero-banner .column {
    height: 334px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner .column {
    height: 250px;
  }
}
.cbp-blog-landing .hero-banner .column + .column {
  padding-top: 6.81818%;
  padding-bottom: 6.81818%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.cbp-blog-landing .hero-banner .column .wrap {
  padding: 0 15%;
  max-width: 100%;
  position: relative;
}
.cbp-blog-landing .hero-banner.bottom-align .column {
  align-items: flex-end;
  padding-bottom: 3%;
}
.cbp-blog-landing .hero-banner .hero-banner-content {
  width: 100%;
}
.cbp-blog-landing .hero-banner .hero-banner-content .category {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  color: #00bc94;
  text-transform: uppercase;
  margin: 0;
}
@media only screen and (max-width: 500px) {
  .cbp-blog-landing .hero-banner .hero-banner-content .category {
    font-size: 9px;
  }
}
.cbp-blog-landing .hero-banner .hero-banner-content .category.orange {
  color: #d78534;
}
.cbp-blog-landing .hero-banner.centered {
  text-align: center;
}
.cbp-blog-landing .hero-banner.centered .column {
  width: 100%;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  -moz-justify-content: center;
  justify-content: center;
}
.cbp-blog-landing .hero-banner.centered .sub-text {
  margin-bottom: 7%;
}
.cbp-blog-landing .hero-banner.centered .hero-banner-content {
  padding: 0 7.68049%;
}
.cbp-blog-landing .hero-banner.tall {
  height: 962px;
}
@media only screen and (max-width: 1599px) {
  .cbp-blog-landing .hero-banner.tall {
    height: 792px;
  }
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .hero-banner.tall {
    height: 594px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner.tall {
    height: 385px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .hero-banner.tall {
    height: 188px;
  }
}
.cbp-blog-landing .hero-banner.tall .column {
  height: 962px;
}
@media only screen and (max-width: 1599px) {
  .cbp-blog-landing .hero-banner.tall .column {
    height: 792px;
  }
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .hero-banner.tall .column {
    height: 594px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner.tall .column {
    height: 385px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .hero-banner.tall .column {
    height: 188px;
  }
}
.cbp-blog-landing .hero-banner.plus {
  height: 650px;
}
@media only screen and (max-width: 1599px) {
  .cbp-blog-landing .hero-banner.plus {
    height: 550px;
  }
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .hero-banner.plus {
    height: 450px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner.plus {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .hero-banner.plus {
    height: 188px;
  }
}
.cbp-blog-landing .hero-banner.plus .column {
  height: 650px;
}
@media only screen and (max-width: 1599px) {
  .cbp-blog-landing .hero-banner.plus .column {
    height: 550px;
  }
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .hero-banner.plus .column {
    height: 450px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner.plus .column {
    height: 350px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .hero-banner.plus .column {
    height: 188px;
  }
}
.cbp-blog-landing .hero-banner.short {
  height: 380px;
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .hero-banner.short {
    height: 380px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner.short {
    height: 260px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .hero-banner.short {
    height: 230px;
  }
}
@media only screen and (max-width: 500px) {
  .cbp-blog-landing .hero-banner.short {
    height: 188px;
  }
}
.cbp-blog-landing .hero-banner.short .model {
  font-size: 74px;
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .hero-banner.short .model {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1152px) {
  .cbp-blog-landing .hero-banner.short .model {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner.short .model {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .hero-banner.short .model {
    font-size: 26px;
  }
}
@media only screen and (max-width: 500px) {
  .cbp-blog-landing .hero-banner.short .model {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1599px) {
  .cbp-blog-landing .hero-banner.short.mini {
    height: 300px;
  }
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .hero-banner.short.mini {
    height: 275px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner.short.mini {
    height: 200px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .hero-banner.short.mini {
    height: 150px;
  }
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .hero-banner.short.mini .model {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1152px) {
  .cbp-blog-landing .hero-banner.short.mini .model {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner.short.mini .model {
    font-size: 36px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .hero-banner.short.mini .model {
    font-size: 26px;
  }
}
@media only screen and (max-width: 500px) {
  .cbp-blog-landing .hero-banner.short.mini .model {
    font-size: 20px;
  }
}
.cbp-blog-landing .hero-banner.short.product-family .model {
  font-size: 180px;
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .hero-banner.short.product-family .model {
    font-size: 98px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner.short.product-family .model {
    font-size: 74px;
  }
}
@media only screen and (max-width: 500px) {
  .cbp-blog-landing .hero-banner.short.product-family .model {
    font-size: 42px;
  }
}
.cbp-blog-landing .hero-banner.short .container, .cbp-blog-landing .hero-banner.short .row, .cbp-blog-landing .hero-banner.short .column {
  height: 100%;
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .hero-banner.short .container, .cbp-blog-landing .hero-banner.short .row, .cbp-blog-landing .hero-banner.short .column {
    min-height: inherit;
  }
}
.cbp-blog-landing .hero-banner.short .column + .column {
  position: relative;
  top: 20%;
  padding-top: 0;
  padding-bottom: 0;
  -webkit-align-self: flex-end;
  -moz-align-self: flex-end;
  -ms-flex-item-align: end;
  align-self: flex-end;
}
.cbp-blog-landing .hero-banner.extra-short {
  height: 260px;
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .hero-banner.extra-short {
    height: 211px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner.extra-short {
    height: 144px;
  }
}
.cbp-blog-landing .hero-banner.extra-short .column {
  height: 260px;
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .hero-banner.extra-short .column {
    height: 211px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner.extra-short .column {
    height: 144px;
  }
}
.cbp-blog-landing .hero-banner.extra-short .column .model {
  font-size: 60px;
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .hero-banner.extra-short .column .model {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner.extra-short .column .model {
    font-size: 26px;
  }
}
@media only screen and (max-width: 500px) {
  .cbp-blog-landing .hero-banner.extra-short .column .model {
    font-size: 20px;
  }
}
.cbp-blog-landing .hero-banner.product-family {
  margin-bottom: 35px;
}
.cbp-blog-landing .hero-banner.bg-right {
  background-position: center right;
}
.cbp-blog-landing .hero-banner.bg-left {
  background-position: center left;
}
.cbp-blog-landing .hero-banner.bg-top {
  background-position: top;
}
.cbp-blog-landing .hero-banner.bg-bottom {
  background-position: bottom;
}
.cbp-blog-landing .hero-banner.white {
  color: #fff;
}
.cbp-blog-landing .hero-banner.white h2 {
  color: #fff;
}
.cbp-blog-landing .hero-banner.black {
  color: #1c1e2a;
}
.cbp-blog-landing .hero-banner.article-detail {
  height: 755px;
}
@media only screen and (max-width: 1599px) {
  .cbp-blog-landing .hero-banner.article-detail {
    height: 537px;
  }
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .hero-banner.article-detail {
    height: 423px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner.article-detail {
    height: 248px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .hero-banner.article-detail {
    height: 184px;
  }
}
.cbp-blog-landing .hero-banner.short-left-aligned {
  height: 420px;
  background-size: auto;
  background-position: 30px;
  margin: 0 auto;
  width: 100%;
  max-width: 1346px;
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .hero-banner.short-left-aligned {
    height: 340px;
  }
}
@media only screen and (max-width: 1152px) {
  .cbp-blog-landing .hero-banner.short-left-aligned {
    background-position: left;
    background-size: auto;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner.short-left-aligned {
    background-position: center;
    background-size: cover;
    height: 280px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .hero-banner.short-left-aligned {
    height: 184px;
  }
}
@media only screen and (max-width: 414px) {
  .cbp-blog-landing .hero-banner.short-left-aligned {
    height: 150px;
  }
}
.cbp-blog-landing .hero-banner.short-center-aligned {
  height: 380px;
  background-size: auto;
}
@media only screen and (max-width: 1360px) {
  .cbp-blog-landing .hero-banner.short-center-aligned {
    height: 340px;
    margin-left: 19%;
    background-position: center;
    width: 62%;
  }
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .hero-banner.short-center-aligned {
    height: 320px;
    margin-left: 3%;
    background-position: left;
    width: 100%;
  }
}
@media only screen and (max-width: 1152px) {
  .cbp-blog-landing .hero-banner.short-center-aligned {
    height: 280px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner.short-center-aligned {
    background-position: left;
    height: 230px;
    background-size: cover;
    margin-left: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .hero-banner.short-center-aligned {
    height: 184px;
  }
}
@media only screen and (max-width: 414px) {
  .cbp-blog-landing .hero-banner.short-center-aligned {
    height: 150px;
  }
}
.cbp-blog-landing .hero-banner .model {
  margin: 0;
  font-weight: 700;
  font-size: 98px;
  line-height: 1.1em;
  letter-spacing: -0.02em;
}
@media only screen and (max-width: 1599px) {
  .cbp-blog-landing .hero-banner .model {
    font-size: 74px;
  }
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .hero-banner .model {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner .model {
    font-size: 50px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .hero-banner .model {
    font-size: 26px;
  }
}
.cbp-blog-landing .hero-banner .model.normal {
  font-weight: 300;
}
.cbp-blog-landing .hero-banner .model.thin {
  font-weight: 200;
}
.cbp-blog-landing .hero-banner.bp-mdso-hero .model {
  font-size: 68px;
}
@media only screen and (max-width: 1599px) {
  .cbp-blog-landing .hero-banner.bp-mdso-hero .model {
    font-size: 64px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner.bp-mdso-hero .model {
    font-size: 35px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .hero-banner.bp-mdso-hero .model {
    font-size: 20px;
  }
}
.cbp-blog-landing .hero-banner .badge {
  padding: 20px 30px 0 0;
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner .badge {
    max-height: 100px;
  }
}
.cbp-blog-landing .hero-banner .sub-text {
  margin: 10px 0 0;
  opacity: 0.999;
  font-weight: 300;
  font-size: 42px;
  line-height: 1.12em;
}
@media only screen and (max-width: 1599px) {
  .cbp-blog-landing .hero-banner .sub-text {
    font-size: 32px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .hero-banner .sub-text {
    font-size: 28px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .hero-banner .sub-text {
    font-size: 15px;
  }
}
.cbp-blog-landing .hero-banner .product-preview {
  max-height: 100%;
  max-width: 100%;
  width: auto;
  height: auto;
  object-fit: contain;
}
.cbp-blog-landing .hero-banner.auto-height {
  height: auto;
}
.cbp-blog-landing .hero-banner.search-banner {
  height: auto;
  transition: 2s;
  overflow: visible;
}
.cbp-blog-landing .hero-banner.search-banner .column {
  height: auto;
  min-height: 180px;
}
.cbp-blog-landing .full-text .hero-banner-content {
  padding-top: 80px;
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .full-text .hero-banner-content {
    padding-top: 0;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .full-text .hero-banner-content .category {
    font-size: 10px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .full-text .column {
    width: 83.33333%;
  }
}
@media only screen and (max-width: 414px) {
  .cbp-blog-landing .full-text .column {
    width: 100%;
    max-width: 100%;
  }
}
.cbp-blog-landing .full-text .column .model {
  font-size: 80px;
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .full-text .column .model {
    font-size: 60px;
  }
}
@media only screen and (max-width: 1152px) {
  .cbp-blog-landing .full-text .column .model {
    font-size: 50px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .full-text .column .model {
    font-size: 38px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .full-text .column .model {
    font-size: 26px;
  }
}
@media only screen and (max-width: 500px) {
  .cbp-blog-landing .full-text .column .model {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .full-text .column .sub-text {
    font-size: 16px;
  }
}
.cbp-blog-landing .block {
  position: relative;
  padding: 30px;
  text-decoration: none;
  display: block;
  height: 292px;
  width: 100%;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .block {
    height: 242px;
    padding: 25px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .block {
    height: 182px;
    padding: 20px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .block {
    height: 250px;
    padding: 15px;
  }
}
.cbp-blog-landing .block.full {
  height: 600px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .block.full {
    height: 500px;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .block.full {
    height: 380px;
  }
}
.cbp-blog-landing .block.full .title {
  max-width: 400px;
}
.cbp-blog-landing .block:hover {
  -moz-transform: scale(1.025) perspective(1px);
  -o-transform: scale(1.025) perspective(1px);
  -ms-transform: scale(1.025) perspective(1px);
  -webkit-transform: scale(1.025) perspective(1px);
  transform: scale(1.025) perspective(1px);
  -webkit-box-shadow: 0 0 30px rgba(28, 30, 42, 0.25);
  -moz-box-shadow: 0 0 30px rgba(28, 30, 42, 0.25);
  box-shadow: 0 0 30px rgba(28, 30, 42, 0.25);
}
.cbp-blog-landing .block .category {
  text-transform: uppercase;
  margin: 0 0 20px;
  font-weight: 500;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
.cbp-blog-landing .block .category.white {
  color: #fff;
}
.cbp-blog-landing .block .category.purple {
  color: #800a68;
}
.cbp-blog-landing .block .title {
  margin: 0;
  font-weight: 300;
  font-size: 28px;
  line-height: 1.3em;
}
.cbp-blog-landing .block:not(.white-bg) .title {
  color: white;
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .block .title {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.3em;
    letter-spacing: 0.01em;
  }
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .block .title {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.35em;
    letter-spacing: 0.02em;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .block .title {
    font-weight: 300;
    font-size: 22px;
    line-height: 1.3em;
    letter-spacing: 0.01em;
  }
}
.cbp-blog-landing .quarter .block .title {
  font-weight: 300;
  font-size: 24px;
  line-height: 1.3em;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .quarter .block .title {
    font-weight: 300;
    font-size: 20px;
    line-height: 1.35em;
    letter-spacing: 0.02em;
  }
}
.cbp-blog-landing .block .title.black {
  color: #1c1e2a;
}
.cbp-blog-landing .block .author {
  position: absolute;
  bottom: 30px;
  left: 30px;
}
.cbp-blog-landing .block .author.white {
  color: #fff;
}
.cbp-blog-landing .block.white-bg .category, .cbp-blog-landing .block.spotlight .category {
  color: #00bc94;
}
.cbp-blog-landing .block.white-bg .category.white, .cbp-blog-landing .block.spotlight .category.white {
  color: #fff;
}
.cbp-blog-landing .block.white-bg .category.purple, .cbp-blog-landing .block.spotlight .category.purple {
  color: #800a68;
}
.cbp-blog-landing .block.spotlight {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-color: #fff;
  position: relative;
}
.cbp-blog-landing .block.spotlight .category, .cbp-blog-landing .block.spotlight .title {
  position: relative;
  z-index: 1;
}
.cbp-blog-landing .block.spotlight.light {
  color: #fff;
}
.cbp-blog-landing .block.spotlight.dark {
  color: #1c1e2a;
}
.cbp-blog-landing .block.no-bg-image .category {
  color: #fff;
}
.cbp-blog-landing .block.no-bg-image .title {
  color: #fff;
}
.cbp-blog-landing .block .badge {
  position: absolute;
  top: 0;
  right: 0;
  padding: 10px;
}
.cbp-blog-landing .block .badge.blue {
  background: #284ed2;
}
.cbp-blog-landing .block .badge.purple {
  background: #800a68;
}
.cbp-blog-landing .block .badge .badge-icon {
  width: 40px;
  height: 40px;
  fill: #fff;
}
.cbp-blog-landing .block.short {
  height: 297px;
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .block.short {
    min-height: 150px;
    height: auto;
  }
}
.cbp-blog-landing .block.tall {
  height: 442px;
}
.cbp-blog-landing .block .white {
  color: #fff;
}
.cbp-blog-landing .block.black-bg .category {
  color: #00bc94;
}
.cbp-blog-landing .sort-dropdown-container {
  position: relative;
  width: 226px;
  height: 44px;
  z-index: 10;
  display: none;
}
.cbp-blog-landing .sort-dropdown-container.large {
  width: 351px;
  height: 56px;
  margin: 0 auto;
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .sort-dropdown-container.large {
    width: 309px;
    height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .sort-dropdown-container.large {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .cbp-blog-landing .sort-dropdown-container {
    margin: 5px 0;
  }
}
.cbp-blog-landing .sort-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #80828c;
  border-radius: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cbp-blog-landing .sort-dropdown.open {
  background: #fff;
  border-color: #284ed2;
}
.cbp-blog-landing .sort-dropdown p {
  position: relative;
  padding: 10px 20px;
  margin: 0;
  color: #343642;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
.cbp-blog-landing .large .sort-dropdown p {
  font-size: 22px;
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-landing .large .sort-dropdown p {
    font-size: 18px;
  }
}
.cbp-blog-landing .sort-dropdown svg {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 12px;
  fill: #284ed2;
  margin: -6px 0 0 10px;
}
.cbp-blog-landing .sort-dropdown ul {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #80828c;
}
.cbp-blog-landing .sort-dropdown a {
  padding: 5px 20px;
  color: #343642;
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
.cbp-blog-landing .large .sort-dropdown a {
  font-size: 18px;
}
.cbp-blog-landing .sort-dropdown a:hover {
  background: #e4e5e6;
}
.cbp-blog-landing .filter-header {
  padding: 0;
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .filter-header {
    padding: 0;
  }
}
.cbp-blog-landing .filter-header .sort-dropdown-container {
  width: 330px;
  display: none;
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .filter-header .sort-dropdown-container {
    width: 100%;
  }
}
.cbp-blog-landing .filter-header .sort-dropdown p, .cbp-blog-landing .filter-header .sort-dropdown a {
  font-size: 16px;
}
.cbp-blog-landing .filter-header .sort-dropdown .active {
  font-weight: 500;
}
.cbp-blog-landing .insight-sum {
  background: #fff;
  position: relative;
  min-height: 100%;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cbp-blog-landing .insight-sum:hover {
  -moz-transform: scale(1.025) perspective(1px);
  -o-transform: scale(1.025) perspective(1px);
  -ms-transform: scale(1.025) perspective(1px);
  -webkit-transform: scale(1.025) perspective(1px);
  transform: scale(1.025) perspective(1px);
}
.cbp-blog-landing .insight-sum .insight-banner {
  padding: 20px;
  min-height: 195px;
  height: 50%;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .insight-sum .insight-banner {
    min-height: 177px;
  }
}
.cbp-blog-landing .insight-sum .insight-banner .category {
  color: #fff;
  white-space: nowrap;
}
.cbp-blog-landing .insight-sum .insight-banner .category svg {
  fill: #fff;
}
.cbp-blog-landing .insight-sum .excerpt {
  padding: 20px 20px 30px;
  min-height: 208px;
  height: 50%;
  color: #1c1e2a;
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .insight-sum .excerpt {
    min-height: 160px;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .insight-sum .excerpt {
    min-height: 0;
    height: auto;
  }
}
.cbp-blog-landing .insight-sum .excerpt p {
  margin: 0;
}
.cbp-blog-landing .insight-sum .post-title {
  margin: 0 0 0.5em;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  overflow: hidden;
  max-height: 7em;
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .insight-sum .post-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .insight-sum .post-title {
    margin: 0;
  }
}
.cbp-blog-landing .insight-sum .category {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  color: #1486c7;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cbp-blog-landing .insight-sum .category span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 0 10px;
  white-space: normal;
}
.cbp-blog-landing .insight-sum .category .cat-icon {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 20px;
  fill: #1486c7;
}
.cbp-blog-landing .insight-sum .thumbnail {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 50%;
  min-height: 195px;
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .insight-sum .thumbnail {
    min-height: 177px;
  }
}
.cbp-blog-landing .insight-sum .thumbnail.play-btn:before {
  content: '';
  background: url("//media.ciena.com/designimages/prx-play-btn.png") center center no-repeat;
  background-size: cover;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 320px), only screen and (-o-min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min-resolution: 192dpi) and (min-width: 320px), only screen and (min-resolution: 2dppx) and (min-width: 320px) {
  .cbp-blog-landing .insight-sum .thumbnail.play-btn:before {
    background-image: url("//media.ciena.com/designimages/prx-play-btn-large.png");
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .insight-sum .thumbnail.play-btn:before {
    width: 40px;
    height: 40px;
    background-image: url("//media.ciena.com/designimages/prx-play-btn.png");
  }
}
.cbp-blog-landing .insight-sum .excerpt p {
  position: relative;
  max-height: 8.7em;
  overflow: hidden;
}
.cbp-blog-landing .insight-sum.thumb {
  overflow: hidden;
  padding-bottom: 180px;
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .insight-sum.thumb {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .insight-sum.thumb {
    padding: 0;
  }
}
.cbp-blog-landing .insight-sum.thumb .excerpt {
  position: absolute;
  top: 195px;
  height: auto;
  background: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-landing .insight-sum.thumb .excerpt {
    top: 177px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .insight-sum.thumb .excerpt {
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .insight-sum.thumb .excerpt {
    min-height: 0;
    height: auto;
    width: 100%;
    position: relative;
  }
}
.cbp-blog-landing .insight-sum.thumb .excerpt p {
  opacity: 0;
  visibility: hidden;
  max-height: 15.3em;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 767px) {
  .cbp-blog-landing .insight-sum.thumb .excerpt p {
    display: none;
  }
}
.cbp-blog-landing .insight-sum.thumb:hover .excerpt {
  top: 0;
}
.cbp-blog-landing .insight-sum.thumb:hover .excerpt .post-title {
  overflow: none;
  max-height: none;
}
.cbp-blog-landing .insight-sum.thumb:hover .excerpt p {
  opacity: 1;
  visibility: visible;
}
.cbp-blog-landing .insight-sum .external-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.cbp-blog-landing .insight-sum .external-icon .ext-icon {
  fill: #80828c;
  width: 16px;
  height: 16px;
}
.cbp-blog-landing #articles {
  background-color: #eeeeef;
}



/* ***************** */
/* CBP Blog Listing */
/* ***************** */

.cbp-blog-listing .insights-listing-content {
  padding: 90px 10px;
  max-width: 1366px;
  width: 100%;
  margin: 0 auto;
}
.cbp-blog-listing .insights-listing-content .cta-header {
  padding: 0;
}
.cbp-blog-listing .sort-dropdown-container {
  position: relative;
  width: 226px;
  height: 44px;
  z-index: 10;
  display: none;
}
.cbp-blog-listing .sort-dropdown-container.large {
  width: 351px;
  height: 56px;
  margin: 0 auto;
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-listing .sort-dropdown-container.large {
    width: 309px;
    height: 44px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-listing .sort-dropdown-container.large {
    width: 100%;
  }
}
@media only screen and (min-width: 1025px) {
  .cbp-blog-listing .sort-dropdown-container {
    margin: 5px 0;
  }
}
.cbp-blog-listing .sort-dropdown {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  border: 1px solid #80828c;
  border-radius: 3px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
.cbp-blog-listing .sort-dropdown.open {
  background: #fff;
  border-color: #284ed2;
}
.cbp-blog-listing .sort-dropdown p {
  position: relative;
  padding: 10px 20px;
  margin: 0;
  color: #343642;
  cursor: pointer;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
.cbp-blog-listing .large .sort-dropdown p {
  font-size: 22px;
}
@media only screen and (max-width: 1239px) {
  .cbp-blog-listing .large .sort-dropdown p {
    font-size: 18px;
  }
}
.cbp-blog-listing .sort-dropdown svg {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 12px;
  height: 12px;
  fill: #284ed2;
  margin: -6px 0 0 10px;
}
.cbp-blog-listing .sort-dropdown ul {
  display: none;
  list-style-type: none;
  margin: 0;
  padding: 0;
  border-top: 1px solid #80828c;
}
.cbp-blog-listing .sort-dropdown a {
  padding: 5px 20px;
  color: #343642;
  display: block;
  font-weight: 300;
  font-size: 16px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
}
.cbp-blog-listing .large .sort-dropdown a {
  font-size: 18px;
}
.cbp-blog-listing .sort-dropdown a:hover {
  background: #e4e5e6;
}
.cbp-blog-listing .insights-heading {
  font-weight: 200;
  font-size: 28px;
  line-height: 1.3em;
  padding-left: 30px;
  position: absolute;
  text-align: left;
  color: #fff;
  top: -5px;
}
.cbp-blog-listing .insight-sum {
  background: #fff;
  position: relative;
  min-height: 100%;
  display: block;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
.cbp-blog-listing .insight-sum:hover {
  -moz-transform: scale(1.025) perspective(1px);
  -o-transform: scale(1.025) perspective(1px);
  -ms-transform: scale(1.025) perspective(1px);
  -webkit-transform: scale(1.025) perspective(1px);
  transform: scale(1.025) perspective(1px);
}
.cbp-blog-listing .insight-sum .insight-banner {
  padding: 20px;
  min-height: 195px;
  height: 50%;
  margin: 0;
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-listing .insight-sum .insight-banner {
    min-height: 177px;
  }
}
.cbp-blog-listing .insight-sum .insight-banner .category {
  color: #fff;
  white-space: nowrap;
}
.cbp-blog-listing .insight-sum .insight-banner .category svg {
  fill: #fff;
}
.cbp-blog-listing .insight-sum .excerpt {
  padding: 20px 20px 30px;
  min-height: 208px;
  height: 50%;
  color: #1c1e2a;
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-listing .insight-sum .excerpt {
    min-height: 160px;
    padding: 15px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-listing .insight-sum .excerpt {
    min-height: 0;
    height: auto;
  }
}
.cbp-blog-listing .insight-sum .excerpt p {
  margin: 0;
}
.cbp-blog-listing .insight-sum .post-title {
  margin: 0 0 0.5em;
  font-weight: 300;
  font-size: 22px;
  line-height: 1.3em;
  letter-spacing: 0.01em;
  overflow: hidden;
  max-height: 7em;
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-listing .insight-sum .post-title {
    font-weight: 300;
    font-size: 18px;
    line-height: 1.4em;
    letter-spacing: 0.02em;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-listing .insight-sum .post-title {
    margin: 0;
  }
}
.cbp-blog-listing .insight-sum .category {
  font-weight: 700;
  font-size: 12px;
  line-height: 1.5em;
  letter-spacing: 0.03em;
  color: #00bc94;
  text-transform: uppercase;
  margin: 0 0 20px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
}
.cbp-blog-listing .insight-sum .category span {
  display: inline-block;
  vertical-align: middle;
  margin: 0 25px 0 10px;
  white-space: normal;
}
.cbp-blog-listing .insight-sum .category .cat-icon {
  display: inline-block;
  vertical-align: middle;
  width: 25px;
  height: 20px;
  fill: #00bc94;
}
.cbp-blog-listing .insight-sum .thumbnail {
  position: relative;
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 50%;
  min-height: 195px;
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-listing .insight-sum .thumbnail {
    min-height: 177px;
  }
}
.cbp-blog-listing .insight-sum .thumbnail.play-btn:before {
  content: '';
  background: url("//media.ciena.com/designimages/prx-play-btn.png") center center no-repeat;
  background-size: cover;
  width: 75px;
  height: 75px;
  position: absolute;
  top: 50%;
  left: 50%;
  -moz-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
@media only screen and (-webkit-min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min--moz-device-pixel-ratio: 2) and (min-width: 320px), only screen and (-o-min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min-device-pixel-ratio: 2) and (min-width: 320px), only screen and (min-resolution: 192dpi) and (min-width: 320px), only screen and (min-resolution: 2dppx) and (min-width: 320px) {
  .cbp-blog-listing .insight-sum .thumbnail.play-btn:before {
    background-image: url("//media.ciena.com/designimages/prx-play-btn-large.png");
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-listing .insight-sum .thumbnail.play-btn:before {
    width: 40px;
    height: 40px;
    background-image: url("//media.ciena.com/designimages/prx-play-btn.png");
  }
}
.cbp-blog-listing .insight-sum .excerpt p {
  position: relative;
  max-height: 7.8em;
  overflow: hidden;
}
.cbp-blog-listing .insight-sum.thumb {
  overflow: hidden;
  padding-bottom: 180px;
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-listing .insight-sum.thumb {
    padding-bottom: 160px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-listing .insight-sum.thumb {
    padding: 0;
  }
}
.cbp-blog-listing .insight-sum.thumb .excerpt {
  position: absolute;
  top: 195px;
  height: auto;
  background: #fff;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-listing .insight-sum.thumb .excerpt {
    top: 177px;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-listing .insight-sum.thumb .excerpt {
    top: auto;
  }
}
@media only screen and (max-width: 767px) {
  .cbp-blog-listing .insight-sum.thumb .excerpt {
    min-height: 0;
    height: auto;
    width: 100%;
    position: relative;
  }
}
.cbp-blog-listing .insight-sum.thumb .excerpt p {
  opacity: 0;
  visibility: hidden;
  max-height: 15.3em;
  -webkit-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -moz-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -ms-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  -o-transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
  transition: all 0.5s cubic-bezier(0.4, 0, 0.2, 1);
}
@media only screen and (max-width: 767px) {
  .cbp-blog-listing .insight-sum.thumb .excerpt p {
    display: none;
  }
}
.cbp-blog-listing .insight-sum.thumb:hover .excerpt {
  top: 0;
}
.cbp-blog-listing .insight-sum.thumb:hover .excerpt .post-title {
  overflow: none;
  max-height: none;
}
.cbp-blog-listing .insight-sum.thumb:hover .excerpt p {
  opacity: 1;
  visibility: visible;
}
.cbp-blog-listing .insight-sum .external-icon {
  position: absolute;
  bottom: 10px;
  right: 10px;
}
.cbp-blog-listing .insight-sum .external-icon .ext-icon {
  fill: #80828c;
  width: 16px;
  height: 16px;
}
.cbp-blog-listing #fiber-deep {
  padding-bottom: 200px;
  background-position: bottom;
}
.cbp-blog-listing .partners .insight-sum.thumb {
  padding-bottom: 90px;
}
@media only screen and (max-width: 767px) {
  .cbp-blog-listing .partners .insight-sum.thumb {
    padding-bottom: 0px;
  }
}
.cbp-blog-listing .partners .insight-sum.thumb .excerpt {
  background: #282a36;
  color: #fff;
  top: 255px;
  height: 100%;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cbp-blog-listing .partners .insight-sum.thumb .excerpt {
    top: auto;
    min-height: 60px;
    height: auto;
    width: 100%;
    position: relative;
  }
}
.cbp-blog-listing .partners .insight-sum.thumb .excerpt .post-title {
  visibility: hidden;
  opacity: 0;
  display: flex;
}
.cbp-blog-listing .partners .insight-sum.thumb .excerpt .post-title a {
  color: #fff;
  display: flex;
}
.cbp-blog-listing .partners .insight-sum.thumb .excerpt .post-title a img {
  width: 25px;
  height: 25px;
  margin-left: 7px;
}
.cbp-blog-listing .partners .insight-sum.thumb .excerpt .learn-more-link {
  color: #00bc94;
  position: absolute;
  right: 12px;
  padding: 5px;
}
.cbp-blog-listing .partners .insight-sum.thumb .excerpt .learn-more-link.post-excerpt {
  position: relative;
  float: left;
  padding-left: 12px;
}
@media only screen and (max-width: 767px) {
  .cbp-blog-listing .partners .insight-sum.thumb .excerpt .learn-more-link.post-excerpt {
    display: none;
  }
}
.cbp-blog-listing .partners .insight-sum.thumb:hover .excerpt {
  top: 0px;
}
.cbp-blog-listing .partners .insight-sum.thumb:hover .excerpt .post-title {
  visibility: visible;
  opacity: 1;
}
@media only screen and (max-width: 767px) {
  .cbp-blog-listing .partners .insight-sum.thumb:hover .excerpt .post-title {
    visibility: hidden;
    opacity: 0;
  }
}
.cbp-blog-listing .partners .insight-sum.thumb:hover .excerpt .learn-more-link {
  display: none;
}
@media only screen and (max-width: 767px) {
  .cbp-blog-listing .partners .insight-sum.thumb:hover .excerpt .learn-more-link {
    display: block;
  }
}
.cbp-blog-listing .partners .insight-sum.thumb:hover .excerpt .learn-more-link.post-excerpt {
  display: block;
}
@media only screen and (max-width: 767px) {
  .cbp-blog-listing .partners .insight-sum.thumb:hover .excerpt .learn-more-link.post-excerpt {
    display: none;
  }
}
.cbp-blog-listing .partners .insight-sum .thumbnail {
  background-size: auto;
  height: 100%;
  min-height: 240px;
}
.cbp-blog-listing .pagination {
  text-align: center;
  margin: 20px auto;
  width: 100%;
}
@media only screen and (max-width: 767px) {
  .cbp-blog-listing .pagination {
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-justify-content: space-between;
    -moz-justify-content: space-between;
    justify-content: space-between;
  }
}
.cbp-blog-listing .pagination a {
  position: relative;
  display: inline-block;
  width: 80px;
  font-size: 18px;
  line-height: 42px;
  font-weight: 300;
  color: #80828c;
  margin-top: 10px;
  background: #fff;
  border-radius: 30px;
  border: 1px solid transparent;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -ms-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-listing .pagination a:not(.mobile-list) {
    display: none;
  }
}
.cbp-blog-listing .pagination a:not(.active):hover {
  background: #e4e5e6;
}
.cbp-blog-listing .pagination a + a {
  margin-left: 15px;
}
.cbp-blog-listing .pagination > span {
  font-size: 18px;
  font-weight: 300;
  color: #80828c;
  letter-spacing: 2px;
  margin: 0 15px;
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-listing .pagination > span {
    display: none;
  }
}
.cbp-blog-listing .pagination .active {
  color: #343642;
  font-weight: 400;
  border-color: #343642;
}
@media only screen and (max-width: 1024px) {
  .cbp-blog-listing .pagination .active {
    pointer-events: none;
    cursor: default;
  }
  .cbp-blog-listing .pagination .active:before {
    content: 'Page';
    margin-right: 5px;
  }
}
.cbp-blog-listing .pagination.dark a:not(.active) {
  background: #eeeeef;
}
.cbp-blog-listing .pagination.dark a:not(.active):hover {
  background: #e1e1e3;
}
.cbp-blog-listing .pagination-chevron {
  width: 16px;
  height: 16px;
}
