/*
  ===============================================================================
  ADDITIONAL PRINT STYLESHEET - CAME AS PART OF MPI BUILD
  
  
  09/08/21 - removed all px font sizing for accessibility testing - otherwise not touched at all
  06/09/21 - final tidy-up before handover to developer
    
  ===============================================================================
*/

.print-hidden {
  display: none;
}

@page {
  margin: 50px 0px;
}

.win2d-accordion.ui-accordion .ui-accordion-header {
  border: none;
}


.win2d {
    padding: 0;
}


.process-step.closed .process-detail {
  display: block !important;
  padding-left: 0;
  padding-right: 0;
}

.process-detail:after {
  content: none !important;
}


/*  OUTCOME CARD RESETS */

.win2d .process-step .win2d_outcome,
.win2d_page .process-step .win2d_outcome,
.win2d_review .process-step .win2d_outcome,
.win2d_outcome .process-step .win2d_outcome,
.win2d_outcome {
  display: block;
  page-break-before: always;
  margin-top: 0;
}

.process-step {
  display: block;
  page-break-before: always;
  margin-top: 0;
}

.win2d_page .process-step .process-detail .win2d_outcome.win2d_outcome-soo {
  page-break-before: auto;
}

.win2d_outcome,
.win2d_outcomes .win2d_outcome {
  width: 100%;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  float: none;
  display: block;
  border: none;
  -ms-box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
  -moz-box-decoration-break: clone;
  box-decoration-break: clone;
  -ms-box-shadow: inset 0px 0px 0px 10px #333333;
  -webkit-box-shadow: inset 0px 0px 0px 10px #333333;
  box-shadow: inset 0px 0px 0px 10px #333333 !important;
  -moz-box-shadow: 0px 0px 0px 10px #333333;
  min-height: 700px;
}

.win2d_outcome.win2d_outcome-soo {
  min-height: 0;
}

.win2d_outcome.win2d_outcome--darkblue, .win2d_outcomes .win2d_outcome.win2d_outcome--darkblue
.win2d_outcome.win2d_outcome--default, .win2d_outcomes .win2d_outcome.win2d_outcome--default {
  -ms-box-shadow: inset 0px 0px 0px 10px #1f4e79;
  -webkit-box-shadow: inset 0px 0px 0px 10px #1f4e79;
  box-shadow: inset 0px 0px 0px 10px #1f4e79 !important;
  -moz-box-shadow: 0px 0px 0px 10px #1f4e79;
}
.win2d_outcome.win2d_outcome--blue, .win2d_outcomes .win2d_outcome.win2d_outcome--blue {
  -ms-box-shadow: inset 0px 0px 0px 10px #00b0f0;
  -webkit-box-shadow: inset 0px 0px 0px 10px #00b0f0;
  box-shadow: inset 0px 0px 0px 10px #00b0f0 !important;
  -moz-box-shadow: 0px 0px 0px 10px #00b0f0;
}
.win2d_outcome.win2d_outcome--green, .win2d_outcomes .win2d_outcome.win2d_outcome--green {
  -ms-box-shadow: inset 0px 0px 0px 10px #70ad47;
  -webkit-box-shadow: inset 0px 0px 0px 10px #70ad47;
  box-shadow: inset 0px 0px 0px 10px #70ad47 !important;
  -moz-box-shadow: 0px 0px 0px 10px #70ad47;

}
.win2d_outcome.win2d_outcome--yellow, .win2d_outcomes .win2d_outcome.win2d_outcome--yellow {
  -ms-box-shadow: inset 0px 0px 0px 10px #ffc000;
  -webkit-box-shadow: inset 0px 0px 0px 10px #ffc000;
  box-shadow: inset 0px 0px 0px 10px #ffc000 !important;
  -moz-box-shadow: 0px 0px 0px 10px #ffc000;
}
.win2d_outcome.win2d_outcome--orange, .win2d_outcomes .win2d_outcome.win2d_outcome--orange {
  -ms-box-shadow: inset 0px 0px 0px 10px #ed7d31;
  -webkit-box-shadow: inset 0px 0px 0px 10px #ed7d31;
  box-shadow: inset 0px 0px 0px 10px #ed7d31 !important;
  -moz-box-shadow: 0px 0px 0px 10px #ed7d31;
}

.win2d_outcome.win2d_outcome--purple, .win2d_outcomes .win2d_outcome.win2d_outcome--purple {
  -ms-box-shadow: inset 0px 0px 0px 10px #7030a0;
  -webkit-box-shadow: inset 0px 0px 0px 10px #7030a0;
  box-shadow: inset 0px 0px 0px 10px #7030a0 !important;
  -moz-box-shadow: 0px 0px 0px 10px #7030a0;
}

