:root {
    --brand-fluke-black: #212121;
    --brand-fluke-button-grey: #555555;
    --brand-fluke-button-blue: #5C7A93;
    /*#6886A0;*/
    --brand-fluke-button-bright-blue: #65A5B7;
    --brand-fluke-yellow: #ffc20e;
    --brand-header-fluke-font: Helvetica, Arial, sans-serif;
    --brand-header-fluke-titles-font: "Roboto Slab", "Helvetica Neue", "HelveticaNeue-Light", "Helvetica Neue Light", Helvetica, Arial, "Lucida Grande", sans-serif;
}

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

.fluke-header {
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    box-sizing: border-box;
    background: #212121;
}

.fluke-header>.row-fluid {
    max-width: 1140px;
    margin: 0 auto;
    padding: 7px;
}

.fluke-header .span4.logo-fluke-sws {
    width: 250px;
    padding-top: 6px;
}

/* ********* NAV ********* */
.navbar .nav.navbar-fluke-subsite {
    margin-right: 0;
    width: 100%;

    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;

    -webkit-box-flex-wrap: nowrap;
    -moz-box-flex-wrap: nowrap;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
}

.navbar .nav.navbar-fluke-subsite>li.home-btn {
    -webkit-box-flex: 1 1 auto;
    -moz-box-flex: 1 1 auto;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: auto 0px;
}

.navbar .nav.navbar-fluke-subsite>li {
    -webkit-box-flex: 4 1 auto;
    -moz-box-flex: 4 1 auto;
    -webkit-flex: 4 1 auto;
    -ms-flex: 4 1 auto;
    flex: 4 1 auto;
    margin: auto 1em;
    text-align: center;
}

.navbar .nav.navbar-fluke-subsite>li:first-child i.icon-home:hover {
    background-image: url(/images/pages/fluke/xfluke-glyphicons-halflings-yellow.png.pagespeed.ic.abTmIgG3jh.png);
}

.fluke-header .row-fluid .navbar.navbar-inner-fluke-subsite {
    float: right;
}

.fluke-header .subheading-nav {
    width: 71% !important;
    float: right;
}

.navbar-fluke-subsite a.nav-home-icon>i {
    margin-top: 3px;
    display: inline-block;
    vertical-align: text-top;
}

.navbar.navbar-inner-fluke-subsite .nav>li>a {
    text-shadow: none;
    color: #fff;
    display: block;
    font-size: 1.2rem;
    white-space: break-spaces;
    font-family: var(--brand-header-fluke-font);
    text-transform: uppercase;
}

.row-fluid.point-down2 {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 16px 14px 0 14px;
    border-color: #ffc20e transparent transparent transparent;
    transform: rotate(180deg);
    margin: 0 auto;
    margin-bottom: -30px;
    padding-top: 20px;
}

a#fluke-categories-dropdown {
    padding-bottom: 18px !important;
}

/* home button */
.navbar.navbar-inner-fluke-subsite .nav> :first-child>a {
    padding: 10px 20px 10px !important;
}

.dropdown-menu.fluke-whole-cateogies-list-menu {
    width: 78.75em;
    left: -41.1em !important;
    border-radius: 0px;
}

.navbar-inner-fluke-subsite-french .dropdown-menu.fluke-whole-cateogies-list-menu {
    left: -39.25em !important;
}

.navbar .nav>li>.fluke-whole-cateogies-list-menu.dropdown-menu:before,
.navbar .nav>li>.fluke-whole-cateogies-list-menu.dropdown-menu:after {
    display: none;
}

.dropdown-menu.fluke-whole-cateogies-list-menu li a {
    white-space: break-spaces;
    padding: 6px 20px !important;
    line-height: 24px;
    font-size: 16px;
    color: #fff;
    text-align: left;
}

li.view-all-li.dropdown-header {
    padding-top: 0.5em;
}

li.view-all-li.dropdown-header a {
    color: var(--brand-fluke-yellow) !important;
}

.nav-col {
    padding-top: 0.9em;
}

.fluke-whole-cateogies-list-menu ul {
    list-style: none;
    margin-left: 0;
    margin-bottom: 5px;
    box-sizing: border-box;
    width: 33%;
    float: left;
}

.fluke-whole-cateogies-list-menu ul:first-child {
    width: 33%;
}

.fluke-whole-cateogies-list-menu ul:last-child {
    padding-left: 20px;
}

.dropdown-header p {
    color: #000 !important;
    font-weight: 700 !important;
    text-decoration: underline solid 3px var(--brand-fluke-yellow);
    text-underline-offset: 0.3rem;
    text-align: left;
    text-transform: uppercase;
    line-height: 1.6em;
    padding-top: 0.7em;
    padding-left: 20px;
}

.fluke-whole-cateogies-list-menu ul:last-child li {
    border-right: none;
}

hr.yel-hr {
    border-top: 1px solid #c8cfde;
    width: 92%;
}

.navbar-fluke-subsite .dropdown-menu li.dropdown-header>a,
.navbar-fluke-subsite .dropdown-menu li.dropdown-header>a:hover {
    font-weight: 700 !important;
    color: #333;
    padding: 5px 10px;
    text-transform: uppercase;
    margin-top: 5px;
}

ul.dropdown-menu.fluke-whole-cateogies-list-menu {
    padding: 4px 16px 10px 20px;
    background: var(--brand-fluke-black);
    opacity: 0.98;
    border: 1px solid rgba(0, 0, 0, 0.1);
    margin-top: 12px;
}

.navbar-fluke-subsite .hover-underline-animation a {
    padding: 1.25em 1.4em !important;
}

ul.dropdown-menu.fluke-whole-cateogies-list-menu ul:before {
    right: auto;
    left: 221px;
}

ul.dropdown-menu.fluke-whole-cateogies-list-menu ul:after {
    right: auto;
    left: 222px;
}

/* NAV HOVER COLOURS */
.navbar.navbar-inner-fluke-subsite .nav>li>a:hover {
    color: var(--brand-fluke-yellow);
}

.navbar .nav.navbar-fluke-subsite li.dropdown.open>.dropdown-toggle,
.navbar .nav.navbar-fluke-subsite li.dropdown.active>.dropdown-toggle,
.navbar .nav.navbar-fluke-subsite li.dropdown.open.active>.dropdown-toggle {
    color: var(--brand-fluke-yellow);
    background: var(--brand-fluke-black);
}

/*dropdown*/
.navbar-fluke-subsite .dropdown-menu li>a:hover,
.navbar-fluke-subsite .dropdown-menu li>a:focus,
.navbar-fluke-subsite .dropdown-submenu:hover>a,
.navbar-fluke-subsite .dropdown-submenu:focus>a,
.navbar-fluke-subsite .dropdown-menu li>a:active,
.navbar-fluke-subsite .dropdown-submenu:active>a {
    background-color: var(--brand-fluke-black) !important;
    opacity: 0.95;
    color: var(--brand-fluke-yellow) !important;
    text-decoration: none;
    background-image: none;
    font-weight: normal;
}

/*Search bar*/
.fluke-search form#ProductDisplayForm button.btn.btn-default {
    border: 1px solid var(--brand-fluke-yellow);
    background-color: var(--brand-fluke-yellow);
    border-radius: 0;
    margin-top: 0px;
}

.fluke-search form#ProductDisplayForm button.btn.btn-default i.icon-search,
.fluke-mobile .mobile-search button .icon-search {
    margin-top: 1px !important;
    background-image: url(/img/xglyphicons-halflings.png.pagespeed.ic.8eojXb2vsK.png);
}

.fluke-search form#ProductDisplayForm button.btn.btn-default:hover i.icon-search {
    margin-top: 1px !important;
    background-image: url(/img/glyphicons-halflings-white.png.pagespeed.ce.m7xulgKZij.png);
}

