:root {
  --brand-gasclip-logo-blue: #093254;
  --brand-gasclip-button-blue: #c8cfde;
  --brand-gasclip-orange: #F47E3A;
  --brand-header-gasclip-font: "Roboto", "Helvetica", Arial, sans-serif;
  --body-gasclip-font: "Open Sans", "Helvetica", Arial, sans-serif;
}
/* ********* HEADER ********* */

.gas-clip-header {
	width: 100vw !important;
	position: relative;
	margin-left: -50vw;
	left: 50%;
	box-sizing: border-box;
	padding: 1em 0;
}
.gas-clip-header > .row-fluid {
  max-width: 1140px;
  margin: 0 auto;
  padding: 7px;
}
.gas-clip-header .span4.logo-gas-clip-sws {
  width: 290px;
  padding-top: 30px;
}

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

.navbar .nav.navbar-gas-clip-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-gas-clip-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-gas-clip-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-gas-clip-subsite > li:first-child i.icon-home, li.home-btn.active-animation.dropdown i.icon-home.icon-blue {
  background-image: url(/images/pages/gas-clip/gas-clip-glyphicons.png);
  margin-top: 4px;
}
.gas-clip-header .row-fluid .navbar.navbar-inner-gas-clip-subsite {
float: right;
}
.gas-clip-header .subheading-nav {
    width: 71% !important;
    float: right;
}
.gas-clip-header .row-fluid .navbar .nav-collapse.sws.collapse {
  margin-top: 20px !important; 
}
.navbar-gas-clip-subsite a.nav-home-icon > i {
  margin-top: 3px;
  display: inline-block;
  vertical-align: text-top;
}
.navbar.navbar-inner-gas-clip-subsite .nav > li > a {
  text-shadow: none;
  color: var(--brand-gasclip-logo-blue);
  font-weight: 700;
  display: block;
  font-size: 18px;
  white-space: break-spaces;
}
/* home button */
.navbar.navbar-inner-gas-clip-subsite .nav > :first-child > a{
  padding: 10px 20px 10px !important;
}
.dropdown-menu.gas-clip-whole-cateogies-list-menu{
    width:542px;
    left: 0px !important;
    border-radius: 3px;
}
.navbar.navbar-inner-gas-clip-subsite.navbar-inner-gas-clip-subsite-french.mhide .dropdown-menu.gas-clip-whole-cateogies-list-menu{
    width:591px;
}
.navbar .nav>li>.gas-clip-whole-cateogies-list-menu.dropdown-menu:before, .navbar .nav>li>.gas-clip-whole-cateogies-list-menu.dropdown-menu:after {
	display: none;
}
.dropdown-menu.gas-clip-whole-cateogies-list-menu li a {
  white-space: break-spaces;
  padding: 7px 6px 7px 0 !important;
  line-height: 28px;
  font-weight: 600;
  font-size: 16px;
  color: var(--brand-gasclip-logo-blue);
  text-align: left;
}
.gas-clip-whole-cateogies-list-menu ul {
  list-style: none;
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 20px;
  box-sizing: border-box;
  width:50%;
  float: left;
}
.gas-clip-whole-cateogies-list-menu ul:first-child{
    width: 50%;
}
.gas-clip-whole-cateogies-list-menu ul:last-child{
    padding-left: 40px;
}
.dropdown-header p {
    color: var(--brand-gasclip-logo-blue) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    text-decoration: underline solid 3px #F47E3A;
    text-underline-offset: 0.3rem;
    text-align: left;
}
.view-all-li a {
    color: var(--brand-gasclip-logo-blue) !important;
    font-size: 18px !important;
    font-weight: 700 !important;
    line-height: 26px !important;
}
.gas-clip-whole-cateogies-list-menu ul:nth-child(2) {
	border-left: 1px solid #c8cfde;
}
.gas-clip-whole-cateogies-list-menu ul:last-child li {
	border-right: none;
}
.navbar-gas-clip-subsite .dropdown-menu li.dropdown-header {
	border-top: 1px solid #d5d5d5;
	margin-top: 5px;
}
.navbar-gas-clip-subsite .dropdown-menu li.dropdown-header>a, 
.navbar-gas-clip-subsite .dropdown-menu li.dropdown-header>a:hover {
	font-weight: 700 !important;
	color: #333;
	padding: 5px 10px;
	text-transform: uppercase;
	margin-top: 5px;
}
.navbar-gas-clip-subsite .dropdown-menu li.dropdown-header:first-child, 
.navbar-gas-clip-subsite .dropdown-menu li.dropdown-header:first-child>a {
	border-top: none;
	margin-top: 0;
	margin-bottom: 1em;
}
ul.dropdown-menu.gas-clip-whole-cateogies-list-menu{
    padding: 16px 16px 10px 20px;
    background: #f4f6f9;
    border: 1px solid rgba(0, 0, 0, 0.1);
    box-shadow: 1px 4px 8px rgba(0, 0, 0, 0.2);
}
.navbar-gas-clip-subsite .hover-underline-animation a {
    padding: 16px 13px 16px !important;
}
/* NAV HOVER COLOURS */
.navbar.navbar-inner-gas-clip-subsite .nav > li > a:active,
.navbar .nav.navbar-gas-clip-subsite li.dropdown.open > .dropdown-toggle,
.navbar .nav.navbar-gas-clip-subsite li.dropdown.active > .dropdown-toggle,
.navbar .nav.navbar-gas-clip-subsite li.dropdown.open.active > .dropdown-toggle {
  color: white;
  background-color: var(--brand-gasclip-logo-blue);
}
.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: var(--brand-gasclip-orange);
}
.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: 4px; /* Height of the underline */
  bottom: 0;
  left: 0;
  background-color: var(--brand-gasclip-orange); /* 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-gasclip-button-blue), 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-gas-clip-subsite .dropdown-menu li > a:hover,
.navbar-gas-clip-subsite .dropdown-menu li > a:focus,
.navbar-gas-clip-subsite .dropdown-submenu:hover > a,
.navbar-gas-clip-subsite .dropdown-submenu:focus > a,
.navbar-gas-clip-subsite .dropdown-menu li > a:active,
.navbar-gas-clip-subsite .dropdown-submenu:active > a {
  background-color: var(--brand-gasclip-button-blue) !important;
  text-decoration: none;
  background-image: none;
}

/*Search bar*/
.gas-clip-search form#ProductDisplayForm button.btn.btn-default {
  border: 1px solid var(--brand-gasclip-button-blue);
  background-color: var(--brand-gasclip-button-blue);
  border-radius: 0 4px 4px 0;
  margin-top: 0px;
}
.gas-clip-search form#ProductDisplayForm button.btn.btn-default i.icon-search,
.gas-clip-mobile .mobile-search button .icon-search {
  margin-top: 1px !important;
  background-image: url(/img/glyphicons-halflings.png);
}
.gas-clip-search form#ProductDisplayForm button.btn.btn-default:hover
  i.icon-search {
  margin-top: 1px !important;
  background-image: url(/img/glyphicons-halflings-white.png);
}
.gas-clip-search.input-append {
  margin-left: 0;
  padding-right: 5px;
}
.gas-clip-search input#ProductSearch.appendInputButton {
  border-radius: 4px 0 0 4px;
  color: #687177;
  border: 1px solid var(--brand-gasclip-button-blue);
}
.gas-clip-search input.refine-search.appendInputButton:focus,
.gas-clip-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;
}
.gas-clip-search
  input.refine-search.appendInputButton::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: var(--brand-gasclip-button-blue);
}
.gas-clip-search input.refine-search.appendInputButton:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--brand-gasclip-button-blue);
}
.gas-clip-search input.refine-search.appendInputButton::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--brand-gasclip-button-blue);
}
.gas-clip-search input.refine-search.appendInputButton:-ms-input-placeholder {
  /* IE 10-11 */
  color: var(--brand-gasclip-button-blue);
}
.gas-clip-search input.refine-search.appendInputButton::-ms-input-placeholder {
  /* MS Edge */
  color: var(--brand-gasclip-button-blue);
}
.gas-clip-search input.refine-search.appendInputButton::placeholder {
  /* your styles */
  color: var(--brand-gasclip-button-blue);
}

