h2 {
  font-size: 2.2rem;
	letter-spacing: -0.02em;
}

@media (min-width: 768px) {
  h2 {
    font-size: 3rem;
  }
}

h3 {
  font-size: 2rem;
}

sub, sup {
  font-size: 50%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.9em;
}

sub {
  bottom: -0.25em;
}

.container-fluid {
	padding-left:20px !important;
	padding-right:20px !important;
}

/********** OLD STYLE PRODUCT DISPLAY CONTROL **********/

@media (min-width: 1200px) {
  .container-1180 {
    width: 1180px;
  }
}


/********** NEW STYLE PRODUCT DISPLAY CONTROL **********/


@media (min-width: 1200px) {
  .container-mod.wide-1 {
    width: 1150px;
  }
}

@media (min-width: 1400px) {
  .container-mod.wide-1 {
    width: 1350px;
  }
}

@media (min-width: 1600px) {
  .container-mod.wide-1 {
    width: 1550px;
  }
}

@media (min-width: 1200px) {
  .container-mod.wide-2 {
    width: 1100px;
  }
}

@media (min-width: 1400px) {
  .container-mod.wide-2 {
    width: 1300px;
  }
}

@media (min-width: 1600px) {
  .container-mod.wide-2 {
    width: 1500px;
  }
}

@media (min-width: 1200px) {
  .container-mod.wide-3 {
    width: 875px;
  }
}

@media (min-width: 1400px) {
  .container-mod.wide-3 {
    width: 1100px;
  }
}

@media (min-width: 1600px) {
  .container-mod.wide-3 {
    width: 1100px;
  }
}


/***** *****/

/********** GLOBAL IMG CONTROL **********/

.img-block.lt,
.img-block.rt {
  margin:10px 0;
}

.img-block img {
	width: 100%;
}

@media (min-width:1024px) {
	.img-block.lt {
		float: left;
		max-width: 50%;
		margin:20px 40px 20px 0;
	}
	.img-block.rt {
		float: right;
		max-width: 50%;
		margin:20px 0 20px 40px;
	}
	.img-block.fifty {
		width:50%;
	}
	.img-block.fifty img {
		width:100%;
	}
}

.img-block .desc {
	display: block;
	margin-top: 5px;
	padding: 2px 10px;
	background-color: #f6f6f6;
	text-align: center;
	font-size: .9em;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc; 
}

/***** *****/

.row > p { /* HANDLES CASES WHERE PARAGRAPHS ARE OUT SIDE OF TYPICAL CONTAINERS LIKE COL-MD-6 */
  padding:0 15px;
}

.row > h2 { /* HANDLES CASES WHERE H2s ARE OUT SIDE OF TYPICAL CONTAINERS LIKE COL-MD-6 */
  padding: 0 15px;
}

.feature h5 {
  margin-bottom:0;
	font-size:20px;
}
.feature h1 {
	color:#000;
}
.feature h4 {
	color:#666;
}
header h3.swi {
	margin-top:0 !important;
	color:#eb0029;
	font-size:22px;
	margin-bottom:0;
}

header ul.toplinks {
	margin-top:10px;
}
header ul.toplinks a {
	font-size:15px;
	color:#000;
}
header ul.toplinks li {
	padding-left:30px;
}
#top-nav p {
	margin-bottom:0;
	font-size:18px;
}

header .tagline {
	display: none;
}
@media (min-width: 1200px) {
	header .tagline { 
		display: block;
		background-color:#eb0029;
		color:#fff;
		padding:10px 0;
	}
}

header .tagline h2 {
	color:#fff;
	font-size:20px;
	font-weight:normal;
	margin-top:0 !important;
	margin-bottom:0 !important;
}

.sep-top {
  margin-top:8px;
}

.sep-bot {
  margin-bottom:8px;
}

.sep-bot-blue {
  /*
  border-bottom:8px solid #3e90c0;
  */
  border-bottom:8px solid #fff;

}

.sep-right-big {margin-right:5.33px;}
.sep-left-big {margin-left:5.33px;}
.sep-right-sm {margin-right:2.67px;}
.sep-left-sm {margin-left:2.67px;}

.font-color-black {color:#000000 !important;}


.explore {
	/*
  background-color:#b4b4b4;
  */
  background-color:#00b0d8;
	padding:15px 0;
}
.explore h2 {
	color:#fff;
	margin:0;
}

.explore a[role="button"] {
  text-decoration: none;
}

@media screen and (max-width: 320px) {
	header h3.swi {
		font-size:18px;
	}
	header h4.tagline {
		font-size:14px;
	}
	
}

/* text utilities */

/*

.text-xs {}
.text-sm {font-size:28px;}
.text-md {font-size:36px;}
.text-lg {font-size:48px;}
.text-xl {font-size:62px;}
.text-xxl {font-size:36px;}

@media (min-width: 768px) { 
	.text-xxl {font-size:64px;}
}

@media (min-width: 1200px) {
	.text-xxl {font-size:72px;}
}

*/


a.menubutton
{
	background: center center no-repeat transparent;
	background-image: url( data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAAZCAYAAADE6YVjAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAADhJREFUeNpi/P//PwOtARMDHQBdLGFBYtMq3BiHT3DRPU4YR4NrNAmPJuHRJDyahEeT8Ii3BCDAAF0WBj5Er5idAAAAAElFTkSuQmCC );
	display: block;
	width: 50px;
	height: 50px;
	color:#fff;
}

#smmenu {
	z-index:2000000;
}

.block-light {
	background-color:#e6e7e8;
}
.block-light h1 {
	color:#000;
}

.block-inverse.grey {
  background-color: #414042;
}
.block-inverse a {
	/*
	color:#fff;
	*/
}

.block-inverse a:hover {
	color:#eb0029;
	text-decoration:none;
}
.block-inverse.red {
  background-color: #eb0029;
}
.block-inverse.red h1,
.block-inverse.red span.phone-number {
  color: #fff;
}

.block-inverse.red a {
	color: #fff;
}

.block-inverse.red a:hover {color:#414042 !important;}

.block-inverse .company-info a {
	color:#fff;
} 

#sitemap-button {
	background-color:#e6e7e8;
	color:#000;
}
#sitemap-button a {
	color:#000;
}

.mobile-nav {
	background:#eb0029;
	color:#fff;
	font-size:22px;
	line-height:2em;
}
.mobile-nav a {
	color:#fff;
}

