.cube-slider-radio {
  display: none
}

.cube-slider-card-items {
  list-style: none;
  padding: 0;
  margin: 0;
  display: flex;
  flex-wrap: wrap;
  position: relative;
  margin: -10px;
}

.invert .cube-slider-card-items {
  background-image: radial-gradient(ellipse, 
    rgba(208, 208, 208, 0.7) 5%,
    rgba(208, 208, 208, 0) 65%);
}


.cube-slider-card-item {
  /*max-width: 190px;
  width: 46%;*/
  height: 100%;
  width: 150px;
  box-sizing: content-box;
  min-width: 150px;
}

.cube-slider-label-container {
  padding: 10px 0 10px 10px;
  box-sizing: content-box;
  margin-bottom: 0;
  transition: margin 0.5s;
}

.cube-slider-label {
  display: block;
  width: 100%;
  margin: 0;
  padding-bottom: 100%;
  box-sizing: border-box;
  position: relative;
  background-color: #1f1f1f;
  cursor: pointer;
  color: #fff;
  box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
}

.common .cube-slider-label h3 {
  font-size: 12px;
  font-family: "ProximaNova"
}

.invert .cube-slider-label {
  box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
}

@media (-moz-touch-enabled: 0), (pointer: fine) {
  .cube-slider-label:hover {
    background-color: #fff;
    color: #131313;  
  }
  
  
  .invert .cube-slider-label:hover {
    background-color: #fff;
    color: #131313;  
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5),
      0 10px 30px -5px rgba(0, 0, 0, 0.5);
  }
}

.cube-slider-card-items>hr:not(:nth-of-type(4)) {
  display: none;
}

.cube-slider-card-title {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  margin: 0;
  text-transform: uppercase;
  font-size: 14px;
  padding: 5px 10px;
  max-width: 160px;
}


.cube-slider-desc-container {
  visibility: hidden;
  position: absolute;
  padding: 10px 40px 10px 10px;
  left: 0;
  top: 100%;
  font-family: OpenSans;
  opacity: 0;
  transform: translateX(30%);
}

.cube-slider-desc-paragraph a {
  display: block;
  margin: 40px auto 20px;
  font-weight: bold;
  text-transform: uppercase;
}


.cube-slider-radio:checked ~ .cube-slider-desc-container {
  visibility: visible;
  opacity: 1;
  transition: opacity 0.5s 0.02s, transform 1s 0.02s;
  transform: translateX(0);
  z-index: 3;
}


.cube-slider-radio:not(:checked) ~ .cube-slider-label-container {
  margin-bottom: 0 !important;
  transition: none;
}

.cube-slider-radio:checked ~ .cube-slider-label-container .cube-slider-label {
  background-color: #fff;
  color: #000;  
}

.invert .cube-slider-radio:checked ~ .cube-slider-label-container .cube-slider-label {
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5),
                0 10px 30px -5px rgba(0, 0, 0, 0.5);
}

.cube-slider-radio:checked ~ .cube-slider-label-container .cube-slider-label {
  background-color: #fff;
  color: #000;  
}


  
  .cube-slider-desc-paragraph::before {
    content: '';
    height: 3px;
    width: 80px;
    display: block;
    background-color: #fff;
    margin-bottom: 20px;
  }


  .invert .cube-slider-desc-paragraph::before {
     background-color: #1f1f1f;
  }

.cube-slider-desc-btn {
  display: block !important;
  margin-left: auto;
  margin-right: auto;
}


@media (min-width: 768px) { 
  .cube-slider-desc-container {
    margin-top: 20px;
  }
  .common .cube-slider-card-item {
    width: 25%;
    min-width: 0;
  } 
  .common.cube-slider-card-items {
    margin: -5px;
    max-width: 820px;
  }
  .common .cube-slider-label-container {
    padding: 5px;
  }  
  
  .common .cube-slider-desc-container {
    width: 50%;
    padding: 5px 5px 20px;
  }
}

@media (max-width: 1023px) { 
  .cube-slider-card-item {
    width: 25%;
  } 
  
 .cube-slider-card-items>hr {
    display: none;
  }
  .cube-slider-card-items {
    margin: -5px;
    max-width: 820px;
  }
  .cube-slider-label-container {
    padding: 5px;
  }  
  
  .cube-slider-desc-container {
    width: 50%;
    padding: 5px 5px 20px;
  }
  
}

