:root {
  --brand-vpp-logo-black:#2C2829;
  --brand-vpp-orange: #f35626;
  --brand-vpp-grey: #E9E9EB;
  --brand-vpp-dark-grey: #9e9e9e;
  --brand-header-vpp-font: "Oswald", "Roboto Condensed", "Archivo Narrow", "Open sans", sans-serif;
  --body-vpp-font: "Helvetica", Arial, sans-serif;
}

/* ********* HEADER ********* */
.vpp-header {
	width: 100vw !important; 
	position: relative;
	margin-left: -50vw;
	left: 50%;
	box-sizing: border-box;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: var(--brand-vpp-logo-black) !important;
}

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

.vpp-header .span4.logo-vpp-sws {
  width: 253px;
  background-color: white !important;
  
}

.row-fluid.ipad-view-setting.sws-vpp-buttons {
    padding-bottom: 2em;
}

/* ********* NAV ********* */
.navbar .nav.navbar-vpp-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-vpp-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-vpp-subsite > li:last-child {
  -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: 0.9em 1em;
  text-align: center;
  line-height: 3px;
}

.navbar .nav.navbar-vpp-subsite > li:nth-child(2), .navbar .nav.navbar-vpp-subsite > li:nth-child(3), .navbar .nav.navbar-vpp-subsite > li:nth-child(4) {
  -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: 0em 0em;
  text-align: center;
  line-height: 28px;
  background-color: var(--brand-vpp-logo-black);
}

.navbar .nav.navbar-vpp-subsite > li:nth-child(2):hover, .navbar .nav.navbar-vpp-subsite > li:nth-child(3):hover, .navbar .nav.navbar-vpp-subsite > li:nth-child(4):hover {
  -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: 0em 0em;
  text-align: center;
  line-height: 28px;
  background-color: var(--brand-vpp-orange);
}

/* home button */
.navbar.navbar-inner-vpp-subsite .nav > :first-child > a {
    padding: 9px 14px 21px !important;
    display: inline-block;
    width: 1px;
    background-image: url(/images/pages/vetopropac/vpp-home-icon.svg);
    vertical-align: text-top;
    margin-left: 12px;
}

.navbar.navbar-inner-vpp-subsite .nav > :first-child > a:hover {
    background-image: url(/images/pages/vetopropac/vpp-home-icon-2.svg);
}
/* end home button */

.vpp-header .subheading-nav {
    width: 71% !important;
    float: right;
    margin-top: 0 !important;
}

.vpp-header .row-fluid .navbar .nav-collapse.sws.collapse {
  margin: auto;
  }
  
.navbar-vpp-subsite a.nav-home-icon > i {
  margin-top: 3px;
  display: inline-block;
  vertical-align: text-top;
}

.navbar.navbar-inner-vpp-subsite .nav > li > a {
  text-shadow: none;
  color: white;
  font-weight: 600;
  display: block;
  font-size: 19px;
  white-space: break-spaces;
  font-family: "Oswald", var(--brand-header-vpp-font) !important;
}


.navbar.navbar-inner-vpp-subsite .nav > li > a:hover {
  color: white;
}

.navbar.navbar-inner-vpp-subsite-french .nav > li > a {
  text-shadow: none;
  color: white;
  font-weight: 600;
  display: block;
  font-size: 19px;
  white-space: break-spaces;
  font-family: "Oswald", var(--brand-header-vpp-font) !important;
}

/* drop-down menu */
.dropdown-menu.vpp-whole-cateogies-list-menu{
    left: 0px !important;
    width: 722px;
    border-radius: 1px;
    background-color: var(--brand-vpp-grey);
    margin:0;
}

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

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

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

.dropdown-menu.vpp-whole-cateogies-list-menu li a {
  white-space: break-spaces;
  padding: 8px 18px 5px 18px !important;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: var(--brand-vpp-logo-black);
  text-align: left;
  font-family: var(--body-vpp-font);
}

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

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

.vpp-whole-cateogies-list-menu.industries ul{
    width: 50%;
}

.vpp-whole-cateogies-list-menu.industries ul:last-child{
    border-right: none;
}
.vpp-whole-cateogies-list-menu ul:last-child{
    padding-left: 10px;
}

.vpp-whole-cateogies-list-menu ul:nth-child(2) {
	border-left: 1px solid var(--brand-vpp-dark-grey);
	border-right: 1px solid var(--brand-vpp-dark-grey);
}

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

.navbar-vpp-subsite .dropdown-menu li.dropdown-header>a, 
.navbar-vpp-subsite .dropdown-menu li.dropdown-header>a:hover {
	font-weight: 700 !important;
	color: var(--brand-vpp-logo-black);
	padding: 5px 0px;
	text-transform: uppercase;
	margin-top: 5px;
	font-size: 16px !important;
	font-family: "Oswald", var(--brand-header-vpp-font) !important;
}

.dropdown-menu.vpp-whole-cateogies-list-menu.industries {
	width: 560px;
	left: -40px;
}

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

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

.navbar-vpp-subsite .dropdown-menu li.dropdown-header {
	border-top: 1px solid var(--brand-vpp-dark-grey);
	margin-top: 5px;
}

.navbar-vpp-subsite .dropdown-menu li.dropdown-header:first-child, 
.navbar-vpp-subsite .dropdown-menu li.dropdown-header:first-child>a {
	border-top: none;
	margin-top: 0;
}

.navbar-vpp-subsite a {
    padding: 15px 8px 16px !important;   
}

/* NAV HOVER COLOURS */
.navbar.navbar-inner-vpp-subsite .nav > li > a:active,
.navbar .nav.navbar-vpp-subsite li.dropdown.open > .dropdown-toggle,
.navbar .nav.navbar-vpp-subsite li.dropdown.active > .dropdown-toggle,
.navbar .nav.navbar-vpp-subsite li.dropdown.open.active > .dropdown-toggle {
  color: white;
  background-color: var(--brand-vpp-orange);
}


.navbar.navbar-inner-vpp-subsite .nav > :first-child > a:active 
{
  background-color: var(--brand-vpp-logo-black);
}


/*dropdown*/
.navbar-vpp-subsite .dropdown-menu li > a:hover,
.navbar-vpp-subsite .dropdown-menu li > a:focus,
.navbar-vpp-subsite .dropdown-submenu:hover > a,
.navbar-vpp-subsite .dropdown-submenu:focus > a,
.navbar-vpp-subsite .dropdown-menu li > a:active,
.navbar-vpp-subsite .dropdown-submenu:active > a {
  background-color: var(--brand-vpp-orange) !important;
  text-decoration: none;
  background-image: none;
  color: white !important;
}

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

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

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

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

.vpp-search input#ProductSearch.appendInputButton {
  border-radius: 4px 0 0 4px;
  border: 1px solid var(--brand-vpp-dark-grey);
  font-family:"Oswald", var( --brand-header-vpp-font);
}

.vpp-search input.refine-search.appendInputButton:focus,
.vpp-search input.refine-search.appendInputButton:focus:invalid:focus {
  color: var(--brand-vpp-dark-grey);
  box-shadow: inset 0 0px 3px 1px rgba(56,124,181, 10%),
    0 0px 4px rgba(82,168,236, 50%);
    border-color: #d8d8d8;
}

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

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

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

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

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

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

/* --- FRENCH --- */

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


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

.vpp-sws-store #myCarousel .hero-section{
  width: 100%;
  background-image: url(/images/pages/vetopropac/pattern-bg.png);
  background-repeat: repeat;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 5em;
}

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

.vpp-sws-store #myCarousel .hero-content {
    max-width: 1170px;
    width: 100%;
    padding: 10px 0;
    height: 100%;
    margin: 0 auto;
}

.vpp-sws-store #myCarousel .text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vpp-sws-store #myCarousel .image-content {
  display: flex;
  justify-content: center;
}

.vpp-sws-store #myCarousel .image-content img {
  height: 300px;
  max-width: auto;
}

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

/* Other Carousel Styles */
.vpp-sws-store #myCarousel .promo-h2-style {
  font-size: 42px;
  margin: 0.2em 0.15em 0.2em 0.15em; 
  color: var(--brand-vpp-logo-black);
  line-height: 100%;
  font-weight: 700;
  font-family: "Oswald", var(--brand-header-vpp-font) !important;
}
.vpp-sws-store #myCarousel h2 {
  font-size: 42px;
  margin: 1em 0.15em 0.2em 0.15em; 
  color: var(--brand-vpp-logo-black);
  line-height: 100%;
  font-weight: 700;
  font-family: "Oswald", var(--brand-header-vpp-font) !important;
}

.vpp-sws-store #myCarousel h3 {
  color: var(--brand-vpp-logo-black);
  font-weight: 400;
  font-size: 20px;
  margin-left: 0.2em;
  margin-right: 0.2em;
  font-family: var(--body-vpp-font);
  }
.vpp-sws-store #myCarousel h4 {
  color: var(--brand-vpp-logo-black);
  font-weight: 600;
  font-size: 20px;
  margin-left: 0.2em;
  margin-right: 0.2em;
  font-family: var(--body-vpp-font);
  }
  
.vpp-sws-store #myCarousel .carousel-btn {
  color: white;
  border: 2px solid white;
  border-radius: 4px;
  font-size: 24px;
  padding: 11px 34px;
  font-family: "Oswald", var(--brand-header-vpp-font) !important;
  font-weight: 600;
  z-index:0;
  background-color: var(--brand-vpp-logo-black);
  text-transform: uppercase;
  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);
}

.vpp-sws-store #myCarousel .carousel-btn:hover {
  color: white;
  background-color: var(--brand-vpp-orange);
  text-decoration: none;
  border: 2px solid white;
  transition: 0.3s;
}


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

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

.vpp-application-title .application-title {
    font-size: 28px;
    font-weight: 500;
    color: white;
    text-align: right;
    padding: 10px 12px;
    line-height: 120%;
    text-transform: uppercase;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
    font-family: "Oswald", var(--brand-header-vpp-font) !important;
}

/*
.vpp-application-title .application-title:hover {
    color: white;
}
*/


.vpp-item.side-ad .vpp-side-ad-title p.application-title{
    font-size: 34px;
    font-weight: 800;
    color: white;
    text-align: center;
    line-height: 120%;
    text-transform: uppercase;
     background: linear-gradient(to top, black, transparent);
    font-family: "Oswald", var(--brand-header-vpp-font) !important;
    padding: 0 30px 30px 30px;
    margin: 46px 0px 0px 0px;
}
/**/
.vpp-flex-container{
    display: flex;
    padding-top: 2em;
}

