/***********************************************/
/* Custom Template Build by SmartDevSolutions  */
/* http://www.smartdevsolutions.net            */
/***********************************************/

/****************************************/
/* HubSpot Style Boilerplate            */
/****************************************/

/* Images */

img {
    max-width: 100%;
    border: 0;
    -ms-interpolation-mode: bicubic;
    vertical-align: bottom; /* Suppress the space beneath the baseline */
}

/* Videos */

video {
    max-width: 100%;
    height: auto;
}

/* Embed Container (iFrame, Object, Embed) */

.hs-responsive-embed {
    position: relative;
    height: auto;
    overflow: hidden;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
}

.hs-responsive-embed iframe, .hs-responsive-embed object, .hs-responsive-embed embed {
    width: 100%;
    height: 100%;
    border: 0;
}

.hs-responsive-embed,
.hs-responsive-embed.hs-responsive-embed-youtube,
.hs-responsive-embed.hs-responsive-embed-wistia,
.hs-responsive-embed.hs-responsive-embed-vimeo {
    padding-bottom: 2%;
}

.hs-responsive-embed.hs-responsive-embed-instagram {
    padding-bottom: 116.01%;
}

.hs-responsive-embed.hs-responsive-embed-pinterest {
    height: auto;
    overflow: visible;
    padding: 0;
}

.hs-responsive-embed.hs-responsive-embed-pinterest iframe {
    position: static;
    width: auto;
    height: auto;
}

iframe[src^="http://www.slideshare.net/slideshow/embed_code/"] {
    width: 100%;
    max-width: 100%;
}

@media (max-width: 568px) {
    iframe {
        max-width: 100%;
    }
}

