:root {
  --brand-hioki-logo-blue: #235399;
  --brand-hioki-light-grey: #dce1e6;
  --brand-hioki-grey: #333;
  --brand-header-hioki-font: "Helvetica", Arial, sans-serif;
  --body-hioki-font: "Open Sans", "Helvetica", Arial, sans-serif;
}
/* ********* HEADER ********* */


.row-fluid .hioki-sws-store
{
    background-color: #235399;
}

.hioki-header {
	width: 100vw !important;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	box-sizing: border-box;
	padding: 0.2em 0;
	background-color: white !important;
	border-bottom: 5px solid var(--brand-hioki-logo-blue)
}
.hioki-header > .row-fluid {
  max-width: 1140px;
  margin: 0 auto;
  padding: 7px;
}
.hioki-header .span4.logo-hioki-sws {
  width: 290px;
  padding-top: 7px;
}

.row-fluid.ipad-view-setting.sws-hioki-buttons {
       padding-bottom: 2em;
    height: fit-content;
    margin-bottom: 64px;
}

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

.navbar .nav.navbar-hioki-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-hioki-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 12px;
}
.navbar .nav.navbar-hioki-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 0.7em;
  text-align: center;
  line-height: 3px;
}

.navbar.navbar-inner-hioki-subsite .nav > :first-child > a {
    padding: 9px !important;
    display: inline-block;
    width: 1px;
    height: 1px;
    background-image: url(/images/pages/hioki/hioki-home-icon.svg);
    vertical-align: text-top;
    margin: 0em auto;
}

.navbar.navbar-inner-hioki-subsite .nav > :first-child > a:hover {
    background-image: url(/images/pages/hioki/hioki-home-icon-1.svg);
}


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

.hioki-header .subheading-nav {
    width: 71% !important;
    float: right;
    margin-top: 18px !important;
}
.hioki-header .row-fluid .navbar .nav-collapse.sws.collapse {
  margin-top: 4px !important;
}
.navbar-hioki-subsite a.nav-home-icon > i {
  margin-top: 3px;
  display: inline-block;
  vertical-align: text-top;
}

.navbar.navbar-inner-hioki-subsite .nav > li > a {
  text-shadow: none;
  color: var(--brand-hioki-logo-blue);
  font-weight: 600;
  display: block;
  font-size: 20px;
  white-space: break-spaces;
  font-family: 'Open Sans', sans-serif;
}

.navbar.navbar-inner-hioki-subsite-french .nav > li > a {
  text-shadow: none;
  color: var(--brand-hioki-logo-blue);
  font-weight: 600;
  display: block;
  font-size: 19px;
  white-space: break-spaces;
  font-family: 'Open Sans', sans-serif;
}


/* home button */
.navbar.navbar-inner-hioki-subsite .nav > :first-child > a{
  padding: 9px 14px 21px !important;
}
#store-banner .dropdown-menu.hioki-whole-cateogies-list-menu{
    width: 1140px;
    left: -460px;
    border-radius: 1px;
    top: 115%;
}
#store-banner .navbar.navbar-inner-hioki-subsite.navbar-inner-hioki-subsite-french.mhide .dropdown-menu.hioki-whole-cateogies-list-menu{
    left: -423px;
}

#store-banner .navbar.navbar-inner-hioki-subsite.navbar-inner-hioki-subsite-french.mhide .dropdown-menu.hioki-whole-cateogies-list-menu.industries{
    width:565px;
    left: 0;
}

.navbar .nav>li>.hioki-whole-cateogies-list-menu.dropdown-menu:before, .navbar .nav>li>.hioki-whole-cateogies-list-menu.dropdown-menu:after {
	display: none;
}
.dropdown-menu.hioki-whole-cateogies-list-menu li a {
  white-space: break-spaces;
  padding: 8px 18px 5px 18px !important;
  line-height: 24px;
  font-weight: normal;
  font-size: 15px;
  color: var(--brand-hioki-grey);
  text-align: left;
  font-family: 'Open Sans', sans-serif;
}


.hioki-whole-cateogies-list-menu ul {
	list-style: none;
	width: 33.3333333333%;
	float: left;
	margin-left: 0;
	margin-top: 5px;
	margin-bottom: 5px;
	padding-left: 10px;
	padding-right: 10px;
	box-sizing: border-box;
}


.hioki-whole-cateogies-list-menu ul:first-child{
    width: 33.3333333333%;
}

.hioki-whole-cateogies-list-menu.industries ul:first-child{
    width: 100%;
}
.hioki-whole-cateogies-list-menu ul:last-child{
    padding-left: 10px;
}
.dropdown-header p {
    color: var(--brand-hioki-logo-blue) !important;
    font-size: 18px !important;
    font-weight: 600 !important;
    text-decoration: underline solid 1px #235399;
    text-underline-offset: 0.3rem;
    text-align: left;
    font-family: 'Open Sans', sans-serif;
}



.hioki-whole-cateogies-list-menu ul:nth-child(2){
	border-left: 1px solid #c8cfde;
  border-right: 1px solid #c8cfde;

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

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

#store-banner .dropdown-menu.hioki-whole-cateogies-list-menu.industries {
    width: 520px;
    left: 0px;
    padding: 10px;
}

.navbar .nav>li>.hioki-whole-cateogies-list-menu.dropdown-menu:before {
	left: 49px;
}
.navbar .nav>li>.hioki-whole-cateogies-list-menu.dropdown-menu:after {
	left: 50px;
}

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

.navbar-hioki-subsite .dropdown-menu li.dropdown-header {
	border-top: 1px solid #c8cfde;;
	margin-top: 5px;
}
.navbar-hioki-subsite .dropdown-menu li.dropdown-header>a, 
.navbar-hioki-subsite .dropdown-menu li.dropdown-header>a:hover {
	font-weight: 700 !important;
	color: #235399;
	padding: 5px 0px;
	text-transform: uppercase;
	margin-top: 5px;
}
.navbar-hioki-subsite .dropdown-menu li.dropdown-header:first-child, 
.navbar-hioki-subsite .dropdown-menu li.dropdown-header:first-child>a {
	border-top: none;
	margin-top: 0;
}





