
:root {
  --brand-flir-main-blue: #263A80;
  --brand-flir-main--gray: #D3D3D3;
  --brand-flir-text--gray: #707070;
  --brand-flir-ligth--gray: #F1F1F1;
  --brand-flir-white: #fff;
  --brand-flir-black: #000000;
  --brand-flir-cta-blue: #5CE0F2;
  --brand-flir-li-background-light: #f6f6f6;
  --body-flir-fonts:"Open Sans", sans-serif;
  --heading-flir-fonts: "Open Sans", sans-serif;

}

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

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

.FLIR-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-image: url(/images/pages/flir/flir-hero-bg.png);
  background-size: cover;
  background-position: center;
  
}


@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 */


.FLIR-header {
    font-family: var(--body-flir-fonts) ;
    width: 100vw ;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding: 15px 0px 0px;
    box-sizing: border-box;
   border-bottom: 2px solid var(--brand-flir-ligth--gray);
   
    
  }

  #store-banner.FLIR-header *, .sws-mobile-header-nav *, .FLIR-mobile-sub-nav * {
    list-style: none;
    color: var(--brand-flir-text--gray);
}

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

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

 .L1-category {
  text-transform: uppercase !important;
  font-weight: 700 !important;
  color: var(--brand-flir-text--gray);
  font-size: 16px;
}

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

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

   
    margin-top: 0px;
  }

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

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

  .FLIR-search.input-append  {
    margin-top: 12px;
    margin-left: 0;
    width: 417px;
    margin-right: -18px;
  }

.FLIR-search-fr.input-append{
  width: 410px;
  margin-right: -14px;
}

  .FLIR-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: 2px solid var(--brand-flir-main--gray);
    height: 24px;
  }

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

.FLIR-search .btn.btn-default , .input-append.mobile-search .btn.btn-default {
  border: 2px solid var(--brand-flir-main--gray);
  height: 36px !important;
  border-left: none !important;
  background-color: none;
}

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

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

   .navbar-FLIR-subsite.nav>li>a{
    color:var(--brand-flir-text--gray) !important;
    
    
  } 

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



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

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

.FLIR-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/flir/FLIR-glyphicons-halflings.png);
  
  
}

.navbar-FLIR-subsite li.dropdown.open>.dropdown-toggle {
  background-color: white !important;
  color: var(--brand-flir-main-blue)!important;
}


/* placeholder color - start */

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

.navbar-FLIR-subsite h5 {
  padding: 3px 20px 8px !important;
  margin: 0px !important;
  color:var(--brand-flir-main-blue)
}
.FLIR-mobile-sub-nav h5{

  color:var(--brand-flir-main-blue);
  font-size: 14px;
  margin-block: 5px;

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

.navbar-FLIR-subsite .products .dropdown-menu > ul, .navbar-FLIR-subsite .industries .dropdown-menu > ul, .FLIR-mobile-sub-nav .accordion-inner > ul, .FLIR-mobile-sub-nav .accordion-inner-sub > ul  {
  width: fit-content;
  left: 35px !important;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  grid-template-rows: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  margin-left: 0px;
}

.navbar-FLIR-subsite .industries .dropdown-menu > ul{
  grid-template-columns: repeat(2, 1fr);
}

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

.navbar-FLIR-subsite .dropdown-column{
  width: 343px;
}

.navbar-FLIR-subsite .dropdown-menu li>a{
  white-space: unset;
}


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

.navbar .navbar-FLIR-subsite.pull-right>li>.dropdown-menu{
  right: -245px;
  top: 120%;
  border-radius: 0px;
  padding: 15px 0;
}

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

.navbar .navbar-FLIR-subsite.pull-right >li.industries>.dropdown-menu{
  right: -103px;
}
.navbar.navbar-inner-FLIR-subsite-french .navbar-FLIR-subsite.pull-right >li.industries>.dropdown-menu{
  right: -123px;
}

.navbar.navbar-inner-FLIR-subsite-french .navbar-FLIR-subsite .dropdown-column{
  width: 339px;
}

/* Defines the grid layout for the items inside the dropdown menu */
.navbar-FLIR-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-FLIR-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-flir-ligth--gray); /* Vertical border */
}

/* Removes the border from the last grid item */
.navbar-FLIR-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-FLIR-subsite a {
  /* color: var(--brand-flir-main--gray) !important;  */
  padding-bottom: 8px !important;
}

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

