.moduleSpot {
  position: absolute;
}
.moduleSpot img {
  position: relative;
  display: inline-block;
  float: left;
  margin-top: 8px;
}
.moduleSpot p {
  width: -webkit-calc(100% - 180px);
  width: calc(100% - 180px);
  display: inline-block;
  float: left;
  position: relative;
  font-size: 18px;
  line-height: 20px;
  margin: 0 10px;
  font-weight: 600;
}
.moduleSpot p span {
  font-size: 13px;
  line-height: 15px;
  opacity: .75;
  display: block;
}
.moduleSpot h2 {
  font-size: 26px;
  line-height: 30px;
  margin: 0;
  font-weight: normal;
}
.moduleSpot[class*='left'] img {
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.moduleSpot[class*='right'] img {
  float: right;
  -webkit-transform-origin: 100% 100%;
  -ms-transform-origin: 100% 100%;
  transform-origin: 100% 100%;
}
.moduleSpot[class*='right'] p {
  float: right;
  text-align: right;
}
.moduleSpot[class*='bottom'] img {
  margin: 0;
}
.moduleSpot[class*='bottom'] p {
  margin-top: 102px;
}
.moduleSpot[class*='bottom'][class*='left'] img {
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}
.moduleSpot[class*='bottom'][class*='right'] img {
  -webkit-transform-origin: 100% 0;
  -ms-transform-origin: 100% 0;
  transform-origin: 100% 0;
}
.moduleSpot[class*='bottom'][class*='tall'] p {
  margin-top: 127px;
}
.moduleSpot[class*='bottom'][class*='short'] p {
  width: -webkit-calc(100% - 155px);
  width: calc(100% - 155px);
  margin-top: 85px;
}
.moduleSpot[class*='short'] p {
  width: -webkit-calc(100% - 155px);
  width: calc(100% - 155px);
}
.moduleSpot[class*='tall'] p {
  width: -webkit-calc(100% - 204px);
  width: calc(100% - 204px);
}
.moduleSpot.spot-top-right-left img {
  margin-left: -64px;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.moduleSpot.spot-top-right-left p {
  width: -webkit-calc(100% - 74px);
  width: calc(100% - 74px);
}
.moduleSpot.spot-top-right-left-tall img {
  margin-left: -91px;
  -webkit-transform-origin: 0 100%;
  -ms-transform-origin: 0 100%;
  transform-origin: 0 100%;
}
.moduleSpot.spot-top-right-left-tall p {
  width: -webkit-calc(100% - 95px);
  width: calc(100% - 95px);
}
.moduleSpot.spot-top-left-arrow {
  height: auto;
  min-width: 0;
  margin-left: -1px;
  padding: 0 1px;
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  background: url(../img/key-points/simplifiedAccessibility/dash.svg) repeat-y 0 100%, url(../img/key-points/simplifiedAccessibility/dash.svg) repeat-y 100% 100%;
}
.moduleSpot.spot-top-left-arrow .spotArrows {
  height: 100%;
  width: 100%;
  display: block;
  position: relative;
}
.moduleSpot.spot-top-left-arrow .spotArrows span {
  height: 2px;
  width: 40%;
  width: -webkit-calc(50% - 25px);
  width: calc(50% - 25px);
  position: absolute;
  background: #ef7700;
  border-radius: 1px;
}
.moduleSpot.spot-top-left-arrow .spotArrows span:before {
  height: 12px;
  width: 12px;
  content: '';
  border-radius: 1px;
  position: absolute;
  top: -5px;
  border-bottom: 2px solid #ef7700;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
}
.moduleSpot.spot-top-left-arrow .spotArrows span.arrowLeft {
  top: 50%;
  left: 4px;
}
.moduleSpot.spot-top-left-arrow .spotArrows span.arrowLeft:before {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  left: 0;
  border-left: 2px solid #ef7700;
}
.moduleSpot.spot-top-left-arrow .spotArrows span.arrowRight {
  bottom: 50%;
  right: 4px;
  margin-bottom: 1px;
}
.moduleSpot.spot-top-left-arrow .spotArrows span.arrowRight:before {
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  right: 0;
  border-right: 2px solid #ef7700;
}
.moduleSpot.spot-top-left-arrow .spotArrowBullet {
  width: 350px;
  position: absolute;
  bottom: 50%;
  left: 50%;
  margin-bottom: -19px;
  margin-left: -19px;
}
.moduleSpot.spot-top-left-arrow p {
  width: -webkit-calc(100% - 155px);
  width: calc(100% - 155px);
}
#modules .scrollNav {
  height: 156px;
  width: 166px;
  background: url(../img/scrollNav-bkgd.svg) no-repeat 100% 50%;
  overflow: hidden;
  position: fixed;
  left: 0;
  top: 50%;
  margin-top: -78px;
  z-index: 6;
}
#modules .scrollNav .nav-wrapper {
  height: 86px;
  width: 86px;
  margin: 35px 0 0 45px;
  position: relative;
  display: block;
}
#modules .scrollNav .nav-wrapper:before,
#modules .scrollNav .nav-wrapper:after {
  height: 18px;
  width: 18px;
  content: '';
  position: absolute;
}
#modules .scrollNav .nav-wrapper:before {
  top: -12px;
  right: -12px;
  background: url(../img/scrollNav-notchTop.svg) no-repeat 0 0;
  background-size: 100% 100%;
}
#modules .scrollNav .nav-wrapper:after {
  bottom: -12px;
  left: -12px;
  background: url(../img/scrollNav-notchBottom.svg) no-repeat 0 0;
  background-size: 100% 100%;
}
#modules .scrollNav ul {
  width: 100%;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
