:root {
  --brand-mark-10-main-blue: #005eb8;
  --brand-mark-10-main-blue-saturation: #e8f3fc;
  --brand-mark-10-main-dark-gray: #343a3f;
  --brand-mark-10-focus-gray: rgb(73, 80, 87);
  --brand-mark-10-white: #fff;
  --brand-mark-10-black: #000;
  --brand-mark-10-free-shipping-msg: #262626;
  --brand-mark-10-li-hover-lightgray: #ececec;
  --brand-mark-10-li-background-light: #fafafa;
  --body-mark-10-fonts: "Roboto", "Helvetica", Arial, sans-serif;
}
/* ********* HEADER ********* */

.mark-10-header {
  font-family: var(--body-mark-10-fonts);
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding: 15px 0px 15px;
  box-sizing: border-box;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: bottom;
  box-shadow: rgb(33 35 38 / 30%) 0px 10px 10px -10px;
}
.mark-10-header > .row-fluid {
  max-width: 1140px;
  margin: 0 auto;
  padding: 7px;
}

.mark-10-header .span4.logo-mark-10-sws {
  width: 360px;
}
.mark-10-header .span8.subheading-nav {
  /* position: absolute; */
  top: 20px;
}

.mark-10-search form#ProductDisplayForm button.btn.btn-default {
  border: 1px solid var(--brand-mark-10-main-blue);
  background-color: var(--brand-mark-10-main-blue);
  border-radius: 0;
  margin-top: 0px;
}
.mark-10-search form#ProductDisplayForm button.btn.btn-default i.icon-search,
.mark-10-mobile .mobile-search button .icon-search {
  margin-top: 1px !important;
  background-image: url(/img/glyphicons-halflings-white.png);
}
.mark-10-search form#ProductDisplayForm button.btn.btn-default:hover
/* ,
.mark-10-search form#ProductDisplayForm button.btn.btn-default:active  */ {
  background-color: var(--brand-mark-10-white);
  border: 1px solid var(--brand-mark-10-main-blue);
}
.mark-10-search
  form#ProductDisplayForm
  button.btn.btn-default:hover
  i.icon-search {
  margin-top: 1px !important;
  background-image: url(/images/pages/mark-10/glyphicons-halflings-blue.png);
}
.mark-10-search.input-append {
  margin-top: 12px;
  /* float: left; */
  margin-left: 0;
  width: 360px;
}
.mark-10-search input#ProductSearch.appendInputButton {
  border-right: none;
  border-radius: 0;
  position: revert;
}
.mark-10-search input.refine-search.appendInputButton {
  border: 1px solid var(--brand-mark-10-main-blue);
  border-radius: 0px;
  background: var(--brand-mark-10-white);
  transition: background linear 0.2s;
  outline: 0;
}
.mark-10-search input.refine-search.appendInputButton:focus,
.mark-10-search input.refine-search.appendInputButton:focus:invalid:focus {
  background: var(--brand-mark-10-white);
  color: var(--brand-mark-10-main-blue);
  box-shadow: inset 0 1px 2px 1px rgb(var(--brand-mark-10-main-blue), 20%),
    0 0 5px rgb(var(--brand-mark-10-focus-gray), 50%);
}

.mark-10-search
  input.refine-search.appendInputButton::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: var(--brand-mark-10-main-blue);
}
.mark-10-search input.refine-search.appendInputButton:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--brand-mark-10-main-blue);
}
.mark-10-search input.refine-search.appendInputButton::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--brand-mark-10-main-blue);
}
.mark-10-search input.refine-search.appendInputButton:-ms-input-placeholder {
  /* IE 10-11 */
  color: var(--brand-mark-10-main-blue);
}
.mark-10-search input.refine-search.appendInputButton::-ms-input-placeholder {
  /* MS Edge */
  color: var(--brand-mark-10-main-blue);
}
.mark-10-search input.refine-search.appendInputButton::placeholder {
  /* your styles */
  color: var(--brand-mark-10-main-blue);
}

.mark-10-shipping-message-sub {
  font-family: var(--body-mark-10-fonts);
  /* ** OPEN THIS FLOAT WITH PHASE 2 ** */
  /* float: right; */
  margin: 11px 5px 0px;
  color: var(--brand-mark-10-free-shipping-msg);
}

/* --- FRENCH --- */

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

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

.navbar .nav.navbar-mark-10-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-mark-10-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;
  /* REMOVE THIS LINE IN PHASE 2 */
  margin: auto 0px;
}
.navbar .nav.navbar-mark-10-subsite > li {
  -webkit-box-flex: 5 1 auto;
  -moz-box-flex: 5 1 auto;
  -webkit-flex: 5 1 auto;
  -ms-flex: 5 1 auto;
  flex: 5 1 auto;
  /* REMOVE THIS LINE IN PHASE 2 */
  margin: auto 10px;
}
/*.navbar .nav.navbar-mark-10-subsite > li > a {
	padding: 10px 8px;
	text-shadow: none;
	color: var(--brand-mark-10-main-dark-gray);
	font-size: 18px;
	line-height: 20px;
	font-weight: 800;
	text-align: center;
	display: block;
	background: var(--brand-mark-10-white);
	cursor: pointer;
	position: relative;
	overflow: hidden; 
  } */
.navbar .nav.navbar-mark-10-subsite > li:first-child i.icon-home {
  background-image: url(/images/pages/mark-10/mark-10-glyphicons-halflings-blue.png);
}

.mark-10-header .row-fluid .navbar.navbar-inner-mark-10-subsite {
  width: 758px;
}
.mark-10-header .row-fluid .navbar .nav-collapse.sws.collapse {
  float: right;
  /* ** REMOVE THIS LINE IN PHASE 2 ** */
  margin: 20px !important; 
}
.navbar-mark-10-subsite a.nav-home-icon > i {
  margin-top: 3px;
  display: inline-block;
  vertical-align: text-top;
}
.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  border: 0;
  white-space: nowrap;
}
.navbar.navbar-inner-mark-10-subsite .nav > li > a {
  text-shadow: none;
  color: var(--brand-mark-10-main-blue);
  font-weight: 700;
  display: block;
  font-size: 18px;
  background: var(--brand-mark-10-white);
  white-space: break-spaces;
  padding: 10px 10px 10px !important;
}
/* ** REMOVE THIS LINE IN PHASE 2 ** */
/* home button */
.navbar.navbar-inner-mark-10-subsite .nav > :first-child > a{
  padding: 10px 20px 10px !important;
}
/* ** REMOVE THIS LINE IN PHASE 2 ** */
/* last button */
.navbar.navbar-inner-mark-10-subsite .nav > :last-child{
  margin-right: -20px;
}
/* ** REMOVE THIS LINE IN PHASE 2 ** */
.mark-10-header .subheading-nav {
  margin-top: 0px;
}