.vpp-item{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: none;
}

.vpp-item.tool-bags{
    background-image: url(/images/pages/vetopropac/tool-bags.webp);
    cursor: pointer;
    background-position: top left;
    background-size: auto 100%;
}

.vpp-item.tool-storage{
    background-image: url(/images/pages/vetopropac/tool-storage.webp);
    cursor: pointer;
    background-position: top left;
    background-size: auto 100%;
}

.vpp-item.everyday-carry{
    background-image: url(/images/pages/vetopropac/everyday-carry.webp);
    cursor: pointer;
    background-position: top left;
    background-size: auto 100%;
}

.vpp-item.accessories{
    background-image: url(/images/pages/vetopropac/accessories.webp);
    cursor: pointer;
    background-position: top left;
    background-size: auto 100%;
}

.vpp-item.tool-bags:hover:not(.side-ad){
  background-image: url(/images/pages/vetopropac/tool-bags-1.webp);
  transition: 0.3s;
}

.vpp-item.tool-storage:hover:not(.side-ad){
  background-image: url(/images/pages/vetopropac/tool-storage-1.webp);
  transition: 0.3s;
}

.vpp-item.everyday-carry:hover:not(.side-ad){
  background-image: url(/images/pages/vetopropac/everyday-carry-1.webp);
  transition: 0.3s;
}

.vpp-item.accessories:hover:not(.side-ad){
  background-image: url(/images/pages/vetopropac/accessories-1.webp);
  transition: 0.3s;
}

.vpp-item p:hover:not(.side-ad){
   color: white;
}

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

.vpp-application-title{
    width: 100%;
    align-self: center;
}

.vpp-item.side-ad{
background-image: url(/images/pages/vetopropac/side-ad.webp);
background-position-x: center;
background-position-y: top;
background-color: white;
background-size:cover;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    flex-direction: column;
   /* padding-top: 2em;*/
}

.sws-vpp-buttons .vpp-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4% 3%;
/*   margin-bottom: 7%; */
  /*margin-top: -2em;*/
}

/*Side ad*/
.vpp-side-ad-cta {
    margin: 0.5em 0 1.5em 0;
}

.vpp-side-ad-cta a {
    text-transform: uppercase;
    font-family: "Oswald", var(--brand-header-vpp-font) !important;
    font-size: 18px;
}

.side-ad-btn{
   color: white;
    background-color: var(--brand-vpp-logo-black);
    border-radius: 4px;
    border: 2px solid white;
    margin-top: 0px;
    font-size: 15px;
    padding: 11px 34px;
    display: inline-flex;
    font-family: var(--body-vpp-font);
    font-weight: 600; 
}

.side-ad-btn:hover {
  background-color: var(--brand-vpp-orange);
  color: white;
  border-radius: 4px;
  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);
}

.vpp-item.side-ad .vpp-side-ad-subtitle p.application-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: var(--brand-vpp-logo-black);
    text-align: center;
    line-height: 24px;
    padding: 0 30px;
    margin: 0 46px;
}

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


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


/* --- FRENCH --- */

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

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

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

.about-vpp-hero {
    background-image: url(/images/pages/vetopropac/pattern-bg-1.png);
    position: relative;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
    /*background-position: center;*/
    display: flex;
    align-items: center !important;
    flex-direction: column;
}

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

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

.about-us-image {
    width: 30%;
    padding-bottom: 2em;
}


.about-vpp-hero h1{
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    text-align: center;
    line-height: 120%;
    color: white;
    font-family: "Oswald", var(--brand-header-vpp-font) !important;   
}


.industry-icons-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    width: 100%;
}

img.industry-icon {
    max-width: 100%;
}

.icon_name {
    width: 7em;
    padding: 8px;
}
.icon_image{
    height: 7em;
    width: 7em;
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    position:relative;
}

.icon_image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; /* Makes the <a> fill the div */
}

.icon_image.av_technician{
    background-image: url(/images/pages/vetopropac/AV-technician.webp); 
}
.icon_image.carpenter{
    background-image: url(/images/pages/vetopropac/carpenter.webp); 
}
.icon_image.electrician{
    background-image: url(/images/pages/vetopropac/electrician.webp); 
}
.icon_image.firefighter{
    background-image: url(/images/pages/vetopropac/firefighter.webp); 
}
.icon_image.aviation{
    background-image: url(/images/pages/vetopropac/aviation.webp); 
}
.icon_image.hvac{
    background-image: url(/images/pages/vetopropac/HVAC.webp); 
}
.icon_image.repair{
    background-image: url(/images/pages/vetopropac/maintenance-repair-installation.webp); 
}
.icon_image.mechanic{
    background-image: url(/images/pages/vetopropac/mechanic.webp); 
}
.icon_image.security{
    background-image: url(/images/pages/vetopropac/security-system-technician.webp); 
}
.icon_image.plumber{
    background-image: url(/images/pages/vetopropac/plumber.webp); 
}
.icon_image.marine{
    background-image: url(/images/pages/vetopropac/marine.webp); 
}
.icon_image.general{
    background-image: url(/images/pages/vetopropac/general-contractor.webp); 
}


.icon_image.av_technician:hover{
    background-image: url(/images/pages/vetopropac/AV-technician-1.webp); 
    transition: 0.5s ease-in-out;
}
.icon_image.carpenter:hover{
    background-image: url(/images/pages/vetopropac/carpenter-1.webp); 
    transition: 0.5s ease-in-out;
}
.icon_image.electrician:hover{
    background-image: url(/images/pages/vetopropac/electrician-1.webp);
    transition: 0.5s ease-in-out; 
}
.icon_image.firefighter:hover{
    background-image: url(/images/pages/vetopropac/firefighter-1.webp); 
    transition: 0.5s ease-in-out;
}
.icon_image.aviation:hover{
    background-image: url(/images/pages/vetopropac/aviation-1.webp);
    transition: 0.5s ease-in-out;
}
.icon_image.hvac:hover{
    background-image: url(/images/pages/vetopropac/HVAC-1.webp); 
    transition: 0.5s ease-in-out;
}
.icon_image.repair:hover{
    background-image: url(/images/pages/vetopropac/maintenance-repair-installation-1.webp); 
    transition: 0.5s ease-in-out;
}
.icon_image.mechanic:hover{
    background-image: url(/images/pages/vetopropac/mechanic-1.webp); 
    transition: 0.5s ease-in-out;
}
.icon_image.security:hover{
    background-image: url(/images/pages/vetopropac/security-system-technician-1.webp); 
    transition: 0.5s ease-in-out;
}
.icon_image.plumber:hover{
    background-image: url(/images/pages/vetopropac/plumber-1.webp); 
    transition: 0.5s ease-in-out;
}
.icon_image.marine:hover{
    background-image: url(/images/pages/vetopropac/marine-1.webp); 
    transition: 0.5s ease-in-out;
}
.icon_image.general:hover{
    background-image: url(/images/pages/vetopropac/general-contractor-1.webp); 
    transition: 0.5s ease-in-out;
}


.row-fluid.about-vpp-container {
    margin: 0 auto;
    padding: 10px 20px;
}


.row-fluid.about-vpp-container p {
    color: var(--brand-vpp-logo-black);
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    font-family: var(--body-vpp-font);
}



.row-fluid.about-vpp-container-icons p {
    padding: 0.5em;
    font-size: 14px;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-family: "Oswald", var(--brand-header-vpp-font) !important; 
}

.row-fluid.about-vpp-container h2{
    color: var(--brand-vpp-logo-black);
    direction: ltr;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 120%;
    text-align: left;
    margin-top: 0;
    font-family: "Oswald", var(--brand-header-vpp-font) !important; 
    text-transform: uppercase;
}


.row-fluid.about-vpp-container.french h2{
    text-transform: none;
}

/*
.row-fluid.about-vpp-hero.about-us-hero{
    height: 500px;
    margin-bottom: 0;
}
*/

.row-fluid.about-vpp-hero{
    height: 500px;
    margin-bottom: 0;
}


/*********/


/* --- FRENCH --- */
.french-about-us .about-vpp-hero h1{
    font-size: 68px;
}
.french-about-us span.hero-h1 {
    font-size: 80px;
}


   .vpp-mobile #mobile-sws-3 {
      top: -52px;
      background: none;
    }
 
    
    /** Moves the PRODUCTS section to the TOP and align it with the Hamburger button **/
  
  .vpp-mobile .sws-mobile-header-nav .navbar-vpp-subsite-mobile {
    background: transparent !important;
    width: 100%;
    margin-top: 8px !important;
    left: 0px !important;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  
  .vpp-mobile .sws-mobile-header-nav .nav > li > a{
  background: var(--brand-vpp-logo-black);
  font-size: 18px;
  color: white !important;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-family:"Oswald", var(--brand-header-vpp-font) !important;

  }
  
   .vpp-mobile-french .sws-mobile-header-nav .nav > li > a{
  font-size: 18px;
  font-weight: 600;
  }

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

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

  .vpp-mobile .vpp-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle:hover {
  width: 100%;
  background-color: var(--brand-vpp-orange) !important;
  color: white;
  }
  .vpp-mobile .vpp-mobile-sub-nav .nav .dropdown.open>.dropdown-toggle{
    background-color: var(--brand-vpp-orange);
    color: white;
  }
    
  .vpp-mobile .vpp-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle:active {
    background-color: var(--brand-vpp-orange) !important;
    color: white;    
  }
  .vpp-mobile .vpp-mobile-sub-nav .nav > li:nth-child(3):hover a{
    margin-right: 0px;
  } 
  
  
  /** DROPDOWN ABOUT US margin-right->0 **/
  .navbar-vpp-subsite-mobile .nav-collapse .open > .dropdown-menu li > a,
  .navbar-vpp-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a,
  .vpp-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;
    font-family: var(--body-vpp-font);
  }
  
  .vpp-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;
    font-family: "Oswald", var(--brand-header-vpp-font) !important; 
    color: var(--brand-vpp-logo-black) !important;
    text-transform: uppercase;
    border-top: 1px solid #d5d5d5;
    border-radius: 0 !important;
  }
  
  
  .navbar-vpp-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-vpp-logo-black) !important;
    text-transform: uppercase;
    border-top: 1px solid #d5d5d5;
    border-radius: 0 !important;
    font-family: "Oswald", var( --brand-header-vpp-font);
  }
  
    
   
  .navbar-vpp-subsite-mobile .nav-collapse .open > .dropdown-menu li > a:hover, 
  .navbar-vpp-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a:hover,
  .vpp-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a:hover,
  .vpp-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > strong > a:hover{
    background-color: var(--brand-vpp-orange) !important;
    text-decoration: none;
    background-image: none; 
    border-radius: 0;
    color: white !important;
  }
  
  .vpp-mobile .accordion-inner .accordion-inner-sub{
    display: block;
    margin: 0 auto;
  }
  
  .vpp-mobile .accordion-inner .accordion-inner-sub li{
    list-style: none;
    }
  .vpp-mobile .vpp-mobile-sub-nav .dropdown-sup .dropdown-menu{
    margin-left: 0px;
    margin-right: 0px;
  }
  .vpp-mobile .vpp-mobile-sub-nav .accordion-inner .mshow .nav{
    margin-bottom: 0px;
  }
  .vpp-mobile .vpp-mobile-sub-nav .nav {
    margin: 0;
    padding: 0;
  }
  .vpp-mobile #mobile-sws-1.vpp-mobile-sub-nav .nav, .vpp-mobile #mobile-sws-2.vpp-mobile-sub-nav .nav  {
    margin: 1px 0 0 0;
    padding: 10px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-top: none;
  }
  
  
  .vpp-mobile .sws-mobile-header-nav li.dropdown.dropdown-sup {
    border: none;
    clear: both;
    /*border-bottom: 1px solid white;*/
  }
  .vpp-mobile .sws-mobile-header-nav li:last-child.dropdown.dropdown-sup {
    margin-bottom: 0;
    border-bottom: none;
    /*border-top: 1px solid white;*/
  }
  .vpp-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;
  }
  .vpp-mobile #SWS-mobile-hamburger-nav, .vpp-mobile #SWS-mobile-hamburger-nav:hover {
        width: 8.4%;
    }
  /* ********* END HEADER ********* */
  
  
  /* ********* Carousel ********* */
  
 
