html {
  scroll-behavior: smooth;
}
main {
  background: #fff;
}
.pmdac-tool {
  display: flex;
  flex-direction: column;
}
.pmdac-tool .red {
  color: #cb2027;
}
.pmdac-tool .roboto {
  font-family: 'Roboto', sans-serif;
}
.pmdac-tool .uppercase {
  text-transform: uppercase;
}
.pmdac-tool .button-border {
  padding: 0px 20px 0px 20px !important;
  height: 38px !important;
  line-height: 38px;
  font-size: 14px;
}
.pmdac-tool .button-border {
  line-height: 33px;
}
.pmdac-tool .intro .copy {
  overflow: auto;
  padding: 20px 0px;
  margin-bottom: 10px;
}
.pmdac-tool .disclaimer {
  margin-top: 40px;
}
.pmdac-tool .disclaimer h5 {
  margin-bottom: 10px;
  font-size: 0.9em !important;
  font-weight: 600;
  color: #cb2027;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
}
.pmdac-tool .disclaimer p {
  font-size: 0.9em;
  line-height: 2em;
}
.pmdac-tool .cta {
  font-size: 15px;
}
.pmdac-tool .cta.disabled {
  pointer-events: none;
  opacity: 0.4;
}
.pmdac-tool .stages {
  display: flex;
  flex-direction: column;
  margin-bottom: 30px;
  border-bottom: 1px solid #e8e8e8;
  padding-bottom: 50px;
  position: relative;
}
.pmdac-tool .stages #impact-keys {
  margin-bottom: 10px;
}
.pmdac-tool .stages .stage {
  display: flex;
  flex-direction: column;
  margin: 10px 0px 30px 0px;
}
.pmdac-tool .stages .stage.stage-two {
  display: none;
}
.pmdac-tool .stages .stage .title h4 {
  font-size: 1.3em;
}
.pmdac-tool .stages .stage .title h4 span {
  font-size: 0.8em;
  display: block;
  padding: 4px 0px;
}
.pmdac-tool .stages .stage .blocks > ul {
  justify-content: space-between;
}
.pmdac-tool .stages .stage .blocks.impact-blocks ul {
  justify-content: normal;
}
.pmdac-tool .stages .stage .blocks ul {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 60px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  list-style-type: none;
  list-style-position: outside;
}
.pmdac-tool .stages .stage .blocks ul .block {
  width: calc(24%);
  float: left;
  position: relative;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  cursor: pointer;
}
.pmdac-tool .stages .stage .blocks ul .block .image {
  width: 100%;
  height: 150px;
  background-position: center !important;
  background-size: cover !important;
}
.pmdac-tool .stages .stage .blocks ul .block h5 {
  margin: 0.5em 0;
  font-size: 1.2em;
  font-weight: 600;
  color: #313232;
}
.pmdac-tool .stages .stage .blocks ul .block p {
  font-size: 0.9em;
  color: #585858;
}
.pmdac-tool .stages .stage .blocks ul .block p.example {
  font-size: 0.8em;
  line-height: 1.6em;
  font-style: italic;
  color: #888888;
}
.pmdac-tool .stages .stage .blocks ul .block:hover h5,
.pmdac-tool .stages .stage .blocks ul .block.active h5 {
  color: #cb2027;
}
.pmdac-tool .stages .stage .blocks ul .block:hover .image,
.pmdac-tool .stages .stage .blocks ul .block.active .image {
  border: 5px solid #d0272e;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block.not-active {
  opacity: 0.4;
  pointer-events: none;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper {
  background: #fff;
  display: flex;
  flex-direction: column;
  margin: 5px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .impact-header {
  background: url('/sites/all/themes/plastics/assets/images/pmdac/polygons-small-dark-gray.jpg');
  background-position: center;
  background-size: cover;
  display: flex;
  flex-direction: row;
  padding: 5px 10px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .impact-header .icon {
  width: 20%;
  height: 10px;
  background: url("/sites/all/themes/plastics/assets/images/pmdac/impact-sprite.png") no-repeat;
  margin: 8px 0px 0px 0px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .impact-header .icon.no-impact {
  background-position: 0px -66px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .impact-header .icon.low-impact {
  background-position: 0 0;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .impact-header .icon.low-medium-impact {
  background-position: 0 -11px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .impact-header .icon.low-high-impact {
  background-position: 0 -22px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .impact-header .icon.low-n-high-impact {
  background-position: 0 -77px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .impact-header .icon.medium-impact {
  background-position: 0 -33px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .impact-header .icon.high-impact {
  background-position: 0 -44px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .impact-header .icon.medium-high-impact {
  background-position: 0 -55px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .impact-header .icon.lowest-impact {
  background-position: 0 -66px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .impact-header .icon.disabled {
  background-position: 0 -66px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .impact-header .text {
  width: 80%;
  text-align: right;
  color: #fff;
  font-family: "Roboto Slab", sans-serif;
  font-size: .8em;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .content {
  border: 1px solid #e7e7e7;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .content .content-wrapper {
  padding: 50px 40px 40px 40px;
  margin: 5px;
  text-align: center;
  position: relative;
  background: #fff;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .content .content-wrapper img {
  width: 100%;
  max-width: 80px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .content .content-wrapper .more-info {
  position: absolute;
  bottom: 3%;
  right: 5%;
  width: 30px;
  height: 30px;
  background: url("/sites/all/themes/plastics/assets/images/pmdac/info.png");
  background-position: 0 0;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .content .content-wrapper .more-info:hover,
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .content .content-wrapper .more-info.active {
  background-position: 0 30px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .tip-info {
  display: none;
  position: absolute;
  width: 100%;
  background: url("/sites/all/themes/plastics/assets/images/pmdac/pla_header_polygon_bg.png");
  background-size: cover;
  top: 13%;
  left: 0%;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .tip-info .close {
  font-size: 14px;
  color: #fff;
  position: absolute;
  top: 2%;
  right: 6%;
  font-weight: 600;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .tip-info .holder {
  padding: 20px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .tip-info .holder .content {
  background: none !important;
  border: 0px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .tip-info .holder .content p {
  color: #fff;
  font-size: 11px;
  margin-bottom: 0;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .wrapper .tip-info::after {
  top: 100%;
  right: 13%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
  border-color: rgba(190, 30, 34, 0);
  border-top-color: #be1e22;
  border-width: 9px;
  margin-left: -9px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block .item {
  font-family: "Roboto Slab", sans-serif;
  font-size: 1em;
  font-weight: 600;
  color: #343535;
  padding: 5px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block.active .wrapper .impact-header {
  background: url('/sites/all/themes/plastics/assets/images/pmdac/polygons-small-red.jpg');
  background-position: center;
  background-size: cover;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block.active .wrapper .content {
  background: #d0272d;
  border: 1px solid #cb2027;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-block.active .item {
  color: #d0272d;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-option-block {
  width: 100%;
  border-top: 10px solid #CB2027;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  margin-bottom: 10px;
  display: none;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-option-block .wrapper {
  padding: 20px 0px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-option-block .wrapper .title {
  color: #cd1f28;
  padding: 0px 40px 10px 40px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-option-block .wrapper .options ul {
  display: flex;
  flex-direction: column;
  margin-bottom: 20px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-option-block .wrapper .options ul li {
  width: 100%;
  border-top: 1px solid #ccc;
  padding: 10px 20px;
  display: flex;
  flex-direction: row;
  align-items: baseline;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-option-block .wrapper .options ul li .name {
  position: relative;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 35%;
  padding-right: 1em;
  margin-left: 1em;
  font-family: "Roboto Slab", sans-serif;
  font-size: 1.1em;
  color: #343535;
  padding-left: 2.4em;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-option-block .wrapper .options ul li .name::before {
  content: "";
  background: url("/sites/all/themes/plastics/assets/images/pmdac/checkbox.jpg");
  content: " ";
  position: absolute;
  height: 20px;
  width: 20px;
  left: 0%;
  bottom: 0;
  top: 0;
  margin: auto;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-option-block .wrapper .options ul li .impact-pill {
  font-size: 0.8em;
  font-weight: 100;
  display: inline-block;
  padding: 4px 10px;
  border: 1px solid #ccc;
  border-radius: 60px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-option-block .wrapper .options ul li .impact-pill::before {
  content: '';
  display: inline-block;
  width: 8px;
  height: 8px;
  -moz-border-radius: 7.5px;
  -webkit-border-radius: 7.5px;
  border-radius: 9px;
  margin-right: 5px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-option-block .wrapper .options ul li .impact-pill.lowest-impact::before {
  background-color: #6baec0;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-option-block .wrapper .options ul li .impact-pill.low-impact::before {
  background-color: #87bc62;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-option-block .wrapper .options ul li .impact-pill.medium-impact::before {
  background-color: #fb6a17;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-option-block .wrapper .options ul li .impact-pill.high-impact::before {
  background-color: #cd1f28;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-option-block .wrapper .options ul li#show-summary {
  padding-top: 20px;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-option-block .wrapper .options ul li#show-summary .cta {
  margin-left: 1em;
}
.pmdac-tool .stages .stage .blocks ul .block.impact-option-block .wrapper .options ul li.checked .name::before {
  background-position: 0 20px;
}
.pmdac-tool .stages .stage#summary {
  display: none;
}
.pmdac-tool .stages .stage#summary .summary-header {
  border-top: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  padding: 10px 0px;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.pmdac-tool .stages .stage#summary .summary-header > div {
  flex-grow: 1;
  flex-basis: 0;
}
.pmdac-tool .stages .stage#summary .summary-header #summary-impact {
  padding: 20px 0px;
}
.pmdac-tool .stages .stage#summary .summary-header #summary-impact div {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: column;
}
.pmdac-tool .stages .stage#summary .summary-header #summary-impact div div {
  display: none;
  color: #313232;
}
.pmdac-tool .stages .stage#summary .summary-header #summary-impact div div > span {
  font-family: "Roboto Slab", sans-serif;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 13px;
  width: 20px;
  height: 20px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 51px;
  margin-right: 5px;
  color: #fff;
  text-align: center;
}
.pmdac-tool .stages .stage#summary .summary-header #summary-impact div div.lowest-impact span,
.pmdac-tool .stages .stage#summary .summary-header #summary-impact div div.none-impact span,
.pmdac-tool .stages .stage#summary .summary-header #summary-impact div div.no-impact span {
  background: #6baec0;
}
.pmdac-tool .stages .stage#summary .summary-header #summary-impact div div.low-impact span {
  background: #88bc5f;
}
.pmdac-tool .stages .stage#summary .summary-header #summary-impact div div.low-medium-impact span {
  background: #fc6b18;
}
.pmdac-tool .stages .stage#summary .summary-header #summary-impact div div.low-high-impact span {
  background: #ce282c;
}
.pmdac-tool .stages .stage#summary .summary-header #summary-impact div div.medium-impact span {
  background: #fc6b18;
}
.pmdac-tool .stages .stage#summary .summary-header #summary-impact div div.medium-high-impact span {
  background: #ce282c;
}
.pmdac-tool .stages .stage#summary .summary-header #summary-impact div div.high-impact span {
  background: #ce282c;
}
.pmdac-tool .stages .stage#summary .summary-header #summary-impact div div.disabled span {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  background: #ccc;
  border: 1px solid #ccc;
  color: #ccc;
}
.pmdac-tool .stages .stage#summary .summary-header #group-cta {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
}
.pmdac-tool .stages .stage#summary .summary-header #group-cta .cta {
  margin-right: 10px;
  font-size: 14px;
  font-weight: 600 !important;
}
.pmdac-tool .stages .stage#summary .summary-tabs {
  display: flex;
  flex-direction: column;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-headers {
  position: relative;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-headers ul {
  list-style: none;
  display: flex;
  flex-direction: row;
  padding: 0;
  margin-bottom: 0;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-headers ul li {
  margin-right: 10px;
  cursor: pointer;
  border-top-right-radius: 8px;
  border-top-left-radius: 8px;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  background: #e1e1e1;
  padding: 3px;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-headers ul li div {
  color: #9e9e9e;
  padding: 10px 20px;
  text-transform: uppercase;
  font-size: 0.9em;
  font-weight: 600;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-headers ul li.active {
  background: #fff;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-headers ul li.active div {
  color: #cb2027;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content {
  border: 1px solid #ccc;
  margin-top: -1px;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info {
  display: none;
  width: 100%;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper {
  padding: 30px;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks {
  margin-bottom: 40px;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks h4 {
  font-size: 1em;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task {
  border-top: 1px solid #ccc;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul {
  padding: 0px;
  list-style: none;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li {
  width: calc(31%);
  float: left;
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: 32%;
  display: flex;
  margin-bottom: 9px;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper {
  margin: 6px;
  border-top: 5px solid #666666;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .content {
  padding: 20px;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .content h5 {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 600;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .content p {
  font-size: 0.9em;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .content em {
  font-size: 11px;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact {
  background: #eaeaea;
  padding: 20px;
  display: flex;
  flex-direction: column;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .text {
  font-size: .8em;
  font-family: "Roboto Slab", sans-serif;
  color: #b1b1b1;
  padding: 0px 0px 15px 0px;
  margin: 0;
  float: left;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts {
  float: left;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-direction: row;
  counter-reset: impact;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div span {
  border-top: none;
  padding-right: 0.3em;
  padding-left: 0.3em;
  font-family: "Roboto Slab", sans-serif;
  color: #313232;
  counter-increment: myIndex;
  font-size: 0.8em;
  display: inline-block;
  position: relative;
  width: 20px;
  height: 20px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  border-radius: 50px;
  margin-right: 5px;
  margin-bottom: -1px;
  color: #fff;
  text-align: center;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div span:hover {
  cursor: pointer;
  text-decoration: underline;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div span.lowest-impact,
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div span.none-impact,
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div span.no-impact {
  background: #6baec0;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div span.low-impact {
  background: #88bc5f;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div span.low-medium-impact {
  background: #fc6b18;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div span.low-high-impact {
  background: #ce282c;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div span.medium-impact {
  background: #fc6b18;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div span.medium-high-impact {
  background: #ce282c;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div span.high-impact {
  background: #ce282c;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div span.disabled {
  /*																				    visibility: hidden;*/
  display: none;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div span.not-applicable {
  pointer-events: none;
  display: inline-block !important;
  background: transparent;
  border: 1px solid #444;
  color: #444;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div span .impact-info {
  width: 240px;
  background: url(/sites/all/themes/plastics/assets/images/pmdac/pla_header_polygon_bg.png);
  background-size: cover;
  color: #fff;
  text-align: center;
  border-radius: 0px;
  position: absolute;
  z-index: 1;
  right: -88px;
  bottom: 180%;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div span .impact-info .holder .content {
  padding: 15px;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div span .impact-info .holder .content p {
  font-family: "Roboto", sans-serif;
  font-size: 1em;
  margin-bottom: 0;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div span .impact-info ::after {
  content: " ";
  position: absolute;
  top: 100%;
  /* At the bottom of the tooltip */
  left: 56%;
  margin-left: -5px;
  border-width: 5px;
  border-style: solid;
  border-color: #bc1d22 transparent transparent transparent;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li .item-wrapper .task-impact .impacts > div span.not-required {
  display: none;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info.task-rq .wrapper .tasks .task ul li .item-wrapper {
  border-top: 5px solid #d1252d;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info.task-rq .wrapper .tasks .task ul li .item-wrapper .task-impact .impacts .not-applicable {
  display: none !important;
}
.pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info.active {
  display: inline-block;
}
.pmdac-tool .stages #print-data {
  display: none;
  width: 680px;
}
.pmdac-tool .stages #print-data header #summary-impact {
  padding: 2px 0px;
}
.pmdac-tool .stages #print-data header #summary-impact div {
  width: 780px;
  display: block;
  overflow: auto;
}
.pmdac-tool .stages #print-data header #summary-impact div div {
  display: none;
  color: #313232;
  float: left;
  font-size: 10px;
  width: 33.3333333%;
  position: relative;
  min-height: 1px;
  padding: 0px 0px 0px 50px;
  margin-bottom: 13px;
}
.pmdac-tool .stages #print-data header #summary-impact div div > span {
  font-family: "Roboto Slab", sans-serif;
  position: relative;
  display: inline-block;
  margin-bottom: 10px;
  font-size: 10px;
  padding: 2px 4px;
  margin-right: 4px;
  color: #fff;
  text-align: center;
}
.pmdac-tool .stages #print-data header #summary-impact div div > span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  padding-top: 100%;
  height: 0;
}
.pmdac-tool .stages #print-data header #summary-impact div div.lowest-impact span,
.pmdac-tool .stages #print-data header #summary-impact div div.none-impact span,
.pmdac-tool .stages #print-data header #summary-impact div div.no-impact span {
  background: #6baec0;
}
.pmdac-tool .stages #print-data header #summary-impact div div.low-impact span {
  background: #88bc5f;
}
.pmdac-tool .stages #print-data header #summary-impact div div.low-medium-impact span {
  background: #fc6b18;
}
.pmdac-tool .stages #print-data header #summary-impact div div.low-high-impact span {
  background: #ce282c;
}
.pmdac-tool .stages #print-data header #summary-impact div div.medium-impact span {
  background: #fc6b18;
}
.pmdac-tool .stages #print-data header #summary-impact div div.medium-high-impact span {
  background: #ce282c;
}
.pmdac-tool .stages #print-data header #summary-impact div div.high-impact span {
  background: #ce282c;
}
.pmdac-tool .stages #print-data header #summary-impact div div.disabled span {
  -webkit-filter: grayscale(100%);
  /* Safari 6.0 - 9.0 */
  filter: grayscale(100%);
  background: #ccc;
  border: 1px solid #ccc;
  color: #ccc;
}
.pmdac-tool .stages #print-data div > h3 {
  font-size: 14px;
}
.pmdac-tool .stages #print-data div > h4 {
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  color: #d1252d;
}
.pmdac-tool .stages #print-data div > h5 {
  font-size: 12px;
  font-weight: 600;
  color: #121212;
  margin-bottom: 10px;
}
.pmdac-tool .stages #print-data div div .content p {
  font-size: 12px;
}
.pmdac-tool .stages #print-data div div .content ul {
  margin: 0;
  padding: 0;
  list-style: none;
}
.pmdac-tool .stages #print-data div div .content ul li {
  margin: 10px 0px;
  padding: 20px 0px;
  border-top: 3px solid #d1252d;
}
.pmdac-tool .stages #print-data div div .content ul li h5 span {
  font-size: 12px;
  font-weight: 400;
}
.pmdac-tool .stages #print-data div div .content ul li h5 span h5 {
  font-size: 16px;
  font-weight: 600;
}
.pmdac-tool .stages #print-data div div .content ul li p {
  font-size: 12px;
  margin-right: 30px;
  display: inline-block;
  font-weight: 400;
  margin-bottom: 5px;
}
.pmdac-tool .stages #print-data div div .content .text {
  float: left;
  margin-left: 40px;
}
.pmdac-tool .stages #print-data div div .content .impacts {
  float: left;
  margin-top: -15px;
}
.pmdac-tool .stages #print-data div div .content .impacts span {
  border-top: none;
  padding-right: 0.3em;
  padding-left: 0.3em;
  font-family: "Roboto Slab", sans-serif;
  color: #313232;
  counter-increment: myIndex;
  font-size: 11px;
  display: inline-block;
  position: relative;
  padding: 2px 8px;
  -moz-border-radius: 50px;
  -webkit-border-radius: 50px;
  margin-bottom: 4px;
  color: #fff;
  text-align: center;
  margin: 4px;
}
.pmdac-tool .stages #print-data div div .content .impacts span:hover {
  cursor: pointer;
  text-decoration: underline;
}
.pmdac-tool .stages #print-data div div .content .impacts span.lowest-impact,
.pmdac-tool .stages #print-data div div .content .impacts span.none-impact,
.pmdac-tool .stages #print-data div div .content .impacts span.no-impact {
  background: #6baec0;
  border: 1px solid #6baec0;
}
.pmdac-tool .stages #print-data div div .content .impacts span.low-impact {
  background: #88bc5f;
  border: 1px solid #88bc5f;
}
.pmdac-tool .stages #print-data div div .content .impacts span.low-medium-impact {
  background: #fc6b18;
  border: 1px solid #fc6b18;
}
.pmdac-tool .stages #print-data div div .content .impacts span.low-high-impact {
  background: #ce282c;
  border: 1px solid #ce282c;
}
.pmdac-tool .stages #print-data div div .content .impacts span.medium-impact {
  background: #fc6b18;
  border: 1px solid #fc6b18;
}
.pmdac-tool .stages #print-data div div .content .impacts span.medium-high-impact {
  background: #ce282c;
  border: 1px solid #ce282c;
}
.pmdac-tool .stages #print-data div div .content .impacts span.high-impact {
  background: #ce282c;
  border: 1px solid #ce282c;
}
.pmdac-tool .stages #print-data div div .content .impacts span.disabled {
  /*																				    visibility: hidden;*/
  display: none;
}
.pmdac-tool .stages #print-data div div .content .impacts span.not-applicable {
  pointer-events: none;
  display: inline-block !important;
  background: transparent;
  border: 1px solid #444;
  color: #444;
}
.pmdac-tool .stages #print-data div div .content .impacts span.not-required {
  display: none;
}
.pmdac-tool .stages #print-data div.not-required-tasks div h4 {
  color: #666666;
  page-break-before: always;
}
.pmdac-tool .stages #print-data div.not-required-tasks div ul li {
  page-break-inside: avoid;
  border-top: 3px solid #666666;
}
.pmdac-tool .stages #print-data div.required-tasks div .content .impacts .not-applicable {
  display: none !important;
}
@media (max-width: 1280px) {
  .pmdac-tool .stages .stage .blocks.impact-blocks ul li.impact-block {
    width: calc(33%);
  }
  .pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul {
    flex-direction: column;
  }
  .pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 992px) {
  .pmdac-tool .stages .stage .blocks ul .block {
    width: calc(49%);
  }
  .pmdac-tool .stages .stage .blocks.impact-blocks ul li.impact-block {
    width: calc(50%);
  }
  .pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul {
    flex-direction: column;
  }
  .pmdac-tool .stages .stage#summary .summary-tabs .tab-content .info .wrapper .tasks .task > ul > li {
    width: 100%;
    margin-bottom: 20px;
  }
}
@media (max-width: 768px) {
  .pmdac-tool .stages .stage .blocks.impact-blocks ul li.impact-block {
    width: 100%;
  }
  .pmdac-tool .stages .stage#summary .summary-header {
    /*
						flex-direction: column;
						>div{
							flex-basis: auto;
						}
*/
  }
}
@media (max-width: 640px) {
  .pmdac-tool .stages .stage .blocks ul .block {
    width: calc(99%);
  }
  .pmdac-tool .stages .stage .blocks ul .block.impact-option-block .wrapper .options ul li .name {
    flex-basis: 35%;
  }
}
@media (max-width: 420px) {
  .pmdac-tool .stages .stage .blocks ul .block.impact-option-block .wrapper .title {
    font-size: 1em;
  }
  .pmdac-tool .stages .stage .blocks ul .block.impact-option-block .wrapper .options ul li .name {
    flex-basis: 45%;
  }
}
@media print {
  #print-data {
    display: block !important;
  }
}
@keyframes blink {
  0% {
    opacity: .2;
  }
  20% {
    opacity: 1;
  }
  100% {
    opacity: .2;
  }
}
.generating span {
  animation-name: blink;
  animation-duration: 1.4s;
  animation-iteration-count: infinite;
  animation-fill-mode: both;
}
.generating span:nth-child(2) {
  animation-delay: .2s;
}
.generating span:nth-child(3) {
  animation-delay: .4s;
}
