:root {
  --brand-datacenters-primary-color: #041026; /*Dark BLUE*/
  --brand-datacenters-secondary-color: #122A59; /*Lighter BLUE*/
  --brand-datacenters-third-color: #3784D9; /*Even Lighter BLUE*/
  --brand-datacenters-forth-color: #5cd7f2; /*Bluemarine*/
  --brand-datacenters-general-color: #333333; /* text color*/
  --white-datacenters-color: #FFFFFF; /* white */ 
  --black-datacenters-color: #000000; /* black */ 
  --body-datacenters-font: "Inter", sans-serif;
  --p-datacenters-font: "Google Sans Flex", sans-serif;
  --p-datacenters-font--regular: "Google Sans Flex", sans-serif;
}

/* Base container */
.datacenters-header#store-banner {
  font-family: var(--body-datacenters-font);
  font-size: 14px;    /* Base size for normal text */
  line-height: 1.5;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  background-image:  linear-gradient(to right, var(--brand-datacenters-primary-color) 10%, var(--brand-datacenters-secondary-color) 90%);
  margin-bottom: 7px;
  margin-top: 1px;
}


/* Headings */
.datacenters-header#store-banner h1,
.datacenters-header#store-banner h2,
.datacenters-header#store-banner h3,
.datacenters-header#store-banner h4,
.datacenters-header#store-banner h5,
.datacenters-header#store-banner h6 {
  font-family: var(--p-datacenters-font); /* All titiles Eurostile */
  color: var(--brand-datacenters-primary-color); /* Primary color by defualt*/
}

.datacenters-header#store-banner h1 { font-size: 2.5rem; font-weight: 700; margin-bottom: 1rem; }
.datacenters-header#store-banner h2 { font-size: 2rem; font-weight: 600; margin-bottom: 0.85rem; }

/* Paragraphs */
#store-banner p {
  font-family: var(--body-datacenters-font); /* Roboto/Open Sans */
  font-size: 1rem;
  font-weight: 400;
  margin-bottom: 1rem;
}

/* Links */
.datacenters-header#store-banner a {
  font-family: var(--body-datacenters-font);
  font-size: 0.9rem;
  font-weight: 400; 
  color: var(--white-datacenters-color); 
  text-decoration: none;
}

.datacenters-header#store-banner .product-list a:not(:last-child), .datacenters-header#store-banner .brands-list a, .datacenters-header#store-banner .applications-list a, .datacenters-categories-dropdown.dropdown-menu li>a {
  line-height: 1.3;
  padding-top: 7px;
  padding-bottom: 7px;
}

.datacenters-categories-dropdown.dropdown-menu li:nth-last-child(1) a, .dropdown-menu li:nth-last-child(2) a, .dropdown-menu li:nth-last-child(3) a  {
    line-height: 1.3;
    padding-bottom: 7px;
    padding-top: 7px;
}


.datacenters-header#store-banner .dropdown-main-header-title a, .dropdown-main-header-title span {
  font-family: var(--p-datacenters-font);   
  font-size: 0.9rem;
  font-weight: 400; 
  color: var(--white-datacenters-color); 
  text-decoration: none;
}



.datacenters-header#store-banner .dropdown-menu li.dropdown-main-header-title span {
    padding: 3px 20px;
}



.datacenters-header#store-banner .dropdown-header a, .card-list a {
  color: var(--white-datacenters-color); 
  font-family: var(--p-datacenters-font); 
}

.dropdown-main-header-title span
{
    color: var(--brand-datacenters-forth-color);
}

.datacenters-header#store-banner a:hover {
  color: var(--white-datacenters-color);
  outline: none;
}

.datacenters-header#store-banner a:focus {
  color: var(--white-datacenters-color);
  outline: none;
}

/**************************************     HEADER     ************************************************/

.datacenters-header {
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  box-sizing: border-box;
  background-color:var(--brand-datacenters-primary-color);
  outline: none;
}

.datacenters-header > .row-fluid
{
  max-width: 1140px;
  margin: 0 auto;
  margin-bottom: 4px;
  padding-left: 7px;
  padding-right: 7px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-around;
  align-items: center;
  flex-direction: row;
}

.span3.input-append.logo-datacenters-sws.pull-left {
    background-color: white;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    margin-bottom: 6px;
}

.datacenters-header .span3.logo-datacenters-sws img.brandlogo{
  width: 64%;
  margin: auto;
  padding: 0.5em;
}


.datacenters-header .span3.logo-datacenters-sws img.brandlogo-fr{
  width: 77%;
  margin: auto;
  display: flex;
  padding: 0.5em;
}



.datacenters-header .row-fluid .navbar.navbar-inner-datacenters-subsite {
  float: right;
}
.datacenters-header .span9.subheading-nav {
  float: right;
  margin-top: 0;
}

.datacenters-header .row-fluid .navbar .nav-collapse.sws.collapse {
  margin-top: 0px !important;
  width: 53rem;
}

/**************************************     NAV     ************************************************/
 