/* --- FRENCH --- */

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


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

.gas-clip-sws-store #myCarousel .hero-section {
  width: 100%;
  background-image: url(/images/pages/gas-clip/gas-clip-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 */
.gas-clip-sws-store #myCarousel .carousel-inner.hero-section,
.gas-clip-sws-store #myCarousel .carousel-inner.hero-section-french{
  height: 420px; /* Adjust this value as needed */
  margin-top: -48px;
}
.gas-clip-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;
}
.gas-clip-sws-store #myCarousel .text-content {
  color: white;
  padding: 60px 92px 20px 14px;
}
.gas-clip-sws-store #myCarousel .image-content {
  display: flex;
  justify-content: center;
}
.gas-clip-sws-store #myCarousel .image-content img {
  height: 370px;
}
.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.gas-clip-sws-store {
  margin-top: 0px;
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

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


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

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

.sws-gas-clip-buttons .gas-clip-grid-item img{
    box-sizing: border-box;
    transition: 0.15s ease-in-out;
    max-height: 200px;
}
.gas-clip-application-title .application-title, .gas-clip-item.side-ad .gas-clip-side-ad-title p.application-title{
    font-size: 18px;
    font-weight: 600;
    color: var(--brand-gasclip-logo-blue);
    text-align: left;
    line-height: 26px;
}
/**/
.gas-clip-flex-container{
    display: flex;
}
.gas-clip-item{
    background-image: linear-gradient(to right, white, white 65%, var(--brand-gasclip-button-blue) 5%, var(--brand-gasclip-button-blue) 5%);
    display: flex;
    align-items: center;
    border: 1.5px solid var(--brand-gasclip-button-blue);
    border-bottom: 5px solid var(--brand-gasclip-orange);
    border-radius: 6px;
}
.gas-clip-item:not(.side-ad){
    height: 11em;
}
.gas-clip-item img{
    height: 140px;
}
.gas-clip-application-title{
    width: 42%;
    padding: 20px;
}
.gas-clip-item.side-ad{
background-image: linear-gradient(to bottom, white, white 65%, var(--brand-gasclip-button-blue) 5%, var(--brand-gasclip-button-blue) 5%);
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    flex-direction: column;
    padding-top: 2em;
}
.sws-gas-clip-buttons .gas-clip-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 6% 3%;
  margin-bottom: 7%;
  margin-top: -2em;
}
.qa img{
    height: 80px;
}
/*Side ad*/
.gas-clip-side-ad-cta {
    margin: 0.5em 0 1.5em 0;
}
.side-ad-btn{
   color: var(--brand-gasclip-logo-blue);
    background-color: var(--brand-gasclip-orange);
    border-bottom: 4px solid var(--brand-gasclip-logo-blue);
    border-radius: 4px;
    margin-top: 0px;
    font-size: 15px;
    padding: 9px 50px;
    display: inline-flex;
    font-family: var(--body-gasclip-font);
    font-weight: 600; 
}
.side-ad-btn:hover {
  background-color: #97a4bf;
  border-bottom: 4px solid #F47E3A;
  color: var(--brand-gasclip-logo-blue);
  text-decoration: none;
  transition: 0.3s;
}
.gas-clip-item.side-ad .gas-clip-side-ad-subtitle p.application-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: var(--brand-gasclip-logo-blue);
    text-align: center;
    line-height: 24px;
    padding: 0 30px;
}
/*Buttons hover*/
.gas-clip-item:hover .application-title {
  transition: 0.15s ease-in-out;
}
.gas-clip-item:hover:not(.side-ad){
  box-shadow: 2px 3px 6px 1px rgba(73, 80, 87, 0.25);
  -webkit-box-shadow: 2px 3px 6px 1px rgba(73, 80, 87, 0.25);
  -moz-box-shadow: 2px 3px 6px 1px rgba(73, 80, 87, 0.25);
  border: none;
  border-bottom: 5px solid var(--brand-gasclip-logo-blue);
  overflow: hidden;
}
.faq-gas-clip-item:hover .gas-clip-application-title{
width: 42%;
  padding-right: 20px;
}
/* --- FRENCH --- */

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

