
:root {
  --brand-flo-main-blue: #0092D0;
  --brand-flo-darker-blue: #0082C5;
  --brand-flo-orange: #FF5003;
  --brand-flo-bnt-color: #F5F3ED;
  --brand-flo-text--gray: #707070;
  --brand-flo-ligth--gray: #F1F1F1;
  --brand-flo-white: #fff;
  --brand-flo-black: #000000;
  --brand-flo-cta-blue: #5CE0F2;
  --brand-flo-li-background-light: #f6f6f6;
  --body-flo-fonts:"Roboto", sans-serif;
  --heading-flo-fonts: "Orbitron", sans-serif;

}

.flo-security-header h3{
  text-transform: uppercase;
}

.navbar-flo-subsite-mobile .nav-collapse .open > .dropdown-menu li > a:active, .navbar-flo-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a:active, .flo-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a:active{
  color: inherit !important;
    text-decoration: none;
    background: none;
    outline: none;
}

.flo-search input.refine-search.appendInputButton:-moz-placeholder { /* Firefox 4-18 */
  /* your styles */
  opacity: 1;
}
a:focus,
a:active,
a:visited {
    outline: none;
    box-shadow: none;
}



.sws-carousel-drop-shadow .carousel-inner{
    width: 100%;
    background-color: var(--brand-flo-main-blue);
    background-image: url(/images/pages/flomec/flomec-sws-hero-white-frame-bg.svg);
    background-size: 102%;
    background-position-y: 101%;
    background-repeat: no-repeat;
}


@media (min-width: 1200px) {
	
	/* Sometimes we need this, but not always. Remove if you don't need it */
	
}

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


/* This is for most of the header.
	Header as a whole, logo, slogan, search, shipping */


.flo-header {
    font-family: var(--body-flo-fonts) ;
    width: 100vw ;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding:0px;
    box-sizing: border-box;
   border-bottom: 2px solid #fff;
   background-color: var(--brand-flo-main-blue);
   padding-block: 1em;
    
  }

  #store-banner.flo-header *, .sws-mobile-header-nav *, .flo-mobile-sub-nav * {
    list-style: none;
}

  #store-banner.flo-header *{
    font-size: 16px;
  }

#store-banner.flo-header .dropdown-menu a{
  font-size: 14px;
  margin-left: 0px;
  line-height: 20px;
} 

#store-banner.flo-header :not(.solutions) > .dropdown-menu li:last-child a{
  color: var(--brand-flo-main-blue);
}


.flo-header-nav .sws-mobile-header-nav .flo-mobile-sub-nav#mobile-sws-1 ul > li {
  margin-bottom: 8px;
  font-size: 14px;
}

.flo-nav-container{
  display: flex;
  align-items: center;
}
  .flo-header > .row-fluid {
    max-width: 1140px;
    margin: 0 auto;
   
  }
  
  .flo-header .span4.logo-flo-sws {
    width: 260px;
  }
  .flo-header .span9.subheading-nav {
    margin-block: 10px ;
  }
  
  .flo-search form#ProductDisplayForm button.btn.btn-default , .mobile-search form#ProductDisplayForm button.btn.btn-default {

   background-color: var(--brand-flo-orange);
    margin-top: 0px;
  }

  .sws-carousel-drop-shadow img, .sws-carousel-drop-shadow .carousel-inner{
    box-shadow: none;
  }

  .flo-carousel-bg-image .product-image img{
    box-shadow: none !important;
  }

  .flo-search.input-append  {
    margin-top: 12px;
    margin-left: 0;
    width: 341px;
    margin-right: -8px;
  }

.flo-search-fr.input-append{
  width: 365px;
  margin-right: -14px;
}

  .flo-search input#ProductSearch.appendInputButton, .mobile-search input#ProductSearch{
    border-right: none !important;
    border-radius: 0px;
    background-color:none;
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;    
    box-shadow: none;        
    border: none;
    height: 28px !important
  }

 .mobile-search form#ProductDisplayForm button.btn.btn-default{
  border-radius: 0px;
 }

.flo-search .btn.btn-default , .input-append.mobile-search .btn.btn-default {
  border: none;
  height: 36px !important;
  border-left: none !important;
  background-color: none;
}

.flo-search .btn.btn-default{
	border-radius: 0;
}

 /* nav bar */
  .span9.subheading-nav{
    display: flex;
    flex-direction: column;
    align-items: end;
    
  }

   .navbar-flo-subsite.nav>li>a{
    color:#fff !important;
    
    
  } 

  
  .navbar-flo-subsite.nav>li>a>img{
    width: 24px;
    height: auto;
  }



  .solutions-by-industry a{
    margin-inline: 20px !important;
  }
  
/* search bar */

.input-append.flo-search .btn {
  margin-left: -5px !important;
}

.flo-search form#ProductDisplayForm button.btn.btn-default i.icon-search , .mobile-search form#ProductDisplayForm button.btn.btn-default i.icon-search {
  background-image: url(/images/pages/flomec/flomec-magnifying-glass.svg);
   margin: 2px 0px 0px 0px!important;
    width: 15px;
    height: 15px;
    background-position: unset;
    background-repeat: repeat-x;
  
  
}

.navbar-flo-subsite li.dropdown.open>.dropdown-toggle {
  background-color: unset !important;
}


/* placeholder color - start */

/* Note: Keep them as separate declarations. Combining them breaks it. */
.flo-search input.refine-search.appendInputButton::-webkit-input-placeholder { /* Chrome, Opera, Safari */
    color: var(--brand-flo-text--gray);
}
.flo-search input.refine-search.appendInputButton:-moz-placeholder { /* Firefox 4-18 */
  color: var(--brand-flo-text--gray);
    opacity: 1;
}
.flo-search input.refine-search.appendInputButton::-moz-placeholder { /* Firefox 19+ */
    color: var(--brand-flo-text--gray);
    opacity: 1;
}
.flo-search input.refine-search.appendInputButton:-ms-input-placeholder,  input.appendInputButton:-ms-input-placeholder { /* IE 10-11 */   color: var(--brand-flo-text--gray);   }
.flo-search input.refine-search.appendInputButton::-ms-input-placeholder,  input.appendInputButton::-ms-input-placeholder { /* MS Edge */    color: var(--brand-flo-text--gray);   }
.flo-search input.refine-search.appendInputButton::placeholder,  input.appendInputButton::-ms-input-placeholder {    color: var(--brand-flo-text--gray);  }

.navbar-flo-subsite h5 {
  color:var(--brand-flo-main-blue);
  text-transform: uppercase;
  font-family: var(--heading-flo-fonts);
  font-size: 14px !important;
}
.flo-mobile-sub-nav h5{
  font-family: var(--heading-flo-fonts);
  color:var(--brand-flo-main-blue);
  font-size: 14px;
  margin-block: 5px;
  text-transform: uppercase;

}
.navbar-flo-subsite .view-all-category>a{
  font-weight: 800 !important;
  
}

.navbar-flo-subsite .products .dropdown-menu > ul, .navbar-flo-subsite .industries .dropdown-menu > ul, .flo-mobile-sub-nav .accordion-inner > ul, .flo-mobile-sub-nav .accordion-inner-sub > ul:not(:last-of-type)  {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  margin-left: 0px;
}

.flo-mobile-sub-nav .accordion-inner-sub > ul:last-of-type{
  margin:0px;
}

.navbar-flo-subsite .products .dropdown-menu > ul{
  grid-template-columns: repeat(3, 1fr);
}

.navbar-flo-subsite .dropdown-column{
  width: 172px;
}

.navbar-flo-subsite  .industries .dropdown-column{
  width: 160px;
}

.navbar-flo-subsite .dropdown-column:first-of-type{
  border-right: 2px solid var(--brand-flo-ligth--gray);
  margin-left: 0px;
}

.navbar-flo-subsite .solutions .dropdown-column{
  border-right: unset;
 
}

.navbar-flo-subsite .solutions .dropdown-menu ul{
   margin-left: 0px;
}

.navbar-flo-subsite .dropdown-menu li>a{
  white-space: unset;
  padding: 3px 10px;
}


