:root {
  --brand-madge-primary-color: #002B5C; /* primary blue color */
  --brand-madge-secondary-color: #EE3526; /* secondary dark blue color */
  --brand-madge-third-color: #12C3F4; /* accent color */
  --brand-madge-general-color: #000000;
  --brand-madge-dkgrey-color: #464646;
  --brand-madge-inputgrey-color: #D7D7D7;
  --brand-madge-text-inputgrey-color: #A7A8AA;
  --white-madge-color: #FFFFFF; /* white */ 
  --body-madge-font: "Source Sans Pro", Arial, "Roboto", sans-serif;
}
html {
  font-size: 16px; /* Base size */
}
html {
  -webkit-font-smoothing: antialiased; /* For WebKit-based browsers */
  -moz-osx-font-smoothing: grayscale; /* For Firefox on macOS */
}
/* @font-face {
  font-family: "Montserrat";
  src: url('fonts/Montserrat-Regular.woff2') format('woff2'),
       url('fonts/Montserrat-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: "Open Sans";
  src: url('fonts/OpenSans-Regular.woff2') format('woff2'),
       url('fonts/OpenSans-Regular.woff') format('woff');
  font-display: swap;
}

@font-face {
  font-family: "Roboto";
  src: url('fonts/Roboto-Regular.woff2') format('woff2'),
       url('fonts/Roboto-Regular.woff') format('woff');
  font-display: swap;
} */
/**************************************     HEADER     ************************************************/

.madge-header {
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  box-sizing: border-box;
  padding: .5em 0;
  border-bottom: 4px solid var(--brand-madge-primary-color);
}
.madge-header > .row-fluid {
  max-width: 1140px;
  margin: 0 auto;
  padding: 7px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}
.madge-header .span3.logo-madge-sws img.brandlogo{
  width: 100%;
  margin-left: 0px;
}
.madge-header .row-fluid .navbar.navbar-inner-madge-subsite {
  float: right;
}
.madge-header .span9.subheading-nav {
  float: right;
  margin-top: 9px;
}
.madge-header .row-fluid .navbar .nav-collapse.sws.collapse {
  margin-top: 0px !important;
  width: 53rem;
}

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

.navbar .nav.navbar-madge-subsite {
  margin-right: 0;
  width: 95%;
  font-family: var(--body-hero-title-madge-font);

  /* Vendor prefixes for older browsers */
  display: -webkit-box;      /* Safari 6-9 */
  display: -moz-box;         /* Firefox 19-28 */
  display: -ms-flexbox;      /* IE 10 */
  display: -webkit-flex;     /* Safari 9+ */
  display: flex;             /* Standard flex display */

  /* Vendor prefixes for flex-wrap */
  -webkit-box-flex-wrap: nowrap;   /* Safari 6-9 */
  -moz-box-flex-wrap: nowrap;      /* Firefox 19-28 */
  -webkit-flex-wrap: nowrap;       /* Safari 9+ */
  -ms-flex-wrap: nowrap;           /* IE 10 */
  flex-wrap: nowrap;               /* Standard flex-wrap */
  
  justify-content: space-between;  /* Distribute items */
  align-items: center;             /* Align vertically */
}

.navbar .nav.navbar-madge-subsite > li.home-btn {
  /* Vendor prefixes for flex-grow, flex-shrink, and flex-basis */
  -webkit-box-flex: 1;     /* Safari 6-9 */
  -moz-box-flex: 1;        /* Firefox 19-28 */
  -webkit-flex: 1;         /* Safari 9+ */
  -ms-flex: 1;            /* IE 10 */
  flex: 0;              /* Takes up less space compared to other items */
  margin: 0 0.5em;        /* Adjust spacing */
}

.navbar .nav.navbar-madge-subsite > li {
  /* Vendor prefixes for flex-grow, flex-shrink, and flex-basis */
  -webkit-box-flex: 4;     /* Safari 6-9 */
  -moz-box-flex: 4;        /* Firefox 19-28 */
  -webkit-flex: 4;         /* Safari 9+ */
  -ms-flex: 4;            /* IE 10 */
  flex: 0;                /* Adjust for proportional growth */
  margin: 0 1em;          /* Consistent spacing */
  text-align: center;
}

.navbar.navbar-inner-madge-subsite-french .nav.navbar-madge-subsite > li {
  /* Vendor prefixes for flex-grow, flex-shrink, and flex-basis */
  -webkit-box-flex: 0;     /* Safari 6-9 */
  -moz-box-flex: 0;        /* Firefox 19-28 */
  -webkit-flex: 0;         /* Safari 9+ */
  -ms-flex: 0;            /* IE 10 */
  flex: 0;                /* Same as above, use consistent flex values */
  margin: 0 0.6em;        /* Adjust spacing for the French navbar */
  text-align: center;
}

.navbar.navbar-inner-madge-subsite .nav > li > a {
  text-shadow: none;
  color: var(--brand-madge-dkgrey-color);
  font-weight: 500;
  display: block;
  font-size: 18px;
  white-space: nowrap;
  font-family: var(--body-madge-font);
}
.navbar.navbar-inner-madge-subsite .nav > li > a:hover {
  color: var(--brand-madge-secondary-color);
}
/* home button */
.nav-home-icon-svg {
  color: #464646;
  width: 16px; /* or whatever size you want */
  height: 16px;
  transition: color 0.2s ease;
}
.nav-home-icon:hover .nav-home-icon-svg {
  color: #EE3526; /* orange on hover */
}

