:root {
  --watlow-primary-color: #303e48; /* primary grey color */
  --watlow-yellow: #d99200; /* secondary yellow color */
  --watlow-red: #e42826; /* accent red color */
  --watlow-light-grey: #687074; /*light grey color*/
  --watlow-lighter-grey: #bfced5; /*even lighter grey color*/
  --watlow-blue: #0052bf;
  --body-watlow-font: "Roboto", "Helvetica Heue", Arial, sans-serif;
}
html {
  font-size: 16px; /* Base size */
}
html {
  -webkit-font-smoothing: antialiased; /* For WebKit-based browsers */
  -moz-osx-font-smoothing: grayscale; /* For Firefox on macOS */
}

/**************************************     HEADER     ************************************************/

.watlow-header {
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  box-sizing: border-box;
  padding: .5em 0;
  background: 
    linear-gradient(to right, #e42826, #d99200) no-repeat, 
    #303e48;
  background-size: 100% 8px;
  background-position: 0 100%;
}

.watlow-header > .row-fluid {
  max-width: 1140px;
  margin: 0 auto;
  padding: 1em 0 1.5em;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

.watlow-header .span3.logo-watlow-sws img.brandlogo{
  width: 100%;
  margin-left: 0px;
}
.watlow-header .row-fluid .navbar.navbar-inner-watlow-subsite {
  float: right;
}
.watlow-header .span9.subheading-nav {
  float: right;
  margin-top: 9px;
}
.watlow-header .row-fluid .navbar .nav-collapse.sws.collapse {
  margin-top: 0px !important;
  width: 53rem;
}

/**************************************     NAV     ************************************************/

.navbar .nav.navbar-watlow-subsite {
  margin-right: 0;
  width: 95%;
  font-family: var(--body-hero-title-watlow-font);

  /* Vendor prefixes for older browsers */
  display: -webkit-box;      /* Safari 6-9 */
  display: -moz-box;         /* Firefox 19-28 */
  display: -ms-flexbox;      /* IE 10 */
  display: -webkit-flex;     /* Safari 9+ */
  display: flex;             /* Standard flex display */

  /* Vendor prefixes for flex-wrap */
  -webkit-box-flex-wrap: nowrap;   /* Safari 6-9 */
  -moz-box-flex-wrap: nowrap;      /* Firefox 19-28 */
  -webkit-flex-wrap: nowrap;       /* Safari 9+ */
  -ms-flex-wrap: nowrap;           /* IE 10 */
  flex-wrap: nowrap;               /* Standard flex-wrap */
  
  justify-content: space-between;  /* Distribute items */
  align-items: center;             /* Align vertically */
}

.navbar .nav.navbar-watlow-subsite > li.home-btn {
  /* Vendor prefixes for flex-grow, flex-shrink, and flex-basis */
  -webkit-box-flex: 1;     /* Safari 6-9 */
  -moz-box-flex: 1;        /* Firefox 19-28 */
  -webkit-flex: 1;         /* Safari 9+ */
  -ms-flex: 1;            /* IE 10 */
  flex: 0;              /* Takes up less space compared to other items */
  margin: 0 0.5em;        /* Adjust spacing */
}

.navbar .nav.navbar-watlow-subsite > li {
  /* Vendor prefixes for flex-grow, flex-shrink, and flex-basis */
  -webkit-box-flex: 4;     /* Safari 6-9 */
  -moz-box-flex: 4;        /* Firefox 19-28 */
  -webkit-flex: 4;         /* Safari 9+ */
  -ms-flex: 4;            /* IE 10 */
  flex: 0;                /* Adjust for proportional growth */
  margin: 0 1em;          /* Consistent spacing */
  text-align: center;
}

.navbar.navbar-inner-watlow-subsite-french .nav.navbar-watlow-subsite > li {
  /* Vendor prefixes for flex-grow, flex-shrink, and flex-basis */
  -webkit-box-flex: 0;     /* Safari 6-9 */
  -moz-box-flex: 0;        /* Firefox 19-28 */
  -webkit-flex: 0;         /* Safari 9+ */
  -ms-flex: 0;            /* IE 10 */
  flex: 0;                /* Same as above, use consistent flex values */
  margin: 0 0.6em;        /* Adjust spacing for the French navbar */
  text-align: center;
}

.navbar.navbar-inner-watlow-subsite .nav > li > a {
  text-shadow: none;
  color: white;
  font-weight: 600;
  display: block;
  font-size: 18px;
  white-space: nowrap;
  font-family: var(--body-watlow-font);
}
.navbar.navbar-inner-watlow-subsite .nav > li > a:hover {
  color: var(--watlow-lighter-grey);
}
/* home button */
.nav-home-icon-svg {
  color: #464646;
  width: 16px; /* or whatever size you want */
  height: 16px;
  transition: color 0.2s ease;
}
.nav-home-icon:hover .nav-home-icon-svg {
  color: #EE3526; /* orange on hover */
}

.navbar.navbar-inner-watlow-subsite .nav>li>a {
  padding: 10px;
}
.navbar .nav.navbar-watlow-subsite > li:last-child {
  flex-grow: 2; /* Allow more space for the search bar */
  max-width: 270px; /* Constrain the search bar width */
}
.navbar.navbar-inner-watlow-subsite-french .nav.navbar-watlow-subsite > li:last-child {
  flex-grow: 1;
  max-width: 270px;
}
.dropdown-menu.watlow-whole-cateogies-list-menu{
  width: 640px;
  left: 10px !important;
  border-radius: 0px;
  background-color: white;
  font-family: var(--body-watlow-font);
  opacity: 1;
  top: 34px;
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0.5em 0;
}
.navbar.navbar-inner-watlow-subsite.navbar-inner-watlow-subsite-french.mhide .dropdown-menu.watlow-whole-cateogies-list-menu{
  width:640px;
}
.navbar .nav>li>.watlow-whole-cateogies-list-menu.dropdown-menu:before, 
.navbar .nav>li>.watlow-whole-cateogies-list-menu.dropdown-menu:after {
  display: none;
}
.dropdown-menu.watlow-whole-cateogies-list-menu ul {
  text-decoration: none;
  list-style: none;
  padding-left: 0;
}
.dropdown-menu.watlow-whole-cateogies-list-menu .watlow-flex-dropdown{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
/*   justify-content: space-evenly; */
  margin: 0;
  width: 50%; 
}
.dropdown-menu.watlow-whole-cateogies-list-menu .first-col, 
.dropdown-menu.watlow-whole-cateogies-list-menu .second-col{
  margin: 10px;
  width: 300px;
}


ul.watlow-flex-dropdown:nth-child(1) {
    border-right: 1px solid #c8cfde;
}



/* Shared dropdown styles for all items */
.dropdown-menu.watlow-whole-cateogies-list-menu li a,
.dropdown-menu.watlow-whole-cateogies-list-menu li.dropdown-header-title,
.dropdown-menu.watlow-whole-cateogies-list-menu li.dropdown-header a {
  white-space: break-spaces;
  padding: 5px 10px !important;
  line-height: 24px;
  font-family: var(--body-watlow-font);
  font-size: 16px;
  text-align: left;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
/* Regular links */
.dropdown-menu.watlow-whole-cateogies-list-menu li a:not(.dropdown-header) {
  font-weight: 500;
}

.dropdown-menu.watlow-whole-cateogies-list-menu li.main-category a:not(.dropdown-header) {
  font-weight: 900;
  background-color: var(--watlow-lighter-grey) !important;
  margin: 2px 0;
}


.dropdown-menu.watlow-whole-cateogies-list-menu li.view-all a:not(.dropdown-header) {
  font-weight: 600;
  font-style: italic;
}



.dropdown-menu.watlow-whole-cateogies-list-menu li a:not(.dropdown-header):hover {
  background-color: var(--watlow-primary-color) !important;
  color: white !important;
}


/* Titles (text-only and link-headers) */
.dropdown-menu.watlow-whole-cateogies-list-menu li.dropdown-header-title,
.dropdown-menu.watlow-whole-cateogies-list-menu li.dropdown-header a {
  font-weight: 700;
  color: var(--watlow-primary-color);
  margin-left: 0; /* alignment with no indent */
}
.dropdown-menu.watlow-whole-cateogies-list-menu li.dropdown-header a:hover {
  margin-left: 4px; /* alignment with no indent */
}
.dropdown-menu .watlow-flex-dropdown .divider {
  height: 1px;
  margin: 2px 1px;
  overflow: hidden;
  background-color: var(--watlow-light-grey);
}
ul.dropdown-menu.watlow-whole-cateogies-list-menu:hover{
  background-color: white;
}

/* NAV HOVER COLOURS */
.navbar.navbar-inner-watlow-subsite .nav > li > a:active,
.navbar .nav.navbar-watlow-subsite li.dropdown.open > .dropdown-toggle,
.navbar .nav.navbar-watlow-subsite li.dropdown.active > .dropdown-toggle,
.navbar .nav.navbar-watlow-subsite li.dropdown.open.active > .dropdown-toggle {
    color: var(--watlow-lighter-grey);
  background-color: transparent;
}
.navbar.navbar-inner-watlow-subsite.navbar-inner-watlow-subsite-french.mhide ul.dropdown-menu.watlow-whole-cateogies-list-menu.solutions-by-industry,
ul.dropdown-menu.watlow-whole-cateogies-list-menu.solutions-by-industry {
  width: 300px;
  padding: 10px;
}
ul.dropdown-menu.watlow-whole-cateogies-list-menu.solutions-by-industry li{
  margin-left: 10px 10px 5px;
}
ul.dropdown-menu.watlow-whole-cateogies-list-menu.solutions-by-industry li>a{
  margin-left: 10px 0;
}
/**************************************     SEARCH BAR     ************************************************/
.watlow-search form#ProductDisplayForm button.btn.btn-default i.icon-search,
.watlow-mobile .mobile-search button .icon-search {
  margin-top: 1px !important;
  background-image: url(/images/pages/watlow/watlow-search-btn.svg);
}

.watlow-search .btn{
  padding: 0px;
}
/* Style for the button */
.watlow-search form#ProductDisplayForm button.btn.btn-default {
  background-color: var(--watlow-light-grey);
  border-radius: 0%;
  border: none;
  width: 34px;
  height: 34px !important;
  position: absolute; /* Anchor the button */
  right: -1px; /* Keep it fixed */
  top: 50%; /* Center vertically */
  transform: translateY(-50%); /* Vertical alignment */
  transition: background-color 0.4s ease; /* Remove right transition */
  z-index: 2; /* Ensure it appears above expanding input */
}

/* Search bar container */
.watlow-search.input-append {
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 0;
  transform: translate(0, -50%);
  background: white;
  height: 34px;
  border-radius: 0px;
  padding: 0;
  width: 35%; 
}

/* Input field styling */
.watlow-search input#ProductSearch.appendInputButton {
  font-family: var(--body-watlow-font);
  border-radius: 0px;
  border: none;
  background-color: white;
  padding: 7px 0px 6px 6px;
  width: 100% !important;
  margin-right: 0px; /* Leave space for the button */
  margin-left: 0px;
  font-weight: 400;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Change Button Color & Move Left when Hovering */
.watlow-search.input-append:hover form#ProductDisplayForm button.btn.btn-default,
.watlow-search.input-append:focus-within form#ProductDisplayForm button.btn.btn-default {
  background-color: var(--watlow-yellow);
}
/* Input focus styling */
.watlow-search input.refine-search.appendInputButton:focus {
  color: var(--watlow-primary-color);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.watlow-search input.refine-search.appendInputButton::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: var(--watlow-light-grey);
  font-style: italic;
}
.watlow-search input.refine-search.appendInputButton:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--watlow-light-grey);
  font-style: italic;
}
.watlow-search input.refine-search.appendInputButton::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--watlow-light-grey);
  font-style: italic;
}
.watlow-search input.refine-search.appendInputButton:-ms-input-placeholder {
  /* IE 10-11 */
  color: var(--watlow-light-grey);
  font-style: italic;
}
.watlow-search input.refine-search.appendInputButton::-ms-input-placeholder {
  /* MS Edge */
  color: var(--watlow-light-grey);
  font-style: italic;
}
.watlow-search input.refine-search.appendInputButton::placeholder {
  /* your styles */
  color: var(--watlow-light-grey);
  font-style: italic;
}