.navbar-hioki-subsite .hover-underline-animation a {
    padding: 15px 8px 16px !important;
   
}
/* NAV HOVER COLOURS */
.navbar.navbar-inner-hioki-subsite .nav > li > a:active,
.navbar .nav.navbar-hioki-subsite li.dropdown.open > .dropdown-toggle,
.navbar .nav.navbar-hioki-subsite li.dropdown.active > .dropdown-toggle,
.navbar .nav.navbar-hioki-subsite li.dropdown.open.active > .dropdown-toggle {
  color: white;
  background-color: var(--brand-hioki-logo-blue);
}



.navbar.navbar-inner-hioki-subsite .nav > :first-child > a:active 
{
  background-color: white !important;
}


.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: var(--brand-hioki-logo-blue);
}
.hover-underline-animation::before {
  display: block;
  content: ""; /* Add content after the element */
  position: absolute; /* Position absolute for pseudo-element */
  width: 100%;
  transform: scaleX(0);
  height: 2px; /* Height of the underline */
  bottom: 0;
  left: 0;
  background-color: var(--brand-hioki-logo-blue); /* Background color of the underline */
  transition: transform 0.3s ease-out; /* Transition effect for the underline */
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
.active,
.hover-underline-animation:hover::before {
  transform: scaleX(1); /* Scale the underline on hover */
  visibility: visible;
}
.active,
.hover-underline-animation {
  position: relative;
}
.active,
.hover-underline-animation::after {
  background-color: rgb(var(--brand-hioki-light-grey), 20%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
/*dropdown*/
.navbar-hioki-subsite .dropdown-menu li > a:hover,
.navbar-hioki-subsite .dropdown-menu li > a:focus,
.navbar-hioki-subsite .dropdown-submenu:hover > a,
.navbar-hioki-subsite .dropdown-submenu:focus > a,
.navbar-hioki-subsite .dropdown-menu li > a:active,
.navbar-hioki-subsite .dropdown-submenu:active > a {
  background-color: var(--brand-hioki-light-grey) !important;
  text-decoration: none;
  background-image: none;
}

/*Search bar*/
.hioki-search form#ProductDisplayForm button.btn.btn-default {
  border: 1px solid var(--brand-hioki-light-grey);
  background-color: var(--brand-hioki-light-grey);
  border-radius: 0 4px 4px 0;
  margin-top: 0px;
}
.hioki-search form#ProductDisplayForm button.btn.btn-default i.icon-search,
.hioki-mobile .mobile-search button .icon-search {
  margin-top: 1px !important;
  background-image: url(/img/glyphicons-halflings-white.png);
}
.hioki-search form#ProductDisplayForm button.btn.btn-default:hover
  i.icon-search {
  margin-top: 1px !important;
  background-image: url(/img/glyphicons-halflings.png);
}
.hioki-search.input-append {
  margin-left: 0;
  padding-right: 5px;
}
.hioki-search input#ProductSearch.appendInputButton {
  border-radius: 4px 0 0 4px;
  color: #687177;
  border: 1px solid var(--brand-hioki-light-grey);
}
.hioki-search input.refine-search.appendInputButton:focus,
.hioki-search input.refine-search.appendInputButton:focus:invalid:focus {
  color: #093254;
  box-shadow: inset 0 0px 3px 1px rgba(56,124,181, 10%),
    0 0px 4px rgba(82,168,236, 50%);
    border-color: #d8d8d8;
}
.hioki-search
  input.refine-search.appendInputButton::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: var(--brand-hioki-light-grey);
}
.hioki-search input.refine-search.appendInputButton:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--brand-hioki-grey);
}
.hioki-search input.refine-search.appendInputButton::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--brand-hioki-light-grey);
}
.hioki-search input.refine-search.appendInputButton:-ms-input-placeholder {
  /* IE 10-11 */
  color: var(--brand-hioki-light-grey);
}
.hioki-search input.refine-search.appendInputButton::-ms-input-placeholder {
  /* MS Edge */
  color: var(--brand-hioki-light-grey);
}
.hioki-search input.refine-search.appendInputButton::placeholder {
  /* your styles */
  color: var(--brand-hioki-light-grey);
}

/* --- FRENCH --- */

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


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

.hioki-sws-store #myCarousel .hero-section {
  width: 100%;
  background-image: url(/images/pages/hioki/hioki-home-page-bg.png);
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 5em;
}
/* Set a fixed height for the carousel inner to prevent jumping */
.hioki-sws-store #myCarousel .carousel-inner.hero-section,
.hioki-sws-store #myCarousel .carousel-inner.hero-section-french{
  height: 380px; /* Adjust this value as needed */
  margin-top: 0px;
}
.hioki-sws-store #myCarousel .hero-content {
  max-width: 1170px;
    width: 100%;
    display: grid;
    grid-template-columns: 1.5fr 1.5fr;
    align-items: start;
    padding: 54px 20px 0;
    height: 100%;
    margin: 0 auto;
}
.hioki-sws-store #myCarousel .text-content {
  color: white;
  padding: 30px 92px 20px 14px;
}
.hioki-sws-store #myCarousel .image-content {
  display: flex;
  justify-content: center;
}
.hioki-sws-store #myCarousel .image-content img {
  height: 420px;
  margin-top: -50px;
}


.hioki-sws-store #myCarousel .image-content a {
  margin: auto;
}

.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.hioki-sws-store {
  margin-top: -15px;
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  margin-bottom: 0px;
}

/* Other Carousel Styles */
.hioki-sws-store #myCarousel h2 {
  font-size: 40px;
  margin-bottom: 15px;
  color: white;
  line-height: 100%;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: var(--brand-header-hioki-font);
}
.hioki-sws-store #myCarousel h3 {
  color: white;
  font-weight: 400;
  font-size: 20px;
  font-family: var(--body-hioki-font);
  padding-bottom: 1em;
  padding-right: 3em;
}
.hioki-sws-store #myCarousel .carousel-btn {
  color: white;
  border: 1px solid white;
  border-radius: 2px;
  margin-top: 0px;
  font-size: 20px;
  padding: 14px 40px;
  display: inline-flex;
  font-family: var(--body-hioki-font);
  font-weight: 600;
}
.hioki-sws-store #myCarousel .carousel-btn:hover {
  color: var(--brand-hioki-logo-blue);
  background-color: white;
  text-decoration: none;
  transition: 0.3s;
}


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

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