.table td.info { background-color:#fff !important;}

.table.listing > thead > tr > th,
.table.listing > tbody > tr > th,
.table.listing > tfoot > tr > th,
.table.listing > thead > tr > td,
.table.listing > tbody > tr > td,
.table.listing > tfoot > tr > td {
  border-top: 1px solid #000;
}
.table.listing > thead > tr > th {
  border-bottom: 2px solid #000;
}

p.search-button {
	line-height:40px;
}
.main-nav {
	margin-top:0px;
}

.main-nav nav {
  /*
	font-size:16px;
	text-transform:uppercase;
  */
  font-size: 18px;
	font-weight:bold;
}

.main-nav nav ul li {
	margin: 0px 0 0 5px;
}

.main-nav nav ul li a {
	color:#eb0029;
	display:block;
	line-height:1em;
}
.main-nav nav ul li a:hover, 
.main-nav nav ul li a.selected {
	color:#fff;
	background-color:#eb0029 !important;
	text-decoration:none;
}


/* Change parent appearance on sub menu hover */
.main-nav nav ul li:hover {
}
.main-nav nav ul li:hover a,
.main-nav nav ul li:hover ul li:hover a,
.main-nav nav ul li:hover ul li a:hover,
.main-nav nav ul li:hover ul li:hover ul li a:hover{
}

.main-nav nav ul li:hover ul li:hover a,
.main-nav nav ul li:hover ul li a:hover,
.main-nav nav ul li:hover ul li:hover ul li a:hover {
}
.main-nav nav ul li:hover ul li a,
.main-nav nav ul li:hover ul li:hover ul li a{
	color: #fff;
}

/* Nav Drop Down */
.main-nav nav ul ul {
	width:auto;
	padding: 0;
	margin: 0;
	list-style: none;
	position: absolute;
	right: -999em;
	z-index: 500;
	background: #eb0029 !important;
}
.main-nav nav ul li ul li {
	margin: 0;
	padding: 0;
	list-style: none;
	border:none !important;	
	width:100%;
}
.main-nav nav ul li ul li a {
	display:block;
	text-align: left;
  line-height: 22px;
	margin: 0;
	color:#fff;
	padding:5px 22px;
}

.main-nav nav ul li:hover ul, nav ul li.sfhover ul {
	right: auto;
}

.main-nav nav ul li ul a:hover {
	color:#fff !important;
	background-color:#eb0029;
}

/* Fix for sticky IE drop downs */
.main-nav nav ul li:hover, nav ul li.sfhover {position: static;}

.nav-pills > li.active > a,
.nav-pills > li.active > a:hover,
.nav-pills > li.active > a:focus {
  color: #ffffff;
  background-color: #000;
}

.navbar .navbar-toggle .icon-bar {
  background-color: #ffffff;
}

.navbar-collapse {
	padding-right:0 !important;
}

ul.dropdown-menu {
	border:0;
}

ul.dropdown-menu a span {
  display: block;
  text-transform: none;
}

.dropdown-header-spcl {
	color: #666;
  padding: 20px 20px 5px !important;
  font-size: 1.8rem;
  font-style: italic;
}

@media (min-width: 1200px) {
	.dropdown-header-spcl {
		margin-bottom: 10px !important;
		padding: 20px 20px 5px !important;
		font-size: 1.8rem;
		font-style: normal;
		color: #fff;
		/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#eb0029+0,d80328+100 */
		background: #eb0029; /* Old browsers */
		background: -moz-linear-gradient(top, #eb0029 0%, #d80328 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top, #eb0029 0%,#d80328 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom, #eb0029 0%,#d80328 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#eb0029', endColorstr='#d80328',GradientType=0 ); /* IE6-9 */
	}
}

/* bx slider overwrites */
.bx-pager.bx-default-pager {background-color:rgba(0, 0, 0, 0.5) !important;bottom:0px; padding-bottom:20px;}

.bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	border: 1px solid #fff;
	width: 15px;
	height: 15px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #fff;
}
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #fff;
}

.product .bx-pager.bx-default-pager {background-color:transparent !important; padding-bottom:20px;}


.product .bx-wrapper .bx-pager.bx-default-pager a {
	background: transparent;
	border: 1px solid #666;
	width: 12px;
	height: 12px;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
}

.product .bx-wrapper .bx-pager.bx-default-pager a:hover {
	background: #eb0029;
}
.product .bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #666;
}

.product .bx-wrapper {
	padding-bottom:50px !important;
	margin-bottom:30px !important;
}

.bx-wrapper img {
    margin: 0 auto;
}
.product-image .img-responsive {
    margin: 0 auto;
}

.panel-group.options .panel {
  border-radius: 0;
  border:0;
  box-shadow: none !important;
}
.panel-group.options .panel + .panel {
  margin-top: 0px;
}
.panel-group.options .panel-heading {
  border-bottom: 0;
  padding: 5px 0;
}
.panel-group.options .panel-heading + .panel-collapse > .panel-body,
.panel-group.options .panel-heading + .panel-collapse > .list-group {
}
.options .panel-default > .panel-heading {
  color: #333333;
  text-decoration: underline;
  background-color: #ffffff;
  border: 0;
}

.options .panel-body {
	border: 1px #333 solid !important;
	padding:20px;
}

.option-block .row  {
}

.option-block .option-left {
	border-right: 1px solid #EEEEEE;
	padding: 20px;
}
.option-block .option-right{
	border-left: 1px solid #EEEEEE;
	padding: 20px;
}



.home-carousel {
	margin-top:0;
	padding-top:0;
	position:relative;
}

.home-carousel .desc {
	margin:275px 0 100px 0;
	min-height:300px;
}
.home-carousel ,
.home-carousel h3 {
	color:#fff;
	font-size: 32px;
	font-weight:bold;
	line-height:1.2em;
	margin:0;
}
.home-carousel h1 {
	color:#fff;
	font-size:72px;
	margin:0;
	line-height:1.2em;
}

.home-carousel h2 {
	color:#fff;
	font-size: 48px;
	font-weight:bold;
	line-height:1.2em;
	margin:0;
	padding:.3em;
	background-color:rgba(62, 144, 192, 0.7);
	width:100%;
	
}

.home-carousel .btn {
	font-size:26px;
	font-weight:bold;
}