.navbar.navbar-inner-madge-subsite .nav>li>a {
  padding: 10px;
}
.navbar .nav.navbar-madge-subsite > li:last-child {
  flex-grow: 2; /* Allow more space for the search bar */
  max-width: 270px; /* Constrain the search bar width */
}
.navbar.navbar-inner-madge-subsite-french .nav.navbar-madge-subsite > li:last-child {
  flex-grow: 1;
  max-width: 270px;
}
.dropdown-menu.madge-whole-cateogies-list-menu{
  width: 500px;
  left: 10px !important;
  border-radius: 0px;
  background-color: var(--white-madge-color);
  font-family: var(--body-madge-font);
  opacity: 1;
  border: 1px solid var(--brand-madge-inputgrey-color);
  top: 34px;
  border-top: 4px solid var(--brand-madge-inputgrey-color);
  box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  padding: 0;
  margin: 0;
}
.navbar.navbar-inner-madge-subsite.navbar-inner-madge-subsite-french.mhide .dropdown-menu.madge-whole-cateogies-list-menu{
  width:500px;
}
.navbar .nav>li>.madge-whole-cateogies-list-menu.dropdown-menu:before, 
.navbar .nav>li>.madge-whole-cateogies-list-menu.dropdown-menu:after {
  display: none;
}
.dropdown-menu.madge-whole-cateogies-list-menu ul {
  text-decoration: none;
  list-style: none;
  padding-left: 0;
}
.dropdown-menu.madge-whole-cateogies-list-menu .madge-flex-dropdown{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-evenly;
  margin: 0 auto;
  width: fit-content;
}
.dropdown-menu.madge-whole-cateogies-list-menu .first-col, 
.dropdown-menu.madge-whole-cateogies-list-menu .second-col{
  margin: 10px;
}
/* Shared dropdown styles for all items */
.dropdown-menu.madge-whole-cateogies-list-menu li a,
.dropdown-menu.madge-whole-cateogies-list-menu li.dropdown-header-title,
.dropdown-menu.madge-whole-cateogies-list-menu li.dropdown-header a {
  white-space: break-spaces;
  padding: 5px 2px !important;
  line-height: 24px;
  font-family: var(--body-madge-font);
  font-size: 16px;
  text-align: left;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
/* Regular links */
.dropdown-menu.madge-whole-cateogies-list-menu li a:not(.dropdown-header) {
  font-weight: 500;
  margin-left: 10px; /* Slight indent */
}
.dropdown-menu.madge-whole-cateogies-list-menu li a:not(.dropdown-header):hover {
  margin-left: 14px;
  background: transparent !important;
  color: var(--brand-madge-secondary-color) !important;
}
/* Titles (text-only and link-headers) */
.dropdown-menu.madge-whole-cateogies-list-menu li.dropdown-header-title,
.dropdown-menu.madge-whole-cateogies-list-menu li.dropdown-header a {
  font-weight: 700;
  color: var(--brand-madge-primary-color);
  margin-left: 0; /* alignment with no indent */
}
.dropdown-menu.madge-whole-cateogies-list-menu li.dropdown-header a:hover {
  margin-left: 4px; /* alignment with no indent */
}
.dropdown-menu .madge-flex-dropdown .divider {
  height: 1px;
  margin: 2px 1px;
  overflow: hidden;
  background-color: var(--brand-madge-inputgrey-color);
}
ul.dropdown-menu.madge-whole-cateogies-list-menu:hover{
  background-color: var(--white-madge-color);
}

/* NAV HOVER COLOURS */
.navbar.navbar-inner-madge-subsite .nav > li > a:active,
.navbar .nav.navbar-madge-subsite li.dropdown.open > .dropdown-toggle,
.navbar .nav.navbar-madge-subsite li.dropdown.active > .dropdown-toggle,
.navbar .nav.navbar-madge-subsite li.dropdown.open.active > .dropdown-toggle {
  color: var(--brand-madge-secondary-color);
  background-color: transparent;
}
.navbar.navbar-inner-madge-subsite.navbar-inner-madge-subsite-french.mhide ul.dropdown-menu.madge-whole-cateogies-list-menu.solutions-by-industry,
ul.dropdown-menu.madge-whole-cateogies-list-menu.solutions-by-industry {
  width: fit-content;
  padding: 10px;
}
ul.dropdown-menu.madge-whole-cateogies-list-menu.solutions-by-industry li{
  margin-left: 10px 10px 5px;
}
ul.dropdown-menu.madge-whole-cateogies-list-menu.solutions-by-industry li>a{
  margin-left: 10px 0;
}
/**************************************     SEARCH BAR     ************************************************/
.madge-search form#ProductDisplayForm button.btn.btn-default i.icon-search,
.madge-mobile .mobile-search button .icon-search {
  margin-top: 1px !important;
  background-image: url(/images/pages/madge/madge-search-btn.svg);
}
.madge-search form#ProductDisplayForm button.btn.btn-default::before{
  float: left;
  position: relative;
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: -10px;
  border-top: 10px solid transparent;
  border-right: 10px solid #EE3526;
  border-bottom: 10px solid transparent;
  content: '';
}
.madge-search .btn{
  padding: 0px;
}
/* Style for the button */
.madge-search form#ProductDisplayForm button.btn.btn-default {
  background-color: var(--brand-madge-secondary-color);
  border-radius: 0%;
  border: none;
  width: 35px;
  height: 35px !important;
  position: absolute; /* Anchor the button */
  right: -1px; /* Keep it fixed */
  top: 50%; /* Center vertically */
  transform: translateY(-50%); /* Vertical alignment */
  transition: background-color 0.4s ease; /* Remove right transition */
  z-index: 2; /* Ensure it appears above expanding input */
}
/* Search bar container */
.madge-search.input-append {
  margin-left: auto;
  margin-right: 0;
  position: absolute;
  right: 0;
  transform: translate(0, -50%);
  background: var(--brand-madge-inputgrey-color);
  height: 34px;
  border-radius: 0px;
  padding: 0;
  width: 35%; /* Default width */
  transform-origin: right;
  transition: width 0.4s ease, background-color 0.4s ease, right 0.4s ease;
  border: 1px solid var(--brand-madge-inputgrey-color);
}
/* Search Bar - Expand on Hover/Focus */
.madge-search.input-append:hover,
.madge-search.input-append:focus-within {
  width: 38%; /* Expanded width */
  background-color: var(--brand-madge-inputgrey-color);
  border: 1px solid var(--brand-madge-secondary-color);
}
/* Input field styling */
.madge-search input#ProductSearch.appendInputButton {
  font-family: "Source Sans Pro", Arial, "Roboto", sans-serif;
  border-radius: 0px;
  color: var(--brand-madge-secondary-color);
  border: none;
  background-color: var(--brand-madge-inputgrey-color);
  padding: 7px 0px 6px 6px;
  width: 100% !important;
  margin-right: 0px; /* Leave space for the button */
  margin-left: 0px;
  font-weight: 400;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