.navbar .nav.navbar-datacenters-subsite {
  margin-right: 0;
  width: 80%;
  font-family: var(--body-hero-title-datacenters-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-evenly;  /* Distribute items */
  align-items: center;             /* Align vertically */
  gap: 1em;
}

.navbar .nav.navbar-datacenters-subsite > li.home-btn {
  /* 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;              /* Takes up less space compared to other items */
}

.navbar .nav.navbar-datacenters-subsite > li {
  /* 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: 1;                /* Adjust for proportional growth */
  text-align: center;
}

.navbar .nav.navbar-datacenters-subsite > li:nth-child(4) {
  display: none;
  }


/* home button */
.nav-home-icon-svg {
  color: white;
  width: 20px;
  height: 20px;
  transition: color 0.2s ease;
  display: block;
}

.nav-home-icon-svg:hover, .nav-home-icon-svg:active {
  color: white; 
}

.navbar .nav.navbar-datacenters-subsite a.nav-home-icon{
  padding: 7px 10px;
  border: solid transparent 1px;
  
}

.navbar.navbar-inner-datacenters-subsite .nav > li > a {
  text-shadow: none;
  display: block;
  white-space: normal !important;
  padding: 7px 10px 6px;
  font-size: 1rem !important;
  font-family: "Google Sans Flex" !important;
  font-weight: 600;
  color: white;
  text-transform: uppercase;
  border: solid transparent 1px;
}

.dropdown-menu.datacenters-whole-cateogies-list-menu a {
  white-space: normal;
}

.nav, .navbar {
  margin-bottom: 0px;
}

.navbar .nav.navbar-datacenters-subsite .home-btn > a:hover,
.navbar .nav.navbar-datacenters-subsite .home-btn > a:focus,
.navbar .nav.navbar-datacenters-subsite .home-btn > a:active {
    border-radius: 8px;
    background: transparent;
    border-color: transparent;
    box-shadow:
        0 2px 18px rgba(92,215,242,.40),
        0 0 18px rgba(92,215,242,.20);
}

/* NAV HOVER COLOURS */
.navbar.navbar-inner-datacenters-subsite .nav > li > a:hover {
  color: transparent;
  border-radius: 8px;
  border-color: transparent;
  box-shadow:
        0 2px 18px rgba(92,215,242,.40),
        0 0 18px rgba(92,215,242,.20);
}

.navbar.navbar-inner-datacenters-subsite .nav > li > a:active,
.navbar.navbar-inner-datacenters-subsite .nav > li > a:focus,
.navbar .nav.navbar-datacenters-subsite li.dropdown.open > .dropdown-toggle,
.navbar .nav.navbar-datacenters-subsite li.dropdown.active > .dropdown-toggle,
.navbar .nav.navbar-datacenters-subsite li.dropdown.open.active > .dropdown-toggle {
  background-color: transparent;
  color: var(--brand-datacenters-primary-color);
  border-radius: 8px;
  border-color: transparent;
  box-shadow:
        0 2px 18px rgba(92,215,242,.40),
        0 0 18px rgba(92,215,242,.20);
}

.navbar .nav.navbar-datacenters-subsite .home-btn > a:hover{
  background-color: transparent;
  border-radius: 8px;
  color: inherit;
  transform: none;
  color: var(--brand-datacenters-primary-color);
}

/* DROP-DOWN MENU STYLES */
/* hide Bootstrap arrow */
.navbar .nav > li > .datacenters-whole-cateogies-list-menu.dropdown-menu:before,
.navbar .nav > li > .datacenters-whole-cateogies-list-menu.dropdown-menu:after {
  display: none;
}

/* base (hidden) */
    
.navbar .nav > li > .datacenters-whole-cateogies-list-menu.dropdown-menu, .navbar .nav > li > .datacenters-whole-cateogies-list-menu.datacenters-whole-cateogies-list-menu-french.dropdown-menu {
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width:1140px;
  height: 35.3em;
  left: -37.3em;
  top: 53px;
  border-radius-bottom-left: 8px;
  border-radius-bottom-right: 8px;
  background-image:  linear-gradient(to right, var(--brand-datacenters-primary-color) 10%, var(--brand-datacenters-secondary-color) 90%);
  border: none;
  opacity: 0;
  transform: translateY(5px);
  pointer-events: none;
  text-align: left;
  font-family: var(--body-datacenters-font);
    padding: 0px !important;
  margin: 1px 0 0 !important;
}


.navbar .nav > li > .datacenters-whole-cateogies-list-menu.datacenters-whole-cateogies-list-menu.applications-list.dropdown-menu {
    height: 35.85em;
    }
    
    
    
.navbar .nav > li > .datacenters-whole-cateogies-list-menu.datacenters-whole-cateogies-list-menu-french.dropdown-menu {
  margin: 0 !important;
}



.navbar .nav > li > .datacenters-whole-cateogies-list-menu.applications-list.dropdown-menu {
    left: -49.6em;
}


.navbar .nav > li > .datacenters-whole-cateogies-list-menu.brands-list.dropdown-menu {
    left: -51.47em;
}



.dropdown-menu li>a:focus{outline: none;}


/* show only on click (when .open is applied by Bootstrap JS) */
.navbar .nav > li.open > .datacenters-whole-cateogies-list-menu.dropdown-menu {
  display: flex;
  opacity: 1;
  pointer-events: auto;
}

.datacenters-header .navbar .nav li.dropdown.open>.dropdown-toggle, .datacenters-header .navbar .nav li.dropdown.active>.dropdown-toggle, .datacenters-header .navbar .nav li.dropdown.open.active>.dropdown-toggle {
    background-color:transparent !important;
}


.dropdown-menu.datacenters-whole-cateogies-list-menu ul {
  text-decoration: none;
  list-style: none;
}

.dropdown-menu.datacenters-whole-cateogies-list-menu > li {
  flex: 0 0 24.5%;
  list-style: none;
  height: stretch;
}




.dropdown-menu.datacenters-whole-cateogies-list-menu > li:not(:nth-child(3)):not(:nth-child(4))  {
  border-right:1px solid rgba(255,255,255,.15);
}

.dropdown-menu.datacenters-whole-cateogies-list-menu.applications-list > li:not(:nth-child(4)), .dropdown-menu.datacenters-whole-cateogies-list-menu.brands-list > li:not(:nth-child(3)):not(:nth-child(4)){
  border-right:1px solid rgba(255,255,255,.15);
}


/*Shared styles for all columns except the one that contains image*/

.dropdown-menu.datacenters-whole-cateogies-list-menu .first-col,
.dropdown-menu.datacenters-whole-cateogies-list-menu .second-col, 
.dropdown-menu.datacenters-whole-cateogies-list-menu .third-col,
.dropdown-menu.datacenters-whole-cateogies-list-menu .forth-col {
  margin: 0px;
}


.dropdown-header a, .dropdown-main-header-title a, .dropdown-main-header-title span {
    position:relative;
    display:block;
    padding:2px 10px;
    transition:
        color .25s ease,
        padding-left .25s ease;
}


.dropdown-header a::before,
.dropdown-main-header-title a::before {
    content: "";
    position: absolute;
    left: 7px;
    bottom: -2px;

    width: 7px;
    height: 7px;

    border: 1.5px solid #5CD7F2;
    border-radius: 50%;
    background: transparent;

    opacity: 0;
    transform: scale(.3);

    transition:
        opacity .2s ease,
        transform .2s ease,
        box-shadow .2s ease;

    box-shadow:
        0 0 4px rgba(92,215,242,.6),
        0 0 8px rgba(92,215,242,.35);
}

.dropdown-header a::after, .dropdown-main-header-title a::after  {
    content:"";
    position:absolute;
    left:16px;
    right:0;
    bottom:2px;
    height:2px;
    background:linear-gradient(
        90deg,
        #5CD7F2,
        #3784D9
    );
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .3s ease;
}


.dropdown-main-header-title.multiline-category a::after{
    bottom:0px;
}

.dropdown-main-header-title.multiline-category a::before{
    bottom:-4px;
}



.dropdown-header a:hover::before,
.dropdown-main-header-title a:hover::before  {
    opacity: 1;
    transform: scale(1);

    box-shadow:
        0 0 6px rgba(92,215,242,.8),
        0 0 12px rgba(92,215,242,.45);
    
}

.dropdown-header a:hover::after, .dropdown-main-header-title a:hover::after  {
    transform: scaleX(1);
    box-shadow:
    0 -3px 10px rgba(92,215,242,.85),
    0 -6px 20px rgba(92,215,242,.45);
   
}


.dropdown-menu.datacenters-whole-cateogies-list-menu .first-col .dropdown-main-header-title a:hover,
.dropdown-menu.datacenters-whole-cateogies-list-menu .second-col .dropdown-main-header-title a:hover,
.dropdown-menu.datacenters-whole-cateogies-list-menu .third-col .dropdown-main-header-title a:hover,
.dropdown-menu.datacenters-whole-cateogies-list-menu .solutions-by-application.forth-col .dropdown-main-header-title a:hover,
.dropdown-menu.datacenters-whole-cateogies-list-menu .first-col .dropdown-header a:hover,
.dropdown-menu.datacenters-whole-cateogies-list-menu .second-col .dropdown-header a:hover,
.dropdown-menu.datacenters-whole-cateogies-list-menu .third-col .dropdown-header a:hover,
.dropdown-menu.datacenters-whole-cateogies-list-menu .solutions-by-application.forth-col .dropdown-header a:hover,
.dropdown-menu.datacenters-whole-cateogies-list-menu .solutions-by-application .dropdown-main-header-title a:hover{
  background-color: transparent !important;
  color: var(--white-datacenters-color) !important;
}


.dropdown-main-header-title {
    text-transform: uppercase; 
    }

.datacenters-header#store-banner li.dropdown-main-header-title:not(:first-child) a{ 
    margin-top: 0.3em;
    }
    
.datacenters-header#store-banner li.dropdown-header:first-child a { 
    margin-top: 0;
    }    
    
    
.datacenters-header#store-banner li.dropdown-main-header-title a, li.dropdown-main-header-title span { 
    font-weight: 600;
    }
       


.datacenters-header#store-banner .applications-list li.dropdown-main-header-title a { 
    padding-top: 0.5em !important;
    padding-bottom: 0.3em !important;
    }


/* Split the line with the text */
.dropdown-menu.datacenters-whole-cateogies-list-menu .dropdown-main-header-title.multiline-category a, .dropdown-menu.datacenters-whole-cateogies-list-menu .dropdown-header.multiline-category a{ 
  line-height: 1.3 !important;
  padding-bottom: 7px;
  padding-top: 7px;
  vertical-align: middle;
  white-space: normal;
  word-wrap: break-word;
}


.first-col,
.second-col,
.third-col,
.solutions-by-application.forth-col
{
    padding-right:10px;
}

.dropdown-menu.datacenters-whole-cateogies-list-menu.product-list .forth-col a, .dropdown-menu.datacenters-whole-cateogies-list-menu.brands-list .forth-col a {
line-height: 1;
  text-align: center;
  display: block;
  text-decoration: none;
  margin-left: 0;
  padding: 0;
}
/* END OF Shared styles for all columns except the one that contains image*/



/*Styles for the column with image*/

ul.product-list .forth-col, ul.brands-list .forth-col {
    margin:0px;
}

.dropdown-menu.datacenters-whole-cateogies-list-menu .forth-col a:not(.solutions-by-application), .dropdown-menu.datacenters-whole-cateogies-list-menu .solutions-by-brand .forth-col a {
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}


.nav-image{
    display:flex;
    flex:1;
}

.nav-image > a {
    position: relative;
    display: flex;
    flex: 1;
    flex-direction: column;
    justify-content: flex-end;
    overflow: hidden;
    width: 100%;
    height: 100%;
    min-height: 34.3em;
}

.nav-image > a::before {
    content: "";
    position: absolute;
    inset: 0;
    background: url(/images/pages/datacenters/nav-image-color.png);
    background-position:center top;
    overflow:hidden;
     background-size: cover;
    transition:
        transform .4s ease,
        filter .4s ease;
        
    min-height: 34.3em;
    z-index: 0;
    border-radius:0 0 8px 0;
}


.datacenters-nav-cta {
    margin-top: auto;
     position: relative;
    z-index: 1;
}

.nav-btn{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:15px 0;
    font:400 1rem var(--body-datacenters-font);
    color:var(--brand-datacenters-primary-color);
    background:var(--brand-datacenters-forth-color);
    text-decoration:none;
    border:none;
    overflow:hidden;
    transition:
        background-color .3s,
        color .3s,
        box-shadow .3s,
        transform .3s;
    cursor:pointer;
    border-radius:0 0 8px 0;
}

.nav-btn-french{
    display:flex;
    align-items:center;
    justify-content:center;
    width:100%;
    padding:15px 0;
    font:400 0.95rem var(--body-datacenters-font);
    color:var(--brand-datacenters-primary-color);
    background:var(--brand-datacenters-forth-color);
    text-decoration:none;
    border:none;
    overflow:hidden;
    transition:
        background-color .3s,
        color .3s,
        box-shadow .3s,
        transform .3s;
    cursor:pointer;
    border-radius:0 0 8px 0;
}


.nav-btn span {
    display: inline-block;
    transition: transform 0.3s ease-in-out; 
}

.datacenters-header .dropdown-menu li>a:hover, .dropdown-menu li>a:focus, .dropdown-menu li>a:active  {
    background-color: transparent !important;
    background:none;
    border-radius:0 0 8px 0;
    color: var(--brand-datacenters-third-color) !important;
}

  
.nav-image > a:hover .nav-btn{
     box-shadow:
    0 8px 18px rgba(92, 215, 242, 0.55),
    0 0 24px rgba(92, 215, 242, 0.35);
    border-radius:0 0 8px 0;
}

.nav-image > a:hover::before {
    filter: brightness(1.35);
    transform: scale(1.01);
     overflow:hidden;
     border-radius:0 0 8px 0;
}


/**************************************     SEARCH BAR     ************************************************/
.datacenters-search form#ProductDisplayForm button.btn.btn-default .nav-search-icon-svg, 
.datacenters-mobile .mobile-search button .nav-search-icon-svg {
  height: auto;
  width: 22px;
  color: var(--white-datacenters-color);
  display: block;
   transition:
        color .25s ease,
        filter .25s ease,
        transform .25s ease;
}

