/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/
/* Applies to the sticky row in your table */

/* Ensure it targets the correct menu item */
nav li a[href*="hd-camera"]::after {
    content: " NEW GEN-2 RELEASE";
    background: #004C97;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 5px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
  
.nav__link[href*="portable-winch-controller"]::after {
    content: " NEW PRODUCT";
    background: #004c97;
    color: white;
    font-size: 10px;
    font-weight: bold;
    padding: 2px 6px;
    border-radius: 4px;
    margin-left: 5px;
    text-transform: uppercase;
    display: inline-block;
    vertical-align: middle;
}
}

  
  
}

.blog-listing-hero {
  margin: auto;
}

.ffe-card h4 {
  font-weight: 600;
  font-size: 1.5rem;
  margin-bottom: 0.75rem;
}

.minh-70 {
  min-height: 70vh;
}

.p50 {
  padding: 50px !important;
}

.nav__mega-col {
  width: 25%;
  padding: 0 1rem;
}

.nav__mega-col p {
  font-size: 0.85rem;
}

.footer {
    background: #004c97 !important;
}


/***  Nav spacing for all one line ****/

.nav__list--level1>li:not(:last-child) {
    margin-right: 1.7rem !important;
}
  .header__buttons a:first-child {
    margin-left: 0.5rem !important;
}  
  .btn--medium {
    padding: 0.54rem 0.81rem !important;
    border-radius: 0;
    font-size: .89rem;
}