#modules .scrollNav ul li {
  height: 24px;
  width: 24px;
  margin-bottom: 7px;
  border-radius: 2px;
  background-color: #ffffff;
  position: relative;
  display: inline-block;
  -webkit-transition: background-color 0.2s;
  transition: background-color 0.2s;
}
#modules .moduleSection {
  width: 100%;
  display: block;
  margin: 0 auto;
}
#modules .moduleSection .moduleHeaderContainer {
  height: 2800px;
  background: #ef7700;
  z-index: 5;
}
#modules .moduleSection .moduleHeaderContainer#scrollNav-1-header {
  background: transparent;
}
#modules .moduleSection .moduleHeaderContainer .subSection-fixed {
  height: 650px;
  width: 100%;
  position: fixed;
  top: 50%;
  background: #ef7700;
  margin-top: -325px;
}
#modules .moduleSection .moduleHeaderContainer header {
  width: 100%;
  position: fixed;
  top: 50%;
  left: 0;
  font-size: 0;
  padding-left: 161px;
  margin: -93px 0 0;
}
#modules .moduleSection .moduleHeaderContainer header .headerBracket {
  height: 0;
  width: 20px;
  font-size: 0px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
  top: 0;
  overflow: hidden;
}
#modules .moduleSection .moduleHeaderContainer header .headerBracket span {
  height: 100%;
  width: 18px;
  position: absolute;
  left: 0;
  top: 0;
  border-top: 4px solid #ffffff;
  border-bottom: 4px solid #ffffff;
  border-left: 4px solid #ffffff;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}
#modules .moduleSection .moduleHeaderContainer header .headerBracket span:before,
#modules .moduleSection .moduleHeaderContainer header .headerBracket span:after {
  height: 4px;
  width: 4px;
  content: '';
  position: absolute;
  right: -2px;
  border-radius: 2px;
  background: #ffffff;
}
#modules .moduleSection .moduleHeaderContainer header .headerBracket span:before {
  top: -4px;
}
#modules .moduleSection .moduleHeaderContainer header .headerBracket span:after {
  bottom: -4px;
}
#modules .moduleSection .moduleHeaderContainer header .animateHeader {
  width: 240px;
  height: 186px;
  position: relative;
  display: inline-block;
  vertical-align: middle;
}
#modules .moduleSection .moduleHeaderContainer header .animateHeader .whiteBullet {
  height: 53px;
  width: 52px;
  position: absolute;
  top: 64px;
  left: 99px;
  -webkit-transform-origin: 50% 50%;
  -ms-transform-origin: 50% 50%;
  transform-origin: 50% 50%;
  -webkit-transition: -webkit-transform 0.1s;
  transition: transform .1s;
}
#modules .moduleSection .moduleHeaderContainer header .animateHeader span {
  height: 4px;
  width: 69px;
  position: absolute;
  background: #ffffff;
  border-radius: 2px;
  -webkit-transition: all .3s;
  transition: all .3s;
}
#modules .moduleSection .moduleHeaderContainer header .animateHeader span.headerLineLeft {
  top: 91px;
  right: 151px;
}
#modules .moduleSection .moduleHeaderContainer header .animateHeader span.headerLineRight {
  top: 86px;
  left: 161px;
}
#modules .moduleSection .moduleHeaderContainer header .animateHeader .headerCircle {
  height: 10px;
  width: 10px;
  background: #ffffff;
  border-radius: 5px;
  position: absolute;
  top: 88px;
  left: 0;
  opacity: 0;
}
#modules .moduleSection .moduleHeaderContainer header h1 {
  width: -webkit-calc(100% - 260px);
  width: calc(100% - 260px);
  display: inline-block;
  position: relative;
  font-size: 42px;
  line-height: 46px;
  color: #ffffff;
  font-weight: bold;
  padding-left: 66px;
  padding-right: 55px;
  margin: 0;
  vertical-align: middle;
  left: 0;
}
#modules .moduleAnim {
  height: 2900px;
  width: 100%;
  position: relative;
  display: block;
}
#modules .moduleAnim .sequenceContainer .scrollFixedHeader {
  height: 68px;
}
#modules .moduleAnim .sequenceContainer .frameContainer {
  height: 90%;
  height: calc(100% - 68px);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