.navbar-inner-FLIR-subsite .navbar-FLIR-subsite .dropdown-menu.solutions-by-industry{
  left: 35px;
  width: fit-content;
}
.navbar .pull-right>li>.dropdown-menu:before, .navbar .nav>li>.dropdown-menu.pull-right:before {
  right: auto;
  left: 847px;
}
.navbar .pull-right>li>.dropdown-menu:after, .navbar .nav>li>.dropdown-menu.pull-right:after {
  right: auto;
  left: 848px;
}

.navbar.navbar-inner-FLIR-subsite-french .pull-right>li>.dropdown-menu:before{
  left: 827px;
}

.navbar.navbar-inner-FLIR-subsite-french .pull-right>li>.dropdown-menu:after{
    left: 828px;
}

.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-FLIR-subsite-french .pull-right>li.industries>.dropdown-menu:before{
  left: 578px;
}

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


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

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

}

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

/* Basic style for the link */
.navbar-FLIR-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-FLIR-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: linear-gradient(90deg,#f99d1d,#cb3c6d 48%,#782a8f);
  transition: width 0.4s ease; /* Animation for the width of the line */
  
}

/* Hover effect */

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

}

.navbar-FLIR-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-FLIR-subsite .dropdown.hover-off .dropdown-menu a:hover::after {
  width: 0; /* Keeps the line width at 0, no hover effect */
}

.navbar-FLIR-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 {
    background-color: transparent !important;
    color: var(--brand-flir-main-blue) !important; /* Red color for the text on hover */
    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-flir-main-blue) !important; /* Red color for the text on hover */

}


.FLIR-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;
  }

.FLIR-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 ********* */




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





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




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

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




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


.FLIR-carousel-bg-image .product-image.carousel-2 img{
    
  max-height: 390px;
    
}

.FLIR-carousel-bg-image .product-image.carousel-3 img{
  max-height: 400px;
}

.FLIR-carousel-bg-image .product-image.carousel-4 img{
    max-height: 436px;
}

.FLIR-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-FLIR-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.FLIR-carousel-bg-image */
.FLIR-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 */
.FLIR-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 */
.FLIR-carousel-bg-image .hero-content .text-content h2,
.FLIR-carousel-bg-image .hero-content .text-content h3,
.FLIR-carousel-bg-image .hero-content .text-content p,
.FLIR-carousel-bg-image .hero-content .product-image{
  position: relative;
  z-index: 2; /* Positioned in front of the bg-gradient */
}

.FLIR-carousel-bg-image .hero-content .text-content h1{
  font-size: 42px;
  font-weight: 300;
  color: var(--brand-flir-black);
  margin-bottom: 14px;
  line-height: 52px;
  font-family: var(--heading-flir-fonts);
}

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

}

.FLIR-carousel-bg-image .hero-content .text-content h3{
  font-size: 24px;
  font-weight: 300;
  line-height: normal;
  color: var(--brand-flir-black);
  font-family: var(--heading-flir-fonts);
}

.FLIR-carousel-bg-image .hero-content .text-content a{
  position: relative;
  padding: 10px 20px;
  color: var(--brand-flir-black);
  z-index: 2 !important;
  font-size: 18px;
  display: inline-flex;
  align-items: center;
  font-weight: 600;
  text-transform: uppercase;
  background-color: var(--brand-flir-cta-blue);
  margin-top: 20px;
  font-family: var(--body-flir-fonts);

}

.FLIR-carousel-bg-image .hero-content .text-content a:hover, .FLIR-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-FLIR-carousel .sws-carousel-drop-shadow 
 .hero-content .text-content p.text-nowrap {
 margin-bottom: 30px;
 font-size: 22px;
 line-height: 32px;
 color: var(--brand-flir-main--gray);
}

.sws-FLIR-carousel .carousel-control-new{
  margin-inline: 15px;
  background-image: linear-gradient(90deg,#f99d1d,#cb3c6d 48%,#782a8f);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 50px;
  position: absolute;
  transform: translateY(-20%);
  text-shadow: unset !important;
  border: 0px;
}

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

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


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

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

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

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

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

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

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

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

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

  .FLIR-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);
  }

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

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

