@import url('https://fonts.googleapis.com/css?family=Roboto+Slab:400,700|Roboto:400,400i,500,500i,700,700i');
/* CSS Document */
/*! lightslider - v1.1.6 - 2016-10-25
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2016 Sachin N; Licensed MIT */
/*! lightslider - v1.1.3 - 2015-04-14
* https://github.com/sachinchoolur/lightslider
* Copyright (c) 2015 Sachin N; Licensed MIT */
/** /!!! core css Should not edit !!!/**/
.lSSlideOuter {
  overflow: hidden;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lightSlider:before,
.lightSlider:after {
  content: " ";
  display: table;
}
.lightSlider {
  overflow: hidden;
  margin: 0;
}
.lSSlideWrapper {
  max-width: 100%;
  overflow: hidden;
  position: relative;
}
.lSSlideWrapper > .lightSlider:after {
  clear: both;
}
.lSSlideWrapper .lSSlide {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: all 1s;
  -webkit-transition-property: -webkit-transform,height;
  -moz-transition-property: -moz-transform,height;
  transition-property: transform,height;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade {
  position: relative;
}
.lSSlideWrapper .lSFade > * {
  position: absolute !important;
  top: 0;
  left: 0;
  z-index: 9;
  margin-right: 0;
  width: 100%;
}
.lSSlideWrapper.usingCss .lSFade > * {
  opacity: 0;
  -webkit-transition-delay: 0s;
  transition-delay: 0s;
  -webkit-transition-duration: inherit !important;
  transition-duration: inherit !important;
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-timing-function: inherit !important;
  transition-timing-function: inherit !important;
}
.lSSlideWrapper .lSFade > *.active {
  z-index: 10;
}
.lSSlideWrapper.usingCss .lSFade > *.active {
  opacity: 1;
}
/** /!!! End of core css Should not edit !!!/**/
/* Pager */
.lSSlideOuter .lSPager.lSpg {
  margin: 10px 0 0;
  padding: 0;
  text-align: center;
}
.lSSlideOuter .lSPager.lSpg > li {
  cursor: pointer;
  display: inline-block;
  padding: 0 5px;
}
.lSSlideOuter .lSPager.lSpg > li a {
  background-color: #222222;
  border-radius: 30px;
  display: inline-block;
  height: 8px;
  overflow: hidden;
  text-indent: -999em;
  width: 8px;
  position: relative;
  z-index: 99;
  -webkit-transition: all 0.5s linear 0s;
  transition: all 0.5s linear 0s;
}
.lSSlideOuter .lSPager.lSpg > li:hover a,
.lSSlideOuter .lSPager.lSpg > li.active a {
  background-color: #428bca;
}
.lSSlideOuter .media {
  opacity: 0.8;
}
.lSSlideOuter .media.active {
  opacity: 1;
}
/* End of pager */
/** Gallery */
.lSSlideOuter .lSPager.lSGallery {
  list-style: none outside none;
  padding-left: 0;
  margin: 0;
  overflow: hidden;
  transform: translate3d(0px, 0px, 0px);
  -moz-transform: translate3d(0px, 0px, 0px);
  -ms-transform: translate3d(0px, 0px, 0px);
  -webkit-transform: translate3d(0px, 0px, 0px);
  -o-transform: translate3d(0px, 0px, 0px);
  -webkit-transition-property: -webkit-transform;
  -moz-transition-property: -moz-transform;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.lSSlideOuter .lSPager.lSGallery li {
  overflow: hidden;
  -webkit-transition: border-radius 0.12s linear 0s 0.35s linear 0s;
  transition: border-radius 0.12s linear 0s 0.35s linear 0s;
}
.lSSlideOuter .lSPager.lSGallery li.active,
.lSSlideOuter .lSPager.lSGallery li:hover {
  border-radius: 5px;
}
.lSSlideOuter .lSPager.lSGallery img {
  display: block;
  height: auto;
  max-width: 100%;
}
.lSSlideOuter .lSPager.lSGallery:before,
.lSSlideOuter .lSPager.lSGallery:after {
  content: " ";
  display: table;
}
.lSSlideOuter .lSPager.lSGallery:after {
  clear: both;
}
/* End of Gallery*/
/* slider actions */
.lSAction > a {
  width: 32px;
  display: block;
  top: 50%;
  height: 32px;
  background-image: url(/sites/all/themes/plastics/assets/img/controls.png);
  cursor: pointer;
  position: absolute;
  z-index: 99;
  margin-top: -16px;
  opacity: 0.5;
  -webkit-transition: opacity 0.35s linear 0s;
  transition: opacity 0.35s linear 0s;
}
.lSAction > a:hover {
  opacity: 1;
}
.lSAction > .lSPrev {
  background-position: 0 0;
  left: 10px;
}
.lSAction > .lSNext {
  background-position: -32px 0;
  right: 10px;
}
.lSAction > a.disabled {
  pointer-events: none;
}
.cS-hidden {
  height: 1px;
  opacity: 0;
  filter: alpha(opacity=0);
  overflow: hidden;
}
/* vertical */
.lSSlideOuter.vertical {
  position: relative;
}
.lSSlideOuter.vertical.noPager {
  padding-right: 0px !important;
}
.lSSlideOuter.vertical .lSGallery {
  position: absolute !important;
  right: 0;
  top: 0;
}
.lSSlideOuter.vertical .lightSlider > * {
  width: 100% !important;
  max-width: none !important;
}
/* vertical controlls */
.lSSlideOuter.vertical .lSAction > a {
  left: 50%;
  margin-left: -14px;
  margin-top: 0;
}
.lSSlideOuter.vertical .lSAction > .lSNext {
  background-position: 31px -31px;
  bottom: 10px;
  top: auto;
}
.lSSlideOuter.vertical .lSAction > .lSPrev {
  background-position: 0 -31px;
  bottom: auto;
  top: 10px;
}
/* vertical */
/* Rtl */
.lSSlideOuter.lSrtl {
  direction: rtl;
}
.lSSlideOuter .lightSlider,
.lSSlideOuter .lSPager {
  padding-left: 0;
  list-style: none outside none;
}
.lSSlideOuter.lSrtl .lightSlider,
.lSSlideOuter.lSrtl .lSPager {
  padding-right: 0;
}
.lSSlideOuter .lightSlider > *,
.lSSlideOuter .lSGallery li {
  float: left;
}
.lSSlideOuter.lSrtl .lightSlider > *,
.lSSlideOuter.lSrtl .lSGallery li {
  float: right !important;
}
/* Rtl */
@-webkit-keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@keyframes rightEnd {
  0% {
    left: 0;
  }
  50% {
    left: -15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@keyframes topEnd {
  0% {
    top: 0;
  }
  50% {
    top: -15px;
  }
  100% {
    top: 0;
  }
}
@-webkit-keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@keyframes leftEnd {
  0% {
    left: 0;
  }
  50% {
    left: 15px;
  }
  100% {
    left: 0;
  }
}
@-webkit-keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
@keyframes bottomEnd {
  0% {
    bottom: 0;
  }
  50% {
    bottom: -15px;
  }
  100% {
    bottom: 0;
  }
}
.lSSlideOuter .rightEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
.lSSlideOuter .leftEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .rightEnd {
  -webkit-animation: topEnd 0.3s;
  animation: topEnd 0.3s;
  position: relative;
}
.lSSlideOuter.vertical .leftEnd {
  -webkit-animation: bottomEnd 0.3s;
  animation: bottomEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .rightEnd {
  -webkit-animation: leftEnd 0.3s;
  animation: leftEnd 0.3s;
  position: relative;
}
.lSSlideOuter.lSrtl .leftEnd {
  -webkit-animation: rightEnd 0.3s;
  animation: rightEnd 0.3s;
  position: relative;
}
/*/  GRab cursor */
.lightSlider.lsGrab > * {
  cursor: -webkit-grab;
  cursor: -moz-grab;
  cursor: -o-grab;
  cursor: -ms-grab;
  cursor: grab;
}
.lightSlider.lsGrabbing > * {
  cursor: move;
  cursor: -webkit-grabbing;
  cursor: -moz-grabbing;
  cursor: -o-grabbing;
  cursor: -ms-grabbing;
  cursor: grabbing;
}
/* update the font elsewhere? */
/* variables */
.mt-40 {
  width: calc(100% - 20px);
  margin-top: 20px;
  margin-bottom: 20px;
  margin-left: 10px;
  border-bottom: 1px solid #dfdfdf;
}
.node-type-homev2 {
  /* */
}
.node-type-homev2 .home-slider {
  width: 100%;
  height: calc(100vh - 120px);
  /* minus header height */
  min-height: 520px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  position: relative;
  overflow: hidden;
  /* home-slider */
}
.node-type-homev2 .home-slider .hero-callout {
  width: 530px;
  position: absolute;
  right: 0px;
  bottom: 60px;
  padding: 40px 60px 40px 120px;
  z-index: 10;
  /* hero-callout */
}
.node-type-homev2 .home-slider .hero-callout .content {
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  z-index: 1;
  display: flex;
  flex-direction: row-reverse;
  flex-wrap: wrap;
  align-content: flex-end;
  /* content */
}
.node-type-homev2 .home-slider .hero-callout .content h3 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  clear: both;
  color: #fff;
  font-family: 'Roboto Slab', serif;
  font-size: 24px;
  line-height: 26px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  font-weight: 700;
  text-align: right;
}
.node-type-homev2 .home-slider .hero-callout .content p {
  width: 100%;
  float: left;
  position: relative;
  margin: 13px 0px 14px 0px;
  padding: 0px 0px 0px 0px;
  clear: both;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.0em;
  font-weight: 300;
  text-align: right;
}
.node-type-homev2 .home-slider .hero-callout .content a.cta:first-of-type {
  margin-left: 15px;
}
.node-type-homev2 .home-slider .hero-callout .bg {
  background: url(/sites/all/themes/plastics/assets/images/reskin/red-slash-transparent.png) left bottom no-repeat;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  bottom: 0px;
  opacity: 0.9;
  z-index: 0;
}
.node-type-homev2 .home-slider .bg-angle {
  background: url(/sites/all/themes/plastics/assets/images/reskin/hero-bg-angle.png) right bottom no-repeat;
  background-size: contain;
  width: 141px;
  height: 50%;
  max-height: 483px;
  position: absolute;
  right: 0px;
  bottom: 0px;
  z-index: 1;
  pointer-events: none;
}
.node-type-homev2 .home-slider .slides {
  width: 100%;
  height: 100%;
  height: calc(100vh - 120px);
  /* minus header height */
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  clear: both;
  list-style-type: none;
  list-style-position: outside;
  z-index: 0;
  /* slides */
}
.node-type-homev2 .home-slider .slides .slide {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  width: 100%;
  height: 100%;
  height: calc(100vh - 120px);
  /* minus header height */
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  /* slide */
}
.node-type-homev2 .home-slider .slides .slide .stage {
  width: calc(100% - 80px);
  max-width: 1260px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  /* stage */
}
.node-type-homev2 .home-slider .slides .slide .stage .content {
  width: 50%;
  float: left;
  position: relative;
  margin: -13% 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  /* opacity: 0; */
  /* transition: margin 750ms linear; */
  /* content */
}
.node-type-homev2 .home-slider .slides .slide .stage .content h1 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  clear: both;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 60px;
  line-height: 60px;
  letter-spacing: 0.0em;
  text-transform: uppercase;
  font-weight: 400;
}
.node-type-homev2 .home-slider .slides .slide .stage .content p {
  width: 100%;
  float: left;
  position: relative;
  margin: 15px 0px 30px 0px;
  padding: 0px 0px 0px 0px;
  clear: both;
  color: #fff;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.0em;
  font-weight: 300;
}
.node-type-homev2 .home-slider .slides .slide.active .stage .content {
  /* opacity: 1; */
  /* margin-left: 0px;*/
}
.node-type-homev2 .home-slider ul.pagination {
  position: absolute;
  left: calc((100% - 1260px)/2);
  bottom: 50px;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  list-style-type: none;
  list-style-position: outside;
  z-index: 10;
  border: 0px;
}
.node-type-homev2 .home-slider ul.pagination li {
  background: url(/sites/all/themes/plastics/assets/images/reskin/icon-hexagon-outline.png) center center no-repeat;
  background-size: contain;
  width: 43px;
  height: 70px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 15px;
  padding: 0px 0px 0px 0px;
  cursor: pointer;
  opacity: 0.5;
  transition: all 250ms linear;
}
.node-type-homev2 .home-slider ul.pagination li:first-child {
  margin-left: 0px;
}
.node-type-homev2 .home-slider ul.pagination li:hover {
  opacity: 1;
}
.node-type-homev2 .home-slider ul.pagination li::before {
  content: " ";
  background-position: center center;
  background-size: contain;
  background-repeat: none;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0px;
  top: 0px;
}
.node-type-homev2 .home-slider ul.pagination li.current {
  background-image: url(/sites/all/themes/plastics/assets/images/reskin/icon-hexagon-red.png);
  width: 60px;
  height: 70px;
  opacity: 1;
}
.node-type-homev2 .home-slider ul.pagination li.current::after {
  content: " ";
  background: url(/sites/all/themes/plastics/assets/images/reskin/up-arrow-white.png) center top no-repeat;
  width: 7px;
  height: 4px;
  position: absolute;
  left: calc(50% - 3px);
  bottom: -14px;
}
.node-type-homev2 .home-slider ul.pagination li.advocacy::before {
  background-image: url(/sites/all/themes/plastics/assets/images/reskin/icon-pagination-innovation.png);
}
.node-type-homev2 .home-slider ul.pagination li.sustainability::before {
  background-image: url(/sites/all/themes/plastics/assets/images/reskin/icon-pagination-sustainability.png);
}
.node-type-homev2 .home-slider ul.pagination li.education::before {
  background-image: url(/sites/all/themes/plastics/assets/images/reskin/icon-pagination-education.png);
}
.node-type-homev2 .home-slider ul.pagination li.resources::before {
  background-image: url(/sites/all/themes/plastics/assets/images/reskin/icon-pagination-resources-notepad.png);
}
.node-type-homev2 .events-homepage-module {
  background: url(/sites/all/themes/plastics/assets/images/reskin/polygon-slash.png) left -4px top no-repeat;
  width: 100%;
  padding: 100px 0px 100px 0px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* events-homepage-module */
}
.node-type-homev2 .events-homepage-module .stage {
  width: calc(100% - 40px);
  max-width: 1320px;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  /* stage */
}
.node-type-homev2 .events-homepage-module .stage h3 {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 150px 0px 0px 0px;
  font-size: 36px;
  line-height: 36px;
  color: #cb2027;
  font-family: 'Roboto', sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  text-align: center;
}
.node-type-homev2 .events-homepage-module .stage h3::before {
  content: " ";
  background: url(/sites/all/themes/plastics/assets/images/reskin/upcoming-events-icon.png) center center no-repeat;
  background-size: contain;
  width: 104px;
  height: 120px;
  position: absolute;
  top: 0px;
  left: calc(50% - 52px);
}
.node-type-homev2 .events-homepage-module .stage ul.events__tiles {
  width: 100%;
  float: left;
  position: relative;
  margin: 55px 0px 60px 0px;
  padding: 0px 0px 0px 0px;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  list-style-type: none;
  list-style-position: outside;
  /* events__tiles*/
}
.node-type-homev2 .events-homepage-module .stage ul.events__tiles::after {
  display: none !important;
}
.node-type-homev2 .events-homepage-module .stage ul.events__tiles li.events__tile {
  width: calc(25% - 30px);
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  cursor: pointer;
  /* li */
}
.node-type-homev2 .events-homepage-module .stage ul.events__tiles li.events__tile a {
  background-color: #b7b7b7;
  background-size: cover;
  width: 100%;
  height: auto;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 56.25% 0px 0px 0px;
  display: block;
  clear: both;
  /* a */
}
.node-type-homev2 .events-homepage-module .stage ul.events__tiles li.events__tile a .image-slash {
  background: url(/sites/all/themes/plastics/assets/images/reskin/image-slash.png) left bottom no-repeat;
  background-size: cover;
  width: 18px;
  height: 60px;
  position: absolute;
  right: 0px;
  bottom: 0px;
}
.node-type-homev2 .events-homepage-module .stage ul.events__tiles li.events__tile a::before,
.node-type-homev2 .events-homepage-module .stage ul.events__tiles li.events__tile a::after {
  display: none !important;
}
.node-type-homev2 .events-homepage-module .stage ul.events__tiles li.events__tile .events__tile-details {
  width: 100%;
  float: left;
  position: relative;
  margin: 18px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  left: auto;
  top: auto;
  clear: both;
  transform: none !important;
}
.node-type-homev2 .events-homepage-module .stage ul.events__tiles li.events__tile .events__tile-details h4.events__tile-title {
  width: 100%;
  float: left;
  position: relative;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: left;
  font-family: 'Roboto', sans-serif;
  font-size: 24px;
  line-height: 26px;
  color: #cb2027;
  text-transform: uppercase;
}
.node-type-homev2 .events-homepage-module .stage ul.events__tiles li.events__tile .events__tile-details span.events__tile-date {
  width: 100%;
  float: left;
  position: relative;
  margin: 10px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  display: block;
  text-align: left;
  font-family: 'Roboto Slab', serif;
  font-size: 14px;
  line-height: 14px;
}
.node-type-homev2 .events-homepage-module .stage ul.events__tiles li.events__tile:hover .events__tile-details h4 {
  text-decoration: underline;
}
.node-type-homev2 .events-homepage-module .stage p {
  width: calc(100% - 40px);
  max-width: 750px;
  margin: 0px 0px 35px 0px;
  padding: 0px 0px 0px 0px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  line-height: 36px;
  color: #5f605f;
  font-weight: 300;
  text-align: center;
}
.node-type-homev2 .events-homepage-module .stage .button-group {
  width: auto;
}
.node-type-homev2 .events-homepage-module .stage .button-group .button-group__item a {
  font-weight: 400 !important;
}
.node-type-homev2 .home-callouts {
  width: 100%;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  position: relative;
  /* home-cta-blocks */
}
.node-type-homev2 .home-callouts ul.callouts {
  width: 100%;
  margin: 0px 0px 20px 0px;
  padding: 0px 0px 0px 0px;
  float: left;
  position: relative;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: stretch;
  flex-wrap: nowrap;
  list-style-type: none;
  list-style-position: outside;
  /* cta-blocks */
}
.node-type-homev2 .home-callouts ul.callouts li.callout {
  background-repeat: no-repeat;
  background-position: left top;
  background-size: contain;
  width: 58%;
  margin: 0px -4% 0px -4%;
  padding: 31.38% 0px 0px 0px;
  /* 54.1 aspect ratio of angle bg * 1.16 (width percentage greater than 50) then divide by 2 */
  float: left;
  position: relative;
  display: block;
  cursor: pointer;
  /* block */
}
.node-type-homev2 .home-callouts ul.callouts li.callout .content {
  width: 60%;
  /* height: 31.38%;/* 54.1 aspect ratio of angle bg * 1.16 (width percentage greater than  50) then divide by 2 */
  height: 80%;
  position: absolute;
  left: 20%;
  top: 10%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  z-index: 1;
}
.node-type-homev2 .home-callouts ul.callouts li.callout .content .icon {
  background-size: contain;
  background-position: center center;
  width: 104px;
  height: 120px;
  margin-bottom: 15px;
}
.node-type-homev2 .home-callouts ul.callouts li.callout .content h3 {
  font-size: 36px;
  line-height: 42px;
  color: #fff;
  margin: 0px 0px 15px 0px;
  padding: 0px 0px 0px 0px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  font-family: 'Roboto', sans-serif;
  text-align: center;
}
.node-type-homev2 .home-callouts ul.callouts li.callout .content p {
  color: #fff;
  margin: 0px 0px 0px 0px;
  padding: 0px 0px 0px 0px;
  text-align: center;
  overflow: hidden;
  height: auto;
  max-height: 0;
  opacity: 0;
  transition: all 250ms linear;
}
.node-type-homev2 .home-callouts ul.callouts li.callout:last-child .content a.cta {
  background: #fff;
  color: #cb2027 !important;
}
.node-type-homev2 .home-callouts ul.callouts li.callout:last-child .content a.cta:hover {
  background: #841519;
  color: #fff !important;
}
.node-type-homev2 .home-callouts ul.callouts li.callout:hover .content p {
  opacity: 1;
  max-height: 200px;
  padding: 0px 0px 23px 0px;
}
/* responsive */
@media screen and (min-width: 1381px) and (max-height: 660px) {
  .node-type-homev2 {
    /* */
  }
  .node-type-homev2 .home-slider .slides .slide {
    justify-content: flex-start;
  }
  .node-type-homev2 .home-slider .slides .slide .stage .content {
    margin: 60px 0px 0px 0px;
  }
  .node-type-homev2 .home-slider .slides .slide .stage .content h1 {
    font-size: 42px;
    line-height: 42px;
  }
  /* 1380 x 660 */
}
@media screen and (max-width: 1380px) {
  .node-type-homev2 {
    /* */
    /* */
  }
  .node-type-homev2 .home-slider {
    /* home-slider */
  }
  .node-type-homev2 .home-slider ul.pagination {
    left: 40px;
    bottom: 30px;
  }
  .node-type-homev2 .home-slider ul.pagination li {
    width: 31px;
    height: 50px;
    margin: 0px 0px 0px 10px;
  }
  .node-type-homev2 .home-slider ul.pagination li.current {
    width: 43px;
    height: 50px;
  }
  .node-type-homev2 .home-slider .bg-angle {
    height: 40%;
  }
  .node-type-homev2 .home-slider .hero-callout {
    width: 40%;
    bottom: 20px;
    padding: 30px 30px 30px 70px;
    /* hero-callout */
  }
  .node-type-homev2 .home-slider .hero-callout .content h3 {
    font-size: 20px;
    line-height: 21px;
  }
  .node-type-homev2 .home-slider .hero-callout .content p {
    margin: 13px 0px 14px 0px;
  }
  .node-type-homev2 .home-slider .slides {
    /* slides */
  }
  .node-type-homev2 .home-slider .slides .slide {
    justify-content: flex-start;
    /* slide */
  }
  .node-type-homev2 .home-slider .slides .slide .stage {
    /* width: ~"calc(100% - 80px)"; */
    /* stage */
  }
  .node-type-homev2 .home-slider .slides .slide .stage .content {
    /* width: 50%; */
    margin: 80px 0px 0px 0px;
    /* content */
  }
  .node-type-homev2 .home-slider .slides .slide .stage .content h1 {
    font-size: 48px;
    line-height: 48px;
  }
  .node-type-homev2 .home-slider .slides .slide .stage .content p {
    margin: 15px 0px 20px 0px;
    font-size: 16px;
    line-height: 24px;
  }
  .node-type-homev2 .events-homepage-module {
    padding: 80px 0px 80px 0px;
    /* events-homepage-module */
  }
  .node-type-homev2 .events-homepage-module .stage {
    /* width: ~"calc(100% - 40px)"; */
    /* stage */
  }
  .node-type-homev2 .events-homepage-module .stage h3 {
    padding: 110px 0px 0px 0px;
    font-size: 30px;
    line-height: 30px;
    order: 1;
  }
  .node-type-homev2 .events-homepage-module .stage h3::before {
    width: 69px;
    height: 80px;
    left: calc(50% - 35px);
  }
  .node-type-homev2 .events-homepage-module .stage ul.events__tiles {
    margin-top: 35px;
    margin-bottom: 40px;
    order: 2;
    /* events__tiles*/
  }
  .node-type-homev2 .events-homepage-module .stage ul.events__tiles li.events__tile {
    width: calc(25% - 15px);
    /* li */
  }
  .node-type-homev2 .events-homepage-module .stage ul.events__tiles li.events__tile a {
    /* a */
  }
  .node-type-homev2 .events-homepage-module .stage ul.events__tiles li.events__tile .events__tile-details h4.events__tile-title {
    font-size: 21px;
    line-height: 22px;
  }
  .node-type-homev2 .events-homepage-module .stage p {
    order: 3;
  }
  .node-type-homev2 .events-homepage-module .stage .button-group {
    order: 4;
  }
  .node-type-homev2 .home-callouts {
    /* home-cta-blocks */
  }
  .node-type-homev2 .home-callouts ul.callouts {
    /* cta-blocks */
  }
  .node-type-homev2 .home-callouts ul.callouts li.callout {
    /* block */
  }
  .node-type-homev2 .home-callouts ul.callouts li.callout .content {
    width: 74%;
    /* height: 31.38%;/* 54.1 aspect ratio of angle bg * 1.16 (width percentage greater than  50) then divide by 2 */
    height: 90%;
    left: 13%;
    top: 5%;
  }
  .node-type-homev2 .home-callouts ul.callouts li.callout .content .icon {
    width: 69px;
    height: 80px;
  }
  .node-type-homev2 .home-callouts ul.callouts li.callout .content h3 {
    font-size: 30px;
    line-height: 34px;
    margin: 0px 0px 7px 0px;
  }
  /* 1380 */
}
@media screen and (max-width: 1380px) and (max-height: 660px) {
  .node-type-homev2 {
    /* */
  }
  .node-type-homev2 .home-slider .slides .slide .stage .content {
    margin: 40px 0px 0px 0px;
  }
  .node-type-homev2 .home-slider .slides .slide .stage .content h1 {
    font-size: 42px;
    line-height: 42px;
  }
  /* 1380 x 660 */
}
@media screen and (max-width: 960px) {
  .node-type-homev2 {
    /* */
    /* */
  }
  .node-type-homev2 .home-slider {
    height: auto !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .node-type-homev2 .home-slider .bg-angle {
    height: 50%;
  }
  .node-type-homev2 .home-slider ul.pagination {
    left: auto;
    bottom: auto;
    position: relative;
    order: 2;
    margin: -100px 0px 80px 40px;
  }
  .node-type-homev2 .home-slider ul.pagination li {
    width: 31px;
    height: 50px;
    margin: 0px 0px 0px 10px;
  }
  .node-type-homev2 .home-slider ul.pagination li.current {
    width: 43px;
    height: 50px;
  }
  .node-type-homev2 .home-slider .hero-callout {
    width: calc(100% - 40px);
    right: auto;
    bottom: auto;
    float: left;
    position: relative;
    padding: 30px 30px 30px 70px;
    margin-left: 40px;
    margin-top: -50px;
    order: 3;
    /* hero-callout */
  }
  .node-type-homev2 .home-slider .hero-callout .content h3 {
    font-size: 20px;
    line-height: 21px;
  }
  .node-type-homev2 .home-slider .hero-callout .content p {
    margin: 13px 0px 14px 0px;
  }
  .node-type-homev2 .home-slider .hero-callout .bg {
    background-position: bottom left;
    opacity: 1;
  }
  .node-type-homev2 .home-slider ul.slides {
    height: auto;
    /* min-height: ~"calc(100vh - 80px - 20vh)" !important; /* minus header height - some spacing for the hero callout */
    order: 1;
  }
  .node-type-homev2 .home-slider ul.slides li.slide {
    min-height: calc(100vh - 80px - 20vh) !important;
  }
  .node-type-homev2 .home-slider ul.slides li.slide .stage .content {
    margin: 40px 0px 120px 0px;
  }
  .node-type-homev2 .home-slider ul.slides li.slide .stage .content h1 {
    font-size: 36px;
    line-height: 36px;
  }
  .node-type-homev2 .home-slider ul.slides li.slide .stage .content p {
    margin: 15px 0px 20px 0px;
  }
  .node-type-homev2 .events-homepage-module {
    padding: 60px 0px 60px 0px;
    /* events-homepage-module */
  }
  .node-type-homev2 .events-homepage-module .stage {
    /* width: ~"calc(100% - 40px)"; */
    /* stage */
  }
  .node-type-homev2 .events-homepage-module .stage ul.events__tiles {
    width: calc(100% - 40px);
    margin-bottom: 20px;
    /* events__tiles*/
  }
  .node-type-homev2 .events-homepage-module .stage ul.events__tiles li.events__tile {
    width: calc(50% - 10px);
    margin-bottom: 20px;
    /* li */
  }
  .node-type-homev2 .events-homepage-module .stage p {
    font-size: 16px;
    line-height: 32px;
  }
  .node-type-homev2 .home-callouts {
    /* home-cta-blocks */
  }
  .node-type-homev2 .home-callouts ul.callouts {
    margin: 0px 0px 0px 0px;
    flex-direction: column;
    /* cta-blocks */
  }
  .node-type-homev2 .home-callouts ul.callouts li.callout {
    width: 108%;
    margin: 0px -4% 20px -4%;
    padding: 57.5% 0px 0px 0px;
    /* 54.1 aspect ratio of angle bg * 1.16 (width percentage greater than 50) then divide by 2 */
  }
  .node-type-homev2 .home-callouts ul.callouts li.callout .content {
    width: 70%;
    height: 90%;
    left: 15%;
    top: 5%;
  }
  .node-type-homev2 .home-callouts ul.callouts li.callout .content p {
    padding: 0px 0px 23px 0px;
    max-height: 1000px;
    opacity: 1;
  }
  /* 960 */
}
@media screen and (max-width: 660px) {
  .node-type-homev2 {
    /* */
    /* */
  }
  .node-type-homev2 .home-slider {
    height: auto !important;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  }
  .node-type-homev2 .home-slider .bg-angle {
    height: 50%;
    top: 30vw;
    height: 20vw;
    bottom: auto;
  }
  .node-type-homev2 .home-slider ul.pagination {
    left: auto;
    bottom: auto;
    position: relative;
    order: 2;
    margin: 20px 0px 40px 40px;
  }
  .node-type-homev2 .home-slider ul.pagination li {
    background-image: url(/sites/all/themes/plastics/assets/images/reskin/icon-hexagon-gray.png);
  }
  .node-type-homev2 .home-slider ul.pagination li.current {
    background-image: url(/sites/all/themes/plastics/assets/images/reskin/icon-hexagon-red.png);
  }
  .node-type-homev2 .home-slider ul.pagination li.current::after {
    background-image: url(/sites/all/themes/plastics/assets/images/reskin/up-arrow.png);
  }
  .node-type-homev2 .home-slider .hero-callout {
    background: #cb2027;
    width: calc(100% - 0px);
    right: auto;
    bottom: auto;
    float: left;
    position: relative;
    padding: 30px 30px 30px 30px;
    margin-left: 0px;
    margin-top: 0px;
    /* hero-callout */
  }
  .node-type-homev2 .home-slider .hero-callout .content {
    justify-content: center;
  }
  .node-type-homev2 .home-slider .hero-callout .content h3 {
    text-align: center;
  }
  .node-type-homev2 .home-slider .hero-callout .content p {
    text-align: center;
  }
  .node-type-homev2 .home-slider ul.slides {
    height: auto !important;
    /* min-height: ~"calc(100vh - 80px - 20vh)" !important; /* minus header height - some spacing for the hero callout */
    order: 1;
  }
  .node-type-homev2 .home-slider ul.slides li.slide {
    min-height: calc(100vh - 80px - 20vh) !important;
    height: auto !important;
    background-position: left top;
    background-size: contain;
    display: block;
  }
  .node-type-homev2 .home-slider ul.slides li.slide .stage {
    width: calc(100% - 40px);
    margin-top: 48.5vw;
    margin-left: 20px;
  }
  .node-type-homev2 .home-slider ul.slides li.slide .stage .content {
    width: calc(100% - 40px);
    margin: -40px 0px 0px 0px;
  }
  .node-type-homev2 .home-slider ul.slides li.slide .stage .content h1 {
    width: 70%;
    min-width: 320px;
    background: #fff;
    padding: 20px 20px 20px 20px;
    color: #cb2027;
    font-size: 30px;
    line-height: 30px;
  }
  .node-type-homev2 .home-slider ul.slides li.slide .stage .content p {
    margin: 0px 40px 20px 20px;
    color: #5f605f;
  }
  .node-type-homev2 .home-slider ul.slides li.slide .stage .content a.cta {
    margin-left: 20px;
  }
  .node-type-homev2 .events-homepage-module {
    background-position: left -30% top;
    padding: 40px 0px 60px 0px;
    /* events-homepage-module */
  }
  .node-type-homev2 .events-homepage-module .stage {
    /* width: ~"calc(100% - 40px)"; */
    /* stage */
  }
  .node-type-homev2 .events-homepage-module .stage ul.events__tiles {
    width: calc(100% - 0px);
    /* events__tiles*/
  }
  .node-type-homev2 .events-homepage-module .stage ul.events__tiles li.events__tile {
    /* li */
  }
  .node-type-homev2 .events-homepage-module .stage .button-group {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .node-type-homev2 .events-homepage-module .stage .button-group .button-group__item {
    margin: 0px 0px 0px 0px;
  }
  .node-type-homev2 .events-homepage-module .stage .button-group .button-group__item:first-child {
    margin-bottom: 20px;
  }
  /* 660 */
}
@media screen and (max-width: 560px) {
  .node-type-homev2 .home-callouts {
    /* home-cta-blocks */
  }
  .node-type-homev2 .home-callouts ul.callouts {
    /* cta-blocks */
  }
  .node-type-homev2 .home-callouts ul.callouts li.callout {
    background-position: center center;
    background-size: cover;
    width: 100%;
    margin: 0px 0px 20px 0px;
    padding: 100% 0px 0px 0px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .node-type-homev2 .home-callouts ul.callouts li.callout .content {
    width: calc(100% - 80px);
    left: 40px;
    top: 5%;
  }
  .node-type-homev2 .home-callouts ul.callouts li.callout .content .icon {
    width: 52px;
    height: 60px;
  }
  /* 560 */
}
@media screen and (max-width: 460px) {
  .node-type-homev2 {
    /* */
    /* */
  }
  .node-type-homev2 .home-slider .hero-callout .content {
    flex-direction: column;
    justify-content: center;
    align-items: center;
  }
  .node-type-homev2 .home-slider .hero-callout .content a.cta {
    margin: 0px 0px 0px 0px;
    order: 3;
  }
  .node-type-homev2 .home-slider .hero-callout .content a.cta:first-of-type {
    margin: 10px 0px 0px 0px;
    order: 4;
  }
  .node-type-homev2 .home-slider .bg-angle {
    height: 22vw;
  }
  .node-type-homev2 .home-slider ul.slides {
    height: auto;
    /* min-height: ~"calc(100vh - 80px - 20vh)" !important; /* minus header height - some spacing for the hero callout */
    order: 1;
  }
  .node-type-homev2 .home-slider ul.slides li.slide .stage {
    width: calc(100% - 40px);
  }
  .node-type-homev2 .home-slider ul.slides li.slide .stage .content {
    width: calc(100% - 0px);
    margin: -20px 0px 0px 0px;
  }
  .node-type-homev2 .home-slider ul.slides li.slide .stage .content h1 {
    width: calc(100% + 20px);
    min-width: 280px;
    margin: 0px -10px 0px -10px;
    padding: 20px 20px 20px 20px;
    color: #cb2027;
    font-size: 26px;
    line-height: 26px;
  }
  .node-type-homev2 .home-slider ul.slides li.slide .stage .content p {
    width: calc(100% - 20px);
    margin: 0px 0px 20px 10px;
    padding: 0px 0px 0px 0px;
  }
  .node-type-homev2 .home-slider ul.slides li.slide .stage .content a.cta {
    margin-left: 0px;
  }
  .node-type-homev2 .events-homepage-module {
    /* events-homepage-module */
  }
  .node-type-homev2 .events-homepage-module .stage {
    /* width: ~"calc(100% - 40px)"; */
    /* stage */
  }
  .node-type-homev2 .events-homepage-module .stage ul.events__tiles {
    margin-bottom: 20px;
    /* events__tiles*/
  }
  .node-type-homev2 .events-homepage-module .stage ul.events__tiles li.events__tile {
    width: 100%;
    margin-bottom: 40px;
    /* li */
  }
  .node-type-homev2 .events-homepage-module .stage ul.events__tiles li.events__tile .events__tile-details h4.events__tile-title,
  .node-type-homev2 .events-homepage-module .stage ul.events__tiles li.events__tile .events__tile-details span.events__tile-date {
    text-align: center !important;
  }
  .node-type-homev2 .home-callouts {
    /* home-cta-blocks */
  }
  .node-type-homev2 .home-callouts ul.callouts {
    /* cta-blocks */
  }
  .node-type-homev2 .home-callouts ul.callouts li.callout {
    padding: 140% 0px 0px 0px;
  }
  .node-type-homev2 .home-callouts ul.callouts li.callout .content {
    width: calc(100% - 40px);
    left: 20px;
  }
  /* 460 */
}