/* --- FRENCH --- */
.navbar-inner-mark-10-subsite.navbar-inner-mark-10-subsite-french .dropdown-menu.mark-10-whole-cateogies-list-menu{
  width: 755px;
  left: -255px !important;
}
.navbar-inner-mark-10-subsite.navbar-inner-mark-10-subsite-french .dropdown-menu.mark-10-whole-cateogies-list-menu li a {
  padding: 10px 11px;
  contain: inline-size;
}

.navbar.navbar-inner-mark-10-subsite.navbar-inner-mark-10-subsite-french .nav > li > a {
  padding: 5px 26.7px 5px;
}
/* --- END FRENCH --- */
.dropdown-menu.mark-10-whole-cateogies-list-menu {
  width: 700px;
  left: -234px !important;
  /* width: 681px;
  left: -42px !important; */
  margin-top: 0px;
  border-radius: 0px;
}
.navbar .nav > li > .mark-10-whole-cateogies-list-menu.dropdown-menu:before {
  display: none;
}
.navbar .nav > li > .mark-10-whole-cateogies-list-menu.dropdown-menu:after {
  display: none;
}
.dropdown-menu.mark-10-whole-cateogies-list-menu li a {
  white-space: break-spaces;
  padding: 10px 11px;
  line-height: 20px;
  font-weight: 600;
  font-size: 16px;
}

.navbar-inner-mark-10-subsite.navbar-inner-mark-10-subsite-french .dropdown-menu.mark-10-whole-cateogies-list-menu {
  width: 755px;
  left: -252px !important;
}
.mark-10-whole-cateogies-list-menu ul {
  list-style: none;
  /* width: 50%; */
  /* float: left; */
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: repeat(4, 1fr);
  grid-auto-flow: column;
}
.navbar-inner-mark-10-subsite.navbar-inner-mark-10-subsite-french .mark-10-whole-cateogies-list-menu ul {
  list-style: none;
  /* width: 50%; */
  /* float: left; */
  margin-left: 0;
  margin-top: 5px;
  margin-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  box-sizing: border-box;
  display: grid;
  grid-template-rows: repeat(6, 1fr);
  grid-auto-flow: column;
}

.mark-10-whole-cateogies-list-menu ul li{
  border-bottom: 1px solid var(--brand-mark-10-li-hover-lightgray);
  margin: 0 7px;
}
.mark-10-whole-cateogies-list-menu ul:nth-child(2) {
  border-left: 1px solid #f1f1f2;
}
.mark-10-whole-cateogies-list-menu ul:last-child li {
  border-right: none;
  /* border-bottom: 1px solid var(--brand-mark-10-li-hover-lightgray); */
}
/* .mark-10-whole-cateogies-list-menu ul li:nth-last-child(-n+3) {
  border-right: none;
  border-bottom: none;
} */
.mark-10-whole-cateogies-list-menu ul li:nth-child(4n) {
  border-right: none;
  border-bottom: none;
}
.navbar-inner-mark-10-subsite.navbar-inner-mark-10-subsite-french .mark-10-whole-cateogies-list-menu ul li:nth-child(6n) {
  border-right: none;
  border-bottom: none;
}

/*  */
/*  */

.navbar-mark-10-subsite .dropdown-menu li.dropdown-header {
  border-top: 1px solid var(--brand-mark-10-main-blue);
  margin-top: 5px;
}
.navbar-mark-10-subsite .dropdown-menu li.dropdown-header > a,
.navbar-mark-10-subsite .dropdown-menu li.dropdown-header > a:hover {
  font-weight: 700 !important;
  color: #333;
  padding: 5px 10px;
  text-transform: uppercase;
  margin-top: 5px;
}
.navbar-mark-10-subsite .dropdown-menu li.dropdown-header:first-child,
.navbar-mark-10-subsite .dropdown-menu li.dropdown-header:first-child > a {
  border-top: none;
  margin-top: 0;
}

/* NAV HOVER COLOURS */
.navbar.navbar-inner-mark-10-subsite .nav > li > a:hover,
.navbar.navbar-inner-mark-10-subsite .nav > li > a:active,
.navbar.navbar-inner-mark-10-subsite .nav > li > a:focus,
.navbar .nav.navbar-mark-10-subsite li.dropdown.open > .dropdown-toggle,
.navbar .nav.navbar-mark-10-subsite li.dropdown.active > .dropdown-toggle,
.navbar .nav.navbar-mark-10-subsite li.dropdown.open.active > .dropdown-toggle {
  color: var(--brand-mark-10-main-blue);
  background-color: var(--brand-mark-10-white);
}

.hover-underline-animation {
  display: inline-block;
  position: relative;
  color: var(--brand-mark-10-main-blue);
}

.hover-underline-animation::before {
  display: block;
  content: ""; /* Add content after the element */
  position: absolute; /* Position absolute for pseudo-element */
  width: 100%;
  transform: scaleX(0);
  height: 4px; /* Height of the underline */
  bottom: 0;
  left: 0;
  background-color: var(
    --brand-mark-10-main-blue
  ); /* Background color of the underline */

  transition: transform 0.3s ease-out; /* Transition effect for the underline */
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}

.active,
.hover-underline-animation:hover::before {
  transform: scaleX(1); /* Scale the underline on hover */
  visibility: visible;
}
.active,
.hover-underline-animation {
  position: relative;
}
.active,
.hover-underline-animation::after {
  background-color: rgb(var(--brand-mark-10-main-blue), 20%);
  transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -ms-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
}
/*dropdown*/
.navbar-mark-10-subsite .dropdown-menu li > a:hover,
.navbar-mark-10-subsite .dropdown-menu li > a:focus,
.navbar-mark-10-subsite .dropdown-submenu:hover > a,
.navbar-mark-10-subsite .dropdown-submenu:focus > a,
.navbar-mark-10-subsite .dropdown-menu li > a:active,
.navbar-mark-10-subsite .dropdown-submenu:active > a {
  background-color: var(--brand-mark-10-main-blue) !important;
  text-decoration: none;
  color: var(--brand-mark-10-white) !important;
  background-image: none;
  font-weight: normal;
}

/* This is for the nav specifically since it has a lot of styles on its own */

/* --- FRENCH --- */

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

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


/* ********* HEROS ********* */

.mark-10-sws-store #myCarousel .hero-section {
  width: 100%;
  background-image: url(/images/pages/mark-10/mark-10-home-page-bkg.jpg);
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  box-shadow: rgb(33 35 38 / 30%) 0px 10px 10px -10px;
}
/* Set a fixed height for the carousel inner to prevent jumping */
.mark-10-sws-store #myCarousel .carousel-inner.hero-section,
.mark-10-sws-store #myCarousel .carousel-inner.hero-section-french{
  height: 385px; /* Adjust this value as needed */
}