#modules .moduleAnim .sequenceContainer .frameContainer .moduleFrames {
  max-height: 500px;
  /*max-width: 1200px;*/
  position: relative;
  margin: 0 auto;
}
@media screen and (min-height: 661px) {
  #modules .moduleAnim .sequenceContainer .frameContainer .moduleFrames {
    width: 100%;
  }
}
@media screen and (max-height: 660px) {
  #modules .moduleAnim .sequenceContainer .frameContainer .moduleFrames {
    height: 100%;
  }
}
#modules .moduleAnim .sequenceContainer .frameContainer .moduleFrames img.hiddenImage {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
#modules .moduleAnim .sequenceContainer .frameContainer .moduleFrames .spotImageScale {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  z-index: 1;
}
#modules .moduleAnim .sequenceContainer .frameContainer .moduleFrames .spotImageScale .spotContainer {
  height: 100%;
  width: 100%;
  position: relative;
  display: block;
}
#modules .moduleAnim .sequenceContainer .frameContainer .moduleFrames .moduleSequence {
  height: 100%;
  width: 100%;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  background: #ffffff;
}
#modules .moduleAnim .sequenceContainer .frameContainer .moduleFrames .moduleSequence img {
  height: auto;
  width: auto;
  max-width: 100%;
  max-height: 100%;
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
#modules .moduleAnim .sequenceContainer .frameContainer .moduleFrames .moduleSequence.opacityTwo img {
  opacity: .2;
}
#modules .moduleAnim .sequenceContainer .frameContainer .moduleFrames .moduleSequence.opacityFour img {
  opacity: .4;
}
#modules .moduleAnim .sequenceContainer .frameContainer .moduleFrames .moduleSequence.opacitySix img {
  opacity: .6;
}
#modules .moduleAnim .sequenceContainer .frameContainer .moduleFrames .moduleSequence.opacityEight img {
  opacity: .8;
}
#modules .moduleAnim .sequenceContainer .frameContainer .moduleSubCallout {
  font-size: 26px;
  line-height: 32px;
  margin: 0;
  position: absolute;
  bottom: 5%;
}
#modules .moduleAnim .sequenceContainer .frameContainer .moduleSubCallout.alignLeft {
  left: 50px;
}
#modules .moduleAnim .sequenceContainer .frameContainer .moduleSubCallout.alignRight {
  right: 50px;
}
@media screen and (max-height: 600px) {
  #modules .moduleAnim#gt-drains .sequenceContainer .frameContainer {
    padding-top: 45px;
  }
}
#modules .moduleAnim#gt-drains .sequenceContainer .frameContainer .moduleSubCallout {
  font-size: 18px;
  line-height: 24px;
}
#modules .moduleAnim#upper-enclosure .sequenceContainer .moduleFrames {
  max-height: 700px;
}
@media screen and (max-height: 600px) {
  #modules .moduleSpot img {
    -webkit-transform: scale(0.85);
    -ms-transform: scale(0.85);
    transform: scale(0.85);
  }
}
@media screen and (max-height: 600px) {
  #modules .moduleSpot p {
    width: -webkit-calc(100% - 160px);
    width: calc(100% - 160px);
  }
}
@media screen and (max-height: 600px) {
  #modules .moduleSpot[class*='left'] img {
    margin-right: -24px;
    margin-top: -7px;
  }
}
@media screen and (max-height: 600px) {
  #modules .moduleSpot[class*='right'] img {
    margin-left: -24px;
    margin-top: -7px;
  }
}
@media screen and (max-height: 600px) {
  #modules .moduleSpot[class*='bottom'] p {
    margin-top: 86px;
  }
}
@media screen and (max-height: 600px) {
  #modules .moduleSpot[class*='bottom'] img {
    margin-top: 0;
  }
}
@media screen and (max-height: 600px) {
  #modules .moduleSpot[class*='bottom'][class*='tall'] img {
    margin-left: -28px;
  }
}
@media screen and (max-height: 600px) {
  #modules .moduleSpot[class*='bottom'][class*='tall'] p {
    margin-top: 106px;
  }
}
@media screen and (max-height: 600px) {
  #modules .moduleSpot[class*='bottom'][class*='short'] p {
    margin-top: 72px;
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
  }
}
@media screen and (max-height: 600px) {
  #modules .moduleSpot[class*='short'] p {
    width: -webkit-calc(100% - 140px);
    width: calc(100% - 140px);
  }
}
@media screen and (max-height: 600px) {
  #modules .moduleSpot[class*='tall'] img {
    margin-right: -28px;
    margin-top: -11px;
  }
}
@media screen and (max-height: 600px) {
  #modules .moduleSpot[class*='tall'] p {
    width: -webkit-calc(100% - 180px);
    width: calc(100% - 180px);
  }
}
@media screen and (max-height: 600px) {
  #modules .moduleSpot.spot-top-right-left img {
    margin-right: 0;
    margin-left: -54px;
  }
}
@media screen and (max-height: 600px) {
  #modules .moduleSpot.spot-top-right-left p {
    width: -webkit-calc(100% - 84px);
    width: calc(100% - 84px);
  }
}
#modules .moduleSpot.spot-top-right-left-tall img {
  margin-left: -91px;
}
#modules .moduleSpot.spot-top-right-left-tall p {
  width: -webkit-calc(100% - 95px);
  width: calc(100% - 95px);
}
#fuelControlSpot-1 {
  width: 46%;
  bottom: 72%;
  left: 53%;
}
#fuelControlSpot-2 {
  width: 60%;
  top: 61%;
  right: 28%;
}
#fuelControlSpot-3 {
  width: 54%;
  top: 49%;
  right: 43.5%;
}
#fuelControlSpot-4 {
  width: 60%;
  bottom: 66%;
  left: 38%;
}
#gtDrainsSpot-1 {
  width: 37%;
  bottom: 58%;
  right: 62%;
}
#gtDrainsSpot-2 {
  width: 57%;
  top: 51%;
  left: 40%;
}
#gtDrainsSpot-4 {
  width: 46%;
  bottom: 74%;
  left: 53.5%;
}
#gtDrainsSpot-5 {
  width: 84%;
  top: 43%;
  right: 14.5%;
}
#airExtractionSpot-1 {
  width: 60%;
  bottom: 66%;
  left: 38.5%;
}
#airExtractionSpot-2 {
  width: 83%;
  top: 57%;
  left: 16.5%;
}
#airExtractionSpot-3 {
  width: 36%;
  bottom: 47%;
  right: 61.5%;
}
#airExtractionSpot-4 {
  width: 56%;
  top: 55%;
  left: 41%;
}
#airExtractionSpot-5 {
  width: 44%;
  bottom: 52%;
  left: 47.5%;
}
#airExtractionSpot-6 {
  width: 80%;
  top: 67%;
  right: 13.5%;
}
#airExtractionSpot-7 {
  width: 66%;
  bottom: 51%;
  right: 32%;
}
#airExtractionSpot-8 {
  width: 55%;
  top: 49%;
  right: 42.75%;
}
#lowerAirExtractionSpot-1 {
  width: 76%;
  bottom: 65%;
  right: 20%;
}
#lowerAirExtractionSpot-2 {
  width: 90%;
  top: 60%;
  right: 7.25%;
}
#lowerAirExtractionSpot-3 {
  width: 63%;
  top: 57.5%;
  left: 39%;
}
#lowerAirExtractionSpot-4 {
  width: 56%;
  bottom: 53%;
  right: 42%;
}
#upperEnclosureSpot-1 {
  width: 49%;
  top: 61%;
  left: 50%;
}
#upperEnclosureSpot-1 p {
  max-width: 220px;
}
#upperEnclosureSpot-2 {
  width: 50%;
  bottom: 64%;
  right: 47.5%;
}
#upperEnclosureSpot-2 p {
  max-width: 320px;
}
#upperEnclosureSpot-3 {
  width: 52%;
  bottom: 64%;
  left: 47.5%;
}
#upperEnclosureSpot-3 p {
  max-width: 320px;
}
#upperEnclosureSpot-4 {
  width: 55%;
  top: 65%;
  right: 42.5%;
}
.modulePopup {
  height: 100%;
  width: 100%;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.9);
  overflow: hidden;
  display: none;
  opacity: 0;
  z-index: 100;
  color: #ffffff;
  -webkit-transition: opacity .4s;
  transition: opacity .4s;
}
.modulePopup.showPopup {
  opacity: 1;
}
.modulePopup .closePopup {
  position: absolute;
  top: 10px;
  right: 40px;
  padding: 10px;
  color: #ffffff;
  font-size: 20px;
  line-height: 30px;
  cursor: pointer;
  z-index: 1100;
}
.modulePopup .closePopup:hover {
  color: #ef7700;
}
.modulePopup .popupContainer {
  height: 100%;
  width: 100%;
  max-width: 1200px;
  padding-top: 90px;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}