.datacenters-search.input-append:hover .nav-search-icon-svg,
.datacenters-search.input-append:focus-within .nav-search-icon-svg{
    color: #5CD7F2;

    filter:
        drop-shadow(0 0 3px rgba(92,215,242,.9))
        drop-shadow(0 0 8px rgba(92,215,242,.7))
        drop-shadow(0 0 16px rgba(92,215,242,.45));

    transform: scale(1.08);
}

.datacenters-search .btn{
  padding: 0px;
}
/* Style for the button */
.datacenters-search form#ProductDisplayForm button.btn.btn-default {
  background-color: var(--brand-datacenters-secondary-color);
  border-radius: 0 8px 8px 0;
  border: solid white 1px;
  border-left: none !important;
  width: 40px;
  height: 34px !important;
  position: absolute;
  right: -24px;
  top: 50%;
  transform: translateY(-50%);
  transition: background-color 0.4s ease;
  z-index: 2;
  padding: 6px 8px;
}
/* Search bar container */
.datacenters-search.input-append {
  margin-left: auto;
  margin-right: 0;
  position: relative;
  left: 0;
  width: 278px;
}
/* Search Bar - Expand on Hover/Focus */
.datacenters-search.input-append:hover,
.datacenters-search.input-append:focus-within {
  background-color:var(--brand-datacenters-secondary-color);
  box-shadow: none;
}
/* Input field styling */
.datacenters-search input#ProductSearch.appendInputButton {
  font-family: var(--body-datacenters-font);
  color: white !important;
  border: none;
  background-color: transparent;
  padding: 7px 0px;
  margin-right: 0px;
  margin-left: 0px;
  font-weight: 500;
  -webkit-box-shadow: none;
  -moz-box-shadow: none; 
  box-shadow: none;
  left: 0px;
  width: 95%;
}
.datacenters-search form#ProductDisplayForm {
  width: 90%;
  padding: 0 0 0 0px;
  transform: translate(0%, 0%);
  background: var(--brand-datacenters-secondary-color);
  height: 34px;
  border-radius: 8px 0 0 8px;
  transform-origin: right;
  transition: width 0.4s ease, background-color 0.4s ease, right 0.4s ease;
  border: 1px solid white;
  border-right: none;
}
/* Change Button Color & Move Left when Hovering */
.datacenters-search.input-append:hover form#ProductDisplayForm button.btn.btn-default,
.datacenters-search.input-append:focus-within form#ProductDisplayForm button.btn.btn-default {
  background-color: var(--brand-datacenters-secondary-color);
}
/* Input focus styling */
.datacenters-search input.refine-search.appendInputButton:focus {
  color: var(--brand-datacenters-third-color);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: var(--white-datacenters-color);
}

.datacenters-search input.refine-search.appendInputButton::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: rgba(255,255,255,.3);
  font-style: italic; 
}
.datacenters-search input.refine-search.appendInputButton:-moz-placeholder {
  /* Firefox 4-18 */
  color: rgba(255,255,255,.3); 
  font-style: italic;
}
.datacenters-search input.refine-search.appendInputButton::-moz-placeholder {
  /* Firefox 19+ */
  color: rgba(255,255,255,.3); 
  font-style: italic;
}
.datacenters-search input.refine-search.appendInputButton:-ms-input-placeholder {
  /* IE 10-11 */
  color: rgba(255,255,255,.3); 
  font-style: italic;
}
.datacenters-search input.refine-search.appendInputButton::-ms-input-placeholder {
  /* MS Edge */
  color: rgba(255,255,255,.3); 
  font-style: italic;
}
.datacenters-search input.refine-search.appendInputButton::placeholder {
  /* your styles */
  color: rgba(255,255,255,.3); 
  font-style: italic;
  
}
.datacenters-search input.refine-search.appendInputButton:hover::placeholder{
  color: rgba(255,255,255,.3);
  font-style: italic; 
}

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

/**************************************     HEROS     ************************************************/
.carousel-top.datacenters-sws-store {
  margin-top: 0;
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
  padding-bottom: 0em;
}

.datacenters-sws-store #myCarousel {
   margin-bottom: 0 !important;
}

/* Set a fixed height for the carousel inner to prevent jumping */
.datacenters-sws-store #myCarousel .carousel-inner,
.datacenters-sws-store #myCarousel .carousel-inner .item,
.datacenters-sws-store #myCarousel .carousel-inner .carousel-item,
.datacenters-sws-store #myCarousel .hero-section {
  height: 502px;
}  


.datacenters-sws-store #myCarousel .hero-section-french {
  height: 512px;
}

  
  
.datacenters-sws-store #myCarousel .hero-section {
  width: 100%;
  background-image:  url(/images/pages/datacenters/wave.png), linear-gradient(to right, var(--brand-datacenters-primary-color) 10%, var(--brand-datacenters-secondary-color) 90%);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: bottom;
  position: relative;
  display: flex;
  justify-content: center;
  margin-top: -7px;
   background-size: 80% auto, cover;
   background-position: center 80%, center;
}


.datacenters-sws-store #myCarousel .hero-content {
  width: min(90vw, 1140px);
  box-sizing: border-box;
  display: flex;
  align-items: center;
  padding: 0;
  padding-right: 5px;
  margin: 0 auto;
  background-color: transparent;
  border-radius: 8px;
  height: 100%;
}

.datacenters-sws-store #myCarousel .text-content {
    padding: 0 30px 0 0;
    width: 100%;
    max-width: 360px;
    height:100%;
    display: flex;
    flex-direction: column;
}


.datacenters-sws-store #myCarousel .text-content .text-contnet-inside {
    padding: 1em 1em;
    display: flex;
    flex-direction: column;
    margin: auto;
    align-items: flex-start;
    box-shadow: none;
    position: relative; /* required */
    overflow: hidden;   /* optional, keeps it clean */
}



.supplier-logo {
    margin-bottom: 1.5em;
    width: 90%;
}


.datacenters-sws-store #myCarousel .hero-content .image-content {
  width: 90%;
  height: 60%;              /* important for 80% height to work */
  display: flex;             /* enable flexbox */
  justify-content: flex-end; /* push image to the right */
  align-items: center;    
  overflow: hidden;
  background-color: rgba(55, 132, 217, 0.1);
  backdrop-filter: blur(5px);
  -webkit-backdrop-filter: blur(10px);
  border-radius: 8px;
}


.datacenters-sws-store #myCarousel .hero-content .image-content img {
  height: 100%;
  width: auto;
  max-width: none;
  object-fit: contain;
  transition: transform 0.8s ease-in-out;
  position: relative;
    left: 10%;
}


/* Apply a full-surface invisible link to cover all content */
.datacenters-sws-store .hero-content .hero-global-link {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 5; /* Place between the carousel arrows and the content (text/images) */
}


.datacenters-sws-store .hero-content .hero-global-link:focus-visible {
    outline: none;
}


/* Other Carousel Styles */
.datacenters-sws-store #myCarousel h1 {
    font-size: clamp(1.2rem, 2.5vw, 2.2rem);
    margin-bottom: 0px;
    color: var(--white-datacenters-color);
    line-height: 1.1;
    font-family: "Google Sans Flex";
    white-space: normal;
    text-transform: uppercase;
    font-weight: 600;

}

.datacenters-sws-store #myCarousel p {
    font-size: clamp(0.6rem, 1.1vw, 0.9rem);
    margin-bottom: 0.5em;
    color: rgba(255, 255, 255, 0.65);
    line-height: 1.2;
    font-family: var(--body-datacenters-font);
    white-space: normal;
    text-transform: none;
}
.datacenters-sws-store #myCarousel h2 {
    color: var(--brand-datacenters-forth-color);
    font-size: clamp(1rem, 1.5vw, 1.1rem);
    font-family: var(--p-datacenters-font);
    font-weight: 300;
    line-height: 1.25;
    margin: 0.25em 0 3em;
    white-space: normal;
    font-style: normal;
    text-transform: none;
}


.datacenters-sws-store #myCarousel .carousel-btn {             
    display: flex;                 /* better than inline-flex here */
    justify-content: center;
    padding: 1em 2em;
    font-size: 1rem;
    font-family: var(--body-datacenters-font);
    font-weight: 400;
    color: var(--brand-datacenters-secondary-color);                   
    background-color: var(--brand-datacenters-forth-color);        
    border: none;
    border-radius: 0;              
    text-decoration: none;
    box-shadow: none;
    text-transform: none;
    overflow: hidden;
    transition: background 0.3s ease;
    border-radius: 8px;
    border: 1px solid transparent;
    transition:
        background-color .3s ease,
        color .3s ease,
        border-color .3s ease,
        box-shadow .3s ease,
        transform .3s ease;
}


/* Text wrapper (to move only the text) */
.datacenters-sws-store #myCarousel .carousel-btn span {
    display: inline-block;
    transition: transform 0.3s ease-in-out;
}

/* --- Global hover effect on slide --- */


/* Trigger button animation when hovering anywhere on the banner */
.datacenters-sws-store #myCarousel .hero-content:hover .carousel-btn {
    background-color: var(--brand-datacenters-forth-color) !important; 
    text-decoration: none;
    border-color: #82e0f5;
    box-shadow:
    0 8px 8px rgba(92, 215, 242, 0.35),
    0 0 8px rgba(92, 215, 242, 0.25);
    transform: translateY(-2px);
}

.datacenters-sws-store #myCarousel .hero-content a:focus {
    outline: none;      
}



/* Add a subtle zoom effect to the background image on hover */
.datacenters-sws-store #myCarousel .hero-content:hover .image-content img {
    transform: scale(1.05);
}

/* --- END Global hover effect on slide --- */

