@charset "utf-8";
/* Element Styles */
html {
  position: relative;
  min-height: 100%;
  overflow-x: hidden;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 60px;
  margin-top: 46px;
  overflow-x: hidden;
}
a {
  color: #007041;
}
a:hover, a:active, a:focus {
  color: #009A44;
  text-decoration: none;
}
.modal-body a {
	color: #09FF97;
}
.modal-body a:hover, .modal-body a:active, .modal-body a:focus {
	color: #A2FFD8;
}
a.anchor {
  display: block;
  position: relative;
  top: -100px;
  visibility: hidden;
}
h1, h2, h3, h4, h5 {
  font-family: "futura-pt", sans-serif;
}
h1, h2, h3 {
  text-transform: uppercase;
  color: #808080;
}
h1 {
  font-size: 4.5em;
  line-height: .8;
}
h2 {
  line-height: 26px;
}
h4 {
  margin: 0px;
  padding: 0px;
}
h1 strong, h2 strong, h3 strong, h4 strong, h5 strong {
  font-weight: 800;
}
h1 em, h2 em, h3 em, h4 em {
	text-transform: lowercase;
}
hr {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: dashed 1px #CCC;
}
input.refinemachine:focus {
  border-color: #55AF91;
  box-shadow: 0px 0px 10px #55AF91;
}
input[type="number"]::-webkit-inner-spin-button, input[type="number"]::-webkit-outer-spin-button {
  display: none;
}
/* Range Slider */
input[type=range] {
  -webkit-appearance: none;
  margin: 18px 0;
  width: 100%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: #007041;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
  position: relative;
  top: -1em;
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  border: solid 2px #999;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background-color: #CCC;
  background: radial-gradient(#FFF, #C0C0C0);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -10px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: #007041;
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: #007041;
  border-radius: 1.3px;
  border: 0.2px solid #010101;
  position: relative;
  top: -1em;
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  border: solid 2px #999;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background-color: #CCC;
  background: radial-gradient(#FFF, #C0C0C0);
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 8.4px;
  cursor: pointer;
  animate: 0.2s;
  background: transparent;
  border-color: transparent;
  border-width: 16px 0;
  color: transparent;
  position: relative;
  top: -1em;
}
input[type=range]::-ms-fill-lower {
  background: #007041;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
}
input[type=range]::-ms-fill-upper {
  background: #007041;
  border: 0.2px solid #010101;
  border-radius: 2.6px;
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.25);
  border: solid 2px #999;
  height: 30px;
  width: 30px;
  border-radius: 30px;
  background-color: #CCC;
  background: radial-gradient(#FFF, #C0C0C0);
  cursor: pointer;
}
input[type=range]:focus::-ms-fill-lower {
  background: #007041;
}
input[type=range]:focus::-ms-fill-upper {
  background: #007041;
}
/* Header Styles */
.navselector {
  width: 119px;
  background-color: #f3f3f5;
  padding: 0px;
  float: left;
  height: 453px;
}
.languageselect li a {
  padding: 3px;
}
.productcategories {
  display: none;
}
.productselect li {
  padding-left: 10px;
  border-bottom: solid 1px #d9dadc;
  padding-top: 5px;
  padding-bottom: 5px;
  position: relative;
}
.productselect li:hover {
  background-color: #d1d2d4;
}
.productselect li a {
  color: #000;
}
.productselect li:hover a {
  color: #007041;
  font-weight: bold;
}
.productselectarrow {
  width: 30px;
  height: 30px;
  position: absolute;
  right: -22px;
  top: 0px;
  z-index: 999;
  background-image: url(/fusion-static/images/productselectarrow.png);
  display: none;
}
.dropdown-menu > li > a {
  font-weight: inherit;
}
.dropdown-header {
  font-size: 14px;
  padding: 0px;
  border-bottom: none;
}
.dropdown-header > a {
  font-weight: bold !important;
}
.dropdown-subitem {
  padding-left: 10px;
}
.dropdown-submenu {
  position: relative;
}
.dropdown-submenu > .dropdown-menu {
  top: 0;
  left: 100%;
  margin-top: -6px;
  margin-left: -1px;
  -webkit-border-radius: 0 6px 6px 6px;
  -moz-border-radius: 0 6px 6px 6px;
  border-radius: 0 6px 6px 6px;
}
.dropdown-submenu:hover > .dropdown-menu {
  display: block;
}
.dropdown-submenu > a:after {
  display: block;
  content: " ";
  float: right;
  width: 0;
  height: 0;
  border-color: transparent;
  border-style: solid;
  border-width: 5px 0 5px 5px;
  border-left-color: #cccccc;
  margin-top: 5px;
  margin-right: -10px;
}
.dropdown-submenu:hover > a:after {
  border-left-color: #ffffff;
}
.dropdown-submenu.pull-left {
  float: none;
}
.dropdown-submenu.pull-left > .dropdown-menu {
  left: -100%;
  margin-left: 10px;
  -webkit-border-radius: 6px 0 6px 6px;
  -moz-border-radius: 6px 0 6px 6px;
  border-radius: 6px 0 6px 6px;
}
.uppermenu {
  padding: 10px;
  text-align: right;
  background-color: #4D4D4D;
  color: #969696;
  font-size: 12px;
}
.uppermenu a {
  color: #BBBBBB;
  margin-left: 24px;
}
.uppermenu a:first-child {
  margin-left: 0px;
}
.uppermenu a:hover {
  color: #FFF;
  text-decoration: none;
}
.navbar-default .navbar-nav > .open > a, .navbar-default .navbar-nav > .open > a:hover, .navbar-default .navbar-nav > .open > a:focus {
  background-color: #d1d2d4;
}
.search {
  display: none;
  position: absolute;
  top: 0px;
  right: 0px;
  background-color: #6F6F6F;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 999;
  text-align: center;
}
.searchsm {
  display: none;
  position: absolute;
  top: 50px;
  right: 0px;
  background-color: #6F6F6F;
  padding: 10px;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  z-index: 999;
}
.menusizeranges {
  background-color: #F4F4F4;
  overflow: hidden;
}
.menusizeranges a {
  color: #009A44;
  text-decoration: none;
  font-weight: bold;
}
.menusizeranges a:hover {
  color: #68C278;
}
.menusizeranges ul {
  list-style: none;
  padding-left: 20px;
  padding-right: 0px;
  padding-top: 10px;
  padding-bottom: 10px;
  margin: 0px;
}
.menusizeranges li {
  list-style: none;
  padding: 0px;
  margin-top: 0px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 10px;
  float: left;
  font-size: 12px;
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.menusizeranges li:hover {
  background-color: transparent;
  box-shadow: none;
  border: none;
}
.needhelp {
	border: none;
    text-align: center;
    font-size: 12px;
    line-height: 12px;
    position: absolute;
    width: 119px;
    bottom: 0px;
	background-color: #007041;
	color: #FFF;
    height: 85px;
    padding: 10px;
}
.needhelp:hover {
  box-shadow: none;
  text-decoration: none;
}
.needhelp a:hover {
  text-decoration: none;
}
.needhelp:hover {
  background-color: #1B9A65;
}
.articleheader {
  background-size: cover;
  padding: 20px 50px;
  min-height: 330px;
  margin-bottom: 30px;
}
.articleheader h1 {
  font-weight: 800;
  color: #FFF;
  margin-top: 75px;
}
.articleheader h3 {
  color: #CCC;
  margin: 0px;
  padding: 0px;
}
.megamenumachinelines {
  padding: 0px;
  width: 12%;
  float: left;
}
/* Mobile Navigation */
.mobilenav {
  width: 90%;
  background-color: #CCC;
  color: #333;
  height: 100%;
  position: fixed;
  top: 0px;
  left: 0px;
  display: none;
  padding-top: 125px;
  z-index: 99;
  box-shadow: 5px 0px 15px rgba(0, 0, 0, 0.30);
  font-family: "futura-pt", sans-serif;
  overflow: auto;
}
.darkenbg {
  background-color: rgba(0, 0, 0, 0.65);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  display: none;
  z-index: 98;
}
.mobilenav-main {
  position: absolute;
  left: 0px;
  padding: 0px;
  margin: 0px;
  width: 100%;
  overflow: hidden;
}
.mobilenav-main li {
  padding: 15px 8px;
  font-size: 15px;
  text-transform: uppercase;
  background-color: #FFF;
  margin-bottom: 5px;
}
.mobilenav-main li span {
  color: #007041;
  font-size: 12px;
}
.mobilenav-ugsub, .mobilenav-mhpsub, .mobilenav-accsub, .mobilenav-trainsub, .mobilenav-sssub, .mobilenav-ocsub {
  display: none;
}
.mobilenav a {
  color: #333;
}
.mobilenavmachines {
  list-style: none;
  margin: 0px;
  padding: 0px;
  overflow: hidden;
}
.mobilenavmachines li {
  clear: both;
  padding: 15px 0px;
  overflow: hidden;
  border-bottom: dashed 1px #CCC;
}
.mobilenavmachines li:last-child {
  border-bottom: none;
}
.mobilenavmachinesimg {
  width: 40%;
  float: left;
}
.mobilenavmachinestext {
  width: 55%;
  padding-left: 10px;
  float: left;
}
.mobilenavmachinestext h4 {
  text-transform: uppercase;
  margin-bottom: 6px;
}
.mobilenavmachinestext a {
  font-size: 12px;
  color: #007041;
}
.mobilequicklinks {
  margin: 0px;
  list-style: none;
  background-color: #F0F0F0;
  overflow: hidden;
  padding: 8px;
}
.mobilequicklinks li {
  float: left;
  padding-right: 15px;
  padding-bottom: 8px;
  padding-top: 8px;
}
.mobilequicklinks a {
  color: #007041;
}
.mobilequicklinks h4 {
  margin-bottom: 5px;
}
.mobilenav-goback {
  position: absolute;
  top: 60px;
  right: 10px;
  padding-left: 10px;
}
.mobilenav-submenus {
  padding: 0px;
  margin: 0px;
}
.mobilenav-submenus a li {
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 10px 15px;
  border-top-right-radius: 3px;
  border-top-left-radius: 3px;
  margin-top: 5px;
  color: #666;
  font-size: 16px;
}
.mobilenav-submenus a:first-child li {
  margin-top: 0px;
}
/* Main Content Styles */
.row {
  margin-top: 40px;
  margin-bottom: 40px;
}
.darkgreybackground {
  background-color: #4d4d4d;
  color: #FFF;
}
.introtext {
  color: #808080;
}
.herodetails {
  color: #FFF;
  font-weight: normal;
  position: relative;
  top: 50px;
  text-transform: none;
}
.herodetails h1 {
  font-size: 72px;
  color: #FFF;
  margin-top: 5px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 5px;
  padding: 0px;
  text-shadow: 0px 5px 15px #000;
  text-transform: uppercase;
  font-weight: 800;
  line-height: 54px;
}
.herodetails h1 sup {
  font-size: 15px;
  position: relative;
  top: -35px;
}
.herodetails h2 {
  font-size: 20px;
  color: #FFF;
  margin: 0px;
  padding: 0px;
  text-transform: capitalize;
  line-height: 20px;
}
.herodetails h3 {
  font-weight: normal;
  color: #FFF;
  font-size: 18px;
  margin-top: 0px;
  padding-top: 0px;
}
.herodetails p {
  margin-top: 20px;
}
.herodetailssmall h1 {
  font-weight: 800;
  padding: 0px;
  margin: 0px;
}
.herodetailssmall h2 {
  font-size: 1.5em;
  padding: 0px;
  margin: 0px;
}
.herodetailssmall p {
  margin-top: 20px;
}
.herodetailssmall img {
  margin-bottom: 20px;
}
.herodetailssmall ul.quicklinks {
  overflow: hidden;
}
.herodetailssmall ul.quicklinks li {
  font-weight: normal;
  font-size: 12px;
  padding: 2px;
  text-align: center;
  text-transform: none;
}
.herodetailssmall ul.quicklinks li span {
  font-size: 18px;
  color: #666;
}
.herodetailssmall ul.quicklinks li div {
  border: solid 1px #CCC;
  border-radius: 4px;
  background-color: #F7F7F7;
  padding: 10px;
}
.herodetailssmall ul.quicklinks a.scroll {
  color: #666;
  text-decoration: none;
}
.listprice {
  padding: 20px;
}
.currentlyviewing {
  padding: 0px 40px;
  font-size: 11px;
}
.currentlyviewing div {
  margin-bottom: 6px;
  font-size: 12px;
}
.industryselection {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.industryselection li {
  margin: 0px;
  padding: 8px 10px;
  text-align: left;
}
.industryselection li a {
  color: #a4a4a4;
  text-decoration: none;
}
.industryselection li a:hover {
  color: #686868;
  text-decoration: none;
}
.industryselected {
  background-color: #e06f1d;
  color: #FFF;
  font-weight: bold;
}
.industryselected img {
  position: relative;
  top: -1px;
  width: 19px;
  height: 19px;
}
.industrynotselected img {
  position: relative;
  top: -2px;
  width: 19px;
  height: 19px;
}
.strike, .strike a {
  cursor: not-allowed;
}
.quicklinks {
  padding: 0px;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  list-style: none;
}
.quicklinks li {
  float: left;
  text-transform: uppercase;
  font-weight: 800;
  font-size: 18px;
}
.quicklinks li span, .quicklinks li span a {
  color: #009A44;
}
ul.quicklinks a.scroll {
  color: #FFF;
  text-decoration: none;
}
.machineselect {
  border: solid 5px #FFF;
}
.machineselect img {
  opacity: .8;
}
.machineselect:hover {
  border: solid 5px #D9D9D9;
}
.machineselect:hover img {
  opacity: 1;
}
.ui-widget-header, .bootstrap-switch .bootstrap-switch-handle-on.bootstrap-switch-primary, .bootstrap-switch .bootstrap-switch-handle-off.bootstrap-switch-primary {
  background-color: #55AF91;
}
.disthomepage {
  background-image: url(/fusion-static/images/disthomepage_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.partsfinderhomepage {
  background-image: url(/fusion-static/images/partsfinderhomepage_bg.jpg);
  background-repeat: no-repeat;
  background-position: center top;
}
.insertsbg {
  background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(0, 0, 0, 0.10) 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(0, 0, 0, 0.10) 100%);
}
.fiveyear {
  background-repeat: no-repeat;
  background-position: center bottom;
  background-size: 120% auto;
  background-image: -webkit-linear-gradient(270deg, rgba(255, 255, 255, 1.00) 0%, rgba(0, 0, 0, 0.10) 100%);
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 1.00) 0%, rgba(0, 0, 0, 0.10) 100%);
}
.homepagenews {
  color: #9d9d9d;
  margin: 0px;
  padding: 0px
}
.homepagenews a {
  color: #FFF;
}
.homepagenews li {
  list-style: none;
  padding-left: 0px;
  margin-left: 0px;
  margin-bottom: 20px;
  border-bottom: 1px solid #8A8A8A;
}
.homepagenews li:last-child {
  border-bottom: none;
}
.homepageleftborder {
  border-left: 1px solid #CCC;
}
.labelDescription, .labelImage {
  visibility: hidden;
}
.backtotop {
  position: fixed;
  bottom: 80px;
  right: 20px;
  width: 50px;
  height: 50px;
  background-color: #00B810;
  color: #FFF;
  border-radius: 50%;
  z-index: 999;
  text-align: center;
}
.backtotop a {
  color: #FFF;
  text-decoration: none;
}
.article {
  background-image: url(/fusion-static/images/articles/articlebg.jpg);
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 80px;
}
.articleimagebg {
  position: absolute;
  top: -10px;
  left: -10px;
  width: 110%;
  height: 110%;
  filter: blur(5px) brightness(70%);
  z-index: 1;
  background-size: cover;
  background-position: center;
}
.article h1 {
  color: #FFF;
  text-transform: uppercase;
}
.article h4 {
  text-transform: uppercase;
  color: #CCC;
  margin: 0px;
  padding: 0px;
}
.article h1, .article h4 {
  text-align: center;
  margin: auto;
}
.article a {
  margin-top: 10px;
}
.manuals {
  background-image: url(/fusion-static/images/productmanualbg.jpg);
  background-size: cover;
  height: 250px;
}
.literature {
  background-image: url(/fusion-static/images/literaturedownloadbg.jpg);
  background-size: cover;
  background-position: center;
  height: 250px;
}
.manuals, .literature {
  padding: 30px;
  border-radius: 10px;
  border: solid 2px #CCC;
  font-size: 18px;
}
.manuals h2, .literature h2 {
  font-weight: 800;
}
.manuals a, .literature a, a.literature h2, a.literature h2:hover {
  text-decoration: none;
}
.uc {
  background-color: #55AF91;
  color: #FFF;
  padding: 5px;
  border: none;
}
.mhp {
  background-color: #888888;
  padding: 5px;
  border: none;
  color: #FFF;
}
.downloadtype {
  list-style: none;
  text-align: left;
  padding: 0px;
  overflow: hidden;
  margin-bottom: 0px;
}
.downloadtype li p {
  margin-top: 10px;
  text-align: center;
}
.downloadtype li {
  margin-bottom: 0px;
  padding: 10px;
}
.downloadtype li:last-child {
  border-bottom: none;
}
.pecatalogIMAGE, .ppcatalogIMAGE {
  min-height: 220px;
  background-size: cover;
  background-position: right;
}
.knowledgebase li {
  padding: 20px;
}
.machinefeature div {
  padding-bottom: 15px;
  padding-top: 15px;
}
.machinefeature h2 {
  color: #A2A2A2;
  margin-top: 0px;
}
.machinefeaturegrey {
  background-color: #CCC;
}
.machinefeatureoffset img {
  position: absolute;
  top: -70px;
  overflow: hidden;
}
.machinefeaturebehind img {
  z-index: -1;
}
.blocks {
  padding: 20px;
  transition: all 1s;
}
.block-in {
  background-color: #CCC;
}
.block-out {
  background-color: #FFF;
}
.greybg {
  background-color: #CCC;
}
.eventlist th {
  text-align: center;
  text-transform: uppercase;
  cursor: pointer;
}
.eventlist th span {
  font-size: .7em;
  color: #BABABA;
}
.badgegreen {
  background-color: #007041;
  border-radius: 50px;
  padding-top: 3px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 2px;
  margin-left: 3px;
}
.badgered {
  background-color: #9A0000;
  border-radius: 50px;
  padding-top: 3px;
  padding-right: 5px;
  padding-left: 5px;
  padding-bottom: 2px;
  margin-left: 3px;
}
.additionalfeaturescheck {
  text-align: center;
  font-weight: bold;
  color: #007041;
  font-size: 16px;
  border-left: solid 1px #CCC;
}
.poterms h3 {
  margin-top: 30px;
}
.poterms ul {
  list-style: lower-alpha;
}
.poterms ul li {
  margin-bottom: 15px;
}
/* Inserts finder */
.insertsstandard {
  position: relative;
}
.insertslevel1, .insertslevel2, .insertslevel3, .insertslevel4 {
  position: absolute;
  top: 0px;
  left: 0px;
}
.insertactive {
  opacity: .2;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.insertsresults h3 {
  padding-top: 24px;
}
.includedpkg {
  color: #C40003;
}
/* Articles and Press Releases */
.additionalimages {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.additionalimages li {
  float: left;
  padding-left: 0px;
}
/* Machine Lists  */
.machinelist {
  list-style: none;
  margin: 0px;
  padding: 0px;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.machinelist li {
  float: left;
  text-align: center;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  margin-top: 30px;
}
.machinelist li:nth-child(5), .machinelist li:nth-child(9), .machinelist li:nth-child(13) {
  clear: left;
}
.machinelist li img {
  margin: auto;
}
.machinelist:hover > li {
  /* opacity: .5; */
}
.machinelist:hover > li:hover {
  opacity: 1;
}
.machinelist li a {
  text-decoration: none;
}
.machinelist h4 {
  font-weight: 800;
  text-transform: uppercase;
  margin-bottom: 6px;
  margin-top: 10px;
}
.machinelist li ul {
  padding: 0px;
  margin: 0px;
  list-style: none;
  text-align: center;
}
.machinelist li ul li {
  margin: auto;
  padding: 0px;
  border: none;
  width: 100%;
  text-align: left;
  height: auto;
}
.machinelist li ul li a {
  font-weight: bold;
  font-size: 14px;
}
.machinelist li ul li a:hover {
  color: #53C867;
}
.machinelist li ul li:hover {
  border: none;
}
.machinelist th, .machinelist td {
  text-align: center;
}
.machinelist p, .machinelist h4 {
  color: #666;
}
.tracstarheading {
  height: 55px;
}
.acc {
  border: solid 2px #FFF;
  border-radius: 5px;
  /* height: 480px; */
}
/*
.acc:hover {
	border: solid 2px #CCC;
} */
.acc img {
  padding: 10px;
}
.acc a {
  text-decoration: none;
  font-weight: bold;
}
#alsoavail {
  background-color: #a7a7a7;
  padding: 40px;
}
#alsoavail a {
  color: #000;
  text-decoration: none;
}
#alsoavail a:hover {
  color: #666;
}
#alsoavail h1 {
  color: #666;
}
.row-centered {
  text-align: center;
}
.col-centered {
  display: inline-block;
  float: none;
  /* reset the text-align */
  text-align: left;
  /* inline-block space fix */
  margin-right: -4px;
}
.animate-enter, .animate-leave {
  -webkit-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  -moz-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  -ms-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  -o-transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  transition: 400ms cubic-bezier(0.250, 0.250, 0.750, 0.750) all;
  position: relative;
  display: block;
}
.animate-enter.animate-enter-active, .animate-leave {
  opacity: 1;
  top: 0;
  height: 30px;
}
.animate-leave.animate-leave-active, .animate-enter {
  opacity: 0;
  top: -50px;
  height: 0px;
}
.acrobatselection h3 {
  font-size: 20px;
  margin-bottom: 0px;
  margin-top: 50px;
}
.acrobatselection h1 {
  font-size: 75px;
  margin-top: 0px;
  padding-top: 0px;
  color: #007041;
  font-weight: bold;
}
.acrobatselection a {
  background-color: #e87722;
  position: absolute;
  bottom: 120px;
  left: 460px;
  border: none;
}
/* Cylinder Selection Identification */
.cylinderforce {
  width: 10px;
  height: 10px;
  float: left;
  margin-left: 6px;
  margin-right: 6px;
  margin-top: 5px;
}
.highforce {
  background-color: #009900;
}
.mediumforce {
  background-color: #ef5f00;
}
.lowforce {
  background-color: #FFCC00;
}
.highforcetext {
  color: #009900;
}
.mediumforcetext {
  color: #ef5f00;
}
.lowforcetext {
  color: #FFCC00;
}
/* Tabbed Content  */
.tab-content div {
  padding-top: 50px;
}
.tab-content div {
  padding-top: 20px;
}
.tabgallery {
  font-family: "futura-pt", sans-serif;
  font-style: normal;
  text-align: center;
  border: none;
}
.tabgallery li {
  float: none;
  display: inline-block;
  font-size: 24px;
  border-left: none;
  border-right: none;
  border-bottom: solid 6px #FFF;
  border-top: none;
  margin-bottom: 0px;
}
.tabgallery li.active {
  border-left: none;
  border-right: none;
  border-bottom: solid 6px #009A44;
  border-top: none;
  font-weight: 800;
}
.tabgallery > li.active > a, .tabgallery > li.active > a:hover, .tabgallery > li.active > a:focus, .tabgallery > li > a:hover {
  border: none;
  background-color: transparent;
}
.tab-content table, .tab-content th {
  text-align: center;
}
.tab-content th[scope=row] {
  text-align: left;
}
.tab-content th[scope=col] {
  background-color: #FFF;
  border-left: none;
  border-right: 2px solid #FFF;
  border-spacing: 2px;
  border-top: none;
}
.tab-content th[scope=col]:first-child {
  background-color: transparent;
}
.table-responsive {
  overflow-y: hidden;
}
.table-striped > tbody > tr:nth-of-type(odd) {
  background-color: #EDEDED;
}
.table-hover > tbody > tr:hover {
  background-color: #DFDFDF;
}
.table-hover > tbody > tr:first-child {
  background-color: transparent;
}
.spectabs {
  text-align: center;
  margin-top: 40px;
}
.spectabs li {
  float: none;
  display: inline-block;
}
.spectabs > li.active > a, .spectabs > li.active > a:hover, .spectabs > li.active > a:focus {
  background-color: #009A44;
  border-radius: 0px;
  color: #FFF;
  position: relative;
}
.spectabs > li.active:after {
  content: "";
  position: absolute;
  bottom: -15px;
  left: 50%;
  margin-left: -15px;
  width: 30px;
  height: 15px;
  background: url(/fusion-static/images/spec_bottomarrow.png) no-repeat;
}
.spectabs {
  border-bottom: solid 1px #009A44;
}
.spectabs > li:hover, .spectabs > li > a:hover, .spectabs > li > a {
  background-color: transparent;
  border: none;
  border-color: transparent;
}
.ppspecs table, .ppspecs th {
  text-align: left;
}
/* Buttons  */
.btn-default {
  background-color: rgba(171, 171, 171, 0.15);
  color: #FFF;
  border: 2px solid #CCC;
}
.btn-success {
  background-color: #009A44;
  border: #00BE57;
}
.btn-success:hover {
  background-color: #00BE57;
  border: #00BE57;
}
.btn-warning {
  background-color: #e06f1d;
}
.btn-disabled {
  background-color: #949494;
  color: #6D6D6D;
  cursor: none;
}
.btn-primary {
  background-color: #FFF;
  color: #666;
  border: #CCC;
}
.btn-primary:hover {
  background-color: #EDEDED;
  color: #666;
  border: #CCC;
}
/* Carousel */
.carousel-indicators li {
  border: solid 1px #6F6F6F;
}
.carousel-indicators .active {
  background-color: #6F6F6F;
}
.largehomeslider {
  height: 582px;
  position: relative;
}
.largehomeslider img {
  height: 100%;
  position: absolute;
  top: 0px;
  left: 0px;
  margin: auto;
  z-index: -1;
}
/* Carousel individual slides -  better world */
.betterworld h1 {
  color: #007041;
  margin-bottom: 0px;
  margin-top: 40px;
  letter-spacing: -4px;
}
.betterworld h2 {
  margin-top: 5px;
  margin-bottom: 20px;
  color: #CCC;
}
.betterworld h3 {
  text-transform: none;
  margin-top: 20px;
  margin-bottom: 50px;
  padding-right: 65px;
}
.betterworld a {
  background-color: #9d9d9d;
  color: #FFF;
  border: none;
}
/* Carousel individual slides -  what is fusion */
.whatisfusion h1 {
  font-size: 80px;
  color: #FFF;
  margin-top: 2.2em;
  margin-bottom: 10px;
  text-shadow: 0px 10px 15px rgba(0, 0, 0, 0.50);
}
.whatisfusion p {
  color: #FFF;
  width: 80%;
  margin-top: 0px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 30px;
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  text-shadow: 0px 0px 15px #000;
}
.whatisfusion a {
  box-shadow: 0px 0px 15px #000;
}
/* Carousel individual slides -  custom training */
.customtraining h1 {
  color: #FFF;
  text-align: right;
}
.customtraining ul {
  list-style: none;
  margin-top: 50px;
  margin-bottom: 20px;
  text-align: right;
  position: relative;
  right: 0px;
  overflow: hidden;
}
.customtraining ul li {
  margin-bottom: 30px;
  border-right: solid 4px #007041;
  height: 50px;
  text-transform: uppercase;
  font-size: 26px;
  line-height: 24px;
  color: #d4d4d4;
  padding-right: 10px;
}
/* Video List Style  */
#latestvideos, #latestvideoscorp, #animations {
  list-style: none;
  padding: 0px;
  margin: 0px;
  color: #FFF;
  text-transform: uppercase;
}
#latestvideoscorp a, #latestvideos a {
  color: #FFF;
}
#latestvideoscorp:hover img, #latestvideos:hover img {
  opacity: .8;
  animate: 0.2s;
}
#animations a {
  color: #000;
}
#latestvideoscorp a:hover {
  color: #CCC;
}
#animations a:hover {
  color: #666;
}
#latestvideos li, #latestvideoscorp li, #animations li {
  float: left;
  position: relative;
  padding-left: 0px;
  margin-bottom: 20px;
}
.videoplay {
  background-color: rgba(255, 255, 255, 0.75);
  color: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.videoplay a {
  color: #009A44;
  text-decoration: none;
}
.videoplay a:hover {
  color: #C3C3C3;
}
li div.videoplay {
  display: none;
}
li:hover div.videoplay {
  display: block;
}
.videoplayhomepage {
  background-color: rgba(77, 77, 77, 0.75);
  color: #FFF;
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  height: 100%;
}
.videoplayhomepage a {
  color: #FFF;
  text-decoration: none;
}
.videoplayhomepage a:hover {
  color: #C3C3C3;
}
li div.videoplayhomepage {
  display: none;
}
li:hover div.videoplayhomepage {
  display: block;
}
/* YouTube Styles */
.vidheight {
  height: 300px;
}
.videotitle {
  position: absolute;
  top: 0px;
  left: 0px;
  width: 100%;
  margin: auto;
  text-align: center;
  padding: 10px;
  color: #000;
  opacity: 0;
  overflow: hidden;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#featvideos {
  position: relative;
  max-height: 360px;
  overflow: hidden;
  padding: 3px;
  margin-top: 3px;
}
.featplaybtn {
  width: 20%;
  background-color: rgba(188, 31, 30, 0.80);
  border-radius: 30px;
  color: #FFF;
  position: absolute;
  top: 18%;
  left: 40%;
  padding-top: 30px;
  padding-right: 60px;
  padding-left: 60px;
  padding-bottom: 30px;
  font-size: 70px;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  margin-bottom: 16px;
  overflow: hidden;
}
.flex-video.widescreen {
  padding-bottom: 57.25%;
}
.flex-video.vimeo {
  padding-top: 0;
}
.flex-video iframe, .flex-video object, .flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.smallvidplay {
  width: 100%;
  height: 100%;
  background-color: rgba(255, 255, 255, 0.80);
  text-align: center;
  position: absolute;
  top: 0px;
  left: 0px;
  opacity: 0;
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
.smallvidplay:hover {
  opacity: 1;
}
.smallvideotitle {
  position: absolute;
  top: 0px;
  padding: 10px;
  color: #000;
  z-index: 999;
  text-align: center;
  width: 100%;
  max-height: 50px;
  overflow: hidden;
}
.galleryvids {
  height: 140px;
  overflow: hidden;
  padding: 5px;
  position: relative;
}
/* Flickr Image Styles  */
#flickr, #flickrall {
  padding: 7px;
  list-style: none;
  overflow: hidden;
  margin-bottom: 0px;
}
#flickr ul, #flickrall ul, #fullgallery ul, #onthejob ul, #operationsvids ul, #features ul, #trouble ul, #polypropylene ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
  overflow: hidden;
}
#flickr li, #flickrall li {
  float: left;
  overflow: hidden;
  padding: 5px;
  position: relative;
}
.btn-flickrdl {
  position: absolute;
  bottom: 10px;
  right: 30px;
  background-color: #FFF;
}
.btn-flickrzoom {
  position: absolute;
  bottom: 10px;
  right: 75px;
  background-color: #FFF;
}
.flickrbg {
  background-size: 110% auto;
  height: 140px;
  background-position: center;
  background-repeat: no-repeat;
  -webkit-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
#flickr li:hover .flickrbg, #fullgallery div:hover .flickrbg {
  background-size: 115% auto;
}
#photos li, #fullgallery li {
  list-style: none;
  padding: 5px 3px;
  cursor: pointer;
  height: 140px;
  overflow: hidden;
}
#photos a {
  cursor: pointer;
}
#photos .photomodalview, #fullgallery .photomodalview {
  background-size: 100%;
  background-position: center;
  min-height: 140px;
  transition: all .15s ease-in-out;
}
#photos .photomodalview:hover, #fullgallery .photomodalview:hover {
  background-size: 105%;
}
#photomodalcaption {
  padding: 10px;
  color: #DDDDDD;
}
/* Modal */
.modal-footer {
  background-color: #666;
}
.modal-footer button {
  border: none;
}
.modal-content, .modal-header, .modal-body, .modal-footer {
  background-color: transparent;
  border: none;
  box-shadow: none;
}
.modal-backdrop.in {
  opacity: 0.9;
  filter: alpha(opacity=90);
}
.modal-header h4 {
  color: #FFF;
  text-transform: uppercase;
  text-shadow: 0px 5px 15px #000;
}
.close {
  color: #FFF;
}
.modal-body img {
  box-shadow: 0px 5px 15px #000;
}
.modalcatalog {
  min-height: 250px;
  background-size: 100%;
  background-repeat: no-repeat;
}
/* Footer  */
.footer > .container {
  padding-right: 15px;
  padding-left: 15px;
}
.footer {
  position: fixed;
  bottom: 0px;
  left: 0px;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  z-index: 999;
}
.footer a {
  margin-right: 10px;
  color: #B5B5B5;
}
.footer a:hover {
  color: #969696;
}
.footerevents {
  list-style: none;
  margin-top: 20px;
  margin-right: 0px;
  margin-left: 0px;
  margin-bottom: 0px;
  padding: 0px;
  color: #B5B5B5;
  height: 20px;
}
.footerevents li {
  margin: 0px;
  padding: 0px;
}
.copyright {
  color: #CCC;
  text-align: center;
  margin: 30px;
}
/* Sticky Elements Styles  */
.sticky {
  z-index: 999;
  background-color: #FFF;
}
.additionaltext {
  padding: 20px;
  display: none;
  marign: 0px;
}
/* Bootstrap Tweak */
.row-eq-height {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
/* Distributor/Rental Locator */
.distlocs {
  -moz-column-width: 30em;
  -webkit-column-width: 30em;
  -moz-column-gap: 10px;
  -webkit-column-gap: 10px;
}
.distlocs .col-lg-6 {
  display: inline-block;
  padding: 0;
  margin: 10px;
  width: 100%;
  float: none;
}
.borderbottom {
  border-bottom: dashed 1px #CCC;
  border-right: solid 18px #FFF;
  border-left: solid 18px #FFF;
}
.borderbottom h4 {
  margin-top: 20px;
}
/* Redesigned Mega-Menu */
.productselect li {
  padding: 10px 20px;
}
.navquicklinks {
	z-index: -1;
    clear: both;
    background-color: #58585a;
    padding: 10px;
    margin-left: 0px;
    margin-right: 0px;
    margin-bottom: 0px;
    margin-top: 10px;
    width: 90%;
    position: absolute;
    bottom: 0px;
    left: 0px;
    padding-left: 140px;
    height: 85px;
}
#accnav .navquicklinks {
    width: 100%;
}
.navquicklinks h4 {
  margin-bottom: 10px;
  padding: 0px;
  color: #A9A9A9;
  text-transform: uppercase;
  font-size: 14px;
}
.navquicklinks ul {
  background-color: transparent;
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.navquicklinks li {
  background-color: transparent;
  border-bottom: none;
  padding: 0px;
  margin-right: 20px;
  float: left;
}
.navquicklinks a {
  color: #FFF;
  font-weight: bold;
}
.navquicklinks a li:hover {
  background-color: transparent;
}
.navquicklinks a:hover {
  color: #CCC;
}
.navactive {
  background-color: #d1d2d4;
  color: #007041;
  font-weight: bold;
}
.navactive a {
  color: #007041;
}
.machinelineblocks ul {
  list-style: none;
  padding: 0px;
  margin: 0px;
}
.machinelineblocks ul li {
  width: 346px;
  float: left;
  padding: 30px 20px;
  border-right: dashed 1px #666;
  font-weight: normal;
}
.machinelineblocks ul li:last-child {
  border-right: none;
}
.machinelineblocks ul li:hover a {
  font-weight: normal;
}
.machinelineblocks ul li a {
  color: #007041;
}
.machinelineblocks ul li a:hover {
  color: #00D068;
  font-weight: normal;
}
.machinelineblocks img {
  margin: auto;
}
.machinelineblocks h3 {
  font-size: 17px;
  color: #000;
  padding: 0px;
}
.machinelineblocks p {
  font-size: 12px;
}

/* Cookie notification */
#acceptcookies {
  display: none;
  position: fixed;
  width: 100%;
  padding: 20px;
  bottom: 0px;
  background-color: rgba(0, 0, 0, 0.85);
  color: #E3E3E3;
}
#acceptcookies a {
  color: #FFF;
}
#acceptcookies a:hover {
  color: #CCC;
}
@media (max-width: 1199px) {
  .megamenumachinelines {
    padding: 0px;
    width: 100%;
    float: none;
  }
  .navselector {
    width: 100%;
	height: auto;
  }
  .nav > li > a {
    display: table-cell;
  }
}
@media (max-width: 991px) {
  .homepageleftborder {
    border-left: none;
  }
  #latestvideos li, #latestvideoscorp li {
    float: left;
    position: relative;
    padding-left: 15px;
  }
  body {
    margin-bottom: 60px;
    /* margin-top: 10px;  - temporary top margin increase for COVID-19 banner */
    margin-top: 80px;
    margin-left: 8px;
    margin-right: 8px;
  }
  h1 {
    font-size: 2em;
  }
  .machinelist li {
    opacity: 1;
  }
  .machinefeature img {
    position: relative;
    top: auto;
    margin: auto;
  }
  .search {
    top: 50px;
  }
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video {
    padding-top: 0;
  }
}
@media (max-width: 415px) {
  input[type=range]::-webkit-slider-runnable-track {
    top: -2.25em;
  }
  input[type=range]::-moz-range-track {
    top: -2.25em;
  }
  input[type=range]::-ms-track {
    top: -2.25em;
  }
}
@media (max-width: 767px) {
  .machinelist li {
    float: none;
  }
  .machinelist p {
    height: auto;
  }
  .tracstarheading {
    height: auto;
  }
  .currentlyviewing {
    padding: 0px 10px;
    margin-top: 40px;
    font-size: 11px;
  }
  /* slider ads */
  .largehomeslider {
    background-position: top;
    height: 300px;
    background-size: cover;
  }
  .largehomeslider img {
    opacity: .4;
  }
  .betterworld {
    text-align: center;
  }
  .betterworld h1 {
    font-size: 2.5em;
    letter-spacing: normal;
  }
  .betterworld h2 {
    color: #666;
    margin-bottom: 30px;
  }
  .betterworld a {
    margin-top: 20px;
  }
  .whatisfusion h1 {
    font-size: 60px;
    margin-top: .4em;
    margin-bottom: 40px;
  }
  .customtraining {
    text-align: center;
  }
  .customtraining h1 {
    color: #FFF;
    text-align: center;
    margin-top: 60px;
    margin-bottom: 40px;
    text-shadow: 0px 5px 15px rgba(0, 0, 0, 0.35);
  }
  .acrobatselection h3 {
    font-size: 14px;
    margin-bottom: 0px;
    margin-top: 50px;
    text-align: center;
  }
  .acrobatselection h1 {
    font-size: 26px;
    margin-top: 0px;
    padding-top: 0px;
    color: #007041;
    font-weight: bold;
    text-align: center;
  }
  .acrobatselection a {
    background-color: #e87722;
    position: absolute;
    bottom: 52px;
    left: 250px;
    border: none;
    text-align: center;
  }
}
/* In-page ads */
.sockets {
  border-bottom: solid 2px #828282;
}
.popover {
  color: #666;
}
#acrobatad {
  width: 210px;
  background-color: #FFF;
  box-shadow: 0px 10px 15px #ABABAB;
  text-align: center;
  position: fixed;
  bottom: 60px;
  margin-left: 920px;
  padding: 0px;
  color: #666;
  display: none;
  z-index: 999;
}
#acrobatad h2 {
  background-color: #007041;
  color: #FFF;
  margin: 0px;
  padding: 15px 0px;
  font-family: Helvetica, Arial, 'sans-serif';
  font-weight: bold;
  font-size: 24px;
}
#acrobatad h3 {
  font-weight: bold;
  font-size: 16px;
  padding: 10px;
  margin-top: 15px;
  color: #007041;
}
#acrobatad .btn {
  background-color: #e87722;
  padding: 10px 20px;
  color: #FFF;
}
#acrobatad .adbody {
  padding: 10px;
}
#acrobatad .adclose {
  background-color: #CCC;
  color: #666;
  border: solid 2px #FFF;
  border-radius: 100px;
  width: 25px;
  height: 25px;
  padding: 1px;
  position: absolute;
  top: -10px;
  right: -10px;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0px 5px 10px rgba(0, 0, 0, 0.60);
  cursor: pointer;
}
.accdrawings img {
  height: 250px;
}
.accdrawings h3 {
  text-align: center;
}
.row.display-flex {
  display: flex;
  flex-wrap: wrap;
}
.row.display-flex > [class*='col-'], .row.display-flex .drawingholder, .row.display-flex .drawingholder a {
  display: flex;
  flex-direction: column;
}
      .drawingholder {
          border: solid 1px rgba(204,204,204,0.00);
          border-radius: 4px;
      }

      .drawing img {
          position: relative;
          bottom: 0px;
          margin: auto;
          opacity: 0.5;
          transition: all 0.15s ease-in-out;
      }
      .drawingholder .title {
          text-align: center;
          margin-top: 15px;
      }
      .drawingholder:hover img {
          opacity: 1;
      }
      .size1 img {
          height: 75%;
          bottom: -25%;
      }
      .size2 img {
          height: 80%; 
          bottom: -20%;       
      }
      .size3 img {
          height: 85%;
          bottom: -15%;
      }
      .size4 img {
          height: 90%;
          bottom: -10%;
      }
      .size5 img {
          height: 95%;
          bottom: -5%;
      }
      .size6 img {
          height: 100%;
          bottom: 0%;
      }
      .quickbarfixed {
          position: fixed;
          width: 100%;
          top: 70px;
          padding: 10px;
          z-index: 999;
          background-color: rgba(255,255,255,0.90);
          border-bottom: solid 1px #CCC;
          backdrop-filter: blur(10px);
      }
