/** Settings **/
/*------------------------------------*    #COLORS
\*------------------------------------*/
/*------------------------------------*    #TYPE
\*------------------------------------*/
/*------------------------------------*    #COLORS
\*------------------------------------*/
/*------------------------------------*    #SIZES
\*------------------------------------*/
/*------------------------------------*    #ICONS
\*------------------------------------*/
/** Tools **/
/*
 * Transform animation
 *
 * Example: transformAnimation('rotate', 0deg, 360deg)
 */
/*
 * Animation
 *
 * Example: fade(out)
 */
/*
 * Transition
 */
/**
 * Container for content. Force max width and center on larger viewports.
 */
/**
 * Small container for paragraphs
 */
/**
 * Container for paragraphs
 */
/**
 * Small container for paragraphs
 */
/**
 * Default Padding for paragraphs
 */
/**
 * Small Padding for paragraphs
 */
/**
 * Base card style
 */
/**
 * Vertical align content
 *
 * To use this give the parent position relative
 * Then apply the mixin to the child element that needs centering
 */
/**
* Centers elements using flex-box.
*/
/**
* Rem conversion to property. Also provides PX values for fallback.
*
* https://github.com/bitmanic/rem
* Baseline value should be the same as the fontSize value for the html element
* If the html element's fontSize is set to 62.5% (of the browser's default fontSize of 16px),
* then the variable below would be 10px.
*
* Example: @include rem('padding',10px 20px);
*/
/**
* Standard border
* This takes a direction and applies a 1px border
* Used site standard border colour when applied
* Example: border(all)
*          border(bottom)
*/
/**
 * Function to calculate rem based on px
 */
/**
* Font size
* Sets a font size in rem based on px with PX fallback
*/
/**
* Line height
* Sets a line hight in rem based on px with PX fallback
*/
/**
* Icon
*/
/**
* Coloured circle
*/
/**
* Circle Icon
*/
/**
* Breakpoint
* Example: breakpoint(lg-mobile)
* See _settings.widths.scss for breakpoint sizes
*/
/**
* Convert pixel value to rem
*/
/**
 * CSS Triangle
 */
/*------------------------------------*    #Try Page
\*------------------------------------*/
.try-now-listings h6 {
  color: #53575a;
}

.try-now-listings .section--hero {
  background-color: #fff;
}

.try-now-listings .section--hero .section__inner {
  min-height: 110px;
}

.try-now-listings .section--hero .drupal__title-field {
  padding-top: 30px;
  padding-top: 3rem;
  padding-bottom: 30px;
  padding-bottom: 3rem;
}

.try-now-listings .section--hero .drupal__title-field span {
  padding-top: 15px;
  padding-top: 1.5rem;
  display: block;
  color: #00754a;
}

@media (min-width: 768px) {
  .try-now-listings .section--hero h1 {
    padding: 0;
  }
}

.try-now-listings.try-now-listings-acs .section--trial-bean-blocks .section__inner {
  display: block;
}

.try-now-listings.try-now-listings-acs .section--trial-bean-blocks .section__inner > .drupal__title-field,
.try-now-listings.try-now-listings-acs .section--trial-bean-blocks .section__inner > .drupal__block-trial--full {
  width: 50%;
  margin: 0 auto;
}

@media (min-width: 0) and (max-width: 1023px) {
  .try-now-listings.try-now-listings-acs .section--trial-bean-blocks .section__inner > .drupal__title-field,
  .try-now-listings.try-now-listings-acs .section--trial-bean-blocks .section__inner > .drupal__block-trial--full {
    padding: 30px;
    padding: 3rem;
    width: 100%;
  }
}

.trial-bean-block-title-field--heading-wrapper {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .trial-bean-block-title-field--heading-wrapper {
    margin: 30px auto 50px;
    margin: 3rem auto 5rem;
    width: 80%;
  }
}

.trial-bean-block-title-field--heading-wrapper .drupal__title-field {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .trial-bean-block-title-field--heading-wrapper .drupal__title-field {
    width: 60%;
  }
}

.trial-bean-block-title-field--heading-wrapper .title-field--heading {
  padding-bottom: 20px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e6e6ec;
}