.mark-10-sws-store #myCarousel .hero-content {
  max-width: 1170px;
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1.5fr;
    align-items: start;
    padding: 0px 20px;
    height: 100%;
    margin: 0 auto;
}
.mark-10-sws-store #myCarousel .text-content {
  color: white;
  padding: 20px 15px 20px 50px;
  /*background: rgba(0, 0, 0, 0.5); /* Optional for better readability */
}
.mark-10-sws-store #myCarousel .image-content {
  display: flex;
  justify-content: center;
}
.mark-10-sws-store #myCarousel .image-content img {
  max-width: 100%;
  height: auto;
}
.carousel-control-new {
  color: white;
  background-color: var(--brand-mark-10-main-blue);
  border: 1px solid var(--brand-mark-10-main-blue);
  border-radius: 50% !important; /* Rounded shape */
  width: 40px !important; /* Width of the circle */
  height: 40px !important; /* Height of the circle */
  line-height: 40px; /* Center the arrow vertically */
  text-align: center; /* Center the arrow horizontally */
  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 */
}
.carousel-control-new.left {
  left: 10px; /* Position the left arrow */
}
.carousel-control-new.right {
  right: 10px; /* Position the right arrow */
}
.carousel-top.mark-10-sws-store {
  margin-top: 0px;
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}

/* Other Carousel Styles */
.mark-10-sws-store #myCarousel h2 {
  font-size: 50px;
  margin-bottom: 15px;
  color: var(--brand-mark-10-main-dark-gray);
  line-height: 100%;
  letter-spacing: 0.5px;
  font-weight: 600;
  font-family: var(--body-mark-10-fonts);
}
.mark-10-sws-store #myCarousel h3 {
  color: var(--brand-mark-10-main-dark-gray);
  font-weight: 400;
  font-family: var(--body-mark-10-fonts);
}
.mark-10-sws-store #myCarousel p {
  font-size: 18px;
  margin-bottom: 15px;
  color: var(--brand-mark-10-main-dark-gray);
}
/*  ** FRENCH ** */
.mark-10-sws-store #myCarousel .hero-section-french p{
  white-space: collapse balance;
}
.mark-10-sws-store #myCarousel .carousel-btn {
  color: white;
  border: 1px solid var(--brand-mark-10-main-blue);
  background-color: var(--brand-mark-10-main-blue);
  border-radius: 0;
  margin-top: 0px;
  padding: 14px 40px 13px;
  display: inline-flex;
  font-family: var(--body-mark-10-fonts);
}
.mark-10-sws-store #myCarousel .carousel-btn:hover {
  color: var(--brand-mark-10-main-blue);
  background-color: white;
  border: 1px solid var(--brand-mark-10-main-blue);
  text-decoration: none;
}
.mark-10-sws-store {
  margin-top: 5px;
}
.carousel-top {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; 
}
a.carousel-control-new.ipad-view-setting.left.mhide {
  left: 10px;
}
a.carousel-control-new.right.mhide.ipad-view-setting {
  right: 10px;
}

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

