#page-container {
  max-width: 100vw;
  margin: unset !important;
  width: unset !important;
}

#logos-wrapper {
	flex-basis: 100%;
}

#jumbo-container {
  display: flex;
  height: 300px;
  flex-flow: row wrap;
  justify-content: center;
  gap: 2rem;
  padding: 0;
  background: url("/wwwinc/tm/about/aberdeeninc/Aberdeen-Thinkmate-Banner.jpg");
  background-size: cover;
  align-content: center;
  box-shadow: inset 0 0 10em -3em #000;
}

.jumbo-h1 {
  line-height: 1.3em;
  flex-basis: 50%;
  margin: unset;
  color: #fff;
}

.jumbo-h2 {
  margin-top: unset;
  flex-basis: 100%;
  margin: unset;
  color: inherit;
  font-size: 18px;
}

.step-card {
  background: linear-gradient(0deg, #256b97, #258eb9);
  color: white;
  padding: 20px !important;
  border-radius: 2px;
  outline: 1px solid #287cb0;
  font-size: 1.1rem;
  margin: 0 20px;
}

.product-cat-heading { 
  cursor: pointer;
}

.product-cat-heading > span {
  width: 85%;
  display: flex;
  height: 50px;
  justify-content: space-between;
  padding: 0 10px 0 10px;
  background: #eaeaea;
  margin-bottom: 5px;
}

.product-cat-heading > span > h4,.product-cat-heading > span > svg { align-self: center; }

.step-card p { margin: unset; display: inline-block;}

table { width: 80%; margin-left: 34px; display: none; }
.fa-chevron-down {
	-moz-transition: transform .5s;
  	-webkit-transition: transform .5s;
  	transition: transform .5s;
}
.flip { transform: rotate(180deg); }
thead > tr > th > b { font-size: 1.2rem; }
th { padding-bottom: 10px; }

.jumbo-button {
	height: 40px;
    display: flex;
    width: 210px;
    flex-flow: row wrap;
    align-content: center;
    color: white;
    font-weight: bold;
    text-transform: capitalize;
    font-size: 1.1rem;
    text-decoration: none !important;
    outline: 1.5px solid #eaeaea;
    padding: 0 8px;
    border-radius: 2px;
}

.jumbo-button > span { width: 100%; text-align: center; }

.jumbo-button__primary {
  background: #eaeaea;
  color: black;
  box-shadow: inset 0 0 4rem -3rem black;
}

.jumbo-button__secondary {}

@media (max-width: 830px) {
  #jumbo-container {
  	/*max-width: calc(100vw - 1.5rem);*/
  }
  .jumbo-button { margin: 5px auto; }
  .jumbo-h1 { font-size: 1.5rem; }
  .row { max-width: 100vw !important; }
  
  .container {
  	padding: 0 !important;
    max-width: 100vw !important;
    margin: 0 !important;
  }
  
  .step-card { 
    max-width: 340px !important;
  	margin: 10px 0 10px 18px !important;
  }
}