.vpp-sws-store #myCarousel .carousel-inner.hero-section, .vpp-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 410px;
    box-shadow: none;
}

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

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

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



@media (max-width: 480px) {
.french-about-us .row-fluid.about-vpp-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) {
.vpp-item.side-ad{
    max-height: 402px !important;
}
}



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

.row-fluid.ipad-view-setting.sws-vpp-buttons {
    padding-bottom: 2.5em;
}
.dropdown-menu.vpp-whole-cateogies-list-menu {
	width: 580px;
}

.dropdown-menu.vpp-whole-cateogies-list-menu.industries {
	width: 454px;
}

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

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

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

.navbar.navbar-inner-vpp-subsite-french .nav > li > a {
  font-size: 16px;
}
.navbar .nav.navbar-vpp-subsite > li {
  margin: auto 0.2em;
}
  .vpp-header > .row-fluid {
    max-width: 940px;
    margin: 0 auto;
  }
  .vpp-header .span4.logo-vpp-sws {
    width: 255px;
  }
  

.vpp-sws-store #myCarousel h2 {
    font-size: 38px;}
    
    
.vpp-sws-store #myCarousel h3 {
    margin-top:0.1em;
}
  
  .vpp-search.input-append {
width: 92%;
  }
.navbar-vpp-subsite a {
    padding: 16px 6px 16px !important;
  }

.vpp-header .subheading-nav {
    width: 70% !important;
}


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


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

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

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

.line {
    margin: 0 15px;
}


.vpp-application-title .application-title {
    font-size: 22px;
    line-height: 115%;
    text-transform: uppercase;
    color: var (--brand-vpp-logo-black);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
}


.vpp-item.side-ad .vpp-side-ad-title p.application-title{
    font-size: 30px !important;
    font-weight: 800;
    color: white;
    text-align: center;
    line-height: 120%;
    text-transform: uppercase;
    background: linear-gradient(to top, black, transparent);
    font-family: "Oswald", var(--brand-header-vpp-font) !important;
    padding: 0 30px 46px;
    margin: 46px 0px 0px;
}


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

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



.row-fluid.about-vpp-container p {
    padding: 0em;
}
	
/* ********* END About Page ********* */
	
	.about-us-logo img {
    width: 25%;
}

.about-us-image {
    width: 35%;
    padding-bottom: 2em;
}

.about-vpp-hero h1{
    font-size: 32px;
}

}


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

.vpp-sws-store #myCarousel h2 {
  font-size: 34px;
  line-height: 100%;
}
.vpp-sws-store #myCarousel .promo-h2-style {
  font-size: 34px;
}
    
  .navbar-inner.vpp-mobile {
    background: white;
  }
  .vpp-mobile .span4 {
    margin: 8px 10px 1px 0px;
    width: 42%;
    max-width: 316px;
  }
  .vpp-mobile img.brand.mobile-logo {
    width: 90%;
    padding: 0px;
    margin-left: 0px;
  }
  .vpp-mobile .span8 {
    width: auto;
    /*margin-bottom: 13px;*/
    float: none;
    overflow: hidden;
    margin-top: 0.2em;
  }
  /* ********* NAV ********* */
 .navbar.navbar-inner-vpp-subsite .nav > li > a {
    font-size: 16px;
     } 
  .vpp-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;
  }
    .vpp-mobile .input-append input {
      border-radius: 4px 0 0 4px;
      font-family: "Oswald", var( --brand-header-vpp-font) !important;
    }
    .vpp-mobile .input-append .btn {
      margin-left: -1px;
      border: 0px;
      padding: 6px 14px;
      background-color: var(--brand-vpp-orange);
    }
    input#ProductSearch:focus:invalid:focus {
    border-color: var(--brand-vpp-dark-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.vpp-mobile-sub-nav.collapse,
	li#mobile-sws-2.nav-collapse.vpp-mobile-sub-nav.collapse,
	li#mobile-sws-3.nav-collapse.vpp-mobile-sub-nav.collapse
	{
		width: 100% !important;
	}
	
    .vpp-mobile-sub-nav#mobile-sws-1{
        /*border-top: 1px solid white;*/
    }
    .vpp-mobile-sub-nav#mobile-sws-2{
       /* border-top: 1px solid white;*/
    }
    .vpp-mobile-sub-nav{
        /*margin-top: -1px;*/
    }
      /****** English ******/
   
    .vpp-mobile #SWS-mobile-first-nav {
      width: 32%;
    }
    
    .vpp-mobile #SWS-mobile-second-nav {
      width: 30.25%;
      border-left: 1px solid white;
      border-right: 1px solid white;
    }
    
    .vpp-mobile #SWS-mobile-third-nav {
      width: 29%;
    }
    
    .vpp-mobile #SWS-mobile-hamburger-nav,  .vpp-mobile #SWS-mobile-hamburger-nav:hover {
      width: 8.2%;
    }

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

    /* HUMBURGER */

    .vpp-mobile .sws-mobile-header-nav .btn-navbar {
      background-color: var(--brand-vpp-logo-black) !important;
      border-image: initial !important;
      outline: none !important;
      margin: 0px;
      padding: 17px 0px;
      width: 100%;
      float: none;
      box-sizing: border-box;
      border-radius: 0;
      border: none;
      border-left: 1px solid white;
    }
    
    
    
    .navbar .vpp-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;
    }
    
.about-us-logo img {
    width: 30%;
}

@supports (-webkit-touch-callout: none) {
.vpp-hero-container {
    margin-top: 0;}

}

/*
.vpp-hero-container {
    margin-top: -30px;
    }
*/

 .vpp-sws-store #myCarousel .image-content img {
  height: 320px;
  width: auto;
}
.vpp-flex-container {
    display: flex;
    padding-top: 1em;
}
.vpp-item.side-ad .vpp-side-ad-title p.application-title{
    font-size: 26px !important;
}

.about-us-image {
    width: 40%;
    padding-bottom: 2em;
}

.about-vpp-hero h1{
    font-size: 30px;
}

} 


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

 .vpp-mobile #mobile-sws-3 {
      background: white;
    }
    
.vpp-mobile #SWS-mobile-third-nav {
        width: 29.1%;
    }
.vpp-item:not(.side-ad){
    height: 11em;
}
}
  
@media (max-width: 767px) {
/* ********* HEADER ********* */

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

.vpp-mobile .navbar-search {
    margin-top: 14px;
}

.vpp-mobile .span8 {
    margin-top: 0.8em;
  }

.vpp-sws-store #myCarousel .hero-section, .vpp-sws-store #myCarousel .image-content{
    justify-content: center;
}
.vpp-sws-store #myCarousel .image-content img{
    height: 300px;
    box-shadow: none;
    width:auto;
}

.vpp-sws-store #myCarousel .promo-h2-style {
    font-size: 32px;
    text-align: center;
    margin: 0.4em 0.15em 0.4em 0.15em;
}
.vpp-sws-store #myCarousel h2 {
  font-size: 32px;
  text-align: center;
}

.vpp-sws-store #myCarousel h3 {
  font-size: 18px;
}
.vpp-sws-store #myCarousel h4 {
    font-size: 18px;
    margin-top: 0px;
}

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

.vpp-sws-store #myCarousel .carousel-btn{
    padding: 12px 34px;
}
.row-fluid.ipad-view-setting.sws-vpp-buttons {
    margin-top: 0;
    padding-bottom: 1.5em;
}
.row-fluid.vpp-sws-store.carousel-top ol.carousel-indicators.mshow.ipad-view-setting{
    margin-top: 0;
    margin-bottom: 1em;
}	
.vpp-item.side-ad {
    display: none;
    visibility: hidden;
}
.sws-vpp-buttons .vpp-grid-container{
    grid-template-columns: repeat(2,1fr);
    margin: 0 auto 2em;
    width: 100%;
}

.vpp-mobile #SWS-mobile-hamburger-nav {
    width: 8.35%;
}
.vpp-mobile .sws-mobile-header-nav .navbar-vpp-subsite-mobile {
    margin-top: 8px !important;
    margin-bottom: 10px;
    z-index: 9;
  }


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

.vpp-item {
    height: 13.5em !important;
}

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


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

.about-us-logo img {
    width: 40%;
}
.about-us-image {
    width: 45%;
    padding-bottom: 2em;
}

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

	.about-vpp-hero h1{
    font-size: 28px;
}
/* ********* END BUTTONS ********* */
}

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

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


.vpp-mobile-sub-nav{
        margin-top: 0px;
    }
    
    
  .vpp-mobile img.brand.mobile-logo {
    width: 90%;
}  

.vpp-sws-store #myCarousel .image-content img{
    height: 280px;
    box-shadow: none;
    width: auto;
}

.vpp-mobile .span8 {
    margin-top: 0.3em;
  }
}

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

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

.vpp-mobile .span8 {
    margin-top: 0.5em;
  }
  