/* Change Button Color & Move Left when Hovering */
.madge-search.input-append:hover form#ProductDisplayForm button.btn.btn-default,
.madge-search.input-append:focus-within form#ProductDisplayForm button.btn.btn-default {
  background-color: var(--brand-madge-secondary-color)
}
/* Input focus styling */
.madge-search input.refine-search.appendInputButton:focus {
  color: var(--brand-madge-primary-color);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: var(--brand-madge-primary-color);
}
.madge-search input.refine-search.appendInputButton::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: var(--brand-madge-dkgrey-color);
}
.madge-search input.refine-search.appendInputButton:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--brand-madge-dkgrey-color);
}
.madge-search input.refine-search.appendInputButton::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--brand-madge-dkgrey-color);
}
.madge-search input.refine-search.appendInputButton:-ms-input-placeholder {
  /* IE 10-11 */
  color: var(--brand-madge-dkgrey-color);
}
.madge-search input.refine-search.appendInputButton::-ms-input-placeholder {
  /* MS Edge */
  color: var(--brand-madge-dkgrey-color);
}
.madge-search input.refine-search.appendInputButton::placeholder {
  /* your styles */
  color: var(--brand-madge-dkgrey-color);
}

/******  END SEARCH BAR ***** */
/* ********* END HEADER ********* */


/**************************************     HEROS     ************************************************/
.carousel-top.madge-sws-store {
  margin-top: 0px;
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding-bottom: 0em;
}
/* Set a fixed height for the carousel inner to prevent jumping */
.madge-sws-store #myCarousel .carousel-inner.hero-section,
.madge-sws-store #myCarousel .carousel-inner.hero-section-french{
  height: 400px;
}
.madge-sws-store #myCarousel .hero-section {
  width: 100%;
  background-image: url(/images/pages/madgetech/madge-background-opt.webp);
  background-size: cover;
  background-position: center;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -15px;
}
.madge-sws-store #myCarousel .hero-content {
  max-width: 1100px;
  width: 100%;
  display: grid;
  grid-template-columns: 2fr 1fr;
  align-items: stretch;
  padding: 15px 20px;
  height: fit-content;
  margin: 0 auto;
}
.madge-sws-store #myCarousel .text-content {
  padding: 0px 30px;
  width: 100%;
  max-width: 500px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: baseline;
  
}
.madge-sws-store #myCarousel .image-content{
  width: 100%;
  text-align: center;
}
.madge-sws-store #myCarousel .image-content img {
  object-fit: contain;
  height: auto;
  max-width: 100%;
  max-height: 400px;
}
.carousel-control-new {
  color: var(--brand-madge-text-inputgrey-color) !important;
  background-color: var(--white-madge-color);
  border: 2px solid var(--brand-madge-text-inputgrey-color);
  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 */
  font-weight: lighter;
  text-shadow: none;
  position: absolute; /* Position the arrows */
  top: 50%; /* Position vertically in the middle */
  transform: translateY(-50%); /* Adjust vertical position */
  transition: 0.3s ease-in-out;
}
.carousel-control-new.left {
  left: 2rem; /* Position the left arrow */
}
.carousel-control-new.right {
  right: 2rem; /* Position the right arrow */
}
.carousel-control-new:hover{
  background-color: var(--white-madge-color);
  border: 2px solid var(--brand-madge-secondary-color);
  color: var(--brand-madge-secondary-color) !important;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
}

/* Other Carousel Styles */
.madge-sws-store #myCarousel h1 {
  font-size: 1.5rem;
  margin-bottom: 0px;
  color: var(--brand-madge-general-color);
  line-height: 1.2;
  letter-spacing: 0.5px;
  font-weight: 700;
  font-family: var(--body-madge-font);
  white-space: normal;
}
.madge-sws-store #myCarousel .carousel-inner.hero-section-french h1{
  font-size: 30px;
}
.madge-sws-store #myCarousel h2 {
  color: var(--brand-madge-general-color);
  font-weight: 800;
  font-size: 2rem;
  font-family: var(--body-madge-font);
  line-height: 1.2;
  margin-top: 5px;
  white-space: normal;
}
.madge-sws-store #myCarousel p{
  color: var(--brand-madge-general-color);
  font-weight: 500;
  font-size: 20px;
  font-family: var(--body-madge-font);
  line-height: 1.2;
  margin-bottom: 1em;
  white-space: normal;
}
.madge-sws-store #myCarousel .carousel-btn {
  color: var(--brand-madge-secondary-color);
  background-color: var(--white-madge-color);
  border-radius: 2px;
  margin-top: 0px;
  font-size: 18px;
  padding: 6px 24px;
  display: inline-flex;
  font-family: var(--body-madge-font);
  font-weight: 600;
  border: 2px solid #ee3526;
  text-decoration: none;
  transition: 0.3s ease-out;
  box-shadow: none;
}

.madge-sws-store #myCarousel .carousel-btn:hover {
  color: var(--white-madge-color);
  background-color: var(--brand-madge-secondary-color);
}


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

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