.carousel-control-new {
  color: var(--white-datacenters-color) !important;
  background-color: var(--brand-datacenters-primary-color);
  border: 2px solid var(--white-datacenters-color);
  border-radius: 50% !important;
  width: 40px !important;
  height: 40px !important;
  line-height: 40px;
  text-align: center;
  font-size: 20px; /* size of the arrow */
  font-weight: lighter;
  text-shadow: none;
  position: absolute; /* Position the arrows */
  top: 55%; /* Position vertically in the middle */
  transform: translateY(-50%); /* Adjust vertical position */
  transition: 0.3s ease-in-out;
}
.carousel-control-new.left {
  left: 2rem;
}
.carousel-control-new.right {
  right: 2rem;
}
.carousel-control-new:hover{
  background-color: var(--brand-datacenters-buttons-color);
  border: 2px solid var(--white-datacenters-color);
  color: var(--white-datacenters-color) !important;
  box-shadow: 0 4px 7px rgba(0, 0, 0, 0.25);
}
/* Important: carousel arrows stay above the global link */
.carousel-control-new {
    z-index: 10 !important;
}

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

/**************************************     BUTTONS     ************************************************/
/* GRID */
.datacenters-grid-container {
    display: grid;
    gap: 1em;
    margin: 20px auto;
    grid-template-columns: repeat(3, 1fr);
    grid-template-rows: auto auto auto auto;
    grid-template-areas: 
    "ad b1 b2"
    "ad b3 b4"
    "ad b5 b6"
    "b9 b7 b8";
        width: 100%;
    box-sizing: border-box; 
}

.datacenters-grid-container > a {
    min-width: 0;
    width: 100% !important;
    height: 100%;
    display: block;
    position: relative;
    text-decoration: none !important;
}

/* Mapping children to grid areas */
.datacenters-grid-container > a:nth-child(1)  { grid-area: b1; }
.datacenters-grid-container > a:nth-child(2)  { grid-area: b2; }
.datacenters-grid-container > a:nth-child(3)  { grid-area: b3; }
.datacenters-grid-container > a:nth-child(4)  { grid-area: b4; }
.datacenters-grid-container > a:nth-child(5)  { grid-area: b5; }
.datacenters-grid-container > a:nth-child(6)  { grid-area: b6; }
.datacenters-grid-container > a:nth-child(7)  { grid-area: b7; }
.datacenters-grid-container > a:nth-child(8)  { grid-area: b8; }
.datacenters-grid-container > a:nth-child(9)  { grid-area: b9; }
.datacenters-grid-container > a:nth-child(10) { grid-area: ad; }

/* END GRID STYLES */

/*  Main Card Styling */
.datacenters-item:not(.side-ad) {
    background-position: center;
    background-repeat: no-repeat;
    background-size: 100%;
}

.datacenters-item:not(.side-ad):hover {
    background-size: 101.5%;
     filter: brightness(1.5);
 
}

.bg-power {
    background-image: url(/images/pages/datacenters/button-power-blue.png);
}

.bg-cooling {
    background-image: url(/images/pages/datacenters/button-cooling-blue.png);
}

.bg-env {
    background-image: url(/images/pages/datacenters/button-env-blue.png);
}

.bg-network {
    background-image: url(/images/pages/datacenters/button-network-blue.png);
}

.bg-server {
    background-image: url(/images/pages/datacenters/button-server-blue.png);
}

.bg-backup {
    background-image: url(/images/pages/datacenters/button-backup-blue.png);
}

.bg-maintenance {
    background-image: url(/images/pages/datacenters/button-maintenance-blue.png);
}

.bg-security {
    background-image: url(/images/pages/datacenters/button-security-blue.png);
}

.bg-resources {
    background-image: url(/images/pages/datacenters/button-resources-blue.png);
}

.bg-resources-french {
    background-image: url(/images/pages/datacenters/button-resources-blue-fr.png);
}

.datacenters-item:hover .datacenters-bkgr-btn {
    background-image: linear-gradient(to right, var(--brand-datacenters-secondary-color) 10%, var(--brand-datacenters-primary-color) 90%);
}


.datacenters-item:hover .datacenters-application-title img, .datacenters-item:hover .datacenters-side-ad-title img {
    filter: drop-shadow(0 0 18px rgba(92, 215, 242, 1))
            drop-shadow(0 0 18px rgba(92, 215, 242, 1));
    transition: filter .1s ease;
}

.datacenters-item {
    border-radius: 8px;
    overflow: hidden !important;
    display: flex;
    flex-direction: column;
    transition: all 0.4s cubic-bezier(0.165, 0.84, 0.44, 1);
    height: 100%;
    min-height: 160px;
    align-items: start;
}



/* Title Block (category buttons) */
.datacenters-bkgr-btn {
    padding: 12px 15px;
    background-color:var(--brand-datacenters-primary-color);
    display: block;
    width: 100%;
    position: relative;
    overflow: hidden !important;
    box-sizing: border-box;
}


.datacenters-application-title {
    display:flex;
    flex-direction: row;
    align-items: center;
}

.datacenters-bkgr-btn::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 2px;
    background: var(--brand-datacenters-third-color);
    transform: scaleX(0);
    transform-origin: left center;
    transition: transform .35s ease;
}


.datacenters-item:hover  .datacenters-bkgr-btn::after {
    transform: scaleX(1);
}


.datacenters-application-title img {
    height: 1.55rem;
    width: auto;
    margin-right: 1em;
    transition: filter .3s ease;
}


.application-title {
    font-family: var(--p-datacenters-font--regular);
    font-weight: 400;
    font-size: 1rem;
    color: white;
    margin: 0;
    line-height: 1.2;
    text-transform: uppercase;
}

/* Specific styles for SIDE AD*/
.datacenters-item.side-ad {
    height: 100%;
    width: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding: 0 !important;
    text-align: center;
    overflow: hidden;
    box-sizing: border-box;
    align-items: stretch;
    background: url(/images/pages/datacenters/nav-image-color.png);
    background-repeat: no-repeat;
    background-position:center top;
    background-size: cover;
    border-radius:8px;
}

.datacenters-item.side-ad img {
    height: 1.55rem;
    width: auto;
    margin-right: 1em;
    transition: filter .3s ease;
}



.datacenters-item.side-ad:hover {
     filter: brightness(1.35);
     overflow:hidden;
     border-radius:8px;
}

        

.datacenters-side-ad-title{
    margin: 0 !important;
    display:flex;
    flex-direction: row;
    align-items: center;
}
                        

.datacenters-side-ad-title p{
    text-align: left !important; 
    padding-top: 3px;
}


/* "Learn More" Button inside Side Ad */
.datacenters-side-ad-cta {
  margin: 10px 0 0 0;
  position: relative;
  z-index: 1;
}  

.side-ad-btn {
    display:flex;
    width: 100%;
    margin-top: 0px;
    font-size: 1rem;
    font-family: var(--body-datacenters-font);
    box-shadow: none;
    position: relative;
    align-items: center;
    justify-content: center;
    width: 100%;
    padding: 15px 0;
    color: var(--brand-datacenters-primary-color) !important;
    gap: 0px;
    background-color: var(--brand-datacenters-forth-color) !important;
    text-decoration: none;
    font-weight: 400;
    border: none;
    overflow: hidden;
    transition: background 0.3s ease;
    cursor: pointer;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-right-radius: 8px;
    border-bottom-left-radius: 8px;
}

/* Text slide animation on hover */
.side-ad-btn span {
    display: inline-block;
    transition: transform 0.3s ease-in-out; 
}

.datacenters-grid-container > a:nth-child(10) {
    grid-area: ad;
    width: 100% !important;
    max-width: 100% !important;
}
/* --- GLOBAL HOVER EFFECTS FOR THE LINK CONTAINER --- */

/* Button background color shift */

.datacenters-item-link:focus-visible {
    outline: none;
}


/* --- Datacenter Applications Page --- */

.datacenter-applications h1 {
    font-weight: 800;
    font-size: 1.6em;
    text-transform: uppercase;
    text-align: left;
    padding: 10px 20px 0 20px;
    margin-bottom: 0px;
}

.datacenter-applications h2 {
    font-weight: 600;
    font-size: 1.2em;
    line-height: 1.1;
    text-transform: uppercase;
    text-align: left;
    padding: 0px 20px 0px 20px;
    margin-bottom: 0px;
    margin-top: 0px !important;
}

.datacenter-applications h4 {
    font-weight: 500;
    font-size: 1.2em;
    text-align: left;
    font-style: italic;
    line-height: 1.2;
    padding: 0px 20px 20px 20px;
}

.datacenter-map{
    position: relative;
    width: 100%;
    overflow: visible;
}

.datacenter-map-spacer {
    height: 0;
    transition: height .3s ease;
}


.datacenter-map:has(#environmental.active) + .datacenter-map-spacer {
    height: 110px;
    background: rgba(4,16,38,.19);
    backdrop-filter: blur(4px);
}

.datacenter-map:has(#power.active) + .datacenter-map-spacer {
    height: 60px;
    background: rgba(4,16,38,.19);
    backdrop-filter: blur(4px);
}


.datacenter-map:has(#maintenance.active) + .datacenter-map-spacer {
    height: 140px;
    background: rgba(4,16,38,.19);
    backdrop-filter: blur(4px);
}

.datacenter-map:has(#backup.active) + .datacenter-map-spacer {
    height: 60px;
    background: rgba(4,16,38,.19);
    backdrop-filter: blur(4px);
}

.datacenter-map img{
    display: block;
    width: 100%;
    height: auto;
}

.map-image{
    display: block;
    width: 100%;
    height: auto;
}

.map-overlay{
    position: absolute;
    inset: 0;
    pointer-events: none;

    background: rgba(4,16,38,0);
    backdrop-filter: blur(0px);

    transition:
        background .35s ease,
        backdrop-filter .35s ease;
}