.fluke-search.input-append {
    margin-left: 0;
    padding-right: 5px;
}

.fluke-search input#ProductSearch.appendInputButton,
.input-append.fluke-search.fluke-search-fr input#ProductSearch.appendInputButton {
    border-radius: 0px;
    color: var(--brand-fluke-black);
    border: 1px solid var(--brand-fluke-yellow);
    background-color: var(--brand-fluke-yellow);
    font-family: var(--brand-header-fluke-font);
    text-transform: uppercase;
}

.fluke-search input.refine-search.appendInputButton:focus,
.fluke-search input.refine-search.appendInputButton:focus:invalid:focus {
    color: #093254;
    box-shadow: inset 0 0px 3px 1px rgba(255, 255, 255, 10%),
        0 0px 4px rgba(255, 255, 255, 50%);
}

.fluke-search input.refine-search.appendInputButton::-webkit-input-placeholder {
    /* Chrome, Opera, Safari */
    color: var(--brand-fluke-black);
}

.fluke-search input.refine-search.appendInputButton:-moz-placeholder {
    /* Firefox 4-18 */
    color: var(--brand-fluke-black);
}

.fluke-search input.refine-search.appendInputButton::-moz-placeholder {
    /* Firefox 19+ */
    color: var(--brand-fluke-black);
}

.fluke-search input.refine-search.appendInputButton:-ms-input-placeholder {
    /* IE 10-11 */
    color: var(--brand-fluke-black);
}

.fluke-search input.refine-search.appendInputButton::-ms-input-placeholder {
    /* MS Edge */
    color: var(--brand-fluke-black);
}

.fluke-search input.refine-search.appendInputButton::placeholder {
    /* your styles */
    color: var(--brand-fluke-black);
}

/* ********* END HEADER ********* */
/* ********* HEROS ********* */
.mob-hide {
    display: block;
}

.mob-show {
    display: none;
}

.h3.text-nowrap.top-h3 sup {
    font-size: 0.5em;
    top: -1em;
}

.fluke-sws-store #myCarousel h3.text-nowrap.top-h3 {
    padding-bottom: 0;
}

.fluke-sws-store #myCarousel .hero-section {
    width: 100%;
    background-image: url(/images/pages/fluke/xfluke-banner-bg.webp.pagespeed.ic.5cbIZUGjSz.webp);
    background-size: cover;
    background-position: top;
    position: relative;
    display: flex;
    justify-content: center;
}

/* Set a fixed height for the carousel inner to prevent jumping */
.fluke-sws-store #myCarousel .carousel-inner.hero-section,
.fluke-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 388px;
    /* Adjust this value as needed */
    margin-top: -15px;
}

.fluke-sws-store #myCarousel .hero-content {
    max-width: 1170px;
    width: 100%;
    display: grid;
    grid-template-columns: 1.5fr 1.5fr;
    align-items: start;
    padding: 5px 20px 0;
    height: 100%;
    margin: 0 auto;
}

.fluke-sws-store #myCarousel .text-content {
    color: white;
    padding: 60px 92px 20px 36px;
}

.fluke-sws-store #myCarousel .image-content {
    display: flex;
    justify-content: center;
    padding-top: 2em;
}

.slide2 .image-content {
    padding-top: 3.5em !important;
}

.fluke-sws-store #myCarousel .image-content img {
    object-fit: contain;
    height: auto;
    max-width: 90%;
}

.carousel-control-new {
    color: white;
    font-size: 20px;
    /* Adjust the size of the arrow */
    position: absolute;
    /* Position the arrows */
    top: 50%;
    /* Position vertically in the middle */
    transform: translateY(-50%);
    /* Adjust vertical position */
    text-shadow: 1px 0px 2px rgba(0, 0, 0, 1) !important;
}

.carousel-control-new.left {
    left: 10px;
    /* Position the left arrow */
}

.carousel-control-new.right {
    right: 10px;
    /* Position the right arrow */
}

.carousel-top.fluke-sws-store {
    margin-top: 0px;
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    padding-bottom: 2em;
}

/******  Made for more promo Carousel Styles ******/
.fluke-sws-store #myCarousel .free-fluke-tools {
    color: #ffc40c;
    font-weight: 800;
}

.fluke-sws-store #myCarousel #made-for-more-promo-btn {
    color: white;
    background-color: #c72d0b;

}

@media (min-width: 1200px) {
    .fluke-sws-store #myCarousel .hero-content .promo-h2 {
        font-size: 46px;
    }

    .fluke-sws-store #myCarousel .hero-content .promo-h3  {
        font-size: 27px;
        line-height: 31px;
    }

}


@media (max-width: 1199px) {
    .fluke-sws-store #myCarousel .hero-content .promo-h2 {
        font-size: 42px;
    }

    .fluke-sws-store #myCarousel .hero-content .promo-h3 {
        font-size: 24px;
        line-height: 28px;
    }
}

@media (max-width: 979px){
    .fluke-sws-store #myCarousel .hero-content .promo-h2 {
        font-size: 38px;
    }

    .fluke-sws-store #myCarousel .hero-content .promo-h3 {
        font-size: 20px;
        line-height: 25px;
    }
 
}
@media (max-width: 767px){
    .fluke-sws-store #myCarousel .hero-content .promo-h2 {
        font-size: 36px;
    }

    .fluke-sws-store #myCarousel .hero-content .promo-h3 {
        font-size: 19px;
        line-height: 22px;
    }
 
}

@media (max-width: 600px){
    .fluke-sws-store #myCarousel .hero-content .promo-h2 {
        font-size: 34px;
    }

    .fluke-sws-store #myCarousel .hero-content .promo-h3 {
        font-size: 20px;
        line-height: 23px;
    }
 
}
/* @media (max-width: 480px){
    .fluke-sws-store #myCarousel .hero-content .promo-h2 {
        font-size: 34px;
    }

    .fluke-sws-store #myCarousel .hero-content .promo-h3 {
        font-size: 20px;
        line-height: 23px;
    }
 
} */
@media (max-width: 399px){
    .fluke-sws-store #myCarousel .hero-content .promo-h2 {
        font-size: 36px;
    }

    .fluke-sws-store #myCarousel .hero-content .promo-h3 {
        font-size: 18px;
        line-height: 22px;
    }
 
}
@media (max-width: 329px){
    .fluke-sws-store #myCarousel .hero-content .promo-h2 {
        font-size: 32px;
    }

    .fluke-sws-store #myCarousel .hero-content .promo-h3 {
        font-size: 17px;
        line-height: 20px;
    }
 
}

/****** END Made for more promo Carousel Styles ******/

/* Other Carousel Styles */
.fluke-sws-store #myCarousel h2 {
    font-size: 40px;
    margin-bottom: 15px;
    color: #fff;
    line-height: 100%;
    font-weight: 600;
    font-family: var(--brand-header-fluke-font);
}

.fluke-sws-store #myCarousel h2 strong {
    font-size: 43px;
    line-height: 44px;
    color: var(--brand-fluke-yellow);
}


.fluke-sws-store #myCarousel h2 strong .line-gap {
    height: 10px;
    /* space between the two words */
}

.fluke-sws-store #myCarousel h3 {
    color: #fff;
    font-weight: 400;
    font-size: 18px;
    font-family: var(--brand-header-fluke-font);
    padding-bottom: 0.95em;
    padding-right: 3em;
    letter-spacing: 0.5px;
    line-height: 23px;

}

.fluke-sws-store #myCarousel .carousel-btn {
    color: var(--brand-fluke-black);
    background-color: var(--brand-fluke-yellow);
    margin-top: 0px;
    font-size: 14px;
    padding: 16px 66px;
    display: inline-flex;
    font-family: var(--brand-header-fluke-font);
    font-weight: 400;
}