.win2d_outcome.win2d_outcome--red, .win2d_outcomes .win2d_outcome.win2d_outcome--red {
  -ms-box-shadow: inset 0px 0px 0px 10px #ff0000;
  -webkit-box-shadow: inset 0px 0px 0px 10px #ff0000;
  box-shadow: inset 0px 0px 0px 10px #ff0000 !important;
  -moz-box-shadow: 0px 0px 0px 10px #ff0000;
}



/* OUTCOME TEXT RESETS */

.win2d_outcome h1,
.win2d_outcome h2,
.win2d_outcome h3,
.win2d_outcome h4,
.win2d_outcome h5,
.win2d_outcome h6,
.win2d_outcome ul,
.win2d_outcome ol,
.win2d_outcome p,
.win2d_outcome i,
.win2d_outcome small,
.win2d_outcome b,
.win2d_outcome i,
.win2d_outcome span,
.win2d_outcome ul li,
.win2d_outcome ol li {
  color: #005e89 !important;
  font-family: "Calibri", "SourceSansPro", Helvetica, Arial, sans-serif  !important;

 }

.win2d_outcome h1,
.win2d_outcome h2,
.win2d_outcome h3,
.win2d_outcome h4,
.win2d_outcome h5,
.win2d_outcome h6,
.win2d_outcome ul li,
.win2d_outcome ol li,
.win2d_outcome small,
.win2d_outcome b {
  overflow-wrap: break-word;
  page-break-inside: avoid;
  break-inside: avoid;
}


.win2d_outcome p,
.win2d_outcome ul ,
.win2d_outcome ul li,
.win2d_outcome ol,
.win2d_outcome ol li {
  display: block !important;
}

