/*Hidden Block CSS*/

.hidden-block {display:none;}

/* Temp URL in main menu fix */

.main-navigation .main-nav ul li[class*="current-menu-"] > a {color:#000;}

/* Search icon in main menu */

#site-navigation > div > div.menu-bar-items {display:none;}

/* GeneratePress Site CSS */ /* home hero highlight underline */
.underline mark {
  box-shadow: inset 0 -.34em 0 0 var(--accent-3);
} /* End GeneratePress Site CSS */

/* Custom header CSS */

.site-header {
	border-bottom:1px solid #e3e3e36e;}

/*Homepage Bullet Point List CSS */

.solutions-list-container ul {
  list-style: none;
	  padding-left: 45px;

  margin: 0;
}

.solutions-list-container li {
  position: relative;
  padding-left: 25px;
  margin-bottom: 16px;
  font-size: 18px;
  color: #333;
}

.solutions-list-container li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 4px;
  width: 20px;
  height: 20px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='32' height='32' fill='%2354a0e9' viewBox='0 0 256 256'%3E%3Cpath d='M181.66,133.66l-80,80a8,8,0,0,1-11.32-11.32L164.69,128,90.34,53.66a8,8,0,0,1,11.32-11.32l80,80A8,8,0,0,1,181.66,133.66Z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
}

/*Homepage Industries Table*/

.table-wrapper {
  position: relative;
  max-height: 400px;
  overflow: hidden;
  transition: max-height 0.5s ease;
}

.table-wrapper.expanded {
  max-height: 2000px;
}

table {
  border-collapse: collapse;
  width: 100%;
  table-layout: fixed;
  word-wrap: break-word;
}

td {
  padding: 10px 6px;
  vertical-align: top;
  font-size: 15px;
  text-align: center;
}

.fade-out {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.95) 80%, white 100%);
  pointer-events: none;
  transition: opacity 0.3s;
}

.table-wrapper.expanded .fade-out {
  opacity: 0;
}

.toggle-container {
  text-align: center;
  margin-top: -60px;
  position: relative;
  z-index: 1;
}

.toggle-text {
  color: #0077cc;
  cursor: pointer;
  font-size: 15px;
  display: inline-block;
  background: white;
  padding: 6px 12px;
  border-radius: 6px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.06);
  user-select: none;
}

@media (max-width: 600px) {
  td {
    font-size: 14px;
    padding: 8px 4px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  tr {
    display: block;
  }

  .fade-out {
    height: 110px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.97) 85%, white 100%);
  }

  .toggle-container {
    margin-top: -50px;
  }
}


@media (max-width: 600px) {
  .solutions-list-container ul {
    padding-left: 25px;
  }
	
	/*Homepage Industries Table*/
	
	td {
    font-size: 14px;
    padding: 8px 4px;
    display: block;
    width: 100%;
    box-sizing: border-box;
    text-align: center;
  }

  tr {
    display: block;
  }

  .fade-out {
    height: 110px;
    background: linear-gradient(to bottom, rgba(255,255,255,0), rgba(255,255,255,0.97) 85%, white 100%);
  }

  .toggle-container {
    margin-top: -50px;
  }
}

