@media (min-width: 1200px) {
  .side-nav {
    display: none;
  }
}

@media (max-width: 1199px) {
  .med-header {
    display: flex;
    justify-content: space-between;
    width: 100%;
  }

  .top-row {
    display: none;
  }

  .bottom-row {
    position: fixed;
    top: 0;
  }

  main,
  .breadcrumb-wrapper {
    padding-top: 84.56px;
  }

  .header-contact {
    padding-top: 10px;
  }

  .side-nav .navbar-form {
    border: 0;
    border-bottom: 1px solid #e7e7e7;
    margin: 0;
    padding-top: 10px;
    -webkit-box-shadow: inset 0 5px 12px -8px #999;
    -moz-box-shadow: inset 0 5px 12px -8px #999;
    box-shadow: inset 0 5px 12px -8px #999;
  }
  .side-nav .navbar-form .form-control {
    width: 223px;
  }
  .side-nav-clients {
    padding-bottom: 20px;
  }

  .side-nav-clients span {
    color: #a39590;
    /* display: block; */
    /* padding: 10px 15px 5px; */
  }
  .side-nav-clients .nav > li > a:focus,
  .side-nav-clients .nav > li > a:hover {
    background-color: transparent;
  }
  .footer-company-link {
    padding: 0;
  }
  .footer-social {
    text-align: right;
  }
}

@media (max-width: 1024px) {
  .page-template-one-column .container {
    margin-top: 0;
  }

  .mobile-margin-bottom-40 {
    margin-bottom: 40px;
  }

  .row-relative {
    position: relative;
  }

  .col-border-padding {
    padding-left: 15px;
  }

  .col-border {
    padding-left: 0;
    position: static;
  }

  .col-border:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #d3d3d3;
  }

  .margin-top-70 {
    margin-top: 40px !important;
  }

  header,
  .sticky-header header {
    padding-top: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }

  .sticky-header header {
    overflow: visible;
  }

  .navbar {
    margin-top: 8px;
    z-index: 100;
    background: #fff;
    min-height: 0;
  }

  .navbar-nav,
  .navbar-nav > li {
    float: none;
  }

  .navbar-collapse {
    background: #ffffff;
    border: none;
    padding: 0 15px;
  }

  .navbar-collapse.collapse {
    display: none !important;
    height: 0px !important;
  }

  .navbar-collapse.collapse.in {
    display: block !important;
    height: auto !important;
  }

  .navbar-form .form-group {
    display: inline-block;
    margin-bottom: 0;
  }

  .navbar-form .btn-link {
    padding-top: 1px;
  }

  .hero {
    padding: 25px 0 0;
  }

  .hero-title {
    font-size: 62px;
  }

  .hero.videohero {
    padding: 0;
    min-height: 350px;
    height: 350px;
  }

  .hero.videohero video {
    display: none;
  }

  .home .homepage-promo {
    border-color: #d8d8d8;
  }

  .homepage-services .industry {
    padding: 0;
    border: none;
  }

  .homepage-services .service,
  .homepage-services .industries > div {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #cccccc;
  }

  .homepage-services .service:last-child,
  .homepage-services .industries > div:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
  }

  .homepage-services .service-icon {
    left: 162.5px;
  }

  .homepage-stats .stat strong {
    font-size: 26px;
  }

  .homepage-quotes {
    display: none;
  }

  .homepage-contact .newsletter-checkbox,
  .homepage-contact .contact-button {
    text-align: center;
  }

  .homepage-contact .contact-button {
    margin-top: 10px;
  }

  .footer-copyright {
    text-align: center;
  }

  .footer-top form {
    margin-bottom: 20px;
  }

  .footer-bottom span {
    line-height: 20px;
  }

  .footer-bottom .social-links {
    font-size: 20px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .footer-bottom .text-right {
    text-align: center;
  }

  .footer-company-link.corostuff {
    justify-content: flex-start;
  }

  .footer-company-link img {
    max-height: 100px;
  }

  .row-relative {
    position: relative;
  }

  .col-border-padding {
    padding-left: 15px;
  }

  .col-border {
    padding-left: 0;
    position: static;
  }

  .col-border:before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    border-left: 1px solid #d3d3d3;
  }

  .is-mobile form.hs-form {
    height: 34px;
  }

  .is-mobile .blog-sidebar form.hs-form {
    height: auto;
  }

  form.hs-form .form-columns-2 .hs-form-field,
  form.hs-form .form-columns-3 .hs-form-field {
    float: left !important;
  }

  /* .hs-form fieldset.form-columns-2 .hs-form-field { width: 121px !important; } */
  .stat-bottom {
    border-bottom: none;
    margin-top: 10px;
  }

  .stat h2 {
    font-size: 26px;
  }

  .stat {
    font-size: 16px;
  }

  .shredding-service-callout {
    margin-bottom: 20px;
  }
}

@media (min-width: 768px) and (max-width: 991px) {
  .footer-social {
    text-align: right;
  }
  .footer-top .hbspt-form {
    width: 402px;
    height: 34px;
    margin: 0 auto;
  }
  .footer-social {
    text-align: center;
  }
  .footer-top .hbspt-form {
    width: 402px;
    height: 34px;
    margin: 0 auto;
  }
}

@media (max-width: 767px) {
  header .logo {
    margin: 0 auto;
  }
  /* .navbar {
    display: block;
  }

  .navbar-default #menu-item-15246 a {
    color: #ffffff !important;
    background-color: #ba0c2f;
    padding: 5px 8px;
    outline: none;
    box-shadow: none;
    font-size: 12px;
    border-radius: 3px;
    font-weight: 400;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 1px solid transparent;
    width: 150px;
    margin: 0 auto;
    text-transform: lowercase;
  } */
  .lets-talk-form {
    padding: 10px;
  }
  .order-step .input-group input {
    width: 100%;
    border: none;
    margin: 0;
  }
  .order-step h4.media-heading {
    margin-top: 10px;
  }
  .g-recaptcha > div {
    margin: 0 auto;
  }
  .footer-social {
    text-align: center;
  }
  /* .footer-top .hbspt-form {
        display: none;
    } */
  .footer-company-link.brutebox img,
  .footer-company-link.corostuff img {
    padding-top: 0;
    max-height: 60px;
  }
  .subscribeForm form {
    flex-direction: column;
  }
  .footer-top li {
    margin-bottom: 0;
  }
  .lets-talk-form .hs-form {
    padding: 20px;
  }
  .footer-top .hs-form-field {
    margin-right: 0;
  }
  .recent-posts {
    height: auto;
  }
  .hero {
    padding: 25px 0 0;
    height: 420px;
    background-size: cover !important;
  }
}