.home-carousel .showroom {
	text-align:center;
}

.home-carousel .black,
.home-carousel .black h1,
.home-carousel .black h2 {
	color:#000 !important;
}
.home-carousel .red,
.home-carousel .red h1,
.home-carousel .red h2 {
	color:#EB0029 !important;
}



.box-border-right {
	border-right:2px solid #414042;
}

ul {
	padding-left:1em;
}

ul.red-dot {
  list-style: none;
  padding: 0;
  margin: 0;
}

ul.red-dot li {
  padding-left: 1em; 
  text-indent: -.7em;
}

ul.red-dot li::before {
  content: "• ";
  color: red; /* or whatever color you prefer */
}

ul.red-dot li ul li::before {
	content: " " !important;
}

.nopadding {
   padding: 0 !important;
   margin: 0 !important;
}

.teaser {position:relative;}
.teaser .caption {position:absolute;bottom:0;z-index:10; color:#fff; padding:5px 15px; background-color:rgba(0, 0, 0, 0.5);width:100%;}
.teaser .caption h3 {color:#fff !important; }

.shadow {-webkit-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.29);
-moz-box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.29);
box-shadow: 0px 0px 8px 3px rgba(0,0,0,0.29);}


/********** LIVE CHAT **********/
/********** LIVE CHAT **********/
/********** LIVE CHAT **********/


img[name="psRHkjimage"] { /*MODIFYING LIVE CHAT IMAGE; PROVIDESUPPORT.COM */
	display: block;
	width: 90%;
	height: initial;
	margin:0 auto;
}

@media (min-width: 992px) {
	img[name="psRHkjimage"] {
		width: 100%;
	}
}

.phone-lg {
	display: block;
    margin: 0 auto 10px;
	font-size: 4rem;
    text-align: center;
}

@media (min-width: 992px) {
	.phone-lg {
		font-size: 6rem;
	}
}

.bx-pager.bx-default-pager { /* FIXES PAGING OVERLAP OF HOME PAGE CAROUSEL BANNER TEXT: REDUCES OVERALL SIZE */
	padding-top:10px;
	padding-bottom:5px;
}

.bx-controls.bx-has-pager.bx-has-controls-direction { /* FIXES PAGING OVERLAP OF HOME PAGE CAROUSEL BANNER TEXT */
	padding-top:34px;
}

.col-md-6.text-right.p-r-lg h1.text-xxl {
	text-align: right;
}

/*
.display-content-lg {
	text-align: center;
	padding-bottom:50px;
}
*/

.display-content-lg.customer-service {
	background-color: #f0f0f0;
    padding: 20px;
    border: 1px solid #ccc;
	-webkit-border-radius: 20px;
  	-moz-border-radius: 20px;
  	border-radius: 20px;
}

.display-content-lg span.phone-number {
	display: block;
	/*
	margin:5px 0;
	line-height: 3.5rem;
	font-size: 3.5rem;
	*/
	font-weight: 700;
}

@media (min-width: 1200px) {
	.display-content-lg span.phone-number {
		font-size: 3rem;
	}
	.display-content-lg h3 {
		font-size: 5rem;
	}
}

.phone-content-block {
	padding:20px 0;
}

.phone-cta, .phone-hours {
	display: block;
	font-size:2rem;
	font-weight: 700;
}

.phone-hours {

}

@media (min-width: 768px) {
	.phone-cta, .phone-hours {
		font-size: 2.5rem;
	}
}


/********** MY-SWI SECTION **********/
/********** MY-SWI SECTION **********/
/********** MY-SWI SECTION **********/

@media (min-width:768px){
	.my-swi .lt-nav-container {
		padding:0 15px;
	}	
}

.my-swi .search-block input#keywords {
	max-width: 350px;
}

.my-swi .competitor-comparisons .supporting-docs {
  margin-bottom:20px;
  padding:10px 15px;
  border:1px solid #ccc;
  background-color: #f0f0f0;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
}

.my-swi ul.docs.white-paper span.title {
	display:block;
	margin-left:10px;color:#666;
}

@media (min-width:1024px) {
	.my-swi ul.docs.white-paper span.title {
		display:inline-block;
	}
}


/********** MY-SWI LITERATURE REQUEST FORM **********/
/********** MY-SWI LITERATURE REQUEST FORM **********/
/********** MY-SWI LITERATURE REQUEST FORM **********/



form.lit label {
	font-weight: 400;
}

form.lit fieldset.litinfo span {
	display: inline-block;
	margin-right:5px;
}

form.lit fieldset.options label,
form.lit fieldset.litinfo-other label {
	display: block;
}

fieldset.litinfo-other span {
	display: inline-block;
	margin: 0 10px;
}

form.lit .btn-primary {
	margin-left: 32px;
	margin-top: 10px;
}

form .content-label {
	padding-top: calc(.25rem + 1px);
    padding-bottom: calc(.25rem + 1px);
}

@media (min-width: 768px) {
	form .content-label {
		text-align: right;	
	}
}

.form-group {
    margin-bottom: 0.5rem;
}

/*
.form-control {
    display: block;
    width: 100%;
    padding: .375rem .75rem;
	font-size: 1rem;
    line-height: 1.5;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
*/