/* OUTCOME TEXT RESETS  COLOURS */
.win2d .process-step .process-detail .win2d_outcome ul li::before,
.win2d_page .process-step .process-detail .win2d_outcome ul li::before,
.win2d_review .process-step .process-detail .win2d_outcome ul li::before,
.win2d_outcome .process-step .process-detail .win2d_outcome ul li::before {
  background-color: #005e89;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}
.win2d .process-step .process-detail .win2d_outcome ul li ul li:before,
.win2d_page .process-step .process-detail .win2d_outcome ul li ul li:before,
.win2d_review .process-step .process-detail .win2d_outcome ul li ul li:before,
.win2d_outcome .process-step .process-detail .win2d_outcome ul li ul li:before{
  border: 1px solid #005e89;
}
.win2d .process-step .process-detail .win2d_outcome ol li::before,
.win2d_page .process-step .process-detail .win2d_outcome ol li::before,
.win2d_review .process-step .process-detail .win2d_outcome ol li::before,
.win2d_outcome .process-step .process-detail .win2d_outcome ol li::before {
  color: #005e89;
}

.win2d_outcome--default > h1,
.win2d_outcome--default > h2,
.win2d_outcome--default > h3,
.win2d_outcome--default > h4,
.win2d_outcome--default > h5,
.win2d_outcome--default > h6,
.win2d_outcome--darkblue > h1,
.win2d_outcome--darkblue > h2,
.win2d_outcome--darkblue > h3,
.win2d_outcome--darkblue > h4,
.win2d_outcome--darkblue > h5,
.win2d_outcome--darkblue > h6 {
    color: #1f4e79 !important;
}

.win2d_outcome--blue {
    border-color: #00b0f0 !important;
}

.win2d_outcome--blue > h1,
.win2d_outcome--blue > h2,
.win2d_outcome--blue > h3,
.win2d_outcome--blue > h4,
.win2d_outcome--blue > h5,
.win2d_outcome--blue > h6 {
    color: #00b0f0 !important;
}

.win2d_outcome--green {
    border-color: #70ad47 !important;

}

.win2d_outcome--green > h1,
.win2d_outcome--green > h2,
.win2d_outcome--green > h3,
.win2d_outcome--green > h4,
.win2d_outcome--green > h5,
.win2d_outcome--green > h6 {
    color: #70ad47 !important;
}

.win2d_outcome--yellow {
    border-color: #ffc000 !important;
}

.win2d_outcome--yellow > h1,
.win2d_outcome--yellow > h2,
.win2d_outcome--yellow > h3,
.win2d_outcome--yellow > h4,
.win2d_outcome--yellow > h5,
.win2d_outcome--yellow > h6 {
    color: #ffc000 !important;
}

.win2d_outcome--orange {
    border-color: #ed7d31 !important;
}

.win2d_outcome--orange > h1,
.win2d_outcome--orange > h2,
.win2d_outcome--orange > h3,
.win2d_outcome--orange > h4,
.win2d_outcome--orange > h5,
.win2d_outcome--orange > h6 {
    color: #ed7d31 !important;
}

.win2d_outcome--purple {
    border-color: #7030a0 !important;
}

.win2d_outcome--purple > h1,
.win2d_outcome--purple > h2,
.win2d_outcome--purple > h3,
.win2d_outcome--purple > h4,
.win2d_outcome--purple > h5,
.win2d_outcome--purple > h6 {
    color: #7030a0 !important;
}

.win2d_outcome--red {
    border-color: #ff0000 !important;
}

.win2d_outcome--red > h1,
.win2d_outcome--red > h2,
.win2d_outcome--red > h3,
.win2d_outcome--red > h4,
.win2d_outcome--red > h5,
.win2d_outcome--red > h6 {
    color: #ff0000 !important;
}

/* OUTCOME ICON RESETS */
.win2d .process-step .process-detail .win2d_outcome .foodPlanIcon,
.win2d .process-step .process-detail .win2d_outcome .foodPlanIcon__icon,
.win2d_page .process-step .process-detail .win2d_outcome .foodPlanIcon,
.win2d_page .process-step .process-detail .win2d_outcome .foodPlanIcon__icon,
.win2d_review .process-step .process-detail .win2d_outcome .foodPlanIcon,
.win2d_review .process-step .process-detail .win2d_outcome .foodPlanIcon__icon,
.win2d_outcome .process-step .process-detail .win2d_outcome .foodPlanIcon,
.win2d_outcome .process-step .process-detail .win2d_outcome .foodPlanIcon__icon {
  display: block;
  page-break-inside: avoid;
  break-inside: avoid;
}

.foodPlanIcon__icon {
    width: 100px;
    height: 100px;
    background: none !important;
}

.foodPlanIcon__icon:before, .foodPlanIcon__icon:after {
  page-break-inside: avoid;
  break-inside: avoid;
}

.foodPlanIcon__icon,
.foodPlanIcon--1 img,
.foodPlanIcon__icon--1 img,
.foodPlanIcon--2 img,
.foodPlanIcon__icon--2 img,
.foodPlanIcon--3 img,
.foodPlanIcon__icon--3 img,
.foodPlanIcon--4 img,
.foodPlanIcon__icon--4 img,
.foodPlanIcon__icon--task img,
.foodPlanIcon__icon--idea img {
  page-break-inside: avoid;
  display: block;
}
.foodPlanIcon--1 img,
.foodPlanIcon__icon--1 img,
.foodPlanIcon--2 img,
.foodPlanIcon__icon--2 img,
.foodPlanIcon--3 img,
.foodPlanIcon__icon--3 img,
.foodPlanIcon--4 img,
.foodPlanIcon__icon--4 img,
.foodPlanIcon__icon--task img,
.foodPlanIcon__icon--idea img {
  max-width: 80px !important;
}

.foodPlanIcon__icon--task img,
.foodPlanIcon__icon--idea img  {
  max-width: 60px !important;
  margin-left: 10px;
}

.foodPlanIcon + .foodPlanIcon__icon--task,
.foodPlanIcon__icon + .foodPlanIcon__icon--task,
.foodPlanIcon + .foodPlanIcon__icon--idea,
.foodPlanIcon__icon + .foodPlanIcon__icon--idea {
  margin-top: 280px;
  top: auto;
  display: block;
}

.foodPlanIcon + .foodPlanIcon__icon--task + p,
.foodPlanIcon__icon + .foodPlanIcon__icon--task + p,
.foodPlanIcon + .foodPlanIcon__icon--idea + p,
.foodPlanIcon__icon + .foodPlanIcon__icon--idea + p{
  display: block;
}

@-moz-document url-prefix() {
  .foodPlanIcon__icon + p:after {
    top: -10px !important;
  }
}

/* OUTCOME ICON HEADING SIBLING */
.win2d_page .process-step .process-detail .win2d_outcome p + .foodPlanIcon,
.win2d_page .process-step .process-detail .win2d_outcome p + .foodPlanIcon__icon {
  margin-top: calc(20px + 20px);
}
.win2d_page .process-step .process-detail .win2d_outcome ul + .foodPlanIcon,
.win2d_page .process-step .process-detail .win2d_outcome ul + .foodPlanIcon__icon,
.win2d_page .process-step .process-detail .win2d_outcome ol + .foodPlanIcon,
.win2d_page .process-step .process-detail .win2d_outcome ol + .foodPlanIcon__icon {
  margin-top: calc(0px + 20px);
}
.win2d_page .process-step .process-detail .win2d_outcome p + .foodPlanIcon + p,
.win2d_page .process-step .process-detail .win2d_outcome p + .foodPlanIcon__icon + p,
.win2d_page .process-step .process-detail .win2d_outcome ul + .foodPlanIcon + p,
.win2d_page .process-step .process-detail .win2d_outcome ul + .foodPlanIcon__icon + p,
.win2d_page .process-step .process-detail .win2d_outcome ol + .foodPlanIcon + p,
.win2d_page .process-step .process-detail .win2d_outcome ol + .foodPlanIcon__icon + p  {
  margin-top: calc(20px + 20px);
}

.win2d_page .process-step .process-detail .win2d_outcome p + .foodPlanIcon__icon + .foodPlanIcon,
.win2d_page .process-step .process-detail .win2d_outcome p + .foodPlanIcon__icon + .foodPlanIcon__icon {
  margin-top: calc(140px + 20px);
}

.win2d_page .process-step .process-detail .win2d_outcome ul + .foodPlanIcon__icon + .foodPlanIcon,
.win2d_page .process-step .process-detail .win2d_outcome ul + .foodPlanIcon__icon + .foodPlanIcon__icon,
.win2d_page .process-step .process-detail .win2d_outcome ol + .foodPlanIcon__icon + .foodPlanIcon,
.win2d_page .process-step .process-detail .win2d_outcome ol + .foodPlanIcon__icon + .foodPlanIcon__icon {
  margin-top: calc(130px + 20px);
}
.win2d_page .process-step .process-detail .win2d_outcome p + .foodPlanIcon__icon + .foodPlanIcon + p,
.win2d_page .process-step .process-detail .win2d_outcome p + .foodPlanIcon__icon + .foodPlanIcon__icon + p,
.win2d_page .process-step .process-detail .win2d_outcome ul + .foodPlanIcon__icon + .foodPlanIcon + p,
.win2d_page .process-step .process-detail .win2d_outcome ul + .foodPlanIcon__icon + .foodPlanIcon__icon + p,
.win2d_page .process-step .process-detail .win2d_outcome ol + .foodPlanIcon__icon + .foodPlanIcon + p,
.win2d_page .process-step .process-detail .win2d_outcome ol + .foodPlanIcon__icon + .foodPlanIcon__icon + p {
  margin-top: calc(20px + 20px);
}

.win2d_output_section_category + h3,
.foodPlanIcon--1 + h3,
.foodPlanIcon__icon--1 + h3,
.foodPlanIcon--2 + h3,
.foodPlanIcon__icon--2 + h3,
.foodPlanIcon--3 + h3,
.foodPlanIcon__icon--3 + h3,
.foodPlanIcon--4 + h3,
.foodPlanIcon__icon--4 + h3,
.win2d_outcome h3:first-child {
  page-break-inside: avoid;
  min-height: 60px;
}


.foodPlanIcon + p,
.foodPlanIcon__icon--know + p,
.foodPlanIcon__icon--show + p,
.foodPlanIcon__icon--do + p,
.foodPlanIcon__icon--task + p,
.foodPlanIcon__icon--idea + p  {
  font-family: "SourceSansPro"  !important;
  min-height: 50px;
}

.foodPlanIcon + p,
.foodPlanIcon__icon + p  {
  page-break-inside: avoid;
  padding-top: 25px !important;
  padding-bottom: 25px;
  min-height: 65px;
}

@-moz-document url-prefix() {
  .foodPlanIcon + p,
  .foodPlanIcon__icon + p  {
    min-height: 75px;
  }
}
.foodPlanIcon + p + p ,
.foodPlanIcon__icon + p + p,
.foodPlanIcon + p + ul,
.foodPlanIcon__icon + p + ul,
.foodPlanIcon + p + ol ,
.foodPlanIcon__icon + p + ol,
.process-step .process-detail .win2d_outcome .foodPlanIcon + p + p ,
.process-step .process-detail .win2d_outcome .foodPlanIcon__icon + p + p,
.process-step .process-detail .win2d_outcome .foodPlanIcon + p + ul,
.process-step .process-detail .win2d_outcome .foodPlanIcon__icon + p + ul,
.process-step .process-detail .win2d_outcome .foodPlanIcon + p + ol,
.process-step .process-detail .win2d_outcome .foodPlanIcon__icon + p + ol {
  margin-top: 0 !important;
  padding-top: 0 !important;
}
.foodPlanIcon + p:before,
.foodPlanIcon__icon + p:before,
.foodPlanIcon + p:after,
.foodPlanIcon__icon + p:after  {
  page-break-inside: avoid;
  display: block;
  -webkit-print-color-adjust: exact !important;
  color-adjust: exact !important;
}
.foodPlanIcon + p:before,
.foodPlanIcon__icon + p:before  {
  color: #ffffff !important;
}

@-moz-document url-prefix() {
  .foodPlanIcon + p:before,
  .foodPlanIcon__icon + p:before  {
    text-shadow: 0px 0px 0px rgba(255,255,255,1);
    text-shadow: 0px 0px 0px rgba(255,255,255,1) !important;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    color: transparent !important;
  }
}
.foodPlanIcon + p:after,
.foodPlanIcon__icon + p:after  {
  background: #ffffff !important;
}

.foodPlanIcon__icon--know  + p,
.foodPlanIcon__icon--know + .foodPlanIcon__icon--task + p,
.foodPlanIcon__icon--know + .foodPlanIcon__icon--idea + p {
  color: #702281 !important;
  border-color: #702281 !important;
}

.foodPlanIcon__icon--show + p,
.foodPlanIcon__icon--show + .foodPlanIcon__icon--task + p,
.foodPlanIcon__icon--show + .foodPlanIcon__icon--idea + p {
  color: #95c11f !important;
  border-color: #95c11f !important;
}

.foodPlanIcon__icon--do + p,
.foodPlanIcon__icon--do + .foodPlanIcon__icon--task + p,
.foodPlanIcon__icon--do + .foodPlanIcon__icon--idea + p {
  color: #007d9e !important;
  border-color: #007d9e !important;
}

.foodPlanIcon__icon + p + p:last-child,
.foodPlanIcon__icon + p + ul:last-child,
.foodPlanIcon__icon + p + ol:last-child {
  min-height: 100px;
}

.foodPlanIcon__icon + .foodPlanIcon__icon + p + p:last-child,
.foodPlanIcon__icon + .foodPlanIcon__icon + p + ul:last-child,
.foodPlanIcon__icon + .foodPlanIcon__icon + p + ol:last-child {
  min-height: 200px;
}

_::-webkit-full-page-media, _:future, :root .foodPlanIcon__icon + .foodPlanIcon__icon--task {
  margin-top: 160px !important;
}
_::-webkit-full-page-media, _:future, :root .foodPlanIcon__icon + .foodPlanIcon__icon--idea {
  margin-top: 160px !important;
}

@-moz-document url-prefix() {

  .win2d_outcome .foodPlanIcon__icon--task,
  .win2d_outcome .foodPlanIcon__icon--idea {
    position: static !important;
    float: left !important;
    height: 0px !important;

  }
  /* FLAG Issue on alignment in print out for firefox with task and idea icon */
  .win2d_outcome .foodPlanIcon__icon--task img,
  .win2d_outcome .foodPlanIcon__icon--idea img {
    position: absolute !important;
    z-index: 1;
    margin-top: 20px;
  }
  .win2d_outcome .foodPlanIcon__icon  + .foodPlanIcon__icon--task img,
  .win2d_outcome .foodPlanIcon__icon + .foodPlanIcon__icon--idea img {
    position: absolute !important;
    z-index: 1;
    margin-top: 160px;
    display: none !important;
  }
}

/*  OUTCOME CATEGORY RESET */
.win2d_outcome--default,
.win2d_outcome--darkblue {
    border-color: #1f4e79 !important;
}

.win2d_outcome--default .win2d_output_section_category,
.win2d_outcome--darkblue .win2d_output_section_category {
    background-color: #1f4e79 !important;
    border-color: #1f4e79 !important;
}
.win2d_outcome--blue .win2d_output_section_category {
    background-color: #00b0f0 !important;
    border-color: #00b0f0 !important;
}

.win2d_outcome--green .win2d_output_section_category {
    background-color: #70ad47 !important;
    border-color: #70ad47 !important;
}

.win2d_outcome--yellow .win2d_output_section_category {
    background-color: #ffc000 !important;
    border-color: #ffc000 !important;
}

.win2d_outcome--orange .win2d_output_section_category {
    background-color: #ed7d31 !important;
    border-color: #ed7d31 !important;
}

.win2d_outcome--purple .win2d_output_section_category {
    background-color: #7030a0 !important;
    border-color: #7030a0 !important;
}

.win2d_outcome--red .win2d_output_section_category {
    background-color: #ff0000 !important;
    border-color: #ff0000 !important;
}

.win2d_output_section_category span,
.win2d_output_section_category span,
.win2d_output_section_category span,
.win2d_output_section_category span,
.win2d_output_section_category span,
.win2d_output_section_category span,
.win2d_output_section_category span,
.win2d_output_section_category span,
.win2d_outcome--default .win2d_output_section_category span,
.win2d_outcome--darkblue .win2d_output_section_category span,
.win2d_outcome--blue .win2d_output_section_category span,
.win2d_outcome--green .win2d_output_section_category span,
.win2d_outcome--yellow .win2d_output_section_category span,
.win2d_outcome--orange .win2d_output_section_category span,
.win2d_outcome--purple .win2d_output_section_category span,
.win2d_outcome--red .win2d_output_section_category span {
  color: #ffffff !important;
  font-family: "SourceSansPro"  !important;
  font-weight: bold;
  -webkit-print-color-adjust: exact;
  color-adjust: exact;
}

@-moz-document url-prefix() {
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_outcome--default .win2d_output_section_category span,
  .win2d_outcome--darkblue .win2d_output_section_category span,
  .win2d_outcome--blue .win2d_output_section_category span,
  .win2d_outcome--green .win2d_output_section_category span,
  .win2d_outcome--yellow .win2d_output_section_category span,
  .win2d_outcome--orange .win2d_output_section_category span,
  .win2d_outcome--purple .win2d_output_section_category span,
  .win2d_outcome--red .win2d_output_section_category span {
    text-shadow: 0px 0px 0px rgba(255,255,255,1) !important;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    color: transparent !important;
  }
}


/*  IE FIXES */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .win2d .process-step .process-detail .win2d_outcome ul li:before,
  .win2d_page .process-step .process-detail .win2d_outcome ul li:before,
  .win2d_review .process-step .process-detail .win2d_outcome ul li:before,
  .win2d_outcome .process-step .process-detail .win2d_outcome ul li:before {
    content: "â€¢";
    top: 0;
    background-color: #005e89 !important;
  }
  .win2d .process-step .process-detail .win2d_outcome ul li ul li:before,
  .win2d_page .process-step .process-detail .win2d_outcome ul li ul li:before,
  .win2d_review .process-step .process-detail .win2d_outcome ul li ul li:before,
  .win2d_outcome .process-step .process-detail .win2d_outcome ul li ul li:before {
    content: "";
    border: 1px solid #000000;
  }

  .foodPlanIcon__icon--know {
    display: block;
    page-break-inside: avoid;
  }
  .foodPlanIcon__icon--do .icon__kds--do,
  .foodPlanIcon__icon--know .icon__kds--know,
  .foodPlanIcon__icon--show .icon__kds--show {
    display: block !important;
    width: 80px;
  }
  .foodPlanIcon__icon--do + p:before,
  .foodPlanIcon__icon--do + p:after,
  .foodPlanIcon__icon--do + .foodPlanIcon__icon + p:before,
  .foodPlanIcon__icon--do + .foodPlanIcon__icon + p:after,
  .foodPlanIcon__icon--know + p:before,
  .foodPlanIcon__icon--know + p:after,
  .foodPlanIcon__icon--know + .foodPlanIcon__icon + p:before,
  .foodPlanIcon__icon--know + .foodPlanIcon__icon + p:after,
  .foodPlanIcon__icon--show + p:before,
  .foodPlanIcon__icon--show + p:after,
  .foodPlanIcon__icon--show + .foodPlanIcon__icon + p:before,
  .foodPlanIcon__icon--show + .foodPlanIcon__icon + p:after {
    content: none !important;
  }
  .foodPlanIcon__icon + p,
  .foodPlanIcon__icon--do + p,
  .foodPlanIcon__icon--show + p,
  .foodPlanIcon__icon--know + p,
  .foodPlanIcon__icon--do + .foodPlanIcon__icon + p,
  .foodPlanIcon__icon--show + .foodPlanIcon__icon + p,
  .foodPlanIcon__icon--know + .foodPlanIcon__icon + p {
    border: none !important;
  }

  .foodPlanIcon__icon + p:before,
  .foodPlanIcon__icon--do + p:before,
  .foodPlanIcon__icon--show + p:before,
  .foodPlanIcon__icon--know + p:before,
  .foodPlanIcon__icon--do + .foodPlanIcon__icon + p:before,
  .foodPlanIcon__icon--show + .foodPlanIcon__icon + p:before,
  .foodPlanIcon__icon--know + .foodPlanIcon__icon + p:before {
    content: "" !important;
    position: absolute;
    width: calc(100% - 150px) !important;
    height: 5px !important;
    left: auto !important;
    right: 0 !important;
    top: 0;
    background: none;
  }

  .foodPlanIcon__icon + p:before {
    border-top: 5px solid #000000;
  }

  .foodPlanIcon__icon--do + p:before,
  .foodPlanIcon__icon--do + .foodPlanIcon__icon + p:before {
    border-top: 5px solid #007d9e;
  }

  .foodPlanIcon__icon--show + p:before,
  .foodPlanIcon__icon--show + .foodPlanIcon__icon + p:before{
    border-top: 5px solid #95c11f;
  }

  .foodPlanIcon__icon--know + p:before,
  .foodPlanIcon__icon--know + .foodPlanIcon__icon + p:before {
    border-top: 5px solid #702281;
  }

  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_outcome--default .win2d_output_section_category span,
  .win2d_outcome--darkblue .win2d_output_section_category span,
  .win2d_outcome--blue .win2d_output_section_category span,
  .win2d_outcome--green .win2d_output_section_category span,
  .win2d_outcome--yellow .win2d_output_section_category span,
  .win2d_outcome--orange .win2d_output_section_category span,
  .win2d_outcome--purple .win2d_output_section_category span,
  .win2d_outcome--red .win2d_output_section_category span {
    display: block;
    word-break: keep-all;
  }

  .win2d_outcome,
  .win2d_outcomes .win2d_outcome {

    border: 10px solid #000000;
  }

  .win2d_outcome.win2d_outcome--darkblue, .win2d_outcomes .win2d_outcome.win2d_outcome--darkblue
  .win2d_outcome.win2d_outcome--default, .win2d_outcomes .win2d_outcome.win2d_outcome--default {
    border: 10px solid #1f4e79;
  }
  .win2d_outcome.win2d_outcome--blue, .win2d_outcomes .win2d_outcome.win2d_outcome--blue {
    border: 10px solid #00b0f0;
  }
  .win2d_outcome.win2d_outcome--green, .win2d_outcomes .win2d_outcome.win2d_outcome--green {
    border: 10px solid #70ad47;

  }
  .win2d_outcome.win2d_outcome--yellow, .win2d_outcomes .win2d_outcome.win2d_outcome--yellow {
    border: 10px solid #ffc000;
  }
  .win2d_outcome.win2d_outcome--orange, .win2d_outcomes .win2d_outcome.win2d_outcome--orange {
    border: 10px solid #ed7d31;
  }

  .win2d_outcome.win2d_outcome--purple, .win2d_outcomes .win2d_outcome.win2d_outcome--purple {
    border: 10px solid #7030a0;
  }

  .win2d_outcome.win2d_outcome--red, .win2d_outcomes .win2d_outcome.win2d_outcome--red {
    border: 10px solid #ff0000;
  }
}