/******  END SEARCH BAR ***** */
/* ********* END HEADER ********* */


/**************************************     HEROS     ************************************************/
.carousel-top.watlow-sws-store {
  margin-top: 0px;
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding-bottom: 0em;
}
/* Set a fixed height for the carousel inner to prevent jumping */
.watlow-sws-store #myCarousel .carousel-inner.hero-section,
.watlow-sws-store #myCarousel .carousel-inner.hero-section-french{
  height: 400px;
}
.watlow-sws-store #myCarousel .hero-section {
  width: 100%;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -15px;
  background-color: rgba(48, 62, 72, 0.08);
  z-index: 0; 
}


.watlow-sws-store #myCarousel .hero-content {
  max-width: 1100px;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr;
  align-items: stretch;
  padding: 0 20px 15px 20px;
  height: fit-content;
  margin: 0 auto;
}
.watlow-sws-store #myCarousel .text-content {
  padding: 0px 30px;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  
}
.watlow-sws-store #myCarousel .image-content{
  width: 100%;
  text-align: center;
}
.watlow-sws-store #myCarousel .image-content img {
  object-fit: contain;
  height: auto;
  max-width: 100%;
  max-height: 400px;
  filter: drop-shadow(5px 5px 2px rgba(20, 48, 93, 0.6)); 
}