.sws-hioki-buttons .hioki-grid-item img{
    box-sizing: border-box;
    transition: 0.15s ease-in-out;
    max-height: 200px;
}
.hioki-application-title .application-title {
    font-size: 16px;
    font-weight: 600;
    color: var(--brand-hioki-logo-blue);
    text-align: left;
    padding-left: 12px;
    line-height: 20px;
    font-family: 'Open Sans', sans-serif;
}

.hioki-item.side-ad .hioki-side-ad-title p.application-title{
    font-size: 24px;
    font-weight: 800;
    color: var(--brand-hioki-logo-blue);
    text-align: center;
    line-height: 26px;
    font-family: 'Open Sans', sans-serif;
}
/**/
.hioki-flex-container{
    display: flex;
    padding-top: 2em;
}
.hioki-item{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: 1.5px solid #1b4178;
    border-radius: 2px;
}


.hioki-item{
    background-repeat: no-repeat;
    background-size: auto 90%;
    cursor: pointer;
}

.hioki-item.recorders{
    background-image: url(/images/pages/hioki/safety-testing.png);
}

.hioki-item.lcr{
    background-image: url(/images/pages/hioki/environmental-measuring.png);
}

.hioki-item.safety{
    background-image: url(/images/pages/hioki/recorders-data-loggers.png);
    
}

.hioki-item.power{
    background-image: url(/images/pages/hioki/hioki-power-meters.jpg);
}

.hioki-item.multichannel{
  background-image: url(/images/pages/hioki/hioki-multichannel-data-loggers.jpg);
}

.hioki-item.pv{
    background-image: url(/images/pages/hioki/dmm-testers-field-measuring.png);
}

.hioki-item.environmental{
    background-image: url(/images/pages/hioki/environmental-measuring.png);
}

.hioki-item.dmm{
    background-image: url(/images/pages/hioki/solutions.png);
}

.hioki-item.probes{
    background-image: url(/images/pages/hioki/power-meters.png);
}

.hioki-item.industries{
    background-image: url(/images/pages/hioki/industries.png);
}

.hioki-item.solutions{
    background-image: url(/images/pages/hioki/pv-maintenance-and-telecommunication.png);
}

.hioki-item.testing_analysis{
    background-image: url(/images/pages/hioki/probes-sensors-accessories.png);
}

.hioki-item.manufacturing-inspection{
   background-image: url(/images/pages/hioki/hioki-manufacturing-inspection.jpg);
}

.hioki-item.eletronic-components{
  background-image: url(/images/pages/hioki/lcr-resistance-meters.png);
}





.hioki-item:not(.side-ad){
    height: 13em;
}

.hioki-application-title{
    width: 100%;
    align-self: flex-end;
    background: rgba(255, 255, 255);
}
.hioki-item.side-ad{
background-image: none;
background-color: white;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    flex-direction: column;
   /* padding-top: 2em;*/
}
.sws-hioki-buttons .hioki-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4% 3%;
  margin-bottom: 7%;
  /*margin-top: -2em;*/
}

/*Side ad*/
.hioki-side-ad-cta {
    margin: 0.5em 0 1.5em 0;
}
.side-ad-btn{
   color: white;
    background-color: var(--brand-hioki-logo-blue);
    border-radius: 2px;
    border: 2px solid white;
    margin-top: 0px;
    font-size: 15px;
    padding: 10px 50px;
    display: inline-flex;
    font-family: var(--body-hioki-font);
    font-weight: 600; 
}
.side-ad-btn:hover {
  background-color: white;
  border: 2px solid var(--brand-hioki-logo-blue);
  border-radius: 0px;
  color: var(--brand-hioki-logo-blue);
  text-decoration: none;
  transition: 0.3s ease-in-out;
  box-shadow: 2px 3px 6px 1px rgba(47, 47, 47, 0.5);
  -webkit-box-shadow: 2px 3px 6px 1px rgba(47, 47, 47, 0.5);
  -moz-box-shadow: 2px 3px 6px 1px rgba(47, 47, 47, 0.5);
}
.hioki-item.side-ad .hioki-side-ad-subtitle p.application-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: var(--brand-hioki-logo-blue);
    text-align: center;
    line-height: 24px;
    padding: 0 30px;
    margin: 0 46px;
}

.line {
    border: 0.075em solid #235399;
    margin: 0.5em 1em;
}


/*Buttons hover*/
.hioki-item:hover .application-title {
  transition: 0.3s ease-in-out;
}
.hioki-item:hover:not(.side-ad){
  box-shadow: 2px 3px 6px 1px rgba(47, 47, 47, 0.5);
  -webkit-box-shadow: 2px 3px 6px 1px rgba(47, 47, 47, 0.5);
  -moz-box-shadow: 2px 3px 6px 1px rgba(47, 47, 47, 0.5);
  border: none;
  overflow: hidden;
  border-radius: 2px;
}

/* --- FRENCH --- */

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