.vpp-mobile #SWS-mobile-first-nav {
      width: 32%;
}
.vpp-mobile #SWS-mobile-second-nav {
      width: 32.25%;
}
.vpp-mobile #SWS-mobile-third-nav {
      width: 27%;
}
.vpp-mobile #SWS-mobile-hamburger-nav {
    width: 8.3% !important;
}

.vpp-mobile-french #SWS-mobile-first-nav {
      width: 30%;
}
.vpp-mobile-french #SWS-mobile-second-nav {
      width: 30.25%;
}
.vpp-mobile-french #SWS-mobile-third-nav {
      width: 31%;
}

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

.vpp-mobile .span4 {
    margin-top: 12px;
    width: 50%;
    max-width: 295px;
}

.vpp-mobile .span8 {
    margin-bottom: 0px;
    width:100%;
}

.vpp-mobile .navbar-search {
        margin-top: 9px;
    }

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


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

.vpp-sws-store #myCarousel .text-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.2em 0em 0.2em !important;
}

.vpp-sws-store #myCarousel .carousel-inner.hero-section {
    height: 350px;
    box-shadow: none;
}
.vpp-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 360px;
    box-shadow: none;
}

.vpp-sws-store #myCarousel .carousel-btn{
    padding: 10px 32px;
    font-size: 16px;
}
.row-fluid.ipad-view-setting.sws-vpp-buttons {
    margin-top: 1em;
    padding-bottom: 0em;
}
.row-fluid.vpp-sws-store.carousel-top ol.carousel-indicators.mshow.ipad-view-setting{
    margin-top: 0;
    margin-bottom: 1em;
}	

.sws-vpp-buttons .vpp-grid-container{
gap: 1%;
}
.vpp-sws-store #myCarousel .hero-content{
    grid-template-columns: 1fr;
}
.vpp-sws-store #myCarousel .hero-content{
    padding: 10px 0 0 0;
}
/********/	
	

.vpp-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li.dropdown-header.first-element, 
.vpp-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-vpp-subsite-mobile .nav-collapse .open > .dropdown-menu li.dropdown-header.first-element, .navbar-vpp-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%;
}

.about-us-image {
    width: 50%;
    padding-bottom: 2em;
}


.icon_name {
    width: 6em;
}
.icon_image{
    height: 6em;
    width: 6em;
}
.vpp-flex-container {
    padding-top: 0;
}

}

@media (max-width: 511px) {
.row-fluid.ipad-view-setting.sws-vpp-buttons.sws-vpp-buttons-fr .faq-vpp-item:hover .vpp-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: 29%;
    display: inline-block !important;
    vertical-align: text-top;
    padding: 0 9px 4px 7px;
}   


ul.accordion-inner-sub.dropdown-menu:nth-child(2), ul.accordion-inner.nav.mshow ul.accordion-inner-sub:nth-child(2) {
	border-right: 1px solid var(--brand-vpp-grey);
	border-left: 1px solid var(--brand-vpp-grey);
} 

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

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

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

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



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

.vpp-mobile img.brand.mobile-logo {
    width: 100%;
}
    
.vpp-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;
*/
    }

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

.vpp-item img {
    height: 80px;
}	



.qa img {
    height: 60px;
}

.vpp-application-title .application-title {
        font-size: 16px;
        line-height: 120%;
    }
    .vpp-item {
        height: 8.5em;
    }
    
    .vpp-sws-store #myCarousel .carousel-inner.hero-section {
    height: 330px;
}
    
    .vpp-sws-store #myCarousel .carousel-inner.hero-section-french {
        min-height: 370px;
        max-height: 430px;
    }

    li.home-btn.active-animation.dropdown {
        width: 14%;
    }
    
     .vpp-mobile #SWS-mobile-first-nav {
      width: 30.3%;
    }
    
    .vpp-mobile #SWS-mobile-second-nav {
      width: 31.5%;
    }
    
    .vpp-mobile #SWS-mobile-third-nav {
      width: 29%;
    }
    
    
    
    .vpp-mobile #SWS-mobile-hamburger-nav {
      width: 8.6% !important;
      }    
    
    
    
    .navbar-inner.vpp-mobile-french.vpp-mobile #SWS-mobile-first-nav {
        width: 28.75%;
    }
    .navbar-inner.vpp-mobile-french.vpp-mobile #SWS-mobile-second-nav {
      width: 29.3%;
    }
    .navbar-inner.vpp-mobile-french.vpp-mobile #SWS-mobile-third-nav {
        width: 32.75%;
    }
    .navbar-inner.vpp-mobile-french.vpp-mobile .sws-mobile-header-nav .nav > li > a {
        font-size: 17px;
    }
    .vpp-item {
        background-image: linear-gradient(to right, white, white 68%, var(--brand-vpp-orange) 5%, var(--brand-vpp-orange) 5%);
    }
	.about-vpp-hero h1 {
        font-size: 26px;
        line-height: 100%;
    }
    .row-fluid.about-vpp-hero.about-us-hero {
        height: 230px;
    }
    .navbar-vpp-subsite-mobile .nav-collapse .open > .dropdown-menu li > a, .navbar-vpp-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a, .vpp-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .vpp-sws-store #myCarousel h2{
    font-size: 23px !important;
    line-height: 28px;
    text-align: center;
}
.vpp-sws-store #myCarousel .promo-h2-style {
    font-size: 27px !important;
    line-height: 1.2;
}
.vpp-sws-store #myCarousel h3{
    font-size: 15px;
    padding-bottom: 0.7em;
    line-height: 20px;
    text-align: center;
}

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

.row-fluid.about-vpp-container-icons p {
    font-size: 12px;
}


.about-us-image {
    width: 60%;
    padding-bottom: 2em;
}

}

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

    .vpp-mobile #SWS-mobile-third-nav {
        width: 28%;
    }
    .vpp-mobile #SWS-mobile-hamburger-nav {
        width: 9.3% !important;
    }
    .vpp-mobile img.brand.mobile-logo {
        width: 100%;
        padding-top: 3px;
    }
    .vpp-mobile .sws-mobile-header-nav .nav > li > a{
        font-size: 15px;
        }
        
        
    .navbar-inner.vpp-mobile-french.vpp-mobile #SWS-mobile-first-nav {
        width: 26.75%;
    }
    .navbar-inner.vpp-mobile-french.vpp-mobile #SWS-mobile-second-nav {
      width: 28.25%;
    }
    .navbar-inner.vpp-mobile-french.vpp-mobile #SWS-mobile-third-nav {
        width: 35%;
    }    
        
     .vpp-mobile .span8 {
    margin-top: 0em;
  }   
        
    .navbar-inner.vpp-mobile-french.vpp-mobile .sws-mobile-header-nav .nav > li > a{
        font-size: 14px;
        
    }
    .vpp-mobile .span4 {
        margin-top: 8px;
        width: 60%;
    }
    li.home-btn.active-animation.dropdown a {
        padding-bottom: 4px;
    }
   
    .row-fluid.about-vpp-container h2 {
        line-height: 100%;
        font-size: 28px;
    }
    

   

	.about-vpp-hero h1{
    font-size: 20px;
}

.vpp-sws-store #myCarousel .image-content img{
    max-height: 240px;
    width: auto;
}
.vpp-sws-store #myCarousel .promo-h3-style {
    padding-bottom: 0em;
    margin-bottom: 0;
}
.vpp-sws-store #myCarousel h4 {
    font-size: 15px;
    margin-top: 5px;
}

.vpp-sws-store #myCarousel .carousel-inner.hero-section-french {
        min-height: 350px;
        max-height: 400px;
    }

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

}

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

.vpp-sws-store #myCarousel .carousel-inner.hero-section {
        min-height: 350px;
        max-height: 450px;
    }
.vpp-sws-store #myCarousel .text-content {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    padding: 0.2em !important;
    }
    
.vpp-sws-store #myCarousel h2{
    font-size: 20px !important;
    text-align: center;
} 
.vpp-sws-store #myCarousel h3{
    font-size: 16px !important;
    text-align: center;
} 
.vpp-item {
        height: 10em !important;
        margin: 0.7em 1em;
    }
   
}
@media (max-width: 329px) {
    li.home-btn.active-animation.dropdown {
        width: 10.5%;
    }
   
/*
   .vpp-sws-store #myCarousel .image-content img{
    max-height: 220px;
}
*/
    .vpp-mobile #SWS-mobile-first-nav {
        width: 30%;
    }
    .vpp-mobile #SWS-mobile-second-nav {
        width: 33%;
    }

    .vpp-mobile #SWS-mobile-third-nav {
        width: 26%;
    }
    .vpp-mobile #SWS-mobile-hamburger-nav {
        width: 10.1% !important;
    }
    
     .navbar-inner.vpp-mobile-french.vpp-mobile #SWS-mobile-first-nav {
        width: 27.9%;
    }
    .navbar-inner.vpp-mobile-french.vpp-mobile #SWS-mobile-second-nav {
      width: 28.7%;
    }
    .navbar-inner.vpp-mobile-french.vpp-mobile #SWS-mobile-third-nav {
        width: 32.45%;
    }

    .vpp-sws-store #myCarousel .carousel-inner.hero-section  {
        min-height: 330px;
        max-height: 430px;
    }
    
    .vpp-item {
        height: 10.5em !important;
        margin: 0.5em 0em;
    }

   
    
    .vpp-item img:not.qa img {
        height: 8em;
    }
    .vpp-mobile .sws-mobile-header-nav .nav > li > a {
        font-size: 13px;
        font-weight: 500;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .navbar-inner.vpp-mobile-french.vpp-mobile .sws-mobile-header-nav .nav > li > a {
        font-size: 13px;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
        .vpp-sws-store #myCarousel h2{
    font-size: 20px !important;
    text-align: center;
}

.vpp-sws-store #myCarousel h3{
    text-align: center;
}



}
:root {
  --brand-vpp-logo-black:#2C2829;
  --brand-vpp-orange: #f35626;
  --brand-vpp-grey: #E9E9EB;
  --brand-vpp-dark-grey: #9e9e9e;
  --brand-header-vpp-font: "Oswald", "Roboto Condensed", "Archivo Narrow", "Open sans", sans-serif;
  --body-vpp-font: "Helvetica", Arial, sans-serif;
}

/* ********* HEADER ********* */
.vpp-header {
	width: 100vw !important; 
	position: relative;
	margin-left: -50vw;
	left: 50%;
	box-sizing: border-box;
	margin-top: 0.5em;
	margin-bottom: 0.5em;
	background-color: var(--brand-vpp-logo-black) !important;
}

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