/* Forms */

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
select {
    padding: 6px;
    display: inline-block;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

/* Menus */

.hs-menu-wrapper ul {
    padding: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    display: inline-block;
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    left: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-item-has-children ul.hs-menu-children-wrapper {
    left: 180px;
    top: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.row-fluid-wrapper:last-child .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch {
    position: relative;
    margin-bottom: 20px;
    min-height: 7em;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul {
    margin-bottom: 0;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children {
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:before {
    content: " ";
    display: table;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper:after {
    content: " ";
    display: table;
    clear: both;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li {
    float: left;
}

.hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
    display: inline-block;
    padding: 10px 20px;
    white-space: nowrap;
    max-width: 140px;
    width: auto;
    overflow: hidden;
    text-overflow: ellipsis;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical {
    width: 100%;
}

.hs-menu-wrapper.hs-menu-flow-vertical ul {
    list-style: none;
    margin: 0;
}

.hs-menu-wrapper.hs-menu-flow-vertical li a {
    display: block;
    white-space: nowrap;
    width: 140px;
    overflow: hidden;
    text-overflow: ellipsis;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul {
    margin-bottom: 20px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-menu-depth-1 > a {
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li a {
    padding: 10px 20px;
    text-decoration: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children {
    position: relative;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: hidden;
    opacity: 0;
    -webkit-transition: opacity 0.4s;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 180px;
}

.hs-menu-wrapper.hs-menu-flow-vertical > ul li.hs-item-has-children:hover > ul.hs-menu-children-wrapper {
    opacity: 1;
    visibility: visible;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li a {
    min-width: 140px;
    width: auto;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul {
    max-width: 100%;
    overflow: hidden;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    display: none;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li.hs-item-has-children > ul.hs-menu-children-wrapper {
    display: block;
    visibility: visible;
    opacity: 1;
    position: static;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-2 > a {
    padding-left: 4em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-3 > a {
    padding-left: 6em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-4 > a {
    padding-left: 8em;
}

.hs-menu-wrapper.hs-menu-flow-vertical.hs-menu-show-active-branch li.hs-menu-depth-5 > a {
    padding-left: 140px;
}

.hs-menu-wrapper.hs-menu-not-show-active-branch li.hs-menu-depth-1 ul {
    box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
    -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.18);
}

@media (max-width: 568px) {
    .hs-menu-wrapper, .hs-menu-wrapper * {
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        display: block;
        width: 100%;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal ul {
        list-style: none;
        margin: 0;
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul {
        display: block;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
        float: none;
    }

    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a,
    .hs-menu-wrapper.hs-menu-flow-horizontal.hs-menu-show-active-branch > ul li.hs-item-has-children.active-branch > ul.hs-menu-children-wrapper > li a {
        display: block;
        max-width: 100%;
        width: 100%;
    }
}

.hs-menu-wrapper.hs-menu-flow-vertical.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper,
.hs-menu-wrapper.hs-menu-flow-horizontal.no-flyouts > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
    visibility: visible;
    opacity: 1;
}

/* Space Module */

.widget-type-space {
    visibility: hidden;
}

/* Blog Author Section */

.hs-author-listing-header {
    margin: 0 0 .75em 0;
}

.hs-author-social-links {
    display: inline-block;
}

.hs-author-social-links a.hs-author-social-link {
    width: 24px;
    height: 24px;
    border-width: 0px;
    border: 0px;
    line-height: 24px;
    background-size: 24px 24px;
    background-repeat: no-repeat;
    display: inline-block;
    text-indent: -99999px;
}

.hs-author-social-links a.hs-author-social-link.hs-social-facebook {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/facebook-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-linkedin {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/linkedin-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-twitter {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/twitter-24x24.png");
}

.hs-author-social-links a.hs-author-social-link.hs-social-google-plus {
    background-image: url("//static.hubspot.com/final/img/common/icons/social/googleplus-24x24.png");
}

/*
 * jQuery FlexSlider v2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */

/* Wrapper */
.hs_cos_wrapper_type_image_slider {
    display: block;
    overflow: hidden
}

/* Browser Resets */
.hs_cos_flex-container a:active,
.hs_cos_flex-slider a:active,
.hs_cos_flex-container a:focus,
.hs_cos_flex-slider a:focus  {outline: none;}
.hs_cos_flex-slides,
.hs_cos_flex-control-nav,
.hs_cos_flex-direction-nav {margin: 0; padding: 0; list-style: none;}

/* FlexSlider Necessary Styles
*********************************/
.hs_cos_flex-slider {margin: 0; padding: 0;}
.hs_cos_flex-slider .hs_cos_flex-slides > li {display: none; -webkit-backface-visibility: hidden; position: relative;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.hs_cos_flex-slider .hs_cos_flex-slides img {width: 100%; display: block; border-radius: 0px;}
.hs_cos_flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .hs_cos_flex-slides element */
.hs_cos_flex-slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .hs_cos_flex-slides {display: block;}
* html .hs_cos_flex-slides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */

/* FlexSlider Default Theme
*********************************/
.hs_cos_flex-slider {margin: 0 0 60px; background: #fff; border: 0; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; zoom: 1;}
.hs_cos_flex-viewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .hs_cos_flex-viewport {max-height: 300px;}
.hs_cos_flex-slider .hs_cos_flex-slides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.hs_cos_flex-direction-nav {*height: 0;}
.hs_cos_flex-direction-nav a {width: 30px; height: 30px; margin: -20px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.hs_cos_flex-direction-nav .hs_cos_flex-next {background-position: 100% 0; right: -36px; }
.hs_cos_flex-direction-nav .hs_cos_flex-prev {left: -36px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next {opacity: 0.8; right: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-prev {opacity: 0.8; left: 5px;}
.hs_cos_flex-slider:hover .hs_cos_flex-next:hover, .hs_cos_flex-slider:hover .hs_cos_flex-prev:hover {opacity: 1;}
.hs_cos_flex-direction-nav .hs_cos_flex-disabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Direction Nav for the Thumbnail Carousel */
.hs_cos_flex_thumbnavs-direction-nav {
    margin: 0px;
    padding: 0px;
    list-style: none;
    }
.hs_cos_flex_thumbnavs-direction-nav {*height: 0;}
.hs_cos_flex_thumbnavs-direction-nav a {width: 30px; height: 140px; margin: -60px 0 0; display: block; background: url(//static.hsappstatic.net/content_shared_assets/static-1.3935/img/bg_direction_nav.png) no-repeat 0 40%; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 1; -webkit-transition: all .3s ease;}
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-next {background-position: 100% 40%; right: 0px; }
.hs_cos_flex_thumbnavs-direction-nav .hs_cos_flex_thumbnavs-prev {left: 0px;}
.hs-cos-flex-slider-control-panel img { cursor: pointer; }
.hs-cos-flex-slider-control-panel img:hover { opacity:.8; }
.hs-cos-flex-slider-control-panel { margin-top: -30px; }



/* Control Nav */
.hs_cos_flex-control-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.hs_cos_flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.hs_cos_flex-control-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.hs_cos_flex-control-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.hs_cos_flex-control-paging li a.hs_cos_flex-active { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.hs_cos_flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.hs_cos_flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.hs_cos_flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.hs_cos_flex-control-thumbs img:hover {opacity: 1;}
.hs_cos_flex-control-thumbs .hs_cos_flex-active {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .hs_cos_flex-direction-nav .hs_cos_flex-prev {opacity: 1; left: 0;}
  .hs_cos_flex-direction-nav .hs_cos_flex-next {opacity: 1; right: 0;}
}

.hs_cos_flex-slider .caption {
    background-color: rgba(0,0,0,0.5);
    position: absolute;
    font-size: 2em;
    line-height: 1.1em;
    color: white;
    padding: 0px 5% 0px 5%;
    width: 100%;
    bottom: 0;
    text-align: center;
}

.hs_cos_flex-slider .superimpose .caption {
    color: white;
    font-size: 3em;
    line-height: 1.1em;
    position: absolute;
    padding: 0px 5% 0px 5%;
    width: 90%;
    top: 40%;
    text-align: center;
    background-color: transparent;
}

@media all and (max-width: 400px) {
    .hs_cos_flex-slider .superimpose .caption {
        background-color: black;
        position: static;
        font-size: 2em;
        line-height: 1.1em;
        color: white;
        width: 90%;
        padding: 0px 5% 0px 5%;
        top: 40%;
        text-align: center;
    }

    /* beat recaptcha into being responsive, !importants and specificity are necessary */
    #recaptcha_area table#recaptcha_table {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r1_c1 {width: 300px !important;}
    #recaptcha_area table#recaptcha_table .recaptcha_r4_c4 { width: 67px !important;}
    #recaptcha_area table#recaptcha_table #recaptcha_image {width:280px !important;}
}

.hs_cos_flex-slider h1,
.hs_cos_flex-slider h2,
.hs_cos_flex-slider h3,
.hs_cos_flex-slider h4,
.hs_cos_flex-slider h5,
.hs_cos_flex-slider h6,
.hs_cos_flex-slider p {
    color: white;
}

/* Thumbnail only version of the gallery */
.hs-gallery-thumbnails li {
    display: inline-block;
    margin: 0px;
    padding: 0px;
    margin-right:-4px;
}
.hs-gallery-thumbnails.fixed-height li img {
    max-height: 150px;
    margin: 0px;
    padding: 0px;
    border-width: 0px;
}


/* responsive pre elements */

pre {
    overflow-x: auto;
}

/* responsive pre tables */

table pre {
    white-space: pre-wrap;
}

/* adding minimal spacing for blog comments */
.comment {
    margin: 10px 0 10px 0;
}

/* make sure lines with no whitespace don't interefere with layout */
.hs_cos_wrapper_type_rich_text,
.hs_cos_wrapper_type_text,
.hs_cos_wrapper_type_header,
.hs_cos_wrapper_type_section_header,
.hs_cos_wrapper_type_raw_html,
.hs_cos_wrapper_type_raw_jinja,
.hs_cos_wrapper_type_page_footer {
    word-wrap: break-word;
}
/* HTML 5 Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, nav, section {
    display: block;
}

audio, canvas, video {
    display: inline-block;
    *display: inline;
    *zoom: 1;
}

audio:not([controls]) {
    display: none;
}

/* Support migrations from wordpress */

.wp-float-left {
    float: left;
    margin: 0 20px 20px 0;
}

.wp-float-right {
    float: right;
    margin: 0 0 20px 20px;
}

/* Responsive Google Maps */

#map_canvas img, .google-maps img {
    max-width: none;
}

/* line height fix for reCaptcha theme */
#recaptcha_table td {line-height: 0;}
.recaptchatable #recaptcha_response_field {min-height: 0;line-height: 12px;}


/*****************************************/
/* Start style declarations              */
/*****************************************/




body {
  font-family: 'Roboto', Sans-Serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin: 0;
  overflow-x: hidden;
}

body .container-fluid {
	padding-left: 0px;
  padding-right: 0px;
}

.container {
  padding-left: 25px;
  padding-right: 25px;
}

/* Header */

.homeBackgroundHeader {
	background: url(https://www.machinemetrics.com/hs-fs/hubfs/homeGreenBanner.png) no-repeat;
  height: 640px;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 64%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 64%, 0 100%);
  background-size: cover;
  background-position: 50%;
}

.span12.widget-span.widget-type-global_group.header {
 	position: absolute;
  top: 57px;
  width: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  z-index: 9999;
  max-width: 1300px;
  padding-left: 15px;
  padding-right: 15px;
}

.background-image img {
  width: 100% !important;
  object-fit: cover;
}

.main-menu {
  text-align: right;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:after {
  display: block;
  content: ' ';
  background-image: url(https://www.machinemetrics.com/hubfs/Website%20V2.0/dropdownArrowA.png);
  background-size: 10px 10px;
  height: 10px;
  width: 10px;
  position: absolute;
  right: 0px;
  top: 14px;
}

.main-menu.main-menu-black .hs-menu-wrapper.hs-menu-flow-horizontal ul li.hs-item-has-children:after {
	background-image: url(https://www.machinemetrics.com/hubfs/Website%20V2.0/dropdownArrowB.png);
}

.hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-menu-depth-1 {
  margin-top: 0px;
  margin-bottom: 0px;
}


.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2 a:after  {
  font-family: 'FontAwesome';
  content: '\f105';
  font-size: 28px;
  font-weight: 300;
  position: absolute;
  right: 20px;
  color: #D9D9D9;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:last-child a:after {
  color: #FFF;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper  li.hs-menu-item.hs-menu-depth-2:last-child a:after {
  color: #D9D9D9;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper  li.hs-menu-item.hs-menu-depth-2:last-child a:after {
  color: #D9D9D9;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(5) a, .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(6) a {
  padding: 11px 7px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(1) a, .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(2) a, .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(3) a, .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li:nth-child(4) a {
	padding: 11px 15px;
}


.main-menu ul li.hs-menu-depth-1:nth-child(4) ul li.hs-item-has-children:hover .hs-menu-children-wrapper {
    position: relative;
    left: 0 !important;
    box-shadow: none;
    width: auto;
    border-radius: 0;
    -webkit-transition: visibility 1s;
    transition: visibility 1s;
    -webkit-transition: opacity 1s;
    transition: opacity 1s;
    border-top: 1px solid #f5f5f5;
    margin-left: -2px;
    margin-right: -2px;
    border-bottom: 0px solid #F5f5f5;
} 

.main-menu ul li.hs-menu-depth-1:nth-child(3) ul li.hs-item-has-children:hover .hs-menu-children-wrapper {
    position: relative;
    left: 0 !important;
    width: auto;
    margin: 0px;
    padding: 0px;
    border-bottom: none;
    border-left: none;
    border-right: none;
    margin-left: -1px;
    margin-right: -1px;
    -webkit-transition: visibility 1s;
    transition: visibility 1s;
    -webkit-transition: opacity 1s; 
    transition: opacity 1s;
}


.main-menu ul li.hs-menu-depth-1:nth-child(4) ul li.hs-item-has-children .hs-menu-children-wrapper::before {
	left: 26px;
}

.main-menu.main-menu-black .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
	color: #666666;
  font-size: 14px;	
  line-height: 16px;
}
.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  color: #FFF;
  font-size: 14px;	
  line-height: 16px;
  padding: 11px 14px;
}

.span12.widget-span.widget-type-custom_widget.main-menu {
	padding-left: 89px;
  padding-top: 2px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
  color: #CCC;
}

.main-menu ul li.hs-menu-depth-1:nth-child(4) {
  margin-right: 50px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper {
	box-sizing: border-box;
  border: 2px solid #F5F5F5;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 8px 4px 0 rgba(0,0,0,0.04);
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper:after {
  content: "";
  position: absolute;
  width: 125px;
  height: 24px;
  top: -25px;
  left: -30px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal .hs-menu-children-wrapper:before {
  content: "";
  position: absolute;
  background: url(https://www.machinemetrics.com/hubfs/topCornerMMSVG.svg?t=1530463425127) no-repeat;
  width: 44px;
  height: 17px;
  top: -17px;
  left: 18px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper {
  text-align: left;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a {
  color: #696B7A;
  font-size: 14px;
  line-height: 16px;
  overflow: visible;
  padding: 30px 60px 30px 74px;
  width: auto;
  max-width: 100%;
  border-bottom: 1px solid #F5F5F5;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.active a {
	color: #18a502;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li a:hover {
  color: #17A502;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) > ul.hs-menu-children-wrapper li a:hover:after {
  color: #17A502;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li a, .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li a {
  color: #696B7A;
  font-size: 14px;
  line-height: 16px;
  overflow: visible;
  padding: 30px 60px 30px 30px;
  width: auto;
  max-width: 100%;
  border-bottom: 1px solid #F5F5F5;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li a:hover, .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper li a:hover:after {
  color: #17A502;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li a:hover, .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper li a:hover:after {
  color: #17A502;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper  li.hs-menu-item.hs-menu-depth-2:last-child a:hover, .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper  li.hs-menu-item.hs-menu-depth-2:last-child a:hover:after {
  color: #17A502 !important;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper  li.hs-menu-item.hs-menu-depth-2:last-child a:hover, .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper  li.hs-menu-item.hs-menu-depth-2:last-child a:hover:after {
  color: #17A502;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper  li.hs-menu-item.hs-menu-depth-2:last-child {
  background-color: transparent;
  position: initial;
  border-radius: 0px;
  width: 100%;
  border: none;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper  li.hs-menu-item.hs-menu-depth-2:last-child {
  background-color: transparent;
  position: initial;
  border-radius: 0px;
  width: 100%;
  border: none;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(3) > ul.hs-menu-children-wrapper  li.hs-menu-item.hs-menu-depth-2:last-child a {
	color: #6f717f;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(4) > ul.hs-menu-children-wrapper  li.hs-menu-item.hs-menu-depth-2:last-child a {
	color: #696B7A !important;
  padding: 30px 60px 30px 30px;
  border-bottom: none; 
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:last-child {
  background-color: #17A502;
  color: #FFF;
  position: absolute;
  border-radius: 0px 0px 4px 4px;
  width: 100%;
  border: 2px solid #18a502;
  left: -2px;
  bottom: -80px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) ul.hs-menu-children-wrapper {
  width: 300px;
  left: 46px;
  top: 50px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(4) ul.hs-menu-children-wrapper {
  width: 270px;
  left: 53px;
  top: 50px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(3) ul.hs-menu-children-wrapper {
  width: 270px;
  left: 46px;
  top: 50px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children ul.hs-menu-children-wrapper li.hs-menu-item.hs-menu-depth-2:last-child a {
  color: #FFF;
  padding: 30px 60px 30px 30px;
  border-bottom: none;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) ul.hs-menu-children-wrapper li {
  position: relative;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(1) a:before {
	content: "";
  background: url(https://www.machinemetrics.com/hubfs/menuIco1N.svg) no-repeat;
  height: 25px;
  width: 25px;
  display: inline-block;
  position: absolute;
  left: 25px;
  top: 25px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(1) a:hover:before {
	background: url(https://www.machinemetrics.com/hubfs/menuIco1H.svg) no-repeat;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(2) a:before {
	content: "";
  background: url(https://www.machinemetrics.com/hubfs/menuIco2N.svg) no-repeat;
  height: 28px;
  width: 30px;
  display: inline-block;
  position: absolute;
  left: 23px;
  top: 25px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(2) a:hover:before {
	background: url(https://www.machinemetrics.com/hubfs/menuIco2H.svg) no-repeat;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(3) a:before {
	content: "";
  background: url(https://www.machinemetrics.com/hubfs/menuIco3N.svg) no-repeat;
  height: 28px;
  width: 30px;
  display: inline-block;
  position: absolute;
  left: 24px;
  top: 25px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(3) a:hover:before {
	background: url(https://www.machinemetrics.com/hubfs/menuIco3H.svg) no-repeat;
}

/* .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(4) a:before {
	content: "";
  background: url(https://www.machinemetrics.com/hubfs/menuIco4N.svg) no-repeat;
  height: 28px;
  width: 30px;
  display: inline-block;
  position: absolute;
  left: 28px;
  top: 27px;
}

.main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(2) ul.hs-menu-children-wrapper li:nth-child(4) a:hover:before {
	background: url(https://www.machinemetrics.com/hubfs/menuIco4H.svg) no-repeat;
} */

@media (max-width: 1123px) {
  .download-video-new-m2 .banner-text-container .two-blocks-of-text .row-fluid  {
    display: flex;
    flex-direction: column;
    gap: 30px;
  }
  .download-video-new-m2 .banner-text-container .two-blocks-of-text .row-fluid .span5, .download-video-new-m2 .banner-text-container .two-blocks-of-text .row-fluid .span7 {
    width: 100% !important;
    margin-left: 0 !important;
  }
  
  body .explainer-video-cont {
    background: none !important;
  }
}

@media (max-width: 1170px) {
  body .covid-form .hs-form-field {
    width: 100% !important;
    padding: 0;
  }
  body.download-video-new-m2 .cvd-frm input {
    margin-bottom: 55px;
  }
  body.download-video-new-m2 .cvd-frm fieldset {
    margin-bottom: 0 !important;
  }
}

@media (max-width: 414px) {
    body .covid-form .hs-form-field {
    width: 100% !important;
    padding: 0 20px;
  }
body.download-video-new-m2 .form-main-title {
    color: #444;
    margin-bottom: 30px;
    font-weight: inherit;
    font-size: 30px !important;
    line-height: 28px;
    padding: 0 15px;
}
  body .covid-right-col-title {
    font-size: 20px !important;
    font-weight: inherit !important;
    line-height: 18px !important;
  }
  body .covid-right-col-text {
    font-size: 16px !important;
    font-family: 'DIN-Regular' !important;
    margin-top: 0px !important;
  }
}

body.download-video-new-m2 .form-main-title {
  color: #444;
  margin-bottom: 30px;
}

.covid-our-response-header .m2-heading-cont {
  max-width: 1050px;
  width: 100%;
  margin-bottom: 50px;
}

.home-banner-text-container .bigTitle {
  color: #FFF;
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -2.19px;
}

.team-banner-text-container .bigTitle {
  color: #FFF;
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -2.19px;
}

.careers-banner-text-container .bigTitle {
  color: #FFF;
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -2.19px;
}

.partnerProgram-banner-text-container .bigTitle {
  color: #FFF;
  font-weight: 700;
  font-size: 56px;
  line-height: 60px;
  letter-spacing: -2.19px;
}

.production-banner-text-container .bigTitle {
  font-weight: 700;
  font-size: 56px;
  color: #333;
  letter-spacing: -2.19px;
  line-height: 60px;
}

.platform-banner-text-container .bigTitle {
  font-weight: 700;
  font-size: 56px;
  color: #FFF;
  letter-spacing: -2.19px;
  line-height: 60px;
}

.remote-banner-text-container .bigTitle {
  font-weight: 700;
  font-size: 56px;
  color: #FFF;
  letter-spacing: -2.19px;
  line-height: 60px;
  padding-right: 420px;
}

.health-banner-text-container .bigTitle {
  font-weight: 700;
  font-size: 56px;
  color: #FFF;
  letter-spacing: -2.19px;
  line-height: 60px;
  padding-right: 450px;
}

.apps-banner-text-container .bigTitle {
  font-weight: 700;
  font-size: 56px;
  color: #FFF;
  letter-spacing: -2.19px;
  line-height: 60px;
  padding-right: 510px;
}

.home-banner-text-container  .mediumTitle {
	font-weight: 900;
  text-transform: uppercase;
  color: #FFF;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: 1.44px;
  border-top: 1px solid #FFF;
  margin-top: 17px;
  padding-top: 21px;
  display: block;
  width: 485px;
}

.production-banner-text-container  .mediumTitle {
	font-weight: 900;
  text-transform: uppercase;
  color: #333333;
  line-height: 20px;
  letter-spacing: 1.44px;
  border-top: 1px solid #17A502;
  margin-top: 31px;
  padding-top: 21px;
  display: block;
  width: 647px;
  font-size: 17px;
}

.platform-banner-text-container  .mediumTitle {
  font-weight: 900;
  text-transform: uppercase;
  color: #FFF;
  line-height: 20px;
  letter-spacing: 1.44px;
  border-top: 1px solid #17A502;
  margin-top: 34px;
  padding-top: 21px;
  display: block;
  width: 570px;
  font-size: 17px;
  padding-right: 100px;
}

.remote-banner-text-container  .mediumTitle {
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.42px;
  display: block;
  width: 425px;
  margin-left: 15px;
}

.team-banner-text-container  .mediumTitle {
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.42px;
  display: block;
  width: 425px;
  margin-left: 15px;
}

.careers-banner-text-container  .mediumTitle {
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.42px;
  display: block;
  width: 425px;
  margin-left: 15px;
}

.partnerProgram-banner-text-container  .mediumTitle {
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.42px;
  display: block;
  width: 425px;
  margin-left: 15px;
}

.health-banner-text-container  .mediumTitle {
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.42px;
  display: block;
  width: 425px;
  margin-left: 15px;
}


.apps-banner-text-container  .mediumTitle {
  font-weight: 700;
  text-transform: uppercase;
  color: #FFF;
  font-size: 16px;
  line-height: 19px;
  letter-spacing: 1.42px;
  display: block;
  width: 425px;
  margin-left: 15px;
}

.home-banner-text-container  .text {
  color: #FFF;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.5px;
  margin-top: 3px;
  margin-bottom: 14px;
  width: 550px;
}

.production-banner-text-container  .text {
  color: #333333;
  font-size: 17px;
  line-height: 20px;
  letter-spacing: -0.5px;
  margin-top: -1px;
  margin-bottom: -3px;
  width: 420px;
}

.platform-banner-text-container  .text {
  color: #FFF;
  font-size: 17px;
  line-height: 20px;
  margin-top: 23px;
  width: 455px;
}

.remote-banner-text-container .text {
	color: #FFF;
  font-size: 17px;
  line-height: 20px;
  margin-top: 23px;
  width: 520px;
}

.health-banner-text-container .text {
	color: #FFF;
  font-size: 17px;
  line-height: 20px;
  margin-top: 23px;
  width: 520px;
}

.book-a-demo-button-green .book-a-demo-button {
  border-radius: 8px;
  background-color: #17A502;
  width: 176px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #FFF;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.2px;
  font-size: 15px;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.20);
}

.book-a-demo-button-green .book-a-demo-button:hover {
	background: #666666;
  color: #FFF;
}

.book-a-demo-button-white .book-a-demo-button {
  border-radius: 8px;
  background-color: #FFF;
  width: 176px;
  height: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  color: #17A502;
  font-weight: 700;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 1.2px;
  font-size: 15px;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.20);
}

.book-a-demo-button-white .book-a-demo-button:hover {
	background: #333;
  color: #FFF;
}

.background-image {
    height: 640px;
    z-index: -1;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 64%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 64%, 0 100%);
}

#productionPage.background-image {
  background: #FFF url(https://www.machinemetrics.com/hubfs/mm-atw-vector-lines_A.svg) no-repeat;
  background-size: cover;
  background-position: bottom right;
  height: 650px;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
}

#platformPage.background-image {
  background: #333333 url(https://www.machinemetrics.com/hubfs/mm-atw-vector-lines_APlatform.svg) no-repeat;
  background-size: cover;
  background-position: bottom right;
  height: 650px;
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
}

.Section-ImgLeft-TextRight .siltr-img-container {
	padding-top: 25px;
}

.line-of-text-green-hard {
	font-size: 24px;
  line-height: 28px;
  letter-spacing: 2.12px;
  color: #17A502;
  font-weight: 700;
  text-transform: uppercase;
}

.line-of-text-green-hard.homePageCT {
	font-size: 20px;
  line-height: 28px;
  letter-spacing: 1.7px;
  color: #17A502;
  font-weight: 700;
  text-transform: uppercase;
  border-top: 1px solid;
  width: auto;
}

.features-list {
	padding-bottom: 80px;
}

.features-list .row-subhead {
	display: none;
}

.section-split-right-container {
  padding-left: 50px;
}

.section-split-right-container.homePageCT {
  padding-left: 50px;
}

.section-split-right-container .line-of-text-green-hard {
	margin-top: -95px;
}

.line-of-text-green-hard span {
  display: inline-block;
  padding-top: 20px;
}

.section-split-right-container img {
  width: 133px !important;
  border-width: 0px !important;
  border: 0px !important;
  max-width: unset !important;
}

.block-module-pic-left-text-right {
  margin-top: 48px;
}

.block-module-pic-left-text-right.homePageCT {
	margin-top: 20px;
}

.block-module-pic-left-text-right .span10 {
	padding-left: 85px;
}

.block-module-pic-left-text-right .title {
  color: #666666;
  font-weight: 600;
  font-size: 17px;
  line-height: 20px;
}

.block-module-pic-left-text-right .text, .block-module-pic-left-text-right .text p {
  color: #666666;
  font-weight: 300;
  font-size: 17px;
  line-height: 20px;
  margin: 0;
}

.home-customers-carousel {
    height: 173px;
    width: 100%;
    margin-top: 15px;
    background-image: linear-gradient(to top, #e4e4e4 0%, #f7f7f7 100%);
}

.span12.widget-span.widget-type-custom_widget.home-logo-carousel {
  margin-top: 80px;
  position: relative;
}

.fixed-container {
	width: 100%;
  max-width: 1054px;
  margin:0 auto !important;
  float: none !important;
  padding-left: 15px;
  padding-right: 15px;
}

.Section-ImgLeft-TextRight {
  position: relative;
}

.Section-ImgLeft-TextRight .siltr-img-container .widget-type-linked_image {
  position: absolute;
  left: -280px;
  top: 0;
}

.empowerShopFloors {
	background: #353535 url('https://www.machinemetrics.com/hubfs/bigGlobeSVG.svg') no-repeat;
  background-position: top right;
}

.empowerShopFloors {
  padding-bottom: 70px;
}

.empowerShopFloors.homeCTPCN {
	padding-bottom: 80px;
}

.buttonWithGreenArrow.homeCTPCN {
	margin-top: 15px;
}

.buttonWithGreenArrow {
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 1.2px;
  margin-top: 60px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  background: url(https://www.machinemetrics.com/hubfs/GreenArrowSVG.svg) no-repeat;
  height: 34px;
  padding-left: 40px;
  line-height: 34px;
  text-decoration: none;
}

.buttonWithGreenArrow:hover {
	color: #9B9B9B;
/*   background: url(https://www.machinemetrics.com/hubfs/Website%20V2.0/smallGreenArrowH.png) no-repeat; */
}

.buttonWithGreenArrowGreenText {
  font-size: 15px;
  color: #17A502;
  letter-spacing: 1.2px;
  margin-top: 20px;
  display: block;
  text-transform: uppercase;
  font-weight: 700;
  background: url(https://www.machinemetrics.com/hubfs/GreenArrowSVG.svg) no-repeat;
  height: 34px;
  padding-left: 40px;
  line-height: 34px;
  text-decoration: none;
  position: relative;
  z-index: 9999;
}

.buttonWithGreenArrowGreenText:hover {
	color: #9B9B9B;
/*   background: url(https://www.machinemetrics.com/hubfs/Website%20V2.0/smallGreenArrowH.png) no-repeat; */
}

.highImpactSolutionsContainer {
	background: url(https://www.machinemetrics.com/hubfs/Website%20V2.0/arrowBackground.png) no-repeat;
  background-size: cover;
  background-position: 50% 40%;
  padding-bottom: 150px;
}

.smallBorderTop {
	font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 30px;
  color: #666666;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin-top: 54px;
}

.smallBorderTop:before {
	content: "";
  height: 2px;
  width: 20px;
  background-color: rgba(102, 102, 102, 0.7);
  position: absolute;
  left: 0;
  top: -8px;
}

.smallBorderTopWhite {
	font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 30px;
  color: #FFF;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
  margin-top: 54px;
}

.smallBorderTopWhite:before {
	content: "";
  height: 2px;
  width: 20px;
  background-color: rgba(255, 255, 255, 0.7);
  position: absolute;
  left: 0;
  top: -8px;
}

.smallBorderTopGreen {
	font-size: 12px;
  font-weight: 700;
  letter-spacing: 3px;
  line-height: 30px;
  color: #17A502;
  display: inline-block;
  position: relative;
  text-transform: uppercase;
}

.smallBorderTopGreen:before {
	content: "";
  height: 2px;
  width: 20px;
  background-color: rgba(23, 165, 2, 0.7);
  position: absolute;
  left: 0;
  top: -8px;
}

.transformABusinessContainer {
  background: #333333 url(https://www.machinemetrics.com/hubfs/CP005_DATAISM_CC_S_White.svg) no-repeat;
  padding-top: 65px;
  background-position: top right;
}

.blocksTitleBorderTop {
	position: relative;
}

.blocksTitleBorderTop span {
  font-size: 24px;
  color: rgba(255, 255, 255, 0.6);
  letter-spacing: 2.12px;
  text-transform: uppercase;
  font-weight: 100;
}

.blocksTitleBorderTop span:before {
  content: "";
  height: 1px;
  width: 30px;
  background-color: rgba(255, 255, 255, 0.6);
  position: absolute;
  left: 0;
  top: -15px;
}

.blocksText {
  font-size: 21px;
  color: #FFFFFF;
  letter-spacing: -1px;
  margin-top: 35px;
  display: block;
  margin-bottom: 23px;
}

.custom-block {
  border: 1px solid #666666;
  padding: 80px 40px 0px 40px;
  height: 585px;
  width: 25% !important;
  margin: 0 !important;
  margin-top: 63px !important;
}

.custom-block:nth-child(1) {
  border-right: none;
  position: relative;
}

.custom-block:nth-child(1):before {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(https://2067445.fs1.hubspotusercontent-na1.net/hubfs/2067445/Empower.svg);
    mask-image: url(https://2067445.fs1.hubspotusercontent-na1.net/hubfs/2067445/Empower.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: rgba(130, 130, 130, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.custom-block:nth-child(1):hover:before {
    background-color: rgba(22, 165, 0, 0.4);
}

.custom-block:nth-child(2) {
  border-right: none;
  position: relative;
}

.custom-block:nth-child(2):before {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(https://www.machinemetrics.com/hubfs/Predict.svg);
    mask-image: url(https://www.machinemetrics.com/hubfs/Predict.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: rgba(130, 130, 130, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.custom-block:nth-child(2):hover:before {
	 background-color: rgba(22, 165, 0, 0.4);
}


.custom-block:nth-child(3) {
  border-right: none;
  position: relative;
}

.custom-block:nth-child(3):before {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(https://www.machinemetrics.com/hubfs/Service.svg);
    mask-image: url(https://www.machinemetrics.com/hubfs/Service.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: rgba(130, 130, 130, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.custom-block:nth-child(3):hover:before {
	 background-color: rgba(22, 165, 0, 0.4);
}


.custom-block:nth-child(4) {
  border-right: none;
  position: relative;
}

.custom-block:nth-child(4):before {
    content: "";
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(https://www.machinemetrics.com/hubfs/Build.svg);
    mask-image: url(https://www.machinemetrics.com/hubfs/Build.svg);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: rgba(130, 130, 130, 0.4);
    position: absolute;
    top: 0;
    left: 0;
}

.custom-block:nth-child(4):hover:before {
	 background-color: rgba(22, 165, 0, 0.4);
}


.homeTestimonial {
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 53%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 53%, 0 100%);
  height: 550px;
  background: url(https://www.machinemetrics.com/hubfs/Website%20V2.0/backgroundTestimonial.jpg) no-repeat;
  background-size: cover;
  background-position: 50% 42%;
}

.empowerYourShopFloor {
	height: 513px;
  background: url(https://www.machinemetrics.com/hubfs/BigPPIRet.png) no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}

.groupedTextRight {
  width: 600px !important;
  position: absolute;
  top: 50%;
  left: 60%;
  transform: translate(-40%,-50%);
}

.footer {
	background: #212121 url(https://www.machinemetrics.com/hubfs/waves_whiteFooter.svg) no-repeat;
  background-size: cover;
  background-position-y: 200px;
  padding-top: 50px;
  padding-bottom: 50px;
}

.footer .footerPhoneNumber {
	opacity: 0.8;
  font-size: 13px;    
  color: #F5F5F5;        
  line-height: 15px;
  padding-bottom:20px;
  position: relative;
  padding-left: 30px;
}

.footer .footerPhoneNumber:before {
  content: '\f095';
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  color: #189b00;
  font-size: 18px;
  font-weight: 700;
  left: 2px;
}

.footer .footerEmail {
	opacity: 0.8;
  font-size: 13px;    
  color: #F5F5F5;       
  line-height: 15px;
  padding-bottom:20px;
  position: relative;
  padding-left: 30px;
}

.footer .footerEmail:before {
  content: '\f0e0';
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  color: #189b00;
  font-size: 18px;
  font-weight: 700;
  left: 0;
}

.footer .footerAddress {
	opacity: 0.8;
  font-size: 13px;    
  color: #F5F5F5;       
  line-height: 15px;
  padding-bottom:20px;
  position: relative;
  padding-left: 30px;	
}

.footer .footerAddress:before {
  content: '\f041';
  display: block;
  font-family: 'FontAwesome';
  position: absolute;
  color: #189b00;
  font-size: 18px;
  font-weight: 700;
  left: 3px;
}

.footer .footLinkItem {
  opacity: 0.55;
  font-size: 12px;
  color: #F5F5F5;
  line-height: 19px;
}

.footer .footLinkItem:hover {
	opacity: 1;
}

.footer .followusContainer {
	margin-top: 35px;
}

.footer .followusContainer span {
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 1.2px;
}

.footer .footerCopyright {
  opacity: 0.55;
  font-size: 11px;
  color: #F5F5F5;
  text-align: right;
  line-height: 19px;
  margin-top: 35px;
}

.footer .footerSocialIcons i {
  font-size: 18px;
  color: #189b00;
  padding-right: 10px;
}

.footer .footerSocialIcons i:hover {
	color: #FFF;
}

.footer .footerSocialIcons {
	margin-top: 12px;
}

.fasterDecisionsSection {
  background: #333333;
  padding-top: 60px;
  padding-bottom: 77px;
  margin-top: -250px;
  z-index: -1;
}

.fasterDecisionsSectionPlatform {
  background: #212121;
  padding-top: 60px;
  padding-bottom: 80px;
  margin-top: -250px;
  z-index: -1;
}

.fasterDecisionsSection .floatingImage img {
  position: absolute;
  left: 335px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -95px;
  width: 635px !important;
}

.fasterDecisionsSectionPlatform .floatingImage img {
  position: absolute;
  left: 449px;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  margin-top: -118px;
  width: 415px !important;
}


.regularWhiteTextBox {
  font-size: 17px;
  color: #FFFFFF;
  line-height: 20px;
  margin-bottom: 20px;
}

.halfAndHalfFH {
  background: url(https://2067445.fs1.hubspotusercontent-na1.net/hubfs/2067445/Website%20V2.0/green_factory_floor_wide.png?noresize) no-repeat;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 73%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 60%, 0% 100%);
  height: 600px;
  background-size: cover;
}

.halfAndHalfSH {
	background: #17A502 url(https://www.machinemetrics.com/hubfs/atw%20header%20lines%20white%202222.svg?noresize) no-repeat;
  height: 675px;
  margin-top: -240px;
  background-size: cover;
}

.halfAndHalfSH.industrialIOTSectionTC {
	background: #333333 url(https://www.machinemetrics.com/hubfs/atw%20header%20lines%20white%202222.svg?noresize) no-repeat;
  background-size: cover;
}

.halfAndHalfSH.catastroficFailureTC {
	background: #19a502 url(https://www.machinemetrics.com/hubfs/Lines%204.svg) no-repeat;
  background-size: cover;
  height: auto;
  padding-bottom: 100px;
}

.halfAndHalfSH.catastroficFailureTC .firstLineOfText {
	font-weight: 700;
  font-size: 56px;
  color: #FFFFFF;
  letter-spacing: -2.19px;
  line-height: 60px;
  border-top: 1px solid #FFF;
  display: inline-block;
  margin-top: 80px;
  width: 765px;
  padding-top: 20px;
}


.halfAndHalfSH.catastroficFailureTC .secondLineOfText {
	font-weight: 900;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 2.12px;
  text-transform: uppercase;
  margin-top: 42px;
  padding-top: 35px;
  position: relative;
} 

.halfAndHalfSH.catastroficFailureTC .secondLineOfText:before {
	content: '';
  height: 1px;
  width: 546px;
  background: rgba(255,255,255,0.5);
  position: absolute;
  top: 0;
  left: 0;
}

.halfAndHalfSH.catastroficFailureAPP {
	background: #333333 url(https://2067445.fs1.hubspotusercontent-na1.net/hubfs/2067445/Lines%204Black.svg) no-repeat;
  background-size: cover;
  height: auto;
  padding-bottom: 100px;
}

.halfAndHalfSH.catastroficFailureAPP .firstLineOfText {
	font-weight: 700;
  font-size: 56px;
  color: #FFFFFF;
  letter-spacing: -2.19px;
  line-height: 60px;
  border-top: 1px solid #FFF;
  display: inline-block;
  margin-top: 80px;
  width: 765px;
  padding-top: 20px;
}


.halfAndHalfSH.catastroficFailureAPP .secondLineOfText {
	font-weight: 900;
  font-size: 24px;
  color: #17A502;
  letter-spacing: 2.12px;
  text-transform: uppercase;
  margin-top: 42px;
  padding-top: 35px;
  position: relative;
} 

.halfAndHalfSH.catastroficFailureAPP .secondLineOfText:before {
	content: '';
  height: 1px;
  width: 546px;
  background: rgba(255,255,255,0.5);
  position: absolute;
  top: 0;
  left: 0;
}


.regularWhiteTitle {
  font-weight: 700;
  font-size: 40px;
  color: #FFFFFF;
  letter-spacing: -1.36px;
  line-height: 40px;
}

.regularWhiteTitle.productionPageCTCT {
	font-size: 45px;
  line-height: 60px;
}

.halfBoxHalfImage {
	background: url(https://www.machinemetrics.com/hubfs/MM_VSS-113SVG.svg) no-repeat;
  height: 665px;
  position: relative;
  background-size: cover;
  background-position-y: -160px;
}

.halfBoxHalfImageSecOption {
	background: url(https://www.machinemetrics.com/hubfs/MM_VSS-11323.png) no-repeat;
  height: 672px;
  position: relative;
  background-size: cover;
  background-position-x: 220px;
}

.halfBoxHalfImageSecOption.halfBoxHalfImageThirdOption {
	background: url(https://www.machinemetrics.com/hubfs/MM_VSS-113Apps.png) no-repeat;
  height: 672px;
  position: relative;
  background-size: cover;
  background-position-x: 520px;
  background-position-y: -50px;
}


.halfBlack {
	background: #333333 url(https://2067445.fs1.hubspotusercontent-na1.net/hubfs/2067445/glober.svg?noresize) no-repeat;
  background-position: top right;
  height: 665px;
}

.halfGreen {
	background: #19a502 url(https://2067445.fs1.hubspotusercontent-na1.net/hubfs/2067445/glober.svg?noresize) no-repeat;
  background-position: top right;
  height: 665px;
}

.halfGrey {
	background: #666666 url(https://2067445.fs1.hubspotusercontent-na1.net/hubfs/2067445/glober.svg?noresize) no-repeat;
  background-position: top right;
  height: 672px;
}

.halfBoxHalfImage .halfFloating, .halfBoxHalfImageSecOption .halfFloating {
	position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
}

.halfBoxHalfImage .halfFloating .halfTextBox, .halfBoxHalfImageSecOption .halfFloating .halfTextBox {
	padding-right: 100px;
}

.floatingMenuContainer {
  background: -moz-linear-gradient(top, rgba(59,59,59,1) 1%, rgba(58,58,58,1) 18%, rgba(56,56,56,1) 20%, rgba(58,58,58,1) 27%, rgba(56,56,56,1) 34%, rgba(55,55,55,1) 41%, rgba(54,54,54,1) 50%, rgba(55,55,55,1) 66%, rgba(53,53,53,1) 70%, rgba(54,54,54,1) 76%, rgba(52,52,52,1) 77%, rgba(53,53,53,1) 82%, rgba(51,51,51,1) 85%, rgba(51,51,51,1) 96%, rgba(53,53,53,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(59,59,59,1) 1%, rgba(58,58,58,1) 18%,rgba(56,56,56,1) 20%,rgba(58,58,58,1) 27%,rgba(56,56,56,1) 34%,rgba(55,55,55,1) 41%,rgba(54,54,54,1) 50%,rgba(55,55,55,1) 66%,rgba(53,53,53,1) 70%,rgba(54,54,54,1) 76%,rgba(52,52,52,1) 77%,rgba(53,53,53,1) 82%,rgba(51,51,51,1) 85%,rgba(51,51,51,1) 96%,rgba(53,53,53,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(59,59,59,1) 1%, rgba(58,58,58,1) 18%,rgba(56,56,56,1) 20%,rgba(58,58,58,1) 27%,rgba(56,56,56,1) 34%,rgba(55,55,55,1) 41%,rgba(54,54,54,1) 50%,rgba(55,55,55,1) 66%,rgba(53,53,53,1) 70%,rgba(54,54,54,1) 76%,rgba(52,52,52,1) 77%,rgba(53,53,53,1) 82%,rgba(51,51,51,1) 85%,rgba(51,51,51,1) 96%,rgba(53,53,53,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dffffff', endColorstr='#353535',GradientType=0 );
  height: 124px;
}

.floatingMenuCenterItems {
  display: flex !important;
  text-align: center;
  align-items: center;
  justify-content: center;
  line-height: 120px;
}

.floatingMenuCenterItems a {
  padding-left: 40px;
  padding-right: 40px;
  display: block;
  color: #F5F5F5;
  text-transform: uppercase;
  font-size: 15px;
  font-weight: 700;
  letter-spacing: 1.2px;
}

.floatingMenuCenterItems.longerFLoatingMenu a {
	padding-left: 25px;
  padding-right: 25px;
}


.floatingMenuCenterItems a:hover span {
	border-bottom: 2px solid #18a502;
  padding-bottom: 5px;
}

.sectionTitleBlackText {
  font-weight: 500;
  font-size: 40px;
  color: #333333;
  letter-spacing: -1.36px;
  text-align: center;
  line-height: 47px;
}

.featuresSection {
  background: #FFF url(https://www.machinemetrics.com/hubfs/bigArrowBG.png) no-repeat; 
  background-size: cover;
}

.benefitsSection {
	background: #212121 url(https://www.machinemetrics.com/hubfs/glober.svg) no-repeat;
  background-position: right top;
}

.whiteSectionH1 {
  font-weight: 700;
  font-size: 56px;
  color: #FFFFFF;
  letter-spacing: -2.19px;
  display: block;
  line-height: 60px;
  padding-top: 20px;
  position: relative;
}

.whiteSectionH1:before {
  content: '';
  height: 1px;
  width: 540px;
  background-color: #17A502;
  position: absolute;
  top: 0;
  left: 0;
}

.benefitsWhiteTitle {
  font-weight: 100;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 2.12px;
  line-height: 28px;
  position: relative;
  text-transform: uppercase;
  padding-top: 18px;
}

.benefitsWhiteTitle:before {
	content: '';
  height: 1px;
  width: 30px;
  background-color: rgba(255,255,255,0.5);
  position: absolute;
  left: 0;
  top: 0;
}

.benefitsWhiteText {
  font-size: 21px;
  color: #FFFFFF;
  line-height: 24px;
}

.greenSpacerLineVert {
	text-align: center;
}

.greenSpacerLineVert span {
  display: inline-block;
  width: 1px;
  height: 352px;
  background: #17A502;
}

.casestudiesSection {
	position: relative;
}

.caseStudiesFirstContainer {
  z-index: -1;
  -webkit-clip-path: polygon(0 0, 100% 0, 101% 58%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 58%, 0 100%);
  height: 567px;
  background: url(https://www.machinemetrics.com/hubfs/dudeRetina.png) no-repeat;
  background-size: cover;
  background-position: 50% 6%;
}

.caseStudiesSecondContainer {
	background: #F5F5F5 url(https://www.machinemetrics.com/hubfs/linesv4.svg) no-repeat;
  background-position: 50% 100%;
  background-size: cover;
  margin-top: -230px;
  height: 600px;
}

.sliderTestimonial .awardsContTitleTestimonial {
	font-size: 35px;
}

.caseStudiesTitle span {
  color: #FFFFFF;
  font-weight: 700;
  font-size: 64px;
  letter-spacing: -2.6px;
  line-height: 75px;
  display: inline-block;
  border-top: 1px solid #FFF;
  padding-top: 19px;
  margin-top: 64px;
}

.caseStudyBoxDwn {
  background: #FFFFFF;
  border: 2px solid #F5F5F5;
  box-shadow: 0 8px 4px 0 rgba(0,0,0,0.04);
  border-radius: 4px;
  height: 212px;
  z-index: 999999;
  width: 734px !important;
  position: absolute;
  top: 317px;
  left: 0;
  right: 0;
  margin-left: auto !important;
  margin-right: auto;
  padding: 50px;
}

.caseStudyBoxText {
  font-size: 17px;
  color: #666666;
  line-height: 20px;
  margin-top: 10px;
}

.caseStudyBoxButton span  {
  background: #17A502;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.20);
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 1.2px;
  text-align: center;
  padding: 11px 22px;
  text-transform: uppercase;
  display: inline-block;
  margin-top: 10px;
}

.caseStudyBoxButton span:hover {
	background: #1d9f0a;
}

.banner-text-container h1 {
	display: inherit;
  font-size: inherit;
  margin: 0;
}

.startSticky {
  position: fixed;
  width: 100%;
  top: 0;
  z-index: 9999999;
}

.stickyPadd {
	margin-top: 120px;
}

#remoteServicePage.background-image {
	background: #18a502 url('https://www.machinemetrics.com/hubfs/bgopacity.svg') no-repeat;
  background-size: cover;
  height: 640px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
}

#remoteServicePage .row-fluid .span12.banner-text-container {
	top: 184px;
}


#teampage.background-image {
	background: #18a502 url('https://www.machinemetrics.com/hubfs/bgopacity.svg') no-repeat;
  background-size: cover;
  height: 460px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
  position: relative;
  z-index: 1;
}

#teampage .row-fluid .span12.banner-text-container {
	top: 195px;
}

#careerspage.background-image {
	background: #18a502 url('https://www.machinemetrics.com/hubfs/bgopacity.svg') no-repeat;
  background-size: cover;
  height: 460px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
  -webkit-transform: translate3d(0,0,0);
}

#careerspage .row-fluid .span12.banner-text-container {
	top: 195px;
}

#partnerProgrampage.background-image {
	background: #18a502 url('https://www.machinemetrics.com/hubfs/bgopacity.svg') no-repeat;
  background-size: cover;
  height: 460px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
}

#careerspagejobs.background-image:after {
  content: "";
  width: 100%;
  height: 100%;
  background: rgba(24, 165, 2, 0.6);
  z-index: -1;
  position: absolute;
}

#partnerProgrampage.background-image.ver2 {
	background: #333333 url('https://www.machinemetrics.com/hubfs/bgopacity.svg') no-repeat;
  background-size: cover;
  height: 460px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
}

#partnerProgrampage .row-fluid .span12.banner-text-container {
	top: 195px;
}



#productionPage .row-fluid .span12.banner-text-container {
	top: 184px;
}

#platformPage .row-fluid .span12.banner-text-container {
	top: 184px;
}

#remoteServicePage .headerModuleWithTopBorder {
  border-top: 1px solid #FFF;
  width: 512px;
  margin-top: 25px;
  padding-top: 20px;
}

#teampage .headerModuleWithTopBorder {
  border-top: 1px solid #FFF;
  width: 305px;
  margin-top: 25px;
  padding-top: 20px;
}

#careerspage .headerModuleWithTopBorder {
  border-top: 1px solid #FFF;
  width: 393px;
  margin-top: 25px;
  padding-top: 20px;
}

#partnerProgrampage .headerModuleWithTopBorder {
  border-top: 1px solid #FFF;
  width: 393px;
  margin-top: 25px;
  padding-top: 20px;
}

#remoteServicePage .headerModuleWithTopBorder .span1 {
	width: 72px;
}

#healthServicePage.background-image {
	background: #212121 url('https://www.machinemetrics.com/hubfs/bgopacity.svg') no-repeat;
  background-size: cover;
  height: 640px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
}

#healthServicePage .row-fluid .span12.banner-text-container {
	top: 184px;
}

#healthServicePage .headerModuleWithTopBorder {
  border-top: 1px solid #FFF;
  width: 512px;
  margin-top: 25px;
  padding-top: 20px;
}

#healthServicePage .headerModuleWithTopBorder .span1 {
	width: 72px;
}


#appServicePage.background-image {
	background: #17A502 url('https://www.machinemetrics.com/hubfs/bgopacity.svg') no-repeat;
  background-size: cover;
  height: 640px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
  position: relative;
}

#appServicePage .row-fluid .span12.banner-text-container {
	top: 184px;
}

#appServicePage .headerModuleWithTopBorder {
  border-top: 1px solid #FFF;
  width: 512px;
  margin-top: 25px;
  padding-top: 20px;
}

#appServicePage .headerModuleWithTopBorder .span1 {
	width: 72px;
}


.industrialIOTSection {
	background: #FFF;
  padding-top: 60px;
  padding-bottom: 94px;
  z-index: -1;
}

.industrialIOTSection.healthMCPT {
	padding-bottom: 142px;
}

.industrialIOTSection.appsServicePageGen {
	background: #FFF;
  padding-top: 60px;
  padding-bottom: 68px;
  z-index: -1;
}

.keyFeaturesTitle {
	font-weight: 700;
  font-size: 56px;
  color: #333333;
  letter-spacing: -2.19px;
  line-height: 60px;
  padding-top: 18px;
  position: relative;
}

.keyFeaturesTitle:before {
	content: '';
  height: 1px;
  width: 293px;
  background-color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.benefitsBoxModule {
  background: rgba(51, 51, 51, 0.50) url(https://www.machinemetrics.com/hubfs/Lines%2032.svg) no-repeat;
  padding: 50px 80px 80px 80px;
  height: 315px;
  background-size: cover;
}



.benefitsBoxModule2 {
  background: rgba(51, 51, 51, 0.50) url(https://www.machinemetrics.com/hubfs/Lines%203353465435.svg) no-repeat;
  padding: 50px 80px 80px 80px;
  height: 315px;
  background-size: cover;
}

.firstSectionLeftImagesRightText img {
	width: 36px !important; 
}

.firstSectionLeftImagesRightText .span10 {
	margin-left: 0px;
}

.platformFirstContBox img {
	width: 271px !important;
}

.platformFirstContBox .pfcbTitle {
  font-weight: 900;
  font-size: 17px;
  color: #F5F5F5;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  margin-top: 20px;
}

.platformFirstContBox .pfcbText {
  font-size: 17px;
  color: #FFFFFF;
  padding-left: 38px;
  margin-top: 3px;
}

.platformFirstContBox {
	margin-top: 108px;
}

.pfcbBordererdBox {
	border-top: 1px solid #666666;
  margin-left: 0px !important;
  margin-top: 4px;
}

.PlatformFeaturesTitles {
  font-weight: 700;
  font-size: 40px;
  color: #333333;
  letter-spacing: -1.36px;
  line-height: 40px;
}

.floatingImageHome {
	
}

.hiscTitle {
	font-size: 56px;     
  color: #333333;     
  letter-spacing: -2.19px;     
  line-height: 60px;     
  font-weight: 700;     
  margin-top: 84px;            
  padding-top: 19px; 
  position: relative;
}

.hiscTitle:before {
  content: '';
	height: 1px;
  width: 505px;
  background-color: #333333;
  position: absolute;
  top: 0;
  left: 0;
}

.hiscSubTitle {
  font-size: 24px;
  color: #333333;
  letter-spacing: 2.12px;
  font-weight: 700;
  text-transform: uppercase;
  margin-top: 51px;
  padding-top: 28px;
  position: relative;
}

.hiscSubTitle:before {
	content: '';
  height: 1px;
  width: 475px;
  background-color: #333333;
  position: absolute;
  left: 0;
  top: 0;
}

.floatingAnimationBox iframe {
	overflow: hidden;
}

.casestudiesCont1 {
  background: #333333 url(https://www.machinemetrics.com/hubfs/team1BG.svg) no-repeat;
  height: 530px;
  margin-top: -200px;
  z-index: -1;
  background-position-x: right;
  background-position-y: -30px;
}

.casestudiesCont1.cscDetailPage {
	background: #333333 url(https://www.machinemetrics.com/hubfs/team1BG.svg) no-repeat;
  height: auto;
  margin-top: -200px;
  z-index: -1;
  background-position-x: right;
  background-position-y: -30px;
}

.casestudiesCont2 {
  background: #212121 url(https://www.machinemetrics.com/hubfs/team2BG.svg) no-repeat;
  height: 415px;
  z-index: -1;
  background-position-x: left;
  background-position-y: -30px;
}

.casestudiesCont3 {
  background: #333333 url(https://www.machinemetrics.com/hubfs/team3BG.svg) no-repeat;
  height: 415px;;
  z-index: -1;
  background-position-x: right;
  background-position-y: -30px;
}

.teamMember1 {
  background: #333333 url(https://www.machinemetrics.com/hubfs/team1BG.svg) no-repeat;
  height: 630px;
  margin-top: -200px;
  z-index: -1;
  background-position-x: right;
  background-position-y: -30px;
}

.teamMember2 {
  background: #212121 url(https://www.machinemetrics.com/hubfs/team2BG.svg) no-repeat;
  height: 415px;
  z-index: -1;
  background-position-x: left;
  background-position-y: -30px;
}

.teamMember3 {
  background: #333333 url(https://www.machinemetrics.com/hubfs/team3BG.svg) no-repeat;
  height: 415px;;
  z-index: -1;
  background-position-x: right;
  background-position-y: -30px;
}

.teamMember4 {
  background: #666666 url(https://www.machinemetrics.com/hubfs/team2BG.svg) no-repeat;
  height: 415px;
  z-index: -1;
  background-position-x: left;
  background-position-y: -30px;
}

.teamMember5 {
  background: #333333 url(https://www.machinemetrics.com/hubfs/team3BG.svg) no-repeat;
  height: 415px;;
  z-index: -1;
  background-position-x: right;
  background-position-y: -30px;
}

.teamMember6 {
  background: #212121 url(https://www.machinemetrics.com/hubfs/team2BG.svg) no-repeat;
  height: 415px;
  z-index: -1;
  background-position-x: left;
  background-position-y: -30px;
}

.teamMember7 {
  background: #333333 url(https://www.machinemetrics.com/hubfs/team3BG.svg) no-repeat;
  height: 415px;;
  z-index: -1;
  background-position-x: right;
  background-position-y: -30px;
}

.teamMember8 {
  background: #666666 url(https://www.machinemetrics.com/hubfs/team2BG.svg) no-repeat;
  height: 415px;
  z-index: -1;
  background-position-x: left;
  background-position-y: -30px;
}

.teamMember .tmName {
  font-weight: 400;
  font-size: 24px;
  color: #FFFFFF;
}

.teamMember .tmPosition {
  font-weight: 600;
  font-size: 12px;
  color: #FFFFFF;
  text-transform: uppercase;
  margin-top: 59px;
  letter-spacing: 3px;
  position: relative;
  padding-top: 16px;
}

.teamMember .tmPosition:before {
	content: '';
  height: 2px;
  width: 17px;
  background: #FFF;
  position: absolute;
  left: 0;
  top: 0;
}

.teamMember .tmAbout {
  font-size: 17px;
  color: #FFFFFF;
  margin-top: 30px;
}

.tmHeadShot {
	width: 430px !important;
  height: 414px;
}

.tmHeadShot img {
	width: 100% !important;
  object-fit: contain;
}



.transformCareerCont {
	background: #FFF url(https://www.machinemetrics.com/hubfs/BigArrowBackground.png) no-repeat;
  padding-top: 200px;
  padding-bottom: 400px;
  background-size: cover;
  margin-top: -200px;
  background-position: center;
}

.tccContainer .tccTitle {
  font-weight: 700;
  font-size: 35px;
  color: #333333;
  letter-spacing: -1.36px;
}

.tccContainer .tccSubTitle {
	font-weight: 700;
  font-size: 12px;
  color: #666666;
  letter-spacing: 3px;
  line-height: 30px;
  text-transform: uppercase;
  position: relative;
  padding-top: 5px;
  margin-top: 40px;
}

.tccContainer .tccSubTitle:before {
	content: '';
  width: 17px;
  height: 2px;
  background: #666666;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.7;
}

.tccContainer .tccText {
  opacity: 0.7;
  font-size: 17px;
  color: #666666;
}

.tccContainer .tccText .greentext {
	color: #17A502;
}

.partnerProgramContainer {
	background: #333333 url(https://www.machinemetrics.com/hubfs/ZigPartner.png) no-repeat;
  padding-top: 200px;
  padding-bottom: 100px;
  background-size: cover;
  margin-top: -200px;
  background-position: center;
}

.partnerProgramContainer.ver2 {
	background: #FFF url(https://www.machinemetrics.com/hubfs/BigArrowBackground.png) no-repeat;
  padding-top: 200px;
  padding-bottom: 100px;
  background-size: cover;
  margin-top: -200px;
  background-position: center;
}

.ppcHeadModule {
	width: 864px !important;
  background-color: #222222;
  margin-top: -70px;
  position: relative;
}

.ver2 .ppcHeadModule {
	background-color: #17A502;
}

.ppcHeadModule .title {
  font-weight: 100;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 2.12px;
  text-transform: uppercase;
}

.ppcHeadModule .listText {
	font-size: 17px;
  color: #FFF;
}

.ppcHeadModule .listText ul {
	padding: 0;
  margin-top: 50px;
  list-style: none;
}

.ppcHeadModule .listText ul li {
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
  padding-right: 30px;
}

.ver2 .ppcHeadModule .listText ul li:before {
	background: #FFF;
}

.ppcHeadModule .listText ul li:before {
	content: '';
  width: 3.5px;
  height: 3.5px;
  background: #17A502;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
}
.ver2 .lineofTextGreenBorderTop {
	color: #17A502;
}
.lineofTextGreenBorderTop {
	font-weight: 900;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 1.44px;
  text-align: center;
  text-transform: uppercase;
  position: relative;
  margin-top: 50px;
  padding-top: 20px;
  width: 530px !important;
  padding-left: 50px;
  padding-right: 50px;
}

.lineofTextGreenBorderTop:before {
	content: '';
  width: 100%;
  height: 1px;
  background: #17A502;
  position: absolute;
  left: 0;
  top: 0;
}

.partnerForm {
	width: 365px !important; 
}

.ver2 .partnerForm .title {
	color: #333333;	
}

.partnerForm .title {
  opacity: 0.6;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0.83px;
  margin-top: 88px;
  margin-bottom: 50px;
}

.ver2 .partnerForm label {
	color: #333333;
}

.partnerForm label {
  color: #FFF;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 14px;
  display: block;
}

.partnerForm input {
	margin-bottom: 40px;
  background: transparent;
  border: none;
  border-bottom: 0.5px solid #9B9B9B;
  outline: none;
  font-size: 13px;
  color: #FFF;
  padding-left: 0px;
}

.partnerForm input:focus, .partnerForm select:focus, .partnerForm textarea:focus {
	 border-bottom: 0.5px solid #17A502;
}

.partnerForm select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(https://www.machinemetrics.com/hubfs/dropdown.svg?t=1530804353975) no-repeat 98% 50%;
  border: none;
  border-bottom: 0.5px solid #9B9B9B;
  margin-bottom: 40px;
  color: #FFF;
  font-size: 13px;
  border-radius: 0px;
  outline: none;
}

.partnerForm select::-ms-expand {
  display: none;
}

.ver2 .partnerForm select {
	color: #9b9b9b;
}

.ver2 .partnerForm input {
	color: #9b9b9b;
}

.partnerForm input[type="submit"] {
  background: #17A502;
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.20);
  border-radius: 8px;
  font-weight: 700;
  font-size: 15px;
  color: #FFFFFF;
  letter-spacing: 1.2px;
  text-align: center;
  margin: 0 auto;
  border: none;
  width: 176px;
  height: 32px;
  text-transform: uppercase;
  cursor: hand;
}

.partnerForm input[type="submit"]:hover {
	background: #6e6e6e;
}

.partnerForm .actions {
	text-align: center;
}

.requestAQuote .actions {
	text-align: left;
}

.hs-fieldtype-checkbox ul {
	list-style: none;
  padding-left: 0px;
  margin-left: 0px;
}

.requestAQuote textarea {
  background: transparent;
  border: none;
  border-bottom: 0.5px solid #9b9b9b;
  height: 80px;
  outline: none;
  color: #FFF;
  font-size: 16px;
  margin-bottom: 40px;
}

.requestAQuote .hs-richtext {
  font-size: 18px;
  color: #FFFFFF;
  letter-spacing: 0;
  line-height: 26px;
}

.requestAQuote .hs_enter_machine_make_and_model_controller_make_and_model label {
  opacity: 0.6;
  font-size: 13px;
  color: #FFFFFF;
  letter-spacing: 0.83px;
  margin-top: 10px;
}

.contactBoxRight .listText {
	font-size: 17px;
  color: #FFF;
}

.contactBoxRight .listText ul {
	padding: 0;
  margin-top: 25px;
  list-style: none;
}

.contactBoxRight .listText ul li {
  padding-left: 25px;
  margin-bottom: 15px;
  position: relative;
  padding-right: 30px;
}

.contactBoxRight .listText ul li:before {
	content: '';
  width: 3.5px;
  height: 3.5px;
  background: #17A502;
  position: absolute;
  left: 0;
  top: 7px;
  border-radius: 50%;
}

.contactBoxRight .listText ul li a {
	text-decoration: none;
  color: #17A502;
}

.featuredEvent {
	margin-top: -200px;
  background: #333333;
  position: relative;
  z-index: 0;
}

.featuredEvent:before {
  content: '';
  width: 45.3%;
  background: #666666;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.featuredEventFHalf {
  height: 545px;
}

.featuredEventFHalf img {
	width: 85% !important;
}

.featuredEventLogoCont {
	text-align: center;
  margin-top: 230px;
}

.featuredEventSHalf .feName {
  font-weight: 100;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 2.12px;
  text-transform: uppercase;
}

.featuredEventSHalf .feDate {
  font-weight: 700;
  font-size: 12px;
  color: #17A502;
  letter-spacing: 3px;
  line-height: 20px;
  padding-top: 16px;
  position: relative;
  text-transform: uppercase;
  margin-top: 43px;
	width: 215px;
}

.featuredEventSHalf .feDate:before {
	content: '';
  width: 17px;
  height: 2px;
  background-color: #17A502;
  position: absolute;
  top: 0;
  left: 0;
}

.featuredEventSHalf .feDescription {
  font-size: 17px;
  color: #FFFFFF;
  margin-top: 11px;
  width: 320px;
}

#upcomingeventsCont {
	background: -moz-linear-gradient(top, rgba(255,255,255,0.05) 0%, rgba(243,243,243,1) 1%, rgba(239,239,239,1) 41%, rgba(229,229,229,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(255,255,255,0.05) 0%,rgba(243,243,243,1) 1%,rgba(239,239,239,1) 41%,rgba(229,229,229,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(255,255,255,0.05) 0%,rgba(243,243,243,1) 1%,rgba(239,239,239,1) 41%,rgba(229,229,229,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0dffffff', endColorstr='#e5e5e5',GradientType=0 ); /* IE6-9 */
  height: 124px;
}

#upcomingeventsCont .title {
  font-weight: 700;
  font-size: 15px;
  color: #666666;
  letter-spacing: 1.2px;
  text-align: center;
  line-height: 48px;
  text-transform: uppercase;
  line-height: 124px;
}

.eventCont {
  background: #F5F5F5;
  position: relative;
  margin-bottom: 5px;
  z-index: 1;
}

.eventCont:before {
  content: '';
  width: 45.3%;
  background: #FFF;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
}

.eventCont img {
	width: auto !important;
  max-width: 65% !important;
  vertical-align: middle;
}

.eventCont .featuredEventLogoCont {
  margin-top: 0px;
  line-height: 327px;
}

.eventCont .featuredEventFHalf {
  height: 300px;
}

.eventCont .featuredEventSHalf {
	margin-top: 88px;
}
  
.eventCont .featuredEventSHalf .feName {
  font-weight: 100;
  font-size: 24px;
  color: #212121;
  letter-spacing: 2.12px;
  text-transform: uppercase;
  width: 100%;
}

.eventCont .featuredEventSHalf .feDate {
	margin-top: 30px;
}

.csCt .csCtTitle {
  font-weight: 100;
  font-size: 24px;
  color: #FFFFFF;
  letter-spacing: 2.12px;
  text-transform: uppercase;
  margin-top: 20px;
  margin-bottom: 30px;
}

.csCt .csCtText {
  font-size: 17px;
  color: #FFFFFF;
}

.csCt {
	position: relative;
  top: 50%;
  transform: translateY(26%);
}

.casestudiesCont1 .csCt {
	position: inherit;
  top: inherit;
  transform: inherit;
}

.csCtFormTitle {
  margin-left: -10px !important;
  font-weight: 900;
  font-size: 17px;
  color: #FFFFFF;
  letter-spacing: 1.44px;
  text-transform: uppercase;
  border-top: 1px solid #17A502;
  padding-top: 20px;
  margin-bottom: 60px;
}

.dcsForm {
	margin-left: -10px !important;
  width: 50% !important;
  margin-bottom: 80px;
}

.dcsForm label {
  color: #FFF;
  font-size: 18px;
  line-height: 26px;
  margin-bottom: 14px;
  display: block;
}

.dcsForm input {
	margin-bottom: 40px;
  background: transparent;
  border: none;
  border-bottom: 0.5px solid #9B9B9B;
  outline: none;
  font-size: 13px;
  color: #FFF;
  padding-left: 0px;
}

.dcsForm input:focus, .partnerForm select:focus, .partnerForm textarea:focus {
	 border-bottom: 0.5px solid #17A502;
}

.dcsForm select {
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background: transparent url(https://www.machinemetrics.com/hubfs/dropdown.svg?t=1530804353975) no-repeat 98% 50%;
  border: none;
  border-bottom: 0.5px solid #9B9B9B;
  margin-bottom: 40px;
  color: #FFF;
  font-size: 16px;
  border-radius: 0px;
  outline: none;
}

.dcsForm select::-ms-expand {
  display: none;
}

.dcsForm input[type="submit"] {
	    background: #17A502;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.20);
    border-radius: 8px;
    font-weight: 700;
    font-size: 15px;
    color: #FFFFFF;
    letter-spacing: 1.2px;
    text-align: center;
    margin: 0 auto;
    border: none;
    width: 176px;
    height: 32px;
    text-transform: uppercase;
}

/* Plans and Pricing */

.plansandPricingFirstCont {
  background: #333333 url(https://2067445.fs1.hubspotusercontent-na1.net/hubfs/2067445/team1BG.svg?t=1530978628749) no-repeat;
  background-repeat: no-repeat;
  margin-top: -200px;
  padding-top: 140px;
  background-position-x: right;
  background-position-y: -30px;
}

.main-plans-container .mplc {
    width: 23.9%;
    float: left;
    max-width: 307px;
    padding: 30px 24.5px 30px 20px;
    background-color: #fff;
    margin: 99px 26px 99px 26px;
}

.main-plans-container {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
}

.mplc .mpl-divider {
    height: 8px;
    width: 100%;
    display: block;
    margin-top: 10px;
    margin-bottom: 20px;
}

.mplc .mpl-desc {
    min-height: 115px;
    display: block;
}

.mplc.foundation .mpl-divider {
    background-color: #6a6a6a;
}

.mplc.leanshop .mpl-divider {
    background-color: #333333;
}

.mplc.factory .mpl-divider {
    background-color: #16a500;
}

.mplc .mpl-title {
    font-size: 18px;
    font-weight: bold;
}

.mplc .learn-more {
    border-radius: 25px !important;
    display: inline-block !important;
    padding: 15px 18px 15px 18px !important;
    line-height: 1 !important;
    color: #6a6a6a !important;
    font-size: 13px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    border: 2px solid #6a6a6a !important;
    background-color: transparent;
    transition: all .4s ease-in-out;
    font-weight: bold;
}

.mplc .learn-more:hover {
    background-color: rgba(44,46,47,0.1);
}



.mplc img {
    display: block;
    margin: 0 auto;
    padding: 25px;
}

.features-list .pricing-table-row {
    clear: both;
    border-bottom: 1px solid rgba(44,46,47,0.1);
    display: table;
    width: 100%;
}

.features-list .pricing-table-row div, .features-list .pricing-table-head div {
    display: table-cell;
    vertical-align: middle;
}

.features-list .pricing-table-row .column1, .features-list .pricing-table-head .column1 {
    width: 55%;
}

.features-list .pricing-table-row .column2, .features-list .pricing-table-head .column2  {
    width: 15%;
    text-align: center;
}

.features-list .pricing-table-row .column3, .features-list .pricing-table-head .column3 {
    width: 15%;
    text-align: center;
}

.features-list .pricing-table-row .column4, .features-list .pricing-table-head .column4 {
    width: 15%;
    text-align: center;
}

.features-list .column2.active, .features-list .column3.active, .features-list .column4.active {
    background-color: #f9f9f9;
}

.features-list .pricing-table-head p {
    line-height: 1;
    color: rgba(44,46,47,0.5) !important;
}

.features-list .pricing-table-head h2 {
    color: #2c2e2f;
    font-size: 25px !important;
    margin: 0px 0px 20px 0px;
    font-family: meta, sans-serif;
    font-style: normal;
    font-weight: normal;
}

.features-list .pricing-table-row p.row-headline {
    font-size: 18px;
    color: rgba(44,46,47,0.8) !important;
    margin: 1rem 0 .5rem 0;
    padding-right: 2rem;
}

.features-list .pricing-table-row p {
    line-height: 1;
}

.features-list .pricing-table-row p.row-subhead {
    font-size: 14px;
    color: rgba(44,46,47,0.5) !important;
    margin: 0 0 1rem;
    padding-right: 2rem;
}

.features-list .pricing-table-head {
    margin-top: 60px;
    clear: both;
    border-bottom: 1px solid rgba(44,46,47,0.1);
    display: table;
    width: 100%;
}

.main-plans-container  {
    overflow: auto;
}

.coming-features {
    margin-top: 40px;
}

.coming-features .title {
    olor: #2c2e2f;
    font-size: 25px !important;
    margin: 0 0 20px 0;
    font-family: meta,sans-serif;
    font-style: normal;
    font-weight: normal;
}

.pp-header {
    margin-top: 30px;
    margin-bottom: 50px;
}

.pp-header .big-head {
    font-size: 58px;
    font-weight: bold;
    line-height: 75px;
    margin-right: 40px;
    max-width: 510px;
    display: inline-block;
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
    text-align: left;
}

.pp-header .small-head {
    text-align: left;
    padding-left: 30px;
    max-width: 430px;
    display: inline-block;
    border-left: solid 1px rgba(26,27,28,0.2);
}

.mid-button {
    text-align: center;
}

.quote-banner {
    position: relative;
    margin: 50px auto 100px auto;
    background-color: #24aa15;
    padding: 30px;
    border-radius: 3px;
    color: #FFF;
    font-size: 16px;
    overflow: auto;
}

.quote-banner .span3 {
	text-align: center;
}

.quote-banner .text {
    display: inline-block;
    font-size: 20px;
  	margin-bottom: 20px;
}

.quote-button {
    display: inline-block;
    background-color: #6a6a6a;
    color: #FFF;
    padding: 10px 20px 10px 20px;
    border-radius: 3px;
    text-transform: uppercase;
  	text-decoration: none;
}

.quote-button:hover {
    color: #000;
    background-color: #FFF;
}

/* .green-menu-item {
    color: #16a500 !important;
}

.green-menu-item:hover {
    color: #FFF !important;
} */

#return-to-top {

    position: fixed;
    bottom: 20px;
    right: 20px;
    background: rgb(0, 0, 0);
    background: rgba(0, 0, 0, 0.7);
    width: 50px;
    height: 50px;
    display: block;
    text-decoration: none;
    -webkit-border-radius: 35px;
    -moz-border-radius: 35px;
    border-radius: 35px;
    display: none;
    -webkit-transition: all 0.3s linear;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
    z-index: 999999999;
}
#return-to-top i {
    color: #fff;
    margin: 0;
    position: relative;
    left: 16px;
    top: 13px;
    font-size: 19px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
}
#return-to-top:hover {
    background: rgba(0, 0, 0, 0.9);
}
#return-to-top:hover i {
    color: #fff;
    top: 5px;
}

#return-to-top .icon {
	background: url(https://2067445.fs1.hubspotusercontent-na1.net/hubfs/2067445/scrollUp.svg?t=1531460282277) no-repeat;
  width: 30px;
  height: 30px;
  background-size: contain;
  margin-left: 10px;
  margin-top: 8px;
}


.footer a {
	text-decoration: none;
}

/** Media Querys **/

@media (max-width:1025px) { 
  .span12.widget-span.widget-type-global_group.header {
  	padding-left: 25px;
    padding-right: 25px;
  }
  
  .row-fluid .span12.banner-text-container {
  	padding-left: 25px;
    padding-right: 25px;
  }
  
  .fixed-container {
  	padding-left: 25px;
    padding-right: 25px;
  }
  
  body .body-container-wrapper {
  	overflow-x: hidden;
    position: relative;
  }

  .span12.widget-span.widget-type-custom_widget.home-logo-carousel {
  	margin-left: -27px;
  }
  
  .banner-text-container .bigTitle {
  	font-size: 50px !important; 
  }
  
  .banner-text-container  .mediumTitle {
  	font-size: 15px !important;
  }
  
  .banner-text-container .text {
  	font-size: 15px !important;
  }
  
   .background-image .bigTitle {
  	font-size: 50px !important; 
  }
  
  .background-image .mediumTitle {
  	font-size: 15px !important;
  }
  
  .background-image .text {
  	font-size: 15px !important;
  }
  
  .line-of-text-green-hard.homePageCT {
  	width: auto;
    font-size: 20px;
  }
  
  .homeBigImageLeft {
  	margin-left: -320px !important;
  }
  
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(4) ul.hs-menu-children-wrapper {
  	width: 240px;
  }
  
  .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li.hs-item-has-children:nth-child(3) ul.hs-menu-children-wrapper {
  	width: 240px;
  }
  
  .floatingMenuCenterItems a {
  	font-size: 12px;
  }
  
  .teamMember2 .tmHeadShot {
  	margin-left: 70px !important;
  }
  .teamMember3 .tmHeadShot {
  	margin-left: -10px !important;
  }
  .teamMember4 .tmHeadShot {
  	margin-left: 20px !important;
  }
  .teamMember6 .tmHeadShot {
  	margin-left: 20px !important;
  }
  .teamMember8 .tmHeadShot {
  	margin-left: 20px !important;
  }
  .casestudiesCont3 .span3 {
  	margin-left: -10px !important;
  } 
  .main-plans-container .mplc {
    width: 23.4%;
  }
}

@media (max-width: 1024px) {
  .span12.widget-span.widget-type-custom_widget.main-menu {
  	padding-left: 80px;
  }
}

@media (max-width: 1023px) {
	 .main-menu {
  	display: none !important;
  }
}

@media (max-width: 1000px) {
	.platformFirstContBox img {
    width: 80% !important;
	}
}

@media (max-width: 980px) {
	.floatingAnimationBox iframe {
    width: 280px !important;
    height: 360px !important;
	}	
  .fasterDecisionsSectionPlatform .floatingAnimationBox {
  	right: -180px !important;
  }
}

@media (max-width: 915px) {
	.homeBigImageLeft {
    margin-left: -450px !important;
	}
  .section-split-right-container.homePageCT {
    padding-left: 0px;
	}
  .groupedTextRight {
  	width: 500px !important;
  }
}

@media (max-width: 830px) {
	.fasterDecisionsSectionPlatform .floatingAnimationBox {
  	top: 15px !important;
  }
}

@media (max-width:805px) {
  .homeBackgroundHeader {
  	height: 675px;
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%);
  }
  .esfTXTCont {
  	margin-left: 20px !important;
  }
  .homeTestimonial {
  	-webkit-clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 60%, 0 100%);
    height: 600px;
  }
  .homeTestimonial .slider-quotes {
     padding-bottom: 180px;
  }
} 

@media (max-width:776px) {
  .sqQuote {
  	font-size: 33px;
  }
  .tableHeaderMobile {
  	display: table;
  }
  .tableHeaderMobile .span6:nth-child(1) {
  	display: table-footer-group;
  }
  .tableHeaderMobile .span6:nth-child(2) {
  	display: table-header-group;
  }
  .platformFirstContBox .pfcbText {
  	padding-left: 0px;
  }
  .platformFirstContBox img {
  	margin-bottom: 20px;
  }

}


@media (max-width: 765px) {
  .fasterDecisionsSectionPlatform .floatingAnimationBox {
  	position: inherit !important;
    width: 100% !important;
    text-align: center;
  }
  .fasterDecisionsSectionPlatform .smallBorderTopWhite {
  	margin-top: -20px !important;
  }
}

@media (max-width:768px) {
  .boxesImagesFloatersMobile {
  	position: inherit !important;
    width: 100% !important;
    text-align: center;
  }
  .lightSliderContainer {
  	width: 80%;
  }
  .main-menu {
  	display: none !important;
  }
  
  .row-fluid .span12.banner-text-container {
  	top: 125px;
  }
  
   .banner-text-container .bigTitle {
  	font-size: 35px !important; 
  }
  
  .banner-text-container  .mediumTitle {
  	font-size: 15px !important;
  }
  
  .banner-text-container .text {
  	font-size: 15px !important;
  }
  
   .background-image .bigTitle {
  	font-size: 35px !important; 
  }
  
  .background-image .mediumTitle {
  	font-size: 15px !important;
  }
  
  .background-image .text {
  	font-size: 15px !important;
  }
  
  .background-image img {
  	height: 640px;
  }
  
  .section-split-right-container.homePageCT {
  	padding-left: 0px;
  }
  
  .Section-ImgLeft-TextRight .span6 {
  	width: 100%;
  }
 
   .Section-ImgLeft-TextRight .homeBigImageLeft {
  	margin-left: 0px !important;
    width: 100% !important;
    margin-top: -154px !important;
  }
  
  .section-split-right-container .homePageCT {
  	padding-bottom: 30px;
  }
  
  .section-split-right-container .line-of-text-green-hard {
  	margin-top: 0px;
    padding-bottom: 20px;
  }
  
  .empowerShopFloors.homeCTPCN .span6 {
  	width: 100%;
  }
  
  .animatedImageHome {
  	text-align: center;
  }
  
  .transformABusinessContainer .span3 {
  	width: 50% !important;
  }
  
  .transformABusinessContainer .span3:nth-child(3) {
  	margin-top: -1px !important;
  }
  
  .transformABusinessContainer .span3:nth-child(4) {
  	margin-top: -1px !important;
  }
  
  .sqQuote {
  	font-size: 30px;
   	line-height: 40px;
  }
  
  .empowerYourShopFloor .groupedTextRight {
    width: 85%!important;
    position: absolute;
    top: 50%;
    left: 45%;
    transform: translate(-40%,-50%);
	}
  
  .footerContactUsSection {
  	margin-top: 72px;
    padding-right: 0px !important;
    margin-right: 40px !important;
  }
  
  .floatingAnimationBox {
  	position: absolute;
    width: 480px;
    height: 480px;
    top: 50px !important;
    right: -170px !important;
  }
  
  .floatingAnimationBox iframe {
  	width: 280px !important;
    height: 360px !important;
  }
  
  .platformFirstContBox img {
  	width: 165px !important;
  }
  
  .platformFirstContBox .pfcbTitle {
  	font-size: 15px;
  }
  
  .floatingMenuCenterItems a {
    font-size: 10px;
	}
  .floatingMenuCenterItems.longerFLoatingMenu a {
  	padding-left: 15px;
    padding-right: 15px;
  }
  
  .halfBoxHalfImage .halfFloating .halfTextBox, .halfBoxHalfImageSecOption .halfFloating .halfTextBox {
  	padding-right: 25px;
  }
  
  .halfBoxHalfImage {
  	background-position-y: 0px;
  }
  
  .benefitsWhiteText {
  	font-size: 17px;
  }
  
  .health-banner-text-container .bigTitle {
  	padding-right: 150px;
  }
  
  .halfAndHalfSH.catastroficFailureTC .firstLineOfText {
  	width: auto;
  }
  
  .halfBoxHalfImageSecOption {
  	height: 760px;
    background-position-x: -100px;
  }
  
  .halfGrey {
  	height: 760px;
  }
  
  .remote-banner-text-container .bigTitle {
    padding-right: 150px;
  }
  
  .flaotingImageRemSer {
  	margin-left: -380px !important;
  }
  
  .listtextRemServ {
  	padding-left: 0px !important;
  }
  
  .halfAndHalfSH.industrialIOTSectionTC .span6 {
  	width: 65% !important;
  }
  
  .halfGreen {
  	height: 710px;
  }
  
  .halfBoxHalfImage.remoteSRVS {
  	height: 710px !important;
  }
  
  .remoteSRVS .smallBorderTopWhite {
  	margin-top: 80px !important;
  }
  
  #teampage .row-fluid .span12.banner-text-container {
  	top: 160px;
  }

  .teamMember1 .tmHeadShot {
  	margin-left: -112px !important;
  }
  
  .teamMember1 .span6:nth-child(2) {
  	margin-top: 220px !important;
    padding-left: 0px !important;
  }
  
  .teamMember2 .span6:nth-child(1) {
  	padding-left: 30px !important;
  }
  
  .teamMember2 .tmHeadShot {
  	margin-left: 30px !important;
    width: 335px !important;
    margin-top: 49px !important;
  }
  
  .teamMember3 .tmHeadShot {
  	margin-left: -45px !important;
  }
  
  .teamMember3 .span6:nth-child(2) {
  	padding-left: 0px !important;
    margin-left: -20px !important;
  }
  
  .teamMember4 .span6:nth-child(1) {
  	padding-left: 30px !important;
  }
  
  .teamMember4 .tmHeadShot {
    margin-left: 0px !important;
    width: 368px !important;
    margin-top: 73px !important;
  }

  .teamMember5 .span6:nth-child(2) {
  	margin-top: 77px !important;
    padding-left: 0px !important;
    margin-left: 5px;  	
  }
  
  .teamMember6 .span6:nth-child(1) {
  	padding-left: 30px !important;
  }
  
  .teamMember6 .tmHeadShot {
    margin-left: 5px !important;
    width: 363px !important;
    margin-top: 69px !important;
	}
  
  .teamMember7 .tmHeadShot {
  	margin-top: 33px;
    margin-left: -165px !important;
  }
  
  .teamMember7 .span6:nth-child(2) {
  	margin-top: 77px;
    padding-left: 65px !important;
    width: 60% !important;
  }
  
  .teamMember8 .span6:nth-child(1) {
  	padding-left: 30px !important;
  }
  
  .teamMember8 .tmHeadShot {
    margin-left: -65px !important;
	}
  
  .eventCont .featuredEventSHalf .feName {
  	width: auto;
  }
  
  .featuredEventSHalf .span12.widget-span.widget-type-cell {
  	padding-left: 75px !important;
  }
  
  .ppcHeadModule {
  	width: 720px !important;
  }
	
  .ppcHeadModule .span6:nth-child(2) {
  	padding: 10px !important;
  }
  
  .ppcHeadModule .title {
    font-size: 20px;
    margin-top: 15px;
  }
  
  .csCt .csCtTitle {
    font-size: 20px;
    margin-top: 0px;
    margin-bottom: 10px;
  }
  
  .main-plans-container {
  	display: flex;
  }
  
  .product-carousel .lightSliderContainer {
  	width: 72%;
  }
  
}

@media (max-width: 767px) {
  .block-module-pic-left-text-right {
  	text-align: center;
  }
  .section-split-right-container {
  	text-align: center;
  }
  .block-module-pic-left-text-right .span10 {
    padding-left: 0px;
    margin-top: 20px;
	}
  .sliderContainerCTC .span-6.span-mainMenu-field, .sliderContainerCTC .span-6.span-mainMenu-field2 {
    width: 100%;
	}
  .sliderContainerCTC .span-6.span-image-field, .sliderContainerCTC .span-6.span-image-field2 {
  	width: 100%;
  }
  .nav-awd-cont nav a, .nav-awd-cont2 nav a {
  	display: block;
  }
  .span-image-field .sliderFloatingImage {
    position: inherit;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
    overflow: visible;
	}
  .span-image-field .sliderFloatingImage img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
	}
  .sliderContainerCTC {
  	display: table;
  }
  .sliderContainerCTC .span-6.span-image-field2 {
  	display: table-footer-group;
  }
  .sliderContainerCTC .span-6.span-mainMenu-field2 {
  	display: table-header-group;
  }
  .featuresSection #section2 .span12, .featuresSection #section2 .span6 {
  	padding-left: 0px !important;
  }
  .nav-awd-cont2 {
    margin-top: 36px;
	}
  
  
}

@media (max-width: 760px) {
		
}

@media (max-width: 840px) {
  .transformABusinessContainer .span3 {
  	width: 100% !important;
    height: auto;
  }
  
/*   .transformABusinessContainer .span3 .buttonWithGreenArrowGreenText {
  	display: none;
  } */
  
  .transformABusinessContainer .custom-block {
  	margin-top: -1px !important;
  }
  
  .transformABusinessContainer .custom-block:nth-child(1) {
  	margin-top: 40px !important;
  }
  
  .custom-block {
  	position: relative;
    padding: 40px 80px 20px 20px;
  }
  
  .custom-block .buttonWithGreenArrowGreenText {
  	position: absolute;
    width: 0px;
    overflow: hidden;
    top: 50px;
    right: 10px;
  }
  
}

@media (max-width: 790px) {
  .empowerShopFloors.homeCTPCN .span6:nth-child(1) {
  	width: 100%;
    text-align: center;
  }
  .empowerShopFloors.homeCTPCN .span6:nth-child(2) {
  	width: 100%;
  }
  .esfTXTCont {
    margin-left: 0px !important;
	}
  .esfTitle {
  	width: 100% !important;
  }
}

@media (min-width: 1024px ) {
  .mobile-menu-trigger {
  	display: none;
  }
  #mmMnav {
  	display: none;
  }
}

@media (max-width: 375px) {
  .team-members {
    margin-top: 90px;
  }
}

@media (max-width:414px) {
  
   .homeBackgroundHeader {
  	-webkit-clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    clip-path: polygon(0 0, 100% 0, 100% 80%, 0 100%);
    height: 715px;
    background-position: 85%;
  }
  
  .plansandpricing {
  	height: 530px !important;
  }
  
  .main-plans-container {
  	display: block;
    padding-top: 100px;
    padding-bottom: 40px;
  }
  
  .main-plans-container .mplc {
  	width: 100%;
    max-width: 325px;
    margin: 0;
    padding: 20px;
    margin-bottom: 40px;
  }
  
  .features-list .pricing-table-head h2 {
  	font-size: 16px !important;
  }
  
  .features-list .pricing-table-row p.row-headline {
  	font-size: 15px;
  }
  
  .features-list .pricing-table-row .column1, .features-list .pricing-table-head .column1 {
  	width: 35%;
  }
  
  .features-list .pricing-table-row .column2, .features-list .pricing-table-head .column2 {
  	width: 21.6%;
  }
  
  .features-list .pricing-table-row .column3, .features-list .pricing-table-head .column3 {
  	width: 21.6%
  }
  
  .features-list .pricing-table-row .column4, .features-list .pricing-table-head .column4 {
  	width: 21.6%;
  }
  
  .quote-banner {
  	margin: 0px auto 50px auto;
  }
  
  .home-logo-carousel .lSliderControls .next {
  	right: 37px;
  }
  #return-to-top {
  	width: 30px;
    height: 30px;
  }
  #return-to-top .icon {
    width: 15px;
    height: 15px;
    margin-left: 8px;
    margin-top: 7px;
  }
  .mainLogo {
  	width: 60% !important;
    display: inline-block !important;
    float: left !important;
  }
  
  .mMenuMobile {
  	display: inline-block !important;
    float: right !important;
  }
  
   .banner-text-container .bigTitle {
  	font-size: 30px !important; 
    line-height: 40px;
  }
  
  .banner-text-container  .mediumTitle {
  	font-size: 15px !important;
    width: auto;
  }
  
  .banner-text-container .text {
  	font-size: 15px !important;
    width: auto;
  }
  
   .background-image .bigTitle {
  	font-size: 30px !important;
     line-height: 40px;
  }
  
  .background-image .mediumTitle {
  	font-size: 15px !important;
    width: auto;
  }
  
  .background-image .text {
  	font-size: 15px !important;
    width: auto;
  }
  
  .background-image {
    height: 715px;
  }
  
  .Section-ImgLeft-TextRight .homeBigImageLeft {
    margin-left: 0px !important;
    width: 100% !important;
    margin-top: -190px !important;
	}
  
  .background-image.bgimageHome {
  	clip-path: none;
  }
  
  .block-module-pic-left-text-right.homePageCT .span2 {
  	text-align: center;
  }
  
  .block-module-pic-left-text-right.homePageCT .span10 {
  	padding-left: 0px;
    text-align: center;
    padding-top: 20px;
  }
  
  .esfTitle {
  	font-size: 35px !important;
    line-height: 45px !important;
    width: auto !important;
  }
  
  .esfMTitle {
  	font-size: 20px !important;
    width: auto !important;
    margin-top: 35px !important;
  }
  
  .esfTXTCont .title {
  	padding-right: 0px !important;
  }
  
  .esfTXTCont .text {
  	padding-right: 0px !important;
  }
  
  .hiscTitle {
  	font-size: 45px;
  }
  
  .hiscTitle:before {
  	width: 305px;
  }
  
  .hiscSubTitle {
  	font-size: 20px;
    margin-top: 35px;
  }
  
  .hiscSubTitle:before {
  	width: 243px;
  }
  
  .boxesImagesFloatersMobile {
  	position: inherit !important;
    width: 100% !important;
    text-align: center;
  }
  
  .tableHeaderMobile {
  	display: table;
    margin-top: 20px !important;
  }
  
  .tableHeaderMobile .span6:nth-child(1) {
  	display: table-footer-group;
  }
  
  .tableHeaderMobile .span6:nth-child(2) {
  	display: table-header-group;
  }
  
  .tableHeaderMobile .span6:nth-child(1) .boxesImagesFloatersMobile {
    margin-top: 66px !important;
    margin-left: -36px !important;
  }
  
  .mmHomeServicePTR {
  	margin-top: -45px !important;
  }
  
  .mmHomeServicePTR  .boxesImagesFloatersMobile {
  	margin-top: 70px !important;
    margin-left: -22px !important;
  }
  
  .highImpactSolutionsContainer {
  	padding-bottom: 50px;
  }

  .tabcTitle {
  	padding-left: 15px;
    padding-right: 15px;
  }
  
  .transformABusinessContainer .span3 {
  	width: 100% !important;
  }
  
  .transformABusinessContainer .span3:nth-child(2) {
  	margin-top: -1px !important;
  }
  
  .homeTestimonial {
  	z-index: -1;
    -webkit-clip-path: none;
    clip-path: none;
    height: 600px;
    background: url(https://www.machinemetrics.com/hubfs/Website%20V2.0/backgroundTestimonial.jpg?t=1531460282277) no-repeat;
    background-size: cover;
    background-position: 85% 38%;
  }
  
  .slider-quotes .nav-awd-cont-quotes {
  	width: 100%;
    margin-top: -173px;
  }
  
  .slider-quotes {
    position: relative;
    overflow: visible;
    padding-bottom: 150px;
    margin-top: 204px;
    padding-top: 0px;
	}
  
  .slider-quotes:before {
  	width: 100%;
    right: 0;
  }
  
  .slider-quotes .content-quotes.visible {
  	width: 100%;
    margin-top: 40px;
  }
  
  .homeAwards {
  	padding-top: 40px;
    height: 550px;
  }
  
  .awdmTitle {
    font-weight: 900;
    font-size: 20px;
    color: #17a502;
    letter-spacing: 2.12px;
    line-height: 28px;
    text-transform: uppercase;
    width: auto;
    border-top: 2px solid;
    padding-top: 15px;
    margin-top: -10px;
    float: none;
	}
  
  .homeAwards .slider {
    position: relative;
    overflow: hidden;
    padding-bottom: 80px;
    padding-bottom: 0px;
    height: 440px;
	}
  
  .homeAwards .slider nav {
    display: flex;
    flex-wrap: wrap;
    align-items: stretch;
    width: 100%;
    float: left;
    margin-top: -300px;
	}
  
  .homeAwards .slider .content.visible {
  	width: 100%;
    top: 180px;
  }
  
  .homeAwards .awardsContTitle {
  	font-size: 25px;
    padding-bottom: 20px;
  }
  
  .custom-block {
  	border: 1px solid #666666 !important; 
  }
  
  #platformPage.background-image {
  	height: 810px;
  }
  
  .fasterDecisionsSectionPlatform {
  	margin-top: -300px;
  }
  
  .floatingAnimationBox {
  	top: -30px !important;
    right: -156px !important;
  }
  
  .platformFirstContBox .span4 {
  	text-align: center;
    padding-bottom: 20px;
  }
  
  .platformFirstContBox .pfcbText {
  	padding-left: 0px;
  }
  
  #floatingMenu {
  	display: none;
  }
  
  .featuresSection #section1 {
  	margin-top: 20px !important;
  }
  
  .featuresSection #section2 {
  	margin-top: 0px !important;
  }
  
  .featuresSection #section2 .span12, .featuresSection #section2 .span6, .featuresSection #section4 .span12, .featuresSection #section4 .span6  {
  	padding-left: 0px !important;
  }
  
  .sliderContainerCTC .span-6.span-mainMenu-field {
  	width: 100%;
  }
  
  .content-awd-cont {
  	height: 300px;
  }
  
  .sliderContainerCTC .span-6.span-image-field {
  	width: 100%;
    margin-top: 20px;
  }
  
  .span-image-field .sliderSpec {
  	padding-left: 0px;
  }
  
  .span-image-field .sliderSpec .content.visible {
  	width: 100%;
  }
  
  .span-image-field .sliderFloatingImage {
    position: relative;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
	}
  
  .span-image-field .sliderFloatingImage img {
  	object-fit: contain;
  }
  
  .sliderContainerCTC {
  	display: table;
  }
  
  .sliderContainerCTC .span-image-field2 {
  	display: table-footer-group;
  }
  
  .sliderContainerCTC .span-mainMenu-field2 {
  	display: table-header-group;
  }
  
  .nav-awd-cont2 {
    margin-top: 50px;
	}
  
  .PlatformFeaturesTitles {
  	margin-top: 0px !important;
    font-size: 30px;
  }
  
  .sliderContainerCTC .span-6.span-image-field2 {
  	width: 100%;
    margin-top: 20px;
  }
  
  .span-image-field2 .sliderSpec2 {
  	padding-left: 0px;
  }
  
  .span-image-field2 .sliderSpec2 .content2.visible {
  	width: 100%;
  }
  
  .span-image-field2 .sliderFloatingImage {
    position: relative;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
	}
  
  .span-image-field2 .sliderFloatingImage img {
  	object-fit: contain;
  }
  
  .sliderContainerCTC .span-6.span-mainMenu-field3 {
    width: 100%;
  }
  
    .sliderContainerCTC .span-6.span-image-field3 {
  	width: 100%;
    margin-top: 20px;
  }
  
  .span-image-field3 .sliderSpec3 {
  	padding-left: 0px;
  }
  
  .span-image-field3 .sliderSpec3 .content3.visible {
  	width: 100%;
  }
  
  .span-image-field3 .sliderFloatingImage {
    position: relative;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
	}
  
  .span-image-field3 .sliderFloatingImage img {
  	object-fit: contain;
  }
  
  .sliderSpec3 {
  	height: 250px;
  }
  
  .sliderContainerCTC .span-image-field4 {
  	display: table-footer-group;
  }
  
  .sliderContainerCTC .span-mainMenu-field4 {
  	display: table-header-group;
  }
  
  .nav-awd-cont4 {
    margin-top: 30px;
	}
	
    .sliderContainerCTC .span-6.span-mainMenu-field4 {
    width: 100%;
  }
  
    .sliderContainerCTC .span-6.span-image-field4 {
  	width: 100%;
    margin-top: 20px;
  }
  
  .span-image-field4 .sliderSpec4 {
  	padding-left: 0px;
  }
  
  .span-image-field4 .sliderSpec4 .content4.visible {
  	width: 100%;
  }
  
  .span-image-field4 .sliderFloatingImage {
    position: relative;
    width: 100%;
    height: 300px;
    top: 0;
    left: 0;
	}
  
  .span-image-field4 .sliderFloatingImage img {
  	object-fit: contain;
  }
  
  .floatingImage img {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 360px !important;
	}
  
  .fasterDecisionsSection .floatingImage img {
  	position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 40px;
    width: 360px !important;
  }
  
  .firstSectionLeftImagesRightText {
  	margin-top: 10px !important;
    padding-left: 0px !important;
  }
  
  .firstSectionLeftImagesRightText .span2 {
  	width: 20%;
    float: left;
  }
  
  .firstSectionLeftImagesRightText .span10 {
  	width: 80%;
    float: left;
  }
  
  .halfAndHalfFH .regularWhiteTitle.productionPageCTCT {
  	font-size: 31px;
    line-height: 48px;
  }
  
  .floatingWhiteArrow {
  	margin-top: -30px !important;
    text-align: center;
  }
  
  .halfAndHalfSH .smallBorderTopWhite {
  	margin-top: 15px !important;
  }
  
  .iiotPlatformCap {
  	margin-top: 30px !important;
  }
  
  #iiotPlatformCap {
  	margin-top: 30px !important;
  }

  #iiotPlatformCap .span12.widget-span.widget-type-cell {
  	padding-left: 0px !important;
  }
  
  .span-mainMenu-field .nav-awd-cont {
  	padding-right: 0px;
  }
  
  #iiotPlatformCap .sliderSpec {
  	height: 150px;
  }
  
  #visualizeProd .span6.widget-span.widget-type-cell {
  	padding-left: 0px !important;
    margin-top: 40px !important;
  }
  
  #visualizeProd .nav-awd-cont2 {
    margin-top: 30px;
	}
  
  #powerfulAnaly {
  	margin-top: 20px !important;
    padding-bottom: 50px !important;
  }
  
  #powerfulAnaly .span12.widget-span.widget-type-cell {
   padding-left: 0px !important;
   margin-top: 10px !important;
  }
  
  .benefitsBoxModule2 {
  	margin-top: 40px !important;
  }
  
  .caseStudyBoxDwn {
  	background: #FFFFFF;
    border: 2px solid #F5F5F5;
    box-shadow: 0 8px 4px 0 rgba(0,0,0,0.04);
    border-radius: 4px;
    height: auto;
    z-index: 999999;
    width: auto !important;
    position: absolute;
    top: 190px;
    left: 0;
    right: 0;
    margin-left: 20px !important;
    margin-right: 20px !important;
    padding: 50px;
    text-align: center;
  }
  
  .sliderTestimonial nav {
  	width: 100%;
    float: left;
  }
  
  .sliderTestimonial .contentTestimonial.visible {
  	width: 100%;
    top: 165px;
  }
  
  .sliderTestimonial {
  	overflow: visible;
  }
  
  .caseStudiesSecondContainer .sliderTestimonial .awardsContTitleTestimonial {
  	font-size: 25px;
  }
  
  .caseStudiesSecondContainer {
  	height: 720px;
  }
  
  .health-banner-text-container .bigTitle {
    padding-right: 0px;
	}
  
  #healthServicePage .headerModuleWithTopBorder {
  	width: auto;
  }
  
  #healthServicePage.background-image {
  	height: 740px;
  }
  
  .industrialIOTSection.healthMCPT .healthFloatingImage {
  	position: relative !important;
    right: 0 !important;
    top: -238px !important;
    width: 362px !important;
  }
  
  .healthTextWithImgsCTS {
  	padding-left: 0px !important;
    margin-top: -209px !important;
  }
  
  .healthTextWithImgsCTS .span2 {
  	padding-left: 0px !important;
    width: 20%;
    float: left;
  }
  
  .healthTextWithImgsCTS .span10 {
  	padding-left: 0px !important;
    width: 80%;
    float: left;
  }
  
  .halfAndHalfSH.catastroficFailureTC .firstLineOfText {
  	font-size: 35px;
    line-height: 40px;
  }
  
  .halfAndHalfSH.catastroficFailureTC .floatingWhiteArrow {
  	margin-top: 35px !important;
  }
  
  .ctfCTSText {
  	position: relative;
    padding-right: 0px !important;
    margin-top: 68px !important;
    padding-left: 0px !important;
  }
  
  .halfAndHalfSH.catastroficFailureTC {
  	padding-bottom: 0px;
  }
  
  .halfFloating .smallBorderTopWhite {
  	margin-top: 40px !important;
  }
  
  .halfBoxHalfImageSecOption.healthCTSTF .halfGrey {
  	height: 655px;
  }
  
  .halfBoxHalfImageSecOption.healthCTSTF {
  	height: 655px;
  }
  
  .healthSliderCont1 {
  	padding-left: 0px !important;
  }
  
  .healthSliderCont1 .sliderSpec {
  	height: 150px;
  }
  
  .healthSliderCont2 {
  	padding-left: 0px !important;
    margin-top: 70px !important;
  }
  
  .healthSliderCont2 .span6.widget-span.widget-type-cell {
  	padding-left: 0px !important;
  }
  
  .healthSliderCont2 .nav-awd-cont2 {
    margin-top: 30px;
	}
  
  .healthSliderCont3 {
  	padding-left: 0px !important;
  }
  
  .product-carousel .lightSliderContainer {
  	width: 80%;
  }
  
  .product-carousel .lSliderControls .next {
  	right: -10px;
  }
  
  .product-carousel .lSliderControls .prev {
  	left: -10px;
  }
  
  .remote-banner-text-container .bigTitle {
  	padding-right: 0px;
  }
  
  #remoteServicePage .headerModuleWithTopBorder {
  	width: auto;
  }
  
  #remoteServicePage.background-image {
  	height: 700px;
  }
  
  .flaotingImageRemSer {
  	margin-left: -15px !important;
    width: 380px !important;
    margin-top: -236px !important;
  }
  
  .listtextRemServ {
			margin-top: 20px !important;  
  }
  
  .listtextRemServ .line-of-text-green-hard {
  	font-size: 20px;
  }
  
  .listtextRemServ .span2 {
  	width: 20%;
    float: left;
    padding-left: 0px !important;
  }
  
  .listtextRemServ .span10 {
  	width: 80%;
    float: left;
  }
  
  .remoteSRCPSCI .regularWhiteTitle {
  	margin-top: 40px !important;
  }
  
  .halfAndHalfFH.remoteSRCPSCI {
  	height: 800px;
  }
  
  .remoteSRCPSCI .regularWhiteTextBox {
  	margin-top: 40px !important;
  }
  
  .halfAndHalfSH.remoteSRCPSCI {
  	margin-top: -325px;
    height: 900px;
  }
  
  .halfAndHalfSH.remoteSRCPSCI .floatingWhiteArrow {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 60px !important;
  }
  
  .halfAndHalfSH.industrialIOTSectionTC .span6 {
  	width: 100% !important;
  }
  
  .remoteSRVS .halfGreen {
  	height: 580px !important;
  }
  
  .regularWhiteTitle {
  	padding-right: 0px !important;
  }
  
  .halfBoxHalfImage.remoteSRVS {
  	height: 580px !important;
  }
  
  
  .remoteFeaturesSVCS .section1 {
  	padding-left: 0px !important;
    margin-top: 40px !important;
  }
  
  .remoteFeaturesSVCS .section1 .content-awd-cont {
    height: 120px;
	}
  
  .remoteFeaturesSVCS .section2 {
  	padding-left: 0px !important;
    margin-top: 137px !important;
  }
  
  .nav-awd-cont2 nav {
  	width: 100%:
  }
  
  #careerspage .headerModuleWithTopBorder {
  	width: auto;
  }
  
  #careerspage.background-image {
  	height: 540px;
  }
  
  .tccContainer {
  	width: 100% !important;
    margin-top: 20px !important;
  }
  
  .transformCareerCont {
  	padding-bottom: 100px;
  }
  
  .casestudiesCont1 {
  	height: auto;
    padding-bottom: 30px;
  }
  
  .casestudiesCont1 .span3 {
  	margin-left: 0px !important;
  }
  
  .casestudiesCont1 img, .casestudiesCont2 img, .casestudiesCont3 img, .casestudiesCont4 img, .casestudiesCont5 img, .casestudiesCont6 img {
  	width: 364px !important;
  }
  
  .casestudiesCont2 {
  	height: auto;
    padding-bottom: 30px;
    display: table;
  }
  
  .casestudiesCont2 .span3 {
  	display: table-header-group;
  }
  
  .casestudiesCont2 .span9 {
  	display: table-footer-group;
  }
  
  .csCt {
  	transform: none;
    padding-bottom: 30px;
  }
  
  .casestudiesCont3 {
  	height: auto;
    padding-bottom: 30px;
  }
  
  .casestudiesCont4 {
  	height: auto;
    padding-bottom: 30px;
  }
  
  .casestudiesCont5 {
  	height: auto;
    padding-bottom: 30px;
  }
  
  .casestudiesCont6 {
  	height: auto;
    padding-bottom: 30px;
  }
  
  .cstd7 img, .cstd6 img, .cstd5 img {
  	width: 310px !important;
  }
  
  .cstd7 .span3, .cstd6 .span3, .cstd5 .span3 {
  	text-align: center;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cstd6 {
  	padding-top: 30px;
  }
  
  .cstd6 .span9 {
  	padding-top: 20px;
  }
  
  .dscForm {
  	margin-left: -10px !important;
    width: 100% !important;
  }
  
  #partnerProgrampage .row-fluid .span12.banner-text-container {
  	top: 140px !important;
  }
  
  #partnerProgrampage .headerModuleWithTopBorder {
  	width: auto; 
  }
  
  .ppcHeadModule {
  	width: auto !important;
    margin-top: -135px;
  }
  
  .ppcHeadModule .span6:nth-child(2) {
  	padding: 20px !important;
  }
  
  .lineofTextGreenBorderTop {
  	width: auto !important;
    font-size: 15px;
  }
  
  .partnerForm {
  	width: auto !important;
  }
  
  .contactusCTSTSD {
  	display: table;
  }
  
  .contactusCTSTSD .contactBoxRight {
  	display: table-header-group;
  }
  
  .contactusCTSTSD .requestAQuote {
  	display: table-footer-group;
  }
  
  .contactusCTSTSD .requestAQuote form {
  	margin-top:  40px !important;
  }
  
  .featuredEvent:before {
    width: 100%;
    height: 50%;
  }
  
  .featuredEventLogoCont {
  	margin-top: 145px;
  }
  
  .featuredEventFHalf {
    height: 355px;
	}
  
  .featuredEventSHalf .span12.widget-span.widget-type-cell {
    padding-left: 0px !important;
    margin-top: 50px !important;
    padding-bottom: 30px;
	}
  
  .eventCont:before {
  	width: 100%;
    height: 50%;
  }
  
  .eventCont .featuredEventSHalf {
  	margin-top: 0px;
  }
  
  .eventCont .featuredEventLogoCont {
  	line-height: 210px;
  }
  
  .eventCont .featuredEventFHalf {
  	height: 225px;
  }
  
  .bookADemoCTCST, .requestAQuoteCSTCTS {
  	display: table;
  }
  
  .bookADemoCTCST .contactBoxRight, .requestAQuoteCSTCTS .contactBoxRight {
  	display: table-header-group;
  }
  
  .bookADemoCTCST .requestAQuote, .requestAQuoteCSTCTS .requestAQuote {
  	display: table-footer-group;
  }
  
  .bookADemoCTCST form, .requestAQuoteCSTCTS form {
  	margin-top: 40px;
  }
  
  .teamMember {
  	height: auto !important;
  }

  .teamMobRerng {
  	display: table;
  }
  
  .teamMobRerng .tmHeadShot {
  	display: table-footer-group;
  }
  
  .teamMobRerng .tmBio {
  	display: table-header-group;
  }
  
  .teamMobRerng .tmAbout {
  	margin-bottom: 60px;
  }
  
  .teamMember1 {
  	padding-top: 220px;
  }
  
  .teamMember2 .tmHeadShot {
  	margin-left: 0px !important;
    width: auto!important;
    margin-top: 50px !important;
    height: auto !important;
  }
  
  .teamMember .tmHeadShot {
  	height: auto !important;
  }
  
  .teamMember2 .tmHeadShot img {
  	margin-top: 32px;
  }
  
  .teamMember3, .teamMember5, .teamMember7 {
  	padding-top: 86px;
  }
  
  .teamMember2 .span6:nth-child(1) {
  	padding-left: 0px !important;
  }
  
  .teamMember4 .span6:nth-child(1) {
  	padding-left: 0px !important;
  }
  
  .teamMember4 .tmHeadShot img {
  	margin-top: -5px;
  }
  
  .teamMember5 .tmHeadShot img {
  	padding-left: 0px;
  }
  
  .teamMember6 .span6:nth-child(1) {
  	padding-left: 0px !important;
  }
  
  .teamMember6 .tmHeadShot img {
  	margin-top: 69px;
  }
  
  .teamMember6 .tmHeadShot {
  	margin-top: 0px !important;
  }
  
  .teamMember7 .tmHeadShot img {
  	padding-left: 0px;
  }
  
  .teamMember8 .span6:nth-child(1) {
  	padding-left: 0px !important;
  }
  
  .teamMember8 .tmHeadShot {
  	margin-left: 0px !important;
  }
  
  .teamMember8 .tmHeadShot img {
  	padding-left: 0px;
    margin-top: 32px;
  }
  
  .dcsForm {
  	width: 100% !important;
  }
  
  .halfBoxHalfImage.hbhiProd {
  	height: 515px;
  }
  
  .hbhiProd .halfBlack {
  	height: 515px;
  }
  
  #visualizeProd .content-awd-cont2 {
  	height: 190px;
  }
 
}

@media (max-width:375px) {

  .homeBackgroundHeader {
  	height: 800px;
  }
  
  .background-image img {
  	height: 690px;
    background-position: 50%;
  }
  
  .Section-ImgLeft-TextRight .homeBigImageLeft {
    margin-left: 0px !important;
    width: 325px !important;
    margin-top: -240px !important;
	}
  
  .awdmTitle {
  	font-size: 18px;
  }
  
  .homeAwards .slider .content.visible {
  	top: 200px;
  }
  
  .floatingAnimationBox {
    top: -30px !important;
    right: -185px !important;
	}
	
  .fasterDecisionsSectionPlatform .smallBorderTopWhite {
  	margin-top: 360px !important;
  }
  
  .span-mainMenu-field3 .nav-awd-cont3 {
  	padding-right: 0px;
  }
  
  .sliderContainerCTC .sliderSpec3 {
  	height: 275px;
  }
  
  .sliderContainerCTC .sliderSpec4 {
  	height: 280px;
  }
  
  #platformPage .row-fluid .span12.banner-text-container {
  	top: 140px;
  }
  
  .row-fluid .span12.banner-text-container {
  	top: 140px;
  }
  
  #productionPage .row-fluid .span12.banner-text-container {
  	top: 140px;
  }
  
  #healthServicePage .row-fluid .span12.banner-text-container {
  	top: 140px;
  }
  
  #remoteServicePage .row-fluid .span12.banner-text-container {
  	top: 140px;
  }
  
  #teampage .row-fluid .span12.banner-text-container {
  	top: 140px;
  }
  
  #careerspage .row-fluid .span12.banner-text-container {
  	top: 140px;
  }
  
  .platform-banner-text-container .mediumTitle {
  	padding-right: 0px;
  }
  
  .background-image .bigTitle {
  	font-size: 28px !important;
  } 
  
  .fasterDecisionsSection .floatingImage img {
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    margin-top: 30px;
    width: 320px !important;
	}
 
  .fasterDecisionsSection .hcsTitleProduc {
  	margin-top: 205px !important;
  }
  
  .halfAndHalfSH {
  	height: 720px;
  }
  
  .hbhiProd .halfBlack {
  	height: 555px;
  }
  
  #visualizeProd .content-awd-cont2 {
  	height: 210px;
  }
  
  .product-carousel {
  	padding-bottom: 20px;
  }
  
  .caseStudiesTitle span {
  	font-size: 50px;
    margin-top: 45px;
  }
  
  .industrialIOTSection.healthMCPT .healthFloatingImage {
  	position: relative !important;
    right: 0 !important;
    top: -241px !important;
    width: 330px !important;
  }
  
  .halfAndHalfSH.catastroficFailureTC .secondLineOfText {
  	font-size: 21px;
  }
  
  .halfBoxHalfImageSecOption.healthCTSTF .halfGrey {
  	height: 705px;
  }
  
  .flaotingImageRemSer {
    margin-left: -33px !important;
    width: 380px !important;
    margin-top: -263px !important;
	}
  
  .remoteSRCPSCI .regularWhiteTitle {
  	font-size: 30px;
  }
  
  .halfAndHalfSH.remoteSRCPSCI .floatingWhiteArrow {
    margin-left: 0px !important;
    margin-right: 0px !important;
    margin-top: 40px !important;
    margin-bottom: 35px;
	}
  
  .halfAndHalfSH.remoteSRCPSCI {
  	height: 960px;
  }
  
  .remoteSRVS .halfGreen {
  	height: 630px !important;
  }
  
  .remoteSRVSection1CRTS {
  	margin-top: 40px;
  }
  
  .sectionTwoRMTSRCS .content-awd-cont2 {
  	height: 185px;
  }
  
  .teamMember2 .tmHeadShot img {
    margin-top: 59px;
	}
  
  .main-plans-container .mplc {
  	max-width: 286px;
  }
  
  .features-list .pricing-table-row .column1, .features-list .pricing-table-head .column1 {
  	width: 40%;
  }
  
  .features-list .pricing-table-row .column2, .features-list .pricing-table-head .column2 {
  	width: 20%;
    font-size: 13px;
  }
  
  .features-list .pricing-table-row .column3, .features-list .pricing-table-head .column3 {
  	width: 20%;
    font-size: 13px;
  }
	
  .features-list .pricing-table-row .column4, .features-list .pricing-table-head .column4 {
  	width: 20%;
    font-size: 13px;
  }
}


@media (max-width:360px) {
	.Section-ImgLeft-TextRight .homeBigImageLeft {
    margin-left: -13px !important;
    width: 335px !important;
    margin-top: -222px !important;
	}
  
  .buttonWithGreenArrowGreenText {
  	font-size: 14px;
  }
  
  .homeTestimonial {
  	height: 640px;
  }
  
  .homeAwards {
  	height: 570px;
  }

  .sliderContainerCTC .content-awd-cont {
    height: 335px;
	}
  
  .sliderContainerCTC .sliderSpec3 {
    height: 300px;
	}
  
  .sliderContainerCTC .sliderSpec4 {
    height: 303px;
	}
  
  .fasterDecisionsSection .floatingImage img {
  	margin-top: 40px;
  }
  
  .halfAndHalfFH .regularWhiteTitle.productionPageCTCT {
  	font-size: 27px;
    line-height: 36px;
  }
  
  .regularWhiteTitle {
  	font-size: 35px;
  }
  
  .floatingWhiteArrow {
  	margin-top: -42px !important;
  }
  
  .hbhiProd .halfBlack {
  	height: 620px;
  }
  
  .halfBoxHalfImage.hbhiProd {
  	height: 590px;
  }
  
  .whiteSectionH1 {
  	font-size: 35px;
  }
  
  .industrialIOTSection.healthMCPT .healthFloatingImage {
  	right: 9px !important;
  }
  
  .halfBoxHalfImageSecOption.healthCTSTF .halfGrey {
  	height: 785px;
  }
  
  .halfBoxHalfImageSecOption.healthCTSTF {
  	height: 740px;
  }
  
  .keyFeaturesTitle {
  	font-size: 50px;
  }
  
  .sliderContainerCTC .content-awd-cont2 {
  	height: 185px;
  }
  
  .background-image .bigTitle {
  	font-size: 27px !important;
  }
  
  .flaotingImageRemSer {
    margin-left: -30px !important;
    width: 360px !important;
    margin-top: -263px !important;
	}
  
  .halfAndHalfSH.remoteSRCPSCI {
  	height: 980px;
  }
  
  .remoteSRVS .halfGreen {
  	height: 675px !important;
  }
  
  .halfBoxHalfImage.remoteSRVS {
  	height: 640px !important;
  }
  
  .remoteSRVSection1CRTS {
  	margin-top: 20px !important;
  }
  
  .sliderContainerCTC .content-awd-cont2 {
    height: 208px;
	}
  
}

/* ROI Calculator */

/* New ROI Calc */

.static-background {
    height: 450px;
    width: 100%;
    z-index: 10;
    background: #18a502 url(https://www.machinemetrics.com/hubfs/bgopacity.svg) no-repeat;     
    background-size: cover;
}

.rcalc-container {
    max-width: 550px !important;
    width: 100% !important;
    float: none !important;
    margin-left: auto !important;
    margin-right: auto !important;
    margin-top: 75px;
    margin-bottom: 60px;
}

.rcalc-container .rcalc-heading {
    font-size: 20px;
    display: block;
}

#clc-radio.radios-to-slider.medium {
	height: 5px;
	padding: 0px;
}

#clc-radio.radios-to-slider.medium .slider-level {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 22px;
    -moz-border-radius: 22px;
    -o-border-radius: 22px;
    border-radius: 22px;
    z-index: 2;
    margin-top: -9px;
    -webkit-box-shadow: 0px 9px 19px -4px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 9px 19px -4px rgba(0,0,0,0.32);
    box-shadow: 0px 2px 9px -3px rgba(0,0,0,0.80);
}

#clc-radio.radios-to-slider.medium .slider-bar {
    background-color: #16a500;
    min-width: 0px !important;
}

#clc-radio.radios-to-slider.medium .slider-knob {
    width: 20px;
    height: 20px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    margin-top: -6px;
}

#clc-radio.radios-to-slider.medium .slider-bar .slider-knob {
    width: 22px;
    height: 22px;
    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    -o-border-radius: 25px;
    border-radius: 25px;
    margin-top: -9px;
    -webkit-box-shadow: 0px 9px 19px -4px rgba(0,0,0,0.32);
    -moz-box-shadow: 0px 9px 19px -4px rgba(0,0,0,0.32);
    box-shadow: 0px 2px 9px -3px rgba(0,0,0,0.80);
    background-color: #16a500;
}

.rcalc-sub-heading {
    display: block;
    padding-top: 25px;
    padding-bottom: 0px;
    color: #9b9b9b;
}

#clc-radio.radios-to-slider.medium {
    margin-bottom: 50px;
}

#clc-radio.radios-to-slider.medium .slider-level.slider-lower-level {
    opacity: 1;
}

#clc-radio.radios-to-slider.medium .slider-label {
    position: absolute;
    display: block;
    cursor: pointer;
    color: #939393;
    text-align: center;
    font-size: 15px;
    font-weight: 100;
}

#clc-radio.radios-to-slider.medium .slider-label.slider-label-active {
    color: #16a500;
    font-weight: bold;
}

#clc-radio.radios-to-slider.medium .slider-label {
    top: 25px;
    width: 44px;
}

.clc-radio-container {
    width: 80%;
    margin-top: 30px;
}

#clc-whpd {
    width: 80%;
    position: relative;
}