.fluke-sws-store #myCarousel .carousel-btn:hover {
    background-color: #daa300;
    text-decoration: none;
    transition: 0.3s;
    /*   border: 2px solid rgb(0 0 0 / 0%); */
}


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

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

.fluke-clip-buttons .fluke-grid-item img {
    box-sizing: border-box;
    transition: 0.15s ease-in-out;
    max-height: 200px;
}

.fluke-application-title .application-title {
    font-size: 20px;
    font-weight: 600;
    color: #fff;
    text-align: left;
    line-height: 26px;
    font-family: var(--brand-header-fluke-titles-font);
}

.fluke-item.side-ad .fluke-side-ad-title p.application-title,
.fluke-item.side-ad .fluke-side-ad-title p.application-title {
    font-size: 19px;
    padding: 0 2em;
    text-align: center;
    line-height: 22px;
    font-family: var(--brand-header-fluke-titles-font);
    font-weight: 300;
}

.fluke-item.side-ad .fluke-side-ad-title h3.application-title,
.fluke-item.data-centers .fluke-data-centers-title h3.application-title {
    font-size: 33px;
    padding: 0.5em 0.5em 0;
    margin-bottom: 0.2em;
    text-align: center;
    font-family: var(--brand-header-fluke-titles-font);
    font-weight: 800;
    line-height: 32px;
}


.fluke-item.data-centers .fluke-data-centers-title h3.application-title {
    text-align: left !important;
    padding: 0 0.5em;
    font-size: 28px;
    line-height: 34px;
}

/*FR*/
.fluke-item.side-ad.fluke-side-ad-fr p.application-title {
    font-size: 19px !important;
    padding: 0 0.3em;
    line-height: 24px;
}

.fluke-item.side-ad.fluke-side-ad-fr .fluke-application-img img {
    width: 79%;
}

/**/
.fluke-flex-container {
    display: flex;
}

.fluke-item {
    display: flex;
    align-items: center;
    background-color: #555555;
}

.fluke-item.col-2 {
    background-color: var(--brand-fluke-button-blue);
    /*#6886A0;*/
}

.fluke-item.col-3 {
    background-color: #5096AA;
    /* #65A5B7; */
}

.fluke-item.col-3.side-ad,
.fluke-item.col-3.side-ad:hover {
    background-image: url(https://www.globaltestsupply.com/images/pages/fluke/xfluke-ii905-side-ad-bg.webp.pagespeed.ic.oZXUsPvfYJ.webp);
    background-size: cover;
    background-position: right 12% top;
}

.fluke-item:not(.side-ad) {
    height: 9em;
    overflow: hidden;
}

.fluke-item img {
    width: 75%;
    float: right;
}

.fluke-item.side-ad .fluke-application-img img {
    width: 90%;
    display: block;
    margin: 0 auto;
    float: none;
    padding: 0em 0 1em;
}

.fluke-application-title {
    width: 100%;
    padding: 12px 18px;
}

.fluke-item.side-ad {
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 5;
    flex-direction: column;
    padding: 1.5em 1em 0 1em;
}

.sws-fluke-buttons .fluke-grid-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1%;
    margin-bottom: 4.5%;
    margin-top: -3em;
}


/*Side ad*/
.full-block-link {
    grid-column: 1 / span 3;
    flex-direction: row;
}

.fluke-item.data-centers {
    display: flex;
    justify-content: space-between;
}

.fluke-item.data-centers .fluke-side-ad-cta {
    margin: 0;
}

.fluke-side-ad-cta {
    margin: 0.5em 0 1.5em 0;
}

.fluke-item.side-ad {
    position: relative;
}

.side-ad-btn {
    color: #333;
    background-color: var(--brand-fluke-yellow);
    margin-top: 0px;
    font-size: 15px;
    padding: 9px 50px;
    display: inline-flex;
    font-family: var(--brand-header-fluke-font);
}

.fluke-item.data-centers .side-ad-btn {
    color: #333;
    background-color: var(--brand-fluke-yellow);
    margin: 0 1em;
    font-size: 15px;
    padding: 9px 50px;
    display: inline-flex;
    font-family: var(--brand-header-fluke-font);
}


.side-ad-btn:hover {
    background-color: #daa300;
    text-decoration: none;
    transition: 0.3s;
}

.fluke-item.side-ad .fluke-side-ad-subtitle p.application-subtitle {
    font-size: 18px;
    font-weight: 400;
    color: #fff;
}

/*Buttons hover*/
.fluke-item:hover .application-title {
    transition: 0.15s ease-in-out;
}

.fluke-item:hover:not(.side-ad) {
    background: #3c3c3c;
}

.fluke-item.col-2:hover {
    background: #4b6c83;
}

.fluke-item.col-3:hover {
    background: #398695;
}

/* ********* About Page ********* */
.fluke-about .about-fluke-hero {
    background-image: url(/images/pages/fluke/xabout-fluke-banner.webp.pagespeed.ic.qhCWmCinig.webp);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 370px;
    margin-bottom: 0px;
    width: 100%;
    background-position: center;
    display: flex;
    margin-top: -15px;
}

.fluke-hero-container {
    margin-top: 0px;
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.row-fluid.about-fluke-hero h1 {
    font-size: 80px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 120%;
    color: #fff;
    font-family: var(--brand-header-fluke-font);
    z-index: 3;
    -webkit-font-smoothing: antialiased;
    font-synthesis: none;
    text-rendering: optimizeLegibility;
}

span.hero-h1 {
    color: var(--brand-fluke-orange);
    text-transform: capitalize;
}

.about-fluke {
    margin-top: 0px;
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background: #fff;
}

.row-fluid.about-fluke-main-content {
    margin-top: 0px;
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background: var(--brand-fluke-black);
}

.row-fluid.about-fluke-container.second-row {
    padding-top: 2.5em;
}

.row-fluid.about-fluke-container p,
.row-fluid.about-fluke-main-content p {
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    padding: 0 8em;
}

.row-fluid.about-fluke-main-content p {
    color: #fff;
}

.row-fluid.about-fluke-container h3 {
    color: var(--brand-fluke-black);
    direction: ltr;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 120%;
    text-align: center;
    margin-top: 0;
    font-family: var(--brand-header-fluke-font);
}

.row-fluid.about-fluke-container {
    margin: 0 auto;
    width: 1170px;
    padding: 1em 0 1.5em;
}

.row-fluid.about-fluke-main-content .span12 {
    margin: 0 auto;
    width: 1170px;
    padding: 40px 20px;
}

.row-fluid.point-down {
    background: #f6a704;
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}

.row-fluid.point-down .row-fluid.span12 {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 24px 24px 0 24px;
    border-color: #fff transparent transparent transparent;
    transform: rotate(0deg);
    margin: 0 auto;
}

.row-fluid.about-fluke-main-content h2 {
    color: var(--brand-fluke-yellow);
    font-weight: 700;
    text-align: center;
    font-size: 38px;
    line-height: 120%;
    padding-top: 0.5em;
}

.fluke-grid-container.about-us-grid-container {
    margin: 0;
}

.about-us-blue-col {
    background: #c8cfde;
}

.about-us-application-title p {
    text-align: center;
    font-size: 15px;
    padding: 5px 20px 20px;
}

p.about-us-application-title-p {
    color: #ffffff;
    text-align: center;
    font-size: 22px;
    font-weight: 600;
    padding-bottom: 0.2em;
}

h1.gts-about-h1 {
    padding-top: 1em;
}

/* --- FRENCH --- */
.french-about-us .row-fluid.about-fluke-hero h1 {
    font-size: 68px;
}

.french-about-us span.hero-h1 {
    font-size: 80px;
}

@media (min-width: 481px) {
    .dropdown-header p {
        font-size: 16px !important;
        text-decoration: underline solid 3px var(--brand-fluke-orange);
        text-underline-offset: 0.3rem;
        text-align: left;
        text-transform: uppercase;
    }
}

@media (max-width: 480px) {
    .french-about-us .row-fluid.about-fluke-hero h1 {
        font-size: 46px;
        line-height: 120%;
    }

    .french-about-us span.hero-h1 {
        font-size: 64px;
    }
}

/* --- END FRENCH --- */
/* ********* END About Page ********* */

@media (min-width: 980px) and (max-width:1199px) {
    .navbar-inner-fluke-subsite-french .dropdown-menu.fluke-whole-cateogies-list-menu {
        left: -28em !important;
    }

    .dropdown-menu.fluke-whole-cateogies-list-menu {
        width: 64em;
        left: -28.2em !important;
    }

    .fluke-item:not(.side-ad) {
        height: 8em;
        overflow: hidden;
    }

    .fluke-item img {
        width: 22em;
    }

    .fluke-item.side-ad .fluke-application-img img {
        width: 75%;
        height: auto;
    }

}

@media (min-width: 1200px) {
    .fluke-sws-store #myCarousel .hero-section {
        padding-bottom: 2em;
    }

    .fluke-sws-store .image-content {
        min-width: 585px;
    }

}