.vpp-header .span4.logo-vpp-sws {
  width: 253px;
  background-color: white !important;
  
}

.row-fluid.ipad-view-setting.sws-vpp-buttons {
    padding-bottom: 2em;
}

/* ********* NAV ********* */
.navbar .nav.navbar-vpp-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-vpp-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-vpp-subsite > li:last-child {
  -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: 0.9em 1em;
  text-align: center;
  line-height: 3px;
}

.navbar .nav.navbar-vpp-subsite > li:nth-child(2), .navbar .nav.navbar-vpp-subsite > li:nth-child(3), .navbar .nav.navbar-vpp-subsite > li:nth-child(4) {
  -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: 0em 0em;
  text-align: center;
  line-height: 28px;
  background-color: var(--brand-vpp-logo-black);
}

.navbar .nav.navbar-vpp-subsite > li:nth-child(2):hover, .navbar .nav.navbar-vpp-subsite > li:nth-child(3):hover, .navbar .nav.navbar-vpp-subsite > li:nth-child(4):hover {
  -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: 0em 0em;
  text-align: center;
  line-height: 28px;
  background-color: var(--brand-vpp-orange);
}

/* home button */
.navbar.navbar-inner-vpp-subsite .nav > :first-child > a {
    padding: 9px 14px 21px !important;
    display: inline-block;
    width: 1px;
    background-image: url(/images/pages/vetopropac/vpp-home-icon.svg);
    vertical-align: text-top;
    margin-left: 12px;
}

.navbar.navbar-inner-vpp-subsite .nav > :first-child > a:hover {
    background-image: url(/images/pages/vetopropac/vpp-home-icon-2.svg);
}
/* end home button */

.vpp-header .subheading-nav {
    width: 71% !important;
    float: right;
    margin-top: 0 !important;
}

.vpp-header .row-fluid .navbar .nav-collapse.sws.collapse {
  margin: auto;
  }
  
.navbar-vpp-subsite a.nav-home-icon > i {
  margin-top: 3px;
  display: inline-block;
  vertical-align: text-top;
}

.navbar.navbar-inner-vpp-subsite .nav > li > a {
  text-shadow: none;
  color: white;
  font-weight: 600;
  display: block;
  font-size: 19px;
  white-space: break-spaces;
  font-family: "Oswald", var(--brand-header-vpp-font) !important;
}


.navbar.navbar-inner-vpp-subsite .nav > li > a:hover {
  color: white;
}

.navbar.navbar-inner-vpp-subsite-french .nav > li > a {
  text-shadow: none;
  color: white;
  font-weight: 600;
  display: block;
  font-size: 19px;
  white-space: break-spaces;
  font-family: "Oswald", var(--brand-header-vpp-font) !important;
}

/* drop-down menu */
.dropdown-menu.vpp-whole-cateogies-list-menu{
    left: 0px !important;
    width: 722px;
    border-radius: 1px;
    background-color: var(--brand-vpp-grey);
    margin:0;
}

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

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

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

.dropdown-menu.vpp-whole-cateogies-list-menu li a {
  white-space: break-spaces;
  padding: 8px 18px 5px 18px !important;
  line-height: 16px;
  font-weight: normal;
  font-size: 14px;
  color: var(--brand-vpp-logo-black);
  text-align: left;
  font-family: var(--body-vpp-font);
}

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

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

.vpp-whole-cateogies-list-menu.industries ul{
    width: 50%;
}

.vpp-whole-cateogies-list-menu.industries ul:last-child{
    border-right: none;
}
.vpp-whole-cateogies-list-menu ul:last-child{
    padding-left: 10px;
}

.vpp-whole-cateogies-list-menu ul:nth-child(2) {
	border-left: 1px solid var(--brand-vpp-dark-grey);
	border-right: 1px solid var(--brand-vpp-dark-grey);
}

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

.navbar-vpp-subsite .dropdown-menu li.dropdown-header>a, 
.navbar-vpp-subsite .dropdown-menu li.dropdown-header>a:hover {
	font-weight: 700 !important;
	color: var(--brand-vpp-logo-black);
	padding: 5px 0px;
	text-transform: uppercase;
	margin-top: 5px;
	font-size: 16px !important;
	font-family: "Oswald", var(--brand-header-vpp-font) !important;
}

.dropdown-menu.vpp-whole-cateogies-list-menu.industries {
	width: 560px;
	left: -40px;
}

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

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

.navbar-vpp-subsite .dropdown-menu li.dropdown-header {
	border-top: 1px solid var(--brand-vpp-dark-grey);
	margin-top: 5px;
}

.navbar-vpp-subsite .dropdown-menu li.dropdown-header:first-child, 
.navbar-vpp-subsite .dropdown-menu li.dropdown-header:first-child>a {
	border-top: none;
	margin-top: 0;
}

.navbar-vpp-subsite a {
    padding: 15px 8px 16px !important;   
}

/* NAV HOVER COLOURS */
.navbar.navbar-inner-vpp-subsite .nav > li > a:active,
.navbar .nav.navbar-vpp-subsite li.dropdown.open > .dropdown-toggle,
.navbar .nav.navbar-vpp-subsite li.dropdown.active > .dropdown-toggle,
.navbar .nav.navbar-vpp-subsite li.dropdown.open.active > .dropdown-toggle {
  color: white;
  background-color: var(--brand-vpp-orange);
}


.navbar.navbar-inner-vpp-subsite .nav > :first-child > a:active 
{
  background-color: var(--brand-vpp-logo-black);
}


/*dropdown*/
.navbar-vpp-subsite .dropdown-menu li > a:hover,
.navbar-vpp-subsite .dropdown-menu li > a:focus,
.navbar-vpp-subsite .dropdown-submenu:hover > a,
.navbar-vpp-subsite .dropdown-submenu:focus > a,
.navbar-vpp-subsite .dropdown-menu li > a:active,
.navbar-vpp-subsite .dropdown-submenu:active > a {
  background-color: var(--brand-vpp-orange) !important;
  text-decoration: none;
  background-image: none;
  color: white !important;
}

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

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

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

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

.vpp-search input#ProductSearch.appendInputButton {
  border-radius: 4px 0 0 4px;
  border: 1px solid var(--brand-vpp-dark-grey);
  font-family:"Oswald", var( --brand-header-vpp-font);
}

.vpp-search input.refine-search.appendInputButton:focus,
.vpp-search input.refine-search.appendInputButton:focus:invalid:focus {
  color: var(--brand-vpp-dark-grey);
  box-shadow: inset 0 0px 3px 1px rgba(56,124,181, 10%),
    0 0px 4px rgba(82,168,236, 50%);
    border-color: #d8d8d8;
}

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

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

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

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

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

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

/* --- FRENCH --- */

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


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

.vpp-sws-store #myCarousel .hero-section{
  width: 100%;
  background-image: url(/images/pages/vetopropac/pattern-bg.png);
  background-repeat: repeat;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  padding-bottom: 5em;
}

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

.vpp-sws-store #myCarousel .hero-content {
    max-width: 1170px;
    width: 100%;
    padding: 10px 0;
    height: 100%;
    margin: 0 auto;
}

.vpp-sws-store #myCarousel .text-content {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.vpp-sws-store #myCarousel .image-content {
  display: flex;
  justify-content: center;
}

.vpp-sws-store #myCarousel .image-content img {
  height: 300px;
  max-width: auto;
}

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

/* Other Carousel Styles */
.vpp-sws-store #myCarousel .promo-h2-style {
  font-size: 42px;
  margin: 0.2em 0.15em 0.2em 0.15em; 
  color: var(--brand-vpp-logo-black);
  line-height: 100%;
  font-weight: 700;
  font-family: "Oswald", var(--brand-header-vpp-font) !important;
}
.vpp-sws-store #myCarousel h2 {
  font-size: 42px;
  margin: 1em 0.15em 0.2em 0.15em; 
  color: var(--brand-vpp-logo-black);
  line-height: 100%;
  font-weight: 700;
  font-family: "Oswald", var(--brand-header-vpp-font) !important;
}

.vpp-sws-store #myCarousel h3 {
  color: var(--brand-vpp-logo-black);
  font-weight: 400;
  font-size: 20px;
  margin-left: 0.2em;
  margin-right: 0.2em;
  font-family: var(--body-vpp-font);
  }
.vpp-sws-store #myCarousel h4 {
  color: var(--brand-vpp-logo-black);
  font-weight: 600;
  font-size: 20px;
  margin-left: 0.2em;
  margin-right: 0.2em;
  font-family: var(--body-vpp-font);
  }
  
.vpp-sws-store #myCarousel .carousel-btn {
  color: white;
  border: 2px solid white;
  border-radius: 4px;
  font-size: 24px;
  padding: 11px 34px;
  font-family: "Oswald", var(--brand-header-vpp-font) !important;
  font-weight: 600;
  z-index:0;
  background-color: var(--brand-vpp-logo-black);
  text-transform: uppercase;
  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);
}

.vpp-sws-store #myCarousel .carousel-btn:hover {
  color: white;
  background-color: var(--brand-vpp-orange);
  text-decoration: none;
  border: 2px solid white;
  transition: 0.3s;
}


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

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

.vpp-application-title .application-title {
    font-size: 28px;
    font-weight: 500;
    color: white;
    text-align: right;
    padding: 10px 12px;
    line-height: 120%;
    text-transform: uppercase;
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
    font-family: "Oswald", var(--brand-header-vpp-font) !important;
}

/*
.vpp-application-title .application-title:hover {
    color: white;
}
*/


.vpp-item.side-ad .vpp-side-ad-title p.application-title{
    font-size: 34px;
    font-weight: 800;
    color: white;
    text-align: center;
    line-height: 120%;
    text-transform: uppercase;
     background: linear-gradient(to top, black, transparent);
    font-family: "Oswald", var(--brand-header-vpp-font) !important;
    padding: 0 30px 30px 30px;
    margin: 46px 0px 0px 0px;
}
/**/
.vpp-flex-container{
    display: flex;
    padding-top: 2em;
}

.vpp-item{
    display: flex;
    justify-content: flex-end;
    align-items: center;
    border: none;
}

.vpp-item.tool-bags{
    background-image: url(/images/pages/vetopropac/tool-bags.webp);
    cursor: pointer;
    background-position: top left;
    background-size: auto 100%;
}

.vpp-item.tool-storage{
    background-image: url(/images/pages/vetopropac/tool-storage.webp);
    cursor: pointer;
    background-position: top left;
    background-size: auto 100%;
}