.carousel-control-new {
  color: var(--watlow-primary-color) !important;
  background-color: rgba(250, 250, 250) !important;
  border: 2px solid var(--watlow-primary-color);
  border-radius: 50% !important; /* Rounded shape */
  width: 40px !important; /* Width of the circle */
  height: 40px !important; /* Height of the circle */
  line-height: 40px; /* Center the arrow vertically */
  text-align: center; /* Center the arrow horizontally */
  font-size: 20px; /* Adjust the size of the arrow */
  font-weight: lighter;
  text-shadow: none;
  position: absolute; /* Position the arrows */
  top: 50%; /* Position vertically in the middle */
  transform: translateY(-50%); /* Adjust vertical position */
  transition: 0.3s ease-in-out;
}

.carousel-control-new.left {
  left: 2rem; /* Position the left arrow */
}

.carousel-control-new.right {
  right: 2rem; /* Position the right arrow */
}

.carousel-control-new:hover{
  background-color: var(--watlow-primary-color) !important;
  color: white !important;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
}

/* Other Carousel Styles */
.watlow-sws-store #myCarousel h1 {
    font-size: 1.3rem;
    margin-bottom: 0px;
    color: var(--watlow-light-grey);
    line-height: 1.2;
    letter-spacing: 0.5px;
    font-weight: 500;
    font-family: var(--body-watlow-font);
    white-space: normal;
    font-style: italic;
}


.watlow-sws-store #myCarousel .carousel-inner.hero-section-french h1{
  font-size: 1.3rem;
}

.watlow-sws-store #myCarousel h2 {
    color: var(--watlow-primary-color);
    font-weight: 800;
    font-size: 2rem;
    font-family: var(--body-watlow-font);
    text-transform: uppercase;
    line-height: 1.2;
    margin-top: 18px;
    white-space: normal;
}

.watlow-sws-store #myCarousel p{
  color: var(--watlow-light-grey);
  font-weight: 500;
  font-size: 20px;
  font-family: var(--body-watlow-font);
  line-height: 1.2;
  margin-bottom: 1em;
  white-space: normal;
}
.watlow-sws-store #myCarousel .carousel-btn, .sws-watlow-buttons .side-ad-btn {
  color: white;
  background-color: var(--watlow-blue);
  border-radius: 5px;
  margin-top: 0px;
  font-size: 15px;
  padding: 14px 20px 14px 20px;
  display: inline-flex;
  font-family: var(--body-watlow-font);
  font-weight: 700;
  text-decoration: none;
  text-transform: uppercase;
  transition: padding 0.3s ease-out, background-color 0.3s ease-out;
  box-shadow: none;
  position: relative;
}

.watlow-sws-store #myCarousel .carousel-btn::after, .sws-watlow-buttons .side-ad-btn::after {
  content: '\f061';
  font-family: 'Font Awesome 5 Free';
  font-weight: 900;
  position: absolute;
  right: 15px;
  top: 50%;
  color: white;
  transform: translateY(-50%);
  /* Initially hidden */
  opacity: 0;
  transition: opacity 0.3s ease-in-out;
}

.watlow-sws-store #myCarousel .carousel-btn:hover, .sws-watlow-buttons .side-ad-btn:hover {
  color: white;
  background-color: var(--watlow-red);
  /* Expand the padding on the right to show the arrow */
  padding-right: 40px;
}

.watlow-sws-store #myCarousel .carousel-btn:hover::after, .sws-watlow-buttons .side-ad-btn:hover::after {
  /* Show the arrow on hover */
  opacity: 1;
}


/* ********* END Heroes ********* */

/**************************************     BUTTONS     ************************************************/

.sws-watlow-buttons .watlow-grid-container {
  display: grid;
  display: -ms-grid; /* For IE10+ */
  grid-template-columns: repeat(3, 1fr);
  gap: 1em 1em;
  margin-bottom: 2%;
  margin-top: 0em;
}
.sws-watlow-buttons .watlow-item {
position: relative;
display: grid;
display: -ms-grid; /* IE10+ Fallback */
grid-template-columns: repeat(1, 1fr);
overflow: hidden;
gap: 0px;
-ms-grid-columns: 1fr 1fr; /* Explicit columns for IE */
padding: 0px;
align-content: center;
border: 1px solid var(--watlow-light-grey);
border-radius: 4px;
justify-items: center;
 background-size: cover;
 transition: background-size 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94), box-shadow 0.3s ease-in-out;
}

.sws-watlow-buttons .watlow-item.electric-heaters {
background-image: url(/images/pages/watlow/electric-heaters-button-images.webp);
}

.sws-watlow-buttons .watlow-item.temperature-process {
background-image: url(/images/pages/watlow/temperature-process-button-images.webp);
}

.sws-watlow-buttons .watlow-item.power-control {
background-image: url(/images/pages/watlow/power-control-button-images.webp);
}

.sws-watlow-buttons .watlow-item.parts-accessories {
background-image: url(/images/pages/watlow/parts-accessories-button-images.webp);
}

.sws-watlow-buttons .watlow-item.heat-treatment {
background-image: url(/images/pages/watlow/heat-treatment-button-images.webp);
}

.sws-watlow-buttons .watlow-item.semiconductor-processing {
background-image: url(/images/pages/watlow/semiconductors-button-images.webp);
}

.sws-watlow-buttons .watlow-item.clinical-equipment {
background-image: url(/images/pages/watlow/clinical-button-images.webp);
}

.sws-watlow-buttons .watlow-item.food-service {
background-image: url(/images/pages/watlow/food-button-images.webp);
}

.watlow-item:not(.side-ad) {
    display: flex;
    flex-direction: column;
    justify-content: end;
}


.watlow-item:hover:not(.side-ad){
  box-shadow: 0 3px 3px rgba(0, 0, 0, 0.25);
  background-size: 101%;
}


.sws-watlow-buttons .watlow-application-title{
    background-color: #2455A4;
    width: 100%;
}