.datacenter-map.card-open .map-overlay{
    background: rgba(4,16,38,.18);
    backdrop-filter: blur(4px);
}


.applications-flow{
    display:flex;
    justify-content:space-between;
    gap:5px;
    margin:10px 0;
    padding: 0 20px;
    margin-bottom: 2rem;
}

.flow-item{
    display:flex;
    flex: 1 1 0;
    flex-direction: column;
    cursor:pointer;
    border: 1px solid var(--brand-datacenters-primary-color);
    border-radius: 8px;
    padding: 8px;
}

.flow-item-icon-title{
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
}

.flow-item-icon-title img {
    width: 30px;
    height: 30px;
    margin: 0 6px 6px 0;
}


.flow-item-icon-title h3{
    font-weight: 600;
    font-size: 1em;
    margin:0 0 4px;
    line-height: 1;
    font-family: var(--p-datacenters-font); 
    color: var(--brand-datacenters-primary-color);
}

.flow-item-text p{
    margin:0;
    font-size: 0.85em;
    line-height: 1;
    font-family: var(--p-datacenters-font); 
    color: var(--brand-datacenters-primary-color);
}

ul.hotspot-links {
    padding: 0;
    margin: 0;
}


#power {
    left: 25%;
    top: 22%;
}

#cooling {
    left: 71%;
    top: 14%;
}

#environmental {
    left: 25%;
    top: 47%;
}

#network {
    left: 55%;
    top: 18%;
}

#server {
    left: 50%;
    top: 40%;
}

#backup {
    left: 75%;
    top: 40%;
}

#maintenance {
    left: 36%;
    top: 50%;
}

#security {
    left: 70%;
    top: 57%;
}


.hotspot-links li {
    list-style: none;
    line-height: 1.8em;
}

.hotspot{
    position:absolute;
    transform:translate(-50%, -50%);
    display:flex;
    align-items:center;
    gap:12px;
    cursor:pointer;
}

.hotspot-icon{
    width:44px;
    height:44px;
    border-radius: 8px;
    display:flex;
    align-items:center;
    justify-content:center;

    background:rgba(4,16,38,.8);
    border:1px solid #5CD7F2;

    transition:
        transform .35s ease,
        box-shadow .35s ease,
        border-color .35s ease;
         box-shadow:
        0 8px 20px rgba(0,0,0,.45),
        0 2px 8px rgba(0,0,0,.35);
        z-index: 30;
}

.hotspot-icon img{
    width:28px;
    height:28px;
}


.hotspot:hover .hotspot-icon{

    transform:scale(1.15);

    border-color:#5CD7F2;

    box-shadow:
        0 0 14px rgba(92,215,242,.8),
        0 0 35px rgba(92,215,242,.45);
}


.hotspot-card{
    position:absolute;
    top: calc(100% - 15px);
    left:50%;
    width:360px;
    background-image: linear-gradient(
        to right,
        var(--brand-datacenters-primary-color) 10%,
        var(--brand-datacenters-secondary-color) 90%);
    border-radius:8px;
    overflow:hidden;
    opacity:0;
    visibility:hidden;
    transform: translateX(-50%) scale(.96);
    transition:
        opacity .3s,
        transform .3s,
        visibility .3s;
    box-shadow:
        0 20px 50px rgba(0,0,0,.35);
    z-index:20;
}


.hotspot-card img{
    width:100%;
    height:180px;
    object-fit:cover;
    display:block;
}

.hotspot-card-content{
    padding:15px;
}


.hotspot-card h3{
    margin:0 0 12px 10px;
    color:white;
    font-size:1.3rem;
    font-weight:600;
}

.hotspot-card h4{
    margin:0 0 12px 10px;
    color:white;
    font-size:1rem;
    font-weight:500;
    font-style: italic;
}


.hotspot-card p{
    color:#d6dce5;
    line-height:1.6;
    margin-bottom:20px;
}

.hotspot-link{
    color:#5CD7F2;
    font-weight:600;
}



.hotspot.active .hotspot-card{
    opacity:1;
    visibility:visible;
    transform:translateX(-50%) translateY(0);
}

.hotspot.active .hotspot-icon{
    transform:scale(1.15);

    box-shadow:
        0 0 18px rgba(92,215,242,.8),
        0 0 35px rgba(92,215,242,.4);
}

.hotspot{
    z-index:1;
}

.hotspot.active{
    z-index:100;
}

.card-list a {
    position:relative;
    display:block;
    padding:2px 10px;
    transition:
        color .25s ease,
        padding-left .25s ease;
}

.card-list a::before {
    content: "";
    position: absolute;
    left: -2px;
    bottom: -1px;

    width: 7px;
    height: 7px;

    border: 1.5px solid #5CD7F2;
    border-radius: 50%;
    background: transparent;

    opacity: 0;
    transform: scale(.3);

    transition:
        opacity .2s ease,
        transform .2s ease,
        box-shadow .2s ease;

    box-shadow:
        0 0 4px rgba(92,215,242,.6),
        0 0 8px rgba(92,215,242,.35);
}

.card-list a::after {
    content:"";
    position:absolute;
    left:7px;
    right:0;
    bottom:2px;
    height:2px;
    background:linear-gradient(
        90deg,
        #5CD7F2,
        #3784D9
    );
    transform:scaleX(0);
    transform-origin:left;
    transition:transform .3s ease;
}

.card-list a:hover::before {
    opacity: 1;
    transform: scale(1);

    box-shadow:
        0 0 6px rgba(92,215,242,.8),
        0 0 12px rgba(92,215,242,.45);
    
}
 .card-list a:hover::after {
    transform: scaleX(1);
    box-shadow:
    0 -3px 10px rgba(92,215,242,.85),
    0 -6px 20px rgba(92,215,242,.45);
   
}




@media (max-width: 1199px) {
/**************************************     HEADER     ************************************************/
.datacenters-header > .row-fluid {
  max-width: 914px;
}
/**************************************     NAV     ************************************************/
 .navbar .nav.navbar-datacenters-subsite {
    width: 68.5%;
}

.datacenters-search form#ProductDisplayForm {
  width: 80%;
  }

.navbar .nav > li > .datacenters-whole-cateogies-list-menu.dropdown-menu, .navbar .nav > li > .datacenters-whole-cateogies-list-menu.datacenters-whole-cateogies-list-menu-french.dropdown-menu {
    width: 933px;
    left: -29em;
    top: 46px;
}

.navbar .nav > li > .datacenters-whole-cateogies-list-menu.dropdown-menu{
        height: 35.7em;
     }



.navbar .nav > li > .datacenters-whole-cateogies-list-menu.datacenters-whole-cateogies-list-menu-french.product-list.dropdown-menu {
     height: 36.6em !important;   
}

.navbar .nav > li > .datacenters-whole-cateogies-list-menu.applications-list.dropdown-menu {
    left: -38em;
}

.navbar .nav > li > .datacenters-whole-cateogies-list-menu.datacenters-whole-cateogies-list-menu-french.applications-list.dropdown-menu {
    left: -38em;
    height: 40.3em !important;
}


.nav-home-icon-svg {
    width: 18px;
    height: 18px;
}
.navbar.navbar-inner-datacenters-subsite .nav > li > a {
    font-size: 1.1rem !important;
}


.nav-image > a {
    min-height: 36.7em;
}

.datacenters-whole-cateogies-list-menu.datacenters-whole-cateogies-list-menu-french.product-list.dropdown-menu .nav-image > a {
    min-height: 37.65em;
}



.hover-underline-animation::before {
    bottom: 9px;
}

.datacenters-header#store-banner a {
    font-size: 0.85rem;
}

/**************************************     SEARCH BAR     ************************************************/

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

.datacenters-sws-store #myCarousel .hero-section {
  background-image:  url(/images/pages/datacenters/wave.png), linear-gradient(to right, var(--brand-datacenters-primary-color) 10%, var(--brand-datacenters-secondary-color) 90%);
   background-size: 110% auto, cover;
   background-position: center 100%, center;
}

.datacenters-sws-store #myCarousel .text-content {
    padding: 0;
    width: 100%;
    max-width: 600px;
}

.datacenters-sws-store #myCarousel .hero-content .image-content {
    height: 46%;
}

.datacenters-sws-store #myCarousel .image-content {
  text-align: right;
}
.carousel-control-new.left {
  left: 0.75rem; /* Position the left arrow */
}
.carousel-control-new.right {
  right: 0.75rem; /* Position the right arrow */
}
.supplier-logo {
    width: 80%;
}

.datacenters-sws-store #myCarousel .hero-content {
    padding: 0 34px;
}
/**************************************     BUTTONS     ************************************************/

.application-title {
    font-size: 0.8rem;
}

.datacenters-item:not(.side-ad) {
    background-position: bottom;
}

/**************************************     SIDE AD     ************************************************/

/**************************************     INTERACTIVE MAP     ************************************************/
 .applications-flow {
        display: flex;
        flex-wrap: wrap;
         justify-content: center;
        gap: 12px;
    }

.flow-item {
    flex: 0 0 calc((100% - 24px) / 3);
        box-sizing: border-box;
    }

.flow-item-icon-title h3 {
    
    font-size: 1em;
    }
 
.flow-item-text p{
    font-size: 0.9em;
}

.hotspot-icon{
    width:30px;
    height:30px;
}

.hotspot-icon img{
    width:20px;
    height:20px;
}

.hotspot-card{
    width:280px;
}


.datacenter-map:has(.hotspot.active) + .datacenter-map-spacer {
    background: rgba(4,16,38,.19);
    backdrop-filter: blur(4px);
    height: 100px;
}

.datacenter-map:has(#environmental.active) + .datacenter-map-spacer {
    height: 180px;
    background: rgba(4,16,38,.19);
    backdrop-filter: blur(4px);
}