.sws-madge-buttons .madge-grid-container {
  display: grid;
  display: -ms-grid; /* For IE10+ */
  grid-template-columns: repeat(3, 1fr);
  gap: 1.5em 1em;
  margin-bottom: 2%;
  margin-top: 0em;
}
.sws-madge-buttons .madge-item {
position: relative;
display: grid;
display: -ms-grid; /* IE10+ Fallback */
grid-template-columns: repeat(1, 1fr);
overflow: hidden;
gap: 0px;
-ms-grid-columns: 1fr 1fr; /* Explicit columns for IE */
background-color: var(--white-madge-color);
padding: 0px;
align-content: center;
border: 1px solid var(--brand-madge-text-inputgrey-color);
border-radius: 2px;
justify-items: center;
}
.sws-madge-buttons .madge-item .madge-application-line{
  height: 1px;
  width: 40%;
  background-color: var(--brand-madge-text-inputgrey-color, #A7A8AA);
  display: block;
}
.sws-madge-buttons .madge-application-title{
    padding: 0px;
}
.sws-madge-buttons .madge-application-title .application-title{
  font-family: var(--body-madge-font);
  font-size: 16px;
  font-weight: 700;
  color: var(--brand-madge-general-color);
  text-align: center;
  line-height: 1.2;
  padding-left: 0px;
  padding-right: 0px;
}
.sws-madge-buttons .madge-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.madge-item:not(.side-ad){
    height: 11em;
}

.madge-item img {
  max-width: 80%;
  padding-left: 0;
  padding-bottom: 0px;
  margin: 0 auto;
  text-align: center;
  overflow: hidden;
  width: 100%;
  height: auto;
  display: block;
}
@supports (gap: 1em) {
  .sws-madge-buttons .madge-grid-container > * {
    margin: 0; /* Reset when gap is supported */
  }
}

/**************************************     SIDE AD     ************************************************/
.madge-item.side-ad {
  grid-column-start: 3;
  grid-column-end: 3;
  grid-row-start: 1;
  grid-row-end: 3;
  padding: 10px 0px;
  place-items: center;
  text-align: center;
  max-height: 311px;
  height: 100%;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  position: relative;
  overflow: hidden;
  padding: 10px 0px;
  text-align: center;
  max-height: 311px;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  flex-direction: column;
  flex-wrap: nowrap;
  transition: box-shadow 0.3s ease;
  background-color: white;
  z-index: 1; /* Content stays on top */
}

.madge-item.side-ad::before {
  content: "";
  position: absolute;
  top: 0; left: 0;
  width: 100%;
  height: 100%;
  background-image: url(/images/pages/madgetech/madge-background-side-ad.webp);
  background-size: cover;
  background-position: bottom left;
  background-repeat: no-repeat;
  opacity: 0.3;
  z-index: -1; /* Background stays below content */
}
.madge-item:hover:not(.side-ad){
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
}
.sws-madge-buttons .madge-item a {
  display: flex;
  align-items: center;
  justify-content: center;
}
.madge-item.side-ad .madge-side-ad-title p.application-title{
  line-height: 1.2;
  color: var(--brand-madge-general-color);
  font-size: 20px;
  font-weight: 700;
  margin-top: 0px;
  font-family: var(--body-madge-font);
  margin-bottom: 0;
  padding: 0 22px;
}
.madge-item.side-ad .madge-side-ad-subtitle p.application-subtitle {
  font-size: 20px;
  font-weight: 600;
  color: var(--brand-madge-general-color);
  line-height: 1.2;
  font-family: var(--body-madge-font);
  padding: 0 16px;
  margin-bottom: 0;
}
.sws-madge-buttons-fr .madge-item.side-ad .madge-side-ad-title p.application-title{
  line-height: 1.2;
  color: var(--brand-madge-general-color);
  font-size: 20px;
  font-weight: 700;
  margin-top: 0px;
  font-family: var(--body-madge-font);
  margin-bottom: 0;
  padding: 0 22px;
}
.sws-madge-buttons-fr .madge-item.side-ad .madge-side-ad-subtitle p.application-subtitle {
  font-size: 18px;
  font-weight: 600;
  color: var(--brand-madge-general-color);
  line-height: 1.2;
  font-family: var(--body-madge-font);
  padding: 0 22px;
}
.madge-item.side-ad .madge-side-ad-img a{
  overflow: hidden; /* Prevents overflow */
  display: inline-block;
}
.madge-item.side-ad .madge-side-ad-img a img{
  height: auto;
  display: block;
  width: 100%;
  max-width: 100%;
}
.sws-madge-buttons .side-ad-btn {
  color: var(--brand-madge-secondary-color);
  background-color: var(--white-madge-color);
  border-radius: 2px;
  margin-top: 0px;
  font-size: 18px;
  padding: 6px 24px;
  display: inline-flex;
  font-family: var(--body-madge-font);
  font-weight: 600;
  border: 2px solid #ee3526;
  text-decoration: none;
  transition: 0.3s ease-out;
  box-shadow: none;
}
.sws-madge-buttons .side-ad-btn:hover {
  color: var(--white-madge-color);
  background-color: var(--brand-madge-secondary-color);
}
.row-fluid .sws-madge-buttons.sws-madge-buttons-fr .madge-item.side-ad .madge-side-ad-subtitle p.application-sub-subtitle{
  padding: 0px 60px 0px 0px;
  line-height: normal;
}
/**************************************     ABOUT US     ************************************************/

.madge-about .about-madge-hero {
  background-image: url(/images/pages/madgetech/madge-background-about-opt.webp);
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
  height: 350px;
  margin-bottom: 20px;
  display: flex;
  align-items: flex-end;
  margin-top: 10px;
  justify-content: flex-end
}
.madge-about .about-madge-hero .span5{
  width: fit-content;
}
.madge-about .about-madge-hero h1 {
  text-align: left;
  color: var(--white-madge-color);
  padding: 0.5em;
  font-size: 3rem;
  line-height: 1.2;
  background-color: var(--brand-madge-primary-color);
  font-family: var(--body-madge-font);
  font-weight: 700;
}
.madge-about .about-madge{
  padding: 0 20px;
}
.madge-about .about-madge.last-section{
  margin: 20px 0;
  padding: 0px;
}
.madge-about .about-madge p{
  margin-bottom: 0;
  font-family: var(--body-madge-font);
  font-size: 16px;
  font-weight: 400;
}
.madge-about .about-madge .gray-band-intro{
  background-color: #f0f6ff;
  padding: 20px;
}
.madge-about .about-madge .gray-band-intro .gray-band-intro-list {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 3em;
}
.madge-about .about-madge .gray-band-intro h2{
  color: var(--brand-madge-general-color);
  font-weight: 800;
  font-size: 2rem;
  font-family: var(--body-madge-font);
  line-height: 1.2;
  margin-top: 5px;
  white-space: normal;
}


@media (max-width: 1199px) {
/**************************************     HEADER     ************************************************/
.madge-header > .row-fluid {
  max-width: 914px;
  margin: 0 auto;
  padding: 0px;
  display: flex;
  align-items: center;
  flex-wrap: nowrap;
  justify-content: space-around;
}
.madge-header .span9.subheading-nav {
  width: 43rem !important;
  float: right;
  margin-top: 0px;
}
/**************************************     NAV     ************************************************/
.madge-header .row-fluid .navbar .nav-collapse.sws.collapse {
  margin-top: 10px !important;
  width: 43rem;
}
.navbar .nav.navbar-madge-subsite {
  width: 100%;
  display: -moz-box;
  display: -ms-flexbox;
}

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

.navbar.navbar-inner-madge-subsite-french .nav.navbar-madge-subsite > li:last-child {
  flex-grow: 1;
  max-width: 215px;
}
/* ********* END NAV ********* */
    
/**************************************     HEROS     ************************************************/
.madge-sws-store #myCarousel .hero-content {
  grid-template-columns: 1fr 1fr;
}
.madge-sws-store #myCarousel .text-content {
  padding: 0em 0em 0em 9em;
} 
.madge-sws-store #myCarousel .text-content.text-content-french{
  max-width: 400px;
  padding: 0em 2em 0em 9em;
}
.carousel-control-new.left {
  left: 0.75rem; /* Position the left arrow */
}
.carousel-control-new.right {
  right: 0.75rem; /* Position the right arrow */
}
/**************************************     BUTTONS     ************************************************/