/* ********* BUTTONS ********* */
.sws-mark-10-buttons {
  margin-bottom: 25px;
}
.sws-mark-10-buttons .mark-10-flex-container{
  display: flex;
  justify-content: start;
  width: 100%;
  flex-direction: column;
}
 .sws-mark-10-buttons .mark-10-grid-container {
  display: grid;
  background-color: var(--brand-mark-10-white);
  grid-template-columns: repeat(3, 1fr);
}
.sws-mark-10-buttons .mark-10-grid-item {
  /* style for the button inside */
  background-color: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--brand-mark-10-main-blue);
  padding: 0px;
  margin: 10px;
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  text-align: center;
}
.sws-mark-10-buttons .mark-10-grid-item:hover {
  box-shadow: 6px 6px 7px 0px rgba(73, 80, 87, 0.25);
  -webkit-box-shadow: 6px 6px 7px 0px rgba(73, 80, 87, 0.25);
  -moz-box-shadow: 6px 6px 7px 0px rgba(73, 80, 87, 0.25);
  border-bottom: none;
  box-sizing: border-box;
  overflow: hidden;
}
.sws-mark-10-buttons .mark-10-grid-item .application-bkg {
  background-color: var(--brand-mark-10-main-blue);
  padding: 1px 2px;
  text-align: center;
  margin-bottom: 0px;
  border-radius: 0px;
}
.sws-mark-10-buttons .mark-10-grid-item:hover .application-bkg {
  -webkit-box-shadow: inset 0px -6px 0px 0px var(--brand-mark-10-main-blue);
  box-shadow: inset 0px -6px 0px 0px var(--brand-mark-10-main-blue);
}
.sws-mark-10-buttons .mark-10-grid-item img {
  box-sizing: border-box;
  transition: 0.15s ease-in-out;
  margin: 0px 0px 5px;
  /* width: 50%; */
  max-height: 200px;
}
.sws-mark-10-buttons .mark-10-grid-item:hover > a img {
  transform: translate(0, 8px) scale(1.1);
  transition: 0.15s ease-in-out;
}
.sws-mark-10-buttons .mark-10-grid-item > a {
  overflow: hidden;
  display: block;
}
.sws-mark-10-buttons .mark-10-grid-item .application-bkg .series-title {
  color: var(--brand-mark-10-white);
  font-family: var(--body-mark-10-fonts);
  font-size: 18px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.sws-mark-10-buttons-fr .mark-10-grid-item .application-bkg .series-title {
  color: var(--brand-mark-10-white);
  font-family: var(--body-mark-10-fonts);
  font-size: 14px;
  line-height: 16px;
  font-weight: bold;
  text-transform: uppercase;
}
.sws-mark-10-buttons .mark-10-grid-item:hover > .application-bkg .series-title {
  font-size: 18.5px;
  transition: 0.15s ease-in-out;
}
.sws-mark-10-buttons-fr .mark-10-grid-item:hover > .application-bkg .series-title {
  font-size: 14.5px;
  transition: 0.15s ease-in-out;
}
.sws-mark-10-buttons .mark-10-grid-item .application-title{
  margin: 10px 0px 8px;
}

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

/* ********* END BUTTONS ********* */
/* ********* CMS PAGES ********* */

/* This is for anything that would apply to all/most CMS pages.
	Fonts, headers, p tag styles, special list markers, banner images, etc. */

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

/* ********* CATEGORY LANDING PAGES ********* */

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

/* ********* END CATEGORY LANDING PAGES ********* */
/* ********* About Page ********* */
.mark-10-about .about-mark-10-hero {
  background-image: url(/images/pages/mark-10/mark-10-about.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 355px;
  margin-bottom: 20px;
}
.mark-10-about .about-mark-10-hero .span5{
    margin-top: 266px;
    width: fit-content;
}
.mark-10-about .about-mark-10-hero h1 {
  text-align: left;
  color: white;
  padding: 14px 25px;
  font-size: 40px;
  line-height: 1.05em;
  background-color: var(--brand-mark-10-main-blue);
}
.mark-10-about .about-mark-10{
  padding: 0 10px 10px;
}
.mark-10-about .row-fluid :nth-child(3){
  padding: 0px;
}

.mark-10-about .about-mark-10 h2 {
  font-size: 32px;
  line-height: 1.2em;
  color: var(--brand-mark-10-main-blue);
}
.mark-10-about .row-fluid :nth-child(3) .gray-band{
  position: relative;
  background-color: var(--brand-mark-10-main-blue-saturation);
  padding: 10px 0px;
}
.mark-10-about .gray-band-intro .gray-band-intro-list{
  display: flex;
  justify-content: center;
}
.mark-10-about .gray-band-intro .gray-band-intro-list ul{
  list-style: none;
  margin: 0 20px;
  padding: 0;
  display: grid;
  display: -ms-inline-grid;
  grid-template-columns: repeat(2, 1fr);
}
.mark-10-about .gray-band-intro .gray-band-intro-list li:nth-child(odd){
  padding: 0 10px 10px 0;
}
.mark-10-about .gray-band-intro .gray-band-intro-list li:last-child{
  padding-left: 11px;
}


/* ********* END About Page ********* */
/* ********* Forum Page ********* */
.mark-10-expert-forum .customer-service-hero {
    background-image: url(/images/pages/mark-10/customer-service-Sean-hero.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 355px;
    margin-bottom: 20px;
}
.mark-10-expert-forum .customer-service-hero-gts {
  background-image: url(/images/pages/mark-10/customer-service-Sean-hero-gts.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 355px;
  margin-bottom: 20px;
}
.mark-10-expert-forum .customer-service-hero .span6{
	margin-top: 266px;
  width: fit-content;
  
}
.mark-10-expert-forum .customer-service-hero h1 {
	text-align: left;
  color: white;
  padding: 14px 25px;
  font-size: 40px;
  line-height: 1.05em;
  background-color: var(--brand-mark-10-main-blue);
}
.mark-10-expert-forum .customer-service-row h2 {
  font-size: 32px;
  line-height: 1.2em;
  color: var(--brand-mark-10-main-blue);
}

.mark-10-expert-forum .customer-service-row {
  padding: 0 10px 10px;
}
.mark-10-expert-forum .row-fluid.customer-service-row{
  padding: 0px;
}

.mark-10-expert-forum .customer-service-row .strong-list {
  font-weight: 600;
}
.mark-10-expert-forum .customer-service-row li .strong-list{
  color: var(--brand-mark-10-main-blue);
}

.mark-10-expert-forum .row-fluid.customer-service-row .gray-band{
  position: relative;
  background-color: var(--brand-mark-10-main-blue-saturation);
  padding: 10px 0px;
}
.mark-10-expert-forum .gray-band .gray-band-intro {
  margin: 0 10px;
}
.mark-10-expert-forum .gray-band .gray-band-intro h2 {
  margin-left: 10px;
  margin-right: 10px;
}

.mark-10-expert-forum .gray-band-intro .gray-band-intro-list{
  display: flex;
  justify-content: center;
  margin-bottom: 10px;
}
.mark-10-expert-forum .gray-band-intro .gray-band-intro-list ul{
  list-style: none;
  margin: 0 10px 10px 10px;
  padding: 0;
  display: grid;
  display: -ms-inline-grid;
  grid-template-columns: repeat(2, 1fr);
}
.mark-10-expert-forum .gray-band-intro .gray-band-intro-list li:nth-child(odd){
  padding: 0 20px 20px 0;
}
.mark-10-expert-forum .customer-service-row.last{
  padding-top: 20px;
}

/* --- FRENCH --- */
.mark-10-expert-forum .customer-service-hero-fr{
  background-image: url(/images/pages/mark-10/customer-service-Sean-hero-fr.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    position: relative;
    height: 355px;
    margin-bottom: 20px;
}
.mark-10-expert-forum .customer-service-hero-fr .span6 {
  margin-top: 266px;
  width: fit-content
}
.mark-10-expert-forum .customer-service-hero-fr h1 {
	text-align: left;
  color: white;
  padding: 14px 25px;
  font-size: 40px;
  line-height: 1.05em;
  background-color: var(--brand-mark-10-main-blue);
}
/* --- END FRENCH --- */
/* ********* END Forum Page ********* */

/* Add any other CMS Page sections you need */

/* ********* END CMS PAGES ********* */

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

  .mark-10-header {
    padding: 9px 0px 13px;
    border-bottom-width: 3px;
  }
  .mark-10-header > .row-fluid {
    max-width: 940px;
    margin: 0 auto;
    padding-top: 0px;
  }
  .mark-10-header .span4.logo-mark-10-sws {
    width: 290px;
    margin-top: 15px;
  }
  .mark-10-header .span8.subheading-nav {
    width: 630px;
  }

  .mark-10-search.input-append {
    width: 278px;
  }
  .mark-10-shipping-message-sub {
    margin-top: 20px;
  }

  /* ********* NAV ********* */
  .mark-10-header .row-fluid .navbar.navbar-inner-mark-10-subsite {
    width: 630px;
  }
  .navbar.navbar-inner-mark-10-subsite .nav > li > a {
    font-size: 16px;
  }

  /* .navbar .nav.navbar-mark-10-subsite {
	margin-right: 0;
	width: 95%;
}
.navbar .navbar-mark-10-subsite .dropdown-menu {
	width: 578px;
}	 */

.dropdown-menu.mark-10-whole-cateogies-list-menu {
    width: 550px;
    left: -128px !important;
}
  /* .navbar-inner-mark-10-subsite-french .dropdown-menu.mark-10-whole-cateogies-list-menu {
    width: 755px;
    left: -300px !important;
} */
.navbar-inner-mark-10-subsite.navbar-inner-mark-10-subsite-french .dropdown-menu.mark-10-whole-cateogies-list-menu {
  width: 755px;
  left: -300px !important;
}

  .mark-10-whole-cateogies-list-menu ul {
    box-sizing: border-box;
    display: grid;
    grid-template-rows: repeat(6, 1fr);
    grid-auto-flow: column;
  }
  .mark-10-whole-cateogies-list-menu ul li:nth-child(4n) {
    border-bottom: 1px solid var(--brand-mark-10-li-hover-lightgray);
  }

  .mark-10-whole-cateogies-list-menu ul li:nth-child(6n) {
    border-bottom: none;
  }
 
  /* ********* END HEADER ********* */

  /* ********* ADS ********* */
  /* ********* HERO ********* */
  .mark-10-sws-store #myCarousel .carousel-inner.hero-section {
    height: auto;
}
.mark-10-sws-store #myCarousel .text-content p {
  white-space: pre-line;
}
/* ********* FRENCH ********* */
.mark-10-sws-store #myCarousel .hero-section-french p {
  white-space: collapse balance;
}
.mark-10-sws-store #myCarousel .carousel-inner.hero-section-french {
  height: auto;
}

  /* ********* END ADS ********* */

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

  /* ********* CMS PAGE ********* */

  /* ********* CATEGORY LANDING PAGES ********* */
  /* ********* END CATEGORY LANDING PAGES ********* */

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


  /* ********* Forum Page ********* */
  .mark-10-expert-forum .customer-service-hero {
    background-position: center;
}
  .mark-10-expert-forum .customer-service-hero .span6 {
    margin-top: 254px;
    width: fit-content;
  }

/* --- FRENCH --- */
.mark-10-expert-forum .customer-service-hero-fr {
  background-position: center;
}
.mark-10-expert-forum .customer-service-hero-fr .span6 {
  margin-top: 254px;
  width: fit-content;
}
/* --- END FRENCH --- */
  /* ********* END Forum Page ********* */
  /* Add any other CMS Page sections you need */
  /* ********* END CMS PAGE ********* */
}