.datacenter-map:has(#maintenance.active) + .datacenter-map-spacer {
    height: 230px;
    background: rgba(4,16,38,.19);
    backdrop-filter: blur(4px);
}

.datacenter-map:has(#backup.active) + .datacenter-map-spacer {
    height: 150px;
    background: rgba(4,16,38,.19);
    backdrop-filter: blur(4px);
}

.datacenter-map:has(#power.active) + .datacenter-map-spacer {
    height: 150px;
    background: rgba(4,16,38,.19);
    backdrop-filter: blur(4px);
}
}



@media (max-width: 979px) {
  .row-fluid.datacenters-sws-store{
    padding-top: 9px;
  }
/**************************************     HEADER     ************************************************/
.navbar-inner.datacenters-mobile {
  font-family: var(--p-datacenters-font); 
  background: #ffffff;
  background-color: var(--white-datacenters-color);
  padding-top: 7px;
  padding-bottom: 0;
}
.datacenters-mobile .logo-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  gap: 10px;
  align-items: center;
}
.datacenters-mobile .span3 {
  width: 25%;
  float: left;
  margin: 0px;
}
.datacenters-mobile img.brand.mobile-logo {
  width: 100%;
  padding: 0px;
  margin: 0px;
}
.datacenters-mobile .span9 {
  margin-left: 0px;
  margin-top: 0;
  width: 60%;
}
/**************************************     SEARCH BAR     ************************************************/
.datacenters-mobile .mobile-search {
    width: 100%;
    margin-top: 0;
    padding: 0;
}
/* Style for the button */
.datacenters-mobile .mobile-search form#ProductDisplayForm button.btn.btn-default {
    background-color: var(--brand-datacenters-primary-color);
    border-radius: 0 8px 8px 0;
    border: none;
    width: 40px;
    height: 34px !important;
    position: absolute;
    right: -4px;
    top: 50%;
    transform: translateY(-50%);
    transition: background-color 0.4s ease;
    z-index: 2;
    padding: 7px 7px 7px 10px;
}
/* Search bar container */
.datacenters-mobile .mobile-search .input-append {
  margin-left: auto;
  margin-right: 0;
  position: relative;
  left: 0;
  width: 250px;
}
/* Input field styling */
.datacenters-mobile .mobile-search input#ProductSearch.appendInputButton {
    font-family: var(--p-datacenters-font);
    color: var(--brand-datacenters-forth-color);
    border: none;
    background-color: transparent;
    padding: 7px 0px !important;
    margin-right: 0px;
    margin-left: 0px;
    font-weight: 500;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    border: none;
    left: 7px;
    width: 96%;
}
.datacenters-mobile .mobile-search form#ProductDisplayForm {
    width: 98%;
    padding: 0 0.4rem 0 0;
    transform: translate(0%, 0%);
    background: var(--white-datacenters-color);
    height: 32px;
    border-radius: 8px;
    transform-origin: right;
    transition: width 0.4s ease, background-color 0.4s ease, right 0.4s ease;
    border: 1px solid var(--brand-datacenters-general-color);
    border-right: none;
}
/* Change Button Color & Move Left when Hovering */
.datacenters-mobile .mobile-search.input-append:hover form#ProductDisplayForm button.btn.btn-default,
.datacenters-mobile .mobile-search.input-append:focus-within form#ProductDisplayForm button.btn.btn-default {
  background-color: var(--brand-datacenters-primary-color);
}
/* Input focus styling */
.datacenters-mobile .mobile-search input.refine-search.appendInputButton:focus {
  color: var(--brand-datacenters-primary-color);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border-color: var(--white-datacenters-color);
}
/* Target the button when the parent container is focused */
.datacenters-mobile .mobile-search .input-append:focus-within .btn {
  background-color: transparent;
}
.datacenters-mobile .input-append input.refine-search.appendInputButton::-webkit-input-placeholder {
  /* Chrome, Opera, Safari */
  color: var(--brand-datacenters-primary-color);
}
.datacenters-mobile .input-append input.refine-search.appendInputButton:-moz-placeholder {
  /* Firefox 4-18 */
  color: var(--brand-datacenters-primary-color);
}
.datacenters-mobile .input-append input.refine-search.appendInputButton::-moz-placeholder {
  /* Firefox 19+ */
  color: var(--brand-datacenters-primary-color);
}
.datacenters-mobile .input-append input.refine-search.appendInputButton:-ms-input-placeholder {
  /* IE 10-11 */
  color: var(--brand-datacenters-primary-color);
}
.datacenters-mobile .input-append input.refine-search.appendInputButton::-ms-input-placeholder {
  /* MS Edge */
  color: var(--brand-datacenters-primary-color);
}
.datacenters-mobile .input-append input.refine-search.appendInputButton::placeholder {
  /* your styles */
  color: var(--brand-datacenters-primary-color);
}
/**************************************     NAV     ************************************************/
/* Main nav wrapper */
.datacenters-mobile .sws-mobile-header-nav .navbar-datacenters-subsite-mobile {
  width: 100%;
  margin: 0 !important;
  border-radius: 0;
}
/* Main nav container full width */
.datacenters-mobile #SWS-mobile-nav-button-adjust {
    display: flex;
    width: 100%;
    padding: 0;
    list-style: none;
    background-color: var(--brand-datacenters-primary-color);
    border: none;
    border-radius: 8px;
    position: relative;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-around;
}


/* All nav items reset */
.datacenters-mobile #SWS-mobile-nav-button-adjust > li {
  margin: 0;
  padding: 0;
  text-align: center;
  position: relative; /* dropdown attaches to Products li */
  background-color: transparent;
}
.datacenters-mobile #SWS-mobile-nav-button-adjust > li.nav-item.datacenters-home {
    flex: 0 0 50px; /* fixed width for icon */
    background-color: transparent;
}


.datacenters-mobile #SWS-mobile-nav-button-adjust > li.nav-item.datacenters-products {
    flex: 1; /* equal space */
    background-color: transparent;
}


/* Products & About equal size */
.datacenters-mobile #SWS-mobile-nav-button-adjust > li.nav-item.datacenters-products:hover{
    background-color: var(--brand-datacenters-secondary-color);
    box-shadow: none;
    border-radius: 0 8px 8px 0;
}


.datacenters-mobile #SWS-mobile-nav-button-adjust > li a.nav-item.datacenters-products:hover, 
.datacenters-mobile #SWS-mobile-nav-button-adjust > li a.nav-item.datacenters-products:active,
.datacenters-mobile #SWS-mobile-nav-button-adjust > li a.nav-item.datacenters-products:focus {
    color: white;
    box-shadow: none;
}




/* Divider between items */
.datacenters-mobile #SWS-mobile-nav-button-adjust > li + li:not(.collapse) {
    border-left: 1px solid var(--white-datacenters-color);
}
/* Links inside nav items */
.datacenters-mobile #SWS-mobile-nav-button-adjust > li > a, 
.datacenters-mobile #SWS-mobile-nav-button-adjust > li > .nav-home-icon {
    display: flex;
    width: 100%;
    padding: 7px 0px;
    color: white;
    text-decoration: none;
    align-items: center;
    justify-content: space-around;
    text-transform: uppercase;
    font-size: 1rem;
    font-family: var(--p-datacenters-font) !important;
}

.datacenters-mobile .datacenters-mobile-sub-nav.collapse {
  -webkit-transition: height .8s ease;
  -moz-transition: height .8s ease;
  -o-transition: height .8s ease;
  transition: height .8s ease;
}
/* Collapsible submenu */
li#mobile-sws-1,
li#mobile-sws-2 {
  width: 100%;
}
/* Submenu items */
.datacenters-mobile .datacenters-mobile-sub-nav.collapse ul.accordion-inner {
    margin: 0;
    padding: 0;
    list-style: none;
    border-top: solid 1px white;
    background-color: white;
    border-radius: 0 0 8px 8px;
}

.datacenters-whole-cateogies-list-menu-wrapper {
    display: flex;
    justify-content: space-between;
    gap: 25px;
    text-align: left;
    padding: 15px;
    font-family: var(--p-datacenters-font);
    background-color: var(--brand-datacenters-primary-color);
    border-radius: 0 0 8px 8px;
}

.datacenters-whole-cateogies-list-menu-wrapper a {
    font-family: var(--p-datacenters-font);
    padding: 0px 0px;
}

/* Remove default list styles */
.datacenters-whole-cateogies-list-menu {
    list-style: none;
    margin: 0;
    padding: 0;
    flex: 1;
    padding-left: 15px;
}

/* Spacing between items */
.datacenters-mobile .datacenters-whole-cateogies-list-menu li {
    margin-bottom: 0;
    padding: 4px 3px;
    padding-right:10px;
}

.datacenters-mobile .datacenters-whole-cateogies-list-menu li:hover {
    background-color: var(--brand-datacenters-primary-color);
    color: #fff;
}


.datacenters-mobile .datacenters-whole-cateogies-list-menu li.dropdown-main-header-title {
    display: block;
    position: relative;
    font-family: "Google Sans Flex" !important;
}

.datacenters-mobile .datacenters-whole-cateogies-list-menu .dropdown-main-header-title a {
    color: var(--brand-datacenters-third-color);
    font-family: "Google Sans Flex" !important;
    font-size: 1rem;
    display: block;
    width: 100%;
    height: 100%;
}


.datacenters-mobile .datacenters-whole-cateogies-list-menu .dropdown-main-header-title {
    margin-top: 1em;
    position: relative;
    padding-top: 3px;
}

.datacenters-mobile .solutions-by-application 
.datacenters-whole-cateogies-list-menu 
.dropdown-main-header-title {
    margin-top: 10px;      /* remove gaps */
    padding-top: 0;     /* move spacing inside the link instead */
}


 /* mobile hover corrections */  
 