.form-lit-request,
.form-merch-request {
	padding: 15px 30px;
	background-color: #f9f9f9;
	border: 1px solid #ccc;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}

/*
.form-row {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-right: -5px;
    margin-left: -5px;
}
*/

table.form-lit-options tr:nth-child(even) {
	background-color:#f0f0f0;
  } 

table.form-lit-options td,
table.form-lit-other td {
  padding:2px 7px;
} 

@media (min-width:1024px) {
	
	form.lit input[id="name"],
	form.lit input[id="email"],
	form.lit input[id="company"],
	form.lit input[id="att"],
	form.lit input[id="street1"],
	form.lit input[id="street2"] {
		width:80%;
	}

	form.lit input[id="city"],
	form.lit input[id="state"],
	form.lit input[id="country"] {
		width:60%;
	}

	form.lit input[id="title"],
	form.lit input[id="postalcode"],
	form.lit select[id="shipvia"],
	form.lit input[id="shipby"],
	form.lit input[id="datepicker"] {
		width:45%;
	}
	.date-picker-group {
		width: 50%;
	}
}


/********** SPECIAL CONTACT FORMS **********/
/********** SPECIAL CONTACT FORMS **********/
/********** SPECIAL CONTACT FORMS **********/

.container.product.intro-cta .m-b-lg, .container.product.body-cta .m-b-lg {
    margin-bottom: 35px !important;
}

.container.product.intro-cta .text-sm {
    font-size: 22px;
}

.container.product.body-cta .text-sm {
    font-size: 22px;
}

@media (min-width: 1200px) {
	.container.product.intro-cta {
		width:1140px;
	}
}

.container.product.intro-cta h1 {
	margin-bottom:0;
	font-size: 50px;
}

.container.product.intro-cta h2, .container.product.body-cta h2 {
	margin-top:0;
	font-size:27px;
}


/*
@media (min-width: 768px) {
	.collapse.dont-collapse-sm {
	  display: block;
	  height: auto !important;
	  visibility: visible;
	}
}

*/

@media (min-width: 768px) {
	.collapse.dont-collapse-sm {
	  display: block;
	  height: auto !important;
	  visibility: visible;
	}
}

  @media (min-width: 992px) {
	.collapse.dont-collapse-md {
	  display: block;
	  height: auto !important;
	  visibility: visible;
	}
  }

  @media (max-width: 991px)  {
  	.visible-xs-md {
		display: block !important;
  	}
  }

  a.trigger-contact-form {
    margin:10px 0 0;
    padding:10px;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
  }
  
  @media (max-width: 1023px)  {
   a.trigger-contact-form {
    display: block !important;
	   height: auto !important;
	   visibility: visible;
   }
  }

  a.trigger-contact-form + #collapse-CTA-form {
	/*
	margin-top:-35px;
	*/
  }

.cta-contact-info {	
	padding:20px;
	border:1px solid #414042;
	/*
	-webkit-border-radius: 0 0 20px 20px;
	-moz-border-radius: 0 0 20px 20px;
	border-radius: 0 0 20px 20px;
	
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	border-radius: 20px;
  */
  
	background-image: url(/assets/images/bg-repeat-x.png);
}

@media (min-width: 992px) {
	.cta-contact-info {	
		margin-top:40px;
		-webkit-border-radius: 20px;
		-moz-border-radius: 20px;
		border-radius: 20px;
	}
}

@media (min-width: 1200px) {
	.cta-contact-info {	
		margin-top:60px;
	}
}

.cta-contact-info .msg {
	display: block;
	margin:2px 0;
}

.msg.msg-primary {
	line-height: 1.2em;
	font-size: 26px;
	font-weight: 700;
	text-align: center;
}

@media (min-width: 1200px) {
	.msg.msg-primary span {
		display:block;
	}
}

.msg.msg-phone, .msg.msg-email {
	font-size: 26px;
}

.msg.msg-phone {
	text-align: center;
}

.msg.input-required {
	display: block;
	margin-top: 3px;
} 



/********** MY SWI SECTION **********/
/********** MY SWI SECTION **********/
/********** MY SWI SECTION **********/

ul.news-links {
	height:150px;
	width:100%;
	padding:5px 10px;
	overflow:auto;
	border:1px solid #ccc;
}

.news h2 a {
	color: #eb0029 !important;
}

.content-sales-awards h2 small {
	display: block;
	color: #000;
	font-size:.7em;
}

.content-sales-awards hr {
	margin:30px 0;
}

.individual {

}

.table-2-col td {
  width: 50%;
  padding:5px 10px;
  vertical-align: top;
}

/********** PRODUCT LAYOUT: RMX-STYLE 5/2/18 P. KALSCHEUER **********/
/********** PRODUCT LAYOUT: RMX-STYLE 5/2/18 P. KALSCHEUER **********/
/********** PRODUCT LAYOUT: RMX-STYLE 5/2/18 P. KALSCHEUER **********/

.kaizen .embedded-html {
	margin-bottom:25px;
}

.kaizen .container .row {
  margin-bottom: 20px;
}

.kaizen .heading-block.id-1619 h1,
.kaizen .heading-block.id-1619 .sub-text,
.kaizen .heading-block.id-1645 h1,
.kaizen .heading-block.id-1645 .sub-text {
   color:#fff;
}

.kaizen .msg.msg-primary {
	font-size: 2rem;
}

.kaizen .msg.msg-secondary {
	text-align: center;
}

.kaizen .msg.msg-phone, .kaizen .msg.msg-email {
	text-align: center;
	font-size: 1.8rem;
}

.kaizen .banner-block span {
	display:block;
	margin-top:20px;
	padding:15px 0;
	border-top:1px solid #414042;
	border-bottom:1px solid #414042;
}

.kaizen .product .img-block img {
  border:1px solid #f0f0f0;
}

.kaizen .img-display-desc {
  display: block;
  margin-top:5px;
  text-align: center;
}

.kaizen .img-display-desc + .img-display-desc {
  font-size: .8em;
  margin:0;
}

.kaizen .img-responsive {
  width: 100%;
}

.img-block span.desc {
	display: block;
	margin: 10px 0 15px;
	line-height: 1.3em;
	font-size: .9em;
}

.video-block span.desc {
  display: block;
  margin: 10px 0 15px;
	padding-bottom: 5px;
	line-height: 1.3em;
	font-size: .9em;
  text-align: center;
}

.video-block-container { /* NEED TO RECONCILE HAVING TWO DIFFERENT SIMILARLY NAMED BOXES (SEE ABOVE) */
	margin:40px 0;
	padding:25px 20px;
	background-color: #000;
	color:#fff;
}

@media (min-width: 1024px) {
	.video-block-container { /* NEED TO RECONCILE HAVING TWO DIFFERENT SIMILARLY NAMED BOXES (SEE ABOVE) */
		padding:25px 10px 5px 25px;
	}
}

@media (min-width: 1024px) {
	.video-block-container .video-highlights {
		margin-left:10px;
		padding:20px 30px;
	}
}

.video-block-container .video-highlights h2,
.video-block-container .video-highlights h3 {
	color: #fff;
}

/********** PRODUCT HERO LAYOUT FLEXBOX 5/28/19 P. KALSCHEUER **********/


.container-hero {
		box-sizing: border-box;
	}
	
	.box-hero-msg {
		box-sizing: border-box;
		display: flex;
		flex-basis: 35%;
		order: 1;
	}
	
	.box-hero-msg .container-msg-btn {
		padding:0 10px;
	}
	
	.box-hero-msg h2 {
		font-family: 'Roboto', sans-serif;
		font-size: 2rem;
	}