#clc-whpd .range-slider__range {
    height: 5px;
  	margin-bottom: 20px;
}

#clc-whpd .range-slider__value {
    display: inline-block;
    position: relative;
    width: 70px;
    color: #2d9e3d;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    background: transparent;
    padding: 6px 10px;
    margin-left: 8px;
    border: 2px solid #e6e6e6;
}

#clc-whpd .range-slider__value:after {
    display: none;
}

.check {
    background: url(https://2067445.fs1.hubspotusercontent-na1.net/hubfs/2067445/checkn.png?t=1513107252339) no-repeat 50% 50%;
    width: 20%;
    height: 20px;
    display: inline-block;
    background-size: contain;
    margin-left: 50px;
    margin-top: -62px;
    float: right;
}

.checkn {
    background: url(https://2067445.fs1.hubspotusercontent-na1.net/hubfs/2067445/check.png) no-repeat 50% 50%;
    width: 20%;
    height: 20px;
    display: inline-block;
    background-size: contain;
    margin-left: 50px;
    margin-top: -62px;
    float: right;
}

.clc-whpd-check {
    margin-top: -50px;
}

.clc-nm-ab #number-of-machines, .clc-nm-ab #avrg-hourly-billing {
    display: inline-block;
    position: relative;
    width: 70px;
    color: #2d9e3d;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    background: transparent;
    padding: 6px 10px;
    margin-top: 10px;
    border: 2px solid #e6e6e6;
    outline: none;
    font-size: 16px;
}

.clc-nm-ab {
    width: 80%;
    display: flex;
}

.ab-cont {
    margin-left: 140px;
}

.clc-nm-ab-check {
    margin-top: -28px;
}

#clc-whpd .range-slider__range {
    width: calc(100% - (82px));
}