.FLIR-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-FLIR-buttons {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-template-rows: repeat(5, 1fr);
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  height: 800px;
  margin-top: 40px;
  }
  
.FLIR-cat-button{
  
  background-color: var(--brand-flir-li-background-light);
  overflow: hidden;
  position: relative;
  height: 100%;
  display: flex;
  align-content: center;
  align-items: center;
  justify-content: space-between;
  padding-inline: 25px 10px;

}

 .btn-01 { grid-area: 1 / 1 / 2 / 2; }
 .btn-02{ grid-area: 1 / 2 / 2 / 3;  }
 .btn-03{ grid-area: 2 / 1 / 3 / 2; }
 .btn-04 { grid-area: 2 / 2 / 3 / 3; }
 .btn-05 { grid-area: 3 / 1 / 4 / 2; }
 .btn-06{ grid-area: 3 / 2 / 4 / 3; }
 .btn-07{ grid-area: 4 / 1 / 5 / 2; }
 .btn-08{ grid-area: 4 / 2 / 5 / 3;}
 .btn-09{grid-area: 5 / 1 / 6 / 2;}
 .btn-10{ grid-area: 5 / 2 / 6 / 3; }
 .flir-security-header{ grid-area: 1 / 3 / 2 / 5;background: linear-gradient(-90deg,#f99d1d,#cb3c6d 48%,#782a8f); display: flex; justify-content: center; align-items: center; }
 .btn-12{ grid-area: 2 / 3 / 3 / 4; }
 .btn-13{ grid-area: 2 / 4 / 3 / 5; }
 .btn-14{ grid-area: 3 / 3 / 6 / 5; }
 .btn-14.flir-sws-gts{ grid-area: 2 / 3 / 6 / 5; }


 .FLIR-cat-button.btn-10{ 
      background-image: url(/images/pages/flir/ITC-gray-sign.svg);
    background-size: 60%;
    background-repeat: no-repeat;
    background-position-x: 90%;
  }

  

.flir-security-header h3{
color: #fff; font-weight: 600;
font-family: var(--body-flir-fonts);

}



 .FLIR-cat-button img{
  height: 130px;
  z-index: 1;
  opacity: 0.8;
 }

 .FLIR-cat-button.btn-03 img{
  height: 120px;
 }

 .FLIR-cat-button.btn-05 img{
  height: 140px;

 }

 .FLIR-cat-button.btn-06 img{
  height: 124px;
 }

 .FLIR-cat-button.btn-07 img{
  height: 124px;
 }

 .FLIR-cat-button.btn-09 img{
  height: 121px;
 }

 .FLIR-cat-button.btn-12 img{
  height: 103px;
 }

 .FLIR-cat-button.btn-13 img{
  height: 119px;
 }

 .FLIR-cat-button.btn-14 img{
  height: 97px;
 }

 .FLIR-cat-button a{
  height: 100%;
  width: 100%;
  display: block;
  z-index: 3;
  position: absolute;
  right: 0px;
  
 }

 .FLIR-cat-title{
  color:var(--brand-flir-black);
  font-size: 15px;
  z-index: 2;
  font-weight: 600;
  margin: 0px;
  line-height: 20px;
  text-transform: uppercase;
  position: relative;
  font-family: var(--body-flir-fonts);

 }

 .FLIR-cat-title::before{
  content: "";
  width: 4px;
  height: 100%;
  background: linear-gradient(360deg,#f99d1d,#cb3c6d 48%,#782a8f);
  position: absolute;
  left: -10px;
 }

 

 .FLIR-cat-title span{
  font-size: 14px;
  font-style: italic;
  color: var( --brand-flir-main--gray);
  display: flex;
  align-items: center;
  margin-top: 5px ;
 }

 .FLIR-cat-title span svg{
  margin-left: 5px;
}

.FLIR-cat-button .view-products-txt{
  display: flex;
  align-items: center;
  position: absolute;
  left: 150px;
  top: 63px;
  z-index: 2;
}

.FLIR-cat-button .view-products-txt p{
  margin: 0px;
  font-style: italic;
}

.FLIR-cat-button .view-products-txt img{
  width: 25px;
  height: auto;
  position: initial;
}

/* buttom hover effect */

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


 .FLIR-cat-button.hover-active img, 
 .FLIR-cat-button.hover-active p {
   filter: grayscale(0%); /* Image becomes colored */
   color:var(--brand-flir-main-blue);/* Text becomes colored */
 }



 .FLIR-cat-button.hover-active img{
  transform: scale(1.05) ;
  transition: 0.5s ease;
  opacity: 1;
 }

 .FLIR-cat-button.hover-active {

  box-shadow: 1px 0px 7px 4px rgba(0,0,0,0.1);
-webkit-box-shadow: 1px 0px 7px 4px rgba(0,0,0,0.1);
-moz-box-shadow: 1px 0px 7px 4px rgba(0,0,0,0.1);;
 transition: 0.5s ease;
 }

 
/* 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 ********* */

.about-FLIR-hero{
    position: relative;
    height: 300px;
    background-image: url(/images/pages/flir/about-FLIR-hero-bg.webp);
    background-size: cover;
    background-position: center;
    width: 100vw;
    margin-left: -50vw;
    left: 50%;
    display: flex;
    align-content: center;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: -16px;
}

.about-FLIR-hero h1{
    font-size: 48px;
    font-weight: 300;
    color: var(--brand-flir-black);
    margin-bottom: 0px;
    line-height: 52px;
    font-family: var(--body-flir-fonts);
}

.about-FLIR-section {
   position: relative;
    height: fit-content;
    width: 100vw;
    padding: 40px 0px;
    margin-left: -50vw;
    left: 50%;
    margin-bottom: -15px;
}


.about-FLIR-section.section-01{
  background-color: var(--brand-flir-main-blue);
 
}

.about-FLIR-section p, .about-FLIR-section h2{
  width: 80%;
   margin-left: auto;
   margin-right: auto;
}

.about-FLIR-section.section-01 p{
   color: #fff;
   text-align: center;
   font-size: 18px;
   line-height: 1.7;
   font-weight: 100;
   font-family: var(--body-flir-fonts);
}

.about-FLIR-section.section-02{
  background-color: var(--brand-flir-main--gray);
}

.about-FLIR-section.section-03{
  background-color: var(--brand-flir-ligth--gray);
}


.about-FLIR-section.section-02 p, .about-FLIR-section.section-03 p{
   line-height: 1.7;
   font-weight: 100;
   color: var(--brand-flir-black);
   text-align: center;
   margin-bottom: 0px;
   font-family: var(--body-flir-fonts);
  
}


.about-FLIR-section.section-02 h2, .about-FLIR-section.section-03 h2{
    font-weight: 300;
    color: var(--brand-flir-black);
    text-align: center;
    margin-top: 0px;
    font-family: var(--body-flir-fonts);
}




/*********/

/* --- 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. */
.FLIR-expert-forum .expertise-content-header {
	position: relative; 
	text-align: center;
}
.FLIR-expert-forum .expertise-content-header img.expertise-content-logo {
	width: 50%;
	padding-bottom: 3px;
}
.FLIR-expert-forum h1 {
	text-align: center;
}
.FLIR-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 ********* */
	.FLIR-header>.row-fluid {
		max-width: 910px;
		margin: 0 auto;
	}
	
	
	
/* ********* NAV ********* */
	



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

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

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

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

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

  }

  .navbar .pull-right>li>.dropdown-menu:after, .navbar .nav>li>.dropdown-menu.pull-right:after{
    left: 615px;
  }

  .navbar.navbar-inner-FLIR-subsite-french .pull-right>li>.dropdown-menu:after{
    left: 605px;
  }

  .navbar .pull-right>li>.dropdown-menu:before, .navbar .nav>li>.dropdown-menu.pull-right:before{
    left: 614px;
  }

  .navbar.navbar-inner-FLIR-subsite-french .pull-right>li>.dropdown-menu:before{
    left: 604px;
  }

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

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

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


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

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

.navbar-FLIR-subsite .dropdown-column{
  width: 264px;
}

.navbar.navbar-inner-FLIR-subsite-french .navbar-FLIR-subsite .dropdown-column{
  width: 264px;
}

  /* side ad */

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

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

  #FLIR-side-ad.FLIR-side-ad--text-wrapper.white-text p{
    font-size: 11px;
    line-height: 1rem;
  }
/* ********* END ADS ********* */
/* ********* BUTTONS ********* */
	
 

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

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

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

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

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

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

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

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

.FLIR-cat-button.btn-12 img{
  height: 87px;
}

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

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

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

 .about-FLIR-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 ********* */
.FLIR-mobile-sub-nav#mobile-sws-2 .grid-container, .accordion-inner.nav.mshow .grid-container{
 display: block;
}

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

