.highlight-box-wrapper {
  margin: 1.5em auto;
  position: relative; }
  .highlight-box-wrapper.text-left {
    text-align: left; }
    .highlight-box-wrapper.text-left form.blocks-button__inline-link {
      margin: 5px auto 5px 0; }
  .highlight-box-wrapper.text-center {
    text-align: center; }
    .highlight-box-wrapper.text-center form.blocks-button__inline-link {
      margin: 5px auto; }
  .highlight-box-wrapper.text-right {
    text-align: right; }
    .highlight-box-wrapper.text-right form.blocks-button__inline-link {
      margin: 5px 0 5px auto; }
  .entry-content .highlight-box-wrapper h2.highlight-title {
    margin: 0 0 0.5em;
    color: inherit; }
    .entry-content .highlight-box-wrapper h2.highlight-title:empty {
      display: none; }
    .entry-content .highlight-box-wrapper h2.highlight-title:only-child {
      margin: 0; }
  .highlight-box-wrapper p {
    margin: 0 0 1.5em;
    color: inherit; }
    .highlight-box-wrapper p:empty {
      display: none; }
    .highlight-box-wrapper p:only-child {
      margin: 0; }
  .highlight-box-wrapper .container {
    margin: 0 auto;
    max-width: 740px;
    padding: 2em 1em 2.5em;
    position: relative; }
  .highlight-box-wrapper .highlight-content {
    margin-bottom: 1.3em; }
    .highlight-box-wrapper .highlight-content:empty {
      display: none; }
    .highlight-box-wrapper .highlight-content:only-child {
      margin: 0; }
  .highlight-box-wrapper.has-background-image {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    min-height: 400px; }
  .highlight-box-wrapper.has-background-dim:before {
    background-color: rgba(0, 0, 0, 0.5);
    bottom: 0;
    content: '';
    left: 0;
    position: absolute;
    right: 0;
    top: 0; }
  .highlight-box-wrapper.has-background-dim.has-background-dim-10:before {
    background-color: rgba(0, 0, 0, 0.1); }
  .highlight-box-wrapper.has-background-dim.has-background-dim-20:before {
    background-color: rgba(0, 0, 0, 0.2); }
  .highlight-box-wrapper.has-background-dim.has-background-dim-30:before {
    background-color: rgba(0, 0, 0, 0.3); }
  .highlight-box-wrapper.has-background-dim.has-background-dim-40:before {
    background-color: rgba(0, 0, 0, 0.4); }
  .highlight-box-wrapper.has-background-dim.has-background-dim-50:before {
    background-color: rgba(0, 0, 0, 0.5); }
  .highlight-box-wrapper.has-background-dim.has-background-dim-60:before {
    background-color: rgba(0, 0, 0, 0.6); }
  .highlight-box-wrapper.has-background-dim.has-background-dim-70:before {
    background-color: rgba(0, 0, 0, 0.7); }
  .highlight-box-wrapper.has-background-dim.has-background-dim-80:before {
    background-color: rgba(0, 0, 0, 0.8); }
  .highlight-box-wrapper.has-background-dim.has-background-dim-90:before {
    background-color: rgba(0, 0, 0, 0.9); }
  .highlight-box-wrapper.has-background-dim.has-background-dim-100:before {
    background-color: black; }
.entry-content > .showcase-wrapper {
  margin: 3em auto; }

.showcase-wrapper {
  display: grid;
  grid-column-gap: 40px;
  grid-template-columns: 400px 1fr;
  margin: 3em auto;
  max-width: 1100px; }
  @media only screen and (max-width: 812px) {
    .showcase-wrapper {
      grid-template-columns: 300px 1fr; } }
  @media only screen and (max-width: 667px) {
    .showcase-wrapper {
      grid-row-gap: 20px;
      grid-template-columns: 1fr; }
      .showcase-wrapper .showcase-title {
        text-align: center; } }
  .showcase-wrapper .image-container {
    width: 100%; }
    @media only screen and (max-width: 667px) {
      .showcase-wrapper .image-container {
        text-align: center; } }
    .showcase-wrapper .image-container figure {
      margin: 0; }
  .showcase-wrapper .info-container {
    width: 100%; }
    @media only screen and (max-width: 667px) {
      .showcase-wrapper .info-container {
        text-align: center; }
        .showcase-wrapper .info-container .showcase-content {
          text-align: left; } }
    .showcase-wrapper .info-container h3 {
      margin-top: 0; }
  .showcase-wrapper .showcase-image.image-inactive figure {
    display: none; }
  .showcase-wrapper .showcase-image.image-active .components-placeholder {
    display: none; }
.testimonial-wrapper-bg.alignfull, .testimonial-wrapper-bg.alignwide {
  max-width: none; }
  .testimonial-wrapper-bg.alignfull .testimonial-wrapper, .testimonial-wrapper-bg.alignwide .testimonial-wrapper {
    max-width: 740px;
    margin: 0 auto; }