.range-slider {
  margin: 10px 80px 20px 0%;
}

.range-slider {
  width: 100%;
}

.range-slider__range {
  -webkit-appearance: none;
  width: calc(100% - (73px));
  height: 10px;
  border-radius: 5px;
  background: #d7dcdf;
  outline: none;
  padding: 0;
  margin: 0;
}
.range-slider__range::-webkit-slider-thumb {
  -webkit-appearance: none;
          appearance: none;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #2d9e3d;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-webkit-slider-thumb:hover {
  background: #2d9e3d;
}
.range-slider__range:active::-webkit-slider-thumb {
  background: #2d9e3d;
}
.range-slider__range::-moz-range-thumb {
  width: 20px;
  height: 20px;
  border: 0;
  border-radius: 50%;
  background: #2d9e3d;
  cursor: pointer;
  -webkit-transition: background .15s ease-in-out;
  transition: background .15s ease-in-out;
}
.range-slider__range::-moz-range-thumb:hover {
  background: #2d9e3d;
}
.range-slider__range:active::-moz-range-thumb {
  background: #2d9e3d;
}

.range-slider__value {
  display: inline-block;
  position: relative;
  width: 60px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  border-radius: 3px;
  background: #2d9e3d;
  padding: 5px 10px;
  margin-left: 8px;
}
.range-slider__value:after {
  position: absolute;
  top: 8px;
  left: -7px;
  width: 0;
  height: 0;
  border-top: 7px solid transparent;
  border-right: 7px solid #2d9e3d;
  border-bottom: 7px solid transparent;
  content: '';
}