.vpp-item.everyday-carry{
    background-image: url(/images/pages/vetopropac/everyday-carry.webp);
    cursor: pointer;
    background-position: top left;
    background-size: auto 100%;
}

.vpp-item.accessories{
    background-image: url(/images/pages/vetopropac/accessories.webp);
    cursor: pointer;
    background-position: top left;
    background-size: auto 100%;
}

.vpp-item.tool-bags:hover:not(.side-ad){
  background-image: url(/images/pages/vetopropac/tool-bags-1.webp);
  transition: 0.3s;
}

.vpp-item.tool-storage:hover:not(.side-ad){
  background-image: url(/images/pages/vetopropac/tool-storage-1.webp);
  transition: 0.3s;
}

.vpp-item.everyday-carry:hover:not(.side-ad){
  background-image: url(/images/pages/vetopropac/everyday-carry-1.webp);
  transition: 0.3s;
}

.vpp-item.accessories:hover:not(.side-ad){
  background-image: url(/images/pages/vetopropac/accessories-1.webp);
  transition: 0.3s;
}

.vpp-item p:hover:not(.side-ad){
   color: white;
}

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

.vpp-application-title{
    width: 100%;
    align-self: center;
}

.vpp-item.side-ad{
background-image: url(/images/pages/vetopropac/side-ad.webp);
background-position-x: center;
background-position-y: top;
background-color: white;
background-size:cover;
    grid-column-start: 3;
    grid-column-end: 4;
    grid-row-start: 1;
    grid-row-end: 3;
    flex-direction: column;
   /* padding-top: 2em;*/
}

.sws-vpp-buttons .vpp-grid-container {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 4% 3%;
/*   margin-bottom: 7%; */
  /*margin-top: -2em;*/
}

/*Side ad*/
.vpp-side-ad-cta {
    margin: 0.5em 0 1.5em 0;
}

.vpp-side-ad-cta a {
    text-transform: uppercase;
    font-family: "Oswald", var(--brand-header-vpp-font) !important;
    font-size: 18px;
}

.side-ad-btn{
   color: white;
    background-color: var(--brand-vpp-logo-black);
    border-radius: 4px;
    border: 2px solid white;
    margin-top: 0px;
    font-size: 15px;
    padding: 11px 34px;
    display: inline-flex;
    font-family: var(--body-vpp-font);
    font-weight: 600; 
}

.side-ad-btn:hover {
  background-color: var(--brand-vpp-orange);
  color: white;
  border-radius: 4px;
  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);
}

.vpp-item.side-ad .vpp-side-ad-subtitle p.application-subtitle {
    font-size: 16px;
    font-weight: 400;
    color: var(--brand-vpp-logo-black);
    text-align: center;
    line-height: 24px;
    padding: 0 30px;
    margin: 0 46px;
}

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


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


/* --- FRENCH --- */

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

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

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

.about-vpp-hero {
    background-image: url(/images/pages/vetopropac/pattern-bg-1.png);
    position: relative;
    height: auto;
    margin-bottom: 20px;
    width: 100%;
    /*background-position: center;*/
    display: flex;
    align-items: center !important;
    flex-direction: column;
}

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

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

.about-us-image {
    width: 30%;
    padding-bottom: 2em;
}


.about-vpp-hero h1{
    font-size: 34px;
    font-weight: 600;
    text-transform: uppercase;
    margin-top: 30px;
    text-align: center;
    line-height: 120%;
    color: white;
    font-family: "Oswald", var(--brand-header-vpp-font) !important;   
}


.industry-icons-container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: baseline;
    width: 100%;
}

img.industry-icon {
    max-width: 100%;
}

.icon_name {
    width: 7em;
    padding: 8px;
}
.icon_image{
    height: 7em;
    width: 7em;
    background-repeat: no-repeat;
    background-size: auto 100%;
    cursor: pointer;
    position:relative;
}

.icon_image a {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block; /* Makes the <a> fill the div */
}

.icon_image.av_technician{
    background-image: url(/images/pages/vetopropac/AV-technician.webp); 
}
.icon_image.carpenter{
    background-image: url(/images/pages/vetopropac/carpenter.webp); 
}
.icon_image.electrician{
    background-image: url(/images/pages/vetopropac/electrician.webp); 
}
.icon_image.firefighter{
    background-image: url(/images/pages/vetopropac/firefighter.webp); 
}
.icon_image.aviation{
    background-image: url(/images/pages/vetopropac/aviation.webp); 
}
.icon_image.hvac{
    background-image: url(/images/pages/vetopropac/HVAC.webp); 
}
.icon_image.repair{
    background-image: url(/images/pages/vetopropac/maintenance-repair-installation.webp); 
}
.icon_image.mechanic{
    background-image: url(/images/pages/vetopropac/mechanic.webp); 
}
.icon_image.security{
    background-image: url(/images/pages/vetopropac/security-system-technician.webp); 
}
.icon_image.plumber{
    background-image: url(/images/pages/vetopropac/plumber.webp); 
}
.icon_image.marine{
    background-image: url(/images/pages/vetopropac/marine.webp); 
}
.icon_image.general{
    background-image: url(/images/pages/vetopropac/general-contractor.webp); 
}


.icon_image.av_technician:hover{
    background-image: url(/images/pages/vetopropac/AV-technician-1.webp); 
    transition: 0.5s ease-in-out;
}
.icon_image.carpenter:hover{
    background-image: url(/images/pages/vetopropac/carpenter-1.webp); 
    transition: 0.5s ease-in-out;
}
.icon_image.electrician:hover{
    background-image: url(/images/pages/vetopropac/electrician-1.webp);
    transition: 0.5s ease-in-out; 
}
.icon_image.firefighter:hover{
    background-image: url(/images/pages/vetopropac/firefighter-1.webp); 
    transition: 0.5s ease-in-out;
}
.icon_image.aviation:hover{
    background-image: url(/images/pages/vetopropac/aviation-1.webp);
    transition: 0.5s ease-in-out;
}
.icon_image.hvac:hover{
    background-image: url(/images/pages/vetopropac/HVAC-1.webp); 
    transition: 0.5s ease-in-out;
}
.icon_image.repair:hover{
    background-image: url(/images/pages/vetopropac/maintenance-repair-installation-1.webp); 
    transition: 0.5s ease-in-out;
}
.icon_image.mechanic:hover{
    background-image: url(/images/pages/vetopropac/mechanic-1.webp); 
    transition: 0.5s ease-in-out;
}
.icon_image.security:hover{
    background-image: url(/images/pages/vetopropac/security-system-technician-1.webp); 
    transition: 0.5s ease-in-out;
}
.icon_image.plumber:hover{
    background-image: url(/images/pages/vetopropac/plumber-1.webp); 
    transition: 0.5s ease-in-out;
}
.icon_image.marine:hover{
    background-image: url(/images/pages/vetopropac/marine-1.webp); 
    transition: 0.5s ease-in-out;
}
.icon_image.general:hover{
    background-image: url(/images/pages/vetopropac/general-contractor-1.webp); 
    transition: 0.5s ease-in-out;
}


.row-fluid.about-vpp-container {
    margin: 0 auto;
    padding: 10px 20px;
}


.row-fluid.about-vpp-container p {
    color: var(--brand-vpp-logo-black);
    font-size: 16px;
    line-height: 150%;
    text-align: left;
    font-family: var(--body-vpp-font);
}



.row-fluid.about-vpp-container-icons p {
    padding: 0.5em;
    font-size: 14px;
    line-height: 110%;
    text-transform: uppercase;
    text-align: center;
    font-weight: 500;
    font-family: "Oswald", var(--brand-header-vpp-font) !important; 
}

.row-fluid.about-vpp-container h2{
    color: var(--brand-vpp-logo-black);
    direction: ltr;
    font-size: 38px;
    font-weight: 700;
    letter-spacing: normal;
    line-height: 120%;
    text-align: left;
    margin-top: 0;
    font-family: "Oswald", var(--brand-header-vpp-font) !important; 
    text-transform: uppercase;
}


.row-fluid.about-vpp-container.french h2{
    text-transform: none;
}

/*
.row-fluid.about-vpp-hero.about-us-hero{
    height: 500px;
    margin-bottom: 0;
}
*/

.row-fluid.about-vpp-hero{
    height: 500px;
    margin-bottom: 0;
}


/*********/


/* --- FRENCH --- */
.french-about-us .about-vpp-hero h1{
    font-size: 68px;
}
.french-about-us span.hero-h1 {
    font-size: 80px;
}


   .vpp-mobile #mobile-sws-3 {
      top: -52px;
      background: none;
    }
 
    
    /** Moves the PRODUCTS section to the TOP and align it with the Hamburger button **/
  
  .vpp-mobile .sws-mobile-header-nav .navbar-vpp-subsite-mobile {
    background: transparent !important;
    width: 100%;
    margin-top: 8px !important;
    left: 0px !important;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
  }
  
  .vpp-mobile .sws-mobile-header-nav .nav > li > a{
  background: var(--brand-vpp-logo-black);
  font-size: 18px;
  color: white !important;
  padding: 16px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  font-weight: 700;
  font-family:"Oswald", var(--brand-header-vpp-font) !important;

  }
  
   .vpp-mobile-french .sws-mobile-header-nav .nav > li > a{
  font-size: 18px;
  font-weight: 600;
  }

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

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

  .vpp-mobile .vpp-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle:hover {
  width: 100%;
  background-color: var(--brand-vpp-orange) !important;
  color: white;
  }
  .vpp-mobile .vpp-mobile-sub-nav .nav .dropdown.open>.dropdown-toggle{
    background-color: var(--brand-vpp-orange);
    color: white;
  }
    
  .vpp-mobile .vpp-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle:active {
    background-color: var(--brand-vpp-orange) !important;
    color: white;    
  }
  .vpp-mobile .vpp-mobile-sub-nav .nav > li:nth-child(3):hover a{
    margin-right: 0px;
  } 
  
  
  /** DROPDOWN ABOUT US margin-right->0 **/
  .navbar-vpp-subsite-mobile .nav-collapse .open > .dropdown-menu li > a,
  .navbar-vpp-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a,
  .vpp-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;
    font-family: var(--body-vpp-font);
  }
  
  .vpp-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;
    font-family: "Oswald", var(--brand-header-vpp-font) !important; 
    color: var(--brand-vpp-logo-black) !important;
    text-transform: uppercase;
    border-top: 1px solid #d5d5d5;
    border-radius: 0 !important;
  }
  
  
  .navbar-vpp-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-vpp-logo-black) !important;
    text-transform: uppercase;
    border-top: 1px solid #d5d5d5;
    border-radius: 0 !important;
    font-family: "Oswald", var( --brand-header-vpp-font);
  }
  
    
   
  .navbar-vpp-subsite-mobile .nav-collapse .open > .dropdown-menu li > a:hover, 
  .navbar-vpp-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a:hover,
  .vpp-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a:hover,
  .vpp-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > strong > a:hover{
    background-color: var(--brand-vpp-orange) !important;
    text-decoration: none;
    background-image: none; 
    border-radius: 0;
    color: white !important;
  }
  
  .vpp-mobile .accordion-inner .accordion-inner-sub{
    display: block;
    margin: 0 auto;
  }
  
  .vpp-mobile .accordion-inner .accordion-inner-sub li{
    list-style: none;
    }
  .vpp-mobile .vpp-mobile-sub-nav .dropdown-sup .dropdown-menu{
    margin-left: 0px;
    margin-right: 0px;
  }
  .vpp-mobile .vpp-mobile-sub-nav .accordion-inner .mshow .nav{
    margin-bottom: 0px;
  }
  .vpp-mobile .vpp-mobile-sub-nav .nav {
    margin: 0;
    padding: 0;
  }
  .vpp-mobile #mobile-sws-1.vpp-mobile-sub-nav .nav, .vpp-mobile #mobile-sws-2.vpp-mobile-sub-nav .nav  {
    margin: 1px 0 0 0;
    padding: 10px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    border-top: none;
  }
  
  
  .vpp-mobile .sws-mobile-header-nav li.dropdown.dropdown-sup {
    border: none;
    clear: both;
    /*border-bottom: 1px solid white;*/
  }
  .vpp-mobile .sws-mobile-header-nav li:last-child.dropdown.dropdown-sup {
    margin-bottom: 0;
    border-bottom: none;
    /*border-top: 1px solid white;*/
  }
  .vpp-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;
  }
  .vpp-mobile #SWS-mobile-hamburger-nav, .vpp-mobile #SWS-mobile-hamburger-nav:hover {
        width: 8.4%;
    }
  /* ********* END HEADER ********* */
  
  
  /* ********* Carousel ********* */
  
 
