@import "https://fonts.googleapis.com/css?family=Raleway:300,300i,400,400i,500,500i,600,600i,700,700i,800,800i,900,900i&display=swap";
body {
    -webkit-font-smoothing: antialiased;
    font-family: "Raleway", sans-serif;
    font-weight: 500;
    height: 100%;
    font-size: 1.5rem;
	overflow-x:hidden
}
main {
    margin-bottom: 50px;
}
h1 {
    font-size: 4rem;
    color: #0d1733;
    font-weight: 700;
}
h2 {
    font-size: 2rem;
    color: #0d1733;
    font-weight: 700;
}
h3 {
    font-size: 1.875rem;
    color: #0d1733;
    font-weight: 700;
    text-transform: uppercase;
}
h4 {
    font-size: 1.5rem;
    color: #666;
    font-weight: 700;
    text-transform: uppercase;
}
p {
    font-size: 1.5rem;
    color: #555;
}
p.hero-h1 {
    font-size: 2.5em;
    line-height: 2em;
}
.process-steps img {
    text-align: center;
    margin: auto;
}
.clear {
    clear: both;
}
.clearfix {
    content: "";
    clear: both;
    display: table;
}
.image-centered img {
    margin: 0 auto;
}
.btn a {
    color: #fff;
}
.btn a:hover,
.btn a:focus,
.btn a:active {
    color: #fff;
    text-decoration: none;
    border: none;
}
.btn {
    border-radius: 0;
    font-size: 15px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.02em;
}
.btn-default {
    background-color: #c91a20;
    border: none;
    color: #fff;
    padding: 10px 15px;
    text-transform: capitalize;
    font-weight: 700;
}
.btn-default a {
    color: #fff;
}
.btn-default a:hover,
.btn-default a:focus,
.btn-default a:active {
    background-color: #c91a20;
    color: #fff;
}
.btn-default:hover,
.btn-default:focus,
.btn-default:active,
.btn-default.active,
.open > .dropdown-toggle.btn-default {
    background-color: #c7171d;
    color: #fff;
}
.btn-primary {
    background-color: #0d1733;
    border: none;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    text-transform: capitalize;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #203776;
}
.btn-secondary {
    background-color: none;
    font-weight: 600;
    padding: 10px 10px 6px 10px;
    color: #fff;
    border: 3px solid #fff;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary:active,
.btn-secondary.active,
.open > .dropdown-toggle.btn-secondary {
    background-color: #c7171d;
    border: 3px solid #fff;
    color: #fff;
}

.btn-success {
    background-color: #333333;
    border: none;
    font-weight: 600;
    color: #fff;
    padding: 10px 15px;
    text-transform: capitalize;
}
.btn-success:hover,
.btn-success:focus,
.btn-success:active,
.btn-success.active,
.open > .dropdown-toggle.btn-primary {
    background-color: #333333;
}

.white,
a.white {
    color: #ffffff;
}
.blue {
    background: #0d1733;
}
.blue:hover {
    background: #203776;
}
.gray {
    background: #333333;
}
.gray:hover {
    background: #666666;
}
a {
    color: #c91a20;
    text-decoration: none; /* text-transform: uppercase; */
}
a:hover,
a:focus,
a:active {
    color: #c7171d;
    text-decoration: none;
}
.right {
    text-align: right;
}
.left {
    text-align: left;
}
.center {
    text-align: center;
}
.brightnesshover img:hover {
    filter: brightness(115%);
}
.flex-container {
    height: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    align-items: center;
    justify-content: center;
}
.breadcrumb {
    background-color: transparent;
    padding-left: 0;
    font-size: 12px;
    padding-top: 20px;
    line-height: 2;
}
.breadcrumb a {
    color: #555;
    text-transform: capitalize;
}
.breadcrumb > .active {
    color: #0d1733;
}
.navbar h1 {
    margin: 5px 0 0;
}
.logo-nav {
    margin: 0 auto;
    display: block;
}
#logo {
    margin: 0 auto;
    display: block;
    width: 178px;
    height: auto;
    margin-left: 25%;
    margin-top: 1%;
}
.logo-nav h1 {
    width: 100%;
    margin: 10px 0 0 0;
}
.navbar-default {
    background: transparent;
    border-color: transparent;
}
.navbar {
    border-radius: 0;
    position: relative;
    min-height: 0;
    margin-bottom: 0;
    border: 1px solid transparent;
}
.navbar-nav {
    float: right;
    margin-top: 10px;
}
.navbar-brand {
    font-size: 40px;
    line-height: 13px;
    margin-top: 10px;
}
.navbar-brand span {
    font-size: 9px;
    text-transform: uppercase;
}
#site-header {
    background-color: #fff;
    border-bottom: 1px solid #ddd;
    padding: 10px 0;
}
.header-top-utility {
    background: #fff;
    border-bottom: 1px solid #ccc;
    height: 30px;
    vertical-align: middle;
}
.utility {
    display: flex;
    height: 30px;
    align-items: center;
}
.utility ul {
    padding-left: 0;
}
.utility li {
    display: inline;
    list-style: none;
}
.utility-btn {
    padding: 4.5px 15px;
    text-transform: capitalize;
    font-size: 13px;
    font-weight: 700;
    margin: 0 0px 10px 10px;
}
.utility-text {
    text-align: right;
    margin-bottom: 15px;
}
.utility-text a {
    color: #0d1733;
    text-transform: capitalize;
    font-weight: 600;
    font-size: 1.2rem;
}
.utility a:hover,
a:focus,
a:active {
    font-weight: 600;
}
.nav > li.search-icon > a:hover,
.nav > li.search-icon > a:focus {
    text-decoration: none;
    background-color: #fff;
}
.utility-text a:hover,
a:focus,
a:active {
    color: #c91a20;
    padding: none;
}
.menu ul.nav li.utility-text > a:hover {
    padding: 11px;
    color: #999;
}
.utility-toggle .utility-text span {
    padding: 10px 10px 0 10px;
    width: 8%;
}
.utility-toggle ul li a.btn-default {
    color: #fff;
}
.utility-toggle ul li a.btn-default:hover {
    color: #fff;
    background-color: #c7171d;
}
.header-search {
    display: inline-block;
    align-items: center; /* height: 50px; */
}
.header-search i,
.header-search-mobile i {
    color: #555;
}
.header-search a {
    color: #ea6e3e;
    padding: 5px;
}
.header-search-mobile {
    position: absolute;
    top: 20px;
    right: 15px;
}
.ccm-search-block-text {
    width: 100%;
    height: 35px;
    margin-bottom: 15px;
    font-weight: 300;
    font-size: 14px;
    padding-left: 10px;
    display: inline;
    float: left;
}
.ccm-search-block-form {
    position: relative;
}
.ccm-search-block-submit {
    position: absolute;
    right: 0;
    color: #fff;
    border: 0;
    height: 35px;
    padding: 5px 20px;
}
.ccm-search-block-submit.btn-default {
    background-color: #c91a20;
    border: transparent;
    color: #fff;
}
.ccm-search-block-submit.btn-default:hover,
.ccm-search-block-submit.btn-default:focus,
.ccm-search-block-submit.btn-default:active {
    background-color: #c7171d;
}
input:focus {
    outline: none;
}
input[type="text"] {
    font-size: 14px;
    font-family: "Raleway", "sans-serif";
}
.services,
.industries,
.promos,
.clients,
.home-machines {
    padding: 0 20px;
}
.hero-lead {
    position: relative;
    left: 0;
    color: #fff;
    text-align: center;
    padding: 20px; /* background: #0D1733; */
}
.hero-lead h1 {
    line-height: 65px;
    font-weight: 800;
    color: #fff;
    margin: 6% 0 0px 0;
    letter-spacing: 0;
    padding: 0;
    text-transform: uppercase;
    font-size: 65px;
}
.hero-lead h1 small {
    color: white; /* margin-left: -30px; */
    letter-spacing: 0;
    font-size: 45px;
}
.blue-background {
    background: #031520 url("/source/eac42914d5392b5fa023f6c6d3acc5ed.jpg") no-repeat top left;
    min-height: 500px;
}
.hero {
    /* padding: 0; */
    position: relative; /* overflow-x: hidden; */
}
.hero img {
    display: block; /* width: 100%; */
    height: auto;
} /* .hero-home { margin: 0; padding: 0; background-image: url(/source/a3e1ca4cd0f1123944e8f40c20d470b7.jpg); height: 100%; width: auto; text-align: center; text-transform: uppercase; } */
.hero-lead h2 {
    color: #fff;
    font-size: 28px;
    font-weight: 400;
    margin-bottom: 2%;
    margin-top: 0px;
}
.hero-lead h4 {
    color: #fff;
    font-size: 2rem;
    margin-bottom: 20px;
} /* .hero-text { width: 88%; margin: auto; } */
.package-boldly {
    text-transform: uppercase;
    color: white;
    font-size: 22px;
    font-weight: 500;
    margin-right: 100px;
}
.package-boldly strong {
    font-weight: 900;
}
.innovation-bkg {
    background-color: #f7f7f7;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
    margin: 30px 0;
}
.innovation-bkg-img {
    background: url(/source/a78df0aeb4bc731f0b50f97f099ae3a5.png) no-repeat;
    white-space: nowrap;
    background-size: cover;
    padding: 15%;
}
.innovation-bkg h2 {
    text-transform: uppercase;
    font-weight: 800;
    margin-top: 10px;
} /*.innovation-content .col-sm-3 [class*='div'] { min-height: 350px;} }*/
.innovation-content {
    margin: 20px 0 40px;
}
.home-header-title h2 {
    color: #0d1733;
    font-size: 4rem;
    text-transform: uppercase;
    margin-top: 0;
    padding-top: 0;
    font-weight: 800;
    margin-bottom: 30px;
}
.home-header-title h4 {
    margin-bottom: 0;
}
.industries img {
    width: 80%;
    height: auto;
}
.industries h3,
.industries h3 a {
    margin-top: 0;
    color: #555;
    font-size: 1.2rem;
}
.industry-box {
    padding: 10px 0;
    min-height: 160px;
}
.industry-box img {
    margin-bottom: 15px;
    max-height: 105px;
    width: auto;
}
.industry-box a {
    color: #0d1733;
    font-size: 18px;
}
.services div div {
    padding: 10px 0 20px 0;
}
.services img {
    height: auto;
}
.promo-bkg {
    padding-top: 20px;
    padding-bottom: 20px;
}
.clients {
    padding-bottom: 50px;
}
.machine-hero-section {
    padding: 0;
    position: relative;
    overflow-x: hidden;
}
.machine-hero {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.machine-hero img {
    display: block;
    width: 100%;
    height: auto;
}
.machine-hero-header {
    position: absolute;
    top: 0;
    left: 0;
    color: #555;
}
.machine-hero-header h1 {
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 0;
}
.sidebar-nav .nav > li {
    width: 100%;
}
.sidebar-nav a {
    color: #555;
    text-transform: capitalize;
}
.sidebar-nav .nav > li > ul,
.sidebar-nav .nav > li > ul > li > ul {
    list-style: none;
    line-height: 2.8rem;
}
.sidebar-nav h2 {
    font-weight: 500;
}
.machine-grid h2 {
    font-size: 2.5rem;
    margin-bottom: 25px;
}
.machine-grid .ccm-block-page-list-title a,
.machine-grid .ccm-block-page-list-title {
    font-size: 2rem;
    text-align: center;
    color: #0d1733;
    text-transform: capitalize;
}
.machine-grid p {
    margin: 20px 0 30px 0;
}
.machine-grid p a {
    color: #0d1733;
    text-transform: capitalize;
    font-weight: 700;
}
.machine-grid .ccm-block-page-list-title {
    text-align: center;
    margin-bottom: 10px;
}
.machine-grid .ccm-block-page-list-page-entry-read-more {
    text-align: center;
    font-weight: 600;
}
.machine-grid .ccm-block-page-list-description {
    text-align: left;
}
.machine-grid .ccm-block-page-list-entry-thumbnail img {
    margin: 0 auto !important;
}
.machine-grid .ccm-block-page-list-page-entry {
    display: none;
}
.machine-grid-hr {
    padding: 25px 0;
}
.promo-bkg {
    background-color: #f7f7f7;
    width: 100%;
    height: auto;
}
.grid-bottom img {
    padding-top: 10%;
}
.product-main-content .product-size {
    margin-bottom: 10px;
}
.product-main-content .product-sizes strong,
.product-main-content .product-speed strong,
.product-main-content .carton-size strong {
    display: block;
}
.product-main-content .fa-stack-1x {
    margin-top: -1px;
    font-size: 1.8rem;
}
.product-main-content .fa-stack {
    margin-left: -2px;
    margin-top: 10px;
    display: block;
}
.product-main-content .fa-stack:first-child {
    margin-top: 0;
}
.product-main-content .product-btns div {
    margin: 0;
    padding-top: 5px;
    padding-bottom: 5px;
}
.product-main-content .product-video {
    padding-left: 0;
}
.product-main-content .product-title {
    margin-bottom: 5px;
    font-weight: 900;
}
.product-main-content .panel,
.product-main-content .panel-group,
.industry-main-content .panel,
.industry-main-content .panel-group {
    border-radius: 0;
    margin-top: 30px;
}
.product-main-content .panel-group .panel + .panel,
.industry-main-content .panel-group .panel + .panel {
    margin-top: 0;
}
.product-main-content .panel-heading,
.industry-main-content .panel-heading {
    background-color: #fff;
    padding: 15px;
}
.product-main-content .panel-title a,
.industry-main-content .panel-title a {
    text-transform: capitalize;
}
.product-main-content .panel-heading .accordion-toggle::before,
.industry-main-content .panel-heading .accordion-toggle::before {
    font-family: "FontAwesome";
    content: "\f078";
    padding: 15px 15px 15px 0;
    border-right: 1px solid #ccc;
    margin-right: 10px;
}
.product-main-content .panel-heading .accordion-toggle.collapsed::before,
.industry-main-content .panel-heading .accordion-toggle.collapsed::before {
    content: "\f077";
}
.page-template-product-blank-btn .product-consult .btn-default a {
    text-transform: capitalize;
}
.product-main-content .product-youtube-videos .youtubeBlock {
    margin: 15px 0;
}
.product-main-content .bag-consult {
    padding-right: 0;
}
.product-main-content .panel-body .container,
.industry-main-content .panel-body .container {
    width: 100%;
}
.bag-main-content .panel-body .container .row div,
.industry-main-content .panel-body .container .row div {
    padding: 5px;
    text-align: center;
}
.bag-main-content .panel-body .container .row div a,
.industry-main-content .panel-body .container .row div a {
    color: #555;
    text-transform: capitalize;
}
.bag-main-content .panel-body .container .row div a:hover,
.bag-main-content .panel-body .container .row div a:focus,
.bag-main-content .panel-body .container .row div a:active,
.industry-main-content .panel-body .container .row div a:hover,
.industry-content .panel-body .container .row div a:focus,
.industry-content .panel-body .container .row div a:active {
    color: #c7171d;
    text-transform: capitalize;
}
.bag-main-content #addons .panel-body img,
.industry-main-content #industry_bags .panel-body img {
    width: 50%;
    height: auto;
    margin: 0 auto;
    padding: 10px 0 15px 0;
}
div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text {
    padding: 0 0 0 20px;
}
.page-template-blog-right-sidebar div.ccm-block-page-list-page-entry-horizontal,
.page-template-blog-right-sidebar div.ccm-block-page-list-page-entry {
    margin: 30px 0;
    border-bottom: 1px solid #ccc;
    padding: 30px 0 50px 0;
}
.ccm-block-page-list-page-entry .row,
.ccm-block-page-list-page-entry-horizontal .row {
    margin-right: 0px !important;
    margin-left: 0 !important;
}
.page-template-blog-right-sidebar div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail {
    width: 33.3333%;
}
.page-template-blog-right-sidebar div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-thumbnail img {
    width: 100%;
}
.page-template-blog-right-sidebar .ccm-block-page-list-date {
    padding: 10px 0 15px 0;
    font-style: italic;
}
.page-template-blog-right-sidebar .ccm-block-page-list-title a {
    font-size: 2rem;
    text-transform: capitalize;
}
.page-template-blog-right-sidebar .blog-sidebar p a {
    color: #555;
    font-weight: 700;
}
.page-type-blog-entry .next-header-right,
.page-type-blog-entry .ccm-block-next-previous-next-link,
.page-type-blog-entry .next-header-right {
    text-align: right;
}
.blog-content img {
    max-width: 100%;
    height: auto;
}
.blog-sidebar ul li a.ccm-block-topic-list-topic-selected {
    font-weight: 700;
}
.ccm-page.page-type-blog-entry.page-template-blog-entry .breadcrumb li:nth-child(4) {
    display: none;
}
.blog-sidebar .nav > li.nav-selected > a {
    font-weight: 800; /* text-transform: uppercase; */
}
.blog-details {
    padding: 10px 0;
    font-style: italic;
}
.blog-author {
    padding: 0 5px;
}
.blog-avatar img {
    border-radius: 50%;
    width: 5%;
}
.video-landing .col-content .dropdown {
    display: inline-block;
    margin-left: 15px;
}
.blog-sidebar ul {
    list-style: none;
    padding: 5px 15px;
}
.blog-sidebar ul li {
    line-height: 2.5rem;
}
.blog-sidebar ul li a {
    text-transform: capitalize;
}
.video-landing .ccm-block-page-list-page-entry-grid-thumbnail,
.tradeshows-landing .ccm-block-page-list-page-entry-grid-thumbnail {
    text-align: center;
}
.video-landing .ccm-block-page-list-description,
.tradeshows-landing .ccm-block-page-list-description {
    padding-top: 10px;
}
.video-landing .ccm-block-page-list-title,
.tradeshows-landing .ccm-block-page-list-title {
    font-size: 2rem;
}
.video-landing div.ccm-block-page-list-page-entry-grid-thumbnail img,
.tradeshows-landing div.ccm-block-page-list-page-entry-grid-thumbnail img {
    width: 100%;
    height: auto;
}
.video-landing-header .machine-hero-header {
    top: 0;
}
.video-landing .nav > li > a {
    text-transform: capitalize;
    color: #0d1733;
}
.video-landing .dropdown-menu {
    min-width: 250px;
    top: 40px;
}
.video-landing .nav > li {
    display: block;
}
.youtubeBlockResponsive16by9 {
    padding-bottom: 56.25%;
}
.youtubeBlockResponsive16by9,
.youtubeBlockResponsive4by3 {
    position: relative;
    height: 0;
}
.youtubeBlockResponsive16by9 iframe,
.youtubeBlockResponsive4by3 iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
.tradeshows-landing-header .machine-hero-header {
    top: 0;
}
.tradeshows .tradeshow-hero {
    padding-bottom: 20px;
}
.tradeshows .tradeshow-social {
    padding: 7% 20%;
}
.tradeshows .tradeshow-hero img {
    width: 100%;
    height: auto;
}
.tradeshow-buttons .btn-primary,
.tradeshow-buttons .btn-default {
    width: 100%;
}
.show-location {
    margin-bottom: 35px;
}
.tradeshow-social p:first-of-type:before {
    font-family: FontAwesome;
    content: "\f099";
    padding-right: 5px;
    font-size: 1.2em;
}
.date-flag {
    text-align: center;
    color: #c91a20;
    border: 2px solid #c91a20;
    font-weight: 600;
    margin-top: 20px;
    margin-bottom: 20px;
}
.event-month {
    font-size: 25px;
    padding-top: 20px;
    margin-bottom: -5px;
}
.event-date {
    font-size: 30px;
    font-weight: 900;
    padding-bottom: 20px;
}
.event-year {
    font-size: 20px;
    border-top: 2px solid #c91a20;
    padding: 8px 0;
}
.lp-title {
    padding: 50px 0;
}
.landingpage-hero-section {
    position: relative;
    overflow-x: hidden;
    background-color: #0d1733;
    padding: 30px 0;
    height: 800px;
}
.landingpage-hero {
    padding-left: 0;
    padding-right: 0;
    overflow: hidden;
}
.landingpage-hero img {
    display: block;
    width: 100%;
    height: auto;
}
.landingpage-hero-header {
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
}
.landingpage-hero-header h1 {
    text-align: center;
    font-weight: 700;
    color: #fff;
    padding: 0;
}
.lp-hero-content1 {
    margin: 40px 0;
}
.lp-content-white {
    margin: 50px 0;
}
.lp-blank-form {
    padding-left: 0;
}
@media (min-width: 1200px) {
    .lp-blank-form {
        padding-left: 80px;
    }
}
.lp-no-nav-header {
    padding: 20px 0 0 0;
}
.lp-no-nav-footer {
    padding: 10px 0 15px 0;
    text-align: right;
}
.lp-no-nav-footer p {
    line-height: 2.3em;
}
.lp-no-nav-footer span {
    padding: 0 10px 0 10px;
}
.lp-no-nav-phone a,
.lp-no-nav-phone a:hover {
    color: #0d1733;
    text-transform: capitalize;
    font-weight: 600;
}
.lp-footer footer {
    background-image: none;
    padding: 0 0 10px 0;
}
.lp-footer footer p {
    color: #0d1733;
}
@media (max-width: 575px) {
    .lp-no-nav-header,
    .lp-no-nav-footer {
        padding: 0;
    }
    .lp-no-nav-logo {
        padding: 25px 0 15px 15px;
    }
    .lp-no-nav-header p {
        padding-top: 10px;
    }
    hr.lp-line-header {
        margin-top: 0;
        margin-bottom: 0;
    }
    .lp-no-nav-footer img {
        margin-left: 50%;
    }
    .lp-no-nav-footer .lp-no-nav-logo,
    .lp-no-nav-footer .lp-no-nav-phone {
        text-align: center;
    }
    .lp-no-nav-footer span {
        display: none;
    }
    .lp-no-nav-footer p a {
        display: block;
    }
    .hero-text {
        width: 65%;
    }
}
.page-template-first-time-buyer .simple-accordion-title-shell {
    padding: 15px 15px;
}
.machine-grid .simple-accordion-title-shell {
    font-weight: bold;
    padding: 15px 15px;
}
.four0four-page .machine-hero-header {
    top: 30%;
} /*================= CONTRACT PACKAGING ==================*/
.page-template-industries-left-sidebar .simple-accordion-title-shell {
    padding: 15px;
}
.page-template-industries-left-sidebar .simple-accordion-title-shell h2 {
    font-size: 1.7rem;
    margin-bottom: 0;
}
.page-template-industries-left-sidebar .simple-accordion-description p {
    margin: 0;
}
footer {
    /* background-image: url(/source/4b4b4a9617a1550c46665092746129dd.png); background-repeat: repeat; */
    color: #fff;
    padding: 20px 0;
    background-color: #0d1632;
}
#footer-section-one {
    margin: 10px 0;
}
footer a {
    color: #fff;
    font-size: 1.5rem;
    font-weight: 600;
}
footer a:hover,
footer a:active,
footer a:focus {
    color: #ed1921;
    text-decoration: none;
}
footer p {
    margin-bottom: 0;
}
footer p a {
    color: #eee;
    text-transform: capitalize;
}
footer p a:hover,
footer p a:active,
footer p a:focus {
    color: #ed1921;
}
footer .nav > li > a {
    padding: 2px 0;
}
footer .nav > li {
    display: block;
}
footer hr {
    margin-top: 15px;
    margin-bottom: 15px;
    border-top: 1px solid #8c8b8b;
}
footer h5,
footer h5 a {
    font-size: 1.8rem;
    color: #eee;
    font-weight: 800;
    text-transform: uppercase;
}
footer p {
    font-size: 1.5rem;
    color: #eee;
}
.footer-small p {
    font-size: 1.2rem;
}
#footer-logo {
    margin: 0;
    display: block;
    width: 300px;
    height: auto;
    background: url(/source/03c4ffe24987ef80d8c98fcdc4572639.png) no-repeat;
    background-size: contain;
    text-indent: 250%;
    overflow: hidden;
    padding: 20px 0;
}
.footer-consult-btn {
    text-transform: capitalize;
}
footer .social-icons {
    padding-left: 0;
}
footer .social-icons a:hover {
    color: #fff;
}
footer .social-icons a {
    color: #eee;
}
footer .social-icons li {
    display: inline;
    font-weight: 600;
}
footer .social-icons li .fa {
    text-align: center;
    width: 30px;
    line-height: 30px;
    font-size: 16px;
    display: inline-block;
}
ul.footer-nav {
    padding: 0;
}
ul.footer-nav li {
    display: block;
    font-size: 11px;
    margin-bottom: 5px;
}
ul.footer-nav li a {
    text-transform: capitalize;
}
#footer-section-one .grabby #pardot-form {
    margin-top: 15px;
    margin-bottom: 15px;
    overflow: hidden;
    display: block;
    width: 100%;
}
#footer-section-one .grabby #pardot-form .field-label {
    display: none;
}
#footer-section-one .grabby #pardot-form input[type="text"] {
    display: inline;
    float: left;
    height: 41px;
    color: #999;
    width: 65%;
}
#footer-section-one .grabby #pardot-form .submit {
    display: inline;
    float: left;
}
.footer-information p {
    padding: 0 0 10px 0;
}
.grabby #pardot-form .submit input {
    background-color: #c91a20;
    border: none;
    color: #fff;
    padding: 10px 15px;
    text-transform: capitalize;
    font-weight: 600;
}
.grabby #pardot-form .submit input:hover,
#footer-section-one .grabby #pardot-form .submit input:active,
#footer-section-one .grabby #pardot-form .submit input:focus {
    background-color: #c7171d;
    color: #fff;
}
.grabby form.form p label {
    width: 30%;
    display: inline-block;
}
.grabby form.form input[type="text"],
.grabby form.form .select {
    width: 70%;
    display: inline;
    float: right;
}
.grabby p.submit {
    display: block;
    text-align: left;
}
.grabby .select {
    display: block;
    width: 100%;
    height: 26px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
    transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}