::-moz-range-track {
  background: #d7dcdf;
  border: 0;
}

input::-moz-focus-inner,
input::-moz-focus-outer {
  border: 0;
}
.roi-range-sliders {
    display: flex;
    padding-left: 50px;
}


.rcalc-sub-heading i {
    position: relative;
    margin-left: 5px;
}

.rcalc-sub-heading i:hover .tooltip {
    display: block;
}

.rcalc-sub-heading .tooltip {
    background-color: #333;
    color: #FFF;
    font-family: Roboto;
    padding: 7px;
    position: absolute;
    width: 165px;
    bottom: 33px;
    right: -23px;
    z-index: 999999;
    font-size: 15px;
    display: none;
    border-radius: 10px;
}

.rcalc-sub-heading .tooltip:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 20px;
    display: block;
    border-top: 10px solid #333333;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.required {
    color: red;
}

.clc-email {
    width: 80%;
    margin-top: 30px;
}

.clc-email #rif-email {
    width: 100%;
    height: 40px;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #d7dcdf;
    outline: none;
    color: #16a500;
}

.clc-email-check {
    margin-top: -31px;
}

.see-results-cont {
    text-align: center;
    margin-top: 50px;
}

.clc-results .proc {
    background-color: #535456;
    padding: 40px;
}

.clc-results-heading {
    display: block;
    text-align: center;
    color: #FFF;
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-weight: bold;
}

.clc-results-subtext {
    display: block;
    color: #FFF;
    text-align: center;
    max-width: 400px;
    margin: 0 auto;
    padding-top: 20px;
    width: 100%;
}

.clc-results-procs {
    max-width: 1080px;
    margin: 0 auto;
    padding-top: 20px;
    text-align: center;
}

.clc-results .prc {
    border: 2px solid #696b7a;
    display: inline-block;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 60px;
    border-radius: 50%;
    color: #FFF;
    margin: 10px;
    position: relative;
}

.clc-results .prc:hover {
    border: 2px solid #FFF;
}

.clc-results .prc.active {
    border: 2px solid #16a500;
    background-color: #16a500;
}

.clc-results .prc.tlp {
    border: 2px solid #16a500;
}

.prc .tooltip {
    position: absolute;
    background-color: #f4f3f3;
    padding: 10px;
    width: 170px;
    line-height: 22px;
    border-radius: 10px;
    font-weight: 100;
    font-size: 14px;
    text-align: left;
    color: #000;
    display: none;
}

.proc10:hover .tooltip {
    display: block;
}

.proc20:hover .tooltip {
    display: block;
}

.prc .tooltip:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 20px;
    display: block;
    border-top: 10px solid #f4f3f3;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.proc10 .tooltip {
    right: -2px;
    bottom: 73px;
}

.proc20.prc .tooltip:before {
    left: 20px;
    right: inherit;
}

.proc20 .tooltip {
    left: -2px;
    bottom: 73px;
}

.numbers {
    max-width: 1080px;
    width: 100%;
    margin: 0 auto;
    overflow: auto;
    padding-top: 40px;
    padding-bottom: 40px;
}

.numbers .numbers-container {
    width: 30%;
    float: left;
    text-align: center;
    overflow: auto;
    border-bottom: 1px solid #cecece;
    margin: 18px;
}

.numbers div:nth-of-type(4), .numbers div:nth-of-type(5), .numbers div:nth-of-type(6) {
    border: 0;
}

.nc-result {
    color: #24aa15;
    font-size: 60px;
    font-weight: 100;
}

.nc-title {
    display: block;
    color: #575757;
    font-size: 20px;
    line-height: 28px;
    width: 160px;
    margin: 0 auto;
    font-weight: 500;
}

.estimates {
    background-color: #efefef;
    padding: 40px;
}

.est-cont {
    max-width: 1080px;
    margin: 0 auto;
    width: 100%;
    overflow: auto;
}

.estimates-title {
    display: block;
    text-align: center;
    color: #4a4a4a;
    font-size: 20px;
}

.estimate-subtitle {
    color: #9b9b9b;
    text-align: center;
    display: block;
    margin-top: 20px;
}

.green-text {
    color: #25aa15;
    font-weight: 400;
}

.estimates-container {
    float: left;
    width: 30%;
    text-align: center;
    margin: 18px;
    position: relative;
}

.estimates-container i {
    position: absolute;
    top: 35px;
}

.estimates-container i:hover .tooltip {
    display: block;
}

.estimates-container i .tooltip {
    background-color: #333;
    color: #FFF;
    font-family: Roboto;
    padding: 7px;
    position: absolute;
    width: 165px;
    bottom: 33px;
    right: -23px;
    z-index: 999999;
    font-size: 15px;
    display: none;
    border-radius: 10px;
}

.estimates-container i .tooltip:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 20px;
    display: block;
    border-top: 10px solid #333333;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent; 
}

.clc-results {
    display: none;
}

.ec-title {
    color: #9b9b9b;
    width: 150px;
    display: block;
    margin: 0 auto;
}

.ec-result {
    color: #525252;
    font-size: 40px;
    font-weight: 100;
}

.book-a-demo-review {
    background-color: #535456;
    padding: 80px;
    text-align: center;
}

.bd-title {
    display: block;
    color: #FFF;
    margin-bottom: 40px;
}

#clc-radio .pd-error {
    position: absolute;
    background-color: #CCC;
    padding: 10px;
    border-radius: 10px;
    z-index: 999;
    right: -94px;
    top: -80px;  
}

#clc-radio .pd-error:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 20px;
    display: block;
    border-top: 10px solid #ccc;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

#clc-whpd #working_hours_per_day-error {
    position: absolute;
    background-color: #CCC;
    padding: 10px;
    border-radius: 10px;
    z-index: 999;
    right: -84px;
    top: -80px;
    font-weight: 400;
}

#clc-whpd #working_hours_per_day-error:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 20px;
    display: block;
    border-top: 10px solid #ccc;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.clc-nm-ab #number-of-machines-error {
    position: absolute;
    background-color: #CCC;
    padding: 10px;
    border-radius: 10px;
    z-index: 999;
    left: -4px;
    top: -35px;
    font-weight: 400;
    margin-bottom: 0px;
}

.clc-nm-ab #number-of-machines-error:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 20px;
    display: block;
    border-top: 10px solid #ccc;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.clc-nm-ab .nm-cont {
    position: relative;
}

.clc-nm-ab .ab-cont {
    position: relative;
}

.clc-nm-ab .ab-cont #avrg-hourly-billing-error {
    position: absolute;
    background-color: #CCC;
    padding: 10px;
    border-radius: 10px;
    z-index: 999;
    left: -40px;
    top: -35px;
    font-weight: 400;
    margin-bottom: 0px;
}

.clc-nm-ab .ab-cont #avrg-hourly-billing-error:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 20px;
    display: block;
    border-top: 10px solid #ccc;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.clc-email {
    position: relative;
}

.clc-email #rif-email-error {
    position: absolute;
    background-color: #CCC;
    padding: 10px;
    border-radius: 10px;
    z-index: 999;
    right: -83px;
    top: -35px;
    font-weight: 400;
    margin-bottom: 0px;
}

.clc-email #rif-email-error:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 20px;
    display: block;
    border-top: 10px solid #ccc;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

#printroi {
  padding-top: 1px;
}

.calculate-results {
    border-radius: 25px;
    display: inline-block;
    padding: 14px 28px 13px 28px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
    letter-spacing: 1px;
    text-decoration: none;
    border: 2px solid #16a500;
    background-color: #16a500;
}

.calculate-results:hover {
    background: #535456;
    border-color: #535456;
    color: #FFF;
}

.calculate-results:active, .calculate-results:visited {
    color: #FFF;
    text-decoration: none;
}


.printLogo {
    padding-top: 40px;
    padding-left: 40px;
    display: none;
}

@media (max-width: 1060px) {
  .teamMember .tmBio {
  	padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .teamMember .tmHeadShot {
  	margin-left: 0px !important;
    margin-right: 0px !important;
  }
}


@media (max-width: 1024px) {
    .numbers .numbers-container {
        width: 29%;
    }
    
    .estimates-container {
        width: 29%;
    }
}

@media (max-width: 768px) {
    .widget-type-rich_text.rc-short-desc {
        width: 100% !important;
    }
    .numbers .numbers-container {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding: 20px;
        border: none;
    }
    .estimates-container {
        width: 28%;
    }
}

@media (max-width: 500px) {
    .static-background {
        height: auto;
    }
    .check {
        display: nonedf;
    }
    .rcalc-container {
        margin-left: 12px !important;
        margin-right: 0px !important;
        width: 96%;
    }
    .estimates-container {
        width: 100%;
        float: none;
        margin: 0 auto;
        padding-top: 35px;
    }
    .ab-cont {
        margin-left: 40px;
    }
}





/* Extra Turnover Pages */

.fullwidthimg img {
    height: 600px !important;
    object-fit: cover;
    object-position: top;
}

.lefttextoverimage {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
}

.lefttextoverimage span {
    display: block;
    background-color: #16a500e3;
    position: absolute;
    top: 0;
    width: 50%;
    height: 600px;
    padding: 40px;
}

.lefttextoverimage span p {
    color: #FFF;
}

.customUL {
    list-style: none;
    padding-left: 0px !important;
}

.customUL li {
    position: relative;
    padding-left: 35px;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 15px;
}

.customUL li::after {
    content: "";
    background: url(https://2067445.fs1.hubspotusercontent-na1.net/hubfs/2067445/checkmark-outlined-circular-button.png?t=1531873410710);
    width: 24px;
    height: 24px;
    display: block;
    position: absolute;
    left: 0;
    top: 2px;
}

/* Timeline */

.circle {
    font-weight: bold;
    padding: 15px 20px;
    border-radius: 50%;
    background-color: #FFF;
    color: #FFF;
    z-index: 2;
}

.circle img {
    width: 80px;
}

.how-it-works.row {
  display: flex;
}
.how-it-works.row .col-2 {
  display: inline-flex;
  align-self: stretch;
  align-items: center;
  justify-content: center;
}
.how-it-works.row .col-2::after {
  content: "";
  position: absolute;
  border-left: 3px solid #24aa15;
  z-index: 1;
}
.how-it-works.row .col-2.bottom::after {
  height: 50%;
  left: 50%;
  top: 50%;
}
.how-it-works.row .col-2.full::after {
  height: 100%;
  left: calc(50% - 3px);
}
.how-it-works.row .col-2.full-left::after {
    height: 100%;
    left: calc(50% - 0px);
}
.how-it-works.row .col-2.top::after {
  height: 50%;
  left: 50%;
  top: 0;
}

.how-it-works.row .col-2.top-right::after {
  height: 50%;
  left: calc(50% - 3px);
  top: 0;
}

.timeline div {
  padding: 0;
  height: 40px;
}
.timeline hr {
  border-top: 3px solid #24aa15;
  margin: 0;
  top: 17px;
  position: relative;
}
.timeline .col-2 {
  display: flex;
  overflow: hidden;
}
.timeline .corner {
  border: 3px solid #24aa15;
  width: 100%;
  position: relative;
  border-radius: 15px;
}
.timeline .top-right {
  left: 50%;
  top: -50%;
}
.timeline .left-bottom {
  left: -50%;
  top: calc(50% - 3px);
}
.timeline .top-left {
  left: -50%;
  top: -50%;
}
.timeline .right-bottom {
  left: 50%;
  top: calc(50% - 3px);
}

.blue-bg {
    margin-bottom: 40px;
}

h2.tchecked {
    color: #24aa15;
    display: block;
}
h2.tchecked:before {
    content  "";
    width: 32px;
    height: 32px;
    background: url('https://www.machinemetrics.com/hubfs/success.png');
    display:inline-block;
}

/*Vertical Tabs*/

.floating-menu {
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99999;
    background-color: #26aa17;
    padding: 20px;
    width: 100%;
    text-align: center;
}

.floating-menu a {
    color: #FFF;
    margin: 0 15px;
    position: relative;
}

.floating-menu a:before {
    content: "";
    width: 15px;
    height: 15px;
      background-color: transparent;
    border: 1px solid #FFF;
    position: absolute;
    border-radius: 50%;
    left: -20px;
    top: 2px;
}

.floating-menu a:hover {
    color: #fff;
    text-decoration: none;
    font-weight: 500;
}

.floating-menu a:hover:before {
    background-color: #FFF;
}

h2 {
	font-size: 32px !important;
  line-height: 44px;
}

.support-page p {
	   color: #666666;
    font-weight: 300;
    font-size: 17px;
    line-height: 20px;
    margin: 15px 0;
}

.support-page ul li {
	margin-top: 15px;
  margin-bottom: 15px;
}

.support-page a {
	color: #18a502;
  text-decoration: none;
}

.support-page .download-case-study {
	  font-size: 15px;
    color: #17A502;
    letter-spacing: 1.2px;
    margin-top: 20px;
    display: block;
    text-transform: uppercase;
    font-weight: 700;
    background: url(https://2067445.fs1.hubspotusercontent-na1.net/hubfs/2067445/GreenArrowSVG.svg?t=1531873410710) no-repeat;
    height: 34px;
    padding-left: 40px;
    line-height: 34px;
    text-decoration: none;
    position: relative;
    z-index: 9999;
}

.support-page .download-case-study:hover {
 color: #9B9B9B;
}

.support-page .contact-us-now-button {
	-webkit-font-smoothing: antialiased !important;
    cursor: pointer !important;
    -moz-user-select: none !important;
    -webkit-user-select: none !important;
    -o-user-select: none !important;
    user-select: none !important;
    display: inline-block !important;
    font-weight: normal !important;
    text-align: center !important;
    text-decoration: none !important;
    font-family: sans-serif !important;
    background: rgb(23,155,1) !important;
    color: rgb(255, 255, 255) !important;
    border-radius: 6px !important;
    border-width: 0px !important;
    transition: all .4s ease !important;
    -moz-transition: all .4s ease !important;
    -webkit-transition: all .4s ease !important;
    -o-transition: all .4s ease !important;
    text-shadow: none !important;
    line-height: 1.5em !important;
    padding: 7px 17px !important;
}

.support-page .contact-us-now-button:hover {
	background: rgb(25,170,1) !important;
  color: rgb(255,255,255) !important;
}

.support-page .hs_cos_flex-slider {
	background: transparent;
}

.support-page .slider-mode-lightbox.hs-cos-flex-slider-control-panel .hs_cos_flex-slides li {
	width: 100%;
  height: 300px;
}

.hs_recaptcha.hs-recaptcha {
	margin-bottom: 40px;
} 

h1.bigTitle.typewriter {
  font-weight: 500;
}

h1.bigTitle.typewriter .wrap {
  font-weight: 700;
}

/* Carrers Page */

#careerspageContainer.background-image {
    background: #18a502 url(https://www.machinemetrics.com/hubfs/careerheader.png) no-repeat;
    background-size: cover;
    height: 700px;
    -webkit-clip-path: polygon(0 0,100% 0,100% 63%,0 100%);
    clip-path: polygon(0 0,100% 0,100% 63%,0 100%);
    -webkit-transform: translate3d(0,0,0);
}

#careerspageContainer.background-image:after {
  content: '';
  background: rgba(47, 152, 31, 0.4);
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: -1;
}

.careerspageContainer .ppcHeadModule {
    max-width: 864px !important;
    width: 100% !important;
    background-color: #17A502;
    position: relative;
    margin: 0 auto !important;
    float: none !important;
    margin-top: -310px !important;
  	box-shadow: 0 1px 2px 0 rgba(0,0,0,0.3);
}

#careerspageContainer .bigTitle span {
    border-bottom: 1px solid #FFF;
    padding-bottom: 10px;
    margin-bottom: 17px;
    display: inline-block;
}

.whitebuttonCareers a {
  text-decoration: none;
  font-size: 15px;
	color: #17A502;
  letter-spacing: 1.2px;
  font-weight: bold;
  text-transform: uppercase;
  border-radius: 8px;     
  background-color: #FFFFFF;     
  box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);     
  height: 40px;     
  width: 258px;     
  line-height: 40px;     
  text-align: center;
  display: inline-block;
}

.whitebuttonCareers a:hover {
  background: #666;
  color: #FFF;
}

.ourcompanyTitle span {
  position: relative;
  color: #333333;	
  font-size: 56px;	
  font-weight: bold;	
  letter-spacing: -2.19px;	
  line-height: 60px;
  display: inline-block;
}

.ourcompanyTitle span:before {
  content: "";
  height: 1px;
  width: 80%;
  background: #333333;
  position: absolute;
  top: -17px;
  left: 0;
}


.ourcompanyTitle.whiteOption span {
  color: #FFF;
}

.ourcompanyTitle.whiteOption span:before {
  background: #FFF;
}

.careersGrid .row-number-1 {
    width: 29%;
    height: 357px !important;
    position: absolute;
    left: 0;
}

.careersGrid .row-number-2 {
    width: 69%;
    margin-left: 17px;
    position: absolute;
    left: 29%;
    height: 251px;
}

.careersGrid .row-number-3 {
    width: 29%;
    height: 309px !important;
    position: absolute;
    left: 0;
    top: 433px;
}

.careersGrid .row-number-4 {
    width: 69%;
    position: absolute;
    top: 328px;
    left: 29%;
    margin-left: 17px;
    height: 414px;
}

.careersGrid .row-number-5 {
    width: 69%;
    top: 759px;
    position: absolute;
    height: 251px;
}

.careersGrid .row-number-6 {
    width: 29%;
    position: absolute;
    top: 759px;
    right: 0;
    clear: both !important;
    height: 251px;
}


.hoverBlock1 .simple-hover-block {
  background-size: cover !important;
  min-height: 357px;
  position: relevant;
}

.hoverBlock1 .shb-text {
  position: absolute;
  background-color: rgba(74,74,74,0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding: 20px;
}

.hoverBlock2 .simple-hover-block {
  background-size: cover !important;
  min-height: 251px;
  position: relevant;
}

.hoverBlock2 .shb-text {
  position: absolute;
  background-color: rgba(74,74,74,0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding: 40px;
}

.hoverBlock2 .simple-hover-block:hover .shb-title, .hoverBlock5 .simple-hover-block:hover .shb-title {
  visibility: visible;
  opacity: 1;
}

.hoverBlock2 .simple-hover-block:hover .shb-text, .hoverBlock5 .simple-hover-block:hover .shb-text {
  visibility: hidden;
  opacity: 0;
}



.hoverBlock3 .simple-hover-block {
  background-size: cover !important;
  min-height: 309px;
  position: relevant;
}

.hoverBlock3 .shb-text {
  position: absolute;
  background-color: rgba(74,74,74,0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 14px;
  line-height: 24px;
  padding: 20px;
}

.hoverBlock4 .simple-hover-block {
  background-size: cover !important;
  min-height: 414px;
  position: relevant;
}

.hoverBlock4 .shb-text {
  position: absolute;
  background-color: rgba(74,74,74,0.8);
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  color: #FFFFFF;
  font-family: 'Roboto', sans-serif;
  font-size: 17px;
  line-height: 24px;
}

.hoverBlock4 .shb-text p {
  margin-bottom: 35px;
  margin-top: 0px;
}


#jobpage.background-image {
	background: #18a502 url('https://www.machinemetrics.com/hubfs/bgopacity.svg') no-repeat;
  background-size: cover;
  height: 400px;
  -webkit-clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
  clip-path: polygon(0 0, 100% 0, 100% 63%, 0 100%);
}

.jobCont {
	background: #FFF url(https://www.machinemetrics.com/hubfs/BigArrowBackground.png) no-repeat;
  padding-top: 200px;
  background-size: cover;
  margin-top: -200px;
  background-position: center;
}

@media (max-width: 414px) {
  .careersGrid .row-number-1,
  .careersGrid .row-number-2,
  .careersGrid .row-number-3,
  .careersGrid .row-number-4,
  .careersGrid .row-number-5,
  .careersGrid .row-number-6 {
    width: 100% !important;
    position: initial;
    margin-top: 20px;
    margin-left: 0px;
  }
  .hoverBlock1 .shb-text,
  .hoverBlock2 .shb-text,
  .hoverBlock3 .shb-text,
  .hoverBlock4 .shb-text,
  .hoverBlock5 .shb-text,
  .hoverBlock6 .shb-text {
    padding: 40px;
  }
  .careersGrid {
    height: auto !important;
    margin-bottom: 80px !important;
  }
  .careerspageContainer .ppcHeadModule {
    margin-top: -410px !important;
  }
  .careerspageContainer .ppcHeadModule .span6:nth-child(2) {
    width: 100% !important; 
  }
  .boxTitleM {
    margin-top: 0px !important;
  }
  .careerspageContainer #tabs>div {
    width: 320px !important;
  }
  .hoverBlock4 .shb-text {
    font-size: 14px;
    padding: 40px;
  }
  .ModuleFeaturedJob {
		max-width: 100% !important; 
	}
  #jobpage.background-image {
    height: 300px;
  }
  #jobpage .bigTitle {
    line-height: 99px;
  }
  .perks-carousel .lightSliderContainer #lightSlider {
    height: 450px !important;
  }
  .perks-carousel .lSliderControls .next {
    position: absolute;
    right: 60px;
    cursor: pointer;
    top: 425px;
  }
  .perks-carousel .lSliderControls .prev {
    position: absolute;
    left: 60px;
    cursor: pointer;
    top: 425px;
  }
  .careerspageContainer #pager a {
    display: none;
  }
  .careerspageContainer #pager a.selected {
    display: block;
  }
}

@media (max-width: 375px) {
  .blokTextGreen {
    padding: 15px !important;
  }
  .careerspageContainer #tabs>div {
    width: 264px !important;
    padding: 30px;
    margin-right: 0px !important;
  }
  .perks-carousel .lightSliderContainer {
    width: 100%;
  }
}

@media (max-width: 320px) {
  .whitebuttonCareers a {
    text-decoration: none;
    font-size: 12px;
    color: #17a502;
    letter-spacing: 1.2px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: #fff;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
    height: auto;
    width: 100%;
    line-height: 40px;
    text-align: center;
    display: inline-block;
  }
    .hoverBlock1 .shb-text,
  .hoverBlock2 .shb-text,
  .hoverBlock3 .shb-text,
  .hoverBlock4 .shb-text,
  .hoverBlock5 .shb-text,
  .hoverBlock6 .shb-text {
    padding: 15px;
    font-size: 14px;
  }
  .careerspageContainer #tabs>div {
    width: 200px !important;
  }
}


