/* colors - START*/
/* colors - END*/
/* trustpilot background and color - START*/
/* trustpilot background and color - END*/
/* START - nav menu right arrow */
/* END - nav menu right arrow */
/* dimensions - START */
/* Legend: 
    - "d" = desktop
    - "t" = tablet
    - "m" = mobile
    - "v" = vertical
    - "h" = horizontal
    - "i" = in section / spacing between paragraphs in a section
*/
/* head section */
/* normal section */
/* columns section */
/* buttons */
/* dimensions - END */
/* custom calc variable for home page section - START */
/* custom calc variable for home page section - END */
@media (max-width: 1199px) {
  .responsive-page #affix {
    position: relative; } }

ul.task-elements {
  font-size: 20px;
  list-style: none;
  padding: 0;
  display: inline-block;
  width: 100%;
  max-width: -moz-calc(50% - 10px);
  max-width: calc(50% - 10px); }
  @media screen and (max-width: 767px) {
    ul.task-elements {
      max-width: 100%;
      margin-bottom: 0px; } }

ul.task-elements li {
  width: 100%;
  display: inline-block;
  background: rgba(255, 255, 255, 0);
  /* Old Browsers */
  background: -moz-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #eeeeee 100%);
  /* FF3.6+ */
  background: -webkit-gradient(right top, left top, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, #eeeeee));
  /* Chrome, Safari4+ */
  /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(right, rgba(255, 255, 255, 0) 0%, #eeeeee 100%);
  /* Opera 11.10+ */
  /* IE 10+ */
  background: -webkit-gradient(linear, right top, left top, from(rgba(255, 255, 255, 0)), to(#eeeeee));
  background: linear-gradient(to left, rgba(255, 255, 255, 0) 0%, #eeeeee 100%);
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#e6e7e9', GradientType=1 );";
  margin-bottom: 8px;
  border-radius: 5px 0 0 5px; }

ul.task-elements li > span.decimal {
  color: #41B770;
  border-radius: 5px 0 0 5px;
  padding: 10px;
  background-color: #E4E4E4;
  margin-right: 10px;
  font-weight: 600;
  width: 30px;
  display: inline-block;
  text-align: center; }

h3 {
  margin-bottom: 25px; }

.body-content {
  min-width: 100px; }

.template-container .template-content .subtitle p {
  font-size: 20px;
  line-height: 160%;
  opacity: 0.9; }

.task-management-section section ol {
  list-style: lower-alpha; }

.task-management-section p {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.9);
  line-height: 160%; }

.list-format li {
  font-size: 16px;
  color: rgba(51, 51, 51, 0.9);
  line-height: 160%; }

.list-format.all-orange-text > li {
  color: #41B770; }

section.padding-bottom-big {
  padding-bottom: 40px; }

.text-center {
  text-align: center; }

.no-bullets {
  list-style-type: none; }

.no-padding-list {
  padding-left: 0; }

.paragraph-block {
  display: block;
  position: relative;
  width: 100%;
  padding: 0 20px 20px;
  margin: 0 auto; }

.margin-auto-sides {
  margin-left: auto;
  margin-right: auto; }

.task-management-supported-activities {
  list-style-type: none;
  padding-top: 25px;
  padding-left: 0px; }
  .task-management-supported-activities li {
    display: flex;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
       -moz-box-orient: horizontal;
       -moz-box-direction: normal;
        -ms-flex-flow: row wrap;
            flex-flow: row wrap;
    -webkit-flex-flow: row wrap;
    -webkit-box-pack: start;
       -moz-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-justify-content: flex-start;
    -webkit-box-align: start;
       -moz-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    -webkit-align-items: flex-start;
    -ms-flex-line-pack: start;
        align-content: flex-start;
    -webkit-align-content: flex-start; }
    .task-management-supported-activities li span {
      -webkit-box-flex: 1;
      -webkit-flex: 1 auto;
         -moz-box-flex: 1;
          -ms-flex: 1 auto;
              flex: 1 auto;
      font-size: 16px;
      text-align: center;
      font-weight: normal;
      border: 1px;
      border-style: solid;
      border-color: #cccccc;
      padding: 5px;
      margin-left: 0px;
      margin-top: -4px;
      margin-right: 10px;
      border-radius: 8px;
      background-color: #f8f8f8; }
    .task-management-supported-activities li p {
      -webkit-box-flex: 80;
      -webkit-flex: 80 10px;
         -moz-box-flex: 80;
          -ms-flex: 80 10px;
              flex: 80 10px;
      text-align: left;
      font-size: 18px;
      vertical-align: middle;
      line-height: 32px; }

.max-width-1013 {
  max-width: 1013px; }

.button-container {
  display: block;
  position: relative;
  padding-bottom: 40px; }
  .button-container.align-button-right {
    text-align: right; }
  .button-container.align-button-center {
    text-align: center; }

.customer-review-container {
  background-color: #f6f6f6;
  height: 228px;
  margin-top: 60px;
  padding-top: 50px;
  color: #808080; }
  .customer-review-container.resp-review-container {
    height: auto; }
    .customer-review-container.resp-review-container .review-image,
    .customer-review-container.resp-review-container .col-xs-9.text-medium-small {
      display: inline-block;
      width: 100%;
      float: none;
      margin-left: 0; }
    .customer-review-container.resp-review-container .review .review-image {
      max-width: 23%;
      text-align: right;
      vertical-align: top; }
      @media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
        .customer-review-container.resp-review-container .review .review-image {
          max-width: 16%; } }
    .customer-review-container.resp-review-container .review .reviewer-name {
      font-weight: bold; }
    .customer-review-container.resp-review-container .col-xs-9.text-medium-small {
      max-width: 75%; }

@media (max-width: 768px) {
  .task-management-supported-activities li {
    display: block; }
    .task-management-supported-activities li span {
      display: inline; }
    .task-management-supported-activities li p {
      display: block;
      width: 100%;
      padding: 8px 0; }
  .customer-review-container.resp-review-container {
    height: auto; }
    .customer-review-container.resp-review-container .review-image,
    .customer-review-container.resp-review-container .col-xs-9.text-medium-small {
      display: block; }
    .customer-review-container.resp-review-container .review .review-image {
      max-width: 100%;
      text-align: center;
      vertical-align: middle;
      padding-bottom: 15px; }
    .customer-review-container.resp-review-container .col-xs-9.text-medium-small {
      max-width: 100%; }
  .button-container .btn {
    position: relative;
    margin: 0 auto 20px; }
  .left-aligned-image img.limit-width-50 {
    max-width: 250px;
    width: 100%;
    display: block;
    margin: 0 auto; } }

.no-margin-bottom {
  margin-bottom: 0px; }

.margin-top-large {
  margin-top: 60px; }

.padding-top-medium {
  padding-top: 40px; }

.padding-bottom-big {
  padding-bottom: 40px; }

.margin-bottom-big {
  margin-bottom: 40px; }

.margin-bottom-medium {
  margin-bottom: 25px; }

.trim-end {
  margin-right: -4px; }

.background-lightgrey {
  background-color: #f6f6f6; }

/*# sourceMappingURL=task-management.min.css.map */