/* ********* About Page ********* */
.hioki-about .about-hioki-hero {
    background-image: url(/images/pages/hioki/hioki-about-us-1.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 355px;
    margin-bottom: 20px;
    width: 100%;
    /*background-position: center;*/
    display: flex;
    align-items: center !important;
}

.about-us-logo {
    text-align: center;
}

.about-us-logo img {
    width: 19%;
} 


.hioki-hero-container{
    margin-top: -15px;
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.row-fluid.about-hioki-hero h1{
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    text-align: center;
    line-height: 120%;
    color: white;
}
span.hero-h1{
    color: var(--brand-hioki-grey);
    text-transform: capitalize;
}
.about-hioki {
    margin-top: 0px;
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background: white;
}

.about-hioki-3 {
    margin-top: 0px;
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background-image: url(/images/pages/hioki/hioki-about-us-2.png);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: 100% 25%; 
}



.row-fluid.about-hioki-container p {
    color: var(--brand-hioki-grey);
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    padding: 0 5em;
    font-family: 'Open Sans', sans-serif;
}
.row-fluid.about-hioki-container h2{
    color: var(--brand-hioki-logo-blue);
    direction: ltr;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 120%;
    text-align: center;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
}

.row-fluid.about-hioki-3 .row-fluid.about-hioki-container h2{
    color: white;
    direction: ltr;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 120%;
    text-align: center;
    margin-top: 0;
    font-family: 'Open Sans', sans-serif;
}
 .row-fluid.about-hioki-3 .row-fluid.about-hioki-container p {
    color: white;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
    font-family: 'Open Sans', sans-serif;
}
 

.row-fluid.about-hioki-container {
    margin: 0 auto;
    width: 1170px;
    padding: 40px 20px;
}
.row-fluid.about-hioki-main-content h2 {
    color: #093254;
    font-weight: 700;
    text-align: center;
    font-size: 38px;
    line-height: 120%;
    padding-top: 0.5em;
}
.row-fluid.about-hioki-main-content p {
    text-align: center;
    font-size: 18px;
    padding-bottom: 1em;
    font-family: 'Open Sans', sans-serif;
}
.hioki-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;
}
.row-fluid.about-hioki-hero.about-us-hero{
    height: 300px;
    margin-bottom: 0;
}
.row-fluid.about-hioki-main-content.last-p p {
    font-size: 16px;
    line-height: 150%;
}


/*********/


/* --- FRENCH --- */
.french-about-us .row-fluid.about-hioki-hero h1{
    font-size: 68px;
}
.french-about-us span.hero-h1 {
    font-size: 80px;
}
@media (max-width: 480px) {
.french-about-us .row-fluid.about-hioki-hero h1 {
    font-size: 36px;
    line-height: 120%;
}
.french-about-us span.hero-h1 {
    font-size: 64px;
}
}
/* --- END FRENCH --- */
/* ********* END About Page ********* */

@media (min-width: 1200px) {
.hioki-item.side-ad{
    max-height: 402px !important;
}
}



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

.row-fluid.ipad-view-setting.sws-hioki-buttons {
    padding-bottom: 2.5em;
}
#store-banner .dropdown-menu.hioki-whole-cateogies-list-menu {
	width: 935px;
  left: -355px;
}

#store-banner .navbar.navbar-inner-hioki-subsite.navbar-inner-hioki-subsite-french.mhide .dropdown-menu.hioki-whole-cateogies-list-menu{
  left: -346px;
}

#store-banner .dropdown-menu.hioki-whole-cateogies-list-menu.industries{
  width: 450px;
}
#store-banner .navbar.navbar-inner-hioki-subsite.navbar-inner-hioki-subsite-french.mhide .dropdown-menu.hioki-whole-cateogies-list-menu.industries{
  width: 473px;
}

.navbar.navbar-inner-hioki-subsite.navbar-inner-hioki-subsite-french.mhide .dropdown-menu.hioki-whole-cateogies-list-menu{
    width:606px;
}

.navbar.navbar-inner-hioki-subsite.navbar-inner-hioki-subsite-french.mhide .dropdown-menu.hioki-whole-cateogies-list-menu.industries{
    width:485px;
}

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

.navbar.navbar-inner-hioki-subsite-french .nav > li > a {
  font-size: 16px;
}
.navbar .nav.navbar-hioki-subsite > li {
  margin: auto 0.2em;
}
  .hioki-header > .row-fluid {
    max-width: 940px;
    margin: 0 auto;
  }
  .hioki-header .span4.logo-hioki-sws {
    width: 250px;
    margin-top: 2px;
  }
  
/*  .hioki-header .row-fluid .navbar.navbar-inner-hioki-subsite{
    width: 630px;
  }*/
  
  .hioki-search.input-append {
width: 92%;
  }
.navbar-hioki-subsite .hover-underline-animation a {
    padding: 16px 6px 16px !important;
  }

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

.hioki-header .subheading-nav {
    margin-top:13px !important;
}


.navbar .nav.navbar-hioki-subsite {
    display: -moz-box;
    display: -ms-flexbox;
}
.hioki-header .row-fluid .navbar .nav-collapse.sws.collapse {
    margin-top: 0.1em !important;
}	
.hioki-sws-store #myCarousel .text-content {
    margin-left: 7%;
    padding: 1.2em 0 0em 2em;
}

.hioki-header {
    padding: 0;
}
	
/* ********* NAV ********* */
		
/* ********* END HEADER ********* */

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

.hioki-item{
    background-position: 50% 0%;
    
}

.line {
    margin: 0 15px;
}


.hioki-application-title .application-title, .hioki-item.side-ad .hioki-side-ad-title p.application-title {
    font-size: 14px;
    line-height: 20px;
}
	/* Side Ad*/
.hioki-item.side-ad p.application-title {
    padding: 0 10px;
    text-align: center !important;
    font-size: 20px !important;
}
.hioki-item.side-ad .hioki-side-ad-subtitle p.application-subtitle {
    font-size: 15px;
    line-height: 20px;
    padding: 10px 12px;
}
.hioki-item.side-ad {
   /* padding-top: 1em;*/
}
.hioki-item.side-ad{
    max-height: 400px !important;
}
    /* End Side Ad*/		
	

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

.row-fluid.about-hioki-container p {
    padding: 0em;
}

p.about-us-application-title-p {
    line-height: 26px;
    padding: 5px 28px 12px;
}
	
/* ********* END About Page ********* */
	
	.about-us-logo img {
    width: 25%;
}
}

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

