
#s4s_flexbox_stack_stacks_in_64 {
	display: flex;
	flex-direction: ;
	flex-wrap: wrap;
	justify-content: flex-start;
	align-items: stretch;
	align-content: normal;
	min-height: auto;
	padding: 0;
	margin: -1rem;
	max-width: none;
}

@media screen and (min-width: 768px) {
	#s4s_flexbox_stack_stacks_in_64 {
		flex-direction: row;
		flex-wrap: nowrap;
		justify-content: flex-start;
		align-items: stretch;
		align-content: normal;
		min-height: auto;
	}
}
#s4s_flexbox_item_stacks_in_65 {
  
  order: 1;
  
  flex-grow: 0;
  flex-basis: auto;
  align-self: center;
  min-height: auto;
  background-color: rgba(247, 247, 247, 1.00);
  padding: 5px;
  margin: 5px;
  border: 0 solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_65 {
    
    order: 2;
    
    flex-grow: 0;
    flex-basis: auto;
    align-self: center;
    min-height: auto;
  }
}#s4s_flexbox_item_stacks_in_67 {
  
  flex-grow: 0;
  flex-basis: auto;
  align-self: center;
  min-height: auto;
  background-color: rgba(247, 247, 247, 1.00);
  padding: 5px;
  margin: 5px;
  border: 0 solid rgba(204, 204, 204, 1.00);
  border-radius: 0;
}

@media screen and (min-width: 768px) {
  #s4s_flexbox_item_stacks_in_67 {
    
    flex-grow: 0;
    flex-basis: auto;
    align-self: center;
    min-height: auto;
  }
}