.navbar-flo-subsite ul.grid-item li {
  list-style-type: none; 
  display: flex;
  align-items: baseline;
}

.navbar .navbar-flo-subsite.pull-right>li>.dropdown-menu{
  right: -253px;
  top: 120%;
  border-radius: 8px;
  padding: 10px 20px;
  border: none;
}

.navbar.navbar-inner-flo-subsite-french .navbar-flo-subsite.pull-right>li>.dropdown-menu{
  right: -279px;
}

.navbar .navbar-flo-subsite.pull-right >li.solutions>.dropdown-menu{
  right: -110px;
}
.navbar.navbar-inner-flo-subsite-french .navbar-flo-subsite.pull-right >li.solutions>.dropdown-menu{
  right: -135px;
}

.navbar.navbar-inner-flo-subsite-french .navbar-flo-subsite .dropdown-column{
  width: 182px;
}

/* Defines the grid layout for the items inside the dropdown menu */
.navbar-flo-subsite .dropdown-menu .grid-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr)); /* Creates flexible columns */
  gap: 0px; /* Spacing between columns */
  padding-block: 20px; /* Internal padding of the container */
}

/* Defines the styles for the grid items */
.navbar-flo-subsite .dropdown-menu .grid-container .grid-item {
  display: flex;
  flex-direction: column;
  padding-right: 0px; /* Space for the border */
  border-right: 1px solid var(--brand-flo-ligth--gray); /* Vertical border */
}

/* Removes the border from the last grid item */
.navbar-flo-subsite .dropdown-menu .grid-container .grid-item:last-child {
  border-right: none; /* Removes the border from the last column */
}

/* Defines the color of the links */
.navbar-flo-subsite a {
  /* color: var(--brand-flo-main--gray) !important;  */
  padding-bottom: 8px !important;
}

/* Removes the bullets from <li> inside .grid-item */
.navbar-flo-subsite .grid-item li {
  list-style-type: none; /* Removes the bullets */
  padding-left: -31px; /* Removes any left padding */
}

.navbar .pull-right>li>.dropdown-menu:before, .navbar .nav>li>.dropdown-menu.pull-right:before {
  right: auto;
  left: 108px;
}
.navbar .pull-right>li>.dropdown-menu:after, .navbar .nav>li>.dropdown-menu.pull-right:after {
  right: auto;
  left: 109px;
}

.navbar .pull-right>li.solutions>.dropdown-menu:before, .navbar .nav>li.solutions>.dropdown-menu.pull-right:before {
  right: auto;
  left: 52px;
}
.navbar .pull-right>li.solutions>.dropdown-menu:after, .navbar .nav>li.solutions>.dropdown-menu.pull-right:after {
  right: auto;
  left: 53px;
}

.navbar-inner-flo-subsite-french.navbar .pull-right>li.solutions>.dropdown-menu:after, .navbar-inner-flo-subsite-french.navbar .nav>li.solutions>.dropdown-menu.pull-right:after {
  left: 36px;
}

.navbar-inner-flo-subsite-french.navbar .pull-right>li.solutions>.dropdown-menu:before, .navbar-inner-flo-subsite-french.navbar .nav>li.solutions>.dropdown-menu.pull-right:before {
  right: auto;
  left: 35px;
}

.navbar .pull-right>li.industries>.dropdown-menu:before{
  right: auto;
  left: 603px;
}

.navbar .pull-right>li.industries>.dropdown-menu:after {
  right: auto;
  left: 604px;
}
.navbar-inner-flo-subsite-french .pull-right>li.industries>.dropdown-menu:before{
  left: 578px;
}

.navbar-inner-flo-subsite-french .pull-right>li.industries>.dropdown-menu:after{
  left: 579px;
}


.navbar-flo-subsite .forum a{
  padding-top: 16px !important;
  padding-bottom: 8px;
}

.navbar-flo-subsite a {
  padding-inline: 0px !important;
  margin-left: 59px;

}

.navbar-flo-subsite .dropdown-menu a{
  margin-left: 20px;
}
/* hover efect */

/* Basic style for the link */
.navbar-flo-subsite a {
  position: relative; /* Necessary to correctly position the pseudo-element */
  text-decoration: none; /* Removes the default underline */
  color: inherit; /* Uses the default text color */
  display: inline-block; /* Allows the pseudo-element to adjust to the text size */
  padding-bottom: 5px; /* Space for the bottom line */
  transition: color 0.3s ease; /* Animation for text color */
}

/* Pseudo-element for the hover line */
.navbar-flo-subsite a::after {
  content: ''; /* Necessary to create the pseudo-element */
  position: absolute;
  bottom: 0; /* Aligns the line with the bottom of the link */
  left: 0; /* Starts from the left side */
  height: 4px; /* Height of the line */
  width: 0; /* Starts with a width of 0 */
  
background: var(--brand-flo-orange);
  transition: width 0.4s ease; /* Animation for the width of the line */
  
}

/* Hover effect */

.navbar-flo-subsite.nav>li>a:hover{
  color:var(--brand-flo-main-blue);

}

.navbar-flo-subsite a:hover::after {
  width: 100%; /* The line grows to fill the width of the link text */
}

/* Excludes links inside .dropdown-menu within .dropdown.products */
.navbar-flo-subsite .dropdown.hover-off .dropdown-menu a:hover::after {
  width: 0; /* Keeps the line width at 0, no hover effect */
}

.navbar-flo-subsite .dropdown.hover-off .dropdown-menu a:hover {
  color: inherit; }

/* Remove any existing background on hover */
.dropdown-menu li a:hover, 
.dropdown-menu li a:focus, 
.sws-mobile-header-nav .dropdown-column li a:hover,
.sws-mobile-header-nav .dropdown-column li a:focus {
    background-color: transparent !important;
    color: var(--brand-flo-orange) !important;
    text-decoration: none;
}

/* Apply hover color to the text outside the link */
.dropdown-menu li a:hover + span, 
.dropdown-menu li a:focus + span {
  color: var(--brand-flo-main-blue) !important; /* Red color for the text on hover */

}


.flo-mobile-sub-nav .grid-container , .accordion-inner.nav.mshow .grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: fit-content;
  }

.flo-mobile-sub-nav .grid-container ul.grid-item li{
  display: flex;
  align-items: baseline;
}


/* --- FRENCH --- */

/* --- END FRENCH --- */


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


/* This is for the nav specifically since it has a lot of styles on its own */

/* --- FRENCH --- */

/* --- END FRENCH --- */


/* ********* END HEADER ********* */
/* ********* ADS ********* */


/* ********* HEROS ********* */

.flo-carousel-bg-image{
  background-size: cover;
  background-position: center;
  height: 430px;
  padding: 0px !important;
  position: relative;
  
}

.flo-carousel-bg-image .product-image{
  display: flex;
  justify-content: center;
  position: relative;
  
}

.flo-carousel-bg-image > h2{
  margin-top: 0px;
}

.flo-carousel-bg-image .product-image img{
  width: 100%;
   left: 0px;
  
}

.flo-carousel-bg-image .hero-content .text-content h2{
  color:#fff;
  font-family: var(--body-flo-fonts);
  font-size: 16px;
  margin-bottom: 0px;
  text-transform: uppercase;
  font-weight: 500;
}


.flo-carousel-bg-image .product-image.carousel-1 img{
  max-height: 300px;
}


.flo-carousel-bg-image .product-image.carousel-2 img{
  margin-bottom: -133px;
  max-height: 390px;
    
}

.flo-carousel-bg-image .hero-content {
  max-width: 1140px;
    width: 100%;
    max-height: 385px;
    align-items: center;
    padding: 0px 20px;
    display: grid;
    grid-template-columns: 4fr 3fr;
    grid-template-rows: 1fr;
    height: 100%;
    margin: 0 auto !important;

}

.row-fluid.carousel-top.sws-flo-carousel{
  width: 100vw !important;
 margin-top: -15px;
  margin-left: -50vw;
  left: 50%;
  position: relative;
  height: 385px;
}