.vpp-sws-store #myCarousel .carousel-inner.hero-section, .vpp-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 410px;
    box-shadow: none;
}

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

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

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



@media (max-width: 480px) {
.french-about-us .row-fluid.about-vpp-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) {
.vpp-item.side-ad{
    max-height: 402px !important;
}
}



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

.row-fluid.ipad-view-setting.sws-vpp-buttons {
    padding-bottom: 2.5em;
}
.dropdown-menu.vpp-whole-cateogies-list-menu {
	width: 580px;
}

.dropdown-menu.vpp-whole-cateogies-list-menu.industries {
	width: 454px;
}

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

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

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

.navbar.navbar-inner-vpp-subsite-french .nav > li > a {
  font-size: 16px;
}
.navbar .nav.navbar-vpp-subsite > li {
  margin: auto 0.2em;
}
  .vpp-header > .row-fluid {
    max-width: 940px;
    margin: 0 auto;
  }
  .vpp-header .span4.logo-vpp-sws {
    width: 255px;
  }
  

.vpp-sws-store #myCarousel h2 {
    font-size: 38px;}
    
    
.vpp-sws-store #myCarousel h3 {
    margin-top:0.1em;
}
  
  .vpp-search.input-append {
width: 92%;
  }
.navbar-vpp-subsite a {
    padding: 16px 6px 16px !important;
  }

.vpp-header .subheading-nav {
    width: 70% !important;
}


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


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

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

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

.line {
    margin: 0 15px;
}


.vpp-application-title .application-title {
    font-size: 22px;
    line-height: 115%;
    text-transform: uppercase;
    color: var (--brand-vpp-logo-black);
    background: linear-gradient(to left, rgba(0, 0, 0, 0.3), transparent);
}


.vpp-item.side-ad .vpp-side-ad-title p.application-title{
    font-size: 30px !important;
    font-weight: 800;
    color: white;
    text-align: center;
    line-height: 120%;
    text-transform: uppercase;
    background: linear-gradient(to top, black, transparent);
    font-family: "Oswald", var(--brand-header-vpp-font) !important;
    padding: 0 30px 46px;
    margin: 46px 0px 0px;
}


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

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



.row-fluid.about-vpp-container p {
    padding: 0em;
}
	
/* ********* END About Page ********* */
	
	.about-us-logo img {
    width: 25%;
}

.about-us-image {
    width: 35%;
    padding-bottom: 2em;
}

.about-vpp-hero h1{
    font-size: 32px;
}

}


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

.vpp-sws-store #myCarousel h2 {
  font-size: 34px;
  line-height: 100%;
}
.vpp-sws-store #myCarousel .promo-h2-style {
  font-size: 34px;
}
    
  .navbar-inner.vpp-mobile {
    background: white;
  }
  .vpp-mobile .span4 {
    margin: 8px 10px 1px 0px;
    width: 42%;
    max-width: 316px;
  }
  .vpp-mobile img.brand.mobile-logo {
    width: 90%;
    padding: 0px;
    margin-left: 0px;
  }
  .vpp-mobile .span8 {
    width: auto;
    /*margin-bottom: 13px;*/
    float: none;
    overflow: hidden;
    margin-top: 0.2em;
  }
  /* ********* NAV ********* */
 .navbar.navbar-inner-vpp-subsite .nav > li > a {
    font-size: 16px;
     } 
  .vpp-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;
  }
    .vpp-mobile .input-append input {
      border-radius: 4px 0 0 4px;
      font-family: "Oswald", var( --brand-header-vpp-font) !important;
    }
    .vpp-mobile .input-append .btn {
      margin-left: -1px;
      border: 0px;
      padding: 6px 14px;
      background-color: var(--brand-vpp-orange);
    }
    input#ProductSearch:focus:invalid:focus {
    border-color: var(--brand-vpp-dark-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.vpp-mobile-sub-nav.collapse,
	li#mobile-sws-2.nav-collapse.vpp-mobile-sub-nav.collapse,
	li#mobile-sws-3.nav-collapse.vpp-mobile-sub-nav.collapse
	{
		width: 100% !important;
	}
	
    .vpp-mobile-sub-nav#mobile-sws-1{
        /*border-top: 1px solid white;*/
    }
    .vpp-mobile-sub-nav#mobile-sws-2{
       /* border-top: 1px solid white;*/
    }
    .vpp-mobile-sub-nav{
        /*margin-top: -1px;*/
    }
      /****** English ******/
   
    .vpp-mobile #SWS-mobile-first-nav {
      width: 32%;
    }
    
    .vpp-mobile #SWS-mobile-second-nav {
      width: 30.25%;
      border-left: 1px solid white;
      border-right: 1px solid white;
    }
    
    .vpp-mobile #SWS-mobile-third-nav {
      width: 29%;
    }
    
    .vpp-mobile #SWS-mobile-hamburger-nav,  .vpp-mobile #SWS-mobile-hamburger-nav:hover {
      width: 8.2%;
    }

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

    /* HUMBURGER */

    .vpp-mobile .sws-mobile-header-nav .btn-navbar {
      background-color: var(--brand-vpp-logo-black) !important;
      border-image: initial !important;
      outline: none !important;
      margin: 0px;
      padding: 17px 0px;
      width: 100%;
      float: none;
      box-sizing: border-box;
      border-radius: 0;
      border: none;
      border-left: 1px solid white;
    }
    
    
    
    .navbar .vpp-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;
    }
    
.about-us-logo img {
    width: 30%;
}

@supports (-webkit-touch-callout: none) {
.vpp-hero-container {
    margin-top: 0;}

}

/*
.vpp-hero-container {
    margin-top: -30px;
    }
*/

 .vpp-sws-store #myCarousel .image-content img {
  height: 320px;
  width: auto;
}
.vpp-flex-container {
    display: flex;
    padding-top: 1em;
}
.vpp-item.side-ad .vpp-side-ad-title p.application-title{
    font-size: 26px !important;
}

.about-us-image {
    width: 40%;
    padding-bottom: 2em;
}

.about-vpp-hero h1{
    font-size: 30px;
}

} 


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

 .vpp-mobile #mobile-sws-3 {
      background: white;
    }
    
.vpp-mobile #SWS-mobile-third-nav {
        width: 29.1%;
    }
.vpp-item:not(.side-ad){
    height: 11em;
}
}
  
@media (max-width: 767px) {
/* ********* HEADER ********* */

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

.vpp-mobile .navbar-search {
    margin-top: 14px;
}

.vpp-mobile .span8 {
    margin-top: 0.8em;
  }

.vpp-sws-store #myCarousel .hero-section, .vpp-sws-store #myCarousel .image-content{
    justify-content: center;
}
.vpp-sws-store #myCarousel .image-content img{
    height: 300px;
    box-shadow: none;
    width:auto;
}

.vpp-sws-store #myCarousel .promo-h2-style {
    font-size: 32px;
    text-align: center;
    margin: 0.4em 0.15em 0.4em 0.15em;
}
.vpp-sws-store #myCarousel h2 {
  font-size: 32px;
  text-align: center;
}

.vpp-sws-store #myCarousel h3 {
  font-size: 18px;
}
.vpp-sws-store #myCarousel h4 {
    font-size: 18px;
    margin-top: 0px;
}

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

.vpp-sws-store #myCarousel .carousel-btn{
    padding: 12px 34px;
}
.row-fluid.ipad-view-setting.sws-vpp-buttons {
    margin-top: 0;
    padding-bottom: 1.5em;
}
.row-fluid.vpp-sws-store.carousel-top ol.carousel-indicators.mshow.ipad-view-setting{
    margin-top: 0;
    margin-bottom: 1em;
}	
.vpp-item.side-ad {
    display: none;
    visibility: hidden;
}
.sws-vpp-buttons .vpp-grid-container{
    grid-template-columns: repeat(2,1fr);
    margin: 0 auto 2em;
    width: 100%;
}

.vpp-mobile #SWS-mobile-hamburger-nav {
    width: 8.35%;
}
.vpp-mobile .sws-mobile-header-nav .navbar-vpp-subsite-mobile {
    margin-top: 8px !important;
    margin-bottom: 10px;
    z-index: 9;
  }


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

.vpp-item {
    height: 13.5em !important;
}

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


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

.about-us-logo img {
    width: 40%;
}
.about-us-image {
    width: 45%;
    padding-bottom: 2em;
}

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

	.about-vpp-hero h1{
    font-size: 28px;
}
/* ********* END BUTTONS ********* */
}

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

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


