/**
 * Profound Grid
 * 
 * Built in Sass (SCSS) this responsive/adaptive grid supports both fixed and fluid layouts, 
 * relative and fixed gutters, as well as your choice of semantic markup or generic '.grid-x' classes.
 * 
 * The biggest difference to other grid systems is the use of negative margins for column
 * placements, avoiding the subpixel rounding issues that usually break/uglify fluid layouts
 * in some browsers.
 * 
 * Nested columns are supported too, without having to reset the grid on each level. 
 *
 * Credits/Inspiration:
 * -------------------
 * Semantic Grid: http://www.semantic.gs
 * Susy: http://susy.oddbird.net
 * Negative Grid: http://chrisplaneta.com/freebies/negativegrid-fluid-css-grid-by-chris-planeta/
 *
 * @author Profound Creative Studio
 * @url http://www.profoundgrid.com
 * @url http://www.weareprofound.com 
 */
/**
 * Clearfix
 */
/**
 * Legacy Clearfix
 */
/**
 * Establish the grid-containing element.
 */
/**
 * Align an element to the grid.
 */
/**
 * Apply to any column to make it the last one of the current row.
 */
.article h2 {
  color: #1b2e5f;
  margin-bottom: 20px; }
.article .support-options {
  padding-left: 0px; }
  .article .support-options h2, .article .support-options h4 {
    padding-bottom: 0;
    margin-bottom: 15px; }
  .article .support-options h2 {
    color: #905191;
    font-weight: 700;
    font-size: 20px; }
  .article .support-options h3 {
    color: #1b2e5f;
    font-weight: 600;
    font-size: 18px;
    margin-top: 3px;
    margin-bottom: 5px;
    padding-bottom: 0; }
  .article .support-options .col-left {
    text-align: center; }
    .article .support-options .col-left i {
      font-size: 55px;
      color: #905191; }
  .article .support-options .col-right {
    margin-bottom: 40px; }

@media (min-width: 350px) {
  .article .support-options .col-left {
    float: left;
    margin-right: -100%;
    width: 70px; }
    .article .support-options .col-left i {
      font-size: 55px;
      color: #905191; }
  .article .support-options .col-right {
    float: left;
    margin-right: -100%;
    width: calc(100% - 75px);
    margin-left: 75px; } }
@media (min-width: 960px) {
  .main .shell .article .support-options {
    padding-left: 20px; } }

/*# sourceMappingURL=support.css.map */