.modulePopup .popupContainer h1 {
  font-size: 34px;
  line-height: 34px;
  font-weight: bold;
  padding: 4px 8px;
  margin: 25px 0 20px 42px;
  position: relative;
  display: inline-block;
}
.modulePopup .popupContainer h1:before {
  height: 16px;
  width: 16px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bracket-left-top.svg) no-repeat 0 0;
  background-size: 100%;
}
.modulePopup .popupContainer h1:after {
  height: 16px;
  width: 16px;
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  background: url(../img/bracket-right-bottom.svg) no-repeat 0 0;
  background-size: 100%;
}
.modulePopup .popupContainer .popupContent {
  height: 70%;
  height: calc(100% - 220px);
  margin: 0 auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
}
.modulePopup .popupContainer .popupContent .popupImageContainer {
  max-height: 333px;
  max-width: 800px;
  /*max-width: 1200px;*/
  position: relative;
  margin: 0 auto;
}
@media screen and (min-height: 661px) {
  .modulePopup .popupContainer .popupContent .popupImageContainer {
    width: 100%;
  }
}
@media screen and (max-height: 660px) {
  .modulePopup .popupContainer .popupContent .popupImageContainer {
    height: 100%;
  }
}
.modulePopup .popupContainer .popupContent .popupImageContainer img {
  width: auto;
  height: auto;
  max-width: 100%;
  max-height: 100%;
}
.modulePopup .popupContainer .popupContent .popupImageContainer img.popupImage {
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}
.modulePopup .popupContainer .popupContent .popupImageContainer img.popupImage.visibleValve {
  display: block;
}
.modulePopup .popupContainer .popupText {
  width: 100%;
  padding: 0 50px;
  position: relative;
  margin-top: -1%;
}
.modulePopup .popupContainer .popupText p {
  text-align: right;
  padding: 5px 45px;
  border-right: 7px solid #ef7700;
  margin: 0 auto;
  font-size: 25px;
  line-height: 27px;
}
.modulePopup .popupContainer .popupText p span {
  display: block;
  margin-top: 20px;
}
.modulePopup .popupContainer .popupText p span:first-child {
  margin-top: 0;
  font-size: 33px;
  line-height: 35px;
}
.modulePopup .popupContainer .popupText h2 {
  font-size: 24px;
  line-height: 28px;
  color: #ffffff;
  opacity: .8;
  padding: 0 9px;
  margin: 0 auto 30px;
}
.modulePopup .popupContainer .popupText ul {
  width: 100%;
  display: block;
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: 0 auto;
}
.modulePopup .popupContainer .popupText ul li {
  vertical-align: middle;
  text-align: center;
  position: relative;
  display: inline-block;
  font-size: 25px;
  line-height: 27px;
  cursor: pointer;
}
.modulePopup .popupContainer .popupText ul li span {
  position: relative;
  display: inline-block;
}
.modulePopup .popupContainer .popupText ul li.visibleValve,
.modulePopup .popupContainer .popupText ul li:hover {
  color: #ef7700;
  font-weight: 600;
}
.modulePopup .popupContainer .popupText ul li.visibleValve:before,
.modulePopup .popupContainer .popupText ul li:hover:before {
  height: 14px;
  width: 14px;
  content: '';
  position: absolute;
  top: -5px;
  left: -9px;
  background: url(../img/bracket-left-top-white.svg) no-repeat 0 0;
  background-size: 100%;
}
.modulePopup .popupContainer .popupText ul li.visibleValve:after,
.modulePopup .popupContainer .popupText ul li:hover:after {
  height: 14px;
  width: 14px;
  content: '';
  position: absolute;
  bottom: -5px;
  right: -9px;
  background: url(../img/bracket-right-bottom-white.svg) no-repeat 0 0;
  background-size: 100%;
}
.modulePopup .popupContainer .popupText ul li:first-child {
  width: 26%;
}
.modulePopup .popupContainer .popupText ul li:nth-child(2) {
  width: 36%;
}
.modulePopup .popupContainer .popupText ul li:last-child {
  width: 29%;
}
.modulePopup#airExtraction-popup .popupContainer .popupText {
  margin-top: -3%;
}