.trial-bean-block-title-field--heading-wrapper .drupal__field-body {
  padding-top: 15px;
  padding-top: 1.5rem;
}

.trial-bean-block-title-field--heading-wrapper .drupal__field-body li {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  list-style: none;
}

.trial-bean-block-title-field--heading-wrapper .drupal__field-copy--centered {
  padding: 0 30px;
  padding: 0 3rem;
  width: 95%;
}

.highlight-trial-version .section--trial-bean-blocks .drupal__block-alfresco-process-services .ct__table-row:nth-child(1), .highlight-trial-version
.section--trial-bean-blocks .drupal__block-alfresco-content-services .ct__table-row:nth-child(1) {
  display: -ms-flexbox;
  display: flex;
}

.highlight-trial-version .section--trial-bean-blocks .drupal__block-alfresco-process-services .comparison-table__core, .highlight-trial-version
.section--trial-bean-blocks .drupal__block-alfresco-content-services .comparison-table__core {
  margin-top: -20px;
  margin-top: -2rem;
}

.section--trial-bean-blocks .section__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (min-width: 0) and (max-width: 1023px) {
  .section--trial-bean-blocks .section__inner {
    padding: 0;
  }
}

.section--trial-bean-blocks .section__inner > .drupal__title-field {
  width: 100%;
}

@media (min-width: 768px) {
  .section--trial-bean-blocks .section__inner > .drupal__title-field {
    -ms-flex-order: 1;
        order: 1;
    width: 49%;
  }
}

.section--trial-bean-blocks .section__inner > .drupal__block-trial--full {
  width: 100%;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .section--trial-bean-blocks .section__inner > .drupal__block-trial--full {
    width: 49%;
  }
}

@media (min-width: 768px) {
  .section--trial-bean-blocks .section__inner > .drupal__block-trial--full {
    -ms-flex-order: 2;
        order: 2;
    width: 49%;
  }
}

.section--trial-bean-blocks .section__inner > .drupal__block-trial--short {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  width: 100%;
}

@media (min-width: 0) and (max-width: 479px) {
  .section--trial-bean-blocks .section__inner > .drupal__block-trial--short {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.35);
  }
}

@media (min-width: 768px) {
  .section--trial-bean-blocks .section__inner > .drupal__block-trial--short {
    -ms-flex-order: 3;
        order: 3;
    width: 49%;
  }
}

.section--trial-bean-blocks .title-field--product {
  padding: 20px;
  padding: 2rem;
  margin: 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.35);
}

.section--trial-bean-blocks .drupal__block-trial--full {
  border: 1px solid #e3e3e4;
  background-color: #fff;
  color: #53575a;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 0;
}

@media (min-width: 768px) {
  .section--trial-bean-blocks .drupal__block-trial--full {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.35);
  }
}

@media (min-width: 0) and (max-width: 1279px) {
  .section--trial-bean-blocks .drupal__block-trial--full {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.35);
  }
}

.section--trial-bean-blocks .drupal__block-trial--full .drupal__block-content {
  width: 100%;
}

.section--trial-bean-blocks .cta-cards__card-header {
  padding: 30px 30px 5px;
  padding: 3rem 3rem 0.5rem;
}

.section--trial-bean-blocks .cta-cards__card-header p {
  min-height: 90px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .section--trial-bean-blocks .cta-cards__card-header p {
    min-height: 150px;
  }
}

.section--trial-bean-blocks .cta-cards__card-main {
  border: none;
}

@media (min-width: 1024px) {
  .section--trial-bean-blocks .cta-cards__card-main {
    padding: 20px 30px;
    padding: 2rem 3rem;
  }
}

.section--trial-bean-blocks .cta-cards__card-main .drupal__field-sub-description,
.section--trial-bean-blocks .cta-cards__card-main .comparison-table {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%;
  max-width: 100%;
}

.section--trial-bean-blocks .ct__header {
  padding: 0;
  border-bottom: none;
}

.section--trial-bean-blocks .ct__table-col {
  border-left: 1px solid #d6d6d7;
}