@media (max-width: 979px) {
  /* ********* HEADER ********* */
  .navbar-inner.mark-10-mobile {
    background: var(--brand-mark-10-main-white);
  }
  .mark-10-mobile .span4 {
    margin: 18px 10px 1px 0px;
    width: 42%;
    max-width: 316px;
  }
  .mark-10-mobile img.brand.mobile-logo {
    width: 100%;
    padding: 0px;
    margin-left: 0px;
  }
  .mark-10-mobile .span8 {
    width: auto;
    margin-bottom: 13px;
    float: none;
    overflow: hidden;
    margin-top: 3px;
  }
  /* ********* NAV ********* */
 .navbar.navbar-inner-mark-10-subsite .nav > li > a {
    font-size: 16px;
  } 

  .mark-10-mobile .navbar-search {
    position: relative;
    float: left;
    margin-top: 10px;
    margin-bottom: 0 !important;
    max-width: 100%;
    margin-left: 0px !important;
    padding-left: 0px !important;
    padding-top: 0px !important;
    border: 1px solid var(--brand-mark-10-main-blue);
    background-color: var(--brand-mark-10-main-blue);
  }
    .mark-10-mobile .input-append input {
      border-radius: 0px;
    }
    .mark-10-mobile .input-append .btn {
      margin-left: -1px;
      border: 0px;
      padding: 5px 8px;
      background-color: var(--brand-mark-10-main-blue);
    }
    input#ProductSearch {
      font-family: var(--body-mark-10-fonts);
    }
      /****** English ******/
    .mark-10-mobile #SWS-mobile-first-nav {
      width: 31.33%;
    }
    .mark-10-mobile #SWS-mobile-second-nav {
      width: 31.42%;
      border-left: 1px solid white;
      border-right: 1px solid white;
    }
    .mark-10-mobile #SWS-mobile-third-nav {
      width: 31.56%;
    }
    .mark-10-mobile #SWS-mobile-hamburger-nav {
      width: 5.2%;
      border-left: 1px solid var(--brand-mark-10-white);
    }
    /****** End English ******/

    /****** French ******/
    .mark-10-mobile-french #SWS-mobile-first-nav {
      width: 31.33%
    }
    .mark-10-mobile-french #SWS-mobile-second-nav {
      width: 31.42%;
      border-left: 1px solid white;
      border-right: 1px solid white;
    }
    .mark-10-mobile-french #SWS-mobile-third-nav {
      width: 31.56%;
    }
    .mark-10-mobile #SWS-mobile-hamburger-nav {
      width: 5.2%;
      border-left: 1px solid var(--brand-mark-10-white);
    }
    /****** End French ******/
    /* HUMBURGER */
    .mark-10-mobile .sws-mobile-header-nav .btn-navbar {
      background-color: var(--brand-mark-10-main-blue) !important;
      border-image: initial !important;
      outline: none !important;
      margin: 0px;
      padding: 5px 0px;
      width: 100%;
      float: none;
      box-sizing: border-box;
      border-radius: 0;
      border: none;
    }
    .navbar .mark-10-mobile .btn-navbar .icon-bar,
    .navbar .fmark-10-mobile .btn-navbar:hover .icon-bar {
      width: 100%;
      max-width: 20px;
      background-color: var(--brand-mark-10-white) !important;
      box-shadow: none;
      margin: 3px auto 3px;
    }
    /* END HAMBURGER */

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

  .mark-10-mobile .sws-mobile-header-nav .navbar-mark-10-subsite-mobile {
    background: transparent !important;
    width: 100%;
    top: 0px !important;
    left: 0px !important;
    border-radius: 0px;
    margin-bottom: 0px;
    margin-right: 0px;
  }

  .mark-10-mobile .sws-mobile-header-nav .nav > li > a{
  background: var(--brand-mark-10-main-blue);
  font-size: 14px;
  color: white !important;
  padding: 4px 4px;
  text-align: center;
  text-transform: uppercase;
  border: none;
  font-weight: 600;
  font-family: var(--body-mark-10-fonts);
  }
  .mark-10-mobile .sws-mobile-header-nav .nav > li > a:hover,
  .mark-10-mobile .sws-mobile-header-nav .nav > li > a:active{
  background: white;
  outline: 1px solid var(--brand-mark-10-main-blue);
  outline-offset: -1px;
  color: var(--brand-mark-10-main-blue) !important;
  }
  .mark-10-mobile-french .sws-mobile-header-nav .nav > li > a:hover,
  .mark-10-mobile-french .sws-mobile-header-nav .nav > li > a:active {
    background: white;
    outline: 1px solid var(--brand-mark-10-main-blue);
    outline-offset: -1px;
    color: var(--brand-mark-10-main-blue) !important;
}
  .mark-10-mobile .sws-mobile-header-nav .nav > li:nth-child(3):hover a{
  margin-right: -1px;
  }
  .mark-10-mobile .mark-10-mobile-sub-nav .nav .dropdown-sup a{
  border-radius: 0px;
  text-align: left;
  padding-left: 10px;
  }
  .mark-10-mobile .mark-10-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle {
  width: 93%;
  border-radius: 0px;
  text-align: left;
  padding-left: 10px;

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

  .mark-10-mobile .mark-10-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle:hover,
  .mark-10-mobile .mark-10-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle:active {
  width: 92.7%;
  color: var(--brand-mark-10-main-blue) !important;
  background-color: white !important;
  }
  .mark-10-mobile .mark-10-mobile-sub-nav .nav .dropdown.open>.dropdown-toggle{
    background-color: var(--brand-mark-10-main-blue) !important;
    color: white !important;
  }

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

  .navbar-mark-10-subsite-mobile .nav-collapse .open > .dropdown-menu li > a,
  .navbar-mark-10-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a,
  .mark-10-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a
  {
    font-size: 14px;
    line-height: 18px;
    background-color: transparent !important;
    padding: 5px 0px 5px 10px !important;
    color: var(--brand-mark-10-main-blue) !important;
    background-image: none !important;
    font-weight: 500 !important;
    margin-bottom: 2px;
    border: none;
    white-space: break-spaces;
    font-family: var(--body-mark-10-fonts);
  }
  .navbar-mark-10-subsite-mobile .nav-collapse .open > .dropdown-menu li > a:hover, 
  .navbar-mark-10-subsite-mobile .nav-collapse .open > .dropdown-menu li > strong > a:hover,
  .mark-10-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > a:hover,
  .mark-10-mobile-sub-nav .accordion-inner .accordion-inner-sub.dropdown-menu li > strong > a:hover{
    text-decoration: underline;
    text-decoration-color: currentColor;
    text-decoration-skip-ink: auto;
    text-decoration-thickness: 2px;
  }
  .mark-10-mobile .accordion-inner .accordion-inner-sub{
    /* display: grid;
    grid-template-columns: repeat(3, 1fr);
    margin-left: auto; */
    display: grid;
    grid-template-rows: repeat(4, 1fr);
    grid-auto-flow: column;
    margin: 0 auto;
  }

  .mark-10-mobile .accordion-inner .accordion-inner-sub li{
    list-style: none;
    }
  .mark-10-mobile .mark-10-mobile-sub-nav .dropdown-sup .dropdown-menu{
    margin-left: 0px;
  }
  .mark-10-mobile .mark-10-mobile-sub-nav .accordion-inner .mshow .nav{
    margin-bottom: 0px;
  }
  .mark-10-mobile .mark-10-mobile-sub-nav .nav {
    margin: 0;
    padding: 0;
  }
  .mark-10-mobile #mobile-sws-1.mark-10-mobile-sub-nav .nav {
    margin: 0;
    padding: 10px;
    width: 100%;
    float: left;
    box-sizing: border-box;
    background-color: white;
    border: 1px solid var(--brand-mark-10-main-blue);
    border-top: none;
  }
  .mark-10-mobile .sws-mobile-header-nav li.dropdown.dropdown-sup {
    border: none;
    clear: both;
    border-bottom: 1px solid white;
  }
  .mark-10-mobile .sws-mobile-header-nav li:last-child.dropdown.dropdown-sup {
    margin-bottom: 0;
    border-bottom: none;
  }
  .mark-10-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;
  }
  li#mobile-sws-1.nav-collapse.mark-10-mobile-sub-nav.collapse,
  li#mobile-sws-2.nav-collapse.mark-10-mobile-sub-nav.collapse,
  li#mobile-sws-3.nav-collapse.mark-10-mobile-sub-nav.collapse
  {
    width: 100% !important;
  }
  /* ********* END HEADER ********* */
 
  /* ********* ADS ********* */ 
  /* ********* HERO ********* */
  .span12.sws-carousel-drop-shadow{
    margin-top: -20px;
  }
  .row-fluid.mark-10-sws-store.carousel-top {
    margin-top: 0px;
  }
  .mark-10-sws-store #myCarousel .carousel.slide{
  margin: 0 auto;
  }
  .mark-10-sws-store #myCarousel .hero-content {
    grid-template-columns: 1fr;
    text-align: left;
    height: auto;
    width: 100%;
    max-width: 750px;
  }
  .mark-10-sws-store #myCarousel .image-content {
    order: -1; /* Place image on top */
    margin-bottom: 10px 10px 20px; /* Space between image and text content */
  }

  .mark-10-sws-store #myCarousel .text-content {
    padding: 10px 10px 20px 40px;
  }
  .mark-10-sws-store #myCarousel .image-content img {
    height: auto;
  }
  .mark-10-sws-store #myCarousel h2{
    font-size: 30px;
    margin-bottom: 5px;
  }
  .mark-10-sws-store #myCarousel h3{
    font-size: 25px;
  }
  .mark-10-sws-store #myCarousel p {
    font-size: 16px;
    margin-bottom: 15px;
  }
  .mark-10-sws-store #myCarousel .text-content p {
    white-space: normal;
  }

  /* ********* HERO FRENCH ********* */
  .mark-10-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 655px;
  }
  .mark-10-sws-store #myCarousel .hero-section-french .text-content {
    padding: 10px 40px 20px 40px;
  }
  .mark-10-sws-store #myCarousel .hero-section-french .text-content p {
    white-space: unset;
  }
  /* ********* END ADS ********* */

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

  /* ********* CMS PAGE ********* */

  /* ********* CATEGORY LANDING PAGES ********* */
  /* ********* END CATEGORY LANDING PAGES ********* */

  /* ********* About Page ********* */
    .mark-10-about .about-mark-10 h2 {
      font-size: 26px;
      line-height: 1.1em;
  }
  .mark-10-about .about-mark-10-hero h1,
  .mark-10-expert-forum .about-mark-10-hero-fr h1{
    font-size: 30px;
    line-height: 1.125em;
  }
  /* ********* END About Page ********* */


  /* ********* Forum Page ********* */
  .mark-10-expert-forum .customer-service-hero {
    background-position: center;
  }
  .mark-10-expert-forum .customer-service-hero h1,
  .mark-10-expert-forum .customer-service-hero-fr h1 {
    font-size: 30px;
    line-height: 1.125em;
  }
  .mark-10-expert-forum .customer-service-row h2 {
    font-size: 26px;
    line-height: 1.2em;
  }
