a.cta_button {
      -moz-box-sizing: content-box !important;
      -webkit-box-sizing: content-box !important;
      box-sizing: content-box !important;
      vertical-align: middle
    }

    .hs-breadcrumb-menu {
      list-style-type: none;
      margin: 0px 0px 0px 0px;
      padding: 0px 0px 0px 0px
    }

    .hs-breadcrumb-menu-item {
      float: left;
      padding: 10px 0px 10px 10px
    }

    .hs-breadcrumb-menu-divider:before {
      content: '›';
      padding-left: 10px
    }

    .hs-featured-image-link {
      border: 0
    }

    .hs-featured-image {
      float: right;
      margin: 0 0 20px 20px;
      max-width: 50%
    }

    @media (max-width: 568px) {
      .hs-featured-image {
        float: none;
        margin: 0;
        width: 100%;
        max-width: 100%
      }
    }

    .hs-screen-reader-text {
      clip: rect(1px, 1px, 1px, 1px);
      height: 1px;
      overflow: hidden;
      position: absolute !important;
      width: 1px
    }
    .a2a_kit.a2a_kit_size_22.a2a_floating_style.a2a_vertical_style {
      display: none !important;
    }

    a.banner_button {
      -webkit-font-smoothing: antialiased;
      cursor: pointer;
      -moz-user-select: none;
      -webkit-user-select: none;
      -o-user-select: none;
      user-select: none;
      display: inline-block;
      font-weight: normal;
      text-align: center;
      text-decoration: none;
      -moz-transition: all .4s ease;
      -webkit-transition: all .4s ease;
      -o-transition: all .4s ease;
      background: rgb(203,38,43);
      border-radius: 50px;
      border-width: 0px;
      color: rgb(255,255,255);
      font-family: sans-serif;
      height: auto;
      transition: all .4s ease;
      padding: 8px 30px;
      text-shadow: none;
      width: auto;
      font-size: 24px;
      line-height: 1.5em;
  }

  /* on mobile browsers, I set a width of 100% */
table.mceLayout, textarea.tinyMCE {
  width: 100% !important;
}

/* on large screens, I use a different layout, so 600px are sufficient */
@media only screen and (min-width: 600px) {
  table.mceLayout, textarea.richEditor {
     width: 600px !important;
  }
}