.testimonial-wrapper-bg:not(.has-background) {
  border-bottom: 4px solid #3278BD;
  border-top: 4px solid #3278BD; }

.testimonial-wrapper {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: grid;
  grid-gap: 20px;
  grid-template-columns: 80px 1fr;
  padding: 1.5em 1em;
  text-align: left; }
  .testimonial-wrapper.no-image {
    grid-template-columns: 1fr;
    text-align: center; }
  .testimonial-wrapper.has-background {
    padding: 3em 0; }
  @media only screen and (max-width: 667px) {
    .testimonial-wrapper {
      grid-gap: 0;
      grid-template-columns: 1fr;
      padding: 2.5em 1em 2em;
      text-align: center; } }
  .testimonial-wrapper .testimonial-image {
    text-align: center; }
    .testimonial-wrapper .testimonial-image figure {
      margin: 0; }
    .testimonial-wrapper .testimonial-image img {
      border-radius: 50%;
      height: 80px;
      -o-object-fit: cover;
         object-fit: cover;
      width: 80px; }
    .testimonial-wrapper .testimonial-image .button-remove {
      background: transparent;
      border-radius: 0;
      border: none;
      -webkit-box-shadow: none;
              box-shadow: none;
      color: #0073aa;
      display: block;
      margin: auto;
      padding: 0 5px; }
      .testimonial-wrapper .testimonial-image .button-remove:hover {
        border-bottom: 1px solid; }
  .testimonial-wrapper .testimonial-details {
    padding: 12px 0; }
    .testimonial-wrapper .testimonial-details .testimonial-content {
      font-size: 1.3em;
      font-style: normal; }
    .testimonial-wrapper .testimonial-details .testimonial-signature {
      font-style: italic;
      margin-top: 20px; }
      .testimonial-wrapper .testimonial-details .testimonial-signature > * {
        display: inline-block;
        margin: 0; }
    .testimonial-wrapper .testimonial-details .testimonial-company {
      margin-left: 5px;
      opacity: 0.7; }
/* Timeline Block UI */
.entry-content > .wp-block-rtgb-timeline {
  margin-bottom: 0;
  margin-top: 0; }

.timeline-container {
  display: grid;
  grid-column-gap: 15px;
  grid-template-columns: 120px 1px 1fr;
  margin: 0 auto;
  max-width: 740px; }
  @media only screen and (max-width: 768px) {
    .timeline-container {
      grid-template-columns: 100px 1px 1fr; } }
  @media only screen and (max-width: 667px) {
    .timeline-container {
      grid-template-areas: "separator time" "separator content-wrap";
      grid-template-columns: 1px 1fr; } }
  .timeline-container .timeline-date {
    font-size: 14px;
    font-weight: 700;
    padding-right: 10px;
    padding-top: 27px;
    text-align: right; }
    @media only screen and (max-width: 667px) {
      .timeline-container .timeline-date {
        grid-area: time;
        padding-left: 10px;
        text-align: left; } }
  .timeline-container .separator {
    background: #ddd;
    position: relative;
    z-index: 1; }
    @media only screen and (max-width: 667px) {
      .timeline-container .separator {
        grid-area: separator; } }
    .timeline-container .separator:before {
      background: #3278BD;
      border-radius: 50%;
      content: '';
      display: block;
      height: 20px;
      left: 0px;
      position: absolute;
      top: 30px;
      -webkit-transform: translateX(-50%);
              transform: translateX(-50%);
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      width: 20px;
      z-index: 2; }
      .timeline-minor .timeline-container .separator:before {
        height: 15px;
        top: 33px;
        width: 15px; }
  .timeline-container:hover .separator:before {
    -webkit-transition: all 0.3s;
    transition: all 0.3s; }
  .timeline-container .content-wrap {
    padding-left: 10px; }
    @media only screen and (max-width: 667px) {
      .timeline-container .content-wrap {
        grid-area: content-wrap; } }
    @media only screen and (min-width: 668px) {
      .timeline-minor .timeline-container .content-wrap {
        padding-left: 30px; } }
    .timeline-container .content-wrap .timeline-title {
      background: #f1f1f1;
      font-size: 22px;
      line-height: 30px;
      margin: 0;
      overflow: hidden;
      padding: 10px; }
      .timeline-container .content-wrap .timeline-title .minor-release {
        float: right;
        font-size: 14px;
        font-style: italic;
        line-height: 30px; }
    .timeline-container .content-wrap p {
      margin: 0;
      padding: 10px; }
      .timeline-container .content-wrap p:not(.blocks-rich-text__tinymce) {
        overflow: hidden;
        position: relative; }
      .timeline-container .content-wrap p .dashicons {
        font-size: 24px;
        left: 10px;
        line-height: 30px;
        position: absolute;
        top: 10px; }
  .timeline-container .content-inner {
    border-radius: 4px;
    border: 1px solid #f1f1f1;
    -webkit-box-shadow: 2px 2px 5px #ccc;
            box-shadow: 2px 2px 5px #ccc;
    margin-bottom: 15px;
    margin-top: 15px;
    position: relative; }
    .timeline-container .content-inner:before {
      right: 100%;
      top: 16px;
      border: solid transparent;
      border-right-color: #f1f1f1;
      border-width: 10px;
      content: " ";
      height: 0;
      width: 0;
      position: absolute;
      pointer-events: none; }
      @media only screen and (max-width: 667px) {
        .timeline-container .content-inner:before {
          bottom: 100%;
          left: 16px;
          right: auto;
          top: auto;
          border-bottom-color: #f1f1f1;
          border-right-color: transparent; } }
  .timeline-container .postlinks {
    padding: 0 10px 10px; }
    .timeline-container .postlinks strong {
      margin-right: 7px; }
    .timeline-container .postlinks a {
      border-right: 1px solid #ddd;
      margin: 0 10px 0 0;
      padding: 0 10px 0 0; }
      .timeline-container .postlinks a:hover, .timeline-container .postlinks a:focus {
        border-bottom: 0;
        text-decoration: none; }
      .timeline-container .postlinks a:last-child {
        border-right: 0; }

.entry-content .timeline-container .postlinks a:hover, .entry-content .timeline-container .postlinks a:focus {
  border: 0;
  text-decoration: none; }

.editor-block-list__block-edit .postlinks a {
  cursor: not-allowed;
  pointer-events: none; }