/* ********* END Forum Page ********* */

}

@media (max-width: 767px) {
  /* ********* HEADER ********* */
  .navbar-inner.mark-10-mobile {
    margin-left: -20px;
    margin-right: -20px;
  }
  .navbar .mark-10-mobile .span4,
  .navbar .mark-10-mobile .span8 {
    margin-bottom: 0;
  }
  .mark-10-mobile .span4 {
    margin: 16px 10px 1px 0px;
    width: 51%;
  }
  .mark-10-mobile .span8 {
    margin-top: 0px;
  }
  
  /* ********* NAV ********* */
  .mark-10-mobile .row-fluid.sws-mobile-header-nav.accordion {
    float: left;
    margin-top: 0;
  }
  .mark-10-mobile .row-fluid.sws-mobile-header-nav.accordion {
    margin-top: 13px;
  }
  .mark-10-mobile #SWS-mobile-hamburger-nav {
    width: 5.1%;
  }
  .mark-10-mobile .accordion-inner .accordion-inner-sub {
  grid-template-rows: repeat(6, 1fr);
  grid-auto-flow: column;
  margin-left: 15px;
  }
  /* ********* NAV ********* */
  /* ********* END HEADER ********* */
  
  /* ********* HERO ********* */
  .mark-10-sws-store #myCarousel .hero-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    text-align: left;
  }
  .mark-10-sws-store #myCarousel .text-content {
    order: 2;
    padding: 10px;
  }
  .row-fluid .mark-10-sws-store .sws-carousel-drop-shadow img{
    -webkit-box-shadow: none;
    box-shadow: none;
  }
  .mark-10-sws-store #myCarousel .image-content {
    margin-bottom: 1px;
  }
  .mark-10-sws-store #myCarousel h2{
    font-size: 25px;
    margin-bottom: 5px;
    margin-top: 0px;
  }
  .mark-10-sws-store #myCarousel h3{
    font-size: 19px;
  }
  .mark-10-sws-store #myCarousel p {
    font-size: 14px;
    margin-bottom: 15px;
  }
  .mark-10-sws-store #myCarousel .carousel-btn {
    padding: 10px 20px;
  }
  /* ** FRENCH ** */
  .mark-10-sws-store #myCarousel .carousel-inner.hero-section-french .hero-content {
    height: 618px;
  }
  .mark-10-sws-store #myCarousel .carousel-inner.hero-section-french {
  height: auto;
  }
  .mark-10-sws-store #myCarousel .hero-section-french .item{
  height: 610px;
  }
  /* ********* END HERO ********* */

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

  .sws-mark-10-buttons .mark-10-grid-container {
    grid-template-columns: repeat(2, 1fr);
  }
  .sws-mark-10-buttons .mark-10-grid-item .application-bkg .series-title {
    font-size: 16px;
  }

  /* ********* END BUTTONS ********* */
  /* ********* CMS PAGE ********* */

  /* ********* CATEGORY LANDING PAGES ********* */
  /* ********* END CATEGORY LANDING PAGES ********* */

  /* ********* About Page ********* */
  .mark-10-about .about-mark-10-hero {
    background-position: center bottom;
  } 
  .mark-10-about .gray-band-intro .gray-band-intro-list {
    padding: 0 20px;
  }
  .mark-10-about .gray-band-intro .gray-band-intro-list ul {
    list-style: none;
    margin: 0px;
    grid-template-columns: repeat(1, 1fr);
  }
  .mark-10-about .gray-band-intro .gray-band-intro-list li:nth-child(odd){
    padding: 0px 0px;
  }
  .mark-10-about .gray-band-intro .gray-band-intro-list li:last-child {
    padding-left: 0px;
  }
  /* --- FRENCH --- */
  /* --- END FRENCH --- */
  /* ********* END About Page ********* */

  /* ********* Forum Page ********* */
  .mark-10-expert-forum .customer-service-hero {
    background-position: center;
  }
  .mark-10-expert-forum .gray-band .gray-band-intro {
    margin: 0 10px;
  }
  .mark-10-expert-forum .gray-band-intro .gray-band-intro-list {
    padding: 0 10px;
  }
  .mark-10-expert-forum .gray-band-intro .gray-band-intro-list ul {
    margin: 0px;
    grid-template-columns: repeat(1, 1fr);
  }
  .mark-10-expert-forum .gray-band-intro .gray-band-intro-list li:nth-child(odd) {
    padding: 0px;
  }
  /* --- FRENCH --- */
  /* --- END FRENCH --- */
  /* ********* END Forum Page ********* */

  /* Add any other CMS Page sections you need */

  /* ********* END CMS PAGE ********* */
}