.hioki-sws-store #myCarousel h2 {
  font-size: 34px;
  line-height: 100%;
}


    
  .navbar-inner.hioki-mobile {
    background: white;
  }
  .hioki-mobile .span4 {
    margin: 18px 10px 1px 0px;
    width: 42%;
    max-width: 316px;
  }
  .hioki-mobile img.brand.mobile-logo {
    width: 90%;
    padding: 0px;
    margin-left: 0px;
  }
  .hioki-mobile .span8 {
    width: auto;
    /*margin-bottom: 13px;*/
    float: none;
    overflow: hidden;
    margin-top: 0.2em;
  }
  /* ********* NAV ********* */
 .navbar.navbar-inner-hioki-subsite .nav > li > a {
    font-size: 16px;
  } 
  .hioki-mobile .navbar-search {
    position: relative;
    float: left;
    margin-top: 22px;
    margin-bottom: 0 !important;
    max-width: 100%;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    background-color: white;
  }
    .hioki-mobile .input-append input {
      border-radius: 4px 0 0 4px;
    }
    .hioki-mobile .input-append .btn {
      margin-left: -1px;
      border: 0px;
      padding: 6px 14px;
      background-color: var(--brand-hioki-light-grey);
    }
    input#ProductSearch:focus:invalid:focus {
    border-color: var(--brand-hioki-light-grey);
    box-shadow: inset 0 0px 3px 1px rgba(56,124,181, 10%), 0 0px 4px rgba(82,168,236, 50%);
    }
    
    li#mobile-sws-1.nav-collapse.hioki-mobile-sub-nav.collapse,
	li#mobile-sws-2.nav-collapse.hioki-mobile-sub-nav.collapse,
	li#mobile-sws-3.nav-collapse.hioki-mobile-sub-nav.collapse
	{
		width: 100% !important;
	}
    
    .hioki-mobile-sub-nav#mobile-sws-1{
        /*border-top: 1px solid white;*/
    }
    .hioki-mobile-sub-nav#mobile-sws-2{
       /* border-top: 1px solid white;*/
    }
    .hioki-mobile-sub-nav{
        /*margin-top: -1px;*/
    }
      /****** English ******/
   
    .hioki-mobile #SWS-mobile-first-nav {
      width: 30%;
      /*border-right: 1px solid white;*/
    }
    
    .hioki-mobile #SWS-mobile-second-nav {
      width: 30.25%;
      border-left: 1px solid white;
      border-right: 1px solid white;
    }
    
    .hioki-mobile #SWS-mobile-third-nav {
      width: 31%;
    }
    
    .hioki-mobile #SWS-mobile-hamburger-nav,  .hioki-mobile #SWS-mobile-hamburger-nav:hover {
      width: 8.2%;
    }
        
    

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

    /* HUMBURGER */

    .hioki-mobile .sws-mobile-header-nav .btn-navbar {
      background-color: var(--brand-hioki-logo-blue) !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-left: 1px solid white;
    }
    
    
    
    .navbar .hioki-mobile .btn-navbar .icon-bar,
    .navbar .fmark-10-mobile .btn-navbar:hover .icon-bar {
      width: 100%;
      max-width: 15px;
      background-color: white !important;
      box-shadow: none;
      margin: 3px auto 3px;
    }
    
     .row-fluid.about-hioki-3 .row-fluid.about-hioki-container h2, .row-fluid.about-hioki-container h2{
    font-size: 30px;
    }
    
    .about-us-logo img {
    width: 30%;
}

 .hioki-sws-store #myCarousel .image-content img {
  height: 320px;
}
.hioki-flex-container {
    display: flex;
    padding-top: 1em;
}


    }
    
    /* END HAMBURGER */

    .hioki-mobile #mobile-sws-3 {
      top: -28px;
      background: none;
    } /** Moves the PRODUCTS section to the TOP and align it with the Hamburger button **/
  
  .hioki-mobile .sws-mobile-header-nav .navbar-hioki-subsite-mobile {
    background: transparent !important;
    width: 100%;
    margin-top: 16px !important;
    left: 0px !important;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  
  .hioki-mobile .sws-mobile-header-nav .nav > li > a{
  background: var(--brand-hioki-logo-blue);
  font-size: 15px;
  color: white !important;
  padding: 4px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  }
  
   .hioki-mobile-french .sws-mobile-header-nav .nav > li > a{
  font-size: 14px;
  font-weight: 600;
  }

  
  li.home-btn.active-animation.dropdown a{
  padding-bottom: 3.5px;
  }
  
  .hioki-mobile .sws-mobile-header-nav .nav > li > a:hover,
  .hioki-mobile .sws-mobile-header-nav .nav > li > a:active{
  background: var(--brand-hioki-light-grey)!important;
  color: var(--brand-hioki-logo-blue)!important;
   font-weight: 700;
  }  
  
  .hioki-mobile li.home-btn.active-animation.dropdown:hover i.icon-home.icon-blue {
    background-image: url(/images/pages/hioki/hioki-glyphicons-halflings-white.png);
  }
  
  .hioki-mobile .sws-mobile-header-nav .nav > li:nth-child(3):hover a{
  margin-right: -1px;
  }
  
  .hioki-mobile .hioki-mobile-sub-nav .nav .dropdown-sup a{
  border-radius: 0px;
  text-align: left;
  padding-left: 10px;
  }
  
  .hioki-mobile .hioki-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle {
  width: 100%;
  border-radius: 0px;
  text-align: left;
  padding-left: 10px;

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

  .hioki-mobile .hioki-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle:hover {
  width: 100%;
  background-color: var(--brand-hioki-light-grey) !important;
  color: var(--brand-hioki-logo-blue) !important;
  }
  .hioki-mobile .hioki-mobile-sub-nav .nav .dropdown.open>.dropdown-toggle{
    background-color: var(--brand-hioki-light-grey);
    color: var(--brand-hioki-logo-blue);
  }
    
  .hioki-mobile .hioki-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle:active {
    background-color: var(--brand-hioki-light-grey) !important;
    color: var(--brand-hioki-logo-blue) !important;    
  }
  .hioki-mobile .hioki-mobile-sub-nav .nav > li:nth-child(3):hover a{
    margin-right: 0px;
  } 
  
  
  /** DROPDOWN ABOUT US margin-right->0 **/
  .navbar-hioki-subsite-mobile .nav-collapse .open > .dropdown-menu li > a,
  .navbar-hioki-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a,
  .hioki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a
  {
    font-size: 15px;
    line-height: 22px;
    background-color: transparent !important;
    padding: 5px 0px 5px 10px !important;
    color: black !important;
    background-image: none !important;
    font-weight: normal;
    margin-bottom: 2px;
    border: none;
    white-space: break-spaces;
  }
  
  .hioki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li.dropdown-header > a
  {
    font-size: 16px;
    line-height: 25px;
    margin: 5px 0;
    font-weight: 700 !important;
    color: var(--brand-hioki-logo-blue) !important;
    text-transform: uppercase;
    border-top: 1px solid #d5d5d5;
    border-radius: 0 !important;
  }
  
  
  .navbar-hioki-subsite-mobile .nav-collapse .open > .dropdown-menu li.dropdown-header > a
  {
    font-size: 16px;
    line-height: 25px;
    margin: 5px 0;
    font-weight: 700 !important;
    color: var(--brand-hioki-logo-blue) !important;
    text-transform: uppercase;
    border-top: 1px solid #d5d5d5;
    border-radius: 0 !important;
  }
  
    
   
  .navbar-hioki-subsite-mobile .nav-collapse .open > .dropdown-menu li > a:hover, 
  .navbar-hioki-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a:hover,
  .hioki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a:hover,
  .hioki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > strong > a:hover{
    background-color: var(--brand-hioki-light-grey) !important;
    text-decoration: none;
    background-image: none; 
    border-radius: 0;
  }
  
  .hioki-mobile .accordion-inner .accordion-inner-sub{
    display: block;
    margin: 0 auto;
  }
  
  .hioki-mobile .accordion-inner .accordion-inner-sub li{
    list-style: none;
    }
  .hioki-mobile .hioki-mobile-sub-nav .dropdown-sup .dropdown-menu{
    margin-left: 0px;
  }
  .hioki-mobile .hioki-mobile-sub-nav .accordion-inner .mshow .nav{
    margin-bottom: 0px;
  }
  .hioki-mobile .hioki-mobile-sub-nav .nav {
    margin: 0;
    padding: 0;
  }
  .hioki-mobile #mobile-sws-1.hioki-mobile-sub-nav .nav, .hioki-mobile #mobile-sws-2.hioki-mobile-sub-nav .nav  {
    margin: 1px 0 0 0;
    padding: 10px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-top: none;
  }
  
  
  .hioki-mobile .sws-mobile-header-nav li.dropdown.dropdown-sup {
    border: none;
    clear: both;
    /*border-bottom: 1px solid white;*/
  }
  .hioki-mobile .sws-mobile-header-nav li:last-child.dropdown.dropdown-sup {
    margin-bottom: 0;
    border-bottom: none;
    /*border-top: 1px solid white;*/
  }
  .hioki-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;
  }
  .hioki-mobile #SWS-mobile-hamburger-nav, .hioki-mobile #SWS-mobile-hamburger-nav:hover {
        width: 8.4%;
    }
  

  

  /* ********* END HEADER ********* */
  
  
  /* ********* Carousel ********* */
  
 