/**************************************     SIDE AD     ************************************************/
.madge-item.side-ad .madge-side-ad-title p.application-title {
  font-size: 20px;
}
.madge-item.side-ad .madge-side-ad-subtitle p.application-subtitle {
  font-size: 18px;
}
.sws-madge-buttons-fr .madge-item.side-ad .madge-side-ad-title p.application-title{
    font-size: 18px;
}
.sws-madge-buttons-fr .madge-item.side-ad .madge-side-ad-subtitle p.application-subtitle {
  font-size: 16px;
}
/**************************************     ABOUT PAGE     ************************************************/
/* .row-fluid.about-madge-container {
    width: 82vw;
}
.row-fluid.about-madge-container {
  padding: 40px 10px;
}
p.about-us-application-title-p {
    line-height: 26px;
    padding: 5px 28px 12px;
}
.about-third-col p.about-us-application-title-p{
    padding: 5px 34px 12px;
}    */
/* ********* END About Page ********* */
  
}

@media (max-width: 979px) {
  .row-fluid.madge-sws-store{
    padding-top: 9px;
  }
/**************************************     HEADER     ************************************************/
.navbar-inner.madge-mobile {
  font-family: var(--body-madge-font);
  background-color: var(--white-madge-color);
  background: #ffffff;
  padding-top: 7px;
  padding-bottom: 7px;
}
.madge-mobile .logo-wrapper{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  gap: 10px;
}
 .madge-mobile .span3 {
  width: 35%;
  float: left;
  margin: 0px;
}
.madge-mobile img.brand.mobile-logo {
  width: 100%;
  padding: 0px 0px 0px 0px;
}
.madge-mobile .span9 {
  margin-left: 0;
  margin-top: 0;
  width: 100%;
}
/**************************************     SEARCH BAR     ************************************************/
.madge-mobile .mobile-search {
  width: 100%;
  margin-top: 0;
  padding: 0;
}
.madge-mobile .mobile-search .input-append {
  padding: 0px !important;
  background-color: var(--brand-madge-inputgrey-color);
  height: 35px;
  border-radius: 0px;
  border: 1px solid var(--brand-madge-secondary-color);
  position: relative;
}
.madge-mobile .input-append input {
  background: transparent;
  padding: 7px 5px 7px;
  border-radius: 0px;
  border: none;
  font-size: 14px !important;
  width: 90%;
  box-shadow: none;
  font-family: "Source Sans Pro", Arial, "Roboto", sans-serif !important;
}
.madge-mobile .input-append .btn::before{
  float: left;
  position: relative;
  margin-top: 1px;
  margin-bottom: 0px;
  margin-left: -17px;
  border-top: 10px solid transparent;
  border-right: 10px solid #EE3526;
  border-bottom: 10px solid transparent;
  content: '';
}
.madge-mobile .input-append .btn {
  padding: 6px;
  background-color: var(--brand-madge-secondary-color);
  height: 35px;
  border-radius: 0px;
  width: 35px;
  transform: translateY(0%);
  margin-left: 0px;
  margin-top: 0px;
  float: right;
  border: 1px solid var(--brand-madge-secondary-color);
}
 .madge-mobile .input-append input.refine-search:focus:invalid:focus {
  color: var(--brand-madge-secondary-color);
  outline: 0;
  outline: thin dotted \9;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
.madge-mobile .input-append input[type="text"]:focus{
  box-shadow: none !important;
  color: var(--brand-madge-secondary-color);
}

/**************************************     NAV     ************************************************/
.madge-mobile .sws-mobile-header-nav .navbar-madge-subsite-mobile {
  width: 100%;
  margin-top: 0px !important;
  left: 0px !important;
  border-radius: 0px;
  margin-bottom: 0px;
  margin-right: 0px;
  /* background: var(--brand-madge-primary-color); */
}
  .madge-mobile #SWS-mobile-first-nav {
    width: 30% !important;
}
  .madge-mobile #SWS-mobile-second-nav {
    width: 30.25% !important;
    border-left: 1px solid white !important;
}
  .madge-mobile #SWS-mobile-third-nav {
    width: 31% !important;
    border-left: 1px solid white !important;
}
  .madge-mobile #SWS-mobile-hamburger-nav {
    width: 8.3% !important;
    border-left: 1px solid var(--white-madge-color);
}
.madge-mobile .sws-mobile-header-nav .nav > li > a {
  font-size: 16px;
  color: var(--white-madge-color) !important;
  padding: 4px !important;
  text-align: center;
  text-transform: uppercase;
  font-weight: 700;
  font-family: var(--body-madge-font);
  background: var(--brand-madge-primary-color);
}

