.row { margin-top:1.385em }
.row:first-child { margin-top:0 !important; }
.row:after {
  clear: both;
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  line-height: 0;
  visibility: hidden;
}
.col3, .col4, .col6 {
  float:left;
  height:100%;
  position:relative;
  margin-left:1.9%;
}
.col3 { width: 22%; }
.col4 { width: 30.66667%; }
.col6 { width: 48%; }
.border {
  padding-left:1.9%;
  border-left:1px solid #bbb;
}
.col3:first-child,
.col4:first-child,
.col6:first-child {
  margin-left:0 !important;
  padding-left:0 !important;
  border-left:0 !important;
}
.grid ul {
  padding-left:1em;
}
.grid li {
  margin-bottom:0.2em;
}
.grid h2 {
  margin-top:0;
}
@media (max-width:1200px) {
  .col3, .col4 { 
    width:48%; 
    border-left:0 !important;
    padding-left:0 !important;
    margin-left:0 !important;
   }
  #patternSideBar {
    display:none;
  }
  #patternOuter {
    border:0 !important;
  }
}
@media (max-width: 900px) {
  .col3, .col4, .col6 {
    float:none;
    width:auto !important;
    margin:0 0 2em !important;
    border:0;
    padding:0;
  }
}