.hioki-sws-store #myCarousel .carousel-inner.hero-section, .hioki-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 380px;
    box-shadow: none;
}

.hioki-sws-store #myCarousel .carousel-btn { 
    font-size: 18px;
}

  
  /* ********* END Carousel ********* */

/* ********* BUTTONS ********* */
	/* Side Ad*/
.hioki-item img {
    max-height: 180px;
}
    /* End Side Ad*/
		
/* ********* END BUTTONS ********* */

@media (min-width: 768px) and (max-width: 979px) {
	
.carousel-top.hioki-sws-store {
  margin-top: -27px;
}	

 .hioki-mobile #mobile-sws-3 {
      background: white;
    }

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

.navbar-inner.hioki-mobile {
    padding: 0;
}

.hioki-mobile .navbar-search {
    margin-top: 19px;
}


.hioki-sws-store #myCarousel .hero-section, .hioki-sws-store #myCarousel .image-content{
    justify-content: center;
}
.hioki-sws-store #myCarousel .image-content img{
    height: 300px;
    box-shadow: none;
    padding-top: 2em;
}
.hioki-sws-store #myCarousel .text-content{
    padding-top: 0;
}
.hioki-sws-store #myCarousel .carousel-inner.hero-section, .hioki-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 360px;
    box-shadow: none;
}
.hioki-sws-store #myCarousel .text-content{
    margin-left: 0;
}
.hioki-sws-store #myCarousel .carousel-btn{
    padding: 12px 34px;
}
.row-fluid.ipad-view-setting.sws-hioki-buttons {
    margin-top: 0;
    padding-bottom: 1.5em;
}
.row-fluid.hioki-sws-store.carousel-top ol.carousel-indicators.mshow.ipad-view-setting{
    margin-top: 0;
    margin-bottom: 1em;
}	
.hioki-item.side-ad, .multi-gas-detector-pumps{
    display: none;
    visibility: hidden;
}
.sws-hioki-buttons .hioki-grid-container{
    grid-template-columns: repeat(2,1fr);
    margin: 0 auto 2em;
    width: 100%;
}
.hioki-sws-store #myCarousel .hero-content{
    padding-top: 54px;
}
.hioki-mobile #SWS-mobile-hamburger-nav {
    width: 8.35%;
}
.hioki-mobile .sws-mobile-header-nav .navbar-hioki-subsite-mobile {
    margin-top: 8px !important;
    margin-bottom: 10px;
    z-index: 9;
  }


	
/* ********* END HEADER ********* */
/* ********* BUTTONS ********* */
.hioki-flex-container{
    margin-bottom: 2em;
}
.hioki-application-title .application-title{
    font-size: 13px;
    line-height: 18px;
    padding-left: 8px;
}
.hioki-item img {
    height: 100px;
}	

.hioki-item {
    height: 10.5em !important;
}

.hioki-item{
    background-size: cover;
}


.row-fluid.ipad-view-setting.sws-hioki-buttons.sws-hioki-buttons-fr .faq-hioki-item:hover .hioki-application-title {
    width: 40%;
}

    .about-us-logo img {
    width: 40%;
}
	
/* ********* END BUTTONS ********* */
}

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

.navbar.mshow.hioki-header-nav {
    padding-bottom: 0.5em;
}

.row-fluid.about-hioki-main-content p {
    padding-bottom: 0;
}
 .hioki-mobile-sub-nav{
        margin-top: 0px;
    }
    
    
  .hioki-mobile img.brand.mobile-logo {
    width: 90%;
}  

.hioki-sws-store #myCarousel .image-content img{
    height: 280px;
    box-shadow: none;
    padding-top: 3em;
}


}

@media (max-width: 600px) {
     .hioki-mobile-sub-nav{
        /*margin-top: 1px;*/
    }

.navbar.mshow.hioki-header-nav {
    padding-bottom: 0.5em;
}
.hioki-mobile img.brand.mobile-logo {
    width: 90%;
}


.hioki-mobile #SWS-mobile-first-nav {
      width: 30%;
}
.hioki-mobile #SWS-mobile-second-nav {
      width: 30.25%;
}
.hioki-mobile #SWS-mobile-third-nav {
      width: 31%;
}
.hioki-mobile #SWS-mobile-hamburger-nav {
    width: 8.3% !important;
}