@media (max-width: 600px) {
  .mark-10-mobile #SWS-mobile-second-nav {
    width: 25.42%;
  }
  .mark-10-mobile #SWS-mobile-third-nav {
    width: 36.2%;
  }
  .mark-10-mobile #SWS-mobile-hamburger-nav {
    width: 6.3%;
  }
  /* .mark-10-mobile .accordion-inner .accordion-inner-sub > :nth-child(even){
    margin-left: 10px;
  } */
  /* ********* HERO ********* */
  .mark-10-sws-store #myCarousel .hero-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    text-align: left;
    height: 440px;
    padding: 0px;
    margin: 0 auto;
  }
  .mark-10-sws-store #myCarousel .carousel-inner.hero-section {
    height: 460px;
  }
  /* .mark-10-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: auto;
  } */
  .mark-10-sws-store #myCarousel .image-content img {
    max-width: 80%;
    /* height: auto; */
    margin: 0 auto;
    display: flex;
    align-items: center;
  }
  .mark-10-sws-store #myCarousel .text-content {
    padding: 10px 30px;
  }
  .mark-10-sws-store #myCarousel p {
    white-space: pre-line;
  }
  /* ********* FRENCH ********* */
  .mark-10-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 470px;
  }
  .mark-10-sws-store #myCarousel .carousel-inner.hero-section-french .hero-content {
    height: auto;
  }
  /* ********* END HERO ********* */


  /* ********* CMS PAGE ********* */


/* ********* About Page ********* */
  .mark-10-about .about-mark-10-hero h1 {
    font-size: 28px;
    line-height: 1.125em;
  }
  .mark-10-about .about-mark-10 h2 {
      font-size: 25px;
      line-height: 1.1em;
  }
  /* --- FRENCH --- */
    
  .mark-10-about .about-mark-10-hero-fr h1 {
    font-size: 28px;
    padding: 10px;
  }
  .mark-10-about .about-mark-10-hero-fr .span5 {
    width: auto;
  }
  /* --- END FRENCH --- */

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


  /* ********* Forum Page ********* */
  /* --- FRENCH --- */
  .mark-10-expert-forum .customer-service-hero-fr h1 {
    font-size: 28px;
    line-height: 1.125em;
  }
  .mark-10-expert-forum .customer-service-row-fr h2 {
    font-size: 25px;
    line-height: 1.1em;
  }
  /* --- END FRENCH --- */
  /* ********* END Forum Page ********* */

  /* ********* END CMS PAGE ********* */
}