.contact .grabby form.form p label,
.consult .grabby form.form p label {
    width: auto;
    display: block;
    margin: 8px 0 2px 0;
}
.contact .grabby form.form input[type="text"],
.contact .grabby form.form .select,
.consult .grabby form.form input[type="text"],
.consult .grabby form.form .select {
    width: 90%;
    display: block;
    float: none;
}
.contact .grabby form.form .comments input[type="text"] {
    height: 10rem;
}
.contact .grabby p,
.consult .grabby p {
    float: left;
}
.contact .grabby p.first_name,
.contact .grabby p.last_name,
.contact .grabby p.company,
.contact .grabby p.email,
.contact .grabby p.phone,
.contact .grabby p.country,
.consult .grabby p.first_name,
.consult .grabby p.last_name,
.consult .grabby p.company,
.consult .grabby p.email,
.consult .grabby p.phone,
.consult .grabby p.country {
    width: 49%;
}
.consult .grabby p.city,
.consult .grabby p.territory {
    width: 40.7%;
}
.consult .grabby p.state {
    width: 16%;
}
.consult .grabby p.Reason_for_Consultation,
.consult .grabby p.Automated_Packaging_Machines,
.consult .grabby p.Time_frame_for_expected_installation,
.consult .grabby p.Packaging_Equipment_Budget,
.consult .grabby p.Product,
.consult .grabby p.comments {
    width: 100%;
}
.contact .grabby p.submit,
.consult .grabby p.submit {
    clear: both;
}
#crmSubmitBtn {
    margin-top: 30px;
}
.page-template-lp-blank-no-nav .consult .grabby p.email {
    width: 100%;
}
@media (min-width: 456px) {
    .industry-box {
        min-height: 200px;
    }
}
@media (min-width: 576px) {
    .industries h3,
    .industries h3 a {
        font-size: 2rem;
    }
    #logo {
        background-size: 210px;
        margin-left: 15%;
    }
    .industry-box {
        min-height: 250px;
    }
}
@media (min-width: 768px) {
    #logo {
        width: 130px;
        margin-left: 0;
    }
    .utility span {
        padding: 0 3px;
    }
    .logo-nav {
        height: 70px;
        display: flex;
        align-items: center;
    }
    .logo-nav h1 {
        margin: 0;
    }
    .header-search {
        /* height: 70px; */
    }
    .header-search a {
        padding: 10px;
    }
    .services img {
        width: 100%;
        height: auto;
    }
    .innovation-bkg h2 {
        text-transform: uppercase;
        font-weight: 800;
    }
    .hero-lead {
        /* position: absolute; top: 10%; color: #FFF; text-align: center; padding: 0; background: none; */
    }
    .industries h3,
    .industries h3 a {
        font-size: 1.4rem;
    }
    .machine-hero-header {
        top: 5%;
    }
    .landingpage-hero-header {
        top: 1%;
    }
    .machine-hero-header h1 {
        font-size: 2.5em;
    }
    .promo-bkg img,
    .promo-text {
        padding: 50px 0;
    }
    .grid-bottom img {
        padding-top: 75%;
    }
    .industry-box {
        min-height: 260px;
    }
    .hero-lead h1 {
        font-size: 4em;
    }
}
@media (min-width: 992px) {
    .utility span {
        padding: 0 10px;
    }
    .industries img {
        width: 80%;
        height: auto;
    }
    .hero-lead {
        top: 15%;
    }
    .machine-hero-header {
        top: 10%;
    }
    .landingpage-hero-header {
        top: 2%;
    }
    .machine-hero-header h1 {
        font-size: 3.5em;
    }
    .landingpage-hero-header h1 {
        font-size: 3.5em;
    }
    .machine-grid .ccm-block-page-list-title a,
    .machine-grid .ccm-block-page-list-title {
        font-size: 1.8rem;
    }
    .grid-bottom img {
        padding: 25% 0;
    }
    .industry-box {
        min-height: 160px;
    }
    .hero-lead h1 {
        font-size: 4em;
    }
}
@media (min-width: 1200px) {
    .hero-lead h1 {
        font-size: 6em;
    }
    #logo {
        width: 300px;
        margin-top: 0; /* image-rendering: -webkit-optimize-contrast; */
    }
    .machine-hero-header {
        top: 20%;
    }
    .machine-grid .ccm-block-page-list-title a,
    .machine-grid .ccm-block-page-list-title {
        font-size: 2rem;
    }
    .innovation-bkg-img {
        background: url(/source/5bfeb676a5060c8dfbef03ecd63f28e3.png) no-repeat;
        white-space: nowrap;
        background-size: cover;
    }
    .innovation-content {
        margin: 60px 0 80px;
    }
    .product-main-content .product-consult {
        padding-right: 0;
    }
    .product-main-content .product-specs {
        padding: 0 10px;
    }
    .video-landing-header .machine-hero-header,
    .tradeshows-landing-header .machine-hero-header {
        top: 1%;
    }
}
@media (min-width: 1600px) {
    .innovation-content {
        padding: 20px 0 40px 0;
    }
}
@media (max-width: 1199px) {
    .page-template-product-blank-btn .product-consult .btn-default {
        width: 100%;
    }
    h1.hero-h1 {
        font-size: 1.5em;
    }
    h1.hero-h1 strong {
        font-size: 1.5em;
    }
}
@media (max-width: 767px) {
    #logo {
        margin-top: 10px;
    }
    .nav li {
        display: block;
    }
    .navbar-default .navbar-toggle {
        border-color: transparent;
        padding: 0;
    }
    .navbar-default .navbar-toggle:hover,
    .navbar-default .navbar-toggle:focus {
        background-color: transparent;
    }
    .navbar-default .navbar-toggle .fa {
        color: #fff;
        font-size: 21px;
    }
    .navbar-default .navbar-collapse,
    .navbar-default .navbar-form {
        border-color: #222;
    }
    .services div div {
        padding: 0 5px;
    }
    .services div h3 {
        font-size: 1.6rem;
    }
    .services div p {
        font-size: 1.4rem;
    }
    .services div p a {
        font-size: 1.2rem;
    }
    .machine-hero-header h1 {
        text-align: center;
        font-weight: 700;
        color: #fff;
        padding: 10px;
        margin: 0;
        font-size: 2.5rem;
    }
    .partners .col-sm-3 {
        border-top: 1px solid #ddd;
        padding-top: 20px;
        margin-bottom: 20px;
    }
    h1.hero-h1,
    p.hero-h1 {
        font-size: 1em;
    }
    h1.hero-h1 strong,
    p.hero-h1 strong {
        font-size: 1em;
    }
    .hero-lead h2 {
        font-size: 18px;
    }
    .blue-background {
        min-height: 400px;
        background-size: 200%;
    }
    .industry-box img {
        max-height: 85px;
    }
    .industry-box a {
        font-size: 14px;
    }
    .hero-lead h1 {
        font-size: 36px;
        line-height: 36px !important;
    }
    .hero-lead h1 small {
        font-size: 30px;
        line-height: 30px !important;
    }
    .first-time-buyer-hero {
        min-height: 250px !important;
    }
}
@media (max-width: 450px) {
    div.ccm-block-page-list-page-entry-horizontal div.ccm-block-page-list-page-entry-text,
    div.ccm-block-page-list-page-entry div.ccm-block-page-list-page-entry-text {
        display: block !important;
        padding: 0 !important;
    }
    .ccm-block-page-list-page-entry-horizontal .col-sm-4 {
        padding: 15px 0 !important;
    }
    .page-template-blog-right-sidebar div.ccm-block-page-list-page-entry-horizontal,
    .page-template-blog-right-sidebar div.ccm-block-page-list-page-entry {
        margin: 0 0;
        padding: 20px 0 20px 0;
    }
    h1.hero-h1 {
        font-size: 1em;
    }
    h1.hero-h1 strong {
        font-size: 1em;
    }
    .video-landing .dropdown {
        display: block !important;
    }
    .video-landing .dropdown .btn {
        display: block !important;
        width: 100%;
        margin-bottom: 10px;
    }
    .video-landing .dropdown-menu {
        min-width: 100%;
        top: 40px;
    }
    .machine-titles h1 {
        line-height: 1em !important;
        font-size: 24px !important;
    }
    .machine-titles h1 small {
        font-size: 20px !important;
        color: #0d1733;
        font-weight: 700;
    }
    .machine-titles h2 {
        font-size: 18px !important;
    }
}
.blog-sidebar ul {
    margin-bottom: 0;
}
.blog-sidebar .nav > li > a {
    padding: 5px 10px;
}
.blog-sidebar .nav > li > a:hover,
.blog-sidebar .nav > li > a:focus {
    text-decoration: none;
    background-color: transparent;
}
.blog-sidebar .nav > li {
    display: block;
}
footer .footer-small p,
footer .footer-small p a {
    font-size: 12px !important;
    line-height: 1 !important;
}
h1.hero-h1,
p.hero-h1 {
    text-align: left;
    margin: 0 3% 3% 8%;
    color: #fff;
    text-transform: uppercase;
    font-weight: 300;
}
h1.hero-h1 strong,
p.hero-h1 strong {
    font-weight: 900;
    font-size: 2em;
}
.fullwidth-hero-hdr {
    margin-bottom: 2%;
}
.fullwidth-hero-hdr .ccm-image-slider-text {
    width: 80%;
    bottom: 0;
    top: auto;
    position: absolute;
}
.gray-back {
    background: #eee;
    padding: 3% 0;
}
.ltgray {
    background: #f4f4f4;
}
.alert-danger a {
    color: #840105;
}
.pagination li a {
    color: #0d1733 !important;
}
.pagination > .active > a,
.pagination > .active > span,
.pagination > .active > a:hover,
.pagination > .active > span:hover,
.pagination > .active > a:focus,
.pagination > .active > span:focus {
    background-color: #0d1733 !important;
    border-color: #0d1733 !important;
}
#hs-form-iframe-1 .hs-button {
    background: #c91a20 !important;
    border-color: #c91a20 !important;
}
p.credit a {
    color: #ff8077;
    font-weight: bold;
} /* new machine styles */ /* this fixes grid to 3 on image gallery */
@media only screen and (min-width: 992px) {
    .sg-item {
        width: calc(33% - 10px) !important;
    }
}
.hero-grybck {
    /* background: url('/source/9372319bcf32888c0d7cdb9fc6b993d5.png') top left repeat-x; */
    padding-top: 20px;
}
.machine-titles h1 {
    line-height: 0.9em;
}
.machine-titles h1 small {
    font-size: 24px;
    color: #0d1733;
    font-weight: 700;
} /* .machine-titles h2 { margin: 0; padding: 0; font-size: 32px; } */
.machine-titles h3,
.machine-titles h2 {
    margin: 3% 0 3% 0;
    padding: 0;
    font-size: 20px;
    color: #c91a20;
    text-transform: none;
}
.machine-titles h3 strong {
    font-weight: 900;
}
.machine-image img {
    margin: auto;
}
.new-productpage .product-youtube-videos {
    background: #eeeeee;
    padding: 30px;
    margin: 30px 0;
}
.new-productpage .gray-back {
    background: #eee;
    padding: 30px 30px !important;
}
.new-productpage .product-lower table thead {
    background-color: #0d1733 !important;
    border-bottom: 0px solid red !important;
    color: white !important;
}
.new-productpage .product-lower table thead th {
    border-bottom: 0px solid red !important;
}
.new-productpage .caption small {
    font-size: 13px;
    line-height: 1 !important;
    display: block;
    margin-top: 8px;
}
.new-productpage #ancillary_equipment .thumbnail,
.new-productpage #bagstyles .thumbnail {
    border: 0px solid #ddd;
}
.new-productpage .thumbnail img {
    height: 120px;
    width: auto;
}
.industries-landing img {
    height: 170px !important;
    width: auto;
}
.ccm-toolbar-visible.ccm-edit-mode .nav.main-menu {
    z-index: 999;
} /* #industries, #ancillary_equipment, #bagstyles {border-bottom: 1px solid #ddd; margin-bottom: 20px; padding-bottom: 20px;} */
.nav-selected .nav-path-selected {
    font-weight: bold;
    color: #de2516;
}
.first-time-buyer-hero {
    min-height: 350px;
}
.first-time-buyer-hero-gradient {
    background-image: linear-gradient(to left, #2d4c7a, #151517);
}
.image-center img {
    margin: auto;
}
.simple-accordion-title-shell {
    padding: 8px 15px;
}
.img-fluid, .thumbnail > img, .thumbnail a > img {
  display: block;
  width: 100% \9;
  max-width: 100%;
  height: auto;
}