/* Target the h2 inside the .text-content within .hero-content.flo-carousel-bg-image */
.flo-carousel-bg-image .text-content h2 {
 margin-top: 0px !important;
}

/* Background gradient layer */


/* Ensure the hero-content is behind the text but in front of the bg-gradient */
.flo-carousel-bg-image {
  position: relative;
  z-index: 0; /* Positioned behind the bg-gradient */
  
}

/* Ensure text content (h2, h3, p) and product image are in front of the gradient */
.flo-carousel-bg-image .hero-content .text-content h2,
.flo-carousel-bg-image .hero-content .text-content h3,
.flo-carousel-bg-image .hero-content .text-content p,
.flo-carousel-bg-image .hero-content .product-image{
  position: relative;
  z-index: 2; /* Positioned in front of the bg-gradient */
}

.flo-carousel-bg-image .hero-content .text-content h1{
      font-size: 42px;
    font-weight: 500;
    color: #fff;
    margin-bottom: 14px;
    line-height: 52px;
    font-family: var(--heading-flo-fonts);
    text-shadow: 0px 0px 8px rgba(0,0,0,0.32);
}

.flo-carousel-bg-image .hero-content .text-content h1 span{
  color: var(--brand-flo-main-blue);
  font-style: italic;
  font-weight: 700;

}

.flo-carousel-bg-image .hero-content .text-content h3{
    font-size: 24px;
    font-weight: 300;
    line-height: normal;
    color: #fff;
    font-family: var(--body-flo-fonts);
}

.flo-carousel-bg-image .hero-content .text-content a{
      position: relative;
    padding: 15px 30px;
    color: #fff;
    z-index: 2 !important;
    font-size: 14px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--brand-flo-orange);
    margin-top: 30px;
    font-family: var(--body-flo-fonts);
    border-radius: 6px;
}

.flo-carousel-bg-image .hero-content .text-content a:hover, .flo-side-ad--btn-wrapper a:hover{
  -webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.17); 
  box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.17);
}

/* hover  hero btn */

.carousel-top.sws-flo-carousel .sws-carousel-drop-shadow 
 .hero-content .text-content p.text-nowrap {
 margin-bottom: 30px;
 font-size: 22px;
 line-height: 32px;
 color: var(--brand-flo-main--gray);
}

.sws-flo-carousel .carousel-control-new{
  margin-inline: 15px;
  background-color: #fff;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  position: absolute;
  text-shadow: unset !important;
  border: 0px;
}

/* ********* END HEROS ********* */

/* in case you need to adjust the spacing under the ads */


 .flo-side-ad.btn-14 .side-ad-product-image{
  text-align: center;
 }

  .flo-side-ad.btn-14{
    text-align: center;
    padding: 20px;
    background-color: var(--brand-flo-li-background-light);
    position: relative;
  }

  .flo-side-ad.btn-14 h1, .flo-side-ad.btn-14 h3{
    color: var(--brand-flo-black);
    font-weight: 300;
  }

  .flo-side-ad.btn-14 h1{
   margin-bottom: 10px;
   font-family: var(--body-flo-fonts);
  }

  .sws-flo-buttons-fr .flo-side-ad.btn-14 h1{
    font-size: 28px;
  }

  .sws-flo-buttons-fr .flo-side-ad.btn-14 .side-ad-cta{
    font-size: 14px;
  }

  .sws-flo-buttons-fr .flo-side-ad.btn-14 .side-ad-product-image img{
    height: 215px;
  }

  .flo-side-ad.btn-14 h3{
    font-size: 16px;
    line-height: 1.3;
    font-family: var(--body-flo-fonts);
  }

  .flo-side-ad.btn-14 .side-ad-cta{
    padding: 10px 20px;
    color: var(--brand-flo-black);
    z-index: 2 !important;
    font-size: 16px;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--brand-flo-cta-blue);
    margin-top: 20px;
    font-family: var(--body-flo-fonts);
  }

  .flo-side-ad.btn-14 .side-ad-cta:hover{
        -webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.17);
    box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.17);
  }

.flo-side-ad.btn-14 .side-ad-product-image img{
 height: 239px;
 margin-left: auto;
 margin-right: auto;
}

.flo-sws-gts.flo-side-ad.btn-14 .side-ad-product-image img{
  height: 355px;
}

.flo-side-ad.btn-14 .gradient-bottom-bar{
  height: 10px;
  width: 100%;
  background: linear-gradient(-90deg,#f99d1d,#cb3c6d 48%,#782a8f);
  position: absolute;
  bottom: 0px;
  left: 0px;
}

/* ********* END ADS ********* */

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




.row-fluid.ipad-view-setting.sws-flo-buttons {
  display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(4, 1fr);
grid-column-gap: 22px;
grid-row-gap: 22px;
  margin-top: 100px;
  }
  
.flo-cat-button{
    background-color: var(--brand-flo-bnt-color);
    overflow: hidden;
    position: relative;
    height: 100%;
    display: flex;
    align-content: center;
    align-items: center;
    padding-inline: 25px;
    flex-wrap: wrap;
    height: 10em;
}

.flo-cat-button::after{
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  top:0px;
  left: 0px;
  z-index: 1;
  background-repeat: no-repeat;
  opacity: 0.22;
  filter: grayscale(100%);
  transition: all 0.3s ease;
  border-radius: 8px;
}

.flo-cat-button:has(a:hover)::after {
  opacity: 1;
  filter: grayscale(0%);

}

.flo-cat-button:has(a:hover){
-webkit-box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15); 
box-shadow: 0px 0px 10px 1px rgba(0,0,0,0.15);
}


.flo-cat-button a{
      height: 100%;
    width: 100%;
    z-index: 3;
    position: absolute;
    right: 0px;
    top: 0px;
     border-radius: 8px;

}

.flo-cat-button, .flo-side-ad{
  border-radius: 8px;
}

 .btn-01::after{
    background-image: url(/images/pages/flomec/TM200-N-5.webp); background-position-x: 175%; background-position-y: -23%;  background-size: 74%;
   
 }

.btn-02::after{
    background-image: url(/images/pages/flomec/agriculture-bnt-image.webp);
    background-position-x: 123%;
    background-position-y: -45%;
    background-size: 55%;
 }