.sws-watlow-buttons .watlow-application-title .application-title{
  font-family: var(--body-watlow-font);
  font-size: 16px;
  font-weight: 700;
  color: white;
  text-align: left;
  line-height: 1.2;
  padding-left: 10px;
  padding-right: 10px;
}

.sws-watlow-buttons .watlow-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.watlow-item:not(.side-ad){
    height: 9.5em;
}

.watlow-item img {
  max-width: 80%;
  padding-left: 0;
  padding-bottom: 0px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
}
@supports (gap: 1em) {
  .sws-watlow-buttons .watlow-grid-container > * {
    margin: 0; /* Reset when gap is supported */
  }
}

/**************************************     SIDE AD     ************************************************/
.watlow-item.side-ad {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 5;
  padding: 10px 0px;
  place-items: center;
  text-align: center;
  max-height: 560px;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 10px 0px;
  text-align: center;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  transition: box-shadow 0.6s ease;
  background-color: white;
  z-index: 1; /* Content stays on top */
  background: linear-gradient(to right, #e42826, #d99200) no-repeat, rgba(48, 62, 72, 0.08);
  background-size: 100% 8px;
  background-position: 0 100%;
}

.sws-watlow-buttons .watlow-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.watlow-item.side-ad .watlow-side-ad-title p.application-title {
    line-height: 1.2;
    color: var(--watlow-light-grey);
    font-size: 20px;
    font-weight: 500;
    margin-top: 0px;
    font-family: var(--body-watlow-font);
    margin-bottom: 0;
    padding: 0 16px;
    font-style: italic;
}

.watlow-item.side-ad .watlow-side-ad-subtitle p.application-subtitle {
    font-size: 2rem;
    font-weight: bold;
    color: var(--watlow-primary-color);
    line-height: 1.2;
    font-family: var(--body-watlow-font);
    padding: 0 16px;
    margin-bottom: 0;
    text-transform: uppercase;
}

.sws-watlow-buttons-fr .watlow-item.side-ad .watlow-side-ad-title p.application-title{
  line-height: 1.2;
  color: var(--watlow-light-grey);
  font-size: 20px;
  font-weight: 500;
  margin-top: 0px;
  font-family: var(--body-watlow-font);
  margin-bottom: 0;
  padding: 0 22px;
}
.sws-watlow-buttons-fr .watlow-item.side-ad .watlow-side-ad-subtitle p.application-subtitle {
  font-size: 1.5rem;
  font-weight: 600;
  color: var(--watlow-primary-color);
  line-height: 1.2;
  font-family: var(--body-watlow-font);
  padding: 0 22px;
}
.watlow-item.side-ad .watlow-side-ad-img a{
  overflow: hidden; /* Prevents overflow */
  display: inline-block;
}
.watlow-item.side-ad .watlow-side-ad-img a img{
  height: auto;
  display: block;
  width: 100%;
  max-width: 80%;
}

.row-fluid .sws-watlow-buttons.sws-watlow-buttons-fr .watlow-item.side-ad .watlow-side-ad-subtitle p.application-sub-subtitle{
  padding: 0px 60px 0px 0px;
  line-height: normal;
}
/**************************************     ABOUT US     ************************************************/

.about-watlow-hero {
    position: relative;
    height: 250px;
    margin-bottom: 20px;
    display: flex;
    margin-top: 10px;
    align-items: center;
    overflow: hidden;
}

.about-watlow-hero::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 1), rgba(255, 255, 255, 0)), url(/images/pages/watlow/watlow-background.webp);
    background-repeat: repeat;
    background-size: 80%;
    opacity: 0.4; 
    background-position: center; 
    transform: rotate(10deg); 
    z-index: -1; 
}

.watlow-about .about-watlow-hero .span5{
  width: 50%;
  margin: auto 0;
  display: flex;
  flex-direction: row;
  background-color: var(--watlow-primary-color);
  align-items: baseline;
}

.watlow-about .about-watlow-hero.french .span5 {
    width: 60%;
    margin: auto 0;
    display: flex;
    flex-direction: row;
    background-color: var(--watlow-primary-color);
    align-items: baseline;
}

.about-us-logo {
    width: 90%;
    margin: auto 15px;
}

.about-watlow-hero.french .about-us-logo {
    width: 52%;
    margin: 5px 15px;
}

.watlow-about .about-watlow-hero h1 {
  text-align: center;
  color: white;
  padding: 0.5em;
  font-size: 2.5rem;
  line-height: 1.2;
  font-family: var(--body-watlow-font);
  font-weight: 800;
  text-transform: uppercase;
  font-style: italic;
  margin: auto 0;
}
.watlow-about .about-watlow{
  padding: 0 20px;
}
.watlow-about .about-watlow.last-section{
  margin: 20px 0;
  padding: 0px;
}
.watlow-about .about-watlow p{
  margin-bottom: 0;
  font-family: var(--body-watlow-font);
  font-size: 16px;
  font-weight: 400;
}
.watlow-about .about-watlow .gray-band-intro{
  background: 
    linear-gradient(to right, #e42826, #d99200) no-repeat, 
    #FAFAFA;
    background-size: 100% 8px;
  background-position: 0 100%;
  padding: 20px;
  border-radius: 4px;
}
.watlow-about .about-watlow .gray-band-intro .gray-band-intro-list {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  column-gap: 3em;
}
.watlow-about .about-watlow .gray-band-intro h2{
  color: var(--watlow-primary-color);
  font-weight: 800;
  font-size: 1.5rem;
  font-family: var(--body-watlow-font);
  line-height: 1.2;
  margin-top: 5px;
  padding-bottom: 5px;
  border-bottom: 2px solid var(--watlow-primary-color);
  white-space: normal;
  text-transform: uppercase;
  text-align: center;
}

.about-us-image {
    width: 25%;
    margin: auto;
    padding-bottom: 1em;
}

.expertise-content {
    padding: 0 1.5em;
}


@media (max-width: 1199px) {
/**************************************     HEADER     ************************************************/
.watlow-header > .row-fluid {
  max-width: 914px;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.watlow-header .span9.subheading-nav {
  width: 43rem !important;
  float: right;
  margin-top: 0px;
}
/**************************************     NAV     ************************************************/
.watlow-header .row-fluid .navbar .nav-collapse.sws.collapse {
  margin-top: 10px !important;
  width: 43rem;
}
.navbar .nav.navbar-watlow-subsite {
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
}

.navbar-watlow-subsite .hover-underline-animation a {
  padding: 16px 6px 16px !important;
}

.navbar.navbar-inner-watlow-subsite-french .nav.navbar-watlow-subsite > li:last-child {
  flex-grow: 1;
  max-width: 215px;
}
.navbar.navbar-inner-watlow-subsite .nav > li > a {
    font-size: 15px;
}
.watlow-header {
    padding: 0.5em 0 1.4em 0;
}
/* ********* END NAV ********* */
    
/**************************************     HEROS     ************************************************/
.watlow-sws-store #myCarousel .hero-content {
  grid-template-columns: 1fr 1fr;
}
.watlow-sws-store #myCarousel .text-content {
  padding: 0em 0em 0em 5em;
} 
.watlow-sws-store #myCarousel .text-content.text-content-french{
  max-width: 500px;
  padding: 0em 2em 0em 3.5em;
}
.carousel-control-new.left {
  left: 0.75rem; /* Position the left arrow */
}
.carousel-control-new.right {
  right: 0.75rem; /* Position the right arrow */
}
.watlow-sws-store #myCarousel h2 {
    font-size: 1.65rem;
    padding-right: 1em;
}
.watlow-sws-store #myCarousel h1 {
    font-size: 1.2rem;
    padding-right: 1em;
}