/* SEM Landing Page */

#sem-logo-carousel .span12.widget-span.widget-type-custom_widget.home-logo-carousel {
  transform: none;
  position: relative;
  margin-top: 40px;
}


#sem-logo-carousel .lscTitle {
    position: initial;
    width: 100%;
    text-transform: uppercase;
    font-weight: 600;
  	color: #666666;	
    font-family: 'Roboto', sans-serif;	
    font-size: 12px;	
    letter-spacing: 3px;	
    line-height: 14px;	
    text-align: center;
    margin-bottom: 32px;
}

#sem-logo-carousel .lSliderControls .next, #sem-logo-carousel .lSliderControls .prev {
    background: transparent;
    border-radius: 100px;
    width: 60px;
    height: 60px;
    text-align: center;
    line-height: 38px;
    box-sizing: border-box;	
    border: 0.5px solid #666666;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    top: 45px;
}

#sem-logo-carousel .lSliderControls .next:hover, #sem-logo-carousel .lSliderControls .prev:hover {
  background: #FFF;
}

#sem-logo-carousel .primary-nav {
  display: none;
}

#sem-logo-carousel .secondary-nav {
  display: inline-block !important;
}

.semcontainer {
  padding-bottom: 250px;
  background: transparent !important;
}

.semcontainer .hiscTitle:before {
  display: none
}

.sem-floating-image img {
  height: 416px;
  object-fit: cover;
  width: 100% !important;
}

.sem-key-benefits-title {
  position: relative;
}

.sem-key-benefits-title:before {
  content: "";
  top: -14px;
  left: 0;
  position: absolute;
  width: 2.5%;
  height: 2px;
  background-color: #17A502;
}

.sem-key-benefits {
  color: #242424;	
  font-family: 'Roboto', sans-serif;	
  font-size: 18px;	
  line-height: 21px;
}

.sem-key-benefits ul {
  margin-top: 30px;
  list-style: none;
  padding-left: 0px;
}

.sem-key-benefits ul li {
  margin-bottom: 20px;
}

.sem-key-benefits ul li:before {
  content: "\2022";
  color: #17A502;
  font-weight: bold;
  display: inline-block;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  padding-right: 15px;
}

@media (min-width: 1600px) {
  .sem-floating-image {
    width: 50% !important;
  }
}

@media (max-width: 1070px) {
  .content-right-sem {
    width: 50%;
  }
  .sem-text {
    width: 80%;
  }
}

@media (max-width: 769px) {
  .sem-floating-image {
    width: 50% !important;
  }
  .hiscSubTitle:before {
    width: 100% !important;
  }
}

@media (max-width: 414px) {
  .main-blog #careerspage.background-image {
    height: 280px;
    clip-path: none;
  }
  .home-logo-carousel .lSliderControls2 .next {
    right: 35px !important;
  } 
  .sem-header-phone, .sem-header-logo {
    text-align: center !important;
  }
  .sem-small-header {
    height: 270px !important;
  }
  .content-left-sem, .content-right-sem {
    width: 100%;
    float: none;
  }
  .sem-floating-image {
    display: none !important;
  }
  .boxesImagesFloatersMobile {
    margin-top: 80px;
  }
  .semcontainer {
    padding-bottom: 0px;
  }
}

@media (max-width: 375px) {
  .form {
    width: 297px !important;
  }
  .sem-key-benefits {
    font-size: 16px;
  }
}

@media (max-width: 320px) {
  .sem-title {
    font-size: 45px !important;
    line-height: 50px !important;
  }
  .form {
    width: 256px !important;
    height: 480px;
  }
  .sem-key-benefits {
    font-size: 14px;
  }
}

#sem-testimonial {
  background: #17A502;
}

#sem-awards {
  background: rgba(254,254,254,1);
  background: -moz-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 8%, rgba(226,226,226,1) 100%);
  background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(254,254,254,1)), color-stop(8%, rgba(254,254,254,1)), color-stop(100%, rgba(226,226,226,1)));
  background: -webkit-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 8%, rgba(226,226,226,1) 100%);
  background: -o-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 8%, rgba(226,226,226,1) 100%);
  background: -ms-linear-gradient(top, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 8%, rgba(226,226,226,1) 100%);
  background: linear-gradient(to bottom, rgba(254,254,254,1) 0%, rgba(254,254,254,1) 8%, rgba(226,226,226,1) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fefefe', endColorstr='#e2e2e2', GradientType=0 );
}

/* AWS LAnding Page */


#awslanding.background-image {
	background: url('https://www.machinemetrics.com/hubfs/background_aws.jpg') no-repeat; 
  background-size: cover;
  height: 457px;
  -webkit-clip-path: none;
    clip-path: none;
  background-position: 50% 40%;
}

#awslanding .bigTitle span {
  	color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 55px;
    font-weight: 500;
    letter-spacing: -2.19px;
    line-height: 60px;
    display: inline-block;
    border-bottom: 1px solid #FFF;
    padding-bottom: 30px;
    margin-bottom: 30px;
}

@media (max-width: 414px) {
  body .partner-program-cta-box {
    border: 1px solid #D8D8D8;
    padding-left: 20px !important;
    padding-top: 20px !important;
    padding-bottom: 50px;
  }
  body.machine-monitoring-page #careerspage.background-image {
    clip-path: none;
    -webkit-clip-path: none;
    height: 570px !important;
    margin-bottom: 40px;
  }
  body.machine-monitoring-page .headerModuleWithTopBorder {
    width: 100% !important;
  }
  body.machine-monitoring-page .lefttextoverimage span {
    left: 0;
    height: 710px;
    width: 100%;
  }
  body.machine-monitoring-page .fullwidthimg img {
    height: 710px !important;
  }
  body.machine-monitoring-page .greenOverImage {
    height: 710px !important;
  }
  body.machine-monitoring-page .circle {
    padding: 15px 0px;
  }
  body.machine-monitoring-page .blue-bg .col-6 {
    flex: 0 0 100%;
    max-width: 75%;
  }
  body.machine-monitoring-page .mobiletable {
    padding: 0px !important;
    display: table;
  }
  body.machine-monitoring-page .mobiletable .mobileimage {
    display: table-footer-group;
  }
  body.machine-monitoring-page .mobiletable .mobiletext {
    display: table-header-group;
  }
  body.machine-monitoring-page .mobiletable .mobiletext span {
    margin-top: 80px !important;
    margin-bottom: 30px !important;
    display: block;
  }
  
  
  body #awslanding .bigTitle span, body .aws-second-group .title span { 
    font-size: 48px;
  }
  body .tabc-aws-title span {
    font-size: 40px;
  }
}
#awslanding .mediumTitle span {
    color: #fff;
    font-family: 'Roboto',sans-serif;
    font-size: 17px;
    font-weight: 900;
    letter-spacing: 1.44px;
    line-height: 20px;
    text-transform: uppercase;
    max-width: 520px;
    display: block;
    width: 100%;
}

.aws-first-group {
  margin-top: 55px;
  margin-bottom: 30px;
}

.aws-first-group .title span {
  max-width: 459px; width: 100%;	color: #242424;	font-family: 'Roboto', sans-serif;	font-size: 40px;	font-weight: bold;	letter-spacing: -1.36px;	line-height: 47px; padding-bottom: 25px; display: block;
}

.aws-first-group .greyedSub span {
  color: #666666;	font-family: 'Roboto', sans-serif;	font-size: 12px;	font-weight: bold;	letter-spacing: 3px;	line-height: 14px; text-transform: uppercase; display: block; padding-bottom: 25px; position: relative; padding-top: 15px;
}

.aws-first-group .greyedSub span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 20px;
  height: 2px;
  background: #666666;
}

.aws-first-group .normalText span {
 opacity: 0.7;	color: #242424;	font-family: Roboto;	font-size: 17px;	line-height: 20px; display: block; padding-right: 45px; margin-bottom: 15px;
}

.awslogo {
  margin-bottom: 45px;
}

.image-text-line {
  margin-bottom: 30px;
}
.title-next-to-image span {
  color: #666666;	font-family: 'Roboto', sans-serif;	font-size: 17px;	line-height: 20px; display: block; margin-left: -7px; font-weight: bold; margin-top: -5px;
}
.line-next-to-image span {
  	color: #666666;	font-family: 'Roboto', sans-serif;	font-size: 17px;	line-height: 20px; display: block; margin-left: -7px; margin-top: -8px;
}

.aws-padding-left80 {
  padding-left: 50px; 
}

@media (max-width: 414px) {
  .aws-padding-left80 {
    padding-left: 0px;
    padding-top: 50px;
    text-align: left;
  }
  .aws-padding-left80 .image-next-to-line img {
    padding-bottom: 20px;
  }
  .image-text-line .image-next-to-line {
    width: 20% !important;
    float: left !important;
  }
  .image-text-line .text-next-to-line {
    width: 80% !important;
    float: left !important;
    padding-left: 35px;
  }
  .span12.widget-span.widget-type-custom_widget.home-logo-carousel {
    margin-left: 0px;
  }
  .csem-title {
    padding-top: 135px;
  }
  #sem-logo-carousel .span12.widget-span.widget-type-custom_widget.home-logo-carousel {
    margin-left: -28px;
  }
  body #cslp-section-one {
    margin-top: 30px !important;
  }
  .no-padding-mobile {
    padding: 0px !important;
  }
  .margin-top-mobile {
    margin-top: 30px;
  }
  .mobile-display-none {
    display: none !important;
  }
  #cslp-section-two {
    padding-top: 70px !important; 
  }
  #cslp-half-half {
    background-image: linear-gradient(to bottom, transparent 56%, #DCDCDC 44%), url(https://www.machinemetrics.com/hubfs/thn6.png) !important;
  }
  #cslp-half-half .left-half {
    padding-top: 55px !important;
  }
  #cslp-half-half .right-half .span12.widget-span.widget-type-custom_widget {
    margin-left: 0px !important;
    margin-top: 100px !important;
  }
  #cslp-half-half .right-half .span12.widget-span.widget-type-custom_widget.sm-marg-ad {
    margin-top: 20px !important;
    padding-bottom: 55px;
  }
  .cslp-ebook-image {
    padding-left: 0px !important;
    text-align: center;
    margin-bottom: 30px;
  }
  #cslp-ebook-cont {
    margin-left: 0px !important;
  }
  .sem-box-half-image-half {
    height: auto !important;
    margin-top: -185px !important;
  }
  .sem-box-half-image-half .landing-page-background-overlay {
    padding-top: 40px !important;
    padding-bottom: 20px !important;
  }
}

#sem-featured-carousel .span12.widget-span.widget-type-custom_widget.home-logo-carousel {
  margin-top: 60px !important;
}

#sem-featured-carousel .lscTitle2 {
  position: relative !important;
  top: -25px;
}

#sem-featured-carousel .home-logo-carousel .lSliderControls2 {
  top: 5px !important;
}

.aws-second-group {
  background-image: linear-gradient( 0deg, rgba(51,51,51,0.09) 40%, rgba(51,51,51,0.00) 85% );
  padding-top: 75px;
  padding-bottom: 75px;
}

.aws-second-group .greySubLine span {
  position: relative; display: block;	color: #242424;	font-family: 'Roboto', sans-serif;	font-size: 18px;	font-weight: bold;	letter-spacing: 3px;	line-height: 14px; text-transform: uppercase; padding-bottom: 40px; padding-top: 15px;
}

.aws-second-group .greySubLine span:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
   width: 20px;
  height: 3px;
  background: #242424;
}

.aws-second-group .title span {
  display: inline-block;
  color: #242424;	
  font-family: 'Roboto', sans-serif;	
  font-size: 56px;	
  font-weight: bold;	
  letter-spacing: -2.19px;	
  line-height: 60px;
  max-width: 617px;
  width: 100%;
}

.tabc-aws-subtitle span {
  color: #FFFFFF;	
  font-family: 'Roboto', sans-serif;	
  font-size: 12px;	
  font-weight: bold;	
  letter-spacing: 3px;	
  line-height: 14px;
  text-transform: uppercase;
  padding-bottom: 25px;
  position: relative;
  padding-top: 15px;
  position: relative;
}

.tabc-aws-subtitle span:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 20px;
    height: 2px;
    background: #FFF;
}

.tabc-aws-title span {
    color: #FFFFFF;	
    font-family: 'Roboto', sans-serif;	
    font-size: 56px;	
    font-weight: bold;	
    letter-spacing: -2.19px;	
    line-height: 60px;
    padding-bottom: 55px;
    display: block;
}

.landing-page-background-overlay:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, 0.2);
    z-index: -1;
}

.sem-green-box:before {
  content: "";
    width: 100%;
    height: 100%;
    -webkit-mask-image: url(https://2067445.fs1.hubspotusercontent-na1.net/hubfs/2067445/Empower.svg?no-resize);
    mask-image: url(https://2067445.fs1.hubspotusercontent-na1.net/hubfs/2067445/Empower.svg??no-resize);
    -webkit-mask-repeat: no-repeat;
    mask-repeat: no-repeat;
    -webkit-mask-size: cover;
    mask-size: cover;
    background-color: #FFF;
    position: absolute;
    top: 0;
    left: 0;
}

.landing-page-background-overlay ul {
    margin-left: 0px;
    padding-left: 15px;
    
}

.landing-page-background-overlay ul li {
  padding-left: 15px;
}

#sem-testimonials-awards .homeTestimonial {
    background-color: #e4e4e4;
    background-image: radial-gradient(at 50% 100%, rgba(255,255,255,0.50) 0%, rgba(0,0,0,0.50) 100%), linear-gradient(to bottom, rgba(255,255,255,0.25) 0%, rgba(0,0,0,0.25) 100%);
    background-blend-mode: screen, overlay;
    padding-top: 15px;
}

#sem-testimonials-awards .slider-quotes:before {
  background-color: #9b9b9b;
}

#sem-testimonials-awards .sqQuote, #sem-testimonials-awards .sqName, #sem-testimonials-awards .sqRole {
  color: #4b4b4b;
}

#sem-testimonials-awards .slider-quotes nav a.selected {
  color: #17a501;
  border-left: 2px solid #17a501;
}

#sem-testimonials-awards .slider-quotes nav a {
  color: #6e6e6e;
}

#sem-testimonials-awards .slider-quotes nav a:hover {
  color: #17a501;
}

#sem-testimonials-awards .homeAwards .slider {
      padding-bottom: 145px;
}

.sem-white-button a {
    color: #17a502;
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.2px;
    line-height: 32px;
    text-align: center;
    border-radius: 4px;
    background-color: #fff;
    box-shadow: 0 1px 4px 0 rgba(0,0,0,0.2);
    display: inline-block;
    text-decoration: none;
    text-transform: uppercase;
    margin-top: 25px;
    padding: 0px 32px;
}

.sem-white-button a:hover {
  color: #FFF;
  text-decoration: none;
  background-color: #6f6f6f;
}

.sem-box-half-image-half img {
    height: 415px;
    object-fit: cover;
    object-position: 80%;
    width: 100% !important;
}

#sem-nobg-carousel.home-customers-carousel {
  background: #FFF;
}

.webinar-lander-header img {
  height: 65px !important;
  object-fit: contain;
}

.case-study-box {
  width: 80% !important;
  float: left;
}

.cslp-ebook-image img {
  max-width: 200px;
  width: 200px;
  height: auto;
  object-fit: cover;
}

.temp-hide {
  display: none !important;
}

.careers-back-button {
  z-index: 999999999;
}

.careers-back-button a {
    border-radius: 8px !important;
    background-color: #585757 !important;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2) !important;
    padding: 10px 15px !important;
    color: #FFF !important;
    text-transform: uppercase !important;
    text-decoration: none !important;
    font-weight: bold !important;
    display: block !important;
    width: 180px !important;
    margin: 0 auto !important;
    margin-bottom: 80px !important;
}

.careers-back-button:hover a {
  background: #505050 !important;
}


/* Waste Calculator */

.main-image-wc {
    background-color: rgb(24, 165, 2);
    width: 180px;
    height: 180px;
    margin: 0 auto;
    border-radius: 50%;
    margin-bottom: 25px;
    border: 4px solid #FFF;
    text-align: center;
    display: flex;
    align-items: center;
}

.waste-calculator-container {
    max-width: 600px;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 60px;
    padding-top: 20px;
}

#ind-name {
    width: 100%;
    height: 40px;
    font-size: 16px;
    border: 0;
    border-bottom: 1px solid #d7dcdf;
    outline: none;
    color: #757575;
}

.wcalc-heading {
    font-size: 22px;
    display: block;
    margin-top: 20px;
}

.waste-calculator-container select {
    height: 40px;
    border: none;
    box-shadow: none;
    border-bottom: 1px solid #d7dcdf;
    border-radius: 0px;
    color: #757575;
    -webkit-appearance: none;
    padding: 5px !important;
    outline: none;
     -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background: url('https://www.machinemetrics.com/hubfs/dropdown.png') no-repeat 98% 50%;
}

.waste-calculator-container input:focus, .waste-calculator-container input:active {
    border-color: #16a500 !important;
}

.waste-calculator-container select:focus {
    outline: 0;
    border-color: #16a500;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    -ms-box-shadow: none;
    box-shadow: none;
}

.waste-calculator-container .rcalc-sub-heading {
    display: block;
    padding-top: 0px;
    padding-bottom: 0px;
    color: #9b9b9b;
}

.waste-calculator-container .clc-nm-ab {
    width: 100%;
    display: flex;
}

.waste-calculator-container .ab-cont {
    margin-left: 137px;
}

.waste-calculator-container .bill-time .ab-cont {
    margin-left: 134px;
}

.waste-calculator-container .clc-email {
    width: 80%;
    margin-top: 30px;
}

.go-container {
    background-color: #efefef;
    padding-bottom: 100px;
    padding-top: 20px;
    text-align: center;
}

.go-container .book-a-demo-button {
    font-weight: 400 !important;
    padding: 15px 70px 15px 70px !important;
    margin-top: 30px;
}

/* Waste Calculator Inner */

.wc-accord {
    max-width: 768px;
    width: 100%;
    margin: 0 auto;
    padding-top: 50px;
}

.wc-accord .wc-head {
    display: flex;
}

.wc-accord .wc-head .wc-head1, .wc-accord .wc-head .wc-head2 {
    width: 50%;
    color: #a3a3a3;
}

.wc-accord .wc-head .wc-head2 {
    text-align: right;
}

/* Styles for Accordion */
.wc-accord-cont {
    margin-top: 40px;
}
.toggle:last-child {
  border-bottom: 1px solid #dddddd;
}
.toggle .toggle-title {
  position: relative;
  display: block;
  border-top: 1px solid #dddddd;
  margin-bottom: 6px;
}
.toggle .toggle-title h3 {
  font-size: 20px;
  margin: 0px;
  line-height: 1;
  cursor: pointer;
  font-weight: 200;
}
.toggle .toggle-inner {
  padding: 7px 25px 10px 25px;
  display: none;
  margin: -5px 0 6px;
}
.toggle .toggle-inner p {
    color: #a4a4a4;
}
.toggle .toggle-inner div {
  max-width: 100%;
}
.toggle .toggle-title .title-name {
    display: inline-block;
    padding: 23px 50px 15px;
    color: #4a4a4a;
    font-weight: 400;
    font-size: 19px;
}
.toggle .toggle-title .title-name2 {
    display: inline-block;
    float: right;
    padding: 24px 10px 15px;
    color: #4a4a4a;
    font-weight: 800;
    font-size: 16px;
}
.toggle .toggle-title a i {
  font-size: 22px;
  margin-right: 5px;
}
.toggle .toggle-title i {
    position: absolute;
    background: url(https://2067445.fs1.hubspotusercontent-na1.net/hubfs/2067445/plus_minus.png?t=1513776513010) 0px -24px no-repeat;
    width: 24px;
    height: 24px;
    -webkit-transition: all 0.3s ease;
    transition: all 0.3s ease;
    margin: 10px;
    left: 0;
    top: 10px;
}
.toggle .toggle-title.active i {
  background: url("https://www.machinemetrics.com/hubfs/plus_minus.png") 0px 0px no-repeat;
}

.wc-head2 i {
    position: relative;
    margin-left: 5px;
}

.wc-head2 i:hover .tooltip {
    display: block;
}

.wc-head2 .tooltip {
    background-color: #333;
    color: #FFF;
    font-family: Roboto;
    padding: 7px;
    position: absolute;
    width: 165px;
    bottom: 33px;
    right: -23px;
    z-index: 999999;
    font-size: 15px;
    display: none;
    border-radius: 10px;
}

.wc-head2 .tooltip:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 20px;
    display: block;
    border-top: 10px solid #333333;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.big-proc-cont {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 30px;
}
.big-proc {
    color: #4a4a4a;
    display: block;
    font-size: 120px;
    font-weight: lighter;
}
.big-proc-text {
    color: #4a4a4a;
    font-size: 25px;
    display: block;
    margin-top: -30px;
}
.wc-details-cont {
    background: #efefef;
    padding: 50px 50px 220px 50px;
}
.wcd-h1 {
    display: block;
    color: #24aa15;
    text-transform: uppercase;
    max-width: 680px;
    margin: 0 auto;
    font-size: 30px;
    text-align: center;
    line-height: 36px;
    margin-bottom: 15px;
    width: 100%;
}
.wcd-h2 {
    display: block;
    text-align: center;
    font-size: 120px;
    font-weight: 100;
    color: #25aa15;
    margin-top: -35px;
}
.wcd-h3 {
    color: #4a4a4a;
    text-align: center;
    display: block;
    font-size: 30px;
    margin-bottom: 15px;
}
.wcd-text {
    color: #9b9b9b;
    max-width: 700px;
    width: 100%;
    display: block;
    margin: 0 auto;
    font-weight: 500;
}
.wc-img-container {
    text-align: center;
    margin-top: -190px;
    padding-bottom: 10px;
}
.shadow1 {
    position:relative;
    width: 320px;
    height: 413px;
    margin: 0 auto;
}
.shadow1 {
    box-shadow:0 1px 4px rgba(0, 0, 0, 0.3), 0 0 20px rgba(0, 0, 0, 0.1) inset;
}
.shadow1:before, .shadow1:after{
    position: absolute;
    content: "";
    bottom: 12px;
    left: 5px;
    top: 91%;
    width: 48%;
    background: #000000;
    z-index: -1;
    -webkit-box-shadow: 0 20px 15px #323232;
    -moz-box-shadow: 0 20px 15px #323232;
    box-shadow: 0 20px 15px #323232;
    -webkit-transform: rotate(-4deg);
    -moz-transform: rotate(-4deg);
    transform: rotate(-4deg);
}
.shadow1:after{
    -webkit-transform: rotate(4deg);
    -moz-transform: rotate(4deg);
    transform: rotate(4deg);
    right: 5px;
    left: auto;
}
.wc-download-title {
    display: block;
    color: #4a4a4a;
    font-size: 25px;
    margin-bottom: 50px;
    margin-top: 40px;
}
.wc-download-container {
    text-align: center;
    margin-bottom: 100px;
}

.clc-input {
    display: inline-block;
    position: relative;
    width: 70px;
    color: #2d9e3d;
    line-height: 20px;
    text-align: center;
    border-radius: 10px;
    background: transparent;
    padding: 6px 10px;
    margin-top: 10px;
    border: 2px solid #e6e6e6;
    outline: 0;
    font-size: 16px;
}

.wastecalc {
  width: 140px;
  height: 45px;
  font-family: 'Roboto', sans-serif;
  font-size: 18px;
  text-transform: uppercase;
  letter-spacing: 2.5px;
  font-weight: 600;
  color: #FFF;
  background-color: #24aa15;
  border: none;
  border-radius: 45px;
  box-shadow: 0px 8px 15px rgba(0, 0, 0, 0.1);
  transition: all 0.3s ease 0s;
  cursor: pointer;
  outline: none;
  display: block;
  margin: 0 auto;
  margin-top: 20px;
  line-height: 45px;
  text-decoration: none;
}

.wastecalc:hover {
  background-color: #333333;
  box-shadow: 0px 15px 20px rgba(51, 51, 51, 0.46);
  color: #fff;
  transform: translateY(-7px);
  text-decoration: none;
}

.support-page label.error {
    position: absolute;
    background-color: #CCC;
    padding: 10px;
    border-radius: 10px;
    z-index: 999;
    right: -90px;
    top: -35px;
    font-weight: 400;
    margin-bottom: 0px;
}

.support-page label.error:before {
    content: '';
    position: absolute;
    bottom: -10px;
    right: 20px;
    display: block;
    border-top: 10px solid #ccc;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
}

.noc-container {
    position: relative;
    width: 80%;
}

.tom-container {
    position: relative;
    width: 80%;
}

.noc-check.check, .noc-check.checkn {
    margin-top: -30px;
}

.tom-check.check, .tom-check.checkn {
    margin-top: -30px;
}

.prod-check.check, .prod-check.checkn {
    margin-top: -30px;
}

.bill-check.check, .bill-check.checkn {
    margin-top: -30px;
}

.mail-check.check, .mail-check.checkn {
    margin-top: -30px;
}

.prod-time {
    width: 80%;
}

.bill-time {
    width: 80%;
}

.clc-nm-ab label.error {
    right: 0;
    left: 0;
    top: -55px;
}

.clc-nm-ab .ab-cont label.error {
    left: -40px;
}

@media only screen and (max-width: 768px) {
    .wc-accord {
        max-width: 768px;
        width: 85%;
        margin: 0 auto;
        padding-top: 50px;
    }
}

@media only screen and (max-width: 500px) {
    .toggle .toggle-title .title-name {
        display: inline-block;
        padding: 23px 10px 15px 40px;
        color: #4a4a4a;
        font-weight: 400;
        font-size: 15px;
        max-width: 300px;
    }   
    .toggle .toggle-title .title-name2 {
        display: inline-block;
        float: right;
        padding: 24px 0px 15px;
        color: #4a4a4a;
        font-weight: 800;
        font-size: 12px;
    }
    .toggle .toggle-title i {
        top: 8px;
    }
    .waste-calculator-container {
        max-width: 600px;
        width: 95%;
        margin: 0 auto;
        padding-bottom: 60px;
        padding-top: 20px;
        margin-left: 20px;
    }
    .support-page label.error {
        right: -66px;
    }
    .clc-email #rif-email-error {
        right: -66px;
    }
    .clc-nm-ab label.error {
        right: -7px;
        left: 0px;
        top: -55px;
    }
    
}

@media only screen and (max-width: 375px) {
    .toggle .toggle-title .title-name {
        max-width: 270px;
    }
    .clc-nm-ab label.error {
        right: -30px;
        left: 0px;
        top: -55px;
    }
    .clc-nm-ab .ab-cont label.error {
    left: -10px;
    }
}

@media only screen and (max-width: 360px) {
    .toggle .toggle-title .title-name {
        max-width: 263px;
    }
}

.wc-download-container .book-a-demo-button {
    border-radius: 25px !important;
    display: inline-block !important;
    padding: 14px 28px 13px 28px !important;
    line-height: 1 !important;
    color: #fff !important;
    font-weight: bold !important;
    font-size: 14px !important;
    text-transform: uppercase !important;
    letter-spacing: 1px !important;
    text-decoration: none !important;
    border: 2px solid #16a500 !important;
    background-color: #16a500 !important;
    transition: all .4s ease-in-out;
}

.wc-download-container .book-a-demo-button:hover {
    transform: scale(1.05);
}
    

/* New Blog Design */

/* .main-blog.updated-bog .fixed-container {
  max-width: 1300px;
} */

#blog-re-main.background-image {
    background: #444 url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz4NCjxzdmcgd2lkdGg9IjQwNnB4IiBoZWlnaHQ9IjQ3NHB4IiB2aWV3Qm94PSIwIDAgNDA2IDQ3NCIgdmVyc2lvbj0iMS4xIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj4NCiAgPGRlc2M+Q3JlYXRlZCB3aXRoIEx1bmFjeTwvZGVzYz4NCiAgPGRlZnM+DQogICAgPHJhZGlhbEdyYWRpZW50IGdyYWRpZW50VW5pdHM9Im9iamVjdEJvdW5kaW5nQm94IiBjeD0iNjkuNDM2NjUlIiBjeT0iNDIuNjU3MDIlIiBmeD0iNjkuNDM2NjUlIiBmeT0iNDIuNjU3MDIlIiByPSI5MC4yMzczNSUiIGdyYWRpZW50VHJhbnNmb3JtPSJ0cmFuc2xhdGUoMC42OTQzNjY1LDAuNDI2NTcwMiksc2NhbGUoMC44NTIyNTIyLDEpLHJvdGF0ZSgxNTQuNTQwNCksc2NhbGUoMSwwKSx0cmFuc2xhdGUoLTAuNjk0MzY2NSwtMC40MjY1NzAyKSIgaWQ9ImdyYWRpZW50XzEiPg0KICAgICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzE5OTQwNiIgLz4NCiAgICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iIzE2QTUwMCIgLz4NCiAgICA8L3JhZGlhbEdyYWRpZW50Pg0KICA8L2RlZnM+DQogIDxwYXRoIGQ9Ik01NTUgMEw1NTUgMTc5LjgyTDIuNDY0N2UtMTMgNDczTDAgMjkzLjE4N0w1NTUgMFoiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDAuNSAwLjUpIiBpZD0iRmlsbC0xLUNvcHkiIGZpbGw9InVybCgjZ3JhZGllbnRfMSkiIHN0cm9rZT0ibm9uZSIgLz4NCjwvc3ZnPg==) no-repeat;
    height: auto;
    -webkit-clip-path: none;
    clip-path: none;
    background-position: right top;
}

#blog-re-main .row-fluid .span12.banner-text-container {
    position: relative;
    top: 0;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    max-width: 1054px;
    margin: 0 auto !important;
    float: none;
    padding-top: 180px;
}

#blog-re-main .bigTitle {
  font-weight: 500;
  letter-spacing: -2.25px;
}

.updated-bog .latest-stories .widget-type-raw_html .item:first-child {
    width: 100%;
    float: none;
    height: 470px;
    margin-bottom: 30px;
}