.btn-03::after{
    background-image: url(/images/pages/flomec/accessories-btn-image.webp);
    background-position-x: 129%;
    background-position-y: 9%;
    background-size: 55%;
 }

  .btn-04::after{
    background-image: url(/images/pages/flomec/chemical.webp);
    background-position-x: 115%;
    background-position-y: -25%;
    background-size: 56%;
 }

 .btn-05::after{
    background-image: url(/images/pages/flomec/food-and-beverage.webp);
    background-position-x: 128%;
    background-position-y: -23%;
    background-size: 60%;
 }

  .btn-06::after{
    background-image: url(/images/pages/flomec/agriculture-bnt-image.webp);
    background-position-x: 123%;
    background-position-y: -45%;
    background-size: 55%;
 }

 .btn-07::after{
    background-image: url(/images/pages/flomec/water-treatment.webp);
    background-position-x: 200%;
    background-position-y: -10%;
    background-size: 76%;
 }

 .flo-cat-button.btn-08{
  background-color: var(--brand-flo-main-blue);
  display: grid;
grid-template-columns: 1fr;
grid-template-rows: repeat(3, 1fr);
grid-column-gap: 0px;
grid-row-gap: 0px;
padding: 0px;
 }

 .flo-cat-button.btn-08 .title-wrapper{
  grid-area: 1 / 1 / 3 / 2;

 }

 .flo-cat-button.btn-08 .cta-wrapper{
    grid-area: 3 / 1 / 4 / 2;
    background-color: var(--brand-flo-darker-blue);
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    border-top: 3px solid #fff;
    box-sizing: border-box;
 }

 .flo-cat-button.btn-08 p{
  color:#fff;
  text-align: center;
  margin: 0px 10px;
  
 }

  .flo-cat-button.btn-08 .cta-wrapper p{
   font-family: var(--body-flo-fonts);
  }

  .flo-cat-button.btn-08:hover .cta-wrapper{
    background-color: var(--brand-flo-orange);
  }

  .flo-cat-button.btn-08:hover{
    background-color: var(--brand-flo-darker-blue);
  }
  .flo-side-ad.btn-09{
    background-color: var(--brand-flo-main-blue);
    position: relative;
    overflow: hidden;
    background-image: url(/images/pages/flomec/side-ad-dark-blue-wavy-frame.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-position-y: bottom;
  }

  .flo-side-ad.btn-09 a{
    height: 100%;
    width: 100%;
    display: flex;
    position: absolute;
    top: 0px;
    padding: 20px;
    box-sizing: border-box;
  }

  .flo-side-ad.btn-09 .side-ad-text *{
    color:#fff;
    font-family: var(--body-flo-fonts);
  }

  .flo-side-ad.btn-09 .side-ad-text h1{
    font-family: var(--heading-flo-fonts);
    color: #fff;
    line-height: 1.4;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: 600;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.34);
  }

  .flo-side-ad.btn-09 .side-ad-text h2{
    font-size: 14px;
    text-transform: uppercase;
    margin: 0px;
  }

  .flo-side-ad.btn-09 .side-ad-text h3{
    font-size: 20px;
  }

  .flo-side-ad.btn-09 .side-ad-text span{
    padding: 10px 30px;
    color: #fff;
    z-index: 2 !important;
    display: inline-flex;
    align-items: center;
    font-weight: 600;
    text-transform: uppercase;
    background-color: var(--brand-flo-orange);
    margin-top: 10px;
    font-family: var(--body-flo-fonts);
    border-radius: 6px;
    font-size: 12px;
  }

  .flo-side-ad.btn-09 .side-ad-text span:hover{
        -webkit-box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.17);
    box-shadow: 2px 2px 5px 3px rgba(0,0,0,0.17);
  }

  .flo-side-ad.btn-09 .side-ad-product-image img{
        width: auto;
    height: auto;
  }

  .flo-side-ad.btn-09 .side-ad-product-image {
    width: 77%;
    margin-right: 27px;
    margin-top: 10px;
  }

.btn-01 { grid-area: 1 / 1 / 2 / 2;  }
.btn-02 { grid-area: 2 / 1 / 3 / 2; }
.btn-03 { grid-area: 3 / 1 / 4 / 2; }
.btn-04 { grid-area: 3 / 2 / 4 / 3; }
.btn-05 { grid-area: 3 / 3 / 4 / 4; }
.btn-06 { grid-area: 4 / 1 / 5 / 2; }
.btn-07 { grid-area: 4 / 2 / 5 / 3; }
.btn-08 { grid-area: 4 / 3 / 5 / 4; }
.btn-09 { grid-area: 1 / 2 / 3 / 4; }


 .flo-cat-title{
  color:var(--brand-flo-main-blue);
  font-size: 15px;
  z-index: 2;
  font-weight: 900;
  margin: 0px;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  font-family: var(--heading-flo-fonts);
  z-index: 2;
  
 }

  .flo-cat-button a:hover + .flo-cat-title {
  text-shadow:
    -1px -1px 0 var(--brand-flo-bnt-color),
     1px -1px 0 var(--brand-flo-bnt-color),
    -1px  1px 0 var(--brand-flo-bnt-color),
     1px  1px 0 var(--brand-flo-bnt-color);
 }


/* buttom hover effect */

 .flo-cat-button img{
   
   transition: filter 0.5s ease, color 0.5s ease; /* Smooth transition */
   margin: 0px;
 }
 
/* end button hover effect */



/* ********* END BUTTONS ********* */

/* This is for all of the buttons. */

/* --- FRENCH --- */

/* --- END FRENCH --- */


/* ********* END BUTTONS ********* */
/* ********* CMS PAGES ********* */

/* This is for anything that would apply to all/most CMS pages.
	Fonts, headers, p tag styles, special list markers, banner images, etc. */

  /* ********* About Page ********* */

.row-fluid.navbar.taxonomy-breadcrumbs.sws-breadcrumbs{
    display:none;
}

  .about-flomec.flomec-header, .about-flomec.about-flomect-section {
    width: 100vw;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
    overflow: hidden;
  }

  .about-flomec.flomec-header{
    background-image: url("/images/pages/flomec/Water_Application_Background.webp");
    background-size: cover;
    padding: 100px 0px;
    text-align: center;
    margin-top: -15px;
  }

  .about-flomec.about-flomect-section{
    background-image: url("/images/pages/flomec/bg-image-about-flomec-section.webp");
    background-size: cover;
    padding: 40px 0px;
    text-align: center;
    background-position-y: 29%;
    margin-bottom: -15px;
  }

   .about-flomec.about-flomect-section::after{
    content:"";
    width: 100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    background-color: var(--brand-flo-black);
    opacity: 0.88;
    z-index: 2;
   }

  .about-flomec.flomec-header::after{
    content:"";
    width: 100%;
    height:100%;
    position:absolute;
    top:0px;
    left:0px;
    background: linear-gradient(to top, color-mix(in srgb, var(--brand-flo-darker-blue) 100%, #00000000) 0%, color-mix(in srgb, var(--brand-flo-darker-blue) 0%, #2196f385) 100%);
    z-index: 2;

  }

  .about-flomec.flomec-header h1{
        font-family: var(--heading-flo-fonts);
    color: #fff;
    font-size: 36px;
    font-weight: 500;
    text-shadow: 0px 0px 8px rgba(0,0,0,0.32);
    z-index: 3;
    position:relative;
    margin: 0px;
    text-transform: uppercase;
  }

  .about-flomec.flomec-about-body{
    padding: 30px 0px;
    
  }

  .about-flomec.flomec-about-body p{
    font-family: var(--body-flo-fonts);
    text-align: center;
    font-size:16px;
    line-height: 1.8;
    margin: 0px;
  }

.about-flomect-section-grid-parent{
display: grid;
grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(2, 1fr);
grid-column-gap: 20px;
grid-row-gap: 20px;
}

.about-flomect-section-grid-parent > * {
    border: 3px solid #c2c5c6;
    padding: 20px;
    border-radius: 9px;
    text-align: left;
     z-index: 3;
     position:relative;
  
}

.about-flomect-section-grid-parent > * p{
    font-family: var(--body-flo-fonts);
    color: #c2c5c6;
    line-height: 1.7;
}

.about-flomect-section-grid-parent > * h4{
    font-family: var(--heading-flo-fonts);
    color: #c2c5c6;
    margin-bottom: 15px;
    font-size: 16px;
    text-transform: uppercase;
}

.about-flomect-section-grid-parent .box-01{
   grid-area: 1 / 1 / 3 / 2;
}

.about-flomect-section-grid-parent .box-02{
  grid-area: 1 / 2 / 2 / 4;
}

.about-flomect-section-grid-parent .box-03{
  grid-area: 2 / 2 / 3 / 4;
}





/*********/

/* --- FRENCH --- */

/* --- END FRENCH --- */

/* ********* CATEGORY LANDING PAGES ********* */


/* --- FRENCH --- */

/* --- END FRENCH --- */


/* ********* END CATEGORY LANDING PAGES ********* */
/* ********* About Page ********* */


/* --- FRENCH --- */

/* --- END FRENCH --- */


/* ********* END About Page ********* */
/* ********* Forum Page ********* */

/* You'll need these styles to make sure the page looks right without the SWS header. Add whatever you need to them. */
.flo-expert-forum .expertise-content-header {
	position: relative; 
	text-align: center;
}
.flo-expert-forum .expertise-content-header img.expertise-content-logo {
	width: 50%;
	padding-bottom: 3px;
}
.flo-expert-forum h1 {
	text-align: center;
}
.flo-expert-forum img.expertise-content {
	float: left;
	margin-top: 5px; 
	margin-right: 30px; 
	margin-bottom: 12px;
	width: 34%;
	border-radius: 0;
}

/* --- FRENCH --- */

/* --- END FRENCH --- */

/* ********* END Forum Page ********* */


/* Add any other CMS Page sections you need */


/* ********* END CMS PAGES ********* */

@media (max-width: 1199px) {
/* ********* HEADER ********* */
	.flo-header>.row-fluid {
		max-width: 910px;
		margin: 0 auto;
	}
	
	
	
/* ********* NAV ********* */
	



.flo-header{
  padding: 10px 0px 10px;
  margin-bottom: 0px;
}
	
/* ********* END HEADER ********* */
/* ********* ADS ********* */
	
	/* hero */

  .flo-carousel-bg-image .hero-content{
    max-width: 910px;
  }

  .row-fluid.ipad-view-setting.sws-flo-buttons{
    max-width: 100%;
  }

	.flo-cat-button.btn-03{
    background-size:cover;
  }

  .flo-carousel-bg-image .hero-content .text-content h1{
    font-size: 38px;
    line-height: 44px;

  }

  .navbar .pull-right>li.industries>.dropdown-menu:after{
    left: 445px;
  }

  .navbar.navbar-inner-flo-subsite-french .pull-right>li.industries>.dropdown-menu:after{
    left: 426px;
  }

  .navbar.navbar-inner-flo-subsite-french .pull-right>li.industries>.dropdown-menu:before{
    left: 425px;
  }


  .navbar .pull-right>li.industries>.dropdown-menu:before{
    left: 444px;
  }

  .flo-carousel-bg-image .hero-content .text-content h3{
    font-size: 22px;
  }

  /* side ad */

  #flo-side-ad.flo-side-ad--text-wrapper.white-text h3{
    font-size: 22px;
  }

  #flo-side-ad.flo-side-ad--text-wrapper.white-text h4{
    font-size: 14px;
  }

  #flo-side-ad.flo-side-ad--text-wrapper.white-text p{
    font-size: 11px;
    line-height: 1rem;
  }
  .flo-side-ad.btn-09 .side-ad-text h3{
    font-size: 16px;
    line-height: 1.4;
  }

  .flo-cat-button{
    height: 8.5em;
  }

  .flo-side-ad.btn-09 .side-ad-text h1{
    font-size: 18px;
  }

  .flo-side-ad.btn-09 .side-ad-text span{
   margin-top: 5px;
  }

  .flo-side-ad.btn-09 .side-ad-product-image{
    width: 80%;
    margin-right: 0px;
  }