/**************************************     BUTTONS     ************************************************/

/**************************************     SIDE AD     ************************************************/
.watlow-item.side-ad .watlow-side-ad-title p.application-title {
  font-size: 20px;
}
.watlow-item.side-ad .watlow-side-ad-subtitle p.application-subtitle {
  font-size: 1.8rem;
}
.sws-watlow-buttons-fr .watlow-item.side-ad .watlow-side-ad-title p.application-title{
    font-size: 18px;
}
.sws-watlow-buttons-fr .watlow-item.side-ad .watlow-side-ad-subtitle p.application-subtitle {
  font-size: 1.7rem;
}
/**************************************     ABOUT PAGE     ************************************************/

.watlow-about .about-watlow-hero h1 {
    font-size: 2.2rem;
}

.watlow-about .about-watlow .gray-band-intro h2 {
    font-size: 1.2rem;
}
.expertise-content {
    padding: 0 1em;
}

.watlow-about .about-watlow-hero.french .span5 {
    width: 70%;
    margin: auto 0;
    display: flex;
    flex-direction: row;
    background-color: var(--watlow-primary-color);
    align-items: baseline;
}  
/* ********* END About Page ********* */
  
}

@media (max-width: 979px) {
  .row-fluid.watlow-sws-store{
    padding-top: 9px;
  }
/**************************************     HEADER     ************************************************/
.navbar-inner.watlow-mobile {
  font-family: var(--body-watlow-font);
  background-color: white;
  background: #ffffff;
  padding-top: 7px;
  padding-bottom: 7px;
}
.watlow-mobile .logo-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
 .watlow-mobile .span3 {
  width: 35%;
  float: left;
  margin: 0px;
}
.watlow-mobile img.brand.mobile-logo {
  width: 100%;
  padding: 0px 0px 0px 0px;
}
.watlow-mobile .span9 {
  margin-left: 0;
  margin-top: 0;
  width: 100%;
}
/**************************************     SEARCH BAR     ************************************************/
.watlow-mobile .mobile-search {
  width: 100%;
  margin-top: 0;
  padding: 0;
}
.watlow-mobile .mobile-search .input-append {
  padding: 0px !important;
  height: 35px;
  border-radius: 0px;
  border: 1px solid var(--watlow-light-grey);
  position: relative;
}
.watlow-mobile .input-append input {
  background: transparent;
  padding: 7px 5px 7px;
  border-radius: 0px;
  border: none;
  font-size: 15px !important;
  font-style: italic;
  width: 90%;
  box-shadow: none;
  font-family: var(--body-watlow-font);
}

.watlow-mobile .input-append .btn {
  padding: 6px;
  background-color: var(--watlow-light-grey);
  height: 35px;
  border-radius: 0px;
  width: 35px;
  transform: translateY(0%);
  margin-left: 0px;
  margin-top: 0px;
  float: right;
  border: 1px solid var(--watlow-light-grey);
}

.watlow-mobile .input-append .btn:hover {
  background-color: var(--watlow-yellow);
  border: 1px solid var(--watlow-yellow);
}
 .watlow-mobile .input-append input.refine-search:focus:invalid:focus {
  color: var(--watlow-yellow);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.watlow-mobile .input-append input[type="text"]:focus{
  box-shadow: none !important;
  color: var(--watlow-yellow);
}

/**************************************     NAV     ************************************************/
.watlow-mobile .sws-mobile-header-nav .navbar-watlow-subsite-mobile {
  width: 100%;
  margin-top: 0px !important;
  left: 0px !important;
  border-radius: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  /* background: var(--watlow-primary-color); */
}
  .watlow-mobile #SWS-mobile-first-nav {
    width: 30% !important;
}
  .watlow-mobile #SWS-mobile-second-nav {
    width: 30.25% !important;
    border-left: 1px solid white !important;
}
  .watlow-mobile #SWS-mobile-third-nav {
    width: 31% !important;
    border-left: 1px solid white !important;
}
  .watlow-mobile #SWS-mobile-hamburger-nav {
    width: 8.34% !important;
    border-left: 1px solid white;
}
.watlow-mobile .sws-mobile-header-nav .nav > li > a {
  font-size: 15px;
  color: white !important;
  padding: 4px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--body-watlow-font);
  background: var(--watlow-primary-color);
}

/* .watlow-mobile .sws-mobile-header-nav .nav > li > a:hover,  */
.watlow-mobile .sws-mobile-header-nav .nav > li > a:active, 
.watlow-mobile .sws-mobile-header-nav .nav > li > a:focus,
.navbar .watlow-mobile .nav li.dropdown.open>.dropdown-toggle, 
.navbar .watlow-mobile .nav li.dropdown.active>.dropdown-toggle, 
.navbar .watlow-mobile .nav li.dropdown.open.active>.dropdown-toggle{
  background-color: var(--watlow-lighter-grey) !important;
  color: black !important;
  border-radius: 0px;
}

/**************************************     HUMBURGER     ************************************************/
.watlow-mobile .sws-mobile-header-nav .btn-navbar {
  background-color: var(--watlow-primary-color) !important;
  border-image: initial !important;
  outline: none !important;
  margin: 0px;
  padding: 5px 0px;
  width: 100%;
  float: none;
  box-sizing: border-box;
  border-radius: 0;
  border: none;
}
.navbar .watlow-mobile .btn-navbar .icon-bar, 
.navbar .watlow-mobile .btn-navbar:hover .icon-bar {
  width: 18px;
  background-color: white !important;
  box-shadow: none;
  margin: 3px auto 3px;
  height: 2px;
}
/* END HAMBURGER */