.box-hero-msg ul {
	font-family: 'Roboto', sans-serif;
	font-size: 1.5rem;
	font-weight: 700;
}
	
	.box-hero-img {
		box-sizing: border-box;
		flex-basis: 60%;
		order: 2;
	}

.box-hero-img img {
		max-width: 100%;
	}
	
	@media (min-width:768px) {
		.container-hero {
			display: flex;
			box-sizing: border-box;
			justify-content: space-between;
			justify-content: space-around;
		}
		.box-hero-msg {
			order: 1;
		}
		.box-hero-msg h2 {
			font-size: 2.5rem;
		}
		.box-hero-msg .container-msg-btn,
		.box-hero-img img {
			margin: auto;
		}
		.box-hero-img {
			order: 2;
		}
	}
	
	@media (min-width:1024px) {
		img.hero-lathe {
			margin-top: -50px;
		}
		img.hero-bed-mill {
    	margin-top: -85px;
		}
	}

	@media (min-width:1200px) {
			.box-hero-msg h2 {
			font-size: 4rem;
		}
		.box-hero-msg ul {
			font-size: 2.5rem;
		}
	}

	@media (min-width:1400px) {
		img.hero-lathe {
			margin-top: -100px;
		}
	}

/* USED IN ACCORDIANS ON PRODUCT DETAIL PAGES */
/* USED IN ACCORDIANS ON PRODUCT DETAIL PAGES */
/* USED IN ACCORDIANS ON PRODUCT DETAIL PAGES */

ul.video-block-list {
	list-style: none;
	margin:0;
	padding:0;
}

ul.video-block-list li {
	list-style: none;
	margin:0;
	padding:0;
	width:100%;
}


@media (min-width: 768px) {
	ul.video-block-list {
		display: flex;
		flex-wrap: wrap;
	}
	ul.video-block-list li {
		width:45%;
		margin:10px 15px;
	}
}

@media (min-width: 1400px) {
	ul.video-block-list li {
		width:30%;
		margin:10px 15px;
	}
}

#videos .panel-title a {
	color:#eb0029;
}

#videos .more-videos {
	display: block;
	padding: 30px;
	background-color: #f6f6f6;
	border: 1px solid #ccc;
	border-radius: 10px;
	-webkit-border-radius:10px;
	-moz-border-radius:10px;
	margin: 30px;
}

#videos .more-videos .title {
	font-size: 2rem;
}

#videos .more-videos .desc {
	text-decoration: none;
	color: #000;
}

#videos .more-videos:hover {
	text-decoration: none;
}

.kaizen .ctr {
  text-align: center;
}

.kaizen .rmx-info-key {
	padding:1px 5px;
	background-color: #ffc800;
	border:1px solid;
}

.kaizen .text-overlay {
	position: relative;
	z-index: 10;
}

.kaizen .text-overlay.rmx-age .overlay-item,
.kaizen .special-msg {
	display: block;
	position: absolute;
	z-index: 15;
	padding:5px 8px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 20px 9px rgba(175, 175, 175, 0.07);
    box-shadow: 0px 0px 20px 3px rgba(175, 175, 175, 0.13);
	background-color: #ef3d42;
	color:#fff;
}

.kaizen .special-msg-highlight {
  display: inline-block;
	padding:5px 8px;
	-webkit-border-radius: 5px;
    -moz-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0px 0px 20px 9px rgba(175, 175, 175, 0.07);
    box-shadow: 0px 0px 20px 3px rgba(175, 175, 175, 0.13);
	background-color: #ef3d42;
	color:#fff;
}


.kaizen .text-overlay.rmx-age .overlay-item.item-1 {
	top: 13px;
    left: -30px;
    width: 25%;
}

.kaizen .product-benefits {

  font-size: 1.5rem;
}

.kaizen .product-benefits h2 {
  margin:3px 0;
  font-size:2.5rem;
}

.kaizen .product-benefits .benefit-block {
  margin-bottom:3px;
  padding:10px 20px;
  /*
	-webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
	*/
  
  
/* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#f9f9f9+0,f0f0f0+100 */
background: #f9f9f9; /* Old browsers */
background: -moz-linear-gradient(left, #f9f9f9 0%, #f0f0f0 100%); /* FF3.6-15 */
background: -webkit-linear-gradient(left, #f9f9f9 0%,#f0f0f0 100%); /* Chrome10-25,Safari5.1-6 */
background: linear-gradient(to right, #f9f9f9 0%,#f0f0f0 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f9f9f9', endColorstr='#f0f0f0',GradientType=1 ); /* IE6-9 */

background-image: url(/assets/images/bg-repeat-x.png?rev=1);

}

.kaizen .product-display-block {
	/*
	margin-top:-23px;
	
  padding:35px 0 0;
  */
	background-color: #f6f6f6;
}

.kaizen .product-display-block h2 {
  margin:10px 20px;
  padding: 0;
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 2rem;
  line-height: 1em;
  font-weight: 300;
  text-align: center;
}

@media (min-width: 768px) {
  .kaizen .product-display-block h2 {
    margin:0;
    padding: 0;
    font-size: 2.3rem;
  }
}

.kaizen .product-display-block .feature-details {
  /*
  background-color: #fff;
  */
  /*
  background-image: url(/assets/images/bg-repeat-x.png);
  */
}

.kaizen .product-display-block .feature-details span {
  display: block;
}

.kaizen .product-display-block .feature-details ul {
  list-style: none;
  margin:20px 0;
  padding:0;
  /*
  box-shadow: 20px 15px 25px -20px rgba(0, 0, 0, 0.25);
  */
}

.kaizen .product-hero-details ul {
  list-style: none;
  margin:0;
  padding:0;
}

.kaizen .product-hero-details ul li {
  margin-bottom:3px;
  /*
	padding:5px;
	border-bottom:1px solid #fff;
	*/
	margin-left: 20px;
  list-style: disc outside;
}

.kaizen .product-hero-details ul li:last-child {
  border-bottom:none;
}

.kaizen .product-display-block .feature-details ul li {
  margin-bottom:3px;
  border-bottom:1px solid #f6f6f6;
  border-left:1px solid #eb0029;
  border-right:1px solid #eb0029;
}

@media (min-width: 768px) {
  .kaizen .product-display-block .feature-details ul li {
    margin-bottom:3px;
    border-bottom:1px solid #f6f6f6;
    border-left:1px solid #eb0029;
    border-right: none;
  }
}

.kaizen .product-display-block .feature-details ul li:last-child {
  border-bottom:none;
}

.kaizen .product-display-block .feature-details ul li a {
  display: block;
  margin-bottom:2px;
  padding:7px 10px;
  text-decoration: none;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
  background-color: #fff;
  color:#eb0029;
}

@media (min-width: 768px) {
  .kaizen .product-display-block .feature-details ul li a {
    display: block;
    margin-bottom:2px;
    padding:7px 10px;
    text-decoration: none;
    -moz-border-radius: 0 7px 7px 0;
    -webkit-border-radius: 0 7px 7px 0;
    border-radius: 0 7px 7px 0;
  }
}

.kaizen .product-display-block .feature-details ul li a:hover {
  background-color:#eb0029;
  color:#fff;
}

.kaizen .product-display-block .feature-details ul li a:first-child {
}

.kaizen .special-features-band {
  padding:25px 0;
}

/*

@media (min-width: 768px) {
  .kaizen .special-features-band {
    padding:50px 0;
  }
}

*/

#features-section .option-block .option-desc {
	padding:10px 10px 20px;
}

#features-section .option-block .option-desc h3 {
  margin:5px 0;
}

#features-section .option-block table {
	font-size: .85em;
}