/* ********* END ADS ********* */
/* ********* BUTTONS ********* */
	
 

 .flo-cat-title{
   font-size: 14px;
   line-height: 18px;
 }

 .flo-side-ad--image-wrapper img {
  height: auto;
}

.flo-side-ad--btn-wrapper a {
  font-size: 12px;
  padding: 7px 20px;
}

.flo-side-ad--image-wrapper img {
  height: 159px;
  max-width: none;
  margin-top: -48px;
}

.flo-cat-button img{
  height: 112px;
}
.flo-cat-button.btn-03 img{
  height: 71px;
}

.flo-cat-button.btn-06 img{
  height: 98px;
}

.flo-cat-button.btn-07 img{
  height: 84px;
}

.flo-cat-button.btn-09 img{
  height: 99px;
}

.flo-cat-button.btn-12 img{
  height: 100px;
}

.flo-cat-button.btn-13 img{
  height: 96px;
}

.flo-cat-button.btn-14 img{
  height: 76px;
}

	
/* ********* END BUTTONS ********* */
/* ********* CMS PAGE ********* */
	
	
/* ********* CATEGORY LANDING PAGES ********* */
	
	
	
	
/* ********* END CATEGORY LANDING PAGES ********* */
/* ********* About Page ********* */
	
.row-fluid.about-flo-container{
  width: 83vw;
}

 .about-flo-container{
    width:90vw;
  }
	
	
/* ********* END About Page ********* */
/* ********* Forum Page ********* */
	
	
	
	
/* ********* END Forum Page ********* */
	
	
/* Add any other CMS Page sections you need */
	
	
/* ********* END CMS PAGE ********* */
}

@media (max-width: 979px) {
/* ********* HEADER ********* */
	
	
	
	
/* ********* NAV ********* */
.flo-mobile-sub-nav#mobile-sws-2 .grid-container, .accordion-inner.nav.mshow .grid-container{
 display: block;
}

.flo-mobile-sub-nav#mobile-sws-1 .grid-container, .accordion-inner.nav.mshow .grid-container{
  display: grid;
}

.navbar-inner.flo-mobile{
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: 40px 40px auto;
  
}

.navbar-inner.flo-mobile .span4{
  grid-area: 1 / 1 / 3 / 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0px;
 
}

.navbar-inner.flo-mobile .span8{
  grid-area: 1 / 2 / 3 / 3;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  margin: 0px;
  
}

.flo-security-header{
  display: none;

}

.flo-carousel-bg-image .text-content{
  padding-left: 1.6em;
}

.navbar-inner.flo-mobile .span8 #ProductDisplayForm{
  margin-top: 0px;
}

.navbar-inner.flo-mobile .sws-mobile-header-nav{
  grid-area: 3 / 1 / 4 / 3;;
  margin: 0px;
  height: fit-content;
}

.navbar-inner.flo-mobile .span8 .mobile-search{
  width: 80%;
  margin-top: 0px;
}
/* ********* HEADER ********* */
.navbar-inner.flo-mobile {
  background: var(--brand-flo-main-blue);
}
.flo-mobile .span4 {

  width: 100%;
}
.flo-mobile img.brand.mobile-logo {
  width: 75%;
  padding: 0px;
  margin: 0px;
}

/* Firefox start */
@-moz-document url-prefix() {
  .flo-mobile img.brand.mobile-logo {
      width: 200px;
  }
}
/* Firefox ends */
.flo-mobile .span8 {
  width: auto;
  float: none;
  overflow: hidden;
}
/* ********* NAV ********* */
.navbar.navbar-inner-flo-subsite .nav > li > a {
  font-size: 16px;
} 

.flo-mobile svg{

    width: auto;
    height: 100px;
  
}

.sws-mobile-header-nav .dropdown-column{
  margin: 0px;
}

.sws-mobile-header-nav .flo-mobile-sub-nav#mobile-sws-2 .dropdown-column li a{

  padding: 0px;
}

.sws-mobile-header-nav .flo-mobile-sub-nav#mobile-sws-2 .dropdown-column li{
  margin-bottom: 5px;
}

.sws-mobile-header-nav .dropdown-column li a{
 color:var(--brand-flo-black);
 font-family: var(--body-flo-fonts);
}

.sws-mobile-header-nav .flo-mobile-sub-nav:not(#mobile-sws-2) .dropdown-column li:last-of-type a{
  color:var(--brand-flo-darker-blue)
}

.flo-mobile .navbar-search {
  position: relative;
  margin-bottom: 0 !important;
  max-width: 100%;
  margin-left: 0px !important;
  padding-left: 0px !important;
  padding-top: 0px !important;
}
  .flo-mobile .input-append input {
    border-radius: 0px;
  }
  .flo-mobile .input-append .btn {
    border: 0px;
    padding: 6px 12px;
  }
  input#ProductSearch {
    font-family: var(--body-flo-fonts);
  }

  .flo-carousel-bg-image .product-image img{
    width: 90%;
  }

  .sws-carousel-drop-shadow .carousel-inner{
    margin-top: -3px;
  }


  /* about us */

 .about-flomec.flomec-header{
  margin-top: -18px;
 }

  /* end about us */


    /****** English ******/

  .flo-mobile .home-btn{
    width: 10%;
    border-right: 1px solid white;
    border-left: 1px solid white;
    border-top: 1px solid white;
  }

  .sws-mobile-header-nav .navbar-flo-subsite-mobile .dropdown{
    box-sizing: border-box;
  }
  
  .flo-mobile #SWS-mobile-first-nav {
    width: 30%;
    border-top: 1px solid white;
  }
  .flo-mobile #SWS-mobile-second-nav {
    width: 30%;
    border-left: 1px solid white;
    border-right: 1px solid white;
    border-top: 1px solid white;
  }

  .flo-mobile #SWS-mobile-third-nav{
    width: 30%;
    border-right: 1px solid white;
    border-top: 1px solid white;

  }

  /****** End English ******/

  /****** French ******/
  .flo-mobile-french #SWS-mobile-first-nav {
    width: 30%
  }
  .flo-mobile-french #SWS-mobile-second-nav {
    width: 30%;
    border-left: 1px solid white;
    border-right: 1px solid white;
  }
  .flo-mobile-french #SWS-mobile-third-nav {
    width: 30%;
  }
 
  /****** End French ******/
  /* HUMBURGER */
  .flo-mobile .sws-mobile-header-nav .btn-navbar {
    background-color: var(--brand-flo-black) !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 .flo-mobile .btn-navbar .icon-bar,
  .navbar .fflo-mobile .btn-navbar:hover .icon-bar {
    width: 100%;
    max-width: 20px;
    background-color: var(--brand-flo-white) !important;
    box-shadow: none;
    margin: 3px auto 3px;
  }
  /* END HAMBURGER */

  .flo-mobile #mobile-sws-3 {
    top: -28px;
    background: var(--brand-flo-li-background-light);
  } /** Moves the PRODUCTS section to the TOP and align it with the Hamburger button **/

