#performanceVideo {
  height: 650px;
  background: #ef7700;
  z-index: 5;
}
#performanceVideo .videoHeader {
  margin-top: -72px;
}
#introduction {
  background: transparent;
}
#enclosureAnim {
  height: 6000px;
  width: 100%;
  position: relative;
  display: block;
}
#enclosureAnim .sequenceContainer {
  height: 100%;
  padding-top: 90px;
}
#enclosureAnim .sequenceContainer .enclosureHeader {
  width: 100%;
  position: relative;
  overflow: hidden;
  padding-left: 50px;
  z-index: 1;
}
#enclosureAnim .sequenceContainer .enclosureHeader h3 {
  display: block;
  font-size: 14px;
  line-height: 14px;
  margin: 0 0 15px;
  font-weight: 600;
  opacity: .5;
}
#enclosureAnim .sequenceContainer .enclosureHeader .bracketHeaderContainer {
  width: 100%;
  margin: 0 auto;
  display: block;
}
#enclosureAnim .sequenceContainer .enclosureHeader .bracketHeaderContainer .bracketHeader {
  height: 55px;
  padding: 0 9px;
  overflow: hidden;
  display: block;
  position: relative;
  margin-left: -12px;
}
#enclosureAnim .sequenceContainer .enclosureHeader .bracketHeaderContainer .bracketHeader:before {
  height: 100%;
  max-height: 50px;
  width: 10px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: url(../img/bracket-left-top.svg) no-repeat 0 0, url(../img/bracket-left-bottom.svg) no-repeat 0 100%;
}
#enclosureAnim .sequenceContainer .enclosureHeader .bracketHeaderContainer .bracketHeader:after {
  height: 100%;
  max-height: 50px;
  width: 10px;
  content: '';
  position: absolute;
  top: 0;
  right: 0;
  background: url(../img/bracket-right-top.svg) no-repeat 0 0, url(../img/bracket-right-bottom.svg) no-repeat 0 100%;
}
#enclosureAnim .sequenceContainer .enclosureHeader .bracketHeaderContainer .bracketHeader h2 {
  font-size: 48px;
  line-height: 50px;
  display: block;
  position: relative;
  font-weight: bold;
  margin: 0;
}
#enclosureAnim .sequenceContainer .enclosureHeader .bracketHeaderContainer .bracketHeader h2 span {
  display: block;
  text-align: center;
}
#enclosureAnim .sequenceContainer .enclosureHeader .bracketHeaderContainer .bracketHeader h2 span.firstStop {
  width: 258px;
}
#enclosureAnim .sequenceContainer .enclosureHeader .bracketHeaderContainer .bracketHeader h2 span.secondStop {
  width: 346px;
}
#enclosureAnim .sequenceContainer .enclosureHeader .bracketHeaderContainer .bracketHeader h2 span.thirdStop {
  width: 235px;
}
#enclosureAnim .sequenceContainer .content {
  height: 80%;
  height: calc(100% - 100px);
}
#enclosureAnim .sequenceContainer .content .enclosureSequence {
  height: 100%;
  width: 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;
  background: #ffffff;
}
#enclosureAnim .sequenceContainer .content .enclosureSequence img {
  max-height: 600px;
  position: relative;
  display: block;
  margin: 0 auto;
}
@media screen and (min-height: 700px) {
  #enclosureAnim .sequenceContainer .content .enclosureSequence img {
    width: 100%;
  }
}
@media screen and (max-height: 700px) and (min-height: 601px) and (min-width: 1020px) {
  #enclosureAnim .sequenceContainer .content .enclosureSequence img {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
  }
}
@media screen and (max-height: 700px) and (min-height: 601px) and (max-width: 1019px) {
  #enclosureAnim .sequenceContainer .content .enclosureSequence img {
    width: 100%;
  }
}
@media screen and (max-height: 600px) {
  #enclosureAnim .sequenceContainer .content .enclosureSequence img {
    height: 100%;
    position: absolute;
    left: 0;
    right: 0;
  }
}
#enclosureAnim .sequenceContainer .content .spotImageScale {
  height: 100%;
  width: 100%;
  margin: 0 auto;
  position: absolute;
  display: block;
  top: 0;
  left: 0;
  right: 0;
  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;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer {
  max-height: 600px;
  display: block;
  position: relative;
  margin: 0 auto;
}
@media screen and (max-height: 700px) and (min-height: 601px) and (min-width: 1020px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer {
    height: 100%;
  }
}
@media screen and (max-height: 600px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer {
    height: 100%;
  }
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer img.hiddenImage {
  width: auto;
  max-height: 600px;
  margin: 0 auto;
}
@media screen and (min-height: 700px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer img.hiddenImage {
    width: 100%;
  }
}
@media screen and (max-height: 700px) and (min-height: 601px) and (min-width: 1020px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer img.hiddenImage {
    height: 100%;
    float: left;
  }
}
@media screen and (max-height: 700px) and (min-height: 601px) and (max-width: 1019px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer img.hiddenImage {
    width: 100%;
  }
}
@media screen and (max-height: 600px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer img.hiddenImage {
    height: 100%;
    float: left;
  }
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .anchor-spot-container {
  position: absolute;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .anchor-spot-container .anchor-text {
  width: 280px;
  position: absolute;
  padding: 0 0 0 20px;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .anchor-spot-container .anchor-text:before {
  height: 100%;
  width: 8px;
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  background: #ef7700;
  border-top-left-radius: 3px;
  border-bottom-left-radius: 3px;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .anchor-spot-container .anchor-text h2 {
  font-size: 20px;
  line-height: 20px;
  font-weight: bold;
  margin: 0 0 6px;
  text-transform: uppercase;
  position: relative;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .anchor-spot-container .anchor-text p {
  font-size: 16px;
  line-height: 18px;
  margin: 0;
  position: relative;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .anchor-spot-container .anchor-text p.subText {
  font-size: 14px;
  position: absolute;
  bottom: -22px;
  opacity: .5;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .anchor-spot-container img {
  position: relative;
  float: left;
  z-index: 1;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .anchor-spot-container#enclosure6-spot {
  height: 145px;
  width: 44%;
  position: absolute;
  top: 65.5%;
  left: 56%;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .anchor-spot-container#enclosure6-spot .anchor-text {
  width: -webkit-calc(100% - 120px);
  width: calc(100% - 120px);
  bottom: 0;
  left: 112px;
}
@media screen and (max-height: 700px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .anchor-spot-container#enclosure6-spot {
    width: 55%;
    margin-top: -8%;
    margin-left: -5%;
  }
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .anchor-spot-container#enclosure13-spot {
  height: 210px;
  width: 47%;
  position: absolute;
  bottom: 67%;
  left: 53%;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .anchor-spot-container#enclosure13-spot .anchor-text {
  width: -webkit-calc(100% - 210px);
  width: calc(100% - 210px);
  top: 0;
  left: 202px;
}
@media screen and (max-height: 700px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .anchor-spot-container#enclosure13-spot {
    width: 54%;
    left: 46%;
    margin-bottom: -1%;
  }
}
@media screen and (max-height: 700px) and (min-width: 1020px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .anchor-spot-container#enclosure13-spot {
    width: 62%;
    left: 45%;
    margin-bottom: -6%;
  }
}
@media screen and (max-height: 600px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .anchor-spot-container#enclosure13-spot {
    width: 64%;
    left: 36%;
    margin-bottom: -3%;
  }
}
@media screen and (max-height: 600px) and (min-width: 1020px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .anchor-spot-container#enclosure13-spot {
    left: 42%;
    margin-bottom: -6%;
  }
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot {
  position: absolute;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot img {
  position: absolute;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot p {
  font-size: 16px;
  line-height: 18px;
  position: relative;
  display: block;
  margin: 0;
  font-weight: 600;
}
@media screen and (max-height: 700px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot p {
    width: 150px;
  }
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot p span {
  font-size: 14px;
  line-height: 16px;
  opacity: .75;
  display: block;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot.spotLeft {
  padding: 0 30px 24px 0;
  text-align: right;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot.spotLeft img {
  right: 0;
  bottom: 0;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot.spotRight {
  padding: 0 0 24px 30px;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot.spotRight img {
  left: 0;
  bottom: 0;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot.spotCenter {
  padding: 24px 0 0 30px;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot.spotCenter img {
  left: 0;
  top: 0;
}
@media screen and (max-height: 700px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot.spotCenter p {
    width: auto;
  }
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot#enclosure-spot-1 {
  bottom: 79%;
  right: 9%;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot#enclosure-spot-2 {
  bottom: 79%;
  left: 9%;
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot#enclosure-spot-3 {
  bottom: 48.5%;
  right: 79%;
}
@media screen and (max-height: 600px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot#enclosure-spot-3 {
    margin-bottom: -1%;
  }
}
@media screen and (max-width: 999px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot#enclosure-spot-3 {
    margin-bottom: -2%;
    margin-right: -8%;
  }
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot#enclosure-spot-4 {
  bottom: 48.5%;
  left: 81%;
}
@media screen and (max-height: 600px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot#enclosure-spot-4 {
    margin-bottom: -1%;
  }
}
@media screen and (max-width: 999px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot#enclosure-spot-4 {
    margin-bottom: -2%;
    margin-left: -11%;
  }
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot#enclosure-spot-5 {
  bottom: 28%;
  right: 70.5%;
}
@media screen and (max-height: 600px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot#enclosure-spot-5 {
    margin-bottom: -1%;
  }
}
@media screen and (max-width: 999px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot#enclosure-spot-5 {
    margin-bottom: -1.5%;
    margin-right: -5%;
  }
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot#enclosure-spot-6 {
  bottom: 28%;
  left: 74%;
}
@media screen and (max-height: 600px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot#enclosure-spot-6 {
    margin-bottom: -1%;
  }
}
@media screen and (max-width: 999px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot#enclosure-spot-6 {
    margin-bottom: -1.5%;
    margin-left: -5%;
  }
}
#enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot#enclosure-spot-7 {
  top: 87%;
  left: 48%;
}
@media screen and (max-height: 600px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot#enclosure-spot-7 {
    margin-top: -2%;
  }
}
@media screen and (max-width: 999px) {
  #enclosureAnim .sequenceContainer .content .spotImageScale .spotContainer .spot#enclosure-spot-7 {
    margin-top: -2%;
  }
}