@media (max-width: 1199px) {

    /* ********* HEADER ********* */
    .row-fluid.point-down2 {
        margin-bottom: -31px;
        padding-top: 11px;
    }

    .navbar .nav.navbar-fluke-subsite>li {
        margin: auto 0.2em;
    }

    .fluke-header>.row-fluid {
        max-width: 940px;
        margin: 0 auto;
    }

    .fluke-header .span4.logo-fluke-sws {
        width: 200px;
        margin-top: 11px;
    }

    .fluke-header .row-fluid .navbar.navbar-inner-fluke-subsite {
        width: 630px;
    }

    .fluke-search.input-append {
        width: 92%;
    }

    .span8.subheading-nav {
        margin-top: 0;
    }

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

    .fluke-header .span8.subheading-nav {
        width: 75%;
    }

    .navbar .nav.navbar-fluke-subsite {
        display: -moz-box;
        display: -ms-flexbox;
    }

    .fluke-header .row-fluid .navbar .nav-collapse.sws.collapse {
        margin-top: 2em !important;
    }

    .fluke-sws-store #myCarousel .text-content {
        margin-left: 7%;
        padding: 3em 0 1em 4.5em;
    }

    .fluke-sws-store #myCarousel .text-content.slide3 {
        margin-left: 0;
    }

    .fluke-header {
        padding: 0;
    }

    .fluke-sws-store .image-content {
        min-width: 575px;
    }

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

    /* ********* HERO ********* */
    .fluke-sws-store #myCarousel h2 {
        font-size: 34px;
    }

    /* ********* END HERO ********* */

    /* ********* BUTTONS ********* */
    .fluke-application-title .application-title,
    .fluke-item.side-ad .fluke-side-ad-title p.application-title {
        font-size: 16px;
        line-height: 21px;
    }

    /* Side Ad*/
    .fluke-item.side-ad p.application-title {
        padding: 0 10px;
        text-align: center !important;
        font-size: 18px !important;
    }

    .fluke-item.side-ad .fluke-side-ad-subtitle p.application-subtitle {
        font-size: 15px;
        line-height: 20px;
        padding: 0 12px;
    }

    .fluke-item.side-ad {
        padding-top: 1em;

    }


    /*FR*/
    .fluke-item.side-ad.fluke-side-ad-fr p.application-title {
        font-size: 17px !important;
        line-height: 22px;
    }

    .fluke-item.side-ad.fluke-side-ad-fr .fluke-application-img img {
        width: 67%;
        height: auto;
    }

    .fluke-item.side-ad-fr {
        padding-top: 2em;
    }

    .fluke-item.data-centers .fluke-application-img img {
        width: 85%;
        margin: 0 auto;
        float: right;
    }

    .fluke-item.data-centers .fluke-data-centers-title h3.application-title {
        font-size: 20px;
        line-height: 25px;
        margin-top: 0;
        padding: 0 1em;
    }

    /**/
    /* End Side Ad*/

    /* ********* About Page ********* */
    .row-fluid.about-fluke-container {
        width: 90vw;
    }

    p.about-us-application-title-p {
        line-height: 26px;
        padding: 5px 28px 12px;
    }

    .about-third-col p.about-us-application-title-p {
        padding: 5px 34px 12px;
    }

    .row-fluid.about-fluke-container p,
    .row-fluid.about-fluke-main-content p {
        padding: 0;
    }

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

}

@media (min-width: 980px) {

    .navbar .nav.navbar-fluke-subsite>li:first-child i.icon-home,
    li.home-btn.active-animation.dropdown i.icon-home.icon-blue {
        background-image: url(/images/pages/fluke/xfluke-glyphicons-halflings-white.png.pagespeed.ic.eeFVAu__NE.png);
        margin-top: 1px;
        background-position: 0px -26px;
        width: 30px;
        height: 30px;
        background-size: 600px;
    }
}