.flo-mobile .sws-mobile-header-nav .navbar-flo-subsite-mobile {
  
  width: 100%;
  top: 0px !important;
  left: 0px !important;
  border-radius: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  background: var(--brand-flo-main-blue);
}

.flo-mobile .sws-mobile-header-nav .nav > li > a{
background: var(--brand-flo-main-blue);
font-size: 16px;
padding: 4px 4px;
text-align: center;
text-transform: uppercase;
border: none;
font-weight: 600;
font-family: var(--body-flo-fonts);
}

.flo-mobile .sws-mobile-header-nav.flo-gts-mobile-menu .nav > li > a{
  position: relative;
  z-index: 2;
}

/* firefox starts */
/* @-moz-document url-prefix() {
 
} */
/* firefox ends */

.flo-mobile .sws-mobile-header-nav .nav > li > a:hover ,.flo-mobile .sws-mobile-header-nav .btn-navbar:hover, .flo-mobile .sws-mobile-header-nav .nav > li > a:focus ,.flo-mobile .sws-mobile-header-nav .btn-navbar:focus {
  background-color: var(--brand-flo-darker-blue) !important;
  color: var(--brand-flo-white);
}

.accordion-inner.nav.mshow .grid-container#solution-by-industry{
  display: block;
  margin: 0 0 10px 45px;
}

.flo-mobile .sws-mobile-header-nav .nav > li > a:hover,
.flo-mobile .sws-mobile-header-nav .nav > li > a:active{
outline-offset: -1px;
}
.flo-mobile-french .sws-mobile-header-nav .nav > li > a:hover,
.flo-mobile-french .sws-mobile-header-nav .nav > li > a:active {
  background: white;
  outline: 1px solid var(--brand-flo-main-blue);
  outline-offset: -1px;

}

.flo-mobile .flo-mobile-sub-nav .nav .dropdown-sup a{
border-radius: 0px;
text-align: left;
padding-left: 10px;
}
.flo-mobile .flo-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle {
width: 93%;
border-radius: 0px;
text-align: left;
padding-left: 10px;

}

 .row-fluid.ipad-view-setting.sws-flo-buttons{
    margin-top: 10px;
  }

.flo-mobile .flo-mobile-sub-nav .nav .dropdown-sup .item-2.dropdown-toggle {
  width: 100%;
  
  }

/** PRODUCTS DROPDOWN in "a" tag **/

.flo-mobile .flo-mobile-sub-nav .nav .dropdown.open>.dropdown-toggle{
  background-color: var(--brand-flo-black) !important;
  color: white !important;
}

.flo-mobile .flo-mobile-sub-nav .nav > li:nth-child(3):hover a{
  margin-right: 0px;
} /** DROPDOWN ABOUT flo margin-right->0 **/

.flo-mobile .accordion-inner .accordion-inner-sub{
  margin: 0;
  display: block;
 
}

.flo-mobile .accordion-inner .accordion-inner-sub li{
  list-style: none;
  }
.flo-mobile .flo-mobile-sub-nav .dropdown-sup .dropdown-menu{
  margin-left: 0px;
}
.flo-mobile .flo-mobile-sub-nav .accordion-inner .mshow .nav{
  margin-bottom: 0px;
}
.flo-mobile .flo-mobile-sub-nav .nav {
  margin: 0;
}
.flo-mobile #mobile-sws-1.flo-mobile-sub-nav .nav , .flo-mobile #mobile-sws-2.flo-mobile-sub-nav .nav   {
  margin: 0;
  padding: 10px 20px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  background-color: var(--brand-flo-li-background-light);
  border-top: none;
}
.flo-mobile .sws-mobile-header-nav li.dropdown.dropdown-sup {
  border: none;
  clear: both;
}
.flo-mobile .sws-mobile-header-nav li:last-child.dropdown.dropdown-sup {
  margin-bottom: 0;
  border-bottom: none;
}
.flo-mobile .sws-mobile-header-nav li:first-child.dropdown.dropdown-sup ul.dropdown-menu .accordion-inner {
  width: 100%;
  float: left;
  box-sizing: border-box;
  margin-bottom: 5px;
  margin-top: 5px;
  background-color: transparent;
}

.flo-carousel-bg-image .hero-content{
  grid-template-columns: 3fr 3fr;
}

.flo-carousel-bg-image .hero-content .text-content h1{
  font-size: 34px;
  line-height: 40px;
}

.sws-flo-carousel-french .flo-carousel-bg-image .hero-content .text-content h1{
      font-size: 32px;
    line-height: 38px;
}

.sws-flo-carousel-french .flo-carousel-bg-image .hero-content .text-content h3{
  font-size: 18px;
}
	
	
/* ********* END HEADER ********* */
/* ********* ADS ********* */

.flo-carousel-bg-image.carousel-1{
  background-size: unset;
  background-position: unset;
 
}


.hero-content .text-content h2{
  font-size: 42px;
}
.flo-carousel-bg-image .hero-content .text-content h3{
  font-size: 26px;
}	

.carousel-top.sws-flo-carousel .sws-carousel-drop-shadow 
 .hero-content .text-content p.text-nowrap{
  font-size: 18px;
 }

 .flo-carousel-bg-image.carousel-4 .hero-content .text-content a{
  margin-top: 5px;
 }

 .flo-carousel-bg-image .product-image.carousel-4 img{
  max-height: 363px;
 }


	
/* ********* END ADS ********* */
/* ********* BUTTONS ********* */
	
.flo-side-ad{
  display: none;
}	
.row-fluid.ipad-view-setting.sws-flo-buttons{
  grid-template-columns: repeat(3, 1fr);
grid-template-rows: repeat(3, 1fr);
  grid-column-gap: 15px;
  grid-row-gap: 15px;
 
}

.flo-cat-button::after{
  background-position-y: center !important;
}

.row-fluid.ipad-view-setting.sws-flo-buttons.flo-sws-gts{
  margin-bottom: 20px;
}

.flo-cat-button img{
 height: 105px;
}

.flo-cat-button.btn-03 img{
  height: 96px;
}
.flo-cat-button.btn-06 img{
  height: 92px;
}

.flo-cat-button.btn-07 img{
  height: 101px;
}

.flo-cat-button.btn-08 img{
  height: 90px;
}

.flo-cat-button.btn-09 img{
  height: 96px;
}

.flo-cat-button.btn-12 img{
  height: 112px;
}

.flo-cat-button.btn-13 img{
  height: 101px;
}

.flo-cat-button.btn-14 img{
  height: 54px;
}

.btn-05{
  grid-area: 3 / 1 / 4 / 2;
}
.btn-01 { grid-area: 1 / 1 / 2 / 2;  }
.btn-02{ grid-area: 1 / 2 / 2 / 3;  }
.btn-03{ grid-area:1 / 3 / 2 / 4; }
.btn-04 { grid-area: 2 / 1 / 3 / 2; }
.btn-06{ grid-area: 2 / 2 / 3 / 3;  }
.btn-07{ grid-area: 2 / 3 / 3 / 4; }
.btn-08{ grid-area: 3/ 2 / 3 / 3;}