.dropdown-header a::before,
.dropdown-main-header-title a::before {
    left: -7px;
    bottom: -4px;
}

.dropdown-header a::after, .dropdown-main-header-title a::after  {
    left:2px;
    bottom:-1px;
}

.dropdown-main-header-title.multiline-category a::after{
    bottom:0px;
}

.dropdown-main-header-title.multiline-category a::before{
    bottom:-4px;
}

.dropdown-header a:focus::before,
.dropdown-header a:active::before,
.dropdown-main-header-title a:focus::before,
.dropdown-main-header-title a:active::before {
    opacity: 1;
    transform: scale(1);

    box-shadow:
        0 0 6px rgba(92,215,242,.8),
        0 0 12px rgba(92,215,242,.45);
}

.dropdown-header a:focus::after,
.dropdown-header a:active::after,
.dropdown-main-header-title a:focus::after,
.dropdown-main-header-title a:active::after {
    transform: scaleX(1);

    box-shadow:
        0 -3px 10px rgba(92,215,242,.85),
        0 -6px 20px rgba(92,215,242,.45);
} 
 
  /* END of mobile hover corrections */    
    

.datacenters-whole-cateogies-list-menu.col-1
.dropdown-main-header-title:first-child::before, .solutions-by-application .datacenters-whole-cateogies-list-menu
.dropdown-main-header-title:first-child::before {
    display: none;
}


.datacenters-mobile .datacenters-whole-cateogies-list-menu .dropdown-header a {
    font-weight: 400;
    color: white !important;
}

    /* When the mouse leaves (no longer hovering), force-remove the background even if the focus is still active. */
    @media (hover: hover) {
        .datacenters-mobile .sws-mobile-header-nav .nav > li > a:focus:not(:hover) {
            background: transparent !important;
        }
    }
    
    
.datacenters-mobile .datacenters-whole-cateogies-list-menu li.dropdown-header:active,
.datacenters-mobile .datacenters-whole-cateogies-list-menu li.dropdown-header:focus,
.datacenters-mobile .datacenters-whole-cateogies-list-menu li.dropdown-header:hover{
    margin-left: 0px;
    background: var(--brand-datacenters-primary-color);
    color: white !important;
}

.datacenters-mobile #SWS-mobile-nav-button-adjust > li > .nav-home-icon{
  padding: 7px 0;
}

/* Remove hover/active/focus effect ONLY on the Home button */
.datacenters-mobile #SWS-mobile-nav-button-adjust > li > .nav-home-icon:hover,
.datacenters-mobile #SWS-mobile-nav-button-adjust > li > .nav-home-icon:focus,
.datacenters-mobile #SWS-mobile-nav-button-adjust > li > .nav-home-icon:active {
    background-color: transparent !important;
    color: var(--brand-datacenters-buttons-color) !important;
}

.datacenters-mobile .datacenters-whole-cateogies-list-menu .dropdown-main-header-title.multiline-category a{ 
  display: inline-block;
  line-height: 1.2;
  vertical-align: middle;
  white-space: normal;
  word-wrap: break-word;
}

.dropdown-header a, .dropdown-main-header-title a, .dropdown-main-header-title span {
    padding: 2px 0px;
}
    
    
/* SUB menu STYLES */

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

/**************************************     HEROS     ************************************************/
.carousel-top.datacenters-sws-store {
  margin-top: 0px;
  width: 100vw !important;
  position: relative;
  margin-left: -50vw;
  left: 50%;
}
.row-fluid.datacenters-sws-store {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0;
  margin-top: 0;
}

.datacenters-sws-store #myCarousel .hero-content .image-content {
    justify-content: center;
    height: 50%;
}


.datacenters-sws-store #myCarousel .carousel-inner.hero-section, 
.datacenters-sws-store #myCarousel .carousel-inner.hero-section-french {
    display: flex;
    align-items: flex-start;
     height: 350px; 
}
.datacenters-sws-store #myCarousel .hero-content {
    margin: 0 auto;
    max-height: 350px;
}
.datacenters-sws-store #myCarousel .text-content {
    padding: 0 ;
     width: 100%;
    max-width: 600px;
}
.datacenters-sws-store #myCarousel .text-content .text-contnet-inside {
    padding: 1.5em 2em 1em 2em;
}
.datacenters-sws-store #myCarousel .image-content {
  text-align: center;
}
.datacenters-sws-store #myCarousel .carousel-btn {
  font-size: 0.9rem;
}
.datacenters-sws-store #myCarousel .hero-content .image-content img {
    max-height: 350px;
    position: relative;
    left: -20%;
}
 
/**************************************     BUTTONS     ************************************************/


/**************************************     SIDE AD     ************************************************/



.datacenters-item {
    min-height: 145px;
}

.hotspot-card img {
    width: 100%;
    height: 150px;
}

.datacenter-map:has(#environmental.active) + .datacenter-map-spacer {
    height: 210px;
    background: rgba(4,16,38,.19);
    backdrop-filter: blur(4px);
}

.datacenter-map:has(#network.active) + .datacenter-map-spacer {
    height: 140px;
    background: rgba(4,16,38,.19);
    backdrop-filter: blur(4px);
}

.datacenter-map:has(#maintenance.active) + .datacenter-map-spacer {
    height: 245px;
    background: rgba(4,16,38,.19);
    backdrop-filter: blur(4px);
}

.datacenter-map:has(#backup.active) + .datacenter-map-spacer {
    height: 170px;
    background: rgba(4,16,38,.19);
    backdrop-filter: blur(4px);
}

.datacenter-map:has(#power.active) + .datacenter-map-spacer {
    height: 210px;
    background: rgba(4,16,38,.19);
    backdrop-filter: blur(4px);
}

.datacenter-map:has(#server.active) + .datacenter-map-spacer {
    height: 140px;
    background: rgba(4,16,38,.19);
    backdrop-filter: blur(4px);
}


.side-ad-btn {
    font-size: 0.8rem;
}

/* End Side Ad*/

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

}

@media (min-width: 768px) and (max-width: 978px) { 

.navbar-inner.datacenters-mobile {
    padding-left: 20px;
}
}




@media (min-width: 481px) and (max-width: 978px) { 

.datacenters-whole-cateogies-list-menu.col-2 .dropdown-main-header-title:first-child::before {
    display: none;
}
}


@media (max-width: 768px) {
  .row-fluid.datacenters-sws-store {
    padding-top: 0px;
}
/**************************************     NAV     ************************************************/
.datacenters-whole-cateogies-list-menu-wrapper {
    gap: 10px;
    padding: 15px 20px;
}

/**************************************     HEADER     ************************************************/
.navbar-inner.datacenters-mobile {
  margin-left: -20px;
  margin-right: -20px;
}
.datacenters-mobile .span3 {
  width: 30%;
}
.datacenters-mobile .span9 {
  margin-bottom: 0;
}
.datacenters-mobile .mobile-search form#ProductDisplayForm {
    height: 34px;
}
/**************************************     HEROS     ************************************************/
.row-fluid.datacenters-sws-store {
  padding-bottom: 0;
}
.datacenters-sws-store #myCarousel .carousel-inner.hero-section, 
.datacenters-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 400px;
    margin-top: 0;
    box-shadow: none;
}
/*
.datacenters-sws-store #myCarousel .hero-content {
    margin: 0 auto;
    max-height: 320px;
}
*/

.datacenters-sws-store #myCarousel .hero-content {
    margin: 0.2em auto;
    display: flex;
    flex-direction: column-reverse;
    max-height: 400px;
}

.datacenters-sws-store #myCarousel .hero-content .image-content {
    justify-content: center;
    height: 70%;
    margin-top: 25px;
}


.datacenters-sws-store #myCarousel .text-content .text-contnet-inside {
    padding: 1em 1.1em 0.5em 1.6em;
    box-shadow: none !important;
}
.datacenters-sws-store #myCarousel .hero-content .image-content img {
    box-shadow: none;
    max-height: 320px; 
} 

.supplier-logo {
    box-shadow: none !important;
    overflow: hidden;
}

.supplier
.carousel-indicators {
  margin-bottom: 10px;
}

.datacenters-sws-store #myCarousel h2 {
    font-size: clamp(1.1rem, 2.2vw, 0.9rem);
    margin-bottom: 1.5em;
}


/**************************************     BUTTONS     ************************************************/
/* Hide Side ad */
.datacenters-grid-container > a:nth-child(10),
.side-ad { 
  
}

/* Rebuild the GRID "ad" */
.sws-datacenters-buttons .datacenters-grid-container {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  grid-template-areas:
  "ad b1"
  "b2 b3"
  "b4 b5"
  "b6 b7"
  "b8 b9";
  gap: 8px;
  width: 100%;
  padding: 0 !important;
}


.datacenters-item:not(.side-ad) {
    min-height: 164px;
}

.hotspot-card img {
    width: 100%;
    height: 120px;
}

.datacenter-map:has(#environmental.active) + .datacenter-map-spacer {
    height: 230px;
}

.datacenter-map:has(#network.active) + .datacenter-map-spacer {
    height: 190px;
}
.datacenter-map:has(#cooling.active) + .datacenter-map-spacer {
    height: 160px;
}


.datacenter-map:has(#maintenance.active) + .datacenter-map-spacer {
    height: 280px;
}

.datacenter-map:has(#security.active) + .datacenter-map-spacer {
    height: 150px;
}

.datacenter-map:has(#backup.active) + .datacenter-map-spacer {
    height: 200px;
}

.datacenter-map:has(#power.active) + .datacenter-map-spacer {
    height: 240px;
}

.datacenter-map:has(#server.active) + .datacenter-map-spacer {
    height: 140px;
}




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

}