.hioki-mobile-french #SWS-mobile-first-nav {
      width: 28%;
}
.hioki-mobile-french #SWS-mobile-second-nav {
      width: 28.25%;
}
.hioki-mobile-french #SWS-mobile-third-nav {
      width: 35%;
}


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

.hioki-mobile .span4 {
    margin-top: 22px;
    width: 45%;
}

.hioki-mobile .span8 {
    margin-bottom: 0px;
}

/****************/
.hioki-sws-store #myCarousel .image-content{
    order: -1;
    justify-content: center;
}
.hioki-sws-store #myCarousel .image-content img{
    max-height: 280px;
    height: auto;
    box-shadow: none;
    width: 100%;
}
.hioki-sws-store #myCarousel h2{
    font-size: 24px !important;
    line-height: 30px;
}
.hioki-sws-store #myCarousel h3{
    font-size: 16px;
    padding-bottom: 1em;
    line-height: 24px;
}

.hioki-sws-store #myCarousel .text-content{
    padding: 0.2em 2em 0em 2em !important;
    margin-left: 0;
}
.hioki-sws-store #myCarousel .carousel-inner.hero-section {
    height: 400px;
    box-shadow: none;
}
.hioki-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 396px;
    box-shadow: none;
}

.hioki-sws-store #myCarousel .carousel-btn{
    padding: 10px 32px;
    font-size: 16px;
}
.row-fluid.ipad-view-setting.sws-hioki-buttons {
    margin-top: 1em;
    padding-bottom: 0em;
}
.row-fluid.hioki-sws-store.carousel-top ol.carousel-indicators.mshow.ipad-view-setting{
    margin-top: 0;
    margin-bottom: 1em;
}	
.hioki-item.side-ad, .multi-gas-detector-pumps{
    display: none;
    visibility: hidden;
}
.sws-hioki-buttons .hioki-grid-container{
gap: 1%;
}
.hioki-sws-store #myCarousel .hero-content{
    grid-template-columns: 1fr;
}
.hioki-sws-store #myCarousel .hero-content{
    padding: 0;
}
/********/	
.row-fluid.about-hioki-main-content p {
    padding-bottom: 0em;
}	
.hioki-grid-container.about-us-grid-container {
    grid-template-columns: repeat(1, 1fr);
}

.hioki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li.dropdown-header.first-element, 
.hioki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li.dropdown-header.first-element>a {
	border-top: none !important;
	margin-top: 0 !important;
}

.navbar-hioki-subsite-mobile .nav-collapse .open > .dropdown-menu li.dropdown-header.first-element, .navbar-hioki-subsite-mobile .nav-collapse .open > .dropdown-menu li.dropdown-header.first-element>a {
        border-top: none !important;
        margin-top: 0 !important;
}

    .about-us-logo img {
    width: 50%;
}
.hioki-flex-container {
    padding-top: 0;
}
	
}

@media (max-width: 511px) {
.row-fluid.ipad-view-setting.sws-hioki-buttons.sws-hioki-buttons-fr .faq-hioki-item:hover .hioki-application-title {
        width: 42%;
        padding-right: 14px;
    }
}

@media (min-width: 599px) and (max-width:980px){
ul.accordion-inner-sub.dropdown-menu, ul.accordion-inner.nav.mshow ul.accordion-inner-sub {
    width: 44%;
    display: inline-block !important;
    vertical-align: text-top;
    padding: 0 10px 10px 10px;
}   


ul.accordion-inner-sub.dropdown-menu, ul.accordion-inner.nav.mshow ul.accordion-inner-sub:first-child {
	border-right: 1px solid #f1f1f2;
} 
ul.accordion-inner-sub.dropdown-menu, ul.accordion-inner.nav.mshow ul.accordion-inner-sub:last-child {
	border-right: none;
} 

.hioki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li.dropdown-header:first-child, 
.hioki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li.dropdown-header:first-child>a {
	border-top: none;
	margin-top: 0;
}

.navbar-hioki-subsite-mobile .nav-collapse .open > .dropdown-menu li.dropdown-header:first-child, .navbar-hioki-subsite-mobile .nav-collapse .open > .dropdown-menu li.dropdown-header:first-child>a {
        border-top: none;
        margin-top: 0;
}

.hioki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li.dropdown-header.first-element, 
.hioki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li.dropdown-header.first-element>a {
	border-top: none;
	margin-top: 0;
}

.navbar-hioki-subsite-mobile .nav-collapse .open > .dropdown-menu li.dropdown-header.first-element, .navbar-hioki-subsite-mobile .nav-collapse .open > .dropdown-menu li.dropdown-header.first-element>a {
        border-top: none;
        margin-top: 0;
}



}

@media (max-width: 480px) {
    
    .hioki-mobile .span4 {
    margin-top: 16px;
    width: 46%;
    
}
    

    .hioki-mobile img.brand.mobile-logo {
        width: 90%;
        }
    
    .hioki-mobile .navbar-search {
        margin-top: 9px;
        }
        
      
    
    ul.accordion-inner-sub.dropdown-menu:first-child, ul.accordion-inner.nav.mshow ul.accordion-inner-sub:first-child{
   /* border-bottom: solid 1px rgb(193 196 209 / 80%);*/
    padding-bottom: 10px;
    margin-bottom: 10px;
    }
    .hioki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li.mob-view-all > a, .navbar-hioki-subsite-mobile .nav-collapse .open > .dropdown-menu li.mob-view-all > a{
        font-weight: 600 !important;
    }
    .hioki-item img {
        height: 80px;
    }	
    .qa img {
        height: 60px;
    }
    .hioki-application-title .application-title {
        font-size: 13px;
        line-height: 18px;
    }
    .hioki-item:not(.side-ad) {
        height: 7.5em;
    }
    .hioki-sws-store #myCarousel .carousel-inner.hero-section{
        min-height: 370px;
        max-height: 480px;
    }
    
    .hioki-sws-store #myCarousel .carousel-inner.hero-section-french {
        min-height: 402px;
        max-height: 480px;
    }

    li.home-btn.active-animation.dropdown {
        width: 14%;
    }
    
     .hioki-mobile #SWS-mobile-first-nav {
      width: 28.3%;
    }
    
    .hioki-mobile #SWS-mobile-second-nav {
      width: 29.5%;
    }
    
    .hioki-mobile #SWS-mobile-third-nav {
      width: 33%;
    }
    
    
    
    .hioki-mobile #SWS-mobile-hamburger-nav {
      width: 8.6% !important;
      }    
    
    
    
    .navbar-inner.hioki-mobile-french.hioki-mobile #SWS-mobile-first-nav {
        width: 26.75%;
    }
    .navbar-inner.hioki-mobile-french.hioki-mobile #SWS-mobile-second-nav {
      width: 27.3%;
    }
    .navbar-inner.hioki-mobile-french.hioki-mobile #SWS-mobile-third-nav {
        width: 36.75%;
    }
    .navbar-inner.hioki-mobile-french.hioki-mobile .sws-mobile-header-nav .nav > li > a {
        font-size: 13px;
    }
    .hioki-item {
        background-image: linear-gradient(to right, white, white 68%, var(--brand-hioki-light-grey) 5%, var(--brand-hioki-light-grey) 5%);
    }
	.row-fluid.about-hioki-hero h1 {
        font-size: 30px;
        line-height: 100%;
    }
    .row-fluid.about-hioki-hero.about-us-hero {
        height: 230px;
    }
    .navbar-hioki-subsite-mobile .nav-collapse .open > .dropdown-menu li > a, .navbar-hioki-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a, .hioki-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .hioki-sws-store #myCarousel h2{
    font-size: 23px !important;
    line-height: 28px;
}
.hioki-sws-store #myCarousel h3{
    font-size: 15px;
    padding-bottom: 0.7em;
    line-height: 20px;
}