@media (max-width: 979px) {

    /* ********* HEADER ********* */
    .navbar-inner.fluke-mobile,
    .navbar-inner.fluke-mobile-french.fluke-mobile {
        background: var(--brand-fluke-black);
    }

    .fluke-mobile .span4 {
        margin: 18px 10px 1px 0px;
        width: 42%;
        max-width: 316px;
    }

    .fluke-mobile img.brand.mobile-logo {
        width: 70%;
        padding: 0px;
        margin-left: 0px;
    }

    .fluke-mobile .span8 {
        width: auto;
        margin-bottom: 13px;
        float: none;
        overflow: hidden;
        margin-top: 3em;
    }

    /* ********* NAV ********* */
    i.icon-home.icon-blue.icon-m {
        background-image: url(/images/pages/fluke/xfluke-glyphicons-halflings-white.png.pagespeed.ic.eeFVAu__NE.png);
        width: 14px;
        height: 14px;
        background-position: 0px -24px;
        background-size: 469px;
        margin-top: 4px;
    }

    .navbar.navbar-inner-fluke-subsite .nav>li>a {
        font-size: 16px;
    }

    .fluke-mobile input#ProductSearch {
        background-color: #fff;
        border-radius: 0;
        border: 1px solid var(--brand-fluke-yellow);
        color: var(--brand-fluke-black);
    }

    .fluke-mobile #ProductSearch::placeholder {
        color: var(--brand-fluke-black);
    }

    .fluke-mobile .input-append .btn {
        margin-left: 0px;
        border: 0px;
        padding: 7px 14px;
        background-color: var(--brand-fluke-yellow);
        border-radius: 0;
    }

    input#ProductSearch:focus:invalid:focus {
        border-color: var(--brand-fluke-yellow);
        box-shadow: inset 0 0px 3px 1px #ffc20e12, 0 0px 4px #ffc20e40;
    }

    .fluke-mobile-sub-nav#mobile-sws-1 {
        border-top: 1px solid var(--brand-fluke-yellow);
        transition: border-bottom 0.3s ease-in-out;
        /* Add smooth transition for border-bottom */
    }

    .fluke-mobile-sub-nav#mobile-sws-1.collapse.in {
        border-bottom: 1px solid var(--brand-fluke-yellow);
    }

    .fluke-mobile-sub-nav {
        margin-top: -1px;
    }

    .fluke-mobile-sub-nav .dropdown-header a,
    .dropdown-header a:hover {
        text-transform: uppercase;
        font-weight: 600;
    }

    .fluke-mobile-sub-nav .dropdown-menu li>a:hover,
    .dropdown-menu li>a:focus,
    .dropdown-submenu:hover>a,
    .dropdown-submenu:focus>a,
    .dropdown-menu li>a:active,
    .dropdown-submenu:active>a {
        color: var(--brand-fluke-yellow) !important;
    }

    .accordion-group.navbar-fluke-subsite-mobile {
        background-color: var(--brand-fluke-black);
    }

    /****** English ******/
    li.home-btn.active-animation.dropdown {
        width: 14.5%;
    }

    .fluke-mobile #SWS-mobile-first-nav {
        width: 42%;
        border-left: 1px solid var(--brand-fluke-yellow);
        border-right: 1px solid var(--brand-fluke-yellow);
    }

    .fluke-mobile #SWS-mobile-third-nav {
        width: 36%;
    }

    .fluke-mobile #SWS-mobile-hamburger-nav {
        width: 7.15%;
        border-left: 1px solid var(--brand-fluke-yellow);
    }

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

    /* HUMBURGER */
    .fluke-mobile .sws-mobile-header-nav .btn-navbar {
        background-color: var(--brand-fluke-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;
        border-right: 1px solid var(--brand-fluke-yellow);
    }

    .navbar .fluke-mobile .btn-navbar .icon-bar,
    .navbar .fluke-mobile .btn-navbar:hover .icon-bar {
        width: 100%;
        max-width: 20px;
        background-color: #fff !important;
        box-shadow: none;
        margin: 3px auto 3px;
    }

    /* END HAMBURGER */

    .fluke-mobile #mobile-sws-3 {
        top: -28px;
        border-left: 1px solid var(--brand-fluke-yellow);
        border-right: 1px solid var(--brand-fluke-yellow);
    }

    /** Moves the PRODUCTS section to the TOP and align it with the Hamburger button **/


    .fluke-mobile .sws-mobile-header-nav .navbar-fluke-subsite-mobile {
        width: 100%;
        margin-top: 1px !important;
        left: 0px !important;
        border-radius: 0px;
        margin-bottom: 0px;
        margin-right: 0px;
        border-top: 1px solid var(--brand-fluke-yellow);
    }

    .row-fluid.sws-mobile-header-nav.accordion {}

    .fluke-mobile .sws-mobile-header-nav .nav>li>a {
        background: var(--brand-fluke-black);
        font-size: 15px;
        color: #fff !important;
        padding: 4px;
        text-align: center;
        text-transform: uppercase;
        border: none;
        font-weight: 600;
    }

    li.home-btn.active-animation.dropdown a {
        padding-bottom: 3.5px;
        border-left: 1px solid var(--brand-fluke-yellow);
    }

    .fluke-mobile .sws-mobile-header-nav .nav>li>a:active {
        background: var(--brand-fluke-yellow);
        color: var(--brand-fluke-black) !important;
    }

    .fluke-mobile .sws-mobile-header-nav .nav>li>a:hover+li:last-child.dropdown.dropdown-sup {
        background: var(--brand-fluke-yellow);
    }

    /* Target the Products dropdown when it's open (i.e., has a focusable element inside it) */
    /*
    .fluke-mobile .sws-mobile-header-nav .nav > li.dropdown-sup:focus-within ~ li:nth-child(2) {
        border-top: 1px solid var( --brand-fluke-yellow);
    }
*/
    /* Remove border-top from About item when Products dropdown is closed */
    /*
    .fluke-mobile .sws-mobile-header-nav .nav > li:nth-child(2) {
        border-top: none;
    }
*/

    .fluke-mobile .fluke-mobile-sub-nav .nav .dropdown-sup a {
        border-radius: 0px;
        text-align: left;
        padding-left: 10px;
    }

    .fluke-mobile .fluke-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle {
        width: 92%;
        border-radius: 0px;
        text-align: left;
        padding-left: 10px;

    }

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

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

    .fluke-mobile .fluke-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle:active {
        background-color: var(--brand-fluke-yellow) !important;
    }

    .fluke-mobile .fluke-mobile-sub-nav .nav>li:nth-child(3):hover a {
        margin-right: 0px;
    }

    .fluke-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li.mob-view-all>a,
    .navbar-fluke-subsite-mobile .nav-collapse .open>.dropdown-menu li.mob-view-all>a {
        font-weight: 600 !important;
    }

    /** DROPDOWN ABOUT US margin-right->0 **/
    .navbar-fluke-subsite-mobile .nav-collapse .open>.dropdown-menu li>a,
    .navbar-fluke-subsite-mobile .nav-collapse .open>.dropdown-menu li>strong>a,
    .fluke-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li>a,
    .dropdown-header p {
        padding: 5px 0px 5px 10px !important;
        background-color: transparent !important;
    }

    .fluke-mobile .accordion-inner .accordion-inner-sub {
        display: block;
        margin: -17px auto;
    }

    .fluke-mobile .accordion-inner .accordion-inner-sub li {
        list-style: none;
    }

    .fluke-mobile .fluke-mobile-sub-nav .dropdown-sup .dropdown-menu {
        margin-left: 0px;
    }

    .fluke-mobile .fluke-mobile-sub-nav .accordion-inner .mshow .nav {
        margin-bottom: 0px;
    }

    .fluke-mobile .fluke-mobile-sub-nav .nav {
        margin: 0;
        padding: 0;
    }

    .fluke-mobile #mobile-sws-1.fluke-mobile-sub-nav .nav {
        margin: 0;
        padding: 10px;
        width: 100%;
        float: left;
        box-sizing: border-box;
        background-color: var(--brand-fluke-black);
        opacity: 0.98;
        border-left: 1px solid var(--brand-fluke-yellow);
        border-right: 1px solid var(--brand-fluke-yellow);
    }

    .fluke-mobile .sws-mobile-header-nav li.dropdown.dropdown-sup {
        border: none;
        clear: both;
    }

    .fluke-mobile .sws-mobile-header-nav li:last-child.dropdown.dropdown-sup {
        margin-bottom: 0;
        border-bottom: 1px solid var(--brand-fluke-yellow);
    }

    .fluke-mobile .sws-mobile-header-nav li:last-child.dropdown.dropdown-sup input:checked+.dropdown-menu {
        border-top: 1px solid var(--brand-fluke-yellow);
    }

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

    .row-fluid.about-fluke-hero.about-us-hero.gts-hero-about {
        margin-top: -20px;
    }

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

    /* ********* HERO ********* */
    .fluke-sws-store #myCarousel .carousel-inner.hero-section,
    .fluke-sws-store #myCarousel .carousel-inner.hero-section-french {
        margin-top: -26px;
    }

    .fluke-about .about-fluke-hero {
        margin-top: -33px;
    }

    .fluke-sws-store #myCarousel h2 {
        font-size: 30px;
    }

    .fluke-sws-store #myCarousel .carousel-inner.hero-section,
    .fluke-sws-store #myCarousel .carousel-inner.hero-section-french {
        height: 350px;
    }

    .fluke-sws-store #myCarousel .image-content {
        margin-top: 2em;
    }

    .fluke-sws-store #myCarousel .carousel-btn {
        padding: 14px 60px;
    }

    /* ********* BUTTONS ********* */
    .fluke-item:not(.side-ad) {
        height: 7.5em;
        overflow: hidden;
    }

    .fluke-item img {
        width: 20em;
    }

    .fluke-application-title {
        width: 100%;
    }

    .fluke-item.side-ad .fluke-application-img img {
        width: 168px;
        height: auto;
        margin-top: 21px;
    }

    .fluke-item.data-centers .fluke-application-img img {
        width: 80% !important;
    }

    .side-ad-btn {
        padding: 9px 40px;
    }

    .fluke-item.data-centers .side-ad-btn {
        margin: 0 1em 0 0;
        padding: 9px 26px;
    }


    .fluke-item.side-ad .fluke-side-ad-title p.application-title {
        padding: 0 21px;
        font-size: 20px !important;
        line-height: 20px;
    }

    .fluke-item.data-centers .fluke-data-centers-title h3.application-title {
        font-size: 17px !important;
        line-height: 22px !important;
    }

    .fluke-side-ad-cta {
        margin: 0;
    }

    .fluke-item.side-ad:before {
        background-size: 70px 70px;
        left: -0.7em;
    }

    .fluke-item.side-ad:after {
        background-size: 70px 70px;
        right: -2.8em;
        bottom: -15%;
    }

    .sws-fluke-buttons .fluke-grid-container {
        margin-bottom: 7%;
    }

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

    .navbar-inner.fluke-mobile .navbar-search.pull-center {
        float: right;
        max-width: 100%;
    }

    .navbar-inner.fluke-mobile .input-append.mobile-search {
        margin-top: 0;
    }

    .fluke-item.side-ad .fluke-side-ad-title h3.application-title {
        font-size: 31px !important;
        padding: 0 0.3em;
        line-height: 34px !important;
    }



}