/* SUB menu STYLES */
li#mobile-sws-1,
li#mobile-sws-2 {
  width: 100%;
  background-color: white;
}
.watlow-mobile #mobile-sws-1.watlow-mobile-sub-nav .nav,
.watlow-mobile #mobile-sws-2.watlow-mobile-sub-nav .nav {
  padding: 5px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  border-left: 1px solid var(--watlow-light-grey);
  border-right: 1px solid var(--watlow-light-grey);
  border-bottom: 1px solid var(--watlow-light-grey);
  border-top: 2px solid var(--watlow-primary-color);
  margin: 0px 0 0 0;
}
.watlow-mobile .watlow-mobile-sub-nav ul.first-col, 
.watlow-mobile .watlow-mobile-sub-nav ul.second-col {
  margin: 10px; 
}

.watlow-mobile .watlow-mobile-sub-nav ul.first-col{
    border-right: 1px solid var(--watlow-lighter-grey);
}


.watlow-mobile .accordion-inner .accordion-inner-sub {
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    /* justify-content: space-evenly; */
    margin: 0;
    width: 100%;
}

/* FLEX for INDUSTRIES */
.watlow-mobile .accordion-inner .solutions-with-extra-margin{
  margin: 10px;
}
.watlow-mobile .accordion-inner .accordion-inner-sub.solutions-by-industry {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.watlow-mobile .accordion-inner .accordion-inner-sub li {
  list-style: none;
  width: 100%;
}
/* Shared dropdown styles for all items */
.watlow-mobile .dropdown-menu li a,
.watlow-mobile .dropdown-menu li.dropdown-header-title,
.watlow-mobile .dropdown-menu li.dropdown-header a {
  white-space: pre-wrap;
  padding: 5px 5px !important;
  line-height: 20px;
  font-family: var(--body-watlow-font);
  font-size: 16px;
  text-align: left;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
   border-radius: 0px;
}
/* Regular links */
.watlow-mobile .dropdown-menu li a:not(.dropdown-header) {
  color: var(--watlow-primary-color);
  font-weight: 500;
  margin-right: 15px;
}

.watlow-mobile .dropdown-menu li.main-category a:not(.dropdown-header) {
        color: var(--watlow-primary-color);
        font-weight: 600;
        background-color: var(--watlow-lighter-grey);
}

.watlow-mobile .dropdown-menu li.view-all a:not(.dropdown-header) {
        font-weight: 600;
}
     
.watlow-mobile .dropdown-menu li a:not(.dropdown-header):hover {
  background-color: var(--watlow-primary-color) !important;
  color: white !important;
}

/* Titles (text-only and link-headers) */



/* SUB menu STYLES */

.watlow-mobile #mobile-sws-3 {
  top: -28px;
  background: white;
  width: 100%;
} /** Moves the PRODUCTS section to the TOP and align it with the Hamburger button **/

.watlow-mobile #mobile-sws-3 li.dropdown.dropdown-sup {
  background-color: var(--watlow-primary-color);
}
.watlow-mobile #mobile-sws-3 li.dropdown.dropdown-sup ul.dropdown-menu {
  background-color: white !important;
  width: 100%;
  margin: 0 !important;
  position: relative;
  top: 0px;
}
.watlow-mobile #mobile-sws-3 li.dropdown.dropdown-sup ul.dropdown-menu ul.accordion-inner.nav.mshow {
  border-left: 1px solid var(--watlow-light-grey);
  border-right: 1px solid var(--watlow-light-grey);
  border-bottom: 1px solid var(--watlow-light-grey);
  margin-bottom: 2px;
}
/* ********* END HEADER ********* */

/**************************************     HEROS     ************************************************/
.carousel-top.watlow-sws-store {
  margin-top: 0px;
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.row-fluid.watlow-sws-store {
  padding-top: 0px;
  padding-bottom: 0px;
}
.watlow-sws-store #myCarousel .carousel-inner.hero-section, 
.watlow-sws-store #myCarousel .carousel-inner.hero-section-french {
  display: flex;  
  align-items: flex-start;
  height: 320px;
}
.watlow-sws-store #myCarousel .hero-content {
  grid-template-columns: 1fr 1fr;
  height: 100%;
  display: grid;
  max-width: 979px;
} 
.watlow-sws-store #myCarousel .text-content {
  padding: 0em 2em 0em 3.5em;
  text-align: left;
  max-width: 400px;
}
.watlow-sws-store #myCarousel .text-content.text-content-french {
  padding: 0em 0em 0em 3.5em;
  max-width: 380px;
}
.watlow-sws-store #myCarousel .image-content{
  max-width: 400px;
}
.watlow-sws-store #myCarousel h1 {
  font-size: 1.3rem;
}
.watlow-sws-store #myCarousel .carousel-inner.hero-section-french h1 {
  font-size: 1.3rem;
}
.watlow-sws-store #myCarousel h2 {
  font-size: 1.75rem;
}
.watlow-sws-store #myCarousel p{
    font-size: 1rem;
}
.watlow-sws-store #myCarousel .carousel-btn {
  font-size: 0.9rem;
}

.watlow-sws-store #myCarousel .image-content img {
  object-fit: contain;
  height: auto;
  max-height: 300px;
}
/**************************************     BUTTONS     ************************************************/


/**************************************     SIDE AD     ************************************************/
.sws-watlow-buttons .side-ad-btn {
  font-size: 0.9rem;
  padding: 10px 24px;
}
.watlow-item.side-ad .watlow-side-ad-title p.application-title {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.watlow-item.side-ad .watlow-side-ad-subtitle p.application-subtitle {
  font-size: 1.5rem;
  padding: 0 8px
} 

.watlow-item.side-ad .watlow-side-ad-img a img {
    width: 100%;
    max-width: 90%;
}
/* End Side Ad*/
/* ********* END BUTTONS ********* */


/**************************************     ABOUT PAGE     ************************************************/
.watlow-about .about-watlow-hero {
  margin-top: -20px;
}

.watlow-about .about-watlow p {
    font-size: 14px;
}
.watlow-about .about-watlow .gray-band-intro h2 {
    font-size: 1.2rem;
}
.watlow-about .about-watlow-hero.french .span5 {
    width: 81%;
}

.watlow-about .about-watlow-hero .span5 {
    width: 60%;
}

.expertise-content {
    padding: 0 0.75em;
}

}

@media (min-width: 768px) and (max-width: 790px)  {
    .expertise-content {
    padding: 0 0.5em;
}
    
}
  