.row-fluid.about-hioki-container p {
    font-size: 14px;
}

    
	
}

@media (max-width: 399px) {
    .row-fluid.ipad-view-setting.sws-hioki-buttons {
    padding-bottom: 5em !important;
}
    
    .navbar-inner.hioki-mobile-french.hioki-mobile #SWS-mobile-first-nav {
        width: 24%;
    }
    .navbar-inner.hioki-mobile-french.hioki-mobile #SWS-mobile-third-nav {
        width: 52%;
    }
	.sws-hioki-buttons .hioki-grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .hioki-item:not(.side-ad) {
        height: 10em;
        margin: 0 1em;
    }
    .hioki-application-title .application-title {
        font-size: 14px;
        line-height: 20px;
    }
    .hioki-item img {
        height: 9em;
    }
    .sws-hioki-buttons .hioki-grid-container {
        gap: 0.75%;
        margin-bottom: 1em;
    }
	.qa img {
        height: 6em;
    }
	li.home-btn.active-animation.dropdown {
        width: 12%;
    }
    .hioki-mobile #SWS-mobile-first-nav {
        width: 28%;
    }
    .hioki-mobile #SWS-mobile-second-nav {
        width: 30%;
    }

    .hioki-mobile #SWS-mobile-third-nav {
        width: 32%;
    }
    .hioki-mobile #SWS-mobile-hamburger-nav {
        width: 9.3% !important;
    }
    .hioki-mobile img.brand.mobile-logo {
        width: 90%;
        padding-top: 3px;
    }
    .hioki-mobile .sws-mobile-header-nav .nav > li > a{
        font-size: 12px;
        }
        
        
    .navbar-inner.hioki-mobile-french.hioki-mobile #SWS-mobile-first-nav {
        width: 24.75%;
    }
    .navbar-inner.hioki-mobile-french.hioki-mobile #SWS-mobile-second-nav {
      width: 26.25%;
    }
    .navbar-inner.hioki-mobile-french.hioki-mobile #SWS-mobile-third-nav {
        width: 39%;
    }    
        
        
        
    .navbar-inner.hioki-mobile-french.hioki-mobile .sws-mobile-header-nav .nav > li > a{
        font-size: 11px;
        
    }
    .hioki-mobile .span4 {
        margin-top: 14px;
        width: 50%;
    }
    li.home-btn.active-animation.dropdown a {
        padding-bottom: 4px;
    }
    .about-us-blue-col {
        width: 80%;
    }
    .row-fluid.about-hioki-container h2 {
        line-height: 100%;
    }
    .row-fluid.about-hioki-main-content h2 {
        font-size: 32px;
        line-height: 108%;
}	
    
     .hioki-sws-store #myCarousel .carousel-inner.hero-section-french {
        min-height: 406px;
        max-height: 480px;
    }
	.row-fluid.about-hioki-hero h1{
    font-size: 28px;
}
}

@media (min-width: 330px) and (max-width:339px){

.hioki-sws-store #myCarousel .carousel-inner.hero-section {
        min-height: 432px;
        max-height: 480px;
    }
    .hioki-sws-store #myCarousel .text-content {
        padding: 2em !important;
        /* margin-left: 0; */
}
}
@media (max-width: 329px) {
    li.home-btn.active-animation.dropdown {
        width: 10.5%;
    }
   
    .hioki-mobile #SWS-mobile-first-nav {
        width: 26%;
    }
    .hioki-mobile #SWS-mobile-second-nav {
        width: 29%;
    }

    .hioki-mobile #SWS-mobile-third-nav {
        width: 34%;
    }
    .hioki-mobile #SWS-mobile-hamburger-nav {
        width: 10.1% !important;
    }
    
     .navbar-inner.hioki-mobile-french.hioki-mobile #SWS-mobile-first-nav {
        width: 22.9%;
    }
    .navbar-inner.hioki-mobile-french.hioki-mobile #SWS-mobile-second-nav {
      width: 25.7%;
    }
    .navbar-inner.hioki-mobile-french.hioki-mobile #SWS-mobile-third-nav {
        width: 40.45%;
    }

    .hioki-sws-store #myCarousel .carousel-inner.hero-section  {
        min-height: 460px;
        max-height: 480px;
    }
     .hioki-sws-store #myCarousel .text-content {
        padding: 2em !important;
        
        /* margin-left: 0; */
    }
    .hioki-application-title .application-title {
        line-height: 18px;
    }
    .hioki-item:not(.side-ad) {
        height: 8em;
        margin: 0 0em;
    }
    .hioki-item img:not.qa img {
        height: 8em;
    }
    .hioki-mobile .sws-mobile-header-nav .nav > li > a {
        font-size: 11px;
        font-weight: 500;
    }
    
    .navbar-inner.hioki-mobile-french.hioki-mobile .sws-mobile-header-nav .nav > li > a {
        font-size: 10px;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }

}