#features-section .option-block table th,
#features-section .option-block table td {
	padding:2px 7px;
}

#features-section .option-block table tr:nth-of-type(even) {
  background-color: #f6f6f6;
}


/***** UPDATED VIDEOS (FLEXBOX) 7/9/19 *****/

.video-box span.desc {
	display: block;
	margin: 10px 0 15px;
	line-height: 1.3em;
	font-size: .9em;
	text-align: center;
}

	@media (min-width:768px) {
	.container-videos {
		display: flex;
		flex-wrap: wrap;
		box-sizing: border-box;
		justify-content: flex-start;
	}
	.video-box {
		flex-basis: 46%;
		margin:10px;
	}
}

@media (min-width:1400px) {
	.video-box {
		flex-basis: 31%;
	}
}

/*****/


.kaizen .special-features-block {
	padding:50px 0;
	background-color: #f6f6f6;
}

.special-features-block .row {
  margin-bottom: 20px;
}

.kaizen .special-features-heading h2 {
  margin:0;
}

.kaizen .special-features-block a.featured-item-link {
	display: block;
  width:100%;
	margin:10px auto 35px;
	border-top:2px solid #ccc;
	border-bottom:5px solid #ccc;
	color:#000;
	text-decoration: none;
	transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
}

@media (min-width: 1024px) {
  .kaizen .special-features-block a.featured-item-link {
    margin:10px auto 0;
  }
}

.kaizen .special-features-block a.featured-item-link:hover {
  border-top:2px solid #eb0029;
	border-bottom:5px solid #eb0029;
}

.kaizen .special-features-block .featured-item {
	display: block;
  min-height: 225px;
	background-color:#fff;
}

.kaizen .special-features-block .featured-item .title,
.kaizen .special-features-block .featured-item .desc {
	display: block;
}

.kaizen .special-features-block .featured-item .title {
  background-color: #eb0029;
  text-align: center;
  padding: 1px 3px;
  line-height: 1.2em;
  font-size:1.4rem;
  color: #fff;
}

.kaizen .special-features-block .featured-item .desc {
  padding:5px 10px;
  line-height: 1.2em;
  font-size: 1.4rem;
}

.kaizen .product-landing {
  padding-bottom:30px;
  background-color: #f6f6f6;
	font-family: 'Roboto', sans-serif;
}

.kaizen .product-landing .img-block {
  background-color: #fff;
}

.kaizen .product-landing h2 {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 43px;
  text-align: center;
  line-height: 1em;
  border-bottom: 1px solid;
  padding: 35px;
  margin:0;
  background-color: #fff;
  font-weight: 300;
}

.kaizen a.product-item-link {
	display: block;
  width:100%;
	margin:10px auto 50px;
  padding:5px;
  border-left:1px solid #f6f6f6;
  border-right:1px solid #f6f6f6;
  border-top:1px solid #f6f6f6;
	border-bottom:1px solid #f6f6f6;
	color:#000;
	text-decoration: none;
	transition-duration: .3s;
    -webkit-transition-duration: .3s;
    -moz-transition-duration: .3s;
}

@media (min-width: 768px) {
  .kaizen a.product-item-link {
    display: block;
    width:100%;
    margin:10px auto 0;
    padding:5px;
    border-left:1px solid #f6f6f6;
    border-right:1px solid #f6f6f6;
    border-top:1px solid #f6f6f6;
    border-bottom:1px solid #f6f6f6;
    color:#000;
    text-decoration: none;
    transition-duration: .3s;
      -webkit-transition-duration: .3s;
      -moz-transition-duration: .3s;
  }
}

.kaizen a.product-item-link:hover {
    border-left:1px solid #eb0029;
  border-right:1px solid #eb0029;
  border-top:1px solid #eb0029;
	border-bottom:1px solid #eb0029;
  background-color:#fff;
}

.kaizen a.product-item-link .img-block {
  position: relative;
  display: block;
}

.kaizen a.product-item-link .product-desc {
  display: block;
}

.kaizen a.product-item-link .product-title {
  display: block;
  background-color: #eb0029;
  color:#fff;
  padding:3px 10px;
  text-align: center;
  font-size: 1.5rem;
}

.kaizen a.product-item-link .product-heading {
  display: block;
  margin: 0;
  text-align: center;
  font-size: 2rem;
  border-bottom: 1px solid;
}

.kaizen a.product-item-link .product-desc {
  padding:10px 35px;
}

.kaizen a.product-item-link .product-desc .desc-item {
  display: block;
  margin:0;
  padding:0;
	font-size:1.5rem;
}

.product-hero {
  position:relative;
  padding-top: 20px;
}