.section--trial-bean-blocks .ct__table-col:nth-last-child(1) {
  border-right: 1px solid #d6d6d7;
}

.section--trial-bean-blocks .ct__table-col--detail {
  padding: 5px 5px 5px 10px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  width: 56%;
}

@media (min-width: 1024px) {
  .section--trial-bean-blocks .ct__table-col--detail {
    padding: 10px 10px 10px 20px;
    padding: 1rem 1rem 1rem 2rem;
    width: 62%;
  }
}

.section--trial-bean-blocks .ct__table-col--feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 22%;
}

@media (min-width: 1024px) {
  .section--trial-bean-blocks .ct__table-col--feature {
    width: 19%;
  }
}

.section--trial-bean-blocks .ct__table-col--feature span {
  font-size: 14px;
  font-size: 1.4rem;
}

.section--trial-bean-blocks .ct__table-col--feature .feature__size {
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}

.section--trial-bean-blocks .ct__table-col--feature .feature__time {
  padding: 5px;
  padding: 0.5rem;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}

.section--trial-bean-blocks .ct__table-row:nth-last-child(1) .ct__table-col {
  margin-top: 15px;
  margin-top: 1.5rem;
  border: none;
}

.section--trial-bean-blocks .ct__table-row:nth-last-child(1) .ct__table-col--download {
  background-color: #fff;
}

@media (min-width: 0) and (max-width: 1279px) {
  .section--trial-bean-blocks .ct__table-row:nth-last-child(1) .ct__table-col--download {
    margin: 15px 10px 0 -10px;
    margin: 1.5rem 1rem 0 -1rem;
  }
}

.section--trial-bean-blocks .ct__table-row:nth-last-child(2) .ct__table-col {
  border-bottom: 1px solid #e6e6ec;
}

.section--trial-bean-blocks .ct__table-row .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 85px;
  height: 40px;
  margin: 0;
  padding: 0;
  font-size: 12px;
}

@media (min-width: 768px) {
  .section--trial-bean-blocks .ct__table-row .btn {
    min-width: 100px;
  }
}

.section--trial-bean-blocks .cta-cards__card-footer p,
.section--trial-bean-blocks .cta-cards--cards-short p {
  font-weight: 600;
}

.section--trial-bean-blocks .drupal__color--blue {
  /*------------------------------------*        #Try Page
    \*------------------------------------*/
}

.section--trial-bean-blocks .drupal__color--blue .title-field--product {
  background: #2a7de1;
}