@media (max-width: 600px) {
/**************************************     HEADER     ************************************************/
.datacenters-mobile .mobile-search form#ProductDisplayForm {
    height: 34px;
    width: 99%;
    float: left;
}
.datacenters-mobile .mobile-search form#ProductDisplayForm button.btn.btn-default {
    right: -5px;
}
/**************************************     NAV     ************************************************/
.datacenters-mobile .nav-home-icon-svg {
    width: 16px;
    height: 16px;
    padding: 2px;
}
.datacenters-mobile #SWS-mobile-nav-button-adjust > li > a {
    padding: 7px 0px;
}


.datacenters-whole-cateogies-list-menu-wrapper {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.datacenters-whole-cateogies-list-menu.col-1 
.dropdown-main-header-title:first-child::before {
    display: none;
}

.datacenters-whole-cateogies-list-menu-wrapper {
    gap: 0px;
    padding: 15px 10px;
}

.dropdown-main-header-title span {
    padding-top: 5px;
}

/**************************************     HERO     ************************************************/
.datacenters-sws-store #myCarousel .hero-section {
background-size: 150% auto, cover;
   background-position: center 100%, center;
}



.row-fluid.datacenters-sws-store {
  padding-top: 0px;
}
.datacenters-sws-store #myCarousel .carousel-inner.hero-section, 
.datacenters-sws-store #myCarousel .carousel-inner.hero-section-french {
    height: 400px;
}
.datacenters-sws-store #myCarousel .hero-content {
    margin: 0.2em auto;
    display: flex;
    flex-direction: column-reverse;
    max-height: 400px;
}

.datacenters-sws-store #myCarousel h2 {
    font-size: clamp(1rem, 2.2vw, 1rem);
}



.datacenters-sws-store #myCarousel .carousel-inner, .datacenters-sws-store #myCarousel .carousel-inner .item, .datacenters-sws-store #myCarousel .carousel-inner .carousel-item, .datacenters-sws-store #myCarousel .hero-section {
    height: 400px;
}

.datacenters-sws-store #myCarousel .text-content {
    max-width: unset;
/*     margin-top: 1.5em; */
    margin: 1.5em;
}
.datacenters-sws-store #myCarousel .text-content .text-contnet-inside {
    padding: 1em;
    height: 100%;
}

.datacenters-sws-store #myCarousel .text-content .text-contnet-inside::after {
    bottom: -50%;   /* pushes image down */
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url(/images/pages/datacenters/datacenters-icon-white.png);
    background-repeat: no-repeat;
    background-position: right bottom;
    background-size: contain;
    opacity: 0.15;   /*15% transparency */
    pointer-events: none;
}

.supplier-logo {
    width: 60%;
    margin-bottom: 0.5em;
}
.datacenters-sws-store #myCarousel h2 {
    margin: 10px 0 18px;
}
.about-datacenters-main-content h2 {
    line-height: 1.3;
}
.datacenters-sws-store #myCarousel .carousel-btn {
    font-size: 1rem;
    padding: 16px;
}
 .datacenters-sws-store #myCarousel .hero-content .image-content {
    width: 96%;
    height:80%;
    margin-top: 35px;
    text-align: center;
    overflow: hidden;
}
.datacenters-sws-store #myCarousel .hero-content .image-content img {
    box-shadow: none;
    max-height: unset;
    height: 100%;
    width: auto;
    object-fit: contain;
    transition: transform 0.8s ease-in-out;
}

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

.datacenters-item:not(.side-ad) {
    min-height: 132px;
}

/* ********* END BUTTONS ********* */
/**************************************     INTERACTIVE MAP PAGE     ************************************************/
 .datacenter-map {
    padding: 0;
}
 
 
  .datacenter-map > img,
    .datacenter-map > .map-overlay {
        display: none;
    }


 .datacenter-applications h4 {
     font-size: 1em;
    text-align: left;
    font-style: italic;
    line-height: 1.2;
    padding: 0px 20px 10px 20px;
}

.applications-flow {
    display: block;
    margin: 10px 0;
    padding: 0 20px;
    margin-bottom: 2rem;
}

.flow-item {
    display: block;
    flex-direction: column;
    margin-bottom: 10px;
}

 .hotspot {
        display: flex;
        flex-direction: column;
        position: static;
        left: auto !important;
        top: auto !important;
        transform:none;
        padding: 0 20px 20px 20px;
        margin: auto;
        align-items: center;
        gap: 0;
    
    }
    
     .hotspot-card {
        position: relative;
        opacity: 1;
        visibility: visible;
        transform: none;
        width: 100%;
        left:auto;
        margin-top: -15px;
    }
    
    .hotspot.active .hotspot-card{
    transform:translateX(0) translateY(0);
}

.hotspot-icon{
    width:64px;
    height:64px;
    background-color:var(--brand-datacenters-primary-color);
    }
    
    .datacenter-map-spacer {
    display: none;
}

    
}


@media (max-width: 480px) {
/**************************************     HEADER     ************************************************/
.datacenters-mobile .span3 {
  width: 35%;
} 
/**************************************     SEARCH BAR     ************************************************/
.datacenters-mobile .mobile-search button .nav-search-icon-svg {
    width: 23px;
}

.datacenters-mobile .input-append input {
  font-size: 13px !important;
}
/**************************************     NAV     ************************************************/


/**************************************     HERO     ************************************************/
.carousel-top.datacenters-sws-store {
  padding-bottom: 0em;
}

.datacenters-sws-store #myCarousel h2 {
    margin: 5px 0;
    margin-bottom: 15px;
}
/**************************************     BUTTONS     ************************************************/
/*
.sws-datacenters-buttons .datacenters-grid-container {
  display: flex;
  flex-direction: column;
}
*/

.sws-datacenters-buttons .datacenters-grid-container {
    display: grid;
  grid-template-columns: repeat(1, 1fr) !important;
  grid-template-areas: 
  "ad"
  "b1"
  "b2" 
  "b3" 
  "b4" 
  "b5"
  "b6" 
  "b7" 
  "b8" 
  "b9";
  width: 100%;
  margin: 10px auto;
}


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


/* ********* APPLICATIONS section ********* */
.datacenters-application-section .datacenters-cat-row .datacenters-cat-col {
    width: 50% !important;
    margin-left: 0 !important;
    padding: 0 2px;
}

.datacenters-item:not(.side-ad) {
    min-height: 165px;
}

.side-ad

{
    min-height: 165px;
}
.side-ad-btn {
    font-size: 0.9rem;
}

/* ********* END APPLICATIONS section ********* */
}

@media (max-width: 399px) {
/**************************************     HEADER     ************************************************/
.datacenters-mobile .logo-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  gap: 8px;
  align-items: center;
}
.datacenters-mobile .span3 {
    width: 70%;
}

.datacenters-mobile .logo-wrapper .span3 a{
  display: flex;
}
.datacenters-mobile .span9 {
  margin-bottom: 10px;
  width: 100%;
}

/**************************************     NAV     ************************************************/
.datacenters-mobile #SWS-mobile-nav-button-adjust > li.nav-item.datacenters-home {
  flex: 0 0 30px;
}
.datacenters-mobile #SWS-mobile-nav-button-adjust > li > a, 
.datacenters-mobile #SWS-mobile-nav-button-adjust > li > .nav-home-icon {
  font-size: 0.8rem;
  
}
.datacenters-mobile #SWS-mobile-nav-button-adjust > li > a {
    padding: 6px 0px;
}
.datacenters-mobile .nav-home-icon-svg {
    width: 14px;
    height: 14px;
}
/**************************************     HERO     ************************************************/

.datacenters-sws-store #myCarousel .text-content {
    margin: 0.8em;
}

.datacenters-sws-store #myCarousel h2 {
    font-size: clamp(0.9rem, 2vw, 0.9rem);
}
/**************************************     BUTTONS     ************************************************/
.side-ad-btn {
    font-size: 0.9rem;
}

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

.datacenter-applications h1 {
   font-size:1.3em;
   }

}


@media (max-width: 329px) {
/**************************************     HEADER     ************************************************/
.navbar-inner.datacenters-mobile {
  padding-bottom: 0px;
}
.datacenters-mobile .span9 {
  margin-bottom: 5px;
}
.datacenters-mobile .sws-mobile-header-nav .nav > li > a {
  font-size: 0.8em;
}

.datacenters-mobile #SWS-mobile-nav-button-adjust {
    padding: 1px;
}
/**************************************     SEARCH BAR     ************************************************/

/**************************************     HERO     ************************************************/

.datacenters-sws-store #myCarousel .hero-content {
    padding: 0 10px;
}

/**************************************     BUTTONS     ************************************************/
.datacenters-grid-container {
  grid-template-columns: repeat(1, 1fr);
  grid-template-areas: 
  "ad"
  "b1"
  "b2" 
  "b3" 
  "b4" 
  "b5"
  "b6" 
  "b7" 
  "b8" 
  "b9";
  width: 100%;
}

.datacenters-application-section .datacenters-cat-row .datacenters-cat-col {
    width: 100% !important;
    margin-left: 0 !important;
    padding: 0 2px;
}
/* ********* END BUTTONS ********* */
/**************************************     INTERACTIVE MAP     ************************************************/
.datacenter-applications h1 {
   line-height: 1.1;
   padding: 10px 0  10px 0;
   }
   
   .datacenter-applications h2 {
    padding: 0px;
    }
    
    .datacenter-applications h4 {
    padding: 0px;
}



.applications-flow {
    padding: 0px;
    margin-bottom: 1rem;
}

.hotspot {
    padding: 15px 0 0 0;
}

.hotspot-card h3 {
    font-size: 1rem;
}
.hotspot-card h4 {
    font-size: 0.9rem;
}

.hotspot-links li {
        line-height: 1.4em;
}

}