.updated-bog .latest-stories .widget-type-raw_html .item:first-child .post-image {
    width: 75%;
    height: 470px;
    float: left;
}

.updated-bog .latest-stories .widget-type-raw_html .item:first-child .item-wrapper {
  width: 25%;
  float: left;
  height: 470px;
  background: #FFF;
  position: inherit;
  padding: 0px;
}

.updated-bog .latest-stories .widget-type-raw_html .item:first-child .item-content {
  padding: 30px;
}

.updated-bog .latest-stories .widget-type-raw_html .item:first-child .post-title h2 {
    font-family: 'Roboto', sans-serif;
    font-size: 24px !important;
    line-height: 28px;
    color: #4a4a4a;
    font-weight: 500;
}

.updated-bog .latest-stories .widget-type-raw_html .item:first-child .post-title h2 a {
    font-family: 'Roboto', sans-serif;
    font-size: 24px !important;
    line-height: 28px;
    color: #4a4a4a;
    font-weight: 500;
    text-decoration: none;
}

.updated-bog .latest-stories .widget-type-raw_html .item:first-child .post-title h2 a:hover {
  color: #16A500;
}

.updated-bog .latest-stories .widget-type-raw_html .item:first-child .section.post-body {
    display: block;
    font-weight: 500;
    font-size: 17px;
    font-family: 'Roboto', sans-serif;
    color: #4A4A4A;
}

.updated-bog .latest-stories .widget-type-raw_html .item:first-child .post-topic-date {
  margin-top: 40px;
  font-size: 12px;
  color: #000;
}

.updated-bog .latest-stories .widget-type-raw_html .item:first-child .post-topic-date a {
    text-decoration: none;
    color: #242424;
    font-family: 'Roboto', sans-serif;
}

.updated-bog .latest-stories .widget-type-raw_html .item:first-child .post-date {
  color: #9b9b9b;
}

.updated-bog .latest-stories .item:first-child .post-image:after {
  display: none;
}

.updated-bog .latest-stories .item {
    height: 480px;
    width: 48.5%;
    float: left;
    position: relative;
}

.updated-bog.hs-blog-post .section.post-body {
  margin-top: 500px;
  font-size: 18px;
  color: #4A4A4A;
  font-weight: 400;
  line-height: 25px;
  padding: 0 120px;
}

.updated-bog .section.post-body a {
  text-decoration: none;
  color: #16A500;
  
}

.updated-bog .latest-stories .item:nth-child(2) {
  margin-right: 30px;
}

.updated-bog .latest-stories .item .post-image {
  height: 480px;
  width: 100%;
  position: relative;
}

.updated-bog .latest-stories .item .post-image:after {
content: "";
    width: 100%;
    height: 45%;
    bottom: 0;
    left: 0;
    position: absolute;
    background: -moz-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%) !important;
    background: -webkit-gradient(linear,left top,left bottom,color-stop(40%,rgba(0,0,0,0)),color-stop(100%,rgba(0,0,0,.8)))!important;
    background: -webkit-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.*) 100%)!important;
    background: -o-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%)!important;
    background: -ms-linear-gradient(top,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%)!important;
    background: linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,.8) 100%)!important;
}

.updated-bog .latest-stories .item .section.post-body {
  display: none;
}

.updated-bog .latest-stories .item .item-wrapper {
  position: absolute;
  bottom: 0px;
  left: 0px;
  padding: 25px;
}

.updated-bog .latest-stories .item .post-title h2 {
    color: #FFF;
    font-size: 23px !important;
    line-height: 30px;
}

.updated-bog .latest-stories .item .post-title h2 a {
    color: #FFF;
    font-size: 23px !important;
    line-height: 30px;
    text-decoration: none;
}

.updated-bog .latest-stories .item .post-title h2 a:hover {
  color: #16A500;
}

.updated-bog .latest-stories .item .post-topic-date {
  color: #FFF;
  font-size: 12px;
  font-weight: 500;
}

.updated-bog .latest-stories .item .post-topic-date .post-date {
  opacity: 0.6;
}

.updated-bog .latest-stories .item .post-topic-date a {
  text-decoration: none;
  color: #FFF;
}

.updated-bog .blog-banner {
  background: url('https://www.machinemetrics.com/hubfs/greenBlogBG.svg') no-repeat;
  height: 200px;
  background-size: cover;
  background-position: bottom;
  display: flex;
  align-items: center;
}

.updated-bog .blog-banner a {
    text-decoration: none;
    font-size: 15px;
    color: #000;
    letter-spacing: 1.2px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
    padding: 0px 35px;
    line-height: 35px;
    text-align: center;
    display: inline-block;
}

.updated-bog .blog-banner a:hover {
    background: #666;
    color: #FFF;
}

.updated-bog .topics-tab .topic-handler {
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 600;
    letter-spacing: 1.04px;
    color: #4A4A4A;
    line-height: 15px;
}

.updated-bog .topics-tab .post-topic {
  display: inline-flex;
  align-items: center;
  list-style: none;
  padding-left: 5px;
}

.updated-bog .topics-tab i {
  cursor: pointer;
  float: right;
  padding-top: 18px;
}

.updated-bog .topics-tab .post-topic li {
  padding: 0px 7px;
}

.updated-bog .topics-tab .post-topic li a {
  color: #16A500;
  text-transform: uppercase;
  text-decoration: none;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1.04px;
}

.updated-bog .topics-tab .post-topic li a:hover {
  color: #000;
}

.updated-bog .widget-type-blog_content {
  margin-top: 40px;
  padding-bottom: 80px;
}

.updated-bog .topics-tab .post-topic .current-page {
  background: #FFF;
  border: 0 solid #D9D9D9;
  box-shadow: 0 3px 4px 0 rgba(0,0,0,0.20);
  border-radius: 8px;
  padding: 15px 25px;
}

.updated-bog .blog-listing-wrapper .post-listing .post-item {
  position: relative;
}

.updated-bog .blog-listing-wrapper .post-listing .post-item {
  height: 321px;
  max-width: 321px;
  width: 100%;
  float: left;
  background: #CCC;
  margin-right: 30px;
}


.updated-bog .blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper .hs-featured-image {
    max-width: 321px;
    width: 100%;
    height: 321px;
    display: block;
    float: none;
    background-size: cover !important;
    max-width: 321px;
    margin: 0 auto;
    position: relative;
}




.updated-bog .blog-listing-wrapper .post-listing  .looping:nth-child(1n+0) .post-item:nth-child(3) .hs-featured-image-wrapper .hs-featured-image {
  height: 650px;
}

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(4) .hs-featured-image-wrapper .hs-featured-image {
  max-width: 673px;
  height: 650px;
  width: 100%;
}

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(2n+0) .post-item:nth-child(1) .hs-featured-image-wrapper .hs-featured-image {

  height: 650px;
}

.updated-bog .blog-listing-wrapper .post-listing .post-item:nth-child(3) {
  height: 650px;
  float: right;
  margin-right: 0px;
}

.updated-bog .blog-listing-wrapper .post-listing .post-item:nth-child(4) {
  height: 650px;
  max-width: 673px;
  width: 100%;
  margin-top: 30px;
  margin-bottom: 30px;
}

.updated-bog .blog-listing-wrapper .post-listing .post-item:nth-child(5) {
  float: right;
  margin-top: 30px;
  margin-right: 0px;
  margin-bottom: 30px;
}


.updated-bog .blog-listing-wrapper .post-listing .looping .post-item:nth-child(5) .post-content-summary .post-content-summary-cont {
  color: #333333;
}

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(2n+0) .post-item:nth-child(1) {
  height: 650px;
  float: left;
  margin-right: 30px;
}

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(2n+0) .post-item:nth-child(3) {
  height: 321px;
  max-width: 321px;
  width: 100%;
  float: left;
  background: #CCC;
  margin-right: 0px;
}

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(2n+0) .post-item:nth-child(4) {
  margin-right: 0px;
  float: right;
}

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(2n+0) .post-item:nth-child(5) {
  margin-right: 30px;
}

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(2n+0) .post-item:nth-child(3) .hs-featured-image-wrapper .hs-featured-image {
  height: 321px;
}



/* One card */

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(1) .post-content-nebg .post-header h2 {
  font-size: 18px !important;
  line-height: 21px !important;
}

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(1) .post-content-nebg .post-header a {
  color: #FFF;
  font-size: 24px;
  line-height: 21px;
  font-weight: 500;
  text-decoration: none;
}

.updated-bog .blog-listing-wrapper .post-listing .looping .post-item .post-content-nebg .post-bottom a {
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  line-height: 14px;
  text-decoration: none;
}

.updated-bog .blog-listing-wrapper .post-listing .looping .post-item .post-content-nebg .post-bottom .post-date-inner {
  font-size: 12px;
  font-weight: 500;
  color: #FFF;
  line-height: 14px;
  opacity: 0.6;
}

/* End One Card */

/* One card */

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(2) .post-content-nebg .post-header h2 {
  font-size: 24px !important;
  line-height: 28px !important;
}

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(2) .post-content-nebg .post-header a {
  color: #FFF;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}
/* End One Card */

/* One card */

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(3) .post-content-nebg .post-header h2 {
  font-size: 24px !important;
  line-height: 28px !important;
}

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(3) .post-content-nebg .post-header a {
  color: #FFF;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}
/* End One Card */

/* One card */

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(4) .post-content-nebg .post-header h2 {
  font-size: 24px !important;
  line-height: 28px !important;
}

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(4) .post-content-nebg .post-header a {
  color: #FFF;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}
/* End One Card */

/* One card */

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(5) .post-content-nebg .post-header h2 {
  font-size: 24px !important;
  line-height: 28px !important;
}

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(5) .post-content-nebg .post-header a {
  color: #4A4A4A;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-decoration: none;
}

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(5) .post-content-nebg .post-bottom a {
  color: #000;
}

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(5) .post-content-nebg .post-bottom .post-date-inner {
  color: #000;
}
/* End One Card */

/* Backgrounds Overlays */

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(1) .hs-featured-image-wrapper .post-background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: #242424;
  mix-blend-mode: color;
  z-index: 0;
}

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(1) .hs-featured-image-wrapper .post-background-overlay2 {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(102,102,102,0.6);
  z-index: 0;
}

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(2) .hs-featured-image-wrapper .post-background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(36, 36, 36, 100);
  z-index: 0;
}

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(3) .hs-featured-image-wrapper .post-background-overlay {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background: rgba(102,102,102,0.30);
  background-image: linear-gradient(180deg, rgba(68,68,68,0.00) 27%, #444444 82%);
  z-index: 0;
}


.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(4) .hs-featured-image-wrapper .post-background-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #16A500;
  z-index: 0;
  mix-blend-mode: multiply;
}

.updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(1n+0) .post-item:nth-child(5) .hs-featured-image-wrapper .post-background-overlay {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: #FFF;
  z-index: 0;
}

.updated-bog.hs-blog-post .hide-for-post {
  display: none;
}
    
.updated-bog.hs-blog-post .hs-featured-image-wrapper {
    position: absolute;
    top: 0;
    width: 100%;
    left: 0;
    height: 680px;
    z-index: 0;
}

.updated-bog.hs-blog-post .hs-featured-image-wrapper .hs-featured-image {
    float: none;
    margin: 0;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
    height: 680px;
    object-position: center;
}


.updated-bog.hs-blog-post .hs-featured-image-wrapper:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0,0,0,0.40);
}

.updated-bog.hs-blog-post .blog-title {
    font-size: 24px;
    color: #FFF;
    border-bottom: 1px solid #FFF;
}

.updated-bog.hs-blog-post .blog-title h1 {
  font-size: 40px !important;
  margin-bottom: 15px;
}

.updated-bog.hs-blog-post .author-topic-date {
  margin-top: 20px;
}

.updated-bog.hs-blog-post .authorPicture img {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  vertical-align: top;
  margin-top: -22px;
}

.updated-bog.hs-blog-post .authorName a {
  color: #FFF;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 1.04px;
  line-height: 15px;
  font-size: 13px;
  padding-left: 15px;
}

.updated-bog.hs-blog-post .author-topic-date {
  display: flex;
  justify-content: space-between;
}

.updated-bog.hs-blog-post .atd-left, .updated-bog.hs-blog-post .atd-right {
  display: inline-block;
}

.updated-bog .blog-top-part {
    position: absolute;
    bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    width: 1024px;
}

.updated-bog.hs-blog-post .atd-left {
   box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
   border-radius: 50%;
}

.updated-bog.hs-blog-post .topic-listing {
  display: block;
  padding-left: 15px;
}

.updated-bog.hs-blog-post a.post-topic-link {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    opacity: 0.8;
    letter-spacing: 0.5px;
    text-transform: capitalize; 
}

.updated-bog.hs-blog-post .post-body-date {
    color: #fff;
    text-decoration: none;
    font-size: 14px;
    font-weight: 300;
    opacity: 0.8;
    letter-spacing: 0.5px;
}

.updated-bog.hs-blog-post .author-topic-date i {
    color: #FFF;
    font-size: 20px;
    padding-left: 15px;
}

.updated-bog .blog-listing-wrapper .post-listing .looping .post-item .post-content-summary {
    width: 100%;
    height: auto;
    z-index: 9;
    -webkit-transition: opacity 0.5s ease-in-out;
    -moz-transition: opacity 0.5s ease-in-out;
    -ms-transition: opacity 0.5s ease-in-out;
    -o-transition: opacity 0.5s ease-in-out;
    transition: opacity 0.5s ease-in-out;
    opacity: 0;
    position: absolute;
    bottom: 0;
}

.updated-bog .blog-listing-wrapper .post-listing .looping .post-item .post-content-summary .post-content-summary-cont {
  padding: 0px 25px 15px 25px;
  color: #FFF;
}

.updated-bog .blog-listing-wrapper .post-listing .looping .post-item:hover .post-content-summary {
  opacity: 1;
}

.updated-bog .post-content-nebg {
    position: absolute;
    bottom: 0;
    left: 0;
    height: auto;
    width: 100%;
    transition: all 0.5s ease;
}

.updated-bog .post-content-nebg .innercont {
    padding: 25px;
}

.updated-bog .hs-search-field input {
    height: 80px;
    margin-top: 30px;
    background: transparent;
    border-top: 1px solid #9B9B9B;
    border-right: none;
    border-left: none;
    border-bottom: 1px solid #9B9B9B;
    outline: none;
    font-size: 40px;
    padding-left: 15px;
    font-weight: 400;
    color: #9b9b9b;
}

.updated-bog .hs-search-field {
  display: none;
  overflow: hidden;
}

.updated-bog .hs-search-field.visible {
  display: block;
}

.updated-bog .hs-search-field input:focus {
  outline: none;
}

.updated-bog .post-center .row-number-6 .widget-span {
  min-height: 0px !important;
  overflow: hidden;
}

.updated-bog .hs-search-field .blog-search-close {
    position: absolute;
    top: 50px;
    right: 15px;
    font-weight: 100;
    color: #9b9b9b;
    cursor: pointer;
    z-index: 999999;
    width: 42px;
    height: 42px;
}

.updated-bog .hs-search-field .blog-search-close:hover {
    transform: rotate(180deg);
    color: #000;
    transition: 300ms linear all;
}

.updated-bog .rpi-h3 {
    font-size: 56px;
    letter-spacing: -2.19px;
    line-height: 60px;
    border-top: 1px solid #000;
    padding-top: 25px;
    width: 35%;
}

.cst-comments-section {
   background: #EEEEEE;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
    padding: 40px 40px;
}

.cst-comments-section .cst-cmnts-title {
    font-size: 24px;
    text-transform: uppercase;
    font-weight: 100;
    letter-spacing: 2.12px;
    line-height: 28px;
    display: block;
    margin-bottom: 0px;
}

.cst-comments-section .hs_firstname, .cst-comments-section .hs_email {
  margin-right: 30px;
}

.cst-comments-section .hs_firstname, .cst-comments-section .hs_lastname, .cst-comments-section .hs_email, .cst-comments-section .hs_website  {
  width: 48.2%;
  float: left;
  overflow: auto;
  margin-bottom: 50px;
}

.cst-comments-section label {
    font-size: 18px;
    font-weight: 500;
    line-height: 26px;
    color: #333333;
}

.cst-comments-section input {
  height: 50px;
}

.cst-comments-section input:focus, .cst-comments-section textarea:focus {
  border-bottom: 1px solid #16A500;
}

.cst-comments-section input, .cst-comments-section textarea  {
    border: none;
    border-bottom: 1px solid #D8D8D8;
    outline: none;
    font-size: 18px;
    color: #888888;
}

.cst-comments-section .hs-comment {
  overflow: auto;
  width: 100%;
}

.cst-comments-section textarea {
  height: 160px;
  margin-bottom: 40px;
}

.cst-comments-section input[type="submit"] {
    background: #16A500;
    color: #FFF;
    letter-spacing: 0.5px;
    font-size: 18px;
    border-radius: 2px;
    box-shadow: 0 3px 3px 0 rgba(22,165,0,0.25);
    padding: 10px 30px;
}

.cst-comments-section input[type="submit"]:focus {
  border: none;
}

.cst-comments-section input[type="submit"]:hover {
     background: #444;
}

.blog-detail-page-subscribe-banner {
    background: #242424 url(https://www.machinemetrics.com/hubfs/blogArrow.svg) no-repeat;
    width: 100vw;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    position: relative;
    height: 174px;
    background-position: center;
    margin-top: 50px;
    display: flex;
    align-items: center;
}

.blog-detail-page-subscribe-banner .bdpsb-inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
}

.blog-detail-page-subscribe-banner .bdpsb-inner span#hs_cos_wrapper_subscribe_blog {
  display: flex;
}

.blog-detail-page-subscribe-banner .bdpsb-inner span h3 {
  font-size: 28px;
    text-transform: uppercase;
    color: #FFF;
    font-weight: 100;
    letter-spacing: 2.48px;
    line-height: 33px;
    width: 285px;
}

.blog-detail-page-subscribe-banner .bdpsb-inner form {
  margin: 28px 0px;
  display: flex;
  padding-left: 50px;
}

.blog-detail-page-subscribe-banner .bdpsb-inner label {
  color: #FFF;
  font-size: 18px;
  line-height: 26px;
  font-weight: 500;
}

.blog-detail-page-subscribe-banner .bdpsb-inner .input input {
  height: 30px;
  border: none;
  border-bottom: 1px solid #9B9B9B;
  background: none;
  width: 100%;
  outline: none;
}

.blog-detail-page-subscribe-banner .bdpsb-inner .input input:focus {
  border-bottom: 1px solid #16A500;
}

.blog-detail-page-subscribe-banner .bdpsb-inner .hs_email {
  width: 400px;
}

.blog-detail-page-subscribe-banner .bdpsb-inner .hs-error-msgs {
  position: absolute;
}

.blog-detail-page-subscribe-banner .bdpsb-inner .hs_submit input {
    background: #16A500;
    box-shadow: 0 3px 3px 0 rgba(22,165,0,0.25);
    border-radius: 2px;
    font-size: 18px;
    color: #FFF;
    letter-spacing: 0.5px;
    border: 0;
    padding: 15px 58px;
    margin-left: 40px;
    margin-top: 5px;
}

.blog-detail-page-subscribe-banner .bdpsb-inner .hs_submit input:hover {
   background: #444;
}

.updated-bog .custom-related-post-container .rpi-container {
  height: 196px;
  width: 100%;
  margin-bottom: 25px;
  background: #EEE;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
}

.updated-bog .custom-related-post-container .rpi-container .rpi-container-image {
  position: relative;
}

.updated-bog .custom-related-post-container .rpi-container .rpi-container-image .rpi-container-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 196px;
    height: 196px;
    background: #242424;
    mix-blend-mode: color;
}

.updated-bog .custom-related-post-container .rpi-container .rpi-container-image .rpi-container-overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 196px;
    height: 196px;
    background: rgba(102,102,102,0.3);
}


.updated-bog .custom-related-post-container .rpi-container img {
    height: 196px;
    width: 196px;
    float: left;
    padding-right: 30px;
    object-fit: cover;
}

.updated-bog .custom-related-post-container .rpi-container:hover .rpi-container-overlay2 {
  display: none;
}

.updated-bog .custom-related-post-container .rpi-container:hover .rpi-container-overlay {
    background: #16A500;
    mix-blend-mode: multiply;
}

.updated-bog .custom-related-post-container .rpi-container .caption {
  padding-top: 25px;
}

.updated-bog .custom-related-post-container .rpi-container .caption h3 {
      font-size: 24px;
    font-weight: 500;
    color: #4A4A4A;
    margin-bottom: 15px;
    margin-top: 0px;
}

.updated-bog .custom-related-post-container .rpi-container .caption h3 a {
      font-size: 24px;
    font-weight: 500;
    color: #4A4A4A;
    margin-bottom: 15px;
    margin-top: 0px;
  text-decoration: none;
}

.updated-bog .custom-related-post-container .rpi-container .caption p {
      font-size: 17px;
    font-weight: 500;
    padding-right: 50px;
    color: #4A4A4A;
}

.updated-bog .custom-related-post-container .rpi-container .date a {
  text-decoration: none;
  font-size: 12px;
  color: #242424;
}

.updated-bog .custom-related-post-container .rpi-container .date span {
  color: #9B9B9B;
  font-size: 12px;
}

.updated-bog .bottom-options .popular-posts {
    width: 48.5%;
    background: #EEE;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
    float: left;
    margin-right: 30px;
}

.updated-bog .bottom-options .popular-posts .popular-posts-cont, .updated-bog .bottom-options .categories-container .categories-container-cont  {
    padding: 50px 60px;
}


.updated-bog .bottom-options .categories-container .categories-container-cont h3 {
  display: none;
}

.updated-bog .bottom-options .categories-container .categories-container-cont .filter-expand-link {
  text-decoration: none;
  text-transform: capitalize;
  color: #333333;
}

.updated-bog .bottom-options .categories-container .categories-container-cont .filter-expand-link:hover {
  color: #16A500;
  text-decoration: none;
}

.updated-bog .bottom-options .categories-container {
    width: 48.5%;
    background: #EEE;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
    float: left;
}

.updated-bog .bottom-options .popular-posts .title, .updated-bog .bottom-options .categories-container .title {
    font-size: 24px;
    font-weight: 300;
    letter-spacing: 2.12px;
    text-transform: uppercase;
    border-bottom: 1px solid #333333;
    display: block;
    padding-bottom: 20px;
    margin-bottom: 30px;
}

.updated-bog .bottom-options .popular-posts .popular-post {
  margin-bottom: 25px;
}

.updated-bog .bottom-options .popular-posts .popular-post .post-title a {
    font-size: 18px;
    color: #333333;
    text-decoration: none;
    font-weight: 500;
    margin-bottom: 5px;
    display: block;
}

.updated-bog .bottom-options .popular-posts .popular-post .post-title a:hover {
  color: #16A500;
}

.updated-bog .bottom-options .popular-posts .popular-post .post-topic-date a {
   font-size: 12px;
   color: #333333;
   text-decoration: none;
}

.updated-bog .bottom-options .popular-posts .popular-post .post-topic-date .post-date {
  color: #9B9B9B;
  font-size: 12px;
}

.updated-bog .bottom-options .categories-container ul {
  list-style: none;
  padding-left: 0px;
}

.updated-bog .bottom-options .categories-container ul li a {
  text-decoration: none;
  font-size: 18px;
  color: #333333;
  line-height: 35px;
  font-weight: 500;
}

.updated-bog .bottom-options .categories-container ul li a:hover {
  color: #16A500;
}

.updated-bog .bottom-options .categories-container ul li .filter-link-count {
  color: #9B9B9B;
}

.updated-bog .hide {
  display: none;
}

.updated-bog .hs-search-field__suggestions {
    background: #FFF;
    border: none;
}

.updated-bog .hs-search-field__suggestions li#results-for {
  font-size: 18px;
  font-weight: 500;
  margin-bottom: 10px;
  padding: 10px;
}

.updated-bog .hs-search-field__suggestions li {
  padding: 10px;
}

.updated-bog .hs-search-field__suggestions li a {
  text-decoration: none;
  color: #333333;
}

.updated-bog .hs-search-field__suggestions li a:hover {
   background-color: rgba(40, 171, 20, 0.2);
   outline: none;
}

.search-results-container {
  padding-top: 60px;
  padding-bottom: 60px;
}

.hs-search-results__listing li {
    height: 196px;
    width: 100%;
    margin-bottom: 25px;
    background: #EEE;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
}

.hs-search-results__listing li .hs-search-results__featured-image {
    width: 196px;
    height: 196px;
    float: left;
    position: relative;
}

.hs-search-results__listing li .hs-search-results__featured-image .sr-overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 196px;
    height: 196px;
    background: #242424;
    mix-blend-mode: color;
}

.hs-search-results__listing li .hs-search-results__featured-image .sr-overlay2 {
    position: absolute;
    top: 0;
    left: 0;
    width: 196px;
    height: 196px;
    background: rgba(102,102,102,0.3); 
}

.hs-search-results__listing li:hover .hs-search-results__featured-image .sr-overlay {
    background: #16A500;
    mix-blend-mode: multiply;
}

.hs-search-results__listing li:hover .hs-search-results__featured-image .sr-overlay2 {
  display: none;
}


.hs-search-results__listing li .hs-search-results__featured-image img {
    width: 196px;
    height: 196px;
    object-fit: cover;
}

.hs-search-results__listing li .sr-content {
    margin-left: 230px;
    padding-top: 25px;
    height: 128px;
    overflow-y: hidden;
    padding-right: 25px;
}

.hs-search-results__listing li .sr-content a {
   text-decoration: none;
   font-weight: 400;
   color: #4A4A4A;
   font-size: 24px;
}

.hs-search-results__listing li .sr-content .hs-search-results__description {
  font-weight: 500;
  font-size: 17px;
  color: #4A4A4A;
  line-height: 20px;
}

.hs-search-results__pagination a {
  text-decoration: none;
  color: #4A4A4A; 
}

.hs-search-results__pagination a:hover {
  color: #16A500;
}

.cst-comments-section #comments-listing {
  background: #fdfdfd;
  padding: 15px;
  margin-bottom: 30px;
}

.hs_content_body_blog_post .recommended-read {
  font-size: 13px;
  font-weight: 400;
  letter-spacing: 1.04px;
  line-height: 15px;
  color: #4A4A4A;
  text-transform: uppercase;
  display: block;
  width: 100%;
  border-top: 1px solid #9B9B9B;
  padding-bottom: 25px;
  padding-top: 15px;
}

.hs_content_body_blog_post .crt-title {
  font-weight: 400;
  font-size: 24px;
  display: block;
  letter-spacing: -0.4px;
  line-height: 28px;
  color: #4A4A4A;
}

.hs-featured-image-cureighted-post {
    float: none;
    margin: 0;
    max-width: 100%;
    display: block;
    width: 258px;
    height: 176px;
    position: absolute;
    top: 105px;
    left: 0;
}

.hs_content_body_blog_post {
  position: relative;
  margin-bottom: 90px;
}

.hs_content_body_blog_post .crt-source {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 1.04px;
  line-height: 15px;
  font-size: 13px;
  color: #4A4A4A;
  margin-left: 300px;
  margin-top: 25px;
  display: block;
}

.hs_content_body_blog_post .crt-source a {
  font-size: 15px;
  color: #666666 !important;
  font-weight: 300;
  text-decoration: none;
  text-transform: lowercase !important;
}

.hs_content_body_blog_post .crt-source a:hover {
  color: #16A500 !important;
}

.hs_content_body_blog_post p {
  font-size: 18px;
  font-weight: 500;
  line-height: 21px;
  color: #4A4A4A;
  margin-left: 300px;
}

.hs_content_body_blog_post .rmHelperLink {
    text-decoration: none;
    font-size: 15px;
    color: #16A500;
    letter-spacing: 1.2px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: #FFFFFF;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
    padding: 0px 35px;
    line-height: 35px;
    text-align: center;
    display: block;
    width: 100px;
    margin-top: 25px;
}

.hs_content_body_blog_post .rmHelperLink:hover {
    background: #16A500;
    color: #FFF !important;
}

.portal-marketing-menu.startStickyPartner {
  position: fixed;
  top: 0;
  background: #FFF;
  width: 100%;
  left: 0;
  text-align: center;
  height: 60px;
  float: none;
  padding-top: 0px;
  margin-top: 0px;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
  line-height: 45px;
  z-index: 9999;
}


/* Blog Responsive */

@media (max-width: 1024px) {
  .updated-bog .latest-stories .item:nth-child(2) {
    margin-right: 29px
  }
  .updated-bog .blog-listing-wrapper .post-listing .post-item {
    margin-right: 5px;
  }
  .updated-bog .blog-listing-wrapper .post-listing .post-item:nth-child(4) {
    height: 650px;
    max-width: 647px;
    width: 100%;
    margin-top: 5px;
    margin-bottom: 5px;
  }
  .updated-bog .blog-listing-wrapper .post-listing .post-item:nth-child(5) {
    float: right;
    margin-top: 5px;
    margin-right: 0px;
    margin-bottom: 5px;
  }
  .updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(2n+0) .post-item:nth-child(1) {
    height: 650px;
    float: left;
    margin-right: 5px;
  }
  .updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(2n+0) .post-item:nth-child(5) {
    margin-right: 6px;
  }
  .updated-bog .blog-top-part {
    position: absolute;
    bottom: 30px;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
    max-width: 1024px;
    width: 95%;
    padding-left: 25px;
    padding-right: 25px;
  }
  .blog-detail-page-subscribe-banner .bdpsb-inner {
    width: 95%;
    max-width: 1024px;
    margin: 0 auto;
  }
  .updated-bog .bottom-options .popular-posts {
    margin-right: 29px;
  }
  .updated-bog .topics-tab .topic-handler {
    text-align: center;
    display: block;
    margin-bottom: 15px;
  }
}

@media (max-width: 768px) {
}

@media (min-width: 415px) {
  .cat-select-mobile {
    display: none;
  }
}

@media (max-width: 415px) {
  .topics-tab .post-topic {
    display: none !important;
  }
}