@media (min-width: 1200px) {
	.product-hero.bed-mills {
		/* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#f6f6f6+25,ffffff+67,dfdfdf+83,f0f0f0+95,ffffff+100 */
		background: #f6f6f6; /* Old browsers */
		background: -moz-linear-gradient(top,  #f6f6f6 25%, #ffffff 67%, #dfdfdf 83%, #f0f0f0 95%, #ffffff 100%); /* FF3.6-15 */
		background: -webkit-linear-gradient(top,  #f6f6f6 25%,#ffffff 67%,#dfdfdf 83%,#f0f0f0 95%,#ffffff 100%); /* Chrome10-25,Safari5.1-6 */
		background: linear-gradient(to bottom,  #f6f6f6 25%,#ffffff 67%,#dfdfdf 83%,#f0f0f0 95%,#ffffff 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#f6f6f6', endColorstr='#ffffff',GradientType=0 ); /* IE6-9 */
	}
}

.product-hero.vmc-2op,
.product-hero.vmc-lpm,
.product-hero.prototrak {
  background-color: inherit;
}

@media (min-width: 1400px) {
  .product-hero.vmc-2op {
    /*
		background-image: url(/assets/images/products/2op_bg_hero.png?ver=20190120-10);
    background-repeat: repeat-x;
    background-position: bottom center;
		*/
  }
}


/*
.product-hero-details {
  margin:0;
  padding:20px 0 10px;
  font-family: 'Roboto', sans-serif;

}
*/

.product-hero-message {
	padding: 10px;
}

@media (min-width: 1200px) {
  .product-hero .img-hero.dpmrx {
    margin:auto;
    margin-top:-180px;
    /*
    margin-left:65px;
    */
  }
}

@media (min-width: 1600px) {
  .product-hero .img-hero.dpmrx {
    width:65%;
  }
}

@media (min-width: 1200px) {
  .product-hero .img-hero.trlrx {
    margin:auto;
    margin-top:-125px;
  }
}

@media (min-width: 1600px) {
  .product-hero .img-hero.trlrx {
    width:65%;
    margin:auto;
    margin-top:-125px;
  }
}

.product-hero .img-hero.vmc-2op {
  width: 80%;
  margin:-35px auto 0;
}

@media (min-width: 768px) {
  .product-hero .img-hero.vmc-2op {
    margin:-40px auto 0;
  }
}

@media (min-width: 1024px) {
  .product-hero .img-hero.vmc-2op {
    margin:-80px auto 0;
  }
}

@media (min-width: 1200px) {
  .product-hero .img-hero.vmc-2op {
    margin:-100px auto -130px;
  }
}

.product-hero .img-hero.vmc-lpm {
  margin:-10px auto 0;
}

@media (min-width: 1024px) {
  .product-hero .img-hero.vmc-lpm {
    width: 90%;
    margin-top:-75px;
  }
}

@media (min-width: 1200px) {
  .product-hero .img-hero.vmc-lpm {
    margin-top:-110px;
  }
}

.product-hero .hero-features {
	padding:15px 30px 0;
  font-size: 2rem;
}


@media (min-width: 768px) {
  .product-hero .hero-features {
    padding:0 30px;
  }
}

@media (min-width: 1200px) {
  .product-hero .hero-features {
    font-size: 2.6rem;
  }
}

@media (min-width: 1200px) {
  .vmc-lpm .product-hero .hero-features {
    margin-top: 25px;
  }
}

@media (min-width: 1400px) {
  .vmc-lpm .product-hero .hero-features {
    margin-top: 110px;
  }
}

@media (min-width: 1600px) {
  .vmc-2op .product-hero .hero-features {
    margin-top: 40px;
  }
}

@media (min-width: 1600px) {
  .vmc-lpm .product-hero .hero-features {
    margin-top: 150px;
  }
}

.product-hero .hero-highlight {
	padding:10px 20px;
	border:1px solid #414042;
	-moz-border-radius: 10px;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	background-color: #fff;
	font-size:1.2em;
}

@media (min-width: 1600px) {
	.product-hero .hero-highlight {
		font-size: 1.4em;
		font-weight: 700;
	}
}

.vmc-2op .features-overview,
.vmc-lpm .features-overview {
	padding:10px;
}

.features-overview + .features-overview {
	margin-top: 40px !important;
}

@media (min-width: 768px) {
  .vmc-2op .features-overview,
  .vmc-lpm .features-overview {
    margin-top: 25px;
		padding:0;
  }
}

.printer-3ntr .features-overview {
  padding:15px;
}

@media (min-width: 1024px) {
  .vmc-2op .features-overview h2,
  .vmc-lpm .features-overview h2 {
  }
}

@media (min-width: 1200px) {
  .vmc-2op .features-overview h2,
  .vmc-lpm .features-overview h2 {
    margin-bottom: 20px;
    font-size: 3.5rem;
    text-transform: capitalize;
  }
}

@media (min-width: 1200px) {
  .vmc-2op .features-overview h3,
  .vmc-lpm .features-overview h3 {
    font-size: 3rem;
  }
}

@media (min-width: 1200px) {
  .vmc-2op .nav-tabs {
    width: 50%;
  }
}

/*
.vmc-2op .features-overview .img-block {
  float:none;
  margin:10px 0;
}
*/

@media (min-width: 1024px) {
  .vmc-2op .features-overview .img-block,
  .vmc-lpm .features-overview .img-block {
    width: 50%;
  }
}


@media (min-width: 1200px) {
	.features-overview {
		font-size: 2.5rem;
	}	
}

@media (min-width: 1200px) {
	.product-features-block {
		padding:0 10px;
	}
}

.product-features-block .img-block img {
	border:1px solid #f0f0f0;
}

.product-hero.printer-3ntr .product-features-block .img-block img {
	border-bottom: 2px solid #414042;
  box-shadow: 5px 5px 15px #999;
}

.product-features-block .feature-desc {
	margin-bottom: 20px;
	padding:0 20px;
}

.specs-block-container {
	
}

.specs-block {
	padding: 10px 20px;
}

@media (min-width: 1200px) {
	.vmc-2op .specs-block {
		margin-top: 50px;
	}
}

@media (min-width: 1400px) {
	.vmc-2op .specs-block {
		margin-top: 100px;
	}
}

.specs-table-container.printer-3ntr {
	box-shadow: 10px 10px 15px #999;
}

/*
@media (min-width: 992px) {
	.specs-table-container.printer-3ntr {
		-moz-border-radius: 0 0 15px 0;
		-webkit-border-radius: 0 0 15px 0;
		border-radius: 0 0 15px 0;
	}
}
*/

.specs-table-container.printer-3ntr table.specs.product-highlight {
	margin-bottom: 0;
}

.specs-table-container.printer-3ntr table.specs.product-highlight thead tr {
	background-color: #00b0d8;
	/*
	color:#fff;
	*/
}

.specs-table-container.printer-3ntr table.specs.product-highlight thead tr h3 {
	color:#fff;
	margin:5px 0;
	font-size: 1.4rem;
}

.specs-table-container.printer-3ntr table.specs.product-highlight td {
	border-right:1px solid #999;
}

.specs-table-container.printer-3ntr table.specs.product-highlight td:last-child {
	border-right:none;
}


.specs-table-container + .footnotes-block {
	margin:20px 10px;
}

/*
.kaizen a.demo-request {
  display: block;
  width:80%;
  margin:auto;
  text-align: center;
  border: 1px solid #fff;
  padding: 10px;
  background-color: #000;
  color: #fff;
  transition-duration: .3s;
  -webkit-transition-duration: .3s;
  -moz-transition-duration: .3s;
}

.kaizen a.demo-request:hover {
  background-color: #eb0029;
  text-decoration: none;
}

*/

.kaizen .feature-details h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  font-size: 2.2rem;
}

.kaizen .msg-statement {
  font-family: 'Roboto', sans-serif;
  color: #000;
  font-size: 2.5rem;
  text-align: center;
  line-height: 1em;
  border-bottom: 1px solid;
  border-top:1px solid;
  padding: 35px 5%;
  margin: 0;
  font-weight: 300;
}

@media (min-width: 768px) {
  .kaizen .msg-statement {
    font-size: 4.3rem;
		padding:35px 10%;
  }
}

.kaizen h2.msg-statement span.segment {
  display: inline-block;
	padding-bottom: 10px;
	margin-bottom: 10px;
	border-bottom:1px solid #dadada;
}

.kaizen h2.msg-statement span.segment:last-of-type {
	border:none;
	margin-bottom: 0;
	padding-bottom: 0;
}

.kaizen h2.msg-statement span.segment-divider {
  display: none;
}

@media (min-width: 1200px) {
  .kaizen h2.msg-statement span.segment {
    display: inline;
		border:none;
}
  .kaizen h2.msg-statement span.segment-divider {
    display: inline;
  }
}

.kaizen .product-item-link .product-learn-more {
  display: block;
  margin:0;
  padding:2px;
  font-size: 1.5rem;
  text-align: center;
  /*
	background-color: #eb0029;
  color:#fff;
	*/
	background-color: #fff;
  border-bottom: 3px solid #414042;
  color: #eb0029;
}

.vmc-2op.story-container {
  max-width: 1800px;
  min-height: 500px;
  margin:auto;
  overflow: auto;
  background-color: #414042;
  background-image: url(/assets/images/products/2op_second_ops_shop.jpg?rev=1);
  background-repeat: no-repeat;
  background-size: cover;
}

.vmc-2op.story-container h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
  color: #fff;
  font-size: 4rem;
  background-color: #414042;
  text-transform: capitalize;
  padding: 10px;
  text-align: center;
}

.vmc-2op.story-message-block {
  width:40%;
  float: right;
  padding:20px;
  margin:10px 100px 10px 20px;
  background-color: #fff;
}

.vmc-2op.story-message-block .story-message {
  font-size: 2.6rem;
}

#collapseCannedCycles {
  margin:0;
  padding:10px 20px;
  background-color: #fff;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  border-bottom:1px solid #ccc;
}