/* ********* About Page ********* */
.gas-clip-about .about-gas-clip-hero {
  background-image: url(/images/pages/gas-clip/gas-clip-home-page-bg.png);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 355px;
    margin-bottom: 20px;
    width: 100%;
    background-position: center;
    display: flex;
}
.gas-clip-hero-container{
    margin-top: 0px;
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
}
.row-fluid.about-gas-clip-hero h1{
    font-size: 80px;
    font-weight: 800;
    text-transform: uppercase;
    text-align: center;
    line-height: 120%;
    color: var(--brand-gasclip-logo-blue);
}
span.hero-h1{
    color: var(--brand-gasclip-orange);
    text-transform: capitalize;
}
.about-gas-clip {
    margin-top: 0px;
    width: 100vw !important;
    position: relative;
    margin-left: -50vw;
    left: 50%;
    background: var(--brand-gasclip-logo-blue);
}
.row-fluid.about-gas-clip-container p {
    color: #f9f9f9;
    font-size: 16px;
    line-height: 150%;
    text-align: center;
}
.row-fluid.about-gas-clip-container h2{
    color: #f47e3a;
    direction: ltr;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 120%;
    text-align: center;
    margin-top: 0;
}
.row-fluid.about-gas-clip-container {
    margin: 0 auto;
    width: 1170px;
    padding: 40px 20px;
}
.row-fluid.point-down {
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 24px 24px 0 24px;
    border-color: #093254 transparent transparent transparent;
    transform: rotate(0deg);
    margin: 0 auto;
}
.row-fluid.about-gas-clip-main-content h2 {
    color: #093254;
    font-weight: 700;
    text-align: center;
    font-size: 38px;
    line-height: 120%;
    padding-top: 0.5em;
}
.row-fluid.about-gas-clip-main-content p {
    text-align: center;
    font-size: 18px;
    padding-bottom: 1em;
}
.gas-clip-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-gas-clip-hero.about-us-hero{
    height: 300px;
    margin-bottom: 0;
}
.row-fluid.about-gas-clip-main-content.last-p p {
    font-size: 16px;
    line-height: 150%;
}