@media (max-width: 767px) {
  .row-fluid.watlow-sws-store {
    padding-top: 0px;
}
/**************************************     HEADER     ************************************************/
.navbar-inner.watlow-mobile {
  margin-left: -20px;
  margin-right: -20px;
}
.watlow-mobile .span3 {
  width: 45%;
}
.watlow-mobile .span9 {
  margin-bottom: 0;
}

/**************************************     SEARCH BAR     *******************************************/  
.watlow-mobile .input-append input {
  width: 88% !important;
}
/**************************************     NAV     ************************************************/
.watlow-mobile #SWS-mobile-hamburger-nav {
  width: 8.2% !important;
}
/**************************************     HEROS     ************************************************/
.row-fluid.watlow-sws-store {
  padding-bottom: 0;
}
.watlow-sws-store #myCarousel .carousel-inner.hero-section, 
.watlow-sws-store #myCarousel .carousel-inner.hero-section-french {
  height: 320px;
  margin-top: 0px;
  box-shadow: none;
}
.watlow-sws-store #myCarousel .hero-content {
  max-width: 768px;
}
.watlow-sws-store #myCarousel .text-content {
  padding: 0em 2em 0 1em;
}
.watlow-sws-store #myCarousel .text-content.text-content-french {
  padding: 0em 0em 0em 1em;
  max-width: 380px;
}
.watlow-sws-store #myCarousel h1 {
  font-size: 1.1rem;
}

.watlow-sws-store #myCarousel .carousel-inner.hero-section-french h1 {
    font-size: 1.1rem;
}

.watlow-sws-store #myCarousel h2 {
  font-size: 1.5rem;
}

.watlow-sws-store #myCarousel .carousel-inner.hero-section-french h2 {
    font-size: 1.35rem;
}
.watlow-sws-store #myCarousel .image-content {
  max-width: 350px;
}
.watlow-sws-store #myCarousel .hero-content .image-content img {
  box-shadow: none;
}
/**************************************     BUTTONS     ************************************************/
.watlow-item.side-ad{
  display: none;
  visibility: hidden;
}
.watlow-item:not(.side-ad) {
  height: 10em;
}
.sws-watlow-buttons .watlow-grid-container {
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-bottom: 2%;
}
.watlow-item img {
  max-width: 70%;
}
/* ********* END BUTTONS ********* */
/**************************************     ABOUT PAGE     ************************************************/
.watlow-about .about-watlow-hero {
  margin-top: 0px;
}
.watlow-about .about-watlow .gray-band-intro .gray-band-intro-list {
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2em;
}

.watlow-about .about-watlow-hero h1 {
    font-size: 2rem;
}

.about-us-image {
    width: 10%;
     margin: 0;
}

.watlow-about .about-watlow .gray-band-intro h2 {
    text-align: left;
}

.expertise-content {
    padding: 0;
}

.watlow-about .about-watlow-hero .span5 {
    width: 57%;
}

.about-watlow-hero .about-us-logo {
    width: 64%;
    margin: 10px 15px;
}

.watlow-about .about-watlow-hero.french h1 {
    font-size: 1.5rem;
    padding: 1rem;
}
}

@media (max-width: 600px) {
/**************************************     HEADER     ************************************************/
.watlow-mobile .span3 {
  width: 60%;
}
/**************************************     SEARCH BAR     ************************************************/
.watlow-mobile .mobile-search .input-append {
  height: 30px;
}
.watlow-mobile .input-append input {
  width: 82% !important;
  padding: 5px;
}
.watlow-mobile .input-append .btn::before {
  margin-left: -14px;
  border-top: 7px solid transparent;
  border-right: 7px solid #EE3526;
  border-bottom: 7px solid transparent;
}
.watlow-mobile .input-append .btn {
  height: 30px;
  width: 30px;
}
.watlow-mobile .input-append .btn img {
  margin: -6px -1px 0 0 !important;
}
/**************************************     NAV     ************************************************/
.watlow-mobile #SWS-mobile-hamburger-nav {
  width: 8% !important;
}

.watlow-mobile .accordion-inner .accordion-inner-sub {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    margin: 0;
    width: 100%;
}

.watlow-mobile .watlow-mobile-sub-nav ul.first-col {
    border-right: none; 
}

.watlow-mobile .dropdown-menu li.main-category a:not(.dropdown-header) {
    margin-right: 0;
}

.watlow-mobile .watlow-mobile-sub-nav ul.first-col, .watlow-mobile .watlow-mobile-sub-nav ul.second-col {
    margin-bottom: 0;
}

.watlow-mobile .watlow-mobile-sub-nav ul.second-col {
    margin-top:0;
}


/**************************************     HERO     ************************************************/
 .watlow-sws-store #myCarousel .carousel-inner.hero-section, 
.watlow-sws-store #myCarousel .carousel-inner.hero-section-french {
  height: 388px;
  margin-top: 0px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
 .watlow-sws-store #myCarousel .hero-section, 
.watlow-sws-store #myCarousel .image-content {
  order: -1;
  padding: 0em;
  background-position: 55%;
}
.watlow-sws-store #myCarousel .hero-content {
  max-width: 600px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  justify-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 0.5em 0;
}
.watlow-sws-store #myCarousel .text-content {
  padding: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  max-width: 480px;
  max-height: 300px;
  height: auto;
}
.watlow-sws-store #myCarousel .text-content.text-content-french {
  padding: 0em 1em;
  max-width: 480px;
}
.watlow-sws-store #myCarousel h1 {
  text-align: center;
  font-size: 1rem;
}
.watlow-sws-store #myCarousel h2 {
  font-size: 1.3rem;
  text-align: center;
}
.watlow-sws-store #myCarousel p {
  font-size: 0.8rem;
  text-align: center;
}
.watlow-sws-store #myCarousel .image-content {
  max-width: 200px;
}
.watlow-sws-store #myCarousel .hero-section.hero-section-french .image-content{
  max-width: 180px;
}
.watlow-sws-store #myCarousel .hero-content .image-content img {
  box-shadow: none;
  max-height: 200px;
  width: 100%;
  height: 100%;
}
/********/  

/**************************************     BUTTONS     ************************************************/
.watlow-item:not(.side-ad) {
  height: 9em;
}
.watlow-item img {
  max-width: 60%;
}
/* ********* END BUTTONS ********* */
/**************************************     ABOUT PAGE     ************************************************/

.watlow-about .about-watlow-hero.french .span5 {
    width: 100%;
    justify-content: center;
    align-content: baseline;
}

.about-watlow-hero.french .about-us-logo {
    width: 48%;
    margin: 5px 15px;
}