@media (max-width: 321px) {
  .herodetailssmall ul.quicklinks li {
    font-size: 10px;
  }
}
/* Additional Icons */
@font-face {
  font-family: 'icomoon';
  src: url('../fonts/icomoon.eot?kq1u8b');
  src: url('../fonts/icomoon.eot?#iefixkq1u8b') format('embedded-opentype'), url('../fonts/icomoon.ttf?kq1u8b') format('truetype'), url('../fonts/icomoon.woff?kq1u8b') format('woff'), url('../fonts/icomoon.svg?kq1u8b#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}
[class^="icon-"], [class*=" icon-"] {
  font-family: 'icomoon';
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-ucicon:before {
  content: "\e633";
}
.icon-mhpicon:before {
  content: "\e634";
}
.icon-playicon .path1:before {
  content: "\e600";
  color: rgba(66, 66, 66, 0.8);
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#featvideos div .icon-playicon .path1:before {
  content: "\e600";
  color: rgba(203, 0, 3, .8);
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
}
#fullgallery div:hover .icon-playicon .path1:before, #featvideos div:hover .icon-playicon .path1:before, #onthejob div:hover .icon-playicon .path1:before, #featvideos div:hover .icon-playicon .path1:before, #operationsvids div:hover .icon-playicon .path1:before, #featvideos div:hover .icon-playicon .path1:before, #features div:hover .icon-playicon .path1:before, #featvideos div:hover .icon-playicon .path1:before, #trouble div:hover .icon-playicon .path1:before, #featvideos div:hover .icon-playicon .path1:before, #polypropylene div:hover .icon-playicon .path1:before, #featvideos div:hover .icon-playicon .path1:before {
  content: "\e600";
  color: rgba(203, 0, 3, 1);
}
#fullgallery div:hover .videotitle, #featvideos div:hover .videotitle, #onthejob div:hover .videotitle, #featvideos div:hover .videotitle, #operationsvids div:hover .videotitle, #featvideos div:hover .videotitle, #features div:hover .videotitle, #featvideos div:hover .videotitle, #trouble div:hover .videotitle, #featvideos div:hover .videotitle, #polypropylene div:hover .videotitle, #featvideos div:hover .videotitle {
  opacity: 1;
}
#fullgallery div img, #featvideos div img, #onthejob div img, #featvideos div img, #operationsvids div img, #featvideos div img, #features div img, #featvideos div img, #trouble div img, #featvideos div img, #polypropylene div img, #featvideos div img {
  -webkit-transition: all .25s ease-in-out;
  -o-transition: all .25s ease-in-out;
  transition: all .25s ease-in-out;
  opacity: 1;
}
#fullgallery div:hover img, #featvideos div:hover img, #onthejob div:hover img, #featvideos div:hover img, #operationsvids div:hover img, #featvideos div:hover img, #features div:hover img, #featvideos div:hover img, #trouble div:hover img, #featvideos div:hover img, #polypropylene div:hover img, #featvideos div:hover img {
  opacity: .3;
}
.icon-playicon .path2:before {
  content: "\e601";
  margin-left: -1.5478515625em;
  color: rgb(255, 255, 255);
}
/*Print Styles */
@media print {
  .articleheader {
    background-size: cover;
    padding: 10px;
    min-height: 0px;
    margin-bottom: 10px;
  }
  .articleheader h1 {
    font-weight: 800;
    color: #FFF;
    margin-top: 75px;
  }
  .articleheader h3 {
    color: #CCC;
    margin: 0px;
    padding: 0px;
  }
}