/* .madge-mobile .sws-mobile-header-nav .nav > li > a:hover,  */
.madge-mobile .sws-mobile-header-nav .nav > li > a:active, 
.madge-mobile .sws-mobile-header-nav .nav > li > a:focus,
.navbar .madge-mobile .nav li.dropdown.open>.dropdown-toggle, 
.navbar .madge-mobile .nav li.dropdown.active>.dropdown-toggle, 
.navbar .madge-mobile .nav li.dropdown.open.active>.dropdown-toggle{
  background: var(--brand-madge-inputgrey-color);
  color: var(--brand-madge-secondary-color) !important;
  border-radius: 0px;
}

/**************************************     HUMBURGER     ************************************************/
.madge-mobile .sws-mobile-header-nav .btn-navbar {
  background-color: var(--brand-madge-primary-color) !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 .madge-mobile .btn-navbar .icon-bar, 
.navbar .madge-mobile .btn-navbar:hover .icon-bar {
  width: 18px;
  background-color: var(--white-madge-color) !important;
  box-shadow: none;
  margin: 3px auto 3px;
  height: 2px;
}
/* END HAMBURGER */

/* SUB menu STYLES */
li#mobile-sws-1,
li#mobile-sws-2 {
  width: 100%;
  background-color: var(--white-madge-color);
}
.madge-mobile #mobile-sws-1.madge-mobile-sub-nav .nav,
.madge-mobile #mobile-sws-2.madge-mobile-sub-nav .nav {
  padding: 10px;
  width: 100%;
  float: left;
  box-sizing: border-box;
  border-left: 1px solid var(--brand-madge-inputgrey-color);
  border-right: 1px solid var(--brand-madge-inputgrey-color);
  border-bottom: 1px solid var(--brand-madge-inputgrey-color);
  border-top: 2px solid var(--brand-madge-primary-color);
  margin: 0px 0 0 0;
}
.madge-mobile .madge-mobile-sub-nav ul.first-col, 
.madge-mobile .madge-mobile-sub-nav ul.second-col {
  margin: 10px;
}
.madge-mobile .accordion-inner .accordion-inner-sub {
  margin: 0 auto;
  display: grid;
  grid-template-rows: repeat(1, 1fr);
  grid-auto-flow: column;
  gap: 1px;
}
/* FLEX for INDUSTRIES */
.madge-mobile .accordion-inner .solutions-with-extra-margin{
  margin: 10px;
}
.madge-mobile .accordion-inner .accordion-inner-sub.solutions-by-industry {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
}
.madge-mobile .accordion-inner .accordion-inner-sub li {
  list-style: none;
  width: 100%;
}
/* Shared dropdown styles for all items */
.madge-mobile .dropdown-menu li a,
.madge-mobile .dropdown-menu li.dropdown-header-title,
.madge-mobile .dropdown-menu li.dropdown-header a {
  white-space: pre-wrap;
  padding: 5px 2px !important;
  line-height: 20px;
  font-family: var(--body-madge-font);
  font-size: 15px;
  text-align: left;
  display: block;
  text-decoration: none;
  transition: all 0.3s ease-in-out;
}
/* Regular links */
.madge-mobile .dropdown-menu li a:not(.dropdown-header) {
  color: var(--brand-madge-dkgrey-color);
  font-weight: 500;
  margin-left: 10px; /* Slight indent */
}
.madge-mobile .dropdown-menu li a:not(.dropdown-header):hover {
  margin-left: 14px;
  background: transparent !important;
  color: var(--brand-madge-secondary-color) !important;
}
/* Titles (text-only and link-headers) */
.madge-mobile .dropdown-menu li.dropdown-header-title,
.madge-mobile .dropdown-menu li.dropdown-header a {
  font-weight: 700;
  color: var(--brand-madge-primary-color);
  margin-left: 0; /* alignment with no indent */
}
.madge-mobile .dropdown-menu li.dropdown-header a:hover {
  margin-left: 4px; /* alignment with no indent */
}
.madge-mobile .dropdown-menu .divider {
  display: block;
  margin: 2px 1px;
}
/* SUB menu STYLES */

.madge-mobile #mobile-sws-3 {
  top: -28px;
  background: var(--white-madge-color);
  width: 100%;
} /** Moves the PRODUCTS section to the TOP and align it with the Hamburger button **/

.madge-mobile #mobile-sws-3 li.dropdown.dropdown-sup {
  background-color: var(--brand-madge-primary-color);
}
.madge-mobile #mobile-sws-3 li.dropdown.dropdown-sup ul.dropdown-menu {
  background-color: var(--white-madge-color) !important;
  width: 100%;
  margin: 0 !important;
  position: relative;
  top: 0px;
}
.madge-mobile #mobile-sws-3 li.dropdown.dropdown-sup ul.dropdown-menu ul.accordion-inner.nav.mshow {
  border-left: 1px solid var(--brand-madge-inputgrey-color);
  border-right: 1px solid var(--brand-madge-inputgrey-color);
  border-bottom: 1px solid var(--brand-madge-inputgrey-color);
  margin-bottom: 2px;
}
/* ********* END HEADER ********* */

/**************************************     HEROS     ************************************************/
.carousel-top.madge-sws-store {
  margin-top: 0px;
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.row-fluid.madge-sws-store {
  padding-top: 0px;
  padding-bottom: 0.7em;
}
.madge-sws-store #myCarousel .carousel-inner.hero-section, 
.madge-sws-store #myCarousel .carousel-inner.hero-section-french {
  display: flex;  
  align-items: flex-start;
  height: 320px;
}
.madge-sws-store #myCarousel .hero-content {
  grid-template-columns: 1fr 1fr;
  height: 100%;
  display: grid;
  max-width: 979px;
} 
.madge-sws-store #myCarousel .text-content {
  padding: 0em 2em 0em 5em;
  text-align: left;
  max-width: 400px;
}
.madge-sws-store #myCarousel .text-content.text-content-french {
  padding: 0em 0em 0em 7em;
  max-width: 380px;
}
.madge-sws-store #myCarousel .image-content{
  max-width: 400px;
}
.madge-sws-store #myCarousel h1 {
  font-size: 1.3rem;
}
.madge-sws-store #myCarousel .carousel-inner.hero-section-french h1 {
  font-size: 1.3rem;
}
.madge-sws-store #myCarousel h2 {
  font-size: 1.75rem;
}
.madge-sws-store #myCarousel p{
    font-size: 1rem;
}
.madge-sws-store #myCarousel .carousel-btn {
  font-size: 0.9rem;
}

