/*
 * _blog.less
 *
 */
body {
  position: relative;
}
html {
  -webkit-text-size-adjust: 100%;
}
/****  blogMainWrap  ****/
.blogMainWrap {
  max-width: 1220px;
  margin: 0 auto;
  font-family: RobotoLight;
  background-color: white;
}
/****  blogMain  ****/
/**  A component to hold two panels: the main content for the page, and
     a RHS sidebar, depending on the responsive width                     **/
.blogMain {
  min-height: 900px;
  margin: 0 20px;
  padding-bottom: 40px;
  position: relative;
  background-color: white;
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .blogMain {
    margin-left: 22px;
    margin-right: 22px;
  }
}
@media only screen and (min-width: 980px) {
  .blogMain {
    margin-left: 20px;
    margin-right: 0;
  }
}
@media only screen and (min-width: 980px) {
  .blogMain {
    position: relative;
  }
  .blogMain::before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background-color: #f9f9f9;
    z-index: 0;
  }
  .blogMain > .blogSidebarWrap,
  .blogMain > .blogHomepageList {
    position: relative;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1219px) {
  .blogMain::before {
    width: 31.25%;
  }
}
@media only screen and (min-width: 980px) and (min-width: 1220px) {
  .blogMain::before {
    width: 30.41666667%;
  }
}
/****  blogSidebarWrap  ****/
.blogSidebarWrap {
  display: none;
  float: right;
  min-height: 400px;
  color: #4c4c4c;
}
.blogSidebarWrap_inner {
  padding-top: 54px;
  overflow: hidden;
}
@media only screen and (min-width: 980px) {
  .blogSidebarWrap {
    display: block;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1219px) {
  .blogSidebarWrap {
    width: 31.25%;
    padding-left: 2.08333333%;
  }
}
@media only screen and (min-width: 1220px) {
  .blogSidebarWrap {
    width: 30.41666667%;
    padding-left: 2.91666667%;
  }
}
/****  blogCommentsWrap  ****/
.blogCommentsWrap {
  max-width: 1220px;
  margin: 0 auto;
  padding: 40px 20px;
  box-sizing: border-box;
}
.blogCommentsWrap a {
  color: #1d7ab7;
}
/****  blogTag  ****/
.blogTag {
  display: inline-block;
  font-size: 11px;
  line-height: 12px;
  padding: 3px 8px 3px;
  border-radius: 3px;
  text-transform: uppercase;
  font-family: RobotoRegular;
  letter-spacing: 0;
  color: white;
  background-color: #1d7ab7;
  border: 1px solid #1d7ab7;
  cursor: text;
}
.blogTag-large {
  padding: 6px 14px 7px;
}
.blogTag-news {
  color: white;
  background-color: #5fc3e6;
  border: 1px solid #5fc3e6;
}
.blogTag-knowledge {
  color: white;
  background-color: #f8485e;
  border: 1px solid #f8485e;
}
.blogTag-react {
  color: white;
  background-color: #f6be00;
  border: 1px solid #f6be00;
}
.blogTag-grey {
  color: #4b4b4b;
  background-color: #eaeaea;
  border: 1px solid #eaeaea;
}
@media only screen and (min-width: 768px) {
  .blogTag[href] {
    cursor: pointer;
  }
  .blogTag:hover {
    background-color: transparent;
    color: #1d7ab7;
  }
  .blogTag:active {
    background-color: #eaeaea;
  }
  .blogTag-news:hover {
    color: #5fc3e6;
    border-color: #5fc3e6;
    background-color: transparent;
  }
  .blogTag-news:active {
    color: white !important;
    background-color: #5fc3e6 !important;
  }
  .blogTag-knowledge:hover {
    color: #f8485e;
    border-color: #f8485e;
    background-color: transparent;
  }
  .blogTag-knowledge:active {
    color: white !important;
    background-color: #f8485e !important;
  }
  .blogTag-react:hover {
    color: #f6be00;
    border-color: #f6be00;
    background-color: transparent;
  }
  .blogTag-react:active {
    color: white !important;
    background-color: #f6be00 !important;
  }
  .blogTag-grey:hover {
    color: #1d7ab7;
    border-color: #eaeaea;
    background-color: transparent;
  }
  .blogTag-grey:active {
    color: #1d7ab7 !important;
    background-color: #eaeaea !important;
  }
}
/****  blogMeta - article meta section  ****/
.blogMeta {
  border-top: 1px solid #e6e6e6;
  border-bottom: 1px solid #e6e6e6;
  line-height: 32px;
  font-family: RobotoRegular;
  overflow: hidden;
}
.blogMeta_author {
  text-transform: uppercase;
  font-size: 12px;
  color: #6e6e6e;
}
.blogMeta_author-floated {
  float: right;
}
.blogMeta_author sup {
  vertical-align: baseline;
  font-size: inherit;
}
.blogMeta_author_link {
  color: #1d7ab7;
}
.blogMeta_author_link:hover {
  font-family: RobotoMedium;
}
.blogMeta .blogTag {
  position: relative;
  top: -1px;
}
.blogMeta .blogTag-articlePgResponsive {
  float: right;
  top: 10px;
}
@media only screen and (min-width: 480px) {
  .blogMeta .blogTag-articlePgResponsive {
    display: none;
  }
}
/****  loadAnim  ****/
.loadAnim,
.loadAnim::after {
  display: inline-block;
  width: 22px;
  height: 22px;
  box-sizing: border-box;
  border: 1px solid #e6e6e6;
  border-radius: 2em;
  position: relative;
}
.loadAnim {
  animation: rotate 1s linear 0s infinite;
}
.loadAnim::after {
  content: "";
  position: absolute;
  top: -1px;
  left: -1px;
  border: 1px solid #4b4b4b;
  border-top-color: transparent;
  border-right-color: transparent;
  border-bottom-color: transparent;
}
@keyframes rotate {
  from {
    transform: rotate(0deg);
  }
  to {
    transform: rotate(364.999deg);
  }
}
/****  popups  ****/
.blogPopupWrap {
  z-index: 10000;
  background-color: rgba(0, 0, 0, 0.5);
}
.blogPopup {
  background-color: white;
  max-width: 600px;
  margin: 0 auto;
  border-radius: 3px;
  text-align: center;
  color: #4b4b4b;
}
.blogPopup_inner {
  padding: 44px;
  padding-bottom: 54px;
}
.blogPopup_header {
  font-size: 36px;
  line-height: 100%;
  margin-bottom: 12px;
  font-family: RobotoMedium;
}
.blogPopup_subheader {
  font-size: 29px;
  line-height: 100%;
  margin-bottom: 12px;
  font-family: RobotoThin;
}
.blogPopup_text {
  font-size: 14px;
  line-height: 150%;
  margin-bottom: 20px;
  font-family: RobotoRegular;
}
.blogPopup a.flexi-action-button.-small-btn.-no-arrow {
  text-transform: uppercase;
  padding-right: 17px;
}
/****  gravatarImg  ****/
.gravatarImg {
  width: 100%;
  height: 100%;
  border-radius: 100%;
  transition: opacity 0.62s linear;
}
/**  Import other blog module files **/
/*
 *   _                                                 _     _     _     _
 *  | |__   ___  _ __ ___   ___ _ __   __ _  __ _  ___| |   (_)___| |_  | | ___  ___ ___
 *  | '_ \ / _ \| '_ ` _ \ / _ \ '_ \ / _` |/ _` |/ _ \ |   | / __| __| | |/ _ \/ __/ __|
 *  | | | | (_) | | | | | |  __/ |_) | (_| | (_| |  __/ |___| \__ \ |_ _| |  __/\__ \__ \
 *  |_| |_|\___/|_| |_| |_|\___| .__/ \__,_|\__, |\___|_____|_|___/\__(_)_|\___||___/___/
 *                             |_|          |___/
 *
 *                                         the list of articles for the blog index page
 *
 */
/****  blogHomepageList  ****/
.blogHomepageList {
  padding-top: 34px;
}
@media only screen and (min-width: 980px) and (max-width: 1219px) {
  .blogHomepageList {
    width: 66.66666667%;
  }
}
@media only screen and (min-width: 1220px) {
  .blogHomepageList {
    width: 66.66666667%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .blogHomepageList > .blogListItem:nth-of-type(odd) {
    margin-right: 4.6961326%;
  }
  .blogHomepageList-firstFullWidth > .blogListItem:nth-of-type(odd) {
    margin-right: 0;
  }
  .blogHomepageList-firstFullWidth > .blogListItem:nth-of-type(even) {
    margin-right: 4.6961326%;
  }
  .blogHomepageList-author > .authorArchiveInterstitial {
    margin-right: 4.6961326%;
  }
  .blogHomepageList-author > .blogListItem:nth-of-type(even) {
    margin-right: 4.6961326%;
  }
  .blogHomepageList-author > .blogListItem:nth-of-type(odd) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1219px) {
  .blogHomepageList > .blogListItem:nth-of-type(odd) {
    margin-right: 6.25%;
  }
  .blogHomepageList-firstFullWidth > .blogListItem:nth-of-type(odd) {
    margin-right: 0;
  }
  .blogHomepageList-firstFullWidth > .blogListItem:nth-of-type(even) {
    margin-right: 6.25%;
  }
}
@media only screen and (min-width: 1220px) {
  .blogHomepageList > .blogListItem:nth-of-type(odd) {
    margin-right: 5%;
  }
  .blogHomepageList-firstFullWidth > .blogListItem:nth-of-type(odd) {
    margin-right: 0;
  }
  .blogHomepageList-firstFullWidth > .blogListItem:nth-of-type(even) {
    margin-right: 5%;
  }
}
/****  blogListItem  ****/
.blogListItem {
  transition: background-color 0.2s linear, outline-color 0.2s linear;
  background-color: transparent;
  outline: 8px solid transparent;
}
@media only screen and (max-width: 479px) {
  .blogListItem {
    width: 100%;
    margin-bottom: 12.14285714%;
    /*  34 / 320px  */
  }
}
@media only screen and (min-width: 480px) {
  .blogListItem {
    width: 100%;
    float: left;
    margin-bottom: 8.63636364%;
    /*  38 / 440px  */
  }
  .blogHomepageList-firstFullWidth .blogListItem:first-child {
    float: none;
  }
}
@media only screen and (min-width: 768px) {
  .blogListItem:hover {
    background-color: #f2f2f2;
    outline-color: #f2f2f2;
  }
  .blogHomepageList-firstFullWidth .blogListItem:first-child:hover {
    background-color: transparent;
    outline-color: transparent;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .blogListItem {
    width: 47.6519337%;
    margin-bottom: 5.24861878%;
    /* 4.6961%; */
  }
  .blogHomepageList-firstFullWidth .blogListItem:first-child {
    width: auto;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1219px) {
  .blogListItem {
    width: 46.875%;
    margin-bottom: 6.25%;
    /* 6.25%; */
  }
  .blogHomepageList-firstFullWidth .blogListItem:first-child {
    width: auto;
  }
}
@media only screen and (min-width: 1220px) {
  .blogListItem {
    width: 47.5%;
    margin-bottom: 5%;
  }
  .blogHomepageList-firstFullWidth .blogListItem:first-child {
    width: auto;
  }
}
.blogListItem_imageLinkWrap {
  display: block;
}
.blogListItem_imageWrap {
  background-color: #f9f9f9;
  position: relative;
  height: 10px;
  padding-top: 47.5%;
  overflow: hidden;
}
.blogListItem_image {
  background-size: cover;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}
.blogHomepageList-firstFullWidth .blogListItem:first-child > .blogListItem_image {
  padding-top: 48.4%;
  /*  184 / 380  */
}
.blogListItem .blogTag {
  top: -2px;
}
.blogListItem .blogMeta_author_link_shortened {
  display: inline;
}
.blogListItem .blogMeta_author_link_full {
  display: none;
}
@media only screen and (max-width: 1219px) {
  .blogHomepageList-firstFullWidth .blogListItem:not(:first-child) .blogMeta_author_author,
  .blogHomepageList-firstNotFullWidth .blogListItem .blogMeta_author_author,
  .blogHomepageList-firstFullWidth .blogListItem:not(:first-child) .blogMeta_author_date,
  .blogHomepageList-firstNotFullWidth .blogListItem .blogMeta_author_date {
    display: block;
    font-size: 11px;
    line-height: 14px;
    text-align: right;
  }
  .blogHomepageList-firstFullWidth .blogListItem:not(:first-child) .blogMeta_author_author,
  .blogHomepageList-firstNotFullWidth .blogListItem .blogMeta_author_author {
    padding-top: 6px;
  }
  .blogHomepageList-firstFullWidth .blogListItem:not(:first-child) .blogMeta_author_date,
  .blogHomepageList-firstNotFullWidth .blogListItem .blogMeta_author_date {
    padding-bottom: 6px;
  }
  .blogHomepageList-firstFullWidth .blogListItem:not(:first-child) .blogMeta .blogTag,
  .blogHomepageList-firstNotFullWidth .blogListItem .blogMeta .blogTag {
    top: 2px;
  }
  .blogHomepageList-firstFullWidth .blogListItem:not(:first-child) .blogMeta .blogMeta_author_link_shortened,
  .blogHomepageList-firstNotFullWidth .blogListItem .blogMeta .blogMeta_author_link_shortened {
    display: none;
  }
  .blogHomepageList-firstFullWidth .blogListItem:not(:first-child) .blogMeta .blogMeta_author_link_full,
  .blogHomepageList-firstNotFullWidth .blogListItem .blogMeta .blogMeta_author_link_full {
    display: inline;
  }
}
@media only screen and (max-width: 767px) {
  .blogHomepageList-firstFullWidth .blogListItem:first-child .blogMeta_author_author,
  .blogHomepageList-firstFullWidth .blogListItem:first-child .blogMeta_author_date {
    display: block;
    font-size: 11px;
    line-height: 14px;
    text-align: right;
  }
  .blogHomepageList-firstFullWidth .blogListItem:first-child .blogMeta_author_author {
    padding-top: 6px;
  }
  .blogHomepageList-firstFullWidth .blogListItem:first-child .blogMeta_author_date {
    padding-bottom: 6px;
  }
  .blogHomepageList-firstFullWidth .blogListItem:first-child .blogMeta .blogTag {
    top: 2px;
  }
  .blogHomepageList-firstFullWidth .blogListItem:first-child .blogMeta .blogMeta_author_link_shortened {
    display: none;
  }
  .blogHomepageList-firstFullWidth .blogListItem:first-child .blogMeta .blogMeta_author_link_full {
    display: inline;
  }
}
/****  blogItemFaintOutline  ****/
.blogItemFaintOutline {
  width: 100%;
  height: 100%;
  box-sizing: border-box;
  border: 1px solid rgba(188, 188, 188, 0.2);
  position: absolute;
  top: 0;
  left: 0;
}
/****  blogItemClickableOverlay  ****/
.blogItemClickableOverlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background-color: rgba(0, 0, 0, 0.3);
  background-size: 24% 48%;
  background-position: center;
  opacity: 0;
  transition: opacity 0.2s linear;
  background-image: url('../../images/blog-article-read-more.svg');
}
:hover > .blogItemClickableOverlay,
:hover > * > .blogItemClickableOverlay,
:hover > * > * > .blogItemClickableOverlay,
:hover > * > * > * > .blogItemClickableOverlay {
  opacity: 1;
}
.de .blogItemClickableOverlay {
  background-image: url('../../images/blog-article-read-more-de.svg');
}
.es .blogItemClickableOverlay {
  background-image: url('../../images/blog-article-read-more-es.svg');
}
.fr .blogItemClickableOverlay {
  background-image: url('../../images/blog-article-read-more-fr.svg');
}
/****  archiveAuthorInterstitial  ****/
/**  Below 979px, the author is shown as an 'interstitial', i.e.
     as if it were a blog archive item.                           **/
.authorArchiveInterstitial {
  display: block;
  padding: 4% 4% 8%;
  border: 1px solid #f4f4f4;
  box-sizing: border-box;
  background-color: #fcfcfc;
}
@media only screen and (max-width: 479px) {
  .authorArchiveInterstitial {
    margin-bottom: 12.14285714%;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .authorArchiveInterstitial {
    margin-bottom: 8.63636364%;
    padding-left: 15%;
    padding-right: 15%;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .authorArchiveInterstitial {
    float: left;
    width: 47.6519337%;
    margin-bottom: 5.24861878%;
  }
}
@media only screen and (min-width: 980px) {
  .authorArchiveInterstitial {
    display: none;
  }
}
/****  blogItemDetails  ****/
.blogListItemDetails {
  padding-bottom: 12px;
}
.blogListItemDetails-first {
  height: auto;
}
.blogListItemDetails_title {
  color: #4b4b4b;
  letter-spacing: -0.02em;
}
.blogListItemDetails_title > a {
  color: inherit;
}
.blogListItemDetails_excerpt {
  font-family: RobotoRegular;
  color: #6e6e6e;
}
.blogListItemDetails_excerpt strong {
  font-family: RobotoBold;
}
.blogListItemDetails_excerpt_link {
  color: #1d7ab7;
}
.blogListItemDetails_excerpt_link:hover {
  font-family: RobotoMedium;
}
.blogListItemDetails a:hover {
  color: #1d7ab7;
}
@media only screen and (max-width: 767px) {
  .blogListItemDetails {
    padding-top: 12px;
  }
  .blogListItemDetails_title {
    font-size: 24px;
    line-height: 29px;
  }
  .blogListItemDetails_excerpt {
    font-size: 13px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .blogListItemDetails {
    padding-top: 12px;
  }
  .blogListItem-first .blogListItemDetails {
    height: auto;
    padding-top: 12px;
    padding-bottom: 14px;
  }
  .blogListItemDetails_title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 4px;
  }
  .blogListItemDetails_excerpt {
    font-size: 13px;
    line-height: 17px;
  }
  .blogListItem-first .blogListItemDetails_title {
    font-size: 29px;
    line-height: 31px;
    margin-bottom: 4px;
  }
  .blogListItem-first .blogListItemDetails_excerpt {
    font-size: 13px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1219px) {
  .blogListItemDetails {
    padding-top: 12px;
  }
  .blogListItem-first .blogListItemDetails {
    height: auto;
  }
  .blogListItemDetails_title {
    font-size: 24px;
    line-height: 29px;
    margin-bottom: 4px;
  }
  .blogListItemDetails_excerpt {
    font-size: 13px;
    line-height: 17px;
  }
  .blogListItem-first .blogListItemDetails {
    padding-top: 12px;
    padding-bottom: 14px;
  }
  .blogListItem-first .blogListItemDetails_title {
    font-size: 29px;
    line-height: 31px;
    margin-bottom: 4px;
  }
  .blogListItem-first .blogListItemDetails_excerpt {
    font-size: 13px;
    line-height: 17px;
  }
}
@media only screen and (min-width: 1220px) {
  .blogListItemDetails {
    padding-top: 12px;
  }
  .blogListItem-first .blogListItemDetails {
    height: auto;
  }
  .blogListItemDetails_title {
    font-size: 28px;
    line-height: 32px;
    margin-bottom: 4px;
  }
  .blogListItemDetails_excerpt {
    font-size: 13px;
    line-height: 17px;
  }
  .blogListItem-first .blogListItemDetails {
    padding-top: 12px;
    padding-bottom: 14px;
  }
  .blogListItem-first .blogListItemDetails_title {
    font-size: 32px;
    line-height: 34px;
    margin-bottom: 4px;
  }
  .blogListItem-first .blogListItemDetails_excerpt {
    font-size: 14px;
    line-height: 18px;
  }
}
/****  blogListClear  ****/
.blogListClear {
  clear: left;
  /* Just clear left-floated article list items */
}
/****  blogMainClear  ****/
.blogMainClear {
  clear: both;
  /* Also clear the sidebar */
}
/****  blogListLoadMore  ****/
.blogListLoadMore {
  font-size: 14px;
  letter-spacing: 0.03em;
  line-height: 38px;
  height: 38px;
  text-align: center;
  background-color: #f2f2f2;
  cursor: pointer;
  position: relative;
}
.blogListLoadMore_link {
  text-transform: uppercase;
  font-family: RobotoRegular;
  color: #1d7ab7;
  cursor: pointer;
}
.blogListLoadMore_downArrow {
  width: 15px;
  height: 14px;
  margin-left: 2px;
  position: relative;
  top: 2px;
}
.blogListLoadMore_downArrow > svg {
  fill: #1d7ab7;
}
.blogListLoadMore_loadingBar {
  position: absolute;
  height: 2px;
  background-color: rgba(29, 122, 183, 0.75);
  width: 100%;
  left: 0;
  top: 0;
  transform: scaleX(0);
  transform-origin: 0 0;
  transition: transform 0.2s ease-out;
}
/*
 *   _                    _           _
 *  | |__   ___  __ _  __| | ___ _ __| | ___  ___ ___
 *  | '_ \ / _ \/ _` |/ _` |/ _ \ '__| |/ _ \/ __/ __|
 *  | | | |  __/ (_| | (_| |  __/ |_ | |  __/\__ \__ \
 *  |_| |_|\___|\__,_|\__,_|\___|_(_)|_|\___||___/___/
 *
 *                           for the top of the blog
 */
/*****  blogHeaderWrap  *****/
.blogHeaderWrap {
  border-bottom: 1px solid #eaeaea;
  position: relative;
  z-index: 1;
  background-color: white;
}
/*****  blogHeader  ****/
.blogHeader {
  height: 50px;
  line-height: 50px;
  max-width: 1160px;
  max-width: 1180px;
  margin: 0 auto;
  padding: 0 20px 0 20px;
  font-family: RobotoLight;
  color: #6e6e6e;
}
.blogHeader_heading {
  font-size: 18px;
}
.blogHeader_heading_link {
  color: inherit;
}
.blogHeader_heading_link:hover {
  color: #1d7ab7;
}
@media only screen and (max-width: 479px) {
  .blogHeader {
    padding: 0 20px;
  }
}
.blogHeader_heading_details {
  line-height: 20px;
  position: relative;
  top: -1px;
}
@media only screen and (max-width: 767px) {
  .blogHeader-authorPage .blogHeader_heading_details {
    display: none;
  }
}
.blogHeader_heading_details_subhead {
  font-size: 11px;
  font-family: RobotoRegular;
  text-transform: uppercase;
}
.blogHeader_heading_details_subhead::before {
  display: none;
  content: "|";
  margin: 0 10px;
}
.blogHeader_heading_details_subhead-shown::before {
  display: inline;
}
.blogHeader_heading_filterCat,
.blogHeader_heading_filterTag {
  transition: transform 0.2s ease-out;
  transform: scale(0);
  overflow: hidden;
}
.blogHeader_heading_filterCat {
  font-size: 11px;
  text-transform: uppercase;
  color: #606060;
  font-family: RobotoRegular;
}
.blogHeader_heading_filterCat_catWrap {
  display: inline-block;
}
.blogHeader_heading_filterTag > .blogTag {
  vertical-align: baseline;
  position: relative;
  padding-right: 5px;
  color: #4b4b4b;
  background-color: #eaeaea;
  border-color: #eaeaea;
}
.blogHeader .blogTag_closeBtn {
  display: block;
  float: right;
  width: 13px;
  height: 13px;
  background-image: url('../../images/blog-tag-close-btns.png');
  background-position: top left;
  background-size: 53px auto;
  position: relative;
  top: -1px;
  margin-left: 5px;
  cursor: pointer;
}
.blogHeader .blogTag_closeBtn:hover {
  background-position: -13px top;
}
.blogHeader_heading_filterCat .blogTag_closeBtn {
  top: 3px;
}
.blogHeader_heading_filterCat.-cat-news .blogTag_closeBtn {
  background-position: -13px top;
}
.blogHeader_heading_filterCat.-cat-knowledge .blogTag_closeBtn {
  background-position: -39px top;
}
.blogHeader_heading_filterCat.-cat-react .blogTag_closeBtn {
  background-position: -26px top;
}
/****  blogSearchResCount  ****/
.blogSearchResCount {
  margin-right: 10px;
}
/****  blogCatSelectors  ****/
.blogCatSelectors {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}
@media only screen and (max-width: 479px) {
  .blogCatSelectors {
    width: 100%;
  }
}
@media only screen and (min-width: 480px) {
  .blogCatSelectors {
    float: right;
  }
}
@media only screen and (max-width: 767px) {
  .blogCatSelectors {
    display: none;
  }
}
.blogCatSelectors_item {
  display: inline-block;
  padding-left: 20px;
  margin-right: 32px;
  height: 50px;
  line-height: 50px;
  position: relative;
  color: inherit;
}
.blogCatSelectors_item:last-child {
  margin-right: 0;
}
.blogCatSelectors_item::before,
.blogCatSelectors_item::after {
  content: "";
  position: absolute;
  border-radius: 100%;
}
.blogCatSelectors_item::before {
  left: 0;
  top: 19px;
  width: 10px;
  height: 10px;
  border: 1px solid black;
}
.blogCatSelectors_item::after {
  left: 2px;
  top: 21px;
  height: 8px;
  width: 0;
  transition: transform 0.1s linear;
  transform: scale(0);
}
.blogCatSelectors_item-news:hover {
  color: #5fc3e6;
}
.blogCatSelectors_item-knowledge:hover {
  color: #f8485e;
}
.blogCatSelectors_item-react:hover {
  color: #f6be00;
}
.blogCatSelectors_item-news::before {
  border-color: #5fc3e6;
}
.blogCatSelectors_item-knowledge::before {
  border-color: #f8485e;
}
.blogCatSelectors_item-react::before {
  border-color: #f6be00;
}
.blogCatSelectors_item-news::after {
  background-color: #5fc3e6;
}
.blogCatSelectors_item-knowledge::after {
  background-color: #f8485e;
}
.blogCatSelectors_item-react::after {
  background-color: #f6be00;
}
.blogCatSelectors_item-selected.blogCatSelectors_item-news::after {
  width: 8px;
  transform: scale(1);
}
.blogCatSelectors_item-selected.blogCatSelectors_item-knowledge::after {
  width: 8px;
  transform: scale(1);
}
.blogCatSelectors_item-selected.blogCatSelectors_item-react::after {
  width: 8px;
  transform: scale(1);
}
.blogCatSelectors_item-selected.blogCatSelectors_item-empty::before {
  background-color: white;
}
@media only screen and (max-width: 479px) {
  .blogCatSelectors_item {
    border-right: 1px solid #eaeaea;
    padding: 0;
    box-sizing: border-box;
    text-align: center;
  }
  .blogCatSelectors_item:last-child {
    border-right: none;
  }
  .blogCatSelectors_item-news {
    width: 30%;
  }
  .blogCatSelectors_item-knowledge {
    width: 38%;
  }
  .blogCatSelectors_item-react {
    width: 32%;
  }
}
/*
 *       _     _      _               ___ _                       _
 *   ___(_) __| | ___| |__   __ _ _ _|_ _| |_ ___ _ __ ___  ___  | | ___  ___ ___
 *  / __| |/ _` |/ _ \ '_ \ / _` | '__| || __/ _ \ '_ ` _ \/ __| | |/ _ \/ __/ __|
 *  \__ \ | (_| |  __/ |_) | (_| | |  | || ||  __/ | | | | \__ \_| |  __/\__ \__ \
 *  |___/_|\__,_|\___|_.__/ \__,_|_| |___|\__\___|_| |_| |_|___(_)_|\___||___/___/
 *
 *                                            they're sidebar items for the blog
 */
/****  blogSidebarItem  ****/
.blogSidebarItem {
  margin-bottom: 50px;
  margin-left: auto;
  margin-right: auto;
}
.blogSidebarItem_header {
  font-size: 28px;
  line-height: 34px;
  margin-bottom: 18px;
  letter-spacing: -0.02em;
}
.blogSidebarItem_header > strong {
  font-family: RobotoMedium;
}
@media only screen and (min-width: 980px) and (max-width: 1219px) {
  .blogSidebarItem {
    width: 86.66666667%;
  }
}
@media only screen and (min-width: 1220px) {
  .blogSidebarItem {
    width: 82.19178082%;
  }
  .blogSidebarItem_header {
    font-size: 32px;
  }
}
.blogSidebarItem-sugReads .suggestedRead {
  margin-bottom: 34px;
}
/****  blogSidebarTagCloud  ****/
.blogSidebarTagCloud {
  font-size: 12px;
  line-height: 28px;
}
.blogSidebarTagCloud .loadAnim {
  display: none;
  vertical-align: bottom;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.blogSidebarTagCloud .blogTag {
  margin-right: 2px;
  cursor: pointer;
}
.blogSidebarTagCloud_morelinkWrap {
  font-size: 12px;
  padding-top: 14px;
}
.blogSidebarTagCloud_morelinkWrap .blogListLoadMore_downArrow {
  width: 11px;
  margin-left: 5px;
}
/****  blogSidebarSearchForm  ****/
.blogSidebarSearchForm_form {
  display: table;
  width: 100%;
}
.blogSidebarSearchForm_form_lhs,
.blogSidebarSearchForm_form_rhs {
  display: table-cell;
  vertical-align: top;
}
.blogSidebarSearchForm_form_rhs {
  width: 33px;
  padding-left: 4px;
}
.blogSidebarSearchForm_form_input {
  width: 100%;
  height: 29px;
  box-sizing: border-box;
  font-size: 12px;
  line-height: 18px;
  padding: 5px 8px;
  font-family: ArialMT, Arial, sans-serif;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  color: #969696;
  transition: box-shadow 0.15s linear, border-color 0.15s linear;
}
.blogSidebarSearchForm_form_input:focus {
  box-shadow: 0 0 3px #32bfff;
  outline: none;
  border-color: #7dd2f8;
}
.blogSidebarSearchForm_form_submit {
  display: inline-block;
  width: 33px;
  height: 30px;
  -webkit-appearance: none;
  background-color: #eaeaea;
  border: none;
  border-radius: 4px;
  font-size: 0;
  cursor: pointer;
  transition: background-color 0.11s linear;
}
.blogSidebarSearchForm_form_submit_text {
  font-size: 0;
  width: 0;
  height: 0;
  display: inline-block;
}
.blogSidebarSearchForm_form_submit .svgIcon {
  width: 15px;
  height: 15px;
}
.blogSidebarSearchForm_form_submit .svgIcon > svg {
  fill: #1d7ab7;
  transition: fill 0.11s linear;
}
.blogSidebarSearchForm_form_submit:hover {
  background-color: #1d7ab7;
}
.blogSidebarSearchForm_form_submit:hover .svgIcon > svg {
  fill: #eaeaea;
}
/****  sidebarTopArticlesList  ****/
.sidebarTopArticlesList_item {
  display: table;
  margin-bottom: 14px;
}
.sidebarTopArticlesList .sbArticleList_number,
.sidebarTopArticlesList .sbArticleList_details_title {
  transition: color 0.1s linear, border-color 0.1s linear;
}
.sidebarTopArticlesList .sbArticleList_numberWrap {
  display: table-cell;
  vertical-align: middle;
}
.sidebarTopArticlesList .sbArticleList_number {
  display: inline-block;
  width: 14px;
  padding-left: 5px;
  padding-right: 5px;
  height: 24px;
  font-size: 13px;
  line-height: 24px;
  text-align: center;
  font-family: RobotoRegular;
  color: #6e6e6e;
  border: 1px solid #d3d3d3;
  border-radius: 100%;
}
.sidebarTopArticlesList .sbArticleList_details {
  display: table-cell;
  vertical-align: middle;
  font-size: 12px;
  line-height: 14px;
  height: 28px;
  font-family: Arial, sans-serif;
  padding-left: 12px;
}
.sidebarTopArticlesList .sbArticleList_details_cat {
  font-weight: bold;
}
.sidebarTopArticlesList .sbArticleList_details a {
  color: inherit;
}
.sidebarTopArticlesList_item:hover .sbArticleList_number {
  color: #1d7ab7;
  border-color: #1d7ab7;
}
.sidebarTopArticlesList_item:hover .sbArticleList_details_title {
  color: #1d7ab7;
}
/****  suggestedRead  ****/
.suggestedRead {
  position: relative;
}
.suggestedRead_imgWrap {
  background-color: #e1e3e3;
  width: 100%;
  height: 0;
  padding-top: 46.1%;
  margin-bottom: 8px;
  position: relative;
}
.suggestedRead_img {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-size: cover;
}
.suggestedRead_title {
  font-family: RobotoLight;
  font-size: 20px;
  line-height: 25px;
  color: #444444;
  letter-spacing: -0.02em;
}
.suggestedRead_title_link {
  color: inherit;
}
.suggestedRead-small .suggestedRead_title {
  font-size: 17px;
  line-height: 21px;
}
.suggestedRead_title:hover {
  color: #1d7ab7;
}
.suggestedRead .blogTag {
  position: absolute;
  left: 12px;
  top: 12px;
}
.suggestedRead .blogTag:hover {
  background-color: #ffffff;
}
/****  blogNewsletterCTA  ****/
.blogSidebarItem > .blogNewsletterCta {
  margin-bottom: 34px;
  margin-left: -7.69230769%;
  margin-right: -7.69230769%;
}
@media only screen and (min-width: 1220px) {
  .blogSidebarItem > .blogNewsletterCta {
    margin-left: -10.83333333%;
    margin-right: -10.83333333%;
  }
}
/****  blogSidebarItem-author  ****/
.blogSidebarItem-author {
  padding: 8.6% 12.6% 12%;
  box-sizing: border-box;
  border-radius: 3px;
  border: 1px solid #f4f4f4;
  background-color: #fcfcfc;
}
.authorDisp {
  text-align: center;
}
.authorDisp_about {
  font-family: RobotoRegular;
}
.authorDisp_about_name {
  font-size: 15px;
  line-height: 22px;
}
.authorDisp_about_twitter {
  font-size: 12px;
  line-height: 20px;
  color: #1d7ab7;
}
.authorDisp_about_twitter > .svgIcon {
  width: 17px;
  height: 17px;
  vertical-align: baseline;
  position: relative;
  top: 4px;
}
.authorDisp_about_twitter > .svgIcon svg {
  fill: #1d7ab7;
}
.authorDisp_avatar {
  display: block;
  width: 130px;
  height: 130px;
  margin: 24px auto 17px;
  border-radius: 100%;
  background-size: cover;
}
.authorDisp_bio {
  font-size: 13px;
  line-height: 18px;
}
.authorDisp_id {
  display: none;
}
/****  flashyScrollUpBtn  ****/
.flashyScrollUpBtn {
  display: none;
}
@media only screen and (min-width: 980px) {
  .flashyScrollUpBtn {
    display: block;
    width: 0;
    height: 82px;
    position: absolute;
    bottom: 20px;
    transition: visibility linear 0s 0s, transform ease-out 0.5s, opacity linear 0.4s;
  }
  .flashyScrollUpBtn.-hidden {
    transform: scale(0) rotate(-20deg);
    opacity: 0;
    visibility: hidden;
    transition-delay: 0.51s, 0.1s, 0.1s;
  }
  .flashyScrollUpBtn_inner {
    width: 82px;
    height: 82px;
    margin: 0 auto;
    margin-left: -41px;
    position: relative;
  }
  .flashyScrollUpBtn_btn,
  .flashyScrollUpBtn_flash {
    border-radius: 100%;
  }
  .flashyScrollUpBtn_btn {
    position: absolute;
    width: 41px;
    height: 41px;
    top: 20.5px;
    left: 20.5px;
    cursor: pointer;
  }
  .flashyScrollUpBtn_btn .svgIcon {
    width: 100%;
    height: 100%;
    fill: #1d7ab7;
  }
  .flashyScrollUpBtn_flash {
    position: absolute;
    top: 0;
    left: 0;
    width: 82px;
    height: 82px;
    background-color: #1d7ab7;
    transform: scale(0.45);
    animation: flashy-button-flash 6s linear 0s infinite;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1219px) {
  .flashyScrollUpBtn {
    right: 15.625%;
  }
}
@media only screen and (min-width: 1220px) {
  .flashyScrollUpBtn {
    right: 15.20833333%;
  }
}
@keyframes flashy-button-flash {
  0% {
    opacity: 0.5;
    transform: scale(0.45);
  }
  50% {
    opacity: 0.5;
    transform: scale(0.45);
  }
  61% {
    opacity: 0;
    transform: scale(1);
  }
  100% {
    opacity: 0;
    transform: scale(0.45);
  }
}
/*
 *                           _      _   _             ____ _____  _      _
 *   _ __   _____      _____| | ___| |_| |_ ___ _ __ / ___|_   _|/ \    | | ___  ___ ___
 *  | '_ \ / _ \ \ /\ / / __| |/ _ \ __| __/ _ \ '__| |     | | / _ \   | |/ _ \/ __/ __|
 *  | | | |  __/\ V  V /\__ \ |  __/ |_| ||  __/ |  | |___  | |/ ___ \ _| |  __/\__ \__ \
 *  |_| |_|\___| \_/\_/ |___/_|\___|\__|\__\___|_|   \____| |_/_/   \_(_)_|\___||___/___/
 *
 *                                     the newsletter CTA component for the blog sidebar
 *
 */
.blogNewsletterCta {
  margin: 50px auto 0;
  overflow: hidden;
  border-top: 1px dotted #cecece;
  border-bottom: 1px dotted #cecece;
  width: auto;
  height: 509px;
  background-color: #efefef;
  /* Currently disabled on non-EN sites */
  display: none;
}
@media only screen and (min-width: 768px) {
  html[lang='en'] .blogNewsletterCta {
    display: block;
  }
}
.blogNewsletterCta_imageWrap {
  background-color: #0bb6ea;
  width: 200px;
  height: 200px;
  background-image: url('../../images/icon_blog_newsletter_cta_plane.png');
  background-size: 108px 90px;
  background-position: 41.9% 53%;
  background-repeat: no-repeat;
  border-radius: 1000px;
  margin: 0 auto;
  margin-top: 38px;
  margin-bottom: 29px;
}
.blogNewsletterCta_title {
  font-family: RobotoMedium;
  font-size: 42px;
  color: #4b4949;
  text-align: center;
  line-height: 36px;
  letter-spacing: -0.04em;
  margin-bottom: 3px;
}
.blogNewsletterCta_title-thin {
  font-family: RobotoThin;
  font-weight: 100;
  font-size: 33px;
  letter-spacing: -0.02em;
}
.blogNewsletterCta_description {
  font-family: RobotoRegular;
  font-size: 15px;
  color: #4b4949;
  line-height: 18px;
  letter-spacing: -0.01em;
  text-align: center;
  margin-top: 6px;
  margin-left: 59px;
  margin-right: 59px;
}
.blogNewsletterCta_thankyouMsg {
  font-family: RobotoRegular;
  font-size: 15px;
  color: #4b4949;
  line-height: 18px;
  letter-spacing: -0.01em;
  text-align: center;
  margin-top: 6px;
  margin-bottom: 18px;
  margin-left: 50px;
  margin-right: 50px;
}
.blogNewsletterCta_thankyouWrapper {
  display: none;
}
@media only screen and (max-width: 1200px) {
  .blogNewsletterCta {
    height: 430px;
  }
  .blogNewsletterCta_imageWrap {
    width: 180px;
    height: 180px;
    margin-top: 26px;
    margin-bottom: 23px;
    background-size: 96px auto;
    background-position: 43% 53%;
  }
  .blogNewsletterCta_title {
    font-size: 37px;
    line-height: 32px;
  }
  .blogNewsletterCta_title-thin {
    font-size: 29px;
    line-height: 32px;
  }
  .blogNewsletterCta_description {
    font-size: 14px;
    line-height: 18px;
    margin-left: 12px;
    margin-right: 12px;
    letter-spacing: -0.02em;
  }
  .blogNewsletterCta_thankyouMsg {
    font-size: 14px;
    line-height: 17px;
    margin-left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 979px) {
  .blogNewsletterCta {
    width: 248px;
    height: 356px;
  }
  .blogNewsletterCta_imageWrap {
    width: 150px;
    height: 150px;
    margin-top: 22px;
    margin-bottom: 18px;
    background-size: 82px auto;
    background-position: 41% 53%;
  }
  .blogNewsletterCta_title {
    font-size: 30px;
    line-height: 26px;
  }
  .blogNewsletterCta_title-thin {
    font-size: 24px;
    line-height: 24px;
    letter-spacing: -0.02em;
  }
  .blogNewsletterCta_description {
    font-size: 12px;
    line-height: 14px;
    margin-left: 10px;
    margin-right: 10px;
    letter-spacing: -0.01em;
    margin-top: 7px;
  }
  .blogNewsletterCta_thankyouMsg {
    font-size: 12px;
    line-height: 14px;
    letter-spacing: -0.01em;
    margin-top: 9px;
    margin-bottom: 15px;
    margin-left: 20px;
    margin-right: 20px;
  }
}
.blogNewsletterCta_form {
  display: table;
  width: 100%;
  box-sizing: border-box;
  padding: 0 37px;
  margin-top: 23px;
}
.blogNewsletterCta_form_emailWrap,
.blogNewsletterCta_form_submitWrap {
  display: table-cell;
  vertical-align: top;
}
.blogNewsletterCta_form_submitWrap {
  width: 45px;
  padding-left: 8px;
}
.blogNewsletterCta_form_email {
  vertical-align: bottom;
  font-family: RobotoLight;
  width: 100%;
  box-sizing: border-box;
  height: 45px;
  font-size: 16px;
  line-height: 19px;
  padding: 13px 13px 13px 13px;
  border-radius: 4px;
  color: #4b4949;
  letter-spacing: 0.01em;
  background-color: white;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  transition: box-shadow 0.2s ease-in !important;
  position: relative;
}
input.blogNewsletterCta_form_email,
input.blogNewsletterCta_form_email:focus {
  border: none;
  box-shadow: none;
  outline: none;
  margin-bottom: 0;
}
.blogNewsletterCta_form_email.-placeholder {
  color: #afadad   !important;
}
input.blogNewsletterCta_form_email.-invalid {
  box-shadow: 0 0 0px 1px #E43939, 0 0 2px 1px #E43939;
  color: #3a1010   !important;
}
.blogNewsletterCta_form_submit {
  vertical-align: bottom;
  width: 45px      !important;
  height: 45px;
  border-radius: 4px;
  background-color: #0bb6ea;
  background-image: url('../../images/icon_blog_newsletter_cta_btn_arrow.png');
  background-size: 10px 18px;
  background-position: center;
  background-repeat: no-repeat;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  font-size: 0;
  cursor: pointer;
}
.blogNewsletterCta_form_submit[disabled] {
  cursor: pointer;
  /*  OVERRIDES FOR BOOTSTRAP NONSENSE  */
  background-color: #0bb6ea;
  /*  FOR REMOVAL                       */
}
.blogNewsletterCta_form_submit:active {
  position: relative;
  top: 1px;
}
@media only screen and (max-width: 1200px) {
  .blogNewsletterCta_form {
    margin-top: 19px;
    padding-left: 21px;
    padding-right: 21px;
  }
  .blogNewsletterCta_form_submitWrap {
    width: 47px;
  }
  .blogNewsletterCta_form_email {
    padding-left: 12px !important;
    padding-right: 12px !important;
  }
  .blogNewsletterCta_form_submit {
    width: 47px;
  }
}
@media only screen and (max-width: 979px) {
  .blogNewsletterCta_form {
    margin-top: 17px;
    padding-left: 17px;
    padding-right: 17px;
  }
  .blogNewsletterCta_form_email {
    width: 142px;
    font-size: 14px             !important;
    line-height: 25px           !important;
    height: 25px                !important;
    padding: 6px 11px 6px 11px  !important;
  }
  .blogNewsletterCta_form_submit {
    margin-left: 6px;
    width: 38px !important;
    height: 37px !important;
    background-size: 9px 16px;
  }
}
/***  blogNewsletterCta_imageWrap  animation states  ***/
.blogNewsletterCta_imageWrap.anim1-locknload {
  transition: background-position 0.15s ease-in-out;
  background-position: 36.9% 58%;
}
.blogNewsletterCta_imageWrap.anim2-flyaway {
  transition: background-position 0.3s ease-in;
  background-position: 153% -53%;
}
.blogNewsletterCta_imageWrap.anim3-checkmarkhidden {
  transition: none;
  background-position: 52.5% 53%;
  background-size: 0px 0px;
  background-image: url('../../images/icon_blog_newsletter_cta_checkmark.png');
}
@media only screen and (max-width: 979px) {
  .blogNewsletterCta_imageWrap.anim3-checkmarkhidden {
    background-position: 49.5% 54%;
  }
}
.blogNewsletterCta_imageWrap.anim4-checkmarkzoom {
  transition: background-size 0.4s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  background-size: 100px 68px;
}
@media only screen and (max-width: 1200px) {
  .blogNewsletterCta_imageWrap.anim4-checkmarkzoom {
    background-size: 92px auto;
  }
}
@media only screen and (max-width: 979px) {
  .blogNewsletterCta_imageWrap.anim4-checkmarkzoom {
    background-size: 80px auto;
  }
}
.blogNewsletterCta_imageWrap.anim5-disabled {
  transition: none;
}
/*
 *              _   _      _        _
 *    __ _ _ __| |_(_) ___| | ___  | | ___  ___ ___
 *   / _` | '__| __| |/ __| |/ _ \ | |/ _ \/ __/ __|
 *  | (_| | |  | |_| | (__| |  __/ | |  __/\__ \__ \
 *   \__,_|_|   \__|_|\___|_|\___(_)_|\___||___/___/
 *
 *                 styles for the main article page
 */
/****	blogArticleHero	****/
.blogArticleHeroWrap {
  width: 100%;
  position: relative;
  z-index: 0;
  border-bottom: 1px solid #eaeaea;
  background-color: #f6f6f6;
}
.blogArticleHeroWrap .blogArticleHero {
  padding-top: 425px;
  background-size: cover;
}
@media only screen and (max-width: 767px) {
  .blogArticleHeroWrap .blogArticleHero {
    padding-top: 50%;
  }
}
@media only screen and (max-width: 420px) {
  .blogArticleHeroWrap .blogArticleHeroWrap,
  .blogArticleHeroWrap .blogArticleHero {
    height: 210px;
  }
  .blogArticleHeroWrap .blogArticleHero {
    padding: 0;
  }
}
/****	blogArticleWrap	****/
.blogArticleWrap {
  padding-top: 18px;
}
@media only screen and (min-width: 768px) {
  .blogArticleWrap {
    padding-top: 42px;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1219px) {
  .blogArticleWrap {
    width: 66.66666667%;
  }
}
@media only screen and (min-width: 1220px) {
  .blogArticleWrap {
    width: 66.66666667%;
  }
}
/****	blogTitle ****/
.blogTitle_title {
  font-family: RobotoLight;
  font-size: 42px;
  line-height: 46px;
  letter-spacing: -0.02em;
  color: #444444;
  padding-bottom: 15px;
}
@media only screen and (max-width: 767px) {
  .blogTitle_title {
    font-size: 28px;
    line-height: 31px;
  }
}
.blogTitle_title .blogTag {
  display: none;
}
@media only screen and (min-width: 480px) {
  .blogTitle_title .blogTag {
    display: inline-block;
    margin-left: 6px;
    top: -5px;
    position: relative;
  }
}
/****	blogArticle
			 - spread the meta section over two lines, as in blogHomepageList
				 (except the other way round)																		 ****/
@media only screen and (max-width: 599px) {
  .blogArticleWrap .blogTitle .blogMeta_author_author,
  .blogArticleWrap .blogTitle .blogMeta_author_date {
    display: block;
    font-size: 11px;
    line-height: 14px;
    text-align: left;
  }
  .blogArticleWrap .blogTitle .blogMeta_author_author {
    padding-top: 6px;
  }
  .blogArticleWrap .blogTitle .blogMeta_author_date {
    padding-bottom: 6px;
  }
}
/****	blogContent	****/
/*
 *                   _             _     _
 *    ___ ___  _ __ | |_ ___ _ __ | |_  | | ___  ___ ___
 *   / __/ _ \| '_ \| __/ _ \ '_ \| __| | |/ _ \/ __/ __|
 *  | (_| (_) | | | | ||  __/ | | | |_ _| |  __/\__ \__ \
 *   \___\___/|_| |_|\__\___|_| |_|\__(_)_|\___||___/___/
 *
 *                          blog article content styles
 *
 */
.addthis_toolbox {
  display: block;
}
div.atclear {
  clear: none !important;
}
/****  ogImageWrap  ****/
.ogImageWrap {
  overflow: hidden;
  height: 0;
}
/****  blogContent  ****/
.blogContent {
  /*  First element after the addthis toolbar needs clearing  */
  color: #6e6e6e;
  padding-top: 24px;
}
.blogContent > :nth-child(2) {
  clear: left;
  margin-top: 20px;
}
.blogContent,
.blogContent p,
.blogContent li {
  font-size: 16px;
  line-height: 24px;
}
.blogContent p,
.blogContent ul,
.blogContent ol,
.blogContent h2,
.blogContent h3,
.blogContent blockquote {
  margin-bottom: 16px;
}
.blogContent strong {
  font-family: RobotoMedium;
}
.blogContent em {
  font-style: italic;
}
.blogContent a {
  color: #1d7ab7;
  border-bottom: 1px solid #e6e6e6;
  transition: border-color 0.13s linear;
}
.blogContent a.-noBtmBorder {
  border-bottom: none;
}
.blogContent a:hover {
  border-color: rgba(29, 122, 183, 0.6);
}
.blogContent h2 {
  font-size: 38px;
  line-height: 48px;
  margin-top: 50px;
  font-family: RobotoLight;
  color: #4b4b4b;
  letter-spacing: -0.04em;
}
.blogContent h3 {
  font-size: 18px;
  line-height: 24px;
  font-family: RobotoRegular;
  color: #4b4b4b;
}
@media only screen and (max-width: 767px) {
  .blogContent p,
  .blogContent li {
    font-size: 16px;
    line-height: 23px;
  }
  .blogContent p,
  .blogContent ul,
  .blogContent ol,
  .blogContent h2,
  .blogContent h3,
  .blogContent blockquote {
    margin-bottom: 15px;
  }
  .blogContent h2 {
    font-size: 26px;
    line-height: 30px;
  }
  .blogContent h3 {
    font-size: 18px;
    line-height: 22px;
  }
}
.blogContent ul {
  margin-left: 10px;
}
.blogContent ul li:before {
  content: "•";
  margin-right: 7px;
  font-size: 22px;
  line-height: 24px;
  vertical-align: middle;
}
.blogContent ol {
  margin-left: 10px;
  counter-reset: ol_Counter;
}
.blogContent ol li:before {
  content: counter(ol_Counter) '.';
  counter-increment: ol_Counter;
  margin-right: 7px;
  font-size: 13px;
  font-family: RobotoMedium;
}
.blogContent hr {
  display: none;
}
.blogContent img {
  max-width: 100%;
  border: 1px solid rgba(188, 188, 188, 0.2);
  box-sizing: border-box;
}
.blogContent img.no-border {
  border: none;
}
.blogContent img.center,
.blogContent img.aligncenter {
  display: block;
  margin: 0 auto;
}
.blogContent img.left,
.blogContent img.right,
.blogContent img.alignleft,
.blogContent img.alignright {
  max-width: 400px;
}
.blogContent img.left,
.blogContent img.alignleft {
  float: left;
  margin-right: 24px;
}
.blogContent img.right,
.blogContent img.alignright {
  float: right;
  margin-left: 24px;
}
.blogContent .image {
  font-size: 13px;
  line-height: 22px;
  color: #4b4b4b;
  font-family: RobotoLightItalic;
  margin-bottom: 16px;
  text-align: center;
}
.blogContent .image.left,
.blogContent .image.right {
  max-width: 400px;
}
.blogContent .image.left {
  float: left;
  margin-right: 24px;
}
.blogContent .image.right {
  float: right;
  margin-left: 24px;
}
.blogContent .image > img {
  display: block;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 auto;
  border: 1px solid #d3d3d3;
}
.blogContent .image > br {
  display: none;
}
@media only screen and (max-width: 767px) {
  .blogContent img.left,
  .blogContent .image.left,
  .blogContent img.alignleft,
  .blogContent img.right,
  .blogContent .image.right,
  .blogContent img.alignright {
    float: none;
    margin-left: 0;
    margin-right: 0;
    max-width: 100%;
  }
}
.blogContent blockquote {
  margin: 24px 0;
  border-left: 3px solid #1d7ab7;
  padding-left: 13px;
}
.blogContent blockquote > p {
  font-family: RobotoThin;
  font-size: 22px;
  line-height: 31px;
  color: #444444;
}
.blogContent blockquote > p::before,
.blogContent blockquote > p::after {
  font-family: Georgia;
  font-style: italic;
  font-size: 22px;
  line-height: 31px;
  background-color: #f9f9f9;
}
.blogContent blockquote > p > span {
  background-color: #f9f9f9;
}
.blogContent blockquote > p:first-child::before {
  content: "“";
  padding-right: 4px;
  float: left;
}
.blogContent blockquote > p:last-child::after {
  content: "”";
  padding-left: 2px;
}
.blogContent blockquote.pullquote {
  border-left: none;
  padding-left: 0;
}
.blogContent blockquote.pullquote *,
.blogContent blockquote.pullquote *::before,
.blogContent blockquote.pullquote *::after {
  color: #1d7ab7;
  background-color: transparent;
}
.blogContent blockquote.pullquote.right,
.blogContent blockquote.pullquote.left {
  width: 285px;
  margin: 0;
}
.blogContent blockquote.pullquote.left {
  float: left;
  margin-right: 24px;
}
.blogContent blockquote.pullquote.right {
  float: right;
  margin-left: 24px;
}
@media only screen and (max-width: 767px) {
  .blogContent blockquote.pullquote.left,
  .blogContent blockquote.pullquote.right {
    width: auto;
    float: none;
    margin-left: 0;
    margin-right: 0;
  }
  .blogContent blockquote > p {
    font-size: 21px;
    line-height: 30px;
  }
  .blogContent blockquote > p::before,
  .blogContent blockquote > p::after {
    font-size: 21px;
    line-height: 30px;
  }
}
.blogContent .byline {
  font-family: RobotoRegular;
  font-size: 13px;
  line-height: 13px;
  text-transform: uppercase;
  color: #1d7ab7;
  text-align: right;
  margin-top: -18px;
  margin-bottom: 24px;
}
.blogContent-news blockquote {
  border-color: #5fc3e6;
}
.blogContent-news blockquote .byline,
.blogContent-news blockquote.pullquote *,
.blogContent-news blockquote.pullquote *::before,
.blogContent-news blockquote.pullquote *::after {
  color: #5fc3e6;
}
.blogContent-news .byline {
  color: #5fc3e6;
}
.blogContent-knowledge blockquote {
  border-color: #f8485e;
}
.blogContent-knowledge blockquote.pullquote *,
.blogContent-knowledge blockquote.pullquote *::before,
.blogContent-knowledge blockquote.pullquote *::after {
  color: #f8485e;
}
.blogContent-knowledge .byline {
  color: #f8485e;
}
.blogContent-react blockquote {
  border-color: #f6be00;
}
.blogContent-react blockquote .byline,
.blogContent-react blockquote.pullquote *,
.blogContent-react blockquote.pullquote *::before,
.blogContent-react blockquote.pullquote *::after {
  color: #f6be00;
}
.blogContent-react blockquote > p {
  font-family: RobotoLight;
}
.blogContent-react .byline {
  color: #f6be00;
}
.blogContent table {
  width: 100%;
  margin: 24px 0;
}
.blogContent table thead > tr {
  border-top: 1px solid black;
  border-bottom: 1px solid black;
  font-family: RobotoRegular;
  font-size: 13px;
  line-height: 18px;
  color: #49494b;
  text-transform: uppercase;
}
.blogContent table thead th,
.blogContent table thead td {
  line-height: 20px;
  padding-top: 10px;
  padding-bottom: 10px;
}
.blogContent table tbody > tr {
  border-bottom: 1px dotted black;
  font-family: RobotoLight;
  font-size: 16px;
  line-height: 22px;
}
.blogContent table tbody > tr:nth-child(even) {
  background-color: #f2f2f2;
}
.blogContent table tbody > tr:last-child {
  border-bottom: 1px solid black;
}
.blogContent table td,
.blogContent table th {
  padding: 6px 7px;
  cursor: default;
}
.blogContent table td.hov,
.blogContent table th.hov {
  background-color: rgba(29, 122, 183, 0.8);
  color: white;
}
.blogContent table th.center,
.blogContent table td.center {
  text-align: center;
}
@media only screen and (max-width: 767px) {
  .blogContent .table {
    max-width: 100%;
    overflow-x: hidden;
  }
}
.blogContent iframe.twitter-tweet {
  margin: 32px auto !important;
}
/****  Two-click social sharing for the DE site  ****/
.blogContent .social_share_privacy,
.blogContent .social_share_privacy::after,
.blogContent .social_share_privacy ul {
  clear: none;
}
.blogContent .social_share_privacy li::before {
  content: "";
}
.blogContent .social_share_privacy ul {
  position: relative;
  top: -16px;
}
.blogContent .social_share_privacy::after {
  display: block;
  height: 20px;
  width: 100%;
}
/****  twitterCard  ****/
/***  Twitter card for 'tweetable tips' blog posts  ***/
div .twitterCard {
  display: table;
  background-color: #f2f2f2;
  padding: 24px 16px;
  margin-top: 24px;
  margin-bottom: 24px;
  margin-left: auto;
  margin-right: auto;
  max-width: 570px;
}
div .twitterCard a,
div .twitterCard img {
  border: none;
}
div .twitterCard_avatar,
div .twitterCard_content {
  display: table-cell;
  vertical-align: top;
}
div .twitterCard_avatar {
  width: 30%;
  padding-right: 1%;
  text-align: center;
}
div .twitterCard_avatar_img {
  max-width: 140px;
  border-radius: 100%;
  margin: 0 !important;
  margin-bottom: 9px !important;
  border: none;
}
div .twitterCard_avatar_name {
  font-size: 16px;
  line-height: 22px;
  font-family: RobotoRegular;
  margin: 0;
}
div .twitterCard_avatar_name a {
  color: #4b4949;
}
div .twitterCard_avatar_name a:hover {
  color: #1d7ab7;
}
div .twitterCard_content {
  font-family: RobotoLight;
  letter-spacing: 0.01em;
  color: #4b4949;
}
div .twitterCard_content p,
div .twitterCard_content li {
  font-size: 14px;
  line-height: 20px;
}
div .twitterCard_content ol {
  /*list-style-type: decimal;*/
  margin-left: 25px;
}
div .twitterCard_content strong {
  font-family: RobotoRegular;
  font-weight: normal;
}
div .twitterCard_content h3 {
  font-size: 28px;
  line-height: 28px;
  margin-bottom: 8px;
  font-family: RobotoLight;
  font-weight: normal;
}
div .twitterCard_content p {
  margin-bottom: 12px;
}
div .twitterCard_content li {
  font-size: 14px;
  margin-bottom: 8px;
}
@media only screen and (max-width: 480px) {
  div .twitterCard {
    display: block;
  }
  div .twitterCard_avatar,
  div .twitterCard_content {
    display: block;
  }
  div .twitterCard_avatar {
    width: auto;
    padding-right: 0;
    text-align: center;
    margin-bottom: 12px;
  }
  div .twitterCard_avatar_img {
    max-width: 100px;
  }
  div .twitterCard_content h3 {
    text-align: center;
    margin-bottom: 16px;
  }
}
/****	blogAuthorSection	***/
.blogAuthorSection {
  margin-top: 36px;
  border-top: 1px dotted #b4b4b4;
  padding-top: 36px;
}
.blogAuthorSection h3 {
  font-family: RobotoBold;
  font-size: 12px;
  text-transform: uppercase;
  color: #444444;
  letter-spacing: 0.03em;
}
.blogAuthorSection .authorAbout a {
  color: #1d7ab7;
}
.blogAuthorSection .authorAbout_avatar {
  width: 100px;
  height: 100px;
  float: left;
  margin-right: 18px;
}
.blogAuthorSection .authorAbout_avatar {
  max-width: 100%;
  max-height: 100%;
  border-radius: 100%;
}
.blogAuthorSection .authorAbout_bio_name a {
  color: #444444;
}
.blogAuthorSection .authorAbout_bio_name a:hover {
  color: #1d7ab7;
}
.blogAuthorSection .authorAbout_bio_twitter {
  margin-bottom: 12px;
}
.blogAuthorSection .authorAbout_bio_twitter_link {
  color: #1d7ab7;
  font-family: RobotoLight;
  font-size: 14px;
}
.blogAuthorSection .authorAbout_bio_twitter .svgIcon {
  width: 16px;
  height: 15px;
  vertical-align: middle;
}
.blogAuthorSection .authorAbout_bio_twitter .svgIcon svg {
  fill: #1d7ab7;
}
.blogAuthorSection .authorAbout_bio_bio {
  font-size: 13px;
  line-height: 17px;
  font-weight: normal;
  font-family: ArialMT, Arial, sans-serif;
  color: #6e6e6e;
  margin-left: 118px;
}
.blogAuthorSection .authorMoreFrom_title {
  margin-bottom: 12px;
}
.blogAuthorSection .authorMoreFrom_list_item {
  font-size: 13px;
  line-height: 17px;
  margin-bottom: 6px;
}
.blogAuthorSection .authorMoreFrom_list_item > a {
  font-size: 13px;
  font-weight: normal;
  font-family: ArialMT, Arial, sans-serif;
  color: #6e6e6e;
  color: #1d7ab7;
}
.blogAuthorSection .authorMoreFrom_list_item > a:hover {
  text-decoration: underline;
}
@media only screen and (max-width: 479px) {
  .blogAuthorSection .authorMoreFrom {
    display: block;
    margin-top: 20px;
  }
}
@media only screen and (min-width: 480px) {
  .blogAuthorSection {
    display: table;
  }
  .blogAuthorSection > div {
    display: table-cell;
  }
  .blogAuthorSection .authorAbout {
    width: 370px;
    padding-right: 60px;
  }
  .blogAuthorSection .authorMoreFrom {
    width: 370px;
  }
  .blogAuthorSection .authorMoreFrom_title {
    margin-bottom: 22px;
  }
}
/****	AddThis toolbox	****/
.addthis_toolbox {
  display: none;
  /**	Our JS adds the class '-ready' to the AddThis toolbox once initialized	**/
  /**	We also swap the position of the toolbox in JS depending on window size	**/
}
.addthis_toolbox.-ready {
  display: block;
}
.addthis_toolbox.-desktop {
  float: right;
  margin-top: 5px;
  height: 22px;
}
@media only screen and (max-width: 599px) {
  .addthis_toolbox.-desktop {
    margin-top: 9px;
  }
}
.addthis_toolbox.-desktop .at-icon-wrapper {
  width: 22px !important;
  height: 22px !important;
}
.addthis_toolbox.-desktop .at-icon-wrapper > svg {
  width: 100% !important;
  height: 100% !important;
}
.addthis_toolbox.-desktop.addthis_32x32_style a.addthis_bubble_style {
  background-image: none !important;
  width: 22px !important;
  height: 22px !important;
  padding-left: 0 !important;
  margin-left: 4px !important;
  border-radius: 100% !important;
  border: 1px solid #eaeaea;
  margin-top: -1px;
}
.addthis_toolbox.-desktop.addthis_32x32_style a.addthis_bubble_style a.addthis_button_expanded {
  width: 22px !important;
  height: 22px !important;
  line-height: 22px !important;
  font-family: RobotoRegular;
  font-weight: normal;
  font-size: 12px;
  text-align: center;
  color: #6a6a6a;
}
/* cta-button for compatibility */
a.cta-button {
  background-color: #4277AC;
  background-image: url('/wp-content/themes/brandwatch/images/cta-banner-new/white-arrow.svg');
  background-position: right 15px center;
  background-repeat: no-repeat;
  border: none;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'RobotoLight';
  font-size: 24px;
  font-weight: normal;
  height: 55px;
  letter-spacing: 0.05em;
  line-height: 55px;
  margin: 0;
  overflow: hidden;
  padding-bottom: 0;
  padding-left: 15px;
  padding-right: 38px;
  padding-top: 0;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
}
a.cta-button:hover {
  background-color: #2a6393;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  a.cta-button {
    background-size: auto 17px;
    font-size: 19px;
    height: 44px;
    line-height: 44px;
    padding-right: 35px;
  }
}
@media only screen and (max-width: 767px) {
  a.cta-button {
    background-size: auto 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
  }
}
/*
 *            _       _           _    _         _   _      _             _
 *   _ __ ___| | __ _| |_ ___  __| |  / \   _ __| |_(_) ___| | ___  ___  | | ___  ___ ___
 *  | '__/ _ \ |/ _` | __/ _ \/ _` | / _ \ | '__| __| |/ __| |/ _ \/ __| | |/ _ \/ __/ __|
 *  | | |  __/ | (_| | ||  __/ (_| |/ ___ \| |  | |_| | (__| |  __/\__ \_| |  __/\__ \__ \
 *  |_|  \___|_|\__,_|\__\___|\__,_/_/   \_\_|   \__|_|\___|_|\___||___(_)_|\___||___/___/
 *
 *                               the 'related articles' component at the bottom of posts
 *
 */
.relatedArticlesWrap {
  height: 310px;
  background-color: #eaeaea;
}
.relatedArticlesWrap_inner {
  max-width: 1220px;
  margin: 0 auto;
}
.relatedArticles {
  padding: 0 20px;
  padding-top: 28px;
}
.relatedArticles_inner {
  position: relative;
}
.relatedArticles_header {
  font-family: RobotoLight;
  font-size: 32px;
  line-height: 100%;
  color: #444444;
  letter-spacing: -0.02em;
  margin-bottom: 34px;
}
.relatedArticles_header > strong {
  font-family: RobotoRegular;
}
.relatedArticles_slider {
  position: relative;
  margin: 0 auto;
  overflow: hidden;
}
.relatedArticles_slider_inner {
  transition: transform 0.4s ease-in-out;
}
.relatedArticles_sliderBtn {
  position: absolute;
  top: 100px;
  cursor: pointer;
}
.relatedArticles_sliderBtn-prev {
  left: 0;
}
.relatedArticles_sliderBtn-next {
  right: 0;
}
.relatedArticles_sliderBtn .svgIcon {
  width: 21px;
  height: 42px;
}
.relatedArticles_sliderBtn svg {
  stroke: #208ec4;
  transition: stroke 0.15s ease-out;
}
.relatedArticles_sliderBtn.-disabled {
  cursor: default;
}
.relatedArticles_sliderBtn.-disabled svg {
  stroke: #cecece;
}
.relatedArticles .suggestedRead {
  float: left;
}
.relatedArticles .suggestedRead:last-of-type {
  margin-right: 0;
}
@media only screen and (max-width: 479px) {
  .relatedArticles_slider {
    width: 78.125%;
  }
  .relatedArticles_slider_inner {
    width: 1376%;
  }
  .relatedArticles .suggestedRead {
    width: 7.26744186%;
    margin-right: 1.1627907%;
  }
  .relatedArticles_header {
    text-align: center;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  .relatedArticles_slider {
    width: 70.83333333%;
  }
  .relatedArticles_slider_inner {
    width: 658.82352941%;
  }
  .relatedArticles .suggestedRead {
    width: 6.69642857%;
    margin-right: 1.78571429%;
  }
  .relatedArticles_header {
    text-align: center;
  }
}
@media only screen and (min-width: 768px) and (max-width: 979px) {
  .relatedArticles_slider {
    width: 91.14583333%;
  }
  .relatedArticles_slider_inner {
    width: 408.57142857%;
  }
  .relatedArticles .suggestedRead {
    width: 7.69230769%;
    margin-right: 0.6993007%;
  }
}
@media only screen and (min-width: 980px) and (max-width: 1219px) {
  .relatedArticles_slider {
    width: 83.67346939%;
  }
  .relatedArticles_slider_inner {
    width: 304.87804878%;
  }
  .relatedArticles .suggestedRead {
    width: 7.6%;
    margin-right: 0.8%;
  }
}
@media only screen and (min-width: 1220px) {
  .relatedArticles_slider {
    width: 87.33333333%;
  }
  .relatedArticles_slider_inner {
    width: 304.58015267%;
  }
  .relatedArticles .suggestedRead {
    width: 7.64411028%;
    margin-right: 0.7518797%;
  }
}
/*                           _       _
 *   ___  ___  __ _ _ __ ___| |__   | | ___  ___ ___
 *  / __|/ _ \/ _` | '__/ __| '_ \  | |/ _ \/ __/ __|
 *  \__ \  __/ (_| | | | (__| | | |_| |  __/\__ \__ \
 *  |___/\___|\__,_|_|  \___|_| |_(_)_|\___||___/___/
 *
 *                             the blog search page
 *
 */
.blogSearchResultsWrap {
  padding-top: 34px;
}
@media only screen and (min-width: 980px) and (max-width: 1219px) {
  .blogSearchResultsWrap {
    width: 66.66666667%;
  }
}
@media only screen and (min-width: 1220px) {
  .blogSearchResultsWrap {
    width: 66.66666667%;
  }
}
.blogSearchHeader {
  margin-bottom: 40px;
}
.blogSearchHeader_form {
  display: table;
  width: 100%;
}
.blogSearchHeader_form > * {
  display: table-cell;
}
.blogSearchHeader_form_dropdownWrap {
  width: 160px;
  padding-left: 24px;
  position: relative;
}
.blogSearchHeader_form_dropdownWrap .svgIcon {
  position: absolute;
  top: 23px;
  right: 8px;
  width: 15px;
  height: 12px;
  fill: #1d7ab7;
}
.blogSearchHeader_form_query {
  width: 100%;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  border-bottom: 1px solid #666;
  font-size: 32px;
  line-height: 42px;
  font-family: RobotoLight;
  color: #4b4b4b;
}
.blogSearchHeader_form_query:focus {
  outline: none;
}
.blogSearchHeader_form_queryHighlight {
  background-color: #1d7ab7;
  transform: translateY(-2px);
  opacity: 0;
  transition: opacity 0.12s linear, transform 0.12s linear;
  height: 3px;
  top: -1px;
  position: relative;
}
.blogSearchHeader_form_query:focus + .blogSearchHeader_form_queryHighlight {
  transform: none;
  opacity: 1;
}
.blogSearchHeader_form_sort {
  width: 100%;
  line-height: 26px;
  height: 26px;
  box-sizing: border-box;
  padding: 0 12px;
  border: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  color: #444449;
  background-color: #eaeaea;
  border-radius: 0;
  border-bottom: 1px solid #dddddd;
  text-transform: uppercase;
}
.blogSearchHeader_form_sort > * {
  text-transform: none;
}
.blogSearchHeader_form_sort::-ms-expand {
  display: none;
}
.blogSearchResult {
  clear: left;
  margin-bottom: 40px;
  color: #353535;
}
.blogSearchResult strong {
  font-family: RobotoMedium;
}
.blogSearchResult_imageWrap {
  float: left;
  width: 200px;
  height: 96px;
  margin-right: 20px;
  background-color: #eaeaea;
}
.blogSearchResult_image {
  width: 100%;
  height: 100%;
  position: relative;
  background-size: cover;
}
.blogSearchResult_details {
  margin-left: 220px;
  position: relative;
  top: -1px;
}
.blogSearchResult_details_author {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 12px;
  margin-bottom: 6px;
  font-family: RobotoRegular;
}
.blogSearchResult_details_author > a {
  color: #1d7ab7;
}
.blogSearchResult_details_author > a:hover {
  font-family: RobotoMedium;
}
.blogSearchResult_details_author sup {
  vertical-align: baseline;
  font-size: inherit;
}
.blogSearchResult_details_title {
  font-size: 22px;
  line-height: 25px;
  margin-bottom: 8px;
}
.blogSearchResult_details_title_link {
  color: inherit;
}
.blogSearchResult_details_title_link:hover {
  color: #1d7ab7;
}
.blogSearchResult_details_excerpt {
  color: #6e6e6e;
  font-family: Arial, sans-serif;
  font-size: 13px;
  line-height: 16px;
}
.blogSearchResult_details_excerpt > a {
  color: inherit;
}
.blogSearchResult_details_excerpt:hover {
  color: #1d7ab7;
}
.blogSearchResult .blogTag {
  vertical-align: bottom;
  cursor: pointer;
}
/* blogAlsoLike */
hr.blogAlsoLike_divider {
  border: none;
  border-top: 1px dotted #b4b4b4;
  clear: left;
  display: block;
  height: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  outline: none;
  width: 100%;
}
hr.blogAlsoLike_divider:last-child,
hr.blogAlsoLike_divider + hr.blogAlsoLike_divider,
hr.blogCtaBanner_divider + hr.blogAlsoLike_divider {
  display: none;
}
a.blogAlsoLike {
  background-color: #efefef;
  border: none;
  clear: left;
  display: block;
  height: 245px;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
  text-decoration: none;
}
a.blogAlsoLike * {
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  padding: 0;
}
a.blogAlsoLike .blogAlsoLike_tag {
  border: none;
  border-radius: 3px;
  color: #fff;
  font-family: 'RobotoRegular';
  font-size: 11px;
  font-weight: normal;
  left: 15px;
  line-height: 12px;
  padding: 4px 9px;
  position: absolute;
  text-transform: uppercase;
  top: 15px;
}
a.blogAlsoLike .blogAlsoLike_tag-study {
  background-color: #FF586F;
}
a.blogAlsoLike .blogAlsoLike_img {
  background-position: center;
  background-size: cover;
  height: 100%;
  left: 0;
  margin-right: 40px;
  position: absolute;
  top: 0;
  width: 450px;
}
a.blogAlsoLike .blogAlsoLike_text {
  padding-left: 485px;
  padding-right: 30px;
  padding-top: 40px;
}
a.blogAlsoLike .blogAlsoLike_text_heading {
  color: #4B4B4B;
  font-family: 'RobotoThin';
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 42px;
  margin-bottom: 10px;
}
a.blogAlsoLike .blogAlsoLike_text_title {
  color: #4B4B4B;
  font-family: 'RobotoLight';
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 25px;
  margin-bottom: 10px;
}
a.blogAlsoLike .blogAlsoLike_text_heading strong,
a.blogAlsoLike .blogAlsoLike_text_title strong {
  font-family: 'RobotoMedium';
  font-weight: normal;
}
a.blogAlsoLike .blogAlsoLike_text_button {
  background-image: url('/wp-content/themes/brandwatch/images/cta-banner-new/blue-circle-arrow.svg');
  background-position: right center;
  color: #2c77bb;
  display: inline-block;
  font-family: 'RobotoMedium';
  font-size: 14px;
  font-weight: normal;
  letter-spacing: 0.03em;
  padding-right: 25px;
  text-transform: uppercase;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  a.blogAlsoLike {
    height: 195px;
  }
  a.blogAlsoLike .blogAlsoLike_img {
    width: 356px;
  }
  a.blogAlsoLike .blogAlsoLike_text {
    padding-left: 380px;
    padding-right: 20px;
    padding-top: 30px;
  }
  a.blogAlsoLike .blogAlsoLike_text_heading {
    font-size: 32px;
    line-height: 34px;
  }
  a.blogAlsoLike .blogAlsoLike_text_title {
    font-size: 15px;
    line-height: 19px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  a.blogAlsoLike {
    height: 125px;
  }
  a.blogAlsoLike .blogAlsoLike_img {
    width: 230px;
  }
  a.blogAlsoLike .blogAlsoLike_text {
    padding-left: 245px;
    padding-right: 15px;
    padding-top: 12px;
  }
  a.blogAlsoLike .blogAlsoLike_text_heading {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  a.blogAlsoLike .blogAlsoLike_text_title {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 6px;
  }
  a.blogAlsoLike .blogAlsoLike_text_button {
    font-size: 13px;
    padding-right: 24px;
  }
}
@media only screen and (max-width: 479px) {
  a.blogAlsoLike {
    height: auto;
  }
  a.blogAlsoLike .blogAlsoLike_img {
    height: 160px;
    margin: 0;
    position: static;
    width: 100%;
  }
  a.blogAlsoLike .blogAlsoLike_text {
    padding-bottom: 20px;
    padding-left: 15px;
    padding-right: 15px;
    padding-top: 16px;
    text-align: center;
  }
  a.blogAlsoLike .blogAlsoLike_text_heading {
    font-size: 22px;
    line-height: 24px;
    margin-bottom: 6px;
  }
  a.blogAlsoLike .blogAlsoLike_text_title {
    font-size: 13px;
    line-height: 15px;
    margin-bottom: 6px;
  }
  a.blogAlsoLike .blogAlsoLike_text_button {
    font-size: 13px;
    padding-right: 24px;
  }
}
/* blogCtaBanner_divider */
hr.blogCtaBanner_divider {
  border: none;
  border-top: 1px dotted #b4b4b4;
  clear: left;
  display: block;
  height: 0;
  margin-bottom: 30px;
  margin-top: 30px;
  outline: none;
  width: 100%;
}
hr.blogCtaBanner_divider:last-child,
hr.blogCtaBanner_divider + hr.blogCtaBanner_divider,
hr.blogAlsoLike_divider + hr.blogCtaBanner_divider {
  display: none;
}
/* blogCtaBanner-type1 */
div.blogCtaBanner-type1 {
  background-color: #0D1F2A;
  background-image: url('/wp-content/themes/brandwatch/images/cta-banner-new/resources-cta-banner-bg.jpg');
  background-repeat: no-repeat;
  background-size: cover;
  clear: left;
  height: 350px;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
}
div.blogCtaBanner-type1 * {
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  padding: 0;
}
div.blogCtaBanner-type1 .blogCtaBanner-type1_img {
  bottom: 0;
  box-shadow: 0px 0px 40px #0D1F2A;
  display: block;
  height: 315px !important;
  left: 50px;
  position: absolute;
  width: 255px !important;
  z-index: 2;
}
div.blogCtaBanner-type1 .blogCtaBanner-type1_text {
  bottom: 50px;
  padding-left: 350px;
  padding-right: 40px;
  position: absolute;
}
div.blogCtaBanner-type1 .blogCtaBanner-type1_heading {
  color: #fff;
  font-family: 'RobotoThin';
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 42px;
  margin-bottom: 10px;
}
div.blogCtaBanner-type1 .blogCtaBanner-type1_content {
  color: #fff;
  font-family: 'RobotoLight';
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 25px;
  margin-bottom: 25px;
}
div.blogCtaBanner-type1 .blogCtaBanner-type1_heading strong {
  display: block;
  font-family: 'RobotoMedium';
  font-weight: normal;
}
div.blogCtaBanner-type1 .blogCtaBanner-type1_content strong {
  font-family: 'RobotoMedium';
  font-weight: normal;
}
div.blogCtaBanner-type1 .blogCtaBanner-type1_button {
  background-color: #1d7ab7;
  background-image: url('/wp-content/themes/brandwatch/images/cta-banner-new/white-arrow.svg');
  background-position: right 15px center;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'RobotoLight';
  font-size: 24px;
  font-weight: normal;
  height: 55px;
  letter-spacing: 0.05em;
  line-height: 55px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
}
div.blogCtaBanner-type1 .blogCtaBanner-type1_button:hover {
  background-color: #03598e;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  div.blogCtaBanner-type1 {
    height: 280px;
  }
  div.blogCtaBanner-type1 .blogCtaBanner-type1_img {
    box-shadow: 0px 0px 30px #0D1F2A;
    height: 252px !important;
    left: 40px;
    width: 204px !important;
  }
  div.blogCtaBanner-type1 .blogCtaBanner-type1_text {
    bottom: 40px;
    padding-left: 280px;
  }
  div.blogCtaBanner-type1 .blogCtaBanner-type1_heading {
    font-size: 32px;
    line-height: 34px;
  }
  div.blogCtaBanner-type1 .blogCtaBanner-type1_content {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  div.blogCtaBanner-type1 .blogCtaBanner-type1_button {
    background-size: auto 17px;
    font-size: 19px;
    height: 44px;
    line-height: 44px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  div.blogCtaBanner-type1 {
    height: 240px;
  }
  div.blogCtaBanner-type1 .blogCtaBanner-type1_img {
    box-shadow: 0px 0px 20px #0D1F2A;
    height: 210px !important;
    left: 20px;
    width: 170px !important;
  }
  div.blogCtaBanner-type1 .blogCtaBanner-type1_text {
    bottom: 30px;
    padding-left: 210px;
    padding-right: 20px;
  }
  div.blogCtaBanner-type1 .blogCtaBanner-type1_heading {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  div.blogCtaBanner-type1 .blogCtaBanner-type1_content {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  div.blogCtaBanner-type1 .blogCtaBanner-type1_button {
    background-size: auto 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 479px) {
  div.blogCtaBanner-type1 {
    height: auto;
    padding-top: 20px;
  }
  div.blogCtaBanner-type1 .blogCtaBanner-type1_img {
    bottom: auto;
    box-shadow: 0px 0px 20px #0D1F2A;
    height: 220px !important;
    left: auto;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 170px !important;
  }
  div.blogCtaBanner-type1 .blogCtaBanner-type1_text {
    padding-bottom: 30px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 20px;
    position: static;
    text-align: center;
  }
  div.blogCtaBanner-type1 .blogCtaBanner-type1_heading {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  div.blogCtaBanner-type1 .blogCtaBanner-type1_content {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  div.blogCtaBanner-type1 .blogCtaBanner-type1_button {
    background-size: auto 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
  }
}
/* blogCtaBanner-type2 */
div.blogCtaBanner-type2 {
  background-color: #156199;
  background-image: url('/wp-content/themes/brandwatch/images/cta-banner-new/analytics-cta-banner.svg');
  background-position: right -85px bottom;
  background-repeat: no-repeat;
  background-size: 395px;
  clear: left;
  height: 350px;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
}
div.blogCtaBanner-type2 * {
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  padding: 0;
}
div.blogCtaBanner-type2 .blogCtaBanner-type2_text {
  bottom: 70px;
  padding-left: 40px;
  padding-right: 350px;
  position: absolute;
}
div.blogCtaBanner-type2 .blogCtaBanner-type2_heading {
  color: #fff;
  font-family: 'RobotoThin';
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 42px;
  margin-bottom: 10px;
}
div.blogCtaBanner-type2 .blogCtaBanner-type2_content {
  color: #fff;
  font-family: 'RobotoLight';
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 25px;
  margin-bottom: 25px;
}
div.blogCtaBanner-type2 .blogCtaBanner-type2_heading strong,
div.blogCtaBanner-type2 .blogCtaBanner-type2_content strong {
  font-family: 'RobotoMedium';
  font-weight: normal;
}
div.blogCtaBanner-type2 .blogCtaBanner-type2_button {
  background-color: #3190dd;
  background-image: url('/wp-content/themes/brandwatch/images/cta-banner-new/white-arrow.svg');
  background-position: right 15px center;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'RobotoLight';
  font-size: 24px;
  font-weight: normal;
  height: 55px;
  letter-spacing: 0.05em;
  line-height: 55px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
}
div.blogCtaBanner-type2 .blogCtaBanner-type2_button:hover {
  background-color: #00364e;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  div.blogCtaBanner-type2 {
    background-position: right -75px bottom;
    background-size: 315px;
    height: 280px;
  }
  div.blogCtaBanner-type2 .blogCtaBanner-type2_text {
    bottom: 60px;
    padding-right: 270px;
  }
  div.blogCtaBanner-type2 .blogCtaBanner-type2_heading {
    font-size: 32px;
    line-height: 34px;
  }
  div.blogCtaBanner-type2 .blogCtaBanner-type2_content {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  div.blogCtaBanner-type2 .blogCtaBanner-type2_button {
    background-size: auto 17px;
    font-size: 19px;
    height: 44px;
    line-height: 44px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  div.blogCtaBanner-type2 {
    background-position: right -72px bottom;
    background-size: 262px;
    height: 230px;
  }
  div.blogCtaBanner-type2 .blogCtaBanner-type2_text {
    bottom: 25px;
    padding-left: 20px;
    padding-right: 210px;
  }
  div.blogCtaBanner-type2 .blogCtaBanner-type2_heading {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  div.blogCtaBanner-type2 .blogCtaBanner-type2_heading strong {
    display: block;
  }
  div.blogCtaBanner-type2 .blogCtaBanner-type2_content {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  div.blogCtaBanner-type2 .blogCtaBanner-type2_button {
    background-size: auto 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 479px) {
  div.blogCtaBanner-type2 {
    background-position: right -2px bottom;
    background-size: auto 200px;
    height: auto;
  }
  div.blogCtaBanner-type2 .blogCtaBanner-type2_text {
    padding-bottom: 230px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    position: static;
    text-align: center;
  }
  div.blogCtaBanner-type2 .blogCtaBanner-type2_heading {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  div.blogCtaBanner-type2 .blogCtaBanner-type2_content {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  div.blogCtaBanner-type2 .blogCtaBanner-type2_button {
    background-size: auto 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
  }
}
/* blogCtaBanner-type3 */
div.blogCtaBanner-type3 {
  background-color: #01374e;
  background-image: url('/wp-content/themes/brandwatch/images/cta-banner-new/recruitment-cta-banner.svg');
  background-position: -20px center;
  background-repeat: no-repeat;
  background-size: 320px;
  clear: left;
  height: 350px;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
}
div.blogCtaBanner-type3 * {
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  padding: 0;
}
div.blogCtaBanner-type3 .blogCtaBanner-type3_text {
  bottom: 70px;
  padding-left: 350px;
  padding-right: 40px;
  position: absolute;
}
div.blogCtaBanner-type3 .blogCtaBanner-type3_heading {
  color: #fff;
  font-family: 'RobotoThin';
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 42px;
  margin-bottom: 10px;
}
div.blogCtaBanner-type3 .blogCtaBanner-type3_content {
  color: #fff;
  font-family: 'RobotoLight';
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 25px;
  margin-bottom: 25px;
}
div.blogCtaBanner-type3 .blogCtaBanner-type3_heading strong,
div.blogCtaBanner-type3 .blogCtaBanner-type3_content strong {
  font-family: 'RobotoMedium';
  font-weight: normal;
}
div.blogCtaBanner-type3 .blogCtaBanner-type3_button {
  background-color: #e71c77;
  background-image: url('/wp-content/themes/brandwatch/images/cta-banner-new/white-arrow.svg');
  background-position: right 15px center;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'RobotoLight';
  font-size: 24px;
  font-weight: normal;
  height: 55px;
  letter-spacing: 0.05em;
  line-height: 55px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
}
div.blogCtaBanner-type3 .blogCtaBanner-type3_button:hover {
  background-color: #c90e6c;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  div.blogCtaBanner-type3 {
    background-position: -15px center;
    background-size: 255px;
    height: 280px;
  }
  div.blogCtaBanner-type3 .blogCtaBanner-type3_text {
    bottom: 60px;
    padding-left: 280px;
  }
  div.blogCtaBanner-type3 .blogCtaBanner-type3_heading {
    font-size: 32px;
    line-height: 34px;
  }
  div.blogCtaBanner-type3 .blogCtaBanner-type3_content {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  div.blogCtaBanner-type3 .blogCtaBanner-type3_button {
    background-size: auto 17px;
    font-size: 19px;
    height: 44px;
    line-height: 44px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  div.blogCtaBanner-type3 {
    background-position: -20px center;
    background-size: 210px;
    height: 230px;
  }
  div.blogCtaBanner-type3 .blogCtaBanner-type3_text {
    bottom: 35px;
    padding-left: 210px;
    padding-right: 20px;
  }
  div.blogCtaBanner-type3 .blogCtaBanner-type3_heading {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  div.blogCtaBanner-type3 .blogCtaBanner-type3_content {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  div.blogCtaBanner-type3 .blogCtaBanner-type3_button {
    background-size: auto 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 479px) {
  div.blogCtaBanner-type3 {
    background-position: center 20px;
    background-size: auto 200px;
    height: auto;
  }
  div.blogCtaBanner-type3 .blogCtaBanner-type3_text {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 240px;
    position: static;
    text-align: center;
  }
  div.blogCtaBanner-type3 .blogCtaBanner-type3_heading {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  div.blogCtaBanner-type3 .blogCtaBanner-type3_content {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  div.blogCtaBanner-type3 .blogCtaBanner-type3_button {
    background-size: auto 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
  }
}
/* blogCtaBanner-type4 */
div.blogCtaBanner-type4 {
  background-color: #2b2b2b;
  background-image: url('/wp-content/themes/brandwatch/images/cta-banner-new/vizia-cta-banner.svg');
  background-position: -95px bottom;
  background-repeat: no-repeat;
  background-size: 395px;
  clear: left;
  height: 350px;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
}
div.blogCtaBanner-type4 * {
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  padding: 0;
}
div.blogCtaBanner-type4 .blogCtaBanner-type4_text {
  bottom: 70px;
  padding-left: 350px;
  padding-right: 40px;
  position: absolute;
}
div.blogCtaBanner-type4 .blogCtaBanner-type4_heading {
  color: #fff;
  font-family: 'RobotoThin';
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 42px;
  margin-bottom: 10px;
}
div.blogCtaBanner-type4 .blogCtaBanner-type4_content {
  color: #fff;
  font-family: 'RobotoLight';
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 25px;
  margin-bottom: 25px;
}
div.blogCtaBanner-type4 .blogCtaBanner-type4_heading strong,
div.blogCtaBanner-type4 .blogCtaBanner-type4_content strong {
  font-family: 'RobotoMedium';
  font-weight: normal;
}
div.blogCtaBanner-type4 .blogCtaBanner-type4_button {
  background-color: #d8e520;
  background-image: url('/wp-content/themes/brandwatch/images/cta-banner-new/dark-arrow.svg');
  background-position: right 15px center;
  border-radius: 3px;
  color: #2b2b2b;
  display: inline-block;
  font-family: 'RobotoLight';
  font-size: 24px;
  font-weight: normal;
  height: 55px;
  letter-spacing: 0.05em;
  line-height: 55px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
}
div.blogCtaBanner-type4 .blogCtaBanner-type4_button:hover {
  background-color: #ccc717;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  div.blogCtaBanner-type4 {
    background-size: 315px;
    background-position: -75px bottom;
    height: 280px;
  }
  div.blogCtaBanner-type4 .blogCtaBanner-type4_text {
    bottom: 60px;
    padding-left: 280px;
  }
  div.blogCtaBanner-type4 .blogCtaBanner-type4_heading {
    font-size: 32px;
    line-height: 34px;
  }
  div.blogCtaBanner-type4 .blogCtaBanner-type4_content {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  div.blogCtaBanner-type4 .blogCtaBanner-type4_button {
    background-size: auto 17px;
    font-size: 19px;
    height: 44px;
    line-height: 44px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  div.blogCtaBanner-type4 {
    background-position: -72px bottom;
    background-size: 262px;
    height: 230px;
  }
  div.blogCtaBanner-type4 .blogCtaBanner-type4_text {
    bottom: 35px;
    padding-left: 210px;
    padding-right: 20px;
  }
  div.blogCtaBanner-type4 .blogCtaBanner-type4_heading {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  div.blogCtaBanner-type4 .blogCtaBanner-type4_content {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  div.blogCtaBanner-type4 .blogCtaBanner-type4_button {
    background-size: auto 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 479px) {
  div.blogCtaBanner-type4 {
    background-position: -2px bottom;
    background-size: auto 200px;
    height: auto;
  }
  div.blogCtaBanner-type4 .blogCtaBanner-type4_text {
    padding-bottom: 230px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    position: static;
    text-align: center;
  }
  div.blogCtaBanner-type4 .blogCtaBanner-type4_heading {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  div.blogCtaBanner-type4 .blogCtaBanner-type4_content {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  div.blogCtaBanner-type4 .blogCtaBanner-type4_button {
    background-size: auto 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
  }
}
/* blogCtaBanner-type6 */
div.blogCtaBanner-type6 {
  background-color: #000;
  background-image: url('/wp-content/themes/brandwatch/images/cta-banner-new/signals-cta-banner.jpg');
  background-position: 50px top;
  background-repeat: no-repeat;
  background-size: 255px;
  clear: left;
  height: 350px;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
}
div.blogCtaBanner-type6 * {
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  padding: 0;
}
div.blogCtaBanner-type6 .blogCtaBanner-type6_text {
  bottom: 70px;
  padding-left: 350px;
  padding-right: 40px;
  position: absolute;
}
div.blogCtaBanner-type6 .blogCtaBanner-type6_heading {
  color: #fff;
  font-family: 'RobotoThin';
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 42px;
  margin-bottom: 10px;
}
div.blogCtaBanner-type6 .blogCtaBanner-type6_content {
  color: #fff;
  font-family: 'RobotoLight';
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 25px;
  margin-bottom: 25px;
}
div.blogCtaBanner-type6 .blogCtaBanner-type6_heading strong {
  font-family: 'RobotoMedium';
  font-weight: normal;
}
div.blogCtaBanner-type6 .blogCtaBanner-type6_content strong {
  display: block;
  font-family: 'RobotoMedium';
  font-weight: normal;
}
div.blogCtaBanner-type6 .blogCtaBanner-type6_button {
  background-color: #FF0062;
  background-image: url('/wp-content/themes/brandwatch/images/cta-banner-new/white-arrow.svg');
  background-position: right 15px center;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'RobotoLight';
  font-size: 24px;
  font-weight: normal;
  height: 55px;
  letter-spacing: 0.05em;
  line-height: 55px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
}
div.blogCtaBanner-type6 .blogCtaBanner-type6_button:hover {
  background-color: #ce0557;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  div.blogCtaBanner-type6 {
    background-position: 35px top;
    background-size: 210px;
    height: 280px;
  }
  div.blogCtaBanner-type6 .blogCtaBanner-type6_text {
    bottom: 60px;
    padding-left: 280px;
  }
  div.blogCtaBanner-type6 .blogCtaBanner-type6_heading {
    font-size: 32px;
    line-height: 34px;
  }
  div.blogCtaBanner-type6 .blogCtaBanner-type6_content {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  div.blogCtaBanner-type6 .blogCtaBanner-type6_button {
    background-size: auto 17px;
    font-size: 19px;
    height: 44px;
    line-height: 44px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  div.blogCtaBanner-type6 {
    background-position: 25px top;
    background-size: 160px;
    height: 230px;
  }
  div.blogCtaBanner-type6 .blogCtaBanner-type6_text {
    bottom: 35px;
    padding-left: 210px;
    padding-right: 20px;
  }
  div.blogCtaBanner-type6 .blogCtaBanner-type6_heading {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  div.blogCtaBanner-type6 .blogCtaBanner-type6_content {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  div.blogCtaBanner-type6 .blogCtaBanner-type6_button {
    background-size: auto 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 479px) {
  div.blogCtaBanner-type6 {
    background-position: center top;
    background-size: auto 200px;
    height: auto;
  }
  div.blogCtaBanner-type6 .blogCtaBanner-type6_text {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 240px;
    position: static;
    text-align: center;
  }
  div.blogCtaBanner-type6 .blogCtaBanner-type6_heading {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  div.blogCtaBanner-type6 .blogCtaBanner-type6_content {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  div.blogCtaBanner-type6 .blogCtaBanner-type6_button {
    background-size: auto 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
  }
}
/* blogCtaBanner-type7 */
div.blogCtaBanner-type7 {
  background-color: #efefef;
  background-image: url('/wp-content/themes/brandwatch/images/cta-banner-new/go-beyond-cta-banner.png');
  background-position: 45px center;
  background-repeat: no-repeat;
  background-size: 260px 260px;
  clear: left;
  height: 350px;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
}
div.blogCtaBanner-type7 * {
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  padding: 0;
}
div.blogCtaBanner-type7 .blogCtaBanner-type7_text {
  bottom: 70px;
  padding-left: 350px;
  padding-right: 40px;
  position: absolute;
}
div.blogCtaBanner-type7 .blogCtaBanner-type7_heading {
  color: #4B4B4B;
  font-family: 'RobotoThin';
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 42px;
  margin-bottom: 10px;
}
div.blogCtaBanner-type7 .blogCtaBanner-type7_content {
  color: #4B4B4B;
  font-family: 'RobotoLight';
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 25px;
  margin-bottom: 25px;
}
div.blogCtaBanner-type7 .blogCtaBanner-type7_heading strong,
div.blogCtaBanner-type7 .blogCtaBanner-type7_content strong {
  font-family: 'RobotoMedium';
  font-weight: normal;
}
div.blogCtaBanner-type7 .blogCtaBanner-type7_button {
  background-color: #4277AC;
  background-image: url('/wp-content/themes/brandwatch/images/cta-banner-new/white-arrow.svg');
  background-position: right 15px center;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'RobotoLight';
  font-size: 24px;
  font-weight: normal;
  height: 55px;
  letter-spacing: 0.05em;
  line-height: 55px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
}
div.blogCtaBanner-type7 .blogCtaBanner-type7_button:hover {
  background-color: #2a6393;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  div.blogCtaBanner-type7 {
    background-position: 35px center;
    background-size: 210px 210px;
    height: 280px;
  }
  div.blogCtaBanner-type7 .blogCtaBanner-type7_text {
    bottom: 60px;
    padding-left: 280px;
  }
  div.blogCtaBanner-type7 .blogCtaBanner-type7_heading {
    font-size: 32px;
    line-height: 34px;
  }
  div.blogCtaBanner-type7 .blogCtaBanner-type7_content {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  div.blogCtaBanner-type7 .blogCtaBanner-type7_button {
    background-size: auto 17px;
    font-size: 19px;
    height: 44px;
    line-height: 44px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  div.blogCtaBanner-type7 {
    background-position: 27px center;
    background-size: 156px;
    height: 230px;
  }
  div.blogCtaBanner-type7 .blogCtaBanner-type7_text {
    bottom: 35px;
    padding-left: 210px;
    padding-right: 20px;
  }
  div.blogCtaBanner-type7 .blogCtaBanner-type7_heading {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  div.blogCtaBanner-type7 .blogCtaBanner-type7_content {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  div.blogCtaBanner-type7 .blogCtaBanner-type7_button {
    background-size: auto 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 479px) {
  div.blogCtaBanner-type7 {
    background-position: center 30px;
    background-size: 180px;
    height: auto;
  }
  div.blogCtaBanner-type7 .blogCtaBanner-type7_text {
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 240px;
    position: static;
    text-align: center;
  }
  div.blogCtaBanner-type7 .blogCtaBanner-type7_heading {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  div.blogCtaBanner-type7 .blogCtaBanner-type7_content {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  div.blogCtaBanner-type7 .blogCtaBanner-type7_button {
    background-size: auto 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
  }
}
/* blogCtaBanner-type8 */
div.blogCtaBanner-type8 {
  background-color: #efefef;
  background-image: url('/wp-content/themes/brandwatch/images/cta-banner-new/indices-cta-banner.svg');
  background-position: -95px bottom;
  background-repeat: no-repeat;
  background-size: 395px;
  clear: left;
  height: 350px;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
}
div.blogCtaBanner-type8 * {
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  padding: 0;
}
div.blogCtaBanner-type8 .blogCtaBanner-type8_text {
  bottom: 70px;
  padding-left: 350px;
  padding-right: 40px;
  position: absolute;
}
div.blogCtaBanner-type8 .blogCtaBanner-type8_heading {
  color: #4B4B4B;
  font-family: 'RobotoThin';
  font-size: 40px;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 42px;
  margin-bottom: 10px;
}
div.blogCtaBanner-type8 .blogCtaBanner-type8_content {
  color: #4B4B4B;
  font-family: 'RobotoLight';
  font-size: 18px;
  font-weight: normal;
  letter-spacing: -0.01em;
  line-height: 25px;
  margin-bottom: 25px;
}
div.blogCtaBanner-type8 .blogCtaBanner-type8_heading strong,
div.blogCtaBanner-type8 .blogCtaBanner-type8_content strong {
  font-family: 'RobotoMedium';
  font-weight: normal;
}
div.blogCtaBanner-type8 .blogCtaBanner-type8_button {
  background-color: #208ec4;
  background-image: url('/wp-content/themes/brandwatch/images/cta-banner-new/white-arrow.svg');
  background-position: right 15px center;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'RobotoLight';
  font-size: 24px;
  font-weight: normal;
  height: 55px;
  letter-spacing: 0.05em;
  line-height: 55px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
}
div.blogCtaBanner-type8 .blogCtaBanner-type8_button:hover {
  background-color: #03598e;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  div.blogCtaBanner-type8 {
    background-position: -75px bottom;
    background-size: 315px;
    height: 280px;
  }
  div.blogCtaBanner-type8 .blogCtaBanner-type8_text {
    bottom: 60px;
    padding-left: 280px;
  }
  div.blogCtaBanner-type8 .blogCtaBanner-type8_heading {
    font-size: 32px;
    line-height: 34px;
  }
  div.blogCtaBanner-type8 .blogCtaBanner-type8_content {
    font-size: 15px;
    line-height: 20px;
    margin-bottom: 20px;
  }
  div.blogCtaBanner-type8 .blogCtaBanner-type8_button {
    background-size: auto 17px;
    font-size: 19px;
    height: 44px;
    line-height: 44px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  div.blogCtaBanner-type8 {
    background-position: -72px bottom;
    background-size: 262px;
    height: 230px;
  }
  div.blogCtaBanner-type8 .blogCtaBanner-type8_text {
    bottom: 35px;
    padding-left: 210px;
    padding-right: 20px;
  }
  div.blogCtaBanner-type8 .blogCtaBanner-type8_heading {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  div.blogCtaBanner-type8 .blogCtaBanner-type8_content {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  div.blogCtaBanner-type8 .blogCtaBanner-type8_button {
    background-size: auto 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 479px) {
  div.blogCtaBanner-type8 {
    background-position: -2px bottom;
    background-size: auto 200px;
    height: auto;
  }
  div.blogCtaBanner-type8 .blogCtaBanner-type8_text {
    padding-bottom: 230px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    position: static;
    text-align: center;
  }
  div.blogCtaBanner-type8 .blogCtaBanner-type8_heading {
    font-size: 27px;
    line-height: 28px;
    margin-bottom: 8px;
  }
  div.blogCtaBanner-type8 .blogCtaBanner-type8_content {
    font-size: 13px;
    line-height: 16px;
    margin-bottom: 16px;
  }
  div.blogCtaBanner-type8 .blogCtaBanner-type8_button {
    background-size: auto 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
  }
}
/* blogCtaBanner-type9 */
div.blogCtaBanner-type9 {
  background-color: #efefef;
  background-image: url('/wp-content/themes/brandwatch/images/cta-banner-new/react-screen-desktop.png');
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 450px;
  clear: left;
  height: 350px;
  margin: 30px auto;
  overflow: hidden;
  position: relative;
}
div.blogCtaBanner-type9 * {
  background-repeat: no-repeat;
  border: none;
  margin: 0;
  padding: 0;
}
div.blogCtaBanner-type9 .blogCtaBanner-type9_text {
  bottom: 80px;
  box-sizing: border-box;
  position: absolute;
  text-align: center;
  padding-right: 450px;
  width: 100%;
}
div.blogCtaBanner-type9 .blogCtaBanner-type9_heading {
  color: #4B4B4B;
  font-family: 'RobotoThin';
  font-size: 50px;
  font-weight: normal;
  letter-spacing: -0.03em;
  line-height: 52px;
  margin-bottom: 20px;
}
div.blogCtaBanner-type9 .blogCtaBanner-type9_heading strong {
  font-family: 'RobotoMedium';
  font-weight: normal;
}
div.blogCtaBanner-type9 .blogCtaBanner-type9_heading strong + strong {
  display: block;
}
div.blogCtaBanner-type9 .blogCtaBanner-type9_button {
  background-color: #1d7ab7;
  background-image: url('/wp-content/themes/brandwatch/images/cta-banner-new/white-arrow.svg');
  background-position: right 15px center;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  font-family: 'RobotoLight';
  font-size: 24px;
  font-weight: normal;
  height: 55px;
  letter-spacing: 0.05em;
  line-height: 55px;
  overflow: hidden;
  padding-left: 15px;
  padding-right: 38px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
  transition: background-color 0.3s ease-in-out;
}
div.blogCtaBanner-type9 .blogCtaBanner-type9_button:hover {
  background-color: #03598e;
}
@media only screen and (min-width: 768px) and (max-width: 1199px) {
  div.blogCtaBanner-type9 {
    background-size: 360px;
    height: 280px;
  }
  div.blogCtaBanner-type9 .blogCtaBanner-type9_text {
    bottom: 65px;
    padding-right: 360px;
  }
  div.blogCtaBanner-type9 .blogCtaBanner-type9_heading {
    font-size: 40px;
    line-height: 42px;
  }
  div.blogCtaBanner-type9 .blogCtaBanner-type9_button {
    background-size: auto 17px;
    font-size: 19px;
    height: 44px;
    line-height: 44px;
    padding-right: 35px;
  }
}
@media only screen and (min-width: 480px) and (max-width: 767px) {
  div.blogCtaBanner-type9 {
    background-position: right -120px bottom;
    background-size: 330px;
    height: 260px;
  }
  div.blogCtaBanner-type9 .blogCtaBanner-type9_text {
    bottom: 60px;
    padding-right: 210px;
  }
  div.blogCtaBanner-type9 .blogCtaBanner-type9_heading {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  div.blogCtaBanner-type9 .blogCtaBanner-type9_button {
    background-size: auto 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
  }
}
@media only screen and (max-width: 479px) {
  div.blogCtaBanner-type9 {
    background-position: right -38px bottom;
    background-size: auto 200px;
    height: auto;
  }
  div.blogCtaBanner-type9 .blogCtaBanner-type9_text {
    padding-bottom: 230px;
    padding-left: 20px;
    padding-right: 20px;
    padding-top: 30px;
    position: static;
  }
  div.blogCtaBanner-type9 .blogCtaBanner-type9_heading {
    font-size: 36px;
    line-height: 38px;
    margin-bottom: 16px;
  }
  div.blogCtaBanner-type9 .blogCtaBanner-type9_button {
    background-size: auto 15px;
    font-size: 17px;
    height: 40px;
    line-height: 40px;
    padding-right: 32px;
  }
}
.overflow-footer::before,
.overflow-footer::after {
  content: "" !important;
  display: none !important;
}