@media (min-width: 768px) and (max-width: 979px) {
    .fluke-item:hover:not(.side-ad) .application-title {
        font-size: 16px;
    }

    .fluke-sws-store #myCarousel .image-content img {
        height: 75%;
    }

    .fluke-sws-store #myCarousel .image-content {
        justify-content: right;
    }

    .fluke-sws-store #myCarousel .hero-content {
        grid-template-columns: 410px 2fr;
        max-width: 826px;
    }

    .hero-section-french h3.text-nowrap {
        padding-bottom: 1em !important;
    }

    .fluke-item.side-ad .fluke-side-ad-title h3.application-title {
        font-size: 32px;
        line-height: 32px;
    }

    /*FR*/
    .fluke-item.side-ad.fluke-side-ad-fr p.application-title {
        font-size: 15px !important;
        padding: 0 0.3em;
        line-height: 21px;
    }

    .fluke-item.side-ad-fr .fluke-side-ad-title h3.application-title {
        font-size: 111px !important;
        padding: 0 0.3em;
        line-height: 34px !important;
    }

}

@media (min-width: 768px) and (max-width: 892px) {
    .fluke-mobile #SWS-mobile-hamburger-nav {
        width: 7.08%;
    }

    .fluke-application-title .application-title,
    .fluke-item.side-ad .fluke-side-ad-title p.application-title {
        font-size: 15px !important;
        line-height: 20px;
    }


    .fluke-item.side-ad .fluke-side-ad-subtitle p.application-subtitle {
        line-height: 18px;
        padding: 0 4px;
    }

    .fluke-application-title .application-title,
    .fluke-item.side-ad .fluke-side-ad-title p.application-title {
        font-size: 15px
    }

    .side-ad-btn {
        padding: 7px 36px;
    }

    .fluke-item.side-ad.fluke-side-ad-fr p.application-title {
        font-size: 16px !important;
        padding: 0 0.3em;
        line-height: 21px;
    }

}

