/* ######################################################################### */
/* UNCOMMENT BLOCK BELOW TO MAKE RESPONSIVE */
/*
//if these values are updated, the Foundation global vars should be updated to match and vice versa:
//max-width 640px, mobile-only styles, use when QAing mobile issues
@small-lower: 0em;
@small-upper: 40em;
//min-width 641px and max-width 1024px, use when QAing tablet-only issues
@medium-lower: 40.063em;
@medium-upper: 64em;
//min-width 1025px and max-width 1440px, use when QAing large screen-only issues
@large-lower: 64.063em;
@large-upper: 90em;
//min-width 1441px and max-width 1920px, use when QAing xlarge screen-only issues
@xlarge-lower: 90.063em;
@xlarge-upper: 120em;
//min-width 1921px, xxlarge screens
@xxlarge-lower: 120.063em;
@xxlarge-upper: 99999999em;
*/
/* ######################################################################### */
.customer {
  padding-top: 40px;
}
.cc-divider {
  border: solid #f1f1f1;
  border-width: 3px 0 0;
  margin: 50px 0;
}
.columns--rail {
  padding-top: 35px;
}