.vpp-mobile-sub-nav{
        margin-top: 0px;
    }
    
    
  .vpp-mobile img.brand.mobile-logo {
    width: 90%;
}  

.vpp-sws-store #myCarousel .image-content img{
    height: 280px;
    box-shadow: none;
    width: auto;
}

.vpp-mobile .span8 {
    margin-top: 0.3em;
  }
}

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

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

.vpp-mobile .span8 {
    margin-top: 0.5em;
  }
  
.vpp-mobile #SWS-mobile-first-nav {
      width: 32%;
}
.vpp-mobile #SWS-mobile-second-nav {
      width: 32.25%;
}
.vpp-mobile #SWS-mobile-third-nav {
      width: 27%;
}
.vpp-mobile #SWS-mobile-hamburger-nav {
    width: 8.3% !important;
}

.vpp-mobile-french #SWS-mobile-first-nav {
      width: 30%;
}
.vpp-mobile-french #SWS-mobile-second-nav {
      width: 30.25%;
}
.vpp-mobile-french #SWS-mobile-third-nav {
      width: 31%;
}

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

.vpp-mobile .span4 {
    margin-top: 12px;
    width: 50%;
    max-width: 295px;
}

.vpp-mobile .span8 {
    margin-bottom: 0px;
    width:100%;
}

.vpp-mobile .navbar-search {
        margin-top: 9px;
    }

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


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

.vpp-sws-store #myCarousel .text-content{
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0 0.2em 0em 0.2em !important;
}

.vpp-sws-store #myCarousel .carousel-inner.hero-section {
    height: 350px;
    box-shadow: none;
}
.vpp-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 360px;
    box-shadow: none;
}

.vpp-sws-store #myCarousel .carousel-btn{
    padding: 10px 32px;
    font-size: 16px;
}
.row-fluid.ipad-view-setting.sws-vpp-buttons {
    margin-top: 1em;
    padding-bottom: 0em;
}
.row-fluid.vpp-sws-store.carousel-top ol.carousel-indicators.mshow.ipad-view-setting{
    margin-top: 0;
    margin-bottom: 1em;
}	

.sws-vpp-buttons .vpp-grid-container{
gap: 1%;
}
.vpp-sws-store #myCarousel .hero-content{
    grid-template-columns: 1fr;
}
.vpp-sws-store #myCarousel .hero-content{
    padding: 10px 0 0 0;
}
/********/	
	

.vpp-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li.dropdown-header.first-element, 
.vpp-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-vpp-subsite-mobile .nav-collapse .open > .dropdown-menu li.dropdown-header.first-element, .navbar-vpp-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%;
}

.about-us-image {
    width: 50%;
    padding-bottom: 2em;
}


.icon_name {
    width: 6em;
}
.icon_image{
    height: 6em;
    width: 6em;
}
.vpp-flex-container {
    padding-top: 0;
}

}

@media (max-width: 511px) {
.row-fluid.ipad-view-setting.sws-vpp-buttons.sws-vpp-buttons-fr .faq-vpp-item:hover .vpp-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: 29%;
    display: inline-block !important;
    vertical-align: text-top;
    padding: 0 9px 4px 7px;
}   


ul.accordion-inner-sub.dropdown-menu:nth-child(2), ul.accordion-inner.nav.mshow ul.accordion-inner-sub:nth-child(2) {
	border-right: 1px solid var(--brand-vpp-grey);
	border-left: 1px solid var(--brand-vpp-grey);
} 

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

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

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

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



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

.vpp-mobile img.brand.mobile-logo {
    width: 100%;
}
    
.vpp-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;
*/
    }

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

.vpp-item img {
    height: 80px;
}	



.qa img {
    height: 60px;
}

.vpp-application-title .application-title {
        font-size: 16px;
        line-height: 120%;
    }
    .vpp-item {
        height: 8.5em;
    }
    
    .vpp-sws-store #myCarousel .carousel-inner.hero-section {
    height: 330px;
}
    
    .vpp-sws-store #myCarousel .carousel-inner.hero-section-french {
        min-height: 370px;
        max-height: 430px;
    }

    li.home-btn.active-animation.dropdown {
        width: 14%;
    }
    
     .vpp-mobile #SWS-mobile-first-nav {
      width: 30.3%;
    }
    
    .vpp-mobile #SWS-mobile-second-nav {
      width: 31.5%;
    }
    
    .vpp-mobile #SWS-mobile-third-nav {
      width: 29%;
    }
    
    
    
    .vpp-mobile #SWS-mobile-hamburger-nav {
      width: 8.6% !important;
      }    
    
    
    
    .navbar-inner.vpp-mobile-french.vpp-mobile #SWS-mobile-first-nav {
        width: 28.75%;
    }
    .navbar-inner.vpp-mobile-french.vpp-mobile #SWS-mobile-second-nav {
      width: 29.3%;
    }
    .navbar-inner.vpp-mobile-french.vpp-mobile #SWS-mobile-third-nav {
        width: 32.75%;
    }
    .navbar-inner.vpp-mobile-french.vpp-mobile .sws-mobile-header-nav .nav > li > a {
        font-size: 17px;
    }
    .vpp-item {
        background-image: linear-gradient(to right, white, white 68%, var(--brand-vpp-orange) 5%, var(--brand-vpp-orange) 5%);
    }
	.about-vpp-hero h1 {
        font-size: 26px;
        line-height: 100%;
    }
    .row-fluid.about-vpp-hero.about-us-hero {
        height: 230px;
    }
    .navbar-vpp-subsite-mobile .nav-collapse .open > .dropdown-menu li > a, .navbar-vpp-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a, .vpp-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a {
        font-size: 14px;
        line-height: 18px;
    }
    
    .vpp-sws-store #myCarousel h2{
    font-size: 23px !important;
    line-height: 28px;
    text-align: center;
}
.vpp-sws-store #myCarousel .promo-h2-style {
    font-size: 27px !important;
    line-height: 1.2;
}
.vpp-sws-store #myCarousel h3{
    font-size: 15px;
    padding-bottom: 0.7em;
    line-height: 20px;
    text-align: center;
}

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

.row-fluid.about-vpp-container-icons p {
    font-size: 12px;
}


.about-us-image {
    width: 60%;
    padding-bottom: 2em;
}

}

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

    .vpp-mobile #SWS-mobile-third-nav {
        width: 28%;
    }
    .vpp-mobile #SWS-mobile-hamburger-nav {
        width: 9.3% !important;
    }
    .vpp-mobile img.brand.mobile-logo {
        width: 100%;
        padding-top: 3px;
    }
    .vpp-mobile .sws-mobile-header-nav .nav > li > a{
        font-size: 15px;
        }
        
        
    .navbar-inner.vpp-mobile-french.vpp-mobile #SWS-mobile-first-nav {
        width: 26.75%;
    }
    .navbar-inner.vpp-mobile-french.vpp-mobile #SWS-mobile-second-nav {
      width: 28.25%;
    }
    .navbar-inner.vpp-mobile-french.vpp-mobile #SWS-mobile-third-nav {
        width: 35%;
    }    
        
     .vpp-mobile .span8 {
    margin-top: 0em;
  }   
        
    .navbar-inner.vpp-mobile-french.vpp-mobile .sws-mobile-header-nav .nav > li > a{
        font-size: 14px;
        
    }
    .vpp-mobile .span4 {
        margin-top: 8px;
        width: 60%;
    }
    li.home-btn.active-animation.dropdown a {
        padding-bottom: 4px;
    }
   
    .row-fluid.about-vpp-container h2 {
        line-height: 100%;
        font-size: 28px;
    }
    

   

	.about-vpp-hero h1{
    font-size: 20px;
}

.vpp-sws-store #myCarousel .image-content img{
    max-height: 240px;
    width: auto;
}
.vpp-sws-store #myCarousel .promo-h3-style {
    padding-bottom: 0em;
    margin-bottom: 0;
}
.vpp-sws-store #myCarousel h4 {
    font-size: 15px;
    margin-top: 5px;
}

.vpp-sws-store #myCarousel .carousel-inner.hero-section-french {
        min-height: 350px;
        max-height: 400px;
    }

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

}

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

.vpp-sws-store #myCarousel .carousel-inner.hero-section {
        min-height: 350px;
        max-height: 450px;
    }
.vpp-sws-store #myCarousel .text-content {
    display: flex;
    flex-direction: column;
    align-items: center !important;
    padding: 0.2em !important;
    }
    
.vpp-sws-store #myCarousel h2{
    font-size: 20px !important;
    text-align: center;
} 
.vpp-sws-store #myCarousel h3{
    font-size: 16px !important;
    text-align: center;
} 
.vpp-item {
        height: 10em !important;
        margin: 0.7em 1em;
    }
   
}
@media (max-width: 329px) {
    li.home-btn.active-animation.dropdown {
        width: 10.5%;
    }
   
/*
   .vpp-sws-store #myCarousel .image-content img{
    max-height: 220px;
}
*/
    .vpp-mobile #SWS-mobile-first-nav {
        width: 30%;
    }
    .vpp-mobile #SWS-mobile-second-nav {
        width: 33%;
    }

    .vpp-mobile #SWS-mobile-third-nav {
        width: 26%;
    }
    .vpp-mobile #SWS-mobile-hamburger-nav {
        width: 10.1% !important;
    }
    
     .navbar-inner.vpp-mobile-french.vpp-mobile #SWS-mobile-first-nav {
        width: 27.9%;
    }
    .navbar-inner.vpp-mobile-french.vpp-mobile #SWS-mobile-second-nav {
      width: 28.7%;
    }
    .navbar-inner.vpp-mobile-french.vpp-mobile #SWS-mobile-third-nav {
        width: 32.45%;
    }

    .vpp-sws-store #myCarousel .carousel-inner.hero-section  {
        min-height: 330px;
        max-height: 430px;
    }
    
    .vpp-item {
        height: 10.5em !important;
        margin: 0.5em 0em;
    }

   
    
    .vpp-item img:not.qa img {
        height: 8em;
    }
    .vpp-mobile .sws-mobile-header-nav .nav > li > a {
        font-size: 13px;
        font-weight: 500;
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    
    .navbar-inner.vpp-mobile-french.vpp-mobile .sws-mobile-header-nav .nav > li > a {
        font-size: 13px;
        padding-left: 3px !important;
        padding-right: 3px !important;
    }
        .vpp-sws-store #myCarousel h2{
    font-size: 20px !important;
    text-align: center;
}

.vpp-sws-store #myCarousel h3{
    text-align: center;
}



}