@media (max-width: 414px) {
  .cat-select-mobile {
    width: 90%;
  }
  .cat-select-mobile select {
    height: 40px;
    background: transparent;
    border: 1px solid #9b9b9b;
    font-weight: 500;
    border-radius: 5px;
  }
  .updated-bog .latest-stories .widget-type-raw_html .item:first-child .post-image {
    width: 100%;
    height: 225px;
    float: none;
  }
  .updated-bog .latest-stories .widget-type-raw_html .item:first-child .item-wrapper {
    width: 100%;
    float: none;
    height: auto;
    background: #FFF;
    position: inherit;
    padding: 0px;
  }
  .updated-bog .latest-stories .item {
    height: 340px;
    width: 100%;
    float: none;
    position: relative;
    margin-right: 0px !important;
    margin-bottom: 20px;
  }
  .updated-bog .latest-stories .item .post-image {
    height: 340px;
  }
  .updated-bog .latest-stories .widget-type-raw_html .item:first-child {
    height: 555px;
  }
  .updated-bog .latest-stories .item .post-image:after {
    height: 60%;
  }
  .updated-bog .topics-tab i {
    cursor: pointer;
    float: right;
    padding-top: 0px;
    margin-top: -30px;
  }
  .updated-bog .blog-listing-wrapper .post-listing .post-item {
    margin-right: 0px;
    max-width: 100%;
    margin-bottom: 20px;
    float: none !important;
  }
  .updated-bog .blog-listing-wrapper .post-listing .post-item .hs-featured-image-wrapper .hs-featured-image {
    max-width: 100%;
  }
  .updated-bog .blog-listing-wrapper .post-listing .post-item:nth-child(4) {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .updated-bog .blog-listing-wrapper .post-listing .post-item:nth-child(5) {
    margin-top: 0px;
    margin-bottom: 20px;
  }
  .updated-bog .blog-listing-wrapper .post-listing .looping:nth-child(2n+0) .post-item:nth-child(3) {
    max-width: 100%;
  }
  .updated-bog .blog-top-part {
    max-width: 414px;
    width: 88%;
  }
  .updated-bog.hs-blog-post .author-topic-date {
    display: inherit;
  }
  .social-shares-post {
    margin-top: 25px;
  }
  .updated-bog.hs-blog-post .section.post-body {
    margin-top: 680px;
    padding: 0px;
  }
  .main-blog.updated-bog.hs-blog-post .mobile-menu-trigger .fa {
    color: #000;
  }
  .updated-bog.hs-blog-post .section.post-body strong {
    line-height: 35px;
  }
  .cst-comments-section .hs_firstname, .cst-comments-section .hs_lastname, .cst-comments-section .hs_email, .cst-comments-section .hs_website {
    width: 100%;
    float: none;
    overflow: auto;
    margin-bottom: 50px;
    margin-right: 0px;
  }
  .cst-comments-section {
   padding: 40px 20px;
  }
  .updated-bog .rpi-h3 {
    font-size: 45px;
    width: 100%;
  }
  .blog-detail-page-subscribe-banner {
    display: block;
    height: auto;
  }
  .blog-detail-page-subscribe-banner .bdpsb-inner {
    width: 88%;
    max-width: 414px;
    margin: 0 auto;
    padding: 25px;
  }
  .blog-detail-page-subscribe-banner .bdpsb-inner span#hs_cos_wrapper_subscribe_blog {
    display: inherit;
  }
  .blog-detail-page-subscribe-banner .bdpsb-inner span h3 {
    width: 100%;
  }
  .blog-detail-page-subscribe-banner .bdpsb-inner form {
    margin: 28px 0px;
    display: inherit;
    padding-left: 0px;
  }
  .blog-detail-page-subscribe-banner .bdpsb-inner .hs_email {
    width: 100%;
  }
  .blog-detail-page-subscribe-banner .bdpsb-inner .hs_submit input {
    margin-left: 0px;
    margin-top: 20px;
  }
  .updated-bog .custom-related-post-container .rpi-container {
    height: auto;
  }
  .updated-bog .custom-related-post-container .rpi-container img {
    height: 196px;
    width: 100%;
    float: none;
    padding-right: 0px;
    object-fit: cover;
  }
  .updated-bog .custom-related-post-container .rpi-container .rpi-container-image .rpi-container-overlay {
    width: 100%;
  }
  .updated-bog .custom-related-post-container .rpi-container .rpi-container-image .rpi-container-overlay2 {
    width: 100%;
  }
  .updated-bog .custom-related-post-container .rpi-container .caption {
    padding: 15px 20px;
  }
  .updated-bog .custom-related-post-container .rpi-container .caption p {
    padding-right: 0px;
  }
  .updated-bog .custom-related-post-container .rpi-container .date {
    padding: 10px 20px;
    margin-top: -20px;
  }
  .updated-bog .bottom-options .popular-posts {
    margin-right: 0px;
    width: 100%;
    margin-bottom: 20px;
    float: none;
  }
  .updated-bog .bottom-options .categories-container {
    width: 100%;
    background: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
    float: none;
  }
  .hs-featured-image-cureighted-post {
    top: 130px;
    width: 100%;
  }
  .hs_content_body_blog_post .crt-source {
    margin-left: 0px;
    margin-top: 215px;
  }
  .hs_content_body_blog_post p {
    margin-left: 0px;
  }
  .updated-bog.hs-blog-post .hs-featured-image-wrapper:before {
    background: linear-gradient(to bottom,rgba(0,0,0,0) 40%,rgba(0,0,0,.8) 100%)!important;
  }
  body #npartnerlanding.background-image, body #npartnerlandingdetails.background-image {
    height: 560px;
  }
  
  body .partner-half-one, body .partner-half-two {
    width: 100% !important;
  }
  body .partner-half-two {
    height: 415px !important;
    padding-left: 0px;
  }
  body .partner-half-one {
    height: 370px !important;
  }
  body .partner-half-one-text {
    width: 100% !important;
  }
  body .partner-half-two-text {
    width: 100% !important;
    padding-left: 0px !important;
    margin-top: 93px;
  }
  body .partner-benefits {
    text-align: center;
  }
  .partnerForm.partnerFormv2 .hs-form-field {
    width: 100% !important;
    padding-left: 0px !important;
  }
  #npartnerlandingportal.background-image {
    height: 666px !important;
  }
  #npartnerlandingportal.background-image.downloads {
    height: 500px !important;
  }
  .partner-portal-text-container a {
    text-decoration: none;
  }
  body .partner-portal-text-container {
    padding-left: 0px !important;
    text-align: center;
  }
  .partnerForm.partnerFormv3 {
    position: relative;
  }
  .partnerForm.partnerFormv3 fieldset {
    padding-left: 0px !important;
    padding-right: 0px !important;
  }
  .partnerForm.partnerFormv3 .hs-richtext p:first-child {
    padding-right: 0px !important;
    width: 100%;
  }
  body .partnerForm.partnerFormv3 .hs-form-field {
    width: 100% !important;
    padding-right: 0px !important;
  }
  #npartnerformspage.background-image {
    height: 290px !important;
  }
  
}

.landing-page-book-a-demo-button {
    text-decoration: none;
    font-size: 15px;
    color: #FFF;
    letter-spacing: 1.2px;
    font-weight: bold;
    text-transform: uppercase;
    border-radius: 8px;
    background-color: #17A502;
    box-shadow: 0 4px 4px 0 rgba(0,0,0,0.2);
    height: 40px;
    padding: 0 30px;
    line-height: 40px;
    text-align: center;
    display: inline-block;
}

.landing-page-book-a-demo-button:hover {
   background: #666;
}

/* New Partner Page Program */

#npartnerlanding.background-image {
	background: url('https://www.machinemetrics.com/hubfs/header_background_A_2x.jpg') no-repeat; 
  background-size: cover;
  height: 460px;
  -webkit-clip-path: none;
    clip-path: none;
  background-position: 50% 40%;
}

#npartnerlandingdetails.background-image {
  background: url('https://www.machinemetrics.com/hubfs/header_background_B_2x.jpg') no-repeat; 
  background-size: cover;
  height: 460px;
  -webkit-clip-path: none;
  clip-path: none;
  background-position: 50% 40%;
}

#npartnerlandingportal.background-image {
  background: url('https://www.machinemetrics.com/hubfs/header_background_A_2x.jpg') no-repeat; 
  background-size: cover;
  height: 520px;
  -webkit-clip-path: none;
  clip-path: none;
  background-position: 50% 40%;
}

#npartnerlanding .bigTitle span, #npartnerlandingdetails .bigTitle span, #npartnerlandingportal .bigTitle span {
   	color: #FFFFFF;	
    font-size: 72px;	
    letter-spacing: -2.82px;	
    line-height: 60px;
    font-weight: 400;
}

#npartnerlanding .mediumTitle span, #npartnerlandingdetails .mediumTitle span, #npartnerlandingportal .mediumTitle span {
	max-width: 682px;	
  width: 100%;
  color: #FFFFFF;	
  font-size: 25px;	
  letter-spacing: 1px;	
  line-height: 33px;
  display: block;
  margin-top: 45px;
}

#npartnerformspage.background-image {
  height: 382px;
    -webkit-clip-path: none;
  clip-path: none;
}

#npartnerformspage .row-fluid .span12.banner-text-container {
  top: 212px;
}

.partner-getstarted-button .roundbuttonWhite {
  height: 48px;
  width: 174px;	
  border: 1px solid #17A502;	
  border-radius: 4px;	
  background-color: #FFFFFF;	
  display: block;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  color: #17A502;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.75px;
  margin-top: 30px;
}

.partner-getstarted-button .roundbuttonWhite:hover {
  background: #17A502;
  color: #FFF;
}

.partner-portal-button .roundbuttonWhite {
  height: 48px;
  width: 174px;	
  border: 1px solid #FFF;	
  border-radius: 4px;	
  background-color: #17A502;	
  display: block;
  text-align: center;
  line-height: 48px;
  text-decoration: none;
  color: #FFF;
  font-weight: 500;
  font-size: 18px;
  letter-spacing: 0.75px;
  margin: 0 auto;
  margin-top: 50px;
}

.partner-portal-button .roundbuttonWhite:hover {
  background: #FFF;
  color: #17A502;
}

.partner-questions-text a {
  text-decoration: none;
  color: #FFF; 
}

.partnerForm.partnerFormv2 input, .partnerForm.partnerFormv3 input  {
  opacity: 0.6;	
  color: #333333;	
  font-size: 13px;	
  letter-spacing: 0.83px;	
  line-height: 15px;
}

.partnerForm.partnerFormv2 .hs-form-field {
  width: 35%;
  padding-left: 100px;
}

.partnerForm.partnerFormv2 label, .partnerForm.partnerFormv3 label {
  color: #333333;	
  font-size: 18px;
  line-height: 26px;
}

.partnerForm.partnerFormv2, .partnerForm.partnerFormv3 {
  width: 100% !important;
  
}

.partnerForm.partnerFormv2 input[type="submit"], .partnerForm.partnerFormv3 input[type="submit"] {
  height: 48px;
  width: 174px;
  border: 1px solid #17A502;
  border-radius: 4px;
  background-color: #FFFFFF;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2); 
  color: #17A502;
  font-size: 16px;
  font-weight: 500;
  letter-spacing: 0.75px;
  line-height: 21px;
  opacity: 1;
  padding: inherit;
}

.partnerForm.partnerFormv2 input[type="submit"]:hover, .partnerForm.partnerFormv3 input[type="submit"]:hover {
  background: #17A502;
  color: #FFF;
}

.partnerForm.partnerFormv3 fieldset {
  max-width: 100% !important;
  padding-left: 100px;
  padding-right: 100px;
}

.partnerForm.partnerFormv3 .hs-firstname, .partnerForm.partnerFormv3 .hs-lastname, .partnerForm.partnerFormv3 .hs-jobtitle {
  padding-right: 80px;
}

.partnerForm.partnerFormv3 .hs-form-field {
  width: 45% !important;
}

.partnerForm.partnerFormv3 .hs-hidden2, .partnerForm.partnerFormv3 .hs-hidden, .partnerForm.partnerFormv3 .hs-hidden1 {
  display: block !important;
  padding-right: 80px;
  opacity: 0;
}

.partnerForm.partnerFormv3 .hs-richtext p {
  width: 45%;
  float: left;
  font-size: 20px;
  font-weight: 500;
  margin-bottom: 50px;
}

.partnerForm.partnerFormv3 .multi-container {
  list-style: none;
  display: flex;
  padding-left: 0px;
}

.partnerForm.partnerFormv3 .hs-richtext p:first-child {
  padding-right: 80px;
}

.partnerForm.partnerFormv3 .multi-container label {
  padding-right: 10px;
}

.partnerForm.partnerFormv3 .multi-container label span {
  padding-left: 5px;
}

.password-promp-form input[type="password"] {
    margin-bottom: 40px;
    background: transparent;
    border: none;
    border-bottom: 0.5px solid #9B9B9B;
    outline: none;
    font-size: 16px;
    color: #000;
    font-weight: 500;
    padding: 0px;
    padding-bottom: 10px;
    height: auto !important;
}

.password-promp-form input[type="password"]:focus {
  border-bottom: 0.5px solid #17A502;
}

.password-promp-form input[type="submit"] {
    height: 48px;
    width: 100%;
    border: 1px solid #17A502;
    border-radius: 4px;
    background-color: #FFFFFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.2);
    color: #17A502;
    font-size: 18px;
    font-weight: 500;
    letter-spacing: 0.75px;
    line-height: 21px;
    opacity: 1;
    padding: inherit;
}

.password-promp-form input[type="submit"]:hover {
  background: #17A502;
  color: #FFF;
}

.not-a-member-pswd-prompt a {
  color: #868686;
}

.portal-marketing-menu {
  margin-top: 40px;
}

.portal-marketing-menu a {
  font-size: 14px;
  color: #000;
}

.portal-marketing-menu.downloads-menu a {
    font-size: 20px;
    color: #000;
    padding: 10px 40px !important;
}

.portal-marketing-menu a:hover {
  color: #17A502;
}

.portal-marketing-menu a:first-child {
  padding-left: 0px !important;
}

body.main-blog.updated-bog.hs-blog-post {
  background: #FFF !important;
}

body.main-blog.updated-bog.hs-blog-post .header-container {
  background: #FFF;
  position: relative;
  height: 150px;
  z-index: 9;
  box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
}

body.main-blog.updated-bog.hs-blog-post .header-container .header .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  color: #000;
}

body.main-blog.updated-bog.hs-blog-post .header-container .header .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
  color: #16a500;
}

.mmm-brochures .markitem-image img {
  width: 125px;
  height: 125px;
}

.downloads-section .mmm-brochures .markitem-image img {
  width: 225px;
  height: 225px;
}

.mmm-casestudy img {
  width: 125px;
  height: 162px;
}

.downloads-section .mmm-casestudy img {
  width: 225px;
  height: 262px;
}

.mmm-ebooks img {
  width: 125px;
  height: 162px;
}

.downloads-section .mmm-ebooks img {
  width: 225px;
  height: 262px;
}

.downloads-section #whitepapers .markitem-image img {
     width: 206px;
    height: 236px;
    object-fit: contain;
}

.mmm-calcs img {
  width: 128px;
  height: 128px;
}

.mmm-logos img {
  width: 128px;
  height: 128px;
}

@media (max-width: 414px) {
  .portal-marketing-menu.startStickyPartner {
    display: none;
  }
}

/* New Team Page */

#newmmteam.background-image {
  height: 420px;
  -webkit-clip-path: none;
    clip-path: none;
}

.partner-portal-text-container .ppp-item:hover .ppp-title {
    color: #16A500 !important;
}

.partner-portal-text-container .ppp-item:hover .ppp-text {
    color: #242424 !important;
}

.csCt img {
  width: 200px !important;
}

.contactBoxRight.headshostsmodule .headshot img {
  height: 150px;
  object-fit: cover;
}

/* Microsite */

.mcr-header.discrete-manufacturing {
  height: 915px;
  background: #242424 url(https://www.machinemetrics.com/hubfs/head-fill.svg) no-repeat;
  background-size: cover;
  background-position: 50px -125px;
}

.mcr-challenge {
  background: #242424 url(https://www.machinemetrics.com/hubfs/head-fill.svg) no-repeat;
  background-size: cover;
  background-position: 20px -90px;
}

.mcr-header .span12.widget-span.widget-type-global_group.header-full {
  width: 100%;
  padding-left: 45px;
  padding-right: 45px;
  margin-top: 60px;
}

/* .mcr-container {
  width: 100%;
  max-width: 100%;
  padding-left: 45px;
  padding-right: 45px;
} */

.mcr-container {
  width: 1097px;
  margin: 0 auto !important;
  float: none !important;
  box-sizing: border-box;
}

@font-face {
    font-family: DINOT-Black;
    src: url("https://www.machinemetrics.com/hubfs/DINOT-Black.otf") format("opentype");
}

.mcr-head-links {
  display: flex !important;
}

.mcr-head-links a {
  font-family: DINOT-Black;
  font-size: 36px;
  letter-spacing: -1.43px;	
  line-height: 55px;
  color: #FFF;
  text-transform: uppercase;
  text-decoration: none;
  -webkit-transition: color 1s;
        transition: color 1s; 
}

.mcr-head-links .read-more .customlink {
   background: url(https://www.machinemetrics.com/hubfs/down-arrow.png) no-repeat 4px;
   display: inline-block;
   padding-left: 40px;
}

.mcr-head-links .pdf .customlink {
   background: url(https://www.machinemetrics.com/hubfs/pdfico.svg) no-repeat 4px;
   display: inline-block;
   padding-left: 45px;
   margin-left: 45px;
}

.mcr-head-links a:hover {
  color: #16A500;
}

.text-link a {
  text-decoration: none;
  color: #16A500;
}

.text-link p {
  margin: 0 auto !important;
}

.no-margin-top p {
  margin-top: 0px;
}


.mcr-datacollection {
  background-image: linear-gradient(155deg, #444444 35.4%, #242424 30%, #242424 66%, #141414 60%);
  background-size: 100% 100%;
  background-repeat: no-repeat;
}

.border-top-middle span {
  display: block;
  position: relative;
  padding-top: 15px;
}

.border-top-middle span:before {
  content: "";
  position: absolute;
  left:0;
  right:0;
  top:0;
  margin-left: auto;
  margin-right: auto;
  width: 28px;
  height: 5px;
  background: #FFF;
}

.arrow-lis ul {
  list-style: none;
  width: 65%;
  margin: 0 auto;
}

.arrow-lis ul li {
  position: relative;
  font-family: 'Helvetica';
  color: #FFF;
  font-size: 15px;
  line-height: 18px;
  margin-bottom: 20px;
}

.arrow-lis ul li:before {
  content: "";
  background: url(https://www.machinemetrics.com/hubfs/liarrow.svg) no-repeat;
  height: 25px;
  display: block;
  position: absolute;
  top: -5px;
  left: -22px;
  width: 13px;
}

.special-border {
  border-right: 0.8px solid #808080;
  position: relative;
}

.special-border:after {
  position: absolute;
  width: 30px;
  height: 30px;
  border-top: 0px solid #FFF;
  border-right: 0.8px solid #808080;
  border-bottom: 0.8px solid #808080;
  border-left: 0px solid #FFF;
  top: 48%;
  right: -16px;
  content: "";
  transform: rotate(-45deg);
  background: #444;
}

.special-border-left {
  border-left: 0.8px solid #808080;
  position: relative;
}

.special-border-left:after {
  position: absolute;
  width: 30px;
  height: 30px;
  border-top: 0px solid #FFF;
  border-right: 0.8px solid #808080;
  border-bottom: 0.8px solid #808080;
  border-left: 0px solid #FFF;
  top: 48%;
  left: -16px;
  content: "";
  transform: rotate(-45deg);
  background: #444;
}

.cd-hero ul, .cd-hero2 ul, .cd-hero3 ul {
   box-sizing: border-box;
}

.mcr-image-extras .mcrhsc-title {
  font-size: 51px;
  max-width: 334px;
}

@media (min-width: 1441px) {
  .mcr-container {
    width: 1280px !important;
  }
  .cd-hero ul, .cd-hero2 ul, .cd-hero3 ul {
    width: 1280px !important;
    margin: 0 auto;
  }
  .cd-hero ul .cd-half-text  ul {
    width: auto !important;
  }
}

@media (max-width: 1440px) {
   .mcr-container {
    width: 1120px !important;
  }
  .cd-hero ul, .cd-hero2 ul, .cd-hero3 ul {
    width: 1120px !important;
    margin: 0 auto;
  }
  .cd-hero ul .cd-half-text ul {
    width: auto !important;
  }
}

@media (max-width: 1990px) {
  .mcr-container {
    padding: 0 25px;
  }
  .cd-hero ul, .cd-hero2 ul, .cd-hero3 ul {
    padding: 0 25px;
  }
}

@media (max-width: 1165px) {
  .mcr-container{
    width: 1097px !important;
  }
  .cd-hero ul, .cd-hero2 ul, .cd-hero3 ul {
     width: 1097px !important;
  }
}

@media (max-width: 1024px) {
  .mcr-container {
    width: 100% !important;
  }
  .cd-hero ul, .cd-hero2 ul, .cd-hero3 ul {
     width: 100% !important;
  }
}

@media (max-width: 414px) {
  .mcr-header .mcr-big-title {
    font-size: 40px !important;
    line-height: 45px !important;
    margin-top: 90px !important;
    padding-bottom: 40px !important;
  }
  .mcr-header .mcr-big-title .overtBL {
    font-size: 45px;
    display: block;
  }
  .mcr-header .mcr-head-links {
    display: inherit !important;
  }
  .mcr-head-links .pdf .customlink {
    margin-left: 0px;
  }
  .mcr-header .span12.widget-span.widget-type-global_group.header-full {
    padding-left: 25px;
    padding-right: 25px;
  }
  .mcr-header.discrete-manufacturing {
    height: 560px;
  }
  .mcr-intro {
    background: #ededed !important;
  }
  .mcr-ut-heatmap {
    padding: 0 !important;
    margin-top: 30px;
  }
  .font60 {
    font-size: 60px !important;
  }
  .padding0 {
    padding: 0px !important;
  }
  .mcr-sec-sur {
    margin-top: 0px !important;
  }
  .mcr-sec-sur .widget-type-linked_image {
    text-align: center;
    margin-bottom: 30px;
  }
  .mcr-challange-second img {
    margin-bottom: 15px;
  }
  .mcr-expanding-boxess .aws-module-box-container-box {
    display: block;
  }
  .mcr-expanding-boxess .ambcb-image {
    text-align: center;
  }
  .mcr-expanding-boxess .ambcb-content {
    padding-left: 0px;
    border-top: none;
    margin-top: 50px;
  }
  .special-border, .special-border-left {
    border: none !important;
  }
  
  .special-border:after, .special-border-left:after {
    display: none;
  }
  .special-border {
    margin-bottom: 60px;
  }
  .special-border-left {
    margin-top: 60px;
  }
  .mcr-sjp {
    padding-bottom: 60px !important;
  }
  .mcr-datacollection .the-metrics .metric:nth-child(2) {
    border: none;
  }
  .mcr-datacollection .the-metrics {
    height: auto !important;
  }
  .mcrhs-content {
    box-sizing: border-box;
    padding: 0 25px;
  }
  .mcrhsc-title {
    font-size: 50px;
  }
  .cd-hero-slider li, .cd-hero2-slider li, .cd-hero3-slider li {
    flex-direction: column;
  }
  .cd-half-width.cd-img-container {
    padding-top: 20px;
  }

  .mcr-cont-l {
    width: 100% !important;
  }
  .mcr-cont-r {
    width: 100% !important;
    margin-top: 20px;
    margin-left: 0px !important;
  }
  .cd-hero ul, .cd-hero2 ul, .cd-hero3 ul {
    line-height: unset;
    line-height: unset;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
  .cd-hero ul li, .cd-hero2 ul li, .cd-hero3 ul li {
    height: auto;
    display: block;
    padding-top: 5px;
    padding-bottom: 5px;
  }
  .cd-slider-nav2 {
    height: 200px;
  }
  .cd-hero2 .cd-hero2-slider {
    padding-top: 50px;
  }
}

@media (max-width: 375px) {
  .mcr-header .mcr-big-title {
    font-size: 35px !important;
  }
  .font60 {
    font-size: 50px !important;
  }
  .social-sharing-title {
    color: #FFF;
    vertical-align: super;
    padding-bottom: 25px;
  }
  .social-sharing ul {
    display: flex;
    justify-content: center;
  }
  .social-sharing-title {
    display: none !important;
  }
}

.social-sharing-title {
      color: #FFF;
    vertical-align: super;
}

.mcr-hero-section {
  z-index: 9;
}

.mcr-big-title p {
  display: inherit;
}

.mcr-big-title p {
  display: inherit;
}

.mcr-big-title .overtBL {
    font-family: 'DINOT-Light';
    font-size: 99px;
    letter-spacing: -3.78px;
}

@font-face {
    font-family: DINOT-Light;
    src: url("https://www.machinemetrics.com/hubfs/DINOT-Light.otf") format("opentype");
}

/* Covid Micro Site */
.covid-microsite .span12.widget-span.widget-type-global_group.header {
  max-width: 1440px;
}


.covid-main-text a {
  color: #16a500;
  text-decoration: none;
}

.covid-microsite .main-menu.main-menu-black .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  color: #000;
  font-size: 16px;
}

.covid-microsite .main-menu ul li.hs-menu-depth-1:nth-child(4) {
  margin-right: 0px;
}
.covid-microsite .main-menu.main-menu-black .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a:hover {
  color: #16a500;
}

.covid-text-bullets strong {
      border-left: 10px solid #16a500;
    padding-left: 10px;
}

.covid-ceo-image img {
   max-width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    border-radius: 15px 15px 0px 0px;
    height: 535px;
}


.covid-microsite .main-menu .hs-menu-wrapper.hs-menu-flow-horizontal > ul li a {
  font-family: "DINOT-Light";
    font-size: 15px;
    font-weight: bold;
    letter-spacing: 1.27px;
    line-height: 20px;
    text-transform: uppercase;
    text-overflow: unset;
    padding: 10px 20px !important;
}

.covid-right-col-text a {
  color: #FFF;
}

.covid-right-col-text p {
  margin: 0 !important;
}

.covid-ceo-icon img {
    width: 104px;
    height: 104px;
    border-radius: 50%;
    box-shadow: 0 0 3px 0 rgba(36,36,36,0.81);
}

.covid-right-col-icon .ctr-name {
     color: #FFFFFF;
  font-family: Roboto;
  font-size: 24px;
  letter-spacing: 0;
  line-height: 28px;   
}

.covid-right-col-icon .ctr-title {
  width: 100%;
  max-width: 254px;
  color: #FFFFFF;
  font-family: "DIN OT";
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 1.1px;
  line-height: 17px;
  text-transform: uppercase;
  margin-top: -15px;
}

.covid-text-link a {
  font-weight: bold;
  color: #16a500;
  text-decoration: none;
}

.simple-link-text a {
  color: #FFF;
}

.live-updates-blog img {
  border: 1px solid #E5E5E5;
  background-color: #FFFFFF;
  padding: 20px;
  margin: 0 auto;
}

.covid-img-float img {
  position: absolute;
    width: 150%;
    top: -34px;
    left: -25px;
}

.covid-second-float img {
      position: absolute;
    top: 75px;
    right: -85px;
}

@media (max-width: 414px) {
  body .text-under-video {
    font-size: 16px !important;
  }
  .covid-microsite .banner-text-container .bigTitle {
    font-size: 38px !important;
    margin-bottom: 40px !important;
    margin-top: 25px !important;
  }
  .covid-our-response-header {
    height: 680px !important;
  }
  .cmor-first-title {
    margin-top: 45px !important;
    font-size: 20px !important;
    line-height: 19px !important;
    margin-bottom: 30px;
  }
  .cmor-margin-top {
    margin-top: 50px !important;
  }
  .cmor-title-section-second {
        margin-top: 20px !important;
    margin-bottom: 45px !important;
    font-size: 22px !important;
  }
  .cvd-frm {
    padding: 14px 0px;
  } 
  .covid-form .hs-form-field {
    width: 90% !important;
    margin-bottom: 35px !important;
  }
  .cfh-title {
    padding-left: 0px !important;
  }
  .covid-form-header {
    flex-direction: column !important;
    justify-content: space-around !important;
  }
  .cfh-req:before {
    display: none !important;
  }
  .cfh-req {
    padding-right: 0px !important;
  }
  .covid-ceo-header {
    height: 520px !important;
  }
  .covid-ceo-icon {
        width: 40% !important;
    float: left !important;
  }
  .covid-right-col-icon {
    width: 50% !important;
    float: left !important;
  }
  .comr-sec-title-op {
    font-size: 30px !important;
    margin-top: 60px !important;
    margin-bottom: 50px !important;
  }
  .comr-ceo-green-cont {
    height: 375px !important;
  }
  .covid-howcanwehelp-header {
    height: 750px !important;
  }
  .luc-title {
    font-size: 35px !important;
  }
  .luc-content {
    padding-top: 30px;
  }
  .live-updates-header {
    height: 310px !important;
  }
  .covid-next-week-panel a {
    font-size: 14px;
    margin-top: 55px;
    display: block;
  }
}

.covid-next-week-panel a {
    background: #16a500;
    padding: 15px 30px;
    text-decoration: none;
    color: #FFF;
    box-shadow: 0 2px 4px 0 rgba(0,0,0,0.25);
}

.covid-next-week-panel a:hover {
  background: #848484;
}

.nn-events img {
  width: 100% !important;
  height: 125px !important;
  object-fit: contain;
}

.download-video-new-m2 .covid-form {
  margin-top: 20px;
}

@media (max-width: 414px) {
  body .covid-our-response-header {
    padding-top: 180px !important;
    padding-bottom: 50px !important;
  }
  .download-video-new-m2 .banner-text-container .bigTitle {
    margin-bottom: 40px !important;
    margin-top: 20px !important;
    font-size: 65px !important;
  }
  
  .download-video-new-m2 .covid-right-col-text {
    margin-top: 20px;
  }
}

@media (max-width: 360px) {
  .covid-right-col-title {
    font-size: 35px !important;
  }
}