@media (max-width: 480px) {
  /* ** HERO ** */
  .mark-10-sws-store #myCarousel .carousel-inner.hero-section {
    height: 455px;
  }
  .mark-10-sws-store #myCarousel .image-content img {
    max-width: 100%;
    height: auto;
  }
  .mark-10-sws-store #myCarousel .text-content h3{
  line-height: 1.5em;
  }
  .mark-10-sws-store #myCarousel .text-content .text-nowrap{
    white-space: collapse balance;
  }
  .mark-10-sws-store #myCarousel .carousel-inner.hero-section-french {
  height: 470px;
  }
  .mark-10-sws-store #myCarousel .hero-section-french .hero-content {
    grid-template-columns: 1fr;
    grid-template-rows: auto auto;
    text-align: left;
    padding: 0px;
    margin: 0 auto;
  }
  /* ** END HERO ** */

  /* ** HEADER ** */
  .mark-10-mobile .input-append .btn {
    margin-left: 0px;
    padding: 2px 10px;
  }
  #input.appendedInputButton{
    height: 15px !important;
  }
  .mark-10-mobile .span4 {
    width: 60%;
  }
  /* ** END HEADER ** */
  .mark-10-mobile #SWS-mobile-first-nav {
    width: 30.33%;
  }
  .mark-10-mobile #SWS-mobile-second-nav {
    width: 17.44%;
  }
  .mark-10-mobile #SWS-mobile-third-nav {
    width: 42.2%;
  }
  .mark-10-mobile #SWS-mobile-hamburger-nav {
    width: 9.2%;
  }
  .mark-10-mobile .sws-mobile-header-nav .nav > li > a:hover, 
  .mark-10-mobile .sws-mobile-header-nav .nav > li > a:active,
  .mark-10-mobile-french .sws-mobile-header-nav .nav > li > a:hover, 
  .mark-10-mobile-french .sws-mobile-header-nav .nav > li > a:active {
    background-color: white !important;
    outline: 1px solid var(--brand-mark-10-main-blue);
    outline-offset: -1px;
    color: var(--brand-mark-10-main-blue) !important;
  }
  .mark-10-mobile .accordion-inner .accordion-inner-sub {
    grid-template-rows: repeat(12, 1fr);
    grid-auto-flow: column;
  }
  .mark-10-mobile .accordion-inner .accordion-inner-sub > :nth-child(even){
    margin-left: 0px;
  }

  .mark-10-mobile .mark-10-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle:hover,
  .mark-10-mobile .mark-10-mobile-sub-nav .nav .dropdown-sup .dropdown-toggle:active {
    width: 86.7%;
    color: white !important;
    background-color:var(--brand-mark-10-main-blue) !important;
  }

  .mark-10-mobile-french .sws-mobile-header-nav .nav > li > a{
    font-size: 13px;
  }
  /* ********* CMS Pages ********* */

  /* ********* About Page ********* */
  .mark-10-about .about-mark-10-hero h1 {
    font-size: 28px;
  }
  .mark-10-about .about-mark-10 h2 {
    font-size: 23px;
    /* line-height: 1.15em; */
  }
  .mark-10-about .about-mark-10-hero .span5 {
    margin-top: 266px;
    width: auto;
  }
  /* --- FRENCH --- */
  .mark-10-about .about-mark-10-hero-fr h1 {
  font-size: 28px;
  }
  /* --- END FRENCH --- */
  /* ********* END About Page ********* */

  /* ********* Forum Page ********* */
  .BRAND-expert-forum img.expertise-content {
    width: auto;
    margin: 0 auto 10px;
    display: block;
    float: none;
  }
  .mark-10-expert-forum .customer-service-hero .span6 {
    width: 100%;
  }
  .mark-10-expert-forum .customer-service-hero h1,
  .mark-10-expert-forum .customer-service-hero-fr h1 {
    font-size: 28px;
  }
  .mark-10-expert-forum .customer-service-row h2 {
    font-size: 23px;
  }
  /* ********* END Forum Page ********* */

  /* ********* END CMS Pages ********* */
}


@media (max-width: 399px) {
  .mark-10-mobile .span4 {
    width: 102%;
    max-width: none;
  }
  .mark-10-mobile .span8{
    width: 100%;
  }
  .mark-10-mobile input#ProductSearch {
    height: 20px;
    width: 100%;
    padding: 0 9px
  }
  .mark-10-mobile .span8 .input-append.mobile-search{
    margin-bottom: 0
  }
  .mark-10-mobile .span8 .input-append.mobile-search .navbar-search > div {
    margin-right: 51px;
  }
  .mark-10-mobile .input-append .btn {
    padding: 1px 9px;
  }
  .mark-10-mobile .navbar-search {
    margin-top: 5px;
  }
  .mark-10-mobile .row-fluid.sws-mobile-header-nav.accordion {
    margin-top: 11px;
  }

 .mark-10-mobile #SWS-mobile-second-nav {
    width: 16.9%;
  }
  .mark-10-mobile #SWS-mobile-hamburger-nav {
    width: 9.2%;
  }
  .mark-10-mobile-french .sws-mobile-header-nav .nav > li > a{
    font-size: 0.6rem;
  }
  /* ********* HERO ********* */
  /* Ensure a fixed height for the hero section to prevent jumping */
  .mark-10-sws-store #myCarousel .carousel-inner.hero-section {
    height: 420px;
  }
  .mark-10-sws-store #myCarousel .carousel-inner.hero-section {
    height: 450px;
  }
  .mark-10-sws-store #myCarousel .image-content img {
    max-width: 100%;
    height: auto;
  }
  .mark-10-sws-store #myCarousel .text-content h3{
    line-height: 1.3em;
  }
  .mark-10-sws-store #myCarousel .text-content p.text-nowrap{
    white-space: collapse balance;
  }
  .mark-10-sws-store #myCarousel .text-content h3.text-nowrap{
    white-space: normal;
  }
  .mark-10-sws-store #myCarousel h2 {
    margin-bottom: 2px;
  }
  .mark-10-sws-store #myCarousel h3 {
    margin: 5px 0px;
  }
  .mark-10-sws-store #myCarousel p {
    margin-bottom: 10px;
  }
  .mark-10-sws-store #myCarousel .carousel-btn {
    margin-bottom: 2px;
  }
  /* ********* END HERO ********* */


  /* ********* BUTTONS ********* */
  .sws-mark-10-buttons .mark-10-grid-container {
    grid-template-columns: repeat(1, 1fr);
  }
  /* ********* END BUTTONS ********* */

  /* ********* CMS PAGE ********* */

  /* ********* About Page ********* */
  /* --- FRENCH --- */
  .mark-10-about .about-mark-10-hero-fr h1 {
    font-size: 24px;
    line-height: 1.1em;
  }
  /* --- END FRENCH --- */
  /* ********* END About Page ********* */

  /* ********* Forum Page ********* */
  /* --- FRENCH --- */
  .mark-10-expert-forum .customer-service-hero-fr h1{
    font-size: 28px;
    line-height: 1.1em;
    padding: 10px 14px;
  }
  /* --- END FRENCH --- */
  /* ********* END Forum Page ********* */

  /* ********* END CMS PAGE ********* */
}


@media only screen and (max-width: 320px) {
  .mark-10-mobile .sws-mobile-header-nav .nav > li > a {
      font-size: 11px;
  }
  .navbar .mark-10-mobile .btn-navbar .icon-bar, .navbar .fmark-10-mobile .btn-navbar:hover .icon-bar {
    max-width: 16px;
  }
  .mark-10-mobile-french .sws-mobile-header-nav .nav > li > a{
    font-size: 0.6rem;
    padding: 4px 2px;
  }
  /* ********* HERO ********* */
  /* Ensure a fixed height for the hero section to prevent jumping */
  .mark-10-sws-store #myCarousel .carousel-inner.hero-section {
    height: 410px;
  }
  .mark-10-sws-store #myCarousel .hero-content {
    height: 400px;
  }
  .mark-10-sws-store #myCarousel .text-content h3.text-nowrap{
    white-space: collapse balance;
  }
  /* ********* END HERO ********* */

  /* ********* CMS PAGE ********* */

  /* ********* About Page ********* */
  .mark-10-about .about-mark-10-hero h1 {
    padding: 14px 10px;
  }
  .mark-10-about .about-mark-10-hero-fr{
    height: 348px;
  }
  .mark-10-about .about-mark-10-hero-fr h1 {
    padding: 10px 10px;
}
  /* --- END About Page --- */

  /* ********* Forum Page ********* */
  /* ********* END Forum Page ********* */

  /* ********* END CMS PAGE ********* */
}