#collapseCannedCycles ul {
  margin:0;
  padding:0;
  list-style: none;
  -webkit-column-count: 3; /* Chrome, Safari, Opera */
  -moz-column-count: 3; /* Firefox */
  column-count: 3;
}

#collapseCannedCycles ul li {
  display: block;
  overflow: hidden; /* Fix for firefox and IE 10-11  */
  -webkit-column-break-inside: avoid; /* Chrome, Safari, Opera */
  page-break-inside: avoid; /* Firefox */
  break-inside: avoid; /* IE 10+ */
  break-inside: avoid-column;
}

.kaizen .thumbnails {
  margin:10px auto 10px;
  text-align: center;
}

.kaizen .thumbnails li {
  display: inline-block;
  width:15%;
  margin:0 5px;
}

.kaizen .thumbnails li img {
  width:100%;
}

form.info-request {

}

.info-request-form-block {
padding:10px;
}

.info-request-form-block h2 {
  font-family: 'Roboto', sans-serif;
  font-weight: 300;
}

.kaizen .brochure-download {
  padding: 10px 20px;
  -webkit-border-radius: 0 20px 20px 0;
  -moz-border-radius: 0 20px 20px 0;
  border-radius: 0 20px 20px 0;
  background: #f9f9f9;
  /*
  background-image: url(/assets/images/bg-repeat-x.png);
  */
}

.kaizen .brochure-download img {
  width: 125px;
}

.kaizen .info-request-block {
  text-align: center;
}

.kaizen.sitemap {
  padding:20px;
}

.kaizen.sitemap i.fa {
  display: none;
}

@media (min-width: 992px) {
  .work-around-vert-align-parent {
    position:relative;
  }

  .work-around-vert-align-parent p {
    position:absolute;
    top:50%;
    left:50%;
    -ms-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
    width:100%;
  }
}


ul.software-download {
  list-style: none;
  margin:0 0 10px;
  padding:0;
  border:1px solid #ccc;
  background-color: #f6f6f6;
  background-image: url(/assets/images/bg-repeat-x.png);
}

ul.software-download li {
  padding:5px 10px;
}

ul.software-download li:last-child {
  border-right:none;
}

@media (min-width: 768px) {
  ul.software-download {
    display: inline-block;
  }
}

@media (min-width: 768px) {
  ul.software-download li {
    display: inline-block;
  }
}

/********** ADJUSTMENT TO PRODUCT PICTURE ZOOM FOR MORE SIDE MARGIN ON PHONES **********/

.easyzoom {
  margin: 0 25px;
}

@media (min-width: 768px) {
  .easyzoom {
    margin: 0;
  }
}

/***********************************/
/********** USED MACHINES **********/
/***********************************/

.used-machines.LATAM .media-links {
	margin-bottom: 20px;
	padding: 10px 20px;
	background-color: #f0f0f0;
	border-bottom: 1px solid #ccc;
}