.navbar-inner.FLIR-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.FLIR-mobile .span4{
  grid-area: 1 / 1 / 3 / 2;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: 0px;
 
}



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

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

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

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

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

.FLIR-cat-button.btn-12 img{
  height: 93px;
}

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

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

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

.flir-security-header{
  display: none;

}

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

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

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

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

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

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

.FLIR-mobile svg{

    width: auto;
    height: 100px;
  
}

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

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


  /* about us */

 

  /* end about us */


    /****** English ******/
  .FLIR-mobile #SWS-mobile-first-nav, .FLIR-mobile #SWS-mobile-second-nav,.FLIR-mobile #SWS-mobile-third-nav {
    width: 31.3%;
  }
  .FLIR-mobile #SWS-mobile-second-nav {
    border-left: 1px solid white;
    border-right: 1px solid white;
  }

  .FLIR-mobile #SWS-mobile-hamburger-nav {
    width: 5.69%;
    border-left: 1px solid var(--brand-flir-white);
  }
  /****** End English ******/

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

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

.FLIR-mobile .sws-mobile-header-nav .navbar-FLIR-subsite-mobile {
  /* background: transparent !important; */
  width: 100%;
  top: 0px !important;
  left: 0px !important;
  border-radius: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  background: var(--brand-flir-black);
}