/* ********* END BUTTONS ********* */
/* ********* ABOUT flo ********* */


}


@media (max-width: 767px) {
/* ********* HEADER ********* */
	.navbar-inner.flo-mobile {
		margin-left: -20px;
		margin-right: -20px;
	}
	.navbar .flo-mobile .span4, .navbar .flo-mobile .span8 {
		margin-bottom: 0;
	}
	.flo-mobile .row-fluid.sws-mobile-header-nav.accordion {
		float: left;
		margin-top: 0;
	}

  .nav-collapse .dropdown-menu{
    margin: 0px;
  }

  .row-fluid.carousel-top.sws-flo-carousel{
    margin-top: 4px;
  }

  .flo-mobile-sub-nav .dropdown-column{
    margin-left: 5px;
  }
 
  .flo-mobile .span8{
    margin-bottom: 0px;
  }

  .carousel-top.sws-flo-carousel .sws-carousel-drop-shadow 
 .hero-content .text-content p.text-nowrap{
  line-height: 140%;
 }
 
 .flo-mobile img.brand.mobile-logo{
  width: 60%;
 }

 .flo-carousel-bg-image .product-image a{
      display: flex;
    justify-content: center;
 }

 .flo-carousel-bg-image.carousel-1 .text-content, .flo-carousel-bg-image.carousel-2 .text-content{
    padding-left: 10px;
    padding-right: 10px;
    box-sizing: border-box;
   }

 /* Firefox start */
@-moz-document url-prefix() {
  .flo-mobile img.brand.mobile-logo {
      width: 200px;
  }
}
/* Firefox ends */

.flo-carousel-bg-image .text-content, .flo-carousel-bg-image .text-content{
    margin-top: 0px;
    margin-left: 0px;
    
  }

  .row-fluid.ipad-view-setting.sws-flo-buttons{
    margin-top: 5.5em;
  }

/* ********* END HEADER ********* */
/* ********* BUTTONS ********* */
	
  .flo-btn-container{
        width: 96%;
    margin-left: auto;
    margin-right: auto;
  }
	

/* ********* END BUTTONS ********* */
/* ********* CMS PAGE ********* */
	
	
/* ********* CATEGORY LANDING PAGES ********* */
	
	
	
	
/* ********* END CATEGORY LANDING PAGES ********* */
/* ********* About Page ********* */
	
.about-flomect-section-grid-parent{
  display: block;
}

.about-flomect-section-grid-parent > *{
  margin-bottom: 20px;
}

.about-flomec.flomec-header{
  margin-top: 1px;
}
	
	
/* ********* END About Page ********* */
/* ********* Forum Page ********* */
	
	
	
	
/* ********* END Forum Page ********* */
	
	
/* Add any other CMS Page sections you need */
	
	
/* ********* END CMS PAGE ********* */

}

@media (min-width: 601px) and (max-width: 678px){
  /* ********* BUTTONS ********* */
  .row-fluid.ipad-view-setting.sws-flo-buttons{
    height: auto;
  }

  .flo-carousel-bg-image .product-image.carousel-2 img{
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .row-fluid.ipad-view-setting.sws-flo-buttons{
    margin-top: 0px;
  }

  .flo-carousel-bg-image{
    height: 560px;
  }
	
.flo-cat-button{
  padding-inline: 15px 10px;
}
  .flo-cat-button .view-products-txt{
    left: 121px;
    top: 50px;
  }

  .flo-cat-title{
    font-size: 14px;
    line-height: 18px;
  }



  .flo-cat-button .view-products-txt p{
    font-size: 12px;
  }
  .flo-cat-button .view-products-txt img{
    width: 20px;
  }

  .flo-cat-button.btn-03 #about-flo{
    margin-top: 40px;
  }
 
  .flo-carousel-bg-image .hero-content{
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;      
   
  }
  .text-content{
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  

  .product-image{
    grid-row: 1;
    
  }
  
  
 
  .row-fluid.carousel-top.sws-flo-carousel{
    height: fit-content;
  }
  
  .flo-carousel-bg-image .hero-content{
    max-height: 100%;
  }
  
  .hero-content .text-content h2{
    font-size: 28px;
    margin-bottom: 2px;
    text-align: center;
  }
  
  .flo-carousel-bg-image .hero-content .text-content h3{
    font-size: 20px;
    margin: 0px 0px 6px 0px;
    text-align: center;
  
  }
  
  .carousel-top.sws-flo-carousel .sws-carousel-drop-shadow 
   .hero-content .text-content p.text-nowrap{
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
   }
  
  
   .flo-carousel-bg-image .hero-content .text-content a{
    margin-bottom: 25px;
  
   }
   .flo-carousel-bg-image .hero-content{
    padding: 0px;
   }
  
   .sws-carousel-drop-shadow img, .sws-carousel-drop-shadow .carousel-inner{
    box-shadow: unset;
   }

   .row-fluid.about-flo-hero h1 {
  font-size: 60px;
}
.row-fluid.about-flo-hero .span12{
  max-width: 83vw;
  margin-inline: auto;
}

  .sws-flo-buttons.sws-flo-buttons-fr .flo-cat-title{
    font-size: 14px;
    line-height: 20px;
  }

   .flo-carousel-bg-image .product-image img{
    left: auto;
    position: relative;
   
   }

   .sws-carousel-drop-shadow img, .sws-carousel-drop-shadow .carousel-inner{
    box-shadow: unset;
   
   }

   .flo-carousel-bg-image .product-image img{
    width: 60%;
   }

   .flo-carousel-bg-image .text-content{
    padding-inline: 10px;
   }

   .flo-carousel-bg-image .text-content{
    text-align: center;
    padding-inline: 10px;
   }

   .sws-flo-buttons-fr .flo-cat-button:not(:last-child){
    padding-inline: 7px 5px;
   }

   .sws-flo-buttons-fr .flo-cat-button.btn-08{
    padding: 0px;
   }
 
}

@media (max-width: 600px) {
	
  .row-fluid.ipad-view-setting.sws-flo-buttons{
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: repeat(4, 1fr);
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    height: fit-content;
  }

  .row-fluid.ipad-view-setting.sws-flo-buttons.flo-sws-gts{
    grid-template-rows: repeat(5, 1fr);
  }

  .flo-cat-button.btn-01 { grid-area: 1 / 1 / 2 / 2; }
  .flo-cat-button.btn-02 { grid-area: 1 / 2 / 2 / 3; }
  .flo-cat-button.btn-03 { grid-area: 2 / 1 / 3 / 2; }
  .flo-cat-button.btn-04 { grid-area: 2 / 2 / 3 / 3; }
  .flo-cat-button.btn-06 { grid-area: 4 / 1 / 5 / 2; }
  .flo-cat-button.btn-07 { grid-area: 3 / 2 / 4 / 3; }
  .flo-cat-button.btn-08 { grid-area: 4 / 2 / 4 / 3; }

    .flo-carousel-bg-image .text-content{
    text-align: center;
   }

   .flo-carousel-bg-image{
    height: 500px;
   }

  .flo-carousel-bg-image .hero-content{
    grid-template-rows: 1fr 1fr;
  }

  .about-flo-section p, .about-flo-section h2{
    width: 90%;
  }

  .row-fluid.ipad-view-setting.sws-flo-buttons{
    height: auto;
  }

  .flo-carousel-bg-image .product-image.carousel-2 img{
    margin-bottom: 0px;
    margin-top: 10px;
  }

  .flo-carousel-bg-image .hero-content .text-content a{
    margin-top: 10px;
     
  }

  .sws-carousel-drop-shadow .carousel-inner{
    background-image: none;
  }

  .flo-carousel-bg-image .text-content{
   padding-inline: 10px;
   }

  .flo-carousel-bg-image .product-image img{
    width: 60%;
  }

   .flo-carousel-bg-image .text-conten{
    text-align: center;
   }

  .btn-03 , .btn-04{
    grid-area: unset;
  }

  .row-fluid.ipad-view-setting.sws-flo-buttons{
    margin-top: 0px;
  }

  .about-flo-content .about-flo-content-02 .about-flo-container{
    padding-top: 80px;
  }
	
  .accordion-inner.nav.mshow .grid-container#solution-by-industry{
    margin: 0 0 10px 10px;
  }

.L1-category{
  font-size: 14px;
}

.flo-cat-button{
  height: 123px;
}

.flo-cat-button.btn-06 img{
  height: 79px;
}



 .flo-mobile-sub-nav.collapse ul{
  margin: 0 0 10px 0px;

  }


  .flo-cat-button.btn-03{
    order: 4;
  }

  .flo-cat-button.btn-04{
    order: 3;
  }

  .flo-cat-button.btn-08 img{
    height: 96px;
    margin-right: 0px;
  }
  .flo-carousel-bg-image .hero-content{
    grid-template-columns: 1fr;
    grid-template-rows: 1fr 1fr;      
   
  }

  .sws-flo-carousel-french .flo-carousel-bg-image .hero-content{
     grid-template-rows: 1fr 1fr;   
  }
  .text-content{
    grid-row: 2;
    display: flex;
    flex-direction: column;
    align-items: center;
  }
  
  .product-image{
    grid-row: 1;
    
  }
  
  .flo-carousel-bg-image .hero-content{
    padding: 0px;
  }
  
 
  .row-fluid.carousel-top.sws-flo-carousel{
    height: fit-content;
  }
  
  .flo-carousel-bg-image .hero-content{
    max-height: 100%;
  }
  
  .hero-content .text-content h2{
    font-size: 28px;
    margin-bottom: 2px;
    text-align: center;
    margin-top: -68px !important;
    line-height: 32px;
  }
  
  .flo-carousel-bg-image .hero-content .text-content h3{
    font-size: 20px;
    margin: 0px 0px 6px 0px;
    text-align: center;
  
  }


  
  .flo-carousel-bg-image.carousel-1 .text-content,  .flo-carousel-bg-image.carousel-2 .text-content{
    margin: 0px;
  }
  .carousel-top.sws-flo-carousel .sws-carousel-drop-shadow 
   .hero-content .text-content p.text-nowrap{
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
   }
  
    
 .sws-carousel-drop-shadow img, .sws-carousel-drop-shadow .carousel-inner{
    box-shadow: unset;
   }
  
  
  
   .flo-carousel-bg-image .product-image img{
    left: auto;
    position: relative;
   
   }
  

  .navbar-inner.flo-mobile .span8 .mobile-search{
    width: 100%;
  }
   
   .sws-carousel-drop-shadow img, .sws-carousel-drop-shadow .carousel-inner{
    box-shadow: unset;
   
   }
  
    /* Firefox start */
@-moz-document url-prefix() {
  .flo-mobile img.brand.mobile-logo {
      width: 200px;
  }
}
/* Firefox ends */

}