/*********/


/* --- FRENCH --- */
.french-about-us .row-fluid.about-gas-clip-hero h1{
    font-size: 68px;
}
.french-about-us span.hero-h1 {
    font-size: 80px;
}
@media (max-width: 480px) {
.french-about-us .row-fluid.about-gas-clip-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: 1200px) {
.gas-clip-item.side-ad{
    max-height: 330px;
}
}
@media (max-width: 1199px) {
/* ********* HEADER ********* */
.navbar .nav.navbar-gas-clip-subsite > li {
  margin: auto 0.2em;
}
  .gas-clip-header > .row-fluid {
    max-width: 940px;
    margin: 0 auto;
  }
  .gas-clip-header .span4.logo-gas-clip-sws {
    width: 250px;
    margin-top: 15px;
  }
  .gas-clip-header .row-fluid .navbar.navbar-inner-gas-clip-subsite{
    width: 630px;
  }
  .gas-clip-search.input-append {
width: 92%;
  }
  .span8.subheading-nav{
      margin-top: 0;
  }
  .navbar-gas-clip-subsite .hover-underline-animation a {
    padding: 16px 6px 16px !important;
  }
  .gas-clip-header .span8.subheading-nav {
    width: 75%;
}
.navbar .nav.navbar-gas-clip-subsite {
    display: -moz-box;
    display: -ms-flexbox;
}
.gas-clip-header .row-fluid .navbar .nav-collapse.sws.collapse {
    margin-top: 3em !important;
}	
.gas-clip-sws-store #myCarousel .text-content {
    margin-left: 7%;
    padding: 3em 0 1em 2em;
}
.gas-clip-sws-store #myCarousel .text-content.slide3{
    margin-left: 0;
}
.gas-clip-header {
    padding: 0;
}
	
/* ********* NAV ********* */
		
/* ********* END HEADER ********* */

/* ********* BUTTONS ********* */
.gas-clip-item {
    background-image: linear-gradient(to right, white, white 72%, var(--brand-gasclip-button-blue) 5%, var(--brand-gasclip-button-blue) 5%);

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

/* ********* About Page ********* */
.row-fluid.about-gas-clip-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;
}		
/* ********* END About Page ********* */
	
}