.about-us-image {
    width: 13%;
     margin: 0;
}
}

@media (max-width: 480px) {
/**************************************     HEADER     ************************************************/
.watlow-mobile .span3 {
  width: 70%;
}
/**************************************     SEARCH BAR     ************************************************/

.watlow-mobile .input-append input {
  width: 80% !important;
}
/**************************************     NAV     ************************************************/
.watlow-mobile #SWS-mobile-third-nav {
  width: 30.5% !important;
}
.watlow-mobile #mobile-sws-1.watlow-mobile-sub-nav .nav {
  padding: 10px 10px 0px;
}
.watlow-mobile .accordion-inner .accordion-inner-sub {
  grid-template-rows: repeat(2, 1fr);
  gap: 0px;
  grid-template-columns: repeat(1, 1fr);
}
.watlow-mobile .watlow-mobile-sub-nav ul.first-col {
  margin-bottom: 0px;
}
.watlow-mobile .watlow-mobile-sub-nav ul.second-col {
  margin-top: 0px;
}

/*******************************************     HUMBURGER     *******************************************/

/**************************************     HERO     ************************************************/
.carousel-top.watlow-sws-store {
  padding-bottom: 0em;
}
.watlow-sws-store #myCarousel .hero-content {
  max-width: 480px;
}
.watlow-sws-store #myCarousel h1, .watlow-sws-store #myCarousel .carousel-inner.hero-section-french h1 {
  font-size: 0.9rem;
}

.watlow-sws-store #myCarousel h2, .watlow-sws-store #myCarousel .carousel-inner.hero-section-french h2 {
  font-size: 1rem;
}

.watlow-sws-store #myCarousel p{
  font-size: 0.9rem;
}
.watlow-sws-store #myCarousel .text-content,
.watlow-sws-store #myCarousel .text-content.text-content-french {
  max-width: 400px;
  padding: 1em;
}

.watlow-mobile #SWS-mobile-hamburger-nav {
    width: 8.3% !important;
}
/**************************************     BUTTONS     ************************************************/
.watlow-item:not(.side-ad) {
  height: 7em;
}
.sws-watlow-buttons .watlow-item {
  grid-template-columns: repeat(1, 1fr);
  align-content: center;
  justify-items: center;
}
.watlow-item:hover:not(.side-ad) {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.watlow-item img {
  max-width: 40%;
}
.sws-watlow-buttons .watlow-item .watlow-application-line {
  width: 50%;
}
/* ********* END BUTTONS ********* */
/**************************************     ABOUT PAGE     ************************************************/
.watlow-about .about-watlow-hero {
  background-position: center bottom;
  height: 250px;
}
.watlow-about .about-watlow-hero h1 {
    padding: 0.5em;
    font-size: 1.5rem;
}

.watlow-about .about-watlow-hero.french h1 {
    font-size: 1.2rem;
    padding: 1rem;
}

.about-watlow-hero.french .about-us-logo {
    width: 44%;
    margin: auto 15px;
}

.sws-watlow-buttons .watlow-application-title .application-title {
    font-size: 13px;
}
.about-us-image {
    width: 15%;
     margin: 0;
}

}

@media (max-width: 399px) {
  /**************************************     HEADER     ************************************************/

/**************************************     SEARCH BAR     ************************************************/
.watlow-mobile .mobile-search .input-append {
  height: 25px;
}
.watlow-mobile .input-append input {
  width: 72% !important;
  padding: 3px 5px;
  font-size: 12px !important;
}
.watlow-mobile .input-append .btn::before {
  margin-left: -12px;
  border-top: 5px solid transparent;
  border-right: 5px solid #EE3526;
  border-bottom: 5px solid transparent;
}
.watlow-mobile .input-append .btn {
  height: 25px;
  width: 25px;
}
.watlow-mobile .input-append .btn img {
  margin: -10px -1px 0 0 !important;
}
/**************************************     NAV     ************************************************/

.watlow-mobile .sws-mobile-header-nav .nav > li > a {
  font-size: 0.9em;
}
.navbar .watlow-mobile .btn-navbar .icon-bar, .navbar .watlow-mobile .btn-navbar:hover .icon-bar {
  width: 1em;
}
/**************************************     HERO     ************************************************/
.watlow-sws-store #myCarousel h2,
.watlow-sws-store #myCarousel p {
  padding: 0 10px;
}
.watlow-sws-store #myCarousel .image-content {
  max-width: 180px;
}

.watlow-sws-store #myCarousel .carousel-inner.hero-section, .watlow-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 380px;
}
/**************************************     BUTTONS     ************************************************/
.sws-watlow-buttons .watlow-grid-container {
  grid-template-columns: repeat(1, 1fr);
}

.watlow-mobile #SWS-mobile-hamburger-nav {
    width: 8.2% !important;
}
/* ********* END BUTTONS ********* */
/**************************************     ABOUT PAGE     ************************************************/
.watlow-about .about-watlow-hero h1 {
  font-size: 1.2rem;
}
.watlow-about .about-watlow .gray-band-intro h2{
    color: var(--watlow-primary-color);
    font-size: 1.5rem;
}
.watlow-about .about-watlow p {
  font-size: 14px;
}
.watlow-about .about-watlow-hero.french .span5, .watlow-about .about-watlow-hero .span5 {
    width: 100%;
    justify-content: center;
}

.watlow-about .about-watlow-hero.french h1 {
    font-size: 1.2rem;
    padding: 0.7rem;
}

.about-us-image {
    width: 25%;
    margin: 0;
}

}
@media (max-width: 329px) {
/**************************************     HEADER     ************************************************/
.navbar-inner.watlow-mobile {
  padding-bottom: 0px;
}
.watlow-mobile .sws-mobile-header-nav .nav > li > a {
  font-size: 0.8em;
}
.navbar .watlow-mobile .btn-navbar .icon-bar, .navbar .watlow-mobile .btn-navbar:hover .icon-bar {
  width: 0.8em;
}
/**************************************     NAV     ************************************************/
.watlow-mobile #SWS-mobile-third-nav {
  width: 30.4% !important;
}
.watlow-mobile #SWS-mobile-hamburger-nav {
    width: 8.1% !important;
}
/**************************************     HERO     ************************************************/

/**************************************     BUTTONS     ************************************************/

.sws-watlow-buttons .watlow-grid-container {
  grid-template-columns: repeat(1, 1fr);
}
/* ********* END BUTTONS ********* */
/**************************************     ABOUT PAGE     ************************************************/

    
    .watlow-about .about-watlow-hero.french h1 {
    font-size: 1rem;
    padding: 0.3rem;
}
}