@media (max-width: 500px) {
	
	
	
	
/* ********* CMS Pages ********* */
/* ********* Forum Page ********* */
/* You'll need these styles to make sure the page looks right without the SWS header. Add whatever you need to them. */
	.flo-expert-forum img.expertise-content {
		width: auto;
		margin: 0 auto 10px;
		display: block;
		float: none;
	}
/* ********* END Forum Page ********* */
/* ********* END CMS Pages ********* */
.row-fluid.about-flo-hero h1 {
  font-size: 40px;
}


.flo-mobile img.brand.mobile-logo{
  width: 79%;
}

@-moz-document url-prefix() {
  .flo-mobile img.brand.mobile-logo {
      width: 200px;
  }
}

}

@media (max-width: 480px) {
	
	
  .navbar-inner.flo-mobile .span8 .mobile-search{
    width: 100%;
  }

  .navbar-inner.flo-mobile{
    grid-template-rows: 50px 50px auto;
  }
  
  .flo-mobile .flo-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle{
    width: 89.3%;
  }

  .row-fluid.ipad-view-setting.sws-flo-buttons{
    display: block;
  }

  .flo-carousel-bg-image .hero-content .text-content h1{
    font-size: 26px;
    line-height: 32px;
  }

  .flo-mobile .span8{
    margin-top: 16px;
  }
  .flo-mobile .span4{
    width: 76%;
  }

  .flo-carousel-bg-image .hero-content .text-content h3{
    font-size: 16px;
  }

  .flo-cat-button{
    margin-bottom: 20px;
  }

  .about-flo-section.section-01 p{
    font-size: 16px;
  }

.about-flo-section.section-02 h2, .about-flo-section.section-03 h2{
  font-size: 24px;
  line-height: 26px;
}

  .about-flo-content-02{
    clip-path: polygon(50% 10%, 100% 0, 100% 100%, 0 100%, 0 0);
    
  }

  .about-flo-content .about-flo-content-02 .about-flo-container{
    padding-top: 60px;
  }

 .flo-carousel-bg-image .hero-content .text-content a{
  font-size: 14px;
 }

  .flo-carousel-bg-image.carousel-1 .text-content, .flo-carousel-bg-image.carousel-2 .text-content{
  padding-left: 20px;
  padding-right: 20px;
}
  
  .flo-mobile img.brand.mobile-logo{
    width: 100%;
  }

  .flo-mobile-sub-nav .accordion-inner > ul, .flo-mobile-sub-nav .accordion-inner-sub > ul{
    grid-template-columns: repeat(2, 1fr);
  }

  @-moz-document url-prefix() {
    .flo-mobile img.brand.mobile-logo {
        width: 200px;
    }
  }

.sws-flo-carousel-french .flo-carousel-bg-image .hero-content .text-content h1{
        font-size: 26px;
    line-height: 32px;
}

.sws-flo-carousel-french .flo-carousel-bg-image .hero-content .text-content h3{
  font-size: 14px;
}
	
}

@media (max-width: 399px) {
	
	
	.row-fluid.about-flo-hero h1 {
    font-size: 32px;
  }
	.flo-mobile-sub-na .grid-container, .accordion-inner.nav.mshow .grid-container, .flo-mobile-sub-nav#mobile-sws-1 .grid-container, .accordion-inner.nav.mshow .grid-container{
    display: block;
  }

  .flo-mobile .span8{
    margin-top: 6px;
  }

 .flo-mobile .sws-mobile-header-nav .nav > li > a{
  font-size: 14px;
 }

.flo-cat-button .view-products-txt{
  left: 110px;
}
.flo-cat-button.btn-04 img{
  left: -20px;
}

.flo-mobile .span4{
  width: 83%;
}
.about-flo p{
  font-size: 14px;
}

.about-flo-container h1{
  font-size: 36px;
}

.about-flo-container img{
  width: 250px;
}

.about-flo-content h3{
  font-size: 22px;
}

.flo-mobile-sub-nav .accordion-inner > ul, .flo-mobile-sub-nav .accordion-inner-sub > ul{
  grid-template-columns: repeat(1, 1fr);
  
}

.sws-flo-carousel-french .flo-carousel-bg-image .hero-content .text-content h1{
        font-size: 24px;
    line-height: 30px;
}

.about-flomec.flomec-header h1{
  font-size: 26px;
}

.about-flomec.flomec-about-body p, .about-flomect-section-grid-parent > * h4, .about-flomect-section-grid-parent > * p{
  font-size: 14px;
  text-align: center;

}


}

@media (max-width: 330px) {

  .flo-mobile #SWS-mobile-first-nav{
    width: 33%;
  }

  .flo-mobile #SWS-mobile-second-nav{
    width: 33%;
  }

  .flo-mobile #SWS-mobile-third-nav{
    width: 24%;
  }

  .flo-carousel-bg-image .hero-content{
    grid-template-rows: 1fr 1fr;
  }

  .sws-flo-carousel-french .flo-carousel-bg-image .hero-content .text-content h1{
        font-size: 22px;
    line-height: 28px;
}

.flo-mobile-french #SWS-mobile-first-nav{
  width: 28%;
}

.flo-mobile-french.flo-mobile #SWS-mobile-second-nav{
width: 32%;
}

.flo-mobile-french #SWS-mobile-third-nav{
  width: 30%;
}

}