@media (max-width: 979px) {
/* ********* HEADER ********* */
  .navbar-inner.gas-clip-mobile {
    background: white;
  }
  .gas-clip-mobile .span4 {
    margin: 18px 10px 1px 0px;
    width: 42%;
    max-width: 316px;
  }
  .gas-clip-mobile img.brand.mobile-logo {
    width: 80%;
    padding: 0px;
    margin-left: 0px;
  }
  .gas-clip-mobile .span8 {
    width: auto;
    margin-bottom: 13px;
    float: none;
    overflow: hidden;
    margin-top: 1em;
  }
  /* ********* NAV ********* */
 .navbar.navbar-inner-gas-clip-subsite .nav > li > a {
    font-size: 16px;
  } 
  .gas-clip-mobile .navbar-search {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-bottom: 0 !important;
    max-width: 100%;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    background-color: white;
  }
    .gas-clip-mobile .input-append input {
      border-radius: 4px 0 0 4px;
    }
    .gas-clip-mobile .input-append .btn {
      margin-left: -1px;
      border: 0px;
      padding: 6px 14px;
      background-color: var(--brand-gasclip-button-blue);
    }
    input#ProductSearch:focus:invalid:focus {
    border-color: var(--brand-gasclip-button-blue);
    box-shadow: inset 0 0px 3px 1px rgba(56,124,181, 10%), 0 0px 4px rgba(82,168,236, 50%);
    }
    .gas-clip-mobile-sub-nav#mobile-sws-1{
        border-top: 1px solid white;
    }
    .gas-clip-mobile-sub-nav{
        margin-top: -1px;
    }
      /****** English ******/
    li.home-btn.active-animation.dropdown {
    width: 14.5%;
    }
    .gas-clip-mobile #SWS-mobile-first-nav {
      width: 35%;
      border-left: 1px solid white;
      border-right: 1px solid white;
    }
    .gas-clip-mobile #SWS-mobile-third-nav {
      width: 43%;
    }
    .gas-clip-mobile #SWS-mobile-hamburger-nav {
      width: 7%;
      border-left: 1px solid white;
    }
    /****** End English ******/

    /* HUMBURGER */
    .gas-clip-mobile .sws-mobile-header-nav .btn-navbar {
      background-color: var(--brand-gasclip-button-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;
    }
    .navbar .gas-clip-mobile .btn-navbar .icon-bar,
    .navbar .fmark-10-mobile .btn-navbar:hover .icon-bar {
      width: 100%;
      max-width: 20px;
      background-color: var(--brand-gasclip-logo-blue) !important;
      box-shadow: none;
      margin: 3px auto 3px;
    }
    /* END HAMBURGER */

    .gas-clip-mobile #mobile-sws-3 {
      top: -28px;
      background: var(--brand-gasclip-button-blue);
    } /** Moves the PRODUCTS section to the TOP and align it with the Hamburger button **/
  .gas-clip-mobile .sws-mobile-header-nav .navbar-gas-clip-subsite-mobile {
    background: transparent !important;
    width: 100%;
    margin-top: 16px !important;
    left: 0px !important;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  .gas-clip-mobile .sws-mobile-header-nav .nav > li > a{
  background: var(--brand-gasclip-button-blue);
  font-size: 15px;
  color: var(--brand-gasclip-logo-blue) !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;
  }
  .gas-clip-mobile .sws-mobile-header-nav .nav > li > a:hover,
  .gas-clip-mobile .sws-mobile-header-nav .nav > li > a:active{
  background: var(--brand-gasclip-logo-blue);
  color: white !important;
  }  
  .gas-clip-mobile li.home-btn.active-animation.dropdown:hover i.icon-home.icon-blue {
    background-image: url(/images/pages/gas-clip/gas-clip-glyphicons-halflings-white.png);
  }
  .gas-clip-mobile .sws-mobile-header-nav .nav > li:nth-child(3):hover a{
  margin-right: -1px;
  }
  .gas-clip-mobile .gas-clip-mobile-sub-nav .nav .dropdown-sup a{
  border-radius: 0px;
  text-align: left;
  padding-left: 10px;
  }
  .gas-clip-mobile .gas-clip-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle {
  width: 91%;
  border-radius: 0px;
  text-align: left;
  padding-left: 10px;

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

  .gas-clip-mobile .gas-clip-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle:hover {
  width: 92.7%;
  background-color: var(--brand-gasclip-logo-blue) !important;
  color: white !important;
  }
  .gas-clip-mobile .gas-clip-mobile-sub-nav .nav .dropdown.open>.dropdown-toggle{
    background-color: var(--brand-gasclip-button-blue);
    color: var(--brand-gasclip-logo-blue);
  }
  .gas-clip-mobile .gas-clip-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle:active {
    background-color: var(--brand-gasclip-button-blue) !important;
    color: var(--brand-gasclip-logo-blue) !important;    
  }
  .gas-clip-mobile .gas-clip-mobile-sub-nav .nav > li:nth-child(3):hover a{
    margin-right: 0px;
  } 
  .gas-clip-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li.mob-view-all > a, .navbar-gas-clip-subsite-mobile .nav-collapse .open > .dropdown-menu li.mob-view-all > a{
        font-weight: 600 !important;
    }
  /** DROPDOWN ABOUT US margin-right->0 **/
  .navbar-gas-clip-subsite-mobile .nav-collapse .open > .dropdown-menu li > a,
  .navbar-gas-clip-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a,
  .gas-clip-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a
  {
    font-size: 16px;
    line-height: 22px;
    background-color: transparent !important;
    padding: 5px 0px 5px 10px !important;
    color: var(--brand-gasclip-logo-blue) !important;
    background-image: none !important;
    font-weight: 500 !important;
    margin-bottom: 2px;
    border: none;
    white-space: break-spaces;
  }
  .navbar-gas-clip-subsite-mobile .nav-collapse .open > .dropdown-menu li > a:hover, 
  .navbar-gas-clip-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a:hover,
  .gas-clip-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a:hover,
  .gas-clip-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > strong > a:hover{
    text-decoration: underline;
    text-decoration-color: currentColor;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 2px;
  }
  .gas-clip-mobile .accordion-inner .accordion-inner-sub{
    display: block;
    margin: 0 auto;
  }
  .gas-clip-mobile .accordion-inner .accordion-inner-sub li{
    list-style: none;
    }
  .gas-clip-mobile .gas-clip-mobile-sub-nav .dropdown-sup .dropdown-menu{
    margin-left: 0px;
  }
  .gas-clip-mobile .gas-clip-mobile-sub-nav .accordion-inner .mshow .nav{
    margin-bottom: 0px;
  }
  .gas-clip-mobile .gas-clip-mobile-sub-nav .nav {
    margin: 0;
    padding: 0;
  }
  .gas-clip-mobile #mobile-sws-1.gas-clip-mobile-sub-nav .nav {
    margin: 0;
    padding: 10px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    background-color: var(--brand-gasclip-button-blue);
    border-top: none;
  }
  .gas-clip-mobile .sws-mobile-header-nav li.dropdown.dropdown-sup {
    border: none;
    clear: both;
    border-bottom: 1px solid white;
  }
  .gas-clip-mobile .sws-mobile-header-nav li:last-child.dropdown.dropdown-sup {
    margin-bottom: 0;
    border-bottom: none;
    border-top: 1px solid white;
  }
  .gas-clip-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;
  }

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