.FLIR-mobile .sws-mobile-header-nav .nav > li > a{
background: var(--brand-flir-black);
font-size: 14px;

padding: 4px 4px;
text-align: center;
text-transform: uppercase;
border: none;
font-weight: 600;
font-family: var(--body-flir-fonts);
}

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

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

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

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

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

}
.FLIR-mobile .sws-mobile-header-nav .nav > li:nth-child(3):hover a{
margin-right: -1px;
}
.FLIR-mobile .FLIR-mobile-sub-nav .nav .dropdown-sup a{
border-radius: 0px;
text-align: left;
padding-left: 10px;
}
.FLIR-mobile .FLIR-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-FLIR-buttons{
    margin-top: 10px;
  }

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

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

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

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

.navbar-FLIR-subsite-mobile .nav-collapse .open > .dropdown-menu li > a,
.navbar-FLIR-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a,
.FLIR-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a
{
  font-size: 14px;
  line-height: 18px;
  background-color: transparent !important;
  padding: 5px 0px  !important;
  background-image: none !important;
  font-weight: 500 ;
  border: none;
  white-space: break-spaces;
  font-family: var(--body-flir-fonts);
  color: var(--brand-flir-text--gray);
  text-transform: none;
}

.FLIR-mobile .accordion-inner .accordion-inner-sub{
  
  display: block;
 
}

.FLIR-mobile .accordion-inner .accordion-inner-sub li{
  list-style: none;
  }
.FLIR-mobile .FLIR-mobile-sub-nav .dropdown-sup .dropdown-menu{
  margin-left: 0px;
}
.FLIR-mobile .FLIR-mobile-sub-nav .accordion-inner .mshow .nav{
  margin-bottom: 0px;
}
.FLIR-mobile .FLIR-mobile-sub-nav .nav {
  margin: 0;
}
.FLIR-mobile #mobile-sws-1.FLIR-mobile-sub-nav .nav , .FLIR-mobile #mobile-sws-2.FLIR-mobile-sub-nav .nav   {
  margin: 0;
  padding: 10px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  background-color: var(--brand-flir-li-background-light);
  border-top: none;
}
.FLIR-mobile .sws-mobile-header-nav li.dropdown.dropdown-sup {
  border: none;
  clear: both;
}
.FLIR-mobile .sws-mobile-header-nav li:last-child.dropdown.dropdown-sup {
  margin-bottom: 0;
  border-bottom: none;
}
.FLIR-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;
}

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

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

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

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

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


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

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

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

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


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

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