.madge-sws-store #myCarousel .image-content img {
  object-fit: contain;
  height: auto;
  max-height: 300px;
}
/**************************************     BUTTONS     ************************************************/


/**************************************     SIDE AD     ************************************************/
.sws-madge-buttons .side-ad-btn {
  font-size: 0.9rem;
  padding: 4px 24px;
}
.madge-item.side-ad .madge-side-ad-title p.application-title {
  font-size: 1.1rem;
  margin-bottom: 5px;
}
.madge-item.side-ad .madge-side-ad-subtitle p.application-subtitle {
  font-size: 1rem;
  padding: 0 8px
} 
/* End Side Ad*/
/* ********* END BUTTONS ********* */


/**************************************     ABOUT PAGE     ************************************************/
.madge-about .about-madge-hero {
  margin-top: -20px;
}
}
  
@media (max-width: 767px) {
  .row-fluid.madge-sws-store {
    padding-top: 0px;
}
/**************************************     HEADER     ************************************************/
.navbar-inner.madge-mobile {
  margin-left: -20px;
  margin-right: -20px;
}
.madge-mobile .span3 {
  width: 45%;
}
.madge-mobile .span9 {
  margin-bottom: 0;
}

/**************************************     SEARCH BAR     *******************************************/  
.madge-mobile .input-append input {
  width: 88% !important;
}
/**************************************     NAV     ************************************************/
.madge-mobile #SWS-mobile-hamburger-nav {
  width: 8.2% !important;
}
/**************************************     HEROS     ************************************************/
.row-fluid.madge-sws-store {
  padding-bottom: 0;
}
.madge-sws-store #myCarousel .carousel-inner.hero-section, 
.madge-sws-store #myCarousel .carousel-inner.hero-section-french {
  height: 320px;
  margin-top: 0px;
  box-shadow: none;
}
.madge-sws-store #myCarousel .hero-content {
  max-width: 768px;
}
.madge-sws-store #myCarousel .text-content {
  padding: 0em 2em 0 1em;
}
.madge-sws-store #myCarousel .text-content.text-content-french {
  padding: 0em 0em 0em 1em;
  max-width: 380px;
}
.madge-sws-store #myCarousel h1 {
  font-size: 1.1rem;
}
.madge-sws-store #myCarousel h2 {
  font-size: 1.5rem;
}
.madge-sws-store #myCarousel .image-content {
  max-width: 350px;
}
.madge-sws-store #myCarousel .hero-content .image-content img {
  box-shadow: none;
}
/**************************************     BUTTONS     ************************************************/
.madge-item.side-ad{
  display: none;
  visibility: hidden;
}
.madge-item:not(.side-ad) {
  height: 10em;
}
.sws-madge-buttons .madge-grid-container {
  grid-template-columns: repeat(2, 1fr);
  gap: 1em;
  margin-bottom: 2%;
}
.madge-item img {
  max-width: 70%;
}
/* ********* END BUTTONS ********* */
/**************************************     ABOUT PAGE     ************************************************/
.madge-about .about-madge-hero {
  margin-top: 0px;
}
.madge-about .about-madge .gray-band-intro .gray-band-intro-list {
  grid-template-columns: repeat(1, 1fr);
  row-gap: 2em;
}
}

@media (max-width: 600px) {
/**************************************     HEADER     ************************************************/
.madge-mobile .span3 {
  width: 60%;
}
/**************************************     SEARCH BAR     ************************************************/
.madge-mobile .mobile-search .input-append {
  height: 30px;
}
.madge-mobile .input-append input {
  width: 82% !important;
  padding: 5px;
}
.madge-mobile .input-append .btn::before {
  margin-left: -14px;
  border-top: 7px solid transparent;
  border-right: 7px solid #EE3526;
  border-bottom: 7px solid transparent;
}
.madge-mobile .input-append .btn {
  height: 30px;
  width: 30px;
}
.madge-mobile .input-append .btn img {
  margin: -6px -1px 0 0 !important;
}
/**************************************     NAV     ************************************************/
.madge-mobile #SWS-mobile-hamburger-nav {
  width: 8% !important;
}
/**************************************     HERO     ************************************************/
 .madge-sws-store #myCarousel .carousel-inner.hero-section, 
.madge-sws-store #myCarousel .carousel-inner.hero-section-french {
  height: 350px;
  margin-top: 0px;
  box-shadow: none;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
}
 .madge-sws-store #myCarousel .hero-section, 
.madge-sws-store #myCarousel .image-content {
  order: -1;
  padding: 0em;
  background-position: 55%;
}
.madge-sws-store #myCarousel .hero-content {
  max-width: 600px;
  width: 100%;
  height: 100%;
  margin: 0 auto;
  justify-items: center;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-align: center;
  padding: 0.5em 0;
}
.madge-sws-store #myCarousel .text-content {
  padding: 0;
  width: 100%;
  text-align: center;
  display: flex;
  align-items: center;
  max-width: 480px;
  max-height: 300px;
  height: auto;
}
.madge-sws-store #myCarousel .text-content.text-content-french {
  padding: 0em 1em;
  max-width: 480px;
}
.madge-sws-store #myCarousel h1 {
  text-align: center;
  font-size: 1rem;
}
.madge-sws-store #myCarousel h2 {
  font-size: 1.3rem;
  text-align: center;
}
.madge-sws-store #myCarousel p {
  font-size: 0.8rem;
  text-align: center;
}
.madge-sws-store #myCarousel .image-content {
  max-width: 200px;
}
.madge-sws-store #myCarousel .hero-section.hero-section-french .image-content{
  max-width: 180px;
}
.madge-sws-store #myCarousel .hero-content .image-content img {
  box-shadow: none;
  max-height: 200px;
  width: 100%;
  height: 100%;
}
/********/  