@media (max-width: 855px) {

    .fluke-application-title .application-title,
    .fluke-item.side-ad .fluke-side-ad-title p.application-title {
        font-size: 15px;
        line-height: 18px;
    }

    .fluke-item.side-ad .fluke-side-ad-title h3.application-title {
        font-size: 31px;
        line-height: 33px;
    }

    .fluke-item.side-ad-fr .fluke-side-ad-title h3.application-title {
        font-size: 14px !important;
        padding: 0 0.3em;
        line-height: 17px;
    }


    .fluke-item.side-ad.fluke-side-ad-fr p.application-title {
        font-size: 17px !important;
        padding: 0 0.3em;
        line-height: 22px;
    }

    @media (max-width: 767px) {

        .fluke-application-title .application-title,
        .fluke-item.side-ad .fluke-side-ad-title p.application-title {
            font-size: 11px;
            line-height: 18px;
        }

        .fluke-item.side-ad .fluke-side-ad-title h3.application-title {
            font-size: 11px;
            line-height: 30px;
        }

        @media (max-width: 767px) {

            /* ********* HEADER ********* */
            .navbar-inner.fluke-mobile {
                margin-left: -20px;
                margin-right: -20px;
            }

            .fluke-sws-store #myCarousel .hero-section,
            .fluke-sws-store #myCarousel .image-content {
                justify-content: start;
                margin-top: 0;
            }

            .fluke-sws-store #myCarousel .image-content img {
                height: 300px;
                box-shadow: none;
            }

            .fluke-sws-store #myCarousel .text-content {
                padding-top: 0;
            }

            .fluke-sws-store #myCarousel .carousel-inner.hero-section,
            .fluke-sws-store #myCarousel .carousel-inner.hero-section-french {
                height: 320px;
                box-shadow: none;
            }

            .fluke-sws-store #myCarousel .text-content {
                margin-left: 0;
                padding: 2em 0 1em 2em;
            }

            .fluke-sws-store #myCarousel .carousel-btn {
                padding: 12px 34px;
            }

            .row-fluid.fluke-sws-store.carousel-top ol.carousel-indicators.mshow.ipad-view-setting {
                margin-top: 1em;
                margin-bottom: 1em;
            }

            .fluke-item.side-ad {
                display: none;
                visibility: hidden;
            }

            .sws-fluke-buttons .fluke-grid-container {
                margin: 0 1em 1em;
            }

            .fluke-sws-store #myCarousel .hero-content {
                padding: 30px 0 0;
            }

            .fluke-mobile #SWS-mobile-hamburger-nav {
                width: 6.95%;
            }

            .fluke-mobile .sws-mobile-header-nav .navbar-fluke-subsite-mobile {
                z-index: 9;
            }

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

            /* ********* BUTTONS ********* */
            .fluke-flex-container {
                margin-bottom: 1em;
            }

            .fluke-application-title .application-title {
                font-size: 16px;
                line-height: 23px;
            }

            .fluke-item img {
                width: 15em;
            }

            .fluke-application-title {
                padding: 14px;
            }

            .carousel-top.fluke-sws-store {
                padding-bottom: 0;
            }

            .fluke-item.light-blue-m {
                background-color: #65A5B7;
            }

            .fluke-item.grey-m {
                background-color: #555555;
            }

            .fluke-item.middle-blue-m {
                background-color: #6886A0;
            }

            /*******Hover**********/
            .fluke-item.grey-m:hover {
                background: #3c3c3c;
            }

            .fluke-item.middle-blue-m:hover {
                background: #4b6c83;
            }

            .fluke-item.light-blue-m:hover {
                background: #398695;
            }

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

            .fluke-item.data-centers img {
                display: none;
            }

            .fluke-item.data-centers {
                background-image: url("/images/pages/fluke/xdatacenters-background.webp.pagespeed.ic.l_MR56xmzQ.webp");
                background-size: 110%;
                background-position: right 20% bottom 10%;
                background-repeat: no-repeat;
            }

            .fluke-item.data-centers:hover {
                background-image: url("/images/pages/fluke/xdatacenters-background-hover.webp.pagespeed.ic.VRtKbqkrWW.webp");
                background-size: 110%;
                background-position: right 20% bottom 10%;
                background-repeat: no-repeat;
            }
        }

        @media (min-width: 601px) and (max-width:767px) {
            .sws-fluke-buttons .fluke-grid-container {
                gap: 1%;
            }

            .row-fluid.about-fluke-main-content p {
                padding-bottom: 0;
            }

            .fluke-mobile .span4 {
                margin: 8px 10px 1px 0px;
                max-width: 270px;
            }

            .fluke-mobile .span8 {
                margin-top: 1.5em;
            }

            .fluke-sws-store #myCarousel .hero-content {
                padding: 12px 10px 5px;
                grid-template-columns: 50% 1fr;
                width: 700px;
            }

            .fluke-sws-store #myCarousel .image-content img {
                height: 250px;
                width: auto;
            }

            .fluke-sws-store #myCarousel .image-content img {
                max-width: 85%;
            }

            .fluke-sws-store #myCarousel .image-content {
                padding-top: 20px !important;
            }

            .fluke-sws-store #myCarousel h3 {
                padding-bottom: 0.5em;
            }

        }

        @media (min-width: 601px) and (max-width:660px) {
            .fluke-mobile .span8 {
                margin-top: 1em;
            }

            .fluke-sws-store #myCarousel .hero-content {
                grid-template-columns: 48% 1fr;
                width: 600px;
            }

            .fluke-sws-store #myCarousel h3 {
                line-height: 110%;
                letter-spacing: unset;
                font-size: 17px;
            }

            .fluke-sws-store #myCarousel h2 {
                font-size: 24px;
                line-height: 110%;
            }
        }

        @media (max-width: 600px) {
            .fluke-mobile #SWS-mobile-first-nav {
                width: 40%;
            }

            .fluke-mobile #SWS-mobile-third-nav {
                width: 38%;
            }

            .about-us-blue-col {
                width: 60%;
                margin: 0 auto;
            }

            .about-us-blue-col:not(:first-child) {
                margin-top: 3em;
            }

            p.about-us-application-title-p {
                line-height: 26px;
            }

            .about-us-application-title {
                padding-bottom: 1em;
            }

            li.home-btn.active-animation.dropdown {
                width: 14.2%;
            }

            .fluke-mobile #SWS-mobile-hamburger-nav {
                width: 7.1%;
            }

            .fluke-mobile .span4 {
                margin-top: 10px;
            }

            .fluke-mobile .span8 {
                margin-top: 2.3%;
                margin-bottom: 0;
            }

            .fluke-about .about-fluke-hero {
                margin-top: 0px;
            }

            .fluke-sws-store #myCarousel .hero-section {
                justify-content: start;
            }

            .fluke-sws-store #myCarousel .image-content {
                order: -1;
                display: flex;
                justify-content: center;
                align-items: center;
                margin: 0;
                max-width: 250px;
                width: 100%;
                height: auto;
            }

            .fluke-sws-store #myCarousel .image-content img {
                height: 210px;
                box-shadow: none;
                width: auto;
                padding-top: 0;
            }

            .fluke-sws-store #myCarousel h2 {
                font-size: 25px;
                line-height: normal;
                padding: 20px;
                margin: 0;
            }

            .fluke-sws-store #myCarousel h2 strong {
                font-size: 47px;
                line-height: 45px;
                color: var(--brand-fluke-yellow);
            }

            .fluke-sws-store #myCarousel h3 {
                font-size: 15px;
                line-height: 18px;
                padding: 0 12px 18px;
                margin: 0;
            }

            .fluke-sws-store #myCarousel .text-content {
                padding-top: 0;
            }

            .fluke-sws-store #myCarousel .carousel-inner.hero-section {
                display: flex;
                justify-content: flex-start;
                align-items: center;
                height: 470px;
                box-sizing: border-box;
                flex-direction: column;
            }

            .fluke-sws-store #myCarousel .text-content {
                margin-left: 0;
                padding: 0 16px;
            }

            .fluke-sws-store #myCarousel .carousel-btn {
                padding: 12px 34px;
                text-align: center;
                margin-top: 0.5em;
            }

            .row-fluid.fluke-sws-store.carousel-top ol.carousel-indicators.mshow.ipad-view-setting {
                margin-top: 1em;
            }

            .fluke-item.side-ad {
                display: none;
                visibility: hidden;
            }

            .sws-fluke-buttons .fluke-grid-container {
                gap: 6px;
            }

            .fluke-sws-store #myCarousel .hero-content {
                display: flex;
                flex-direction: column;
                justify-content: flex-start;
                align-items: center;
                text-align: center;
                padding: 0.5em 0;
            }

            .mob-hide {
                display: none;
            }

            .mob-show {
                display: block;
            }

            .fluke-sws-store #myCarousel .carousel-inner.hero-section,
            .fluke-sws-store #myCarousel .carousel-inner.hero-section-french {
                margin-top: 0px;
            }

            .row-fluid.about-fluke-main-content p {
                padding-bottom: 0em;
            }

            .fluke-grid-container.about-us-grid-container {
                grid-template-columns: repeat(1, 1fr);
            }

            .navbar-inner.fluke-mobile div#accordion2 {
                display: inline-block;
                margin-bottom: 1em;
            }

            .slide2 .image-content {
                padding-top: 1.5em !important;
            }

            /*buttons*/
            .fluke-item:not(.side-ad) {
                height: 7.5em !important;
            }

            .fluke-item img {
                height: auto;
                width: 13.6em;
            }

            .sws-fluke-buttons .fluke-grid-container {
                grid-template-columns: repeat(2, 1fr);
            }

            .fluke-flex-container {
                margin-bottom: 0;
            }

            .row-fluid.about-fluke-hero.about-us-hero.gts-hero-about {
                margin-top: 0px;
            }

            .full-block-link {
                grid-column: 1 / span 2;
                flex-direction: row;
                justify-content: space-between;
            }

            .fluke-item.data-centers {
                background-image: url("/images/pages/fluke/xdatacenters-background.webp.pagespeed.ic.l_MR56xmzQ.webp");
                background-size: 110%;
                background-position: right 20% bottom 10%;
                background-repeat: no-repeat;
            }


        }

        /* Safari-only styles using @supports with -webkit-appearance */
        @supports (-webkit-appearance:none) {
            @media (max-width: 770px) and (min-width: 561px) {
                .row-fluid.sws-mobile-header-nav.accordion {
                    margin-bottom: 19px;
                }
            }
        }

        /* Safari on macOS */
        @media not all and (min-resolution:.001dpcm) {
            @media (max-width: 770px) and (min-width: 561px) {
                .row-fluid.sws-mobile-header-nav.accordion {
                    margin-bottom: 19px;
                }
            }
        }

        /* Safari on iOS */
        @supports (-webkit-touch-callout: none) {
            @media (max-width: 770px) and (min-width: 561px) {
                .row-fluid.sws-mobile-header-nav.accordion {
                    margin-bottom: 19px;
                }
            }
        }

        @media (min-width: 481px) and (max-width:980px) {

            ul.accordion-inner-sub.dropdown-menu,
            ul.accordion-inner.nav.mshow ul.accordion-inner-sub {
                width: 49%;
                display: inline-block !important;
                vertical-align: text-top;
            }
        }

        @media (max-width: 520px) {
            .fluke-sws-store #myCarousel .carousel-inner.hero-section {
                display: block;
                height: 460px;
            }

            .fluke-sws-store #myCarousel .slide2 h2 {
                padding: 0 20px 20px;
            }

            .fluke-sws-store #myCarousel h2 {
                padding: 18px;

            }


        }

        @media (max-width: 520px) {

            .fluke-sws-store #myCarousel h2 strong {
                font-size: 33px;
                line-height: 34px;
                color: var(--brand-fluke-yellow);
            }


            @media (max-width: 480px) {

                .fluke-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li.mob-view-all>a,
                .navbar-fluke-subsite-mobile .nav-collapse .open>.dropdown-menu li.mob-view-all>a {
                    font-weight: 600 !important;
                }

                .carousel-top.fluke-sws-store {
                    padding-bottom: 0;
                }

                .fluke-item img {
                    height: auto;
                    width: 25em;
                }

                .fluke-sws-store #myCarousel .carousel-inner.hero-section,
                .fluke-sws-store #myCarousel .carousel-inner.hero-section-french {
                    height: 480px;
                }

                li.home-btn.active-animation.dropdown {
                    width: 14%;
                }

                .navbar-inner.fluke-mobile-french.fluke-mobile #SWS-mobile-first-nav {
                    width: 35%;
                }

                .navbar-inner.fluke-mobile-french.fluke-mobile #SWS-mobile-third-nav {
                    width: 43%;
                }

                .navbar-inner.fluke-mobile-french.fluke-mobile .sws-mobile-header-nav .nav>li>a {
                    font-size: 13px;
                }

                .row-fluid.about-fluke-hero h1 {
                    font-size: 60px;
                    line-height: 100%;
                }

                .row-fluid.about-fluke-hero.about-us-hero {
                    height: 230px;
                }

                .navbar-fluke-subsite-mobile .nav-collapse .open>.dropdown-menu li>a,
                .navbar-fluke-subsite-mobile .nav-collapse .open>.dropdown-menu li>strong>a,
                .fluke-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li>a,
                dropdown-header p {
                    font-size: 14px;
                }

                .dropdown-header p {
                    text-decoration: underline solid 3px var(--brand-fluke-orange);
                    text-underline-offset: 0.3rem;
                    text-transform: uppercase;
                    line-height: 1.5em !important;
                }

                .fluke-mobile .span8 {
                    width: 100%;
                }

                .fluke-mobile img.brand.mobile-logo {
                    width: 90%;
                }

                /**/
                .navbar-inner.fluke-mobile .navbar-search {
                    margin-left: 0px;
                    max-width: 100%;
                }


                .fluke-item.data-centers .fluke-data-centers-title h3.application-title {
                    font-size: 16px !important;
                    line-height: 21px !important;
                }


                .fluke-item.data-centers .fluke-data-centers-title h3.application-title {
                    margin-top: 0.5em;
                }

                .full-block-link {
                    grid-column: 1 / span 2;
                    flex-direction: row;
                }



                .fluke-item.data-centers {
                    background-image: url("/images/pages/fluke/xdatacenters-background.webp.pagespeed.ic.l_MR56xmzQ.webp");
                    background-size: 140%;
                    background-position: right 41% top 90%;
                    background-repeat: no-repeat;
                }

                .fluke-item.data-centers .side-ad-btn {
                    display: none;
                }

                .fluke-item.data-centers .fluke-data-centers-title h3.application-title {
                    margin-top: 0;
                    font-size: 15px !important;
                    line-height: 21px !important;
                    padding-left: 1em;
                }
            }


            @media (min-width: 400px) and (max-width:480px) {

                .fluke-application-title {
                    padding: 10px 2px 10px 10px;
                }

                .fluke-application-img {
                    max-width: 6em;
                }
            }

            @media (max-width: 399px) {
                .navbar-inner.fluke-mobile-french.fluke-mobile #SWS-mobile-first-nav {
                    width: 34%;
                }

                .navbar-inner.fluke-mobile-french.fluke-mobile #SWS-mobile-third-nav {
                    width: 42%;
                }

                .fluke-application-title .application-title {
                    font-size: 15px;
                    line-height: 21px;
                }

                li.home-btn.active-animation.dropdown {
                    width: 12%;
                }

                .fluke-mobile #SWS-mobile-first-nav {
                    width: 40%;
                }

                .fluke-mobile #SWS-mobile-third-nav {
                    width: 36%;
                }

                .fluke-mobile #SWS-mobile-hamburger-nav {
                    width: 10.9%;
                }

                .fluke-mobile img.brand.mobile-logo {
                    width: 100%;
                    padding-top: 13px;
                }

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

                .navbar-inner.fluke-mobile-french.fluke-mobile .sws-mobile-header-nav .nav>li>a {
                    font-size: 12px;
                }

                .fluke-mobile .span4 {
                    margin-top: 16px;
                }

                li.home-btn.active-animation.dropdown a {
                    padding-bottom: 4px;
                }

                .about-us-blue-col {
                    width: 80%;
                }

                .row-fluid.about-fluke-hero h1 {
                    font-size: 46px;
                }

                .row-fluid.about-fluke-container h2 {
                    line-height: 100%;
                    font-size: 28px;
                }

                .row-fluid.about-fluke-main-content h2 {
                    font-size: 28px;
                    line-height: 108%;
                }

                .row-fluid.about-fluke-container h3 {
                    font-size: 26px;
                }

                .fluke-sws-store #myCarousel .carousel-inner.hero-section-french {
                    height: 500px;
                }

                .fluke-sws-store #myCarousel .hero-content {
                    padding: 0;
                }

                .fluke-mobile .span8 {
                    margin-top: 1em;
                    margin-bottom: 0;
                }

                .fluke-mobile img.brand.mobile-logo {
                    padding-top: 0;
                }

                .navbar.mshow.fluke-header-nav form#ProductDisplayForm input#ProductSearch {
                    height: 20px !important;
                }

                .fluke-mobile .input-append .btn {
                    padding: 5px 14px;
                }

                .row-fluid.ipad-view-setting.sws-fluke-buttons {
                    margin-top: 0em;
                    margin-bottom: 0;
                }

                .fluke-application-title {
                    padding: 6px 6px 6px 16px;
                }

                .fluke-flex-container {
                    margin-bottom: 0;
                }

                .sws-fluke-buttons .fluke-grid-container {
                    grid-template-columns: repeat(1, 1fr);
                }

                .fluke-item img {
                    height: auto;
                    width: 13em;
                }

                .image-content {
                    padding-top: 1.5em !important;
                }

                .full-block-link {
                    grid-column: 1 / span 1;
                    flex-direction: row;
                    justify-content: space-between;
                }

                .fluke-item.data-centers {
                    background-image: url("/images/pages/fluke/xdatacenters-background.webp.pagespeed.ic.l_MR56xmzQ.webp");
                    background-size: 166%;
                    background-position: right 75% top 90%;
                    background-repeat: no-repeat;
                }


                .fluke-item.data-centers .side-ad-btn {
                    display: none;
                }

                .fluke-item.data-centers .fluke-data-centers-title h3.application-title {
                    margin-top: 0;
                    font-size: 15px !important;
                    line-height: 21px !important;
                    padding-left: 1em;
                }

            }

            @media (max-width: 329px) {
                li.home-btn.active-animation.dropdown {
                    width: 10.5%;
                }

                .navbar-inner.fluke-mobile-french.fluke-mobile #SWS-mobile-first-nav {
                    width: 34.5%;
                }

                .navbar-inner.fluke-mobile-french.fluke-mobile #SWS-mobile-third-nav {
                    width: 43%;
                }

                .fluke-mobile #SWS-mobile-first-nav {
                    width: 41.5%;
                }

                .fluke-application-title .application-title {
                    line-height: 20px;
                    font-size: 15px;
                }

                .fluke-item:not(.side-ad) {
                    height: 6.7em !important;
                    margin: 0 0em;
                }

                .fluke-item img:not.qa img {
                    height: 8em;
                }

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

                .fluke-mobile #SWS-mobile-hamburger-nav {
                    width: 10.7%;
                }

                .navbar-inner.fluke-mobile-french.fluke-mobile .sws-mobile-header-nav .nav>li>a {
                    font-size: 11px;
                }

                .fluke-item img {
                    height: auto;
                    width: 15em;
                }

                .fluke-sws-store #myCarousel .carousel-inner.hero-section,
                .fluke-sws-store #myCarousel .carousel-inner.hero-section-french {
                    height: 470px;
                }

                .fluke-sws-store #myCarousel h2 {
                    font-size: 23px;
                }

                .fluke-sws-store .image-content {
                    padding-top: 0.5em !important;
                }

                .fluke-item.data-centers .fluke-data-centers-title h3.application-title {
                    font-size: 14px !important;
                    line-height: 17px !important;
                }

                .fluke-item.data-centers .side-ad-btn {
                    display: none;
                }


            }

            /****2025-01-30****/