.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/ 3 / 4 / 3;}
.btn-09{grid-area: 3 / 2 / 4 / 3;}
.btn-10.flir-sws-gts{ grid-area: 4 /1 / 4 / 2; }
.btn-10{ grid-area: 4 /3 / 5 / 4; }
.btn-11{ grid-area: 4 / 1 / 5 / 2; }
.btn-12{ grid-area:  4 / 2 / 5 / 3; }
.btn-13{ grid-area: 4 / 1 / 5 / 2; }
.btn-14{ grid-area: 5 / 1 / 6 / 2;  }
/* ********* END BUTTONS ********* */
/* ********* ABOUT FLIR ********* */


}

@media (max-width: 979px) and (min-width: 768px) {
	
	.row-fluid.about-FLIR-hero h1{
    font-size: 60px;
  }
	
}

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

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

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

  .carousel-top.sws-FLIR-carousel .sws-carousel-drop-shadow 
 .hero-content .text-content p.text-nowrap{
  line-height: 140%;
 }

.FLIR-mobile #SWS-mobile-first-nav, .FLIR-mobile #SWS-mobile-second-nav, .FLIR-mobile #SWS-mobile-third-nav{
  width: 31.25%;
}
 
 .FLIR-mobile img.brand.mobile-logo{
  width: 60%;
 }

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

 .FLIR-carousel-bg-image.carousel-1 .text-content, .FLIR-carousel-bg-image.carousel-2 .text-content{
    padding-left: 10px;
    padding-right: 10px;
   }

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

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

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

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

/* ********* END BUTTONS ********* */
/* ********* CMS PAGE ********* */
	
	
/* ********* CATEGORY LANDING PAGES ********* */
	
	
	
	
/* ********* END CATEGORY LANDING PAGES ********* */
/* ********* About Page ********* */
	

	
	
/* ********* 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-FLIR-buttons{
    height: auto;
  }

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

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

  .FLIR-cat-button.btn-04 .view-products-txt{
    top: -5px;
  }

  .FLIR-cat-title{
    font-size: 12px;
    line-height: 16px;
  }



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

  .FLIR-cat-button.btn-03 #about-FLIR{
    margin-top: 40px;
  }
 
  .FLIR-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-FLIR-carousel{
    height: fit-content;
  }
  
  .FLIR-carousel-bg-image .hero-content{
    max-height: 100%;
  }
  
  .hero-content .text-content h2{
    font-size: 28px;
    margin-bottom: 2px;
    text-align: center;
  }
  
  .FLIR-carousel-bg-image .hero-content .text-content h3{
    font-size: 20px;
    margin: 0px 0px 6px 0px;
    text-align: center;
  
  }
  
  .carousel-top.sws-FLIR-carousel .sws-carousel-drop-shadow 
   .hero-content .text-content p.text-nowrap{
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
   }
  
  
   .FLIR-carousel-bg-image .hero-content .text-content a{
    margin-bottom: 25px;
  
   }
   .FLIR-carousel-bg-image .hero-content{
    padding: 0px;
   }
  
   .sws-carousel-drop-shadow img, .sws-carousel-drop-shadow .carousel-inner{
    box-shadow: unset;
   }

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

	.sws-FLIR-buttons.sws-FLIR-buttons-fr .FLIR-cat-button{
    padding-inline: 6px;
  }

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

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

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

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

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

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

   
}

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

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

  .FLIR-cat-button.btn-01 { grid-area: 1 / 1 / 2 / 2; }
  .FLIR-cat-button.btn-02 { grid-area: 1 / 2 / 2 / 3; }
  .FLIR-cat-button.btn-03 { grid-area: 2 / 1 / 3 / 2; }
  .FLIR-cat-button.btn-04 { grid-area: 2 / 2 / 3 / 3; }
  .FLIR-cat-button.btn-06 { grid-area: 5 / 1 / 5 / 2; }
  .FLIR-cat-button.btn-07 { grid-area: 3 / 2 / 4 / 3; }
  .FLIR-cat-button.btn-08 { grid-area: 4 / 1 / 5 / 2; }
  .FLIR-cat-button.btn-09 { grid-area: 4 / 2 / 5 / 3; }
  .FLIR-cat-button.btn-10 { grid-area: 6 / 2 / 6 / 3; }
  .FLIR-cat-button.btn-10.flir-sws-gts { grid-area: 5 / 2 / 6 / 3;}
  .FLIR-cat-button.btn-11 { grid-area: 5 / 2 / 6 / 3; }
  .FLIR-cat-button.btn-12 { grid-area: 6 / 1 / 7 / 2; }
  .FLIR-cat-button.btn-13 { grid-area: 5 / 2 / 7 / 3; }
  .FLIR-cat-button.btn-14 { grid-area: 7 / 1 / 8 / 2; }

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

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

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

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

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

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

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

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

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

  .FLIR-carousel-bg-image{
    height: 448px;
  }
 
  .about-FLIR-content .about-FLIR-content-02 .about-FLIR-container{
    padding-top: 80px;
  }
	
  .accordion-inner.nav.mshow .grid-container#solution-by-industry{
    margin: 0 0 10px 10px;
  }
  .FLIR-mobile .sws-mobile-header-nav .nav > li > a{
    font-size: 12px;
  }

  .FLIR-mobile #SWS-mobile-hamburger-nav{
    width: 7.82%;
  }

  .FLIR-mobile #SWS-mobile-first-nav, .FLIR-mobile #SWS-mobile-second-nav, .FLIR-mobile #SWS-mobile-third-nav{
    width: 30.5%;
  }

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

.FLIR-mobile-sub-nav a{
  font-size: 12px;
}
 
  .navbar-FLIR-subsite-mobile .nav-collapse .open > .dropdown-menu li > a, .FLIR-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a{
  font-size: 12px;
}
 
.FLIR-cat-button{
  height: 123px;
}

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



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

  }


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

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

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

  .sws-FLIR-carousel-french .FLIR-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;
    
  }
  
  .FLIR-carousel-bg-image .hero-content{
    padding: 0px;
  }
  
 
  .row-fluid.carousel-top.sws-FLIR-carousel{
    height: fit-content;
  }
  
  .FLIR-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;
  }
  
  .FLIR-carousel-bg-image .hero-content .text-content h3{
    font-size: 20px;
    margin: 0px 0px 6px 0px;
    text-align: center;
  
  }


  
  .FLIR-carousel-bg-image.carousel-1 .text-content,  .FLIR-carousel-bg-image.carousel-2 .text-content{
    margin: 0px;
  }
  .carousel-top.sws-FLIR-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;
   }
  
  
  
   .FLIR-carousel-bg-image .product-image img{
    left: auto;
    position: relative;
   
   }
  

  
   
   .sws-carousel-drop-shadow img, .sws-carousel-drop-shadow .carousel-inner{
    box-shadow: unset;
   
   }
  
    /* Firefox start */