/**************************************     BUTTONS     ************************************************/
.madge-item:not(.side-ad) {
  height: 9em;
}
.madge-item img {
  max-width: 60%;
}
/* ********* END BUTTONS ********* */
/**************************************     ABOUT PAGE     ************************************************/
/* .row-fluid.about-madge-container {
  width: 94vw;
  padding: 15px 0px;
}
.row-fluid.about-madge-hero .span12 h1 {
  font-size: 48px;
  padding: 0.5em;
}  */
}

@media (max-width: 480px) {
/**************************************     HEADER     ************************************************/
.madge-mobile .span3 {
  width: 60%;
}
/**************************************     SEARCH BAR     ************************************************/

.madge-mobile .input-append input {
  width: 78% !important;
}
/**************************************     NAV     ************************************************/
.madge-mobile #SWS-mobile-third-nav {
  width: 30.5% !important;
}
.madge-mobile #mobile-sws-1.madge-mobile-sub-nav .nav {
  padding: 10px 10px 0px;
}
.madge-mobile .accordion-inner .accordion-inner-sub {
  grid-template-rows: repeat(2, 1fr);
  gap: 0px;
  grid-template-columns: repeat(1, 1fr);
}
.madge-mobile .madge-mobile-sub-nav ul.first-col {
  margin-bottom: 0px;
}
.madge-mobile .madge-mobile-sub-nav ul.second-col {
  margin-top: 0px;
}
/*******************************************     HUMBURGER     *******************************************/

/**************************************     HERO     ************************************************/
.carousel-top.madge-sws-store {
  padding-bottom: 0em;
}
.madge-sws-store #myCarousel .hero-content {
  max-width: 480px;
}
.madge-sws-store #myCarousel h1 {
  font-size: 0.9rem;
}
.madge-sws-store #myCarousel h2 {
  font-size: 1rem;
}
.madge-sws-store #myCarousel p{
  font-size: 0.9rem;
}
.madge-sws-store #myCarousel .text-content,
.madge-sws-store #myCarousel .text-content.text-content-french {
  max-width: 400px;
}
/**************************************     BUTTONS     ************************************************/
.madge-item:not(.side-ad) {
  height: 7em;
}
.sws-madge-buttons .madge-item {
  grid-template-columns: repeat(1, 1fr);
  padding: 5px;
  align-content: center;
  justify-items: center;
}
.madge-item:hover:not(.side-ad) {
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
}
.madge-item img {
  max-width: 40%;
}
.sws-madge-buttons .madge-item .madge-application-line {
  width: 50%;
}
/* ********* END BUTTONS ********* */
/**************************************     ABOUT PAGE     ************************************************/
.madge-about .about-madge-hero {
  background-position: center bottom;
  height: 250px;
}
.madge-about .about-madge-hero h1 {
  padding: 0.3em;
  font-size: 2.7rem;
}

}

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

/**************************************     SEARCH BAR     ************************************************/
.madge-mobile .mobile-search .input-append {
  height: 25px;
}
.madge-mobile .input-append input {
  width: 72% !important;
  padding: 3px 5px;
  font-size: 12px !important;
}
.madge-mobile .input-append .btn::before {
  margin-left: -12px;
  border-top: 5px solid transparent;
  border-right: 5px solid #EE3526;
  border-bottom: 5px solid transparent;
}
.madge-mobile .input-append .btn {
  height: 25px;
  width: 25px;
}
.madge-mobile .input-append .btn img {
  margin: -10px -1px 0 0 !important;
}
/**************************************     NAV     ************************************************/

.madge-mobile .sws-mobile-header-nav .nav > li > a {
  font-size: 0.9em;
}
.navbar .madge-mobile .btn-navbar .icon-bar, .navbar .madge-mobile .btn-navbar:hover .icon-bar {
  width: 1em;
}
/**************************************     HERO     ************************************************/
.madge-sws-store #myCarousel h2,
.madge-sws-store #myCarousel p {
  padding: 0 10px;
}
.madge-sws-store #myCarousel .image-content {
  max-width: 180px;
}
/**************************************     BUTTONS     ************************************************/
.sws-madge-buttons .madge-grid-container {
  grid-template-columns: repeat(1, 1fr);
}
/* ********* END BUTTONS ********* */
/**************************************     ABOUT PAGE     ************************************************/
.madge-about .about-madge-hero h1 {
  font-size: 2rem;
}
.madge-about .about-madge .gray-band-intro h2{
    color: var(--brand-madge-general-color);
    font-size: 1.5rem;
}
.madge-about .about-madge p {
  font-size: 14px;
}
}
@media (max-width: 329px) {
/**************************************     HEADER     ************************************************/
.navbar-inner.madge-mobile {
  padding-bottom: 0px;
}
.madge-mobile .sws-mobile-header-nav .nav > li > a {
  font-size: 0.8em;
}
.navbar .madge-mobile .btn-navbar .icon-bar, .navbar .madge-mobile .btn-navbar:hover .icon-bar {
  width: 0.8em;
}
/**************************************     NAV     ************************************************/
.madge-mobile #SWS-mobile-third-nav {
  width: 30.4% !important;
}
/**************************************     HERO     ************************************************/

/**************************************     BUTTONS     ************************************************/
/* .sws-madge-buttons .madge-application-title .application-title {
  font-size: 14px;
}  */
.sws-madge-buttons .madge-grid-container {
  grid-template-columns: repeat(1, 1fr);
}
/* ********* END BUTTONS ********* */
/**************************************     ABOUT PAGE     ************************************************/
/* .row-fluid.about-madge-hero h1 {
  font-size: 2em;
}
.about-madge {
  max-height: 400px;
  height: 350px;
}
.about-madge::before {
  background-position: 20% 10%;
} */
}

