﻿$(function() {
    if ($('div.col-3') != null) {
        $('div.col-2,div.col-3').equalHeights();
    }
});