.section--trial-bean-blocks .drupal__color--blue .ct__table-col--download .tick {
  background: url(../img/compressed//icon-tick-dark-blue.png?v=28b89949b31c817d6dcca829a0501f0e) center center no-repeat;
}

.section--trial-bean-blocks .drupal__color--blue .ct__table-col--download .btn {
  background-color: #0055b8;
  color: #fff;
}

.section--trial-bean-blocks .drupal__color--blue .ct__table-col--download .btn:hover {
  background-color: #2a7de1;
  color: #fff;
  text-decoration: none;
}

.section--trial-bean-blocks .drupal__color--blue .tick {
  background: url(../img/compressed//icon-tick-blue.png?v=74b2f2bb77737c9ba26c746df8b8322a) center center no-repeat;
}

.section--trial-bean-blocks .drupal__color--blue .try-now-listings h6 {
  color: #53575a;
}

.section--trial-bean-blocks .drupal__color--blue .try-now-listings .section--hero {
  background-color: #fff;
}

.section--trial-bean-blocks .drupal__color--blue .try-now-listings .section--hero .section__inner {
  min-height: 110px;
}

.section--trial-bean-blocks .drupal__color--blue .try-now-listings .section--hero .drupal__title-field {
  margin-top: 10px;
  margin-top: 1rem;
}

@media (min-width: 768px) {
  .section--trial-bean-blocks .drupal__color--blue .try-now-listings .section--hero h1 {
    padding: 0;
  }
}

.section--trial-bean-blocks .drupal__color--blue .trial-bean-block-title-field--heading-wrapper {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  text-align: center;
}

@media (min-width: 1024px) {
  .section--trial-bean-blocks .drupal__color--blue .trial-bean-block-title-field--heading-wrapper {
    margin: 30px auto 50px;
    margin: 3rem auto 5rem;
    width: 80%;
  }
}

.section--trial-bean-blocks .drupal__color--blue .trial-bean-block-title-field--heading-wrapper .drupal__title-field {
  width: 100%;
  margin: 0 auto;
}

@media (min-width: 768px) {
  .section--trial-bean-blocks .drupal__color--blue .trial-bean-block-title-field--heading-wrapper .drupal__title-field {
    width: 60%;
  }
}

.section--trial-bean-blocks .drupal__color--blue .trial-bean-block-title-field--heading-wrapper .title-field--heading {
  padding-bottom: 20px;
  padding-bottom: 2rem;
  border-bottom: 1px solid #e6e6ec;
}

.section--trial-bean-blocks .drupal__color--blue .trial-bean-block-title-field--heading-wrapper .drupal__field-body {
  padding-top: 15px;
  padding-top: 1.5rem;
}

.section--trial-bean-blocks .drupal__color--blue .trial-bean-block-title-field--heading-wrapper .drupal__field-body li {
  margin-bottom: 15px;
  margin-bottom: 1.5rem;
  list-style: none;
}

.section--trial-bean-blocks .drupal__color--blue .trial-bean-block-title-field--heading-wrapper .drupal__field-copy--centered {
  padding: 0 30px;
  padding: 0 3rem;
  width: 95%;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .section__inner {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media (min-width: 0) and (max-width: 1023px) {
  .section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .section__inner {
    padding: 0;
  }
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .section__inner > .drupal__title-field {
  width: 100%;
}

@media (min-width: 768px) {
  .section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .section__inner > .drupal__title-field {
    -ms-flex-order: 1;
        order: 1;
    width: 49%;
  }
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .section__inner > .drupal__block-trial--full {
  width: 100%;
}

@media (min-width: 1024px) and (max-width: 1279px) {
  .section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .section__inner > .drupal__block-trial--full {
    width: 49%;
  }
}

@media (min-width: 768px) {
  .section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .section__inner > .drupal__block-trial--full {
    -ms-flex-order: 2;
        order: 2;
    width: 49%;
  }
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .section__inner > .drupal__block-trial--short {
  margin-bottom: 20px;
  margin-bottom: 2rem;
  width: 100%;
}

@media (min-width: 0) and (max-width: 479px) {
  .section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .section__inner > .drupal__block-trial--short {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.35);
  }
}

@media (min-width: 768px) {
  .section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .section__inner > .drupal__block-trial--short {
    -ms-flex-order: 3;
        order: 3;
    width: 49%;
  }
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .title-field--product {
  padding: 20px;
  padding: 2rem;
  margin: 0;
  color: #fff;
  font-size: 24px;
  text-align: center;
  box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.35);
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .drupal__block-trial--full {
  border: 1px solid #e3e3e4;
  background-color: #fff;
  color: #53575a;
  margin-bottom: 20px;
  margin-bottom: 2rem;
  padding: 0;
}

@media (min-width: 768px) {
  .section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .drupal__block-trial--full {
    margin-bottom: 30px;
    margin-bottom: 3rem;
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.35);
  }
}

@media (min-width: 0) and (max-width: 1279px) {
  .section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .drupal__block-trial--full {
    box-shadow: 0 3px 4px 0 rgba(0, 0, 0, 0.35);
  }
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .drupal__block-trial--full .drupal__block-content {
  width: 100%;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .cta-cards__card-header {
  padding: 30px 30px 5px;
  padding: 3rem 3rem 0.5rem;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .cta-cards__card-header p {
  min-height: 90px;
}

@media (min-width: 768px) and (max-width: 1023px) {
  .section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .cta-cards__card-header p {
    min-height: 150px;
  }
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .cta-cards__card-main {
  border: none;
}

@media (min-width: 1024px) {
  .section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .cta-cards__card-main {
    padding: 20px 30px;
    padding: 2rem 3rem;
  }
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .ct__header {
  padding: 0;
  border-bottom: none;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .ct__table-col {
  border-left: 1px solid #d6d6d7;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .ct__table-col:nth-last-child(1) {
  border-right: 1px solid #d6d6d7;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .ct__table-col--detail {
  padding: 5px 5px 5px 10px;
  padding: 0.5rem 0.5rem 0.5rem 1rem;
  width: 56%;
}

@media (min-width: 1024px) {
  .section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .ct__table-col--detail {
    padding: 10px 10px 10px 20px;
    padding: 1rem 1rem 1rem 2rem;
    width: 62%;
  }
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .ct__table-col--feature {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 22%;
}

@media (min-width: 1024px) {
  .section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .ct__table-col--feature {
    width: 19%;
  }
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .ct__table-col--feature span {
  font-size: 14px;
  font-size: 1.4rem;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .ct__table-col--feature .feature__size {
  font-size: 13px;
  font-size: 1.3rem;
  text-align: center;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .ct__table-col--feature .feature__time {
  padding: 5px;
  padding: 0.5rem;
  font-size: 10px;
  font-size: 1rem;
  text-align: center;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .ct__table-row:nth-last-child(1) .ct__table-col {
  margin-top: 15px;
  margin-top: 1.5rem;
  border: none;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .ct__table-row:nth-last-child(1) .ct__table-col--download {
  background-color: #fff;
}

@media (min-width: 0) and (max-width: 1279px) {
  .section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .ct__table-row:nth-last-child(1) .ct__table-col--download {
    margin: 15px 10px 0 -10px;
    margin: 1.5rem 1rem 0 -1rem;
  }
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .ct__table-row:nth-last-child(2) .ct__table-col {
  border-bottom: 1px solid #e6e6ec;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .ct__table-row .ct__table-col--download {
  background-color: #eef0f0;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .ct__table-row .btn {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  width: 85px;
  height: 40px;
  margin: 0;
  padding: 0;
}

@media (min-width: 768px) {
  .section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .ct__table-row .btn {
    width: 100px;
    height: 50px;
  }
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .cta-cards__card-footer p,
.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .cta-cards--cards-short p {
  font-weight: 600;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .drupal__color--blue .title-field--product {
  background: #2a7de1;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .drupal__color--blue .ct__table-col--download .tick {
  background: url(../img/compressed//icon-tick-dark-blue.png?v=28b89949b31c817d6dcca829a0501f0e) center center no-repeat;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .drupal__color--blue .ct__table-col--download .btn {
  background-color: #0055b8;
  color: #fff;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .drupal__color--blue .ct__table-col--download .btn:hover {
  background-color: #2a7de1;
  color: #fff;
  text-decoration: none;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .drupal__color--blue .tick {
  background: url(../img/compressed//icon-tick-blue.png?v=74b2f2bb77737c9ba26c746df8b8322a) center center no-repeat;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .drupal__color--green .title-field--product {
  background: #76bc21;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .drupal__color--green .ct__table-col--download .tick {
  background: url(../img/compressed//icon-tick-dark-green.png?v=8624566971c6951ce491d451825fdb61) center center no-repeat;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .drupal__color--green .ct__table-col--download .btn {
  background-color: #00754a;
  color: #fff;
  text-decoration: none;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .drupal__color--green .ct__table-col--download .btn:hover {
  background-color: #3f9b34;
  color: #fff;
  text-decoration: none;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .drupal__color--green .tick {
  background: url(../img/compressed//icon-tick-green.png?v=458f4e6e62a167dc43e1ec47966f923e) center center no-repeat;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .drupal__color--orange .title-field--product {
  background: #ff6b00;
}

.section--trial-bean-blocks .drupal__color--blue .section--trial-bean-blocks .trial-bean-wrapper-cta {
  margin-top: 15px;
  margin-top: 1.5rem;
  -ms-flex-order: 3;
      order: 3;
}

.section--trial-bean-blocks .drupal__color--green .title-field--product {
  background: #76bc21;
}

.section--trial-bean-blocks .drupal__color--green .ct__table-col--download .tick {
  background: url(../img/compressed//icon-tick-dark-green.png?v=8624566971c6951ce491d451825fdb61) center center no-repeat;
}

.section--trial-bean-blocks .drupal__color--green .ct__table-col--download .btn {
  background-color: #00754a;
  color: #fff;
  text-decoration: none;
}

.section--trial-bean-blocks .drupal__color--green .ct__table-col--download .btn:hover {
  background-color: #3f9b34;
  color: #fff;
  text-decoration: none;
}

.section--trial-bean-blocks .drupal__color--green .tick {
  background: url(../img/compressed//icon-tick-green.png?v=458f4e6e62a167dc43e1ec47966f923e) center center no-repeat;
}

.section--trial-bean-blocks .drupal__color--orange .title-field--product {
  background: #ff6b00;
}

.section--trial-bean-blocks .trial-bean-wrapper-cta {
  margin-top: 15px;
  margin-top: 1.5rem;
  -ms-flex-order: 3;
      order: 3;
}

.section--trial-bean-blocks .drupal__block-alfresco-content-services .ct__table-row:nth-last-child(2) .ct__table-col--online {
  border-bottom: 2px solid #2a7de1;
}

.section--trial-bean-blocks .drupal__block-alfresco-content-services .ct__table-row:nth-child(2) .ct__table-col--online {
  border-top: 2px solid #2a7de1;
}

.section--trial-bean-blocks .drupal__block-alfresco-content-services .ct__table-col--online {
  border-left: 2px solid #2a7de1;
  border-right: 2px solid #2a7de1;
}

.section--trial-bean-blocks .drupal__block-alfresco-content-services .ct__table-row:nth-child(1) {
  display: none;
}

.section--trial-bean-blocks .drupal__block-alfresco-content-services .ct__table-row:nth-child(1) .ct__table-col {
  border: 0;
}

.section--trial-bean-blocks .drupal__block-alfresco-content-services .ct__table-row:nth-child(1) .ct__table-col--download,
.section--trial-bean-blocks .drupal__block-alfresco-content-services .ct__table-row:nth-child(1) .ct__table-col--online {
  width: 17%;
  margin: 5px;
}

.section--trial-bean-blocks .drupal__block-alfresco-content-services .ct__table-row:nth-child(1) .ct__table-col--download span,
.section--trial-bean-blocks .drupal__block-alfresco-content-services .ct__table-row:nth-child(1) .ct__table-col--online span {
  font-size: 11px;
  font-size: 1.1rem;
  color: #fff;
  font-family: "FF Mark", Helvetica, Arial, sans-serif;
}

.section--trial-bean-blocks .drupal__block-alfresco-content-services .ct__table-row:nth-child(1) .ct__table-col--download {
  background: url(../img/compressed/Badge 1.png?v=ac6ab33ed411b8677b14ba4b4ad8d345) center center no-repeat;
  background-size: contain;
}

.section--trial-bean-blocks .drupal__block-alfresco-content-services .ct__table-row:nth-child(1) .ct__table-col--online {
  background: url(../img/compressed/Badge 2.png?v=0b9b128f9a5e48f4027caa14142a37ca) center center no-repeat;
  background-size: contain;
}

.section--trial-bean-blocks .drupal__block-alfresco-process-services .ct__table-row:nth-last-child(2) .ct__table-col--online {
  border-bottom: 2px solid #76bc21;
}

.section--trial-bean-blocks .drupal__block-alfresco-process-services .ct__table-row:nth-child(2) .ct__table-col--online {
  border-top: 2px solid #76bc21;
}

.section--trial-bean-blocks .drupal__block-alfresco-process-services .ct__table-col--online {
  border-left: 2px solid #76bc21;
  border-right: 2px solid #76bc21;
}

.section--trial-bean-blocks .drupal__block-alfresco-process-services .ct__table-row:nth-child(1) {
  display: none;
}

.section--trial-bean-blocks .drupal__block-alfresco-process-services .ct__table-row:nth-child(1) .ct__table-col {
  border: 0;
}

.highlight-trial-version .section--trial-bean-blocks .drupal__block-alfresco-process-services .ct__table-row:nth-child(1) {
  display: -ms-flexbox;
  display: flex;
}

/*# sourceMappingURL=../maps/css/try-now.css.map */