@media (min-width: 768px) { 
  
  .cube-slider-card-items {
    transition: margin 0.5s;
  }
  .cube-slider-label-container:not(.home-page-slider) {
    margin-bottom: 0 !important;
  }
  
  .cube-slider-desc-container:not(.home-page-slider) {
    top: 100% !important;  
  }
}


@media (max-width: 767px) { 
  .cube-slider-card-items {
    margin-bottom: 0 !important;
  }
  .cube-slider-card-item {
    width: 33.33%;
  } 
  .cube-slider-card-items {
    max-width: 600px;
  }
  
  .cube-slider-desc-container {
    width: 66.66%;
    margin-top: 0 !important;
    padding-top: 10px;
    left: 0 !important;
  }
  .cube-slider-desc-paragraph {
    padding-top: 5px;
  }
}

@media (max-width: 560px) {  
  .cube-slider-card-item {
    width: 50%;
    min-width: 0;
  }
  
  .cube-slider-desc-container {
    width: 100%;
  }
  .cube-slider-card-items {
    max-width: 400px;
  }
  
  .invert .cube-slider-desc-paragraph::before,
  .cube-slider-desc-paragraph::before {
     background-color: transparent;
  }
}

@media (min-width: 1023px) and (min-height: 725px) and (max-height: 899px) {
  .industries-section .cube-slider-label {
    padding-bottom: 60% !important;
  }
}

@media (min-width: 1023px) and (min-height: 660px) and (max-height: 724px) {
  .industries-section .cube-slider-label {
    padding-bottom: 38% !important;
  }
}

@media (min-width: 1024px) {
  .industries-section .cube-slider-card-items {
    min-height: 67px;  
    align-items: stretch;
    align-content: stretch;
    /*flex-wrap: nowrap;*/
    flex-wrap: wrap;
  }
  /* .industries-section .cube-slider-label-container {
    height: 94%;
    box-sizing: border-box;
  } */
  
  .industries-section .cube-slider-label-limiter {
    position: relative;
    overflow: hidden;
    height: 108%;
    /*min-height: 44px;*/
  }
  .industries-section .cube-slider-label {
    position: static;
  }
  
  .industries-section .cube-slider-desc-paragraph::before {
    margin-bottom: 10px;
  }
  
  .industries-section .cube-slider-label-limiter {
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5);
  }
  
  .invert .cube-slider-label-limiter {
    box-shadow: 0 10px 30px -5px rgba(0, 0, 0, 0.5);
  }
  
  .cube-slider-radio:checked ~ .cube-slider-label-container .cube-slider-label-limiter {
    background-color: #fff;
    color: #000;  
  }
  
  .invert .cube-slider-radio:checked ~ .cube-slider-label-container .cube-slider-label-limiter {
      box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5),
                  0 10px 30px -5px rgba(0, 0, 0, 0.5);
  }
  
  .cube-slider-radio:checked ~ .cube-slider-label-container .cube-slider-label-limiter {
    background-color: #fff;
    color: #000;  
  }
  
  /*.industries-section .cube-slider-container {
    flex-grow: 1;
    display: flex;
    flex-direction: column;
  }*/
  
  .industries-section .cube-slider-card-items {
    width: 100%;
    max-height: 360px;
    flex-grow: 1;
  }
}


/*@media (max-height: 790px) and (min-width: 1024px) {
  .industries-section .cube-slider-card-items {
    height: 67px;  
  }
}*/


@media (-moz-touch-enabled: 0), (pointer: fine) {
  .cube-slider-label-limiter:hover {
    background-color: #fff;
    color: #131313;  
  }
  
  
  .invert .cube-slider-label-limiter:hover {
    background-color: #fff;
    color: #131313;  
    box-shadow: 0 20px 30px -10px rgba(0, 0, 0, 0.5),
      0 10px 30px -5px rgba(0, 0, 0, 0.5);
  }
}



.industries-section .cube-slider-card-item {
  height: auto;
}
/*
     FILE ARCHIVED ON 16:45:20 Dec 09, 2019 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 13:22:00 Jan 30, 2020.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  CDXLines.iter: 28.802 (3)
  RedisCDXSource: 43.121
  captures_list: 279.724
  exclusion.robots.policy: 0.366
  load_resource: 284.141
  PetaboxLoader3.resolve: 162.655
  exclusion.robots: 0.391
  esindex: 0.029
  PetaboxLoader3.datanode: 286.638 (4)
  LoadShardBlock: 200.086 (3)
*/