.two_col_content .all-cols-wrap,
.three_col_content .all-cols-wrap,
.four_col_content .all-cols-wrap {
  display: flex;
  flex-direction: column;
}
.four_col_content .all-cols-wrap {
    flex-wrap: wrap;
}
.reverse-columns__yes.two_col_content .all-cols-wrap .col-1 {
  order: 1;
}
.reverse-columns__yes.two_col_content .all-cols-wrap .col-2 {
  order: 0;
}
.reverse-columns__yes.three_col_content .all-cols-wrap .col-1 {
  order: 2;
}
.reverse-columns__yes.three_col_content .all-cols-wrap .col-2 {
  order: 1;
}
.reverse-columns__yes.three_col_content .all-cols-wrap .col-3 {
  order: 0;
}
.reverse-columns__yes.four_col_content .all-cols-wrap .col-1 {
  order: 3;
}
.reverse-columns__yes.four_col_content .all-cols-wrap .col-2 {
  order: 2;
}
.reverse-columns__yes.four_col_content .all-cols-wrap .col-3 {
  order: 1;
}
.reverse-columns__yes.four_col_content .all-cols-wrap .col-4 {
  order: 0;
}
@media only screen and (max-width: 767px){
	.two_col_content .all-cols-wrap .col-1,
	.three_col_content .all-cols-wrap .col-1,
	.three_col_content .all-cols-wrap .col-2,
	.four_col_content .all-cols-wrap .col-1,
	.four_col_content .all-cols-wrap .col-2,
	.four_col_content .all-cols-wrap .col-3 {
	  margin-bottom: 1rem;
	}
	.reverse-columns__yes.two_col_content .all-cols-wrap .col-1,
	.reverse-columns__yes.three_col_content .all-cols-wrap .col-1,
	.reverse-columns__yes.four_col_content .all-cols-wrap .col-1 {
	  margin-bottom: 0;
	}
	.reverse-columns__yes.two_col_content .all-cols-wrap .col-2,
	.reverse-columns__yes.three_col_content .all-cols-wrap .col-3,
	.reverse-columns__yes.four_col_content .all-cols-wrap .col-4 {
	  margin-bottom: 1rem;
	}
  }
@media only screen and (min-width: 768px) {
	.one_col_content .all-cols-wrap,
	.two_col_content .all-cols-wrap,
	.three_col_content .all-cols-wrap,
	.four_col_content .all-cols-wrap {
	  flex-direction: row;
	  margin-left: -20px;
	  margin-right: -20px;
	}
	.two_col_content .all-cols-wrap,
	.three_col_content .all-cols-wrap,
	.four_col_content .all-cols-wrap {
	  justify-content: space-between;
	}
	.all-cols-wrap .col {
	  box-sizing: border-box;
	  flex: 1;
	  margin-bottom: 20px;
	  padding-left: 20px;
	  padding-right: 20px;
	}
	.three_col_content .all-cols-wrap .col {
	  max-width: 365px;
	}
	.align-columns__bottom.two_col_content .all-cols-wrap,
	.align-columns__bottom.three_col_content .all-cols-wrap,
	.align-columns__bottom.four_col_content .all-cols-wrap {
	  align-items: flex-end;
	}
	.align-columns__middle.two_col_content .all-cols-wrap,
	.align-columns__middle.three_col_content .all-cols-wrap,
	.align-columns__middle.four_col_content .all-cols-wrap {
	  align-items: center;
	}
	.two_col_content.big_right .all-cols-wrap {
		padding-right: 4.0098%;
	}
	.two_col_content.big_left .all-cols-wrap {
	padding-left: 4.0098%;
	}
	.two_col_content.big_right .all-cols-wrap .col,
	.two_col_content.big_left .all-cols-wrap .col {
	flex: 0 0 auto;
	}
	.two_col_content.big_right .all-cols-wrap .col-1,
	.two_col_content.big_left .all-cols-wrap .col-2 {
	width: 41.5%;
	}
	.two_col_content.big_right .all-cols-wrap .col-2,
	.two_col_content.big_left .all-cols-wrap .col-1 {
	width: 52.9%;
	}
    .four_col_content .col {
        -ms-flex-preferred-size: calc(50% - 40px);
            flex-basis: calc(50% - 40px);
    }
    .main-column-size__medium.columns--2 .all-cols-wrap .col-1 {
        -ms-flex-preferred-size: 33%;
            flex-basis: 33%;
      } 
      .main-column-size__small.columns--2 .all-cols-wrap .col-1 {
        -ms-flex-preferred-size: 25%;
            flex-basis: 25%;
      } 
      .block_type__2-column-bigright .all-cols-wrap,
      .two_col_content.big_right .all-cols-wrap {
        padding-right: 4.0098%;
      }
      .block_type__2-column-bigleft .all-cols-wrap,
      .two_col_content.big_left.all-cols-wrap {
        padding-left: 4.0098%;
      }
      .block_type__2-column-bigright .all-cols-wrap [class^='col-'],
      .two_col_content.big_right .all-cols-wrap [class^='col-'],
      .block_type__2-column-bigleft .all-cols-wrap [class^='col-'],
      .two_col_content.big_left .all-cols-wrap [class^='col-'] {
        flex: 0 0 auto;
      }
      .block_type__2-column-bigright .all-cols-wrap .col-1,
      .two_col_content.big_right .all-cols-wrap .col-1,
      .block_type__2-column-bigleft .all-cols-wrap .col-2,
      .two_col_content.big_left .all-cols-wrap .col-2 {
        width: 41.5%;
      }
      .block_type__2-column-bigright .all-cols-wrap .col-2,
      .two_col_content.big_right .all-cols-wrap .col-2,
      .block_type__2-column-bigleft .all-cols-wrap .col-1,
      .two_col_content.big_left .all-cols-wrap .col-1 {
        width: 52.9%;
      }  
      .block_type__2-column-pop .all-cols-wrap [class^='col-'] {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
      }
      .block_type__2-column-pop.pop-column__left .all-cols-wrap .col-1,
      .block_type__2-column-pop.pop-column__right .all-cols-wrap .col-2{
        -ms-flex-item-align: start;
            align-self: flex-start;
      }
      .block_type__story-panel .all-cols-wrap {
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
      }
      .block_type__story-panel .all-cols-wrap [class^='col-'] {
        -ms-flex-preferred-size: 50%;
            flex-basis: 50%;
      }
      .block_type__story-panel.vertical-text-position__vertical-align .all-cols-wrap {
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
      }
      .block_type__2-column-image-pop .all-cols-wrap {
        -webkit-box-pack: start;
            -ms-flex-pack: start;
                justify-content: flex-start;
      }
      .block_type__2-column-image-pop.reverse-columns__yes .all-cols-wrap {
        -webkit-box-pack: end;
            -ms-flex-pack: end;
                justify-content: flex-end;
      }
      .block_type__2-column-image-pop .all-cols-wrap [class^='col-'] {
        -webkit-box-flex: 0;
            -ms-flex-positive: 0;
                flex-grow: 0;
      }
}
@media only screen and (min-width: 1000px) {
    .four_col_content .col{
        -ms-flex-preferred-size: calc(25% - 40px);
            flex-basis: calc(25% - 40px);
        max-width: 33.33%;
    }
}