/* IE EDGE FIXES  */
@supports (-ms-ime-align: auto) {

  .win2d .process-step .process-detail .win2d_outcome ul li:before,
  .win2d_page .process-step .process-detail .win2d_outcome ul li:before,
  .win2d_review .process-step .process-detail .win2d_outcome ul li:before,
  .win2d_outcome .process-step .process-detail .win2d_outcome ul li:before {
    content: "â€¢";
    top: 0;
    background-color: #005e89 !important;
  }
  .win2d .process-step .process-detail .win2d_outcome ul li ul li:before,
  .win2d_page .process-step .process-detail .win2d_outcome ul li ul li:before,
  .win2d_review .process-step .process-detail .win2d_outcome ul li ul li:before,
  .win2d_outcome .process-step .process-detail .win2d_outcome ul li ul li:before {
    content: "";
    border: 1px solid #000000;
  }

  .foodPlanIcon__icon--know {
    display: block;
    page-break-inside: avoid;
  }
  .foodPlanIcon__icon--do .icon__kds--do,
  .foodPlanIcon__icon--know .icon__kds--know,
  .foodPlanIcon__icon--show .icon__kds--show {
    display: block !important;
    width: 80px;
  }
  .foodPlanIcon__icon--do + p:before,
  .foodPlanIcon__icon--do + p:after,
  .foodPlanIcon__icon--do + .foodPlanIcon__icon + p:before,
  .foodPlanIcon__icon--do + .foodPlanIcon__icon + p:after,
  .foodPlanIcon__icon--know + p:before,
  .foodPlanIcon__icon--know + p:after,
  .foodPlanIcon__icon--know + .foodPlanIcon__icon + p:before,
  .foodPlanIcon__icon--know + .foodPlanIcon__icon + p:after,
  .foodPlanIcon__icon--show + p:before,
  .foodPlanIcon__icon--show + p:after,
  .foodPlanIcon__icon--show + .foodPlanIcon__icon + p:before,
  .foodPlanIcon__icon--show + .foodPlanIcon__icon + p:after {
    content: none !important;
  }
  .foodPlanIcon__icon + p,
  .foodPlanIcon__icon--do + p,
  .foodPlanIcon__icon--show + p,
  .foodPlanIcon__icon--know + p,
  .foodPlanIcon__icon--do + .foodPlanIcon__icon + p,
  .foodPlanIcon__icon--show + .foodPlanIcon__icon + p,
  .foodPlanIcon__icon--know + .foodPlanIcon__icon + p {
    border: none !important;
  }

  .foodPlanIcon__icon + p:before,
  .foodPlanIcon__icon--do + p:before,
  .foodPlanIcon__icon--show + p:before,
  .foodPlanIcon__icon--know + p:before,
  .foodPlanIcon__icon--do + .foodPlanIcon__icon + p:before,
  .foodPlanIcon__icon--show + .foodPlanIcon__icon + p:before,
  .foodPlanIcon__icon--know + .foodPlanIcon__icon + p:before {
    content: "" !important;
    position: absolute;
    width: calc(100% - 150px) !important;
    height: 5px !important;
    left: auto !important;
    right: 0 !important;
    top: 0;
    background: none;
  }

  .foodPlanIcon__icon + p:before {
    border-top: 5px solid #000000;
  }

  .foodPlanIcon__icon--do + p:before,
  .foodPlanIcon__icon--do + .foodPlanIcon__icon + p:before {
    border-top: 5px solid #007d9e;
  }

  .foodPlanIcon__icon--show + p:before,
  .foodPlanIcon__icon--show + .foodPlanIcon__icon + p:before{
    border-top: 5px solid #95c11f;
  }

  .foodPlanIcon__icon--know + p:before,
  .foodPlanIcon__icon--know + .foodPlanIcon__icon + p:before {
    border-top: 5px solid #702281;
  }

  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_output_section_category span,
  .win2d_outcome--default .win2d_output_section_category span,
  .win2d_outcome--darkblue .win2d_output_section_category span,
  .win2d_outcome--blue .win2d_output_section_category span,
  .win2d_outcome--green .win2d_output_section_category span,
  .win2d_outcome--yellow .win2d_output_section_category span,
  .win2d_outcome--orange .win2d_output_section_category span,
  .win2d_outcome--purple .win2d_output_section_category span,
  .win2d_outcome--red .win2d_output_section_category span {
    display: block;
    word-break: keep-all;
  }

  .win2d_outcome,
  .win2d_outcomes .win2d_outcome {

    border: 10px solid #000000;
  }

  .win2d_outcome.win2d_outcome--darkblue, .win2d_outcomes .win2d_outcome.win2d_outcome--darkblue
  .win2d_outcome.win2d_outcome--default, .win2d_outcomes .win2d_outcome.win2d_outcome--default {
    border: 10px solid #1f4e79;
  }
  .win2d_outcome.win2d_outcome--blue, .win2d_outcomes .win2d_outcome.win2d_outcome--blue {
    border: 10px solid #00b0f0;
  }
  .win2d_outcome.win2d_outcome--green, .win2d_outcomes .win2d_outcome.win2d_outcome--green {
    border: 10px solid #70ad47;

  }
  .win2d_outcome.win2d_outcome--yellow, .win2d_outcomes .win2d_outcome.win2d_outcome--yellow {
    border: 10px solid #ffc000;
  }
  .win2d_outcome.win2d_outcome--orange, .win2d_outcomes .win2d_outcome.win2d_outcome--orange {
    border: 10px solid #ed7d31;
  }

  .win2d_outcome.win2d_outcome--purple, .win2d_outcomes .win2d_outcome.win2d_outcome--purple {
    border: 10px solid #7030a0;
  }

  .win2d_outcome.win2d_outcome--red, .win2d_outcomes .win2d_outcome.win2d_outcome--red {
    border: 10px solid #ff0000;
  }
}