@-moz-document url-prefix() {
  .FLIR-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. */
	.FLIR-expert-forum img.expertise-content {
		width: auto;
		margin: 0 auto 10px;
		display: block;
		float: none;
	}
/* ********* END Forum Page ********* */
/* ********* END CMS Pages ********* */
.row-fluid.about-FLIR-hero h1 {
  font-size: 40px;
}


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

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

}

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

  .navbar-inner.FLIR-mobile{
    grid-template-rows: 50px 50px auto;
  }

 .FLIR-mobile #SWS-mobile-first-nav, .FLIR-mobile #SWS-mobile-second-nav, .FLIR-mobile #SWS-mobile-third-nav{
  width: 30.16%;
 }
  .FLIR-mobile #SWS-mobile-hamburger-nav{
    width: 8.69%;
  }
  
  .FLIR-mobile .FLIR-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle{
    width: 89.3%;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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


 

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

  .FLIR-mobile #SWS-mobile-first-nav, .FLIR-mobile #SWS-mobile-second-nav, .FLIR-mobile #SWS-mobile-third-nav{
    width: 28.87%;
  }


  .FLIR-mobile #SWS-mobile-hamburger-nav{
    width: 12.34%;
  }
 .FLIR-mobile .sws-mobile-header-nav .nav > li > a{
  font-size: 10px;
 }

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

.navbar-FLIR-subsite-mobile .nav-collapse .open > .dropdown-menu li > a, .FLIR-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a , 
.FLIR-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu span ,.navbar-FLIR-subsite-mobile .nav-collapse .open span {
  font-size: 12px;
}

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

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

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

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


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


}

@media (max-width: 330px) {

.FLIR-mobile #SWS-mobile-first-nav, .FLIR-mobile #SWS-mobile-second-nav, .FLIR-mobile #SWS-mobile-third-nav{
    width: 28.82%;
  }


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

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