/* ********* BUTTONS ********* */
	/* Side Ad*/
.gas-clip-item.side-ad{
    max-height: 335px;
}
.gas-clip-item img {
    max-height: 121px;
}
    /* End Side Ad*/
		
/* ********* END BUTTONS ********* */
}

@media (max-width: 979px) and (min-width: 768px) {
	.row-fluid.point-down {
    padding: 0;
}		
}
  
@media (max-width: 767px) {
/* ********* HEADER ********* */
.navbar-inner.gas-clip-mobile {
    padding: 0;
}
.gas-clip-sws-store #myCarousel .hero-section, .gas-clip-sws-store #myCarousel .image-content{
    justify-content: start;
}
.gas-clip-sws-store #myCarousel .image-content img{
    height: 300px;
    box-shadow: none;
}
.gas-clip-sws-store #myCarousel .text-content{
    padding-top: 0;
}
.gas-clip-sws-store #myCarousel .carousel-inner.hero-section, .gas-clip-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 360px;
    box-shadow: none;
}
.gas-clip-sws-store #myCarousel .text-content{
    margin-left: 0;
}
.gas-clip-sws-store #myCarousel .carousel-btn{
    padding: 12px 34px;
}
.row-fluid.ipad-view-setting.sws-gas-clip-buttons {
    margin-top: 2em;
}
.row-fluid.gas-clip-sws-store.carousel-top ol.carousel-indicators.mshow.ipad-view-setting{
    margin-top: 0;
    margin-bottom: 1em;
}	
.gas-clip-item.side-ad, .multi-gas-detector-pumps{
    display: none;
    visibility: hidden;
}
.sws-gas-clip-buttons .gas-clip-grid-container{
    grid-template-columns: repeat(2,1fr);
    margin: 0 auto 2em;
}
.gas-clip-sws-store #myCarousel .hero-content{
    padding: 54px 0 0;
}
.gas-clip-mobile #SWS-mobile-hamburger-nav {
    width: 6.95%;
}
.gas-clip-mobile .sws-mobile-header-nav .navbar-gas-clip-subsite-mobile {
    margin-top: 8px !important;
    z-index: 9;
  }
	
/* ********* END HEADER ********* */
/* ********* BUTTONS ********* */
.gas-clip-flex-container{
    margin-bottom: 2em;
}
.gas-clip-application-title .application-title{
    font-size: 16px;
    line-height: 23px;
}
.gas-clip-item img {
    height: 100px;
}	
.gas-clip-application-title {
    padding: 14px;
}
.gas-clip-item {
    height: 9em !important;
}
.qa img {
    height: 80px;
}
.gas-clip-item {
    background-image: linear-gradient(to right, white, white 60%, var(--brand-gasclip-button-blue) 5%, var(--brand-gasclip-button-blue) 5%);
}	
.faq-gas-clip-item:hover .gas-clip-application-title{
width: 39.5%;
}
.row-fluid.ipad-view-setting.sws-gas-clip-buttons.sws-gas-clip-buttons-fr .faq-gas-clip-item:hover .gas-clip-application-title {
    width: 40%;
}
.gas-clip-item:hover:not(.side-ad) {
    border: 1.5px solid var(--brand-gasclip-button-blue);
    border-bottom: 5px solid var(--brand-gasclip-logo-blue);
}
	
/* ********* END BUTTONS ********* */
}

@media (min-width: 601px) and (max-width:767px) {
.sws-gas-clip-buttons .gas-clip-grid-container{
    gap: 3%;
}
.row-fluid.about-gas-clip-main-content p {
    padding-bottom: 0;
}
}

@media (max-width: 600px) {
.gas-clip-mobile #SWS-mobile-first-nav {
      width: 30%;
}
.gas-clip-mobile #SWS-mobile-third-nav {
      width: 48%;
}	
.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%;
}
.gas-clip-mobile #SWS-mobile-hamburger-nav {
    width: 7.1%;
}
.gas-clip-mobile .span4 {
    margin-top: 32px;
}	
/****************/
.gas-clip-sws-store #myCarousel .hero-section{
    justify-content: start;
}
.gas-clip-sws-store #myCarousel .image-content{
    order: -1;
    justify-content: center;
}
.gas-clip-sws-store #myCarousel .image-content img{
    height: 250px;
    box-shadow: none;
    width: auto;
    padding-top: 1em;
}
.gas-clip-sws-store #myCarousel h2{
    font-size: 26px;
    padding-right: 10px;
    line-height: 30px;
}
.gas-clip-sws-store #myCarousel h3{
    font-size: 18px;
    padding-bottom: 1em;
    line-height: 24px;
}
.gas-clip-sws-store #myCarousel .text-content{
    padding-top: 0;
}
.gas-clip-sws-store #myCarousel .carousel-inner.hero-section {
    height: 440px;
    box-shadow: none;
}
.gas-clip-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 434px;
    box-shadow: none;
}
.gas-clip-sws-store #myCarousel .text-content{
    margin-left: 0;
}
.gas-clip-sws-store #myCarousel .carousel-btn{
    padding: 12px 34px;
}
.row-fluid.ipad-view-setting.sws-gas-clip-buttons {
    margin-top: 2em;
}
.row-fluid.gas-clip-sws-store.carousel-top ol.carousel-indicators.mshow.ipad-view-setting{
    margin-top: 0;
    margin-bottom: 1em;
}	
.gas-clip-item.side-ad, .multi-gas-detector-pumps{
    display: none;
    visibility: hidden;
}
.sws-gas-clip-buttons .gas-clip-grid-container{
gap: 1%;
}
.gas-clip-sws-store #myCarousel .hero-content{
    grid-template-columns: 1fr;
}
.gas-clip-sws-store #myCarousel .hero-content{
    padding-top: 30px;
}
/********/	
.row-fluid.about-gas-clip-main-content p {
    padding-bottom: 0em;
}	
.gas-clip-grid-container.about-us-grid-container {
    grid-template-columns: repeat(1, 1fr);
}
	
}

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

@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: 480px) {
    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;
    }
    .gas-clip-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li.mob-view-all > a, .navbar-gas-clip-subsite-mobile .nav-collapse .open > .dropdown-menu li.mob-view-all > a{
        font-weight: 600 !important;
    }
    .gas-clip-item img {
        height: 80px;
    }	
    .qa img {
        height: 60px;
    }
    .gas-clip-application-title .application-title {
        font-size: 14px;
        line-height: 22px;
    }
    .gas-clip-item:not(.side-ad) {
        height: 7.5em;
    }
    .gas-clip-sws-store #myCarousel .carousel-inner.hero-section, .gas-clip-sws-store #myCarousel .carousel-inner.hero-section-french {
        min-height: 370px;
        max-height: 480px;
    }
    li.home-btn.active-animation.dropdown {
        width: 14%;
    }
    .navbar-inner.gas-clip-mobile-french.gas-clip-mobile #SWS-mobile-first-nav {
        width: 30%;
    }
    .navbar-inner.gas-clip-mobile-french.gas-clip-mobile #SWS-mobile-third-nav {
        width: 48%;
    }
    .navbar-inner.gas-clip-mobile-french.gas-clip-mobile .sws-mobile-header-nav .nav > li > a {
        font-size: 13px;
    }
    .gas-clip-item {
        background-image: linear-gradient(to right, white, white 68%, var(--brand-gasclip-button-blue) 5%, var(--brand-gasclip-button-blue) 5%);
    }
	.row-fluid.about-gas-clip-hero h1 {
        font-size: 60px;
        line-height: 100%;
    }
    .row-fluid.about-gas-clip-hero.about-us-hero {
        height: 230px;
    }
    .navbar-gas-clip-subsite-mobile .nav-collapse .open > .dropdown-menu li > a, .navbar-gas-clip-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a, .gas-clip-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a {
        font-size: 14px;
        line-height: 18px;
    }
    
	
}

@media (max-width: 399px) {
    .navbar-inner.gas-clip-mobile-french.gas-clip-mobile #SWS-mobile-first-nav {
        width: 24%;
    }
    .navbar-inner.gas-clip-mobile-french.gas-clip-mobile #SWS-mobile-third-nav {
        width: 52%;
    }
	.sws-gas-clip-buttons .gas-clip-grid-container {
        grid-template-columns: repeat(1, 1fr);
    }
    .gas-clip-item:not(.side-ad) {
        height: 10em;
        margin: 0 2em;
    }
    .gas-clip-application-title .application-title {
        font-size: 16px;
        line-height: 24px;
    }
    .gas-clip-item img {
        height: 9em;
    }
    .sws-gas-clip-buttons .gas-clip-grid-container {
        gap: 1%;
        margin-bottom: 1em;
    }
	.qa img {
        height: 6em;
    }
	li.home-btn.active-animation.dropdown {
        width: 12%;
    }
    .gas-clip-mobile #SWS-mobile-first-nav {
        width: 30%;
    }
    .gas-clip-mobile #SWS-mobile-third-nav {
        width: 46%;
    }
    .gas-clip-mobile #SWS-mobile-hamburger-nav {
        width: 10.9%;
    }
    .gas-clip-mobile img.brand.mobile-logo {
        width: 100%;
        padding-top: 13px;
    }
    .gas-clip-mobile .sws-mobile-header-nav .nav > li > a{
        font-size: 13px;
    }
    .navbar-inner.gas-clip-mobile-french.gas-clip-mobile .sws-mobile-header-nav .nav > li > a{
        font-size: 12px;
    }
    .gas-clip-mobile .span4 {
        margin-top: 16px;
    }
    li.home-btn.active-animation.dropdown a {
        padding-bottom: 4px;
    }
    .about-us-blue-col {
        width: 80%;
    }
    .row-fluid.about-gas-clip-container h2 {
        line-height: 100%;
    }
    .row-fluid.about-gas-clip-main-content h2 {
        font-size: 32px;
        line-height: 108%;
}	
    
	
}
@media (max-width: 329px) {
    li.home-btn.active-animation.dropdown {
        width: 10.5%;
    }
    .navbar-inner.gas-clip-mobile-french.gas-clip-mobile #SWS-mobile-first-nav {
        width: 25.5%;
    }
    .gas-clip-mobile #SWS-mobile-first-nav {
        width: 31.5%;
    }
    .gas-clip-sws-store #myCarousel .carousel-inner.hero-section, .gas-clip-sws-store #myCarousel .carousel-inner.hero-section-french {
        min-height: 500px;
    }
    .gas-clip-application-title .application-title {
        line-height: 18px;
    }
    .gas-clip-item:not(.side-ad) {
        height: 8em;
        margin: 0 0em;
    }
    .gas-clip-item img:not.qa img {
        height: 8em;
    }
    .gas-clip-mobile .sws-mobile-header-nav .nav > li > a {
        font-size: 13px;
    }
    .gas-clip-mobile #SWS-mobile-hamburger-nav {
        width: 10.7%;
    }
    .navbar-inner.gas-clip-mobile-french.gas-clip-mobile .sws-mobile-header-nav .nav > li > a {
        font-size: 11px;
    }


}
